@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
body {
	background: #fff;
}
#reform_flow .txt {
	font-size: 112%;
}
#reform_flow .msg_box::before {
	content: "";
	background: url("../img/reform-flow/bg01.png") no-repeat bottom right / 100%;
	width: 45vw;
	height: 100%;
	position: absolute;
	left: auto;
	bottom: 0;
	right: 0;
	z-index: -1;
}
#reform_flow .msg_box .txt {
	line-height : 36px;
}
#reform_flow .guideline::before {
	background: #f3f6fa;
}
#reform_flow .guideline .box h2.sub02::before,#reform_flow .guideline .box h2.sub02::after {
	display: none;
}
#reform_flow .guideline .box h2.sub02 .ttl::before {
	left: -60px;
}
#reform_flow .guideline .box h3.sub02 {
	margin-bottom: 0;
	position: relative;
}
#reform_flow .guideline .box .en {
	margin-bottom: 30px;
}
#reform_flow .guideline .box_flex_sp:after{
	content:"";
	display:block;
	width: 31%;
	height:0;
}
#reform_flow .guideline .box dl {
	width: 31%;
	border: 1px solid #5da7ca;
	margin-bottom: 50px;
	background: #fff;
}
#reform_flow .guideline .box dt {
	background: #5da7ca;
	font-size : 30px;
	color: #fff;
	text-align: center;
	padding: 10px 0;
	line-height: 1.4em;
	min-height: 60px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
#reform_flow .guideline .box.height2 dt {
	min-height: 120px;
}
#reform_flow .guideline .box dd {
	padding: 20px;
}
#reform_flow .guideline .box dd .day {
	font-size : 50px;
	color : #FBB35F;
	margin-bottom: 0;
}
#reform_flow .guideline .box dd .day .fs {
	font-size : 30px;
}
#reform_flow .guideline .box dd .day .fs {
	font-size : 30px;
}
#reform_flow .flow::before {
	background: #fffbf7;
}
#reform_flow .flow .box {
	background: #fff;
	border: 1px solid #5da7ca;
	margin: 100px 0;
	padding: 50px;
	position: relative;
}
#reform_flow .flow .box::before {
	content: "";
	width: 112px;
	height: 33px;
	background: #5da7ca;
	opacity: 0.4;
	clip-path: polygon(50% 100%, 0 0, 100% 0);
	position: absolute;
	bottom: -33px;
	left: 50%;
	transform: translateX(-50%);
}
#reform_flow .flow .box.last::before {
	display: none;
}
#reform_flow .flow .box .img {
	width: 325px;
}
#reform_flow .flow .box .img img {
	height: 100%;
	object-fit: cover;
	width: 100%;
}
#reform_flow .flow .box dl {
	width: 625px;
}
#reform_flow .flow .box dt {
	font-size : 30px;
	line-height : 39px;
	color : #0B4D99;
	border-bottom: 1px solid #fbb35f;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
