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

@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');

main{
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	color:#222;
}
main *{
	box-sizing: border-box;
}

.main_box{
	max-width: 1100px;
	margin: auto;
	padding: 60px 30px;
}

.thanks_text{}

.thanks_text h1{
	font-size: 60px;
	letter-spacing: 0.03em;
	font-weight: 700;
}

.btn_box{
	padding: 30px 0;
}

.banner_area{
	margin: auto;
	padding:0 20px 60px;
	max-width: 900px;
}

.banner_area a{}


@media screen and (min-width:768px) {
	.banner_area a:hover{opacity:.6;}
}

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



@media screen and (max-width:520px) {
	.main_box{padding:40px 30px;}
	.thanks_text h1{font-size:12vw;padding-bottom:5px;}
}


