@charset "utf-8";

/* 
common
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

/* ページタイトル */
main .pagetitle_head .text {
    line-height: 1.6;
    font-size: 12px;
}

.area01 .pagetitle_head .tit_wrap {
    border-bottom: none;
    padding: 50px 0 70px;
}

main .pagetitle_head .text {
    text-align: center;
    margin: 0 auto;
    letter-spacing: 0.05em;
    line-height: 2.0em;
    font-size: 20px;
    padding: 0;
}

/* レイアウト */
.ray-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ray-column-2 {
    width: 49%;
    overflow: hidden;
}

.row-reverse {
    flex-flow: row-reverse;
}

/* 画像 */
figure img {
    width: 100%;
}

img {
    vertical-align: bottom;
}

/* テーブル */
table {
    border-collapse: separate;
}

.table01 {
    margin-top: 2%;
}

.table01 table {
    border-top: 1px solid #DBDBDB;
    ;
}

.table01 table th {
    background: none;
    text-align: left;
    background: #EDF6F4;
}

.table01 table td {
    text-align: left;
}

.inner02 .text {
    font-size: 16px;
    line-height: 1.9;
    margin-bottom: 15px;
    text-align: justify;
}

p {
    text-align: justify;
}

/* テキスト書式 */
.indent01 {
    text-indent: -1em;
    padding-left: 1em;
    line-height: 2.5;
    font-size: 16px;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}

small {
  font-size: 80%;
}

/* 余白 */
.bottom01 {
    margin-bottom: 100px;
}

.bottom03 {
    margin-bottom: 40px;
}

/* 見出し */
.head02 {
    margin-top: 60px;
}

.head03 {
    margin: 50px 0px 10px 0px;
}

.head04 {
    font-size: 16px;
}

/* ボタン */
.btn-wrapper {
    margin-top: 30px;
}

.btn03 {
    display: inline-block;
    width: 350px;
    margin-bottom: 10px;
    color: #078247;
    letter-spacing: 2px;
}

.btn03 a {
    padding-left: 0;
}

/* リスト */
ul.style-ul li {
    position: relative;
    padding-left: 20px;
    font-size: 16px;
    margin-top: 15px;
}

ul.style-ul li::before {
    content: "";
    display: block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #9ca09e;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(-50%, -50%);
}

p.style-description {
   font-size: 16px;
   text-indent: -1em;
   padding-left: 2em;
}

ul.style-description-ul li {
    position: relative;
    padding-left: 20px;
    font-size: 17px;
    margin-top: 15px;
}

ul.style-description-ul li::before {
    content: "";
    display: block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #9ca09e;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translate(-50%, -50%);
}

/* 水色ボックス */
.area02 {
    background: #edf6f4;
    padding: 30px;
}

/* フッター部ページナビ */
.area01.pagelink {
    padding: 50px 0 60px;
    background: url(../img/page_nav_bg.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: cover !important;
    background-position: center top;
}

.area01 .pagetitle_head .tit_wrap {
    border-bottom: none;
    padding: 50px 0 70px;
}

.area01 .pagetitle_head .tit_wrap {
    border-bottom: none;
    padding: 50px 0 70px;
}

/* 見出しスタイル */
.style-header-1 {
    font-size: 1.2rem;
    margin-bottom: 30px;
    border-bottom: 1px solid #078247;
    padding: 0 0 4px 23px;
    position: relative;
    text-align: left;
}

.style-header-2 {
    font-size: 20px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    letter-spacing: .1em;
}

.style-header-2 span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    padding: 0 50px;
    background: #edf6f4;
    z-index: 99;
}

.style-header-2::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #078247;
}

.style-header-2 span::before,
.style-header-2 span::after {
    content: "";
    display: block;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: #078247;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.style-header-2 span::before {
    left: -4px;
}

.style-header-2 span::after {
    right: -4px;
}

.style-header-3 {
    width: fit-content;
    padding: 3px 15px;
    color: #fff;
    letter-spacing: .1em;
}

.style-header-4 {
    position: relative;
    padding-left: 17px;
    font-size: 16px;
    margin-top: 15px;
}

