/*-----------------------------
問い合わせ関係CSS
-----------------------------*/
/*-----------------------------
お問い合わせページ
-----------------------------*/
body {
  margin: 0;
}

#contact-area {
  position: relative;
  box-sizing: border-box;
  color: #000;
}

/*title*/
#contact-area h2 {
  width: 100%;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 30px;
  color: #000;
}

@media screen and (max-width: 584px) {
  #contact-area h2 {
    font-size: 18px;
  }
}

#contact-area h2 span {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 2px solid #363636;
  box-sizing: border-box;
}

#contact-area h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30%;
  height: 2px;
  background-color: #ed6d00;
  z-index: 2;
}

/*text*/
#contact-area p {
  font-size: 15px;
  line-height: 1.6rem;
  margin: 0px;
  text-align: justify;
  text-justify: inter-ideograph;
}

#contact-area p.lead {
  font-size: 15px;
  font-weight: normal;
}

@media screen and (max-width: 584px) {
  #contact-area p {
    font-size: 14px;
  }

  #contact-area p.lead {
    font-size: 14px;
  }
}

/*概要*/
#contact-area dl.minfo {
  position: relative;
  font-size: 0;
  margin: 0;
  margin-top: 0px;
  padding: 0;
  margin-top: 6px;
}

#contact-area dl.bsinfo dd {
  margin-left: 16px;
}

#contact-area dl.minfo dt {
  margin: 0;
  padding: 0;
  width: 10%;
  display: inline-block;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-size: 15px;
  box-sizing: border-box;
  padding: 4px 0;
}

@media screen and (max-width: 584px) {
  #contact-area dl.minfo dt {
    width: 20%;
    height: 30px;
    vertical-align: top;
    font-size: 13px;
    line-height: normal;
  }
}

#contact-area dl.minfo dd {
  margin: 0;
  padding: 0;
  padding-left: 15px;
  width: 90%;
  display: inline-block;
  font-size: 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 584px) {
  #contact-area dl.minfo dd {
    width: 80%;
    vertical-align: top;
    font-size: 13px;
    line-height: normal;
  }
}

.post_content #contact-area dd {
  margin-bottom: 0;
}

#contact-area ul.minfoi {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}

#contact-area ul.minfoi li {
  width: 24.25%;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-top: 20px;
  margin-right: 1%;
}

@media screen and (max-width: 584px) {
  #contact-area ul.minfoi li {
    margin-right: 2%;
  }
}

@media screen and (max-width: 584px) {
  #contact-area ul.minfoi li {
    width: 48%;
  }
}

#contact-area ul.minfoi li:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 584px) {
  #contact-area ul.minfoi li:nth-child(2n) {
    margin-right: 0;
  }
}

#contact-area ul.minfoi li figure {
  box-sizing: border-box;
}

#contact-area ul.minfoi li figure img {
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

#contact-area ul.minfoi li span {
  width: 30px;
  height: 30px;
  display: inline-block;
  float: left;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 13px;
  line-height: 30px;
  margin-right: 10px;
  margin-bottom: 5px;
}

#contact-area ul.minfoi li p {
  display: inline-block;
  float: left;
  font-size: 13px;
  line-height: 1.2rem;
  width: calc(100% - 40px);
}

/*フォーム*/
#contact-area .wpcf7 {
  border: none;
  background: initial;
  padding: 0;
  margin: 0 !important;
  font-size: auto;
}

#contact-area .wpcf7 form {
  margin: 0;
}

#contact-area table,
#form-confirmation table {
  border-collapse: separate;
  border-spacing: 0px;
  box-sizing: border-box;
  width: 100%;
  font-size: 25px;
  position: relative;
  margin-bottom: 30px;
}

#contact-area table tr th,
#contact-area table tr td,
#form-confirmation table tr th,
#form-confirmation table tr td {
  padding: 15px 0 15px 30px;
  color: #0c0e13;
  font-size: 15px;
  line-height: normal;
  border: none;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-bottom: 1px solid #ccc;
}

#contact-area table tr th,
#form-confirmation table tr th {
  width: 26%;
  position: relative;
  box-sizing: border-box;
  padding-left: 44px;
  text-align: left;
  font-weight: 400;
  background-color: #fff;
  vertical-align: middle;
}

@media screen and (max-width: 584px) {
  #contact-area table tr th,
  #form-confirmation table tr th {
    width: 100%;
    display: block;
    padding-left: 0px;
    background-color: #fff;
    border-bottom: none;
  }
}

