@charset "UTF-8";
/* CSS Document */

@media screen and (min-width: 769px) {
  .mv{
    background: url("/~/Media/phchd_g/sustainability/gavernance/mv.jpg") center top  no-repeat;
    background-size: cover;
  }
  .mv.n01{
    background: url("/~/Media/phchd_g/sustainability/gavernance/001/mv.jpg") center top  no-repeat;
    background-size: cover;
  }
  .mv.n02{
    background: url("/~/Media/phchd_g/sustainability/gavernance/002/mv.jpg") center top  no-repeat;
    background-size: cover;
  }
  .mv.n03{
    background: url("/~/Media/phchd_g/sustainability/gavernance/003/mv.jpg") center top  no-repeat;
    background-size: cover;
  }
  .mv.n04{
    background: url("/~/Media/phchd_g/sustainability/gavernance/004/mv.jpg") center top  no-repeat;
    background-size: cover;
  }
  
  .mv.leadership{
    background: url("/~/Media/phchd_g/sustainability/gavernance/leadership/mv.jpg") center top  no-repeat;
    background-size: cover;
  }  
  
}

.mv.n03 h2,
.mv.n04 h2{
  color: #1D3052;
}


ul.gave {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  padding: 60px 0 150px;
}

.gave li{
  width: 600px;
  border-radius:5px;
  box-shadow: 3px 3px 6px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.gave li:nth-of-type(n+3){
  margin-top: 50px;
}

.gave li a{
  display: block;
  position: relative;
}

.gave li a span{
  width: 100%;
  height: 70px;
  font-size: 20px;
  line-height: 70px;
  padding: 0 20px;
  background: rgba(255,255,255,.8);
  position: absolute;
  bottom: 0;
  left: 0;
}

.gave li a span::after{
  content: "＞";
  color: #0D55E4;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) scale(.6,1);
}

.txt_box h2{
  font-family: FrutigerBold,"sans-serif";
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px;
}

.txt_box h3{
  font-family: FrutigerBold,"sans-serif";
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.txt_box.no03 h3{
  font-family: FrutigerBold,"sans-serif";
  font-size: 24px;
  line-height: 1.3;
  color: #003EBD;
  margin-bottom: 15px;
}


.txt_box ul{
  margin-bottom: 35px;
}

.txt_box ul.dot li{
  padding-left: 1.3em;
}

.txt_box ul.dot li::before{
  content: "●";
  width: 1.3em;
  color: #003EBD;
  display: inline-block;
  margin-left: -1.3em;
  transform: scale(.6);
}

.txt_box ul.dot.inline li{
  display: inline-block;
}

.txt_box ul.dot.inline li + li{
  margin-left: 1em;
}

.txt_box p,
.txt_box li{
  font-size: 16px;
  line-height: 1.8;
  vertical-align: top;
}

.txt_box p a{
  color: #003EBD !important;
}

.txt_box .note,
.txt_box .note li{
  font-size: 14px !important;
}

.txt_box p + p,
.txt_box p + div,
.txt_box div + p,
.txt_box p + h3,
.txt_box div + h3,
.txt_box p + h4,
.txt_box div + h4,
.txt_box p + img,
.txt_box p + ul,
.txt_box div + ul,
.txt_box div + div{
  margin-top: 35px;
}

.txt_box .release-date{
  text-align: right;
  margin-top: 90px;
}

.txt_box figure{
  display: block;
  margin: 0;
  padding: 0;
}

.txt_box figure img{
  width: 100%;
  border: 1px solid #b1b1b1;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.txt_box figure.img_l img{
  border: none;
}

.txt_box figcaption{
  font-size: 15px;
  line-height: 1.3;
  display: block;
  margin-top: 5px;
}

.txt_box figcaption.sm{
  font-size: 14px;
  line-height: 1.3;
}

.c2,
.c2_l{
  display: flex;
  justify-content: space-between;
}

.c2 > div{
  width: 48%;
}

.c2 > div + div{
  margin-top: 0;
}

.c2_l > div{
  width: 75%;
}

.c2_l > div + div{
  width: 22%;
  margin-top: 0;
}

#stb .tb_box{
  margin: 0 0 90px;
}

#stb .tb_box.pt02{
  margin-bottom: 0;
}

