@charset "UTF-8";
/* ========================================================
店舗導入ページ
=========================================================*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700&display=swap");
@media (min-width: 992px) {
  .is-991 {
    display: none; } }
@media (max-width: 991px) {
  .isnon-991 {
    display: none; } }
@media (min-width: 768px) {
  .is-sp {
    display: none; } }
.shop-list {
  margin-top: 108px;
  padding-top: 44px;
  color: #303030;
  font-family: 'Noto Sans JP', sans-serif; }
  .shop-list p {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .shop-list .is-pc {
      display: none; } }

.shop-title {
  font-size: 25px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  background: #01BCFA;
  padding: 8px 0;
  margin-bottom: 0; }

.area-title {
  font-size: 20px;
  font-weight: 600;
  color: #01BCFA;
  padding-bottom: 7px;
  border-bottom: 2px solid #01BCFA;
  margin-top: 35px; }

.shop-list-items {
  margin-top: 31px;
  padding-left: 5px; }

.shop-list-item:nth-child(n + 2) {
  margin-top: 37px; }

.area-sub-title {
  font-size: 18px;
  font-weight: 600;
  position: relative;
  color: #01BCFA;
  padding-left: 25px;
  color: #303030; }
  .area-sub-title::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    background: #01BCFA;
    top: 50%;
    transform: translateY(-50%);
    left: 0; }

.shop-name-table {
  margin-top: 25px; }
  .shop-name-table tr:nth-of-type(n + 2) th, .shop-name-table tr:nth-of-type(n + 2) td {
    padding-top: 16px; }
    @media (max-width: 991px) {
      .shop-name-table tr:nth-of-type(n + 2) th, .shop-name-table tr:nth-of-type(n + 2) td {
        padding-top: 10px; } }
  @media (max-width: 991px) {
    .shop-name-table tr:nth-of-type(n + 2) th {
      padding-top: 40px; } }
  @media (max-width: 991px) {
    .shop-name-table th, .shop-name-table td {
      display: block; } }
  .shop-name-table th {
    font-size: 16px;
    font-weight: 600;
    width: 314px; }
    @media (max-width: 1119px) {
      .shop-name-table th {
        width: 29.4vw; } }
    @media (max-width: 991px) {
      .shop-name-table th {
        width: 100%; } }
    .shop-name-table th:nth-child(2) {
      padding-left: 19px; }
  .shop-name-table td {
    font-size: 14px; }
    @media (max-width: 991px) {
      .shop-name-table td {
        padding-top: 10px; } }
    .shop-name-table td:first-of-type {
      width: 330px; }
      @media (max-width: 1119px) {
        .shop-name-table td:first-of-type {
          width: 28.6vw; } }
      @media (max-width: 991px) {
        .shop-name-table td:first-of-type {
          width: 100%; } }
    .shop-name-table td:nth-of-type(2) {
      width: 158px; }
      @media (max-width: 1119px) {
        .shop-name-table td:nth-of-type(2) {
          width: 14.1vw; } }
      @media (max-width: 991px) {
        .shop-name-table td:nth-of-type(2) {
          width: 100%; } }
    .shop-name-table td .more-link {
      font-size: 14px;
      padding: 3.5px 43px 3.5px 17px;
      font-weight: 600;
      color: #fff;
      position: relative;
      background: #01BCFA;
      border-radius: 13px; }
      .shop-name-table td .more-link::after {
        content: "";
        position: absolute;
        right: 14px;
        top: 50%;
        transform: translateY(-50%);
        background: url(../images/arrow-icon.png) no-repeat center center/contain;
        width: 5px;
        height: 10px; }

.download-wrap {
  margin-top: 90px; }
  @media (max-width: 767px) {
    .download-wrap {
      margin-top: 10px; } }

.download-items {
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .download-items {
      display: block; } }

.download-left {
  width: 40%;
  text-align: center;
  padding-left: 1.3%;
  padding-top: 1%; }
  @media (max-width: 991px) {
    .download-left {
      width: 43%; } }
  @media (max-width: 767px) {
    .download-left {
      width: 100%; } }
  .download-left .title {
    color: #D55802;
    font-weight: bold;
    font-size: 22px;
    padding: 0 11%;
    position: relative;
    display: inline-block;
    letter-spacing: -0.1em; }
    @media (max-width: 1199px) and (min-width: 768px) {
      .download-left .title {
        font-size: 1.58vw;
        padding: 0 5%; } }
    @media (max-width: 767px) {
      .download-left .title {
        font-size: 18px;
        margin-top: 42px; } }
    .download-left .title span {
      font-weight: 500;
      letter-spacing: -0.1em; }
      .download-left .title span::before {
        content: "";
        width: 2px;
        height: 27px;
        background: #D55802;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%) rotate(-26deg); }
      .download-left .title span::after {
        content: "";
        width: 2px;
        height: 27px;
        background: #D55802;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%) rotate(26deg); }
  .download-left .text {
    font-size: 13px;
    padding-right: 26px;
    position: relative;
    display: inline-block;
    margin-top: 14px;
    font-weight: bold;
    letter-spacing: 0.1em; }
    @media (max-width: 767px) {
      .download-left .text {
        margin-top: 19px; } }
    .download-left .text::after {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 13px 7.5px 0 7.5px;
      border-color: #01BCFA transparent transparent transparent;
      top: 50%;
      transform: translateY(-50%);
      right: 0; }

.download-lett-image {
  margin-top: 11px; }
  @media (max-width: 767px) {
    .download-lett-image {
      margin-top: 16px; } }
  .download-lett-image a:nth-child(2) {
    margin-left: 15px; }
    @media (max-width: 767px) {
      .download-lett-image a:nth-child(2) {
        margin-left: 0;
        margin-top: 12px; } }
  @media (max-width: 767px) {
    .download-lett-image a {
      display: block;
      text-align: center; } }
  .download-lett-image img {
    width: 193px; }
    @media (max-width: 1200px) {
      .download-lett-image img {
        width: calc(193/429 * 100%); } }
    @media (max-width: 767px) {
      .download-lett-image img {
        width: 192px; } }

.download-center {
  width: 28%;
  padding-top: 3%;
  margin-left: 2%; }
  @media (max-width: 1199px) {
    .download-center {
      width: 25vw; } }
  @media (max-width: 991px) {
    .download-center {
      width: 35%; } }
  @media (max-width: 767px) {
    .download-center {
      width: 100%;
      margin-top: 21px;
      margin-left: 0; } }
  .download-center .text {
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.1em; }
  @media (max-width: 767px) {
    .download-center .code {
      text-align: center;
      margin-top: 12px; } }
  .download-center .code p {
    font-size: 20px;
    font-weight: 600;
    color: #01BCFA;
    padding-bottom: 7px;
    border-bottom: 2px solid #01BCFA;
    display: inline-block;
    line-height: 1; }
    @media (max-width: 1199px) and (min-width: 768px) {
      .download-center .code p {
        font-size: 1.66vw; } }
    @media (max-width: 767px) {
      .download-center .code p {
        font-size: 20px; } }
  .download-center .code span {
    font-size: 40px;
    font-weight: bold;
    padding-left: 43px; }
    @media (max-width: 1199px) {
      .download-center .code span {
        font-size: 3.33vw;
        padding-left: 1vw; } }
    @media (max-width: 767px) {
      .download-center .code span {
        font-size: 40px; } }

.download-right {
  width: 25%;
  margin-left: 3%; }
  .download-right img {
    width: 95%; }
    @media (max-width: 1119px) {
      .download-right img {
        width: 17.8vw; } }
    @media (max-width: 991px) {
      .download-right img {
        width: 18.5vw; } }
    @media (max-width: 767px) {
      .download-right img {
        width: 262px; } }
  @media (max-width: 1119px) {
    .download-right {
      width: 15.3vw; } }
  @media (max-width: 767px) {
    .download-right {
      width: 100%;
      text-align: center;
      margin-left: 0;
      margin-top: 22px; } }
