@charset "UTF-8";
/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

div#contents {
  width: 100% !important;
}

body {
  -webkit-text-size-adjust: none;
  height: 100%;
}

* {
  box-sizing: border-box;
}

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires
 */
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea,
button {
  font: 99% arial,helvetica,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
  font-size: inherit;
  font: 100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

#wrapper {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Verdana, Arial, Helvetica, sans-serif;
}
@media only screen and (max-width: 736px) {
  #wrapper img {
    max-width: 100%;
  }
}

a {
  color: #000;
}

@media only screen and (min-width: 737px) {
  .spshow {
    display: none !important;
  }
}
  #wrapper {
    width: 100%;
    overflow: hidden;
  }
@media only screen and (max-width: 736px) {
  .pcshow {
    display: none !important;
  }
}
.tbshow {width: 100%;}
.tbhide {
  display: none !important;
}
.tbshow {
  display: block !important;
}

@media only screen and (min-width: 737px) {
  .inner {
    overflow: hidden;
    min-width: 960px;
  }
}
.main {
  /*margin-bottom: 65px;*/
}
@media only screen and (max-width: 736px) {
  .main {
    /*margin-bottom: 30px;*/
  }
}
.main_wrap {
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}
@media only screen and (min-width: 737px) {
  .main_wrap {
    display: block;
    height: 800px;/*750px*/
    margin-right: auto;
    margin-left: auto;
    background: url(../img/bg_main01.jpg) center bottom no-repeat;
    /*background:#fff;*/
    -webkit-background-size: cover;
    background-size: cover;
  }
  .main_wrap:after {
    display: block;
    height: 0;
    visibility: hidden;
    content: "\0020";
    clear: both;
  }
}

@media only screen and (max-width: 736px) {
  section {
    width: 100%;
    overflow: hidden;
  }
  .main_wrap {
    display: block;
    width: 100%;
    padding-bottom: 50px;
    margin-right: auto;
    margin-left: auto;
    background: url(../img/bg_main01.jpg) center top no-repeat;
    /*background:#fff;*/
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
}

@media only screen and (min-width: 737px) {
  .main_left, .main_right {
    float: left;
    width: 50%;
    min-height: 900px;
    text-align: center;
  }
  .main_right {
    background: url(../img/bg_01.jpg);
    background-size: cover;
    padding: 0 !important;
  }
}

@media only screen and (max-width: 736px) {
  .main_left {
    width: 100%;
    margin: 20px auto;
  }
  .main_logo_01,.main_left .note {
    width: 90%;
    padding-top: 10px;
    margin: 0 auto;
  }
  .main_right {
    background: url(../img/bg_01.jpg);
    background-size: cover;
    padding: 0 !important;
  }
  #main_img {width: 100%;}
}

@media only screen and (min-width: 737px) {
  .main_logo_01 {
    position: relative;
    left: 20px;
    top: 20px;
    text-align: left;
  }
  .main_logo_02 {
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 0;
    background-color: #fff;
  }
  .main_logo_02 video{
    width: 100%;
    outline: none;
    border: none;
    font-size: 0;
    background-color: #fff;
  }
  .main_logo_02:before {
    position: absolute !important;
    display: block !important;
    content: ' ' !important;
    background-color: #fff !important;
    width: 3px !important;
    height: 0 !important;
    padding-top: ;
    top: 0 !important;
    right: 0;
    padding-top: 100%;
    z-index: 100;
  }
  .main_logo_02:after {
    position: absolute !important;
    display: block !important;
    content: ' ' !important;
    background-color: #fff !important;
    width: 100% !important;
    height: 3px !important;
    bottom: 0 !important;
    z-index: 100;
  }
  .main_logo_03 {
    margin-bottom: 40px;
  }
  .main_info {
    width: 430px;
    margin: 0 auto;
    padding: 25px 0;
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
  }
  .main_info .date {
    font-size: 16px;
    font-weight: bold;
  }
  .main_info .location {
    font-size: 20px;
    font-weight: bold;
  }
  .main_info .train {
    margin-top: 10px;
    font-size: 14px;
  }
  .main_left .note {
    font-size: 14px;
    color: #8f8f8f;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 736px) {
  .main_logo_02 {
    margin: 30px 0;
  }
  .main_logo_02 img,
  .main_logo_03 img {
    width: 100%;
  }
  .main_logo_03 {
    width: 80%;
    margin: 0 auto;
  }
  .main_info {
    width: 90%;
    margin: 20px auto;
    padding: 20px 0;
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
    text-align:center;
    font-weight: bold;
  }
  .main_info .date {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .main_info .train {
    margin-top: 10px;
    font-size: 12.5px;
  }
  .main_left .note {
    font-size: 13px;
    color: #8f8f8f;
    margin-top: 15px;
  }
}

.main_right{
  color: #fff;
}

@media only screen and (min-width: 737px) {
  .main_right .main_hd02 {
    font-size: 40px;
    font-weight: bold;
    position: relative;
    margin-top: 240px;
  }
  .main_right .main_hd02:after {
    content:"";
    display: block;
    border-top: 5px solid #82bf2a;
    width: 40px;
    position: absolute;
    bottom: -20px;
    left: 45%;
  }
  .main_right .main_desc01 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 80px;
    margin-bottom: 40px;
  }
  .main_right .main_desc02 {
    font-size: 18px;
    line-height: 2;
  }
  .main_right .main_desc03 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 40px;
    line-height: 2;
  }
}
@media only screen and (max-width: 736px) {
  .main_right {
    text-align: center;
    border: 1px solid transparent;
  }
  .main_right .main_hd02 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 45px;
    position: relative;
  }
  .main_right .main_hd02:after {
    content:"";
    display: block;
    border-top: 3px solid #82bf2a;
    width: 40px;
    position: absolute;
    bottom: -15px;
    left: 43%;
  }
  .main_right .main_desc01 {
    font-size: 16px;
    font-weight: bold;
    margin-top: 47px;
    margin-bottom: 20px;
  }
  .main_right .main_desc02 {
    font-size: 14px;
    line-height: 2;
  }
  .main_right .main_desc03 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 45px;
    line-height: 2;
  }
}


