  @charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #000;
}

img {
  width: 100%;
  height: auto;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

#wrap {
  width: 100%;
  overflow: hidden;
}

.section {
  padding: 40px 0 72px;
}

.inner_section {
  width: min(90%, 1048px);
  margin: 0 auto;
}

/* header
------------------------------------------------------------------------- */
#header {
  position: absolute;
  top: 24px;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.wrap_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
.wrap_header .logo {
  width: 98px;
}

/* ハンバーガーメニュー ここから*/
.nav_toggle {
  height: 30px;
  width: 30px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 24px;
  right: 5%;
  z-index: 1000;
}

.nav_toggle div {
  position: relative;
  height: 25px;
  width: 100%;
  margin: 0 auto;
}

.nav_toggle span {
  width: 100%;
  height: 2px;
  border-radius: 5px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  background: #000;
  position: absolute;
  transition: transform 0.2s ease-in-out, top 0.2s ease;
}

.nav_toggle span:nth-child(1) {
  top: 0;
}

.nav_toggle span:nth-child(2) {
  top: 50%;
}

.nav_toggle span:nth-child(3) {
  top: 100%;
}

.open .nav_toggle span {
  background: #fff;
}

.open .nav_toggle span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
  top: 50%;
}

.open .nav_toggle span:nth-child(2) {
  width: 0;
}

.open .nav_toggle span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
  top: 50%;
}

/* グローバルナビ */
.wrap_g_nav {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}
.wrap_g_nav::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

#g_nav {
  position: fixed;
  top: 0;
  right: 0;
  overflow-y: auto;
  width: min(80%, 296px);
  height: 100vh;
  background: #006bc5;
  padding: 80px 0;
  transform: translateX(100%);
  transition: 0.4s;
  overflow-y: auto;
  box-shadow: -3px 0 16px rgba(4, 83, 149, 0.45);
}
#g_nav a {
  color: #fff;
}
#g_nav .ul_nav {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
}
#g_nav .ul_nav li {
  margin-bottom: 16px;
}
#g_nav .ul_nav li:last-child {
  margin-bottom: 0;
}
#g_nav .ul_nav li a {
  display: block;
  font-size: 20px;
  font-size: 2rem;
}
#g_nav .mail {
  margin-bottom: 32px;
}
#g_nav .mail a {
  display: flex;
}
#g_nav .mail a::after {
  content: "\f061";
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 8px;
}
#g_nav .ul_sns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
#g_nav .ul_sns li {
  width: calc(16.6666666667% - 13.3333333333px);
  margin-right: 0px;
}
#g_nav .ul_sns li i {
  font-size: 24px;
  font-size: 2.4rem;
}
#g_nav .ul_sns li:last-child {
  margin-right: 0;
}
#g_nav .logo_text {
  width: 97px;
  margin: 0 auto;
}

.inner_g_nav {
  width: 200px;
  margin: 0 auto;
}

.open .nav_toggle {
  opacity: 0;
  visibility: hidden;
}
.open .wrap_g_nav {
  opacity: 1;
  visibility: visible;
}
.open #g_nav {
  transform: translateX(0);
}
.open #g_nav .nav_toggle {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 24px;
  right: 5%;
}

/* main
------------------------------------------------------------------------- */
/*=========== サービスリンク ===========*/
.wrap_service_info_contents {
  width: min(90%, 1048px);
  margin: 0 auto;
}

.service_info_contents {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 8px;
}
.service_info_contents:last-child {
  margin-bottom: 0;
}
.service_info_contents a {
  display: flex;
  height: 20.8vw;
  color: #fff;
}
@media (max-width: 320px) {
  .service_info_contents a {
    height: 24.375vw;
  }
}

.img_service_info {
  width: 25.8666666667vw;
}

.service_info_text {
  background: #006bc5;
  width: 63.4666666667vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 8px;
}
.service_info_text h2 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.service_info_text span {
  font-weight: bold;
  padding: 3px;
  border-radius: 3px;
  margin: 0 3px;
}

