@charset "UTF-8";

/* ===================================
アコーディオン
=================================== */
.aco_item {
  margin-bottom: 20px;
  padding: 20px;
  background: #fafafa;
}

.aco_item:last-child {
  margin-bottom: 0;
}

.aco_ttl {
  display: block;
  position: relative;
  padding-right: 20px;
  font-weight: bold;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.aco_cont {
  margin-top: 30px;
  line-height: 2.16;
}

.aco_cont ul {
  line-height: 2.16;
}

.aco_plus1,
.aco_plus2 {
  position: absolute;
  right: 0;
  width: 15px;
  height: 1px;
  background-color: #000;
}

.aco_plus1 {
  top: 50%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.aco_plus2 {
  top: 50%;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/*＋、－切り替え*/
.aco_ttl.active .aco_plus1 {
  display: none;
}

.aco_ttl.active .aco_plus2 {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

@media screen and (max-width: 600px) {
  .aco {
    /* margin-bottom: 30px; */
  }
  .aco_item {
    margin-bottom: 20px;
    padding: 15px;
  }
  .aco_ttl {
    display: block;
    position: relative;
    padding-right: 20px;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .aco_cont {
    font-size: 12px;
  }
}
/* ------------------------------
　　--single,archive--
------------------------------ */

.faq-s{
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
}
.faq-s li{
  margin-bottom: 15px;
}
.faq-s h2{
background: linear-gradient(to bottom,#41403e 30%,#1a1615);
  color: #fff;
  text-align: center;
  padding: 5px 0;
  font-size: 20px;
  margin-bottom: 30px;
}
/* ------------------------------
　　--archive--
------------------------------ */
.faq-a{
  background: #f4f4f4;
  margin-bottom: 50px;
}

.f-navi{
  display: flex;
  justify-content: space-between;
align-items: center;
flex-wrap: wrap;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 30px;
}
.f-navi li{
  font-size: 12px;
  width: 30%;
  padding: 10px;
position:relative;
text-indent: -5px;
}
.f-navi li::before{
content:'-';
}
@media screen and (max-width: 680px) {
  .f-navi li{
  width: 47%;
}
}    
/* ------------------------------
　　--pager--
------------------------------ */
.pagination {
  text-align: center;
  padding-bottom: 50px;
}

.page-numbers {
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  font-size: 12px;
  color: #cbcbcb;
  border: 1px solid #cbcbcb;
  line-height: 3;
}

a.page-numbers {
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #cbcbcb;
  width: 40px;
  height: 40px;
  text-align: center;
  position: relative;
  font-size: 12px;
  color: #fff;
}

a.page-numbers:hover {
  background: #999;
}

/* ------------------------------
　　--btn--
------------------------------ */
.btn-wrap .btn-default {
  max-width: 335px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

.btn-wrap .btn-default:last-child {
  margin-bottom: 0;
}

.btn-default a {
  border: 1px solid #444444;
  padding: 15px 10px;
  display: block;
  background: #fff;
  color: #444;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.1em;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.4;
}

.btn-default a:hover {
  color: #fff;
  background-color: #444;
}

/* ------------------------------
　　--archive--
------------------------------ */
.treat-cat{
  display: flex;
  justify-content: space-between;
  margin: 30px 50px;
}
.tag-waku{
  font-size: 11px;
    font-family: "游ゴシック", YuGothic, " ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",Century Gothic;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 3px;
}
@media screen and (max-width: 580px) {
.treat-cat{
flex-wrap: wrap;
margin: 30px 15px;
}
}