/* ------------------------------
common
------------------------------ */
#LP_home {
    background-color: #F2F2F2;
    color: 707070;
    font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
    font-size: 18px;
}

#LP_home .page {
    margin: 0 auto;
    overflow: hidden;
}

.Mb30 {
    margin-bottom: 30px;
}

.Mb40 {
    margin-bottom: 40px;
}

.Mb60 {
    margin-bottom: 60px;
}

.Mb80 {
    margin-bottom: 80px;
}

br.sp-only {
    display: block;
}

/* ------------------------------
LP_home header
------------------------------ */
#LP_home header .header-inner {
    background-image: url(../images/image_toppage_bg.png);
    background-position: 0% 100%;
    background-repeat: repeat-x;
    margin-bottom: 100px;
    background-color: transparent;
}

#LP_home header .wrapper img {
    width: 40px;
    margin-right: 5px;
}

#LP_home header .wrapper h1 {
    line-height: normal;
    font-size: 14px;
}

#LP_home header .wrapper {
    padding: 10px;
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #fff;
}

/* ------------------------------
LP_home toppage
------------------------------ */

#LP_home .only-pc {
    display: none;
}

#LP_home .toppage {
    margin-top: -20px;
    text-align: center;
    padding: 20px;
}

#LP_home .toppage .img {
    max-width: 100vw;
    margin: 0 auto;
}

#LP_home .toppage .img img {
    width: 100%;
    margin-bottom: 50px;
}

/* ------------------------------
LP_home main about_us
------------------------------ */
#LP_home .about_us .top {
    /* background-image: url(../images/image_toppage_shape1.png);
    background-repeat: no-repeat;
    background-position-x: -50%, 160%;
    background-position-y: 25%, 100%; */
    padding-bottom: 100px;
}

#LP_home .about_us .top .unit,
#LP_home .about_membership .unit {
    text-align: center;
    margin-bottom: 100px;
    background-image: url(../images/image_contents_shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    font-weight: 700;
}

#LP_home .about_us .top .unit h1,
#LP_home .about_membership .unit h1 {
    font-size: 25px;
    padding-top: 10px;
}

#LP_home .about_us .top .unit h2 span,
#LP_home .about_membership .unit h2 span {
    background-color: #ffffff;
    display: block;
    padding-bottom: 20px;
    padding-top: 10px;
    position: relative;
}

#LP_home .about_us .top .unit h1 span,
#LP_home .about_membership .unit h1 span {
    background-color: #ffffff;
    display: block;
    padding-top: 20px;
    padding-bottom: 5px;
    line-height: 1.4;
}


#LP_home .about_us .top .unit h2,
#LP_home .about_membership .unit h2 {
    font-size: 15px;
    padding-bottom: 10px;
}

/* ------------------------------
両端線の調整
------------------------------ */

#LP_home .about_us .top .unit h2 span::after,
#LP_home .about_us .top .unit h2 span::before,
#LP_home .about_membership .unit h2 span::after,
#LP_home .about_membership .unit h2 span::before {
    content: '';
    display: block;
    position: absolute;
    transform: translate(-50%);
    /* 位置調整 */
    bottom: 18px;
    /* 下線の上下位置調整 */
    width: 1px;
    /* 幅 */
    height: 18px;
    /* 高さ */
    background-color: #707070;
    /* 下線の色 */
}

/* about_us ----------------------*/
#LP_home .about_us .top .unit h2 span::after {
    left: calc(50% - 60px)
        /* border-left 位置調整 */
}

#LP_home .about_us .top .unit h2 span::before {
    right: calc(50% - 60px)
        /* border-right 位置調整 */
}

/* about_membership ----------------------*/
#LP_home .about_membership .unit h2 span::after {
    left: calc(50% - 120px)
        /* border-left 位置調整 */
}

#LP_home .about_membership .unit h2 span::before {
    right: calc(50% - 120px)
        /* border-right 位置調整 */
}

/* membership-agreement -----------------------*/
#Agreement .about_us .top .unit h2 span::after {
    left: calc(50% - 95px)
        /* border-left 位置調整 */
}

#Agreement .about_us .top .unit h2 span::before {
    right: calc(50% - 95px)
        /* border-right 位置調整 */
}

#LP_home .about_us .top .inner {
    line-height: 32px;
}

#LP_home .about_us .middle,
#LP_home .about_membership .membership,
#LP_home .about_membership .system,
#LP_home .about_membership .fee,
#LP_home .apply .form,
#LP_home .kifu {
    margin-bottom: 100px;
}

#LP_home .about_us .bottom,
#LP_home .about_membership .apply,
#LP_home .gakuen {
    margin-bottom: 200px;
}

#LP_home .about_us .top .inner,
#LP_home .about_us .middle .inner,
#LP_home .about_us .bottom .inner,
#LP_home .about_membership .membership .inner,
#LP_home .about_membership .system .inner,
#LP_home .about_membership .fee .inner,
#LP_home .about_membership .apply .inner {
    background-color: #ffffff;
    padding: 40px 20px;
    border-radius: 17px;
    width: 90%;
    margin: 0 auto;
}

