@charset "UTF-8";
.static-main-contents {
  padding: 0;
  width: 100% !important;
}

.container {
  width: 100%;
}
.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;
}

.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 (max-width: 550px) {
  .side-margin {
    margin: 0 24px;
  }
}
.content-text {
  font-size: 14px;
  line-height: 1.57;
}

a.static-button-cta, button.static-button-cta {
  font-weight: var(--mtg-h3-w);
}

.text-title-b {
  font-size: var(--mtg-body-strong-s);
  font-weight: var(--mtg-body-strong-w);
  margin-top: 16px;
}
.text-title-b:first-child {
  margin-top: 0;
}

@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;
  }
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 1px solid #F5F5F6;
}


.speech-bubble {
  position: absolute;
  background: #fff;
  border: 1px solid #3359CC;
  display: block;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  padding: 0 10px;
  left: 50%;
  transform: translate(-50%, -30px);
  font-size: 14px;
  color: #3359CC;
  font-weight: 700;
}
.speech-bubble::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -5px;
  border-top: solid 1px #3359CC;
  border-right: solid 1px #3359CC;
  transform: rotate(135deg);
  position: absolute;
  top: 30px;
  right: calc(50% - 6px);
  background: #fff;
}
.speech-bubble-inner{
  background-color: #EFF0FF;
  margin: 16px 16px 8px;
  padding: 4px 0 20px;
  border-radius: 8px;
}


/* キャンペーン終了時の表示 */
.main-banner__wrapper {
  position: relative;
}

.main-banner__wrapper .campaign_close {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  text-align: center;
  font-size: 22px;
  color:#ffffff;
  font-weight: 700;
  background: rgba(24, 26, 36, 0.7);
  height: 100px;
}
.main-banner__wrapper .campaign_close span{
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  text-align: center;
}

@media screen and (max-width: 520px) {
  .main-banner__wrapper .campaign_close {
    height: 83px;
  }
}


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

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

.container .title {
  margin: 24px 0 16px;
}

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

.bottom12 {
  margin-bottom: 12px;
}

.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;
}

.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: sticky;
  z-index: 2;
  margin-top: 56px;
}

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

.mtg-modal-content .mtg-modal-button-area .mtg-modal-button.cta-white{
  background: #fff;
  color: var(--mtg-urbanblue);
  border: 1px solid var(--mtg-urbanblue);
  margin-top: 8px;
  margin-bottom: 0;
}
a.static-button-cta.mtg-modal-button.cta-white:hover,
a.static-button-cta.mtg-modal-button.cta-white:focus,
a.static-button-cta.mtg-modal-button.cta-white:active{
  background: var(--mtg-blue-1);
  color: #fff;
  border: 1px solid var(--mtg-blue-1);
}


.mtg-accordion {
  margin-top: 12px;
}
.mtg-accordion.mt-16 {
  margin-top: 16px;
}

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

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

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

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

.question5::before {
  content: "Q5.";
}

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

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

#gtm {
  margin-top: 56px;
}

.mt-0 {
  margin-top: 0;
}
.mt-8{
  margin-top: 8px;
}
.mt-16{
  margin-top: 16px;
}
.mt-40{
  margin-top: 40px;
}

.static-button-back {
  margin-top: 40px;
}
.is-sp {
  display: none;
}
@media screen and (max-width: 550px) {
  .is-sp {
    display: block;
  }
}

@media screen and (max-width: 550px) {
  .is-pc {
    display: none;
  }
}
button.campaign-cta {
  margin: 0;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
}

button.static-button-cta-top {
  margin: 0 auto 16px;
}
button.btn_disabled{
  color:#97989c;
}

.txt_caution {
  font-size: 12px;
  font-weight: 400;
  background: url(../../../../common/img/ico/ico-attention-caption.png) left center no-repeat;
  background-size: 14px 14px;
  padding-left: 16px;
  margin-top: 16px;
}


.ico-num_mtg-blue-1 {
  background: var(--mtg-blue-1);
  color: var(--mtg-white);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}
