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-size: 16px;
    font-weight: 300;
}

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;}
.mb50{ margin-bottom: 50px !important;}
.mb60{ margin-bottom: 60px !important;}
.mb70{ margin-bottom: 70px !important;}
.mb80{ margin-bottom: 80px !important;}
.pt0{padding-top: 0 !important;}
.pb0{padding-bottom: 0 !important;}

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

.txt_s{ font-size: .85em;}
.txt_l{ font-size: 1.3em;}

.txt_orange{ color: #EE764E;}
.txt_fanvy{ color: #1c236d;}
.txt_kabu{ color: #5E76A7;}
.txt_event{ color: #899997;}

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 #899997;
    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;
}

.line {
    position: relative;
    font-size: 23px;
    font-weight: normal;
    text-align: center;
    margin: 3em 0 1.5em;
    border-top: 1px solid #899997;
    line-height: 1;
}
.line > span{
    background: #fff;
    padding: 0 .5em;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -.5em);
    white-space: nowrap;
}

.ttl_brackets{
	display: inline-block;
    max-width: calc(100% - 3em);
    line-height: 1.5;
	margin-bottom: 40px;
	position: relative;
}
.ttl_brackets::before,
.ttl_brackets::after {
	content: "";
	width: 1px;
	height: 3em;
	background: #899997;
	display: block;
}
.ttl_brackets::before{
	position: absolute;
	left: -1.5em;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(-35deg);
}
.ttl_brackets::after{
	position: absolute;
	right: -1.5em;
	top: 0;
	bottom: 0;
	margin: auto;
	transform: rotate(
		35deg
	);
}

.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: 18px;
    line-height: 1.8;
}

.disc li{
    list-style: disc outside;
    margin-left: 1.5em;
}
.list01 li{
    text-align: left;
    text-indent: -1.5em;
    padding-left: 1.5em;
}
.list01 li::before{
    content: "\025cf";
    color: #899997;
}

.table01{
    width: 100%;
    font-size: 1rem;
    border-top: 1px solid #899997;
}
.table01 th,
.table01 td{
    padding: 40px;
    border-bottom: 1px solid #899997;
}
.table01 th{
    background: rgba(137,153,151,.3);
    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;}

.table_subtotal{
    margin: 0 0 35px auto;
    width: 90%;
    max-width: 350px;
    border-top: 2px solid #899997;
    border-left: 2px solid #899997;
}
.table_subtotal th,
.table_subtotal td{
    border-right: 2px solid #899997;
    border-bottom: 2px solid #899997;
    padding: 20px 15px;
}
.table_subtotal th{
    background: rgba(137,153,151,.3);
    font-weight: normal;
    text-align: center;
}
.table_subtotal td{
    width: 80%;
    background: #fff;
    text-align: right;
}
.table_subtotal td .price{
    font-size: 1.2em;
    color: #899997;
}


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

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

@media screen and (max-width: 599px) {
    .special_list{
        width: 100%;
    }
}
.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: #899997;
    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�ȏ�̃��j�^�[ */
@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;
    }*/
}

/* �^�u���b�g */
@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�ȉ��i�X�}�z�j */
@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: 23px;
        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}

    .line {
        font-size: 16px;
        margin-top: 30px;
        letter-spacing: 0;
    }
    
    .ttl_brackets{ font-size: 19px;}

    .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 {
    background: #889a7e url(/event/money_lesson/img/mv.jpg)center/contain no-repeat;
    padding-top: 410px;
}
.mv-inner{ display: none;}

@media screen and (max-width: 1440px) {
    .mv {
        background-size: cover;
        padding-top: 28.5%;
    }
}

@media screen and (max-width: 599px) {
    .mv{
        background-image: url(/event/money_lesson/img/mv_sp.jpg);
        padding-top: 80%;
    }
}


/* ==========================================================================
catch
========================================================================== */
.catch h2{
    letter-spacing: 0;
    font-size: 20px;
}
.catch h2 > span{ display: block;}
.catch h2 .ttl_main{ font-size: 2em;}
.catch .lead-main {
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
}
@media screen and (max-width: 599px) {
    .catch h2{
        font-size: 16px;
        line-height: 2;
    }
    .catch h2 .ttl_main{ font-size: 1.6em;}
    .catch .lead-main {
        font-size: 14px;
        width: 100%;
    }
}



