.bg_yellow{ display:none; }
.in_container680{
	margin:0 auto;
	max-width:570px;
	padding:0 10px;
}
.privacy_block{
	margin:5px auto; margin-bottom:15px;
	max-width:680px;
	border:1px solid #e4e4e4;
	padding:20px;
}
.wpcf7 .wpcf7-submit:disabled{ opacity:0.3 !important;}

/* __________ Contact __________ */

.hissu{ color:white; font-size:80%; background: #f85a69; padding:0px 7px; margin-left:0px; float:right; line-height: 1.8; font-weight: normal;}
.hissu_nofloat{ color:white; font-size:80%; background: #f85a69; padding:0px 7px; margin:0px auto; line-height:1.8; font-weight:normal;}
.hissu_no{ color:white; font-size:80%; background: #666666; padding:2px 4px; margin-left: 5px;}
table.form_tb{
	margin:0 auto;
	width:auto;
	line-height:1.4;
}
table.form_tb th {
	padding:14px 6px;
	text-align:left;
	white-space: nowrap;
}
table.form_tb td {
	padding:14px 6px;
	text-align:left;
}
table.form_tb_in{
	margin:0;
	width:auto;
}
table.form_tb_in th , table.form_tb_in td{
	margin:0; padding:0 10px 0 0;
	width:auto;
}
@media (max-width: 540px) {
	.hissu{ margin-left:5px; float:none;}
	table.form_tb{ width:auto; }
	table.form_tb th{
		padding:10px 0px 0px 10px;
		display:block;
	}
	table.form_tb td {
		padding:10px 10px 10px 10px;
		display:block;
	}
	table.form_tb_in th{ display:inline-table; padding:0 10px 0 0; }
	table.form_tb_in td{ display:inline-table; padding:0; }
}


/* __________ Contact Form __________ */
textarea,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="email"]
 {
	margin:0 0 10px;
	padding: 10px 8px;
	text-transform:none;
	line-height:20px;
	color: #333333;
	font-style:normal;
	border-radius: 0;
	border:none;
	background-color:#f4f4f4;
	box-shadow: none;
	transition: border-color 0.3s ease-in-out; 
	-webkit-transition: border-color 0.3s ease-in-out;
}
.form-width{ width: 95% !important; }
.form-width50{ width:60px !important;}
.form-width30{ width:30px !important;}
textarea {
	overflow:hidden;
	min-height:95px;
	resize: none;
}
textarea,
input[type="text"].last {margin-right:0;}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	outline: 0;
	box-shadow: none;
	background-color:#eee;
}

@media screen and (max-width: 540px) ,print{

}


/*親要素に中央揃えを適用し、送信ボタンを真ん中に寄せます*/
.wpcf7-form{
	margin:0 auto;
	text-align:left;
	width:100%;
}
.contact_submit{ text-align:center; }

.form_l{ text-align:left; color:#603E24; }

/*スマホ用ボタン強制*/
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*送信ボタンを相対サイズに。ディフォルトのmarginを取り除く*/
.wpcf7 .wpcf7-submit{
    width:75%;
    margin-right:-60px; margin-top:20px;
	max-width: 220px;
	display:block;
	padding:15px;
	text-align:center;
	font-size:120%;
	color:white;
	margin: 0px auto;
	text-decoration:none;
	position: relative;
	background: #0093c2 !important;
	cursor:pointer; border-radius: 20px;
    color: white !important;
}
.wpcf7-previous{
    width:auto;
	display:table;
	padding:10px 40px;
	text-align:center;
	font-size:100%;
	color:white;
	margin: 20px auto; margin-top: 40px;
	text-decoration:none;
	position: relative;
	background: #aaa !important;
	cursor:pointer; border-radius: 10px;
    color: white !important;
}
/*送信ボタンにマウスカーソルが乗った時の処理*/
.wpcf7-submit:hover {
    background-color:#38c5e5; border:none;
}
/*エラーの表示を中央寄せ・幅100%表示にします*/
.wpcf7-response-output,
div.wpcf7-validation-errors {
    width:100%;
    text-align:center;
}
/*ロード中画像をブロック要素にして中央に寄せます*/
div.wpcf7 img.ajax-loader{
    display:block;
    margin: 0 auto;
}
/*ディフォルトのエラー文章を非表示にします*/
.wpcf7 span.wpcf7-not-valid-tip {
    display: none;
}
/*エラーの発生したフォームを赤背景にします*/
body .wpcf7 .wpcf7-not-valid {
    background: pink;
}
select{ border:none; padding:15px 40px; font-size: 100%; }
.contact_btn {
	display:inline-block;
	cursor:pointer;
	margin: 0 7px 10px 0;
	padding:13px 30px;
	border: 2px solid #242424;
	border-radius: 0;
	box-shadow: 0;
	text-shadow:none;
	text-decoration:none;
	font-weight:900;
	line-height:20px;
	color:#333;
	background: none; 
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.contact_btn.active, .contact_btn:hover {background: none; color:#fff; border-color:#ccc;}

.notification_error {color:#30a67c;}

.entry_head {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 47px;
  }
.entry_head ul {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-top: 28px;
  }
.entry_head ul li {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    color: #bcbfd4;
background-color: #fff;
  padding: 0 10px;
  line-height: 1.5;
  border-radius: 5px;
    white-space: nowrap;
  }
.entry_head ul li:not(:first-child) {
    position: relative;
  }
.entry_head ul li:not(:first-child)::after {
    content: "";
    position: absolute;
    top: -23px;
    width: 200px;
    height: 3px;
    background: #bcbfd4;
    display: block;
    left: -168px;
  }
.entry_head ul li:not(:last-child) {
    margin-right: 136px;
  }
.entry_head ul li:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -32px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: #bcbfd4;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    z-index: 2;
  }
.entry_head ul li.active {
    background-color: #6cb0e3;
    color: white;
    padding: 0 10px;
    line-height: 1.5;
    border-radius: 5px;
  }
.entry_head ul li.active:before {
    background-color: #6cb0e3;
  }
.entry_head ul li.active::after {
    background-color: #6cb0e3;
  }



@media screen and (max-width: 768px) {
.entry_head {
    text-align: center;
    margin-bottom: 8vw;
  }
.entry_head ul {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding-top: 7.46667vw;
  }
.entry_head ul li {
    position: relative;
    font-weight: 700;
    font-size: 3.73333vw;
    color: #bcbfd4;
background-color: #fff;
  padding: 0 10px;
  line-height: 1.5;
  border-radius: 5px;
    white-space: nowrap;
  }
.entry_head ul li:not(:first-child) {
    position: relative;
  }
.entry_head ul li:not(:first-child)::after {
    content: "";
    position: absolute;
    top: -4.73333vw;
    width: 35.13333vw;
    height: 2px;
    background: #bcbfd4;
    display: block;
    left: -27vw;
  }
.entry_head ul li:not(:last-child) {
    margin-right: 14.2vw;
  }
.entry_head ul li:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -7.133vw;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 5.33333vw;
    height: 5.33333vw;
    background: #bcbfd4;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: block;
    z-index: 2;
  }

}


.wpcf7-form-control {
  -webkit-align-items: stretch;
align-items: stretch;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
justify-content:center;
  width: auto;
}
.wpcf7-list-item {
 	width: calc(50% - 20px);
	margin: 10px;
}
input[type="radio"] {
    display: none;
}
input[type="checkbox"] {
    display: none;
}
.wpcf7-list-item-label {
    position: relative;
  background:#ccc;
 padding:7px 12px;
    padding-left: 38px;
  border-radius:12px;
  color:white;
    display: inline-block;
}
.wpcf7-list-item-label::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: 10px;
    top: 14px;
    box-sizing: border-box;
}

input[type="radio"]:checked + .wpcf7-list-item-label {background:#0093c2;}
input[type="radio"]:checked + .wpcf7-list-item-label::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #0093c2;
    position: absolute;
    left: 12px;
    top: 16px;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label {background:#0093c2;}
input[type="checkbox"]:checked + .wpcf7-list-item-label::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #0093c2;
    position: absolute;
    left: 12px;
    top: 16px;
}

label {
  display: block;
  margin-bottom: 0;
}
.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto
}
textarea::placeholder,
input[type="textarea"]::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="email"]::placeholder{ color: #cfcfcf !important; }

@media (max-width: 540px) {
	.wpcf7-list-item {
	 	width: calc(50% - 10px);
		margin: 5px;
	}
	.container {
	  padding-right: 0px;
	  padding-left: 0px;
	}
}
/*reCAPTHAマーク設定*/
.grecaptcha-badge { visibility: hidden; }
p.recapcha-text { font-size: 11px; text-align: center; padding:5px; padding-bottom:20px;}
p.recapcha-text a:link{ color:#0075c0; text-decoration:underline; }


