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

	Style Info: cart setting

-------------------------------------------------------------------- */
*{ box-sizing: border-box;}
#tab5_left,
.style1607_inyo li{ box-sizing: content-box;}
body{
    overflow-x: hidden;
    font-size: 16px;
}

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

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

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

.txt_orange { color: #EE764E;}
.txt_red { color: #ff0000;}
.txt_blue { color: #1c236d;}

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

.mb50 { margin-bottom: 60px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.ml10 { margin-left: 10px;}
.ml20 { margin-left: 20px;}
.ml35 { margin-left: 35px;}

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

#contents{ padding: 0 0 5px 0;}

section h2{
    font-size: 2rem;
    font-weight: normal;
    line-height: 1.7;
    text-align: center;
}
section h2::after{
    content: "";
    display: block;
    border-bottom: 3px solid #1c236d;
    width: 115px;
    margin: 20px auto 50px;
}
section h2 .txt_s{
    font-size: .7em;
    display: inline-block;
}
section h3{
    text-align: center;
    font-size: 23px;
}
section h3.line{
    position: relative;
    margin-bottom: 50px;
    color: #1c236d;
    font-weight: bold;
}
section h3.line::before,
section h3.line::after{
    content: "";
    width: 25%;
    border-top: 1px solid #1c236d;
    position: absolute;
    top: 50%;
}
section h3.line::before{ left: 0;}
section h3.line::after{ right: 0;}

.bg-beige { background-color: #f3f3f2;}
.bg-texture{
    background: url(/info/event/images/retirement_forum/bg01.png);
    max-width: 1000px;
    margin: 40px auto 60px;
}

.lead{ font-size: 18px;}

.caution{ font-size: .8em;}

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

.btn01{ text-align: center;}
.btn01 a{
    background: #1c236d url(/images/common/arrow.svg) 96% center/33px no-repeat;
    color: #fff;
    padding: 10px 60px;
    font-size: 30px;
    width: 55%;
    max-width: 542px;
    display: block;
    margin: 60px auto;
    font-weight: normal;
}
.btn01 a:hover{
    text-decoration: none;
    opacity: .7;
}
.btn02 {
    text-align: center;
    background: #e10f40;
    width: 100%;
/*    max-width: 410px; */
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    padding: 20px 40px;
    position: relative;
}
a.btn02 {
    display: block;
    text-decoration: none;
    color: #fff;
    margin: 0 auto;
}
.btn02::before{
/*    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-weight: 900;
    color: #fff; */
    content: "";
    padding: 12px;
    background: url(/school/image/finance_strategy/icn_arrow.svg) center/contain no-repeat;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
}
.btn02:hover{
    cursor: pointer;
    opacity: .7;
}

.btn02.close{
    background: #e0e0e0;
    pointer-events: none;
}
.btn02.close::before{ content: none;}

.wrap_btn .subtxt{
    text-align: center;
    color: #1c236d;
    font-size: 1.15em;
    margin-bottom: 5px;
}

#breadcrumbs{
    float: left;
    margin: 20px 0;
    font-size: .7rem;
}

.table01{
    width: 100%;
    font-size: 1rem;
    border-top: 1px solid #1c236d;
}
.table01 th,
.table01 td{
    padding: 40px;
    border-bottom: 1px solid #1c236d;
}
.table01 th{
    background: rgba(28,35,109,.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;}

.program_list li{
    display: flex;
    align-items: center;
}
.program_list li + li{ margin-top: 20px;}
.program_list .icn{
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background: #fff;
    color: #1c236d;
    border: 1px solid;
    font-size: 15px;
    text-align: center;
    line-height: 1.2;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-right: 20px;
}
.program_list p{
    font-size: 1rem;
    width: calc(100% - 85px);
    margin-bottom: 0;
}

.place_list h3{
    font-size: 1rem;
    color: #1c236d;
    display: inline-block;
}
.place_list .small{ font-size: .85em;}
.place_list li + li{ margin-top: 20px;}

.progam_date{
    text-align: center;
    font-size: 1.8rem;
    color: #1c236d;
    border: 1px solid;
    background: #fff;
}
.progam_detail dt{
    background: #1c236d;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    padding: 5px;
}
.progam_detail dd{
    background: #fff;
    padding: 25px 12px;
}
.progam_detail h3{
    font-size: 1.15rem;
    color: #1c236d;
    text-align: left;
}

.catch{
    text-align: center;
    margin-bottom: 2.5em;
}
.photo_catch{
    display: flex;
    justify-content: center;
    align-items: center;
}
.photo_catch > img{ max-width: 50%;}

/* タブレット以下 */
@media screen and (max-width: 1024px) {
    #head2{ height: 85px !important;}

    #container{
        margin-top: 80px;
        overflow: hidden;
        width: 100%;
    }
    .lead{ font-size: 20px;}
}

/* スマホ未満 */
@media screen and (min-width: 600px) {
    .progam_detail dd{
        display: flex;
        align-items: flex-start;
    }
    .progam_detail dd > img{ width: 30%;}
    .progam_detail dd > div{ margin-left: 25px;}

    .wrap_btn{
        display: flex;
        justify-content: space-between;
    }
    .wrap_btn > div{ width: 48%;}
}

/* スマホ */
@media screen and (max-width: 599px) {
    body{ font-size: 14px;}
    
    .br_pc::before{ content: none;}
    .br_sp::before{
        content: "\A" ;
        white-space: pre ;
    }

    .snsBtn { margin: 0}
    #breadcrumbs{ display: none;}
    
    .btn02{ padding: 20px 35px;}
    .btn02::before{ padding: 9px;}
    
    .wrap_btn > div + div{ margin-top: 30px;}

	.bg-texture{ margin-top: 0;}
	
    section .inner,
    .bg-texture .inner{ padding: 40px 14px;}
    section h2 {
        font-size: 1.5rem;
        letter-spacing: 0;
    }
    section h2::after {
        width: 80px;
        margin: 15px auto 40px;
    }

    section h3{ font-size: 1.2rem}
    .lead{ font-size: 15px;}

    .table01 th,
    .table01 td{ display: block;}
    .table01 th{
        padding: 5px 20px;
        border-bottom: 0;
    }
    .table01 td{ padding: 15px;}

    .program_list li{ align-items: flex-start;}
    
    .catch{ text-align: left;}
    
    .progam_date{ font-size: 1.3rem;}
    .progam_detail dd > img{ width: 100%;}
    .progam_detail dd > div{ margin-top: 15px;}
}


/* ---------
    .mv
--------- */
.mv {
    background: #44a0c4 url(/event/210220/img/mv_pc.jpg) center/cover no-repeat;
    padding-top: 41%;
    position: relative;
}
h1{ display: none;}

@media screen and (min-width: 1441px) {
    .mv{ background-size: contain;}
}
@media screen and (min-width: 1000px) {
    .mv{ padding-top: 410px;}
}
@media screen and (max-width: 599px) {
    .mv {
        padding-top: 80%;
        background-image: url(/event/210220/img/mv_sp.jpg);
    }
}


/* クローズ対応 */
.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;
}
.closing h2::after{ content: none;}
.closing p {
    font-size: 18px;
    text-align: left;
    margin-bottom: 0;
    color: #000;
    letter-spacing: 0;
}
