@charset "UTF-8";
/*
 * foundation
 */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/*デフォルト*/
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: min(4.2666666667vw, 24px);
  line-height: 1.6;
  font-weight: 500;
  background-color: #FAFAFA;
}
@media (min-width: 1280px) {
  body {
    padding-top: 0 !important;
  }
}

main {
  background-color: #FFFFFF;
  position: relative;
  z-index: 0;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
/*-----------------
共通クラス
-----------------*/
.wrapper {
  width: min(100%, 550px);
  margin: 0 auto;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.bg {
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.flex-column {
  flex-direction: column;
}

.section-padding {
  padding: 40px 20px;
}

.content-padding {
  padding: 24px 16px;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.font-12 {
  font-size: min(3.2vw, 18px);
}

.font-14 {
  font-size: min(3.7333333333vw, 21px);
}

.font-16 {
  font-size: min(4.2666666667vw, 24px);
}

.font-20 {
  font-size: min(5.3333333333vw, 30px);
}

.font-22 {
  font-size: min(5.8666666667vw, 33px);
}

.font-32 {
  font-size: min(8.5333333333vw, 48px);
}

.num {
  font-family: "Roboto", sans-serif;
}

.attention {
  padding: 16px;
  font-size: min(3.2vw, 18px);
}
.attention::before {
  content: "※";
}

.title {
  text-align: center;
  font-size: min(7.4666666667vw, 42px);
}
.title span {
  font-size: min(6.4vw, 36px);
  display: block;
}
.title-roundborder {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(4.2666666667vw, 24px);
  min-height: 30px;
  background-color: #FFFFFF;
  border: 2px solid #00BABA;
  border-radius: 40px;
  padding: 4px 20px;
}
@media (min-width: 768px) {
  .title-roundborder {
    padding: 4px 24px;
  }
}
.title-simple {
  text-align: center;
  font-size: min(8.5333333333vw, 48px);
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95%;
  height: 80px;
  padding: 12px;
  border-radius: 150px;
  position: relative;
}
.btn span {
  font-size: min(4.8vw, 27px);
  font-weight: 900;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.btn span:before {
  display: block;
  width: 32px;
  height: 32px;
}
.btn-simulation span:before {
  content: url(./../img/yen.svg);
}
.btn-application span:before {
  content: url(./../img/application.svg);
}
.btn-alert span:before {
  content: url(./../img/alert.svg);
  width: 40px;
}
.btn span span {
  font-size: min(4.2666666667vw, 24px);
}
.btn img {
  position: absolute;
  right: 16px;
  transform: translateY(-50%);
  top: 50%;
}

.text-green {
  color: #00BABA;
}
.text-blue {
  color: #1779C3;
}
.text-red {
  color: #FF5858;
}
.text-liner {
  background: linear-gradient(transparent 65%, #FFF28D 65%);
}
.text-num {
  font-family: "Roboto", sans-serif;
}
.text-center {
  text-align: center;
}
.text-bold {
  font-weight: bold;
}
.text-bolder {
  font-weight: 900;
}
.text-link {
  text-decoration: underline;
}

.pc-left, .pc-right {
  display: none;
}
@media (min-width: 1280px) {
  .pc-left, .pc-right {
    display: block;
    position: fixed;
    top: 0;
    width: calc(50vw - 275px);
  }
}
.pc-left_electricity {
  background-color: #F0F4F4;
  margin: 0 auto;
  width: min(90%, 375px);
}
.pc-left_gas {
  background-color: #F0F4F4;
  margin: 0 auto;
  width: min(90%, 375px);
}
.pc-left_electricity, .pc-left_gas {
  display: none;
}
.pc-left_electricity.is-active {
  display: block;
}
.pc-left_gas.is-active {
  display: block;
}
.pc-right {
  right: 0;
}
.pc-right_tab {
  margin: 16px auto 20px;
  gap: 10px;
  width: min(90%, 375px);
}
.pc-right_img {
  width: min(90%, 375px);
  margin: auto;
}
.pc-right_img li {
  display: none;
}
.pc-right_img li.is-active {
  display: block;
}

/*-----------------
PC-leftエリアの上書き
-----------------*/
.pc-left .setprice {
  gap: 16px;
  padding: 20px;
}
.pc-left .setprice h2 {
  font-size: min(4.8vw, 27px);
}
.pc-left .setprice h2 .text-liner {
  font-size: min(4.8vw, 27px);
}
.pc-left .setprice-10percent {
  width: 80%;
}
.pc-left .setprice-10percent p {
  font-size: min(3.2vw, 18px);
}
.pc-left .setprice-features_item div {
  font-size: min(2.6666666667vw, 15px);
}
.pc-left .setprice-features_item p {
  font-size: min(2.6666666667vw, 15px);
}
.pc-left .setprice-showbtn {
  display: none;
}
.pc-left .setprice-features_list {
  display: none;
}
.pc-left .setprice-price {
  display: none;
}

/*-----------------
CTAエリア
-----------------*/
.cta {
  color: #FFFFFF;
  padding: 40px 16px;
  gap: 40px;
}
.cta > div {
  width: 100%;
}
.cta-title {
  color: #FFFFFF;
  gap: 16px;
  font-size: min(5.3333333333vw, 30px);
  margin-bottom: 16px;
}
.cta-title::before, .cta-title::after {
  content: url(./../img/line.svg);
  display: block;
}
.cta-title::after {
  transform: scaleX(-1);
}
.cta a {
  border: 3px solid #FFFFFF;
}
.cta-fixed {
  position: fixed;
  bottom: 0;
  max-width: 550px;
  overflow: hidden;
  z-index: 999;
}

/*-----------------
ナビゲーションタブ切り替え
-----------------*/
#global_nav.fixed {
  left: 50%;
  position: fixed;
  transform: translateX(-50%);
  top: 0;
  background-color: #FFFFFF;
  padding: 12px 16px 24px;
  z-index: 999;
  width: 100%;
  max-width: 550px;
}
@media (min-width: 1280px) {
  #global_nav.fixed {
    position: static;
    transform: translateX(0);
    padding: 24px 16px;
  }
}

.nav {
  padding: 24px 16px;
}
.nav ul {
  gap: 16px;
}
.nav ul li {
  flex: 1;
}
.nav-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  color: #FFFFFF;
  position: relative;
}
.nav-link li {
  position: relative;
}
.nav-link li:after {
  content: "";
  width: 16px;
  height: 8px;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: -7px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.nav-link_electricity.is-active:after {
  background-color: #00BABA;
}
.nav-link_gas.is-active:after {
  background-color: #1779C3;
}

.tab-item,
.nav-item {
  cursor: pointer;
  transition: 0.4s ease-in-out;
  font-weight: bold;
}

.panel-item,
.navpanel-item,
.innerpanel-item,
.electricity {
  display: none;
}

#electricity.is-active,
.panel-item.is-active,
.navpanel-item.is-active,
.innerpanel-item.is-active {
  display: block;
  animation: panel-show 0.9s ease-in-out forwards;
  position: relative;
  z-index: 0;
}

.electricity-zindex.is-active {
  z-index: 1;
  display: block;
}

@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*-----------------
電気とガスをまとめてさらにおトクに！
-----------------*/
.setprice {
  gap: 28px;
}
.setprice h2 {
  font-size: min(6.4vw, 36px);
}
.setprice h2 .text-liner {
  font-size: min(8.5333333333vw, 48px);
}
.setprice-img01 {
  width: 80%;
  margin-top: -8px;
}
.setprice-10percent {
  width: 70%;
}
.setprice-10percent p {
  font-weight: bold;
  margin-bottom: 12px;
}
.setprice-10percent img {
  width: 100%;
}
.setprice-features_list {
  gap: 16px;
}
.setprice-features_item {
  align-items: start;
  gap: 20px;
  padding: 20px 24px;
  border: 1px solid #888888;
  background-color: #FFFFFF;
  border-radius: 12px;
}
.setprice-features_item img {
  width: 19%;
}
.setprice-features_item div {
  width: 81%;
  gap: 8px;
  align-items: flex-start;
}
.setprice-features_item p {
  font-size: min(3.7333333333vw, 21px);
}
.setprice-showbtn {
  font-size: min(4.8vw, 27px);
  color: #FFFFFF;
  gap: 8px;
  width: 100%;
  height: min(14.1vw, 78px);
  align-items: center;
  background-color: #333333;
  border-radius: 8px;
}
.setprice-showbtn::after {
  content: "";
  background-image: url(./../img/arrow-down_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: min(4.3vw, 24px);
  height: min(4.3vw, 24px);
}

/*-----------------
2ステップで簡単お申し込み
-----------------*/
.flow-title {
  margin-bottom: 48px;
}
.flow-title_24px {
  position: relative;
  font-size: min(6.4vw, 36px);
  top: 12px;
}
.flow-title_strong {
  font-size: min(8.5333333333vw, 48px);
  display: block;
}
.flow-list {
  max-width: min(56vw, 300px);
  margin: auto;
  counter-reset: number 0;
}
.flow-item {
  position: relative;
  text-align: center;
  padding: min(7.5vw, 40px) 20px min(5.3vw, 30px);
  background-color: #F1F1F1;
  border: 1px solid #333333;
}
.flow-item:first-child {
  margin-bottom: 64px;
}
.flow-item:first-child::after {
  position: absolute;
  content: url(./../img/triangle.svg);
  bottom: -48px;
  left: 50%;
  transform: translateX(-50%);
}
.flow-item span {
  position: absolute;
  font-size: min(3.4666666667vw, 19.5px);
  padding: 2px 20px;
  border-radius: 20px;
  color: #FFFFFF;
  background-color: #333333;
  width: 100%;
  max-width: 150px;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.flow-item span::after {
  counter-increment: number 1;
  content: "0" counter(number) " ";
}
.flow-item img {
  display: block;
  margin: 0 auto 12px;
}
.flow-item p {
  font-size: min(3.4666666667vw, 19.5px);
}

/*-----------------
おすすめポイント
-----------------*/
.point-title {
  text-align: center;
  gap: 8px;
  margin-bottom: 72px;
}
.point-title_flex {
  align-items: end;
  gap: 2px;
  font-size: min(4.8vw, 27px);
}
.point-title img {
  width: min(48vw, 264px);
}
.point-title .text-liner {
  font-size: min(7.4666666667vw, 42px);
}
.point-title .text-liner span {
  font-size: min(13.8666666667vw, 78px);
  line-height: 1;
}
.point-list {
  gap: 60px;
}
@media (min-width: 768px) {
  .point-list {
    gap: 80px;
  }
}
.point-item {
  position: relative;
  padding: 20px;
  gap: 20px;
  background-color: #FFFFFF;
  border-radius: 16px;
}
.point-item_pointnum {
  width: 60%;
  position: absolute;
  top: -40px;
}
@media (min-width: 768px) {
  .point-item_pointnum {
    top: -56px;
  }
}
.point-item h3 {
  font-size: min(6.4vw, 36px);
  text-align: center;
}
.point-item h3.point-item_font20 {
  font-size: min(5.3333333333vw, 30px);
}
.point-item p {
  font-size: min(4vw, 22.5px);
}
.point-item p a {
  text-decoration: underline;
}
.point-item_textwrap {
  gap: 12px;
}

/*-----------------
よくあるご質問のアコーディオン
-----------------*/
.accordion {
  width: 100%;
}
.accordion dt {
  border-bottom: 1px solid #D9D9D9;
  padding: 16px 56px 16px 16px;
  position: relative;
  cursor: pointer;
}
.accordion dt:after {
  content: "＋";
  position: absolute;
  right: 20px;
  transform: translateY(-50%);
  top: 50%;
}
.accordion dt.is-active:after {
  content: "－";
}
.accordion dd {
  font-size: min(3.7333333333vw, 21px);
  padding: 12px 20px;
  display: none;
}
.accordion p {
  margin-bottom: 8px;
}
.accordion .kome {
  display: inline-block;
  padding: 0 2px;
}
.accordion ul {
  list-style: disc;
  padding-left: 20px;
  gap: 8px;
  align-items: flex-start;
  margin-bottom: 8px;
}

/*-----------------
よくあるご質問
-----------------*/
.faq {
  gap: 40px;
}

/*-----------------
セットプラン
-----------------*/
.setplan {
  gap: 16px;
  position: relative;
  z-index: -1;
}
.setplan a {
  transition: all 0.3s;
  opacity: 1;
  position: relative;
  top: 0;
}
.setplan a:hover {
  opacity: 0.8;
  top: -5px;
}
.setplan-desc {
  padding: 8px 0;
}
.setplan-desc h3 {
  margin-bottom: 8px;
}
.setplan-desc ul {
  list-style: disc;
  padding-left: 1.5rem;
  align-items: flex-start;
  gap: 8px;
}
.setplan-desc ul li {
  font-size: min(3.7333333333vw, 21px);
}

.animation-dokidoki {
  animation-name: dokidoki;
  /* アニメーション名の指定 */
  animation-delay: 0s;
  /* アニメーションの開始時間指定 */
  animation-duration: 2s;
  /* アニメーション動作時間の指定 */
  animation-timing-function: ease-in-out;
  /* アニメーションの動き（徐々に早く徐々に遅く）*/
  animation-iteration-count: infinite;
  /* アニメーションをループさせる */
}

@keyframes dokidoki {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.animation-kirakira {
  position: relative;
  overflow: hidden;
}
.animation-kirakira::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #b5e7ff;
  transition: 300ms;
  animation: shinyshiny 3s ease-in-out infinite;
}

@keyframes shinyshiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.animation-yurayura {
  animation: yurayura 2s infinite ease-in-out;
}

@keyframes yurayura {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
.hover-img {
  transition-duration: 0.3s;
}
.hover-img:hover {
  transform: scale(1.1);
}

.hover-down {
  transition-duration: 0.3s;
}
.hover-down:hover {
  transform: translateY(3px);
}

.hover-opacity {
  opacity: 1;
  transition-duration: 0.3s;
}
.hover-opacity:hover {
  opacity: 0.8;
}

.header {
  padding: 10px;
}
@media (min-width: 768px) {
  .header {
    padding: 16px 24px;
  }
}
.header .flex {
  gap: 8px;
}
@media (min-width: 768px) {
  .header .flex {
    gap: 24px;
  }
}
.header img {
  width: 51%;
}
@media (min-width: 768px) {
  .header img {
    width: 68%;
  }
}
.header h1 {
  font-size: min(3.7333333333vw, 21px);
  color: #FBA518;
}
.header h1 br {
  display: none;
}
@media (min-width: 768px) {
  .header h1 br {
    display: block;
  }
}

.electricity-mv {
  position: relative;
  z-index: 0;
}
.electricity-mv_cta {
  position: absolute;
  bottom: 0;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  bottom: -224px;
  width: 100%;
}
.electricity-mv_cta p.cta-title {
  font-size: min(4.2666666667vw, 24px);
  font-weight: bold;
  color: #333333 !important;
  align-items: center;
  margin-bottom: 7px;
}
.electricity-mv_cta p.cta-title::before, .electricity-mv_cta p.cta-title::after {
  content: url(./../img/line-black.svg) !important;
  display: block;
}
.electricity-mv_cta a {
  margin: auto;
  position: relative;
}
.electricity-mv_cta span {
  font-size: min(5.3333333333vw, 30px);
  letter-spacing: 0.05em;
}
.electricity-mv_cta span::before {
  width: min(8.5333333333vw, 32px);
  height: min(8.5333333333vw, 32px);
  content: "";
  background-image: url(./../img/application.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  background-size: contain;
}
.electricity-mv_cta--alert a {
  background-color: #FFC525;
  color: #FD335F;
}
.electricity-mv_cta--alert span:before {
  background-image: url(./../img/alert.svg);
}
.electricity-mv_cta-wrap {
  position: relative;
  margin-bottom: 24px;
}
.electricity-mv_cta-wrap .hukidashi {
  display: flex;
  justify-content: center;
  font-size: min(4.2666666667vw, 24px);
  font-weight: bold;
  color: #333333;
  background-color: #FFFFFF;
  width: 44.776119403%;
  border-radius: 20px;
  border: 2px solid #FF5858;
  position: relative;
  margin: auto;
  margin-bottom: -15px;
  padding-top: 6px;
  padding-bottom: 7px;
  line-height: 1;
  z-index: 1;
}
.electricity-mv_cta-wrap .hukidashi-alert {
  width: 59.7014925373%;
  border: 2px solid #FFC525;
}
.electricity-mv_cta-wrap .hukidashi::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 9px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 90%);
}
.electricity-mv_cta-wrap .hukidashi .red {
  color: #FF5858;
  font-size: min(4.2666666667vw, 24px);
}
.electricity-mv_cta-wrap .hukidashi .red::before {
  display: none;
}
.electricity .setprice {
  background-color: #F0F4F4;
}
.electricity .setprice-price {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #546666;
}
.electricity .setprice-table {
  display: block;
  font-size: min(3.7333333333vw, 21px);
  width: 100%;
  padding: 20px 12px;
}
.electricity .setprice-table_title {
  font-size: min(7.4666666667vw, 42px);
  color: #FFFFFF;
  padding: 16px;
  border-radius: 8px 8px 0 0;
  width: 100%;
  background-color: #546666;
}
.electricity .setprice-table_title span {
  display: block;
  font-size: min(4.8vw, 27px);
}
.electricity .setprice-table th,
.electricity .setprice-table td {
  font-size: min(3.2vw, 18px);
  text-align: center;
  padding: 8px;
  border-bottom: 1px solid #D0ECEC;
  vertical-align: middle;
  height: min(13.3vw, 80px);
}
.electricity .setprice-table_bordertop {
  border-top: 1px solid #D0ECEC;
}
.electricity .setprice-table_small {
  font-size: min(2.6666666667vw, 15px);
  white-space: nowrap;
}
.electricity .point {
  background-color: #F0F4F4;
}
.electricity .cta {
  color: #00A9A9;
  padding: 40px 16px;
  gap: 40px;
}
.electricity .cta-electricity {
  background-color: #00A9A9 !important;
}
.electricity .cta > div {
  width: 100%;
}
.electricity .cta-title {
  color: #FFFFFF;
  font-size: min(4.8vw, 27px);
  margin-bottom: 16px;
}
.electricity .cta-title::before, .electricity .cta-title::after {
  content: url(./../img/line.svg);
  display: block;
}
.electricity .cta-title::after {
  transform: scaleX(-1);
}
.electricity .campaign {
  background-color: #F0F4F4;
  padding: 200px 20px 0;
}
.electricity .agreement {
  padding: 60px 8px 0;
  background-color: #F0F4F4;
}
.electricity .otokuprice {
  background-color: #F0F4F4;
}
.electricity .otokuprice-title {
  text-align: center;
  margin-bottom: 24px;
}
.electricity .otokuprice-wrap {
  gap: 24px;
  max-width: 480px;
  margin: auto;
}
.electricity .otokuprice-text {
  text-align: center;
  font-weight: bold;
  gap: 12px;
}
.electricity .otokuprice-text::before, .electricity .otokuprice-text::after {
  content: url(./../img/electricity/line-black-large.svg);
  display: block;
}
.electricity .otokuprice-text::after {
  transform: scaleX(-1);
}
.electricity .otokuprice-text .text-liner {
  font-size: min(6.4vw, 36px);
}
.electricity .otokuprice-text_plus {
  font-size: min(5.3333333333vw, 30px);
}
.electricity .otokuprice-figure {
  gap: 8px;
}
.electricity .comparisons-title {
  text-align: center;
  gap: 8px;
  margin-bottom: 32px;
}
.electricity .comparisons-title_flex {
  display: flex;
  align-items: end;
  gap: 2px;
  font-size: min(4.8vw, 27px);
}
.electricity .comparisons-title img {
  display: block;
}
@media (min-width: 768px) {
  .electricity .comparisons-title img {
    width: 264px;
  }
}
.electricity .comparisons-title img::after {
  display: inline-block;
  content: "※";
  color: black;
}
.electricity .comparisons-title .text-liner {
  font-size: min(6.4vw, 36px);
}
.electricity .comparisons-title_strong {
  font-size: min(8.5333333333vw, 48px);
}
.electricity .comparisons-content {
  gap: 24px;
  padding: 32px 16px;
  background-color: #F0F4F4;
}
.electricity .comparisons h3 {
  font-size: min(4.8vw, 27px);
  padding: 8px 40px;
}
.electricity .comparisons h3 span {
  font-size: min(2.6666666667vw, 15px);
  color: #00BABA;
}
.electricity .comparisons-img {
  width: 56%;
}
.electricity .comparisons-text {
  align-items: end;
  gap: 8px;
  font-weight: bold;
  font-size: min(4.8vw, 27px);
}
.electricity .comparisons-text_circle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(4.2666666667vw, 24px);
  color: #FFFFFF;
  background-color: #00BABA;
  width: min(12.3vw, 68px);
  height: min(12.3vw, 68px);
  border-radius: 34px;
}
.electricity .comparisons-text .text-liner {
  margin-bottom: 4px;
}
.electricity .comparisons-text_price {
  font-size: min(11.2vw, 63px);
  font-family: "Roboto", sans-serif;
  line-height: 0.5;
  margin-right: 4px;
  color: #DDF0F0;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #00BABA;
}
.electricity .comparisons-graphimg {
  width: 100%;
}
.electricity .comparisons-attention {
  list-style: disc;
  list-style-position: inside;
  font-size: min(2.6666666667vw, 15px);
  color: #888888;
  text-indent: -1rem;
  padding-left: 1rem;
}
.electricity .comparisons-attention li {
  margin-bottom: 4px;
  font-weight: 400;
}
.electricity .faq {
  background-color: #F0F4F4;
}
.electricity .faq dl {
  background-color: #FFFFFF;
}
.electricity .faq dd {
  background-color: #D0ECEC;
}
.electricity .precautions {
  background-color: #D0ECEC;
  gap: 40px;
}
.electricity .precautions-content {
  background-color: #FFFFFF;
  border-radius: 8px;
  gap: 20px;
  padding: 24px;
}
.electricity .precautions h3 {
  font-size: min(6.9333333333vw, 39px);
}
.electricity .precautions-read {
  background-color: #F1F1F1;
  padding: 12px 16px;
  font-weight: bold;
  font-size: min(4.2666666667vw, 24px);
}
.electricity .precautions-text {
  font-size: min(3.7333333333vw, 21px);
}

.btn-simulation {
  color: #00A9A9;
  background-color: #FFFFFF;
}
.btn-electricity {
  color: #FFFFFF;
  background-color: #FF5858;
}

.cta-electricity-wrap {
  width: 100%;
}
.cta-electricity-wrap .btn-electricity {
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.05em;
}
.cta-electricity-wrap .hukidashi {
  display: flex;
  justify-content: center;
  font-size: min(4.2666666667vw, 24px);
  font-weight: bold;
  color: #333333;
  background-color: #FFFFFF;
  width: 44.776119403%;
  border-radius: 20px;
  border: 2px solid #FF5858;
  position: relative;
  margin: auto;
  margin-bottom: -15px;
  padding-top: 6px;
  padding-bottom: 7px;
  line-height: 1;
  z-index: 1;
}
.cta-electricity-wrap .hukidashi-alert {
  width: 59.7014925373%;
  border: 2px solid #FFC525;
}
.cta-electricity-wrap .hukidashi::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 9px solid #ffffff;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 90%);
}
.cta-electricity-wrap .hukidashi .red {
  color: #FF5858;
  font-size: min(4.2666666667vw, 24px);
}
.cta-electricity-wrap .hukidashi .red::before {
  display: none;
}
.cta-electricity-wrap-alert {
  margin-top: 24px;
}
.cta-electricity-wrap-alert a {
  background-color: #FFC525;
  color: #FD335F;
}

.cta-fixed.cta-fixed-btn-electricity {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}

.cta-fixed {
  display: flex;
}
.cta-fixed a {
  height: auto;
  flex: 1;
  border-radius: 0;
  padding: 0;
  transition: all 0.3s;
}
.cta-fixed a:hover {
  filter: brightness(1.08);
}
.cta-fixed img {
  position: static;
  transform: translate(0);
}

.cta-fixed.cta-fixed-btn-electricity.fixed {
  opacity: 1;
  visibility: visible;
}

#simulation h2 {
  margin-bottom: 40px;
}
#simulation .simulation {
  background-color: #F0F4F4;
  padding: 28px 16px;
}
#simulation .simulation-form {
  gap: 40px;
}
#simulation .simulation-form > div {
  width: 100%;
}
#simulation .simulation-box ul {
  gap: 8px;
  align-items: flex-start;
}
#simulation .simulation-box ul li {
  width: 100%;
}
#simulation .simulation-select {
  position: relative;
}
#simulation .simulation-select::after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #3a3a3a;
  content: "";
  position: absolute;
  right: 4%;
  top: 18px;
  width: 0;
  display: block;
}
#simulation .simulation-img {
  margin: 16px 0 0;
  padding: 16px 0;
  background-color: #FFFFFF;
  display: block;
  border-radius: 8px;
}
#simulation .simulation-info {
  padding: 16px 0 0;
  font-size: 14px;
}
#simulation .simulation-info > p {
  gap: 2px;
  color: #FFFFFF;
  font-weight: bold;
  padding: 2px 8px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-color: #FFC107;
  width: fit-content;
}
#simulation .simulation-info_content {
  padding: 12px 16px;
  background-color: #fffce8;
}
#simulation .simulation-info_content ul {
  list-style: disc;
  list-style-position: inside;
  padding: 4px;
}
#simulation .simulation-input {
  gap: 16px;
}
#simulation .simulation-input input {
  flex: 1;
}
#simulation .simulation-btn {
  background-color: #00BABA;
  color: #FFFFFF;
  padding: 16px 0;
  border-radius: 8px;
  width: 100%;
  margin: 20px 0;
}
#simulation label {
  color: #00BABA;
}
#simulation select, #simulation input {
  background-color: #FFFFFF;
  width: 100%;
  display: block;
  border-radius: 4px;
  padding: 8px;
  position: relative;
}

