#my_page-top-1 .container {
  padding: 0;
  max-width: 960px;
  margin: auto;
  min-width: 960px;
}
@media (max-width: 768px) {
  #my_page-top-1 .container {
    padding-left: calc(15 / 375 * 100%);
    padding-right: calc(15 / 375 * 100%);
  }
}
@media (max-width: 768px) {
  #my_page-top-1 .container {
    min-width: 100%;
  }
}
#my_page-top-1 .shiryou-Erea {
  position: sticky;
  bottom: 0;
  background-color: rgba(240, 243, 247, 0.8);
  padding-top: 16px;
  padding-bottom: 15px;
  z-index: 10;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#my_page-top-1 .shiryou-Erea > .btn--shiryou {
  width: 489px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  text-align: center;
  background-color: #28C27F;
  color: #fff;
  padding: 16px 5px;
  font-weight: bold;
  font-size: 21px;
  align-items: center;
  padding-bottom: 15px;
}
@media (max-width: 768px) {
  #my_page-top-1 .shiryou-Erea > .btn--shiryou {
    width: calc(241 / 375 * 100%);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    text-align: center;
    background-color: #28C27F;
    color: #fff;
    padding: 13px 5px;
    font-weight: bold;
    font-size: 1.7rem;
    align-items: center;
    flex-direction: column;
  }
}
#my_page-top-1 .shiryou-Erea > .btn--shiryou img.pc {
  margin-right: 7px;
}
@media (max-width: 768px) {
  #my_page-top-1 .shiryou-Erea > .btn--shiryou img.pc {
    display: none;
  }
}
#my_page-top-1 .shiryou-Erea > .btn--shiryou img.sp {
  display: none;
}
@media (max-width: 768px) {
  #my_page-top-1 .shiryou-Erea > .btn--shiryou img.sp {
    display: block;
    margin-bottom: 7px;
  }
}
#my_page-top-1 .shiryou-Erea > .btn--shiryou > .text {
  padding-top: 1px;
}
#my_page-top-1 main.main .title-Erea--my-page .title-head--h1 {
  font-size: 30px;
  margin: auto;
  width: 100%;
  font-weight: 700;
  text-align: center;
  position: relative;
  width: 240px;
  margin-top: 41px;
  color: #FF628E;
  padding-left: 47px;
}
#my_page-top-1 main.main .title-Erea--my-page .title-head--h1::after {
  text-align: center;
  content: "";
  border-radius: 10px;
  display: block;
  position: absolute;
  left: 49%;
  margin-top: 2px;
  width: 38px;
  height: 5px;
  background-color: #74C73D;
}
#my_page-top-1 main.main .title-Erea--my-page .title-head--h1::before {
  content: "";
  display: inline-block;
  width: 37px;
  height: 35px;
  background-image: url(/img/site_new/my_page/Icon-h1--school.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: -23px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
@media (max-width: 768px) {
  #my_page-top-1 main.main .title-Erea--my-page .title-head--h1 {
    font-size: 2.6rem;
  }
}
#my_page-top-1 main.main .title-Erea--my-page .title-head--h1 h1 {
  padding-bottom: 17px;
}
@media (max-width: 768px) {
  #my_page-top-1 main.main .title-Erea--my-page .title-head--h1 h1 {
    padding-bottom: 7px;
  }
}
#my_page-top-1 main.main .title-Erea--my-page .title-head--h1::after {
  background-color: #FF628E;
  left: 41%;
  width: 45px;
}
#my_page-top-1 main.main .title-Erea--my-page .title-head--h1::before {
  width: 39px;
  height: 37px;
  left: 2px;
}
@media (max-width: 768px) {
  #my_page-top-1 main.main .title-Erea--my-page .title-head--h1::before {
    left: 18px;
  }
}
#my_page-top-1 main.main .result-Erea {
  padding-top: 28px;
  padding-bottom: 27px;
}
@media (max-width: 768px) {
  #my_page-top-1 main.main .result-Erea {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#my_page-top-1 main.main .result-Erea--result {
  font-size: 14px;
  color: #FF628E;
  margin-bottom: 11px;
  font-weight: 600;
}
@media (max-width: 768px) {
  #my_page-top-1 main.main .result-Erea--result {
    font-size: 1.4rem;
    margin-bottom: 0;
  }
}
#my_page-top-1 main.main .result-Erea--result span {
  font-size: 21px;
  font-weight: 700;
  padding-left: 3px;
}
@media (max-width: 768px) {
  #my_page-top-1 main.main .result-Erea--result span {
    font-size: 2.1rem;
  }
}
#my_page-top-1 main.main .result-Erea--check {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#my_page-top-1 main.main .result-Erea--check .check-Erea {
  background-color: #FFF2F4;
  width: 149px;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  #my_page-top-1 main.main .result-Erea--check .check-Erea {
    width: calc(240 / 375 * 100%);
  }
}
#my_page-top-1 main.main .result-Erea--check .check-Erea .label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 768px) {
  #my_page-top-1 main.main .result-Erea--check .check-Erea .label {
    font-size: 1.6rem;
  }
}
#my_page-top-1 main.main .result-Erea--check .check-Erea input[type=checkbox] {
  display: none;
  /* checkboxを非表示にする */
}
#my_page-top-1 main.main .result-Erea--check .check-Erea input[type=checkbox]:checked + label:before {
  opacity: 1;
  /* 要素を表示する */
}
#my_page-top-1 main.main .result-Erea--check .check-Erea label {
  position: relative;
  /* ボックスの位置を指定する */
  padding: 0 0 0 42px;
  /* ボックス内側の余白を指定する */
}
#my_page-top-1 main.main .result-Erea--check .check-Erea label:after, #my_page-top-1 main.main .result-Erea--check .check-Erea label:before {
  position: absolute;
  /* ボックスの位置を指定する */
  content: "";
  /* ボックスのコンテンツ */
  display: block;
  /* ブロックレベル要素化する */
  top: 50%;
  /* 上部から配置の基準位置を決める */
  background: #fff;
}
#my_page-top-1 main.main .result-Erea--check .check-Erea label:after {
  left: -6px;
  /* 左から配置の基準位置を決める */
  margin-top: -19px;
  /* チェック枠の位置 */
  width: 38px;
  /* ボックスの横幅を指定する */
  height: 38px;
  /* ボックスの高さを指定する */
  border: 2px solid #9A9A9A;
  /* ボックスの境界線を実線で指定する */
  border-radius: 5px;
  /* ボックスの角丸を指定する */
}
@media (max-width: 768px) {
  #my_page-top-1 main.main .result-Erea--check .check-Erea label:after {
    left: 0;
    width: 3.6rem;
    /* ボックスの横幅を指定する */
    height: 3.6rem;
    /* ボックスの高さを指定する */
  }
}
#my_page-top-1 main.main .result-Erea--check .check-Erea label:before {
  left: 6px;
  /* 左から配置の基準位置を決める */
  margin-top: -13px;
  /* チェックマークの位置 */
  width: 13px;
  /* ボックスの横幅を指定する */
  height: 21px;
  /* ボックスの高さを指定する */
  border-right: 3px solid #000000;
  /* 境界線（右）のスタイルを指定する */
  border-bottom: 3px solid #000000;
  /* 境界線（下）のスタイルを指定する */
  transform: rotate(45deg);
  /* 要素を回転させる */
  opacity: 0;
  /* 要素を透過指定する */
  z-index: 100;
}
@media (max-width: 768px) {
  #my_page-top-1 main.main .result-Erea--check .check-Erea label:before {
    left: 12px;
  }
}
#my_page-top-1 main.main .result-Erea--check .text-Erea {
  font-size: 16px;
  margin-left: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  #my_page-top-1 main.main .result-Erea--check .text-Erea {
    font-size: 1.3rem;
    margin-left: 1.3rem;
  }
}
#my_page-top-1 main.main .school-list-Erea {
  margin-top: 38px;
}
@media (max-width: 768px) {
  #my_page-top-1 main.main .school-list-Erea {
    margin-top: 25px;
  }
}
#my_page-top-1 main.main .school-list-Erea ul.school-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 8px;
}
@media (max-width: 768px) {
  #my_page-top-1 main.main .school-list-Erea ul.school-list {
    justify-content: center;
  }
}
#my_page-top-1 main.main .school-list-Erea ul.school-list li.item {
  margin-bottom: 13px;
}
#my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail {
  background-color: #F5F5F5;
  border-radius: 8px;
  width: 314px;
  padding: 0px 10px 20px 10px;
}
@media (max-width: 768px) {
  #my_page-top-1 main.main .school-list-Erea ul.school-list li.item {
    width: 100%;
  }

  #my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail {
    width: calc(340 / 375 * 100%);
    margin: auto;
    padding-left: 15px;
  }
}
#my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dt.title {
  height: 76px;
  padding-top: 17px;
}
@media (max-width: 768px) {
  #my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dt.title {
    padding-top: 23px;
  }
}
#my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dt.title .check-Erea {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 768px) {
  #my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dt.title .check-Erea {
    width: 100%;
  }
}
#my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dt.title .check-Erea .label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 768px) {
  #my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dt.title .check-Erea .label {
    font-size: 1.6rem;
  }
}
#my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dt.title .check-Erea input[type=checkbox] {
  display: none;
  /* checkboxを非表示にする */
}
#my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dt.title .check-Erea input[type=checkbox]:checked + label:before {
  opacity: 1;
  /* 要素を表示する */
}
#my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dt.title .check-Erea label {
  position: relative;
  /* ボックスの位置を指定する */
  padding: 0 0 0 32px;
  /* ボックス内側の余白を指定する */
}
#my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dt.title .check-Erea label.type2:after {
  margin-top: -19px;
}
#my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dt.title .check-Erea label.type2:before {
  margin-top: -16px;
}
#my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dt.title .check-Erea label:after, #my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dt.title .check-Erea label:before {
  position: absolute;
  /* ボックスの位置を指定する */
  content: "";
  /* ボックスのコンテンツ */
  display: block;
  /* ブロックレベル要素化する */
  top: 50%;
  /* 上部から配置の基準位置を決める */
  background: #fff;
}
#my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dt.title .check-Erea label:after {
  left: 4px;
  /* 左から配置の基準位置を決める */
  margin-top: -12px;
  /* チェック枠の位置 */
  width: 22px;
  /* ボックスの横幅を指定する */
  height: 22px;
  /* ボックスの高さを指定する */
  border: 1px solid #9A9A9A;
  /* ボックスの境界線を実線で指定する */
  border-radius: 7px;
  /* ボックスの角丸を指定する */
}
@media (max-width: 768px) {
  #my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dt.title .check-Erea label:after {
    left: 0;
    border-radius: 3px;
  }
}
#my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dt.title .check-Erea label:before {
  left: 10px;
  margin-top: -9px;
  width: 9px;
  height: 13px;
  border-right: 3px solid #000000;
  border-bottom: 3px solid #000000;
  transform: rotate(45deg);
  opacity: 0;
  z-index: 100;
}
@media (max-width: 768px) {
  #my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dt.title .check-Erea label:before {
    left: 7px;
  }
}
#my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dd {
  width: 283px;
  margin: auto;
}
@media (max-width: 768px) {
  #my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dd {
    width: 100%;
  }
}
#my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dd figure {
  padding-bottom: 7px;
}
#my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dd figure img {
  width: 283px;
}
@media (max-width: 768px) {
  #my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dd figure img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dd figure {
    padding-bottom: 10px;
  }
}
#my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dd .read-Erea p {
  font-size: 12px;
  font-weight: 700;
}
@media (max-width: 768px) {
  #my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dd .read-Erea p {
    font-size: 1.2rem;
  }
}
#my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dd .btn-Erea {
  padding-top: 23px;
}
@media (max-width: 768px) {
  #my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dd .btn-Erea {
    padding-top: 20px;
  }
}
#my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dd .btn-Erea a.btn {
  width: 244px;
  border-radius: 31px;
  display: flex;
  justify-content: center;
  text-align: center;
  background-color: #fff;
  color: #FF628E;
  padding: 11px 5px 13px;
  font-weight: bold;
  font-size: 15px;
  align-items: center;
  text-align: right;
  position: relative;
  font-weight: 700;
  color: #FF628E;
  padding-right: none;
  align-items: center;
  font-size: 18px;
  display: block;
  text-align: center;
  border: 2px solid #FF628E;
  margin: 0 auto 5px;
}
#my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dd .btn-Erea a.btn::after {
  content: "";
  width: 7px;
  height: 7px;
  margin-top: auto;
  border-top: solid 1px #FE6E9A;
  border-right: solid 1px #FE6E9A;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 9px;
}
@media (max-width: 768px) {
  #my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dd .btn-Erea a.btn {
    width: calc(322 / 375 * 100%);
    font-size: 1.5rem;
  }
}

