@charset "UTF-8";
/* リセットCSS
----------------------------------------*/
h1, h2, h3, h4, h5, h6, div, p, ul, li, dl, dt, dd, table, tr, td, img {
  margin: 0;
  border: 0;
  padding: 0;
}

.sp-v {
  display: none !important;
}

h2.rack-title {
  background-color: #00A573;
  padding: 1.6% 0 1.2% 2%;
  margin: 0 0 2%;
  font-size: 1.3em;
  color: #FFFFFF;
}

div#mediarack h2.rack-title {
  margin: 0 0 25px;
}

/* コンテナ
----------------------------------------*/
div#container {
  width: 980px;
  font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

/* タイトル
----------------------------------------*/
.title-banner {
  margin: 0 0 5px;
  position: relative;
}

.orange {
  position: absolute;
  background-color: #F47F30;
  top: 0;
  left: 0;
  height: 195px;
  width: 450px;
  box-sizing: border-box;
  padding: 27px 0 0;
}

.orange p {
  color: #fff;
  width: 88%;
  margin: 0 auto 0 8%;
}

.orange p.small {
  font-size: 1.1em;
  letter-spacing: 2.1px;
  line-height: 1.6;
}

.orange p.big {
  margin: 3% 0 0 8%;
  font-size: 2.1em;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
}

.orange p.big span {
  letter-spacing: 3.3px;
}

/* 機能紹介 */
div#title-note {
  padding: 60px 0px 13px 45px;
  margin: 0 0 110px;
}

div#title-note li {
  display: block;
  width: 100%;
}

div#title-note li .left {
  float: left;
  width: 49%;
  margin: 36px 50px 0 0;
}

div#title-note li img {
  display: inline-block;
}

div#title-note li.tow-row {
  float: left;
  width: 46%;
  margin: 70px 0 0;
}

div#title-note li.tow-row h2 {
  font-size: 1.35em;
  border-left: 4px solid #a0a0a0;
  padding: 5px 0 5px 8px;
  letter-spacing: 2px;
  text-align: left;
  color: #00A573;
  margin: 0 0 10px;
}

div#title-note li.tow-row img {
  width: 95%;
}

div#smartrack {
  margin: 150px 0 0px;
}

div#title-note li:nth-of-type(even) {
  margin-left: 55px;
}

div#title-note li.tow-row:nth-of-type(-n + 2) {
  margin-top: 0;
}

div#title-note li img {
  width: 45%;
}

div#title-note li p {
  display: block;
  text-align: left;
  font-size: 1em;
  line-height: 1.8;
  margin: 5px 0 0;
}

/* 商品欄
------------------------------------*/
div#booth-area, #partition-area {
  margin: 0 0 5%;
}

div#booth-area h2,
div#option-area h2,
#partition-area h2 {
  padding: 1.75% 0 1.2% 2.25%;
  margin: 0 0 27px;
  font-size: 1.6em;
  color: #FFFFFF;
}

div#container h3 {
  margin: 0 0 10px;
  font-weight: normal;
  border-left: 10px solid #00A0E9;
  padding: 10px 5px 10px 10px;
  font-weight: bold;
  font-size: 1.05rem;
  letter-spacing: 0.75px;
}

div.item-block {
  margin: 0 0 50px 0;
  padding: 0 1%;
}

.item-content {
  margin-top: 10px;
}

.item-photo-a {
  display: block;
  float: left;
  width: 250px;
  border: 1px solid #CCCCCC;
}

.item-photo-b {
  float: left;
  display: block;
  width: 250px;
  margin: 0 0 0 13px;
  border: 1px solid #CCCCCC;
}

.item-photo img.img-margin,
.item-photo2 img.img-margin {
  margin: 0 0 20px;
}

.item-text {
  margin: 0 0 0 2.2%;
  float: left;
  width: 430px;
}

.item-icon {
  float: left;
  width: 440px;
  margin: 0 0 1.5% 2.2%;
}

.item-icon li {
  display: inline-block;
  margin: 0 1% 0 0;
  padding: 2.2% 0 1.6%;
  text-align: center;
  width: 31.8%;
  font-size: 0.9em;
  font-weight: bold;
}

.item-icon li:nth-of-type(3) {
  margin: 0;
}

.item-icon li.orange {
  background-color: #FFF2E6;
  color: #D86600;
}

.item-icon li.blue {
  background-color: #F0F5F7;
  color: #47728E;
}

.item-icon li.green {
  background-color: #E3F5F0;
  color: #179371;
}

table.item-detail {
  float: left;
  width: 431px;
  margin: 0 0 0 12px;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-collapse: collapse;
}

.item-detail th, .item-detail td {
  font-size: 0.85em;
  line-height: 1.4;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
  padding: 1% 0 1.5% 3%;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  background-color: #fff;
}

.item-detail th {
  width: 120px;
  background-color: #FAFAFA;
}

