@charset "utf-8";


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

/*  for PC / company.css    */

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


img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
	}




/*intro
------------------------------------*/
section.intro {
	margin: 0px 0px 80px 0px;
	padding:400px 0px 0px 0px;
	width: 100%;
	height:auto;
	text-align:center;
	}
	
section.intro h3 {
	margin: 0px auto 30px auto;
	padding:30px 0px 0px 0px;
	width: 100%;
	font-size:50px;
	line-height:54px;
	text-align:center;
	font-family:Ryumin Light KL ;
	color:#555555;
	letter-spacing: 0.1em;
	}
	
section.intro h3 span {
	font-size:30px;
	line-height:54px;
	display:block;
	}
	
section.intro p{
	line-height:30px;
	width: auto;
	text-align:center;
	}

	

/*.section ov
------------------------------------*/
section.ov {
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	width:100%;
	}
	
section.ov div.tblArea{
	margin:0px auto 0px;
	padding:0px 0px 0px 0px;
	}

/*//////*/
section.ov div.tblArea table{
	margin:0px auto 0px;
	padding:0px 0px 0px 0px;
	width:700px;
	border: 1px solid #ebebeb;
	border-collapse: collapse;
	}
	
section.ov div.tblArea table th{
	margin:10px;
	padding:10px;
	width:30%;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px dotted #ebebeb;
	background-color:#f7f7f7;
	font-size:bold;
	text-align:center;
	}
	
section.ov div.tblArea table td{
	margin:10px;
	padding:10px 10px 10px 20px;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px dotted #ebebeb;
	}
	


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





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

/*  for tablet     画面の横幅が600px-958pxまで */

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


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



/*intro
------------------------------------*/

section.intro h3 {width: 90%;}
section.intro p {margin: 0px auto 0px; width: 90%; text-align:left;}
section.intro p br {display:none;}


	
/*.section ov
------------------------------------*/
section.ov div.tblArea table{width:90%;}





}
/*===============================================*/






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

/*  for SP   画面の横幅が600px以下 */

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

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


/*intro
------------------------------------*/
section.intro {margin-bottom:50px;height:auto;}
section.intro h3 {margin-bottom:20px;font-size:20px;line-height:30px;}
section.intro h3 span {margin-bottom:0px;font-size:20px;line-height:30px;}


}
/*===============================================*/

