@charset "UTF-8";

.lp2020 {
    margin-bottom: 0!important;
    position: relative;
    font-family: 'A-OTF じゅん Pro', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', "Hiragino Kaku Gothic Pro", sans-serif;
}

.lp2020 .pc-title {
    display: none;
}


/* 600px〜959px：タブレット
------------------------------ */

@media screen and (min-width:600px) {
    .lp2020 .sp-title {
        display: none;
    }
    .lp2020 .pc-title {
        display: inline;
    }
}

/*******************************
 メイン
 *******************************/

.lp2020 .lp-main {
    background: url(../images/lp2020/main-img.jpg) no-repeat;
    background-size: cover;
    position: relative;
}

.lp2020 .lp-main .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 20px;
}

.lp2020 .lp-main .title {
    width: 100%;
    max-width: 600px;
    max-height: 250px;
    background: #fff;
    margin: 0 auto;
    position: relative;
    text-align: center;
    padding: 40px 15px 10px;
    overflow: visible!important;
}

.lp2020 .lp-main h1 {
    margin-bottom: 20px;
}

.lp2020 .lp-main span.s01 {
    display: block;
    width: 130px;
    position: absolute;
    top: -20px;
    right: -20px;
}

.lp2020 .lp-main span.s02 {
    display: block;
}

.lp2020 .lp-main p{
    color: #000;
    font-size: 1.4rem;
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
    text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff,
    -2px 2px 0 #fff, 2px -2px 0 #fff,
    0px 2px 0 #fff, 0-2px 0 #fff,
    -2px 0 0 #fff, 2px 0 0 #fff;
    line-height: 1.5;
}


/* 600px〜959px：タブレット
------------------------------ */

@media screen and (min-width:600px) {

    .lp2020 .lp-main .inner {
        padding: 100px 45px;
    }

    .lp2020 .lp-main .title {
        height: 250px;
        padding: 20px 0 0;
    }

    .lp2020 .lp-main span.s01 {
        width: 210px;
        top: -57px;
        right: -45px;
    }

    .lp2020 .lp-main span.s02 {
        position: absolute;
        width: 100%;
        max-width: 640px;
        bottom: -20px;
        left: -12px;
    }

    .lp2020 .lp-main h1 {
        margin-bottom: 0;
    }


}

/* 960px〜1279px：小型PC
------------------------------ */

@media screen and (min-width:960px) {
    .lp2020 .lp-main {
        background: url(../images/lp2020/main-img.jpg) 50% top repeat;
        background-size: 1200px 729px;
        height: 729px;
    }

    .lp2020 .lp-main:before {
        display: block;
        content: '';
        background: url(../images/lp2020/main-left@2x.png) no-repeat;
        background-size: 229px;
        width: 229px;
        height: 220px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .lp2020 .lp-main:after {
        display: block;
        content: '';
        background: url(../images/lp2020/main-right@2x.png) no-repeat;
        background-size: 229px;
        width: 229px;
        height: 220px;
        position: absolute;
        top: 0;
        right: 0;
    }

    .lp2020 .lp-main .inner {
        padding: 240px 0 30px 0;
    }

    .lp2020 .lp-main span.s02 {
        width: 640px;
    }

.lp2020 .lp-main p{
    font-size: 1.7rem;
    letter-spacing: 0.1em;
    margin-top: 30px;
}
}


/*******************************
 sec01
 *******************************/

.lp2020 .sec01 {
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 25px 0;
    background: url(../images/lp2020/sec01-right@2x.png) right bottom no-repeat;
    background-size: 50%;
}

.lp2020 .sec01 dt {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 15px;
}

.lp2020 .sec01 dd {}

.lp2020 .sec01 ul {
    max-width: 700px;
    margin: 0 auto;
}

.lp2020 .sec01 li {
    width: 48%;
    float: left;
    margin-bottom: 15px;
}

.lp2020 .sec01 li:nth-child(even) {
    float: right;
}

/* 600px〜959px：タブレット
------------------------------ */

@media screen and (min-width:600px) {

    .lp2020 .sec01 {
        background: none;
    }

    .lp2020 .sec01 dt {
        font-size: 2rem;
        margin-bottom: 20px;
        text-align: center;
    }

    .lp2020 .sec01 li {
        width: 31.3%;
        margin-right: 3%;
        margin-bottom: 0;
    }
    .lp2020 .sec01 li:nth-child(even) {
        float: left;
    }

    .lp2020 .sec01 li:nth-last-child(1) {
        margin-right: 0;
    }

}

/* 960px〜1279px：小型PC
------------------------------ */

@media screen and (min-width:960px) {
    .lp2020 .sec01 {
        background: url(../images/lp2020/sec01-right@2x.png) right bottom no-repeat, url(../images/lp2020/sec01-left@2x.png) left bottom no-repeat;
        background-size: 200px, 185px;
    }

    .lp2020 .sec01 dt {
        letter-spacing: 0.1em;
    }


}


/*******************************
 sec02
 *******************************/

/**キャッチ**/

.lp2020 .sec02 {
    background: url(../images/lp2020/sec02-back@2x.jpg) repeat;
    background-size: 134px 226px;
    padding: 15px 0;
    position: relative;
}

.lp2020 .sec02 h2 {
    text-align: center;
}

.lp2020 .sec02 .inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
    overflow: visible!important;
}