#stb .tb_box > p{
  font-size: 16px;
  line-height: 1.4;
  margin-top: 15px;
}

#stb table {
  width: 100%;
  font-size: 15px;
  line-height: 1.4;
  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  table .bno_r{
  border-right: none;
}

#stb table tr:last-of-type td,
#stb table tr:last-of-type th{
  border-bottom: none;
}

#stb td:last-of-type{
  border-right: none;
}

#stb .pt01 th.w1{
  width: 310px;
  line-height: 1;
  text-align: center;
  background: #EAEEF0;
}

#stb .pt01 th.w2{
  width: 520px;
  line-height: 1;
  text-align: center;
  background: #EAEEF0;
}

#stb .pt01 th.w3{
  line-height: 1;
  text-align: center;
  background: #EAEEF0;
  border-right: none;
}

#stb table sup{
  font-size: 50%;
}

#stb .pt02 table,
#stb .pt02 table th,
#stb .pt03 table,
#stb .pt03 table th{
  text-align: center;
}

#stb .pt02 th.w1{
  width: 180px;
}

#stb .pt02 th.w2{
  width: 100px;
}

#stb .pt02 th.w3{
  width: 100px;
  border-right: none;
}

#stb .number{
 counter-reset: number 0; 
}

#stb .number > li{
  padding-left: 2em;
}
#stb .number > li:before {
  counter-increment: number 1;
  content: "*" counter(number);
  width: 2em;
  margin-left: -2em;
  display: inline-block;
}

.intro_box{
  position: relative;
}

p + .intro_box{
  margin-top: 75px !important;
}

.intro_box img{
  width: 230px;
}

.txt_box .intro_box h2{
  position: absolute;
  top: 25px;
  left: 270px;
}

.txt_box .intro_box h2 span{
  font-size: 18px;
  display: block;
}

.txt_box .intro_box h3{
  font-size: 24px;
  line-height: 1.6;
  color: #003EBD;
  position: absolute;
  bottom: 25px;
  left: 270px;
}

.intro_box.r{
  text-align: right;
}

.txt_box .intro_box.r h2{
  left: 0;
  text-align: left;
}

.txt_box .intro_box.r h3{
  left: 0;
  text-align: left;
}

.ls_list li{
  padding-left: 275px;
  position: relative;
}

.ls_list li + li{
  margin-top: 80px;
}

.ls_list img{
  width: 230px;
  position: absolute;
  top: 0;
  left: 0;
}

.ls_list h3{
  font-family: FrutigerBold,"sans-serif";
  font-size: 32px;
  line-height: 1;
  margin-bottom: 15px;
}

.ls_list p.post{
  font-family: FrutigerBold,"sans-serif";
  font-size: 16px;
  line-height: 1.4;
  color: #003EBD;
}

.ls_list p.post strong{
  font-size: 18px;
  line-height: 1.4;
  display: block;
  color: #2F2F2F !important;
}

.ls_list p.post span{
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  padding: 3px 4px;
  margin-left: .5em;
  background: #D6D6D6;
}

.ls_list p.birth{
  font-size: 16px;
  line-height: 1.6;
  margin-top: 20px;
}

.ls_list dl > div{
  display: flex;
  justify-content: flex-start;
}

.ls_list dl > div + div{
  margin-top: 0;
}

.ls_list dl dt,
.ls_list dl dd{
  font-family: FrutigerLigh,sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.ls_list dl dt{
  width: 8em;
  white-space: nowrap;
}

.ope_list{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-top: 40px;
}

.ope_list li{
  width: 33%;
  font-family: FrutigerBold,"sans-serif";
  font-size: 18px;
  line-height: 1;
}

.ope_list li:nth-of-type(n+4){
  margin-top: 1em;
}

#stb table.lds_t th,
#stb table.lds_t td{
  font-family: FrutigerLigh,sans-serif;
  font-size: 13px !important;
  line-height: 1.2;
  text-align: center;
}

#stb table.lds_t th.bkno{
  background: #FFF;
}

#stb table.lds_t  tr:first-of-type th,
#stb table.lds_t  tr:nth-of-type(2) th{
  padding: 5px 1px !important;
}

