@charset "utf-8";
#formWrap {
	width:90%;
	margin:0 auto;
	
	
	/*color:#555;
	//line-height:120%;
	//font-size:90%;*/
	
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 200;
	font-optical-sizing: auto;
	font-style: normal;
	font-size: 1.2em;
}
.telcont {
	width: 320px;
	margin-left:auto;
	margin-right:auto;
}
.fsizec {
	font-size: 1em;
	width: 280px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
	/*font-size: 1.2em;*/
}
table.formTable td,table.formTable th{
	/*border:1px solid #ccc;*/
	padding:10px;
}
table.formTable th{
	width:30%;
	text-align:left;
	font-weight: 200;
	/*background-color: #2972C9;
	//color: rgba(255,255,255,1);*/
}
.supressorContact {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width:800px;
}

input[type=radio] {
display: none; /* ラジオボタンを非表示にする */
}
input[type="radio"]:checked + label {
background: #000;/* マウス選択時の背景色を指定する */
color: #ffffff; /* マウス選択時のフォント色を指定する */
}
.label:hover {
background-color: #DDD; /* マウスオーバー時の背景色を指定する */ 
}
.label {
display: block;	/* ブロックレベル要素化する */ 
float: left;	/* 要素の左寄せ・回り込を指定する */ 
margin: 10px;	/* ボックス外側の余白を指定する */
//width: 100px;	/* ボックスの横幅を指定する */
height: 45px;	/* ボックスの高さを指定する */
padding-left: 10px;	/* ボックス内左側の余白を指定する */
padding-right: 10px;	/* ボックス内御右側の余白を指定する */
color: #000;	/* フォントの色を指定 */
text-align: center;	/* テキストのセンタリングを指定する */
line-height: 45px;	/* 行の高さを指定する */
cursor: pointer;	/* マウスカーソルの形（リンクカーソル）を指定する */
border: 2px solid #000;/* ボックスの境界線を実線で指定する */
//border-radius: 5px;	/* 角丸を指定する */
}

/* ラジオボタンカスタム END */

@media screen and (max-width:768px) {
/*　画面サイズが572px以下はここを読み込む　*/
.contactaside {
	flex: 1;
	margin: 0px;
	//background-color: rgba(102,153,255,1);
	padding-top: 4.5em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 1em;
	font-size: 0.8em;
	text-align: center;
}
#formWrap {
	width:90%;
	margin:0 auto;
}

table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
	font-weight: normal;
}
input[type="text"], textarea {
	width:100%;
	padding:5px;
	font-size:130%;
	display:block;
	//border-radius:4px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:40%;
	height:40px;
}

}

/* =========================
   CONTACT 調整
========================= */

/* 行の横線を消す */
#formWrap .formTable tr {
  border-bottom: none !important;
}

/* ラベル上・入力下 */
#formWrap .formTable th,
#formWrap .formTable td {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  border: none !important;
}

/* 項目名 */
#formWrap .formTable th {
  margin: 0 0 5px 0 !important;
  font-weight: 700 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

/* 各項目の下余白 */
#formWrap .formTable td {
  margin: 0 0 30px 0 !important;
}

/* 入力欄 */
#formWrap input[type="text"],
#formWrap input[type="email"],
#formWrap input[type="tel"],
#formWrap textarea {
  width: 100% !important;
  max-width: 700px !important;
  padding: 14px !important;
  border: 1px solid #999 !important;
  font-size: 16px !important;
  box-sizing: border-box !important;
}

/* テキストエリア */
#formWrap textarea {
  height: 200px !important;
}

/* ラジオボタンの文字サイズ調整 */
.wpcf7-list-item {
  margin-right: 15px;
  display: block;
}

.wpcf7-list-item-label {
  font-size: 16px !important;
  margin-left: 5px;
  line-height: 1.2 !important;
}

/* お問い合わせ分類を横並び */
.contact-type-cell p {
  margin: 20px 0 10px 0 !important;
}

.contact-type-cell .wpcf7-checkbox {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 0 20px !important;
}

.contact-type-cell .wpcf7-list-item {
  display: inline-flex !important;
  align-items: center !important;
  margin: 0 !important;
  white-space: nowrap !important;
}

/* プライバシーポリシー */
#formWrap .acceptance-col {
  text-align: center !important;
  margin: 18px 0 34px 0 !important;
}

#formWrap .acceptance-col label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}

/* ボタン周り */
#formWrap .contact-submit-wrap {
  margin: 36px 0 20px 0 !important;
  text-align: center !important;
}

#formWrap .contact-reset-wrap {
  margin: 0 !important;
  text-align: center !important;
}

