@charset "utf-8";
.webp .lower_headline {
  background-image: url("../images/company_hl_bg.webp");
}
.no-webp .lower_headline {
  background-image: url("../images/company_hl_bg-min.jpg");
}
@media (max-width: 599px) {
  .webp .lower_headline {
    background-image: url("../images/company_hl_bg_sp.webp");
  }
  .no-webp .lower_headline {
    background-image: url("../images/company_hl_bg_sp-min.jpg");
  }
}
.lower_headline {
  padding-top: 55px;
  padding-bottom: 55px;
}
.lower_headline .headline {
  color: #333;
}
.breadcrumb ul li a,
.breadcrumb ul li span {
  color: #333;
}
.breadcrumb ul li:after {
  background: url("../images/icon_breadcrumb_bk.svg") no-repeat center;
  background-size: contain;
}
.blog_content_wrap {
  padding: 65px 0 100px;
  max-width: 816px;
  margin: 0 auto;
}
.blog_content_wrap .step_wrap {
  text-align: center;
  line-height: 0;
  margin-bottom: 50px;
}
.blog_content_wrap .step_wrap picture {
  width: 78.4313%;
  display: inline-block;
}
.blog_content_wrap .step_wrap picture img {
  width: 100%;
}
.blog_content_wrap .note {
  line-height: 2em;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 599px) {
  .blog_content_wrap {
    max-width: 100%;
    padding: 50px 5.3435% 60px;
  }
  .blog_content_wrap .step_wrap {
    margin-bottom: 30px;
  }
  .blog_content_wrap .step_wrap picture {
    width: fit-content;
  }
  .blog_content_wrap .step_wrap picture img {
    width: auto;
    height: 40px;
  }
  .blog_content_wrap .note {
    text-align: left;
    margin-bottom: 50px;
  }
}
.mw_wp_form table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 50px;
}
.mw_wp_form table th {
  width: 275px;
  padding: 0 0 30px 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 {
  padding: 0 0 30px;
}
.mw_wp_form table td .input_note {
  margin-top: 30px;
}
.mw_wp_form table td a {
  text-decoration: underline;
}
.mw_wp_form table tr:last-child th {
  padding: 0;
}
.mw_wp_form table tr:last-child td {
  padding: 0;
}
.mw_wp_form table th,
.mw_wp_form table td {
  font-size: 16px;
  line-height: 28px;
  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: 12px 20px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #707070;
  border-radius: 5px;
}
.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;
  display: flex;
  flex-wrap: wrap;
}
.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 input[type=radio]+ span::before,
.mw_wp_form table td .radio input[type=radio]+ span::before {
  background: #fff;
  border: 1px solid #333;
  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 input[type=radio]+ span::after,
.mw_wp_form table td .radio input[type=radio]+ span::after {
  background: #333;
  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 + span:after,
.mw_wp_form table td .radio input[type=radio]:checked + span: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: 0;
}
.mw_wp_form table th .check input[type=checkbox] + span::before,
.mw_wp_form table td .check input[type=checkbox] + span::before {
  background: #fff;
  border: 1px solid #333;
  content: '';
  display: block;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
}
.mw_wp_form table th .check input[type=checkbox] + span::after,
.mw_wp_form table td .check input[type=checkbox] + span::after {
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  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 + span:after,
.mw_wp_form table td .check input[type=checkbox]:checked + span:after {
  opacity: 1;
}
.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;
  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;
  justify-content: center;
}
.mw_wp_form .btn_item {
  font-weight: bold;
  display: inline-block;
  line-height: 0;
}
.mw_wp_form .btn_item input[type=submit] {
  display: inline-block;
  padding: 20px 30px;
  border-radius: 5px;
  margin-top: 20px;
  background: #dc000c;
  color: #fff;
  text-align: center;
  line-height: 1em;
}
.mw_wp_form .btn_item.back {
  display: none;
}
.mw_wp_form .btn_item.back input {
  text-align: center;
  background: #014262;
}
.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 th {
    width: 100%;
    padding: 0 0 10px 0;
    display: block;
  }
  .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 {
    display: block;
  }
  .mw_wp_form table tr:last-child th {
    padding: 0;
  }
  .mw_wp_form table tr:last-child td {
    padding: 0;
  }
  .mw_wp_form table th .check:last-child,
  .mw_wp_form table td .check:last-child {
    text-align: center;
  }
  .mw_wp_form table tr:last-child td p {
    margin-top: 20px;
  }
  .mw_wp_form .btn_items_wrap {
    display: flex;
    justify-content: center;
  }
  .mw_wp_form .btn_item {
    font-weight: bold;
    display: inline-block;
    line-height: 0;
  }
  .mw_wp_form .btn_item input[type=submit] {
    display: inline-block;
    padding: 20px 30px;
    border-radius: 5px;
    margin-top: 20px;
    background: #dc000c;
    color: #fff;
    text-align: center;
    line-height: 1em;
  }
  .mw_wp_form .btn_item.back {
    display: none;
  }
  .mw_wp_form .btn_item.back input {
    text-align: center;
    background: #014262;
  }
  .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;
  }
}
.mw_wp_form_confirm .btn_item.back {
  display: block;
}
.mw_wp_form_complete {
  margin: 0 auto;
  width: fit-content;
}
.mw_wp_form_complete p {
  font-size: 16px;
  line-height: 32px;
  margin: 0 0 40px;
}
.mw_wp_form_complete:last-child {
  margin-bottom: 0;
}
@media (max-width: 599px) {
  .mw_wp_form_complete {
    width: 100%;
  }
  .mw_wp_form_complete p {
    margin: 0 0 32px;
  }
  .mw_wp_form_complete p br {
    display: none;
  }
}
.mw_wp_form .horizontal-item {
  margin-left: 0 !important;
  display: inline-block;
  margin-right: 20px;
}
.mw_wp_form .horizontal-item:last-child {
  margin-right: 0;
}
.mw_wp_form .vertical-item {
  width: 100%;
}
@media (max-width: 599px) {
  .mw_wp_form .radio .horizontal-item {
    display: block;
    width: 50%;
    margin-right: 0;
  }
}
.mw_wp_form .error {
  margin-bottom: 20px;
}
.hissu {
  font-size: 14px;
  line-height: 1em;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  background: #dc000c;
  padding: 5px 10px;
  margin-right: 10px;
}
.nin-i {
  font-size: 14px;
  line-height: 1em;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  background: #014262;
  padding: 5px 10px;
  margin-right: 10px;
}
