@charset "UTF-8";
/* line 5, ../../../../../Applications/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

/* line 22, ../../../../../Applications/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1; }

/* line 24, ../../../../../Applications/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none; }

/* line 26, ../../../../../Applications/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* line 28, ../../../../../Applications/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

/* line 30, ../../../../../Applications/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none; }
  /* line 103, ../../../../../Applications/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

/* line 32, ../../../../../Applications/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none; }

/* line 116, ../../../../../Applications/Koala.app/Contents/Resources/app.nw/rubygems/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

/* line 17, ../sass/style.scss */
html, body {
  width: 100%; }

/* line 21, ../sass/style.scss */
body {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 14px;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  -webkit-text-size-adjust: none; }

/* line 31, ../sass/style.scss */
* html body {
  font-size: 88%; }

/* line 32, ../sass/style.scss */
*:first-child + html body {
  font-size: 88%; }

/* line 34, ../sass/style.scss */
a:link, a:active, a:visited, a:hover {
  color: #ffffff; }

/* line 35, ../sass/style.scss */
a {
  text-decoration: none; }

/* line 36, ../sass/style.scss */
a:hover {
  text-decoration: none; }

/* line 38, ../sass/style.scss */
img {
  vertical-align: bottom; }

/* line 39, ../sass/style.scss */
strong {
  font-weight: bold; }

/* line 40, ../sass/style.scss */
.red {
  color: #ff0000; }

/* line 43, ../sass/style.scss */
.cf {
  overflow: hidden;
  *zoom: 1; }

/* common
---------------------------------------------*/
/* line 48, ../sass/style.scss */
.inner01 {
  width: 1200px;
  margin: 0 auto; }

/* line 53, ../sass/style.scss */
.inner02 {
  width: 940px;
  margin: 0 auto; }

/* line 58, ../sass/style.scss */
.inner03 {
  position: relative;
  width: 600px;
  margin: 0 auto; }

/* line 64, ../sass/style.scss */
.btn {
  width: 480px;
  margin: 0 auto; }
  /* line 68, ../sass/style.scss */
  .btn a {
    position: relative;
    display: block;
    font-size: 24px;
    padding: 20px 0;
    text-align: center;
    background-color: #ec6941;
    line-height: 1.4;
    border-radius: 100px;
    box-shadow: 0px 3px 0px 0px #a5492d;
    transition: all 0.3s ease-out; }
    /* line 80, ../sass/style.scss */
    .btn a:after {
      position: absolute;
      content: "";
      margin: auto;
      right: 40px;
      top: 0;
      bottom: 0;
      width: 12px;
      height: 12px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg); }
    /* line 93, ../sass/style.scss */
    .btn a:hover {
      opacity: 0.7; }

/* line 97, ../sass/style.scss */
.ocBs {
  display: flex;
  justify-content: space-between;
  width: 980px;
  margin: 0 auto; }
  /* line 102, ../sass/style.scss */
  .ocBs li {
    width: 480px; }
    /* line 104, ../sass/style.scss */
    .ocBs li a {
      position: relative;
      display: block;
      font-size: 22px;
      padding: 10px 0;
      text-align: center;
      background-color: #f19149;
      line-height: 1.4;
      border-radius: 100px;
      box-shadow: 0px 3px 0px 0px #a86533;
      transition: all 0.3s ease-out; }
      /* line 117, ../sass/style.scss */
      .ocBs li a:after {
        position: absolute;
        content: "";
        margin: auto;
        right: 40px;
        top: 0;
        bottom: 0;
        width: 12px;
        height: 12px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        transform: rotate(45deg); }
      /* line 131, ../sass/style.scss */
      .ocBs li a:hover {
        opacity: 0.7; }
    /* line 135, ../sass/style.scss */
    .ocBs li:last-child a {
      background-color: #0099cc;
      box-shadow: 0px 3px 0px 0px #006b8e; }

/* line 145, ../sass/style.scss */
main section {
  position: relative; }
  /* line 147, ../sass/style.scss */
  main section h2 {
    margin-bottom: 80px;
    padding-bottom: 18px;
    text-align: center;
    border-bottom: 4px solid #108ccf; }
  /* line 154, ../sass/style.scss */
  main section .circle {
    position: absolute;
    width: 1200px;
    margin: auto;
    top: -80px;
    left: 0;
    right: 0; }
/* line 164, ../sass/style.scss */
main .img {
  display: flex;
  justify-content: center;
  margin-bottom: 60px; }
  /* line 168, ../sass/style.scss */
  main .img figure {
    margin: 0 1px; }

/* skelton
---------------------------------------------*/
/* line 174, ../sass/style.scss */
#wrapper {
  min-width: 1300px; }

/* line 176, ../sass/style.scss */
header {
  background-color: #ffffff;
  margin-bottom: 54px; }
  /* line 179, ../sass/style.scss */
  header p {
    padding: 14px 0; }

/* line 182, ../sass/style.scss */
footer {
  background-color: #f5f5f5;
  padding: 60px 0 0;
  text-align: center; }
  /* line 187, ../sass/style.scss */
  footer section {
    border: 2px solid #a0a0a0;
    background-color: #ffffff;
    box-sizing: border-box;
    width: 860px;
    margin: 0 auto 40px;
    padding: 40px 0;
    border-radius: 18px; }
    /* line 195, ../sass/style.scss */
    footer section h3 {
      font-size: 19px;
      font-weight: bold;
      margin-bottom: 12px; }
    /* line 201, ../sass/style.scss */
    footer section p {
      font-weight: bold;
      letter-spacing: 0.1em; }
    /* line 202, ../sass/style.scss */
    footer section .tel {
      font-size: 33px; }
      /* line 204, ../sass/style.scss */
      footer section .tel a {
        color: #000000; }
    /* line 208, ../sass/style.scss */
    footer section .mail {
      font-size: 24px; }
      /* line 210, ../sass/style.scss */
      footer section .mail a {
        color: #999999;
        text-decoration: underline; }
    /* line 215, ../sass/style.scss */
    footer section:last-of-type {
      margin: 0 auto 80px; }
  /* line 217, ../sass/style.scss */
  footer p.cr {
    border-top: 1px solid #cccccc;
    margin-top: 40px;
    padding: 40px 0 110px;
    font-size: 10px;
    background-color: #ffffff; }

/* main
---------------------------------------------*/
/* line 229, ../sass/style.scss */
.mainImg {
  padding: 75px 0;
  background-image: url("../img/bg-mainimage.jpg");
  background-repeat: no-repeat;
  background-position: 50% 0; }

/* line 236, ../sass/style.scss */
nav {
  background-color: #108ccf;
  padding: 17px 0; }
  /* line 239, ../sass/style.scss */
  nav ul {
    display: flex;
    justify-content: center; }
    /* line 242, ../sass/style.scss */
    nav ul li {
      padding: 0 57px; }
      /* line 244, ../sass/style.scss */
      nav ul li a {
        position: relative;
        color: #ffffff;
        font-size: 20px;
        padding: 0 0 0 20px;
        transition: all 0.3s ease-out; }
        /* line 250, ../sass/style.scss */
        nav ul li a:before {
          position: absolute;
          content: "";
          width: 0;
          height: 0;
          margin: auto;
          top: 0;
          bottom: 0;
          left: 0;
          border-style: solid;
          border-width: 6px 0 6px 6px;
          border-color: transparent transparent transparent #ffffff; }
        /* line 264, ../sass/style.scss */
        nav ul li a:hover {
          opacity: 0.7; }

/*main
---------------------------------------------*/
/* line 274, ../sass/style.scss */
main {
  /* dayBox
  ---------------------------------------------*/
  /* section
  -------------------------------------------*/ }
  /* line 279, ../sass/style.scss */
  main .dayBox {
    margin-bottom: 160px; }
    /* line 282, ../sass/style.scss */
    main .dayBox section h2 {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 12px;
      padding: 0;
      border: none;
      text-align: left; }
    /* line 291, ../sass/style.scss */
    main .dayBox table {
      width: 100%; }
      /* line 293, ../sass/style.scss */
      main .dayBox table th {
        font-size: 30px;
        font-weight: bold;
        padding: 8px 6px 10px;
        text-align: center;
        vertical-align: middle;
        color: #ffffff;
        background-color: #003399;
        border: 1px solid #ffffff;
        border-width: 0 1px 1px 0;
        box-sizing: border-box; }
        /* line 304, ../sass/style.scss */
        main .dayBox table th span {
          font-size: 24px; }
        /* line 305, ../sass/style.scss */
        main .dayBox table th p {
          font-size: 20px;
          font-weight: normal;
          line-height: 1.2; }
        /* line 311, ../sass/style.scss */
        main .dayBox table th:last-child {
          border-width: 0 0 1px; }
      /* line 314, ../sass/style.scss */
      main .dayBox table td {
        background-color: #eeeeee;
        border: 1px solid #ffffff;
        border-width: 0 1px 0 0;
        text-align: center;
        font-weight: bold; }
        /* line 321, ../sass/style.scss */
        main .dayBox table td p {
          font-size: 24px; }
          /* line 323, ../sass/style.scss */
          main .dayBox table td p.small {
            font-size: 14px; }
        /* line 326, ../sass/style.scss */
        main .dayBox table td:last-child {
          border-width: 0 0 1px; }
    /* line 330, ../sass/style.scss */
    main .dayBox section {
      margin-bottom: 80px; }
    /* line 333, ../sass/style.scss */
    main .dayBox #dayBox01 table {
      margin-bottom: 70px; }
      /* line 335, ../sass/style.scss */
      main .dayBox #dayBox01 table th {
        width: 20%; }
      /* line 338, ../sass/style.scss */
      main .dayBox #dayBox01 table td {
        vertical-align: top;
        text-align: left;
        padding: 12px 20px; }
        /* line 343, ../sass/style.scss */
        main .dayBox #dayBox01 table td.end {
          font-size: 18px;
          text-align: center;
          vertical-align: middle; }
        /* line 348, ../sass/style.scss */
        main .dayBox #dayBox01 table td h3 {
          font-size: 18px;
          margin-bottom: 6px; }
        /* line 352, ../sass/style.scss */
        main .dayBox #dayBox01 table td li {
          position: relative;
          font-size: 12px;
          margin-bottom: 4px;
          padding-left: 14px; }
          /* line 358, ../sass/style.scss */
          main .dayBox #dayBox01 table td li:before {
            position: absolute;
            content: "";
            width: 8px;
            height: 8px;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto; }
        /* line 374, ../sass/style.scss */
        main .dayBox #dayBox01 table td ul.campus02 li:before {
          background-color: #3289c8; }
        /* line 375, ../sass/style.scss */
        main .dayBox #dayBox01 table td ul.campus02 li:last-child:before {
          background-color: #ea6ea0; }
        /* line 381, ../sass/style.scss */
        main .dayBox #dayBox01 table td ul.campus01 li:before {
          background-color: #f5a31e; }
        /* line 382, ../sass/style.scss */
        main .dayBox #dayBox01 table td ul.campus01 li:nth-child(2):before {
          background-color: #7abf41; }
        /* line 383, ../sass/style.scss */
        main .dayBox #dayBox01 table td ul.campus01 li:nth-child(3):before {
          background-color: #ee6e48; }
    /* line 394, ../sass/style.scss */
    main .dayBox #dayBox02 table td {
      vertical-align: top;
      padding: 30px 0; }
      /* line 398, ../sass/style.scss */
      main .dayBox #dayBox02 table td div.matchHeigh {
        width: 440px;
        margin: auto;
        display: flex; }
      /* line 404, ../sass/style.scss */
      main .dayBox #dayBox02 table td dl {
        overflow: hidden;
        *zoom: 1;
        margin-bottom: 30px; }
        /* line 407, ../sass/style.scss */
        main .dayBox #dayBox02 table td dl dt {
          color: #ffffff;
          font-size: 18px;
          font-weight: normal;
          margin-bottom: 10px;
          padding: 6px 0;
          box-sizing: border-box;
          background-color: #009900;
          text-align: center; }
        /* line 418, ../sass/style.scss */
        main .dayBox #dayBox02 table td dl dd {
          position: relative;
          text-align: left;
          margin: 0 0 5px 10px;
          padding-left: 14px; }
          /* line 424, ../sass/style.scss */
          main .dayBox #dayBox02 table td dl dd:before {
            position: absolute;
            content: "";
            width: 8px;
            height: 8px;
            left: 0;
            top: 0;
            bottom: 0;
            margin: auto; }
        /* line 437, ../sass/style.scss */
        main .dayBox #dayBox02 table td dl.cam01, main .dayBox #dayBox02 table td dl.cam02 {
          width: 50%; }
        /* line 440, ../sass/style.scss */
        main .dayBox #dayBox02 table td dl.cam01 dd:before {
          background-color: #f5a31e; }
        /* line 441, ../sass/style.scss */
        main .dayBox #dayBox02 table td dl.cam01 dd:nth-child(2):before {
          background-color: #7abf41; }
        /* line 442, ../sass/style.scss */
        main .dayBox #dayBox02 table td dl.cam01 dd:nth-child(3):before {
          background-color: #ee6e48; }
        /* line 448, ../sass/style.scss */
        main .dayBox #dayBox02 table td dl.cam02 dt {
          background-color: #0066cc;
          border-left: 1px solid #ffffff; }
        /* line 453, ../sass/style.scss */
        main .dayBox #dayBox02 table td dl.cam02 dd:before {
          background-color: #3289c8; }
        /* line 454, ../sass/style.scss */
        main .dayBox #dayBox02 table td dl.cam02 dd:last-child:before {
          background-color: #ea6ea0; }
        /* line 459, ../sass/style.scss */
        main .dayBox #dayBox02 table td dl.cam03 {
          width: 100%; }
          /* line 461, ../sass/style.scss */
          main .dayBox #dayBox02 table td dl.cam03 dd {
            float: left;
            width: 30%;
            box-sizing: border-box; }
            /* line 465, ../sass/style.scss */
            main .dayBox #dayBox02 table td dl.cam03 dd:before {
              background-color: #f5a31e; }
            /* line 466, ../sass/style.scss */
            main .dayBox #dayBox02 table td dl.cam03 dd:nth-child(2):before {
              background-color: #7abf41; }
            /* line 467, ../sass/style.scss */
            main .dayBox #dayBox02 table td dl.cam03 dd:nth-child(3):before {
              background-color: #ee6e48; }
            /* line 468, ../sass/style.scss */
            main .dayBox #dayBox02 table td dl.cam03 dd:nth-child(4):before {
              background-color: #3289c8; }
            /* line 469, ../sass/style.scss */
            main .dayBox #dayBox02 table td dl.cam03 dd:nth-child(5):before {
              background-color: #ea6ea0; }
    /* line 480, ../sass/style.scss */
    main .dayBox #dayBox03 table {
      margin-bottom: 10px; }
      /* line 482, ../sass/style.scss */
      main .dayBox #dayBox03 table th {
        width: 25%; }
      /* line 483, ../sass/style.scss */
      main .dayBox #dayBox03 table td {
        padding: 24px 0;
        line-height: 1.4;
        font-size: 24px; }
    /* line 490, ../sass/style.scss */
    main .dayBox #dayBox03 ul {
      margin-left: 5px; }
    /* line 491, ../sass/style.scss */
    main .dayBox #dayBox03 li {
      margin-bottom: 10px; }
      /* line 493, ../sass/style.scss */
      main .dayBox #dayBox03 li a {
        transition: all 0.3s ease-out; }
        /* line 494, ../sass/style.scss */
        main .dayBox #dayBox03 li a:hover {
          opacity: 0.7; }
  /* line 507, ../sass/style.scss */
  main #section01 h2 img {
    margin-left: 96px; }
  /* line 511, ../sass/style.scss */
  main #section01 h3 {
    text-align: center;
    margin-bottom: 40px; }
  /* line 516, ../sass/style.scss */
  main #section01 h4 {
    position: relative;
    margin-bottom: 24px;
    padding: 14px;
    text-align: center;
    background: url(../img/bg-str.gif) repeat 0 0; }
    /* line 522, ../sass/style.scss */
    main #section01 h4 span {
      position: absolute;
      right: 50px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 148px;
      height: 148px; }
  /* line 533, ../sass/style.scss */
  main #section01 .inner02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px; }
    /* line 538, ../sass/style.scss */
    main #section01 .inner02 .txtBox {
      margin-top: 27px;
      width: 493px;
      text-align: center; }
      /* line 542, ../sass/style.scss */
      main #section01 .inner02 .txtBox p {
        font-size: 16px; }
        /* line 544, ../sass/style.scss */
        main #section01 .inner02 .txtBox p:first-child {
          margin-bottom: 30px; }
  /* line 549, ../sass/style.scss */
  main #section01 section {
    margin-bottom: 80px; }
  /* line 551, ../sass/style.scss */
  main #section01 .inner01:last-child {
    margin-bottom: 160px;
    text-align: center; }
    /* line 554, ../sass/style.scss */
    main #section01 .inner01:last-child h3 {
      border-bottom: 4px solid #cccccc;
      padding-bottom: 15px; }
    /* line 558, ../sass/style.scss */
    main #section01 .inner01:last-child p {
      margin-bottom: 120px; }
    /* line 560, ../sass/style.scss */
    main #section01 .inner01:last-child div {
      position: relative;
      padding: 60px 0 60px 430px;
      height: 360px;
      box-sizing: border-box; }
      /* line 566, ../sass/style.scss */
      main #section01 .inner01:last-child div dl {
        text-align: left;
        background-image: url(../img/bg-dot01.gif);
        background-repeat: repeat;
        background-position: 0 0;
        box-sizing: border-box;
        padding: 20px 20px 20px 240px; }
        /* line 574, ../sass/style.scss */
        main #section01 .inner01:last-child div dl dt {
          position: relative;
          font-size: 36px;
          font-weight: bold;
          color: #009900;
          margin-bottom: 4px;
          padding-left: 28px;
          line-height: 1.2; }
          /* line 582, ../sass/style.scss */
          main #section01 .inner01:last-child div dl dt:before {
            position: absolute;
            content: "";
            width: 18px;
            height: 18px;
            border-radius: 9px;
            background-color: #009900;
            top: 12px;
            left: 0;
            margin: auto; }
        /* line 594, ../sass/style.scss */
        main #section01 .inner01:last-child div dl dd {
          font-size: 20px;
          line-height: 1.8; }
      /* line 600, ../sass/style.scss */
      main #section01 .inner01:last-child div figure {
        position: absolute;
        top: 0;
        left: 0; }
      /* line 606, ../sass/style.scss */
      main #section01 .inner01:last-child div.box02 {
        padding: 60px 430px 60px 0; }
        /* line 609, ../sass/style.scss */
        main #section01 .inner01:last-child div.box02 dl {
          background-image: url(../img/bg-dot02.gif);
          padding: 20px 240px 20px 20px; }
          /* line 613, ../sass/style.scss */
          main #section01 .inner01:last-child div.box02 dl dt {
            color: #0066cc; }
            /* line 615, ../sass/style.scss */
            main #section01 .inner01:last-child div.box02 dl dt:before {
              background-color: #0066cc; }
        /* line 618, ../sass/style.scss */
        main #section01 .inner01:last-child div.box02 figure {
          right: 0;
          left: auto; }
      /* line 622, ../sass/style.scss */
      main #section01 .inner01:last-child div.box03 {
        margin-bottom: 60px; }
        /* line 624, ../sass/style.scss */
        main #section01 .inner01:last-child div.box03 dl {
          background-image: url(../img/bg-dot03.gif); }
          /* line 627, ../sass/style.scss */
          main #section01 .inner01:last-child div.box03 dl dt {
            color: #990099; }
            /* line 629, ../sass/style.scss */
            main #section01 .inner01:last-child div.box03 dl dt:before {
              background-color: #990099; }
  /* line 640, ../sass/style.scss */
  main #section02 {
    margin-bottom: 56px; }
    /* line 642, ../sass/style.scss */
    main #section02 h2 {
      margin-bottom: 0; }
    /* line 644, ../sass/style.scss */
    main #section02 .gray {
      padding: 44px 0 100px;
      background-color: #f5f5f5; }
    /* line 648, ../sass/style.scss */
    main #section02 table {
      width: 920px;
      margin: 0 auto 50px; }
      /* line 651, ../sass/style.scss */
      main #section02 table th {
        width: 50%;
        font-size: 30px;
        font-weight: bold;
        padding: 8px 6px 10px;
        text-align: center;
        vertical-align: middle;
        color: #ffffff;
        background-color: #003399;
        border: 1px solid #ffffff;
        border-width: 0 1px 1px 0;
        box-sizing: border-box; }
        /* line 663, ../sass/style.scss */
        main #section02 table th span {
          font-size: 24px; }
        /* line 664, ../sass/style.scss */
        main #section02 table th p {
          font-size: 20px;
          font-weight: normal;
          line-height: 1.2; }
        /* line 669, ../sass/style.scss */
        main #section02 table th:last-child {
          border-width: 0 0 1px; }
      /* line 672, ../sass/style.scss */
      main #section02 table td {
        background-color: #ffffff;
        border: 1px solid #f5f5f5;
        border-width: 0 1px 0 0;
        text-align: center;
        font-weight: bold;
        padding: 30px 50px;
        vertical-align: top;
        box-sizing: border-box; }
        /* line 682, ../sass/style.scss */
        main #section02 table td div.matchHeigh {
          width: 440px;
          margin: auto;
          display: flex; }
          /* line 687, ../sass/style.scss */
          main #section02 table td div.matchHeigh dl {
            overflow: hidden;
            *zoom: 1;
            margin-bottom: 20px; }
            /* line 690, ../sass/style.scss */
            main #section02 table td div.matchHeigh dl dt {
              color: #ffffff;
              font-size: 18px;
              font-weight: normal;
              margin-bottom: 10px;
              padding: 6px 0;
              box-sizing: border-box;
              background-color: #009900;
              text-align: center; }
            /* line 701, ../sass/style.scss */
            main #section02 table td div.matchHeigh dl dd {
              position: relative;
              text-align: left;
              margin: 0 0 5px 10px;
              padding-left: 14px; }
              /* line 707, ../sass/style.scss */
              main #section02 table td div.matchHeigh dl dd:before {
                position: absolute;
                content: "";
                width: 8px;
                height: 8px;
                left: 0;
                top: 0;
                bottom: 0;
                margin: auto; }
            /* line 720, ../sass/style.scss */
            main #section02 table td div.matchHeigh dl.cam01, main #section02 table td div.matchHeigh dl.cam02 {
              width: 50%; }
            /* line 723, ../sass/style.scss */
            main #section02 table td div.matchHeigh dl.cam01 dd:before {
              background-color: #f5a31e; }
            /* line 724, ../sass/style.scss */
            main #section02 table td div.matchHeigh dl.cam01 dd:nth-child(2):before {
              background-color: #7abf41; }
            /* line 725, ../sass/style.scss */
            main #section02 table td div.matchHeigh dl.cam01 dd:nth-child(3):before {
              background-color: #ee6e48; }
            /* line 731, ../sass/style.scss */
            main #section02 table td div.matchHeigh dl.cam02 dt {
              background-color: #0066cc;
              border-left: 1px solid #ffffff; }
            /* line 736, ../sass/style.scss */
            main #section02 table td div.matchHeigh dl.cam02 dd:before {
              background-color: #3289c8; }
            /* line 737, ../sass/style.scss */
            main #section02 table td div.matchHeigh dl.cam02 dd:last-child:before {
              background-color: #ea6ea0; }
            /* line 742, ../sass/style.scss */
            main #section02 table td div.matchHeigh dl.cam03 {
              width: 100%; }
              /* line 744, ../sass/style.scss */
              main #section02 table td div.matchHeigh dl.cam03 dd {
                float: left;
                width: 30%;
                box-sizing: border-box; }
                /* line 748, ../sass/style.scss */
                main #section02 table td div.matchHeigh dl.cam03 dd:before {
                  background-color: #f5a31e; }
                /* line 749, ../sass/style.scss */
                main #section02 table td div.matchHeigh dl.cam03 dd:nth-child(2):before {
                  background-color: #7abf41; }
                /* line 750, ../sass/style.scss */
                main #section02 table td div.matchHeigh dl.cam03 dd:nth-child(3):before {
                  background-color: #ee6e48; }
                /* line 751, ../sass/style.scss */
                main #section02 table td div.matchHeigh dl.cam03 dd:nth-child(4):before {
                  background-color: #3289c8; }
                /* line 752, ../sass/style.scss */
                main #section02 table td div.matchHeigh dl.cam03 dd:nth-child(5):before {
                  background-color: #ea6ea0; }
        /* line 759, ../sass/style.scss */
        main #section02 table td dl {
          text-align: left; }
          /* line 761, ../sass/style.scss */
          main #section02 table td dl dt {
            font-size: 24px;
            margin-bottom: 14px; }
          /* line 762, ../sass/style.scss */
          main #section02 table td dl dd {
            font-size: 14px; }
        /* line 764, ../sass/style.scss */
        main #section02 table td:last-child {
          border-width: 0; }
    /* line 769, ../sass/style.scss */
    main #section02 .bdr01 {
      background-color: #ffffff;
      width: 860px;
      margin: 0 auto;
      padding: 30px 0;
      box-sizing: border-box;
      text-align: center;
      border: 3px solid #ff9900;
      border-radius: 20px; }
  /* line 781, ../sass/style.scss */
  main #section03 {
    margin-bottom: 60px; }
    /* line 784, ../sass/style.scss */
    main #section03 h2 img {
      margin-left: 154px; }
    /* line 787, ../sass/style.scss */
    main #section03 p.txt {
      margin-bottom: 75px;
      text-align: center; }
    /* line 791, ../sass/style.scss */
    main #section03 ul {
      display: flex;
      justify-content: center;
      margin-bottom: 50px; }
      /* line 795, ../sass/style.scss */
      main #section03 ul li {
        margin: 0 20px;
        width: 186px;
        text-align: center;
        color: #003399;
        font-size: 22px;
        font-weight: bold;
        line-height: 1.4; }
        /* line 803, ../sass/style.scss */
        main #section03 ul li span {
          display: block;
          margin-bottom: 20px; }
    /* line 810, ../sass/style.scss */
    main #section03 .pointBox {
      width: 840px;
      margin: 0 auto 80px; }
      /* line 813, ../sass/style.scss */
      main #section03 .pointBox dl {
        display: flex;
        align-items: stretch;
        margin-bottom: 20px; }
        /* line 817, ../sass/style.scss */
        main #section03 .pointBox dl dt {
          width: 200px;
          padding: 10px 0;
          text-align: center;
          color: #ffffff;
          font-size: 26px;
          font-weight: bold;
          background-color: #cc0000; }
        /* line 827, ../sass/style.scss */
        main #section03 .pointBox dl dd {
          width: 640px;
          background-color: #eeeeee;
          font-size: 30px;
          color: #cc0000;
          text-align: left;
          padding: 6px 0 6px 30px;
          box-sizing: border-box; }
      /* line 837, ../sass/style.scss */
      main #section03 .pointBox p {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 50px; }
        /* line 841, ../sass/style.scss */
        main #section03 .pointBox p:last-child {
          margin-bottom: 0; }
    /* line 845, ../sass/style.scss */
    main #section03 h3 {
      position: relative;
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 24px;
      padding-left: 24px; }
      /* line 851, ../sass/style.scss */
      main #section03 h3:before {
        position: absolute;
        content: "";
        width: 18px;
        height: 18px;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        background-color: #000000;
        border-radius: 9px; }
    /* line 865, ../sass/style.scss */
    main #section03 ul:last-child {
      display: flex;
      justify-content: space-between; }
      /* line 868, ../sass/style.scss */
      main #section03 ul:last-child li {
        position: relative;
        width: 220px;
        margin: 0;
        box-sizing: border-box; }
        /* line 873, ../sass/style.scss */
        main #section03 ul:last-child li h4 {
          background-color: #003399;
          text-align: center;
          border-radius: 30px;
          color: #ffffff;
          font-size: 14px;
          font-weight: bold;
          margin-bottom: 10px;
          padding: 6px 0; }
        /* line 883, ../sass/style.scss */
        main #section03 ul:last-child li div {
          border: 2px solid #003399;
          border-radius: 10px;
          box-sizing: border-box;
          padding: 16px 18px; }
          /* line 889, ../sass/style.scss */
          main #section03 ul:last-child li div p {
            font-size: 14px;
            text-align: left;
            color: #000000; }
            /* line 894, ../sass/style.scss */
            main #section03 ul:last-child li div p.time {
              font-size: 16px;
              text-align: center;
              color: #003399;
              margin-bottom: 8px; }
        /* line 903, ../sass/style.scss */
        main #section03 ul:last-child li:after {
          position: absolute;
          content: "";
          width: 30px;
          height: 2px;
          background-color: #003399;
          top: 14px;
          right: -30px; }
        /* line 914, ../sass/style.scss */
        main #section03 ul:last-child li:last-child:after {
          display: none; }

