@charset "UTF-8";
@import url(displayextender_common.css);
#container {
  width: 100%;
  color: #333;
  font-family: 'Noto Sans JP',Meiryo, メイリオ, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
  line-height: 1.7;
  margin-bottom: 115px;
  display: flex;
}

div#wrap-container {
  padding: 0;
  width: 1200px;
}

#main-contents {
  width: 980px;
}

h1 {
  border-bottom: 1px solid #ccc;
  font-size: 1.8em;
  margin: 0 0 11px;
  padding-bottom: 3px;
  line-height: 1;
}

/* トップバナー */
.top-banner {
  margin: 45px auto 0;
  background-color: #0A4EA2;
  color: #fff;
}

.top-banner-img {
  display: inline-block;
  width: 120px;
  margin: 0 0 0 3.5%;
}

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

.top-banner-text {
  display: inline-block;
  font-weight: bold;
  vertical-align: top;
  margin: 3.3% 0 0 5%;
}

.top-banner-text .sub-text {
  font-size: 1.2em;
}

.top-banner-text .main-text {
  font-size: 1.73333em;
}

.top-banner-text .main-text img {
  width: 30px;
  vertical-align: sub;
}

.top-banner-text .main-text span {
  margin: 0 0 0 1.7%;
}

.banner-item {
  display: block;
  width: 30.6%;
  margin: 1.2% 2.5% 0 auto;
}

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

/* QA */
.qa-box {
  display: block;
  border: 2px solid #EEF5FB;
  margin: 0.8% auto 4.6%;
  width: 93%;
}

.q-block {
  background-color: #EEF5FB;
  color: #0A4EA2;
  font-size: 1.13333em;
  width: 100%;
  padding: 0.6% 2.8%;
  box-sizing: border-box;
  font-weight: bold;
}

.q-block .q-text span {
  margin-right: 2.5%;
  font-family: Roboto;
}

.a-block {
  display: flex;
  padding: 4% 0 2.2% 2.2%;
}

.a-block .a-icon {
  background-color: #E05C6B;
  color: #fff;
  font-weight: bold;
  border-radius: 4px;
  text-align: center;
  width: 50px;
  padding: 0;
  font-size: 1.3333em;
  height: fit-content;
  font-family: Roboto;
}

.a-block .right {
  width: 91%;
  margin: 0 0 0 1%;
}

.a-block .right .a-text {
  font-size: 1.0666em;
  line-height: 1.6;
  margin: 0 auto 1.5%;
}

.a-block .right .a-btn-box {
  text-align: center;
  margin: 0 auto 2%;
}

.a-block .right .a-btn-box .a-btn {
  margin: 0 1%;
}

.a-block .right .a-btn {
  display: inline-block;
  background-color: #0A4EA2;
  color: #fff;
  border-radius: 25px;
  width: fit-content;
  margin: 0 auto 0;
  padding: 0.7% 5.1% 0.7% 3.3%;
  font-size: 1.0666em;
  position: relative;
}

.a-block .right .a-btn::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #ffffff;
  border-right: 0;
  top: 0;
  bottom: 0;
  right: 11%;
  margin: auto;
}

/*--------------------------------
    サイドメニュー
--------------------------------*/
#side_bar {
  width: 185px;
  margin: 33px 0 0 30px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, Meiryo, "メイリオ", "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 1.1em;
  font-weight: normal;
  font-weight: 500;
}

#side_bar a:hover {
  opacity: 0.6;
}

/*--------------------------------
    ヘッダー
--------------------------------*/
#header-space-block {
  content: "";
  width: 225px;
  height: 42px;
  position: absolute;
  bottom: 0;
  left: 100%;
  display: none;
  background-color: #444;
}

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

#cate-banner-area ul li {
  margin-bottom: 10px;
}

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

/*--------------------------------
    関連ページ
--------------------------------*/
#recommend {
  float: none;
  margin: 0;
}

body .recommend-wrapper {
  background-color: #fff;
  margin: 0 auto 40px;
  overflow: hidden;
  padding: 0;
  width: 100%;
  filter: drop-shadow(1px 1px 1px #c9c9c9);
}

.recommend-wrapper h4 {
  margin: 0;
  padding: 3px 0;
  text-align: center;
  background-color: #9e9e9e;
  color: #fff;
}

.recommend-wrapper h4 span {
  display: block;
  font-size: 0.8em;
  letter-spacing: 1px;
}

.recommend-items {
  border: 1px solid #9e9e9e;
  border-top: 0;
  margin: 0;
  padding: 0;
}

.recommend-items div.page-unit {
  margin: 0 auto;
}

.recommend-items div.recommend-item {
  width: 183px;
  margin: 0 auto;
  padding: 20px 5px 30px;
  border-top: 1px solid #9e9e9e;
  text-align: center;
  box-sizing: border-box;
}

.recommend-items div.recommend-item.rel {
  padding: 13px 5px 23px;
}

body.ie .recommend-items div.recommend-item {
  border-top: 1px solid #9e9e9e;
}

.recommend-items div.first-item {
  border-top: 0;
}

body.ie .recommend-items div.first-item {
  border-top: 0;
}

.recommend-items div.recommend-item img {
  margin: 2px auto;
  position: relative;
}

.recommend-items div.recommend-item span.item-sku,
.recommend-items div.recommend-item span.item-name {
  font-size: 0.78em;
  line-height: 1.2em;
  position: relative;
}

.recommend-items div.recommend-item img.rel-ico {
  margin: 0 auto;
  max-width: 60%;
}

.recommend-items div.recommend-item img.cate-img {
  margin: 0 auto;
  max-width: 100px;
}

.recommend-items div.recommend-item span.item-name {
  font-weight: bold;
  margin-top: 7px;
  display: block;
  line-height: 1.4;
}

.recommend-items div.recommend-item a {
  display: block;
}

.recommend-items div.recommend-item a:hover {
  text-decoration: none;
  opacity: 0.6;
  color: #1c64b3;
}

.recommend-items div.recommend-item a:hover span {
  opacity: 0.6;
}

.recommend-items div.recommend-item a:hover img {
  opacity: 1 !important;
}

.side-banner-area {
  margin: 0 0 40px;
}

.side-banner-area img {
  width: 100%;
}

.side-banner-area a {
  display: block;
  margin: 0 auto 5.6%;
}