@media screen and (max-width: 584px) {
  #contact-area table tr td,
  #form-confirmation table tr td {
    width: 100%;
    display: block;
    padding-top: 0;
    padding-left: 0;
    border-top: none;
  }
}

#contact-area table tr th .fmst,
#form-confirmation table tr th .fmst {
  background-color: #069a22;
  color: #ffffff;
  padding-top: 4px;
  padding-right: 5px;
  padding-bottom: 4px;
  padding-left: 5px;
  position: relative;
  font-size: 12px;
  line-height: 1em;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 584px) {
  #contact-area table tr th .fmst,
  #form-confirmation table tr th .fmst {
    position: relative;
    left: auto;
    top: auto;
    transform: translateX(0) translateY(0);
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
  }
}

#contact-area .form-check.ds-b {
  display: block;
}

#contact-area .form-check.ds-b + .form-check.ds-b {
  margin-left: 0;
}

#contact-area input[type="text"],
#contact-area input[type="email"],
#contact-area input[type="tel"],
#contact-area input[type="url"],
#contact-area input[type="number"],
#contact-area input[type="password"],
#contact-area textarea {
  width: 200px;
  font-size: 16px;
  line-height: 1.5em;
  border: 1px solid #e7e7e7;
  padding: 10px 4px;
  box-sizing: border-box;
  background-color: #e7e7e7;
  font-family: "YakuhanJP", "San Francisco", "メイリオ", "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

#contact-area input[type="text"].ww100p3,
#contact-area input[type="email"].ww100p3,
#contact-area input[type="tel"].ww100p3,
#contact-area input[type="url"].ww100p3,
#contact-area input[type="number"].ww100p3,
#contact-area input[type="password"].ww100p3,
#contact-area input[type="tel"].ww100p3,
#contact-area textarea.ww100p3 {
  width: 100% !important;
  max-width: 300px !important;
}

@media screen and (max-width: 584px) {
  #contact-area input[type="text"].ww100p3,
  #contact-area input[type="email"].ww100p3,
  #contact-area input[type="tel"].ww100p3,
  #contact-area input[type="url"].ww100p3,
  #contact-area input[type="number"].ww100p3,
  #contact-area input[type="password"].ww100p3,
  #contact-area input[type="tel"].ww100p3,
  #contact-area textarea.ww100p3 {
    max-width: 100% !important;
  }
}

#contact-area input[type="text"].ww100p,
#contact-area input[type="email"].ww100p,
#contact-area input[type="tel"].ww100p,
#contact-area input[type="url"].ww100p,
#contact-area input[type="number"].ww100p,
#contact-area input[type="password"].ww100p,
#contact-area textarea.ww100p {
  width: 100% !important;
}

#contact-area input[type="text"]:focus,
#contact-area input[type="email"]:focus,
#contact-area input[type="tel"]:focus,
#contact-area input[type="url"]:focus,
#contact-area input[type="number"]:focus,
#contact-area input[type="password"]:focus,
#contact-area textarea:focus {
  border: 1px solid #ea572b;
  color: #222222;
}

#contact-area textarea {
  height: 100px !important;
}

#contact-area input.w100 {
  width: 100% !important;
}

#contact-area input.form-age {
  width: 80px;
}

#contact-area p.note {
  font-size: 14px;
}

#contact-area select.form-date {
  width: 100px;
}

/*ボタン*/
#contact-area .btn-center-wrap,
#form-confirmation .btn-center-wrap {
  margin: 0px auto;
  text-align: center;
}

#contact-area .btn-center-inner,
#form-confirmation .btn-center-inner {
  text-align: center;
  margin-top: 15px;
  width: 100%;
  max-width: 300px;
  display: inline-block;
  vertical-align: top;
}

.mfp_buttons {
  text-align: center;
  margin: 15px auto 0 auto;
  width: 100%;
  max-width: 300px;
  display: flex;
  flex-wrap: wrap;
  vertical-align: top;
  margin-bottom: 20px;
}

@media screen and (max-width: 584px) {
  #contact-area .btn-center-inner,
  #form-confirmation .btn-center-inner,
  .mfp_buttons {
    width: 100%;
    max-width: 100%;
  }
}

#contact-area .btn__st,
#mfp_button_send,
#mfp_button_cancel,
#form-confirmation .btn__st,
#form-confirmation .btn__st_black {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0px 6px 0px rgba(0, 0, 0, 0.3);
  transition: 0.5s;
  background-repeat: repeat-x;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  margin-top: 0;
  padding: 15px 10px;
  opacity: 1;
  letter-spacing: 1px;
  width: 100%;
  height: auto;
  font-size: 18px;
  display: inline-block;
  cursor: pointer;
}

