@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------ */

/*mainVisual

/* ------------------------------------------------------------------------ */

.contact .mainVisual{
	background: url("/contact/img/img_mainvisual_contact.jpg") no-repeat center / cover;
}

/* ------------------------------------------------------------------------ */

/*section

/* ------------------------------------------------------------------------ */

/* フォーム*/

.form_wrap{
	margin-top: 32px;
}

/* contact_detail*/

.contact_detail{
	background-color: #f5f7f6;
	padding: 16px;
	margin-top: 40px;
}

.contact_detail h4 span{
	font-size: 2.0rem;
	font-weight: 500;
	background: linear-gradient(transparent 70%, #e1e1e1 20%);
}

.contact_detail .tel{
	font-size: 2.8rem;
	font-weight: 700;
	color: #3689b3;
	margin-top: 16px;
}

.contact_detail .tel span img{
	vertical-align: middle;
    padding: 0 16px 8px 0;
}

.contact_detail dl{
	display: flex;
    max-width: 324px;
    justify-content: center;
    margin: 8px auto 0;
}

.contact_detail dt{
	font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    background-color: #232323;
    border-radius: 8px;
    margin-right: 16px;
    width: 32%;
}

.contact_detail dd{
	font-size: 1.8rem;
    font-weight: 700;
    width: 76%;
    text-align: left;
}

/* promise */

.promise{
	border: 1px solid #3689b3;
	border-radius: 20px;
	padding: 24px;
	margin: 32px auto 0;
	max-width: 800px;
	width: 100%;
}

.promise > .flex{
	align-items: center;
	justify-content: center;
}

.promise > .flex > .left{
	margin-right: 24px;
}

.promise > .flex > .left p{
	font-size: 3.2rem;
	font-weight: 700;
	text-align: left;
	color: #3689b3;
	line-height: 1.2;
}

.promise > .flex > .left p .font_s{
	font-size: 1.6rem;
	font-weight: 500;
	color: #9bbed3;
}

.promise > .flex > .right > ol > li{
	display: flex;
	text-align: left;
}

.promise > .flex > .right > ol > li span{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #3689b3;
	font-size: 1.4rem;
	color: #fff;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin: 6px 8px 0 0;
}

.message_bottom{
	font-size: 2.0rem;
	margin-top: 32px;
}

@media screen and (max-width: 767px){
	.contact_detail dt,
	.contact_detail dd{
		font-size: 1.4rem;
	}
	
	.contact_detail .tel{
		margin-top: 8px;
	}
	
	.promise{
		border-radius: 10px;
		padding: 16px;
	}
	
	.promise > .flex{
		flex-direction: column;
	}
	
	.promise > .flex > .left{
		margin: 0;
	}
	
	.promise > .flex > .left p{
		font-size: 2.4rem;
	}
	
	.promise > .flex > .right{
		margin-top: 8px;
	}
	
}

/* ------------------------------------------------------------------------ */

/*確認画面

/* ------------------------------------------------------------------------ */

.btn_wrap{
	display: flex;
	justify-content: center;
	margin-top: 24px;
}

.btn_wrap > li{
	width: 29%;
}

/* ------------------------------------------------------------------------ */

/*完了画面

/* ------------------------------------------------------------------------ */

.finish_txt{
	font-size: 2.0rem;
	margin-top: 30px;
}
