
.news-contents{
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 5rem;
}
@media screen and (max-width: 767px) {
    .news-contents{
        grid-template-columns: 1fr;
    }
}

.voice__items{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 6rem;
}
@media screen and (max-width: 1000px) {
    .voice__items{
        grid-template-columns: repeat(2,1fr);
    }
}
@media screen and (max-width: 767px) {
    .voice__items{
        grid-template-columns: 1fr;
        gap: 3rem;
        place-items: center;
    }
}
#archive-work .top-work__items{
    margin-top: 0;
}
#single-work .single-work__ttl{
    text-align: center;
    font-size: 3.8rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
  
}
#single-work .single-work__slide {
    margin-top: 5rem;
    max-width: 80rem;
    margin-right: auto;
    margin-left: auto;
  }
  
#single-work .single-work__slide-items {
    width: 100%;
    height: 100%;
    margin: auto;
  }

  #single-work .single-work__slide-items.js-slick-slide{
    max-width: 69rem;
    padding: 0 1rem;
  }
  #single-work .single-work__slide-items.js-slick-slide .slick-prev{
    left: -3rem;
  } 
  #single-work .single-work__slide-items.js-slick-slide .slick-next{
    right: -2rem;
  }
  #single-work .single-work__slide-items.js-slick-slide .slick-prev:before, 
  #single-work .single-work__slide-items.js-slick-slide .slick-next:before{
    font-size: 3.2rem;
  }
#single-work .single-work__slide-item img {
    width: 100%;
    height: 100%;
    display: block;
}
#single-work .single-work__slide-img img {
    width: 100%;
    height: auto;
    aspect-ratio: 690/515;
    object-fit: cover;
}
#single-work .thumbnail {
    margin-top: 1rem;
    max-width: 80rem;
}
#single-work .thumbnail .single-work__slide-item{
    position: relative;
    cursor: pointer;
}
#single-work .thumbnail .single-work__slide-item::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}
#single-work .thumbnail .single-work__slide-item.slick-current::before{
    display: none;
}
#single-work .slick-prev {
    left: -30px;
  }
  
#single-work .slick-next {
    right: -30px;
}

#single-work .slick-next::before,.slick-prev::before {
    background: unset;
}
#single-work .slick-prev:before, 
#single-work .slick-next:before {
    color: #333;
}
#single-work .single-work__contents{
    margin-top: 5rem;
}
#single-work .single-work__contents img{
    max-width: 100rem;
}
#single-work .single-work__contents h2 {
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    margin: 50px 0 30px;
    padding: 15px;
    border-bottom: 2px solid #3a625c;
  }
  
  #single-work .single-work__contents h3 {
    box-sizing: border-box;
    font-size: 1.8rem;
    margin: 50px 0 30px;
    padding: 10px 16px;
    background-color: #ccc;
  }
  
  #single-work .single-work__contents h4 {
    font-size: 1.5rem;
    padding: 5px 0 0 14px;
    border-left: 4px solid #ccc;
    margin: 50px 0 30px;
  }
  
#single-work .single-work__other{
    margin-top: 10rem;
    background:#e6e2da ;
    padding: 3rem 5rem 5rem;
    border-radius: 10px;
  
}
#single-work .single-work__other-items{
    margin-top: 5rem;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 3rem;

}
#single-work .single-work__other-btn{
    margin-top: 5rem;
    text-align: right;
}
@media screen and (max-width: 1000px) {
    #single-work .slick-prev:before, 
    #single-work .slick-next:before {
    display: none;
    }
}
@media screen and (max-width: 767px) {
    #single-work .single-work__ttl{
        text-align: center;
        font-size: 2rem;
    } 
    #single-work .single-work__slide {
        margin-top: 3rem;
    }    
    #single-work .single-work__other{
        margin-top: 8rem;
        background:#e6e2da ;
        padding: 3rem 2rem;
        border-radius: 10px;
      
    }
    #single-work .single-work__other-items{
        margin-top: 3rem;
        display: grid;
        grid-template-columns: 1fr;
        gap: 3rem;
    
    }
    #single-work .single-work__contents img{
        max-width: 100%;
    }
    
    #single-work .single-work__contents h2 {
        font-size: 2rem;
        letter-spacing: 0.05em;
        margin: 50px 0 30px;
        padding: 15px;
        border-bottom: 2px solid #3a625c;
      }
      
      #single-work .single-work__contents h3 {
        box-sizing: border-box;
        font-size: 1.6rem;
        margin: 50px 0 30px;
        padding: 10px 16px;
        background-color: #ccc;
      }
    
   
}

