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

#header{ background-image:url(../img/bg-header.png);}


/*------------------------------------------------------------ 
    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;
}

}


/*** レスポンシブテーブルデザイン ***/
.shokai{
	width: 100%;
	border: 2px solid #d6ceb4;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
	font-size: 125%;
}
 
.shokai th{
  padding: 15px;
  border-top: solid 1px #ffffff;
  width: 30%;
  overflow: hidden;
  color: #13131e;
  font-style: normal;
  font-weight: bold;
  font-size: 100%;
  text-align: left;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #eeece4;
}
 
.shokai td{
padding: 15px;
text-align: left;
vertical-align: top;
color: #595960;
background-color: #ffffff;
border-top: dotted 1px #e0dccc;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}
 
@media (max-width: 560px){
.shokai th{
  width:100%;
  display:block;
  margin: 0 auto;
  border:none;
  border-radius: 3px;
}
.shokai td{
  display: list-item;
  width: 95%;
  border-top: none !important;
}
}
/*** レスポンシブテーブルデザイン　おわり ***/


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

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

#imageList p{
	line-height:45px;
	text-align:center;
	color:#FFFFFF;
	font-size:120%;
	font-weight:bold;
	background-color: #333333;
}


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


/* 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 ;
}


}
