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

.txt_box{
  padding: 10px 0 155px;
}

.txt_box > h2{
  font-family: FrutigerBold,"sans-serif";
  font-size: 42px;
  line-height: 1;
  color: #003EBD;
  margin: 65px 0 105px;
}

.c2_box{
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.c2_box > div{
  width: 600px;
}

.c2_box h3{
  font-size: 32px;
  line-height: 65px;
  padding-left: 15px;
  border-bottom: 2px solid #C5C5C5;
  position: relative;
}

.c2_box h3::before{
  content: "";
  width: 6px;
  height: 20px;
  background: #C5C5C5;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.c2_box ul li{
  border-bottom: 1px dotted #777;
}

.c2_box a{
  font-size: 16px;
  line-height: 1.3;
  display: block;
  position: relative;
  padding: 20px 0;
  padding-right: 30px;
}

.c2_box a::after{
  content: "＞";
  font-size: 120%;
  color: #0D55E4;
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) scale(.6,1);
}

.txt_box .box{
  width: 700px;
  position: relative;
}

.t_box{
  margin-bottom: 50px;
}

.t_box.se{
  margin: 130px 0 35px;
}

.t_box h2{
  font-family: FrutigerBold,"sans-serif";
  font-size: 40px;
  line-height: 1;
  margin-bottom: 15px;
}

.t_box p{
  font-size: 16px;
  line-height: 1.3;
}

.t_box a{
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  padding-left: 30px;
  margin-top: 20px;
  overflow: hidden;
  display: block;
  box-sizing: border-box;
  position: relative;
  border-bottom: dotted 1px #c5c5c5;
}

