/*
 Theme Name:   original-child
 Template:     original
*/

@charset "UTF-8";

.banner{
    position: fixed;
    bottom: 10px;
    width: 96%;
    left: 2%;
    z-index: 100;
}

.banner a{
    background-color: #eccf0e;
    color: #000;
    font-size: 1.3em;
    font-weight: bold;
    max-width: 800px;
    margin: 0 auto;
    display: block;
    text-align: center;
    padding: 17px 0;
    border-radius: 5px;
    border: solid 3px #424242;
}

#lpwrap .lp-section-usage{
    margin-bottom:0;
}

.lp-failure-usage{
    background-image: linear-gradient(90deg, #3cafd9, #65dbcd);
    color: #FFF;
    text-align: center;
}

.lp-failure-usage ul{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
    list-style: none;
    padding: 70px 0;
}

.lp-failure-usage ul li{
    width: 28%;
    margin: 0 auto 30px;
}

.lp-failure-usage ul li img{
    margin: 0 auto;
}

.lp-failure-usage ul li h3{
    margin: 25px 0 20px;
    font-size: 1.2em;
}

.lp-failure-usage ul li p{
    margin: 0 0;
}

.lp-failure-exsample{

}

.lp-failure-exsample ul{
    max-width: 1180px;
    margin: 40px auto;
    padding: 0 15px;
}

.lp-failure-exsample ul li{
    overflow: hidden;
    padding: 20px 0;
    border-bottom: solid 1px #31bcc7;
}  

.lp-failure-exsample ul li img{
    float: left;
    width: 40%;
}

.lp-failure-exsample ul li div{
    float: right;
    width: 56%;
}

.lp-failure-exsample ul li:nth-of-type(even) img{
    float: right;
    width: 40%;
}

.lp-failure-exsample ul li:nth-of-type(even) div{
    float: left;
    width: 56%;
}

.lp-failure-exsample ul li h3{
    background-color: #31bcc7;
    color: #FFF;
    padding: 7px 10px;
    font-size: 1.3em;
}

.lp-failure-exsample ul li h3:before{
    content: "\f14a";
    font-size: 1em;
    font-family: "Font Awesome 5 Free";
    margin-right: 9px;
}

.lp-failure-exsample ul li p{

}

.lp-failure-exsample ul li span{
    font-size: 0.7em;
}

#lpwrap{

}

#lpwrap section.lp-main{
    margin:0;
    margin-bottom: 0px;
    padding: 20px;
    position: relative;
    background-image:url("siteimg-lp/lpback-min.png");
    background-size:cover;
    background-position: center center;
}

.lp-main-width{
    max-width: 1180px;
    margin: 0 auto;
}

.lp-main-width .lp-mainbox{
    overflow: hidden;
    display:flex;
    flex-wrap:wrap;
}

.lp-main-width .lp-mainbox .lp-maintext-wrap{
    float: left;
    max-width: 780px;
    position: relative;
    width: 65%;
    margin-right:5%;
}

.lp-main-width .lp-mainbox .lp-maintext-wrap .lp-maintext-img{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lp-main-width .lp-mainbox .lp-mainimg{
    float: right;
    max-width: 334px;
    width: 25%;
    height: 100%;
}

.lp-main-width ul{
    overflow: hidden;
}

.lp-main-width ul li{
    float: left;
    width:32%;
}

.lp-main-width ul li:nth-of-type(2){
    margin-right:2%;
    margin-left:2%;
}

#lpwrap section{
    margin-bottom: 100px;
}

#lpwrap .contentwidth{
    max-width: 1080px;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}

.lp-title{
    text-align: center;
    background-image: url(siteimg-lp/title-back-1.jpg);
    background-size: cover;
    background-position: center center;
    height: 300px;
    position: relative;
    color: #fff;
}

.lp-title:before{
    content: "";
    background: rgba(5, 68, 66, 0.59);
    width: 100%;
    height: 100%;
    display: block;
}