#single-voice .single-voice__ttl{
    text-align: center;
    font-size: 3.8rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;

}
#single-voice img{
    height: auto;
    object-fit: cover;
}
#single-voice .single-voice__contents{
    margin-top: 5rem;
}
#single-voice .single-voice__contents img{
    max-width: 100rem;
}
#single-voice .single-voice__img{
    text-align: center;
}
#single-voice .single-voice__img img{
    max-width: 69rem;
}

@media screen and (max-width: 767px) {
    #single-voice .single-voice__ttl{
        text-align: center;
        font-size: 2rem;
    } 
    #single-voice .single-voice__contents img{
        max-width: 100%;
    }
    #single-voice .single-voice__img img{
        max-width: 100%;
    }
}



.feature{
    padding-bottom: 20rem;
}
.feature .content-width{
    max-width: 120rem;
}
.feature .sec-inner{
    padding: 7rem 0;
}
.feature__top .sec-read{
    /* font-family: "Sawarabi Gothic", sans-serif; */
    font-family: "Shippori Mincho", serif;
    margin: 0;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    font-weight: 500;
}
.feature__top .sec-txt{
    font-size: 1.6rem;
    margin-top: 3.2rem;
    line-height: 2.4;
    letter-spacing: 0.06em;
}

.feature__top-items{
    margin-top: 8rem;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap:6rem 2rem;
    max-width: 80rem;
    margin-inline: auto;
    place-items: center;
}
.feature__top-item{
    display: inline-block;
    padding: 3.3rem 2rem;
    background: #e6e2da;
    border-radius: 50%;
    font-size: 1.6rem;
    font-family: "Sawarabi Gothic", sans-serif;
    line-height: calc(24/16);
    text-align: center;
    max-width: 22rem;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    position: relative;
}
.feature__top-item::before {
    content: "";
    position: absolute;
    top: -10px;   
    left: -10px;  
    right: -10px; 
    bottom: -10px;
    border: 1px solid #d2cfc8;
    border-radius: 50%;  
    pointer-events: none;
  }
.feature__top-item::after{
    content: "";
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    width: 1.3rem;
    height: 1.3rem;
    background: url(../img/feature/feature-arrow.png) no-repeat center / contain;
    transition: 0.3s;
}
.feature__top-item:hover::after{
    bottom: 2rem;
}
.feature__top-item-ttl{
    font-size: 1.6rem;
    letter-spacing: 0.08em;

}
.feature__top-item-img{
    margin-top: 2rem;
    max-width: 8.5rem;
    margin-inline: auto;
}
.feature__top-item:nth-child(4) .feature__top-item-img{
    margin-top: 1rem;
    max-width: 8rem;
}
.feature__top-item:nth-child(2) .feature__top-item-img{
    margin-top: 0.8rem;
    max-width: 9.4rem;
}
.feature__top-item:nth-child(3) .feature__top-item-img{
    margin-top: 1.8rem;
    max-width: 8.5rem;
}
.feature__top-item:nth-child(5) .feature__top-item-img{
    max-width: 10.5rem;
    margin-top: 1.6rem;
}
.feature__top-item:nth-child(6) .feature__top-item-img{
    margin-top: 1rem;
    max-width: 16.5rem;
}

