@charset "UTF-8";
/* -------------------------------------------------- */
/* file   :basics.css                                 */
/* update : 2026                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
.mv .bg {
  background: linear-gradient(346deg, rgb(168, 203, 230) 0%, rgb(204, 227, 250) 50%, rgb(240, 246, 252) 100%);
}
.mv .inner01 ul li {
  color: #5f90cc;
}
.mv .inner01 .year {
  background: #5f90cc;
}
.mv .inner01 .excuse .color {
  color: #5f90cc;
}
.mv .subtitle {
  color: #5f90cc;
}

.h-type01.bold {
  font-weight: bold;
}

.h-type02 {
  border-color: #5f90cc;
}

.h4-type01 span {
  color: #5f90cc;
}

.tit_border {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 1px solid #5f90cc;
  margin-bottom: 40px;
  line-height: 1.8;
}
.tit_border span {
  font-size: 50px;
  color: #5f90cc;
}
.tit_border-pink {
  font-size: 36px;
  color: #FF41A6;
}

#new ul li figure {
  border-color: #5f90cc;
}

/* -------#lead------------ */
#lead h2 {
  font-size: 60px;
  font-weight: bold;
  color: #5f90cc;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
#lead h2 span {
  display: inline-block;
  width: 6%;
}

.txt_open {
  position: relative;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.3;
  color: #FF41A6;
  margin-bottom: 30px;
}
.txt_open:before, .txt_open:after {
  position: relative;
  display: inline-block;
  content: "";
  background: #FF41A6;
  width: 3px;
  height: 1.5em;
  margin: 0 1em;
  vertical-align: middle;
  border-radius: 10px;
}
.txt_open:before {
  transform: rotate(-45deg);
}
.txt_open:after {
  transform: rotate(45deg);
}
.txt_open span {
  background: linear-gradient(transparent 70%, #F2FF90 70%);
  letter-spacing: 0.2em;
}

/* -------#recommend------------ */
#recommend {
  width: calc(100% - 60px);
  box-sizing: border-box;
  background: #F3F3F3;
  text-align: center;
  padding: 0 30px 80px;
  margin: 100px auto 0;
}
#recommend .tit_box {
  position: relative;
  display: inline-block;
  background: #FF41A6;
  border-radius: 50px;
  box-sizing: border-box;
  padding: 10px 80px;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin-top: -80px;
}
#recommend .tit_box:before {
  content: "";
  border: 10px solid transparent;
  border-top: 10px solid #FF41A6;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
#recommend .tit_box .line {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1;
  padding: 5px 0;
}
#recommend .tit_box .line::before, #recommend .tit_box .line::after {
  content: "";
  width: 2px;
  height: 28px;
  background-color: #fff;
}
#recommend .tit_box .line::before {
  margin-right: 0.8em;
  transform: rotate(-30deg);
}
#recommend .tit_box .line::after {
  margin-left: 0.8em;
  transform: rotate(30deg);
}
#recommend .reco_wrap {
  display: flex;
  gap: 0 5%;
  margin-top: 80px;
}
#recommend .reco_box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #F1F8FE;
  border: 2px solid #5f90cc;
  border-radius: 20px;
  padding: 20px;
}
#recommend .reco_student {
  position: absolute;
  top: -155px;
  max-width: 130px;
  z-index: 2;
}
#recommend .reco_student.student01 {
  left: 6vw;
}
#recommend .reco_student.student02 {
  right: 6vw;
}
#recommend .reco_title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  padding: 5px;
}
#recommend .reco_title.question {
  background: #FFF75D;
  border: 2px solid #5f90cc;
  border-radius: 5px;
  color: #5f90cc;
}
#recommend .reco_title.answer {
  background: #5f90cc;
  border: 2px solid #5f90cc;
  border-radius: 5px;
  color: #fff;
}
#recommend .reco_text01 {
  font-size: 16px;
  font-weight: bold;
  color: #5f90cc;
  line-height: 1.5;
  margin-top: 10px;
}
#recommend .reco_text01 span {
  background: linear-gradient(transparent 70%, #fff75d 70%);
}
#recommend .reco_text01:first-of-type {
  margin-top: 15px;
}
#recommend .reco_inner-under {
  margin-top: 40px;
}
#recommend .reco_text02 {
  text-align: left;
  font-size: 16px;
  margin-top: 15px;
}
#recommend .voice_wrap {
  position: relative;
  background: #CCE7FF;
  border-radius: 20px;
  margin-top: 80px;
}
#recommend .voice_title {
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
}
#recommend .voice_title span {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  padding: 10px 100px;
  border: 2px solid #5f90cc;
  border-radius: 50px;
  background-color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #5f90cc;
}
#recommend .voice_title span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 11px 0 11px;
  border-color: #5f90cc transparent transparent;
  translate: -50% 100%;
}
#recommend .voice_title span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 15.8px 8.7px 0 8.7px;
  border-color: #ffffff transparent transparent;
  translate: -50% 100%;
}
#recommend .voice_list {
  display: flex;
  gap: 0 2.4%;
  padding: 50px 20px 20px;
}
#recommend .voice_item {
  display: flex;
  gap: 0 1.64%;
  width: 30.4%;
  max-width: 304px;
}
#recommend .voice_icon {
  width: 19.74%;
  max-width: 60px;
}
#recommend .voice_icon .voice_name {
  display: block;
  text-align: center;
  font-size: 12px;
  color: #5f90cc;
  line-height: 1;
  margin-top: 3px;
}
#recommend .voice_text {
  width: 78.62%;
  max-width: 239px;
  text-align: left;
}

