
body#post_lp{
    font-size: 14px;
    line-height: 25px;
    background-color: #E8F1FF;
}
body#post_lp .sub-header{
    background-color: transparent;
    justify-content: center;
    position: static;
}
body#post_lp .sub-header__inner{
    margin: 0 auto;
    padding-left: 24px;
    background-color: #ffffff;
}
body#post_lp .sub-header__content{
    justify-content: center;
    padding-right: 24px;
}
.post_lp__wrap{
    max-width: 480px;
    margin: 0 auto;
    padding-bottom: 60px;
    color: #444444;
    background-color: #ffffff;
    position: relative;
}
.post_lp__wrap:before{
    content: "";
    display: block;
    width: calc( 100% - 48px );
    height: 100%;
    margin: 0 auto;
    background: linear-gradient(90deg,rgba(238, 238, 238, 0) calc( 50% - 0.5px ), rgba(238, 238, 238, 1) calc( 50% - 0.5px ), rgba(238, 238, 238, 1) calc( 50% + 0.5px ), rgba(238, 238, 238, 0) calc( 50% + 0.5px ) );
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.post_lp__title--wrap{
    padding: 0 24px 30px;
}
.post_lp__thumbnail{
    margin: 0 auto 1rem;
    text-align: center;
}
.post_lp__thumbnail img{
    width: 100%;
    height: auto;
}
.post_lp__title{
    margin-bottom: 1rem;
    color: #333333;
    font-size: 23px;
    line-height: 1.5;
}
.post_lp__head_content--wrap{
    padding: 40px 24px;
    background-color: #E8F1FF;
}
.post_lp__content--wrap{
    padding: 40px 24px;
}
.post_lp__consult--box{
    padding: 12px 18px;
    background-color: #E8F1FF;
}
.post_lp__consult--box_color02{
    background-color: #F5F5F5;
}

.post_lp__wrap h2:not([class]),
body.post-type-post_lp .mce-container-body h2:not([class]),
body.post-type-post_lp.mce-container-body h2:not([class]){
    margin-top: 60px;
    margin-bottom: 1rem;
    padding-bottom: 13px;
    color: #333333;
    font-size: 18px;
    line-height: 1.5;
    border-bottom: 1px solid #aaaaaa;
}
.post_lp__wrap h3:not([class]),
body.post-type-post_lp .mce-container-body h3:not([class]),
body.post-type-post_lp.mce-container-body h3:not([class]){
    margin-top: 1rem;
    margin-bottom: 0.7rem;
    color: #333333;
    font-size: 16px;
    line-height: 1.5;
}
.post_lp__wrap h4:not([class]),
body.post-type-post_lp .mce-container-body h4:not([class]),
.post_lp__wrap h5:not([class]),
body.post-type-post_lp .mce-container-body h5:not([class]),
.post_lp__wrap h6:not([class]),
body.post-type-post_lp .mce-container-body h6:not([class]){
    margin-bottom: 0.4rem;
    color: #333333;
    line-height: 1.5;
}
.post_lp__wrap ul:not([class]) > li,
body.post-type-post_lp .mce-content-body ul:not([class]) > li,
body.post-type-post_lp.mce-content-body ul:not([class]) > li{
    margin-left: 20px;
    list-style: disc;
}
.post_lp__wrap ol:not([class]) > li,
body.post-type-post_lp .mce-content-body ol:not([class]) > li,
body.post-type-post_lp.mce-content-body ol:not([class]) > li{
    margin-left: 30px;
    list-style: decimal;
}

.post_lp__btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 350px;
    min-height: 70px;
    margin: 0 auto;
    padding: 15px 70px 15px 20px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
    background-color: #0011FF;
    position: relative;
    border-radius: 35px;
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.2);
    transition-duration: 0.3s;
}
.post_lp__btn:after{
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../img/arrow03.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 17px;
    transform: translateY(-50%);
}
.post_lp__btn:hover{
    opacity: 0.6;
}
.post_lp__btn-color02{
    background-color: #21B40D;
}
.post_lp__btn-color02:after{
    background-image: url(../img/arrow07.png);
}
.post_lp__btn-color03{
    color: #333333;
    font-size: 17px;
    background-color: #FFF200;
    box-shadow: none;
}
.post_lp__btn-color03:after{
    background-image: url(../img/arrow05.png);
}
.post_lp__info{
    display: flex;
    flex-wrap: wrap;
    gap: 50px 18px;
}
.post_lp__info:not(:last-child){
    margin-bottom: 30px;
}
.post_lp__info--item{
    width: 100%;
    box-sizing: border-box;
}
.post_lp__info02 .post_lp__info--item{
    width: calc( 50% - 9px );
}
.post_lp__info--title{
    margin-bottom: 1rem;
    color: #333333;
    font-size: 18px;
    line-height: 1.5;
}
.post_lp__info02 .post_lp__info--title{
    font-size: 16px;
}
.post_lp__info--image{
    margin-bottom: 15px;
    text-align: center;
}
.post_lp__info .post_lp__btn{
    margin-top: 30px;
    text-align: left;
}
.post_lp__consult{
    margin-top: 70px;
}
.post_lp__consult--image img,
img.post_lp__consult--image{
    width: 100%;
    height: auto;
}
.post_lp__consult--content{
    padding: 20px;
    background-color: #E8F1FF;
}
.post_lp__consult--title{
    margin-bottom: 1rem;
    color: #0011FF;
    font-size: 18px;
    line-height: 1.5;
    text-decoration: underline;
}
.post_lp__consult--title_sub{
    margin-bottom: 0.7rem;
    color: #333333;
    font-size: 16px;
    line-height: 1.5;
}
.post_lp__consult--box_btn{
    margin: 30px 0 15px;
    border-radius: 5px;
}
.post_lp__consult--box_btn-title{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    margin-bottom: 0.7rem;
    color: #333333;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}
.post_lp__consult--box_btn-title:before,
.post_lp__consult--box_btn-title:after{
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background-color: #333333;
}
.post_lp__area{
    margin: 0 -24px 30px;
    padding: 30px 24px;
    background-color: #E8F1FF;
}
.post_lp__area_color02{
    background-color: #F5F5F5;
}
.post_lp__content--wrap > .post_lp__area:first-child{
    margin-top: -40px;
}
.post_lp__consult--box_btn-btn{
    margin-bottom: 15px;
}



body.post-type-post_lp .mce-content-body,
body.post-type-post_lp.mce-content-body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15.1px;
    font-weight: 500;
    line-height: 27.69px;
}

