@charset "utf-8";

#maintenance .txtBold{
    font-weight: bold;
}
#maintenance .txtRed{
    color:#d7000f;
}
#maintenance .txtYellow{
    color:#ffff00;
}



#maintenance .topTitle{
    color:#ffffff;
    font-weight: bold;
    margin:30px 0 40px 0;
}
#maintenance .txtTop{
    font-weight: bold;
    color:#333333;
}


@media only screen and (max-width:767px){
    #maintenance .topTitle{
        background:#00395c;
        font-size:1.4em;
        text-align:center;
        padding:20px 0;
    }
    #maintenance .txtTop{
        font-size:1.0em;
        line-height:160%;
    }
}
@media print, screen and (min-width:768px){
    #maintenance .topTitle{
        background:url(../images/bgTitle.png) right top no-repeat;
        min-height:220px;
        font-size:3.2em;
        line-height:120%;
        padding:80px 0 0 30px;
    }

    #maintenance .txtTop{
        font-size:1.2em;
        line-height:160%;
    }
}

/*-----------------
.secWhy
-----------------*/
#maintenance .secWhy{
}
#maintenance .secWhy .titWhy{
    color:#00395c;
    line-height:140%;
    font-weight: bold;
    background:url(../images/bgTitleBottom.png) left bottom repeat-x;
}
#maintenance .secWhy .txtWhy{
    font-size:1.1em;
    line-height:160%;
}


@media only screen and (max-width:767px){
    #maintenance .secWhy{
        padding:20px 0 20px 0;
    }
    #maintenance .secWhy .titWhy{
        font-size:1.2em;
        padding:0 0 10px 0;
        margin:0 0 10px 0;
    }
    #maintenance .secWhy .titWhy .strong{
        font-size:1.3em;
    }
}
@media print, screen and (min-width:768px){
    #maintenance .secWhy{
        padding:40px 0 40px 0;
    }
    #maintenance .secWhy .titWhy{
        font-size:2.8em;
        padding:0 0 20px 0;
        margin:0 0 20px 0;
    }
    #maintenance .secWhy .titWhy .strong{
        font-size:1.5em;
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    #maintenance .secWhy .titWhy{
        font-size:2.0em;
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
}


/*-----------------
.secReason
-----------------*/
#maintenance .secReason{
}
#maintenance .secReason .title01{
    background:#00395c;
    color:#ffffff;
    font-weight: bold;
    text-align: center;
    line-height: 120%;
}
#maintenance .secReason .titArrow{
    border-top: 15px solid #00395c;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    width: 0px;
    height: 0px;
    margin: 0 auto 0px auto;
}
#maintenance .secReason .title02{
    color:#00395c;
    font-weight: bold;
    text-align: center;
    line-height: 120%;
}
#maintenance .secReason .imgReason{
    text-align: center;
}
#maintenance .secReason .txtReason{
    font-weight: bold;
    line-height: 160%;
    margin:0 auto 20px auto;
}


@media only screen and (max-width:767px){
    #maintenance .secReason .title01{
        padding:5px 0;
        font-size:1.5em;
    }
    #maintenance .secReason .title02{
        padding:10px 0;
        font-size:1.8em;
    }
    #maintenance .secReason .imgReason{
        padding:20px 0;
    }
}
@media print, screen and (min-width:768px){
    #maintenance .secReason .title01{
        padding:10px 0;
        font-size:2.8em;
    }
    #maintenance .secReason .title02{
        padding:10px 0;
        font-size:3.8em;
    }
    #maintenance .secReason .imgReason{
        padding:30px 0;
    }
    #maintenance .secReason .txtReason{
        font-size:1.2em;
        width:90%;
        max-width:1000px;
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
    #maintenance .secReason .title01{
        font-size:1.8em;
    }
    #maintenance .secReason .title02{
        padding:10px 0;
        font-size:2.0em;
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    #maintenance .secReason .title01{
        font-size:2.4em;
    }
    #maintenance .secReason .title02{
        padding:10px 0;
        font-size:3.0em;
    }
}


