
/* style.css要素　上書き
--------------------------------- */
.symptom-type .symptom-type__inner .symptom-type__contents > div.symptom-type__aga .aga-content-1 {
  padding: 40px 12px 30px;
  background-color: #162680;
  border: 1px solid #0D164A;
  border-radius: 10px;
}

.symptom-type .symptom-type__inner .symptom-type__contents > div {
  padding: 55px 20px 40px;
}

.symptom-type .symptom-type__inner .symptom-type__contents > div.symptom-type__aga .aga-content-1 h4 {
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
}




/* type
--------------------------------- */
.type {
  padding: 30px 0 20px;
  background-color: #162680;
}
.type h2 {
  width: calc(100% - 30px);
  max-width: 768px;
  margin: 0 auto 36px;
}
.type .type-blk-1 {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 30px);
  max-width: 980px;
  margin: 0 auto;
}
.type .type-blk-1 > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 27px;
  width: 48.9795918367%;
  padding: 40px 13px 38px;
  color: #fff;
  border-radius: 10px;
  border: 2px solid #fff;
  text-align: left;
}
.type .type-blk-1 > div h3 {
  width: 13.0952380952%;
}
.type .type-blk-1 > div p {
  width: 83.8095238095%;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7142857143;
}
.type .type-blk-1 > div h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 48.8095238095%;
  min-height: 100px;
  padding: 15px 14px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6153846154;
  border-radius: 5px;
  border: 1px solid #8A92BF;
  background-color: #111E66;
}
.type .type-blk-1 > div h4 span {
  display: block;
  font-size: 20px !important;
  color: #F5AE31;
}
.type .type-blk-1 .type-blk-1-right h4 {
  width: 100%;
}

