@charset "UTF-8";
.aoi-wrap {
  font-size: 18px;
}

.aoi-wrap h4 {
  font-size: 1.5em;
  position: relative;
  padding: 6px 0 6px 34px;
  border-bottom: 2px solid #ce0d55;
  color: #333;
  line-height: 1.5;
  margin: 1.5em 0 0.5em 0;
  font-weight: bold;
}

.aoi-wrap h4::before,
.aoi-wrap h4::after {
  content: "";
  position: absolute;
  background-color: #ce0d55;
}

.aoi-wrap h4::before {
  top: 0;
  left: 14px;
  width: 12px;
  height: 12px;
  transform: rotate(50deg);
}

.aoi-wrap h4::after {
  top: 18px;
  left: 8px;
  width: 8px;
  height: 8px;
  transform: rotate(20deg);
}

.aoi-wrap .request {
  overflow: hidden;
}

.aoi-wrap .request .form,
div#app-dl_box,
.aoi-wrap .request .others {
  width: 48%;
}

.aoi-wrap .request .form,
.aoi-wrap .request .others {
  float: left;
}

div#app-dl_box {
  float: right;
}

.aoi-wrap .request .method {
  margin: 0 0 0.5em;
}

.aoi-wrap .request .form {
  margin: 0 0 1em;
}

#contentsBox .aoi-wrap .request .btn_form a {
  display: block;
  color: #000;
  text-align: center;
  background: #facae4;
  padding: 0.5em 0;
  border-radius: 100vh;
  transition: 0.5s;
}

#contentsBox .aoi-wrap .request .btn_form a:hover {
  text-decoration: none;
  opacity: 1;
  color: #fff;
  background: #ce0d55;
}

.aoi-wrap .request .form .note {
  font-size: 0.8em;
  text-align: center;
  margin: 0.25em 0 0;
}

.aoi-wrap .request .app {
  width: 450px;
}

/*========== BSNアプリダウンロードリンク Start. ==========*/
div#app-dl_box p.app-dl_head {
  background-color: #0052a4;
  color: #ffffff;
  text-align: center;
  margin: 0 0 0.5em;
  border-radius: 100vh;
  padding: 0.5em 0;
}

div#app-dl_box ul.app-dl_link {
  display: flex;
}

div#app-dl_box ul.app-dl_link a {
  display: block;
}

div#app-dl_box ul.app-dl_link li:nth-of-type(2n+1) {
  margin: 0 0.5em;
}

div#app-dl_box ul.app-dl_process {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin: 1em auto 0.5em;
}

div#app-dl_box ul.app-dl_process li {
  text-align: center;
  line-height: 1.25em;
  font-size: 0.9em;
}

div#app-dl_box ul.app-dl_process li.app-btn1 {
  width: 38%;
}

div#app-dl_box ul.app-dl_process li.right-arrow {
  width: 10%;
  padding: 0 0.5em 1em;
}

div#app-dl_box ul.app-dl_process li.app-btn2 {
  width: 52%;
}

div#app-dl_box ul.app-dl_process li.app-btn1 img,
div#app-dl_box ul.app-dl_process li.app-btn2 img {
  filter: drop-shadow(1px 1px 2px #333333);
}

div#app-dl_box ul.app-dl_process li.app-btn2 img {
  margin: 0 0 0.5em;
}

div#app-dl_box .note {
  font-size: 0.8em;
  text-align: center;
}

/*========== BSNアプリダウンロードリンク end. ==========*/
.aoi-wrap .request .others > div {
  display: flex;
  margin: 0 0 0.5em;
}

.aoi-wrap .request .others > div .left {
  width: 9em;
}

.aoi-wrap .request .others > div .right {
  font-size: 0.9em;
}

@media screen and (max-width: 767px) {
  .aoi-wrap {
    font-size: 14px;
    width: 95%;
    margin: 0 auto;
  }
  .aoi-wrap .request .form,
  div#app-dl_box,
  .aoi-wrap .request .others {
    width: auto;
  }
  .aoi-wrap .request .form,
  div#app-dl_box,
  .aoi-wrap .request .others {
    float: none;
  }
}/*# sourceMappingURL=20240814aoi.css.map */