@charset "utf-8";

/**********************************
 *
 * TOPIC
 *
 **********************************/ 

#keyVisual {
    width:100%;
    height:auto;
    position: relative;
}

#keyVisual {
    width:100%;
    height:auto;
    position: relative;
}

#keyVisual figure{
    width:100%;
    height:auto;
}

#keyVisual figure img {
    vertical-align: bottom;
}


#keyVisual h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 100px;
    margin: auto;
    width: 420px;
    height: 50px;
    font-size: 36px;
    line-height: 1.56;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 9px rgba(43, 43, 43, 0.21);
}

#keyVisual p {
    position: absolute;
    left: 0;
    right: 0;
    top: 150px;
    bottom: 0;
    margin: auto;
    width: 620px;
    height: 60px;
    font-size: 18px;
    line-height: 1.67;
    text-align: center;
    color: #ffffff;
    text-shadow: 0 0 9px rgba(43, 43, 43, 0.21);
}



#plan {
    width:100%;
    height:auto;
    background-color:#fff;
    padding:100px 0 80px 0;
}

#plan strong {
    font-weight: 700;
}

#plan h4 {
    font-size: 18px;
    line-height: 1.67;
    text-align: center;
    color: #050505;
    text-align: center;
    padding-bottom: 50px;
}

#plan select {
    width:900px;
    height:60px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.67;
    text-align: left;
    color: #050505;
    margin:0 auto;
    background-color: #eeeeee;
    border: solid 2px #d7d7d7;
    padding: 0 10px;
    cursor: pointer;
    position:relative;
}

#plan .wrap {
    width: 100%;
    padding: 50px 0 30px 0;
}

#plan .wrap h5 {
    font-size: 24px;
    font-weight: bold;
    line-height: 2.35;
    text-align: center;
    color: #363636;
    text-align: center;
}

#plan .wrap h6 {
    font-size: 12px;
    text-align: center;
    color: #ffbe0a;
    text-align: center;
    padding:0;
}

#plan .colorGreen h6 {
    color:#00a04e!important;
}


#plan .wrap p {
    font-size: 14px;
    line-height: 2;
    text-align: center;
    color: #050505;
}

#plan .wrap .planName {
    margin: 50px 0 30px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    text-align: left;
    color: #050505;
    padding: 0 0.5em;
    background: transparent;
    border-left: solid 5px #ffbe0a;
}

#plan .colorGreen .planName {
    border-left: solid 5px #00a04e;
}

#plan .wrap .planName span {
    padding-left: 95px;
    font-size: 14px;
    line-height: 2;
    text-align: left;
    color: #050505;
    font-weight: 400;
}

#plan .wrap table {
    width: 860px;
    height: auto;
}

#plan .wrap table th{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    background-color: #595757;
    height: 70px;
    vertical-align: middle;
    border: solid 1px #fff;
}

#plan .wrap table th span {
    font-size: 12px;
}

#plan .wrap table .rowName {
    width: 150px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.75;
    color: #ffffff;
    background-color: #8a8989;
    vertical-align: middle;
    padding: 20px 0;
    border: solid 1px #fff;
}

#plan .wrap table .rowName figure {
    width: 36px;
    margin: 0 auto;
}

#plan .wrap table td {
    width: 180px;
    height: 60px;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    text-align: center;
    color: #050505;
    vertical-align: middle;
    border: solid 1px #fff;
    background-color: #ffebb5; 
}

#plan .colorGreen  table td {
    background-color: #b2e2ca;
}

#plan .wrap table .rowLong {
    width:220px;
}

#plan .wrap table .oddBg {
    background: #fff5da;
}

#plan .colorGreen table .oddBg {
    background-color: #d9f1e5;
}

#plan .colorGreen table .rowGreenBold {
    background-color: #7fcfa6;
}

#plan .wrap .attention {
    font-size: 10px;
    line-height: 1.8;
    text-align: left;
    color: #050505;
    padding: 30px 0;
}


/*------------------------------------------------------------*/
/* スマホサイト用
 ------------------------------------------------------------*/
@media screen and (max-width: 780px) {

    * {
        -webkit-box-sizing: border-box;
           -moz-box-sizing: border-box;
             -o-box-sizing: border-box;
            -ms-box-sizing: border-box;
                box-sizing: border-box;
        -webkit-text-size-adjust: 100%;
    }

    #keyVisual h2 {
        position: absolute;
        bottom: 50px;
        width: 100%;
        height: 50px;
        font-size: 24px;
        line-height: 1.56;
        text-align: center;
    }

    #keyVisual p {
        top: 50px;
        width: 100%;
        height: 60px;
        font-size: 12px;
    }

    #plan {
        padding:60px 0;
    }

    #plan strong {
        font-weight: 700;
    }

    #plan h4 {
        font-size: 15px;
        padding-bottom: 50px;
    }

    #plan select {
        width: 96%;
        height: 50px;
        font-size: 15px;
        margin: 0 auto;
        display: block;
    }

    #plan .wrap {
        width: 96%;
        margin: 0 auto;
        padding: 40px 0 0 0;
    }

    #plan .wrap p {
        font-size: 13px;
    }

    #plan .wrap .planName {
        margin: 40px 0 5px 0;
        font-size: 15px;
    }

    #plan .wrap .planName span {
        display: block;
        padding-top: 15px;
        padding-left: 0;
        font-size: 13px;
    }

    #plan .wrap table {
        width: 100%;
        height: auto;
        margin-top: 30px;
    }

    #plan .wrap table th{
        font-size: 15px;
        height: 50px;
    }

    #plan .wrap table th span {
        font-size: 10px;
    }

    #plan .wrap table .rowName {
        width: 24%;
        text-align: center;
        font-size: 10px;
        padding: 15px 0;
    }

    #plan .wrap table .rowName figure {
        width: 30px;
        margin: 0 auto;
    }

    #plan .wrap table td {
        width: 24%;
        height: 67px;
        font-size: 11px;
    }

    #plan .wrap table .rowLong {
        width:24%;
    }

    #plan .wrap .attention {
        font-size: 9px;
        padding: 30px 0;
    }

}