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

  Style Info: /event/240316/index.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;
  }
}

img {
  max-width: 100%;
}

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: #ee7c52;}
.txt_red { color: #ff0000;}
.txt_blue { color: #1c2569;}
.txt_lblue { color: #0091d7;}
.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;}

.marker_01 {
  background: linear-gradient(transparent 40%, rgba(215, 186, 65, 0.2) 40%);
  font-weight: bold;
}

.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;
  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;
  }
}

.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;
  font-size: 26px;
}
.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 (min-width: 600px) {
  .ul_list01 {
    column-count: 2;
  }
}
@media screen and (max-width: 599px) {
  .ol_list01 > li{ font-size: 18px;}
  .ol_list01 > li::before{
    font-size: 22px;
  }
}

/* ------------------------------
mv
------------------------------ */
.mv {
  position: relative;
  background: url(/school/image/lp/fudo_shiroyama/mv.jpg) no-repeat left / 50%;
  text-align: right;
  line-height: 0;
}
.mv .logo {
  position: absolute;
  top: 18px;
  left: 15px;
  width: 258px;
}
.mv .mv_main {
  display: inline-block;
  width: 50%;
  min-width: 720px;
  min-height: 500px;
  padding: 70px 3% 20px;
  background: #323a77;
  color: #fff;
  text-align: center;
}
.mv h1 {
  margin-bottom: 1em;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.2;
}
.mv h1 .strong {
  font-family: "Hiragino Mincho ProN W3", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "Ÿà–¾’©", YuMincho, "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
  font-size: 48px;
  font-weight: bold;
}
.mv h1 .txt_l {
  font-size: 68px;
}
.mv h1 .u_line {
  display: inline-block;
  position: relative;
  margin-bottom: 0.8em;
  padding-bottom: 0.5em;
  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: #323a77;
  content: '';
}
.mv .sub {
  margin-bottom: 2.5em;
  font-size: 22px;
  line-height: 1.8;
}
.mv .detail_box {
  display: flex;
  max-width: 580px;
  margin: 0 auto;
  line-height: 1.65;
}
.mv .date {
  width: 77%;
  background: #fff;
  border-radius: 3px 0 0 3px;
  color: #1c2569;
  font-size: 37px;
  font-weight: bold;
}
.mv .date .txt_s {
  font-size: 22px;
}
.mv .date .day_of_week {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #1c2569;
  color: #fff;
  font-size: 22px;
  line-height: 30px;
}
.mv .zoom {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0 3px 3px 0;
  font-size: 20px;
  font-weight: bold;
}
.mv .img_mv_sp {
  display: none;
}
@media screen and (max-width: 1439px) {
  .mv {
    background-position: right 720px center;
    background-size: contain;
  }
}
@media screen and (max-width: 999px) {
  .mv {
    background-position: right 530px center;
  }
  .mv .mv_main {
    width: 100%;
    min-width: unset;
    max-width: 610px;
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 799px) {
  .mv {
    background-position: center;
    background-size: cover;
  }
  .mv .mv_main {
    max-width: unset;
    background: rgba(28, 37, 105, 0.9);
  }
}
@media screen and (max-width: 599px) {
  .mv {
    background: none;
  }
  .mv .logo {
    width: 135px;
    top: auto;
    bottom: 205px;
  }
  .mv .mv_main {
    width: 100%;
    min-height: unset;
    padding: 35px 3% 35px;
  }
  .mv h1 {
    margin-bottom: 0.8em;
    font-size: 17px;
  }
  .mv h1 .strong {
    font-size: 28px;
  }
  .mv h1 .txt_l {
    font-size: 42px;
  }
  .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 {
    margin-bottom: 2em;
    font-size: 13px;
    line-height: 2;
  }
  .mv .detail_box {
    max-width: 350px;
  }
  .mv .date {
    font-size: 24px;
  }
  .mv .date .txt_s {
    font-size: 16px;
  }
  .mv .date .day_of_week {
    width: 25px;
    height: 25px;
    font-size: 16px;
    line-height: 25px;
  }
  .mv .zoom {
    font-size: 14px;
  }
  .mv .img_mv_sp {
    display: block;
    width: 100%;
    height: 232px;
    object-fit: cover;
    object-position: 0 0;
  }
}

/* ------------------------------
intro
------------------------------ */
.intro {
  padding: 3em 1em 3.5em;
  background: rgba(28, 37, 105, 0.1);
  color: #1c2569;
  font-size: 20px;
  text-align: center;
  line-height: 2;
}
.intro h2 {
  display: inline-block;
  position: relative;
  margin-bottom: 0.5em;
  font-size: 25px;
  line-height: 1.8;
}
.intro h2::before,
.intro h2::after {
  position: absolute;
  height: 50px;
  content: '';
}
.intro h2::before {
  left: 12px;
  top: 0;
  border-left: 1px solid #1c2569;
}
.intro h2::after {
  right: 12px;
  bottom: 0;
  border-right: 1px solid #1c2569;
}
.intro h2 span {
  display: inline-block;
  position: relative;
  padding: 0.5em 2em;
}
.intro h2 span::before,
.intro h2 span::after {
  position: absolute;
  width: 50px;
  content: '';
}
.intro h2 span::before {
  left: 0;
  top: 12px;
  border-top: 1px solid #1c2569;
}
.intro h2 span::after {
  right: 0;
  bottom: 12px;
  border-bottom: 1px solid #1c2569;
}
@media screen and (max-width: 599px) {
  .intro {
    font-size: 16px;
  }
  .intro h2 {
    font-size: 18px;
  }
  .intro p {
    text-align: left;
  }
  .intro h2::before,
  .intro h2::after {
    height: 40px;
  }
  .intro h2::before {
    left: 0px;
  }
  .intro h2::after {
    right: 0px;
  }
  .intro h2 span {
    padding: 1em 0.5em;
  }
  .intro h2 span::before,
  .intro h2 span::after {
    width: 40px;
  }
  .intro h2 span::before {
    left: -10px;
    top: 10px;
  }
  .intro h2 span::after {
    right: -10px;
    bottom: 10px;
  }
}

/* ------------------------------
knowhow
------------------------------ */
.knowhow .ttl_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 335px;
  background: url(/event/240316/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;
  }
}

