@charset "UTF-8";
/**▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼　デバイス毎の条件分岐　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼**/
/**▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ デバイス毎の条件分岐（触らない） ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲**/
/*//////////////////////  共通でつかう  /////////////////////////*/
h1 {
  font-size: 2rem;
  margin-bottom: 1rem; }

h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem; }

h3 {
  font-size: 1.6rem;
  margin-bottom: .5rem;
  line-height: 1.2; }

p {
  font-size: 1.4rem;
  line-height: 1.2; }

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0px;
  word-break: break-all;
  word-wrap: break-word;
  background: #FFF;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  margin-bottom: 1rem; }
  table th, table td {
    padding: .7rem;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    vertical-align: middle; }
    @media only screen and (max-width: 767px) {
      table th, table td {
        font-size: 1.2rem; } }
  table th {
    background: #f3f3f3; }

.flex {
  display: flex;
  justify-content: space-between; }

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

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

/* cvボタン */
.cv-btn, .cv-btn01 {
  width: 100%; }
  .cv-btn a, .cv-btn01 a {
    background: linear-gradient(45deg, #ff530d, #ff8400);
    border-radius: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-bottom: solid 5px #bf3a03;
    color: #fff;
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 1.5rem;
    text-align: center;
    text-decoration: none;
    line-height: 1.2; }
    @media only screen and (max-width: 767px) {
      .cv-btn a, .cv-btn01 a {
        font-size: 1.8rem;
        padding: 1rem;
        line-height: 1.2; } }
    .cv-btn a:hover, .cv-btn01 a:hover {
      background: linear-gradient(45deg, #ff7e00, #f15d21);
      transform: translateY(-2px);
      box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2); }
  .cv-btn .text-link, .cv-btn01 .text-link {
    font-size: 1.2rem; }

/*//////////////////////  MV  /////////////////////////*/
.l-mainvisual {
  height: 25rem;
  position: relative;
  max-width: 1000px;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .l-mainvisual {
      height: 30rem;
      max-width: 100%; } }

.mainvisual-img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.mainvisual-content {
  position: absolute;
  text-align: center;
  top: 65%;
  transform: translateY(-50%);
  right: 5%;
  color: #fff;
  width: 30%; }
  @media only screen and (max-width: 767px) {
    .mainvisual-content {
      top: 95%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%; } }
  .mainvisual-content h1 {
    background: linear-gradient(45deg, #00bcd4, #2196f3, #1976d2);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 2.4rem;
    margin-bottom: 0;
    font-weight: bold; }
  .mainvisual-content .check-btn {
    background: linear-gradient(45deg, #00bcd4, #2196f3, #1976d2);
    border-bottom: solid 5px #11579d;
    border-radius: 1rem;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    color: #fff;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 1rem 2rem;
    text-decoration: none;
    width: 90%; }
    .mainvisual-content .check-btn:hover {
      background-color: #e64a19; }

/*//////////////////////  通常ランキング カード /////////////////////////*/
.ranking-ttl {
  background: linear-gradient(45deg, #00bcd4, #2196f3, #1976d2);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .ranking-ttl {
      font-size: 2rem;
      margin-bottom: 1rem; } }
  .ranking-ttl::before, .ranking-ttl::after {
    background: linear-gradient(45deg, #00bcd4, #2196f3, #1976d2);
    content: "";
    position: absolute;
    top: 50%;
    height: 3px;
    width: 10%; }
    @media only screen and (max-width: 767px) {
      .ranking-ttl::before, .ranking-ttl::after {
        height: 2px;
        width: 5%; } }
  .ranking-ttl::before {
    left: 15%;
    margin-top: -1px; }
    @media only screen and (max-width: 767px) {
      .ranking-ttl::before {
        left: 8%; } }
  .ranking-ttl::after {
    right: 15%;
    margin-top: -1px; }
    @media only screen and (max-width: 767px) {
      .ranking-ttl::after {
        right: 8%; } }

#ranking {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    #ranking {
      padding: 0 .5rem; } }
  #ranking .rankingBox-item {
    background: #fff;
    border-top: 10px solid;
    border-image: linear-gradient(45deg, #00bcd4, #1976d2) 1;
    box-shadow: 1px 3px 5px 3px #b3c1c7;
    flex-grow: 1;
    padding: 2rem;
    margin-bottom: 2rem;
    margin-right: 1.5rem;
    width: 48%; }
    @media only screen and (max-width: 767px) {
      #ranking .rankingBox-item {
        padding: 1rem;
        margin-right: .5rem; } }
    #ranking .rankingBox-item:last-child {
      margin-right: 51%; }
    #ranking .rankingBox-item:nth-of-type(2n) {
      margin-right: 0; }
    #ranking .rankingBox-item .item-in {
      display: flex;
      flex-direction: column;
      height: 100%; }
      #ranking .rankingBox-item .item-in .item-name p {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: .5rem; }
      #ranking .rankingBox-item .item-in .banner {
        margin-bottom: 1.5rem; }
      #ranking .rankingBox-item .item-in .logo-area {
        align-items: center;
        display: flex;
        justify-content: center;
        margin-bottom: 1.5rem; }
        #ranking .rankingBox-item .item-in .logo-area .logo-img {
          height: auto;
          margin-right: .5rem;
          width: 15%; }
        #ranking .rankingBox-item .item-in .logo-area .logo-text {
          color: #737373;
          font-size: 1rem;
          margin-right: .5rem;
          width: 70%; }
        #ranking .rankingBox-item .item-in .logo-area .brand-img {
          width: 15%; }
      #ranking .rankingBox-item .item-in .catch-text {
        background: #fffbe5;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.4;
        margin-bottom: 1rem;
        padding: 1rem; }
        @media only screen and (max-width: 767px) {
          #ranking .rankingBox-item .item-in .catch-text {
            font-size: 1.4rem; } }
        #ranking .rankingBox-item .item-in .catch-text i {
          color: #dda00f;
          padding-right: .2rem; }
      #ranking .rankingBox-item .item-in .spec-table {
        border-top: 1px solid #a8b2c3; }
        #ranking .rankingBox-item .item-in .spec-table th, #ranking .rankingBox-item .item-in .spec-table td {
          font-size: 1.4rem;
          border-bottom: solid 1px #a8b2c3;
          border-right: solid 1px #a8b2c3;
          padding: .5rem;
          line-height: 1.3; }
          @media only screen and (max-width: 767px) {
            #ranking .rankingBox-item .item-in .spec-table th, #ranking .rankingBox-item .item-in .spec-table td {
              font-size: 1.1rem;
              line-height: 1.0; } }
        #ranking .rankingBox-item .item-in .spec-table th {
          background: #eef4ff; }
        #ranking .rankingBox-item .item-in .spec-table td {
          text-align: center;
          font-weight: bold; }
      #ranking .rankingBox-item .item-in .tag-list {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 1rem; }
        #ranking .rankingBox-item .item-in .tag-list li {
          background: #2c79f1;
          border-radius: 2rem;
          color: #fff;
          font-size: 1rem;
          font-weight: 500;
          padding: .5rem 1.5rem;
          text-align: center;
          margin-bottom: .5rem;
          margin-right: .2rem; }
          @media only screen and (max-width: 767px) {
            #ranking .rankingBox-item .item-in .tag-list li {
              padding: .5rem 1rem;
              font-size: .9rem;
              line-height: 1.0;
              width: 48%; } }
          #ranking .rankingBox-item .item-in .tag-list li:last-child {
            margin-right: 0; }
      #ranking .rankingBox-item .item-in .point3 {
        margin-bottom: 1.5rem;
        text-align: left; }
        #ranking .rankingBox-item .item-in .point3 li {
          border-bottom: 1px dotted #2c79f1;
          color: #696969;
          font-size: 1.3rem;
          font-weight: 500;
          line-height: 1.4;
          position: relative;
          padding-bottom: 1rem;
          padding-left: 2rem;
          margin-bottom: 1.5rem; }
          @media only screen and (max-width: 767px) {
            #ranking .rankingBox-item .item-in .point3 li {
              font-size: 1.2rem;
              margin-bottom: 1rem; } }
          #ranking .rankingBox-item .item-in .point3 li:before {
            color: #2c79f1;
            content: '\f14a ';
            font-family: 'FontAwesome';
            font-size: 1.4rem;
            position: absolute;
            left: 0%;
            top: 0px; }
          #ranking .rankingBox-item .item-in .point3 li:last-child {
            border-bottom: none;
            padding-bottom: 0; }
    #ranking .rankingBox-item .cv-btn01 {
      margin: 0 auto 1rem; }
    #ranking .rankingBox-item .cv-btn {
      margin-top: auto; }