/* -------#focus------------ */
.arrow_icon {
  background: #5f90cc;
}

/* -------#kamoku------------ */
#kamoku.wrap01 {
  background: linear-gradient(333deg, rgb(204, 227, 250) 0%, rgb(240, 246, 252) 100%);
  margin-top: 0;
}
#kamoku.wrap01 .h-type01 .green {
  font-size: 60px;
  color: #5f90cc;
  padding-bottom: 10px;
}
#kamoku.wrap01 .points_list {
  display: flex;
  gap: 0 5%;
}
#kamoku.wrap01 .points_list li {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 33.3333333333%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 10px 10px #5f90cc;
  text-align: center;
  font-feature-settings: "palt";
  padding: 20px 10px;
  aspect-ratio: 1/1;
}
#kamoku.wrap01 .points_list li::after {
  content: "";
  width: 40%;
  height: 110px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -40px;
  left: 0;
}
#kamoku.wrap01 .points_list li:nth-child(1)::after {
  background-image: url(/course_2027/basics/img/point_s_01@2x.png);
}
#kamoku.wrap01 .points_list li:nth-child(2)::after {
  background-image: url(/course_2027/basics/img/point_s_02@2x.png);
}
#kamoku.wrap01 .points_list li:nth-child(3)::after {
  background-image: url(/course_2027/basics/img/point_s_03@2x.png);
}
#kamoku.wrap01 .points_list li em {
  font-style: normal;
  font-size: 16px;
}
#kamoku.wrap01 .points_list li em span {
  display: block;
  margin-top: 10px;
  font-size: 32px;
  font-weight: bold;
  color: #FF41A6;
  line-height: 1.5;
}
#kamoku.wrap01 .points_list li em span.ex {
  font-size: 12px;
  font-weight: normal;
}
#kamoku.wrap01 .points_list li em span.exception {
  margin-bottom: 10px;
}

