@charset "utf-8";


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

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

div#thanks {
	width: 1000px;
	margin: 80px auto 0px;
	padding: 30px 0 180px;
	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: 2em;
	margin-bottom: 2em;
}


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

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


.project_daiji{
	text-align: center
}


.project_daiji_sp{
	display: none;
}


.gakkari_box{
	display: none;
	justify-content:space-evenly; 
	align-items: flex-end;
}

.gakkari_fuan_illu{
	text-align: center;
}

.saport_illu{
	text-align: center;
	margin-top: -200px;
	
}
.gakkari_illu {
	transform: translate(10%,-5%); /* tanksの画像位置調整 */
}

.gakkari_illu_sp{
	display: none;
}

.gakkariinuneko_illu{	
	
}

.gakkariinuneko_illu_sf{
	display: none;
}


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

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

div#thanks2 {
	width: 1000px;
	margin: 50px 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;
}

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


div#thanks2 p span{
	font-weight: bold;
	color: #EC550B;
}

.ojioba_illu {

}

.ojioba_illu img{
	display: block;
	float: right;
	transform: translate(-10%,-10%); /* tanksの画像位置調整 */
	margin-left: 50px;
	
	
}


.network_box{
	display: flex;
	justify-content:space-evenly; 
	align-items: flex-end;
}


.network01{
	float: left;
	transform: translate(5%, 10%); /* tanksの画像位置調整 */
}

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

.otoiawase{
	text-align: center;
	
}


.otoiawase img{
	width:500px;
}

.otoiawase img:hover {
    opacity: 0.6;
    filter: alpha(opacity=50);
    transform: translate3d(5px, 7px, 0px);
}  


/* -- 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 10px;
}
	
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;
}



.project_daiji{
	display: none;
}

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

.gakkari_illu{
	display: none;
	
}
	
	
.gakkari_fuan_illu{
		display: none;
	}
	
	
.gakkari_illu_sp{
	text-align: center;
	display:block
}

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


.ojioba_illu img{
	text-align: center;
	float: none;
	transform: translate(0%,0%); /* tanksの画像位置調整 */
	margin:auto;
	margin-top: 30px;
	
	
}

.saport_illu img{
		width: 95%;
	}


.network01 img{
	width: 220px;
}

.network02 img{
	width: 200px;
}

	

.otoiawase img{
	width:400px;
}

	
.copyright
{

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


}
/* 1000pixel end */








