@charset "utf-8";




div#thanks {
width: 960px;
border-width:3px;
border-style:solid;
border-color:var(--main-color);
margin: 30px auto 40px;
padding: 40px 0;
background: #ffffff;
}


div#thanks h1{
color:var(--main-color);
font-weight:700;
width:90%;
margin:0 auto 10px;
font-size:26px;
line-height:1.5;
}

div#thanks h2{
border-bottom-width:2px;
border-bottom-style:solid;
border-color:var(--main-color);
color:var(--main-color);
width: 90%;
margin: 20px auto 20px;
font-size: 155%;
font-weight: bold;
padding:0 0 13px 0;
line-height:1.7;
}
div#thanks h2 {
margin-top: 1.5em;
}


div#thanks h3 {
border-bottom-width:2px;
border-bottom-style:solid;
border-color:var(--main-color);
color:#023a95;
width: 90%;
margin: 30px auto 30px;
font-size: 135%;
font-weight: bold;
padding:0 0 13px 0;
}


div#thanks p {
width: 90%;
margin: 0 auto;
margin-top:30px;
font-family: fot-tsukuardgothic-std, sans-serif;
font-weight: 700;
font-style: normal;
font-size:16px;
line-height:1.7;
}


div#thanks dl {
width: 90%;
margin: 0 auto 3em;
}

div#thanks dl dt {
margin-top: 2em;
}



/* -- responsive ------------------------------------------- */

/* 1000pixel start */
@media screen and ( max-width: 1000px ) {

div#thanks {
width: 95%;
}

} /* 1000pixel end */




