@charset "UTF-8";/* 2025.06.16 */

article {position: relative;}
.main-top { margin-top: clamp(7rem, 5.13rem + 5.19vw, 10rem);}
.required{
  background-color: var(--red);
  color: #fff;
  display: block;
  font-size: 1.2rem;
  line-height: 20px;
  width: 32px;
  text-align: center;
  margin-left: auto;
  margin-right: 0;}
.menu-type {
  overflow: hidden;
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  vertical-align: top;
  width: 100%;
  max-width: 200px;
  padding: 12px 10px;
  display: inline-block;
  margin: 0;
  border-radius: 3px;}
.menu-type:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  display: block;
  width: 13px;
  height: 7px;
  pointer-events: none;
  text-align: center;
  content: "";
  background-size: 13px;
  background-image: url(../images/contacts/download.png);}
form .txt_01 {
  margin: 20px auto;}

@media (max-width: 767px) {
  .required {
    margin-left: 0;
  }
}


.box01 {
  padding: 20px;
  margin: 0 auto 30px;
  width: 640px;
  max-width: 100%;
  font-weight: 500;
  text-align: center;
  background-color: var(--light01);
}
.box01 .txt_tel {
  font-size:  clamp(3.5rem, -1rem + 12vw, 5rem);}
.box01 .ttl-1 {
  font-size: clamp(1.6rem, 1rem + 1vw, 2rem);}
.box01 .txt_01 {
  margin-top: 30px;}
.box01 .txt_tel {
  font-weight: 600;
  display: block;
  padding: 10px .5em 10px 0;}
.box01 .phone {
  width: .5em;
  display: inline-block;}

table *, button, [class^="btn"], dt, dd {
  font-size: 1.6rem;
  text-align: left;}

form {
  padding: 0 15px;}
@media (min-width: 1024px) {
  form {
    max-width: 80%;
    width: 930px;
    margin: 0 auto;
  }
}
form .text-danger {
  font-size: .8em;
  padding-left: 5px;
}
.btnStyle06:disabled{
  background-color: #ccc;
  cursor: default;
}
th {
  font-weight: normal;
}
.bgLblue08{
	background-color: #edf2f6;
}
.boxStl01{
	padding: 50px 60px;
}
.listStl_decimal li{
	margin-left: 1em;
	padding-left: .5em;
	list-style: decimal;
}
.formTblWrap01 {
  margin-top: 10px;
}


.select-wrap {
    position: relative;
    width: 100%;
}
.select-wrap:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 20px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}

.formtxt {
  margin-top: 30px;
}




#req {
  margin-top: 20px;
}
#req .box01 {
  width: 20em;
  margin: 0 auto;
}
#req p,#req label {
  display: block;
  padding: 5px;
}

#req .checkbox {
  display: block;
}
input[type="checkbox"] {
  vertical-align: middle;
}
.selectbox {
  color: #707070;
  font-size: 1.6rem!important;
  width: 100%;
  padding: 10px;
  border: solid 1px #e5e5e5;
  border-radius: 0;
  background: #ffffff;
}
input, select {
  -webkit-appearance: none;
  appearance: none;
  color: var(--text);
}
select {
  padding-left: 8px;
  width: 100%;
  font-weight: 500;
  line-height: 1.2;
  color: var(--text);
  outline: none;
  display: block;
  cursor: pointer;
  position: relative;
}
.custom:after,
select:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  display: block;
  width: 13px;
  height: 7px;
  pointer-events: none;
  text-align: center;
  content: "";
  background-size: 13px;
  background-image: url(../images/contacts/download.png);}