/* ==========================================================================
trainer
========================================================================== */
.trainer > div:first-child{ background: #E5DACE;}
.trainer .profile01 h2{
    letter-spacing: 0;
    margin-bottom: 1em;
}

.trainer > div:nth-child(2){ background: #899997;}

.trainer .about_study{
	background: #fff;
	padding: 25px;
	overflow: hidden;
}
.trainer .about_study .img{
	float: right;
	vertical-align: bottom;
	margin-left: 10px;
    clear: both;
}

@media screen and (min-width: 600px) {
    .trainer .profile01{
        display: flex;
        align-items: center;
    }
    .trainer .profile01 .txt{ margin-left: 25px;}
    .trainer .profile01 h2{ font-size: 1.8em;}
    
    .trainer .profile02{
        display: flex;
        align-items: center;
    }
    .trainer .profile02 .txt{ margin-left: 60px;}
    .trainer .profile02 .txt h3{ margin-bottom: 1em;}
}

@media screen and (max-width: 599px) {
    .trainer > div:first-child{ margin-top: 160px;}
    .trainer .profile01 h2{
        text-align: left;
        font-size: 1.3em;
        margin-top: 1em;
    }
    .trainer .profile01 img{
        margin-top: -140px;
        width: 68.5%;
    }

    .trainer .profile02 h3{ margin: 1em 0;}
/*
    .trainer .about_study .space{
        float: right;
        width: 0.5px;
        padding-top: calc(100% - 145px);
    }*/
}


/* ==========================================================================
goal_image
========================================================================== */
.goal_image{
    background: url(/event/money_lesson/img/bg_goal.jpg) center/cover no-repeat;
    padding-top: 220px;
    padding-bottom: 140px;
    margin-top: 110px;
}
.goal_image .bg{ background: rgba(255, 255, 255, .85);}
.goal_image h2{
    letter-spacing: 0;
    margin-bottom: 1em;
}
.goal_image .decimal{
    max-width: 680px;
    margin: 0 auto;
}
.goal_image .decimal li{
    list-style: decimal outside;
    text-align: left;
    margin-left: 3em;
}
.goal_image .decimal li::marker{ font-size: 2em;}

@media screen and (max-width: 599px) {
    .goal_image{
        background-position: 55% center;
        padding-bottom: 20px;
        margin-top: 65px;
    }
}


/* ==========================================================================
.detail
========================================================================== */
.detail .inner{ max-width: 900px;}
.detail_list{
    border: 1px solid #899997;
	margin-top: 35px;
}
.detail_list dt{
    background: #899997;
    color: #fff;
    font-size: 24px;
}
.detail_list dd{ padding: 35px;}

.detail .ttl_brackets .txt_s{ font-size: 24px;}

@media screen and (min-width:  600px) {
    .detail_list .special_list .icn + div{ width: calc(100% - 85px);}
}

@media screen and (max-width: 599px) {
    .detail_list dt{ font-size: 20px;}
    .detail_list dd{ padding: 10px;}
    .detail_list .special_list > li{
        flex-wrap: wrap;
        justify-content: center;
    }
    .detail_list .special_list .icn{
        margin-right: 0;
        margin-bottom: 1em;
    }
    .detail_list .special_list p{ width: auto;}
    
    .detail .ttl_brackets .txt_s{ font-size: 14px;}
}


/* ==========================================================================
.app
========================================================================== */
.app{ background: #f7f4f0;}
.app .line > span{ background: #f7f4f0;}

.btn{
	border: 0;
	outline: 0;
    display: block;
	background: #899997 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;
	color: #fff;
    margin: 0 auto;
    cursor: pointer;
}
.btn:link,
.btn:visited,
.btn:active,
.btn:hover{ color: #fff;}
.btn:disabled{
    background-color: #e0e0e0;
    cursor: auto;
}

.list_checkbox input{ display: none;}
.list_checkbox label{
	display: inline-block;
	padding-left: 45px;
	position: relative;
}
.list_checkbox label::before{
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid #899997;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.list_checkbox input:disabled + label::before{
    border-color: #f0f0f0;
    background: #f0f0f0;
}
.list_checkbox input:checked + label::after{
	content: "";
	width: 18px;
	height: 8px;
	border-left: 2px solid #899997;
	border-bottom: 2px solid #899997;
	transform: rotate(-45deg);
	position: absolute;
	left: 1px;
	top: -5px;
	bottom: 0;
	margin: auto;
}

@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: 1px solid #EE764E;
    margin-bottom: 1em;
}
.closing.top {
    border: 2px solid #d7063a;
    border-radius: 5px;
    margin-bottom: 3em;
}
.closing h2 {
    color: #EE764E;
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 0;
}
.closing.top h2 {
    color: #d7063a;
    font-size: 20px;
    text-align: left;
}
.closing p {
    font-size: 18px;
    text-align: left;
    margin-bottom: 0;
    color: #000;
    letter-spacing: 0;
}

