/* wl-denkiタブ */
.MAIN-COLUMN .tabSkipLinkMulti .is_current {
  background-color: #0e0d6a;
}
.MAIN-COLUMN .tabSkipLinkMulti li a{
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}

/* アコーディオン */
.accordion_wrap {
  padding-bottom: 17px!important;
}
.accordion {
  border-bottom: 1px solid #0e0d6a;
}
.accordion > .accordion_head{
  display: block;
  position: relative;
}
.accordion > .accordion_head a {
  display: block;
  padding: 20px 40px 20px 10px;
  background: #ffffff;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 114.28571%;
  font-weight: 600;
}
.accordion > .accordion_head a:visited {
  color: #0066aa;
}
.accordion > .accordion_head.accordion_openHead a {
  background: #f9fafc;
}
.accordion > .accordion_head .icon_openClose {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
}
.accordion > .accordion_head .icon_openClose img {
  vertical-align: top;
  border: none;
}
.accordion > .accordion_body {
  display: none;
}
@media screen and (min-width: 769px){
    .accordion > .accordion_body {
      padding: 30px 20px;
    }
    .accordion > .accordion_body .hLevel4Wrap + .hLevel4Wrap{
      margin-top: 30px;
    }
    .accordion > .accordion_head a:hover {
      background: #f9fafc;
      text-decoration: none;
    }
    .accordion > .accordion_body .hLevel4:first-child{
        margin-bottom: 20px!important;
    }
}
@media only screen and (max-width: 767px){
    .accordion > .accordion_body {
      padding: 20px 15px 30px;
    }
    .accordion > .accordion_body .hLevel4Wrap + .hLevel4Wrap{
      margin-top: 30px;
    }
    .accordion > .accordion_body .hLevel4:first-child{
      margin-bottom: 15px!important;
    }
    .accordion > .accordion_head a:active,
    .accordion > .accordion_head a:focus {
      text-decoration: none;
      color: #0066aa;
    }
}

/* 約款周り */
.conditions_wrap:not(:last-of-type) {
  border-bottom: 1px solid #e6e9ee;
}
.conditions_wrap + *:not(.conditions_wrap) {
  margin-top: 15px;
}
.conditions_wrap > .conditions_button_wrap > .conditions_button + .conditions_button {
  margin-top: 10px;
}
.conditions_wrap > .conditions_button_wrap > .conditions_button a {
  padding: 10px;
  background: #ffffff;
  border: 1px solid #222;
  border-radius: 30px;
  text-align: center;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.conditions_wrap > .conditions_button_wrap > .conditions_button a > .icon_pdf {
  margin-right: 0;
}
@media screen and (min-width: 769px){
  .conditions_wrap {
    display: flex;
    align-items: center;
  }
  .conditions_wrap:not(:last-of-type) {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .conditions_wrap > .conditions_text {
    width: 325px;
    margin: 0 30px 0 0!important;
  }
  .conditions_wrap > .conditions_button_wrap{
    width: calc(100% - 325px);
  }
  .conditions_wrap > .conditions_button_wrap > .conditions_button a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .conditions_wrap > .conditions_button_wrap > .conditions_button a:hover {
    background-color: #0e0d6a;
    color: #ffffff!important;
    text-decoration: none;
  }
}
@media screen and (max-width: 768px){
  .conditions_wrap:not(:last-of-type) {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .conditions_wrap > .conditions_text {
    margin: 0 0 10px 0!important;
  }
  .conditions_wrap > .conditions_button_wrap > .conditions_button {
    display: flex;
  }
  .conditions_wrap > .conditions_button_wrap > .conditions_button a {
    width: 100%;
  }
  .conditions_wrap > .conditions_button_wrap > .conditions_button a:active,
  .conditions_wrap > .conditions_button_wrap > .conditions_button a:focus {
    text-decoration: none;
  }
}