@charset "utf-8";
#main {
  background: #fff;
}
.container {
  padding: 0 40px;
}
@media (max-width: 810px) {
  .container {
    padding: 0 40px;
  }
}
h1 {
  text-align: center;
  padding: 65px 0;
  font-size: 38px;
  font-family: 'Noto Serif JP';
  color: #653309;
}
.page_content_wrap {
  margin-bottom: 50px;
}
.page_content_wrap .note {
  width: 730px;
  max-width: 100%;
  margin: 0 auto 50px;
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.05em;
}
.page_content_wrap a {
  text-decoration: underline;
}
.mw_wp_form {
  margin-bottom: 80px;
}
.mw_wp_form table {
  width: 100%;
  margin-bottom: 50px;
  border-collapse: collapse;
  table-layout: fixed;
}
.mw_wp_form table th {
  border-bottom: 1px solid #1e2228;
  width: 200px;
  padding: 33px 33px 33px 0;
}
.mw_wp_form table th sup {
  color: #d81e1a;
  font-size: 10px;
  margin-left: 3px;
}
.mw_wp_form table th p {
  margin-top: 20px;
}
.mw_wp_form table td {
  border-bottom: 1px solid #1e2228;
  padding: 33px 0;
}
.mw_wp_form table td .input_note {
  margin-top: 30px;
}
.mw_wp_form table td a {
  text-decoration: underline;
}
.mw_wp_form table th,
.mw_wp_form table td {
  font-size: 13px;
  line-height: 23px;
  letter-spacing: 0.05em;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
.mw_wp_form table th input,
.mw_wp_form table td input,
.mw_wp_form table th textarea,
.mw_wp_form table td textarea,
.mw_wp_form table th select,
.mw_wp_form table td select {
  padding: 20px;
  background-color: #efefef;
  width: 100%;
  margin-bottom: 20px;
}
.mw_wp_form table th input.short,
.mw_wp_form table td input.short,
.mw_wp_form table th textarea.short,
.mw_wp_form table td textarea.short,
.mw_wp_form table th select.short,
.mw_wp_form table td select.short {
  width: 50%;
}
.mw_wp_form table th input.vshort,
.mw_wp_form table td input.vshort,
.mw_wp_form table th textarea.vshort,
.mw_wp_form table td textarea.vshort,
.mw_wp_form table th select.vshort,
.mw_wp_form table td select.vshort {
  width: 100px;
}
.mw_wp_form table th input:last-child,
.mw_wp_form table td input:last-child,
.mw_wp_form table th textarea:last-child,
.mw_wp_form table td textarea:last-child,
.mw_wp_form table th select:last-child,
.mw_wp_form table td select:last-child {
  margin-bottom: 0;
}
.mw_wp_form table th input[type=checkbox],
.mw_wp_form table td input[type=checkbox] {
  width: auto;
  display: none;
}
.mw_wp_form table th input[type=radio],
.mw_wp_form table td input[type=radio] {
  width: auto;
  display: none;
}
.mw_wp_form table th label,
.mw_wp_form table td label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 30px;
  position: relative;
  width: auto;
}
.mw_wp_form table th .radio,
.mw_wp_form table td .radio {
  margin-bottom: 20px;
}
.mw_wp_form table th .radio:last-child,
.mw_wp_form table td .radio:last-child {
  margin-bottom: 0;
}
.mw_wp_form table th .radio label::before,
.mw_wp_form table td .radio label::before {
  background: #fff;
  border: 1px solid #1e2228;
  content: '';
  display: block;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.mw_wp_form table th .radio label::after,
.mw_wp_form table td .radio label::after {
  background: #1e2228;
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  left: 5px;
  top: 0;
  bottom: 0;
  opacity: 0;
  position: absolute;
  border-radius: 50%;
  margin: auto;
}
.mw_wp_form table th .radio input[type=radio]:checked + label:after,
.mw_wp_form table td .radio input[type=radio]:checked + label:after {
  opacity: 1;
}
.mw_wp_form table th .check,
.mw_wp_form table td .check {
  margin-bottom: 20px;
}
.mw_wp_form table th .check:last-child,
.mw_wp_form table td .check:last-child {
  margin-bottom: 20px;
}
.mw_wp_form table th .check label::before,
.mw_wp_form table td .check label::before {
  background: #fff;
  border: 1px solid #1e2228;
  content: '';
  display: block;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
}
.mw_wp_form table th .check label::after,
.mw_wp_form table td .check label::after {
  border-right: 1px solid #1e2228;
  border-bottom: 1px solid #1e2228;
  content: '';
  display: block;
  height: 11px;
  left: 7px;
  margin-top: -7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}
.mw_wp_form table th .check input[type=checkbox]:checked + label:after,
.mw_wp_form table td .check input[type=checkbox]:checked + label:after {
  opacity: 1;
}
.mw_wp_form table th label,
.mw_wp_form table td label {
  font-weight: 300 !important;
}
.mw_wp_form table th .select_wrap,
.mw_wp_form table td .select_wrap {
  display: inline-block;
  position: relative;
  width: 100%;
}
.mw_wp_form table th select,
.mw_wp_form table td select {
  cursor: pointer;
}
.mw_wp_form table tr:last-child th,
.mw_wp_form table tr:last-child td {
  border-bottom: 0;
}
.mw_wp_form table tr:last-child th p {
  margin-top: 0;
}
.mw_wp_form table tr:last-child td {
  padding-bottom: 0;
}
.mw_wp_form table tr:last-child td p {
  margin-top: 0;
  text-align: center;
  margin-bottom: 20px;
}
.mw_wp_form table tr:last-child td p:last-child {
  margin-bottom: 0;
}
.mw_wp_form .btn_items_wrap {
  display: flex;
}
.mw_wp_form .btn_item {
  width: 480px;
  max-width: 100%;
  padding: 0;
}
.mw_wp_form .btn_item input[type=submit] {
  display: block;
  width: 100%;
  padding: 40px;
  text-align: center;
}
.mw_wp_form .btn_item.back {
  display: none;
}
.mw_wp_form .btn_item.back input {
  text-align: center;
}
.mw_wp_form.mw_wp_form_preview table th p {
  margin-top: 0;
}
.mw_wp_form.mw_wp_form_preview table td .input_note {
  display: none;
}
.mw_wp_form.mw_wp_form_preview table th .select_wrap:after,
.mw_wp_form.mw_wp_form_preview table td .select_wrap:after {
  display: none;
}
.mw_wp_form.mw_wp_form_preview .btn_item {
  margin: 0 0 0 20px;
}
.mw_wp_form.mw_wp_form_preview .btn_item.back {
  margin: 0 20px 0 0;
}
@media (max-width: 599px) {
  .mw_wp_form table tr {
    display: flex;
    border-top: 1px solid #1e2228;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0;
  }
  .mw_wp_form table tr:first-child {
    border-top: 0;
    padding-top: 0;
  }
  .mw_wp_form table tr:last-child {
    border-bottom: 1px solid #1e2228;
  }
  .mw_wp_form table th {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 20px;
  }
  .mw_wp_form table th p {
    margin-top: 0;
    position: relative;
  }
  .mw_wp_form table td {
    border-bottom: 0;
  }
  .mw_wp_form table th,
  .mw_wp_form table td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .mw_wp_form .btn_item input[type=submit] {
    padding: 20px;
  }
  .mw_wp_form.mw_wp_form_preview .btn_item {
    margin: 0 0 0 10px;
  }
  .mw_wp_form.mw_wp_form_preview .btn_item.back {
    margin: 0 10px 0 0;
  }
}
.mw_wp_form_confirm .btn_item.back {
  display: block;
}
.mw_wp_form_complete p {
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
  margin: 0 auto 40px;
  width: 800px;
  max-width: 100%;
}
.mw_wp_form_complete:last-child {
  margin-bottom: 0;
}
.mw_wp_form .horizontal-item {
  margin-left: 0 !important;
  margin-right: 20px;
  display: inline-block;
  margin-bottom: 10px;
}
@media (max-width: 599px) {
  .mw_wp_form .horizontal-item {
    display: block;
  }
}
.mw_wp_form .error {
  margin-bottom: 20px;
}
.hissu {
  height: 17px;
  margin-left: 5px;
  position: relative;
  top: 3px;
}
.contact_tel_wrap {
  text-align: center;
}
.contact_tel_wrap .inner {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.contact_tel_wrap .inner .tel_num {
  display: inline-block;
  border: 1px solid #1e2228;
  padding: 10px 20px;
  margin-bottom: 10px;
  text-decoration: none;
  border-radius: 25px;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.contact_tel_wrap .inner span {
  display: inline;
  font-size: 12px;
  line-height: 23px;
  letter-spacing: 0.05em;
}
.contact_tel_wrap .inner dt:after {
  content: "｜";
}
@media (max-width: 599px) {
  .contact_tel_wrap .inner .info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
h2 {
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Noto Serif JP';
}
#media > span {
  margin-bottom: 10px;
}
#media > span:nth-child(1) {
  display: inline-flex;
  align-items: center;
}
#media > span:nth-child(1):after {
  content: "";
  display: inline-block;
  width: 104px;
  height: 61px;
  background: url("/images/form_img01.png?211130") no-repeat center;
  background-size: contain;
  margin-left: 10px;
}
#media > span:nth-child(2) {
  display: inline-flex;
  align-items: center;
}
#media > span:nth-child(2):after {
  content: "";
  display: inline-block;
  width: 54px;
  height: 70px;
  background: url("/images/form_img02.png?211130") no-repeat center;
  background-size: contain;
  margin-left: 10px;
}
#media > span:nth-child(3) {
  display: inline-flex;
  align-items: center;
}
#media > span:nth-child(3):after {
  content: "";
  display: inline-block;
  width: 57px;
  height: 80px;
  background: url("/images/form_img03.png?211130") no-repeat center;
  background-size: contain;
  margin-left: 10px;
}
#media > span:nth-child(4) {
  display: inline-flex;
  align-items: center;
}
#media > span:nth-child(4):after {
  content: "";
  display: inline-block;
  width: 47px;
  height: 47px;
  background: url("/images/form_img08.png?211130") no-repeat center;
  background-size: contain;
  margin-left: 10px;
}
#media > span:nth-child(5) {
  display: inline-flex;
  align-items: center;
}
#media > span:nth-child(5):after {
  content: "";
  display: inline-block;
  width: 47px;
  height: 47px;
  background: url("/images/form_img09.png?211130") no-repeat center;
  background-size: contain;
  margin-left: 10px;
}
#media > span:nth-child(6) {
  display: inline-flex;
  align-items: center;
}
#media > span:nth-child(6):after {
  content: "";
  display: inline-block;
  width: 104px;
  height: 26px;
  background: url("/images/form_img11.png?211130") no-repeat center;
  background-size: contain;
  margin-left: 10px;
}
#media > span:nth-child(7) {
  display: inline-flex;
  align-items: center;
}
#media > span:nth-child(7):after {
  content: "";
  display: inline-block;
  width: 93px;
  height: 61px;
  background: url("/images/form_img06.png?211130") no-repeat center;
  background-size: contain;
  margin-left: 10px;
}
#media > span:nth-child(8) {
  display: inline-flex;
  align-items: center;
}
#media > span:nth-child(8):after {
  content: "";
  display: inline-block;
  width: 49px;
  height: 71px;
  background: url("/images/form_img07.png?211130") no-repeat center;
  background-size: contain;
  margin-left: 10px;
}
#media > span:nth-child(9) {
  display: inline-flex;
  align-items: center;
}
#media > span:nth-child(9):after {
  content: "";
  display: inline-block;
  width: 49px;
  height: 70px;
  background: url("/images/form_img10.png?211130") no-repeat center;
  background-size: contain;
  margin-left: 10px;
}
.step_wrap {
  line-height: 0;
  text-align: center;
  width: 730px;
  max-width: 100%;
  margin: 0 auto 50px;
}
.step_wrap img {
  width: 100%;
}
.header_bottom {
  display: none !important;
}
.header_contact {
  display: none !important;
}
.footer_nav {
  display: none !important;
}
@media (max-width: 599px) {
  .footer_cta {
    display: none !important;
  }
}
@media (max-width: 599px) {
  #footer {
    margin-bottom: 0 !important;
  }
}
