/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/* Font face */
@font-face {
  font-family: 'Dashicons';
  src: url("./fonts/dashicons.woff") format("woff");
}
@font-face {
  font-family: 'NotoSansCJKjp-Regular';
  src: url("./fonts/NotoSansCJKjp-Regular.eot?") format("eot"), url("./fonts/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: 'NotoSansCJKjp-Medium';
  src: url("./fonts/NotoSansCJKjp-Medium.eot?") format("eot"), url("./fonts/NotoSansCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: 'NotoSansCJKjp-Bold';
  src: url("./fonts/NotoSansCJKjp-Bold.eot?") format("eot"), url("./fonts/NotoSansCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: 'NotoSansCJKjp-Black';
  src: url("./fonts/NotoSansCJKjp-Black.eot?") format("eot"), url("./fonts/NotoSansCJKjp-Black.woff") format("woff");
}
/**
 * Default styles
 * @date 6 May 2017
 */
html {
  font-size: 62.5%;
}

body {
  font-family: 'Lucida Grande', 'NotoSansCJKjp-Regular', Arial, sans-serif;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #333;
  background-color: #fff;
}

a {
  color: #1d4c87;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, dl, table, figure, figcaption {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
  font-weight: normal;
}

h1 {
  font-size: 3.8rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

h2 {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 20px;
}

h3 {
  font-size: 2rem;
  line-height: 1.42;
  margin-bottom: 20px;
}

h4 {
  font-size: 1.8rem;
  line-height: 1.42;
  margin-bottom: 20px;
}

h5 {
  font-size: 1.6rem;
  line-height: 1.42;
  margin-bottom: 20px;
}

h6 {
  font-size: 1.4rem;
  line-height: 1.42;
  margin-bottom: 20px;
}

p {
  font-size: 1.4rem;
  line-height: 1.62;
  margin-bottom: 20px;
}

ul, ol {
  font-size: 1.4rem;
  line-height: 1.62;
  padding-left: 2rem;
  margin-bottom: 20px;
}

dl {
  font-size: 1.4rem;
  line-height: 1.572;
  margin-bottom: 20px;
}

dl dt {
  margin-bottom: 10px;
}

table {
  font-size: 1.3rem;
  line-height: 1.42;
  border-collapse: collapse;
  margin-bottom: 20px;
}
table th {
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
  font-weight: normal;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  font-size: 1.4rem;
  line-height: 1.42;
  margin: 5px 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

hr {
  border: none;
  margin: 40px auto;
  clear: both;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 70%;
  }
}
/* Display for devices */
.pc {
  display: block;
}
.pc.inline {
  display: inline;
}

.smp {
  display: none;
}
.smp.inline {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .pc.inline {
    display: none;
  }

  .smp {
    display: block;
  }
  .smp.inline {
    display: inline;
  }
}
/* Container */
.container {
  min-width: 1000px;
}

@media screen and (max-width: 768px) {
  .container {
    min-width: initial;
    min-width: none;
  }
}
/* Header */
.header {
  width: 100%;
}
.header .inner {
  /*background: #1d4c87;*/
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: relative;
}
.header .inner .logo {
  margin: 0;
}
.header .inner .logo a {
  width: 360px;
  height: 70px;
  background: url(../images/common/logo.png) no-repeat center center;
  -moz-background-size: 360px auto;
  -webkit-background-size: 360px auto;
  background-size: 360px auto;
  text-align: left;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.header .inner .btns {
  width: 300px;
  font-size: 1.3rem;
  text-align: center;
  line-height: 70px;
  list-style: none;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
}
.header .inner .btns li {
  width: 50%;
}
.header .inner .btns .btn {
  color: #fff;
  text-decoration: none;
  display: block;
  transition: all .4s ease 0s;
}
.header .inner .btns .btn::before {
  content: '';
  width: 20px;
  height: 20px;
  vertical-align: -.5rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 20px auto;
  -webkit-background-size: 20px auto;
  background-size: 20px auto;
  display: inline-block;
  margin-right: 8px;
}
.header .inner .btns .btn.btn-login {
  background: #dd6231;
}
.header .inner .btns .btn.btn-login:hover {
  background: #f37e50;
}
.header .inner .btns .btn.btn-login::before {
  background-image: url(../images/common/jidmc-icon-login.png);
}
.header .inner .btns .btn.btn-contact {
  background: #0c9a7a;
}
.header .inner .btns .btn.btn-contact:hover {
  background: #34ba9c;
}
.header .inner .btns .btn.btn-contact::before {
  background-image: url(../images/common/jidmc-icon-contact.png);
}

@media screen and (max-width: 768px) {
  .header .inner {
    display: block;
  }
  .header .inner .logo {
    width: 320px;
    margin: 0 auto;
  }
  .header .inner .logo a {
    width: 320px;
    height: 60px;
    -moz-background-size: 320px auto;
    -webkit-background-size: 320px auto;
    background-size: 320px auto;
  }
  .header .inner .btns {
    display: none;
  }
}
/* Global nav */
.gnav {
  width: 100%;
  height: 80px;
  position: relative;
}
.gnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gnav .gnav-pc {
  width: 100%;
  min-width: 980px;
  height: 80px;
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
  font-size: 1.5rem;
  line-height: 8rem;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
  position: relative;
}
.gnav .gnav-pc.fixed {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2;
}
.gnav .gnav-pc li {
  position: relative;
  padding-right: 38px;
}
.gnav .gnav-pc li::after {
  content: '/';
  font-family: 'NotoSansCJKjp-Regular', sans-serif;
  color: #1d4c87;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-52%);
}
.gnav .gnav-pc li:last-child {
  padding: 0;
}
.gnav .gnav-pc li:last-child::after {
  display: none;
}
.gnav .gnav-pc li a {
  color: #333;
  text-decoration: none;
  position: relative;
  display: block;
}
.gnav .gnav-pc li a::before {
  content: '';
  width: 100%;
  height: 8px;
  background: #0e3463;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scaleX(0);
}
.gnav .gnav-pc li a:hover {
  color: #0e3463;
}
.gnav .gnav-pc li a:hover::before {
  transform: scaleX(1);
  transition: transform .4s ease 0s;
}

.page-home #gnav-home a,
.page-learning #gnav-learning a,
.page-outline #gnav-outline a,
.page-cooperate #gnav-cooperate a,
.page-admission #gnav-admission a,
.page-contact #gnav-contact a {
  color: #1d4c87;
  cursor: default;
}
.page-home #gnav-home a::before,
.page-learning #gnav-learning a::before,
.page-outline #gnav-outline a::before,
.page-cooperate #gnav-cooperate a::before,
.page-admission #gnav-admission a::before,
.page-contact #gnav-contact a::before {
  transform: scaleX(1);
}

@media screen and (max-width: 768px) {
  .gnav {
    height: 60px;
  }
  .gnav .gnav-smp {
    width: 100%;
    text-align: center;
    padding: 0 10px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border-bottom: 1px solid #1d4c87;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.05);
  }
  .gnav .gnav-smp li {
    width: 33.333333333%;
  }
  .gnav .gnav-smp li a {
    width: 100px;
    height: 60px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 0 0;
    -moz-background-size: 100px auto;
    -webkit-background-size: 100px auto;
    background-size: 100px auto;
    text-align: left;
    text-indent: -9999px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    margin: 0 auto;
  }
  .gnav .gnav-smp li a#menu-list {
    background-image: url(../images/common/menu-list.png);
  }
  .gnav .gnav-smp li a#menu-list.active {
    background-position: 0 -60px;
  }
  .gnav .gnav-smp li a#menu-login {
    background-image: url(../images/common/menu-login.png);
  }
  .gnav .gnav-smp li a#menu-contact {
    background-image: url(../images/common/menu-contact.png);
  }
  .gnav .menu {
    width: 100%;
    background: rgba(14, 52, 99, 0.96);
    box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 60px;
    z-index: 2;
  }
  .gnav .menu ul {
    font-size: 1.6rem;
    line-height: 1.42;
    text-align: center;
    padding: 25px;
  }
  .gnav .menu ul li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .gnav .menu ul li:first-child {
    border: none;
  }
  .gnav .menu ul li a {
    color: #fff;
    text-decoration: none;
    padding: 15px 0;
    display: block;
  }
}
/* Page structure */
.contents {
  width: 1000px;
  margin: 0 auto;
}
.contents.full {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .contents {
    width: auto;
  }
}
/* Footer */
.footer {
  background: #8894a2;
  padding: 40px 0;
}
.footer .nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .fnav {
  margin-bottom: 40px;
}
.footer .fnav ul {
  font-size: 1.4rem;
  text-align: center;
}
.footer .fnav ul li {
  display: inline-block;
}
.footer .fnav ul li::after {
  content: '/';
  color: #fff;
  display: inline-block;
  margin: 0 6px 0 10px;
}
.footer .fnav ul li:last-child::after {
  display: none;
}
.footer .fnav ul li a {
  color: #fff;
  text-decoration: none;
}
.footer .fnav ul li a:hover {
  text-decoration: underline;
}
.footer .sns {
  text-align: center;
  margin: 0 auto 40px;
}
.footer .sns ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .sns ul li {
  width: 36px;
  height: 36px;
  margin: 0 5px;
}
.footer .copyright {
  color: #fff;
  text-align: center;
  margin: 0 0 100px;
}
.footer .btn-return {
  width: 60px;
  height: 30px;
  text-align: left;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  background: url(../images/common/btn-return.png) no-repeat 0 0;
  -moz-background-size: 60px auto;
  -webkit-background-size: 60px auto;
  background-size: 60px auto;
  display: block;
  position: fixed;
  right: 10px;
  bottom: 10px;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 20px 0;
  }
  .footer .fnav ul {
    padding: 20px;
    line-height: 1.42;
  }
  .footer .fnav ul li {
    display: list-item;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .footer .fnav ul li:first-child {
    border: none;
  }
  .footer .fnav ul li::after {
    display: none;
  }
  .footer .fnav ul li a {
    padding: 10px 0;
    display: block;
  }
}
/* Common styles */
.center {
  text-align: center;
}

