@charset "UTF-8";
/*日本語*/
/* Reset
   ----------------------------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Base
   ----------------------------------------------------------------- */
body {
  font-family: 'Roboto','Noto Sans JP', sans-serif;
  background-color: #EFF0F1;
}

a {
  text-decoration: none;
}

p, h1 {
  margin: 0;
  padding: 0;
}

/*color_setting*/
/*text_color*/
/*font-size*/
/*【レスポンシブに対応したフォントサイズの定義】*/
/*スタイルに@extendで継承し、スタイルを使用する*/
/*直接ここで定義したフォントサイズを適応することはない*/
.font-size--XL, .font-style--headline1, .card__in--article h1, .card--form .title, .form_submit .received, .seminar_info h1 {
  font-size: 30px;
}
@media (max-width: 768px) {
  .font-size--XL, .font-style--headline1, .card__in--article h1, .card--form .title, .form_submit .received, .seminar_info h1 {
    font-size: 20px;
  }
}
@media (max-width: 414px) {
  .font-size--XL, .font-style--headline1, .card__in--article h1, .card--form .title, .form_submit .received, .seminar_info h1 {
    font-size: 18px;
  }
}

.font-size--L, .c-btn, .card__in--article h2, h2.emergency, h2.emergency_sub, .card--form .cat, .card__in--form p.hr, .form_item__label .name, input[type="submit"], ul.news-list li .date, ul.news-list li .title, .projects .card h2, .seminar_program h2 {
  font-size: 20px;
}
@media (max-width: 768px) {
  .font-size--L, .c-btn, .card__in--article h2, h2.emergency, h2.emergency_sub, .card--form .cat, .card__in--form p.hr, .form_item__label .name, input[type="submit"], ul.news-list li .date, ul.news-list li .title, .projects .card h2, .seminar_program h2 {
    font-size: 16px;
  }
}

.font-size--M, .font-style--headline1_sub, .font-style--secondary_text, .footer-list li, .card__in--article .article_info span, .card__in--article h3, .card__in--article p, .card__in--article ul li, .card__in--article ol li, .card--emergency p, .card--form .form_description p, .form_item__label .required, .form_item__input .errorMsg, .form_item__input--textarea .errorMsg, ul.news-list li .cat, .professor__greetings p, .projects .card p, .article_2column--contact p, .article_2column--map .link, .status, .seminar_info p.co-host, .seminar_info p.description, .seminar_info a.link_pdf, .seminar_info .btn_containner a.sub_text, .seminar_program .header span, .seminar_program p.lecturer, .u-position--membership {
  font-size: 16px;
}
@media (max-width: 768px) {
  .font-size--M, .font-style--headline1_sub, .font-style--secondary_text, .footer-list li, .card__in--article .article_info span, .card__in--article h3, .card__in--article p, .card__in--article ul li, .card__in--article ol li, .card--emergency p, .card--form .form_description p, .form_item__label .required, .form_item__input .errorMsg, .form_item__input--textarea .errorMsg, ul.news-list li .cat, .professor__greetings p, .projects .card p, .article_2column--contact p, .article_2column--map .link, .status, .seminar_info p.co-host, .seminar_info p.description, .seminar_info a.link_pdf, .seminar_info .btn_containner a.sub_text, .seminar_program .header span, .seminar_program p.lecturer, .u-position--membership {
    font-size: 14px;
  }
}

.font-size--S, .card__in--article .pankuzu-list ol li, .card__in--article table th, .card__in--article table td, p.supervisor__profile__department,
p.supervisor__profile__position, p.supervisor__profile__name-en {
  font-size: 14px;
}
@media (max-width: 768px) {
  .font-size--S, .card__in--article .pankuzu-list ol li, .card__in--article table th, .card__in--article table td, p.supervisor__profile__department,
  p.supervisor__profile__position, p.supervisor__profile__name-en {
    font-size: 12px;
  }
}

.font-size--SS, .copyright {
  font-size: 10px;
}
@media (max-width: 768px) {
  .font-size--SS, .copyright {
    font-size: 10px;
  }
}
@media (max-width: 520px) {
  .font-size--SS, .copyright {
    font-size: 8px;
  }
}

/*font-style*/
.font-style--headline1 {
  font-weight: 900;
  color: #333;
  line-height: 1.5;
}

.font-style--headline1_sub {
  font-weight: 700;
  color: #333;
  line-height: 1.5;
}

.font-style--secondary_text {
  color: #777;
  font-weight: 500;
  line-height: 1.5;
}

/*box-shadow*/
.box-shadow--2dp, .c-btn, input[type="submit"], .projects .card {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.box-shadow--3dp, .card--seminar, .card--article, .card--emergency, .card--form, .card--news, .card--greetings {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.box-shadow--4dp, #top-head {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
}

.box-shadow--6dp, .c-btn:hover, input[type="submit"]:hover {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}

.box-shadow--8dp, .projects .card:hover {
  box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

.box-shadow--12dp {
  box-shadow: 0 12px 16px 1px rgba(0, 0, 0, 0.14), 0 4px 22px 3px rgba(0, 0, 0, 0.12), 0 6px 7px -4px rgba(0, 0, 0, 0.4);
}

.box-shadow--16dp {
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}

.box-shadow--24dp {
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.14), 0 11px 15px -7px rgba(0, 0, 0, 0.12), 0 24px 38px 3px rgba(0, 0, 0, 0.2);
}

/* Cover
   ----------------------------------------------------------------- */
.cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 68px;
}
@media (max-width: 1070px) {
  .cover {
    margin-top: 56px;
  }
}

