@charset "UTF-8";

/* #1386E3 */
html {height: 100%;}
body {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    color: #333333;
}

a,
a:visited {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #1386E3;
}

.spDis {display: none;}
.pcDis {display: inline-block;}
@media screen and (max-width: 769px) {
    .spDis {display: inline-block;}
    .pcDis {display: none;}
    #topPage .contIn1170 {
        width: calc(100% - 40px);
        padding: 0 20px;
    }
}
.logo h1 {
    margin: 0;
    padding: 0;
}
@media screen and (max-width: 769px) {
    header {height: 70px;}
}
/* ハンバーガーメニュー */
.hamburger {
    margin: 0 auto;
    padding: 25px auto;
    padding-top: 25px;
    /*padding-bottom: 25px;*/
    width: 100%;
    max-width: 1340px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
@media screen and (max-width: 769px) {
    .hamburger {
        padding-top: 0;
        padding-bottom: 0;
    }
    /*.gNav-menu > li:after {
        content: "";
        height: 2px;
        width: 15px;
        background: #fff url(https://haw101031vqw.smartrelease.jp/shared/images/sp-toggle-line.png) no-repeat;
        position: absolute;
        top: 11px;
        right: 10px;
    }
    */
}
.logo {
    font-size: 40px;
    font-weight: 700;
}

.hamburger .btn-gNav {
    position: fixed;
    top: 10px;
    right: 20px;
    width: 30px;
    height: 24px;
    padding-bottom: 10px;
    z-index: 12;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span {
    position: absolute;
    width: 25px;
    height: 2px;
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 400ms;
    transition: all 400ms;
}

.hamburger .btn-gNav span:nth-child(1) {
    top: 17px;
    right: 12px;
}

.hamburger .btn-gNav span:nth-child(2) {
    top: 25px;
    right: 12px;
}

.hamburger .btn-gNav span:nth-child(3) {
    top: 33px;
    right: 12px;
}

.hamburger .btn-gNav.open span:nth-child(1) {
    background: #ffffff;
    top: 23px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hamburger .btn-gNav.open span:nth-child(2),
.hamburger .btn-gNav.open span:nth-child(3) {
    top: 23px;
    background: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-gNav {
    display: none;
}




@media screen and (max-width: 769px) {
    .hamburger .btn-gNav-toggle {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 24px;
        padding-bottom: 10px;
        padding: 20px;
        z-index: 12;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: all 400ms;
        transition: all 400ms;
    }

    .hamburger .btn-gNav-toggle span {
        position: absolute;
        width: 15px;
        height: 2px;
        background: #fff;
        border-radius: 10px;
        -webkit-transition: all 400ms;
        transition: all 400ms;
    }

    .hamburger .btn-gNav-toggle span:nth-child(1) {
        top: 17px;
        right: 12px;
    }

    .hamburger .btn-gNav-toggle span:nth-child(2) {
        top: 17px;
        right: 12px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .hamburger .btn-gNav-toggle span:nth-child(3) {
        top: 33px;
        right: 12px;
    }

    .hamburger .btn-gNav-toggle.open span:nth-child(1) {
        background: #ffffff;
        top: 23px;
        /*-webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);*/
    }

    .hamburger .btn-gNav-toggle.open span:nth-child(2),
    .hamburger .btn-gNav-toggle.open span:nth-child(3) {
        top: 23px;
        background: #ffffff;
        /*-webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);*/
        display: none;
    }

    .spDis .gNav-toggle {
        display: none;
    }

    .hamburger .btn-gNav-toggle-02 {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 24px;
        padding-bottom: 10px;
        padding: 20px;
        z-index: 12;
        box-sizing: border-box;
        cursor: pointer;
        -webkit-transition: all 400ms;
        transition: all 400ms;
    }

    .hamburger .btn-gNav-toggle-02 span {
        position: absolute;
        width: 15px;
        height: 2px;
        background: #fff;
        border-radius: 10px;
        -webkit-transition: all 400ms;
        transition: all 400ms;
    }

    .hamburger .btn-gNav-toggle-02 span:nth-child(1) {
        top: 17px;
        right: 12px;
    }

    .hamburger .btn-gNav-toggle-02 span:nth-child(2) {
        top: 17px;
        right: 12px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .hamburger .btn-gNav-toggle-02 span:nth-child(3) {
        top: 33px;
        right: 12px;
    }

    .hamburger .btn-gNav-toggle-02.open span:nth-child(1) {
        background: #ffffff;
        top: 23px;
        /*-webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        transform: rotate(-45deg);*/
    }

    .hamburger .btn-gNav-toggle-02.open span:nth-child(2),
    .hamburger .btn-gNav-toggle-02.open span:nth-child(3) {
        top: 23px;
        background: #ffffff;
        /*-webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        transform: rotate(90deg);*/
        display: none;
    }

    .spDis .gNav-toggle-02 {
        display: none;
    }
}



.gNav .gNav-menu {
    display: flex;
    justify-content: space-between;
}

.gNav .gNav-menu li {
    margin: 0 auto;
    padding: 0 5px;
    list-style-type: none;
    margin-left: 30px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    padding-bottom: 25px;
}
.gNav .gNav-menu li a {
    text-decoration: none;
    display: inline-block;
    width: 100%;
    font-weight: 500;
}
.gNav .gNav-menu li.gNav-contact {
    width: 183px;
    height: 50px;
    background: #1386E3 0% 0% no-repeat padding-box;
    border-radius: 25px;
    opacity: 1;
    color: #fff;
    padding-bottom: 0;
}
.gNav-contact a {
    color: #fff;
}
.gNav-contact a img {
    margin-right: 0.5em;
    display: inline;
}
.gNav-menu .spDis {display: none;}
.gNav-menu .pcDis {display: inline-block;}
@media screen and (max-width: 769px) {
    .gNav-menu .spDis {display: inline-block;width: 100%;}
    .gNav-menu .pcDis {display: none;}
}
.menu_contents {
    background: #DCEDFB 0% 0% no-repeat padding-box;
    border: 1px solid #DCEDFB;
    border-radius: 0px 0px 0px 30px;
    color: #333333;
    display: none;
    /*display: block;*/
    position: absolute;
    top: 100px;
    right: 0;
    /*width: calc(676px - 150px);*/
    right: -400px;
    width: calc(1076px - 150px);
    right: -3400px;
    width: calc(4076px - 150px);
    color: #333333;
    text-align: left;
    padding: 30px 100px 50px 50px
}
.menu_contents h2 {
    font-size: 20px;
    font-weight: bold;
    width: 490px;
    border-bottom: 1px solid #70AAD8;
    margin-bottom: 20px;
}
.menu_contents h3 {
    font-weight: bold;
}
.menu_contents ul {
    margin-top: 0;
    width: 540px;
}
.menu_contents ul:nth-of-type(2) {
    margin-top: 0;
}
.mega .menu_contents li {
    background: #fff;
    display: inline-block;
    font-size: 14px;
    padding: 5px 65px 5px 20px;
    color: #333333;
    border-radius: 17px;
    margin-left: 0;
    line-height: normal;
    margin-right: 10px;
    position: relative;
    margin-bottom: 5px;
    float: left;
}
.mega .menu_contents li:after {
    content: "";
    height: 8px;
    width: 5px;
    background: #fff url(https://haw101031vqw.smartrelease.jp/shared/images/Icon_ionic-ios-arrow-forward.png) no-repeat;
    position: absolute;
    top: 11px;
    right: 10px;
}
.menu_contents li a {
    color: #333333;
}
.mega .menu_contents li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}
.mega .menu_contents li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: left;
    text-decoration: none;
    color: inherit;
    font-size: 14px;
    padding: 5px 65px 5px 20px;
    color: #333333;
    border-radius: 17px;
    margin-left: 0;
    line-height: normal;
    margin-right: 10px;
    position: relative;
    margin-bottom: 5px;
    float: left;
}
@media screen and (max-width: 769px) {
    .mega .menu_contents li {display: none;}
    .hamburger {
        margin: 0;
    }
    .logo h1 {
        width: 244px;
        padding: 20px 20px 20px 0;
    }
    .hamburger .btn-gNav {
        display: block;
        width: 50px;
        height: 50px;
        background: #1386E3 0% 0% no-repeat padding-box;
        border-radius: 25px;
        opacity: 1;
    }

    .gNav .gNav-menu li {
        margin: 0;
        padding: 0;
        margin-left: 0;
        font-weight: bold;
    }

    .gNav .gNav-menu li ul.spDis.open {
        font-size: 14px;
        display: block;
    }
    .gNav .gNav-menu li ul.spDis {
        display: none;
    }
    .gNav .gNav-menu li ul.spDis li {
        border-bottom: none;
        font-weight: normal;
        letter-spacing: 0px;
        line-height: 1.6em;
        margin-left: 10px;
    }

    .gNav {
        position: fixed;
        top: 66px;
        right: -100%;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.8);
        background: #DCEDFB 0% 0% no-repeat padding-box;
        font-size: 16px;
        box-sizing: border-box;
        z-index: 1;
        padding-top: 50px;
        transition: .3s;
    }

    .gNav.open {
        right: 0;
    }

    .gNav .gNav-menu {
        padding: 0;
        width: 100%;
        height: 100%;
        display: block;
        flex-direction: column;
        text-align: center;
        /*justify-content: center;*/
    }

    .gNav .gNav-menu li {
        width: calc(100% - 60px);
        margin: 0 auto;
        text-align: left;
        border-bottom: #70AAD8 1px solid;
    }
    .gNav .gNav-menu > li {
        padding-bottom: 20px;
        margin-bottom: 20px;
        position: relative;
    }
    .gNav .gNav-menu li.gNav-contact {
        width: 335px;
        height: 50px;
        background: #1386E3 0% 0% no-repeat padding-box;
        border-radius: 25px;
        opacity: 1;
        text-align: center;
        padding-bottom: 0;
        font-size: 14px;
        font-weight: normal;
    }

    /***** メニューオープン時 *****/
    .btn-gNav.open span:nth-of-type(2) {
        background-color: transparent;  	/* 真ん中の線を透明に */
    }
    .btn-gNav.open span:nth-of-type(1),
    .btn-gNav.open span:nth-of-type(3) {
        /*content: "";
        background-color: #333;   上下の線の色を変える */
        transition: .2s;
    }
    .btn-gNav.open span:nth-of-type(1) {
        transform: rotate(45deg);  /* 上の線を傾ける */
    }
    .btn-gNav.open span:nth-of-type(3) {
        transform: rotate(-45deg);  /* 下の線を傾ける */
    }
    .menu_contents,.menu_contents-02 {display: none;}
    .gNav .gNav-menu li a:hover {color: #333333;}
}

/* スライダー */
.slide-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    position: relative;
    top: -50px;
  }
  .slide-dots li {
    display: inline-block;
    margin: 0 10px;
  }
  .slide-dots li button {
    position: relative;
    text-indent: -9999px;
  }
  .slide-dots li button {
    position: relative;
    z-index: 100;
    display: inline-block;
    margin: 0 7.5px;
    width: 25px;
    height: 8px;
    width: 80px;
    height: 3px;
    margin: 6px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #005FAC;
}
.slide-dots li.slick-active button {
    background: #fff;
}
button {
    background: none;
    border: none;
    outline: none;
    padding: 0 7px;
}
.slick-slide img.spDis {display: none;}
.slick-slide img.pcDis {display: inline-block;border-radius: 20px;}
@media screen and (max-width: 769px) {
    /*#slider {
        height: 450px;
        margin-bottom: 30px;
    }
    .itss-slider {width: 100%;}
    .itss-slider .slick-slide {width: 336px;height: 451px;}*/
    .slick-slide img.spDis {display: block;}
    .slick-slide img.pcDis {display: none;}
}
.slick-initialized .slick-slide {
    display: block;
    padding: 0 100px;
}
.itss-slider .slick-slide .spDis {display: none;}
@media screen and (max-width: 769px) {
    .itss-slider .slick-slide .spDis {display: block;}
}
.itss-slider .slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.itss-slider .slick-slide img {
    max-width: 100%;
    max-height: 100%;
    height: 100vh;
    width: auto\9; /* ie8 */
    margin: 0 auto;
}
.slick-list {
	overflow: hidden;
}
.itss-slider .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 180px;
    z-index: 1;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.itss-slider .slick-arrow::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #09000d;
    border-width: 3px 3px 0 0;
    position: absolute;
    top: 24px;
    transform: rotate(45deg);
}
.itss-slider .slick-next {
    right: 0;
}
.itss-slider .slick-prev {
    left: 0;
}
.itss-slider .slick-next::before {
    left: 20px;
}
.itss-slider .slick-prev::before {
    border-width: 0 0 3px 3px;
    right: 22px;
}
.slick-dots {
    top: 650px;
}
.slider-bar .slick-dots {
    text-align: center;
}
.slider-bar .slick-dots li {
    display: inline-block;
}
.slider-bar .slick-dots button {
    display: block;
    width: 80px;
    height: 3px;
    margin: 6px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #005FAC;
    /*border-radius: 50%;*/
}
.slider-bar .slick-dots .slick-active button {
    background: #fff;
}
@media screen and (max-width: 769px) {
    .slider-bar .slick-dots button {
        display: block;
        width: 60px;
        height: 3px;
        margin: 2px;
        font-size: 0;
        padding: 0;
        border: 0;
        outline: none;
        cursor: pointer;
        background: #005FAC;
    }
    .importantBox01 {
        margin-bottom: 30px;
    }
    .slick-slide img.pcDis {display: none;}
    .slick-slide img.spDis {display: block;border-radius: 20px;}
}
.slick-dots li {
    width: 80px;
}
.mvSlider {
    margin-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
}
.mvSlider .mv ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}
/*.mvSlider li img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    vertical-align: bottom;
}*/
.mvSlider .swiper-pagination {
    z-index: 100;
    display: flex;
    justify-content: center;
    margin-top: -25px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1080px;
    height: 25px;
}
.mvSlider .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    z-index: 100;
    display: inline-block;
    margin: 0 7.5px;
    width: 25px;
    height: 8px;
    width: 80px;
    height: 3px;
    margin: 6px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #005FAC;
    /*background-color: rgb(0, 138, 82);*/
}
.mvSlider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    /*background-color: rgb(203, 159, 0);*/
    background: #fff;
}
@media screen and (max-width: 769px) {
    .mvSlider {
        margin-bottom: 30px;
    }
    .slick-dots li {
        width: 60px;
    }
    .slick-dots {
        top: 480px;
    }
    .mvSlider .swiper-pagination .swiper-pagination-bullet,
    .slide-dots li button {
        display: block;
        width: 60px;
        height: 3px;
        margin: 2px;
        font-size: 0;
        padding: 0;
        border: 0;
        outline: none;
        cursor: pointer;
        background: #005FAC;
    }
}
.slick-dots li button:before {
    content: none;
}
.itss-slider .slick-arrow  {
    display: none;
}
.slick-dotted.slick-slider {
    margin-bottom: 20px;
}
/* TOPページ */
header {
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    position: sticky;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
}
.pickup-news {
    width: calc(100% - 60px);
    background: #1386E31A 0% 0% no-repeat padding-box;
    opacity: 1;
    padding: 50px 30px 50px;
    margin-bottom: 0;
    border-radius: 20px;
}
.pickup-news img {
    margin-bottom: 20px;
}
.pickup-news dl {
    background-color: #fff;
    padding: 20px 20px 0 20px;
    border-radius: 5px;
}
.pickup-news .block-section_small {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    margin-block: 0;
}
.pickup-news .block-section_small ol {
    margin-top: 0;
}
@media screen and (max-width: 769px) {
    .pickup-news .block-section_small ol {
        border-top: none;
    }
}
.pickup-news .block-section_small ol li {
    border-bottom: none;
    padding: 5px 0;
}
.pickup-news dt {
    float: left;
    font-size: 16px;
    clear: both;
    text-align: left;
}
.pickup-news dd.cat {
    margin-left: 14px;
    position: relative;
    top: -5px;
    float: left;
    font-size: 18px;
    text-align: center;
}
.pickup-news dd.full-width {
    margin-left: 208px;
    padding-bottom: 20px;
    text-align: left;
}
@media screen and (max-width: 769px) {
    .pickup-news {
        border-radius: 10px;
    }
    .pickup-news dd.full-width {
        margin-left: 0;
        padding-bottom: 20px;
        text-align: left;
        clear: both;
    }
    .pickup-news {
        margin-bottom: 100px;
    }
    .pickup-news {
        width: calc(100% - 40px);
        background: #1386E31A 0% 0% no-repeat padding-box;
        opacity: 1;
        padding: 30px 20px 30px;
        margin-bottom: 100px;
        border-radius: 10px;
    }
    .pickup-news dl {
        padding: 34px 15px 30px;
        border-radius: 5px;
    }
}
.pickup-news dd.cat {
    font-size: 16px;
    background: #1386E3 0% 0% no-repeat padding-box;
    border-radius: 17px;
    opacity: 1;
    padding: 5px 20px;
    color: #fff;
}
.service {
    margin-bottom: 10px;
}
#VcArea-MainColum .service h2.heading-11 {margin-top: 45px;margin-bottom: 15px;}
#VcArea-MainColum .products h2.heading-11 {margin-top: 35px;}
#VcArea-MainColum .newsbefore h2.heading-11 {margin-top: 60px;}
.service h2,
.products h2,
#VcArea-MainColum .news h2.heading-11,
#VcArea-MainColum .pickup-news h2.heading-11 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0;
}
#VcArea-MainColum .pickup-news h2.heading-11 {
    margin-bottom: 20px;
}
#VcArea-MainColum .pickup h2.heading-11 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0;
    padding-top: 50px;
}
@media screen and (max-width: 767px) {
    #VcArea-MainColum .pickup h2.heading-11 {
        padding-top: 40px;
    }
}
.pickup h2,
.pickup-news h2,
.footer-contact-tel p:nth-of-type(1) {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-style: normal;
}
.pickup-news h2 {
    margin-bottom: 20px;
}
@media screen and (max-width: 769px) {
    .service h2,
    .products h2,
    .news h2,
    .pickup h2 {
        font-size: 30px;
        margin-bottom: 19px;
    }
    .service {
        margin-bottom: 70px;
    }
}
.service ul::after {
    content: "";
    display: table;
    clear: both;
}
.service ul li {
    font-size: 20px;
    font-weight: bold;
}
.service ul li {
    float: left;
    margin-left: 26px;
}
.service ul li:first-child {
    margin-left: 0;
}
.service ul li img {
    width: 280px;
    margin-bottom: 15px;
}

