

body main#main{
    background-color: #13417A;
}
section{
    background-color: #FFF;
}
#main .mainVisual {
	margin-bottom: 0;
}
#main .note{
    border: 1px solid #000;
    padding: 30px 4% 20px;
    position: relative;
}
#main .note::after{
    content: '';
    display: block;
    width: 13%;
    max-width: 110px;
    min-width: 75px;
    height: 100px;
    background: url('./../images/quo.png') no-repeat;
    background-size: contain;
    position: absolute;
    top: 12px;
    right: 12px;
}
#main .note .textBox{
    width: 100%;
    position: relative;
}
#main .note .textBox .headLine04{
    display: block;
    position: relative;
    padding-right: 120px;
}
/*
#main .note .textBox .headLine04::after{
    content: '';
    display: block;
    width: 110px;
    height: 100px;
    background: url('./../images/quo.png') 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: -12px;
    right: -10px;
}
*/
#main .note a, #main .quoteBox a{
    color: #000;
    text-decoration: underline;
}
#main .note a:hover{
    opacity: 0.5!important;
}

.headLine01, .headLine02, .content, .bgBox, .bgBox-light{
    color: #000!important;
}
#main .headLine02::before {
    background: #000;
}

#main .resultsSummary{
    background-color: #13417A;
    color: #FFF;
}
#main .resultsSummary ul .top, #main .resultsSummary p.top_l {
    color: #FFF;
}
#main .resultsSummary ul .top, #main .resultsSummary .headLine01{
    color: #FFF!important;
}
#main img.img_shadow {
    box-shadow: 12px 12px rgba(19, 65, 122, 1);
}
.imgBox_l, #main .topInterview .imgBox.imgBox_l {
    margin: 80px auto 0;
}
#main .reason {
    padding: 40px 0;
}
.bgBox-light{
    background-color: #EDEEF0!important;
    padding: 40px;
    margin-top: 80px;
}
.bgBox-light .imgBox{
    width: 100%!important;
    max-width: 1212px;
    margin: 0 auto!important;
}
.bgBox-light .imgBox.reason{
    padding: 0!important;
}
.bgBox-light .imgBox.reason .row-reverse{
    margin-left: 0!important;
    margin-top: 0;
    gap: 4%
}
.bgBox-light .imgBox.reason .row-reverse .textBox{
    width: 52%;
    margin-top: 0;
    padding-left: 0!important;
}
.bgBox-light .imgBox.reason .row-reverse .photoBox{
    flex: 1;
    padding-left: 0!important;
    margin-left: 0!important;
}

.bgBox-light .imgBox.reason .reason_title{
    font-size: 24px;
    font-family: 'Noto Serif JP', serif;
}
.bgBox-light .imgBox.reason .ncsf-logo img {
    max-width: 450px;
    height: auto;
}
.photoList{
    width: 100%;
    justify-content: space-between;
    flex-grow: 1;
    gap: 2.8%;
}
.photoList > *{
    flex: 1;
}
.photoList > * > .caption{
    font-size: 15px;
    margin: 10px 1% 0;
}
.photoList > * > dd{
    width: 100%;
}

.bgBox-light .clBox{
    width: 92%;
    min-width: auto;
    margin: auto;
    padding: 50px 4% 60px;
    background: #FFF;
}
.bgBox-light .clBox .imgttl{
    margin-top: 0;
}
.bgBox-light .clBox img{
    display: block;
    width: 96%;
    max-width: 850px;
    margin: auto;
}
.bgBox-light .clBox .textBox{
    margin-top: 40px;
}


.quoteBox{
    border-left: 2px solid #CCCDD0;
    padding-left: 25px;
    position: relative;
}
.quoteBox::after{
    content: '';
    width: 60px;
    height: 42px;
    background: url('./../images/quote-left-solid.svg') 0 0 no-repeat;
    background-size: contain;
    position: relative;
    top: 0;
    left: 0;
}
.quoteBox .textBox{
    flex: 1;
    padding-top: 20px;
}
.quoteBox .photoBox{
    max-width: 220px;
    margin: auto;
    padding-top: 20px;
}
#main .resultsSummary {
	padding: 90px 0 60px;
	background: url('https://www.gsx.co.jp/ir/letter/images/pc/gsx_report/bg02.png') no-repeat center top / 100% auto;
}

.img-strategy{
    width: 100%!important;
    max-width: 880px!important;
    margin-left: auto!important;
    margin-right: auto!important;
}
.img-service{
    width: 100%!important;
    max-width: 917px!important;
    margin-left: auto!important;
    margin-right: auto!important;
}
.img-fund{
    width: 100%!important;
    max-width: 831px!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

@media (min-width: 1440px) {
    body {
        min-width: 1400px;
        /* 各所共通 */
    }
}
@media (min-width: 767.1px) {
    #main .topInterview {
        margin: -5px 0 0;
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .bgBox-light .imgBox.reason .row-reverse .textBox{
        width: 52%!important;
    }
    .textBox_office{
        padding-bottom: 40px;
    }
}
@media (max-width: 767px) {
    .headLine04{
        font-size: 17px;
    }
    #main .topInterview {
        margin-bottom: 0;
        margin-top: 0;
        padding-top: 50px;
        padding-bottom: 30px;
    }
    #main img.img_shadow {
        box-shadow: none;
        width: 100%;
    }
    .bgBox-light{
        padding: 4%;
        margin-top: 30px;
    }
    .bgBox-light .clBox .text{
        margin-top: 40px;
        text-align: center;
    }
    #main figure figcaption {
        margin-bottom: 0;
    }
    .bgBox-light .imgBox.reason .reason_title{
        font-size: 18px;
    }
    .bgBox-light .imgBox.reason .row-reverse{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse!important;
    }
    .bgBox-light .imgBox.reason .row-reverse .textBox{
        margin-bottom: 30px;
    }
    .textBox.textBox_office{
        padding-right: 0!important;
    }
    .textBox.textBox_office p{
        padding-right: 20px!important;
        padding-left: 20px!important;
    }
    .quoteBox{
        border-left: 1px solid #CCCDD0;
        padding-left: 10px;
    }
    .quoteBox::after{
        content: '';
        width: 40px;
        height: 30px;
    }
    .quoteBox .textBox{
        padding-right: 0!important;
        margin-top: 20px!important;
        margin-bottom: 0!important;
        margin-left: 20px;
    }
    .quoteBox .photoBox{
        max-width: 220px;
        margin: auto;
    }
    .quoteBox .photoBox img{
        margin-left: 20px;
    }
    .comment_title{
        font-size: 17px;
    }
    #main .note{
        margin-left: 20px;
        margin-right: 20px;
    }
    #main .note .textBox .headLine04{
        padding-right: 0;
    }
    #main .note::after{
        background-position: right bottom;
        top: 0;
        right: 12px;
        bottom: 12px;
        margin-top: auto;
    }
    .photoList > * > .caption{
        font-size: 12px;
        margin-bottom: 20px;
    }
}

.mt0{
    margin-top: 0!important;
}
.mb70{
    margin-bottom: 70px!important;
}
.mb30{
    margin-bottom: 30px!important;
}

.mt20{
    margin-top: 20px!important;
}

@media (max-width: 767px) {
    .mb70{
        margin-bottom: 50px!important;
    }
}

.pt0{
    padding-top: 0!important;
}
.pb0{
    padding-bottom: 0!important;
}
.al-left{
    text-align: left!important;
}
.al-center{
    text-align: center!important;
}
.centerImg{
    text-align: center;
}
.centerImg img{
    width: 100%;
    max-width: 633px;
}