.t_box a::after{
  content: "";
  width: 23px;
  height: 23px;
  background: url("/~/Media/phchd_g/sustainability/awb.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.txt_box .box h2{
  font-family: FrutigerBold,"sans-serif";
  font-size: 32px;
  line-height: 1;
  margin-bottom: 45px;
}

.txt_box .box ul + h2{
  margin-top: 60px;
}

.txt_box .box ul{
  border-bottom: 1px dotted #777; 
}

.txt_box .box ul li{
  border-top: 1px dotted #777;
}

.txt_box .box a{
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  display: block;
  white-space: nowrap;
}

.txt_box .box a span{
  margin-right: 0;
  display: inline-block;
}

.txt_box .box a span::after{
  font-family:'FontAwesome';
  content: "\f1c1";
  color: #f44a5a;
  padding-left: .3em;
}

.txt_box .box img{
  width: 300px;
  border: 1px solid #CBCBCB;
  box-shadow: 4px 4px 0px 0px rgba(220, 220, 220, 1);
  position: absolute;
  top: 70px;
  right: -485px;
}

.txt_box .box.c2{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.txt_box .box.c2 > div{
  width: 700px;
}

.txt_box .box.c2 > div + div{
  width: 500px;
}

.txt_box .box.c2 img{
  position: static;
  top: auto;
  right: auto;
  display: block;
  margin: 0 auto 30px;
}

.txt_box .box.c2 h3{
  font-family: FrutigerBold,"sans-serif";
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 5px;
}

.txt_box .box.c2 p{
  font-size: 14px;
  line-height: 1.5;
}


.dl_t > div{
  font-size: 14px;
  line-height: 1.5;
  display: flex;
  justify-content: space-between;
}

.dl_t > div + div{
  margin-top: 20px;
}

.dl_t dt{
  font-family: FrutigerBold,"sans-serif";
  width: 14%;
}

.dl_t dd{
  width: 85.5%;
}

.afterword{
  margin-top: 120px;
  padding: 30px 40px;
  border: 1px solid #b1b1b1;
  border-radius: 5px;
}

.afterword h2{
  font-family: FrutigerBold,"sans-serif";
  font-size: 30px;
  line-height: 1;
  margin-bottom: 15px;
}

.afterword figure{
  width: 60%;
  display: block;
  margin: 0 auto 35px;
}

.afterword figure figcaption{
  font-size: 15px;
  line-height: 1;
  text-align: center;
  display: block;
  margin-top: 15px;
}

.afterword h3{
  font-family: FrutigerBold,"sans-serif";
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
}

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

.backnumber{
  margin-top: 120px;
}

.backnumber h2{
  font-family: FrutigerBold,"sans-serif";
  font-size: 30px;
  line-height: 1;
  margin-bottom: 40px;
}

.backnumber ul{
  border-bottom: 1px dotted #777; 
}

.backnumber ul li{
  border-top: 1px dotted #777;
}

.backnumber a{
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  display: block;
}

.backnumber a span{
  margin-right: .5em;
  display: inline-block;
}

.backnumber a span::after{
  font-family:'FontAwesome';
  content: "\f1c1";
  color: #f44a5a;
  padding-left: .3em;
}

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

  .txt_box > h2{
    font-size: 6vw;
    margin: 8vw 0 10vw;
  }
  
  .c2_box{
    display: block;
    margin-bottom: 8vw;
  }

  .c2_box > div{
    width: 100%;
  }
  
  .c2_box > div + div{
    margin-top: 8vw;
  }

  .c2_box h3{
    font-size: 5vw;
    line-height: 12vw;
    padding-left: 3vw;
  }

  .c2_box h3::before{
    width: 1vw;
    height: 4vw;
  }

  .c2_box a{
    font-size: 3.6vw;
    line-height: 1.3;
    padding: 3.8vw 0;
    padding-right: 5vw;
  }
    
  .t_box{
    margin-bottom: 10vw;
  }

  .t_box.se{
    margin: 20vw 0 5vw;
  }

  .t_box h2{
    font-size: 6vw;
    margin-bottom: 2vw;
  }

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

  .t_box a{
    height: 10vw;
    font-size: 4vw;
    line-height: 10vw;
    padding-left: 6vw;
    margin-top: 5vw;
  }

  .t_box a::after{
    width: 4vw;
    height: 4vw;
  }
  
  .txt_box .box{
    width: 100%;
    padding-top: 0;
  }

  .txt_box .box h2{
    font-size: 5vw;
    line-height: 1;
    margin-bottom: 5vw;
  }

  .txt_box .box ul + h2{
    margin-top: 10vw;
  }

  .txt_box .box a{
    height: 12vw;
    font-size: 3.5vw;
    line-height: 12vw;
  }

  .txt_box .box img{
    width: 60%;
    display: block;
    margin: 10vw auto 0;
    box-shadow: .8vw .8vw 0px 0px rgba(220, 220, 220, 1);
    position: static;
    top: auto;
    right: auto;
  }
  
  .txt_box .box.c2{
    display: block;
  }

  .txt_box .box.c2 > div{
    width: 100%;
  }

  .txt_box .box.c2 > div + div{
    width: 100%;
    margin-top: 10vw;
  }

  .txt_box .box.c2 img{
    margin: 0 auto 5vw;
  }

  .txt_box .box.c2 h3{
    font-size: 3.8vw;
    line-height: 1.3;
    margin-bottom: 1vw;
  }

  .txt_box .box.c2 p{
    font-size: 3.5vw;
    line-height: 1.5;
  }  
  
  .dl_t > div{
    font-size: 3vw;
    line-height: 1.5;
    display: block;
    justify-content: space-between;
  }

  .dl_t > div + div{
    margin-top: 5vw;
  }

  .dl_t dt{
    font-family: FrutigerBold,"sans-serif";
    width: 100%;
    margin-bottom: 1vw;
  }

  .dl_t dd{
    width: 100%;
  }
  
  .afterword{
    margin-top: 15vw;
    padding: 5vw;
    border-radius: 1vw;
  }

  .afterword h2{
    font-size: 5vw;
    margin-bottom: 5vw;
  }

  .afterword figure{
    width: 90%;
    display: block;
    margin: 0 auto 8vw;
  }

  .afterword figure figcaption{
    font-size: 3vw;
    line-height: 1;
    margin-top: 2vw;
  }

  .afterword h3{
    font-size: 4vw;
    line-height: 1;
    margin-bottom: 2vw;
  }

  .afterword p{
    font-size: 3.4vw;
    line-height: 1.8;
  }

  .backnumber{
    margin-top: 15vw;
  }

  .backnumber h2{
    font-size: 5vw;
    margin-bottom: 8vw;
  }

  .backnumber a{
    height: 12vw;
    font-size: 3.6vw;
    line-height: 12vw;
  }
}






