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

.h1ttl {
  display: none;
}

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

.f_ss {font-size: 80%;}

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


.arrow_box_l{
    position:relative;
    width:500px;
    height:auto;
    background:#036eb8;
    padding:10px;
    color:#FFFFFF;
    border-radius:10px;
}
.arrow_box_l:after{
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(3, 110, 184, 0);
    border-top-width:15px;
    border-bottom-width:15px;
    border-left-width:15px;
    border-right-width:15px;
    margin-left: -15px;
    border-top-color:#036eb8;
    top:100%;
    left:10%;
}


.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, section.fee {
	max-width: 620px;
	margin: 1rem auto 4rem auto;
}


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

section.place_time .date {
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

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 dt {
	width: 150px;
}

section.place_time dl dd:nth-of-type(1) {
	width: 200px;
}



section.fee {
	text-align: center;
	font-size: 1.2em;
}
section.fee p {
	border-bottom: 2px solid #036eb8;
	display: inline-block;
}
section.fee span {
	font-size: 1.4em;
}


.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;
}
  .main_title {
  margin: 2rem 0 3rem 0;
  font-size: 1.2em;
  letter-spacing: 0.1em;
}
.main_title::before, .main_title::after {
	display: none;
}

.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;
}	
	
	
	.arrow_box_l{
    width:100%;
}

.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, section.fee {
	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;
}
	

.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_ikebukuro {
  display: none;
}