@charset "utf-8";
.areaOuerA {
  background: url(../img/index/bg02.gif) repeat-y;
  width: 661px;
  margin-bottom: 35px;
}
.areaOuerB {
  background: url(../img/index/bg01.gif) no-repeat top left;
}
.areaBox {
  background: url(../img/index/bg03.gif) no-repeat bottom left;
}

.lead {
  text-align: center;
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 2px dashed #fff;
}
h2 {
  margin-bottom: 10px;
  padding-left: 15px;
  padding-top: 15px;
}
.img1 {
  float: left;
  width: 267px;
  padding-right: 15px;
  padding-bottom: 20px;
  margin-right: 20px;
  padding-left: 30px;
  border-right: 2px dashed #fff;
}
.img2 {
  float: left;
  width: 308px;
  margin-top: 40px;
  padding-bottom: 30px;
  background: url(../img/index/bg04.jpg) no-repeat right bottom;
}
.img3 {
  padding-right: 35px;
  margin-right: 13px;
  padding-left: 20px;
  padding-top: 30px;
}
.btSet {
  margin-bottom: 40px;
}
.btSet li {
  float: left;
  margin-right: 5px;
}
.btSet li.right {
  float: right;
}
.footSet li {
  float: left;
}
.btn1 {
  width: 200px;
  float: left;
  margin-right: 30px;
}
.txt1 {
  width: 400px;
  float: left;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.4;
}
.btn2 {
  margin-bottom: 5px;
}

/* clearfix
---------------------------------------------------- */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

/* updates */
.p-product_support__ul__li {
  height: 31px;
  background: #fcf9f4;
  border: 1px solid #ccc;
  border-bottom: 1px dashed #ccc;
  border-top: none;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.p-product_support__ul__li:last-of-type {
  border-bottom: 1px solid #ccc;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.p-product_support__ul__li__link {
  width: 188.11px;
  height: 24.66px;
  margin: auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}

.p-product_support__ul__li__link__img {
  position: absolute;
  left: 0;
}

.p-product_support__ul__li__link__img.is-def {
  left: 6px;
}

.p-product_support__ul__li__link__img.is-hov {
  opacity: 0;
}

.p-product_support__ul__li__link:hover
  .p-product_support__ul__li__link__img.is-hov,
.p-product_support__ul__li__link.is-active
  .p-product_support__ul__li__link__img.is-hov {
  opacity: 1;
}

.p-product_support__ul__li__link:hover
  .p-product_support__ul__li__link__img.is-def,
.p-product_support__ul__li__link.is-active
  .p-product_support__ul__li__link__img.is-def {
  opacity: 0;
}
