@charset "utf-8";

#content_Wrap {
	width: 100%;
	padding: 70px 0;
	background-image: linear-gradient(to right bottom, #d7e4db, #dde8dd, #e3ecde, #eaf0e0, #f2f4e2);
}
#content_Wrap::before {
	content: '';
	display: block;
	height: 198px;
}
#content_Wrap .inner {
	padding: 50px;
	border: 4px solid #cadbc6;
	background-color: #fff;
	box-sizing: border-box;
}
#content_Wrap .inner h2 {
	padding-bottom: 30px;
	font-size: 26px;
	font-family: "游明朝 Medium", YuMincho Medium , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	-webkit-transform: rotate(.028deg);
	-ms-transform: rotate(.028deg);
	transform: rotate(.028deg);
	font-feature-settings: normal;
	font-weight: 600;
	letter-spacing: 1px;
}
#content_Wrap .inner .lead_Txt {
	padding-bottom: 30px;
	font-size: 16px;
	line-height: 1.5;
}
#content_Wrap .inner .sub_headTxt {
	padding-bottom: 15px;
	font-size: 18px;
	font-family: "游明朝 Medium", YuMincho Medium , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	-webkit-transform: rotate(.028deg);
	-ms-transform: rotate(.028deg);
	transform: rotate(.028deg);
	font-feature-settings: normal;
	letter-spacing: 1px;
	font-weight: 600;
}
#content_Wrap .inner .sub_headTxt::before {
	content: '';
	display: inline-block;
	vertical-align: bottom;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	background-color: #458939;
}
.price_list {
	width: 100%;
	border: 1px solid #777;
	border-top: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.price_list > li { border-top: 1px solid #777;}
.price_list .price_plan dl {
	display: table;
	width: 100%;
}
.price_list .price_plan dt,
.price_list .price_plan dd {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
}
.price_list .price_plan dt {
	width: 10%;
	text-align: center;
}
.price_list .price_plan:not(:first-of-type) dt { background-color: #dfece3;}
.price_list .price_plan dd {
	width: 30%;
	border-left: 1px solid #777;
	text-align: center;
}
.price_list .price_plan dd li {
	padding: 10px 0;
	border-bottom: 1px solid #777;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.price_list .price_plan dd li br { display: none;}
.price_list .price_plan dd li img {
	width: auto;
	height: 14px;
}
.price_Ttl dt { opacity: 0;}
.price_Ttl dd {
	padding: 10px 0;
	line-height: 1.5;
	text-align: center;
}
.price_Ttl dd:first-of-type {
	border-left: none;
	opacity: 0;
	overflow: hidden;
}

.total_price {
	color: #fff;
	background-color: #b73b3b;
	border-bottom: none !important;
}
.price_Box { padding-bottom: 40px;}
.price_Box:first-of-type { padding-top: 50px;}
.price_Box:last-of-type { padding-bottom: 0;}
.price_Box > .sub_headTxt::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	padding-top: 10px;
	-webkit-transform: rotate(-0.028deg);
	-ms-transform: rotate(-0.028deg);
	transform: rotate(-0.028deg);
	border-bottom: 1px solid #777;
}
.price_Box > h4 {
	padding: 0 0 15px;
	font-size: 16px;
	font-family: "游明朝 Medium", YuMincho Medium , "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	-webkit-transform: rotate(.028deg);
	-ms-transform: rotate(.028deg);
	transform: rotate(.028deg);
	font-feature-settings: normal;
	line-height: 1.5;
	font-weight: 600;
}
.price_Box > h4::before {
	content: '';
	display: inline-block;
	vertical-align: text-bottom;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	border-radius: 50%;
	background-color: #ddd;
}
.price_Box p {
	font-size: 14px;
	line-height: 1.8;
}
.price_Box li {
	font-size: 14px;
	line-height: 1.8;
}
.price_Box li::before {
	content: '・';
	display: inline-block;
}
.price_Box p ~ h4 {	padding-top: 20px;}

.notes {
	padding-top: 20px;
	font-size: 12px;
	line-height: 1.5;
}


/*------------------------------
 sp
------------------------------*/
@media only screen and (max-width: 769px) {
#content_Wrap {	padding: 30px 0;}
#content_Wrap::before {	height: 68px;}
#content_Wrap .inner { padding: 20px;}
#content_Wrap .inner h2 {
	padding-bottom: 20px;
	font-size: 22px;
}
#content_Wrap .inner .lead_Txt { font-size: 14px;}
#content_Wrap .inner .sub_headTxt {	font-size: 16px;}

.price_list > li { border-top: 1px solid #777;}
.price_list .price_plan {}
.price_list .price_plan dl {
	display: block;
	width: 100%;
	font-size: 0;
}
.price_list .price_plan dt {
	display: block;
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px solid #777;
}
.price_list .price_plan dd {
	display: inline-block;
	width: calc(100% / 3);
	border-left: 1px solid #777;
	text-align: center;
}
.price_list .price_plan dd:first-of-type { border-left: none;}
.price_list .price_plan dd li {
	padding: 10px 3px;
	font-size: 12px;
}
.price_list .price_plan dd li br { display: block;}
.price_list .price_plan dd li:nth-last-of-type(2) { height: 45px;}
.price_list .price_plan dd:nth-of-type(2) li:nth-last-of-type(2),
.price_list .price_plan dd:nth-of-type(3) li:nth-last-of-type(2) { padding: 15px 0 0;}
.price_Ttl dt { display: none !important;}
.price_Ttl dd {
	padding: 20px 4px;
	vertical-align: middle;
	font-size: 14px;
	box-sizing: border-box;
	/*height: 125px;*/
}
.price_list .price_plan dd li img {
	width: auto;
	height: 12px;
}
.price_Ttl dd br { display: none;}

.price_Box > h4 { font-size: 14px;}

}