@charset "UTF-8";
/*$maincol: #4d4d4d;*/
.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.ftEN {
  font-family: "Crimson Text", serif;
}

.inrWidth {
  position: relative;
  width: 1020px;
  margin-right: auto;
  margin-left: auto;
}

.outerWidth {
  position: relative;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1201px;
}

.fullWidth {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1210px) {
  .fullWidth {
    width: 1210px;
  }

  .outerWidth {
    width: calc(100% - 140px);
  }

  .inrWidth {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .inrWidth {
    width: 95.5%;
  }

  .outerWidth {
    width: calc(100% - 30px);
  }
}
p {
  margin-bottom: 0vw;
}
@media only screen and (max-width: 768px) {
  p {
    margin-bottom: 0vw;
  }
}

.-pcOnly,
.-pc {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .-pcOnly,
  .-pc {
    display: none;
  }
}

.-spOnly,
.-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .-spOnly,
  .-sp {
    display: inline-block;
  }
}

.pcOnly,
.pc {
  display: inline-block !important;
}
@media only screen and (max-width: 768px) {
  .pcOnly,
  .pc {
    display: none !important;
  }
}

.spOnly,
.sp {
  display: none !important;
}
@media only screen and (max-width: 768px) {
  .spOnly,
  .sp {
    display: inline-block !important;
  }
}

body {
  min-width: 106rem;
  overflow: scroll;
}
@media only screen and (max-width: 768px) {
  body {
    min-width: fit-content;
  }
}