.lp2020 .sec02 .inner .p1 {
    margin: 15px 0 0 0;
    font-size: 1.4rem;
    line-height: 1.5;
    background: #fff;
    padding: 10px;
}

.lp2020 .sec02 .inner span {}

.lp2020 .sec02 .inner figure {
    text-align: center;
    margin-bottom: 15px;
}


/* 600px〜959px：タブレット
------------------------------ */

@media screen and (min-width:600px) {

    .lp2020 .sec02 .inner .p1 {
        margin: 15px 0 15px 27.3%;
        width: 70%;
        float: left;
        padding: 0;
        line-height: 1.3;
        background: none;
        text-align: center;
    }

    .lp2020 .sec02 .inner span {
        display: block;
        background: #fff;
        margin-bottom: 7px;
        padding: 7px;
    }

    .lp2020 .sec02 .inner figure {
        position: absolute;
        top: -10px;
        left: 0;
        width: 27.3%;
        margin-bottom: 0;
    }

}

/* 960px〜1279px：小型PC
------------------------------ */

@media screen and (min-width:960px) {

    .lp2020 .sec02 .inner .p1 {
        font-size: 1.8rem;
    }

    .lp2020 .sec02 .inner figure {
        top: -80px;
    }
}

/**ビフォーアフター**/

.lp2020 .sec02 .be-af {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    position: relative;
}

.lp2020 .sec02 .be-af li {
    max-width: 445px;
    margin: 0 auto;
}

.lp2020 .sec02 .be-af li figcaption {
    text-align: center;
    font-size: 1.8rem;
    padding: 10px 0;
    color: #fff;
}

.lp2020 .sec02 .be-af li.before {
    padding-bottom: 85px;
    background: url(../images/lp2020/sec02-arrow-sp@2x.png) center bottom no-repeat;
    background-size: 26px 55px;
    margin-bottom: 25px;
}

.lp2020 .sec02 .be-af li.before dt {
    line-height: 1.5;
}

.lp2020 .sec02 .be-af li.before dt span {
    color: #e77648;
}

.lp2020 .sec02 .be-af li.before figcaption {
    background: #183346;
}

.lp2020 .sec02 .be-af li.after dt {
    position: relative;
    width: 95%;
    margin: 0 auto;
    z-index: 1;
    line-height: 1.5;
    font-size: 1.2rem;
    background: #fff;
    border: 2px solid #dd7348;
    padding: 10px;
    border-radius: 10px;
    overflow: visible!important;
}

.lp2020 .sec02 .be-af li.after dt:after {
    position: absolute;
    display: block;
    content: '';
    background: url(../images/lp2020/sec02-after-fukidasi@2x.png) center bottom no-repeat;
    background-size: 45px 22px;
    width: 45px;
    height: 22px;
    right: 25px;
    bottom: -22px;
}

.lp2020 .sec02 .be-af li.after dd {
    margin-top: -15px;
}

.lp2020 .sec02 .be-af li.after figcaption {
    background: #e77648;
}


.lp2020 .sec02 .be-af li.after figure {
    position: relative;
}

