﻿@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;
	width: 40%;
	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: #F4F3EE;
	border-top-width: 1px;
	border-right-width: thin;
	border-top-style: solid;
	border-right-style: dotted;
	border-top-color: #ffffff;
	border-right-color: #CCC;
}
 
.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;
}
}
/*** レスポンシブテーブルデザイン　おわり ***/




.testTbl{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.testTbl th{
	vertical-align: middle;
	height: 50px;
	font-size: 134%;
	text-align: center;
	background: #F2F2F2;
	border: 1px solid #BBBABA;
}

.testTbl td{
	vertical-align: middle;
	height: 30px;
	line-height: 1.4;
	font-size: 125%;
	border: 1px solid #BBBABA;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.thead{
	width:90px;
	color:#fff;
}

.thead.rank1{
	background: #3366CC;
	text-align: left;
	width: 50%;
}
.thead.rank2{
	background: #7194DB;
	text-align: left;
	width: 50%;
}
.thead.rank3{ background:#A9BEE9;}

.tbody1{ width:20%;text-align:center;}
.tbody2{ text-align:center;}
.tbody3{ width:30%;text-align:center;}
.tbody3{ text-align:center;}
.tbody4{ text-align:center;}

.test-txt{ margin:30px 0 5px;}


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

.testTbl,
.testTbl tbody,
.testTbl tr,
.testTbl td{ display:block;}

.testTbl th,
.testTbl tr:first-child{ display:none;}

.testTbl td{
	width:auto;
	height:inherit;
	padding:10px;
	font-size:117%;
	text-align:left;
}

.testTbl td:not(:last-child){ border-bottom:none;}
.testTbl tr:not(:last-child){ margin-bottom:15px;}

.testTbl td:before {
	display: block;
	content: attr(data-label)"";
	font-weight: bold;
	color: #3366CC;
	margin-bottom: 5px;
}
.thead.rank1{
	width: auto;
}
.thead.rank2{
	width: auto;
}

.thead{ width:auto;}

.test-txt{
	margin-top:15px;
	padding:0;
}
}


/*ボックス0099*/
.box099 {
	margin-bottom:12px;
}
.box099 p.txt01 {
	padding-top: 5px;
	color: #012B73;
	font-size: 150%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #012B73;
}
.box099 p.txt02 {
	padding-top:5px;
}
