@charset "utf-8";

.conts01 .conts--ttl > h2 br,
.conts--ttl__conts02 > h2 br,
.conts03 .conts--ttl > h2 br {
    display: none;
}
.conts03 .inner > h3 {
    line-height: 1.6;
}
.conts03 .inner .productLink {
    display: none;
}
.wpdl-contents-text * ,
.wpdl-contents-wrap * ,
.wpdl-float-btn {
    box-sizing: border-box;
}
.wpdl-contents-text {
    position: relative;
    margin-bottom: 40px;
    padding: 25px 20px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
    border-radius: 10px;
    box-shadow: 0px 0px 25px 1px rgba(0,0,0,0.2);
}
.wpdl-contents-text:after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    bottom: -20px;
    font-size: 15px;
    border-top: 2em solid #fff;
    border-left: 1.5em solid transparent;
    border-right: 1.5em solid transparent;
    display: inline-block;
    transform: translateX(-50%);
}
.wpdl-contents-text span {
    font-size: 22px;
    color: red;
}
.wpdl-contents-wrap {
    width: 100%;
    max-width: 768px;
    margin: 0 auto;
    border: 1px solid #6887bc;
    display: flex;
}
.wpdl-contents {
    display: flex;
    padding: 20px;
}
.wpdl-contents .img {
    width: 300px;
    border: 1px solid #ccc;
}
.wpdl-contents .img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.wpdl-contents .text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 20px;
}
.wpdl-contents .text .title p {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    color: #6887bc;
}
.wpdl-contents .text .detail p {
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
}
.wpdl-btn {
    width: 360px;
    background-color: #6887bc;
}
.wpdl-btn a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    text-align: center;
    transition: all ease .3s;
}
.wpdl-btn a:hover {
    opacity: .6;
}
.wpdl-btn span {
    display: inline-block;
    margin: 10px 0;
}
.wpdl-btn .img {
    display: block;
    width: 50px;
    margin: 0 auto;
}
.wpdl-btn .img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
.wpdl-float-btn {
    position: fixed;
    top: 50%;
    right: 0;
    display: block;
    width: 120px;
    padding: 15px;
    color: #000;
    text-decoration: none;
    background-color :rgba(230, 230, 230, 0.9);
    transition: all ease .3s;
    transform: translateY(-50%);
}
.wpdl-float-btn:hover {
    opacity: .6;
}
.wpdl-float-btn span {
    display: block;
}
.wpdl-float-btn .img{
    width: 100%;
    margin: 0 auto;
    border: 2px solid #fff;
}
.wpdl-float-btn .img img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
} 
.wpdl-float-btn .text {
    margin-top: 1em;
    font-size: 11px;
    text-align: center;
    line-height: 1.6;
}