.clr {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.breadcrumb {
  font-size: 1.4rem;
  line-height: 1.42;
  margin: 20px auto 80px;
}
.breadcrumb a::after {
  content: '>';
  display: inline-block;
  margin: 0 .4rem 0 1rem;
}

.attention {
  text-indent: -.8rem;
  padding-left: .8rem;
}

.attentions {
  list-style: none;
  padding: 0;
}
.attentions li {
  text-indent: -.8rem;
  padding-left: .8rem;
}

.spacer.spacer-20px {
  margin: 10px 0;
}
.spacer.spacer-30px {
  margin: 15px 0;
}
.spacer.spacer-40px {
  margin: 20px 0;
}
.spacer.spacer-50px {
  margin: 25px 0;
}

.separator {
  height: 0;
  border: none;
  border-top: 1px solid #1d4c87;
  margin: 50px 0;
}

.btn-txt {
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  font-size: 1.4rem;
  color: #fff;
  background: #0d2f58 url(../images/common/arrow-btn.png) no-repeat left center;
  -moz-background-size: 32px auto;
  -webkit-background-size: 32px auto;
  background-size: 32px auto;
  text-decoration: none;
  padding: 15px 30px 15px 46px;
  border: none;
  display: inline-block;
  cursor: pointer;
}

.fade {
  opacity: 1;
  transition: opacity .4s ease 0s;
}
.fade:hover {
  opacity: .6;
}

/* Headline */
.headline {
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
  font-weight: normal;
}
.headline.headline-border {
  font-size: 2.6rem;
  font-weight: normal;
  color: #1d4c87;
  padding-bottom: 10px;
  border-bottom: 2px solid #1d4c87;
  position: relative;
  margin: 0;
}
.headline.headline-border .eng {
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  font-size: 1.4rem;
  font-style: normal;
  margin-left: 10px;
}
.headline.headline-short {
  color: #1d4c87;
}
.headline.headline-large {
  font-size: 3rem;
  color: #1d4c87;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

.with-button {
  position: relative;
}
.with-button .btn-tolist {
  font-family: 'NotoSansCJKjp-Regular', sans-serif;
  font-size: 1.3rem;
  line-height: 1.42;
  text-decoration: none;
  color: #fff;
  background: #1d4c87 url(../images/common/arrow-btn.png) no-repeat left center;
  -moz-background-size: 30px auto;
  -webkit-background-size: 30px auto;
  background-size: 30px auto;
  padding: 5px 20px 5px 35px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .col {
    padding: 10px;
  }

  .headline {
    font-size: 2rem;
  }
  .headline .eng {
    font-size: 1.2rem;
  }
  .headline.headline-border {
    font-size: 2.2rem;
  }
  .headline.headline-large {
    font-size: 2.4rem;
  }

  .with-button .btn-tolist {
    font-size: 1.2rem;
    padding: 5px 10px 5px 30px;
  }

  .breadcrumb {
    font-size: 1.2rem;
    margin: 10px 10px 50px;
  }
}
/* Dropdown */
.dropdown {
  display: inline-block;
}

.dropdown-panel {
  display: none;
}
.dropdown-panel.active {
  display: block;
  animation: SHOW .2s ease-out 0s 1 alternate none running;
}

@keyframes SHOW {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/**
 * Local styles
 * @date 4 Jul 2016
 */
/* Main visual */
.main-visual {
  width: 100%;
  text-align: center;
  background: #000;
  position: relative;
}
.main-visual figure {
  margin: 0 auto;
}
.main-visual.main-visual-home {
  height: 100vh;
  background: url(/images/home/golf.jpg) no-repeat center center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
.main-visual.main-visual-home .jidmc {
  position: absolute;
  left: 50px;
  top: 50px;
  width:200px;
  height:200px;
}
.main-visual.main-visual-home .jidmc .logo {
  text-align: left;
  text-indent: -9999px;
  white-space: nowrap;
  overflow: hidden;
  /*background: url(../images/common/logo.png) no-repeat 0 0;*/
  -moz-background-size: 480px auto;
  -webkit-background-size: 480px auto;
  background-size: 480px auto;
  margin: 0;
}
.main-visual.main-visual-home .jidmc .btns {
  width: 100%;
  font-size: 1.5rem;
  line-height: 60px;
  text-align: center;
  list-style: none;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0;
}
.main-visual.main-visual-home .jidmc .btns li {
  width: 50%;
  padding: 1px 1px 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.main-visual.main-visual-home .jidmc .btns li:last-child {
  padding-right: 0;
}
.main-visual.main-visual-home .jidmc .btns li .btn {
  color: #fff;
  text-decoration: none;
  background: #ddd;
  position: relative;
  display: block;
  transition: background .4s ease 0s;
}
.main-visual.main-visual-home .jidmc .btns li .btn::before {
  content: '';
  width: 22px;
  height: 22px;
  vertical-align: -.5rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 22px auto;
  -webkit-background-size: 22px auto;
  background-size: 22px auto;
  display: inline-block;
  margin-right: 8px;
}
.main-visual.main-visual-home .jidmc .btns li .btn.btn-login {
  background: #dd6231;
}
.main-visual.main-visual-home .jidmc .btns li .btn.btn-login:hover {
  background: #f37e50;
}
.main-visual.main-visual-home .jidmc .btns li .btn.btn-login::before {
  background-image: url(../images/common/jidmc-icon-login.png);
}
.main-visual.main-visual-home .jidmc .btns li .btn.btn-contact {
  background: #0c9a7a;
}
.main-visual.main-visual-home .jidmc .btns li .btn.btn-contact:hover {
  background: #34ba9c;
}
.main-visual.main-visual-home .jidmc .btns li .btn.btn-contact::before {
  background-image: url(../images/common/jidmc-icon-contact.png);
}
.main-visual.main-visual-home .header-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.main-visual.main-visual-home .header-wrapper .inner {
  display: none;
}
.main-visual.main-visual-home .header-wrapper .gnav {
  border: none;
}

@media screen and (max-width: 768px) {
  .main-visual.main-visual-home {
    height: 60vh;
  }
  .main-visual.main-visual-home .jidmc {
    display: none;
  }
  .main-visual.main-visual-home .header-wrapper .inner {
    display: block;
  }
}
/* News */
#news {
  width: 100%;
  background: url(../images/home/news-bg.jpg) no-repeat center center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
#news .inner {
  width: 1000px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px;
  background: rgba(255, 255, 255, 0.8);
  margin: 100px auto;
}
#news .list {
  font-size: 1.4rem;
  line-height: 1.42;
  list-style: none;
  padding: 0;
  margin: 0;
}
#news .list li {
  padding: 12px 0 12px 100px;
  border-top: 1px dotted #0e3463;
  position: relative;
}
#news .list li:first-child {
  border: none;
}
#news .list li a {
  color: #333;
  text-decoration: none;
}
#news .list li a:hover {
  text-decoration: underline;
}
#news .list li .update {
  position: absolute;
  left: 0;
  top: 12px;
}
#news .list li .icon {
  width: 90px;
  height: 20px;
  vertical-align: -.4rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 90px auto;
  -webkit-background-size: 90px auto;
  background-size: 90px auto;
  display: inline-block;
  margin-right: 10px;
}
#news .list li .icon.icon-interview {
  background-image: url(../images/news/news-for-interview.png);
}
#news .list li .icon.icon-special{
  background-image: url(../images/news/news-for-special.png);
}
#news .list li .icon.icon-koramu {
  background-image: url(../images/news/news-for-koramu.png);
}

