@charset "UTF-8";
/* ===================================================================
  use toppage
=================================================================== */
/* CSS Document */
/* 画像サイズ調整 ---------------------------------------------------------------------------*/
/* フォントサイズ調整 ---------------------------------------------------------------------------*/
/* ブレークポイント ---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 769px), print {
  /* ===================================================================
  use toppage
=================================================================== */
  .privacy_policy .privacy .inner {
    padding: 0 50px;
  }
  .privacy_policy .privacy .inner p {
    font-size: 1.6rem;
  }
  .privacy_policy .privacy .inner p.description {
    line-height: 30px;
    margin: 45px 0 40px;
  }
  .privacy_policy .privacy .content {
    padding: 35px 48px 40px;
    overflow: hidden;
    background: #e2f5ec;
    margin-bottom: 100px;
  }
  .privacy_policy .privacy .content .center h3 {
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
    text-indent: -2px;
  }
  .privacy_policy .privacy .content .center .list_box {
    padding-left: 3px;
    margin-bottom: 30px;
  }
  .privacy_policy .privacy .content .center .list_box li {
    margin-left: 1.3em;
    padding-left: 1em;
    text-indent: -1.1em;
    font-size: 1.6rem;
    list-style: decimal;
    line-height: 32px;
    list-style-position: inside;
  }
  .privacy_policy .privacy .content .center .list_box > li{
    margin-bottom: 0.5em;
  }
  .privacy_policy .privacy .content .center .list_box li ul li{
    list-style: none;
    margin-left: 1.5em;
    padding-left: 0;
    text-indent: -1.5em;
  }
  .privacy_policy .privacy .content .center .align_right {
    text-align: right;
    line-height: 32px;
  }
  .privacy_policy .privacy .content .center .align_right p:first-child {
    margin-bottom: 30px;
  }
  .top_area {
    background: url(../images/main.jpg) center center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .top_area p {
    background-image: url(../images/privacy_ttl.png);
    overflow: hidden;
    text-indent: -9999px;
    width: 515px;
    height: 119px;
  }
}

@media screen and (max-width: 768px) {
  /* ===================================================================
  use toppage
=================================================================== */
  .top_area {
    background: url("../images/main.jpg") 50% center no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .top_area p span {
    background-image: url(../images/privacy_ttl_sp.png);
    overflow: hidden;
    text-indent: -9999px;
    width: 257px;
    height: 59px;
    -moz-background-size: 100%;
         background-size: 100%;
  }
  .privacy_policy .privacy .inner p {
    font-size: 1.4rem;
  }
  .privacy_policy .privacy .inner p.description {
    line-height: 23px;
    margin: 35px 0 20px;
  }
  .privacy_policy .privacy .content {
    padding: 20px 20px 40px;
    overflow: hidden;
    background: #e2f5ec;
    margin-bottom: 25px;
  }
  .privacy_policy .privacy .content .center h3 {
    font-size: 1.7rem;
    font-weight: bold;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
  }
  .privacy_policy .privacy .content .center .list_box {
    padding-left: 3px;
    margin-bottom: 20px;
  }
  .privacy_policy .privacy .content .center .list_box li {
    font-size: 1.4rem;
    list-style: decimal;
    line-height: 23px;
    list-style-position: inside;
    padding-left: 1em;
    text-indent: -1.1em;
  }
  .privacy_policy .privacy .content .center .list_box > li{
    margin-bottom: 0.5em;
  }
  .privacy_policy .privacy .content .center .list_box li ul li{
    list-style: none;
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .privacy_policy .privacy .content .center .align_right {
    text-align: right;
    line-height: 23px;
  }
  .privacy_policy .privacy .content .center .align_right p:first-child {
    margin-bottom: 20px;
  }
  footer {
    border-top: 1px solid #dfdfdf;
  }
}
