/* ===========================================
 * guide
=========================================== */


#guide_main{
	padding: 120px 0 160px;
}

#guide_mainInner{}
#guide_mainInner h2{
	font-size: 28px;
	text-align: center;
}
#guide_mainInner ul{
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 20px;
	margin-top: 50px;
}
#guide_mainInner ul li{
	width: 290px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #707070;
	margin-bottom: 20px;
	position: relative;
	padding-left: 55px;
	box-sizing: border-box;
}
#guide_mainInner ul li::before{
	content: "";
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url("../img/guide/question.svg") center top no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	background-size: contain;
}
#guide_mainInner .btn{
	width: 300px;
	height: 60px;
	background: #B40019;
	border-radius: 30px;
	margin: 50px auto 0;
	text-align: center;
	position: relative;
}
#guide_mainInner .btn a{
	display: block;
	color: #FDFCF8;
	font-size: 16px;
	line-height: 60px;
}
#guide_mainInner .btn::after{
	content: "";
    background: url("../img/common/arrow_w.svg") no-repeat center top /cover;
    width: 8px;
    height: 14px;
    position: absolute;
    right: 20px;
    top: 23px;
}
#guide_mainInner .btn a:hover{
	opacity: .7;
}






#guide_flow{
	background: #E8E8E4;
	padding: 110px 0 150px;
}
#guide_flowInner{}

#guide_flowInner h2{
	font-size: 28px;
	margin-bottom: 40px;
}
#guide_flowInner p{
	font-size: 16px;
}
#guide_flowInner .block{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
#guide_flowInner .block .left_box{
	width: 500px;
	position: relative;
}
#guide_flowInner .block .left_box .box{
	padding: 30px 0;
	position: relative;
	border-bottom: 1px solid #D0D0D0;
}
#guide_flowInner .block .left_box .box::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-width: 10px 15px 0 15px;
    border-style: solid;
    border-color: #B40019 transparent transparent transparent;
}
#guide_flowInner .block .left_box .box:last-of-type::after{
	border: 0;
}
#guide_flowInner .block .left_box h3{
	font-size: 20px;
	margin-bottom: 10px;
}
#guide_flowInner .block .left_box h3 span{
	color: #B40019;
}
#guide_flowInner .block .left_box p{
	font-size: 15px;
}
#guide_flowInner .block .right_box{
	width: 480px;
	margin-top: -76px;
}
#guide_flowInner .block .right_box .box{
	width: 480px;
	height: 297px;
	margin-bottom: 60px;
}
#guide_flowInner .block .right_box .box:last-of-type{
	margin-bottom: 0;
}
#guide_flowInner .block .right_box .box img{
	width: 480px;
	height: 297px;
	object-fit: cover;
}


#guide_worry{
	padding: 145px 0 135px;
}
#guide_worryInner{}
#guide_worryInner .block01{
	display: flex;
	justify-content: space-between;
}
#guide_worryInner .block01 .box{
	width: 500px;
}
#guide_worryInner .block01 .box h2{
	font-size: 20px;
	margin-bottom: 20px;
}
#guide_worryInner .block01 .box h2::first-letter{
	color: #B40019;
}
#guide_worryInner .block01 .box p{
	font-size: 14px;
}
#guide_worryInner .block02{
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
	border: 3px solid #B40019;
	box-sizing: border-box;
	padding: 50px;
	align-items: center;
}
#guide_worryInner .block02 .text_box{
	width: 532px;
}
#guide_worryInner .block02 .text_box h3{
	text-align: center;
	font-size: 28px;
	margin-bottom: 30px;
}
#guide_worryInner .block02 .text_box h3::first-letter{
	color: #B40019;
}
#guide_worryInner .block02 .text_box p{
	text-align: center;
	font-size: 18px;
	line-height: 2.2em;
}
#guide_worryInner .block02 .img_box{
	width: 390px;
	height: 252px;
}
#guide_worryInner .block02 .img_box img{
	width: 390px;
	height: 252px;
	object-fit: cover;
}



#guide_form{
	padding: 150px 0;
	background: #E6E5DF;
}
#guide_formInner{
	width: 1088px;
	margin: 0 auto;
}
#guide_formInner hr{
	width: 900px;
	margin: 50px auto;
	border: 0;
	height: 1px;
	background: #D0D0D0;
}
#guide_formInner h3 {
	text-align: center;
    font-size: 20px;
    margin-bottom: 60px;
	font-weight: 600;
}
#guide_formInner p {
    text-align: center;
    font-size: 16px;
}

#guide_margin{
	margin-top: 80px;
}
#guide_main_th{
	padding: 100px 0 120px;
}
#guide_main_th h1{
	font-size: 14px;
	text-align: center;
}
#guide_main_th h1 span{
	font-size: 40px;
	display: block;
	font-weight: 700;
}
#guide_main_th h1 span::first-letter{
	color: #B40019;
}
#guide_main_th hr{
	border: 0;
	background: #4A4A4A;
	width: 100%;
	height: 1px;
	margin-top: 24px;
}
#guide_form_thanks{
	width: 100%;
	padding: 0 0 150px;
}
#guide_form_thanks h2{
	text-align: center;
	font-size: 24px;
	margin-bottom: 60px;
}
#guide_form_thanks p{
	font-size: 15px;
	text-align: center;
}


