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

@media screen and (min-width: 769px) {
  .mv{
    background: url("/~/Media/phchd/sustainability/gavernance/mv.jpg") center top  no-repeat;
    background-size: cover;
  }
  .mv.n01{
    background: url("/~/Media/phchd/sustainability/gavernance/001/mv.jpg") center top  no-repeat;
    background-size: cover;
  }
  .mv.n02{
    background: url("/~/Media/phchd/sustainability/gavernance/002/mv.jpg") center top  no-repeat;
    background-size: cover;
  }
  .mv.n03{
    background: url("/~/Media/phchd/sustainability/gavernance/003/mv.jpg") center top  no-repeat;
    background-size: cover;
  }
  .mv.n04{
    background: url("/~/Media/phchd/sustainability/gavernance/004/mv.jpg") center top  no-repeat;
    background-size: cover;
  }
  
  .mv.leadership{
    background: url("/~/Media/phchd/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;
}

ul.gave.ucl {
  padding-bottom: 80px;
}

.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);
}

.intro{
  padding-top: 60px;
}

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

.txt_box 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.3;
  margin-bottom: 30px;
}

.txt_box 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.4;
  color: #003EBD;
  margin-bottom: 20px;
}

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

.txt_box h3.lv4{
  font-size: 18px;
  line-height: 1.5;
  color: #2F2F2F;
  margin-bottom: 15px;
}

.txt_box li,
.txt_box p{
  font-size: 16px;
  line-height: 2;
}

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

.txt_box p + h2,
.txt_box div + h2,
.txt_box p + h3,
.txt_box div + h3,
.txt_box ul + h2,
.txt_box ul + h3,
.txt_box div + h4,
.txt_box ul + h4,
.txt_box p + h4{
  margin-top: 45px;
}

.txt_box a{
  word-wrap: break-word;
}

.txt_box .sm{
  font-size: 80%;
}

.txt_box .ss{
  font-size: 50%;
}

p.note,
ul.note li,
p.sm,
ul.sm li{
  font-size: 14px !important;
}

p.note,
ul.note li{
  text-indent: -1em;
  padding-left: 1em;
}

p.note.ast_nmb,
ul.note.ast_nmb li{
  text-indent: 0;
  padding-left: 2em;
}

p.note.ast_nmb span,
ul.note.ast_nmb li span{
  width: 2em;
  margin-left: -2em;
  display: inline-block;
}

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

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

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

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

.txt_box figure {
  display: block;
  margin: 0;
  padding: 0;
}
.txt_box figure img {
  width: 100%;
  border: none;
  box-sizing: border-box;
}
.txt_box figcaption {
  font-size: 14px !important;
  line-height: 1.3;
  display: block;
  margin-top: 5px;
}
.c2, .c2_l,.c2_s {
  display: flex;
  justify-content: space-between;
  align-content: stretch;
  align-items: flex-start;
}

.c2 > div + div,
.c2_l > div + div,
.c2_s > div + div{
  margin-top: 0;
}

.c2 > div {
  width: 48%;
}

.c2_l > div {
  width: 43%;
}
.c2_l > div + div {
  width: 55%;
}

.c2_s > div{
  width: 62%
}

.c2_s > div + div{
  width: 34%;
}

.f2{
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.f2 img{
  width: auto !important;
  height: 86% !important;
}

.staff{
  padding: 35px 30px;
  background: #e7ebed;
  border-radius: 5px;
}

.staff 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: 25px;
}

