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

style.css

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


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

.bold {font-weight: bold;}
.brder_b {border-bottom: 1px solid #555;}

.font_l {font-size: 1.4rem;}
.font_m {font-size: 1.2rem;}
.font_n {font-size: 1rem;}
.font_s {font-size: .9rem;}

.f_red {color: red;}

.p_asta {font-size: .9rem; text-indent: -1.5rem; margin-left: 1.5rem;}
.p_asta::before {content: "※"; margin-right: .5rem;}


/* 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: .5rem 1rem;
	margin-right: 2rem;
	border: 2px solid #00aebb;
	border-radius: 10px;
}

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

#main_content > .date {
	font-size: 2rem;
	letter-spacing: 0rem;
	font-weight: bold;
	text-align: center;
	margin-top: 2rem;
}

#main_content > .venue {
	font-size: 1.3rem;
	letter-spacing: .1rem;
	text-align: center;
	margin-top: 1.5rem;
}

@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 3.5rem .5rem;
        text-align: center;
}
	
	#main_content > .main_title h1 {
	font-size: 1.8rem;
		text-align: center;
}
	
	#main_content > .date {
	margin-top: 1.5rem;
}
	
		#main_content > .venue {
	margin-top: 1rem;
}
	
	
}


/* top_message

============================ */
#main_content > .top_message {
    text-align: center;
	margin: 0;
	padding: 0;
}

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



@media screen and (orientation: portrait) and (max-width: 767px) {
	
	#main_content > .top_message {
        text-align: left;
	margin: 2rem 0 1rem;
}

#main_content > .top_message p {
	margin: 0 1rem;
}

	
}

/* point

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

.point {
    margin: 0 1rem;
    padding: 2rem 2rem 1rem;
    background-color: #deebf7;
}

.point > ul {
    width: fit-content;
    margin: 0 auto;
}

.point > ul li {
    margin-bottom: 1rem;
    text-indent: -1rem;
    margin-left: 1rem;
}

.point > ul li::before {
    content: "◆";
}

@media screen and (orientation: portrait) and (max-width: 767px) {
    
    .point {
    margin: 0 1rem;
    padding: 1rem 1rem .5rem;
    background-color: #deebf7;
}
    
}


/* conte

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

.conte {
    width: 80%;
    margin: 3rem auto 0rem;
}

.conte > dl:not(:last-of-type) {
    margin-bottom: 4rem;
}

.conte > dl dt {
    font-size: 1.2rem;
    margin-bottom: 1rem;
    border-left: 5px solid #00578a;
    padding-left: 1rem;   
}

.conte > dl dt .asta {
    font-size: .9rem;
    content: "※";
}

.conte > dl dt .asta::before {
    content: "※";
}

.conte > dl dd table {
    width: 100%;
}

.conte > dl dd table th,
.conte > dl dd table td {
    border: 1px solid #555;
    padding: .4rem 1rem;
}

.conte > dl:nth-of-type(1) dd table th {
    background-color: #00578a;
    color: #fff;
}

.conte > dl:nth-of-type(3) dd table th {
    background-color: #deebf7;
}

.conte > dl:nth-of-type(1) dd table th:not(:last-of-type) {
    border-right: 1px solid #fff;
}

.conte > dl:nth-of-type(1) dd table tr td:nth-of-type(1) {
    background-color: #deebf7;
    white-space: nowrap;
}

.conte > dl dd table tr td:nth-of-type(3),
.conte > dl dd table tr td:nth-of-type(4) {
    text-align: center;
}

@media screen and (orientation: portrait) and (max-width: 767px) {
    .conte {
    width: 95%;
}
    
    .conte > dl:not(:last-of-type) {
    margin-bottom: 2.5rem;
}
    
    .conte > dl dd table {
    font-size: .9rem;
}
    
    .conte > dl dd table th,
    .conte > dl dd table td {
    padding: .2rem .5rem;
}
    
}


/* cta

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

.cta {
    margin: 4rem 0;
    text-align: center;
}

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

.cta a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 25rem;
    height: 3.6rem;
    padding: 0rem 1rem 0 0;
    border-radius: 1.8rem;
    background: #ff8c00;
    color: #fff;
    font-weight: 900;
    font-family: var(--Font_Weight_Bold);
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.6rem;
    margin: 0 auto;
    white-space: nowrap;
}

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

@media screen and (orientation: portrait) and (max-width: 767px) {
    .cta {
    margin: 3rem 0;
    text-align: center;
}
    
 .cta a {
    max-width: 20rem;
    height: 3.6rem;
    padding: 0rem 1rem 0 0;
    font-size: 1.1rem;
    line-height: 1.6rem;
    margin: 0 auto;
}   
    
}



/* 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: #036eb8 transparent transparent transparent;
	margin: 0 auto;
}

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


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