@charset "utf-8";

#header {
    z-index: 10;
}

.c-header {
    z-index: 10;
}

.c-content-main ul>li::before {
    content: none;

}

.c-content-main section {
    margin-bottom: 160px;
}

.c-content-main section:last-child {
    margin-bottom: 0px;
}

.sp_only {
    display: none;
}

.marker {
    background: linear-gradient(transparent 70%, #FFFF00 70%);

}
.c-content-main h3 {
    margin: 0 0 50px;
}

/* グロナビ */
.c-nav-global__list ul li {
    width: 260px;
}

.c-nav-global__list>ul>li[data-page=product]>a {
    background: #FFFF00 url(https://www.kobelco-kenki.co.jp/pickup/horunavi/img/icon-product-green.png) no-repeat 20px center;
    background-size: 44px auto;
    color: #000;
    padding: 20px 50px 20px 80px;
    transition: all 1s ease;
}

.c-nav-global__list>ul>li[data-page=product]>a:hover{
    opacity: .8;

}

/* メインビュー */
.mai-view_area {
    overflow: hidden;
    height: 640px;
    margin-bottom: 80px;
    width: 100%;
}

.mv_wrapper {
    /* 高さを画面いっぱいに指定する。(vhが効かない場合の対策) */
    height: 640px;
    /* 横幅がウィンドウズサイズの縦幅よりもはみ出てしまう場合に、左にずらすために指定。 */
    position: relative;
    /* 横幅もいっぱいに。 */
    width: 100vw;
    width: 100%;

}

#video {
    /* 動画が再生を始めるまで、cssのほうでも背景を設定します。 */
    /* background: url('../img/mp4/mv.mp4') no-repeat; */
    /* 中央揃えになるように、fixed。 */
    background-attachment: fixed;
    /* positionも中央に。 */
    background-position: center center;
    /* 画面サイズに応じてサイズを可変するように設定。 */
    background-size: cover;

    /* wrapperのサイズに応じて、leftの位置をjQueryで指定するため、positionはabsoluteにします。 */
    min-height: 640px;
    position: absolute;
    top: 50%;
    left: 50% !important;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100vw;
    /* z-indexは調整してください。 */
    z-index: 1;
}

.mai-view_area_overlay_bg {
    width: 70%;
    height: 640px;
    background-color: rgba(51, 63, 72, .7);
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.c-page-sub__main_copy_area {
    max-width: 728px;
    margin: 100px auto 0;

}

.c-page-sub__main_h1 {
    color: #fff;
    line-height: 1.5;
    margin-bottom: 35px;
    font-size: 48px;

}

.c-page-sub__main_h1_small {
    display: block;
    font-size: 0.55em;

}

.c-page-sub__main_p {
    color: #fff;
    max-width: 550px;
    font-size: 16px;

}


/* テーブル */
.c-content-main_table th {
    background-color: #00A7AC;
    color: #fff !important;
    text-align: center;
}

.c-content-main_table td {
    text-align: center;
}

/* 見出しh2 */
.c-content-main_h2 {
    font-size: 42px;
    text-align: center;
    margin-bottom: 2em !important;
    color: #000;
}

.c-content-main_h2::after {
    content: "";
    width: 131px;
    height: 3px;
    background-color: #00A7AC;
    display: block;
    margin: 0.3em auto 0;

}

/* 見出しh3 */
.c-content-main_h3 {
    color: #000 !important;
    font-size: 25px !important;
    line-height: 1.7 !important;

}

.c-content-main_h3 .sub {
    font-size: 0.7em;
}

.c-content-main_h3>span {
    display: block;
}

.c-content-main_lead {
    line-height: 1.4 !important;
    font-size: 16px !important;
    color: #000;
}


/* section　クロージングボタン */
.c-content-main ul>li {
    padding-left: 0px;
}

/* .c-content-main li a:not([data-type=btn]):not([href^="tel:"]),
.c-content-main td a:not([data-type=btn]):not([href^="tel:"]) {
    margin-right: 0px !important;
} */

.c-content-main_btnList {
    padding: 0;
}

.c-content-main_btnList li {
    text-align: center;
    padding: 0;

}

.c-content-main_btnList .btnList_item {
    max-width: 700px;
    margin-left: auto!important;
    margin-right: auto!important;
    border-radius: 30px;
    padding: 10px 10px 12px;
    text-decoration: none !important;
    background-color: #FFFF00;
    color: #000 !important;
    box-shadow: 4px 7px 9px -10px #777777;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;

}

.c-content-main_btnList .btnList_item::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 1em;
}

