/* --------------------------------
  .c-categoryMv
-------------------------------- */
.c-categoryMv {
  height: 310px;
  background: no-repeat #aa1f28 center top;
}
@media screen and (min-width: 768px), print {
  .c-categoryMv {
    background-image: url(https://static.yukoyuko.net/aso/202103_campaign/mv.jpg);
  }
}
@media screen and (max-width: 767px) {
  .c-categoryMv {
    height: 175px;
    background-color: #ae212b;
    background-image: url(https://static.yukoyuko.net/aso/202103_campaign/sp_mv.jpg);
    background-size: auto 100%;
  }
}
@media screen and (max-width: 374px) {
  .c-categoryMv {
    height: 165px;
  }
}

/* --------------------------------
  .section
-------------------------------- */
.section {
  padding-top: 58px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.section .color-red {
  color: #a91f28;
}

.section_title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .section_title {
    font-size: 15px;
  }
}

/* --------------------------------
  .section-lead
-------------------------------- */
.section-lead {
  margin: 51px 0 47px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .section-lead {
    margin: 13px 0 28px;
  }
}
@media screen and (max-width: 767px) {
  .section-lead .section_title {
    margin-right: -15px;
    margin-left: -15px;
  }
}
/* --------------------------------
  .section-summary
-------------------------------- */
.section-summary {
  background-color: #f4f2ee;
}
.section-summary .section_title {
  padding-bottom: 16px;
}
.section-summary .table {
  border-bottom: 1px #ccc9c2 solid;
  width: 100%;
  line-height: 1.43;
  margin: 5px 0;
}
.section-summary .table th,
.section-summary .table td {
  padding: 10px 18px;
  border-top: 1px #e6e3da solid;
}
@media screen and (max-width: 767px) {
  .section-summary .table th,
  .section-summary .table td {
    padding: 8px 10px;
    font-size: 1.1rem;
  }
}
.section-summary .table tr:first-child th,
.section-summary .table tr:first-child td {
  border-top-color: #ccc9c2;
}
.section-summary .table th {
  width: 180px;
  background-color: #cfcaba;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .section-summary .table th {
    width: 98px;
  }
}
.section-summary .table td {
  padding: 10px 18px;
  background-color: #fcfbfa;
}
@media screen and (max-width: 767px) {
  .section-summary .table td {
    padding: 10px 9px 11px;
  }
}
.section-summary .table a {
  color: #848488;
}

/* --------------------------------
  .section-step
-------------------------------- */
.section-step {
  padding-bottom: 30px;
}
.section-step .section_title {
  padding-bottom: 16px;
  color: #a91f28;
}
.section-step .section_subtitle {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .section-step .section_title {
    padding-bottom: 18px;
  }
}
.section-step .stepList {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .section-step .stepList {
    display: flex;
    justify-content: space-around;
  }
  .section-step .stepList li {
    width: 45%;
  }
}
.section-step .stepList li {
  position: relative;
  padding: 30px;
  background-color: #f4f4f4;
}
@media screen and (max-width: 767px) {
  .section-step .stepList li {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 767px) {
  .section-step .stepList li + li {
    margin-top: 64px;
  }
}
.section-step .stepList li img {
  width: 100%;
}
.section-step .stepList_heading {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section-step .stepList_heading {
    margin-bottom: 24px;
  }
}
.section-step .stepList_title {
}
@media screen and (min-width: 768px), print {
  .section-step .stepList_title {
    padding-left: 44px;
  }
}
@media screen and (max-width: 767px) {
  .section-step .stepList_title {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 28px;
    font-size: 1.2rem;

    -ms-flex-align: center;

    align-items: center;
  }
}
@media screen and (min-width: 768px), print {
  .section-step .stepList_title .txt {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  .section-step .stepList_title .txt {
    line-height: 1.25;
  }
}
.section-step .stepList_title .num {
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  background-color: #a91f28;
  text-align: center;
  color: #ffd200;

  -ms-flex-align: center;

  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (min-width: 768px), print {
  .section-step .stepList_title .num {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 767px) {
  .section-step .stepList_title .num {
    margin-right: 10px;
    width: 28px;
    height: 28px;
    font-size: 1.6rem;
  }
}
.section-step .stepList_img {
  width: 80%;
  margin: 0 auto;
}
.section-step .stepList_img_or {
  display: block;
  text-align: center;
  margin: 8px auto;
}
.section-step .stepBtn {
  margin: 30px auto 0;
  width: 500px;
}
@media screen and (max-width: 767px) {
  .section-step .stepBtn {
    margin-top: 18px;
    width: auto;
  }
}
.section-step .stepBtn a {
  padding-top: 1em;
  padding-bottom: 1em;
  font-size: 25.6px;
  font-size: 1.6rem;
  color: #fff;
  border: 1px solid #a91f28;
  background-color: #a91f28;
}
.stepBtn a:before {
  background-image: url(https://www.yukoyuko.net/images/common/icon_arw_r_white.svg);
}
.section-step .stepBtn a:hover {
  color: #a91f28;
  border: 1px #a91f28 solid;
  background-color: #fff;
}
.section-step .stepBtn a:hover:before {
  background-image: url(https://www.yukoyuko.net/images/common/icon_arw_r.svg);
}

@media screen and (max-width: 767px) {
  .section-step .stepBtn a {
    font-size: 1.2rem;
    line-height: 1.33;
  }
}
@media screen and (max-width: 767px) {
  .section-step .stepBtn.stepBtn-get a {
    padding-top: 0.6em;
    padding-bottom: 0.6em;
  }
}
