@charset "utf-8";




/* ------------------------------------------------------------------------------------------------
 * RESPONSIVE
 * ------------------------------------------------------------------------------------------------ */
@media screen and (max-width:1199px) {
	
	
	
	
} /* END RESPONSIVE 979px */




@media screen and (max-width:767px) {
	
	.u-content {
		width: calc(100% - 30px);
		margin: 0 auto;
	}
	
	.u-content .u-inner {
		padding: 0 25px 25px 25px;
	}
	
	.u-content .u-content-title {
		font-size: 1.6rem;
		margin: 0 -25px 25px;
	}
	
	.l-kv .e-catch {
		text-align: center;
		width: 100%;
		padding: 0 20px;
		top: 20px;
	}
	
	.l-kv .e-text {
		font-size: 1.5rem;
		font-weight: 400;
		line-height: 1.75;
		text-align: center;
		width: 100%;
		top: auto;
		bottom: 30px;
		right: auto;
		left: 0;
	}
	
	
	
	
	.l-about .u-inner {
		padding-bottom: 10px;
	}
	
	.l-about .e-wrap {
		margin: 0;
	}
	
	.l-about .e-item {
		width: 100%;
		padding: 0;
		display: block;
	}
	
	
	
	
	.l-news .e-item {
		padding: 15px 0;
		display: block;
	}
	
	.l-news .e-item .e-updata {
		width: 100%;
		padding: 0 0 5px;
		display: block;
	}
	
	.l-news .e-item .e-text {
		padding: 0;
		display: block;
	}
	
	
	
	
	.l-product .u-inner {
		padding-bottom: 10px;
	}
	
	.l-product .e-wrap {
		margin: 0;
	}
	
	.l-product .e-item {
		width: 100%;
		margin: 0 0 10px;
		padding: 0;
		display: block;
	}
	
	
	
	
	.l-server .u-inner {
		padding-bottom: 10px;
	}
	
	.l-server .u-content-title {
		margin-bottom: 10px;
	}
	
	.l-server .e-link {
		margin: 0 -25px;
		display: inline-block;
	}
	
	
	
	
	.l-recipe .u-content-title {
		margin-bottom: 10px;
	}
	
	.l-recipe .u-inner {
		padding-bottom: 10px;
	}
	
	.l-recipe .e-link {
		margin: 0 -25px;
		display: inline-block;
	}
	
	.l-contact-item {
		width: 100%;
		padding: 0 !important;
	}
	
	.l-contact-item:first-child {
		margin-bottom: 10px;
	}
	
	.l-contact-item .e-link {
		font-size: 1.8rem;
		padding: 15px 0;
	}
	
	
	
	
} /* END RESPONSIVE 767px */




@media screen and (max-width:374px) {
	
	
	
	
} /* END RESPONSIVE 374px */




@media print {
	
	
	
	
} /* END PRINT */