#contact-area .btn__st,
#mfp_button_send,
#form-confirmation .btn__st {
  border: 1px solid #ed6d00;
  background-color: #ed6d00;
}

#contact-area .btn__st_black,
#mfp_button_cancel,
#form-confirmation .btn__st_black {
  border: 1px solid #000;
  background-color: #000;
}

#contact-area input[type="submit"]:hover,
#contact-area input[type="button"]:hover,
#contact-area .btn__st:hover,
#contact-area .btn__st_black:hover,
#form-confirmation input[type="submit"]:hover,
#form-confirmation input[type="button"]:hover,
#form-confirmation .btn__st:hover,
#form-confirmation .btn__st_black:hover,
#mfp_button_send:hover,
#mfp_button_cancel:hover {
  opacity: 0.8;
}

#contact-area .btn-arrow {
  position: relative;
}

#contact-area .btn-arrow::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
  right: 16px;
  border: 5px solid transparent;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 5px;
  border-left: 5px solid #fff;
  transition: transform 0.3s linear;
  transform: translateY(-50%);
  transition: 0.3s;
}

#contact-area .wpcf7-spinner,
#form-confirmation .wpcf7-spinner {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0;
}

/*ラジオボタン・チェックボックス*/
#contact-area .form-check {
  display: inline-block;
}

#contact-area .form-check + .form-check {
  margin-left: 15px;
}

#contact-area input[type="radio"],
#contact-area input[type="checkbox"] {
  display: none;
  margin: 0;
}

#contact-area input[type="radio"] + span,
#contact-area input[type="radio"] + input + span {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 10px 0 10px 23px;
  position: relative;
  width: auto;
}

#contact-area input[type="radio"] + span::before,
#contact-area input[type="radio"] + input + span::before {
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-top: 0px;
  border: 2px solid #cccccc;
  background-color: #eeeeee;
  border-radius: 50%;
}

#contact-area input[type="radio"] + span::after,
#contact-area input[type="radio"] + input + span::after {
  position: absolute;
  top: 14px;
  left: 4px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  opacity: 0;
  background: #ed6d00;
  border-radius: 50%;
}

#contact-area input[type="radio"]:checked + span::after,
#contact-area input[type="radio"]:checked + input + span::after {
  opacity: 1;
}

#contact-area .form-check span {
  display: inline-block;
}

#contact-area .wpcf7-list-item:first-child {
  margin: 0;
}

#contact-area input[type="checkbox"] + span,
#contact-area input[type="checkbox"] + input + span {
  padding: 5px 0 10px 24px;
  position: relative;
  display: inline-block;
  margin-right: 12px;
  font-size: 16px;
  line-height: normal;
  cursor: pointer;
}

#contact-area input[type="checkbox"] + span::before,
#contact-area input[type="checkbox"] + input + span::before {
  border: 2px solid #cccccc;
  background-color: #eeeeee;
}

#contact-area input[type="checkbox"]:checked + span::after,
#contact-area input[type="checkbox"]:checked + input + span::after {
  content: "";
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  display: block;
}

#contact-area input[type="checkbox"]:checked + span::after,
#contact-area input[type="checkbox"]:checked + input + span::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(-45deg);
}

#contact-area input[type="checkbox"] + span::before,
#contact-area input[type="checkbox"] + input + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #fff;
  background-color: rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
}

#contact-area input[type="checkbox"]:checked + span::before,
#contact-area input[type="checkbox"]:checked + input + span::before {
  border: 2px solid #ed6d00;
  background-color: #ed6d00;
}

#contact-area input[type="checkbox"] + span,
#contact-area input[type="checkbox"] + input + span {
  padding: 10px 0 10px 24px;
  position: relative;
  display: inline-block;
  margin-right: 12px;
  font-size: 16px;
  line-height: normal;
  cursor: pointer;
}

/*セレクトボックス*/
#contact-area select {
  height: 40px;
  background-color: #e7e7e7;
  border: 1px solid #fff;
  border-radius: 3px;
  width: 220px;
  font-size: 16px;
  line-height: 2.5em;
  border: 1px;
  border: 0;
  outline: 1px solid #fff;
  outline-offset: -1px;
}

/*エラー表示*/
.mfp_err {
  color: #dc3232;
  font-size: 15px;
}

div#mfp_hidden {
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0px;
  margin: 0px;
}

