@charset "UTF-8";
/* デフォルトスタイル
---------------------------*/
p, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
}

#container #main h1 {
  border-bottom: 1px solid #cccccc;
  font-size: 1.7em;
  line-height: 1.2;
  margin: 0 0 12px;
  padding-bottom: 0;
}

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

#container {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  font-family: 'Noto Sans JP', Meiryo, メイリオ, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

#main {
  width: 980px;
  margin: 0 auto 0 0;
}

#wrap-container.w-width {
  width: 1200px;
}

/* バナー・ヘッド部分
---------------------------*/
#container h1 {
  margin: 0 0 5px 0;
}

#container h2 {
  margin: 10px 0 8px 0;
}

/* トップバナー */
.banner-area {
  display: flex;
  justify-content: space-between;
  margin: 2.5% 0 0;
}

.banner-item {
  display: block;
  background-color: #F1FAFF;
  border: 1px solid #1B4DA2;
  border-radius: 8px;
  position: relative;
  padding: 0.5% 2.1%;
  width: 49.3877%;
  box-sizing: border-box;
  opacity: 1;
  transition: 0.2s;
}

.banner-item img {
  width: 80px;
}

.banner-item .banner-text {
  font-size: 1.4375em;
  color: #1B4DA2;
  line-height: 1.35;
  font-weight: 600;
  margin: 2.6% 0 0 3.7%;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.05em;
}

.banner-item .banner-text span {
  font-size: 1.125rem;
  letter-spacing: 0;
}

.banner-item:hover {
  opacity: 0.6;
  transition: 0.2s;
}

.banner-item:hover img {
  opacity: 1 !important;
}

.banner-item::after {
  content: "";
  position: absolute;
  background: url(/static/images/product/acc/protectfilm/arrow_bl_rt.png) no-repeat;
  width: 20px;
  height: 13px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 4%;
  background-size: contain;
}

/* 仕様の説明 */
.spec-desc {
  margin: 3% auto 0;
}

.spec-desc-title {
  font-size: 1em;
  line-height: 1.6;
  font-weight: 600;
}

.spec-desc-inner {
  margin: 0.4% auto 0;
  display: flex;
  justify-content: space-between;
}

.spec-desc-inner table, .spec-desc-inner th, .spec-desc-inner td {
  border-collapse: collapse;
  border: 1px solid #FFFFFF;
}

.spec-desc-inner table {
  width: 49.4897%;
}

.spec-desc-inner table th {
  width: 140px;
  text-align: center;
  font-size: 0.9375em;
  padding: 3.2% 0;
}

.spec-desc-inner table td {
  background-color: #F4F4F4;
  font-size: 0.9em;
  line-height: 1.6;
  padding: 0 7% 0 2.1%;
  letter-spacing: 0.08em;
}

.spec-desc-inner .spec-desc-right th {
  background-color: #B2B7BD;
}

.spec-desc-inner .spec-desc-right th img {
  width: 120px;
}

/* 各アイコン */
.blue-icon {
  color: #fff;
  background-color: #2468BB;
}

.light-blue-icon {
  color: #fff;
  background-color: #1FADBE;
}

.orange-icon {
  color: #fff;
  background-color: #E98D04;
}

.green-icon {
  color: #fff;
  background-color: #76C859;
}

.gry-icon {
  color: #fff;
  background-color: #666666;
}

/* 対応表 */
.support-product-list-title {
  text-align: center;
  padding-bottom: 0.5%;
  border-bottom: 3px solid #1646A1;
}

.support-product-list-title p {
  font-size: 1.53125em;
  display: inline-block;
  margin: 3.1% 2% 0 1%;
  letter-spacing: 0.02em;
  vertical-align: top;
}

.support-product-list-title p span {
  font-size: 1.3125rem;
}

.support-product-list-title img {
  width: 154px;
  vertical-align: middle;
}

.support-product-list-inner {
  margin: 1% auto 0;
}

.support-product-table {
  width: 100%;
  border: 1px solid #E0E0E0;
  border-collapse: collapse;
  position: relative;
}

.support-product-table-head {
  position: sticky;
  top: 0;
}

.support-product-table th {
  width: 140px;
  border: 1px solid #E0E0E0;
  box-sizing: border-box;
  padding: 2.2% 0 1.6%;
  line-height: 1.4;
}

