@charset "UTF-8";

/* ===========================
共通
==============================*/
html {
  scroll-behavior: smooth;
}
a {
    text-decoration: none;
    color: inherit;
}
#a-site_contents {
    max-width: 1064px;
    padding-inline: 20px;
    margin: 0 auto;
}
.a-main {
     border: none;
}
/* SP固定ボタン */
.sticky-wrap {
   position: fixed;
   right: 0;
   bottom: 50%;
   width: 200px;
   display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    z-index: 1000;
}
.red-button {
   display: flex;
   justify-content: center;
   align-items: center;
    background-color: #de3333;
    font-size: 12px;
    padding: 15px 0;
    text-align: center;
    height: 48px;
}
.red-button a {
     display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
}
.blue-button {
    display: flex;
   justify-content: center;
   align-items: center;
    background-color: #1c4587;
    font-size: 12px;
    padding: 15px 0;
    height: 48px;
}
.blue-button a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
}
.red-button,
.blue-button {
    transition: 0.3s;
}

.red-button:hover,
.blue-button:hover {
    opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .sticky-wrap {
    position: fixed;
    right: auto;
    left: 0;
    bottom: 3%;
    right: 0;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}
}
.cssskin-_block_main {

}
.cssskin-_block_main {
    margin-top: 80px!important;
    margin-bottom: 80px!important;
}
.grid-menu {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid #2ca6b0;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #F1F7FD;
}

.grid-menu li {
  border-right: 1px solid #2ca6b0;
  border-bottom: 1px solid #2ca6b0;
}

.grid-menu li:nth-child(4n) {
  border-right: none;
}

.grid-menu li:nth-last-child(-n + 4) {
  border-bottom: none;
}

.grid-menu a {
  display: flex;
  /* flex-direction: column; */
  justify-content: center;
  align-items: center;
  height: 80px;
  text-decoration: none;
  color: #2ca6b0;
  padding: 10px;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.grid-menu a span {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%; /* 16px */
    letter-spacing: 0.64px;
}

.grid-menu a span::before {
  display: block;
  content: "";
  position: absolute;
  width: 8px;
  height: 10px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: currentColor;
  mask: url("img_202602/arrow.svg") no-repeat center / contain;
  -webkit-mask: url("img_202602/arrow.svg") no-repeat center / contain;
  /* background: url("img_202602/arrow.svg") no-repeat center / contain; */
}

.grid-menu .column {
    display: flex;
    flex-direction: column;

}

.grid-menu a:hover {
  color: #fff;
  background: #2ca6b0;
  opacity: 1;
}

.grid-menu .small {
  font-size: 10px;
  /* margin-top: 4px; */
}

/* hover */
.grid-menu a:hover {
  background: #2ca6b0;
  color: #fff;
}

/* page-index */
.column_wrap-1 {
    position: relative;
    margin-top: 80px;
}
@media screen and (max-width: 768px) {
    .column_wrap-1 {
        margin-top: 40px;
    }
}

.page-index {
    position: relative;
    padding-left: 60px;
    padding: 40px;
    margin: 0 auto 80px;
    background-color: #DEF0FF;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .page-index {
        padding: 40px 10px 40px 30px;
        margin: 0 auto;
    }
}
.page-index::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    width: calc(50vw - 50%);
    background-color: #DEF0FF;
}
.page-index::after {
    content: "";
    position: absolute;
    top: 0;
    right: 100%;
    height: 100%;
    width: calc(50vw - 50%);
    background-color: #DEF0FF;
}

.page-index_title {
    position: absolute;
    left: 80px;
    top: 0;
    height: 201px;
}
@media screen and (max-width: 900px) {
    .page-index_title {
        left: 0px;
    }
}
@media screen and (max-width: 768px) {
    .page-index_title {
        left: 0;
    }
}
.page-index_title img {
    display: block;
    height: 100%;
}

.page-index_list {
    max-width: 688px;
    margin: 0 auto;
    background-color: #fff;
    padding: 24px 40px;
    display: flex;
    flex-direction: column;
}
@media screen and (max-width: 768px) {
    .page-index_list {
        padding: 24px 20px;
    }
}

.page-index_item {
    border-bottom: dashed 1px #DFDFDF;

}