/*//////////////////////  PRボックス /////////////////////////*/
.pr-box {
  background: #fff;
  border-radius: 1rem;
  border: 2px solid transparent;
  border-image: linear-gradient(135deg, #d9cf3f, #bfb740, #d9cf3f) 1;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 3rem 0;
  width: 100%; }
  .pr-box .pr-title {
    background: linear-gradient(135deg, #d9cf3f, #bfb740, #d9cf3f);
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 2.4rem;
    height: 4.5rem;
    padding: 1rem 1.5rem;
    position: relative;
    margin: 0 auto 2rem;
    text-align: left;
    width: 18%; }
    @media only screen and (max-width: 767px) {
      .pr-box .pr-title {
        width: 40%; } }
    .pr-box .pr-title::after {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      z-index: 1;
      top: 0;
      right: 0;
      border-width: 2rem 1.5rem 2.5rem 0;
      border-color: transparent #fff transparent transparent;
      border-style: solid; }
  .pr-box .pr-item {
    padding: 0 2.5rem 2.5rem; }
    @media only screen and (max-width: 767px) {
      .pr-box .pr-item {
        padding: 0 1.5rem 1rem; } }
    .pr-box .pr-item .item-in .flex {
      align-items: center;
      justify-content: center;
      margin-bottom: 1.5rem; }
      @media only screen and (max-width: 767px) {
        .pr-box .pr-item .item-in .flex {
          display: block; } }
    .pr-box .pr-item .item-in .banner {
      width: 30%;
      margin-right: 1rem; }
      @media only screen and (max-width: 767px) {
        .pr-box .pr-item .item-in .banner {
          width: 100%;
          margin-bottom: 2rem;
          margin-right: 0; } }
      .pr-box .pr-item .item-in .banner img {
        width: 100%; }
    .pr-box .pr-item .item-in .right-area {
      width: 65%; }
      @media only screen and (max-width: 767px) {
        .pr-box .pr-item .item-in .right-area {
          width: 100%; } }
      .pr-box .pr-item .item-in .right-area .item-name {
        font-weight: bold;
        color: #1976d2;
        margin-bottom: 1rem; }
        .pr-box .pr-item .item-in .right-area .item-name a {
          font-size: 1.6rem; }
          .pr-box .pr-item .item-in .right-area .item-name a:hover {
            color: #00bcd4; }
      .pr-box .pr-item .item-in .right-area .campaign-text .catch {
        color: #1976d2;
        font-size: 3.2rem;
        font-weight: bold;
        margin-bottom: .5rem; }
      .pr-box .pr-item .item-in .right-area .campaign-text .text {
        font-size: 1.8rem;
        font-weight: bold;
        margin-bottom: .5rem; }
      .pr-box .pr-item .item-in .right-area .campaign-text .date {
        color: #6e6e6e;
        font-size: 1.4rem;
        font-weight: normal; }
    .pr-box .pr-item .item-in .catch-text {
      font-size: 1.2rem;
      color: #333;
      margin-bottom: 10px; }
      .pr-box .pr-item .item-in .catch-text i {
        color: #ff9800; }
    .pr-box .pr-item .item-in .campaign-box {
      background: #fffbe5;
      border-radius: 1.5rem;
      font-weight: 500;
      padding: 1rem 1.5rem; }
      .pr-box .pr-item .item-in .campaign-box .campaign-ttl {
        border-bottom: 2px dotted #bf3a03;
        font-size: 2rem;
        padding-bottom: .5rem;
        text-align: center;
        margin-bottom: 1rem; }
        .pr-box .pr-item .item-in .campaign-box .campaign-ttl i {
          color: #bf3a03;
          padding-right: .5rem; }
      .pr-box .pr-item .item-in .campaign-box .campaign-text {
        font-size: 1.4rem;
        line-height: 1.2;
        margin-bottom: 1rem; }
    .pr-box .pr-item .item-in .cv-btn {
      margin: 2rem auto;
      width: 80%; }

/*//////////////////////  キャンペーンバナー /////////////////////////*/
.campaign-banner {
  margin: 8rem 0;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .campaign-banner {
      margin: 3rem 0 5rem; } }
  .campaign-banner .title {
    background: linear-gradient(45deg, #00bcd4, #2196f3, #1976d2);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 4rem;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .campaign-banner .title {
        margin-bottom: 2rem; } }
    .campaign-banner .title::before {
      content: '\f06b';
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      display: block;
      font-size: 3rem;
      color: #2196f3;
      margin: 0 auto 1rem; }
    .campaign-banner .title::after {
      content: '';
      display: block;
      width: 70px;
      height: 3px;
      background: linear-gradient(45deg, #00bcd4, #2196f3, #1976d2);
      margin: 1rem auto 0; }
  .campaign-banner .banner-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1rem;
    margin-bottom: 1.5rem; }
    @media only screen and (max-width: 767px) {
      .campaign-banner .banner-list {
        display: block; } }
    .campaign-banner .banner-list .banner {
      flex: 0 0 calc((100% - 2rem) / 3);
      margin-bottom: 1rem; }
      @media only screen and (max-width: 767px) {
        .campaign-banner .banner-list .banner {
          width: 95%;
          margin: 0 auto 1rem; } }
      .campaign-banner .banner-list .banner img {
        width: 100%;
        display: block;
        border-radius: 1rem;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }

/*//////////////////////  検索ボックス /////////////////////////*/
.main-search-table {
  background: linear-gradient(45deg, #00bcd4, #2196f3, #1976d2);
  border-radius: 1rem;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  margin: 2rem auto 3.5rem;
  padding: 2rem; }
  .main-search-table .search-title {
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center; }
  .main-search-table .main-search_in {
    background: #fff;
    border-radius: 1rem;
    overflow: hidden;
    padding: 1.5rem; }
    .main-search-table .main-search_in .form-group {
      margin-bottom: 1.5rem; }
      .main-search-table .main-search_in .form-group p {
        font-size: 1.6rem;
        font-weight: 600;
        color: #0288d1;
        margin-bottom: 1rem; }
      .main-search-table .main-search_in .form-group input {
        all: unset; }
      .main-search-table .main-search_in .form-group select {
        width: 48%;
        padding: 10px;
        font-size: 1.4rem;
        font-weight: 500;
        border: 1px solid #4399cd;
        border-radius: .5rem;
        background: #fff;
        color: #0288d1;
        box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.05);
        transition: all 0.3s ease; }
        .main-search-table .main-search_in .form-group select:focus {
          border-color: #1976d2;
          background-color: #e3f2fd;
          outline: none; }
      .main-search-table .main-search_in .form-group ul.list-unstyled {
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        gap: 1.5rem; }
        .main-search-table .main-search_in .form-group ul.list-unstyled li label {
          display: inline-block;
          padding: 1rem;
          padding-right: 1.5rem;
          font-size: 1.4rem;
          font-weight: 500;
          color: #0288d1;
          background: #fff;
          border: 1px solid #4399cd;
          border-radius: .5rem;
          transition: all 0.3s ease;
          cursor: pointer; }
          .main-search-table .main-search_in .form-group ul.list-unstyled li label:hover {
            background: #0288d1;
            border-color: #1976d2;
            color: #fff;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); }
          .main-search-table .main-search_in .form-group ul.list-unstyled li label:active {
            background: #0288d1;
            border-color: #1976d2; }
          .main-search-table .main-search_in .form-group ul.list-unstyled li label.active {
            background: #0288d1;
            border-color: #1976d2;
            color: #fff;
            box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); }
    .main-search-table .main-search_in .form-group-row {
      display: flex;
      justify-content: space-between;
      gap: 2rem; }
      @media only screen and (max-width: 767px) {
        .main-search-table .main-search_in .form-group-row {
          display: block; } }
      .main-search-table .main-search_in .form-group-row .form-group {
        width: 48%; }
        @media only screen and (max-width: 767px) {
          .main-search-table .main-search_in .form-group-row .form-group {
            width: 100%; } }
        .main-search-table .main-search_in .form-group-row .form-group p {
          margin-right: 1rem; }
        .main-search-table .main-search_in .form-group-row .form-group select {
          width: 100%; }
  .main-search-table .submit-area {
    margin-top: 2rem;
    text-align: center; }
    .main-search-table .submit-area #submit-btn {
      background: linear-gradient(45deg, #2196F3, #00BCD4);
      border: none;
      border-radius: 2rem;
      box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
      color: #fff;
      cursor: pointer;
      font-size: 1.8rem;
      font-weight: 700;
      padding: 1.5rem 2rem;
      transition: all 0.3s ease;
      margin: 1rem auto 1.5rem;
      width: 70%; }
      @media only screen and (max-width: 767px) {
        .main-search-table .submit-area #submit-btn {
          width: 90%; } }
      .main-search-table .submit-area #submit-btn:hover {
        background: linear-gradient(45deg, #00BCD4, #2196F3);
        box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.3); }
      .main-search-table .submit-area #submit-btn:active {
        background: linear-gradient(45deg, #00BCD4, #2196F3);
        box-shadow: none; }
  .main-search-table .result-box {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    background: #fff;
    border: 1px solid #0288d1;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); }
    .main-search-table .result-box p {
      font-size: 1rem;
      font-weight: 500;
      margin: 0.2rem 0; }
    .main-search-table .result-box #result {
      font-size: 1.6rem;
      color: #f44336;
      font-weight: bold; }

/*//////////////////////  検索結果  /////////////////////////*/
.search-result {
  margin-bottom: 3rem; }
  .search-result h2 {
    background: linear-gradient(45deg, #00bcd4, #2196f3, #1976d2);
    color: #fff;
    display: flex;
    padding: 1.5rem; }
    .search-result h2 i {
      padding-right: .5rem; }
    .search-result h2 p {
      font-size: 1.8rem; }
  .search-result #itemLists .sortable .list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin: 0 auto;
    padding: 1rem; }
  .search-result #itemLists .sortable .card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    width: calc(33.333% - 1rem);
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease, box-shadow 0.3s ease; }
    @media only screen and (max-width: 767px) {
      .search-result #itemLists .sortable .card {
        width: calc(50% - 1rem); } }
    .search-result #itemLists .sortable .card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15); }
    .search-result #itemLists .sortable .card .card-content .thumb img {
      width: 100%;
      height: auto;
      border-radius: 8px;
      margin-bottom: 1rem; }
    .search-result #itemLists .sortable .card .card-content .text .name {
      font-size: 1.8rem;
      font-weight: bold;
      margin-bottom: .5rem;
      text-align: center; }
      .search-result #itemLists .sortable .card .card-content .text .name a {
        color: #1976d2;
        text-decoration: none;
        transition: color 0.3s ease; }
        .search-result #itemLists .sortable .card .card-content .text .name a:hover {
          color: #00bcd4; }
    .search-result #itemLists .sortable .card .card-content .text .catch-text {
      color: #333;
      font-size: 1.4rem;
      margin-bottom: 1rem;
      line-height: 1.4;
      text-align: left; }
  .search-result .main-not p {
    font-size: 1.8rem;
    font-weight: 500; }