#stb table.lds_t tr:nth-of-type(2) th{
  width: 8.2%;
}

#stb table.lds_t .w4{
  width: 8.5%;
}

.btn_box{
  text-align: center;
}

.btn_box a{
  font-family: 'UD Shin Go DemiBold',"UD Shin Go Regular","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  min-width: 300px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  color: #FFF !important;
  border-radius: 10px;
  padding: 0 40px 0 20px;
  background: #003484;
  display: inline-block;
  position: relative;
}

.btn_box a::after{
  content: "＞";
  font-size: 120%;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) scale(.6,1);
}

.btn_box a span::after{
  content: "\f08e";
  font-family:'FontAwesome';
  padding-left: .3em;
}


@media screen and (max-width: 767px) {
  
  .mv{
    background: url("/~/Media/phchd_g/sustainability/gavernance/sp_mv.jpg") center no-repeat;
    background-size: cover;
  }
  
  .mv.n01{
    background: url("/~/Media/phchd_g/sustainability/gavernance/001/sp_mv.jpg") center top  no-repeat;
    background-size: cover;
  }
  .mv.n02{
    background: url("/~/Media/phchd_g/sustainability/gavernance/002/sp_mv.jpg") center top  no-repeat;
    background-size: cover;
  }
  .mv.n03{
    background: url("/~/Media/phchd_g/sustainability/gavernance/003/sp_mv.jpg") center top  no-repeat;
    background-size: cover;
  }
  .mv.n04{
    background: url("/~/Media/phchd_g/sustainability/gavernance/004/sp_mv.jpg") center top  no-repeat;
    background-size: cover;
  }
  
  .mv.leadership{
    background: url("/~/Media/phchd_g/sustainability/gavernance/leadership/sp_mv.jpg") center top  no-repeat;
    background-size: cover;
  }  
  
  ul.gave {
    display: block;
    padding: 10vw 0 15vw;
  }

  .gave li{
    width: 100%;
    border-radius: 1vw;
    box-shadow: .5vw .5vw 1vw 0px rgba(0, 0, 0, 0.2);
  }

  .gave li:nth-of-type(n+2){
    margin-top: 8vw;
  }

  .gave li a span{
    width: 100%;
    height: auto;
    font-size: 3.8vw;
    line-height: 1.3;
    padding: 3vw 4vw 2vw;
  }

  .gave li a span::after{
    right: 4vw;
  }
  
  .txt_box h2{
    font-size: 5vw;
    line-height: 1.3;
    margin-bottom: 5vw;
  }
  
  .txt_box h3{
    font-size: 3.8vw;
    line-height: 1.3;
    margin-bottom: 3vw;
  }
  
  .txt_box.no03 h3{
    font-size: 4vw;
    line-height: 1.3;
    margin-bottom: 3vw;
  }
  
  .txt_box ul{
    margin-bottom: 10vw;
  }
  
  .txt_box ul.dot.inline li{
    display: block;
  }

  .txt_box ul.dot.inline li + li{
    margin-left: 0;
  }
  
  .txt_box p,
  .txt_box li{
    font-size: 3.6vw;
    line-height: 1.6;
  }
  
  .txt_box .note,
  .txt_box .note li{
    font-size: 3vw !important;
  }
  
  .txt_box p + p,
  .txt_box p + div,
  .txt_box div + p,
  .txt_box p + h3,
  .txt_box div + h3,
  .txt_box p + h4,
  .txt_box div + h4,
  .txt_box p + img,
  .txt_box p + ul,
  .txt_box div + ul,
  .txt_box div + div{
    margin-top: 10vw;
  }


  .txt_box figcaption{
    font-size: 2.5vw;
    line-height: 1.3;
    margin-top: 1vw;
  }
  
  .txt_box figcaption.sm{
    font-size: 2vw;
  }
  
  .c2,
  .c2_l{
    display: block;
  }

  .c2 > div{
    width: 100%;
  }

  .c2 > div + div{
    margin-top: 10vw;
  }
  
  .c2_l > div{
    width: 100%;
  }

  .c2_l > div + div{
    width: 60%;
    margin: 10vw auto 0;
  }
  
  #stb .tb_box{
    overflow: auto;
    padding-bottom: 5vw;
    margin: 0 0 15vw;
  }

  #stb table {
    width: 180vw;
    font-size: 3.6vw;
    line-height: 1.4;
    border-radius: 1vw;
  }

  #stb th,
  #stb td {
    padding: 2vw 2vw;
    border-bottom: 1px solid #B1B1B1;
    border-right: 1px solid #B1B1B1;
  }

  #stb  table .bno{
    border-bottom: none;
  }

  #stb table tr:last-of-type td,
  #stb table tr:last-of-type th{
    border-bottom: none;
  }

  #stb td:last-of-type{
    border-right: none;
  }

  #stb .pt01 th.w1{
    width: 30%;
  }

  #stb .pt01 th.w2{
    width: 40%;
  }
  
  #stb .pt02 table {
    width: 250vw;
    font-size: 3.4vw;
  }

  #stb .pt02 th.w1{
    width: 18%;
  }

  #stb .pt02 th.w2{
    width: 11%;
  }

  #stb .pt02 th.w3{
    width: 13%;
  }
  
  p + .intro_box{
    margin-top: 15vw !important;
  }

  .intro_box img{
    width: 50%;
    display: block;
    margin: 0 auto 8vw;
  }

  .txt_box .intro_box h2{
    position: static;
    top: auto;
    left: auto;
  }

  .txt_box .intro_box h2 span{
    font-size: 3.8vw;
    margin-top: 1vw;
  }

  .txt_box .intro_box h3{
    font-size: 4vw;
    line-height: 1.6;
    margin-top: 5vw;
    color: #003EBD;
    position: static;
    bottom: auto;
    left: auto;
  }
  
  .txt_box div.intro_box + p{
    margin-top: 5vw;
  }
  
  .intro_box.r{
    text-align: left;
  }

  .txt_box .intro_box.r h2{
    left: auto;
  }

  .txt_box .intro_box.r h3{
    left: auto;
  }
  
  .ls_list li{
    padding-left: 0;
  }

  .ls_list li + li{
    margin-top: 15vw;
  }

  .ls_list img{
    width: 45vw;
    display: block;
    margin: 0 auto 5vw;
    position: static;
    top: auto;
    left: auto;
  }

  .ls_list h3{
    font-size: 5vw;
    line-height: 1;
    margin-bottom: 2vw;
  }

  .ls_list p.post{
    font-size: 3.5vw;
    line-height: 1.4;
  }

  .ls_list p.post strong{
    font-size: 3.8vw;
    line-height: 1.4;
  }

  .ls_list p.post span{
    font-size: 3.3vw;
    padding: .5vw 1vw;
  }

  .ls_list p.birth{
    font-size: 3.6vw;
    line-height: 1.4;
    margin-top: 5vw;
    margin-bottom: 2vw;
  }

  .ls_list dl > div{
    justify-content: space-between;
  }
  
  .ls_list dl > div + div{
    margin-top: 2vw;
  }

  .ls_list dl dt,
  .ls_list dl dd{
    font-size: 3.6vw;
    line-height: 1.6;
  }

  .ls_list dl dt{
    width: 30%;
  }
  
  .ls_list dl dd{
    width:  69%;
  }

  .ope_list{
    margin-top: 8vw;
  }

  .ope_list li{
    width: 48%;
    font-size: 3.6vw;
    line-height: 1.3;
  }

  .ope_list li:nth-of-type(n+3){
    margin-top: 1em;
  }
  
  #stb table.lds_t{
    width: 250vw;
  }
  
  #stb table.lds_t th,
  #stb table.lds_t td{
    font-size: 3vw !important;
    line-height: 1.2;
  }

  #stb table.lds_t  tr:first-of-type th,
  #stb table.lds_t  tr:nth-of-type(2) th{
    padding: 1vw !important;
  }

  #stb table.lds_t tr:nth-of-type(2) th{
    width: 8.2%;
  }

  #stb table.lds_t .w4{
    width: 8.5%;
  }
    
  .btn_box a{
    min-width: 60vw;
    height: 13vw;
    font-size: 4vw;
    line-height: 13vw;
    border-radius: 1vw;
    padding: 0 10vw 0 5vw;
  }

  .btn_box a::after{
    right: 2vw;
  }
  
}






