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

  Style Info: seminar common

-------------------------------------------------------------------- */
*{ box-sizing: border-box;}
#tab5_left,
.style1607_inyo li{ box-sizing: content-box;}
body{
  font-size: 16px;
  overflow-x: hidden;
}

img{ max-width: 100%;}

.tac { text-align: center;}
.tar { text-align: right;}
.txt_orange { color: #ea5413;}
.txt_red { color: #ff0000;}
.txt_l_through { text-decoration: line-through;}
.align_l { text-align: left;}
.mb50 { margin-bottom: 60px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.ml10 { margin-left: 10px;}
.ml20 { margin-left: 20px;}
.ml35 { margin-left: 35px;}
.pt30 { padding-top: 30px !important;}
.pb50 { padding-bottom: 50px !important;}

.word_br { word-break: break-all;}

.maw500 { max-width: 500px;}

.marker {
  background: linear-gradient( rgba(255, 242, 160, 0) 50%, rgba(215, 186, 65, 0.2) 50% );
  padding: 2px;
}

.sp{ display: none;}
.tab{ display: none;}
.pc{ display: block;}
@media screen and (max-width: 999px) {
  .pc{ display: none;}
  .sp{ display: none;}
  .tab{ display: block;}
}
@media screen and (max-width: 599px) {
  .pc{ display: none;}
  .tab{ display: none;}
  .sp{ display: block;}
}

#contents{ padding: 0;}

section h2{
  font-size: 30px;
  font-weight: normal;
  line-height: 1.7;
  text-align: center;
}
section h2:not(.bd_none)::after{
  content: "";
  display: block;
  border-bottom: 3px solid #D7BA41;
  width: 115px;
  margin: 20px auto 85px;
}
section h3{
  text-align: center;
  font-size: 23px;
}
section h3.line{
  position: relative;
  margin-bottom: 50px;
  color: #D7BA41;
  font-weight: bold;
}
section h3.line::before,
section h3.line::after{
  content: "";
  width: 25%;
  border-top: 1px solid #D7BA41;
  position: absolute;
  top: 50%;
}
section h3.line::before{ left: 0;}
section h3.line::after{ right: 0;}

.ttl_border{
  border-top: 1px solid #D7BA41;
  border-bottom: 1px solid #D7BA41;
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
}

.bg-beige { background-color: #f3f3f2;}
.bg-school { background-color: rgba(215, 186, 65, .1);}

.lead{ font-size: 22px;}

.caution{ font-size: .8em;}

.txt_l{ font-size: 1.35em;}
.txt_s{ font-size: .85em;}

.txt_bold{ font-weight: bold;}

section .inner{
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 0;
}

.btn01{ text-align: center;}
.btn01 a{
  background: #D7BA41 url(/images/common/arrow.svg) 96% center/33px no-repeat;
  color: #fff;
  padding: 10px 60px;
  font-size: 30px;
  width: 55%;
  max-width: 542px;
  display: block;
  margin: 60px auto;
  font-weight: normal;
}
.btn01 a:hover{
  text-decoration: none;
  opacity: .7;
}
.btn02 {
  text-align: center;
  background: #c6272e url(/images/common/arrow02.svg) 98% center/1em no-repeat;
  width: 100%;
  max-width: 410px;
  color: #fff;
  border: none;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 25px;
  box-shadow: 0 1.5px 0 #792232;
  position: relative;
}
a.btn02 {
  display: block;
  text-decoration: none;
  color: #fff;
  margin: 0 auto;
}
.btn02:hover{
  cursor: pointer;
  opacity: .7;
}

.btn02.close{
  background: #e0e0e0;
  pointer-events: none;
  box-shadow: none;
}

.list_disc li{
  list-style: disc outside;
  font-size: 20px;
  line-height: 1.5;
  margin-left: 1.3em;
  margin-bottom: 20px;
}

.list_osusume li{
  font-size: 20px;
  line-height: 1.5;
  padding-left: 2em;
  background: url(/school/image/common/icn_check_yellow.svg) left 3px/1.2em no-repeat;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .list_disc,
  .list_osusume { column-count: 2;}
}
@media screen and (max-width: 599px) {
  .list_osusume li { font-size: 1rem;}
}

.list_counter{
  counter-reset: counter;
}
.list_counter li {
  counter-increment: counter;
}
.list_counter li + li {
  margin-top: 1em;
}
.list_counter li::before {
  content: counter(counter);
  width: 2em;
  height: 2em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: 0.25em;
  background-color: #D7BA41;
  border-radius: 100%;
  color: #fff;
  margin-right: 5px;
}

#breadcrumbs{
  float: left;
  margin: 20px 0;
  font-size: 12px;
}


.mv {
  background-color: #D7BA41;
  display: flex;
  justify-content: flex-end;
  height: 480px;
  overflow: hidden;
  clear: both;
}
.mv > div {
  width: 50%;
  position: relative;
}
.mv-detail {
  max-width: 500px;
  color: #fff;
  line-height: 1.8;
  padding: 0 2%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.mv_ttl {
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 10px;
}
.sub_ttl {
  font-size: 20px;
}
.mv_lead {
  font-size: 20px;
  margin-bottom: 10px;
}
.mv-date-wrap{
  width: 95%;
  margin-top: 2em;
}
.mv-date{
  width: 66%;
  background: rgba(255, 255, 255, .85);
  padding: 5px;
  border-radius: 4px;
  color: #d7ba41;
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
  position: relative;
}
.mv-date .icn{
  margin-right: 15px;
  vertical-align: middle;
}
.mv-date::before,
.mv-date::after{
  content: "";
  border: 9px solid transparent;
  border-top: 15px solid rgba(255, 255, 255, .85);
  position: absolute;
  bottom: -24px;
}
.mv-date::before{
  left: 25%;
  transform: translateX(-25%);
}
.mv-date::after{
  left: 75%;
  transform: translateX(-75%);
}
.mv .type {
  text-align: center;
  display: flex;
  justify-content: space-between;
}
.mv .type li{
  width: calc(95%/3);
  font-size: 16px;
  border: 1px solid;
  border-radius: 4px;
}
.mv .type.only_movie li{
  width: 100%;
}
.mv .type li > a{
  color: #fff;
  line-height: 1.3;
  padding: 1em;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mv-photo {
  position: relative;
  width: 100%;
  height: 480px;
}
.mv-photo .photo{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mv-photo .book {
  position: absolute;
  right: 5%;
  bottom: 5%;
  max-width: 200px;
}
@media screen and (max-width: 999px) {
  .mv_ttl {
    font-size: 28px;
  }
  .mv .type:not(.only_movie) li{ font-size: 12px;}
  .mv .type li:not(:last-child){ margin-right: 10px;}

}
@media screen and (max-width: 799px) {
  .mv-date{ font-size: 14px;}
  .mv-date .icn{
    width: 26px;
    height: auto;
    margin-right: 10px;
  }

  .mv-photo .book {
    height: 250px;
    object-fit: cover;
  }
}
@media screen and (max-width: 599px) {
  .mv {
    flex-direction: column;
    max-height: none;
    height: auto;
  }
  .mv > div:nth-child(1) {
    width: 100%;
  }
  .mv > div:nth-child(2) {
    width: 100%;
  }
  .mv-detail {
    padding: 1.5rem 0.5em;
  }
  .sub_ttl,
  .mv_lead {
    font-size: 1rem;
  }

  .mv .type:not(.only_movie) li{ font-size: 11px;}

  .mv-photo {
    height: auto;
  }
  .mv-photo .photo{
    height: 250px;
  }
  .mv-photo .book {
    height: auto;
    object-fit: contain;
    max-height: 220px;
  }
}

.info_discount {
  display: table;
  width: 100%;
  margin-bottom: 50px;
  border: 1px solid #fd4400;
  background: #fff;
  line-height: 1;
}
.info_discount dt {
  display: table-cell;
  width: 9em;
  padding: 0.8em 0;
  background: #fd4400;
  color: #fff;
  font-size: 24px;
  text-align: center;
  vertical-align: middle;
}
.info_discount dd {
  display: table-cell;
  width: calc(100% - 9em);
  padding: 0.5em 0.8em;
  font-size: 18px;
  line-height: 1.4;
  vertical-align: middle;
}
.info_discount dd .discount_price {
  position: relative;
  margin-left: 10px;
  padding-left: 20px;
  font-size: 32px;
}
.info_discount dd .discount_price::before {
  position: absolute;
  left: 0;
  bottom: 5px;
  border-top: 5px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #fd4400;
  content: '';
}
@media screen and (max-width: 799px) {
  .info_discount dt {
    width: 6.5em;
  }
  .info_discount dd {
    width: calc(100% - 6.5em);
    padding-right: 0.2em;
  }
  
}
@media screen and (max-width: 599px) {
  .info_discount {
    display: block;
    margin-bottom: 50px;
  }
  .info_discount dt {
    display: block;
    width: 100%;
    font-size: 20px;
  }
  .info_discount dd {
    display: block;
    width: 100%;
    padding: 0.8em 0.1em;
    font-size: 16px;
    text-align: center;
  }
  .info_discount dd .discount_price {
    margin-left: 7px;
    padding-left: 12px;
    font-size: 24px;
  }
}

.book_info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
  padding: 1em;
  background: #fff;
}
.book_info .txt_box {
  padding: 0 2em;
}
.book_info .book_info_ttl {
  margin-bottom: 1em;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.book_info .book_info_txt {
  font-size: 16px;
}
.book_info .img_box img {
  max-width: 113px;
}
@media screen and (max-width: 599px) {
  .book_info {
    display: block;
  }
  .book_info .txt_box {
    padding: 0;
  }
  .book_info .book_info_ttl {
    font-size: 18px;
  }
  .book_info .book_info_txt {
    font-size: 14px;
  }
  .book_info .img_box {
    margin-top: 10px;
    text-align: center;
  }
}

.catch {
  font-size: 18px;
}
.catch .col-wrap {
  display: flex;
  margin-top: 30px;
}
.catch .col-wrap .txt {
  padding-right: 2em;
}
.catch .col-wrap .col {
  width: 48%;
}
.catch .col-wrap .col img {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .catch {
    text-align: left;
    font-size: 16px;
    line-height: 1.8;
  }
  .catch .col-wrap {
    flex-direction: column-reverse;
  }
  .catch .col-wrap .col {
    width: 100%;
  }
  .catch .col-wrap .txt {
    padding-right: 0;
    margin-top: 20px;
  }
}

.gaiyou h3{
  text-align: left;
  color: #d7ba41;
  font-size: 25px;
  margin: 50px 0 40px;
  line-height: 1.4;
}
img.img{
  width: 100%;
  margin-bottom: 50px;
}
.gaiyou .box{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.gaiyou .inner .box:nth-child(odd){ flex-direction: row-reverse;}
.gaiyou .box > div{ width: 50%;}
.gaiyou .box > img{ width: 46.8%; height: 46.8%;}
.gaiyou_img {
  margin-top: 20px;
}

.gaiyou .box_border{
    padding: 40px;
    border: 1px solid #d7ba41;
    border-radius: 15px;
    margin-top: 50px;
}
.gaiyou .box_border > *:first-child{ margin-top: 0;}

@media screen and (max-width: 599px) {
  .gaiyou h3{
    font-size: 20px;
    margin: 40px 0 30px;
  }
  .gaiyou .box > div,
  .gaiyou .box > img{ width: 100%; height: auto;}
  .gaiyou_img img {
    object-fit: cover;
    object-position: center;
    height: 150px;
  }
  .gaiyou .box_border{ padding: 1.5em;}
}

/* �u�t�Љ� */
.speakers p {
  font-size: 16px;
}
.speakers h3 {
  text-align: left;
}
.teacher li{ clear: both;}
.teacher li img{ max-width: 300px;}
.teacher li .position{ font-size: 14px;text-align: left;}
.teacher li .box_profile_txt {
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: left;
}

.person_introduction {
  overflow: hidden;
}
.person_introduction img {
  width: 30%;
  max-width: 151px;
  margin-bottom: 1em;
}
.person_introduction img.float_r {
  float: right;
  margin-left: 1em;
}
.person_introduction img.float_l {
  max-width: 215px;
  float: left;
  margin-right: 2em;
}
.person_introduction a {
  word-break: break-all;
}

@media screen and (min-width: 600px) {
  .teacher .box_profile{
    display: flex;
    align-content: center;
    margin-bottom: 30px;
  }
  .teacher li .box_profile_txt h3 {
    text-align: left;
  }
  .teacher li img{
    max-width: 250px;
    margin-right: 5%;
  }
}

@media screen and (max-width: 599px) {
  .teacher li{ text-align: center;}
  .teacher li .text{ text-align: left;}
}

/* ���� */
.books_wrap {
  margin-top: 50px;
  padding: 1em 1em 2em;
  background: rgb(215, 186, 65, 0.1);
}
@media screen and (max-width: 599px) {
  .books_wrap {
    margin-top: 30px;
    padding: 1em 0.5em;
  }
}
/* �i��4���сj */
.books_horizon {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5em;
}
.books_horizon li {
  width: 24%;
}
.book_horizons .book_img img {
  max-height: 285px;
}
.books_horizon .book_txt {
  margin-top: 1em;
}
@media screen and (max-width: 599px) {
  .books_horizon {
    flex-wrap: wrap;
  }
  .books_horizon li {
    width: 48.5%;
  }
  .books_horizon li:nth-child(n + 3) {
    margin-top: 2em;
  }
  .books_horizon .book_txt {
    font-size: 13px;
  }
}
/* �i��2���сj */
.books_vertical {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.5em;
}
.books_vertical li {
  display: flex;
  justify-content: space-between;
  width: 49%;
/*   width: 100%; */
}
.books_vertical .book_img {
  width: 30%;
  max-width: 112px;
}
.books_vertical .book_txt {
  width: 67%;
}
@media screen and (min-width: 600px) {
  .books_vertical li:nth-child(n + 3) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 599px) {
  .books_vertical {
    display: block;
  }
  .books_vertical li {
    width: 100%;
  }
  .books_vertical li + li {
    margin-top: 20px;
  }
}



/* �u�Z�~�i�[�ɐ\���ށv�^�C�g������ */
.heading {
  position: relative;
  max-height: 350px;
  overflow: hidden;
}
.heading h2 {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
}
.heading .bg {
  background-image: url(/school/image/kabu/bg_ttl02.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 0;
  padding-top: 23.3076923%;
}
@media screen and (max-width: 599px) {
  .heading h2 {
    position: static;
    transform: translateY(0);
    padding: 40px 10px 20px;
  }
}

.kochira_ttl{font-size: 26px}
.kochira{font-size: 30px;}
@media screen and (max-width: 599px) {
  .kochira_ttl{font-size: 16px}
  .kochira{font-size: 20px;}
}

/* ����Ȑl�ɂ������� */
.list_target{
  background: rgba(211, 186, 87, .1);
  border-top: 1px dashed #D7BA41;
  border-bottom: 1px dashed #D7BA41;
  padding: 10px;
  text-align: center;
  margin: 1.5rem auto;
}
.list_target .ttl{
  text-align: center;
  color: #d7ba41;
  font-size: 1.3rem;
}
@media screen and (max-width: 599px) {
  .list_target .txt{ text-align: left;}
}

/* .table01 */
.table01{
  width: 100%;
  border-top: 1px solid #D7BA41;
  border-left: 1px solid #D7BA41;
}
.table01 th,
.table01 td{
  border-right: 1px solid #D7BA41;
  border-bottom: 1px solid #D7BA41;
  padding: 18px;
}
.table01 th{
  background: #F2E9C5;
  vertical-align: middle;
  min-width: 30%;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
}

@media screen and (min-width: 600px) {
  .table01 th{ width: 30%;}
}
@media screen and (max-width: 599px) {
  .table01 th,
  .table01 td{
    display: block;
  }
}

/*
.special-tab &
.tab-content
*/
.js-toggle-content {
  display: none;
}
.js-toggle-content.is-visible {
  display: block;
}
.js-tab-content {
  display: none;
}
.js-tab-content.is-visible {
  display: block;
}

.tab-content {
  background-color: #fff;
  display: none;
  border-top: none;
  overflow: hidden;
  position: relative;
  border: 1px solid #D7BA41;
  margin-top: -1px;
  margin-right: auto;
  margin-left: auto;
  box-sizing: border-box;
  padding: 60px 50px;
}
@media screen and (max-width: 599px) {
  .tab-content {
    padding: 40px 15px;
  }
}

.special-tab {
  display: flex;
  justify-content: space-around;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.special-tab.top {
  margin-top: 60px;
  align-items: flex-end;
}
.special-tab.bottom {
  align-items: flex-start;
}
.special-tab > li {
  position: relative;
  z-index: 1;
  cursor: pointer;
  font-size: 24px;
  line-height: 1.3;
  width: 32%;
  padding: .6em .3em;
  box-sizing: border-box;
  text-align: center;
  background: #E0E0E0;
  border-bottom: 0;
}
.special-tab.top >li {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  position: relative;
  top: -2px;
}
.special-tab.bottom >li {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.special-tab > li.is-active {
  color: #fff;
  background: #d7ba41;
  padding: 1em .3em;
  cursor: default;
}
.special-tab > li.is-active::after{
  content: "";
  border-top: 25px solid #d7ba41;
  border-left: 23px solid transparent;
  border-right: 23px solid transparent;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.special-tab.top > li.is-active {
  border-bottom-width: 0;
  top: 0;
}
.special-tab.bottom > li.is-active {
  border-top-width: 0;
  margin-top: -2px;
}
@media screen and (max-width: 999px) {
  .special-tab {
    width: 100%;
    justify-content: space-between;
  }
}
@media screen and (max-width: 599px) {
  .special-tab.top {
    margin-top: 20px;
  }
  .special-tab > li {
    width: 32.5%;
    min-height: 5em;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .special-tab > li.is-active {
    min-height: 6em;
  }
  .special-tab > li.is-active::after{
    border-top-width: 16px;
    border-left-width: 13px;
    border-right-width: 13px;
    bottom: -16px;
  }
  .special-tab.bottom {
    display: none;
  }
}
.special-tab-txt{ text-align: center;}
@media screen and (min-width: 600px) {
  .special-tab-txt{ font-size: 20px;}
}

.js-toggle-content {
  display: none;
}

/*��u���S�z�ԋ����x*/
.bc_box{
  background-color: #fff;
  border: 1px dotted #d7ba41;
  padding: 15px;
  margin-bottom: 35px;
}
.bc_box h3{
  font-size: 20px;
  padding-bottom: 15px;
  font-weight: normal;
  text-align: center;
}
.bc_box p{
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  .bc_box h3{
    font-size: 18px;
  }
  .bc_box p{
    text-align: left;
    font-size: 14px;
  }
}

/* �^�u���b�g�ȉ� */
@media screen and (max-width: 1024px) {
  #container{
    margin-top: 80px;
    overflow: hidden;
    width: 100%;
  }
  .lead{ font-size: 20px;}
}

@media screen and (max-width: 700px) {
  section p {
  font-size: 14px;}
}

/* �X�}�z */
@media screen and (max-width: 599px) {
  body{ font-size: 14px;}

  .pc{ display: none;}
  .sp{ display: inherit;}

  .br_pc::before{ content: none;}
  .br_sp::before{
    content: "\A" ;
    white-space: pre ;
  }

  .snsBtn { margin: 0}
  #breadcrumbs{ display: none;}

  section .inner{ padding: 40px 14px;}
  section h2 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  section h2:not(.bd_none)::after {
    width: 80px;
    margin: 15px auto 40px;
  }
  section h3{ font-size: 1.2rem}

  .ttl_border{ font-size: 1.25rem;}

  .lead{ font-size: 18px;}
}

.line_img img {
  width: 100%;
  max-height: 350px;
  object-fit: cover;
  object-position: top;
}


/* ==========================================================================
curriculum
========================================================================== */
.curriculum .inner {
  padding-left: 0;
  padding-right: 0;
}
.curriculum .summary-box {
  border-top: 1px solid #d7ba41;
  background-color: #fff;
  font-size: 16px;
  padding: 20px;
  margin: 20px 0;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.curriculum .summary-box dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 5px 0;
}
.curriculum .summary-box dl dt,
.curriculum .summary-box dl dd {
  display: flex;
  align-items: flex-end;
}
.curriculum .summary-box dl dt {
  width: 5em;
}
.curriculum .summary-box .num {
  font-family: 'Josefin Slab', serif;
  font-size: 35px;
  color: #d7ba41;
  line-height: 1;
  display: inline-block;
  padding: 0 5px;
}
.curriculum-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.curriculum-list .item {
  max-width: 460px;
  width: 48%;
  background-color: #efefef;
  border-bottom: 1px solid #d7ba41;
  position: relative;
  margin-bottom: 60px;
}
.curriculum-list .item > .ttl {
  color: #d7ba41;
  font-size: 16px;
  line-height: 1;
  text-align: left;
  width: 100%;
  font-weight: bold;
  background-color: #fff;
  display: flex;
  align-items: flex-end;
}
.bg-beige .curriculum-list .item > .ttl{ background-color: #f3f3f2;}
.bg-school .curriculum-list .item > .ttl{ background-color: #FBF8EB;}
.curriculum-list .item > .ttl .study {
  font-family: 'Josefin Slab', serif;
  font-size: 30px;
  font-weight: normal;
}
.curriculum-list .item > .ttl .num {
  font-family: 'Josefin Slab', serif;
  font-size: 50px;
  display: inline-block;
  padding: 0 10px 0 3px;
  vertical-align: bottom;
  line-height: 1;
  position: relative;
  top: 13px;
  font-weight: normal;
}
.curriculum-list .item > .ttl .main {
  padding-bottom: 3px;
  line-height: 1.2;
}
.curriculum-list .box {
  background-color: #efefef;
  font-size: 14px;
  border-top: 1px solid #d7ba41;
  padding: 20px;
}
.curriculum-list .box > p {
  margin-bottom: 1em;
}
.curriculum-list .box ul + p {
  margin-top: 1.5em;
}
.curriculum-list .box ul li > p {
  margin-left: 2em;
}
.curriculum-list .box dl {
  display: flex;
  margin-top: 0;
}
.curriculum-list .box dl:not(:first-child) {
  margin-top: 10px;
}
.curriculum-list .box dl dt {
  font-weight: bold;
  width: 90px;
}
.curriculum-list .box dl dd {
  width: calc( 100% - 90px );
}
.curriculum .sample-document h4.line {
  position: relative;
  color: #d7ba41;
  font-size: 26px;
  font-weight: normal;
  text-align: center;
}
.curriculum .sample-document h4.line::before,
.curriculum .sample-document h4.line::after {
  max-width: 300px;
  content: "";
  width: 30%;
  border-top: 1px solid #d7ba41;
  position: absolute;
  top: 50%;
}
.curriculum .sample-document h4.line::before{ left: 0;}
.curriculum .sample-document h4.line::after{ right: 0;}
.curriculum .sample-document h4.line,
.curriculum .sample-document .lead{
  margin-bottom: 30px;
}

.list_sample{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 90%;
  margin: 0 auto;
}
.list_sample li{ width: 48%;}
.list_sample h3{
  text-align: left;
  border-bottom: 1px solid;
  color: #d7ba41;
}
.list_sample h3 .icn{
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.list_sample h3 .txt{
  display: inline-block;
  vertical-align: middle;
}
.list_sample .img_sample{
  max-height: 200px;
  display: block;
  margin: 25px auto;
  border: 1px solid #ccc;
}
.list_sample h3 .icn{ line-height: 1;}

/* �ڂ����m�肽���� */
.link_school{
  text-align: center;
  padding: 30px 10px;
  background: rgba(0,0,0,.15);
}
.link_school .btn01 a{
  max-width: 800px;
  margin: 0 auto;
  display: flex;
}

.link_school.kyouyou{ background: rgba(126,103,141,.15);}
.link_school.kyouyou .btn01 a{ color: #7e678d;}
.link_school.kyouyou .btn01 .arw .stroke{ stroke: #7e678d;}

.link_school.retire{ background: rgba(225,111,78,.15);}
.link_school.retire .btn01 a{ color: #e16f4e;}
.link_school.retire .btn01 .arw .stroke{ stroke: #e16f4e;}


/* �X�}�z */
@media screen and (max-width: 599px) {
  .curriculum-list {
      display: block;
  }
  .curriculum-list .item {
      max-width: none;
      width: 100%;
      margin-bottom: 30px;
  }
  .curriculum-list .box dl dt {
      width: 70px;
  }
  .curriculum-list .box dl dd {
      width: calc( 100% - 70px );
  }

  .curriculum .sample-document h4.line,
  .curriculum .sample-document .lead {
      margin-bottom: 20px;
  }
  .curriculum .sample-document h4.line {
      font-size: 20px;
  }
  .curriculum .sample-document h4.line::before,
  .curriculum .sample-document h4.line::after {
      width: 22%;
  }
  .list_sample li{ width: 100%;}
  .list_sample li + li{ margin-top: 30px;}
}

/* ==========================================================================
student_voice
========================================================================== */
.student_voice .heading {
  max-height: 400px;
  min-height: 200px;
  overflow: hidden;
}
.student_voice .heading .bg {
  width: 100%;
  height: 0;
  padding-top: 23.2781839%;/* 605/2599 */
  background: url(/school/image/kabu/bg_ttl01.jpg) center top no-repeat;
  background-size: cover;
  position: relative;
}
.student_voice .heading .ttl {
  position: absolute;
  width: 100%;
  top: 50%;
  line-height: 1.5;
  transform: translateY(-50%);
}
.student_voice .heading .ttl::after {
  margin-bottom: 0;
}
.student_voice .txt-total {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  text-align: right;
  margin-top: -3em;
  position: relative;
  line-height: 1;
  padding-right: 10px;
  font-size: 12px;
}
.student_voice .list {
  margin-bottom: 75px;
}
.student_voice .list .list_box {
  padding: 0 20px;
}
.student_voice .list .list_box .img {
  padding: 15px;
  border: 1px solid #1c2569;
  text-align: center;
}
.student_voice .list .list_box img {
  display: inline-block;
  max-width: 136px;
}
.student_voice .list .list_box .txt {
  margin-top: 1em;
  font-size: 16px;
  line-height: 1.6;
}
.student_voice .list .list_box .txt + .txt {
  margin-top: 0.6em;
}
.student_voice .list .list_box .label {
  display: block;
  margin-bottom: 1em;
  padding: 0.4em 1em;
  border-radius: 9999px;
  background: #d7ba41;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
}
.voice_slick .slick-prev {
  left: -15px;
}
.voice_slick .slick-next {
  right: -15px;
}
.voice_slick .slick-prev::before,
.voice_slick .slick-next::before {
  content: "";
  color: #707070;
  border-left: 2px solid;
  border-bottom: 2px solid;
  width: 10px;
  height: 10px;
  padding: 8px;
  display: block;
}
.voice_slick .slick-prev::before {
  transform: rotate(45deg);
}
.voice_slick .slick-next::before {
  transform: rotate(225deg);
}
@media screen and (max-width: 999px) {
  .student_voice .heading .bg {
      padding-top: 200px;
  }
  .student_voice .txt-total {
      margin-top: -1.5em;
  }
  .student_voice .list .list_box .label {
      font-size: 13px;
      width: fit-content;
  }
}
@media screen and (max-width: 599px) {
  .student_voice {
      padding: 0px 3%;
      box-sizing: border-box;
  }
  .student_voice .list {
      margin-bottom: 50px;
      justify-content: space-between;
  }
  .student_voice .story .list .list_box {
      margin-bottom: 15px;
      margin-left: 0;
  }
  .student_voice .list .list_box .txt {
      font-size: 14px;
  }
  .student_voice .list .list_box img {
      width: 100%;
      float: none;
  }
  .student_voice h2::after {
      margin: 10px auto 15px;
  }
}

/* ==========================================================================
fixed-btn
========================================================================== */
.fixed-btn {
  position: fixed;
  z-index: 10;
  bottom: 100px;
  right: 10px;
  display: none;
}
.fixed-btn.is-show {
  display: block;
}
.fixed-btn a {
  display: block;
  background: #c6272d;
  box-shadow: 0 1.5px 0 #782332;
  color: #ffffff;
  position: relative;
  min-width: 220px;
  padding: 8px 15px 8px 0;
  text-align: center;
  border-radius: 2.8px;
  letter-spacing: 1px;
  font-size: 16px;
  background: #c6272d url(/images/common/arrow02.svg) 94% center/12px no-repeat;
}
.fixed-btn a:hover {
  text-decoration: none;
}
.fixed-btn .baloon {
  display: block;
  padding: 2px 7px;
  position: absolute;
  left: 0;
  top: -57%;
  background-color: #fff;
  color: #c6272d;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #c6272d;
  letter-spacing: normal;
}
.fixed-btn .baloon::after {
  content: "";
  border: 4px solid transparent;
  border-top: 5px solid #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
}

@media screen and (max-width: 599px) {
  .fixed-btn {
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 10px 15px;
      background-color: rgba( 255,255,255, 0.75);
  }
  .fixed-btn .baloon {
      display: none;
  }
  .fixed-btn a {
      width: calc(100% - 80px);
      font-size: 16px;
      background-size: 16px;
  }
}


/* -----------------------
  /css/kiyaku.css
----------------------- */
@media screen and (min-width: 600px) {
  .kiyaku-area #modal-close {
    display: none;
  }
}