/* ------------------------------
canlearn
------------------------------ */
.canlearn .ol_list01 li {
  width: 30%;
  padding: 2.5em 1% 1.5em;
  font-size: 18px;
  line-height: 2;
}
.canlearn .ol_list01 li h3 {
  margin-bottom: 1em;
  font-size: 22px;
}
@media screen and (max-width: 599px) {
  .canlearn .ol_list01 li {
    width: 80%;
    padding: 25px;
    margin: 20px auto;
    font-size: 16px;
  }
  .canlearn .ol_list01 li h3 {
    font-size: 18px;
  }
}

/* ------------------------------
recommended_for
------------------------------ */
.recommended_for .list_wrap {
  padding: 1.8em 5% 1em;
  background: #fff;
}


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

/* ------------------------------
entry
------------------------------ */
.entry {
  padding-bottom: 90px;
  background: #e8e9ef;
}
.entry .inner {
  padding-bottom: 0;
}
.entry .page_ttl {
  margin-bottom: 1.8em;
  color: #1c2569;
  font-size: 21px;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
}
.entry .page_ttl .strong {
  font-family: "Hiragino Mincho ProN W3", "ƒqƒ‰ƒMƒm–¾’© ProN W3", "Hiragino Mincho ProN", "HG–¾’©E", "Ÿà–¾’©", YuMincho, "‚l‚r ‚o–¾’©", "‚l‚r –¾’©", serif;
  font-size: 37px;
  font-weight: bold;
}
.entry .page_ttl .txt_l {
  font-size: 52px;
}
.entry .page_ttl .u_line {
  display: inline-block;
  position: relative;
  margin-bottom: 0.8em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #1c2569;
  letter-spacing: 0.05em;
}
.entry .page_ttl .u_line::before {
  position: absolute;
  left: 43px;
  bottom: -24px;
  transform: rotate(-45deg);
  width: 1px;
  height: 28px;
  background: #1c2569;
  content: '';
}
.entry .page_ttl .u_line::after {
  position: absolute;
  left: 35px;
  bottom: -1px;
  width: 20px;
  height: 2px;
  background: #e8e9ef;
  content: '';
}
.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%;
}
.entry .entry_check_list li + li {
  margin-top: 30px;
}
.entry .entry_check_list input[type=checkbox] {
  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 #f5fafc;
  background: #f5fafc;
  border-radius: 5px;
  text-align: left;
  line-height: 1.4;
  cursor: pointer;
}
.entry .entry_check_list .check_entry.pink {
  border: 2px solid #fef8f6;
  background: #fef8f6;
}
.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: 2px;
  content: '';
}
.entry .entry_check_list .check_entry::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.174%22%20height%3D%229.092%22%20viewBox%3D%220%200%2013.174%209.092%22%3E%3Cpath%20d%3D%22M-93.734-72.919a1.247%2C1.247%2C0%2C0%2C0-.856.38l-5.666%2C5.7-3.235-3.253a1.247%2C1.247%2C0%2C0%2C0-1.763%2C0%2C1.247%2C1.247%2C0%2C0%2C0%2C0%2C1.763l4.119%2C4.141a1.247%2C1.247%2C0%2C0%2C0%2C.884.368%2C1.247%2C1.247%2C0%2C0%2C0%2C.884-.368l6.55-6.586a1.247%2C1.247%2C0%2C0%2C0%2C.275-1.381%2C1.247%2C1.247%2C0%2C0%2C0-1.187-.757Z%22%20transform%3D%22translate(105.622%2072.92)%22%20fill%3D%22%231c2569%22%2F%3E%3C%2Fsvg%3E');
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  content: '';
}
.entry .entry_check_list input[type=checkbox]:checked + .check_entry {
  background: rgba(68, 161, 197, 0.2);
  border-color: #1c2569;
  color: #1c2569;
  font-weight: bold;
}
.entry .entry_check_list input[type=checkbox]:checked + .check_entry.pink {
  background: rgba(238, 124, 82, 0.2);
  border-color: #1c2569;
  font-weight: bold;
}
.entry .entry_check_list input[type=checkbox]:checked + .check_entry::after {
  opacity: 1;
}
.entry .txt_recommend {
  margin-bottom: 0.5em;
  color: #ee7c52;
  font-size: 18px;
  text-align: center;
}
.entry .check_note {
  margin-top: 0.5em;
  font-size: 14px;
}
.entry .note_list {
  margin-top: 3em;
}
.entry .note_list li {
  font-size: 14px;
}
.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 .page_ttl {
    margin-bottom: 1.8em;
    font-size: 17px;
  }
  .entry .page_ttl .strong {
    font-size: 28px;
  }
  .entry .page_ttl .txt_l {
    font-size: 40px;
  }
  .entry .page_ttl .u_line {
    margin-bottom: 1em;
    letter-spacing: normal;
  }
  .entry .page_ttl .u_line::before {
    left: 30px;
    bottom: -17px;
    height: 20px;
  }
  .entry .page_ttl .u_line::after {
    left: 25px;
    bottom: -1px;
    width: 20px;
  }
  .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;
    width: 20px;
    height: 20px;
  }
  .entry .entry_check_list .check_entry::after {
    left: 12px;
    width: 20px;
    height: 20px;
  }
  .entry .txt_recommend {
    font-size: 14px;
  }
  .entry .check_note {
    font-size: 12px;
  }
  .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;
  }
}
