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

.h1ttl {
  display: none;
}

.spl_tbox {
	text-align: center;
	margin: 3rem 0 7rem;
	background: rgb(222,235,247);
    background: linear-gradient(99deg, rgba(222,235,247,1) 5%, rgba(3,110,184,1) 45%, rgba(3,110,184,1) 65%, rgba(222,235,247,1) 100%);
	padding: 4rem 0;
	position: relative;
}

.spl_tbox .free {
	position: absolute;
	top: 8%;
	right: 7rem;
	font-size: 1em;
	color: #fff;
	border:1px solid #fff;
	padding: 3px 10px 1px;
}

h1.spl_title {
	font-size: 1.6em;
	font-weight: 900;
    font-family: var(--Font_Weight_Bold);
    letter-spacing: 0.2em;
	color: #fff;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	padding: 1rem 0;
	text-shadow: 1px 1px 2px #555;
}

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

.main_title {
  max-width: 800px;
  margin: 5rem auto 7rem auto;
  text-align: center;
  color: #036eb8;
  font-size: 1.4em;
  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 4rem auto;
	font-size: 1.1em;
}

.main_message p {
	text-align: justify;
	line-height: 2.1em;
	letter-spacing: .1em;
}

.main_message p span {
	color: #036eb8;
	font-weight: 900;
  font-family: var(--Font_Weight_Bold); 
}

.link_wrap .link_list li {
	width: 35%;
}

.tab_contents {
	max-width: 800px;
	margin: 0 auto;
	font-size: 1.1em;
	letter-spacing: 0.05em;
}

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

.tab_contents span.font_mark {
	font-size: 0.8em;
	color: #fff;
	background-color: #036eb8;
	padding: 0 1rem;
	margin-right: 1rem;
}
.tab_contents h3 {
	font-size: 1.15em;
	background-color: #deebf7;
   text-align: center;
   font-weight: 900;
   font-family: var(--Font_Weight_Bold);
	margin: 4rem 0 5rem;
	padding: 10px ;
}

.tab_contents dl {
	display: flex;
	align-items: flex-start;
	width: 80%;
	margin: 0rem auto 3rem auto;
}

.tab_contents dl dt {
	box-sizing: border-box;
	border: 1px solid #036eb8;
	padding: 2px 10px;
	width: 20%;
	margin-right: 50px;
	text-align-last:justify;
}
.tab_contents dl dd {
	width: 80%;
}
.tab_contents dl dd p {
	margin: 0;
}

.tab_contents dl dd ul {
	margin-top: 1rem;
}

.tab_contents dl dd ul:nth-child(2) li {
	margin-bottom: 1rem;
}

.tab_contents dl dd ul:nth-child(3) {
	margin-top: 2rem;
}

.tab_contents dl dd ul:nth-child(3) li {
	margin-left: 15px;
	font-size: .8em;
}

.tab_contents dl dd ul:nth-child(3) li::before {
	content: "※";
	margin-left: -15px;
	margin-right: 3px;
}

.tab_contents dl dd ul:nth-child(3) li:nth-child(2) {
	border-bottom: 1px solid #036eb8;
	display: inline-block;
}


.main_step {
	max-width: 960px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	margin: 6em auto .5em auto;
}
.main_step_title {
  display: flex;
  align-items: center;
  font-size: 1.5em;
  color: #036eb8;
  margin-bottom: 1.8em;
  letter-spacing: .1em;
}
.main_step_title:before, .main_step_title:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}
.main_step_title:before {
  margin-right: 1em; /* 文字の右隣 */
}
.main_step_title:after {
  margin-left: 1em; /* 文字の左隣 */
}



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



.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){
	
	.spl_tbox {
	margin: 0rem 0 2rem;
	padding: 4rem 0;
}
	
	.spl_tbox .free {
	top: 8%;
	right: 1rem;
		font-size: .9em;
}
	
	h1.spl_title {
	font-size: 1.5em;
    letter-spacing: 0.1em;
}

  .sp_br {
	display: none;
}
  .pc_br {
	display: block;
}
  .main_title {
  margin: 2rem 0 2rem 0;
  font-size: 1.2em;
  letter-spacing: 0.1em;
}
.main_title::before, .main_title::after {
	display: none;
}

.main_message {
    width: 90%;
  }
	
.main_message p {
	line-height: 1.8em;
	letter-spacing: .05em;
}
	
.link_wrap .link_list li {
	width: 48%;
}

	
.tab_contents {
	margin: 0 1rem;
	}
	
.tab_contents h3 {
	margin: 2rem 0 3rem;
}
	
.tab_contents dl {
	display: block;
	width: 98%;
	margin: 0rem auto 2rem auto;
}

.tab_contents dl dt {
	padding: 2px 10px;
	width: 100%;
	margin-right: 0px;
	text-align-last:left;
	margin-bottom: 1rem;
}
.tab_contents dl dd {
	width: 100%;
	font-size: 95%;
}
	

.main_step {
	margin: 3em 0em 1rem;
}
.main_step_title {
	font-size: 1.2em;
}
.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);
}

	

	
}

/* about
============================ */
.about {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 800px;
  margin: 0 auto;
}

.about > dl {
  width: 50%;
  margin: 1rem 0;
}

.about > dl > dt {
  color: #a51101;
  font-weight: bold;
  font-family: var(--Font_Weight_Bold);
  font-size: 1.2rem;
}

.about > dl > dt:before {
  content: "■";
}

.about > dl > dd {
  padding-left: 1rem;
}

.about > dl.schedule {
  width: 100%;
}

.about > dl.schedule > dd dl {
  display: flex;
  flex-wrap: wrap;
}

.about > dl.schedule > dd dl:last-of-type {
  padding-bottom: 1rem;
}

.about > dl.schedule > dd dl dt {
  width: 7rem;
  margin-right: 2rem;
  text-align: right;
}



@media screen and (orientation: portrait) and (max-width: 767px){
	


  .about {
    display: block;
    width: 96%;
  }

  .about > dl {
    width: 100%;
  }

  .contact_banner .inner > p {
    padding: 2rem 0 0;
    font-size: 1.2rem;
  }

}


/* phone
============================ */
.contact_banner.phone .contact_txt {
  display: none;
}

.contact_banner.phone .phone_shibuya,
.contact_banner.phone .phone_ikebukuro,
.contact_banner.phone .phone_kichijoji {
  display: none;
}