.lp2020 .sec02 .be-af li.after figure:before {
    position: absolute;
    display: block;
    content: '';
    background: url(../images/lp2020/sec02-after-left@2x.png) center bottom no-repeat;
    background-size: 72px 59px;
    width: 72px;
    height: 59px;
    left: 5px;
    top: 20px;
}

.lp2020 .sec02 .be-af li.after figure:after {
    position: absolute;
    display: block;
    content: '';
    background: url(../images/lp2020/sec02-after-right@2x.png) center bottom no-repeat;
    background-size: 56px 46px;
    width: 56px;
    height: 46px;
    right: 15px;
    bottom: 50px;
}


/* 600px〜959px：タブレット
------------------------------ */

@media screen and (min-width:600px) {

    .lp2020 .sec02 .be-af {
        background: url(../images/lp2020/sec02-arrow@2x.png) center 50% no-repeat;
        background-size: 56px 27px;
        margin-bottom: 0;
    }

    .lp2020 .sec02 .be-af li {
        width: 44.5%;
        max-width: 445px;
        margin: 0;
        float: left;
    }

    .lp2020 .sec02 .be-af li.before {
        position: absolute;
        padding-bottom: 0;
        background: none;
        margin-bottom: 0;
        bottom: 0;
    }

    .lp2020 .sec02 .be-af li.after {
        float: right;
    }

}

/* 960px〜1279px：小型PC
------------------------------ */

@media screen and (min-width:960px) {
    .lp2020 .sec02 .be-af li.after dt {
        text-align: center;
    }

}

/**ポイント**/

.lp2020 .sec02 .point {
    background: rgba(255, 255, 255, 0.7);
    margin: 20px 0;
}

.lp2020 .sec02 .point dl {
    width: 90%;
    margin: 30px auto;
    max-width: 1000px;
}

