/* ===============================
	PC
 =============================== */

/* main-visual */

@import url('https://fonts.googleapis.com/css?family=Questrial');

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

#main .mainImg {
	padding: 130px 20px;
	background: url(../images/kinou/bg.jpg) no-repeat center center;
	background-size: cover;
} 

#main .mainImg h2 {
	font-size: 40px;
	font-size: 4rem;
	font-weight: bold;
}

#main .mainBox {
	padding: 66px 20px 80px;
}

#main .inner {
	margin: 0 auto;
	max-width: 1120px;
}

#main .inner h3{
text-align: center;
font-size: 4.0rem;
line-height: 5.0rem;
color: #2D4E93;
margin-bottom: 30px;
}

#main .inner h3 span{
border-bottom: 3px solid #2D4E93;
}

#main .inner .greet{
margin-bottom: 50px;
}

#main .inner .greet p{
text-align: left;
font-size: 1.6rem;
line-height: 3.0rem;
margin-bottom: 50px;
}

#main .inner .outline{
max-width: 1000px;
margin:0 auto 50px;
}

#main .inner .outline table {
	border-collapse:separate;
	border-spacing:10px 0;
	width:100%;
	font-size: 1.6rem;
	line-height: 2.6rem;
}

#main .inner .outline table th,
#main .inner .outline table td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #AAA;
}

#main .inner .outline table th {
	text-align:left;
	vertical-align: top;
	width:110px;
	font-weight: normal;
}

#main .inner .outline table td {
	text-align: left;
}

#main .link {
	text-align: center;
}

#main .link a {
	font-size: 2.0rem;
	font-weight: bold;
	border-radius: 0;
	height: 50px;
	line-height: 47px;
	z-index: 1;
}

@media all and (-ms-high-contrast:none){

	#main .link a {
		line-height: 53px;
	}

}

/*  PC ここまで
-------------------------------------------------------------------------------------------------------------------------*/

/*  max-width:960pxここから
-------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width : 960px ){
/*  max-width:960pxここまで
-------------------------------------------------------------------------------------------------------------------------*/
}

/*  max-width:768pxここから
-------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width : 768px ){

	#main .mainImg {
		margin-bottom: 20px;
		padding: 45px 20px;
	}
	
	#main .mainImg h2 {
		font-size: 20px;
	}
	
	#main .mainBox {
		padding: 20px 20px 40px;
	}
	
#main .inner h3{
font-size: 2.6rem;
line-height: 3.6rem;
margin-bottom: 20px;
}

#main .inner .greet p{
font-size: 1.4rem;
line-height: 2.8rem;
margin-bottom: 30px;
}
	
		#main .link a {
		font-size: 1.6rem;
		line-height: 40px;
		height: 45px;
	}
	
/*  max-width:768pxここまで
-------------------------------------------------------------------------------------------------------------------------*/
}

/*  max-width:480pxここから
-------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {

/*  max-width:480pxここまで
-----------------------------------------------------------------------------------------------------------------*/
}
