@charset "UTF-8";
@import url("filter_common.css");
#main-contents-block #wrap-container {
  width: 1188px;
}

/*---------------------------
タイトル
---------------------------*/
h1 {
  margin: 17px 0px 30px 0px;
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.5em;
  padding: 0 0 1%;
}

.title-banner {
  margin: 0 0 12px 0;
}

/*---------------------------
コンテンツ
---------------------------*/
h2 {
  margin: 0 0 15px 0;
}

#container {
  width: 980px;
}

.main {
  display: flex;
}

.sp {
  display: none;
}

/*----- 製品ブロック -----*/
.point-box {
  margin: 0 0 30px 0;
}

h3 img {
  vertical-align: bottom;
}

.point-box .inner-box {
  border: 1px solid #CCCCCC;
  padding: 10px 10px;
  font-size: 0.8em;
  line-height: 1.3;
}

/* 目次 */
.mokuzi {
  width: 890px;
  border: 1px solid #ccc;
  padding: 40px 0 30px 50px;
  box-sizing: border-box;
  margin: 3% auto 0;
}

.mokuzi-list {
  list-style: none;
}

.mokuzi-list li.list-2 {
  margin: 6% 0 0;
}

.mokuzi-list li {
  margin: 18px 0 0;
}

.mokuzi-list a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  margin: 0;
}

.mokuzi-list a:hover {
  color: red;
  opacity: 1;
  transition: 0s;
  text-decoration: underline;
}

.mokuzi-list a span.big {
  font-size: 1.6em;
  display: inline-block;
  vertical-align: middle;
}

ul.min-list {
  list-style: none;
  margin: 10px 0 0 85px;
  width: 88%;
}

ul.min-list li {
  margin: 0 5% 0 0;
  display: inline-block;
}

li.list-3, li.list-4 {
  margin: 40px 0 0 0;
}

/* 液晶保護フィルターとは */
h3.title-content {
  border-bottom: 1px solid #333;
  border-left: 7px #FF6621 solid;
  color: #000;
  padding: 1.2% 0 1% 1.7%;
  font-size: 1.5em;
  letter-spacing: 1.1px;
  margin: 0 0 2%;
}

div#what {
  margin: 55px 0 0;
}

#what .box {
  display: flex;
  margin: 2.5% 0 0;
}

#what .box .left {
  width: 48%;
  margin: 0 0 0 2%;
  letter-spacing: .07em;
  line-height: 1.9;
}

#what .box .right {
  width: 48%;
  margin: 0 0 0 2%;
}

#what .box .right img {
  width: 100%;
}

#what .btn-box {
  display: flex;
  justify-content: space-between;
  width: 75%;
  margin: 50px auto 0;
}

#what .btn-box p a {
  position: relative;
  display: block;
  width: 350px;
  color: #fff;
  font-size: 1.2em;
  background-color: #FF6621;
  box-sizing: border-box;
  height: 43px;
  box-shadow: 4px 4px 4px #ccc;
  border-radius: 5px;
  padding: 4% 0 0 12%;
  text-decoration: none;
}

a:hover {
  opacity: .6;
  transition: .3s;
}

#what .btn-box p a::after {
  position: absolute;
  content: "";
  background: url(/static/images/product/acc/filter/arrow_wh.png) no-repeat;
  width: 17px;
  height: 10px;
  top: 41%;
  right: 7%;
  background-size: cover;
}

/*  Point1 特徴から選ぶ */
#point1 {
  margin: 10.7% 0 0 0;
}

h3.point-title {
  color: #FF6621;
  border-bottom: 1px solid #FF6621;
  padding: 1.2% 0 0;
  font-size: 1.5em;
}

h3.point-title span {
  display: inline-block;
  color: #fff;
  border-radius: 10px 10px 0 0;
  background-color: #FF6621;
  font-size: 0.8em;
  padding: 1% 2%;
  margin: 0 2% 0 0;
}

.point-box {
  display: flex;
  margin: 5.5% 0 0;
}

.point-box .left {
  width: 50%;
  letter-spacing: .07em;
  line-height: 1.9;
}

