@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;
}

.sp {
  display: none;
}

/* 見出し */
h1 {
  border-bottom: 1px solid #cccccc;
  font-size: 1.8em;
  margin: 0 auto 14px;
  padding-bottom: 2px;
  line-height: 1;
  width: 980px;
}

h2 {
  background-color: #014DA3;
  font-size: 1.9em;
  color: #FFFFFF;
  padding: 1.75% 2% 1.5%;
  letter-spacing: .06em;
  font-feature-settings: "plat";
}

/* メインバナー */
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/magnet/img_allow.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;
  position: relative;
}

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: 3.8% 2% 10% 2%;
}

.contents-box.only-text.merit-box {
  padding-bottom: 3.2%;
}

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

div.contents-box dl.select {
  margin-bottom: 7%;
  padding: 0.2% 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: 63%;
  margin: 0 6% 0 0;
}

div.contents-box dl dt a {
  display: block;
  background: url(/static/images/seihin_joho/magnet/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: 64.5%;
  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: 31%;
}

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.5em;
  color: #014DA3;
  display: block;
  margin: 0.2% 0 0.4em 0;
  font-weight: bold;
  letter-spacing: .02em;
  font-feature-settings: "plat";
}

div.contents-box p {
  font-size: 1.1em;
  line-height: 1.5;
  width: 100%;
  letter-spacing: .08em;
}

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

.image-box-text {
  display: flex;
  justify-content: space-between;
}

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

div.image-box-text .img-mat-left span {
  display: inline-block;
  margin: 0 3% 0 0;
  width: 454px;
  height: 170px;
  overflow: hidden;
}

div.image-box-text span img:nth-last-of-type(1) {
  width: 100%;
  width: 454px;
  height: 170px;
  object-fit: cover;
}

object {
  display: block;
}

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

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

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

.video {
  width: 100%;
  text-align: center;
}

iframe {
  width: 780px;
  height: 440px;
  text-align: center;
}

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

div.detail-group:nth-of-type(3) {
  margin: 5.2% 0 0;
}

.detail-group:nth-of-type(4) {
  margin: 5.2% 0 0;
}

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

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 2%;
  font-size: 1.5em;
  color: #004EA3;
  font-weight: bold;
  letter-spacing: .1em;
}

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

.detail-box {
  padding: 1.6% 6% 1%;
}

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

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

div.detail-content h4.two-line {
  line-height: 1.5em;
}

div.detail-content h4.two-line {
  line-height: 1.5em;
  margin: 0 0 4%;
}

.detail-content ul {
  display: flex;
}

ul.categolized {
  padding: 1% 0 0 1%;
}

.detail-content ul.categolized li {
  background-color: #eee;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 1% 0 0;
  height: 54px;
  width: 111.8px;
  text-align: center;
  padding: 3.7% 0 0;
  box-sizing: border-box;
}

.detail-content ul.categolized li:nth-of-type(4) {
  margin: 0;
}

.detail-content ul.categolized li.two-line {
  padding: 2% 0;
}

.detail-content ul.categolized li.green {
  color: #fff;
  background-color: #379E80;
}

.detail-content ul.categolized li.orenge {
  color: #fff;
  background-color: #F86447;
}

p.detail-image {
  margin: 0 auto 2%;
  width: 100%;
  text-align: center;
}

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

p.detail-image img.one-image {
  width: 47%;
  float: none;
}

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

div.detail-content span.caption {
  display: block;
  line-height: 1.5;
  margin: 2.5% 0 4%;
  height: 5em;
  font-size: 1em;
  font-feature-settings: "plat";
  letter-spacing: .05em;
  width: 102%;
}

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%;
}

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