@media (max-width: 970px) {
  .type {
    padding: 80px 0;
    background-color: #162680;
  }
  .type h2 {
    width: calc(100% - 50px);
  }
  .type .type-blk-1 > div {
    padding: 40px 16px 38px;
  }
  .type .type-blk-1 > div h4 {
    width: 48.5714285714%;
    padding: 15px 14px;
    font-size: 13px;
  }
  .type .type-blk-1 > div h4 br {
    display: none;
  }
  .type .type-blk-1 > div h4 span {
    font-size: 18px;
  }
  .type .type-blk-1 .type-blk-1-right h4 {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .type {
    padding-top: 50px;
  }
  .type h2 {
    width: calc(100% - 50px);
    max-width: 450px;
  }
  .type .type-blk-1 {
    flex-wrap: wrap;
    row-gap: 30px;
    max-width: 550px;
  }
  .type .type-blk-1 > div {
    width: 100%;
    padding: 40px 16px 38px;
  }
  .type .type-blk-1 > div h4 {
    width: 48.5714285714%;
    padding: 15px 14px;
    font-size: 13px;
  }
  .type .type-blk-1 > div h4 br {
    display: none;
  }
  .type .type-blk-1 > div h4 span {
    font-size: 18px;
  }
}
@media (max-width: 500px) {
  .type .type-blk-1 > div {
    row-gap: 20px;
  }
  .type .type-blk-1 > div h4 {
    width: 100%;
  }
}
@media (max-width: 420px) {
  .type {
    padding: 0;
  }
  .type .type-blk-1 > div {
    row-gap: 15px;
    padding: 28px 20px;
  }
  .type .type-blk-1 > div h3 {
    width: 19%;
  }
  .type .type-blk-1 > div p {
    width: 74%;
  }
  .type .type-blk-1 > div h4 {
    padding: 15px 14px;
    font-size: 14px;
    text-align: center;
  }
  .type .type-blk-1 > div h4 br {
    display: block;
  }
  .type .type-blk-1 > div h4 span {
    font-size: 20px;
  }
}




/* priceB
--------------------------------- */
.priceB {
  padding: 0;
  /* background-color: #F1FBFE; */
  background-color: #FFF;
}
.priceB h2 {
  width: 106px;
  margin: 0 auto 34px;
}
.priceB .priceB-blk-1 {
  /* width: calc(100% - 30px); */
  width:100%;
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 40px;
  border-bottom: 1px dashed #000;
  text-align: center;
}
.priceB .priceB-blk-1 h3 {
  display: inline-block;
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #162680;
  line-height: 1;
  background: linear-gradient(transparent 70%, #FCE047 0%);
}
.priceB .priceB-blk-1 h3 span:nth-child(1) {
  font-size: 22px;
}
.priceB .priceB-blk-1 h3 span:nth-child(2) {
  font-size: 40px;
}
.priceB .priceB-blk-1 h3 span:nth-child(3) {
  font-size: 34px;
}
.priceB .priceB-blk-1 .priceB-box-1 {
  position: relative;
  margin-bottom: 30px;
  padding-top: 30px;
  background-color: #fff;
  border: 1px solid #162680;
  border-radius: 15px;
}
.priceB .priceB-blk-1 .priceB-box-1 h4 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5px 20px;
  font-size: 18px;
  font-weight: 700;
  color: #162680;
  background-color: #F5AE31;
  border-radius: 18px;
}
.priceB .priceB-blk-1 .priceB-box-1 h5 {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #162680;
}
.priceB .priceB-blk-1 .priceB-box-1 h5 span:nth-of-type(1) {
  font-size: 28px;
}
.priceB .priceB-blk-1 .priceB-box-1 h5 span:nth-of-type(2) {
  position: relative;
  top: -8px;
  font-size: 16px;
}
.priceB .priceB-blk-1 .priceB-box-1 h5 br {
  display: none;
}
.priceB .priceB-blk-1 .priceB-box-1 > div {
  display: flex;
  justify-content: center;
  padding: 20px;
  color: #fff;
  background-color: #162680;
  border-radius: 0 0 15px 15px;
}
.priceB .priceB-blk-1 .priceB-box-1 > div > div:nth-child(1) {
  padding-right: 37.5px;
  border-right: 1px solid #7E87B9;
}
.priceB .priceB-blk-1 .priceB-box-1 > div > div:nth-child(2) {
  padding-left: 37.5px;
}
.priceB .priceB-blk-1 .priceB-box-1 > div > div {
  display: flex;
  justify-content: space-between;
  width: 50%;
}
.priceB .priceB-blk-1 .priceB-box-1 > div > div h6 {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 36.018957346%;
  padding: 14px 2px 17px;
  font-weight: 700;
  border: 1px solid #7E87B9;
  border-radius: 5px;
  background-color: #111E66;
}
.priceB .priceB-blk-1 .priceB-box-1 > div > div h6 img {
  width: 52px;
  margin-bottom: 6px;
}
.priceB .priceB-blk-1 .priceB-box-1 > div > div h6 span {
  margin-bottom: 4px;
  font-size: 16px;
  color: #FCE047;
}
.priceB .priceB-blk-1 .priceB-box-1 > div > div h6 p {
  /* font-size: 15px; */
  font-size: 13px;
}
.priceB .priceB-blk-1 .priceB-box-1 > div > div > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 59.4786729858%;
  font-weight: 700;
  color: #F5AE31;
}
.priceB .priceB-blk-1 .priceB-box-1 > div > div > div div {
  width: 53px;
  padding: 5px 2px;
  font-size: 17px;
  border: 1px solid #F5AE31;
}
.priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(1) {
  width: calc(100% - 53px);
  margin-top: 4px;
  padding-right: 10px;
  font-size: 13px;
  text-align: right;
}
.priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(1) span {
  font-size: 17px;
  font-weight: 500;
}
.priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(2) {
  position: relative;
  /* font-size: 33px; */
  font-size: 24px;
}
.priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(2) span:nth-of-type(1) {
  margin-right: 5px;
  font-family: "Helvetica", "Arial", serif;
  /* font-size: 70px; */
  font-size: 63px;
}
.priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(2) span:nth-of-type(2) {
  position: absolute;
  top: 16px;
  right: 18px;
  font-size: 12px;
}
.priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(3) {
  width: 100%;
  /* font-size: 18px; */
  font-size: 15px;
  color: #fff;
}
.priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(3) span:nth-child(1) {
  /* font-size: 23px; */
  font-size: 20px;
}
.priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(3) span:nth-child(2) {
  /* font-size: 15px; */
  font-size: 13px;
}
.priceB .priceB-blk-1 > small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.8333333333;
  text-align: center;
}
.priceB .priceB-blk-2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 2.3469387755%;
  row-gap: 30px;
  /* width: calc(100% - 30px); */
  width: 100;
  max-width: 980px;
  margin: 0 auto;
  margin-top: 30px;
}
.priceB .priceB-blk-2 > h3 {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  color: #162680;
  text-align: center;
}
.priceB .priceB-blk-2 > h3 span {
  font-size: 35px;
}
.priceB .priceB-blk-2 > h3 small {
  position: relative;
  font-size: 22px;
  vertical-align: super;
}