/* 確認ボタン */
#formWrap .cf7c-confirm-btn.btn1 {
  width: 200px !important;
  max-width: 100% !important;
  height: 40px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: #139A4E !important;
  background-image: none !important;
  border: 1px solid #139A4E !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #333 !important;
  font-size: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
  overflow: hidden !important;
}

#formWrap .cf7c-confirm-btn.btn1::after {
  content: "確認する";
  font-size: 14px;
  color: #fff;
  line-height: 60px;
}

/* リセット */
#formWrap .cf7c-back-btn,
#formWrap input[type="reset"].fsizec {
  width: 200px !important;
  max-width: 100% !important;
  height: 40px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  background: #fff !important;
  background-image: none !important;
  border: 1px solid #139A4E !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #139A4E !important;
  font-size: 14px !important;
  text-align: center !important;
}

#formWrap .formTable th p {
  margin: 0 !important;
  font-size: 15px !important;
  font-weight: 200 !important;
  line-height: 1.2 !important;
}

/* 確認ページ */
.cf7c-confirm-page {
  max-width: 800px;
  margin: 0 auto;
}

.cf7c-confirm-title {
  margin: 0 0 30px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.cf7c-confirm-summary {
  margin: 0 0 30px;
}

.cf7c-confirm-summary .cf7c-dl {
  margin: 0;
  padding: 0;
}

.cf7c-confirm-summary .cf7c-dl dt {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
}

.cf7c-confirm-summary .cf7c-dl dd {
  margin: 0 0 24px;
  padding: 14px;
  border: 1px solid #999;
  font-size: 16px;
  line-height: 1.7;
}

/* hidden-form は確認ページでは表示する */
.cf7c-confirm-page .cf7c-hidden-form {
  display: block !important;
}

/* 入力欄だけ隠す */
.cf7c-confirm-page .cf7c-hidden-form .formTable {
  display: none !important;
}

/* ボタン表示 */
.cf7c-confirm-page .contact-submit-wrap,
.cf7c-confirm-page .contact-reset-wrap {
  display: block !important;
  text-align: center !important;
  margin: 20px 0 !important;
}

.cf7c-confirm-page .contact-submit-wrap input[type="submit"],
.cf7c-confirm-page .contact-submit-wrap .wpcf7-submit,
.cf7c-confirm-page .contact-reset-wrap button {
  display: inline-block !important;
  width: 300px !important;
  max-width: 100% !important;
  height: 40px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  border: 1px solid #bbb !important;
  background: #eee !important;
  color: #333 !important;
  font-size: 18px !important;
  line-height: 40px !important;
  text-align: center !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.cf7c-confirm-page .contact-submit-wrap .wpcf7-submit {
  font-size: 0 !important;
}

.cf7c-confirm-page .contact-submit-wrap .wpcf7-submit::after {
  content: "送信する";
  font-size: 18px;
}

.cf7c-confirm-page .cf7c-hidden-form {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* =========================
   V2H CONTACT：CONTACTと同じ見た目
========================= */

body.page-id-145 #formWrap {
  width: 90% !important;
  max-width: 800px !important;
  margin: 0 auto !important;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 1.2em !important;
}

body.page-id-145 #formWrap .formTable {
  width: 100% !important;
  margin: 0 auto !important;
  border-collapse: collapse !important;
}

body.page-id-145 #formWrap .formTable th,
body.page-id-145 #formWrap .formTable td {
  display: block !important;
  width: 100% !important;
  padding: 0 !important;
  border: none !important;
  text-align: left !important;
}

body.page-id-145 #formWrap .formTable th {
  margin: 0 0 12px 0 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

body.page-id-145 #formWrap .formTable td {
  margin: 0 0 30px 0 !important;
}

body.page-id-145 #formWrap input[type="text"],
body.page-id-145 #formWrap input[type="email"],
body.page-id-145 #formWrap input[type="tel"],
body.page-id-145 #formWrap textarea {
  width: 100% !important;
  max-width: 700px !important;
  padding: 14px !important;
  border: 1px solid #999 !important;
  font-size: 16px !important;
  box-sizing: border-box !important;
}

body.page-id-145 #formWrap textarea {
  height: 200px !important;
}

body.page-id-145 #formWrap .acceptance-col {
  text-align: center !important;
  margin: 18px 0 34px 0 !important;
}

body.page-id-145 #formWrap .contact-submit-wrap,
body.page-id-145 #formWrap .contact-reset-wrap {
  text-align: center !important;
  margin: 20px 0 !important;
}

body.page-id-145 #formWrap .cf7c-confirm-btn,
body.page-id-145 #formWrap input[type="submit"],
body.page-id-145 #formWrap input[type="reset"] {
  width: 300px !important;
  max-width: 100% !important;
  height: 40px !important;
  margin: 0 auto !important;
  padding: 0 !important;
  display: block !important;
}