@charset "UTF-8";
.sp {
  display: none;
}

/*---------------------------
    デフォルトスタイル
---------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

#container h1 {
  border-bottom: 1px solid #ccc;
  font-size: 1.7em;
  line-height: 1.4;
  margin: 0 0 14px;
  padding-bottom: 0;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
}

#container {
  width: 1200px;
  margin: auto;
}

.main {
  display: flex;
  justify-content: space-between;
}

#main-contents {
  width: 980px;
}

/* ページ内リンク */
.link-in-page {
  display: flex;
  justify-content: center;
  width: 64.6%;
  margin: 3.4% auto 0;
  border-right: 1px solid #ccc;
}

.link-in-page-btn {
  display: block;
  width: 50%;
  font-size: 1.0625em;
  line-height: 1.4;
  border-left: 1px solid #ccc;
  text-align: center;
}

.link-in-page-btn span {
  display: block;
  position: relative;
  color: #333;
  font-weight: bold;
  width: fit-content;
  margin: 0 auto;
  padding: 0.5% 0 0 4%;
  letter-spacing: 0.15em;
}

.link-in-page-btn span::after {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #333333 transparent transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.7em;
}

/* ○○から探す 共通 */
.find-from-section h2 {
  padding: 1.1% 0 1.1% 1.1%;
  font-size: 1.4375em;
  letter-spacing: 0.12em;
  color: #fff;
  background-color: #37393c;
  border-left: 7px solid #1c6ddb;
  box-sizing: border-box;
}

.detail-menu-box {
  width: 97%;
  margin: 0 auto;
}

.detail-menu-box h3 {
  font-size: 1.125em;
  letter-spacing: 0.1em;
  color: #00379d;
  font-weight: bold;
}

.detail-menu-btn {
  display: inline-block;
  border: 1px solid #c7c7c7;
  border-radius: 6px;
  box-shadow: 3px 3px 2px #e9e9e9;
}

.detail-menu-btn:hover {
  opacity: 0.6;
}

/* 端末から探す */
#find-from-terminal {
  margin: 5.6% 0 22%;
}

#latest-smartphone-menu {
  margin-top: 2.5%;
}

#latest-smartphone-menu .detail-menu-inner {
  margin-top: 1%;
}

#latest-smartphone-menu .detail-menu-btn {
  display: inline-block;
  width: 180px;
  height: 180px;
  text-align: center;
  margin-bottom: 1.2%;
  margin-right: 0.45%;
}

#latest-smartphone-menu .detail-menu-btn:nth-of-type(5n) {
  margin-right: 0;
}

#latest-smartphone-menu .detail-menu-btn img {
  max-width: 116px;
  height: auto;
}

#latest-smartphone-menu .detail-menu-btn p {
  margin-top: 4.7%;
  font-size: 1.0625em;
  line-height: 1.6;
  font-weight: bold;
  color: #333;
}

#latest-smartphone-menu .detail-menu-btn p span {
  display: block;
  font-size: 0.8823em;
  font-weight: normal;
}

/* カテゴリから探す */
#find-from-category {
  margin: 5.6% 0 0;
}

#find-from-category .detail-menu-box {
  margin-bottom: 85px;
}

#find-from-category .detail-menu-box h3 .icon {
  display: inline-block;
  padding-right: 0.4em;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background-size: contain !important;
}

#find-from-category .detail-menu-box#cable-adapter-charger-menu {
  margin-top: 2%;
}

#find-from-category .detail-menu-box#cable-adapter-charger-menu .icon {
  background: url(/static/images/seihin_joho/smartphone/icn_cable_bl.svg) no-repeat;
}

#find-from-category .detail-menu-box#accessory-menu {
  margin-top: 2%;
}

#find-from-category .detail-menu-box#accessory-menu .icon {
  background: url(/static/images/seihin_joho/smartphone/usb_charger_bl.png) no-repeat;
}

#find-from-category .detail-menu-box#video-acoustic-equipment-menu {
  margin-top: 2%;
}

#find-from-category .detail-menu-box#video-acoustic-equipment-menu .icon {
  background: url(/static/images/seihin_joho/smartphone/icn_speaker_bl.svg) no-repeat;
}

#find-from-category .detail-menu-box#input-peripheral-menu {
  margin-top: 2%;
}

#find-from-category .detail-menu-box#input-peripheral-menu .icon {
  background: url(/static/images/seihin_joho/smartphone/icn_mouse_bl.svg) no-repeat;
}

#find-from-category .detail-menu-box#input-peripheral-menu .detail-menu-btn:nth-of-type(4) p {
  font-size: 0.84375em;
}