.lp2020 .sec02 .point dt {
    text-align: center;
    width: 120px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.lp2020 .sec02 .point .retina {}

.lp2020 .sec02 .point dd {
    font-size: 1.4rem;
    line-height: 1.8;
}

.lp2020 .sec02 .point br {
    display: none;
}

.lp2020 .sec02 .point span {
    color: #e77648;
    font-size: 1.6rem;
}

/* 600px〜959px：タブレット
------------------------------ */

@media screen and (min-width:600px) {
    .lp2020 .sec02 .point dl {
        padding: 50px 30px 0 30px;
        background: url(../images/lp2020/sec02-bra-left@2x.png) left 50% no-repeat, url(../images/lp2020/sec02-bra-right@2x.png) right 50% no-repeat;
        background-size: 42px 306px;
        min-height: 306px;
    }

    .lp2020 .sec02 .point dt {
        text-align: center;
        width: 29%;
        margin: 0;
        float: left;
    }

    .lp2020 .sec02 .point dd {
        float: right;
        width: 70%;
    }

    .lp2020 .sec02 .point br {
        display: inline;
    }

}

/* 960px〜1279px：小型PC
------------------------------ */

@media screen and (min-width:960px) {
    .lp2020 .sec02 .point dl {
        padding-top: 20px;
    }

    .lp2020 .sec02 .point dt {
        margin-top: 50px;
    }
    .lp2020 .sec02 .point dd {
        font-size: 1.8rem;
        line-height: 2;
    }
    .lp2020 .sec02 .point span {
        font-size: 2.2rem;
    }
}

/*******************************
資料請求
 *******************************/

.lp2020 .lp-contact-bt {
    padding: 25px 0;
}

.lp2020 .lp-contact-bt.back {
    background: #fafaf3;
}

.lp2020 .lp-contact-bt a {
    position: relative;
    width: 90%;
    margin: 0 auto;
    max-width: 600px;
    display: block;
    background: #f4bc28;
    color: #fff;
    text-decoration: none;
    font-size: 1.8rem;
    padding: 20px 0;
    border-radius: 50px;
    text-align: center;
    overflow: visible!important;
    -webkit-box-shadow: 4px 5px 7px -5px #000;
    box-shadow: 4px 5px 7px -5px #000;
    text-shadow: 2px 2px 0 #e89723, -2px -2px 0 #e89723,
    -2px 2px 0 #e89723, 2px -2px 0 #e89723,
    0px 2px 0 #e89723, 0-2px 0 #e89723,
    -2px 0 0 #e89723, 2px 0 0 #e89723;
}

/* 600px〜959px：タブレット
------------------------------ */

@media screen and (min-width:600px) {

    .lp2020 .lp-contact-bt {
        padding: 50px 0 60px;
    }

    .lp2020 .lp-contact-bt a {
        width: 600px;
        padding-right: 3%;
        text-align: right;
        font-size: 2.8rem;
    }

    .lp2020 .lp-contact-bt a:before {
        display: block;
        position: absolute;
        content: '';
        background: url(../images/lp2020/contact-bt@2x.png) no-repeat;
        background-size: 186px 133px;
        width: 186px;
        height: 133px;
        top: -30px;
        left: 5.5%;
    }

}

/*******************************
 sec03
 *******************************/

.lp2020 .sec03 {
    background: url(../images/lp2020/sec03-back@2x.jpg) repeat;
    background-size: 134px 226px;
    padding: 15px 0;
    position: relative;
}

.lp2020 .sec03 h2 {
    text-align: center;
    margin-bottom: 30px;
}

.lp2020 .sec03 h2 span.s01 {
    display: block;
    width: 150px;
    margin: 0 auto 10px;
}


/* 600px〜959px：タブレット
------------------------------ */

@media screen and (min-width:600px) {


    .lp2020 .sec03 h2 {
        max-width: 1000px;
        margin: 0 auto 30px;
    }
    .lp2020 .sec03 h2 span.s01 {
        float: left;
        display: block;
        width: 27.5%;
        max-width: 275px;
        margin: 0;
    }
    .lp2020 .sec03 h2 span.s02 {
        float: left;
        display: block;
        width: 76.1%;
        max-width: 761px;
        margin-left: -3.6%;
    }
}

/**case**/

.lp2020 .sec03 .case {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 20px;
    background: #fff;
    padding: 20px;
}

.lp2020 .sec03 .case .head {
    margin-bottom: 20px;
}

.lp2020 .sec03 .case .head dt {
    float: left;
    width: 20%;
    text-align: center;
    margin-bottom: 10px;
}

.lp2020 .sec03 .case .head dt img {
    width: 50px;
}

.lp2020 .sec03 .case dd.h3 {
    float: right;
    width: 77%;
    margin-bottom: 10px;
}

.lp2020 .sec03 .case dd.h3 h3 {
    line-height: 1.4;
    font-size: 1.4rem;
    font-weight: bold;
}

.lp2020 .sec03 .case dd.h3 h3 br {
    display: none;
}

.lp2020 .sec03 .case .head dd.ad {
    border-top: 1px solid #183346;
    text-align: center;
    padding-top: 10px;
    line-height: 1.3;
}

.lp2020 .sec03 .case .dd p {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 20px;
}

.lp2020 .sec03 .case .dd p span {
    color: #e77648;
}

.lp2020 .sec03 .case ul {
    margin-bottom: 15px;
}

.lp2020 .sec03 .case li {
    text-align: center;
    margin-bottom: 5px;
}

.lp2020 .sec03 .case figure {
    max-width: 179px;
    margin: 0 auto;
}

.lp2020 .sec03 .case figcaption {
    color: #e77648;
    text-align: left;
    margin-bottom: 5px;
    font-size: 1.4rem;
}

.lp2020 .sec03 .case a {
    display: block;
    font-size: 1.3rem;
    color: #e77648;
}


/* 600px〜959px：タブレット
------------------------------ */

@media screen and (min-width:600px) {

    .lp2020 .sec03 .case .head {
        margin-bottom: 20px;
    }

    .lp2020 .sec03 .case .head dl {
        display: table;
    }
    .lp2020 .sec03 .case .head dt {
        float: none;
        display: table-cell;
        width: 10.5%;
        vertical-align: middle;
        margin-bottom: 0;
    }

    .lp2020 .sec03 .case .head dt img {
        width: 100%;
        max-width: 81px;
    }

    .lp2020 .sec03 .case dd.h3 {
        float: none;
        display: table-cell;
        width: 70%;
        margin-bottom: 0;
        vertical-align: middle;
        padding: 0 2%
    }
    .lp2020 .sec03 .case dd.h3 h3 {
        font-size: 1.8rem;
        font-weight: normal;
    }
    .lp2020 .sec03 .case .head dd.ad {
        display: table-cell;
        width: 20%;
        border-top: none;
        border-left: 1px solid #183346;
        padding-top: 0;
        vertical-align: middle;
    }

    .lp2020 .sec03 .case .dd p {
        font-size: 1.5rem;
        width: 97%;
        margin: 0 auto;
    }

    .lp2020 .sec03 .case ul {
        width: 78%;
        float: left;
        margin-bottom: 25px;
    }
    .lp2020 .sec03 .case li {
        width: 32.6%;
        float: left;
        margin-bottom: 0;
        margin-right: 1%;
    }
    .lp2020 .sec03 .case li:nth-child(3n) {
        margin-right: 0;
    }

    .lp2020 .sec03 .case figure {
        float: right;
        width: 20%;
        margin: 0;
    }

    .lp2020 .sec03 .case a {
        display: inline;
    }
}

/* 960px〜1279px：小型PC
------------------------------ */

@media screen and (min-width:960px) {

    .lp2020 .sec03 .case {
        padding: 25px;
    }

    .lp2020 .sec03 .case dd.h3 h3 {
        font-size: 2.4rem;
    }

    .lp2020 .sec03 .case dd.h3 h3 br {
        display: inline;
    }

    .lp2020 .sec03 .case .head dd.ad {
        font-size: 1.4rem;
    }
}



/*******************************
 sec04
 *******************************/

.lp2020 .sec04 {
    margin: 30px 0;
}

.lp2020 .sec04 h2 {
    max-width: 1000px;
    margin: 0 auto;
}


.lp2020 .sec04 .inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 30px;
    position: relative;
    overflow: visible!important;
}

