@charset "UTF-8";
/* ===================================================================
CSS information
 style info :ヘッダーエリア
=================================================================== */
dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 980px) {
  .sp-header {
    display: none !important;
  }
}

@media (max-width: 979px) {
  .pc-header {
    display: none !important;
  }
}

#header {
  width: 100%;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 0.95em;
}

#header.index-page {
  margin-bottom: 10px;
}

#header-outer {
  background-color: #fff;
  position: relative;
  z-index: 1300;
  width: 100%;
}

#header-inner:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

#header-inner {
  max-width: 1215px;
  min-width: 980px;
  width: 100%;
  height: 94px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 12px 0;
  z-index: 5;
  display: flex;
  justify-content: left;
  align-items: flex-end;
}

#header-global-navi {
  display: flex;
  justify-content: stretch;
  width: 940px;
  max-width: 100%;
  margin: 0 auto;
}

#header-global-navi li {
  /* border-bottom: 6px solid transparent; */
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

#header-global-navi li a {
  position: relative;
  font-size: 1.25em;
  color: #fff;
  font-weight: bold;
  padding: 0.7em 0.5em;
  line-height: 1.4;
  box-sizing: border-box;
  display: block;
  height: 100%;
  white-space: nowrap;
  text-align: center;
  background-color: #174eaf;
}

#header-global-navi li a:hover {
  color: #174eaf;
  background-color: #ededed;
}

#header-global-navi li a:hover::after {
  border-color: #174eaf;
}

#header-global-navi li.tab a {
  padding: 0.7em 0.5em;
}

#header-global-navi li.tab a::after {
  content: "";
  width: 6px;
  height: 6px;
  margin: 0 0 0 9px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  position: relative;
  display: inline-block;
  vertical-align: 3px;
}

#header-global-navi li.tab a:hover::after {
  border-color: #174eaf;
}

#header-global-navi li.tab.select-border {
  /* border-color: #174eaf; */
}

#header-global-navi li.tab.select-border a {
  color: #174eaf;
  background-color: #ededed;
}

#header-global-navi li.tab.select-border a::after {
  border-color: #174eaf;
}

@media (max-width: 1040px) {
  #header-global-navi li a {
    font-size: 1.15em;
  }
}

.top-navi-outer {
  width: 100%;
  padding: 55px 0 0;
  box-sizing: border-box;
  margin: 0;
  position: relative;
  min-width: 980px;
}

.top-navi-outer .top-navi {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #174eaf;
}

/* ロゴ
-------------------------------------*/
/* TOPページの場合 */
#header h1 {
  display: inline;
  float: left;
  margin: 0 0 0 5px;
  width: 100%;
}

#top-logo a {
  display: block;
  max-width: 160px;
  width: 100%;
}

#top-logo a img {
  width: 100%;
}

/* その他のページの場合 */
#header-ci {
  display: inline;
  float: left;
  margin: 0 0 0 5px;
  width: 180px;
}

/* ユーティリティ
-------------------------------------*/
#header-utility {
  position: relative;
  text-align: right;
  width: 40%;
}

#header-utility .header-utility-inner {
  display: inline-block;
  margin: 0 0 5px auto;
}

#header-utility .header-utility-inner ul {
  display: flex;
}

#header-utility .header-utility-inner ul li {
  margin: 0 32px 0 0;
  font-size: 0.9em;
  line-height: 1.4;
  position: relative;
  font-weight: bold;
  font-weight: 600;
  white-space: nowrap;
}

#header-utility .header-utility-inner ul li a {
  color: #333;
}

#header-utility .header-utility-inner ul li a:hover {
  color: #174eaf;
}

#header-utility .header-utility-inner ul li.jump-btn {
  padding-right: 5px;
  box-sizing: border-box;
}

#header-utility .header-utility-inner ul li.jump-btn::after {
  content: "";
  background: url(../svg/external_gray.svg) no-repeat;
  width: 8px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0.3em;
  right: -0.7em;
}

#header-utility-lang {
  margin: 0 0 10px auto;
  display: inline-block;
}

#header-utility-lang ul {
  display: flex;
}

#header-utility-lang ul li.lang-btn {
  margin: 0 0 0 8px;
  font-size: 0.9em;
  line-height: 1.4;
  position: relative;
  font-weight: bold;
  font-weight: 600;
}

#header-utility-lang ul li.lang-btn a {
  color: #333;
}

#header-utility-lang ul li.lang-btn a:hover {
  color: #174eaf;
}

#header-utility ul.mainLink li a {
  color: #545454;
  text-decoration: none;
}

#header-utility ul.mainLink li a:hover {
  color: #f00;
  text-decoration: underline;
}

#linkRight ul li a {
  color: #858585;
  text-decoration: none;
}

#linkRight ul li a:hover {
  color: #f00;
  text-decoration: underline;
}

#header-utility ul.mainLink li img {
  vertical-align: -1px;
  margin-right: 3px;
}

#header-utility ul.mainLink li a img:hover {
  opacity: 1;
}

@media (max-width: 980px) {
  #header-utility {
    width: 32%;
  }
  #header-utility .header-utility-inner ul li {
    margin: 0 20px 0 0;
  }
}

/* キーワード検索
-------------------------------------*/
#top-search {
  width: 72px;
  position: absolute;
  right: 10px;
  bottom: 0;
}

@media (max-width: 980px) {
  #top-search {
    right: 0;
  }
}

div#linkRight form {
  padding: 0;
  display: block;
  background: url(../png/search_bg.png) no-repeat scroll left top;
  height: 36px;
  position: relative;
}

div#linkRight form .text {
  width: 290px;
  height: 33px;
  padding: 1px 0 0 10px;
  border: none;
  color: #999;
  font-size: 0.85em;
  line-height: 22px;
  letter-spacing: 1px;
  zoom: 1;
  z-index: 99;
}

div#linkRight form .text:active {
  top: 5px;
  left: 5px;
  width: 351px;
  height: 33px;
  padding: 1px 0 0 10px;
  border: none;
  background: none;
  color: #999;
  font-size: 0.85em;
  line-height: 22px;
  letter-spacing: 1px;
  zoom: 1;
  z-index: 99;
}

