@charset "UTF-8";
* {
  margin: 0;
  padding: 0; }

/* render html5 elements as block */
header,
footer,
section,
aside,
nav,
article {
  display: block; }

body {
  line-height: 1;
  background-color: #9CCB47;
  font-family: Arial, Helvetica, sans-serif;
  font-family: 'Lato','Noto Sans JP','游ゴシック Medium','游ゴシック体','Yu Gothic Medium',YuGothic, 'ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  color: #231814;
  font-size: 15px;
  line-height: 18px; }

/* layout */
#wrapper {
  width: 960px;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 40px; }

#main {
  width: 100%;
  overflow: hidden;
  line-height: 1.5; }
  #main h2 {
    color: #17A669; }

#content {
  float: left;
  margin-bottom: 16px;
  background-color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 16px 24px; }

.content_left {
  float: left;
  width: 49%;
  float: left; }

.content_right {
  float: right;
  width: 49%;
  float: left; }

/* basics */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  clear: both;
  color: #231814;
  padding-top: 0px; }

h2 {
  margin: 8px 0; }

a:link,
a:visited {
  color: #17A669; }

a:hover,
a:active {
  color: #231814; }

p {
  margin-top: 8px;
  margin-bottom: 8px; }

/* nav */
nav {
  width: 940px;
  vertical-align: middle; }
  nav .menu {
    font-size: 1.4em; }
    nav .menu ul {
      list-style: none;
      line-height: normal; }
      nav .menu ul li {
        margin: 12px 0;
        float: left;
        display: flex;
        justify-content: center;
        align-items: center;
        letter-spacing: 2px; }
      nav .menu ul li + li {
        border-left: 1px solid #fff;
        border-radius: 0.5px; }
      nav .menu ul a {
        padding: 4px 32px;
        display: block;
        text-decoration: none;
        color: #fff; }
        nav .menu ul a:hover::after {
          width: 100%;
          transition: all .3s ease-out;
          -webkit-transition: all .3s ease-out; }
        nav .menu ul a::after {
          border-bottom: solid 2px #fff;
          border-radius: 1px;
          bottom: 0;
          content: "";
          display: block;
          transition: all .2s ease-out;
          -webkit-transition: all .2s ease-out;
          width: 0; }
  nav .sm-menu {
    display: none; }
  nav .l-drawer {
    display: none; }

/** HEADER */
header {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  background-color: white;
  /* curved border radius */
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }
  header h1, header h2 {
    margin: 0;
    padding: 0 0 0 30px;
    line-height: normal; }
  header h1 {
    float: left;
    padding-top: 10px; }
    header h1 a:link,
    header h1 a:visited {
      text-decoration: none;
      color: #17A669;
      text-shadow: 0px 2px 3px #777;
      font-size: 48px; }
    header h1 a:hover {
      text-decoration: none; }
  header h2 {
    padding: 20px 0 0 30px;
    font-size: 18px;
    color: #17A669; }
  header #header_images {
    width: 100%; }
    header #header_images ul {
      list-style: none;
      width: 80%;
      height: 100px;
      margin: 0 auto; }
      header #header_images ul li {
        width: auto;
        float: left;
        margin: 0 4px; }
    header #header_images img {
      width: 145px;
      border-radius: 10px;
      /* CSS3草案 */
      -webkit-border-radius: 10px;
      /* Safari,Google Chrome用 */
      -moz-border-radius: 10px;
      /* Firefox用 */ }
  header #nav-bar {
    display: none; }

#header_images_sm {
  display: none; }

#title_text {
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 500px;
  height: auto;
  font-size: 42px;
  /* text-shadow: 3px 3px 0px #eee, 5px 5px 0px #707070; */ }

#header_img {
  margin-left: 10px;
  padding-top: 5px; }

/** ARTICLES **/
.project {
  line-height: 1.2; }
  .project #lecture_table {
    width: 80%;
    margin: 5px auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #663300;
    border-left: 1px solid #663300;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #fff;
    empty-cells: show; }
    .project #lecture_table td {
      border-right: 1px solid #663300;
      border-bottom: 1px solid #663300;
      padding: 0.3em 1em; }
    .project #lecture_table th {
      border-right: 1px solid #663300;
      border-bottom: 1px solid #663300;
      color: #663300;
      background-color: #F5E9DF;
      background-position: left top;
      padding: 0.3em 1em;
      text-align: center; }
    .project #lecture_table__name {
      width: 14%; }

.access iframe {
  width: 100%;
  height: 400px;
  pointer-events: all; }
.access img {
  width: 100%; }

#register__button {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 8px 40px;
  margin-bottom: 32px;
  background-color: #fff;
  text-decoration: none;
  color: #17A669;
  border: 1px solid #17A669;
  z-index: 0;
  transition: all 0.3s ease-out; }
  #register__button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #17A669;
    background-color: #17A669;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    z-index: -1;
    box-sizing: border-box;
    transition: 0.3s ease-out; }
  #register__button:hover {
    color: #fff;
    border: 1px solid #17A669; }
    #register__button:hover::before {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      transition: 0.5s ease-out; }

#demo {
  overflow: auto;
}

#demo h4 {
  display: block;
  margin: 16px 0; }

.alignleft,
img.alignleft {
  display: inline;
  float: left;
  margin: 4px 16px;
  height: 96px; }

.alignright,
img.alignright {
  display: inline;
  float: right;
  margin: 4px 16px;
  height: 96px; }

aside {
  float: left;
  text-align: left;
  width: 100%;
  display: flex;
  background-color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px; }
  aside section {
    margin: 16px 0;
    padding: 0 24px;
    width: 33%; }
    aside section ul {
      color: #17A669;
      list-style: none; }
      aside section ul li {
        padding: 0; }
        aside section ul li a {
          display: block; }
  aside section + section {
    border-left: 1px solid #231814; }

.link_list {
  margin-top: 16px;
  margin-bottom: 32px; }
  .link_list li {
    border: 1px solid #231814;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin-left: 0px;
    margin-right: 24px;
    padding: 8px 40px;
    box-sizing: border-box;
    color: #231814;
    background-color: transparent;
    z-index: 0; }
    .link_list li::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-color: #231814;
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      z-index: -1;
      box-sizing: border-box;
      transition: 0.3s ease-out; }
  .link_list a {
    text-decoration: none;
    color: tint(pink, 75%); }
    .link_list a:hover li {
      color: white; }
      .link_list a:hover li::before {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        transition: 0.5s ease-out; }

#schedule #time_table {
  width: 100%;
  margin: 8px 0 16px;
  border-top: 1px solid #663300;
  border-left: 1px solid #663300;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show; }
  #schedule #time_table td {
    border-right: 1px solid #663300;
    border-bottom: 1px solid #663300;
    padding: 0.3em 1em; }
  #schedule #time_table th {
    border-right: 1px solid #663300;
    border-bottom: 1px solid #663300;
    color: #330000;
    background-color: #F5E9DF;
    background-image: url(../img/table-back.gif);
    background-position: left top;
    padding: 0.3em 1em;
    text-align: center; }
#schedule img {
  width: 500px; }

.line {
  display: inline;
  background: linear-gradient(transparent 50%, yellow 50%);
  padding: 0 4px; }

/*# sourceMappingURL=styles.css.map */