.style-header-4:first-of-type {
    margin-top: 0;
}

.style-header-4::before {
    content: "";
    display: block;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    background-color: #039751;
    position: absolute;
    top: 50%;
    left: 6px;
    transform: translate(-50%, -50%);
}


@media (max-width: 960px) {
    .bottom01 {
        font-size: 12px;
        margin-bottom: 40px;
    }

    .style-header-2 span {
        width: 50%;
        font-size: 16px;
        letter-spacing: 0;
    }

    .style-header-2 {
        margin-bottom: 5px;
    }

    .area01 .pagetitle_head .tit_wrap {
        padding: 0px 0 45px;
    }
}


@media (max-width: 550px) {
    .ray-column {
        display: block;
    }

    .ray-column-2 {
        width: 100%;
    }

    .seihin-annnai {
        text-align: center;
        margin-left: 0;
    }

    .style-header-1 {
        margin-bottom: 20px;
        border-bottom: 1px solid #078247;
        padding: 0 0 4px 0;
        color: #054c2a;
    }
    .style-header-2 span {
        width: 80%;
    }
    .area02 {
        padding: 20px;
    }

    .pagelink {
        padding: 5px 0px 40px 0px;
    }

}

/* 
utility
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.pc-only {
    display: block;
}

.sp-only {
    display: none;
}

.tablet-only {
    display: none;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb25 {
    margin-bottom: 25px !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.mb35 {
    margin-bottom: 35px !important;
}

.mb40 {
    margin-bottom: 40px !important;
}

.p95 {
    width: 95% !important;
}

.p90 {
    width: 90% !important;
}

.p85 {
    width: 85% !important;
}

.p80 {
    width: 80% !important;
}

.tar {
    text-align: right !important;
}

.tal {
    text-align: left !important;
}

.tac {
    text-align: center !important;
}

.fz18 {
    font-size: 18px;
}

.fz20 {
    font-size: 20px;
}


@media (max-width: 550px) {
    .pc-only {
        display: none;
    }

    .sp-only {
        display: block;
    }

}


/* 
index
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* hero */
.heroImage {
    background-image: url(../img/csr-bg.png);
    background-size: cover;
    background-position: bottom;
    padding: 40px 0;
}

.heroImage .heroInner {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.heroImage img {
    width: 100%;
}

.heroImage h1 {
    position: absolute;
    top: 6%;
    left: 2%;
    text-align: left;
    font-size: 38px;
    letter-spacing: 0.3em;
    color: #292928;
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #ffffffb0;
    color: #000;
}

.heroImage h1 span {
    color: #000;
}

.heroImage span.h1green {
    color: #078247;
    font-size: 27px;
}

.h1-catch {
    font-size: 20px;
}



/*  */

@media (max-width: 1100px) {
    .heroImage .heroInner {
        width: 1000px;
    }

}

@media (max-width: 550px) {
    .heroImage .heroInner {
        width: 100%;
    }

    .heroImage {
        background: none;
        padding: 0;
    }

    .heroImage h1 {
        position: absolute;
        top: auto;
        bottom: 6%;
        left: 10%;
        text-align: left;
        font-size: 38px;
        letter-spacing: 0.3em;
        color: #292928;
        font-family: vdl-v7marugothic, sans-serif;
        font-weight: 300;
        font-style: normal;
        text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 30px #fff, 0 0 30px #ffffffb0;
        color: #000;
    }

}



.csrtop-section-index {
    width: 33.3333333333333333333333333%;
}

.csr-index.ray-column {
    margin-bottom: 40px;
}

.csr-index.ray-column section {
    height: 530px;
    position: relative;
    overflow: hidden;
    margin-top: 40px;
}

.csr-index.ray-column section h2 {
    width: 100%;
    text-align: center;
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 300;
    letter-spacing: .1em;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 100px;
    transition-property: background-color, color;
    transition-duration: 0.2s;
    transition-timing-function: ease;

    border-bottom: none;
    margin-bottom: 0;
}

.csr-index.ray-column section:nth-of-type(1) h2,
.csr-index.ray-column section:nth-of-type(3) h2,
.csr-index.ray-column section:nth-of-type(4) h2,
.csr-index.ray-column section:nth-of-type(6) h2 {
    border: 1px solid #ddd;
    border-bottom: none;
}

.csr-index.ray-column section:nth-of-type(2) h2,
.csr-index.ray-column section:nth-of-type(5) h2 {
    border-top: 1px solid #ddd;
}

.csr-index.ray-column section:hover h2 {
    color: #fff;
}

.csr-index.ray-column section ul {
    padding: 30px 0;
    position: relative;
    z-index: 999;
}


.csr-index.ray-column section::after {
    background-size: cover;
    background-position: center;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    transform: translateY(100px);
    transition: transform 0.2s ease, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.csr-index.ray-column section:hover:after {
    transform: translateY(0);
}


.csr-index.ray-column section a {
    display: block;
    padding: 6px 30px;
    color: #fff;
    text-shadow: 0 0 3px #5c6b6b, 0 0 4px #212222;
    font-size: 16px;
    letter-spacing: .2em;
    font-family: vdl-v7marugothic, sans-serif;
    font-weight: 300;
    font-style: normal;
    cursor: pointer;

}

.csr-index.ray-column section li a:hover {
    color: #fff;
    text-shadow: none;
    background-color: #009A59;

}


#csrtop-section-index-csr::after {
    background-image: url(../img/bg-csr.jpg);
    background-color: #0f658e59;
    background-blend-mode: color-burn;
}

#csrtop-section-index-env::after {
    background-image: url(../img/bg-env.png);
    background-color: #507482;
    background-blend-mode: soft-light;
}

