@charset "UTF-8";
/* line 1, ../scss/style.scss */
body {
  margin: 0;
  padding: 0; }

/* line 6, ../scss/style.scss */
img {
  vertical-align: top;
  outline: none;
  border: none; }

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("Noto Sans JP"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype"); }
@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  src: local("Noto Sans CJK JP Medium"), local("Noto Sans JP Medium"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Medium.otf) format("opentype"); }
/* line 34, ../scss/style.scss */
body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 2.4;
  -webkit-text-size-adjust: 100%; }
  @media (max-width: 640px) {
    /* line 34, ../scss/style.scss */
    body {
      font-size: 14px; } }

/* line 51, ../scss/style.scss */
.aw {
  display: inline-block; }

/* line 55, ../scss/style.scss */
p.note {
  font-size: 75%;
  line-height: 1.5; }
  @media (max-width: 640px) {
    /* line 55, ../scss/style.scss */
    p.note {
      font-size: 62.5%; } }

/* line 63, ../scss/style.scss */
#main {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  position: relative; }
  /* line 68, ../scss/style.scss */
  #main img {
    width: 100%;
    height: auto;
    vertical-align: top; }
  /* line 71, ../scss/style.scss */
  #main .pc {
    display: block; }
    @media (max-width: 640px) {
      /* line 71, ../scss/style.scss */
      #main .pc {
        display: none; } }
  /* line 77, ../scss/style.scss */
  #main .sp {
    display: none; }
    @media (max-width: 640px) {
      /* line 77, ../scss/style.scss */
      #main .sp {
        display: block; } }
  /* line 83, ../scss/style.scss */
  #main h1 {
    font-size: 75%;
    position: absolute;
    left: 5px;
    top: 0;
    color: #999;
    font-weight: normal; }
    @media (max-width: 640px) {
      /* line 83, ../scss/style.scss */
      #main h1 {
        font-size: 62.5%;
        display: none; } }
  /* line 95, ../scss/style.scss */
  #main p.note {
    font-size: 75%;
    position: absolute;
    right: 5px;
    bottom: 0;
    line-height: 1; }
    @media (max-width: 640px) {
      /* line 95, ../scss/style.scss */
      #main p.note {
        font-size: 62.5%; } }

/* line 107, ../scss/style.scss */
.box {
  width: 90%;
  max-width: 960px;
  padding: 50px 0;
  margin: 0 auto;
  text-align: justify;
  border-bottom: 1px dotted #CCC; }
  /* line 114, ../scss/style.scss */
  .box .slogan {
    color: #207831;
    font-weight: bold; }
  /* line 118, ../scss/style.scss */
  .box h2 {
    margin: 0;
    padding: 0; }
    /* line 121, ../scss/style.scss */
    .box h2 img {
      width: auto;
      height: 34px; }
      @media (max-width: 640px) {
        /* line 121, ../scss/style.scss */
        .box h2 img {
          height: 30px; } }
  /* line 129, ../scss/style.scss */
  .box p {
    margin: 0; }
  /* line 130, ../scss/style.scss */
  .box .picarea {
    padding: 3.125%;
    background: #e8f1ea;
    margin-top: 30px;
    margin-bottom: 10px; }
    @media (max-width: 640px) {
      /* line 130, ../scss/style.scss */
      .box .picarea {
        margin-top: 20px; } }
    /* line 138, ../scss/style.scss */
    .box .picarea .left {
      float: left;
      width: 48.888888%; }
      @media (max-width: 640px) {
        /* line 138, ../scss/style.scss */
        .box .picarea .left {
          float: none;
          width: 100%;
          margin-bottom: 15px; } }
      /* line 146, ../scss/style.scss */
      .box .picarea .left img {
        width: 100%;
        height: auto;
        vertical-align: top; }
    /* line 150, ../scss/style.scss */
    .box .picarea .right {
      float: right;
      width: 48.888888%; }
      @media (max-width: 640px) {
        /* line 150, ../scss/style.scss */
        .box .picarea .right {
          float: none;
          width: 100%; } }
      /* line 157, ../scss/style.scss */
      .box .picarea .right img {
        width: 100%;
        height: auto;
        vertical-align: top; }
    /* line 161, ../scss/style.scss */
    .box .picarea .arrow {
      text-align: center;
      padding: 15px 0 8px 0; }
    /* line 165, ../scss/style.scss */
    .box .picarea .point {
      width: 100%;
      padding: 30px 0;
      box-sizing: border-box;
      display: inline-block;
      background: #207831;
      text-align: center;
      line-height: 0; }
      @media (max-width: 640px) {
        /* line 165, ../scss/style.scss */
        .box .picarea .point {
          padding: 18px 0; } }
      /* line 176, ../scss/style.scss */
      .box .picarea .point img {
        width: auto;
        height: 23px; }
        @media (max-width: 640px) {
          /* line 176, ../scss/style.scss */
          .box .picarea .point img {
            height: 15px;
            margin: 3px; } }
    /* line 185, ../scss/style.scss */
    .box .picarea .summary {
      text-align: center;
      margin-top: 20px;
      line-height: 1; }
      @media (max-width: 640px) {
        /* line 185, ../scss/style.scss */
        .box .picarea .summary {
          margin-bottom: 12px; } }
      /* line 192, ../scss/style.scss */
      .box .picarea .summary img {
        width: auto;
        height: 31px; }
        @media (max-width: 640px) {
          /* line 192, ../scss/style.scss */
          .box .picarea .summary img {
            height: 18px; } }

/* line 204, ../scss/style.scss */
#kintetsu {
  text-align: center;
  padding: 3.125% 6.25%;
  background-color: #fff; }
  /* line 209, ../scss/style.scss */
  #kintetsu .bnr50th {
    max-width: 240px;
    margin: 2em auto; }
    /* line 212, ../scss/style.scss */
    #kintetsu .bnr50th img {
      width: 100%;
      height: auto;
      vertical-align: top; }
  /* line 216, ../scss/style.scss */
  #kintetsu .statemant {
    max-width: 357px;
    margin: 2em auto; }
    /* line 219, ../scss/style.scss */
    #kintetsu .statemant img {
      width: 100%;
      height: auto;
      vertical-align: top; }
  /* line 223, ../scss/style.scss */
  #kintetsu .copyright {
    font-size: 62.5%; }

/* line 228, ../scss/style.scss */
#uptotop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none; }

/* line 236, ../scss/style.scss */
.cf:after {
  content: '';
  display: block;
  clear: both; }
