@charset "UTF-8";
/* faq
----------------------------------------------------------*/

/* #main */
#main-cont-01.product-cont {
  color: #333;
}
.page-ttl {
  margin: 0 0 23px 0;
}
#other-faq {
  margin: 0 0 50px 0;
}
#products-faq {
  margin: 0 0 20px 0;
}
.headingTypeB02_ {
  margin: 0 0 20px 0;
}
/*20170622更新*/
.subtitle {
  margin-bottom: 5px;
	border-bottom:2px solid #04a2ea;
	color:#04a2ea;
}
.subtitle span {
	font-size:1.1em;
	font-weight:bold;
	margin: 0 0 0 4px;
	padding: 5px 0 0 0;
	display:block;
}
.cv-others-link-lists {
  text-align: right;
}
.cv-others-link-lists a {
  color: #04a2ea;
  text-decoration: underline;
}
.cv-others-link-lists a:hover {
  text-decoration: none;
}
.cv-others-link-lists a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: url(/common/images/common/icon-arrow-blue-right-trans.png) no-repeat;
  background-size: 100%;
  width: 10px;
  height: 10px;
  bottom: 0;
  right: 3px;
}
.faq-ttl-01 {
  color: #fff;
  font-size: 116%;
  padding: 8px 12px 6px 12px;
  line-height: 1;
  background: #004098;
  box-sizing: border-box;
  border-radius: 3px 3px 0 0;
}
.faq-description {
  padding: 10px 0 10px 0;
  box-sizing: border-box;
  color: #333;
}
.sheet-dl {
  width: 100%;
  letter-spacing: -0.5em; /* 隙間を無くすため*/
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.sheet-dl li {
  display: inline-block;
  width: 48%;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  letter-spacing: -0.5px;
  margin: 1%;
  border-radius: 3px;
}
.sheet-dl li a {
  padding: 10px 0 10px 15px;
  box-sizing: border-box;
  color: #04a2ea;
  background: #fff;
  text-decoration: underline;
  font-size: 116%;
}
.sheet-dl li a.txts {
  font-size: 100%;
}
.sheet-dl li a:hover {
  text-decoration: none;
}
.sheet-dl li a:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: url(/common/images/faq/icon-pdf.png) no-repeat;
  background-size: 100%;
  width: 18px;
  height: 23px;
  top: -2px;
  right: 5px;
  margin: 0 2px 0 0;
}
.faq-wrap {
  margin: 0 0 10px 0;
}
.product-faq {
  display: flex;
  flex-wrap: wrap;
  letter-spacing: -0.5em;
}
.product-faq-child {
  display: inline-block;
  float:left;
  vertical-align: top;
  letter-spacing: normal;
  width: 24%;
  border: 1px solid #004098;
  border-radius: 3px;
  margin: 1% 0 0 1%;
  box-sizing: border-box;
}
@media only screen and (max-width: 640px) {
.product-faq-child{
  float:none;
}
}

.product-faq-child.product-cate-02 {
  border: 1px solid #c50e1c;
}
.product-faq-child.product-cate-03 {
  border: 1px solid #e8953a;
}
.product-faq-child.product-cate-04 {
  border: 1px solid #008045;
}
.product-faq-child.product-cate-05 {
  border: 1px solid #f76808;
}
.product-faq-child.product-cate-06 {
  border: 1px solid #0046c2;
}
.product-faq-child.product-cate-11 {
  border: 1px solid #00a2c2;
}
.product-faq-child.product-cate-07 {
  border: 1px solid #e64668;
}
.product-faq-child.product-cate-09 {
  border: 1px solid #3a80bc;
}
.product-faq-child.product-cate-10 {
  border: 1px solid #b6ae05;
}
.product-faq-child.product-cate-12 {
  border: 1px solid #0b7f35;
}
.product-faq-child.product-cate-13 {
  border: 1px solid #004098;
}
.product-faq-child-pc {
  display: inline-block;
  float:left;
  vertical-align: top;
  letter-spacing: normal;
  width: 24%;
  border: 1px solid #004098;
  border-radius: 3px;
  margin: 1% 0 0 1%;
  box-sizing: border-box;
  min-height:67px;
  background: #fff;
}
.product-faq li:nth-child(4n+1) {
  margin: 1% 0 0 0;
}
.product-faq-txt {
  text-align: center;
}
.product-faq-child a {
  position: relative;
  height: 100%;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  background: #fff;
}

.product-faq-child.product-cate-02-01 a,
.product-faq-child.product-cate-03 a,
.product-faq-child.product-cate-04 a,
.product-faq-child.product-cate-05 a,
.product-faq-child.product-cate-06 a,
.product-faq-child.product-cate-07 a,
.product-faq-child.product-cate-09 a,
.product-faq-child.product-cate-10 a,
.product-faq-child.product-cate-11 a,
.product-faq-child.product-cate-12 a,
.product-faq-child.product-cate-13 a {
  padding: 0;
}
.product-faq-child-pc a {
  position: relative;
  padding: 10px 10px 10px 10px;
  box-sizing: border-box;
  min-height:67px;
}
.product-faq li a:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  background: url(/common/images/common/icon-link-blue-trans.png) no-repeat;
  background-size: 100%;
  width: 22px;
  height: 22px;
  bottom: -1px;
  right: -1px;
}
.product-faq-img {
  width: 120px;
  margin: 0 auto 10px;
}
/*20170622更新*/
.product-faq-ttl {
  font-size: 105%;
  text-align: center;
  line-height: 1.2;
  color: #004098;
  font-weight: bold;
  min-height: 55px;
}
.product-faq-ttl-s {
  font-size: 80%;
}
.other-faq-list {
  letter-spacing: -0.5em;
  margin: 0 0 20px 0;
}
.other-faq-list li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  width: 20%;
}
.other-faq-list li a {
  box-sizing: border-box;
  padding: 0 0 0 0;
  color: #004098;
}
.other-faq-list li a:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background: url(/common/images/faq/icon-arrow-faq-down.png) no-repeat;
  background-size: 100%;
  width: 6px;
  height: 5px;
  top: -1px;
  left: 0;
  margin: 0 5px 0 0;
}

