/*Single
=======================================================*/
.blog-ttl{
    border-bottom: 1px solid #EEE;
    margin-bottom: 10px;
  }
  .blog-inner{
    word-break: break-all;
  }
  .blog-tica{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .blog-time{
    color: #999;
    font-size: 12px;
  }
  .blog-time a{
    color: #999;
    margin: 0 5px;
  }
  .blog-cate-wrap{
    display: flex;
    flex-wrap: wrap;
  }
  a.blog-cate{
    border: #b4835d 1px solid;
    padding: 0 5px;
    display: block;
    color:#b4835d;
    background-color: #fafbfd;
    margin-right: 10px;
    margin-bottom:5px;
    margin-top: 5px;
  }
  a.blog-cate:last-child{
    margin-right: 0;
  }
  .blog-ttl{
    font-size: 25px;
  }
  .blog-thum img{
    width: 50%;
    margin: 20px auto;
    display: block;
  }
  .blog-con{
    word-break: break-word;
    font-size: 16px;
  }
  .blog-con-img{
    display: flex;
    flex-wrap:wrap;
  }
  .blog-con-img img{
    object-fit: contain;
  }
  .blog-con strong{
    font-weight: bold;
  }
  .blog-con h2{
    font-size: 25px;
    font-weight: bold;
  }
  .blog-con h2.has-pale-pink-color a{
    color: unset;
  }
  .blog-con h3{
    font-size: 22px;
    font-weight: bold;
  }
  .blog-con h4{
    font-size: 20px;
    font-weight: bold;
  }
  .blog-con h5{
    font-size: 19px;
    font-weight: bold;
  }
  .blog-con h6{
    font-size: 18px;
    font-weight: bold;
  }
  
  
/* faq css */
  
.common.common-sub.faq .wrap {
    width: 100%;
  }
  .common.common-sub.faq .count-faq p {
    font-size: 16px;
  }
  .common.common-sub.faq .list-faq {
    display: flex;
    flex-direction: column;
    margin-top: 40px;
  }
  .common.common-sub.faq .list-faq .item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    width: 100%;
    gap: 10px;
    border-top: 1px solid #aaaaaa;
  }
  .common.common-sub.faq .list-faq .item:last-child {
    border-bottom: 1px solid #aaaaaa;
  }
  .common.common-sub.faq .list-faq .item .group {
    display: none;
    align-items: center;
    gap: 2rem;
    width: 100%;
  }
  @media (max-width: 768px) {
    .common.common-sub.faq .list-faq .item .group {
      display: flex;
    }
  }
  @media (max-width: 425px) {
    .common.common-sub.faq .list-faq .item .group {
      gap: 1rem;
    }
  }
  .common.common-sub.faq .list-faq .item .left {
    width: 100%;
    max-width: 120px;
  }
  .common.common-sub.faq .list-faq .item .left p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background-color: #aaaaaa;
    text-align: center;
  }
  .common.common-sub.faq .list-faq .item .mid a {
    color: #3f5193;
    text-decoration: underline;
    text-decoration-color: #3f5193;
    display: flex;
  }
  .common.common-sub.faq .list-faq .item .right {
    margin-left: auto;
    width: 100%;
    max-width: 180px;
  }
  .common.common-sub.faq .list-faq .item .right .btn-faq {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    opacity: 1;
  }
  .common.common-sub.faq .list-faq .item .right .btn-faq p {
    font-size: 16px;
    color: #fff;
    background: #aaaaaa;
    text-align: center;
    width: 140px;
    transition: all 0.5s;
    border: 1px solid #aaaaaa;
  }
  .common.common-sub.faq .list-faq .item .right .btn-faq:hover p {
    color: #aaaaaa;
    background: #fff;
    border: 1px solid #aaaaaa;
  }
  .common.common-sub.faq .list-faq .item .right .btn-faq span {
    width: 30px;
    height: 30px;
    background-color: #aaaaaa;
    border: 1px solid #aaa;
    border-radius: 50%;
    position: relative;
    transition: all 0.5s;
  }
  .common.common-sub.faq .list-faq .item .right .btn-faq span::after {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-left: 10px solid #fff;
    border-right: 0 solid transparent;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    transition: all 0.5s;
  }
  .common.common-sub.faq .list-faq .item .right .btn-faq:hover span {
    background-color: #fff;
  }
  .common.common-sub.faq .list-faq .item .right .btn-faq:hover:hover span:after {
    border-left: 10px solid #aaaaaa;
  }
  .pagination ul.page-numbers {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .pagination li a.page-numbers,
  .pagination li span.page-numbers {
    padding: 4px 12px;
    min-width: 38px;
    font-size: 16px;
    background-color: #b8b8b8;
    color: #000;
    text-align: center;
    border-color: transparent;
  }
  .pagination li a.page-numbers.active,
  .pagination li span.page-numbers.current {
    background-color: #f1f1f1;
  }
  .pagination li a.page-numbers:hover {
    background-color: #f1f1f1;
  }
  
  @media screen and (max-width: 768px) {
    .common.common-sub.faq .list-faq .item {
      padding: 4px 0;
      gap: 4px;
      flex-direction: column;
    }
    .common.common-sub.faq .list-faq .item .left {
      max-width: 40px;
    }
    .common.common-sub.faq .list-faq .item .left p {
      font-size: 12px;
    }
    .common.common-sub.faq .list-faq .item .mid a span {
      font-size: 12px;
      line-height: 1.6;
    }
    .common.common-sub.faq .list-faq .item .right {
      max-width: 120px;
    }
    .common.common-sub.faq .list-faq .item .right .btn-faq {
      gap: 4px;
    }
    .common.common-sub.faq .list-faq .item .right .btn-faq p {
      font-size: 12px;
      width: 80px;
    }
    .common.common-sub.faq .list-faq .item .right .btn-faq span {
      width: 20px;
      height: 20px;
    }
    .common.common-sub.faq .list-faq .item .right .btn-faq span::after {
      border-left: 8px solid #fff;
      border-right: 0 solid transparent;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
    }
  }