@charset "UTF-8";
/* CSS Document */
.onlyPC{display: none;}
.onlySP{display: block;font-size: 1.7rem;
      line-height: 20px;margin-bottom: 8px;font-weight: bold;color: #004782;}

html {
    font-size: 62.5%; /*ベースを10pxにしています*/
    }
.wrapper{
    width: 90%;
    padding: 60px 5%;
    }

.wrap_01 {
    width:270px;
    margin: 0 auto 40px;
    background-image: url("../share/images/csr/sdgs_br.jpg");
    background-repeat: repeat-x;
    background-position: left bottom;
    }

.wrap_01 p{
    width:50px;
    float:left;
    padding-right:20px;
    text-align: justify;
    }

.wrap_01 h1{
    float:left;
    font-size: 2rem;
    color: #004782;
    font-weight: bold;
    padding: 0 0 15px;;
    }

.mv {
    text-align: center;
    }
.mv img{
    width: 100%;
    max-width: 876px;
    margin: 0 auto;
    }

.br{
    display: block;
    }

.contents h2{
    padding:40px 0 30px 0;
    font-size: 2rem;
    font-weight: bold;
    }

.contents p{
    font-size: 1.3rem;
    line-height: 22px;
    text-align: justify;
    }

.contnts-box h3{
    color: #004782;
    font-size: 1.7rem;
    font-weight: bold;
    border-bottom: 2px solid #9fcd62;
    border-left: 7px solid #9fcd62;
    padding: 3px 12px;
    }

.contnts-box h3.secondtitle{
    margin-top: 50px;
    border-bottom: 2px solid  #cf9896;
    border-left: 7px solid  #cf9896;
    padding: 3px 12px;
    }

table.table_1 tr td:nth-child(1){
    display: block;
    width: 40%;
    max-width:200px;
    margin: 0 auto;
    padding: 30px 0 10px;
    }

table.table_1 tr td:nth-child(2){
    display: block;
    padding: 0 0 4px;
    }
    h4{
        font-size: 1.5rem;
        font-weight: bold;
        line-height: 20px;
        }
    /*カラー制御*/

    h4.title01{
        color:#ffbb00;
        }
    h4.title02{
        color: #ff6000;
        }
    h4.title03{
        color: #ff9e00;
        }
    h4.title04{
        color: #de8f00;
        }
    h4.title05{
        color: #0076c0;
        }
    h4.title06{
        color: #00ac1c;
        }
    h4.title07{
        color: #fd0900;
        }
    h4.title08{
        color: #a6002e;
        }
    h4.title09{
        color: #a6002e;
        }

table.table_1 tr td:nth-child(3){
    display: block;
    text-align: justify;
    font-size: 1.3rem;
    line-height: 18px;
    }


    table.table_2 tr {border: 2px solid #ccc;}

    table.table_2 tr th,table.table_2 tr td:first-child {
      box-sizing: border-box;
      display: block;
      width: 100%;
      font-size: 1.7rem;
      line-height: 20px;
      border-top: none;
      padding: 8px 10px;
      background-color: #004782;
      color: #fff;
      font-weight: bold;
    }

    table.table_2 tr td:first-child .onlySP {
      display: inline-block;
      margin-bottom: 0;
    color: #fff;}

    table.table_2 tr td {
      box-sizing: border-box;
      display:block;
      width: 100%;
      font-size: 1.3rem;
      line-height: 18px;
      text-align: justify;
      border-top: 1px solid #ccc;
      padding: 8px 10px;
    }

    table.table_2 tr td span.td_title {
      font-weight: bold;
      font-size: 1.4rem;
    }

    table.table_2 tr td img {width: 30%;}


@media screen and (min-width:768px){
    .onlyPC{display: block;}
    .onlySP{display: none;}
    .wrapper{
        max-width: 876px;
        padding: 100px 10px;
        margin: 0 auto;
        }
    
    .wrap_01 {
        width: 684px;
        margin: 0 auto 40px;
        }

    .wrap_01 p{
        width:50px;
        float:left;
        padding-left:10px;
        padding-right:10px;
        text-align: justify;
        }

    .wrap_01 h1{
        width: 614px;
        float:left;
        padding-top: 4px;
        font-size: 3.3rem;
        color: #004782;
        font-weight: bold;
        }
    
    .br{
        display: inline-block;
        }
    
    .contnts-box h3{
        color: #004782;
        font-size: 1.8rem;
        font-weight: bold;
        }

    .contnts-box h3.secondtitle{
        margin-top: 50px;
        }
    
    table.table_1 {
        margin: 20px auto 0;
        max-width: 650px;
        }
    
    table.table_1 tr td:nth-child(1){
        display: inline-block;
        float: left;
        width: 20%;
        margin: 0 auto;
        padding: 0px 2% 20px 0;
        }

    table.table_1 tr td:nth-child(2){
        display: inline-block;
        float: right;
        padding: 0 0 20px;
        width: 78%;
        }
        h4{
            font-size: 1.7rem;
            font-weight: bold;
            line-height: 20px;
            }

    table.table_1 tr td:nth-child(3){
        display: inline-block;
        float: right;
        width: 78%;
        text-align: justify;
        font-size: 1.3rem;
        line-height: 18px;
        }
    table.table_2 tr th,table.table_2 tr td {
      display: table-cell;
      width: auto;
    }
  
    table.table_2 tr.onlyPC {display: table-row;}

    table.table_2 tr th,table.table_2 tr td:first-child {
      font-size: 1.7rem;
      line-height: 20px;
      border: 2px solid #ccc;
      padding: 12px 10px;
    }

    table.table_2 tr td:first-child {
      background-color: transparent;
      color:#000;
    }
      
    table.table_2 tr td:first-child .onlySP{display: none;}

    table.table_2 tr td {
      font-size: 1.3rem;
      line-height: 18px;
      text-align: justify;
      border: 1px solid #ccc;
      padding: 12px 10px;
    }

    table.table_2 tr td:first-child {
      display: table-cell;
      width: 5%;
      text-align: center;
    }

    table.table_2 tr td:nth-child(2) {width: 35%;}

    table.table_2 tr td:nth-child(3) {width: 30%;}

    table.table_2 tr td:nth-child(4) {width: 30%;}
}