.c-content-main_btnList .btnList_item:hover {
    opacity: 0.7;
}

.btnList_item_color01::before {
    background-image: url(../img/ico_downlolad.png);


}

.btnList_item_color02::before {
    background-image: url(../img/ico_contactform.png);

}

.c-content-main li a:not([data-type=btn]):not([href^="tel:"])[target=_blank]::after {
    content: "";
    display: none;
}

/* レイアウト用フレックス */
.c-page-sub .c-page-sub__main .c-page-sub__content-detail .c-content-main .c-content-main_flex {
    display: flex;
    justify-content: space-between;
}

.c-content-main .works-list {
    margin: 0;
}

.c-page-sub .c-page-sub__main .c-page-sub__content-detail .c-content-main .c-content-main_flex_revers {
    flex-direction: row-reverse;
}

.c-content-main .mb-narrow {
    margin-bottom: 1.25em !important;
    width: 45%;
}

.c-content-main .works-list[data-style="single"] {
    width: 50%;
}

.c-content-main_strongText {
    font-size: 32px;
}

.c-content-main_youtube {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

.c-content-main_youtube * {
    border: none !important;
}

.c-content-main_youtube_bb {
    border-bottom: 1px solid #000;
}

/* フローティングバナー */
.banner {
    position: fixed;
    margin: 15px 20px;
    z-index: 99999;
    bottom: 0;
    right: 0;
    width: 260px;

}

.banner .c-content-main_btnList {
    list-style-type: none;
    padding: 10px 10px 15px !important;
    margin: 0;
}

.banner .c-content-main_btnList .btnList_item {
    font-size: 0.7em;
}

.banner a {
    text-decoration: none;
}

.banner-icon {
    color: #f8f8f8;
    font-size: 40px;
}

.banner-back {
    /* width: 260px; */
    background-color: #00A7AC;
    box-shadow: 2px 4px 14px -5px #777777;
    /* border-radius: 25px; */
}

.banner-top {
    /* padding: 20px 20px 0; */
    /* border-radius: 25px 25px 0px 0px; */
    font-size: .7em;
    color: #000;
    margin-bottom: 10px;
}

.banner-copy {
    font-size: 18px;
    position: relative;
}

.banner-copy::after {
    font-family: 'Font Awesome 6 Free';
    font-size: 20px;
    content: '\f054';
    color: #006EB0;
    position: absolute;
    margin-top: 11px;
    top: 0;
    right: 18px;
}

.banner-bottom {
    /* padding: 25px 0px 30px 0px; */
    line-height: 1.6;
    width: 260px;
}
.banner-bottom img{
    max-width: 100%!important;
}
.banner-body {
    /* width: 300px; */
    /* background: #f8f8f8; */
    color: #000000;
    font-weight: bold;
    text-align: center;
    /* border-radius: 25px; */
    /* -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%); */
    /* box-shadow: 0 0 7px rgb(0 0 0 / 40%); */
}


.banner-close {
    font-weight: bold;
    position: absolute;
    /*top: -2px;
    right: -4px;*/
    top: -11px;
    right: -11px;
    z-index: 99999;
    padding: 4px 8px;
    border: none;
    background-color: #f8f8f8;
    border-radius: 25px;
    cursor: pointer;
    -webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
    box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}
.banner .c-content-main_btnList .btnList_item{
    font-size: 1em;
}
.banner .c-content-main_btnList .btnList_item::before {
    content: '';
    display: none;
    
}
@media screen and (max-width: 750px) {
    .banner {
        max-width: 100%;
        margin: 0px;
        left: 50%;
        transform: translateX(-50%);
        bottom: 5%;
    }

    .banner-icon {
        font-size: 28px;
    }

}

@media only screen and (max-width: 767px) {

    .c-nav-global__list ul li {
        width: 100%;
    }

    .sp_only {
        display: block;
    }


    /* メインビュー */
.mai-view_area {
    overflow: hidden;
    height: 400px;
    margin-bottom: 40px;
    width: 100%;
}

.mv_wrapper {
    /* 高さを画面いっぱいに指定する。(vhが効かない場合の対策) */
    height: 400px;
    /* 横幅がウィンドウズサイズの縦幅よりもはみ出てしまう場合に、左にずらすために指定。 */
    position: relative;
    /* 横幅もいっぱいに。 */
    width: 100vw;
    width: 100%;

}

#video {
    /* 動画が再生を始めるまで、cssのほうでも背景を設定します。 */
    background: url('../img/mp4/mv.mp4') no-repeat;
    /* 中央揃えになるように、fixed。 */
    background-attachment: fixed;
    /* positionも中央に。 */
    background-position: center center;
    /* 画面サイズに応じてサイズを可変するように設定。 */
    background-size: cover;
    /* 以下、画面いっぱいにするためのCSS設定 */
    /* wrapperのサイズに応じて、leftの位置をjQueryで指定するため、positionはabsoluteにします。 */
    height: 400px;
    min-width: 100%;
    min-width: 100vw;
    position: absolute;

    /* z-indexは調整してください。 */
    z-index: 1;
}

.mai-view_area_overlay_bg {
    width: 80%;
    height: 400px;
        background-color: rgba(51, 63, 72, .7);
    clip-path: polygon(0 0, 100% 0, 60% 100%, 0 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}


    .c-page-sub__main_copy_area {
        max-width: 90%;
        margin: 10% auto 0;
    
    }
    
    .c-page-sub__main_h1 {
        margin-bottom: 35px;
        font-size: 1.5em;
    
    }
    
    
    .c-page-sub__main_p {
        max-width: 65%;
    
    }

    /* 見出し */
    .c-content-main_h2 {
        font-size: 2em;

    }

    .c-content-main_h3 {
        font-size: 4.8vw !important;
    }

    .c-content-main section {
        margin-bottom: 80px;
    }

    .c-page-sub .c-page-sub__main .c-page-sub__content-detail .c-content-main .c-content-main_flex {
        display: block;
    }

    .c-page-sub .c-page-sub__main .c-page-sub__content-detail .c-content-main .c-content-main_flex_revers {
        display: block;
    }


    .c-content-main .mb-narrow {
        margin-bottom: 1.25em !important;
        width: 100%;
    }

    .c-content-main .works-list[data-style="single"] {
        width: 100%;
    }

    .c-content-main_strongText {
        font-size: 1.3em;
    }


    .c-content-main_btnList .btnList_item {
        font-size: .7em;
    }

    .c-content-main_youtube_bb {
        border-bottom: none;
    }

}

@media print,
screen and (min-width: 768px) {
    .c-nav-global__list>ul>li:not(:nth-last-child(2)):not(:last-child) {
        border-right: 1px solid #fff;
    }
}

@media print,
screen and (min-width: 768px) {
    .c-nav-global__list>ul>li:first-of-type {
        border-left: 1px solid #fff;
    }
}

@media print,
screen and (min-width: 768px) {
    .c-header .c-nav-global__list>ul>li:nth-last-child(-n+3) {
        border-right: 1px solid #fff;
    }
}



/* ---------------------------------------------------------- */
body{
  font-family: "Roboto","Noto Sans JP",sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.tiltlp .c-page-sub p,
.tiltlp .c-page-sub ul,
.tiltlp .c-page-sub ol,
.tiltlp .c-page-sub li,
.tiltlp .c-page-sub dl,
.tiltlp .c-page-sub dt,
.tiltlp .c-page-sub dd,
.tiltlp .c-page-sub table,
.tiltlp .c-page-sub th,
.tiltlp .c-page-sub td{
/*  margin: 0;
  padding: 0;*/
  font-size: 16px;
  color: #111;
  line-height: 1.8;
  box-sizing: border-box;
}


/* グローバルナビ */
.tiltlp .c-nav-global__list > ul > li > a{
   font-size: 16px;
   letter-spacing: 0.05em;
   padding-top: 18px;
}
.tiltlp .c-nav-global__list > ul > li > a span{
   font-size: 12.5px;   
}
.tiltlp .c-nav-global__list>ul>li[data-page=product]>a{
   color: #00a7ac;
   background: #FFFF00 url(../img/ico_inquiry.png) no-repeat 55px center;
   background-size: 30px auto;
   transition: all .4s ease;
}
.tiltlp .c-nav-global__list>ul>li[data-page=product]>a:hover{
    opacity: .6;
}


/* MV */
.tiltlp .c-page-sub .c-page-sub__main_copy_area{
    margin: 160px auto 0;
    letter-spacing: 0.1em;
}
.tiltlp .c-page-sub .c-page-sub__main_copy_area h1{
   font-weight: 900;
   margin-bottom: 20px;
}
.tiltlp .c-page-sub .c-page-sub__main_copy_area h1 .c-page-sub__main_h1_small{
   font-size: 28px;
   margin-bottom: 8px;
   letter-spacing: 0.1em;
}
.tiltlp .c-page-sub .c-page-sub__main_p{
   color: #fff;
   width: 538px;
}



/* コンテンツ */
.tiltlp .c-page-sub .c-content-main section {
   margin-bottom: 100px;
}
.tiltlp .c-page-sub .c-content-main section:last-child {
   margin-bottom: 40px;
}
.tiltlp .c-page-sub .c-content-main h2{
   color: #111111;
   font-weight: 800;
   letter-spacing: 0.06em;
   margin: 0 0 60px 0 !important;
   padding: 0 0 12px 0;
   border-bottom: #111 1px solid;
   overflow: visible;
}
.tiltlp .c-page-sub .c-content-main h2::after{
   display: none;
}
.tiltlp .c-page-sub .c-content-main_h3{
   color: #111;
   font-size: 28px !important;
   font-weight: 400;
   letter-spacing: 0.04em;
   margin-bottom: 20px;
   line-height: 1.6 !important;
}
.tiltlp .c-page-sub .c-content-main_h3 .sub{
   font-weight: 400;
   color: #00a7ac;
   font-size: 16px;
}
.tiltlp .c-page-sub #section02 .c-content-main_h3{
   margin-bottom: 40px;
}
.tiltlp .c-page-sub .c-content-main_lead{
   line-height: 1.8 !important;
}
.tiltlp .c-page-sub .c-content-main .works-list button [data-col-type=img]{
   border: 1px solid #00a7ac;
}
.tiltlp .c-page-sub .c-content-main .works-list button:hover,
.tiltlp .c-page-sub .c-content-main .works-list button:focus{
   box-shadow: 0 0 0 0;
}
.tiltlp .c-page-sub .c-content-main img{
   width: 100%;
}


.tiltlp .c-page-sub .c-content-main .c-content-main_btnList{
   margin-top: 50px;
   display: flex;
}
.tiltlp .c-page-sub .c-content-main .c-content-main_btnList li{
   width: 465px;
   margin-right: 30px;
}
.tiltlp .c-page-sub .c-content-main .c-content-main_btnList li:last-child{
   margin-right: 0;
}
.tiltlp .c-page-sub .c-content-main .c-content-main_btnList li .btnList_item {
    width: 100%;
    height: 86px;
    border-radius: 43px;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.06em;
    margin: 0 auto !important;
    padding: 0 0 2px 0;
    text-decoration: none !important;
    background-color: #00a7ac;
    color: #fff !important;
    box-shadow: 0 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #00a7ac;
}
.tiltlp .c-page-sub .c-content-main .c-content-main_btnList li:last-child .btnList_item{
    background-color: #FFFF00;
    color: #00a7ac !important;
}
.tiltlp .c-page-sub .c-content-main .c-content-main_btnList li .btnList_item_color01::before {
    background-image: url(../img/ico_downlolad_w.png);
    width: 26px;
}
.tiltlp .c-page-sub .c-content-main .c-content-main_btnList li .btnList_item_color02::before {
    background-image: url(../img/ico_inquiry.png);
    width: 30px;
}
.c-content-main_flex .mb-narrow{
   margin-bottom: 0 !important;
   width: 46%;
}
.c-content-main_flex .mb-narrow .c-content-main_lead{
   margin-bottom: 20px !important;
   letter-spacing: 0.05em;
}
.tiltlp .c-page-sub .c-content-main .catalog-list > li{
   margin-bottom: 30px;
}




.marker{
   /*background: linear-gradient(transparent 70%, #00a7ac 70%);*/
   background: linear-gradient(rgba(0,167,172,0) 70%, rgba(0,167,172,0.33) 70%);
}
.tiltlp .c-page-sub .c-content-main .note{
   font-size: 13px;
   text-indent: -1em;
   padding-left: 1em;
   display: block;
}



/* popup */
.banner-back{
   background-color: #eee;
}
.banner-close{
   font-size: 18px;
   font-weight: 400;
   padding: 3px 8px;
   top: -13px;
   right: -13px;
}
.banner{
   width: 280px;
   margin: 20px;
}
.banner-bottom{
   width: 100%;
}
.banner-back .btnList{}
.banner-back .btnList li{}
.banner-back .btnList li a{}
.banner .c-content-main_btnList{
   padding: 6px 10px 14px !important;
}
.banner .c-content-main_btnList .btnList_item{
   background: url("../img/ico_inquiry_w.png") #00a7ac left 22px center no-repeat;
   background-size: 21px;
   color: #ffffff !important;
   font-weight: 400;
   font-size: 15px;
   padding: 10px 0 9px 28px
}


@media screen and (max-width: 767px){

#header #head_btncontact,
#footer #sp-btn_contact{
   display: none;}

.tiltlp .c-page-sub p,
.tiltlp .c-page-sub ul,
.tiltlp .c-page-sub ol,
.tiltlp .c-page-sub li,
.tiltlp .c-page-sub dl,
.tiltlp .c-page-sub dt,
.tiltlp .c-page-sub dd,
.tiltlp .c-page-sub table,
.tiltlp .c-page-sub th,
.tiltlp .c-page-sub td{
  font-size: 15px;
  line-height: 1.8;
}


/* グローバルナビ */
.tiltlp .c-nav-global{
   padding: 10px 0 0 0;
}
.tiltlp .c-nav-global__list > ul > li > a{
   font-size: 16px;
   letter-spacing: 0.05em;
   padding: 18px 20px;
   line-height: 1.6;
}
.tiltlp .c-nav-global__list > ul > li > a span{
   font-size: 13px;   
}
.tiltlp .c-nav-global__list>ul>li[data-page=product]>a{
   background: #FFFF00 url(../img/ico_inquiry.png) no-repeat 20px center;
   background-size: 28px auto;
   padding : 18px 20px 20px 56px;
   transition: none;
}
.tiltlp .c-nav-global__list>ul>li[data-page=product]>a:hover{
    opacity: 1;
}


/* MV */
.tiltlp .c-page-sub .mai-view_area{
   height: calc(100vh - 50px);
}
.tiltlp .c-page-sub .mv_wrapper{
   height: 100%;
}
.tiltlp .c-page-sub .mv_wrapper #video{
   height: inherit;
}
.tiltlp .c-page-sub .mai-view_area_overlay_bg{
   width: 100%;
   height: calc(100vh - 50px);
   padding: 20px;
   clip-path: inherit;
   display: flex;
   align-items: center;
   justify-content: center;
}
.tiltlp .c-page-sub .c-page-sub__main_copy_area{
    margin: 0;
    width: 100%;
    max-width: 100%;
}
.tiltlp .c-page-sub .c-page-sub__main_copy_area .c-page-sub__main_h1{
   width: 100%;
   text-align: center;
   font-size: 30px;
   margin-bottom: 20px;
}
.tiltlp .c-page-sub .c-page-sub__main_copy_area h1 .c-page-sub__main_h1_small{
   font-size: 18px;
   font-weight: 600;
   margin-bottom: 8px;
   letter-spacing: 0.16em;
}