@media screen and (max-width: 768px) {
  #news {
    padding: 0;
  }
  #news .inner {
    width: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 20px;
    margin: 0;
  }
  #news .list li {
    padding: 10px 0;
  }
  #news .list li:last-child {
    padding-bottom: 0;
  }
  #news .list li .update {
    position: static;
    display: block;
    margin-bottom: 5px;
  }
  #news .list li .icon {
    display: block;
    margin: 5px 0;
  }
}
/* News archive */
#news-archive {
  margin-bottom: 100px;
}
#news-archive ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#news-archive .archives {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#news-archive .archives .years {
  width: 220px;
}
#news-archive .archives .years li {
  border-top: 1px solid #e5e5e5;
}
#news-archive .archives .years li:first-child {
  border-top: 2px solid #1d4c87;
}
#news-archive .archives .years li a {
  text-decoration: none;
  padding: 15px 0;
  display: block;
}
#news-archive .archives .years li a:hover {
  text-decoration: underline;
}
#news-archive .archives .list {
  width: 740px;
}
#news-archive .archives .list li {
  padding: 15px 0 15px 100px;
  border-top: 1px solid #e5e5e5;
  position: relative;
}
#news-archive .archives .list li:first-child {
  border-top: 2px solid #1d4c87;
}
#news-archive .archives .list li a {
  color: #333;
  text-decoration: none;
}
#news-archive .archives .list li a:hover {
  text-decoration: underline;
}
#news-archive .archives .list li .update {
  position: absolute;
  left: 0;
  top: 15px;
}
#news-archive .archives .list li .icon {
  width: 90px;
  height: 20px;
  vertical-align: -.4rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  -moz-background-size: 90px auto;
  -webkit-background-size: 90px auto;
  background-size: 90px auto;
  display: inline-block;
  margin-right: 10px;
}
#news-archive .archives .list li .icon.icon-interview {
  background-image: url(../images/news/news-for-interview.png);
}
#news-archive .archives .list li .icon.icon-special {
  background-image: url(../images/news/news-for-special.png);
}
#news-archive .archives .list li .icon.icon-koramu {
  background-image: url("../images/news/news-for-koramu.png");
}

