@charset "UTF-8";
/* thanks.css */

/*==============================
		h2共通
==============================*/

h2.cont_title{
	width: 100%;
	margin: 120px auto 80px;
	text-align: center;
	font-size: 30px;
}
h2.cont_title img{
	vertical-align:baseline;
	margin-right: 20px;
}
h2.cont_title span{
	display: block;
	font-size: 14px;
	text-indent: 0;
}


@media screen and (min-width:0px) and (max-width:767px){

	h2.cont_title{
		width: 100%;
		margin: 80px auto 30px;
		text-align: center;
		font-size: 20px;
	}
	h2.cont_title img{
		vertical-align:baseline;
		margin-right: 20px;
	}
	h2.cont_title span{
		display: block;
		font-size: 14px;
		text-indent: 0;
	}
}



/*==============================
		thanks
==============================*/

.thanks{
	width: 960px;
	margin: 0 auto;
}
.thanks p{
	margin: 50px 0;
	text-align: justify;
}
.thanks p span{
	text-decoration: underline;
}

@media screen and (min-width:0px) and (max-width:767px){

	.thanks{
		width: 100%;
		margin: 0 auto;
		padding: 0 5%;
	}
	.thanks p{
		margin: 30px 0;
		text-align: justify;
	}
	.thanks p span{
		text-decoration: underline;
	}
}
