@charset "UTF-8";
#contents {
  width: 980px;
  margin: 0 auto;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
}

body div#wrap-container {
  width: 100%;
  padding: 0;
}

.container {
  width: 980px;
}

div.container a:hover {
  opacity: .6;
}

h1 {
  width: 980px;
  font-size: 1.6em;
  line-height: 1.2;
  letter-spacing: .0em;
  margin: 0 auto 25px;
  padding-bottom: 0.4%;
  border-bottom: 1px solid #cccccc;
}

.top-note {
  width: 100%;
  font-size: 1em;
  margin: 1.4% auto 0;
  line-height: 1.7;
  letter-spacing: 0.063em;
}

.top-note span {
  display: block;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 0.7%;
  font-weight: bold;
  letter-spacing: 0;
}

.butsuryu-sub-head {
  text-align: center;
  border-bottom: 1px solid;
  font-size: 1.5rem;
  margin: 14.9% auto 0;
  padding: 0 0 1.3%;
}

.butsuryu-cate-btn-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2.5% auto 0;
}

.butsuryu-cate-btn {
  display: block;
  width: 15.307%;
  margin: 0 0 3% 0;
  opacity: 1;
  transition: 0.2s;
}

.butsuryu-cate-btn:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.butsuryu-cate-btn p img {
  width: 100%;
  opacity: 1 !important;
}

.butsuryu-cate-btn .cate-name {
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  margin: 3.5% 0 0;
  letter-spacing: 0.05em;
  line-height: 1.4;
  min-height: 2.9em;
}

/* 用語集へのページ内リンク */
#glossary-link a {
  background-color: #004D9F;
  border-radius: 0.3em;
  font-weight: bold;
  font-size: 1.2em;
  display: block;
  width: fit-content;
  margin: 2% 0 0 auto;
  padding: 1.8% 4% 1.8% 6%;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  transition: 0.2s;
  color: #FFF;
  position: relative;
  opacity: 1;
  transition: 0.2s;
}

#glossary-link a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

#glossary-link a span::after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border-right: 3px solid;
  border-bottom: 3px solid;
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  margin: auto;
  left: 2em;
}

/* 国際物流総合展バナー */
.logistics-tenji {
  display: block;
  width: 100%;
  margin: 15.4% auto 0;
}

.logistics-tenji img {
  width: 100%;
}

/* 事例のバナー */
.jirei-banner-btn {
  display: block;
  width: 66.122%;
  margin: 7.2% auto 3.8%;
}

.jirei-banner-btn img {
  width: 100%;
}

/*------------------
共通スタイル
------------------*/
.butsuryu-section {
  padding-top: 100px;
}

/* 見出し */
.sec-ttl {
  width: 100%;
  background-color: #383d39;
  font-size: 2.6666em;
  font-weight: bold;
  line-height: .5;
  text-align: center;
  padding: 3.5% 0;
  color: #fdd304;
}

.content-block {
  margin-bottom: 89px;
}

.content-block-ttl {
  font-size: 1.9333em;
  font-weight: bold;
  line-height: .68;
  text-align: center;
  padding: 1% 0 1.8%;
  border-bottom: 1px solid;
}

.content-block-ttl:nth-of-type(1) {
  margin-top: 60.5px;
}

.content-desc-img {
  margin-top: 2.7%;
}

.content-desc-img img {
  width: 100%;
}

/* 製品ブロック */
.product-box {
  display: flex;
  padding: 31px 0 40px;
  border-bottom: 1px dotted;
}

.product-area:nth-of-type(n+2) {
  padding-top: 60px;
}

.product-box:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
}

.product-box .left {
  width: 25.3061%;
}

.product-box .product-img {
  display: block;
  border: 1px solid #e0e0e0;
}

.product-box .product-img img {
  width: 100%;
}

.product-box .right {
  width: 74.6938%;
  padding-left: 2.3%;
  box-sizing: border-box;
}

.product-box .right .cap {
  font-size: 1.2666em;
  font-weight: bold;
  line-height: 1.4;
  width: 82%;
}

.product-box .right .item-data {
  display: flex;
  align-items: center;
  margin-top: 2.2%;
}

.product-box .right .item-data .product-img.min {
  width: 98px;
}

.product-box .right .item-data .txt-box {
  font-size: 1em;
  line-height: 1.6;
  margin-left: 1.2%;
}

.product-box .right .item-data .hinban {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.38;
  padding-left: 1em;
  color: #2064b2;
  position: relative;
}

.product-box .right .item-data .hinban::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("https://www.sanwa.co.jp/static/images/common/yaji_maru_bl_12.png") no-repeat;
  background-size: contain;
  margin: auto;
  position: absolute;
  inset: 15% auto 0 0;
}

