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

  Style Info: /event/education_expenses/index.html setting
-------------------------------------------------------------------- */
*,*::before,*::after {
  box-sizing: border-box;
}

/* ------------------------------
body
------------------------------ */
body {
  overflow-x: hidden;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  body {
    font-size: 14px;
  }
}

/* ------------------------------
img
------------------------------ */
img {
  max-width: 100%;
}

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

/* ------------------------------
display
------------------------------ */
.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;
  }
}

/* ------------------------------
text
------------------------------ */
.txt_bold {
  font-weight: bold;
}
.txt_orange {
  color: #ee7c52;
}

/* ------------------------------
background
------------------------------ */
.bg_lblue {
  background-color: rgba(28, 37, 105, 0.1);
}
.bg_ptn_yellow {
  background: url(/event/education_expenses/img/bg_paper.png);
}

/* ------------------------------
marker
------------------------------ */
.marker_01 {
  padding-bottom: 0.2em;
  background: linear-gradient(transparent 60%, rgba(255, 245, 0, 0.4) 60%);
  font-weight: bold;
}

/* ------------------------------
heading
------------------------------ */
.heading_01 {
  position: relative;
  margin-bottom: 2em;
  padding-bottom: 1em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  color: #1c2569;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.05em;
  text-align: center;
}
.heading_01::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  border-bottom: 2px solid #1c2569;
  content: '';
}
.heading_01 .txt_l {
  font-size: 40px;
}
@media screen and (max-width: 599px) {
  .heading_01 {
    font-size: 20px;
  }
  .heading_01 .txt_l {
    font-size: 28px;
  }
}

/* ------------------------------
btn
------------------------------ */
.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;
  opacity: 0.7;
}
.btn_entry.desabled {
  pointer-events: none;
  background: #ccc;
  box-shadow: 0 2px 0 #b7b7b7;
}
.btn_entry.desabled::after {
  border-left-color: #ccc;
}
@media screen and (max-width: 599px) {
  .btn_entry {
    font-size: 18px;
  }
}

