@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
.kv-title {
  margin-bottom: 27px;
}
.kv2 {
  background-image: url('/access/hikari/au/img/index_kv_bg_pc14.png');
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
}
.kv2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.kv2__inner {
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
.kv2__hdg {
  background: linear-gradient(to right,
  rgba(255, 99, 39, .6) 0%, rgba(255, 99, 39, .6) 50%, rgba(16, 128, 10, .6) 50%, rgba(16, 128, 10, .6) 100%);
  padding-top: 51px;
  padding-bottom: 35px;
  margin-bottom: 0;
  text-align: center;
}
.comparison {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  position: relative;
}
.comparison__first {
  background-color: rgba(255, 99, 39, .6);
  box-sizing: border-box;
  width: 50%;
  padding-right: 60px;
  padding-bottom: 46px;
  position: relative;
}
.comparison__second {
  background-color: rgba(16, 128, 10, .6);
  box-sizing: border-box;
  width: 50%;
  padding-bottom: 46px;
  padding-left: 60px;
}
.comparison__box {
  box-sizing: border-box;
  background-color: #fff;
  border: 4px solid black;
  border-radius: 10px;
  padding-bottom: 17px;
  max-width: 640px;
  position: relative;
}
.comparison__first .comparison__box {
  left: 100%;
  transform: translateX(-100%);
}
.comparison__panel {
  position: absolute;
  top: 52.5%;
  left: 100%;
  transform: translate(-50%, -50%);
  max-width: 215px;
  min-width: 170px;
  width: 15vw;
  z-index: 1;
}
.comparison__box-title {
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 0;
  padding-top: 8px;
  text-align: center;
}
.comparison__first .comparison__box-title {
  background-color: #e34c05;
}
.comparison__second .comparison__box-title {
  background-color: #258007;
}
.comparison__box-img-wrapper {
  text-align: center;
}
.comparison__box-cvbtn {
  margin: 0 auto;
  max-width: 400px;
  width: 100%;
}
.comparison__box-cvbtn-inner {
  background-color: #fcdb00;
  border-bottom: 5px solid #e4c811;
  border-radius: 5px;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  padding: 17px 24px 11px 20px;
  position: relative;
  text-align: center;
  width: 100%;
  position: relative;
}
.comparison__box-cvbtn-inner::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
  right: 9px;
  position: absolute;
}
.comparison__box-cvbtn-inner:active,
.comparison__box-cvbtn-inner:hover,
.comparison__box-cvbtn-inner:focus {
  background-color: #fcdb00;
  color: #000;
}
.kv2-banner {
  background: linear-gradient(to right, #bab6a7, #e1e1e1);
  padding-top: 22px;
  padding-bottom: 21px;
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .kv2 {
    background-image: url('/access/hikari/au/img/index_kv_bg_sp14.png');
    background-size: cover;
  }
  .kv2__inner {
    max-width: 100%;
  }
  .kv2__hdg {
    background: rgba(255, 99, 39, .6);
    padding-top: 16px;
    padding-bottom: 14px;
    margin-bottom: 0;
    text-align: center;
  }
  .kv2__hdg img {
    max-width: 343px;
  }
  .comparison {
    display: block;
  }
  .comparison__first {
    padding: 0 27px 27px;
    width: 100%;
  }
  .comparison__second {
    padding: 41px 27px 15px;
    width: 100%;
  }
  .comparison__panel {
    top: 100%;
    left: 50%;
    transform: translate(-50%, -36%);
    max-width: none;
    min-width: auto;
    width: 217px;
    z-index: 1;
  }
  .comparison__box {
    border-width: 2px;
    margin: 0 auto;
    padding-bottom: 13px;
  }
  .comparison__first .comparison__box {
    left: auto;
    transform: none;
  }
  .comparison__box-title {
    border-radius: 8px 8px 0 0;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 2px;
  }
  .comparison__box-cvbtn {
    max-width: 200px;
    width: 100%;
  }
  .comparison__box-cvbtn-inner {
    background-color: #fcdb00;
    border-bottom: 2px solid #e4c811;
    border-radius: 5px;
    box-sizing: border-box;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 12px 3px 8px;
    text-align: center;
    position: relative;
  }
  .comparison__box-cvbtn-inner::before {
    width: 4px;
    height: 4px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    right: 4px;
  }
  .kv2-banner {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }
  .kv2-banner img {
    width: 100%;
  }
}

.kv_area {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 20px;
  /*
  border-top: 1px solid #f2f2f0;
  */
  border-bottom: 1px solid #f2f2f0;
  position: relative;
}

.kv_area .main_kv_btn {
  position: absolute;
  width: 44.27%;
  left: 13.59%;
  bottom: 6.13%;
}

.kv_area .main_kv_btn img {
  width: 100%;
  height: auto;
}

.kv_inner {
  max-width: 1100px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .kv_area img {
    width: 100%;
    height: auto;
  }
  .kv_area .main_kv_btn {
    width: calc(100% - 9.6%);
    position: absolute;
    left: 4.8%;
    bottom: 3.49%;
  }
}

/* ポイントボックス（特典内訳） */
.pointbox_breakdown {
  width: 100%;
  max-width: 804px;
  margin: 0 auto 45px;
}
.pointbox_breakdown_hd {
  color: #fff;
  background-color: #2994D2;
  border-color: #2b292a;
  border-radius: 9px 9px 0 0;
  border-style: solid;
  border-width: 3px 3px 0 3px;
  padding: 10px 10px;
  margin-bottom: 0;
  font-size: 2rem;
}
.pointbox_breakdown_body {
  background-color: #fff;
  border-color: #2b292a;
  border-radius: 0 0 9px 9px;
  border-style: solid;
  border-width: 0 3px 3px 3px;
  padding: 30px 44px 12px;
}
.pointbox_breakdown_body .mod-hdg3 {
  text-align: left;
  font-size: 2rem;
}
.pointbox_breakdown_body .mod-hdg3::after {
  content: none;
}
.pointbox_breakdown_body .mod-hdg3.type-noborder::before {
  content: none;
}
.pointbox_breakdown_body p {
  font-size: 1.6rem;
}
.pointbox_breakdown_body .mod-listDisc li {
  font-size: 1.6rem;
}
.pointbox_breakdown_body em {
  color: #f04205;
  font-size: 2.4rem;
  font-weight: bold;
}
.pointbox_breakdown_body em.em_smaller {
  font-size: 1.6rem;
}
.pointbox_breakdown_body em.em_flex {
  font-size: 2.4rem;
}
.pointbox_breakdown_body .mod-listDisc > li::before {
  top: 1em;
}
.pointbox_breakdown_body .mod-listDisc > li.list-adjustment-2::before {
  top: .5em;
}
* + .mod-hdg3 {
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .pointbox_breakdown_body {
    padding: 10px 10px 15px;
  }
  .pointbox_breakdown_body .mod-hdg3 {
    font-size: 2rem;
  }
  .pointbox_breakdown_body .mod-listDisc > li::before {
    top: .35em;
  }
  .pointbox_breakdown_body .mod-listDisc > li.list-adjustment:before {
    top: .7em;
  }
  .pointbox_breakdown_body .mod-listDisc > li.list-adjustment-2::before {
    top: .35em;
  }
  .pointbox_breakdown_body em.em_flex {
    font-size: 1.6rem;
  }
}

/* 汎用 */
.fz80p {
  font-size: .8em !important;
}
.fz140p {
  font-size: 1.4em !important;
}
.tdu {
  text-decoration: underline;
}

.img-over:hover {
opacity: .7;
}

/* 注意事項BOX */
.notes_box {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 20px;
}
.notes_box dt {
  background: #000;
  color: #fff;
  padding: 7px 13px 7px 10px;
  letter-spacing: 2px;
  line-height: 1.3;
  position: relative;
  min-width: 30px;
}
.notes_box dt span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.notes_box dd {
  padding-left: 10px;
}

@media only screen and (max-width: 767px) {
.notes_box {
  font-size: 12px;
  font-size: 1.2rem;
}
.notes_box dt {
  padding: 7px 10px;
  min-width: 26px;
}
.notes_box.sp-hide {
  display: none;
}
}

/* So-net(auひかり)の引越しをオススメする理由 */
.removal_reason strong {
  color: #159845;
}


/* 2020-04-24 */
/* Pc Size 768px ~*/
.i-mediaSp {
  display: none;
}
.i-kv-inner {
  max-width: 100%;
}
.i-kv_area {
  border-bottom: none;
}
.i-npbtn {
  padding: 10px 230px 38px;
}
.i-npbtn__inner {
  display: block;
  background: #000;
  color: #fff;
  text-align: center;
  padding: 9px 0;
  border-radius: 40px;
  font-size: 20px;
  position: relative;
}
.i-npbtn__inner::before {
  content: "";
  display: block;
  background: url(../img/arrow_w.png) no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
a.i-npbtn__inner:hover {
  color: #fff;
}
.i-npbtn__inner--serv {
  display: block;
  background: #eb5503;
  color: #fff;
  text-align: center;
  padding: 9px 55px;
  border-radius: 40px;
  font-size: 20px;
  position: relative;
}
.i-npbtn__inner--serv::before {
  content: "";
  display: block;
  background: url(../img/arrow_o.png) no-repeat;
  background-size: contain;
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
a.i-npbtn__inner--serv:hover {
  color: #fff;
}
.i-npbtn--serv {
  padding: 24px 230px 60px;
}
.i-plan__title {
  text-align: center;
  padding: 60px 0 40px;
}
#speed {
  background: url(../img/speed_bg.png) no-repeat center center / cover;
  margin-bottom: 25px;
}
.speed__title {
  text-align: center;
  padding: 60px 0 30px;
}
.speed__img + .speed__img {
  margin-top: 30px;
}
.i-flow {
  display: flex;
  position: relative;
}
.i-flow__middle {
  position: absolute;
  top: 0;
  right: 16%;
  z-index: -50;
  height: 100%;
}
.i-flow__middle img {
  height: 100%;
}
.i-flow__end {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -50;
  height: 100%;
}
.i-flow__end img {
  height: 100%;
}
.i-caption__inner {
  text-align: center;
  margin: 0;
  padding: 40px 0 60px;
  font-weight: bold;
  line-height: 32px;
}
.i-service__title {
  text-align: center;
  padding: 0 0 50px;
}
.i-aubnr__title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 40px;
}

/* SP Size ~ 767px*/
@media screen and (max-width: 767px) {
  .i-mediaPc {
    display: none;
  }
  .i-mediaSp {
    display: block;
  }
  .i-npbtn {
    padding: 0 0 25px;
  }
  .i-npbtn__inner {
    font-size: 12px;
  }
  .i-npbtn__inner::before {
    width: 17px;
    height: 17px;
  }
  .i-plan__title {
    padding: 30px 0 20px;
  }
  .speed__title {
    text-align: center;
    padding: 30px 0 25px;
  }
  .speed__img + .speed__img {
    margin-top: 25px;
  }
  .i-caption__inner {
    text-align: left;
    font-size: 12px;
    line-height: 18px;
    padding: 20px 0 50px;
  }
  .i-service__title {
    padding: 0 75px 25px;
  }
  .i-npbtn--serv {
    padding: 15px 0 30px;
  }
  .i-npbtn__inner--serv {
    padding: 8px 25px;
    font-size: 12px;
  }
  .i-npbtn__inner--serv::before {
    width: 17px;
    height: 17px;
    right: 6px;
  }
  .i-aubnr__title {
    text-align: left;
    font-size: 1.6rem;
    margin-top: 30px;
  }
}

.bnr_option_area h3 {
  line-height: 1.2;
}
.bnr_option_area .mod-boxToggle {
  border: none;
}
.bnr_option_area .mod-boxToggle .content {
  padding: 2em;
  border: 1px solid #ccc;
  border-top: none;
}
.bnr_option_area .mod-boxToggle > .title {
  padding: 0;
  background: #fff;
}
[data-script-enabled] .bnr_option_area .js-toggle .js-toggleHook > span {
  padding: 0;
}
[data-script-enabled] .bnr_option_area .js-toggle .js-toggleBtn {
  opacity: 0;
}

.service-wifiArea-title {
  padding: 0 0 34px 0px;
  margin-top: 2em;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 48px;
}

.service-wifiArea-hdg {
  position: relative;
  display: inline-block;
}

.service-wifiArea-hdg::before {
  content: "";
  position: absolute;
  background: url(/access/hikari/collabo/ad/cb/images/images2/service_icon-wifi.jpg) center / contain no-repeat;
  top: -50px;
  left: -125px;
  width: 110px;
  height: 125px;
}

.service-wifiArea-box {
  border: 3px solid #00FA9A;
  box-shadow: 0 0 3px rgb(0 0 0 / 50%);
  max-width: 1100px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 1.5em;
  text-align: center;
}

.service-wifiArea-desc {
  text-align: left;
  margin: 30px auto 15px;
  max-width: 900px;
  font-size: 1.6rem;
}

.service-wifiArea-list {
  text-align: left;
  margin: 0 auto;
  max-width: 900px;
}

.service-wifiArea-list > li {
  margin-bottom: 4px;
  position: relative;
  padding-left: 1.3em;
  text-align: left;
  color: #223;
}

.service-wifiArea-list > li > .mark {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 1.2em;
  content: '';
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  color: #223;
}

.bnr-cpn-limited{
  margin: 0 auto 50px;
  text-align: center;
}
.bnr-cpn-limited a{
  transition: all 0.3s ease;
}
.bnr-cpn-limited a:hover{
  opacity: .7;
}

@media only screen and (max-width: 767px) {

  .service-wifiArea-title {
    padding: 30px 15px 25px 30px;
    font-size: 30px;
    margin-top: 20px;
    line-height: 24px;
  }

  .service-wifiArea-hdg::before {
    top: -25px;
    left: -65px;
    width: 55px;
    height: 60px;
  }

 .service-wifiArea-box {
   padding: 8px 10px 20px;
 }

 .service-wifiArea-desc {
   font-size: 1.4rem;
 }

 .service-wifiArea-list > li {
   font-size: 1.2rem;
 }
  .point03__box {
    margin-top: 7.03125vw;
    border: 0.78125vw solid #eb5505;
    -moz-border-radius: 1.04167vw;
    border-radius: 1.04167vw;
    background-color: #fff;
  }
  .point03__box dl {
    margin: 0 auto;
    padding: 3.90625vw;
  }
  .point03__box dl dt {
    font-size: 4.6875vw;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 3.64583vw;
  }
  .point03__box dl dd {
    padding: 3.25521vw 0 0;
  }
  .point03__box dl dd .return__title {
    padding: 0 1.95313vw;
  }
  .bnr-cpn-limited{
    margin: 0 12px 30px;
  }
}

@media screen and (min-width: 768px), print {
  .point03__box {
    margin-top: 32px;
    border: 4px solid #eb5505;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #fff;
  }
  .point03__box dl {
    width: 800px;
    margin: 0 auto;
    padding: 30px 0;
  }
  .point03__box dl dt {
    font-size: 3.2rem;
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: center;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 14px;
  }
  .point03__box dl dd {
    padding: 30px 0 15px;
  }
}