@charset "UTF-8";
/* ================================================== *
 *
 *    LIBRARY
 *
 * ================================================== */
/* ================================================== *
 *
 *    OVERWRITE
 *
 * ================================================== */
/* ------------------------------------------------- *
 *    bread-area
 * ------------------------------------------------- */
@media screen and (min-width: 768px) {
  .bread-area .inner {
    margin-bottom: 30px;
  }
  .p-areaSP {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-areaSP {
    display: block;
  }
  .p-areaSP .bread-area,
  .p-areaSP .bread-area .inner {
    display: block;
  }
  .breadcrumbs {
    margin: 0;
    padding: 10px 0px;
    border-top: 1px solid #ccc;
    font-size: 1.3rem;
  }
  .breadcrumbs ol > li,
  .breadcrumbs ol > li a {
    display: inline;
    color: #666;
  }
  .breadcrumbs ol > li + li::before {
    content: ">";
    margin: 0 0.75em 0 0.5em;
  }
}
/* ------------------------------------------------- *
 *    notes
 * ------------------------------------------------- */
@media screen and (min-width: 768px) {
  .c-HL-section01 .c-notes {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-section01 .c-notes {
    margin-bottom: 20px;
  }
}

/* ------------------------------------------------- *
 *    rankinglist
 * ------------------------------------------------- */
@media screen and (min-width: 768px) {
  .c-HL-section01 .c-rankinglist {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-section01 .c-ranking__rate__text {
    font-size: 1.6rem;
  }
}

/* ------------------------------------------------- *
 *    main2
 * ------------------------------------------------- */
 .l-main2 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, " 游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

@media screen and (min-width: 768px) {
  .l-main2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 920px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .l-main2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 60px;
  }
}

/* ------------------------------------------------- *
 *    main3
 * ------------------------------------------------- */
 .l-main3 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, " 游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

@media screen and (min-width: 768px) {
  .l-main3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1280px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .l-main3 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 60px;
    }
}

/* ------------------------------------------------- *
 *    article_h2
 * ------------------------------------------------- */
@media screen and (min-width: 768px) {
  .c-HL-section01 .c-article_h2,
  .c-HL-section01 .c-article2_h2 {
    margin-top: 60px;
    padding-top: 0;
    font-size: 2rem;
  }
  .c-HL-section01 .c-article_h2::before,
  .c-HL-section01 .c-article2_h2::before {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-section01 .c-article_h2,
  .c-HL-section01 .c-article2_h2 {
    margin-top: 30px;
    margin-bottom: 40px;
    padding-top: 15px;
    font-size: 2rem;
  }
  .c-HL-section01 .c-article_h2::before,
  .c-HL-section01 .c-article2_h2::before {
    top: 15px;
  }
}
/* ------------------------------------------------- *
 *    article_h3
 * ------------------------------------------------- */
@media screen and (min-width: 768px) {
  .c-HL-article_h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .c-HL-article_h3 .c-article_h3  {
    margin-top: 0;
    margin-bottom: 0;
  }
  .c-HL-article_h3 .c-HL-btn01 {
    flex: 0 0 auto;
    display: inline-flex;
    width: auto;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-article_h3 .c-article_h3  {
    margin-bottom: 10px;
  }
  .c-HL-article_h3 .c-HL-btn01 {
    margin-bottom: 25px;
  }
  .c-article_h3 {
    padding-top: 20px;
  }
  .c-article_h3::before {
    top: 20px;
  }
}

/*    article_r_h3
 * ------------------------------------------------- */
 .c-article_r_h3 {
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-article_r_h3 {
    font-size: 1.8rem;
    font-weight: 700;
    padding-left: 20px;
    margin-left: 3px;
  }
  .c-article_r_h3::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #C19A2D;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-article_r_h3 {
    padding-top: 60px;
    margin-top: -20px;
    font-size: 1.6rem;
    font-weight: 700;
    padding-left: 20px;
  }
  .c-article_r_h3::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #C19A2D;
    position: absolute;
    left: 0;
    top: 60px;
    bottom: 0;
    margin: auto;
  }
}

/*    article_r2_h3
 * ------------------------------------------------- */
 .c-article_r2_h3 {
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-article_r2_h3 {
    font-size: 1.8rem;
    font-weight: 700;
    padding-left: 20px;
    margin-left: 3px;
  }
  .c-article_r2_h3::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #C19A2D;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-article_r2_h3 {
    margin-top: -20px;
    font-size: 1.6rem;
    font-weight: 700;
    padding-left: 20px;
  }
  .c-article_r2_h3::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #C19A2D;
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 0;
    margin: auto;
  }
}

/*    article_r3_h3
 * ------------------------------------------------- */
 .c-article_r3_h3 {
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-article_r3_h3 {
    font-size: 1.8rem;
    font-weight: 700;
    padding-left: 20px;
    margin-left: 3px;
    margin-top: 30px;
  }
  .c-article_r3_h3::before {
    content: '';
    width: 10px;
    height: 10px;
    background: #C19A2D;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}

@media screen and (max-width: 767px) {
  .c-article_r3_h3 {
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: 700;
    padding-left: 20px;
  }
  .c-article_r3_h3::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #C19A2D;
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 0;
    margin: auto;
  }
  .c-HL-article_r3_h3 {
    margin-bottom: 5px;
  }

}

/* ------------------------------------------------- *
 *    article_quotebox
 * ------------------------------------------------- */
@media screen and (max-width: 767px) {
  .c-HL-section01 .c-article_quotebox {
    padding: 15px;
  }
  .c-HL-section01 .c-article_quote_p {
    padding-bottom: 12px;
  }
}

/* ------------------------------------------------- *
 *    id
 * ------------------------------------------------- */
@media screen and (max-width: 767px) {
  div#m-content1sub {
    display: block;
    padding-top: 0;
    margin-top: 0;
  }
  div#m-content2sub {
    display: block;
    padding-top: 0;
    margin-top: 0;
  }
  div#m-content3sub {
    display: block;
    padding-top: 0;
    margin-top: 0;
  }
  div#m-content4sub {
    display: block;
    padding-top: 0;
    margin-top: 0;
  }
  div#m-content5sub {
    display: block;
    padding-top: 0;
    margin-top: 0;
  }
  div#m-content6sub {
    display: block;
    padding-top: 0;
    margin-top: 0;
  }
  div#m-content7sub {
    display: block;
    padding-top: 0;
    margin-top: 0;
  }
  div#m-content8sub {
    display: block;
    padding-top: 0;
    margin-top: 0;
  }
  div#m-content9sub {
    display: block;
    padding-top: 0;
    margin-top: 0;
  }
  div#m-content10sub {
    display: block;
    padding-top: 0;
    margin-top: 0;
  }
  div#m-content11sub {
    display: block;
    padding-top: 0;
    margin-top: 0;
  }
  }

/* ================================================== *
 *
 *    COMMON STYLE
 *
 * ================================================== */

/* ------------------------------------------------- *
 *    mv
 * ------------------------------------------------- */
