@charset "utf-8";

.corp-text{
    line-height:1.8;
}
.booklet-img{
    display:block;
}
.booklet-img img{
    width:100%;
    height:auto;
}
.content-img img{
    width:100%;
    height:auto;
}
.content-year{
    font-weight:bold;
    color:#222222;
}
.content-title{
    font-weight:bold;
    color:#222222;
}
@media screen and (min-width:768px){
    .container.es{
        max-width:1050px;
    }
    .corp-wrap{
        display:flex;
        width:100%;
        margin-bottom: 100px;
    }
    .corp-text__wrap{
        width:calc(100% - 343px);
        margin-right: 40px;

    }
    .corp-text{
        width:100%;
        margin-bottom: 22px;
    }
    .booklet-img{
        width:303px;
        transition:.1s linear;
    }

    .booklet-img:hover{
        opacity:0.75;
    }
    .mod-h2.pdf{
        margin-top: 104px;
    }
    .mod-h2.dl{
        margin-top: 100px;
    }
    .mod-h2.report{
        margin-top: 108px;
    }
    .mod-link--text.pdf{
        margin-bottom: 23px;
        line-height:1.5;
    }
    .arrow-sm::after{
        top:9px;
    }
    .mod-list--advertisement--image figure{
        width:117px;
    }

    .report-contents__wrap{
        display:flex;
        flex-wrap:wrap;
        width:100%;
        border-bottom:1px solid #e6e6e6;
    }

    .report-contents__wrap .content{
        width:33%;
        padding-bottom: 41px;
        margin-bottom: 40px;
        border-bottom:1px solid #e6e6e6;
    }
    .report-contents__wrap .content.last{
        width:33%;
        padding-bottom: 41px;
        margin-bottom:0;
        border-bottom:none;
    }
    .content-img{
        display:block;
        width:117px;
        transition:.1s linear;
    }
    .content-img:hover{
       opacity:0.75;
    }

    .mod-link--text.pdf a:hover {
        text-decoration: underline;
    }
    .content-year{
        margin-top: 15px;
        font-size: 18px;

    }
    .content-title{
        margin-bottom: 24px;
        font-size: 18px;
    }
    .mod-link--text.capacity{
        margin-top: 10px;
        margin-bottom: 0px;
    }
    .mod-link--text.capacity a:hover {
        text-decoration: underline;
    }

}

@media screen and (max-width:767px){
    .corp-text{
        width:100%;
        margin-bottom: 22px;
    }
    .booklet-img{
        width:61%;
        margin:44px auto 53px;
    }

    .mod-h2.pdf{
        margin-top: 55px;
    }
    .mod-h2.dl{
        margin-top: 55px;
    }
    .mod-link--text.pdf{
        margin-bottom: 19px;
        line-height:1.5;
    }
    .report-contents__wrap{
        width:100%;
    }

    .report-contents__wrap .content{
        width:100%;
        display: flex;
        padding-bottom:20px;
        margin-bottom: 20px;
        border-bottom:1px solid #e6e6e6;
    }
    .content-img{
        width:18%;
        margin-right: 20px;
        display:block;
    }
    .content-text{
        width:calc(82% - 20px);
    }
    .content-year{
        font-size:16px;
    }
    .content-title{
        font-size:16px;
        margin-bottom: 19px;
    }
    .content .mod-link--text.pdf{
        margin-bottom: 10px;
        font-size:13px;

    }
    .single .under .mod-h2.report {
        margin-top: 50px;
    }
    .arrow-sm::after {
        background: url(/cmn/img/arrow-sm.svg) no-repeat;
        width: 14px;
        height: 4px;
        top: 6px;
    }
}

/*
  追加
------------------------------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
    .addTTl {
        margin-top: 100px;
    }
}
@media only screen and (max-width: 767px) {
    .addTTl {
        margin-top: 55px;
    }
}
@media print, screen and (min-width: 768px) {
    .subTtl {
        display: inline-block;
        margin-left: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .subTtl {
        display: block;
        margin: 5px 0;
    }
}
@media print, screen and (min-width: 768px) {
    .mod-h1 .subTtl {
        font-size: 22px;
    }
}
@media only screen and (max-width: 767px) {
    .mod-h1 .subTtl {
        font-size: 16px;
    }
}
@media print, screen and (min-width: 768px) {
    .mod-h2 .subTtl {
        font-size: 16px;
    }
}
@media only screen and (max-width: 767px) {
    .mod-h2 .subTtl {
        font-size: 14px;
    }
}

.esreport_imgLink {
    text-align: center;
}
.esreport_imgLink-img img {
    max-width: 100%;
}
@media print, screen and (min-width: 768px) {
    .esreport_imgLink {
        margin-top: 80px;
    }
}
@media only screen and (max-width: 767px) {
    .esreport_imgLink {
        margin-top: 40px;
    }
}
@media print, screen and (min-width: 768px) {
    .esreport_imgLink-link {
        margin-top: 20px;
    }
}
@media only screen and (max-width: 767px) {
    .esreport_imgLink-link {
        margin-top: 15px;
    }
}
@media print, screen and (min-width: 768px) {
    .esreport_imgLink-link .arrow-sm::after {
        top: 6px;
    }
}

@media print, screen and (min-width: 768px) {
    .under .csr_lead {
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
        margin-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .under .csr_lead {
        margin-top: 40px;
    }
}

@media print, screen and (min-width: 768px) {
    .under .csr_lead [class^="csr__titleLink"] {
        flex: 1;
    }
}


@media print, screen and (min-width: 768px) {
    .under .csr_lead [class^="csr__titleLink"] + [class^="csr__titleLink"] {
        margin-left: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .under .csr_lead [class^="csr__titleLink"] + [class^="csr__titleLink"] {
        margin-top: 20px;
    }
}

.under [class^="csr__titleLink"] > a {
    padding-bottom: 7px;
    letter-spacing: .04em;
    display: block;
}

@media print, screen and (min-width: 768px) {
    .under [class^="csr__titleLink"] > a {
        min-width: 250px;
        padding-right: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .under [class^="csr__titleLink"] > a {
        min-width: 170px;
        padding-right: 30px;
    }
}

@media print, screen and (min-width: 768px) {
    .under [class^="csr__titleLink"] > a::after {
        top: 23px;
    }
}

@media only screen and (max-width: 767px) {
    .under [class^="csr__titleLink"] > a::after {
        top: 13px;
    }
}

.under .csr__titleLink01 > a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

@media print, screen and (min-width: 768px) {
    .under .csr__titleLink01 > a {
      font-size: 38px;
    }
}

@media only screen and (max-width: 767px) {
    .under .csr__titleLink01 > a {
      font-size: 25px;
    }
}

.under .csr__titleLink01 > a span {
  display: inline-block;
  vertical-align: baseline;
  color: #848484;
  margin-right: 25px;
}

@media print, screen and (min-width: 768px) {
  .under .csr__titleLink01 > a span {
    font-size: 16px;
    margin-left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .under .csr__titleLink01 > a span {
    font-size: 13px;
    margin-left: 5px;
  }
}

@media print, screen and (min-width: 768px) {
    .under .csr__titleLink02 > a {
      font-size: 28px;
      padding-top: 10px;
    }
}

@media only screen and (max-width: 767px) {
    .under .csr__titleLink02 > a {
      font-size: 20px;
    }
}