.page-index_item:last-child {
  border-bottom: none;
}

.page-index_item a {
  display: flex;
  align-items: center;
  padding: 10px 0;
}

/* 最初と最後の余白調整はそのまま */
.page-index_item:first-child a {
  padding: 0 0 10px 0;
}
.page-index_item:last-child a {
  padding: 10px 0 0 0;
}

/* テキスト */
.page-index_item .index-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 12px; /* ← 矢印と文字の間隔 */
}

/* スマホ */
@media screen and (max-width: 768px) {
  .page-index_item .index-text {
    font-size: 14px;
    gap: 10px;
  }
}

/* 矢印 */
.page-index_item .index-text::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 16px;
  background-color: #1CAAC0;
  mask: url("img_202602/arrow.svg") no-repeat center / contain;
  -webkit-mask: url("img_202602/arrow.svg") no-repeat center / contain;
  flex-shrink: 0; /* ← 縮まないように */
}

.page-index_item a {
    display: inline-block;
    padding: 10px 0;
}

.page-index_item:first-child a {
    padding: 0 0 10px 0;
}
.page-index_item:last-child a {
    padding: 10px 0 0 0;
}

/* セクションタイトル */
.section-title {
     background-color: #3E8ECA;
    color: #fff;
    font-size: 32px;
    padding: 18px 10px;
    border-radius: 0;
    font-weight: 700;
    line-height: normal;
    display: flex;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin: 24px auto;
    box-shadow: none;
    border: none;
}
@media screen and (max-width: 768px) {
    .section-title {
        font-size: 16px;
    }
}
.-dress_fluoroblue {
    text-align: center;
}
.-dress_fluoroblue .c-note {
    color: #3E8ECA;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: 0.64px;
}
@media screen and (max-width: 768px) {
    .-dress_fluoroblue .c-note {
        font-size: 14px;
    }
}
/* 背景色ありの囲み */
.kakomi-lineup-wrap {
    border-radius: 10px;
    background: #fff;
    padding: 40px 0px;
    margin-top: 80px;
}
@media screen and (max-width: 768px) {
    .kakomi-lineup-wrap {
        padding: 20px 0;
    }
}
.kakomi-lineup-body {
    max-width: 944px;
    margin: 0 auto;
    padding: 0 20px 40px;
}

.kakomi-lineup-wrap table {
    max-width: 93%;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .kakomi-lineup-wrap td {
    padding: 8px 10px !important;
    font-size: 14px;
  }
}
.kakomi-title {
  margin-bottom: 40px;
  color: #1C4587;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.88px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
    .kakomi-title {
        font-size: 16px;
        line-height: normal;
        text-align: center;
    }
}

.kakomi-title::before,
.kakomi-title::after {
  content: "";
  flex: 1;
  height: 2px;
  background: #1e4fa3;
  position: relative;
}

.kakomi-title span {
  padding: 0 20px;
  position: relative;
}

/* 左の斜線 */
.kakomi-title span::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  width: 22px;
  height: 2px;
  background: #1e4fa3;
  transform: rotate(60deg);
}

/* 右の斜線 */
.kakomi-title span::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 50%;
  width: 22px;
  height: 2px;
  background: #1e4fa3;
  transform: rotate(-60deg);
}
/* title(small-headline) */
.column-1 {
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 80px;
}
@media screen and (max-width: 768px) {
    .column-1 {
        padding: 20px;
    }

}
.column-bk {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.small-headline {
    margin-top: 80px;
}
@media screen and (max-width: 768px) {
   .small-headline {
    margin-top: 40px;
}
}

.small-headline.top {
    margin-top: 0;
}

.small-headline-inner {
    display: block;
    padding: 4px 0;
    color: #3E8ECA;
    /* border-left: solid 5px #3E8ECA; */
    border-top: 2px solid #3E8ECA;
    border-bottom: 2px solid #3E8ECA;
    position: relative;
}
@media screen and (max-width: 768px) {

}

.small-headline-inner::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 80%;
    background-color: #3E8ECA;
    border-radius: 20px;

}

