@charset "UTF-8";

/*
	-----------------------------------
	v1.0
	Last Updated: 2018-01-11
	Copyright: Barudan CO., LTD., Japan. All rights reserved.
	-----------------------------------
	[Updated]
	v1.0		2018-01-11
	-----------------------------------
	
	home-content

	
*/


@media only screen and (max-width: 767px) {
	/*スマホ（ipad含まない）*/
}
@media print, screen and (min-width: 768px) {
	/*PC（ipad含む）*/
}


/* **********************************************************************************************************************************************

	home

********************************************************************************************************************************************** */

/************************************************************ 

	home-content

************************************************************/
#home-content {
	background: #fff;
	padding: 1px 0;
}

@media only screen and (max-width: 767px) {
	#home-eyecatch {
		background: url('../images/pc/home-eyecatch.jpg') no-repeat 0 0;
		-moz-background-size:100% auto;
		background-size:100% auto;
		height: 0;
		padding-top: 56.25%;
		margin: 30px 15px;
		position: relative;
	}
	#home-eyecatch ul,
	#home-eyecatch li {
		list-style: none;
	}
	#home-eyecatch a {
		display: block;
		font-size: 0px;
		line-height: 0px;
		text-indent: -9999px;
		text-decoration: none;
	}
	#home-eyecatch-list01 a {
		width: 15%;
		height: 0;
		padding-top: 12.43589743589744%;
		position: absolute;
		top: 47.83505154639175%;
		left: 0px;
	}
	#home-eyecatch-list02 a {
		width: 19.61538461538462%;
		height: 0;
		padding-top: 10.38461538461538%;
		position: absolute;
		top: 41.85567010309278%;
		right: 0px;
	}
	#home-eyecatch-list03 a {
		width: 16.66666666666667%;
		height: 0;
		padding-top: 10.76923076923077%;
		position: absolute;
		right: 5%;
		bottom: 0;
	}
	#home-eyecatch-list04 a {
		width: 24.61538461538462%;
		height: 0;
		padding-top: 10.76923076923077%;
		position: absolute;
		bottom: 9.69072164948454%;
		left: 0;
	}
	#home-eyecatch-list05 a {
		width: 28.97435897435897%;
		height: 0;
		padding-top: 07.69230769230769%;
		position: absolute;
		bottom: 0;
		left: 16.79487179487179%;
	}
	#home-list {
		padding: 0 0 30px;
	}
	#home-list ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#home-list li {
		font-size: 14px;
		line-height: 1.5;
		padding: 0 0 0 33px;
		margin: 0 0 8px;
		position: relative;
	}
	#home-list li:before {
		content: " \f0da";
		font-family: FontAwesome;
		color:#1d2088;
		position: absolute;
		top: -1px;
		left: 20px;
	}
	#home-banner {
		background: url('../images/sp/banner-sp.jpg') no-repeat 0 0;
		-moz-background-size:100% auto;
		background-size:100% auto;
		height: 0;
		padding-top: 56.25%;
		margin: 30px 15px;
		position: relative;
	}
}
@media print, screen and (min-width: 768px) {
	#home-content-inner {
			width: 980px;
			margin: auto;
			padding: 33px 0 84px;
	}
	#home-eyecatch {
		background: url('../images/pc/home-eyecatch.jpg') no-repeat 0 0;
		width: 780px;
		height: 485px;
		margin: auto;
		position: relative;
	}
	#home-eyecatch ul,
	#home-eyecatch li {
		list-style: none;
	}
	#home-eyecatch a {
		display: block;
		font-size: 0px;
		line-height: 0px;
		text-indent: -9999px;
		text-decoration: none;
	}
	#home-eyecatch-list01 a {
		width: 117px;
		height: 97px;
		position: absolute;
		top: 232px;
		left: 0px;
	}
	#home-eyecatch-list02 a {
		width: 153px;
		height: 81px;
		position: absolute;
		top: 203px;
		right: 0px;
	}
	#home-eyecatch-list03 a {
		width: 130px;
		height: 84px;
		position: absolute;
		right: 39px;
		bottom: 0;
	}
	#home-eyecatch-list04 a {
		width: 192px;
		height: 77px;
		position: absolute;
		bottom: 47px;
		left: 0;
	}
	#home-eyecatch-list05 a {
		width: 226px;
		height: 60px;
		position: absolute;
		bottom: 0px;
		left: 131px;

	}
	#home-content-banner {
			width: 980px;
			margin: auto;
			padding: 0px 0 84px;
	}
	#home-banner {
		background: url('../images/pc/banner-pc.jpg') no-repeat 0 0;
		width: 780px;
		height: 100px;
		margin: auto;
		position: relative;
	}
}
