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

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

.video_main {
    text-align: center;
    margin: 60px ;
}

.txt {
    text-align: center;
    font-size: 1.2em;
    margin-top: 60px;
}

section.maintenance_1 {
    margin-top: 100px;
}

section.maintenance_1 h2 {
    font-size: 3em;
    text-align: center;
}

section.maintenance_1 p.desc {
    text-align: center;
    font-size: 1.3em;
    margin-top: 30px;
}

section.maintenance_1 ul {

}

section.maintenance_1 ul li {
    display: table;
    overflow: hidden;
}

section.maintenance_1 ul li:nth-child(even) {
    background:#fbfbfb ;
}

section.maintenance_1 ul li .video_left {
    display: table-cell;
    width: 50%;
}

section.maintenance_1 ul li .video_left img {
    width: 100%;
}

section.maintenance_1 ul li .video_right {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0 0 0 4%;
}
section.maintenance_1 ul li .video_right .time {
    margin-top: 20px;
    background: #4cc3f0;
    display: inline-block;
    padding: 2px 15px;
    border-radius: 15px;
    color: #FFF;
    font-family: 'Lora', serif;
}

section.maintenance_1 ul li .video_right .line_1 {
    font-family: "Lora",serif;
    color: #47acdd;
    font-size: 1.5em;
}

section.maintenance_1 ul li .video_right h3 {
    font-family: "Lora",serif;
    font-size: 2em;
    margin: 2% 0;
}

section.maintenance_1 ul li .video_right img {
    margin: 3% 0 2% 0;
}

section.maintenance_1 ul li .video_right .line_2 {
    font-size: 1.2em;
    width: 80%;
}

section.maintenance_1 ul li .video_right .line_2 span {
    color: #c12429;
}

section.maintenance_2 {
    text-align: center;
}

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

section.maintenance_2 .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",serif;
    font-size: 2.5em;
    letter-spacing: 2px;
    font-weight: normal;
}

p.tag_line {
    text-align: center;
    font-family: "Lora",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 {
        padding-bottom: 0 !important;
    }
    #contents section {
        clear: both;
        margin-bottom: 30px;
    }
    .video_main {
        margin: 2%;
    }
    .video_main img {
        width: 100%;
    }
    section.maintenance_1 ul li {
        display: block;
    }
    section.maintenance_1 ul li .video_left {
        display: block;
        width: 100%;
    }
    section.maintenance_1 ul li .video_right {
        display: block;
        width: 100%;
        padding: 5%;
        text-align: center;
    }
    section.maintenance_1 ul li .video_right .line_2 {
        width: 100%;
    }
    .main_text_1 {
        font-size: 1.2em !important;
        margin: 10px 0 20px 0;
    }
    .txt {
        font-size: 1em;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    section.maintenance_1 {
        margin-top: 30px;
    }
    section.maintenance_1 h2 {
        font-size: 2em;
        margin: 0 4%;
    }
    section.maintenance_1 p.desc {
        text-align: center;
        font-size: 1.1em;
        margin-top: 10px;
    }
    .sp_none {
        display: none;
    }
    section.maintenance_1 ul li .video_right h3 {
        margin: 2% 0 4%;
    }
    section.maintenance_2 .main_text_1 {
        margin-right: 2%;
        margin-left: 2%;
    }
}
