/*************************************

style.css

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

.f_ll {font-size: 150%;}
.f_l {font-size: 130%;}
.f_m {font-size: 110%;}
.f_s {font-size: 90%;}
.f_ss {font-size: 80%;}

.f_bold {font-weight: bold;}

.f_red {color: red;}


.sup_s {
	vertical-align: super;
}
.sup_margin {
	margin-bottom: 10px;
}

#main_content {
	max-width: 960px;
    margin: 0 auto;
    line-height: 1.6rem;
	letter-spacing: .1rem;
}

h1.main_ttl {
	width: 100%;
	letter-spacing: .1rem;
	margin: 2rem 0 2rem 0;
    font-size: 2.5rem;
	font-weight: bold;
    font-family: var(--Font_Weight_Bold);
    text-align: center;
}

    
/* main_message

============================ */

.main_message {
  max-width: 800px;
  margin: 3rem auto 3rem;
  text-align: justify;
}

.main_message p {
    font-size: 1.1rem;
    line-height: 2rem;
}

#main_content > figure.main_imgs > img {
	width: 100%;
    height: auto;
}
#main_content > figure.main_imgs {
	position: relative;
}



@media screen and (orientation: portrait) and (max-width: 767px){
	.sp_br {display: block;}
	.pc_br {display: none;}

	h1.main_ttl {
		text-align: center;
		font-size: 2.2rem;
	}

  .main_message {
    width: 92%;
    margin: 2rem auto 1rem;
  }
	
	
}


/* tab切替

============================ */

h2.time_place {
    text-align: center;
    font-size: 1.6rem;
    margin-bottom: 3rem;
    line-height: 3rem;
}

.link_wrap {
    border: none;
    margin: 0;
    padding: 0;
}

#main_content .link_list li {
    width: 45%;
    margin: 0rem auto;
}

.tab_contents {
    width: 70%;
    margin: 3rem auto;
}

.tab_contents dl {
    text-align: center;
    margin: 5rem 0 3rem;
}

.tab_contents dl dt {  
    font-size: 1.2rem;
    color: #036eb8;
    font-weight: bold;
    border-top: 1px solid #036eb8;
    border-bottom: 1px solid #036eb8;
    padding: 1.5rem 0;
}

.tab_contents dl dd {
    margin: 2rem 0;
    font-weight: bold;
}

.tab_contents dl dd:nth-of-type(1) {
    font-size: 1.6rem;
}

.tab_contents dl dd:nth-of-type(2) {
    font-size: 1.4rem;
}

.tab_contents p {
    line-height: 2rem;
    text-align: justify;
}

.tab_wrap > ul {
    width: 90%;
    margin: 5rem auto 0;
}

.tab_wrap > ul li {
    font-size: .9rem;
    margin-top: .5rem;
    text-indent: -1.5rem;
    margin-left: 1.5rem;
}

.tab_wrap > ul li::before {
    content: "※";
    margin-left: .5rem;
}


@media screen and (orientation: portrait) and (max-width: 767px){
    h2.time_place {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}
    
    #main_content .link_list li::after {
    top: 60%;
    right: .5rem;
}
    
    .tab_contents {
    width: 90%;
    margin: 0rem auto;
}
    
    .tab_contents dl {
    margin: 2rem 0 2rem;
}
    
    .tab_contents dl dt {  
    font-size: 1.1rem;
    padding: 1rem 0;
}
    
    .tab_contents dl dd {
    margin: 1rem 0;
    font-weight: bold;
}
    
    .tab_contents p {
    line-height: 1.8rem;
}
    
    .tab_wrap > ul {
    width: 90%;
    margin: 3rem auto 0;
}
    
}


/* main_step

============================ */


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




/* contact_online

============================ */

/* 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;
}