@charset "UTF-8";
/* ============================== service > fee */
.about_fee {
  font-size: 2rem;
  margin: 15px 0;
}
.about_fee .txt_nomal {
  font-size: 1.8rem;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .about_fee .txt_nomal {
    display: block;
    font-size: 1.6rem;
    margin-left: 0;
  }
}

.sec_fee-nots .h2_ttl-style {
  margin-top: 40px;
}

.attention_fee {
  margin-top: 25px;
}
.attention_fee > dt {
  font-size: 2rem;
  font-weight: bold;
}
.attention_fee > dd {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .attention_fee {
    margin-top: 20px;
  }
  .attention_fee > dt {
    font-size: 1.8rem;
  }
  .attention_fee > dd {
    margin-top: 10px;
  }
}

.attention_fee .inner-dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.attention_fee .inner-dl dt {
  flex: 0 0 5em;
  padding-right: 1em;
  position: relative;
}
.attention_fee .inner-dl dt::after {
  content: "：";
  position: absolute;
  right: 0;
  top: 0;
}
.attention_fee .inner-dl dd {
  flex: 0 0 calc(100% - 5em);
}

/* 時間帯別手数料の図 */
.fee_figure figcaption {
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .fee_figure .sp_scroll {
    overflow-x: scroll;
    padding-top: 0.75lh;
    width: 100%;
  }
  .fee_figure .sp_scroll .sp_scroll-msg {
    font-family: "ZenMaruGothic", sans-serif;
    font-size: 1.3rem;
    font-weight: bold;
    margin-top: -1lh;
    position: absolute;
    left: 20px;
  }
  .fee_figure .sp_scroll .sp_scroll-msg::before {
    background: url(/assets/images/common/icon_double-arrow.svg) no-repeat center/contain;
    content: "";
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: -2px;
    vertical-align: middle;
    height: 24px;
    width: 34px;
  }
  .fee_figure .sp_scroll img {
    width: 165vw;
    max-width: none;
  }
}
@media screen and (min-width: 769px) {
  .fee_figure .sp_scroll .sp_scroll-msg {
    display: none;
  }
}

/* タイトル内 アイコン */
.fee_icons_zeronet {
  flex: 0 0 161px;
  position: relative;
  top: 0.5lh;
}
@media screen and (max-width: 768px) {
  .fee_icons_zeronet {
    align-self: flex-end;
    flex-basis: auto;
    margin-top: 3px;
    order: 4;
    position: static;
    max-width: 111px;
  }
}

.fee_icons_nyukinnet {
  flex: 0 0 74px;
}
@media screen and (max-width: 768px) {
  .fee_icons_nyukinnet {
    align-self: flex-end;
    flex-basis: auto;
    margin-top: 5px;
    order: 4;
    max-width: 74px;
  }
}

/* 手数料のテーブル for PC */
.sec_fee-tables .tbl_basic-style thead th {
  font-size: 2.2rem;
}
.sec_fee-tables .tbl_basic-style thead th:first-of-type {
  width: 21.7741935484%;
}
.sec_fee-tables .tbl_basic-style tbody th {
  background: #CBEECD;
  padding: 18px 25px;
  text-align: center;
}
.sec_fee-tables .tbl_basic-style tbody th:not(.txt_nomal) {
  font-size: 2.2rem;
  line-height: 1.5;
}
.sec_fee-tables .tbl_basic-style tbody td {
  padding: 14px 27px;
  text-align: center;
}
.sec_fee-tables .tbl_basic-style.tbl_fee-td_left tbody td {
  text-align: left;
}

.tbl_fee-style1 tbody th:nth-of-type(2) {
  width: 27.9838709677%;
}
.tbl_fee-style1 tbody th:nth-of-type(3) {
  width: 14.5161290323%;
}
.tbl_fee-style1 tbody th:nth-of-type(4) {
  width: 19.3548387097%;
}
.tbl_fee-style1 tbody th:nth-of-type(5) {
  width: 16.1290322581%;
}

.tbl_fee-style2 tbody tr:nth-of-type(2) th:nth-of-type(2) {
  width: 27.9838709677%;
}
.tbl_fee-style2 tbody tr:nth-of-type(2) th:nth-of-type(3) {
  width: 14.5161290323%;
}
.tbl_fee-style2 tbody tr:nth-of-type(2) th:nth-of-type(4) {
  width: 19.3548387097%;
}
.tbl_fee-style2 tbody tr:nth-of-type(2) th:nth-of-type(5) {
  width: 16.1290322581%;
}

.tbl_fee-style3 tbody tr:nth-of-type(2) td:nth-of-type(1) {
  width: 11.2903225806%;
}
.tbl_fee-style3 tbody tr:nth-of-type(2) td:nth-of-type(3) {
  width: 14.5161290323%;
}
.tbl_fee-style3 tbody tr:nth-of-type(2) td:nth-of-type(4) {
  width: 35.4838709677%;
}

