@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;}
.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: url(/school/image/fujikawajuku/mv.jpg) no-repeat center / cover;
  line-height: 0;
}
.mv .mv_main {
  display: inline-block;
  width: 50%;
  min-width: 720px;
  min-height: 470px;
  padding: 85px 3% 20px;
  background: rgba(28, 37, 105, 0.9);
  color: #fff;
  text-align: center;
}
.mv h1 {
  margin-bottom: 0.4em;
  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: 80px;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.mv .sub {
  margin-bottom: 1.4em;
  font-size: 22px;
  line-height: 2.3;
}
.mv .date {
  display: inline-block;
  padding: 0.25em 2.5em;
  background: #fff;
  color: #1c2569;
  font-size: 22px;
  line-height: 1.4;
}
.mv .date .txt_l {
  font-size: 28px;
}
.mv .img_mv_sp {
  display: none;
}
@media screen and (max-width: 999px) {
  .mv {
    background-position: right -210px center;
  }
  .mv .mv_main {
    width: 100%;
    min-width: unset;
    max-width: 600px;
    padding-left: 1%;
    padding-right: 1%;
  }
}
@media screen and (max-width: 799px) {
  .mv .mv_main {
    max-width: unset;
  }
}
@media screen and (max-width: 599px) {
  .mv {
    background: none;
  }
  .mv .mv_main {
    width: 100%;
    min-height: unset;
    padding: 25px 4% 30px;
    background: #1c2569;
  }
  .mv h1 {
    font-size: 45px;
  }
  .mv .sub {
    margin-bottom: 1em;
    font-size: 16px;
    line-height: 2;
  }
  .mv .date {
    padding: 0.25em 2em;
    font-size: 16px;
  }
  .mv .date .txt_l {
    font-size: 20px;
  }
  .mv .img_mv_sp {
    display: block;
    width: 100%;
    height: 234px;
    object-fit: cover;
    object-position: 0 0;
  }
}

/* ------------------------------
intro
------------------------------ */
.intro {
  padding: 1.5em 1em 1.8em;
  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 3em;
}
.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: 20px;
  }
  .intro h2::before,
  .intro h2::after {
    height: 40px;
  }
  .intro h2::before {
    left: 5px;
  }
  .intro h2::after {
    right: 5px;
  }
  .intro h2 span {
    padding: 1em 1.5em;
  }
  .intro h2 span::before,
  .intro h2 span::after {
    width: 40px;
  }
  .intro h2 span::before {
    left: -5px;
    top: 10px;
  }
  .intro h2 span::after {
    right: -5px;
    bottom: 10px;
  }
}

/* ------------------------------
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;
    border-radius: 10px;
    position: static;
    margin-bottom: 1.5em;
  }
  .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(/school/image/fujikawajuku/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;
  }
}

/* ------------------------------
success
------------------------------ */
.success .ttl_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 335px;
  background: url(/school/image/fujikawajuku/bg_ttl02.jpg) no-repeat center / cover;
  color: #fff;
  text-align: center;
}
.success .ttl_wrap {
  padding: 0 4%;
}
.success .ttl_wrap h2::after {
  margin-bottom: 0;
  border-color: #fff;
}
.success p + p {
  margin-top: 2em;
}
@media screen and (max-width: 599px) {
  .success .ttl_wrap {
    min-height: 200px;
  }
}
/* ------------------------------
join
------------------------------ */
.join .line {
  position: relative;
  margin-bottom: 60px;
  padding: 0 1em;
  color: #1e236e;
}
.join .line::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 1px solid #1e236e;
  content: '';
}
.join .line span {
  display: inline-block;
  position: inherit;
  z-index: 2;
  padding: 0 1em;
  background: #f3f3f2;
  font-size: 25px;
}
.join .ol_list01 {
  margin-bottom: 70px;
}
.join .ol_list01 li {
  width: 100%;
  padding: 50px 35px 35px;
  font-size: 25px;
}
.join .ol_list01 li + li {
  margin-top: 70px;
}
.join .ol_list01 li .txt_s {
  display: inline-block;
  margin-top: 1em;
  font-size: 20px;
  text-align: left;
}
.join .ul_list01 {
  margin-bottom: 70px;
}
.join .strong {
  margin-bottom: 60px;
  padding: 2em 1em;
  background: #e8e9f0;
  color: #1e226e;
  font-size: 25px;
  text-align: center;
}
.join .txt_m {
  margin-bottom: 1em;
  font-size: 20px;
}
@media screen and (min-width: 600px) {
  .join .ul_list01_outer {
    text-align: center;
  }
  .join .ul_list01 {
    display: inline-grid;
    grid-template-columns: 250px minmax(min-content, auto);
    column-gap: 50px;
  }
  .join .ul_list01 li {
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .join .line {
    margin-bottom: 30px;
  }
  .join .line span {
    font-size: 18px;
  }
  .join .ol_list01 {
    margin-bottom: 50px;
  }
  .join .ol_list01 li {
    padding: 25px 20px;
    font-size: 16px;
    margin-top: 30px;
  }
  .join .ol_list01 li + li {
    margin-top: 50px;
  }
  .join .ol_list01 li .txt_s {
    font-size: 14px;
  }
  .join .ul_list01 {
    margin-bottom: 40px;
    column-count: 1;
  }
  .join .strong {
    margin-bottom: 40px;
    padding: 1em 0.5em;
  }
  .join .strong p {
    font-size: 18px;
  }
  .join .txt_m {
    font-size: 16px;
  }
}

/* ------------------------------
teacher
------------------------------ */
.teacher .message {
  margin-top: 40px;
  padding: 50px 6%;
  background: #f3f3f2;
}
.teacher .message p + p {
  margin-top: 2em;
}
.teacher .message h3 {
  margin-bottom: 2em;
  font-size: 20px;
}
.teacher .message h3 span {
  display: inline-block;
  position: relative;
  padding: 0 2em;
  line-height: 2;
}
.teacher .message h3 span::before,
.teacher .message h3 span::after {
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #1c2569;
  content: '';
}
.teacher .message h3 span::before {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}
.teacher .message h3 span::after {
  bottom: 0;
  right: 0;
  border-width: 0 1px 1px 0;
}
@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;
  }
  .teacher .message {
    margin-top: 30px;
    padding: 30px 5%;
    background: #f3f3f2;
  }
  .teacher .message h3 {
    margin-bottom: 1.5em;
    font-size: 18px;
  }
}

