@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400; }
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold; }
body {
  font-family: "Yu Gothic", YuGothic, "游ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400; }

.sp-on {
  display: none; }

.pc-on {
  display: none; }

a {
  text-decoration: none;
  color: #333; }

img {
  max-width: 100%;
  height: auto; }

img,
svg {
  vertical-align: text-bottom; }

a img {
  -webkit-transition: 0.3s;
  transition: 0.3s; }

a:hover img,
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)"; }

a:hover {
  text-decoration: underline; }

#acMenu dt {
  display: block;
  cursor: pointer; }

#acMenu dd {
  display: none; }
  #acMenu dd.open {
    display: block; }

@media (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1280px;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: .05em; }

  .pc-on {
    display: block; }

  /* ---------- common ---------- */
  .header {
    width: 100%;
    height: 60px;
    position: relative;
    border-bottom: 1px #d7d7d7 solid; }
    .header h1 {
      margin: 0 auto;
      text-align: center;
      padding: 21px 0; }
    .header__btn__entry {
      width: 15%;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0; }
      .header__btn__entry a {
        background: #66cb98;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 40px;
        font-size:15px;
        color:#fff;
        position: relative; }
      .header__btn__entry a:hover {
        text-decoration: none;
        opacity:0.7;
      }
        .header__btn__entry a img {
          width: 70%; }

  .hamburger {
    left: 10px; }
    .hamburger__icon {
      margin-top: 17px; }
      .hamburger__icon:before {
        top: -8px; }
      .hamburger__icon:after {
        top: 8px; }
    .hamburger.active .hamburger__icon:before {
      -moz-transform: translateY(8px) rotate(45deg);
      -ms-transform: translateY(8px) rotate(45deg);
      -webkit-transform: translateY(8px) rotate(45deg);
      transform: translateY(8px) rotate(45deg); }
    .hamburger.active .hamburger__icon:after {
      -moz-transform: translateY(-8px) rotate(-45deg);
      -ms-transform: translateY(-8px) rotate(-45deg);
      -webkit-transform: translateY(-8px) rotate(-45deg);
      transform: translateY(-8px) rotate(-45deg); }

  .header__nav__wrap {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0; }
  .header__nav__top {
    width: 80%;
    max-width: 1024px;
    margin: 0 auto; }
  .header__nav__main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .header__nav__cont {
    width: 23%;
    border-top: 1px #d7d7d7 solid; }
    .header__nav__cont li {
      text-align: left;
      font-size: 18px;
      padding: 10px 2px 5px;
      color: #888; }
      .header__nav__cont li a {
        color: #fff; }
      .header__nav__cont li ul {
        padding-top: 10px; }
        .header__nav__cont li ul li {
          padding: 0 2px 5px;
          font-size: 14px; }
  .header__nav__bot {
    width: 80%;
    max-width: 1024px;
    margin: 50px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header__nav__bnr li {
    padding: 0 2px 0 0;
    display: inline-block;
    vertical-align: middle; }
  .header__nav__bnr__min li {
    padding: 0 2px 0 0;
    display: inline-block;
    vertical-align: middle; }
  .header__nav__sns {
    color: #fff;
    display: flex;
    align-items: center; }
    .header__nav__sns ul {
      padding-left: 10px; }
      .header__nav__sns ul li {
        padding: 0 0 0 10px;
        display: inline-block; }

  .footer {
    border-top: 1px #ccc solid; }
    .footer__cont {
      width: 80%;
      max-width: 1024px;
      margin: 0 auto; }
      .footer__cont .page-top {
        text-align: center;
        margin: 0 auto 16px; }
    .footer__nav {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .footer__nav__cont {
        width: 22%;
        border-top: 1px #d7d7d7 solid;
        padding-top: 10px;
        margin-top: 20px; }
        .footer__nav__cont li {
          color: #888;
          font-size: 14px; }
          .footer__nav__cont li a {
            color: #333; }
          .footer__nav__cont li ul {
            padding-top: 10px; }
            .footer__nav__cont li ul li {
              font-size: 12px; }
    .footer__bot {
      margin-top: 60px;
      padding: 22px 0 40px;
      border-top: 1px #d7d7d7 solid;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    .footer__bnr li {
      padding: 0 2px 0 0;
      display: inline-block;
      vertical-align: middle; }
    .footer__bnr__min li {
      padding: 0 2px 0 0;
      display: inline-block;
      vertical-align: middle; }
      .footer__bnr__min li img {
        width: auto;
        max-height: 32px; }
    .footer__sns {
      display: flex;
      align-items: center; }
      .footer__sns ul {
        padding-left: 10px; }
        .footer__sns ul li {
          padding: 0 0 0 10px;
          display: inline-block; }

  .sec-wrap {
    width: 80%;
    max-width: 1024px;
    margin: 60px auto 0; }

  .cont-tit {
    position: relative;
    text-align: center;
    margin: 0 auto; }
    .cont-tit:after {
      content: '';
      display: block;
      text-align: center;
      margin: 10px auto;
      width: 40px;
      height: 1px;
      background: #000; }
    .cont-tit-wh:after {
      content: '';
      display: block;
      text-align: center;
      margin: 10px auto;
      width: 40px;
      height: 1px;
      background: #fff; }

  .contents {
    padding-bottom: 120px;
    font-size: 14px; } }
@media (max-width: 767px) {
  body {
    font-size: 10px;
    line-height: 1.5; }

  .sp-on {
    display: block; }

  /* ---------- common ---------- */
  .header {
    width: 100%;
    height: 40px;
    position: relative;
    border-bottom: 1px #d7d7d7 solid; }
    .header__btn__nav {
      width: 10%;
      text-align: center;
      margin: 0 auto;
      position: absolute;
      left: 0;
      top: 0; }
      .header__btn__nav a {
        width: 50%;
        display: block;
        padding: 11px 25%; }
    .header h1 {
      width: 18%;
      margin: 0 auto;
      text-align: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
    .header__btn__entry {
      width: 20%;
      height: 100%;
      position: absolute;
      right: 0;
      top: 0; }
      .header__btn__entry a {
        background: #66cb98;
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 15px;
        font-size:10px;
        color:#fff;
        position: relative; }
      .header__btn__entry a:hover {
        text-decoration: none;
        opacity:0.7;
      }
        .header__btn__entry a img {
          width: 80%; }

  .header__nav__wrap {
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    padding: 0; }
  .header__nav__top {
    width: 80%;
    margin: 40px auto 0; }
  .header__nav__main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  .header__nav__cont {
    width: 48%;
    border-top: 1px #d7d7d7 solid;
    padding-top: 10px;
    margin-top: 20px; }
    .header__nav__cont li {
      text-align: left;
      font-size: 11px; }
      .header__nav__cont li ul {
        padding-top: 10px; }
        .header__nav__cont li ul li {
          font-size: 10px; }
  .header__nav__bot {
    margin-top: 40px; }
  .header__nav__bnr {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .header__nav__bnr li {
      width: 48%;
      padding-bottom: 10px; }
    .header__nav__bnr__min {
      width: 80%;
      margin: 0 auto 30px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .header__nav__bnr__min li {
        vertical-align: middle;
        width: 32%;
        color: #888; }
        .header__nav__bnr__min li a {
          color: #fff; }
        .header__nav__bnr__min li img {
          width: 100%;
          max-height: 22px; }
  .header__nav__sns {
    color: #fff;
    text-align: center; }
    .header__nav__sns ul {
      padding-top: 2px; }
      .header__nav__sns ul li {
        width: 9%;
        padding: 0 1%;
        display: inline-block; }

  .footer {
    border-top: 1px #ccc solid; }
    .footer__cont .page-top {
      width: 20%;
      text-align: center;
      margin: 0 auto 16px; }
    .footer__top {
      width: 80%;
      margin: 0 auto; }
    .footer__nav {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .footer__nav__cont {
        width: 48%;
        border-top: 1px #d7d7d7 solid;
        padding-top: 10px;
        margin-top: 20px; }
        .footer__nav__cont li {
          font-size: 11px;
          color: #888; }
          .footer__nav__cont li a {
            color: #333; }
          .footer__nav__cont li ul {
            padding-top: 10px; }
            .footer__nav__cont li ul li {
              font-size: 10px; }
    .footer__bot {
      margin-top: 30px;
      padding: 15px 0 20px;
      border-top: 1px #d7d7d7 solid; }
    .footer__bnr {
      width: 80%;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      .footer__bnr li {
        width: 48%;
        padding-bottom: 10px; }
      .footer__bnr__min {
        width: 80%;
        margin: 0 auto 30px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; }
        .footer__bnr__min li {
          vertical-align: middle;
          width: 32%;
          color: #888; }
          .footer__bnr__min li a {
            color: #fff; }
          .footer__bnr__min li img {
            width: 100%;
            max-height: 22px; }
    .footer__sns {
      color: #fff;
      text-align: center; }
      .footer__sns ul {
        padding-top: 2px; }
        .footer__sns ul li {
          width: 9%;
          padding: 0 1%;
          display: inline-block; }

  .sec-wrap {
    width: 80%;
    margin: 0 auto;
    margin: 25px auto 0; }

  .cont-tit {
    position: relative;
    text-align: center;
    margin: 0 auto; }
    .cont-tit img {
      height: 10px; }
    .cont-tit:after {
      content: '';
      display: block;
      text-align: center;
      margin: 6px auto;
      width: 20px;
      height: 1px;
      background: #000; }
    .cont-tit-wh:after {
      content: '';
      display: block;
      text-align: center;
      margin: 6px auto;
      width: 20px;
      height: 1px;
      background: #fff; }

  .contents {
    padding-bottom: 60px; } }

/*# sourceMappingURL=common-style.css.map */
