@charset "utf-8";

/*====================================================================================
TOPコンテンツ

■01.タイトルエリア

■02.TOPコンテンツ枠

■03.TOPコンテンツ内容
  03_1.ライフクリーン24のご案内
  03_2.実績のご紹介
  03_3.新着情報
  03_4.内容

■04.新着情報
====================================================================================*/

/*====================================================================================
■01.タイトルエリア
====================================================================================*/

#title_area {
	height: 500px;
	background: url(../common_img/bg_title.jpg) center center no-repeat;
	justify-content: space-between;
}
#title_area h1 {
	margin-left: -29px;
	padding-top: 146px;
}
#title_area .area {
	padding-top: 75px;
}

/*====================================================================================
■02.TOPコンテンツ枠
====================================================================================*/

#top_contents .sty01 {
	text-align: center;
	position: relative;
	font-size: 26px;
	font-weight: bold;
}
#top_contents .sty01 span {
	margin: 0 auto 5px;
	font-size: 13px;
	color: #1fbbff;
	font-family: 'Lato', sans-serif;
	letter-spacing: 2px;
	display: block;
}
#top_contents .sty01:after {
	content: "";
	width: 90px;
	height: 2px;
	margin-left: -45px;
	background: #1fbbff;
	position: absolute;
	bottom: -20px; left: 50%;
}

/*====================================================================================
■03.TOPコンテンツ内容
====================================================================================*/

/*
  03_1.ライフクリーン24のご案内
--------------------------------------------------------------------*/
#top_contents .sec01 {
	height: 597px;
	padding-top: 85px;
	text-align: center;
	background: url(../images/bg_company.jpg) center center no-repeat;
}
#top_contents .sec01 h3 {
	margin-bottom: 50px;
}
#top_contents .sec01 h4 {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
}
#top_contents .sec01 p {
	width: 800px;
	margin: 0 auto 45px;
}
#top_contents .sec01 #common_btn01 a {
	width: 360px;
	height: 60px;
	margin: 0 auto;
}

/*
  03_2.実績のご紹介
--------------------------------------------------------------------*/
#top_contents .sec02 {
	height: 951px;
	padding-top: 85px;
	background: url(../common_img/bg_common.jpg) center center no-repeat;
}
#top_contents .sec02 h3 {
	margin-bottom: 50px;
}
#top_contents .sec02 .area01 {
	justify-content: space-between;
}
#top_contents .sec02 .area01 dl {
	width: 500px;
}
#top_contents .sec02 .area01 dl dt {
	margin-bottom: 30px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
#top_contents .sec02 .area01 dl dd .photo {
	margin-bottom: 15px;
}
#top_contents .sec02 .area01 dl dd ul {
	margin-top: 40px;
	justify-content: space-between;
}
#top_contents .sec02 .area01 dl dd ul li a {
	width: 230px;
	height: 60px;
}

/*
  03_3.新着情報
--------------------------------------------------------------------*/
#top_contents .sec03 {
	padding-top: 50px;
	padding-bottom: 94px;
	justify-content: space-between;
	align-items: center;
}
#top_contents .sec03 .area01 {
	width: 178px;
	height: 120px;
	padding-top: 10px;
	border-right: 2px solid #1fbbff;
}
#top_contents .sec03 .area01 h3 {
	font-size: 26px;
	font-weight: bold;
	text-align: left;
}
#top_contents .sec03 .area01 h3 span {
	margin-bottom: 5px;
	font-size: 13px;
	color: #1fbbff;
	font-family: 'Lato', sans-serif;
	letter-spacing: 2px;
	display: block;
}
#top_contents .sec03 .area01 #common_btn01 a {
	width: 80px;
	height: 30px;
	font-weight: normal;
	font-size: 12px;
}
#top_contents .sec03 .area01 #common_btn01 a:after {
	margin-top: -8px;
	font-family: "FontAwesome";
	font-size: 10px;
	font-weight: normal;
	position: absolute;
	top: 50%; right: 8px;
}

#nProgram {
	width: 870px;
	height: 120px;
	overflow: auto;
}
#nProgram dl {
	padding: 10px 15px 15px 0;
}
#nProgram dl dt {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 16px;
	font-weight: bold;
    font-family: 'Lato', sans-serif;
}
#nProgram dl dd {
	margin: -1.7em 0 8px 0;
	padding: 0 0 0 100px;
}
#nProgram dl dd a {
	color: #333333;
	text-decoration: underline;
}
#nProgram dl dd a:hover {
	color: #FFB820;
	text-decoration: underline;
}