/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 02 2022 | 10:11:54 */
#inquiryform table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  background-color: #fff;
  border: solid 1px #C5C7C6;
  margin-bottom: 1em;
}

#inquiryform th {
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  color: #444;
  padding-right: 5px;
  width: 30%;
  background: #fff;
  border: solid 0px #C5C7C6;
  min-width: 150px;
  padding-left: 0px;/*26px*/
  line-height: 1.8em;
  padding: 1rem 1rem 0rem 1rem;
}

#inquiryform  .f-title{
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  color: #444;
  padding-right: 5px;
  width: 30%;
  background: #fff;
  border: solid 0px #C5C7C6;
  border-top-color: rgb(197, 199, 198);
  border-top-style: solid;
  border-top-width: 0px;
  min-width: 150px;
  margin-left: 0rem;
  line-height: 1.8em;
  padding: 1rem 1rem 1rem 1rem;
}
.inquiry th .form-title {
  text-align: left;
  font-size: 16px;
  color: #444;
  padding-right: 5px;
  padding-left: 0em;
  font-weight: bold;
}

 /*big*/
@media (min-width: 992px){
#inquiryform th {
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  color: #444;
  padding-right: 5px;
  width: 30%;
  background: #fff;
  border: solid 0px #C5C7C6;
  border-top-color: rgb(197, 199, 198);
  border-top-style: solid;
  border-top-width: 0px;
  min-width: 150px;
  margin-left: 1rem;
  line-height: 1.8em;
  padding: 1rem 4rem 1rem 1rem;
	}}

#inquiryform td {
  font-size: 13px;
  border: solid 0px #C5C7C6;
}
#inquiryform tr {
  border-bottom: solid 1px #C5C7C6;
}

/*入力枠の大きさ*/	
input[type="date"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
  font-size: 1rem;
  border: 1px solid var(--vk-color-border-form);
  border-radius: 0;
  padding: .5em 1em; /*--ここで調整--*/
  margin: 1rem 0 1rem;
  width: 100%;
}

@media (min-width: 992px){
#inquiryform.main-section--col--two {
  width: 100%;
  float: left;
}
.page-header {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  min-height: 8rem;
  text-align: center;
  display: none;
}	
#inquiryform.page-header {
  color: #fff;
  background-color: var(--vk-color-primary);
  display: none;
}
#inquiryform.breadcrumb {
  border-top: 1px solid var(--vk-color-border-hr);
  border-bottom: 1px solid var(--vk-color-border-hr);
  display: none;
}}

/*--枠の大きさ--*/
input[type="search"], select, textarea {
  background-color: #fff;
  box-sizing: border-box;
  line-height: 1.6;
  max-width: 100%;
  width: 100%;
}

/*郵便番号*/
.wpcf7 input[text* your-postalcode zip id:zip placeholder"123-4567"]{
  background-color: #fff;
  box-sizing: border-box;
  line-height: 1.6;
  max-width: 80%;
  width: 30%;
}
/*都道府県*/
.wpcf7 input[text* your-prefectures pref id:pref placeholder"◯◯県"]{
	border: solid 1px #e6e6e6;
	color: #777;
	margin-top: 0.6em;
	padding: 0.6em;
	width: 200px!important;
}
/*生年月日*/
.wpcf7 select{
	width: 18%;
}

/*住所*/
.wpcf7 input[text* your-address city id:city addr id:addr placeholder ""]{
  background-color: #fff;
  box-sizing: border-box;
  line-height: 1.6;
  max-width: 100%;
}
/*電話番号*/
.wpcf7 input[type="tel"]{
  background-color: #fff;
  box-sizing: border-box;
  line-height: 1.6;
  max-width: 40%;
  width: 200px;
}
/*タイトル*/
.form {
  padding: .5em 0em;
  color: #403A3A;
  margin-bottom: 0.14em;
  margin-top: 3em;
}
.form span{
  padding: .5em 0em;
  color: #403A3A;
  margin-bottom: 0.14em;
  margin-top: 1em;
}

/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
@media(max-width:500px){
.inquiry th,.inquiry td {
	 display:block!important;
	 width:100%!important;
	 border-top:none!important;
	 -webkit-box-sizing:border-box!important;
	 -moz-box-sizing:border-box!important;
	box-sizing:border-box!important;
}
.inquiry tr:first-child th{
	 border-top:1px solid #d7d7d7!important;
}
.haveto {
	background: #ff9393;
    background-repeat: repeat;
    background-image: none;
	background-image: url("https://xn--cck1dt720a2bm.jp/images/required.gif");
	background-repeat: no-repeat;
	display: inline-block;
	width: 33px;
	height: 18px;
	margin-right: 10px;
	margin-left: 0px;
	position: relative;
	bottom: 1px;
	vertical-align: middle;
}}