@media only screen and (min-width: 737px) {
  .ttl_01 {
    font-size: 40px;
    font-weight: bold;
    position: relative;
    text-align: center;
    color: #000;
    letter-spacing: 5px;
  }
  .ttl_01:after {
    content:"";
    display: block;
    border-top: 5px solid #82bf2a;
    width: 40px;
    position: absolute;
    bottom: -20px;
    left: 45%;
  }
  .ttl_03 {
    font-size: 40px;
    font-weight: bold;
    position: relative;
    text-align: center;
    color: #fff;
    letter-spacing: 5px;
  }
  .ttl_03:after {
    content:"";
    display: block;
    border-top: 5px solid #82bf2a;
    width: 40px;
    position: absolute;
    bottom: -20px;
    left: 49%;
  }
}

@media only screen and (max-width: 736px) {
  .ttl_01 {
    font-size: 22px;
    font-weight: bold;
    position: relative;
    text-align: center;
    color: #000;
    letter-spacing: 5px;
  }
  .ttl_01:after {
    content:"";
    display: block;
    border-top: 3px solid #82bf2a;
    width: 40px;
    position: absolute;
    bottom: -20px;
    left: 43%;
  }
  .ttl_03 {
    font-size: 22px;
    font-weight: bold;
    position: relative;
    text-align: center;
    color: #fff;
    letter-spacing: 5px;
    margin-bottom: 45px;
  }
  .ttl_03:after {
    content:"";
    display: block;
    border-top: 3px solid #82bf2a;
    width: 40px;
    position: absolute;
    bottom: -20px;
    left: 43%;
  }
}

.btn_fixed01 {
  position: fixed;
  right: 0;
  top: 45%;
  z-index: 99;
}