/*//////////////////////  案件詳細ページ  /////////////////////////*/
.single-comp {
  background: #fff;
  padding: 2rem; }
  .single-comp .item-in {
    display: flex;
    flex-direction: column;
    height: 100%; }
    .single-comp .item-in .item-name p {
      font-size: 2.2rem;
      font-weight: bold;
      margin-bottom: .5rem; }
    .single-comp .item-in .logo-area {
      align-items: center;
      display: flex;
      margin-bottom: 1.5rem; }
      .single-comp .item-in .logo-area .logo-img {
        height: auto;
        margin-right: .5rem;
        width: 5%; }
      .single-comp .item-in .logo-area .logo-text {
        color: #737373;
        font-size: 1rem;
        margin-right: .5rem; }
      .single-comp .item-in .logo-area .brand-img {
        width: 5%; }
    .single-comp .item-in .flex {
      align-items: center;
      margin-bottom: 2rem; }
      @media only screen and (max-width: 767px) {
        .single-comp .item-in .flex {
          display: block; } }
      .single-comp .item-in .flex .banner {
        margin-right: 1.5rem;
        width: 45%; }
        @media only screen and (max-width: 767px) {
          .single-comp .item-in .flex .banner {
            width: 100%;
            margin-bottom: 1.5rem;
            margin-right: 0; } }
      .single-comp .item-in .flex .catch-text {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.8;
        margin-bottom: 1rem; }
        @media only screen and (max-width: 767px) {
          .single-comp .item-in .flex .catch-text {
            font-size: 1.4rem; } }
        .single-comp .item-in .flex .catch-text i {
          color: #dda00f;
          padding-right: .2rem; }
    .single-comp .item-in .campaign-box {
      background: #fffbe5;
      border-radius: 1.5rem;
      font-weight: 500;
      padding: 1rem 1.5rem;
      margin: 2rem auto; }
      @media only screen and (max-width: 767px) {
        .single-comp .item-in .campaign-box {
          margin: 0 auto 1rem; } }
      .single-comp .item-in .campaign-box .campaign-ttl {
        border-bottom: 2px dotted #bf3a03;
        font-size: 2rem;
        padding-bottom: .5rem;
        text-align: center;
        margin-bottom: 1rem; }
        .single-comp .item-in .campaign-box .campaign-ttl i {
          color: #bf3a03;
          padding-right: .5rem; }
      .single-comp .item-in .campaign-box .campaign-text {
        font-size: 1.4rem;
        line-height: 1.2;
        margin-bottom: 1rem; }
    .single-comp .item-in .tag-list {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: 2rem; }
      .single-comp .item-in .tag-list li {
        background: #2c79f1;
        border-radius: 2rem;
        color: #fff;
        font-size: 1.2rem;
        font-weight: 500;
        padding: .5rem 1.5rem;
        text-align: center;
        margin-bottom: .5rem;
        margin-right: .5rem; }
        @media only screen and (max-width: 767px) {
          .single-comp .item-in .tag-list li {
            font-size: .9rem;
            width: 48%; } }
        .single-comp .item-in .tag-list li:last-child {
          margin-right: 0; }
    .single-comp .item-in .point3 {
      margin-bottom: 1.5rem;
      text-align: left; }
      .single-comp .item-in .point3 li {
        border-bottom: 1px dotted #2c79f1;
        color: #696969;
        font-size: 1.3rem;
        font-weight: 500;
        line-height: 1.4;
        position: relative;
        padding-bottom: 1rem;
        padding-left: 2rem;
        margin-bottom: 1.5rem; }
        @media only screen and (max-width: 767px) {
          .single-comp .item-in .point3 li {
            font-size: 1.2rem; } }
        .single-comp .item-in .point3 li:before {
          color: #2c79f1;
          content: '\f14a ';
          font-family: 'FontAwesome';
          font-size: 1.4rem;
          position: absolute;
          left: 0%;
          top: 0px; }
        .single-comp .item-in .point3 li:last-child {
          border-bottom: none;
          padding-bottom: 0; }

