﻿@charset "utf-8";  
/*------------------------------------------------------------ 
    COMPANY css
------------------------------------------------------------*/  

#header{ background-image:url(../img/bg-header.png);}
.red {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 125%;
	color: #36C;
}
.002 {color: blue; }

/*------------------------------------------------------------ 
    PHILOSOPHY
------------------------------------------------------------*/  

#philosophy{
	width:100%;
	margin-top:100px;
	padding:30px 0 150px;
	position:relative;
}

#philosophy:before{
	display:block;
	content:"";
	width:53.77777777777778%;
	height:100%;
	position:absolute;
	right:0;
	top:0;
	background:url(../img/bg-philosophy.png) no-repeat;
	background-size:cover;
	z-index:-1;
}

#philosophyInner{
	width:100%;
	max-width:530px;
	text-align:center;
}

#lead{
	font-size:209%;
	font-weight:bold;
	margin-bottom:20px;
}

/*------------------------------------------------------------ 
    GREETING
------------------------------------------------------------*/  

#greeting{
	width:100%;
	margin:80px 0 150px;
	padding:45px 0;
	position:relative;
}

#greeting:before{
	display:block;
	content:"";
	width:54%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	background:url(../img/bg-greeting.png) no-repeat right 50%;
	background-size:cover;
	z-index:-1;
}

#greetingInner{
	width:100%;
	float:right;
	max-width:430px;
	text-align:center;
}

.greetingTxt{
	text-align:right;
	font-weight:bold;
	margin-top:20px;
}

/*------------------------------------------------------------ 
    COMPANY
------------------------------------------------------------*/  

.section{ margin-top:70px;}

.table{
	width:100%;
	font-size:134%;
	border-top:1px solid #C0C9D0;
}

.table th{
	vertical-align:top;
	width:140px;
	padding:15px 10px 15px 30px;
	text-align:left;
	background:#ECF1F7;
	border-bottom:1px solid #C0C9D0;
}

.table th span{
	display:block;
	font-size:84%;
	line-height:1;
}

.table td{
	vertical-align:middle;
	padding:15px 20px;
	border-bottom:1px solid #C0C9D0;
}

.table td a{ color:#000;}

/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  

/* TABLET */
@media screen and (max-width: 788px){

#philosophy{
	margin-top:80px;
	padding:0 0 100px;
}

#philosophy:before{
	width:100%;
	height:0;
	margin-bottom:35px;
	position:static;
	padding-top:51.65289256198347%;
	background-position:50% 0;
	overflow:hidden;
}

#philosophyInner{ max-width:100%;}

#lead{
	font-size:175%;
	margin-bottom:15px;
}


/* GREETING */

#greeting{
	margin:0 0 100px;
	padding:0;
}

#greeting:before{
	width:100%;
	height:0;
	margin-bottom:35px;
	position:static;
	padding-top:51.440329218107%;
	background-position:50% 0;
	overflow:hidden;
}

#greetingInner{
	float:none;
	max-width:100%;
}



/* COMPANY */

.section{ margin-top:50px;}

.table{ font-size:125%;}

.table th{
	width:110px;
	padding:12px 10px 12px 20px;
}

.table td{ padding:12px 15px;}

}


/* SP */
@media screen and (max-width: 560px){

#philosophy{
	margin-top:60px;
	padding-bottom:80px;
}

#lead{ font-size:150%;}


/* GREETING */

#greeting{ margin-bottom:80px;}

.greetingTxt{ margin-top:15px;}

/* COMPANY */

.section{ margin-top:35px;}

.table{
	display:block;
	font-size:117%;
}

.table tbody,
.table tr{ display:block;}

.table th,
.table td{
	display:block;
	width:auto;
	padding:10px 15px;
}

.table th span{
	display:inline-block;
	padding-left:7px;
}

}



/* イメージリスト */
#imageList{
	max-width:990px;
	overflow:hidden;
	margin-top:20px;
}

#imageList li{
	width: 33.3333%;
	float: left;
	margin-bottom: 30px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}



.img-responsive{
	width:100%;
	height:auto;
}


#imageList p.txt01 {
	padding-top: 5px;
	font-size: 150%;
	font-weight: bold;
}
#imageList p.txt02 {
	padding-top: 5px;
	font-size: 125%;
}

/* TABLET */
@media screen and (max-width: 788px){

#imageList li{
	width:50%;
	float:left;
	padding:0 15px;
}
}

/* TABLET */
@media screen and (max-width: 400px){

#imageList li{
	width:100%;
	float:none;
	padding:0 ;
}


}