#reform_flow .flow .box dt span {
	font-size : 45px;
	color : #5DA7CA;
	display: inline-block;
	transform: rotate(-5deg);
	margin-right: 20px;
}
#reform_flow .flow .box dd .txt {
	line-height : 36px;
}
#reform_flow .flow .box dd .txt a {
	color: #5da7ca;
	text-decoration: underline;
}
#reform_flow .flow .box dd .waku {
	display: inline-block;
	background: #fbb35f;
	border-radius: 5px;
	font-size: 125%;
	padding: 5px 10px 8px;
	color: #fff;
}
#reform_flow .flow .after_box {
	width: 700px;
	box-shadow: 10px 10px 0 rgba(0,22,84,0.1);
	padding: 30px;
	margin: 0 auto;
	position: relative;
}
#reform_flow .flow .after_box::before,#reform_flow .flow .after_box::after {
	content: "";
	background: url("../img/top/bg05.png") no-repeat center/100%;
	width: 210px;
	height: 36px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#reform_flow .flow .after_box::before {
	left: -215px;
}
#reform_flow .flow .after_box::after {
	right: -215px;
	transform: translateY(-50%) scale(-1,1);
}
#reform_flow .flow .after_box .ttl {
	font-size : 35px;
	color : #0B4D99;
	text-shadow : 2px 2px 0px rgba(255, 255, 255, 1);
	position: absolute;
	top: -35px;
	left: 50%;
	transform: translateX(-50%);
}
#reform_flow .flow .after_box .txt {
	line-height : 36px;
}
#reform_flow .faq h2.sub02 {
	margin-bottom: 0;
}
#reform_flow .faq h2.sub02::before,#reform_flow .faq h2.sub02::after {
	display: none;
}
#reform_flow .faq h2.sub02 .ttl::before {
	left: -80px;
}
#reform_flow .en {
	margin-bottom: 30px;
}
#reform_flow .faq .box {
	margin-bottom: 50px;
}
#reform_flow .faq .box .ttl_box {
	background: #0b4d99;
	padding: 20px 80px 23px 20px;
	color: #fff;
	font-size : 20px;
	line-height : 25px;
	position: relative;
	cursor: pointer;
}
#reform_flow .faq .box .ttl_box::before {
	content: "";
	background: url("../img/reform-flow/arrow01.png") no-repeat center/100%;
	width: 46px;
	height: 46px;
	position: absolute;
	top: 10px;
	right: 20px;
}
#reform_flow .faq .box.on .ttl_box::before {
	transform: rotate(180deg);
}
#reform_flow .faq .box .ttl_box .ttl {
	display: flex;
}
#reform_flow .faq .box .ttl_box .pri {
	font-size : 35px;
	margin-right: .5em;
}
#reform_flow .faq .box .contents_box {
	border: 1px solid #0b4d99;
	padding: 20px 20px 20px 50px;
	position: relative;
	display: none;
}
#reform_flow .faq .box .contents_box .txt {
	font-size: 100%;
}
#reform_flow .faq .box .contents_box .answer {
	font-size : 35px;
	color: #5da7ca;
	position: absolute;
	top: 0;
	left: 15px;
}
#reform_flow .faq .box .contents_box a {
	font-weight: bold;
	color: #5da7ca;
	text-decoration: underline;
}
@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) {  /* タブレット以下 */
	#reform_flow .msg_box .txt {
		line-height: 1.8em;
		font-size: 100%;
	}
	#reform_flow .msg_box::before {
		right: -25px;
	}
	#reform_flow .txt {
		font-size: 100%;
	}
	#reform_flow .guideline .box dt {
		font-size: 115%;
		min-height: 35px;
	}
	#reform_flow .guideline .box.height2 dt {
		min-height: 60px;
	}
	#reform_flow .guideline .box dd {
		padding: 10px;
		height: auto;
	}
	#reform_flow .guideline .box dd .day {
		font-size: 25px;
	}
	#reform_flow .guideline .box dd .day .fs {
		font-size: 20px;
	}
	#reform_flow .guideline .box dd .txt {
		text-align: left;
	}
	#reform_flow .guideline .attention {
		text-align: left;
	}
	#reform_flow .flow .box {
		margin: 50px 0;
		padding: 15px;
	}
	#reform_flow .flow .box .img {
		width: 30%;
	}
	#reform_flow .flow .box dl {
		width: 68%;
	}
	#reform_flow .flow .box dt {
		font-size: 25px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	#reform_flow .flow .box dt span {
		font-size: 30px;
	}
	#reform_flow .flow .box dd .txt {
		line-height: 1.8em;
	}
	#reform_flow .flow .box dd .waku {
		font-size: 100%;
	}
	#reform_flow .flow .after_box .ttl {
		font-size: 25px;
		top: -25px;
	}
	#reform_flow .flow .after_box {
		width: 60%;
	}
	#reform_flow .flow .after_box .txt {
		line-height: 1.8em;
		text-align: left;
	}
	#reform_flow .flow .after_box::before, #reform_flow .flow .after_box::after {
		width: 150px;
	}
	#reform_flow .flow .after_box::before {
		left: -150px;
	}
	#reform_flow .flow .after_box::after {
		right: -150px;
	}
	#reform_flow .faq h2.sub02 .ttl::before {
		left: -40px;
	}
	#reform_flow .faq .box {
		margin-bottom: 20px;
	}
	#reform_flow .faq .box .ttl_box {
		padding: 15px 55px 15px 15px;
		font-size: 115%;
	}
	#reform_flow .faq .box .ttl_box .pri {
		font-size: 25px;
	}
	#reform_flow .faq .box .ttl_box::before {
		width: 30px;
		height: 30px;
		top: 14px;
		right: 16px;
	}
	#reform_flow .faq .box .contents_box {
		padding: 15px;
		padding-left: 35px;
	}
	#reform_flow .faq .box .contents_box .answer {
		font-size: 25px;
		top: 5px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#reform_flow .msg_box .txt {
		text-align: left;
	}
	#reform_flow .guideline .box h2.sub02 .ttl::before {
		left: -30px;
	}
	#reform_flow .guideline .box dl {
		width: 100%;
		margin-bottom: 10px;
	}
	#reform_flow .flow .box .img {
		width: 100%;
		margin: 0 auto 15px;
	}
	#reform_flow .flow .box .img img {
		height: 150px;
	}
	#reform_flow .flow .box:first-of-type .img img,#reform_flow .flow .box:nth-of-type(2) .img img {
		object-position: top;
	}
	#reform_flow .flow .box dl {
		width: 100%;
	}
	#reform_flow .flow .box dt {
		font-size: 20px;
		padding-bottom: 0;
	}
	#reform_flow .flow .box dt span {
		font-size: 25px;
	}
	#reform_flow .flow .after_box {
		width: 100%;
	}
	#reform_flow .flow .after_box .ttl {
		font-size: 20px;
		white-space: nowrap;
		top: -10px;
	}
	#reform_flow .flow .after_box::before,#reform_flow .flow .after_box::after {
		display: none;
	}
	#reform_flow .flow .after_box {
		top: 15px;
		right: 15px;
	}
}