/* -------#flow------------ */
.grad_box {
  position: relative;
  z-index: 0;
  background: #F0F6FC;
  border: 2px solid #5f90cc;
  border-radius: 10px;
  padding: 0 40px 40px;
  margin-top: 113px;
}
.grad_box:nth-of-type(2) {
  margin-top: 150px;
}
.grad_box:nth-of-type(2) .grad {
  top: -13%;
}
.grad_box:nth-of-type(2) .grad span {
  letter-spacing: -0.3em;
  margin-right: 0.3em;
}
.grad_box .grad {
  position: absolute;
  z-index: 99;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  background: #5f90cc;
  border-radius: 50%;
  color: #fff;
  top: -10%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-size: 20px;
  line-height: 1.2;
}
.grad_box .grad span {
  display: block;
  font-size: 30px;
}
.grad_box .grad_text {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 40px 20px;
}
.grad_box .grad_text .text_l {
  font-size: 24px;
  color: #5f90cc;
}
.grad_box .tit {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #5f90cc;
  padding: 10px;
}
.grad_box:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 30px solid #5f90cc;
}
.grad_box .course_list-title {
  background: #5f90cc;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  padding: 2px;
  margin-bottom: 10px;
}
.grad_box .course_list-title .text_l {
  font-size: 28px;
}
.grad_box .course_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2.9%;
}
.grad_box .course_list li {
  width: 31.2%;
  max-width: 312px;
}
.grad_box .course_list li .class_name {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 5px;
}
.grad_box .course_list li .class_name.seminar {
  color: #4dbbaa;
}
.grad_box .course_list li .seminar_text {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding: 20px;
  border-radius: 20px;
  background: #4dbbaa;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
}
.grad_box .course_list li .seminar_text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  border-style: solid;
  border-width: 12px 15px 0px 0;
  border-color: transparent #4dbbaa transparent transparent;
  translate: -100% -50%;
}
.grad_box .course_list li .course_image img {
  border-radius: 10px 10px 0 0;
}
.grad_box .course_list li .course_name {
  position: relative;
  text-align: center;
  font-size: 12px;
  color: #fff;
  line-height: 1.5;
  border-radius: 0 0 10px 10px;
  padding: 8px;
}
.grad_box .course_list li .course_name .text_l {
  font-size: 16px;
  font-weight: bold;
}
.grad_box .course_list li .course_name:before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: calc(50% - 0.3em);
  right: 10px;
  transform: rotate(45deg);
}
.grad_box .course_list li .course_name.biyou {
  background: #F6AD53;
}
.grad_box .course_list li .course_name.beauty {
  background: #CB72AA;
}
.grad_box .course_list li .course_name.nail {
  background: #EC7AAC;
}
.grad_box .course_list li .course_name.bridal {
  background: #71CDE1;
}
.grad_box .course_list.col_4 {
  gap: 30px 2.8%;
}
.grad_box .course_list.col_4 li {
  width: 22.9%;
}
.grad_box .seminar_box {
  max-width: 550px;
  margin: 30px auto 0;
}
.grad_box .seminar_flex {
  display: flex;
  align-items: center;
  gap: 0 3%;
  background: #5f90cc;
  border-radius: 20px 20px 0 0;
  padding: 20px;
}
.grad_box .seminar_flex .text {
  width: 57%;
}
.grad_box .seminar_flex .img {
  width: 40%;
}
.grad_box .seminar_text {
  background: #4dbbaa;
  border-radius: 0 0 20px 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}
.grad_box .grade_disc {
  background: #fff;
  border: 2px solid #5f90cc;
  border-radius: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  margin-top: 30px;
}

/* ---------#jisseki------------- */
#jisseki .list,
#jisseki .license_list {
  text-align: center;
}
#jisseki .list li,
#jisseki .license_list li {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  padding-left: 1.5em;
  font-size: 20px;
  font-weight: bold;
}
#jisseki .list li:before,
#jisseki .license_list li:before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  background: #5f90cc;
}
#jisseki .list li.no:before,
#jisseki .license_list li.no:before {
  content: none;
}
#jisseki .license_list li {
  font-size: 14px;
}
#jisseki .column {
  border-color: #5f90cc;
  margin-top: 50px;
}
#jisseki .column.check .clmnHeading {
  color: #5f90cc;
}
#jisseki .column.check .clmnHeading:before {
  border-color: #5f90cc;
}
#jisseki .column .column_ul {
  border-bottom: dotted 1px #5f90cc;
}
#jisseki .column .column_ul li::before {
  color: #5f90cc;
}
#jisseki .curriculum_box {
  background: #ddeafa;
  border: 2px solid #5f90cc;
  border-radius: 10px;
  padding: 30px;
  margin-top: 50px;
}
#jisseki .curriculum_box .manabukoto {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(4, 24.25%);
  gap: 0 1%;
}
#jisseki .curriculum_box .manabukoto > ul.grid01 {
  grid-row: 1/2;
  grid-column: 1/2;
}
#jisseki .curriculum_box .manabukoto > ul.grid02 {
  grid-row: 1/2;
  grid-column: 2/3;
}
#jisseki .curriculum_box .manabukoto > ul.grid03 {
  grid-row: 1/2;
  grid-column: 3/4;
}
#jisseki .curriculum_box .manabukoto > ul.grid04 {
  grid-row: 1/2;
  grid-column: 4/5;
}
#jisseki .curriculum_box .manabukoto > ul > li {
  position: relative;
  margin-left: 1.5em;
  font-feature-settings: "palt";
  text-indent: -1.5em;
  line-height: 1.5;
  margin-top: 8px;
}
#jisseki .curriculum_box .manabukoto > ul > li:first-child {
  margin-top: 0;
}
#jisseki .curriculum_box .manabukoto > ul > li.headline {
  font-weight: bold;
  color: #5f90cc;
  margin-left: 0;
  text-indent: 0;
}
#jisseki .curriculum_box .manabukoto > ul > li.headline::before {
  content: none;
}
#jisseki .curriculum_box .manabukoto > ul > li .attn {
  color: #5f90cc;
  font-size: 12px;
  letter-spacing: 0;
}
#jisseki .curriculum_box .manabukoto > ul > li .disclist li {
  list-style: none;
  margin-left: 1em;
}
#jisseki .curriculum_box .manabukoto > ul > li .disclist li:before {
  content: "・";
}
#jisseki .curriculum_box .manabukoto > ul > li::before {
  content: "■ ";
  color: #5f90cc;
}

