@charset "UTF-8";




/* privacypolicy
***************************************************************/
.secttl_wrap{
  background-color: #f80e1b;
}
.sec_ttl{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 200px;
}
.sec_ttl span{
  font-size: 24px;
  color: #fff;
  position: relative;
  z-index: 1;
}
.sec_ttl span.mont{
  font-size: 80px;
  font-weight: 800;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
.sec_ttl span.mont::after{
  content: '';
  width: 100px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: calc(50% - 50px);
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .sec_ttl{
    height: 120px;
    padding-bottom: 0;
  }
  .sec_ttl span{
    font-size: 16px;
  }
  .sec_ttl span.mont{
    font-size: 36px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .sec_ttl span.mont::after{
    width: 50px;
    height: 2px;
    left: calc(50% - 25px);
  }

}

/* policy
***************************************************************/
.policy{
  line-height: 2.25;
  text-align: justify;
  letter-spacing: 0;
  padding-top: 135px;
  padding-bottom: 200px;
}
.policy p + p{
  margin-top: 2em;
}
/*--------------------PC--------------------*/
@media all and (min-width:768px){
}
/*--------------------SP--------------------*/
@media all and (max-width:767px){
  .policy{
    font-size: 14px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
