body {
    margin: 0;
}
button {
    border: none;
    background: none;
}
  .set_menu_title {
    width: 35%;
    margin: auto;
}

/* テーブル全体のコンテナ */
.set_menu_table_contents {
    width: 85%;
        margin: auto;
}
.table-container {
    width: 100%;
    /* max-width: 1200px; */
    overflow-x: auto;
}

    /* テーブル全体のスタイル */
    .pricing-table {
        width: 100%;
        border-collapse: collapse;
        border: 1px solid #a2d7c5;
        font-size: 14px;
        text-align: center;
        background-color: #fff;
    }

    /* テーブルのキャプション（タイトル） */
h2.table-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    padding: 10px;
    text-align: left;
    background: #409fa2;
    text-align: center;
}

    /* テーブルのセル（thとtd共通） */
.pricing-table th, .pricing-table td {
    border: 1px solid #a2d7c5;
    padding: 5px 5px;
    vertical-align: middle;
    white-space: nowrap;
}
th.service-name.scroll.bath {
    padding-right: 8px;
}
td.time {
    padding: 10px 0;
    font-weight: bold;
    color: #409fa2;
}
    /* ヘッダーセルのスタイル */
table.pricing-table th {
    color: #409fa2;
    background: #f5fffc;
}

    /* 左側の項目名ヘッダー */
.pricing-table .service-name {
    font-weight: bold;
    width: 40px;
}

    
.pricing-table .service-plan {
    background-color: #f5fffc;
    color: #40a1b7;
    font-weight: bold;
}

    /* 上部ヘッダー（X点セット）のスタイル */
.set-header {
    color: white;
    font-weight: bold;
    padding: 3px 20px;
    border-radius: 50px;
    display: inline-block;
    font-size:16px;
}
span.set-header.two {
    background: #2764f3;
}
span.set-header.three {
    background: #af27f3;
}
span.set-header.four {
    background: #fa2b96;
}
span.set-header.five {
    background: #f32727;
}
    
    /* 選択されているプランを示すオレンジ色の丸 */
    .selected-circle {
        display: inline-block;
        width: 28px;
        height: 28px;
        border: 4px solid #f39800;
        border-radius: 50%;
        background-color: white;
        box-sizing: border-box; /* paddingとborderをwidth/heightに含める */
    }

    /* 価格表示のスタイル */
.price-details .original-price {
    font-size: 13px;
    color: #409fa2;
}
.original-price span {
    text-decoration: line-through;
    display: block;
}
.price-details .final-price {
    font-size: 20px;
    font-weight: bold;
    color:#fe700a;
}
.price-details .final-price span {
    font-size: 14px;
    font-weight: normal;
    color: #fe700a;
}
    
    /* 割引額のセル */
    .discount {
        background-color: #fffb00;
        font-weight: bold;
        color: #e50012;
        font-size: 18px;
    }

    /* 注文ボタンのスタイル */
