/*************************************
style.css
*************************************/

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

.f_bold {font-weight: bold;}

.fc_main_blue {color: #036eb8;}

.asta::before {content: "※";}

.sp_br {display: block;}
.pc_br {display: none;}

#main_content h1 {
    background-color: #036eb8;
    color: #fff;
    padding: .2rem 1rem;
    border-left: 1rem solid #00578a;
}

.main_title {
  max-width: 800px;
  margin: 5rem auto 4rem;
  text-align: center;
  color: #036eb8;
  font-size: 1.4rem;
  font-weight: 900;
  font-family: var(--Font_Weight_Bold);
  letter-spacing: 0.2em;
  position: relative;
}

.main_title::before, .main_title::after {
	position: absolute;
	width: 30px;
	height: 30px;
	content: '';
}
.main_title::before {
	border-left: solid 2px;
	border-top: solid 2px;
	top: -1rem;
	left: 0rem;
}
.main_title::after {
	border-right: solid 2px;
	border-bottom: solid 2px;
	bottom: -1rem;
	right: 0rem;
}



@media screen and (orientation: portrait) and (max-width: 767px){
	
  .sp_br {display: none;}
  .pc_br {display: block;}
    
  .main_title {
  margin: 2rem 0 2rem 0;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}
    
.main_title::before, .main_title::after {
	display: none;
}   
		
    
}


/* main_message
============================ */

.main_message {
    text-align: center;
    margin-bottom: 5rem;
    letter-spacing: .1rem;
}

.main_message h2 {
    margin-bottom: 1rem;
}

@media screen and (orientation: portrait) and (max-width: 767px){
    .main_message {
    text-align: center;
    margin-bottom: 3rem;
    letter-spacing: .1rem;
}
    
}


/* place_fee
============================ */

.place_fee {
    width: 82%;
    margin: 0 auto 6rem;
    border: 2px solid #036eb8;
    padding: 2.5rem 3.5rem 2.5rem;
    position: relative;
    box-shadow: -.5rem .5rem 0 #deebf7;
}

.place_fee dl {
    margin-bottom: 2rem;
    letter-spacing: .1rem;
}

.place_fee dl dt {
    font-size: 1.1rem;
    font-weight: bold;
}

.place_fee dl dt::before {
    content: "■";
    color: #036eb8;
    margin-right: .5rem;
}

.place_fee dl dd {
    line-height: 2rem;
}

.place_fee ul li:nth-child(n+1):nth-child(-n+3) {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 1rem;
    letter-spacing: .1rem;
}

.place_fee ul li:nth-child(n+1):nth-child(-n+3)::before {
    content: "■";
    color: #036eb8;
    margin-right: .5rem;
}

.place_fee ul li:nth-child(4) {
    margin-bottom: 1rem;
}


@media screen and (orientation: portrait) and (max-width: 767px){
    
    .place_fee {
        width: 90%;
    margin: 0 auto 5rem 1.5rem;
    padding: 1.5rem 1.5rem 1.5rem;
}
    
    .place_fee dl {
    margin-bottom: 2rem;
    letter-spacing: .05rem;
}
    
    .place_fee ul li:nth-child(n+1):nth-child(-n+3) {
        text-indent: -1.8rem;
        margin-left: 1.8rem;
    }
    
}

/* case_study
============================ */

.case_study {
    width: 90%;
    margin: 0 auto 5rem;
    letter-spacing: .08rem;
}

.case_study dl dt {
    margin-bottom: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    color: #036eb8;
    font-weight: bold;
}

.case_study dl dt::before,
.case_study dl dt::after {
    content: "";
    background-color: #036eb8;
    height: 2px;
    width: 80px;
}

.case_study dl dt::before {
    margin-right: 1.5rem;
}

.case_study dl dt::after {
    margin-left: 1.5rem;
}

.case_study dl dd ul {
    display: flex;
    column-gap: 2rem;
    justify-content: center;
}

.case_study dl dd ul li {
    font-weight: bold;
    padding: 1rem;
    text-align: center;
    width: calc(100% / 3);
    border-radius: .5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #036eb8;
    box-shadow: -.3rem .3rem 0 #deebf7;
}

@media screen and (orientation: portrait) and (max-width: 767px){
    
    .case_study {
    width: 85%;
    margin: 0 auto 4rem;
}
    
    .case_study dl dt {
        margin-bottom: 2rem;
        text-align: center;
    }
    
    .case_study dl dt::before,
    .case_study dl dt::after {
    width: 50px;
}
    
    .case_study dl dd ul {
    display: block;
}
    
    .case_study dl dd ul li {
    width: 100%;
        margin-bottom: 1rem;
        font-size: 1.1rem;
        padding: .5rem;
        border-radius: .5rem;
}
    
}

/* u_catch
============================ */

.u_catch {
    width: 80%;
    margin: 0 auto 4rem;
}

.u_catch p {
    letter-spacing: .1rem;
    line-height: 1.8rem;
    text-align: center;
    font-size: 1.1rem;
    color: #036eb8;
}


@media screen and (orientation: portrait) and (max-width: 767px){
    
    .u_catch {
    width: 90%;
    margin: 0 auto 3rem;
}
    
    .u_catch p {
    letter-spacing: .08rem;
}
    
}

/* tutor_link
============================ */

.tutor_link {
    width: 80%;
    margin: 0 auto;
    text-align: right;
}

.tutor_link p a::after {
    padding-left: 1rem;
    color: var(--Main_Color);
    font-weight: 900;
    font-family: var(--Font_Awesome);
    content: var(--Arrow_Right);
}

@media screen and (orientation: portrait) and (max-width: 767px){
    
    .tutor_link {
    width: 90%;
    margin: 0 auto;
    text-align: right;
}
    
}


/* main_step
============================ */

.main_step {
	max-width: 960px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	margin: 4rem auto .5rem auto;
}
.main_step_title {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  color: #036eb8;
  margin-bottom: 1.8rem;
  letter-spacing: .1rem;
}
.main_step_title:before, .main_step_title:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}
.main_step_title:before {
  margin-right: 1rem;
}
.main_step_title:after {
  margin-left: 1rem;
}


.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid #87cefa;
  border-right: 0;
  margin: auto 1.5rem;	
}

.application > section {
	display: flex;
	justify-content: center;
	margin-bottom: 1rem;
}
.triangle_application {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 30px solid #036eb8;
  border-bottom: 0;
}



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

.main_step {
	margin: 3rem 0rem 1rem;
}
.main_step_title {
	font-size: 1.2rem;
}
.main_step_title:before, .main_step_title:after {
  width: 5rem;
}
	
.application > section {
	margin-bottom: 0rem;
}
 
.triangle {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #87cefa;
  border-right: 0;
  margin: 0px auto 2px auto;	
  transform: rotate(90deg);
}
	
}

/* contact_banner
============================ */

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

  .contact_banner .inner > p {
    padding: 2rem 0 0;
    font-size: 1.2rem;
  }

}


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

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