.service li {
    list-style-type: none;
    position: relative;
    width: 280px;
    cursor: pointer;
}
.service li figure {
    width: 280px;
    height: 230px;
    overflow: hidden;
    margin: 0;
    border-radius: 10px;
}
.service li figure img {
    display: block;
    width: 100%;
    height: 100%;
}

.service li a {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background-color: transparent;
    text-decoration: none;
    color: #333333;
    visibility: visible;
    font-size: 20px;
    font-size: 1.66666666667vw;
    font-size: clamp(16px, 1.66666666667vw, 20px);
}
.service li:hover a {
    color: #1386E3;
}
@media screen and (min-width: 770px) {
    .service li:hover img {
        transition: .4s;
        transform: scale(1.2);
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 769px) {
    .service ul li:first-child {
        margin-left: 0;
        margin-bottom: 30px;
    }
    .service ul li {
        /*float: none;*/
        margin-left: 0;
        margin-bottom: 30px;
        width: calc(50% - 10px);
        margin-right: 20px;
    }
    .service ul li:nth-child(2n) {
        margin-right: 0;
    }
    .service li figure {
        width: 100%;
        height: auto;
    }
    .service ul li img {
        width: 100%;
        margin-bottom: 15px;
        height: auto;
    }
    .service li a {
        bottom: 0;
        font-size: 14px;
        padding: 0;
        font-size: calc(0.655rem + ((1vw - 1.2px) * 0.6044));
    }
    .spBr {
        display: none;
    }
    .service ul li {
        margin-left: 0;
        margin-bottom: 30px;
        width: calc(50% - 10px);
        margin-right: 20px;
        position: relative;
        margin-bottom: 80px;
    }
    .service ul li:first-child {
        margin-left: 0;
        margin-bottom: 30px;
    }
    .service ul li:nth-child(2n) {
        margin-right: 0;
    }
    .service li figure {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .service li::before {
        content: "";
        display: block;
        padding-top: calc(((230 / 280) * 100%));
    }
    .service li figure img {
        display: block;
        width: 100%;
        height: 100%;
    }
}

#topPage .products {
    position: relative;
}
#topPage .products::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 18.5%;
    width: 81.5%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F7F7F7 no-repeat padding-box;
    /*border-radius: 50px 0px 0px 50px;*/
    z-index: -1;
}
#VcArea-MainColum .products h2.heading-11 {
    padding-top: 35px;
    margin-bottom: 43px;
}
@media screen and (max-width: 767px) {
    #VcArea-MainColum .products h2.heading-11 {
        padding-top: 50px;
        margin-bottom: 43px;
    }
}
#topPage .tabs {
    margin-top: 50px;
    /*padding-bottom: 30px;*/
    width: 100%;
    margin: 0 auto;
}
#topPage .tabs label {
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 14px;
}
#topPage .tab_item {
    width: calc(100%/2);
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}
#topPage .tab_item:hover {
    opacity: 0.75;
}
#topPage input[name="tab_item"] {
    display: none;
}
#topPage .tab_content {
    display: none;
    padding: 35px 35px 70px;
    clear: both;
    overflow: hidden;
    text-align: left;
    margin-bottom: 0;
}
#topPage #tab-category:checked ~ #tab-category_content,
#topPage #tab-solution:checked ~ #tab-solution_content {
    display: block;
}
#topPage .tab_item {
    padding-bottom: 1px;
    border-bottom: 5px solid #CCCCCC;
}
#topPage .tabs input:checked + .tab_item {
    border-bottom: 5px solid #1386E3;
    width: calc(100% / 2);
}
#topPage .products {
    padding-bottom: 0;
    margin-bottom: 0px;
}
.service ul li {
    margin-left: 0;
    margin-bottom: 30px;
    width: calc(50% - 10px);
    margin-right: 20px;
    position: relative;
    margin-bottom: 80px;
}
.service ul li:first-child {
    margin-left: 0;
    margin-bottom: 30px;
}
.service ul li:nth-child(2n) {
    margin-right: 0;
}
.service li figure {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.service li::before {
    content: "";
    display: block;
    padding-top: calc(((230 / 280) * 100%));
}
@media screen and (min-width:768px) and ( max-width:769px) {
    .service li a {
        bottom: -50px;
    }
    .service ul li {
        margin-left: 0;
        margin-bottom: 30px;
        width: calc(50% - 10px);
        margin-right: 20px;
        position: relative;
        margin-bottom: 80px;
    }
    .service ul li:first-child {
        margin-left: 0;
        margin-bottom: 30px;
    }
    .service ul li:nth-child(2n) {
        margin-right: 0;
    }
    .service li figure {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .service li::before {
        content: "";
        display: block;
        padding-top: calc(((230 / 280) * 100%));
    }
    .service li figure img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .service ul li a {
        font-size: 20px;
        font-size: calc(0.655rem + ((1vw - 1.2px) * 0.6044));
    }
}
@media screen and ( max-width:768px) {
    .service ul li {
        margin-left: 0;
        margin-bottom: 30px;
        width: calc(50% - 10px);
        margin-right: 20px;
        position: relative;
        margin-bottom: 30px;
    }
    .service ul li:first-child {
        margin-left: 0;
        margin-bottom: 30px;
    }
    .service ul li:nth-child(2n) {
        margin-right: 0;
    }
    .service li figure {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        position: relative;
    }
    .service li::before {
        content: "";
        display: block;
        padding-top: 0;
    }
    .service figure::after {
        display:block;
        content:'';
        width:100%;
        height:0;
        padding-top: calc(((230 / 280) * 100%));
       }
    .service li figure {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .service li figure img {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .service ul li a {
        font-size: 20px;
        font-size: calc(0.655rem + ((1vw - 1.2px) * 0.6044));
    }
}
@media screen and (min-width:767px) and ( max-width:767px) {
    .service li figure {
        margin-bottom: 30px;
    }
}
@media screen and (min-width:768px) and ( max-width:768px) {
    .service ul li {
        margin-bottom: 80px;
    }
    .service li figure {
        margin-bottom: 0px;
    }
}
@media screen and (min-width:820px) and ( max-width:820px) {
    .product-list li a {
        font-size: 18px;
    }
}
/*.product-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}
.product-list li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.product-list img {
    height: 200px;
    object-fit: cover;
}
.product-list p {
    margin-top: 20px;
    margin-bottom: 70px;
    font-size: 20px;
    font-weight: bold;
}*/
.product-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px 50px;
}

.product-list li {
    position: relative;
    text-align: center;
    padding: 0 20px;
    height: calc(100% + 43px);
    display: flex;
}
@media screen and (min-width:770px) {
    .service ul li {
        float: left;
        width: calc(25% - 19.5px);
        margin-left: 26px;
    }
    .service ul li:first-child {
        margin-left: 0;
    }
    .service li figure {
        width: 100%;
        height: auto;
    }
    .service ul li {
        margin-left: 0;
        margin-bottom: 30px;
        width: calc(25% - 19.5px);
        margin-left: 26px;
        margin-right: 0;
        position: relative;
        margin-bottom: 80px;
    }
    .service ul li:first-child,
    .service ul li:nth-child(5n) {
        margin-left: 0;
        margin-bottom: 30px;
    }
    .service li figure {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }
    .service li::before {
        content: "";
        display: block;
        padding-top: calc(((230 / 280) * 100%));
    }
}
.product-list li:hover {
    background: #F7F7F7 0% 0% no-repeat padding-box;
    box-shadow: 0px 0px 20px #00000033;
    border-radius: 10px;
}
.product-list li img {
    width: 100%;
    height: auto;
    /*margin-bottom: 20px;*/
    padding-bottom: 20px;
    max-height: 277px;
    object-fit: contain;
    align-items: center;
}

.product-list li p {
    margin: 0;
    padding: 0;
    padding-top: 20px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.product-list li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 20px;
    box-sizing: border-box;
}
.product-list li a::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
}
.product-list li a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.product-list li:nth-child(4), .product-list li:nth-child(5) {
    grid-column: span 1;
}
.product-list li:nth-child(4) p, .product-list li:nth-child(5) p {
    padding-top: 20px;
}
#topPage .solution-list li {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #1386E3;
    width: calc(50% - 52px);
    padding: 20px 0;
    margin-right: 100px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 20px 5px;
    opacity: 1;
    font-size: 20px;
    font-weight: bold;
    float: left;
}
.solution-list li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
#topPage .solution-list li:hover {
    border: 1px solid var(--unnamed-color-1386e3);
    background: #1386E3 0% 0% no-repeat padding-box;
    border: 1px solid #1386E3;
    color: #fff;
}
.solution-list li:hover a {
    color: #fff;
}
#topPage .solution-list li:nth-child(2n) {
    margin-right: 0;
}
@media screen and (max-width: 769px) {
    .products::after {
        /*border-radius: 30px 0px 0px 30px;*/
    }
    #topPage .tab_item {
        width: 100%;
        height: 50px;
    }
    #topPage .tab_item {
        border-bottom: 3px solid #CCCCCC;
    }
    #topPage .tabs input:checked + .tab_item {
        border-bottom: 3px solid #1386E3;
        padding-bottom: 14px;
    }
    #topPage .tabs label {
        font-size: 18px;
        line-height: 18px;
        /*margin-top: 30px;*/
        vertical-align: bottom;
        height: auto;
        padding-bottom: 14px;
        width: calc(100% / 2);
        font-size: 16px;
    }
    .tabs label:nth-of-type(1) {
        margin-top: 0;
    }
    #topPage .tab_content {
        padding: 33px 0 0;
    }
    /*.product-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 0 20px;
    }*/
    .products h2 {
        padding-top: 50px;
    }
    /*.product-list li {
        height: 100%;
    }*/
    .product-list li {
        /*padding: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;*/
        /*height: 100%;*/
        height: auto;
    }
    .product-list li img {
        /*min-height: 150px;*/
        margin-bottom: 40px;
        /*padding-bottom: 0;
        max-height: 142px;*/
    }
    .product-list li p {
        /*margin-bottom: 55px;*/
        font-size: 13px;
    }
    /*.product-list li a {
        top: 0;
    }*/
    .products {
        margin-bottom: 80px;
    }
    #tab-solution:checked ~ #tab-solution_content {
        display: block;
        padding: 35px 0 0 0;
    }
    #topPage .solution-list li {
        width: calc(100% - 2px);
        padding: 20px 0;
        float: none;
        font-size: 15px;
    }
    .products {
        padding-bottom: 0;
    }
    .tabs {
        padding-bottom: 25px;
    }
    .tabs .spBr {display: inline;}
}
@media screen and (min-width:711px) and ( max-width:/*1199*/1069px) {
    #topPage .solution-list li {
        width: calc(50% - 20px);
        margin-right: 20px;
        float: left;
    }
    .gNav .gNav-menu li {
        margin-left: 5px;
        font-size: calc(0.55rem + ((1vw - 4.8px) * 0.6044));
        margin-left: 1em;
        font-size: 1.25191236307vw;
    }
    .gNav .gNav-menu li img {
        width: 15px;
        height: auto;
    }
    .gNav .gNav-menu li.gNav-contact {
        width: 9em;
    }
    .product-list li a {
        font-size: calc(0.655rem + ((1vw - 1.2px) * 0.6044));
    }
}
@media screen and (min-width:768px) and ( max-width:/*1199*/768px) {
    .gNav .gNav-menu li.gNav-contact {
        width: calc(100% - 60px);
    }
    .gNav .gNav-menu li,
    .gNav .gNav-menu li.gNav-contact {
        margin-left: 30px;
        font-size: 2.5vw;
    }
    .gNav .gNav-menu li img {
        width: 30px;
        height: auto;
    }
}
@media screen and (min-width:711px) and ( max-width:1199px) {
    #topPage .solution-list li {
        width: calc(50% - 20px);
        margin-right: 20px;
        float: left;
    }
}
@media screen and (max-width: 767px) {
    .product-list {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px 20px;
    }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
    .product-list {
        grid-template-columns: repeat(3, 1fr);
        gap: 70px 20px;
    }
}
.link-btn a {
    color: var(--main-button-text-color);
    border-radius: 5px;
}
.pickup {
    background: #1386E31A 0% 0% no-repeat padding-box;
    opacity: 1;
    border-radius: 30px 30px 0px 0px;
    margin-top: 44px;
}
.pickup h2 {
    padding-top: 50px;
    color: #1386E3;
}
.pickup-news h2 {
    color: #1386E3;
}
.module-3column .module-flex-img-item {
    background: #fff;
}
.contNewsWrap01 li {
    padding: 21px 0px;
}
@media screen and (max-width: 769px) {
    .contNewsWrap01 li {
        padding: 20px 24px 20px 0px;
    }
}
.default15 {
    margin-block: 30px;
}
.pickup .block-section_large {
    margin-top: 30px;
    margin-bottom: 20px;
}
/*.contNewsWrap01 li .cate p {
    font-size: 16px;
    border-radius: 17px;
    opacity: 1;
    padding: 5px 20px;
    display: block;
    color: var(--news-icon-text-color);
    background-color: var(--news-icon-bg-color);
    inline-size: auto;
    text-align: center;
    line-height: normal;
}*/
@media screen and (max-width: 769px) {
    .pickup {
        margin-top: 50px;
    }
    .block-section_small {
        margin-block: 0;
        margin-bottom: 30px;
    }
    .pickup h2 {
        padding-top: 40px;
        margin-bottom: 20px;
    }
    .pickup .block-section_large {
        margin-top: 20px;
        padding-bottom: 40px;
        margin-bottom: 0;
    }
}
footer {
    background: #F7F7F7;
}
.footer-contact-wrapper {
    background: #F7F7F7 url(https://haw101031vqw.smartrelease.jp/shared/images/footer_bg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-contact {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 20px;
    opacity: 1;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 46px 10px 41px 10px;
}
.footer-contact h4 {
    font-size: 20px;
    font-weight: bold;
    margin-block: 10px;
}
.footer-contact-tel h4 {
    margin-bottom: 15px;
}
.footer-contact-tel, .footer-contact-email {
    flex: 1;
    padding: 0 20px;
}
.footer-contact-email {
    border-left: 1px solid #CCCCCC;
}
.footer-contact-tel p:nth-of-type(1) {
    color: #1386E3;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 5px;
}
.footer-contact-tel p:nth-of-type(1) img {
    display: inline;
    margin-right: 8px;
}
.footer-contact-tel p:nth-of-type(2) {
    font-size: 16px;
}
.footer-contact-email p:nth-of-type(1) {margin-bottom: 20px;}
.footer-contact-email p:nth-of-type(2) {
    width: 450px;
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    background: #1386E3 0% 0% no-repeat padding-box;
    border-radius: 35px;
    opacity: 1;
    margin: 0 auto;
}
.footer-contact-email p:nth-of-type(2) a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: inherit;
}
.footer-contact-email p:nth-of-type(2) {
    margin: 0 auto;
}
.footer-contact-email p:nth-of-type(2) img {
    vertical-align: middle;
}
.footer-contact-email p:nth-of-type(1) {font-size:14px;}
.footer-contact-email p:nth-of-type(2) img {display: inline;margin-right: 12px;}
.footer-contact-email p:nth-of-type(2) a,
.footer-contact-email p:nth-of-type(2) a:hover {
    color: #fff;
    text-decoration: none;
}
.footer-sitemap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.footer-sitemap > div {
    flex: 1;
    padding: 0 50px 0 0;
    text-align: left;
    font-size: 14px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.footer-sitemap > div:nth-of-type(4) {
    flex: 1.7;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 0;
}
.footer-sitemap > div:nth-of-type(4) p {
    text-align: left;
    /*width: 130px;*/
}
.footer-sitemap p {
    margin: 0 0 10px 0;
    font-size: 16px;
    font-weight: bold;
}
.footer-sitemap div:nth-child(3) p,
.footer-sitemap div:nth-child(4) p {
    margin-bottom: 30px;
}
.footer-sitemap div:nth-child(3) p:last-child,
.footer-sitemap div:nth-child(4) p:last-child {
    margin-bottom: 0;
}
.footer-sitemap-right {
    float: right;
    width: 362px;
}
.footer-sitemap ul {
    list-style: none;
    padding: 0;
}

.footer-sitemap li {
    margin: 5px 0;
}

.footer-sitemap a {
    text-decoration: none;
    color: #333;
}
#copyright {
    line-height: 47px;
    background: #fff;
}
#copyright p {
    font-size: 12px;
    font-weight: 500;
}
@media screen and (max-width: 769px) {
    .footer-contact {
        display: block;
    }
    .block-section_large {
        margin-bottom: 0;
        padding-bottom: 30px;
    }
    .footer-contact-email {
        border-top: 1px solid #CCCCCC;
        border-left: none;
    }
    .footer-contact-email p:nth-of-type(2) {
        width: 100%;
        height: 70px;
        line-height: 70px;
    }
    .footer-contact-tel p:nth-of-type(1) {
        font-size: 35px;
    }
    .footer-contact-tel, .footer-contact-email {
        padding: 0;
    }
    footer .footer-sitemap {
        display: none;
    }
    .footer-contact-wrapper {
        background: #fff url(https://haw101031vqw.smartrelease.jp/shared/images/footer_bg_sp.png) no-repeat;
        padding-top: 30px;
        background-size: 100%;
        padding-bottom: 30px;
    }
    .footer-contact {
        padding: 40px 20px 40px 20px;
        margin-bottom: 0;
    }
    .footer-contact h4,
    .footer-contact-email p:nth-of-type(2) {
        font-size: 18px;
    }
    .footer-contact-email p:nth-of-type(2) {
        width: 300px;
        height: 60px;
        background: #1386E3 0% 0% no-repeat padding-box;
        border-radius: 30px;
        opacity: 1;
        line-height: 60px;
    }
    .footer-contact-email p:nth-of-type(2) img {
        width: 22px;
        height: auto;
    }
    .footer-contact-tel p:nth-of-type(2) {
        font-size: 14px;
    }
    .footer-contact-tel h4 {
        margin-bottom: 14px;
    }
    .footer-contact-tel p:nth-of-type(1) img {
        width: 25px;
        height: 25px;
    }
    .footer-contact-email p:nth-of-type(1) {
        margin-bottom: 10px;
    }
    #copyright {
        line-height: 45px;
    }
    #copyright p {
        font-size: 10px;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 344px) {
    .footer-contact-tel p:nth-of-type(1) {
        font-size: 34px;
    }
}
@media screen and (max-width: 360px) {
    .footer-contact-email p:nth-of-type(2) {
        width: 264px;
        height: 60px;
        background: #1386E3 0% 0% no-repeat padding-box;
        border-radius: 30px;
        opacity: 1;
        line-height: 60px;
    }
}
.footerBr {display: none;}
@media screen and (max-width: 769px) {
    .footerBr {display: inline;}
}