.cover__in {
  margin: 0 auto;
  width: 1200px;
}
@media (max-width: 1300px) {
  .cover__in {
    width: 90%;
  }
}

/*トップのカバー*/
.cover--top {
  background-position-y: 40%;
  width: 100%;
}
@media (min-width: 1025px) {
  .cover--top {
    background-image: url(/prj/geography/images/cover.jpg);
  }
}
@media (max-width: 1024px) {
  .cover--top {
    background-image: url(/prj/geography/images/cover--1024px.jpg);
  }
}
@media (max-width: 480px) {
  .cover--top {
    background-image: url(/prj/geography/images/cover--480px.jpg);
  }
}
@media (min-width: 1025px) {
  .cover--top .cover__in {
    height: 74vh;
  }
}
@media (max-width: 1024px) {
  .cover--top .cover__in {
    height: 30vh;
  }
}
@media (max-width: 480px) {
  .cover--top .cover__in {
    height: 30vh;
  }
}

/* Footer
   ----------------------------------------------------------------- */
.containner-footer-list {
  width: 31%;
  float: left;
}
@media (max-width: 730px) {
  .containner-footer-list {
    width: 48%;
  }
}
@media (max-width: 520px) {
  .containner-footer-list {
    width: 94%;
    margin-left: 3%;
    margin-right: 3%;
  }
}

.footer-list i {
  margin-right: 8px;
}
.footer-list h2 {
  color: #FFF;
  border-bottom: solid 1.8px #FFF;
  padding: 0 0 10px 0;
  margin: 30px 0 20px 0;
  font-size: 24px;
}
.footer-list ul {
  margin: 0;
  padding: 0;
}
.footer-list li {
  list-style: none;
  color: #FFF;
  line-height: 1.5;
  margin: 0 0 30px 0;
}
.footer-list li:hover {
  text-decoration: underline;
}
.footer-list a {
  color: #FFF;
}

.containner-footer-list--middle {
  margin-right: 3%;
  margin-left: 3%;
}
@media (max-width: 730px) {
  .containner-footer-list--middle {
    margin-right: 0;
    margin-left: 4%;
  }
}
@media (max-width: 520px) {
  .containner-footer-list--middle {
    margin-left: 3%;
    margin-right: 3%;
  }
}

@media (max-width: 730px) {
  div.containner-footer-list--end {
    width: 100%;
  }
  div.containner-footer-list--end .footer-list {
    width: 48%;
    float: left;
  }
  div.containner-footer-list--end .footer-list--middle {
    margin-left: 4%;
  }
}
@media (max-width: 520px) {
  div.containner-footer-list--end {
    width: 94%;
  }
  div.containner-footer-list--end .footer-list {
    width: 100%;
    float: left;
  }
  div.containner-footer-list--end .footer-list--middle {
    margin-left: 0;
  }
}

/*Copyright*/
.copyright {
  color: #FFF;
  text-align: center;
  font-weight: 300;
  padding: 9px 0;
}

/* Header
   ----------------------------------------------------------------- */
/*inner_size*/
/*box-width--100per*/
.box-width--100per {
  display: block;
  width: 100%;
  float: left;
}

/*box_inner*/
.box_inner {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

/*clearfix*/
.clearfix, #global-nav ul:after, .card__in--article hr, .seminar_program .header {
  content: "";
  display: block;
  clear: both;
}

/*logo*/
#mobile-head h1.logo {
  margin: 0;
  border-bottom: solid 4px #19488A;
  height: 60px;
  margin-top: -10px;
}
#mobile-head h1.logo img {
  height: 60px;
}
@media (max-width: 1070px) {
  #mobile-head h1.logo {
    border-bottom: solid 3px #19488A;
    height: 50px;
  }
  #mobile-head h1.logo img {
    height: 54px;
  }
}

/*以下引用、jQuery*/
.inner {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .inner {
    width: 90%;
  }
}

.inner:after {
  content: "";
  clear: both;
  display: block;
}

/* header */
#top-head {
  position: fixed;
  top: -100px;
  width: 100%;
  margin: 100px auto 0 auto;
  padding: 14px 0 0;
  z-index: 999;
  background: #FFF;
}

#top-head {
  color: #19488A;
  text-decoration: none;
  height: 54px;
}

#top-head .inner {
  position: relative;
}

#top-head .logo {
  float: left;
}

#global-nav {
  margin-top: -14px;
}
@media (min-width: 1150px) {
  #global-nav {
    margin-right: 13%;
  }
}
@media (min-width: 1070px) {
  #global-nav {
    float: right;
  }
}

#global-nav ul {
  list-style: none;
  position: relative;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
}
@media (max-width: 1000px) {
  #global-nav ul {
    padding-left: 0;
  }
}

#global-nav ul li {
  float: left;
  text-align: center;
  padding: 0;
  height: 68px;
  transition: 0.8s;
}

#global-nav ul li.is_active {
  background-color: #19488A;
}
#global-nav ul li.is_active a {
  color: #FFF;
}

#global-nav ul li:hover {
  background-color: #19488A;
}
#global-nav ul li:hover a {
  color: #FFF;
}

