@charset "utf-8";

/* -------------------------------------------------- */
/* 初めての方へ */
/* -------------------------------------------------- */
/* メインイメージ */

.fv {
	background-image: url(../img/pc_contact_main.jpg);
}
.fvTtl {
	top: 95px;
}

.fvTtlInner {
	font-size: 217%;
	line-height: 1.38;
	letter-spacing: 0.2em;
}

h2 {
	width: 980px;
	display: block;
	margin: 0 auto;
	font-size: 300%;
	color: #d21d00;
	text-align: center;
	line-height: 1.55;
}

.fvTtlInner:after {
	display: none;
}

#contactTxtBox {
	width: 980px;
	margin: 0 auto 75px;
}

#contactTxtBox p {
	font-size: 158%;
	color: #666666;
	line-height: 1.36;
}
.left0 {
	left: 0px;
}
.left35 {
	left: 35px;
}
/* #contact1 */
/* -------------------------------------------------- */
#contact1 {
	width: 980px;
	padding-bottom: 12px;
	margin: 0 auto 54px;
	border-bottom: 1px solid #d21d00;
	text-align: center;
}

#contact1 h2 {
	margin-bottom: 25px;
}

#contactTel {
	display: inline-block;
	padding: 0 0 0 150px;
	background: url(../img/pc_contact_img1.jpg) 0 0 no-repeat;
}

#contactTel p {
	height: 139px;
	display: table-cell;
	padding-top: 15px;
	font-size: 450%;
	vertical-align: middle;
}

#contactTel span {
	font-size: 37%;
	font-weight: bold;
	color: #666666;
}

#contactTel span.tel-link {
	font-size: 100%;
	font-weight: bold;
	color: #d21d00;
}

/* 必須を赤文字にする 20191011 origuchi */
.table-ctf7 span.required {
    font-size: 10px; /* フォントサイズを10pxに */
    color: red; /* フォントカラーを赤に */
    font-weight: normal; /* フォントの太さを通常に */
}
/* 必須を赤文字にする 20191011 origuchi */

/* #contact2 */
/* -------------------------------------------------- */
.proBar {
	margin-bottom: 40px;
}

#contact2Txt {
	margin-bottom: 40px;
	font-size: 134%;
	line-height: 1.5;
}

#contact2 .formSe1 {
	margin-bottom: 37px;
}

#contact2 .formSe1 .line {
	overflow: hidden;
	margin-bottom: 25px;
}

#contact2 .formSe1 dl {
	position: relative;
	display: block;
	overflow: hidden;
}

#contact2 .formSe1 dl.h350 {
	height: 350px;
}

#contact2 .formSe1 dt {
	display: table-cell;
	vertical-align: middle;
	padding: 20px;
}

#contact2 .formSe1 dt span {
	width: 225px;
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	font-size: 134%;
	color: #666666;
}
#contact2 .formSe1 dl.h350 dt span {
	height: 350px;
}

#contact2 .formSe1 dt span.f16 {
	font-size: 134%;
}

#contact2 .formSe1 dd {
	display: table-cell;
	width: 700px;
	padding: 20px 20px 20px 35px;
	position: relative;
	overflow: hidden;
	font-size: 134%;
	color: #666666;
	vertical-align: middle;
}

#contact2 .formSe1 dd input,
#contact2 .formSe1 dd textarea {
	width: 90%;
	height: 18px;
	display: block;
	overflow: hidden;
/*	position: absolute;*/
	padding: 10px 15px;
/*
	top: 0;
	left: 35px;
*/
	z-index: 5;
	background-color: #F5F5F5;
	border: none;
	font-size: 108%;
	color: #333333;
}
#contact2 .formSe1 dd input[type="radio"] {
	width: auto;
	height: auto;
	position: relative;
	display: inline-block;
	top: 0;
	left: 0;
}

#contact2 dd label {
	margin: 8px 0 0;
	display: inline-block;
}

#contact2 dd label[for="s_mail"] {
	padding-left: 45px;
}

#contact2 .formSe1 dd textarea {
	height: 330px;
	overflow: auto;
}

