@charset "UTF-8";
.m-moveTop__fi__in {
  padding-bottom: 40px;
}

.m-moveTop__se__in {
  margin-top: 65px;
}

.m-move__modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 600;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.m-move__modal.is-on {
  opacity: 1;
  pointer-events: all;
  transition: opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.device-pc .m-move__modal .is-sp, html.device-sp .m-move__modal .is-pc {
  display: none;
}

.m-move__modal .c-gp__nl > li {
  font-size: 15px;
}

.m-move__modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.m-move__modal__box {
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 1000px;
  max-width: 90%;
  height: auto;
  padding: 40px;
  max-height: 80vh;
  border-radius: 15px;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  transition: top 500ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.m-move__modal__box.is-active {
  top: 50%;
  opacity: 1;
  pointer-events: all;
  transition: top 500ms cubic-bezier(0.215, 0.61, 0.355, 1), opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.m-move__modal__box .c-gp__h2 {
  margin-bottom: 40px;
}

.m-move__modal__box__inner {
  max-height: calc(80vh - 80px);
  padding: 0 20px;
  overflow-y: auto;
}

.m-move__modal__close {
  margin: 40px auto 0;
  width: 200px;
}

.m-move__modal strong.is-pink {
  color: #bf4da5;
  font-weight: bold;
}
.m-move__modal .c-gp__tb__in th a {
  color: #4ac9e3;
  text-decoration: none;
  border-bottom: 1px solid;
  transition: color 0.3s ease;
}
.m-move__modal .c-gp__tb__in th a:hover {
  color: #80e1f5;
  transition: color 0.3s ease;
}
.m-move__modal .-type1,
.m-move__modal .-type2,
.m-move__modal .-type3,
.m-move__modal .-type4 {
  display: none;
}
.m-move__modal .-type1.is-show,
.m-move__modal .-type2.is-show,
.m-move__modal .-type3.is-show,
.m-move__modal .-type4.is-show {
  display: block;
}

.column__04 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 30px 20px;
}
.column__04 li {
  width: calc((100% - 60px) / 4);
}
.column__04 p {
  padding-left: 15px;
  position: relative;
  margin: 0 0 10px 0;
}
.column__04 p::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0087d5;
}
.column__04 span {
  color: #0087d5;
}
.column__04 figure {
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.column__04 img {
  display: block;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .-spclose.is-pcActive {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .column__04 {
    gap: 30px 20px;
  }
  .column__04 li {
    width: calc(50% - 10px);
  }
  .column__04 figure {
    height: 100px;
  }
  .m-move__modal {
    margin: 0;
  }
  .m-move__modal__box {
    box-sizing: border-box;
    max-height: 90vh;
    padding: 24px 0 30px;
  }
  .m-move__modal__box__inner {
    max-height: calc(90vh - 54px);
    padding: 0 16px;
  }
  .m-move__modal .c-gp__h2__tt {
    font-size: 20px;
  }
  .m-move__modal .c-gp__tb__in {
    width: 480px;
  }
  html.device-pc .m-move__modal br.is-sp {
    display: inherit;
  }
  .m-move__modal .c-gp__tb__in th,
  .m-move__modal .c-gp__tb__in td {
    padding: 8px 16px;
    font-size: 14px;
  }
  .m-move__modal__close {
    margin: 24px auto 0;
    width: 200px;
  }
}
.c-barTitle {
  margin-bottom: 0;
}

.c-gp__bt--blue > a {
  background-color: #0086D1;
  color: #fff;
}
.c-gp__bt--blue .c-gp__bt__ar {
  background-color: #fff;
}
.c-gp__bt--blue .c-gp__bt__ar:before {
  border-color: #0086D1;
}

.c-gp__bt__ar--anchor:before {
  left: 6px;
  top: 5px;
  transform: rotate(135deg);
}

.gp-sup {
  margin: 0 2px;
  font-size: 10px;
  vertical-align: 20%;
  font-family: "AxisProN-Regular";
}

.c-blueBtn.-w490 {
  max-width: 490px;
  margin: 0 auto;
}

.c-whiteBtn.-w490 {
  max-width: 490px;
}

.m-moveTop__tw__tb__t {
  font-size: 14px;
}

.m-moveTop__tw__tb > ul > li > a:hover {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .m-moveTop__tw .m-moveTop__tw__tb > ul {
    gap: 10px;
  }
}
.m-moveTop__tw.is-cr1 .m-moveTop__tw__tb > ul > li:nth-child(1) > a {
  background-color: #fff;
  color: #0086D1;
}
.m-moveTop__tw.is-cr1 .m-moveTop__tw__tb > ul > li:nth-child(2) > a, .m-moveTop__tw.is-cr1 .m-moveTop__tw__tb > ul > li:nth-child(3) > a, .m-moveTop__tw.is-cr1 .m-moveTop__tw__tb > ul > li:nth-child(4) > a {
  background-color: #E5E5E5;
}
.m-moveTop__tw.is-cr2 .m-moveTop__tw__tb > ul > li:nth-child(2) > a {
  background-color: #fff;
  color: #0086D1;
}
.m-moveTop__tw.is-cr2 .m-moveTop__tw__tb > ul > li:nth-child(1) > a, .m-moveTop__tw.is-cr2 .m-moveTop__tw__tb > ul > li:nth-child(3) > a, .m-moveTop__tw.is-cr2 .m-moveTop__tw__tb > ul > li:nth-child(4) > a {
  background-color: #E5E5E5;
}
.m-moveTop__tw.is-cr3 .m-moveTop__tw__tb > ul > li:nth-child(3) > a {
  background-color: #fff;
  color: #0086D1;
}
.m-moveTop__tw.is-cr3 .m-moveTop__tw__tb > ul > li:nth-child(1) > a, .m-moveTop__tw.is-cr3 .m-moveTop__tw__tb > ul > li:nth-child(2) > a, .m-moveTop__tw.is-cr3 .m-moveTop__tw__tb > ul > li:nth-child(4) > a {
  background-color: #E5E5E5;
}
.m-moveTop__tw.is-cr4 .m-moveTop__tw__tb > ul > li:nth-child(4) > a {
  background-color: #fff;
  color: #0086D1;
}
.m-moveTop__tw.is-cr4 .m-moveTop__tw__tb > ul > li:nth-child(1) > a, .m-moveTop__tw.is-cr4 .m-moveTop__tw__tb > ul > li:nth-child(2) > a, .m-moveTop__tw.is-cr4 .m-moveTop__tw__tb > ul > li:nth-child(3) > a {
  background-color: #E5E5E5;
}

html.device-pc .m-moveTop__tw__tb > ul > li > a:hover .m-moveTop__tw__tb__tt,
html.device-pc .m-moveTop__tw__tb > ul > li > a:active .m-moveTop__tw__tb__tt {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .m-moveTop__tw__bd__in {
    margin: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .m-moveTop__tw__u {
    background-color: #fff;
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .m-moveTop__tw__u__hd .m-moveTop__tw__u__hd__tt {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) {
  .m-moveTop__tw.is-cr1 .m-moveTop__tw__bd {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}

@media screen and (min-width: 768px) {
  .m-moveTop__bd__bf {
    margin-top: 40px;
  }
}

.gp-link {
  color: #0086d1;
  transition: all 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

html.device-pc .gp-link:hover,
html.device-pc .gp-link:active {
  text-decoration: underline;
}

img {
  max-width: 100%;
}

a {
  color: #0086D1;
}

.m-moveTop__attention {
  margin-top: 0.5em;
}
.m-moveTop__in--lg {
  width: 1240px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .m-moveTop__in--lg {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.m-moveTop__in--sm {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .m-moveTop__in--sm {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.m-moveTop__txt--blue {
  color: #0086D1;
}
.m-moveTop__txt--pink {
  color: #F09491;
}
.m-moveTop__txt--darkpink {
  color: #BF4DA5;
}
.m-moveTop__txt--light {
  font-family: "AxisProN-Light";
}
.m-moveTop__txt--small {
  font-size: 0.8em;
}
.m-moveTop__txt--attention {
  font-size: 13px;
  font-family: "AxisProN-Light";
}
@media screen and (min-width: 768px) {
  .m-moveTop__txt--pc-center {
    text-align: center;
  }
}
.m-moveTop__txt--link {
  color: #0086D1;
}
.m-moveTop__txt--bold {
  font-family: "AxisProN-Bold";
}
.m-moveTop__bg--pink {
  background-color: #FCEAE9;
}
.m-moveTop__bg--blue {
  background-color: #EDF9FB;
}
@media screen and (max-width: 767px) {
  .m-moveTop__mt--s {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__mt--s {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .m-moveTop__mt--m {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__mt--m {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .m-moveTop__mt--l {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__mt--l {
    margin-top: 80px;
  }
}
.m-moveTop__mt--1em {
  margin-top: 1em;
}
.m-moveTop__pl--17 {
  padding-left: 17px;
}
.m-moveTop__pb--0 {
  padding-bottom: 0 !important;
}
.m-moveTop__tb__in table {
  width: 100%;
}
.m-moveTop__tb__in th, .m-moveTop__tb__in td {
  font-family: "AxisProN-Bold";
  padding: 10px 20px;
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  font-size: 15px;
  line-height: 1.93333;
  text-align: center;
  vertical-align: middle;
}
.m-moveTop__tb__in th:last-child, .m-moveTop__tb__in td:last-child {
  border-right: none;
}
.m-moveTop__tb__in th {
  border-bottom: none;
}
.m-moveTop__tb__ttl {
  font-size: 20px;
  font-family: "AxisProN-Bold";
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  .m-moveTop__tb__ttl {
    text-align: center;
  }
}
.m-moveTop__accordion__wrap.--border {
  border-top: 1px solid #d6d6d6;
}
@media screen and (max-width: 767px) {
  .m-moveTop__accordion__wrap.--border {
    margin-top: 40px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__accordion__wrap.--border {
    margin-top: 40px;
    padding-top: 40px;
  }
}
.m-moveTop__accordion__trigger {
  cursor: pointer;
}
.m-moveTop__accordion__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 1em;
  height: 1em;
  display: inline-block;
  color: #0086D1;
}
.m-moveTop__accordion__icon::before, .m-moveTop__accordion__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: currentColor;
  transform: translate(-50%, -50%);
}
.m-moveTop__accordion__icon::before {
  width: 1em;
  height: 2px;
}
.m-moveTop__accordion__icon::after {
  width: 2px;
  height: 1em;
}
.m-moveTop__accordion__icon.open::after {
  display: none;
}
.m-moveTop__accordion__icon.close::after {
  display: block;
}
.m-moveTop__accordion__icon__wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .m-moveTop__accordion__icon__wrap {
    padding-right: 2em;
  }
}
.m-moveTop__attention-list__item {
  padding-left: 1.2em;
  position: relative;
}
.m-moveTop__attention-list__item:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.m-moveTop__ol {
  counter-reset: klam;
}
.m-moveTop__ol__item {
  padding-left: 1.5em;
  position: relative;
}
.m-moveTop__ol__item--klam {
  counter-increment: klam 1;
  padding-left: 3em;
  position: relative;
}
.m-moveTop__ol__item--klam:before {
  content: "（ " counter(klam) " ）";
  position: absolute;
  top: 0;
  left: 0;
}
.m-moveTop__box01 {
  border: 1px solid #d6d6d6;
  border-radius: 4px;
  padding: 15px;
}
.m-moveTop__box01__ttl {
  font-family: "AxisProN-Bold";
  position: relative;
  padding-left: 1em;
  font-size: 18px;
}
.m-moveTop__box01__ttl:before {
  content: "";
  width: 0.5em;
  height: 1em;
  background-color: #0086D1;
  border-radius: 1em;
  position: absolute;
  top: 0.25em;
  left: 0;
}

.m-moveTop__bg {
  position: relative;
}
.m-moveTop__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -63%);
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 137px;
  width: 1000px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .m-moveTop__ttl {
    padding: 30px 19px;
    width: calc(100% - 30px);
    height: auto;
  }
}
.m-moveTop__mv-merit {
  display: flex;
  margin-top: -70px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .m-moveTop__mv-merit {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__mv-merit {
    justify-content: space-between;
  }
}
.m-moveTop__mv-merit__item {
  text-align: center;
  border: 1px solid #0086D1;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .m-moveTop__mv-merit__item {
    width: calc(50% - 20px);
  }
}
.m-moveTop__mv-merit__item--denki {
  border-color: #F09491;
}
.m-moveTop__mv-merit__header {
  padding: 20px;
  color: #fff;
  font-family: "AxisProN-Bold";
}
.m-moveTop__mv-merit__header--gas {
  background-color: #0086D1;
  background: #0086D1 url(../img/icon_gas_white.png) no-repeat center left 7%/60px auto;
}
.m-moveTop__mv-merit__header--denki {
  background-color: #F09491;
  background: #F09491 url(../img/icon_denki_white.png) no-repeat center left 7%/56px auto;
}
.m-moveTop__mv-merit__content {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .m-moveTop__mv-merit__ttl {
    font-size: 28px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__mv-merit__ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .m-moveTop__mv-merit__ttl--small {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__mv-merit__ttl--small {
    font-size: 20px;
  }
}
.m-moveTop__attention {
  color: #4D4D4D;
}
@media screen and (max-width: 767px) {
  .m-moveTop__attention {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__attention {
    font-size: 12px;
  }
}
.m-moveTop__menu {
  display: flex;
}
@media screen and (max-width: 767px) {
  .m-moveTop__menu {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__menu {
    justify-content: space-between;
    gap: 20px;
  }
}
.m-moveTop__menu__wrap {
  background-color: #EDF9FB;
}
@media screen and (max-width: 767px) {
  .m-moveTop__menu__wrap {
    margin: 40px 15px 40px 15px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__menu__wrap {
    margin: 40px 0px 40px 0px;
  }
}
@media screen and (max-width: 767px) {
  .m-moveTop__menu__wrap {
    padding: 40px 0px 40px 0px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__menu__wrap {
    padding: 40px 0px 40px 0px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__menu__item {
    width: 25%;
  }
}
.m-moveTop__menu__item .c-gp__bt__t {
  line-height: 1.2;
}
.m-moveTop__menu__item a {
  height: 100%;
}
.m-moveTop__menu-ttl {
  text-align: center;
  font-family: "AxisProN-Bold";
}
@media screen and (max-width: 767px) {
  .m-moveTop__menu-ttl {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__menu-ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .m-moveTop__menu-ttl {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__menu-ttl {
    margin-bottom: 20px;
  }
}
.m-moveTop__menu02 {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .m-moveTop__menu02 {
    gap: 10px;
  }
}
.m-moveTop__menu02__item > a {
  color: #0086D1;
  display: block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .m-moveTop__menu02__item > a {
    font-size: 12px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__menu02__item > a {
    padding: 0 5em;
    border-right: #4D4D4D 1px solid;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__menu02__item:first-child a {
    border-left: #4D4D4D 1px solid;
  }
}
@media screen and (max-width: 767px) {
  .m-moveTop__menu02__item .c-gp__bt__ar--anchor {
    top: 10px;
    right: 0;
  }
}
.m-moveTop__merit__inner {
  padding-top: 60px;
}
.m-moveTop__merit__list {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .m-moveTop__merit__list {
    gap: 30px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__merit__list {
    padding-top: 30px;
    padding-bottom: 60px;
    gap: 60px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__merit__content {
    display: flex;
    justify-content: space-between;
    margin-right: 60px;
    margin-left: 60px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__merit__item01 {
    width: 480px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__merit__item02 {
    width: 320px;
  }
}
.m-moveTop__merit__circle {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .m-moveTop__merit__circle {
    border: 10px solid #FCEAE9;
    border-radius: 8px;
    margin: 15px;
    padding: 20px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__merit__circle {
    background-color: #FCEAE9;
    border-radius: 100%;
    padding: 24px;
    width: 320px;
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .m-moveTop__merit__img {
    margin: 15px;
    padding: 20px;
  }
}
.m-moveTop__merit__box01 {
  background-color: #FCEAE9;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-moveTop__merit__box01 {
    padding: 20px 20px 20px 20px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__merit__box01 {
    padding: 20px 60px 20px 60px;
  }
}
.m-moveTop__merit__box01__header {
  border-bottom: 1px solid #BF4DA5;
  padding-bottom: 0.5em;
  font-family: "AxisProN-Bold";
}
.m-moveTop__merit__box01__content {
  padding-top: 15px;
}
@media screen and (max-width: 767px) {
  .m-moveTop__merit__box01__content {
    padding: 20px;
  }
}
.m-moveTop__merit__box02 {
  font-family: "AxisProN-Bold";
  display: flex;
}
@media screen and (max-width: 767px) {
  .m-moveTop__merit__box02 {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__merit__box02 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .m-moveTop__merit__box02 {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__merit__box02 {
    align-items: center;
    padding-left: 70px;
    padding-right: 70px;
  }
  .m-moveTop__merit__box02__item01 {
    width: 50%;
    padding-right: 30px;
  }
  .m-moveTop__merit__box02__item02 {
    width: 50%;
  }
}
.m-moveTop__merit__box03 {
  text-align: center;
}
.m-moveTop__merit__box04 {
  background-color: #EDF9FB;
  border-radius: 8px;
  padding: 20px;
}
.m-moveTop__cv-box__in {
  text-align: center;
  background-color: #EDF9FB;
}
@media screen and (max-width: 767px) {
  .m-moveTop__cv-box__in {
    padding: 20px 15px 20px 15px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__cv-box__in {
    padding: 20px 120px 20px 120px;
  }
}
.m-moveTop__cv-box__ttl {
  font-size: 24px;
  font-family: "AxisProN-Bold";
  margin-bottom: 1em;
  color: #0086D1;
}
.m-moveTop__tab__ttl {
  border-bottom: #0086D1 solid 4px;
  display: flex;
  font-size: 20px;
  font-family: "AxisProN-Bold";
}
@media screen and (max-width: 767px) {
  .m-moveTop__tab__ttl {
    flex-direction: column-reverse;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__tab__ttl {
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
  }
}
.m-moveTop__tab__ttl__icon {
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .m-moveTop__tab__ttl__icon {
    justify-content: center;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__tab__ttl__icon {
    padding-bottom: 0.2em;
  }
}
@media screen and (max-width: 767px) {
  .m-moveTop__tab__ttl__txt {
    padding-bottom: 0.5em;
  }
}
@media screen and (max-width: 767px) {
  .m-moveTop__start__box01 {
    margin: 20px 0px 20px 0px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__start__box01 {
    margin: 30px 40px 30px 40px;
  }
}
.m-moveTop__start__list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .m-moveTop__start__list {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__start__list {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .m-moveTop__start__list__item img {
    padding: 0 20px;
    display: block;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__start__list__item {
    width: calc(33.3% - 20px);
  }
}
.m-moveTop__step__icon {
  display: inline-block;
  background-color: #0086D1;
  color: #fff;
  padding: 0.5em;
  border-radius: 8px;
  margin-right: 0.5em;
  line-height: 1;
}
.m-moveTop__step__ttl {
  font-family: "AxisProN-Bold";
  margin-bottom: 1em;
  font-size: 18px;
  display: flex;
  align-items: flex-start;
}
.m-moveTop__step__ttl__txt {
  padding-top: 0.25em;
}
.m-moveTop__step__ttl02 {
  color: #0086D1;
  font-family: "AxisProN-Bold";
  margin: 1em 0;
}
.m-moveTop__step__ttl02.--gray {
  color: #4D4D4D;
}
.m-moveTop__faq__tab__header {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.m-moveTop__faq__tab__header__item {
  width: calc(50% - 10px);
  padding: 1.5em 1em;
  text-align: center;
  background-color: #F2F2F2;
  cursor: pointer;
  font-family: "AxisProN-Bold";
}
.m-moveTop__faq__tab__header__item.is-active {
  background-color: #EDF9FB;
  color: #0086D1;
}
.m-moveTop__faq__tab__content {
  background-color: #EDF9FB;
}
@media screen and (max-width: 767px) {
  .m-moveTop__faq__tab__content {
    padding: 20px 20px 20px 20px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__faq__tab__content {
    padding: 30px 30px 30px 30px;
  }
}
.m-moveTop__faq__tab__content__item {
  display: none;
  visibility: hidden;
}
.m-moveTop__faq__tab__content__item.is-active {
  display: block;
  visibility: visible;
}
.m-moveTop__faq__list {
  position: relative;
}
.m-moveTop__faq__list__item {
  border-bottom: 1px solid #d6d6d6;
}
.m-moveTop__faq__list__item.open {
  border-color: transparent;
}
.m-moveTop__faq__list__icon {
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  border-right: 2px solid #0086D1;
  border-bottom: 2px solid #0086D1;
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .m-moveTop__faq__list__icon {
    top: 15px;
    right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__faq__list__icon {
    top: 25px;
    right: 20px;
  }
}
.m-moveTop__faq__list__icon.open {
  transform: rotate(-135deg);
}
.m-moveTop__faq__list__q {
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .m-moveTop__faq__list__q {
    padding: 15px 35px 15px 15px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__faq__list__q {
    padding: 20px 35px 20px 20px;
  }
}
.m-moveTop__faq__list__q:before {
  content: "Q";
  position: absolute;
  font-family: "AxisProN-Bold";
  color: #0086D1;
  left: 0;
}
@media screen and (max-width: 767px) {
  .m-moveTop__faq__list__q:before {
    top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__faq__list__q:before {
    top: 20px;
  }
}
.m-moveTop__faq__list__a {
  display: none;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .m-moveTop__faq__list__a {
    padding: 15px 15px 15px 30px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__faq__list__a {
    padding: 20px 20px 20px 40px;
  }
}
.m-moveTop__faq__list__a {
  position: relative;
}
.m-moveTop__faq__list__a.is-open {
  display: block;
}
.m-moveTop__faq__list__a:before {
  content: "A";
  position: absolute;
  font-family: "AxisProN-Bold";
  color: #0086D1;
}
@media screen and (max-width: 767px) {
  .m-moveTop__faq__list__a:before {
    top: 15px;
    left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .m-moveTop__faq__list__a:before {
    top: 20px;
    left: 20px;
  }
}
/*# sourceMappingURL=style.css.map */