input:focus {
  outline: none;
}

div#linkRight form .btn_s {
  position: absolute;
  top: 0;
  right: -1px;
  z-index: 99;
}

div#linkRight form .btn_s:hover {
  cursor: pointer;
}

/* グローバルナビ
-------------------------------------*/
ul#header-global-navi li img.middle,
ul#header-global-navi li#gl-biz a img.over,
ul#header-global-navi-top li img.middle,
ul#header-global-navi-top li#gl-biz a img.over {
  display: none !important;
}

ul#header-global-navi li img.middle,
ul#header-global-navi-top li#gl-biz img.middle,
ul#header-global-navi li#gl-biz img.over,
ul#header-global-navi-top li#gl-biz img.over {
  display: none !important;
}

/* グローバル　オーバーレイ表示処理
-------------------------------------*/
#gl-search {
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}

#gl-search a {
  display: block;
  width: 100%;
  height: 72px;
  background-image: url(../png/btn_search.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

#gl-search a:hover {
  opacity: 0.6;
  cursor: pointer;
}

#gl-search.select-border {
  /* border-color: #174eaf; */
}

.modalArea {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1100;
  display: none;
  background-color: #bbb;
  opacity: 0.6;
}

.modalArea.searchInput {
  opacity: 0;
}

.overlay_outer {
  margin: 0 auto;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1200;
}

#overlay-menu {
  display: none;
  background-image: none !important;
  position: relative;
  min-width: 980px;
}

#overlay-menu .gl-below-icon {
  top: -11px;
}

#gl-product-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1100px;
  width: 95%;
  margin: 0 auto;
  z-index: 1100;
  background-color: #fff;
  background-image: none !important;
  border: 1px solid #ccc;
}

#gl-product-overlay .gl-below-icon {
  left: 76px;
}

#gl-support-overlay,
#gl-download-overlay,
#gl-taiou-overlay,
#gl-order-overlay,
#gl-search-overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  z-index: 110;
  background-image: none !important;
  opacity: 1;
}

#gl-support-overlay .gl-overlay-outer,
#gl-download-overlay .gl-overlay-outer,
#gl-taiou-overlay .gl-overlay-outer,
#gl-order-overlay .gl-overlay-outer,
#gl-search-overlay .gl-overlay-outer {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #e1e1e1;
}

#gl-support-overlay .gl-overlay-outer::before,
#gl-download-overlay .gl-overlay-outer::before,
#gl-taiou-overlay .gl-overlay-outer::before,
#gl-order-overlay .gl-overlay-outer::before,
#gl-search-overlay .gl-overlay-outer::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #efefef;
  opacity: 0.95;
  z-index: 111;
}

/* オーバーレイメニュー 製品情報
-------------------------------------*/
#gl-product-area {
  height: auto !important;
  /* for IE6～7 */
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  box-shadow: 1px 1px 4px #b0b0b0;
  z-index: 1000;
  position: relative;
  display: flex;
}

#gl-product-area .box-l {
  position: relative;
  width: 209px;
  z-index: 1;
  background: #fff;
}

#gl-product-area .box-m {
  position: relative;
  max-width: 889px;
  width: 90%;
  box-shadow: -3px 0 7px #c1c1c1;
  z-index: 1;
}

#gl-product-area .box-m dl:hover dt,
#gl-product-area .box-m dl:hover dd {
  background-color: #e8f1fa;
}

#gl-product-area .box-l .ichiran_btn,
#gl-product-area .box-m .ichiran_btn {
  margin: 25px 0 10px 13px;
}

#gl-product-area .box-l li {
  height: 54px;
}

#gl-product-area .box-l li,
#gl-product-area .box-m li {
  display: table;
  z-index: 0;
  font-weight: bold;
  font-size: 0.85em;
}

#gl-product-area .box-l li a {
  margin: 0 0 0 1px;
  padding: 14px 0;
}

#gl-product-area .box-l ul li:nth-first-of-type(1),
#gl-product-area .box-m ul li:nth-first-of-type(1) {
  margin: 20px 0 30px 0;
}

#gl-product-area .box-l li a {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  line-height: 1.4;
  text-decoration: none;
  width: 189px;
  margin: 0 0 0 6px;
  padding: 10px 20px 10px 16px;
}

#gl-product-area .box-l li a img {
  margin-right: 8px;
  float: left;
}

#gl-product-area .box-l li a span {
  float: left;
  line-height: 1.2;
}

#gl-product-area .box-l li a.active {
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

#gl-product-area .box-l li a:hover span {
  text-decoration: underline;
}

#gl-product-area .box-l li a.one span {
  margin: 3px 0 0 0;
}

#gl-product-area .box-l li a.two img {
  margin-top: 4px;
}

#gl-product-area .box-m li a {
  display: table-cell;
  vertical-align: middle;
  color: #333;
  line-height: 1.4;
  text-decoration: none;
  width: 208px;
  height: 52px;
  padding: 0 0 0 17px;
}

#gl-product-area .box-l li#pmenu-desk a {
  background: url(../png/icn_desk.png) no-repeat 9% center;
}

#gl-product-area .box-l li#pmenu-acc a {
  background: url(../png/icn_bag.png) no-repeat 9% center;
}

#gl-product-area .box-l li#pmenu-yoshi a {
  background: url(../png/icn_paper.png) no-repeat 9% center;
}

#gl-product-area .box-l li#pmenu-input a {
  background: url(../png/icn_mouse.png) no-repeat 9% center;
}

#gl-product-area .box-l li#pmenu-visual a {
  background: url(../png/icn_speaker.png) no-repeat 9% center;
}

#gl-product-area .box-l li#pmenu-network a {
  background: url(../png/icn_lan.png) no-repeat 9% center;
}

#gl-product-area .box-l li#pmenu-cable a {
  background: url(../png/icn_cable.png) no-repeat 9% center;
}

#gl-product-area .box-l li#pmenu-smartphone a {
  background: url(../png/icn_sp_tab.png) no-repeat 9% center;
}

