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

style.css

*************************************/
.br_sp {display: none;}
.br_pc {display: block;}

.bold {font-weight: bold;}

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


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

/* main_title

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

#main_content {
	letter-spacing: .1rem;
}

#main_content > .main_title {
		display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 2rem;
}

#main_content > .main_title h5 {
	font-weight: bold;
	padding: 1rem 0rem;
	margin-right: 2rem;
	border-top: 1px solid #00aebb;
    border-bottom: 1px solid #00aebb;
}

#main_content > .main_title h1 {
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: .1rem;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
	#main_content > .main_title {
	display: block;
	margin-top: 1rem;
}
	#main_content > .main_title h5 {
	padding: .1rem .5rem;
	margin: 0 1rem .5rem;
}
	
	#main_content > .main_title h1 {
	font-size: 1.7rem;
		margin: 0 1.5rem;
}
	
}


/* top_message

============================ */
#main_content > .top_message {
    width: 75%;
	margin: 3rem auto 4rem;
	padding: 0 0 1rem;
    border-bottom: 1px solid #00aebb;
}

#main_content > .top_message h2 {
    font-size: 1.4rem;
    background-color: #f0fff0;
    border-bottom: 1px solid #00aebb;
    padding: 0 .5rem;
    margin-bottom: 2rem;
}

#main_content > .top_message p {
	font-size: 1.1rem;
	line-height: 2.2rem;
}



@media screen and (orientation: portrait) and (max-width: 767px) {
	
	#main_content > .top_message {
	width: 90%;
}
    
    #main_content > .top_message h2 {
    font-size: 1.3rem;
}

#main_content > .top_message p {
	line-height: 2rem;
    text-align: justify;
}

	
}



/* date

============================ */
#main_content > .date {
	
}

#main_content > .date ul {
    width: fit-content;
    margin: 0 auto;
    border: 2px solid #00aebb;
    background-color: #f0fff0;
    border-radius: 1rem;
    padding: 3rem 4rem;
}

#main_content > .date ul li {
	font-size: 1.2rem;
	font-weight: bold;
    border-bottom: 1px dotted #00aebb;
}

#main_content > .date ul li:not(:last-of-type) {
    margin-bottom: 2rem;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
	
	#main_content > .date {
	
}
	
    #main_content > .date ul {
    width: 90%;
    margin: 0 auto;
    padding: 1rem 1.5rem 1.5rem;
}
    
    #main_content > .date ul li:not(:last-of-type) {
    margin-bottom: 1.5rem;
}


}


/* detail

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

#main_content > .detail {
    width: 75%;
    margin: 5rem auto 0;
}

#main_content > .detail ul li {
    font-size: 1.1rem;
    border-top: 1px dotted #00aebb;
    margin-top: 1rem;
    padding-top: 1rem;
}

#main_content > .detail ul li:last-of-type {
    border-bottom: 1px dotted #00aebb;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
    
    #main_content > .detail {
    width: 85%;
    margin: 3rem auto 0;
}
    
}


/* application

============================ */
.application {
	text-align: center;
	margin-top: 4rem;
}

.application p {
	font-size: 1.2rem;
	font-weight: bold;
	color: #00aebb;
}

.application .triangle {
	width:0;
height:0;
border-style:solid;
border-width: 40px 40px 0 40px;
border-color: #00578a transparent transparent transparent;
	margin: 0 auto;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
	
	.application {
	margin-top: 3rem;
}
	
}

/* button

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

.button {
    display: flex;
    justify-content: center;
    margin: 0rem auto 5rem;
    width: 100%;
}

.button dl {
    text-align: center;
}

.button dl dt {
    color: #f67600;
    margin-bottom: 1rem;
}

.button dl dd {
    width: 100%;
}

.button dl dd a {
        height: 3rem;
    background: #f67600;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    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;
    padding: 0 3rem;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
    
    .button {
    margin: 0rem auto 5rem;
}
    
}


/* phone

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

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