#csrtop-section-index-society::after {
    background-image: url(../img/bg-society.png);

}

#csrtop-section-index-gvn::after {
    background-image: url(../img/bg-governance.png);
    background-color: #3f5865b0;
    background-blend-mode: overlay;
}

#csrtop-section-index-safety::after {
    background-image: url(../img/bg-safety.png);
    background-color: #4c4e4e;
    background-blend-mode: overlay;
}

#csrtop-section-index-quqlity::after {
    background-image: url(../img/bg-quality.jpg);
    background-color: #979c9bbf;
    background-blend-mode: soft-light;
}

.csr-index.ray-column section a.btn.bgcenterout {
    border: 1px solid #fff;
    padding: 8px 40px;
}

.csr-index.ray-column section a.btn {
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #333;
    padding: 40px 8px;
    text-align: center;
    outline: none;
    transition: ease .2s;
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    letter-spacing: .1em;
    font-size: 15px;
}

.csr-index.ray-column section a.bgcenterout:hover span {
    color: #000;
    font-weight: normal;
    text-shadow: none;
}

.csr-index.ray-column section a.bgcenterout:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background: #fff;
    width: 100%;
    height: 100%;
    transition: transform .3s cubic-bezier(0.8, 0, 0.2, 1) 0s;
    transform: scale(0, 0);
    transform-origin: center;
}

.csr-index.ray-column section a.bgcenterout:hover:before {
    transform: scale(1, 1);
}

@media (max-width: 960px) {
    .csr-index.ray-column section a.btn.bgcenterout {
        padding: 8px 18px;
    }
}

@media (max-width: 550px) {

    .csrtop-section-index {
        width: 100%;
    }

    .csr-index.ray-column section {
        margin-top: 30px;
        padding: 0;
    }

    .csr-index.ray-column section h2 {
        background: #fff;
        text-shadow: 0 0 5px #fff, 0 0 7px #ffffff87;
    }

    .csr-index.ray-column section::after {
        transform: translateY(0);
    }

    .csr-index.ray-column section a.btn.bgcenterout {
        padding: 8px 40px;
    }

}

/* 
csr
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/*section-topmassage*/
.section-topmessage .ray-column{
    padding: 15px;
    margin-bottom: 10px;
}

.section-topmessage .ray-column .img-area {
    width: 25%;
}

.section-topmessage .ray-column .text-area {
    width: 73%;
    position: relative;
}