form input[type=text], 
form input[type=tel], 
form input[type=email] {
  padding: 12px 10px;
  font-size: 1.6rem;
  line-height: 1.2;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
 form textarea {
  width: 100% !important;
  height: 180px !important;
  max-width: none;
  border-radius: 3px;
  font-size: 1.6rem;
  border: 1px solid #ccc;
}


/* ----------------------------------------------------------------------------------------------------
  form
* --------------------------------------------------------------------------------------------------*/
[class*="formTbl"] {
  width: 100%;
}
[class*="formTbl"] + [class*="formTbl"] {
  margin-top: 25px;
}
[class*="formTbl"] th {
  /* white-space: nowrap;*/
}

.formTbl01 dl.thanks dt {
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 1em;
  margin-top: 60px;
}
.formTbl01 dl.thanks dd {
  font-size: 1.6rem;
  line-height: 2;
}

.formTbl01 dl.thanks dd:nth-of-type(2) {
  margin: 100px auto 0 auto;
  text-align: center;
}
@media (max-width: 767px) {
  .formTbl01 dl.thanks dt {
    font-size: 5vw;
  }
  .formTbl01 dl.thanks dd {
    font-size: 3.5vw;
  }
  .formTbl01 dl.thanks dd:nth-of-type(2) {
    margin: 15% auto 0 auto;
  }
}
table {
  border-collapse: collapse;
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
  font-size: 1.6rem;
  border: 1px solid #cbcbcb !important;
  background: #fff;
}
td {
  z-index: -1 !important;
}

th, td {
  padding: 15px;
  border: 1px solid #cbcbcb !important;
}
@media (max-width: 1000px) {
  th, td {
    padding: 10px;
  }
}
@media (max-width: 767px) {
  table {
    font-size: 1.5rem;
    table-layout: auto !important;
    border-collapse: collapse;
    border: none !important;
    border-bottom: 1px solid #cbcbcb !important;
  }
  th, td {
    padding: 15px;
    border: 1px solid #cbcbcb !important;
    border-bottom: none !important;
    display: block;
  }
}
th {
  min-width: 170px;
  line-height: 2;
  background-color: var(--light01);
  vertical-align: top;
  z-index: -1 !important;
  text-align: left;
}
th em {
  color: var(--main);
  display: block;
  margin-left: 1em;
  text-indent: -1em;
}
td {
  z-index: -1 !important;
}
td ul li {
  margin-left: 1em;
  text-indent: -1em;
}
td ul li a {
  color: var(--main);
  text-decoration: underline;
}
.formTbl01 .radio-btns {
  /* ラジオボタンを隠す */
  /* spanの左側にボタンを配置するスペースを作る */
  /* 各パーツを作成 */
  /* after上書き */
  /*
    checked状態
    文字のcolorとボタンのopacityを変更
    */
}
.formTbl01 .radio-btns input[type=radio].radio-btns__item {
  display: none;
}
.formTbl01 .radio-btns label {
  display: inline-block;
}
@media (max-width: 400px) {
  .formTbl01 .radio-btns label {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}
.formTbl01 .radio-btns .radio-btns__item + span {
  padding-left: 2em;
  display: inline-block;
  position: relative;
  font-weight: 500;
}
.formTbl01 .radio-btns .radio-btns__item + span::after, .formTbl01 .radio-btns .radio-btns__item + span::before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
}
.formTbl01 .radio-btns .radio-btns__item + span::after {
  opacity: 0;
  width: 14px;
  height: 14px;
  top: 5px;
  left: 5px;
  border: none;
  background: #999;
}
.formTbl01 .radio-btns .radio-btns__item:checked + span {
  color: #333;
}
.formTbl01 .radio-btns .radio-btns__item:checked + span::after {
  opacity: 1;
}
.formTbl01 .checkbox {
  /* spanの左側にボタンを配置するスペースを作る */
  /* 各パーツを作成 */
  /* after上書き */
  /*
    checked状態
    文字のcolorとボタンのopacityを変更
    */
}
.formTbl01 .checkbox input[type=checkbox].checkbox__item {
  display: none;
}
.formTbl01 .checkbox label {
  display: inline-block;
  font-size: 1.6rem;
}
.formTbl01 .checkbox .checkbox__item + span {
  padding-left: 2em;
  display: inline-block;
  position: relative;
  font-weight: 500;
}
.formTbl01 .checkbox .checkbox__item + span::after, .formTbl01 .checkbox .checkbox__item + span::before {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #999;
  width: 24px;
  height: 24px;
  border-radius: 3px;
  top: 0;
  left: 0;
}
.formTbl01 .checkbox .checkbox__item + span::after {
  opacity: 0;
  width: 12px;
  height: 16px;
  transform: rotate(45deg);
  left: 5px;
  margin-top: 2px;
  border: none;
  border-right: 3px solid #999;
  border-bottom: 3px solid #999;
}
.formTbl01 .checkbox .checkbox__item:checked + span {
  color: #333;
}
.formTbl01 .checkbox .checkbox__item:checked + span::after {
  opacity: 1;
}
.formTbl01 .dl2 {
  display: flex;
  align-items: center;
  padding: 10px;
}
@media (max-width: 767px) {
  .formTbl01 .dl2 {
    width: 100%;
    max-width: none;
    flex-wrap: wrap;
  }
}
.formTbl01 .dl2 dt {
  padding: 0 15px 0 0;
  white-space: nowrap;
  font-size: 1.6rem;
  width: 60px;
}
@media (max-width: 767px) {
  .formTbl01 .dl2 dt {
    font-size: 1.5rem;
    width: 100%;
  }
}
.formTbl01 .dl2 dd {
  margin: 0 0 0 15px;
}
@media (max-width: 767px) {
  .formTbl01 .dl2 dd {
    margin: 0 0 15px 0;
    width: 100%;
  }
}
.formTbl01 .dl2 dd .custom {
  width: 160px;
  background: transparent !important;
}
@media (max-width: 767px) {
  .formTbl01 .dl2 dd .custom {
    width: 100%;
    max-width: none;
  }
}
.formTbl01 .dl2 dd .custom select {
  max-width: none;
  width: 100%;
}
.formTbl01 .dl2 dd .custom input[type=text] {
  border: none !important;
  padding: 0 !important;
  display: block;
}
.formTbl01 .dl2 dd .custom.day:after {
  content: "";
  background-repeat: no-repeat;
  background-size: 16px;
  width: 16px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
}
.formTbl01 form button, .formTbl01 form textarea, .formTbl01 form select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}


