@charset "UTF-8";

/* 共通 */
.border_btm_none {
	border-bottom: none !important;
}

.pt0 {
	padding-top: 0 !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

/* icon */
.icn_meter_gn::before {
	background-image: url(../images/icn_meter_gn.png);
	background-repeat: no-repeat;
}

.icn_clock_gn::before {
	background-image: url(../images/icn_clock_gn.png);
	background-repeat: no-repeat;
}

.icn_hand_gn::before {
	background-image: url(../images/icn_hand_gn.png);
	background-repeat: no-repeat;
}


/* --- price --- */
.price_cont_wrap {
	margin: 40px auto 60px;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1024px;
}

.lst_nav_price {
	display: flex;
	margin-bottom: 60px;
	justify-content: center;
}

.lst_nav_price li:not(:first-child) {
	margin-left: 80px;
}

.lst_nav_price li a {
	color: #37bc18;
	position: relative;
	padding-right: 28px;
}

.lst_nav_price li a::after {
	content: "";
	border-top: 2px solid #37bc18;
	border-right: 2px solid #37bc18;
	transform: rotate(135deg);
	height: 10px;
	width: 10px;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -9px;
}

.lst_nav_price li a:hover {
	opacity: 0.8;
}

.price_cont:not(:first-child) {
	margin-top: 45px;
}

.ttl_price_cont {
	line-height: 1.2;
	font-size: 2.4rem;
	font-weight: bold;
	margin: 0;
	padding-top: 10px;
}

.txt_price_cont {
	margin-top: 20px;
	margin-bottom: 0;
	text-align: center;
}

.price_dtl_wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 27px;
}

.price_dtl {
	box-sizing: border-box;
	width: 49%;
}

.ttl_price_dtl {
	border: 1px solid #aaaaaa;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 10px 20px;
}

.ttl_price_dtl_basic {
	background-color: #eeffef;
}

.ttl_price_dtl_option {
	background-color: #eeeeee;
}

.lst_price_dtl {
	background-color: #ffffff;
	border-bottom: 1px solid #aaaaaa;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.lst_price_dtl > li {
	padding: 18px 20px;
}

.lst_price_dtl > li:not(:first-child) {
	border-top: 1px dotted #aaaaaa;
}

.ttl_price_dtl_cont {
	font-weight: bold;
	line-height: 1;
	margin: 0;
}

.ttl_price_dtl_cont.icn_pl {
	padding-left: 45px;
	position: relative;
}

.ttl_price_dtl_cont.icn_pl::before {
	content: "";
	background-size: contain;
	width: 45px;
	position: absolute;
	top: 50%;
}

.ttl_price_dtl_cont.icn_pl_dot_gn {
	padding-left: 1em;
	position: relative;
}

.ttl_price_dtl_cont.icn_pl_dot_gn::before {
	content: "";
	background-color: #37bc18;
	border-radius: 5px;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 50%;	
	left: 0;
	margin-top: -6px;
}

.ttl_price_dtl_cont.icn_meter_gn::before {
	height: 24px;
	margin-top: -12px;
	left: 0;
}

.ttl_price_dtl_cont.icn_clock_gn::before {
	height: 32px;
	margin-top: -16px;
	left: 4px;
}

.ttl_price_dtl_cont.icn_hand_gn::before {
	height: 26px;
	margin-top: -13px;
	left: 2px;
}

.ttl_price_dtl_cont + .lst_price_dtl_cont {
	margin-top: 15px;
}

.lst_price_dtl_cont > li {
	display: flex;
	justify-content: space-between;
	margin-top: 12px;
}

.lst_price_dtl_cont > li:first-child {
	margin-top: 0;
}

.price_name {
	margin: 0;
}

.price_name.icn_pl_dot_gn {
	font-weight: bold;
	padding-left: 1em;
	position: relative;
}

.price_name.icn_pl_dot_gn::before {
	content: "";
	background-color: #37bc18;
	border-radius: 5px;
	height: 10px;
	width: 10px;
	position: absolute;
	top: 50%;	
	left: 0;
	margin-top: -5px;
}

.price_rate {
	margin: 0;
	text-align: right;
}

.price_rate_strong {
	margin: 0;
	font-size: 1.8rem;
}

.price_dtl_cont_note {
	margin-top: 8px;
	margin-bottom: 0;
	text-align: right;	
}

.price_dtl_cont_note_cancel {
	font-size: 14px;
	margin-top: 12px;
	margin-bottom: 0;
	text-align: right;	
}


/* モバイルレイアウト:767pxおよびそれ以下 ------------------------------------------------------------------------- */
@media screen and (max-width: 767px){
	.price_cont_wrap {
		box-sizing: border-box;
		margin-top: 10px;
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
	}
	
	.lst_nav_price {
		margin-bottom: 40px;
		justify-content: space-between;
	}

	.lst_nav_price li {
		text-align: center;
		width: 49%;
	}

	.lst_nav_price li:not(:first-child) {
		margin-left: 0;
	}

	.lst_nav_price li a {
		border: 2px solid #37bc18;
		border-radius: 6px;
		box-sizing: border-box;
		display: block;
		line-height: 1.3;
		position: relative;
		padding: 8px 15px 5px 5px;
	}
		
	.lst_nav_price li a::after {
		height: 5px;
		width: 5px;
		margin-top: -5px;
	}
	
	.price_cont:not(:first-child) {
		margin-top: 45px;
	}

	.ttl_price_cont {
		font-size: 1.8rem;
	}

	.txt_price_cont {
		margin-top: 8px;
	}

	.price_dtl_wrap {
		display: block;
		margin-top: 15px;
	}

	.price_dtl {
		width: 100%;
	}

	.price_dtl:not(:first-child) {
		margin-top: 15px;
	}

	.ttl_price_dtl {
		padding: 6px 10px;
	}

	.lst_price_dtl > li {
		padding: 14px 10px;
	}

	.ttl_price_dtl_cont.icn_pl {
		padding-left: 30px;
	}

	.ttl_price_dtl_cont.icn_pl::before {
		width: 25px;
	}

	.ttl_price_dtl_cont.icn_meter_gn::before {
        height: 15px;
        margin-top: -8px;
        left: 0;
	}

	.ttl_price_dtl_cont.icn_clock_gn::before {
		height: 24px;
		margin-top: -12px;
		left: 0;
	}

	.ttl_price_dtl_cont.icn_hand_gn::before {
		height: 18px;
		margin-top: -9px;
		left: 2px;
	}

	.ttl_price_dtl_cont + .lst_price_dtl_cont {
		margin-top: 12px;
	}

	.lst_price_dtl_cont > li {
		margin-top: 6px;
	}

	.price_cont.contact_wrap {
		border-radius: 6px;
		padding: 3px;
	}

	.price_cont.contact {
		border-radius: 4px;
		padding: 15px 8px;
	}

	.price_dtl_cont_note_cancel {
		text-align: left;
	}
}