.item-detail tr td a {
  font-size: 0.9rem;
}

.item-detail tr td img {
  margin: 0 1.5% 0 0;
}

.item-detail tr.op td {
  width: 310px;
}

.item-detail tr.op td span {
  display: block;
  margin: 0 0 2%;
}

.item-detail tr.op td span:nth-last-of-type(1) {
  margin: 0;
}

.item-detail td a {
  font-weight: bold;
  background: url(/static/images/product/ya.gif) no-repeat 0 3px;
  padding: 0 0 0 15px;
}

div.banner-area {
  text-align: center;
  margin: 6% 0 0;
}

/* 共通オプション */
#other-option {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

div.racklist-inner.option {
  margin: 0 30px 10%;
}

div.racklist p.takasa.option {
  background-color: #00A573;
  color: #FFFFFF;
  padding: 19px 16px 14px;
  margin: 0;
  font-size: 1.85em;
  font-weight: bold;
  text-align: center;
}

div.detail-outer.option {
  margin: 1% 10px 50px;
}

div.rack-detail.option {
  width: 870px;
  margin: 0 auto;
  padding: 60px 25px 45px;
  background-color: #DEEDE6;
}

div.rack-detail.option h3 {
  border-left: none;
  padding: 0;
  margin: 0;
  font-size: 1.45em;
  font-weight: bold;
}

div.detail-l.option {
  float: left;
  padding: 27px 0 0;
}

div.detail-l.option img {
  border: none;
  width: 270px;
}

div.detail-r.option {
  float: right;
  width: 565px;
}

div.detail-r.option table {
  border-collapse: collapse;
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
  width: 100%;
  font-size: 1em;
}

div.detail-r.option table th {
  background-color: #EEEEEE;
  padding: 1.3% 1% 0.9%;
}

div.detail-r.option table td {
  background-color: #FFFFFF;
  padding: 1.5%;
}

div.detail-r.option table tr th:nth-of-type(1) {
  width: 13%;
}

div.detail-r.option table tr th:nth-of-type(2) {
  width: 20%;
}

div.detail-r.option table tr th:nth-of-type(3) {
  width: 25%;
}

div.detail-r.option table tr th:nth-of-type(4) {
  width: 42%;
}

div.detail-r.option table tr td:nth-of-type(1),
div.detail-r.option table tr td:nth-of-type(3),
div.detail-r.option table tr td:nth-of-type(4) {
  text-align: center;
}

div.detail-r.option table tr td:nth-of-type(2) {
  text-align: left;
  padding: 1.5% 2.5%;
  line-height: 1.4;
}

div.detail-r.option table th,
div.detail-r.option table td {
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
}

div.detail-r.option table tr td a {
  display: inline-block;
  background: url(/static/images/common/yaji_maru_bl_12.png) no-repeat 0 0;
  padding: 0 0 0 17px;
  font-weight: bold;
}

div.racklist-inner.option span.att {
  font-size: 0.85em;
  color: #0099FF;
  display: block;
  margin: 0.5% 0 0;
}

div.option td span.att {
  text-align: center;
  font-size: 0.85em;
  color: #0099FF;
  display: block;
  margin: 0.5% 0 0;
}

/* その他オプション */
div.other-option-detail {
  width: 410px;
  float: left;
  background-color: #FFF;
  padding: 10px;
  margin: 0 0 10px;
}

div.other-option-detail:nth-of-type(2),
div.other-option-detail:nth-of-type(4) {
  float: right;
}

div.other-option-detail div.o-detail-l {
  width: 170px;
  float: left;
  background-color: #FFF;
}

div.other-option-detail div.o-detail-l img {
  width: 100%;
}

div.other-option-detail div.o-detail-r {
  width: 230px;
  float: right;
  background-color: #FFF;
  line-height: 1.4;
  padding: 1% 0 0;
}

div.other-option-detail div.o-detail-r p {
  font-size: 1.15em;
  font-weight: bold;
  margin: 0 0 3px;
}

div.other-option-detail div.o-detail-r dl dt:nth-of-type(2) {
  margin: 3% 0 0;
}

div.other-option-detail div.o-detail-r dl dt a {
  display: inline-block;
  background: url(/static/images/common/yaji_maru_bl_12.png) no-repeat 0 40%;
  padding: 0 0 0 17px;
}

div.other-option-detail div.o-detail-r dl dd {
  font-size: 0.9em;
}

div.other-option-detail div.o-detail-r span.o-detail-note {
  font-size: 0.85em;
  display: block;
  margin: 4% 0 0;
}

div.other-option-detail div.o-detail-r ul {
  margin: 4% 0 0;
}

div.other-option-detail div.o-detail-r ul li {
  font-size: 0.85em;
  margin: 0 0 0 1em;
  text-indent: -1em;
  letter-spacing: -0.03em;
}

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