.c-HL-mv01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.c-HL-mv01__title {
  color: #C19A2D;
  text-align: center;
}
.c-HL-mv01__text {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-HL-mv01 {
    border-radius: 16px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    width: 920px;
    height: 300px;
  }
  .c-HL-mv01.is-kinri {
    background: url(../images/kinri-hikaku/kinri_pc.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .c-HL-mv01.is-danshin {
    background: url(../images/danshin-hikaku/danshin_pc.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .c-HL-mv01.is-flat35 {
    background: url(../images/flat35-hikaku/flat35_pc.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .c-HL-mv01__title {
    font-size: 3.6rem;
    line-height: 1.5;
    text-shadow: 0 0 4px rgba(255, 255, 255, 1);
  }
  .c-HL-mv01__text {
    margin-top: 30px;
    font-size: 2rem;
    line-height: 1.5;
    text-shadow: 0 0 4px rgba(255, 255, 255, 1);
  }
}
@media screen and (max-width: 767px) {
  .c-HL-mv01 {
    min-height: 230px;
    margin-right: -15px;
    margin-left: -15px;
    padding: 25px 10px;
    border-top: 1px solid #e6e6e6;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  }
  .c-HL-mv01.is-kinri {
    background: url(/fx/top/images/kinri-hikaku/kinri_sp.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .c-HL-mv01.is-danshin {
    background: url(/fx/top/images/danshin-hikaku/danshin_sp.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .c-HL-mv01.is-flat35 {
    background: url(/fx/top/images/flat35-hikaku/flat35_sp.png) no-repeat 50% 50%;
    background-size: cover;
  }
  .c-HL-mv01__title {
    font-size: 2.5rem;
    line-height: 1.3;
    text-shadow: 0 0 5px rgba(255, 255, 255, 1);
  }
  .c-HL-mv01__text {
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.5;
    text-shadow: 0 0 5px rgba(255, 255, 255, 1);
  }
}

/* ------------------------------------------------- *
 *    intro
 * ------------------------------------------------- */
.c-HL-intro {}
.c-HL-intro__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  border-radius: 20px;
  background: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}
.c-HL-intro__btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  background: #fff url(../images/icn_finger02.png) no-repeat 60% 50%;
}
@media screen and (min-width: 768px) {
  .c-HL-intro {
    position: relative;
    margin-top: 45px;
    margin-bottom: 30px;
  }
  .c-HL-intro__btn {
    position: absolute;
    top: 0;
    right: 0;
    /*width: 228px;*/
    padding: 0 45px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1), 0 0 5px 0 rgba(0, 0, 0, 0.1);
  }
  .c-HL-intro__btn::before {
    left: 14px;
    width: 21px;
    height: 15px;
    background-size: 21px 15px;
  }
  /* danshin */
  .c-HL-intro.is-danshin {
    margin-top: 20px;
    text-align: right;
  }
  .c-HL-intro.is-danshin .c-HL-intro__btn {
    position: relative;
    display: inline-flex;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-intro {
    margin-top: 15px;
  }
  .c-HL-intro__btn {
    position: relative;
    width: 230px;
    margin: 0 auto 30px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1), 0 0 5px 0 rgba(0, 0, 0, 0.1);
  }
  .c-HL-intro__btn::before {
    left: 12px;
    width: 18px;
    height: 13px;
    background-size: 18px 13px;
  }
}
@media screen and (min-width: 1025px) {
  /* hover */
  .c-HL-intro__btn {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .c-HL-intro__btn:hover {
    opacity: 0.5;
  }
}

/* ------------------------------------------------- *
 *    mokuji
 * ------------------------------------------------- */
.c-HL-mokuji {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.c-HL-mokuji__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff8e3;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
}
.c-HL-mokuji__title::before,
.c-HL-mokuji__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: inline-block;
  margin: auto;
  background: #C19A2D;
}
.c-HL-mokuji__title::after {
  transform: rotate(90deg);
}
.c-HL-mokuji__title.is-active::after {
  display: none;
}
.c-HL-mokuji__list {
  font-size: 1.4rem;
  font-weight: 700;
}
.c-HL-mokuji__list > li + li {
  margin-top: 1em;
}
.c-HL-mokuji__list > li > a {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  color: #0078c8;
  text-decoration: underline;
}
.c-HL-mokuji__list > li > a .is-num {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #C19A2D;
  color: #fff;
  font-size: 1.2rem;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  text-decoration: none;
}
.c-HL-mokuji__list2 {
  font-size: 1.4rem;
  font-weight: 700;
}
.c-HL-mokuji__list2 > li + li {
  margin-top: 1em;
}
.c-HL-mokuji__list2 > li > a {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  color: #0078c8;
  text-decoration: underline;
}
.c-HL-mokuji__list2 > li > a .is-num {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #C19A2D;
  color: #fff;
  font-size: 1.2rem;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  text-decoration: none;
}
.c-HL-mokuji__sublist {
  /* margin: 10px 0 0 30px; */
  font-size: 1.3rem;
  font-weight: 400;
}
.c-HL-mokuji__sublist > li + li {
  margin-top: 0.75em;
}
.c-HL-mokuji__sublist > li > a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  padding-top: 10px;
  color: #0078c8;
  text-decoration: underline;
}
.c-HL-mokuji__sublist > li > a::before {
  content: "−";
  position: absolute;
  left: 0;
  color: #000;
}
@media screen and (min-width: 768px) {
  .c-HL-mokuji {
    margin-bottom: 60px;
  }
  .c-HL-mokuji__title {
    width: 100%;
    height: 50px;
  }
  .c-HL-mokuji__title::before,
  .c-HL-mokuji__title::after {
    width: 20px;
    height: 2px;
  }
  .c-HL-mokuji__list {
    padding: 30px;
    background: #fff;
  }
  .c-HL-mokuji__list2 {
    padding: 14px;
    background: #fff;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-mokuji {
    margin-bottom: 30px;
  }
  .c-HL-mokuji__title {
    height: 40px;
  }
  .c-HL-mokuji__title::before,
  .c-HL-mokuji__title::after {
    width: 15px;
    height: 2px;
  }
  .c-HL-mokuji__list {
    padding: 15px;
  }
}
@media screen and (min-width: 1025px) {
  /* hover */
  .c-HL-mokuji__title,
  .c-HL-mokuji__list a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .c-HL-mokuji__title:hover,
  .c-HL-mokuji__list a:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 767px) {
  .c-HL-mokuji__button {
    position: fixed;
    right: 25px;
    bottom: 100px;
    width: 60px;
    height: 60px;
    padding-top: 36px;
    background: #f0b500;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
  }
  .c-HL-mokuji__button__bar {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin: auto;
  }
  .c-HL-mokuji__button__bar:nth-child(1) {
    top: 13px;
  }
  .c-HL-mokuji__button__bar:nth-child(2) {
    top: 18px;
  }
  .c-HL-mokuji__button__bar:nth-child(3) {
    top: 23px;
  }
  .c-HL-mokuji__button__bar:nth-child(4) {
    top: 28px;
  }
  .c-HL-mokuji__button__bar::before,
  .c-HL-mokuji__button__bar::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    height: 100%;
    border-radius: 1px;
    background: #fff;
  }
  .c-HL-mokuji__button__bar::before {
    left: 0;
    width: 2px;
  }
  .c-HL-mokuji__button__bar::after {
    right: 0;
    width: 18px;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-mokuji__button {
    position: fixed;
    right: 8px;
    bottom: 75px;
    z-index: 99;
    width: 45px;
    height: 45px;
    padding-top: 27px;
    background: #f0b500;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-size: 1rem;
    line-height: 1;
    font-weight: 700;
    cursor: pointer;
  }
  .c-HL-mokuji__button__bar {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 1px;
    margin: auto;
  }
  .c-HL-mokuji__button__bar:nth-child(1) {
    top: 9px;
  }
  .c-HL-mokuji__button__bar:nth-child(2) {
    top: 13px;
  }
  .c-HL-mokuji__button__bar:nth-child(3) {
    top: 17px;
  }
  .c-HL-mokuji__button__bar:nth-child(4) {
    top: 21px;
  }
  .c-HL-mokuji__button__bar::before,
  .c-HL-mokuji__button__bar::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    display: block;
    height: 100%;
    border-radius: 1px;
    background: #fff;
  }
  .c-HL-mokuji__button__bar::before {
    left: 0;
    width: 2px;
  }
  .c-HL-mokuji__button__bar::after {
    right: 0;
    width: 14px;
  }
}
@media screen and (min-width: 1025px) {
  /* hover */
  .c-HL-mokuji__button {
    transition: opacity 0.2s ease;
  }
  .c-HL-mokuji__button:hover {
    opacity: 0.7;
  }
}
.c-modal .c-HL-mokuji {
  margin-bottom: 0;
  box-shadow: none;
}
.c-modal .c-HL-mokuji__title::before,
.c-modal .c-HL-mokuji__title::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .l-sub.js-mokujiScroll_area {
    position: relative;
  }
  .l-sub .c-HL-mokuji {
    width: 240px;
    margin-bottom: 0;
  }
  .l-sub .c-HL-mokuji.is-fixed {
    position: fixed;
    top: 30px;
  }
  .l-sub .c-HL-mokuji.is-bottom {
    position: absolute;
    bottom: 0;
  }
  .l-sub .c-HL-mokuji__title {
    height: 35px;
  }
  .l-sub .c-HL-mokuji__title::before,
  .l-sub .c-HL-mokuji__title::after {
    display: none;
  }
  .l-sub .c-HL-mokuji__list {
    padding: 20px;
  }
}

/* ------------------------------------------------- *
 *    mokuji2
 * ------------------------------------------------- */
.c-HL-mokuji2 {
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.c-HL-mokuji2__title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff8e3;
  font-size: 1.6rem;
  font-weight: 700;
  cursor: pointer;
}
.c-HL-mokuji2__title::before,
.c-HL-mokuji2__title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: inline-block;
  margin: auto;
  background: #C19A2D;
}
.c-HL-mokuji2__title::after {
  transform: rotate(90deg);
}
.c-HL-mokuji2__title.is-active::after {
  display: none;
}
.c-HL-mokuji2__list {
  font-size: 1.4rem;
  font-weight: 700;
}
.c-HL-mokuji2__list > li + li {
  margin-top: 1em;
}
.c-HL-mokuji2__list > li > a {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  color: #0078c8;
  text-decoration: underline;
}
.c-HL-mokuji2__list > li > a .is-num {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #C19A2D;
  color: #fff;
  font-size: 1.2rem;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  text-decoration: none;
}
.c-HL-mokuji2__sublist {
  margin: 10px 0 0 30px;
  font-size: 1.3rem;
  font-weight: 400;
}
.c-HL-mokuji2__sublist > li + li {
  margin-top: 0.75em;
}
.c-HL-mokuji2__sublist > li > a {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #0078c8;
  text-decoration: underline;
}
.c-HL-mokuji2__sublist > li > a::before {
  content: "−";
  position: absolute;
  left: 0;
  color: #000;
}
@media screen and (min-width: 768px) {
  .c-HL-mokuji2 {
    margin-bottom: 10px;
  }
  .c-HL-mokuji2__title {
    width: 100%;
    height: 50px;
  }
  .c-HL-mokuji2__title::before,
  .c-HL-mokuji2__title::after {
    width: 20px;
    height: 2px;
  }
  .c-HL-mokuji2__list {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-mokuji2 {
    margin-bottom: 10px;
  }
  .c-HL-mokuji2__title {
    height: 40px;
  }
  .c-HL-mokuji2__title::before,
  .c-HL-mokuji2__title::after {
    width: 15px;
    height: 2px;
  }
  .c-HL-mokuji2__list {
    padding: 15px;
  }
}
@media screen and (min-width: 1025px) {
  /* hover */
  .c-HL-mokuji2__title,
  .c-HL-mokuji2__list a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .c-HL-mokuji2__title:hover,
  .c-HL-mokuji2__list a:hover {
    opacity: 0.5;
  }
}

/* ------------------------------------------------- *
 *    nav
 * ------------------------------------------------- */
/*    c-localnav
 * ------------------------------------------------- */
 @media screen and (min-width: 768px) {
  .l-sub u-hidden-sp-pickup{
    position: relative;
  }
    .c-localnav-pickup {
      position: fixed;
      width: 240px;
      z-index: 1;
    }
}
 
 @media screen and (max-width: 767px) {
  .l-sub u-hidden-sp-pickup{
    display: none;
  }

  .c-localnav-pickup {
    display: none;
  }
}

/*    c-localnav__ranking
 * ------------------------------------------------- */
.c-localnav__ranking {
  position: relative;
  margin-top: 20px;
  border: 1px solid #ccc;
}

.c-localnav__ranking__inner {
  overflow: hidden;
  display: block;
  padding: 14px 14px 19px;
}

.c-localnav__ranking:nth-of-type(odd) .c-localnav__ranking__inner {
  background: #fafafa;
}

.c-localnav__ranking:nth-of-type(even) .c-localnav__ranking__inner {
  background: #fff;
}

.c-localnav__ranking:nth-of-type(1) .c-localnav__ranking__inner {
  background: #fff8e3;
}

.c-localnav__ranking:nth-of-type(2) .c-localnav__ranking__inner {
  background: #ebebeb;
}

.c-localnav__ranking:nth-of-type(3) .c-localnav__ranking__inner {
  background: #fbf3f1;
}

.c-localnav__ranking__rank {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #e7e7e7 0%, #e7e7e7 50%, #dcdcdc 50%, #dcdcdc 100%);
  border-radius: 50%;
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  font-family: "Anton", cursive;
}

.c-localnav__ranking:nth-of-type(1) .c-localnav__ranking__rank,
.c-localnav__ranking:nth-of-type(2) .c-localnav__ranking__rank,
.c-localnav__ranking:nth-of-type(3) .c-localnav__ranking__rank {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.c-localnav__ranking:nth-of-type(1) .c-localnav__ranking__rank {
  background: linear-gradient(135deg, #d6b457 0%, #d6b457 50%, #cca12d 50%, #cca12d 100%);
}

.c-localnav__ranking:nth-of-type(2) .c-localnav__ranking__rank {
  background: linear-gradient(135deg, #b2b2b2 0%, #b2b2b2 50%, #9f9f9f 50%, #9f9f9f 100%);
}

.c-localnav__ranking:nth-of-type(3) .c-localnav__ranking__rank {
  background: linear-gradient(135deg, #b2897f 0%, #b2897f 50%, #9f6b5f 50%, #9f6b5f 100%);
}

.c-localnav__ranking__rank > span {
  display: inline-block;
  margin-top: 2px;
  margin-left: 1px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, " 游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
}

.c-localnav__ranking__recomend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -5px;
  margin-right: -7px;
  margin-bottom: 10px;
}

.c-localnav__ranking__point {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 136px;
          flex: 0 0 136px;
  width: 136px;
  font-size: 1.2rem;
  line-height: 1.33;
}

.c-localnav__ranking__recommendrank {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 69px;
          flex: 0 0 69px;
  width: 69px;
}

.c-localnav__ranking__recommendrank img {
  width: 69px;
  height: 56px;
}

.c-localnav__ranking__image {
  overflow: hidden;
  position: relative;
  width: 210px;
  height: 80px;
  margin-bottom: 10px;
  border: 1px solid #dcdcdc;
  background: #fff;
}

.c-localnav__ranking__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  height: auto;
}

.c-localnav__ranking__name {
  display: block;
  margin-bottom: 3px;
  color: #666;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
}

.c-localnav__ranking__rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 36px;
  margin-bottom: 10px;
  border: 1px solid #C19A2D;
  background: #fff;
}

.c-localnav__ranking__rate__title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 89px;
  background: #C19A2D;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
}

.c-localnav__ranking__rate__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #AF1331;
  font-size: 2rem;
  font-weight: 700;
}

.c-localnav__ranking__rate__text .is-small {
  display: inline-block;
  margin-top: 3px;
  font-size: 1.4rem;
}

.c-localnav__ranking__product {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-size: 1.2rem;
}

.c-localnav__ranking__table {
  border-top: 1px solid #ccc;
  margin-top: 15px;
}

.c-localnav__ranking__table + .c-localnav__ranking__table {
  display: none;
  margin-top: 0;
  border-top: none;
}

.c-localnav__ranking__table__list {
  font-size: 1.4rem;
}

.c-localnav__ranking__table__list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ccc;
}

.c-localnav__ranking__table__list > li > span {
  padding: 5px;
  color: #666;
  text-align: center;
}

.c-localnav__ranking__table__list > li > span:first-child {
  width: 90px;
  border-left: 1px solid #ccc;
  background: #f0f0f0;
  font-weight: 700;
}

.c-localnav__ranking__table__list > li > span:last-child {
  width: 120px;
  border-right: 1px solid #ccc;
  background: #fff;
}

.c-localnav__ranking__table__more {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 1.2rem;
}

.c-localnav__ranking__table__more span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 20px;
  cursor: pointer;
}

.c-localnav__ranking__table__more span::before {
  content: '全て表示する';
}

.c-localnav__ranking__table__more span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  display: block;
  width: 6px;
  height: 9px;
  margin: auto;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  background-image: url("../images/sprite.png");
  background-size: 3375% 1922.22222%;
  background-position: 95.6743% 89.93902%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.c-localnav__ranking__table__more.is-active span {
  position: relative;
  z-index: 9;
  display: inline-block;
}

.c-localnav__ranking__table__more.is-active span::before {
  content: '少なく見る';
}

.c-localnav__ranking__table__more.is-active span::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media screen and (min-width: 1025px) {
  .c-localnav__ranking__table__more span {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .c-localnav__ranking__table__more span:hover {
    opacity: 0.3;
  }
}

.c-localnav__ranking__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 153px;
  height: 40px;
  margin: 0 auto;
  border-radius: 20px;
  background: #e31c3d;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
}

@media screen and (min-width: 1025px) {
  .c-localnav__ranking__btn {
    -webkit-transition: color 0.2s ease, background 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease;
  }
}

.c-localnav__ranking__btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  display: block;
  width: 6px;
  height: 9px;
  margin: auto;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  background-image: url("../images/sprite.png");
  background-size: 3375% 1922.22222%;
  background-position: 91.3486% 96.95122%;
}

@media screen and (min-width: 1025px) {
  .c-localnav__ranking__btn:hover {
    background: #000;
    color: #fff;
  }
}

.c-localnav__ranking__more, .c-localnav__simulation__more {
  margin-top: 20px;
  text-align: center;
}

.c-localnav__ranking__more button, .c-localnav__simulation__more button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 20px;
  border: none;
  background-color: transparent;
  font-size: 1.2rem;
}