#gl-product-area .box-l li#pmenu-tap a {
  background: url(../png/icn_tap.png) no-repeat 9% center;
}

#gl-product-area .box-l li#pmenu-desk a.active {
  background-image: url(../png/icn_desk.png), url(../png/menu_arrow.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 9% center, 100% 50%;
}

#gl-product-area .box-l li#pmenu-acc a.active {
  background-image: url(../png/icn_bag.png), url(../png/menu_arrow.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 9% center, 100% 50%;
}

#gl-product-area .box-l li#pmenu-yoshi a.active {
  background-image: url(../png/icn_paper.png), url(../png/menu_arrow.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 9% center, 100% 50%;
}

#gl-product-area .box-l li#pmenu-input a.active {
  background-image: url(../png/icn_mouse.png), url(../png/menu_arrow.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 9% center, 100% 50%;
}

#gl-product-area .box-l li#pmenu-visual a.active {
  background-image: url(../png/icn_speaker.png), url(../png/menu_arrow.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 9% center, 100% 50%;
}

#gl-product-area .box-l li#pmenu-network a.active {
  background-image: url(../png/icn_lan.png), url(../png/menu_arrow.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 9% center, 100% 50%;
}

#gl-product-area .box-l li#pmenu-cable a.active {
  background-image: url(../png/icn_cable.png), url(../png/menu_arrow.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 9% center, 100% 50%;
}

#gl-product-area .box-l li#pmenu-smartphone a.active {
  background-image: url(../png/icn_sp_tab.png), url(../png/menu_arrow.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 9% center, 100% 50%;
}

#gl-product-area .box-l li#pmenu-tap a.active {
  background-image: url(../png/icn_tap.png), url(../png/menu_arrow.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 9% center, 100% 50%;
}

#gl-product-area .box-l li.active,
#gl-product-area .box-m li.active {
  position: relative;
  z-index: 1;
}

#gl-product-area .box-l li a.active,
#gl-product-area .box-m li.active a {
  color: #ea441a;
  background-color: #e8f1fa !important;
}

#gl-product-area .box-l li a.active span {
  text-decoration: underline;
}

#gl-product-area .box-l li a:hover,
#gl-product-area .box-m li a:hover {
  color: #ea441a;
  background-color: #e8f1fa !important;
  text-decoration: underline;
}

div#pmenu-l-001049:before {
  content: "";
  display: block;
  width: 17px;
  height: 32px;
  background-image: url(../png/yaji.png);
  position: absolute;
  top: 11px;
  left: -17px;
  z-index: 3;
}

div#pmenu-l-001062:before {
  content: "";
  display: block;
  width: 17px;
  height: 32px;
  background-image: url(../png/yaji.png);
  position: absolute;
  top: 65px;
  left: -17px;
  z-index: 3;
}

div#pmenu-l-001050:before {
  content: "";
  display: block;
  width: 17px;
  height: 32px;
  background-image: url(../png/yaji.png);
  position: absolute;
  top: 118px;
  left: -17px;
  z-index: 3;
}

div#pmenu-l-001051:before {
  content: "";
  display: block;
  width: 17px;
  height: 32px;
  background-image: url(../png/yaji.png);
  position: absolute;
  top: 174px;
  left: -17px;
  z-index: 3;
}

div#pmenu-l-001052:before {
  content: "";
  display: block;
  width: 17px;
  height: 32px;
  background-image: url(../png/yaji.png);
  position: absolute;
  top: 228px;
  left: -17px;
  z-index: 3;
}

div#pmenu-l-001053:before {
  content: "";
  display: block;
  width: 17px;
  height: 32px;
  background-image: url(../png/yaji.png);
  position: absolute;
  top: 282px;
  left: -17px;
  z-index: 3;
}

div#pmenu-l-001054:before {
  content: "";
  display: block;
  width: 17px;
  height: 32px;
  background-image: url(../png/yaji.png);
  position: absolute;
  top: 335px;
  left: -17px;
  z-index: 3;
}

div#pmenu-l-001055:before {
  content: "";
  display: block;
  width: 17px;
  height: 32px;
  background-image: url(../png/yaji.png);
  position: absolute;
  top: 389px;
  left: -17px;
  z-index: 3;
}

div#pmenu-l-001057:before {
  content: "";
  display: block;
  width: 17px;
  height: 32px;
  background-image: url(../png/yaji.png);
  position: absolute;
  top: 444px;
  left: -17px;
  z-index: 3;
}

div#pmenu-l-001056:before {
  content: "";
  display: block;
  width: 17px;
  height: 32px;
  background-image: url(../png/yaji.png);
  position: absolute;
  top: 498px;
  left: -17px;
  z-index: 3;
}

#gl-product-area .box-r {
  position: relative;
  float: left;
  width: 515px;
  height: 537px;
  margin: 6px 0 0 0;
  padding: 10px 0 0 5px;
  border-left: 1px solid #ddd;
  z-index: 0;
}

#gl-product-area .box-r ul {
  display: none;
  position: absolute;
  top: 9;
  left: 9;
}

#gl-product-area .box-r ul ol {
  margin: 0 0 0 30px;
  float: left;
  list-style: outside none none;
}

#gl-product-area .box-r ul ol.lline {
  height: 37.4em;
  border-left: 1px solid #ddd;
  padding: 0 0 0 18px;
  margin: 0 0 0 21px;
}

#gl-product-area .box-r ul li {
  position: relative;
  margin: 0;
  width: 210px;
  height: 46px;
  border-bottom: 1px solid #ddd;
}

#gl-product-area .box-r ul li img {
  width: 36px;
  height: 40px;
  vertical-align: middle;
}

#gl-product-area .box-r ul li a {
  display: block;
  width: 210px;
  height: 45px;
  margin: 5px 0 0;
  background: url(../gif/yaji_gr.gif) no-repeat right center;
  font-weight: bold;
  color: #333;
}

#gl-product-area .box-r ul li a:hover {
  color: #ea441a;
  transition: 0.1s;
}