.small-headline-inner span {
    color: #3E8ECA;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.96px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
    padding: 12px;
}
@media screen and (max-width: 768px) {
    .small-headline-inner span {
        font-size: 16px;
        padding-left: 20px;
    }
}
@media screen and (max-width: 768px) {
.small-headline-inner.sp-column span {
    /* display: block; */
    padding: 5px 12px 5px 20px;
    line-height: normal;
}
}
@media screen and (max-width: 768px) {
.small-headline-inner.sp-column2 span {
    /* display: block; */
    padding: 5px 12px 5px 20px;
    line-height: normal;
}
.sp-row span {
    /* display: flex; */

}
}
.main-contents-body {
    border: none;
    border-radius: 10px;
    background: #EFEFEF;
    padding: 40px 20px 60px 20px;
    margin-bottom: 80px;
    margin-top: 40px;
}
/* @media screen and (max-width: 768px) {
    .main-contents-body {
        padding: 20px 10px 0 10px;
    }
} */
/* ===========================
 ボタン
==============================*/
.column-bk-btn {
    display: flex;
    max-width: 380px;
    margin: 0 auto;
    height: 68px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 60px;
    border: 4px solid var(--00, #FFF);
    background: var(--02, #1C4587);
    box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.20);
        padding: 0 20px 0 20px;

}
@media screen and (max-width: 768px) {
    .column-bk-btn {
        padding: 0 20px 0 20px;
    }
}
.column-bk-btn a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    position: relative;
    padding-left: 20px;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .column-bk-btn a {
        font-size: 16px;
        
    }
}

.column-bk-btn a::before {
    display: block;
    content: "";
    position: absolute;
    width: 8px;
    height: 16px;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #1CAAC0;
    mask: url("img_202602/arrow.svg") no-repeat center / contain;
    -webkit-mask: url("img_202602/arrow.svg") no-repeat center / contain;
}
@media screen and (max-width: 768px) {
    .column-bk-btn a::before {
        left: 15%;
    }
}
.column-bk-btn {
    transition: 0.3s;
}

.column-bk-btn:hover {
    opacity: 0.8;
}

