@charset "UTF-8";
/* flow
-------------------------------------------------------------*/

/* point1 */

#hansoku-point1 {
    background: url(../img/hansoku/hansoku-box-background.gif) left bottom no-repeat;
    margin-left: 9px;
    margin-bottom: 20px;
    padding-bottom: 14px;
    text-align: left;
}

#hansoku-point1 h2 {
    background: none;
    margin: 0;
}

#hansoku-point1 ul {
    margin-left: 16px;
    margin-bottom: 11px;
}

#hansoku-point1 li {
    float: left;
    margin-right: 11px;
}

#hansoku-point1 p {
    margin-left: 16px;
    margin-bottom: 6px;
}

#hansoku-point1 li p {
    margin: 0;
}

/* point2 */

#hansoku-point2 {
    background: url(../img/hansoku/hansoku-box-background.gif) left bottom no-repeat;
    margin-left: 9px;
    text-align: left;
    margin-bottom: 20px;
}

#hansoku-point2 h2 {
    background: none;
    margin: 0;
    margin-bottom: 23px;
}

#hansoku-point2 div {
    margin-left: 25px;
    margin-bottom: 22px;
    float: left;
}

#hansoku-point2 ul {
    clear: left;
    margin-left: 25px;
    padding-bottom: 23px;
}

#hansoku-point2 li {
    margin: 0;
    float: left;
}

/* point3 */

#hansoku-point3 {
    background: url(../img/hansoku/hansoku-box-background.gif) left bottom no-repeat;
    margin-left: 9px;
    padding-bottom: 25px;
    margin-bottom: 20px;
    text-align: left;
}

#hansoku-point3 h2 {
    background: none;
    margin: 0;
    margin-bottom: 23px;
}

#hansoku-point3 p {
    margin: 0;
}

#hansoku-point3 div {
    margin-left: 25px;
    margin-bottom: 22px;
    float: left;
}

body.hansoku #content ul.point li {
    margin-bottom: 15px;
}

/* section title */

.hansoku h2.section-title {
    display: block;
    width: 662px;
    height: 47px;
    text-indent: 26px;
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    line-height: 45px;
    color: #464C50;
    background: url(../img/hansoku/hansoku-section-title-bg.gif) no-repeat top left !important;
}

/* order */

.hansoku .order p.info {
    margin: 10px 0;
}

.hansoku .order .order-btn {
    width: 642px;
    height: 133px;
    margin-bottom: 40px;
    padding-top: 15px;
    text-align: right;
    background: url(../img/hansoku/hansoku-order-bg.png) no-repeat top left;
}

.hansoku .order .order-btn a:hover {
    opacity: 0.6;
}

/* font-size sample */

/*
    default = 12px
    24px = 200%
    23px = 192%
    22px = 183%
    21px = 175%
    20px = 166%
    19px = 158%
    18px = 150%
    17px = 142%
    16px = 133%
    15px = 125%
    14px = 117%
    13px = 108%
    11px = 92%
    10px = 84%
    9px = 75%
    8px = 67%
    7px = 58%
*/

.sp {
    display: none;
}

/*スマホ
------------------------------*/

@media screen and (max-width: 750px) {

    .pc {
        display: none;
    }
    .sp {
        display: block;
    }


    #hansoku-point1 li {
        float: left;
        margin: 0 1%;
        width: 31.33%;
    }


    #hansoku-point1 ul {
        margin-left: 0;
        margin-bottom: 5%;
    }


    .hansoku h2.section-title {
        display: block;
        width: 100%;
        height: 47px;
        text-indent: 26px;
        text-align: left;
        font-size: 18px;
        font-weight: bold;
        line-height: 45px;
        color: #464C50;
        background: url(../img/hansoku/hansoku-section-title-bg.gif) no-repeat top left !important;
    }
    .hansoku .order p.info {
        width: 94%;
        margin: 0 auto;
    }

    .hansoku .order .order-btn {
        width: 94%;
        height: auto;
        padding-top: 3%;
        text-align: left;
        background: none;
        margin: 0 auto 4%;
    }
    #hansoku-point3 {
        background-image: none;
        margin: 0 auto;
        width: 94%;
        padding: 3%;
        margin-bottom: 3%;
        text-align: left;
        background-color: #fff;
        box-sizing: border-box;
        border-left: #ccc 1px solid;
        border-right: #ccc 1px solid;
        border-bottom: #ccc 1px solid;
    }


    #hansoku-point2 {
        background-image: none;
        background-color: #fff;
        margin: 0 auto;
        width: 94%;
        text-align: left;
        margin-bottom: 20px;
        box-sizing: border-box;
        padding: 3%;
        border-left: #ccc 1px solid;
        border-right: #ccc 1px solid;
        border-bottom: #ccc 1px solid;
    }


    #hansoku-point1 {
        background-image: none;
        background-color: #fff;
        margin: 0 auto;
        width: 94%;
        margin-bottom: 20px;
        text-align: left;
        box-sizing: border-box;
        padding: 3%;
        border-left: #ccc 1px solid;
        border-right: #ccc 1px solid;
        border-bottom: #ccc 1px solid;
    }


    #hansoku-point2 div,
    #hansoku-point3 div {
        margin: 0 auto 3%;
        float: none;
        text-align: center;
    }

    #hansoku-point2 ul {
        margin: 0 auto;
        float: none;
        text-align: center;
        padding: 0;
    }

    #hansoku-point2 li {
        margin: 0 0 3%;
        float: none;
    }

}