@media only screen and (max-width: 736px) {
  .btn_fixed01 img {
    width: 40px;
    height: 132px;
  }
}
.main_wrap_logo {
  margin-bottom: 105px;
}
@media only screen and (max-width: 736px) {
  .main_wrap_logo {
    margin-bottom: 50px;
  }
}
.btn_sns {
  position: relative;
  z-index: 200;
  float: right;
  margin-right: 20px;
}
.btn_sns ul li {
  float: left;
  margin-right: 10px;
}
.btn_sns ul li.btn_fb {
  margin-top: -2px;
}


@media only screen and (min-width: 737px) {
  .btn {
    display: block;
    background-color: #73af1b;
    color: #fff;
    border-radius: 5px;
    width: 360px;
    padding: 15px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    letter-spacing: 5px;
  }
  .btn:hover {
    color: #fff;
    opacity: .7;
  }
  .btn_01 {
    margin-top: 30px;
    position: relative;
  }
  .btn_01:after {
    content: "";
    display: block;
    background: url(../img/icon_01.png) 0 0 no-repeat;
    width: 9px;
    height: 14px;
    position: absolute;
    top: 25px;
    right: 20px;
  }
  .btn_02 {
    width: 100%;
    background-color: #48b50f;
    border-bottom: solid 4px #3d9a0c;
    padding: 10px;
  }
  .btn_02:after {
    content: "";
    display: block;
    background: url(../img/icon_01.png) 0 0 no-repeat;
    width: 9px;
    height: 14px;
    position: absolute;
    top: 20px;
    right: 95px;
  }
}

@media only screen and (max-width: 736px) {
  .btn {
    display: block;
    background-color: #73af1b;
    color: #fff;
    border-radius: 5px;
    width: 80%;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    letter-spacing: 5px;
  }
  .btn:hover {
    color: #fff;
    opacity: .7;
  }
  .btn_01 {
    margin-top: 30px;
    position: relative;
  }
  .btn_01:after {
    content: "";
    display: block;
    background: url(../img/icon_01.png) 0 0 no-repeat;
    width: 9px;
    height: 14px;
    position: absolute;
    top: 19px;
    right: 20px;
  }
  .btn_02 {
    width: 100%;
    background-color: #48b50f;
    border-bottom: solid 4px #3d9a0c;
    padding: 5px 10px;
    font-size: 14px;
    letter-spacing: 0;
  }
  .btn_02:after {
    content: "";
    display: block;
    background: url(../img/icon_01.png) 0 0 no-repeat;
    width: 9px;
    height: 14px;
    position: absolute;
    top: 10px;
    right: 25px;
  }
  .btn_sns {
    float: none;
    position: relative;
    margin: 0;
  }
  .btn_sns ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    position: relative;
    margin: 20px auto;
  }
  .btn_sns ul li {
    position: relative;
  }
  .btn_sns ul li:last-of-type {
    margin-right: 0;
  }
}

.cf:after{
  display: block;
  height: 0;
  clear: both;
  content: "";
}


.main__ttl {
  text-align: center;
  margin-bottom: 40px;
  /*padding-left: 30px;*/
}
.main__ttl img{
  width: 444px;
}
@media only screen and (max-width: 736px) {
  .main__ttl {
    width: 80%;
    /*padding-left: 7%;*/
    margin: 0 auto 40px;
  }
}
.main__desc01 {
  width: 450px;/*300px*/
  padding: 15px 0;
  margin: 0 auto 35px;
  text-align: center;
  line-height: 1.0;
  color: #fff;/*000*/
  border-top: solid 1px #fff;/*000*/
  border-bottom: solid 1px #fff;/*000*/
}
@media only screen and (max-width: 736px) {
  .main__desc01 {
    width: 81%;
  }
}
.main__desc02 {
  text-align: center;
  font-size: 18px;
  line-height: 1.6666;
  color: #fff;/*000*/
  margin-bottom: 45px;
}
@media only screen and (max-width: 736px) {
  .main__desc02 {
    width: 81%;
    margin: 0 auto 35px;
    font-size: 14px;
  }
}
.main__desc03 {
  text-align: center;
  font-size: 24px;
  line-height: 1.0;
  font-weight: bold;
  color: #fff;/*000*/
}
.main__desc04 {
  text-align: center;
  font-size: 24px;
  line-height: 1.0;
  font-weight: bold;
  color: #fff;/*000*/
  margin-bottom: 20px;
}
.main__desc04 .fs4{
	font-size: 30px;}