/*2個並び*/
.product-box.double .left {
  width: 21.1224%;
}

.product-box.double .right {
  width: 78.8775%;
}

.product-box.double .right .item-double-ly {
  display: flex;
}

.product-box.double .right .item-double-ly-sub {
  display: flex;
  flex-wrap: wrap;
}

.product-box.double .right .item-data {
  width: 45%;
}

.product-box.double .right .item-data .txt-box {
  line-height: 1.4;
  margin-left: 3%;
  width: 60%;
}

/* 複数品番 */
.multi-box .data {
  margin: 1% 0 0;
}

.multi-box .right .item-data {
  align-items: flex-start;
}

.multi-box .txt-box {
  display: flex;
  flex-wrap: wrap;
  width: 85%;
}

.multi-box .txt-list {
  width: 45%;
  margin: 0 1.5% 1% 0;
}

.multi-box .txt-list p span {
  font-size: 1em;
}

.multi-box .txt-list .icn {
  width: 46px;
}

/*おすすめ製品*/
.rec-product {
  background-color: #eaf9ff;
  margin-top: 31px;
  padding: 41px;
  border-radius: 10px;
  box-sizing: border-box;
}

.rec-product-ttl {
  font-size: 1.6666em;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  color: #134faf;
}

.rec-product .product-box {
  width: calc(100% - 82px);
}

.rec-product .product-box .left {
  width: 170px;
}

.rec-product .product-box .right .cap {
  width: 95%;
}

/* ----------------
台車・カート交換キャスター 表
----------------*/
.caster-data {
  width: 100%;
  margin-top: 30px;
}

.caster-data table {
  width: 980px;
  border-collapse: collapse;
  table-layout: fixed;
}

.caster-data table,
.caster-data table th,
.caster-data table td {
  border: 1px solid #cccccc;
}

.caster-data table th {
  height: 55px;
  background-color: #e8eaec;
  font-size: .9333em;
}

.caster-data table th:nth-child(1) {
  background-color: #97cbef;
  font-size: 1.2666em;
  font-weight: bold;
  text-align: left;
  padding-left: 1%;
}

.caster-data table th.green:nth-child(1) {
  background-color: #c9dc70;
}

.caster-data table th:nth-child(1) {
  width: 280px;
}

.caster-data table th:nth-child(2) {
  width: 245px;
}

.caster-data table th:nth-child(3) {
  width: 245px;
}

.caster-data table th:nth-child(4) {
  width: 70px;
}

.caster-data table th:nth-child(5) {
  width: 67px;
}

.caster-data table th:nth-child(6) {
  width: 58px;
}

.caster-data table td {
  height: 119px;
  font-size: 1em;
  text-align: center;
}

.caster-data table td.product-img img {
  width: 83%;
}

.caster-data table td.dark-gray {
  background-color: #575859;
  color: #ffffff;
}

.caster-data table td.gray {
  background-color: #808285;
  color: #ffffff;
}

.caster-data table td.light-gray {
  background-color: #bbbdc0;
}

.caster-data table td.product-data {
  text-align: left;
  padding-left: 1.4%;
}

.caster-data table td.product-feature {
  font-size: 1.2666em;
  font-weight: bold;
}

.caster-data table td.product-feature span {
  display: block;
  width: fit-content;
  min-width: 5em;
  background-color: #f58230;
  font-size: .7894em;
  margin: 7% auto;
  padding: 7% 5%;
  color: #ffffff;
}

.caster-data table td.product-data .hinban {
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.38;
  padding-left: 1em;
  color: #2064b2;
  position: relative;
}

.caster-data table td.product-data .hinban::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("https://www.sanwa.co.jp/static/images/common/yaji_maru_bl_12.png") no-repeat;
  background-size: contain;
  margin: auto;
  position: absolute;
  inset: 0 auto 0 0;
}

.caster-data table td.product-data .price {
  font-size: .9em;
  margin: 1% 0;
}

/* J31(125・150mm径キャスター) */
#J31-caster .caster-data table td {
  height: 55px;
}

/* オプション*/
.option-area {
  width: 100%;
  background-color: #eae3c6;
  margin: 30px 0 0;
  padding: 30px 0 10px 30px;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
}

.option-area::before {
  content: "";
  height: 0;
  border-top: 0;
  border-bottom: 21px solid #eae3c6;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-style: solid;
  position: absolute;
  top: -15px;
  left: 11.7%;
}

.option-ttl {
  font-size: 1.3333em;
  font-weight: bold;
  color: #7a5400;
}

.option-ttl span {
  font-size: .9em;
  color: #333333;
}

.option-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0 0;
}

.option-inner .product-item {
  display: flex;
  width: 32%;
  margin: 0 2% 2% 0;
  align-items: flex-end;
}