#global-nav ul li a {
  padding: 0;
  font-weight: bold;
  display: block;
  color: #19488A;
}

#global-nav ul li a.main,
#top-head.fixed #global-nav ul li a.main {
  font-size: 30px;
  padding: 10px 30px 4px 30px;
}

#global-nav ul li a.main--en,
#top-head.fixed #global-nav ul li a.main--en {
  padding-bottom: 0px;
}

#global-nav ul li a.sub,
#top-head.fixed #global-nav ul li a.sub {
  text-align: center;
  font-size: 12px;
}

#global-nav ul li a.main > i,
#top-head.fixed #global-nav ul li a.main > i {
  padding-right: 5px;
}

@media (min-width: 1150px) {
  #global-nav li.about_membership {
    visibility: hidden;
    height: 0;
    width: 0;
  }
}
/* Btn Hover */
@media (min-width: 1070px) {
  #global-nav ul li:after {
    position: relative;
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    bottom: 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
  }
}
/* Fixed */
#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 14px;
  height: 54px;
  background: #FFF;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #666;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

@media screen and (max-width: 1070px) {
  #top-head,
  .inner {
    width: 100%;
    padding: 0;
  }

  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }

  /*li_height*/
  #top-head a {
    height: 30px;
  }

  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }

  #mobile-head {
    background: #fff;
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }

  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: calc(52vw - 160px);
    top: 13px;
    color: #333;
    font-size: 26px;
  }

  #global-nav {
    position: absolute;
    /* 開いてないときは画面外に配置 */
    top: -500px;
    background: #333;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }

  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
    font-size: 14px;
  }

  #global-nav ul li {
    float: none;
    text-align: center;
    position: static;
    border-bottom: 1px solid #FFF;
  }

  li.is_active {
    background-color: #19488A;
  }

  #top-head #global-nav ul li a.main,
  #top-head.fixed #global-nav ul li a.main {
    text-align: right;
    width: 42%;
    display: block;
    color: #fff;
    padding: 18px 5% 10px 0;
    float: left;
  }

  #top-head #global-nav ul li a.sub,
  #top-head.fixed #global-nav ul li a.sub {
    text-align: left;
    width: 53%;
    display: block;
    color: #fff;
    padding: 24px 0 10px 0;
    margin: 0;
    font-size: 1rem;
    float: left;
  }

  #nav-toggle {
    display: block;
  }

  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  /* #global-nav スライドアニメーション */
  .open #global-nav {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}
/* Main
   ----------------------------------------------------------------- */
#main {
  width: 100%;
  position: absolute;
}

.contents {
  float: left;
  width: 100%;
}
@media (max-width: 1300px) {
  .contents {
    width: 100%;
  }
}

/*projects*/
.contents--projects {
  background: #EFF0F1;
}

.section_headline h2 {
  font-size: 26px;
  color: #333;
  text-align: center;
  margin: 0;
  padding: 70px 0 20px 0;
}
.section_headline hr {
  width: 200px;
  border-bottom: 4px solid #19488A;
  border-top: 0;
  margin-bottom: 60px;
}

/*footer*/
.contents--footer {
  background-color: #19488A;
}

.contents__in--footer {
  margin: 20px 0;
}

.contents--copyright {
  background-color: #0A326B;
  height: 30px;
}