@media only screen and (max-width: 736px) {
  .main__desc03 {
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.3;
  }
  .main__desc04 {
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
	.main__desc04 .fs4{
    font-size: 30px;
  }
}

.lecture__wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 940px;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 736px) {
  .lecture__wrap {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    width: 84%;
    margin: 0 auto 80px;
  }
}


.lecture__list {
  width: 460px;
  text-align: center;
}
@media only screen and (max-width: 736px) {
  .lecture__list {
    width: 100%;
  }
  .lecture__list:first-child {
    margin-bottom: 50px;
  }
}
.leture__cat {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 300px;
  height: 45px;
  border: solid 2px #000;
  margin: 0 auto 15px;
  font-weight: bold;
}
@media only screen and (max-width: 736px) {
  .leture__cat {
    width: 80%;
    margin-bottom: 25px;
  }
}
.lecture__img01 {
  margin-bottom: 30px;
}
.lecture__ttl {
  font-size: 18px;
  font-weight: bold;
  color: #1e9d60;
  width: 420px;
  margin: 0 auto 10px;
  text-align: center;
  line-height: 1.6;
  padding-bottom: 15px;
  border-bottom: solid 1px #d6d6d6;
}
@media only screen and (max-width: 736px) {
  .lecture__ttl {
    width: 100%;
  }
}
.lecture__person strong {
  font-weight: bold;
  font-size: 18px;
}
.movie_wrap {
  position: relative;
  width: 100%;/*800px*/
  height: 0;
  margin: 0 auto 85px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.movie_wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
@media only screen and (max-width: 736px) {
  .movie_wrap {
    position: relative;
    width: 100%;/*90%*/
    height: 0;
    /*padding-top: 50.5%;*/
    margin: 0 auto 40px;
    overflow: hidden;
  }
  .movie_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.movie__wrap__wistia {
  margin: 0 auto 85px;
}
@media only screen and (max-width: 736px) {
}

.lecnum__wrap .lecnum__list:nth-child(odd) {
  background-color: #f6faee;
}
.lecnum__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  width: 940px;
  height: 320px;
  margin: 0 auto;
}

.lecnum__left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  width: 240px;
  height: 202px;
}
.lecnum__ttl {
  color: #1e9d60;
  font-weight: bold;
  margin-bottom: 5px;
}
.lecnum__ttl strong {
  font-size: 22px;
  font-weight: bold;
}
.lecnum__desc {
  color: #1e9d60;
  font-size: 17px;
}
.lecnum__person {
  font-size: 14px;
}
.lecnum__person strong {
  font-size: 18px;
  font-weight: bold;
}
.lecnum__img01 {
  margin-right: 20px;
}
@media only screen and (min-width: 737px) {
  .lecnum__img01,.lecnum__img02 {
    width: 340px;
  }
  .lecnum__img01 img,.lecnum__img02 img {
    width: 340px;
  }
}
@media only screen and (max-width: 736px) {
  .lecnum__wrap {
    margin-bottom: 50px;
  }
  .lecnum__inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .lecnum__list {
    padding: 20px 0;
  }
  .lecnum__left {
    width: 90%;
    height: auto;
  }
  .lecnum__ttl__area {
    margin-bottom: 15px;
  }
  .lecnum__person {
    margin-bottom: 10px;
  }
  .lecnum__img01 {
    width: 90%;
    margin: 0 auto 5px;
  }
  .lecnum__img02 {
    width: 90%;
    margin: 0 auto;
  }
  .lecnum__img01 img,
  .lecnum__img02 img {width: 100%;}
}
.btn__area {
  padding: 50px 0;
  background-color: #e9e9e9;
  margin-bottom: 80px;
}
.btn__dl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 440px;
  height: 62px;
  margin: 0 auto;
  background: #1e9d60 url(../img/ico_dl.png) center right 24px no-repeat;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
}

