@charset "UTF-8";
.mainVisual h1 {
  width: 896px;
}
@media (max-width: 767px) {
  .mainVisual h1 {
    width: calc((680 / 767) * 100vw);
  }
}

h2 {
  margin-top: 58px;
  text-align: center;
}
@media (max-width: 767px) {
  h2 {
    margin-top: calc((60 / 767) * 100vw);
    padding: 0 calc((30 / 767) * 100vw);
    font-size: 1.6rem;
  }
}

h3 {
  margin-top: 54px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  h3 {
    margin-top: calc((65 / 767) * 100vw);
    margin-bottom: calc((10 / 767) * 100vw);
  }
}

p {
  line-height: 2;
  font-size: 1.3287375rem;
}
@media (max-width: 767px) {
  p {
    font-size: 1rem;
  }
}

.contents {
  margin-top: 64px;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .contents {
    margin-top: calc((65 / 767) * 100vw);
    padding-top: calc((60 / 767) * 100vw);
  }
}

.icon_square {
  font-weight: 500;
  color: #231815;
  font-size: 1.3287375rem;
}
@media (max-width: 767px) {
  .icon_square {
    font-size: 1rem;
  }
}
hr + .icon_square {
  font-size: 1.5944875rem;
}

.cmn_table {
  width: 100%;
  margin: 54px auto 69px;
}
@media (max-width: 767px) {
  .cmn_table {
    width: 100%;
    margin: calc((60 / 767) * 100vw) 0 calc((60 / 767) * 100vw);
  }
}
.cmn_table table {
  width: 100%;
}
@media (max-width: 767px) {
  .cmn_table table {
    width: 100%;
  }
}
.cmn_table tbody tr:last-child th, .cmn_table tbody tr:last-child td {
  border-bottom: none !important;
}
.cmn_table tbody th {
  padding: 14px 1em 16px;
  background-color: #d0121b;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  font-weight: 500;
  color: #fff;
  font-size: 1.3287375rem;
}
@media (max-width: 767px) {
  .cmn_table tbody th {
    font-size: 1rem;
  }
}
.cmn_table tbody th:last-child {
  border-right: none;
}
.cmn_table td {
  padding: 14px 1em 15px 1.2em;
  background-color: #e8e8e8;
  border-bottom: 3px solid #fff;
  line-height: 1.5;
  font-weight: 400;
  font-size: 1.3287375rem;
}
@media (max-width: 767px) {
  .cmn_table td {
    font-size: 1rem;
  }
}

.note_txt {
  text-align: right;
  font-size: 0.885825rem;
}
@media (max-width: 767px) {
  .note_txt {
    font-size: 0.625rem;
  }
}

.advance_box {
  width: 735px;
  margin: 62px auto 70px;
  padding: 35px 0 27px;
  border-top: 1px dashed #bebebe;
  border-bottom: 1px dashed #bebebe;
}
@media (max-width: 767px) {
  .advance_box {
    width: 100%;
    margin: calc((60 / 767) * 100vw) 0 calc((60 / 767) * 100vw);
  }
}
.advance_box figure {
  width: 520.5px;
  margin: 0 auto 17px;
}
@media (max-width: 767px) {
  .advance_box figure {
    width: 100%;
    margin: 0 auto calc((50 / 767) * 100vw);
  }
}
.advance_box p {
  line-height: calc(35.43/17);
  font-size: 1.0625rem;
}
@media (max-width: 767px) {
  .advance_box p {
    font-size: 1rem;
  }
}

.advance_flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .advance_flex {
    display: block;
  }
}
.advance_flex .item_wrap {
  width: 750px;
}
@media (max-width: 767px) {
  .advance_flex .item_wrap {
    width: 100%;
  }
}
.advance_flex .flex_item {
  border-top: 1px dashed #bebebe;
  padding-top: 22px;
  margin-top: 18px;
}
.advance_flex .flex_item:last-of-type {
  border-bottom: 1px dashed #bebebe;
}
.advance_flex .flex_item dt {
  line-height: 2;
  font-weight: 500;
  font-size: 1.45375rem;
}
@media (max-width: 767px) {
  .advance_flex .flex_item dt {
    padding-left: 1em;
    text-indent: -0.5em;
    font-size: 1rem;
  }
}
.advance_flex .flex_item dt::before {
  content: '▶';
  display: inline-block;
  font-weight: 500;
  color: #d0121b;
}
.advance_flex .flex_item dd {
  padding-left: 1em;
  line-height: 2;
  font-weight: 400;
  font-size: 1.3287375rem;
}
@media (max-width: 767px) {
  .advance_flex .flex_item dd {
    font-size: 1rem;
  }
}
.advance_flex .flex_item table {
  width: 100%;
}
.advance_flex .flex_item .cmn_table tbody th {
  width: 6.1em;
  white-space: nowrap;
  border-bottom: none;
  text-align: center;
}
@media (max-width: 767px) {
  .advance_flex .flex_item .cmn_table tbody th {
    width: 4.1em;
    white-space: normal;
  }
}
.advance_flex .flex_item .cmn_table tbody td:first-of-type {
  width: 6.9em;
  border-right: 3px solid #fff;
}
@media (max-width: 767px) {
  .advance_flex .flex_item .cmn_table tbody td:first-of-type {
    width: 3em;
    padding: 1em;
  }
}
.advance_flex .cmn_table {
  margin-top: 20px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .advance_flex .cmn_table {
    margin-top: calc(20/767*100vw);
    margin-bottom: calc(35/767*100vw);
  }
}
.advance_flex .fig_wrap {
  width: 340px;
  margin-top: 18px;
}
@media (max-width: 767px) {
  .advance_flex .fig_wrap {
    width: 100%;
    margin-top: calc(70/767*100vw);
  }
}
.advance_flex figure:not(:first-child) {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .advance_flex figure:not(:first-child) {
    margin-top: calc(70/767*100vw);
  }
}
