@charset "UTF-8";
/* ページ設定 */
div#main-contents {
  margin: 0 0 6%;
}

#container {
  width: 980px;
}

#main-contents {
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  color: #333333;
}

/* 見出し */
h1 {
  border-bottom: 1px solid #cccccc;
  font-size: 1.8em;
  margin: 0 0 28px;
  padding-bottom: 3px;
  font-weight: normal;
  line-height: 1;
}

h2 {
  background-color: #014DA3;
  font-size: 1.8em;
  color: #FFFFFF;
  padding: 1.55% 2% 1.5%;
}

/* メインバナー */
div#main-banner {
  margin: 0;
}

/* メニュー */
div#menu {
  background-color: #EEEEEE;
  padding: 3%;
  margin: 0 0 7%;
  display: flex;
}

div#menu a {
  display: table;
  width: 19.7%;
  height: 3.8em;
  margin: 0 1.5% 0 0;
  background: url(/static/images/seihin_joho/qi_detail/img_arrow.png) no-repeat 95% 50% #FFFFFF;
  border: 1px solid #024CA3;
  box-shadow: 1px 1px 2px #CCCCCC;
  padding: 0 2%;
  border-radius: 0.4em;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.4;
  opacity: 1;
  transition: 0.2s;
}

div#menu a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.2s;
}

div#menu a span {
  display: table-cell;
  vertical-align: middle;
}

div#menu a:nth-of-type(4) {
  margin: 0;
}

/* コンテンツ */
div.contents-box {
  padding: 4% 2% 10%;
}

div.contents-box dl {
  display: flex;
  margin: 0 0 6%;
}

div.contents-box dl.ex {
  display: flex;
  margin: 0 0 6%;
  padding: 3.5% 2.5% 2%;
  background-color: #ECF5FA;
}

div.contents-box dl:nth-of-type(3) {
  margin: 0;
}

div.contents-box dl dt {
  width: 75%;
  margin: 0 4% 0 0;
}

div.contents-box dl dt a {
  display: block;
  background: url(/static/images/seihin_joho/qi_detail/img_arrow.png) no-repeat 95% 50% #FFF;
  text-align: center;
  color: #014DA1;
  font-weight: bold;
  padding: 1.3% 0 1%;
  width: 46%;
  border: 1px solid #014DA1;
  border-radius: 2em;
  float: right;
  margin: 16.5% 0 0;
  opacity: 1;
  transition: 0.2s;
}

div.contents-box dl dt a:hover {
  text-decoration: none;
  opacity: 0.6;
  transition: 0.2s;
}

div.contents-box dl.merit dt {
  width: 66%;
  margin: 0 4% 0 0;
}

div.contents-box dl.ex dt {
  width: 72%;
  margin: 0 4% 0 0;
}

div.contents-box dl dt span {
  color: #0099FF;
}

div.contents-box dl dd {
  width: 21%;
}

div.contents-box dl.merit dd {
  width: 30%;
}

div.contents-box dl.ex dd {
  width: 24%;
}

div.contents-box dl dd img {
  width: 100%;
}

div.contents-box strong {
  font-size: 1.45em;
  color: #014DA3;
  display: block;
  margin: 0 0 3%;
}

div.contents-box p {
  font-size: 1.03em;
  line-height: 1.6;
}

div.image-box,
div.image-box-text {
  text-align: center;
  margin: 4% 0 0;
}

div.image-box img {
  width: 31%;
}

div.image-box-text span {
  display: inline-block;
  width: 22.3%;
  margin: 0 3% 0 0;
}

div.image-box-text span img {
  width: 100%;
}

div.image-box-text span:nth-last-of-type(1) {
  margin: 0;
}

div.image-box-text span object {
  display: block;
  margin: 4% 0 0;
  font-size: 0.95em;
  font-weight: bold;
}

div.contents-box strong:nth-of-type(2) {
  margin: 7% 0 0;
}

/* 製品一覧 */
div.detail-group:nth-of-type(2) {
  margin: 8% 0 0;
}

div.detail-group h3 {
  text-align: center;
  font-size: 1.85em;
  margin: 4% 0 3%;
}

div.detail-group p.category {
  border-left: 5px solid #004EA3;
  border-bottom: 2px solid #004EA3;
  padding: 0.5% 0 0.5% 1.5%;
  margin: 0 0 4%;
  font-size: 1.5em;
  color: #004EA3;
  font-weight: bold;
}

div.detail-content {
  float: left;
  width: 40%;
  border: 1px solid #EEEEEE;
  padding: 5% 4%;
  margin: 0 0 3.5%;
}

div.detail-list div.detail-content:nth-of-type(2n) {
  float: right;
}

div.detail-content h4 {
  text-align: center;
  font-size: 1.2em;
  margin: 0 0 9%;
}

p.detail-image {
  margin: 0 0 4%;
}

p.detail-image img {
  width: 48%;
  float: left;
}

p.detail-image img:nth-of-type(2) {
  float: right;
}

div.detail-content span.caption {
  display: block;
  line-height: 1.5;
  margin: 0 0 6%;
  height: 5em;
}

ul.detail-link {
  margin: 0 0 3%;
}

ul.detail-link li {
  float: left;
  width: 50%;
}

ul.detail-link li:nth-of-type(2) {
  float: right;
  text-align: right;
  font-size: 0.95em;
  font-weight: bold;
  width: 50%;
}

ul.detail-link li a {
  font-weight: bold;
}

ul.detail-link li img:nth-of-type(1) {
  padding: 0 0 0 3%;
}

ul.detail-link li img.lim,
ul.detail-link li img.new {
  vertical-align: -2px;
}

ul.detail-link li a img.eyecatch {
  padding: 0 3% 0 0;
  vertical-align: -2px;
}

div.detail-content table {
  border-top: 1px solid #E5E5E5;
  border-collapse: collapse;
  font-size: 0.85em;
  width: 100%;
}

div.detail-content table th {
  border-right: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  font-weight: normal;
  background-color: #F4F7FC;
  padding: 3% 4%;
  text-align: left;
  width: 35%;
}

div.detail-content table td {
  border-bottom: 1px solid #E5E5E5;
  width: 65%;
  padding: 0 4%;
}

span.att {
  color: #0099FF;
}

/* バナー */
.banner {
  margin: 9% auto 0;
  width: 77%;
  text-align: center;
}

/* clfx */
.clfx:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