#contact2 .formSe1 .line p.err {
	padding-left: 238px;
	font-size: 125%;
	color: #cc0000;
	background: url(../img/pc_contact_err_icon1.png) 216px center no-repeat;
	margin: 5px 0 0 45px;
}

#contact2 .formSe1 dd ul {
	width: 35px;
	height: 38px;
	overflow: hidden;
	display: block;
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 1;
}

#contact2 .formSe1 dl.h350 ul {
	height: 350px;
}

#contact2 .formSe1 li {
	position: absolute;
	width: 35px;
	top: 0;
	left: 35px;
	-webkit-transition: all 0.3s ease-out;
	transition:all 0.3s ease-out;
}

#contact2 .formSe1 li.left35 {
	left: 35px;
}

#contact2 .formSe1 li.left0 {
	left: 0;
}

#contact2 .formSe1 li.must {
	left: 0;
}


#contact2 .formSe1 li.must {
	z-index: 2;
}

#contact2 .formSe1 li.ok {
	z-index: 3;
}

#contact2 .formSe1 li.ng {
	z-index: 4;
}

#contact2 .formSe1 li.must span,
#contact2 .formSe1 li.ok span,
#contact2 .formSe1 li.ng span {
	width: 35px;
	height: 38px;
	display: table-cell;
	vertical-align: middle;
	background-color: #CC0000;
	line-height: 0;
	text-align: center;
}

#contact2 .formSe1 li.ok span {
	background-color: #66CC00;
}

#contact2 .formSe1 dl.h350 li.must span,
#contact2 .formSe1 dl.h350 li.ok span,
#contact2 .formSe1 dl.h350 li.ng span {
	height: 350px;
}

#contact2 .formSe1 li.must span img {
	margin: 0;
	padding: 0;
}

#contact2 .formSe1 #area_upload dl dd {
	overflow: visible;
}

#contact2 .formSe1 #area_upload dl dd input[type="file"] {
	background-color: #FFFFFF;
	width: auto;
	height: auto;
	padding: 0 0 20px 0;
}

/*
#contact2 .formSe1 #area_upload dl dd p {
	left: 35px;
	position: absolute;
	padding: 10px 15px;
}
*/

#contact2 .formSe1 #area_upload dl dd img {
	max-height: 50px;
}

#contact2 .formSe1 #area_upload dl dd p#uploadAnnotation {
	display: none;
}

/* #box3 */
/* -------------------------------------------------- */
#area_auth {
	width: 980px;
	margin: 0 auto 100px;
	text-align: center;
}

#area_auth p {
	display: inline-block;
	padding-right: 18px;
	background: url(../img/pc_contact_img3.png) 170px 3px no-repeat;
}

#area_auth p a {
	font-size: 134%;
	color: #da2805;
}

p#topSe1txt1 {
	margin-bottom: 15px;
	font-size: 150%;
	font-weight: bold;
}
p#topSe1txt2 {
	padding-left: 47px;
	margin-bottom: 10px;
	background: url(../img/pc_top_icon29.jpg) left center no-repeat;
	font-size: 416%;
	color: #d21d00;
}

#box3 li {
	display: inline-block;
}

#box3 p {
	display: block;
	line-height: 1;
}

#box3 a {
	width: 470px;
	display: block;
	padding: 15px 0 19px;
	text-align: center;
	background-color: #ffee30;
	background-image: url(../img/pc_contact_img4.png);
	background-position: 422px 38px;
	background-repeat: no-repeat;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow:rgb(209, 202, 128) 0px 4px 0px 0px;
	-webkit-box-shadow:rgb(209, 202, 128) 0px 4px 0px 0px;
	-moz-box-shadow:rgb(209, 202, 128) 0px 4px 0px 0px;
	font-size: 175%;
	font-weight: bold;
	color: #13293f;
	line-height: 1.4;
}

#box3 a:hover {
	margin-top: 4px;
	padding: 15px 0;
	box-shadow:#ffee30 0px 4px 0px 0px;
	-webkit-box-shadow:#ffee30 0px 4px 0px 0px;
	-moz-box-shadow:#ffee30 0px 4px 0px 0px;
}

