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

.coc * {
  box-sizing: border-box
}
.coc *::before,.coc *::after {
  box-sizing: border-box
}

.coc{
  color: #2F2F2F !important;
}

.coc h1,.coc h2,.coc h3,.coc h4,.coc h5,.coc p{
  margin: 0;
  padding: 0
}

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

.coc p,
.coc li,
.coc a{
  word-wrap: break-word;
}


@media screen and (min-width: 769px) {
  .mv{
    width: 100%;
    height: 470px;
    margin-top: 10px;
    background: url("/global/~/media/phchd_g/sustainability/gavernance/code-of-conduct/mv.jpg") no-repeat center;
    background-size: cover;
    position: relative;
  }
  .mv::after{
    content: "";
    width: 1530px;
    height: 100%;
    background: url("/global/~/media/phchd_g/sustainability/gavernance/code-of-conduct/mv_txt.png") no-repeat center bottom;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .mv > div{
    max-width: 1280px;
    padding-top: 200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
  .mv.se{
    height: 240px;
    background: url("/global/~/media/phchd_g/sustainability/gavernance/code-of-conduct/mv_se.jpg") no-repeat center;
    background-size: cover;
    background-position: center bottom;
  }
  .mv.se::after{
    width: 1100px;
  }
  .mv.se > div{
    padding-top: 80px;
  }
}

.mv h1{
  font-family: FrutigerBold,"sans-serif";
  font-size: 36px;
  line-height: 1;
  color: #FFF;
}

.mv h1 span{
  font-family: FrutigerLigh,"sans-serif";
  font-size: 24px;
  display: block;
  margin-top: 10px;
}

.mv.se h1 span{
  font-size: 20px;
  margin: 0 0 10px;
}

.nav_g{
  width: 100%;
  background: #003484;
  margin-bottom: 40px;
}

.nav_g ul{
  display: flex;
  justify-content: center;
  flex-flow: wrap;
}

.nav_g ul li{
  font-family: FrutigerLigh,"sans-serif";
  font-size: 16px;
  line-height: 50px;
  color: #FFF;
  white-space: nowrap;
}

.nav_g ul li.active{
  font-family: FrutigerBold,"sans-serif";
  padding: 0 15px;
  position: relative;
}

.nav_g ul li.active::after{
  content: "";
  border-top: 14px solid #003484;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
}

.nav_g a{
  color: #FFF;
  padding: 0 15px;
  transition: .5s opacity;
}

@media screen and (min-width: 769px) {
  .nav_g a:hover{
    text-decoration: none;
    opacity: .6;
  }
}

.coc_inner{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1440px) {
  .coc_inner{
    padding: 0 90px 0 15px;
  }
}

.nav_c{
  width: 100%;
  max-width: 680px;
  border: 2px solid #D9E0EB;
  border-radius: 8px;
  margin: 0 auto 80px;
  padding: 25px 30px 0 20px;
}

.nav_c h2{
  font-size: 16px;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  margin-bottom: 20px;
}

.nav_c h2 span{
  display: inline-block;
  padding-right: 20px;
  padding-bottom: 1px;
  border-bottom: 1px solid #003EBD;
  position: relative;
}

.nav_c h2 span::after{
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #003EBD;
  border-top: 2px solid #003EBD;
  position: absolute;
  top: calc(50% - 25%);
  right: 0;
  transform: rotate(45deg);
  transform-origin: center center;
  transition: .3s all;
}

.nav_c h2.close span::after{
  top: 1%;
  transform: rotate(225deg);
}

.nav_c nav{
  padding-bottom: 20px;
}

.nav_c ul{
  font-size: 16px;
  color: #2F2F2F;
  counter-reset: listnum;
  padding-left: 2.3em;
}

.nav_c ul li::before{
	counter-increment: listnum;
	content: counter(listnum) ".";
	width: 2em;
  margin-left: -2.3em;
  margin-right: .3em;
  display: inline-block;
  text-align: right;
}

.nav_c ul li + li{
  margin-top: 10px;
}

.nav_c ul a{
  color: #003EBD;
}

#c01{
  padding-top: 130px;
  margin-top: -130px;
}

.c_box + .c_box{
  padding-top: 130px;
}

.c_title{
  font-size: 32px;
  line-height: 1.3;
  margin-bottom: 20px !important;
}

.i_title{
  text-align: center;
  margin-bottom: 40px;
}

.i_title img{
  width: 145px;
  display: block;
  margin: 0 auto 20px;
}

.i_title h2{
  font-family: FrutigerBold,"sans-serif";
  font-size: 32px;
  line-height: 1.3;
  color: #043484;
  margin-bottom: 30px;
}

.i_title p{
  font-size: 18px;
  line-height: 1.8;
}

.c_box p + p,
.c_box div + p,
.c_box p + div,
.c_box div + div,
.c_box ul + p,
.c_box p + ul,
.c_box ul + div,
.c_box div + ul{
  margin-top: 35px;
}

.c_box .note{
  font-size: 14px;
  line-height: 1.5;
}

.c_box .note li{
  padding-left: 1em;
  text-indent: -1em;
}

.c_box .note li + li{
  margin-top: 15px;
}

.c2{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.c2 > div{
  width: 47%;
}

.c2 > div + div{
  margin: 0;
}

.b_box{
  border: 1px solid #B1B1B1;
  border-radius: 6px;
  padding: 40px;
}

.b_box > div + div{
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #B1B1B1;
}

.b_box h3{
  font-family: FrutigerBold,"sans-serif";
  font-size: 24px;
  line-height: 1;
  color: #043484;
  margin-bottom: 15px;
}

.b_box h4{
  font-family: FrutigerBold,"sans-serif";
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 15px;
}

ul.dot li{
  font-size: 16px;
  line-height: 1.8;
  padding-left: 20px;
}

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

ul.dot li::before{
  content: "●";
  width: 20px;
  color: #043484;
  transform: scale(.8);
  display: inline-block;
  margin-left: -20px;
}

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

/*< business-activities*/

ul.dot.ind_d li{
  padding-left: calc(8.3em + 20px);
	clear: both;
}

ul.dot.ind_d li::before{
  width: calc(9.3em + 20px);
  margin-left: calc(-9.3em + (-20px));
}

ul.dot.ind_d span{
  width: 8.3em;
  margin-left: -8.3em;
  display: inline-block;
  white-space: normal;
  position: relative;
	vertical-align: top;
	float: left;
}

ul.dot.ind_d span::after{
  content: ":";
  position: absolute;
  top: 0;
  right: .3em;
}

/*business-activities >*/

ul.ind li{
  font-size: 16px;
  line-height: 1.8;
  padding-left: 7.5em;
	clear: both;
}

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

ul.ind li span{
  white-space: nowrap;
  width: 7.5em;
  margin-left: -7.5em;
  display: inline-block;
  position: relative;
	vertical-align: top;
}

ul.ind li span::after{
  content: ":";
  position: absolute;
  top: 0;
  right: .3em;
}

ul.ind.tx3 li{
  padding-left: 4.3em;
}

ul.ind.tx3 li span{
  width: 4.3em;
  margin-left: -4.3em;
}

ul.ind.tx4 li{
  padding-left: 12.3em;
}

ul.ind.tx4 li span{
  width: 12.3em;
  margin-left: -12.3em;
	white-space: normal;
}

.f_pnav{
  margin-top: 115px;
  position: relative;
  text-align: right;
}

.f_pnav a{
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  display: inline-block;
  position: relative;
  transition: .5s opacity;
}

@media screen and (min-width: 769px) {
  .f_pnav a:hover{
    text-decoration: none;
    opacity: .7;
  }
}

.f_pnav > a{
  color: #053EBD;
  padding-left: 20px;
  position: absolute;
  top: 0;
  left: 10px;
}

.f_pnav > a::after{
  content: "";
  width: 10px;
  height: 10px;
  border-left: 2px solid #053EBD;
  border-top: 2px solid #053EBD;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: rotate(-45deg) translateY(-75%);
}

.f_pnav .btn a{
  color: #FFF;
  background: #042681;
  padding: 0 30px;
}

.f_pnav .btn a + a{
  margin-left: 15px;
}

.f_pnav .btn a::after{
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 50%;
}

.f_pnav .btn a.l{
  padding-left: 35px
}

.f_pnav .btn a.l::after{
  border-left: 2px solid #FFF;
  border-top: 2px solid #FFF;
  left: 20px;
  transform: rotate(-45deg) translateY(-75%);
}

.f_pnav .btn a.r{
  padding-right: 35px
}

.f_pnav .btn a.r::after{
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  right: 20px;
  transform: rotate(45deg) translateY(-75%);
}

.f_link{
  margin-top: 110px;
  padding: 40px 0 100px;
  background: #F4F5F5;
}

.helpline_list,
.lan_list{
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}

.lan_list h2{
  font-family: FrutigerBold,"sans-serif";
  font-size: 24px;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}

.lan_list ul{
  display: flex;
  justify-content: flex-start;
  flex-flow: wrap;
  gap: 20px 0;
  margin-left: -2%;
}

.lan_list ul li{
  width:  23%;
  height: 45px;
  margin-left: 2%;
}

.helpline_list ul li a,
.lan_list ul li a{
  font-size: 16px;
  line-height: 45px;
  color: #FFF;
  background: #042681;
  padding-left: 15px;
  display: block;
  position: relative;
}

.helpline_list ul li a::after,
.lan_list ul li a::after{
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: rotate(45deg) translateY(-75%);
  transition: .5s opacity;
}

@media screen and (min-width: 769px) {
	.helpline_list ul li a:hover,
  .lan_list ul li a:hover{
    text-decoration: none;
    opacity: .6;
  }
}

.helpline_list{
	margin-top: 50px;
}

.helpline_list ul{
  text-align: center;
}

.helpline_list ul li{
	width:  auto;
  height: 45px;
	text-align: left;
	display: inline-block;
}

.helpline_list ul li a{
	padding: 0 45px 0 15px;
}


.cont_list{
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

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

.cont_list > div{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  gap: 45px 0;
}

.cont_list > div::after{
  content: "";
  width: 30%;
  display: block;
}

.cont_list > div > div{
  width: 30%;
}

.cont_list h3{
  font-size: 24px;
  line-height: 1.3;
  border-bottom: 2px solid #C5C5C5;
}

.cont_list li{
  font-size: 16px;
  line-height: 1.3;
  border-bottom: 1px solid #C5C5C5;
}

.cont_list a{
  color: #2F2F2F;
  padding: 18px 25px 18px 0;
  display: block;
  position: relative;
}

.cont_list a::after{
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #003EBD;
  border-top: 2px solid #003EBD;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: rotate(45deg) translateY(-75%);
  transition: .5s opacity;
}

@media screen and (min-width: 769px) {
  .cont_list a:hover{
    text-decoration: none;
    opacity: .6;
  }
}

.float_nav{
  width: auto;
  background: #FFF;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  box-shadow: 0 0 6px rgba(0,0,0,.4);
  padding: 20px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
}

.float_nav ul{
  font-size: 18px;
  text-align: center;
  color: #FFF;
  counter-reset: listnum;
  cursor: pointer;
}

.float_nav ul li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #053ebd;
  border-radius: 50%;
  position: relative;
}

.float_nav ul li + li{
  margin-top: 23px;
}

.float_nav ul li + li::after{
  content: "";
  width: 4px;
  height: 25px;
  background: #d9e0eb;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%,-100%);
  z-index: -1;
}

.float_nav ul li::before{
	counter-increment: listnum;
	content: counter(listnum);
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #053ebd;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  box-sizing: content-box;
  transition: .3s all;
}

.float_nav ul li.active::before{
  background: #FFF;
  color: #2F2F2F;
  border: 4px solid #d9e0eb;
}

.c_box .tal_r{
  text-align: right;
}

.txt_la{
  font-size: 18px !important;
}

.txt_sm{
  font-size: 14px !important;
}

.c_box .mt0{
  margin-top: 0px !important;
}

.c_box .mt5{
  margin-top: 5px !important;
}

.c_box .mt15{
  margin-top: 15px !important;
}

.c_box .mt20{
  margin-top: 20px !important;
}


/*TOP CSS*/
.t_list span{
  width: 10.5em;
  text-indent: 0;
  white-space: nowrap;
  display: inline-block;
}

.t_link_list h3{
  font-size: 24px;
  line-height: 1;
  border-bottom: 2px solid #C5C5C5;
}

.t_link_list li{
  font-size: 16px;
  line-height: 1;
  border-bottom: 1px solid #C5C5C5;
}

.t_link_list a{
  color: #2F2F2F;
  padding: 18px 25px 18px 0;
  display: block;
  position: relative;
}

.t_link_list a::after{
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #003EBD;
  border-top: 2px solid #003EBD;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: rotate(45deg) translateY(-75%);
  transition: .5s opacity;
}

@media screen and (min-width: 769px) {
  .t_link_list a:hover{
    text-decoration: none;
    opacity: .6;
  }
}

.t_link_list > div:nth-of-type(n+3){
  margin-top: 40px;
}

.c2.t_dl_list{
  flex-direction: row-reverse;
}

.t_dl_list h3{
  font-family: FrutigerBold,"sans-serif";
  font-size: 24px;
  line-height: 1;
  color: #043484;
  padding-bottom: 15px;
  border-bottom: 1px solid #C5C5C5;
}

.t_dl_list p + h3,
.t_dl_list ul + h3{
  margin-top: 40px;
}

.t_dl_list p,
.t_dl_list li{
  font-size: 16px;
  line-height: 1;
  border-bottom: 1px solid #C5C5C5;
}

.t_dl_list a{
  color: #2F2F2F;
  padding: 18px 0 18px 30px;
  display: block;
  background: url("/global/~/media/phchd_g/sustainability/gavernance/code-of-conduct/icon_pdf.png") no-repeat left 8px center;
  background-size: 18px auto;
}

@media screen and (min-width: 769px) {
  .t_dl_list a:hover{
    text-decoration: none;
    opacity: .6;
  }
}

.c2_ws > div{
  width: 30%;
  text-align: center;
  float: right;
}

.c2_ws > div img{
  width: 80%;
}

@media screen and (max-width: 768px) {
  
  .coc{
    margin-top: 15vw;
  }

  .coc p{
    font-size: 3.8vw;
    line-height: 1.8;
  }

  .mv{
    width: 100%;
    height: 83vw;
    background: url("/global/~/media/phchd_g/sustainability/gavernance/code-of-conduct/mv_sp.jpg") no-repeat left top;
    background-size: cover;
    position: relative;
  }

  .mv h1{
    font-size: 6.5vw;
    line-height: 1;
    position: absolute;
    top: 50%;
    left: 5vw;
    transform: translateY(-50%)
  }

  .mv h1 span{
    font-size: 4vw;
    margin-top: 1vw;
  }
  
  .mv.se h1{
    font-size: 6vw;
  }
  
  .mv.se h1 span{
    font-size: 4vw;
    margin: 0 0 2vw;
  }

  .nav_g{
    width: 100%;
    background: #FFF;
    margin-bottom: 5vw;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .nav_gt::-webkit-scrollbar{
    display: none;
  }

  .nav_g ul{
    width: auto;
    display: flex;
    justify-content: flex-start;
    flex-flow: nowrap;
    background: #003484;
    padding: 0 2vw;
    margin-bottom: 5vw;
  }

  .nav_g ul li{
    font-size: 3.8vw;
    line-height: 10vw;
    background: #003484;
    white-space: nowrap;
    color: #FFF;
  }

  .nav_g ul li.active{
    padding: 0 3vw;
    position: relative;
  }

  .nav_g ul li.active::after{
    border-top: 3.9vw solid #003484;
    border-right: 4vw solid transparent;
    border-left: 4vw solid transparent;
    position: absolute;
    bottom: -3.6vw;
  }

  .nav_g a{
    color: #FFF;
    padding: 0 3vw;
    display: block;
  }

  .coc_inner{
    width: 100%;
    padding: 0 11vw 0 5vw;
    position: relative;
  }

  .nav_c{
    width: 95%;
    border: .7vw solid #D9E0EB;
    border-radius: 2vw;
    margin: 0 auto 10vw;
    padding: 4vw 1vw 0 1vw;
  }

  .nav_c h2{
    font-size: 4vw;
    line-height: 1;
    margin-bottom: 4vw;
  }

  .nav_c h2 span{
    padding-right: 4vw;
  }

  .nav_c h2 span::after{
    width: 2.5vw;
    height: 2.5vw;
    border-left: .6vw solid #003EBD;
    border-top: .6vw solid #003EBD;
  }

  .nav_c nav{
    padding-bottom: 4vw;
  }

  .nav_c ul{
    font-size: 3.8vw;
    color: #2F2F2F;
    counter-reset: listnum;
  }

  .nav_c ul li::before{
    counter-increment: listnum;
    content: counter(listnum) ".";
  }

  .nav_c ul li + li{
    margin-top: 2vw;
  }

  #c01{
    padding-top: 20vw;
    margin-top: -20vw;
  }

  .c_box + .c_box{
    padding-top: 20vw;
  }

  .c_title{
    font-size: 5.5vw;
    line-height: 1.3;
    margin-bottom: 3vw !important;
  }
  
  .i_title{
    text-align: center;
    margin-bottom: 10vw;
  }

  .i_title img{
    width: 30vw;
    display: block;
    margin: 0 auto 5vw;
  }

  .i_title h2{
    font-size: 5.5vw;
    line-height: 1.3;
    color: #043484;
    margin-bottom: 5vw;
  }

  .i_title p{
    font-size: 4vw;
    line-height: 1.8;
  }
  
  .c_box p + p,
  .c_box div + p,
  .c_box p + div,
  .c_box div + div,
  .c_box ul + p,
  .c_box p + ul,
  .c_box ul + div,
  .c_box div + ul{
    margin-top: 7vw;
  }

  .c_box .note{
    font-size: 3.3vw;
    line-height: 1.5;
  }

  .c_box .note li{
    padding-left: 1em;
    text-indent: -1em;
  }

  .c_box .note li + li{
    margin-top: 2vw;
  }

  .c2{
    display: block;
  }

  .c2 > div{
    width: 100%;
  }

  .c2 > div + div{
    margin-top: 5vw;
  }
  
  .c2 > div + div{
    margin-top: 5vw;
  }
  
  .c2.d_dot > div + div{
    margin-top: 2vw;
  }

  .b_box{
    border-radius: 2vw;
    padding: 6vw 4vw;
  }

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

  .b_box h3{
    font-size: 5vw;
    line-height: 1.3;
    margin-bottom: 4vw;
  }
  
  .b_box h4{
    font-size: 3.8vw;
    line-height: 1.4;
    margin-bottom: 4vw;
  }


  ul.dot li{
    font-size: 3.8vw;
    line-height: 1.6;
    padding-left: 4.5vw;
  }

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

  ul.dot li::before{
    width: 4.5vw;
    margin-left: -4.5vw;
  }
  
  .b_box ul.dot li + li{
    margin-top: 2vw;
  }
  
  /*< business-activities*/

  ul.dot.ind_d li{
    padding-left: calc(6.5em + 4.5vw);
  }

  ul.dot.ind_d li::before{
    width: calc(7.5em + 4.5vw);
    margin-left: calc(-7.5em + (-4.5vw));
  }
	
  ul.dot.ind_d span{
    width: 6.5em;
    margin-left: -6.5em;
  }

  /*business-activities >*/

  ul.ind li{
    font-size: 3.8vw;
    line-height: 1.6;
  }
  
  ul.ind li + li{
    margin-top: 3vw;
  }
	
	ul.ind.tx4 li{
    padding-left: 7.3em;
  }

  ul.ind.tx4 li span{
    width: 7.3em;
    margin-left: -7.3em;
		float: left;
  }
  
  .f_pnav{
    margin-top: 15vw;
    padding: 0 4vw;
    text-align: left;
  }

  .f_pnav a{
    height: 12vw;
    font-size: 3.8vw;
    line-height: 12vw;
    display: block;
  }

  .f_pnav > a{
    padding-left: 5vw;
    margin-top: 8vw;
    position: relative;
    top: auto;
    left: auto;
  }

  .f_pnav > a::after{
    width: 2.5vw;
    height: 2.5vw;
    border-left: .6vw solid #053EBD;
    border-top: .6vw solid #053EBD;
    left: 3vw;
  }

  .f_pnav .btn a{
    padding: 0 5vw;
    text-align: center;
  }
  
  .f_pnav .btn a + a{
    margin-top: 5vw;
    margin-left: 0;
  }

  .f_pnav .btn a::after{
    width: 2.5vw;
    height: 2.5vw;
  }

  .f_pnav .btn a.l{
    padding-left: 3vw
  }

  .f_pnav .btn a.l::after{
    border-left: .6vw solid #FFF;
    border-top: .6vw solid #FFF;
    left: 6vw;
  }

  .f_pnav .btn a.r{
    padding-right: 3vw
  }

  .f_pnav .btn a.r::after{
    border-right: .6vw solid #FFF;
    border-top: .6vw solid #FFF;
    right: 6vw;
  }

  .f_link{
    margin-top: 20vw;
    padding: 10vw 4vw 15vw;
    background: #F4F5F5;
  }

	.helpline_list,
  .lan_list{
    width: 100%;
  }

  .lan_list h2{
    font-size: 5vw;
    line-height: 1;
    text-align: center;
    margin-bottom: 5vw;
  }

  .lan_list ul{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    gap: 3vw 0;
    margin-left: 0;
  }

  .lan_list ul li{
    width:  48%;
    height: 10vw;
    margin-left: 0
  }
	
	.helpline_list ul li a,
  .lan_list ul li a{
    font-size: 3.8vw;
    line-height: 10vw;
    color: #FFF;
    background: #042681;
    padding-left: 3vw;
    display: block;
    position: relative;
  }
	
	.helpline_list ul li a::after,
  .lan_list ul li a::after{
    width: 2.5vw;
    height: 2.5vw;
    border-right: .6vw solid #FFF;
    border-top: .6vw solid #FFF;
    right: 5vw;
  }
	
	.helpline_list{
    margin-top: 10vw;
  }

  .helpline_list ul li{
		width: auto;
    height: 10vw;
  }

  .helpline_list ul li a{
    padding: 0 10vw 0 3vw;
  }

  
  .cont_list{
    padding: 0 5vw;
  }
    
  .cont_list h2{
    font-size: 5vw;
    line-height: 1;
    margin-bottom: 5vw;
  }

  .cont_list > div{
    display: block;
  }

  .cont_list > div::after{
    display: none;
  }

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

  .cont_list h3{
    font-size: 4.5vw;
    line-height: 1.3;
  }

  .cont_list li{
    font-size: 3.8vw;
    line-height: 1.3;
  }

  .cont_list a{
    color: #2F2F2F;
    padding: 4vw 5vw 4vw 0;
    display: block;
    position: relative;
  }

  .cont_list a::after{
    width: 2.5vw;
    height: 2.5vw;
    border-right: .6vw solid #003EBD;
    border-top: .6vw solid #003EBD;
    top: 50%;
    right: 4vw;
  }
  
  .float_nav{
    width: auto;
    background: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: none;
    padding: 0 3vw;
  }

  .float_nav ul{
    font-size: 3vw;
  }

  .float_nav ul li {
    width: 3vw;
    height: 3vw;
    line-height: 1;
    background: #053ebd;
    border-radius: 50%;
    position: relative;
  }

  .float_nav ul li + li{
    margin-top: 10vw;
  }

  .float_nav ul li + li::after{
    width: .5vw;
    height: 11vw;
  }

  .float_nav ul li::before{
    counter-increment: none;
    content: "";
    width: 3vw;
    height: 3vw;
    line-height: 1;
  }

  .float_nav ul li.active::before{
    background: #FFF;
    color: #2F2F2F;
    border: .5vw solid #d9e0eb;
  }

  .txt_la{
    font-size: 4.4vw !important;
  }

  .txt_sm{
    font-size: 3.3vw !important;
  }

  .c_box .mt0{
    margin-top: 0px !important;
  }

  .c_box .mt5{
    margin-top: 2vw !important;
  }

  .c_box .mt15{
    margin-top: 3vw !important;
  }

  .c_box .mt20{
    margin-top: 5vw !important;
  }


  /*TOP CSS*/
  .t_list span{
    width: auto;
  }

  .t_link_list h3{
    font-size: 4.5vw;
    line-height: 1.3;
  }

  .t_link_list li{
    font-size: 3.8vw;
    line-height: 1.3;
  }

  .t_link_list a{
    color: #2F2F2F;
    padding: 4vw 5vw 4vw 0;
    display: block;
    position: relative;
  }

  .t_link_list a::after{
    width: 2.5vw;
    height: 2.5vw;
    border-right: .6vw solid #003EBD;
    border-top: .6vw solid #003EBD;
    top: 50%;
    right: 4vw;
  }

  .t_link_list > div:nth-of-type(n+3){
    margin-top: 10vw;
  }

  .c2.t_dl_list > div + div{
    margin-top: 10vw !important;
  }

  .t_dl_list h3{
    font-size: 4.5vw;
    line-height: 1;
    padding-bottom: 3vw;
  }

  .t_dl_list p + h3,
  .t_dl_list ul + h3{
    margin-top: 10vw;
  }

  .t_dl_list p,
  .t_dl_list li{
    font-size: 3.8vw;
    line-height: 1;
  }

  .t_dl_list a{
    color: #2F2F2F;
    padding: 4vw 0 4vw 7vw;
    display: block;
    background: url("/global/~/media/phchd_g/sustainability/gavernance/code-of-conduct/icon_pdf.png") no-repeat left 1vw center;
    background-size: 4.5vw auto;
  }

  .c2_ws > div{
    width: 40%;
    padding-bottom: 5vw;
    text-align: right;
    float: right;
  }

  .c2_ws > div img{
    width: 90%;
  }

}