#find-from-category .detail-menu-box#security-stole-protection-menu {
  margin-top: 2%;
}

#find-from-category .detail-menu-box#security-stole-protection-menu .icon {
  background: url(/static/images/seihin_joho/smartphone/security_bl.svg) no-repeat;
}

#find-from-category .detail-menu-inner {
  margin-top: 0.7%;
}

#find-from-category .detail-menu-btn {
  width: 228px;
  height: 60px;
  padding: 0.7% 0 0 0.7%;
  margin: 0 0.7% 1% 0;
  box-sizing: border-box;
}

#find-from-category .detail-menu-btn:nth-of-type(4n) {
  margin-right: 0;
}

#find-from-category .detail-menu-btn img {
  display: inline-block;
  width: 46px;
  height: auto;
  vertical-align: middle;
}

#find-from-category .detail-menu-btn p {
  display: inline-block;
  font-size: 0.9375em;
  line-height: 1.6;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
}

/* カテゴリから探す（タブレット） */
#tablet_find-from-category {
  margin: 5.6% 0 0;
}

#tablet_find-from-category h2 {
  border-left: 7px solid #0b988b;
}

#tablet_find-from-category .detail-menu-box {
  margin-bottom: 85px;
}

#tablet_find-from-category .detail-menu-box h3 {
  color: #0b988b;
}

#tablet_find-from-category .detail-menu-box h3 .icon {
  display: inline-block;
  padding-right: 0.4em;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background-size: contain !important;
}

#tablet_find-from-category .detail-menu-box#tablet_cable-adapter-charger-menu {
  margin-top: 2%;
}

#tablet_find-from-category .detail-menu-box#tablet_cable-adapter-charger-menu .icon {
  background: url(/static/images/seihin_joho/tablet/icn_cable_g.svg) no-repeat;
}

#tablet_find-from-category .detail-menu-box#tablet_accessory-menu {
  margin-top: 2%;
}

#tablet_find-from-category .detail-menu-box#tablet_accessory-menu .icon {
  background: url(/static/images/seihin_joho/tablet/usb_charger.png) no-repeat;
}

#tablet_find-from-category .detail-menu-box#tablet_video-acoustic-equipment-menu {
  margin-top: 2%;
}

#tablet_find-from-category .detail-menu-box#tablet_video-acoustic-equipment-menu .icon {
  background: url(/static/images/seihin_joho/tablet/icn_speaker_g.svg) no-repeat;
}

#tablet_find-from-category .detail-menu-box#tablet_input-peripheral-menu {
  margin-top: 2%;
}

#tablet_find-from-category .detail-menu-box#tablet_input-peripheral-menu .icon {
  background: url(/static/images/seihin_joho/tablet/icn_mouse_g.svg) no-repeat;
}

#tablet_find-from-category .detail-menu-box#tablet_input-peripheral-menu .detail-menu-btn:nth-of-type(4) p {
  font-size: 0.84375em;
}

#tablet_find-from-category .detail-menu-box#tablet_security-stole-protection-menu {
  margin-top: 2%;
}

#tablet_find-from-category .detail-menu-box#tablet_security-stole-protection-menu .icon {
  background: url(/static/images/seihin_joho/tablet/security_g.svg) no-repeat;
}

#tablet_find-from-category .detail-menu-inner {
  margin-top: 0.7%;
}

#tablet_find-from-category .detail-menu-btn {
  width: 228px;
  height: 60px;
  padding: 0.7% 0 0 0.7%;
  margin: 0 0 1% 0.539%;
  box-sizing: border-box;
}

#tablet_find-from-category .detail-menu-btn:nth-of-type(4n) {
  margin-right: 0;
}

#tablet_find-from-category .detail-menu-btn img {
  display: inline-block;
  width: 46px;
  height: auto;
  vertical-align: middle;
}

#tablet_find-from-category .detail-menu-btn p {
  display: inline-block;
  font-size: 0.9375em;
  line-height: 1.6;
  font-weight: bold;
  color: #333;
  vertical-align: middle;
}

.smartphone-menu-botton-btn {
  display: flex;
  justify-content: space-between;
  width: 59%;
  margin: 2.1% auto 0;
}

.smartphone-menu-botton-btn a {
  display: block;
  padding: 2.3% 0 2.3% 3.4%;
  border: 2px solid;
  box-sizing: border-box;
  text-align: center;
  font-weight: bold;
  border-radius: 100px;
  letter-spacing: 0.1em;
}

.smartphone-menu-botton-btn a span {
  display: block;
  width: fit-content;
  position: relative;
  margin: 0 auto;
}