#gl-product-area .box-r ul li a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9em;
  line-height: 130%;
  margin: 0 0 0 10px;
}

#gl-product-area .box-r ul li a span object {
  display: block;
  text-indent: -0.5em;
}

#gl-product-area .box-r .close {
  position: absolute;
  right: 10px;
  bottom: 10px;
}

#gl-product-area .box-m dl {
  display: table;
  background-color: #f7f7f7;
  border-bottom: 1px solid #c9c9c9;
}

#gl-product-area .box-m dl:nth-last-of-type(1) {
  background-color: #f7f7f7;
  border-bottom: none;
}

#gl-product-area .box-m dl:last-child {
  border-bottom: 1px solid #c9c9c9;
}

#gl-product-area .box-m dl dt {
  display: table-cell;
  vertical-align: top;
  padding: 19px 0 0 13px;
  width: 135px;
  font-size: 0.95em;
  font-weight: bold;
}

#gl-product-area .box-m dl dt img {
  vertical-align: middle;
  width: 40px;
  margin: 5px 6.5% 4px 0;
}

#gl-product-area .box-m #pmenu-l-yoshi dl dt img {
  margin: 9px 6.5% 4px 0;
}

#gl-product-area .box-m #pmenu-l-input dl dt img {
  margin: 9px 6.5% 4px 0;
}

#gl-product-area .box-m #pmenu-l-visual dl dt img {
  margin: 9px 6.5% 4px 0;
}

#gl-product-area .box-m #pmenu-l-cable dl dt img {
  margin: 9px 6.5% 4px 0;
}

#gl-product-area .box-m #pmenu-l-smartphone dl dt img {
  margin: 9px 6.5% 4px 0;
}

#gl-product-area .box-m dl dt span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.35;
  /*width:145px;*/
}

#gl-product-area .box-m dl dt span:hover {
  text-decoration: none;
}

#gl-product-area .box-m dl dd {
  display: table-cell;
  vertical-align: top;
  padding: 0.8em 0 0.8em 10px;
  background-color: #fff;
  width: 731px;
}

.box-m #pmenu-l-tap .pmenu-l-inner dl:nth-last-of-type(1),
.box-m #pmenu-l-network .pmenu-l-inner dl:nth-last-of-type(1),
.box-m #pmenu-l-input .pmenu-l-inner dl:nth-last-of-type(1) {
  height: 250px;
}

#gl-product-area .box-m dl dt a {
  color: #333;
}

#gl-product-area .box-m dl dd a {
  display: inline-block;
  vertical-align: top;
  width: 175px;
  padding: 6px 0;
  font-size: 0.8em;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 15px;
  color: #333;
}

#gl-product-area .box-m .pmenu-l-001049 dl dd {
  padding: 0.73em 0 0.73em 10px;
}

#gl-product-area .box-m .pmenu-l-001049 dl dd a {
  padding: 4px 0;
}

#gl-product-area .box-m .pmenu-l-001057 dl dd a {
  width: 315px;
}

#gl-product-area .box-m dl dd a img {
  width: 33px;
}

#gl-product-area .box-m dl dd a span.images {
  width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

#gl-product-area .box-m dl dd a span.catettl {
  display: inline-block;
  vertical-align: middle;
  width: 129px;
}

#gl-product-area .box-m .pmenu-l-001057 dl dd a span.catettl {
  display: inline-block;
  vertical-align: middle;
  width: 215px;
}

/* 第2・3カテゴリ下の余白が狭い場合 */
/*
.box-m .pmenu-l-inner {
	position: relative;
}

.box-m #pmenu-l-001052 .pmenu-l-inner div.hiatus,
.box-m #pmenu-l-001054 .pmenu-l-inner div.hiatus,
.box-m #pmenu-l-001056 .pmenu-l-inner div.hiatus {
	width: 148px;
	height: 681px;
	background-color: #F7F7F7;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.box-m #pmenu-l-001052 .pmenu-l-inner dl:nth-last-of-type(1),
.box-m #pmenu-l-001054 .pmenu-l-inner dl:nth-last-of-type(1),
.box-m #pmenu-l-001056 .pmenu-l-inner dl:nth-last-of-type(1) {
	border-bottom: none;
}
*/
.box-m #pmenu-l-yoshi .pmenu-l-inner dl dd a {
  padding: 10px 0;
}

.box-m #pmenu-l-input .pmenu-l-inner dl dd a {
  padding: 10px 0;
}

.box-m #pmenu-l-visual .pmenu-l-inner dl dd a {
  padding: 10px 0;
}

.box-m #pmenu-l-cable .pmenu-l-inner dl dd a {
  padding: 10px 0;
}

.box-m #pmenu-l-network .pmenu-l-inner dl dd a {
  padding: 10px 0;
}

.box-m #pmenu-l-smartphone .pmenu-l-inner dl dd a {
  padding: 10px 0;
}

.box-m #pmenu-l-tap .pmenu-l-inner dl dd a {
  padding: 10px 0;
}

.box-m #pmenu-l-desk dl dd a:nth-of-type(4n) {
  width: 145px;
}

.box-m #pmenu-l-acc dl dd a {
  width: 220px;
}

.box-m #pmenu-l-acc dl dd a:nth-of-type(3n) {
  width: 190px;
}

.box-m #pmenu-l-input dl dd a {
  width: 210px;
}

.box-m #pmenu-l-input dl dd a:nth-of-type(3n) {
  width: 210px;
}

.box-m #pmenu-l-visual dl dd a {
  width: 210px;
}

.box-m #pmenu-l-visual dl dd a:nth-of-type(3n) {
  width: 210px;
}

.box-m #pmenu-l-network dl dd a {
  width: 210px;
}

.box-m #pmenu-l-network dl dd a:nth-of-type(3n) {
  width: 210px;
}

.box-m #pmenu-l-cable dl dd a {
  width: 220px;
}

.box-m #pmenu-l-cable dl dd a:nth-of-type(3n) {
  width: 190px;
}

.box-m #pmenu-l-smartphone dl dd a {
  width: 315px;
}