.c-btn {
    display: flex;
    max-width: 380px;
    width: 100%;
    /* margin: 0 auto; */
    height: 68px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 60px;
    border: 4px solid var(--00, #FFF);
    background: var(--02, #1C4587);
    box-shadow: 2px 3px 10px 0 rgba(0, 0, 0, 0.20);

}
@media screen and (max-width: 768px) {
    .c-btn {
        padding: 0 20px 0 20px;
        width: 100%;
    }
}
.c-btn a {
     display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;

    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    position: relative;
    padding-left: 20px;
    text-decoration: none;
}
@media screen and (max-width: 768px) {
    .c-btn a {
        font-size: 16px;
        
    }
}

.c-btn a::before {
    display: block;
    content: "";
    position: absolute;
    width: 8px;
    height: 16px;
    left: 15%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #1CAAC0;
    mask: url("img_202602/arrow.svg") no-repeat center / contain;
    -webkit-mask: url("img_202602/arrow.svg") no-repeat center / contain;
}
.c-btn.-rd {
    background-color: #DE3333;
    margin: 30px auto 30px;
}

.c-btn.-rd a::before {
    background-color: #fff;
}
.c-btn {
    transition: 0.3s;
}

.c-btn:hover {
    opacity: 0.8;
}
/* 動画 */
.video-wrap {
    display: grid;
    place-content: center;
}
.video-wrap iframe {
    max-width: 700px;
    margin: 0 auto;
    aspect-ratio: 800 / 452;
}

@media screen and (max-width: 768px) {
    .video-wrap iframe {
         max-width: 300px;
    }
    .video-wrap.wrap2 iframe {
         max-width: 100%;
         aspect-ratio: 800 / 475;

    }
}
.video-wrap p {
    font-size: 17px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .video-wrap p {
        font-size: 14px;
    }
}
/* テーブルのスクロール */
.table-scroll {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-scroll table {
  min-width: 600px; /* 好きな幅に調整 */
}
@media screen and (max-width: 768px) {
    .table-scroll table {
        margin-left: 0px;
        margin-bottom: 20px;
    }
}


/* ===========================
 セクションごとのスタイル
==============================*/
.cssskin-rikei_graphic_banner_3,
.cssskin-kussetsuritu {
    border: none!important;
}
.product {
    display: grid;
    grid-template-columns: 480px 1fr;
    gap: 40px;
    justify-content: center;
    margin-top: 40px;
    padding-bottom: 40px;
}
.product:nth-of-type(1) {
   border-bottom: 1px solid #3E8ECA;
}
@media screen and (max-width: 768px) {
    .product {
        grid-template-columns: 1fr;
        gap: 40px;
        margin-block: 20px;
        padding-bottom: 20px;
    }
}
.product:last-child {
    padding-bottom: 0;

}

.product-image {
    max-width: 480px;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .product-image {
        justify-self: center;
    }
}
.product-image img{
    display: block;
    width: 100%;
    height: auto;
}
@media screen and (max-width: 768px) {
    .product-image img {
        margin: auto;
        display: block;
    }
}
.product-features-wrap {
    display: flex;
    flex-direction: column;
    gap: 40px;

}

.product-name-wrap {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
@media screen and (max-width: 768px) {
    .product-name-wrap {
        align-items: center;
        text-align: center;
    }
}

.product-name {
    border-radius: 50px;
    background: #1CAAC0;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.88px;
    padding: 10px 16px;
    width: fit-content;
}
@media screen and (max-width: 768px) {
    .product-name {
        font-size: 16px;
}
}

.product-name-note {
    font-size: 18px;
    font-weight: 500;
    line-height: 100%;
    padding-left: 10px;

}

.product-features {
    border-radius: 20px;
    border: 2px solid #1CAAC0;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .product-features {
        padding: 20px;
        max-width: 480px;
        width: 100%;
        margin: 0 auto;
        align-items: center;
        text-align: center;
    }
}


.product-feature-title {
    color: #1CAAC0;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.8px;
}
@media screen and (max-width: 768px) {
    .product-feature-title {
        font-size: 16px;
}
}
.product-features-list {
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
}
@media screen and (max-width: 768px) {
    .product-features-list {
        font-size: 14px;
}
}
.section20241023 {
    padding-top: 40px;
}
@media screen and (max-width: 768px) {
    .section20241023 {
    padding-top: 20px;
}
}
.-dress_pp013a .c-title {
    background-color: #fff;
    /* border: none; */
}
.-dress_pp013a .a-main.column.-co12 {
    border: none;
}
.a-site_contents.noskin {
    border: none;
}
.data-table {
    border-collapse: collapse;
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 20px;
    border: 1px solid #dddddd;
}
.lineup-table {
    border-collapse: collapse;
    max-width: 964px;
    width: 100%;
    border: 1px solid #8a8a8a;
    margin-left: 0;
    margin-right: auto;
    height: 300px;
}

.title-accent {
    margin-block: 24px;
    border-radius: 50px;
    background: #1CAAC0;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.88px;
    padding: 10px 16px;
    width: fit-content;
}
@media screen and (max-width: 768px) {
    .title-accent {
        font-size: 16px;
}
}

.body-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
    .body-text {
        font-size: 14px;
}
}
.main-merit-wrap {
    background-color: #fff;
    margin-bottom: 40px;
}
.main-merit-wrap-title {
    padding: 40px 20px;
}
@media screen and (max-width: 768px) {
    .main-merit-wrap-title {
        padding: 20px;
}
}
.main-merit-title {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 768px) {
    .main-merit-title {
        flex-direction: column;
        align-items: center;
    }
}

.main-merit-num {
    background-color: #3E8ECA;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.88px;
    padding: 8px 12px;
}
@media screen and (max-width: 768px) {
    .main-merit-num {
        font-size: 16px;
        padding: 4px 8px;
    }
}
.main-merit-text {
    margin-left: 16px;
    color: #3E8ECA;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.96px;
}
@media screen and (max-width: 768px) {
    .main-merit-text {
        font-size: 16px;
        margin-left: 0;
        margin-top: 8px;
    }
}
.kakomi-lineup-body .text-box {
    background-color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    margin-bottom: 20px;
}
.main-merit-wrap {
    /* padding: 40px 20px; */
}
.main-merit-text-wrap {
    padding-inline: 20px;
    display: grid;
    grid-template-columns: 1fr 488px;
    gap: 32px;
}
@media screen and (max-width: 768px) {
    .main-merit-text-wrap {
    grid-template-columns: 1fr;
    gap: 32px;
}
}

.main-merit-text-wrap p {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}
@media screen and (max-width: 768px) {
    .main-merit-text-wrap p {
        font-size: 16px;
    }
}

.main-merit-text-wrap ul {
    padding: 40px;
    border-radius: 20px;
    border: 2px solid  #1CAAC0;
}
@media screen and (max-width: 768px) {
    .main-merit-text-wrap ul {
        padding: 20px;
    }
}
.main-merit-text-wrap ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
}
.main-merit-image {
    display: flex;
    gap: 20px;
    padding: 22px 20px 40px;
}
@media screen and (max-width: 768px) {
    .main-merit-image {
        flex-direction: column;
        gap: 12px;
        padding: 12px 0 20px;
    }
}

.main-merit-text-wrap2 {
    display: grid;
    grid-template-columns: 1fr 327px;
    padding: 0 67px 40px 20px;
}
@media screen and (max-width: 768px) {
    .main-merit-text-wrap2 {
        grid-template-columns: 1fr;
        padding: 0 20px 40px 20px;
    }
}
.main-merit-text-wrap2 p {
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
}
@media screen and (max-width: 768px) {
    .main-merit-text-wrap2 p {
        font-size: 16px;
    }
}
.main-merit-title.merit4 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 40px;
    padding-bottom: 24px;
    border-bottom: 1px solid #3E8ECA;
}
@media screen and (max-width: 768px) {
    .main-merit-title.merit4 {
        padding-left: 0;
    }
}