.point-box .min-title {
  border: 1px solid #FF6621;
  font-size: 1.3em;
  padding: 0% 2.6%;
  display: inline-block;
  margin: 0 0;
}

.point-box .left .cap {
  margin: 2% 0 0;
}

.point-box .right {
  width: 47%;
  margin: 0 0 0 5%;
}

.point-box .right .text-area {
  display: flex;
  color: #4D4D4D;
  font-weight: bold;
  margin: 11% 0 7%;
}

.point-box .right .text-area .phrase {
  width: 25%;
}

.point-box .right .text-area .phrase span {
  display: inline-block;
  color: #fff;
  background-color: #4D4D4D;
  font-size: 1em;
  padding: 6% 9%;
  margin: 0 8px 0 0;
}

.point-box .right .text-area .detail {
  width: 75%;
  margin: 0.7% 0 0 0;
  line-height: 1.8;
  letter-spacing: 0.05em;
}

.point-box .right img {
  width: 100%;
}

#point1-1 .left {
  position: relative;
}

#point1-1 .left p.btn {
  position: absolute;
  right: 5%;
  padding: 2% 0 0;
}

#point1-1 .left p a {
  position: relative;
  color: #FF6621;
  text-decoration: none;
  border: 1px solid #FF6621;
  box-shadow: 4px 4px 4px #ccc;
  border-radius: 5px;
  padding: 2% 5%;
  display: inline-block;
  width: 300px;
  box-sizing: border-box;
}

#point1-1 .left p a::after {
  position: absolute;
  content: "";
  background: url(/static/images/product/acc/filter/arrow_or.png) no-repeat;
  top: 25%;
  right: 6%;
  width: 12px;
  height: 16px;
  background-size: contain;
}

div#point1-2, div#point1-3, div#point1-4 {
  margin: 9% 0 0;
}

div#point1-2 .right,
div#point1-5 .right,
div#point2-1 .right,
div#point2-2 .right,
div#point2-3 .right {
  margin-top: 5%;
}

div#point1-3 .text-area {
  margin: 11% 0 3%;
}

div#point1-5 {
  margin-top: 8.5%;
}

#point1-6 ul {
  display: flex;
  flex-wrap: wrap;
  margin: 3.5% 0 0;
}

#point1-6 ul li {
  width: 48%;
}

#point1-6 ul li:nth-child(odd) {
  margin: 0 4% 0 0;
}

#point1-6 ul li .min-title {
  padding: 1.8% 3%;
}

#point1-6 ul li .cap {
  margin: 2.5% 0 10.5%;
  line-height: 1.6;
  letter-spacing: 0.06em;
}

/* Point2 取り付け方法から選ぶ */
div#point2 {
  margin: 4.5% 0 0;
}

div#point2-1 {
  margin: 4% 0 0;
}

div#point2 .btn {
  margin: 5.7% 5% 0 0;
}

div#point2 .btn p {
  text-align: center;
}

div#point2 .btn a {
  display: inline-block;
  color: #FF6621;
  border: 3px solid #FF6621;
  border-radius: 10px;
  box-shadow: 4px 4px 4px #ccc;
  position: relative;
  width: 450px;
  height: 72px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  padding: 2.9% 0 0;
}

div#point2 .btn a::after {
  position: absolute;
  content: "";
  background: url(/static/images/product/acc/filter/arrow_or.png) no-repeat;
  top: 37%;
  right: 3%;
  width: 12px;
  height: 16px;
  background-size: contain;
}

/* こちらもおすすめ */
/* 液晶保護フィルターとは */
h3.title-content {
  border-bottom: 1px solid #333;
  color: #000;
  padding: 1.2% 0 1% 1.7%;
  font-size: 1.5em;
  letter-spacing: 1.1px;
  margin: 0 0 2%;
}

#osusume .box {
  display: flex;
  margin: 4% 0 0;
}

#osusume .box .left {
  width: 48%;
  margin: 0 0 0 2%;
  letter-spacing: .07em;
  line-height: 1.9;
}

