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

style.css

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

.f_l {font-size: 130%;}
.f_m {font-size: 110%;}
.f_s {font-size: 90%;}
.f_ss {font-size: 80%;}

.f_bold {font-weight: bold;}

.asta {font-size: 80%;}
.asta::before {content: "※"; }

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

.introduction {padding: 4rem 0;}

.bg2 {background: #f1f1f1;}


@media screen and (orientation: portrait) and (max-width: 767px){

.br_sp {display: block;}
.br_pc {display: none;}	
    
    .introduction {padding: 3rem 0;}
	
}

/* section course_pr

-------------------------*/

section.course_pr {
	width: 80%;
	margin: 0 auto 3rem;
	letter-spacing: .1rem;
}

section.course_pr h2 {
	text-align: center;
	margin-bottom: 4rem;
	font-size: 1.3rem;
    font-weight: 900;
    color: #00aebb;
	position: relative;
}

section.course_pr h2::before,
section.course_pr h2::after {
	position: absolute;
	content: "";
}

section.course_pr h2::before {
	right: 0px;
    bottom: -10px;
    width: 50px;
    height: 50px;
    border-right: 2px solid #00aebb;
    border-bottom: 2px solid #00aebb;
}

section.course_pr h2::after {
	top: -10px;
    left: 0px;
    width: 50px;
    height: 50px;
    border-top: 2px solid #00aebb;
    border-left: 2px solid #00aebb;
}

section.course_pr h2 .h2_02 {

	margin: 1.2rem 0;
}

section.course_pr .read {
    margin: 0 0 4rem;
    padding: 0;
}

section.course_pr .read p {
    text-align: justify;
}

section.course_pr .course_outline {
	width: fit-content;
    margin: 3rem auto 4rem;
}

section.course_pr .course_outline li {
    font-size: 1.1rem;
	line-height: 2.2rem;
    margin-bottom: 1rem;
    text-indent: -2rem;
    margin-left: 2rem;
}

section.course_pr .course_outline li::before {
    content: "\f14a";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    margin-right: 1rem;
    color: #00aebb;
}


@media screen and (orientation: portrait) and (max-width: 767px){
	
	section.course_pr {
	width: 90%;
	margin: 0 auto 2.5rem;
}
	
	section.course_pr h2 {
	font-size: 1.1em;
		margin-bottom: 3rem;
}
	
	section.course_pr h2 .h2_02 {
	font-size: 110%;
	margin: 1rem 0;
}
	
	section.course_pr h2::before {
	right: 0;
    bottom: -10px;
    width: 20px;
    height: 20px;
}

section.course_pr h2::after {
	top: -12px;
    left: 0;
    width: 20px;
    height: 20px;
}

	
}

/* 日時と内容

-------------------------*/

.col_2 {
    display: flex;
    justify-content: center;
    column-gap: 4rem;
    margin: 0 3rem;
}

.col_2 > div {
    width: 50%;
}

.col_2 > div dl dt h3 {
    font-size: 1.6rem;
    margin-bottom: .5rem;
}

.col_2 > div dl dt h4 {
    font-size: 1.2rem;
    font-weight: bold;
    border-top: 1px solid #00aebb;
    border-bottom: 1px solid #00aebb;
    padding: .2rem .5rem;
    background-color: #fff;
}

.col_2 > div dl dd ul {
    margin: 1rem .5rem 0;
}

.col_2 > div dl dd ul li {
    border-bottom: dotted 1px #00aebb;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
    font-size: 1.1rem;
}



@media screen and (orientation: portrait) and (max-width: 767px){
    
    .col_2 {
    display: block;
    margin: 0 2rem;
}
    
    .col_2 > div {
    width: 100%;
}
    
    .col_2 .mock_exam {
    margin-bottom: 2rem;
}
    
}



/* section.detail

-------------------------*/

.introduction .detail {
	width: 80%;
	margin: 5rem auto 1rem;
	background-color: #fff;
	padding: 1rem 2rem;
	font-size: 1.1rem;
	letter-spacing: .1rem;
}

.introduction .detail ul.student {
    margin-bottom: 2rem;
}

.introduction .detail ul.sp_offer li:not(:first-child) {
    text-indent: -1rem;
    margin-left: 1rem;
}

.introduction .detail ul.sp_offer li:not(:first-child)::before {
    content: "●";
    color: #00aebb;
}

.introduction .detail ul li {
    margin-bottom: 1rem;
}



@media screen and (orientation: portrait) and (max-width: 767px){
	
	.introduction section.detail {
		margin: 2rem auto 1rem;
		width: 95%;
		padding: 1rem;
		font-size: 1rem;
	}
	
	
	
}



/* button

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

.button {
    display: flex;
    justify-content: center;
    margin: 0rem auto 6rem;
    width: 100%;
}

.button dl {
    text-align: center;
}

.button dl dt {
    font-size: 1.1rem;
    color: #f67600;
    margin-bottom: 1rem;
}

.button dl dd {
    width: 100%;
}

.button dl dd a {
        height: auto;
    background: #f67600;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-radius: 1.8rem;
    color: #fff;
    font-weight: 900;
    font-family: var(--Font_Weight_Bold);
    font-size: 1.1rem;
    text-align: center;
    line-height: 1.5rem;
    padding: .3rem 3rem;
}

.button dl dd a:hover {
    opacity: .5;
}

@media screen and (orientation: portrait) and (max-width: 767px){
    
    .button {
    margin: 0rem auto 5rem;
}
    
}



/* contact_banner

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

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