.feature__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10rem;
    padding-top: 15rem;
  
  }
  .feature__item:nth-child(n+2){
    padding-top: 22rem;
  }
  
  .feature__item .sec-read{
    margin-top: 4.2rem;
    margin-bottom: 3.3rem;
    font-size: 2.2rem;
    letter-spacing: 0.1em;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
  }
  .feature__item .sec-txt{
    letter-spacing: 0.074em;
  }
  .feature__item-body {
    width: calc(480 / 1160 * 100%);

  }
  
  .feature__item-number {
    font-size: 10rem;
    font-family: "Public Sans", sans-serif;
    font-weight: 200;  
    line-height: 1;
  }
  .feature__item-bottom{
    margin-top: 3.5rem;
  }
  .feature__item-bottom-txt{
    border-bottom: 1px solid #333;
    font-size: 1.4rem;
    line-height: 2.2;
    letter-spacing: 0.1em;
    font-family: "Sawarabi Gothic", sans-serif;
  }
  
  
  .feature__item-img {
    width: 50%;
    position: relative;
  }
  .feature__item-img::before{
    content: "";
    position: absolute;
    top: -2rem;
    right: 0;
    width: 25.5rem;
    height: 24rem;
    background: #dfdbd2;
}

  
.feature__item .main-img {
    max-width: 54rem;
    width: 100%;
    height: auto;
    aspect-ratio: 540 / 300;
    object-fit: cover;
    display: block;
    position: relative;
}

.feature__item .sub-img {
    max-width: 25.7rem;
    position: absolute;
    right: -6rem;
    bottom: -10rem;
    width: 41%;
    height: auto;
    aspect-ratio: 257 / 257;
    object-fit: cover;
}
.feature__item:nth-child(4) .main-img{
    right: unset;
    left: 16rem;
    top: -5rem;
    aspect-ratio: 530/341;
  }
  .feature__item:nth-child(4) .sub-img{
    right: unset;
    left: 0;
    top: 10rem;
    aspect-ratio: 280/367;
    max-width: 28rem;
    width: 100%;
  }
  .feature__item:nth-child(4) .feature__item-img::before{
    top: -1rem;
    left: 13rem;
    width: 50.8rem;
    height: 33.6rem;
  }
.feature__item:nth-child(2) .main-img{
    aspect-ratio: 580/356;
    max-width: 58rem;
    width: 100%;
    top: 6rem;
}  
.feature__item:nth-child(2) .feature__item-img::before{
    top: 2rem;
    right: -4rem;
    width: 29.3rem;
    height: 24rem;
}
.feature__item:nth-child(3){
    padding-top: 22.6rem;
}
.feature__item:nth-child(3) .main-img{
    top: 5rem;
    aspect-ratio: 530/341;
  }
.feature__item:nth-child(3) .sub-img{
    top: -5rem;
    right: -12rem;
    aspect-ratio: 257/375;
    max-width: 25.7rem;
    width: 100%;
}
.feature__item:nth-child(3) .feature__item-img::before{
    top: 20rem;
    left: 26rem;
    width: 31.9rem;
    height: 24rem;
}
.feature__item:nth-child(5) .main-img{
    right: unset;
    left: 16rem;
    top: 15rem;
    aspect-ratio: 480/361;
    max-width: 48rem;
  }
  .feature__item:nth-child(5) .sub-img{
    right: unset;
    left: 0;
    top: -1rem;
    aspect-ratio: 295/377;
    max-width: 29.5rem;
    width: 100%;
  }
  .feature__item:nth-child(5) .feature__item-img::before{
    top: 11rem;
    left: 22rem;
    width: 36.2rem;
    height: 32.7rem;
  }
  .feature__item:nth-child(6){
    padding-top: 22.4rem;
  }
  .feature__item:nth-child(6) .main-img{
    aspect-ratio: 580/356;
    max-width: 58rem;
    width: 100%;
    top: 5.5rem;
}  
.feature__item:nth-child(6) .feature__item-img::before{
    top: 21rem;
    right: -4rem;
    width: 29.3rem;
    height: 24rem;
}
.feature__item:nth-child(6) .feature__item-bottom-txt{
    letter-spacing: 0.02em;
}
@media screen and (max-width: 1380px) {
    .feature__item:nth-child(3) .sub-img{
        top: -5rem;
        right: -6rem;
        aspect-ratio: 257/375;
        max-width: 25.7rem;
        width: 100%;
    }
    
}