@media screen and (max-width: 1000px){
    .topHeader {
        width: 100%;
        padding: 0 10px;
    }
    .topHeader .logo {
        margin-right: 0;
    }
    .topHeader .productName {
        display: none;
    }
    .h_nav {
        width: 188px;
    }
    .bottomHeader > ul {
        width: 100%;
    }
    .bottomHeader > ul > li {
        width: 33.3333%;
    }
    .bottomHeader > ul > li > .bb {
        width: 100%;
    }
    .mainvisual {
        min-width: 100%;
    }
    .mainvisual > .inner {
        padding: 0 20px;
    }
    .mainvisual > .inner > .mainzebTtl {
        position: initial;
        display: block;
        width: 100%;
        max-width: 659px;
        margin-top: 45px;
    }
    .mainvisual > .inner > .movie {
        position: relative;
        top: 0;
        width: 100%;
        max-width: 688px;
        margin-top: 45px;
    }
    .mainvisual > .inner > .movie img {
        width: 100%;
        height: auto;
    }
    .lead {
        padding: 0 20px;
    }
    .lead > .touroku {
        width: 100%;
        max-width: 364px;
        height: auto;
    }
    .lead > .touroku > a {
        width: 100%;
    }
    .lead > .txt br {
        display: none;
    }
    .inner {
        width: 100%;
    }
    .conts01 .inner {
        padding: 0 20px;
    }
    .conts01 .conts--ttl {
        min-width: 100%;
    }
    .conts01 .inner .col-01 {
        width: 100%;
        max-width: 600px;
        float: none;
        margin: 0 auto 40px;
    }
    .conts01 .inner .col-02 {
        width: 100%;
        max-width: 570px;
        float: none;
        margin: 0 auto;
    }
    .conts01 .inner .col-02 img {
        width: 100%;
    }
    .col1 img {
        width: 100%;
        height: auto;
    }
    .hukidasiConts {
        width: 100%;
    }
    .conts02 .inner .conts2Txt {
        max-width: 600px;
        width: 100%;
        padding-bottom: 40px;
    }
    .conts02--hero {
        width: 100%;
        height: auto;
        position: initial;
    }
    .conts--ttl__conts02 {
        min-width: 100%;
    }
    .conts02 .hukidasiConts {
        width: 100%;
        height: auto;
    }
    .conts02--hero__inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: initial;
        width: 100%;
        height: auto;
    }
    .conts02--hero__inner > .box {
        float: none;
        width: 33%;
        margin-bottom: 10px;
    }
    .conts02--hero__inner > .box.l {
        margin-left: 0;
    }
    .conts02 .inner .hukidasi {
        top: -70px;
        max-width: 520px;
        width: 100%;
    }
    .conts03 {
        min-width: 100%;
    }
    .conts03 .conts--ttl {
        min-width: 100%;
    }
    .conts03 .title {
        max-width: 610px;
        width: 90%;
        height: auto;
        padding: 8px 0;
        line-height: 1.8;
    }
    .conts03__txt {
        max-width: 600px;
        width: 100%;
        padding: 0 15px;
    }
    .conts03 .inner .col2Box {
        width: 100%;
    }
    .conts03 .inner .col2Box > .col--left {
        width: 50%;
        overflow: hidden;
    }
    .conts03 .inner .col2Box > .col {
        width: 50%;
        overflow: hidden;
    }
    .conts03 .inner .imgBox {
        width: 100%;
    }
    .conts03 .inner .imgBox img {
        width: 100%;
        height: auto;
    }
    .conts03 .inner .imgBox a.taiyoukou,
    .conts03 .inner .imgBox a.led,
    .conts03 .inner .imgBox a.bems {
        display: none;
    }
    .conts03 .inner .productLink {
        display: block;
    }
    
    .conts03 .inner .introductionList {
        width: 100%;
        padding: 0 20px;
    }
    .conts03 .inner .introductionList__inner > li.syo {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .conts03 .inner .introductionList__inner > li.syo .syoBox > ul {
        width: 50%;
    }
    .conts03 .inner .introductionList__inner > li.sou,
    .conts03 .inner .introductionList__inner > li.dan,
    .conts03 .inner .introductionList__inner > li.kan {
        width: 32%;
        height: auto;
    }
    .conts03 .inner .introductionList__inner > li.sou,
    .conts03 .inner .introductionList__inner > li.dan {
        margin-right: 2%;
    }
    .conts03 .inner .introductionList__inner > li.col3 {
        width: 32%;
        height: auto;
        margin-right: 2%;
    }
    .conts03 .inner .after {
        width: 95%;
        margin: 0 auto;
    }
    .conts03 .inner .after__inner .col {
        width: 48%;
    }
    .conts03 .inner .after__inner .col.l {
        margin-right: 2%;
    }
    .conts04 {
        min-width: 100%;
        padding: 65px 10px;
        height: auto;
    }
    .conts04 .conts05Conts {
        width: 100%;
        max-width: 340px;
        height: auto;
    }
    .copy2 {
        width: 100%;
    }
}
@media screen and (max-width: 767px){
    .h_nav {
        width: 160px;
    }
    .topHeader .headerContact {
        width: 160px;
    }
    .bottomHeader {
        height: 60px;
    }
    .bottomHeader > ul > li:not(.border) {
        margin-top: 12px;
    }
    .bottomHeader > ul > li:not(.border) a {
        line-height: 20px;
    }
    .bottomHeader > ul > li > .bb {
        font-size: 12px;
    }
    .mainvisual {
        height: auto;
        background-position: bottom center;
    }
    .mainvisual > .inner {
        height: auto;
        padding-bottom: 50px;
    }
    .mainvisual > .inner > .movie .bt {
        top: 50%;
        margin-top: -30px;
    }
    .lead {
        margin: 50px auto;
    }
    .lead > .txt {
        font-weight: 500;
        line-height: 1.8;
    }
    .lead > .touroku > a > p {
        font-size: 18px;
    }
    .conts01 .conts--ttl > h2,
    .conts--ttl__conts02 > h2,
    .conts03 .conts--ttl > h2 {
        font-size: 24px;
        line-height: 1.4;
    }
    .conts01 .conts--ttl > h2:after,
    .conts--ttl__conts02 > h2:after,
    .conts03 .conts--ttl > h2:after {
        margin-top: 20px;
    }
    .conts01 .conts--ttl > h2 br,
    .conts--ttl__conts02 > h2 br,
    .conts03 .conts--ttl > h2 br {
        display: block;
    }
    .conts--ttl__conts02 {
        height: auto;
        padding-bottom: 30px;
    }
    .conts02 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .conts02 .inner > h3 {
        font-size: 20px;
    }
    .conts02--hero__inner > .box {
        width: 48%;
    }
    .conts03 .title {
        width: 80%;
        padding: 10px 20px;
    }
    .conts03 .inner .col2Box > .col--left,
    .conts03 .inner .col2Box > .col {
        width: 100%;
        float: none;
    }
    .conts03 .inner .col2Box > .col img {
        width: 100%;
        height: auto;
    }
    .conts03 .inner .introductionList__inner > li {
        float: none;
    }
    .conts03 .inner .introductionList__inner > li.sou,
    .conts03 .inner .introductionList__inner > li.dan,
    .conts03 .inner .introductionList__inner > li.kan {
        width: 100%;
        margin-bottom: 20px;
    }
    .conts03 .inner .introductionList__inner > li.col3 {
        width: 100%;
        margin-right: 0;
    }
    .conts03 .inner .introductionList__inner > li.col3 + li.col3 {
        margin-top: 25px;
    }
    .conts03 .inner .introductionList__inner > li.col3.nene {
        height: auto;
    }
    .conts03 .inner .after__inner .col {
        width: 100%;
        float: none;
    }
    .conts03 .inner .after__inner .col.l {
        margin-right: 0;
    }
    .copy2 {
        height: auto;
        font-size: 12px;
    }
    #page_top {
        bottom: 10px;
        right: 10px;
    }
    #page_top a {
        display: block;
        width: 40px;
        height: 40px;
    }
    #page_top a img {
        width: 100%;
        height: auto;
    }
    .modaal-wrapper .modaal-close {
        right: 0;
        top: -50px;
    }
    .dn-sp {
        display: none;
    }
    .wpdl-contents-text {
        font-size: 16px;
    }
    .wpdl-contents-text span {
        font-size: 18px;
    }
    .wpdl-contents-wrap {
        display: block;
    }
    .wpdl-contents {
        display: block;
        padding: 20px 15px;
    }
    .wpdl-contents .img {
        width: 30%;
        margin: 0 auto;
    }
    .wpdl-contents .text {
        padding-left: 0;
    }
    .wpdl-contents .text .title p {
        margin: 1em 0;
        font-size: 18px;
        text-align: center;
    }
    .wpdl-contents .text .detail p {
        text-align: center;
    }
    .wpdl-btn {
        width: 100%;
    }
    .wpdl-btn .img {
        margin-right: 15px;
        margin-left: inherit;
    }
    .wpdl-btn a {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }
    .wpdl-btn br {
        display: none;
    }
    .wpdl-float-btn {
        display: none;
    }
}