@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_01.png") no-repeat center 20px;
    -moz-background-size: 60px auto;
         background-size: 60px auto;
    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%;
  }
  section {
    margin: 0 auto;
    width: 1000px;
  }
  section.policy_area {
    margin: 66px auto 60px;
  }
  section.policy_area h2 {
    margin-top: 20px;
  }
  section.policy_area ul {
    margin-top: 10px;
  }
  section.policy_area ul li {
    font-size: 1.5rem;
    letter-spacing: 1px;
    line-height: 2;
    margin-left: 1em;
    margin-top: 12px;
    text-indent: -1em;
  }
  section.policy_area .policy {
    margin: 42px 0 42px;
    text-align: left;
  }
  section.policy_area .d_list h3 {
    color: #09ba79;
    font-size: 3.5rem;
    font-weight: normal;
  }
  section.policy_area .d_list .text {
    background: url("../images/director_img01.jpg") no-repeat right top;
    -moz-background-size: 250px auto;
         background-size: 250px auto;
    min-height: 368px;
  }
  section.policy_area .d_list .text p {
    font-size: 1.5rem;
    letter-spacing: 1px;
    line-height: 2;
    margin-top: 20px;
    width: 714px;
  }
  section.overview_area {
    background-color: #effcf7;
    padding: 60px 0 68px;
    width: 100%;
  }
  section.overview_area .inner {
    font-size: 0;
    margin: 0 auto;
    width: 1000px;
  }
  section.overview_area .inner h2 {
    background-color: #FFF;
  }
  section.overview_area .inner table {
    border-collapse: collapse;
    border-top: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    font-size: 14px;
    margin-top: 30px;
  }
  section.overview_area .inner table tr td {
    background-color: #FFF;
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-weight: bold;
  }
  section.overview_area .inner table tr td:first-of-type, section.overview_area .inner table tr td:nth-of-type(2):not(:last-of-type) {
    background-color: #aaadb5;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: normal;
    padding: 14px 0;
    text-align: center;
    width: 246px;
  }
  section.overview_area .inner table.overview, section.overview_area .inner table.staff {
    width: 100%;
  }
  section.overview_area .inner table.area, section.overview_area .inner table.facility {
    display: inline-block;
    width: 490px;
  }
  section.overview_area .inner table.area td:last-of-type, section.overview_area .inner table.facility td:last-of-type {
    width: 244px;
  }
  section.overview_area .inner table.facility {
    margin-left: 18px;
  }
  section.overview_area .inner table.overview tr td:last-of-type, section.overview_area .inner table.area tr td:last-of-type {
    padding-left: 90px;
  }
  section.overview_area .inner table.facility td, section.overview_area .inner table.staff td {
    text-align: center;
  }
  section.overview_area .inner table.area td:first-of-type, section.overview_area .inner table.area td:nth-of-type(2):not(:last-of-type) {
    width: 123px;
  }
}

@media screen and (max-width: 768px) {
  /* ===================================================================
  use toppage
=================================================================== */
  .h1_area {
    background: url("/common/images/icon_menu_01.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%;
  }
  section {
    margin: 0 auto;
    width: 92%;
  }
  section.policy_area {
    margin: 16px auto 36px;
  }
  section.policy_area h2 {
    margin-top: 38px;
  }
  section.policy_area ul {
    margin-top: 10px;
  }
  section.policy_area ul li {
    font-size: 1.4rem;
    letter-spacing: 1px;
    margin-left: 1em;
    text-indent: -1em;
  }
  section.policy_area ul li + li {
    margin-top: 16px;
  }
  section.policy_area .policy {
    margin: 40px 0 42px;
    text-align: left;
  }
  section.policy_area .policy img {
    width: 90%;
  }
  section.policy_area .d_list {
    background: url("../images/director_img01.jpg") no-repeat center bottom;
    -moz-background-size: 166px auto;
         background-size: 166px auto;
    padding-bottom: 292px;
  }
  section.policy_area .d_list h3 {
    color: #09ba79;
    font-size: 2.2rem;
    font-weight: normal;
  }
  section.policy_area .d_list .text {
    margin-top: 13px;
    min-height: 368px;
  }
  section.policy_area .d_list .text p {
    font-size: 1.4rem;
    letter-spacing: 1px;
    line-height: 1.6;
    width: 100%;
  }
  section.overview_area {
    background-color: #effcf7;
    padding: 22px 0 68px;
    width: 100%;
  }
  section.overview_area .inner {
    font-size: 0;
    margin: 0 auto;
    width: 92%;
  }
  section.overview_area .inner h2 {
    background-color: #FFF;
  }
  section.overview_area .inner table {
    border-collapse: collapse;
    border-top: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    font-size: 14px;
    margin-top: 18px;
    width: 100%;
  }
  section.overview_area .inner table tr td {
    background-color: #FFF;
    border-bottom: 1px solid #d2d2d2;
    border-left: 1px solid #d2d2d2;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
  }
  section.overview_area .inner table tr td:first-of-type, section.overview_area .inner table tr td:nth-of-type(2):not(:last-of-type) {
    background-color: #aaadb5;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: normal;
    width: 50%;
  }
  section.overview_area .inner table tr td:last-of-type {
    padding: 4px;
  }
  section.overview_area .inner table.overview tr td:last-of-type {
    padding-left: 4px;
  }
  section.overview_area .inner table.facility td, section.overview_area .inner table.staff td, section.overview_area .inner table.area td {
    text-align: center;
  }
  section.overview_area .inner table.area td:first-of-type, section.overview_area .inner table.area td:nth-of-type(2):not(:last-of-type), section.overview_area .inner table.staff td:first-of-type, section.overview_area .inner table.staff td:nth-of-type(2):not(:last-of-type) {
    width: 25%;
  }
}
