@charset "utf-8";


body {
    /*スマホで勝手に文字が大きくなる対策*/
    -webkit-text-size-adjust: 100%;
}

.page * {
    font-family: "メイリオ",Meiryo,Tahoma,Verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    font-size: 18px;
    color: #000;
    line-height: 1.3;
    box-sizing: border-box;
}
.ui-center {
    text-align: center;
}

/*-------------------------------------------------------------------------
LAYOUT
-------------------------------------------------------------------------*/

.page {
    background-color: #fff;
    padding: 0 0 60px;
}
    .section {
        margin: 0 0 60px;
    }
        .headline {
            text-align: center;
            font-size  : 35px;
            font-weight: bold;
            margin: 0 0 30px;
        }
            .headline span {
                font-size  : 55px;
                font-weight: inherit;
            }

/*-------------------------------------------------------------------------

-------------------------------------------------------------------------*/

.main-veiw {
    margin: 0 0 60px;
}
.use-list {
    text-align: center;
    font-size: 0;
    margin: 95px 0 25px;
}
    .use-list li {
        display: inline-block;
        width: 286px;
        height: 130px;
        border: 3px solid #000;
        border-radius: 8px;
        margin: 0 8px;
        padding: 72px 0 0;
        position: relative;
        font-weight: bold;
    }
    .use-list li:before {
        position: absolute;
        top     : -65px;
        left    : 50%;
        margin  : 0 0 0 -65px;
    }
    .use-list__items1:before { content: url("../images/img_yaku1.gif");}
    .use-list__items2:before { content: url("../images/img_yaku2.gif");}
    .use-list__items3:before { content: url("../images/img_yaku3.gif");}

.merit-list {
    margin: 0 0 0 61px;
}
    .merit-list li {
        width: 859px;
        border: 3px solid #000;
        border-radius: 8px;
        margin: 0 0 10px;
        padding: 18px 0 18px 47px;
        position: relative;
        counter-increment: list;
    }
    .merit-list li:last-child {
        margin: 0;
    }
    .merit-list li:before {
        content: counter(list);
        position: absolute;
        top     : 50%;
        left    : -31px;
        margin: -35px 0 0;
        width: 65px;
        height: 65px;
        line-height: 71px;
        text-align: center;
        background-color: #f6cc1e;
        border: 3px solid #000;
        border-radius: 50%;
        font-size  : 40px;
        font-weight: bold;
    }
        .merit-list__ttl {
            font-size  : 20px;
            font-weight: bold;
            margin: 0 0 5px;
        }
            .merit-list__ttl span {
                font-size  : inherit;
                font-weight: inherit;
                color      : #00b0ec;
                margin: 0 0 5px;
            }
        .merit-list__note {
            font-size: 13px;
            display: block;
        }
.katsuyo-list {
    margin: 0 0 0 29px;
}
.text-item1 {
    text-align: center;
    font-weight: bold;
}
.text-item2 {
    text-align: center;
    font-size: 13px;
    margin: -35px 0 32px;
}
.text-item3 {
    text-align: center;
    font-size  : 0;
    font-weight: bold;
    margin: 15px 0 0;
}
    .text-item3__normal {
        font-size  : 30px;
        display: block;
    }
    .text-item3__bold {
        font-size  : 40px;
    }
    .text-item3__strong {
        font-size  : 50px;
        color: #f9b52c;
    }
.download_bnr:hover {
    opacity: .8;
}
.contact-us {
    background-color: #414143;
    width: 694px;
    margin: auto;
    padding: 20px 40px;
    overflow: hidden;
}
    .contact-us__ttl {
        text-align: center;
        font-size  : 22px;
        font-weight: bold;
        color      : #fff;
        line-height: 1;
        margin: 0 0 20px;
    }
    .contact-us__left {
        float: left;
    }
        .contact-us__tel {
            font-size  : 30px;
            font-weight: bold;
            color      : #fff;
            line-height: 1;
            padding: 0 0 0 44px;
            background: url("../images/icn_freedial.gif") no-repeat 0 1px;
        }
        .contact-us__text {
            font-size: 12px;
            color    : #fff;
            margin: 3px 0 0;
        }
    .contact-us__btn {
        float: right;
    }
    .contact-us__btn:hover {
        opacity: .8;
    }
        .contact-us__btn a {
            width: 300px;
            height: 64px;
            line-height: 62px;
            text-align: center;
            font-size  : 16px;
            font-weight: bold;
            color      : #414143;
            display: block;
            background-color: #fff;
            border-bottom: 3px solid #aaa;
            position: relative;
            padding: 0 22px 0 0;
            text-decoration: none;
        }
        .contact-us__btn a:after {
            content: "";
            width: 7px;
            height: 7px;
            border-top  : 2px solid #414143;
            border-right: 2px solid #414143;
            transform: rotate(45deg);
            position: absolute;
            top     : 50%;
            right   : 10px;
            margin: -5px 0 0;
        }