@charset "UTF-8";
/* CSS Document */
#stb {
  color: #2F2F2F;
}
#stb a {
  text-decoration: none;
  transition: .3s;
}
#stb img {
  max-width: 100%;
  height: auto;
}
.message .msg_li_box {
  width: 80%;
  margin: 0 auto 55px;
}
.message .msg_li_box .msg_li {
  list-style: disc;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 16px;
  text-indent: 0em;
  padding-left: 0em;
}
.message .msg_li_box .msg_li::marker {
  color: #003894;
}
@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_g/sustainability/message/mv.jpg") center top no-repeat;
    background-size: cover;
    overflow: hidden;
  }
}
.mv > div {
  height: 100%;
}
.mv h1 {
  width: 600px;
  height: 90px;
  font-family: FrutigerBold, "sans-serif";
  font-size: 36px;
  line-height: 90px;
  padding-left: 45px;
  background: url("/~/Media/phchd_g/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: FrutigerBold, "sans-serif";
  font-size: 50px;
  line-height: 1;
  color: #003EBD;
  position: absolute;
  top: 50%;
  left: 125px;
  z-index: 1;
}
.message {
  max-width: 1025px;
  margin: 0 auto;
  padding: 55px 0 160px;
}
.message p, .message li {
  font-size: 16px;
  line-height: 1.8;
}
.message li {
  text-indent: -1em;
  padding-left: 1em;
}
.message p + p {
  margin-top: 40px;
}
.message ul {
  margin: 40px 0;
}
.message p.sign {
  text-align: right;
}
.message p.sign img {
  width: 225px;
  height: auto;
}
.bk {
  margin-top: 130px !important;
}
.bk a {
  font-size: 16px;
  line-height: 25px;
  color: #003EBD;
  padding-left: 35px;
  display: inline-block;
  position: relative;
}
.bk a::before {
  content: "";
  width: 25px;
  height: 25px;
  background: url("/~/Media/phchd_g/sustainability/aw.png") no-repeat;
  background-size: auto 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) scale(-1, 1);
}
@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_g/sustainability/message/sp_mv.jpg") center top no-repeat;
    background-size: 100% auto;
    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;
  }
  .message {
    max-width: 100%;
    padding: 15vw 5vw 20vw;
    box-sizing: border-box;
  }
  .message p, .message li {
    font-size: 3.8vw;
    line-height: 1.6;
  }
  .message p + p {
    margin-top: 8vw;
  }
  .message ul {
    margin: 8vw 0;
  }
  .message p.sign img {
    width: 30vw;
  }
  .bk {
    margin-top: 20vw !important;
  }
  .bk a {
    font-size: 3.8vw;
    line-height: 5vw;
    padding-left: 8vw;
  }
  .bk a::before {
    width: 5vw;
    height: 5vw;
  }
}
@media screen and (max-width: 480px) {
  .message {
    width: 100%;
  }
  .message .msg_li_box {
    width: 90%;
    margin: 8vw auto 40px;
  }
  .message .msg_li_box .msg_li {
    font-size: 3.8vw;
    line-height: 1.6;
  }
}