.formTbl01 select::-ms-expand {
  display: none;
}
.formTbl01 form input[type=text], .formTbl01 form input[type=tel], .formTbl01 form input[type=email], .formTbl01 form textarea {
  padding: 12px 10px;
  font-size: 1.6rem;
  line-height: 1.2;
  width: 100%;
  max-width: 600px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.formTbl01 form .w100 input[type=text] {
  max-width: 100%;
}


@media (max-width: 767px) {
  .formTbl01 form input[type=text], .formTbl01 form input[type=tel], .formTbl01 form input[type=email], .formTbl01 form textarea {
    font-size: 1.4rem;
  }
}
.formTbl01 .is-error input, .formTbl01 .is-error textarea {
  background-color: #ffeeee;
}
.formTbl01 .is-error span::before {
  background-color: #ffeeee !important;
}
.formTbl01 form .inp {
  border-radius: 3px;
  width: 100%;
}
.formTbl01 form .inp.hasDatepicker {
  width: 170px;
  background: #fff;
  border: 1px solid #C9C9C9;
}
.formTbl01 form .inp.nin {
  background: #fff;
}
.formTbl01 form .inp.inp2 {
  width: 200px;
}
@media (max-width: 767px) {
  .formTbl01 form .inp.inp2 {
    max-width: none;
    margin: 0 0 15px 10px;
  }
}
.formTbl01 form .inp.inp3 {
  width: 100%;
  max-width: none;
  margin-top: 15px;
}
.formTbl01 form .inp.inp4 {
  margin-top: 15px;
}
.formTbl01 form textarea {
  width: 100% !important;
  height: 180px !important;
  max-width: none;
  border-radius: 3px;
  font-size: 1.6rem;
  border: 1px solid #ccc;
}
@media (max-width: 767px) {
  .formTbl01 form textarea {
    font-size: 1.4rem;
  }
}
.custom {
  overflow: hidden;
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  vertical-align: top;
  width: 100%;
  max-width: 200px;
  padding: 12px 10px;
  display: inline-block;
  margin: 0;
  border-radius: 3px;
}
.formTbl01 .mw_wp_form_confirm .custom {
  border: none;
  background: transparent;
}
.formTbl01 .custom > select {
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--text);
  outline: none;
  display: block;
  cursor:pointer
}
.formTbl01 .custom:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  display: block;
  width: 13px;
  height: 7px;
  pointer-events: none;
  text-align: center;
  content: "";
  background-size: 13px;
  background-image: url("../images/contacts/download.png");
}
.formTbl01 .mw_wp_form .error {
  display: inline-block;
}
.formTbl01 form ::placeholder {
  color: #999;
}
.formTbl01 form .mwform-radio-field.vertical-item {
  margin: 0 0em 0 0;
  padding: 2px 0;
  display: block;
}
.formTbl01 form .mwform-checkbox-field.vertical-item {
  margin: 0 0em 0 0;
  padding: 2px 0;
  display: block;
}
.formTbl01 form .check {
  text-align: center;
}
.formTbl01 form .mwform-checkbox-field.horizontal-item {
  display: inline-block;
  margin-right: 1em;
  font-size: 1.4rem;
}
.formTbl01 form .mwform-radio-field.horizontal-item {
  display: inline-block;
  margin-right: 1em;
}
.formTbl01 form .mwform-checkbox-field a {
  text-decoration: underline;
}
.formTbl01 .ui-datepicker-trigger {
  vertical-align: middle;
  margin-left: 15px;
  width: 30px;
  display: none !important;
}
.formTbl01 .mw_wp_form_confirm .ui-datepicker-trigger {
  display: none !important;
}
.formTbl01 .mw_wp_form_confirm table td {
  font-weight: 400;
}
.formTbl01 .mw_wp_form_confirm table td p {
  display: none !important;
}
.formTbl01 .mw_wp_form_confirm table td em {
  display: none !important;
}
.formTbl01 .mw_wp_form_confirm table td ul {
  display: none !important;
}
.formTbl01 .mw_wp_form_confirm .custom {
  border: none;
  background: transparent;
  width: auto !important;
  max-width: none;
  padding: 0;
}
.formTbl01 .mw_wp_form_confirm .custom:after {
  display: none !important;
}

