@charset "utf-8";

main ul li a{
	color: #298E40;
}

/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
#catch {
	width: 750px;
	margin-left: auto;
    margin-right: auto;
}
#catch h2.ttl {
	margin-top: 8%;
	margin-bottom: 6%;
}
#catch h2.ttl {
	margin-top: 8%;
	margin-bottom: 10%;
}
#catch h2+figure {
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 5%;
}
#catch h3 {
	font-weight: bold;
	font-size: 34px;
	color: #1F8D3A;
	line-height: 1.5em;
}
#catch h3+p {
	text-align: left;
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 5%;
}
#schedule {
	background-color: #E3E4E5;
	width: 800px;
	margin-left: auto;
    margin-right: auto;
	padding: 40px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#schedule h3 {
	font-size: 34px;
	font-weight: bold;
	border-bottom: dotted 2px #000;
	display: inline-block;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
}
#schedule h3+p {
	font-size: 26px;
	font-weight: bold;
	margin-top: 1%;
	margin-bottom: 4%;
}
#schedule iframe {
	margin-top: 20px;
}
#staff h3 {
	font-weight: bold;
	font-size: 34px;
	color: #1F8D3A;
	line-height: 1.5em;
	margin-bottom: 50px;
}
#staff .box {
	width: 750px;
	margin-left: auto;
    margin-right: auto;
}
#staff .box figure.photo {
	width: 30%;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 2%;
}
#staff .box figure.photo img {
	width: 100%;
	height: auto;
}
#staff .box dd {
	font-weight: bold;
	font-size: 34px;
	color: #1F8D3A;
	letter-spacing: 0.05em;
	margin-top: 1%;
	margin-bottom: 3%;
}
#staff .box p {
	text-align: left;
	width: 80%;
	margin-left: auto;
    margin-right: auto;
}
#staff .box figure.bg {
	background-image: url("../images_sp/topics/fig03.svg");
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 2vw;
	border-bottom: 1px solid #ccc;
	margin-top: 5%;
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 8%;
}
#staff .box:last-child figure.bg {
	display: none;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
#catch h2.ttl {
	margin-top: 8%;
	margin-bottom: 10%;
}
#catch h2+figure {
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 5%;
}
#catch h3 {
	font-weight: bold;
	font-size: 5vw;
	color: #1F8D3A;
	line-height: 1.5em;
}
#catch h3+p {
	text-align: left;
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	margin-top: 5%;
}
#schedule {
	background-color: #E3E4E5;
	margin-top: 8%;
	margin-bottom: 8%;
	padding: 5%;
	padding-top: 6%;
}
#schedule h3 {
	font-size: 5vw;
	font-weight: bold;
	border-bottom: dotted 2px #000;
	display: inline-block;
	padding-left: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
}
#schedule h3+p {
	font-size: 4vw;
	font-weight: bold;
	margin-top: 1%;
	margin-bottom: 4%;
}
#schedule iframe {
	margin-top: 5%;
}
#staff h3 {
	font-weight: bold;
	font-size: 5vw;
	color: #1F8D3A;
	line-height: 1.5em;
	margin-bottom: 8%;
}
#staff .box {

}
#staff .box figure.photo {
	width: 40%;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 2%;
}
#staff .box dd {
	font-weight: bold;
	font-size: 5vw;
	color: #1F8D3A;
	letter-spacing: 0.05em;
	margin-top: 1%;
	margin-bottom: 5%;
}
#staff .box p {
	text-align: left;
	width: 80%;
	margin-left: auto;
    margin-right: auto;
}
#staff .box figure.bg {
	background-image: url("../images_sp/topics/fig03.svg");
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 4vw;
	border-bottom: 1px solid #ccc;
	margin-top: 5%;
	width: 90%;
	margin-left: auto;
    margin-right: auto;
	margin-bottom: 8%;
}
#staff .box:last-child figure.bg {
	display: none;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
}
