@charset "UTF-8";


/*****************************************************
　お問い合わせ　
*****************************************************/
/* .pagehead_nobgimg 
------------------------------------------------- */
.pagehead_nobgimg .pagettl{
	background:url('../img/contact/pagettl-en.png') no-repeat 280px center;
	background-size:contain;
}

.pagehead_nobgimg .pagettl2 {
    background: url(../img/contact/pagettl-en.png) no-repeat 280px center;
    background-position-x: 550px;
    background-size: contain;
    /* margin-left: 30px; */
}

.ttl {
	text-align: center;
	padding-top: 50px;
}

.ttl span {
    color: #2255a4;
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: normal;
    letter-spacing: 0.14em;
    line-height: 1.4;
    position: relative;
}


/* .top-txt 
------------------------------------------------- */
.top-txt{
	font-size:15px;
	font-size:1.5rem;
	letter-spacing:0.05em;
	line-height:1.9;
	margin:0 auto 30px;
	max-width:1010px;
	width:100%;
	text-align: center;
}
/* .contact-block 
------------------------------------------------- */
.contact-block{
	margin:0 auto;
	max-width:1170px;
	width:100%;
}
/* ----- 直接のお問い合わせ ----- */
/* .tel-fax_ttl */
.tel-fax_ttl{
	color:#2255a4;
	font-size:37px;
	font-size:3.7rem;
	font-weight:normal;
	letter-spacing:0.14em;
	line-height:1.4;
	text-align:center;
}
.tel-fax_ttl span{
	font-size:inherit;
	position:relative;
}
.tel-fax_ttl span:after{
	background:#fcf363;
	bottom:-15px;
	box-sizing:content-box;
	content:'';
	display:inline-block;
	font-size:inherit;
	height:30px;
	left:-0.5em;
	padding:0 0.5em;
	position:absolute;
	width:100%;
	z-index:-1;
}
/* .tel-fax_block */
.tel-fax_block{
	display:flex;
	justify-content:center;
	margin-top:90px;
}
.tel-fax_block dl{
	text-align:center;
}
.tel-fax_block dl + dl{
	margin-left:90px;
}
.tel-fax_block dl dt{
	color:#2255a4;
	font-size:41px;
	font-size:4.1rem;
	font-weight:bold;
	letter-spacing:0.05em;
	line-height:66px;
	padding-left:90px;
}
.tel-fax_block .tel dt{
	background:url('../img/contact/telicon.png') no-repeat left center;
}
.tel-fax_block .fax dt{
	background:url('../img/contact/faxicon.png') no-repeat left center;
}
.tel-fax_block dl dt a[href*='tel:']{
	color:inherit;
	pointer-events:none;
	cursor:default;
	text-decoration:none;
}
.tel-fax_block dl dd{
	color:#505050;
	letter-spacing:0.05em;
	line-height:1.4;
	margin-left:90px;
	margin-top:8px;
}
/* ----- フォームでのお問い合わせ ----- */
#form{
	margin-bottom:145px;
	margin-top:70px;
}
#form .input-area{
	background:#fff;
	padding:50px 65px 55px;
}
#form .form-item{
	display:flex;
	justify-content:space-between;
}
#form .form-item + .form-item{
	margin-top:35px;
}
#form .form-item dt{
	color:#2255a4;
	width:42%;
}
#form .form-item dt p{
	align-items:center;
	display:flex;
	justify-content:space-between;
	line-height:40px;
}
#form .form-item dt .hissu{
	background:#cf1834;
	color:#fff;
	display:inline-block;
	letter-spacing:0.2em;
	line-height:24px;
	text-align:center;
	width:54px;
}
#form .form-item dd{
	width:calc(100% - 42% - 30px);
}
/* ご住所 */
#form .form-item.address dd .in-item p{
	align-items:center;
	display:flex;
}
#form .form-item.address dd .in-item .item{
	color:#505050;
	font-size:12px;
	font-size:1.2rem;
	letter-spacing:0.2em;
	width:5em;
}
#form .form-item.address dd .in-item .input{
	width:calc(100% - 5em);
}
#form .form-item.address dd .in-item:nth-child(1){
	margin-bottom:20px;
}
#form .form-item.address dd .in-item:nth-child(1) .input{
	max-width:110px;
}
/* お問い合わせ内容 */
#form textarea{
	height:180px;
}
/* 同意 */
#form .acceptance{
	margin-top:40px;
	text-align:center;
}
#form .acceptance a{
	color:#d7c711;
	text-decoration:underline;
}
#form .acceptance .wpcf7-list-item-label{
	font-size:14px;
	font-size:1.4rem;
	letter-spacing:0.2em;
	line-height:1.4;
}
/* 送信ボタン */
#form .submitbtn{
	margin-top:65px;
	text-align:center;
}
#form .submitbtn input[type="submit"]{
	background:#2255a4;
	border:none;
	color:#fff;
	font-size:20px;
	font-size:2.0rem;
	letter-spacing:0.1em;
	line-height:90px;
	width:495px;
}

