@charset "utf-8";
/* CSS Document */

section#info .sec_ttl > span:nth-of-type(2) {
	top: -30px;
	position: relative;
}

.main_img {
	max-width: 770px;
	width: 100%;
	margin: 50px auto 100px;
}

.soudan_txt {
	font-size: clamp(1.4rem,1.6vw,1.6rem);
	margin-top: 15px;
}

section#flow .sec_ttl > span:nth-of-type(2) {
    top: -30px;
    position: relative;
}



/* -----------------------------------------------
お問合せ（確認画面）
----------------------------------------------- */

.form_waku {
    max-width: 440px;
    margin: 0 auto;
	margin-top: 50px;
}

.form_waku p {
    font-size: 18px;
    margin-bottom: 30px;
}

.submit_btn {
	text-align: center;
}

.submit_btn input {
	border: none;
    background: #FF7815;
    color: #fff;
    width: 22%;
    padding: 10px 0;
}

.wpcf7-spinner {
    display: none!important;
}


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

@media screen and (max-width: 600px) {
	
	.form_waku {
    margin-top: 30px;
}
	.form_waku p {
    font-size: 16px;
	margin-bottom: 20px;
}	
	
}