@charset "utf-8";
/* CSS Document */


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

		$index　＊　mainvisual

==================================================================*/
#top_mainvisual {
	width: 100%;
}



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

		$index　＊　#top_about

==================================================================*/
#top_about {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 1280px;
	margin: 0 auto 90px;
}
#top_about div {
	position: relative;
	display: block;
	width: 590px;
	height: 450px;
	margin-top: 80px;
}
#top_about dl {
	position: relative;
	width: inherit;
	height: inherit;
	padding: 110px 0 100px;
	background: #f2f2f2;
	box-sizing: border-box;
	text-align: center;
}
#top_about dl dt {
	font-family: 'Noto Serif JP', serif;
	font-size: 22px;
	letter-spacing: 1px;
	font-weight: bold;
}
#top_about dl dt em {
	display: block;
	margin: 20px auto 30px;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 12px;
}
#top_about dl dd {
	line-height: 2.3;
}
#top_about div::before,#top_about div::after,
#top_about dl::before,#top_about dl::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
}
#top_about div::before {
	top: 0;
	right: 0;
	border-top: 1px solid #555;
	border-right: 1px solid #555;
}
#top_about div::after {
	bottom: 0;
	left: 0;
	border-bottom: 1px solid #555;
	border-left: 1px solid #555;
}
#top_about dl::before {
	top: 0;
	left: 0;
	border-top: 1px solid #555;
	border-left: 1px solid #555;
}
#top_about dl::after {
	bottom: 0;
	right: 0;
	border-bottom: 1px solid #555;
	border-right: 1px solid #555;
}



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

		$index　＊　#top_product

==================================================================*/
#top_product {
	padding-bottom: 50px;
	background: #f7f7f7;	
}
#top_product .inner {
	width: 1280px;
	margin: auto;
	padding: 60px 0;
}
#top_product h2 {
	margin-bottom: 20px;
	font-size: 15px;
}
#top_product h2 em {
	padding-left: 110px;
}
#top_product h2 em::before {
	position: absolute;
	content: "";
	bottom: 25px;
	left: 0;
	width: 80px;
	height: 2px;
	background: #333;
}
#top_product h2 em {
	font-size: 70px;
}

#top_product ul {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 0 60px 90px 110px;
}
#top_product ul li {
	width: 530px;
}
#top_product ul li:nth-child(2n) {
	margin-top: 70px;
}
#top_product ul li dl {
	position: relative;
}
#top_product ul li dt {
	margin: 15px 0 10px;
	font-size: 15px;
	font-weight: bold;
}
#top_product ul li dd:first-of-type {
	position: absolute;
	top: 0;
	right: 0;
}



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

		$index　＊　#top_information

==================================================================*/
#top_information {
	width: 1280px;
	margin: auto;
	padding: 60px 0;
}
#top_information h2 {
	margin-bottom: 20px;
	font-size: 15px;
}
#top_information h2 em {
	padding-left: 110px;
}
#top_information h2 em::before {
	position: absolute;
	content: "";
	bottom: 25px;
	left: 0;
	width: 80px;
	height: 2px;
	background: #333;
}
#top_information h2 em {
	font-size: 70px;
}

#top_information ul {
	margin-bottom: 70px;
}
#top_information ul li {
	margin: 0 60px 30px 110px;	
	transition: 0.3s ease-out;
}
#top_information ul li p.date {
	display: inline-block;
	padding: 6px 55px 8px;
	background: #f2f2f2;
	border-right: 10px solid #fff;
	font-family: 'Didact Gothic', sans-serif;
	font-size: 15px;
	text-align: center;
	transition: 0.3s ease-out;
}
#top_information ul li p.title {
	display: inline-block;
	padding-left: 35px;
	font-size: 15px;
	font-weight: bold;
}
#top_information ul li:hover {
	background: #eee;
}
#top_information ul li:hover p.date {
	background: #ddd;
}





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

	▼▽▼▽▼▽▼▽▼▽ここからSP用▼▽▼▽▼▽▼▽▼▽

============================================================================*/
@media screen and (max-width:640px) {
	
	
	
	

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

		$index　＊　mainvisual

==================================================================*/
#top_mainvisual {
	margin-top: 60px;
}

	

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

		$index　＊　#top_about

==================================================================*/
#top_about {
	display: block;
	width: 90%;
	margin: 0 auto 50px;
}
#top_about div {
	width: 100%;
	height: auto;
	margin-top: 20px;
}
#top_about dl {
	padding: 30px 30px 30px;
}
#top_about dl dt {
	font-size: 20px;
}
#top_about dl dt em {
	margin: 10px auto 15px;
}
#top_about dl dd {
	line-height: 2;
}



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

		$index　＊　#top_product

==================================================================*/
#top_product {
	padding-bottom: 30px;
}
#top_product .inner {
	width: 90%;
	padding: 40px 0;
}
#top_product h2 {
	font-size: 14px;
	margin-bottom: 40px;
}
#top_product h2 em {
	padding-left: 0;
}
#top_product h2 em::before {
	display: none;
}
#top_product h2 em {
	font-size: 40px;
}

#top_product ul {
	display: block;
	padding: 0 0 10px;
}
#top_product ul li {
	width: 100%;
	max-width: 530px;
	margin: 0 auto 50px;
}
#top_product ul li:nth-child(2n) {
	margin-top: 0;
}
#top_product ul li dt {
	margin: 10px 0 5px;
}

	

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

		$index　＊　#top_information

==================================================================*/
#top_information {
	width: 90%;
	padding: 40px 0 20px;
}
#top_information h2 {
	font-size: 14px;
	margin-bottom: 40px;
}
#top_information h2 em {
	padding-left: 0;
}
#top_information h2 em::before {
	display: none;
}
#top_information h2 em {
	font-size: 40px;
}

#top_information ul {
	margin-bottom: 50px;
}
#top_information ul li {
	margin: 0 0 20px;
}
#top_information ul li p.date {
	padding: 3px 20px 5px;
	font-size: 14px;
}
#top_information ul li p.title {
	padding-left: 18px;
	font-size: 14px;
}



	


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

	▲△▲△▲△▲△▲△ここまでSP用▲△▲△▲△▲△▲△

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




