@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;
}



/* -----------------------------------------------
お問合せ（完了画面）
----------------------------------------------- */

.wp-block-heading {
    text-align: center;
    margin-top: 50px;
	font-size: 20px;
    font-weight: bold;
}

.fin_txt1 {
	max-width: 790px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 18px;
}


.fin_txt2 {
	max-width: 790px;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 18px;
}

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

@media screen and (max-width: 600px) {
	
	
.wp-block-heading {
	font-size: 18px;
	margin-top: 30px;
}
	
	.fin_txt1 {
    font-size: 15px;
	margin-top: 30px;
}


.fin_txt2 {
    font-size: 15px;
	margin-top: 30px;
}

	
}