/* Newform  20191010 origuchi */
/* 修正 matsumoto */

/* コンタクトページ1ページ目の送信ボタン */
#confirmBtn0 {
	width: 470px;
	display: inline-block;
	padding: 15px 0 19px;
	text-align: center;
	background-color: #ffee30;
	/*background-image: url(../img/pc_contact_img4.png);*/
	background-position: 422px 38px;
	background-repeat: no-repeat;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	box-shadow:rgb(209, 202, 128) 0px 4px 0px 0px;
	-webkit-box-shadow:rgb(209, 202, 128) 0px 4px 0px 0px;
	-moz-box-shadow:rgb(209, 202, 128) 0px 4px 0px 0px;
	font-size: 130%;
	font-weight: bold;
	color: #13293f;
	line-height: 1.4;
	border: none;
}

/* コンタクトページ1ページ目の送信ボタンホバー時 */
#confirmBtn0:hover {
	margin-top: 4px;
	padding: 15px 0;
	box-shadow:#ffee30 0px 4px 0px 0px;
	-webkit-box-shadow:#ffee30 0px 4px 0px 0px;
	-moz-box-shadow:#ffee30 0px 4px 0px 0px;
}

/* コンタクトページ2ページ目の戻るボタン */
#confirmBtn1 {
    float: left;
    width: 470px;
    display: block;
    padding: 15px 0 19px;
    margin: 0 0 4px;
    text-align: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 175%;
    font-weight: bold;
    line-height: 1.4;
    background-image: url(../img/pc_contact_img5.png);
    background-color: #666666;
    background-position: 28px 24px;
    box-shadow: #bcbcbc 0px 4px 0px 0px;
    -webkit-box-shadow: #bcbcbc 0px 4px 0px 0px;
    -moz-box-shadow: #bcbcbc 0px 4px 0px 0px;
    color: #FFFFFF;
	border: none;
}

/* コンタクトページ2ページ目の戻るボタンホバー時 */
#confirmBtn1:hover {
    margin: 4px 0 0;
    box-shadow: #666666 0px 4px 0px 0px;
    -webkit-box-shadow: #666666 0px 4px 0px 0px;
}

/* コンタクトページ2ページ目の送信ボタン */
#confirmBtn2 {
    float: right;
    width: 470px;
    display: block;
    padding: 15px 0 19px;
    margin: 0 0 4px;
    text-align: center;
    background-repeat: no-repeat;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    font-size: 175%;
    font-weight: bold;
    line-height: 1.4;
    background-image: url(../img/pc_contact_img4.png);
    background-color: #ffee30;
    background-position: 422px 24px;
    box-shadow: rgb(209, 202, 128) 0px 4px 0px 0px;
    -webkit-box-shadow: rgb(209, 202, 128) 0px 4px 0px 0px;
    -moz-box-shadow: rgb(209, 202, 128) 0px 4px 0px 0px;
    color: #13293f;
    border: none;
}

/* コンタクトページ2ページ目の送信ボタンホバー時 */
#confirmBtn2:hover {
    margin: 4px 0 0;
    box-shadow: #ffee30 0px 4px 0px 0px;
    -webkit-box-shadow: #ffee30 0px 4px 0px 0px;
    -moz-box-shadow: #ffee30 0px 4px 0px 0px;
}

/* 修正 matsumoto */
/* Newform  20191010 origuchi */

/* Contact Form 7 カスタマイズ 20191011 origuchi */
/* 送信中の時に表示されるロードマークを非表示にする */

div.wpcf7 .ajax-loader {
    display: none !important;
}

/* バリデーションエラー時のボックスメッセージを非表示にする */
	
.wpcf7-response-output {
	display:none !important;
}

/* メール送信時のボックスメッセージを非表示にする */

.wpcf7-mail-sent-ok {
    display:none !important;
}

/* Contact Form 7 カスタマイズ 20191011 origuchi */


#contactTxt3 {
	margin-bottom: 40px;
}

/* confirm */
.confirm h2 {
	margin-bottom: 30px;
}