#LP_home .about_us .middle h1,
#LP_home .about_us .bottom h1,
#LP_home .about_membership .membership .inner h1,
#LP_home .about_membership .system .inner h1,
#LP_home .about_membership .fee .inner h1,
#LP_home .about_membership .apply .inner h1 {
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    background-image: url(../images/image_contents_dods.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 25px;
}

#LP_home .about_us .middle li,
#LP_home .about_membership .membership li {
    margin-bottom: 20px;
    line-height: 28px;
    padding-left: 0.7em;
    text-indent: -1.1em;
}

#LP_home .about_us .bottom p,
#LP_home .about_membership .system p,
#LP_home .about_membership .fee p,
#LP_home .apply .form p {
    line-height: 32px;
}

/* ------------------------------
LP_home main about_us
------------------------------ */
#LP_home .about_us .middle.katsudo h2 {
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}

/* ------------------------------
LP_home main about_membership
------------------------------ */

#LP_home .about_membership .system .inner h2 {
    font-weight: 700;
    text-align: center;
    padding: 10px;
}


#LP_home .about_membership .system .inner p:nth-child(3) {
    margin-bottom: 25px;
}

#LP_home .about_membership .fee .inner h2 {
    font-weight: 700;
    line-height: 32px;
    margin-right: 30px;
}

#LP_home .about_membership .fee .inner .wrapper {
    display: flex;
    justify-content: center;
}

#LP_home .about_membership .fee .inner .wrapper~p {
    margin-top: 30px;
}


#LP_home .about_membership .apply .inner .form h2:nth-child(odd) {
    margin-top: 100px;
}

#LP_home .about_membership .apply .inner .form h2 {
    text-align: center;
    margin-bottom: 30px;
}

#LP_home .about_membership .apply .inner .form img {
    display: block;
    margin: 0 auto 20px auto;
}

#LP_home .about_membership .apply .inner .form .MoreBtn a,
#LP_home .kifu .inner .MoreBtn a,
#LP_home .gakuen .inner .MoreBtn a {
    background-color: #F47C7C;
    display: block;
    margin: 0 auto 10px auto;
    padding: 12px 20px;
    text-align: center;
    font-size: 13px;
    border-radius: 50px;
    color: #ffffff;
    width: 120px;
}

#LP_home .apply .form .MoreBtn span {
    font-size: 13px;
    display: block;
    text-align: center;
    margin-bottom: 25px;
}

#LP_home .apply .transfer_info h2,
#LP_home .apply .account_info h2 {
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

#LP_home .apply .transfer_info table {
    width: 90%;
    margin: 0 auto;
}

#LP_home .apply .transfer_info table {
    margin-bottom: 50px;
}

#LP_home .apply .transfer_info table .ryugin tr,
#LP_home .apply .transfer_info table .yucho tr {
    line-height: 35px;
    border: 1px solid #707070;
    text-align: center;
}

#LP_home .apply .transfer_info table .ryugin th,
#LP_home .apply .transfer_info table .yucho th {
    border-right: 1px solid #707070;
    text-align: center;
    background-color: #E6E6E6;
}

#LP_home .apply .transfer_info table .ryugin td,
#LP_home .apply .transfer_info table .yucho td {
    width: 55%;
}

#LP_home .apply .account_info ul li {
    line-height: 28px;
    margin-bottom: 12px;
}


/* ------------------------------
LP_home main kifu
------------------------------ */

#LP_home .kifu .inner,
#LP_home .gakuen .inner {
    background-color: #ffffff;
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
}

#LP_home .kifu .inner h1,
#LP_home .gakuen .inner h1 {
    /* background-color: #ffffff; */
    margin-bottom: 50px;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    padding-top: 20px;
}

#LP_home .kifu .inner p,
#LP_home .gakuen .inner p {
    line-height: 32px;
    margin-bottom: 50px;
    padding: 0 15px;
}

#LP_home .kifu .inner .unit,
#LP_home .gakuen .inner .unit {
    background-image: url(../images/image_contents_shape.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;

}

#LP_home .kifu .inner .unit h1 span,
#LP_home .gakuen .inner .unit h1 span {
    background-color: #ffffff;
    display: block;
    padding-top: 25px;
    position: relative;
}

/* ------------------------------
LP_home bnr
------------------------------ */
#LP_home .bnr {
    margin-bottom: 100px;
}

#LP_home .bnr .inner .title {
    margin-bottom: 50px;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    padding-top: 20px;
}

#LP_home .bnr .contents ul {
    display: block;
    text-align: center;
}

#LP_home .bnr .contents ul li {
    margin-bottom: 20px;
}

#LP_home .bnr .contents ul li img {
    max-width: 80%;
    border: 1px solid #ccc;
}

