@charset "UTF-8";
/* 共通 */
html {
  font-size: 62.5%;
}

.mainContent {
  margin: 0 auto;
  padding: 0;
  max-width: 768px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* エデュケーション */
  /* アプリ・ショートカット */
}
.mainContent h1, .mainContent h2, .mainContent h3, .mainContent h4, .mainContent p, .mainContent dt, .mainContent dd, .mainContent ol, .mainContent li, .mainContent section {
  color: #000;
  font-size: 1.3rem;
  line-height: 1.6;
}
.mainContent img {
  vertical-align: bottom;
}
.mainContent a {
  color: hsl(207, 94%, 37%);
  text-decoration: underline;
}
.mainContent .btn {
  padding-bottom: 4px;
}
.mainContent .btn a {
  display: block;
  position: relative;
  margin: auto;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mainContent .btn.-btn--blue a {
  -webkit-box-shadow: 0 3px 0 rgb(42, 138, 212);
          box-shadow: 0 3px 0 rgb(42, 138, 212);
  background: #60b3f3;
}
.mainContent .btn.-btn--blue02 a {
  -webkit-box-shadow: 0 3px 0 rgb(0, 114, 118);
          box-shadow: 0 3px 0 rgb(0, 114, 118);
  background: #0ca8ae;
}
.mainContent .btn.-btn--yellow a {
  -webkit-box-shadow: 0 3px 0 rgb(218, 160, 19);
          box-shadow: 0 3px 0 rgb(218, 160, 19);
  background: #f7b72e;
}
.mainContent .btn.-btn--green a {
  -webkit-box-shadow: 0 3px 0 rgb(28, 175, 69);
          box-shadow: 0 3px 0 rgb(28, 175, 69);
  background: #3ce35f;
}
.mainContent .btn.-btn--green02 a {
  -webkit-box-shadow: 0 3px 0 rgb(30, 171, 110);
          box-shadow: 0 3px 0 rgb(30, 171, 110);
  background: #3fd594;
}
.mainContent .btn.-btn--red a {
  -webkit-box-shadow: 0 3px 0 rgb(245, 85, 85);
          box-shadow: 0 3px 0 rgb(245, 85, 85);
  background: #fb8174;
}
.mainContent .btn.-btn--red02 a {
  -webkit-box-shadow: 0 3px 0 rgb(149, 0, 37);
          box-shadow: 0 3px 0 rgb(149, 0, 37);
  background: #cb0133;
}
.mainContent .btn.-btn--purple a {
  -webkit-box-shadow: 0 3px 0 rgb(141, 88, 230);
          box-shadow: 0 3px 0 rgb(141, 88, 230);
  background: #b087f5;
}
.mainContent .btn.-nav {
  margin-top: 10px;
  padding: 0 5px 3px;
  width: 50%;
}
.mainContent .btn.-nav a {
  display: block;
  position: relative;
  padding: 15px 0 22px;
  border-radius: 12px;
}
.mainContent .btn.-nav a:before, .mainContent .btn.-nav a:after {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 50%;
  width: 10px;
  border-top: 2px solid #fff;
  content: "";
}
.mainContent .btn.-nav a:before {
  margin-left: -8px;
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
}
.mainContent .btn.-nav a:after {
  margin-right: -8px;
  -webkit-transform: rotate(-32deg);
          transform: rotate(-32deg);
}
.mainContent .btn.-arrow {
  margin-top: 15px;
}
.mainContent .btn.-arrow a {
  padding: 10px 15px 9px 5px;
  width: 280px;
  border-radius: 45px;
}
.mainContent .btn.-arrow a:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  line-height: 1;
  margin-top: -8px;
  background-image: url(/fnt/cms/design_img/shared/img/pickup/education/2022/0701/icon_arrow.png);
  background-size: auto 16px;
  background-position: right center;
  background-repeat: no-repeat;
  content: "";
}
.mainContent .btn.-row1 a {
  line-height: 2.4;
}
.mainContent .-center {
  text-align: center;
}
.mainContent .-right {
  text-align: right;
}
.mainContent .-mt--small {
  margin-top: 10px !important;
}
.mainContent .-mt--medium {
  margin-top: 15px !important;
}
.mainContent .-mt--large {
  margin-top: 20px !important;
}
.mainContent .-mt--xlarge {
  margin-top: 30px !important;
}
.mainContent .-mt--2xlarge {
  margin-top: 40px !important;
}
.mainContent .cam_head h1 {
  margin: 0 auto 20px;
}
.mainContent .cam_head h1 img {
  width: 100%;
}
.mainContent .cam_lead_ttl {
  margin: 10px 30px 0;
  color: #00889b;
  font-size: 1.4rem;
  font-weight: bold;
}
.mainContent .cam_lead {
  margin: 10px 30px 0;
}
.mainContent nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 10px 20px 20px;
}
.mainContent .cam_wrapper {
  padding: 0 15px 20px;
  overflow: hidden;
}
.mainContent .cam_foot {
  padding: 20px 15px;
  background: #fff;
}
.mainContent .cam_foot .btn_txt {
  margin-bottom: -5px;
  text-align: center;
}
.mainContent .cam_foot .btn_txt .-catch {
  display: inline-block;
  font-weight: bold;
  line-height: 1.3;
}
.mainContent .cam_foot .btn_txt .-catch:before, .mainContent .cam_foot .btn_txt .-catch:after {
  top: 5px;
  width: 40px;
  height: 40px;
  border-color: #0ca8ae;
  border-width: 2px;
}
.mainContent .cam_foot .btn_txt .-catch:before {
  left: -40px;
}
.mainContent .cam_foot .btn_txt .-catch:after {
  right: -35px;
}
.mainContent .cam_foot .top_btn {
  margin: 15px 10px 0;
  text-align: center;
}
.mainContent .cam_foot .top_btn a {
  display: block;
  padding: 5px;
  border-radius: 5px;
  background: #cb0133;
  color: #fff;
  font-size: 1.4rem;
  text-decoration: none;
}
.mainContent .ttl_cont {
  margin-top: 20px;
  text-align: center;
}
.mainContent .ttl_cont h2 {
  font-size: 1.6rem;
}
.mainContent .ttl_cont h2 .-small {
  font-size: 1.4rem;
}
.mainContent .-catch {
  position: relative;
}
.mainContent .-catch:before, .mainContent .-catch:after {
  position: absolute;
  top: 4px;
  display: block;
  width: 15px;
  height: 15px;
  content: "";
  border-top-width: 1px;
  border-top-style: solid;
}
.mainContent .-catch:before {
  left: -18px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.mainContent .-catch:after {
  right: -18px;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.mainContent .-catch.-small:before, .mainContent .-catch.-small:after {
  top: 4px;
  width: 14px;
  height: 14px;
}
.mainContent .-catch.-small:before {
  left: -17px;
}
.mainContent .-catch.-small:after {
  right: -17px;
}
.mainContent .hr .-hr--border {
  margin: auto;
  width: 80%;
  border-width: 3px 0 0;
  border-style: solid;
}
.mainContent .img_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.mainContent .img_list.-wide {
  margin-left: -10px;
  margin-right: -10px;
}
.mainContent .img_list .img_list__container {
  margin: 15px auto 0;
  padding: 0 10px;
  text-align: center;
}
.mainContent .img_list .img_list__container img {
  width: 100%;
}
.mainContent .img_list .img_list__container a {
  display: block;
  text-decoration: none;
}
.mainContent .img_list .img_list__ttl {
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.mainContent .img_list .img_list__txt {
  margin-top: 5px;
  font-size: 1.2rem;
  font-weight: bold;
}
.mainContent .img_list.-col1 .img_list__container {
  width: 100%;
}
.mainContent .img_list.-col2 .img_list__container {
  width: 50%;
}
.mainContent .img_list.-col3 .img_list__container {
  width: 33.33%;
}
.mainContent .img_list.-col3.-icon img {
  max-width: 74px;
}
.mainContent .list_num {
  margin: 0 20px;
  padding: 0;
  list-style: none;
  counter-reset: li;
}
.mainContent .list_num li {
  position: relative;
  padding-left: 0.2em;
  text-indent: 1.3rem;
}
.mainContent .list_num li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  width: 13px;
  height: 13px;
  line-height: 13px;
  border-radius: 50%;
  text-align: center;
}
.mainContent .list_num li:after {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: -1rem;
  top: 1px;
  display: block;
  width: 13px;
  height: 13px;
  font-size: 11px;
  color: #fff;
  text-align: center;
}
.mainContent .list_num__txt {
  margin: 20px 20px 0px;
}
.mainContent .ttl_cont h2 {
  display: inline-block;
  padding: 0 15px;
}
.mainContent .ttl_bold {
  margin: 15px 20px 0;
  font-size: 1.5rem;
  font-weight: bold;
}
.mainContent .-bcg--blue {
  background: #f3f7ff;
}
.mainContent .-bcg--blue .ttl_cont h2 {
  color: #023964;
}
.mainContent .-bcg--blue .-catch:before, .mainContent .-bcg--blue .-catch:after {
  border-color: #023964;
}
.mainContent .-bcg--blue .-hr--border {
  border-color: #023964;
}
.mainContent .-bcg--blue .img_list__ttl {
  color: #023964;
}
.mainContent .-bcg--blue .list_num li:before {
  background-color: #2a8ad4;
}
.mainContent .-bcg--yellow {
  background: #fffbea;
}
.mainContent .-bcg--yellow .ttl_cont h2 {
  color: #523a00;
}
.mainContent .-bcg--yellow .-catch:before, .mainContent .-bcg--yellow .-catch:after {
  border-color: #523a00;
}
.mainContent .-bcg--yellow .-hr--border {
  border-color: #523a00;
}
.mainContent .-bcg--yellow .img_list__ttl {
  color: #523a00;
}
.mainContent .-bcg--yellow .list_num li:before {
  background-color: #daa013;
}
.mainContent .-bcg--green {
  background: #effff4;
}
.mainContent .-bcg--green .ttl_cont h2 {
  color: #09511d;
}
.mainContent .-bcg--green .-catch:before, .mainContent .-bcg--green .-catch:after {
  border-color: #09511d;
}
.mainContent .-bcg--green .-hr--border {
  border-color: #09511d;
}
.mainContent .-bcg--green .img_list__ttl {
  color: #09511d;
}
.mainContent .-bcg--green .list_num li:before {
  background-color: #1caf45;
}
.mainContent .-bcg--red {
  background: #fff5f5;
}
.mainContent .-bcg--red.-dark {
  background: #fce6e6;
}
.mainContent .-bcg--red .ttl_cont h2 {
  color: #652626;
}
.mainContent .-bcg--red .-catch:before, .mainContent .-bcg--red .-catch:after {
  border-color: #652626;
}
.mainContent .-bcg--red .-hr--border {
  border-color: #652626;
}
.mainContent .-bcg--red .img_list__ttl {
  color: #652626;
}
.mainContent .-bcg--red .list_num li:before {
  background-color: #ccc;
}
.mainContent .-bcg--red .ttl_border {
  margin-top: 20px;
  padding: 5px 10px 3px 10px;
  border-width: 0 0 2px 10px;
  border-style: solid;
  border-color: #f55555;
}
.mainContent .mdl_push {
  margin-top: 20px;
  border: 2px solid #f55555;
  border-radius: 3px;
  background: #fff;
  text-align: center;
}
.mainContent .mdl_push .-icon--finger {
  padding: 5px 23px 5px 10px;
  display: inline-block;
  background-image: url(/fnt/cms/design_img/shared/img/pickup/education/2022/0701/icon_finger.png);
  background-size: 20px auto;
  background-position: right center;
  background-repeat: no-repeat;
  color: #f55555;
  font-size: 1.4rem;
  font-weight: bold;
}
.mainContent .ttl_bcg {
  margin: 20px -15px 0;
  padding: 10px 5px;
  text-align: center;
}
.mainContent .ttl_bcg h2 {
  color: #fff;
  font-size: 1.7rem;
}
.mainContent .ttl_border02 { /* 20220708公開後削除予定 */
  margin: 15px 20px 0;
  text-align: center;
}
.mainContent .ttl_border02 h3 {
  border-bottom: 2px solid #ff0000;
  font-size: 1.6rem;
}
.mainContent .ttl_bcg_sub {
  margin: 15px -15px 0;
  padding: 7px 5px;
  background: #ffeb99;
  text-align: center;
}
.mainContent .ttl_bcg_sub h3 {
  margin: -4px 0;
  font-size: 1.6rem;
}
.mainContent .ttl_bcg_sub h4 { /* 20220708公開後削除予定 */
  font-size: 1.5rem;
}
.mainContent .ttl_bcg_sub .icon { /* 20220708公開後削除予定 */
  margin: -0.5rem 0 0;
  padding: 0 0.5rem;
  width: auto;
  height: 2.5rem;
}
.mainContent .ttl_num {
  margin: 15px 0 0;
  padding: 7px 15px;
}
.mainContent .ttl_num h4 {
  font-size: 1.5rem;
}
.mainContent .ttl_num .num {
  display: inline-block;
  margin-right: 7px;
  width: 1.6rem;
  height: 1.6rem;
  line-height: 1.2;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
}
.mainContent .ttl_num .icon {
  margin: -0.5rem 0 0;
  padding: 0 0.5rem;
  width: auto;
  height: 2.5rem;
}
.mainContent .txt {
  margin: 15px 20px 0;
}
.mainContent .-notes {
  font-size: 1.2rem;
}
.mainContent .img_list_tri li:last-child .img_tri {
  padding-bottom: 0;
}
.mainContent .img_list_tri li:last-child .img_tri:after {
  display: none;
}
.mainContent .img_tri {
  position: relative;
  padding: 10px 15px 30px;
}
.mainContent .img_tri.-pb15 {
  padding-bottom: 15px;
}
.mainContent .img_tri.-pb20 {
  padding-bottom: 20px;
}
.mainContent .img_tri:after {
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  width: 0px;
  height: 0px;
  border-top: 20px solid #ffcc00;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
  content: "";
}
.mainContent .img_tri__img {
  text-align: center;
}
.mainContent .img_tri__img img {
  margin: auto;
  width: 100%;
}
.mainContent .img_tri__txt {
  margin: 5px 5px 0;
}
.mainContent .-bcg--green02 .ttl_bcg {
  background: #3fd594;
}
.mainContent .-bcg--green02 .ttl_num .num {
  background: #3fd594;
}
.mainContent .-bcg--purple .ttl_bcg {
  background: #b087f5;
}
.mainContent .-bcg--purple .ttl_num .num {
  background: #b087f5;
}
.mainContent .lp__page-back {
  padding: 1.4rem 2rem;
  background: #f9e5ea;
}
.mainContent .lp__page-back a {
  font-size: 1.2rem;
  cursor: pointer;
  position: relative;
  padding-left: 1.6rem;
  color: #202326;
  text-decoration: none;
}
.mainContent .lp__page-back a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: 9px;
  border-bottom: 2px solid #c03;
  border-left: 2px solid #c03;
  -webkit-transform: rotate(45deg) translate(-20%, -50%);
          transform: rotate(45deg) translate(-20%, -50%);
}

@media screen and (min-width: 768px) {
  .mainContent {
    max-width: 768px;
  }
  br.nbr {
    display: none;
  }
}