body.post-type-post_lp .mce-content-body .post_lp__area,
body.post-type-post_lp.mce-content-body .post_lp__area{
    margin-right: 0;
    margin-left: 0;
}
body.post-type-post_lp .mce-content-body .post_lp__area,
body.post-type-post_lp .mce-content-body .post_lp__info,
body.post-type-post_lp .mce-content-body .post_lp__info--item,
body.post-type-post_lp.mce-content-body .post_lp__area,
body.post-type-post_lp.mce-content-body .post_lp__info,
body.post-type-post_lp.mce-content-body .post_lp__info--item{
    padding: 10px;
    border: 1px dashed #333333;
    box-sizing: border-box;
    position: relative;
}
body.post-type-post_lp .mce-content-body .post_lp__area:after,
body.post-type-post_lp .mce-content-body .post_lp__info:after,
body.post-type-post_lp .mce-content-body .post_lp__info--item:after,
body.post-type-post_lp.mce-content-body .post_lp__area:after,
body.post-type-post_lp.mce-content-body .post_lp__info:after,
body.post-type-post_lp.mce-content-body .post_lp__info--item:after{
    content: "";
    display: inline-block;
    padding: 2px 10px;
    color: #ffffff;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.3;
    position: absolute;
    top: 0;
}
body.post-type-post_lp .mce-content-body .post_lp__area:after,
body.post-type-post_lp.mce-content-body .post_lp__area:after{
    content: "店舗情報を囲うエリア";
    background-color: #0011FF;
    left: 0;
}
body.post-type-post_lp .mce-content-body .post_lp__info:after,
body.post-type-post_lp.mce-content-body .post_lp__info:after{
    content: "店舗情報を囲う領域";
    background-color: #21B40D;
    right: 0;
}
body.post-type-post_lp .mce-content-body .post_lp__info--item:after,
body.post-type-post_lp.mce-content-body .post_lp__info--item:after{
    content: "店舗情報のパーツ";
    background-color: #c60000;
    left: 0;

}
body.post-type-post_lp .mce-content-body .post_lp__consult--area,
body.post-type-post_lp.mce-content-body .post_lp__consult--area{
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    border: 1px dashed #333333;
}
body.post-type-post_lp .mce-content-body a.post_lp__btn[data-mce-selected],
body.post-type-post_lp.mce-content-body a.post_lp__btn[data-mce-selected]{
    margin: 0 auto;
    padding: 15px 70px 15px 20px;
    text-align: center;
    background-color: #0011FF;
    border-radius: 35px;
    box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.2);
}
body.post-type-post_lp .mce-content-body a.post_lp__btn-color02[data-mce-selected],
body.post-type-post_lp.mce-content-body a.post_lp__btn-color02[data-mce-selected]{
    background-color: #21B40D;
}
body.post-type-post_lp .mce-content-body a.post_lp__btn-color03[data-mce-selected],
body.post-type-post_lp.mce-content-body a.post_lp__btn-color03[data-mce-selected]{
    color: #333333;
    font-size: 17px;
    background-color: #FFF200;
    box-shadow: none;
}


