@charset "UTF-8";
/* ----------------------------------------------------------------
共通
---------------------------------------------------------------- */
#contents{
	background: #EAEDF3;
}
#contents > .wrap > section > .inner{
	max-width: 1080px;
	width: 80%;
	margin: 0 auto;
	padding: 50px 0 0;
}
/* ----------------------------------------------------------------
thanks
---------------------------------------------------------------- */
#thanks .flex_box{
	display: flex;
	align-items: flex-end;
}
#thanks .flex_box > .txtbox{
	width: 70%;
	max-width: 730px;
	margin-right: 100px;
}
#thanks .flex_box .img{
	width: 30%;
	max-width: 220px;
	margin: 0 auto;
}
#thanks .flex_box > .txtbox{
	padding-bottom: 300px;
}
#thanks .flex_box .tl{
	color: #072D69;
	font-size: 32px;
	margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
	/*Spのみ*/
#thanks .flex_box{
	display: block;
}
	#thanks .flex_box > .txtbox {
    padding-bottom: 50px;
    width: 100%;
    margin-right: 0;
}
#thanks .flex_box .tl {
    text-align: center;
    color: #072D69;
    font-size: 26px;
    margin-bottom: 35px;
}
	#thanks .flex_box .txt {
    line-height: 1.8;
}
	#thanks .flex_box .img {
    width: 100%;
    max-width: 180px;
    margin: 0 auto;
}
}