@charset "utf-8";
/* =================================================================================
price
================================================================================= */

/*詳細*/
.lstPlanPoint{
    margin-bottom:40px;
    font-size: 0;
}

.lstPlanPoint li{
    display: inline-block;
    width : 47%;
    width: -webkit-calc(50% - 5px);
    width: -moz-calc(50% - 5px);
    width: calc(50% - 5px);
    margin-bottom:10px;
    font-size:14px;
    border: 1px solid #6f624e;
    vertical-align: top;
    box-sizing: border-box;
}

.lstPlanPoint li:nth-child(2n){margin-left:10px;}

.lstPlanPoint li a{
    display: block;
    position: relative;
    padding: 10px 10px 25px 10px;
    font-weight: bold;
    color:#544e41;
    box-sizing: border-box;
    text-align: center;
}

.lstPlanPoint li a:after{
    display: block;
    position: absolute;
    bottom: 10px;
    right: 50%;
    margin-right: -6px;
    border-top: 8px solid #ff882e;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
}

.lstPlanPoint li.single a{min-height: 77px;}

.lstPlanPoint li.single span{
    display: inline-block;
    padding-top: 10px;
}

@media only screen and (min-width:640px){
    .lstPlanPoint{margin:0 0 30px -30px;}

    .lstPlanPoint li{
        width: 210px;
        margin: 0 0 20px 30px;
        font-size:16px;
        text-align: center;
        transition: all .8s;
    }

    .lstPlanPoint li a{
        padding: 20px 20px 30px ;
        transition: all .8s;
    }

    .lstPlanPoint li.single a {min-height: 100%;}

    .lstPlanPoint li.single span {
        display: inline-block;
        padding-top: 0;
    }

    .lstPlanPoint li:hover{border-color:#ff882e;}

    .lstPlanPoint li:hover a{color:#ff882e;}

    .lstPlanPoint li a:after{
        top:auto;
        bottom: 10px;
        right: 50%;
        margin-top: 0;
        margin:0 -10px 0 0;
        transition: all .8s;
    }

    .lstPlanPoint li:hover a:after{border-top-color: #ff882e;}

    .lstPlanPoint li:nth-child(2n){margin-left:30px;}
}


.wrapStPlan{
	margin-bottom:30px;
	padding: 0;
}

.lstPlanSet{
	font-size: 0;
	text-align: center;
}

.lstPlanSet li{
	display: block;
	position: relative;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px solid #6f624e;
	box-sizing: border-box;
	vertical-align: top;
}

.lstPlanSet li .num{
	display: table-cell;
	color:#ff882e;
	font-size: 18px;
	padding-right: 10px;
}

.lstPlanSet li .name{
	display: table-cell;
	width: 120px;
	font-size: 16px;
}

.lstPlanSet li .sub{
	font-size: 12px;
	font-weight: normal;
	padding-left: 10px;
}

.lstPlanSet li .num,
.lstPlanSet li .name,
.lstPlanSet li .sub{
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}

.pricePlanSet{
	text-align: center;
	margin-bottom: 20px;
	padding: 10px 10px 8px;
	border:1px solid #6f624e;
	box-shadow: 0 0 0 5px #ede6d9 inset;
}

.pricePlanSet .ttl1{
	font-size:30px;
	font-weight: bold;
}

.pricePlanSet .ttl1 span{font-size:38px;}

.pricePlanSet .ttl2{
	font-size:16px;
	font-weight: bold;
}

.pricePlanSet .ttl2 span {
    display: inline-block;
    padding: 0 10px;
    position: relative;
}

.pricePlanSet .ttl2 span:before,
.pricePlanSet .ttl2 span:after {
    border-top: 1px solid #6f624e;
    content: "";
    position: absolute;
    top: 50%;
    width: 20px;
}

.pricePlanSet .ttl2 span:before {right: 100%;}

.pricePlanSet .ttl2 span:after {left: 100%;}

.pricePlanSet dd{color:#ff882e;}

.pricePlanSet dd .yen{font-size: 30px;}

.pricePlanSet dd .price{
	font-size: 42px;
	font-weight: bold;
}

.pricePlanSet dd .tax{font-size: 18px;}

@media only screen and (min-width:640px){
	.wrapStPlan{margin-bottom:50px;}

	.lstPlanSet{
		width: 790px;
		float: right;
	}

	.lstPlanSet li{
		float:left;
		width : 47%;
		width: -webkit-calc(50%-20px);
		width: -moz-calc(50%-20px);
		width: calc(50% - 20px);
	}

	.lstPlanSet li:nth-child(2n+1){margin-right: 40px;}

	.lstPlanSet li .num{
		font-size: 20px;
		padding-right: 15px;
	}

	.lstPlanSet li .name{
		width: 140px;
		font-size: 20px;
	}

	.lstPlanSet li .sub{
		font-size: 14px;
		padding-left: 15px;
	}

	.pricePlanSet {
		float: left;
		padding: 15px 15px 8px;
	}

	.pricePlanSet .ttl1{
		font-size:35px;
		line-height: 1.2;
	}

	.pricePlanSet .ttl1 span{font-size:58px;}

	.pricePlanSet .ttl2{font-size:25px;}

	.pricePlanSet dd .yen{font-size: 35px;}

	.pricePlanSet dd .price{
		font-size: 55px;
		line-height: 1.3;
	}

	.pricePlanSet dd .tax{font-size: 21px;}

}

.lstPriceMenu > li{
	margin-bottom:20px;
	padding-bottom: 20px;
	border-bottom:1px solid #ff882e;
}

.lstPriceMenu > li.spBdrNone{
    padding-bottom: 0;
    border-bottom: none;
}

.lstPriceMenu .imgArea{margin-bottom:20px;}

.lstPriceMenu .imgArea img{width:100%;}

.lstPriceMenu .subTtl{
    position: relative;
    margin-bottom: 25px;
    padding-bottom: 6px;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}

.lstPriceMenu .subTtl::after{
    content: "";
    display: block;
    position: absolute;
    width: 90px;
    height: 3px;
    bottom: 0;
    left: 50%;
    background: #ff882e;
    transform: translateX(-50%);
}

.lstPriceMenu .ttlMenu{
	position: relative;
	margin-bottom: 10px;
	padding-left: 12px;
	font-weight: bold;
	font-size: 18px;
}

.lstPriceMenu .ttlMenu:before{
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    width: 4px;
    height: 26px;
    margin-top: -15px;
    background: #ff882e;
    content: "";
}

.lstPriceMenu .ttlMenu > span{
    display: inline-block;
    font-size: 14px;
}

/*table*/
.tblPrice th{border-bottom: 1px dashed #6f624e;}

.tblPrice th .cap{
	margin-left:5px;
	padding: 3px 7px;
	background:#fc5559;
	color:#fff;
	font-size:12px;
	text-align: center;
	border-radius: 12px;
}

.tblPrice tr td:nth-last-of-type(2){
	padding-bottom: 0;
	border-bottom:none;
}

.tblPrice tr td:last-child{
	padding-top: 0;
	text-align: right;
	color:#ff882e;
	font-size:18px;
}

.indentLst.mBWide li{margin-bottom: 10px;}
.indentLst.mBWide li:last-child{margin-bottom: 0;}

@media only screen and (min-width:640px){
	.lstPriceMenu > li{
		margin-bottom:40px;
		padding-bottom: 40px;
	}

	.lstPriceMenu > li .clmCnt{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .lstPriceMenu > li .clmCnt.reverse{flex-direction: row-reverse;}

    .lstPriceMenu .subTtl{
        margin-bottom: 40px;
        padding-bottom: 7px;
        font-size: 22px;
    }

    .lstPriceMenu .subTtl::after{
        width: 100px;
        height: 4px;
    }

	.lstPriceMenu .imgArea{
		width: 500px;
		margin-bottom:0;
	}

	.lstPriceMenu .exArea{
		width: 620px;
	}

	.lstPriceMenu .ttlMenu{
		margin-bottom: 10px;
		font-size: 22px;
	}

    .lstPriceMenu .ttlMenu:before{
        top: 16px;
    }

    .lstPriceMenu .ttlMenu > span{
        font-size: 16px;
    }

	/*table*/
	.tblPrice tr th,
	.tblPrice tr td{
		padding: 10px;
		font-size:14px;
	}

	.tblPrice tr th{
		width: 240px;
		border-bottom:1px solid #6f624e;
	}

	.tblPrice tr td:nth-last-of-type(2){
		padding-bottom: 10px;
		border-bottom:1px solid #6f624e;
	}

	.tblPrice tr td:last-child{
		width: 140px;
		padding-top: 10px;
		font-size:14px;
	}

}


/* clear fix
------------------------------------------------------- */
.lstPlanSet:after,
.lstPriceMenu li:after,
.wrapStPlan:after{
	content:"";
	display:block;
	clear:both;
	height:0;
}

/* EOF */