/* ------------------------------
curi
------------------------------ */
.curi h2::after {
  margin-bottom: 70px;
}
.curi h3 {
  line-height: 2;
  font-size: 35px;
  color: #1e226e;
  margin-bottom: 50px;
}
.curi h3 .day {
  background: #1e236e;
  padding: 10px 15px;
  border-radius: 8px;
  line-height: 1;
}
.curi h3 .day img {
  height: 30px;
  width: auto;
  vertical-align: middle;
}
.curi .ol_list01 > li::before {
  content: none;
}
.curi .ol_list01 > li {
  width: 48%;
  padding: 1em 2.5%;
  margin-bottom: 30px;
}
.curi .ol_list01 > li h4 {
  margin-bottom: 0.8em;
  padding-left: 1.4em;
  text-indent: -1.4em;
  font-size: 20px;
  text-align: left;
  line-height: 1.4;
}
.curi .ol_list01 > li .detail + .detail {
  margin-top: 1em;
}
.curi .ol_list01 > li .detail li {
  color: #22245c;
  font-size: 16px;
  text-align: left;
}
.curi .ol_list01 + h3 {
  margin-top: 70px;
}
.curi .curi_note {
  color: #22245c;
}
@media screen and (max-width: 599px) {
  .curi h2::after {
    margin-bottom: 30px;
  }
  .curi h3 {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.8;
  }
  .curi h3 .day {
    display: inline-block;
    margin-bottom: 1em;
    padding-bottom: 8px;
  }
  .curi h3 .day img {
    height: 25px;
  }
  .curi .ol_list01 > li {
    width: 100%;
  }
  .curi .ol_list01 > li .detail li {
    font-size: 14px;
  }
  .curi .ol_list01 + h3 {
    margin-top: 30px;
  }
}

/* ------------------------------
consent
------------------------------ */
.consent {
  text-align: center;
}
.consent h2 {
  margin-bottom: 2.5em;
  color: #1c2569;
  font-size: 20px;
  font-weight: bold;
}
.consent h2::after {
  content: none;
}
.consent p {
  display: inline-block;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .consent h2 {
    font-size: 16px;
  }
}

/* ------------------------------
entry
------------------------------ */
.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: 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 {
  margin-bottom: 20px;
}
.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 {
  font-weight: bold;
  float: right;
}
.entry .entry_check_list .radio_entry .e_price .through {
  text-decoration: line-through;
}
@media screen and (max-width: 599px) {
  .entry .gaiyou + .gaiyou {
    margin-top: 40px;
  }
  .entry .gaiyou th,
  .entry .gaiyou td {
    padding: 10px;
    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-bottom: 60px;
  padding: 20px 30px;
  background: #fff;
  border: 1px dashed #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-bottom: 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;
  }
}
