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

  Style Info: /school/fujikawajuku.html setting
-------------------------------------------------------------------- */
* { box-sizing: border-box;}
body{
  counter-reset: vol 0;
  overflow-x: hidden;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 14px;
  }
}

section .inner {
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 0;
}
@media screen and (max-width: 599px) {
  section .inner {
    padding: 40px 0;
  }
}

.tac { text-align: center;}
.tar { text-align: right;}
.txt_bold { font-weight: bold;}
.txt_orange { color: #ea5413;}
.txt_red { color: #de2121;}
.txt_blue { color: #1c2569;}
.txt_lblue { color: #0091d7;}
.txt_gray { color: #7b7b7e;}
.txt_through { text-decoration: line-through;}
.mb50 { margin-bottom: 60px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.ml10 { margin-left: 10px;}
.ml20 { margin-left: 20px;}
.ml35 { margin-left: 35px;}

.bg-beige { background-color: #f3f3f2;}

.lead{
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .lead{
    font-size: 12px;
    text-align: left;
  }
}

.caution {
  font-size: 14px;
}
@media screen and (max-width: 599px) {
  .caution {
    font-size: 12px;
  }
}

.pc {
  display: inherit;
}
.tab {
  display: none;
}
.sp {
  display: none;
}
.sp_tab {
  display: none;
}
@media screen and (min-width: 600px) {
  .tab_pc {
    display: inherit;
  }
}
@media screen and (max-width: 999px) {
  .pc {
    display: none;
  }
  .tab {
    display: inherit;
  }
  .sp {
    display: none;
  }
  .sp_tab {
    display: inherit;
  }
}
@media screen and (max-width: 599px) {
  .pc {
    display: none;
  }
  .tab {
    display: none ;
  }
  .sp {
    display: inherit;
  }
  .tab_pc {
    display: none;
  }
}
@media screen and (min-width: 600px) and (max-width: 999px) {
  .sp_pc {
    display: none;
  }
}

a:hover { opacity: .75;}

.heading_01 {
  position: relative;
  font-size: 35px;
  font-weight: normal;
  line-height: 1.7;
  text-align: center;
}
.heading_01::after {
  content: "";
  display: block;
  border-bottom: 3px solid #1e236e;
  width: 115px;
  margin: 20px auto 85px;
}
section h3 {
  text-align: center;
  font-size: 23px;
}
section[class^="ttl"] .inner{
  max-width: 1200px;
  padding-top: 125px;
}
section[class^="ttl"] h2{
  color: #fff;
  margin-bottom: 200px;
  letter-spacing: 0;
}
section[class^="ttl"] h2::after{ border-bottom-color: #fff;}
section[class^="ttl"] p{
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .heading_01 {
    font-size: 20px;
    letter-spacing: 0;
  }
  .heading_01::after {
    width: 80px;
    margin: 15px auto 25px;
  }
  section h3 {
    font-size: 1.2rem
  }
  section[class^="ttl"] h2{ color: #000;}
  section[class^="ttl"] h2::after{ border-bottom-color: #1d226f;}
}

.btn_entry {
  display: block;
  position: relative;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  padding: 1.2em 35px 1.2em 1em;
  background: #c6272e;
  border: none;
  border-radius: 10px;
  box-shadow: 0 2px 0 #4e4949;
  color: #fff;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
}
.btn_entry::before {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  content: '';
}
.btn_entry::after {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  border-left: 13px solid #c6272e;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  content: '';
}
.btn_entry:hover {
  text-decoration: none;
}
.btn_entry.desabled {
  pointer-events: none;
  background: #e0e0e0;
  box-shadow: 0 2px 0 #b7b7b7;
}
.btn_entry.desabled::after {
  border-left-color: #e0e0e0;
}
@media screen and (max-width: 599px) {
  .btn_entry {
    font-size: 18px;
  }
}

.ul_list01 > li{
  min-height: 22px;
  margin-bottom: 15px;
  padding-left: 35px;
  background: url(/images/common/check_fabl.svg) left top no-repeat;
  line-height: 1.6;
}
.ol_list01{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ol_list01 > li{
  background: #e8e9f0;
  color: #1e236e;
  text-align: center;
  font-size: 22px;
  position: relative;
}
.ol_list01 > li::before{
  content : "";
  padding: .7em;
  position: absolute;
  top: -.7em;
  left: 0;
  right: 0;
}
.ol_list01 > li:first-child::before{ background: url(/images/common/number/fabl/no01.svg)center center/contain no-repeat;}
.ol_list01 > li:nth-child(2)::before{ background: url(/images/common/number/fabl/no02.svg)center center/contain no-repeat;}
.ol_list01 > li:nth-child(3)::before{ background: url(/images/common/number/fabl/no03.svg)center center/contain no-repeat;}
.ol_list01 > li:nth-child(4)::before{ background: url(/images/common/number/fabl/no04.svg)center center/contain no-repeat;}
.ol_list01 > li:nth-child(5)::before{ background: url(/images/common/number/fabl/no05.svg)center center/contain no-repeat;}
.ol_list01 > li:nth-child(6)::before{ background: url(/images/common/number/fabl/no06.svg)center center/contain no-repeat;}
.ol_list01 > li:nth-child(7)::before{ background: url(/images/common/number/fabl/no07.svg)center center/contain no-repeat;}
.ol_list01 > li:nth-child(8)::before{ background: url(/images/common/number/fabl/no08.svg)center center/contain no-repeat;}
.ol_list01 > li a{
  color: #1e236e;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .ol_list01 > li{ font-size: 18px;}
}

.info_box {
  width: 100%;
  max-width: 850px;
  margin: 0 auto 1.5em;
  padding: 0.5em 0.8em;
  background-color: #fff;
  border: 1px solid #ff0000;
  color: #ff0000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .info_box {
    font-size: 18px;
  }
}

/* ------------------------------
mv
------------------------------ */
.mv {
  background: #1c2569;
}
.mv .mv_main {
  width: 50%;
  padding: 10px;
  background: #1c2569;
  color: #fff;
  text-align: center;
}
.mv .mv_img {
  position: relative;
  width: 50%;
}
.mv .mv_img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: 0 70%;
}
.mv .ico_date {
  position: absolute;
  bottom: 30px;
  right: 40px;
  width: 208px;
  height: 208px;
  padding-top: 1.3em;
  background: #fff;
  border: 2px solid #1c2569;
  border-radius: 50%;
  color: #1c2569;
  font-size: 25px;
  text-align: center;
  line-height: 1.5;
}
.mv .ico_date .date {
  font-size: 40px;
  font-weight: bold;
}
.mv h1 {
  margin-bottom: 1em;
  font-size: 40px;
  font-weight: normal;
  line-height: 1.7;
}
.mv .sub {
  display: inline-block;
  padding: 0.5em 0.8em;
  background: #fff;
  color: #1c2569;
  font-size: 25px;
  line-height: 1.4;
}
@media screen and (min-width: 700px) {
  .mv {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 1229px) {
  .mv .mv_main {
    width: 60%;
  }
  .mv .mv_img {
    width: 40%;
  }
}
@media screen and (max-width: 1029px) {
  .mv .mv_main {
    width: 70%;
  }
  .mv .mv_img {
    width: 30%;
  }
  .mv .mv_img img {
    object-position: 35% 70%;
  }
  .mv .ico_date {
    right: 20px;
  }
}
@media screen and (max-width: 879px) {
  .mv .mv_main {
    min-height: unset;
  }
  .mv .mv_img img {
    height: 400px;
  }
  .mv .ico_date {
    width: 23.64vw;
    height: 23.64vw;
    font-size: 2.84vw;
  }
  .mv .ico_date .date {
    font-size: 4.55vw;
  }
  .mv h1 {
    font-size: 4.55vw;
  }
  .mv .sub {
    font-size: 2.84vw;
  }
}
@media screen and (max-width: 699px) {
  .mv .mv_main {
    width: 100%;
    padding: 25px 2% 30px;
  }
  .mv .mv_img {
    width: 100%;
  }
  .mv .mv_img img {
    width: 100%;
    height: 180px;
  }
  .mv .ico_date {
    bottom: auto;
    top: 15px;
  }
}
@media screen and (max-width: 599px) {
  .mv .ico_date {
    right: 15px;
    width: 120px;
    height: 120px;
    padding-top: 1em;
    font-size: 16px;
  }
  .mv .ico_date .date {
    font-size: 25px;
  }
  .mv h1 {
    font-size: 24px;
  }
  .mv .sub {
    padding: 0.5em 0.3em;
    font-size: 15px;
  }
}

/* ------------------------------
intro
------------------------------ */
.intro {
  padding: 2.8em 2em;
  background: rgba(28, 37, 105, 0.1);
  color: #1c2569;
  font-size: 20px;
  text-align: center;
}
.intro p {
  display: inline-block;
  width: 100%;
  max-width: 1000px;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.05em;
}
.intro .discount_box {
  margin-bottom: 1em;
  padding: 0.5em;
  background: #fff;
  border: 1px solid #ff0000;
  color: #ff0000;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .intro {
    padding: 2em 5%;
    font-size: 16px;
  }
}

/* ------------------------------
melit
------------------------------ */
.melit .ol_list01 li{
  width: 30%;
  padding: 2.5em 2% 1.5em;
}
@media screen and (max-width: 599px) {
  .melit .ol_list01 li {
    width: 80%;
    padding: 25px;
    margin: 20px auto;
  }
}

/* ------------------------------
canlearn
------------------------------ */
.canlearn .wrap_figure{
  position: relative;
  height: 670px;
  width: 100%;
  margin: 0 auto;
}
.canlearn .wrap_figure h3{
  width: 300px;
  height: 300px;
  background: #1c236d;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.canlearn .wrap_figure .num li{
  width: calc(50% - 125px);
  max-width: 340px;
  text-align: center;
  font-size: 20px;
  color: #1c236d;
  position: absolute;
  margin: auto;

}
.canlearn .wrap_figure .num li:first-child{
  left: 0;
  right: 0;
  top: 0;
}
.canlearn .wrap_figure .num li:nth-child(2){
  right: 0;
  top: 110px;
}
.canlearn .wrap_figure .num li:nth-child(3){
  right: 0;
  top: 320px;
}
.canlearn .wrap_figure .num li:nth-child(4){
  right: 65px;
  bottom: 0;
}
.canlearn .wrap_figure .num li:nth-child(5){
  left: 85px;
  bottom: 0;
}
.canlearn .wrap_figure .num li:nth-child(6){
  left: 0;
  top: 320px;
}
.canlearn .wrap_figure .num li:nth-child(7){
  left: 0;
  top: 110px;
}
.canlearn .wrap_figure .num li::before{
  content: "";
  display: block;
  width: 30px;
  padding-top: 52px;
  background-position: center top;
  background-size: auto 80%;
  background-repeat: no-repeat;
  border-bottom: 4px solid #1c236d;
  margin: 0 auto 10px;
}
.canlearn .wrap_figure .num li:first-child::before{ background-image: url(/images/common/number/fabl/no01.svg);}
.canlearn .wrap_figure .num li:nth-child(2)::before{ background-image: url(/images/common/number/fabl/no02.svg);}
.canlearn .wrap_figure .num li:nth-child(3)::before{ background-image: url(/images/common/number/fabl/no03.svg);}
.canlearn .wrap_figure .num li:nth-child(4)::before{ background-image: url(/images/common/number/fabl/no04.svg);}
.canlearn .wrap_figure .num li:nth-child(5)::before{ background-image: url(/images/common/number/fabl/no05.svg);}
.canlearn .wrap_figure .num li:nth-child(6)::before{ background-image: url(/images/common/number/fabl/no06.svg);}
.canlearn .wrap_figure .num li:nth-child(7)::before{ background-image: url(/images/common/number/fabl/no07.svg);}
@media screen and (max-width: 599px) {
  .canlearn .wrap_figure{ height: auto;}
  .canlearn .wrap_figure h3 {
    width: auto;
    height: auto;
    padding: 0.5em;
    border-radius: 10px;
    position: static;
    margin-bottom: 1.5em;
    line-height: 1.6;
  }
  .canlearn .wrap_figure .num li {
    width: calc(100% - 2.2em);
    max-width: inherit;
    font-size: 17px;
    position: static;
    margin: 0 0 1em 2.5em;
    text-align: left;
    text-indent: -2.2em;
  }
  .canlearn .wrap_figure .num li::before {
    display: inline-block;
    width: 20px;
    padding-top: 25px;
    background-position: center center;
    background-size: contain;
    border-bottom: 0;
    margin: 0 1em 0 0;
    vertical-align: middle;
  }
}

/* ------------------------------
whats
------------------------------ */
.whats p + p {
  margin-top: 2em;
}

/* ------------------------------
knowhow
------------------------------ */
.knowhow .ttl_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 335px;
  background: url(/event/251013/img/bg_ttl01.jpg) no-repeat center / cover;
  color: #fff;
  text-align: center;
}
.knowhow .ttl_wrap {
  padding: 0 4%;
}
.knowhow .ttl_wrap h2::after {
  margin-bottom: 0;
  border-color: #fff;
}
.knowhow p + p {
  margin-top: 2em;
}
@media screen and (max-width: 599px) {
  .knowhow .ttl_wrap {
    min-height: 200px;
  }
}

/* ------------------------------
recommended_for
------------------------------ */
.recommended_for {
  text-align: center;
}
.recommended_for .recom_list {
  display: inline-block;
}
.recommended_for .recom_list li {
  padding-left: 3em;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.009%22%20height%3D%2220.57%22%20viewBox%3D%220%200%2021.009%2020.57%22%3E%3Cpath%20d%3D%22M0%2C3.408H17.163V20.57H0Zm16.546.616H.616V19.955H16.546Z%22%2F%3E%3Cpath%20d%3D%22M.139%2C4.685l7.536%2C7.437L21.009%2C0%2C7.6%2C19.592Z%22%20fill%3D%22%231e236e%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: left 0.4em;
  font-size: 20px;
  text-align: left;
}
.recommended_for .recom_list li + li {
  margin-top: 1em;
}
@media screen and (max-width: 599px) {
  .recommended_for .recom_list li {
    padding-left: 2em;
    background-position: left 0.2em;
    font-size: 16px;
  }
}

/* ------------------------------
teacher
------------------------------ */
@media screen and (min-width: 600px) {
  .teacher .teacher_introduce {
    display: grid;
    grid-template-columns: 32% auto;
    column-gap: 4%;
    row-gap: 1em;
  }
  .teacher .teacher_introduce .teacher_img {
    grid-column: 1/2;
    grid-row: 1/4;
    width: 100%;
    max-width: 319px;
  }
  .teacher .teacher_introduce .name {
    grid-column: 2/3;
    grid-row: 1/2;
    font-size: 35px;
    line-height: 1;
    text-align: left;
  }
  .teacher .teacher_introduce .position {
    grid-column: 2/3;
    grid-row: 2/3;
    font-size: 20px;
  }
  .teacher .teacher_introduce .career {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
@media screen and (max-width: 599px) {
  .teacher .teacher_introduce .teacher_img {
    display: block;
    max-width: 230px;
    margin: 0 auto;
  }
  .teacher .teacher_introduce .name {
    margin: 1em 0;
    font-size: 20px;
    text-align: center;
  }
  .teacher .teacher_introduce .position {
    margin-bottom: 1.5em;
    font-size: 15px;
  }
}

/* ------------------------------
curi
------------------------------ */
.curi h2::after {
  margin-bottom: 70px;
}
.curi .ol_list01 > li::before {
  content: none;
}
.curi .ol_list01 > li {
  width: 48%;
  padding: 1em 2.5%;
  margin-bottom: 30px;
}
.curi .ol_list01 h3 {
  margin-bottom: 1.5em;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
}
.curi .ol_list01 h4 {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
}
.curi .ol_list01 .detail {
  margin-left: 0.7em;
}
.curi .ol_list01 .detail li {
  padding-left: 1em;
  text-indent: -1em;
  color: #22245c;
  font-size: 16px;
  text-align: left;
}
.curi .ol_list01 .detail + h4 {
  margin-top: 1.5em;
}
@media screen and (max-width: 599px) {
  .curi h2::after {
    margin-bottom: 30px;
  }
  .curi .ol_list01 > li {
    width: 100%;
  }
  .curi .ol_list01 > li .detail li {
    font-size: 14px;
  }
}

/* ------------------------------
entry
------------------------------ */
.entry .gaiyou {
  width: 100%;
  margin-bottom: 60px;
  table-layout: fixed;
  border-top: 1px solid #1e236e;
  border-left: 1px solid #1e236e;
}
.entry .gaiyou th,
.entry .gaiyou td {
  padding: 1.5em;
  border-right: 1px solid #1e236e;
  border-bottom: 1px solid #1e236e;
}
.entry .gaiyou th {
  width: 18%;
  padding: 1.5em 1em;
  font-weight: normal;
  background: #e8e9f0;
  color: #1e236e;
  text-align: center;
}
.entry .gaiyou td {
  background: #fff;
}
.entry .gaiyou td .note_price {
  display: inline-block;
  position: relative;
  padding: 0 1.5em;
  text-align: center;
}
.entry .gaiyou td .note_price::before,
.entry .gaiyou td .note_price::after {
  position: absolute;
  bottom: 0.2em;
  width: 1px;
  height: 80%;
  background: #1c2569;
  content: '';
}
.entry .gaiyou td .note_price::before {
  left: 0.5em;
  transform: rotate(-20deg);
}
.entry .gaiyou td .note_price::after {
  right: 0.5em;
  transform: rotate(20deg);
}
.entry .gaiyou td .price {
  margin: 0.5em 0;
  font-weight: bold;
  line-height: 1.2;
}
.entry .gaiyou td .price .line_through {
  display: inline-block;
  position: relative;
  color: #7b7b7e;
}
.entry .gaiyou td .price .line_through::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #de2121;
  content: '';
}
.entry .gaiyou td .sale_arrow {
  margin: 5px 0 5px 35px
}
.entry .gaiyou td .price .txt_s {
  font-size: 12px;
}
.entry .gaiyou td a{ text-decoration: underline;}
.entry .gaiyou td .map{
  display: inline-block;
  margin-left: 1em;
  background: #1c236d;
  color: #fff;
  padding: 0 5px;
  border-radius: 3px;
  text-decoration: none;
}
.entry .gaiyou td .check {
  display: inline-block;
  max-width: 850px;
}
.entry .gaiyou td .check li {
  text-align: left;
}
.entry .gaiyou td .check li + li {
  margin-top: 1em;
}
.entry .gaiyou td .check li input{ display: none;}
.entry .gaiyou td .check li .list{
  padding-left: 50px;
  position: relative;
  display: block;
}
.entry .gaiyou td .check li .list::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.3em;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  border-radius: 2px;
  background: #fff;
}
.entry .gaiyou td .check li input:checked + .list::before {
  border: 1px solid #e35369;
  background: #fbf3f0;
}
.entry .gaiyou td .check li input:checked + .list::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 5px;
  width: 8px;
  height: 16px;
  transform: rotate(40deg);
  border-bottom: 3px solid #d7063a;
  border-right: 3px solid #d7063a;
}
.entry .gaiyou.step th {
  position: relative;
  padding: 0.6em 100px 0.6em 2.5em;
  font-size: 20px;
  text-align: left;
}
.entry .gaiyou.step td {
  padding: 2.5em 1em;
  text-align: center;
}
.entry .gaiyou.step th,
.entry .gaiyou.step td {
  display: block;
  width: 100%;
}
.entry .gaiyou.step th .required {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  display: inline-block;
  padding: 0.45em 0.6em;
  background: #ee7c52;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  line-height: 1;
}
.entry .entry_check_list {
  display: inline-block;
  width: 100%;
  max-width: 800px;
}
.entry .entry_check_list li + li {
  margin-top: 30px;
}
.entry .entry_check_list input[type=radio] {
  display: none;
}
.entry .entry_check_list .radio_entry {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 1.5em 2em 1.5em 60px;
  border: 1px solid #1c2569;
  border-radius: 5px;
  text-align: left;
  line-height: 1.4;
  cursor: pointer;
}
.entry .entry_check_list .radio_entry::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  background: #fff;
  border: 1px solid #1c2569;
  border-radius: 50%;
  content: '';
}
.entry .entry_check_list .radio_entry::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: #1c2569;
  border-radius: 50%;
  opacity: 0;
  content: '';
}
.entry .entry_check_list input[type=radio]:checked + .radio_entry {
  background: #1c2569;
  color: #fff;
}
.entry .entry_check_list input[type=radio]:checked + .radio_entry::after {
  opacity: 1;
}
.entry .entry_check_list .radio_entry .e_price {
  float: right;
}
.entry .entry_check_list .radio_entry .e_price .through {
  text-decoration: line-through;
}
@media screen and (max-width: 599px) {
  .entry .gaiyou {
    margin-bottom: 40px;
  }
  .entry .gaiyou + .gaiyou {
    margin-top: 40px;
  }
  .entry .gaiyou th,
  .entry .gaiyou td {
    padding: 1em 3%;
    display: block;
    width: 100%;
  }
  .entry .gaiyou td .note_price {
    padding: 0 1.2em;
  }
  .entry .gaiyou td .map {
    margin: 0.3em 0 0.5em;
  }
  .entry .gaiyou.step th {
    padding: 0.6em 75px 0.6em 1em;
    font-size: 16px;
  }
  .entry .gaiyou.step th .required {
    font-size: 14px;
  }
  .entry .entry_check_list .radio_entry .e_price {
    display: block;
    margin-top: 0.5em;
    float: none;
    white-space: nowrap;
  }
}

/* ------------------------------
entry
------------------------------ */
.entry .note-box {
  height: 200px;
  margin-top: 60px;
  padding: 20px 30px;
  background: #fff;
  border: 1px solid #1E236E;
  overflow: auto;  
}
.entry .note-box .ttl {
  margin-bottom: 1em;
  color: #1e236e;
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .entry .note-box {
    margin-top: 40px;
    padding: 20px 12px;
  }
  .entry .note-box .ttl {
    font-size: 14px;
    text-align: left;
  }
}

/* ------------------------------
kiyaku-area
------------------------------ */
.kiyaku-area .accordion {
  margin-bottom: 1em;
  padding: 0;
  border: none;
  font-size: 13.6px;
  text-align: left;
  cursor: none;
}
.kiyaku-area .accordion::after {
  content: none;
}
.kiyaku-area.juko_kiyaku p,
.kiyaku-area.juko_kiyaku ul {
  font-size: 12px;
}
.kiyaku-area p,
.kiyaku-area ul {
  font-size: 12px;
}
.kiyaku-area #modal-close{ display: none;}
@media screen and (max-width: 599px) {
  .kiyaku-area .accordion {
    font-size: 14px;
  }
  .kiyaku-area #modal-close {
    display: none;
  }
  .kiyaku-area .modal-content {
    display: block;
    position: static;
    z-index: 1;
    width: 100%;
    max-height: none;
    padding: 0;
    border: none;
    overflow: auto;
  }
}