.main-merit-title.merit4 .main-merit-num {
    align-self: flex-start;
}
@media screen and (max-width: 768px) {
    .main-merit-title.merit4 .main-merit-num {
        align-self: center;
    }
}

.main-merit-title.merit4 .main-merit-text {
    margin-left: 0;
    margin-top: 8px;
    align-self: flex-start;
}
.main-merit-text-wrap3 {
    display: grid;
    grid-template-columns: 1fr 395px;
    column-gap: 40px;
    padding: 0 20px 24px;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .main-merit-text-wrap3 {
        grid-template-columns: 1fr;
        padding: 24px 20px;
    }
}
.main-merit-text-wrap3 p {
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
}
@media screen and (max-width: 768px) {
    .main-merit-text-wrap3 p {
        font-size: 16px;
    }
}
.merit-text-note {
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
    padding: 0 20px 40px;
}
.merit-text-note span {
    color: #3E8ECA;
}
.main-merit-text-wrap4 {
    display: grid;
    grid-template-columns: 1fr 387px;
    column-gap: 40px;
    padding: 0 20px 40px;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .main-merit-text-wrap4 {
        grid-template-columns: 1fr;
        padding: 24px 20px;
    }
}
.main-merit-text-wrap4 p {
    font-size: 18px;
    font-weight: 500;
    line-height: 160%;
}
@media screen and (max-width: 768px) {
    .main-merit-text-wrap4 p {
        font-size: 16px;
    }
}

.merit-table-wrap {
    background-color: #fff;
}
@media screen and (max-width: 768px) {
    .merit-table-wrap {
    padding-block: 2px;
    margin-top: 10px;
}
}
.column-bk-btn.merit {
    margin-top: -110px;
}
.lineup-wrap {
    margin-top: 80px;
}
@media screen and (max-width: 768px) {
    .lineup-wrap {
    margin-top: 40px;
}
}

.bk2183-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 40px;
}
@media screen and (max-width: 768px) {
    .bk2183-info {
        margin-top: 20px;
    }
}
.bk2183-info span {
    font-size: 16px;
}
@media screen and (max-width: 768px) {
    .bk2183-info span {
        font-size: 14px;
    }
}
.cssskin-kussetsuritu .c-small_headline {
    margin-bottom: 10px;
}
.column-bk-btn-wrap {
    margin-top: 40px;
}
.cssskin-hot_line {
    box-shadow: none!important;
}
@media screen and (max-width: 768px) {
    .gnRikei {
        padding: 0!important;
    }
}

