@charset "UTF-8";

/* ---------------------------------------------------
   File: reunion.css
   Version: 1.0.0
   Update: 2018-01-09
   Author: http://flowlab.co.jp

   (c)2007-2018 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */


/* ===========================================================================

    PC 

=========================================================================== */

/* ===================================================
    Local Navigation
=================================================== */
#lnavi li:nth-child(2) a {
    text-decoration: none;
    color: #454545;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

/* ===================================================
    Layout
=================================================== */
main .content {
    margin-top: 0 !important;
}


/* ===================================================
    Title
=================================================== */

/* -------------------------
   Page Title
------------------------- */
#pageTitle h1 {
    color: #E25387;
    text-align: center;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, self, "Sawarabi Mincho";
    font-weight: 500;
    font-size: 2.3em;
    padding-top: 70px;
}


/* ===================================================
    Price
=================================================== */
#price {
    width: 830px;
    margin: 0 auto;
}

#price li {
    float: left;
}

#price li:first-child {
    border-right: #AEB4B8 1px solid;
    padding-right: 50px;
}

#price li:last-child {
    padding-left: 40px;
}



/* ===================================================
    benefits
=================================================== */
#benefits {
    padding-top: 100px;
}

#benefits li {
    border: #B2B8BC 1px solid;
    margin-right: 10px;
    text-align: center;
    padding: 30px 0 10px;
    float: left;
}

#benefits li:first-child {
    width: 630px;
}

#benefits li:last-child {
    width: 450px;
    margin-right: 0;
}

/* -------------------------
   Attention
------------------------- */
.attention {
    text-align: right;
    font-size: 0.8em;
    display: block;
    line-height: 1.6em;
    margin-top: 10px;
    padding-bottom: 50px;
}



/* ===========================================================================

	SMART PHONE

=========================================================================== */
@media screen and (max-width: 767px) {

    main img {
        width: 100%;
        height: auto;
        display: block;
    }

    /* ===================================================
    Local Navigation
=================================================== */
    #lnavi li:nth-child(2) a {
        text-decoration: none;
        color: #fff;
        background: #7c7c7c;
        border-radius: 0;
        /* CSS3 */
        -webkit-border-radius: 0;
        /* Safari,Chrome */
        -moz-border-radius: 0;
        /* Firefox */
    }

    /* ===================================================
    Layout
=================================================== */
    main .content {
        margin-top: -120px;
    }

    /* ===================================================
    Title
=================================================== */

    /* -------------------------
   Page Title
------------------------- */
    #pageTitle h1 {
        font-size: 1.5em;
        line-height: 1.2em;
        padding-top: 20px;
    }

    /* ===================================================
    Price
=================================================== */
    #price {
        width: 100%;
        margin: 0 auto;
    }

    #price li {
        float: none;
    }

    #price li:first-child {
        width: 70%;
        border-right: none;
        padding-right: 0;
        margin: 0 auto 40px;
        ;
    }

    #price li:last-child {
        width: 80%;
        padding-left: 0;
        margin: 0 auto;
    }


    /* ===================================================
    benefits
=================================================== */

    #benefits {
        padding-top: 50px;
    }

    #benefits li {
        margin-right: 0;
        margin-bottom: 20px;
        padding: 30px 0 20px;
        float: none;
    }

    #benefits li img {
        width: 80%;
        margin: 0 auto;
    }

    #benefits li:first-child {
        width: 100%;
    }

    #benefits li:last-child {
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    /* -------------------------
   Attention
------------------------- */
    .attention {
        text-align: left;
        padding-bottom: 40px;
    }

}