@charset "UTF-8";
#wrapper {
  padding-top: 60px;
  overflow: hidden;
}
@media screen and (min-width: 767.99px) {
  #wrapper {
    padding-top: 75px;
  }
}
/*----------------------------------------------

KV

----------------------------------------------*/
@media screen and (min-width: 767.99px) {
  .kv {
    overflow: hidden;
    height: 440px;
    background-color: #FFE100;
    position: relative;
  }
  .kv h1 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    width: 2800px;
    text-align: center;
  }
}
/*----------------------------------------------

common

----------------------------------------------*/
.lp-contents-body {
  padding: 0 10px;
}
.section-h2 h2 {
  font-size: 2.4rem;
  font-weight: 500 !important;
  text-align: center;
  line-height: 1.5;
  margin: 0 0 20px;
}
@media screen and (min-width:1024px) {
    .section-h2 h2 {
        font-size: 4.0rem;
    }
}

.btn.white > a {
  color: #000000;
  border-color: #b7b7b7;
  background-color: #fff;
  background-image: url(/share/img/arrow-link-gy.svg);
}
.btn.white > a:hover {
  color: #fff;
  background-color: #b7b7b7;
  background-image: url(/share/img/arrow-link.svg);
}
.font-extralight {
  font-weight: 100 !important;
}
.font-light {
  font-weight: 300 !important;
}
.font-medium {
  font-weight: 400 !important;
}
.font-semibold {
  font-weight: 500 !important;
}
.font-bold {
  font-weight: 600 !important;
}
.font-extrabold {
  font-weight: 700 !important;
}
.font-black {
  font-weight: 900 !important;
}