/*//////////////////////  記事、LP内のテキスト系など  /////////////////////////*/
/* 記事ページ */
.single-column {
  border-radius: 10px;
  padding: 3rem 3rem 1rem;
  margin-bottom: 3rem;
  background: #fff; }
  @media only screen and (max-width: 767px) {
    .single-column {
      padding: 2rem 1rem; } }
  .single-column .single-column-in h1 {
    font-size: 2.5rem;
    line-height: 1.4; }
    @media only screen and (max-width: 767px) {
      .single-column .single-column-in h1 {
        font-size: 2rem;
        line-height: 1.2;
        margin-bottom: 0.5rem; } }
  .single-column .single-column-in h2 {
    background: #2167b1;
    padding: 1.5rem;
    color: #fff;
    font-size: 2.2rem;
    margin-bottom: 2rem;
    border-radius: 5px; }
    @media only screen and (max-width: 767px) {
      .single-column .single-column-in h2 {
        padding: 1rem;
        font-size: 1.8rem;
        line-height: 1.2; } }
  .single-column .single-column-in h3 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    background: #f3f3f3;
    padding: 1.5rem;
    border-radius: 5px;
    border-left: solid 6px #ccc; }
  .single-column .single-column-in h4 {
    font-size: 1.7rem;
    margin-bottom: 1rem;
    border-left: solid 6px #2167b1;
    padding: .5rem 1rem; }
    @media only screen and (max-width: 767px) {
      .single-column .single-column-in h4 {
        line-height: 1.2; } }
  .single-column .single-column-in p {
    margin-bottom: 3rem; }
    @media only screen and (max-width: 767px) {
      .single-column .single-column-in p {
        margin-bottom: 2rem;
        font-size: 1.4rem; } }
    .single-column .single-column-in p img {
      margin: auto; }
  .single-column .single-column-in ul {
    margin: 2rem 1rem; }
    .single-column .single-column-in ul li {
      margin-bottom: 1.3rem;
      position: relative;
      padding-left: 2.5rem; }
      @media only screen and (max-width: 767px) {
        .single-column .single-column-in ul li {
          line-height: 1.4; } }
      .single-column .single-column-in ul li::before {
        position: absolute;
        left: 0%;
        top: -2px;
        content: '\f00c ';
        font-family: 'FontAwesome';
        font-size: 20px;
        line-height: 1;
        color: #FF8610; }
  .single-column .single-column-in dl.check, .single-column .single-column-in dl.caution {
    position: relative;
    background: #fffeee;
    border: 2px solid #fff9a3;
    box-sizing: border-box;
    margin: 3rem auto;
    width: 80%; }
    @media only screen and (max-width: 767px) {
      .single-column .single-column-in dl.check, .single-column .single-column-in dl.caution {
        width: 85%; } }
    .single-column .single-column-in dl.check dt, .single-column .single-column-in dl.caution dt {
      position: absolute;
      top: -10px;
      background: #fff9a3;
      padding: 5px 8px;
      left: 40%;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        .single-column .single-column-in dl.check dt, .single-column .single-column-in dl.caution dt {
          left: 35%; } }
    .single-column .single-column-in dl.check dd, .single-column .single-column-in dl.caution dd {
      padding: 3.5rem 2rem 1rem; }
      @media only screen and (max-width: 767px) {
        .single-column .single-column-in dl.check dd, .single-column .single-column-in dl.caution dd {
          padding: 3.5rem 1rem 1rem;
          font-size: 1.2rem; } }

/* ページネーション */
.pagination {
  text-align: center;
  padding: 1rem; }
  @media only screen and (max-width: 767px) {
    .pagination {
      padding: 2rem 0rem 0rem; } }
  .pagination .pager, .pagination .next, .pagination .prev {
    background: #fff;
    padding: 1rem;
    margin: 0.5rem;
    font-size: 1.4rem; }

/* 目次 */
#toc_container {
  width: 90% !important;
  margin: 5rem auto !important;
  padding: 2rem 2rem 1rem !important; }
  @media only screen and (max-width: 767px) {
    #toc_container {
      margin: 3rem auto !important;
      padding: 1rem 2rem !important; } }
  #toc_container ul li {
    margin-bottom: 1.5rem;
    line-height: 1.4;
    font-size: 1.6rem;
    font-weight: bold; }
    #toc_container ul li a {
      text-decoration: underline; }
    #toc_container ul li ul {
      margin-top: 1rem !important; }
      #toc_container ul li ul li {
        margin-bottom: .5rem;
        font-size: 1.2rem;
        font-weight: normal; }
        #toc_container ul li ul li a {
          text-decoration: none; }