.staff > div{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.staff > div > div{
  width: 20%;
  position: relative;
}

.staff > div > div + div{
  width: 78%;
  padding: 25px;
  margin: 0;
  box-sizing: border-box;
  background: #FFF;
  border-radius: 5px;
}

.staff > div > div + div::before{
  content: "";
  border-top: 10px solid transparent;
  border-right: 20px solid #FFF;
  border-bottom: 10px solid transparent;
  position: absolute;
  top: 60px;
  left: -19px;
}

.staff .prf img{
  width: 75%;
  display: block;
  margin: 0 auto 15px;
}

.staff .prf p{
  font-size: 14px;
  line-height: 1.4;
}

.staff .prf p span{
  font-size: 18px;
  display: block;
}

.staff > div.aw > div{
  width: 45%;
  position: relative;
}

.staff > div.aw > div + div{
  width: 45%;
  padding: 0;
  margin: 0;
  background: none;
  border-radius: 0;
}

.staff > div.aw > div + div::before{
  content: "";
  border-right: none;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 25px solid #003EBD;
  position: absolute;
  top: 50%;
  left: -14%;
  transform: translateY(-50%);
}

.bb{
  border: 1px solid #B1B1B1;
  border-radius: 5px;
  overflow: hidden;
}

.bb_box{
  padding: 35px 30px;
  border: 1px solid #B1B1B1;
  border-radius: 5px;
  overflow: hidden;
}

#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{
  text-indent: 0;
  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: '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: 15px;
}

