/*************************************
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;}

.l_space_m {letter-spacing: .45rem;}
.l_space_l {letter-spacing: .9rem;}

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

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

section {
    max-width: 800px;
  margin: 1rem auto 4rem auto;
}



.main_title {
  max-width: 800px;
  margin: 5rem auto 5rem;
  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;
}
.top_image {
  text-align: center;
}
.top_image img {
  max-width: 960px;
}

.main_message {
  max-width: 700px;
  margin: 1rem auto 4rem auto;
	font-size: 1.1rem;
    letter-spacing: .1rem;
    background-color: #b70d4d;
    padding: 1rem 0;
}

.main_message p {
    text-align: left;
    margin: 0 1.5rem;  
    color: #fff;
}

.main_message p.fp_1 {
    font-size: 1.2rem;
    border-left: 5px solid #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 1rem;
    padding: 0 0 .5rem 1rem;
}

.main_message p.fp_2 {
    margin-top: 1rem;
}

.main_message figure {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #b70d4d;
}

.main_message figure img {
    width: 100%;
    margin: 1rem auto 0rem;
    
}



@media screen and (orientation: portrait) and (max-width: 767px){
	
  .sp_br {display: none;}
  .pc_br {display: block;}
    
    section {
    max-width: 90%;
  margin: 1rem auto 2rem auto;
}
    
  .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 {
    width: 90%;
  }
    
    .main_message figure {
    width: 100%;
}
    

    
		
    
}


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

.place_fee {
    letter-spacing: .1rem;
    border: 1px solid #036eb8;
    padding: 2rem 2rem;
}

.place_fee .pf_catch {
    font-size: 1.1rem;
    color: #036eb8;
    margin-bottom: 2rem;
    font-weight: bold;
    border-bottom: 1px solid #036eb8;
    padding-bottom: .5rem;
}

.place_fee dl {
    display: flex; 
}

.place_fee dl:not(:last-of-type) {
    margin-bottom: 1rem;
}

.place_fee dl dt {
    color: #036eb8;
    width: 150px;
    font-size: 1.2rem;
    text-align-last: justify;
    margin-right: 3rem;
}

.place_fee dl dd {
    font-size: 1.2rem;
}

@media screen and (orientation: portrait) and (max-width: 767px){
    
    .place_fee {
    padding: 1rem 1rem;
}
    
    .place_fee dl {
    display: block;
}
    
    .place_fee dl dt {
    width: 100%;
        text-align-last: left;
}

.place_fee dl dd {
    width: 100%;
}
    
}

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

.u_catch {
    text-align: center;
}

.u_catch p {
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: .1rem;
    color: #b70d4d;
    border-bottom: 2px solid #b70d4d;
    display: inline-block;
}


/* 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;
}