.gas-mv {
  position: relative;
  z-index: 0;
}
.gas-mv_cta {
  position: absolute;
  bottom: 0;
  z-index: 999;
  left: 50%;
  transform: translateX(-50%);
  bottom: -80px;
  width: 100%;
  background-color: transparent !important;
}
.gas-mv_cta p {
  font-size: min(4.2666666667vw, 24px);
  font-weight: bold;
  align-items: center;
  margin-bottom: 8px;
}
.gas-mv_cta a {
  margin: auto;
  background-color: #FF5858;
}
.gas-mv_cta span {
  font-size: min(4.5333333333vw, 25.5px);
}
.gas .btn-gas {
  color: #FFFFFF;
  background-color: #FF5858;
}
.gas .setprice {
  background-color: #EAEFF3;
}
.gas .point {
  background-color: #EAEFF3;
}
.gas .point a {
  color: #1779C3;
}
.gas .cta {
  background-color: #005B9F;
}
.gas .faq {
  background-color: #EAEFF3;
}
.gas .faq dl {
  background-color: #FFFFFF;
}
.gas .faq dd {
  background-color: #C9DCEB;
}
.gas .otegarupoint {
  padding-top: 80px;
}
.gas .otegarupoint h2 {
  margin-bottom: 24px;
}
.gas .otegarupoint h3 {
  font-size: min(5.3333333333vw, 30px);
  color: #1779C3;
}
.gas .otegarupoint-list {
  gap: 24px;
}
.gas .otegarupoint li {
  gap: 20px;
  padding: 20px;
  border-radius: 16px;
  background-color: #EAEFF3;
}
.gas .otegarupoint p {
  font-size: min(3.7333333333vw, 21px);
}
.gas .emergency h2 {
  margin-bottom: 20px;
}
.gas .emergency h2 span {
  font-size: min(6.4vw, 36px);
  display: block;
}
.gas .emergency-text {
  font-weight: bold;
  font-size: min(4.8vw, 27px);
  padding: 12px 16px;
  background-color: #EAEFF3;
  margin-bottom: 20px;
}
.gas .emergency-receptionhours {
  text-align: center;
  font-weight: bold;
  font-size: min(5.3333333333vw, 30px);
  margin-bottom: 40px;
}
.gas .emergency .title-roundborder {
  border-color: #1779C3;
  max-width: 234px;
  margin: 0 auto 24px;
}
.gas .emergency-wrap {
  gap: 40px;
  align-items: stretch;
}
@media (min-width: 768px) {
  .gas .emergency-wrap {
    gap: 60px;
  }
}
.gas .emergency-tel_list {
  gap: 24px;
}
.gas .emergency-tel_item {
  padding: 16px 20px;
  background-color: #F1F1F1;
  border-radius: 16px;
  width: 100%;
}
.gas .emergency-tel_item--prefecture {
  font-weight: bold;
  font-size: min(4.8vw, 27px);
  padding-bottom: 12px;
  border-bottom: 1px solid #888888;
}
.gas .emergency-tel_item a {
  color: #005B9F;
  font-weight: bold;
  font-size: min(7.4666666667vw, 42px);
  gap: 4px;
  align-items: center;
  margin: 12px 0;
}
.gas .emergency-tel_item a::before {
  content: url(./../img/tel.svg);
}
.gas .emergency-tel_item small {
  font-size: min(3.2vw, 18px);
  font-weight: 400;
}
.gas .emergency-tel_item--fax {
  color: #005B9F;
  margin-top: 12px;
}
.gas .emergency-tel_item .margin-top8 {
  margin-top: 8px;
}
.gas .plan h2,
.gas .plan .plan-text {
  margin-bottom: 20px;
}
.gas .plan-nav {
  gap: 2%;
}
.gas .plan-nav li {
  font-size: min(3.4666666667vw, 19.5px);
  background-color: #D9D9D9;
  text-align: center;
  padding: 10px 4px;
  flex: 1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.gas .plan-nav li.is-active {
  background-color: #1779C3;
  color: #FFFFFF;
}
.gas .plan .panel-item {
  padding: 32px 16px;
  background-color: #F0F4F4;
}
.gas .plan h3 {
  color: #1779C3;
  font-size: min(6.4vw, 36px);
  margin-bottom: 8px;
}
.gas .plan-explanation {
  margin-bottom: 20px;
}
.gas .plan-table {
  font-size: min(3.2vw, 18px);
  margin-bottom: 40px;
}
.gas .plan-table th {
  vertical-align: middle;
  text-align: center;
  background-color: #C9DCEB;
}
.gas .plan-table th,
.gas .plan-table td {
  padding: 16px 12px;
}
.gas .plan-table th,
.gas .plan-table td {
  border: 1px solid #888888;
}
.gas .plan-table th > ul > li:first-child summary,
.gas .plan-table td > ul > li:first-child summary {
  border: none;
  padding-top: 0;
}
.gas .plan-table details summary {
  cursor: pointer;
  border-top: 1px solid #C9DCEB;
  padding: 8px 0;
}
.gas .plan-table details p {
  padding: 8px 0 8px 1rem;
  color: #888888;
  font-size: min(2.6666666667vw, 15px);
}
.gas .plan-table_th {
  width: 36%;
  text-align: left !important;
}
@media (min-width: 1280px) {
  .gas .plan-table_th {
    width: 36%;
  }
}
.gas .plan-table_w100 {
  width: 100%;
}
.gas .plan-table_middle {
  vertical-align: middle;
}
.gas .plan-attention {
  background-color: #F0F4F4;
  gap: 16px;
}
.gas .plan-attention div {
  text-align: center;
  padding-bottom: 40px;
}
.gas .plan-attention h3 {
  color: #333333;
  font-size: min(4.8vw, 27px);
  margin-bottom: 8px;
}
.gas .plan-attention img {
  width: 80%;
}

.footer {
  gap: 30px;
  background-color: #F1F1F1;
  padding: 40px 28px min(26.7vw, 120px);
  position: relative;
  z-index: -1;
}
.footer div {
  width: 100%;
}
.footer h2 {
  font-size: min(5.3333333333vw, 30px);
  margin-bottom: 4px;
}
.footer-text {
  font-size: min(3.7333333333vw, 21px);
  font-weight: 400;
}
.footer-list {
  align-items: flex-start;
  gap: 8px;
  justify-content: flex-start;
}
.footer-list_electricity, .footer-list_gas {
  display: none;
}
.footer-list_electricity.is-active {
  display: flex;
}
.footer-list_gas.is-active {
  display: flex;
}
.footer li {
  font-size: min(3.7333333333vw, 21px);
}
.footer a {
  display: flex;
  gap: 4px;
  align-items: center;
}
.footer a::before {
  display: inline-block;
  content: url(./../img/arrow-black.svg);
}
.footer-copyright {
  font-size: min(3.2vw, 18px);
  color: #888888;
}
.footer-copyright_electricity, .footer-copyright_gas {
  display: none;
}
.footer-copyright_electricity.is-active {
  display: block;
}
.footer-copyright_gas.is-active {
  display: block;
}

#sim {
  display: none;
}