/* 追加パーツ・カスタムパーツ */
.products {margin-bottom: 30px;}
.tab_content {
    display: block;
    margin-bottom: 80px;
}
.solution-list li:last-child {
    margin-bottom: 80px;
}
.solution-list li {
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #1386E3;
    width: 500px;
    padding: 20px 0;
    margin-right: 100px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 20px 5px;
    opacity: 1;
    font-size: 20px;
    font-weight: bold;
    float: left;
}
.solution-list li:hover {
    border: 1px solid var(--unnamed-color-1386e3);
    background: #1386E3 0% 0% no-repeat padding-box;
    border: 1px solid #1386E3;
    color: #fff;
}
.solution-list li:nth-child(2n) {
    margin-right: 0;
}
@media screen and (max-width: 769px) {
    .solution-list li {
        width: calc(100% - 2px);
        padding: 20px 0;
        float: none;
        font-size: 15px;
    }
}
@media screen and (min-width:711px) and ( max-width:/*1199*/1069px) {
    .solution-list li {
        width: calc(50% - 20px);
        margin-right: 20px;
        float: left;
    }
}
@media screen and (min-width:711px) and ( max-width:1199px) {
    .solution-list li {
        width: calc(50% - 20px);
        margin-right: 20px;
        float: left;
    }
}
.custom-txt {
    text-align: left;
}
#VcArea-MainColum .custom-txt h2 {
    font-weight: bold;
    font-size: 1.2em;
    margin-bottom: 10px;
    border-bottom: 3px solid #1386E3;
	padding: 0 0 10px 0 ;
}
.custom-txt p {
    margin-bottom: 30px;
}
.custom-txt p:last-of-type {
    margin-bottom: 0px;
}
.custom-img {
    text-align: left;
}
@media (min-width: 769px) {
    .custom-txt {
        float: left;
        text-align: left;
        width: calc(70% - 20px);
        margin-right: 20px;
    }
    .custom-img {
        float: right;
        width: 30%;
    }
}
.vbp.col4 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.vbp.col4 > * {
    margin-right: 0.9433962264%;
    width: 24.2924528302%;
}
@media (max-width: 768px) {
    .vbp.col4.col2_sp > *, .vbp .col4.col2_sp > * {
        margin-right: 2.9069767442%;
        width: 48.5465116279%;
    }
}
@media (max-width: 768px) {
    .vbp.col4.col2_sp > *:nth-of-type(2n), .vbp .col4.col2_sp > *:nth-of-type(2n) {
        margin-right: 0;
    }
}
.vbp.col4 > *:nth-of-type(4n) {
    margin-right: 0;
}
.linkBox_col4 .col_item {
    margin-bottom: 10px;
}
.linkBox_col4 .col_item a {
    position: relative;
    margin-bottom: 0;
    border: 1px solid rgb(190, 190, 190);
    line-height: 1;
    color: rgb(34, 34, 34);
    cursor: pointer;
    text-decoration: none;
    border-radius: 10px;
        padding: 15px 16px;
}
.linkBox_col4 .col_item p {
margin-block-end:0;
}

