@charset "utf-8";

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

content

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


.lowerPage.report #content #page_mv {
    background: url(/files/img/report/mv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
}

.sec_tit.box_tit {
	color: #fff;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.31;
    max-width: 1073px;
}

.sec_01 .sec_tit.box_tit {
	background: #C31B48;
}
.sec_02 .inner {
    padding-bottom: 60px;
}
.sec_02 .sec_tit.box_tit {
	background: #1A50B9;
    max-width: 950px;
}
.sec_03 .inner {
    padding-top: 55px;
}
.sec_03 .sec_tit.box_tit {
	background: #49A85C;
    max-width: 950px;
}

.sec_01 .sec_read,
.sec_02 .sec_read,
.sec_03 .sec_read{
  color: #27517B;
  margin-top: 40px;  
}

.leftBarText {
    color: #27517B;
    margin-top: 54px;
    border-left: 10px solid #27517B;
    font-size: 200%;
    line-height: 1.357;
    padding: 3px 10px 3px 30px;
}
.sec_03 .estimation {
    margin-top: 120px;
}

@media screen and (max-width:1360px){
    .leftBarText {
        font-size: 150%;
    }
}
@media screen and (max-width:960px){
.sec_read .pc {
    display: none;
}
}

@media screen and (max-width:767px){
    .sec_tit.box_tit {
        margin-top: 0;
        padding: 10px;
        margin-bottom: 12px;
    }
    .sec_01 .sec_read, .sec_02 .sec_read, .sec_03 .sec_read {
        margin-top: 0px;
        font-size: 115%;
    }
    .sec_03 .estimation {
        margin-top: 40px;
        margin-bottom: 50px;
    }
    .lowerPage .leftBarText {
        margin-top: 10px;
        border-left: 3px solid #27517B;
        font-size: 108%;
        line-height: 1.666;
        padding: 3px 10px 3px 10px;
        text-align: justify;
    }
    
    .lowerPage .sec_02 .sec_read + .leftBarText {
        margin-top: 40px;        
    }

}


/* IE11に指定するスタイルを記入 */

_:-ms-input-placeholder, :root .sec_tit.box_tit{padding-top: 28px;}
@media screen and (max-width:1360px){
    _:-ms-input-placeholder, :root .sec_tit.box_tit{padding-top: 18px;}
}