.c-localnav__ranking__more button::after, .c-localnav__simulation__more button::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  display: block;
  width: 6px;
  height: 9px;
  margin: auto;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  background-image: url("../images/sprite.png");
  background-size: 3375% 1922.22222%;
  background-position: 95.6743% 89.93902%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media screen and (min-width: 1025px) {
  .c-localnav__ranking__more button, .c-localnav__simulation__more button {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .c-localnav__ranking__more button:hover, .c-localnav__simulation__more button:hover {
    opacity: 0.3;
  }
}

/* ------------------------------------------------- *
 *    section
 * ------------------------------------------------- */
.c-HL-section01 {
  border-radius: 16px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c-HL-section01 {
    margin-bottom: 60px;
    padding: 0 30px 40px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .c-HL-section01 {
    margin-bottom: 30px;
    padding: 0 15px 20px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  }
}

/* ------------------------------------------------- *
 *    heading01
 * ------------------------------------------------- */
.c-HL-heading01 {
  position: relative;
  border-bottom: 3px solid #C19A2D;
}
.c-HL-heading01__num {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #C19A2D;
  color: #fff;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .c-HL-heading01 {
    margin: 0 -30px 40px;
    padding: 20px 30px;
    font-size: 2.4rem;
  }
  .c-HL-heading01.is-num {
    padding-left: 86px;
  }
  .c-HL-heading01__num {
    top: 20px;
    left: 30px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-heading01 {
    margin: 0 -15px 20px;
    padding: 15px 15px;
    font-size: 2rem;
    line-height: 1.3;
  }
  .c-HL-heading01.is-num {
    padding-left: 55px;
  }
  .c-HL-heading01__num {
    top: 15px;
    left: 15px;
    width: 30px;
    height: 30px;
    font-size: 1.8rem;
  }
}

/* ------------------------------------------------- *
 *    heading02
 * ------------------------------------------------- */
.c-HL-heading02 {
  text-align: center;
}
.c-HL-heading02 > span {
  position: relative;
  display: inline-block;
}
.c-HL-heading02 > span::before,
.c-HL-heading02 > span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 30px;
  height: 2px;
  margin: auto;
  background: #fecf0f;
}
.c-HL-heading02 > span::before {
  left: 0;
  transform: rotate(45deg);
}
.c-HL-heading02 > span::after {
  right: 0;
  transform: rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .c-HL-heading02 > span {
    margin-bottom: 30px;
    padding-right: 35px;
    padding-left: 35px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-heading02 > span {
    margin-bottom: 20px;
    margin-right: 10px;
    margin-left: 10px;
    padding-right: 45px;
    padding-left: 45px;
    font-size: 1.6rem;
  }
}

/* ------------------------------------------------- *
 *    heading03
 * ------------------------------------------------- */
.c-HL-heading03 {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-HL-heading03 {
    margin-bottom: 15px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-heading03 {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }
}

/* ------------------------------------------------- *
 *    heading04
 * ------------------------------------------------- */
.c-HL-heading04 {}
@media screen and (min-width: 768px) {
  .c-HL-heading04 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-heading04 {
    font-size: 1.1rem;
  }
}

/* ------------------------------------------------- *
 *    dialog
 * ------------------------------------------------- */
.c-HL-dialog01 {
  position: relative;
  border-radius: 16px;
  border: 2px solid #fceacc;
  background: #fff;
}
.c-HL-dialog01::before,
.c-HL-dialog01::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.c-HL-dialog01__icon {
  position: absolute;
  background: url(../images/icn_navigator01.png) no-repeat 0 0;
}
.c-HL-dialog01__icon > span {
  font-weight: 700;
}
.c-HL-dialog01__inner .c-article_p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-HL-dialog01 {
    margin: 0 80px 40px;
    padding: 15px 20px;
  }
  .c-HL-dialog01::before {
    top: 25px;
  }
  .c-HL-dialog01.is-left::before {
    left: -20px;
    border-width: 9px 20px 9px 0;
    border-color: transparent #fceacc transparent transparent;
  }
  .c-HL-dialog01.is-right::before {
    right: -20px;
    border-width: 9px 0 9px 20px;
    border-color: transparent transparent transparent #fceacc;
  }
  .c-HL-dialog01::after {
    top: 27px;
  }
  .c-HL-dialog01.is-left::after {
    left: -16px;
    border-width: 7px 16px 7px 0;
    border-color: transparent #fff transparent transparent;
  }
  .c-HL-dialog01.is-right::after {
    right: -16px;
    border-width: 7px 0 7px 16px;
    border-color: transparent transparent transparent #fff;
  }
  .c-HL-dialog01 + .c-HL-dialog01 {
    margin-top: -20px;
  }
  .c-HL-dialog01.is-left.is-full {
    margin-right: 0;
  }
  .c-HL-dialog01.is-right.is-full {
    margin-left: 0;
  }
  .c-HL-dialog01__icon {
    top: 0;
    width: 60px;
    height: 63px;
  }
  .c-HL-dialog01__icon > span {
    position: relative;
    display: inline-block;
    text-align: center;
    top: 68px;
    font-size: 1rem;
    left: 6px;
  }
  .c-HL-dialog01.is-left .c-HL-dialog01__icon {
    left: -80px;
  }
  .c-HL-dialog01.is-right .c-HL-dialog01__icon {
    right: -80px;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-dialog01 {
    margin: 0 40px 30px;
    padding: 15px 10px;
  }
  .c-HL-dialog01::before {
    top: 16px;
  }
  .c-HL-dialog01.is-left::before {
    left: -16px;
    border-width: 7px 16px 7px 0;
    border-color: transparent #fceacc transparent transparent;
  }
  .c-HL-dialog01.is-right::before {
    right: -16px;
    border-width: 7px 0 7px 16px;
    border-color: transparent transparent transparent #fceacc;
  }
  .c-HL-dialog01::after {
    top: 18px;
  }
  .c-HL-dialog01.is-left::after {
    left: -12px;
    border-width: 5px 12px 5px 0;
    border-color: transparent #fff transparent transparent;
  }
  .c-HL-dialog01.is-right::after {
    right: -12px;
    border-width: 5px 0 5px 12px;
    border-color: transparent transparent transparent #fff;
  }
  .c-HL-dialog01 + .c-HL-dialog01 {
    margin-top: -15px;
  }
  .c-HL-dialog01.is-left.is-full {
    margin-right: 0;
  }
  .c-HL-dialog01.is-right.is-full {
    margin-left: 0;
  }
  .c-HL-dialog01__icon {
    top: 10px;
    width: 36px;
    height: 30px;
    background-size: 36px 31px;
  }
  .c-HL-dialog01__icon > span {
    position: relative;
    left: 50%;
    display: inline-block;
    text-align: center;
    top: 33px;
    font-size: 1rem;
    white-space: nowrap;
    transform: translateX(-50%);
  }
  .c-HL-dialog01.is-left .c-HL-dialog01__icon {
    left: -49px;
  }
  .c-HL-dialog01.is-right .c-HL-dialog01__icon {
    right: -40px;
  }
  .c-HL-dialog01__inner .c-article_p {
    font-size: 1.4rem;
  }
}

/* ------------------------------------------------- *
 *    sub
 * ------------------------------------------------- */
.c-HL-sub01 {
  background: #f0f0f0;
}
.c-HL-sub01__title {
  padding-left: 34px;
  background: url(../images/icn_attention02.png) no-repeat 0 0;
  background-size: 24px;
  font-size: 1.6rem;
  line-height: 24px;
  font-weight: 700;
}
.c-HL-sub01__img img {
  width: 100%;
  height: auto;
}
.c-HL-sub01 .c-article_p {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .c-HL-sub01 {
    overflow: hidden;
    padding: 20px;
  }
  .c-HL-sub01__img {
    float: right;
    width: 327px;
    margin-left: 25px;
  }
  .c-HL-sub01__title {
    margin-bottom: 15px;

  }
  .c-HL-sub01 .c-article_p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-sub01 {
    padding: 10px;
  }
  .c-HL-sub01__title {
    margin-bottom: 10px;
  }
  .c-HL-sub01__img {
    margin-bottom: 10px;
  }
}

/* ------------------------------------------------- *
 *    table scroll
 * ------------------------------------------------- */
/* c-HL-table-scroll */
.c-HL-table-scroll {
  white-space: nowrap;
  width: 100%;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 768px) {
.c-HL-table-scroll table {
border-collapse: collapse;
border-spacing: 0;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
}
.c-HL-table-scroll table th,
.c-HL-table-scroll table td {
  padding: 10px 50px;
  font-weight: normal;
  border-right: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  font-size: 16px;
  vertical-align: middle;
  text-align: center;
}
.c-HL-table-scroll table th {
  background: #333;
  color: #fff;
  width: 100%;
}
.c-HL-table-scroll table th:first-child {
  position: sticky;
  top: 0;
  color: #fff;
  background: #333;
}
}
.c-HL-table-scroll img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .c-HL-table-scroll table {
    border-collapse: collapse;
    border-spacing: 0;
      border-top: #ccc solid 1px;
      border-left: #ccc solid 1px;
      width: 100%;
    table-layout: fixed;
    word-break: break-word;
    }
  .c-HL-table-scroll table th,
  .c-HL-table-scroll table td {
    padding: 10px 0px;
    font-weight: normal;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    font-size: 16px;
    vertical-align: middle;
    font-size: 11px;
    text-align: center;
  }
  .c-HL-table-scroll table th {
    background: #333;
    color: #fff;
    width: 100%;
  }
  .c-HL-table-scroll table th:first-child {
    position: sticky;
    top: 0;
    color: #fff;
    background: #333;
  }
}

/* c-HL-table-scroll2 */
.c-HL-table-scroll2 {
  white-space: nowrap;
  width: 100%;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  /*-webkit-overflow-scrolling: touch;*/
  /* margin-top: 30px; */
  margin-bottom: 10px;
}
.c-HL-table-scroll2 .is-fixcell {
  position: sticky;
  left: 0;
  z-index: 10;
}
.c-HL-table-scroll2 table tr:nth-child(odd) td {
  background: #fff;
}
.c-HL-table-scroll2 table tr:nth-child(even) td {
  background: #fff;
  /*background: #f0f0f0;*/
}
.c-HL-table-scroll2 table td.is-highlight {
  background: #fff8e3!important;
  color: #C19A2D!important;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-HL-table-scroll2 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: #ccc solid 1px;
    border-left: #ccc solid 1px;
  }
  .c-HL-table-scroll2 table th,
  .c-HL-table-scroll2 table td {
    width: 100px;
    padding: 10px 6px;
    font-weight: normal;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
  }
  .c-HL-table-scroll2 table th {
    background: #fff8e3;
    color: #000;
  }
  .c-HL-table-scroll2 table th:first-child {
    position: sticky;
    top: 0;
    color: #000;
    background: #fff8e3;
  }
  .c-HL-table-scroll2 table .is-fixcell {
    padding: 0 20px;
  }
  .c-HL-table-scroll2 .is-small {
    font-size: 1.4rem;
  }
  .c-HL-table-scroll2 img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-table-scroll2 table {
    border-collapse: collapse;
    border-spacing: 0;
    border-top: #ccc solid 1px;
    border-left: #ccc solid 1px;
    width: auto;
    table-layout: fixed;
    word-break: break-word;
    }
  .c-HL-table-scroll2 table th,
  .c-HL-table-scroll2 table td {
    padding: 5px 5px;
    font-weight: normal;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    background: #fff;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
  }
  .c-HL-table-scroll2 table th {
    background: #fff8e3;
    color: #000;
    /*width: 100%;*/
  }
  .c-HL-table-scroll2 table th:first-child {
    position: sticky;
    top: 0;
    color: #000;
    background: #fff8e3;
  }
  .c-HL-table-scroll2 .is-small {
    font-size: 1.4rem;
  }
  .c-HL-table-scroll2 img {
    width: 100%;
    height: auto;
  }
}


/* c-HL-table-scroll7 */
@media screen and (min-width: 768px) {
.c-HL-table-scroll7 {
  width: 100%;
  display: block;
  overflow-x: auto;
  margin-top: 30px;
  margin-bottom: 10px;
}
}
@media screen and (max-width: 767px) {
  .c-HL-table-scroll7 {
    width: 100%;
    display: block;
    /* overflow-x: auto; */
    margin-top: 30px;
    margin-bottom: 10px;
  }
  }
  
.c-HL-table-scroll7 .is-fixcell {
  position: sticky;
  left: 0;
  z-index: 10;
}
.c-HL-table-scroll7 table tr:nth-child(odd) td {
  background: #fff;
}
.c-HL-table-scroll7 table tr:nth-child(even) td {
  background: #fff;
  /*background: #f0f0f0;*/
}
.c-HL-table-scroll7 table td.is-highlight {
  background: #fff8e3!important;
  color: #C19A2D!important;
  font-weight: 700;
}
.c-HL-table-scroll7__text {
  margin-top: 1em;
  text-align: center;
  color: #F09500;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-HL-table-scroll7 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: #ccc solid 1px;
    border-left: #ccc solid 1px;
  }
  .c-HL-table-scroll7 table th,
  .c-HL-table-scroll7 table td {
    width: 100px;
    padding: 10px 6px;
    font-weight: normal;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
  }
  .c-HL-table-scroll7 table th {
    background: #f0f0f0;
    color: #000;
  }
  .c-HL-table-scroll7 table th:first-child {
    position: sticky;
    top: 0;
    color: #000;
    background: #f0f0f0;
    text-align: left;
    width: 45%;
  }
  .c-HL-table-scroll7 table .is-fixcell {
    padding: 0 20px;
  }
  .c-HL-table-scroll7 .is-small {
    font-size: 1.4rem;
  }
  .c-HL-table-scroll7 img {
    width: auto;
    height: 100%;
  }
  .c-HL-table-scroll7__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-table-scroll7 table {
    border-collapse: collapse;
    border-spacing: 0;
    border-top: #ccc solid 1px;
    border-left: #ccc solid 1px;
    width: auto;
    table-layout: fixed;
    word-break: break-word;
    }
  .c-HL-table-scroll7 table th,
  .c-HL-table-scroll7 table td {
    padding: 5px 5px;
    font-weight: normal;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    background: #fff;
    font-size: 14px;
    vertical-align: middle;
    text-align: left;
  }
  .c-HL-table-scroll7 table th {
    background: #f0f0f0;
    color: #000;
    width: 40%;
  }
  .c-HL-table-scroll7 table th:first-child {
    position: sticky;
    top: 0;
    color: #000;
    background: #f0f0f0;
  }
  .c-HL-table-scroll7 .is-small {
    font-size: 1.4rem;
  }
  .c-HL-table-scroll7 img {
    width: 100%;
    height: auto;
  }
  .c-HL-table-scroll7__text {
    font-size: 1.4rem;
  }
}