.tiltlp .c-page-sub .c-page-sub__main_p{
   color: #fff;
   width: 100%;
   max-width: 100%;
   font-size: 15px;
}
.tiltlp .c-page-sub .c-page-sub__main_p .c-page-sub__main_h1_small{
   font-size: 15px;
   margin-bottom: 3px;
}


/* コンテンツ */
.tiltlp .c-page-sub{
   margin-bottom: 20px;
}
.tiltlp .c-page-sub .c-content-main section {
   margin-bottom: 60px;
}
.tiltlp .c-page-sub .c-content-main section:last-child {
   margin-bottom: 40px;
}

.tiltlp .c-page-sub .c-content-main #section02 .mb50 {
   margin-bottom: 20px !important;
}
.tiltlp .c-page-sub .c-content-main h2{
   letter-spacing: 0;
   text-align: left;
   margin: 0 0 25px 0 !important;
   padding: 0 0 6px 0;
}
.tiltlp .c-page-sub .c-content-main h2::after{
   display: none;
}
.tiltlp .c-page-sub .c-content-main .works-list [data-col-type=text]{
   margin-bottom: 10px;
}
.tiltlp .c-page-sub .c-page-sub__main .c-page-sub__content-detail .c-content-main .mtop{
   margin-top: 30px;
}