.ls_list p.post{
  font-family: 'UD Shin Go DemiBold',"UD Shin Go Regular","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",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:"UD Shin Go Regular","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

.ls_list dl dt{
  width: 7em;
}

.ope_list{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-top: 40px;
}

.ope_list li{
  width: 33%;
  font-family: 'UD Shin Go DemiBold',"UD Shin Go Regular","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",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:"UD Shin Go Regular","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ","ＭＳ Ｐゴシック","MS PGothic",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;
}

.cl_box {
  display: flex;
  justify-content: center;
  gap: 0 40px;
  margin-bottom: 100px;
}



@media screen and (max-width: 767px) {
  
  .mv{
    background: url("/~/Media/phchd/sustainability/gavernance/sp_mv.jpg") center no-repeat;
    background-size: cover;
  }
  
  .mv.n01{
    background: url("/~/Media/phchd/sustainability/gavernance/001/sp_mv.jpg") center top  no-repeat;
    background-size: cover;
  }
  .mv.n02{
    background: url("/~/Media/phchd/sustainability/gavernance/002/sp_mv.jpg") center top  no-repeat;
    background-size: cover;
  }
  .mv.n03{
    background: url("/~/Media/phchd/sustainability/gavernance/003/sp_mv.jpg") center top  no-repeat;
    background-size: cover;
  }
  .mv.n04{
    background: url("/~/Media/phchd/sustainability/gavernance/004/sp_mv.jpg") center top  no-repeat;
    background-size: cover;
  }
  
  .mv.leadership{
    background: url("/~/Media/phchd/sustainability/gavernance/leadership/sp_mv.jpg") center top  no-repeat;
    background-size: cover;
  }  
  
  ul.gave {
    display: block;
    padding: 10vw 0 15vw;
  }
  
  ul.gave.ucl {
    padding-bottom: 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;
  }
  
  .intro{
    padding-top: 10vw;
  }

  .intro p{
    font-size: 3.6vw;
    line-height: 1.6;
  }
  
  .txt_box h2 {
    font-size: 5vw;
    line-height: 1.3;
    margin-bottom: 5vw;
  }
  
  .txt_box h3{
    font-size: 4vw;
    line-height: 1.4;
    margin-bottom: 5vw;
  }
  
  .txt_box h4{
    font-size: 3.8vw;
    line-height: 1.5;
    margin-bottom: 4vw;
  }
  
  .txt_box h3.lv4{
    font-size: 3.8vw;
    line-height: 1.5;
    margin-bottom: 4vw;
  }
  
  .txt_box li,
  .txt_box p{
    font-size: 3.6vw;
    line-height: 1.7;
  }
  
  .txt_box p + p,
  .txt_box p + div,
  .txt_box div + p,
  .txt_box div + div,
  .txt_box ul + p,
  .txt_box p + ul,
  .txt_box ul + div,
  .txt_box div + ul{
    margin-top: 8vw;
  }

  .txt_box p + h2,
  .txt_box div + h2,
  .txt_box p + h3,
  .txt_box div + h3,
  .txt_box ul + h2,
  .txt_box ul + h3{
    margin-top: 10vw;
  }
  
  .txt_box .ss{
    font-size: 60%;
  }
  
  p.note,
  ul.note li,
  p.sm,
  ul.sm li{
    font-size: 3vw !important;
  }
  .txt_box p + p,
  .txt_box p + div,
  .txt_box div + p {
    margin-top: 10vw;
  }
  
  .txt_box ul.dot > li + li{
    margin-top: 2vw;
  }
  
  .txt_box figcaption {
    font-size: 3vw !important;
    line-height: 1.3;
    margin-top: 1vw;
  }
  
  .c2, .c2_l,.c2_s {
    display: block;
  }
  .c2 > div,
  .c2_s > div,
  .c2_l > div{
    width: 100%;
  }
  .c2 > div + div,
  .c2_s > div + div{
    margin-top: 8vw !important;
  }
  
  .c2_s > div + div{
    width: 80%;
    margin: 10vw auto 0;
  }
      
  .c2_l > div + div {
    width: 100%;
    margin: 5vw auto 0;
  }
  
  .f2{
    padding-top: 0;
    margin-top: 5vw !important;
  }

  .f2 img{
    width: auto !important;
    height: 41vw !important;
  }
  
  .staff{
    padding: 6vw 5vw 5vw;
    border-radius: 1vw;
  }

  .staff h3{
    font-size: 4vw;
    margin-bottom: 3vw;
  }

  .staff > div{
    display: block;
  }

  .staff > div > div{
    width: 100%;
    position: relative;
  }

  .staff > div > div + div{
    width: 100%;
    padding: 4vw;
    margin-top: 6vw;
    box-sizing: border-box;
    background: #FFF;
    border-radius: 1vw;
  }

  .staff > div > div + div::before{
    content: "";
    border-top: none;    
    border-right: 3vw solid transparent;
    border-bottom: 4vw solid #FFF;
    border-left: 3vw solid transparent;
    position: absolute;
    top: -3.9vw;
    left: 12vw;
  }

  .staff .prf img{
    width: 30vw;
    display: block;
    margin: 0;
  }

  .staff .prf p{
    font-size: 3vw;
    line-height: 1.4;
    position: absolute;
    bottom: 1vw;
    left: 35vw;
  }

  .staff .prf p span{
    font-size: 3.8vw;
    display: block;
  }
  
  .staff > div.aw{
    width: 90%;
    margin: 10vw auto 0;
  }
  
  .staff > div.aw > div{
    width: 100%;
  }

  .staff > div.aw > div + div{
    width: 100%;
    padding: 0;
    margin: 0;
    margin-top: 10vw;
    background: none;
    border-radius: 0;
  }

  .staff > div.aw > div + div::before{
    border-right: 3vw solid transparent;
    border-bottom: none;
    border-top: 4vw solid #003EBD;
    border-left: 3vw solid transparent;
    top: -7vw;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }

  .bb{
    border-radius: 1vw;
  }
  
  .bb_box{
    padding: 6vw 5vw;
    border-radius: 1vw;
  }
  
  #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: 25%;
  }
  
  .ls_list dl dd{
    width:  73%;
  }

  .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;
  }
  
  .btn_box.sm a{
    height: auto;
    font-size: 4vw;
    line-height: 1.4;
    text-align: left;
    padding: 3vw 10vw 3vw 5vw;
  }
  
  .cl_box {
    display: block;
    margin-bottom: 15vw;
  }
  .cl_box .btn_box a{
    width: 100%;
  }
  
  .cl_box .btn_box + .btn_box{
    margin-top: 8vw;
  }
}






