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

  /school/css/lp/goichi_entry.css
  /�\���݃t�H�[�������pCSS
-------------------------------------------------------------------- */

/* ------------------------------
entry
------------------------------ */
.entry {
  padding-bottom: 100px;
  background: rgba(94, 118, 167, 0.2);
}
.entry .entry_inner {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0 50px;
  background: #fff;
}
.entry .entry_body {
  max-width: 800px;
  margin: 0 auto;
}
.entry .entry_ttl {
  position: relative;
  padding: 1.5em 1em;
  background: #1c2569;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.8;
}
.entry .entry_ttl::after {
  content: none;
}
.entry .entry_ttl .txt_s {
  font-size: 20px;
}
.entry .ico_free {
  position: absolute;
  top: 50%;
  left: calc(50% + 280px);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  padding-top: 0.6em;
  background: #d1b41c;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.72);
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.06em;
}
.entry .ico_free .txt_s {
  font-size: 14px;
}
.entry h3 {
  margin-bottom: 40px;
  padding-left: calc(125px + 4.5%);
  text-indent: calc(-125px - 4.5%);
  font-size: 22px;
  text-align: left;
  line-height: 1.4;
  letter-spacing: normal;
}
.entry h3 span {
  display: inline-block;
  width: 125px;
  margin-right: 4.5%;
  padding: 0.5em;
  text-indent: initial;
  background: #1c2569;
  border-radius: 9999px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1;
}
.entry .step_arrow {
  position: relative;
  width: 60px;
  height: 30px;
  margin: 0 auto 30px;
}
.entry .step_arrow::after {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 40px;
  height: 40px;
  border-right: 2px solid #2b4198;
  border-bottom: 2px solid #2b4198;
  content: '';
}
.entry .seminar_type_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.entry .seminar_type_list li {
  position: relative;
  width: 48%;
  padding: 35px 10px 10px;
  background: #fff;
  border: 1px solid #1c2569;
  border-radius: 5px;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
  color: #1c2569;
  cursor: pointer;
}
.entry .seminar_type_list li::before {
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #1c2569;
  border-radius: 50%;
  box-sizing: border-box;
  content: '';
}
.entry .seminar_type_list li::after {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  background: rgba(28, 37, 105, 0.1);
  border-radius: 50%;
  content: '';
}
.entry .seminar_type_list li .seminar_type_ttl {
  padding: 0.5em 0;
  border-bottom: 1px solid #1c2569;
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: normal;
}
.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:hover {
  background: rgba(43, 65, 152, 0.1);
}
.entry .seminar_type_list li.active {
  color: #fff;
}
.entry .seminar_type_list li.active,
.entry .seminar_type_list li.active::after {
  background: #1c2569;
}
.entry .seminar_type_list li.active .seminar_type_ttl {
  border-color: #fff;
}
.entry .seminar_place {
  margin-top: 15px;
  border: 1px solid #1c2569;
}
.entry .seminar_place dt {
  padding: 0.5em 2em;
  background: rgba(98, 118, 164, 0.1);
  font-size: 16px;
  text-align: center;
}
.entry .seminar_place dd {
  padding: 0.5em 2em;
  font-size: 16px;
  text-align: left;
}
.entry .seminar_place dd a {
  color: #000099;
}
.entry .zoom_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 #1c2569;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  vertical-align: middle;
}
.entry .seminar_detail_table th {
  width: 30%;
  background: rgba(98, 118, 164, 0.1);
  text-align: center;
}
.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;
  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 {
  display: block;
  position: relative;
  max-width: 300px;
  margin: 30px auto 0;
  padding: 1em;
  background: #f77a4c;
  border-radius: 9999px;
  box-shadow: 0 3px 0 #b95834;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.entry .btn_entry_movie::after {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
}
.entry .room_seminar,
.entry .zoom_seminar,
.entry .movie_seminar {
  display: none;
}
.entry .room_seminar.active,
.entry .zoom_seminar.active,
.entry .movie_seminar.active {
  display: block;
}
@media screen and (min-width: 600px) {
  .entry .seminar_place {
    display: flex;
  }
  .entry .seminar_place dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    padding: 0.5em;
  }
}
@media screen and (max-width: 899px) {
  .entry .entry_inner {
    padding: 60px 4% 50px;
  }
}
@media screen and (max-width: 799px) {
  .entry .ico_free {
    left: auto;
    right: 10px;
  }
}
@media screen and (min-width: 600px) and (max-width: 649px) {
  .entry .seminar_type_list li .seminar_type_ttl span.txt_shorten {
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 599px) {
  .entry {
    padding-bottom: 50px;
  }
  .entry .entry_inner {
    padding: 40px 3% 20px;
  }
  .entry .entry_ttl {
    padding: 1.8em 0.5em 1.2em;
  }
  .entry .ico_free {
    top: -40px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  .entry h3 {
    padding-left: 0;
    text-indent: 0;
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
  }
  .entry h3 span {
    display: block;
    width: 94px;
    margin: 0 auto 20px;
    font-size: 18px;
    text-align: center;
    line-height: 1;
  }
  .entry .step_arrow {
    margin-bottom: 45px;
  }
  .entry .seminar_type_list {
    margin-bottom: 35px;
  }
  .entry .seminar_type_list li {
    width: 48%;
    padding: 30px 5px 7px;
  }
  .entry .seminar_type_list li::before {
    top: 10px;
  }
  .entry .seminar_type_list li::after {
    position: absolute;
    top: 15px;
  }
  .entry .seminar_type_list li .seminar_type_ttl {
    padding: 0.5em 0;
    font-size: 13px;
  }
  .entry .seminar_type_list li .seminar_type_ttl .txt_bold {
    font-size: 15px;
  }
  .entry .seminar_type_list li .sub_txt {
    font-size: 11px;
  }
  .entry .seminar_type_list li .sub_txt .sub_txt_s {
    font-size: 10px;
  }
  .entry .seminar_place {
    margin-top: 30px;
  }
  .entry .seminar_place dd {
    font-size: 14px;
  }
  .entry .seminar_detail_table th,
  .entry .seminar_detail_table td {
    font-size: 15px;
  }
  .entry .btn_entry {
    max-width: none;
    font-size: 17px;
  }
}

/* ------------------------------
seminar_apply
------------------------------ */
.seminar_apply {
  margin-top: 20px;
}
.seminar_apply .date_list li a:hover {
  background: rgba(94, 118, 167, 0.1);
  opacity: 1;
}

/* ------------------------------
textbook
------------------------------ */
.entry .textbook{
  background-color: #fff;
  border: 1px solid #1c2569;
  border-radius: 5px;
  letter-spacing: .05em;
  padding: 1.5em;
  margin: 30px auto;
}
.entry .textbook .ttl{
  width: fit-content;
  border-bottom: 1px dashed #1c2569;
  font-size: 16px;
  font-weight: normal;
  margin: auto;
}
.entry .textbook p{
  font-size: 14px;
}
@media screen and (min-width: 600px) {
  .entry .textbook{
    display: grid;
    gap: 2.3em 1.5em;
    padding: 1.5em 2.3em;
  }
  .entry .textbook .ttl{
    grid-column: 1/3;
  }
  .entry .textbook .img{
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .entry .textbook p{
    grid-column: 2/3;
    grid-row: 2/3;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 599px) {
  .entry .textbook{
    font-size: 15px;
    letter-spacing: 0;
    padding: 1.5em 12px;
    margin-bottom: 1.5em;
  }
  .entry .textbook .ttl{
    text-align: left;
  }
  .entry .textbook p{
    text-align: center;
    margin: 26px 0;
  }
}

/* ------------------------------
webseminar_note_box
------------------------------ */
.entry .webseminar_note_box {
  border: 1px solid #1c2569;
  border-radius: 5px;
  padding: 1.5em 3%;
  margin: 40px auto;
}
.entry .webseminar_note_box .ttl {
  width: fit-content;
  margin: 0 auto 1.2em;
  padding-bottom: 0.2em;
  border-bottom: 1px dashed #1c2569;
  font-size: 16px;
  font-weight: normal;
}
.entry .webseminar_note_box .img img {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.entry .webseminar_note_box p {
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .entry .webseminar_note_box .note_box_body {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .entry .webseminar_note_box .img {
    width: 27%;
    max-width: 200px;
  }
  .entry .webseminar_note_box p {
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  .entry .webseminar_note_box {
    padding: 1.5em 4%;
  }
  .entry .webseminar_note_box .ttl {
    font-size: 14px;
  }
  .entry .webseminar_note_box .img {
    text-align: center;
  }
  .entry .webseminar_note_box p {
    margin-bottom: 1em;
    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 .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{
  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;
  }
}
