@charset "UTF-8";
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1140px) {
  .d-container-none {
    display: none !important;
  }
  .d-container-block {
    display: block !important;
  }
  .d-container-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (min-width: 1360px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-5 {
  margin: 0.5rem !important;
}

.mt-5,
.my-5 {
  margin-top: 0.5rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 0.5rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 0.5rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 0.5rem !important;
}

.m-10 {
  margin: 1rem !important;
}

.mt-10,
.my-10 {
  margin-top: 1rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 1rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 1rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 1rem !important;
}

.m-20 {
  margin: 2rem !important;
}

.mt-20,
.my-20 {
  margin-top: 2rem !important;
}

.mr-20,
.mx-20 {
  margin-right: 2rem !important;
}

.mb-20,
.my-20 {
  margin-bottom: 2rem !important;
}

.ml-20,
.mx-20 {
  margin-left: 2rem !important;
}

.m-30 {
  margin: 3rem !important;
}

.mt-30,
.my-30 {
  margin-top: 3rem !important;
}

.mr-30,
.mx-30 {
  margin-right: 3rem !important;
}

.mb-30,
.my-30 {
  margin-bottom: 3rem !important;
}

.ml-30,
.mx-30 {
  margin-left: 3rem !important;
}

.m-40 {
  margin: 4rem !important;
}

.mt-40,
.my-40 {
  margin-top: 4rem !important;
}

.mr-40,
.mx-40 {
  margin-right: 4rem !important;
}

.mb-40,
.my-40 {
  margin-bottom: 4rem !important;
}

.ml-40,
.mx-40 {
  margin-left: 4rem !important;
}

.m-50 {
  margin: 5rem !important;
}

.mt-50,
.my-50 {
  margin-top: 5rem !important;
}

.mr-50,
.mx-50 {
  margin-right: 5rem !important;
}

.mb-50,
.my-50 {
  margin-bottom: 5rem !important;
}

.ml-50,
.mx-50 {
  margin-left: 5rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

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

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-5 {
  padding: 0.5rem !important;
}

.pt-5,
.py-5 {
  padding-top: 0.5rem !important;
}

.pr-5,
.px-5 {
  padding-right: 0.5rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 0.5rem !important;
}

.pl-5,
.px-5 {
  padding-left: 0.5rem !important;
}

.p-10 {
  padding: 1rem !important;
}

.pt-10,
.py-10 {
  padding-top: 1rem !important;
}

.pr-10,
.px-10 {
  padding-right: 1rem !important;
}

.pb-10,
.py-10 {
  padding-bottom: 1rem !important;
}

.pl-10,
.px-10 {
  padding-left: 1rem !important;
}

.p-20 {
  padding: 2rem !important;
}

.pt-20,
.py-20 {
  padding-top: 2rem !important;
}

.pr-20,
.px-20 {
  padding-right: 2rem !important;
}

.pb-20,
.py-20 {
  padding-bottom: 2rem !important;
}

.pl-20,
.px-20 {
  padding-left: 2rem !important;
}

.p-30 {
  padding: 3rem !important;
}

.pt-30,
.py-30 {
  padding-top: 3rem !important;
}

.pr-30,
.px-30 {
  padding-right: 3rem !important;
}

.pb-30,
.py-30 {
  padding-bottom: 3rem !important;
}

.pl-30,
.px-30 {
  padding-left: 3rem !important;
}

.p-40 {
  padding: 4rem !important;
}

.pt-40,
.py-40 {
  padding-top: 4rem !important;
}

.pr-40,
.px-40 {
  padding-right: 4rem !important;
}

.pb-40,
.py-40 {
  padding-bottom: 4rem !important;
}

.pl-40,
.px-40 {
  padding-left: 4rem !important;
}

.p-50 {
  padding: 5rem !important;
}

.pt-50,
.py-50 {
  padding-top: 5rem !important;
}

.pr-50,
.px-50 {
  padding-right: 5rem !important;
}

.pb-50,
.py-50 {
  padding-bottom: 5rem !important;
}

.pl-50,
.px-50 {
  padding-left: 5rem !important;
}

.m-n5 {
  margin: -0.5rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -0.5rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -0.5rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -0.5rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -0.5rem !important;
}

.m-n10 {
  margin: -1rem !important;
}

.mt-n10,
.my-n10 {
  margin-top: -1rem !important;
}

.mr-n10,
.mx-n10 {
  margin-right: -1rem !important;
}

.mb-n10,
.my-n10 {
  margin-bottom: -1rem !important;
}

.ml-n10,
.mx-n10 {
  margin-left: -1rem !important;
}

.m-n20 {
  margin: -2rem !important;
}

.mt-n20,
.my-n20 {
  margin-top: -2rem !important;
}

.mr-n20,
.mx-n20 {
  margin-right: -2rem !important;
}

.mb-n20,
.my-n20 {
  margin-bottom: -2rem !important;
}

.ml-n20,
.mx-n20 {
  margin-left: -2rem !important;
}

.m-n30 {
  margin: -3rem !important;
}

.mt-n30,
.my-n30 {
  margin-top: -3rem !important;
}

.mr-n30,
.mx-n30 {
  margin-right: -3rem !important;
}

.mb-n30,
.my-n30 {
  margin-bottom: -3rem !important;
}

.ml-n30,
.mx-n30 {
  margin-left: -3rem !important;
}

.m-n40 {
  margin: -4rem !important;
}

.mt-n40,
.my-n40 {
  margin-top: -4rem !important;
}

.mr-n40,
.mx-n40 {
  margin-right: -4rem !important;
}

.mb-n40,
.my-n40 {
  margin-bottom: -4rem !important;
}

.ml-n40,
.mx-n40 {
  margin-left: -4rem !important;
}

.m-n50 {
  margin: -5rem !important;
}

.mt-n50,
.my-n50 {
  margin-top: -5rem !important;
}

.mr-n50,
.mx-n50 {
  margin-right: -5rem !important;
}

.mb-n50,
.my-n50 {
  margin-bottom: -5rem !important;
}

.ml-n50,
.mx-n50 {
  margin-left: -5rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-5 {
    margin: 0.5rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 0.5rem !important;
  }
  .m-sm-10 {
    margin: 1rem !important;
  }
  .mt-sm-10,
  .my-sm-10 {
    margin-top: 1rem !important;
  }
  .mr-sm-10,
  .mx-sm-10 {
    margin-right: 1rem !important;
  }
  .mb-sm-10,
  .my-sm-10 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-10,
  .mx-sm-10 {
    margin-left: 1rem !important;
  }
  .m-sm-20 {
    margin: 2rem !important;
  }
  .mt-sm-20,
  .my-sm-20 {
    margin-top: 2rem !important;
  }
  .mr-sm-20,
  .mx-sm-20 {
    margin-right: 2rem !important;
  }
  .mb-sm-20,
  .my-sm-20 {
    margin-bottom: 2rem !important;
  }
  .ml-sm-20,
  .mx-sm-20 {
    margin-left: 2rem !important;
  }
  .m-sm-30 {
    margin: 3rem !important;
  }
  .mt-sm-30,
  .my-sm-30 {
    margin-top: 3rem !important;
  }
  .mr-sm-30,
  .mx-sm-30 {
    margin-right: 3rem !important;
  }
  .mb-sm-30,
  .my-sm-30 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-30,
  .mx-sm-30 {
    margin-left: 3rem !important;
  }
  .m-sm-40 {
    margin: 4rem !important;
  }
  .mt-sm-40,
  .my-sm-40 {
    margin-top: 4rem !important;
  }
  .mr-sm-40,
  .mx-sm-40 {
    margin-right: 4rem !important;
  }
  .mb-sm-40,
  .my-sm-40 {
    margin-bottom: 4rem !important;
  }
  .ml-sm-40,
  .mx-sm-40 {
    margin-left: 4rem !important;
  }
  .m-sm-50 {
    margin: 5rem !important;
  }
  .mt-sm-50,
  .my-sm-50 {
    margin-top: 5rem !important;
  }
  .mr-sm-50,
  .mx-sm-50 {
    margin-right: 5rem !important;
  }
  .mb-sm-50,
  .my-sm-50 {
    margin-bottom: 5rem !important;
  }
  .ml-sm-50,
  .mx-sm-50 {
    margin-left: 5rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-5 {
    padding: 0.5rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 0.5rem !important;
  }
  .p-sm-10 {
    padding: 1rem !important;
  }
  .pt-sm-10,
  .py-sm-10 {
    padding-top: 1rem !important;
  }
  .pr-sm-10,
  .px-sm-10 {
    padding-right: 1rem !important;
  }
  .pb-sm-10,
  .py-sm-10 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-10,
  .px-sm-10 {
    padding-left: 1rem !important;
  }
  .p-sm-20 {
    padding: 2rem !important;
  }
  .pt-sm-20,
  .py-sm-20 {
    padding-top: 2rem !important;
  }
  .pr-sm-20,
  .px-sm-20 {
    padding-right: 2rem !important;
  }
  .pb-sm-20,
  .py-sm-20 {
    padding-bottom: 2rem !important;
  }
  .pl-sm-20,
  .px-sm-20 {
    padding-left: 2rem !important;
  }
  .p-sm-30 {
    padding: 3rem !important;
  }
  .pt-sm-30,
  .py-sm-30 {
    padding-top: 3rem !important;
  }
  .pr-sm-30,
  .px-sm-30 {
    padding-right: 3rem !important;
  }
  .pb-sm-30,
  .py-sm-30 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-30,
  .px-sm-30 {
    padding-left: 3rem !important;
  }
  .p-sm-40 {
    padding: 4rem !important;
  }
  .pt-sm-40,
  .py-sm-40 {
    padding-top: 4rem !important;
  }
  .pr-sm-40,
  .px-sm-40 {
    padding-right: 4rem !important;
  }
  .pb-sm-40,
  .py-sm-40 {
    padding-bottom: 4rem !important;
  }
  .pl-sm-40,
  .px-sm-40 {
    padding-left: 4rem !important;
  }
  .p-sm-50 {
    padding: 5rem !important;
  }
  .pt-sm-50,
  .py-sm-50 {
    padding-top: 5rem !important;
  }
  .pr-sm-50,
  .px-sm-50 {
    padding-right: 5rem !important;
  }
  .pb-sm-50,
  .py-sm-50 {
    padding-bottom: 5rem !important;
  }
  .pl-sm-50,
  .px-sm-50 {
    padding-left: 5rem !important;
  }
  .m-sm-n5 {
    margin: -0.5rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n10 {
    margin: -1rem !important;
  }
  .mt-sm-n10,
  .my-sm-n10 {
    margin-top: -1rem !important;
  }
  .mr-sm-n10,
  .mx-sm-n10 {
    margin-right: -1rem !important;
  }
  .mb-sm-n10,
  .my-sm-n10 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n10,
  .mx-sm-n10 {
    margin-left: -1rem !important;
  }
  .m-sm-n20 {
    margin: -2rem !important;
  }
  .mt-sm-n20,
  .my-sm-n20 {
    margin-top: -2rem !important;
  }
  .mr-sm-n20,
  .mx-sm-n20 {
    margin-right: -2rem !important;
  }
  .mb-sm-n20,
  .my-sm-n20 {
    margin-bottom: -2rem !important;
  }
  .ml-sm-n20,
  .mx-sm-n20 {
    margin-left: -2rem !important;
  }
  .m-sm-n30 {
    margin: -3rem !important;
  }
  .mt-sm-n30,
  .my-sm-n30 {
    margin-top: -3rem !important;
  }
  .mr-sm-n30,
  .mx-sm-n30 {
    margin-right: -3rem !important;
  }
  .mb-sm-n30,
  .my-sm-n30 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n30,
  .mx-sm-n30 {
    margin-left: -3rem !important;
  }
  .m-sm-n40 {
    margin: -4rem !important;
  }
  .mt-sm-n40,
  .my-sm-n40 {
    margin-top: -4rem !important;
  }
  .mr-sm-n40,
  .mx-sm-n40 {
    margin-right: -4rem !important;
  }
  .mb-sm-n40,
  .my-sm-n40 {
    margin-bottom: -4rem !important;
  }
  .ml-sm-n40,
  .mx-sm-n40 {
    margin-left: -4rem !important;
  }
  .m-sm-n50 {
    margin: -5rem !important;
  }
  .mt-sm-n50,
  .my-sm-n50 {
    margin-top: -5rem !important;
  }
  .mr-sm-n50,
  .mx-sm-n50 {
    margin-right: -5rem !important;
  }
  .mb-sm-n50,
  .my-sm-n50 {
    margin-bottom: -5rem !important;
  }
  .ml-sm-n50,
  .mx-sm-n50 {
    margin-left: -5rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-5 {
    margin: 0.5rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 0.5rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 0.5rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 0.5rem !important;
  }
  .m-md-10 {
    margin: 1rem !important;
  }
  .mt-md-10,
  .my-md-10 {
    margin-top: 1rem !important;
  }
  .mr-md-10,
  .mx-md-10 {
    margin-right: 1rem !important;
  }
  .mb-md-10,
  .my-md-10 {
    margin-bottom: 1rem !important;
  }
  .ml-md-10,
  .mx-md-10 {
    margin-left: 1rem !important;
  }
  .m-md-20 {
    margin: 2rem !important;
  }
  .mt-md-20,
  .my-md-20 {
    margin-top: 2rem !important;
  }
  .mr-md-20,
  .mx-md-20 {
    margin-right: 2rem !important;
  }
  .mb-md-20,
  .my-md-20 {
    margin-bottom: 2rem !important;
  }
  .ml-md-20,
  .mx-md-20 {
    margin-left: 2rem !important;
  }
  .m-md-30 {
    margin: 3rem !important;
  }
  .mt-md-30,
  .my-md-30 {
    margin-top: 3rem !important;
  }
  .mr-md-30,
  .mx-md-30 {
    margin-right: 3rem !important;
  }
  .mb-md-30,
  .my-md-30 {
    margin-bottom: 3rem !important;
  }
  .ml-md-30,
  .mx-md-30 {
    margin-left: 3rem !important;
  }
  .m-md-40 {
    margin: 4rem !important;
  }
  .mt-md-40,
  .my-md-40 {
    margin-top: 4rem !important;
  }
  .mr-md-40,
  .mx-md-40 {
    margin-right: 4rem !important;
  }
  .mb-md-40,
  .my-md-40 {
    margin-bottom: 4rem !important;
  }
  .ml-md-40,
  .mx-md-40 {
    margin-left: 4rem !important;
  }
  .m-md-50 {
    margin: 5rem !important;
  }
  .mt-md-50,
  .my-md-50 {
    margin-top: 5rem !important;
  }
  .mr-md-50,
  .mx-md-50 {
    margin-right: 5rem !important;
  }
  .mb-md-50,
  .my-md-50 {
    margin-bottom: 5rem !important;
  }
  .ml-md-50,
  .mx-md-50 {
    margin-left: 5rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-5 {
    padding: 0.5rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 0.5rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 0.5rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 0.5rem !important;
  }
  .p-md-10 {
    padding: 1rem !important;
  }
  .pt-md-10,
  .py-md-10 {
    padding-top: 1rem !important;
  }
  .pr-md-10,
  .px-md-10 {
    padding-right: 1rem !important;
  }
  .pb-md-10,
  .py-md-10 {
    padding-bottom: 1rem !important;
  }
  .pl-md-10,
  .px-md-10 {
    padding-left: 1rem !important;
  }
  .p-md-20 {
    padding: 2rem !important;
  }
  .pt-md-20,
  .py-md-20 {
    padding-top: 2rem !important;
  }
  .pr-md-20,
  .px-md-20 {
    padding-right: 2rem !important;
  }
  .pb-md-20,
  .py-md-20 {
    padding-bottom: 2rem !important;
  }
  .pl-md-20,
  .px-md-20 {
    padding-left: 2rem !important;
  }
  .p-md-30 {
    padding: 3rem !important;
  }
  .pt-md-30,
  .py-md-30 {
    padding-top: 3rem !important;
  }
  .pr-md-30,
  .px-md-30 {
    padding-right: 3rem !important;
  }
  .pb-md-30,
  .py-md-30 {
    padding-bottom: 3rem !important;
  }
  .pl-md-30,
  .px-md-30 {
    padding-left: 3rem !important;
  }
  .p-md-40 {
    padding: 4rem !important;
  }
  .pt-md-40,
  .py-md-40 {
    padding-top: 4rem !important;
  }
  .pr-md-40,
  .px-md-40 {
    padding-right: 4rem !important;
  }
  .pb-md-40,
  .py-md-40 {
    padding-bottom: 4rem !important;
  }
  .pl-md-40,
  .px-md-40 {
    padding-left: 4rem !important;
  }
  .p-md-50 {
    padding: 5rem !important;
  }
  .pt-md-50,
  .py-md-50 {
    padding-top: 5rem !important;
  }
  .pr-md-50,
  .px-md-50 {
    padding-right: 5rem !important;
  }
  .pb-md-50,
  .py-md-50 {
    padding-bottom: 5rem !important;
  }
  .pl-md-50,
  .px-md-50 {
    padding-left: 5rem !important;
  }
  .m-md-n5 {
    margin: -0.5rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -0.5rem !important;
  }
  .m-md-n10 {
    margin: -1rem !important;
  }
  .mt-md-n10,
  .my-md-n10 {
    margin-top: -1rem !important;
  }
  .mr-md-n10,
  .mx-md-n10 {
    margin-right: -1rem !important;
  }
  .mb-md-n10,
  .my-md-n10 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n10,
  .mx-md-n10 {
    margin-left: -1rem !important;
  }
  .m-md-n20 {
    margin: -2rem !important;
  }
  .mt-md-n20,
  .my-md-n20 {
    margin-top: -2rem !important;
  }
  .mr-md-n20,
  .mx-md-n20 {
    margin-right: -2rem !important;
  }
  .mb-md-n20,
  .my-md-n20 {
    margin-bottom: -2rem !important;
  }
  .ml-md-n20,
  .mx-md-n20 {
    margin-left: -2rem !important;
  }
  .m-md-n30 {
    margin: -3rem !important;
  }
  .mt-md-n30,
  .my-md-n30 {
    margin-top: -3rem !important;
  }
  .mr-md-n30,
  .mx-md-n30 {
    margin-right: -3rem !important;
  }
  .mb-md-n30,
  .my-md-n30 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n30,
  .mx-md-n30 {
    margin-left: -3rem !important;
  }
  .m-md-n40 {
    margin: -4rem !important;
  }
  .mt-md-n40,
  .my-md-n40 {
    margin-top: -4rem !important;
  }
  .mr-md-n40,
  .mx-md-n40 {
    margin-right: -4rem !important;
  }
  .mb-md-n40,
  .my-md-n40 {
    margin-bottom: -4rem !important;
  }
  .ml-md-n40,
  .mx-md-n40 {
    margin-left: -4rem !important;
  }
  .m-md-n50 {
    margin: -5rem !important;
  }
  .mt-md-n50,
  .my-md-n50 {
    margin-top: -5rem !important;
  }
  .mr-md-n50,
  .mx-md-n50 {
    margin-right: -5rem !important;
  }
  .mb-md-n50,
  .my-md-n50 {
    margin-bottom: -5rem !important;
  }
  .ml-md-n50,
  .mx-md-n50 {
    margin-left: -5rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-5 {
    margin: 0.5rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 0.5rem !important;
  }
  .m-lg-10 {
    margin: 1rem !important;
  }
  .mt-lg-10,
  .my-lg-10 {
    margin-top: 1rem !important;
  }
  .mr-lg-10,
  .mx-lg-10 {
    margin-right: 1rem !important;
  }
  .mb-lg-10,
  .my-lg-10 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-10,
  .mx-lg-10 {
    margin-left: 1rem !important;
  }
  .m-lg-20 {
    margin: 2rem !important;
  }
  .mt-lg-20,
  .my-lg-20 {
    margin-top: 2rem !important;
  }
  .mr-lg-20,
  .mx-lg-20 {
    margin-right: 2rem !important;
  }
  .mb-lg-20,
  .my-lg-20 {
    margin-bottom: 2rem !important;
  }
  .ml-lg-20,
  .mx-lg-20 {
    margin-left: 2rem !important;
  }
  .m-lg-30 {
    margin: 3rem !important;
  }
  .mt-lg-30,
  .my-lg-30 {
    margin-top: 3rem !important;
  }
  .mr-lg-30,
  .mx-lg-30 {
    margin-right: 3rem !important;
  }
  .mb-lg-30,
  .my-lg-30 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-30,
  .mx-lg-30 {
    margin-left: 3rem !important;
  }
  .m-lg-40 {
    margin: 4rem !important;
  }
  .mt-lg-40,
  .my-lg-40 {
    margin-top: 4rem !important;
  }
  .mr-lg-40,
  .mx-lg-40 {
    margin-right: 4rem !important;
  }
  .mb-lg-40,
  .my-lg-40 {
    margin-bottom: 4rem !important;
  }
  .ml-lg-40,
  .mx-lg-40 {
    margin-left: 4rem !important;
  }
  .m-lg-50 {
    margin: 5rem !important;
  }
  .mt-lg-50,
  .my-lg-50 {
    margin-top: 5rem !important;
  }
  .mr-lg-50,
  .mx-lg-50 {
    margin-right: 5rem !important;
  }
  .mb-lg-50,
  .my-lg-50 {
    margin-bottom: 5rem !important;
  }
  .ml-lg-50,
  .mx-lg-50 {
    margin-left: 5rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-5 {
    padding: 0.5rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 0.5rem !important;
  }
  .p-lg-10 {
    padding: 1rem !important;
  }
  .pt-lg-10,
  .py-lg-10 {
    padding-top: 1rem !important;
  }
  .pr-lg-10,
  .px-lg-10 {
    padding-right: 1rem !important;
  }
  .pb-lg-10,
  .py-lg-10 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-10,
  .px-lg-10 {
    padding-left: 1rem !important;
  }
  .p-lg-20 {
    padding: 2rem !important;
  }
  .pt-lg-20,
  .py-lg-20 {
    padding-top: 2rem !important;
  }
  .pr-lg-20,
  .px-lg-20 {
    padding-right: 2rem !important;
  }
  .pb-lg-20,
  .py-lg-20 {
    padding-bottom: 2rem !important;
  }
  .pl-lg-20,
  .px-lg-20 {
    padding-left: 2rem !important;
  }
  .p-lg-30 {
    padding: 3rem !important;
  }
  .pt-lg-30,
  .py-lg-30 {
    padding-top: 3rem !important;
  }
  .pr-lg-30,
  .px-lg-30 {
    padding-right: 3rem !important;
  }
  .pb-lg-30,
  .py-lg-30 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-30,
  .px-lg-30 {
    padding-left: 3rem !important;
  }
  .p-lg-40 {
    padding: 4rem !important;
  }
  .pt-lg-40,
  .py-lg-40 {
    padding-top: 4rem !important;
  }
  .pr-lg-40,
  .px-lg-40 {
    padding-right: 4rem !important;
  }
  .pb-lg-40,
  .py-lg-40 {
    padding-bottom: 4rem !important;
  }
  .pl-lg-40,
  .px-lg-40 {
    padding-left: 4rem !important;
  }
  .p-lg-50 {
    padding: 5rem !important;
  }
  .pt-lg-50,
  .py-lg-50 {
    padding-top: 5rem !important;
  }
  .pr-lg-50,
  .px-lg-50 {
    padding-right: 5rem !important;
  }
  .pb-lg-50,
  .py-lg-50 {
    padding-bottom: 5rem !important;
  }
  .pl-lg-50,
  .px-lg-50 {
    padding-left: 5rem !important;
  }
  .m-lg-n5 {
    margin: -0.5rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n10 {
    margin: -1rem !important;
  }
  .mt-lg-n10,
  .my-lg-n10 {
    margin-top: -1rem !important;
  }
  .mr-lg-n10,
  .mx-lg-n10 {
    margin-right: -1rem !important;
  }
  .mb-lg-n10,
  .my-lg-n10 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n10,
  .mx-lg-n10 {
    margin-left: -1rem !important;
  }
  .m-lg-n20 {
    margin: -2rem !important;
  }
  .mt-lg-n20,
  .my-lg-n20 {
    margin-top: -2rem !important;
  }
  .mr-lg-n20,
  .mx-lg-n20 {
    margin-right: -2rem !important;
  }
  .mb-lg-n20,
  .my-lg-n20 {
    margin-bottom: -2rem !important;
  }
  .ml-lg-n20,
  .mx-lg-n20 {
    margin-left: -2rem !important;
  }
  .m-lg-n30 {
    margin: -3rem !important;
  }
  .mt-lg-n30,
  .my-lg-n30 {
    margin-top: -3rem !important;
  }
  .mr-lg-n30,
  .mx-lg-n30 {
    margin-right: -3rem !important;
  }
  .mb-lg-n30,
  .my-lg-n30 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n30,
  .mx-lg-n30 {
    margin-left: -3rem !important;
  }
  .m-lg-n40 {
    margin: -4rem !important;
  }
  .mt-lg-n40,
  .my-lg-n40 {
    margin-top: -4rem !important;
  }
  .mr-lg-n40,
  .mx-lg-n40 {
    margin-right: -4rem !important;
  }
  .mb-lg-n40,
  .my-lg-n40 {
    margin-bottom: -4rem !important;
  }
  .ml-lg-n40,
  .mx-lg-n40 {
    margin-left: -4rem !important;
  }
  .m-lg-n50 {
    margin: -5rem !important;
  }
  .mt-lg-n50,
  .my-lg-n50 {
    margin-top: -5rem !important;
  }
  .mr-lg-n50,
  .mx-lg-n50 {
    margin-right: -5rem !important;
  }
  .mb-lg-n50,
  .my-lg-n50 {
    margin-bottom: -5rem !important;
  }
  .ml-lg-n50,
  .mx-lg-n50 {
    margin-left: -5rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1140px) {
  .m-container-0 {
    margin: 0 !important;
  }
  .mt-container-0,
  .my-container-0 {
    margin-top: 0 !important;
  }
  .mr-container-0,
  .mx-container-0 {
    margin-right: 0 !important;
  }
  .mb-container-0,
  .my-container-0 {
    margin-bottom: 0 !important;
  }
  .ml-container-0,
  .mx-container-0 {
    margin-left: 0 !important;
  }
  .m-container-5 {
    margin: 0.5rem !important;
  }
  .mt-container-5,
  .my-container-5 {
    margin-top: 0.5rem !important;
  }
  .mr-container-5,
  .mx-container-5 {
    margin-right: 0.5rem !important;
  }
  .mb-container-5,
  .my-container-5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-container-5,
  .mx-container-5 {
    margin-left: 0.5rem !important;
  }
  .m-container-10 {
    margin: 1rem !important;
  }
  .mt-container-10,
  .my-container-10 {
    margin-top: 1rem !important;
  }
  .mr-container-10,
  .mx-container-10 {
    margin-right: 1rem !important;
  }
  .mb-container-10,
  .my-container-10 {
    margin-bottom: 1rem !important;
  }
  .ml-container-10,
  .mx-container-10 {
    margin-left: 1rem !important;
  }
  .m-container-20 {
    margin: 2rem !important;
  }
  .mt-container-20,
  .my-container-20 {
    margin-top: 2rem !important;
  }
  .mr-container-20,
  .mx-container-20 {
    margin-right: 2rem !important;
  }
  .mb-container-20,
  .my-container-20 {
    margin-bottom: 2rem !important;
  }
  .ml-container-20,
  .mx-container-20 {
    margin-left: 2rem !important;
  }
  .m-container-30 {
    margin: 3rem !important;
  }
  .mt-container-30,
  .my-container-30 {
    margin-top: 3rem !important;
  }
  .mr-container-30,
  .mx-container-30 {
    margin-right: 3rem !important;
  }
  .mb-container-30,
  .my-container-30 {
    margin-bottom: 3rem !important;
  }
  .ml-container-30,
  .mx-container-30 {
    margin-left: 3rem !important;
  }
  .m-container-40 {
    margin: 4rem !important;
  }
  .mt-container-40,
  .my-container-40 {
    margin-top: 4rem !important;
  }
  .mr-container-40,
  .mx-container-40 {
    margin-right: 4rem !important;
  }
  .mb-container-40,
  .my-container-40 {
    margin-bottom: 4rem !important;
  }
  .ml-container-40,
  .mx-container-40 {
    margin-left: 4rem !important;
  }
  .m-container-50 {
    margin: 5rem !important;
  }
  .mt-container-50,
  .my-container-50 {
    margin-top: 5rem !important;
  }
  .mr-container-50,
  .mx-container-50 {
    margin-right: 5rem !important;
  }
  .mb-container-50,
  .my-container-50 {
    margin-bottom: 5rem !important;
  }
  .ml-container-50,
  .mx-container-50 {
    margin-left: 5rem !important;
  }
  .p-container-0 {
    padding: 0 !important;
  }
  .pt-container-0,
  .py-container-0 {
    padding-top: 0 !important;
  }
  .pr-container-0,
  .px-container-0 {
    padding-right: 0 !important;
  }
  .pb-container-0,
  .py-container-0 {
    padding-bottom: 0 !important;
  }
  .pl-container-0,
  .px-container-0 {
    padding-left: 0 !important;
  }
  .p-container-5 {
    padding: 0.5rem !important;
  }
  .pt-container-5,
  .py-container-5 {
    padding-top: 0.5rem !important;
  }
  .pr-container-5,
  .px-container-5 {
    padding-right: 0.5rem !important;
  }
  .pb-container-5,
  .py-container-5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-container-5,
  .px-container-5 {
    padding-left: 0.5rem !important;
  }
  .p-container-10 {
    padding: 1rem !important;
  }
  .pt-container-10,
  .py-container-10 {
    padding-top: 1rem !important;
  }
  .pr-container-10,
  .px-container-10 {
    padding-right: 1rem !important;
  }
  .pb-container-10,
  .py-container-10 {
    padding-bottom: 1rem !important;
  }
  .pl-container-10,
  .px-container-10 {
    padding-left: 1rem !important;
  }
  .p-container-20 {
    padding: 2rem !important;
  }
  .pt-container-20,
  .py-container-20 {
    padding-top: 2rem !important;
  }
  .pr-container-20,
  .px-container-20 {
    padding-right: 2rem !important;
  }
  .pb-container-20,
  .py-container-20 {
    padding-bottom: 2rem !important;
  }
  .pl-container-20,
  .px-container-20 {
    padding-left: 2rem !important;
  }
  .p-container-30 {
    padding: 3rem !important;
  }
  .pt-container-30,
  .py-container-30 {
    padding-top: 3rem !important;
  }
  .pr-container-30,
  .px-container-30 {
    padding-right: 3rem !important;
  }
  .pb-container-30,
  .py-container-30 {
    padding-bottom: 3rem !important;
  }
  .pl-container-30,
  .px-container-30 {
    padding-left: 3rem !important;
  }
  .p-container-40 {
    padding: 4rem !important;
  }
  .pt-container-40,
  .py-container-40 {
    padding-top: 4rem !important;
  }
  .pr-container-40,
  .px-container-40 {
    padding-right: 4rem !important;
  }
  .pb-container-40,
  .py-container-40 {
    padding-bottom: 4rem !important;
  }
  .pl-container-40,
  .px-container-40 {
    padding-left: 4rem !important;
  }
  .p-container-50 {
    padding: 5rem !important;
  }
  .pt-container-50,
  .py-container-50 {
    padding-top: 5rem !important;
  }
  .pr-container-50,
  .px-container-50 {
    padding-right: 5rem !important;
  }
  .pb-container-50,
  .py-container-50 {
    padding-bottom: 5rem !important;
  }
  .pl-container-50,
  .px-container-50 {
    padding-left: 5rem !important;
  }
  .m-container-n5 {
    margin: -0.5rem !important;
  }
  .mt-container-n5,
  .my-container-n5 {
    margin-top: -0.5rem !important;
  }
  .mr-container-n5,
  .mx-container-n5 {
    margin-right: -0.5rem !important;
  }
  .mb-container-n5,
  .my-container-n5 {
    margin-bottom: -0.5rem !important;
  }
  .ml-container-n5,
  .mx-container-n5 {
    margin-left: -0.5rem !important;
  }
  .m-container-n10 {
    margin: -1rem !important;
  }
  .mt-container-n10,
  .my-container-n10 {
    margin-top: -1rem !important;
  }
  .mr-container-n10,
  .mx-container-n10 {
    margin-right: -1rem !important;
  }
  .mb-container-n10,
  .my-container-n10 {
    margin-bottom: -1rem !important;
  }
  .ml-container-n10,
  .mx-container-n10 {
    margin-left: -1rem !important;
  }
  .m-container-n20 {
    margin: -2rem !important;
  }
  .mt-container-n20,
  .my-container-n20 {
    margin-top: -2rem !important;
  }
  .mr-container-n20,
  .mx-container-n20 {
    margin-right: -2rem !important;
  }
  .mb-container-n20,
  .my-container-n20 {
    margin-bottom: -2rem !important;
  }
  .ml-container-n20,
  .mx-container-n20 {
    margin-left: -2rem !important;
  }
  .m-container-n30 {
    margin: -3rem !important;
  }
  .mt-container-n30,
  .my-container-n30 {
    margin-top: -3rem !important;
  }
  .mr-container-n30,
  .mx-container-n30 {
    margin-right: -3rem !important;
  }
  .mb-container-n30,
  .my-container-n30 {
    margin-bottom: -3rem !important;
  }
  .ml-container-n30,
  .mx-container-n30 {
    margin-left: -3rem !important;
  }
  .m-container-n40 {
    margin: -4rem !important;
  }
  .mt-container-n40,
  .my-container-n40 {
    margin-top: -4rem !important;
  }
  .mr-container-n40,
  .mx-container-n40 {
    margin-right: -4rem !important;
  }
  .mb-container-n40,
  .my-container-n40 {
    margin-bottom: -4rem !important;
  }
  .ml-container-n40,
  .mx-container-n40 {
    margin-left: -4rem !important;
  }
  .m-container-n50 {
    margin: -5rem !important;
  }
  .mt-container-n50,
  .my-container-n50 {
    margin-top: -5rem !important;
  }
  .mr-container-n50,
  .mx-container-n50 {
    margin-right: -5rem !important;
  }
  .mb-container-n50,
  .my-container-n50 {
    margin-bottom: -5rem !important;
  }
  .ml-container-n50,
  .mx-container-n50 {
    margin-left: -5rem !important;
  }
  .m-container-auto {
    margin: auto !important;
  }
  .mt-container-auto,
  .my-container-auto {
    margin-top: auto !important;
  }
  .mr-container-auto,
  .mx-container-auto {
    margin-right: auto !important;
  }
  .mb-container-auto,
  .my-container-auto {
    margin-bottom: auto !important;
  }
  .ml-container-auto,
  .mx-container-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1360px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-5 {
    margin: 0.5rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 0.5rem !important;
  }
  .m-xl-10 {
    margin: 1rem !important;
  }
  .mt-xl-10,
  .my-xl-10 {
    margin-top: 1rem !important;
  }
  .mr-xl-10,
  .mx-xl-10 {
    margin-right: 1rem !important;
  }
  .mb-xl-10,
  .my-xl-10 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-10,
  .mx-xl-10 {
    margin-left: 1rem !important;
  }
  .m-xl-20 {
    margin: 2rem !important;
  }
  .mt-xl-20,
  .my-xl-20 {
    margin-top: 2rem !important;
  }
  .mr-xl-20,
  .mx-xl-20 {
    margin-right: 2rem !important;
  }
  .mb-xl-20,
  .my-xl-20 {
    margin-bottom: 2rem !important;
  }
  .ml-xl-20,
  .mx-xl-20 {
    margin-left: 2rem !important;
  }
  .m-xl-30 {
    margin: 3rem !important;
  }
  .mt-xl-30,
  .my-xl-30 {
    margin-top: 3rem !important;
  }
  .mr-xl-30,
  .mx-xl-30 {
    margin-right: 3rem !important;
  }
  .mb-xl-30,
  .my-xl-30 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-30,
  .mx-xl-30 {
    margin-left: 3rem !important;
  }
  .m-xl-40 {
    margin: 4rem !important;
  }
  .mt-xl-40,
  .my-xl-40 {
    margin-top: 4rem !important;
  }
  .mr-xl-40,
  .mx-xl-40 {
    margin-right: 4rem !important;
  }
  .mb-xl-40,
  .my-xl-40 {
    margin-bottom: 4rem !important;
  }
  .ml-xl-40,
  .mx-xl-40 {
    margin-left: 4rem !important;
  }
  .m-xl-50 {
    margin: 5rem !important;
  }
  .mt-xl-50,
  .my-xl-50 {
    margin-top: 5rem !important;
  }
  .mr-xl-50,
  .mx-xl-50 {
    margin-right: 5rem !important;
  }
  .mb-xl-50,
  .my-xl-50 {
    margin-bottom: 5rem !important;
  }
  .ml-xl-50,
  .mx-xl-50 {
    margin-left: 5rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-5 {
    padding: 0.5rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 0.5rem !important;
  }
  .p-xl-10 {
    padding: 1rem !important;
  }
  .pt-xl-10,
  .py-xl-10 {
    padding-top: 1rem !important;
  }
  .pr-xl-10,
  .px-xl-10 {
    padding-right: 1rem !important;
  }
  .pb-xl-10,
  .py-xl-10 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-10,
  .px-xl-10 {
    padding-left: 1rem !important;
  }
  .p-xl-20 {
    padding: 2rem !important;
  }
  .pt-xl-20,
  .py-xl-20 {
    padding-top: 2rem !important;
  }
  .pr-xl-20,
  .px-xl-20 {
    padding-right: 2rem !important;
  }
  .pb-xl-20,
  .py-xl-20 {
    padding-bottom: 2rem !important;
  }
  .pl-xl-20,
  .px-xl-20 {
    padding-left: 2rem !important;
  }
  .p-xl-30 {
    padding: 3rem !important;
  }
  .pt-xl-30,
  .py-xl-30 {
    padding-top: 3rem !important;
  }
  .pr-xl-30,
  .px-xl-30 {
    padding-right: 3rem !important;
  }
  .pb-xl-30,
  .py-xl-30 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-30,
  .px-xl-30 {
    padding-left: 3rem !important;
  }
  .p-xl-40 {
    padding: 4rem !important;
  }
  .pt-xl-40,
  .py-xl-40 {
    padding-top: 4rem !important;
  }
  .pr-xl-40,
  .px-xl-40 {
    padding-right: 4rem !important;
  }
  .pb-xl-40,
  .py-xl-40 {
    padding-bottom: 4rem !important;
  }
  .pl-xl-40,
  .px-xl-40 {
    padding-left: 4rem !important;
  }
  .p-xl-50 {
    padding: 5rem !important;
  }
  .pt-xl-50,
  .py-xl-50 {
    padding-top: 5rem !important;
  }
  .pr-xl-50,
  .px-xl-50 {
    padding-right: 5rem !important;
  }
  .pb-xl-50,
  .py-xl-50 {
    padding-bottom: 5rem !important;
  }
  .pl-xl-50,
  .px-xl-50 {
    padding-left: 5rem !important;
  }
  .m-xl-n5 {
    margin: -0.5rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n10 {
    margin: -1rem !important;
  }
  .mt-xl-n10,
  .my-xl-n10 {
    margin-top: -1rem !important;
  }
  .mr-xl-n10,
  .mx-xl-n10 {
    margin-right: -1rem !important;
  }
  .mb-xl-n10,
  .my-xl-n10 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n10,
  .mx-xl-n10 {
    margin-left: -1rem !important;
  }
  .m-xl-n20 {
    margin: -2rem !important;
  }
  .mt-xl-n20,
  .my-xl-n20 {
    margin-top: -2rem !important;
  }
  .mr-xl-n20,
  .mx-xl-n20 {
    margin-right: -2rem !important;
  }
  .mb-xl-n20,
  .my-xl-n20 {
    margin-bottom: -2rem !important;
  }
  .ml-xl-n20,
  .mx-xl-n20 {
    margin-left: -2rem !important;
  }
  .m-xl-n30 {
    margin: -3rem !important;
  }
  .mt-xl-n30,
  .my-xl-n30 {
    margin-top: -3rem !important;
  }
  .mr-xl-n30,
  .mx-xl-n30 {
    margin-right: -3rem !important;
  }
  .mb-xl-n30,
  .my-xl-n30 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n30,
  .mx-xl-n30 {
    margin-left: -3rem !important;
  }
  .m-xl-n40 {
    margin: -4rem !important;
  }
  .mt-xl-n40,
  .my-xl-n40 {
    margin-top: -4rem !important;
  }
  .mr-xl-n40,
  .mx-xl-n40 {
    margin-right: -4rem !important;
  }
  .mb-xl-n40,
  .my-xl-n40 {
    margin-bottom: -4rem !important;
  }
  .ml-xl-n40,
  .mx-xl-n40 {
    margin-left: -4rem !important;
  }
  .m-xl-n50 {
    margin: -5rem !important;
  }
  .mt-xl-n50,
  .my-xl-n50 {
    margin-top: -5rem !important;
  }
  .mr-xl-n50,
  .mx-xl-n50 {
    margin-right: -5rem !important;
  }
  .mb-xl-n50,
  .my-xl-n50 {
    margin-bottom: -5rem !important;
  }
  .ml-xl-n50,
  .mx-xl-n50 {
    margin-left: -5rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1140px) {
  .text-container-left {
    text-align: left !important;
  }
  .text-container-right {
    text-align: right !important;
  }
  .text-container-center {
    text-align: center !important;
  }
}
@media (min-width: 1360px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-underline {
  text-decoration: underline;
}

.c-txt {
  color: #556269;
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .c-txt {
    font-size: 1.5rem;
  }
}

.font-en {
  font-family: "Red Hat Display", sans-serif !important;
}

.cl-primary {
  color: #53A5DC !important;
}

.cl-info {
  color: #51AB6D !important;
}

.animate_animated {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

.animate__imageScale {
  -webkit-animation-name: imageScale;
  animation-name: imageScale;
}

@-webkit-keyframes imageScale {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes imageScale {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animate__fadeinLeft {
  -webkit-animation-name: fadeinLeft;
  animation-name: fadeinLeft;
}

@-webkit-keyframes fadeinLeft {
  0% {
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeinLeft {
  0% {
    -webkit-transform: translateX(10rem);
            transform: translateX(10rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
.animate__imageOpacty {
  -webkit-animation-name: imageOpacty;
  animation-name: imageOpacty;
}

@-webkit-keyframes imageOpacty {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes imageOpacty {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btn-recurrent, .btn-arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "M PLUS 1", sans-serif;
  font-weight: 400;
  color: #1E3743;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
}

.btn-arrow {
  font-weight: bold;
  color: #1E3743;
  letter-spacing: 0.06em;
  border: 2px solid #1E3743;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  min-height: 5.6rem;
  padding: 1rem 2rem 1rem 2.4rem;
  border-radius: 5rem;
  background-color: #fff;
  max-width: 100%;
}
@media (min-width: 768px) {
  .btn-arrow {
    font-size: 1.5rem;
    min-height: 56px;
    padding: 11px 20px 11px 2.4rem;
  }
}
.btn-arrow:hover .icon::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.btn-arrow:hover .icon::after {
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
}
.btn-arrow .ttl {
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  padding-right: 1.6rem;
  margin-right: 1rem;
  position: relative;
}
@media (min-width: 768px) {
  .btn-arrow .ttl {
    padding-right: 2rem;
    margin-right: 1.6rem;
  }
}
.btn-arrow .ttl::after {
  content: "";
  background: url("../images/common/icon_line01.svg") repeat-y left top;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.btn-arrow .icon {
  width: 2.5rem;
  height: 1rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .btn-arrow .icon {
    width: 3rem;
    height: 1.2rem;
  }
}
.btn-arrow .icon::before, .btn-arrow .icon::after {
  content: "";
  position: absolute;
  width: 1.8rem;
  left: calc(50% - 0.9rem);
  top: calc(50% - 6px);
  height: 100%;
  background: url(../images/common/icon_arrow.svg) no-repeat center/contain;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 768px) {
  .btn-arrow .icon::before, .btn-arrow .icon::after {
    width: 2.1rem;
    left: calc(50% - 11px);
  }
}
.btn-arrow .icon::before {
  -webkit-transform: translateX(-150%);
          transform: translateX(-150%);
}
.btn-arrow.btn-arrow--tab .icon {
  height: 1.2rem;
}
@media (min-width: 768px) {
  .btn-arrow.btn-arrow--tab .icon {
    height: 1.2rem;
  }
}
.btn-arrow.btn-arrow--tab .icon::before {
  background-image: url(../images/common/icon_newtab.svg);
  height: 1.2rem;
  width: 1.4rem;
  -webkit-transform: none;
          transform: none;
}
@media (min-width: 768px) {
  .btn-arrow.btn-arrow--tab .icon::before {
    height: 1.2rem;
    width: 1.4rem;
  }
}
.btn-arrow.btn-arrow--tab .icon::after {
  display: none;
}
.btn-arrow.btn-arrow--blank .icon {
  height: 1.2rem;
  width: 1rem;
}
@media (min-width: 768px) {
  .btn-arrow.btn-arrow--blank .icon {
    height: 1rem;
    width: 1rem;
  }
}
.btn-arrow.btn-arrow--blank .icon::before {
  background-image: url(../images/common/icon_copy_01.svg);
  height: 1rem;
  width: 1rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .btn-arrow.btn-arrow--blank .icon::before {
    height: 1rem;
    width: 1rem;
  }
}
.btn-arrow.btn-arrow--blank .icon::after {
  display: none;
}

.btn-movie {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .btn-movie {
    font-size: 1.5rem;
  }
}
.btn-movie::after {
  content: "";
  background: url("../images/common/icon_play.svg") no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 3.2rem;
  width: 3.2rem;
  margin-left: 1.6rem;
}
@media (min-width: 768px) {
  .btn-movie::after {
    height: 3.2rem;
    width: 3.2rem;
    margin-left: 1.6rem;
  }
}

.btn-clearall {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #717F89;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-decoration: underline;
}
@media (min-width: 768px) {
  .btn-clearall {
    font-size: 1.2rem;
  }
}

.hover {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.hover:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .p-header {
    position: relative;
    z-index: 29;
    background-color: #fff;
  }
}
.p-header-top {
  height: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #1E3743;
  padding: 0 2.4rem;
}
.p-header-top__ttl {
  font-weight: normal;
  font-size: 1rem;
  color: #fff;
  letter-spacing: 0.6px;
}
.p-header-top__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  letter-spacing: 0.6px;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .p-header-top__link {
    display: none;
  }
}
.p-header-top__link .item {
  color: #9BA9B3;
}
.p-header-top__link .item:not(:last-child) {
  padding-right: 1.5rem;
  margin-right: 1.5rem;
  border-right: 1px solid #DAE2E6;
}
.p-header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .p-header-wrap {
    padding: 24px 0 24px 3.2rem;
  }
}
.p-header-menu {
  font-size: 1.2rem;
  letter-spacing: 0.2px;
}
@media (min-width: 768px) {
  .p-header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .p-header-menu {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    top: 100%;
    z-index: 2;
    padding: 5rem 2rem 7.5rem;
    border-radius: 0 0 0.8rem 0.8rem;
    border-top: 1px solid #ccc;
    display: none;
  }
}
@media (min-width: 768px) {
  .p-header-menu__item {
    padding: 0 3.3rem;
  }
}
@media (min-width: 768px) {
  .p-header-menu__item:not(:last-child) {
    border-right: 1px dotted #DAE2E6;
  }
}
.p-header-menu__anchor {
  padding: 0.9rem 0;
  display: inline-block;
}
@media (min-width: 768px) {
  .p-header-menu__anchor {
    padding: 0.4rem 0;
  }
}
@media (max-width: 767px) {
  .p-header-menu__anchor {
    color: #9BA9B3;
  }
  .p-header-menu__anchor.--ttl {
    color: #1E3743;
  }
}
.p-header-logo {
  width: 10.4rem;
}
@media (max-width: 767px) {
  .p-header-logo {
    position: relative;
    z-index: 19;
  }
}
@media (min-width: 768px) {
  .p-header-logo {
    width: 131px;
  }
}
@media (min-width: 768px) {
  .p-header--no-menu .p-header-wrap {
    display: none;
  }
}

.p-footer {
  background: #1E3743 url(../images/common/bg_footer_sp.svg) no-repeat center/cover;
  color: #fff;
  padding-top: 5.1rem;
}
@media (min-width: 768px) {
  .p-footer {
    background: #1E3743 url(../images/common/bg_footer.png) no-repeat center/auto 100%;
    padding-top: 6.8rem;
  }
}
.p-footer-row {
  padding-bottom: 4rem;
  border-bottom: 1px solid #092736;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .p-footer-row {
    -webkit-column-gap: 2.8rem;
       -moz-column-gap: 2.8rem;
            column-gap: 2.8rem;
    padding-bottom: 5.7rem;
  }
}
@media (max-width: 767px) {
  .p-footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  .p-footer-row__item {
    width: calc(50% - 1.4rem);
  }
}
.p-footer__logo {
  width: 10.4rem;
  margin-bottom: 1.7rem;
}
@media (min-width: 768px) {
  .p-footer__logo {
    width: 22rem;
    margin-bottom: 1.7rem;
  }
}
.p-footer__sub {
  letter-spacing: 0.06em;
  margin-bottom: 3.7rem;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .p-footer__sub {
    font-size: 1rem;
    margin-bottom: 37px;
  }
}
.p-footer__address {
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 1.2rem;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .p-footer__address {
    font-size: 1.1rem;
    margin-bottom: 1.2rem;
  }
}
.p-footer__map {
  font-weight: bold;
  color: #9BA9B3;
  letter-spacing: 0.6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  padding-bottom: 0.8rem;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .p-footer__map {
    font-size: 1.2rem;
  }
}
.p-footer__map::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1.2rem;
  background: url(../images/common/icon_copy_gray.svg) no-repeat center/contain;
}
@media (min-width: 768px) {
  .p-footer__map::after {
    width: 1.2rem;
    height: 1rem;
  }
}
@media (min-width: 768px) {
  .p-footer-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .p-footer-col__item {
    padding-bottom: 4rem;
    border-bottom: 1px solid #38444D;
    margin-bottom: 4rem;
  }
}
.p-footer__ttl {
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  letter-spacing: 0.06em;
  font-size: 1.3rem;
  margin-bottom: 2.6rem;
  display: inline-block;
}
@media (min-width: 768px) {
  .p-footer__ttl {
    font-size: 1.3rem;
    margin-bottom: 2.6rem;
  }
}
.p-footer-menu__item:not(:last-child) {
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .p-footer-menu__item:not(:last-child) {
    margin-bottom: 2.4rem;
  }
}
.p-footer-menu a {
  font-size: 1.2rem;
  color: #9BA9B3;
  letter-spacing: 0.02em;
}
.p-footer-phone__ttl {
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  letter-spacing: 0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  -webkit-column-gap: 1.4rem;
     -moz-column-gap: 1.4rem;
          column-gap: 1.4rem;
  margin-bottom: 0.4rem;
}
.p-footer-phone__ttl .number {
  font-size: 2.4rem;
}
.p-footer-phone__txt {
  letter-spacing: 0.06em;
  font-size: 1rem;
  margin-bottom: 3.2rem;
}
@media (min-width: 768px) {
  .p-footer-phone__txt {
    font-size: 1rem;
  }
}
.p-footer-phone__anchor {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.06em;
  background: #51AB6D;
  border-radius: 3rem;
  padding: 1.7rem;
  min-width: 25.4rem;
  -webkit-column-gap: 1.2rem;
     -moz-column-gap: 1.2rem;
          column-gap: 1.2rem;
}
@media (min-width: 768px) {
  .p-footer-phone__anchor {
    padding: 2.1rem;
  }
}
.p-footer-phone__anchor::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.4rem;
  background: url(../images/common/icon_email.svg) no-repeat center/contain;
}
.p-footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4rem 0;
  border-top: 1px solid #38444D;
  color: #9BA9B3;
  font-size: 1rem;
  letter-spacing: 0.06em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
}
@media (min-width: 768px) {
  .p-footer-copyright {
    font-size: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .p-footer-copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-hover-img {
  overflow: hidden;
}
.c-hover-img:hover img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.c-hover-img img {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.p-detail__ttl {
  font-weight: bold;
  font-size: 2.6rem;
}
@media (min-width: 768px) {
  .p-detail__ttl {
    font-size: 3.2rem;
  }
}
.p-detail__subttl {
  font-weight: bold;
  font-size: 2rem;
}
@media (min-width: 768px) {
  .p-detail__subttl {
    font-size: 2.6rem;
  }
}

.at-hline01__sub {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1rem;
  margin-bottom: 0.7rem;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .at-hline01__sub {
    font-size: 1.2rem;
    margin-bottom: 8px;
    -webkit-column-gap: 1.2rem;
       -moz-column-gap: 1.2rem;
            column-gap: 1.2rem;
  }
}
.at-hline01__sub::before {
  content: "";
  width: 0.5rem;
  height: 0.8rem;
  background: url(../images/common/icon_ttl.svg) no-repeat center/contain;
}
@media (min-width: 768px) {
  .at-hline01__sub::before {
    width: 7px;
    height: 1.1rem;
  }
}
.at-hline01__ttl {
  font-weight: bold;
  font-size: 2.6rem;
}
@media (min-width: 768px) {
  .at-hline01__ttl {
    letter-spacing: 0.04em;
    font-size: 3.2rem;
  }
}
.at-hline01__ttl.--small {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .at-hline01__ttl.--small {
    font-size: 2.8rem;
  }
}
.at-hline01.--space {
  margin-bottom: 2.3rem;
}
@media (min-width: 768px) {
  .at-hline01.--space {
    margin-bottom: 4.5rem;
  }
}

.at-hline02 {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .at-hline02 {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .at-hline02 {
    margin-bottom: 3.2rem;
  }
}
.at-hline02__sub {
  color: #53A5DC;
  font-family: "Red Hat Display", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .at-hline02__sub {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
}
.at-hline02__ttl {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .at-hline02__ttl {
    font-size: 3.2rem;
  }
}

.at-hline03 {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 1.6rem;
  position: relative;
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .at-hline03 {
    font-size: 3.2rem;
    margin-bottom: 3.2rem;
    padding-bottom: 1.5rem;
  }
}
.at-hline03::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/common/icon_ttl_02.svg) no-repeat center/contain;
  width: 2.6rem;
  height: 0.2rem;
}
@media (min-width: 768px) {
  .at-hline03::after {
    width: 5.1rem;
    height: 0.4rem;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: 5rem;
  padding: 0.5rem 1rem;
  font-family: "M PLUS 1", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  color: #556269;
  background-color: #fff;
  background-clip: padding-box;
  border: 0.1rem solid #DAE2E6;
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #556269;
}
.form-control::-webkit-input-placeholder {
  color: #9BA9B3;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #9BA9B3;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #9BA9B3;
  opacity: 1;
}
.form-control::-ms-input-placeholder {
  color: #9BA9B3;
  opacity: 1;
}
.form-control::placeholder {
  color: #9BA9B3;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #9BA9B3;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.checkbox-block input {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.checkbox-block input:checked ~ span {
  background-color: #1F3743;
  color: #fff;
}
.checkbox-block span {
  border: 2px solid #1F3743;
  border-radius: 0.8rem;
  color: #1F3743;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  height: 6.1rem;
}
@media (min-width: 768px) {
  .checkbox-block span {
    border-radius: 0.8rem;
    height: 61px;
    font-size: 1.4rem;
  }
}
@media (min-width: 992px) {
  .checkbox-block span {
    font-size: 1.5rem;
    height: 69px;
  }
}

.custom-checkbox {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .custom-checkbox {
    font-size: 1.5rem;
  }
}
.custom-checkbox input {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.custom-checkbox input:checked ~ span {
  background-color: #53A5DC;
  color: #fff;
}
.custom-checkbox input:checked ~ span::after {
  opacity: 1;
}
.custom-checkbox span {
  border: 2px solid #1E3743;
  border-radius: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.8rem;
  width: 1.8rem;
  margin-right: 1rem;
  position: relative;
}
.custom-checkbox span::after {
  content: "";
  background: url("../images/common/icon_check.svg") no-repeat center/contain;
  opacity: 0;
  height: 6px;
  width: 8px;
}

.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 2rem;
  width: 2rem;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 0.75;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-size: 2rem;
  line-height: 1;
  color: white;
  opacity: 1;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -4rem;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
  margin: 0 0.2rem;
  padding: 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .slick-dots li {
    margin: 0 0.5rem;
  }
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 0.7rem;
  width: 0.7rem;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  background: #000;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .slick-dots li button {
    height: 1rem;
    width: 1rem;
  }
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 0.75;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
  font-size: 6px;
  line-height: 2rem;
  text-align: center;
  color: black;
  opacity: 0.25;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media (min-width: 768px) {
  .dropdown-modal {
    border-radius: 1rem;
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .dropdown-modal {
    padding: 4rem;
  }
}
.dropdown-modal .close {
  background-color: #EFEFEF;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.4rem;
  width: 2.4rem;
  position: absolute;
  top: 2.4rem;
  right: 2rem;
}
@media (min-width: 768px) {
  .dropdown-modal .close {
    top: 1.2rem;
    right: 1.2rem;
  }
}
.dropdown-modal .close::after {
  content: "";
  background: url("../images/common/icon_close.svg") no-repeat center/contain;
  height: 0.8rem;
  width: 0.8rem;
}
.dropdown-modal__ttl {
  border-bottom: 1px solid #ccc;
  font-size: 1.6rem;
  margin: 0 -2rem 4rem;
  padding: 2.4rem 2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .dropdown-modal__ttl {
    display: none;
  }
}
.dropdown-modal__txt {
  color: #556269;
  font-size: 1.3rem;
}
@media (min-width: 768px) {
  .dropdown-modal__txt {
    font-size: 1.4rem;
  }
}
.dropdown-modal__head {
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .dropdown-modal__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 2.4rem;
  }
}
.dropdown-modal__footer {
  margin-top: 3.2rem;
  text-align: center;
}
@media (min-width: 768px) {
  .dropdown-modal__footer {
    display: none;
  }
}
.dropdown-modal .university-list {
  display: -ms-grid;
  display: grid;
  gap: 1.6rem;
}
@media (min-width: 768px) {
  .dropdown-modal .university-list {
    -ms-grid-columns: 1fr 1.6rem 1fr 1.6rem 1fr 1.6rem 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.6rem;
  }
}
.dropdown-modal .c-checkGroup {
  margin-bottom: 4.8rem;
}
@media (min-width: 768px) {
  .dropdown-modal .c-checkGroup {
    margin-bottom: 48px;
  }
}
.dropdown-modal .c-checkGroup:last-child {
  margin-bottom: 0;
}
.dropdown-modal .c-checkGroup__ttl {
  border-bottom: 1px solid #D6E6ED;
  margin-bottom: 1.6rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .dropdown-modal .c-checkGroup__ttl {
    margin-bottom: 1.6rem;
    padding-bottom: 2rem;
  }
}
.dropdown-modal .c-checkGroup__ttl .custom-checkbox {
  font-size: 2rem;
}
@media (min-width: 768px) {
  .dropdown-modal .c-checkGroup__ttl .custom-checkbox {
    font-size: 2rem;
  }
}
.dropdown-modal .c-checkGroup__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.6rem 2rem;
}
@media (min-width: 768px) {
  .dropdown-modal .c-checkGroup__list {
    gap: 16px 2rem;
  }
}

.fancybox__container--fullscreen .dropdown-modal {
  height: 100%;
  padding: 0;
}
.fancybox__container--fullscreen .dropdown-modal__ttl {
  margin-bottom: 0;
}
.fancybox__container--fullscreen .dropdown-modal__content {
  overflow: auto;
  height: calc(100% - 7.3rem);
  padding: 4rem 2rem 8rem;
}
.fancybox__container--fullscreen .fancybox__slide {
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.fancybox__container--fullscreen .fancybox-close {
  border: 0;
  bottom: auto;
  top: 2.9rem;
  right: 2rem;
  height: 1.3rem;
  width: 1.3rem;
  padding: 0;
}
.fancybox__container--fullscreen .fancybox-close::after {
  background-image: url("../images/common/icon_close01.svg");
  height: 1.3rem;
  width: 1.3rem;
}

.fancybox__backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.5);
  will-change: opacity;
}

.fancybox__container {
  --fancybox-bg: rgba(0, 0, 0, 0.5);
}

.fancybox-close {
  border-radius: 50%;
  background: #fff;
  border: 1px solid #ccc;
  color: #1F3743;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.4rem;
  width: 2.4rem;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: calc(100% + 10px);
}
@media (min-width: 768px) {
  .fancybox-close {
    height: 2.4rem;
    width: 2.4rem;
  }
}
@media (min-width: 1140px) {
  .fancybox-close {
    right: -2.4rem;
  }
}
.fancybox-close::after {
  content: "";
  background: url("../images/common/icon_close.svg") no-repeat center/contain;
  height: 0.8rem;
  width: 0.8rem;
}
@media (min-width: 768px) {
  .fancybox-close::after {
    height: 8px;
    width: 8px;
  }
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  font-weight: 500;
}
@media (min-width: 768px) {
  .c-breadcrumb {
    font-size: 1.2rem;
  }
}
.c-breadcrumb li:not(:last-child) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.c-breadcrumb li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  margin: 0 1.2rem;
}
@media (min-width: 768px) {
  .c-breadcrumb li:not(:last-child)::after {
    margin: 0 1.6rem;
  }
}
.c-breadcrumb li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.c-breadcrumb a {
  color: #717F89;
}
.c-breadcrumb a:hover {
  text-decoration: underline;
}

.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .c-pagination {
    font-size: 1.5rem;
  }
}
.c-pagination__list-pc {
  display: none;
}
@media (min-width: 768px) {
  .c-pagination__list-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.3rem;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0;
  }
  .c-pagination__list-pc .page-numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 4rem;
    width: 4rem;
  }
  .c-pagination__list-pc .current {
    background-color: #efefef;
    border-radius: 50%;
  }
  .c-pagination__list-pc .space {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 4rem;
    padding-bottom: 1rem;
  }
}
.c-pagination__list-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-pagination__list-sp {
    display: none;
  }
}
.c-pagination__list-sp .current::after {
  content: "/";
  display: inline-block;
  margin: 0 0.6rem;
}
.c-pagination .prev,
.c-pagination .next {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f4f6f7;
  border-radius: 3rem;
  padding: 0.8rem 1.5rem;
}
.c-pagination .prev::before, .c-pagination .prev::after,
.c-pagination .next::before,
.c-pagination .next::after {
  background: url("../images/common/icon_arrow_gray.svg") no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 0.6rem;
  width: 0.8rem;
}
@media (min-width: 768px) {
  .c-pagination .prev::before, .c-pagination .prev::after,
  .c-pagination .next::before,
  .c-pagination .next::after {
    height: 1.2rem;
    width: 1.6rem;
  }
}
.c-pagination .prev::before {
  content: "";
  margin-right: 1rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 768px) {
  .c-pagination .prev::before {
    margin-right: 1.6rem;
  }
}
.c-pagination .next::after {
  content: "";
  margin-left: 1rem;
}
@media (min-width: 768px) {
  .c-pagination .next::after {
    margin-left: 1.6rem;
  }
}
.c-pagination .back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  font-weight: bold;
}
.c-pagination .back::before {
  content: "";
  background: url("../images/common/icon_back.svg") no-repeat center/contain;
  height: 1.2rem;
  width: 1.2rem;
  margin-right: 8px;
}
.c-pagination .disabled {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.full-image {
  width: 100%;
}

.hover:hover {
  opacity: 0.7;
}

.c-bg, .p-mainviusal {
  background: url("../images/common/at-bg.webp") repeat left top;
}

.p-overlay {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: -18;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.p-overlay.is-active {
  opacity: 1;
  visibility: visible;
  z-index: 18;
}

.p-mainviusal {
  border-top: 1px solid #d6e6ed;
  border-bottom: 1px solid #d6e6ed;
  overflow: hidden;
  padding: 6.4rem 0;
  position: relative;
  z-index: 1;
  height: 25.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .p-mainviusal {
    height: 25.4rem;
  }
}
@media (min-width: 992px) {
  .p-mainviusal {
    height: 36.4rem;
  }
}
.p-mainviusal.--about {
  height: 25.4rem;
}
@media (min-width: 992px) {
  .p-mainviusal.--about {
    height: 38rem;
    padding-top: 1rem 20px;
  }
}
@media (min-width: 768px) {
  .p-mainviusal.--organization {
    padding-bottom: 5rem;
  }
}
@media (min-width: 992px) {
  .p-mainviusal.--organization {
    padding-top: 1rem 30px;
  }
}
@media (min-width: 768px) {
  .p-mainviusal.--organization .p-mainviusal__ttl {
    margin-bottom: 4rem;
  }
}
.p-mainviusal__ttl {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 1.6rem;
}
@media (min-width: 768px) {
  .p-mainviusal__ttl {
    font-size: 3.2rem;
  }
}
@media (min-width: 992px) {
  .p-mainviusal__ttl {
    font-size: 4.8rem;
  }
}
.p-mainviusal__sub {
  color: #38A6E0;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Red Hat Display", sans-serif;
}
@media (min-width: 768px) {
  .p-mainviusal__sub {
    font-size: 1.2rem;
  }
}
.p-mainviusal__txt {
  color: #e4f0f7;
  opacity: 0.88;
  font-size: 8rem;
  font-weight: 800;
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: -1rem;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: -1;
}
@media (min-width: 768px) {
  .p-mainviusal__txt {
    font-size: 10rem;
    bottom: -2rem;
  }
}
@media (min-width: 992px) {
  .p-mainviusal__txt {
    font-size: 12.8rem;
  }
}
.p-mainviusal__txt span {
  margin-right: 2rem;
}
@media (min-width: 768px) {
  .p-mainviusal__txt span {
    margin-right: 3rem;
  }
}
.p-mainviusal__logo {
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .p-mainviusal__logo {
    max-width: 13rem;
    top: 2.4rem;
    left: 3.2rem;
  }
}
.p-mainviusal .c-breadcrumb {
  background-color: transparent;
}

.messageBlc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5rem;
}
.messageBlc .message-card {
  background: #fff;
  border-radius: 1rem;
  margin: 0 0 1rem;
  padding: 1.2rem;
}
@media (min-width: 768px) {
  .messageBlc .message-card {
    margin: 1%;
    padding: 2.4rem;
    width: 48%;
  }
}
.messageBlc .message-card__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1.6rem;
}
.messageBlc .message-card__head .message-img {
  margin-bottom: 0;
  width: 9rem;
}
.messageBlc .message-card__head .message-img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  border-radius: 5rem;
}
.messageBlc .message-card__head .message-txt {
  border-bottom: solid 1px #d5e4ea;
  width: calc(100% - 11rem);
}
.messageBlc .message-card__head .message-txt .name-ja {
  font-size: 2rem;
  margin-bottom: 1.6rem;
}
.messageBlc .message-card__head .message-txt .name-ja span {
  display: block;
  font-size: 1.4rem;
  text-indent: -0.5em;
}
.messageBlc .message-card__body p + p {
  margin-top: 0.5em;
}

.p-initi-search__item.--primary {
  background-color: #1E3743;
}

.p-initi-search__item.--success {
  background-color: #552c32;
}

.p-pickup__tag.--bg li {
  background-color: #53A5DC;
}

.p-pickup__tag li {
  background-color: #53A5DC;
  color: #fff;
}

.p-arrival {
  padding: 5.8rem 0 6.4rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-arrival {
    padding: 12.8rem 0;
  }
}
.p-arrival.--pt0 {
  padding-top: 0 !important;
}
.p-arrival .p-arrival {
  background-color: #fff;
}
.p-arrival .r-hline01 {
  margin-bottom: 3.8rem;
}
@media (min-width: 768px) {
  .p-arrival .r-hline01 {
    margin-bottom: 5.4rem;
  }
}
.p-arrival-list {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .p-arrival-list {
    margin-bottom: 5.6rem;
  }
}
@media (max-width: 767px) {
  .p-arrival-list {
    padding-right: 4rem;
  }
}
@media (min-width: 768px) {
  .p-arrival-list .swiper-wrapper {
    gap: 2.8rem;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
.p-arrival-list .swiper-slide {
  height: auto;
}
@media (min-width: 768px) {
  .p-arrival-list .swiper-slide {
    width: calc(33.33% - 1.8666666667rem);
  }
}
@media (max-width: 767px) {
  .p-arrival-list .swiper-slide {
    margin-right: 2rem;
  }
}
.p-arrival-list__item {
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  border: 2px solid #1F3743;
  border-radius: 0.8rem;
  overflow: hidden;
  cursor: pointer;
  display: block;
  height: 100%;
  background-color: #fff;
}
@media (min-width: 768px) {
  .p-arrival-list__item {
    border-radius: 1rem;
  }
}
.p-arrival-list__item:hover .p-arrival-list__image img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.p-arrival-list__item:hover .icon-arrow::after {
  -webkit-animation: hover_icon 0.6s ease;
          animation: hover_icon 0.6s ease;
}
.p-arrival-list__body {
  position: relative;
  z-index: 3;
}
.p-arrival-list__new {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  font-weight: bold;
  left: 0.6rem;
  top: 0.6rem;
  font-size: 1rem;
  letter-spacing: 0.06em;
  border-radius: 2rem;
  padding: 0.2rem 0.7rem 0.1rem;
  font-family: "Red Hat Display", sans-serif;
  border: 1px solid #ccc;
  text-transform: uppercase;
  z-index: 3;
}
@media (min-width: 768px) {
  .p-arrival-list__new {
    padding: 0.3rem 1rem;
    border-radius: 2rem;
    left: 1rem;
    top: 1rem;
    font-size: 1rem;
  }
}
.p-arrival-list__pickup {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.06em;
  background-color: #1F3743;
  color: #fff;
  display: inline-block;
  text-align: center;
  border-radius: 0 0 0 0.4rem;
  padding: 0.4rem 0.7rem;
  z-index: 3;
}
.p-arrival-list__image {
  border-bottom: 0.2rem solid #1F3743;
  position: relative;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.p-arrival-list__image img {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-arrival-list__head {
  padding: 1.6rem 4.8rem 1.8rem 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .p-arrival-list__head {
    padding: 2.4rem 5.8rem 2.6rem 3.2rem;
  }
}
.p-arrival-list__head .c-link {
  position: absolute;
  top: 50%;
  right: 1.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-arrival-list__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 1rem;
}
.p-arrival-list__time {
  color: #788990;
  margin-right: 1rem;
}
.p-arrival-list__cate li {
  background-color: #53A5DC;
  border-radius: 1.5rem;
  color: #fff;
  font-size: 1.2rem;
  margin-right: 0.5rem;
  padding: 0.2rem 1rem;
}
.p-arrival-list__ttl {
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-arrival-list__ttl {
    font-size: 2rem;
  }
}
.p-arrival-list__themettl {
  font-weight: bold;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
}
@media (min-width: 768px) {
  .p-arrival-list__themettl {
    font-size: 1.4rem;
  }
}
.p-arrival-list__body {
  padding: 2.4rem 2rem;
}
@media (min-width: 768px) {
  .p-arrival-list__body {
    padding: 2.4rem 3.2rem 2.4rem 3.2rem;
  }
}
.p-arrival-list__tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  letter-spacing: 0.06rem;
  gap: 0.8rem;
  font-size: 1rem;
  margin-bottom: 1.7rem;
}
@media (min-width: 768px) {
  .p-arrival-list__tag {
    font-size: 1rem;
  }
}
.p-arrival-list__tag li {
  background: #f4f6f7;
  border: 1px solid #dae2e6;
  padding: 0.2rem 0.8rem;
  border-radius: 2rem;
}
@media (min-width: 768px) {
  .p-arrival-list__tag li {
    padding: 0.3rem 1rem;
    border-radius: 2rem;
  }
}
.p-arrival-list__hashtag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 0.9rem 1.4rem;
  font-size: 1rem;
  letter-spacing: 0.04em;
}
.p-arrival-list__hashtag li {
  color: #1f3743;
}
.p-arrival__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-arrival__btn .btn-arrow {
  min-width: 189px;
}
@media (min-width: 768px) {
  .p-arrival__btn .btn-arrow {
    min-width: 254px;
  }
}

.p-bnr-bottom {
  position: relative;
  z-index: 1;
  color: #fff;
  border-radius: 1.6rem;
  overflow: hidden;
  border: 0.2rem solid #1F3743;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 8rem;
  cursor: pointer;
  padding: 5.8rem 1.5rem;
}
@media (min-width: 768px) {
  .p-bnr-bottom {
    margin-bottom: 9.6rem;
    padding: 11.2rem 1.5rem;
  }
}
.p-bnr-bottom:hover .p-bnr-bottom__img {
  -webkit-transform: scale(1.09);
          transform: scale(1.09);
}
.p-bnr-bottom:hover .c-link__txt {
  -webkit-animation: hoverLine1px 0.6s ease forwards;
          animation: hoverLine1px 0.6s ease forwards;
}
.p-bnr-bottom:hover .icon-arrow::after {
  -webkit-animation: hover_icon 0.6s ease;
          animation: hover_icon 0.6s ease;
}
.p-bnr-bottom::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 55, 67, 0.47);
}
.p-bnr-bottom__img {
  position: absolute;
  z-index: -2;
  pointer-events: none;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.p-bnr-bottom__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-bnr-bottom__sub {
  font-weight: bold;
  letter-spacing: 0.06em;
  font-size: 1.1rem;
  margin-bottom: 1.1rem;
}
@media (min-width: 768px) {
  .p-bnr-bottom__sub {
    font-size: 1.2rem;
    margin-bottom: 1.8rem;
  }
}
.p-bnr-bottom__ttl {
  font-weight: bold;
  letter-spacing: 0.04em;
  font-size: 1.8rem;
  margin-bottom: 2.3rem;
}
@media (min-width: 768px) {
  .p-bnr-bottom__ttl {
    font-size: 2.4rem;
    margin-bottom: 3.1rem;
  }
}
.p-bnr-bottom__btn .btn-arrow {
  text-align: left;
  min-width: 24rem;
}
@media (min-width: 768px) {
  .p-bnr-bottom__btn .btn-arrow {
    min-width: 254px;
    border: 0;
  }
}

.p-detail {
  padding: 6.4rem 0 8rem;
}
@media (min-width: 768px) {
  .p-detail {
    padding: 63px 0 96px;
  }
}
.p-detail.c-bg, .p-detail.p-mainviusal {
  position: relative;
  margin-bottom: 0;
  z-index: 2;
}
.p-detail__wrap {
  position: relative;
  z-index: 2;
}
.p-detail__wrap:not(:last-child) {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .p-detail__wrap:not(:last-child) {
    margin-bottom: 9rem;
  }
}
.p-detail__main {
  position: relative;
  z-index: 2;
}
.p-detail__main:not(:last-child) {
  margin-bottom: 5rem;
}
@media (min-width: 768px) {
  .p-detail__main:not(:last-child) {
    margin-bottom: 9rem;
  }
}
.p-detail__side {
  display: none;
}
@media (min-width: 992px) {
  .p-detail__side {
    display: block;
    position: sticky;
    top: 1rem;
    right: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 245px;
  }
}
.p-detail__side-ttl {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  margin-bottom: 1.6rem;
}
.p-detail__side-list > li {
  margin-bottom: 8px;
}
.p-detail__side-list > li:last-child {
  margin-bottom: 0;
}
.p-detail .side-item {
  background-color: #fff;
  border: 2px solid #1E3743;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 8.6rem;
}
.p-detail .side-item__media {
  border-right: 2px solid #1E3743;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8.8rem;
}
.p-detail .side-item__media img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.p-detail .side-item__info {
  padding: 16px 1rem;
}
.p-detail .side-item__ttl {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.p-detail .side-item__body {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.p-detail .side-item__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 8px;
  color: #556269;
  font-size: 1rem;
  font-weight: 500;
}
.p-detail__head {
  margin-bottom: 4.8rem;
}
@media (min-width: 768px) {
  .p-detail__head {
    margin-bottom: 64px;
  }
}
.p-detail__head-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .p-detail__head-top {
    margin-bottom: 4px;
  }
}
.p-detail__head-status {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 1rem;
  color: #1F3743;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-right: 1.8rem;
  padding: 0.2rem 0.7rem;
}
@media (min-width: 768px) {
  .p-detail__head-status {
    font-size: 1rem;
    margin-right: 1.2rem;
    padding: 2px 1rem;
  }
}
.p-detail__head-date {
  color: #717f89;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
@media (min-width: 768px) {
  .p-detail__head-date {
    font-size: 1.4rem;
  }
}
.p-detail__body {
  background-color: #fff;
  border: 1px solid #dae2e6;
  border-radius: 1rem;
  margin-bottom: 1.2rem;
  padding: 3.2rem 2rem 4rem;
}
@media (min-width: 768px) {
  .p-detail__body {
    border-radius: 1.2rem;
    margin-bottom: 1rem;
    padding: 40px 40px 48px;
  }
}
.p-detail__body:last-child {
  margin-bottom: 0;
}
.p-detail__body.--footer {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .p-detail__body.--footer {
    padding-top: 29px;
    padding-bottom: 29px;
  }
}

.news-list {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .news-list {
    margin-bottom: 5.6rem;
  }
}
.news-list:last-child {
  margin-bottom: 0;
}
.news-list li {
  border-bottom: 1px solid #d6e6ed;
  margin-bottom: 2.4rem;
  padding-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .news-list li {
    padding-bottom: 3.2rem;
  }
}
.news-list li:last-child {
  margin-bottom: 0;
}

.new-item {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3.2rem;
  gap: 0.3rem;
}
@media (min-width: 768px) {
  .new-item {
    gap: 4.5rem;
    padding-right: 5.2rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 767px) {
  .new-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.new-item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.6rem;
  height: 0.9rem;
  overflow: hidden;
}
@media (min-width: 768px) {
  .new-item .icon {
    width: 2.1rem;
    height: 1.2rem;
  }
}
@media (max-width: 767px) {
  .new-item .icon {
    margin-top: 1.1rem;
  }
}
.new-item .icon::before, .new-item .icon::after {
  content: "";
  height: 100%;
  width: 100%;
  background: url(../images/common/icon_arrow.svg) no-repeat center/contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.new-item:hover .ttl {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.new-item:hover .icon::before, .new-item:hover .icon::after {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.new-item .date {
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  color: rgb(113, 127, 137);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.new-item .ttl {
  font-weight: bold;
  letter-spacing: 0.06em;
  position: relative;
  font-size: 1.4rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .new-item .ttl {
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
    font-size: 1.6rem;
    overflow: hidden;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}
@media (max-width: 767px) {
  .new-item .ttl {
    padding-right: 1.6rem;
  }
}
.new-item .ttl::after {
  content: "";
  background: url("../images/common/icon_line01.svg") repeat-y left top;
  width: 1px;
  height: 2rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .new-item .ttl::after {
    top: 0;
    height: 100%;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.p-anchor {
  margin-top: 2.4rem;
}
@media (min-width: 768px) {
  .p-anchor {
    margin-top: 3rem;
  }
}
.p-anchor__lst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .p-anchor__lst {
    border: 2px solid #d6e6ed;
    border-radius: 2.6rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
    padding: 1rem 2.2rem 1.2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .p-anchor__lst li {
    border-bottom: 1px solid #d6e6ed;
    padding-bottom: 0.8rem;
  }
}
@media (max-width: 767px) {
  .p-anchor__lst li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 0.55rem);
            flex: 0 0 calc(50% - 0.55rem);
    max-width: calc(50% - 0.55rem);
  }
}
.p-anchor__lst li a {
  letter-spacing: 0.02em;
  font-size: 1rem;
  display: block;
  position: relative;
}
@media (min-width: 768px) {
  .p-anchor__lst li a {
    font-size: 1.4rem;
  }
}
.p-anchor__lst li a::after {
  content: "";
  background: url("../images/common/icon_arrow02.svg") no-repeat center/contain;
  width: 1rem;
  height: 0.6rem;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 767px) {
  .p-anchor__lst li a::after {
    position: absolute;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    top: 50%;
    right: 0;
  }
}
@media (min-width: 768px) {
  .p-anchor__lst li a::after {
    display: inline-block;
    vertical-align: middle;
    width: 1.2rem;
    height: 0.686rem;
    margin-left: 0.6rem;
  }
}

.at-table {
  width: 100%;
}
.at-table__ttl {
  background: #ebf5fa;
  border: 1px solid #d5e4ea;
  font-weight: bold;
  padding: 1.2rem;
}
@media (min-width: 768px) {
  .at-table__ttl {
    padding: 2.4rem;
  }
}
.at-table__txt {
  border: 1px solid #d5e4ea;
  padding: 1.2rem;
}
@media (min-width: 768px) {
  .at-table__txt {
    padding: 2.4rem;
  }
}