/*----------------------------------------------

関西でネットを使うならeo光！

----------------------------------------------*/
.plan_container {
  background-image: url("../img/plan-bg.gif");
  background-position: center 0;
  background-repeat: repeat-y;
  background-size: auto 20px;
  padding: 0 0 20px;
}
.plan_container-wrap {
  display: flex;
  text-align: center;
  padding: 22px 0 0 0;
  gap: 10px;
}
.plan_container-item {
  flex-basis: 50%;
  max-width: 50%;
}
.plan_container-shoulder {
  font-size: 1.5rem;
  font-weight: 400;
}
.plan_tab {
  color: #000;
  background-color: #ec2743;
  border-radius: 10px 10px 0 0;
  margin: 10px 0 0 0;
  padding: 5px;
}
.plan_container-item:last-child .plan_tab {
  background-color: #ffe102;
}
.plan_box-name {
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
}
.plan_container-item:last-child .plan_tab .plan_box-name {
  color: #000;
}
.plan_container-item:last-child .plan_tab .plan_box-name small {
  font-size: 76%;
}
.plan_tab-wrap {
  background-color: #fff;
  border-radius: 5px;
  margin: 8px 0 0 0;
  padding: 6px;
}
.plan_tab-wrap p {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 1.2rem;
  line-height: 1.5;
  margin: 0 0 8px;
}
.plan_box-container {
  text-align: center;
  background-color: #fff;
  padding: 20px 10px;
}
.plan_box-inner {
  position: relative;
}
.plan_box-inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 1px;
  height: 100%;
  background-color: #b7b7b7;
}
.plan_box-01 {
  display: flex;
  justify-content: space-between;
  line-height: 1.4;
}
.plan_box-01-item {
  display: flex;
  flex-direction: column;
  flex-basis: calc(50% - 10px);
  max-width: calc(50% - 10px);
  border: 1px solid #b7b7b7;
  border-radius: 10px;
  padding: 10px 2px;
}
.plan_box-small {
  font-size: 1.2rem;
}
.text_red {
  color: #eb0731;
}
.plan_box-tlink01 {
  font-size: 1.4rem;
  margin: auto 0 0 0;
  padding: 15px 0 0 0;
}
.plan_box-02 {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 10px;
  margin: 10px 0 0 0;
  padding: 10px 2px;
}
@media screen and (min-width:1024px) {
    .plan_container {
      padding: 0 0 30px;
    }
    .plan_container-wrap {
      max-width: 1024px;
      margin: 0 auto;
      padding: 50px 0 0 0;
      gap: 24px;
    }
    .plan_container-shoulder {
      font-size: 2.0rem;
      font-weight: 500;
        display: inline-block;
        position: relative;
    }
    .plan_container-shoulder::before,
    .plan_container-shoulder::after {
        content: "＼";
	display: inline-block;
	position: absolute;
	top: 14px;
	left: -40px;
	width: 24px;
	height: 34px;
        font-size: 1.8em;
        font-weight: 100;
    }
    .plan_container-shoulder::after {
        content: "／";
        left: auto;
        right: -24px;
    }
    .plan_container-shoulder span {
        position: relative;
    }
    .plan_container-shoulder span::before {
        content: "";
	display: inline-block;
	position: absolute;
	bottom: -13px;
	left: -210px;

	width: calc(246px/2);
	height: calc(198px/2);
	background-image: url("../img/plan_ill01_pc.png");
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: contain;
    }
.plan_container-item:last-child .plan_container-shoulder span::before {
    left: auto;
    right: -146px;
	width: calc(182px/2);
	height: calc(212px/2);
    background-image: url("../img/plan_ill02_pc.png");
    }
    .plan_tab {
      border-radius: 20px 20px 0 0;
      margin: 10px 0 0 0;
      padding: 8px 16px 16px;
    }
    .plan_box-name {
      font-size: 3.2rem;
      line-height: 1.8;
    }
    .plan_container-item:last-child .plan_tab .plan_box-name small {
      font-size: 70%;
    }
    .plan_tab-wrap {
      border-radius: 10px;
      padding: 14px 10px 20px;
    }
    .plan_tab-wrap p {
      display: block;
      height: auto;
      font-size: 2.2rem;
      margin: 0 0 16px;
    }
    .plan_icon {
        max-width: 240px;
        margin: 0 auto;
    }
    .plan_box-container {
        max-width: 1024px;
        margin: 0 auto;
      padding: 30px 20px;
    }
    .plan_box-01 {
      display: flex;
      justify-content: space-between;
      line-height: 1.4;
    }
    .plan_box-01-item {
      flex-basis: calc(50% - 22px);
      max-width: calc(50% - 22px);
      padding: 20px;
    }
    .plan_box-small {
      font-size: 1.6rem;
    }
    .plan_box-tlink01 {
      font-size: 1.6rem;
    }
    .plan_box-02 {
      margin: 30px 0 0 0;
      padding: 20px 2px;
    }   
}
    
    
/*----------------------------------------------

eo光は満足度ランキングで3冠を達成！

----------------------------------------------*/
.ranking_box {
  border: 1px solid #b7b7b7;
  border-radius: 10px;
  margin: 20px 0 0 0;
  padding: 0 10px 20px;
}
.ranking_item {
  display: flex;
  padding: 20px 0 0 0;
}
.btn.netflix > a {
  color: #222;
  border-color: #fff;
  background-color: #fff;
  background-image: url(/share/img/arrow-link-gy.svg);
}
.btn.netflix > a:hover {
  color: #fff;
  border-color: #e50914;
  background-color: #e50914;
  background-image: url(/share/img/arrow-link.svg);
}
@media screen and (min-width:1024px) {
    .ranking_box {
        text-align: center;
        display: flex;
        justify-content: space-between;
      border-radius: 10px;
      margin: 40px 0 0 0;
      padding: 30px 50px;
    }
    .ranking_item {
      display: block;
        flex-basis: 32%;
        max-width: 32%;
      padding: 0;
    }
    .btn.netflix > a {
      color: #222;
      border-color: #fff;
      background-color: #fff;
      background-image: url(/share/img/arrow-link-gy.svg);
    }
    .btn.netflix > a:hover {
      color: #fff;
      border-color: #e50914;
      background-color: #e50914;
      background-image: url(/share/img/arrow-link.svg);
    }
}


/*----------------------------------------------

ご利用なら

----------------------------------------------*/
.value_ttl {
  text-align: center;
}
.value_wrap {
  display: flex;
  gap: 0 10px;
  padding: 24px 0 0;
}
.value_box {
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
}
.value_box-mineo {
  margin: 24px 0 0 0;
}
@media screen and (min-width: 767.99px) {
  .value_wrap {
    gap: 0 20px;
    padding: 0;
    position: relative;
  }
  .value_box {
    flex-basis: 50%;
    max-width: 50%;
    margin: 40px auto 0;
    padding: 10px 20px 20px;
  }
  .value_box-mineo {
    flex-basis: 576px;
    max-width: 576px;
    margin: 40px auto 0;
  }
}
/*----------------------------------------------

eo光が選ばれる3つの理由

----------------------------------------------*/
.point_box {
  background-color: #fff;
  border: 2px solid #ffe000;
  border-radius: 10px;
  margin: 0 0 20px;
  padding: 0 0 20px;
}
.point_box-shoulder {
  font-weight: bold;
  width: 80px;
  height: 36px;
  background-color: #ffe000;
  padding: 0 0 0 20px;
  position: relative;
  line-height: 1.2;
}
.point_box-shoulder::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -15px;
  width: 30px;
  height: 36px;
  background-color: #ffe000;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media screen and (min-width: 767.99px) {
  .point_box {
    border: 4px solid #ffe000;
    margin: 0 0 20px;
    padding: 0 0 32px;
  }
  .point_box:nth-child(1),
    .point_box:nth-child(2) {
    flex-basis: 50%;
    max-width: 50%;
  }
  .point_box-shoulder {
    width: 130px;
    height: 45px;
    padding: 0 0 3px 35px;
      line-height: 1;
  }
  .point_box-shoulder::after {
    right: -20px;
    width: 40px;
    height: 45px;
  }
    .margin-x-auto-pc {
  margin: 0 auto;
}
}