@media screen and (max-width: 768px) {
  #news-archive .archives .years {
    width: 100%;
  }
  #news-archive .archives .years li a {
    padding: 10px 0;
  }
  #news-archive .archives .list {
    width: 100%;
    margin-bottom: 50px;
  }
  #news-archive .archives .list li {
    padding: 10px 0;
  }
  #news-archive .archives .list li .update {
    position: static;
    display: block;
    margin-bottom: 5px;
  }
  #news-archive .archives .list li .icon {
    display: block;
    margin-bottom: 5px;
  }
}
/* News single */
#news-single {
  margin-bottom: 100px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#news-single .summary {
  width: 640px;
  margin-bottom: 50px;
}
#news-single .summary h1 {
  font-size: 3rem;
  line-height: 1.42;
  margin-bottom: 40px;
}
#news-single .figs {
  width: 300px;
  text-align: center;
  margin-bottom: 50px;
}
#news-single .figs figcaption {
  font-size: 1.2rem;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #news-single .summary {
    width: 100%;
  }
  #news-single .summary h1 {
    font-size: 2.4rem;
    line-height: 1.42;
  }
  #news-single .figs {
    width: 100%;
  }
}
/* Banners */
.banners {
  width: 1000px;
  margin: 50px auto;
}
.banners ul {
  width: 1040px;
  text-align: center;
  list-style: none;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.banners ul li {
  width: 50%;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .banners {
    width: auto;
    margin: 30px auto;
  }
  .banners ul {
    width: auto;
    margin: 0;
  }
  .banners ul li {
    width: 100%;
    padding: 5px 10px;
  }
}
/* About */
#about {
  background: url(../images/home/about-bg.jpg) no-repeat center center;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#about .summary {
  width: 50%;
  color: #fff;
  padding: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(14, 52, 99, 0.9);
}
#about .summary h2 {
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
  font-size: 3.6rem;
  font-weight: normal;
  margin-bottom: 30px;
}
#about .summary p {
  line-height: 1.572;
}
#about .summary p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #about {
    padding: 20px;
    display: block;
  }
  #about .summary {
    width: 100%;
    padding: 40px 20px;
    background: rgba(14, 52, 99, 0.8);
  }
  #about .summary h2 {
    font-size: 2rem;
    line-height: 1.32;
  }
  #about .summary p {
    font-size: 1.3rem;
  }
}
/* Tabs */
.tabs {
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  font-size: 1.4rem;
  line-height: 1.572;
  list-style: none;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto 30px;
}
.tabs li {
  margin: 0 1px 0 0;
}
.tabs li a {
  color: #555;
  text-decoration: none;
  padding: 15px 40px;
  background: #eee;
  position: relative;
  display: block;
}
.tabs li a:hover {
  color: #fff;
  background: #1d4c87;
}
.tabs li a.here {
  color: #fff;
  background: #1d4c87;
  transition: all .4s ease 0s;
}
.tabs li a.here::after {
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #1d4c87;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 18px);
}

