@charset "UTF-8";
article, aside, figure, footer, header, nav, section, main {
  display: block;
}

body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, pre, form, input, img,
article, aside, figure, footer, header, nav, section, main {
  margin: 0;
  padding: 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

img, object {
  border: 0;
  vertical-align: top;
}

ul {
  list-style: none;
}

ol {
  margin: 0;
  padding: 0 0 0 1.4em;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, select {
  font-size: 100%;
}

em, address, i {
  font-style: normal;
}

p {
  margin: 0 0 1em;
  padding: 0;
}

/* ====== utility ====== */
.fz9 {
  font-size: 9px;
}

.fz10 {
  font-size: 10px;
  font-size: .625rem;
}

.fz11 {
  font-size: 11px;
  font-size: .6875rem;
}

.fz12 {
  font-size: 12px;
  font-size: .75rem;
}

.fz13, .home_main_unit p, .home_sub {
  font-size: 13px;
  font-size: .8125rem;
}

.fz14, .home_main_unit .pr b, .ev_cell h3 small {
  font-size: 14px;
  font-size: .875rem;
}

.fz15, body, .ex_list li, .ex_cell, .ev_cell {
  font-size: 15px;
  font-size: .9375rem;
}

.fz16, .ex_cell_set, .mail h2 {
  font-size: 16px;
  font-size: 1rem;
}

.fz17, .ev_cell h4 {
  font-size: 17px;
  font-size: 1.0625rem;
}

.fz18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.fz20, .ex_cell h3, .ex_cell_catch, .ev_cell h3, .ac_title {
  font-size: 20px;
  font-size: 1.25rem;
}

.r {
  text-align: right;
}

.c {
  text-align: center;
}

.flo_l {
  float: left;
}

.flo_r {
  float: right;
}

.attention,
.emph,
.accent {
  font-weight: bold;
}

.attention,
.caution,
.warn,
.alert {
  color: red;
}

.disc {
  list-style-type: disc;
  margin-bottom: 1em;
  padding-left: 1.4em;
}

.hide {
  display: none;
}

.clear {
  clear: both;
}

td, th {
  padding: 5px;
  text-align: left;
  vertical-align: top;
}

th {
  white-space: nowrap;
}

/* micro clearfix */
.cf:before,
.cf:after {
  content: '';
  display: table;
}

.cf:after {
  clear: both;
}

/* fix width or so to turn hasLayout true (instead of zoom:1) */
body {
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  word-wrap: break-word;
}

.shell {
  width: 980px;
  margin: 0 auto;
}

.hd {
  height: 50px;
  background-color: #666;
}

.gnavi {
  float: left;
  height: 50px;
}
.gnavi li {
  float: left;
  width: 196px;
  height: 50px;
  overflow: hidden;
}
.gnavi a {
  display: block;
}
.gnavi .g2 img {
  margin-left: -196px;
}
.gnavi .g3 img {
  margin-left: -392px;
}
.gnavi .g4 img {
  margin-left: -588px;
}
.gnavi .g5 img {
  margin-left: -784px;
}
.gnavi .on img,
.gnavi a:link:hover img {
  margin-top: -50px;
}
.gnavi .da img {
  margin-top: -100px;
}

.ft {
  min-width: 980px;
  padding: 15px 0;
  background-color: #333;
  color: #fff;
  text-align: center;
}
.ft .float {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
  padding: 4px 16px;
  border: 1px solid #808080;
}
.ft .float + p {
  display: inline-block;
}
.ft .clear a {
  margin-right: 1em;
}
.ft .clear img {
  margin-right: 1em;
  vertical-align: middle;
}
.ft a {
  color: #fff;
}
.ft .c {
  margin-bottom: 0;
}

.refresh {
  position: fixed;
  right: 0;
  bottom: 100px;
}

.common_title {
  margin-bottom: 30px;
  background-color: #333;
}

.lead {
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
  font-size: 30px;
}
.lead + p {
  line-height: 2;
  margin-bottom: 3em;
}

.main_wrap {
  background-color: #333;
}

.home_main {
  float: left;
  width: 720px;
}

.home_title {
  width: 980px;
  margin: 0 auto;
}

.home_new {
  padding: 10px 0;
}
.home_new:before, .home_new:after {
  content: '';
  display: table;
}
.home_new:after {
  clear: both;
}
.home_new .new {
  float: left;
  margin-right: 1em;
}
.home_new p {
  margin-bottom: 0;
  padding-top: 5px;
  overflow: hidden;
}

.home_catch {
  height: 330px;
  min-width: 980px;
  margin-bottom: 30px;
  padding: 30px 0 10px;
  background: #f6f2ef url(../images/home/catch_bg.jpg) center top no-repeat;
  line-height: 1.8;
  font-size: .9rem;
}
.home_catch p {
  width: 720px;
  margin-right: auto;
  margin-left: auto;
}
.home_catch a {
  color: #fff;
  font-weight: bold;
}

.home_report table {
  width: 70%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
.home_report th {
  width: 50%;
  background-color: #efefef;
  white-space: nowrap;
}

.home_main_unit {
  position: relative;
  float: left;
  width: 350px;
  margin-bottom: 20px;
}
.home_main_unit:nth-of-type(odd) {
  margin-right: 20px;
}
.home_main_unit > div {
  padding: 10px;
}
.home_main_unit .tn {
  float: left;
  margin-bottom: 10px;
}
.home_main_unit h2 {
  display: table-cell;
  width: 342px;
  height: 50px;
  line-height: 1.3;
  padding-bottom: 6px;
  padding-left: 20px;
  background: url(../images/home/unit_bg.png) left bottom no-repeat;
  vertical-align: middle;
}
.home_main_unit .pr {
  margin-left: 130px;
}
.home_main_unit .btn {
  display: block;
  width: 100px;
  line-height: 30px;
  margin-top: 1em;
  border-radius: 6px;
  background-color: #999;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.home_main_unit .btn:before {
  position: relative;
  top: 2px;
  margin-right: 3px;
  content: url(../images/home/mrkr.png);
}

.home_sub {
  float: right;
  width: 220px;
  margin-bottom: 40px;
}
.home_sub > h2 {
  margin-bottom: 1em;
}

.home_bnr li {
  margin-bottom: 10px;
}

.home_sub_unit {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 6px;
  background-color: #f1eef1;
}
.home_sub_unit h3 {
  margin-bottom: 10px;
}

.ex_nav {
  margin-bottom: 60px;
}
.ex_nav:before, .ex_nav:after {
  content: '';
  display: table;
}
.ex_nav:after {
  clear: both;
}
.ex_nav li {
  float: left;
  width: 140px;
  text-align: center;
}

.ex_top {
  margin-bottom: 40px;
}
.ex_top h2 {
  margin-bottom: 10px;
}

.ex_list {
  margin-right: -10px;
}
.ex_list:before, .ex_list:after {
  content: '';
  display: table;
}
.ex_list:after {
  clear: both;
}
.ex_list li {
  position: relative;
  float: left;
  width: 320px;
  line-height: 1.2;
  margin-right: 10px;
  margin-bottom: 10px;
  /*span {
    display: table-cell;
    height: 50px;
    vertical-align: middle;
  }
  &:before {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -10px;
    content: url(../images/ex/arw.png);
  }*/
}
.ex_list a {
  display: block;
  color: #333;
}

.ex_cell .num {
  width: 50px;
  background-color: #ebebeb;
  text-align: center;
  font-weight: bold;
}
.ex_cell .name {
  padding-right: 3em;
  padding-left: 1em;
}

.ex_cell {
  margin-bottom: 40px;
  padding-left: 240px;
}
.ex_cell h3 {
  margin-bottom: 20px;
  margin-left: -240px;
  background-color: #f5f5f5;
}
.ex_cell h3 span {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
}
.ex_cell .tn {
  float: left;
  margin-left: -240px;
  padding: 4px;
  border: 1px solid #ccc;
}

.ex_cell_catch {
  margin-bottom: .5em;
  font-weight: bold;
}

.ex_cell_set {
  display: inline-block;
  border-radius: 6px;
  font-weight: bold;
}

.ex_cell_link a {
  display: inline-block;
  margin-right: 20px;
}

.mail {
  margin-bottom: 40px;
}
.mail h2 {
  margin-bottom: 20px;
}
.mail dt {
  float: left;
  font-weight: bold;
}
.mail dd {
  margin-bottom: 10px;
  margin-left: 3em;
  padding: 15px;
  border: 1px solid #666;
}
.mail .ovf {
  height: 200px;
  overflow: auto;
}

.lead.seminar {
  margin-bottom: 60px;
}

.ev_title {
  height: 40px;
  line-height: 40px;
  margin-bottom: 25px;
  padding-left: 10px;
  background: url(../images/event/bar.png) no-repeat;
  color: #fff;
  font-size: 25px;
}

.ev_cell {
  margin-bottom: 60px;
  padding-left: 140px;
}
.ev_cell:before, .ev_cell:after {
  content: '';
  display: table;
}
.ev_cell:after {
  clear: both;
}
.ev_cell .date {
  float: left;
  width: 110px;
  height: 127px;
  margin-left: -140px;
  background: url(../images/event/r1.png) no-repeat;
  text-align: center;
}
.ev_cell .date.v2 {
  background-image: url(../images/event/r2.png);
}
.ev_cell .date.v2 .day {
  letter-spacing: -1.5px;
}
.ev_cell .date.v3 {
  background-image: url(../images/event/r3.png);
}
.ev_cell .date span {
  display: block;
  color: #fff;
}
.ev_cell .date .day {
  margin-top: 48px;
  font-size: 22px;
  font-weight: bold;
}
.ev_cell .tn {
  float: left;
  margin-right: 30px;
  padding: 4px;
  border: 1px solid #ccc;
}
.ev_cell .tn + div {
  overflow: hidden;
}
.ev_cell .divide {
  margin-bottom: 1em;
  padding-bottom: .5em;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}

.access_map {
  float: right;
  width: 500px;
  margin-bottom: 40px;
  margin-left: 20px;
}
.access_map img {
  max-width: none;
}

#gmap {
  width: 500px;
  height: 300px;
  margin-bottom: 10px;
}

.ac_title {
  margin-bottom: 1em;
}

.goog-te-gadget {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  text-align: right;
}

#google_translate_element {
  background-color: #666;
}

.mb70 {
  margin-bottom: 70px;
}

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