.box-m #pmenu-l-tap dl dd a {
  width: 220px;
}

.box-m #pmenu-l-tap dl dd a:nth-of-type(3n) {
  width: 190px;
}

.box-m #pmenu-l-yoshi .pmenu-l-inner {
  position: relative;
}

.box-m #pmenu-l-input .pmenu-l-inner {
  position: relative;
}

.box-m #pmenu-l-visual .pmenu-l-inner {
  position: relative;
}

.box-m #pmenu-l-cable .pmenu-l-inner {
  position: relative;
}

.box-m #pmenu-l-smartphone .pmenu-l-inner {
  position: relative;
}

#gl-product-area .box-m dl dt a:hover span,
#gl-product-area .box-m dl dd a:hover span {
  color: #f00;
  text-decoration: underline;
}

div.global-reco {
  border-top: 1px solid #c9c9c9;
  padding: 3% 5%;
}

div.global-reco p {
  margin: 0 0 2.5%;
}

div.global-reco div.reco-list {
  display: flex;
  flex-wrap: wrap;
}

div.global-reco div.reco-list a {
  width: 31%;
  margin: 4% 1.5% 0 0;
  opacity: 1;
  transition: 0.2s;
}

div.global-reco div.reco-list a:nth-of-type(1),
div.global-reco div.reco-list a:nth-of-type(2),
div.global-reco div.reco-list a:nth-of-type(3) {
  margin: 0 1.5% 0 0;
}

div.global-reco div.reco-list a:hover {
  opacity: 0.6;
  text-decoration: none;
  transition: 0.2s;
}

div.global-reco div.reco-list a img {
  vertical-align: top;
  width: 25%;
}

div.global-reco div.reco-list a span {
  display: inline-block;
  vertical-align: top;
  width: 73%;
  line-height: 1.35;
  color: #333;
}

div.global-reco div.reco-list a span object {
  display: block;
  color: #064da2;
  font-size: 0.9em;
}

#header #product-info-tap-pick {
  display: none;
}

#header #product-info-tap-pick.active {
  display: flex;
}

#header #product-info-tap-pick.box-b {
  background: #fff;
  justify-content: space-between;
  padding: 22px 15px 22px;
  border-top: 1px solid #c9c9c9;
}

#header #product-info-tap-pick.box-b .box-mark {
  background: #E7E7E7;
  width: 11.6%;
  text-align: center;
  padding: 3.6% 0;
  font-weight: bold;
}

#header #product-info-tap-pick.box-b li {
  max-width: 300px;
  min-height: 72px;
  width: 30%;
  box-sizing: border-box;
  box-shadow: 2px 2px 2px #e1e1e1;
  position: relative;
  border: 1px solid #AAAAAA;
  text-align: right;
}

#header #product-info-tap-pick.box-b li a {
  color: #333;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  font-weight: bold;
  opacity: 1;
  transition: 0.2s;
}

#header #product-info-tap-pick.box-b li a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

#header #product-info-tap-pick.box-b li a:hover img {
  opacity: 1 !important;
}

#header #product-info-tap-pick.box-b li a span {
  display: block;
  text-align: center;
  width: 46%;
  padding: 12% 0;
  color: #174FAF;
}

#header #product-info-tap-pick.box-b li a img {
  width: 54%;
  vertical-align: middle;
}

#header #product-info-tap-pick.box-b li::after {
  content: "";
  background: url(../svg/yaji_kaku.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 2%;
  bottom: 7%;
}

#header #product-info-nolmal-pick {
  display: flex;
}

#header #product-info-nolmal-pick.hide {
  display: none;
}

#header #product-info-nolmal-pick.box-b {
  background: #fff;
  justify-content: space-between;
  padding: 26px 24px 11px;
  border-top: 1px solid #c9c9c9;
}

#header #product-info-nolmal-pick.box-b li {
  max-width: 255px;
  min-height: 72px;
  width: 24%;
  margin: 0 0 11px;
  box-sizing: border-box;
  background-color: #f2f5fc;
  box-shadow: 1px 1px 2px #e1e1e1;
  position: relative;
}

#header #product-info-nolmal-pick.box-b li a {
  color: #333;
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0 0 12px;
  box-sizing: border-box;
  font-weight: bold;
}

#header #product-info-nolmal-pick.box-b li a img {
  width: 50px;
  vertical-align: middle;
  margin: 0 10px 0 0;
}

#header #product-info-nolmal-pick.box-b li::after {
  content: "";
  background: url(../svg/yaji_kaku.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 5%;
  bottom: 7%;
}

#header #product-info-nolmal-pick.box-b li a .two-row {
  display: inline-block;
  vertical-align: middle;
}

/* オーバーレイメニュー お客様サポート
-------------------------------------*/
#gl-support-area,
#gl-download-area,
#gl-taiou-area,
#gl-order-area,
#gl-search-area {
  /* for modern browser */
  height: auto !important;
  /* for modern browser */
  /* for IE6～7 */
  max-width: 1040px;
  margin: 0 auto;
  padding: 32px 0;
  z-index: 112;
  position: relative;
}

#gl-support-area ul,
#gl-download-area ul,
#gl-order-area ul,
#gl-taiou-area ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

#gl-support-area ul:last-of-type,
#gl-download-area ul:last-of-type,
#gl-order-area ul:last-of-type,
#gl-taiou-area ul:last-of-type {
  margin-bottom: 0;
}

#gl-support-area ul li,
#gl-download-area ul li,
#gl-order-area ul li,
#gl-taiou-area ul li {
  max-width: 340px;
  min-height: 82px;
  width: 50%;
  margin: 0 0 11px;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 1px 1px 2px #e1e1e1;
  border: 1px solid #cccccd;
  position: relative;
}

#gl-support-area ul li a,
#gl-download-area ul li a,
#gl-order-area ul li a,
#gl-taiou-area ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 0 0 13px;
  box-sizing: border-box;
  color: #333;
  font-size: 1em;
  letter-spacing: 0.08em;
  font-weight: bold;
  line-height: 1.6;
}

