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

style.css

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

section {width: 45rem;margin: 2rem auto;}

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

@media screen and (orientation: portrait) and (max-width: 767px){

section {width: 90%;}
	
.br_pc {display: none;}
.br_sp {display: block;}

}


/* メインタイトル

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

.main_title {

}

.main_title img {
	width: 150px;
	height: auto;
	margin-bottom: 1rem;
}

.main_title h3 {
	color: #00578a;
	font-size: 2.2rem;
	font-weight: 900;
}


/* 内容

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

#main_content .content {
	font-size: 1em;
	letter-spacing: .2em;
	margin-bottom: 2em;
}
#main_content .content dl {
	display: flex;
	margin-bottom: 1em;
}


.content .osusume {
	border: 1px solid #999;
	padding: .5rem 2rem;
	font-size: .9em;
	margin-top: 2rem;
}
.content .osusume ul {
	margin-left: 18px;
}
.content .osusume li {
	margin-bottom: 1em;	
}
.content .osusume li::before {
	content: "●";
	margin-left: -18px;
}

@media screen and (orientation: portrait) and (max-width: 767px){
	
	.main_title h3 span {
		font-size: 80%;
	}
	
}

/* 講座リスト

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

.course_list > h3 {
	margin-bottom: 1.5em;
	border-left: 5px solid #036eb8;
	padding-left: 1em;
}

.g_course_set {
	border: 1px solid #999;
	margin-bottom: 2rem;
}
.g_course_set .lr_box {
	display: flex;
}
.g_course_set .right_set {
	color: #fff;
	background-color: #00578a;
	padding: 1rem ;
	width: 35%;
	height: 90px;
	margin: 1.2rem;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	 flex-direction: column;
	align-items: center;
}
.g_course_set .right_set p {
	margin: 0 1rem;
	padding: 0;
	text-align: center;
}
.g_course h3 {
	background-color: #036eb8;
	color: #fff;
	padding: .5em 1em;
	border: 1px solid #999;
}

.course_list > .g_course ul {
	width: 100%;
	padding: 1em 1em 0;
}

.course_list > .g_course ul li {
	margin-bottom: 1em;
	padding-left: 5em;
	position: relative;
}

.course_list > .g_course ul li:nth-child(1)::before,
.course_list > .g_course ul li:nth-child(2)::before,
.course_list > .g_course ul li:nth-child(3)::before {
	position: absolute;
	top: 0;
	left: 0;
}

.course_list > .g_course ul li:nth-child(1)::before {
	content: "内　容：";
}
.course_list > .g_course ul li:nth-child(2)::before {
	content: "場　所：";
}
.course_list > .g_course ul li:nth-child(3)::before {
	content: "日　程：";
}



@media screen and (orientation: portrait) and (max-width: 767px){
	
	.g_course_set .lr_box {
	display: block;
}
	.g_course_set .right_set {
	width: auto;
		height: auto;
		padding: .5rem ;
	margin: 1.5rem 1rem 1rem ;
	flex-direction: row;
}
	
}




/* contact_banner

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



.contact_banner .phone_ikebukuro {

  display: none;

}