/* ------------------------------
mv
------------------------------ */
.mv {
  position: relative;
  background: #323a78;
  text-align: right;
  line-height: 0;
}
.mv .mv_main {
  width: 50%;
  min-width: 767px;
  min-height: 499px;
  padding: 35px 40px;
  background: #323a78;
  color: #fff;
}
.mv h1 {
  margin-bottom: 0.7em;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.2;
  text-align: left;
}
.mv h1 .strong {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-size: 67px;
  font-weight: 600;
  line-height: 1.4;
}
.mv h1 .u_line {
  display: inline-block;
  position: relative;
  margin-bottom: 1.3em;
  padding: 0 0.5em 0.8em;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.05em;
}
.mv h1 .u_line::before {
  position: absolute;
  left: 43px;
  bottom: -24px;
  transform: rotate(-45deg);
  width: 1px;
  height: 28px;
  background: #fff;
  content: '';
}
.mv h1 .u_line::after {
  position: absolute;
  left: 35px;
  bottom: -1px;
  width: 20px;
  height: 2px;
  background: #323a78;
  content: '';
}
.mv .sub {
  margin-bottom: 1.2em;
  font-size: 20px;
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.mv .detail_box {
  display: flex;
  width: 100%;
  max-width: 536px;
  text-align: center;
  line-height: 1.6;
}
.mv .detail_box dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0 3px 3px 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.mv .detail_box dd {
  width: 70%;
  padding: 0 0.5em;
  background: #fff;
  border-radius: 3px 0 0 3px;
  color: #1c2569;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
.mv .detail_box .date {
  font-size: 37px;
}
.mv .detail_box .day_of_week {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #1c2569;
  border-radius: 50%;
  color: #fff;
  line-height: 30px;
  text-align: center;
}
.mv .img_mv_sp {
  display: none;
}
@media screen and (min-width: 800px) {
  .mv {
    display: flex;
    flex-direction: row-reverse;
    height: 499px;
  }
  .mv .mv_img .img_mv_pc {
    height: 499px;
    object-fit: cover;
    object-position: right bottom;
  }
}
@media screen and (min-width: 1441px) {
  .mv .mv_img {
    overflow: hidden;
  }
  .mv .mv_img {
    width: 50%;
  }
  .mv .mv_img .img_mv_pc {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 1399px) {
  .mv .mv_main {
    min-width: 650px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 799px) {
  .mv .mv_main {
    margin: 0 auto;
  }
  .mv .img_mv_pc {
    display: none;
  }
  .mv .img_mv_sp {
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: 0 30%;
  }
}
@media screen and (max-width: 699px) {
  .mv .mv_main {
    width: 100%;
    min-width: unset;
  }
}
@media screen and (max-width: 599px) {
  .mv .mv_main {
    max-width: 500px;
    min-height: unset;
    padding: 16px 3% 20px;
  }
  .mv h1 {
    width: fit-content;
    margin: 0 auto .8em;
    font-size: 13px;
  }
  .mv h1 .strong {
    font-size: 39px;
  }
  .mv h1 .u_line {
    margin-bottom: 1em;
    letter-spacing: normal;
  }
  .mv h1 .u_line::before {
    left: 30px;
    bottom: -17px;
    height: 20px;
  }
  .mv h1 .u_line::after {
    left: 25px;
    bottom: -1px;
    width: 20px;
  }
  .mv .sub {
    font-size: 13px;
  }
  .mv .detail_box dt {
    font-size: 14px;
  }
  .mv .detail_box dd {
    font-size: 16px;
  }
  .mv .detail_box .date {
    font-size: 24px;
  }
  .mv .detail_box .day_of_week {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .mv .img_mv_sp {
    width: 100%;
    height: 185px;
    object-fit: cover;
    object-position: 0 0;
  }
}

/* ------------------------------
how_much
------------------------------ */
.how_much .lead {
  margin-bottom: 1.8em;
  font-size: 20px;
  text-align: center;
  line-height: 2.0;
  letter-spacing: 0.05em;
}
.how_much .list_box {
  max-width: 700px;
  margin: 0 auto 40px;
  padding: 25px 20px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
.how_much .list_box h3 {
  display: inline-block;
  margin-bottom: 1.4em;
  padding: 0 0.5em 0.2em;
  border-bottom: 2px dotted #323a77;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  color: #323a77;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.how_much .diamond_list {
  display: inline-block;
  margin-bottom: 1em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  color: #323a77;
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  letter-spacing: 0.05em;
}
.how_much .diamond_list li .txt_s {
  font-size: 10px;
}
.how_much .diamond_list li + li {
  margin-top: 0.8em;
}
.how_much .diamond_list li::before {
  content: " ";
}
.how_much .list_note {
  display: inline-block;
  max-width: 610px;
  color: #323a77;
  font-size: 10px;
  text-align: left;
  letter-spacing: 0.05em;
}
.how_much .img_how_much {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 60px auto 0;
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  .how_much .lead {
    font-size: 16px;
    text-align: left;
  }
  .how_much .list_box {
    padding: 25px 4%;
  }
  .how_much .list_box h3 {
    padding-left: 0.3em;
    padding-right: 0.3em;
    font-size: 18px;
  }
  .how_much .diamond_list {
    font-size: 18px;
  }
  .how_much .img_how_much {
    margin-top: 40px;
  }
}

/* ------------------------------
important
------------------------------ */
.important p {
  font-size: 20px;
  line-height: 2.0;
  letter-spacing: 0.05em;
}
.important p + p {
  margin-top: 2em;
}
.important .img_important {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 60px auto 0;
  border-radius: 10px;
}
@media screen and (max-width: 599px) {
  .important p {
    font-size: 16px;
  }
  .important .img_important {
    margin-top: 40px;
  }
}

/* ------------------------------
canlearn
------------------------------ */
.canlearn .learn_list {
  margin-top: 80px;
}
.canlearn .learn_list > li,
.canlearn .others_box {
  position: relative;
  padding: 45px 1% 30px;
  background: #e7e8f0;
  border-radius: 6px;
  color: #1c2569;
}
.canlearn .learn_list .list_no {
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "din-2014", sans-serif;
  font-size: 50px;
  line-height: 1;
}
.canlearn .learn_list h3 {
  margin-bottom: 0.5em;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
}
.canlearn .txt_list {
  width: 94%;
  margin: 0 auto;
}
.canlearn .txt_list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  line-height: 1.4;
}
.canlearn .txt_list li + li {
  margin-top: 0.5em;
}
.canlearn .others_box {
  margin-top: 60px;
}
.canlearn .others_box h3 {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-style: normal;
  color: #1c2569;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.canlearn .img_canlearn {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 80px auto 0;
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
  .canlearn .learn_list {
    display: flex;
    justify-content: space-between;
  }
  .canlearn .learn_list > li {
    width: 30%;
  }
  .canlearn .learn_list h3 {
    min-height: 87px;
  }
  .canlearn .others_box .txt_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 95px;
    row-gap: 0.5em;
    max-width: 755px;
    margin: 0 auto;
  }
  .canlearn .others_box .txt_list li + li {
    margin-top: 0;
  }
}
@media screen and (min-width: 600px) and (max-width: 869px) {
  .canlearn .others_box .txt_list {
    column-gap: 10px;
  }
}
@media screen and (max-width: 599px) {
  .canlearn .learn_list {
    max-width: 300px;
    margin: 60px auto 0;
  }
  .canlearn .learn_list > li {
    padding: 40px 3% 25px;;
  }
  .canlearn .learn_list > li + li {
    margin-top: 50px;
  }
  .canlearn .others_box {
    max-width: 300px;
    margin: 100px auto 0;
  }
  .canlearn .others_box h3 {
    top: -55px;
    font-size: 26px;
    text-align: center;
    line-height: 1.4;
  }
  .canlearn .img_canlearn {
    margin-top: 50px;
  }
}

/* ------------------------------
recommended_for
------------------------------ */
.recommended_for .list_wrap {
  padding: 30px 2% 30px 6%;
  background: #fff;
}
.recommended_for .ul_list01 > li {
  min-height: 22px;
  margin-bottom: 15px;
  padding-left: 35px;
  background: url(/images/common/check_fabl.svg) left top no-repeat;
  font-size: 18px;
  line-height: 1.6;
}
.recommended_for .img_recommended_for {
  display: block;
  width: 100%;
  max-width: 700px;
  margin: 70px auto 0;
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
  .recommended_for .ul_list01 {
    column-count: 2;
  }
}
@media screen and (max-width: 599px) {
  .recommended_for .list_wrap {
    padding: 30px 3% 15px;
  }
  .recommended_for .ul_list01 > li {
    padding-left: 30px;
    font-size: 16px;
  }
  .recommended_for .img_recommended_for {
    margin-top: 50px;
  }
}

/* ------------------------------
teacher
------------------------------ */
.teacher .teacher_list li + li {
  margin-top: 35px;
}
.teacher .teacher_list li {
  display: grid;
  grid-template-columns: 240px auto;
  grid-template-rows: max-content 1fr;
  column-gap: 30px;
  align-self: start;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
}
.teacher .teacher_list .photo img {
  width: 100%;
  border-radius: 10px;
}
.teacher .teacher_list .name {
  font-size: 28px;
  line-height: 1.2;
}
.teacher .teacher_list .name .txt_s {
  font-size: 18px;
}
.teacher .teacher_list .position {
  padding-top: 0.2em;
  font-size: 18px;
}
.teacher .teacher_list .history {
  padding-top: 0.5em;
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 600px) {
  .teacher .teacher_list .photo {
    grid-column: 1/2;
    grid-row: 1/3;
  }
  .teacher .teacher_list .profile {
    grid-column: 2/3;
    grid-row: 1/2;
  }
  .teacher .teacher_list .history {
    grid-column: 2/3;
    grid-row: 2/3;
  }
}
@media screen and (max-width: 599px) {
  .teacher .teacher_list li + li {
    margin-top: 30px;
  }
  .teacher .teacher_list li {
    grid-template-columns: 126px auto;
    column-gap: 10px;
    padding: 17px 3.5% 15px;
  }
  .teacher .teacher_list .photo {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .teacher .teacher_list .profile {
    grid-column: 2/3;
    grid-row: 1/2;
    align-self: center;
  }
  .teacher .teacher_list .history {
    grid-column: 1/3;
    grid-row: 2/3;
    padding-top: 1em;
    font-size: 12px;
    letter-spacing: normal;
  }
  .teacher .teacher_list .name {
    font-size: 20px;
  }
  .teacher .teacher_list .name .txt_s {
    font-size: 14px;
  }
  .teacher .teacher_list .position {
    font-size: 14px;
  }
}

/* ------------------------------
entry
------------------------------ */
.entry {
  padding-bottom: 90px;
  background: #e8e9ef;
}
.entry .inner {
  padding-bottom: 0;
}
.entry .gaiyou {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #1e236e;
  border-left: 1px solid #1e236e;
}
.entry .gaiyou + .gaiyou {
  margin-top: 60px;
}
.entry .gaiyou th,
.entry .gaiyou td {
  padding: 2em 1.5em;
  border-right: 1px solid #1e236e;
  border-bottom: 1px solid #1e236e;
}
.entry .gaiyou th {
  width: 14.5%;
  font-weight: normal;
  background: #e8e9f0;
  color: #1e236e;
  text-align: center;
}
.entry .gaiyou td {
  background: #fff;
}
.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 .entry_form {
  width: 100%;
  margin: 65px 0 30px;
  border: 1px solid #1c2569;
}
.entry .entry_form th {
  padding: 0.8em;
  background: #1c2569;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
.entry .entry_form td {
  padding: 2em 4%;
  background: #fff;
}
.entry .form_inner {
  max-width: 800px;
  margin: 0 auto;
}
.entry .entry_lead {
  margin-bottom: 2em;
}
.entry .entry_check_list {
  display: inline-block;
  width: 100%;
  margin-top: 15px;
}
.entry .entry_check_list li + li {
  margin-top: 25px;
}
.entry .entry_check_list .label_set {
  display: inline-block;
  margin-bottom: 0.2em;
  padding: 0.4em 0.5em;
  background: #ee7c52;
  border-radius: 9999px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
}
.entry .entry_check_list input[type=radio] {
  display: none;
}
.entry .entry_check_list .check_entry {
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 1.5em 2em 1.5em 60px;
  border: 2px solid #d9ecf3;
  background: rgba(68, 161, 197, 0.2);
  border-radius: 5px;
  color: #1c2569;
  font-weight: bold;
  text-align: left;
  line-height: 1.6;
  cursor: pointer;
}
.entry .entry_check_list .check_entry .txt_s {
  font-size: 11px;
}
.entry .entry_check_list .check_entry.pink {
  border: 2px solid #fbe4dc;
  background: rgba(238, 124, 82, 0.2);
}
.entry .entry_check_list .check_entry::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #1c2569;
  border-radius: 50%;
  content: '';
}
.entry .entry_check_list .check_entry::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 21px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background: #323a77;
  border-radius: 50%;
  opacity: 0;
  content: '';
}
.entry .entry_check_list input[type=radio]:checked + .check_entry {
  border-color: #1c2569;
}
.entry .entry_check_list input[type=radio]:checked + .check_entry.pink {
  border-color: #1c2569;
}
.entry .entry_check_list input[type=radio]:checked + .check_entry::after {
  opacity: 1;
}

.entry .entry_check_list input[type=radio]:disabled + .check_entry::before,
.entry .entry_check_list input[type=radio]:disabled + .check_entry::after {
  content: none;
}
.entry .entry_check_list input[type=radio]:disabled + .check_entry.pink {
  padding: 1.5em;
  background: rgba(238, 124, 82, 0.2);
  border-color: #1c2569;
  color: #1c2569;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  pointer-events: none;
}
.entry .entry_check_list input[type=radio]:disabled + .check_entry::after {
  opacity: 1;
}
.entry .note_list {
  margin-top: 2em;
}
.entry .note_list li {
  font-size: 14px;
  line-height: 2.0;
}
.entry .link {
  display: inline-block;
  color: #ea5520;
  text-decoration: underline;
  cursor: pointer;
}
.entry .link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 599px) {
  .entry {
    padding-bottom: 40px;
  }
  .entry .gaiyou + .gaiyou {
    margin-top: 40px;
  }
  .entry .gaiyou th,
  .entry .gaiyou td {
    padding: 1em 0.8em;
    display: block;
    width: 100%;
  }
  .entry .gaiyou td .map {
    margin: 0.3em 0 0.5em;
  }
  .entry .entry_form {
    margin-top: 40px;
  }
  .entry .entry_form th {
    font-size: 18px;
  }
  .entry .entry_check_list .check_entry {
    padding: 1.5em 1em 1.5em 40px;
  }
  .entry .entry_check_list .check_entry::before {
    left: 10px;
  }
  .entry .entry_check_list .check_entry::after {
    left: 14px;
  }
  .entry .entry_check_list input[type=radio]:disabled + .check_entry.pink {
    padding: 1em;
    font-size: 16px;
  }
  .entry .note_list li {
    font-size: 12px;
  }
}

/* ------------------------------
modal
------------------------------ */
.modal_wrap {
  display: none;
}
.modal_wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 100%;
  height: 100vh;
}
.modal_wrap .modal_bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(51, 51, 51, 0.45);
}

.modal_body {
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: 92%;
  max-width: 850px;
  padding: 30px 3%;
  border-radius: 10px;
  background: #fff;
}
.modal_body .btn_close {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
}
.modal_body .btn_close span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.modal_body .btn_close span::before,
.modal_body .btn_close span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  border-radius: 9999px;
  background: #333;
  content: '';
}
.modal_body .btn_close span::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal_body .btn_close span::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal_body .modal_ttl {
  margin-bottom: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ea5520;
  color: #ea5520;
  font-size: 18px;
  text-align: left;
}
.modal_body p + p {
  margin-top: 2em;
}

/* ------------------------------
juko_kiyaku
------------------------------ */
.entry .juko_kiyaku_area {
  margin-top: 40px;
  padding: 0 25px 0 0;
  background: #fff;
  border: 25px solid #fff;
  border-right: none;
  height: 230px;
  overflow-y: scroll;
}
@media screen and (max-width: 599px){
  .entry .juko_kiyaku_area {
    width: 96%;
    margin: 35px auto 0;
    padding: 0 20px 0 0;
    border: 15px solid #fff;
    border-right: none;
    height: 245px;
  }
}