@media screen and (max-width: 1200px) {
    .feature__item .sub-img{
        right: -1rem;
    }
    .feature__item:nth-child(4) .main-img{
        left: 2rem;
    }
    .feature__item:nth-child(4) .sub-img{
        width: 45%;
    }
    .feature__item:nth-child(3) .sub-img{
        width: 45%;
        right: -1rem;
    }
    .feature__item:nth-child(5) .main-img{
        left: 5rem;
    }
    .feature__item:nth-child(5) .sub-img{
        width: 45%;
    }
    .feature__item:nth-child(6) .main-img{
        width: 100%;
    }
}
@media screen and (max-width: 1000px) {
    .feature__item{
        padding-top: 18rem;
    }
    .feature__item:nth-child(n+2){
        padding-top: 15rem;
    }
    
    .feature__item:nth-child(4) .sub-img{
        width: 45%;
    }
    .feature__item:nth-child(4) .feature__item-img::before{
        top: -1rem;
        left: 10rem;
        width: 50.8rem;
        height: 30rem;
    }  
    .feature__item:nth-child(3) .feature__item-img::before{
        top: 14rem;
        left: 14rem;
        width: 31.9rem;
        height: 24rem;
    }
    .feature__item:nth-child(5) .main-img{
        left: 1rem;
    }
    .feature__item:nth-child(5) .sub-img{
        width: 45%;
        top: 3rem;
    }
    .feature__item:nth-child(6) .feature__item-img::before{
        top: 14rem;
        right: -2rem;
        width: 29.3rem;
        height: 24rem;
    }    
}



