.privacy_line{
    border-top: none !important;
    padding:3vh 2% 6vh 2% !important
}
.privacy_main *{
    color: black !important;
    font-family: 'Noto Sans JP', sans-serif !important;
}
.arrow.prev span {
    background: url(../img/common/arrow_prev.svg) no-repeat left 51%;
    background-size: 10px auto;
}


#main #cate-ttl .fr #back {
  margin-top: 5px;
}
 #main #cate-ttl .fl h1 {
  font-family: "source-han-serif-japanese", serif;
  font-weight: 400;
  letter-spacing: normal;
  display: inline-block;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
}
#main #cate-ttl {
  margin-bottom: 4vh;
  padding: 6vh 2% 6vh 2%;
  border-top: 2px solid #000;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.arrow.prev span {
    background: url(../img/common/arrow_prev.svg) no-repeat left 51%;
    background-size: 10px auto;
} 
#other-box {
  margin: 8vh 0 4vh;
  padding: 0 2%;
}
#other-box h2 {
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 64px;
  margin-bottom: 16px;
}
#other-box h2:first-child {
  margin-top: 0;
}
#other-box h2.uline {
  padding-bottom: 16px;
  border-bottom: 1px solid #EBEBEB;
}
#other-box p {
  margin-bottom: 24px;
}
#other-box table {
  margin-top: 13px;
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
}
#other-box table th, #other-box table td {
  padding: 15px 0;
  border-top: 1px solid #EBEBEB;
}
#other-box table th {
  width: 30%;
  color: #333;
  text-align: left;
  font-weight: normal;
}
#other-box table td {
  width: 70%;
}
@media screen and (max-width: 1024px) {
  #other-box {
    margin: 0;
    padding: 0 16px;
  }
}
.fr {
    float: right;
}
#main #cate-ttl .fr #back {
    margin-top: 5px;
}
#main #cate-ttl .fl {
    width: 60%;
}
.fl {
    float: left;
}
article#main {
    padding-top: 0 !important;
}
.arrow {
    display: block;
}
.arrow span {
    transition: 0.2s ease-out;
    display: block;
    padding-left: 24px;
}