@charset "UTF-8";
/* --------------------------------------------------------------------
  Financial Academy

  Style Info: /school/lp/kabulp-woman.html setting
-------------------------------------------------------------------- */
*,*::before,*::after {
  box-sizing: border-box;
}
body {
  color: #070207;
  font-size: 16px;
}

.page {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

/* ------------------------------
inner
------------------------------ */
.inner {
  padding: 30px 5% 40px;
}

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

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

/* ------------------------------
background
------------------------------ */
.bg_pink {
  background-color: #fef6f7;
}
.bg_grd {
  background: url(/school/image/lp/kabulp-woman/bg_grd.png) no-repeat top center / cover;
}
.bg_orange {
  background-color: #fef6f7;
  border: 1px solid #ea5520;
}
.bg_gray {
  background-color: #ebf0f3;
}

/* ------------------------------
heading
------------------------------ */
/* heading_01 */
.heading_01 {
  margin-bottom: 1.8em;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.heading_01 .en {
  display: inline-block;
  margin-bottom: 0.8em;
  color: #ea5520;
  font-size: 16px;
}
.heading_01 .txt_inner {
  position: relative;
  display: inline-block;
  padding: 0 1.2em;
}
.heading_01 .txt_inner::before,
.heading_01 .txt_inner::after {
  position: absolute;
  bottom: 0;
  height: 1.5em;
  border-left: 1px dashed #000;
  content: '';
}
.heading_01 .txt_inner::before {
  left: 0.5em;
  transform: rotate(-30deg);
}
.heading_01 .txt_inner::after {
  right: 0.5em;
  transform: rotate(30deg);
}
@media screen and (max-width: 599px) {
  .heading_01 {
    font-size: 20px;
  }
  .heading_01 .en {
    font-size: 12px;
  }
}

/* ------------------------------
button
------------------------------ */
.btn_01 {
  display: block;
  position: relative;
  width: 100%;
  max-width: 438px;
  margin: 0 auto;
  padding: 1.2em 1.8em 1.2em 1em;
  background: linear-gradient(to right, #ea5520 0%,#e24667 100%);
  border: 1px solid #fff;
  border-radius: 10px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.btn_01::after {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  content: '';
}
.btn_01 .btn_msg {
  display: block;
  position: absolute;
  top: -1.1em;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 300px;
  padding: 0.3em 1em 0.2em;
  background: #fff;
  border: 1px solid #ea5520;
  border-radius: 9999px;
  color: #ea5520;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.btn_01 .btn_msg svg {
  margin-right: 0.5em;
  vertical-align: text-bottom;
}
/* btn_01 oval */
.btn_01.oval {
  border-radius: 9999px;
}
/* btn_01 arw_r */
.btn_01.arw_r::after {
  transform: translateY(-50%) rotate(-45deg);
}
/* btn_01 btn_fixed */
.btn_fixed_wrap {
  width: 100%;
}
.fixed-btn {
  min-height: auto;
  padding: 15px 70px 15px 10px;
}
.btn_01.btn_fixed {
  width: 100%;
  max-width: 438px;
  padding-top: 0.8em;
  padding-bottom: 0.8em;
}
@media screen and (max-width: 599px) {
  .btn_01.btn_fixed {
    font-size: 17px;
  }
}

/* ------------------------------
icon
------------------------------ */
.ico_free {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21.67vw;
  height: 21.67vw;
  background: #edff00;
  border: 1px solid #fff;
  border-radius: 50%;
  box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.16);
  font-family: "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #000;
  font-size: 4.17vw;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width: 601px) {
  .ico_free {
    width: 130px;
    height: 130px;
    font-size: 25px;
  }
}

/* ------------------------------
mv
------------------------------ */
.mv {
  position: relative;
  min-height: 116.17vw;
  padding: 4.17vw 3%;
  background: url(/school/image/lp/kabulp-woman/mv.jpg) no-repeat bottom center / cover;
  text-align: center;
}
.mv::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(to right, #44a1c5 0%, #44a1c5 15%, #5e76a7 15%, #5e76a7 29%, #7e678d 29%, #7e678d 43%, #c36380 43%, #c36380 57%, #e16f4e 57%, #e16f4e 71%, #d7ba41 71%, #d7ba41 85%, #8a9f55 85%, #8a9f55 100%);
  content: '';
}
.mv .logo_fa {
  text-align: left;
}
.mv .logo_fa img {
  width: 34.67vw;
}
.mv .sub {
  margin: 1em 0;
  font-family: "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #000;
  font-size: 4.17vw;
  letter-spacing: 0.05em;
}
.mv .sub span {
  display: inline-block;
  position: relative;
  padding: 0 0.5em;
}
.mv .sub span::before,
.mv .sub span::after {
  position: absolute;
  bottom: 0;
  height: 1.7em;
  border-left: 1px dashed #000;
  content: '';
}
.mv .sub span::before {
  left: 0.2em;
  transform: rotate(-30deg);
}
.mv .sub span::after {
  right: 0.2em;
  transform: rotate(30deg);
}
.mv h1 {
  display: inline-block;
  color: #000;
  font-size: 7.5vw;
  letter-spacing: 0.08em;
  text-align: left;
  line-height: 1;
}
.mv h1 .txt_l {
  font-size: 8.33vw;
}
.mv h1 .txt_inner {
  display: inline-block;
  padding: 0.2em 0.4em;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.mv h1 .txt_inner.top {
  margin-bottom: 0.25em;
}
.mv .ico_free {
  position: absolute;
  left: 23px;
  bottom: 2.5vw;
}
.mv .btn_list {
  display: flex;
  justify-content: space-between;
  position: absolute;
  right: 6vw;
  bottom: 5vw;
  width: 58.33vw;
}
.mv .btn_list li {
  width: 49%;
}
.mv .mv_btn {
  display: block;
  position: relative;
  width: 100%;
  padding: 0.35em 1em;
  background: #fff;
  border: 1px solid #ea5520;
  border-radius: 9999px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.51);
  color: #ea5520;
  font-size: 2.67vw;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.mv .mv_btn::after {
  position: absolute;
  top: 32%;
  right: 2vw;
  transform: rotate(45deg);
  width: 2vw;
  height: 2vw;
  border-right: 1px solid #ea5520;
  border-bottom: 1px solid #ea5520;
  content: '';
}
.mv .latest_schedule {
  position: absolute;
  top: 68.83vw;
  right: 6vw;
  width: 30.5vw;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #ea5520;
  border-radius: 5px;
  overflow: hidden;
}
.mv .latest_schedule .ttl_latest_schedule {
  padding: 0.1em;
  background: #ea5520;
  color: #fff;
  font-size: 2.67vw;
  font-weight: bold;
  text-align: center;
}
.mv .latest_schedule .box_schedule {
  padding: 1.67vw;
  line-height: 0;
}
.mv .latest_schedule .box_schedule dt {
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0.1em 0.3em;
  border: 1px solid #ea5520;
  border-radius: 5px;
  color: #ea5520;
  font-size: 2.67vw;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  white-space: nowrap;
}
.mv .latest_schedule .box_schedule dd {
  font-family: "din-2014", sans-serif;
  font-size: 5.83vw;
  text-align: right;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
}
.mv .latest_schedule .box_schedule dd .day {
  font-size: 8.33vw;
  line-height: 1;
  vertical-align: bottom;
}
.mv .latest_schedule .box_schedule dd .day_of_week {
  display: inline-block;
  width: 5vw;
  height: 5vw;;
  margin: 0 0 0.2em 0.5em;
  background: #ea5520;
  border-radius: 50%;
  color: #fff;
  font-size: 3.33vw;
  text-align: center;
  line-height: 5vw;;
  vertical-align: text-bottom;
}
.mv .latest_schedule .link {
  display: inline-block;
  margin-top: 0.6em;
  color: #1400ff;
  font-size: 2.33vw;
  font-weight: bold;
  line-height: 1.2;
}
.mv .latest_schedule .box_schedule .under_adjustment {
  display: inline-block;
  font-size: 2.67vw;
  line-height: 1.4;
}
@media screen and (min-width: 601px) {
  .mv {
    min-height: 697px;
    padding: 25px 3%;
  }
  .mv .logo_fa img {
    width: 208px;
  }
  .mv .sub {
    font-size: 25px;
  }
  .mv h1 {
    font-size: 45px;
  }
  .mv h1 .txt_l {
    font-size: 50px;
  }
  .mv .ico_free {
    left: 23px;
    bottom: 15px;
  }
  .mv .btn_list {
    right: 36px;
    bottom: 30px;
    width: 350px;
  }
  .mv .mv_btn {
    font-size: 16px;
  }
  .mv .mv_btn::after {
    right: 12px;
    width: 12px;
    height: 12px;
  }
  .mv .latest_schedule {
    top: 413px;
    right: 36px;
    width: 183px;
  }
  .mv .latest_schedule .ttl_latest_schedule {
    font-size: 16px;
  }
  .mv .latest_schedule .box_schedule {
    padding: 10px;
  }
  .mv .latest_schedule .box_schedule dt {
    font-size: 16px;
  }
  .mv .latest_schedule .box_schedule dd {
    font-size: 35px;
  }
  .mv .latest_schedule .box_schedule dd .day {
    font-size: 50px;
  }
  .mv .latest_schedule .box_schedule dd .day_of_week {
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
  }
  .mv .latest_schedule .link {
    font-size: 14px;
  }
  .mv .latest_schedule .box_schedule .under_adjustment {
    font-size: 16px;
  }
}

/* ------------------------------
present
------------------------------ */
.present .present_ttl {
  position: relative;
  padding: 0.2em 0.5em;
  background: #ee5d46;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
.present .present_ttl::after {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 16px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #ee5d46;
  content: '';
}
.present .present_main {
  padding: 40px 3%;
  background: url(/school/image/lp/kabulp-woman/bg_present.png) no-repeat top right / cover;
}
.present .present_list {
  display: flex;
  justify-content: space-between;
}
.present .present_list li {
  width: 48%;
}
.present .present_list li .label {
  display: inline-block;
  margin-bottom: 1em;
  padding: 0.2em 1em;
  border-radius: 5px;
  color: #fff;
  font-size: 12px;
  line-height: 1.2;
}
.present .present_list li .book_ttl {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.present .present_list li .book_ttl .txt_l {
  font-size: 27px;
}
.present .present_list li .book_ttl .txt_m {
  font-size: 16px;
}
.present .present_list li .book_ttl .txt_s {
  font-size: 10px;
}
.present .present_list li .book_ttl .inner_block {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-top: 0.3em;
  line-height: 1.2;
}
.present .present_list li.all .label {
  background: #df052f;
}
.present .present_list li.all .book_ttl .inner_block {
  color: #df052f;
}
.present .present_list li.zoom .label {
  background: #0e6caf;
}
.present .present_list li.zoom .book_ttl .inner_block {
  color: #0e6caf;
}
.present .btn_01 {
  margin-top: 50px;
}
@media screen and (max-width: 449px) {
  .present .present_list li .book_ttl .txt_m {
    display: block;
    margin-top: 0.3em;
  }
}
/* Within the entry */
.entry .present .present_main {
  padding: 30px 2% 20px;
}
.entry .present .present_list li {
  width: 48.5%;
}
.entry .present .present_ttl {
  margin-bottom: 0;
}

/* ------------------------------
worries
------------------------------ */
.worries .worries_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.worries .worries_list li {
  width: 46%;
  padding: 1.2em 5% 1em;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.worries .worries_list li:nth-child(n + 3) {
  margin-top: 30px;
}
.worries .worries_list li p {
  margin-top: 0.4em;
  font-weight: bold;
}
.worries .strong {
  margin-top: 1.5em;
  color: #ea5520;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.worries .arw {
  margin: 1em 0 2em;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .worries .worries_list li {
    width: 48%;
    padding-left: 4%;
    padding-right: 4%;
  }
  .worries .worries_list li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .worries .worries_list li p {
    font-size: 14px;
  }
  .worries .strong {
    font-size: 20px;
  }
}

/* ------------------------------
future
------------------------------ */
.future h2 {
  margin-bottom: 1.3em;
}
.future .if {
  margin-bottom: 1em;
  padding: 0.8em 4%;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  color: #e24667;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
.future h3 {
  position: relative;
  margin-bottom: 2em;
  color: #ea5520;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
}
.future h3::after {
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%) rotate(45deg);
  width: 20px;
  height: 20px;
  border-right: 1px solid #ea5520;
  border-bottom: 1px solid #ea5520;
  content: '';
}
.future h3 span {
  display: inline-block;
  position: relative;
  padding: 0 0.5em 0.5em;
}
.future h3 span::before,
.future h3 span::after {
  position: absolute;
  bottom: 0;
  width: calc(50% - 14px);
  border-bottom: 1px solid #ea5520;
  content: '';
}
.future h3 span::before {
  left: 0;
}
.future h3 span::after {
  right: 0;
}
.future .future_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.future .future_list li {
  width: 46%;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.future .future_list li:nth-child(n + 3) {
  margin-top: 30px;
}
.future .future_list li p {
  padding: 1em 0.5em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 599px) {
  .future .if {
    font-size: 20px;
  }
  .future h3 {
    font-size: 16px;
  }
  .future .future_list li {
    width: 48%;
  }
  .future .future_list li:nth-child(n + 3) {
    margin-top: 20px;
  }
  .future .future_list li p {
    font-size: 14px;
  }
}

/* ------------------------------
learn
------------------------------ */
.learn .inner {
  padding-bottom: 70px;
}
.learn h2 {
  position: relative;
  margin-bottom: 2em;
  padding: 0.1em 0.5em;
  background: #e24667;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-align: center;
}
.learn h2::after {
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 16px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #e24667;
  content: '';
}
.learn .learn_list li {
  position: relative;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.learn .learn_list li + li {
  margin-top: 60px;
}
.learn .learn_list li .num {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "din-2014", sans-serif;
  color: #e24667;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.learn .learn_list li h3 {
  padding: 1em 1em 0.3em;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
}
.learn .learn_list li .txt {
  padding: 0.8em 3em 0.8em 124px;
  background: rgb(237, 255, 0, 0.05);
  font-size: 14px;
  letter-spacing: 0.08em;
}
.learn .learn_list li img {
  position: absolute;
  bottom: 0;
  left: 12px;
  width: 95px;
}
.learn .learn_list li:nth-child(2) img {
  left: 14px;
  width: 92px;
}
.learn .learn_list li:nth-child(3) img {
  left: 24px;
  width: 83px;
}
.learn .support {
  margin: 3em 0 1.5em;
  color: #fff;
  font-weight: bold;
}
.learn .support span {
  display: inline-block;
  padding: 0.2em 0.5em;
  background: #ea5520;
  line-height: 1;
}
.learn .support .txt_s {
  margin-bottom: 0.3em;
  padding: 0.2em 0.8em;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.learn .support .txt_l {
  font-size: 30px;
  letter-spacing: 0.08em;
}
.learn .teacher {
  display: grid;
  grid-template-columns: 130px auto;
  column-gap: 3%;
}
.learn .teacher .img img {
  border-radius: 13px;
}
.learn .teacher .name {
  margin-bottom: 0.8em;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1;
}
.learn .teacher .history {
  font-size: 12px;
  letter-spacing: 0.08em;
  line-height: 1.6;
}
@media screen and (max-width: 599px) {
  .learn h2 {
    font-size: 20px;
  }
  .learn .learn_list li h3 {
    font-size: 18px;
  }
  .learn .learn_list li .txt {
    padding-left: 110px;
    padding-right: 0.5em;
  }
  .learn .learn_list li:nth-child(2) img {
    left: 7px;
  }
  .learn .learn_list li:nth-child(3) img {
    left: 17px;
  }
  .learn .support .txt_s {
    font-size: 14px;
  }
  .learn .support .txt_l {
    font-size: 20px;
  }
}

/* ------------------------------
entry
------------------------------ */
.entry {
  position: relative;
}
.entry .inner {
  padding: 60px 3% 40px;
}
.entry .bonus_txt {
  display: block;
  position: absolute;
  top: -1.2em;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 365px;
  padding: 0.3em 1em 0.3em;
  background: #fff;
  border: 1px solid #ea5520;
  border-radius: 9999px;
  color: #ea5520;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
.entry .bonus_txt svg {
  margin-right: 0.5em;
  vertical-align: bottom;
}
.entry h2 {
  display: inline-block;
  margin-bottom: 1em;
  color: #000;
  font-size: 5.17vw;
  letter-spacing: 0.08em;
  text-align: left;
  line-height: 1;
}
.entry h2 .txt_l {
  font-size: 5.67vw;
}
.entry h2 .txt_inner {
  display: inline-block;
  padding: 0.2em 0.4em;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.entry h2 .txt_inner.top {
  margin-bottom: 0.25em;
}
.entry .ico_free {
  position: absolute;
  top: 10vw;
  right: 3.33vw;
}
.entry .txt_form {
  color: #ea5520;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
}
.entry .arw {
  margin: 0.6em 0;
  text-align: center;
}
.entry .entry_inner {
  padding: 30px 2% 20px;
  background: #fff;
  border-radius: 20px;
}
.entry .heading {
  position: relative;
  margin: 1.5em 0 1em;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.entry .heading::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 1px solid #049cbe;
  content: '';
}
.entry .heading span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding: 0 1em;
  background: #fff;
}
.entry .entry_body {
  max-width: none;
}
.entry h3 {
  margin-bottom: 1em;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}
.entry h3 span {
  display: block;
  position: relative;
  width: 105px;
  margin: 0 auto 20px;
  padding: 0.5em;
  background: #049cbe;
  border-radius: 5px;
  color: #fff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 15px;
  text-align: center;
  line-height: 1;
}
.entry h3 span::after {
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-top: 10px solid #049cbe;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: '';
}
@media screen and (min-width: 601px) {
  .entry h2 {
    font-size: 31px;
  }
  .entry h2 .txt_l {
    font-size: 34px;
  }
  .entry .ico_free {
    top: 60px;
    right: 20px;
  }
}
@media screen and (max-width: 599px) {
  .entry .bonus_txt {
    max-width: max-content;
  }
}
@media screen and (max-width: 379px) {
  .entry h2 {
    font-size: 21px;
  }
  .entry h2 .txt_l {
    font-size: 24px;
  }
}
/* Inside the tab */
.entry .zoom_seminar,
.entry .movie_seminar {
  display: none;
}
.entry .zoom_seminar.active,
.entry .movie_seminar.active {
  display: block;
}
.entry .seminar_type_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.entry .seminar_type_list li {
  position: relative;
  width: 48.5%;
  padding: 35px 10px 10px;
  background: #fff;
  border: 1px solid #ee5d46;
  border-radius: 10px;
  color: #ee5d46;
}
.entry .seminar_type_list li::before {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 18px;
  background: #fff;
  border: 1px solid #ee5d46;
  border-radius: 50%;
  content: '';
}
.entry .seminar_type_list li::after {
  position: absolute;
  top: 19px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background: rgba(234, 85, 32, 0.1);
  border-radius: 50%;
  content: '';
}
.entry .seminar_type_list li:hover {
  background: rgba(234, 85, 32, 0.1);
}
.entry .seminar_type_list li .seminar_type_ttl {
  padding: 0.5em 0;
  border-bottom: 1px solid #ee5d46;
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: normal;
}
.entry .seminar_type_list li .seminar_type_ttl::before,
.entry .seminar_type_list li .seminar_type_ttl::after {
    content: none;
}
.entry .seminar_type_list li .seminar_type_ttl .txt_bold {
  font-size: inherit;
  font-weight: bold;
}
.entry .seminar_type_list li .sub_txt {
  padding: 0.5em 0;
  font-size: 14px;
  text-align: center;
  letter-spacing: normal;
}
.entry .seminar_type_list li.active {
  color: #fff;
}
.entry .seminar_type_list li.active,
.entry .seminar_type_list li.active::after {
  background: #ee5d46;
}
.entry .seminar_type_list li.active .seminar_type_ttl {
  border-color: #fff;
}
.entry .seminar_place {
  display: flex;
  margin-top: 15px;
  border: 1px solid #ee5d46;
}
.entry .seminar_place dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  padding: 0.5em;
  background: rgba(234, 85, 32, 0.1);
  font-size: 14px;
  text-align: center;
}
.entry .seminar_place dd {
  width: 70%;
  padding: 0.5em;
  font-size: 16px;
  text-align: left;
}
.entry .web_seminar_img {
  max-width: 560px;
  margin: 0 auto;
}
.entry .seminar_detail_table {
  width: 100%;
  max-width: 560px;
  margin: 30px auto 0;
  border-collapse: collapse;
}
.entry .seminar_detail_table th,
.entry .seminar_detail_table td {
  padding: 0.8em 1em;
  border: 1px solid #ee5d46;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  vertical-align: middle;
}
.entry .seminar_detail_table th {
  width: 30%;
  background: rgba(234, 85, 32, 0.1);
  text-align: center;
}
.entry .seminar_detail_table td {
  text-align: left;
}
.entry .seminar_detail_table .txt_free {
  color: #ea5413;
}
.entry .btn_area {
  margin: 20px 0 30px;
  text-align: center;
}
.entry .entry_btn_txt {
  display: inline-block;
  position: relative;
  padding: 0.5em 3em 0.1em;
  color: #e16f4e;
  font-size: 14px;
  line-height: 1;
}
.entry .entry_btn_txt::before,
.entry .entry_btn_txt::after {
  position: absolute;
  bottom: 10px;
  width: 25px;
  border-top: 1px dashed #1c236d;
  content: '';
}
.entry .entry_btn_txt::before {
  left: 0;
  transform: rotate(45deg);
}
.entry .entry_btn_txt::after {
  right: 0;
  transform: rotate(-45deg);
}
.entry .btn_entry {
  display: block;
  position: relative;
  width: 100%;
  max-width: 324px;
  margin: 10px auto 0;
  padding: 1em 25px 1em 1em;
  background-color: #f77a4c;
  background-repeat: no-repeat;
  background-position: 20px 19px;
  border-radius: 5px;
  box-shadow: 0 3px 0 #d7d7d7;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.4;
}
.entry .btn_entry::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
}
.entry .btn_entry:hover {
  opacity: 0.8;
  text-decoration: none;
}
.entry .btn_entry.movie {
  margin-top: 30px;
}
@media screen and (min-width: 600px) {
  .entry .accordion_webseminar .btn br,
  .entry .seminar_type_list.col3 li .sub_txt br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .entry .seminar_type_list.col3 li .seminar_type_ttl {
    padding: 0.5em 0;
    font-size: 13px;
  }
  .entry .seminar_type_list.col3 li .seminar_type_ttl .txt_bold {
    font-size: 15px;
  }
  .entry .seminar_type_list.col3 li .sub_txt {
    font-size: 11px;
  }
  .entry .seminar_type_list.col3 li .sub_txt .sub_txt_s {
    font-size: 10px;
  }
  .entry .seminar_place dd {
    font-size: 14px;
  }
  .entry .seminar_detail_table th,
  .entry .seminar_detail_table td {
    font-size: 14px;
  }
}

/* ------------------------------
.accordion_webseminar
------------------------------ */
.entry .accordion_webseminar{
  margin: 30px auto;
}
.entry .accordion_webseminar .btn{
  display: block;
  width: 100%;
  background-color: #FFFDEB;
  border: 1px solid #5E76A7;
  border-radius: 5px;
  color: #1C236D;
  cursor: pointer;
  font-size: 1rem;
  padding: 25px;
  position: relative;
}
.entry .accordion_webseminar .btn::after{
  content: "";
  display: inline-block;
  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%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3514%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203514%22%20transform%3D%22translate(-262.206%20-427.206)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_26%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2026%22%20transform%3D%22translate(262.206%20427.206)%22%20fill%3D%22%23fff%22%20stroke%3D%22%235E76A7%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2210.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_710%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20710%22%20transform%3D%22translate(273.318%20433.034)%20rotate(45)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_14%22%20data-name%3D%22%E7%B7%9A%2014%22%20x2%3D%227.473%22%20y2%3D%227.473%22%20transform%3D%22translate(0.029%200)%22%20fill%3D%22none%22%20stroke%3D%22%235E76A7%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3Cline%20id%3D%22%E7%B7%9A_15%22%20data-name%3D%22%E7%B7%9A%2015%22%20x1%3D%227.473%22%20y2%3D%227.473%22%20transform%3D%22translate(0%200)%22%20fill%3D%22none%22%20stroke%3D%22%235E76A7%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 40px;
  vertical-align: bottom;
}
.entry .accordion_webseminar .btn.open{
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}
.entry .accordion_webseminar .btn.open::after{
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2222%22%20viewBox%3D%220%200%2022%2022%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3514%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203514%22%20transform%3D%22translate(-262.206%20-427.206)%22%3E%20%3Cg%20id%3D%22%E6%A5%95%E5%86%86%E5%BD%A2_26%22%20data-name%3D%22%E6%A5%95%E5%86%86%E5%BD%A2%2026%22%20transform%3D%22translate(262.206%20427.206)%22%20fill%3D%22%23fff%22%20stroke%3D%22%235E76A7%22%20stroke-width%3D%221%22%3E%20%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2211%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%2211%22%20cy%3D%2211%22%20r%3D%2210.5%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_710%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%20710%22%20transform%3D%22translate(273.318%20433.034)%20rotate(45)%22%3E%20%3Cline%20id%3D%22%E7%B7%9A_15%22%20data-name%3D%22%E7%B7%9A%2015%22%20x1%3D%227.473%22%20y2%3D%227.473%22%20transform%3D%22translate(0%200)%22%20fill%3D%22none%22%20stroke%3D%22%235E76A7%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E');
}
.entry .accordion_webseminar .contents{
  display: none;
  border: 1px solid #5E76A7;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  padding: 28px 3%;
}
.entry .accordion_webseminar .contents .ttl{
  color: #2B4198;
  font-size: 26px;
  letter-spacing: .05em;
  text-align: center;
  padding: 0;
  margin-bottom: 1em;
}
.entry .accordion_webseminar .contents .ttl .catch{
  display: block;
  width: auto;
  background-color: transparent;
  color: inherit;
  margin: auto;
  font-size: 14px;
}
.entry .accordion_webseminar .contents .ttl .catch::after{
  content: none;
}
.entry .accordion_webseminar .txt_close{
  display: block;
  background-color: transparent;
  border: 0;
  color: #1C236D;
  cursor: pointer;
  font-size: 14px;
  margin: auto;
}
.entry .accordion_webseminar .txt_close::before{
  content: "";
  display: inline-block;
  width: .75em;
  height: .75em;
  border-top: 1px solid #1C236D;
  border-left: 1px solid #1c236D;
  transform: rotate(45deg) translateY(.25em);
  margin-right: .5em;
}
@media screen and (max-width: 599px) {
  .entry .accordion_webseminar .btn::after{
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  .entry .accordion_webseminar .contents .ttl{
    font-size: 22px;
  }
  .entry .accordion_webseminar .contents .ttl .catch{
    font-size: 14px;
  }  
}

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

/* ------------------------------
faq
------------------------------ */
.faq .inner {
  padding-left: 4%;
  padding-right: 4%;
}
.faq h2 {
  padding: 0.4em;
  background: #769ec2;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
}
.faq .faq_list li {
  padding: 25px 15px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.22);
}
.faq .faq_list li + li {
  margin-top: 20px;
}
.faq .faq_list .box {
  display: grid;
  grid-template-columns: 40px auto;
  column-gap: 15px;
}
.faq .faq_list .box + .box {
  border-top: 1px dashed #7c97ac;
}
.faq .faq_list .box dt {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 18px;
  text-align: center;
  line-height: 1;
}
.faq .faq_list .box dd {
  font-size: 12px;
  letter-spacing: 0.05em;
}
.faq .faq_list .box.box_q {
  padding-bottom: 20px;
}
.faq .faq_list .box.box_q dt {
  background: #049cbe;
}
.faq .faq_list .box.box_a {
  padding-top: 20px;
}
.faq .faq_list .box.box_a dt {
  background: #ee5d46;
}

/* ------------------------------
message
------------------------------ */
.message .msg_txt {
  text-align: center;
  letter-spacing: 0.08em;
}
.message .arw {
  margin: 1.5em 0;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .message .msg_txt .sp {
    display: none;
  }
}

/* ------------------------------
about-fa-taiken
------------------------------ */
@media screen and (min-width: 600px) {
  .about-fa-taiken .intro-area .opening {
    width: 100%;
  }
}
