@charset "UTF-8";
/**▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼　デバイス毎の条件分岐　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼**/
/**▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ デバイス毎の条件分岐（触らない） ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲**/
/*//////////////////////  TOP  /////////////////////////*/
.l-container-top h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  position: relative;
  padding-left: 3rem; }
  @media only screen and (max-width: 767px) {
    .l-container-top h2 {
      font-size: 2rem;
      line-height: 1.2;
      margin-bottom: 1rem; } }
  .l-container-top h2.osusume:before {
    position: absolute;
    left: 0%;
    content: '\f005 ';
    font-family: 'FontAwesome';
    font-size: 25px;
    line-height: 1;
    color: #81C583; }
  .l-container-top h2.column:before {
    position: absolute;
    left: 0%;
    content: '\f044 ';
    font-family: 'FontAwesome';
    font-size: 25px;
    line-height: 1;
    color: #81C583; }
.l-container-top .top-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3rem;
  align-items: center; }
  .l-container-top .top-box a {
    position: relative;
    width: 49%;
    margin-bottom: 2rem;
    border: solid 1px #f0f0f0;
    border-radius: 10px;
    padding: 1.5rem 1rem;
    background: #fff;
    align-items: center;
    text-decoration: none; }
    @media only screen and (max-width: 767px) {
      .l-container-top .top-box a {
        width: 100%;
        margin-bottom: 1rem; } }
    .l-container-top .top-box a .top-item {
      align-items: center; }
      .l-container-top .top-box a .top-item img {
        width: 30%; }
        @media only screen and (max-width: 767px) {
          .l-container-top .top-box a .top-item img {
            width: 24%; } }
      .l-container-top .top-box a .top-item:after {
        content: '';
        width: 8px;
        height: 8px;
        border: 0;
        border-top: solid 2px #959595;
        border-right: solid 2px #959595;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -7px;
        transform: rotate(45deg); }
      .l-container-top .top-box a .top-item div {
        width: 70%; }
        @media only screen and (max-width: 767px) {
          .l-container-top .top-box a .top-item div {
            width: 74%; } }
        .l-container-top .top-box a .top-item div h3 {
          font-size: 1.7rem;
          margin-bottom: 0.5rem; }
        .l-container-top .top-box a .top-item div .catch {
          font-size: 1.4rem;
          line-height: 1.2;
          padding-right: 2rem;
          margin-bottom: 0.5rem; }
        .l-container-top .top-box a .top-item div .price {
          width: 70%; }
          .l-container-top .top-box a .top-item div .price p {
            background: #dc143c;
            color: #fff;
            font-weight: bold;
            border: solid 1px;
            border-radius: 10px;
            text-align: center;
            width: 60%;
            font-size: 1.4rem; }
            @media only screen and (max-width: 767px) {
              .l-container-top .top-box a .top-item div .price p {
                width: 50%; } }
.l-container-top .column-box .column-in dl {
  cursor: pointer;
  margin-bottom: 1rem;
  background: #fff;
  border-radius: 10px;
  padding: 1rem; }
  .l-container-top .column-box .column-in dl a {
    text-decoration: none;
    display: flex; }
    .l-container-top .column-box .column-in dl a dd.img {
      height: 100px;
      margin-right: var(--space-12);
      position: relative;
      width: 100px;
      margin-right: 1rem; }
      @media only screen and (max-width: 767px) {
        .l-container-top .column-box .column-in dl a dd.img {
          height: auto; } }
      .l-container-top .column-box .column-in dl a dd.img img {
        height: 100%;
        width: 100%; }
  .l-container-top .column-box .column-in dl img {
    height: 100%;
    width: 75%; }
  .l-container-top .column-box .column-in dl p {
    line-height: 1.4;
    font-size: 1.4rem; }
    @media only screen and (max-width: 767px) {
      .l-container-top .column-box .column-in dl p {
        font-size: 1.2rem; } }
  .l-container-top .column-box .column-in dl .title {
    font-weight: bold;
    line-height: 1.3;
    font-size: 1.8rem; }
    @media only screen and (max-width: 767px) {
      .l-container-top .column-box .column-in dl .title {
        font-size: 1.3rem;
        line-height: 1.2;
        text-align: left; } }

/* ------------------------------------------------- *
 *        ＠カテゴリーページ
 * ------------------------------------------------- */
/* ------------------------------------------------- *
 *        ＠比較 縦型 ランキング
 * ------------------------------------------------- */
.hikaku-table {
  background: #fff;
  border-collapse: collapse;
  border-left: 1px solid #37614C;
  border-right: 1px solid #37614C;
  border-top: 1px solid #37614C;
  margin: 0rem 0 3rem;
  table-layout: fixed;
  width: 100%;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1); }
  .hikaku-table tr {
    border-bottom: 1px solid #37614C; }
    .hikaku-table tr th {
      background: #5c5c5c;
      border-bottom: 1px solid #fff;
      border-right: 1px solid #37614C;
      color: #fff;
      padding: 1.5rem 0.5rem;
      width: 16%;
      vertical-align: middle;
      font-size: 1.4rem; }
      @media only screen and (max-width: 767px) {
        .hikaku-table tr th {
          width: 19%;
          padding: 1rem .5rem;
          line-height: 1.2;
          font-size: 1.2rem; } }
    .hikaku-table tr td {
      border-right: 1px solid #37614C;
      font-weight: 700;
      padding: 1.5rem 0.5rem;
      line-height: 1.4;
      text-align: center;
      vertical-align: middle; }
      @media only screen and (max-width: 767px) {
        .hikaku-table tr td {
          padding: 1rem .5rem;
          font-size: 1.3rem; } }
      .hikaku-table tr td .ico-ranking {
        width: 30%; }
        @media only screen and (max-width: 767px) {
          .hikaku-table tr td .ico-ranking {
            width: 40%; } }
      .hikaku-table tr td .banner {
        width: 85%;
        display: block;
        margin: auto;
        margin-bottom: 1.5rem; }
        @media only screen and (max-width: 767px) {
          .hikaku-table tr td .banner {
            width: auto;
            margin-bottom: 0.5rem; } }
      .hikaku-table tr td .text-link {
        font-size: 1.4rem; }
        @media only screen and (max-width: 767px) {
          .hikaku-table tr td .text-link {
            font-size: 1.2rem; } }

/* ------------------------------------------------- *
 *        ＠比較 横型 ランキング
 * ------------------------------------------------- */
.comparison-table {
  margin: 2rem 0;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .comparison-table {
      margin: 1rem 0; } }
  .comparison-table .blur {
    filter: brightness(35%); }
  .comparison-table .blur.active {
    filter: inherit; }
  .comparison-table .table-scroll {
    overflow-x: scroll !important;
    margin-bottom: 1.5rem; }
    .comparison-table .table-scroll p {
      margin-bottom: 0rem; }
    @media only screen and (max-width: 767px) {
      .comparison-table .table-scroll {
        margin: 0 0 2rem 0; } }
    .comparison-table .table-scroll table {
      min-width: 1260px;
      table-layout: fixed;
      width: 100%;
      border-collapse: separate;
      border-spacing: 0px;
      border-top: 1px solid #DDD;
      border-left: 1px solid #DDD;
      background: #FFF; }
      .comparison-table .table-scroll table a {
        text-decoration: underline; }
      .comparison-table .table-scroll table.table-haken {
        min-width: 700px; }
    .comparison-table .table-scroll th {
      padding: 0;
      font-size: 1.2rem;
      padding: 0.8rem 0;
      text-align: center;
      background: #f2f4f7;
      border-right: 1px solid #DDD;
      border-bottom: 1px solid #DDD;
      vertical-align: middle;
      line-height: 1.2; }
      .comparison-table .table-scroll th span {
        font-size: 1rem; }
    .comparison-table .table-scroll td {
      text-align: center;
      background: #fff;
      font-size: 1.3rem;
      font-weight: 700;
      min-width: 60px;
      padding: 5px;
      width: 60px;
      border-right: 1px solid #DDD;
      border-bottom: 1px solid #DDD;
      vertical-align: middle; }
      @media only screen and (max-width: 767px) {
        .comparison-table .table-scroll td {
          font-size: 1.1rem; } }
      .comparison-table .table-scroll td span.marker {
        font-size: 1.3rem; }
        @media only screen and (max-width: 767px) {
          .comparison-table .table-scroll td span.marker {
            font-size: 1.1rem; } }
      .comparison-table .table-scroll td .img-icon {
        display: block;
        margin: 0 auto 3px;
        width: 20px; }
      .comparison-table .table-scroll td .img-rank {
        width: 94%; }
      .comparison-table .table-scroll td .refbutton {
        display: block;
        background: #dc143c;
        border-bottom: #7f0c23 4px solid;
        border-radius: 4px;
        box-shadow: 0 0.25rem 0.25rem rgba(0, 0, 0, 0.2);
        color: #FFF !important;
        font-weight: bold;
        font-size: 1.2rem;
        text-shadow: -1px -1px 0 #45765e;
        padding: .8rem 0; }
        @media only screen and (max-width: 767px) {
          .comparison-table .table-scroll td .refbutton {
            padding: 0.7rem 0 0.5rem; } }
      .comparison-table .table-scroll td ul {
        margin-bottom: 0rem; }
    .comparison-table .table-scroll .th-comp {
      position: sticky;
      left: -1px; }
    .comparison-table .table-scroll .td-comp {
      position: sticky;
      left: -1px;
      z-index: 999; }
      .comparison-table .table-scroll .td-comp a {
        text-decoration: underline; }
      .comparison-table .table-scroll .td-comp img {
        width: 84%;
        display: block;
        margin: auto; }
    .comparison-table .table-scroll .td-comp a {
      text-decoration: underline; }
    .comparison-table .table-scroll .td-comp {
      text-align: left; }
      .comparison-table .table-scroll .td-comp.comp-1, .comparison-table .table-scroll .td-comp.comp-2, .comparison-table .table-scroll .td-comp.comp-3 {
        padding: 0px; }
      .comparison-table .table-scroll .td-comp p {
        font-size: 1.2rem;
        text-align: center;
        line-height: 1.2;
        margin-top: 0.5rem; }
    .comparison-table .table-scroll .td-score {
      font-size: 1.1rem;
      color: #FF0000; }
      .comparison-table .table-scroll .td-score span {
        font-size: 2rem;
        letter-spacing: -0.08rem; }
      .comparison-table .table-scroll .td-score.score-1, .comparison-table .table-scroll .td-score.score-2, .comparison-table .table-scroll .td-score.score-3 {
        background: #ffffbc; }
        .comparison-table .table-scroll .td-score.score-1 span, .comparison-table .table-scroll .td-score.score-2 span, .comparison-table .table-scroll .td-score.score-3 span {
          font-size: 2.4rem; }
    .comparison-table .table-scroll .td-osusume {
      font-size: 1.1rem; }
    .comparison-table .table-scroll .sort {
      background: #f2f4f7 url(../../img/icon/icon-asc.png) no-repeat right center;
      background-position: 94%;
      padding-right: .2rem; }

/* ------------------------------------------------- *
 *        ＠サイドバー
 * ------------------------------------------------- */
/* サイド 人気ランキング */
.side {
  margin-bottom: 2rem; }
  .side .side-title {
    background: #37614C;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    margin: 0 0 0rem;
    padding: 1.5rem;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    color: #fff; }
    @media only screen and (max-width: 767px) {
      .side .side-title {
        font-size: 1.6rem;
        padding: 1rem; } }
  .side .side-in {
    background: #fff;
    padding: 2rem 1.5rem; }
    .side .side-in ul.mokuteki li, .side .side-in ul.seibun li, .side .side-in ul.column li {
      padding: 0rem 1rem 1rem 2rem;
      border-bottom: solid 1px;
      margin-bottom: 1rem;
      position: relative; }
      .side .side-in ul.mokuteki li:before, .side .side-in ul.seibun li:before, .side .side-in ul.column li:before {
        position: absolute;
        left: 0%;
        content: '\f054';
        font-family: 'FontAwesome';
        font-size: 16px;
        line-height: 1;
        color: #81C583; }
    .side .side-in ul.mokuteki li:last-child, .side .side-in ul.seibun li:last-child, .side .side-in ul.column li:last-child {
      border-bottom: none;
      margin-bottom: 0rem; }
    .side .side-in a {
      text-decoration: none; }
    .side .side-in .column {
      padding: 0rem; }

/* ------------------------------------------------- *
 *        ＠LP
 * ------------------------------------------------- */
h2.rank-ttl {
  background: #37614C;
  padding: 2rem 0rem 1.5rem;
  text-align: center;
  margin-bottom: 4rem;
  position: relative; }
  @media only screen and (max-width: 767px) {
    h2.rank-ttl {
      font-size: 1.8rem;
      margin-bottom: 2.5rem; } }
  h2.rank-ttl span {
    display: block;
    font-size: 6rem; }
    @media only screen and (max-width: 767px) {
      h2.rank-ttl span {
        font-size: 3rem; } }
  h2.rank-ttl:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-top: 20px solid #37614C;
    border-left: 5vw solid transparent;
    border-right: 5vw solid transparent; }
    @media only screen and (max-width: 767px) {
      h2.rank-ttl:after {
        border-top: 15px solid #37614C; } }

.l-container-lp .block-ranking-item, .l-container-kekka .block-ranking-item {
  background: #fff;
  margin-bottom: 3rem;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.2);
  border-bottom: 0rem;
  border-radius: 15px;
  padding: 2rem 3rem; }
  @media only screen and (max-width: 767px) {
    .l-container-lp .block-ranking-item, .l-container-kekka .block-ranking-item {
      padding: 1rem; } }
  .l-container-lp .block-ranking-item h3, .l-container-kekka .block-ranking-item h3 {
    display: flex;
    align-items: center;
    font-size: 2.8rem; }
    @media only screen and (max-width: 767px) {
      .l-container-lp .block-ranking-item h3, .l-container-kekka .block-ranking-item h3 {
        font-size: 2rem;
        margin-bottom: 0.5rem; } }
    .l-container-lp .block-ranking-item h3 img, .l-container-kekka .block-ranking-item h3 img {
      margin-right: 1rem; }
      @media only screen and (max-width: 767px) {
        .l-container-lp .block-ranking-item h3 img, .l-container-kekka .block-ranking-item h3 img {
          width: 12%; } }
    .l-container-lp .block-ranking-item h3 a, .l-container-kekka .block-ranking-item h3 a {
      text-decoration: none;
      margin-right: 0.5rem; }
  .l-container-lp .block-ranking-item .catch, .l-container-kekka .block-ranking-item .catch {
    font-weight: bold;
    text-align: center;
    border-top: solid 2px #22BDC7;
    border-bottom: solid 2px #22BDC7;
    padding: 1rem 0;
    margin: 1rem auto;
    font-size: 1.8rem;
    line-height: 1.6; }
    @media only screen and (max-width: 767px) {
      .l-container-lp .block-ranking-item .catch, .l-container-kekka .block-ranking-item .catch {
        font-size: 1.5rem;
        line-height: 1.4; } }
  .l-container-lp .block-ranking-item .point-box, .l-container-kekka .block-ranking-item .point-box {
    display: flex;
    justify-content: space-around;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 767px) {
      .l-container-lp .block-ranking-item .point-box, .l-container-kekka .block-ranking-item .point-box {
        margin-bottom: 1rem; } }
    .l-container-lp .block-ranking-item .point-box .block-ranking-img, .l-container-kekka .block-ranking-item .point-box .block-ranking-img {
      width: 28%; }
      @media only screen and (max-width: 767px) {
        .l-container-lp .block-ranking-item .point-box .block-ranking-img, .l-container-kekka .block-ranking-item .point-box .block-ranking-img {
          width: 30%; } }
    .l-container-lp .block-ranking-item .point-box .block-ranking-point, .l-container-kekka .block-ranking-item .point-box .block-ranking-point {
      width: 65%;
      background: #fffcee;
      border-radius: 10px;
      padding: 1.8rem;
      margin: 1.5rem auto 0rem; }
      @media only screen and (max-width: 767px) {
        .l-container-lp .block-ranking-item .point-box .block-ranking-point, .l-container-kekka .block-ranking-item .point-box .block-ranking-point {
          padding: 1rem;
          margin: auto;
          width: 70%; } }
      .l-container-lp .block-ranking-item .point-box .block-ranking-point p, .l-container-kekka .block-ranking-item .point-box .block-ranking-point p {
        line-height: 1.4; }
        @media only screen and (max-width: 767px) {
          .l-container-lp .block-ranking-item .point-box .block-ranking-point p, .l-container-kekka .block-ranking-item .point-box .block-ranking-point p {
            font-size: 1.4rem; } }
      .l-container-lp .block-ranking-item .point-box .block-ranking-point .f-small, .l-container-kekka .block-ranking-item .point-box .block-ranking-point .f-small {
        font-size: 1rem;
        line-height: 1.2; }
  .l-container-lp .block-ranking-item .shosai_date, .l-container-kekka .block-ranking-item .shosai_date {
    border-top: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-collapse: collapse;
    width: 100%;
    margin: 1rem auto 2rem; }
    @media only screen and (max-width: 767px) {
      .l-container-lp .block-ranking-item .shosai_date, .l-container-kekka .block-ranking-item .shosai_date {
        margin: 0.5rem auto 2rem; } }
    .l-container-lp .block-ranking-item .shosai_date td, .l-container-lp .block-ranking-item .shosai_date th, .l-container-kekka .block-ranking-item .shosai_date td, .l-container-kekka .block-ranking-item .shosai_date th {
      border-bottom: 1px solid #d1d1d1;
      border-right: 1px solid #d1d1d1;
      padding: .8rem 1rem;
      vertical-align: middle;
      font-size: 1.5rem;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .l-container-lp .block-ranking-item .shosai_date td, .l-container-lp .block-ranking-item .shosai_date th, .l-container-kekka .block-ranking-item .shosai_date td, .l-container-kekka .block-ranking-item .shosai_date th {
          font-size: 1.2rem;
          padding: 5px; } }
    .l-container-lp .block-ranking-item .shosai_date th, .l-container-kekka .block-ranking-item .shosai_date th {
      background-color: #ebebeb;
      line-height: 1.2;
      font-weight: normal; }
      .l-container-lp .block-ranking-item .shosai_date th.adjustment, .l-container-kekka .block-ranking-item .shosai_date th.adjustment {
        width: 20%; }
      .l-container-lp .block-ranking-item .shosai_date th span, .l-container-kekka .block-ranking-item .shosai_date th span {
        font-size: 1.2rem; }
        @media only screen and (max-width: 767px) {
          .l-container-lp .block-ranking-item .shosai_date th span, .l-container-kekka .block-ranking-item .shosai_date th span {
            font-size: 1rem; } }
    .l-container-lp .block-ranking-item .shosai_date td, .l-container-kekka .block-ranking-item .shosai_date td {
      background: #fff; }
      @media only screen and (max-width: 767px) {
        .l-container-lp .block-ranking-item .shosai_date td .pc-none, .l-container-kekka .block-ranking-item .shosai_date td .pc-none {
          display: none; } }
      .l-container-lp .block-ranking-item .shosai_date td.price, .l-container-kekka .block-ranking-item .shosai_date td.price {
        font-weight: bold;
        font-size: 1.8rem; }
      .l-container-lp .block-ranking-item .shosai_date td span, .l-container-kekka .block-ranking-item .shosai_date td span {
        font-size: 1.2rem;
        font-weight: normal; }
        @media only screen and (max-width: 767px) {
          .l-container-lp .block-ranking-item .shosai_date td span, .l-container-kekka .block-ranking-item .shosai_date td span {
            font-size: 1rem; } }
.l-container-lp .lp-txt, .l-container-kekka .lp-txt {
  margin: 4rem auto; }
  @media only screen and (max-width: 767px) {
    .l-container-lp .lp-txt, .l-container-kekka .lp-txt {
      margin: 2rem auto; } }
  .l-container-lp .lp-txt p, .l-container-kekka .lp-txt p {
    margin-bottom: 2rem;
    letter-spacing: 0.5px;
    line-height: 1.8;
    font-size: 1.6rem;
    letter-spacing: .08rem; }
    @media only screen and (max-width: 767px) {
      .l-container-lp .lp-txt p, .l-container-kekka .lp-txt p {
        font-size: 1.4rem; } }
.l-container-lp .block-button, .l-container-kekka .block-button {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem; }
  .l-container-lp .block-button .cv-btn, .l-container-kekka .block-button .cv-btn {
    width: 60%;
    margin: auto;
    font-weight: bold;
    font-size: 1.8rem;
    border-radius: 35px;
    padding: 1.8rem;
    background: #FF9A36;
    display: block;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .l-container-lp .block-button .cv-btn, .l-container-kekka .block-button .cv-btn {
        width: 58%;
        font-size: 1.6rem;
        border-radius: 25px;
        padding: 1.5rem 1.2rem; } }
    .l-container-lp .block-button .cv-btn a, .l-container-kekka .block-button .cv-btn a {
      text-decoration: none; }
  .l-container-lp .block-button .shosai, .l-container-kekka .block-button .shosai {
    width: 35%;
    margin: auto;
    font-weight: bold;
    font-size: 1.6rem;
    border-radius: 35px;
    padding: 1.2rem;
    display: block;
    text-align: center;
    border: solid 1px #FF9A36;
    padding: 1.8rem; }
    @media only screen and (max-width: 767px) {
      .l-container-lp .block-button .shosai, .l-container-kekka .block-button .shosai {
        font-size: 1.4rem;
        border-radius: 25px;
        padding: 1.5rem 1.2rem; } }
    .l-container-lp .block-button .shosai a, .l-container-kekka .block-button .shosai a {
      color: #FF9A36;
      text-decoration: none; }

/* ------------------------------------------------- *
 *        ＠詳細ページ
 * ------------------------------------------------- */
.block-single-item {
  margin-top: 1rem;
  background: #fff;
  padding: 2rem 2rem 0.1rem;
  border-radius: 10px; }
  @media only screen and (max-width: 767px) {
    .block-single-item {
      margin-top: 1rem;
      margin-bottom: 2rem;
      padding: 2rem 1rem 0.1rem; } }
  .block-single-item h3 {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    line-height: 1.2; }
    @media only screen and (max-width: 767px) {
      .block-single-item h3 {
        font-size: 2rem;
        margin-bottom: 1rem; } }
    .block-single-item h3.title {
      display: flex;
      align-items: center;
      justify-content: space-between; }
  .block-single-item .row {
    justify-content: space-between;
    margin-bottom: 2rem; }
  .block-single-item .img-box {
    display: flex; }
  .block-single-item .block-single-img {
    margin-bottom: 2rem;
    width: 30%; }
    @media only screen and (max-width: 767px) {
      .block-single-item .block-single-img {
        margin: 0 auto 1rem;
        width: 40%; } }
  .block-single-item ul.block-ranking-point {
    width: 70%;
    padding: 1.5rem;
    background: #fffcee;
    border-radius: 10px;
    letter-spacing: .05rem;
    margin: 2rem auto 3rem; }
    @media only screen and (max-width: 767px) {
      .block-single-item ul.block-ranking-point {
        width: 100%;
        padding: 1rem;
        margin: 1rem auto 1rem; } }
    .block-single-item ul.block-ranking-point li {
      font-size: 1.5rem;
      line-height: 1.4; }
      @media only screen and (max-width: 767px) {
        .block-single-item ul.block-ranking-point li {
          font-size: 1.2rem; } }
    .block-single-item ul.block-ranking-point .f-small {
      font-size: 1rem;
      line-height: 1.2; }
  .block-single-item .cv-btn {
    position: relative;
    height: 70px;
    color: #fff;
    font-weight: bold;
    font-size: 2rem;
    border-radius: 35px;
    padding: 1.5rem;
    background: #FF9A36;
    display: block;
    text-align: center;
    margin: 2rem auto 3rem; }
    @media only screen and (max-width: 767px) {
      .block-single-item .cv-btn {
        height: 60px;
        margin: 2rem auto; } }
    .block-single-item .cv-btn a {
      color: #fff;
      text-decoration: none;
      display: block;
      position: absolute;
      top: 0px;
      left: 0;
      width: 100%;
      height: 100%; }
      .block-single-item .cv-btn a span {
        position: absolute;
        left: 0;
        right: 0;
        top: 24px; }
        @media only screen and (max-width: 767px) {
          .block-single-item .cv-btn a span {
            top: 18px; } }
  .block-single-item .block-single-contents {
    margin: 6rem auto; }
    @media only screen and (max-width: 767px) {
      .block-single-item .block-single-contents {
        margin: 0rem; } }
    .block-single-item .block-single-contents h2 {
      background: #37614C;
      border-radius: 4px;
      color: #fff;
      font-size: 2rem;
      font-weight: 700;
      line-height: 1.6;
      padding: 1rem;
      margin: 0rem 0rem 2rem; }
      @media only screen and (max-width: 767px) {
        .block-single-item .block-single-contents h2 {
          line-height: 1.4;
          font-size: 1.8rem; } }
    .block-single-item .block-single-contents h3 {
      margin: 3rem 0 1.5rem;
      padding: 1rem;
      font-size: 1.7rem;
      font-weight: 700;
      line-height: 1.6;
      background-color: #ebebeb; }
    .block-single-item .block-single-contents p {
      margin-bottom: 3rem;
      letter-spacing: 0.5px;
      line-height: 1.8;
      font-size: 1.6rem;
      letter-spacing: .08rem; }
      @media only screen and (max-width: 767px) {
        .block-single-item .block-single-contents p {
          font-size: 1.4rem;
          line-height: 1.6;
          margin-bottom: 2rem; } }
    .block-single-item .block-single-contents table {
      border-left: 1px solid #ccc;
      border-top: 1px solid #ccc;
      margin: 2rem 0 3rem;
      width: 100%; }
      .block-single-item .block-single-contents table th {
        background: #f1f1f1;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        padding: .5rem 1rem; }
      .block-single-item .block-single-contents table td {
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        padding: .5rem 1rem; }
    .block-single-item .block-single-contents ul {
      line-height: 1.8;
      margin: 1.5rem 0rem 1.5rem 2rem; }
      .block-single-item .block-single-contents ul li {
        list-style: disc; }
    .block-single-item .block-single-contents .waku-gray {
      font-size: 1.3rem;
      line-height: 1.4;
      padding: 1rem 2rem;
      margin-bottom: 2.5rem;
      border-radius: 10px;
      background: #f6f6f6;
      margin-top: -2rem; }
      @media only screen and (max-width: 767px) {
        .block-single-item .block-single-contents .waku-gray {
          padding: 1rem 1.5rem;
          margin-top: -1rem;
          font-size: 1.2rem;
          line-height: 1.6; } }
  .block-single-item .shosai_date {
    border-top: 1px solid #595959;
    border-left: 1px solid #595959;
    border-collapse: collapse;
    width: 100%;
    margin: 0rem auto 2rem; }
    .block-single-item .shosai_date td, .block-single-item .shosai_date th {
      border-bottom: 1px solid #595959;
      border-right: 1px solid #595959;
      padding: 7px;
      height: 25px;
      vertical-align: middle;
      font-size: 1.4rem; }
      @media only screen and (max-width: 767px) {
        .block-single-item .shosai_date td, .block-single-item .shosai_date th {
          font-size: 1.2rem;
          padding: 5px 10px; } }
    .block-single-item .shosai_date th {
      background-color: #ebebeb;
      line-height: 1.2;
      font-weight: normal;
      padding: 1.5rem 0.5rem; }
      @media only screen and (max-width: 767px) {
        .block-single-item .shosai_date th {
          padding: 1rem 0.5rem; } }
      .block-single-item .shosai_date th.adjustment {
        width: 22%; }
    .block-single-item .shosai_date td {
      background: #fff;
      line-height: 1.4;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .block-single-item .shosai_date td .pc-none {
          display: none; } }
      .block-single-item .shosai_date td.price {
        font-weight: bold;
        font-size: 1.8rem; }
  .block-single-item h2.shosai_title {
    font-size: 1.6rem;
    border-left: 6px solid #595959;
    font-weight: 700;
    padding: 0.5rem 1rem;
    line-height: 1.6;
    margin: 2rem 0 1rem; }

/* ------------------------------------------------- *
*        ＠記事ページ
* ------------------------------------------------- */
/* 記事一覧 */
.archive-column h2 {
  background: #37614C;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 2rem; }
  @media only screen and (max-width: 767px) {
    .archive-column h2 {
      padding: 1.5rem;
      font-size: 1.8rem; } }

.block-archive-column {
  background: #fff;
  padding: 2rem;
  margin: 3rem auto; }
  @media only screen and (max-width: 767px) {
    .block-archive-column {
      padding: 1rem;
      margin: 1.5rem auto; } }
  .block-archive-column .archive-column-box {
    display: flex;
    justify-content: space-between; }
    .block-archive-column .archive-column-box .img-list-column {
      width: 20%; }
      @media only screen and (max-width: 767px) {
        .block-archive-column .archive-column-box .img-list-column {
          width: 27%; } }
    .block-archive-column .archive-column-box dl {
      width: 77%; }
      @media only screen and (max-width: 767px) {
        .block-archive-column .archive-column-box dl {
          width: 70%; } }
      .block-archive-column .archive-column-box dl dt {
        font-size: 1.7rem;
        font-weight: bold; }
        @media only screen and (max-width: 767px) {
          .block-archive-column .archive-column-box dl dt {
            font-size: 1.5rem;
            margin-bottom: 0.5rem; } }
      .block-archive-column .archive-column-box dl dd p {
        font-size: 1.4rem; }
        @media only screen and (max-width: 767px) {
          .block-archive-column .archive-column-box dl dd p {
            font-size: 1.2rem;
            line-height: 1.6; } }

/* 記事詳細 */
.single-column {
  background: #fff;
  padding: 2rem;
  margin-bottom: 4rem;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
  /*目次*/ }
  @media only screen and (max-width: 767px) {
    .single-column {
      padding: 2rem 1rem;
      margin: 0rem auto 2rem; } }
  .single-column .single-column-in {
    letter-spacing: .05rem; }
  .single-column h1 {
    font-size: 2.5rem;
    margin-bottom: .5rem;
    line-height: 1.2; }
    @media only screen and (max-width: 767px) {
      .single-column h1 {
        font-size: 2rem; } }
  .single-column .time {
    margin-bottom: 1rem;
    color: #737373; }
    @media only screen and (max-width: 767px) {
      .single-column .time {
        font-size: 1.5rem; } }
  .single-column .thumbnail {
    margin-bottom: 2rem; }
    @media only screen and (max-width: 767px) {
      .single-column .thumbnail {
        text-align: center; } }
  .single-column h2 {
    background: #37614C;
    border-radius: 4px;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    padding: 1rem;
    margin: 0rem 0rem 2rem; }
    @media only screen and (max-width: 767px) {
      .single-column h2 {
        font-size: 1.8rem; } }
  .single-column h3 {
    margin: 3rem 0 1.5rem;
    padding: 1rem;
    background: #e2e2e2;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.6;
    border-radius: 4px; }
  .single-column h4 {
    margin: 3rem 0 1.5rem;
    padding: 0.5rem 1rem;
    border-left: 7px solid #969696;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.6; }
  .single-column p {
    margin-bottom: 3rem;
    line-height: 1.8;
    letter-spacing: .08rem; }
    @media only screen and (max-width: 767px) {
      .single-column p {
        font-size: 1.4rem;
        line-height: 1.7; } }
  .single-column ul {
    background: #f1f1f1;
    padding: 2rem;
    border-radius: 10px;
    margin-bottom: 2rem; }
    .single-column ul li {
      padding-bottom: 1rem; }
      .single-column ul li:last-child {
        padding-bottom: 0; }
  .single-column img.hikaku-1 {
    width: 80%; }
    @media only screen and (max-width: 767px) {
      .single-column img.hikaku-1 {
        width: 100%; } }
  .single-column table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 3rem;
    border: none;
    border-bottom: 1px solid #ddd; }
    .single-column table th {
      background-color: #d9edf7;
      font-weight: 700;
      vertical-align: middle;
      text-align: left;
      border-bottom: 0;
      border-right-style: solid !important;
      border-width: 1px;
      border-color: #fff;
      font-size: 14px;
      padding: 8px; }
    .single-column table td {
      text-align: left;
      border-left: 1px solid #e1e1e1;
      padding: 8px;
      border-top: 1px solid #ddd;
      font-size: 14px; }
    .single-column table tr:nth-child(even) {
      background-color: #fff; }
    .single-column table tr:nth-child(odd) {
      background-color: #fafafa; }
  .single-column #toc_container {
    width: 85%;
    margin: 0rem auto 2rem;
    padding: 2rem 3rem; }
    @media only screen and (max-width: 767px) {
      .single-column #toc_container {
        width: 96%;
        padding: 2rem 1rem; } }
    .single-column #toc_container ul li {
      margin-bottom: 1rem;
      font-weight: bold; }

/* ------------------------------------------------- *
*        ＠レビュー
* ------------------------------------------------- */
.review h2 {
  background: #37614C;
  font-size: 1.6rem;
  color: #fff;
  padding: 1rem;
  margin-bottom: 1rem; }
.review .box {
  border: 1px solid #d5d5d5;
  border-radius: 4px;
  margin-bottom: 16px;
  padding: 16px; }
  @media only screen and (max-width: 767px) {
    .review .box {
      padding: 8px; } }
  .review .box .box-top {
    -webkit-box-align: center;
    align-items: center;
    display: flex; }
    .review .box .box-top p {
      margin: 0px 7px;
      font-size: 1.4rem; }
      @media only screen and (max-width: 767px) {
        .review .box .box-top p {
          margin: 0px 4px;
          font-size: 1.2rem; } }
      .review .box .box-top p.icon {
        width: 7%; }
        @media only screen and (max-width: 767px) {
          .review .box .box-top p.icon {
            width: 10%; } }
      .review .box .box-top p.star img {
        width: 55%;
        vertical-align: middle; }
  .review .box .box-bottom {
    border-top: solid 1px #ccc;
    padding: 1rem 1rem 0rem; }
    @media only screen and (max-width: 767px) {
      .review .box .box-bottom {
        padding: 0.5rem 0.5rem 0rem; } }
    .review .box .box-bottom p {
      line-height: 1.4;
      font-size: 1.4rem; }
      @media only screen and (max-width: 767px) {
        .review .box .box-bottom p {
          font-size: 1.2rem; } }
    .review .box .box-bottom .ttl {
      font-weight: bold; }

/* ------------------------------------------------- *
*        ＠共通など
* ------------------------------------------------- */
/* キャンペーン */
.campaign {
  margin-bottom: 2rem;
  text-align: center;
  border: solid 2px #81C583;
  border-radius: 10px; }
  @media only screen and (max-width: 767px) {
    .campaign {
      margin-bottom: 1.5rem; } }
  .campaign h3 {
    background: #81C583;
    color: #fff;
    font-weight: 700;
    padding: .5rem;
    border-radius: 7px 7px 0px 0px;
    margin-bottom: 0;
    display: block !important;
    font-size: 1.8rem !important; }
    @media only screen and (max-width: 767px) {
      .campaign h3 {
        padding: 0.5rem;
        font-size: 1.4rem !important; } }
  .campaign p {
    font-size: 1.8rem;
    padding: 1rem 1.5rem;
    line-height: 1.4;
    font-weight: bold;
    background: url(../img/icon/campaign.png) center left 25px no-repeat;
    background-size: 4%; }
    @media only screen and (max-width: 767px) {
      .campaign p {
        font-size: 1.4rem;
        padding: 1rem;
        line-height: 1.3;
        font-weight: bold;
        background: url(../img/icon/campaign.png) center left 10px no-repeat;
        background-size: 7%; } }

/* PR枠 */
.block-pr-item {
  background: #fff;
  padding: 1rem 3rem 2rem !important;
  border: solid 1px #22BDC7;
  border-radius: 12px;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.1);
  margin-bottom: 4rem; }
  @media only screen and (max-width: 767px) {
    .block-pr-item {
      padding: 1rem !important;
      margin-bottom: 2rem; } }
  .block-pr-item h2 {
    background: #22BDC7;
    padding: 1.5rem;
    margin: -1rem -3rem 2rem;
    border-radius: 10px 10px 0px 0px;
    font-size: 2rem;
    text-align: center;
    color: #fff;
    letter-spacing: .08rem; }
    @media only screen and (max-width: 767px) {
      .block-pr-item h2 {
        font-size: 1.6rem;
        margin: -1rem -1rem 1rem;
        padding: 1rem; } }
    .block-pr-item h2 span {
      font-size: 2.6rem; }
      @media only screen and (max-width: 767px) {
        .block-pr-item h2 span {
          font-size: 2rem; } }
  .block-pr-item h3 {
    font-size: 2rem;
    margin-bottom: 0.5rem; }
  .block-pr-item .point-box {
    display: flex;
    margin: 1rem auto 1.5rem;
    justify-content: space-between; }
    .block-pr-item .point-box .block-img {
      width: 25%; }
    .block-pr-item .point-box .block-point {
      width: 75%;
      margin-top: 2rem; }
      @media only screen and (max-width: 767px) {
        .block-pr-item .point-box .block-point {
          margin-top: 1rem; } }
      @media only screen and (max-width: 767px) {
        .block-pr-item .point-box .block-point p {
          line-height: 1.5;
          font-size: 1.5rem; } }
  .block-pr-item .campaign h3 {
    font-size: 1.6rem; }
  .block-pr-item .block-button {
    display: flex;
    justify-content: space-between; }
    .block-pr-item .block-button .cv-btn {
      width: 60%;
      margin: auto;
      font-weight: bold;
      font-size: 1.8rem;
      border-radius: 35px;
      padding: 1.8rem;
      background: #FF9A36;
      display: block;
      text-align: center; }
      .block-pr-item .block-button .cv-btn a {
        text-decoration: none; }
      @media only screen and (max-width: 767px) {
        .block-pr-item .block-button .cv-btn {
          width: 58%;
          font-size: 1.6rem;
          border-radius: 25px;
          padding: 1.5rem 1.2rem; } }
    .block-pr-item .block-button .shosai {
      width: 35%;
      margin: auto;
      font-weight: bold;
      font-size: 1.6rem;
      border-radius: 35px;
      padding: 1.2rem;
      display: block;
      text-align: center;
      border: solid 1px #FF9A36;
      padding: 1.8rem; }
      .block-pr-item .block-button .shosai a {
        color: #FF9A36;
        text-decoration: none; }
      @media only screen and (max-width: 767px) {
        .block-pr-item .block-button .shosai {
          font-size: 1.4rem;
          border-radius: 25px;
          padding: 1.5rem 1.2rem; } }

/* 記事の間に入るPR枠 （バナー並ぶ） */
.pr-column-box {
  display: flex;
  justify-content: space-around;
  margin: 5rem auto; }
  .pr-column-box .pr-column {
    width: 45%; }

/* 定期特典表示 */
.off {
  background: #dc143c;
  border-radius: 4px;
  color: #fff;
  padding: 0.3rem 0.5rem;
  font-size: 1.3rem;
  font-weight: bold;
  width: 242px;
  text-align: center;
  margin-left: auto;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 767px) {
    .off {
      font-size: 1rem;
      width: 183px;
      padding: 0.1rem; } }

/* タグっぽい表記デザイン */
.tag {
  background: #81C583;
  border-radius: 5px;
  padding: 0 1rem;
  color: #fff;
  margin-left: auto; }
  @media only screen and (max-width: 767px) {
    .tag {
      font-size: 1rem;
      font-weight: bold;
      max-width: 85px;
      text-align: center;
      margin: 0;
      padding: 0rem 0.2rem; } }

/* ------------------------------------------------- *
 *        ＠page（リファラー）
 * ------------------------------------------------- */
#main-w-re {
  padding: 20px;
  background-color: #FFF;
  text-align: center;
  border-top: 3px solid #FEAC00; }

#main-w-re-in {
  max-width: 960px;
  margin: 0 auto; }
  #main-w-re-in .box-advice {
    background: url(../img/feature/high-class/bg_advice.png) left top repeat;
    border: 3px solid #ff8945;
    border-radius: 4px;
    font-size: 1.1rem;
    line-height: 1.8;
    margin: 3rem 2rem;
    padding: 1.2rem 8rem 2rem 5rem;
    position: relative; }
    @media only screen and (max-width: 767px) {
      #main-w-re-in .box-advice {
        font-size: 1rem;
        margin: 4rem 1rem 3rem;
        padding: 3.5rem .5rem 2rem; } }
    #main-w-re-in .box-advice .ttl-advice {
      position: absolute;
      left: -2.5rem;
      top: -2rem; }
      @media only screen and (max-width: 767px) {
        #main-w-re-in .box-advice .ttl-advice {
          left: 1rem;
          top: -4rem;
          width: 90px;
          height: 90px; } }
    #main-w-re-in .box-advice .img-advice {
      bottom: 0;
      right: -1rem;
      position: absolute; }
      @media only screen and (max-width: 767px) {
        #main-w-re-in .box-advice .img-advice {
          display: none; } }
  #main-w-re-in .fwb {
    font-weight: 700; }
  #main-w-re-in .red2 {
    color: #cc2525; }
  #main-w-re-in .marker {
    background: linear-gradient(transparent 60%, #fff45c 0%); }

#main-w-re p {
  font-size: 14px;
  line-height: 1.7em;
  color: #AAA; }
#main-w-re #countdown {
  color: red;
  font-weight: bold;
  font-size: 30px; }

#main-w-re-time {
  text-align: center;
  background: #fff7ec;
  color: #333;
  line-height: 1.4;
  width: 500px;
  margin: 30px auto;
  border: 1px solid #ECD0B8; }

#main-w-re-link a {
  text-decoration: none;
  color: #333; }
  #main-w-re-link a span {
    text-decoration: underline;
    color: #2B91C8; }

.logo {
  padding-top: 5px; }

.bnr {
  position: absolute;
  right: 0;
  top: 0; }

/* ------------------------------------------------- *
 *        ＠page（その他固定）
 * ------------------------------------------------- */
.block-page {
  margin: 2rem 0 5rem;
  width: 100%; }
  .block-page h1 {
    font-size: 2.5rem;
    line-height: 1.6;
    margin-bottom: 3rem; }
    @media only screen and (max-width: 767px) {
      .block-page h1 {
        font-size: 2rem; } }
  .block-page h3 {
    border-left: 5px solid #81C583;
    font-size: 2rem;
    line-height: 1.6;
    margin: 3rem 0 2rem;
    padding: .2rem 1rem; }
    @media only screen and (max-width: 767px) {
      .block-page h3 {
        font-size: 1.8rem; } }
  .block-page h4 {
    font-size: 1.8rem;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 767px) {
      .block-page h4 {
        font-size: 1.6rem; } }
  .block-page ul, .block-page ol {
    margin: 2rem 0 4rem;
    padding-left: 2rem; }
    .block-page ul li, .block-page ol li {
      font-size: 1.5rem;
      line-height: 1.8;
      margin-bottom: 1rem; }
      .block-page ul li:last-child, .block-page ol li:last-child {
        margin-bottom: 0; }
  .block-page p {
    margin-bottom: 1.5rem; }
  .block-page .box-survey dt {
    font-size: 1.2rem;
    margin-bottom: 1rem; }
  .block-page .box-survey ul {
    margin-left: 0; }
    .block-page .box-survey ul li {
      font-size: 1.2rem; }
  .block-page table {
    margin-bottom: 30px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-word;
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    background: #FFF; }
    .block-page table th {
      background: #f3f3f3;
      border-right: 1px solid #DDD;
      border-bottom: 1px solid #DDD;
      padding: 8px; }
    .block-page table td {
      padding: 8px;
      border-right: 1px solid #DDD;
      border-bottom: 1px solid #DDD; }

  /* ------------------------------------------------- *
*        ＠検索ボックス
* ------------------------------------------------- */
/* 検索ボックス */
.m-search {
  background: #fff;
  border-radius: 10px;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    .m-search {
      margin-bottom: 2rem; } }
  .m-search .tab-area {
    display: flex;
    border: 2px solid;
    cursor: pointer;
    align-items: center; }
  .m-search .tab {
    width: 50%;
    padding: 15px 10px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      .m-search .tab {
        padding: 10px 5px;
        font-size: 1.4rem; } }
  .m-search .tab:nth-child(n+2) {
    border-left: 2px solid; }
  .m-search .tab.active {
    background-color: #333;
    color: #fff; }
  .m-search .panel {
    display: none;
    text-align: center; }
    .m-search .panel.active {
      display: block; }
    .m-search .panel table {
      width: 95%;
      margin: 2rem auto 0rem; }
      @media only screen and (max-width: 767px) {
        .m-search .panel table {
          width: 98%; } }
      .m-search .panel table th {
        width: 35%;
        margin-bottom: 1rem; }
      .m-search .panel table td {
        width: 65%;
        margin-bottom: 1rem;
        padding-bottom: 1rem; }
        @media only screen and (max-width: 767px) {
          .m-search .panel table td {
            width: 60%; } }
        .m-search .panel table td ul {
          display: flex;
          flex-wrap: wrap;
          justify-content: flex-start; }
          .m-search .panel table td ul li {
            width: 30%;
            text-align: left;
            margin-bottom: 0.3rem; }
            @media only screen and (max-width: 767px) {
              .m-search .panel table td ul li {
                width: 50%; } }
            .m-search .panel table td ul li span {
              padding-left: 0.3rem; }
  .m-search .price {
    display: none; }
  .m-search .price-01 {
    display: contents; }
  .m-search .block-search-button {
    text-align: center; }
    .m-search .block-search-button .block-search-button-in {
      background: #213EA8;
      color: #fff;
      border: none;
      padding: 1.5rem 2rem;
      margin: 0rem auto 2rem;
      text-align: center;
      width: 40%;
      font-size: 1.6rem;
      font-weight: bold;
      letter-spacing: .05rem;
      border-radius: 15px; }
      @media only screen and (max-width: 767px) {
        .m-search .block-search-button .block-search-button-in {
          width: 65%; } }

/* 検索結果 */
@media only screen and (max-width: 767px) {
  .l-container-kekka {
    width: 100%;
    padding: 0; } }
.l-container-kekka .result-number {
  background: #37614C;
  font-size: 1.6rem;
  padding: 0.5rem 1.5rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: .08rem;
  margin-bottom: 1rem; }
.l-container-kekka .sort-btn-box {
  background: #FFF;
  border: 1px solid #37614C;
  border-radius: 4px;
  margin: 1.5rem 0 2rem;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .l-container-kekka .sort-btn-box {
      margin: 1rem 0; } }
  .l-container-kekka .sort-btn-box span {
    background: #37614C;
    color: #FFF;
    display: block;
    float: left;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0.8rem; }
  .l-container-kekka .sort-btn-box .btn-area {
    float: left;
    padding: 0.7rem 0.8rem; }
    .l-container-kekka .sort-btn-box .btn-area button {
      cursor: pointer;
      font-size: 1.3rem;
      margin-right: 0.5rem; }

  /* ------------------------------------------------- *
*        ＠その他
* ------------------------------------------------- */
/* 注釈 */
.notes {
  margin: 0rem auto 2rem !important;
  background: #f4f4f4;
  padding: 1rem;
  line-height: 1.5 !important; }
  @media only screen and (max-width: 767px) {
    .notes {
      padding: .5rem; } }
  .notes li {
    font-size: 16px;
    list-style: none !important;
    color: #666;
    margin-bottom: 0.5rem; }

/* ステマ対策 */
.pr-txt {
  font-size: 1.4rem;
  text-align: right; }

/* 調査概要 */
.risarch {
  background: #ebebeb;
  padding: 2rem;
  margin: 3rem auto; }
  @media only screen and (max-width: 767px) {
    .risarch {
      padding: 1rem;
      margin: 3rem auto 1rem; } }
  .risarch p {
    line-height: 1.4;
    font-size: 1.2rem; }

/*# sourceMappingURL=design.css.map */
