/*************************************
style.css
*************************************/
.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: 1.8rem;
  letter-spacing: .14rem;
  font-weight: bold;
  font-family: var(--Font_Weight_Bold);
	margin-left: 1rem;
}
section.top_title h2 {
  font-size: 1.4rem;
  letter-spacing: .2rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
	margin-left: 1rem;
}

section.second_title {
  font-size: 1.15rem;
  letter-spacing: .1rem;
  font-weight: bold;
  font-family: var(--Font_Weight_Bold);
  padding-left: 10.5rem;
}
section.second_title h4 {
  margin: 0 0 2rem .7rem;
  display: flex;
  align-items: center;
  letter-spacing: .5rem;
}
section.second_title h4 span {
  font-size: 1.8rem;
}
section.second_title h4 div {
  background-color: #777;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  margin-right: 3px;
  font-size: .9rem;
  align-content: center;
  padding-left: 4px;
}
section.second_title ul {
  margin-bottom: 1rem;
}
section.second_title ul li {
  margin-bottom: 1.2rem;
}
.top_image {
  text-align: center;
}
.top_image img {
  max-width: 960px;
}

.link_wrap {
	border: 0px solid #fff;
}

.link_wrap .link_list li {
  width: 45%;
	height: 4rem;
}

.link_wrap p {
	text-align: center;
}

.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: 5px;
    right: -13px;
  }
  .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.3rem;
    margin-left: 2rem;
    letter-spacing: .1rem;
  }
  section.second_title {
    margin: 0 0 .5rem;
    padding-left: 1.2rem;
    padding-bottom: .5rem;
  }
  section.second_title h4 {
    margin: 0 0 1.5rem .7rem;
  }
  section.second_title h4 span {
    font-size: 1.6rem;
  }
  section.second_title ul {
    margin-bottom: 1rem;
  }
  section.second_title ul li {
    margin-bottom: .5rem;
  }
	
	
	.link_wrap .link_list {
		display: block;
	}

  .link_wrap .link_list li {
    width: 100%;
  }
  
  .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);
  }
}

/* tab_contents
============================ */

.tab_contents {
	margin: 2rem 6rem 0;
	letter-spacing: .15rem;
}

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

.tab_contents dl {
	font-size: 1.2rem;
	display: flex;
	border-bottom: 1px solid #dcdcdc;
	padding: 1rem 1rem 1rem 2rem;
	align-items: baseline;
}

.tab_contents dl span.font_l {
	font-size: 1.4rem;
}

.tab_contents dl:first-of-type {
	border-top: 1px solid #dcdcdc;
}

.tab_contents dl:last-of-type {
	margin-bottom: 3rem;
}

.tab_contents dl dt {
	margin-right: 2rem;
}

.tab_contents dl span.thankyou_red {
	background-color: red;
	color: #fff;
	padding: 0 .5rem;
	margin-left: 1rem;
}

.tab_contents dl span.expansion_blue {
	background-color: #036eb8;
	color: #fff;
	padding: 0 .5rem;
	margin-left: 1rem;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
	
	.tab_contents {
	margin: 2rem 1rem 0;
	letter-spacing: .1rem;
}
	
	.tab_contents h2 {
	font-size: 1.3rem;
	border-left: 3px solid #036eb8;
	padding-left: 1.5rem;
}
	
	.tab_contents dl {
	font-size: 1.2rem;
	display: block;
		padding: 1rem 1rem;
}
	
	.tab_contents dl span.thankyou_red {
	margin-left: 0rem;
}
	
	.tab_contents dl span.expansion_blue {
	margin-left: 0rem;
}
	
}

/* 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 {
  display: none;
}