.ico-num_mtg-blue-1 span {
  font-size: var(--mtg-body-s);
  font-weight: var(--mtg-h3-w);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mtg-numberlist {
  display: flex;
  margin-top: 16px;
  margin-bottom: 8px;
  position: relative;
  min-height: 24px;
  align-items: center;
  font-weight: var(--mtg-h3-w);
}
.mtg-numberlist.mt-0 {
  margin-top: 0px;
}

.mtg-numberlist_text {
  padding-left: 32px;
  font-weight: var(--mtg-h3-w);
}

.img-movingCP_01,
.img-movingCP_02,
.img-movingCP_03,
.img-movingCP_05 {
  width: 100%;
  max-width: 279px;
  margin: 0 auto;
  display: block;
}

.mtg-text-center {
  text-align: center;
}

.mtg-text-notes {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}

.mtg-bullets {
  list-style: auto;
  list-style-position: outside;
  padding-left: 14px;
}
.mtg-bullets li {
  padding-left: 0;
}
.mtg-bullets li:before {
  display: none;
}

.mtg-bullets.list-disc {
  list-style: "・";
}
.mtg-bullets.list-disc li::marker {
  font-weight:bold;
}
.mtg-bullets.list-disc li + li {
  margin-top: 0;
}

.mtg-accordion-title {
  min-height: 56px;
  width: 100%;
  margin: 0px;
  padding: 15px 48px 15px 16px;
  line-height: 26px;
  background: var(--mtg-white);
  font-size: var(--mtg-body-s);
  font-weight: var(--mtg-body-w);
  position: relative;
  cursor: pointer;
}
.mtg-accordion-title::after {
  content: "";
  width: 40px;
  height: 40px;
  margin: auto;
  display: block;
  background: url(../../../../common/img/ico/ico-AccordionOpen.png) center center no-repeat;
  background-size: 30px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 4px;
  bottom: 0;
}

.mtg-accordion-title.accordion-open::after {
  background: url(../../../../common/img/ico/ico-AccordionClose.png) center center no-repeat;
  background-size: 30px;
}
.mtg-accordion-title.accordion-open + .mtg-accordion-folding {
  height: auto;
  max-height: 70vh;
  padding: 16px;
  overflow: auto;
}
.mtg-accordion-title.accordion-open + .mtg-accordion-folding a {
  font-size: 14px;
}
.mtg-accordion-title.accordion-open + .mtg-accordion-folding .list-disc {
  list-style: "・";
  padding-left: 13px;
}
.mtg-accordion-title.accordion-open + .mtg-accordion-folding .list-disc li::marker {
  font-weight:bold;
}
.ico-question::before {
  position: absolute;
  line-height: 1.57;
  font-size: var(--mtg-body-s);
}

.title-question {
  width: auto;
  display: block;
  padding-left: 34px;
}

.addition-wrapp {
  background: #ffffff;
  border-radius: 8px;
  margin: 40px 0 24px;
  padding: 16px 0 16px;
}
.addition-wrapp.bubble .speech-bubble {
  position: absolute;
  background: var(--mtg-white);
  border: 1px solid var(--mtg-blue-2);
  display: block;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  padding: 0 7px;
  left: 50%;
  transform: translate(-50%, -17px);
  color: var(--mtg-blue-1);
  font-weight: var(--mtg-h2-w);
  font-size: var(--mtg-h3-s);
  letter-spacing: 0.18em;

}
.addition-wrapp.bubble .speech-bubble::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -3px;
  border-top: solid 1px var(--mtg-blue-2);
  border-right: solid 1px var(--mtg-blue-2);
  transform: rotate(135deg);
  position: absolute;
  top: 30px;
  right: calc(50% - 6px);
  background: var(--mtg-white);
}
.addition-wrapp .addition-point1 {
  text-align: center;
  padding: 16px 0 8px;
  line-height: 1;
}
.addition-wrapp .addition-point1 span {
  display: inline-block;
}
.addition-wrapp .addition-point1 .addition-point1-text1 {
  font-weight: 700;
  font-size: 15px;
  color: var(--mtg-blue-1);
}
.addition-wrapp .addition-point1 .addition-point1-text2 {
  font-weight: 400;
  font-size: 10px;
  color: var(--mtg-blue-1);
  vertical-align: top;
}
.addition-wrapp .addition-point1 .addition-point1-text3 {
  font-weight: 400;
  font-size: 12px;
  color: var(--mtg-midnight);
}
.addition-wrapp .addition-point1 .addition-point1-text4 {
  font-weight: 400;
  font-size: 15px;
  color: var(--mtg-blue-1);
}
.addition-wrapp .addition-point1-ico-plus {
  width: 13px;
  height: 13px;
  margin: auto;
  display: block;
}
.addition-wrapp .addition-point2 {
  padding: 4px 0;
  text-align: center;
}
.addition-wrapp .addition-point2 .addition-point2-text1 {
  font-size: 16px;
  font-weight: 600;
}
.addition-wrapp .addition-point2 .addition-point2-text2 {
  line-height: 29px;
  font-size: 29px;
  font-weight: 700;
  color: var(--mtg-blue-1);
}
.addition-wrapp .addition-point2 .addition-point2-text3 {
  font-weight: 400;
  font-size: 10px;
  color: var(--mtg-blue-1);
  vertical-align: top;
}
.addition-wrapp .addition-point2_2 {
  display: flex;
  justify-content: center;
}
.addition-wrapp .addition-point2_2 .addition-point2_2-text1-wrap {
  height: 30px;
  display: flex;
  align-content: space-between;
  flex-direction: column;
  justify-content: space-between;
}
.addition-wrapp .addition-point2_2 .addition-point2_2-text1-wrap .addition-point2-text1 {
  display: block;
  font-size: 17px;
  line-height: 1;
  font-weight: 600;
}
.addition-wrapp .addition-point2_2 .addition-point2_2-text1-wrap .small-txt {
  font-size: 10px;
  line-height: 10px;
  font-weight: 400;
}
.addition-wrapp .addition-point2_2 .big-txt {
  font-size: 29px;
  vertical-align: bottom;
  font-weight: 700;
  color: var(--mtg-blue-1);
}
.addition-wrapp .addition-point2_2 .addition-point2-text3 {
  font-weight: 400;
  font-size: 10px;
  color: var(--mtg-blue-1);
  vertical-align: top;
  display: inline-block;
  height: 30px;
}
.addition-wrapp .addition-point3 {
  list-style: none;
  padding: 0 16px;
  margin: 10px auto 4px;
  font-size: 12px;
  font-weight: 400;
}
.addition-wrapp .addition-point3 li {
  color: var(--mtg-grey-1);
  margin-top: 20px;
}
.addition-wrapp .addition-point3 li:first-child {
  margin-top: 0;
}
.addition-wrapp .addition-point3 .link-arrow {
  padding: 0px 18px 0 0;
  display: inline-block;
  margin: 0;
}
.addition-wrapp .addition-point4 {
  padding: 0 16px 0;
  font-size: 12px;
  font-weight: 400;
}
.addition-wrapp .link-arrow {
  padding: 4px 18px 0;
}