.linkBox_col4 .col_item a:hover {
    color: #fff;
    background-color: #1386E3;
    border-color: #1386E3;
}
@media (max-width: 768px) {
    .linkBox_col4 .col_item a {
        display: block;
        padding: 15px 5px;
        text-align: center;
        margin-bottom: 0;
    }
}
@media (min-width: 769px) {
    .linkBox_col4 .col_item .txt {
        display: flex;
        justify-content: space-between;
        align-items: center;
		font-size: 1rem;
		margin-bottom: 0;
    }
}
/*.linkBox_col4 .col_item a::before {
    content: "";
    position: absolute;
    right: -1px;
    bottom: -1px;
    display: inline-block;
    border: 12px solid;
    border-top-color: transparent;
    border-right-color: rgb(0, 138, 82);
    border-bottom-color: rgb(0, 138, 82);
    border-left-color: transparent;
    width: 24px;
    height: 24px;
    box-sizing: border-box;
}*/
.linkBox_col4 .col_item .txt a {
    line-height: 1.2;
    margin-bottom: 0;
}
@media (min-width: 769px) {
    .linkBox_col4 .col_item .txt a {
        width: calc(100% - 40px - 25px);
        width: 100%;
        margin-bottom: 0;
    }
}
/*.linkBox_col4 .col_item a::after {
    content: "";
    position: absolute;
    right: 4px;
    bottom: 4px;
    display: inline-block;
    border: 1px solid;
    border-top-color: transparent;
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: transparent;
    width: 8px;
    height: 8px;
}*/
.vbp:first-of-type {
    margin-top: 30px;
}
.d-14 .box {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    border: 1px solid rgb(221, 221, 221);
    border-bottom: none;
}
.d-14 .box .ttl {
    padding: 10px 15px;
    background-color: rgb(243, 243, 243);
    font-weight: bold;
    text-align: left;
}
@media (max-width: 768px) {
    .d-14 .box {
        display: block;
    }
    .d-14 .box .ttl {
        width: auto;
    }
}
@media (min-width: 769px) {
    .d-14 .box .ttl {
        border-right: none;
        width: 200px;
    }
}
@media (min-width: 769px) {
    .d-14 .box .ttl {
        width: 21em;
    }
}
.d-14 .box .txt {
    padding: 10px 15px;
    width: calc(100% - 200px);
}
@media (max-width: 768px) {
    .d-14 .box .txt {
        width: 100%;
    }
}
.productDetailNav .txt ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.productDetailNav .txt ul li {
    display: inline-block;
    margin-right: 1.5em;
    box-sizing: border-box;
}
.productDetailNav .txt ul li a {
    font-weight: bold;
    color: rgb(34, 34, 34);
    text-decoration: none;
}
.productDetailNav .txt ul li a::before {
    content: "";
    display: inline-block;
    margin-right: 10px;
    width: 13px;
    height: 14px;
    background-repeat: no-repeat;
    background-image: url(https://haw101031vqw.smartrelease.jp/shared/images/ico_arrow_down_green.png);
    background-size: contain;
    box-sizing: border-box;
}
.d-14 .box:last-of-type {
    border-bottom: 1px solid rgb(221, 221, 221);
}
#pdTabAbout {
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: ease-in;
    display: block;
    margin-bottom: 80px;
}
#pdTabSupport.on {
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: ease-in;
    display: block;
}
@media (min-width: 769px) {
    .vbp {
        margin: 30px 10px 0;
    }
}
.vbp:first-of-type {
    margin-top: 30px;
}
.productsAcdTitle {
    display: block;
}
.productsAcdTitle .acd {
    margin-bottom: 20px;
    box-sizing: border-box;
}
.vbp h3 {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1;
}
.productsAcdTitle .acdTtl {
    position: relative;
    display: flex;
    justify-content: space-between;
    border-left: 2px solid #1386E3;
    background-color: rgb(243, 243, 243);
    line-height: 1.5;
    color: rgb(34, 34, 34);
    padding: 15px;
}
.productsAcdTitle .acd .acdTtl {
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: ease-in;
    cursor: pointer;
}
.productsAcdTitle .acd .acdTtl.on {
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: ease-in;
    background-color: #1386E3;
    color: rgb(255, 255, 255);
}
.productsAcdTitle .acdTtl .ttl {
    width: calc(100% - 40px);
    box-sizing: border-box;
	min-height: 30px;
}
.productsAcdTitle .acd .acdTtl .ico {
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: ease-in;
    display: inline-block;
    margin-left: 10px;
    border: 1px solid rgb(221, 221, 221);
    width: 30px;
    height: 30px;
    background-color: rgb(255, 255, 255);
    background-image: url(https://haw101031vqw.smartrelease.jp/shared/images/ico_plus.png);
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center center;
}
.productsAcdTitle .acd .acdTtl.on .ico {
    border: 1px solid rgb(255, 255, 255);
    background-color: #1386E3;
    background-image: url(https://haw101031vqw.smartrelease.jp/shared/images/ico_minus_white.png);
    background-size: 14px 2px;
}
.productsAcdTitle .acd .acdContents {
    display: none;
    box-sizing: border-box;
    padding-top: 20px;
    text-align: left;
}
.vbp {
    font-size: 1rem;
}
@media (min-width: 769px) {
    .vbp {
        margin: 30px 10px 0;
    }
}
.vbp.col5, .vbp .col5 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.linkBox_col5 .col5 {
    list-style: none;
    margin: 0;
    padding: 0;
}
.vbp .col5 > * {
    margin-right: 20px;
    width: calc((100% - 80px) / 5);
}
.vbp .col5 > *:nth-of-type(5n) {
    margin-right: 0;
}
.linkBox_col5 .col5 .col_item {
    margin-bottom: 10px;
}
.linkBox_col5 .col5 .col_item a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    border: 1px solid rgb(190, 190, 190);
    height: 60px;
    font-size: 1rem;
    line-height: 1.2;
    color: rgb(34, 34, 34);
    cursor: pointer;
    text-decoration: none;
    border-radius: 10px;
    text-align: left;
}
.linkBox_col5 .col5 .col_item a:hover {
    color: #fff;
    background-color: #1386E3;
}
@media (max-width: 768px) {
    .vbp .col5.col2_sp > * {
        margin-right: 2.9069767442%;
        width: 48.5465116279%;
    }
    .vbp .col5.col2_sp > *:nth-of-type(2n) {
        margin-right: 0;
    }
    .linkBox_col5 .col5 .col_item a {
        padding: 15px 10px 15px 15px;
        text-align: left;
    }
}
@media (min-width: 769px) {
    .linkBox_col5 .col5 .col_item a {
        padding: 0px 10px 0px 16px;
    }
}
.linkBox_col5 .col5 .col_item a::after {
    content: "";
    display: inline-block;
    margin-left: 5px;
    width: 6px;
    height: 12px;
    background-image: url(https://haw101031vqw.smartrelease.jp/shared/images/ico_arrow_left_green01.png);
    background-repeat: no-repeat;
    background-size: contain;
    box-sizing: border-box;
}
.linkBox_col5 .col5 .col_item a:hover::after {
    background-image: url(https://haw101031vqw.smartrelease.jp/shared/images/ico_arrow_left_white01.png);
}
@media (min-width: 769px) {
    .vbp {
        margin: 30px 0px 0;
    }
}
.vbp .col3 {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.productFuncTab .pft {
    list-style: none;
    margin: 0;
    padding: 0;
}
.productFuncTab .pft {
    justify-content: space-between;
}
.productFuncTab .pft::after {
    content: "";
    display: block;
    width: calc((100% - 40px) / 3);
}
.productFuncTab .pft .pftItem {
    margin-right: 0;
    cursor: pointer;
    box-sizing: border-box;
}
@media (max-width: 768px) {
    .vbp .col3 > * {
        margin-bottom: 10px;
        width: 100%;
    }
    .productFuncTab .pft .pftItem .wrap {
        position: relative;
        padding: 15px 10px;
        border: 1px solid rgb(190, 190, 190);
        text-align: left;
        border-radius: 10px;
    }
    .sp {
        display: block;
    }
    html,body {
        /*overflow-x: hidden;*/
    }
}
@media (min-width: 769px) {
    .productFuncTab .pft .pftItem {
        width: calc((100% - 40px) / 3);
        margin-bottom: 10px;
    }
}
.productFuncTab .pft .pftItem .wrap {
    font-size: 1rem;
    line-height: 1;
}
.productFuncTab .pft .pftItem .wrap:hover {
    color: #1386E3;
    border-color: #1386E3;
}
.productFuncTab .pft .pftItem .wrap a {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 50px;
    padding-left: 20px;
    text-decoration: none;
    color: inherit;
    z-index: 1;
}
@media (min-width: 769px) {
    .productFuncTab .pft .pftItem .wrap {
        border-bottom: 1px solid rgb(190, 190, 190);
        padding-bottom: 10px;
        text-align: center;
    }
}
@media (min-width: 769px) {
    .productFuncTab .pft .pftItem .wrap {
        position: relative;
        border-top: 1px solid rgb(190, 190, 190);
        padding-top: 10px;
        padding-left: 10px;
        -moz-text-align-last: left;
        text-align-last: left;
        font-weight: bold;
        /*font-size: 1.33333333333vw;*/
        font-size: clamp(5px,1.333333333vw,16px);
    }
}
@media (min-width: 769px) {
    .productFuncTab .pft .pftItem .wrap {
        border: 1px solid rgb(190, 190, 190);
        border-radius: 10px;
		overflow: hidden;
    }
}
.productFuncTab .pft .pftItem .wrap .ico {
    display: inline-block;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    vertical-align: -9px;
}
.productFuncTab .pft .pftItem.cat .ico {
    background-image: url(https://haw101031vqw.smartrelease.jp/shared/images/ico_search_cat_on.png);
}
@media (min-width: 769px) {
    .sp {
        display: none;
    }
}
.productFuncTab .pft .pftItem .wrap::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline-block;
    margin-top: -6px;
    width: 6px;
    height: 12px;
    background-repeat: no-repeat;
    background-image: url(https://haw101031vqw.smartrelease.jp/shared/images/ico_arrow_left_green01.png);
    background-size: contain;
    box-sizing: border-box;
}
.custom-product-panel-3c {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
	margin-top: 50px;
}
.custom-product-panel-3c .col_item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 20px;
}
.custom-product-panel-3c .col_item:nth-of-type(3n) {
    margin-right: 0;
}
.custom-product-panel-3c > * {
    margin-right: 20px;
    width: calc((100% - 40px) / 3);
}
#vcbody-wrapper .productFuncTab .pft .pftItem {
        width: 100%;
    }
#vcbody-wrapper .productFuncTab .pft > div {
        width: calc((100% - 40px) / 3);
        margin-bottom: 10px;
    }
#vcbody-wrapper .custom-product-panel-3c > * {
    margin-right: 20px;
    width: calc((100% - 60px) / 3);
}
@media (max-width: 768px) {
    .custom-product-panel-3c {
        display: block;
    }
    .custom-product-panel-3c > * {
        margin-right: 0;
        width: 100%;
    }
}
.custom-product-panel-3c .col_item .img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    height: 387px;
}
@media (max-width: 768px) {
    .custom-product-panel-3c .col_item .img {
        height: auto;
    }
}
.custom-product-panel-3c .col_item .img a:hover {
    opacity: 0.7;
}
.custom-product-panel-3c .col_item .img .imgLink {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    max-height: 100%;
    object-fit: contain;
}
.custom-product-panel-3c .col_item .ttl {
    margin-bottom: 10px;
    text-align: left;
    font-size: 1rem;
    line-height: 1.5;
}
#VcArea-MainColum .custom-product-panel-3c .col_item h2.ttl{
	font-size: 1rem;
    padding-left: 0;
    margin-bottom: 10px;
	margin-top: 0
}