.item_modal_open_btn .modal-show.order-button {
    background: linear-gradient(to bottom, #ffa86a, #f47920) !important;
    color: white !important;
    font-weight: bold !important;
    font-size: 0.9rem !important;
    padding: 1px 15px !important;
    border-bottom: 4px solid #8a3e08 !important;
    border-radius: 5px !important;
    cursor: pointer;
    text-decoration: none;
    display: inline-block !important;

    margin: 0 !important;
    width: unset !important;
    height: unset !important;
}

.plan-table .order-cell .item_modal_open_btn .modal-show.order-button {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

  .kajitaku_pr {
    width: 45%;
    margin: auto;
}

  .hoshou-img {
    width: 30%;
    margin: auto;
}
img {
    width: 100%;
}
  ul{
  list-style: none;
      padding: 0;
  }
  a{
    text-decoration: none;
    }
main {
    background: #FAF6CD;
}
p.logo {
    margin: 0;
}
/*------ ロゴ ------*/
header {
    background: #fff;
}
.header_container {
    width: 80%;
    margin: auto;
    padding: 10px 0;
}
img.main-logo {
    width: 50px;
}
img.sub-logo {
    width: 180px;
    vertical-align: 114%;
    margin-left: 20px;
}
/*-----*/
section.fast_visual {
    background: url(img/fast_visual_ba.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.fast_visualimg {
    position: relative;
    width: 65%;
    margin: auto;
}
img.visual {
    margin: 40px auto;
}
.woman {
    position: absolute;
    right: -20%;
    bottom: 0;
    width: 50%;
}
.woman img{
    vertical-align: bottom;
}
.container {
    margin: auto;
}
.image.lazyload img {
    width: 100%;
}
.kajitaku_pr,.set_menu,.banner,.before_after,.ranking {
    text-align: center;
}

.set_menu {
    margin: 30px auto;
    width: 60%;
}
.set_detail {
    text-align: center;
    margin: 60px 0;
}
/* テーブルを囲むコンテナ */
.plan-container {
    width: 100%;
    max-width: 500px;
    border: 1px solid #a2d7c5;
    margin: auto;
}
    /* テーブル全体のスタイル */
    .plan-table {
        width: 100%;
        border-collapse: collapse; /* ボーダーを1本線に */
        background-color: #fff;
    }

    /* ヘッダー「お好きなプランをお選びください」 */
.plan-table .plan-header {
    background-color: #409fa2;
    color: white;
    padding: 15px;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}
    
    /* テーブルのセル（td）の共通スタイル */
.plan-table td {
    padding: 10px 5px;
    border: 2px solid #a2d7c5;
    vertical-align: middle;
    text-align: center;
}

    /* プラン名のバッジ（共通スタイル） */
    .plan-badge {
        display: inline-block;
        color: white;
        font-weight: bold;
        padding: 2px 15px;
        border-radius: 15px;
        font-size: 1.1em;
        margin-bottom: 8px;
    }
    
    /* バッジの色 */
    .plan-badge.blue { background-color: #2764f3; }
    .plan-badge.purple { background-color: #af27f3; }
    .plan-badge.pink { background-color: #fa2b96; }
    .plan-badge.red { background-color:#f32727; }

    /* プラン内容のテキスト */
.plan-description {
    font-size: 1.1rem;
    color: #409fa2;
    margin: 0;
    line-height: 1.6;
    /* color: #000; */
}
.plan-description span {
    font-weight: bold;
}
    
    /* 注文ボタンのセル（右側） */
.plan-table .order-cell {
    width: 30%;
    white-space: nowrap;
    text-align: center;
}
td.order-cell .item_modal_open_btn .modal-show.order-button span {
    font-size: 1.1rem !important;
    padding: 5px 0 !important;
}
    p.set_detail_title {
    background: #ffffff;
    color: #409fa2;
    font-size: 2rem;
    font-weight: bold;
    padding: 10px 20px;
    border: 3px solid;
    border-radius: 5px;
    margin: auto;
    display: inline-block;
}
ul.set_detail_contents {
    margin: 30px auto;
    display: flex;
    justify-content: center;
    width: 70%;
}
li.set_title {
    margin-left: 15px;
}
.close_icon {
    position: absolute;
    width: 40px;
    top: 15px;
    right: 15px;
}
.popup {
    display: none;
    height: 100vh;
    width: 100%;
    background: #000000bd;
    position: fixed;
    top: 0;
    left: 0;
}
.show {
    display: block;
    overflow-x: hidden;
    overflow-y: scroll;
    z-index: 99;
}
.pop-content {
    border-radius: 5px;
    background: #fff;
    padding: 30px;
    width: 50%;
    margin: 40px auto;
    border: 4px solid #409fa2;
    position: relative;
}

h2.pop-title {
    text-align: center;
    margin-bottom: 10px;
}
h2.pop-title span{
    background: #409fa2;
    display: inline-block;
    font-size: 2rem;
    color: #fff;
    border-radius: 50px;
    padding: 5px 40px;
}
p.pop-text {
    margin: 0;
    text-align: center;
    font-size: 1.7rem;
    color: #2796ff;
    font-weight: bold;
    line-height: 1.2;
}
p.pop-text span {
    font-size: 1.4rem;
    color: #ff9048;
}
.pop-img {
    width: 100%;
    margin: 30px auto;
}
.pop-img.point {
    width: 50%;
}
h2.pop-plan-title {
    text-align: center;
    border-bottom: 2px solid;
    border-top: 2px solid;
    padding: 20px 0;
    font-size: 2rem;
    color: #409fa2;
    margin-bottom: 41px;
}
.table-container {
    width: 100%;
    /*max-width: 800px;*/
    border: 1px solid #ccc;
    margin: auto;
}
button#close {
    width: 100%;
    max-width: unset;
}
button#close span {
    font-size: 1.5rem;
    background: #409fa2;
    display: inline-block;
    color: #fff;
    padding: 5px 10% 8px;
    border-radius: 5px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    margin: 0 auto;
}
/* テーブルを囲むコンテナ */

    /* テーブル全体のスタイル */
    .comparison-table {
        width: 100%;
        border-collapse: collapse;
        background-color: #fff;
    }

    /* セル（thとtd共通）のスタイル */
    .comparison-table th,
    .comparison-table td {
        border: 1px solid #ccc;
        padding: 5px;
        vertical-align: middle;  /*上下中央揃えを基本とする */
    }
    .comparison-table td{
    vertical-align: baseline;
    width: 50%;
    }


    /* ヘッダー行のスタイル */
    .comparison-table thead th {
        color: white;
        font-size: 1.1em;
        font-weight: bold;
    }
    .header-standard { background-color: #1c91ff; } /* 青色ヘッダー */
    .header-premium { background-color: #f76a0c; } /* オレンジ色ヘッダー */

    /* 左側の項目名ヘッダー */
.row-header {
    background-color: #f7f7f7;
    font-weight: bold;
    text-align: center;
    width: 15%;
    color: #333;
}
    
    /* 作業時間のテキストスタイル */
.work-time {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    color: #333;
}
.blue {
    background: #daedff;
}
.orange {
    background: #ffeee3;
}

    /* 作業内容とおすすめセルのアライメント */
    .details-cell {
        vertical-align: top; /* 内容が多いセルは上揃えに */
    }
    
    /* 作業内容のボックススタイル */
    .content-box {
        padding: 15px;
        border-radius: 8px;
        background-color: #fff; /* 薄い青色 */
    }
.content-box.premium {
    background-color: #fff;
    text-align: center;
    font-weight: bold;
}
    
    /* プラス記号のスタイル */
    .plus-section {
        font-weight: bold;
        text-align: center;
        margin: 15px 0;
    }
    
.details-list {
    list-style-type: '・ ';
    padding-left: 1.2em;
    margin: 0;
    text-align: left;
    font-weight: bold;
}
    .details-list li {
        margin-bottom: 8px;
    }
    
    /* 注釈テキスト */
    .note {
        font-size: 0.8em;
        color: #555;
        margin-top: 5px;
        text-indent: -1em;
        padding-left: 1em;
    }
.before_after {
    background: #fff;
    margin: 60px 0 0;
}
.before_after img {
    width: 55%;
}
.ranking {
    margin-bottom: 50px;
    padding-top: 30px;
}
.ranking img {
    width: 55%;
}

.banner {
    width: 35%;
    margin: 50px auto;
}
.hoshou-set {
    background: #fff;
    text-align: center;
    padding: 0 0 40px 0;
}
.hoshou-text img {
    width: 60%;
}
ul.point-icon {
    justify-content: center;
    display: flex;
}
ul.point-icon li {
    width: calc(15rem - 20px);
}
ul.point-icon li img {
    width: 100%;
}
ul.point-icon li p {
    margin: 0;
    font-weight: bold;
    color: #564444;
}
div#point-set {
    margin: 100px 0;
}
h2.title {
    text-align: center;
    color: #564444;
    font-size: 1.5rem;
}
span.main-title.c-red {
    display: block;
    font-size: 2.5rem;
}
span.bigger.c-red {
    font-size: 4rem;
    color: #f55460;
}
img.vertical-t {
    border-radius: 50%;
}
li.row2-sp.row3-pc.text-c {
    margin: 0 30px;
}
ul.point-icon li p {
    margin: 0;
    font-weight: bold;
    color: #564444;
}
p.b {
    text-align: center;
    font-size: 1.2rem;
}
p.lead.padding-t-l {
    line-height: 1.7;
    width: 52%;
    margin: 30px auto;
    text-align: center;
    color: #2d2727;
}
span.block.sub {
    color: #666;
    display: block;
    font-size: 0.9rem;
}


span.c-red {
    color: #f55460;
}
span.main-title.c-red {
    display: block;
}
div#how-to-set {
    padding: 60px;
    background: #fff;
}
li.flow {
    display: flex;
    margin: 40px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}
ul.number-set {
    margin: 0 auto;
    width: 100%;
}
li.flow {
    display: flex;
    margin: 40px 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
}

.text {
    width: 100%;
    margin-left: 3%;
    color: #564444;
}
h3.main span{
    margin: 0;
    display: inline-block;
    background: #409fa2;
    border-radius: 50px;
    color: #fff;
    padding: 0 20px;}

.text p {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.5;
}
.image.lazyload {
    width: 270px;
}
.image.lazyload img {
    border-radius: 5px;
    box-shadow: 1px 1px 3px 0 #d1d1d1;
}
p.c-red.line-height-m {
    color: #f55460;
}
#area-set section.padding-t-s.padding-b-s {
    text-align: center;
    background: url(img/img-japan.webp);
    background-repeat: no-repeat;
    background-position: 33rem 7rem;
}
.area-content {
    display: inline-block;
    text-align: left;
    margin: 190px 0 210px 0;
}
.area-content p, h2 {
    margin: 0;
}
#area-set section.padding-t-s.padding-b-s {
    text-align: center;
    background: url(img/img-japan.webp);
    background-repeat: no-repeat;
    background-position: 70% 6rem;
}
.area-content {
    display: inline-block;
    text-align: left;
    margin: 150px 0 220px 0;
}
.area-content h2 {
    font-size: 2rem;
    color: #f55460;
    margin: 10px 0 0 0;
}
p.sentence {
    border-bottom: 1px solid #000;
    display: inline-block;
}
section.menu_link {
    background: #fff;
    padding: 10px 0;
}
.menu_link_contents {
    width: 60%;
    margin: auto;
    max-width: 795px;
}
ul.menu_link_contents_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
ul.menu_link_contents_list li {
    width: calc(23% - 0px);
    margin: 10px;
    background: #fff;
    border: 3px solid #2183d4;
    border-radius: 5px;
}
.menu_link_contents_img img {
    width: 100%;
    object-fit: cover;
    height: 70px;
}
ul.menu_link_contents_list li p {
    text-align: center;
    margin: 0 0 7px 0;
    font-weight: bold;
    color: #2183d4;
}
section#attention-set {
    background: #f5f6f8;
    color: #564444;
    padding: 100px 0;
}
h2.text-c.big.b.line-ttl.padding-m.margin-b-m {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 50px;
}
section.caution_contents {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.attention.precautions {
    text-align: center;
    margin-bottom: 100px;
}
.attention {
    width: 79%;
    margin: auto;
    font-size: 0.9rem;
    line-height: 1.7;
}
p.line-l-title.margin-b-s.margin-t-m {
    font-size: 1.2rem;
    font-weight: bold;
    border-left: 4px solid;
    padding-left: 1%;
    margin: 0;
}
p.line-l-subtitle {
    margin: 0;
    font-weight: bold;
}
ul.caution-list {
    margin: 0;
    padding: 0 0 20px 20px;
    list-style: disc;
}

footer.main-footer {
    background: #fff;
}
section.footer-nav ul {
    margin: 0;
    display: flex;
    justify-content: center;
    font-size: 0.7rem;
    width: 80%;
    flex-wrap: wrap;
    margin: auto;
    padding: 40px 0 0;
}
section.footer-nav ul li {
    border-right: 1px solid;
    padding: 0 15px;
    margin-bottom: 20px;
}
section.footer-nav ul li a {
    color: #564444;
}
.full-container {
    border-top: 1px solid #f2f2f2;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: auto;
    padding: 10px 0;
    align-items: center;
}
.footer-bottom ul {
    display: flex;
    align-items: center;
}
.footer-bexternal-link {
    margin-left: 2%;
    border-left: 5px solid #666;
    padding-bottom: 5px;
}
li.aeon_logo {
    width: 25%;
}
.footer-bottom ul li {
    margin-right: 2%;
    line-height: 1;
        color: #333;
}
.footer-bv_line a {
    font-size: 0.7rem;
    padding-left: 2.5%;
    display: inline-block;
}
address.copyright.clear {
    text-align: center;
    font-size: 0.7rem;
}
.top_bt {
    display: flex;
    justify-content: center;
}
a#page-top {
    background: #409fa5;
    color: #fff;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 10px 40px;
    margin: 30px 0;
    border-radius: 50px;
}

@media screen and (max-width: 920px) {
.header_container {
    width: 90%;
}
.fast_visualimg {
    width: 75%;
}
.woman {
    right: -113px;
}
.kajitaku_pr {
    width: 70%;
}
.set_menu {
    width: 100%;
}
.set_menu_title {
    width: 70%;
}
.pop-content {
    width: 80%;
}
.banner {
    width: 60%;
}
.set_menu_table_contents {
    width: 94%;
    padding-left: 20px;
}
.scroll2 {
    position: sticky;
    top: 0;
    left: 28px;
}
.scroll {
    position: sticky;
    top: 0;
    left: 0px;
    z-index: 9;
}
.scroll2::before,th.service-name.scroll::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -1px;
  width: 100%;
  height: 100%;
  border-left: 1px #a2d7c5 solid;
  border-right: 1px #a2d7c5 solid;
  background-color: #f5fffc;
  z-index: -1;
  box-sizing: content-box;
}
.plan-table .plan-header {
    font-size: 1.2rem;
}
.plan-description {
    font-size: 0.9rem;
}
td.order-cell .order-button {
    font-size: 0.8rem;
    padding: 5px 20px;
}
.plan-container {
    width: 90%;
}

.before_after img {
    width: 100%;
}
.ranking img {
    width: 100%;
}
.footer-bottom {
    width: 90%;
}
}
@media screen and (max-width: 540px) {
p.logo {
    margin: 0 15px;
}
.header_container {
    width: 100%;
    margin: auto;
    padding-bottom: 5px;
}
img.main-logo {
    width: 40px;
}
img.sub-logo {
    width: 130px;
    vertical-align: 97%;
    margin-left: 2%;
}
.fast_visualimg {
    width: 95%;
}
img.visual {
    margin: 10px auto;
}
.woman {
    position: absolute;
    right: -9px;
    bottom: -5px;
    width: 57%;
}
img.woman_img {
    object-view-box: inset(0px 70px 0px 0px);
}
section.fast_visual {
    background-position: center;
}
h2.table-title {
    font-size: 1rem;
}

.pricing-table caption {
    font-size: 1rem;
}


.kajitaku_pr,.set_menu,.banner,.before_after img,.ranking img,.hoshou-text img,.hoshou-img{
    width: 100%;
}
.set_menu_title{
width: 90%;
}
.set_menu {
    margin: 30px 0 30px;
}
p.set_detail_title {
    font-size: 1.5rem;
}
.set_detail {
    text-align: center;
    margin: 30px 0;
}
ul.set_detail_contents {
    width: 100%;
    margin: 30px 0 0;
    display: flex;
    flex-wrap: wrap;
}
li.set_title {
    margin: 0 15px 15px 0;
    width: 29%;
}
li.set_title:first-child {
    margin-left: 0;
}
li.set_title:nth-child(3),li.set_title:nth-child(5) {
    margin-right: 0;
}
.pop-content {
    width: auto;
    padding: 40px 5px;
}
h2.pop-title span {
    font-size: 1.3rem;
}
p.pop-text {
    font-size: 1.4rem;
}
p.pop-text span {
    font-size: 1.2rem;
}
.close_icon {
    position: absolute;
    width: 30px;
    top: 10px;
    right: 10px;
}
h2.pop-plan-title {
    font-size: 1.5rem;
}
.table-container {
    overflow-x: auto;
}
.comparison-table {
    /* overflow-x: auto; */
    min-width: 600px;
}
.comparison-table td {
    width: 40%;
}
.row-header {
    position: sticky;
    top: 0;
    left: 0px
    ;
}

.row-header::before, .scroll::before {
    content: "";
    position: absolute;
    top: 0px;
    left: -1px;
    width: 100%;
    height: 100%;
    border-left: 1px #ccc solid;
    border-right: 1px #ccc solid;
    background-color: #f3f3f3;
    z-index: -1;
    box-sizing: content-box;
}
/*.comparison-table thead th {
    font-size: 14px;
}
.comparison-table th, .comparison-table td {
    padding: 5px;
}
.content-box {
    padding: 5px;
    font-size: 13px;
}
.comparison-table td {
    width: 43%;
}
*/
td.work-time {
    font-size: 1.2rem;
    vertical-align:middle;
}
.pop-img.point {
    width: 70%;
}
.before_after {
    margin: 30px 0 0;
    padding: 20px 0;
}
ul.point-icon li {
    width: calc(12rem - 20px);
}
ul.point-icon {
    flex-wrap: wrap;
}
div#point-set {
    margin: 40px 0;
}
li.row2-sp.row3-pc.text-c {
    width: 43%;
    margin: 10px;
}
p.lead.padding-t-l {
    width: auto;
    padding: 10px;
}
span.block.sub {
    margin-top: 5px;
}
.padding-m {
    font-size: 1.5rem;
}
.padding-m a {
    width: 90%;
    padding: 10px 0;
}
div#how-to-set {
    padding: 40px 3%;
}
li.flow {
    display: block;
}
.image.lazyload {
    width: auto;
}
.text {
    margin-left: 0;
}
.text p {
    font-size: 1rem;
}
h3.main {
    margin: 10px 0;
    text-align: center;
}
.area-content {
    margin: 60px 0 110px 0;
}
.area-content h2 {
    font-size: 1.5rem;
}
.area-content {
    text-align: center;
    margin: 60px 0 210px 0;
}
#area-set section.padding-t-s.padding-b-s {
    background-position: 55% 110%;
    background-size: 290px;
}
.area-attention {
    text-align: right;
}
.menu_link_contents {
    width: 100%;
}
ul.menu_link_contents_list li {
    width: calc(33% - -30px);
    margin: 10px;
    background: #fff;
    border: 3px solid #2183d4;
    border-radius: 5px;
}