.addition-annotation {
  margin: 20px 0 40px;
}
.addition-annotation p {
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 3px;
}

.static-button-cta.is-external.white-button {
  color: var(--mtg-midnight);
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  text-align: left;
  padding: 16px;
  line-height: 24px;
  background: var(--mtg-white);
  display: flex;
  justify-content: space-between;
}
.static-button-cta.is-external.white-button::after {
  display: block;
  width: 14px;
  background: url(../../../../common/img/ico/arrow-right.png) no-repeat;
  background-size: 14px;
  background-position: center;
}

.static-button-cta.is-external:after {
  display: none;
}

.link-arrow {
  padding-right: 20px;
  background: url(../../../../common/img/ico/arrow-right-s.png) no-repeat;
  background-size: 14px;
  background-position: center right;
  line-height: 19px;
  display: inline;
}

.modal {
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
}

.modal.is-active {
  opacity: 1;
  visibility: visible;
}

.modal_wrapp {
  width: 100%;
  height: 100%;
}

.mtg-modal-content .mtg-modal-button-title {
  font-weight: 500;
}
.mtg-modal-content .mtg-modal-button-area .mtg-modal-button {
  margin: 8px auto 24px;
  position: relative;
}
.mtg-modal-content .mtg-modal-button-area .mtg-modal-button.last {
  margin: 8px auto 0;
}
.mtg-modal-content .mtg-modal-button-area .mtg-modal-button .mtg-modal-button-text {
  line-height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%) translateX(-20px);
  width: calc(100% - 30px);
  font-weight: 500;
}
.mtg-modal-content .mtg-modal-button-area .mtg-modal-button .mtg-modal-button-text span {
  font-size: 12px;
  font-weight: 400;
}
.mtg-modal-content .mtg-modal-button-area .mtg-modal-button .mtg-modal-button-text::after {
  background: url(../../../../common/img/ico/ico-externallink-white.png) no-repeat;
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) translateX(0px);
}
@media screen and (max-width: 520px) {
  .mtg-modal-content .mtg-modal-button-area .mtg-modal-button .mtg-modal-button-text {
    width: 100%;
    padding: 0 8px;
    text-align: center;
    max-width: 250px;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
  }
  .mtg-modal-content .mtg-modal-button-area .mtg-modal-button .mtg-modal-button-text.two-line {
    text-align: left;
  }
  .mtg-modal-content .mtg-modal-button-area .mtg-modal-button .mtg-modal-button-text.two-line::after {
    top: 8px;
    right: 10px;
    transform: translateY(-50%) translateX(0px);
  }
}
@media screen and (max-width: 520px) {
  .mtg-modal-content .mtg-modal-button-area .mtg-modal-button .mtg-modal-button-text {
    width: 100%;
  }
}

.mtg-modal-close {
  background: url(../../../../common/img/ico/ico-close-48.png) no-repeat;
  background-size: 24px;
  background-position: center;
}/*# sourceMappingURL=add.css.map */