@media screen and (max-width: 768px) {
  .tabs {
    font-family: 'NotoSansCJKjp-Medium', sans-serif;
    font-size: 1.4rem;
    line-height: 1.572;
    border: 1px solid #1d4c87;
    margin: 0 auto 30px;
  }
  .tabs li {
    width: 100%;
    border-top: 1px solid #1d4c87;
    margin: 0;
  }
  .tabs li:first-child {
    border: none;
  }
  .tabs li a {
    color: #1d4c87;
    text-decoration: none;
    padding: 10px;
    background: url(../images/common/tab-arrow.png) no-repeat right center;
    -moz-background-size: 30px auto;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
    display: block;
  }
  .tabs li a:hover {
    color: #1d4c87;
    background: url(../images/common/tab-arrow.png) no-repeat right center;
    -moz-background-size: 30px auto;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
  }
  .tabs li a.here {
    color: #fff;
    background: #1d4c87 url(../images/common/tab-arrow-here.png) no-repeat right center;
    -moz-background-size: 30px auto;
    -webkit-background-size: 30px auto;
    background-size: 30px auto;
    transition: all .4s ease 0s;
  }
  .tabs li a.here::after {
    display: none;
  }
}
/* Members */
#members {
  width: 1000px;
  margin: 70px auto;
}
#members .headline {
  margin-bottom: 10px;
}
#members .logos {
  width: 1020px;
  text-align: center;
  list-style: none;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}