#contact2Txt2 {
	margin-bottom: 30px;
	font-size: 134%;
	color: #ff0000;
	line-height: 1.5;
}

.confirm .formSe1 dd {
	padding-left: 30px;
	border-left: 1px solid #d21d00;
}


#box3Comfi li {
	width: 470px;
	display: inline-block;
	vertical-align: top;
}

#box3Comfi p {
	display: block;
	line-height: 1;
}

#box3Comfi li a {
	width: 470px;
	display: block;
	padding: 15px 0 19px;
	margin: 0 0 4px;
	text-align: center;
	background-repeat: no-repeat;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	font-size: 175%;
	font-weight: bold;
	line-height: 1.4;
}

#box3Comfi a:hover {
	margin: 4px 0 0;
	padding: 15px 0;
}

#confirmBtn1 {
	float: left;
}

#confirmBtn2 {
	float: right;
}

#confirmBtn1 a {
	background-image: url(../img/pc_contact_img5.png);
	background-color: #666666;
	background-position: 28px 24px;
	box-shadow:#bcbcbc 0px 4px 0px 0px;
	-webkit-box-shadow:#bcbcbc 0px 4px 0px 0px;
	-moz-box-shadow:#bcbcbc 0px 4px 0px 0px;
	color: #FFFFFF;
}

#confirmBtn2 a {
	background-image: url(../img/pc_contact_img4.png);
	background-color: #ffee30;
	background-position: 422px 24px;
	box-shadow:rgb(209, 202, 128) 0px 4px 0px 0px;
	-webkit-box-shadow:rgb(209, 202, 128) 0px 4px 0px 0px;
	-moz-box-shadow:rgb(209, 202, 128) 0px 4px 0px 0px;
	color: #13293f;
}

#confirmBtn1 a:hover {
	box-shadow:#666666 0px 4px 0px 0px;
	-webkit-box-shadow:#666666 0px 4px 0px 0px;
	-moz-box-shadow:#666666 0px 4px 0px 0px;
}

#confirmBtn2 a:hover {
	box-shadow:#ffee30 0px 4px 0px 0px;
	-webkit-box-shadow:#ffee30 0px 4px 0px 0px;
	-moz-box-shadow:#ffee30 0px 4px 0px 0px;
}


/* compleat */
#compTtl {
	margin-bottom: 20px;
	font-size: 167%;
}
#compTtl span {
	font-size: 75%;
}

.complete #box3 a {
	width: 470px;
	background-color: #d21d00;
	background-position: 430px 24px;
	background-image: url(../img/pc_contact_img8.png);
	box-shadow:#ee998b 0px 4px 0px 0px;
	-webkit-box-shadow:#ee998b 0px 4px 0px 0px;
	-moz-box-shadow:#ee998b 0px 4px 0px 0px;
	color: #FFFFFF;
}

.complete #box3 a:hover {
	box-shadow:#d21d00 0px 4px 0px 0px;
	-webkit-box-shadow:#d21d00 0px 4px 0px 0px;
	-moz-box-shadow:#d21d00 0px 4px 0px 0px;
}

/* 201912追記 */
.contactWrap {
	padding-top: 150px;
}

.contactWrap .fvInner {
	width: 100%!important;
	height: auto!important;
	position: static;
	background: none;
	-webkit-transform: none;
	transform: none;
}

.contactWrap .fvh1 {
	width: 100%!important;
	height: auto!important;
	position: static;
	-webkit-transform: none;
	transform: none;
	background: none;
	text-align: center;
}

.contactWrap .fvTtl {
	width: 100%;
	height: auto;
	display: block;
	position: static;
	filter: alpha(opacity=1)!important;
	-ms-filter: "alpha(opacity=1)"!important;
	-khtml-opacity: 1!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
	text-align: center;
}

.contactWrap .fvTtlInner {
	display: inline-block;
	position: relative;
	padding: 0 0 30px;
	font-weight: normal;
	letter-spacing: 0em;
	font-size: 300%;
	color:#d21d00;
	line-height: 1.3;
}

#contact1 {
	display: none;
}