.btn__dl:hover {
  text-decoration: none;
  color: #fff;
}
@media only screen and (max-width: 736px) {
  .btn__area {
    padding: 20px 0;
    margin-bottom: 40px;
  }
  .btn__dl {
    width: 84%;
  }
}
.gallery__wrap .leture__cat {
  width: 600px;
}
.gallery {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 940px;
  padding-bottom: 70px;
  margin: 0 auto;
}
.gallery li {
  width: 460px;
  margin-bottom: 20px;
}
.gallery li img { width: 100%; }
@media only screen and (max-width: 736px) {
  .gallery__wrap .leture__cat {
    width: 72%;
  }
  .gallery {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    width: 90%;
    padding-bottom: 70px;
    margin: 0 auto;
  }
  .gallery li {
    width: 100%;
    margin-bottom: 10px;
  }
}

.sns__area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  width: 960px;
  padding-bottom: 170px;
  margin: 0 auto;
}
.sns__fb {
  width: 460px;
}
.sns__fb iframe {width: 100%;}
.sns__tw {
  width: 460px;
  height: 460px;
}
@media only screen and (max-width: 736px) {
  .sns__area {
    width: 90%;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding-bottom: 80px;
    margin: 0 auto;
  }
  .sns__fb {
    width: 100%;
    margin-bottom: 40px;
  }
  .sns__tw {
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 737px) {
  .footer {
    border-top: 1px solid #e5e5e5;
    border-bottom: 15px solid #016354;
    margin: 0;
    padding: 20px;
  }
  .footer_left {
    float: left;
    padding-top: 5px;
  }
  .footer_right {
    float: right;
  }
  .footer_list li {
    font-size: 13px;
    float: left;
    margin-bottom: 5px;
  }
  .footer_list li + li {
    margin-left: 20px;
  }
  .footer_copyright {
    font-size: 10px;
  }
}

@media only screen and (max-width: 736px) {
  .footer {
    border-top: 1px solid #e5e5e5;
    border-bottom: 15px solid #016354;
    margin: 0;
    padding: 10px 20px;
  }
  .footer_right {
    font-size: 10px;
  }
  .footer_list li {
    font-size: 13px;
    float: left;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .footer_list li + li {
    margin-left: 20px;
  }
  .sec_06 .ttl_01 {
    margin-bottom: 50px;
  }
}

.page-top {
  position: fixed;
  display: none;
}

@media only screen and (min-width: 737px) {
  .page-top {
    right: 75px;
    bottom: 50px;
    cursor: pointer;
  }
  .page-top-bottom {
    bottom: 120px;
  }
  .page-top:hover,
  a:hover img {
    opacity: 0.7;
  }
}

@media only screen and (max-width: 736px) {
  .page-top {
    right: 4%;
    bottom: 20px;
    cursor: pointer;
  }
  .page-top-bottom {
    bottom: 30px;
  }
}



h2.seminar {
  width: 940px;
  margin: 0 auto 45px auto;
}
h2.lecnum {
  width: 940px;
  margin: 0 auto 45px auto;
}
.lecnum_list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap; 
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 940px;
  margin: 0 auto 45px auto;
}
.lecnum_list li{
	width: 12.5%;  
}
.lecnum_list img{
	width: 100%;  
}
@media only screen and (max-width: 736px) {
h2.seminar {
  width: 86%;
  margin: 45px auto 30px auto;
}
h2.lecnum {
  width: 86%;
  margin: 45px auto 30px auto;
}
.lecnum_list {
  width: 86%;
}

.lecnum_list li{
	width: 25%;  
}
.lecnum_list img{
	width: 100%;  
}

}