@media screen and (max-width: 900px) {
    .feature{
        padding-bottom: 10rem;
    }
    .feature__top .sec-read{
        font-size: 2rem;
    }
    .feature__top .sec-txt{
        line-height: 2;
        font-size: 1.5rem;
    }
    .feature__top-items{
        margin-top: 5rem;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 3rem;
    }   
    .feature__top-item {
        padding: 2.5rem 0 2rem;
        max-width: 18rem;
        max-height: 18rem;
    }
    .feature__top-item::after{
        bottom: 1.5rem;
    }
    
    .feature__top-item-ttl{
        font-size: 1.4rem;
    }
    .feature__top-item-img{
        max-width: 7.5rem;
        margin-top: 1.5rem;
    }
    .feature__top-item:nth-child(4) .feature__top-item-img{
        margin-top: 0.5rem;
        max-width: 6rem;
    }
    .feature__top-item:nth-child(2) .feature__top-item-img{
        max-width: 7rem;
    }
    .feature__top-item:nth-child(3) .feature__top-item-img{
        margin-top: 1.5rem;
        max-width: 7rem;
    }
    .feature__top-item:nth-child(5) .feature__top-item-img{
        max-width: 9rem;
        margin-top: 1rem;

    }
    .feature__top-item:nth-child(6) .feature__top-item-img{
        margin-top: 0.5rem;
        max-width: 12rem;
    }    
    .feature__item{
        flex-direction: column-reverse;
        gap: 6rem;
        padding-top: 12rem;
    }
    .feature__item:nth-child(n+2){
        padding-top: 10rem;
    }
    .feature__item .sec-read{
        margin-top: 2rem;
        margin-bottom: 2rem;
        font-size: 2.2rem;
        letter-spacing: 0.16em;
      }
    
    .feature__item-body{
        width: 100%;
    }
    .feature__item-img{
        width: 100%;
    }
    .feature__item .main-img {
        max-width: 54rem;
        width: 100%;
        height: auto;
        aspect-ratio: 540 / 300;
        object-fit: cover;
        display: block;
        position: relative;
    }
    
    .feature__item .sub-img {
        max-width: 25.7rem;
        position: absolute;
        right: -1rem;
        bottom: -6rem;
        width: 41%;
        height: auto;
        aspect-ratio: 257 / 257;
        object-fit: cover;
    }
    .feature__item:nth-child(4) .main-img{
        right: unset;
        left: unset;
        top: unset;
      }
      .feature__item:nth-child(4) .sub-img{
        left: unset;
        top: unset;
        right: -1rem;
        bottom: -6rem;
      }
      .feature__item:nth-child(4) .feature__item-img::before{
        top: -2rem;
        left: unset;
        width: 25.5rem;
        height: 24rem;
        }
    .feature__item:nth-child(2) .main-img{
        aspect-ratio: 580/356;
        max-width: 58rem;
        width: 100%;
        top: 0;
    }  
    .feature__item:nth-child(2) .feature__item-img::before{
        top: 10rem;
        right: -4rem;
        width: 29.3rem;
        height: 29rem;
    }
    .feature__item:nth-child(3){
        padding-top: 10rem;
    }
    .feature__item:nth-child(3) .main-img{
        top: 0;
        aspect-ratio: 530/341;
      }
    .feature__item:nth-child(3) .sub-img{
        top: unset;
        right: -1rem;
        aspect-ratio: 257/375;
        max-width: 25.7rem;
    }
    .feature__item:nth-child(3) .feature__item-img::before{
        top: -2rem;
        left: unset;
        width: 25.5rem;
        height: 24rem;

    }
    .feature__item:nth-child(5) .main-img{
        right: unset;
        left: 0;
        top: 0;
        aspect-ratio: 480/361;
        max-width: 48rem;
      }
      .feature__item:nth-child(5) .sub-img{
        right: -1rem;
        left: unset;
        top: unset;
        aspect-ratio: 295/377;
        max-width: 29.5rem;
      }
      .feature__item:nth-child(5) .feature__item-img::before{
        top: -2rem;
        left: unset;
        width: 25.5rem;
        height: 24rem;
      }
      .feature__item:nth-child(6) .main-img{
        aspect-ratio: 580/356;
        max-width: 58rem;
        width: 100%;
        top: 0;
    }  
    .feature__item:nth-child(6){
        padding-top: 10rem;
    }
    .feature__item:nth-child(6) .feature__item-img::before{
        top: 10rem;
        right: -4rem;
        width: 29.3rem;
        height: 29rem;
    }
    
    .feature__item-number{
        font-size: 6rem;
    }
}
@media screen and (max-width: 600px) {
    .feature__top-items{
        margin-top: 5rem;
        display: grid;
        grid-template-columns: repeat(2,1fr);
        gap: 3rem;
    } 
    .feature__top-item {
        padding: 2rem 0;
    }
    .feature__top-item::after{
        bottom: 1.5rem;
    }

    .feature__item:nth-child(4) .feature__item-img::before{
        top: unset;
        left: unset;
        width: 25.5rem;
        height: 24rem;
    }
    .feature__item:nth-child(2) .feature__item-img::before{
        top: 2rem;
        right: -4rem;
        width: 29.3rem;
        height: 24rem;
    } 
    .feature__item:nth-child(3) .feature__item-img::before{
        top: unset;
        left: unset;
        width: 25.5rem;
        height: 24rem;
    }
    .feature__item:nth-child(5) .feature__item-img::before{
        top: unset;
        left: unset;
        width: 25.5rem;
        height: 24rem;
     }
    .feature__item:nth-child(6) .feature__item-img::before{
        top: 2rem;
        right: -4rem;
        width: 29.3rem;
        height: 24rem;
    }


}
@media screen and (max-width: 400px) {
    .feature__top-item::after{
        bottom: 1rem;
    }
}



.contact .sec-ttl{
    padding-top: 0;
    font-size: 2.6rem;
    /* font-family: "Sawarabi Gothic", sans-serif; */
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
}
.contact .wpcf7-form-control{
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
}
.contact .wpcf7-list-item{
    margin: 0;
}

#post-3 .content-box h2{
    font-family: "Sawarabi Gothic", sans-serif;
    border-bottom: 1px solid #d2cfc8;
}


