/* ========================================

    inside

======================================== */
.inside_outside{
padding-top: 50px;
padding-bottom: 70px;
background-image: url(../img/con4_bg.png);
background-repeat: repeat;
}



/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.inside_outside{
padding-top: 30px;
padding-bottom: 30px;}

}

/************************************
送信完了
*************************************/

.thanks_img{width:30%;
margin-left: auto;
margin-right: auto;
padding-top: 50px;}


/* 小さい画面用の設定-------------- */
@media (max-width:767px){
.thanks_img{width: 50%;
margin-left: auto;
margin-right: auto;
padding-top: 50px;}
	}
/* -------------end------------- */