@charset "UTF-8";
/* 上書き用のCSSはこちらに記述してください */

/* 
  移植ブログ記事内の共通CSS（CSS優先度による無効化対策）
*/
.c-article__wrapper .prose.c-article__content {
  .cm_btn {
    display: inline-block;
    text-align: center;
    border-radius: 5px;
    box-shadow: none;
    margin: 10px 0;
    padding: 5px 0;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    width: 300px !important;
    transition: 1s;
  }
  .cm_btn:hover {
    text-decoration: none !important;
  }
  #ec_btn {
    background: #164a84;
    color: #fff;
    border: solid 3px #164a84;
  }
  #web_shopcr_btn {
    background: #fffed8;
    color: #458b4e;
    border: solid 3px #458b4e;
  }
  #ec_btn:hover {
    background: #fff;
    color: #164a84;
  }
  #web_shopcr_btn:hover {
    background: #458b4e;
    color: #fffed8;
  }
  .rgcn {
    margin-top: 10em;
  }
  /*ブログ下部リンク*/
  .blog_bottom ul {
    padding: 0;
    margin: 10rem auto 5rem;
  }
  .blog_bottom li {
    list-style: none;
    margin: 5px;
  }
  .line-it-button {
    display: block;
    text-align: left;
  }
  .blog_bottom {
    text-align: center;
    margin-top: 3em;
    margin-bottom: 10em;
  }
  .blog_bottom_li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
  }
  .blog_sns_btn {
    background: #164a84;
    padding: 1rem;
    font-size: 2rem;
    color: #fff;
  }
  .blog_bottom_wrap .sns_btn {
    width: 50px;
  }
  .recruit_btn {
    margin-top: 30px;
  }
  #ec {
    border-radius: 10px;
  }
  #youtube {
    padding: 5px 0;
  }
  #insta {
    padding: 5px 0;
    width: 45px;
  }
  .corner_img {
    margin: 3rem auto;
  }
  .corner_img img {
    width: 50%;
    height: auto;
    display: block;
    margin: 3rem auto 1rem;
  }
  .corner_img a {
    font-family: "Jost", sans-serif;
    border: solid 2px #000;
    display: inline-block;
    background: #000000;
    color: #fff;
    padding: 1rem;
    margin: 1rem;
    text-decoration: none;
    border-radius: 10px;
    transition: 1s;
  }
  .corner_img a:hover,
  .corner_img a:active {
    background: #fff;
    color: #000;
  }
  .detail_text {
    text-align: left;
    margin: auto;
    width: 50%;
  }
  .corner_img .detail_text a {
    text-decoration: underline;
    color: #000;
    background: unset;
    margin: auto;
    padding: inherit;
    border: unset;
    display: flex;
    justify-content: center;
  }
  /*--------------VOICEボタン-----------------*/
  .voiceblog_btn {
    position: relative;
    display: inline-block;
    padding: 10px;
    width: 300px;
    max-width: 100%;
    color: #fff;
    font-size: 16px;
    background: #6e94b9;
    border-radius: 15px;
    border: solid 2px #6e94b9;
    transition: 0.5s;
  }

  .voiceblog_btn p {
    margin: 0;
    padding: 0;
  }
  .voiceblog_btn:hover,
  .voiceblog_btn:active {
    box-shadow: 0 3px 0px 0 rgb(0 0 0);
    transform: translateY(-0.1875em);
  }

  #web_shopcr_btn {
    background: #fffed8;
    color: #458b4e;
    border: solid 3px #458b4e;
  }
  /*-----------------------------------------------------*/
  .shop_btn {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .online_btn {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
  }
  .font-weight {
    display: block;
    font-size: 15px;
    font-weight: 100;
    font-weight: 100;
  }
  .shop_tatle {
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #164a84;
    font-size: 1.5rem;
    margin: 1rem 0 0 0;
    width: 80%;
  }
  .shop_tatle:before {
    margin-right: 1em;
  }
  .shop_tatle:after {
    margin-left: 1em;
  }
  .shop_tatle::before,
  .shop_tatle::after {
    content: "";
    background: #164a84;
    height: 1px;
    width: 20px;
  }
  .g_ccb {
    margin: 1rem 0;
    display: flex;
    align-items: center;
    background: #004075;
    color: #ffff;
    justify-content: center;
    border-radius: 15px;
    padding: 10px;
  }
  .g_ccb .font-weight.yoko {
    padding: 0.5rem;
    display: contents;
  }
  .g_ccb .font-weight.RAN {
    font-size: 12.5px;
  }
  .hoshi {
    font-size: 0.8rem;
    color: #fff;
    /*color: #d1bf87;*/
  }
  .g_ccb .ccb_text {
    padding: 0 1rem;
    font-size: 18px;
  }
  .g_ccb .icon {
    width: 20%;
  }
  /*-----------------------------------------*/
  @media screen and (max-width: 800px) {
    .text_center {
      text-align: center;
    }
    .blog_sns_btn {
      font-size: 1.3rem;
    }
    .sns_first li {
      margin: 15px;
      width: calc(33.33333333% - 50px);
    }
    .corner_img img {
      width: 90%;
    }
    .shop_tatle {
      font-size: 1em;
      width: 100%;
    }
    .shop_btn {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-evenly;
      gap: 0;
    }
    .online_btn {
      width: 100% !important;
      height: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      padding: 10px;
    }
    .g_ccb {
      margin: 1rem auto;
    }
    .font-weight {
      font-size: 15px;
    }
    .detail_text {
      width: 80%;
    }
  }
}
.c-blog-post-card__excerpt--clamp {
  display: -webkit-box;
  -webkit-line-clamp: 1; /* 1行に制限 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  max-height: 1.5em; /* line-height × 行数 */
}