.section-topmessage .ray-column .text-area .top-text {
    font-size:32px;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
}

.section-topmessage .ray-column .text-area .top-jobtitle {
    font-size:16px;
    position: absolute;
    text-align: right;
    right: 0;
    bottom: 45px;
}

.section-topmessage .ray-column .text-area .top-name {
    font-size:25px;
    position: absolute;
    text-align: right;
    right: 0;
    bottom: 0;
}

.section-topmessage .remark {
    font-size:15px;
}

@media (max-width: 960px) {
    .section-topmessage .ray-column .text-area .top-text {
        font-size:22px;
    }
    
    .section-topmessage .ray-column .text-area .top-jobtitle {
        font-size:16px;
    }
    
    .section-topmessage .ray-column .text-area .top-name {
        font-size:18px;
    }
}

@media (max-width: 550px) {
    .section-topmessage .ray-column .img-area {
        width: 35%;
        margin:0px auto;
    }
    
    .section-topmessage .ray-column .text-area {
        width: 100%;
    }

    .section-topmessage .ray-column .text-area .top-text {
        font-size:18px;
        margin: 10px 0;
    }

    .section-topmessage .ray-column .text-area .top-jobtitle {
        position: static;
    }
    
    .section-topmessage .ray-column .text-area .top-name {
        position: static;
    }

}

/*section-section-policy*/
@media (max-width: 960px) {
    .section-policy .table01 th,
    .section-policy .table01 td {
        display: block;
        width: 100%;
    }
}

/* section-committee */
.section-committee .committee-txt {
    width: 65%;
}

.section-committee .committee-img {
    width: 30%;
}

@media (max-width: 960px) {
    .section-committee .committee-txt {
        width: 55%;
    }
    
    .section-committee .committee-img {
        width: 42%;
    }
}