.lp2020 .sec04 .txt {
    font-size: 1.4rem;
    line-height: 1.8;
}

.lp2020 .sec04 p {
    margin-bottom: 10px;
}

.lp2020 .sec04 p br {
    display: none;
}

.lp2020 .sec04 dl {
    display: table;
}

.lp2020 .sec04 dt {
    display: table-cell;
    text-align: center;
    width: 20%;
    vertical-align: middle;
}

.lp2020 .sec04 dt span {
    display: block;
    background: #e77648;
    color: #fff;
    border-radius: 30px;
    padding-top: 3px;
}

.lp2020 .sec04 dd {
    display: table-cell;
    vertical-align: middle;
    padding-left: 3%;
    line-height: 1.2;
}

.lp2020 .sec04 dd span {
    font-weight: bold;
    font-size: 2rem;
}

.lp2020 .sec04 figure {
    width: 150px;
    margin-top: 20px;
    float: right;
}


.lp2020 .sec04 .movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.lp2020 .sec04 .movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 600px〜959px：タブレット
------------------------------ */

@media screen and (min-width:600px) {
    .lp2020 .sec04 {
        margin: 50px 0;
    }
    .lp2020 .sec04 h2 {}
    .lp2020 .sec04 .inner {
        padding-top: 50px;
    }

    .lp2020 .sec04 .txt-wrap {
        position: relative;
        overflow: visible!important;
    }

    .lp2020 .sec04 .txt {
        width: 63%;
        font-size: 1.6rem;
        padding-bottom: 50px;
    }
    .lp2020 .sec04 p {
        margin-bottom: 40px;
    }

    .lp2020 .sec04 dd span {
        font-size: 3rem;
    }
    .lp2020 .sec04 figure {
        width: 30%;
        position: absolute;
        margin-top: 0;
        float: none;
        text-align: right;
        right: 0;
        bottom: 0;
    }

}


/* 960px〜1279px：小型PC
------------------------------ */

@media screen and (min-width:960px) {
    .lp2020 .sec04 .txt {
        padding-left: 2%;
        font-size: 1.8rem;
    }

    .lp2020 .sec04 p br {
        display: inline;
    }
    .lp2020 .sec04 dl {}
    .lp2020 .sec04 dt {}
    .lp2020 .sec04 dt span {}
    .lp2020 .sec04 dd {}
    .lp2020 .sec04 dd span {
        font-size: 4.5rem;
    }


    .lp2020 .sec04 figure {
        position: absolute;
        margin-top: 0;
        float: none;
        text-align: right;
        right: 0;
        bottom: 0;
    }

}