/* 必須・任意のサイズ調整 */	
.inquiry .haveto,.inquiry .any {	
	font-size:10px;
}
/*見出し欄*/
.inquiry th {
  text-align: left;
  font-size: 14px;
  color: #444;
  padding-right: 5px;
  width: 30%;
  background: #f7f7f7;
  border: solid 1px #d7d7d7;
  min-width: 150px;
  padding-left: 26px;
}
/*通常欄*/
.inquiry td{
  font-size:13px;
  border:solid 1px #d7d7d7;	
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr,.entry-content table{
  border:solid 1px #d7d7d7;	
}

/*img*/
.haveto {
  background: #ff9393;
  background-image: url("https://xn--cck1dt720a2bm.jp/images/required.gif");
  background-repeat: no-repeat;
  display: inline-block;
  width: 33px;
  height: 18px;
  margin-right: 10px;
  margin-left: 0px;
  position: relative;
  bottom: 1px;
vertical-align: middle;
}
.avoid-confirm2{
	box-sizing: border-box;
	text-align: center;
	font-size: 1.0001em;
	margin-top: 2em;
}

/*任意の調整*/
.any{
 font-size:7px;
 padding:5px;
 background:#93c9ff;
 color:#fff;
 border-radius:2px;
 margin-right:5px;
 position:relative;
 bottom:1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item{
 display:block;
}
/*送信ボタンのデザイン変更*/
#formbtn{
 display: block;
 padding:1em 0;
 margin-top:30px;
 width:30%;
 background: #C20001;
 color:#fff;
 font-size:1em;
 font-weight:bold;	 
 border-radius:2px;
 border: none;
 margin: 0 auto;
 margin-top: 30px;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover{
 background:#D90000;
 color:#fff;
}

/*タイトル*/
h2.omoushikomiform {
  display: block;
  background-color: #403A3A !important;
  padding: .5em 1em;
  line-height: 1.7;
  text-align: left;
  color: #fff;
  font-weight: 700;
  font-size: 1.1em;
}

/* メッセージは全部赤字で赤枠に */
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output{
    color:#dc3232 ;
	font-weight: 900;
	border: 1.5px solid #dc3232;
	border-radius: 2px;
	margin: 1.5em 0;
    padding: 0.2em 1em 0.4em 1em;
	text-align: left;
}
/*エラー*/
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #C20001;
  background-color: #C20001;
  color: #fff;
  border-radius: 3px;
  padding: ;
  padding: 0.2em 1em 0.4em 1em;
}

/*---確認画面------------------*/
div.wpcf7cp-btns {
    margin: 2em auto;
/*	height: 100px;*/
	display: flex;
	justify-content: center;
}

/*--この内容で送信ボタンを作る--*/
button.wpcf7cp-cfm-submit-btn {
	margin-bottom: 20px;
	display: block;
	padding: 1em 0;
	width: 30%;
	background: #C20001;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	border-radius: 2px;
	border: none;
/*	margin: 20px auto;*/
	margin-bottom: 20px;
}

/*--修正ボタン--*/
button.wpcf7cp-cfm-edit-btn {
	margin-bottom: 20px;
	display: block;
	padding: 1em 0;
	width: 30%;
	background: #707070;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	border-radius: 2px;
	border: none;
/*	margin: 20px auto;*/
	margin-bottom: 20px;
}
/*hover背景透過*/
button:hover,button:focus {
	opacity: 0.8;
	filter: alpha(opacity=60);
}

div#wpcf7cpcnf {
  position: absolute;
  z-index: 1000;
  background-color: #fff;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
}

#wpcf7cpcnf table
p {
  line-height: var(--vk-line-height);
    margin: 10px;
}

#wpcf7cpcnf table td, table th {
  border: 1px solid var(--vk-color-border-hr);
  padding: 1.2rem 0rem;
  font-size: var(--vk-size-text-sm);
  border-top: none;
}

#wpcf7cpcnf table th {
  border: 1px solid var(--vk-color-border-hr);
  padding: 1.2rem 1.2rem;
  font-size: var(--vk-size-text-sm);
  text-align: left;
  max-width: 150px;
  background-color: var(--vk-color-border-hr);
}

/*----------------------------*/
.page-header {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  min-height: 8rem;
  text-align: center;
  display: none;
}	
.breadcrumb {
  border-top: 1px solid var(--vk-color-border-hr);
  border-bottom: 1px solid var(--vk-color-border-hr);
  display: none;
}
body .page-header {
    display: none;
}	

	