@charset "UTF-8";

/*---------カテゴリ-------------*/
#Q_A #category .title{
    background: #9d7350;
    color: #fff;
    padding: 10px;
    box-sizing: border-box;
    font-size: 1.6rem;
    margin: 0 0 -1px;
}
#Q_A #category ul{
    background: #ededed;
    padding: 15px 10px 0;
    font-size: 1.6rem;
    box-sizing: border-box;
}
#Q_A #category ul li{
    float:  left;
    height: 60px;
    width: 48%;
}
#Q_A #category ul li a{
    padding: 9px 0 9px 40px;
    box-sizing:  border-box;
    max-height: 48px;
    color: #313131;
    display: inline-block;
    vertical-align:  middle;
}
#Q_A #category ul li:nth-of-type(1) a{ background: url(../images/icon_category01.png) no-repeat 0 center;}
#Q_A #category ul li:nth-of-type(2) a{ background: url(../images/icon_category02.png) no-repeat 0 center;}
#Q_A #category ul li:nth-of-type(3) a{ background: url(../images/icon_category03.png) no-repeat 0 center;}
#Q_A #category ul li:nth-of-type(4) a{ background: url(../images/icon_category04.png) no-repeat 0 center;}
#Q_A #category ul li:nth-of-type(5) a{ background: url(../images/icon_category05.png) no-repeat 0 center;}
#Q_A #category ul li:nth-of-type(6) a{ background: url(../images/icon_category06.png) no-repeat 0 center;}

/*---------一覧-------------*/
#Q_A .list h2{
     font-size: 1.8rem;
     text-align: center;
     margin: 35px 0 0;
     background: none;
     background-color: #f0f0f0;
     border-top: 5px solid #f8b634;
     padding: 1rem .7rem;
}
#Q_A .list div{
  padding-top: 50px;
  margin-top: -50px;
}
#Q_A .list div .title{
  font-size: 1.6rem;
  font-weight: bold;
  padding: 15px 0 15px 53px;
  margin: 0 0 15px;
 }
#Q_A .list .list01 .title{background: url(../images/icon_category01.png) no-repeat  8px 50%, #fffddf;}
#Q_A .list .list02 .title{background: url(../images/icon_category02.png) no-repeat  8px 50%, #fffddf;}
#Q_A .list .list03 .title{background: url(../images/icon_category03.png) no-repeat  8px 50%, #fffddf;}
#Q_A .list .list04 .title{background: url(../images/icon_category04.png) no-repeat  8px 50%, #fffddf;}
#Q_A .list .list05 .title{background: url(../images/icon_category05.png) no-repeat  8px 50%, #fffddf;}
#Q_A .list .list06 .title{background: url(../images/icon_category06.png) no-repeat  8px 50%, #fffddf;}

#Q_A .list ul li {
  list-style-type:none;
  margin: 0 0 15px;
  display: flex;
}

#Q_A .list ul li a{
  text-decoration: none;
}
#Q_A .list ul li:before{
  content: "\e315";
  color: #f8b634;
  font-size: 1.4em;
  font-family: nomucom!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
#Q_A .list ul li a:hover{
  text-decoration: underline;
}
#Q_A .list .list02 ul .subtitle{
    font-weight: bold;
    margin: 20px 0 10px;
}
#Q_A .list .list02 ul .subtitle:before{
  content:none;
}

/*------ＱＡコンテンツページ
------------------------------*/

#Q_A #Question_box h1{
  font-size: 1.7rem;
  font-weight: bold;
  background: url(../images/icon_Q.gif) no-repeat  10px 0.5em, #fffddf;
  background-size: 30px;
  padding: 12px 10px 10px 50px;
  margin: 0 -10px 8px;
}
#Q_A #Question_box .answer{
    background: url(../images/icon_A.gif) no-repeat  0 0;
    background-size: 30px;
    padding: 35px 0 10px;
    line-height: 1.6;
}
#Q_A #Question_box .answer h2{
  font-weight: bold;
  margin: 18px 0 4px;
  font-size: 16px;
}

#Q_A #Question_box p.top_link{
  text-align:right;
  margin-top: 15px;
}
#Q_A #Question_box p.top_link a{
  padding: 0 10px 0 24px;
  background: url(../images/icon02.gif) no-repeat 0 0;
  background-size:  contain;
}