/* 960px〜1279px：小型PC
------------------------------ */

@media screen and (min-width:1000px) {

    .lp2020 .sec04 .inner {
        width: 1000px;
    }
    .lp2020 .sec04 .txt {
        padding-left: 7%;
    }

}



/* 960px〜1279px：小型PC
------------------------------ */

@media screen and (min-width:1200px) {
    .img100 {
        height: 200px;
        background: url(../images/lp2020/img100@2x.jpg) 50% 50% repeat;
        background-size: 1200px;
    }
    .img100 img {
        display: none;
    }
}




/*******************************
 Q&A
 *******************************/

.lp2020 .sec05 {
    background: #fafaf3;
    padding: 35px 0;
}

.lp2020 .sec05 .inner {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
}

.lp2020 .sec05 h2 {
    text-align: center;
    margin-bottom: 40px;
}

/*****　コンテンツ開閉　*****/

.lp2020 .sec05 dl.contentsMenu {
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    line-height: 1.5;
}

.lp2020 .sec05 dl.contentsMenu dt {
    display: table;
    cursor: pointer;
    width: 100%;
    text-align: left;
    overflow: hidden;
    background: #fff;
}

.lp2020 .sec05 dl.contentsMenu dt:before {
    display: table-cell;
    content: 'Q';
    background: #364959;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    width: 10%;
    font-size: 1.6rem;
    font-weight: bold;
}

.lp2020 .sec05 dl.contentsMenu dt:after {
    display: table-cell;
    content: '+';
    background: #364959;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    width: 10%;
    font-size: 1.6rem;
    font-weight: bold;
}

.lp2020 .sec05 dl.contentsMenu dt.active:after {
    content: '-';
}

.lp2020 .sec05 dl.contentsMenu dt span.con {
    display: table-cell;
    padding: 10px;
    position: relative;
    width: 80%;
    font-size: 1.4rem;
}

.lp2020 .sec05 dl.contentsMenu dd {
    padding: 15px;
    text-align: left;
    display: none;
    background: #f0f0f1;
    font-size: 1.4rem;
    line-height: 1.8;
    overflow: hidden;
}

.lp2020 .sec05 dl.contentsMenu dd p {
    margin-bottom: 20px;
}

/* 600px〜959px：タブレット
------------------------------ */

@media screen and (min-width:600px) {

    .lp2020 .sec05 dl.contentsMenu dt:before {
        font-size: 2rem;
    }
    .lp2020 .sec05 dl.contentsMenu dt:after {
        width: 5.7%;
        font-size: 2rem;
    }

    .lp2020 .sec05 dl.contentsMenu dt span.con {
        padding: 10px;
        width: 84.3%;
        font-size: 1.8rem;
    }

    .lp2020 .sec05 dl.contentsMenu dd {
        font-size: 1.5rem;
    }
}

/* 960px〜1279px：小型PC
------------------------------ */

@media screen and (min-width:960px) {

    .lp2020 .sec05 dl.contentsMenu dt:before {
        font-size: 3rem;
        font-weight: normal;
    }

    .lp2020 .sec05 dl.contentsMenu dt:after {
        font-size: 3rem;
        font-weight: normal;
    }

    .lp2020 .sec05 dl.contentsMenu dt span.con {
        padding: 10px 25px;
        font-size: 2.4rem;
    }

    .lp2020 .sec05 dl.contentsMenu dd {
        font-size: 1.6rem;
        letter-spacing: 0.1em;
        padding: 30px 55px 20px 100px;
        line-height: 2;
    }
}


/*******************************
 会社概要
 *******************************/

.lp2020 .sec06 {
    margin: 50px 0 0 0;
}