/* ----- 請求ボタン ----- */
/* 全体 */
#my_page-top-1 .shiryou-Erea > .btn--shiryou.disabled {
  background-color: #c0c0c0;
}
#my_page-top-1 .shiryou-Erea > .btn--shiryou.disabled .selected_school {
  background-color: #d1d1d1;
}
/* 選択数 */
#my_page-top-1 .shiryou-Erea > .btn--shiryou .selected_school {
  background-color: yellow;
  border-radius: 20px;
  padding: 6px 0 11px;
  width: 145px;
  margin-right: 7px;
}
#my_page-top-1 .shiryou-Erea > .btn--shiryou .selected_school p {
  line-height: 1;
  color: black;
  font-size: 12.5px;
  font-weight: 600;
}
#my_page-top-1 .shiryou-Erea > .btn--shiryou .selected_school p span {
  font-size: 20px;
}
@media (max-width: 768px) {
  #my_page-top-1 .shiryou-Erea > .btn--shiryou .selected_school {
    padding: 0 0 4px;
    margin-right: 0;
  }
  #my_page-top-1 .shiryou-Erea > .btn--shiryou .selected_school p {
    font-size: 13px;
  }
}

/* ----- 学校情報 ----- */
/* 画像 */
#my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dd figure img {
  height: 188px;
  object-fit: contain;
}
/* テキスト */
#my_page-top-1 main.main .school-list-Erea ul.school-list dl.school-detail dd .read-Erea p {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: calc(12px * 1.6 * 3);
}

/* ----- ヘッダー ----- */
#my_page-top-1 .top-header-login-Erea .breadcrumbs-Erea {
  background-color: inherit;
  padding-top: 0;
}
#my_page-top-1 .top-header-login-Erea .breadcrumbs-Erea .container li {
  font-size: 13px;
  color: inherit;
  @media (max-width: 768px) {
    font-size: 1rem;
  }
}
#my_page-top-1 .top-header-login-Erea .breadcrumbs-Erea .container li a {
  text-decoration: underline;
}
#my_page-top-1 .top-header-login-Erea {
  background-color: #FF628E;
  color: #fff;
  padding: 21px 0 20px 0;
  margin-bottom: 31px;
  @media(max-width: 768px) {
    padding: 13px 0 9px 0;
    margin-bottom: 8px;
  }
}
#my_page-top-1 .top-header-login-Erea .breadcrumbs-Erea .container li::after {
  color: #fff;
}
#my_page-top-1 .top-header-login-Erea > .container .title-head--h1 {
  margin: auto;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  @media (max-width: 768px) {
    font-size: 2rem;
  }
}