@charset "utf-8";
/*==================================================
	ご利用料金・ご契約
==================================================*/
#price .fee_box {
	padding-bottom: 130px;
}
#price .fee_box dl {
	width: 348px;
}
#price .fee_box dt {
	background: #186328;
	color: #fff;
	text-align: center;
	line-height: 72px;
	font-size : 23px;
}
#price .fee_box dd {
	padding: 20px;
	border: 2px solid #ccc;
	background: #fff;
}
#price .fee_box dd .yen {
	text-align: center;
	font-size : 30px;
	color : #186328;
	font-weight: 600;
}
#price .fee_box dd .yen span {
	border-bottom: 5px solid #f3c23d;
}
#price .fee_box dd .txt {
	text-align: center;
	font-size: 110%;
	font-weight: 500;
}
#price .price_example::before {
	background: rgba(24,99,40,0.1);
	margin-top: 35px;
}
#price .price_example .plan_box .box {
	width: 530px;
	background: #fff;
	border-radius: 20px;
	border: 3px solid #186328;
}
#price .price_example .plan_box .box .plan_ttl {
	font-weight : bold;
	font-size : 37px;
	line-height : 47px;
	color : #F3C23D;
	background: #186328;
	border-radius: 15px 15px 0 0;
	min-height: 86px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#price .price_example .plan_box .box .txt_box {
	padding: 30px 50px;
}
#price .price_example .plan_box .box .txt_box .img {
	height: 220px;
}
#price .price_example .plan_box .box .txt_box .img img {
	width: 274px;
}
#price .price_example .plan_box .box:nth-of-type(2) .txt_box .img img {
	width: 305px;
}
#price .price_example .plan_box .box .txt_box dl {
	background: rgba(243,194,61,0.15);
	margin-bottom: 30px;
}
#price .price_example .plan_box .box .txt_box dt {
	line-height: 64px;
	font-size : 23px;
	color : #fff;
	background: #186328;
	text-align: center;
}
#price .price_example .plan_box .box .txt_box dd {
	padding: 25px 25px 30px;
}
#price .price_example .plan_box .box .txt_box dd .ttl {
	font-size : 23px;
	line-height : 37px;
	text-align: center;
	font-weight: 600;
}
#price .price_example .plan_box .box .txt_box dd .ttl span {
	font-size : 28px;
}
#price .price_example .plan_box .box .txt_box dd .price {
	font-size : 35px;
	color : #186328;
	font-weight: 600;
	text-align: center;
}
#price .price_example .plan_box .box .txt_box dd .price .line {
	border-bottom: 5px solid #f3c23d;
}
#price .price_example .plan_box .box .txt_box table {
	width: 100%;
}
#price .price_example .plan_box .box .txt_box tr {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
#price .price_example .plan_box .box .txt_box th {
	font-size : 125%;
	font-weight: 500;
	padding-left: 25px;
	position: relative;
}
#price .price_example .plan_box .box .txt_box th::before {
	content: "";
	background: #186328;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 0;
}
#price .price_example .plan_box .box .txt_box td {
	font-size : 23px;
	line-height : 37px;
	color : #186328;
	font-weight: 600;
}
#price .price_example .plan_box .box .txt_box .txt {
	font-size : 105%;
	line-height : 28px;
}
#price .price_flow::before {
	background: url("../img/price/bg-txt.png") no-repeat bottom left/contain;
	top: auto;
	bottom: -60px;
}
#price .price_flow {
	padding-top: 150px;
	margin-bottom: 220px;
}
#price .price_flow h3.line {
	margin-bottom: 40px;
}
#price .price_flow .txt {
	font-size : 20px;
	line-height : 45px;
	font-weight: 500;
}
#price .price_flow .txt a {
	text-decoration: underline;
	color: #e74619;
}
#price .price_flow .box {
	width: 660px;
	margin: 0 auto;
	position: relative;
}
#price .price_flow .box:not(:last-of-type)::before {
	content: "";
	background: url("../img/arrow.png") repeat top center/100%;
	width: 50px;
	height: 100%;
	position: absolute;
	top: 100px;
	left: 30px;
}
#price .price_flow .box:first-of-type::before,#price .price_flow .box:nth-of-type(3)::before {
	background-repeat: no-repeat;
}
#price .price_flow .box dl {
	position: relative;
	margin-bottom: 20px;
	margin-top: 100px;
}
#price .price_flow .box:nth-of-type(3) dl {
	margin-top: 50px;
}
#price .price_flow .box dt {
	width: 110px;
	height: 110px;
	background: #f3c23d;
	border-radius: 50%;
	font-size : 30px;
	color : #186328;
	font-family: var(--font-bebas);
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	line-height: 1.5em;
	position: absolute;
	top: -30px;
	left: 0;
}
#price .price_flow .box dt span {
	font-size : 50px;
}
#price .price_flow .box dd {
	background: #186328;
	border-radius: 20px;
	font-weight : bold;
	font-size : 30px;
	color : #fff;
	padding: 3px 15px 0 80px;
	margin-left: 50px;
	min-height: 64px;
}
#price .price_flow .box dd span {
	font-size : 20px;
	color : #F3C23D;
	padding-left: 1em;
}
#price .price_flow .box .contents_box {
	margin-left: 130px;
	position: relative;
}
#price .price_flow .box .contents_box .sub {
	font-size : 20px;
	color : #186328;
	font-weight: 600;
}
#price .price_flow .box .contents_box .box_flex_sp {
	justify-content: flex-start;
}
#price .price_flow .box .contents_box li {
	font-size : 110%;
	line-height : 45px;
	font-weight: 500;
	margin-right: 1.5em;
}
#price .price_flow .box .contents_box li span {
	color: #186328;
	padding-right: .5em;
}
#price .price_flow .box img {
	position: absolute;
	top: 45px;
	right: 60px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#price .fee_box {
		padding-bottom: 60px;
		gap: 20px;
		justify-content: center;
	}
	#price .fee_box dl {
		width: 48%;
	}
	#price .fee_box dt {
		line-height: 50px;
		font-size: 125%;
	}
	#price .fee_box dd {
		padding: 15px;
	}
	#price .fee_box dd .yen {
		font-size: 25px;
	}
	#price .price_example::before {
		margin-top: 20px;
	}
	#price .price_example .plan_box .box {
		width: 48%;
	}
	#price .price_example .plan_box .box .plan_ttl {
		font-size: 23px;
		min-height: 50px;
	}
	#price .price_example .plan_box .box .txt_box {
		padding: 15px;
	}
	#price .price_example .plan_box .box .txt_box .img {
		height: 200px;
	}
	#price .price_example .plan_box .box .txt_box dt {
		line-height: 40px;
		font-size: 125%;
	}
	#price .price_example .plan_box .box .txt_box dd {
		padding: 15px;
	}
	#price .price_example .plan_box .box .txt_box dd .ttl {
		font-size: 125%;
		line-height: 1.8em;
	}
	#price .price_example .plan_box .box .txt_box dd .ttl span {
		font-size: 25px;
	}
	#price .price_example .plan_box .box .txt_box dd .price {
		font-size: 25px;
	}
	#price .price_example .plan_box .box .txt_box tr {
		align-items: center;
	}
	#price .price_example .plan_box .box .txt_box th {
		font-size: 95%;
		padding-left: 15px;
	}
	#price .price_example .plan_box .box .txt_box th::before {
		width: 10px;
		height: 10px;
		top: 8px;
	}
	#price .price_example .plan_box .box .txt_box td {
		font-size: 125%;
	}
	#price .price_example .plan_box .box .txt_box .txt {
		font-size: 95%;
	}
	#price .price_flow {
		padding-top: 80px;
		margin-bottom: 170px;
	}
	#price .price_flow::before {
		background: url(../img/price/bg-txt.png) no-repeat bottom left / 100%;
		width: 15%;
		bottom: 0;
	}
	#price .price_flow .txt {
		font-size: 115%;
	}
	#price .price_flow .box {
		width: 80%;
	}
	#price .price_flow .box:nth-of-type(2)::before {
		top: 85px;
	}
	#price .price_flow .box dl {
		margin-top: 125px;
	}
	#price .price_flow .box:first-of-type dl {
		margin-top: 80px;
	}
	#price .price_flow .box dt {
		font-size: 25px;
	}
	#price .price_flow .box dd {
		font-size: 20px;
		min-height: 45px;
		border-radius: 15px;
	}
	#price .price_flow .box dd span {
		font-size: 70%;
	}
	#price .price_flow .box .contents_box {
		margin-bottom: 55px;
	}
	#price .price_flow .box .contents_box .box_flex_sp {
		display: block;
	}
	#price .price_flow .box .contents_box .sub {
		font-size: 100%;
	}
	#price .price_flow .box .contents_box li {
		font-size: 95%;
		line-height: 1.8em;
		margin-right: 0;
	}
	#price .price_flow .box img {
		width: 60%;
		top: 30px;
		right: 40px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#price .fee_box dl {
		width: 90%;
	}
	#price .fee_box dt {
		font-size: 110%;
	}
	#price .fee_box dd .yen {
		font-size: 130%;
	}
	#price .price_example::before {
		margin-top: 15px;
	}
	#price .price_example .plan_box .box {
		width: 90%;
		margin: 0 auto 30px;
	}
	#price .price_example .plan_box .box:last-of-type {
		margin-bottom: 0;
	}
	#price .price_example .plan_box .box .plan_ttl{
		font-size: 20px;
	} 
	#price .price_example .plan_box .box .txt_box dd .ttl span {
		font-size: 20px;
	}
	#price .price_example .plan_box .box .txt_box dd .price {
		font-size: 20px;
	}
	#price .price_flow {
		margin-bottom: 80px;
	}
	#price .price_flow .txt {
		font-size: 95%;
		line-height: 1.8em;
	}
	#price .price_flow .box {
		width: 100%;
	}
	#price .price_flow .box:not(:last-of-type)::before {
		width: 35px;
		left: 22px;
	}
	#price .price_flow .box:first-of-type::before {
		top: 90px;
	}
	#price .price_flow .box:nth-of-type(2)::before {
		top: 65px;
	}
	#price .price_flow .box:nth-of-type(3)::before {
		top: 70px;
	}
	#price .price_flow .box dl {
		margin-top: 80px;
	}
	#price .price_flow .box dt {
		font-size: 125%;
		width: 80px;
		height: 80px;
		top: -25px;
	}
	#price .price_flow .box:first-of-type dt {
		top: -10px;
	}
	#price .price_flow .box dt span {
		font-size: 35px;
	}
	#price .price_flow .box dd {
		font-size: 120%;
		padding: 3px 15px 0 40px;
		min-height: 40px;
	}
	#price .price_flow .box dd span {
		font-size: 80%;
	}
	#price .price_flow .box:first-of-type dd span {
		padding-left: 0;
	}
	#price .price_flow .box .contents_box {
		margin-left: 90px;
	}
}
@media only screen and (max-width: 320px) {
	#price .fee_box dl {
		width: 100%;
	}
	#price .price_example .plan_box .box {
		width: 100%;
	}
	#price .price_flow .box dd .dsp_smt {
		display: none;
	}
	#price .price_flow .box:first-of-type dd {
		line-height: 1.5em;
	}
	#price .price_flow .box:first-of-type:not(:last-of-type)::before {
		top: 86px;
	}
	#price .price_flow .box:first-of-type dd span {
		padding-left: 1em;
	}
	#price .price_flow .box:first-of-type dt {
		top: -13px;
	}
}