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

.h1ttl {
  display: none;
}

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

.f_s {font-size: 90%;}
.f_ss {font-size: 80%;}

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

.jh_anchor {
    display: flex;
    column-gap: 2rem;
    max-width: 800px;
	margin: 3rem auto 0;
}

.jh_anchor a {
    flex: 1;
    background-color: #036eb8;
    position: relative;
}

.jh_anchor a::after {
    content: "▼";
    color: #036eb8;
    position: absolute;
    bottom: -1.5rem;
    left: 47%;
}

.jh_anchor a:hover {
    opacity: .5;
}

.jh_anchor a dl {
    color: #fff;
    margin: .5rem;
    text-align: center;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    letter-spacing: .1rem;
}

.jh_anchor a dl dd {
    font-size: 1.1rem;
}



section {
	max-width: 800px;
	margin: 0 auto;
	font-size: 1.1rem;
	letter-spacing: 0.05rem;
}

section h3 {
	font-size: 1.15rem;
	background-color: #deebf7;
   text-align: center;
   font-weight: 900;
   font-family: var(--Font_Weight_Bold);
	margin: 6rem 0 2rem;
	padding: 10px ;
}

section > p {
    line-height: 2rem;
}

section .day_place {
    margin: 5rem 6rem 5rem;
}

section dl {
	display: flex;
	align-items: flex-start;
	width: 100%;
	margin: 0rem auto 3rem;
}

section dl dt {
	box-sizing: border-box;
	border: 1px solid #036eb8;
	padding: 2px 10px;
	width: 20%;
	margin-right: 50px;
	text-align-last:justify;
    background-color: #fff;
}

section dl dd {
	flex: 1;
    font-size: 1.3rem;
    border-bottom: 1px solid #036eb8;
}


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

.jh_anchor {
    column-gap: 1rem;
    max-width: 90%;
	margin: 2rem auto 0;
}
	
section {
	margin: 0 1rem;
	}
	
section h3 {
	margin: 3rem 0 1rem;
}
    
    section .day_place {
    margin: 2rem 0 3rem;
}

	
section dl {
	display: block;
	width: 98%;
	margin: 0rem auto 2rem auto;
}

section dl dt {
	padding: 2px 10px;
	width: 100%;
	margin-right: 0px;
	text-align-last:left;
	margin-bottom: 1rem;
}
	
section dl dd {
	width: 100%;
    border-bottom: none;
}
	
	

.main_step {
	margin: 3rem 0rem 1rem;
}
.main_step_title {
	font-size: 1.2rem;
}
.main_step_title:before, .main_step_title:after {
  width: 5rem; /* 線の長さ */
}

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

		
}

/* link_btn
============================ */

.link_btn {
    text-align: center;
    margin-bottom: 4rem;
}

.link_btn a {
    height: 3rem;
    background: #ef717c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: fit-content;
    border-radius: 1.8rem;
    color: #fff;
    font-weight: 900;
    font-family: var(--Font_Weight_Bold);
    font-size: 1.2rem;
    text-align: center;
    line-height: 1;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.link_btn p {
    color: #ef717c;
}

@media screen and (orientation: portrait) and (max-width: 767px){
    
    .link_btn a {
        height: 3.5rem;
      padding: 0 .5rem;  
    }
}



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

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