.option-inner .product-item:nth-of-type(3n) {
  margin-right: 0;
}

.option-inner .product-item .product-img {
  width: 80px;
}

.option-inner .product-item .product-img img {
  width: 100%;
}

.option-inner .product-item .txt-box {
  font-size: 1em;
  line-height: 1.4;
  margin-left: 3.2%;
}

.option-inner .product-item .hinban {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.38;
  padding-left: 1em;
  color: #2064b2;
  position: relative;
}

.option-inner .product-item .hinban::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("https://www.sanwa.co.jp/static/images/common/yaji_maru_bl_12.png") no-repeat;
  background-size: contain;
  margin: auto;
  position: absolute;
  inset: 0 auto 0 0;
}

/*リンクボタン  */
.link-btn-area {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 48px auto 80px;
}

.link-btn-area .link-btn {
  font-size: 1.3333em;
  background-color: #FFE86E;
  display: block;
  text-align: center;
  position: relative;
  width: fit-content;
  padding: 15px 50px 15px 30px;
  margin: 0 3% 0;
  border-radius: 25px;
  color: #383d39;
  font-weight: 600;
  line-height: 1.1;
}

.link-btn-area .link-btn.green {
  background-color: #459169;
  color: #fff;
}

.link-btn::after {
  content: "";
  position: absolute;
  inset: 0 30px 0 auto;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #383d39;
  border-right: 0;
}

.link-btn.green::after {
  border-left: 10px solid #FEE101;
}

/* 物流製品の活用事例 */
#use-case {
  margin: 15% auto 0;
  background-color: #E4EEE5;
  padding-bottom: 5%;
}

.use-case-block {
  margin: 0 auto;
  background-color: #E4EEE5;
}

.use-case-img {
  width: 100%;
}

.use-case-product {
  background-color: #fff;
  border-radius: 13px;
  display: flex;
  flex-wrap: wrap;
  width: 91%;
  margin: 0 auto;
}

.use-case-product .product-box {
  border-bottom: 0;
  display: flex;
  width: 50%;
  padding: 1% 0 1% 4%;
  box-sizing: border-box;
}

.use-case-product .product-box:nth-of-type(even) {
  padding-left: 0;
}

.use-case-product .product-box .product-img {
  width: 140px;
  border: 0;
}

.use-case-product .product-box .item-data {
  margin: 4% 0 0 4%;
  line-height: 1.6;
}

.use-case-product .product-box .hinban {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.38;
  padding-left: 1em;
  color: #2064b2;
  position: relative;
}

.use-case-product .product-box .hinban::before {
  content: "";
  width: 12px;
  height: 12px;
  background: url("https://www.sanwa.co.jp/static/images/common/yaji_maru_bl_12.png") no-repeat;
  background-size: contain;
  margin: auto;
  position: absolute;
  inset: 0 auto 0 0;
}

/* 特注バナー */
.tokutyu-banner {
  position: relative;
  margin: 8% auto 0;
}

.tokutyu-banner img {
  width: 100%;
}

.tokutyu-banner a {
  display: block;
  margin: auto;
  position: absolute;
  top: 74.2%;
  left: 0;
  right: 0;
  width: 44.3265%;
}

.tokutyu-banner a img {
  width: 100%;
}

/* 用語集 */
#logistics-glossary {
  margin: 100px 0 0;
}

#logistics-glossary .title-content {
  background-color: #393a3e;
  font-size: 1.55em;
  letter-spacing: 1.1px;
  margin: 0;
  padding: 1.7% 0 1.5% 2%;
  color: #ffffff;
}

#logistics-glossary .parlance {
  padding: 1.8% 4% 1%;
  border-bottom: 1px solid #393a3e;
  border-left: 1px solid #393a3e;
  border-right: 1px solid #393a3e;
}

#logistics-glossary .parlance .parlance-item {
  padding: 2.9% 0;
  border-bottom: 1px dotted;
}

#logistics-glossary .parlance .parlance-item:last-child {
  border-bottom: 0;
}

#logistics-glossary .parlance .glossary-block {
  display: flex;
}

#logistics-glossary .parlance .glossary-block .glossary-text {
  width: 50%;
}

#logistics-glossary .parlance .glossary-block .glossary-text.width-full {
  width: 100%;
}

#logistics-glossary .parlance .glossary-block .glossary-text p {
  width: 100%;
  font-size: .9333em;
  line-height: 1.5;
  letter-spacing: .4px;
  padding: 0 0 0 12px;
}

#logistics-glossary .parlance .glossary-block .glossary-text p.terms-name {
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0;
}

#logistics-glossary .parlance .glossary-block .glossary-text .banner-btn {
  display: block;
  width: fit-content;
  font-size: .9333em;
  font-weight: bold;
  margin: 4% 0 0 4%;
  padding: 1.5% 10.4% 1.5% 7.4%;
  border: 1px solid;
  border-radius: 25px;
}