/*-----------------
.secExample
-----------------*/
#maintenance .secExample{
    background:url(../images/bgExample.png) left top repeat;
    border-radius: 20px;
}
#maintenance .secExample .titExample{
    padding:0 0 30px 0;
}
#maintenance .secExample .boxExample{
    position:relative;
    background:#ffffff;
}
#maintenance .secExample .boxTitle{
    background:#b57f42;
    color:#ffffff;
    line-height:120%;
    font-weight: bold;
}
#maintenance .secExample .photoTitle{
    background: #00395c;
    font-weight: bold;
    color:#ffffff;
    font-size:1.2em;
    line-height:140%;
    padding:5px 5px 5px 15px;
}
#maintenance .secExample .photoText{
    padding:10px 0 0 0;
    line-height:160%;
}
#maintenance .secExample .boxInfo{
    padding:10px 0 0 0;
}
#maintenance .secExample .boxInfo .subTitle{
    background:#e6ebef;
    color:#00395c;
    font-size:1.2em;
    font-weight: bold;
    padding:5px 5px 5px 10px;
}
#maintenance .secExample .boxInfo .subText{
    border:solid 2px #e6ebef;
    border-top:none;
    padding:10px;
}
#maintenance .secExample .boxDanger{
    background: #d7000f;
    color:#ffffff;
    font-weight: bold;
    text-align:center;
    line-height: 120%;
    padding:8px 0 8px 0;
    margin:20px 0 0 0;
}
#maintenance .secExample .titPhoto01{
    background:#ffffff;
    color:#00395c;
    text-align: center;
    font-weight: bold;
    font-size:1.8em;
    line-height:120%;
    padding:5px 0;
}
#maintenance .secExample .titPhoto02{
    background:#00395c;
    color:#ffffff;
    text-align: center;
    font-weight: bold;
    font-size:1.8em;
    line-height:120%;
    padding:5px 0;
}


@media only screen and (max-width:767px){
    #maintenance .secExample{
        padding:10px;
    }
    #maintenance .secExample .titExample{
        padding-bottom:10px;
    }
    #maintenance .secExample .boxExample{
        padding:0 0 10px 0;
    }
    #maintenance .secExample .boxTitle{
        text-align:center;
        padding:10px;
        font-size:1.4em;
    }
    #maintenance .secExample .photoText{
        padding:10px 10px 20px 10px;
    }

    #maintenance .secExample .boxInfo{
        margin:0px 10px 0px 10px;
    }
    #maintenance .secExample .boxInfo .subTitle{
        font-size:1.0em;
    }
    #maintenance .secExample .boxInfo .subText{
        border:solid 4px #e6ebef;
        border-top:none;
    }
    #maintenance .secExample .boxDanger{
        margin:10px 10px 0 10px;
        font-size:1.2em;
    }
    #maintenance .secExample .titPhoto01{
        font-size:1.1em;
    }
    #maintenance .secExample .titPhoto02{
        font-size:1.1em;
    }
    #maintenance .secExample .txtProblem{
        background: #ffffff;
        font-size:1.1em;
        padding:0 10px 10px 10px;
        font-weight: bold;
    }
    #maintenance .secExample .imgArrowSp{
        text-align:center;
        padding:10px 0;
    }
}
@media print, screen and (min-width:768px){
    #maintenance .secExample{
        padding:30px 30px 0px 40px;
        width:90%;
        margin: 0 auto;
        max-width:1000px;
    }
    #maintenance .secExample .boxExample{
        padding:50px 25px 25px 25px;
        margin:0 0 40px 0;
    }
    #maintenance .secExample .boxTitle{
        display: inline-block;
        position: absolute;
        padding:10px;
        font-size:1.4em;
        left:-10px;
        top:-10px;
    }
    #maintenance .secExample .photoText{
        font-size:1.1em;
    }
    #maintenance .secExample .boxDanger{
        font-size:1.8em;
    }
    #maintenance .secExample .boxArrow{
        background:url(../images/photoArrow.png) 46% center no-repeat;
        margin:0 0 20px 0;
    }
    #maintenance .secExample .imgArrowSp{
        display: none;
    }
}

@media only screen and (min-width:768px) and (max-width:991px){
    #maintenance .secExample .titPhoto01{
        font-size:1.1em;
    }
    #maintenance .secExample .titPhoto02{
        font-size:1.1em;
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    #maintenance .secExample .titPhoto01{
        font-size:1.4em;
    }
    #maintenance .secExample .titPhoto02{
        font-size:1.4em;
    }
}


#maintenance .arrowFlow{
    text-align:center;
    padding:20px 0 30px 0;
}

/*-----------------
.secTime
-----------------*/
#maintenance .secTime{
    background:#00395c;
}
#maintenance .secTime .titTimeArea{
    padding:30px 0 20px 0;
}
#maintenance .secTime .title01{
    font-weight: bold;
    line-height: 140%;
    color:#ffffff;
}
#maintenance .secTime .title02{
    font-weight: bold;
    line-height: 140%;
    color:#ffffff;
    padding:20px 0 0 0;
}