@media screen and (max-width:640px){

	#guide_main{
		padding: 90px 0 90px;
	}

	#guide_mainInner{}
	#guide_mainInner h2{
		font-size: 32px;
		text-align: left;
	}
	#guide_mainInner ul{
		list-style: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		column-gap: 10px;
		margin-top: 50px;
	}
	#guide_mainInner ul li{
		width: 580px;
		height: 60px;
		line-height: 60px;
		border: 1px solid #707070;
		margin-bottom: 30px;
		position: relative;
		padding-left: 65px;
		box-sizing: border-box;
		font-size: 22px;
	}
	#guide_mainInner ul li::before{
		content: "";
		display: inline-block;
		width: 60px;
		height: 60px;
		background: url("../img/guide/question.svg") center top no-repeat;
		position: absolute;
		top: 0;
		left: 0;
		background-size: contain;
	}
	#guide_mainInner .btn{
		width: 400px;
		height: 70px;
		background: #B40019;
		border-radius: 35px;
		margin: 50px auto 0;
		text-align: center;
		position: relative;
	}
	#guide_mainInner .btn a{
		display: block;
		color: #FDFCF8;
		font-size: 24px;
		line-height: 70px;
	}
	#guide_mainInner .btn::after{
		content: "";
		background: url("../img/common/arrow_w.svg") no-repeat center top /cover;
		width: 10px;
		height: 18px;
		position: absolute;
		right: 20px;
		top: 25px;
	}
	#guide_mainInner .btn a:hover{
		opacity: .7;
	}

	#guide_flow{
		background: #E8E8E4;
		padding: 90px 0;
	}
	#guide_flowInner{}

	#guide_flowInner h2{
		font-size: 34px;
		margin-bottom: 20px;
	}
	#guide_flowInner p{
		font-size: 22px;
	}
	#guide_flowInner .block{
		display: block;
		justify-content: space-between;
		margin-top: 20px;
	}
	#guide_flowInner .block .left_box{
		width: 580px;
		position: relative;
		border-bottom: 1px solid #D0D0D0;
	}
	#guide_flowInner .block .left_box .box{
		padding: 30px 0;
		position: relative;
		border-bottom: 1px solid #D0D0D0;
	}
	#guide_flowInner .block .left_box .box::after {
		content: "";
		position: absolute;
		bottom: -20px;
		left: 50%;
		transform: translateX(-50%);
		border-width: 20px 30px 0 30px;
		border-style: solid;
		border-color: #B40019 transparent transparent transparent;
	}
	#guide_flowInner .block .left_box .box:last-of-type::after{
		border: 0;
	}
	#guide_flowInner .block .left_box h3{
		font-size: 26px;
		margin-bottom: 10px;
	}
	#guide_flowInner .block .left_box h3 span{
		color: #B40019;
	}
	#guide_flowInner .block .left_box p{
		font-size: 20px;
	}
	#guide_flowInner .block .right_box{
		width: 580px;
		margin-top: 40px;
	}
	#guide_flowInner .block .right_box .box{
		width: 580px;
		height: auto;
		margin-bottom: 40px;
	}
	#guide_flowInner .block .right_box .box img{
		width: 580px;
		height: auto;
		object-fit: cover;
	}
	
	
	#guide_worry{
		padding: 70px 0;
	}
	#guide_worryInner{}
	#guide_worryInner .block01{
		display: block;
		justify-content: space-between;
	}
	#guide_worryInner .block01 .box{
		width: 580px;
	}
	#guide_worryInner .block01 .box h2{
		font-size: 28px;
		margin-bottom: 20px;
	}
	#guide_worryInner .block01 .box h2::first-letter{
		color: #B40019;
	}
	#guide_worryInner .block01 .box p{
		font-size: 20px;
	}
	#guide_worryInner .block02{
		margin-top: 100px;
		display: block;
		justify-content: space-between;
		border: 3px solid #B40019;
		box-sizing: border-box;
		padding: 30px;
		align-items: center;
	}
	#guide_worryInner .block02 .text_box{
		width: 520px;
	}
	#guide_worryInner .block02 .text_box h3{
		text-align: left;
		font-size: 34px;
		margin-bottom: 40px;
	}
	#guide_worryInner .block02 .text_box h3::first-letter{
		color: #B40019;
	}
	#guide_worryInner .block02 .text_box p{
		text-align: left;
		font-size: 22px;
	}
	#guide_worryInner .block02 .img_box{
		width: 520px;
		height: auto;
		margin-top: 30px;
	}
	#guide_worryInner .block02 .img_box img{
		width: 520px;
		height: auto;
		object-fit: cover;
	}
	
	#guide_margin{
		margin-top: 80px;
	}
	#guide_main_th{
		padding: 70px 0;
	}
	#guide_main_th h1{
		font-size: 20px;
		text-align: center;
	}
	#guide_main_th h1 span{
		font-size: 54px;
		display: block;
		font-weight: 700;
	}
	#guide_main_th h1 span::first-letter{
		color: #B40019;
	}
	#guide_main_th hr{
		border: 0;
		background: #4A4A4A;
		width: 580px;
		height: 1px;
		margin: 30px auto 0;
	}
	#guide_form{
		padding: 90px 0;
		background: #E6E5DF;
	}
	#guide_formInner{
		width: 580px;
		margin: 0 auto;

	}
	#guide_formInner hr{
		width: 580px;
		margin: 50px auto;
		border: 0;
		height: 1px;
		background: #D0D0D0;
	}
	#guide_formInner h3 {
		text-align: center;
		font-size: 32px;
		margin-bottom: 60px;
	}
	#guide_formInner p {
		text-align: center;
		font-size: 24px;
	}

	#guide_form_thanks{
		width: 100%;
		padding: 90px 0;
	}
	#guide_form_thanks h2{
		text-align: left;
		font-size: 32px;
		margin-bottom: 60px;
	}
	#guide_form_thanks p{
		font-size: 20px;
		text-align: left;
	}
}