/* ボタン */
.send, .link {
  position: relative;
  text-align: center;
  margin: 40px 0 40px 0;
}
.send input {
  display: inline-block;
  padding: 27px 6px;
  margin: 0 20px;
  width: 350px;
  border-radius: 40px;
  max-width: 80%;
  border: 1px solid var(--main);
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  cursor: pointer;
  color: var(--main);
  background-color: #fff;
  transition: 0.3s;
}
@media (max-width: 767.98px) {
  .send input {
    font-size: 1.5rem;
  }
}

.send input:hover, .send input:focus-visible {
  border-color: transparent;
  background-color: var(--main);
  color: #fff;
  opacity: 1;
}

/* ----------------------------------------------------------------------------------------------------
  input
* --------------------------------------------------------------------------------------------------*/
textarea, input, button {
  color: #686868;
}
textarea::-webkit-input-placeholder, input::-webkit-input-placeholder, button::-webkit-input-placeholder {
  color: #939393;
}
textarea:-moz-placeholder, input:-moz-placeholder, button:-moz-placeholder {
  color: #939393;
}
textarea::-moz-placeholder, input::-moz-placeholder, button::-moz-placeholder {
  color: #939393;
}
textarea:-ms-input-placeholder, input:-ms-input-placeholder, button:-ms-input-placeholder {
  color: #939393;
}
textarea::-ms-clear, input::-ms-clear, button::-ms-clear {
  visibility: hidden;
}
/* input
--------------------------------------------------*/
/* radio */
.radioStyle01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.radioStyle01 li {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 50px;
}
/*
.radioStyle01 li + li {
    margin-left: 50px;
}*/
@media screen and (max-width: 768px) {
  .radioStyle01 li {
    margin-right: 30px;
  }
  /* 
    .radioStyle01 li + li {
        margin-left: 30px;
    }*/
}
.radioStyle01 label [type="radio"] {
  display: none;
}
.radioStyle01 label [type="radio"]:checked + span::after {
  left: 4px;
  width: 11px;
  height: 11px;
  background: #227fa9;
}
@media screen and (max-width: 768px) {
  .radioStyle01 label [type="radio"]:checked + span::after {
    width: 8px;
    height: 8px;
  }
}
.radioStyle01 label span {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  cursor: pointer;
}
.radioStyle01 label span::before {
  position: absolute;
  box-sizing: border-box;
  content: "";

}
.radioStyle01 label span::after {
  position: absolute;
  box-sizing: border-box;
  content: "";

}
@media screen and (max-width: 768px) {
  .radioStyle01 label span {
    padding-left: 25px;
  }
}
.radioStyle01 label span::before, .radioStyle01 label span::after {
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}
.radioStyle01 label span::before {
  left: 0;
  width: 19px;
  height: 19px;
  border: solid 1px #227fa9;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .radioStyle01 label span::before {
    width: 16px;
    height: 16px;
  }
}
/* checkbox */
[class*="checkStyle"] {
  line-height: 1.2;
  text-align: left;
}
.checkStyle02:after {
  display: block;
  clear: both;
  content: "";
}
.checkStyle02 li {
  float: left;
  width: 33.333%;
}
@media screen and (max-width: 768px) {
  .checkStyle02 li {
    width: 50%;
  }
}
.checkStyle02 li {
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  .checkStyle02 li {
    margin-top: 1.2em;
  }
}
.checkStyle02 [type="checkbox"] {
  display: none;
}
.checkStyle02 span {
  display: inline-block;
  position: relative;
  padding-right: 0.2em;
  padding-left: 30px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .checkStyle02 span {
    padding-left: 25px;
  }
}
.checkStyle02 span::before {
  position: absolute;
  box-sizing: border-box;
  content: "";

}
.checkStyle02 span::after {
  position: absolute;
  box-sizing: border-box;
  content: "";

}
.checkStyle02 span::before {
  display: block;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: solid 1px #227fa9;
  border-radius: 4px;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .checkStyle02 span::before {
    width: 16px;
    height: 16px;
  }
}
.checkStyle02 [type="checkbox"]:checked + span::after {
  top: 46%;
  left: 6px;
  transform: rotate(-53deg);
  transform-origin: left;
  box-sizing: border-box;
  width: 13px;
  height: 10px;
  margin: auto;
  border: solid #227fa9;
  border-width: 0 0 4px 4px;
}
@media screen and (max-width: 768px) {
  .checkStyle02 [type="checkbox"]:checked + span::after {
    left: 5px;
    width: 9px;
    height: 6px;
    border-width: 0 0 2px 2px;
  }
}
textarea, [class*="inputTxt"] {
  width: 100%;
  border-radius: 8px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 768px) {
  textarea, [class*="inputTxt"] {
    border-radius: 4px;
  }
}
/* textarea */
textarea {
  overflow: auto;
  padding: 10px 15px;
  resize: none;
}
@media screen and (max-width: 768px) {
  textarea {
    padding: 5px;
  }
}
.textarea01 {
  height: 80px;
  border: solid 1px transparent;
}
@media screen and (max-width: 768px) {
  .textarea01 {
    height: 60px;
  }
}
.textarea02 {
  padding: 0 20px 0 15px;
  box-shadow: none;

}
@media screen and (max-width: 768px) {
  .textarea02 {
    padding: 0 15px 0 5px;
  }
}
.textarea02Wrap {
  display: block;
  height: 320px;
  padding: 10px 0;
  border: solid 1px transparent;
  border-radius: 8px;
  background: #f9f9f9;
  outline: none;
}
@media screen and (max-width: 768px) {
  .textarea02Wrap {
    height: 150px;
    padding: 5px 0;
    border-radius: 4px;
  }
}
.textarea03 {
  height: 280px;
  border: solid 1px #e5e5e5;
  border-radius: 0;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .textarea03 {
    height: 100px;
  }
}
.textarea04 {
  height: 175px;
  border: solid 1px #e5e5e5;
  border-radius: 0;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .textarea04 {
    height: 100px;
  }
}
/* text */
[class*="inputTxt"] {
  height: 42px;
  padding: 0 15px;
  border: solid 1px transparent;
}
@media screen and (max-width: 768px) {
  [class*="inputTxt"] {
    height: 25px;
    padding: 0 5px;
  }
}
.inputTxt01 {
  width: 100%;
  height: 40px;
  border: solid 1px #e5e5e5;
  border-radius: 0;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .inputTxt01 {
    height: 35px;
  }
}
/* select
--------------------------------------------------*/
[class*="selectStyle"] {
  width: 100%;
}
[class*="selectStyle"] .sod_select {
  width: 100%;
  height: 42px;
  padding: 0;
  border: none;
  background: #f9f9f9;
  color: inherit;
  font-weight: normal;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  [class*="selectStyle"] .sod_select {
    width: 100%;
    height: 25px;
    font-size: 1.1rem;
  }
}
[class*="selectStyle"] .sod_select::before {
  display: none;
}
[class*="selectStyle"] .sod_select::after {
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 9px;
  background: url("../images/ico/arrow-right.svg") no-repeat center/contain;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  [class*="selectStyle"] .sod_select::after {
    width: 8px;
  }
}
[class*="selectStyle"] .sod_select:hover, [class*="selectStyle"] .sod_select.open, [class*="selectStyle"] .sod_select.focus {
  box-shadow: none;
  color: inherit;

}
[class*="selectStyle"] .sod_select .sod_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 35px;
  padding: 0 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media screen and (max-width: 768px) {
  [class*="selectStyle"] .sod_select .sod_option {
    height: 25px;
    padding: 5px;
  }
}
[class*="selectStyle"] .sod_select .sod_option.active {
  background: #e5e5e5;
}
[class*="selectStyle"] .sod_select .sod_option.selected {
  background: #4e87cc;
  color: #ffffff;
  font-weight: normal;
}
[class*="selectStyle"] .sod_select .sod_option.selected.selected::before {
  display: none;
}
[class*="selectStyle"] .sod_select .sod_list_wrapper {
  width: 100%;
  margin: 0;
  border: none;
  background: none;
}
[class*="selectStyle"] .sod_select .sod_list {
  padding: 15px 0;
  border-radius: 4px;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.12);
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  [class*="selectStyle"] .sod_select .sod_list {
    padding: 5px 0;
    border-radius: 2px;
  }
}
[class*="selectStyle"] .sod_select .sod_list span:hover {
  text-decoration: underline;
}
[class*="selectStyle"] .sod_select .sod_label {
  display: flex;
  align-items: center;
  height: 42px;
  padding: 0 15px;
  border: solid 1px transparent;
  border-radius: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media screen and (max-width: 768px) {
  [class*="selectStyle"] .sod_select .sod_label {
    height: 25px;
    padding: 0 5px;
    border-radius: 2px;
  }
}
.selectStyle01 .sod_select {
  width: 100%;
  background: #ffffff;
}
@media screen and (max-width: 768px) {
  .selectStyle01 .sod_select {
    height: 25px;
  }
}
.selectStyle01 .sod_select::after {
  background-image: url("../../image/common/ico_arrow_btm_gy02.svg");
}
.selectStyle01 .sod_select .sod_label {
  border: solid 1px #b7b7b7;
}
.selectStyle02 .sod_select {
  width: 100%;
  border: solid 1px #e5e5e5;
  border-radius: 0;
  background: #ffffff;
}
.selectStyle02 .sod_select .sod_list {
  border-radius: 0;
}

@media (min-width: 577px){
  .tabSwitch .sp_only {
      display: block;
  }
}
@media (min-width: 768px){
  .tabSwitch .sp_only {
      display: block;
  }
}
@media (min-width: 900px){
  .tabSwitch .sp_only {
      display: none;
  }
}
/* -----------------------------------------
*  .tabSwitch
* -----------------------------------------*/
.tabSwitch {
  margin-bottom: 50px;
  display: flex;
}
@media screen and (max-width: 768px) {
  .tabSwitch {
    padding: 0;
  }
}
.tabSwitch > li {
  display: flex;
  justify-content: center;
  width: 50%;
  height: 50px;
  background-color: #E6EAEF;
  background-repeat: no-repeat, no-repeat;
  background-position: bottom 15px left 15px, left center;
  cursor: default;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.0;
  padding: 0 .5em;
}
@media screen and (max-width: 768px) {
  .tabSwitch > li {
    height: 56px;
    font-size: 2rem;
  }
}
@media (max-width: 575px) {
  .tabSwitch > li {
    height: 36px;
    font-size: 1.4rem;
  }
}
.tabSwitch > li:not(.active),
.tabSwitch > li a:not(.active) {
  cursor: pointer;
  color: #7C7C7C;
  border-bottom: 1px solid #cfcfcf;
}
.tabSwitch > li a:not(.active) {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabSwitch > li a:not(.active):hover {
  color: #555;
}
.tabSwitch > li.active {
  position: relative;
  color: #67B985;
  background-color: #fff;
  border-right: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
}
.tabSwitch > li.active::before {
  position: absolute;
  content: "";
}
.tabSwitch > li.active::before {
  width: 100%;
  height: 15px;
  top: -15px;
  left: -1px;
  background-color: #fff;
  border-right: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  border-top: 1px solid #cfcfcf;
  box-sizing: content-box;
}
@media screen and (max-width: 768px) {
  .tabSwitch > li.active::before {
    height: 11px;
    top: -10px;
  }
}
.tabSwitch > li > span {
  align-self: center;
}
#submitbtn {
    margin-bottom: 30px;
}

/* エラー表示 */
.screen-reader-response,
.wpcf7-not-valid-tip {
  color: red;
}
.screen-reader-response {
  margin-bottom: 20px;
}
.wpcf7-not-valid-tip {
  display: block;
}
@media (min-width: 768px) {
  .screen-reader-response {
    text-align: center;
  }
}

.wpcf7 .screen-reader-response {
  display: none !important;
}
.select_box .wpcf7-form-control {
  display: block;
  width: 100%;
  max-width: 400px;
  font-weight: normal;
  margin-bottom: 0.5em;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 10px 30px 10px 10px;;
  appearance: auto !important;
  -webkit-appearance: auto !important;
  -moz-appearance: auto !important;
  padding-right: 30px;
}

.select_box .wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  font-size: 0.9em;
  color: red;
  position: static;
}