@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
.faq .inner {
  padding-top: 70px;
  padding-bottom: 80px;
}
@media screen and (max-width: 819px) {
  .faq .inner {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
.faq .faq_item {
  display: flex;
}
@media screen and (max-width: 819px) {
  .faq .faq_item {
    display: block;
  }
}
.faq .faq_item .ttl {
  width: 130px;
}
@media screen and (max-width: 819px) {
  .faq .faq_item .ttl {
    width: 100%;
  }
}
.faq .faq_item .txt_item {
  width: calc(100% - 130px);
  padding-left: 160px;
}
@media screen and (max-width: 1024px) {
  .faq .faq_item .txt_item {
    padding-left: 80px;
  }
}
@media screen and (max-width: 819px) {
  .faq .faq_item .txt_item {
    padding-left: 0;
    width: 100%;
    margin-top: 30px;
  }
}
.faq .faq_item .txt_item .list li {
  padding-bottom: 25px;
  border-bottom: 0.5px solid #000000;
}
@media screen and (max-width: 819px) {
  .faq .faq_item .txt_item .list li {
    padding-bottom: 15px;
  }
}
.faq .faq_item .txt_item .list li + li {
  margin-top: 25px;
}
@media screen and (max-width: 819px) {
  .faq .faq_item .txt_item .list li + li {
    margin-top: 15px;
  }
}
.faq .faq_item .txt_item .list li .q_txt {
  position: relative;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  line-height: 1.44;
  text-align: left;
}
@media screen and (max-width: 819px) {
  .faq .faq_item .txt_item .list li .q_txt {
    font-size: 15px;
  }
}
.faq .faq_item .txt_item .list li .q_txt:after {
  content: "";
  display: inline-block;
  position: absolute;
  background: url(../img/contact/icon_open.png) no-repeat center / contain;
  background-size: 100% 100%;
  width: 10px;
  height: 10px;
  right: 0;
  top: 3px;
  transition: 0.3s;
}
.faq .faq_item .txt_item .list li .faqactive:after {
  background: url(../img/contact/icon_close.png) no-repeat center / contain;
  background-size: 100% 100%;
}
.faq .faq_item .txt_item .list li .a_txt {
  display: none;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  padding: 30px 40px;
  line-height: 2;
  background: #F9F9F9;
  text-align: left;
  margin-top: 20px;
}
@media screen and (max-width: 819px) {
  .faq .faq_item .txt_item .list li .a_txt {
    font-size: 14px;
    margin-top: 10px;
    padding: 20px;
  }
}
.faq .h3_ttl {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: left;
  line-height: 1.45;
}
.faq .h3_ttl span {
  display: block;
  font-family: "Jost", serif;
  font-size: 60px;
  font-weight: 600;
  letter-spacing: 0;
  text-align: left;
  line-height: 1.1;
}
@media screen and (max-width: 819px) {
  .faq .h3_ttl span {
    font-size: 30px;
  }
}
.content {
  background: #F0F0F0;
}
.content .inner {
  padding-top: 80px;
  padding-bottom: 85px;
}
@media screen and (max-width: 819px) {
  .content .inner {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.content .form_box {
  margin-top: 50px;
}
@media screen and (max-width: 819px) {
  .content .form_box {
    margin-top: 25px;
  }
}
.content .form_box dl {
  display: flex;
}
@media screen and (max-width: 819px) {
  .content .form_box dl {
    display: block;
  }
}
.content .form_box dl dt {
  width: 218px;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 819px) {
  .content .form_box dl dt {
    font-size: 16px;
    padding-bottom: 10px;
    width: 100%;
  }
}
.content .form_box dl dd {
  border-left: 1px solid #3e3e3e;
  width: calc(100% - 218px);
  padding-left: 35px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.85;
}
@media screen and (max-width: 819px) {
  .content .form_box dl dd {
    width: 100%;
    border-top: 1px solid #3e3e3e;
    border-left: none;
    padding-left: 0;
    padding-top: 10px;
    font-size: 12px;
    line-height: 1.4;
  }
}
.content .f_h3_ttl {
  color: #919191;
  font-weight: 600;
  font-size: 128px;
  font-family: "Jost", serif;
  text-align: left;
  writing-mode: vertical-rl;
  position: absolute;
  line-height: 1.01;
  top: 50px;
  right: 50px;
}
@media screen and (max-width: 819px) {
  .content .f_h3_ttl {
    position: relative;
    color: #000;
    margin-bottom: 20px;
    writing-mode: horizontal-tb;
    top: auto;
    right: auto;
    font-size: 30px;
  }
}
.content .form {
  background: #ffffff;
  border-radius: 50px;
  position: relative;
}
@media screen and (max-width: 819px) {
  .content .form {
    border-radius: 20px;
    padding: 20px;
  }
}
.content .form .form_item {
  max-width: 602px;
  margin: auto;
}
@media screen and (max-width: 819px) {
  .content .form .form_item {
    max-width: 100%;
  }
}
.content .form {
  background: #ffffff;
  padding: 60px 20px 80px 20px;
  font-size: 14px;
  line-height: 1.428;
  font-weight: 400;
}
@media screen and (max-width: 850px) {
  .content .form {
    padding: 30px;
  }
  .content .form .f_dl dt {
    padding-top: 0;
  }
}
.content .f_ttl {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 819px) {
  .content .f_ttl {
    margin-top: 25px;
    font-size: 14px;
  }
}
.content .wpcf7-list-item {
  margin: auto !important;
}
.content .simplebar-track.simplebar-vertical {
  background: #F2F2F2;
}
.content #checkdiv {
  font-size: 14px;
  line-height: 1.428;
  font-weight: 400;
}
.content #checkdiv p {
  font-size: 14px;
  line-height: 1.428;
  font-weight: 400;
}
@media screen and (max-width: 819px) {
  .content #checkdiv p {
    font-size: 12px;
  }
}
@media screen and (max-width: 819px) {
  .content #checkdiv {
    font-size: 12px;
  }
}
.content .form .inner {
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 850px) {
  .content .form .inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.content .form .last dt {
  align-items: first baseline;
}
.content .form dl {
  width: 100%;
  display: block;
}
.content .form dl + dl {
  margin-top: 20px;
}
.content .form dl dt {
  width: 100%;
  text-align: left;
  position: relative;
  padding-bottom: 5px;
  align-items: center;
  display: flex;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 819px) {
  .content .form dl dt {
    font-size: 14px;
    padding-bottom: 3px;
  }
}
.content .form dl dt p {
  display: flex;
}
.content .form dl dt .red {
  font-size: 12px;
  font-weight: 400;
  width: 40px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  border-radius: 2px;
  background: #DE5F5F;
  margin-left: 20px;
}
@media screen and (max-width: 819px) {
  .content .form dl dt .red {
    font-size: 10px;
    margin-left: 10px;
    width: 30px;
    height: 18px;
  }
}
.content .form dl dd {
  width: 100%;
  position: relative;
  text-align: left;
}
.content .form dl dd input[type="button"],
.content .form dl dd input[type="submit"],
.content .form dl dd input[type="reset"] {
  -webkit-appearance: none;
}
.content .form dl dd input[type="checkbox"] {

}
.content .form dl dd p,
.content .form dl dd span {
  width: 100%;
  align-items: left;
  display: block !important;
  text-align: left;
}
.content .form dl dd .wpcf7-radio {
  display: flex !important;
  flex-wrap: wrap;
}
.content .form dl dd .wpcf7-radio .wpcf7-list-item {
  /* width: fit-content; */
  width: 100%;
  margin-left: 0;
  margin-right: 40px;
  align-items: center;
}
@media screen and (max-width: 850px) {
  .content .form dl dd .wpcf7-radio .wpcf7-list-item {
    margin-right: 20px;
  }
}
.content .form dl dd .wpcf7-radio .wpcf7-list-item label {
  display: flex !important;
  /* align-items: center; */
  /* text-wrap: nowrap; */
  white-space: normal;  /* 折り返しを許可 */
  word-break: break-word; /* 長い単語でも折り返し */
}
.content .form dl dd .wpcf7-radio .wpcf7-list-item div:first-of-type {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
}
.content .form dl dd .wpcf7-radio .wpcf7-list-item label {
  /* margin-right: 15px; */
  /* line-height: 40px; */
  margin-top: 10px;
}
.content .form dl dd .wpcf7-radio .wpcf7-list-item input {
  appearance: none;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  border: 1px solid #707070;
  transition: 0.3s all linear;
  margin-right: 10px;
  padding: 10px;
  position: relative;
  font-size: 16px;
  margin-top: 3px;
}
@media screen and (max-width: 850px) {
  .content .form dl dd .wpcf7-radio .wpcf7-list-item input {
    padding: 8px;
    font-size: 14px;
    width: 12px;
    height: 12px;
    margin-top: 4px;
  }
}
.content .form dl dd .wpcf7-radio .wpcf7-list-item input:checked {
  box-sizing: border-box;
  outline: 7px solid #666;
  outline-offset: -7px;
}
.content .form dl dd .wpcf7-radio .wpcf7-list-item button,
.content .form dl dd .wpcf7-radio .wpcf7-list-item legend {
  color: white;
  background-color: #666666;
  padding: 5px 5px;
  border-radius: 0;
  border: 0;
  font-size: 14px;
}
.content .form dl dd .wpcf7-radio .wpcf7-list-item button:hover,
.content .form dl dd .wpcf7-radio .wpcf7-list-item button:focus {
  color: #666;
}
.content .form dl dd .wpcf7-radio .wpcf7-list-item button:active {
  background-color: white;
  color: #707070;
  outline: 1px solid #707070;
}
.content .form dl dd input {
  border-radius: 10px;
  border: 1px solid #707070 !important;
  padding: 10px 15px;
  width: 100%;
  color: #888888;
  background: #fff;
  font-size: 16px;
}
@media screen and (max-width: 850px) {
  .content .form dl dd input {
    font-size: 14px;
    padding: 8px 10px;
    border-radius: 5px;
  }
}
.content .form dl dd select {
  max-width: 340px;
  border-radius: 10px;
  border: 1px solid #707070;
  padding: 10px 15px;
  width: 100%;
  background: #EFEFEF;
  color: #707070;
}
@media screen and (max-width: 850px) {
  .content .form dl dd select {
    padding: 8px 10px;
  }
}
.content .form dl dd textarea {
  background: #fff;
  border-radius: 10px;
  border: 1px solid #707070;
  padding: 10px 15px;
  color: #BEBEBE;
  height: 210px;
  max-width: 160px;
  width: 100%;
  max-width: 100%;
  font-size: 16px;
}
@media screen and (max-width: 850px) {
  .content .form dl dd textarea {
    font-size: 14px;
    padding: 8px 10px;
    height: 120px;
    border-radius: 5px;
  }
}
.content .form dl dd .wpcf7-response-output {
  border: 2px solid #B42E27 !important;
}
.content .form dl dd input:focus,
.content .form dl dd textarea:focus,
.content .form dl dd select:focus {
  color: #222222 !important;
}
.content .form dl dd input:valid,
.content .form dl dd textarea:valid,
.content .form dl dd select:valid {
  color: #222222 !important;
}
.content .form dl dd input:invalid,
.content .form dl dd textarea:invalid,
.content .form dl dd select:invalid {
  color: #B42E27 !important;
  background-color: #FFcccc !important;
}
.content .wpcf7-spinner {
  display: none;
}
.content .wpcf7-not-valid-tip {
  color: #B42E27 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  display: block !important;
  line-height: 160%;
  text-align: left;
}
.content .form_check {
  margin: auto;
  width: fit-content;
  margin-top: 30px;
}
@media screen and (max-width: 850px) {
  .content .form_check {
    margin-top: 15px;
  }
}
.content .form_check .wpcf7-not-valid-tip {
  display: none !important;
}
.content .form_check label {
  display: flex;
  align-items: center;
}
.content .form_check p {
  display: flex;
  align-items: center;
  margin: auto;
  width: fit-content;
}
.content .form_check a {
  color: #222222;
  text-decoration: none !important;
}
.content .form_check input {
  appearance: none;
  border-radius: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #707070;
  transition: 0.3s all linear;
  margin-right: 10px;
  padding: 6px;
  position: relative;
  font-size: 16px;
}
@media screen and (max-width: 850px) {
  .content .form_check input {
    padding: 8px;
    font-size: 14px;
    width: 12px;
    height: 12px;
  }
}
.content .form_check input:checked {
  box-sizing: border-box;
  outline: 7px solid #666;
  outline-offset: -7px;
}
.content .btn_item {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 400px;
  border-radius: 64px;
}
.content .btn_item::after {
  position: absolute;
  content: "";
  right: 20px;
  width: 22px;
  height: 22px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
  background: url(../img/common/icon_link_r.png) no-repeat center / contain;
  background-size: 100% 100%;
}
.content #send {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  background: #525252;
  display: block;
  line-height: 64px;
  border-radius: 64px;
  color: #ffffff !important;
  text-align: center;
  position: relative;
  margin-top: 60px;
  background: #d2d2d2;
  border: none !important;
  cursor: no-drop;
}
.content .sendok {
  cursor: pointer !important;
  border-radius: 64px;
  background: #525252 !important;
}
.content #send:hover {
  opacity: 0.8;
}
@media screen and (max-width: 850px) {
  .content #send {
    font-size: 16px;
    margin-top: 30px;
    line-height: 50px;
  }
}
.content .check_txt_box {
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  padding: 25px 18px 25px 30px;
  margin-top: 15px;
}
@media screen and (max-width: 850px) {
  .content .check_txt_box {
    padding: 15px 8px 20px 10px;
    margin-top: 10px;
  }
}
.content .simplebar-track.simplebar-horizontal {
  background: #F2F2F2;
  border-radius: 10px;
  margin: 0 auto;
}
.content .simplebar-scrollbar {
  top: 0;
}
.content .simplebar-scrollbar:before {
  background: #525252 !important;
  opacity: 1 !important;
  width: 11px !important;
  border-radius: 0px !important;
  left: 0 !important;
}
.content .check_txt {
  height: 165px;
  overflow: auto;
  padding-right: 40px;
}
@media screen and (max-width: 850px) {
  .content .check_txt {
    height: 150px;
  }
}
.content .check_txt::-webkit-scrollbar {
  width: 10px !important;
}
.content .check_txt::-webkit-scrollbar-track {
  background-color: #ffffff !important;
  border-radius: 100px !important;
}
.content .check_txt::-webkit-scrollbar-thumb {
  background-color: #E2E2E2 !important;
  border-radius: 100px !important;
}
@media screen and (max-width: 850px) {
  .content .check_txt {
    padding-right: 20px;
  }
}
.content .check_txt .c_ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 850px) {
  .content .check_txt .c_ttl {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
}
.content .check_txt p {
  text-align: left;
}
@media screen and (max-width: 850px) {
  .content .check_txt p {
    line-height: 1.4;
  }
}
.content .check_txt .sub_ttl {
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 850px) {
  .content .check_txt .sub_ttl {
    line-height: 1.4;
    margin-top: 15px;
  }
}
.content .check_txt ol {
  margin-top: 0;
  padding-inline-start: 20px;
}
@media screen and (max-width: 850px) {
  .content .check_txt ol {
    padding-inline-start: 16px;
  }
}
.content .nocheck {
  border: 1px solid #e0e0e0 !important;
  background: #f0f0f1 !important;
}
.tks {
  min-height: 40vh;
}
.tks .h2_item {
  margin-bottom: 30px;
  min-height: 155px;
}
@media screen and (max-width: 819px) {
  .tks .h2_item {
    min-height: 115px;
  }
}
.tks .h2_item .ttl {
  font-size: 32px;
}
@media screen and (max-width: 819px) {
  .tks .h2_item .ttl {
    font-size: 24px;
  }
}
.tks p {
  text-align: center;
  padding-bottom: 60px;
}
@media screen and (max-width: 819px) {
  .tks p {
    padding-bottom: 40px;
  }
}
