
/*170515リニューアル*/

.pl{
	display: flex;
	justify-content: center;
	width:950px;
	height:px;
	clear:both;
}

ul.pl li{
	margin-right:30px;
	padding:50px 0 100px;
}

ul.pl li:last-child{
	margin-right:0;
}

.ct{
	clear:both;
	text-align:right;
	margin-bottom:60px;
}

/* plan list  */

.plan_osusume {
	width: 950px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.plan_ttl {
	margin: 0 auto 20px;
}
.plan_waku {
    position: relative;
	margin: 20px 0;
}
.plan_waku a {
    position: absolute;
    z-index: 99;
    top: 140px;
    left: 328px;
}
.plan_waku a:nth-of-type(2n) {
    top: 140px;
    left: 200px;
}



.plan_box {
		margin: 0px auto 0;
		text-align: center;
	}
.plan_box {
    width: 100%;
    max-width: 950px;
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    line-height: 1.6;
	text-decoration: none;
	padding: 0;
}

ul.plan_box  li {
    font-family: "YuGothic", "Yu Gothic medium", "Hiragino Sans", "Meiryo";
    max-width: 330px;
    background: rgba(999, 999, 999, .6);
    font-size: 15px;
	list-style: none;
	padding-bottom: 20px;
	max-width: 330px;
	width: calc(100% / 3 - 20px);
	display: flex;
	flex-direction: column;
}
.plan_box li img {
	width: 100%;
}
.plan_box li h4 {
	font-family: "YuGothic", "Yu Gothic medium", "Hiragino Sans", "Meiryo";
    width: 90%;
	font-size: 16px;
    margin: 15px auto 0;
    text-align: left;
	color: #333;
	font-weight: 300;
}
.plan_box li p {
    font-weight: 300;
    width: 90%;
    margin: 5px auto 0;
    text-align: left;
	font-size: 15px;
	color: #333;
}
.plan-btn {
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-top: auto;
}
.plan-btn a {
	width: 60%;
	text-align: center;
	display: block;
	padding: 6px 0 5px;
	background: #800000;
	color: #fff;
	margin: 10px auto 0px;
	border-radius: 20px;
	position: relative;
	font-size: 14px;
	text-decoration: none;
}
.plan-btn a::after {
	content: '';
	width: 4px;
	height: 4px;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -4px;
}
	.plan_box :after {
    content: "";
    display: block;
    max-width: 330px;
		width: calc(100% / 3 - 20px);
    height: 0;
}
.plan_box:before {
    content: "";
    display: block;
    max-width: 330px;
	width: calc(100% / 3 - 20px);
    height: 0;
    order: 1;
}