/* ------------------------------
LP_home footer
------------------------------ */

#LP_home footer {
    padding: 20px;
    background-image: url(../images/image_footer_bg.png);
    padding-top: 80px;
}

#LP_home footer .inner {
    line-height: 32px;
}

#LP_home footer .inner p:first-child,
#LP_home footer .inner address {
    margin-bottom: 20px;
}

#LP_home footer h1 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 30px;
}

/* ------------------------------
Agreement: membership-agreement
------------------------------ */
#Agreement .about_us .top {
    padding: 0;
}

#Agreement .about_us .inner .rule {
    margin-bottom: 60px;
}

#Agreement .about_us .inner .rule p {
    margin-bottom: 30px;
}

#Agreement .about_us .inner .rule h2 {
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 50px;
    background-image: url(../images/image_contents_dods.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-bottom: 25px;
}

#Agreement .about_us .inner .rule:last-child p:last-child {
    text-align: end;
    margin-top: 100px;
}

/* ------------------------------
LP_home Animation
------------------------------ */
#LP_home .about_membership .apply .inner .form .MoreBtn a:hover,
#LP_home .kifu .inner .MoreBtn a:hover,
#LP_home .gakuen .inner .MoreBtn a:hover,
#LP_home .apply .form .MoreBtn a:hover {
    background-color: #9c3b3b;
    transition: 0.5s;
    color: #ffffff;
}

/* ------------------------------
LP_home PC display
------------------------------ */
@media screen and (min-width: 500px) {
    #LP_home .toppage .img {
        max-width: 100vw;
    }

    #LP_home .only-moble {
        display: none;
    }

    #LP_home .only-pc {
        display: initial;
    }
}

@media screen and (min-width: 766px) {
    br.sp-only {
        display: none;
    }

    #LP_home header {
        margin-bottom: 100px;
    }

    #LP_home header .bg {
        background-color: #ffffff;
    }

    #LP_home header .wrapper {
        max-width: 1000px;
        margin: 0 auto;
    }

    #LP_home .toppage {
        text-align: center;
        padding: 20px 20px 30px 20px;
        margin-top: -20px;
    }

    #LP_home .toppage .img {
        max-width: 900px;
    }

    #LP_home header .wrapper h1 {
        font-size: 18px;
    }

    #LP_home .Pd40 {
        padding: 0 40px;
    }

    #LP_home .about_us .top .inner,
    #LP_home .about_us .middle .inner,
    #LP_home .about_us .bottom .inner,
    #LP_home .about_membership .membership .inner,
    #LP_home .about_membership .system .inner,
    #LP_home .about_membership .fee .inner,
    #LP_home .about_membership .apply .inner {
        /* width: 50%; */
        max-width: 1000px;
        width: 100%;
        padding: 50px 50px;
    }

    /* ------------------------------
LP_home main about_us
------------------------------ */
    #LP_home .about_us .middle.katsudo .inner ul {
        display: block;
    }

    #LP_home .about_us .middle .inner ul {
        /* text-align: center; */
        display: flex;
        justify-content: space-around;
    }

    #LP_home .about_us .middle .inner .wrapper {
        width: 45%;
    }

    #LP_home .about_membership .system p,
    #LP_home .about_membership .fee .inner,
    #LP_home .apply .account_info ul,
    #LP_home footer {
        text-align: center;
    }

    #LP_home .about_membership .fee .inner .wrapper {
        display: inline;
        margin: 0 15px;
    }

    #LP_home .about_membership .fee .inner .wrapper h2,
    #LP_home .about_membership .fee .inner .wrapper p {
        display: inline;
    }

    #LP_home .apply .inner .wrapper {
        display: flex;
        justify-content: space-around;
        align-items: start;
    }

    #LP_home .about_membership .apply .inner .form h2:nth-child(odd) {
        margin-top: 0px;
    }

    #LP_home .about_us .bottom p,
    #LP_home .about_membership .system p,
    #LP_home .about_membership .fee p,
    #LP_home .apply .form p,
    #LP_home .apply .account_info p {
        line-height: 38px;
    }

    #LP_home .apply .transfer_info table {
        width: 70%;
    }

    #LP_home .kifu .inner,
    #LP_home .gakuen .inner {
        max-width: 700px;
        width: 100%;
    }

    #LP_home .kifu .inner p,
    #LP_home .gakuen .inner p {
        line-height: 38px;
        margin-bottom: 50px;
        padding: 0 70px;
    }

    #LP_home .kifu .inner .unit h1 span,
    #LP_home .gakuen .inner .unit h1 span {
        padding-top: 35px;
    }


    #LP_home .bnr .contents ul {
        display: flex;
        justify-content: center;
        padding: 0 20px;
        flex-wrap: wrap;
    }

    #LP_home .bnr .contents ul li {
        margin: 10px;
    }

    #LP_home .bnr .contents ul li img {
        max-width: 300px;
    }













}