/*************************************
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;}
.f_deco_ul {text-decoration: underline;}

.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;
}

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 {
  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: 800px;
  margin: 1rem auto 3rem auto;
	font-size: 1.1rem;
    letter-spacing: .1rem;
}

.main_message ul {
    background-color: #F5FFE8;
    width: fit-content;
    padding: 1rem 2rem;
    margin: 0 auto;
    border-radius: 1rem;
    font-size: 1.6rem;
    letter-spacing: .2rem;
    position: relative;
}

.main_message ul::before {
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url('/lp/rika_marathon_smr/common/imgs/01.png');
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 1rem;
    left: -7rem;
}

.main_message ul::after {
    content: "";
    display: inline-block;
    width: 70px;
    height: 70px;
    background-image: url('/lp/rika_marathon_smr/common/imgs/02.png');
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 1rem;
    right: -8rem;
}

.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: 800px;
  margin: 1rem auto 3rem;
    letter-spacing: .1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sub_message li {
    font-size: 1.25rem;
    display: inline-block;
    width: fit-content;
    margin: 1rem auto;
    border-bottom: 3px solid #90ee90;
}

@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 {
  margin: 2rem 1rem 3rem 0;
  font-size: 1.15rem;
  letter-spacing: 0.1rem;   
}
    
.main_title::before, .main_title::after {
	display: none;
}

.main_message {
    margin: 1rem auto 1.5rem;
    width: 90%;
  }
    
.main_message ul {
    padding: 1rem 1.5rem;
    font-size: 1.3rem;
    letter-spacing: .1rem;
}

.main_message ul::before {
    display: none;
}

.main_message ul::after {
    display: none;
}
		
.main_message p {
	line-height: 1.8rem;
	letter-spacing: .05rem;
}
    
    .sub_message {
        margin: 0rem auto 2rem;
    width: 80%;
    }
    
    .sub_message li {
        text-align: center;
    }
    
}





/* 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: 25%;
    font-size: 1.2rem;
}

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

@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%;
}
    
}


/* voice
============================ */

.voice {
    letter-spacing: .1rem;
    padding: 2.5rem 5rem 3.5rem;
    
}

.voice dl dt {
    font-size: 1.3rem;
    margin-bottom: 3rem;
    color: #036eb8;
}

.voice dl dd ul {
    display: flex;
    column-gap: 1.5rem;
}

.voice dl dd ul li {
    font-size: 1.15rem;
    line-height: 2rem;
    background-color: #deebf7;
    padding: 1rem 2rem;
    border-radius: .5rem;
    position: relative;
    text-align: justify;
}

.voice dl dd ul:nth-of-type(odd) {
    flex-direction: row;
}

.voice dl dd ul:nth-of-type(odd) li::before {
    position: absolute;
    content: "◀";
    font-size: 1.5rem;
    color: #deebf7;
    top: .1rem;
    left: -1.2rem;
}

.voice dl dd ul:nth-of-type(even) {
    flex-direction: row-reverse;
    margin-top: 2rem;
}

.voice dl dd ul:nth-of-type(even) li::after {
    position: absolute;
    content: "▶";
    font-size: 1.5rem;
    color: #deebf7;
    top: .1rem;
    right: -1.2rem;
}

.voice dl dd ul i {
    font-size: 4rem;
    color: #036eb8; 
}



@media screen and (orientation: portrait) and (max-width: 767px){
    
    .voice {
    padding: 0 .5rem;
}
    
    .voice dl dd ul li {
    font-size: 1.1rem;
    line-height: 1.8rem;
    padding: 1rem 1.5rem;
}
    
    .voice dl dd ul i {
    font-size: 3rem;
}
    
}

/* 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,
.contact_banner.phone .phone_shibuya,
.contact_banner.phone .phone_kichijoji {
  display: none;
}