@charset "utf-8";
/* CSS Document */

.bannerPage {
    background-image: url(../img/report/banner.png);
    background-position: center center;
}

.grid-1160 {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.Text-tal-c {
    text-align: center;
    padding: 70px 0;
}

.Text-tal-c span {
    line-height: 175%;
    font-size: 16px;
    text-align: center;
}

.TitleReport {
    margin-bottom: 65px;
}

.TitleReport span {
    display: block;
    background: url(../img/report/report-bg-01.png) no-repeat;
    padding: 17px 24px;
    border-bottom: none;
    font-size: 18px;
    color: #083459;
}

.ReBoxLeft {
    text-align: center;
    width: 29.3%;
    float: left;
    margin-left: 2%;
    margin-right: 6.6%;
    position: relative;
    opacity: 1;
    transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    -moz-transition: ease all 0.35s;
    -ms-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
}
.ReBoxLeft:hover{
    opacity: 0.7;
}
.ReBoxLeft a{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.ReBoxLeft span {
    display: block;
    margin-top: 25px;
    font-size: 15px;
}

.ReBoxLeft .img-find {
    margin-top: 13px;
}

.ReBoxRight {
    width: 62%;
    float: left;
    padding-top: 10px;
}

.ReBoxImg ul li {
    display: inline-block;
}

.ReBoxRight .ReBoxTile {
    font-size: 24px;
    color: #083459;
    padding-left: 28px;
    background: url(../img/report/report-bg-02.png) repeat-x;
    background-position: bottom center;
    max-width: 566px;
    padding-bottom: 17px;
}
span.reFz18{
    font-size: 18px;
    letter-spacing: -0.5px;
    display: inline-block;
}

.ReBoxText {
    margin-top: 45px;
    line-height: 175%;
    padding-left: 28px;
}

.ReBoxImg {
    margin-top: 65px;
}

.ReportBox:last-child {
    margin-top: 75px;
}
.rpContent01{
    padding-top: 70px;
}
.TitleReport-17 span {
    font-size: 17px;
    line-height: 116.7%;
    display: block;
    padding: 6px 24px;
    max-width: 220px;
    text-align: center;
}

.ReportBoxText {
    text-align: center;
}

.ReportBoxText span {
    line-height: 175%;
    font-size: 16px;
    padding: 55px 0;
    display: block;
}

.ReportBox:last-child .TitleReport {
    background: url(../img/report/report-bg-01.png) no-repeat;
    margin-bottom: 0;
}

.ReportBoxItem {
    padding: 0 58px;
}
.ReportBoxItem ul{
    font-size: 0;
}

.ReportBoxItem ul li {
    display: inline-block;
    width: 26.628%;
    margin-right: 10.058%;
}

.ReportBoxItem ul li:last-child {
    margin-right: 0;
}

.ReportBoxItem .ReportBoxImg {
    padding-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.ReportBoxButton {
    margin: 115px 0 65px 0;
    /* padding-left: 182px;
    padding-right: 136px; */
    padding-left: 285px;
}

.ReportBoxButton ul li {
    display: inline-block;
    padding-right: 150px;
}

.ReportBoxButton ul li:last-child {
    padding-right: 0;
}

.rpContent01{
    border-top: 1px solid rgba(8, 52, 89, 0.25);
}

.grid-1050{
    max-width: 1050px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.rp01Rows{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.rp01Item{
    width: 26.952%;
    margin-right: 9.572%;
    margin-bottom: 7%;
    text-align: center;
    position: relative;
    opacity: 1;
    transition: ease all 0.35s;
    -webkit-transition: ease all 0.35s;
    -moz-transition: ease all 0.35s;
    -ms-transition: ease all 0.35s;
    -o-transition: ease all 0.35s;
}
.rp01Item:hover{
    opacity: 0.7;
}
.rp01Item a{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.rp01Item:nth-child(3n){
    margin-right: 0;
}
.rp01Item span{
    display: block;
}
span.rpTt{
  font-size: 23px;
  color: #083459;  
  line-height: 230%;
  padding-top: 15px;
}
span.rpTt.mush{
	letter-spacing: -2px;
}

span.rpTt_16{
  font-size: 16px;
  color: #083459;  
  line-height: 230%;
  padding-top: 15px;
}
span.rpTt_16.mush{
	letter-spacing: -2px;
}

span.rpTt_15{
  font-size: 15px;
  color: #083459;  
  padding-top: 8px;
}
span.rpTt_15.mush{
	letter-spacing: -2px;
}

span.rpIntro{
    font-size: 18px;
    line-height: 155%;
    color: #083459;
    min-height: 55px;
    letter-spacing: -0.5px;
}
span.rpIntro.mush{
	font-size: 17px;
	letter-spacing: -0.1em;	
}



span.rpBtn{
    font-size: 15px;
    color: #000000;
    line-height: 170%;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 8px;
}

@media screen and (max-width:767px) {
    /* css report */
    .grid-1160 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .ReBoxText {
        margin-top: 25px;
    }
    .ReBoxImg {
        margin-top: 25px;
    }
    .ReBoxLeft {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .ReBoxRight{
        width: 100%;
        margin-top: 20px;
    }
    .TitleReport {
        margin-bottom: 25px;
    }
    .ReportBox:last-child {
        margin-top: 40px;
    }
    .ReportBoxText span {
        padding: 25px 0;
        font-size: 14px;
    }
    .ReportBoxText span br{
        display: none;
    }
    .ReportBoxItem ul li {
        width: 100%;
        margin-right: 0;
    }
    .ReportBoxButton ul li {
        display: block;
        padding-right: 0;
        text-align: center;
    }
    .ReportBoxButton ul li:last-child{
        padding-top: 20px;
    }
    .ReportBoxButton {
        margin: 25px 0;
        padding-left: 25px;
        padding-right: 25px;
    }
    .Text-tal-c {
        text-align: center;
        padding: 25px 0;
    }
    .ReportBoxItem li {
        margin-bottom: 25px;
    }
    .ReportBoxItem li img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .Text-tal-c span{
        font-size: 14px;
    }
    .Text-tal-c span br{
        display: none;
    }
    .ReBoxLeft span{
        font-size: 14px;
    }
    .ReBoxRight .ReBoxTile{
        margin: 0 auto;
        font-size: 18px;
        line-height: 160%;
    }
    .ReBoxText{
        font-size: 14px;
    }
    .ReBoxText br{
        display: none;
    }
    span.reFz18{
        font-size: 14px;
    }
    .rp01Item{
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .rp01Item:last-child{
        margin-bottom: 0;
    }
    .ReBoxImg ul li{
        float: left;
        width: 100%;
        text-align: center;
    }
    .ReBoxImg ul li:not(:first-child){
        padding-top: 20px;
    }
}
@media screen and (max-width:580px) {
    span.rpTt{
        font-size: 20px;
    }
    span.rpTt_16{
        font-size: 14px;
    }
	span.rpTt_16{
        font-size: 13px;
    }
    span.rpIntro{
        font-size: 15px;
        min-height: auto;
    }
span.rpIntro.mush{
	font-size: 15px;
}	
	
	
    span.rpBtn{
        font-size: 13px;
    }
}
@media screen and (max-width:460px) {
    .ReBoxLeft {
        width: 100%;
        margin-left: 0%;
        margin-right: 0%;
    }
    .ReBoxRight {
        width: 100%;
        float: left;
        margin-top: 25px;
    }
    .ReBoxImg ul li {
        width: 100%;
        float: left;
        /* margin-bottom: 20px; */
    }
    .ReBoxImg ul li img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    .ReportBoxButton ul li {
        /* padding-bottom: 20px; */
        width: 100%;
        padding-right: 0;
    }
    .ReportBoxButton ul li img {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}
/* End css report */


/* 追加 */

.tab-wrap {
    display: flex;
    flex-wrap: wrap;
}
.tab-label {
    background: #FFFFFF;
    margin-right: 3px;
    /*padding: 3px 12px;*/
    order: -1;	
	display: block;
	padding: 17px 24px;
	border-bottom: none;
	font-size: 18px;
	color: #000000;
	border: solid #083459 1px;
	border-bottom: 0;
}
.tab-label span {
	font-weight: normal;
}

.tab-content {
    width: 100%;
    display: none;
	border-top: solid #083459 1px;
	padding-top: 80px;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
    background: #FFFFFF;
	color: #083459;
	
}
.tab-switch:checked+.tab-label+.tab-content {
     display: block;
}
/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}
.mrbot_100 {
	margin-bottom: 100px;
}


@media screen and (max-width:767px) {

.tab-label {
    margin-right: 0;
	padding: 10px 16px;
	border-bottom: none;
	font-size: 14px;
}	
	
	
}
