/*************************************

style.css

*************************************/
.br_sp {display: none;}
.br_pc {display: block;}

.ended_course {
    text-align: center;
    background-color: #DF4446;
    color: #fff;
    padding: .5rem;
    font-size: 1.1rem;
    font-weight: bold;
}

.f_ll {font-size: 150%;}
.f_s {font-size: 90%;}
.f_ss {font-size: 80%;}


@media screen and (orientation: portrait) and (max-width: 767px) {
.br_sp {display: block;}
.br_pc {display: none;}
	
}

.bold {font-weight: bold;}

.font_l {font-size: 1.4rem;}
.font_m {font-size: 1.2rem;}
.font_s {font-size: .9rem;}

.mgreen {color: #00aebb;}

/* main_title

============================ */

#main_content {
	letter-spacing: .1rem;
}

#main_content > .main_title {
		display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2rem;
    
}

#main_content > .main_title h5 {
	font-weight: bold;
	padding: .5rem 1rem;
	margin-right: 2rem;
	border: 2px solid #00aebb;
	border-radius: 10px;
}

#main_content > .main_title h1 {
	font-size: 2.5rem;
	font-weight: bold;
	letter-spacing: .2rem;
    border-bottom: 3px dotted #00aebb;
}

#main_content > .date {
	font-size: 1.8rem;
	letter-spacing: 0rem;
	font-weight: bold;
	text-align: center;
	margin-top: 2rem;
}

#main_content > .venue {
	font-size: 1.3rem;
	letter-spacing: .1rem;
	text-align: center;
	margin-top: 1.5rem;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
	#main_content > .main_title {
	display: block;
	margin-top: 1rem;
}
	#main_content > .main_title h5 {
	padding: .1rem .5rem;
	margin: 0 3.5rem .5rem;
        text-align: center;
}
	
	#main_content > .main_title h1 {
	font-size: 2rem;
		margin: 0 auto;
        width: fit-content;
}
	
	#main_content > .date {
	margin-top: 1.5rem;
}
	
		#main_content > .venue {
	margin-top: 1rem;
}
	
	
}


/* top_message

============================ */
#main_content > .top_message {
    text-align: center;
	margin: 3rem 4rem 4rem;
	padding: 0;
}

#main_content > .top_message p {
	font-size: 1.1rem;
	line-height: 1.8rem;
    text-align: center;
}



@media screen and (orientation: portrait) and (max-width: 767px) {
	
	#main_content > .top_message {
        text-align: left;
	margin: 2rem 0 2rem;
}

#main_content > .top_message p {
	margin: 0 1rem;
}

	
}


/* tab

============================ */

#main_content .tab_wrap .link_wrap {
	margin: 0rem 1rem;
    border: 0px solid #fff;
    padding: 0rem 0rem;
}


#main_content .tab_wrap .link_wrap .link_wrap .link_list {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#main_content .tab_wrap .link_wrap .link_list li {
	display: flex;
    align-items: center;
    position: relative;
    width: 19%;
    height: 2.5rem;
    background: #00aebb;
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
    cursor: pointer;
}

#main_content .tab_wrap .link_wrap .link_list li::before {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    border-top: 2px dotted #fff;
}

#main_content .tab_wrap .link_wrap .link_list li::before {
    top: 4px; 
}


#main_content .tab_wrap .link_wrap .link_list li.tab_active {
	background: #036eb8;
	opacity: 1;
}

#main_content .tab_wrap .tab_contents {
	width: fit-content;
	margin: 0 auto 3rem;
	letter-spacing: .1rem;
}

#main_content .tab_wrap .tab_contents > h2 {
    font-size: 1.1rem;
	font-weight: bold;
	color: #036eb8;
	text-align: center;
    margin: 2.5rem 0 0;
    padding: 1rem 0;
    border-top: 1px solid #036eb8;
    border-bottom: 1px solid #036eb8;
}



