@charset "UTF-8";
/*---------------------------------------------------------
 * 会社概要のスタイルシート
 *---------------------------------------------------------*/
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(common.css);
#page_content #about {
  /* 会社概要 */
}
#page_content #about dl {
  /* 定義リストによるテーブル */
  margin: 0;
  padding: 0;
  background: #e3f1f8;
  line-height: 2em;
  border-style: none none dotted none;
  border-width: 1px;
  border-color: #cccccc;
}
#page_content #about dl dt {
  border-style: dotted none none none;
  border-width: 1px;
  border-color: #cccccc;
  min-height: 2em;
  margin: 0 auto 0 0;
  padding: 0.5em 0 0.5em 0.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#page_content #about dl dd {
  min-height: 2em;
  margin: -3em 0 0 10em;
  padding: 0.5em 0 0.5em 0.5em;
  background: #ffffff;
}
@media only screen and (max-width: 899px) {
  #page_content #about {
    /*===== 小画面 =====*/
  }
  #page_content #about dl dt {
    width: inherit;
  }
  #page_content #about dl dd {
    margin: 0;
  }
}
#page_content #about dl dd .content {
  margin: 15px 0;
  overflow: hidden;
}
#page_content #about dl dd .content:first-of-type {
  margin-top: 0;
}
#page_content #about dl dd .content:last-of-type {
  margin-bottom: 0;
}
#page_content #about dl dd .content figure {
  float: right;
  width: 215px;
  margin: 10px 0 10px auto;
  text-align: center;
}
#page_content #about dl dd .content .detail {
  margin: 0 215px 0 0;
}
#page_content #about a.access {
  /* アクセスマップリンク */
  text-decoration: none;
  color: #a40000;
}
#page_content #about a.access:before {
  content: "▶ ";
}
#page_content #about a.access:active, #page_content #about a.access:hover, #page_content #about a.access:focus {
  color: #0095d9;
}
#page_content #policy {
  /* 経営方針 */
}
#page_content #policy .content {
  display: table;
  margin: -15px;
  padding: 0;
  border-spacing: 15px;
  vertical-align: top;
  overflow: hidden;
}
#page_content #policy .content p {
  display: table-cell;
  width: 30%;
  margin: 0;
  padding: 15px;
  font-size: 1.25em;
  background: #f2f9fc;
}
#page_content #rerere {
  /* 品質チェンジ宣言 */
}
#page_content #rerere .content .at_first {
  text-align: center;
  line-height: 1.5em;
  color: #7ec0dd;
  font-size: 1.5em;
  font-family: "Noto Sans Japanese", "Yu Gothic", "Meiryo", "Hiragino Kaku Gothic ProN", "HiraKakuPro-W6", "MS PGothic", "Droid Sans", sans-serif;
  font-weight: bold;
}
#page_content #rerere section {
  margin: 15px 0;
  padding: 1px;
  background: #54acd4;
  color: #ffffff;
}
#page_content #rerere section h4 {
  background: inherit;
  font-size: 1.5em;
}
#page_content #rerere em {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  color: #fff100;
}
#page_content #safety {
  /* 安全衛生方針 */
}
#page_content #safety strong {
  display: block;
  font-size: 1em;
  font-weight: normal;
}
#page_content #safety strong:before {
  content: "【";
}
#page_content #safety strong:after {
  content: "】";
}
#page_content #history {
  /* 沿革 */
}
#page_content #history th {
  width: 8em;
  white-space: nowrap;
}