.product-faq li.product-cate-02 a:after {
background: url(/common/images/common/icon-link-red-trans.png) no-repeat;
}

.product-faq li.product-cate-03 a:after {
background: url(/common/images/common/icon-link-lightorange-trans.png) no-repeat;
}

.product-faq li.product-cate-04 a:after {
background: url(/common/images/common/icon-link-green-trans.png) no-repeat;
}

.product-faq li.product-cate-05 a:after {
background: url(/common/images/common/icon-link-orange-trans.png) no-repeat;
}

.product-faq li.product-cate-06 a:after {
background: url(/common/images/common/icon-link-blue02-trans.png) no-repeat;
}

.product-faq li.product-cate-07 a:after {
background: url(/common/images/common/icon-link-pink-trans.png) no-repeat;
}

.product-faq li.product-cate-09 a:after {
background: url(/common/images/common/icon-link-lightblue-trans.png) no-repeat;
}

.product-faq li.product-cate-10 a:after {
background: url(/common/images/common/icon-link-yellow-trans.png) no-repeat;
}

.product-faq li.product-cate-11 a:after {
background: url(/common/images/common/icon-link-blue03-trans.png) no-repeat
}

.product-faq li.product-cate-12 a:after {
background: url(/common/images/common/icon-link-green-trans.png) no-repeat;
}

.product-faq li.product-cate-13 a:after {
background: url(/common/images/common/icon-link-blue06-trans.png) no-repeat;
}

/*
.product-cate-02 {
  border: 1px solid #c61521;
}

.product-cate-03 {
  border: 1px solid #5d2701;
}

.product-cate-04 {
  border: 1px solid #0c864e;
}

.product-cate-05 {
  border: 1px solid #f6680a;
}

.product-cate-06 {
  border: 1px solid #0046c2;
}

.product-cate-07 {
  border: 1px solid #e64768;
}

.product-cate-09 {
  border: 1px solid #3a80bc;
}

.product-cate-10 {
  border: 1px solid #b6ae05;
}
*/

@media only screen and (max-width: 640px) {

  .sheet-dl li a {
    text-decoration: none;
    padding: 5px 0 5px 15px;
  }
  .faq-description {
    padding: 5px 0 15px 0;
  }
  .product-faq-ttl-s {
    font-weight: normal;
  }
  .sheet-dl {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0;
  }
  .sheet-dl li {
    width: 100%;
    margin: 0 auto 2% auto;
    display: block;
  }
  .product-faq-child {
    width: 100%;
    margin: 0 0 0 0;
  }
  .product-faq-child a {
    height: 100%;
  }
  .product-faq-child a .product-faq-top {
    text-align: center;
  }
  .product-faq-child.product-cate-02 a .product-faq-top {
    background: #c50e1c;
  }
  .product-faq-child.product-cate-07 a .product-faq-top {
    background: #e64668;
  }
  .product-faq-child.product-cate-09 a .product-faq-top {
    background: #3f7dba;
  }
  .product-faq-child.product-cate-04 a .product-faq-top {
    background: #008045;
  }
  .product-faq-child.product-cate-11 a .product-faq-top {
    background: #00a2c2;
  }
  .product-faq-child.product-cate-03 a .product-faq-top {
    background: #e8953a;
  }
  .product-faq-child.product-cate-05 a .product-faq-top {
    background: #f76808;
  }
  .product-faq-child.product-cate-06 a .product-faq-top {
    background: #0046c2;
  }
  .product-faq-child.product-cate-10 a .product-faq-top {
    background: #b6ae05;
  }
  .product-faq-child.product-cate-12 a .product-faq-top {
    background: #0b7f35;
  }
  .product-faq-child.product-cate-13 a .product-faq-top {
    background: #004098;
  }
  .product-faq-img {
    float: none;
    display: table-cell;
    width: 70px;
    margin: 0 0 0 0;
  }
  .product-faq-ttl {
    width: 76%;
    display: table-cell;
    vertical-align: middle;
    font-size: 125%;
  }
  .product-faq li,
  .product-faq li:nth-child(4n+1) {
    margin: 1% auto 10px auto;
    display: block;
  }
  .other-faq-list li {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #dbdbdb;
    padding: 0 0 0 0;
    box-sizing: border-box;
  }
  .other-faq-list li:first-child {
    border-top: 1px solid #dbdbdb;
  }
  .other-faq-list li a {
    text-align: center;
    padding: 5px 0 5px 0;
    font-size: 131%;
  }
  .other-faq-list li a:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    background: url(/common/images/faq/icon-arrow-faq-down-sp.png) no-repeat;
    background-size: 100%;
    width: 6px;
    height: 6px;
    top: 15px;
    left: 92%;
  }
  .product-faq-txt {
    font-size: 108%;
  }

  .faq-ttl-01 {
    font-size: 123.1%;
    padding: 14px;
    border-radius: 0;
  }
  .ques-txt {
    font-size: 131%;
    font-weight: normal;
    border-radius: 0;
  }

  #other-faq {
    margin: 0 0 20px 0;
  }

}
