/*************************************
style.css
*************************************/
.f_bold {font-weight: bold;}

.fc_blue {color: #036eb8;}

.marker {background:linear-gradient(transparent 70%, #ff6 70%);}

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

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

.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) {
  .sp_br {
    display: none;
  }
  .pc_br {
    display: block;
  }
  
  .main_step {
    margin: 3rem 0rem 1rem;
  }
  .main_step_title {
    font-size: 1.2rem;
  }
  .main_step_title:before, .main_step_title:after {
    width: 5em; /* 線の長さ */
  }
  .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);
  }
}

/* kv
============================ */

.kv {
    width: 100%;
}

.kv img {
    width: 100%;
}


/* main_title
============================ */

.main_title {
    margin-top: 3rem;
    text-align: center;
    letter-spacing: .1rem;
    color: #036eb8;
}

.main_title h1 {
    font-size: 1.6rem;
}

/* lead
============================ */

.lead {
    width: 80%;
    margin: 4rem auto;
    letter-spacing: .1rem;
}

.lead h2 {
    color: #036eb8;
    font-size: 1.3rem;
    border-left: 5px solid #036eb8;
    padding-left: 1rem;
    margin-bottom: 2rem;
}

.lead p {
    font-size: 1.1rem;
    line-height: 2rem;
    text-align: justify;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
    
    .lead {
    width: 90%;
}
    
    .lead h2 {
    font-size: 1.2rem;
}

.lead p {
    font-size: 1rem;
    line-height: 1.8rem;
}
    
}

/* day_place
============================ */

.day_place {
    position: relative;
    margin: 4rem 10rem 0;
    padding: 1.5rem 1rem 2rem;
    display: flex;
    justify-content: center;
    box-shadow: 6px 6px #6fa2c1;
    background: linear-gradient(135deg, transparent 20px, #f0f8ff 20px);
}

.day_place::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background: #6fa2c1;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}

.day_place ul li {
    position: relative;
    letter-spacing: .2rem;
    font-size: 1.3rem;
    margin: 1rem 0rem 1rem 6rem;
    padding-bottom: 1rem;
    text-indent: -6rem;
}

.day_place ul li::after {
    content: "";
    position: absolute;
    left: -6rem; 
    right: 0;
    bottom: 0;
    border-bottom: dotted 1px #036eb8;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
    
    .day_place {
    margin: 2rem 1.5rem 4rem;
    padding: .5rem 0 1rem;
    box-shadow: 4px 4px #6fa2c1;
}
    
    .day_place::before {
  width: 20px;
  height: 20px;
}
    
    .day_place ul li {
    font-size: 1.1rem;
        margin: 1rem 0rem 1rem 5.2rem;
        text-indent: -5.2rem;
}
    
    .day_place ul li::after {
    left: -5.2rem; 
}
    
    .day_place ul {
        margin: 0 1rem;
    }


    
}



/* contact_area
============================ */

@media screen and (orientation: portrait) and (max-width: 767px) {
	
.contact_banner.floating_appli .button dl dd a {
	font-size: 70%;
}
	
}




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