@charset "UTF-8";

/*-----------------------------
area_404
-----------------------------*/
.area_404 {
  text-align: center;
}
.area_404 .ttl_page404 {
  color: #4b4b4b;
  font-family: "Yu Mincho",YuMincho,"Hiragino Mincho ProN","游明朝","ヒラギノ角ゴ Pro W3","HGS明朝E",Meiryo,"メイリオ",sans-serif;
  font-weight: bold;
}
.area_404 .link_top {
  display: inline-block;
  text-decoration: none;
  background-color: #00618b;
  color: #fff;
  font-family: "Noto Sans Japanese","ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
@media print,screen and (min-width: 901px) {
  .area_404 {
    padding: 176px 0  ;
  }
  .area_404 .ttl_page404 {
    margin-bottom: 130px;
    font-size: 2.9rem;
  }
  .area_404 .lead {
    margin-bottom: 26px;
    font-size: 1.7rem;
    line-height: 1;
  }
  .area_404 .txt {
    margin-bottom: 68px;
    font-size: 1.4rem;
    line-height: 1.28;
  }
  .area_404 .link_top {
    height: 40px;
    padding: 0 35px;
    border-radius: 20px;
    font-size: 1.4rem;
    line-height: 40px;
  }
}

@media screen and (max-width: 900px) {
  .area_404 {
    padding: 121px 0;
  }
  .area_404 .ttl_page404 {
    margin-bottom: 55px;
    font-size: 1.8rem;
  }
  .area_404 .lead {
    margin-bottom: 31px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
  }
  .area_404 .txt {
    margin-bottom: 50px;
    font-size: 1.8rem;
    line-height: 1.75;
  }
  .area_404 .link_top {
    height: 35px;
    padding: 0 31px;
    border-radius: 17px;
    font-size: 1.8rem;
    line-height: 35px;
  }
}

/*-----------------------------
area_privacy
-----------------------------*/
.area_privacy .ttl_pageprivacy {
  text-align: center;
  color: #4b4b4b;
  font-family: "Yu Mincho",YuMincho,"Hiragino Mincho ProN","游明朝","ヒラギノ角ゴ Pro W3","HGS明朝E",Meiryo,"メイリオ",sans-serif;
  font-weight: bold;
}
.area_privacy .ttl_privacy {
  color: #4b4b4b;
  font-family: "Noto Sans Japanese","ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
.area_privacy .unli li::before {
  display: inline-block;
  content: "\30FB";
  vertical-align: top;
}
@media print,screen and (min-width: 901px) {
  .area_privacy {
    width: 100%;
    max-width: 805px;
    padding: 176px 0 200px;
  }
  .area_privacy .ttl_pageprivacy {
    margin-bottom: 34px;
    font-size: 2.9rem;
  }
  .area_privacy .lead {
    margin-bottom: 46px;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.28;
  }
  .area_privacy .ttl_privacy {
    margin-bottom: 10px;
    padding-left: 13px;
    border-left: 5px solid #00618b;
    font-size: 1.7rem;
    line-height: 1.28;
  }
  .area_privacy .txt {
    position: relative;
    padding-bottom: 22px;
    font-size: 1.4rem;
    line-height: 1.28;
  }
  .area_privacy .txt:not(.last) {
    margin-bottom: 24px;
  }
  .area_privacy .txt:not(.last)::after {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background: url("/asset/img/common/bg_dots.gif") repeat-x 0 0;
  }
}
@media screen and (max-width: 900px) {
  .area_privacy {
    padding: 121px 15px 57px;
  }
  .area_privacy .ttl_pageprivacy {
    margin-bottom: 34px;
    font-size: 2.2rem;
  }
  .area_privacy .lead {
    margin-bottom: 30px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .area_privacy .ttl_privacy {
    margin-bottom: 8px;
    padding-left: 6px;
    border-left: 4px solid #00618b;
    font-size: 1.9rem;
    line-height: 1.28;
  }
  .area_privacy .txt {
    position: relative;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .area_privacy .txt:not(.last) {
    margin-bottom: 30px;
  }
}
