@charset "UTF-8";
.form-container{
  padding: 0 24px;
}
div#ct-right .ctf h3{
  background: #005bac;
  color: #fff;
  padding: 20px;
  margin: 0;
}
.embed-ctf{
  padding-top: 40px;
}
.ctf form {
  /*width: 700px;*/
  /*font-family: sans-serif;*/
}
.ctf dl dt {
  float: left;
  clear: left;
  width: 180px;
  padding: 10px;
}
.ctf dl dd {
  padding: 10px;
  padding-left: 160px;
}
.ctf .split {
  position: relative;
}
.ctf .split > * {
  width: 50%;
  float: left;
}
.ctf .error {
  margin-top: 6px;
}
.ctf table {
  width: 100%;
  text-align: left;
  font-size: 12px;
  border-collapse: collapse;
}
.ctf table th, .ctf table td {
  padding: 16px 10px;
}
.ctf table th {
  width: 130px;
  vertical-align: middle;
}
.ctf .name label span {
  width: 2.4em;
  display: inline-block;
}
.ctf input {
  /*color: #fff;*/
}
.ctf input[type=text],
.ctf input[type=tel], .ctf input[type=email] {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 1px;
  border-top: 1px solid #c0c0c0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  display: inline-block;
  margin: 0;
  padding: 0 8px;
  width: 100%;
  font-size: 13px;
  height: 29px;
  line-height: 25px;
  width: 100%;
}
.ctf input[type=text].middle {
  /*width: 200px;*/
  width: 130px;
}
.ctf input[type=password]:focus, .ctf input[type=text]:focus {
  border: 1px solid #4d90fe;
  border: 1px solid #C54B4B;
  border: 1px solid #999;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  outline: none;
}
.ctf textarea {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 1px;
  border-top: 1px solid #c0c0c0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 1px;
  display: inline-block;
  margin: 0;
  padding: 0 8px;
  width: 100%;
  font-size: 13px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.ctf textarea:focus {
  border: 1px solid #4d90fe;
  border: 1px solid #C54B4B;
  border: 1px solid #999;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.ctf .address ul {
  padding: 0;
  margin: 0;
}
.ctf .address ul li {
  list-style: none;
  padding: 0px 4px 8px;
}
.ctf .address ul li.last {
  border-bottom: none;
}
.ctf .address .zipcode input {
  width: 100px;
}
.ctf .address label input {
  width: 90%;
}
.ctf .address label span {
  display: inline-block;
  width: 2.4em;
  /*padding-left: 1em;*/
}
.ctf button {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: white;
  border: none;
  background-color: #B7183F;
  padding: 1em;
  cursor: pointer;
}
.ctf .enter, .ctf .cancel {
  text-align: center;
  padding: 20px 0;
}

/*  contact-form color-scheme */
.ctf input[type=text], .ctf textarea,
.ctf input[type=tel], .ctf input[type=email] {
  /*background-color: #1c1c1c;*/
  border: 1px solid #ccc;
  /*color: #FFF;*/
}
.ctf input[type=text]:focus, .ctf textarea:focus {
  border: 1px solid #999;
}

.ctf {
  background-color: #fff;
  color: #000;
}
.ctf table th, .ctf table td {
  border-bottom: 1px solid #ccc;
  font-weight: normal;
}
.ctf .title:before {
  content: '●';
  display: inline-block;
  color: #7ba8e5;
  margin-right: 4px;
}
.ctf .title.require:after {
  content: ' ※';
  color: #ff0000;
  display: inline-block;
  margin-left: 6px;
  font-size: 80%;
}
.ctf .address li {
  /*border-bottom: 1px dotted #333;*/
}
.ctf .even {
  background-color: #f9f9f9;
}
.ctf .error em {
  color: #ff0000;
}
.ctf .error-list {
  color: #ff0000;
}
.ctf button {
  background-color: #fff;
  outline:none;
}
.ctf button:hover{
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.ctf .enter button {
  padding: 20px;
  /*background-color: #04b5bc;*/
}
.ctf .cancel button {
  /*padding: 20px 40px;*/
  background-color: #606060;
}
.ctf .zipcode button {
  margin: 0 1em;
}

.ib {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

form.ib {
  width: auto;
}

.confirm .center {
  text-align: center;
}
#getZipCode{
  background-color: #005BAC;
}
#ctr-wrap .large {
  width: 240px;
}
#ctr-wrap .vtop {
  vertical-align: top;
}
#ctr-wrap td p {
  font-size: 10px;
}
.contact-phone{
  padding-top: 20px;
}
.temps p{
  margin-bottom: 1em;
  font-size: 12px !important;
}
.error{
  clear: both;
  text-align: left;
  margin: 5px 0px 0px 0px;
  padding: 3px 0px 5px 17px;
  color: #F00;
  font-size: 12px;
  line-height: normal;
  background-image: url(../img/mfp_error.gif);
  background-repeat: no-repeat;
  background-position: 0px 4px;
}
.zipcode .notes{
  font-size: 10px;
  margin: 0 1em;
}

.ctf .enter.ib button.submit_button {
  padding: 1em 3em;
  background-color: #FDA400;
}

/*contactform7*/
button.confirm_btn:disabled {
  cursor: initial;
  opacity: 0.8;
}
.screen-reader-response {
  display: none;
}
span.wpcf7-not-valid-tip {
  color: #f00;
  display: block;
}
.wpcf7-response-output {
  color: #f00;
}

    /* 確認画面と完了画面を非表示 */
    .confirm_area,
    .thanks_area {
        display: none;
    }

    /* デフォルトのサンクスメッセージを非表示 */
    .wpcf7-response-output {
        display: none;
    }
    div.wpcf7 .wpcf7-spinner {
      display: none !important;
    }
/*thanks home*/
.thanks_area {
  margin: 2rem 1rem 5rem;
}
.btn.go2top{
  margin-top: 3rem;
}
.btnWrap a {
  padding: 1em 3em;
  background-color: #FDA400;
  color: #FFF;
  text-decoration: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
}
/*タグの自動生成無効化*/
.wpcf7 p {
  display: inline;
  }
/* .btn.go2top .btnWrap{ background: #f0edeb; }
.btn.go2top a { color: #312c27; }
.btn.go2top .btnWrap + span,
.btn.go2top .btnWrap + span::after { border-color: #312c27; }


.btn.go2top .btnWrap a span { display: inline; padding: 0 2vw;}
.btn.go2top .btnWrap:has(a)::after { z-index: 0; }

.btn .btnWrap span,
.btn .btnWrapBack span{
  padding: 1vw 3.5vw 1vw 7.5vw;
  display: block;
  color: #000;
  z-index: 1;
  position: relative;
} */
/* button,
button[disabled]:hover,
button[disabled]:focus,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="button"][disabled]:focus,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="reset"][disabled]:focus,
input[type="submit"],
input[type="submit"][disabled]:hover,
input[type="submit"][disabled]:focus,
.go2top a {
	background: transparent;
	border: none;
	color: #fff;
	letter-spacing: 0;
	box-shadow: none;
	border-radius: 3px;
	padding: 2vw;
	-webkit-appearance: none;
	appearance: none;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  font-size: 1.1vw;
  width: 100%;
  text-align: left;
} */
input.err + i.icon-check {
  background-color: #fff;
	border-color: #e7240e;
}
input[type="text"].err,
input[type="email"].err,
textarea.err {
	color: #000;
	border: #e7240e 1px solid;
}
div.btn {
  text-align: center;
  margin-top: 1rem;
}