.footer{
    width: 480px;
    height: auto;
    margin: 0 auto;
    background-color: #0011ff;
    padding: 30px;
}
.footer__inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    max-width: 480px;
    gap: 0;
    flex-direction: column;
    margin: 0 auto;
    padding-right: 30px;
    padding-left: 30px;
}
.footer-link__wrap{
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    width: 100%;
}
.footer-link__line{
    display: none;
}
.footer__left{
    display: flex;
    align-items: center;
    gap: 30px;
    width: 100%;
    flex-direction: column;
    margin-bottom: 38px;
}
.footer__inner--logo{
    width: 130px;
}
.footer__inner--logo img{
    width: 100%;
}
.footer-link__text{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 30px;
}
.footer-link__line{
    width: 1px;
    height: 14px;
    background-color: #fff;
    margin: 0 20px;
}
.footer__right{
    width: 100%;
    text-align: center;
}
.copy{
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}
@media only screen and (min-width: 741px) {
    body#post_lp .sub-header__inner{
        max-width: 480px;
    }
    body#post_lp .sub-header__inner{
        border-right: 1px solid #cdcdcd;
        border-left: 1px solid #cdcdcd;
    }
    .post_lp__wrap{
        border-right: 1px solid #cdcdcd;
        border-left: 1px solid #cdcdcd;
    }
    .footer__inner{
        border-right: 1px solid #cdcdcd;
        border-left: 1px solid #cdcdcd;
    }
}
@media only screen and (max-width: 740px) {
    .post_lp__wrap{
        max-width: 100%;
    }
    .post_lp__consult .post_lp__btn{
        max-width: 250px;
    }
    .footer{
        width: 100%;
        padding-bottom: 110px;
    }
    .footer__inner{
        max-width: 100%;
    }
}

/*
body#post_lp{
    background: linear-gradient(
        270deg,
        rgba(232, 241, 255, 1) calc( 50% - 290px ), 
        rgba(181, 208, 255, 1) calc( 50% - 190px ), 
        rgba(181, 208, 255, 1) calc( 50% + 190px ), 
        rgba(232, 241, 255, 1) calc( 50% + 290px ) );
}
*/