.service_info_contents.service_gvp .service_info_text span {
  background: #14bced;
}
.service_info_contents.service_more_e .service_info_text span {
  background: #ff9b04;
}
.service_info_contents.service_all_electric .service_info_text span {
  background: #71ba44;
}
.service_info_contents.service_kare_roof .service_info_text span {
  background: #dece03;
}

/* CM */
.service_info_bottom {
  background: #e9f5fe;
  padding: 32px 0 114px;
}

.service_cm_contents {
  width: min(90%, 1048px);
  margin: 0 auto;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}

.wrap_cm_link_text {
  padding: 24px 0;
  text-align: center;
  background: #006bc5;
}
.wrap_cm_link_text h2 {
  display: none;
}

.cm_link {
  width: 85%;
  margin: 0 auto;
}
.cm_link a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  background: #fff;
  color: #006bc5;
  font-size: 16px;
  font-size: 1.6rem;
  border-radius: 40px;
  position: relative;
  font-weight: bold;
}
.cm_link a::after {
  content: "";
  display: inline-block;
  background: url(/iikoto-iroiro/images/arrow_blue.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
}

/*=========== 下層ページ サービス共通 ===========*/
/* キーイメージ */
.wrap_keyimage_service {
  padding: 58px 0 32px;
}
.wrap_keyimage_service .ttl_h1 {
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 8vw;
  font-weight: bold;
  letter-spacing: 0.035em;
}
.wrap_keyimage_service .ttl_h1 img {
  width: 26.9333333333vw;
  position: relative;
  top: -8px;
}
.wrap_keyimage_service .ttl_h1 .text_shadow {
  text-shadow: 2px 2px 0 rgba(0, 119, 154, 0.8);
}
.wrap_keyimage_service .ttl_h1 .font_b {
  font-size: 10.9333333333vw;
  letter-spacing: 0.06em;
}
.wrap_keyimage_service .ttl_h1 .text_center {
  font-size: 4.8vw;
  display: block;
  text-align: center;
}

.inner_keyimage {
  width: 92%;
  margin: 0 auto;
}

.wrap_keytext {
  background: #fff;
  border-radius: 8px;
  padding: 16px 0;
  margin-top: -21.3333333333vw;
  position: relative;
  z-index: 1;
}

.inner_keytext {
  width: 90%;
  margin: 0 auto;
  padding: 16px 0;
  position: relative;
}
.inner_keytext::before, .inner_keytext::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 40px;
  background: #12bced;
  position: absolute;
  left: 0;
}
.inner_keytext::before {
  top: 0;
}
.inner_keytext::after {
  bottom: 0;
}
.inner_keytext p .font_b {
  font-weight: bold;
}
.inner_keytext p .marker {
  position: relative;
  background: linear-gradient(to bottom, transparent 65%, rgba(237, 20, 20, 0.3) 65%);
}
.inner_keytext p .marker.marker_green {
  background: linear-gradient(to bottom, transparent 65%, rgba(114, 186, 68, 0.4) 65%);
}

.plan_name {
  margin-bottom: 15px;
}

/* 背景、文字色 */
.bg_blue {
  background: #e9f5fe;
}

.bg_blue2 {
  background: #f0f8ff;
}

.bg_orange {
  background: #fff0db;
}

.bg_orange2 {
  background: #fff5e6;
}

.bg_green {
  background: #f1ffef;
}

.bg_green2 {
  background: #f6fff4;
}

.bg_yellow {
  background: #fcf8e2;
}

.bg_yellow2 {
  background: #fdfbf0;
}

.c_red {
  color: #ed1614;
}

.c_orange {
  color: #fc6101;
}

.c_green {
  color: #72ba44;
}

.c_blue {
  color: #006bc5;
}

.font_b {
  font-weight: bold;
}

.font_weight_w600 {
  font-weight: 600;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}

/* 見出し */
.ttl_h2_service {
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 24px;
}
.ttl_h2_service .point span {
  position: relative;
}
.ttl_h2_service .point span::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
}

.ttl_h2_iikoto {
  margin-bottom: 20px;
}
.ttl_h2_iikoto::before {
  content: "";
  display: block;
  width: 101px;
  height: 89px;
  margin-left: auto;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 16px;
  margin-right: 8px;
}

