@charset "utf-8";
.cmn_ttl_page .ttl_page{
  font-family: var(--font-ou);
  font-weight: 400;
}
@media screen and (max-width :834px) {
  .cmn_ttl_page .ttl_page{
    line-height: 1.111;
    font-size: 3.6rem;
  }
}
/* sec_special
--------------------------------------------*/
.sec_special{
  padding-bottom: 200px;
}
.sec_special .cmn_ttl01:nth-of-type(n+2) {
  margin-top: 60px;
}
.sec_special .area_list {
  margin-top: 40px;
}

.sec_special .list_msg{
  justify-content: start;
}
@media screen and (max-width :834px) {
  .sec_special{
    padding-bottom: 90px;
  }
  .sec_special .cmn_ttl01:nth-of-type(n+2) {
    margin-top: 40px;
  }
  .sec_special .area_list {
    width: 100%;
    margin-top: 20px;
  }
  .sec_special .list_msg li .cmn_cate >*{
    font-size: 1rem;
  }
  .sec_special .list_msg li .ttl{
    font-size:1.4rem ;
  }
}
/* sec_kifu
--------------------------------------------*/
.sec_kifu.type_lower{
  padding-bottom:150px;
}
@media screen and (max-width :834px) {
  .sec_kifu.type_lower{
    padding-bottom:100px;
  }
}