
@charset "UTF-8";

/*****************
l_paychoiceWrap
*****************/
.l_paychoiceWrap{
  width:  100%;
  margin-bottom: 50px;
  font-size: min(2.2vw, 18px);
}
.l_paychoiceWrap a{
  text-decoration: underline;
  color: #315090;
}
.l_paychoiceWrap a:hover{
  text-decoration: none;
}
.l_paychoiceInner{

}
.l_paychoiceInner:not(:last-child){
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.l_paychoiceTtl{
  margin: 0 0 20px;
  font-size: min(2.5vw, 20px);
  letter-spacing: .05em;
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.l_paychoiceTtl span a{
  font-size: min(1.5vw, 15px);
  margin-left: 20px;
  padding-left: 20px;
  border-left: 1px solid #000;
}
.l_paychoiceLogo{
  margin: 15px 0;
}
.l_paychoiceLogo > img{
  height: 45px;
  object-fit: contain;
}
.l_paychoiceLogo ul{
  display: flex;
  gap: 15px;
}
.l_paychoiceTxt + .l_paychoiceTxt{
  margin-top: 15px;
}
.l_payContentsh4Ttl{
  margin: 0 0 25px;
  font-size: min(2.5vw, 20px);
  font-weight: 500;
}

@media (max-width: 768px) {
  .l_paychoiceWrap{
    margin-bottom: 6.25vw;
    font-size: 4vw;
  }
  .l_paychoiceInner:not(:last-child){
    margin-bottom: 6.25vw;
  }
  .l_paychoiceTtl{
    margin: 0 0 20px;
    font-size: 4.3vw;
    letter-spacing: .08em;
    flex-direction: column;
    gap: 15px;
  }
  .l_paychoiceTtl span a{
    font-size: 3.2vw;
    margin-left:0;
    padding-left: 0;
    border-left: none;
  }
  .l_paychoiceTxt a{
    display: block;
    text-align: center;
  }
  .l_paychoiceLogo ul {
    justify-content: center;
  }
  .l_payContentsh4Ttl{
    margin: 0 10px 25px;
    font-size: 4.3vw;
    font-weight: 600;
    letter-spacing: .08em;
  }
}














.l_tbl{
  margin-bottom: 50px;
  width: 100%;
  table-layout: fixed;
}
.l_scrollTblWrap .l_tbl{
  margin-bottom: 0;
}
.l_tbl.l_scrollTbl{
  width: 100%;
  margin-bottom: 20px;
  margin-right: 20px;
  min-width: 800px;
  table-layout: fixed;
  white-space:nowrap
}
.l_tbl.l_scrollTbl.l_scrollTbl_01 .el_tblTtl{
  font-size: min(2vw,16px);
}
.l_tbl{
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
}
.l_tbl th{
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  text-align: center;
}
.l_tbl td{
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  height: 70px;
  padding: 13px 0 15px;
  font-size: min(2.2vw,18px);
  letter-spacing: .05em;
  line-height: 1.25;
  text-align: center;
}
.l_tbl p{
  padding: 0 40px;
  text-align: left;
}
.el_tblTtl{
  background: #092253;
  padding: 13px 0 15px;
  font-size: min(2.5vw,20px);
  font-weight: 400;
  letter-spacing: .05em;
  line-height: 1.25;
  text-align: center;
  color: #fff;
}
.el_tblSttl{
  background: #eee;
  font-weight: 400;
}
.el_tblTtl small{
  font-size: min(1.1vw,9px);
}
.l_tbl .el_tax{
  font-size: min(1.25vw,10px);
}
.l_tbl .el_supple{
  font-size: min(1.6vw,13px);
}
.l_stbl{
  width: min(63.7vw,510px);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
}
.el_atten{
  font-size: min(2vw,16px);  
}
.l_scrollTblTxt{
  margin-top: -20px;
  font-size: min(2.2vw,18px);
  text-align: left;
}

@media (max-width: 768px) {
  .l_tbl{
    margin-bottom: 13.9vw;
  }
  .l_tbl.l_scrollTbl{
    margin-right: 6.6vw; 
    margin-bottom: 4vw;
  }
  .l_tbl.l_scrollTbl.l_scrollTbl_01 .el_tblTtl{
    font-size: min(3.4vw,20px);
  }
  .l_tbl.l_scrollTbl.l_scrollTbl_01 td{
    height: 14vw;
    font-size: 3.4vw;
  }
  .l_tbl td{
    height: 9.3vw;
    font-size: 4.3vw;
  }
  .l_tbl p{
    padding: 0 5.1vw;
  }
  .el_tblTtl{
    font-size: 4.3vw;
  }
  .el_tblSttl{
    font-size: 3.4vw;
  }
  .el_tblTtl small{
    font-size: 2vw;
  }
  .l_tbl .el_tax{
    font-size: 2.5vw;
  }
  .l_tbl .el_supple{
    font-size: 2.8vw;
  }
  .l_stbl{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 6.25vw;
  }
  .el_atten{
    font-size: 3.75vw;  
  }
  .l_scrollTblTxt{
    margin-top: -8vw;  
    font-size: 3.1vw;  
  }
}