.custom-product-panel-3c .col_item .ttl a {
    text-decoration: none;
}
.custom-product-panel-3c .col_item .txt {
    margin-bottom: 15px;
    line-height: 1.3;
    text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  min-height: 0;

}
.custom-product-panel-3c .txtBtn a {
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: ease-in;
    display: inline-block;
    border: 1px solid #1386E3;
    background-color: #1386E3;
    font-size: 1rem;
    color: #fff;
    border-radius: 10px;
}
.custom-product-panel-3c .txtBtn a:hover {
    transition-property: all;
    transition-duration: 200ms;
    transition-timing-function: ease-in;
    display: inline-block;
    border: 2px solid #fff;
    background-color: #fff;
    font-size: 1rem;
    color: #1386E3;
    border: 1px solid #1386E3;
}
.custom-product-panel-3c .col_item .txtBtn a {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    text-decoration: none;
}
.custom-ttl-txt-img-inner {
    margin-bottom: 30px;
}
@media (max-width: 768px) {
    .custom-product-panel-3c .col_item .txtBtn a {
        padding: 10px 20px;
        width: 100%;
    }
    .custom-ttl-txt-img-inner {
        margin-bottom: 15px;
    }
}
@media (min-width: 769px) {
    .custom-product-panel-3c .txtBtn a {
        padding: 10px 50px;
    }
}
.custom-product-panel-3c .col_item .txtBtn {
    box-sizing: border-box;
}
.custom-product-panel-3c .txtBtn a::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    background-image: url(https://haw101031vqw.smartrelease.jp/shared/images/ico_arrow_left_01.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    box-sizing: border-box;
    vertical-align: -2px;
}

