@charset "utf-8";

/* ----- 共通 ----- */
.page_title.uk-height-medium{
	position: relative;
	height: 320px;
}
.page_title::after{
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
	background: linear-gradient(to bottom right, #fad55a, #faa05a);
	z-index: 1;
	opacity: 0.2;
}
.page_title h2{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	line-height: 1.8;
	z-index: 2;
	text-shadow: 1px 1px 1px #333333;
}
.page_title span{
	display: block;
	font-size: 12px;
	letter-spacing: 1px;
}

/* ----- お知らせ ----- */
#news_wrap{
	max-width: 1180px;
	line-height: 1.8;
	padding: 0 5%;
	margin: 100px auto;
	box-sizing: border-box;
}
#news_wrap .news_item{
	margin-bottom: 60px;
}
#news_wrap .news_item .date{
	margin-bottom: 10px;
}
#news_wrap .news_item span{
	margin-left: 10px;
}
#news_wrap .news_item h3{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;	
}
#news_wrap .news_item .figure{
	margin-top: 20px;
}

/* ----- 有限会社マウスについて ----- */
#about_wrap{
	max-width: 1180px;
	line-height: 1.8;
	padding: 0 20px;
	margin: 100px auto;
	box-sizing: border-box;
}
#about_wrap .about_item{
	margin-bottom: 160px;
}
#about_wrap .uk-grid{
	align-items: flex-start;
	margin-bottom: 100px;
}
#about_wrap .title{
	margin-bottom: 60px;
}
#about_wrap .title > span{
	color: #faa05a;
	font-size: 12px;
	font-weight: bold;
}
#about_wrap .title h3{
	position: relative;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 2px;
}
#about_wrap .title h3 span{
	display: inline-block;
	background-color: #ffffff;
	padding-right: 15px
}
#about_wrap .title h3::after{
	position: absolute;
	display: block;
	content: '';
	top: 50%;
	width: 100%;
	height: 4px;
	background: linear-gradient(to right, #aaaaaa, #eeeeee);
	z-index: -1;
}
#about_wrap .about_item h4{
	color: #faa05a;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;	
}

/* ----- ハードサービス ----- */
#hardservice_wrap{
	max-width: 1180px;
	line-height: 1.8;
	padding: 0 5%;
	margin: 100px auto;
	box-sizing: border-box;
}
#hardservice_wrap .hardservice_item{
	margin-bottom: 80px;
}
#hardservice_wrap .hardservice_item h4{
	border-left: 5px solid #faa05a;
  border-bottom: 1px solid #faa05a;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 5px 20px;
	margin-bottom: 20px;
}
#hardservice_wrap .uk-grid{
	align-items: flex-start;
}
#hardservice_wrap .uk-grid > div{
	width: 50%;
}
#hardservice_wrap .uk-grid > figure{
	width: 50%;
}

/* ----- ソフトサービス ----- */
#softservice_wrap{
	max-width: 1180px;
	line-height: 1.8;
	padding: 0 5%;
	margin: 100px auto;
	box-sizing: border-box;
}
#softservice_wrap .softservice_item{
	margin-bottom: 80px;
}
#softservice_wrap .softservice_item h4{
	border-left: 5px solid #faa05a;
  border-bottom: 1px solid #faa05a;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 5px 20px;
	margin-bottom: 20px;
}
#softservice_wrap .uk-grid{
	align-items: flex-start;
}
#softservice_wrap .uk-grid > div{
	width: 50%;
}
#softservice_wrap .uk-grid > figure{
	width: 50%;
}

/* ----- リサイクル ----- */
#recycling_wrap{
	max-width: 1180px;
	line-height: 1.8;
	padding: 0 5%;
	margin: 100px auto;
	box-sizing: border-box;
}
#recycling_wrap .recycling_item{
	margin-bottom: 80px;
}
#recycling_wrap .recycling_item h4{
	border-left: 5px solid #faa05a;
  border-bottom: 1px solid #faa05a;
	font-size: 20px;
	font-weight: bold;
	padding: 0 0 5px 20px;
	margin-bottom: 20px;
}
#recycling_wrap .uk-grid{
	align-items: flex-start;
}
#recycling_wrap .uk-grid > div{
	width: 50%;
}
#recycling_wrap .uk-grid > figure{
	width: 50%;
}

/* ----- 会社概要 ----- */
#company_wrap{
	max-width: 1080px;
	line-height: 1.8;
	padding: 0 5%;
	margin: 100px auto;
	box-sizing: border-box;
}
#company_wrap .item_box1{
	margin-bottom: 100px;
}
#company_wrap .uk-form-label{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.8;
	margin-top: 0;
}
#company_wrap .title{
	margin-bottom: 20px;
}
#company_wrap .title .line{
	display: block;
	width: 160px;
	height: 5px;
	background: linear-gradient(to right, #faa05a, #fad55a);
	margin-bottom: 15px;
}
#company_wrap .title span{
	color: #faa05a;
	font-size: 12px;
	font-weight: bold;
}
#company_wrap .title h3{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 25px;
	line-height: 1.5;
}
#company_wrap iframe{
	width: 100%;
	height: 350px;
}

