.static-main-contents {
  padding: 0;
  width: 100% !important;
}

.static-footer {
  margin-top: 0px;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.container {
  width: 100%;
  padding-bottom: 24px;
}

.container.white {
  background-color: white;
}

.contna {
  max-width: 550px;
  margin: 0 auto;
}

.renewal {
  padding: 30px 24px;
  text-align: center;
}

.blue {
  background-color: #e3f2f9;
}

.blue-text {
  font-size: 10px;
  color: #004098;
}

.left {
  text-align: left;
}

.contna h2 {
  margin: 16px 0;
}

.center-text {
  width: 315px;
  margin: 24px auto;
}

.caption {
  font-size: var(--mtg-caption-s);
  font-weight: var(--mtg-caption-w);
}

.blue-text a {
  text-decoration: underline;
  font-weight: 700;
  font-size: var(--mtg-caption-s);
}

.icon {
  width: 40px;
}

.phone {
  width: 327px;
  margin-top: 20px;
}

.bottom20 {
  margin-bottom: 20px;
}

.bottom30 {
  margin-bottom: 30px;
}

@media screen and (min-width: 521px) {
  .mtg-sp-layout {
    display: none !important;
  }
}

@media screen and (max-width: 520px) {
  .static-main-contents {
    margin: 0;
  }

  .mtg-pc-layout {
    display: none !important;
  }

  .sp-layout {
    width: 90% !important;
    margin: 32px auto 30px;
  }

  .side-margin {
    margin: 0 32px;
  }
}

/*使用量ポイント.クイズ回答ポイント*/
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #F5F5F6;
}

.mtg-numberlist.is-big .mtg-img-numberlist {
  height: 32px;
  margin-right: 10px;
  margin-top: -4px;
}

img.mtg-img-numberlist {
    margin-top: 3px;
}

.mtg-numberlist {
  display: flex;
  margin-top: 20px;
}

.mtg-white-box .checkpoint-img {
  max-width: 286px;
  margin: 35px auto 0 auto;
  display: block;
}

.title {
  margin-top: 40px !important;
}

.top12,
.step-img {
  margin-top: 12px;
}

.bottom12 {
  margin-bottom: 12px;
}
.process-title.mt-8 {
  margin-top: 8px;
}

.font-strong:first-of-type {
  margin-top: 0;
}

.font-strong {
  margin-top: 24px;
  font-size: var(--mtg-body-strong-s);
  font-weight: var(--mtg-body-strong-w);
}

.link-margin24,
.process-title {
  margin-top: 24px;
}

div.process-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
.mt-12{
  margin-top: 12px;
}

.left32 {
  padding-left: 32px;
}

.ol-margin {
  margin-top: 8px;
  padding: 0 20px;
}

.static-button-cta.mtg-sp-layout,
.static-button-cta.sp-line {
  width: calc(100% - 48px);
  max-width: 560px;
  bottom: 16px;
  margin: 0 auto;
  filter: drop-shadow(0px 0px 9px rgba(0, 0, 0, 0.5));
  position: -webkit-sticky;
  position: sticky;
  z-index: 2;
  margin-top: 56px;
}

.static-button-cta.sp-line {
  width: 100% !important;
}

.mtg-accordion {
  margin-top: 20px;
}

.mtg-accordion>input[type="checkbox"]+label::before,
.mtg-accordion>input[type="checkbox"]:checked~.mtg-accordion-folding>p::before {
  display: block;
  position: absolute;
  top: 15px;
  left: 16px;
}

.mtg-accordion>input[type="checkbox"]+label {
  padding: 15px 48px 15px 43px;
}

.question1::before {
  content: "Q1.";
}

.question2::before {
  content: "Q2.";
}

.question3::before {
  content: "Q3.";
}

.question4::before {
  content: "Q4.";
}

#gtm.mtg-accordion>input[type="checkbox"]+label {
  padding: 16px 32px 16px 16px;
}

.gtm-accordion-bullets {
  margin-bottom: 24px;
}

#gtm {
  margin-top: 56px;
}