@charset "utf-8";

#main p{
	font-size: 16px;
	line-height: 1.75;
}
#main h3 {
	font-size: 30px;
	font-weight: bold;
}

#hopeToTraining{
	margin-bottom: 80px;
}
	#hopeToTraining p.hopeToTxt{
		letter-spacing: 0.5px;
	}
	
#trainingCourse section+section{
	margin-top: 50px;
}
	#trainingCourse section h4 {
    background-color: #529200;
    font-size: 18px;
    color: #FFF;
    font-weight: normal;
    line-height: 1.4;
    padding: 10px 10px;
    margin-bottom: 30px;
}


	section.resident{
		padding-top: 5px;
	}
		section.resident .residentList li {
		    line-height: 2;
		    text-indent: -20px;
		    margin-left: 20px;
		    font-size: 16px;
		}

		section.resident .residentList li em {
		    font-style: normal;
		    font-weight: bold;
		    padding-right: 6px;
		}

		section.resident .residentList li + li {
		    margin-top: 5px;
		}

	section.graduationResearch{

	}
		.borderListWrap {
		    box-sizing: border-box;
		    border: solid 1px #CCC;
		    padding: 30px;
		    margin: 30px auto;
		}

		.borderList {}

		.borderList li {
		    font-size: 17px;
		    text-indent: -25px;
    		margin-left: 25px;
		    color: #333;
		    font-weight: bold;
		}
		.borderList li span{
			padding-right: 6px;
		}
		.borderList li + li {
		    margin-top: 10px;
		}

	section.contact{
		margin-bottom: 65px;
	}
	section.contact h4 span {
	    font-size: 15px;
	    font-weight: normal;
	    padding-left: 0.5em;
	}
		.ContactBox{
			font-size: 16px;
			color: #333;
			line-height: 1.75;
		}
			.ContactBox .adress{

			}
			.ContactBox .Pc_inline{
				display: inline-block;
			}
			.ContactBox .fax{
				margin-left: 1em;
			}
			.ContactBox .mail a{
				color: #529200;
			}


@media screen and (max-width: 768px) {

#main p{
	font-size: 15px;
}
#main h3 {
	font-size: 18px;
}

	#trainingCourse section h4{
	    font-size: 18px;
    	margin-bottom: 20px;
	}
		section.resident .residentList li {
	    	line-height: 1.75;
	    	font-size: 15px;
		}
		.borderListWrap {
		    padding: 20px;
		    margin: 25px auto;
		}
		.borderList li {
		    font-size: 15px;
		    font-weight: normal;
		}
		section.contact h4 span {
		    font-size: 14px;
		    font-weight: normal;
		    padding-left: 0;
		    display: block;
		}
		
		.ContactBox .fax {
		    margin-left: 0;
		}
}













