@charset "UTF-8";
/**▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼　デバイス毎の条件分岐　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼**/
/**▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ デバイス毎の条件分岐（触らない） ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲**/
.spnone {
  display: block; }
  @media only screen and (max-width: 767px) {
    .spnone {
      display: none; } }

.pcnone {
  display: none; }
  @media only screen and (max-width: 767px) {
    .pcnone {
      display: block; } }

/* ------------------------------------------------- *
 *        ＠LP
 * ------------------------------------------------- */
.l-lp-mainvisual {
  margin-bottom: 2rem; }
  .l-lp-mainvisual .mainvisual-bg {
    background: url(../img/visual/main-visual-cat-rank-bg.jpg) center no-repeat;
    background-size: cover;
    height: 255px;
    position: relative;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .l-lp-mainvisual .mainvisual-bg {
        height: 130px; } }
    .l-lp-mainvisual .mainvisual-bg .center {
      position: absolute;
      top: 49%;
      left: 53%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      font-weight: bold;
      width: 100%; }
      .l-lp-mainvisual .mainvisual-bg .center .flex {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 39%;
        margin: auto; }
        @media only screen and (max-width: 767px) {
          .l-lp-mainvisual .mainvisual-bg .center .flex {
            width: 57%; } }
      .l-lp-mainvisual .mainvisual-bg .center .year {
        background: #fff;
        color: #06076e;
        font-size: 2rem;
        padding: 0.8rem 2rem;
        border-radius: 25px;
        line-height: 1.4; }
        @media only screen and (max-width: 767px) {
          .l-lp-mainvisual .mainvisual-bg .center .year {
            font-size: 1.2rem;
            padding: 0.5rem 1rem;
            margin: auto 0.6rem; } }
      .l-lp-mainvisual .mainvisual-bg .center .subtitle {
        color: #fff;
        font-size: 5.8rem;
        line-height: 1.2; }
        @media only screen and (max-width: 767px) {
          .l-lp-mainvisual .mainvisual-bg .center .subtitle {
            font-size: 2.6rem;
            line-height: 1.8; } }
      .l-lp-mainvisual .mainvisual-bg .center p.txt {
        color: #efe20e;
        font-size: 7rem;
        line-height: 1.1;
        letter-spacing: .1rem; }
        @media only screen and (max-width: 767px) {
          .l-lp-mainvisual .mainvisual-bg .center p.txt {
            font-size: 3.3rem;
            line-height: 1.1; } }

.description {
  margin-bottom: 2rem; }

.title-oomidashi {
  background: #080544;
  border-radius: 5px;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 3rem 0;
  padding: 2rem;
  position: relative;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .title-oomidashi {
      font-size: 1.8rem;
      padding: 1rem 1.5rem; } }
  .title-oomidashi::after {
    border-color: rgba(255, 85, 72, 0);
    border: solid transparent;
    border-top-color: black;
    border-width: 10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    pointer-events: none;
    top: 100%;
    width: 0; }

