@charset "utf-8";

.page-index .page-head{
	background-image:url("../img/index/header_bg.jpg");
	
}

.page-index .service .body{
	background-image:url("../img/index/service.jpg");
	background-size:auto;
	background-position:right top;
	background-repeat:no-repeat;
}

.page-index .company .body{
	background-image:url("../img/index/company.jpg");
	background-size:auto;
	background-position:left top;
	background-repeat:no-repeat;
}

.page-index .section .body .content{
	padding:4%;
	text-shadow:1px 1px 1px #fff, -1px 1px 1px #fff, 1px -1px 1px #fff, -1px -1px 1px #fff, 1px 0px 1px #fff, -1px 0px 1px #fff, 0px 1px 1px #fff, 0px -1px 1px #fff;
}

.page-index .section .body .content .title{
	font-weight:bold;
	text-align:left;
	font-size:4rem;
	line-height:1.4;
}

.page-index .section .body .content .detail{
	font-weight:bold;
	text-align:left;
	font-size:2rem;
	line-height:1.6;
	margin-top:30px;
}

.page-index .section .body .content .button{
	font-weight:bold;
	text-align:center;
	font-size:2.6rem;
	padding:20px 80px;
	min-width:400px;
	border-radius:50px;
	display:inline-block;
	border:1px solid;
	background-color:#fff;
}

.page-index .section.message{
	background-image:url("../img/index/message_bg.jpg");
}

.page-index .section.message .detail{
	font-size:2.0rem;
	line-height:1.6;
	font-weight:bold;
}

.page-service .page-head{
	background-image:url("../img/service/header_bg.jpg");
}

.page-service .service-list .item{
	border-bottom:1px solid #000;
	padding:50px;
	
}

.page-service .service-list .item .image{

}

.page-service .service-list .item .content{
	padding-left:100px;
}

.page-service .service-list .item .content .head{
	text-align:left;
}

.page-service .service-list .item .content .head .title{
	text-align:left;
	color:#000;
	padding:0;
	font-size:5rem;
}

.page-service .service-list .item .content .body .detail{
	padding:0;
	color:#000;
	font-size:2rem;
	font-weight:bold;
	line-height:1.6;
	text-align:left;
}

.page-company .page-head{
	background-image:url("../img/company/header_bg.jpg");
}

.page-company .company-list .item{
	font-size:2rem;
	line-height:1.4;
	border:1px solid #000;
	text-align:left;
	padding:20px 30px;
}

.page-company .company-list .item.label{
	background:rgba(0, 0, 0, 0.8);
	color:#ffffff;
	font-weight:bold;
}

.page-company .company-list .item.value{
	font-size:1.8rem;
	color:#000000;
}

@media ( max-width:1439px){
	/* max-width:1439px */
}

@media ( max-width:1023px){
	/* max-width:1023px */
}

@media ( max-width:767px){
	/* max-width:1023px */
}

@media ( max-width:424px){
	/* max-width:424px */
}

@media ( max-width:374px){
	/* max-width:374px */
}


