@charset "utf-8";
/* CSS Document */

/* 背景画像の読み込み */
.titlebox_wrapper {
    background: url("../img/main-contact.jpg") no-repeat center top;
    background-size: auto auto;
    background-size: 100% 100%;
    background-size: contain;
    position: relative;
}

/*============================================*/
/* お問合せ*/
/*============================================*/

.thanks-box {
	text-align: center;
	margin-top: 40px
}

.thanks-text {
	padding-bottom: 15px;
}

.thanks-head-text {
	font-size: 1.8rem;
	font-weight: bold;
	padding-bottom: 20px
}