/**/
.contents__in {
  display: block;
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .contents__in {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .contents__in {
    width: 96%;
  }
}

/* Buttton
   ----------------------------------------------------------------- */
/*ボタンの設置方法*/
/*ボタンの設置はaタグに「c-btn」と色を指定する「c-btn--blue」のクラスを付与するだけ*/
/*例：<a class="c-btn c-btn--blue" href="/prj/geography/リンク先">ボタン</a>*/
/*ボタンの詳細な位置は_position.scssで設定*/
.c-btn {
  padding: 8px 18px 10px 18px;
  border-radius: 25px;
  font-weight: 600;
  border-width: 4px;
  border-style: solid;
  transition: 0.2s;
}
@media (max-width: 768px) {
  .c-btn {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 24px 12px 24px;
  }
}

.c-btn--blue {
  color: #FFF;
  background-color: #19488A;
  border-color: #19488A;
}

.c-btn--white {
  color: #19488A;
  background-color: #FFF;
  border-color: #19488A;
}

/* card
   ----------------------------------------------------------------- */
.card {
  float: left;
  display: block;
  background-color: #FFF;
  border-radius: 8px;
}

.card__in {
  float: left;
  width: 94%;
  padding: 3%;
}
@media (max-width: 768px) {
  .card__in {
    width: 90%;
    padding: 5%;
  }
}
@media (max-width: 414px) {
  .card__in {
    width: 88%;
    padding: 6%;
  }
}

.card--seminar {
  width: 100%;
  margin-bottom: 60px;
}
.card--seminar .headline {
  float: right;
  width: 50%;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .card--seminar .headline {
    float: left;
    width: 100%;
  }
}
.card--seminar .headline h1, .card--seminar .headline p {
  display: block;
  width: 100%;
  float: left;
}
.card--seminar .headline h1 {
  margin-bottom: 10px;
}
.card--seminar .container_status {
  width: 100%;
  margin-bottom: 10px;
  float: left;
}
.card--seminar .figure {
  float: left;
  width: 46%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}
@media (min-width: 1025px) {
  .card--seminar .figure {
    background-image: url(/prj/geography/images/cover.jpg);
  }
}
@media (max-width: 1024px) {
  .card--seminar .figure {
    background-image: url(/prj/geography/images/cover--1024px.jpg);
  }
}
@media (max-width: 480px) {
  .card--seminar .figure {
    background-image: url(/prj/geography/images/cover--480px.jpg);
  }
}
@media (max-width: 768px) {
  .card--seminar .figure {
    float: left;
    width: 100%;
  }
}
.card--seminar .figure img {
  width: 100%;
}
.card--seminar .info {
  width: 50%;
  float: right;
}
@media (max-width: 768px) {
  .card--seminar .info {
    float: left;
    width: 100%;
  }
}
.card--seminar .info p.font-style--secondary_text {
  margin-bottom: 10px;
}
.card--seminar .info .containner {
  margin-top: 20px;
  margin-bottom: 10px;
  float: left;
  width: 100%;
}

/* articles
   ----------------------------------------------------------------- */
.card--article {
  width: 100%;
  margin-bottom: 40px;
}

.card__in--article {
  float: none;
  margin: 20px auto;
  /*記事内の画像*/
  /*スマホではすべてのサイズの画像を1カラム表示*/
}
@media (min-width: 1000px) {
  .card__in--article {
    width: 800px;
  }
}
.card__in--article .pankuzu-list {
  display: block;
  float: left;
  width: 100%;
}
.card__in--article .pankuzu-list ol {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.card__in--article .pankuzu-list ol li {
  display: inline-block;
  margin-bottom: 0;
}
.card__in--article .pankuzu-list ol li i {
  margin-left: 6px;
  margin-right: 6px;
}
.card__in--article .pankuzu-list ol li i.fa-home {
  margin-left: 0;
}
.card__in--article .pankuzu-list ol li a {
  color: #333;
  text-decoration: none;
  font-weight: 400;
}
.card__in--article .pankuzu-list ol li a.link:hover {
  text-decoration: underline;
}
.card__in--article .article_info {
  display: block;
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.card__in--article .article_info span {
  padding: 8px;
}
.card__in--article .article_info .category {
  float: left;
  border-radius: 8px;
  background: #9e9e9e;
  color: #FFF;
}
.card__in--article .article_info .date {
  float: right;
  color: #333;
}
.card__in--article h1, .card__in--article h2, .card__in--article h3, .card__in--article p {
  color: #333;
  line-height: 1.8;
}
.card__in--article h1 {
  font-weight: 700;
}
.card__in--article h2 {
  margin-top: 60px;
  margin-bottom: 8px;
  font-weight: 700;
}
.card__in--article h3 {
  margin-top: 40px;
  font-weight: 700;
}
.card__in--article p {
  font-weight: 400;
  margin-bottom: 20px;
}
.card__in--article a.link {
  text-decoration: underline;
  color: #19488A;
  font-weight: 500;
}
.card__in--article hr {
  background-color: #19488A;
  border: 1.8px solid #19488A;
  color: #19488A;
  margin-bottom: 20px;
}
.card__in--article .underline {
  text-decoration: underline;
}
.card__in--article .font-weight400 {
  font-weight: 400;
}
.card__in--article .font-weight500 {
  font-weight: 500;
}
.card__in--article .font-weight700 {
  font-weight: 700;
}
.card__in--article .red {
  color: #e53935;
}
.card__in--article .pink {
  color: #d81b60;
}
.card__in--article .purple {
  color: #8e24aa;
}
.card__in--article .deep-purple {
  color: #5e35b1;
}
.card__in--article .indigo {
  color: #3949ab;
}
.card__in--article .blue {
  color: #1e88e5;
}
.card__in--article .light-blue {
  color: #039be5;
}
.card__in--article .cyan {
  color: #00acc1;
}
.card__in--article .teal {
  color: #00897b;
}
.card__in--article .green {
  color: #43a047;
}
.card__in--article .light-green {
  color: #7cb342;
}
.card__in--article .lime {
  color: #c0ca33;
}
.card__in--article .yellow {
  color: #fdd835;
}
.card__in--article .amber {
  color: #ffb300;
}
.card__in--article .orange {
  color: #fb8c00;
}
.card__in--article .deep-orange {
  color: #f4511e;
}
.card__in--article .brown {
  color: #6d4c41;
}
.card__in--article .grey {
  color: #757575;
}
.card__in--article .blue-grey {
  color: #546e7a;
}
.card__in--article div.box {
  border: 2px solid #424242;
  padding: 20px;
  margin-bottom: 20px;
}
.card__in--article ul {
  padding: 0;
}
.card__in--article ul li {
  color: #333;
  line-height: 1.8;
  margin-bottom: 20px;
  list-style: none;
}
.card__in--article ul li.list-style--none {
  list-style: none;
}
.card__in--article ol {
  padding-left: 16px;
}
.card__in--article ol li {
  color: #333;
  line-height: 1.8;
  margin-bottom: 20px;
}
.card__in--article table {
  text-align: left;
  border: 1px solid #777;
}
.card__in--article table th, .card__in--article table td {
  font-weight: 400;
  text-align: center;
  border: 1px solid #777;
/*  padding: 2vw;*/
  padding: 2.5em;
  margin: 0;
  line-height: 1.8;
}
@media (max-width: 480px) {
  .card__in--article table th, .card__in--article table td {
    font-size: 10px;
  }
}
.card__in--article table th.text-align--left, .card__in--article table td.text-align--left {
  text-align: left;
}
.card__in--article table th {
  background-color: #19488A;
  color: #FFF;
}
.card__in--article table td {
  color: #333;
}
.card__in--article .article_img_container {
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.card__in--article .article_img {
  float: left;
  display: block;
  /*左右のmarginは各サイズで個別指定*/
  margin-top: 10px;
  margin-bottom: 10px;
}
.card__in--article .article_img img {
  width: 100%;
}
.card__in--article .article_img figcaption {
  text-align: center;
  margin: 5px;
  color: #777;
  font-size: 12px;
  line-height: 1.3;
}
.card__in--article .article_img--S {
  width: calc(33.333% - 1vw);
  margin-right: 0.5vw;
  margin-left: 0.5vw;
}
.card__in--article .article_img--M {
  width: calc(50% - 4vw);
  margin-right: 2vw;
  margin-left: 2vw;
}
.card__in--article .article_img--L {
  width: calc(100% - 24vw);
  margin-right: 12vw;
  margin-left: 12vw;
}
.card__in--article .article_img--MAX {
  width: 100%;
  margin-right: 0vw;
  margin-left: 0vw;
}
@media (max-width: 480px) {
  .card__in--article .article_img {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}

/*教員*/
.supervisors_container {
  width: 100%;
  display: block;
}

.supervisor {
  float: left;
  width: calc(50% - 1vw);
  margin-left: 2vw;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .supervisor {
    width: 100%;
    margin-left: 0;
  }
}

.left {
  margin-left: 0;
}

.supervisor__img {
  float: left;
  width: 120px;
}
.supervisor__img img {
  height: 140px;
}

.supervisor__profile {
  float: left;
  width: calc(95% - 120px);
  margin-left: 5%;
}
.supervisor__profile p, .supervisor__profile a {
  color: #333;
  margin-bottom: 0;
}

p.supervisor__profile__department,
p.supervisor__profile__position {
  font-weight: 400;
}

p.supervisor__profile__name-jp {
  font-weight: 500;
  text-decoration: underline;
}

p.supervisor__profile__name-en {
  font-weight: 500;
}

/* Card-emergency
   ----------------------------------------------------------------- */
/*トップページの「代表あいさつ」のカードのスタイル*/
.card--emergency {
  width: 100%;
  margin-bottom: 40px;
}
.card--emergency hr {
  width: 100%;
  float: left;
  display: block;
  border: solid 2px #D10000;
  margin-top: 0;
}
.card--emergency p {
  float: left;
  width: 100%;
  line-height: 1.7;
  color: #333;
  font-weight: 500;
}

h2.emergency {
  font-weight: 900;
  float: left;
  color: #FFF;
  background-color: #D10000;
  margin: 0;
  padding: 8px 20px;
}

h2.emergency_sub {
  font-weight: 900;
  float: left;
  color: #D10000;
  margin: 0;
  padding: 8px 20px 8px 20px;
}

/* Card-form
   ----------------------------------------------------------------- */
.card--form {
  width: 100%;
  margin-bottom: 150px;
  /*フォームの種別表示のボックス*/
  /*[会員企業様 専用]*/
  /*[会員以外の方(非会員) 専用]*/
}
.card--form .cat {
  padding: 12px 20px;
  font-weight: 500;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}
.card--form .cat--member {
  color: #FFF;
  background-color: #19488A;
  width: 146px;
}
.card--form .cat--non-member {
  color: #19488A;
  border: solid 4px #19488A;
  font-weight: 700;
  padding: 8px 20px;
  width: 250px;
}
.card--form .link {
  text-decoration: underline;
  color: #19488A;
}
.card--form .title {
  color: #333;
  font-weight: 800;
  text-align: center;
}
.card--form hr {
  width: 240px;
  border-bottom: 4px solid #19488A;
  border-top: 0;
  margin-bottom: 60px;
}
.card--form .form_description {
  margin: 0 auto;
  width: 800px;
}
@media (max-width: 1000px) {
  .card--form .form_description {
    width: 100%;
  }
}
.card--form .form_description p {
  color: #333;
  text-align: left;
  font-weight: 500;
  line-height: 2.0;
}

.card__in--form {
  background: #E7ECF3;
  margin-bottom: 80px;
}
.card__in--form p.hr {
  float: left;
  width: 100%;
  line-height: 2.0;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #19488A;
  border-bottom: 3px solid #19488A;
}

.card__in--form--non_member {
  background: #E5E5E5;
}

/*form*/
.form {
  width: 800px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .form {
    width: 100%;
  }
}

.form_item {
  display: block;
  float: left;
  width: 800px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 1000px) {
  .form_item {
    width: 100%;
  }
}

.form_item__label {
  width: 40%;
  float: left;
  margin-bottom: 10px;
  /*[必須]の表示*/
  /*必須でない場合は、背景色にし見えないように*/
}
@media (max-width: 1000px) {
  .form_item__label {
    width: 100%;
  }
}
.form_item__label span {
  display: block;
  float: left;
  font-weight: 600;
  padding: 10px 10px;
  margin-right: 10px;
}
.form_item__label .name {
  display: block;
  line-height: 1.5;
  width: 200px;
}
@media (max-width: 1000px) {
  .form_item__label .name {
    width: auto;
  }
}
.form_item__label .required {
  color: #FFF;
  background-color: #19488A;
}
.form_item__label .required--none {
  background-color: #E7ECF3;
}

.form_item__input {
  height: 40px;
  width: 56%;
  float: left;
  margin-bottom: 10px;
  /*フォーム入力時のフォーカス*/
  /*人数のセレクトボックス*/
  /*エラーメッセージ表示の際の設定*/
}
@media (max-width: 1000px) {
  .form_item__input {
    width: 100%;
  }
}
.form_item__input input.text {
  width: 96%;
  height: 100%;
  padding: 0 2%;
  border: none;
}
.form_item__input textarea.text {
  width: 96%;
  height: 100%;
  padding: 2%;
  line-height: 1.8;
}
.form_item__input input[type="radio"] {
  cursor: pointer;
  height: 24px;
  width: 50px;
  vertical-align: middle;
  box-shadow: none;
  border: none;
  text-align: left;
}
.form_item__input input[type="radio"]:checked::after {
  display: block;
  position: absolute;
  margin-top: 6px;
  margin-left: 19px;
  content: "";
  width: 12px;
  height: 12px;
  background: #19488A;
  -webkit-border-radius: 12px;
  border-radius: 12px;
}
.form_item__input label.radio {
  display: block;
  float: left;
  margin-top: 10px;
  margin-right: 20px;
}
.form_item__input input[type="text"]:before {
  width: 50px;
}
.form_item__input input[type="text"], .form_item__input input[type="tel"], .form_item__input input[type="email"],
.form_item__input textarea {
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.form_item__input input[type="text"]:focus, .form_item__input input[type="tel"]:focus, .form_item__input input[type="email"]:focus,
.form_item__input textarea:focus {
  box-shadow: 0 0 7px #1a65cf;
  border: 1px solid #1a65cf;
}
.form_item__input select.select {
  height: 96%;
  width: 60px;
  padding-left: 12px;
}
.form_item__input .errorMsg {
  margin-top: 46px;
  position: absolute;
  display: block;
  color: #f00;
}
.form_item__input .errorInput {
  background: #fcf0f2;
}

.form_item__input--textarea {
  height: 300px;
}
.form_item__input--textarea .errorMsg {
  margin-top: 330px;
  position: absolute;
  display: block;
  color: #f00;
}

.form_submit {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  margin: 30px 0 50px 0;
}
.form_submit .received {
  color: #333;
  font-weight: 700;
  line-height: 2.0;
  margin-top: 50px;
  margin-bottom: 100px;
}

/*送信ボタンのスタイル初期化*/
input[type="submit" i] {
  background: none;
  border: none;
}

/*送信ボタン 有効時のスタイル*/
input[type="submit"] {
  border: none;
  padding: 10px 28px 12px 28px;
  border-radius: 25px;
  font-weight: 600;
  transition: 0.2s;
  color: #FFF;
  background-color: #19488A;
  cursor: pointer;
}
@media (max-width: 768px) {
  input[type="submit"] {
    font-size: 20px;
    font-weight: 600;
    padding: 12px 28px 14px 28px;
  }
}

/*送信ボタン 有効のときのみ、hover有効*/
/*送信ボタン 無効時のスタイル*/
input[type="submit"]:disabled {
  border: none;
  cursor: default;
  background-color: #9e9e9e;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

/* Card-news
   ----------------------------------------------------------------- */
/*トップページの「NEWS&TOPICS」のカードのスタイル*/
.card--news {
  width: 100%;
  margin-bottom: 80px;
}

h2.news-and-topics {
  font-size: 26px;
  font-weight: 900;
  width: 100%;
  color: #19488A;
  border-bottom: 3px solid #19488A;
  margin: 0;
  padding: 0 0 10px 0;
}

ul.news-list {
  padding: 0;
  margin: 0;
}
ul.news-list li {
  display: block;
  float: left;
  width: 100%;
  border-bottom: 2px solid #777;
  list-style: none;
  transition: 0.3s;
}
ul.news-list li a {
  display: block;
  float: left;
  width: 100%;
  padding: 10px 0;
}
ul.news-list li span {
  display: block;
  float: left;
  font-weight: 700;
  line-height: 1.5;
  margin: 6px 8px;
}
ul.news-list li .date {
  color: #777;
}
ul.news-list li .cat {
  padding: 3px 6px;
  text-align: center;
  color: #FFF;
  background-color: #19488A;
}
@media (min-width: 1150px) {
  ul.news-list li .cat {
    width: 110px;
  }
}
ul.news-list li .title {
  color: #333;
}
@media (max-width: 1150px) {
  ul.news-list li .title {
    width: calc(100% - 16px);
  }
}
ul.news-list li:hover {
  background-color: #c9e0ff;
}

/* Card-greetings
   ----------------------------------------------------------------- */
/*トップページの「代表あいさつ」のカードのスタイル*/
.card--greetings {
  width: 100%;
  margin-bottom: 150px;
}

h2.greetings {
  font-size: 26px;
  font-weight: 900;
  width: 100%;
  color: #19488A;
  border-bottom: 3px solid #19488A;
  margin: 0;
  padding: 0 0 10px 0;
}

.professor {
  width: 100%;
  display: block;
  float: left;
}

.professor__prof {
  margin-top: 20px;
  width: 40%;
  display: block;
  float: left;
}
@media (max-width: 1000px) {
  .professor__prof {
    width: 100%;
  }
}

.professor__prof__img {
  text-align: center;
}
.professor__prof__img img {
  width: 100%;
}
@media (max-width: 1000px) {
  .professor__prof__img img {
    width: 60%;
  }
}
@media (max-width: 768px) {
  .professor__prof__img img {
    width: 100%;
  }
}

.professor__greetings {
  margin-top: 20px;
  width: 55%;
  display: block;
  float: right;
}
@media (max-width: 1000px) {
  .professor__greetings {
    width: 100%;
    float: left;
  }
}
.professor__greetings p {
  line-height: 1.7;
  margin-bottom: 8px;
}

/* Card-page
   ----------------------------------------------------------------- */
/* card
   ----------------------------------------------------------------- */
.projects {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 50px;
}
.projects .card {
  transition: 0.3s;
  flex-basis: 24%;
  padding: 3%;
  align-self: stretch;
  margin: 0.5em;
  text-align: center;
  color: #19488A;
  /*サークル内のアイコン画像の位置調整*/
}
@media (max-width: 1000px) {
  .projects .card {
    flex-basis: 36%;
    padding: 5%;
  }
}
@media (max-width: 699px) {
  .projects .card {
    flex-basis: 80%;
  }
}
.projects .card h2 {
  line-height: 1.7;
  font-weight: 600;
}
.projects .card p {
  line-height: 1.5;
  color: #777;
  font-weight: 400;
}
.projects .card .icon {
  margin-left: calc(50% - 90px);
  background: #19488A;
  width: 180px;
  height: 180px;
  border-radius: 50%;
}
.projects .card .icon--semminar img {
  margin-top: 60px;
  width: 50%;
}
.projects .card .icon--laser img {
  margin-top: 32px;
  width: 65%;
}
.projects .card .icon--bim_cim img {
  margin-top: 40px;
  width: 40%;
}
.projects .card .icon--sound_landscape img {
  margin-top: 26px;
  width: 30%;
}
.projects .card .icon--prevent_wandering_accident img {
  margin-top: 24px;
  margin-left: 14px;
  width: 50%;
}
.projects .card .icon--camellia_kids img {
  margin-top: 24px;
  margin-left: 12px;
  width: 60%;
}
.projects .card:hover {
  background-color: #c9e0ff;
}

/* Card-seminar
   ----------------------------------------------------------------- */
.article_2column_container {
  float: left;
  width: 100%;
}

.article_2column_container--mb30px {
  margin-bottom: 30px;
}

@media (min-width: 1001px) {
  .article_2column_container--mobile {
    display: none;
  }
}
@media (max-width: 1000px) {
  .article_2column_container--PC {
    display: none;
  }

  .article_2column_container--mobile {
    display: block;
  }
}
.article_2column {
  float: left;
  width: calc(50% - 2vw);
}
@media (max-width: 1000px) {
  .article_2column {
    width: 100%;
  }
}
.article_2column h2.headline {
  width: 100%;
  font-size: 28px;
  color: #19488A;
  font-weight: 900;
  float: left;
}
.article_2column h2.headline--underline {
  border-bottom: solid 4px #19488A;
  padding-bottom: 6px;
  margin-bottom: 20px;
}

.article_2column--right {
  margin-left: 2vw;
}
@media (max-width: 1000px) {
  .article_2column--right {
    margin-left: 0;
    margin-top: 20px;
  }
}

.article_2column--contact p {
  color: #333;
  line-height: 1.8;
  font-weight: 500;
}
.article_2column--contact p.primary {
  color: #19488A;
}

.article_2column--map .link {
  text-decoration: underline;
  color: #19488A;
  font-weight: 500;
  margin-top: 40px;
}

.seminar_eyecatch {
  background: url(/prj/geography/images/cover.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 330px;
}
@media (max-width: 1000px) {
  .seminar_eyecatch {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .seminar_eyecatch {
    height: 200px;
  }
}

.status {
  margin: 0 10px 10px 0;
  display: block;
  float: left;
  color: #FFF;
  font-weight: 500;
  padding: 6px 12px;
}

.status--soon {
  color: #19488A;
  border: solid 3px #19488A;
  padding: 3px 8px;
}

.status--accepting {
  background-color: #19488A;
}

.status--few {
  background-color: #D19A00;
}

.status--full {
  background-color: #D44058;
}

.status--closed {
  background-color: #7B7B7B;
}

.status--emergency {
  background-color: #D10000;
}

.seminar_info p.co-host {
  font-weight: 500;
  color: #333;
  line-height: 1.0;
}
.seminar_info h1 {
  line-height: 1.8;
  color: #333;
  margin-bottom: 10px;
}
.seminar_info p.description {
  font-weight: 400;
  color: #333;
  line-height: 1.5;
}
.seminar_info i.fas .fa-file-pdf {
  font-size: 20px;
}
.seminar_info a.link_pdf {
  vertical-align: middle;
  display: block;
  color: #19488A;
  font-weight: 500;
  text-decoration: underline;
  margin-top: 20px;
  margin-bottom: 30px;
  line-height: 1.8;
}
.seminar_info a.link_pdf i {
  font-size: 24px;
  padding-right: 8px;
}
.seminar_info .btn_containner {
  margin-right: 20px;
  width: 180px;
  float: left;
}
@media (max-width: 480px) {
  .seminar_info .btn_containner {
    width: 100%;
    margin-bottom: 40px;
  }
}
.seminar_info .btn_containner a {
  float: left;
}
.seminar_info .btn_containner a.sub_text {
  font-weight: 500;
  color: #19488A;
  width: auto;
  margin-bottom: 6px;
}
@media (max-width: 480px) {
  .seminar_info .btn_containner .c-btn {
    width: 80%;
    text-align: center;
  }
}

.seminar_program {
  margin-bottom: 50px;
}
.seminar_program .header {
  width: 100%;
  display: block;
  border-top: 4px solid #19488A;
}
.seminar_program .header span {
  display: block;
  float: left;
  padding: 4px 10px 6px 10px;
}
@media (max-width: 480px) {
  .seminar_program .header span {
    font-size: 10px;
  }
}
.seminar_program .header .time {
  background: #19488A;
  color: #FFF;
}
.seminar_program .header .category {
  color: #19488A;
  padding-left: 8px;
  padding-top: 7px;
  line-height: 1.5;
}
.seminar_program .header .category .excluded {
  color: #777;
}
.seminar_program h2 {
  float: left;
  width: 100%;
  color: #333;
  line-height: 1.5;
  font-weight: 700;
}
.seminar_program p.lecturer {
  float: left;
  width: 100%;
  color: #333;
  line-height: 1.5;
  font-weight: 500;
}

/* Dialog
   ----------------------------------------------------------------- */
/* Grid
   ----------------------------------------------------------------- */
/* Media
   ----------------------------------------------------------------- */
/* articles
   ----------------------------------------------------------------- */
/* Align
   ----------------------------------------------------------------- */
/* Clearfix
   ----------------------------------------------------------------- */
.clearfix::after, #global-nav ul:after::after, .card__in--article hr::after, .seminar_program .header::after {
  content: "";
  display: block;
  clear: both;
}

/* Margin
   ----------------------------------------------------------------- */
@media (min-width: 1025px) {
  .u-margin-top {
    margin-top: 20vh;
  }
}
@media (max-width: 1024px) {
  .u-margin-top {
    margin-top: 10vh;
  }
}

/*margin-top*/
.u-margin-top--10px {
  margin-top: 10px;
}

.u-margin-top--20px {
  margin-top: 20px;
}

.u-margin-top--30px {
  margin-top: 30px;
}

.u-margin-top--40px {
  margin-top: 40px;
}

.u-margin-top--50px {
  margin-top: 50px;
}

.u-margin-top--60px {
  margin-top: 60px;
}

.u-margin-top--70px {
  margin-top: 70px;
}

.u-margin-top--80px {
  margin-top: 80px;
}

.u-margin-top--90px {
  margin-top: 90px;
}

.u-margin-top--100px {
  margin-top: 100px;
}

.u-margin-top--110px {
  margin-top: 110px;
}

/*margin-bottom*/
.u-margin-bottom--10px {
  margin-bottom: 10px;
}

.u-margin-bottom--20px {
  margin-bottom: 20px;
}

.u-margin-bottom--30px {
  margin-bottom: 30px;
}

.u-margin-bottom--40px {
  margin-bottom: 40px;
}

.u-margin-bottom--50px {
  margin-bottom: 50px;
}

.u-margin-bottom--60px {
  margin-bottom: 60px;
}

.u-margin-bottom--70px {
  margin-bottom: 70px;
}

.u-margin-bottom--80px {
  margin-bottom: 80px;
}

.u-margin-bottom--90px {
  margin-bottom: 90px;
}

.u-margin-bottom--100px {
  margin-bottom: 100px;
}

.u-margin-bottom--110px {
  margin-bottom: 110px;
}

/* Position
   ----------------------------------------------------------------- */
.u-position--absolute {
  position: absolute;
}

.u-position--fixed {
  position: fixed;
}

.u-position--relative {
  position: relative;
}

.u-position--static {
  position: static;
}

.u-position--sticky {
  position: sticky;
}

.u-position--inherit {
  position: inherit;
}

.u-width--100per {
  width: 100%;
}

.u-float--left {
  float: left;
}

.u-float--right {
  float: right;
}

.u-text-align--center {
  text-align: center;
}

.u-text-align--left {
  text-align: left;
}

.u-text-align--right {
  text-align: right;
}

.u-text-align--justify {
  text-align: justify;
}

.u-text-align--inherit {
  text-align: inherit;
}

.u-position--membership {
  position: fixed;
  top: 12px;
}
@media (min-width: 1301px) {
  .u-position--membership {
    right: calc((102vw - 1200px)/2);
  }
}
@media (max-width: 1300px) {
  .u-position--membership {
    right: 5%;
  }
}
@media (max-width: 1150px) {
  .u-position--membership {
    visibility: hidden;
  }
}

@media (max-width: 768px) {
  .u-position--seminar_moer_btn {
    text-align: center;
    display: block;
    width: calc(100% - 56px;);
  }
}

/* Size
   ----------------------------------------------------------------- */
/* Text
   ----------------------------------------------------------------- */
/* Z-index
   ----------------------------------------------------------------- */
/*Global Nav*/
.u-z-index--999 {
  z-index: 999;
}

/*Top Cover Image*/
.u-z-index--1 {
  z-index: 1;
}

/*Main*/
.u-z-index--100 {
  z-index: 100;
}

.u-z-index--600 {
  z-index: 600;
}

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