#gl-support-area ul li a .two-row,
#gl-download-area ul li a .two-row,
#gl-order-area ul li a .two-row,
#gl-taiou-area ul li a .two-row {
  display: inline-block;
  vertical-align: middle;
}

#gl-support-area ul li a .blue,
#gl-download-area ul li a .blue,
#gl-order-area ul li a .blue,
#gl-taiou-area ul li a .blue {
  color: #004da2;
}

#gl-support-area ul li a:hover,
#gl-download-area ul li a:hover,
#gl-order-area ul li a:hover,
#gl-taiou-area ul li a:hover {
  opacity: 0.6;
}

#gl-support-area ul li a:hover img,
#gl-download-area ul li a:hover img,
#gl-order-area ul li a:hover img,
#gl-taiou-area ul li a:hover img {
  opacity: 1 !important;
}

#gl-support-area ul li img,
#gl-download-area ul li img,
#gl-order-area ul li img,
#gl-taiou-area ul li img {
  max-width: 60px;
  height: auto;
  vertical-align: middle;
  margin: 0 14px 0 0;
}

#gl-support-area ul li::after,
#gl-download-area ul li::after,
#gl-order-area ul li::after,
#gl-taiou-area ul li::after {
  content: "";
  background: url(../svg/yaji_kaku.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 6px;
  bottom: 6px;
}

#gl-support-area ul li:hover::after,
#gl-download-area ul li:hover::after,
#gl-order-area ul li:hover::after,
#gl-taiou-area ul li:hover::after {
  opacity: 0.6;
}

#gl-taiou-area {
  max-width: 1140px;
}

#gl-taiou-area ul li {
  width: 33%;
  max-width: 373px;
}

#gl-taiou-area ul li a {
  display: block;
  text-align: center;
  padding: 6% 0;
}

#gl-taiou-area ul li a span.head {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  color: #004DA2;
  line-height: 1.5;
}

#gl-taiou-area ul li a span.cap {
  display: block;
  font-size: 0.9333em;
  margin: 0.7% 0 0;
}

#gl-taiou-area ul li a img {
  width: 100%;
  max-width: 68%;
  margin: 1% auto 0;
}

#gl-taiou-area ul li:nth-child(2) .head {
  margin: 3.7% 0 2.9%;
}

#gl-taiou-area ul li:nth-child(2) .cap {
  margin: 1.6% 0 0;
}

#gl-download-area {
  max-width: 1150px;
}

#gl-download-area ul li {
  max-width: 280px;
}

/* ----------------------------------------
    お見積り・ご注文 (サンワチャンネル)
---------------------------------------- */
#gl-order-area ul {
  justify-content: flex-start;
}

#gl-order-area ul li {
  margin-left: 0.85%;
}

#gl-order-area ul li:nth-of-type(3n + 1) {
  margin-left: 0;
}

.empty_box {
  visibility: hidden;
}

#header .menu-bottom-area {
  display: flex;
  width: fit-content;
  margin: 6px 0 0 auto;
}

#header .menu-bottom-area .ichiran-btn a {
  display: block;
  width: fit-content;
  margin: 0 10px 0 0;
  padding: 0 13px 0 23px;
  box-sizing: border-box;
  text-align: center;
  background-color: #1b4e9e;
  font-size: 0.82em;
  height: 25px;
  line-height: 25px;
  color: #fff;
  position: relative;
}

#header .menu-bottom-area .ichiran-btn a::after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
}

#header .menu-bottom-area .ichiran-btn a:hover {
  opacity: 0.6;
}

#header .menu-bottom-area .close:hover {
  opacity: 0.6;
  cursor: pointer;
}

#gl-search-area {
  max-width: 735px;
  padding: 50px 0 45px;
  z-index: 9999;
}

#search-box-area {
  max-width: 700px;
  padding: 0;
  text-align: right;
}

#header .search-area {
  width: 98%;
  margin: 15px 0;
}

#header .search-box {
  margin: 0 auto;
  width: 100%;
  height: 42px;
  display: flex;
  position: relative;
}

#header .search-box .text {
  width: 460px;
  height: 100%;
  margin: 0;
  padding: 0 0 0 15px;
  color: #333;
  border: 1px solid #6f6f6f;
  border-radius: 4px 0 0 4px;
  font-size: 1.05em;
  letter-spacing: 0;
  font-family: inherit;
  background-color: #fff;
  box-sizing: border-box;
}

#header .search-btn-area {
  width: 60px;
  height: 42px;
  border-radius: 0 4px 4px 0;
  font-size: 1em;
  line-height: 1.6;
  box-sizing: border-box;
  color: #fff;
  background-color: #6f6f6f;
  position: relative;
  margin: 0;
  text-align: center;
}

#header .search-btn-area:hover {
  opacity: 0.6;
}

#header .search-btn-area:hover input,
#header .search-btn-area:hover span {
  cursor: pointer;
}

#header .search-btn-area input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
}

#header .search-btn-area .search-icon {
  display: inline-block;
  width: 46px;
  height: 100%;
  margin: 0;
  padding: 0;
  background-image: url(../png/icn_search_wt.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 70%;
  border: 0;
  box-sizing: border-box;
}

#header .search-btn-area .sub-text {
  display: inline-block;
  vertical-align: top;
  margin: 13px 0 0 3px;
  font-size: 1.1em;
  font-weight: bold;
  font-weight: 600;
  color: #fff;
}

#header .featured-word {
  margin: 2.7% 0 0;
  display: flex;
}

#header .featured-word ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 70.4%;
  margin: 0 0 0 12px;
}

#header .featured-word ul li {
  display: block;
  margin: 0 0.5% 1.5%;
  padding: 0.8% 2.8% 0.7% 2.5%;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 1.6;
  color: #7e7e7e;
  background-color: #fff;
  border: 1px solid;
  box-sizing: border-box;
  border-radius: 15px;
  position: relative;
}

#header .featured-word ul li::after {
  content: "";
  background: url(../svg/yaji_rt.svg) left center no-repeat;
  background-size: 100% auto;
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 20px;
  margin: 0 0 0 6px;
}