#members .logos li {
  width: 20%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
#members .logos li a {
  border: 1px solid #eee;
  display: block;
}

@media screen and (max-width: 768px) {
  #members {
    width: auto;
    padding: 10px;
    margin: 50px auto;
  }
  #members .logos {
    width: auto;
    margin: 0 -5px;
  }
  #members .logos li {
    width: 50%;
    padding: 5px;
  }
}
/* Learning */
#learning {
  margin-bottom: 100px;
}
#learning .single {
  padding: 25px;
  border: 1px solid #1d4c87;
  overflow: hidden;
}
#learning .single h2, #learning .single h3, #learning .single h4, #learning .single h5, #learning .single h6 {
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
  font-weight: normal;
  color: #1d4c87;
}
#learning .single h2 {
  font-size: 2.8rem;
  text-align: center;
}
#learning .single h3 {
  font-size: 2.4rem;
}
#learning .single h4 {
  font-size: 2.2rem;
}
#learning .single h5 {
  font-size: 2rem;
}
#learning .single h6 {
  font-size: 1.8rem;
}
#learning .single .separator {
  margin: 25px 0;
}
#learning .archives ul {
  font-family: 'NotoSansCJKjp-Medium', sans-serif;
  font-size: 1.6rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
#learning .archives ul li {
  border-top: 1px solid #1d4c87;
}
#learning .archives ul li:first-child {
  border: none;
}
#learning .archives ul li a {
  color: #1d4c87;
  text-decoration: none;
  padding: 12px 0;
  display: block;
  text-indent: 0;
  transition: all .4s ease 0s;
}
#learning .archives ul li a:hover {
  padding-left: 10px;
  background: #f1f6fd;
  transition: all .4s ease 0s;
}
#learning .flex{
	display: flex;
	align-items: center;
	padding-bottom:30px;
}
#learning .flex p{
	padding:0 30px;
}
#learning .float-left {
	float:left;
	margin-right:30px;
}
#learning .float-right {
	float:right;
	margin-left:30px;
}
#learning h5,.clear{
	clear: both;
}
#learning .more{
	text-align: right;
}

