@charset "UTF-8";
/* ===================================================================
  use toppage
=================================================================== */
/* CSS Document */
/* 画像サイズ調整 ---------------------------------------------------------------------------*/
/* フォントサイズ調整 ---------------------------------------------------------------------------*/
/* ブレークポイント ---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
@media screen and (min-width: 769px), print {
  /* ===================================================================
  use toppage
=================================================================== */
  .contents {
    border-top: solid 1px #d2d2d2;
  }
  .h1_area {
    background: url("/common/images/icon_menu_11.png") no-repeat center 20px;
    -moz-background-size: 60px auto;
         background-size: 60px auto;
    border-bottom: solid 1px #d2d2d2;
    height: 165px;
    text-align: center;
  }
  .h1_area h1 {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    color: #09ba79;
    font-size: 3.5rem;
    padding-top: 90px;
  }
  .main {
    background: url("../images/mv.jpg") no-repeat left bottom;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
    height: 340px;
    width: 100%;
  }
  .policy_content {
    margin: 54px auto 104px;
    width: 1000px;
  }
  .policy_content dl dt {
    border-bottom: dotted 1px #cad6d8;
    font-size: 2rem;
    font-weight: bold;
    padding: 5px 0px;
  }
  .policy_content dl dd {
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 10px;
  }
  .policy_content dl dd ul li {
    margin-left: 1.5em;
    text-indent: -1.5em;
  }
  .policy_content dl dd p {
    font-weight: bold;
  }
  .policy_content dl dd p a {
    text-decoration: none;
  }
  .policy_content dl + dl {
    margin-top: 26px;
  }
}

@media screen and (max-width: 768px) {
  /* ===================================================================
  use toppage
=================================================================== */
  .h1_area {
    background: url("/common/images/icon_menu_11.png") no-repeat center 12px;
    -moz-background-size: 25px auto;
         background-size: 25px auto;
    height: 74px;
    text-align: center;
  }
  .h1_area h1 {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    color: #09ba79;
    font-size: 1.8rem;
    padding-top: 44px;
    margin: 0;
  }
  .main {
    background: url("../images/mv.jpg") no-repeat left bottom;
    -moz-background-size: cover;
         background-size: cover;
    position: relative;
    height: 118px;
    width: 100%;
  }
  .policy_content {
    margin: 28px auto 30px;
    width: 86%;
  }
  .policy_content dl dt {
    border-bottom: dotted 1px #cad6d8;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 2px 0px;
  }
  .policy_content dl dd {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 4px;
  }
  .policy_content dl dd ul li {
    margin-left: 1.5em;
    text-indent: -1.5em;
  }
  .policy_content dl dd p {
    font-weight: bold;
  }
  .policy_content dl dd p a {
    text-decoration: none;
  }
  .policy_content dl + dl {
    margin-top: 12px;
  }
}