.tbl_fee-style4 tbody tr:nth-of-type(1) td:nth-of-type(1) {
  width: 27.9838709677%;
}
.tbl_fee-style4 tbody tr:nth-of-type(1) td:nth-of-type(2) {
  width: 12.0967741935%;
}
.tbl_fee-style4 tbody tr:nth-of-type(1) td:nth-of-type(4) {
  width: 8.6290322581%;
}
.tbl_fee-style4 tbody tr:nth-of-type(1) td:nth-of-type(5) {
  width: 11.2903225806%;
}

.tbl_fee-style5 thead th:nth-of-type(2),
.tbl_fee-style5 thead th:nth-of-type(4) {
  width: 18.5483870968%;
}
.tbl_fee-style5 thead th:nth-of-type(3) {
  width: 16.1290322581%;
}

.kome_exchange + .list_basic-style {
  margin-left: 1em;
}

.tbl_fee-style5_note, .tbl_fee-style6_note {
  margin-top: 15px;
  padding-left: 2em;
  position: relative;
}
.tbl_fee-style5_note span, .tbl_fee-style6_note span {
  position: absolute;
  left: 0;
  top: 0;
}

.tbl_fee-style6 tbody tr:nth-of-type(2) td:nth-of-type(1) {
  width: 11.2903225806%;
}
.tbl_fee-style6 tbody tr:nth-of-type(2) td:nth-of-type(2) {
  width: 15.7258064516%;
}
.tbl_fee-style6 tbody tr:nth-of-type(2) td:nth-of-type(4) {
  width: 16.1290322581%;
}
.tbl_fee-style6 tbody tr:nth-of-type(2) td:nth-of-type(5) {
  width: 8.064516129%;
}
.tbl_fee-style6 tbody tr:nth-of-type(2) td:nth-of-type(6) {
  width: 11.2903225806%;
}

.tbl_fee-style6_note + .list_basic-style {
  margin-left: 2em;
}

.tbl_fee-style7 tbody tr:nth-of-type(1) td:nth-of-type(1) {
  width: 27.0161290323%;
}

/* 手数料のテーブル for SP */
.tbl_fee-style_sp {
  border-collapse: collapse;
  border-left: #919191 1px solid;
  border-top: #919191 1px solid;
  table-layout: fixed;
  width: 100%;
}
.tbl_fee-style_sp th, .tbl_fee-style_sp td {
  border-bottom: #919191 1px solid;
  border-right: #919191 1px solid;
  font-size: 1.3rem;
  padding: 10px 5px;
  text-align: center;
}
.tbl_fee-style_sp thead th {
  background: #99CCFF;
}
.tbl_fee-style_sp tbody th {
  background: #CBEECD;
}
.tbl_fee-style_sp tbody th.sub_th {
  background: #F8F8E6;
  font-size: 1.2rem;
  font-weight: normal;
  padding: 5px;
}
.tbl_fee-style_sp td {
  background: #fff;
  text-align: center;
}

.tbl_fee-style_sp.fee-sp_atm colgroup col:first-child,
.tbl_fee-style_sp.fee-sp_exchange2 colgroup col:first-child {
  width: 35.9281437126%;
}
.tbl_fee-style_sp.fee-sp_atm colgroup col:nth-child(2),
.tbl_fee-style_sp.fee-sp_exchange2 colgroup col:nth-child(2) {
  width: 29.9401197605%;
}

.tbl_fee-style_sp.fee-sp_exchange3 colgroup col:first-child,
.tbl_fee-style_sp.fee-sp_administrative2 colgroup col:first-child {
  width: 35.9281437126%;
}

.tbl_fee-style_sp.fee-sp_exchange colgroup col:first-child {
  width: 32.9341317365%;
}

/* ============================== service > interest */
.section_interest ul {
  list-style: none;
  margin: 40px 0;
  padding: 0;
}
.section_interest ul li:nth-child(n+2) {
  margin-top: 30px;
}
.section_interest ul li a {
  color: #263F88;
  display: inline-block;
  font-size: 2rem;
  font-weight: bold;
  opacity: 1;
  padding-left: 53px;
  position: relative;
  text-decoration: underline;
}
.section_interest ul li a::before {
  background: url(/assets/images/common/icon_pdf_L.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-55%);
  height: 30px;
  width: 38px;
}
.section_interest ul li a::after {
  content: none;
}
.section_interest ul li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .section_interest ul li a {
    font-size: 1.8rem;
    line-height: 1.3;
    padding-left: 48px;
  }
  .section_interest ul li a::before {
    height: 25px;
    width: 35px;
  }
}

/* ============================== service > other */
@media screen and (max-width: 768px) {
  .tbl_other thead {
    display: none;
  }
}

.tbl_other tbody th {
  text-align: center;
  width: 29.8387096774%;
}
@media screen and (max-width: 768px) {
  .tbl_other tbody th {
    width: 100%;
  }
  .tbl_other tbody tr:first-of-type th {
    border-radius: 10px 10px 0 0 !important;
  }
}

.img_jdebit {
  display: flex;
  align-items: center;
}
.img_jdebit img {
  margin-right: 0.5em;
  max-width: 55px;
}/*# sourceMappingURL=service.css.map */