@media screen and (max-width: 768px) {
  #learning .single {
    padding: 15px;
  }
  #learning .single h2 {
    font-size: 2.2rem;
    text-align: left;
  }
  #learning .single h3 {
    font-size: 1.8rem;
  }
  #learning .single h4 {
    font-size: 1.6rem;
  }
  #learning .single h5 {
    font-size: 1.4rem;
  }
  #learning .single .separator {
    margin: 15px 0;
  }
  #learning .archives ul {
    font-size: 1.4rem;
  }
  #learning .archives ul li a {
    padding: 10px 0;
  }
  #learning .flex{
	display: block;
	padding-bottom:30px;
}
}
/* Outline */
#outline h2 {
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
  font-weight: normal;
  color: #1d4c87;
}
#outline .overview {
  font-size: 1.4rem;
  border-collapse: collapse;
}
#outline .overview th, #outline .overview td {
  padding: 20px;
  border: 1px solid #ddd;
}
#outline .overview th {
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
  font-weight: normal;
  white-space: nowrap;
  background: #f5f5f5;
}
#outline .overview .separate {
  display: block;
  margin: 10px 0;
}
#outline .overview .separate:first-child {
  margin-top: 0;
}
#outline .overview .separate:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #outline .overview th, #outline .overview td {
    padding: 15px;
  }
}
/* Cooperate */
#cooperate {
  margin-bottom: 100px;
}
#cooperate .headline .sub {
  font-size: 1.8rem;
  font-style: normal;
}
#cooperate .members {
  width: 100%;
  border: 1px solid #eee;
}
#cooperate .members th, #cooperate .members td {
  text-align: center;
  vertical-align: middle;
  padding: 10px;
  border-top: 1px solid #eee;
}
#cooperate .members tr:first-child th, #cooperate .members tr:first-child td {
  border: none;
}
#cooperate .members .logo {
  width: 200px;
}
#cooperate .members .ttl {
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
  font-size: 1.6rem;
  text-align: left;
  line-height: 1.572;
}
#cooperate .members .ttl .eng {
  font-size: 1.4rem;
  font-style: normal;
  display: block;
}
#cooperate .members .btns {
  text-align: right;
}
#cooperate .members .btns .btn-txt {
  margin: 0 5px;
}
#cooperate .publish {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#cooperate .publish .headline {
  width: 100%;
}
#cooperate .publish .book {
  width: 25%;
  padding: 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#cooperate .publish .book .fig {
  text-align: center;
}
#cooperate .publish .book .fig img {
  width: 100px;
}
#cooperate .publish .book h3 {
  font-family: 'NotoSansCJKjp-Regular', sans-serif;
  font-size: 1.6rem;
  line-height: 1.32;
  margin-bottom: 10px;
}
#cooperate .publish .book p {
  font-size: 1.3rem;
  line-height: 1.572;
  margin-bottom: 5px;
}
#cooperate .publish .book .btns {
  text-align: center;
  margin-top: 15px;
}
#cooperate .publish .book .btns .btn-txt {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.2rem;
  padding: 8px 20px 8px 40px;
}

@media screen and (max-width: 768px) {
  #cooperate .members {
    border: 1px solid #e5e5e5;
  }
  #cooperate .members th, #cooperate .members td {
    padding: 0 10px;
    border: none;
    display: block;
  }
  #cooperate .members tr th:first-child,
  #cooperate .members tr td:first-child {
    border-top: 1px solid #e5e5e5;
  }
  #cooperate .members tr:first-child th, #cooperate .members tr:first-child td {
    border: none;
  }
  #cooperate .members .logo {
    width: auto;
  }
  #cooperate .members .ttl {
    font-size: 1.4rem;
    text-align: center;
    padding-bottom: 20px;
  }
  #cooperate .members .btns {
    text-align: center;
    padding-bottom: 20px;
  }
  #cooperate .members .btns .btn-txt {
    font-size: 1.3rem;
    padding: 8px 30px 8px 46px;
    display: block;
    margin: 10px 0;
  }
  #cooperate .members .btns .btn-txt:last-child {
    margin-bottom: 0;
  }
}
/* Company */
.page-cooperate-single .breadcrumb {
  margin-bottom: 40px;
}

#cooperate-single {
  margin-bottom: 100px;
}
#cooperate-single .logo {
  width: 100%;
  margin-bottom: 70px;
}
#cooperate-single .logo figure {
  text-align: center;
  margin: 0;
}
#cooperate-single .logo h1 {
  font-size: 2.4rem;
  text-align: center;
}
#cooperate-single .appeal {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#cooperate-single .appeal .summary {
  width: 740px;
  margin-bottom: 40px;
}
#cooperate-single .appeal .summary-01 {
  margin-bottom: 40px;
}
#cooperate-single .appeal .summary .summary-01 h2 {
  font-size: 1.8rem;
}
#cooperate-single .appeal .summary .summary-01 h3 {
  font-size: 1.5rem;
}
#cooperate-single .appeal .figs {
  width: 220px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 40px;
}
#cooperate-single .appeal .figs figure {
  width: 100%;
  text-align: center;
  margin: 0 0 15px;
}
#cooperate-single .appeal .figs figure figcaption {
  font-size: 1.2rem;
  text-align: left;
}
#cooperate-single .info {
  width: 100%;
}
#cooperate-single .info .headline-border {
  margin-bottom: 20px;
}
#cooperate-single .info .overview {
  width: 100%;
  border-collapse: collapse;
}
#cooperate-single .info .overview th, #cooperate-single .info .overview td {
  padding: 10px;
  border: 1px solid #ddd;
}
#cooperate-single .info .overview th {
  white-space: nowrap;
  background: #f5f5f5;
}
#cooperate-single .info .btns {
  text-align: center;
  margin: 40px auto;
}

