main *,
main *::before,
main *::after{ box-sizing: border-box;}
html {
    color: #333; }
body{
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, system-ui, sans-serif;
    font-weight: 300;
}

a {
    color: #00388C; }
a[href^="tel:"] {
    pointer-events: none; }

button{
    background: none;
    border: 0;
    outline: 0;
    display: block;
}

p { margin-bottom: 1em;line-height: 1.7;font-size: 16px; text-align: left;}

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

.mb0{ margin-bottom: 0 !important;}
.mb10{ margin-bottom: 10px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb30{ margin-bottom: 30px !important;}
.mb40{ margin-bottom: 40px !important;}
.pt0{padding-top: 0 !important;}
.pt10{padding-top: 10px !important;}
.pb0{padding-bottom: 0 !important;}

.txt_bold{ font-weight: bold;}

.tal{ text-align: left !important;}
.tac{ text-align: center !important;}
.tar{ text-align: right !important;}

.txt_s{ font-size: .85em;}
.txt_l{ font-size: 1.3em;}
.txt_red{ color: #e60012;}
.txt_orange{ color: #EE764E;}
.txt_fanvy{ color: #1c236d;}
.txt_kabu{ color: #5e76a7;}
.txt_fudo{ color: #44a1c5;}
.txt_fx{ color: #c36380;}

section h2{
    font-size: 30px;
    letter-spacing: .15em;
    font-weight: normal;
    line-height: 1.7;
    text-align: center;
}
section h2:not(.bd_none)::after{
    content: "";
    display: block;
    border-bottom: 3px solid #2C4198;
    width: 115px;
    margin: 20px auto 55px;
}
section h3{
    text-align: center;
    font-size: 23px;
}
.normal{
    font-size: 1em;
    font-weight: normal;
    text-align: left;
    margin: 0;
    padding: 0;
    letter-spacing: 0;
}

.marker{ background: linear-gradient(rgba(0,0,0,0) 55%, rgba(225,110,78,.2) 30%);}

section .inner{
    width: 96%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 90px 0;
}

#bread {
    width: 100%;
    max-width: 1000px;
    padding: 10px 50px;
    margin: 0 auto;
    text-align: left;
    font-size: 12px;
    box-sizing: border-box;
}
#bread a{ text-decoration: none;}
#bread a:after {
    content: ">";
    margin: 0 .5em; }

.bg-pink{background-color: #C36280;color:#FFFFFF;}
p.lead {
    font-size: 1rem;
    line-height: 1.8;
}
p.h2_lead{
	color: #1c236d;
	margin: 0 auto 50px;
	font-size: 18px;
}
.bg-gray{ background-color: #F0F0EF;}
.bg-school{ background-color: rgba(73,164,199,0.1);}

.disc li{
    list-style: disc outside;
    margin-left: 1.5em;
}

.table01{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    font-size: 1rem;
    border-top: 1px solid #C36280;
    border-left: 1px solid #C36280;
}
.table01 th,
.table01 td{
    padding: 20px;
    border-right: 1px solid #C36280;
    border-bottom: 1px solid #C36280;
}
.table01 th{
    background-color: #FDF4F7;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.table01 td{
    background: #fff;
    text-align: left;
    vertical-align: middle;
}

.table01 h3{
    text-align: left;
    font-size: 1.2em;
}
.table01 li + li{ margin-top: 10px;}

.box01{
    background: #fff;
    padding: 30px;
}

.special_list{
    width: 80%;
/*    margin: auto;*/
}

@media screen and (max-width:768px) {
	p.h2_lead{
	font-size: 15px;
	}
}
@media screen and (max-width: 599px) {
    .special_list{
        width: 100%;
    }
	p.h2_lead{
	font-size: 14px;
	}
}
.special_list li{
    display: flex;
/*    align-items: center;*/
}
.special_list li + li{ margin-top: 20px;}
.special_list .icn{
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background: #fff;
    color: #1c236d;
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
    border: 1px solid;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-right: 20px;
}
.special_list .icn > span{
    display: block;
    width: 100%;
}
.special_list .icn .num{ font-size: 25px;}
.special_list p{
    font-size: 1em;
    width: calc(100% - 85px);
    margin-bottom: 0;
}

@media screen and (min-width: 1000px) {
    .sp {display: none;}
    .tab {display: none;}
    .pc {display: block;}
    .br_pc:before {
        content: "\A" ;
        white-space: pre ;
    }
    .br_tab:before,
    .br_sp:before {
        content: none;
    }
}

@media screen and (max-width: 999px) {
    #bread {
        display: none;
    }
    main {
        margin-top: 87px;
    }
/*    .anchor{
        padding-top: 100px;
        margin-top: -100px;
    }*/

}

@media screen and (min-width: 600px) and (max-width: 999px) {
    .sp {display: none;}
    .pc {display: none;}
    .tab {display: block;}
    .br_tab:before {
        content: "\A" ;
        white-space: pre ;
    }
    .br_pc:before,
    .br_sp:before {
        content: none;
    }

    section .inner {
        padding: 50px 0;
    }
}

@media screen and (max-width: 599px) {
    body{ font-size: 14px;}

    .tab {display: none;}
    .pc {display: none;}
    .sp {display: block;}
    .br_pc:before,
    .br_tab:before{
        content: none;
    }
    .br_sp:before {
        content: "\A" ;
        white-space: pre ;
    }

    p.lead{ text-align: left;}

    section .inner {
        width: 100%;
        padding: 40px 15px;
    }
    section h2 {
        font-size: 19px;
        letter-spacing: 0;
        line-height: 1.3;
    }
    section h2:not(.bd_none)::after {
        width: 80px;
        margin: 15px auto 30px;
    }
    section h3{ font-size: 1.2rem}

    .table01{ font-size: 1em;}
    .table01 th{
        padding: 15px 8px;
        white-space: inherit;
    }
    .table01 td{ padding: 15px;}

    .box01{ padding: 15px;}

    .special_list li{ align-items: flex-start;}
}


/* ==========================================================================
   mv
   ========================================================================== */
.mv {
    background: #fff url(/event/210807/img/mv.png) center/cover no-repeat;
    padding-top: 40%;
    position: relative;
}
.mv h1{
    color: transparent;
    position: absolute;
    top: 0;
    z-index: -1;
}
@media screen and (min-width: 1441px) {
    .mv{ background-size: contain;}
}
@media screen and (min-width: 1000px) {
    .mv{ padding-top: 560px;}
}
@media screen and (max-width: 599px) {
    .mv{
        padding-top: 177%;
        background-image: url(/event/210807/img/mv_sp.png);
    }
}


/* ==========================================================================
   whats
   ========================================================================== */
section.whats{
	background-image: url("/event/210416/img/h2_line.png");
	background-position: right top 180px;
    background-repeat: no-repeat;
    background-size: 53% auto;
}
section.whats h2{text-align: left;margin-bottom: 30px;}
section.whats h2::after{content: none;}
section.whats{overflow: hidden;}
section.whats h2 img{
	width: auto;
	overflow-y: hidden;
}
section.whats p.lead{font-size: 20px;}

@media screen and (max-width: 599px) {
  section.whats{
  	background-position: right top 75px;
      background-repeat: no-repeat;
      background-size: 48% 2px;
  }
  section.whats h2 img{height: 60px;}
  section.whats p.lead{font-size: 14px;}
}


/* ==========================================================================
   point
   ========================================================================== */
section.point{
	background-image: url("/event/210416/img/h2_line.png");
	background-position: left top 166px;
    background-repeat: no-repeat;
    background-size: 50% auto;
}
section.point h2{text-align: right;margin-bottom: 30px;}
section.point h2::after{content: none;}
section.point{overflow: hidden;}
section.point h2 img{
	width: auto;
	overflow-y: hidden;
}
section.point .pointbox{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
section.point .pointbox p{font-size: 18px;width: 49%;line-height: 2em;}
section.point .pointbox p span.title{color: #45A1C5;font-size: 22px;margin-bottom: 10px;display: block;}
@media screen and (max-width: 599px) {
  section.point{
    background-position: left top 74px;
    background-repeat: no-repeat;
    background-size: 41% 2px;
  }
  section.point h2 img{
  	height: 40px;
  }
  section.point .pointbox{
  	display: block;}
  section.point .pointbox p{font-size: 14px;width: 100%;line-height: 2em;}
  section.point .pointbox p span.title{color: #45A1C5;font-size: 20px;margin-bottom: 10px;display: block;}
}


/* ==========================================================================
   twoyears
   ========================================================================== */
section.twoyears{background-color: #C36280;color:#FFFFFF;}
section.twoyears .inner{padding: 30px 0;}
section.twoyears p{text-align: center;line-height: 2em;font-size: 20px;}
section.twoyears p.border_txt{font-weight: bold;padding: 20px;border:5px solid #FFFFFF;max-width: 470px;margin: 0 auto;font-size: 24px;margin-bottom: 20px;}
@media screen and (max-width: 599px) {
  section.twoyears p.border_txt{font-weight: bold;padding: 20px;border:5px solid #FFFFFF;max-width: 90%;margin: 0 auto;font-size: 20px;margin-bottom: 20px;text-align: center;}
  section.twoyears p{text-align: left;line-height: 2em;font-size: 16px;width: 90%;margin: 0 auto;}
}


/* ==========================================================================
   gaiyo
   ========================================================================== */
section.gaiyo{}
section.gaiyo h2{
	width: 95%;
	margin: 0 auto 30px;
	border-bottom: 4px solid #45A1C5;
	font-size: 36px;
  padding-bottom: 5px;
}
section.gaiyo h2::after{content: none;}
section.gaiyo .gaiyo_box{background: #F7FDFF;padding: 30px;text-align: left;}
section.gaiyo .gaiyo_box h3{font-size: 24px;color: #45A1C5;}
section.gaiyo .gaiyo_box .gaiyo_box-inner{max-width: 800px;margin: 30px auto;background:#FFFFFF;border:1px solid #1C236D;padding: 20px;}
section.gaiyo .gaiyo_box .gaiyo_box-inner ul{margin: 10px 0 20px;}
section.gaiyo .gaiyo_box .gaiyo_box-inner .ttl_list{
    color: #ffffff;
    background:#1c236d;
    padding:5px 10px;
    margin: 10px 0;
    text-align: left;
    font-size: 1em;
}
section.gaiyo .gaiyo_box .gaiyo_box-inner ul li{margin: 10px 0;}
section.gaiyo .gaiyo_box .gaiyo_box-inner li p{ font-size: 1em;}
section.gaiyo .gaiyo_box .gaiyo_box-inner .timetable{ padding-left: 1em;}

@media screen and (max-width: 599px) {
  section.gaiyo h2{
  	width: 90%;
  	font-size: 20px;
  }
    section.gaiyo .gaiyo_box{ padding: 20px;}
  section.gaiyo .gaiyo_box h3{font-size: 14px;text-align: left;}
  section.gaiyo .gaiyo_box .gaiyo_box-inner{padding: 0 10px;}
}

/* ==========================================================================
   nagare
   ========================================================================== */
   section.nagare{}
     section.nagare h2{
     	width: 95%;
     	margin: 0 auto 30px;
     	border-bottom: 4px solid #45A1C5;
     	font-size: 36px;
      padding-bottom: 5px;
     }
   section.nagare p.top{width: 95%;margin: 0 auto 20px;}
   section.nagare h2::after{content: none;}
   section.nagare p.lead{width: 95%;font-size: 20px;margin: 0 auto 40px;}
   section.nagare ul.nagare_list{display: flex;justify-content:space-around;width: 95%;margin:20px auto;}
   section.nagare ul.nagare_list li{width: 23%;}
   section.nagare ul.nagare_list li img{width: 100%;}
   section.nagare ul.nagare_list li p.ttl{color: #45A1C5; font-size: 20px;margin:15px 0 10px; }
   @media screen and (max-width: 599px) {
     section.nagare h2{
     	width: 90%;
     	font-size: 20px;
     }
     section.nagare p.top{width: 90%;font-size: 14px;}
     section.nagare p.lead{width: 90%;font-size: 16px;margin: 0 auto 30px;}
     section.nagare ul.nagare_list{display: block;}
     section.nagare ul.nagare_list li{width: 100%;margin-bottom:36px;}
     section.nagare ul.nagare_list li img{width: 40%;float: left;}
     section.nagare ul.nagare_list li p{clear:both;font-size: 12px;}
     section.nagare ul.nagare_list li p.ttl{font-size: 16px;float: left;clear: none;margin-left: 10px;}
   }

 /* ==========================================================================
    tokuten
    ========================================================================== */
    section.tokuten .inner.bg_pink{background-color: #C36280;color:#FFFFFF;padding: 40px 0;}
    section.tokuten p.border_txt{text-align: center;font-weight: bold;padding: 20px;border:5px solid #FFFFFF;max-width: 470px;margin: 0 auto;font-size: 24px;margin-bottom: 20px;}

    section.tokuten .tokuten_area{width: 80%;display: flex;justify-content:space-between;margin: 0 auto;}
    section.tokuten .tokuten_box{width: 47%;background-color: #FFFFFF;border-radius: 5px;margin-top: 50px;height: 280px;}
    section.tokuten .tokuten_box p{color: #000;width: 80%;margin: 0 auto;line-height: 2em;font-size: 14px;}
    section.tokuten .tokuten_ttl{width: 100px;height: 100px;text-align: center;border-radius: 50%;border: 1px solid #C36280;margin: -50px auto 0;background-color: #FFFFFF;}
    section.tokuten .tokuten_ttl img{padding-top: 35px;}
    section.tokuten .tokuten_area h3 {color: #C36280;font-size: 24px;font-weight: 400;text-align: center;}
    section.tokuten .tokuten_area h3::after {background-color: #C36280;border-radius: 2.5px;content: "";display: block;height: 5px; width: 80%;
    margin: 10px auto 20px;}

    section.tokuten .tokuten_naiyo{width: 80%;margin: 30px auto 0;background:#FFFFFF;border-radius: 5px;display: flex;padding: 25px;}
    section.tokuten .tokuten_naiyo p.price_seiki{color: #000;width: 40%;position: relative;font-size: 24px;margin: 0}
    section.tokuten .tokuten_naiyo p.price_seiki small{font-size: 14px;}
    section.tokuten .tokuten_naiyo p.price_seiki::after {
    position: absolute;content: '';width: 0;height: 0;border: solid 24px transparent;border-left: solid 30px #C36280;top: 25%;right: -30px;}
    section.tokuten .tokuten_naiyo p.price_yutai{color: #45A1C5;font-size: 33px;margin: -10px 40px;line-height: 1.45;}
    section.tokuten .tokuten_naiyo p.price_yutai small{font-size: 20px;}
    section.tokuten .tokuten_kigen{font-size: 20px;}
    @media screen and (max-width: 599px) {
      section.tokuten .inner.bg_pink{width: 95%;margin: 0 auto;}
      section.tokuten p.border_txt{text-align: center;font-weight: bold;padding: 20px;border:5px solid #FFFFFF;max-width: 95%;margin: 0 auto;font-size: 20px;margin-bottom: 20px;}
      section.tokuten .tokuten_area{width: 95%;display: block;}
      section.tokuten .tokuten_box{width: 100%;margin: 60px auto;display: flow-root;}
      section.tokuten .tokuten_naiyo{width: 95%;display: block;}
      section.tokuten .tokuten_naiyo p.price_seiki{width: 100%;padding-bottom: 50px;}
      section.tokuten .tokuten_naiyo p.price_seiki::after {
      position: absolute;content: '';width: 0;height: 0;border: solid 24px transparent;border-top: solid 30px #C36280;top: 90px;right: 40%;}
      section.tokuten .tokuten_kigen{font-size: 14px;}
      section.tokuten .tokuten_naiyo p.price_yutai{color: #45A1C5;font-size: 24px;margin:0;line-height: 1.45;}
      section.tokuten .tokuten_naiyo p.price_yutai small{font-size: 14px;}
    }


/* ==========================================================================
   catch
   ========================================================================== */
section.catch .inner{
  padding:30px 0;
}
.catch .top_lead{
    color: #4E4949;
	font-weight: bold;
	text-align: center;
	margin: 50px auto;
}
.catch .top_lead span.lead01{font-size: 31px;display: block;}
.catch .top_lead span.lead02{font-size: 25px;display: block;}
.catch .top_lead span.lead03{font-size: 38px;color: #C36280;background: linear-gradient(rgba(0,0,0,0) 55%, rgba(225,110,78,.2) 30%);}
.catch .top_lead span.lead04{display: none;}

.catch .lead-main {
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
}
@media screen and (max-width: 599px) {
  .catch .top_lead span.lead01{font-size: 20px;display: block;}
  .catch .top_lead span.lead02{font-size: 16px;display: block;}
  .catch .top_lead span.lead03{font-size: 24px;}

    .catch .lead-main {
        font-size: 14px;
        width: 100%;
    }
}

/* ==========================================================================
   jukoucyu
   ========================================================================== */
   section.jukoucyu h3{text-align: left;margin-bottom: 15px;}
   @media screen and (max-width: 599px) {
     section.jukoucyu h3{margin-bottom: 16px;}
   }


/* ==========================================================================
taikenpr
========================================================================== */
.taikenpr{ background: #F7FDFF;}
section.taikenpr h2{
    width: 95%;
    margin: 0 auto 30px;
    border-bottom: 4px solid #45A1C5;
    font-size: 36px;
    padding-bottom: 5px;
}
.taikenpr .lead{
    font-size: 20px;
    margin-bottom: 2em;
}
.taikenpr .list li{
    background: #fff;
    border: 1px solid;
    padding-bottom: 20px;
}
.taikenpr .list .kabu{ color: #5e76a7;}
.taikenpr .list .fudo{ color: #44a1c5;}
.taikenpr .list .fx{ color: #c36380;}
.taikenpr .list .photo{ width: 100%;}
.taikenpr .list .ttl{
    font-size: 1rem;
    font-weight: bold;
    margin: 2em 20px;
}
.taikenpr .list p{
    font-size: 1em;
    text-align: center;
    margin: 0 20px 3em;
}
.taikenpr .list .btn{
    font-size: 14px;
    width: calc(100% - 40px);
}
.taikenpr .list .kabu .btn{ background-color: #5e76a7;}
.taikenpr .list .fudo .btn{ background-color: #44a1c5;}
.taikenpr .list .fx .btn{ background-color: #c36380;}


@media screen and (min-width: 600px){
    .taikenpr .list{
        display: flex;
        justify-content: space-between;
    }
    .taikenpr .list li{ width: 32.5%;}
}

@media screen and (max-width: 599px){
    section.taikenpr h2{
        width: 90%;
        font-size: 20px;
    }
    .taikenpr .lead{ font-size: 16px;}
    .taikenpr .list li + li{ margin-top: 1em;}
    .taikenpr .list .ttl{
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .taikenpr .list p{ margin-bottom: 1em;}
}


/* ==========================================================================
  moshikomi
  ========================================================================== */
section.moshikomi{ background: #FDF4F7;}
section.moshikomi .box_app{
    background: #fff;
    border: 1px solid #C36280;
    padding: 35px;
}
.box_app .table01 th{ width: 23%;}
.box_app .table01 .total > *{ border: 3px solid #C36280;}
.box_app .table01 .icn_requied{
    background: #f00;
    color: #fff;
    padding: 3px;
}

.box_app .table01 .price{
    margin-bottom: 0;
    line-height: 1.3;
}
.box_app .table01 .price > span{
    display: inline-block;
    text-align: center;
}
.box_app .table01 .price .offprice{
    display: block;
    font-size: .8rem;
    text-align: center;
    color: #45A1C4;
    border: 1px solid;
    border-radius: 1em;
    margin-top: 10px;
    padding: 3px;
}
@media screen and (min-width: 600px) {
    .box_app .table01 .flex{ align-items: center;}
    .box_app .table01 .price{
        display: flex;
        align-items: center;
    }
    .box_app .table01 .price > span + span{ margin-left: 1em;}
}
@media screen and (max-width: 599px) {
    section.moshikomi .box_app{ padding: 15px;}
    .box_app .table01 th{ width: 100px;}
    .box_app .table01 .flex{ align-items: center;}
    .box_app .table01 .price{ text-align: center;}
    .box_app .table01 .price > span{ display: block;}
    .box_app .table01 .price .arw{ transform: rotate(90deg);}
}

section.moshikomi .box_app .btn{ padding: 30px;}
section.moshikomi .box_app .btn.off{
    background-color: #ccc;
    cursor: unset;
}

/* ==========================================================================
  trial
  ========================================================================== */
section.trial{ background:#F4F4F4;}
section.trial .inner{ padding-top: 120px;}
section.trial .trial_box{
    background:#FFFFFF;
    padding: 30px;
    border: 1px solid #1c236d;
    box-shadow: 0 3px 0 #1c236d;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}
section.trial .trial_box .baloon{
    background: #1c236d;
    color: #fff;
    padding: 10px 2em;
    border-radius: 5px;
    position: absolute;
    top: -90px;
    left: 0;
}
section.trial .trial_box .baloon::after{
    content: "";
    border: 10px solid transparent;
    border-top: 25px solid #1c236d;
    position: absolute;
    left: 20px;
    bottom: -35px;
}
section.trial .trial_box h2{
    color: #1c236d;
    letter-spacing: -.05em;
    margin-bottom: 1em;
}
section.trial .trial_box .btn{ background-color: #1c236d;}
section.trial .trial_box .btn a{ color: #fff;}


/* ==========================================================================
  form
  ========================================================================== */
.list_radio label{
    display: block;
    padding-left: 40px;
    position: relative;
}
.list_radio label:not(:first-of-type){ margin-top: 25px;}
.list_radio input[type="radio"]{ display: none;}
.list_radio input[type="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;
}
.list_radio input[type="radio"]:checked + label::after{
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #FF1950;
    position: absolute;
    left: 14px;
    top: 0;
    bottom: 0;
    margin: auto;
}

/* ==========================================================================
   school-introduction
   ========================================================================== */
.school-introduction .school-list {
    display: flex;
    flex-wrap: wrap;
}
.school-introduction .school-list .item {
    width: 48.5%;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 30px;
}
.school-introduction .school-list .item img {
    max-width: none;
    width: 100%;
}
.school-introduction .school-list .item:nth-child(odd) {
    margin-right: 3%;
}
.school-introduction .school-list .ttl-school {
    color: #ffffff;
    font-size: 25px;
    font-weight: normal;
    padding: 15px 10px;
}
.school-introduction .school-list .in {
    padding: 20px 30px;
}
.school-introduction .school-list .ttl-head {
    color: #1c246d;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
}
.school-introduction .school-list .txt {
    font-size: 15px;
    margin-top: 5px;
}
.school-introduction .school-list .link-school {
    text-align: right;
    font-size: 18px;
    margin-bottom: 0;
}
.school-introduction .school-list .link-school a {
    text-decoration: underline;
    color: #333333;
}
.school-introduction .school-list .kabu {
    border-color: #5D77A7;
}
.school-introduction .school-list .kabu .ttl-school {
    background-color: #5D77A7;
}
.school-introduction .school-list .fudo {
    border-color: #00A2C9;
}
.school-introduction .school-list .fudo .ttl-school {
    background-color: #00A2C9;
}
.school-introduction .school-list .fx {
    border-color: #C46680;
}
.school-introduction .school-list .fx .ttl-school {
    background-color: #C46680;
}
.school-introduction .school-list .mutualfund {
    border-color: #83A048;
}
.school-introduction .school-list .mutualfund .ttl-school {
    background-color: #83A048;
}
.school-introduction .school-list .kyouyouschool {
    border-color: #82658F;
}
.school-introduction .school-list .kyouyouschool .ttl-school {
    background-color: #82658F;
}
.school-introduction .school-list .retirement {
    border-color: #E2724D;
}
.school-introduction .school-list .retirement .ttl-school {
    background-color: #E2724D;
}
@media screen and (max-width: 599px) {
    .school-introduction .school-list {
        flex-direction: column;
    }
    .school-introduction .school-list .item {
        width: 100%;
    }
    .school-introduction .school-list .item:nth-child(odd) {
        margin-right: 0;
    }
    .school-introduction .school-list .ttl-school {
        font-size: 18px;
        padding: 10px;
    }
    .school-introduction .school-list .in {
        padding: 15px;
    }
    .school-introduction .school-list .ttl-head {
        font-size: 14px;
    }
    .school-introduction .school-list .txt,
    .school-introduction .school-list .link-school {
        font-size: 13px;
    }
}


.school-introduction .school-list .price-table {
    width: 100%;
    margin-top: 30px;
}
.school-introduction .school-list .price-table th,
.school-introduction .school-list .price-table td {
    border-top: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    padding: 15px 10px;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
}
.school-introduction .school-list .price-table tr:last-child {
    border-bottom: 1px solid #CCCCCC;
}
.school-introduction .school-list .price-table th {
    background-color: #F8F8F8;
    color: #34397c;
    font-weight: normal;
    white-space: nowrap;
}
.school-introduction .school-list .price-table td {
    border-right: 1px solid #CCCCCC;
}
.school-introduction .school-list small {
    text-align: left;
    display: block;
    margin-top: 10px;
}
@media screen and (max-width: 599px) {
    .school-introduction .school-list small {
        font-size: 12px;
    }
    .school-introduction .school-list .price-table td {
        padding-left: 5px;
        padding-right: 5px;
    }
}
.school-introduction .school-list .link-school {
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
    margin-top: 30px;
}
.school-introduction .school-list .link-form {
    display: block;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    border-radius: 25px;
    padding: 7px 15px;
    margin-top: 30px;
}
.school-introduction .school-list .kabu .link-form {
    background-color: #5D77A7;
}
.school-introduction .school-list .fudo .link-form {
    background-color: #00A2C9;
}
.school-introduction .school-list .fx .link-form {
    background-color: #C46680;
}
.school-introduction .school-list .mutualfund .link-form {
    background-color: #83A048;
}
.school-introduction .school-list .kyouyouschool .link-form {
    background-color: #82658F;
}
.school-introduction .school-list .retirement .link-form {
    background-color: #E2724D;
}

.school-list .change{
    color: #1c236d;
    padding-left: 100px;
    margin-bottom: 0;
    position: relative;
    background-position: left 5px;
    background-size: 90px;
    background-repeat: no-repeat;
}
.school-list .change.before{ background-image: url(/event/201201/img/icn_before.svg);}
.school-list .change.after{ background-image: url(/event/201201/img/icn_after.svg);}

.school-list .change_arw{
    color: rgba(0,0,0,0);
    margin-bottom: 0;
    position: relative;
}
.school-list .change_arw::before{
    content: "";
    width: 8px;
    height: 8px;
    border-left: 1px solid #1c236d;
    border-bottom: 1px solid #1c236d;
    position: absolute;
    top: -5px;
    bottom: 0;
    left: 40px;
    margin: auto;
    transform: rotate(-45deg);
}
@media screen and (max-width: 599px) {
    .school-list .change{ font-size: 13px;}
}


.bg-beige { background-color: #f3f3f2;}
/*Lb`*/
.catch h3{
    text-align: center;
    font-size: 23px;
    color: #1c2569;
    line-height: 3;
}
@media screen and (max-width: 599px) {
    .catch h3{
        text-align: left;
        font-size: 20px;
        padding-bottom: 10px;
        line-height: 1.8;
        color: #5e76a7;
    }
}

.free{
    color: #fff;
    background: #1c236d;
    font-size: .9em;
    padding: 3px;
    border-radius: 3px;
}

/* ------------------
judge
------------------ */
.ttl_judge{
    font-size: 30px;
    color: #1c236d;
    letter-spacing: 0;
    margin-bottom: 30px;
}
.list_judge{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
}
.list_judge li{
    width: 21.5%;
    background: #fff;
    padding: 25px 10px;
    text-align: center;
    position: relative;
}
.list_judge li::before,
.list_judge li::after{
    content: "";
    width: 40px;
    height: calc(100%);
    border-top: 4px solid #44a1c5;
    border-bottom: 4px solid #44a1c5;
    position: absolute;
    top: 0;
}
.list_judge li::before{
    border-left: 4px solid #44a1c5;
    left: 0;
}
.list_judge li::after{
    border-right: 4px solid #44a1c5;
    right: 0;
}
.list_judge li p{
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 0px;
}
.list_judge li p > span{ display: block;}
.list_judge li p .arw{
    color: #1c236d;
    line-height: 1;
    margin: 1em auto;
}
.list_judge li p .sc.kabu a{ color: #5e76a7;}
.list_judge li p .sc.fudo a{ color: #44a1c5;}
.list_judge li p .sc.fx a{ color: #c36380;}
.list_judge li p .sc.mf a{ color: #8a9f55;}

@media screen and (max-width: 599px) {
    a.anchor{
    display: block;
    /*padding-top: 100px;*/
    /*margin-top: -100px;*/
    }
    .list_judge{
        margin-bottom: 20px;
    }
    .ttl_judge {
        font-size: 15px;
        margin-bottom: 1em;
    }
    .list_judge li {
        width: 48.5%;
        margin: 10px 0;
    }
    .list_judge li p{ font-size: 15px;}
}
.osusume_t{
    font-size: 25px;
    padding-top: .5em;
    color: #1c2569;
    text-align: center;
    margin-bottom: 40px;
}
.osusume_t::after{
    content: "";
    display: block;
    position: absolute;
    left: 48.5%;
  width: 30px;
  height: 30px;
  border: 3px solid;
  border-color:  transparent transparent #1c2569 #1c2569;
  transform: rotate(-45deg);
}
@media screen and (max-width: 599px) {
    .osusume_t{
        font-size: 18px;
        line-height: 1.8;
    }
}
/* ------------------
.ending_msg
------------------ */
.msg{
    margin-bottom: 50px;
}
.ending_msg{
    padding: 85px;
    border-top: solid 3px #1c2569;
    border-bottom: solid 3px #1c2569;

}
.ending_msg p{
    font-size: 26px;
    line-height: 2;
    text-align: center;
    color: #1c236d;
    margin: 0px;
}
@media screen and (max-width: 599px) {
    .ending_msg {
        margin-top: 45px;
        padding: 40px 5px;
/*        background-size: 40px;*/
    }
    .ending_msg h2{ top: -20px;}
    .ending_msg h2 > img{ width: 95px;}
    .ending_msg p{ font-size: 18px;}
}
/*óuk*/
.consul article {
    width: 100%;
    max-width: 700px;
    padding: 65px 0;
    margin: 0 auto;
}
@media screen and (max-width: 599px){
.consul article {
    padding: 40px 5%;
    }
}


.line {
    position: relative;
    color: #1c236d;
    font-size: 23px;
    font-weight: normal;
    text-align: center;
    margin: 3em 0 1.5em;
    border-top: 1px solid;
    line-height: 1;
}
.line > span{
    background: #fff;
    padding: 0 .5em;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -.5em);
    white-space: nowrap;
}
@media screen and (max-width: 599px){
    .line {
        font-size: 16px;
        margin-top: 30px;
        letter-spacing: 0;
    }
}

.consul_ex {
    font-size: 16px;
    text-align: left;
    line-height: 1.9;
}
.col-wrap {
    display: flex;
    margin-top: 30px;
}
.col-wrap .photo {
    max-width: 330px;
    width: 78%;
}
.col-wrap .detail {
    margin-left: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.detail-list {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}
.detail-list dt,
.detail-list dd {
    line-height: 1.9;
    padding: 10px;
    border-bottom: 1px dashed;
}
.detail-list dt {
    width: 160px;
}
.detail-list dd {
    width: calc(100% - 160px);
}
.consul-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: #1c236d url(/webseminar/img/arrow.svg) 98% center/20px no-repeat;
    border-radius: 3px;
    max-width: 335px;
    min-height: 70px;
    text-decoration: none;
    font-size: 20px;
    margin: 0 auto;
    position: relative;
}

.consul a:link {
	color:#ffffff!important;
	text-decoration:none;
}
.consul a:visited {
	color:#ffffff!important;
	text-decoration:none;
}
.consul a:hover {
	color:#ffffff!important;
	text-decoration:none;
}

@media screen and (min-width: 600px) {
    .consul_ex{ margin-left: 1.5em;}
}

@media screen and (max-width: 599px) {
    .line{ font-size: 16px;}
    .consul_ex {
        font-size: 14px;
        padding-top: 20px;
    }
    .col-wrap {
        flex-direction: column;
        margin-top: 20px;
    }
    .col-wrap .photo {
        width: 100%;
        text-align: center;
        max-width: none;
    }
    .col-wrap .detail {
        margin-left: 0;
        margin-top: 10px;
    }
/*    .detail-list {
        font-size: 14px;
    }*/
    .detail-list dt{ width: 30%;}
    .detail-list dd{ width: 70%;}
    .consul-btn {
        margin-top: 20px;
    }
}
@media screen and (max-width: 599px) {
    .pb20{
        padding-bottom: 20px;
    }
}
.tokuten1{
    font-size: 24px;
    color: #F15A24;
    text-align: center;
}
.tokuten2{
    font-size: 30px;
    letter-spacing: .15em;
    font-weight: normal;
    line-height: 1.7;
    text-align: center;
}
.tokuten3{
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.tokuten4{
    font-size: 20px;
}
.tokuten5{
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.8;
}

@media screen and (max-width: 599px) {
    .tokuten1{
        font-size: 20px;
        color: #F15A24;
        text-align: center;
    }
    .tokuten2{
        font-size: 24px;
        font-weight: normal;
        line-height: 1.7;
        text-align: center;
        letter-spacing: 0;
    }
    .tokuten3{
        font-size: 16px;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }
    .tokuten4{
        font-size: 20px;
    }
    .tokuten5{
        padding-top: 20px;
        font-size: 14px;
        line-height: 1.8;
    }
}

.AnotherStores__links {
    margin: 1rem auto 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
/*    width: 90%;*/}

.AnotherStores__links a{
    display: block;
    box-sizing: border-box;
    width: 30%;
    max-width: 300px;
    margin: 1rem auto 0;
    padding: 10px 10px 10px 5px;
    border-radius: 6px;
    background-color: #ea5520;
    box-shadow: 0 1.5px 0 #88001c;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    text-align: center;
    position: relative;}
.AnotherStores__links a.tel{
    background: #f3b11b;
    box-shadow: 0 1.5px 0 #926b11;}
.AnotherStores__links a:hover{ text-decoration: underline;}
.AnotherStores__links a::after {
    content: '';
    padding: 7px;
    background: url(/images/common/arrow02.svg) left center/contain no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;}
.AnotherStores__links a.off{
    background: #e0e0e0;
    box-shadow: 0 1.5px 0 #bbb;
    pointer-events: none;
}
.AnotherStores__links{
    margin: 1rem 0 0;
    justify-content: center;
}
.AnotherStores__links+.AnotherStores__links {
    margin-top: 0;
}
.AnotherStores__links a{margin: 1rem 0 0; padding: 18px 10px;}
.AnotherStores__links a:first-child {
    margin-right: 1%;
}
.AnotherStores__links a:last-child {
    margin-left: 1%;
}

.pamday_links a:hover{ text-decoration: underline;}
@media screen and (max-width: 599px){
    .AnotherStores__links a{ width: 100%;}
    .top {
        margin-bottom: 40px;
    }
}


.list_teacher li + li{ margin-top: 30px;}
.btn{
    display: block;
    cursor: pointer;
    background: #e10f40 url(/images/common/arrow02.svg) 98% 50%/18px no-repeat;
    border-radius: 4px;
    color: #fff;
    padding: 10px 30px;
    max-width: 420px;
    width: 100%;
    font-size: 18px;
    margin: 0 auto;
    box-shadow: 0 3px 0 rgb(0 0 0 / 25%);
}
.btn:link,
.btn:visited,
.btn:active,
.btn:hover{ color: #fff;}
@media screen and (min-width: 1000px){
    .wrap_btn .btn{ font-size: 18px;}
}
@media screen and (min-width: 600px){
    .list_teacher .photo{
        float: left;
        width: 150px;
    }
    .list_teacher h3{
        margin-left: 175px;
        margin-bottom: 10px;
    }
    .list_teacher p{
        margin-left: 175px;
        font-size: 14px;
    }
    .list_teacher li + *{ clear: both;}

    .wrap_btn{
        display: flex;
        justify-content: space-between;
    }
    .wrap_btn .btn{
        background-size: 25px;
        padding: 10px 35px;
        width: 48%;
    }
}
@media screen and (max-width: 599px){
    .list_teacher .ttl{
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .list_teacher .photo{ width: 30%;}
    .list_teacher h3{
        padding-left: 1em;
        font-size: 1.1em;
    }
    .list_teacher p{ font-size: 14px;}

    .btn{ font-size: 15px;}
    .btn + .btn{ margin-top: 30px;}
}

/* N[YÎ */
.closing{
    background: #fff;
    padding: 10px 20px;
    border: 2px solid #d7063a;
    border-radius: 5px;
    margin-bottom: 3em;
}
.closing h2 {
    color: #d7063a;
    font-size: 20px;
    text-align: left;
    margin-bottom: 0;
}
.closing h2::after{ content: none;}
.closing p {
    font-size: 18px;
    text-align: left;
    margin-bottom: 0;
    color: #000;
    letter-spacing: 0;
}

.btn.close{
    background: #e0e0e0;
    pointer-events: none;
}