/*----------------------------------------------

お手続きも簡単！

----------------------------------------------*/
.step .tab-head {
  display: flex;
  justify-content: space-between;
  margin: 0 0 16px 0;
}
.step .tab-head > li {
  font-size: 1.4rem;
  line-height: 1.3;
  flex-basis: 49%;
  max-width: 49%;
  display: block;
  background-image: url("../img/step-check-off-sp.png");
  background-position: 6px 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border: 1px solid #EB0731;
  border-radius: 10px;
  margin: 0;
  padding: 4px 0 6px 14px;
}
.step .tab-head > li:last-child {
  border: 1px solid #FFE100;
}
.step .tab-head > li::before {
  display: none;
}
.step .tab-head > li p {
  text-align: left;
  position: relative;
}
.step .tab-head > li.on {
  color: #fff;
  background-color: #EB0731;
  background-image: url("../img/step-check-on-sp.png");
}
.step .tab-head > li:last-child.on {
  color: #000;
  background-color: #FFE100;
}
.step_container {
  background-color: #fff;
  border-radius: 10px;
  padding: 0 12px 20px;
}
.step_box {
  display: flex;
  align-items: center;
  background-color: #FFE0E6;
  border: 1px solid #b7b7b7;
  border-radius: 10px;
  margin: 0 0 30px;
  position: relative;
}
.step_box::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 20px;
  height: 14px;
  background-color: #000000;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
#step_tab2 .step_box {
  background-color: #ffe102;
}
.step_num {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  min-width: 50px;
  text-align: center;
  border-radius: 9px 0 0 9px;
}
.step_text {
  width: 100%;
  background-color: #fff;
  border-radius: 0 9px 9px 0;
  padding: 10px;
}
.step_box-fin {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  background-color: #FFE0E6;
  border-radius: 10px;
  padding: 12px 12px 0 20px;
  position: relative;
}
#step_tab2 .step_box-fin {
  background-color: #fffbe0;
}
@media screen and (min-width: 767.99px) {
    .step .tab-head {
      margin: 0 0 30px 0;
    }
    .step .tab-head > li {
      font-size: 2.0rem;
      line-height: 1.5;
      background-position: 30px 50%;
      background-size: 28px;
      border: 2px solid #EB0731;
      padding: 16px 0 16px 14px;
    }
    .step .tab-head > li:last-child {
      border: 2px solid #FFE100;
    }
    .step_container {
      padding: 0 50px 32px;
    }
    .step_box {
      margin: 0 0 60px;
    }
    .step_box::after {
      bottom: -40px;
      width: 26px;
      height: 16px;
    }
    .step_num {
      font-size: 20px;
      line-height: 1.1;
      min-width: 166px;
    }
    .step_text {        
      padding: 20px 32px;
    }
    .step_box-fin {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border-radius: 10px;
      padding: 40px 0 40px 196px;
        position: relative;
    }
  .step_box-fin::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 70px;
    width: 303px;
    height: 178px;
    background-image: url("../img/step_img.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

/*----------------------------------------------



----------------------------------------------*/
.eohikari-netflix,
.overflow-hidden {
  overflow: hidden;
}
@media screen and (min-width: 767.99px) {
  .max-width-1000-pc {
    max-width: 1000px;
  }
  .max-width-900-pc {
    max-width: 900px;
  }
  .max-width-45per-pc {
    max-width: 45%;
  }
}

.list-col1 {
    gap: 16px;
}
@media screen and (min-width: 767.99px) {
  .list-col1 {
    gap: 32px;
  }
}