/* ボタン */
.btn_contents {
  width: 92%;
  margin: 0 auto 24px;
}
.btn_contents:last-child {
  margin-bottom: 0;
}

.btn_link a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  border-radius: 40px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  box-shadow: 0 5px 0 #0157a0;
  position: relative;
}
.btn_link a::after {
  content: "";
  display: inline-block;
  background: url(/iikoto-iroiro/images/exterbak_link_blue.svg) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.btn_link.btn_scroll a::after {
  background-image: url(/iikoto-iroiro/images/arrow_under_white.svg);
  width: 15px;
  height: 15px;
}
.btn_link.btn_link_blue a {
  background: #006bc5;
  color: #fff;
}
.btn_link.btn_link_orange a {
  background: #f89720;
  color: #fff;
  box-shadow: 0 5px 0 #d37d13;
  margin-top: 50px;
}
.btn_link.btn_link_white a {
  background: #fff;
  color: #006bc5;
  border: 2px solid #006bc5;
}
.btn_link.exterbak_link_white a::after {
  background-image: url(/iikoto-iroiro/images/exterbak_link_white.svg);
}

/* よくある質問 */
.dl_faq {
  width: 90%;
  margin: 0 auto;
}
.dl_faq > div {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 8px;
}
.dl_faq > div:last-child {
  margin-bottom: 0;
}
.dl_faq dt,
.dl_faq dd {
  width: min(90%, 1000px);
  margin: 0 auto;
  display: flex;
}
.dl_faq dt .headline,
.dl_faq dd .headline {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  margin-right: 8px;
  white-space: nowrap;
}
.dl_faq dt {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 16px 10% 16px 0;
  position: relative;
}
.dl_faq dt .headline {
  color: #006bc5;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}
.dl_faq dt::after {
  content: "\f055";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 12px;
  right: 0;
  color: #006bc5;
  font-size: 24px;
  font-size: 2.4rem;
}
.dl_faq dt.open::after {
  content: "\f056";
}
.dl_faq dd {
  word-break: break-all;
  padding: 10px 0 16px;
  border-top: 1px solid #bcbcbc;
}
.dl_faq dd .headline {
  color: #72ba44;
}
.dl_faq dd small {
  display: block;
  font-size: 16px;
}
.dl_faq dd small a {
  display: block;
  position: relative;
  padding-left: 30px;
}
.dl_faq dd small a::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: url(/iikoto-iroiro/images/kare-roof/phone-black-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 4px;
  top: 3px;
}
.dl_faq dd a {
  color: #006bc5;
  text-decoration: underline;
}

/* 沖縄電力の各種サービスをご紹介 */
.wrap_service_info_lower .service_info_head {
  padding: 40px 0;
}
.wrap_service_info_lower .logo {
  width: 107px;
  margin: 0 auto;
}
.wrap_service_info_lower .service_info_head_text {
  text-align: center;
  color: #006bc5;
  margin: 24px 0;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}
.wrap_service_info_lower .service_info_head_text::after {
  content: "";
  display: block;
  width: min(100%, 327px);
  height: 2px;
  margin: 10px auto 0;
  background: rgb(20, 188, 237);
  background: linear-gradient(90deg, rgb(20, 188, 237) 0%, rgb(20, 188, 237) 25%, rgb(232, 147, 53) 25%, rgb(232, 147, 53) 50%, rgb(114, 186, 68) 50%, rgb(114, 186, 68) 75%, rgb(250, 232, 11) 75%, rgb(250, 232, 11) 100%);
}

/* footer
------------------------------------------------------------------------- */
#footer {
  background: #006bc5;
}

.wrap_footer {
  padding-bottom: 24px;
}

.footer_text_logo {
  width: 270px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  text-align: center;
}
.footer_text_logo::before {
  content: "";
  display: block;
  width: 270px;
  height: 270px;
  background: #006bc5;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.footer_text_logo img {
  max-width: 108px;
  position: relative;
  top: -40px;
}

.wrap_footer {
  position: relative;
  z-index: 5;
  color: #fff;
}

.footer_text {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 32px;
}

.btn_footer a {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  background: #fff;
  color: #006bc5;
  font-size: 18px;
  font-size: 1.8rem;
  border-radius: 40px;
  position: relative;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  font-weight: bold;
}
.btn_footer a::after {
  content: "";
  display: inline-block;
  background: url(/iikoto-iroiro/images/arrow_blue.svg) no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
}
.btn_footer.panflet {
  margin-top: 15px;
}
.btn_footer.panflet a {
  line-height: 1.1;
}

.wrap_footer_tel {
  width: min(90%, 1048px);
  margin: 40px auto 35px;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.wrap_footer_tel p {
  font-size: 16px;
  font-size: 1.6rem;
}
.wrap_footer_tel p span {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 10px;
}
.wrap_footer_tel p:last-child {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  margin-top: 16px;
}

.wrap_footer_sns {
  padding-top: 30px;
  margin-top: 35px;
  border-top: 1px solid #fff;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.wrap_footer_sns .ul_sns {
  display: flex;
  justify-content: center;
  margin-top: 13px;
}
.wrap_footer_sns .ul_sns li {
  margin-right: 24px;
}
.wrap_footer_sns .ul_sns li a {
  color: #fff;
}
.wrap_footer_sns .ul_sns li:last-child {
  margin-right: 0;
}
.wrap_footer_sns .ul_sns li i {
  font-size: 28px;
  font-size: 2.8rem;
}

.footer_nav {
  width: 80%;
  margin: 32px auto 0;
}
.footer_nav ul {
  display: flex;
  flex-wrap: wrap;
}
.footer_nav ul li {
  margin: 0 16px 16px 0;
}
.footer_nav ul li a {
  text-decoration: underline;
  color: #fff;
}

.wrap_footer_bottom {
  background: #72ba44;
  text-align: center;
  padding: 24px 0 16px;
}

.footer_logo {
  width: 120px;
  margin: 0 auto 18px;
}

.copyright {
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
}

.cm-gallery-bnr {
  padding-top: 5%;
}
.cm-gallery-bnr a {
  transition: 0.3s;
}
.cm-gallery-bnr a img {
  transition: 0.3s;
  position: relative;
}
.cm-gallery-bnr a:hover img {
  transform: scale(1.01);
}

@media (min-width: 769px) {
  body {
    font-size: 18px;
    font-size: 1.8rem;
    font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
    line-height: 1.75;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .section {
    padding: 76px 0 100px;
  }
  .inner_section {
    width: min(98%, 1048px);
  }
  /* header
  ------------------------------------------------------------------------- */
  #header {
    top: 32px;
  }
  .wrap_header {
    width: clac(94.4444444444vw);
  }
  .wrap_header .logo {
    width: 148px;
  }
  /* ハンバーガーメニュー ここから*/
  .nav_toggle {
    top: 32px;
    right: 40px;
    height: 40px;
    width: 48px;
  }
  .nav_toggle:hover span {
    background: #006bc5;
  }
  .nav_toggle div {
    height: 100%;
  }
  .nav_toggle span {
    height: 4px;
    border-radius: 40px;
  }
  /* グローバルナビ */
  #g_nav .ul_nav {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  #g_nav .ul_nav li {
    margin-bottom: 32px;
  }
  #g_nav .ul_nav li a:hover {
    opacity: 0.6;
  }
  #g_nav .mail a {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #g_nav .mail a:after {
    position: relative;
    right: 0;
    transition: 0.2s;
  }
  #g_nav .mail a:hover {
    opacity: 0.6;
  }
  #g_nav .mail a:hover:after {
    right: -3%;
  }
  #g_nav .ul_sns {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  #g_nav .ul_sns li a:hover {
    opacity: 0.6;
  }
  #g_nav .ul_sns li i {
    font-size: 20.5px;
    font-size: 2.05rem;
  }
  .open #g_nav .nav_toggle {
    top: 32px;
    right: 40px;
  }
  .open #g_nav .nav_toggle:hover span {
    background: #fff;
    opacity: 0.6;
  }
  /* main
  ------------------------------------------------------------------------- */
  /*=========== サービスリンク ===========*/
  .wrap_service_info_contents {
    display: flex;
    justify-content: space-between;
  }
  .service_info_contents {
    margin-bottom: 0;
    width: min(24%, 238px);
  }
  .service_info_contents a {
    flex-direction: column;
    height: 100%;
  }
  .service_info_contents a:hover .service_info_text {
    background: #0160af;
  }
  .img_service_info {
    width: 100%;
  }
  .service_info_text {
    width: 100%;
    display: block;
    padding: 16px;
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 0 0 8px 8px;
    flex: 1;
  }
  .service_info_text h2 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 8px;
  }
  /* CM */
  .service_info_bottom {
    padding: 120px 0 150px;
  }
  .service_cm_contents {
    display: flex;
  }
  .service_img05 {
    width: calc(100% - 340px);
    background: url(/iikoto-iroiro/images/service_img05_pc.png) no-repeat center center;
    background-size: cover;
  }
  .service_img05 img {
    display: none;
  }
  .wrap_cm_link_text {
    width: 340px;
    padding: 12px 0;
    flex-direction: column;
  }
  .wrap_cm_link_text h2 {
    display: block;
    width: min(95%, 116px);
    margin: 0 auto 15px;
  }
  .cm_link {
    width: 240px;
  }
  .cm_link a::after {
    transition: 0.2s;
  }
  .cm_link a:hover {
    opacity: 0.6;
  }
  .cm_link a:hover::after {
    right: 6%;
  }
  /*=========== 下層ページ サービス共通 ===========*/
  /* キーイメージ */
  .wrap_keyimage_service {
    padding: 60px 0 0;
    min-height: 630px;
    display: flex;
    align-items: center;
  }
  .wrap_keyimage_service .keyimage_left {
    width: min(52.56%, 657px);
  }
  .wrap_keyimage_service .ttl_h1 {
    width: min(95%, 598px);
    margin: 0;
    font-size: min(3.9583333333vw, 57px);
    line-height: 1.25;
    justify-content: flex-start;
  }
  .wrap_keyimage_service .ttl_h1 img {
    width: min(15.2083333333vw, 219px);
    top: max(-0.8333333333vw, -12px);
  }
  .wrap_keyimage_service .ttl_h1 .font_b {
    font-size: min(5.4861111111vw, 79px);
  }
  .wrap_keyimage_service .ttl_h1 .text_center {
    font-size: min(2.0833333333vw, 30px);
    text-align: left;
  }
  .wrap_keyimage_service .ttl_h1 .text_shadow {
    text-shadow: 4px 4px 0 rgba(0, 119, 154, 0.8);
  }
  .inner_keyimage {
    width: min(98%, 1250px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .wrap_keytext {
    padding: 16px;
    margin-top: 20px;
  }
  .inner_keytext {
    width: 100%;
  }
  .inner_keytext p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .inner_keytext p .marker {
    position: relative;
    background: linear-gradient(to bottom, transparent 55%, rgba(237, 20, 20, 0.3) 55%, rgba(237, 20, 20, 0.3) 90%, transparent 90%);
  }
  .plan_name {
    width: 100%;
    max-width: 368px;
  }
  .font_weight_w600 {
    font-size: 20px;
    font-size: 2rem;
  }
  /* 見出し */
  .ttl_h2_service {
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 2;
    margin-bottom: 32px;
  }
  .ttl_h2_service .point span::before {
    width: 9px;
    height: 9px;
  }
  .ttl_h2_iikoto {
    margin-bottom: 34px;
  }
  .ttl_h2_iikoto::before {
    width: 190px;
    height: 169px;
    margin-bottom: 0;
    margin-right: 0;
  }
  /* ボタン */
  .wrap_btn_contents {
    width: min(98%, 1047px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .btn_contents {
    width: min(49%, 507px);
    margin: 0;
  }
  .btn_contents:not(:last-child) {
    margin-right: min(2.2222222222vw, 32px);
  }
  .btn_contents .btn_link {
    width: 100%;
    margin: 0;
  }
  .btn_link {
    width: min(100%, 507px);
    margin: 0 auto;
  }
  .btn_link a {
    height: 72px;
    font-size: 22px;
    font-size: 2.2rem;
    position: relative;
    padding-top: 5px;
  }
  .btn_link a::after {
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    margin: 0;
  }
  .btn_link a:hover {
    opacity: 0.8;
  }
  .btn_link.btn_scroll a::after {
    width: 18px;
    height: 18px;
  }
  /* よくある質問 */
  .dl_faq {
    width: min(98%, 1048px);
  }
  .dl_faq > div {
    margin-bottom: 16px;
  }
  .dl_faq dt,
.dl_faq dd {
    width: min(98%, 1000px);
  }
  .dl_faq dt .headline,
.dl_faq dd .headline {
    font-size: 24px;
    font-size: 2.4rem;
    margin-right: 24px;
    margin-top: 3px;
  }
  .dl_faq dt {
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    cursor: pointer;
    padding: 24px 0;
  }
  .dl_faq dt::after {
    top: 19px;
  }
  .dl_faq dt:hover {
    opacity: 0.8;
  }
  .dl_faq dd {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px 0 24px;
  }
  .dl_faq dd small {
    display: block;
    font-size: 16px;
  }
  .dl_faq dd small a {
    display: inline-block;
    min-height: 24px;
  }
  .dl_faq dd small a::after {
    left: 8px;
    top: unset;
    bottom: 6px;
  }
  /* 沖縄電力の各種サービスをご紹介 */
  .wrap_service_info_lower .service_info_head {
    padding: 56px 0 64px;
  }
  .wrap_service_info_lower .logo {
    width: 123px;
  }
  .wrap_service_info_lower .service_info_head_text {
    margin: 40px 0;
    font-size: 26px;
    font-size: 2.6rem;
  }
  .wrap_service_info_lower .service_info_head_text::after {
    width: min(100%, 390px);
    margin: 0 auto;
  }
  .wrap_service_info_lower .wrap_service_info_contents {
    width: min(98%, 778px);
  }
  .wrap_service_info_lower .wrap_service_info_contents .service_info_contents {
    width: min(33%, 238px);
  }
  /* footer
  ------------------------------------------------------------------------- */
  .wrap_footer {
    padding-bottom: 80px;
  }
  .footer_text_logo {
    width: 294px;
  }
  .footer_text_logo::before {
    width: 294px;
    height: 294px;
  }
  .footer_text_logo img {
    max-width: 123px;
  }
  .wrap_footer {
    position: relative;
    z-index: 5;
    color: #fff;
  }
  .footer_text {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 40px;
  }
  .btn_footer a {
    width: 360px;
    height: 72px;
    font-size: 22px;
    font-size: 2.2rem;
    padding-top: 5px;
  }
  .btn_footer a::after {
    transition: 0.2s;
  }
  .btn_footer a:hover {
    opacity: 0.6;
  }
  .btn_footer a:hover::after {
    right: 6%;
  }
  .wrap_footer_tel {
    margin: 50px auto 35px;
  }
  .wrap_footer_tel p:last-child {
    margin-top: 8px;
  }
  .wrap_footer_sns .ul_sns {
    margin-top: 20px;
  }
  .wrap_footer_sns .ul_sns li {
    margin-right: 30px;
  }
  .wrap_footer_sns .ul_sns li a:hover {
    opacity: 0.6;
  }
  .footer_nav {
    width: 100%;
  }
  .footer_nav ul {
    justify-content: center;
  }
  .footer_nav ul li {
    margin: 0 24px 0 0;
  }
  .footer_nav ul li:last-child {
    margin-right: 0;
  }
  .footer_nav ul li a:hover {
    opacity: 0.6;
  }
  .inner_footer_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 88.8888888889vw;
    margin: 0 auto;
  }
  .footer_logo {
    width: 148px;
    margin: 0;
  }
  .copyright {
    text-align: right;
  }
}
@media (min-width: 769px) {
  .wrap_cm_link_text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding: 24px 0;
  }
  .wrap_cm_link_text h2, .wrap_cm_link_text p {
    margin: 0;
  }
}
@media (min-width: 769px) {
  .service_img05 {
    background-position: left center;
  }
}
@media (min-width: 1080px) {
  .service_img05 {
    background-position: center;
  }
}
/*# sourceMappingURL=style.css.map */