/*//////////////////////  固定ページ プラポリ、運営者、クッキー、用語集 /////////////////////////*/
.block-page {
  background: #fff;
  border-radius: 1rem;
  padding: 3rem 2rem; }
  @media only screen and (max-width: 767px) {
    .block-page {
      border: none;
      padding: 2rem 1rem;
      margin-bottom: 1rem; } }
  .block-page h2 {
    padding: 1rem;
    background: #2167b1;
    color: #fff;
    margin: 2rem auto 1rem; }
  .block-page h3 {
    border-left: solid 5px #273a7f;
    padding: 0.5rem 1rem;
    margin: 2rem auto; }
    @media only screen and (max-width: 767px) {
      .block-page h3 {
        margin: 1rem auto;
        font-size: 1.6rem;
        padding: .5rem 1rem; } }
  .block-page ul {
    line-height: 1.6;
    padding: 0rem 1rem; }
    .block-page ul li {
      text-indent: -14.7px; }
  .block-page p {
    font-size: 1.4rem;
    line-height: 1.8; }

/*//////////////////////  その他固定ページ、装飾、コンテンツなど、共通で使うものなど /////////////////////////*/
/* 調査概要 */
.research {
  background: #ebebeb;
  padding: 2rem;
  margin: 3rem auto; }
  @media only screen and (max-width: 767px) {
    .research {
      padding: 1rem;
      margin: 1rem auto; } }
  .research p {
    line-height: 1.4;
    font-size: 1.2rem; }

