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

.h1ttl {
  display: none;
}
.sp_br {
  display: block;
}
.pc_br {
  display: none;
}
.top_back {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(222, 235, 247, 1) 23%, rgba(222, 235, 247, 1) 53%, rgba(255, 255, 255, 1) 100%);
  padding: 2rem 0;
}
.top_back .top_b_border {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: relative;
}
.top_back .top_b_border figure {
  position: absolute;
  bottom: 1px;
  right: 20px;
}
.top_back .top_b_border figure img {
  width: 250px;
  opacity: .8;
}
section.top_title {
  padding: 1rem 0 2.5rem 4.4rem;
}
section.top_title h5 {
  background: rgb(3, 110, 184);
  background: linear-gradient(90deg, rgba(3, 110, 184, 1) 0%, rgba(79, 159, 214, 1) 100%);
  color: #fff;
  margin-bottom: 2.5rem;
  padding: 2px 18px;
}
section.top_title h1 {
  font-size: 2rem;
  letter-spacing: .14rem;
  font-weight: bold;
  font-family: var(--Font_Weight_Bold);
	margin-left: 3rem;
}
section.top_title h2 {
  font-size: 1.3rem;
  letter-spacing: .2rem;
  display: flex;
  justify-content: flex-start;
	margin-left: 3rem;
}

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

.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;
  }
  .top_back {
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgba(222, 235, 247, 1) 23%, rgba(222, 235, 247, 1) 53%, rgba(255, 255, 255, 1) 100%);
    padding: .5rem 0;
  }
  .top_back .top_b_border figure {
    position: absolute;
    bottom: 8px;
    right: -1px;
  }
  .top_back .top_b_border figure img {
    width: 150px;
  }
  section.top_title {
    padding: 1rem 0 2rem;
  }
  section.top_title h5 {
    background-color: #036eb8;
    color: #fff;
    margin-bottom: 1.2rem;
    box-shadow: 0px 2px 2px #999;
    margin-left: 1rem;
  }
  section.top_title h1 {
    font-size: 1.65rem;
    letter-spacing: .1rem;
    margin-left: 2rem;
    margin-top: 1rem;
  }
  section.top_title h2 {
    font-size: 1.2rem;
    margin-left: 2rem;
    letter-spacing: .1rem;
  }
  
  .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);
  }
}

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

.lead {
    margin: 2rem 5.5rem 0;
    letter-spacing: .1rem;
}

.lead h2 {
    font-size: 1.3rem;
}

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

@media screen and (orientation: portrait) and (max-width: 767px) {
    
    .lead {
    margin: 2rem 2rem 0;
}
    
    .lead h2 {
    font-size: 1.3rem;
}

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

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

.day_place {
    background-color: #f0f8ff;
    margin: 3rem 10rem 0;
    padding: 2rem;
    display: flex;
    justify-content: center;
    box-shadow: 6px 6px #6fa2c1;
}

.day_place ul li {
    letter-spacing: .15rem;
    font-size: 1.3rem;
    margin: 1.5rem 0;
    white-space: nowrap;
    border-bottom: dotted 1px #036eb8;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
    
    .day_place {
    margin: 2rem 1.5rem 0;
    padding: .5rem 0 1rem;
    box-shadow: 4px 4px #6fa2c1;
}

.day_place ul li {
    letter-spacing: .1rem;
    font-size: 1.1rem;
    margin: 1.1rem 0;
}
    
}



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