@charset "utf-8";
/* CSS Document */

#mainTitle {
    background-position: center top;
    background-image: url("../img/bg_title_customer.jpg");
}

.customer_tab {
    margin-top: 50px;
}

.customer_tab .box {
    background: #f4f4f4;
    display: table;
    padding: 2%;
    margin-top: 20px;
}

.customer_tab .box .box_1 {
    display: table-cell;
    width: 33.33%;
    vertical-align: middle;
}

.customer_tab .box .box_1 span.background {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    overflow: auto;
    padding: 40%;
}

span.background.one {
    background-image: url(../img/image_1.jpg);
}

span.background.two {
    background-image: url(../img/image_2.jpg);
}

span.background.three {
    background-image: url(../img/image_3.jpg);
}

.customer_tab .box .box_2 {
    display: table-cell;
    width: 33.33%;
    text-align: center;
    vertical-align: middle;
    padding: 0 3%;
}

.customer_tab .box .box_2 .icon {
    width: 60px;
}

.customer_tab .box .box_2 h3 {
    font-size: 2.5em;
    font-family: "游明朝","Yu Mincho","游明朝体","YuMincho","ヒラギノ明朝 Pro W3","Hiragino Mincho Pro","HiraMinProN-W3","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif;
    margin: 30px 0;
}

.customer_tab .box .box_2 ul {

}

.customer_tab .box .box_2 ul li {
    font-size: 1.2em;
    text-align: left;
    position: relative;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 0;
}

.customer_tab .box .box_2 ul li:last-child {
    border-top: 0px solid #000;
}

.customer_tab .box .box_2 ul li span {
    position: absolute;
    right: 0;
}

.customer_tab .box .box_3 {
    display: table-cell;
    width: 33.33%;
    vertical-align: middle;
}

.customer_tab .box .box_3 .line_1 {
    font-weight: bold;
}

.customer_tab .box .box_3 .bar {
    height: 1px;
    width: 30px;
    background: #000;
    margin: 10px 0;
    display: block;
}

.customer_tab .box .box_3 .line_2 {
    margin-bottom: 50px;
}





.main_head_1 {
    font-size: 3em;
    text-align: center;
}

.main_text_1 {
    font-size: 1.5em;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}





section.anshin {
/*    background-image: url(../img/bg_anshin.jpg);*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 70px 0;
    color: #FFF;
}

section.stylish {
/*    background-image: url(../img/bg_stylish.jpg);*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 70px 0;
    color: #FFF;
}

section.mori {
/*    background-image: url(../img/bg_mori.jpg);*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 70px 0;
    color: #FFF;
}

section.maintenance {
    background-image: url(../img/bg_last.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 70px 0;
    color: #FFF;
}

h3.title_h3 {
    text-align: center;
    font-family:'Lora', 'Hiragino Mincho Pro', 'MS PMincho', serif;
    font-size: 2.5em;
    letter-spacing: 2px;
    font-weight: bold;
}

p.tag_line {
    text-align: center;
    font-family:'Lora', 'Hiragino Mincho Pro', 'MS PMincho', serif;
    font-size: 1.2em;
    letter-spacing: 2px;
    font-weight: bold;
    color: #367ebb;
    margin-top: 10px;
}

section.std h3 {
    font-size: 3em;
}

section.std span {
    display: block;
    font-size: 0.8em;
}

section.std p {
    font-size: 1.5em;
    margin: 40px 0;
}


@media screen and (max-width:780px){
    #contents section {
        margin-bottom: 40px;
    }
    .customer_tab {
        margin-top: 10px;
    }
    .customer_tab .box {
        display: block;
    }
    .customer_tab .box .box_1 {
        display: block;
        width: 100%;
    }
    .customer_tab .box .box_2 {
        display: block;
        width: 100%;
    }
    .customer_tab .box .box_3 {
        display: block;
        width: 94%;
        margin: 5% auto;
    }
    .customer_tab .box .box_3 a.btn {
        display: block;
        padding: 1% 1%;
        text-align: center;
    }
    .customer_tab .box .box_3 .line_2 {
        margin-bottom: 4%;
    }
    .customer_tab .box .box_1 span.background {
        background-position: center top;
        padding: 30%;
        margin-bottom: 3%;
    }
    .customer_tab .box .box_2 h3 {
        font-size: 2em;
        margin: 10px 0;
    }
    .main_text_1 {
        font-size: 1.2em;
        margin: 10px 2% 20px 2%;
    }
}


@media screen and (max-width:780px){
    #contents {
        padding-bottom: 0px !important;
    }
    section.mori {
        padding-right: 2%;
        padding-left: 2%;
    }

    section.stylish {
        padding-right: 2%;
        padding-left: 2%;
    }
    section.std h3 {
        font-size: 2em;
    }
    section.std p {
        font-size: 1.2em;
        margin: 20px 0 30px;
    }
}