@charset "utf-8";


/*お問い合わせフォーム*/
/* -------------------------------------------------- */
#container {
	min-width: auto;
}

#contact {
	width: 100%;
}

#contact1 {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

#contact1 .telLink a{
	font-size: 3.1rem;
	letter-spacing: -0.1px;
}

#contact2 {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

#contact2 #contactTxt {
	font-size: 1.6rem;
	padding-bottom: 20px;
	text-align: left;
}

#contactTel {
	padding: 0 0 40px;
	text-align: center;
}

#contactTel p {
	display: inline-block;
	text-align: left;
}

#contactTel p span {
	font-size: 2rem;
	letter-spacing: 0.3em;
	line-height: 1;
}

#contactTel a {
	text-decoration: none;
}

#contactTel p span.en {
	font-size: 1.3rem;
	display: inline;
}

#contactTel p span.telLink {
	font-size: 3.3rem;
	color: #00a0e9;
	letter-spacing: 0.1em;
}

#contactTel p span#contTxt2 {
	display: block;
	font-size: 1.3rem;
	letter-spacing: normal;
}

.contactTit {
	display: inline-block;
  padding: 10px 20px;
  font-size: 1.6rem;
  background: #f6f6f3;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}

/* お問い合わせフロー */
#contactFlow {
	padding-bottom: 20px;
	text-align: center;
}

#contactFlow li {
	position: relative;
	margin-right: 10px;
  padding: 5px 10px;
	display: inline-block;
	color: #cccccc;
	font-size: 1.2rem;
	font-weight: bold;
	border: 2px solid #cccccc;
	border-radius: 35px;        /* CSS3用 */
	-webkit-border-radius: 35px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 35px;   /* Firefox用 */
	box-sizing:border-box;
}

#contactFlow li:after {
	position: absolute;
	top: 50%;
	right: -17px;
	margin-top: -5px;
	content:"";
	width: 10px;
	height: 11px;
	background: url(../../img/common/icon15.png) 0 0 no-repeat;
	-webkit-background-size: auto 8px;
	background-size: auto 8px;

}

#contactFlow li.flowCurrent:after {
	background: url(../../img/common/icon1.png) 0 0 no-repeat;
	-webkit-background-size: auto 8px;
	background-size: auto 8px;
}

#contactFlow li.last {
	margin-right: 0;
}

#contactFlow li.last:after {
	background: none!important;
}

#contactFlow li span {
	position: absolute;
    top: 4px;
    right: -38px;
}

#contactFlow li.flowCurrent {
	color: #00a0e9;
	border: 2px solid #00a0e9;
}

/* フォーム周り */
#contactForm {
	width: 100%;
	font-size: 1.6rem;
	margin-bottom: 20px;
	text-align: left;
}

#contactForm th {
	width: 100%;
	padding: 0 5% 5px;
	text-align: left;
	vertical-align: top;
	font-size: 1.6rem;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.name {
	vertical-align: middle;
}

.need {
	padding: 2px 5px;
  margin-left: 10px;
  color: #FFF;
  font-size: 1rem;
  background: #0095da;
  vertical-align: middle;
}

.thName {
	vertical-align: middle;
}

#contactForm td {
	width: 100%;
	padding: 0 5% 20px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contactForm td input[type="text"],
#contactForm td input[type="tel"],
#contactForm td input[type="email"] {
	width: 100%;
	padding: 10px 15px;
	border: none;
	box-sizing:border-box;
	border: 1px solid #00a0e9;
	border-radius: 5px;
	font-size: 1.6rem;
	display: block;
	-webkit-appearance: none;
}

#contactForm .form {
	padding-bottom: 20px;
}

.form {
	position: relative;
}

.formInput {

}

.formInput input {
	width: 100%;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-appearance: none;
	font-size: 1.6rem;
}

#e_body {
	width: 100%;
	height: 150px;
	padding: 10px;
	line-height: 1.5;
	border: 1px solid #ccc;
	border-radius: 5px;
	-webkit-appearance: none;
	font-family: inherit;
}

.formInput .formRadio {
	padding: 10px 0 0 0;
}

