@charset "utf-8";


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

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

div#thanks {
	width: 1000px;
	margin: 80px auto 0px;
	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: 3em;
}

div#thanks p {
	width: 90%;
	margin: 0 auto;
	margin-top: 0;
	margin-bottom: 2em;
	
	letter-spacing: 0.1em;/* 0.3から0.2に */
	line-height: 30px;
	font-size:95%;/* サイズ指定から%に */
}

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

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


.oukagaisyonitsuite{
	text-align: center
}

.oukagaisyonitsuite_sp{
	display: none;
}

.oukagaisyo_sitsumon{
	text-align: center;
	transform: translate(1%, -10%); /* tanksの画像位置調整 */
	
}
.oukagaisyo_sitsumon_sp{
	display: none;
}




/* -- div#thanks2 -------------------------------------------------------------------------------- */

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

div#thanks2 {
	width: 1000px;
	margin: 80px auto 120px;
	padding: 50px 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#thanks2 h1,
div#thanks2 h2 {
	width: 90%;
	margin: 0 auto;
	font-size: 135%;
	font-weight: bold;
	border-bottom: 1px solid #454545;
}

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

div#thanks2 p {
	width: 90%;
	margin: 0 auto;
	margin-top: 5em;
	margin-bottom: 2em;
	
	letter-spacing: 0.1em;/* 0.3から0.2に */
	line-height: 30px;
	font-size:95%;/* サイズ指定から%に */
}

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

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

div#thanks2 p.text_hajimete01{
	width: 90%;
	margin-top: 0em;
	margin-bottom: 0em;
	
}
div#thanks2 p.text_hajimete02{
	margin-top: 0em;
	margin-bottom: 2em;

}

.oukagaisyo_img{
	float: left;
	display:block;
    width: 450px;/* 回り込み画像位置調整 */
	transform: translate(10%, 0%); /* tanksの画像位置調整 */
}

.oukagaisyo_sp_img{
	display:none;

}
	

.oukagaisyo_senseiinu{
	float: right;
	transform: translate(5%, 20%); /* tanksの画像位置調整 */
}

/* -- footer -------------------------------------------------------------------------------- */

.copyright
{
    
    bottom: 0; /*下に固定*/
	width: 100%;
}



 /* 戻るボタン ここから*/

	
 
	.link_btn_thanks{
		
	    border-radius: 25px;
	    border: 5px solid #9D3A39;
	    color: #9D3A39;
	    font-size: 16px;
	    font-weight: bold;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    width: 300px;
	    height: 50px;
		
		text-align:center;
		margin:  0 auto 50px; 
		text-decoration: none;
	 
	    transition: all 0.3s ease-out;
	}
	.link_btn_thanks:hover{
	    background-color: #9D3A39;
	    border: 5px solid #9D3A39;
	    color: #fff;
	}
 
 /* 戻るボタン ここまで*/

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

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


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

div#thanks {
	width: 95%;
	font-size: 100%;
	margin: 50px auto ;
}
	
div#thanks p {
	margin-top: 2em;
	margin-bottom: 2em;
}

div#thanks2 {
	width: 95%;
	font-size: 100%;
	margin: 50px auto ;
}

	
div#thanks2 h1 {
	font-size: 115%;
}
	
	
div#thanks2 p {
	margin-top: 2em;
	margin-bottom: 2em;
}



.oukagaisyonitsuite{
	display: none;
}

.oukagaisyonitsuite_sp{
	text-align: center;
	display:block
}

.oukagaisyo_sitsumon{
	display: none;
	
}
.oukagaisyo_sitsumon_sp{
	text-align: center;
	display:block
}

	
	

.otoiawase_thanks{	
	float: none;/* 回り込みをなしに */
    transform: translate(-7%, 5%); /* tanksの画像位置調整 */
}
	
	
.oukagaisyo_img{
	display: none;
	
}

.oukagaisyo_sp_img{
	display:block;
	text-align: center;	
}
	
	

.oukagaisyo_senseiinu{
	float: none;
	text-align: center;
	transform: translate(0%, 0%); /* tanksの画像位置調整 */
}

	
.copyright
{

	width: 100%;
}
		
	
/* 戻るボタン ここから*/
	.link_btn_thanks{
		margin: 70px auto 70px ; 
	}
 /* 戻るボタン ここまで*/


}
/* 1000pixel end */