#sim.is-active {
  display: block;
}

.sim {
  padding: 40px 16px;
  font-family: "Oswald", "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", sans-serif;
}
.sim h1 {
  text-align: center;
  margin-bottom: 32px;
  font-size: 28px;
}
.sim h3 {
  margin-bottom: 8px;
}
.sim .dots {
  background-image: radial-gradient(circle at center, #FFE200 20%, transparent 20%);
  /* 点の色とサイズ調整 */
  background-position: top right;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1em 0.3em;
  /* 点の間隔とサイズ調整 */
  padding-top: 0.4em;
  /* 縦方向の位置調整 */
}
.sim .number {
  background-color: #FEE100;
  font-size: 0.8em;
  border-radius: 50px;
  line-height: 1;
  display: -webkit-inline-box;
  display: inline-flex;
  padding: 3px 7px;
  border: solid 1px;
  margin-right: 10px;
}
.sim .required {
  background-color: #FEE100;
  margin-left: 10px;
  padding: 1px 10px;
  font-size: 12px;
  text-align: center;
}
.sim .household input {
  display: none;
}
.sim .household {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 60px 60px;
  grid-gap: 8px;
  margin-bottom: 20px;
}
.sim .household label {
  border: solid 3px #DEDEDE;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sim .household label:hover {
  background-color: #FEE100;
}
.sim .household input[type=radio]:checked + label {
  background-color: #FEE100;
  border: solid 3px #3C3937;
}
.sim li {
  display: list-item;
  text-align: -webkit-match-parent;
  unicode-bidi: isolate;
  line-height: 1.15;
}
.sim ol,
.sim ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sim .map {
  border: solid 3px #3C3937;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 20px;
}
.sim .map_box_up {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}
.sim .map_list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
  gap: 2%;
  margin-top: 5px;
}
.sim .map_list_item {
  width: 18.5%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  display: flex;
}
.sim .map_list_item.is-kansai {
  margin-top: 65px;
}
.sim .map_box_label {
  border: 3px solid #DEDEDE;
  border-radius: 8px;
  width: 100%;
  text-align: center;
  color: #3C3937;
  padding: 10px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sim .map_name {
  font-size: 12px;
}
.sim .map_name_large {
  display: block;
}
.sim label[for] {
  cursor: pointer;
}
.sim .radio_input {
  display: none;
}
.sim .map_box_item.is-chugoku {
  margin-top: 35px;
}
.sim .map_box_item.is-shikoku {
  margin-top: 5px;
}
.sim .map_box_item.is-kyushu {
  margin-top: 80px;
}
.sim .map_list_item.is-tohoku {
  width: 28%;
}
.sim .map_list_item.is-tohoku .map_box_item.is-tohoku {
  width: 65%;
}
.sim .map_box_item.is-tokyo {
  margin-top: 5px;
}
.sim .map_box_item.is-hokuriku {
  margin-top: 15px;
}
.sim .map_box_item.is-chubu {
  margin-top: 5px;
}
.sim .map_box_label:hover {
  background-color: #FEE100;
}
.sim .radio_input:checked + .map_box_label {
  background-color: #FEE100;
  border: solid 3px #3C3937;
}
.sim .result input {
  display: none;
}
.sim .result {
  padding: 0 5px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 40px 0px;
  grid-gap: 8px;
}
.sim .result label {
  border: solid 3px #DEDEDE;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: min(3.2vw, 18px);
}
.sim .result label:hover {
  background-color: #FEE100;
}
.sim .result input[type=radio]:checked + label {
  background-color: #FEE100;
  border: solid 3px #3C3937;
}
.sim .result input[type=radio]:checked + label::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 14px 10px 0 10px;
  border-color: #3C3937 transparent transparent;
  translate: -50% 100%;
}
.sim .result input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 9px 6px 0 6px;
  border-color: #FEE100 transparent transparent;
  translate: -50% 100%;
}
.sim .box {
  margin: 10px;
  border: solid 2px #20BEBA;
  border-radius: 16px;
}
.sim .two {
  margin: 10px;
  border: solid 2px #005B9F;
  border-radius: 16px;
}
.sim .box-one {
  font-size: min(3.2vw, 18px);
  background: #EFFAFA;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
  border-radius: 16px 16px 0px 0px;
}
.sim .two .box-one {
  background: #F4F8FD;
}
.sim .box-two {
  font-size: 0.8em;
  font-weight: normal;
  letter-spacing: 0em;
  margin: 15px 30px;
  background: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 16px;
  border: solid 3px #DEDEDE;
}
.sim #price1,
.sim #price2,
.sim #price3 {
  font-size: 3em;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0 2px;
  color: #df1f1c;
  background: linear-gradient(transparent 70%, #FEE100 70%);
  margin: 0 5px;
}
.sim .cta {
  width: 80%;
  margin: 20px auto;
  padding: 10px;
  background-color: #20BEBA;
  text-align: center;
  border-radius: 50px;
  color: #fff;
  border: solid 3px #3C3937;
  display: block;
}
.sim .two .cta {
  background-color: #005B9F;
}
.sim .cta:before {
  margin: 3px 0 0 0;
  font-family: "Font Awesome 5 Free";
  content: "\f044";
}
.sim .detail {
  text-align: center;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
  margin-bottom: 16px;
}
.sim .detail:after {
  margin: 0 0 0 3px;
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  font-weight: 900;
}
.sim .logo {
  padding-right: 5px;
  position: relative;
  top: 5px;
}
@media (min-width: 1280px) {
  .sim .logo {
    top: -2px;
  }
}
.sim .logo-gas {
  height: 26px;
}
.sim .modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sim .modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30, 30, 30, 0.3);
}
.sim .modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(90%, 500px);
  padding: 24PX;
  background-color: #fff;
  height: 60%;
  border-radius: 8PX;
  overflow: auto;
}
@media (min-width: 1280px) {
  .sim .modalWrapper {
    height: 80%;
  }
}
.sim .modalWrapper p {
  font-size: min(3.2vw, 18px);
}
.sim .closeModal {
  position: absolute;
  top: 0;
  right: 16px;
  cursor: pointer;
  font-size: 32px;
}/*# sourceMappingURL=style.css.map */