@charset "utf-8";


/* -- div#thanks -------------------------------------------------------------------------------- */

div#thanks * {
	margin: 0;
	padding: 0;
}

div#thanks {
    width: 1000px;
    margin: 50px auto;
    padding: 20px 0;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 15px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    /* line-height: 1.8; */
}

div#thanks h1, div#thanks h2 {
    width: 95%;
    margin: 30px auto;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    border-bottom: 2px solid #4545453d;
    padding: 0 0 15px 0;
}

div#thanks h2 {
	margin-top: 3em;
}

div#thanks p {
	width: 90%;
	margin: 0 auto;
	margin-top: 2em;
}

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

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

h1{
	color: #009688;
}

.TOP{ 
width: 100%;
}
.TOP_top {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #00000014;
    padding: 15px;
    background-color: lch(47 92.52 36.82 / 0.09);
}



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

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


/* -- div#thanks -------------------------------------------------------------------------------- */

div#thanks {
	width: 95%;
	font-size: 100%;
}



}
/* 1000pixel end */


	







