@charset "utf-8";

/*-------------------------------------------------------------------------
RESET
-------------------------------------------------------------------------*/

#contents {
    padding-bottom: 60px;
}
.box * {
    font-family: 'Noto Sans JP', sans-serif;
    font-size  : 16px;
    font-weight: 300;
    color      : #333;
    line-height: 1.8;
    box-sizing: border-box;
}
.center {
    text-align: center;
}
.mgb34 { margin-bottom: 34px;}
.mgb52 { margin-bottom: 52px;}
.mgb54 { margin-bottom: 54px;}
.mgb85 { margin-bottom: 85px;}

a:hover img {
    opacity: .8;
}
img {
    vertical-align: top;
}
:root {
    --blue: #014099;
    --green: #017099;
    --yellow: #ecb71c;
}
.wrap {
    background-color: #fff;
    padding: 60px 30px 30px;
}

/*-------------------------------------------------------------------------

-------------------------------------------------------------------------*/

.merit {
    margin: 0 0 60px;
}
.merit__ttl {
    text-align: center;
    font-size  : 45px;
    font-weight: 700;
    color      : #014099;
    line-height: 1;
    margin: 0 0 40px;
}
.merit-list {
    margin: 0 0 60px;    
}
    .merit-list__items {
        margin: 0 0 60px;
        display        : flex;
        flex-wrap      : wrap;
        justify-content: space-between;
        height: 300px;
    }
    .merit-list__items img {
        width: 70%;
    }
    .merit_list__img {
        text-align: right;
    }
        [class*="merit-list__ttl--"]{
            width: 100%;
            height: 55px;
            line-height: 55px;
            background-color: #333;
            margin: 0 0 20px;
            padding: 0 0 0 132px;
            position: relative;
            font-size  : 27px;
            color      : #fff;
        }
        [class*="merit-list__ttl--"]:before {
            content: "";
            width: 89px;
            height: 89px;
            line-height: 89px;
            text-align: center;
            font-size: 40px;
            color    : #fff;
            background-color: #014099;
            background-repeat: no-repeat;
            background-position: center;
            border-radius: 50%;
            position: absolute;
            top     : -41px;
            left    : 17px;

        }
        .merit-list__ttl--item1:before { background-image: url("../images/txt_merit1.gif");}
        .merit-list__ttl--item2:before { background-image: url("../images/txt_merit2.gif");}
        .merit-list__ttl--item3:before { background-image: url("../images/txt_merit3.gif");}
        .merit-list__ttl--item4:before { background-image: url("../images/txt_merit4.gif");}
        .merit-list__ttl--item5:before { background-image: url("../images/txt_merit5.gif");}

        .merit-list__left {
            width: calc(100% - 394px);
            padding: 0 25px 0 28px;
        }
            .merit-list__text {
                font-size: 20px;
                font-weight: 400;
                line-height: 1.5;
                width: 540px;
            }
            .merit-list__text-point {
                font-size  : inherit;
                font-weight: 700;
                color      : #00b900;
            }
            .merit-list__text-coution {
                font-size: 16px;
                text-indent: -1em;
                margin: 20px 0 0 1em;
                width: 542px;
            }


/*■■■■■■■■ 各システム ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.system {
    display        : flex;
    flex-wrap      : wrap;
    justify-content: space-between;
    margin: 0 0 55px;
}
    .system__items {
        width: 430px;
        box-shadow: 0 1px 4px rgba(0,0,0,.3);
    }   
        .system__items:hover {
            opacity: .8;
        }

        .system__items a:hover {
            text-decoration: none;
        }
        .system__ttl {
            background-color: #017099;
            text-align: center;
            font-size  : 20px;
            font-weight: bold;
            color      : #fff;
            height: 46px;
            line-height: 46px;
        }
        [class*="system__body--"]{
            padding: 10px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: cover;
        }
        .system__body--daiko { background-image: url("../images/bg_daiko.png"); }
        .system__body--kanri { background-image: url("../images/bg_kanri.png"); }
        .system__body--hosho { background-image: url("../images/bg_hosho.png"); }

            .system__text {
                background-color: rgba(255,255,255,.85);
                min-height: 108px;
                font-size: 16px;
                font-weight: 400;
                line-height: 1.3;
                padding: 24px 0;
                text-align: center;
                display: flex;
                justify-content: center;
                align-items: center;
            }

/*■■■■■■■■ お問い合わせ ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.contact-us {
    height: 260px;
    background: url("../images/bg_contact.png") no-repeat 0 0;
    padding: 20px;
}
    .contact-us__panel {
        background-color: rgba(255,255,255,.9);
        height: 220px;
        display        : flex;
        flex-wrap      : wrap;
        align-items    : center;
        justify-content: space-between;
        padding: 0 44px;
    }
        .contact-us__ttl {
            font-size  : 20px;
            font-weight: bold;
            line-height: 1;
        }
        .contact-us__tel {
            font-size  : 44px;
            font-weight: bold;
            color      : #017099;
            line-height: 1;
            margin: 15px 0 10px;
            padding: 0 0 0 50px;
            background: url("../images/icn_tel.png") no-repeat 0 6px;
        }
        .contact-us__time {
            font-weight: 500;
        }
        .contact-us__btn {
            display: block;
            width: 386px;
            height: 75px;
            font-size  : 20px;
            font-weight: bold;
            color      : #fff;
            text-align: center;
            line-height: 75px;
            background-color: #ecb71c;
            border-radius: 50px;
        }
        .contact-us__btn:hover {
            color: #fff;
            text-decoration: none;
            opacity: .8;
        }
            .contact-us__btn:before {
                content: url("../images/icn_mail.png");
                margin: 0 20px 0 0;
                vertical-align: -6px;
            }


/*ie修正*/
@media all and (-ms-high-contrast:none){
    [class*="merit-list__ttl--"],
    .contact-us__btn,
    .system__ttl {
        padding-top: 6px;
    }
    .contact-us__tel {
        padding-top: 10px;
    }
}