@charset "utf-8";


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

/*div#thanks * {
	margin: 0;
	padding: 0;
}
*/
div#thanks {
	width: 1000px;
	margin: 50px auto;
	padding: 30px 0;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 7px;
	box-shadow: 0 0 7px rgba( 0, 0, 0, 0.2 );
	line-height: 1.8;
}
div#thanks h1,
div#thanks h2 {
	width: 90%;
	margin: 0 auto;
	font-size: 135%;
	font-weight: bold;
	border-bottom: 1px solid #454545;
}

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

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




.thanks_box .btn-square {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  background: #111;/*ボタン色*/
  color: #FFF;
  border:2px #111 solid;
  border-radius: 3px;
}

.thanks_box .btn-square:hover {
	background: #FFF;/*ボタン色*/
	  color: #111;
  border:2px #111 solid;
	
}




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

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


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

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


}
/* 1000pixel end */



.thanks_c01_bg01{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	/*background-color: #f1ebe4;*/
}
.thanks_c01_bg02{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.thanks_c01_tx01 {
	font-size:20px;
	font-size:2.0rem;
	letter-spacing: -0.06em;
	line-height: 1.35;
	text-align: center;
	color: #FFF;
	font-weight: 600;
	/*margin: 20px 0 20px;*/
	padding: 25px 0;
	background-color: #033c7a;
}
.thanks_c01_tx01 .tx_s {
	font-size:17px;
	font-size:1.7rem;
	letter-spacing: 0;
}
.thanks_c01_tx01 .tx_l {
	font-size:48px;
	font-size:4.8rem;
	line-height: 1.55;
	color: #ffeb0c;
	letter-spacing: -0.02em;
}


.thanks_c02_bg01{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-color: rgba(241,235,228,0.85);
}
.thanks_c02_bg02{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