.formInput .formRadio .choiceRadio {
	width: 15px !important;
  height: 15px !important;
  border-radius: 7.5px;
	vertical-align: -5px;
	background-color: #fff;
	-webkit-appearance: none;
}

.choiceRadio {
	width: auto !important;
	padding: 0 !important;
}

.choiceRadio + span:before{
	content: "";
  display: none;
  position: absolute;
  top: 4px;
  left: -19px;
  width: 16px;
  height: 16px;
  border: 1px solid #999;
  border-radius: 50%;
	background-color: #fff;
}
.choiceRadio:checked + span{
  color: #0095da;
	position: relative;
}
.choiceRadio:checked + span:after{
	content: "";
  display: block;
  position: absolute;
	top: 8px;
  left: -15px;
  width: 11px;
  height: 11px;
  background: #0095da;
  border-radius: 50%;
	vertical-align: top;
}

#choiceArea .errIcon {
	position: absolute;
	top: 3px;
	left: 173px;
}

#choiceArea .errIcon li.ng {
	position: absolute;
	top: 0;
  left: 0;
}

#nameArea .errIcon {
	position: absolute;
	top: 3px;
  left: 93px;
}

#nameArea .errIcon li.ng {
	position: absolute;
	top: 0;
  left: 0;
}

#furiganaArea .errIcon {
	position: absolute;
	top: 3px;
  left: 109px;
}

#furiganaArea .errIcon li.ng {
	position: absolute;
	top: 0;
  left: 0;
}

#telArea .errIcon {
	position: absolute;
	top: 3px;
  left: 109px;
}

#telArea .errIcon li.ng {
	position: absolute;
	top: 0;
  left: 0;
}

#mailArea .errIcon {
	position: absolute;
	top: 3px;
  left: 157px;
}

#mailArea .errIcon li.ng {
	position: absolute;
	top: 0;
  left: 0;
}

#checkMailArea .errIcon {
	position: absolute;
	top: 3px;
  left: 189px;
}

#checkMailArea .errIcon li.ng {
	position: absolute;
	top: 0;
  left: 0;
}

#bodyArea .errIcon {
	position: absolute;
	top: 3px;
  left: 173px;
}

#bodyArea .errIcon li.ng {
	position: absolute;
	top: 0;
  left: 0px;
}

/* 郵便番号 */
#contactForm input#e_zip01  {
	display: inline-block;
	width: 40% !important;
	margin-right: 30px;
 }

#contactForm input#e_zip02  {
	display: inline-block;
	width: 40% !important;
	margin-left: 5px;
 }

#contactForm span#post_line {
	display: inline-block;
	height: 47px;
	vertical-align: middle;
}

.postLine {
	position: relative;
}

.postLine:after {
	content: "";
  position: absolute;
  top: 18px;
  left: 42.5%;
  width: 20px;
  height: 3px;
  background: #c9c9c9;
  display: block;
}

/* テキストエリア */
table#contactForm td textarea {
	width: 100%;
	height: 15em;
	padding: 10px 15px;
	border: none;
	box-sizing:border-box;
	border: 1px solid #00a0e9;
	border-radius: 5px;
	font-size: 1.6rem;
	display: block;
	-webkit-appearance: none;
	font-family: inherit;
}

table#contactForm td textarea:focus {
	border: 1px solid #00a0e9;
	border-radius: 5px;        /* CSS3用 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	outline: 0;
	transition: none;
}

/* 確認画面のテーブルのみ適用 */
.contactTable td {
	padding-top: 15px;
}

/* エラー */
.errIcon {
	display: inline-block;
	margin: 0 0 0 5px;
	text-align: right;
	vertical-align: middle;
}

.errIcon li img {
	width: 100%;
}

.errIcon li.default, .errIcon li.ok, .errIcon li.ng {
	line-height: 1;
	padding: 0;
	text-align: center;
	font-size: 1rem;
	font-weight: 500;
	border-radius: 25px;
	transition: all 0.3s ease-in-out 0s;
}

.errIcon li.default {
	color: #fd1c2c;
	border: 1px solid #fd1c2c;
}

.errIcon li.ok {
	width: 20px;
	color: #fff;
}

.errIcon li.ng {
	width: 20px;
	color: #fff;
}

