/* 本体 */
body  { 
  font-family: "新ゴ R", "ＭＳ Ｐゴシック", "ＭＳ ゴシック", serif;
  font-size: 12pt;
  color: #555;
}

/* ロゴ文字 */
.logo-char{ 
  font-family: "Century";
  color: red;
  float: left;
  padding: 0px;
  font-size: 30pt;
 }

/* タイトル */
h1.entry-title {
  padding: 10px 20px;
  background: #FFFFFF;
  font-size:18pt;
  text-align: Center;
  color: black;
}
.subtitle {
  font-family: "Century";
  font-size:10pt;
  text-align: Center;
}	

/* ロゴマーク */
.logo {
  float: right;
}

/* ナビゲーション */
nav ul{
display: table;
margin: 0 auto;
padding: 0 ;
width: 80%;
text-align: center;
}
nav li{
display: table-cell;
min-width: 50px;
}
nav a{
display: block;
width: 100%;
text-decoration: none;
color: #555;
padding-bottom: 5px;
}
nav li.current{
border-bottom: 3px solid #92D050;
}
nav li:hover{
color: #E7DA66;
border-bottom: 3px solid #F0E475;
}

/* 企業イメージ */
.image { 
  position: relative;
}
.image img { 
  width: 100%;
  border: none;
}
.image p { 
  font-size:14pt;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  color: #ffffff;
}


/* 見出し */
h2 {
  border-bottom: 4px solid #DEEBF7;
}
h2 span {
  color: #444;
  font-size: 12pt;
  line-height: 20px;
  position: relative;
  background: #DEEBF7;
  display: inline-block;
  padding: 10px;
}
h2 span:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 100%;
  border-width: 0 15px 40px 0;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #DEEBF7;
}

/* 小見出し */
h3 {
  font-size:16pt;
  text-align: center;
  color: #202020;
}

/* 用語定義 */
.definition  { 
  color: #555;
  text-align: center;
}

/* 価値創造システム */
.issue { 
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 5px;
}
.issue td {
width: 300px;
font-size: 16pt;
vertical-align: top;
text-align: center;
color: #202020;
background-color: #E6E6E6; 
/* border-radius: 15px; */
padding: 20px;
}
.issue td p { 
font-size: 12pt;
text-align: left;
color: #555;
}

/* 価値創造システム */
.vcs-system { 
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 15px;
}
.vcs-system td {
width: 200px;
font-size: 16pt;
vertical-align: top;
text-align: center;
color: #202020;
background-color: #E6E6E6; 
padding: 20px;
}
.vcs-system td p { 
font-size: 12pt;
text-align: left;
color: #555;
}

/* サービス */
.service { 
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 5px;
}
.service td { 
width: 300px;
font-size: 14pt;
text-align: center;
color: #202020;
background-color: #FFF2CC; 
padding: 20px 10px;
}
.service td ul li { 
font-size: 12pt;
text-align: left;
color: #555;
}

/* 会社概要 */
.kaisha {
  width: 100%;
}

.kaisha th,
.kaisha td {
  border: 1px solid #ccc;
  padding: 20px;
}

.kaisha th {
  font-weight: bold;
  background-color: #dedede; 
}

@media screen and (max-width: 767px) {
.kaisha,
.kaisha tr,
.kaisha td,
.kaisha th {display:block;}
.kaisha th {width:auto;}
}

/* 著作権 */
.copyright  { 
  font-size: 10pt;
  text-align: center;
}