.attention {
    width: 83%;
    margin: auto;
    font-size: 0.9rem;
    line-height: 1.7;
}
section#attention-set {
    padding: 50px 0;
}
.attention.precautions {
    margin-bottom: 50px;
}
ul.detail {
    padding-left: 5%;
}
ul.detail.air_conditioning {
    padding-left: 6%;
}
section.footer-nav ul {
    margin: 0;
    display: inline-block;
    font-size: 1rem;
    width: 100%;
    margin: auto;
    padding:0px;
}
section.footer-nav ul li {
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
    text-align: center;
    width: calc(49% - 0px);
    display: inline-block;
    border-right: 1px solid #ccc;
    margin: 0;
}
section.footer-nav ul li:nth-child(odd) {
    border-right: 1px solid #ccc;
}
.footer-bexternal-link {
    margin-left: 0%;
    width: 100%;
}
.footer-bottom ul li a {
    display: block;
    width: 100%;
}
.footer-bottom {
    width: 100%;
    padding: 0;
}
li.aeon_logo {
    width: 35%;
}
a#page-top {
    font-size: 1rem;
    padding: 5px 40px;
}
} 

.lp_cp_bnr_slick {
  width: 90%;
  margin: 30px auto;
  opacity: 0;
  transition: opacity .3s linear;
}

