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

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

.f_orangered {color: #FF3B2A;}

.f_bold {font-weight: bold;}
.f_deco_ul {text-decoration: underline;}

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

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

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

.breakpoint {
    text-align: center;
    color: #FF3B2A;
    margin: 2rem 0 3rem;
    letter-spacing: .2rem;
}

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

figure img {
    width: 100%;
}

.top_title {
    position: relative;
    border-top: solid 1px #2E9436;
    border-bottom: solid 1px #2E9436;
    padding: 2rem 0 1.5rem;
    margin-top: 2rem;
    text-align: center;
    background-color: #F5FFE8;
}

.top_title::after {
  content: "";             
  display: block;           
  width: calc(100% + 10px);  
  height: calc(100% + 10px); 
  border: solid 1px #2E9436; 
  position: absolute;
  top: -6px;          
  left: -6px;
}

.top_title h1 {
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: .4rem;
    color: #43B327;
    text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.29);
}

.top_title h2 {
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: .1rem;
}

.top_title h3 {
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: .2rem;
}

.top_title h4 {
    font-size: 1.3rem;
    font-weight: bold;
    letter-spacing: .2rem;
}

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


.top_image {
  text-align: center;
}
.top_image img {
  max-width: 960px;
}

.main_message {
  max-width: 650px;
  margin: 1rem auto 3rem auto;
	font-size: 1.1rem;
    letter-spacing: .1rem;
}

.main_message p.p_asta {
	font-size: 90%;
    text-align: center;
}

.main_message p.p_asta::before {
    content: "※";
    margin-right: .5rem;
}

.main_message p {
	text-align: justify;
	line-height: 2.1rem;
}

.sub_message {
    max-width: 650px;
  margin: 1rem auto 3rem;
    letter-spacing: .1rem;
    text-align: justify;
}

.sub_message li {
    font-size: 1.1rem;
    margin: 1.5rem auto;
}

@media screen and (orientation: portrait) and (max-width: 767px){
	
  .sp_br {display: none;}
  .pc_br {display: block;}
    
    section {
    max-width: 90%;
  margin: 1rem auto 3rem auto;
}
    .top_title h1 {
    font-size: 2.5rem;
    letter-spacing: .3rem;
}
    
  .main_title {
  display: none;  
}


.main_message {
    margin: 3rem auto 1.5rem;
    width: 85%;
  }
		
.main_message p {
	line-height: 1.8rem;
	letter-spacing: .05rem;
}
    
    .sub_message {
        margin: 0rem auto 2rem;
    width: 85%;
    }
    
    
}





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

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

.place_fee dl {
    display: flex;
    margin-bottom: 1rem;
}

.place_fee dl dt {
    color: #036eb8;
    width: 30%;
    font-size: 1.2rem;
}

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

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

@media screen and (orientation: portrait) and (max-width: 767px){
    .place_fee dl {
    display: block;
}
    
    .place_fee dl dt {
    width: 100%;
}

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


/* flow
============================ */

.flow {
    background-color: #fff5ee;
    padding: 2.5rem 2.5rem 1.5rem;
    box-shadow: .8rem -.8rem #FF3B2A;
    max-width: 700px;
    margin-top: 4rem;
}

.flow h2 {
    font-size: 1.4rem;
    margin-bottom: 1.5rem;
    border-bottom: 1px solid #555;
    padding-bottom: 1rem;
}

.flow ul {
    margin-left: 1.5rem;
}

.flow ul li {
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    position: relative;
}

.flow ul li:not(:nth-of-type(4)) {
    text-indent: -1.5rem;
}


.flow ul li dl dd {
    margin-left: 0rem;
}

@media screen and (orientation: portrait) and (max-width: 767px){
    
    .flow {
        width: 90%;
    padding: 1rem 1rem .5rem;
        box-shadow: .4rem -.4rem #ff6347;
}
    
    .flow h2 {
    text-align: center;
}
    
    .flow ul li {
    margin-bottom: 1.2rem;
    font-size: 1.2rem;
    position: relative;
}
    
}



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

.main_step {
	max-width: 960px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	margin: 6rem 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 {
  display: none;
}