@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_04.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%;
  }
  .d_list {
    margin: 60px auto 0;
    width: 1000px;
  }
  .d_list h3 {
    color: #09ba79;
    font-size: 3.5rem;
    font-weight: normal;
  }
  .d_list .text {
    margin-top: 28px;
  }
  .d_list .text p {
    font-size: 1.5rem;
    letter-spacing: 1px;
    line-height: 2;
  }
  .d_list .policy {
    margin: 45px auto 20px;
    text-align: center;
  }
  .list {
    margin: 34px auto 74px;
    width: 1000px;
  }
  .list ul {
    letter-spacing: -.4rem;
    margin-top: 38px;
  }
  .list ul li {
    display: inline-block;
    letter-spacing: normal;
    width: 230px;
    vertical-align: top;
  }
  .list ul li a {
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .list ul li a figure {
    margin: 0;
  }
  .list ul li a figure img {
    width: 100%;
  }
  .list ul li a figure figcaption {
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    margin: 8px 0 0 20px;
  }
  .list ul li a figure figcaption:before {
    background-color: #09ba79;
    content: "";
    display: block;
    height: 30px;
    left: -20px;
    position: absolute;
    width: 4px;
  }
  .list ul li a:hover {
    opacity: 0.5;
  }
  .list ul li + li:not(:nth-child(4n+1)) {
    margin-left: 24px;
  }
  .list ul li + li:nth-child(n+5) {
    margin-top: 26px;
  }
  .list p {
    color: #09ba79;
    font-size: 2rem;
    line-height: 2;
    margin-top: 50px;
    text-align: center;
  }
  #colorbox,
  #cboxWrapper,
  #cboxContent,
  #cboxLoadedContent {
    background-color: transparent;
    left: 0 !important;
    height: 900px !important;
    margin: auto !important;
    overflow: hidden !important;
    right: 0 !important;
    width: 921px !important;
  }
  #colorbox img,
  #cboxWrapper img,
  #cboxContent img,
  #cboxLoadedContent img {
    margin-top: 190px;
  }
  html.big .list ul li + li:not(:nth-child(4n+1)) {
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  /* ===================================================================
  use toppage
=================================================================== */
  .h1_area {
    background: url("/common/images/icon_menu_04.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%;
  }
  .d_list {
    margin: 20px auto 0;
    width: 92%;
  }
  .d_list h3 {
    color: #09ba79;
    font-size: 2.2rem;
    font-weight: normal;
  }
  .d_list .text {
    margin-top: 8px;
  }
  .d_list .text p {
    font-size: 1.4rem;
    letter-spacing: 1px;
    line-height: 1.6;
  }
  .d_list .policy {
    margin: 24px auto 20px;
    text-align: center;
  }
  .d_list .policy img {
    width: 66%;
  }
  .list {
    margin: 22px auto 42px;
    width: 92%;
  }
  .list > p {
    color: #09ba79;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .list ul {
    font-size: 0;
    margin-top: 20px;
  }
  .list ul li {
    display: inline-block;
    width: 47%;
    vertical-align: top;
  }
  .list ul li a {
    text-decoration: none;
  }
  .list ul li a figure {
    margin: 0;
  }
  .list ul li a figure img {
    width: 100%;
  }
  .list ul li a figure figcaption {
    font-size: 1.2rem;
    font-weight: bold;
    position: relative;
    margin: 8px 0 0 12px;
  }
  .list ul li a figure figcaption:before {
    background-color: #09ba79;
    content: "";
    display: block;
    height: 20px;
    left: -12px;
    position: absolute;
    width: 2px;
  }
  .list ul li + li:not(:nth-child(2n+1)) {
    margin-left: 6%;
  }
  .list ul li + li:nth-child(n+3) {
    margin-top: 20px;
  }
  .list > p {
    color: #09ba79;
    font-size: 1.4rem;
    line-height: 1.6;
    margin-top: 20px;
    text-align: center;
  }
  #cboxNext {
    background: url(/common/images/control_next.png) no-repeat 0 0;
    -moz-background-size: 18px auto;
         background-size: 18px auto;
    height: 26px;
    right: 0;
    top: 42%;
    width: 18px;
  }
  #cboxPrevious {
    background: url(/common/images/control_pre.png) no-repeat 0 0;
    -moz-background-size: 18px auto;
         background-size: 18px auto;
    top: 42%;
    height: 26px;
    left: 0;
    width: 18px;
  }
  #cboxClose {
    background: url(/common/images/close.png) no-repeat 0 0;
    -moz-background-size: 26px auto;
         background-size: 26px auto;
    background-position: right top;
    right: 0;
    top: 0;
    height: 29px;
    width: 29px;
  }
  #colorbox,
  #cboxWrapper,
  #cboxContent,
  #cboxLoadedContent {
    background-color: transparent;
    left: 0 !important;
    margin: auto !important;
    overflow: hidden !important;
    right: 0 !important;
    width: 98% !important;
  }
  #colorbox img,
  #cboxWrapper img,
  #cboxContent img,
  #cboxLoadedContent img {
    margin-top: 30px;
    max-width: 84%;
    height: auto !important;
  }
}