.priceB_subheading {
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  color: #162680;
  text-align: center;
}
.priceB_subheading span {
  font-size: 35px;
}
.priceB_subheading small {
  position: relative;
  font-size: 22px !important;
  vertical-align: super;
  display: inline !important;
}



.priceB .priceB-blk-2 .priceB-box-2 {
  position: relative;
  width: 31.6326530612%;
  height: fit-content;
  padding: 10px 10px 46px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #162680;
  border-radius: 10px;
}
.priceB .priceB-blk-2 .priceB-box-2 > h4 {
  margin-bottom: 16px;
  padding: 7px 2px;
  font-size: 18px !important;
  font-weight: 700;
  color: #162680;
  text-align: center;
  background-color: #E3E5F0;
  border-radius: 5px;
}
.priceB .priceB-blk-2 .priceB-box-2 > h5 {
  display: inline-block;
  margin-bottom: 2px;
  padding-bottom: 4px;
  font-size: 20px;
  font-weight: 500;
  border-bottom: 1px solid #707070;
}
.priceB .priceB-blk-2 .priceB-box-2 > h5 span:nth-of-type(1) {
  font-size: 40px;
  font-weight: 700;
  color: #F78029;
}
.priceB .priceB-blk-2 .priceB-box-2 > h5 span:nth-of-type(2) {
  font-size: 14px;
}
.priceB .priceB-blk-2 .priceB-box-2 > h6 {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
}
.priceB .priceB-blk-2 .priceB-box-2 > h6 span:nth-of-type(1) {
  font-size: 26px;
  font-weight: 700;
}
.priceB .priceB-blk-2 .priceB-box-2 > h6 span:nth-of-type(2) {
  font-size: 14px;
}
.priceB .priceB-blk-2 .priceB-box-2 > ul {
  margin-bottom: 12px;
  padding: 0 3px 0 5px;
}
.priceB .priceB-blk-2 .priceB-box-2 > ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #CFD2E5;
}
.priceB .priceB-blk-2 .priceB-box-2 > ul li:first-child {
  border-top: 1px solid #CFD2E5;
}
.priceB .priceB-blk-2 .priceB-box-2 > ul li h6 {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 28.2142857143%; */
  width: 23%;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background-color: #162680;
}
.priceB .priceB-blk-2 .priceB-box-2 > ul li > div {
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 71.7857142857%; */
  width: 77%;
  padding: 10px 2px;
  /* font-size: 14px; */
  font-size: 11px;
  font-weight: 700;
}
.priceB .priceB-blk-2 .priceB-box-2 > ul li > div > span {
  margin-left: 6px;
  margin-right: 8px;
  padding: 10px 7px 11px;
  /* font-size: 12px; */
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  color: #162680;
  text-align: right;
  background-color: #DBEEFC;
}
.priceB .priceB-blk-2 .priceB-box-2 > ul li > div > span > span:nth-of-type(1) {
  /* font-size: 14px; */
  font-size: 13px;
  font-weight: 700;
}
.priceB .priceB-blk-2 .priceB-box-2 > ul li > div > span > span:nth-of-type(2) {
  font-size: 10px;
}
.priceB .priceB-blk-2 .priceB-box-2 > ul li > div > div p {
  font-size: 12px;
  font-weight: 500;
}
.priceB .priceB-blk-2 .priceB-box-2 > ul li > div > div p > span:nth-of-type(1) {
  font-size: 21px;
  font-weight: 700;
}
.priceB .priceB-blk-2 .priceB-box-2 > ul li > div > div p > span:nth-of-type(2) {
  font-size: 10px;
}
.priceB .priceB-blk-2 .priceB-box-2 > ul li > div > div p:nth-of-type(1) {
  margin-bottom: 4px;
  padding-bottom: 4px;
  border-bottom: 1px solid #707070;
}
.priceB .priceB-blk-2 .priceB-box-2 > ul li > div > div p:nth-of-type(2) span:nth-of-type(1) {
  font-size: 14px;
  font-weight: 700;
}
.priceB .priceB-blk-2 .priceB-box-2 > ul li > div:has(> span) > div > p:nth-of-type(1) > span:nth-of-type(1) {
  color: #F78029;
}
.priceB .priceB-blk-2 .priceB-box-2 > p {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5384615385;
}
.priceB .priceB-blk-2 .priceB-box-2 > small {
  display: block;
  margin-bottom: 14px;
  padding: 0 5px;
  font-size: 10px !important;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: 0.03em;
  text-align: left;
}
.priceB .priceB-blk-2 .priceB-box-2 button.btn-priceB-panel {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 1px);
  display: block;
  width: calc(100% + 2px);
  height: 46px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  border-radius: 0 0 10px 10px;
  border: none;
  background: linear-gradient(#F7B029, #F79029, #F78029);
  cursor: pointer;
}
.priceB .priceB-blk-2 > small {
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
.priceB .priceB-blk-2-1 {
  padding-bottom: 40px;
  border-bottom: 1px dashed #000;
}
.priceB .priceB-blk-2-2 {
  padding-bottom: 60px;
}
.priceB .priceB-blk-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* width: calc(100% - 30px); */
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 40px 44px;
  background: url(../img/bg/bg-kit.png) no-repeat top center/cover;
}
.priceB .priceB-blk-3 > div:nth-child(1) {
  width: 49.4444444444%;
}
.priceB .priceB-blk-3 > div:nth-child(1) p {
  margin-bottom: 10px;
  font-size: 23px;
  font-weight: 700;
  color: #162680;
}
.priceB .priceB-blk-3 > div:nth-child(1) p span {
  font-size: 32px;
  color: #193CD0;
}
.priceB .priceB-blk-3 > div:nth-child(1) h3 {
  display: inline-block;
  margin-bottom: 30px;
  padding: 12px 7px;
  font-size: 37px;
  font-weight: 700;
  color: #fff;
  background-color: #193CD0;
}
.priceB .priceB-blk-3 > div:nth-child(1) a {
  display: block;
  margin: 0 auto;
  width: 350px;
  height: 65px;
}
.priceB .priceB-blk-3 > div:nth-child(2) {
  position: relative;
  width: 45%;
  aspect-ratio: 405/293;
  background: url(../img/parts/price-aga-kit.webp) no-repeat center/contain;
}
.priceB .priceB-blk-3 > div:nth-child(2) p {
  position: absolute;
  bottom: 21px;
  right: 34px;
  font-size: 21px;
  font-weight: 700;
  color: #162680;
}
.priceB .priceB-blk-3 > div:nth-child(2) p span {
  font-size: 14px;
}