@media screen and (max-width: 768px) {
  #cooperate-single {
    padding: 0;
  }
  #cooperate-single .logo {
    width: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  #cooperate-single .logo h1 {
    font-size: 1.8rem;
  }
  #cooperate-single .appeal .summary {
    width: 100%;
    padding: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #cooperate-single .appeal .figs {
    width: 100%;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #cooperate-single .appeal .figs figure {
    width: 50%;
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #cooperate-single .appeal .figs figure figcaption {
    text-align: left;
  }
  #cooperate-single .info {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
  }
  #cooperate-single .info .headline-border {
    margin-bottom: 20px;
  }
  #cooperate-single .info .overview {
    width: 100%;
    border-collapse: collapse;
  }
  #cooperate-single .info .overview th, #cooperate-single .info .overview td {
    padding: 10px;
    border: 1px solid #ddd;
  }
  #cooperate-single .info .overview th {
    white-space: nowrap;
    background: #f5f5f5;
  }
  #cooperate-single .info .btns {
    text-align: center;
    margin: 40px auto;
  }
}
/* Addmission */
#addmission {
  margin-bottom: 100px;
}
#addmission .proviso {
  margin-bottom: 50px;
}
#addmission .proviso .overview {
  font-size: 1.4rem;
  margin: 0 auto 30px;
}
#addmission .proviso .overview th, #addmission .proviso .overview td {
  padding: 20px;
  border: 1px solid #ddd;
}
#addmission .proviso .overview th {
  white-space: nowrap;
  background: #f5f5f5;
}
#addmission .proviso .btns {
  text-align: center;
}
#addmission .terms {
  padding: 25px;
  border: 1px solid #1d4c87;
}
#addmission .terms strong {
  font-family: 'NotoSansCJKjp-Bold', sans-serif;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  #addmission .proviso .overview {
    font-size: 1.3rem;
  }
  #addmission .proviso .overview th, #addmission .proviso .overview td {
    padding: 15px;
  }
  #addmission .proviso .btns {
    text-align: center;
  }
  #addmission .terms {
    padding: 15px;
  }
}
/* Contact */
#contact {
  margin-bottom: 100px;
}
#contact .required {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: normal;
  color: #fff;
  background: #ff4900;
  padding: 1px 10px;
  display: inline-block;
  margin: 0 5px;
}
#contact .entryform {
  width: 100%;
  font-size: 1.5rem;
  border-collapse: collapse;
}
#contact .entryform th, #contact .entryform td {
  padding: 20px;
  border: 1px solid #ddd;
}
#contact .entryform td {
  border-left: none;
}
#contact .entryform th {
  width: 22%;
  border-right: none;
  white-space: nowrap;
  background: #f5f5f5;
}
#contact .entryform select {
  cursor: pointer;
}
#contact .entryform input[type=text],
#contact .entryform textarea {
  width: 100%;
  font-size: 1.6rem;
  color: #333;
  padding: 5px;
  border: 1px solid #ddd;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#contact .entryform .required {
  font-size: 1.1rem;
}
#contact .entryform .hint {
  font-size: 1.3rem;
  display: block;
  margin: 10px 0;
}
#contact .entryform .hint:first-child {
  margin-top: 0;
}
#contact .entryform .hint:last-child {
  margin-bottom: 0;
}
#contact .btns {
  text-align: center;
  border: none;
}
#contact .btns .btn-txt {
  padding: 16px 50px 16px 60px;
}

@media screen and (max-width: 768px) {
  #contact .entryform {
    border: 1px solid #ddd;
  }
  #contact .entryform th, #contact .entryform td {
    text-align: center;
    padding: 15px;
    border: none;
    display: block;
  }
  #contact .entryform th {
    width: auto;
    white-space: normal;
    border-top: 1px solid #e5e5e5;
  }
  #contact .entryform tr:first-child th {
    border: none;
  }
}
