@charset "UTF-8";
/* CSS Document */

#stb{
  color: #2F2F2F;
}

#stb a{
  text-decoration: none;
  transition: .3s;
}

#stb img{
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  
  #stb{
    padding-top: 15px;
  }
  
  #stb a:hover{
    opacity: .6;
    transition: .3s;
  }
}

.stb_inner{
  max-width: 1280px;
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .mv{
    width: 100%;
    height: 560px;
    background: url("/~/Media/phchd/sustainability/s_engagement/mv.jpg") center top  no-repeat;
    background-size: cover;
    overflow: hidden;
  }
}

.mv > div{
  height: 100%;
}

.mv h1{
  width: 600px;
  height: 90px;
  font-family: 'UD Shin Go DemiBold',"UD Shin Go Regular","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 36px;
  line-height: 90px;
  padding-left: 45px;
  background: url("/~/Media/phchd/sustainability/mv_title_bk.png") right top no-repeat;
  background-size: auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
}

.mv h1::after{
  content: "";
  width: 100vw;
  height: 100%;
  background: #FFF;
  position: absolute;
  top: 0;
  right: 20%;
  z-index: -1;
}

.mv h1::before{
  content: "";
  width: 25px;
  height: 8px;
  background: #175CE5;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%)
}

.mv h2{
  font-family: 'UD Shin Go DemiBold',"UD Shin Go Regular","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 50px;
  line-height: 1;
  color: #003EBD;
  position: absolute;
  top: 50%;
  left: 125px;
  z-index: 1;
}

.s_engagement{
  max-width: 1025px;
  margin: 0 auto;
  padding: 55px 0 160px;
}

.s_engagement h2{
  font-family: 'UD Shin Go DemiBold',"UD Shin Go Regular","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 35px
}

.s_engagement p + h2,
.s_engagement ul + h2,
.s_engagement div + h2,
.s_engagement figure + h2{
  margin-top: 75px;
}

.s_engagement h3{
  font-family: 'UD Shin Go DemiBold',"UD Shin Go Regular","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 24px;
  line-height: 1;
  color: #003EBD;
  margin-bottom: 15px
}

.s_engagement p + h3,
.s_engagement ul + h3{
  margin-top: 35px;
}

.s_engagement p{
  font-size: 16px;
  line-height: 1.8;
}

.s_engagement p + p{
  margin-top: 50px;
}

.s_engagement ul.dot{
  font-size: 16px;
  line-height: 1.8;
}

.s_engagement ul.dot li{
  padding-left: 1.3em;
}

.s_engagement ul.dot li + li{
  margin-top: 5px;
}

.s_engagement ul.dot li::before{
  content: "●";
  width: 1.3em;
  margin-left: -1.3em;
  color: #003EBD;
  transform: scale(.6);
  display: inline-block;
}

.s_engagement .number{
  font-size: 16px;
  line-height: 1.8;
  counter-reset: listnum;
  margin-top: 20px;
}

.s_engagement .number li{
  padding-left: 1.5em;
}

.s_engagement .number li::before{
  counter-increment: listnum;
	content: counter(listnum) ",";
  width: 1.5em;
  display: inline-block;
  margin-left: -1.5em;
}

.pic_box{
  width: 100%;
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

#stb .tb_box{
  margin: 40px 0;
}

#stb table {
  width: 100%;
  font-size: 15px;
  line-height: 1.3;
  vertical-align: middle;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #B1B1B1;
  border-radius: 5px;
  overflow: hidden;
}

#stb th,
#stb td {
  padding: 15px 10px;
  border-bottom: 1px solid #B1B1B1;
  border-right: 1px solid #B1B1B1;
}

#stb th{
  background: #EAEEF0
}

#stb  table .bno{
  border-bottom: none;
}

#stb td:last-of-type{
  border-right: none;
}

#stb .tb1 th{
  width: 20%;
  text-align: center;
}

#stb .tb2 ul.dot{
  font-size: 15px;
  line-height: 1.3;
}

#stb .tb2 th{
  text-align: center;
}

#stb .tb2 thead th{
  padding: 5px;
}

#stb .tb2 thead th:first-of-type{
  width: 20%
}

#stb .tb2 thead th:last-of-type{
  width: 50%;
  border-right: none;
}

#stb .tb2 td{
  vertical-align: top;
}

#stb .tb2 tbody tr:last-of-type th,
#stb .tb2 tbody tr:last-of-type td{
  border-bottom: none;
}


@media screen and (max-width: 767px) {
  
  .stb_inner{
    max-width: 100%;
    padding: 0 5vw;
    box-sizing: border-box;
  }

  .mv{
    width: 100%;
    height: 80vw;
    background: url("/~/Media/phchd/sustainability/s_engagement/sp_mv.jpg") center no-repeat;
    background-size: cover;
    overflow: hidden;
  }

  .mv h1{
    width: 90%;
    height: 10vw;
    font-size: 6vw;
    line-height: 10vw;
    padding: 0 5vw 0 11vw;
  }

  .mv h1::before{
    width: 4vw;
    height: 1vw;
    background: #175CE5;
    position: absolute;
    top: 50%;
    left: 5vw;
    transform: translateY(-50%)
  }

  .mv h2{
    font-size: 6vw;
    top: 50%;
    left: 5vw;
    text-shadow: 0 0 1.5vw rgba(255,255,255,.6)
  }

  .s_engagement{
    max-width: 100%;
    padding: 15vw 5vw 20vw;
    box-sizing: border-box;
  }

  .s_engagement h2{
    font-size: 5vw;
    line-height: 1.3;
    margin-bottom: 5vw
  }
  
  .s_engagement p + h2,
  .s_engagement ul + h2,
  .s_engagement div + h2,
  .s_engagement figure + h2{
    margin-top: 10vw;
  }

  .s_engagement h3{
    font-size: 4vw;
    line-height: 1;
    margin-bottom: 2vw
  }
  
  .s_engagement p + h3,
  .s_engagement ul + h3{
    margin-top: 5vw;
  }

  .s_engagement p{
    font-size: 3.5vw;
    line-height: 1.6;
  }

  .s_engagement p + p{
    margin-top: 5vw;
  }

  .s_engagement div.pic{
    margin: 5vw 0 10vw;
  }
  
  .s_engagement ul.dot{
    font-size: 3.5vw;
    line-height: 1.6;
  }

  .s_engagement .number{
    font-size: 3.5vw;
    line-height: 1.6;
    margin-top: 5vw;
  }

  #stb .tb_box{
    margin: 0 0 5vw;
    padding: 0 0 5vw;
    overflow: auto;
  }

  #stb table {
    font-size: 3.3vw;
    line-height: 1.4;
    border-radius: 1vw;
  }
  
  #stb table.tb2 {
    width: 225vw;
  }

  #stb th,
  #stb td {
    padding: 2vw 1.5vw;
  }
  
  #stb .tb1{
    margin-top: 5vw;
  }
  
  #stb .tb1 th{
    width: 20%;
    text-align: center;
  }

  #stb .tb2 ul.dot{
    font-size: 3.3vw;
    line-height: 1.4;
  }

  #stb .tb2 th{
    text-align: center;
  }

  #stb .tb2 thead th{
    padding: 1vw;
  }
}