@media screen and (orientation: portrait) and (max-width: 767px) {
	
	#main_content .tab_wrap .link_wrap {
	margin: 0rem 1rem;
}
	
	#main_content .tab_wrap .link_wrap .link_list li {
        justify-content: flex-start;
        padding-left: 1rem;
    width: 30%;
    height: 2.5rem;
    margin: .5rem auto;
    background: #00aebb;
    color: #fff;
    font-size: 1.1rem;
    text-align: center;
    cursor: pointer;
}
	
	#main_content .tab_wrap .tab_contents {
	width: 90%;
	margin: 0 auto 2rem;
	letter-spacing: .1rem;
}
	
	#main_content .tab_wrap .tab_contents > h2 {
	padding-bottom: .5rem;
}
	
	
}


/* conte

============================ */

.conte {
    width: 90%;
    margin: 3rem auto 0 ;
    background-color: #f0fff0;
    padding: 1rem 2rem;
}

.conte > p {
    margin-bottom: 4rem;
    text-align: justify;
}

.conte dl {
    margin: 1.5rem 0;
    display: flex;
}

.conte dl dt {
    font-size: 1.1rem;
    width: 20%;
    display: inline-block;
    text-align: justify;
    margin-right: 2rem;
}

span.il_block {
    display: inline-block; 
    width: 100%;
}

.conte dl dd {
    font-size: 1.1rem;
    width: 80%;
    display: inline-block;
}

.conte dl dd ul li {
    margin-bottom: 1rem;
}

.conte .apform_link {
    display: flex;
    justify-content: flex-end;
}

.conte .apform_link a {
    font-size: .9rem;
    margin-left: 2rem;
}

.conte .apform_link a::after {
content: '\f101';
font-family: 'Font Awesome 6 Free';
font-weight: 900;
padding-left: .5rem;
    }

@media screen and (orientation: portrait) and (max-width: 767px) {
    .conte {
    width: 100%;
    margin: 2rem auto 0 ;
        padding: .5rem 1rem;
}
    
    .conte > p {
    margin-bottom: 2rem;
}
    
    .conte dl {
    margin: 1.5rem 0;
    display: block;
}
    
    .conte dl dt {
    width: 100%;
    display: inline-block;
    text-align: left;
    margin-right: 0rem;
}
    
    span.il_block {
    display: block; 
    width: 100%;
}
    
    .conte dl dd {
    width: 100%;
    display: inline-block;
}
    
}


/* course

============================ */

.course > h2 {
    font-size: 1.2rem;
    font-weight: bold;
	color: #036eb8;
	text-align: center;
    margin: 4rem 0;
}

.course > dl {
    border-bottom: 1px solid #555;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    margin: 2rem auto;
    width: 90%;
    font-size: 1.1rem;
}

.course > dl:nth-child(2) {
    border-top: 1px solid #555;
    padding-top: 2rem;
}

.course > dl dt {
    margin-right: 2.5rem;
    white-space: nowrap;
    font-weight: bold;
}

.course > dl dt::before {
    content: "■";
    color: #00aebb;
    margin-right: 1rem;
}

.course > dl dd {
    margin: 1rem 0 1rem 2.2rem;
    font-weight: bold;
}

.course > dl dd:last-of-type {
    font-size: .95rem;
    text-align: justify;
    font-weight: normal;
}



@media screen and (orientation: portrait) and (max-width: 767px) {
    
    .course > dl {
    border-bottom: 1px solid #555;
    padding-bottom: 1.5rem;
    display: block;
    margin: 1.5rem auto;
    width: 100%;
    font-size: 1.1rem;
        padding-left: 0rem;
}
    
    .course > h2 {
    margin: 2rem 0;
}
    
    .course > dl dt {
        margin-bottom: .5rem;
    }
    
}



/* application

============================ */
.application {
	text-align: center;
	margin-top: 4rem;
}

.application p {
	font-size: 1.2rem;
	font-weight: bold;
	color: #00aebb;
}

.application .triangle {
	width:0;
height:0;
border-style:solid;
border-width: 40px 40px 0 40px;
border-color: #036eb8 transparent transparent transparent;
	margin: 0 auto;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
	
	.application {
	margin-top: 3rem;
}
	
}


/* phone

============================ */
.contact_banner.phone .contact_txt {
  display: none;
}

.contact_banner.phone .phone_ikebukuro,
.contact_banner.phone .phone_shibuya, 
.contact_banner.phone .phone_kichijoji {
  display: none;
}