.support-product-table th span {
  font-weight: normal;
  font-size: 0.75em;
  display: block;
}

.support-product-table th img {
  width: 120px;
  margin: 5% auto 0;
}

.support-product-table td {
  text-align: center;
  font-size: 0.78125em;
  line-height: 1.6;
  border: 1px solid #AFAFAF;
  padding: 0.6% 0;
}

.support-product-table td a {
  font-weight: bold;
  display: block;
}

.support-product-table td.size {
  font-size: 1em;
  line-height: 1.6;
  background-color: #F0F0F0;
  font-weight: bold;
}

.support-product-table td.size span {
  font-weight: normal;
  font-size: 0.75em;
  display: block;
}

.support-product-table td p.price span.zeinuki {
  display: block;
  line-height: 1.3;
}

.support-product-table td span.main-grass {
  font-size: 0.85em;
  margin: -3px 0 1px;
  display: block;
}

/* 汎用タイプ */
#general-type {
  margin: 4.7% auto 0;
}

/* Apple製品専用タイプ */
#apple-type {
  margin: 15% auto 0;
}

#apple-type .support-product-table th {
  width: 164px;
}

#apple-type .support-product-table th.gry-icon {
  width: 324px;
}

#apple-type .support-product-table td.size {
  text-align: left;
  padding: 2%;
  white-space: nowrap;
}

#apple-type .support-product-table td.size span {
  color: #014EA0;
}

/* その他液晶フィルム */
.other-film {
  margin: 12.7% auto 0;
}

.other-film h3 {
  background-color: #3B3B3B;
  color: #fff;
  font-size: 1.125em;
  padding: 1.2% 1.6%;
  letter-spacing: 0.08em;
}

.other-film-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 2.5% auto;
}

.other-film-inner .other-film-item {
  width: 19%;
  margin: 0 0.5% 3%;
  text-align: center;
}

.other-film-inner .other-film-item .other-film-item-img {
  width: 150px;
  margin: 0 auto;
}

.other-film-inner .other-film-item .other-film-item-img img {
  width: 100%;
}

.other-film-inner .other-film-item .other-film-item-text {
  letter-spacing: 0.05em;
  font-size: 0.875em;
  margin: 3% auto 0;
  line-height: 1.6;
}

/* 関連ページ */
.relation-area {
  margin: 5.3% auto 0;
}

.relation-area h3 {
  background-color: #3B3B3B;
  color: #fff;
  font-size: 1.125em;
  padding: 1.2% 1.6%;
  letter-spacing: 0.08em;
}

.relation-area ul {
  margin: 1.8% auto 0;
}

.relation-area ul li {
  display: inline-block;
  width: 227px;
  margin: 0 1.7% 1.7% 0;
}

.relation-area ul li:nth-of-type(4n) {
  margin-right: 0;
}

.relation-area ul li a {
  display: block;
  width: 100%;
}

/*--------------------------------
    サイドメニュー
--------------------------------*/
div#side-menu {
  width: 180px;
  margin: 0 0 0 auto;
}

li.online-banner {
  margin: 0 0 7%;
}

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

#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 30px;
  overflow: hidden;
  padding: 0;
  width: 100%;
  filter: drop-shadow(1px 1px 1px #C9C9C9);
}

.recommend-wrapper h4 {
  margin: 0;
  padding: 10px 0;
  text-align: center;
  background-color: #4B4B4B;
  color: #FFF;
}

.recommend-wrapper h4 span {
  display: block;
  font-size: 0.9em;
  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 {
  margin: 0 auto;
  padding: 5% 0;
  text-align: center;
  box-sizing: border-box;
  border-top: 1px solid #9E9E9E;
}

.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.cate-img {
  margin: 0 auto;
  max-width: 130px;
}

.recommend-items div.recommend-item span.item-name {
  font-weight: bold;
  margin-top: 4%;
  display: block;
  font-size: 0.8em;
  line-height: 1.6;
}

.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;
}

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

/* IE7,MacIE5 */
.clfx {
  display: inline-block;
}

/* WinIE6 below, Exclude MacIE5 \*/
* html .clfx {
  height: 1%;
}

.clfx {
  display: block;
}

/**/