#header .featured-word ul li:hover {
  cursor: pointer;
}

#header .clearButton {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20%;
  top: 11px;
  background: url(../png/btn_close_wt_100.png) no-repeat;
  background-size: contain;
  cursor: pointer;
  z-index: 1600;
}

/* パンくず
-------------------------------------*/
#topic-path {
  clear: both;
  width: 100%;
  margin: 5px 0 20px;
  padding: 7px 0;
  font-size: 0.89em;
  line-height: 1.4em;
  word-spacing: 0.1em;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

#topic-path p {
  width: 1215px;
  margin: 0 auto;
  text-align: left;
  max-width: 100%;
}

body.ie #topic-path {
  clear: both;
  width: 100%;
  margin: 5px 0 20px;
  padding: 7px 10px 7px 0;
  font-size: 0.87em;
  line-height: 1.4em;
  word-spacing: 0.1em;
}

@media (min-width: 480px) and (max-width: 1050px) {
  .header-bottom {
    width: calc(100% + 40px);
    position: relative;
    top: 0;
    left: -20px;
    overflow: hidden;
  }
}

@media (max-width: 980px) {
  /* ヘッダ */
  #header.index-page #top-logo {
    width: 13%;
    padding: 2.2% 0 0 2.7%;
  }
  #header.index-page #top-logo a {
    display: block;
    max-width: 100px;
    width: 100%;
    margin: 0 0 0 7%;
  }
  .top-navi-outer {
    box-sizing: border-box;
    position: relative;
  }
  #top-banner-area {
    position: relative;
  }
  #top-banner-area img {
    width: 100%;
  }
  #top-banner-area .sanwach-banner-outer {
    height: 32px;
  }
  #top-banner-area .sanwach-banner {
    top: 0;
    z-index: 99999;
    width: 100%;
  }
  #top-banner-area .sanwach-banner a {
    padding: 0;
    background-color: #174eaf;
    text-align: center;
    display: block;
    height: 32px;
  }
  #top-banner-area .sanwach-banner img {
    margin: 7px auto 0;
    width: 55%;
  }
  #top-banner-area .top-banner-close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 13px;
    height: 13px;
  }
  #smartphone-head {
    width: 100%;
    height: 54px;
    margin: 0;
    display: flex;
    justify-content: space-between;
  }
  #smartphone-head .head-l a img {
    vertical-align: middle;
  }
  #smartphone-head .head-l img.season-img {
    vertical-align: -14px;
    width: 15%;
    margin-left: -3%;
  }
  #smartphone-head .head-r {
    display: flex;
  }
  #smartphone-head .head-r img {
    margin: 0;
    width: 100%;
  }
  #smartphone-head #search_button {
    width: 60px;
    height: 54px;
  }
  #smartphone-head #menu_button {
    width: 60px;
    height: 54px;
  }
  #smartphone-head #menu_button .modalmenuClose {
    display: none;
  }
  .vmenu-off .menu_open {
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: url(../gif/btn_menu.gif) no-repeat center center;
    background-size: 100% 100%;
  }
  .vmenu-on .menu_open {
    cursor: pointer;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: url(../gif/btn_close.gif) no-repeat center center;
    background-size: 100% 100%;
  }
  .vmenu-off .search_open {
    cursor: pointer;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: url(../png/btn_search_sp.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .vmenu-on .search_open {
    cursor: pointer;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: url(../gif/btn_close.gif) no-repeat center center;
    background-size: 100% 100%;
  }
  #header_menu {
    position: absolute;
    width: 100%;
  }
  #header_menu div.header_menu {
    display: none;
    margin: 2% 1% 2% 1%;
    padding: 3% 0 3% 0;
    background-color: #edf4fa;
    border: 1px solid #cecfcf;
    position: relative;
  }
  #header_menu div.header_search {
    display: none;
    padding: 20px 0 30px;
    background-color: #004da2;
    position: relative;
  }
  #header_menu .title {
    border-left: 3px solid #5c5d5f;
    text-align: left;
    margin: 0 0 7px 0;
    padding: 2px 0 2px 5px;
    font-size: 1em;
    font-weight: bold;
  }
  #header_menu div.search_box {
    margin: 0 auto;
    width: 100%;
    height: 43px;
    display: flex;
    z-index: 1500;
  }
  #header_menu .search-area {
    width: 98%;
    margin: 15px 0;
  }
  #header_menu .search_box .text {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 15px;
    color: #888;
    font-size: 0.9em;
    border: none;
  }
  #header_menu .search_box .search-btn {
    display: inline-block;
    width: 53px;
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: url(../png/icn_search_gy.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 70%;
    background-color: #d3d3d3;
    border: 0;
    box-sizing: border-box;
  }
  .featured-word ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .featured-word ul li {
    display: block;
    margin: 2% 0 1.5%;
    padding: 0.7% 3.2%;
    font-size: 0.85em;
    line-height: 1.6;
    color: #7e7e7e;
    background-color: #efefef;
    box-sizing: border-box;
    border-radius: 80px;
    position: relative;
  }
  .featured-word ul li::after {
    content: "";
    background: url(../svg/yaji_rt.svg) left center no-repeat;
    background-size: 100% auto;
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 100%;
    margin: 0 0 0 6px;
  }
  #header_search #contents-list,
  #header_menu #contents-list {
    margin: 0 auto;
    width: 94%;
  }
  #header_menu #contents-list .contents-list-body {
    border: 1px solid #9e9fa1;
  }
  #header_menu #contents-list .contents-list-body table {
    border: none;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
  }
  #header_menu #contents-list .contents-list-body table tr td {
    border: 1px solid #9e9fa1;
    border-collapse: collapse;
    width: 50%;
  }
  #header_menu #contents-list .contents-list-body table tr td.list-top {
    border-top: none;
  }
  #header_menu #contents-list .contents-list-body table tr td.list-left {
    border-left: none;
  }
  #header_menu #contents-list .contents-list-body table tr td.list-right {
    border-right: none;
  }
  #header_menu #contents-list .contents-list-body table tr td.list-bottom {
    border-bottom: none;
  }
  #header_menu #contents-list .contents-list-body table tr td a {
    display: block;
    text-decoration: none;
    background: #fff;
    padding: 10px 5px 10px 10px;
  }
  #header_menu #contents-list .contents-list-body table tr td a div {
    background: url(../png/menubox_arrow.png) no-repeat right center;
    background-size: 9px 9px;
  }
  #header_menu #contents-list .contents-list-body table tr td a div span {
    font-size: 0.9em;
    color: #000;
  }
  #header_menu .menu_delta {
    position: absolute;
    top: -7px;
    right: 18px;
  }
  #header_menu div.close_btn {
    margin: 10px 0 0 0;
    text-align: center;
    cursor: pointer;
  }
  .header_search .search_delta {
    position: absolute;
    top: -7px;
    right: 68px;
  }
  /*モーダル*/
  div#header_menu .menu_list {
    padding: 0;
    background-color: #ebebeb;
    -webkit-overflow-scrolling: touch;
  }
  div#header_menu .menu_list .head_customer_name {
    padding: 8px 0 8px 5%;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
  }
  div#header_menu .menu_list .head_customer_name_top {
    font-size: 110%;
    line-height: 100%;
  }
  div#header_menu .menu_list .head_customer_name_btm {
    font-size: 140%;
    letter-spacing: -1px;
    line-height: 140%;
  }
  div#header_menu .menu_list a {
    padding: 15px 0 15px 7%;
    display: block;
    font-size: 0.9em;
    color: #555555;
    border-bottom: 1px solid #ccc;
  }
  div#header_menu .menu_list a.last {
    border-bottom: 0;
  }
  div#header_menu .menu_list a.arrow {
    padding-left: 13%;
    font-size: 0.8em;
    background: url(../png/yaji_1216_gy.png) no-repeat 9% center;
    background-size: 6px 8px;
    border: 0;
  }
  .other_link {
    background-color: #f7f7f7;
    padding: 20px 0;
  }
  div#header_menu .lang-btn {
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: 5% auto 0;
  }
  div#header_menu .lang-btn a {
    margin: 0;
    display: block;
    font-size: 0.9em;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    width: 46%;
    border: 1px solid #c6c6c6;
    background-color: #abafb4;
  }
  .sanwa-ch {
    display: block;
    width: 90%;
    margin: auto;
    border: 2px solid #174eaf;
    text-align: left;
    color: #174eaf;
    font-weight: bold;
    box-sizing: border-box;
    text-align: center;
  }
  .sanwa-ch .icon img {
    max-width: 78px;
    width: 100%;
    vertical-align: middle;
  }
  .sanwa-ch .two-row {
    display: inline-block;
    vertical-align: middle;
  }
  .sanwa-ch .strong {
    font-size: 1.3em;
  }
  div#header_menu a.modalmenuClose {
    display: none;
  }
  /* モーダルウィンドウ */
  div#header_menu .modalmenu {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
  }
  div#header_menu .overLaymenu {
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 150;
  }
  div#header_menu .menu-list-inner {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 200;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  /* パンくず
