@charset "UTF-8";
/*------------------------------------------------------------mainphoto*/
#mainimage {
	background: url(../img/index_img/mainimage.jpg) no-repeat center center;
	background-size: cover;
	text-align: center;
}
@media print, screen and (min-width:768px) {
#mainimage {
	padding: 40px 0;
}
}
@media print, screen and (min-width:992px) {
#mainimage {
	padding: 80px 0;
}
}
@media print, screen and (min-width:1200px) {
#mainimage {
	padding: 100px 0;
}
}
/*------------------------------------------------------------section01*/
#section01 {
	background: #1d194a;
	/* Webkit */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #1d194a), color-stop(100%, #0b0117));
	/* Firefox */
	background: -moz-linear-gradient(left, #1d194a 0%, #0b0117 100%);
	/* IE10 */  
	background: linear-gradient(to right, #1d194a, #0b0117);
	/* IE old */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d194a', endColorstr='#0b0117', GradientType=1 );
	zoom: 1;
}
#section01 .section {
	text-align: left;
}
#section01 h2 img {
	width: 90%;
	height: auto;
}
#section01 p.text {
	line-height: 170%;
	color: #fff;
	margin-top: 15px;
}
@media print, screen and (min-width:480px) {
#section01 {
	background: #1d194a url(../img/index_img/img_sec01_tb.jpg) no-repeat center right;
	background-size: auto 100%;
}
#section01 .section {
	padding-right: 30%;
}
}
@media print, screen and (min-width:768px) {
#section01 h2 img {
	width: auto;
	height: auto;
}
#section01 p.text {
	line-height: 170%;
	margin-top: 20px;
}
}
@media print, screen and (min-width:992px) {
#section01 {
	background: #1d194a url(../img/index_img/img_sec01_pc.jpg) no-repeat center center;
	background-size: cover;
}
}
@media print, screen and (min-width:1200px) {
#section01 .section {
	padding-right: 40%;
}
}
/*------------------------------------------------------------section02*/
#section02 {
	background: url(../img/common_img/bg_green.jpg) repeat;
}
.box_x3 {
	overflow: hidden;
}
.box_x3 dl {
	margin-bottom: 10px;
	background: #fff url(../img/index_img/bg_bn.png) no-repeat right bottom;
	background-size: cover;
}
.box_x3 dl a {
	color: #333;
	text-decoration: none;
	display: block;
}
.box_x3 dl a:hover {
	background: rgba(219,210,195,0.40) url(../img/index_img/bg_bn_on.png) no-repeat right bottom;
	background-size: cover;
}
.box_x3 dl dt {
	padding: 15px 15px 8px;
}
.box_x3 dl dd {
	padding: 0 15px 15px;
}
.box_x3 dl dd p {
	font-size: 14px;
	line-height: 170%;
	text-align: left;
	margin-top: 8px;
}
.box_x3 dl img {
	width: 100%;
	height: auto;
}
@media print, screen and (min-width:480px) {
.box_x3 dl {
	width: 48%;
	margin-right: 4%;
	margin-bottom: 4%;
	float: left;
}
.box_x3 dl:nth-child(2n) {
	margin-right: 0;
}
.box_x3 dl:nth-child(2n+1) {
	clear: both;
}
}
@media print, screen and (min-width:768px) {
.box_x3 dl {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	float: left;
}
.box_x3 dl:nth-child(2n) {
	margin-right: 2%;
}
.box_x3 dl:nth-child(2n+1) {
	clear: none;
}
.box_x3 dl:nth-child(3n) {
	margin-right: 0;
}
.box_x3 dl:nth-child(3n+1) {
	clear: both;
}
.box_x3 dl dt {
	padding: 20px;
}
.box_x3 dl dd {
	padding: 0 20px 20px;
}
.box_x3 dl dd p {
	font-size: 12px;
}
}

#section02 .section {
	clear: both;
	padding: 20px 0 10px;
}
@media print, screen and (min-width:768px) {
#section02 .section {
	padding: 30px 0 15px;
}
}
@media print, screen and (min-width:992px) {
#section02 .section {
	padding: 40px 0 25px;
}
}
@media print, screen and (min-width:1200px) {
#section02 .section {
	padding: 60px 0 45px;
}
}
/*------------------------------------------------------------section03*/
#section03 h4 {
	margin-bottom: 10px;
}
#section03 h4 img {
	width: auto;
	height: 25px;
}
#news01 dl {
	overflow: hidden;
	padding-bottom: 10px;
}
#news01 dl dt {
	font-weight: bold;
	color: #145400;
}
#news01 dl dd p {
	line-height: 170%;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#news01 dl dd a, #news01 dl dd a:visited {
	color: #333;
	text-decoration: none;
}
#news01 dl dd a:hover {
	color: #999;
	text-decoration: underline;
}
#btn_news img {
	margin: 0 auto;
	width: 80px;
	height: auto;
}
@media print, screen and (min-width:768px) {
#section03 h4 {
	margin-bottom: 20px;
}
#section03 h4 img {
	width: auto;
	height: 30px;
}
#btn_news img {
	width: auto;
	height: 100px;
}
}
@media print, screen and (min-width:992px) {
#section03 h4 {
	margin-bottom: 25px;
}
#section03 h4 img {
	width: auto;
	height: 35px;
}
#news01 {
	margin-bottom: 10px;
}
#news01 dl {
	overflow: hidden;
	margin-bottom: 15px;
}
#btn_news img {
	width: auto;
	height: 120px;
}
}
@media print, screen and (min-width:1200px) {
#section03 h4 {
	margin-bottom: 30px;
}
#section03 h4 img {
	width: auto;
	height: 40px;
}
}
