@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#price .price {
	margin-bottom: 50px;
}
#price .price .waku, #price .policy .waku {
	width: 900px;
	margin: 80px auto 0;
	padding: 20px 50px 50px;
	border: 6px solid #e6f8fb;
	border-radius: 50px;
}
#price .price .waku h4 {
	font-size: 35px;
	position: relative;
}
#price .price .waku h4 img {
	position: absolute;
	top: -50px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#price .price .waku .one:not(:last-of-type) {
	margin-bottom: 30px;
}
#price .price .waku .one h5 {
	font-size: 28px;
	padding-left: 35px;
	background: url("../img/price/ico-reef.png") no-repeat left top 18px;
	margin-bottom: 20px;
}
#price .price .waku .one .tbl {
	font-size: 110%;
}
#price .price .waku .one .tbl th {
	width: 316px;
	background: #e6f8fb;
}
#price .price .waku .one .tbl th, #price .price .waku .one .tbl td {
	padding: 15px;
}
#price .policy .waku {
	margin-top: 0;
	padding: 50px;
}
#price .policy .txt {
	font-size: 110%;
}
#price .policy table {
	width: 500px;
	border-collapse:separate;
	border-spacing:3px;
	margin: 25px auto;
	font-size: 110%;
}
#price .policy table th, #price .policy table td {
	width: 50%;
	background: rgba(230, 230, 220, 0.3);
	text-align: center;
	padding: 11px;
}
#flow_wrap {
	padding-top: 130px;
}
#flow_wrap::before {
	background: #e6f8fb;
}
#flow h3.sub {
	margin-bottom: 80px;
}
#flow .box {
	width: 900px;
	margin: 0 auto 130px;
	background: #fff;
	border-radius: 50px;
	padding: 50px;
	position: relative;
}
#flow .box:not(:last-of-type):before {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -100px;
	margin-left: -60px;
	border: 60px solid transparent;
	border-top: 40px solid #b6e9f3;
}
#flow .box:last-of-type {
	margin-bottom: 0;
}
#flow .box .step {
	position: relative;
	top: -80px;
	margin-bottom: -60px;
}
#flow .box .step span {
	display: inline-block;
	line-height: 49px;
	background: #fff;
	border: 3px solid #efec64;
	color: #179342;
	font-size: 30px;
	font-weight: 500;
	border-radius: 30px;
	padding-bottom: 5px;
	width: 220px;
}
#flow .box h4 {
	font-size: 43px;
	font-weight: 500;
	border-bottom: 1px solid var(--color-primary);
	padding-bottom: 20px;
	margin-bottom: 40px;
}
#flow .box .ico {
	width: 180px;
	height: 180px;
	background: #e6f8fb;
	border-radius: 50%;
}
#flow .box .info {
	width: 570px;
}
#flow .box .info .txt {
	font-size: 110%;
}
#flow .box .info dl {
	background : rgba(230, 230, 220, 0.3);
	margin-bottom: 5px;
	padding: 15px 20px;
	font-size: 108%;
}
#flow .box .info .yoko dl {
	justify-content: flex-start;
}
#flow .box .info .yoko dl dt {
	width: 175px;
}
#flow .box .info .yoko dl dd {
	width: calc(100% - 175px);
}
#flow .box .info .tate dl dt {
	margin-left: 1em;
	text-indent: -1em;
}
#flow .box .info .tate dl dd {
	margin-top: 10px;
}
#flow .box .info dl dd.none {
	display: none;
}
#flow .box .info ul {
	font-size: 110%;
	margin-bottom: 30px;
}
#flow .box .info ul.nm {
	margin-bottom: 0;
}
#flow .box .info ul li {
	position: relative;
	padding-left: 15px;
	line-height: 2.5;
	margin-bottom: 5px;
}
#flow .box .info ul li::before {
	content: "";
	position: absolute;
	top: 16px;
	left: 0;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #0db7d6;
}
#flow .box .notice {
	background : rgba(239, 236, 100, 0.3);
	font-size: 110%;
	padding: 13px;
}
@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 .price {
		margin-top: 60px;
	}
	#price .price .waku, #price .policy .waku {
		width: 100%;
		padding: 20px;
	}
	#price .price .waku {
		margin-top: 50px;
	}
	#price .price .waku h4 {
		font-size: 23px;
	}
	#price .price .waku .one h5 {
		font-size: 23px;
		background-position: left top 12px;
		margin-bottom: 10px;
	}
	#price .price .waku .one .tbl th {
		width: 150px;
	}
	#flow .box {
		width: 100%;
		padding: 50px 20px 20px;
		margin-bottom: 100px;
	}
	#flow .box .ico {
		margin: 0 auto 20px;
	}
	#flow .box .step {
		top: -70px;
		margin-bottom: -55px;
	}
	#flow .box .step span {
		font-size: 20px;
		line-height: 29px;
		width: 150px;
	}
	#flow .box h4 {
		font-size: 23px;
		padding-bottom: 10px;
	}
	#flow .box .info {
		width: 100%;
	}
	#flow .box .notice {
		text-align: left;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#price .price {
		margin-bottom: 20px;
	}
	#price .price .waku, #price .policy .waku {
		padding: 15px;
		border-radius: 20px;
	}
	#price .price .waku h4 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	#price .price .waku .one h5 {
		font-size: 20px;
		background-position: left top 8px;
	}
	#price .price .waku .one .tbl th {
		width: 100%;
	}
	#price .price .waku .one .tbl th, #price .price .waku .one .tbl td {
		padding: 10px;
	}
	#price .price .waku .one .tbl th br {
		display: none;
	}
	#price .policy .txt {
		text-align: left;
	}
	#price .policy .thin {
		text-align: left;
		margin-left: 1em;
		text-indent: -1em;
	}
	#price .policy table {
		width: 100%;
		font-size: 100%;
		margin: 15px auto;
	}
	#price .policy table th, #price .policy table td {
		padding: 5px;
	}
	#flow_wrap {
		padding-top: 60px;
	}
	#flow h3.sub {
		margin-bottom: 30px;
	}
	#flow .box {
		border-radius: 20px;
		margin-bottom: 50px;
	}
	#flow .box:not(:last-of-type):before {
		bottom: -50px;
		margin-left: -30px;
		border: 30px solid transparent;
		border-top: 20px solid #b6e9f3;
	}
	#flow .box .step {
		top: -63px;
		margin-bottom: -52px;
	}
	#flow .box .step span {
		font-size: 18px;
		line-height: 20px;
		padding-bottom: 2px;
	}
	#flow .box h4 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#flow .box .ico {
		width: 100px;
		height: 100px;
	}
	#flow .box .info dl {
		padding: 10px;
	}
	#flow .box .info .yoko dl dt, #flow .box .info .yoko dl dd {
		width: 100%;
	}
	#flow .box .info ul li {
		line-height: 1.8;
	}
	#flow .box .info ul li::before {
		top: 10px;
	}
	#flow .box .notice {
		padding: 10px;
	}
}