#osusume .box .right {
  width: 48%;
  margin: 0 0 0 2%;
}

#osusume .box .right img {
  width: 100%;
}

#osusume {
  margin: 10% 0;
}

h2.osusume-title {
  background-color: #22B8E5;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  padding: 1.6%;
  box-sizing: border-box;
}

#osusume h3.title-content {
  border-left: 7px #22B8E5 solid;
}

#osusume #osusume-1 .processing {
  margin: 3% auto 0;
  width: 95%;
}

#osusume #osusume-1 .processing .title {
  color: #22B8E5;
  font-size: 1.2em;
  font-weight: bold;
}

#osusume #osusume-1 .processing .list {
  margin: 1.5% 0 0;
}

#osusume #osusume-1 .processing .list ul {
  display: flex;
  justify-content: space-between;
}

#osusume #osusume-1 .processing .list ul li {
  border: 1px solid;
  width: 295px;
  padding: 1.6% 2% 1%;
  box-sizing: border-box;
  margin: 0 0 1%;
}

#osusume #osusume-1 .processing .list ul li .min-title {
  color: #22B8E5;
  font-size: 1em;
  font-weight: bold;
  margin: 0 0 4%;
}

#osusume #osusume-1 .processing .list ul li .cap {
  font-size: .9em;
  line-height: 1.5;
}

div#osusume-1 {
  margin: 2% 0 0;
}

#osusume .btn {
  margin: 4.7% 5% 0 0;
}

#osusume .btn p {
  text-align: center;
}

#osusume .btn a {
  display: inline-block;
  color: #22B8E5;
  border: 3px solid #22B8E5;
  border-radius: 10px;
  box-shadow: 4px 4px 4px #ccc;
  position: relative;
  width: 450px;
  height: 72px;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  padding: 2.9% 0 0;
}

#osusume .btn a::after {
  position: absolute;
  content: "";
  background: url(/static/images/product/acc/filter/arrow_bl.png) no-repeat;
  top: 37%;
  right: 3%;
  width: 12px;
  height: 16px;
  background-size: contain;
}

div#osusume-2 {
  margin: 11% 0 0;
}

#osusume-2 .btn {
  margin: 2.7% 5% 0 0;
}

#osusume-2 .btn-2 {
  margin: 1% 5% 0 0;
}

#osusume-2 .btn-2 a {
  padding: 2.5% 0 0;
}

p.btn-text {
  text-align: center;
  font-weight: bold;
  margin: 4.5% 5% 0 0;
  font-size: 1.2em;
}

#osusume-2 .btn img {
  width: 26px;
  vertical-align: middle;
  margin: 0 2% 0 0;
}

/*---------------------------
戻るボタン
---------------------------*/
.return {
  text-align: right;
  font-size: 0.8em;
  line-height: 1.3;
}

#sidemenu {
  float: left;
  height: 100%;
  width: 147px;
}

.menu_text {
  font-size: 0.75em;
  margin-left: 4px;
}

.sidemenu-type {
  background-color: #FFFFFF;
  border-right: 1px solid #BCBCBC;
  border-left: 1px solid #BCBCBC;
  border-bottom: 1px solid #BCBCBC;
  width: 145px;
  margin: 0;
  padding: 0;
}

.sidemenu-type ul li {
  background: url(/static/images/product/acc/filter/dot_line.gif) repeat-x scroll left top transparent;
  list-style-type: none;
  margin: 0 0 1px;
  padding: 5px 0 2px 4px;
}

.sidemenu-type ul li img {
  margin: 0 2px 0 0;
  vertical-align: -2px;
}

.sidemenu-type ul li a {
  background: url(/static/images/product/acc/filter/sidemenu_arrow.gif) no-repeat scroll 20px 9px transparent;
  display: block;
  font-size: 0.75em;
  height: 1%;
  line-height: 1.2;
  padding: 6px 0 3px 32px;
}

.sidemenu-type, .sidemenu-type_cate {
  margin: 0 0 10px;
}

#bannerArea {
  margin-bottom: 10px;
}

#bannerArea a {
  display: block;
  margin-bottom: 5px;
}