.block-ranking {
  margin-bottom: 4rem; }
  .block-ranking .box-rank {
    border-radius: 10px;
    box-shadow: 0 3px 6px #ccc;
    margin-bottom: 2rem;
    border: 3px solid #0F3D9E; }
    @media only screen and (max-width: 767px) {
      .block-ranking .box-rank {
        border: 2px solid #0F3D9E; } }
    .block-ranking .box-rank .box {
      margin-bottom: 2rem;
      padding: 1rem 1.5rem 2.5rem; }
      @media only screen and (max-width: 767px) {
        .block-ranking .box-rank .box {
          margin-bottom: 0;
          padding: .5rem 1rem 2rem; } }
      .block-ranking .box-rank .box h4 {
        font-size: 1.8rem;
        line-height: 1.5;
        margin-bottom: 1.5rem; }
        @media only screen and (max-width: 767px) {
          .block-ranking .box-rank .box h4 {
            font-size: 1.3rem; } }
      .block-ranking .box-rank .box .reason {
        margin: 2rem 0 1.5rem; }
        .block-ranking .box-rank .box .reason dt {
          background: #1a3e86;
          color: #fff;
          font-size: 1.6rem;
          font-weight: 700;
          padding: 0.6rem 1rem;
          text-align: center; }
          @media only screen and (max-width: 767px) {
            .block-ranking .box-rank .box .reason dt {
              font-size: 1.4rem; } }
        .block-ranking .box-rank .box .reason dd {
          border: 1px solid #1a3e86;
          padding: 1.5rem; }
          @media only screen and (max-width: 767px) {
            .block-ranking .box-rank .box .reason dd {
              padding: 1rem; } }
          .block-ranking .box-rank .box .reason dd ul {
            background: none;
            padding: 0; }
    .block-ranking .box-rank .banner {
      padding: 0 1.5rem 1.5rem 0; }
    .block-ranking .box-rank .title {
      background: #0F3D9E;
      border-radius: 6px 6px 0 0;
      margin-bottom: 2rem;
      padding: 1rem 1.5rem; }
      @media only screen and (max-width: 767px) {
        .block-ranking .box-rank .title {
          padding: 1rem; } }
      .block-ranking .box-rank .title h3 {
        color: #fff;
        font-size: 2.8rem;
        line-height: 1.8;
        padding-left: 6.5rem;
        position: relative; }
        @media only screen and (max-width: 767px) {
          .block-ranking .box-rank .title h3 {
            font-size: 2rem;
            padding-left: 4rem; } }
        .block-ranking .box-rank .title h3 .icon-rank {
          display: block;
          left: 0;
          position: absolute;
          top: .5rem; }
          @media only screen and (max-width: 767px) {
            .block-ranking .box-rank .title h3 .icon-rank {
              top: 0;
              width: 40px; } }
          .block-ranking .box-rank .title h3 .icon-rank img {
            display: inline-block; }
            @media only screen and (max-width: 767px) {
              .block-ranking .box-rank .title h3 .icon-rank img {
                width: 75%; } }
        .block-ranking .box-rank .title h3 a {
          color: #fff;
          text-decoration: none; }
      .block-ranking .box-rank .title .star-pc {
        color: #fff;
        font-size: 1.4rem;
        font-weight: 700;
        line-height: 1.2; }
        @media only screen and (max-width: 767px) {
          .block-ranking .box-rank .title .star-pc {
            display: none; } }
        .block-ranking .box-rank .title .star-pc strong {
          color: #fff;
          font-size: 2.2rem; }
          @media only screen and (max-width: 767px) {
            .block-ranking .box-rank .title .star-pc strong {
              font-size: 1.5rem; } }
          .block-ranking .box-rank .title .star-pc strong img {
            display: inline-block;
            margin: .5rem 1rem 0 0;
            width: 65%; }
    .block-ranking .box-rank .catch {
      background: #EAF196;
      margin-bottom: 1rem;
      padding: 1.3rem 1.5rem;
      color: #2b0074; }
      @media only screen and (max-width: 767px) {
        .block-ranking .box-rank .catch {
          padding: 1rem 0.8rem; } }
    .block-ranking .box-rank .point dl {
      border-radius: 6px;
      outline: 2px solid #4d7ee4;
      outline-offset: -2px; }
      .block-ranking .box-rank .point dl dt {
        background: #4d7ee4;
        border-radius: 6px 6px 0 0;
        color: #fff;
        font-size: 1.6rem;
        font-weight: 700;
        padding: .5rem 1rem;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          .block-ranking .box-rank .point dl dt {
            font-size: 1.2rem; } }
        .block-ranking .box-rank .point dl dt span {
          padding-left: 3rem;
          position: relative; }
          .block-ranking .box-rank .point dl dt span img {
            left: 0;
            position: absolute; }
      .block-ranking .box-rank .point dl dd {
        margin-bottom: 1.5rem;
        padding: 1.5rem; }
        .block-ranking .box-rank .point dl dd li {
          background: url(../img/icon/icon-check.png) left -0.3rem no-repeat;
          background-size: 28px 28px;
          font-size: 1.5rem;
          line-height: 1.5;
          list-style: none;
          margin-bottom: 1rem;
          padding: 0 0 0 3rem; }
          @media only screen and (max-width: 767px) {
            .block-ranking .box-rank .point dl dd li {
              background: url(../img/icon/icon-check.png) -5px top no-repeat;
              background-size: 20px 20px;
              font-size: 1.3rem;
              padding: 0 0 0 1.5rem; } }
          .block-ranking .box-rank .point dl dd li:last-child {
            margin-bottom: 0; }
    .block-ranking .box-rank table {
      border-left: 1px solid #bfbfbf;
      border-top: 1px solid #bfbfbf;
      margin-bottom: 1.5rem;
      width: 100%; }
      .block-ranking .box-rank table th {
        background: #f2f4f7;
        border-bottom: 1px solid #bfbfbf;
        border-right: 1px solid #bfbfbf;
        font-size: 1.2rem;
        font-weight: 700;
        padding: .5rem;
        text-align: center;
        width: 14.2%;
        vertical-align: middle; }
        @media only screen and (max-width: 767px) {
          .block-ranking .box-rank table th {
            font-size: 1.1rem;
            padding: .5rem .2rem; } }
        .block-ranking .box-rank table th small {
          font-size: 1.1rem; }
          @media only screen and (max-width: 767px) {
            .block-ranking .box-rank table th small {
              font-weight: normal; } }
        .block-ranking .box-rank table th.th-sub {
          background: #fcfcfc;
          font-size: 1.1rem;
          font-weight: normal; }
      .block-ranking .box-rank table td {
        border-bottom: 1px solid #bfbfbf;
        border-right: 1px solid #bfbfbf;
        font-size: 1.4rem;
        padding: .8rem 1rem;
        text-align: center;
        vertical-align: middle; }
        @media only screen and (max-width: 767px) {
          .block-ranking .box-rank table td {
            font-size: 1.2rem;
            padding: .5rem .2rem; } }
        .block-ranking .box-rank table td .icon {
          margin: 0 auto; }
    .block-ranking .box-rank .text-caution {
      font-size: 1rem;
      line-height: 1.3; }
    .block-ranking .box-rank .table-commission th {
      font-size: 1.3rem;
      width: 20%; }
      @media only screen and (max-width: 767px) {
        .block-ranking .box-rank .table-commission th {
          font-size: 1.1rem; } }
      @media only screen and (max-width: 767px) {
        .block-ranking .box-rank .table-commission th small {
          display: block; } }
    .block-ranking .box-rank .table-commission td {
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .block-ranking .box-rank .table-commission td {
          font-size: 1.1rem;
          padding: .5rem; } }
      .block-ranking .box-rank .table-commission td strong {
        font-size: 1.8rem; }
        @media only screen and (max-width: 767px) {
          .block-ranking .box-rank .table-commission td strong {
            font-size: 1.5rem; } }
    .block-ranking .box-rank .table-information th {
      font-size: 1.5rem;
      vertical-align: middle; }
      @media only screen and (max-width: 767px) {
        .block-ranking .box-rank .table-information th {
          font-size: 1.1rem; } }
    .block-ranking .box-rank .table-information td {
      text-align: left;
      vertical-align: middle; }
      @media only screen and (max-width: 767px) {
        .block-ranking .box-rank .table-information td {
          font-size: 1.2rem; } }
    .block-ranking .box-rank .comment {
      border: 1px solid #404040;
      border-radius: 6px; }
      .block-ranking .box-rank .comment dt {
        background-color: #404040;
        border-radius: 6px 6px 0 0;
        color: #fff;
        font-size: 1.6rem;
        font-weight: 700;
        padding: .5rem 1rem;
        position: relative;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          .block-ranking .box-rank .comment dt {
            font-size: 1.3rem;
            padding: .8rem 1rem; } }
        .block-ranking .box-rank .comment dt span {
          padding-left: 3.5rem;
          position: relative; }
          .block-ranking .box-rank .comment dt span img {
            left: 0;
            position: absolute; }
        .block-ranking .box-rank .comment dt::after {
          border: solid transparent;
          border-color: rgba(128, 195, 77, 0);
          border-top-color: #404040;
          border-width: 8px;
          content: '';
          height: 0;
          left: 50%;
          margin-left: -8px;
          position: absolute;
          pointer-events: none;
          top: 100%;
          width: 0; }
          @media only screen and (max-width: 767px) {
            .block-ranking .box-rank .comment dt::after {
              border-width: 6px;
              margin-left: -6px; } }
      .block-ranking .box-rank .comment dd {
        font-size: 1.4rem;
        line-height: 1.5;
        padding: 2rem 1.5rem; }
        @media only screen and (max-width: 767px) {
          .block-ranking .box-rank .comment dd {
            font-size: 1.3rem;
            padding: 1.5rem 1rem 1rem; } }
        .block-ranking .box-rank .comment dd ul {
          padding-left: 2rem; }
          @media only screen and (max-width: 767px) {
            .block-ranking .box-rank .comment dd ul {
              padding-left: 1.5rem; } }
          .block-ranking .box-rank .comment dd ul li {
            margin-bottom: 1rem; }
            @media only screen and (max-width: 767px) {
              .block-ranking .box-rank .comment dd ul li {
                font-size: 1.3rem;
                margin-bottom: .5rem; } }
            .block-ranking .box-rank .comment dd ul li:last-child {
              margin-bottom: 0; }
    .block-ranking .box-rank .campaign {
      margin: 2rem 0; }
      @media only screen and (max-width: 767px) {
        .block-ranking .box-rank .campaign {
          margin: 2rem 0 1rem; } }
      .block-ranking .box-rank .campaign dt {
        background: #f46f00;
        color: #fff;
        font-size: 1.5rem;
        font-weight: 700;
        padding: .5rem 1rem;
        position: relative;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          .block-ranking .box-rank .campaign dt {
            font-size: 1.4rem; } }
        .block-ranking .box-rank .campaign dt::before, .block-ranking .box-rank .campaign dt::after {
          content: '';
          height: 0px;
          position: absolute;
          width: 0px;
          z-index: 1; }
        .block-ranking .box-rank .campaign dt::before {
          border-width: 16px 0px 16px 8px;
          border-color: transparent transparent transparent #fff;
          border-style: solid;
          left: 0;
          top: 0; }
        .block-ranking .box-rank .campaign dt::after {
          border-width: 16px 8px 16px 0px;
          border-color: transparent #fff transparent transparent;
          border-style: solid;
          right: 0;
          top: 0; }
      .block-ranking .box-rank .campaign dd {
        font-size: 1.6rem;
        font-weight: 700;
        padding: 1.5rem 0 0; }
        @media only screen and (max-width: 767px) {
          .block-ranking .box-rank .campaign dd {
            font-size: 1.4rem;
            padding: 1rem 0 0; } }
        .block-ranking .box-rank .campaign dd span {
          font-size: 1.4rem;
          font-weight: normal; }
          @media only screen and (max-width: 767px) {
            .block-ranking .box-rank .campaign dd span {
              font-size: 1.2rem; } }
    .block-ranking .box-rank .review {
      background: #f7f7f7;
      border: 1px solid #ccc;
      border-radius: 5px;
      margin-bottom: 1.5rem;
      padding: 1rem 2rem; }
      @media only screen and (max-width: 767px) {
        .block-ranking .box-rank .review {
          padding: 1.3rem 1rem; } }
      @media only screen and (max-width: 767px) {
        .block-ranking .box-rank .review .list-review {
          position: relative; } }
      @media only screen and (max-width: 767px) {
        .block-ranking .box-rank .review .list-review li img {
          padding-right: 1rem; } }
      .block-ranking .box-rank .review .list-review .box-review {
        padding: 0 1rem 0 1.5rem; }
        @media only screen and (max-width: 767px) {
          .block-ranking .box-rank .review .list-review .box-review {
            padding: 0; } }
      .block-ranking .box-rank .review .reviewer {
        font-size: 1.2rem;
        font-weight: 700;
        margin-bottom: .8rem; }
        .block-ranking .box-rank .review .reviewer small {
          font-size: 1.1rem;
          font-weight: normal; }
        .block-ranking .box-rank .review .reviewer .star {
          display: inline-block;
          margin: 0 0 0 1rem;
          width: 9rem; }
          @media only screen and (max-width: 767px) {
            .block-ranking .box-rank .review .reviewer .star {
              margin: 0 0 0 .5rem; } }
          .block-ranking .box-rank .review .reviewer .star img {
            display: inline-block; }
            @media only screen and (max-width: 767px) {
              .block-ranking .box-rank .review .reviewer .star img {
                padding-right: 0; } }
        .block-ranking .box-rank .review .reviewer strong {
          color: #d40720;
          font-size: 1.4rem;
          margin-left: 1rem; }
          @media only screen and (max-width: 767px) {
            .block-ranking .box-rank .review .reviewer strong {
              margin-left: .5rem; } }
      .block-ranking .box-rank .review .review_purpose {
        display: flex;
        margin: .5rem 0;
        flex-wrap: wrap; }
        .block-ranking .box-rank .review .review_purpose dt {
          background: #1a3e86;
          border-radius: 4px;
          color: #fff;
          font-size: 1.2rem;
          font-weight: 700;
          margin-right: 1%;
          text-align: center;
          width: 6%; }
          @media only screen and (max-width: 767px) {
            .block-ranking .box-rank .review .review_purpose dt {
              margin-right: 2%;
              width: 12%; } }
        .block-ranking .box-rank .review .review_purpose dd {
          width: 93%; }
          @media only screen and (max-width: 767px) {
            .block-ranking .box-rank .review .review_purpose dd {
              width: 86%; } }
      .block-ranking .box-rank .review p {
        font-size: 1.3rem; }
      .block-ranking .box-rank .review .btn-review {
        position: relative;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          .block-ranking .box-rank .review .btn-review {
            position: inherit; } }
        .block-ranking .box-rank .review .btn-review a {
          background: #023691;
          background: linear-gradient(180deg, #023691 0%, #022a77 100%);
          border-radius: 6px;
          bottom: 0;
          color: #fff;
          font-size: 1.4rem;
          font-weight: 700;
          height: 3.5rem;
          left: 0;
          margin: auto;
          margin-left: 1rem;
          padding: 1rem;
          position: absolute;
          right: 0;
          text-decoration: none;
          top: 0; }
          @media only screen and (max-width: 767px) {
            .block-ranking .box-rank .review .btn-review a {
              border-radius: 5px;
              bottom: inherit;
              font-size: 1.1rem;
              height: auto;
              left: inherit;
              margin-left: 0;
              padding: .5rem 1rem;
              top: -.3rem; } }
    .block-ranking .box-rank .box-btn {
      margin: 2rem 0; }
      .block-ranking .box-rank .box-btn .btn-shosai a {
        border: 1px solid #1a3e86;
        border-radius: 6px;
        bottom: 0;
        color: #1a3e86;
        display: block;
        font-size: 1.8rem;
        font-weight: 700;
        margin-top: .3rem;
        padding: 1.8rem 1rem;
        text-align: center;
        text-decoration: none;
        width: 90%; }
        @media only screen and (max-width: 767px) {
          .block-ranking .box-rank .box-btn .btn-shosai a {
            font-size: 1.4rem;
            padding: 2rem 1rem; } }
      .block-ranking .box-rank .box-btn .btn-cv a {
        background: linear-gradient(180deg, #cf0f1d 0%, #d40720 100%);
        border-bottom: solid 6px #900717;
        border-radius: 6px;
        bottom: 0;
        color: #fff;
        display: block;
        font-size: 2.2rem;
        font-weight: 700;
        padding: 1.8rem 1rem;
        text-align: center;
        text-decoration: none; }
        @media only screen and (max-width: 767px) {
          .block-ranking .box-rank .box-btn .btn-cv a {
            font-size: 1.8rem; } }
    .block-ranking .box-rank .btn-cv-long {
      margin: 2rem auto 1rem;
      width: 70%; }
      @media only screen and (max-width: 767px) {
        .block-ranking .box-rank .btn-cv-long {
          width: 100%; } }
      .block-ranking .box-rank .btn-cv-long a {
        background: linear-gradient(180deg, #cf0f1d 0%, #d40720 100%);
        border-bottom: solid 6px #900717;
        border-radius: 6px;
        bottom: 0;
        color: #fff;
        display: block;
        font-size: 2.2rem;
        font-weight: 700;
        padding: 1.8rem 1rem;
        text-align: center;
        text-decoration: none; }
        @media only screen and (max-width: 767px) {
          .block-ranking .box-rank .btn-cv-long a {
            font-size: 1.8rem; } }
    .block-ranking .box-rank .btn-shosai.w-100 {
      margin: 2rem auto 0; }
      .block-ranking .box-rank .btn-shosai.w-100 a {
        border: 1px solid #1a3e86;
        border-radius: 6px;
        bottom: 0;
        color: #1a3e86;
        display: block;
        font-size: 1.8rem;
        font-weight: 700;
        margin-top: .3rem;
        padding: 1.8rem 1rem;
        text-align: center;
        text-decoration: none;
        width: 100%; }
        @media only screen and (max-width: 767px) {
          .block-ranking .box-rank .btn-shosai.w-100 a {
            font-size: 1.4rem;
            padding: 1.5rem 1rem; } }
  .block-ranking h5 {
    border-left: 5px solid #080544;
    font-size: 1.8rem;
    margin: 4rem 0 2rem;
    padding: 0.5rem 1rem; }
  .block-ranking .box-spec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .block-ranking .box-spec table {
      width: 49%; }
      @media only screen and (max-width: 767px) {
        .block-ranking .box-spec table {
          width: 100%; } }
      .block-ranking .box-spec table .th-title {
        background: #080544;
        color: #fff; }
      .block-ranking .box-spec table .th-main {
        width: 40%; }

.block-ranking.detail .box-rank .title h3 {
  padding-left: 0; }

.txt-caution {
  margin: 2rem auto; }
  .txt-caution li {
    color: #666;
    font-size: 1rem;
    line-height: 1.3;
    list-style: none;
    margin-bottom: .3rem; }

.home .txt-caution li.fzfy-stgnone {
  display: none; }

.box-survey {
  color: #888;
  margin-bottom: 4rem; }
  @media only screen and (max-width: 767px) {
    .box-survey {
      padding: 0 1rem; } }
  .box-survey dt {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 0.5rem; }
  .box-survey dd {
    font-size: 1.2rem; }
  .box-survey ul {
    margin-left: 2rem; }
    .box-survey ul li {
      font-size: 1.2rem;
      list-style: disc; }

.title-ranking {
  background: #080544;
  border-bottom: none;
  color: #fff;
  display: block;
  font-size: 2rem;
  margin: 3rem 0 2rem;
  padding: 2rem 1.5rem;
  position: relative;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .title-ranking {
      padding: 1.5rem; } }
  .title-ranking span {
    padding-left: 3rem;
    position: relative; }
  .title-ranking img {
    display: inline-block;
    margin-right: .5rem;
    position: absolute;
    width: 24px; }
  @media only screen and (max-width: 767px) {
    .title-ranking {
      font-size: 1.8rem;
      margin: 0 0 2rem;
      white-space: nowrap; } }
  .title-ranking::after {
    border: solid transparent;
    border-color: rgba(128, 195, 77, 0);
    border-top-color: #080544;
    border-width: 8px;
    content: '';
    height: 0;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    pointer-events: none;
    top: 100%;
    width: 0; }

.block-ranking.popular {
  border: 8px solid #0F3D9E;
  outline: 1px solid #1b53c2;
  outline-offset: -8px; }
  .block-ranking.popular .box-rank {
    border: none;
    box-shadow: none;
    margin-bottom: 1rem; }
  .block-ranking.popular .title {
    background: #0F3D9E;
    border-bottom: 5px solid #1b53c2;
    margin-bottom: 1rem;
    padding: 1.2rem 1.5rem .6rem; }
    @media only screen and (max-width: 767px) {
      .block-ranking.popular .title {
        padding: 1rem 1.5rem; } }
  .block-ranking.popular .box {
    border-bottom: none;
    margin-bottom: 0;
    padding: .5rem 1.5rem 2rem; }

.block-review .box-rank {
  border: none;
  box-shadow: none; }

.lp-content {
  border-radius: 6px;
  box-shadow: 0 1px 4px #ccc;
  margin-bottom: 3rem;
  padding: 1rem 1.5rem 2.5rem; }
  .lp-content .section-title-big {
    background: #080544;
    border-radius: 6px;
    color: #fff;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 1rem 0 3rem;
    padding: 2rem; }
  .lp-content .title-tyumidashi {
    border-bottom: 1px solid #0F3D9E;
    border-left: 6px solid #0F3D9E;
    font-size: 2rem;
    font-weight: 700;
    margin: 3rem 0 2rem;
    padding: 1rem; }
  .lp-content .title-sub {
    color: #080544;
    font-size: 1.8rem;
    font-weight: 700;
    margin: 2.5rem 0 1.5rem; }
  .lp-content p {
    margin-bottom: 1.5rem; }
  .lp-content table {
    border-top: 1px solid #DDD;
    border-left: 1px solid #DDD;
    margin: 2rem 0 3rem;
    width: 100%; }
    .lp-content table th {
      background: #F3F3F3;
      border-bottom: 1px solid #DDD;
      border-right: 1px solid #DDD;
      font-size: 1.4rem;
      padding: 1rem; }
    .lp-content table td {
      border-bottom: 1px solid #DDD;
      border-right: 1px solid #DDD;
      font-size: 1.4rem;
      padding: 1rem; }
  .lp-content .txt-matome {
    background: #fdfce4;
    border: 1px solid #080544;
    border-top: 5px solid #080544;
    margin: 3rem 0 1rem;
    padding: 2rem; }
    .lp-content .txt-matome .title {
      color: #080544;
      font-size: 2.2rem;
      font-weight: 700;
      margin-bottom: 1.5rem; }
    .lp-content .txt-matome p:last-child {
      margin-bottom: 0; }
  .lp-content .img-right {
    float: right;
    margin-left: 2em;
    margin-bottom: 1em; }
  .lp-content .next-btn {
    text-align: center; }
    .lp-content .next-btn a {
      border: 2px solid #080544;
      border-radius: 6px;
      box-shadow: 0 4px 0 #080544;
      font-size: 2rem;
      font-weight: 700;
      display: block;
      margin: 2rem auto;
      padding: 2rem 1.5rem;
      width: 60%; }
      .lp-content .next-btn a span {
        padding-left: 2rem;
        position: relative; }
        .lp-content .next-btn a span::before {
          border-top: 8px solid #080544;
          border-left: 8px solid transparent;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          content: "";
          display: block;
          height: 0;
          left: 0;
          margin: -3px 0 0;
          position: absolute;
          top: 50%;
          width: 0; }
  .lp-content ul {
    margin: 3rem 0;
    padding-left: 2rem; }
    .lp-content ul li {
      font-size: 1.5rem;
      line-height: 1.6;
      margin-bottom: 1.5rem; }

/* /////////比較（タブ無し）LP 2022/12/1 (他社コピーとFFFXと同じ形) ////////////*/
.bg-color {
  background-color: #E5F0F6; }

.bg-color-hikaku-lp-sougou {
  background-color: #fffcf0; }

.bg-color-rank-lp {
  background-color: #fdf9f8; }
  .bg-color-rank-lp img {
    margin: auto; }

.l-lp-mainvisual-hikaku-lp {
  background-color: #030039; }
  @media only screen and (max-width: 767px) {
    .l-lp-mainvisual-hikaku-lp {
      margin-bottom: 0rem; } }
  .l-lp-mainvisual-hikaku-lp img {
    margin: auto; }

.l-lp-mainvisual-hikaku-lp-sougou {
  background: #06A105; }
  .l-lp-mainvisual-hikaku-lp-sougou img {
    margin: auto; }

.hikaku-lp {
  /* 上部比較表 */
  /*下部ランキング hikaku-lp*/
  /* 上部比較表 形違い hikaku-lp-sougou（FFFXと同じ）*/
  /* hikaku-lp hikaku-lp-sougou 共通見出し */
  /* 下部ランキング hikaku-lp-sougou用 */
  /* hikaku-lp-sougou用 ランキング下コンテンツ部分 */ }
  @media only screen and (max-width: 767px) {
    .hikaku-lp .block-ranking {
      margin: 1rem 1rem 3rem; } }
  .hikaku-lp .block-ranking h2 {
    text-align: center;
    background: #0F3D9E;
    color: #fff;
    border-radius: 8px 8px 0 0;
    padding: 12px 15px 15px;
    margin-bottom: 0;
    position: relative;
    font-size: 30px;
    font-weight: 500;
    line-height: 30px; }
    @media only screen and (max-width: 767px) {
      .hikaku-lp .block-ranking h2 {
        padding: 8px 10px 10px;
        text-align: left;
        font-size: 19px;
        font-weight: bold; } }
    .hikaku-lp .block-ranking h2 span {
      font-size: 15px;
      font-weight: 400;
      line-height: 16px;
      background: #fbdf34;
      position: absolute;
      top: 27px;
      right: 12px;
      transform: translateY(-50%);
      padding: 7px 8px;
      border-radius: 5px;
      color: #333;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .hikaku-lp .block-ranking h2 span {
          font-size: 12px;
          padding: 5px 8px;
          top: 22px; } }
  .hikaku-lp .block-ranking .hikaku-box {
    max-width: 1000px;
    overflow: auto;
    background: #fff; }
    .hikaku-lp .block-ranking .hikaku-box table {
      border-left: 1px solid #ccc;
      border-top: 1px solid #ccc;
      width: 100%;
      font-size: 1.4rem; }
      .hikaku-lp .block-ranking .hikaku-box table th, .hikaku-lp .block-ranking .hikaku-box table td {
        white-space: nowrap;
        text-align: center;
        vertical-align: middle;
        padding: 6px 8px;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        text-align: center;
        vertical-align: middle;
        font-weight: bold; }
      .hikaku-lp .block-ranking .hikaku-box table th {
        background: #eee; }
        @media only screen and (max-width: 767px) {
          .hikaku-lp .block-ranking .hikaku-box table th {
            line-height: 1.2;
            padding: 1px 5px; } }
        .hikaku-lp .block-ranking .hikaku-box table th.min {
          font-size: 1.1rem;
          padding: 3px 8px; }
        .hikaku-lp .block-ranking .hikaku-box table th.comp {
          padding: 0rem 4rem; }
          @media only screen and (max-width: 767px) {
            .hikaku-lp .block-ranking .hikaku-box table th.comp {
              position: sticky;
              left: -1px;
              background: #eee;
              padding: 0rem 3rem; } }
      @media only screen and (max-width: 767px) {
        .hikaku-lp .block-ranking .hikaku-box table td {
          padding: 4px 5px; } }
      .hikaku-lp .block-ranking .hikaku-box table td.score {
        background: #ffffbc;
        color: #cf0f1d;
        font-weight: 500; }
        .hikaku-lp .block-ranking .hikaku-box table td.score span {
          font-size: 20px;
          font-weight: 700; }
      .hikaku-lp .block-ranking .hikaku-box table td .btn-cv {
        position: relative;
        display: block;
        background: linear-gradient(180deg, #cf0f1d 0%, #d40720 100%);
        border-radius: 5px;
        box-sizing: border-box;
        text-align: center;
        width: 100%;
        padding: 4px 7px;
        box-shadow: 0 2px 4px -1px #999;
        border-bottom: solid 4px #900717;
        transition: .3s;
        line-height: 1.3; }
        .hikaku-lp .block-ranking .hikaku-box table td .btn-cv span {
          color: #fff;
          text-shadow: -1px -1px 0 #d84d01;
          white-space: nowrap; }
        .hikaku-lp .block-ranking .hikaku-box table td .btn-cv a {
          text-decoration: none; }
      @media only screen and (max-width: 767px) {
        .hikaku-lp .block-ranking .hikaku-box table td.comp {
          position: sticky;
          left: -1px;
          background: #fff;
          z-index: 1000; } }
      .hikaku-lp .block-ranking .hikaku-box table td:nth-of-type(4) a {
        color: #2b3ecd; }
      .hikaku-lp .block-ranking .hikaku-box table td img {
        margin: auto; }
  .hikaku-lp .block-search .title-search {
    background: url(../img/icon/icon-search.png) 1.3rem 50% no-repeat #0F3D9E;
    margin-bottom: 0rem; }
  .hikaku-lp .block-search .inner-search {
    background: #fff; }
  .hikaku-lp .ranking-bottom-text {
    text-align: center;
    color: #2b0074;
    font-weight: 500;
    border: 2px solid #2b0074;
    padding: 15px 20px;
    margin: 2.5rem 0;
    border-radius: 8px;
    position: relative;
    background: #fff; }
    @media only screen and (max-width: 767px) {
      .hikaku-lp .ranking-bottom-text {
        font-size: 14px;
        padding: 8px 10px 10px;
        margin: 20px 10px;
        text-align: left; } }
    .hikaku-lp .ranking-bottom-text:before, .hikaku-lp .ranking-bottom-text:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid; }
    .hikaku-lp .ranking-bottom-text:before {
      z-index: 2;
      bottom: -0.8em;
      left: 50%;
      margin-left: -10px;
      border-width: 14px 14px 0;
      border-color: #fff transparent; }
    .hikaku-lp .ranking-bottom-text:after {
      z-index: 1;
      bottom: calc(-0.9em - 1px);
      left: 50%;
      margin-left: -8px;
      border-width: 12px 12px 0;
      border-color: #2b0074 transparent transparent; }
    .hikaku-lp .ranking-bottom-text span {
      font-size: 1.2em;
      font-weight: 700; }
      .hikaku-lp .ranking-bottom-text span.marker-yellow {
        background: linear-gradient(transparent 60%, #fef49b 60%); }
    @media only screen and (max-width: 767px) {
      .hikaku-lp .ranking-bottom-text p {
        line-height: 1.5; } }
  @media only screen and (max-width: 767px) {
    .hikaku-lp .block-ranking {
      padding: 0 10px;
      margin: 20px auto; } }
  .hikaku-lp .box-rank {
    background: #fff;
    border: 5px solid #0F3D9E;
    margin-bottom: 5rem;
    border-radius: 5px; }
    @media only screen and (max-width: 767px) {
      .hikaku-lp .box-rank {
        margin-bottom: 2rem; } }
    .hikaku-lp .box-rank .title {
      background: #0F3D9E;
      padding: 15px 20px;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      border-radius: 0px; }
      @media only screen and (max-width: 767px) {
        .hikaku-lp .box-rank .title {
          padding: 10px;
          margin-bottom: 0; } }
      .hikaku-lp .box-rank .title h3 {
        color: #fff;
        font-weight: 700;
        font-size: 3.6rem;
        line-height: 1.2;
        padding-left: 8.5rem; }
        @media only screen and (max-width: 767px) {
          .hikaku-lp .box-rank .title h3 {
            font-size: 28px;
            line-height: 1.1;
            padding-left: 7rem; } }
        @media only screen and (max-width: 767px) {
          .hikaku-lp .box-rank .title h3 .icon-rank {
            width: 60px;
            height: auto;
            margin-right: 10px; } }
        @media only screen and (max-width: 767px) {
          .hikaku-lp .box-rank .title h3 .icon-rank img {
            width: 60px;
            height: auto; } }
        .hikaku-lp .box-rank .title h3 a {
          text-decoration: underline; }
        .hikaku-lp .box-rank .title h3 p {
          font-weight: 700;
          font-size: 1.8rem;
          display: block; }
          @media only screen and (max-width: 767px) {
            .hikaku-lp .box-rank .title h3 p {
              font-size: 13px;
              line-height: 1.3; } }
    .hikaku-lp .box-rank .box {
      display: flex;
      padding: 0px; }
      @media only screen and (max-width: 767px) {
        .hikaku-lp .box-rank .box {
          display: block; } }
      .hikaku-lp .box-rank .box .banner {
        padding: 0px;
        width: 560px;
        /*hikaku-lpのみ*/ }
        @media only screen and (max-width: 767px) {
          .hikaku-lp .box-rank .box .banner {
            width: 100%; } }
        .hikaku-lp .box-rank .box .banner a {
          text-decoration: none; }
        .hikaku-lp .box-rank .box .banner .item-img_textarea {
          display: flex;
          align-items: center;
          background-color: #efefef; }
          .hikaku-lp .box-rank .box .banner .item-img_textarea .text {
            font-size: 1.8rem;
            color: #222;
            padding: 1rem;
            font-weight: bold;
            line-height: 1.6;
            width: 70%; }
            @media only screen and (max-width: 767px) {
              .hikaku-lp .box-rank .box .banner .item-img_textarea .text {
                font-size: 1.6rem; } }
          .hikaku-lp .box-rank .box .banner .item-img_textarea .item-button {
            width: 30%;
            padding: 1rem;
            font-size: 1.6rem;
            background: linear-gradient(180deg, #cf0f1d 0%, #d40720 100%);
            color: #FFF;
            font-weight: bold;
            border-radius: 4px;
            margin: 1rem;
            text-align: center;
            line-height: 2; }
            @media only screen and (max-width: 767px) {
              .hikaku-lp .box-rank .box .banner .item-img_textarea .item-button {
                font-size: 1.4rem;
                height: 50px; } }
      .hikaku-lp .box-rank .box .company-spec {
        padding: 0px 25px;
        width: calc(100% - 560px); }
        @media only screen and (max-width: 767px) {
          .hikaku-lp .box-rank .box .company-spec {
            width: 100%;
            padding: 1rem; } }
        .hikaku-lp .box-rank .box .company-spec p {
          font-weight: 700;
          font-size: 18px;
          line-height: 1.2;
          color: #2b0074;
          letter-spacing: 1px;
          text-align: center;
          position: relative;
          padding: 0 83px; }
          .hikaku-lp .box-rank .box .company-spec p:before, .hikaku-lp .box-rank .box .company-spec p:after {
            position: absolute;
            top: calc(50% - 3px);
            width: 105px;
            height: 6px;
            content: '';
            border-top: solid 2px #2b0074;
            border-bottom: solid 2px #2b0074; }
            @media only screen and (max-width: 767px) {
              .hikaku-lp .box-rank .box .company-spec p:before, .hikaku-lp .box-rank .box .company-spec p:after {
                width: 90px; } }
          .hikaku-lp .box-rank .box .company-spec p:before {
            left: 0; }
          .hikaku-lp .box-rank .box .company-spec p:after {
            right: 0; }
        .hikaku-lp .box-rank .box .company-spec dl {
          margin: 10px 0 20px;
          border-top: 1px solid #dedede;
          border-radius: 0px;
          display: flex;
          flex-wrap: wrap; }
          .hikaku-lp .box-rank .box .company-spec dl dt {
            background: #f2f4f7;
            font-weight: 700;
            text-align: left;
            padding: 12px 10px;
            border-bottom: 1px solid #dedede;
            width: 52%;
            color: #333; }
            @media only screen and (max-width: 767px) {
              .hikaku-lp .box-rank .box .company-spec dl dt {
                font-size: 1.4rem;
                width: 55%;
                padding: 8px 10px; } }
          .hikaku-lp .box-rank .box .company-spec dl dd {
            text-align: left;
            padding: 12px 10px;
            border-bottom: 1px solid #dedede;
            width: 48%; }
            @media only screen and (max-width: 767px) {
              .hikaku-lp .box-rank .box .company-spec dl dd {
                padding: 8px 10px;
                width: 45%; } }
    .hikaku-lp .box-rank .catch {
      clear: both;
      background: #EAF196;
      text-align: center;
      line-height: 1.2;
      color: #2b0074;
      font-weight: 700;
      font-size: 24px;
      padding: 15px 10px; }
      @media only screen and (max-width: 767px) {
        .hikaku-lp .box-rank .catch {
          font-size: 17px;
          padding: 10px 10px;
          line-height: 1.4;
          margin: 0; } }
    .hikaku-lp .box-rank .inner {
      padding: 10px 25px 40px; }
      @media only screen and (max-width: 767px) {
        .hikaku-lp .box-rank .inner {
          padding: 5px 10px; } }
    .hikaku-lp .box-rank .ranking-spec {
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      margin-bottom: 25px; }
      @media only screen and (max-width: 767px) {
        .hikaku-lp .box-rank .ranking-spec {
          margin-bottom: 20px;
          display: block; } }
      .hikaku-lp .box-rank .ranking-spec > div:nth-of-type(1) {
        max-width: 360px;
        width: 100%;
        margin-right: 20px; }
        @media only screen and (max-width: 767px) {
          .hikaku-lp .box-rank .ranking-spec > div:nth-of-type(1) {
            margin-bottom: 2rem;
            margin-right: auto; } }
        .hikaku-lp .box-rank .ranking-spec > div:nth-of-type(1) .chart-box {
          width: 100%;
          margin: 0 auto 20px; }
          @media only screen and (max-width: 767px) {
            .hikaku-lp .box-rank .ranking-spec > div:nth-of-type(1) .chart-box {
              margin: 0 auto 10px; } }
      .hikaku-lp .box-rank .ranking-spec > div:nth-of-type(2) {
        width: calc(100% - 360px); }
        @media only screen and (max-width: 767px) {
          .hikaku-lp .box-rank .ranking-spec > div:nth-of-type(2) {
            width: auto; } }
      @media only screen and (max-width: 767px) {
        .hikaku-lp .box-rank .ranking-spec > div:nth-of-type(3) {
          width: 97%;
          margin: 2rem auto 3rem; } }
      .hikaku-lp .box-rank .ranking-spec .ranking-score {
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        text-align: center;
        border: 5px solid #f46f00;
        border-radius: 4px; }
        .hikaku-lp .box-rank .ranking-spec .ranking-score div:nth-of-type(1) {
          background: #f46f00;
          width: 46%;
          font-weight: 700;
          font-size: 30px;
          line-height: 45px; }
        .hikaku-lp .box-rank .ranking-spec .ranking-score div:nth-of-type(2) {
          background: #fff;
          width: 54%;
          color: #cf0f1d;
          font-weight: 700;
          font-size: 26px;
          line-height: 45px; }
      .hikaku-lp .box-rank .ranking-spec dl {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        width: 100%;
        font-size: 14px;
        line-height: 1.6;
        border-bottom: 1px solid #dedede; }
        .hikaku-lp .box-rank .ranking-spec dl:nth-of-type(1) {
          border-top: 1px solid #dedede; }
        .hikaku-lp .box-rank .ranking-spec dl dt {
          font-weight: 700;
          font-size: 16px;
          line-height: 1.4;
          width: 28%;
          padding: 8px 10px; }
          @media only screen and (max-width: 767px) {
            .hikaku-lp .box-rank .ranking-spec dl dt {
              font-size: 14px;
              width: 110px; } }
          .hikaku-lp .box-rank .ranking-spec dl dt span {
            color: #fb0;
            font-size: 20px; }
            @media only screen and (max-width: 767px) {
              .hikaku-lp .box-rank .ranking-spec dl dt span {
                font-size: 17px; } }
        .hikaku-lp .box-rank .ranking-spec dl dd {
          padding: 8px 10px;
          width: 100%; }
          @media only screen and (max-width: 767px) {
            .hikaku-lp .box-rank .ranking-spec dl dd {
              width: calc(100% - 110px); } }
    .hikaku-lp .box-rank .campaign {
      text-align: center;
      position: relative;
      max-width: 800px;
      margin: 0 auto 18px;
      padding: 10px 0;
      border-top: 1px solid #f46f00;
      border-bottom: 1px solid #f46f00;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .hikaku-lp .box-rank .campaign {
          margin: 0 auto 15px;
          padding: 7px 0; } }
      .hikaku-lp .box-rank .campaign:before, .hikaku-lp .box-rank .campaign:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid; }
      .hikaku-lp .box-rank .campaign:before {
        z-index: 2;
        bottom: -0.8em;
        left: 50%;
        margin-left: -6px;
        border-width: 9px 8px 0;
        border-color: #fff transparent; }
      .hikaku-lp .box-rank .campaign:after {
        z-index: 1;
        bottom: calc(-0.8em - 2px);
        left: 50%;
        margin-left: -7px;
        border-width: 9px 9px 0;
        border-color: #f46f00 transparent transparent; }
      .hikaku-lp .box-rank .campaign p {
        font-size: 18px;
        line-height: 1.4; }
        @media only screen and (max-width: 767px) {
          .hikaku-lp .box-rank .campaign p {
            font-size: 15px;
            line-height: 1.2; } }
        .hikaku-lp .box-rank .campaign p span {
          display: block;
          color: #f46f00;
          font-size: 24px;
          margin: 0 auto; }
          @media only screen and (max-width: 767px) {
            .hikaku-lp .box-rank .campaign p span {
              margin: 5px auto 0;
              line-height: 1.4;
              font-size: 20px; } }
          .hikaku-lp .box-rank .campaign p span:before, .hikaku-lp .box-rank .campaign p span:after {
            content: "";
            background: #f46f00;
            display: inline-block;
            width: 35px;
            height: 2px; }
            @media only screen and (max-width: 767px) {
              .hikaku-lp .box-rank .campaign p span:before, .hikaku-lp .box-rank .campaign p span:after {
                display: none; } }
          .hikaku-lp .box-rank .campaign p span:before {
            transform: rotate(60deg) translate(-10px, -5px); }
          .hikaku-lp .box-rank .campaign p span:after {
            transform: rotate(-60deg) translate(10px, -5px); }
    .hikaku-lp .box-rank .btn-comment p {
      background-color: #fff;
      text-align: center;
      color: #2b0074;
      font-weight: 700;
      font-size: 14px;
      border: 2px solid #2b0074;
      padding: 3px 0;
      border-radius: 50px;
      width: 230px;
      position: relative;
      left: 10%;
      transform: translateX(-10%);
      z-index: 2;
      margin: -10px 0 -15px 0;
      top: 1rem; }
      @media only screen and (max-width: 767px) {
        .hikaku-lp .box-rank .btn-comment p {
          left: 2%;
          top: 1rem; } }
      .hikaku-lp .box-rank .btn-comment p:before, .hikaku-lp .box-rank .btn-comment p:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid; }
      .hikaku-lp .box-rank .btn-comment p:before {
        z-index: 2;
        bottom: -0.5em;
        left: 50%;
        margin-left: -6px;
        border-width: 8px 7px 0;
        border-color: #fff transparent; }
      .hikaku-lp .box-rank .btn-comment p:after {
        z-index: 1;
        bottom: calc(-0.5em - 3px);
        left: 50%;
        margin-left: -7px;
        border-width: 9px 8px 0;
        border-color: #2b0074 transparent transparent; }
    .hikaku-lp .box-rank .btn-cv-long {
      margin: 1rem auto 3rem;
      width: auto; }
      @media only screen and (max-width: 767px) {
        .hikaku-lp .box-rank .btn-cv-long {
          margin: 2rem auto; } }
      .hikaku-lp .box-rank .btn-cv-long a {
        position: relative;
        display: block;
        background: linear-gradient(180deg, #cf0f1d 0%, #d40720 100%);
        border-radius: 8px;
        box-sizing: border-box;
        text-align: center;
        max-width: 800px;
        margin: 0 auto;
        padding: 25px 0;
        box-shadow: 0 2px 6px -1px #999;
        border-bottom: solid 6px #900717;
        transition: .3s;
        overflow: hidden; }
        @media only screen and (max-width: 767px) {
          .hikaku-lp .box-rank .btn-cv-long a {
            padding: 15px 0;
            line-height: 1.3; } }
        .hikaku-lp .box-rank .btn-cv-long a:after {
          content: "";
          position: absolute;
          right: 10px;
          top: 50%;
          border-style: solid;
          border-width: 0 6px 8px 6px;
          border-color: transparent transparent #fff transparent;
          transform: rotate(90deg) translateX(-40%); }
    .hikaku-lp .box-rank .title1 {
      background: #0F3D9E;
      font-size: 24px;
      font-weight: 700;
      line-height: 24px;
      padding: 8px 10px;
      color: #fff;
      text-align: center;
      position: relative;
      display: block;
      letter-spacing: -.025em; }
      @media only screen and (max-width: 767px) {
        .hikaku-lp .box-rank .title1 {
          font-size: 18px; } }
      .hikaku-lp .box-rank .title1:before, .hikaku-lp .box-rank .title1:after {
        content: '';
        position: absolute;
        z-index: 1;
        width: 0;
        height: 0;
        top: 0;
        border-style: solid; }
      .hikaku-lp .box-rank .title1:before {
        left: -1px;
        border-width: 20px 0 20px 14px;
        border-color: transparent transparent transparent #fff; }
      .hikaku-lp .box-rank .title1:after {
        right: -1px;
        border-width: 20px 14px 20px 0;
        border-color: transparent #fff transparent transparent; }
    .hikaku-lp .box-rank .point-box {
      margin: 20px 0;
      padding: 33px 20px 20px;
      border: 2px solid #b9beea;
      border-radius: 4px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .hikaku-lp .box-rank .point-box {
          font-size: 14px;
          margin: 10px 0 14px;
          padding: 30px 10px 15px; } }
      .hikaku-lp .box-rank .point-box:before {
        content: '';
        position: absolute;
        top: 17px;
        left: -14px;
        border: none;
        border-bottom-color: currentcolor;
        border-bottom-style: none;
        border-bottom-width: medium;
        border-left-color: currentcolor;
        border-left-style: none;
        border-left-width: medium;
        border-bottom: solid 12px transparent;
        border-right: solid 12px #0F3D9E; }
      .hikaku-lp .box-rank .point-box h4 {
        display: inline;
        position: absolute;
        top: -16px;
        left: -12px;
        padding: 7px 15px;
        color: #fff;
        font-weight: bold;
        font-size: 1.8rem;
        background: #0F3D9E; }
        .hikaku-lp .box-rank .point-box h4:before {
          content: '';
          position: absolute;
          top: 0;
          right: -18px;
          border: none;
          border-bottom-color: currentcolor;
          border-bottom-style: none;
          border-bottom-width: medium;
          border-left-color: currentcolor;
          border-left-style: none;
          border-left-width: medium;
          border-bottom: solid 18px transparent;
          border-left: solid 18px #0F3D9E; }
        .hikaku-lp .box-rank .point-box h4:after {
          content: '';
          position: absolute;
          top: 14px;
          right: -18px;
          border: none;
          border-bottom-color: currentcolor;
          border-bottom-style: none;
          border-bottom-width: medium;
          border-left-color: currentcolor;
          border-left-style: none;
          border-left-width: medium;
          border-bottom: solid 18px #0F3D9E;
          border-right: solid 18px transparent; }
      .hikaku-lp .box-rank .point-box .kerning {
        color: #0F3D9E;
        font-weight: 700;
        font-size: 20px;
        line-height: 1.2;
        border: none;
        margin: 0rem auto 1rem;
        padding: 0; }
        @media only screen and (max-width: 767px) {
          .hikaku-lp .box-rank .point-box .kerning {
            font-size: 16px;
            line-height: 1.4;
            margin-bottom: 0.5rem; } }
        .hikaku-lp .box-rank .point-box .kerning span {
          background: #4d7ee4;
          color: #fff;
          font-size: 16px;
          display: inline-block;
          padding: 5px 25px;
          margin-right: 10px;
          border-radius: 3px;
          margin-bottom: 0.5rem; }
          @media only screen and (max-width: 767px) {
            .hikaku-lp .box-rank .point-box .kerning span {
              font-size: 12px;
              padding: 2px 8px;
              margin-right: 5px;
              margin-bottom: 0.3rem; } }
        .hikaku-lp .box-rank .point-box .kerning:not(:first-of-type) {
          margin-top: 30px; }
          @media only screen and (max-width: 767px) {
            .hikaku-lp .box-rank .point-box .kerning:not(:first-of-type) {
              margin-top: 20px; } }
      .hikaku-lp .box-rank .point-box .kerning-02 {
        background: url(../img/icon/icon-check.png) no-repeat 4px -5px;
        padding-left: 4rem; }
    .hikaku-lp .box-rank .comment-box {
      margin: 2rem auto 3rem;
      position: relative; }
      .hikaku-lp .box-rank .comment-box h4 {
        font-size: 1.8rem;
        border-left: solid 0.5rem #0F3D9E;
        background: #fff;
        padding: 1rem;
        box-shadow: 0.2rem 0.2rem 0.6rem #ccc;
        width: 30%;
        margin-bottom: 1.5rem; }
        @media only screen and (max-width: 767px) {
          .hikaku-lp .box-rank .comment-box h4 {
            font-size: 1.6rem;
            width: 87%; } }
      .hikaku-lp .box-rank .comment-box .review-box {
        clear: both;
        margin-bottom: 2rem;
        border: 2px solid #b9beea;
        border-radius: 4px;
        padding: 20px;
        padding-bottom: 35px; }
        @media only screen and (max-width: 767px) {
          .hikaku-lp .box-rank .comment-box .review-box {
            padding: 10px;
            padding-bottom: 33px; } }
        .hikaku-lp .box-rank .comment-box .review-box .img {
          float: left;
          width: 11%;
          margin-right: 1rem; }
          @media only screen and (max-width: 767px) {
            .hikaku-lp .box-rank .comment-box .review-box .img {
              width: 23%; } }
        @media only screen and (max-width: 767px) {
          .hikaku-lp .box-rank .comment-box .review-box .accordion p {
            font-size: 1.3rem; } }
  .hikaku-lp .size11 {
    font-size: 11px; }
    @media only screen and (max-width: 767px) {
      .hikaku-lp .size11 {
        line-height: 1.3;
        margin-top: 0.3rem; } }
  .hikaku-lp .comparison-table {
    margin: 2rem 0; }
    @media only screen and (max-width: 767px) {
      .hikaku-lp .comparison-table {
        margin: 1.5rem auto 2rem; } }
    .hikaku-lp .comparison-table .table-scroll {
      position: relative;
      overflow: auto; }
      .hikaku-lp .comparison-table .table-scroll h2 {
        background: #06ba06;
        color: #fff;
        padding: 1.5rem 2rem;
        text-align: center;
        border-radius: 8px 8px 0 0;
        position: sticky;
        left: 0px;
        font-size: 20px; }
      .hikaku-lp .comparison-table .table-scroll table {
        min-width: 1200px;
        table-layout: fixed;
        width: 100%;
        border-collapse: separate;
        border-spacing: 0px;
        border-top: 1px solid #DDD;
        border-left: 1px solid #DDD;
        background: #FFF; }
        .hikaku-lp .comparison-table .table-scroll table th {
          font-size: 1.2rem;
          padding: 1rem 0;
          text-align: center;
          background: #f2f4f7;
          border-right: 1px solid #DDD;
          border-bottom: 1px solid #DDD; }
          @media only screen and (max-width: 767px) {
            .hikaku-lp .comparison-table .table-scroll table th.th-comp {
              position: sticky;
              left: -1px;
              z-index: 1000; } }
        .hikaku-lp .comparison-table .table-scroll table 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; }
          .hikaku-lp .comparison-table .table-scroll table td .refbutton {
            text-decoration: none;
            display: block;
            background: linear-gradient(180deg, #FF5900 50%, #FF0000 100%);
            border-bottom: #B10000 3px solid;
            border-radius: 4px;
            box-shadow: 0 0.1rem 0.2rem #b10000;
            color: #FFF;
            font-weight: bold;
            font-size: 1.3rem;
            text-shadow: -1px -1px 0 #777;
            padding: 0.6rem 0;
            line-height: 1.2; }
          @media only screen and (max-width: 767px) {
            .hikaku-lp .comparison-table .table-scroll table td.td-comp {
              position: sticky;
              left: -1px;
              z-index: 1000; } }
          .hikaku-lp .comparison-table .table-scroll table td.td-score {
            font-size: 1.1rem;
            color: #FF0000;
            background: #ffffbc; }
            .hikaku-lp .comparison-table .table-scroll table td.td-score span {
              font-size: 2rem;
              letter-spacing: -0.08rem; }
          .hikaku-lp .comparison-table .table-scroll table td .img-icon {
            display: block;
            margin: 0 auto 3px;
            width: 20px; }
  .hikaku-lp .section-midashi {
    position: relative;
    font-weight: bold;
    font-size: 3.2rem;
    text-align: center;
    line-height: 1.4;
    padding: 6rem 0 3rem 0; }
    @media only screen and (max-width: 767px) {
      .hikaku-lp .section-midashi {
        padding: 3rem 0 2rem 0; } }
    .hikaku-lp .section-midashi:before {
      width: 7.25rem;
      height: 7.25rem;
      z-index: 1;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background-image: url(../img/ct_bg_red.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      transform: rotate(-90deg); }
    .hikaku-lp .section-midashi:after {
      width: 7.25rem;
      height: 7.25rem;
      z-index: 1;
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      background-image: url(../img/ct_bg_red.png);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
  .hikaku-lp .rank-box {
    margin-bottom: 4rem;
    background: #fff; }
    .hikaku-lp .rank-box .section-midashi:before {
      background-image: url(../img/ct_bg_syoshin.png); }
    .hikaku-lp .rank-box .section-midashi:after {
      background-image: url(../img/ct_bg_syoshin.png); }
    .hikaku-lp .rank-box a {
      text-decoration: none; }
    .hikaku-lp .rank-box .item {
      background: #fff;
      padding: 0 5rem 5rem 5rem; }
      @media only screen and (max-width: 767px) {
        .hikaku-lp .rank-box .item {
          padding: 5% 5% 8% 5%; } }
      .hikaku-lp .rank-box .item .item-title {
        display: flex;
        border-top: 2px solid #222;
        border-bottom: 2px solid #222;
        background: #fffcf0;
        margin: 0 0 3rem 0; }
        .hikaku-lp .rank-box .item .item-title .item-title-rank {
          padding: 2rem 1.5rem;
          font-weight: bold;
          background: #fff; }
          .hikaku-lp .rank-box .item .item-title .item-title-rank .rank {
            font-size: 3.6rem;
            color: #FF0000; }
          .hikaku-lp .rank-box .item .item-title .item-title-rank .text {
            font-size: 1.4rem;
            color: #222; }
        .hikaku-lp .rank-box .item .item-title .name {
          padding: 0;
          margin: 28px 0 0 2rem;
          font-size: 2.4rem;
          background: none;
          color: #222;
          font-weight: bold;
          text-shadow: 0 0 black; }
      .hikaku-lp .rank-box .item .item-visual {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 0 1.5rem 0; }
        .hikaku-lp .rank-box .item .item-visual .item-img {
          background-color: #efefef;
          width: 57%; }
          @media only screen and (max-width: 767px) {
            .hikaku-lp .rank-box .item .item-visual .item-img {
              width: 100%; } }
          .hikaku-lp .rank-box .item .item-visual .item-img .item-img_textarea {
            display: flex; }
            .hikaku-lp .rank-box .item .item-visual .item-img .item-img_textarea .text {
              font-size: 1.25rem;
              color: #222;
              padding: 1rem;
              font-weight: bold;
              line-height: 1.6;
              width: 70%; }
            .hikaku-lp .rank-box .item .item-visual .item-img .item-img_textarea .item-button {
              width: 30%;
              padding: 1rem;
              font-size: 1.1rem;
              background: linear-gradient(180deg, #FF5900 50%, #FF0000 100%);
              text-shadow: -1px -1px 0 #777;
              color: #FFF;
              font-weight: bold;
              border-radius: 4px;
              margin: 1rem;
              text-align: center; }
        .hikaku-lp .rank-box .item .item-visual .item-info {
          width: 40%; }
          .hikaku-lp .rank-box .item .item-visual .item-info .item-spec {
            text-align: center; }
            .hikaku-lp .rank-box .item .item-visual .item-info .item-spec table {
              width: 100%;
              border-collapse: separate;
              border-spacing: 0px;
              border-top: 1px solid #DDD;
              border-left: 1px solid #DDD;
              background: #FFF; }
              .hikaku-lp .rank-box .item .item-visual .item-info .item-spec table th {
                font-size: 1.3rem;
                width: 60%;
                font-weight: bold;
                padding: 1.2rem 0;
                background: #f3f3f3;
                border-right: 1px solid #DDD;
                border-bottom: 1px solid #DDD; }
              .hikaku-lp .rank-box .item .item-visual .item-info .item-spec table td {
                width: 40%;
                font-size: 1.3rem;
                padding: 8px;
                border-right: 1px solid #DDD;
                border-bottom: 1px solid #DDD; }
      .hikaku-lp .rank-box .item .item-txt {
        font-size: 1.4rem;
        line-height: 1.95;
        color: #444;
        position: relative;
        margin: 4rem 0 2rem; }
        .hikaku-lp .rank-box .item .item-txt ul {
          padding: 4rem 2rem 1rem 2rem;
          box-shadow: 0 0.5rem 0.5rem #ccc;
          border-radius: 5px;
          border-top: 1px solid #ccc;
          background: #fffcf0; }
          @media only screen and (max-width: 767px) {
            .hikaku-lp .rank-box .item .item-txt ul {
              padding: 4rem 1rem 1rem 1rem; } }
          .hikaku-lp .rank-box .item .item-txt ul li {
            background: url(../img/icon/icon-check02.png) no-repeat 4px 5px;
            background-size: 2rem;
            line-height: 1.6;
            padding: 0.5rem 1rem 1.5rem 3rem;
            font-size: 1.6rem;
            letter-spacing: 0.1rem;
            list-style: none; }
        .hikaku-lp .rank-box .item .item-txt .title {
          display: inline-block;
          position: absolute;
          top: -2rem;
          width: 100%;
          left: 2.5rem; }
          @media only screen and (max-width: 767px) {
            .hikaku-lp .rank-box .item .item-txt .title {
              text-align: center;
              left: 0; } }
          .hikaku-lp .rank-box .item .item-txt .title span {
            text-align: center;
            font-size: 1.4rem;
            color: #FFF;
            background: #06ba06;
            padding: 0.5rem 2.5rem;
            border-radius: 5px;
            font-weight: bold;
            justify-content: center;
            display: inline-block; }
            @media only screen and (max-width: 767px) {
              .hikaku-lp .rank-box .item .item-txt .title span {
                border-radius: 50px; } }
      @media only screen and (max-width: 767px) {
        .hikaku-lp .rank-box .item .item-info {
          width: 100%; }
          .hikaku-lp .rank-box .item .item-info .item-spec table {
            width: 100%;
            border-collapse: separate;
            border-spacing: 0px;
            border-top: 1px solid #DDD;
            border-left: 1px solid #DDD;
            background: #FFF; }
            .hikaku-lp .rank-box .item .item-info .item-spec table th {
              font-size: 1.3rem;
              width: 60%;
              font-weight: bold;
              background: #f3f3f3;
              padding: 8px;
              border-right: 1px solid #DDD;
              border-bottom: 1px solid #DDD; }
            .hikaku-lp .rank-box .item .item-info .item-spec table td {
              width: 40%;
              font-size: 1.3rem;
              padding: 8px;
              border-right: 1px solid #DDD;
              border-bottom: 1px solid #DDD; }
          .hikaku-lp .rank-box .item .item-info .item-spec .txt-caution {
            text-align: right;
            padding: 0.2rem 0 2rem 0; } }
      .hikaku-lp .rank-box .item .item-camp {
        margin: 0px 0 1.5rem 0;
        float: none;
        width: 100%;
        background: none;
        border: 0;
        padding: 0; }
        .hikaku-lp .rank-box .item .item-camp p {
          font-size: 1.8rem;
          border: 2px solid #FFA800;
          border-radius: 8px;
          padding: 1rem;
          position: relative;
          line-height: 1.2;
          font-weight: bold;
          color: #FFA800;
          text-align: center; }
          @media only screen and (max-width: 767px) {
            .hikaku-lp .rank-box .item .item-camp p {
              font-size: 1.3rem;
              text-align: left; } }
          .hikaku-lp .rank-box .item .item-camp p:before {
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            border-style: solid;
            z-index: 2;
            bottom: -0.45em;
            left: 50%;
            margin-left: -6px;
            border-width: 8px 8px 0;
            border-color: #fff transparent; }
          .hikaku-lp .rank-box .item .item-camp p:after {
            z-index: 1;
            bottom: calc(-0.5em - 2px);
            left: 50%;
            margin-left: -7px;
            border-width: 9px 9px 0;
            border-color: #FFA800 transparent transparent;
            content: '';
            position: absolute;
            width: 0;
            height: 0;
            border-style: solid; }
      .hikaku-lp .rank-box .item .cv-bt {
        margin: 0 0 2rem 0; }
        .hikaku-lp .rank-box .item .cv-bt .button {
          text-align: center;
          margin: 0 0 1rem 0; }
          .hikaku-lp .rank-box .item .cv-bt .button a {
            color: #fff;
            text-shadow: -1px -1px 0 #777;
            font-weight: bold;
            font-size: 2.4rem;
            border-radius: 8px;
            padding: 2.3rem 2rem 1.9rem 2rem;
            background: linear-gradient(180deg, #FF5900 50%, #FF0000 100%);
            border-bottom: 4px solid #B10000;
            display: block;
            box-shadow: 0 0.2rem 0.4rem #b10000; }
            @media only screen and (max-width: 767px) {
              .hikaku-lp .rank-box .item .cv-bt .button a {
                font-size: 2.2rem;
                line-height: 1.4;
                padding: 1.8rem 2rem 1.4rem 2rem; } }
        .hikaku-lp .rank-box .item .cv-bt .text {
          text-align: center;
          font-size: 1.1rem; }
    .hikaku-lp .rank-box #rank-acc {
      text-align: center;
      padding: 0 0 5rem 0; }
      .hikaku-lp .rank-box #rank-acc .inner {
        margin: auto;
        padding: 1.5rem;
        width: 70%;
        border: 1px solid #222;
        border-radius: 8px;
        font-size: 1.6rem;
        font-weight: bold; }
    .hikaku-lp .rank-box .toggle {
      display: none; }
  .hikaku-lp .special-column {
    background: #fff;
    display: inline-block;
    width: 100%; }
    .hikaku-lp .special-column .inner {
      margin: 0 5rem; }
      @media only screen and (max-width: 767px) {
        .hikaku-lp .special-column .inner {
          margin: 0 5%; } }
      .hikaku-lp .special-column .inner h3 {
        margin: 3rem 0;
        font-size: 2.4rem;
        padding: 2rem;
        line-height: 1.4;
        border-radius: 8px;
        background: #f3f3f3; }
        @media only screen and (max-width: 767px) {
          .hikaku-lp .special-column .inner h3 {
            font-size: 1.8rem;
            padding: 1.5rem 2rem; } }
      .hikaku-lp .special-column .inner p {
        margin: 3rem 0;
        font-size: 1.5rem;
        letter-spacing: 0.15rem;
        line-height: 1.95; }
      .hikaku-lp .special-column .inner .detail-column {
        text-align: right;
        margin: -3rem 0 3rem 0; }
    .hikaku-lp .special-column .txt-matome {
      border: 4px solid #FFA800;
      border-radius: 8px;
      padding: 2rem 2rem 1px 2rem;
      margin: 4rem 0; }
      .hikaku-lp .special-column .txt-matome .title {
        color: #ff0000;
        font-size: 2.0rem;
        font-weight: bold;
        line-height: 1.4; }
    .hikaku-lp .special-column .title-txt-big {
      text-align: center;
      position: relative;
      padding: 1.5rem 2rem;
      font-size: 2.0rem;
      margin-bottom: 30px;
      color: #fff;
      font-weight: bold;
      line-height: 1.6;
      background: #06ba06;
      border-radius: 8px; }
      @media only screen and (max-width: 767px) {
        .hikaku-lp .special-column .title-txt-big {
          font-size: 16px;
          text-align: left;
          margin-bottom: 15px; } }
      .hikaku-lp .special-column .title-txt-big::after {
        top: 95%;
        left: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(255, 85, 72, 0);
        border-top-color: #06ba06;
        border-width: 20px;
        margin-left: -20px; }
    .hikaku-lp .special-column .osusume-box .osusume-item {
      border: 1px solid #222;
      border-radius: 8px;
      box-shadow: 0 0.5rem 0.5rem #ccc;
      margin: 0 0 5rem 0; }
      .hikaku-lp .special-column .osusume-box .osusume-item a {
        padding: 2rem;
        display: block;
        color: #222;
        text-decoration: none; }
        @media only screen and (max-width: 767px) {
          .hikaku-lp .special-column .osusume-box .osusume-item a {
            padding: 1.5rem; } }
        .hikaku-lp .special-column .osusume-box .osusume-item a .item-flex {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          .hikaku-lp .special-column .osusume-box .osusume-item a .item-flex .item-visual {
            width: 20%; }
            @media only screen and (max-width: 767px) {
              .hikaku-lp .special-column .osusume-box .osusume-item a .item-flex .item-visual {
                width: 27%; } }
          .hikaku-lp .special-column .osusume-box .osusume-item a .item-flex .item-txt {
            width: 77%; }
            @media only screen and (max-width: 767px) {
              .hikaku-lp .special-column .osusume-box .osusume-item a .item-flex .item-txt {
                width: 70%; } }
            .hikaku-lp .special-column .osusume-box .osusume-item a .item-flex .item-txt .item-title {
              font-size: 2.4rem;
              font-weight: bold;
              margin: 0 0 1.5rem 0; }
              @media only screen and (max-width: 767px) {
                .hikaku-lp .special-column .osusume-box .osusume-item a .item-flex .item-txt .item-title {
                  font-size: 1.8rem; } }
            .hikaku-lp .special-column .osusume-box .osusume-item a .item-flex .item-txt ul li {
              font-size: 1.6rem;
              line-height: 1.95;
              background: url(../img/icon/icon-check02.png) no-repeat 0px 5px;
              background-size: 2rem;
              padding: 0 0 0 3rem;
              list-style: none; }
              @media only screen and (max-width: 767px) {
                .hikaku-lp .special-column .osusume-box .osusume-item a .item-flex .item-txt ul li {
                  font-size: 1.2rem;
                  background-position: 0px; } }
    .hikaku-lp .special-column .ranking-button {
      text-align: center;
      margin: 0 0 5rem 0; }
      .hikaku-lp .special-column .ranking-button a {
        color: #fff;
        text-shadow: -1px -1px 0 #777;
        font-weight: bold;
        font-size: 2.4rem;
        border-radius: 8px;
        padding: 2.3rem 2rem 1.9rem 2rem;
        background: linear-gradient(180deg, #FF5900 50%, #FF0000 100%);
        border-bottom: 4px solid #b10000;
        display: block;
        box-shadow: 0 0.2rem 0.4rem #b10000;
        text-decoration: none; }
  .hikaku-lp .block-search {
    margin: 2rem auto; }

/* ///////////// hikaku-lp ここまで ///////////////*/
/* ///////hikaku-lp-02 色替え////// */
.l-lp-mainvisual-hikaku-lp-02 {
  background-color: #003116; }
  @media only screen and (max-width: 767px) {
    .l-lp-mainvisual-hikaku-lp-02 {
      margin-bottom: 0rem; } }
  .l-lp-mainvisual-hikaku-lp-02 img {
    margin: auto; }

.bg-color-hikaku-lp-02 {
  background-color: #fbfcfc; }
  .bg-color-hikaku-lp-02 .comp-table .inner .section-midashi {
    background: #0e4e49; }

.hikaku-lp-02 .block-ranking h2 {
  background: #0e4e49; }
@media only screen and (max-width: 767px) {
  .hikaku-lp-02 .block-search {
    margin: 2rem 1rem; } }
.hikaku-lp-02 .block-search .title-search {
  background: url(../img/icon/icon-search.png) 1.3rem 50% no-repeat #0e4e49 !important; }
.hikaku-lp-02 .ranking-bottom-text {
  border: 2px solid #0e4e49;
  color: #333;
  margin-top: -10px; }
  @media only screen and (max-width: 767px) {
    .hikaku-lp-02 .ranking-bottom-text {
      margin: 20px 10px; } }
  .hikaku-lp-02 .ranking-bottom-text:after {
    border-color: #0e4e49 transparent transparent; }
  .hikaku-lp-02 .ranking-bottom-text .button {
    text-align: right;
    font-weight: bold; }
.hikaku-lp-02 .box-rank {
  border: 5px solid #0e4e49; }
  .hikaku-lp-02 .box-rank .title {
    background: #0e4e49; }
    @media only screen and (max-width: 767px) {
      .hikaku-lp-02 .box-rank .title h3 .icon-rank img {
        width: 40px; } }
  .hikaku-lp-02 .box-rank .box {
    padding: 0px 2rem; }
    @media only screen and (max-width: 767px) {
      .hikaku-lp-02 .box-rank .box {
        padding: 0px; } }
  .hikaku-lp-02 .box-rank .company-spec {
    padding: 0px !important;
    padding-left: 2rem !important; }
    @media only screen and (max-width: 767px) {
      .hikaku-lp-02 .box-rank .company-spec {
        padding: 0rem 1rem 0rem 1rem !important; } }
    .hikaku-lp-02 .box-rank .company-spec dl.hikaku-lp-02-spec {
      border-right: 1px solid #dedede;
      border-left: 1px solid #dedede; }
    .hikaku-lp-02 .box-rank .company-spec dl dt {
      background: #E5F0F0 !important; }
  .hikaku-lp-02 .box-rank .ranking-spec > div.hikaku-lp-02-point {
    max-width: 100%; }
    @media only screen and (max-width: 767px) {
      .hikaku-lp-02 .box-rank .ranking-spec > div.hikaku-lp-02-point {
        margin: 3rem auto 2rem !important; } }
  .hikaku-lp-02 .box-rank .point-box {
    border: 2px solid #0e4e49; }
    .hikaku-lp-02 .box-rank .point-box:before {
      border-right: solid 12px #0e4e49; }
    .hikaku-lp-02 .box-rank .point-box h4 {
      background: #0e4e49; }
      .hikaku-lp-02 .box-rank .point-box h4:before {
        border-left: solid 18px #0e4e49; }
      .hikaku-lp-02 .box-rank .point-box h4:after {
        border-bottom: solid 18px #0e4e49; }
    .hikaku-lp-02 .box-rank .point-box .kerning {
      color: #006A6C; }
      @media only screen and (max-width: 767px) {
        .hikaku-lp-02 .box-rank .point-box .kerning {
          background: url(../img/icon/icon-check.png) no-repeat -3px -6px;
          padding-left: 3rem;
          font-size: 17px; } }
  .hikaku-lp-02 .box-rank .tab-wrap {
    margin-bottom: 4rem; }
    @media only screen and (max-width: 767px) {
      .hikaku-lp-02 .box-rank .tab-wrap {
        margin-bottom: 2rem; } }
  .hikaku-lp-02 .box-rank .btn-tab {
    border-bottom: 4px solid #666;
    display: flex;
    margin-top: 1rem; }
    .hikaku-lp-02 .box-rank .btn-tab .tab-btn {
      border: 1px solid #666;
      border-bottom: none;
      border-radius: 6px 6px 0 0;
      color: #666;
      cursor: pointer;
      font-size: 1.4rem;
      font-weight: 700;
      margin-right: .5rem;
      padding: .6rem .5rem; }
      .hikaku-lp-02 .box-rank .btn-tab .tab-btn.active {
        background: #666;
        color: #fff; }
  .hikaku-lp-02 .box-rank .tab-contents {
    display: none; }
    .hikaku-lp-02 .box-rank .tab-contents.active {
      display: block; }
    .hikaku-lp-02 .box-rank .tab-contents table {
      margin-top: 0; }
      .hikaku-lp-02 .box-rank .tab-contents table img {
        margin: auto;
        width: 25px; }
    .hikaku-lp-02 .box-rank .tab-contents .table-spread th {
      font-size: 1.1rem;
      width: 12.5%; }
      @media only screen and (max-width: 767px) {
        .hikaku-lp-02 .box-rank .tab-contents .table-spread th {
          font-size: 1rem; } }
    .hikaku-lp-02 .box-rank .tab-contents .table-spread td {
      font-size: 1.3rem;
      vertical-align: top; }
      @media only screen and (max-width: 767px) {
        .hikaku-lp-02 .box-rank .tab-contents .table-spread td {
          font-size: 1.2rem; } }
      .hikaku-lp-02 .box-rank .tab-contents .table-spread td img {
        margin: 0 auto .5rem;
        width: 25px; }
    .hikaku-lp-02 .box-rank .tab-contents .text-caution {
      font-size: 1rem;
      line-height: 1.3; }
    .hikaku-lp-02 .box-rank .tab-contents .table-swap td {
      font-size: 1.3rem;
      vertical-align: top; }
      @media only screen and (max-width: 767px) {
        .hikaku-lp-02 .box-rank .tab-contents .table-swap td {
          font-size: 1.2rem; } }
      .hikaku-lp-02 .box-rank .tab-contents .table-swap td img {
        margin: 0 auto .5rem;
        width: 25px; }
    .hikaku-lp-02 .box-rank .tab-contents .box-review {
      background: #f2f4f7;
      margin-bottom: 1.5rem;
      padding: 1.5rem; }
      @media only screen and (max-width: 767px) {
        .hikaku-lp-02 .box-rank .tab-contents .box-review {
          background: none;
          padding: 0; } }
      .hikaku-lp-02 .box-rank .tab-contents .box-review li {
        background: #fff;
        border-radius: 5px;
        box-shadow: 0 1px 3px #eee;
        margin-bottom: 1.5rem;
        padding: 2rem; }
        @media only screen and (max-width: 767px) {
          .hikaku-lp-02 .box-rank .tab-contents .box-review li {
            background: #f2f4f7;
            padding: 1.5rem; } }
        .hikaku-lp-02 .box-rank .tab-contents .box-review li:last-child {
          margin-bottom: 0; }
        .hikaku-lp-02 .box-rank .tab-contents .box-review li dl {
          display: flex;
          flex-wrap: wrap; }
          .hikaku-lp-02 .box-rank .tab-contents .box-review li dl dt {
            color: #666;
            font-size: 1.2rem;
            padding-right: 1.5rem;
            text-align: center;
            width: 15%; }
            @media only screen and (max-width: 767px) {
              .hikaku-lp-02 .box-rank .tab-contents .box-review li dl dt {
                font-size: 1rem;
                width: 20%; } }
            .hikaku-lp-02 .box-rank .tab-contents .box-review li dl dt .img-user img {
              margin: 0 auto .5rem; }
          .hikaku-lp-02 .box-rank .tab-contents .box-review li dl dd {
            font-size: 1.5rem;
            line-height: 1.8;
            width: 85%; }
            @media only screen and (max-width: 767px) {
              .hikaku-lp-02 .box-rank .tab-contents .box-review li dl dd {
                font-size: 1.4rem;
                width: 80%; } }
    .hikaku-lp-02 .box-rank .tab-contents .text-amendment {
      font-size: 1.4rem;
      line-height: 1.6; }
  @media only screen and (max-width: 767px) {
    .hikaku-lp-02 .box-rank .campaign p {
      font-size: 14px; }
      .hikaku-lp-02 .box-rank .campaign p span {
        font-size: 16px; } }
  .hikaku-lp-02 .box-rank .comment-box h4 {
    border-left: solid 0.5rem #0e4e49; }
  .hikaku-lp-02 .box-rank .comment-box .review-box {
    border: 2px solid #07736b; }
    @media only screen and (max-width: 767px) {
      .hikaku-lp-02 .box-rank .comment-box .review-box {
        border: 1px solid #07736b; } }
  .hikaku-lp-02 .box-rank .btn-comment p {
    border: 2px solid #0e4e49;
    color: #333; }

/* hikaku-lp-sougou用のみ */
.l-lp-mainvisual-hikaku-lp-sougou {
  margin-bottom: 0rem; }

.hikaku-lp-sougou .section-midashi:before, .hikaku-lp-sougou .section-midashi:after {
  background-image: url(../img/ct_bg_syoshin.png); }
.hikaku-lp-sougou .block-search .title-search {
  background: #06ba06; }

/* rank-lp用のみ (hikaku-lpの色違い) */
@media only screen and (max-width: 767px) {
  .rank-lp .block-ranking .hikaku-box table th.fixcell01 {
    position: sticky;
    left: 0px; }
  .rank-lp .block-ranking .hikaku-box table th.fixcell02 {
    position: sticky;
    left: 98px; } }
.rank-lp .block-ranking .hikaku-box table td.score {
  background: #FFF7DE; }
.rank-lp .block-ranking .hikaku-box table td {
  background: #fff; }
  .rank-lp .block-ranking .hikaku-box table td .sub-txt {
    font-size: 11px;
    line-height: 1.5; }
    @media only screen and (max-width: 767px) {
      .rank-lp .block-ranking .hikaku-box table td .sub-txt {
        font-size: 10px; } }
@media only screen and (max-width: 767px) {
  .rank-lp .block-ranking .hikaku-box table td.fixcell01 {
    position: sticky;
    left: 0px; }
  .rank-lp .block-ranking .hikaku-box table td.fixcell02 {
    position: sticky;
    left: 98px; } }
.rank-lp .block-ranking h2 {
  background: #E06976; }
  .rank-lp .block-ranking h2 span {
    background: #fff; }
.rank-lp .block-search .title-search {
  background: #E06976; }
.rank-lp .ranking-bottom-text {
  color: #454545;
  border: 2px solid #454545; }
.rank-lp .box-rank {
  border: 5px solid #E06976; }
  .rank-lp .box-rank .title {
    background: #E06976; }
  .rank-lp .box-rank .box .company-spec p {
    color: #454545; }
    .rank-lp .box-rank .box .company-spec p:before, .rank-lp .box-rank .box .company-spec p:after {
      border-top: solid 2px #454545;
      border-bottom: solid 2px #454545; }
  .rank-lp .box-rank .catch {
    background: #FFF7DE;
    color: #333; }
  .rank-lp .box-rank .ranking-spec .ranking-score {
    border: 5px solid #fa715b; }
    .rank-lp .box-rank .ranking-spec .ranking-score div:nth-of-type(1) {
      color: #fff;
      background: #fa715b; }
  .rank-lp .box-rank .point-box {
    border: 2px solid #E06976; }
    .rank-lp .box-rank .point-box:before {
      border-right: solid 12px #E06976; }
    .rank-lp .box-rank .point-box h4 {
      background: #E06976; }
      .rank-lp .box-rank .point-box h4:before {
        border-left: solid 18px #E06976; }
      .rank-lp .box-rank .point-box h4:after {
        border-bottom: solid 18px #E06976; }
    .rank-lp .box-rank .point-box .kerning {
      color: #CE4358; }
      .rank-lp .box-rank .point-box .kerning span {
        background: #adadad; }
  .rank-lp .box-rank .comment-box h4 {
    border-left: solid 0.5rem #E06976; }
  .rank-lp .box-rank .comment-box .review-box {
    border: 2px solid #adadad; }
  .rank-lp .box-rank .btn-comment p {
    color: #454545;
    border: 2px solid #454545; }

/*掲載会社一覧*/
.comp-table {
  background: #f2f4f7;
  padding: 50px 0; }
  .comp-table .inner {
    max-width: 660px;
    margin: 0 auto;
    padding: 0 20px; }
    @media only screen and (max-width: 767px) {
      .comp-table .inner {
        padding: 0px 10px; } }
    .comp-table .inner .section-midashi {
      background: #0F3D9E;
      font-weight: 700;
      color: #fff;
      font-size: 24px;
      line-height: 24px;
      display: block;
      width: 300px;
      margin: 0 auto 30px;
      padding: 10px;
      border-radius: 20px;
      text-align: center; }
    .comp-table .inner ul {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 100%; }
      .comp-table .inner ul li {
        font-size: 1.4rem;
        width: 47%;
        display: block;
        margin-right: 3%;
        margin-bottom: 3%;
        background: #fff;
        border-radius: 5px;
        height: 65px;
        border: 1px solid #e1e4e8;
        border-bottom: solid 5px #e1e4e8;
        position: relative; }
        .comp-table .inner ul li a {
          display: block;
          width: 100%;
          height: 100%;
          position: relative;
          transition: .3s; }
        .comp-table .inner ul li img {
          width: 40%;
          height: auto;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
          @media only screen and (max-width: 767px) {
            .comp-table .inner ul li img {
              width: 55%; } }
        .comp-table .inner ul li:after {
          content: "";
          position: absolute;
          right: 10px;
          top: 50%;
          border-style: solid;
          border-width: 0 6px 8px 6px;
          border-color: transparent transparent #cdd1d5 transparent;
          transform: rotate(90deg) translateX(-40%); }

/* 掲載会社一覧 hikaku-lp-sougou用で追加*/
.comp-table02 {
  padding: 0rem 0rem 5rem; }
  .comp-table02 .inner {
    max-width: initial;
    padding: 0; }
    .comp-table02 .inner .section-midashi02 {
      position: relative;
      font-weight: bold;
      font-size: 3.2rem;
      text-align: center;
      line-height: 1.4;
      padding: 6rem 0 3rem 0; }
      .comp-table02 .inner .section-midashi02:before {
        width: 7.25rem;
        height: 7.25rem;
        z-index: 1;
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background-image: url(../img/ct_bg_syoshin.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        transform: rotate(-90deg); }
      .comp-table02 .inner .section-midashi02:after {
        width: 7.25rem;
        height: 7.25rem;
        z-index: 1;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        background-image: url(../img/ct_bg_syoshin.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center; }
    .comp-table02 .inner ul {
      width: 46%;
      margin: auto; }
      @media only screen and (max-width: 767px) {
        .comp-table02 .inner ul {
          width: 94%; } }
      .comp-table02 .inner ul li {
        margin-right: 0rem; }
        @media only screen and (max-width: 767px) {
          .comp-table02 .inner ul li img {
            width: 60%; } }

/* 掲載会社一覧 rank-lp用で追加*/
.bg-color-rank-lp .comp-table {
  background: #f2f4f7; }
  .bg-color-rank-lp .comp-table .inner .section-midashi {
    background: #E06976; }

/* オススメ1枠(特集ページなどで使用) */
.osusume-1-box {
  /*スマホ*/ }
  .osusume-1-box li {
    list-style: none; }
  .osusume-1-box a {
    text-decoration: none !important; }
  .osusume-1-box .item {
    width: 100%;
    background: #FFF;
    border: 1px solid #EEE;
    position: relative; }
    .osusume-1-box .item .item-img img {
      width: 100%;
      height: auto; }
    .osusume-1-box .item .item-img span {
      color: red; }
    .osusume-1-box .item h2 {
      background: #53b4c5;
      color: #FFF; }
    .osusume-1-box .item .item-tag {
      clear: both; }
      .osusume-1-box .item .item-tag li {
        width: 48%;
        float: left;
        border: 1px solid #BBBBBB;
        background: #EFEFEF;
        color: #BBBBBB;
        margin: 1%;
        padding: 2px 5px;
        font-size: 12px; }
      .osusume-1-box .item .item-tag .○, .osusume-1-box .item .item-tag .on {
        color: #0d96a6;
        border: 1px solid #0d96a6;
        background: #f4ffff;
        font-weight: 900; }
    .osusume-1-box .item .cv-area {
      text-align: center;
      overflow: hidden;
      width: 70%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between; }
      .osusume-1-box .item .cv-area .more {
        width: 30%;
        text-align: center; }
        .osusume-1-box .item .cv-area .more a {
          border: 1px solid #1a3e86;
          border-radius: 6px;
          bottom: 0;
          color: #1a3e86;
          display: block;
          font-size: 1.6rem;
          font-weight: 700;
          padding: 1.4rem 1rem;
          text-align: center; }
      .osusume-1-box .item .cv-area .btn-cv {
        width: 68%;
        margin: auto; }
        .osusume-1-box .item .cv-area .btn-cv a {
          background: linear-gradient(180deg, #d40720 50%, #a80619 100%);
          border-radius: 6px;
          color: #fff;
          display: block;
          font-size: 2.2rem;
          font-weight: 700;
          text-align: center;
          padding: 1.3rem 1rem; }
  .osusume-1-box .item-pc {
    margin-bottom: 30px;
    position: relative;
    width: 99%;
    margin: 0 auto 30px; }
    .osusume-1-box .item-pc .icon-osusume {
      position: absolute;
      top: -6px;
      left: -7px;
      width: 90px; }
    .osusume-1-box .item-pc .item-in {
      padding: 15px;
      overflow: hidden;
      border: 3px solid #0054c7;
      border-top: none; }
    .osusume-1-box .item-pc h2 {
      padding: 10px 30px 10px 80px;
      font-size: 25px;
      background: #0054c7;
      background-size: 8px 8px; }
    .osusume-1-box .item-pc .item-point {
      padding: 0.5rem 2rem 0.5rem 6rem;
      margin-bottom: 15px;
      background: #fcf499 url(../img/icon/icon-point.png) no-repeat left center;
      background-position-x: 10px; }
      .osusume-1-box .item-pc .item-point p {
        margin-bottom: 0 !important; }
      .osusume-1-box .item-pc .item-point span {
        color: red;
        font-weight: bold; }
    .osusume-1-box .item-pc .item-img {
      width: 22%;
      float: left;
      margin-bottom: 15px; }
    .osusume-1-box .item-pc .item-info {
      width: 78%;
      float: right;
      padding-left: 15px; }
      .osusume-1-box .item-pc .item-info .txt1 {
        font-size: 18px !important;
        font-weight: bold;
        color: #385587;
        margin-bottom: 0.7rem !important; }
      .osusume-1-box .item-pc .item-info ul {
        margin: 0rem;
        padding-left: 0rem; }
        .osusume-1-box .item-pc .item-info ul br {
          display: none; }
      .osusume-1-box .item-pc .item-info li {
        font-size: 16px;
        line-height: 1.4;
        border-bottom: 1px dotted #CCC;
        padding: 5px 0;
        margin-bottom: 0.5rem; }
        .osusume-1-box .item-pc .item-info li span {
          background-color: #FFFFB6;
          color: #EB5404;
          font-weight: bold; }
        .osusume-1-box .item-pc .item-info li:last-child {
          border: none; }
      .osusume-1-box .item-pc .item-info .item-camp {
        float: none;
        margin-top: 15px;
        width: 100%;
        padding: 15px 15px 15px 60px;
        margin-bottom: 15px;
        background: #fff4f6 url(../img/icon/icon-camp.png) no-repeat left center;
        background-position-x: 10px;
        border: 1px solid #ffcdd8;
        color: #df365d;
        font-weight: bold; }
        .osusume-1-box .item-pc .item-info .item-camp p {
          margin-bottom: 0rem; }
    .osusume-1-box .item-pc .item-spec-box {
      overflow: hidden;
      clear: both;
      display: -webkit-flex;
      display: flex;
      justify-content: space-between; }
    .osusume-1-box .item-pc .item-spec {
      width: 49%;
      float: left; }
      .osusume-1-box .item-pc .item-spec table {
        width: 100%;
        margin-bottom: 10px !important;
        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; }
        .osusume-1-box .item-pc .item-spec table tbody {
          vertical-align: middle; }
      .osusume-1-box .item-pc .item-spec th {
        vertical-align: middle;
        text-align: center;
        padding: 2px 0;
        width: 40%;
        color: #5e5854;
        font-size: 12px;
        font-weight: normal; }
      .osusume-1-box .item-pc .item-spec td {
        vertical-align: middle;
        background: #FFF;
        text-align: center;
        padding: 5px;
        font-size: 13px;
        color: #5e5854;
        line-height: 1; }
        .osusume-1-box .item-pc .item-spec td img {
          width: 30px;
          margin: auto; }
        .osusume-1-box .item-pc .item-spec td p {
          font-weight: bold;
          margin-bottom: 0rem; }
      .osusume-1-box .item-pc .item-spec .txt-big {
        font-size: 20px !important;
        font-weight: bold; }
      .osusume-1-box .item-pc .item-spec .th-sub {
        background: #FFF;
        font-size: 11px; }
      .osusume-1-box .item-pc .item-spec .td-sub {
        background: #fcfcfc;
        font-size: 12px; }
  .osusume-1-box .item-sp {
    margin-bottom: 15px;
    width: 96%;
    margin: 0 auto 10px;
    position: relative; }
    .osusume-1-box .item-sp .icon-osusume {
      position: absolute;
      top: -5px;
      left: -6px;
      width: 80px; }
    .osusume-1-box .item-sp .item-in {
      padding: 10px;
      border: 3px solid #0054c7;
      border-top: none; }
    .osusume-1-box .item-sp a {
      text-decoration: none !important; }
    .osusume-1-box .item-sp h2 {
      padding: 10px 30px 10px 60px;
      font-size: 16px;
      background-color: #0054c7;
      background-size: 8px 8px; }
    .osusume-1-box .item-sp .rank-number {
      position: absolute;
      top: 0;
      left: 15px;
      width: 40px; }
    .osusume-1-box .item-sp .item-img {
      width: 25%;
      float: left; }
    .osusume-1-box .item-sp .item-catch {
      width: 72%;
      float: right;
      color: #e94343;
      font-weight: bold;
      font-size: 13px;
      line-height: 1.4; }
    .osusume-1-box .item-sp .item-point {
      clear: both;
      margin-bottom: 5px; }
      .osusume-1-box .item-sp .item-point ul {
        margin: auto;
        padding: 0; }
      .osusume-1-box .item-sp .item-point li {
        font-size: 12px;
        line-height: 1.5;
        border-bottom: 1px dotted #CCC;
        padding: 2px 0;
        margin: auto; }
        .osusume-1-box .item-sp .item-point li:last-child {
          border: none; }
        .osusume-1-box .item-sp .item-point li span {
          color: #EB5404;
          font-weight: bold; }
    .osusume-1-box .item-sp .item-tag {
      overflow: hidden;
      margin-bottom: 5px; }
      .osusume-1-box .item-sp .item-tag ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: auto;
        padding: 0; }
      .osusume-1-box .item-sp .item-tag li {
        width: 32.5%;
        font-size: 10px;
        padding: 0 2px;
        margin: 0;
        margin-bottom: 5px; }
    .osusume-1-box .item-sp .item-spec {
      overflow: hidden;
      clear: both;
      margin-bottom: 7px; }
      .osusume-1-box .item-sp .item-spec .th {
        font-size: 9px;
        width: 46%;
        float: left;
        color: #999;
        font-weight: bold;
        padding-top: 3px; }
      .osusume-1-box .item-sp .item-spec .td {
        width: 53%;
        font-size: 12px;
        float: right;
        color: #5e5854;
        font-weight: bold; }
      .osusume-1-box .item-sp .item-spec .tr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: hidden;
        border-bottom: 1px dotted #CCC;
        padding: 3px 0; }
      .osusume-1-box .item-sp .item-spec .fl, .osusume-1-box .item-sp .item-spec .fr {
        width: 50%; }
    .osusume-1-box .item-sp .item-camp {
      margin: 10px 0; }
      .osusume-1-box .item-sp .item-camp p {
        font-size: 12px; }
    .osusume-1-box .item-sp .cv-area {
      width: 100%; }
      .osusume-1-box .item-sp .cv-area .more {
        padding: 0;
        width: 30%; }
        .osusume-1-box .item-sp .cv-area .more a {
          font-size: 11px;
          padding: 1rem; }
      .osusume-1-box .item-sp .cv-area .btn-cv {
        width: 68%; }
        .osusume-1-box .item-sp .cv-area .btn-cv a {
          font-size: 1.6rem;
          padding: 1rem; }

/* オススメ1枠コンパクト(特集ページなどで使用) */
.osusume-1-box-small .item-pc {
  width: 100%;
  background: #FFF;
  border: 1px solid #EEE;
  position: relative;
  margin-bottom: 30px;
  position: relative; }
  .osusume-1-box-small .item-pc a {
    text-decoration: none !important; }
@media only screen and (max-width: 767px) {
  .osusume-1-box-small .item-sp {
    position: relative; } }
.osusume-1-box-small .item-sp a {
  text-decoration: none !important; }
.osusume-1-box-small h2 {
  padding: 10px 30px 10px 80px;
  font-size: 25px;
  background: #0054c7;
  background-size: 8px 8px;
  color: #FFF; }
  @media only screen and (max-width: 767px) {
    .osusume-1-box-small h2 {
      padding: 10px 30px 10px 60px;
      font-size: 16px; } }
.osusume-1-box-small .icon-osusume {
  position: absolute;
  top: -5px;
  left: -6px;
  width: 80px; }
.osusume-1-box-small .item-in {
  padding: 10px;
  box-shadow: 0 1px 4px #ccc;
  border: solid 1px #0054c7;
  border-top: none;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .osusume-1-box-small .item-in .item-catch {
      width: 72%;
      float: right;
      color: #e94343;
      font-weight: bold;
      font-size: 13px;
      line-height: 1.5; } }
.osusume-1-box-small .item-img {
  width: 20%;
  float: left;
  padding-right: 2%; }
  @media only screen and (max-width: 767px) {
    .osusume-1-box-small .item-img {
      width: 25%; } }
  .osusume-1-box-small .item-img img {
    width: 100%;
    height: auto; }
.osusume-1-box-small .item-spec {
  width: 20%;
  float: left; }
  @media only screen and (max-width: 767px) {
    .osusume-1-box-small .item-spec {
      float: none;
      width: 100%;
      overflow: hidden;
      clear: both;
      margin-bottom: 7px; } }
  .osusume-1-box-small .item-spec table {
    margin: 0 !important; }
  .osusume-1-box-small .item-spec th {
    font-size: 12px !important; }
  @media only screen and (max-width: 767px) {
    .osusume-1-box-small .item-spec .tr {
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      overflow: hidden;
      border-bottom: 1px dotted #CCC;
      padding: 3px 0; }
      .osusume-1-box-small .item-spec .tr .fl, .osusume-1-box-small .item-spec .tr .fr {
        width: 50%; }
        .osusume-1-box-small .item-spec .tr .fl .th, .osusume-1-box-small .item-spec .tr .fr .th {
          font-size: 9px;
          width: 46%;
          float: left;
          color: #999;
          font-weight: bold;
          padding-top: 3px; }
        .osusume-1-box-small .item-spec .tr .fl .td, .osusume-1-box-small .item-spec .tr .fr .td {
          width: 53%;
          font-size: 12px;
          float: right;
          color: #5e5854;
          font-weight: bold; } }
.osusume-1-box-small .item-info {
  width: 58%;
  float: right; }
  .osusume-1-box-small .item-info p {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 30px; }
    .osusume-1-box-small .item-info p span {
      color: #f44027;
      font-weight: 700; }
.osusume-1-box-small .cv-area {
  display: flex;
  justify-content: space-between; }
  .osusume-1-box-small .cv-area .more {
    width: 25%; }
    @media only screen and (max-width: 767px) {
      .osusume-1-box-small .cv-area .more {
        width: 30%; } }
    .osusume-1-box-small .cv-area .more a {
      border: 1px solid #1a3e86;
      border-radius: 6px;
      bottom: 0;
      color: #1a3e86;
      display: block;
      font-size: 1.6rem;
      font-weight: 700;
      padding: 1.4rem 1rem;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .osusume-1-box-small .cv-area .more a {
          font-size: 1.1rem;
          padding: 1rem; } }
  .osusume-1-box-small .cv-area .btn-cv {
    width: 73%; }
    @media only screen and (max-width: 767px) {
      .osusume-1-box-small .cv-area .btn-cv {
        width: 68%; } }
    .osusume-1-box-small .cv-area .btn-cv a {
      background: linear-gradient(180deg, #d40720 50%, #a80619 100%);
      bottom: 0;
      color: #fff;
      display: block;
      font-size: 2rem;
      font-weight: 700;
      padding: 1.4rem 1rem;
      text-align: center;
      border-radius: 6px; }
      @media only screen and (max-width: 767px) {
        .osusume-1-box-small .cv-area .btn-cv a {
          font-size: 1.4rem;
          padding: 1rem; } }
    .osusume-1-box-small .cv-area .btn-cv img {
      width: 100%;
      height: auto; }

/*特集一覧*/
.special-box .tit-obi h3 {
  background: url(../img/icon/ico-hnav04.png) 1rem center no-repeat #080544;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 1.5rem 2rem 1.5rem 5rem;
  margin-bottom: 2rem; }
.special-box section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .special-box section .item {
    flex-basis: 48%; }
    .special-box section .item a {
      text-decoration: none; }
      .special-box section .item a .title {
        color: #fff;
        font-weight: bold;
        padding: 1.5rem 0rem;
        font-size: 2.3rem;
        letter-spacing: .05rem;
        text-align: center;
        border-radius: 15px;
        margin-bottom: 1rem; }
        @media only screen and (max-width: 767px) {
          .special-box section .item a .title {
            font-size: 1.7rem;
            margin-bottom: 0.5rem; } }
      .special-box section .item a .title-1 {
        background: #3377D3; }
      .special-box section .item a .title-2 {
        background: #F0A734; }
      .special-box section .item a .title-3 {
        background: #13A065; }
      .special-box section .item a .title-4 {
        background: #5394ED; }
      .special-box section .item a .title-5 {
        background: #F4BE18; }
      .special-box section .item a .title-6 {
        background: #EE663A; }
      .special-box section .item a .description {
        letter-spacing: .05rem;
        line-height: 1.5; }
        @media only screen and (max-width: 767px) {
          .special-box section .item a .description {
            font-size: 1.3rem; } }

/*コンバージョンボタン　キランとするやつ*/
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
.shiny-btn {
  position: relative;
  display: block;
  overflow: hidden; }
  .shiny-btn::after {
    content: '';
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite; }
  .shiny-btn a {
    color: #fff; }

/*--ＤＭＭ特単用　おすすめ
--------------------------------------------------------------------------------*/
.recommend {
  margin: 3rem auto 4rem;
  background: #ffffcc;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0rem 0.2rem 0.5rem;
  padding: 1rem 0; }
  @media only screen and (max-width: 767px) {
    .recommend {
      margin: 0 auto 3rem;
      width: 98%;
      padding: .5rem 0;
      border-radius: 10px; } }
  .recommend .recommend__mainttlbox {
    background: #FFFFCC;
    color: #FF0000;
    margin: auto;
    text-align: center;
    padding: .5rem 0; }
    @media only screen and (max-width: 767px) {
      .recommend .recommend__mainttlbox {
        padding: 0; } }
    .recommend .recommend__mainttlbox .recommend__mainttl {
      text-align: center;
      font-size: 2.8rem;
      letter-spacing: .3rem;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #FFFFCC;
      color: #FF0000; }
      @media only screen and (max-width: 767px) {
        .recommend .recommend__mainttlbox .recommend__mainttl {
          display: block;
          line-height: 1.2;
          margin: .3rem auto .5rem;
          letter-spacing: .08rem; } }
      .recommend .recommend__mainttlbox .recommend__mainttl::before, .recommend .recommend__mainttlbox .recommend__mainttl::after {
        content: '';
        width: 3px;
        height: 35px;
        background-color: #FFC857; }
        @media only screen and (max-width: 767px) {
          .recommend .recommend__mainttlbox .recommend__mainttl::before, .recommend .recommend__mainttlbox .recommend__mainttl::after {
            display: none; } }
      .recommend .recommend__mainttlbox .recommend__mainttl::before {
        transform: rotate(-35deg);
        margin-right: 20px; }
      .recommend .recommend__mainttlbox .recommend__mainttl::after {
        transform: rotate(35deg);
        margin-left: 20px; }
      .recommend .recommend__mainttlbox .recommend__mainttl .pc-none {
        display: none; }
        @media only screen and (max-width: 767px) {
          .recommend .recommend__mainttlbox .recommend__mainttl .pc-none {
            display: block; } }
    .recommend .recommend__mainttlbox .fa-crown::before {
      color: #FFC857;
      font-size: 20px;
      padding-bottom: .5rem; }
  .recommend .recommend__box {
    width: 92%;
    border-radius: 5px;
    margin: auto;
    letter-spacing: .05rem; }
    @media only screen and (max-width: 767px) {
      .recommend .recommend__box {
        width: 100%; } }
    .recommend .recommend__box .recommend__ttl {
      background: #ff7d7d;
      padding: 1.5rem 1rem;
      font-size: 1.8rem;
      color: #fff;
      font-weight: bold;
      text-align: center;
      letter-spacing: .08rem; }
      @media only screen and (max-width: 767px) {
        .recommend .recommend__box .recommend__ttl {
          line-height: 1.2;
          padding: 1rem .2rem;
          font-size: 1.6rem; } }
    .recommend .recommend__box .recommend__logo {
      margin: 2rem auto 1rem; }
      @media only screen and (max-width: 767px) {
        .recommend .recommend__box .recommend__logo {
          margin: 1rem auto;
          text-align: center; } }
      .recommend .recommend__box .recommend__logo img {
        width: 90px; }
        @media only screen and (max-width: 767px) {
          .recommend .recommend__box .recommend__logo img {
            margin: auto;
            width: 130px; } }
    .recommend .recommend__box .recommend__inner {
      padding: 0 0 1rem;
      display: flex;
      justify-content: space-between; }
      @media only screen and (max-width: 767px) {
        .recommend .recommend__box .recommend__inner {
          display: block;
          padding: 0 .8rem 1rem; } }
      .recommend .recommend__box .recommend__inner .recommend__name-area {
        width: 40%; }
        @media only screen and (max-width: 767px) {
          .recommend .recommend__box .recommend__inner .recommend__name-area {
            width: 75%;
            margin: 0rem auto 1rem; }
            .recommend .recommend__box .recommend__inner .recommend__name-area p {
              text-align: center; } }
        .recommend .recommend__box .recommend__inner .recommend__name-area a {
          color: #333;
          font-weight: bold; }
      .recommend .recommend__box .recommend__inner .recommend__txt-area {
        width: 57%;
        background: #fff;
        padding: 1rem;
        border-radius: 5px; }
        @media only screen and (max-width: 767px) {
          .recommend .recommend__box .recommend__inner .recommend__txt-area {
            width: 100%;
            margin: 0 auto .5rem;
            padding: .5rem;
            font-weight: bold; } }
        .recommend .recommend__box .recommend__inner .recommend__txt-area ul li {
          font-size: 1.5rem;
          line-height: 1.5;
          margin-bottom: 2rem;
          text-indent: -2.5rem;
          list-style: none;
          padding-left: 3rem; }
          @media only screen and (max-width: 767px) {
            .recommend .recommend__box .recommend__inner .recommend__txt-area ul li {
              line-height: 1.4;
              margin-bottom: 1rem;
              font-size: 1.4rem; } }
          .recommend .recommend__box .recommend__inner .recommend__txt-area ul li::before {
            content: "\f14a";
            color: #4CFF4C;
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            font-size: 20px;
            padding-right: .8rem; }
          .recommend .recommend__box .recommend__inner .recommend__txt-area ul li:last-child {
            margin-bottom: 0; }
          .recommend .recommend__box .recommend__inner .recommend__txt-area ul li span.red {
            color: #FF0000;
            font-weight: bold; }
          .recommend .recommend__box .recommend__inner .recommend__txt-area ul li span.underline {
            text-decoration: underline; }
          .recommend .recommend__box .recommend__inner .recommend__txt-area ul li small {
            font-size: 1rem; }
        .recommend .recommend__box .recommend__inner .recommend__txt-area ul p {
          font-size: 1.3rem;
          line-height: 1.4;
          padding: 0 1rem; }
          @media only screen and (max-width: 767px) {
            .recommend .recommend__box .recommend__inner .recommend__txt-area ul p {
              font-size: 1.2rem; } }
    .recommend .recommend__box .recommend__cv-btn {
      width: 60%;
      background: #3cbe7d;
      border-bottom: #396736 4px solid;
      border-radius: 5px;
      text-align: center;
      margin: 1rem auto 2.5rem;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .recommend .recommend__box .recommend__cv-btn {
          width: 90%;
          margin: 0rem auto 1.5rem; } }
      .recommend .recommend__box .recommend__cv-btn a {
        display: block;
        width: 100%;
        color: #fff;
        font-size: 1.6rem;
        font-weight: bold;
        padding: 1.5rem; }
        @media only screen and (max-width: 767px) {
          .recommend .recommend__box .recommend__cv-btn a {
            padding: 2rem 1.5rem; } }
      .recommend .recommend__box .recommend__cv-btn::after {
        border-top: solid 3px #fff;
        border-right: solid 3px #fff;
        -webkit-transform: rotate(45deg);
        content: "";
        display: block;
        height: 8px;
        right: 2rem;
        position: absolute;
        top: 40%;
        transform: rotate(45deg);
        width: 8px; }
    .recommend .recommend__box .recommend__caution {
      font-size: 1rem;
      margin: 2rem 4rem 1rem;
      color: #9D9A9A; }
      @media only screen and (max-width: 767px) {
        .recommend .recommend__box .recommend__caution {
          margin: 1rem 2rem; } }

/* サイドバー無い場合のおすすめ枠調整 */
.lp .recommend {
  width: 85%; }
  @media only screen and (max-width: 767px) {
    .lp .recommend {
      width: 98%; } }

.recommend-txt {
  font-size: .9rem;
  text-align: center;
  margin-bottom: .5rem;
  border-width: 1px;
  background: #ff0000;
  color: #fff; }
  @media only screen and (max-width: 767px) {
    .recommend-txt {
      font-size: 1rem;
      font-weight: bold; } }

/* 口コミのもっと読むボタン
.accordion {
  position: relative;
}
.accordion-btn {
  background-color: #777;
  bottom: -17px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  left: 0;
  margin-left: auto;
  padding: 5px 15px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all .2s;
  width: fit-content;
  z-index: 1;
  border-radius: 10px;
}

.accordion-btn::after {
  content: "続きを読む";
}
.accordion-text {
  overflow: hidden;
  position: relative;
}
.accordion-text.is-hide {
  height: 100px;
}
.accordion-text::before {
  background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  background:         linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,.9) 50%, rgba(255,255,255,.9) 50%, #fff 100%);
  bottom: 0;
  content: "";
  height: 45px;
  position: absolute;
  width: 100%;
  @include media(sp){height: 40px;}
}
.accordion-btn.is-show {
  bottom: -2em;
}
.accordion-btn.is-show::after {
  content: "閉じる";
}
.accordion-btn.is-show + .accordion-text::before {
  display: none;
}
*/

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