@charset "UTF-8";
@media screen and (max-width: 750px) {
  .mainContent {
    padding-bottom: 0 !important;
  }

.sub.faq h1 {
    background-image: url(../faq/img/bg_mv_sp.jpg);
}
.sub.answer h1 span.styleSub {
  font-size: 15px;
    padding-bottom: 5px;
    display: block;
    height: auto;
    width: auto;
}
  .mainContent section{
	position: relative;
  padding:40px 0;
  overflow: hidden;}
 
.sub.faq .mainContent section:nth-child(even){
  background: #f9f8f3;
} 
.mainContent .inner{
  box-sizing: border-box;
  width: 94.8%;
  margin: 0 auto;
}

/* read 
--------------------------------------------------------- */
  .read {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding:25px 0 !important;
    line-height: 1.8;
  }  
  
  /* list
--------------------------------------------------------- */
  section.list ul{
    overflow: hidden;
  }
  
  section.list ul li{
    width: 100%;
    margin-bottom: 7px;
  }
  section.list ul li a{
    display: flex;
    min-height: 60px;
    width: 100%;
    border: 2px solid #cfccbf;
    border-radius: 6px;
    box-sizing: border-box;
    position: relative;
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold;
    padding: 10px 12% 10px 60px;
    background: url(../faq/img/icon_q.png) rgba(0,0,0,0) no-repeat 15px center;
    background-size:31px 31px;
  }
  section.list ul li a span{
    justify-content: center;
    align-items: center;
  }
 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: 50px 0 40px;
    background: #fff;
  border-top: 2px solid #ebe7d2;
  }
  
  section.categorylist .wrap ul{
  overflow: hidden;}
  
  section.categorylist .wrap:before{
    content:"";
    height: 63px;
    width: 63px;
    background: url(../faq/img/icon_use.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    margin: 0 auto;
    top: -31px;
    left: 0;
    right: 0;
  }
  section.categorylist .wrap:after{
    content: "";
    clear: both;
    
  }
  section.categorylist h2{
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
    
  } 
  
  
   /* anc
--------------------------------------------------------- */
  section.anc{}
  section.anc ul{
    overflow: hidden;
  }
  
  section.anc ul li{
    width: 100%;
  }
  section.anc ul li a{
    display: block;
    width: 100%;
    border-bottom: 1px solid #cfccbf;
    box-sizing: border-box;
    position: relative;
    font-size: 15px;
    line-height: 1.4;
    font-weight: bold;
    padding: 15px 35px 15px 45px;
    background: url(../faq/img/icon_q.png)  no-repeat 0 center;
    background-size: 31px 31px;
  }
 section.anc ul li a:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  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: 15px 0 15px 60px;
    font-size: 15px;
    line-height: 1.5;
  background: #f1f1f1;
  }
  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: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    
  }
  section.details .box dl{
    margin:0 20px 20px 20px;
  }
section.details .box dl dt{
    font-size:15px;
    padding: 15px 0 15px 40px;
    position: relative;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 2px solid #cfccbf;
  margin-bottom: 15px;
  }
section.details .box dl dt:before{
    content:"";
    height: 30px;
    width: 30px;
    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: 50px;
    background: #ff7878;
    position: absolute;
    left: 0;
    bottom: -2px;
    
  }
  section.details .box dl dd p{
    margin-bottom: 1em;
    font-size: 15px;
    line-height: 1.8;
  }
  
  section.details .box dl dd p.att{
    font-size: 15px;
    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: 25px;
    position: relative;
  }
  section.details .box dl dd ul li:before{
    content:"";
    height: 16px;
    width: 16px;
    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: 35px;
}
.btnRe.btnGeneral {
  display: block;
  width: 100%;
  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;
}
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
}