.productDetail .proTtl {
    padding-left: 19px;
    border-left: 2px solid #1386E3;
    text-align: left;
    line-height: 1.6;
    font-size: 1.4rem;
    font-weight: bold;
}
@media (max-width: 768px) {
    .productDetail .proTtl {
        margin-bottom: 15px;
    }
}
@media (min-width: 769px) {
    .productDetail .proTtl {
        margin-bottom: 25px;
    }
}
@media (min-width: 769px) {
    .productDetail .proBox {
        display: flex;
        justify-content: space-between;
    }
}
@media (min-width: 769px) {
    .productDetail .proBox .img {
        width: 49.0566037736%;
    }
}
.productDetail .proBox .img .mainImg {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(221, 221, 221);
}
@media (min-width: 769px) {
    .productDetail .proBox .img .mainImg {
        margin-bottom: 20px;
        height: 390px;
    }
}
.productDetail .proBox .img .mainImg img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.productDetail .proBox .img .mainImg span[class^=pro] {
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -15px;
    width: 14px;
    height: 30px;
    background-image: url(https://haw101031vqw.smartrelease.jp/shared/images/ico_arrow_left_green02.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.productDetail .proBox .img .mainImg span[class^=pro].proPre {
    left: 10px;
    transform: rotate(180deg);
}
.productDetail .proBox .img .mainImg span[class^=pro].proNext {
    right: 10px;
}
.productDetail .proBox .img .thumbList {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.productDetail .proBox .img .thumbList .thumb {
    display: flex;
    align-items: center;
    margin-right: 0.9615384615%;
    margin-bottom: 5px;
    width: 19.2307692308%;
    cursor: pointer;
}
.productDetail .proBox .img .thumbList .thumb:nth-of-type(5n) {
    margin-right: 0;
}
@media (min-width: 769px) {
    .productDetail .proBox .info {
        width: 49.0566037736%;
    }
}
.productDetail .proBox .info .endOfSale {
    padding: 5px 10px;
    border: 1px solid rgb(255, 0, 0);
    text-align: center;
    color: rgb(255, 0, 0);
}
@media (min-width: 769px) {
    .productDetail .proBox .info .endOfSale {
        margin-bottom: 25px;
    }
}
#VcArea-MainColum .productDetail .proBox .info  h2.infoTtl {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: left;
	margin: 0 0 20px 0;
	padding: 0;
}
@media (min-width: 769px) {
    .productDetail .proBox .info .infoTtl {
        margin-bottom: 25px;
    }
}
.productDetail .proBox .info .infoBnr {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}
.productDetail .proBox .info .infoTxt {
    text-align: left;
}
@media (min-width: 769px) {
    .productDetail .proBox .info .infoBnr {
        margin-bottom: 25px;
    }
}
.productDetail .proBox .info .infoBnr .bnr {
    width: 48.0769230769%;
}
#lower-page .pickup-news,
#lower-page .service,
#lower-page .products,
#lower-page .custom-ttl-txt-img,
#lower-page .linkBox_col4,
#lower-page .productDetailNav,
#lower-page .productDetailTabBox,
#lower-page .linkBox_col5,
#lower-page .productFuncTab,
#lower-page .custom-product-panel-3c,
#lower-page .productDetail {
    margin-block: 5em;
}
@media screen and (max-width: 767px) {
    #lower-page .pickup-news,
    #lower-page .service,
    #lower-page .products,
    #lower-page .custom-ttl-txt-img,
    #lower-page .linkBox_col4,
    #lower-page .productDetailNav,
    #lower-page .productDetailTabBox,
    #lower-page .linkBox_col5,
    #lower-page .productFuncTab,
    #lower-page .custom-product-panel-3c,
    #lower-page .productDetail {
        margin-block: 2.5em;
    }
}
/* --------------------------------------------------- */
/* --- modal ----------------------------------------- */
/* --------------------------------------------------- */
#modal {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
#modal.off {
    display: none;
}
#modal.on {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
#modal.off #modalItem {
    display: none;
}
#modal #modalItem {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    width: 90vw;
    height: calc(100% - 90px);
    background-color: rgb(255, 255, 255);
}
#modal #modalItem .content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
}
#modal #modalItem .content img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
#modal #modalItem .mdPrev, #modal #modalItem .mdNext {
    position: absolute;
    top: 50%;
    display: inline-block;
    margin-top: -15px;
    width: 14px;
    height: 30px;
    background-image: url(https://haw101031vqw.smartrelease.jp/shared/images/ico_arrow_left_green02.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
#modal #modalItem .mdPrev {
    left: 10px;
    transform: rotate(180deg);
}
#modal #modalItem .mdNext {
    right: 10px;
}
#modal #modalItem .mdClose {
    position: absolute;
    top: -45px;
    right: 0;
    display: block;
    width: 37px;
    height: 40px;
    background-image: url(https://haw101031vqw.smartrelease.jp/shared/images/ico_menu_close_sp.png);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}
.bp31-1{
	margin-block: 5em 2em;
}

table.formTable {
    margin-bottom: 60px;
}
table.formTable th {
    width: 280px;
    border: none;
    border-bottom: 1px solid #bbbbbb;
    padding: 15px;
    text-align: left;
    background-color: #fff;
}
@media screen and (max-width: 767px) {
    table.formTable th {
        width: 100%;
        border-bottom: none;
        display: block;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 5px;
        font-size: 14px;
    }
}
table.formTable td {
    border: none;
    border-bottom: 1px solid #bbbbbb;
    padding: 15px;
}
@media screen and (max-width: 767px) {
    table.formTable td {
        width: 100%;
        border-bottom: 1px solid #bbbbbb;
        padding-top: 0px;
        padding-left: 0;
        padding-right: 0;
        display: block;
    }
}
.required {
    background: #BB1111;
    color: #FFF;
    border-radius: 2px;
    float: right;
    padding: 0 10px;
    font-size: 0.8em;
    line-height: 1.7em;
    margin-top: 0.2em;
}
table.formTable select {
    outline: none;
    background: transparent;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px 25px 10px 20px;
    position: relative;
}
table.formTable input[type="text"] {
    outline: none;
    background: none;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    padding: 10px 20px;
}
table.formTable input.inputTel {width: 100px;}
table.formTable textarea {
    outline: none;
    background: none;
    box-sizing: border-box;
    width: 100%;
    height: 200px;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    padding: 10px 20px;
    resize: vertical;
}
form input[type="submit"],
form input[type="reset"],
input.but_off {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    background-color: #1386E3;
    border-radius: 5px;
    width: 230px;
    height: 60px;
    margin: auto;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.0em;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    display: inline-block;
}
form input[type="submit"] {margin-right: 30px;}
@media screen and (max-width: 767px) {
    form input[type="submit"],
    form input[type="reset"],
    input.but_off {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        padding: 0;
        border: none;
        outline: none;
        background: transparent;
        background-color: #1386E3;
        border-radius: 5px;
        width: 200px;
        height: 46px;
        margin-right: 0;
        margin: auto;
        color: #ffffff;
        font-size: 18px;
        line-height: 1.0em;
        cursor: pointer;
        margin-bottom: 30px;
    }
}

#VcArea-MainColum .contIn1170 .service ul,#VcArea-MainColum .products .contIn1170 ul{
    padding-left: 0;
}

#wrap {
    padding: 0;
}

@media screen and (max-width: 980px) {
    #wrap {
        overflow: visible;
        overflow: hidden;
    }
    header {
        background-color: #fff;
        padding-left: 20px;
        padding-right: 20px;
        position: fixed;
        top: 0;
        left: 0;
        width: calc(100% - 40px);
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background-color: #fff;
        padding-left: 20px;
        padding-right: 20px;
        z-index: 1000;
        width: 100%;
        box-sizing: border-box;
    }
}