@charset "UTF-8";

/* ==============================================================================

	company/style.css

-------------------------------------------------------------------------------

　01. 共通
　02. ページタイトル
　03. 運営会社コンセプト
　04. 会社概要
　05. 社会貢献活動
　06. 代表ごあいさつ
　07. 沿革

============================================================================== */


/* -------------------------------------------------------

　02. ページタイトル

------------------------------------------------------- */

#intro {}
#intro .page_ttl {
  background: url(/dist/company/images/bg_h1.jpg) no-repeat center top;
  background-size: cover;
}
#intro .page_ttl .inner {
  margin: 0 auto;
  padding-top: 24px;
}
#intro .page_ttl .inner h2 {
  -webkit-box-shadow:0 0 3px #fff, 0 0 3px #333, 0 0 1px #333;
  -moz-box-shadow:0 0 3px #fff, 0 0 3px #333, 0 0 1px #333;
  box-shadow:0 0 3px #fff, 0 0 3px #333, 0 0 1px #333;
  display:inline-block;
  width: 600px;
  background: rgba(255,255,255,0.8);
  padding: 12px 0 10px;
  font-size: 24px;
  font-size: 2.4rem;
}
#intro .page_ttl .inner .illust {
  position: absolute;
  right:190px;
  bottom:-28px;
}


/* -------------------------------------------------------

　03. 運営会社コンセプト

------------------------------------------------------- */

#concept .wBox p {
  margin-bottom: 20px;
  line-height: 2;
}
#concept ul {
  text-align: left;
  margin: 0 auto;
  width: 560px;
}
#concept ul li {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  background: url(/dist/images/common/icon_checkbox_ora.png) no-repeat left 40%;
  padding: 3px 0 3px 30px;
}


/* -------------------------------------------------------

　04. 会社概要

------------------------------------------------------- */

#overview {}
#overview .tg {
  border: 1px solid #ccc;
  width: 100%;
}
#overview .tg th {
  font-size: 16px;
  font-size: 1.6rem;
  width: 276px;
  padding: 20px;
  text-align: left;
}
#overview .tg td {
  padding: 20px;
}
#overview .tg td .innerFrame {
  border: none;
}
#overview .tg td .innerFrame th {
  border: none;
  background: none;
  width: 100px;
  padding: 0 0 5px 0;
}
#overview .tg td .innerFrame td {
  border: none;
  background: none;
  padding: 0 0 5px 0;
}


/* -------------------------------------------------------

　05. 社会貢献活動

------------------------------------------------------- */

#contribution .support {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
#contribution .txtWrap {
  width: 696px;
}
#contribution .txtWrap .btn {
  text-align: right;
}


/* -------------------------------------------------------

　06. 代表ごあいさつ

------------------------------------------------------- */

#greeting .detail_main {
  background: url(/dist/company/images/bg_greeting.jpg) no-repeat;
  padding-top: 46px;
  height: 244px;
  margin: -30px -30px 0 -30px;
}
#greeting .detail_main .ttl_main {
  font-size: 24px;
  font-size: 2.4rem;
  background: #fff;
  border-radius: 0 4px 4px 0;
  padding: 20px 30px;
  display: inline-block;
}
#greeting .wBox p {
  margin-bottom: 30px;
  line-height: 2;
}


/* -------------------------------------------------------

　07. 沿革

------------------------------------------------------- */

#history .historyList > li {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
#history .historyList > li:first-child {
  padding-top: 0;
}
#history .historyList > li:last-child {
  border: none;
  padding-bottom: 0;
}
#history .historyList dt {
  width: 100px;
}
#history .historyList dd .month {
  width: 70px;
}
#history .historyList .historyContent li {
  width: 816px;
  border-bottom: 1px dotted #ccc;
  padding: 20px 0;
}
#history .historyList .historyContent li:first-child {
  padding-top: 0;
}
#history .historyList .historyContent li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#history .historyList .historyContent .inContent {
  width: 746px;
  padding-left: 20px;
  border-left: 1px solid #ccc;
}