.lp2020 .sec06 .inner {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.lp2020 .sec06 h2 {
    text-align: center;
    margin-bottom: 25px;
}

.lp2020 .sec06 figure.logo {
    text-align: center;
    margin-bottom: 15px;
}

.lp2020 .sec06 figure.logo span {
    display: block;
    margin-bottom: 10px;
}

.lp2020 .sec06 p.txt {
    color: #e77648;
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.lp2020 .sec06 br {
    display: none;
}

.lp2020 .sec06 a.site {
    display: block;
    font-size: 1.7rem;
    width: 90%;
    max-width: 230px;
    margin: 0 auto;
    background: #183346;
    text-align: center;
    padding: 10px 0;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.1em;
    -webkit-box-shadow: 4px 5px 7px -5px #000;
    box-shadow: 4px 5px 7px -5px #000;
}

.lp2020 .sec06 a.site:hover {
    background: #e77648;
}

.lp2020 .sec06 dl.tel {
    margin-top: 30px;
    margin-bottom: 40px;
}

.lp2020 .sec06 dl.tel dt {
    font-size: 1.3rem;
    width: auto;
    background: #000;
    text-align: center;
    padding: 10px 0 7px;
    border-radius: 30px;
    color: #fff;
    margin-bottom: 10px;
}

.lp2020 .sec06 dl.tel dd {
    background: url(../images/lp2020/company-tell@2x.png) left top no-repeat;
    background-size: 51px 33px;
    padding-left: 60px;
    line-height: 1.5;
}

.lp2020 .sec06 dl.tel dd .s01 {
    display: block;
    font-weight: bold;
    font-size: 2rem;
}

.lp2020 .sec06 dl.tel dd .s02 {
    display: block;
}

.lp2020 .sec06 .shop {
    margin-bottom: 30px;
}

.lp2020 .sec06 .shop dt {
    text-align: center;
    color: #fff;
    background: #e77648;
    font-size: 1.8rem;
    padding: 10px 0 7px;
    margin-bottom: 10px;
}

.lp2020 .sec06 .shop dd {}

.lp2020 .sec06 .shop table {
    width: 100%;
    margin-top: 15px;
    line-height: 1.3;
}

.lp2020 .sec06 .shop th {
    background: #183346;
    color: #fff;
    padding: 5px 5px 3px;
    white-space: nowrap;
    border-bottom: 5px solid #fff;
    vertical-align: middle;
}

.lp2020 .sec06 .shop td {
    padding: 5px 0 3px 20px;
    border-bottom: 5px solid #fff;
    vertical-align: middle;
}

.lp2020 .sec06 .lpmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.lp2020 .sec06 .lpmap iframe,
.lp2020 .sec06 .lpmapr object,
.lp2020 .sec06 .lpmap embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lp2020 .sec06 .com-img {
    text-align: center;
}


.lp2020 .sec06 .l-hp-link {
    margin-bottom: 30px;
}

.lp2020 .sec06 .l-hp-link figure{
    margin-bottom: 30px;
    text-align: center;
}

.lp2020 .sec06 .l-hp-link figcaption{
    margin-top: 30px;
    text-align: center;
}
.lp2020 .sec06 .l-hp-link figcaption span{
    margin-top: 20px;
    display: block;
    font-size: 1.6rem;
}

.lp2020 .sec06 .l-hp-link a{
    display: block;
    font-size: 1.6rem;
    background: #e5770b;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 15px 0;
    text-decoration: none;
}

/* 600px〜959px：タブレット
------------------------------ */

@media screen and (min-width:600px) {

    .lp2020 .sec06 figure.logo {
        display: table;
        max-width: 570px;
        margin: 0 auto 30px;
    }
    .lp2020 .sec06 figure.logo span {
        display: table-cell;
        width: 50%;
        margin-bottom: 0;
        vertical-align: bottom;
    }
    .lp2020 .sec06 figure.logo span:nth-child(odd) {
        width: 63%;
    }

    .lp2020 .sec06 p.txt {
        text-align: center;
        font-size: 2rem;
        line-height: 1.8;
        margin-bottom: 30px;
    }
    .lp2020 .sec06 br {
        display: inline;
    }

    .lp2020 .sec06 dl.tel {
        max-width: 880px;
        margin: 40px auto;
    }
    .lp2020 .sec06 dl.tel dt {
        width: 26%;
        margin-top: 5px;
        margin-bottom: 0;
        float: left;
    }

    .lp2020 .sec06 dl.tel dd {
        float: left;
        width: 70%;
        margin-left: 4%;
        line-height: 1.1;
        background-position: left 3px
    }
    .lp2020 .sec06 dl.tel dd .s01 {
        display: inline;
        font-size: 4rem;
        padding-right: 5%;
    }

    .lp2020 .sec06 .shop {
        width: 49%;
    }
    .lp2020 .sec06 .shop01 {
        float: left;
    }
    .lp2020 .sec06 .shop02 {
        float: right;
    }


.lp2020 .sec06 .l-hp-link {
        width: 45%;
        float: right;
}


}

/* 960px〜1279px：小型PC
------------------------------ */

@media screen and (min-width:960px) {
    .lp2020 .sec06 p.txt {
        font-size: 2.3rem;
        letter-spacing: 0.1em;
    }

    .lp2020 .sec06 dl.tel dt {
        font-size: 1.7rem;
        margin-top: 2px;
    }
    .lp2020 .sec06 dl.tel dd .s02 {
        display: inline;
    }

    .lp2020 .sec06 .shop table {
        font-size: 1.4rem;
    }


.lp2020 .sec06 .l-hp-link figure{
    margin-bottom: 60px;
}

.lp2020 .sec06 .l-hp-link figcaption span{
    font-size: 2rem;
}

.lp2020 .sec06 .l-hp-link a{
    font-size: 2rem;
}
}


/*******************************
コンタクト
 *******************************/

.lp2020 .contactBox {
    background: #fafaf3;
    padding-bottom: 50px;
}

.lp2020 .contactBox #lp-contact {
    width: 90%;
    margin: 0 auto;
    max-width: 820px;
}

.lp2020 .contactBox p {
    line-height: 1.5;
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.lp2020 .contactBox dl {
    margin-bottom: 15px;
    line-height: 1.5;
}

.lp2020 .contactBox dl dt {
    background: #6e6e6e;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    padding: 10px 0;
}

.lp2020 .contactBox dl dd {
    background: #fff;
    font-size: 1.4rem;
    padding: 0;
}

.lp2020 .contactBox dl.check dd {
    padding: 15px 5%;
}

/*テキストエリア*/

.lp2020 .contactBox input[type="text"],
.lp2020 .contactBox input[type="email"],
.lp2020 .contactBox input[type="tel"],
.lp2020 .contactBox textarea {
    width: 94%!important;
    border: none!important;
    padding: 0.5em 3%!important;
    border-radius: 0!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

/*チェックボックス*/

.wpcf7-list-item {
    display: block;
    margin-bottom: 10px;
    font-size: 1.6rem;
}

/*送信ボタン*/

.lp2020 .contactBox input[type="submit"] {
    display: block;
    width: 100% !important;
    max-width: 205px;
    margin: 30px auto 5px;
    font-size: 1.8rem !important;
    padding: 10px 0;
    background: #000;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
    border: none;
    -webkit-box-shadow: 4px 5px 7px -5px #000;
    box-shadow: 4px 5px 7px -5px #000;
}

/*送信ボタン　ホバー時*/

.lp2020 .contactBox input[type="submit"]:hover {
    background: #e77648;
}


/* 600px〜959px：タブレット
------------------------------ */

@media screen and (min-width:600px) {
    .lp2020 .contactBox p {
        line-height: 1.8;
        font-size: 1.8rem;
        margin-bottom: 35px;
        text-align: center;
    }

    .lp2020 .contactBox dl {
        margin-bottom: 15px;
        line-height: 1.5;
    }
    .lp2020 .contactBox dl dt {
        font-size: 1.6rem;
        width: 25%;
        float: left;
    }
    .lp2020 .contactBox dl dd {
        float: left;
        width: 75%;
        font-size: 1.6rem;
    }

    .lp2020 .contactBox dl.check dd {
        padding: 10px 0 10px 3%;
    }

    /*テキストエリア*/
    .lp2020 .contactBox input[type="text"],
    .lp2020 .contactBox input[type="email"],
    .lp2020 .contactBox input[type="tel"],
    .lp2020 .contactBox textarea {
        padding: 13px 3%!important;
    }

    /*チェックボックス*/
    .wpcf7-list-item {
        display: inline;
        margin-bottom: 0;
        padding-right: 10px;
    }

}

/*******************************
コピーライト
 *******************************/

.lp2020 .copy {
    background: #e77648;
}