/* ボタンのスタイル */

.contact-block {
    align-items: center;
    display: block;
    margin: 20px auto 40px;
    max-width: 1020px;
    width: 100%;
}

.contact-block2 {
    align-items: center;
    display: block;
    margin: 10px auto 0;
    max-width: 1020px;
    width: 100%;
}

.contact-block .styled-button {
    background: #2255a4;
    line-height: 70px;
    text-align: center;
    max-width: 495px;
    width: 100%;
    margin: auto;
}

.contact-block2 .styled-button {
    background: #2255a4;
    line-height: 70px;
    text-align: center;
    max-width: 495px;
    width: 100%;
    margin: auto;
}

.contact-block .styled-button a {
    color: #fff;
    display: block;
    width: 100%;
}

.contact-block .styled-button a span {
    background: url(../img/common/arrowicon_white.png) no-repeat right center;
    background-size: 9px 14px;
    background-position-x: 90%;
    display: inline-block;
    font-size: 20px;
    font-size: 2.0rem;
    padding: 0 80px;
}



@media screen and (max-width:1024px){
	/*****************************************************
	　お問い合わせ　
	*****************************************************/
	/* .pagehead_nobgimg 
	------------------------------------------------- */
	.pagehead_nobgimg{
		margin:0;
		padding:12.5vw 0;
	}
	.pagehead_nobgimg .pagettl{
		background-size:auto 7vw;
		background-position:left top;
		padding-top:7vw;
	}
	
	    .pagehead_nobgimg .pagettl2 {
        background-size: auto 7vw;
        background-position: left top;
        padding-top: 7vw;
    }
	
	/* .top-txt 
	------------------------------------------------- */
	.top-txt{
		font-size:3.34vw;
		margin:7.5vw auto 5.25vw;
		max-width:none;
	}
	/* .contact-block 
	------------------------------------------------- */
	.contact-block{
		max-width:none;
	}
	.content_inner{
		margin:0 3.12vw;
	}
	/* ----- 直接のお問い合わせ ----- */
	/* .tel-fax_ttl */
	.tel-fax_ttl{
		font-size:5.15vw;
	}
	.tel-fax_ttl span:after{
		bottom:-2.34vw;
		height:4.68vw;
	}
	/* .tel-fax_block */
	.tel-fax_block{
		display:block;
		margin-top:7.81vw;
		text-align:center;
	}
	.tel-fax_block dl{
		display:inline-block;
	}
	.tel-fax_block dl + dl{
		margin-left:14.06vw;
	}
	.tel-fax_block dl dt{
		font-size:6.4vw;
		line-height:10.31vw;
		padding-left:12vw;
	}
	.tel-fax_block .tel dt{
		background-size:8.5vw auto;
	}
	/*.tel-fax_block .fax dt{
		background-size:12.18vw auto;
	}*/
	.tel-fax_block dl dt a[href*='tel:']{
		pointer-events:auto;
	}
	.tel-fax_block dl dd{
		margin-left:14.06vw;
		margin-top:1.25vw;
	}
	/* ----- フォームでのお問い合わせ ----- */
	#form{
		margin-bottom:22.65vw;
		margin-top:17.18vw;
	}
	#form .input-area{
		padding:0;
	}
	#form .form-item{
		display:block;
	}
	#form .form-item + .form-item{
		margin-top:5.46vw;
	}
	#form .form-item dt{
		margin-bottom:1.56vw;
		width:auto;
	}
	#form .form-item dt p{
		justify-content:flex-start;
		line-height:1;
	}
	#form .form-item dt .hissu{
		line-height:3.75vw;
		margin-left:0.5em;
		width:8.43vw;
	}
	#form .form-item dd{
		width:auto;
	}
	/* ご住所 */
	#form .form-item.address dd .in-item .item{
		font-size:1.87vw;
	}
	#form .form-item.address dd .in-item:nth-child(1){
		margin-bottom:3.12vw;
	}
	#form .form-item.address dd .in-item:nth-child(1) .input{
		max-width:17.18vw;
	}
	/* お問い合わせ内容 */
	#form textarea{
		height:28.12vw;
	}
	/* 同意 */
	#form .acceptance{
		margin-top:6.25vw;
	}
	#form .acceptance .wpcf7-list-item-label{
		font-size:2.18vw;
	}
	/* 送信ボタン */
	#form .submitbtn{
		margin-top:10.15vw;
	}
	#form .submitbtn input[type="submit"]{
		font-size:3.12vw;
		line-height:14.06vw;
		width:80vw;
	}
}

