@charset "UTF-8";

.p-taxB {
  color: #000;
}
.p-taxB_bg--lightblue {
  background: #ccecfb;
}
.p-taxB_inner {
  margin-right: auto;
  margin-left: auto;
  width: 90%;
  max-width: 1000px;
}
.p-taxB_ttlBox {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: auto;
  margin-left: auto;
  width: 14rem;
  height: 2.5rem;
  background-color: #00a0e9;
  -webkit-mask: linear-gradient(45deg, transparent 4px, #000 0) bottom left, linear-gradient(-45deg, transparent 4px, #000 0) bottom right;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 50% 100%;
  -webkit-mask: linear-gradient(45deg, transparent 4px, #000 0) bottom left, linear-gradient(-45deg, transparent 4px, #000 0) bottom right;
          mask: linear-gradient(45deg, transparent 4px, #000 0) bottom left, linear-gradient(-45deg, transparent 4px, #000 0) bottom right;
  mask-repeat: no-repeat;
  mask-size: 50% 100%;
  color: #ffea00;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .p-taxB_ttlBox {
    width: 300px;
    height: 55px;
    -webkit-mask: linear-gradient(45deg, transparent 10px, #000 0) bottom left, linear-gradient(-45deg, transparent 10px, #000 0) bottom right;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: 50% 100%;
    -webkit-mask: linear-gradient(45deg, transparent 10px, #000 0) bottom left, linear-gradient(-45deg, transparent 10px, #000 0) bottom right;
            mask: linear-gradient(45deg, transparent 10px, #000 0) bottom left, linear-gradient(-45deg, transparent 10px, #000 0) bottom right;
    mask-repeat: no-repeat;
    mask-size: 50% 100%;
    font-size: 2.3rem;
  }
}
.p-taxB_ttlLine {
  color: #00a0e9;
  font-size: 2.1rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-taxB_ttlLine {
    font-size: 4rem;
  }
}
.p-taxB_ttlLine > span {
  display: inline-block;
  padding-bottom: 5px;
  min-width: 280px;
  background: linear-gradient(transparent 60%, #ffea00 60%);
}
@media screen and (min-width: 768px) {
  .p-taxB_ttlLine > span {
    padding-bottom: 10px;
    min-width: 450px;
  }
}
.p-taxB_txt {
  font-size: 1.4rem;
  line-height: 1.57;
}
@media screen and (min-width: 768px) {
  .p-taxB_txt {
    font-size: 2rem;
    line-height: 1.75;
  }
}
.p-taxB_txt--strong {
  font-weight: bold;
}
.p-taxB_txt--lead {
  color: #00a0e9;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-taxB_txt--lead {
    font-size: 2.3rem;
  }
}
.p-taxB_txt--leadBtm {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.57;
}
@media screen and (min-width: 768px) {
  .p-taxB_txt--leadBtm {
    font-size: 2rem;
    line-height: 1.75;
  }
}
.p-taxB_arrow {
  margin-right: auto;
  margin-left: auto;
  width: 280px;
}
@media screen and (min-width: 768px) {
  .p-taxB_arrow {
    width: 550px;
  }
}
@media screen and (max-width: 767px) {
  .p-taxB_tel {
    display: block;
    margin-right: auto;
    margin-left: auto;
    width: 170px;
  }
}
.p-taxB_btnWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .p-taxB_btnWrap {
    gap: 30px;
  }
}
.p-taxB_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 4px;
  height: 3rem;
  background: #f0a400;
  color: #fff !important;
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-taxB_btn {
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .p-taxB_btn {
    border-radius: 8px;
    min-width: 310px;
    height: 60px;
    font-size: 1.8rem;
  }
}
.p-taxB_btn::before {
  position: absolute;
  top: 50%;
  right: 6px;
  border: 1px solid #fff;
  border-bottom: 0;
  border-left: 0;
  width: 7px;
  height: 7px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  content: "";
}
@media screen and (min-width: 768px) {
  .p-taxB_btn::before {
    border-width: 2px;
    right: 9px;
    width: 11px;
    height: 11px;
  }
}
@media screen and (min-width: 768px) {
  .p-taxB_btn:hover {
    text-decoration: none !important;
  }
}
.p-taxBMv {
  position: relative;
  background: #00a0e9;
}
.p-taxBMv_mv {
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
}
.p-taxBMv_btn {
  position: absolute;
  bottom: 12%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  .p-taxBMv_btn {
    bottom: 19%;
  }
}
@media screen and (min-width: 768px) {
  .p-taxBMv_btn:hover {
    mix-blend-mode: hard-light;
    opacity: 1 !important;
    text-decoration: none !important;
  }
}
.p-taxBQA {
  counter-reset: num;
}
.p-taxBQA_q, .p-taxBQA_a {
  display: flex;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .p-taxBQA_q, .p-taxBQA_a {
    font-size: 2.7rem;
  }
}
.p-taxBQA_q::before, .p-taxBQA_a::before {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 3rem;
  min-height: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-taxBQA_q::before, .p-taxBQA_a::before {
    width: 60px;
    min-height: 60px;
  }
}
.p-taxBQA_q {
  counter-increment: num;
  background: #ccecfb;
  color: #00a0e9;
}
.p-taxBQA_q::before {
  background: #00a0e9;
  color: #ffea00;
  content: "Q." counter(num);
}
.p-taxBQA_a {
  align-items: flex-start;
}
.p-taxBQA_a::before {
  background: #ffea00;
  color: #00a0e9;
  content: "A";
}
@media screen and (min-width: 768px) {
  .p-taxBQA_a::before {
    height: 60px;
  }
}
.p-taxBQA_ttl {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.57;
}
@media screen and (min-width: 768px) {
  .p-taxBQA_ttl {
    padding: 10px;
    font-size: 2.5rem;
    line-height: 1.75;
  }
}
.p-taxBQA_txt {
  padding: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.57;
}
@media screen and (min-width: 768px) {
  .p-taxBQA_txt {
    padding: 10px;
    font-size: 2rem;
    line-height: 1.75;
  }
}
.p-taxBQA_txt--strong {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-taxBQA_txt--strong {
    font-size: 2.5rem;
  }
}

.u-ta-ce {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .u-ta-ce--pc {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .u-ta-ce--sp {
    text-align: center;
  }
}

.u-mt-0 {
  margin-top: 0px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-0--pc {
    margin-top: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-0--sp {
    margin-top: 0px !important;
  }
}

.u-pt-0 {
  padding-top: 0px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-0--pc {
    padding-top: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-0--sp {
    padding-top: 0px !important;
  }
}

.u-pb-0 {
  padding-bottom: 0px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-0--pc {
    padding-bottom: 0px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-0--sp {
    padding-bottom: 0px !important;
  }
}

.u-mt-5 {
  margin-top: 5px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-5--pc {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-5--sp {
    margin-top: 5px !important;
  }
}

.u-pt-5 {
  padding-top: 5px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-5--pc {
    padding-top: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-5--sp {
    padding-top: 5px !important;
  }
}

.u-pb-5 {
  padding-bottom: 5px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-5--pc {
    padding-bottom: 5px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-5--sp {
    padding-bottom: 5px !important;
  }
}

.u-mt-10 {
  margin-top: 10px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-10--pc {
    margin-top: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-10--sp {
    margin-top: 10px !important;
  }
}

.u-pt-10 {
  padding-top: 10px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-10--pc {
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-10--sp {
    padding-top: 10px !important;
  }
}

.u-pb-10 {
  padding-bottom: 10px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-10--pc {
    padding-bottom: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-10--sp {
    padding-bottom: 10px !important;
  }
}

.u-mt-15 {
  margin-top: 15px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-15--pc {
    margin-top: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-15--sp {
    margin-top: 15px !important;
  }
}

.u-pt-15 {
  padding-top: 15px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-15--pc {
    padding-top: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-15--sp {
    padding-top: 15px !important;
  }
}

.u-pb-15 {
  padding-bottom: 15px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-15--pc {
    padding-bottom: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-15--sp {
    padding-bottom: 15px !important;
  }
}

.u-mt-20 {
  margin-top: 20px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-20--pc {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-20--sp {
    margin-top: 20px !important;
  }
}

.u-pt-20 {
  padding-top: 20px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-20--pc {
    padding-top: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-20--sp {
    padding-top: 20px !important;
  }
}

.u-pb-20 {
  padding-bottom: 20px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-20--pc {
    padding-bottom: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-20--sp {
    padding-bottom: 20px !important;
  }
}

.u-mt-25 {
  margin-top: 25px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-25--pc {
    margin-top: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-25--sp {
    margin-top: 25px !important;
  }
}

.u-pt-25 {
  padding-top: 25px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-25--pc {
    padding-top: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-25--sp {
    padding-top: 25px !important;
  }
}

.u-pb-25 {
  padding-bottom: 25px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-25--pc {
    padding-bottom: 25px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-25--sp {
    padding-bottom: 25px !important;
  }
}

.u-mt-30 {
  margin-top: 30px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-30--pc {
    margin-top: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-30--sp {
    margin-top: 30px !important;
  }
}

.u-pt-30 {
  padding-top: 30px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-30--pc {
    padding-top: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-30--sp {
    padding-top: 30px !important;
  }
}

.u-pb-30 {
  padding-bottom: 30px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-30--pc {
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-30--sp {
    padding-bottom: 30px !important;
  }
}

.u-mt-35 {
  margin-top: 35px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-35--pc {
    margin-top: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-35--sp {
    margin-top: 35px !important;
  }
}

.u-pt-35 {
  padding-top: 35px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-35--pc {
    padding-top: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-35--sp {
    padding-top: 35px !important;
  }
}

.u-pb-35 {
  padding-bottom: 35px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-35--pc {
    padding-bottom: 35px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-35--sp {
    padding-bottom: 35px !important;
  }
}

.u-mt-40 {
  margin-top: 40px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-40--pc {
    margin-top: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-40--sp {
    margin-top: 40px !important;
  }
}

.u-pt-40 {
  padding-top: 40px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-40--pc {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-40--sp {
    padding-top: 40px !important;
  }
}

.u-pb-40 {
  padding-bottom: 40px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-40--pc {
    padding-bottom: 40px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-40--sp {
    padding-bottom: 40px !important;
  }
}

.u-mt-45 {
  margin-top: 45px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-45--pc {
    margin-top: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-45--sp {
    margin-top: 45px !important;
  }
}

.u-pt-45 {
  padding-top: 45px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-45--pc {
    padding-top: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-45--sp {
    padding-top: 45px !important;
  }
}

.u-pb-45 {
  padding-bottom: 45px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-45--pc {
    padding-bottom: 45px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-45--sp {
    padding-bottom: 45px !important;
  }
}

.u-mt-50 {
  margin-top: 50px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-50--pc {
    margin-top: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-50--sp {
    margin-top: 50px !important;
  }
}

.u-pt-50 {
  padding-top: 50px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-50--pc {
    padding-top: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-50--sp {
    padding-top: 50px !important;
  }
}

.u-pb-50 {
  padding-bottom: 50px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-50--pc {
    padding-bottom: 50px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-50--sp {
    padding-bottom: 50px !important;
  }
}

.u-mt-55 {
  margin-top: 55px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-55--pc {
    margin-top: 55px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-55--sp {
    margin-top: 55px !important;
  }
}

.u-pt-55 {
  padding-top: 55px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-55--pc {
    padding-top: 55px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-55--sp {
    padding-top: 55px !important;
  }
}

.u-pb-55 {
  padding-bottom: 55px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-55--pc {
    padding-bottom: 55px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-55--sp {
    padding-bottom: 55px !important;
  }
}

.u-mt-60 {
  margin-top: 60px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-60--pc {
    margin-top: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-60--sp {
    margin-top: 60px !important;
  }
}

.u-pt-60 {
  padding-top: 60px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-60--pc {
    padding-top: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-60--sp {
    padding-top: 60px !important;
  }
}

.u-pb-60 {
  padding-bottom: 60px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-60--pc {
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-60--sp {
    padding-bottom: 60px !important;
  }
}

.u-mt-65 {
  margin-top: 65px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-65--pc {
    margin-top: 65px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-65--sp {
    margin-top: 65px !important;
  }
}

.u-pt-65 {
  padding-top: 65px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-65--pc {
    padding-top: 65px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-65--sp {
    padding-top: 65px !important;
  }
}

.u-pb-65 {
  padding-bottom: 65px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-65--pc {
    padding-bottom: 65px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-65--sp {
    padding-bottom: 65px !important;
  }
}

.u-mt-70 {
  margin-top: 70px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-70--pc {
    margin-top: 70px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-70--sp {
    margin-top: 70px !important;
  }
}

.u-pt-70 {
  padding-top: 70px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-70--pc {
    padding-top: 70px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-70--sp {
    padding-top: 70px !important;
  }
}

.u-pb-70 {
  padding-bottom: 70px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-70--pc {
    padding-bottom: 70px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-70--sp {
    padding-bottom: 70px !important;
  }
}

.u-mt-75 {
  margin-top: 75px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-75--pc {
    margin-top: 75px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-75--sp {
    margin-top: 75px !important;
  }
}

.u-pt-75 {
  padding-top: 75px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-75--pc {
    padding-top: 75px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-75--sp {
    padding-top: 75px !important;
  }
}

.u-pb-75 {
  padding-bottom: 75px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-75--pc {
    padding-bottom: 75px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-75--sp {
    padding-bottom: 75px !important;
  }
}

.u-mt-80 {
  margin-top: 80px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-80--pc {
    margin-top: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-80--sp {
    margin-top: 80px !important;
  }
}

.u-pt-80 {
  padding-top: 80px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-80--pc {
    padding-top: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-80--sp {
    padding-top: 80px !important;
  }
}

.u-pb-80 {
  padding-bottom: 80px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-80--pc {
    padding-bottom: 80px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-80--sp {
    padding-bottom: 80px !important;
  }
}

.u-mt-85 {
  margin-top: 85px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-85--pc {
    margin-top: 85px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-85--sp {
    margin-top: 85px !important;
  }
}

.u-pt-85 {
  padding-top: 85px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-85--pc {
    padding-top: 85px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-85--sp {
    padding-top: 85px !important;
  }
}

.u-pb-85 {
  padding-bottom: 85px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-85--pc {
    padding-bottom: 85px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-85--sp {
    padding-bottom: 85px !important;
  }
}

.u-mt-90 {
  margin-top: 90px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-90--pc {
    margin-top: 90px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-90--sp {
    margin-top: 90px !important;
  }
}

.u-pt-90 {
  padding-top: 90px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-90--pc {
    padding-top: 90px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-90--sp {
    padding-top: 90px !important;
  }
}

.u-pb-90 {
  padding-bottom: 90px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-90--pc {
    padding-bottom: 90px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-90--sp {
    padding-bottom: 90px !important;
  }
}

.u-mt-95 {
  margin-top: 95px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-95--pc {
    margin-top: 95px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-95--sp {
    margin-top: 95px !important;
  }
}

.u-pt-95 {
  padding-top: 95px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-95--pc {
    padding-top: 95px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-95--sp {
    padding-top: 95px !important;
  }
}

.u-pb-95 {
  padding-bottom: 95px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-95--pc {
    padding-bottom: 95px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-95--sp {
    padding-bottom: 95px !important;
  }
}

.u-mt-100 {
  margin-top: 100px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-100--pc {
    margin-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-100--sp {
    margin-top: 100px !important;
  }
}

.u-pt-100 {
  padding-top: 100px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-100--pc {
    padding-top: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-100--sp {
    padding-top: 100px !important;
  }
}

.u-pb-100 {
  padding-bottom: 100px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-100--pc {
    padding-bottom: 100px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-100--sp {
    padding-bottom: 100px !important;
  }
}

.u-mt-105 {
  margin-top: 105px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-105--pc {
    margin-top: 105px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-105--sp {
    margin-top: 105px !important;
  }
}

.u-pt-105 {
  padding-top: 105px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-105--pc {
    padding-top: 105px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-105--sp {
    padding-top: 105px !important;
  }
}

.u-pb-105 {
  padding-bottom: 105px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-105--pc {
    padding-bottom: 105px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-105--sp {
    padding-bottom: 105px !important;
  }
}

.u-mt-110 {
  margin-top: 110px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-110--pc {
    margin-top: 110px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-110--sp {
    margin-top: 110px !important;
  }
}

.u-pt-110 {
  padding-top: 110px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-110--pc {
    padding-top: 110px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-110--sp {
    padding-top: 110px !important;
  }
}

.u-pb-110 {
  padding-bottom: 110px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-110--pc {
    padding-bottom: 110px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-110--sp {
    padding-bottom: 110px !important;
  }
}

.u-mt-115 {
  margin-top: 115px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-115--pc {
    margin-top: 115px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-115--sp {
    margin-top: 115px !important;
  }
}

.u-pt-115 {
  padding-top: 115px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-115--pc {
    padding-top: 115px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-115--sp {
    padding-top: 115px !important;
  }
}

.u-pb-115 {
  padding-bottom: 115px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-115--pc {
    padding-bottom: 115px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-115--sp {
    padding-bottom: 115px !important;
  }
}

.u-mt-120 {
  margin-top: 120px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-120--pc {
    margin-top: 120px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-120--sp {
    margin-top: 120px !important;
  }
}

.u-pt-120 {
  padding-top: 120px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-120--pc {
    padding-top: 120px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-120--sp {
    padding-top: 120px !important;
  }
}

.u-pb-120 {
  padding-bottom: 120px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-120--pc {
    padding-bottom: 120px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-120--sp {
    padding-bottom: 120px !important;
  }
}

.u-mt-125 {
  margin-top: 125px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-125--pc {
    margin-top: 125px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-125--sp {
    margin-top: 125px !important;
  }
}

.u-pt-125 {
  padding-top: 125px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-125--pc {
    padding-top: 125px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-125--sp {
    padding-top: 125px !important;
  }
}

.u-pb-125 {
  padding-bottom: 125px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-125--pc {
    padding-bottom: 125px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-125--sp {
    padding-bottom: 125px !important;
  }
}

.u-mt-130 {
  margin-top: 130px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-130--pc {
    margin-top: 130px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-130--sp {
    margin-top: 130px !important;
  }
}

.u-pt-130 {
  padding-top: 130px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-130--pc {
    padding-top: 130px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-130--sp {
    padding-top: 130px !important;
  }
}

.u-pb-130 {
  padding-bottom: 130px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-130--pc {
    padding-bottom: 130px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-130--sp {
    padding-bottom: 130px !important;
  }
}

.u-mt-135 {
  margin-top: 135px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-135--pc {
    margin-top: 135px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-135--sp {
    margin-top: 135px !important;
  }
}

.u-pt-135 {
  padding-top: 135px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-135--pc {
    padding-top: 135px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-135--sp {
    padding-top: 135px !important;
  }
}

.u-pb-135 {
  padding-bottom: 135px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-135--pc {
    padding-bottom: 135px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-135--sp {
    padding-bottom: 135px !important;
  }
}

.u-mt-140 {
  margin-top: 140px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-140--pc {
    margin-top: 140px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-140--sp {
    margin-top: 140px !important;
  }
}

.u-pt-140 {
  padding-top: 140px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-140--pc {
    padding-top: 140px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-140--sp {
    padding-top: 140px !important;
  }
}

.u-pb-140 {
  padding-bottom: 140px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-140--pc {
    padding-bottom: 140px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-140--sp {
    padding-bottom: 140px !important;
  }
}

.u-mt-145 {
  margin-top: 145px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-145--pc {
    margin-top: 145px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-145--sp {
    margin-top: 145px !important;
  }
}

.u-pt-145 {
  padding-top: 145px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-145--pc {
    padding-top: 145px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-145--sp {
    padding-top: 145px !important;
  }
}

.u-pb-145 {
  padding-bottom: 145px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-145--pc {
    padding-bottom: 145px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-145--sp {
    padding-bottom: 145px !important;
  }
}

.u-mt-150 {
  margin-top: 150px !important;
}
@media screen and (min-width: 768px) {
  .u-mt-150--pc {
    margin-top: 150px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-mt-150--sp {
    margin-top: 150px !important;
  }
}

.u-pt-150 {
  padding-top: 150px !important;
}
@media screen and (min-width: 768px) {
  .u-pt-150--pc {
    padding-top: 150px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pt-150--sp {
    padding-top: 150px !important;
  }
}

.u-pb-150 {
  padding-bottom: 150px !important;
}
@media screen and (min-width: 768px) {
  .u-pb-150--pc {
    padding-bottom: 150px !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pb-150--sp {
    padding-bottom: 150px !important;
  }
}