------------------------------------ */
  body.linux {
    min-width: 0;
  }
  body.safari {
    min-width: 0;
  }
  body.facebook {
    min-width: 0;
  }
  body.iphone {
    min-width: 0;
  }
}

/*メニュー（メニューの中のメニュー）
-----------------------------------*/
#header_menu {
  /* アクティブ中 */
}

#header_menu .inner-open .inner-open-btn {
  position: relative;
}

#header_menu .inner-open .inner-open-btn::after {
  content: "";
  margin: auto;
  position: absolute;
  background: url(../svg/plus.svg) no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 4%;
  width: 5%;
  height: 30%;
}

#header_menu .inner-open .inner-menu {
  background-color: #fff;
  display: none;
  /*はじめは非表示*/
}

#inner-open01 .inner-open .inner-menu {
  padding: 0 0 1%;
}

#header_menu .inner-open .inner-menu ul li a {
  width: 92%;
  padding: 2.645% 3.6%;
  box-sizing: border-box;
  margin: 0 auto;
  font-weight: bold;
  font-size: 0.85em;
}

#header_menu .inner-open .inner-menu .icon {
  display: inline-block;
  max-width: 40px;
  width: 6.1%;
  vertical-align: middle;
  margin: 0 17px 0 0;
}

#header_menu .inner-open .inner-menu .icon img {
  width: 100%;
}

#header_menu .inner-open .inner-menu .inner-menu-btn {
  display: flex;
  justify-content: space-between;
  width: 81.3%;
  margin: 4.7% auto;
}

#header_menu .inner-open .inner-menu .inner-menu-btn a {
  border: none;
  width: 46%;
  display: block;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 4% 0;
}

#header_menu .inner-open .inner-menu .inner-menu-btn a.seihinjoho-btn {
  background-color: #004da2;
}

#header_menu .inner-open .inner-menu .inner-menu-btn a.siborikomi-btn {
  background-color: #3baeb8;
}

#header_menu .inner-open.active .inner-open-btn {
  position: relative;
}

#header_menu .inner-open.active .inner-open-btn::after {
  content: "";
  margin: auto;
  position: absolute;
  background: url(../svg/minus.svg) no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 4.8%;
  width: 4%;
  height: 6%;
}

div.transfer_message {
  margin: 0 0 20px 0;
  text-align: center;
}

div.transfer_message p {
  padding: 8px 10px 7px;
  background-color: #FEFF03;
  display: inline-block;
  font-weight: bold;
  font-size: 0.95em;
  color: #FF0000;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

@media (max-width: 1100px) {
  #gl-support-area,
  #gl-download-area,
  #gl-taiou-area,
  #gl-order-area,
  #gl-search-area {
    height: auto !important;
    max-width: 1040px;
    width: 98%;
    margin: 0 auto;
    padding: 32px 0;
  }
  #gl-support-area ul li,
  #gl-order-area ul li,
  #gl-taiou-area ul li {
    width: 32%;
  }
  #gl-download-area ul li {
    width: 24%;
  }
}