/*確認画面*/
#form-confirmation .wpcf7 form {
  margin: 0;
}

#form-confirmation .post_content th {
  color: #fff;
  background: #ed6d00;
  font-weight: normal;
}

#form-confirmation .wpcf7 {
  border: none;
  background: initial;
}

#form-confirmation .wpcf7 p {
  font-size: 16px;
  margin-bottom: 0;
}

#form-confirmation table tr th,
#form-confirmation table tr td {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 584px) {
  #form-confirmation table tr td {
    padding-top: 0;
  }

  #form-confirmation .wpcf7 p {
    font-size: 14px;
  }
}

/*サンクスページ*/
#thanks .head-txt {
  font-size: 24px;
  margin-bottom: 30px;
}

#thanks p {
  font-size: 16px;
}

@media screen and (max-width: 584px) {
  #thanks .head-txt {
    font-size: 18px;
  }

  #thanks p {
    font-size: 14px;
  }
}

/*プライバシーポリシー*/
#contact-area .privacy {
  margin-top: 60px;
  border: 2px solid #e7e7e7;
  background-color: #fff;
  position: relative;
  box-sizing: border-box;
  padding: 30px;
  overflow: auto;
  width: 100%;
  height: 200px;
}

@media screen and (max-width: 584px) {
  #contact-area .privacy {
    padding: 15px;
  }
}

#contact-area .privacyin {
  position: relative;
  box-sizing: border-box;
  font-size: 14px;
}

#contact-area .privacyin h4 {
  margin: 0;
  color: #000;
  font-size: 15px;
  font-weight: bold;
}

#contact-area .privacyin p {
  font-size: 14px;
}

#contact-area .privacyin li {
  line-height: 1.6;
}

#contact-area .agree-txt {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  text-align: center;
}

#contact-area .agree-txt input[type="checkbox"] + span {
  padding: 10px 0 10px 25px;
  position: relative;
  display: inline-block;
  margin-right: 12px;
  font-size: 16px;
  line-height: normal;
  cursor: pointer;
}

#contact-area .agree-txt .fmst {
  background-color: #069a22;
  color: #ffffff;
  margin-right: 15px;
  padding: 4px 5px;
  font-size: 12px;
  line-height: 1em;
  white-space: nowrap;
}

/*-----------------------------
お問い合わせ一覧
-----------------------------*/

/*title*/
#contact-list h2 {
  width: 100%;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 30px;
  color: #000;
}

@media screen and (max-width: 584px) {
  #contact-list h2 {
    font-size: 18px;
  }
}
#contact-list h2 span {
  display: block;
  width: 100%;
  padding-bottom: 10px;
  position: relative;
  border-bottom: 2px solid #363636;
  box-sizing: border-box;
}

#contact-list h2 span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30%;
  height: 2px;
  background-color: #ed6d00;
  z-index: 2;
}
.contact-list-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: 0;
}
.contact-list-box ul li {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
  position: relative;
  border: 2px solid #000;
  transition: 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 584px) {
  .contact-list-box ul li {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
    border: 2px solid #000;
    transition: 0.3s;
    overflow: hidden;
  }
}
.contact-list-box ul li::before {
  content: "";
  position: absolute;
  width: 130%;
  height: 100%;
  left: 150%;
  top: 0;
  transform: skewX(-17.62deg);
  background-color: #ed6d00;
  opacity: 1;
  z-index: 1;
  transition: 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
}
.contact-list-box ul li::after {
  content: "";
  position: absolute;
  width: 130%;
  height: 100%;
  left: -150%;
  top: 0;
  transform: skewX(-17.62deg);
  background-color: #ed6d00;
  opacity: 1;
  z-index: 1;
}
.contact-list-box ul li:hover::before {
  transition: 0s 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  left: -10%;
}
.contact-list-box ul li:hover::after {
  left: -10%;
  transition: 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
}
.contact-list-box ul li:hover a::after {
  right: 6px;
  background-image: url("../images/common/arr_01_w.png");
}
.contact-list-box ul li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #3585c5;
  padding: 50px 10px;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 584px) {
  .contact-list-box ul li a {
    padding: 30px 10px;
  }
}
.contact-list-box ul li a::after {
  width: 14px;
  height: 14px;
  background-size: cover;
  background-position: center center;
  background-image: url("../images/common/arr_01.png");
  content: "";
  right: 10px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  transition: 0.3s;
}

.contact-list-box ul li a p {
  width: 100%;
  margin: 0;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 15px;
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
  color: #000;
  transition: 0.3s;
}
