@charset "utf-8";
/* ========================================================
	index.css => トップページ用CSS
======================================================== */



/* indexMain
============================================================================================================ */
#indexMain {
	height: 640px;
	padding-top: 250px;
	background: url(../images/main_bg.jpg) no-repeat 50%;
	-webkit-background-size: cover;
	background-size: cover;
	font-size: 2.4rem;
	line-height: 1.4;
	letter-spacing: 3px;
	color: #fff;
	text-align: center;
	text-shadow: 0 0 10px rgba(0,0,0,.5);
}
#indexMain .txt {
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	#indexMain {
		height: 320px;
		padding-top: 90px;
		font-size: 1.5rem;
		line-height: 1.6;
		letter-spacing: 0;
		text-shadow: 0 0 5px rgba(0,0,0,.5);
	}
}



/* headInformation
============================================================================================================ */
#headInformation {
	position: relative;
	background-color: #fff;
	border-bottom: 1px solid #ededed;
}
#headInformation > * {
}
#headInformation h2 {
	background-color: #048ebf;
}
#headInformation dt {
	font-weight: bold;
}
#headInformation dt .information_cat {
	margin-left: 10px;
}
@media screen and (min-width: 769px), print {
	#headInformation:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 50%;
		background-color: #048ebf;
	}
	#headInformation > * {
		position: relative;
		display: table;
		height: 100px;
		background-color: #fff;
		z-index: 2;
	}
	#headInformation > * > * {
		display: table-cell;
		vertical-align: middle;
	}
	#headInformation h2 {
		width: 190px;
	}
	#headInformation dl {
		padding-left: 45px;
	}
	#headInformation dl dd {
		width: 590px;
	}
	#headInformation dl a {
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	#headInformation .btn {
		text-align: right;
	}
}
@media screen and (max-width: 768px) {
	#headInformation {
		padding-bottom: 20px;
	}
	#headInformation h2 {
		padding: 2px 0;
		text-align: center;
	}
	#headInformation dl {
		padding: 15px 0 5px;
	}
	#headInformation .btn {
		text-align: right;
	}
}



/* index_section
============================================================================================================ */
.index_section {
	margin-top: 90px;
}
.index_section h2 {
	margin-bottom: 40px;
	text-align: center;
	font-size: 1.8rem;
}
.index_section h2 img {
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	.index_section {
		margin-top: 50px;
	}
	.index_section h2 {
		margin-bottom: 25px;
		font-size: 1.5rem;
	}
	.index_section h2 img {
		width: auto;
		height: 40px;
		margin-bottom: 3px;
	}
}


/* 事業内容
============================================================================================================ */
.service_section {
}
.service_section > p {
	text-align: center;
}
.service_section .list {
	position: relative;
	margin-top: 70px;
	padding: 65px 0 70px;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.service_section .list:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	background-color: #fff;
	-webkit-transform: scaleY(0.6) rotate(45deg);
	-ms-transform: scaleY(0.6) rotate(45deg);
	-o-transform: scaleY(0.6) rotate(45deg);
	transform: scaleY(0.6) rotate(45deg);
}
.service_section .list section {
	padding: 35px 30px 30px;
	background-color: #fff;
	border-radius: 5px;
	text-align: center;
	font-size: 1.3rem;
}
.service_section .list section h3 {
	margin-top: 25px;
	margin-bottom: 15px;
	font-size: 1.5rem;
}
.service_section .list section .btn {
	margin-top: 25px;
}
@media screen and (min-width: 769px), print {
	.service_section .list {
		background-image: url(../images/service_bg.jpg);
	}
	.service_section .list .wrap {
		width: 650px;
		margin: auto;
	}
	.service_section .list section {
		width: 300px;
		float: left;
	}
	.service_section .list section + section {
		float: right;
	}
}
@media screen and (max-width: 768px) {
	.service_section > p {
		text-align: left;
	}
	.service_section .list {
		margin-top: 30px;
		padding: 25px 0;
		background-image: url(../images/service_bg_sp.jpg);
	}
	.service_section .list section {
		padding: 15px;
		font-size: 1.2rem;
	}
	.service_section .list section + section {
		margin-top: 15px;
	}
	.service_section .list section .ico img {
		width: 70px;
	}
	.service_section .list section h3 {
		margin-top: 5px;
		margin-bottom: 10px;
	}
	.service_section .list section .btn {
		margin-top: 15px;
	}
}




/* お知らせ
============================================================================================================ */
.information_section {
	margin-bottom: 100px;
}
.information_section .btn {
	margin-top: 70px;
}
@media screen and (max-width: 768px) {
	.information_section {
		margin-bottom: 40px;
	}
	.information_section .btn {
		margin-top: 20px;
	}
}