article {
  font-feature-settings: "palt";
  text-align: justify;
}
article .c-secTtl {
  text-align: center;
}
article .c-secTtl .--red {
  color: #c00;
}
article .c-secTtl_sml {
  font-size: 2.4rem;
  position: relative;
  margin: 0 auto 15px;
  display: block;
  width: fit-content;
}
article .c-secTtl_sml.--line::before, article .c-secTtl_sml.--line::after {
  content: "";
  display: inline-block;
  width: 3px;
  height: calc(100% - 3px);
  background-color: #333;
  position: absolute;
  top: 3px;
}
article .c-secTtl_sml.--line::before {
  transform: rotate(-20deg);
  left: -10px;
}
article .c-secTtl_sml.--line::after {
  transform: rotate(20deg);
  right: -10px;
}
article .c-secTtl_main {
  font-size: 3.6rem;
  line-height: 1;
  display: block;
}
article .p-top-mv {
  text-align: center;
  padding: 143px 0 142px;
  overflow: hidden;
  position: relative;
  background-image: url(../img/mv_bg_pc.png), linear-gradient(0deg, #f3f5f6 70px, #fef5f3 70px);
  background-position: center 0px, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: 1300px 640px, auto;
}
article .p-top-mv_inr {
  width: 104rem;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  article .p-top-mv_inr {
    width: 33.5rem;
  }
}
article .p-top-mv_kabunushi_cp, article .p-top-mv_jalcard_cp {
  position: absolute;
  width: 18rem;
  top: 7.3rem;
  left: 0;
  margin-left: calc((100% - 1040px)/2);
}
@media only screen and (max-width: 768px) {
  article .p-top-mv_kabunushi_cp, article .p-top-mv_jalcard_cp {
    position: relative;
    width: 100%;
    top: 0;
    margin: auto;
    margin-top: 1.5rem;
  }
}
@media only screen and (max-width: 768px) {
  article .p-top-mv_jalcard_cp {
    margin-bottom: 1.5rem;
  }
}
article .p-top-mv_txt {
  font-size: 1.6rem;
}
article .p-top-mv_ttl {
  display: block;
  margin: 42px auto;
  width: 550px;
  position: relative;
  left: 8px;
}
article .p-top-mv_deco-img01 {
  position: absolute;
  width: 992px;
  left: calc(50% - 525px);
  bottom: -33px;
  z-index: 1;
}
article .p-top-mv_deco-img02 {
  position: absolute;
  width: 1920px;
  left: calc(50% - 960px);
  bottom: 16px;
}
article .p-top-mv_deco-img02 img {
  width: 100%;
}
article .p-top-end_txt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  color: #c00;
  border: 2px solid #c00;
  text-align: center;
  width: fit-content;
  margin: auto;
  background-color: #fff;
  padding: 12px 15px;
  margin-bottom: 20px;
  margin-top: -20px;
  letter-spacing: .08em;
}
@media only screen and (max-width: 768px) {
  article .p-top-end_txt {
    font-size: 1.6rem;
    margin-top: 15px;
    padding: 12px 0px;
    letter-spacing: 0;
    width: 100%;
    line-height: 1.4;
  }
}
article .p-top_btn_toTop {
  padding-top: 30px;
  background-color: #f3f5f6;
  margin-bottom: -30px;
}
@media only screen and (max-width: 768px) {
  article .p-top_btn_toTop {
    margin-bottom: 0px;
    padding-bottom: 30px;
    padding-top: 0px;
  }
}
article .p-top_btn_toTop a {
  display: block;
  width: fit-content;
  margin: auto;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  background-color: #c00;
  border-radius: 5px;
  padding: 25px 60px;
  transition: .3s;
  text-decoration: none;
  letter-spacing: .08em;
}
@media only screen and (max-width: 768px) {
  article .p-top_btn_toTop a {
    font-size: 1.4rem;
    padding: 15px 0px;
    width: calc(100% - 40px);
    max-width: 500px;
  }
}
article .p-top_btn_toTop a:hover {
  opacity: .8;
  transition: 0.3s;
}
article .p-top_btn_toTop a::before {
  content: "";
  background-image: url(../img/fixedBtn_arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  article .p-top_btn_toTop a::before {
    width: 10px;
    height: 15px;
    right: 15px;
  }
}
article .p-banner {
  background-color: #f3f5f6;
  padding: 72px 0 0;
}
article .p-banner_inr {
  margin: 0 auto;
  width: 1040px;
}
article .p-top-lead {
  background-color: #f3f5f6;
  padding: 72px 0 96px;
}
article .p-top-lead_inr {
  margin: 0 auto;
  width: 1040px;
}
article .p-top-lead_txt {
  font-size: 1.6rem;
  text-align: center;
  margin-top: 15px;
}
article .p-top-lead_box {
  margin-top: 40px;
}
article .p-top-lead_blk:nth-of-type(n + 2) {
  margin-top: 38px;
}
article .p-top-lead_ann {
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
}
article .p-top-intro {
  padding: 100px 0 100px;
}
article .p-top-intro_inr {
  margin: 0 auto;
  width: 1040px;
}
article .p-top-intro_subTtl {
  margin: 40px auto 0;
  width: 640px;
}
article .p-top-intro_subTtl-txt {
  margin-top: 5px;
  padding-left: 1em;
  text-indent: -1em;
  text-align: center;
}
article .p-top-intro_box {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
article .p-top-intro_box .p-top-intro_blk {
  border: 1px solid #ccc;
  border-radius: 10px;
  text-align: center;
}
article .p-top-intro_box .p-top-intro_blk.--blk01 {
  width: 32.1%;
  padding: 24px 0 20px;
}
article .p-top-intro_box .p-top-intro_blk.--blk01 .--blk01-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
article .p-top-intro_box .p-top-intro_blk.--blk01 .--blk01-img {
  display: block;
  margin: 16px auto 0;
  width: 200px;
}
article .p-top-intro_box .p-top-intro_blk.--blk01 .--blk01-txt01 {
  font-size: 1.6rem;
  margin-top: 5px;
}
article .p-top-intro_box .p-top-intro_blk.--blk01 .--blk01-txt02 {
  margin: 10px auto 0;
  width: fit-content;
  text-align: justify;
}
article .p-top-intro_box .p-top-intro_blk.--blk02 {
  width: 66.1%;
  display: flex;
  justify-content: space-between;
}
article .p-top-intro_box .p-top-intro_blk.--blk02 .--blk02-cont.--cont01 {
  width: 49%;
  padding: 24px 0 20px;
  position: relative;
}
article .p-top-intro_box .p-top-intro_blk.--blk02 .--blk02-cont.--cont01::after {
  content: "";
  display: inline-block;
  background-image: url(../img/intro_bar.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 250px;
  position: absolute;
  top: calc(50% - 125px);
  right: -16px;
}
article .p-top-intro_box .p-top-intro_blk.--blk02 .--blk02-cont.--cont01 .--cont01-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
article .p-top-intro_box .p-top-intro_blk.--blk02 .--blk02-cont.--cont01 .--cont01-img {
  display: block;
  margin: 16px auto 0;
  width: 200px;
}
article .p-top-intro_box .p-top-intro_blk.--blk02 .--blk02-cont.--cont01 .--cont01-txt {
  font-size: 1.6rem;
  margin-top: 9px;
}
article .p-top-intro_box .p-top-intro_blk.--blk02 .--blk02-cont.--cont02 {
  width: 51%;
  padding: 30px 0 34px;
}
article .p-top-intro_box .p-top-intro_blk.--blk02 .--blk02-cont.--cont02 .--cont02-img {
  display: block;
  margin: 0 auto;
  width: 274px;
  position: relative;
  left: 10px;
}
article .p-top-price {
  background-color: #fef5f3;
  padding: 140px 0 150px;
}
article .p-top-price_inr {
  margin: 0 auto;
  width: 1040px;
}
article .p-top-price_subTtl {
  margin: 40px auto 0;
  width: 600px;
}
article .p-top-price_box {
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
}
article .p-top-price_box .p-top-price_blk {
  border: 1px solid #ccc;
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
}
article .p-top-price_box .p-top-price_blk .--cont-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
article .p-top-price_box .p-top-price_blk .--cont-img {
  display: block;
  margin: 16px auto 0;
  width: 200px;
}
article .p-top-price_box .p-top-price_blk .--cont-txt {
  font-size: 1.6rem;
  margin-top: 9px;
}
article .p-top-price_box .p-top-price_blk .--cont-txt sup {
  font-size: 70%;
  vertical-align: super;
}
article .p-top-price_box .p-top-price_blk .--cont-ann {
  margin: 10px auto 0;
  width: fit-content;
  text-align: justify;
}
article .p-top-price_box .p-top-price_blk .--cont-ann li {
  text-indent: -1em;
  padding-left: 1em;
}
article .p-top-price_box .p-top-price_blk.--blk01 {
  width: 66.1%;
  display: flex;
  justify-content: space-between;
}
article .p-top-price_box .p-top-price_blk.--blk01 .--blk01-cont.--cont01 {
  width: 49%;
  padding: 24px 26px 20px;
  position: relative;
}
article .p-top-price_box .p-top-price_blk.--blk01 .--blk01-cont.--cont01::after {
  content: "";
  display: inline-block;
  background-image: url(../img/price_bar.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 17px;
  height: 378px;
  position: absolute;
  top: calc(50% - 195px);
  right: -16px;
}
article .p-top-price_box .p-top-price_blk.--blk01 .--blk01-cont.--cont01 .--cont-img {
  margin: 16px auto 0;
  width: 200px;
}
article .p-top-price_box .p-top-price_blk.--blk01 .--blk01-cont.--cont01 .--cont-txt {
  text-align: justify;
}
article .p-top-price_box .p-top-price_blk.--blk01 .--blk01-cont.--cont02 {
  width: 51%;
  padding: 24px 26px 20px;
}
article .p-top-price_box .p-top-price_blk.--blk01 .--blk01-cont.--cont02 .--cont-ttl {
  font-size: 1.8rem;
}
article .p-top-price_box .p-top-price_blk.--blk01 .--blk01-cont.--cont02 .--cont-img {
  margin: 20px auto 0;
  width: 274px;
  position: relative;
  left: 7px;
}
article .p-top-price_box .p-top-price_blk.--blk01 .--blk01-cont.--cont02 .--cont-txt {
  font-size: 1.4rem;
  text-align: justify;
  margin: 14px auto 0;
  width: 257px;
}
article .p-top-price_box .p-top-price_blk.--blk02 {
  width: 32.1%;
  padding: 24px 26px 20px;
}
article .p-top-price_box .p-top-price_blk.--blk02 .--blk02-cont .--cont-img {
  margin: 16px auto 0;
  width: 200px;
}
article .p-top-price_btmBox {
  margin-top: 20px;
  border: 1px solid #fad1c7;
  background-color: #fad1c7;
  border-radius: 10px;
  overflow: hidden;
}
article .p-top-price_btmBox .btmBox-ttl {
  padding: 11px 20px;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
article .p-top-price_btmBox .btmBox-cont {
  padding: 29px 20px 24px;
  background-color: #fff;
}
article .p-top-price_btmBox .btmBox-list01 {
  display: flex;
  justify-content: center;
  align-items: center;
}
article .p-top-price_btmBox .btmBox-list01 li {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  line-height: 1.1;
  position: relative;
}
article .p-top-price_btmBox .btmBox-list01 li::before {
  content: "";
  display: inline-block;
  background-image: url(../img/price_icon01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 34px;
  position: absolute;
  left: -41px;
  top: -7px;
}
article .p-top-price_btmBox .btmBox-list01 li:nth-of-type(n + 2) {
  margin-left: 76px;
}
article .p-top-price_btmBox .btmBox-list01 li:nth-of-type(2)::before {
  background-image: url(../img/price_icon02.svg);
  width: 34px;
}
article .p-top-price_btmBox .btmBox-list01 li:nth-of-type(3)::before {
  background-image: url(../img/price_icon03.svg);
  width: 34px;
}
article .p-top-price_btmBox .btmBox-list01 li:nth-of-type(4)::before {
  background-image: url(../img/price_icon04.svg);
  width: 34px;
  top: 0px;
}
article .p-top-price_btmBox .btmBox-list01 li span {
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
}
article .p-top-price_btmBox .btmBox-list02 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 12px auto 0;
  width: fit-content;
}
article .p-top-price_btmBox .btmBox-list02 li {
  font-size: 1.8rem;
  font-weight: 500;
}
article .p-top-price_btmBox .btmBox-list02 li::before {
  content: "●";
  color: #c00;
  font-size: 1rem;
  padding-right: 2px;
  position: relative;
  top: -3px;
}
article .p-top-price_btmBox .btmBox-list02 li:nth-of-type(n + 2) {
  margin-left: 32px;
}
article .p-top-price_btmBox .btmBox-list02 li span {
  padding-left: 20px;
}
article .p-top-price_btmBox .btmBox-list03 {
  margin: 10px auto 0;
  width: 930px;
}
article .p-top-price_btmBox .btmBox-list03 li {
  text-indent: -1em;
  padding-left: 1em;
}
article .p-top-service {
  padding: 100px 0 100px;
}
article .p-top-service_inr {
  margin: 0 auto;
  width: 1040px;
}
article .p-top-service_ttl.--mgt02 {
  margin-top: 58px;
}
article .p-top-service_subTtl {
  margin: 40px auto 0;
  width: 600px;
}
article .p-top-service_box01 {
  border: 1px solid #ccc;
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
  padding: 23px 28px 23px;
  margin-top: 40px;
}
article .p-top-service_box01-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
article .p-top-service_box01-cont {
  display: flex;
  justify-content: space-between;
  margin-top: 21px;
}
article .p-top-service_box01-cont .lft {
  text-align: center;
  width: 32%;
  position: relative;
  margin-top: 5px;
}
article .p-top-service_box01-cont .lft img {
  width: 313px;
}
article .p-top-service_box01-cont .rgt {
  width: 66%;
  text-align: justify;
}
article .p-top-service_box01-cont .rgt .rgt-txt {
  font-size: 1.6rem;
}
article .p-top-service_box01-cont .rgt .rgt-img {
  margin-top: 17px;
}
article .p-top-service_box01-cont .rgt .rgt-ann {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 10px;
}
article .p-top-service_box02 {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
article .p-top-service_box02-cont {
  width: 49%;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
  padding: 23px 28px 28px;
}
article .p-top-service_box02-cont .ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
article .p-top-service_box02-cont .img {
  margin: 17px auto 0;
  width: 200px;
}
article .p-top-service_box02-cont .txt {
  font-size: 1.6rem;
  margin-top: 7px;
  text-align: justify;
}
article .p-top-road {
  padding: 100px 0 100px;
  background-color: #fef5f3;
}
article .p-top-road_inr {
  margin: 0 auto;
  width: 1040px;
}
article .p-top-road_subTtl {
  margin: 40px auto 0;
  width: 600px;
}
article .p-top-road_box {
  display: flex;
  justify-content: space-between;
  margin-top: 38px;
}
article .p-top-road_box .p-top-road_blk {
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  overflow: hidden;
}
article .p-top-road_box .p-top-road_blk .--cont-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
article .p-top-road_box .p-top-road_blk .--cont-img {
  display: block;
  margin: 16px auto 0;
  width: 200px;
}
article .p-top-road_box .p-top-road_blk .--cont-txt {
  font-size: 1.6rem;
  margin-top: 9px;
  text-align: justify;
}
article .p-top-road_box .p-top-road_blk.--blk01 {
  width: 32.1%;
  padding: 24px 26px 20px;
}
article .p-top-road_box .p-top-road_blk.--blk02 {
  width: 66.5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #fad1c7;
}
article .p-top-road_box .p-top-road_blk.--blk02 .--blk02-cont.--ttl {
  width: 100%;
  background-color: #fad1c7;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px 0 10px;
}
article .p-top-road_box .p-top-road_blk.--blk02 .--blk02-cont.--cont01 {
  width: 33.5%;
  padding: 24px 0 20px;
  position: relative;
}
article .p-top-road_box .p-top-road_blk.--blk02 .--blk02-cont.--cont01::after {
  content: "";
  display: inline-block;
  background-color: #fad1c7;
  width: 1px;
  height: 250px;
  position: absolute;
  top: calc(50% - 125px);
  right: -1px;
}
article .p-top-road_box .p-top-road_blk.--blk02 .--blk02-cont.--cont02 {
  width: 66.5%;
  padding: 24px 26px 24px;
}
article .p-top-road_ann {
  width: 66.5%;
  margin-left: auto;
  margin-top: 15px;
  text-indent: -1em;
  padding-left: 1em;
}
article .contentsSec .question .questionList .question-item .c-qa-item__a .--ann {
  display: block;
  margin-top: 5px;
  font-size: 1.2rem;
}
article .p-top-terms {
  margin-top: 0;
}
article .p-top-terms_inr {
  margin: 0 auto;
  width: 960px;
}
article .p-top-terms_item {
  background-color: #f3f5f6;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
article .p-top-terms_item dl dt {
  padding: 26px 0 20px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
article .p-top-terms_item dl dt:hover {
  opacity: 0.6;
  transition: 0.7s;
}
article .p-top-terms_item dl dt.open::before {
  transform: translate(0, -50%) rotate(-180deg);
  transition: 0.6s;
}
article .p-top-terms_item dl dt::before, article .p-top-terms_item dl dt::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
article .p-top-terms_item dl dt::before {
  transform: translate(0, -50%) rotate(-90deg);
}
article .p-top-terms_item dl dt .p-top-terms_ttl {
  font-size: 3.6rem;
  line-height: 1;
}
article .p-top-terms_item dl dt .p-top-terms_txt {
  margin-top: 8px;
}
article .p-top-terms_item dl dd {
  display: none;
  margin: 0 auto;
  padding: 8px 0 20px;
  max-width: 900px;
  width: calc(100% - 20px);
}
article .p-top-terms_item dl dd .termBlk:nth-of-type(n + 2) {
  margin-top: 25px;
}
article .p-top-terms_item dl dd .termBlk-ttl {
  font-size: 2rem;
  font-weight: bold;
}
article .p-top-terms_item dl dd .termBlk-cont {
  font-size: 1.6rem;
  margin-top: 10px;
}
article .p-top-terms_item dl dd .termBlk-cont .--indent {
  text-indent: -1em;
  padding-left: 1em;
}
article .p-top-terms_item dl dd .termBlk-cont .--ann {
  font-size: 1.4rem;
  margin-top: 7px;
}
article .p-top-terms_item dl dd .termBlk-cont .--mt0 {
  margin-top: 0;
}
article .p-top-terms_item dl dd .termBlk-cont a {
  text-decoration: underline;
  transition: 0.3s;
}
article .p-top-terms_item dl dd .termBlk-cont a:hover {
  color: #cc0000;
}
article .p-top-terms_item dl dd .termBlk-cont a.--blank {
  position: relative;
  padding-right: 24px;
}
article .p-top-terms_item dl dd .termBlk-cont a.--blank::after {
  content: "";
  display: inline-block;
  background-image: url(../img/icon_blank.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 15px;
  position: absolute;
  right: 3px;
  top: 5px;
}
article .p-top-contact {
  text-align: center;
  margin: 100px auto 0;
  width: 686px;
  background-color: #f3f5f6;
  border-radius: 5px;
  padding: 38px 0 34px;
  font-size: 1.6rem;
}
article .p-top-contact_txt01 {
  font-size: 3.6rem;
}
article .p-top-contact_txt02 {
  margin-top: 36px;
}
article .p-top-contact_txt03 {
  display: block;
  font-size: 4.6rem;
  font-weight: bold;
  margin-top: 21px;
  letter-spacing: 0.05em;
}
@media only screen and (min-width: 769px) {
  article .p-top-contact_txt03 {
    pointer-events: none;
  }
}
article .p-top-contact_txt04 {
  font-size: 1.4rem;
  margin-top: 8px;
}
article .p-top-contact_txt05 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 16px;
}
article .p-top-contact_txt06 {
  font-size: 1.4rem;
  margin-top: 0px;
}
article .p-top-other {
  margin: 20px auto 0;
  width: 1040px;
  padding-bottom: 95px;
}
article .p-top-other_txt {
  margin: 0 auto;
  width: 686px;
  line-height: 1.5;
  text-indent: -1em;
  padding-left: 1em;
}
article .p-top-other_box {
  display: flex;
  margin-top: 95px;
}
article .p-top-other_blk {
  width: 50%;
  font-size: 1.6rem;
}
article .p-top-other_blk dt {
  font-weight: bold;
}
article .p-top-other_blk dd {
  margin-top: 0;
}
article .p-top-other_ann {
  margin-top: 35px;
  font-size: 1.6rem;
}

.modal-open {
  cursor: pointer;
}
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 101;
}
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-container.active {
  opacity: 1;
  visibility: visible;
}
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1040px;
  width: 90%;
}
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}
.modal-content {
  background: #fff;
  text-align: left;
  padding: 80px 60px;
}
.modal-content h2 {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #cc0000;
  line-height: 1.2;
}
.modal-content h2::before {
  position: absolute;
  content: "";
  background-image: url(../img/attention.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 24%;
  transform: translateY(-50%);
}
.modal-content h3 {
  font-size: 20px;
  line-height: 1.4;
  padding-bottom: 5px;
  border-bottom: 1px solid #cc0000;
  margin-bottom: 10px;
}
.modal-content h4 {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 10px;
}
.modal-content .termBlk {
  margin-top: 25px;
}
.modal-content p {
  font-size: 16px;
  line-height: 1.7;
  text-align: justify;
  font-feature-settings: "palt";
}
.modal-content p.indent {
  font-size: 14px;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 7px;
}
.modal-content p.indent.-mt0 {
  margin-top: 0px;
}
.modal-content-textArea {
  margin-top: 40px;
}
.modal-content-list li {
  font-size: 16px;
  line-height: 1.7;
  text-indent: -1em;
  padding-left: 1em;
}

.p-top-fixedBtn {
  color: #fff;
  background-color: #cc0000;
  text-align: center;
  width: 450px;
  border-radius: 5px;
  position: fixed;
  left: calc(50% - 200px);
  bottom: 10px;
  z-index: 100;
  font-weight: 500;
  padding: 13px 10px 8px;
  transition: 0.3s;
}
.p-top-fixedBtn.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.p-top-fixedBtn:hover {
  text-decoration: none;
  opacity: 0.8;
}
.p-top-fixedBtn_txt01 {
  font-size: 1.8rem;
  position: relative;
  font-weight: 600;
}
.p-top-fixedBtn_txt01::after {
  content: "";
  background-image: url(../img/fixedBtn_arw.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 18px;
  position: absolute;
  right: 10px;
  top: calc(50% - 9px);
}
.p-top-fixedBtn_txt02 {
  font-size: 1.4rem;
  margin-top: 10px;
  line-height: 1.7;
}

.global-footer {
  padding-top: 5px;
}

/* SP */
@media only screen and (max-width: 768px) {
  article {
    font-feature-settings: "palt";
  }
  article .c-secTtl {
    text-align: center;
    line-height: 1.2;
  }
  article .c-secTtl_sml {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  article .c-secTtl_sml.--line::before, article .c-secTtl_sml.--line::after {
    width: 2px;
    height: calc(100% - 3px);
    top: 2px;
  }
  article .c-secTtl_main {
    font-size: 2.8rem;
    line-height: 1.2;
    display: block;
  }
  article .p-top-mv {
    padding: 78px 0 127px;
    background-image: url(../img/mv_bg_sp.png), linear-gradient(0deg, #f3f5f6 45px, #fef5f3 45px);
    background-position: center 20px, 0 0;
    background-repeat: no-repeat, no-repeat;
    background-size: 466px 356px, auto;
  }
  article .p-top-mv_txt {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  article .p-top-mv_ttl {
    margin: 16px auto;
    width: 234px;
    left: 2px;
  }
  article .p-top-mv_ttl.kabunushi {
    margin-top: 20px;
  }
  article .p-top-mv_deco-img01 {
    width: 270px;
    left: calc(50% - 126px);
    bottom: 0px;
  }
  article .p-top-mv_deco-img02 {
    width: 425px;
    left: calc(50% - 207px);
    bottom: 29px;
  }
  article .p-banner {
    padding: 0 0 30px;
  }
  article .p-banner_inr {
    width: calc(100% - 40px);
    max-width: 500px;
  }
  article .p-top-lead {
    padding: 0 0 28px;
    margin-top: -3px;
  }
  article .p-top-lead_inr {
    width: calc(100% - 40px);
    max-width: 500px;
  }
  article .p-top-lead_ttl .c-secTtl_sml {
    font-size: 1.6rem;
  }
  article .p-top-lead_ttl .c-secTtl_main {
    font-size: 2rem;
  }
  article .p-top-lead_txt {
    line-height: 1.6;
    text-align: center;
    margin-top: 7px;
    font-size: 1.2rem;
  }
  article .p-top-lead_box {
    margin-top: 18px;
  }
  article .p-top-lead_blk:nth-of-type(n + 2) {
    margin-top: 18px;
  }
  article .p-top-lead_ann {
    font-size: 1.2rem;
  }
  article .p-top-intro {
    padding: 60px 0 60px;
  }
  article .p-top-intro_inr {
    width: calc(100% - 40px);
    max-width: 500px;
  }
  article .p-top-intro_subTtl {
    margin: 30px auto 0;
    width: 100%;
  }
  article .p-top-intro_subTtl-txt {
    text-align: justify;
    font-size: 1.2rem;
  }
  article .p-top-intro_box {
    display: block;
    margin-top: 27px;
  }
  article .p-top-intro_box .p-top-intro_blk {
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: center;
  }
  article .p-top-intro_box .p-top-intro_blk.--blk01 {
    width: 100%;
    padding: 17px 0 17px;
  }
  article .p-top-intro_box .p-top-intro_blk.--blk01 .--blk01-ttl {
    font-size: 2rem;
  }
  article .p-top-intro_box .p-top-intro_blk.--blk01 .--blk01-img {
    display: block;
    margin: 16px auto 0;
    width: 200px;
  }
  article .p-top-intro_box .p-top-intro_blk.--blk01 .--blk01-txt01 {
    font-size: 1.6rem;
    margin-top: 5px;
  }
  article .p-top-intro_box .p-top-intro_blk.--blk01 .--blk01-txt02 {
    margin-top: 0;
    width: calc(100% - 30px);
    text-align: justify;
    font-size: 1.2rem;
  }
  article .p-top-intro_box .p-top-intro_blk.--blk02 {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  article .p-top-intro_box .p-top-intro_blk.--blk02 .--blk02-cont.--cont01 {
    width: 100%;
    padding: 17px 0 17px;
    position: relative;
  }
  article .p-top-intro_box .p-top-intro_blk.--blk02 .--blk02-cont.--cont01::after {
    display: none;
  }
  article .p-top-intro_box .p-top-intro_blk.--blk02 .--blk02-cont.--cont01 .--cont01-ttl {
    font-size: 2rem;
  }
  article .p-top-intro_box .p-top-intro_blk.--blk02 .--blk02-cont.--cont01 .--cont01-img {
    margin: 16px auto 0;
    width: 200px;
  }
  article .p-top-intro_box .p-top-intro_blk.--blk02 .--blk02-cont.--cont01 .--cont01-txt {
    font-size: 1.4rem;
    margin-top: 6px;
  }
  article .p-top-intro_box .p-top-intro_blk.--blk02 .--blk02-cont.--cont02 {
    width: 100%;
    padding: 9px 0 20px;
  }
  article .p-top-intro_box .p-top-intro_blk.--blk02 .--blk02-cont.--cont02 .--cont02-img {
    width: 294px;
    left: 0px;
  }
  article .p-top-price {
    background-color: #fef5f3;
    padding: 60px 0 60px;
  }
  article .p-top-price_inr {
    width: calc(100% - 40px);
    max-width: 500px;
  }
  article .p-top-price_subTtl {
    margin: 27px auto 0;
    width: 305px;
  }
  article .p-top-price_box {
    display: block;
    margin-top: 28px;
  }
  article .p-top-price_box .p-top-price_blk .--cont-ttl {
    font-size: 2rem;
  }
  article .p-top-price_box .p-top-price_blk .--cont-img {
    display: block;
    margin: 16px auto 0;
    width: 200px;
  }
  article .p-top-price_box .p-top-price_blk .--cont-txt {
    font-size: 1.6rem;
    margin-top: 9px;
  }
  article .p-top-price_box .p-top-price_blk .--cont-txt sup {
    font-size: 70%;
    vertical-align: super;
  }
  article .p-top-price_box .p-top-price_blk .--cont-ann {
    margin: 2px auto 0;
    font-size: 1.2rem;
  }
  article .p-top-price_box .p-top-price_blk.--blk01 {
    width: 100%;
    display: block;
  }
  article .p-top-price_box .p-top-price_blk.--blk01 .--blk01-cont.--cont01 {
    width: 100%;
    padding: 17px 20px 20px;
  }
  article .p-top-price_box .p-top-price_blk.--blk01 .--blk01-cont.--cont01::after {
    display: none;
  }
  article .p-top-price_box .p-top-price_blk.--blk01 .--blk01-cont.--cont01 .--cont-img {
    margin: 16px auto 0;
    width: 200px;
  }
  article .p-top-price_box .p-top-price_blk.--blk01 .--blk01-cont.--cont01 .--cont-txt {
    text-align: justify;
  }
  article .p-top-price_box .p-top-price_blk.--blk01 .--blk01-cont.--cont02 {
    width: 100%;
    padding: 4px 20px 20px;
  }
  article .p-top-price_box .p-top-price_blk.--blk01 .--blk01-cont.--cont02 .--cont-ttl {
    font-size: 1.6rem;
  }
  article .p-top-price_box .p-top-price_blk.--blk01 .--blk01-cont.--cont02 .--cont-img {
    margin: 17px auto 0;
    width: 100%;
    position: relative;
    left: 0;
    max-width: 350px;
  }
  article .p-top-price_box .p-top-price_blk.--blk01 .--blk01-cont.--cont02 .--cont-txt {
    font-size: 1.2rem;
    margin: 0px auto 0;
    width: 100%;
  }
  article .p-top-price_box .p-top-price_blk.--blk02 {
    width: 100%;
    padding: 17px 20px 17px;
    margin-top: 20px;
  }
  article .p-top-price_box .p-top-price_blk.--blk02 .--blk02-cont .--cont-img {
    margin: 16px auto 0;
    width: 200px;
  }
  article .p-top-price_box .p-top-price_blk.--blk02 .--blk02-cont .--cont-txt {
    text-align: justify;
    margin-top: 3px;
  }
  article .p-top-price_btmBox {
    margin-top: 20px;
  }
  article .p-top-price_btmBox .btmBox-ttl {
    padding: 8px 20px;
    font-size: 1.8rem;
  }
  article .p-top-price_btmBox .btmBox-cont {
    padding: 21px 20px 18px;
    background-color: #fff;
  }
  article .p-top-price_btmBox .btmBox-list01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 350px;
    margin: 0 auto;
  }
  article .p-top-price_btmBox .btmBox-list01 li {
    width: 50%;
    font-size: 1.4rem;
    padding-left: 30px;
  }
  article .p-top-price_btmBox .btmBox-list01 li::before {
    width: 30px;
    height: 30px;
    left: -3px;
    top: -8px;
  }
  article .p-top-price_btmBox .btmBox-list01 li:nth-of-type(even) {
    width: 45%;
  }
  article .p-top-price_btmBox .btmBox-list01 li:nth-of-type(n + 2) {
    margin-left: 0;
  }
  article .p-top-price_btmBox .btmBox-list01 li:nth-of-type(n + 3) {
    margin-top: 15px;
  }
  article .p-top-price_btmBox .btmBox-list01 li:nth-of-type(2)::before {
    width: 27px;
  }
  article .p-top-price_btmBox .btmBox-list01 li:nth-of-type(3)::before {
    width: 30px;
    top: -5px;
    left: -5px;
  }
  article .p-top-price_btmBox .btmBox-list01 li:nth-of-type(4)::before {
    width: 30px;
    top: 0px;
    left: -5px;
  }
  article .p-top-price_btmBox .btmBox-list01 li span {
    font-size: 1.2rem;
    white-space: nowrap;
  }
  article .p-top-price_btmBox .btmBox-list02 {
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 17px auto 0;
    width: 100%;
    max-width: 350px;
  }
  article .p-top-price_btmBox .btmBox-list02 li {
    font-size: 1.4rem;
    width: 50%;
  }
  article .p-top-price_btmBox .btmBox-list02 li::before {
    font-size: 0.8rem;
    padding-right: 2px;
    top: -2px;
  }
  article .p-top-price_btmBox .btmBox-list02 li:nth-of-type(even) {
    width: 48%;
  }
  article .p-top-price_btmBox .btmBox-list02 li:nth-of-type(n + 2) {
    margin-left: 0px;
  }
  article .p-top-price_btmBox .btmBox-list02 li:nth-of-type(5) {
    width: 100%;
    position: relative;
  }
  article .p-top-price_btmBox .btmBox-list02 li span {
    padding-left: 0;
    position: absolute;
    right: 0;
    bottom: 0px;
  }
  article .p-top-price_btmBox .btmBox-list03 {
    margin: 0 auto;
    max-width: 350px;
    width: 100%;
  }
  article .p-top-price_btmBox .btmBox-list03 li {
    font-size: 1.2rem;
  }
  article .p-top-service {
    padding: 55px 0 60px;
  }
  article .p-top-service_inr {
    width: calc(100% - 40px);
    max-width: 500px;
  }
  article .p-top-service_ttl.--mgt02 {
    margin-top: 58px;
  }
  article .p-top-service_subTtl {
    margin: 27px auto 0;
    width: 305px;
  }
  article .p-top-service_box01 {
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: center;
    background-color: #fff;
    padding: 17px 20px 17px;
    margin-top: 25px;
  }
  article .p-top-service_box01-ttl {
    font-size: 2rem;
  }
  article .p-top-service_box01-cont {
    display: block;
    margin-top: 12px;
  }
  article .p-top-service_box01-cont .lft {
    width: 100%;
    margin-top: 0;
  }
  article .p-top-service_box01-cont .lft img {
    width: 200px;
  }
  article .p-top-service_box01-cont .rgt {
    width: 100%;
    text-align: justify;
    margin-top: 15px;
  }
  article .p-top-service_box01-cont .rgt .rgt-txt {
    font-size: 1.6rem;
  }
  article .p-top-service_box01-cont .rgt .rgt-img {
    margin-top: 22px;
  }
  article .p-top-service_box01-cont .rgt .rgt-ann {
    margin-top: 0;
    font-size: 1.2rem;
  }
  article .p-top-service_box02 {
    display: block;
    margin-top: 20px;
  }
  article .p-top-service_box02-cont {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    text-align: center;
    background-color: #fff;
    padding: 15px 20px 15px;
  }
  article .p-top-service_box02-cont:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  article .p-top-service_box02-cont .ttl {
    font-size: 2rem;
  }
  article .p-top-service_box02-cont .img {
    margin: 17px auto 0;
    width: 200px;
  }
  article .p-top-service_box02-cont .txt {
    font-size: 1.6rem;
    margin-top: 7px;
    text-align: justify;
  }
  article .p-top-road {
    padding: 60px 0 56px;
  }
  article .p-top-road_inr {
    width: calc(100% - 40px);
    max-width: 500px;
  }
  article .p-top-road_subTtl {
    margin: 27px auto 0;
    width: 305px;
  }
  article .p-top-road_box {
    display: block;
    margin-top: 26px;
  }
  article .p-top-road_box .p-top-road_blk .--cont-ttl {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
  }
  article .p-top-road_box .p-top-road_blk .--cont-img {
    display: block;
    margin: 16px auto 0;
    width: 200px;
  }
  article .p-top-road_box .p-top-road_blk .--cont-txt {
    font-size: 1.6rem;
    margin-top: 9px;
    text-align: justify;
  }
  article .p-top-road_box .p-top-road_blk.--blk01 {
    width: 100%;
    padding: 17px 20px 17px;
  }
  article .p-top-road_box .p-top-road_blk.--blk02 {
    width: 100%;
    display: block;
    margin-top: 20px;
  }
  article .p-top-road_box .p-top-road_blk.--blk02 .--blk02-cont.--ttl {
    width: 100%;
    font-size: 1.8rem;
    padding: 5px 0 7px;
  }
  article .p-top-road_box .p-top-road_blk.--blk02 .--blk02-cont.--cont01 {
    width: 100%;
    padding: 0 0 20px;
    position: relative;
    margin-top: 10px;
  }
  article .p-top-road_box .p-top-road_blk.--blk02 .--blk02-cont.--cont01::after {
    width: calc(100% - 40px);
    height: 1px;
    position: absolute;
    top: auto;
    bottom: 6px;
    right: 20px;
  }
  article .p-top-road_box .p-top-road_blk.--blk02 .--blk02-cont.--cont02 {
    width: 100%;
    padding: 20px 20px 17px;
  }
  article .p-top-road_ann {
    width: 100%;
    margin-left: auto;
    margin-top: 5px;
    font-size: 1.2rem;
  }
  article .p-top-terms {
    margin-top: 0;
  }
  article .p-top-terms_inr {
    width: calc(100% - 40px);
    max-width: 500px;
  }
  article .p-top-terms_item dl dt {
    padding: 18px 0 15px;
    opacity: 1 !important;
  }
  article .p-top-terms_item dl dt .p-top-terms_ttl {
    font-size: 2.8rem;
    line-height: 1;
  }
  article .p-top-terms_item dl dt .p-top-terms_txt {
    margin-top: 8px;
    font-size: 1.2rem;
  }
  article .p-top-terms_item dl dd {
    padding: 8px 0 20px;
    max-width: 100%;
    width: calc(100% - 40px);
  }
  article .p-top-terms_item dl dd .termBlk:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  article .p-top-terms_item dl dd .termBlk-ttl {
    font-size: 1.8rem;
  }
  article .p-top-terms_item dl dd .termBlk-cont {
    font-size: 1.6rem;
    margin-top: 5px;
  }
  article .p-top-terms_item dl dd .termBlk-cont .--ann {
    font-size: 1.2rem;
    margin-top: 5px;
  }
  article .p-top-contact {
    margin: 50px auto 0;
    padding: 18px 0 11px;
    font-size: 1.6rem;
    width: calc(100% - 40px);
    max-width: 500px;
  }
  article .p-top-contact_txt01 {
    font-size: 2.8rem;
  }
  article .p-top-contact_txt02 {
    margin-top: 15px;
  }
  article .p-top-contact_txt03 {
    font-size: 3.6rem;
    margin-top: 16px;
  }
  article .p-top-contact_txt04 {
    font-size: 1.2rem;
    margin-top: 3px;
  }
  article .p-top-contact_txt05 {
    font-size: 1.8rem;
    margin-top: 7px;
  }
  article .p-top-contact_txt06 {
    font-size: 1.4rem;
    margin-top: 0px;
  }
  article .p-top-other {
    margin: 8px auto 0;
    width: calc(100% - 40px);
    max-width: 500px;
    padding-bottom: 60px;
  }
  article .p-top-other_txt {
    font-size: 1.2rem;
    width: 100%;
  }
  article .p-top-other_box {
    display: block;
    margin-top: 57px;
  }
  article .p-top-other_blk {
    width: 100%;
    font-size: 1.4rem;
  }
  article .p-top-other_blk:nth-of-type(n + 2) {
    margin-top: 13px;
  }
  article .p-top-other_blk dd {
    margin-top: 0;
    line-height: 1.5;
  }
  article .p-top-other_ann {
    margin-top: 18px;
    font-size: 1.4rem;
  }

  .p-top-fixedBtn {
    width: 100%;
    border-radius: 5px 5px 0 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    padding: 20px 10px 14px;
  }
  .p-top-fixedBtn.is-active .p-top-fixedBtn_txt01 {
    font-size: 2rem;
  }
  .p-top-fixedBtn.is-active .p-top-fixedBtn_txt02 {
    transform: scale(0);
    opacity: 0;
    pointer-events: none;
    height: 0;
  }
  .p-top-fixedBtn_txt01 {
    font-size: 1.6rem;
    transition: 0.3s;
  }
  .p-top-fixedBtn_txt01::after {
    width: 12px;
    height: 18px;
    right: 10px;
    top: calc(50% - 9px);
  }
  .p-top-fixedBtn_txt02 {
    font-size: 1.2rem;
    margin-top: 10px;
    line-height: 1.7;
    transition: 0.3s;
  }

  .modal-open {
    cursor: pointer;
  }
  .modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    z-index: 101;
  }
  .modal-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 0%;
  }
  .modal-container.active {
    opacity: 1;
    visibility: visible;
  }
  .modal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 385px;
    width: 100%;
  }
  .modal-close {
    right: -10px;
  }
  .modal-content {
    background: #fff;
    text-align: left;
    padding: 40px 20px;
  }
  .modal-content h2 {
    font-size: 20px;
    text-align: left;
    margin-left: 30px;
  }
  .modal-content h2::before {
    width: 20px;
    height: 20px;
    left: -30px;
  }
  .modal-content h3 {
    font-size: 18px;
    line-height: 1.4;
    padding-bottom: 5px;
    border-bottom: 1px solid #cc0000;
    margin-bottom: 10px;
  }
  .modal-content h4 {
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 10px;
  }
  .modal-content .termBlk {
    margin-top: 25px;
  }
  .modal-content p {
    font-size: 16px;
    line-height: 1.7;
    text-align: justify;
    font-feature-settings: "palt";
    word-break: break-all;
  }
  .modal-content p.indent {
    font-size: 14px;
    line-height: 1.7;
    text-indent: -1em;
    padding-left: 1em;
    margin-top: 7px;
  }
  .modal-content p.indent.-mt0 {
    margin-top: 0px;
  }
  .modal-content-textArea {
    margin-top: 40px;
  }
  .modal-content-list li {
    font-size: 16px;
    line-height: 1.7;
    text-indent: -1em;
    padding-left: 1em;
  }

  .global-footer {
    padding-top: 5px;
  }
}

/*# sourceMappingURL=style.css.map */