@media only screen and (min-width: 1500px) {
  /* line 924, ../sass/style.scss */
  .mainImg {
    background-size: cover; } }
/*
@media only screen and (max-width: 767px) {

/* common
---------------------------------------------/

.inner01{
	width: auto;
	margin: 0 auto;
	padding: 0 20px;
}

.inner02{
	width: auto;
	margin: 0 auto;
	padding: 0 20px;
}

.inner03{
	width: auto;
	margin: 0 auto;
	padding: 0 20px;
}

.btn{
	width: auto;
	margin: 0 auto;

	a{
		font-size: 13px;
		padding: 20px 0;
		box-shadow:0px 2px 0px 0px #a5492d;

		&:after{
			right: 20px;
			width: 6px;
			height: 6px;
			}//after
	}
}//btn

.ocBs{
	display: flex;
	flex-direction:column;
	justify-content:space-between;
	width: auto;
	li{
		width: auto;
		margin-bottom: 10px;
		a{
			font-size: 13px;
			padding: 10px 0;
			box-shadow:0px 2px 0px 0px #a86533;

			&:after{
				right: 20px;
				width: 6px;
				height: 6px;
				}//after
			}//a

		&:last-child{
			margin: 0;
			a{box-shadow:0px 2px 0px 0px #006b8e;}//a
		}//last
	}//li
}

main{
	section{
		h2{
			margin-bottom: 40px;
			padding-bottom: 8px;
			border-bottom: 2px solid #108ccf;
			
			img{
				width: 100%;
				height: auto;
			}
		}//h2

		.circle{
			position: relative;
			width: 100px;
			top: auto;
			left: auto;
			right: auto;
			margin: 0 auto 20px;
		}
	}//section

	.img{
		margin-bottom: 40px;
		figure{
			margin: 0 5px;
			img{
				width: 100%;
				height: auto;
				}
			}//figure
		}//img
}//main

/* skelton
---------------------------------------------/
#wrapper{ min-width: initial;}

header{
	margin-bottom: 40px;
	p.inner01{
		padding: 14px 20px;
		img{
			width: 150px;
			height: auto;
		}
		}//p
	}

footer{
	padding: 40px 0 0;

	section{
		width: auto;
		margin: 0 20px 20px;
		padding: 20px;
		border-radius: 10px;
		h3{
			font-size: 14px;
			margin-bottom: 8px;
			}//h3
		
		.tel{font-size: 16px;}
		.mail{font-size: 14px;}
		&:last-of-type{ margin: 0 20px 40px;}
	}
	p.cr{
		margin-top: 20px;
		padding: 20px 0 60px;
		}
	}//footer

/* main
---------------------------------------------/

.mainImg{
	padding: 30px 0;
	background-size: cover;
	img{
		width: 100%;
		height: auto;
	}
	}

nav{
	padding: 17px 20px;
	ul{
		display: flex;
		justify-content:flex-start;
		flex-direction:column;
		li{
			margin-bottom: 14px;
			padding: 0;
			a{
				font-size: 14px;
				padding: 0 0 0 14px;
				&:before{border-width: 4px 0 4px 4px;}
			}//a
			
			&:last-child{ margin: 0;}
		}//li
	}//ul
}//nav



/*main
---------------------------------------------/

main{

/* dayBox/

.dayBox{
	margin-bottom: 80px;
	section{
		h2{
			font-size: 20px;
			margin-bottom: 8px;
		}//h2
	}
	table{
		width: 100%;
		
		th{
			font-size: 18px;

			padding: 8px 6px 10px;
			text-align: center;
			vertical-align: middle;
			color: #ffffff;
			background-color:#003399;
			border:1px solid #ffffff;
			border-width: 0 1px 1px 0;
			box-sizing: border-box;
			span{ font-size: 24px;}
			p{
				font-size: 20px;
				font-weight: normal;
				line-height: 1.2;
				}
			&:last-child{ border-width: 0 0 1px;}
		}//th

		td{
			background-color: #eeeeee;
			border:1px solid #ffffff;
			border-width: 0 1px 0 0;
			text-align: center;
			font-weight: bold;

			p{
				font-size: 24px;
			}
			&:last-child{ border-width: 0 0 1px;}
		}//td
	}//table

	section{ margin-bottom: 80px;}

	#dayBox01{
		table{
			margin-bottom: 70px;
			th{
				width: 20%;
			}//th
			td{
				vertical-align: top;
				text-align: left;
				padding: 12px 20px;

				&:first-child{
					font-size: 18px;
					text-align: center;
					vertical-align: middle;
					}//first-child
				h3{
					font-size: 18px;
					margin-bottom:6px;
					}//h3
				li{
					position: relative;
					font-size: 12px;
					margin-bottom: 4px;
					padding-left: 14px;

					&:before{
						position: absolute;
						content: "";
						width: 8px;
						height: 8px;
						left: 0;
						top:0;
						bottom: 0;
						margin: auto;
					}//before

				}//li


				&:nth-child(odd){
					li{
						&:before{ background-color: #3289c8;}
						&:last-child{&:before{ background-color: #ea6ea0;}}
					}//li
				}//even

				&:nth-child(even){
					li{
						&:before{ background-color: #f5a31e;}
						&:nth-child(2){&:before{ background-color: #7abf41;}}
						&:nth-child(3){&:before{ background-color: #ee6e48;}}
					}//li

				}//even

			}//td
		}//table
	}//day01

	#dayBox02{
		table{
			td{
				vertical-align: top;
				padding: 30px 0;
				ul{
					display: flex;
					width: 440px;
					margin: 0 auto 30px;

					li{
						width: 50%;
						color: #ffffff;
						font-size: 18px;
						font-weight: normal;
						padding: 6px 0;
						box-sizing: border-box;
						background-color: #009900;
						text-align: center;

						&:last-child{
							background-color: #0066cc;
							border-left:1px solid #ffffff;
						}
					}//li
				}//ul
				.commonPart{
					width: 440px;
					margin: 0 auto 30px;
					color: #ffffff;
					font-size: 18px;
					font-weight: normal;
					padding: 6px 0;
					background-color: rgba(255,160,25,1.00);
				}
			}//td
		}//table
	}//dayBox02

	#dayBox03{
		table{
			td{
				padding: 24px 0;
				line-height: 1.4;
				font-size: 24px;
				}
		}//table
	}//dayBox03

}//dayBox

}

}*/
/* line 1275, ../sass/style.scss */
#dayBox01 table tr td {
  position: relative; }
  /* line 1277, ../sass/style.scss */
  #dayBox01 table tr td ul {
    padding-bottom: 35px; }

