@charset "utf-8";
/*タイトル*/
#headtitle_area { min-width: 1200px; width: 100%; height: 201px; background-image: url("../img/top_back.jpg"); background-repeat: no-repeat; background-position: center center; background-size: cover;}
.headtitle { font-family: 'Noto Serif JP', serif; font-size: 36px; font-weight: 500; line-height: 150%; color: #fff; background-color: rgba(0,125,198,0.8); text-align: center; padding-bottom: 2px;}

h3 { font-family: 'Noto Serif JP', serif; font-size: 32px; font-weight: 500; text-align: center; margin-bottom: 25px;}
.message_container { margin-bottom: 60px;}

.btn_area { display: flex; justify-content: center;}
.btn_area > div { width: 50%; }

@media screen and (max-width: 768px) {
	/*タイトル*/
	#headtitle_area { min-width: auto; height: auto; aspect-ratio: 27 / 16; background-image: url("../img/top_back_m.jpg");}
	.headtitle { font-size: 24px; line-height: 160%;}

	h3 { font-size: 24px; margin-bottom: 15px;}

	.btn_area { flex-wrap: wrap;}
	.btn_area > div { width: 100%; }
	/*ボタン上書き設定*/
	.btn_madoguchi { margin: 50px auto 0px;}
	.btn_madoguchi2 { margin: 50px auto 80px;}



}