@charset "utf-8";


/*  section共通
-----------------------------------------------------------------------------*/
.section__inner {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 3em 0;
}

.section__ttl {
  position: relative;
  margin-bottom: 2em;
  padding-top: 1em;
  color: #000364;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.section__ttl::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -.75em;
  left: 0;
  right: 0;
  width: 40px;
  height: 4px;
  margin: 0 auto;
  background-color: #000364;
}
.section__ttl span {
  display: block;
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: .9rem;
  color: #b09866;
}
.section__ttl2 {
  margin-top: 2em;
  margin-bottom: 1em;
  padding: .2em 1em 0 .8em;
  border-left: solid 6px #E64100;
  color: #333;
  font-size: 1.8rem;
  font-weight: 700;
}
.section__desc {
  max-width: 800px;
  margin: 0 auto 2em;
  padding: 0 .5em;
  line-height: 1.8;
}
.fig_ttl {
  font-size: 1.5rem;
  font-weight: 600;
}

/*  メインビジュアル_SP
-----------------------------------------------------------------------------*/
.mv {
	margin: 0;
	padding: 0;
}

/*  benefit_SP
-----------------------------------------------------------------------------*/
#benefit {
  background-color: #f7fff9;
}
.benefit__txt {
  font-size: 1.25rem;
  margin-bottom: 2em;
}
.benefit3__ul li {
  position: relative;
  z-index: 5;
  width: calc(100vmin - 60px);
  height:  calc(100vmin - 60px);
  padding-top: 2.5rem;
  text-align: center;
}
.benefit3__ul li::before {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  width: 100%;
  padding-top: 100%;
  background-color: #fffdd9;
  border-radius: 50%;
}
.benefit3__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.benefit3__ul li .fig_ttl {
  color: #000364;
  margin-bottom: .5em;
}
.benefit3__ul li figure {
  width: 65%;
  margin: 0 auto 1em;
}
.benefit3__txt {
  color: #000364;
}
.benefit3__txt span {
  font-size: 1.5em;
  font-weight: 700;
}


/*  特長_SP
-----------------------------------------------------------------------------*/
#features{
  background-color: #f7fff9;
}
.features__box li {
  width: 98%;
  margin-bottom: 2rem;
}
.features__box li figure {
  position: relative;
  height: 0;
  margin-bottom: .5em;
  padding-top: 70%;
  background-color: #fff;
}
.features__box li figure img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 100%;
}
.features__h4 {
  color: #E64100;
  font-size: 1.33rem;
  font-weight: 700;
  margin-bottom: .5em;
  text-align: center;
}

/*  おとくな電気料金プラン_SP
-----------------------------------------------------------------------------*/
#plan{
  background-color: #f7fff9;
}
.plan__img {
  margin-bottom: 1em;
}
.plan__img figcaption {
  font-size: .8em;
  text-align: center;
}
.plan__simulation {
  margin: 3em auto 0;
  padding-bottom: 5em;
  text-align: center;
}

/*  ラインナップ_SP
-----------------------------------------------------------------------------*/
#lineup {
  position: relative;
  z-index: 0;
  background-image: url(../img/lineup_bg.jpg);
  background-size: cover;
}
#lineup::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,.7);
}
.lineup__flex {
  margin-top: 3em;
  margin-bottom: 1em;
}
.lineup__box {
  padding: 1em 0;
  background-color: #fff;
  text-align: center;
}
.lineup__ttl {
  font-size: 1.5rem;
}
.lineup__ttl span {
  font-size: 3rem;
}
.lineup__img {
  position: relative;
}
.lineup__img::before {
  content:'';
  position: absolute;
  top: 0;
  left: -10px;
  z-index: 1;
  width: 40%;
  height: 50%;
  background-image: url(../img/medal_okinawa.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
}

/*  沖縄専用機種_SP
-----------------------------------------------------------------------------*/
#okinawa {
  background-color: #e6f4ff;
}
.okinawa__ul li {
  width: 100%;
  margin-bottom: 1.5em;
}
.okinawa__ttl {
  margin-bottom: .5em;
  font-size: 1.5rem;
  font-weight: 700; 
  text-align: center;
}
.okinawa__desc {
  margin-top: .5em;
}