#logistics-glossary .parlance .glossary-block .glossary-text .banner-btn span {
  position: relative;
}

#logistics-glossary .parlance .glossary-block .glossary-text .banner-btn span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #1c64b3;
  border-right: 0;
  border-style: solid;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -1em;
}

#logistics-glossary .parlance .glossary-block .glossary-text .banner-btn:hover span {
  position: relative;
}

#logistics-glossary .parlance .glossary-block .glossary-text .banner-btn:hover span::after {
  content: "";
  position: absolute;
  border-left: 8px solid #ff0000;
}

#logistics-glossary .parlance .glossary-block .glossary-img {
  display: flex;
  justify-content: space-between;
  width: 47%;
  margin: 0 0 1% 3%;
}

#logistics-glossary .parlance .glossary-block .glossary-img p {
  width: 50%;
  max-width: 210px;
}

#logistics-glossary .parlance .glossary-block .glossary-img p.width-full {
  width: 100%;
  max-width: 430px;
}

#logistics-glossary .parlance .glossary-block .glossary-img p a {
  display: block;
  width: 100%;
}

#logistics-glossary .parlance .glossary-block .glossary-img p img {
  width: 100%;
}

.merit-demerit {
  display: flex;
  background-color: #eaf2f8;
  margin: 3.2% auto 0;
  padding: 4.7%;
  border-radius: 6px;
}

.merit-demerit .merit-demerit-block {
  width: 46.6%;
}

.merit-demerit .merit-demerit-block.demerit {
  margin: 0 0 0 5.6%;
}

.merit-demerit .merit-demerit-block.demerit li {
  /*margin: 0;*/
}

.merit-demerit p {
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0;
  padding: 0;
}

.merit-demerit ul {
  margin: 3.4% auto 0;
}

.merit-demerit ul li {
  font-size: .9333em;
  line-height: 1.4;
  letter-spacing: .03em;
  text-indent: -.5em;
  margin: 1.3% auto 0;
  padding-left: .7em;
}

/* カタログ・資料請求 */
div#catalog-pc {
  border: 0.2em solid #9FBFE6;
  border-radius: 0.7em;
  background-color: #DBE7F5;
  padding: 2% 7.5% 2% 5%;
  margin: 7.2% 0 7%;
}

div#catalog-sp {
  border: 0.2em solid #9FBFE6;
  border-radius: 0.7em;
  background-color: #DBE7F5;
  padding: 3% 5%;
  margin: 5% 0;
  display: none;
}

div#catalog-pc div.cata_left {
  float: left;
  width: 75%;
  padding-top: 2%;
}

div#catalog-pc div.cata_left p {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 3%;
}

div#catalog-pc div.cata_left span {
  display: block;
  font-size: 0.95em;
  line-height: 1.6;
}

div#catalog-pc div.cata_left ul {
  margin-top: 3.5%;
}

div#catalog-pc div.cata_left ul li {
  float: left;
  width: 45%;
  padding-right: 2%;
}

div#catalog-pc div.cata_left ul li a {
  display: block;
  text-align: center;
  padding: 5%;
  background-color: #125EAC;
  color: #FFFFFF;
  font-size: 0.95em;
}

div#catalog-pc div.cata_left ul li a:hover {
  text-decoration: none;
}

div#catalog-pc div.cata_right {
  float: right;
  width: 16.5%;
  text-align: center;
}

div#catalog-pc div.cata_right img {
  width: 100%;
}

div#catalog-pc div.cata_left ul li a img {
  width: 3.8%;
  vertical-align: middle;
  margin: 0 0 0 12px;
}

div .relation {
  margin: 5% auto 0;
  background-color: #ffffff;
}

div .relation.other {
  width: 980px;
  margin: 0 auto;
  padding: 3% 3% 6%;
  background-color: #ffffff;
}

.relation h3 {
  font-size: 1.55em;
  text-align: left;
  padding: 1.5% 0 1.3% 2%;
  color: #FFFFFF;
  background-color: #3B3B3B;
  letter-spacing: 0.05em;
}

.relation.other h3 {
  font-size: 1.4em;
  text-align: left;
  padding: 0.5% 0;
  color: #333333;
}

.relation img {
  width: 24.2%;
  height: 148px;
  margin: 2% 0.5% 0 0;
}

.relation.other img {
  width: 230px;
  height: auto;
  margin: 0 1.6% 0 0;
}

.link-img li {
  display: inline;
}

.link-img li:nth-child(4n) img {
  margin-right: 0;
}

img.new, img.lim, img.abo, img.deal {
  vertical-align: 0;
}