@media screen and (min-width:768px) {
  .lp_cp_bnr_slick {
    max-width: 1000px;
  }
}

.lp_cp_bnr_slick.slick-initialized {
  opacity: 1;
}

.lp_cp_bnr_slick_item {
  margin: 0 10px;
}

.lp_cp_bnr_slick .slick-prev {
  left: -15px;
}

.lp_cp_bnr_slick .slick-next {
  right: -15px;
}

.slick-prev::before,
.slick-next::before {
  color: #ccc;
}

.slick-dots li button::before {
  font-size: 10px;
}

@media (min-width:768px) {
  .service .service_content {
    /*display: block;*/
  }
}



/* ---------section customer---------- */
.customer{
    padding: 30px 0;
    background-color: #fff;
}

.customer .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 1440px) {
    .customer .container {
        max-width: 1000px;
    }
}

@media (max-width: 1200px) {
    .customer .container {
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .customer .container {
        width: 100%;
        margin: 0;
        padding: 0 30px;
    }
}

@media (max-width: 450px) {
    .customer .container {
        padding: 0 20px;
    }
}

.customer .customer_inner {
    border: 20px solid #2BD2EC;
    padding: 20px;
}

.customer .block_title h1 span:first-child {
    font-size: 4.2rem;
    font-weight: 700;
    line-height: 1.6;
    color: #008FE2;
}

.customer .customer_content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3.33rem;
}