/* リファラーページ */
#main-w-re {
  padding: 18rem 0rem;
  background-color: #FFF;
  text-align: center;
  min-height: 100vh; }
  @media only screen and (max-width: 767px) {
    #main-w-re {
      padding: 4rem 0rem; } }

#main-w-re-in {
  max-width: 960px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #main-w-re-in {
      width: 100%; } }
  #main-w-re-in a {
    text-decoration: none; }

#main-w-re p {
  font-size: 20px;
  line-height: 1.7em;
  color: #AAA; }
  @media only screen and (max-width: 767px) {
    #main-w-re p {
      font-size: 16px; } }

#main-w-re-logo img {
  margin: auto; }
  @media only screen and (max-width: 767px) {
    #main-w-re-logo img {
      width: 90%;
      margin: auto; } }

#main-w-re-loading img {
  text-align: center;
  margin: auto; }

#main-w-re-logo img {
  margin: auto;
  margin-bottom: 2rem; }

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

/* //////////  全ページ表示リスト  ////////////// */
.all-list-contents .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2rem auto; }
  .all-list-contents .menu li {
    font-size: 16px;
    background: #fff;
    padding: 1rem;
    border: solid 1px #ccc;
    text-align: center;
    width: 20%; }
    @media only screen and (max-width: 767px) {
      .all-list-contents .menu li {
        font-size: 14px;
        width: 30%;
        padding: 1rem 0;
        margin-bottom: 0.5rem; } }
.all-list-contents .all-list {
  margin-bottom: 2rem; }
  .all-list-contents .all-list th {
    font-size: 14px;
    background: #333;
    color: #fff; }
  .all-list-contents .all-list td {
    font-size: 14px; }
    .all-list-contents .all-list td ul {
      padding-left: 20px;
      margin-bottom: 1rem; }
      .all-list-contents .all-list td ul li {
        font-size: 14px;
        list-style: disc;
        text-align: left; }

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