#maintenance .secTime .boxTimeFlow{
    margin:30px 0 0 0;
    background:#f7f7f7;
    border-radius:10px;
    padding: 20px 30px;	
}
#maintenance .secTime .titYear{
    line-height:150%;
    font-size:1.5em;
    text-align:left;
    color:#00395c;
    background:url(../images/icoHouseYear01.png);
    background-position:0% 50%;	
    background-repeat:no-repeat;
    
    font-weight:bold;
    font-size:1.4em;
}
#maintenance .secTime .titYear.year15{
    background:url(../images/icoHouseYear02.png);
    background-position:0% 50%;	
    background-repeat:no-repeat; 
}
#maintenance .secTime .titYear.year20{
    background:url(../images/icoHouseYear03.png);
    background-position:0% 50%;	
    background-repeat:no-repeat; 
}
#maintenance .secTime .titYear .strong{
    font-size:1.4em;
}
#maintenance .secTime .titYear .txtMiddle{
    font-size:1.2em;
}

#maintenance .secTime .btnContact{
    margin:20px 20px 0px 20px;
    padding: 15px 0px;	
    font-size:1.2em;
    color:#ffffff;
    background:#b57f42;		
    text-align:center;
    border-radius:5px;
    font-weight: bold;
    display: block;
}
#maintenance .secTime .btnContact.btnPerson{
    position: relative;
    z-index:10;
}
#maintenance .secTime .btnContact:hover{
    -webkit-filter: brightness(1.2);
    -moz-filter: brightness(1.2);
    -o-filter: brightness(1.2);
    -ms-filter: brightness(1.2);
    filter: brightness(1.2);
    text-decoration: none;
}
#maintenance .secTime .imgPerson{
    display: none;
}


.mennte-line9-hline{
    margin:5px 0px 15px 0px;
    height:5px;
    background:url(../images/bgTitleBottom.png) left bottom repeat-x;
}

.mennte-line9-textb1{
    padding: 5px 0px 5px 0px;	
    line-height:100%;
    font-weight:bold;	
    font-size:1.3em;
    color:#000000;	
    text-align:left;	
}



@media only screen and (max-width:767px){
    #maintenance .secTime{
        padding-bottom:15px;
    }
    #maintenance .secTime .titTimeArea{
        padding:30px 10px 0px 10px;
    }
    #maintenance .secTime .title01{
        font-size:1.4em;
    }
    #maintenance .secTime .title02{
        font-size:1.0em;
    }
    
    #maintenance .secTime .boxTimeFlow{
        width:90%;
        margin:30px auto 0 auto;
        padding:10px;
    }
    #maintenance .secTime .titYear{
        padding: 20px 0px 20px 100px;
        font-size:1em;
    }
    #maintenance .secTime .btnContact{
        margin:10px 0px 10px 0px;
    }
    .mennte-line9-textb1{
        font-size:1.1em;
    }
}
@media print, screen and (min-width:768px){
    #maintenance .secTime{
        padding:0 15px 15px 15px;
    }
    #maintenance .secTime .title01{
        font-size:2.6em;
    }
    #maintenance .secTime .title02{
        font-size:1.2em;
    }
    #maintenance .secTime .titYear{
        padding: 30px 10px 30px 100px;
        font-size:1.5em;
    }
    #maintenance .secTime .btnContact{
        margin:20px 0px 0px 0px;
    }
    
}
@media only screen and (min-width:768px) and (max-width:991px){
    #maintenance .secTime .title01{
        font-size:1.6em;
    }
    .mennte-line9-textb1{
        font-size:1.0em;
    }
}
@media only screen and (min-width:992px) and (max-width:1199px){
    #maintenance .secTime .title01{
        font-size:1.6em;
    }
    #maintenance .secTime .titYear{
        font-size:1.4em;
    }
}
@media only screen and (min-width:1200px){
    #maintenance .secTime .boxTimeFlow{
        padding-left:50px;
        padding-right:50px;
    }
    #maintenance .secTime .imgPerson{
        display: block;
        position: absolute;
        width:327px;
        height:267px;
        right:-40px;
        bottom:0px;
        z-index:1;
    }
}

/*-----------------
.secFlow
-----------------*/
#maintenance .secFlow{
}
#maintenance .secFlow .txtFlow{
    line-height: 160%;
}
#maintenance .secFlow .btnFlow{
}


@media only screen and (max-width:767px){
    #maintenance .secFlow{
        padding-top:20px;
    }
    #maintenance .secFlow .txtFlow{
        font-size:0.9em;
        padding:20px 0 10px 0;
    }
}
@media print, screen and (min-width:768px){
    #maintenance .secFlow{
        padding-top:30px;
        padding-bottom:40px;
    }
    #maintenance .secFlow .txtFlow{
        max-width:840px;
        padding-bottom:10px;
        font-weight: bold;
    }
}
@media only screen and (min-width:768px) and (max-width:991px){
}
@media only screen and (min-width:992px) and (max-width:1199px){
}
@media only screen and (min-width:1200px){
    #maintenance .secFlow .txtFlow{
        font-size:1.2em;
    }
}