@media (max-width: 550px) {
    .section-committee .committee-txt {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .section-committee .committee-img {
        width: 100%;
    }
}

/*section-csr-procurement-policy*/
@media (max-width: 960px) {
    .csr-procurement-policy .table01 th,
    .csr-procurement-policy .table01 td {
        display: block;
        width: 100%;
    }
}

/* 
environment
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
/* section-material-flow-figure */
.section-material-flow-figure img {
    margin-bottom: 15px;
}

/* section-environmental-load-reduction */
.section-environmental-load-reduction .chart-text {
    width: 47%;
}

.section-environmental-load-reduction .chart-container {
    width: 50%;
}

@media (max-width: 550px) {

    .section-environmental-load-reduction .chart-text {
        width: 100%;
    }

    .section-environmental-load-reduction .chart-container {
        width: 100%;
    }
}

/* section-research-development */
.section-research-development .ray-column h4{
    font-size: 20px;
}

.section-research-development .text-area01{
    width: 49%;
}

.section-research-development .img-area01{
    width: 49%;
}

.section-research-development .text-area02{
    width: 59%;
}

.section-research-development .img-area02{
    width: 39%;
}

@media (max-width: 550px) {
    .section-research-development .ray-column h4{
        font-size: 16px;
    }

    .section-research-development .text-area01{
        width: 100%;
    }
    
    .section-research-development .img-area01{
        width: 100%;
    }
    
    .section-research-development .text-area02{
        width: 100%;
    }
    
    .section-research-development .img-area02{
        width: 100%;
    }
}

/* section-rspo */
.section-rspo-link img {
    display: inline-block;
    width: 25%;
}

@media (max-width: 960px) {

    .section-rspo .table01 th,
    .section-rspo .table01 td {
        display: block;
        width: 100%;
    }
}

@media (max-width: 550px) {
    .section-rspo-link img {
        width: 45%;
    }
}

/* 
society
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.society-body table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}

.society-body table th {
    border:1px #000 solid;
    background-color: #FFF2CC;
    text-align: center;
    line-height: 1.9;
    padding: 0 10px;
}

.society-body table td {
    border:1px #000 solid;
    text-align: center;
    line-height: 1.9;
    padding: 0 10px;
}

.society-body table .col-left {
    text-align: left;
}

.section-community-contribution-activities .img-area{
    width: 50%;
}

@media (max-width: 550px) {
    .society-body table{
        font-size: 12px;
    }
    
    .section-community-contribution-activities .img-area{
        width: 100%;
    }
}

/* section-health-declaration */
section.section-health-declaration {
    padding: 42px 30px 30px !important;
    background-color: #edf6f4;
    margin-top: 30px !important;
}

.section-health-declaration .style-header-2 span {
    z-index: 1;
}

.section-health-declaration .proclaimer {
    margin-bottom: 0px;
    text-align: right;
}

@media (max-width: 960px) {
    .section-health-declaration .text {
        padding-top: 15px;
    }
}

/* section-activity-result */
.section-activity-result table {
    width: 65%;
}

.section-activity-result table .col01 {
    width: 47%;
}

.section-activity-result .img-area {
    width: 39%;
}

.section-activity-result .img-area p {
    text-align: center;
}

.section-activity-result .ray-column .img-area {
    vertical-align: center;
    width: 30%;
}

@media (max-width: 960px) {
    .section-activity-result table {
        width: 100%;
        margin-bottom: 15px;
    }
    
    .section-activity-result .img-area {
        width: 100%;
    }
}

@media (max-width: 550px) {
    .section-activity-result .ray-column .img-area {
        margin-left: 0px !important;
        width: 100%;
    }
    
}

/* section-promote-gender-equality */
.section-promote-gender-equality .ray-column .img-area2 {
    margin-top: 30px !important;
    margin-left: 20px !important;
    width: 30%;
}

@media (max-width: 550px) {
    .section-promote-gender-equality .ray-column .img-area2 {
        margin-left: 0px !important;
        width: 100%;
    }
    
}


/* section-actionplan-declaration */
section.section-actionplan-declaration {
    padding: 42px 30px 30px !important;
    background-color: #edf6f4;
    margin-top: 30px !important;
    width: 100%;
}

.section-actionplan-declaration .style-header-1 span {
    z-index: 1;
}

.section-actionplan-declaration .text{
    font-size: 16px;
    padding-top: 15px;
    margin-bottom: 0px
}

.section-actionplan-declaration ol{
    list-style-type: decimal;
    padding-left: 15px;
}

.section-actionplan-declaration li{
    font-size: 16px;
}

@media (max-width: 960px) {
    .section-actionplan-declaration .text {
        padding-top: 15px;
        margin-bottom: 0px
    }
}

/* section-work-childecare */
.section-work-childecare .ray-column .img-area {
    margin-top: 30px !important;
    margin-left: 20px !important;
    vertical-align: center;
    width: 30%;
}

@media (max-width: 550px) {
    .section-work-childecare .ray-column .img-area {
        margin-left: 0px !important;
        width: 100%;
    }
    
}


/*section-paternity-leave*/
.section-paternity-leave .ray-column{
    padding: 20px;
    background-color: #FFF2CC;
}

.section-paternity-leave .ray-column .text-area  {
    text-align: center;
    margin-top: 20px;
    margin-left: 10px;
}

.section-paternity-leave .ray-column .img-area > img{
    vertical-align: top;
    width: 198px;
    height: 198px;
    object-fit: cover;
} 

@media (max-width: 550px) {
    .section-paternity-leave .img-area {
        width: 100%;
    }
    
}


/* section-training-system */
.section-training-system table td {
    text-align: left;
    vertical-align: top;
}

.section-training-system table .col02 {
    width: 52%;
}

/* section-avtive-place */
.section-avtive-place table .col01 {
    width: 30%;
}

.section-avtive-place table .col02 {
    width: 15%;
}

/* section-community-contribution-activities */
.section-community-contribution-activities .ray-column .img-area {
    vertical-align: middle;
    text-align: center;
}

.section-community-contribution-activities .left {
    padding: 0px 15px 0px 0px;
    width: 100%;
}

.section-community-contribution-activities .right {
    width: 50%;
}

.section-community-contribution-activities table td {
    text-align: left;
    vertical-align: middle;
}

@media (max-width: 550px) {
    .section-community-contribution-activities .left {
        margin-left: 0px !important;
        width: 100%;
    }
    .section-community-contribution-activities .right {
        margin-left: 0px !important;
        width: 100%;
    }
}


/* 
governance
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.governance-body table {
    width: 100%;
    border-collapse: collapse;
    border:1px #000 solid;
    font-size: 14px;
}

.governance-body table td {
    border:1px #000 solid;
    vertical-align: top;
    line-height: 1.9;
    padding: 0 10px;
}

.governance-body .table-area h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
}

.gvn-blue {
    background: #00A1E1;
}

.gvn-orange {
    background: #FF7A00;
}

.gvn-pink {
    background: #FF6690;
}

@media (max-width: 550px) {
    .governance-body .table-area h4 {
        font-size: 12px;
    }

    .governance-body table {
        font-size: 12px;
    }
}

/* section-governance-committee */
.section-governance-committee .text {
    font-size: 14px;
}

.section-governance-committee .supervision {
    background-color: #CDF0FD;
    padding: 10px;
    margin-bottom: 10px;
}

.section-governance-committee .audit {
    background-color: #FFFCDD;
    padding: 10px;
    margin-bottom: 10px;
}

.section-governance-committee .execution {
    background-color: #FFF4F8;
    padding: 10px;
    margin-bottom: 10px;
}

/* section-governance-enhance */
.section-governace-enhance .img-area01 {
    width: 40%;
}

.section-governace-enhance .img-area02 {
    width: 58%;
}

@media (max-width: 550px) {
    .section-governace-enhance .img-area01 {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .section-governace-enhance .img-area02 {
        width: 100%;
    }
}

/* section-derectors-activity */
.section-derectors-activity .table-area table .col01 {
    width: 24%;
    background-color: #FFF2CC;
    text-align: center;
    vertical-align: middle;
}

.section-derectors-activity .table-area table .col02 {
    vertical-align: middle;
}

@media (max-width: 550px) {
    .section-derectors-activity .table-area table {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* section-advisory-committee */
/*.section-advisory-committee .table-area table {
    width: 49.5%;
}*/

.section-advisory-committee .table-area table .col01 {
    width: 24%;
    background-color: #FFF2CC;
    text-align: center;
    vertical-align: middle;
}

.section-advisory-committee .table-area table .col02 {
    vertical-align: middle;
}

@media (max-width: 550px) {
    .section-advisory-committee .table-area table {
        width: 100%;
        margin-bottom: 10px;
    }
}

/* section-director-reward */
.section-director-reward h4 {
    font-size: 16px;
    font-weight: 500;
}

.section-director-reward table {
    width: 60%;
    letter-spacing: -1px;
}

.section-director-reward table td{
    text-align: center;
    vertical-align: middle;
}

.section-director-reward table .row01 {
    background-color: #FFF2CC;
}

.section-director-reward table .col01 {
    background-color: #FFF2CC;
}

.section-director-reward table .col02 {
    width: 32%;
}

.section-director-reward table .col03 {
    width: 32%;
}

@media (max-width: 550px) {
    .section-director-reward table {
        width: 100%;
    }
}

/* section-directors-evaluation */
.section-directors-evaluation table th {
    border:1px #000 solid;
    background-color: #FFF2CC;
    text-align: center;
    line-height: 1.9;
    padding: 0 10px;
}

.section-directors-evaluation table .col01 {
    width: 30%;
}

@media (max-width: 550px) {
    .section-directors-evaluation h4 {
        font-size: 12px;
    }
}

/*section-message-from-externaldirector*/
.section-message-from-externaldirector .ray-column{
    padding: 15px;
    margin-bottom: 10px;
    background-color: #FFFCDD;
}

.section-message-from-externaldirector .ray-column .img-area {
    width: 20%;
}

.section-message-from-externaldirector .ray-column .text-area {
    width: 78%;
    position: relative;
}

.section-message-from-externaldirector .ray-column .text-area .top-text {
    font-size:32px;
    font-weight: bold;
    text-align: center;
    margin-top: 25px;
}

.section-message-from-externaldirector .ray-column .text-area .top-name {
    font-size:20px;
    text-align: left;
}

.section-message-from-externaldirector .ray-column .message {
    font-size:20px;
    text-align: left;
}

@media (max-width: 960px) {
    .section-message-from-externaldirector .ray-column .text-area .top-text {
        font-size:22px;
    }
    
    .section-message-from-externaldirector .ray-column .text-area .top-name {
        font-size:16px;
    }
}

@media (max-width: 550px) {
    .section-message-from-externaldirector .ray-column .img-area {
        width: 35%;
        margin:0px auto;
    }
    
    .section-message-from-externaldirector .ray-column .text-area {
        width: 100%;
    }

    .section-message-from-externaldirector .ray-column .text-area .top-text {
        font-size:18px;
        margin: 10px 0;
    }

    .ssection-message-from-externaldirector .ray-column .text-area .top-name {
        position: static;
    }

}

/* 
safety
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */

.clmtwo .clm_title,
.clmthree .clm_title {
    font-size: 12px;
}

ul.clmtwo {
    margin-top: 0;
    padding-top: 20px;
    display: inline-flex;
    height: auto;
    margin-bottom: 10px;
}

/* 
quality
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.quality .head03.tit02 {
    border: none;
}

.csr-nav ul li {
    width: 33.333333%;
}

.head03.tit02 {
    font-size: 16px;
    margin-bottom: 40px;
}

.quality_txt {
    font-size: 23px;
}

.head03.tit02 {
    font-size: 12px;
    margin-bottom: 25px;
}

.head03.head03-top::before {
    top: 17px;
}

@media (max-width: 960px) {
    .head03.head03-top::before {
        top: 15px;
    }
}

.section-for-supply .ray-column .img-area {
    width: 100%;
    text-align: center;
}

.section-for-supply .left {
    padding: 0px 0px 0px 0px;
    width: 100%;
    margin-right: 15px;
}

.section-for-supply .right {
    padding: 0px 0px 0px 0px;
    width: 60%;
    text-align: center;
}

@media (max-width: 550px) {
    .section-for-supply .ray-column .img-area {
        width: 100%;
    }
    
    .section-for-supply .right {
        width: 100%;
    }
    
    .section-for-supply .left {
        width: 100%;
    }

}

/* 
report
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー */
.csr_report .tab_content .items {
    padding-bottom: 40px;
}

.csr_report .tab_content .items .infobox {
    width: 800px;
    border:1px solid #e3e3e3;
    display: flex;
    padding: 40px 20px;
}

.csr_report .tab_content .items .infobox .cover {
    width: 300px;
    height: auto;
}

.csr_report .tab_content .items .infobox ul {
    width: 60%;
    margin-left: 60px;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1.9;
}

.csr_report .tab_content .items .infobox ul a {
    color: #4391CD;
    text-decoration: underline;
}

.csr_report .tab_content .items .infobox ul a::before {
    color: #4391CD;
    text-decoration: underline;
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    border-top: 3px solid #078247;
    border-right: 3px solid #078247;
    transform: rotate(45deg);
    position: relative;
    top: -2px;
    margin-right: 5px;
}

.csr_report .tab_content .items .infobox ul a::after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    background: transparent url("./../img/ico-pdf.png") no-repeat 0 0;
    background-size: 18px 18px;
    margin-left: 5px;
    vertical-align: -0.15em;
}

@media (max-width: 960px) {
    .csr_report .tab_content .items .infobox {
        width: 100%;
    }

    .csr_report .tab_content .items .infobox .cover {
        width: 300px;
    }

    .csr_report .tab_content .items .infobox ul {
        width: auto;
    }
}

@media (max-width: 550px) {
    .csr_report .tab_content .items .infobox {
        width: 100%;
        display: block;
    }

    .csr_report .tab_content .items .infobox .cover {
        width: 100%;
        margin-bottom: 20px;
    }

    .csr_report .tab_content .items .infobox ul {
        margin-left: 10px;
    }
}