@media (max-width: 1000px) {
  .priceB .priceB-blk-1 .priceB-box-1 h5 br {
    display: block;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div {
    padding: 30px 18px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div:nth-child(1) {
    padding-right: 19.5px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div:nth-child(2) {
    padding-left: 19.5px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div h6 {
    width: 37.4407582938%;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div h6 p {
    font-size: 14px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div {
    width: 59.7156398104%;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(1) {
    font-size: 15px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(2) {
    position: relative;
    margin-left: 20px;
    font-size: 28px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(2) span:nth-of-type(1) {
    font-size: 60px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(2) span:nth-of-type(2) {
    top: 6px;
    right: 20px;
    font-size: 13px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(3) {
    font-size: 16px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(3) span:nth-child(1) {
    font-size: 21px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(3) span:nth-child(2) {
    font-size: 14px;
  }
  .priceB .priceB-blk-2 {
    column-gap: 1.2244897959%;
  }
  .priceB .priceB-blk-2 .priceB-box-2 {
    width: 32.4489795918%;
    padding: 10px 8px 46px;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > h5 {
    font-size: 20px;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > h5 span:nth-of-type(1) {
    font-size: 36px;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > ul {
    padding: 0 2px 0 4px;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > ul li h6 {
    width: 25%;
    font-size: 13px;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > ul li > div {
    justify-content: flex-start;
    width: 75%;
    padding: 10px 2px 10px 14px;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > ul li > div > span {
    margin-left: 4px;
    margin-right: 8px;
    padding: 10px 4px 11px;
    font-size: 11px;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > ul li > div > span > span:nth-of-type(1) {
    font-size: 13px;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > ul li > div > span > span:nth-of-type(2) {
    font-size: 10px;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > ul li > div > div {
    margin: 0 auto;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > ul li > div > div p > span:nth-of-type(1) {
    font-size: 18px;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > ul li > div > div p > span:nth-of-type(2) {
    font-size: 10px;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > ul li > div > div p:nth-of-type(1) {
    margin-bottom: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #707070;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > ul li > div > div p:nth-of-type(2) span:nth-of-type(1) {
    font-size: 14px;
    font-weight: 700;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > p {
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5384615385;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > small {
    display: block;
    margin-bottom: 14px;
    padding: 0 5px;
    font-size: 10px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.03em;
    text-align: left;
  }
  .priceB .priceB-blk-2 .priceB-box-2 button.btn-priceB-panel {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 1px);
    display: block;
    width: calc(100% + 2px);
    height: 46px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border-radius: 0 0 10px 10px;
    border: none;
    background: linear-gradient(#F7B029, #F79029, #F78029);
    cursor: pointer;
  }
  .priceB .priceB-blk-2-1 {
    padding-bottom: 40px;
    border-bottom: 1px dashed #000;
  }
  .priceB .priceB-blk-2-2 {
    padding-bottom: 20px;
  }
  .priceB .priceB-blk-3 {
    padding: 40px 34px;
  }
  .priceB .priceB-blk-3 > div:nth-child(1) {
    width: 52.2222222222%;
    text-align: center;
  }
  .priceB .priceB-blk-3 > div:nth-child(1) p {
    font-size: 26px;
  }
  .priceB .priceB-blk-3 > div:nth-child(1) p span {
    font-size: 32px;
  }
  .priceB .priceB-blk-3 > div:nth-child(1) h3 {
    padding: 0 10px;
    font-size: 36px;
  }
  .priceB .priceB-blk-3 > div:nth-child(2) {
    width: 46.1111111111%;
  }
  .priceB .priceB-blk-3 > div:nth-child(2) p {
    bottom: 18px;
    right: 24px;
    font-size: 18px;
  }
  .priceB .priceB-blk-3 > div:nth-child(2) p span {
    font-size: 13px;
  }
}
@media (max-width: 910px) {
  .priceB .priceB-blk-1 .priceB-box-1 > div {
    padding: 30px 18px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div:nth-child(1) {
    padding-right: 18px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div:nth-child(2) {
    padding-left: 18px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div h6 span {
    font-size: 15px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div h6 p {
    font-size: 13px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(1) {
    width: calc(100% - 53px - 20px);
    margin-right: 20px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(2) {
    margin-left: 0;
    font-size: 28px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(2) span:nth-of-type(1) {
    font-size: 50px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(2) span:nth-of-type(2) {
    top: 2px;
    right: 23px;
    font-size: 12px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(3) {
    font-size: 14px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(3) span:nth-child(1) {
    font-size: 18px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(3) span:nth-child(2) {
    font-size: 12px;
  }
  .priceB .priceB-blk-2 .priceB-box-2 h4 {
    font-size: 16px;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > ul li > div {
    justify-content: flex-start;
    width: 75%;
    padding: 10px 2px 10px 5px;
  }
}
@media (max-width: 840px) {
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(1) {
    width: calc(100% - 53px);
    margin-right: 0;
  }
  .priceB .priceB-blk-2 .priceB-box-2 {
    width: 45%;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > ul li > div {
    justify-content: flex-start;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > ul li > div > span {
    margin-left: 20px;
    margin-right: 20px;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > ul li > div > div:nth-child(2) {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .priceB .priceB-blk-1 .priceB-box-1 {
    max-width: 600px;
    margin: 0 auto 20px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div {
    flex-direction: column;
    align-items: center;
    padding: 30px 25px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div:nth-child(1) {
    padding-right: 0;
    padding-bottom: 28px;
    margin-bottom: 28px;
    border-right: none;
    border-bottom: 1px solid #7E87B9;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div:nth-child(2) {
    padding-left: 0;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div {
    width: 100%;
    max-width: 450px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div h6 span {
    font-size: 15px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div h6 p {
    font-size: 13px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div > div {
    font-size: 18px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(1) {
    width: calc(100% - 53px - 20px);
    margin-right: 20px;
    font-size: 17px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(1) span {
    font-size: 20px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(2) {
    margin-left: 17px;
    font-size: 32px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(2) span:nth-of-type(1) {
    font-size: 60px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(2) span:nth-of-type(2) {
    top: 6px;
    right: 30px;
    font-size: 12px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(3) {
    font-size: 17px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(3) span:nth-child(1) {
    font-size: 22px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(3) span:nth-child(2) {
    font-size: 12px;
  }
  .priceB .priceB-blk-3 {
    position: relative;
    flex-direction: column;
    padding: 40px 34px 100px;
    background: url(../img/bg/bg-kit-sp.png) no-repeat top center/cover;
  }
  .priceB .priceB-blk-3 > div:nth-child(1) {
    width: 100%;
    text-align: left;
  }
  .priceB .priceB-blk-3 > div:nth-child(1) p {
    font-size: 26px;
  }
  .priceB .priceB-blk-3 > div:nth-child(1) p span {
    font-size: 32px;
  }
  .priceB .priceB-blk-3 > div:nth-child(1) h3 {
    margin-bottom: 10px;
    padding: 0 10px;
    font-size: 36px;
  }
  .priceB .priceB-blk-3 > div:nth-child(1) small {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
    color: #162680;
  }
  .priceB .priceB-blk-3 > div:nth-child(1) a {
    position: absolute;
    bottom: 27px;
    left: 50%;
    transform: translateX(-50%);
  }
  .priceB .priceB-blk-3 > div:nth-child(2) {
    width: 100%;
    max-width: 500px;
  }
  .priceB .priceB-blk-3 > div:nth-child(2) p {
    bottom: 18px;
    right: 24px;
    font-size: 18px;
  }
  .priceB .priceB-blk-3 > div:nth-child(2) p span {
    font-size: 13px;
  }
}
@media (max-width: 660px) {
  .priceB .priceB-blk-2 .priceB-box-2 {
    width: 48%;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > ul li > div {
    justify-content: flex-start;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > ul li > div > span {
    margin-left: 10px;
    margin-right: 10px;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > ul li > div > div:nth-child(2) {
    margin: 0;
  }
}
@media (max-width: 600px) {
  .priceB {
    padding-bottom: 0px;
  }
  .priceB .priceB-blk-2 .priceB-box-2 {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > ul {
    display: flex;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > ul li {
    flex-direction: column;
    width: 3333.3333333333%;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > ul li:first-child {
    border-top: none;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > ul li:not(:last-child) {
    border-right: 1px solid #CFD2E5;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > ul li h6 {
    width: 100%;
    padding: 3px 2px;
    font-size: 14px;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > ul li > div {
    flex-direction: column;
    width: 100%;
    padding: 12px 4px;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > ul li > div > span {
    margin: 0 0 6px;
    padding: 5px 10px 6px;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > ul li > div > span br {
    display: none;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > ul li > div > span span:nth-of-type(1) {
    font-size: 14px;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > ul li > div > div > p:nth-of-type(1) {
    font-size: 12px;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > ul li > div > div > p:nth-of-type(1) span:first-of-type {
    font-size: 22px;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > ul li > div > div > p:nth-of-type(1) span:last-of-type {
    display: block;
    text-align: right;
    font-size: 10px;
  }
  .priceB .priceB-blk-2 .priceB-box-2 > ul li > div:not(:has(> span)) {
    margin-bottom: auto;
    margin-top: auto;
  }
  .priceB .priceB-blk-2 > small {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .priceB .priceB-blk-2 {
    row-gap: 20px;
    margin-top: 23.5px;
  }
  .priceB .priceB-blk-2 > h3 {
    font-size: 18px;
  }
  .priceB .priceB-blk-2 > h3 span {
    font-size: 28px;
  }


  .priceB_subheading {
    font-size: 18px;
  }
  .priceB_subheading span {
    font-size: 28px;
  }



  .priceB .priceB-blk-2 .priceB-box-2 h4 {
    font-size: 18px;
  }
  .priceB .priceB-blk-3 {
    padding: 30px 18px 110px;
  }
  .priceB .priceB-blk-3 > div:nth-child(1) p {
    font-size: 18px;
  }
  .priceB .priceB-blk-3 > div:nth-child(1) p span {
    font-size: 24px;
  }
  .priceB .priceB-blk-3 > div:nth-child(1) h3 {
    padding:10px;
    font-size: 28px;
  }
  .priceB .priceB-blk-3 > div:nth-child(1) small {
    margin-bottom: 11px;
    font-size: 12px;
  }
  .priceB .priceB-blk-3 > div:nth-child(1) a {
    width: 90%;
  }
}
@media (max-width: 420px) {
  .priceB {
    padding-top: 10px;
  }
  .priceB h2 {
    width: 90px;
    margin-bottom: 10px;
  }
  .priceB .priceB-blk-1 h3 {
    margin-bottom: 36px;
    font-size: 22px;
  }
  .priceB .priceB-blk-1 h3 span:nth-of-type(1) {
    font-size: 14px;
  }
  .priceB .priceB-blk-1 h3 span:nth-of-type(2) {
    font-size: 32px;
  }
  .priceB .priceB-blk-1 h3 span:nth-of-type(3) {
    font-size: 26px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 {
    max-width: 600px;
    margin: 0 auto 20px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 h5 {
    font-size: 14px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 h5 span:nth-of-type(1) {
    font-size: 24px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div {
    padding: 25px 15px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div:nth-child(1) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div h6 {
    width: 38%;
    padding: 10px 2px 13px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div h6 span {
    font-size: 13px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div h6 p {
    font-size: 12px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div h6 img {
    width: 44px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div {
    width: 60%;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div > div {
    width: 48px;
    margin-left: 5px;
    padding: 3px 2px;
    font-size: 14px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(1) {
    width: calc(100% - 48px - 5px);
    margin-right: 0;
    font-size: 14px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(1) span {
    font-size: 14px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(2) {
    margin-left: 0;
    font-size: 24px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(2) span:nth-of-type(1) {
    font-size: 52px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(2) span:nth-of-type(2) {
    top: 8px;
    right: 20px;
    font-size: 11px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(3) {
    font-size: 13px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(3) span:nth-child(1) {
    font-size: 17px;
  }
  .priceB .priceB-blk-1 .priceB-box-1 > div > div > div p:nth-of-type(3) span:nth-child(2) {
    font-size: 10px;
  }
  .priceB .priceB-blk-1 > small {
    font-size: 10px;
    text-align: left;
  }
}



/*==============================================================================
ba
============================================================================= */
@media screen and (min-width: 769px) {
  .ba {
      background: #f5f5f5;
  }

  .ba-bg {
      width: 1164px;
      padding-bottom: 70px;
      margin: 0 auto;
  }

  .ba01 {
      background: #f5f5f5;
      padding: 50px 0 12px;
  }

  .ba-inner {
      width: 970px;
      margin: 0 auto;
  }

  .ba-ttl {
      background: #1E2678;
      font-size: 36px;
      color: #fff;
      font-weight: bold;
      text-align: center;
      padding: 15px 0;
  }

  .ba-ttl span {
      font-size: 48px;
  }

  .ba-head {
      display: flex;
      margin-top: 40px;
  }

  .ba-container {
      width: 535px;
      border: 2px solid #333;
      border-radius: 10px;
  }

  .ba .sub {
      font-size: 14px;
      text-align: center;
      line-height: 1;
      margin-top: 16px;
  }

  .ba .head-right {
      position: relative;
      width: 434px;
      margin-left: -25px;
  }

  .ba .head-right .txt-box {
      position: absolute;
      width: 328px;
      background: #fff;
      /* bottom: 0; */
      bottom: 182px;
      left: 50%;
      transform: translateX(-50%);
  }

  .ba .head-right .txt-box.boxno2 {
      bottom: 137px;
  }


  .ba .head-right .ba-txt01 {
      width: 328px;
      background: #1E2678;
      font-size: 30px;
      color: #fff;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0.02em;
      margin: 0 auto;
  }

  .ba .head-right .ba-txt01 span {
      font-size: 56px;
  }

  .ba .head-right .ba-txt01:last-child {
      margin-top: 5px;
  }

  .ba-foot {
      padding: 25px 0 25px;
  }

  .ba-foot02 {
      background: #f5f5f5;
  }

  .ba .foot-head {
      display: flex;
      justify-content: space-between;
      width: 504px;
      margin: 0 auto;
  }

  .ba .foot-left .ba-img02 {
      position: relative;
  }

  .ba .foot-left .ba-img02:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 11.5px 0 11.5px 20px;
      border-color: transparent transparent transparent #1E2678;
      top: 50%;
      right: -50px;
      transform: translateY(-50%);
  }

  .ba-img02 {
      width: 210px;
  }

  .ba .foot-txt01 {
      font-size: 16px;
      color: #fff;
      text-align: center;
      background: #777;
      line-height: 1;
      border-radius: 30px;
      padding: 12px 0;
      margin-top: 12px;
  }

  .ba .foot-txt02 {
      background: #f6ab00;
  }

  .ba table {
      width: 730px;
      border: 1px solid #dcdedf;
      margin: 50px auto 0;
  }

  .ba table tr:nth-child(2) {
      border-top: 1px solid #dcdedf;
      border-bottom: 1px solid #dcdedf;
  }

  .ba table tr:nth-child(2) th {
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
  }

  .ba table th {
      width: 160px;
      background: #3d5369;
      font-size: 16px;
      color: #fff;
      font-weight: bold;
      text-align: center;
      line-height: 1;
  }

  .ba table td {
      font-size: 16px;
      color: #333333;
      line-height: 1.8;
      padding: 15px 0px 15px 1em;
  }

  .ba02 {
      background: #f5f5f5;
      padding: 80px 0 12px;
      margin-top: 25px;
  }

  .ba_figure_bg {
      padding-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  .ba {
      background: #fff;
      padding-top: 0.4rem;
      margin:30px 25px 50px; 
  }

  .ba01 {
      background: #fff;
      padding: 0.43rem 0;
  }

  .ba-inner {
      padding: 0rem 0.2rem;
  }

  .ba-ttl {
      background: #1E2678;
      font-size: 1.8rem;
      color: #fff;
      font-weight: bold;
      text-align: center;
      padding: 1.2rem 0;
  }

  .ba-ttl span {
      font-size: 2.8rem;
  }

  .ba-head {
      margin-top: 0.3rem;
  }

  .ba-container {
      border: 2px solid #5d5d5d;
      border-radius: 0.2rem;
  }

  .ba .sub {
      font-size: 0.2rem;
      text-align: center;
      line-height: 1;
      margin-top: 0.6rem;
  }

  .ba .head-right {
      position: relative;
  }

  .ba .head-right .txt-box {
      position: absolute;
      display: flex;
      justify-content: space-between;
      width: 95%;
      bottom: -20px;
      left: 50%;
      transform: translateX(-50%);
  }

  .ba .head-right .ba-txt01 {
      width: 16rem;
      background: #1E2678;
      font-size: 1.8rem;
      color: #fff;
      font-weight: bold;
      text-align: center;
      letter-spacing: 0.02em;
      padding: 1.2rem 0;
  }

  .ba .head-right .ba-txt01 span {
      font-size: 3.59rem;
  }

  .ba-foot {
      padding: 0.45rem 0;
  }

  .ba .foot-head {
      width: 4rem;
      margin: 0 auto;
  }

  .ba .foot-left {
      position: relative;
  }

  .ba .foot-left:after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0.4rem 0.2rem 0 0.2rem;
      border-color: #1E2678 transparent transparent transparent;
      bottom: -0.6rem;
      left: 50%;
      transform: translateX(-50%);
  }

  .ba .foot-txt01 {
      font-size: 0.3rem;
      color: #fff;
      text-align: center;
      background: #777;
      line-height: 1;
      border-radius: 30px;
      padding: 12px 0;
      margin-top: 12px;
  }

  .ba .foot-right {
      margin-top: 1rem;
  }

  .ba .foot-txt02 {
      background: #f6ab00;
  }

  .ba table {
      /* width: 6.6rem; */
      width: 90%;
      border: 1px solid #dcdedf;
      margin: 3rem auto 0;
  }

  .ba table tr:nth-child(2) {
      border-top: 1px solid #dcdedf;
      border-bottom: 1px solid #dcdedf;
  }

  .ba table tr:nth-child(2) th {
      border-top: 1px solid #fff;
      border-bottom: 1px solid #fff;
  }


  .ba table tr {
    background: #f2f2f2;
}


  .ba table th {
      width: 9.8rem;
      background: #3d5369;
      font-size: 1.5rem;
      color: #fff;
      font-weight: bold;
      text-align: center;
      line-height: 3;
  }


  .ba table td {
      font-size: 1.1rem;
      color: #333333;
      line-height: 1.8;
      padding: 0.25rem 0px 0.25rem 1em;
  }

  .ba02 {
      background: #ffffff;
      padding: 0.4rem 0 4rem;
  
  }

  .ba_figure_bg {
      padding-bottom: 1.2rem;
  }
}