.errIcon li.off {
	width: 20px;
	display: none;
}

.err {
	color: #f00;
	font-size: 1.3rem;
}

#ppTxt {
	margin-bottom: 30px;
	text-align: center;
	font-size: 1.6rem;
}

.contactBtn {
	text-align: center;
	background: url(../../img/common/icon18.png) 94% center no-repeat;
  background-size: 2%;
}

#contactBtnWrap {
	padding: 0 0 60px;
	text-align: center;
}

.sendBtn {
	padding-bottom: 10px;
}

.sendBtn .btn3 {
	line-height: 1.2;
  background: url(../../img/common/icon18.png) 90% center no-repeat;
	background-size: 3%;
}

.backBtn:before {
  content: "";
  width: 7px;
  height: 12px;
  margin-right: 5px;
  background: url(../../img/common/icon24.png) 0 0 no-repeat;
	background-size: contain;
  display: inline-block;
  vertical-align: middle;
}

#announcement {
	font-size: 1.5rem;
	padding: 0 5% 20px;
}

#complete {
	text-align: center;
	padding-bottom: 10px;
}

#announcement .anno,
#complete .anno {
	color: #FF0000;
	font-size: 1.5rem;
	padding-bottom: 30px;
}

#completeTxt {
	text-align: left;
	font-size: 1.6rem;
	padding: 0 0 20px;
}

#completeTxt .telLink{
	display: inline;
}

#completeTxt .telLink a {
	font-size: 1.6rem;
  color: #333;
  line-height: 1;
}

.topBackBtn {
	text-align: center;
	padding-bottom: 100px;
}

#confirmForm {
	width: 100%;
	display: block;
	padding: 0 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

#confirmForm tbody,
#confirmForm tr{
	display: block;
}

#confirmForm th {
	width: 100%;
	display: block;
	text-align: left;
	font-size: 1.4rem;
	font-weight: 500;
	color: #666666;
}

#confirmForm .form {
		padding-bottom: 10px;
	  margin-bottom: 30px;
	  border-bottom: 1px solid #c9c9c9;
}

/* 入力ページ送信ボタン */
.g-recaptcha {
	padding-bottom: 30px;
}

.g-recaptcha > div {
	margin: 0 auto;
}

.reCaptureBtnWrap {
	width: 100%;
	height: 80px;
	text-align: center;
	line-height: 1.2;
	font-size: 1.5rem;
	font-weight: 500;
	display: inline-block;
	border-radius: 5px;
	color: #FFF;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}

.reCaptureBtn {
	width: 100%;
	height: 100%;
	display: block;
	border: none;
	opacity: 0;
	position: relative;
	z-index: 5;
}

.reCaptureBtnWrap:before {
	content: '';
	width: 6px;
	height: 10px;
	display: inline-block;
	background: url(../../img/common/icon2.png) 90% center no-repeat;
	background-size: contain;
	-webkit-background-size: contain;
	position: absolute;
	top: 50%;
	right: 10%;
}

.reCaptureBtnWrap:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	display: inline-block;
	background: #0095da;
	background: -webkit-linear-gradient(90deg, #0095da 0%, #00d2da 50%, #0095da 100%);
	background: -webkit-linear-gradient(90deg, #0095da 0%, #00d2da 50%, #0095da 100%);
	background: -moz-linear-gradient(90deg, #0095da 0%, #00d2da 50%, #0095da 100%);
	background: -o-linear-gradient(90deg, #0095da 0%, #00d2da 50%, #0095da 100%);
	background: linear-gradient(90deg, #0095da 0%, #00d2da 50%, #0095da 100%);
	height: 100%;
	width: 200%;
	z-index: -1;
	-webkit-transition: -webkit-transform 200ms ease-in-out;
	transition: -webkit-transform 200ms ease-in-out;
	transition: transform 200ms ease-in-out;
	transition: transform 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
}

.reCaptureBtnWrap:hover:after {
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

#reCaptureBtnTxt {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	color: #FFFFFF;
}

/* トップの簡単フォーム */
.mfp-hide {
	font-family: "Noto Sans Japanese","游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka,"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* 送信完了画面 */
#thxImg img {
	width: 100%;
}