/* line 1284, ../sass/style.scss */
.linkTheDay {
  position: absolute;
  bottom: 20px;
  left: 10%;
  width: 80%; }
  /* line 1289, ../sass/style.scss */
  .linkTheDay a {
    display: block;
    font-size: 12px;
    text-align: center;
    line-height: 1;
    color: #fff;
    padding: 6px 8px;
    border-radius: 12px;
    background: #ffa019;
    transition: all 0.3s ease-out; }
    /* line 1299, ../sass/style.scss */
    .linkTheDay a:hover {
      opacity: 0.6; }

/* line 1305, ../sass/style.scss */
.link {
  margin-top: -50px;
  padding: 0 60px 80px;
  text-align: right; }
  /* line 1309, ../sass/style.scss */
  .link a {
    display: inline-block;
    width: 360px;
    padding: 10px 0;
    text-align: center;
    background-color: #ec6941;
    box-shadow: 0px 3px 0px 0px #9e462b;
    position: relative;
    font-size: 18px;
    border-radius: 25px;
    transition: all 0.3s ease-out; }
    /* line 1319, ../sass/style.scss */
    .link a:after {
      position: absolute;
      content: "";
      margin: auto;
      right: 40px;
      top: 0;
      bottom: 0;
      width: 12px;
      height: 12px;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      transform: rotate(45deg); }
    /* line 1333, ../sass/style.scss */
    .link a:hover {
      opacity: 0.6; }