/*  お客様のお喜びの声_SP
-----------------------------------------------------------------------------*/
#review {
  background-color: #f7fff9;
}
.review__ul {
  justify-content: center;
	width: 96%;
	margin: 3em auto 0;
}
.review__ul li {
	width: 100%;
	margin-bottom: 3em;
}
.review__box {
  position: relative;
  background: #fff;
  box-shadow: 0px 0px 0px 5px #fff;
  border: dashed 2px #cddcff;
  padding: 0.2em 1em 1em;
}
.review__box::after {
  position: absolute;
  content: '';
  right: -7px;
  top: -7px;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: #cddcff #fff #cddcff;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.review__ttl {
  font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	margin: .8em 0;
	color: #0250a7;
	font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.review__spec {
  margin-top: .8em;
}
.review__spec span {
  color: #666;
}
.review__spec span:nth-of-type(2) {
  padding-left: 1em;
}
.review__img {
  margin: 2em auto;
}

/* Campaign_SP  */
.campaign-banner {
  margin: 0 auto ;
  background-color: #fff9c1;
  text-align: center;
}
#campaign {
  background-color: #fdffe6;
}
.campaign-banner a > img {
  height: 14rem;
  vertical-align: middle;
}
.campaign__term {
  max-width: 800px;
  margin: 1em auto ;
  padding-left: 1em;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: left;
}
.campaign__img {
  max-width: 640px;
  margin: 1em auto;
  text-align: center;
}
/*  FAQ_SP
-----------------------------------------------------------------------------*/
#faq {
    background-color: #e6f4ff;
}
.faq__li {
  padding: .5em 1em ;
  border-top: 1px solid #0d6fb8;
}
.faq__li:last-child {
  border-bottom: 1px solid #0d6fb8;
}
.faq__q::before {
  content:'Q. ';
  color: #000364;
  font-size: 1.125rem;
  font-weight: 700;
}
.faq__q {
  position: relative;
  color: #000364;
  padding: 1em 2em 1em 1.2em;
  text-indent: -1.2em;
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
}
.faq__q::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1em;
	margin: auto 0;
	width: 10px;
	height: 10px;
	border-right: 2px solid navy;
	border-bottom: 2px solid navy;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s linear;
}
.faq__q.active::after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.faq__a {
  display: none;
  background-color: #f5fbff;
  margin-right: 1em;
  padding: .8em 1em;
}




/*----------------------------------------------------------------------------
  Tablet 
-----------------------------------------------------------------------------*/
@media screen and (min-width:640px){

/*  メインビジュアル_TAB
-----------------------------------------------------------------------------*/
.mv {
  position: relative;
  overflow: hidden;
}
.mv::before {
  display: block;
  content: '';
  width: 100%;
  height: 0;
  padding-top: 48%;
}
.mv img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 130%;
  min-width: 100%;
  margin:0;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  }

/*  benefit_TAB
-----------------------------------------------------------------------------*/
  .benefit3__ul li {
    width: 32%;
    height: auto;
    padding-top: 1.5rem;
  }
  .benefit3__ul li figure {
    margin: 0 auto .2em;
  }

/*  沖縄専用機種_TAB
-----------------------------------------------------------------------------*/
  .okinawa__ul li {
    width: 31%;
  }

/*  特長_TAB
  -----------------------------------------------------------------------------*/
.features__box li {
  width: 47%;
}


/*  お客様のお喜びの声_TAB
-----------------------------------------------------------------------------*/
  .review__ul {
    flex-flow: row wrap;
    justify-content: space-between;
    width: 96%;
    max-width: 980px;
    margin: 5em auto 1em;
  }
  .review__ul li {
    width: 48%;
    margin-bottom: 3em;
  }
  /*  おとくな電気料金プラン_TAB
  -----------------------------------------------------------------------------*/
  .plan__img {
    float: right;
    max-width: 380px;
    margin-left: 1em;
  }
  /*  ラインナップ_TAB
  -----------------------------------------------------------------------------*/
  .lineup__box {
    width: 31%;
  }


}/* TAB_End */

/*----------------------------------------------------------------------------
  PC
-----------------------------------------------------------------------------*/
@media screen and (min-width: 980px){

/*  メインビジュアル_PC
-----------------------------------------------------------------------------*/
  .mv::before {
    padding-top: 44%;
  }
  .mv img {
    max-width: 125%;
  }
}