.company .greeting-container{
    display: flex;
    align-items:flex-end;
    gap: 6rem;
}
.company .description-box{
    width: 65%;
}
.company .name{
    text-align: right;
}
.company .image-box{
    width: 35%;
}
.company .image-box img{
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: top;
}
.company .staff__items{
    margin-top: 8rem;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 2rem;
}
.company .staff__item{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.company .staff__img img{
    width: 100%;
    height: auto;
    aspect-ratio: 290/216;
    object-fit: cover;
}
.company .staff__body{
    text-align: center;
}
.company .staff__position{
    font-size: 1.4rem;
    font-family: "Sawarabi Gothic", sans-serif;
    text-align: center;
    background: #E5E2DA;
    display: inline-block;
    padding: 0 1rem;
    text-align: center;
}
.company .staff__name{
    margin-top: 1rem;
    font-size: 2rem;
    font-family: "Sawarabi Gothic", sans-serif;
    text-align: center;
    line-height: 1.5;
}
.company .staff__name span{
    font-size: 1.5rem;
    font-family: "Public Sans", sans-serif;
    text-align: center;

}
.company .access-item-contents{
    margin-top: 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.company .google-maps iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 1120/400;
    object-fit: cover;
}
.company .access-item-contents .sec-btn a{
    position: relative;
    padding-left: 5rem;
}
.company .access-item-contents .sec-btn a::before{
    position: absolute;
    content: "";
    top: 50%;
    left: 2rem;
    transform: translateY(-50%);
    width: 1.8rem;
    height: 2rem;
    background: url(../img/common/map.svg) no-repeat center / contain;
}
.company #zeh-record .table-area {
    max-width: 700px;
    margin: 0 auto;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.company #zeh-record table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
    font-size: 1.4rem;
}
.company #zeh-record .table-area td,
.company #zeh-record .table-area th {
    border-right: 1px solid #d2cfc8;
    border-bottom: 1px solid #d2cfc8;
}
.company #zeh-record .table-area th {
    background: #e6e2da;
}
.company #zeh-record .table-area td {
	text-align: center;
}

@media screen and (max-width: 767px) {
    .company .greeting-container{
        display: flex;
        flex-direction: column;
        gap: 2rem;
    }
    .company .description-box{
        width: 100%;
    }
    .company .text-box{
        font-size: 1.5rem;
    }
    .company .image-box{
        width: 90%;
        margin-inline: auto;
    }
    .company .name{
        font-size: 1.5rem;
    }
    .company .staff__items{
        margin-top: 5rem;
        grid-template-columns: repeat(2,1fr);
    }    
    
    .company .staff__item{
        display: flex;
        flex-direction: column;
        gap: 0.5rem;
    }
    .company .staff__img{
        width: 100%;
    }
    .company .staff__position{
        font-size: 1.2rem;
        text-align: center;
    }    
    .company .staff__name{
        margin-top: 0.5rem;
        font-size: 1.8rem;
        text-align: center;
        line-height: 1.2;
    }    
    .company .staff__name span{
        font-size: 1.2rem;
        text-align: center;

    }    
    .company .staff__body p{
        font-size: 1.5rem;
    }
    .company .google-maps iframe{
        aspect-ratio: 375/300;
    }
    .company .access-item-contents{
        margin-top: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
    }
    .company .company-info{
        font-size: 1.4rem;
    }
    .company .section-access{
        padding-bottom: 5rem;
    }
}


.privacy-policy .content-box h2 {
    font-size: 2.6rem;
    letter-spacing: 0.05em;
    margin: 50px 0 30px;
    padding: 15px;
    border-bottom: 2px solid #3a625c;
  }
  
.privacy-policy .content-box h3 {
    box-sizing: border-box;
    font-size: 1.8rem;
    margin: 50px 0 30px;
    padding: 10px 16px;
    background-color: #ccc;
  }
  
.privacy-policy .content-box h4 {
    font-size: 1.5rem;
    padding: 5px 0 0 14px;
    border-left: 4px solid #ccc;
    margin: 50px 0 30px;
  }

@media screen and (max-width: 767px) {
.privacy-policy .content-box h2 {
    font-size: 2rem;
    letter-spacing: 0.05em;
    margin: 50px 0 30px;
    padding: 15px;
    border-bottom: 2px solid #3a625c;
  }
  
  .privacy-policy .content-box h3 {
    box-sizing: border-box;
    font-size: 1.6rem;
    margin: 50px 0 30px;
    padding: 10px 16px;
    background-color: #ccc;
  }
}
