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;
    text-align: center;
}

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

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

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

.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;}
.pb0{padding-bottom: 0 !important;}

.txt_s{ font-size: .85em;}
.txt_l{ font-size: 1.3em;}
.txt_orange{ color: #EE764E;}
.txt_fanvy{ color: #1c236d;}

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) 30%, rgba(215,186,65,.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; }

p.lead {
    text-align: center;
    font-size: 1rem;
    line-height: 1.8;
}
p.h2_lead{
	text-align:center;
	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%;
    font-size: 1rem;
    border-top: 1px solid #5e76a7;
}
.table01 th,
.table01 td{
    padding: 40px;
    border-bottom: 1px solid #5e76a7;
}
.table01 th{
    background-color:rgba(73,164,199,0.1) ;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}
.table01 td{
    background: #fff;
    text-align: left;
}

.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;
}

/* 1000px以上のモニター */
@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;
    }
}

/* 599px以下（スマホ） */
@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,
    .table01 td{ display: block;}
    .table01 th{
        padding: 5px 20px;
        border-bottom: 0;
    }
    .table01 td{ padding: 15px;}

    .box01{ padding: 15px;}

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


/* ==========================================================================
   mv
   ========================================================================== */
.mv {
}
.mv img{
	max-width: 100%;
  height: auto;
}


@media screen and (max-width: 889px){
    .mv-inner h1{ font-size: 27px;}
    .mv-inner h1::before {
        padding: 13px;
        top: -2px;
        left: -15px;
    }
    .mv-inner .txt{ font-size: 14px;}
}
@media screen and (max-width: 599px) {
    .mv { flex-wrap: wrap;}
    .mv-inner{ width: 100%;}
    .mv-inner h1{
        font-size: 18px;
        line-height: 1.3;
    }
    .mv-inner h1::before{ left: -28px;}
    .mv_photo{
        width: 100%;
        height: 170px;
    }

}


/* ==========================================================================
   catch
   ========================================================================== */
.catch h2{
    letter-spacing: 0;
    line-height: 1.3;
    margin-bottom: 0.5em;
}
.catch h2 > span{
    display: inline-block;
    font-size: .75em;
}
.catch h2 .dashed{
    color: #1c236d;
    border-top: 1px dashed;
    border-bottom: 1px dashed;
    padding: 6px;
    margin-bottom: 12px;
}

.catch .lead-main {
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
}
@media screen and (max-width: 599px) {
    .catch .lead-main {
        font-size: 14px;
        width: 100%;
    }
}

/* ==========================================================================
   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;}
/*キャッチ*/
.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;}
}
/*受講相談*/
.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;
    background: #e10f40 url(/school/image/finance_strategy/icn_arrow.svg) 98% 50%/20px no-repeat;
    border-radius: 4px;
    padding: 10px 30px;
    max-width: 420px;
    width: 100%;
    font-size: 18px;
    margin: 0 auto;
}
.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;}
}

/* クローズ対応 */
.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;
}