.customer_content .customer_image {
    width: 13em;
}

.customer_content .customer_image img {
    width: 100%;
}

.customer_content .customer_text h4 {
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight: 700;
}

.customer_content .customer_text h4 span {
    font-weight: 700;
    color: #008FE2;
    line-height: 1.6;
}

.customer_content .customer_text h4 span:nth-child(3) {
    font-size: 2em;
}

@media (max-width: 768px) {
    .customer .block_title h1 span:first-child {
        font-size: 1.6rem;
    }

    .customer .customer_content {
        gap: 1rem;
    }

    .customer_content .customer_text h4 {
        font-size: 1rem;
    }

    .customer_content .customer_text h4 span:nth-child(3) {
        font-size: 2rem;
    }

    .customer_content .customer_image {
        width: 10rem;
    }
}

@media (max-width: 450px) {
    .customer .customer_inner {
        border-width: 10px;
        padding: 20px 5px;
    }

    .customer .customer_content {
        flex-direction: column;
        gap: 20px;
    }

    .customer .block_title h1 span:first-child {
        font-size: 18px;
    }

    .customer_content .customer_image {
        width: 70%;
    }

    .customer_content .customer_text h4 {
        font-size: 17px;
    }

    .customer_content .customer_text h4 span:nth-child(3) {
        font-size: 24px;
    }
}

.hx4 {
    content: "";
    height: calc(10px * 4);
}

@media (max-width: 450px) {
.hx4 {
    content: "";
    height: calc(4px * 4);
}
}


.menu_link_contents_title{
    margin: 7% auto 2%;
    width: 90%;
    max-width: 600px;
}