.c-HL-table-scroll4 table tr:nth-child(odd) td {
  background: #fff;
}
.c-HL-table-scroll4 table tr:nth-child(even) td {
  background: #fff;
  /*background: #f0f0f0;*/
}
.c-HL-table-scroll4 table td.is-highlight {
  background: #fff8e3!important;
  color: #C19A2D!important;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-HL-table-scroll4 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: #ccc solid 1px;
    border-left: #ccc solid 1px;
  }
  .c-HL-table-scroll4 table th,
  .c-HL-table-scroll4 table td {
    width: 100px;
    padding: 10px 6px;
    font-weight: normal;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
  }
  .c-HL-table-scroll4 table th {
    background: #fff8e3;
    color: #000;
  }
  .c-HL-table-scroll4 table th:first-child {
    position: sticky;
    top: 0;
    color: #000;
    background: #fff8e3;
  }
  .c-HL-table-scroll4 table .is-fixcell {
    padding: 0 20px;
  }
  .c-HL-table-scroll4 .is-small {
    font-size: 1.4rem;
  }
  .c-HL-table-scroll4 img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-table-scroll4 table {
    border-collapse: collapse;
    border-spacing: 0;
    border-top: #ccc solid 1px;
    border-left: #ccc solid 1px;
    width: 400px;
    table-layout: fixed;
    word-break: break-word;
    }
  .c-HL-table-scroll4 table th,
  .c-HL-table-scroll4 table td {
    padding: 5px 5px;
    font-weight: normal;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    background: #fff;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
  }
  .c-HL-table-scroll4 table th {
    background: #fff8e3;
    color: #000;
    /*width: 100%;*/
  }
  .c-HL-table-scroll4 table th:first-child {
    position: sticky;
    top: 0;
    color: #000;
    background: #fff8e3;
  }
  .c-HL-table-scroll4 .is-small {
    font-size: 1.4rem;
  }
  .c-HL-table-scroll4 img {
    width: 100%;
    height: auto;
  }
}

.c-HL-table-scroll2__table {}
.c-HL-table-scroll2__inner + .c-HL-table-scroll2__inner {
  display: none;
}
.c-HL-table-scroll2__inner + .c-HL-table-scroll2__inner .c-HL-table-scroll2__table {
  border-top: none;
}

