.entry-title {
  border-bottom: 3px solid #445e7e;
  color: #304d70;
  font-size: 34px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  max-width: 1020px;
  margin: auto;
  margin-top: 50px;
}
.pc{display: block}
.sp{display: none}
@media screen and (max-width: 768px) {
	.pc{display: none}
.sp{display: block}
  .entry-title {
    font-size: 6vw;
  }
}

.section__price {
  max-width: 1120px;
  margin: auto;
  margin-top: 50px;
}
.section__price * {
  line-height: 1.8;
}
.section__price a {
  text-decoration: none;
}
.section__price .btnArea__to {
  margin-top: 3.5rem;
  display: flex;
}
.section__price .btnArea__to > a {
  margin-right: 1.5rem;
  background: #eee;
  padding: 0.5rem 4rem;
  border-radius: 3rem;
  position: relative;
  font-size: 1.2rem;
  color: #005da3;
  font-weight: bold;
  cursor: pointer;
  display: block;
}
.section__price .btnArea__to > a img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  right: 1rem;
}
.section__price .arrow {
  background: none;
}
.section__price .pointArea.adjust {
  font-size: 1.2rem;
  line-height: 1.6;
}
.section__price .noteArea,
.section__price .btnArea__to_schoolArea {
  margin-top: 50px;
}
.section__price .bg__stripe {
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 0, transparent 50%, rgba(255, 255, 255, 0.2) 0, rgba(255, 255, 255, 0.2) 75%, transparent 0, transparent);
  background-size: 6px 6px;
}
.section__price .titleRibon--colorB {
  background-color: #eee;
}
.section__price .titleRibon {
  padding: 18px 20px 15px;
  font-size: 24px;
  line-height: 1;
  color: #005da3;
  border-radius: 5px;
}
.section__price .section__price .pointArea h2 {
  margin-top: 5rem;
}
.section__price .noteArea h2,
.section__price .btnArea__to_schoolArea h2,
.section__price .price__aboutArea h2,
.section__price .pointArea h2 {
  margin-bottom: 35px;
}
.section__price .noteArea > *:not(h2) {
  padding-left: 2rem;
  padding-right: 2rem;
}
.section__price .pointArea > *:not(h2) {
  max-width: 78rem;
  margin-left: auto;
  margin-right: auto;
}
.section__price .titleRibon--colorA {
  background-color: #c9e4f7;
}
.section__price .btnArea__to_schoolArea .btnArea__to_school {
  display: flex;
}
.section__price .btnArea__to_schoolArea .btnArea__to_school > a {
  flex: 1;
  border-right: 1px solid;
  text-align: center;
  color: #005da3;
  font-weight: bold;
  font-size: 1.2rem;
  position: relative;
  cursor: pointer;
  padding-top: 20px;
}
.section__price .btnArea__to_schoolArea .btnArea__to_school > a:first-of-type {
  border-left: 1px solid;
}
.section__price .btnArea__to_schoolArea .btnArea__to_school > a img {
  position: absolute;
  top: calc(50% - 0.2rem);
  transform: translateY(-50%);
  width: 1.8rem;
  right: 1rem;
}
.section__price .schoolArea h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5rem 0;
  font-size: 32px;
  font-weight: 700;
  gap: 1rem;
}
.section__price .pointArea.adjust h3,
.section__price .pointArea.adjust h4 {
  font-weight: bold;
  font-size: calc(1.2rem* 1.14286);
  line-height: 1.33333;
}
.section__price .pointArea.adjust h3 {
  padding-top: 1.6rem;
  margin-bottom: 2.4rem;
}
.section__price .schoolArea h3::before,
.section__price .schoolArea h3::after {
  content: '';
  display: block;
  flex: 1;
  border-top: 0.2rem solid #ddd;
}
.section__price .schoolArea .toArea__a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  max-width: 75rem;
  margin: auto;
}
.section__price .schoolArea .toArea__a > div {
  flex: 0 0 45%;
  max-width: 45%;
  margin-bottom: 3rem;
}
.section__price .schoolArea .toArea__a a {
  display: block;
  /* font-size: 2.2rem; */
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding: 1.3rem 0 1rem;
  border-radius: 3rem;
  transition: opacity .3s;
  text-decoration: none;
}
.section__price .schoolArea .toArea__a a.color--b {
  background: #005da2;
}
.section__price .schoolArea .toArea__a a.color--a {
  background: #6ba5d0;
}
.section__price div.note {
  text-align: left;
  padding: 0 2rem;
  border: none;
  border-radius: 0;
  margin: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .section__price .btnArea__to {
    display: block;
  }
  .section__price .btnArea__to > a {
    text-align: center;
    margin-right: 0;
  }
  .section__price .btnArea__to > a:not(:first-of-type) {
    margin-top: 2rem;
  }
  .section__price div.note {
    padding: 0;
  }
  .section__price .btnArea__to_schoolArea .btnArea__to_school {
    display: block;
  }
  .section__price .btnArea__to_schoolArea .btnArea__to_school > a {
    border: none !important;
    padding-right: 1.25rem;
	display: flex;
    justify-content: space-around;  
  }
  .section__price .btnArea__to_schoolArea .btnArea__to_school > a:not(:first-of-type) {
    margin-top: 2rem;
  }
  .section__price .schoolArea .toArea__a > div a {
    font-size: 1.2rem;
  }
  .section__price .schoolArea .toArea__a > div {
    flex: 0 0 80%;
    max-width: 100%;
    margin-bottom: 1.5rem;
  }
}

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