@charset "UTF-8";
.mainContent {
  padding: 0 !important;
  position: relative;
}
.sub.faq h1, .sub.answer h1 {
  background-image: url(../faq/img/bg_mv.jpg);
}
.sub.answer h1 span.styleSub {
  font-size: 26px;
  margin-bottom: 10px;
}

@media print, screen and (min-width: 751px) {
.mainContent section {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}
.sub.faq .mainContent section:nth-child(even) {
  background: #f9f8f3;
}
.mainContent .inner {
  width: 945px;
  position: relative;
}
/* read 
--------------------------------------------------------- */
.read {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
/* list
--------------------------------------------------------- */
section.list {
}
section.list ul {
  overflow: hidden;
}
section.list ul li {
  width: 463px;
  float: left;
  margin-bottom: 10px;
}
section.list ul li:nth-child(even) {
  float: right;
}
section.list ul li a {
  display: block;
  height: 105px;
  width: 463px;
  border: 2px solid #cfccbf;
  border-radius: 10px;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  padding: 0 35px 0 93px;
  background: url(../faq/img/icon_q.png) rgba(0,0,0,0) no-repeat 28px center;
  background-size: 46px 46px;
}
section.list ul li a:hover {
  border: 2px solid #ffe100;
  background: url(../faq/img/icon_q.png) rgba(0,0,0,0.05) no-repeat 28px center;
  background-size: 46px 46px;
}
section.list ul li a span {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.list ul li a:after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 1px solid #9f9982;
  border-right: 1px solid #9f9982;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -5px;
}
/* usefulcon
--------------------------------------------------------- */ 
.mainContent section.categorylist {
  padding: 70px 0 0;
  background: #f9f8f3;
}
section.categorylist .wrap {
  width: 100%;
  position: relative;
  padding: 65px 0;
  background: #fff;
  border-top: 2px solid #ebe7d2;
}
section.categorylist .wrap ul {
  overflow: hidden;
}
section.categorylist .wrap:before {
  content: "";
  height: 84px;
  width: 84px;
  background: url(../faq/img/icon_use.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  margin: 0 auto;
  top: -42px;
  left: 0;
  right: 0;
}
section.categorylist .wrap:after {
  content: "";
  clear: both;
}
section.categorylist h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
}
/* anc
--------------------------------------------------------- */
section.anc {
}
section.anc ul {
  overflow: hidden;
}
section.anc ul li {
  width: 463px;
  float: left;
}
section.anc ul li:nth-child(even) {
  float: right;
}
section.anc ul li a {
  display: block;
  height: 70px;
  width: 463px;
  border-bottom: 1px solid #cfccbf;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
  padding: 0 0 0 45px;
  background: url(../faq/img/icon_q.png) no-repeat 0 center;
  background-size: 31px 31px;
}
section.anc ul li a:hover {
  opacity: 0.6;
}
section.anc ul li a span {
  margin: 0px;
  padding: 0px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-right: 30px;
}
section.anc ul li a:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #9f9982;
  border-left: 1px solid #9f9982;
  -webkit-transform: rotate(45deg);
  transform: rotate(225deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}
/* details
--------------------------------------------------------- */
section.details {
  background: #f9f8f3;
}
section.details .box {
  width: 100%;
  box-sizing: border-box;
  border: 2px solid #ebe7d2;
  margin-bottom: 20px;
  background: #fff;
}
section.details .box:last-child {
  margin-bottom: 0;
}
section.details .box h2 {
  position: relative;
  padding: 20px 0 20px 95px;
  font-size: 18px;
  background: #f1f1f1 url(../faq/img/bg_midashi.png) no-repeat 750px bottom;
}
section.details .box h2:before {
  content: "";
  height: 30px;
  width: 30px;
  background: url(../faq/img/icon_q.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 50px;
  top: 0;
  bottom: 0;
  margin: auto;
}
section.details .box dl {
  margin: 15px 48px 40px;
}
section.details .box dl dt {
  font-size: 24px;
  padding: 15px 0 15px 60px;
  position: relative;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 2px solid #cfccbf;
  margin-bottom: 30px;
}
section.details .box dl dt:before {
  content: "";
  height: 43px;
  width: 43px;
  background: url(../faq/img/icon_a.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
section.details .box dl dt:after {
  content: "";
  height: 2px;
  width: 100px;
  background: #ff7878;
  position: absolute;
  left: 0;
  bottom: -2px;
}
section.details .box dl dd p {
  margin-bottom: 1em;
}
section.details .box dl dd p.att {
  font-size: 16px;
  color: #B00002;
}
section.details .box dl dd a {
  text-decoration: underline;
}
section.details .box dl dd a:hover {
  text-decoration: none;
}
section.details .box dl dd ul {
  font-size: 16px;
}
section.details .box dl dd ul li {
  margin: 4px 0;
  padding-left: 40px;
  position: relative;
}
section.details .box dl dd ul li:before {
  content: "";
  height: 21px;
  width: 21px;
  background: url(../faq/img/icon_arrow.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
/* back
  ------------------------------------------- */
.back {
  margin-bottom: 0px;
  margin-top: 65px;
}
.btnRe.btnGeneral {
  display: block;
  width: 350px;
  margin-top: 20px;
  line-height: 1 !important;
  text-align: center;
  color: #fff !important;
}
.btnRe.btnGeneral:hover {
  color: #333 !important;
}
.btnRe.btnGeneral:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(225deg);
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -5px;
}
.btnRe.btnGeneral:hover:after {
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}
}
