@charset "shift-jis";
/* --------------------------------------------------------------------
Financial Academy

Style Info: /school/fixed-income.html css
-------------------------------------------------------------------- */

/* ------------------------------
marker
------------------------------ */
.marker_01 {
  padding-bottom: 0.2em;
  background: linear-gradient(transparent 30%, rgba(255, 255, 0, 0.5) 30%);
}

/* ------------------------------
outline
------------------------------ */
.outline {
  padding: 0;
}

/* ------------------------------
gaiyou
------------------------------ */
.gaiyou .gaiyou_box {
  margin-bottom: 75px;
}
.gaiyou .gaiyou_box .txt {
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 600px) {
  .gaiyou .gaiyou_box {
    display: flex;
    justify-content: space-between;
  }
  .gaiyou .gaiyou_box .img {
    width: 30%;
  }
  .gaiyou .gaiyou_box .txt {
    width: 67%;
  }
  .gaiyou .gaiyou_box.reverse {
    flex-direction: row-reverse;
  }
}
@media screen and (max-width: 599px) {
  .gaiyou h3 {
    margin-bottom: 1em;
    font-size: 20px;
  }
  .gaiyou .gaiyou_box {
    margin-bottom: 50px;
  }
  .gaiyou .gaiyou_box .txt {
    margin-bottom: 1em;
    font-size: 14px;
  }
}

/* ------------------------------
learning
------------------------------ */
@media screen and (min-width: 600px) {
  .learning .learning-list .item {
    width: 22%;
  }
}

/* ------------------------------
curriculum
------------------------------ */
.curriculum .curriculum_box {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 0;
  background: #efefef;
  border-top: 1px solid #44a1c5;
  border-bottom: 1px solid #44a1c5;
}
.curriculum .curriculum_list li {
  letter-spacing: 0.05em;
  line-height: 2.0;
}
@media screen and (min-width: 600px) {
  .curriculum .curriculum_list {
    max-width: 565px;
    margin: 0 auto;
    font-size: 16px;
    column-count: 2;
  }
}
@media screen and (max-width: 599px) {
  .curriculum .curriculum_box {
    padding: 30px 6%;
  }
  .curriculum .curriculum_list {
    font-size: 14px;
  }
}

/* ------------------------------
teacher
------------------------------ */
.teacher .profile .img {
  width: 20%;
}
.teacher .profile .img img {
  max-height: none;
}
.teacher .profile .txt {
  width: 76%;
}
.teacher .career {
  margin-top: 2em;
}
@media screen and (max-width: 599px) {
  .teacher .profile {
    display: block;
  }
  .teacher .profile .img {
    width: 100%;
    text-align: center;
  }
  .teacher .profile .txt {
    margin-top: 1em;
    width: 100%;
  }
  .teacher .profile .img img {
    max-width: 200px;
  }
  .teacher h3 {
    text-align: center;
  }
}

/* ------------------------------
application
------------------------------ */
.application .price_line_through {
  display: inline-block;
  position: relative;
}
.application .price_line_through::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ff0000;
  content: '';
}
.application .txt_note_u_btn {
  margin-top: 2em;
  color: #eb0000;
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .application .txt_note_u_btn {
    text-align: left;
  }
}