.tiltlp .c-page-sub .c-content-main_h3{
   font-size: 18px !important;
   font-weight: 600;
   letter-spacing: 0;
   margin-bottom: 10px;
   line-height: 1.6 !important;
}
.tiltlp .c-page-sub .c-content-main_h3 .sub{
   font-size: 15px;
   text-align: left;
}
.tiltlp .c-page-sub #section02 .c-content-main_h3{
   margin-bottom: 15px;
   text-align: left !important;
}
.tiltlp .c-page-sub .c-content-main_lead{
   line-height: 1.8 !important;
}
.tiltlp .c-page-sub .c-content-main .works-list button [data-col-type=img]{
   border: 1px solid #00a7ac;
}
.tiltlp .c-page-sub .c-content-main .works-list button:hover,
.tiltlp .c-page-sub .c-content-main .works-list button:focus{
   box-shadow: 0 0 0 0;
}
.tiltlp .c-page-sub .c-content-main img{
   width: 100%;
}


.tiltlp .c-page-sub .c-content-main .c-content-main_btnList{
   margin-top: 40px;
   display: block;
}
.tiltlp .c-page-sub .c-content-main .c-content-main_btnList li{
   width: 100%;
   margin-right: 0;
}
.tiltlp .c-page-sub .c-content-main .c-content-main_btnList li:last-child{
   margin-right: 0;
}
.tiltlp .c-page-sub .c-content-main .c-content-main_btnList li .btnList_item {
    width: 100%;
    height: 76px;
    border-radius: 43px;
    font-size: 15px;
    letter-spacing: 0;
    margin: 0 auto 10px auto !important;
    padding: 0 0 2px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tiltlp .c-page-sub .c-content-main .c-content-main_btnList li:last-child .btnList_item{
    margin: 0 auto !important;
}
.tiltlp .c-page-sub .c-content-main .c-content-main_btnList li .btnList_item_color01::before {
    background-image: url(../img/ico_downlolad_w.png);
    width: 26px;
}

.tiltlp .c-page-sub .c-content-main .c-content-main_btnList li .btnList_item_color02::before {
    background-image: url(../img/ico_inquiry.png);
    width: 30px;
}

.c-content-main_flex{
   margin-bottom: 20px !important;
}
.c-content-main_flex .mb-narrow{
   margin-bottom: 20px !important;
   width: 100%;
}
.c-content-main_flex .mb-narrow .c-content-main_lead{
   margin-bottom: 15px !important;
   letter-spacing: 0.03em;
   text-align: left !important;
}
.tiltlp .c-page-sub .c-content-main .catalog-list > li{
   margin-bottom: 0px;
}
.tiltlp .c-page-sub  .c-content-main .catalog-list{
   margin-top: 25px;
   justify-content: center;
   align-items: center;
}



.marker{
   /*background: linear-gradient(transparent 70%, #00a7ac 70%);*/
   background: linear-gradient(rgba(0,167,172,0) 70%, rgba(0,167,172,0.33) 70%);
}
.tiltlp .c-page-sub .c-content-main .note{
   font-size: 13px;
   text-indent: -1em;
   padding-left: 1em;
   display: block;
}



/* popup */
.banner-back{
   background-color: #fff;
   box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.12);
}
.banner-close{
   font-size: 18px;
   font-weight: 400;
   padding: 3px 8px;
   top: -13px;
   right: -13px;
}
.banner{
   width: 90%;
   margin: 0 auto;
   bottom: 20px;
}
.banner .banner-body{
   display: flex;
   /*height: 84px;*/
   justify-content: left;
   align-items: center;
}

.banner-bottom{
   width: 28%;
   max-width: 120px;
}
.banner-back .btnList{}
.banner-back .btnList li{}
.banner-back .btnList li a{}
.banner .c-content-main_btnList .btnList_item{
   background: url("../img/ico_inquiry_w.png") #00a7ac left 15px center no-repeat;
   background-size: 17px;
   font-size: 14px;
   padding: 11px 0 9px 22px;
   opacity: 1.0;
}
.banner .c-content-main_btnList{
   width: 70%;
   padding: 6px 10px 8px !important;
}
.banner .c-content-main_btnList li{
   width: 100%;
}


}

