@charset "UTF-8";
h2 {
  line-height: 1.5;
  text-align: center;
}

#wrapper {
  overflow-x: clip;
  overflow-y: visible;
}

main {
  overflow-x: clip;
  overflow-y: visible;
}
main img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

.service-apply-container > ul > li:last-of-type > a:not(:hover) {
  background-color: #fff;
}

.mypita-cv {
  position: fixed;
  width: 100%;
  bottom: -30px;
  left: 0;
  z-index: 100;
  padding: 15px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  visibility: hidden;
  opacity: 0;
  background-color: rgba(250, 250, 175, 0.8);
}
.mypita-cv .btn {
  background-color: #00a23f;
  color: #fff;
}
.mypita-cv .btn > i {
  color: #fff;
}
.mypita-cv.on {
  bottom: 0;
  opacity: 1;
  visibility: visible;
}
.mypita-option-list > li:nth-of-type(n+2) {
  margin-top: 20px;
}
.mypita-option-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 90px;
  gap: 0 10px;
  color: #212121;
  text-decoration: none !important;
  border: 2px solid #e0e0e0;
  padding-left: 20px;
  border-radius: 20px;
  background-image: url(/asset/img/price/mypita/arrow_btn.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 14px;
}
.mypita-option-btn > img {
  width: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.mypita-option-btn-body .attention-list {
  margin-top: 5px;
}
.mypita-option-btn-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  gap: 0 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.3;
}
.mypita-option-btn-name > p:first-of-type {
  color: #00a23f;
  font-size: 2rem;
  font-family: "UD Shin Maru Go Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.mypita-about-lead {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 30px;
}
.mypita-about-point {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mypita-about-point > li {
  width: 100%;
}
.mypita-about-point-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  height: 50px;
  -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-family: "UD Shin Maru Go Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  background-color: #00a23f;
  color: #fff;
  border-radius: 100px;
  margin: 0 auto;
  font-size: 1.8rem;
  gap: 0 4px;
}
.mypita-about-point-title > span {
  font-size: 2.8rem;
}
.mypita-about-point-text {
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  margin-top: 20px;
}
.mypita-about-point-course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px 10px;
  margin-top: 40px;
}
.mypita-about-point-course > li {
  width: 130px;
  height: 32px;
  border-radius: 100px;
  background-color: #fdd835;
  color: #00a23f;
  font-size: 2rem;
  font-weight: bold;
  font-family: "UD Shin Maru Go Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-style: italic;
  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;
}
.mypita-about-point-course > li > span {
  font-size: 2.4rem;
}
.mypita-about-point-pic {
  width: 220px;
  margin: 40px auto 0;
}
.mypita-about-course {
  margin: 160px 0 0;
}
.mypita-about-course > h3 {
  text-align: center;
  line-height: 1.5;
  font-family: "UD Shin Maru Go Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.mypita-about-course-list {
  margin-top: 30px;
}
.mypita-about-course-list > div {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 30px 60px;
  position: relative;
}
.mypita-about-course-list > div:nth-of-type(n+2) {
  margin-top: 30px;
}
.mypita-about-course-list > div.recommend::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  background-image: url(/asset/img/price/mypita/badge_recommend.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 110px;
  position: absolute;
  left: 0;
  top: -15px;
}
.mypita-about-course-list > div > dt {
  font-size: 3.8rem;
  color: #00a23f;
  text-align: center;
  font-weight: bold;
  font-family: "UD Shin Maru Go Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.mypita-about-course-list > div > dd {
  margin-top: 15px;
  padding-top: 40px;
  border-top: 1px solid #00a23f;
}
.mypita-about-course-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mypita-about-course-detail-pic {
  width: 100%;
}
.mypita-about-course-detail-pic img {
  width: 280px;
}
.mypita-about-course-detail-inner {
  width: 100%;
}
.mypita-about-course-detail-price {
  text-align: center;
  font-weight: bold;
}
.mypita-about-course-detail-price:nth-of-type(n+2) {
  margin-top: 30px;
}
.mypita-about-course-detail-price-plan {
  font-family: "UD Shin Maru Go Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #00a23f;
  font-size: 1.8rem;
}
.mypita-about-course-detail-price-type {
  font-size: 1.6rem;
  margin-top: 10px;
}
.mypita-about-course-detail-price-monthly {
  font-family: "UD Shin Maru Go Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  color: #ff4081;
  font-size: 2.8rem;
  margin-top: 10px;
}
.mypita-about-course-detail-price-monthly > span {
  font-size: 3.8rem;
}
.mypita-about-course-option {
  margin-top: 40px;
}
.mypita-about-course-option-title {
  text-align: center;
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 30px;
}
.mypita-about-course-option-title > span {
  color: #ff4081;
}
.mypita-service-option {
  max-width: 670px;
  margin: 0 auto;
}
.mypita-service-option-title {
  text-align: center;
  font-family: "UD Shin Maru Go Bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-weight: bold;
  color: #00a23f;
  line-height: 1.3;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.mypita-service-option .mypita-option-btn-name > p:first-of-type {
  width: 7.2em;
}
.mypita-service-faq {
  margin: 50px 0 30px;
}
.mypita-service-faq h2 {
  margin-bottom: 40px;
}
.mypita-service-faq .faq-card {
  margin-bottom: 30px;
}
.mypita-service-faq .faq-card:last-of-type {
  margin-bottom: 0;
}
.mypita-service-faq .faq-card a {
  text-decoration: underline;
}
.mypita-link-prepaid > p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 15px;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  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;
  gap: 0 10px;
}
.mypita-link-prepaid > p::before, .mypita-link-prepaid > p::after {
  content: "";
  display: block;
  aspect-ratio: 30/43;
  width: 15px;
  background-repeat: no-repeat;
  background-size: contain;
}
.mypita-link-prepaid > p::before {
  background-image: url(/asset/img/price/mypita/title_l.png);
}
.mypita-link-prepaid > p::after {
  background-image: url(/asset/img/price/mypita/title_r.png);
}
.mypita-link-mysoku {
  margin-top: 60px;
}
.mypita-link-mysoku > p {
  width: 560px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .mypita-cv {
    padding: 20px 0;
  }
  .mypita-option-list > li:nth-of-type(n+2) {
    margin-top: 10px;
  }
  .mypita-option-btn {
    padding-left: 10px;
    padding-right: 20px;
    background-size: 6px;
    border-width: 1px;
    padding-block: 5px;
  }
  .mypita-option-btn > img {
    width: 45px;
  }
  .mypita-option-btn-body .attention-list {
    margin-top: 2px;
    font-size: 1rem;
  }
  .mypita-option-btn-name {
    font-size: 1.2rem;
    display: block;
  }
  .mypita-option-btn-name > p:first-of-type {
    font-size: 1.4rem;
  }
  .mypita-about-lead {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  .mypita-about-point {
    margin-top: 30px;
    display: block;
  }
  .mypita-about-point > li:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .mypita-about-point-title {
    font-size: 1.2rem;
    width: 80px;
    height: 30px;
  }
  .mypita-about-point-title > span {
    font-size: 1.8rem;
  }
  .mypita-about-point-text {
    font-size: 1.6rem;
    margin-top: 15px;
  }
  .mypita-about-point-course {
    margin: 15px auto 0;
    max-width: 240px;
    gap: 10px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .mypita-about-point-course > li {
    font-size: 1.6rem;
    width: 110px;
    height: 25px;
  }
  .mypita-about-point-course > li:last-of-type {
    margin: 0 auto;
  }
  .mypita-about-point-course > li > span {
    font-size: 1.9rem;
  }
  .mypita-about-point-pic {
    width: 180px;
    margin-top: 15px;
  }
  .mypita-about-course {
    margin: 50px 0 0;
  }
  .mypita-about-course-list {
    margin-top: 20px;
  }
  .mypita-about-course-list > div {
    padding: 15px 10px;
  }
  .mypita-about-course-list > div:nth-of-type(n+2) {
    margin-top: 20px;
  }
  .mypita-about-course-list > div.recommend::after {
    top: -10px;
    width: 55px;
  }
  .mypita-about-course-list > div > dt {
    font-size: 1.9rem;
  }
  .mypita-about-course-list > div > dd {
    margin-top: 5px;
    padding: 15px 15px 0;
  }
  .mypita-about-course-detail {
    display: block;
  }
  .mypita-about-course-detail-pic img {
    width: 100%;
  }
  .mypita-about-course-detail-inner {
    margin-top: 15px;
  }
  .mypita-about-course-detail-price:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .mypita-about-course-detail-price-plan {
    font-size: 1.6rem;
  }
  .mypita-about-course-detail-price-type {
    margin-top: 5px;
    font-size: 1.2rem;
  }
  .mypita-about-course-detail-price-monthly {
    margin-top: 5px;
    font-size: 1.3rem;
  }
  .mypita-about-course-detail-price-monthly > span {
    font-size: 2.2rem;
  }
  .mypita-about-course-option {
    margin-top: 15px;
  }
  .mypita-about-course-option-title {
    line-height: 1.3;
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  .mypita-service-option-title {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .mypita-service-option .mypita-option-btn-name > p:first-of-type {
    width: 100%;
  }
  .mypita-service-faq {
    margin: 30px 0;
  }
  .mypita-service-faq h2 {
    margin-bottom: 20px;
  }
  .mypita-service-faq .faq-card {
    margin-bottom: 15px;
  }
  .mypita-link-prepaid > p {
    font-size: 1.6rem;
  }
  .mypita-link-prepaid > p::before, .mypita-link-prepaid > p::after {
    width: 8px;
  }
  .mypita-link-mysoku {
    margin-top: 30px;
  }
  .mypita-link-mysoku > p {
    width: 275px;
    margin-bottom: 10px;
  }
}
@media (any-hover: hover) {
  .mypita-cv .btn:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .mypita-about-course-option .mypita-option-btn-name > p:first-of-type {
    width: 9em;
  }
}