/* ---------#reco_class------------- */
.tit_lead {
  text-align: center;
  margin-bottom: 80px;
}

.reco_class_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.reco_class_list li {
  position: relative;
  width: 32%;
  max-width: 320px;
  margin-right: 2%;
  margin-bottom: 40px;
}
.reco_class_list li:nth-child(3), .reco_class_list li:last-child {
  margin-right: 0;
}
.reco_class_list li:nth-last-child(2), .reco_class_list li:last-child {
  margin-bottom: 0;
}
.reco_class_list .tag {
  position: absolute;
  top: 10px;
  left: 0;
  background: #fff;
  padding: 5px;
  font-size: 12px;
}
.reco_class_list h4 {
  font-size: 16px;
  font-weight: bold;
  color: #FF41A6;
  margin: 10px 0;
  line-height: 1;
}
.reco_class_list p {
  line-height: 1.8;
}

/* ---------------全デバイス共通(pc)-end--------------------- */
/*----------------------------------------------------------*/
/* hover用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 959px) {
  #kamoku.wrap01 ol.points li a:hover {
    color: #5f90cc;
  }
  .course_btn a:hover {
    color: #5f90cc;
    background: #fff;
    border: solid 1px #5f90cc;
  }
  .course_btn a:hover:after {
    border-color: #5f90cc;
  }
}
/*----------------------------------------------------------*/
/* 750pxまで用のCSS */
/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 750px) {
  .mv {
    background: linear-gradient(149deg, rgb(168, 203, 230) 0%, rgb(204, 227, 250) 100%);
    margin-top: 60px;
  }
  .tit_border {
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 1.3;
    padding-bottom: 10px;
  }
  .tit_border span {
    font-size: 35px;
    line-height: 1;
  }
  .tit_border-pink {
    font-size: 25px;
  }
  .tit_border-pink {
    font-size: 20px;
  }
  /* -------#lead------------ */
  #lead h2 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  #lead h2 span {
    display: inline-block;
    width: 10%;
  }
  #lead h3 + p {
    margin-bottom: 40px;
  }
  .txt_open {
    font-size: 20px;
    margin-bottom: 10px;
  }
  /* -------#recommend------------ */
  #recommend {
    width: 100vw;
    padding: 0 0 40px;
    margin: 50px auto 0;
  }
  #recommend .tit_box {
    padding: 10px 20px;
    font-size: 20px;
    margin-top: -40px;
  }
  #recommend .tit_box .line {
    padding: 5px 0;
  }
  #recommend .tit_box .line::before, #recommend .tit_box .line::after {
    height: 20px;
  }
  #recommend .reco_wrap {
    flex-direction: column;
    gap: 20px 0;
    margin-top: 40px;
  }
  #recommend .reco_box {
    border-radius: 10px;
    padding: 20px;
  }
  #recommend .reco_title {
    font-size: 18px;
  }
  #recommend .reco_flex {
    display: flex;
    gap: 0 2%;
    align-items: flex-end;
  }
  #recommend .reco_flex_item-text {
    width: 75%;
  }
  #recommend .reco_flex_item-img {
    width: 23%;
  }
  #recommend .reco_text01 {
    text-align: left;
    font-feature-settings: "palt";
    font-size: 14px;
    margin-top: 10px;
  }
  #recommend .reco_text01 span {
    background: linear-gradient(transparent 50%, #fff75d 70%);
  }
  #recommend .reco_text01:first-of-type {
    margin-top: 10px;
  }
  #recommend .reco_inner-under {
    margin-top: 20px;
  }
  #recommend .reco_text02 {
    font-size: 14px;
    margin-top: 10px;
  }
  #recommend .voice_wrap {
    margin-top: 50px;
  }
  #recommend .voice_title span {
    display: block;
    width: 100%;
    font-size: 18px;
    padding: 5px;
  }
  #recommend .voice_list {
    flex-direction: column;
    gap: 20px 0;
    padding: 40px 15px 20px;
  }
  #recommend .voice_item {
    gap: 0 1.5%;
    width: 100%;
    max-width: 100%;
  }
  #recommend .voice_icon {
    width: 15%;
    max-width: 15%;
  }
  #recommend .voice_icon .voice_name {
    font-size: 10px;
  }
  #recommend .voice_text {
    width: 84.5%;
    max-width: 84.5%;
  }
  /* -------#kamoku------------ */
  #kamoku.wrap01 .h-type01 .green {
    font-size: 40px;
    padding-bottom: 5px;
  }
  #kamoku.wrap01 .btn {
    margin-bottom: 5vw;
  }
  #kamoku.wrap01 .btn a {
    font-size: 20px;
    padding: 10px 0;
    display: block;
  }
  #kamoku.wrap01 .btn a::after {
    width: 8px;
    height: 8px;
  }
  #kamoku.wrap01 .points_list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px 3%;
  }
  #kamoku.wrap01 .points_list li {
    width: 48.5%;
    padding: 10px;
    box-shadow: 5px 5px #5f90cc;
  }
  #kamoku.wrap01 .points_list li.wide {
    width: 100%;
    aspect-ratio: auto;
  }
  #kamoku.wrap01 .points_list li.wide::after {
    width: 15%;
  }
  #kamoku.wrap01 .points_list li::after {
    width: 30%;
    top: -10px;
  }
  #kamoku.wrap01 .points_list li em {
    font-size: 14px;
  }
  #kamoku.wrap01 .points_list li em span {
    margin-top: 5px;
    font-size: 18px;
  }
  #kamoku.wrap01 .points_list li em span.ex {
    font-size: 10px;
  }
  #kamoku.wrap01 .points_list li em span.exception {
    margin-bottom: 5px;
  }
  /* -------#flow------------ */
  .grad_box {
    margin-top: 56px;
    padding: 20px 10px 20px;
  }
  .grad_box:nth-of-type(2) {
    margin-top: 95px;
  }
  .grad_box:nth-of-type(2) .grad {
    top: -3.5%;
  }
  .grad_box:after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 20px solid #5f90cc;
    bottom: -25px;
  }
  .grad_box .grad {
    width: 60px;
    height: 60px;
    top: -4%;
    font-size: 12px;
  }
  .grad_box .grad span {
    font-size: 16px;
  }
  .grad_box .tit {
    font-size: 18px;
  }
  .grad_box .course_list {
    flex-direction: column;
    gap: 20px 0;
    padding: 0;
  }
  .grad_box .course_list li {
    width: 100%;
    max-width: 100%;
  }
  .grad_box .course_list li .class_name {
    font-size: 12px;
  }
  .grad_box .course_list li .course_name {
    font-size: 13px;
    color: #fff;
    border-radius: 0 0 5px 5px;
  }
  .grad_box .course_list li .course_name:before {
    width: 4px;
    height: 4px;
    right: 10px;
  }
  .grad_box .course_list li .seminar_text {
    font-size: 13px;
    padding: 10px;
    margin-left: 10px;
  }
  .grad_box .course_list.col_4 {
    flex-direction: row;
    gap: 20px 2%;
  }
  .grad_box .course_list.col_4 li {
    width: 49%;
    max-width: 49%;
  }
  .grad_box .grad_text {
    font-size: 14px;
    padding: 0 0 10px;
  }
  .grad_box .grad_text .text_l {
    display: block;
    font-size: 18px;
    margin-top: 5px;
  }
  .grad_box .grade_disc {
    border-radius: 20px;
    font-size: 14px;
    padding: 10px;
    margin-top: 15px;
  }
  /* ---------#jisseki------------- */
  #jisseki .list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 2%;
    text-align: left;
    margin-bottom: 25px;
  }
  #jisseki .list li {
    width: 32%;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.05em;
    margin-right: 0;
  }
  #jisseki .license_list {
    text-align: left;
  }
  #jisseki .license_list li {
    font-size: 14px;
    line-height: 1.5;
  }
  #jisseki .column {
    border-color: #5f90cc;
  }
  #jisseki .column.check .clmnHeading {
    color: #5f90cc;
  }
  #jisseki .column.check .clmnHeading:before {
    border-color: #5f90cc;
  }
  #jisseki .column .column_ul {
    border-bottom: dotted 1px #5f90cc;
  }
  #jisseki .column .column_ul li::before {
    color: #5f90cc;
  }
  #jisseki .curriculum_box {
    padding: 10px;
    margin-top: 25px;
  }
  #jisseki .curriculum_box .manabukoto {
    grid-template-rows: auto;
    grid-template-columns: 49% 49%;
    gap: 10px 2%;
  }
  #jisseki .curriculum_box .manabukoto > ul {
    width: 100%;
  }
  #jisseki .curriculum_box .manabukoto > ul.grid01 {
    grid-row: 1/2;
    grid-column: 1/2;
  }
  #jisseki .curriculum_box .manabukoto > ul.grid02 {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  #jisseki .curriculum_box .manabukoto > ul.grid03 {
    grid-row: 3/4;
    grid-column: 1/2;
  }
  #jisseki .curriculum_box .manabukoto > ul.grid04 {
    grid-row: 1/4;
    grid-column: 2/3;
  }
  #jisseki .curriculum_box .manabukoto > ul > li {
    position: relative;
    margin-left: 1.5em;
    text-indent: -1.5em;
  }
  #jisseki .curriculum_box .manabukoto > ul > li.headline {
    font-weight: bold;
    color: #5f90cc;
    margin-left: 0;
    text-indent: 0;
  }
  #jisseki .curriculum_box .manabukoto > ul > li.headline::before {
    content: none;
  }
  #jisseki .curriculum_box .manabukoto > ul > li .attn {
    color: #5f90cc;
    font-size: 12px;
    letter-spacing: 0;
  }
  #jisseki .curriculum_box .manabukoto > ul > li .disclist li {
    list-style: none;
    margin-left: 1em;
  }
  #jisseki .curriculum_box .manabukoto > ul > li .disclist li:before {
    content: "・";
  }
  #jisseki .curriculum_box .manabukoto > ul > li::before {
    content: "■ ";
    color: #5f90cc;
  }
  /* ---------#reco_class------------- */
  .tit_lead {
    margin-bottom: 20px;
    letter-spacing: 0.03em;
  }
  .reco_class_list li {
    width: 48%;
    max-width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;
  }
  .reco_class_list li:nth-child(3) {
    margin-right: 4%;
  }
  .reco_class_list li:nth-child(2n) {
    margin-right: 0;
  }
  .reco_class_list li:nth-last-child(2) {
    margin-bottom: 20px;
  }
  .reco_class_list li:last-child {
    margin-bottom: 0;
  }
  .reco_class_list .tag {
    top: 5px;
    padding: 5px;
    font-size: 12px;
  }
  .reco_class_list h4 {
    font-size: 14px;
    margin: 5px 0;
    line-height: 1.5;
  }
  .reco_class_list p {
    line-height: 1.5;
  }
} /* ---------------------sp-end--------------------------- *//*# sourceMappingURL=basics2027.css.map */