.lp-title-position{
    text-align: center;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.lp-title-position h2{
    font-family: 'Montserrat', sans-serif!important;
    font-size: 3em;
}

.lp-title-position h3{

}

.lp-title-position p {
    padding: 0 10px;
}

.lp-title-1{

}

.lp-feature{
    margin: 70px auto;
}

.lp-feature h3{
    background-color: #1db9c8;
    color: #FFF;
    text-align: center;
    max-width: 1000px;
    margin: 0 auto 0;
    border-radius: 30px;
    padding: 5px 0;
    font-size: 1.2em;
}

.lp-feature ul{

}

.lp-feature ul li{
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto 20px;
    display: flex;
    flex-wrap: wrap;
}

.lp-feature ul li .pointicon{
    text-align: center;
    margin: 0;
    width: 10%;
    background-color: #dff7f6;
    color: #1db9c8;
    font-weight: bold;
    position: relative;
}

.lp-feature ul li .pointicon p{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    line-height: 150%;
}

.lp-feature ul li .pointicon i{
    font-size: 2.2em;
    display: block;
    margin-bottom: 10px;
}

.lp-feature ul li .pointicon span{
    display: block;
    font-size: 1.5em;
}

.lp-feature ul li .textbox{
    width: 90%;
    padding: 10px 20px;
}

.lp-feature ul li .textbox h4{
    color: #1db9c8;
    font-size: 2em;
    margin: 0 0 20px;
}

.lp-feature ul li .textbox p{
    margin: 20px 0;
}

.lp-feature ul li .modalimg-btn{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin: 30px auto;
}

.lp-feature ul li .modalimg-btn li{
    width: 30%;
    margin: 0 auto;
}

.lp-feature ul li .modalimg-btn li a{
    position: relative;
}

.lp-feature ul li .modalimg-btn li a:before{
    content: "画像クリックで各ページが見れます";
    width: 100%;
    display: block;
    z-index: 10;
    text-align: center;
    background-color: #d04038;
    color: #FFF;
    padding: 15px 10px;
    font-weight: bold;
    font-size: 14px;
}

.lp-utilise{

}

.three-column {
    display: flex;
}

.three-column li{
    width: calc(100%/3);
    margin: 5px 15px;
}

.three-column li h4{
    background-color: #1db9c8;
    color: #fff;
    padding: 10px 6px;
    text-align: center;
    font-size: 1em;
    border-radius: 30px;
}

.plustitle{
    text-align: center;
    font-weight: bold;
    font-size: 1.5em;
    border-top: solid 1px;
    border-bottom: solid 1px;
    padding: 14px 0;
    color: #1db9c8;
    max-width: 600px;
    margin: 40px auto 0;
}

.pricebox{
    background-color: #1db9c8;
    padding: 35px 10px;
    text-align: center;
    font-weight: bold;
    margin: 20px auto;
    font-size: 2em;
}

.pricebox .pricetext{
    color: #fff;
}

.pricebox .pricetext span{
    font-size: 0.5em;
    display: block;
    margin-top: 10px;
}

.campaign-text{
    color: #fbf300;
    font-size: 0.6em;
}

.lp-answer{

}

.lp-answer ul{
    margin: 40px auto;
    display: flex;
    flex-wrap: wrap;
}

.lp-answer ul li{
    border-bottom: solid 1px #ccc;
    padding: 15px 15px 25px;
    width: 48%;
    margin: 0 1%;
}

.lp-answer ul li p{
    margin:0;
}

.lp-answer ul li p:nth-of-type(1){

}

.lp-answer ul li p:nth-of-type(2){
    padding: 0 0 0 10px;
}

.lp-answer ul li p:before{
    margin: 0 8px 0 0;
    font-size: 1.6em;
}

.lp-answer ul li p:nth-of-type(1):before{
    content:"Q.";
}

.lp-answer ul li p:nth-of-type(2):before{
    content: "A.";
    color: #1db9c8;
}

#mw_wp_form_mw-wp-form-721{
    max-width: 800px;
    margin:40px auto;
    padding: 0 20px;
}

#mw_wp_form_mw-wp-form-721 p{
    margin-bottom:10px;
}

.mw_wp_form_complete{
    margin:140px auto;
}

.lp-telbox{
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    background-color: #f1f1f1;
    padding: 10px;
    margin-top: 30px;
}

.lp-telbox p:nth-of-type(1){
    font-weight: bold;
}

.lp-telbox a{
    font-size: 2.2em;
}

.lp-telbox a i{
    margin-right:10px;
}

.lp-telbox p:nth-of-type(2){

}

@media screen and (max-width: 700px) {

    .banner{
        bottom:5px;
    }

    .banner a{
        font-size: 1.2em;
        padding: 10px 0;
    }

    .lp-failure-usage ul{
        padding: 40px 15px;
    }

    .lp-failure-usage ul li {
        width: 100%;
        padding: 30px 0 30px 0;
        border-bottom: solid 1px #FFF;
        margin: 0 auto 0;
        position: relative;
    }

    .lp-failure-usage ul li span{
        position: absolute;
        opacity: 0.3;
        right: 0;
        top: 10px;
    }

    .lp-failure-usage ul li div{

    }

    .lp-failure-usage ul li div p{
        text-align: left;
    }

    .lp-title-position h3 {
        padding: 0 10px;
        font-size: 1.3em;
    }

    .lp-title-position h2 {
        font-size: 1.5em;
        font-weight: normal;
    }

    .lp-main-width ul{

    }

    .lp-main-width ul li{
        float: none;
        width:100%;
    }

    .lp-main-width ul li:nth-of-type(2){
        margin-right: 0%;
        margin-left: 0%;
        margin: 5% 0 12%;
    }

    .lp-main-width ul li img{
        margin:0;
    }

    .lp-main-width .lp-mainbox .lp-maintext-wrap {
        float: none;
        width: 100%;
        margin-right: 0;
        margin: 20px auto;
    }

    .lp-main-width .lp-mainbox .lp-maintext-wrap .lp-maintext-img {
        position: relative;
        top: 0;
        -webkit-transform: initial;
        transform: initial;
    }

    .lp-main-width .lp-mainbox .lp-mainimg {
        float: none;
        max-width: 270px;
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }

    .lp-feature ul li .pointicon,
    .lp-feature ul li .textbox{
        width:100%;
    }

    .lp-feature ul li .textbox{
        padding: 10px 0;
    }

    .lp-feature ul li .pointicon p{
        padding: 15px 0;
        position: relative;
    }

    .lp-feature ul li .textbox h4{
        font-size:1.5em;
        margin:20px auto;
    }

    .lp-feature ul li .modalimg-btn li {
        width: 100%;
        margin: 0 auto 10px;
        max-height: initial;
    }

    .lp-feature ul li .modalimg-btn li a:before{
        font-size:10px;
    }

    .three-column {
        display: block;
        width: 100%;
    }

    .three-column li {
        width: 100%;
        margin: 0 auto 30px;
    }

    .lp-answer ul li {
        width: 100%;
        margin: 0;
    }

    .lp-failure-exsample ul li img,
    .lp-failure-exsample ul li div,
    .lp-failure-exsample ul li:nth-of-type(even) img,
    .lp-failure-exsample ul li:nth-of-type(even) div{
        float: none;
        width: 100%;
    }
}