/* ----- お問い合わせ ----- */
#contact_wrap{
	max-width: 1080px;
	line-height: 1.8;
	padding: 0 5%;
	margin: 100px auto;
	box-sizing: border-box;
}
#contact_wrap h3{
	color: #faa05a;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
#contact_wrap .uk-form-label{
	font-size: 14px;
	font-weight: bold;
}
#contact_wrap .uk-label{
	background-color: #e26464;
}
#contact_wrap .uk-form-label .uk-label{
	float: right;
	font-weight: normal;
}
#contact_wrap .btn_submit{
	text-align: center;
	margin-top: 50px;
}
#contact_wrap .btn_submit .uk-button-large{
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background: linear-gradient(to right, #faa05a, #fad55a);
	transition: all 0.3s;
}
#contact_wrap .btn_submit .uk-button-large:hover{
	opacity: 0.7;
	transform: translateY(-3px);
}

/* ----- プライバシーポリシー ----- */
#privacy_wrap{
	max-width: 1080px;
	line-height: 1.8;
	padding: 0 5%;
	margin: 100px auto;
	box-sizing: border-box;
}
#privacy_wrap p{
	margin-bottom: 40px;
}
#privacy_wrap dt{
	color: #faa05a;
	font-size: 15px;
	font-weight: bold;
}
#privacy_wrap a{
	font-size: 14px;
	padding-left: 5px;
}

/* ----- サイトマップ ----- */
#sitemap_wrap{
	max-width: 1080px;
	padding: 0 5%;
	margin: 100px auto;
	box-sizing: border-box;
}
#sitemap_wrap .uk-list a{
	color: #333333;
	transition: all 0.3s;
}
#sitemap_wrap .uk-list a:hover{
	opacity: 0.5;
}
#sitemap_wrap .uk-list i{
	color: #faa05a;
}


/* ---------- PC ---------- */
@media screen and (min-width:769px){

}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
	#company_wrap .title h3{
    font-size: 20px;
	}
	#contact_wrap .uk-form-label .uk-label{
		float: none;
		padding-left: 10px;
	}
}

/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
	.page_title.uk-height-medium{
			height: 180px;
	}
	.page_title h2{
		font-size: 20px;
	}
	.page_title span{
		font-size: 10px;
	}
	
	#news_wrap{
		padding: 0 20px;
		margin: 60px auto;
	}
	#news_wrap .news_item h3{
		font-size: 16px;
	}
	#about_wrap{
		padding: 0 20px;
		margin: 60px auto;
	}
	#about_wrap .about_item {
		margin-bottom: 80px;
	}
	#about_wrap .title h3 {
		font-size: 26px;
	}
	#about_wrap .title {
		margin-bottom: 30px;
	}
	#about_wrap .about_item h4{
		font-size: 18px;
	}
	#hardservice_wrap{
		padding: 0 20px;
		margin: 60px auto;
	}
	#hardservice_wrap .hardservice_item h4{
		font-size: 18px;
		padding: 0 0 5px 15px;
	}
	#hardservice_wrap .uk-grid > div{
		width: 100%;
	}
	#hardservice_wrap .uk-grid > figure{
		width: 100%;
	}
	#softservice_wrap{
		padding: 0 20px;
		margin: 60px auto;
	}
	#softservice_wrap .softservice_item h4{
		font-size: 18px;
		padding: 0 0 5px 15px;
	}
	#softservice_wrap .uk-grid > div{
		width: 100%;
	}
	#softservice_wrap .uk-grid > figure{
		width: 100%;
	}
	#recycling_wrap{
		padding: 0 20px;
		margin: 60px auto;
	}
	#recycling_wrap .recycling_item h4{
		font-size: 18px;
		padding: 0 0 5px 15px;
	}
	#recycling_wrap .uk-grid > div{
		width: 100%;
	}
	#recycling_wrap .uk-grid > figure{
		width: 100%;
	}
	#company_wrap{
		margin: 60px auto;
	}
	#company_wrap .item_box1{
		margin-bottom: 60px;
	}
	#contact_wrap{
		padding: 0 10px;
		margin: 60px auto;
	}
	#privacy_wrap{
		margin: 60px auto;
	}
	#sitemap_wrap{
		margin: 60px auto;
	}
}

/* ---------- IE ---------- */
@media all and (-ms-high-contrast:none){
	#news_wrap .news_item span{
		padding-top: 3px;
	}
	#about_wrap .title h3::after{
		top: 40%;
	}
	#hardservice_wrap .hardservice_item h4{
			padding: 5px 0 5px 15px;
	}
	#softservice_wrap .softservice_item h4{
			padding: 5px 0 5px 15px;
	}
	#recycling_wrap .recycling_item h4{
			padding: 5px 0 5px 15px;
	}
	#contact_wrap .uk-label{
		padding-top: 3px;
	}
	#contact_wrap .btn_submit .uk-button-large{
		padding: 3px 40px 0;
	}
}