@media screen and (min-width: 768px) {
  .c-HL-table-scroll2__table.is-type1 th,
  .c-HL-table-scroll2__table.is-type1 td {
    width: 106px;
  }
  .c-HL-table-scroll2__table.is-type1 td:first-child {
    width: auto;
  }
  .c-HL-table-scroll2__table.is-type2 th,
  .c-HL-table-scroll2__table.is-type2 td {
    width: auto;
  }
  .c-HL-table-scroll2__table.is-type2 td:first-child {
    width: 40px;
  }
  .c-HL-table-scroll2__table.is-type2 td:nth-child(2) {
    width: 100px;
  }
  .c-HL-table-scroll2__table.is-type2 td:nth-child(3) {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-table-scroll2__table.is-type1 {
    width: 742px;
  }
  .c-HL-table-scroll2__table.is-type1 th,
  .c-HL-table-scroll2__table.is-type1 td {
    width: 106px;
  }
  .c-HL-table-scroll2__table th .is-fs12-sp {
    font-size: 1.2rem;
  }
}

.c-HL-table-scroll7__table {}
.c-HL-table-scroll7__inner + .c-HL-table-scroll7__inner {
  display: none;
}
.c-HL-table-scroll7__inner + .c-HL-table-scroll7__inner .c-HL-table-scroll7__table {
  border-top: none;
}

.c-modal__wrap .c-HL-table-scroll7,
.c-modal__wrap .c-HL-table-scroll7__text,
.c-modal__wrap .c-HL-table-scroll7__more {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-HL-table-scroll7__table.is-type1 th,
  .c-HL-table-scroll7__table.is-type1 td {
    width: 106px;
  }
  .c-HL-table-scroll7__table.is-type1 td:first-child {
    width: auto;
  }
  .c-HL-table-scroll7__table.is-type2 th,
  .c-HL-table-scroll7__table.is-type2 td {
    width: auto;
  }
  .c-HL-table-scroll7__table.is-type2 td:first-child {
    width: 40px;
  }
  .c-HL-table-scroll7__table.is-type2 td:nth-child(2) {
    width: 100px;
  }
  .c-HL-table-scroll7__table.is-type2 td:nth-child(3) {
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-table-scroll7__table.is-type1 {
    width: 742px;
  }
  .c-HL-table-scroll7__table.is-type1 th,
  .c-HL-table-scroll7__table.is-type1 td {
    width: 106px;
  }
  .c-HL-table-scroll7__table th .is-fs12-sp {
    font-size: 1.2rem;
  }
}

.c-HL-table-scroll7__more {
  text-align: center;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .c-HL-table-scroll7__more {
    padding-top: 10px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .c-HL-table-scroll7__more {
    margin-bottom: -20px;
    font-size: 1.2rem;
  }
}

.c-HL-table-scroll7__more span {
  position: relative;
  display: inline-block;
  color: #0078c8;
  font-weight: 700;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .c-HL-table-scroll7__more span {
    padding: 10px 0 10px 27px;
  }
}

@media screen and (max-width: 767px) {
  .c-HL-table-scroll7__more span {
    padding: 20px 0 20px 15px;
  }
}

.c-HL-table-scroll7__more span::before {
  content: '各項目評点を見る';
  font-size: 1.4rem;
}

.c-HL-table-scroll7__more span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  background-image: url("../images/sprite.png");
  background-size: 3375% 1922.22222%;
  background-position: 100% 89.93902%;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (min-width: 768px) {
  .c-HL-table-scroll7__more span::after {
    left: 2px;
    width: 6px;
    height: 9px;
  }
}

@media screen and (max-width: 767px) {
  .c-HL-table-scroll7__more span::after {
    left: 2px;
    width: 4px;
    height: 7px;
  }
}

.c-HL-table-scroll7__more.is-active span {
  position: relative;
  z-index: 9;
  display: inline-block;
}

.c-HL-table-scroll7__more.is-active span::before {
  content: '少なく見る';
  font-size: 1.4rem;
}

.c-HL-table-scroll7__more.is-active span::after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

@media screen and (min-width: 1025px) {
  .c-HL-table-scroll7__more {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    text-decoration: none;
  }
  .c-HL-table-scroll7__more:hover {
    opacity: 0.3;
  }
}


/* c-HL-table-scroll3 */
.c-HL-table-scroll3 {
  /*overflow: auto;*/
  /* white-space: nowrap;
  width: 100%;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  margin-bottom: 10px; */
}
.c-HL-table-scroll3 .is-fixcell {
  position: sticky;
  left: 0;
  z-index: 10;
}
.c-HL-table-scroll3 table tr td {
  background: #fff;
}
.c-HL-table-scroll3 table tr.is-g td {
  /*background: #f0f0f0;*/
}
.c-HL-table-scroll3 table td.is-highlight {
  background: #fff8e3!important;
  /*color: #C19A2D!important;*/
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-HL-table-scroll3 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: #ccc solid 1px;
    border-left: #ccc solid 1px;
  }
  .c-HL-table-scroll3 table th,
  .c-HL-table-scroll3 table td {
    padding: 10px;
    font-weight: normal;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
  }
  .c-HL-table-scroll3 table th {
    background: #fff8e3;
    color: #000;
    width: auto;
  }
  .c-HL-table-scroll3 table th:first-child {
    position: sticky;
    top: 0;
    color: #000;
    background: #fff8e3;
  }
  .c-HL-table-scroll3 .is-small {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-table-scroll3 table {
    border-collapse: collapse;
    border-spacing: 0;
    border-top: #ccc solid 1px;
    border-left: #ccc solid 1px;
    table-layout: fixed;
    word-break: break-word;
  }
  .c-HL-table-scroll3 table th,
  .c-HL-table-scroll3 table td {
    padding: 5px 0px;
    font-weight: normal;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
  }
  .c-HL-table-scroll3 table th {
    background: #fff8e3;
    color: #000;
  }
  .c-HL-table-scroll3 table th:first-child {
    position: sticky;
    top: 0;
    color: #000;
    background: #fff8e3;
  }
  .c-HL-table-scroll3 img {
    width: 100%;
    height: auto;
  }
  .c-HL-table-scroll3 .is-small {
    font-size: 1.4rem;
  }
}

.c-HL-table-scroll3__table {}
.c-HL-table-scroll3__inner + .c-HL-table-scroll3__inner {
  display: none;
}
.c-HL-table-scroll3__inner + .c-HL-table-scroll3__inner .c-HL-table-scroll3__table {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .c-HL-table-scroll3__table.is-type1 td {
    width: 180px;
  }
  .c-HL-table-scroll3__table.is-type2 td {
    width: 160px;
  }
  .c-HL-table-scroll3__table.is-type1 td.is-fixcell,
  .c-HL-table-scroll3__table.is-type2 td.is-fixcell {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-table-scroll3__table.is-type1 {
    width: 300px;
  }
  .c-HL-table-scroll3__table.is-type1 td {
    width: 110px;
  }
  .c-HL-table-scroll3__table.is-type2 {
    width: 551px;
  }
  .c-HL-table-scroll3__table.is-type2 td {
    width: 110px;
  }
}

@media screen and (min-width: 1025px) {
  /* hover */
  .c-HL-table-scroll2__table a,
  .c-HL-table-scroll7__table a,
  .c-HL-table-scroll3__table a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    text-decoration: none;
  }
  .c-HL-table-scroll2__table a:hover,
  .c-HL-table-scroll7__table a:hover,
  .c-HL-table-scroll3__table a:hover {
    opacity: 0.3;
  }
}



/* c-HL-table-scroll4 */
.c-HL-table-scroll4 {
  /*overflow: auto;*/
  white-space: nowrap;
  width: 100%;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
  /* -webkit-overflow-scrolling: touch;*/
  margin-bottom: 10px;
}
.c-HL-table-scroll4 .is-fixcell {
  position: sticky;
  left: 0;
  z-index: 100;
  background: #fff8e3;
}
.c-HL-table-scroll4 table tr td {
  background: #fff;
}
.c-HL-table-scroll4 table tr.is-g td {
  /*background: #f0f0f0;*/
}
.c-HL-table-scroll4 table td.is-highlight {
  background: #fff8e3!important;
  color: #C19A2D!important;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-HL-table-scroll4 table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border-top: #ccc solid 1px;
    border-left: #ccc solid 1px;
  }
  .c-HL-table-scroll4 table th,
  .c-HL-table-scroll4 table td {
    padding: 4px;
    font-weight: normal;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
  }
  .c-HL-table-scroll4 table th {
    background: #fff;
    color: #000;
    width: auto;
  }
  .c-HL-table-scroll4 table th:first-child {
    position: sticky;
    top: 0;
    color: #000;
    background: #fff8e3;
  }
  .c-HL-table-scroll4 .is-small {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-table-scroll4 table {
    border-collapse: collapse;
    border-spacing: 0;
    border-top: #ccc solid 1px;
    border-left: #ccc solid 1px;
    table-layout: fixed;
    word-break: break-word;
  }
  .c-HL-table-scroll4 table th,
  .c-HL-table-scroll4 table td {
    padding: 5px 5px;
    font-weight: normal;
    border-right: #ccc solid 1px;
    border-bottom: #ccc solid 1px;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
  }
  .c-HL-table-scroll4 table th {
    background: #fff;
    color: #000;
  }
  .c-HL-table-scroll4 table th:first-child {
    position: sticky;
    top: 0;
    color: #000;
    background: #fff8e3;
    text-align: left;
  }
  .c-HL-table-scroll4 img {
    width: 100%;
    height: auto;
  }
  .c-HL-table-scroll4 .is-small {
    font-size: 1.4rem;
  }
}

.c-HL-table-scroll4__table {}
.c-HL-table-scroll4__inner + .c-HL-table-scroll4__inner {
  display: none;
}
.c-HL-table-scroll4__inner + .c-HL-table-scroll4__inner .c-HL-table-scroll4__table {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .c-HL-table-scroll4__table.is-type1 td {
    width: 180px;
  }
  .c-HL-table-scroll4__table.is-type2 td {
    width: 160px;
  }
  .c-HL-table-scroll4__table.is-type1 td.is-fixcell,
  .c-HL-table-scroll4__table.is-type2 td.is-fixcell {
    width: auto;
    background: #fff8e3;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-table-scroll4__table.is-type1 {
    width: auto;
  }
  .c-HL-table-scroll4__table.is-type1 td {
    width: 110px;
  }
  .c-HL-table-scroll4__table.is-type2 {
    width: 551px;
  }
  .c-HL-table-scroll4__table.is-type2 td {
    width: 110px;
  }
}


/* c-HL-table-scroll__more */
.c-HL-table-scroll__more {
  text-align: center;
  cursor: pointer;
}
.c-HL-table-scroll__more span {
  position: relative;
  display: inline-block;
  color: #0078c8;
  font-weight: 700;
}
.c-HL-table-scroll__more span::before {
  content: 'もっと見る';
  font-size: 1.4rem;
}
.c-HL-table-scroll__more span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  background-image: url("../images/sprite.png");
  background-size: 3375% 1922.22222%;
  background-position: 100% 89.93902%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-HL-table-scroll__more.is-open span {
  position: relative;
  z-index: 9;
  display: inline-block;
}
.c-HL-table-scroll__more.is-open span::before {
  content: '閉じる';
  font-size: 1.4rem;
}
.c-HL-table-scroll__more.is-open span::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .c-HL-table-scroll__more {
    margin: 25px 0;
    font-size: 1.4rem;
  }
  .c-HL-table-scroll__more span {
    padding: 0 0 0 27px;
  }
  .c-HL-table-scroll__more span::after {
    left: 2px;
    width: 6px;
    height: 9px;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-table-scroll__more {
    margin: -10px 0 0;
    font-size: 1.2rem;
  }
  .c-HL-table-scroll__more span {
    padding: 15px 0 15px 15px;
  }
  .c-HL-table-scroll__more span::after {
    left: 2px;
    width: 4px;
    height: 7px;
  }
}
@media screen and (min-width: 1025px) {
  /* hover */
  .c-HL-table-scroll__more {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    text-decoration: none;
  }
  .c-HL-table-scroll__more:hover {
    opacity: 0.3;
  }
}

/* ------------------------------------------------- *
 *    button
 * ------------------------------------------------- */
.c-HL-btn01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  border-radius: 20px;
  background: #fecf0f;
  font-size: 1.4rem;
  font-weight: 700;
}
.c-HL-btn01.is-inline {
  display: inline-flex;
  width: auto;
}
.c-HL-btn01::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  border-radius: 50%;
  background: #fff url(../images/icn_finger02.png) no-repeat 60% 50%;
}
.c-HL-btn01::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 6px;
  height: 9px;
  margin: auto;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  background-image: url("../images/sprite.png");
  background-size: 3375% 1922.22222%;
  background-position: 95.6743% 89.93902%;
}
@media screen and (min-width: 768px) {
  .c-HL-btn01 {
    width: 100%;
    padding-right: 35px;
    padding-left: 35px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1), 0 0 5px 0 rgba(0, 0, 0, 0.1);
  }
  .c-HL-btn01::before {
    left: 8px;
    width: 24px;
    height: 24px;
    background-size: 16px 11px;
  }
  .c-HL-btn01::after {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-btn01 {
    position: relative;
    width: 100%;
    padding: 0 40px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1), 0 0 5px 0 rgba(0, 0, 0, 0.1);
  }
  .c-HL-btn01::before {
    left: 8px;
    width: 24px;
    height: 24px;
    background-size: 18px 13px;
  }
  .c-HL-btn01::after {
    right: 12px;
  }
}
@media screen and (min-width: 1025px) {
  /* hover */
  .c-HL-btn01 {
    -webkit-transition: background 0.2s ease, color 0.2s ease;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .c-HL-btn01:hover {
    background: #000;
    color: #fff;
  }
}

/* ------------------------------------------------- *
 *    button02
 * ------------------------------------------------- */
.c-HL-btn02 {
  position: relative;
  background: #041b67;
  color: #fff;
  font-weight: 700;
}
.c-HL-btn02::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  border-radius: 50%;
  background: #fff url(../images/icn_finger03.png) no-repeat 60% 50%;
}
.c-HL-btn02::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 6px;
  height: 9px;
  margin: auto;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  background-image: url("../images/sprite.png");
  background-size: 3375% 1922.22222%;
  background-position: 91.3486% 96.95122%;
}
@media screen and (min-width: 768px) {
  .c-HL-btn02 {
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    border-radius: 25px;
    padding-right: 60px;
    padding-left: 60px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1), 0 0 5px 0 rgba(0, 0, 0, 0.1);
    font-size: 1.8rem;
  }
  .c-HL-btn02::before {
    left: 10px;
    width: 30px;
    height: 30px;
    background-size: 21px 15px;
  }
  .c-HL-btn02::after {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-btn02 {
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 50px;
    border-radius: 25px;
    width: 100%;
    padding: 0 40px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1), 0 0 5px 0 rgba(0, 0, 0, 0.1);
    font-size: 1.2rem;
    text-align: center;
  }
  .c-HL-btn02::before {
    left: 8px;
    width: 24px;
    height: 24px;
    background-size: 18px 13px;
  }
  .c-HL-btn02::after {
    right: 12px;
  }
}
@media screen and (min-width: 1025px) {
  /* hover */
  .c-HL-btn02 {
    -webkit-transition: background 0.2s ease, color 0.2s ease;
    transition: background 0.2s ease, color 0.2s ease;
  }
  .c-HL-btn02:hover {
    background: #000;
    color: #fff;
  }
}

