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

  Style Info: /event/240101/index.html
  /event/240101/css/index.css
-------------------------------------------------------------------- */
*{ box-sizing: border-box;}
body{
  overflow-x: hidden;
  font-size: 16px;
}
@media screen and (max-width: 599px) {
  body { font-size: 14px; }
}

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

.tac { text-align: center;}
.tar { text-align: right;}

.txt_bold { font-weight: bold;}
.txt_s { font-size: .8em;}
.txt_l { font-size: 1.3em;}
.txt_through {
  text-decoration: line-through 2px;
}
.txt_nowrap {
  white-space: nowrap;
}

.fc-w { color: #fff;}
.txt_orange { color: #EE764E;}
.txt_red { color: #c00100;}
.txt_blue { color: #1c236d;}
.txt_black { color: #333;}

.marker { background: linear-gradient(rgba(0,0,0,0) 30%, rgba(215,186,65,.2) 30%);}

.mb_l { margin-bottom: 70px;}
.mb_s { margin-bottom: 40px;}
.w_s {
  width: 87.5%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 599px) {
  .mb_l { margin-bottom: 30px;}
  .mb_s { margin-bottom: 20px;}
  .w_s { width: 88%;}
}

.sp { display: none;}
.tab { display: none;}
.pc { display: block;}
@media screen and (max-width: 999px) {
  .pc { display: none;}
  .sp { display: none;}
  .tab { display: block;}
}
@media screen and (max-width: 599px) {
  .pc { display: none;}
  .tab { display: none;}
  .sp { display: block;}
}

.headerLast {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
div.w100_wrap {
  max-width: 280px;
}
@media screen and (max-width: 599px) {
  div.w100_wrap {
    max-width: none;
    margin-bottom: 10px;
  }
}

.bg-w{ background-color: #fff;}
.bg-brand{ background-color: #1c236d;}
.bg-beige { background-color: #f3f3f2;}

.bg_check_red{ background: url(/event/240101/img/bg_check_red.png) center/44px;}
.bg_check_gold{ background: url(/event/240101/img/bg_check_gold.png) center/44px;}
@media screen and (max-width: 599px) {
  .bg_check_red,
  .bg_check_gold{ background-size: 38px;}
}

.lead{ font-size: 18px;}

.caution{
  font-size: 12px;
}
@media screen and (max-width: 599px) {
  .caution{
    font-size: 9px;
  }
}

section .inner{
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0;
}
@media screen and (max-width: 599px) {
  section .inner{ padding: 30px 0;}
}

section h2 {
  color: #1c236d;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 1em;
}
section h2:not(.bd_none)::after {
  content: "";
  display: block;
  border-bottom: 3px solid #1c236d;
  width: 100px;
  margin: 20px auto 50px;
}
section h2 .txt_s {
  font-size: .7em;
  display: inline-block;
}
section h3 {
  text-align: center;
  font-size: 23px;
}
@media screen and (max-width: 599px) {
  section h2 {
    font-size: 16px;
    margin-bottom: 1em;
  }
  section h2:not(.bd_none)::after {
    width: 80px;
    margin: 15px auto 40px;
  }
  section h3{ font-size: 1.2rem}
  .lead{ font-size: 15px;}
}

/* ------------------------------
mv
------------------------------ */
.mv {
  min-height: 30.76vw;
  background: url(/event/240101/img/mv.png) no-repeat center / cover;
  position: relative;
}
.mv h1 {
  position: absolute;
  top: 0;
  color: transparent;
}
.mv p {
  position: absolute;
  bottom: 0.7vw;
  width: 100%;
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
}
.mv::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  content: '';
}
.mv .close {
  position: absolute;
  top: 50%;
  bottom: auto;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  width: 18em;
  padding: 1.2em;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  color: #fff;
  font-size: 2.78vw;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 999px) {
  .mv p {
    bottom: 0.1vw;
  }
}
@media screen and (max-width: 599px) {
  .mv {
    min-height: 109.33vw;
    background-image: url(/event/240101/img/mv_sp.png);
  }
  .mv p {
    bottom: 0.5em;
    font-size: 14px;
  }
  .mv .close {
    width: 10em;
    padding: 1em 0.5em;
    font-size: 8vw;
    line-height: 1.6;
  }
}

/* ------------------------------
top_msg
------------------------------ */
.top_msg{ letter-spacing: .05em;}
.top_msg > .inner{
  max-width: 965px;
}
.box_top_msg{
  width: calc(100% - 10px);
  margin: auto;
  border: 2px solid #a40000;
  border-radius: 10px;
  box-shadow: 10px 10px 0 #f2f2f2;
  padding: 55px 4%;
}
.box_top_msg .ttl{
  color: #a40000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 2.5em;
}
.box_top_msg p{
  font-size: 14px;
  text-align: center;
}
.box_campaign{
  background-color: #f3f3f2;
  border-radius: 20px;
  padding: 30px;
}
.bg-beige .box_campaign{
  background-color: #fff;
}
.box_campaign .ttl{
  color: #ae792e;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 1em;
}
.box_campaign .txt{
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .top_msg{ letter-spacing: 0;}
  .box_top_msg{ padding: 25px;}
  .box_top_msg .ttl{ font-size: 20px;}
  .box_top_msg p{
    font-size: 12px;
    text-align: left;
  }
  .box_campaign{ padding: 30px 25px;}
  .box_campaign .ttl{
    font-size: 16px;
    margin-bottom: 1em;
  }
  .box_campaign .txt{
    font-size: 12px;
    text-align: left;
  }
}

/* ------------------------------
detail
------------------------------ */
.detail .main_ttl{
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: .05em;
  line-height: 1;
}
.detail .box{
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 5px 8px 0 rgba(0, 0, 0, .3);
  padding: 40px 100px 80px;
  position: relative;
}
.detail .subttl_box{
  position: absolute;
  top: 8px;
  left: 8px;
}
.detail .wrap_ttl_detail{
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
}
.detail .wrap_ttl_detail > span{ display: block;}
.detail .wrap_ttl_detail .txt_s{
  font-size: 14px;
  margin-top: 1em;
  line-height: 1.6;
}
.detail .ttl_detail img{
  height: 1em;
  width: auto;
}
.detail .ttl_detail.line02 img{
  height: 2em;
}
.detail .special_ttl {
  color: #c00100;
  line-height: 1.4;
}
.detail .special_ttl .marker {
  background: linear-gradient(rgba(0,0,0,0) 85%, #c8a457 85%);
}
.detail .special_ttl .txt_sub {
  font-size: 34px;
}
.detail .desc{
  font-weight: bold;
  text-align: center;
}
.detail .unlimited_txt {
  margin-bottom: 0.6em;
  color: #1c2569;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.detail .unlimited_img {
  margin: 0 auto;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
}
.detail .unlimited_img.img_sp {
  display: none;
}
@media screen and (max-width: 999px) {
  .detail .box{ padding: 40px;}
}
@media screen and (max-width: 599px) {
  .detail .main_ttl{ font-size: 21px;}
  .detail .box{
    border-radius: 15px;
    padding: 40px 10px 30px;
  }
  .detail .subttl_box {
    top: 3px;
    left: 3px;
  }
  .detail .subttl_box img{ width: 92px;}

  .detail .wrap_ttl_detail{ font-size: 24px;}
  .detail .wrap_ttl_detail .sub img{ width: 120px;}
  .detail .wrap_ttl_detail .sub img{ width: 120px;}

  .detail .desc{
    text-align: left;
    font-size: 12px;
  }
  .detail .unlimited_txt {
    font-size: 22px;
    line-height: 1.4;
  }
  .detail .unlimited_img.img_pc {
    display: none;
  }
  .detail .unlimited_img.img_sp {
    display: block;
  }
  .detail .special_ttl .txt_sub {
    font-size: 18px;
  }
}

/* table_offprice */
.table_offprice th,
.table_offprice td{
  text-align: center;
  padding: 5px;
}
.table_offprice thead th{
  color: #666;
}
.table_offprice tbody{
  border-top: 1px solid #000;
}
.table_offprice tbody th,
.table_offprice tbody td{
  border-bottom: 1px solid #000;
}
.table_offprice tbody th{
  font-size: 24px;
  font-weight: normal;
}
.table_offprice tbody td{
  color: #a40000;
  font-size: 28px;
  font-weight: bold;
  background-color: rgba(175, 0, 0, .1);
}
@media screen and (max-width: 599px) {
  .table_offprice tbody th,
  .table_offprice tbody td{
    padding: 10px 5px;
    font-size: 14px;
  }
}

/* example_offprice */
.example_offprice{
  margin-top: 65px;
  padding: 50px 4%;
}
.example_offprice .ttl{
  margin-bottom: 2em;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.example_offprice_table {
  width: 100%;
  table-layout: fixed;
}
.example_offprice_table .col1 {
  width: 32%;
}
.example_offprice_table .col2 {
  width: 25%;
}
.example_offprice_table .col4 {
  width: 28%;
}
.example_offprice_table th,
.example_offprice_table td {
  height: 80px;
  padding: 0.8em 1em;
  border-bottom: 2px solid #333;
}
.example_offprice_table th {
  background: #f8f3dc;
  font-weight: normal;
  text-align: left;
}
.example_offprice_table td {
  background: #fff;
}
.example_offprice_table td[colspan="4"] {
  background: transparent;
  border-bottom: none;
  text-align: center;
}
.example_offprice_table td[colspan="4"] .txt_l {
  font-size: 20px;
}
.example_offprice_table .pl0 {
  padding-left: 0;
}
.example_offprice_table .border_b_thin {
  border-width: 1px;
}
.example_offprice_table td .f_box {
  display: flex;
  align-items: center;
}
.example_offprice_table td .brackets {
padding-left: 10px;
}
.example_offprice_table td .inline_c {
  text-align: center;
  line-height: 1.4;
}
.example_offprice_table td .txt_l {
  font-size: 18px;
}
.example_offprice_table td .txt_s {
  font-size: 14px;
}
.example_offprice_table br.pc_none {
  display: none;
}
.example_offprice_table .label_special {
  display: inline-block;
  margin-right: 18px;
  padding: 0.3em 0.7em 0.15em;
  background: #cfa248;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
.example_offprice_table .label_special .num {
  margin-left: 0.2em;
  font-family: 'Josefin Slab', serif;
  font-size: 30px;
  font-weight: 400;
}
.example_offprice_table .total th {
  background: #f8e5e5;
  border-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}
.example_offprice_table .total td {
  padding: 0.3em 0.5em;
  border-bottom: 0;
  font-size: 40px;
  font-weight: bold;
  text-align: right;
}
.example_offprice_table .total td .txt_s {
  font-size: 16px;
}
@media screen and (max-width: 1064px) {
  .example_offprice_table br.pc_none {
    display: block;
  }
}
@media screen and (max-width: 779px) {
  .example_offprice {
    width: calc(100vw - 10%);
    margin: 65px calc(55% - 50vw) 0;
    padding: 20px 4%;
  }
  .wrap_example_offprice_table{
    position: relative;
    height: 189vw;
    background: url(/event/240101/img/example_offprice_table_sp.png) center top/contain no-repeat;
  }
  .example_offprice_table {
    position: absolute;
    transform: scale(0);
  }
}
@media screen and (max-width: 599px) {
  .example_offprice {
    margin-top: 40px;
  }
  .example_offprice .ttl {
    margin-bottom: 1.5em;
    font-size: 16px;
  }
}

/* example */
.example{
  padding: 20px 35px;
}
.example .ttl{
  color: #a40000;
  font-size: 20px;
  text-align: center;
  margin-bottom: 1.25em;
}
.example .ttl span{
  border-bottom: 2px solid #c8a457;
}
.example .list_school{
  background-color: #fff;
  border-radius: 5px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.example .list_school .name{
  border: 4px solid;
  border-radius: 5px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  min-height: 3em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.example .list_school .name.kabu{ color: #5e76a7;}
.example .list_school .name.fudo{ color: #44a1c5;}
.example .list_school .name.mf{ color: #8a9f55;}
.example .list_school .name.semi{ color: #e19a3f;}
.example .area_price{
  line-height: 1;
  text-align: center;
  padding: 30px 0 15px;
}
.example .area_price .price{
  font-size: 2.3em;
  font-weight: bold;
  line-height: 1.6;
}
.example .area_price .cashback::before{
  content: "";
  display: block;
  width: fit-content;
  border-top: 14px solid #000;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  margin: -50px auto 40px;
}
.example .area_price .cashback{
  background-color: #af0000;
  border-radius: 10px;
  color: #fff;
  font-size: 19px;
  font-weight: bold;
  line-height: 1.6;
  padding: .8em 1em;
  margin-top: 62px;
}
.example .area_price .cashback .ratio{
  display: block;
  background-color: #fff;
  border-radius: 2em;
  color: #af0000;
  padding: 0 1.2em;
  width: fit-content;
  margin: 0 auto 0.5em;
}
@media screen and (min-width: 780px) {
  .example_inner{
    display: grid;
    column-gap: 7%;
    grid-template-columns: repeat(2, 50% 42%);
  }
  .example .list_school .name + .name{ margin-top: 5px;}
  .example .list_school .name.large{ min-height: 5em;}
}
@media screen and (max-width: 779px) {
  .example .list_school{
    flex-wrap: wrap;
    flex-direction: initial;
    justify-content: space-between;
  }
  .example .list_school .name{ width: 49.3%;}
  .example .list_school .name:nth-child(n+3){ margin-top: 5px;}
  .example .list_school .name.large{ width: 100%;}
}
@media screen and (max-width: 599px) {
  .example{ padding: 15px 8px;}
  .example .ttl{ font-size: 12px;}
  .example .list_school{ padding: 10px;}
  .example .list_school .name{
    font-size: 11px;
    border-width: 3px;
  }
  .example .area_price{
    padding: 15px 0 0;
    font-size: 9px;
  }
  .example .area_price .cashback {
    column-gap: 8px;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    padding: 10px;
    margin-top: 20px;
    position: relative;
  }
  .example .area_price .cashback::before{
    border-top-width: 9px;
    border-left-width: 9px;
    border-right-width: 9px;
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
    margin: auto;
  }
}

/* ------------------------------
�\���݂͂�����
------------------------------ */
.school_ttl{
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 0;
}
.school_ttl::after{
  content: "";
  display: block;
  border-bottom: 2px solid;
  width: 100px;
  margin: 20px auto 0;
}
.school_ttl.kabu{ color: #5e76a7;}
.school_ttl.kabu::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.25em;
  height: 1.25em;
  background: url(https://preview-mypage.gfs-tokio.com/img/common/fa/icn_kabu.svg) center/contain no-repeat;
  margin-right: .5em;
}
.school_ttl.fudo{ color: #45A1C5;}
.school_ttl.fudo::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.25em;
  height: 1.25em;
  background: url(https://preview-mypage.gfs-tokio.com/img/common/fa/icn_fudo.svg) center/contain no-repeat;
  margin-right: .5em;
}
.school_ttl.fx{ color: #C36280;}
.school_ttl.fx::before{
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.25em;
  height: 1.25em;
  background: url(https://preview-mypage.gfs-tokio.com/img/common/fa/icn_fx.svg) center/contain no-repeat;
  margin-right: .5em;
}
@media (min-width: 640px) {
  .top_txt{ text-align: center;}
}
/* ���ӏ������X�g�i�ԃe�L�X�g�j */
.list_caution li{
  list-style: none;
  text-indent: -1em;
  color: #DB191A;
  margin-left: 20px;
}
.list_caution li::before{ content: "��";}
.list_caution li + li{ margin-top: 1em;}
/* ���v���z�G���A */
.box_price .inner {
  width: 100%;
  padding: 10px;
}
.box_total_price .ttl{
  color: inherit;
  font-size: 1rem;
  font-weight: normal;
  text-align: left;
  border-bottom: 1px solid #5f76a7;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.offprice_baloon{
  background: #F9E2DB;
  padding: 10px;
  margin: 1em 0;
}
.offprice_baloon p{
  margin: 0;
}
@media (min-width: 640px) {
  .box_price{
    display: block;
    padding-left: 10px;
    position: sticky;
    top: 100px;
    float: right;
  }
}
@media (max-width: 639px) {
  .box_price{ margin-bottom: 1em;}
  .box_total_price.fixed{
    background: rgba(206,206,206,.7);
    padding: 10px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    box-sizing: border-box;
  }
  .fixed .inputbox{
    background: #fff;
    padding: 10px;
    border: 1px solid;
    border-radius: 5px;
  }
  .fixed .offprice_baloon{
    border: 1px solid #DB191A;
    border-radius: 5px;
    margin-right: 80px;
    position: relative;
  }
  .fixed .offprice_baloon::before{
    content: "";
    border: 5px solid transparent;
    border-bottom: 16px solid #DB191A;
    position: absolute;
    top: -21px;
    left: 50%;
    transform: translateX(-50%);
  }
  .fixed .offprice_baloon::after{
    content: "";
    border: 5px solid transparent;
    border-bottom: 16px solid #F9E2DB;
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.btn_submit{
  background: #DB191A;
  color: #fff;
  box-shadow: 0 3px 0 #9D1112;
  border-radius: 5px;
}
.uk-button.btn_submit:hover{
  text-decoration: none;
  opacity: .8;
}
.btn_submit.close{
  background: #ccc;
  box-shadow: 0 3px 0 #c0c0c0;
  pointer-events: none;
}
/* �^�u */
.tab_list_school{ margin-bottom: 20px;}
.tab_list_school > li{ margin: 5px 0;}
.tab_list_school > li{
  width: 130px;
  height: 55px;
  color: #1c236d;
  font-size: .875rem;
  background: #fff;
  border: 1px solid;
  border-radius: 5px;
  padding: 0;
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.6;
}
.tab_list_school > li.active{
  color: #fff;
  background: #1c236d;
  border-color: #1c236d;
  box-shadow: 0 3px 0 #9b9b9b;
}
@media (max-width: 639px) {
  .tab_list_school{ justify-content: center;}
}
/* �u�����X�g */
.list_school li{
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.list_school .ttl{
  color: inherit;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}
.list_school .ttl.kabu {
  color: #5e76a7;
}
.list_school .ttl.fudo {
  color: #44a1c5;
}
.list_school .ttl.mf {
  color: #8a9f55;
}
.list_school .ttl.kyouyou {
  color: #7e678c;
}
.list_school .ttl.retire {
  color: #e16f4e;
}
.list_school .notes{
  color: #E16F4E;
  font-size: 12px;
  padding-left: 40px;
  margin-top: 1em;
  margin-bottom: 1em;
}
.checklist_app_area > div{ display: none;}
.checklist_app_area > .active{ display: inherit;}
.checklist_app_area label{
  padding-left: 40px;
  font-size: 12px;
  position: relative;
}
.checklist_app_area label .name{
  border: 1px solid;
  padding: 5px 10px 5px 50px;
  position: relative;
}
.checklist_app_area .kabu .name{ border-color: #5E76A7;}
.checklist_app_area .fudo .name{ border-color: #45A1C5;}
.checklist_app_area .fx .name{ border-color: #C36280;}
.checklist_app_area .mf .name{ border-color: #8A9F55;}
.checklist_app_area .kyouyou .name{ border-color: #7E678D;}
.checklist_app_area .retire .name{ border-color: #E16E4E;}
.checklist_app_area .semi .name{ border-color: #D7BA41;}
.checklist_app_area label .name::after{
  content: "";
  border: 25px solid transparent;
  border-bottom: 25px solid;
  position: absolute;
  left: -25px;
  top: -25px;
  transform: rotate(-45deg);
}
.checklist_app_area .kabu .name::after{ border-bottom-color: #5E76A7;}
.checklist_app_area .fudo .name::after{ border-bottom-color: #45A1C5;}
.checklist_app_area .fx .name::after{ border-bottom-color: #C36280;}
.checklist_app_area .mf .name::after{ border-bottom-color: #8A9F55;}
.checklist_app_area .kyouyou .name::after{ border-bottom-color: #7E678D;}
.checklist_app_area .retire .name::after{ border-bottom-color: #E16E4E;}
.checklist_app_area .semi .name::after{ border-bottom-color: #D7BA41;}
.checklist_app_area label .price{
  border-bottom: 1px solid;
  padding: 0 10px;
  align-self: end;
  text-align: right;
}
.checklist_app_area input[type="checkbox"],
.checklist_app_area input[type="radio"]{ display: none;}
.checklist_app_area input[type="checkbox"] + label::before{
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #9D9D9D;
  background: #fff;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.checklist_app_area input[type="checkbox"]:not(.radio):checked + label::after{
  content: "";
  width: 18px;
  height: 8px;
  border-left: 2px solid #FF1950;
  border-bottom: 2px solid #FF1950;
  transform: rotate(-45deg);
  position: absolute;
  left: 11px;
  top: -5px;
  bottom: 0;
  margin: auto;
}
.checklist_app_area input.default[type="checkbox"]:not(.radio):checked + label::after{
  border-left-color: #FAB7C7;
  border-bottom-color: #FAB7C7;
}
.checklist_app_area input[type="radio"] + label::before,
.checklist_app_area .radio + label::before{
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid #9D9D9D;
  background: #fff;
  border-radius: 100%;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.checklist_app_area input[type="radio"]:checked + label::after,
.checklist_app_area .radio:checked + label::after{
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #FF1950;
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.checklist_app_area input.default[type="radio"]:checked + label::after,
.checklist_app_area input.default.radio:checked + label::after{ background: #FAB7C7;}
.checklist_app_area label + input + label{ margin-top: 10px;}
@media (min-width: 960px) {
  .checklist_app_area label{
    display: grid;
    grid-template-columns: auto 220px;
    gap: 30px;
  }
}
@media (max-width: 959px) {
  .checklist_app_area label{
    display: flex;
    flex-wrap: wrap;
  }
  .checklist_app_area label .name {
    flex: 1 1 100%;
  }
  .checklist_app_area label .price{
    width: 220px;
    margin: 10px 0 0 auto;
  }
  .checklist_app_area input[type="checkbox"] + label::before {
    top: 1em;
    bottom: auto;
  }
  .checklist_app_area input[type="checkbox"]:not(.radio):checked + label::after,
  .checklist_app_area input[type="radio"]:checked + label::after,
  .checklist_app_area .radio:checked + label::after{
    top: calc(1em + 4px);
    bottom: auto;
  }
}
@media (min-width: 640px){
  .uk-list.list_school>li::after{ clear: inherit;}
}
@media (max-width: 639px) {
  .wrap_list_school{ padding-bottom: 130px;}
}

/* ------------------------------
gaiyou
------------------------------ */
.gaiyou .ttl{ margin-bottom: 3em;}
.table_gaiyou{
  border-top: 1px solid #333;
}
.table_gaiyou th,
.table_gaiyou td{
  border-bottom: 1px solid #333;
  padding: 1em;
}
.table_gaiyou th{
  width: 20%;
  font-weight: normal;
  vertical-align: top;
}
.gaiyou h3{
  font-size: 16px;
  font-weight: bold;
  color: #ae792e;
  margin-bottom: 1em;
}
@media screen and (max-width: 599px) {
  .table_gaiyou th,
  .table_gaiyou td{
    display: block;
    width: 100%;
  }
  .table_gaiyou th{
    border-bottom-style: dotted;
    font-weight: bold;
    padding-bottom: .5em;
  }
}

/* qaClm */
.qaClm{ margin-bottom: 20px;}

/* box_question */
.box_question{
  font-weight: normal;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cfcfcf;
  cursor: pointer;
}
.box_question > div{ display: table-cell;}
.box_question .txt{
  line-height: 1.6;
  padding-left: 10px;
  vertical-align: middle;
  width: 100%;
  word-break: break-word;
  position: relative;
  transition: all .3s;
}
.box_question:hover .txt{
  font-size: .998em;
  font-weight: bold;
}
.box_question .txt p{ padding-right: 40px;}
.box_question .txt .arw{
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 100%;
  position: absolute;
  right: 0;
  top: 0;
  transition: all .3s;
}
.box_question .txt .arw::before{
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #1c236d;
  border-bottom: 2px solid #1c236d;
  margin: .5em 0 auto auto;
  transform: rotate(-45deg);
  position: absolute;
  right: 12px;
  top: 3px;
}
.box_question:hover .txt .arw,
.box_question.active .txt .arw{ background-color: #ae792e;}
.box_question:hover .txt .arw::before{ border-color: #fff;}
.box_question.active .txt .arw::before{
  border-color: #fff;
  transform: rotate(45deg);
  right: 10px;
  top: 1px;
}
@media screen and (max-width: 701px){
  .box_question{ font-size: 16px;}
}

/* box_answer */
.box_answer{
  padding-bottom: 15px;
  border-bottom: 1px solid #cfcfcf;
}
.box_answer > div{ display: table-cell;}
.box_answer .txt{
  line-height: 1.6;
  padding-left: 10px;
  vertical-align: middle;
  width: 100%;
  word-break: break-word;
  position: relative;
  transition: all .3s;
}
.box_answer .txt p{
  background: rgba(174, 121, 46, .1);
  padding: 1em;
}
.box_answer .link_mail{
  text-decoration: underline;
  color: #333;
}
.box_answer .link_mail:hover{ color: #009;}
.icn_mail > svg{ height: 1em;}

/* icn */
.box_question .icn,
.box_answer .icn{ width: 30px;}

.circle_q {
  color: #fff;
  background-color:#1c236d;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  font-size:18px;
}
.circle_a {
  color: #fff;
  background-color:#ae792e;
  padding: 0;
  margin: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  font-size:18px;
}

/* ------------------------------
inquiry
------------------------------ */
section.inquiry {
  margin-top: 60px;
  margin-bottom: 65px;
}
.wrap_inquiry_advance > div{
  border: 1px solid #EA5520;
  position: relative;
}
@media screen and (min-width: 600px) {
  .wrap_inquiry_advance{
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: auto;
  }
  .wrap_inquiry_advance > div{ width: 49%;}
}
@media screen and (max-width: 599px) {
  .wrap_inquiry_advance > div + div{ margin-top: 20px;}
}

/* ------------------------------
bnr_seminarlist
------------------------------ */
.bnr_seminarlist {
  background: url(/event/240101/img/bg_bnr_seminarlist.jpg) no-repeat center / cover;
  border-radius: 5px;
  text-align: center;
}
.bnr_seminarlist a {
  display: block;
  padding: 10px;
}
.bnr_seminarlist a:hover {
  text-decoration: none;
  opacity: 0.7;
  outline: none;
}
.bnr_seminarlist .bnr_seminarlist_inner {
  position: relative;
  width: 100%;
  min-height: calc(400px - 20px);
  padding: 35px 4% 10px;
  border: 1px solid #fff;
  border-radius: 5px;
}
.bnr_seminarlist .ttl span {
  color: #fff;
  font-size: 55px;
  font-weight: bold;
  line-height: 1.6;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.49);
}
.bnr_seminarlist .txt_01 {
  max-width: 577px;
  margin: 5px auto 0;
  padding: 10px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.bnr_seminarlist .txt_01 span {
  display: block;
  padding: 0.75em;
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  font-size: 18px;
  font-weight: bold;
}
.bnr_seminarlist .bnr_btn {
  display: block;
  position: relative;
  max-width: 306px;
  margin: 25px auto 0;
  padding: 0.75em 40px 0.75em 1em;
  background: #f2ca24;
  border: 1px solid #fff;
  border-radius: 9999px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
}
.bnr_seminarlist .bnr_btn::before {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  border-radius: 50%;
  content: '';
}
.bnr_seminarlist .bnr_btn::after {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: '';
}
.bnr_seminarlist .icn_free {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  background: #f2ca24;
  border: 1px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-family:"�q���M�m�ۃS Pro W4","�q���M�m�ۃS Pro","Hiragino Maru Gothic Pro";
  font-size: 30px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  text-align: center;
}
@media screen and (max-width: 699px) {
  .bnr_seminarlist .icn_free {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 599px) {
  .bnr_seminarlist {
    background: url(/event/240101/img/bg_bnr_seminarlist_sp.jpg) no-repeat top center / cover;
  }
  .bnr_seminarlist .bnr_seminarlist_inner {
    min-height: calc(454px - 20px);
    padding-top: 80px;
  }
  .bnr_seminarlist .ttl svg {
    width: 268px;
    height: auto;
  }
  .bnr_seminarlist .ttl span {
    font-size: 43px;
    line-height: 1.2;
  }
  .bnr_seminarlist .txt_01 {
    padding: 5px 0;
  }
  .bnr_seminarlist .txt_01 span {
    padding: 0.5em;
    font-size: 16px;
    line-height: 1.5;
  }
  .bnr_seminarlist .bnr_btn {
    max-width: none;
    margin-top: 100px;
  }
  .bnr_seminarlist .icn_free {
    right: auto;
    left: 10px;
    width: 66px;
    height: 66px;
    font-size: 18px;
  }
}


/* ------------------------------
�N���[�Y�Ή�
------------------------------ */
.end_campaign {
  padding: 0.5em;
  background: rgba(51, 51, 51, 0.8);
  border-radius: 10px;
  color: #fff;
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .end_campaign {
    font-size: 20px;
  }
}

.entry_form .box_campaign {
  padding: 30px 2%;
}

/* ------------------------------
���I�Ҕ��\
------------------------------ */
.notice{
  background-color: #fff;
  margin-top: 30px;
  position: relative;
}
.notice::before,
.notice::after{
  content: "";
  width: 57px;
  padding-top: 58px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.notice::before{
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22img%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256.85%22%20height%3D%2257.65%22%20viewBox%3D%220%200%2056.85%2057.65%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_14%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2014%22%20width%3D%2211.66%22%20height%3D%2211.66%22%20transform%3D%22translate(45.19%2011.67)%20rotate(-90)%22%20fill%3D%22%23c10100%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_15%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2015%22%20width%3D%2211.66%22%20height%3D%2211.66%22%20transform%3D%22translate(45.19%2034.66)%20rotate(-90)%22%20fill%3D%22%23c10100%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_16%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2016%22%20width%3D%2211.66%22%20height%3D%2211.66%22%20transform%3D%22translate(45.19%2057.65)%20rotate(-90)%22%20fill%3D%22%23c10100%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_17%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2017%22%20width%3D%2211.66%22%20height%3D%2211.66%22%20transform%3D%22translate(22.59%2011.66)%20rotate(-90)%22%20fill%3D%22%23c10100%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_18%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2018%22%20width%3D%2211.66%22%20height%3D%2211.66%22%20transform%3D%22translate(22.59%2034.65)%20rotate(-90)%22%20fill%3D%22%23c10100%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_19%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2019%22%20width%3D%2211.66%22%20height%3D%2211.66%22%20transform%3D%22translate(0%2011.67)%20rotate(-90)%22%20fill%3D%22%23c10100%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_20%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2020%22%20width%3D%2211.66%22%20height%3D%2211.66%22%20transform%3D%22translate(33.89%2023.16)%20rotate(-90)%22%20fill%3D%22%23c10100%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_21%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2021%22%20width%3D%2211.66%22%20height%3D%2211.66%22%20transform%3D%22translate(11.3%2023.13)%20rotate(-90)%22%20fill%3D%22%23c10100%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_22%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2022%22%20width%3D%2211.66%22%20height%3D%2211.66%22%20transform%3D%22translate(33.93%2046.16)%20rotate(-90)%22%20fill%3D%22%23c10100%22%2F%3E%3C%2Fsvg%3E');
  background-position: right top;
  right: 25px;
  top: 32px;
}
.notice::after{
  background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22img%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2256.85%22%20height%3D%2257.65%22%20viewBox%3D%220%200%2056.85%2057.65%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_14%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2014%22%20width%3D%2211.66%22%20height%3D%2211.66%22%20transform%3D%22translate(11.66%2045.98)%20rotate(90)%22%20fill%3D%22%23c8b478%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_15%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2015%22%20width%3D%2211.66%22%20height%3D%2211.66%22%20transform%3D%22translate(11.66%2022.99)%20rotate(90)%22%20fill%3D%22%23c8b478%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_16%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2016%22%20width%3D%2211.66%22%20height%3D%2211.66%22%20transform%3D%22translate(11.66)%20rotate(90)%22%20fill%3D%22%23c8b478%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_17%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2017%22%20width%3D%2211.66%22%20height%3D%2211.66%22%20transform%3D%22translate(34.26%2045.99)%20rotate(90)%22%20fill%3D%22%23c8b478%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_18%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2018%22%20width%3D%2211.66%22%20height%3D%2211.66%22%20transform%3D%22translate(34.26%2023)%20rotate(90)%22%20fill%3D%22%23c8b478%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_19%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2019%22%20width%3D%2211.66%22%20height%3D%2211.66%22%20transform%3D%22translate(56.85%2045.98)%20rotate(90)%22%20fill%3D%22%23c8b478%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_20%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2020%22%20width%3D%2211.66%22%20height%3D%2211.66%22%20transform%3D%22translate(22.96%2034.49)%20rotate(90)%22%20fill%3D%22%23c8b478%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_21%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2021%22%20width%3D%2211.66%22%20height%3D%2211.66%22%20transform%3D%22translate(45.55%2034.52)%20rotate(90)%22%20fill%3D%22%23c8b478%22%2F%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_22%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2022%22%20width%3D%2211.66%22%20height%3D%2211.66%22%20transform%3D%22translate(22.92%2011.49)%20rotate(90)%22%20fill%3D%22%23c8b478%22%2F%3E%3C%2Fsvg%3E');
  background-position: left bottom;
  left: 25px;
  bottom: 32px;
}
.notice .line{
  background-color: #fff;
  display: flex;
}
.notice .line > div{
  flex: 1 1;
  background-size: contain;
  padding-top: 10px;
}
.notice .line .gold{
  background-image: url(/event/240101/img/line_gold.png);
}
.notice .line .red{
  background-image: url(/event/240101/img/line_red.png);
}
.notice .inner{
  padding-top: 50px;
  padding-bottom: 60px;
}
.notice h2{
  color: #C10100;
  font-size: 30px;
  line-height: 1.7;
  margin-bottom: 2.2em;
}
.notice p{
  font-size: 20px;
  letter-spacing: .08em;
}
@media screen and (max-width: 1199px) {
  .notice .inner{
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 599px) {
  .notice::before,
  .notice::after{
    width: 38px;
    padding-top: 39px;
  }
  .notice::before{
    right: 12px;
    top: 20px;
  }
  .notice::after{
    left: 12px;
    bottom: 20px;
  }

  .notice h2{ font-size: 20px;}
  .notice p{ font-size: 14px;}
}