.smartphone-menu-botton-btn a span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  position: absolute;
  top: 15%;
  bottom: 0;
  left: -1.2em;
}

.smartphone-menu-botton-btn a.other-smartphone {
  color: #1462ce;
  width: 60%;
}

.smartphone-menu-botton-btn a.other-smartphone span::after {
  border-color: transparent transparent transparent #1462ce;
}

.smartphone-menu-botton-btn a.os-table {
  color: #9d6700;
  width: 36.7%;
}

.smartphone-menu-botton-btn a.os-table span::after {
  border-color: transparent transparent transparent #9d6700;
}

.smartphone-menu-botton-btn a:hover {
  opacity: 0.6;
}

/* 関連ページ */
#relation {
  margin: 15.8% 0 0;
}

#relation h2 {
  display: block;
  margin: 0 auto;
  padding: 1% 0;
  font-size: 1.5625em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #484b50;
}

.relation-inner {
  display: flex;
  flex-wrap: wrap;
  width: 98.5%;
  margin: 2.9% auto 0;
}

.relation-inner a {
  display: block;
  width: 230px;
  height: auto;
  margin-bottom: 2%;
  margin-right: 1.5%;
}

.relation-inner a:nth-of-type(4n) {
  margin-right: 0;
}

.relation-inner a img {
  width: 100%;
}

/* カタログ */
.cata_title {
  font-size: 1.75em;
  font-weight: 600;
}

div#catalog-pc {
  border: 0.3em solid #9fbfe6;
  border-radius: 0.7em;
  background-color: #dbe7f5;
  padding: 34px 59px;
  box-sizing: border-box;
  margin: 6% auto;
  width: 99%;
}

div#catalog-pc div.cata_left {
  width: 100%;
  margin: 2% auto 0;
}

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

div#catalog-pc span {
  display: block;
  margin: 2% 0 0;
  font-size: 1.05em;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

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

div#catalog-pc div.cata_right {
  width: 100%;
  text-align: center;
  margin: 9% auto 0;
}

div#catalog-pc div.cata_right img {
  width: 184px;
  box-shadow: 3px 4px 10px 0 #ccc;
}

div#catalog-pc div.cata_left ul li {
  width: 74%;
  margin: 0 auto 4%;
}

div#catalog-pc div.cata_left ul li a {
  display: block;
  text-align: center;
  padding: 4% 0;
  width: 100%;
  background-color: #125eaa;
  color: #fff;
  font-size: 0.95em;
}

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

.cate_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.cata_01,
.cata_02 {
  text-align: center;
  width: 38%;
  margin: 0 3%;
}

p.cate_name {
  font-size: 1.1em;
  color: #004da2;
  margin: 5.3% 0 0;
}

/*--------------------------------
    サイドメニュー
--------------------------------*/
#side_bar {
  float: none;
  width: 185px;
  padding-top: 15px;
  position: absolute;
  top: 140px;
  left: 1030px;
  display: none;
}

#side_bar a:hover {
  opacity: 0.6;
}

#side-menu {
  margin: 0;
  width: 185px;
}

.online-banner {
  width: 185px;
  margin: 0 0 6%;
}

.online-banner a {
  display: block;
  width: 100%;
}

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

.link-text {
  margin: 11% 0;
}

.side-item {
  width: 180px;
  display: block;
  border: 1px solid #ccc;
  color: #333;
  text-align: center;
  padding: 7.7% 0 7.7% 1.5em;
  margin: 0 0 4%;
  font-size: 0.875em;
  line-height: 1.6;
  position: relative;
  box-sizing: border-box;
}

.side-item::before {
  content: "";
  position: absolute;
  background: url(/static/images/product/acc/earthquake/icn_pickup_pc.gif) no-repeat;
  width: 30px;
  height: 30px;
  left: 0.5em;
  top: 0;
  bottom: 0;
  margin: auto;
}

/*--------------------------------
    バナー
--------------------------------*/
#cate-banner-area {
  margin-bottom: 25px;
}

#cate-banner-area ul li a img {
  max-width: 100%;
  filter: drop-shadow(1px 1px 1px #ddd);
}

/* リンクエリア */
#link_area {
  text-align: center;
  margin: 50px 0 20px;
}

.clear {
  clear: both;
}

/*---------------------------
    フロート解除
---------------------------*/
/* for modern brouser */
.clfx:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  max-height: 0;
  visibility: hidden;
}

/* ie7,macIE5 */
.clfx {
  display: inline-block;
}

/* winIE6 below, exclude macIE5 \*/
* html .clfx {
  height: 1%;
}

.clfx {
  display: block;
}

/**/