/* ------------------------------------------------- *
 *    btnset
 * ------------------------------------------------- */
.c-HL-btnset {}
.c-HL-btnset02 {}
@media screen and (min-width: 768px) {
  .c-HL-btnset {
    display: flex;
    flex-wrap: wrap;
    margin-top: -15px;
    margin-right: -5px;
    margin-left: -5px;
  }
  .c-HL-btnset > li {
    width: 33.333%;
    margin-top: 15px;
    padding: 0 5px;
  }
  .c-HL-btnset02 {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-btnset {
    margin-top: -15px;
  }
  .c-HL-btnset > li {
    margin-top: 15px;
  }
  .c-HL-btnset02 {
    margin-bottom: 20px;
    text-align: center;
  }
}

/* ------------------------------------------------- *
 *    tab
 * ------------------------------------------------- */
.c-HL-tab01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  background: #fafafa;
}
.c-HL-tab01::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  display: block;
  width: 100%;
  height: 2px;
  background: #C19A2D;
}
.c-HL-tab01__item > span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.6);
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}
.c-HL-tab01__item.is-active > span {
  background: #C19A2D;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-HL-tab01 {
    padding: 5px 10px 15px;
    border-radius: 16px 16px 0 0;
  }
  .c-HL-tab01__item {
    margin: 10px 5px 0;
  }
  .c-HL-tab01__item > span {
    height: 50px;
    padding: 0 25px;
    border-radius: 16px;
    font-size: 1.6rem;
  }
  .c-HL-tab01__item > span .is-num {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-tab01 {
    padding: 5px 7px 10px 8px;
    border-radius: 16px 16px 0 0;
  }
  .c-HL-tab01__item {
    width: 33.333%;
    padding: 5px 2px 0 3px;
  }
  .c-HL-tab01__item > span {
    height: 35px;
    border-radius: 8px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
  .c-HL-tab01__item > span .is-num {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-HL-tab01__item > span {
    -webkit-transition: color 0.2s ease, background 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease;
  }
}
@media screen and (min-width: 1025px) {
  /* hover */
  .c-HL-tab01__item > span:hover {
    background: #C19A2D;
    color: #000;
  }
}

.c-HL-tab01-contents__unit {
  display: none;
}
.c-HL-tab01-contents__unit.is-active {
  display: block;
}

.c-HL-tab01-contents.is-type1 {}
@media screen and (min-width: 768px) {
  .c-HL-tab01-contents.is-type1 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-tab01-contents.is-type1 {
    margin-bottom: 30px;
  }
}

/* ------------------------------------------------- *
 *    qa
 * ------------------------------------------------- */
.c-HL-qa01 {
  border-top: 1px solid #dcdcdc;
}
.c-HL-qa01 + .c-HL-qa01 {
  border-top: none;
}
.c-HL-qa01__unit {
  border-bottom: 1px solid #dcdcdc;
}
.c-HL-qa01__q,
.c-HL-qa01__a {
  position: relative;
  font-size: 1.6rem;
}
.c-HL-qa01__q {
  cursor: pointer;
}
.c-HL-qa01__q::before,
.c-HL-qa01__q::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: inline-block;
  margin: auto;
  background: #ccc;
}
.c-HL-qa01__q::after {
  transform: rotate(90deg);
}
.c-HL-qa01__q.is-active::after {
  display: none;
}
.c-HL-qa01__a {
  display: none;
}
.c-HL-qa01__q .is-icon,
.c-HL-qa01__a .is-icon {
  position: absolute;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
}
.c-HL-qa01__q .is-icon {
  background: #C19A2D;
}
.c-HL-qa01__a .is-icon {
  background: #ff533d;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .c-HL-qa01__q {
    min-height: 80px;
    padding: 28px 30px 28px 50px;
  }
  .c-HL-qa01__q::before,
  .c-HL-qa01__q::after {
    right: 15px;
    width: 20px;
    height: 2px;
  }
  .c-HL-qa01__a {
    padding: 0 0 0 50px;
  }
  .c-HL-qa01__a__inner {
    padding: 8px 0 0;
  }
  .c-HL-qa01__q .is-icon,
  .c-HL-qa01__a .is-icon {
    width: 40px;
    height: 40px;
    font-size: 2.4rem;
  }
  .c-HL-qa01__q .is-icon {
    top: 20px;
  }
  .c-HL-qa01__a .is-icon {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-qa01__q {
    min-height: 55px;
    padding: 15px 20px 15px 32px;
  }
  .c-HL-qa01__q::before,
  .c-HL-qa01__q::after {
    right: 0;
    width: 15px;
    height: 2px;
  }
  .c-HL-qa01__a {
    padding: 0 0 0 32px;
  }
  .c-HL-qa01__a__inner {
    padding: 0;
  }
  .c-HL-qa01__q .is-icon,
  .c-HL-qa01__a .is-icon {
    width: 24px;
    height: 24px;
    font-size: 1.4rem;
  }
  .c-HL-qa01__q .is-icon {
    top: 15px;
  }
  .c-HL-qa01__a .is-icon {
    top: 0;
  }
}
@media screen and (min-width: 1025px) {
  /* hover */
  .c-HL-qa01__q {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .c-HL-qa01__q:hover {
    opacity: 0.5;
  }
}

/* c-HL-qa01__more */
.c-HL-qa01__more {
  text-align: center;
  cursor: pointer;
}
.c-HL-qa01__more span {
  position: relative;
  display: inline-block;
  color: #0078c8;
  font-weight: 700;
}
.c-HL-qa01__more span::before {
  content: 'もっと見る';
  font-size: 1.4rem;
}
.c-HL-qa01__more span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  background-image: url("../images/sprite.png");
  background-size: 3375% 1922.22222%;
  background-position: 100% 89.93902%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.c-HL-qa01__more.is-open span {
  position: relative;
  z-index: 9;
  display: inline-block;
}
.c-HL-qa01__more.is-open span::before {
  content: '閉じる';
  font-size: 1.4rem;
}
.c-HL-qa01__more.is-open span::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media screen and (min-width: 768px) {
  .c-HL-qa01__more {
    margin: 25px 0;
    font-size: 1.4rem;
  }
  .c-HL-qa01__more span {
    padding: 0 0 0 27px;
  }
  .c-HL-qa01__more span::after {
    left: 2px;
    width: 6px;
    height: 9px;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-qa01__more {
    margin: 0 0 0;
    font-size: 1.2rem;
  }
  .c-HL-qa01__more span {
    padding: 15px 0 15px 15px;
  }
  .c-HL-qa01__more span::after {
    left: 2px;
    width: 4px;
    height: 7px;
  }
}
@media screen and (min-width: 1025px) {
  /* hover */
  .c-HL-qa01__more {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    text-decoration: none;
  }
  .c-HL-qa01__more:hover {
    opacity: 0.3;
  }
}

/* ------------------------------------------------- *
 *    iframe01
 * ------------------------------------------------- */
.c-HL-iframe01 {}
.c-HL-iframe01 iframe,
.c-HL-iframe01__iframe {
  overflow: auto;
  border: none;
}
@media screen and (min-width: 768px) {
  .c-HL-iframe01 iframe,
  .c-HL-iframe01__iframe {
    width: 100%;
    height: 600px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-iframe01 iframe,
  .c-HL-iframe01__iframe {
    width: 100%;
    height: 400px;
    margin-bottom: 30px;
  }
}
/* ------------------------------------------------- *
 *    iframe02
 * ------------------------------------------------- */
 .c-HL-iframe02 {}
 .c-HL-iframe02 iframe {
   border: none;
 }
 @media screen and (min-width: 768px) {
   .c-HL-iframe02 iframe {
     width: 100%;
     height: 900px;
     margin-bottom: 60px;
   }
 }
 @media screen and (max-width: 767px) {
   .c-HL-iframe02 iframe {
     width: 100%;
     height: 830px;
     margin-bottom: 30px;
   }
 }

/* ------------------------------------------------- *
 *    ranking
 * ------------------------------------------------- */
@media screen and (min-width: 768px) {
  .c-HL-rankinglist {
    margin-right: -30px;
    margin-left: -30px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-rankinglist {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 30px;
  }
}

.c-HL-ranking {
  position: relative;
  margin-top: -1px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.c-HL-ranking__inner {
  display: block;
}
@media screen and (min-width: 768px) {
  .c-HL-ranking__inner {
    overflow: hidden;
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-ranking__inner {
    padding: 15px;
  }
}
.c-HL-ranking:nth-of-type(odd) .c-HL-ranking__inner {
  background: #fafafa;
}
.c-HL-ranking:nth-of-type(even) .c-HL-ranking__inner {
  background: #fff;
}
.c-HL-ranking:nth-of-type(1) .c-HL-ranking__inner {
  background: #fff8e3;
}
.c-HL-ranking:nth-of-type(2) .c-HL-ranking__inner {
  background: #ebebeb;
}
.c-HL-ranking:nth-of-type(3) .c-HL-ranking__inner {
  background: #fbf3f1;
}

.c-HL-ranking__rank {
  position: absolute;
  z-index: 9;
  text-align: center;
  line-height: 1;
  font-family: "Anton", cursive;
}
.c-HL-ranking:nth-of-type(1) .c-HL-ranking__rank,
.c-HL-ranking:nth-of-type(2) .c-HL-ranking__rank,
.c-HL-ranking:nth-of-type(3) .c-HL-ranking__rank {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.c-HL-ranking__rank > span {
  display: inline-block;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, " 游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-HL-ranking__rank {
    top: 10px;
    left: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.6rem;
    background: linear-gradient(135deg, #e7e7e7 0%, #e7e7e7 50%, #dcdcdc 50%, #dcdcdc 100%);
    z-index: 1;
  }
  .c-HL-ranking:nth-of-type(1) .c-HL-ranking__rank {
    background: linear-gradient(135deg, #d6b457 0%, #d6b457 50%, #cca12d 50%, #cca12d 100%);
  }
  .c-HL-ranking:nth-of-type(2) .c-HL-ranking__rank {
    background: linear-gradient(135deg, #b2b2b2 0%, #b2b2b2 50%, #9f9f9f 50%, #9f9f9f 100%);
  }
  .c-HL-ranking:nth-of-type(3) .c-HL-ranking__rank {
    background: linear-gradient(135deg, #b2897f 0%, #b2897f 50%, #9f6b5f 50%, #9f6b5f 100%);
  }
  .c-HL-ranking__rank > span {
    font-size: 1.4rem;
    margin-top: 2px;
    margin-left: 1px;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-ranking__rank {
    top: 0;
    left: 0;
    padding: 10px 15px 0 0;
    width: 55px;
    height: 55px;
    background: linear-gradient(135deg, #dcdcdc 0%, #dcdcdc 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    font-size: 1.5rem;
  }
  .c-HL-ranking:nth-of-type(1) .c-HL-ranking__rank {
    background: linear-gradient(135deg, #cca12d 0%, #cca12d 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  }
  .c-HL-ranking:nth-of-type(2) .c-HL-ranking__rank {
    background: linear-gradient(135deg, #9f9f9f 0%, #9f9f9f 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  }
  .c-HL-ranking:nth-of-type(3) .c-HL-ranking__rank {
    background: linear-gradient(135deg, #9f6b5f 0%, #9f6b5f 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  }
  .c-HL-ranking__rank > span {
    font-size: 1rem;
    margin-left: 1px;
  }
}

.c-HL-ranking__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .c-HL-ranking__head {
    /* margin-bottom: 30px; */
  }
}
@media screen and (max-width: 767px) {
  .c-HL-ranking__head {
    flex-wrap: wrap;
    /* margin-bottom: 30px; */
  }
}

.c-HL-ranking__image {
  overflow: hidden;
  position: relative;
  border: 1px solid #dcdcdc;
  background: #fff;
}
.c-HL-ranking__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 90%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .c-HL-ranking__image {
    flex:  0 0 180px;
    width: 180px;
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-ranking__image {
    flex:  0 0 150px;
    width: 150px;
    height: 120px;
  }
}

.c-HL-ranking__product {
  display: block;
  /*color: #ff533d;*/
  color: #ae0005;
  font-weight: bold;
}
.c-HL-ranking__product a {
  /*color: #ff533d;*/
  color: #ae0005;
}
@media screen and (min-width: 768px) {
  .c-HL-ranking__product {
    margin: 0 auto 0 20px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-ranking__product {
    width: calc(100% - 165px);
    margin: 0 0 0 15px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-HL-ranking__product a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .c-HL-ranking__product a:hover {
    opacity: 0.3;
  }
}

.c-HL-ranking__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e31c3d;
  color: #fff;
  font-weight: 700;
}
.c-HL-ranking__btn::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  margin: auto;
  border-radius: 50%;
  background: #fff url(../images/icn_check01.png) no-repeat 60% 50%;
}
.c-HL-ranking__btn::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  display: block;
  width: 6px;
  height: 9px;
  margin: auto;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
  font-size: 0;
  background-image: url("../images/sprite.png");
  background-size: 3375% 1922.22222%;
  background-position: 91.3486% 96.95122%;
}
@media screen and (min-width: 768px) {
  .c-HL-ranking__btn {
    position: relative;
    flex: 0 0 253px;
    width: 253px;
    height: 40px;
    margin: 0 0 0 20px;
    border-radius: 20px;
    font-size: 1.4rem;
    -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.2);
  }
  .c-HL-ranking__btn::before {
    left: 8px;
    width: 24px;
    height: 24px;
    background-size: 17px 12px;
  }
  .c-HL-ranking__btn::after {
    right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-ranking__cvBtn {
    width: 100%;
    margin-top: 15px;
  }
  .c-HL-ranking__btn {
    position: relative;
    width: 100%;
    height: 40px;
    border-radius: 20px;
    font-size: 1.8rem;
    -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.2);
            box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.2);
  }
  .c-HL-ranking__btn::before {
    left: 8px;
    width: 24px;
    height: 24px;
    background-size: 17px 12px;
  }
  .c-HL-ranking__btn::after {
    right: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .c-HL-ranking__btn {
    -webkit-transition: color 0.2s ease, background 0.2s ease;
    transition: color 0.2s ease, background 0.2s ease;
  }
  .c-HL-ranking__btn:hover {
    background: #000;
    color: #fff;
  }
}

.c-HL-ranking__text {}
@media screen and (min-width: 768px) {
  .c-HL-ranking__text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-ranking__text {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

.c-HL-ranking__point__list {
  counter-reset: ranking__point__list;
}
.c-HL-ranking__point__list > li {
  position: relative;
  margin-bottom: 0;
  counter-increment: ranking__point__list;
}
.c-HL-ranking__point__list > li::before {
  overflow: hidden;
  content: "Point " counter(ranking__point__list);
  position: absolute;
  top: 0;
  bottom: auto;
  display: inline-block;
  box-sizing: border-box;
  margin: auto;
  border-radius: 50%;
  white-space: nowrap;
  color: #fff;
  font-size: 0;
  background-image: url("../images/sprite.png");
  background-size: 810% 720.83333%;
  background-position: 0% 100%;
  text-align: center;
  line-height: 1;
  font-family: Anton, cursive;
  letter-spacing: 0.1em;

}
@media screen and (min-width: 768px) {
  .c-HL-ranking__point__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
    font-size: 1.4rem;
  }
  .c-HL-ranking__point__list > li {
    width: 50%;
    min-height: 60px;
    margin-top: 20px;
    padding: 0 20px 0 90px;
  }
  .c-HL-ranking__point__list > li::before {
    left: 20px;
    width: 60px;
    height: 60px;
    padding-top: 34px;
    background: #C19A2D url(../images/icn_like01.png) no-repeat 50% 12px;
    background-size: 17px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-HL-ranking__point__list {
    padding: 0 0 14px;
    font-size: 1.4rem;
  }
  .c-HL-ranking__point__list > li {
    min-height: 36px;
    margin-top: 15px;
    padding: 0 0 0 47px;
  }
  .c-HL-ranking__point__list > li::before {
    left: 0;
    width: 36px;
    height: 36px;
    padding-top: 22px;
    background: #C19A2D url(../images/icn_like01.png) no-repeat 50% 6px;
    background-size: 12px;
    font-size: 0.7rem;
  }
}

/* ------------------------------------------------- *
 *    grid
 * ------------------------------------------------- */
@media screen and (min-width: 768px) {
  .c-HL-grid-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-HL-grid-pc.is-col2-pc > .c-HL-grid__unit {
    width: 50%;
  }
  .c-HL-grid-pc.is-gap30-pc {
    margin-right: -15px;
    margin-left: -15px;
  }
  .c-HL-grid-pc.is-gap30-pc > .c-HL-grid__unit {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/* ================================================== *
 *
 *    UTILITY
 *
 * ================================================== */
@media screen and (min-width: 768px) {
  .u-mb30-pc {
    margin-bottom: 30px;
  }
  .u-mb40-pc {
    margin-bottom: 40px;
  }
  .u-mb50-pc {
    margin-bottom: 50px;
  }
  .u-mb60-pc {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  .u-mb30-sp {
    margin-bottom: 30px;
  }
  .u-mb40-sp {
    margin-bottom: 40px;
  }
  .u-mb50-sp {
    margin-bottom: 50px;
  }
  .u-mb60-sp {
    margin-bottom: 60px;
  }
}

/* ================================================== *
 *
 *    js
 *
 * ================================================== */
.js-modalHLBtn {
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  /* hover */
  .js-modalHLBtn {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .js-modalHLBtn:hover {
    opacity: 0.5;
  }
}

/* ================================================== *
 *
 *    modal
 *
 * ================================================== */
.c-frame .c-HL-section01 {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .c-frame .c-HL-section01 {
    margin-right: -40px;
    margin-left: -40px;
    margin-bottom: 0;
  }
  .c-frame .c-HL-section01:first-child {
    margin-top: -40px;
  }
}
@media screen and (max-width: 767px) {
  .c-frame .c-HL-section01 {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 0;
  }
  .c-frame .c-HL-section01:first-child {
    margin-top: -20px;
  }
  .c-frame .c-HL-section01 .c-article2_h2 {
    font-size: 1.8rem;
  }
  .c-frame .c-HL-section01 .c-HL-heading03 {
    font-size: 1.6rem;
  }
  .c-frame .c-HL-section01 .c-article_p {
    font-size: 1.4rem;
  }
}


/* ================================================== *
/*
/*    ADD 2021/08
/*
/* ================================================== */


/* ------------------------------------------------- *
/*        layout
/* ------------------------------------------------- */

@media screen and (min-width: 767px) {
.l-article.is-center {
  margin: auto;
}
}

/* ------------------------------------------------- *
/*        c-HL-mv02
/* ------------------------------------------------- */

.c-HL-mv02 {
  background: none;
  margin: 0 -15px;
}

@media screen and (min-width: 767px) {
  .c-HL-mv02__title {
    margin-top: -8px;
    padding-top: 23.3%;
    background: url('/fx/top/images/kinri-hikaku/img_banner1_1_pc.png') 0 0 no-repeat;
    background-size: cover;
  }
}

.c-HL-mv02__title img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 767px) {
  .c-HL-mv02__title img {
    display: none;
  }
}

/* ------------------------------------------------- *
/*        c-HL-ranking1
/* ------------------------------------------------- */

.c-HL-ranking1 {
  margin: 0 0 60px;
}
@media screen and (min-width: 767px) {
.c-HL-ranking1 {
  margin-top: -10px;
}
}

.c-HL-ranking1__title1 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #cc7f00;
  display: flex;
  align-items: center;
  letter-spacing: -0.05em;
  padding-bottom: 8px;
}
@media screen and (min-width: 767px) {
.c-HL-ranking1__title1 {
  font-size: 24px;
  border: none;
  padding: 0;
  justify-content: center;
}
}

.c-HL-ranking1__title1 span {
  color: #cc7f00;
}
.c-HL-ranking1__title1:before {
  content: '';
  display: block;
  width: 26.5px;
  height: 18px;
  background: url('/fx/top/images/kinri-hikaku/icon_ranking1_1.svg') 0 0 no-repeat;
  background-size: auto 18px;
  margin: 0 10px 0 0;
}
@media screen and (min-width: 767px) {
.c-HL-ranking1__title1:before {
  width: 35px;
  height: 24px;
  background-size: 35px auto;
}
}

.c-HL-ranking1__nav1__title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.c-HL-ranking1__nav1 {
  display: flex;
  align-items: center;
  margin: 15px 0 0;
  position: relative;
}
.c-HL-ranking1__nav1:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  background: #ccc;
}
@media screen and (min-width: 767px) {
  .c-HL-ranking1__nav1:before {
    display: none;
  }
}
.c-HL-ranking1__nav1 li {
  min-width: 50%;
  max-width: 50%;
}
.c-HL-ranking1__nav1 li:last-child {
  text-align: right;
}
.c-HL-ranking1__nav1 span {
  font-size: 13px;
  line-height: 1.5;
  font-weight: bold;
  color: #0078C8;
  display: block;
  position: relative;
  align-items: center;
  cursor: pointer;
}
.c-HL-ranking1__nav1 li:first-child span {
  padding-left: 15px;
}
.c-HL-ranking1__nav1 li:last-child span {
  padding-right: 15px;
}
@media screen and (min-width: 767px) {
.c-HL-ranking1__nav1 {
  margin: 13px 0 0;
}
.c-HL-ranking1__nav1 li:last-child {
  border: none;
}
.c-HL-ranking1__nav1 span {
  font-size: 16px;
  display: inline-block;
}
.c-HL-ranking1__nav1 span br {
  display: none;
}
}

.c-HL-ranking1__nav1 li:last-child span:after {
  content: '';
  display: block;
  width: 7px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  background: url('/fx/top/images/kinri-hikaku/icon_ranking3_2.png') 0 0 no-repeat;
  background-size: 7px auto;
}
.c-HL-ranking1__nav1 li:first-child span:after {
  content: '';
  display: block;
  width: 7px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background: url('/fx/top/images/kinri-hikaku/icon_ranking3_2.png') 0 0 no-repeat;
  background-size: 7px auto;
  transform: rotate(180deg);
}
@media screen and (min-width: 767px) {
.c-HL-ranking1__nav1 li:first-child span:after ,
.c-HL-ranking1__nav1 li:last-child span:after {
  top: 2px;
  width: 5px;
  height: 8px;
  background-size: 5px auto;
}
}

.c-HL-ranking1__nav2 {
  margin: 15px 0 0;
  border-bottom: 4px solid #cc7f00;
}
@media screen and (min-width: 767px) {
.c-HL-ranking1__nav2 {
  display: none;
}
}
.c-HL-ranking1__nav2 ul {
  display: flex;
  margin: 0 -4.5px;
}
.c-HL-ranking1__nav2 li {
  min-width: 33.333%;
  max-width: 33.333%;
  padding: 0 4.5px;
  display: flex;
}
.c-HL-ranking1__nav2 span {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #ECECEC;
  color: #666;
  padding: 5px 0;
  min-height: 40px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}
.c-HL-ranking1__nav2 span.-active1 {
  background: #cc7f00;
  color: #fff;
}

@media screen and (min-width: 767px) {
.c-HL-ranking1__slider1 {
  margin-top: 0;
  margin: 0 -15px;
}
}
.c-HL-ranking1__slider1 {
  margin-left: -15px;
  margin-right: -15px;
}
.c-HL-ranking1__slider1 .slick-slide {
  padding: 0 15px 15px;
}

.c-HL-ranking1__body1 {
}
@media screen and (min-width: 767px) {
.c-HL-ranking1__body1 {
  display: flex;
  margin: 16px -8px 0;
}
}
.c-HL-ranking1__unit1__inner1 {
  background: #F4F4F4;
  padding: 15px;
  border-radius: 0 0 16px 16px;
}
@media screen and (min-width: 767px) {
.c-HL-ranking1__unit1__inner1 {
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  border-radius: 16px;
  padding: 15px 10px 10px;
  overflow: hidden;
  position: relative;
}
.c-HL-ranking1__unit1__inner1:before {
  content: '';
  display: block;
  width: 100%;
  height: 4px;
  background: #cc7f00;
  position: absolute;
  top: 0;
  left: 0;
}
}
.c-HL-ranking1__unit1 {
  display: none;
}
@media screen and (min-width: 767px) {
.c-HL-ranking1__unit1 {
  display: block;
  min-width: 33.333%;
  max-width: 33.333%;
  padding: 0 8px;
}
}
.c-HL-ranking1__unit1:first-child {
  display: block;
}
.c-HL-ranking1__unit1__title1 {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin: 0 0 20px;
}
@media screen and (min-width: 767px) {
.c-HL-ranking1__unit1__title1 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 53px;
  font-size: 20px;
}
}
.c-HL-ranking1__unit1__subUnit1 {
  background: #fff;
  padding: 5px 5px 0;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  position: relative;
}
.c-HL-ranking1__unit1__subUnit1:nth-of-type(1) {
  border-radius: 8px 8px 0 0;
}
.c-HL-ranking1__unit1__subUnit1__inner1 {
  border-image-source:url('/fx/top/images/kinri-hikaku/bg_ranking1_1.png');
  border-image-slice: 80;
  border-style:solid;
  border-width:24px;
  border-image-width: 40px;
  border-image-repeat:repeat;
}
.c-HL-ranking1__unit1__subUnit1__ranking1 {
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 18px;
  font-weight: bold;
  background: url('/fx/top/images/kinri-hikaku/icon_ranking2_4.png') 0 0 no-repeat;
  background-size: cover;
  text-align: center;
  width: 37px;
  height: 37px;
  line-height: 35px;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.5);
  letter-spacing: -0.05em;
}
@media screen and (min-width: 767px) {
  .c-HL-ranking1__unit1__subUnit1__ranking1 {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
}
.c-HL-ranking1__unit1__subUnit1:nth-of-type(1) .c-HL-ranking1__unit1__subUnit1__ranking1 {
  background: url('/fx/top/images/kinri-hikaku/icon_ranking2_1.png') 0 0 no-repeat;
  background-size: cover;
}
.c-HL-ranking1__unit1__subUnit1:nth-of-type(2) .c-HL-ranking1__unit1__subUnit1__ranking1 {
  background: url('/fx/top/images/kinri-hikaku/icon_ranking2_2.png') 0 0 no-repeat;
  background-size: cover;
}
.c-HL-ranking1__unit1__subUnit1:nth-of-type(2) .c-HL-ranking1__unit1__subUnit1__inner1 {
  border-image-source:url('/fx/top/images/kinri-hikaku/bg_ranking1_2.png');
}
.c-HL-ranking1__unit1__subUnit1:nth-of-type(3) .c-HL-ranking1__unit1__subUnit1__ranking1 {
  background: url('/fx/top/images/kinri-hikaku/icon_ranking2_3.png') 0 0 no-repeat;
  background-size: cover;
}
.c-HL-ranking1__unit1__subUnit1:nth-of-type(3) .c-HL-ranking1__unit1__subUnit1__inner1 {
  border-image-source:url('/fx/top/images/kinri-hikaku/bg_ranking1_3.png');
}
.c-HL-ranking1__unit1__subUnit1__ranking1 span {
  font-size: 13px;
}
@media screen and (min-width: 767px) {
  .c-HL-ranking1__unit1__subUnit1__ranking1 span {
    font-size: 14px;
  }
}
.c-HL-ranking1__unit1__subUnit1__name1 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 10px 0 0;
}
@media screen and (min-width: 767px) {
  .c-HL-ranking1__unit1__subUnit1__name1 {
    font-size: 20px;
    margin: 15px 0 0;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.c-HL-ranking1__unit1__subUnit1__number1 {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #cc7f00;
  margin: 9px 0 0;
}
@media screen and (min-width: 767px) {
  .c-HL-ranking1__unit1__subUnit1__number1 {
    height: 40px;
    font-size: 40px;
    margin: 17px 0 0;
  }
}
.c-HL-ranking1__unit1__subUnit1__number1 span {
  font-size: 30px;
}
.c-HL-ranking1__unit1__subUnit1__text1 {
  text-align: center;
  font-size: 12px;
  margin: 14px 0 0;
}
@media screen and (min-width: 767px) {
  .c-HL-ranking1__unit1__subUnit1__text1 {
    min-height: 5em;
    margin: 19px 0 0;
  }
}
.c-HL-ranking1__unit1__subUnit1__button1 {
  margin: 16px 0 0;
}
.c-HL-ranking1__unit1__subUnit1__button1 a {
  display: block;
  font-size: 13px;
  font-weight: bold;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: #FECF0F;
  border-radius: 18px;
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
  position: relative;
}
@media screen and (min-width: 767px) {
  .c-HL-ranking1__unit1__subUnit1__button1 {
    height: 40px;
  }
  .c-HL-ranking1__unit1__subUnit1__button1 a {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
}
.c-HL-ranking1__unit1__subUnit1__button1 a:before {
  content: '';
  display: block;
  width: 5px;
  height: 8px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  background: url('/fx/top/images/kinri-hikaku/icon_ranking3_1.png') 0 0 no-repeat;
  background-size: cover;
}
.c-HL-ranking1__unit1__hide1 {
  margin: 0 -15px 0;
  padding: 0 15px 0;
  display: none;
}
.c-HL-ranking1__unit1__hide1 .c-HL-ranking1__unit1__subUnit1 {
  background: #fff;
}
.c-HL-ranking1__unit1__hide1 .c-HL-ranking1__unit1__subUnit1:nth-of-type(1) {
  margin-top: 15px;
}
.c-HL-ranking1__unit1__hide1 .c-HL-ranking1__unit1__subUnit1:nth-last-of-type(1) {
  border-radius: 0 0 8px 8px;
  padding-bottom: 5px;
}
.c-HL-ranking1__unit1__hide1 .c-HL-ranking1__unit1__subUnit1:nth-last-of-type(1) .c-HL-ranking1__unit1__subUnit1__inner1 {
  border-radius: 0 0 8px 8px;
}
.c-HL-ranking1__unit1__hide1 .c-HL-ranking1__unit1__subUnit1 .c-HL-ranking1__unit1__subUnit1__inner1 {
  border-image-source:none;
  border-color: transparent;
  background: #F6F6F6;
}
.c-HL-ranking1__unit1__hide1 .c-HL-ranking1__unit1__subUnit1 .c-HL-ranking1__unit1__subUnit1__ranking1 {
  background: url('/fx/top/images/kinri-hikaku/icon_ranking2_4.png') 0 0 no-repeat;
  background-size: cover;
}
.c-HL-ranking1__button1 {
  width: 260px;
  margin: 30px auto 0;
  cursor: pointer;
}
.c-HL-ranking1__button1 a {
  display: block;
  color: #666;
  border: 1px solid #999;
  height: 37px;
  line-height: 37px;
  border-radius: 18px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .c-HL-ranking1__button1 {
    width: 280px;
  }
  .c-HL-ranking1__button1 a {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
  }
}

.c-HL-ranking1 .slick-next {
  width: 64px;
  height: 40px;
  right: -88px;
  justify-content: center;
  align-items: center;
  display: none !important;
}
@media screen and (min-width: 767px) {
  .c-HL-ranking1 .slick-next {
    overflow: hidden;
    display: flex !important;
    right: -35px;
    text-indent: -999px;
  }
}
.c-HL-ranking1 .slick-next.slick-disabled {
  display: none !important;
}
.c-HL-ranking1 .slick-next:before {
  content: '次へ';
  font-size: 14px;
  color: #cc7f00;
  font-weight: bold;
}
.c-HL-ranking1 .slick-next:after {
  content: '';
  display: block;
  width: 27px;
  height: 40px;
  background: url('/fx/top/images/kinri-hikaku/icon_ranking4_1.png') 0 0 no-repeat;
  background-size: cover;
  margin: 0 0 0 8px;
}

.c-HL-ranking1 .slick-prev {
  width: 64px;
  height: 40px;
  left: -88px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (min-width: 767px) {
  .c-HL-ranking1 .slick-prev {
    overflow: hidden;
    left: -35px;
    text-indent: -999px;
  }
}
.c-HL-ranking1 .slick-prev.slick-disabled {
  display: none !important;
}
.c-HL-ranking1 .slick-prev:before {
  content: '前へ';
  font-size: 14px;
  color: #cc7f00;
  font-weight: bold;
}
.c-HL-ranking1 .slick-prev:after {
  content: '';
  display: block;
  width: 27px;
  height: 40px;
  background: url('/fx/top/images/kinri-hikaku/icon_ranking4_1.png') 0 0 no-repeat;
  background-size: cover;
  margin: 0 8px 0 0;
  transform:rotate(180deg);
}
