/*************************************
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 h3 {
	font-size: 1em;
	letter-spacing: .1em;
	margin: 1rem 0 .2rem;
	padding: .3rem 0 .3rem 9.5rem;
background: rgb(255,255,255);
background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(240,248,255,1) 32%, rgba(255,255,255,1) 100%);
}

.top_back .top_b_border figure {
	position: absolute;
	top: 80px;
	right: 150px;
	transform: rotate(20deg);
}

.top_back .top_b_border figure img {
	width: 100px;
	opacity: .7;
}

section.top_title {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 1.6rem 0 2.2rem;
}

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-right: 40px;
	margin-left: 10px;
	margin-bottom: 0px;
	padding: 2px 10px;
}

section.top_title h1 {
	font-size: 1.8em;
	letter-spacing: .1em;
	font-weight: bold;
  font-family: var(--Font_Weight_Bold);
}


section.second_title {
	font-size: 1.15em;
	letter-spacing: .1em;
	font-weight: bold;
  font-family: var(--Font_Weight_Bold);
	padding-left: 8.6rem;
}

section.second_title h4 {
	margin: 0 0 2rem .7rem;
	display: flex;
	align-items: center;
	letter-spacing: .5em;
}

section.second_title h4 span {
	font-size: 1.8em;
}

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: .9em;
	align-content: center;
	padding-left: 4px;
}

section.second_title ul {
	margin-bottom: 1.6rem;
}
section.second_title ul li {
	margin-bottom: 1.2rem;
}

section.second_title ul li dl {
	display: flex;
}


section.second_title ul li dl dd {
	margin-left: 2rem;
}



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

.main_message {
  max-width: 750px;
  margin: 3rem auto 4rem auto;
	font-size: 1.1em;
}

.main_message h4 {
	font-size: 1.2em;
	line-height: 2em;
}

.main_message h4:nth-child(1) {
	text-align: center;
	margin-left: 4rem;
	margin-bottom: 2rem;
}

.main_message h4:nth-child(2) {
	text-align: center;
	margin-left: 14rem;
}

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



.main_message h5 {
	box-sizing: border-box;
	font-size: 1.1em;
	font-weight: 900;
  font-family: var(--Font_Weight_Bold); 
	text-align: center;
	margin: 4rem 0;
	letter-spacing: .1em;
	border: 1px solid #036eb8;
	padding: 1rem 1.2rem;
}

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


section.place_time {
	max-width: 800px;
	margin: 1rem auto 4rem auto;
}


section.place_time {
	position: relative;
	padding: 3rem;
	border: solid 1px #555;
	border-radius: 2px;
}

section.place_time h4 {
	position: absolute;
	display: inline-block;
	top: -12px;
    left: 20px;
    padding: 0 9px;
    font-size: 1.1em;
    background: #FFF;
}

section.place_time dl {
	display: flex;
	justify-content: center;
	font-size: 1.2em;
	border-bottom: 1px solid #dcdcdc;
	margin: 2rem 0;
}

section.place_time dl:nth-of-type(2) {
	border-bottom:none;
}

section.place_time dl dt {
	width: 150px;
}

section.place_time dl ul li {
	text-align: right;
}

section.place_time dl ul li:not(.not_under) {
	margin-bottom: 1.5em;
}


section.place_time ul.conte {
	display: flex;
	justify-content: space-around;
	font-size: 1.2em;
}

section.place_time ul.conte li::before {
	content: "●";
	color: #6fa2c1;
	margin-right: .5rem;
}


.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){
	
  .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 h3 {
	margin: 1rem 0 .01rem;
	padding: .3rem 0 .3rem 1.2rem;
}
	
.top_back .top_b_border figure {
	position: absolute;
	top: 190px;
	right: 15px;
}

.top_back .top_b_border figure img {
	width: 80px;
}
	
	
section.top_title {
	display: block;
	padding: 1rem 0 1.6rem;
}
	
section.top_title h5 {
	background-color: #036eb8;
	color: #fff;
	margin-right: 0px;
	margin-bottom: 10px;
	box-shadow: 0px 2px 2px #999;
}

section.top_title h1 {
	font-size: 1.65em;
	letter-spacing: .05em;
	margin-left: 2rem;
	margin-top: 1rem;
}
	
	
section.second_title {
	margin: 0 0 .5rem;
	padding-left: 1.2rem;
	padding-bottom: .5rem;
}

section.second_title h4 {
	margin: 0 0 1.5rem .6rem;
}

section.second_title h4 span {
	font-size: 1.6em;
}

section.second_title ul {
	margin-bottom: .5rem;
}
section.second_title ul li {
	margin-bottom: .5rem;
}
	
	
section.second_title ul li dl {
	display: block;
}
	
section.second_title ul li dl dd {
	margin-left: .8rem;
}


.main_message {
    width: 90%;
  }

.main_message h4 {
	font-size: 1em;
	line-height: 1.8em;
}
	
.main_message h4:nth-child(1) {
	text-align: left;
	margin-left: 0rem;
	margin-bottom: 2rem;
}

.main_message h4:nth-child(2) {
	text-align: left;
	margin-left: 0rem;
}	
	

.main_message h5 {
	text-align: left;
	margin: 3rem 0;
}
	
.main_message p {
	line-height: 1.8em;
	letter-spacing: .05em;
}
	
.link_wrap .link_list li {
	width: 48%;
}

	
section.place_time {
	margin: 1rem 1rem 4rem 1rem;
}
	
section.place_time {
	padding: 1rem;
}
	
section.place_time dl {
	font-size: 1.05em;
}
	
section.place_time dl dt {
	width: 90px;
}
	
section.place_time dl dd:nth-of-type(1) {
	width: 140px;
}
	
section.place_time ul.conte {
	display: block;
	margin: 1rem;
}
	

.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_kichijoji,
.contact_banner.phone .phone_tokyo,
.contact_banner.phone .phone_ikebukuro {
  display: none;
}