@charset "utf-8";
/* CSS Document */

/*===============================
	common
================================*/
body{
  -webkit-text-size-adjust: 100%;
}
body .en{
 font-family: Arial, Helvetica,"Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo,sans-serif;
  font-weight: 400;
}
.mt20{
  margin-top: 20px;
}
a {
  text-decoration: none;
  word-break: break-all;
}
a:link, a:visited {
  color: #333;
}
ul > li {
  list-style: none;
}
img {
  vertical-align: bottom;
}
.icon-pin {
  width: 16px;
}
.icon-serch {
  width: 16px;
}
.icon-fb {
  width: 22px;
}
.icon-youtube {
  width: 30px;
}
.en img.ico_vehicle{
  width: 30px !important;
      height: 30px !important;
}
.en p, .en span, .en a, .en th, .en td, .en dt, .en dd, .en li, .en h2, .en h3 .en h4, .en h5 {
  word-break: break-all;
  word-break: inherit;
}
.en .mb0{
  margin-bottom: 0 !important;
}
.en .mb11{
  margin-bottom: 11px !important;
}
/*===============================
	header
================================*/
header {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
}
header.header {
  background-color: rgba(1,91,177,0.9);
}
header .header-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
header .header-logo {
  width: 27%;
  max-width: 255px;
  float: left;
  padding-top: 13px;
}
.en header .header-logo {
  padding-top: 15px;
}
header .header-logo img {
  width: 100%;
  max-width: 255px;
  height: auto;
  border: 0;
}
header .header-logo img.pc-logo {
  display: block;
}
header .header-logo img.sp-logo {
  display: none;
}
header .header-logo img:hover {
  opacity: .7;
  transition: all ease-out .5s;
}
header .main-nav {
  padding: 0 40px;
}
header .main-nav:after {
  content: '';
  display: block;
  clear: both;
}
header .main-nav nav {
  overflow: hiddn;
}
header .main-nav ul {
  width: 73%;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  float: right;
  padding-left: 30px;
  box-sizing: border-box;
}
header .main-nav ul li {
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
}
.en header .main-nav ul li{
  font-size: 16px;
}
header .main-nav ul li + li {
  margin-left: 30px;
}
header .main-nav ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 20px 0;
  color: #fff;
}
header .main-nav ul li a:link, header .main-nav ul li a:visited {
  color: #fff;
}
header .main-nav ul li a::after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
header .main-nav ul li a:hover::after {
  transform: scale(1, 1);
}
header .main-nav ul li a.active {
  border-bottom: 2px solid #fff;
  padding-bottom: 18px;
}
header .main-nav ul li a.active::after {
  height: 0;
}
header .sab-nav-wrap {
  background: #121A23;
}
header .sab-nav {
  width: 100%;
  max-width: 1280px;
  padding: 10px 40px;
  margin: 0 auto;
  box-sizing: border-box;
}
header .sab-nav:after {
  content: '';
  display: block;
  clear: both;
}
header .sab-nav .left-nav {
  float: left;
}
header .sab-nav .left-nav ul {
  padding-top: 2px;
}
header .sab-nav .left-nav ul li {
  font-size: 14px;
  line-height: 1.2;
  display: inline-block;
  color: #fff;
}
header .sab-nav .left-nav ul li + li {
  border-left: 1px solid #3E4245;
}
header .sab-nav .left-nav ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin: 0 10px;
  color: #fff;
}
header .sab-nav .left-nav ul li:first-child a {
  margin-left: 0;
}
header .sab-nav .left-nav ul li:last-child a {
  margin-right: 0;
}
header .sab-nav .left-nav ul li a::after {
  position: absolute;
  bottom: -13.5px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
header .sab-nav .left-nav ul li a:hover::after {
  transform: scale(1, 1);
}
header .sab-nav .left-nav ul li a.active::after {
  height: 0;
}
header .sab-nav .left-nav ul li a.active span {
  display: block;
  position: relative;
  bottom: -12px;
  left: 0;
  border-bottom: 2px solid #fff;
}
header .sab-nav .right-nav {
  float: right;
  position: relative;
}
header .sab-nav .right-nav ul {
  display: flex;
  align-items: center;
}
header .sab-nav .right-nav ul li {
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
}
header .sab-nav .right-nav ul li.vsection {
  margin-left: 5px;
  border-left: 1px solid #3E4245;
}
header .sab-nav .right-nav ul li.vsection a {
  margin-left: 10px;
}
/*header .sab-nav .right-nav ul li + li {
  border-left: 1px solid #3E4245;
}*/
header .sab-nav .right-nav ul li img {
  vertical-align: top;
  padding-right: 5px;
}
header .sab-nav .right-nav ul li a {
  margin: 0 5px;
  color: #fff;
}
header .sab-nav .right-nav ul li a {
  position: relative;
  display: block;
}
.en header .sab-nav .right-nav ul li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .sab-nav .right-nav ul li a:hover {
  opacity: .7;
  transition: all ease .5s;
  text-decoration: none;
}
header .sab-nav .right-nav ul li:first-child a {
  position: relative;
  display: inline-block;
  margin-left: 0;
}
header .sab-nav .right-nav ul li:last-child a {
  margin-right: 0;
}
header .sab-nav .right-nav ul li.slide-box-s, header .sab-nav .right-nav ul li.slide-box-l {
  position: relative;
}
header div.google-serch-box, header .sab-nav .right-nav ul li.slide-box-l div {
  display: none;
}
header div.google-serch-box {
  width: 75%;
  position: absolute;
  top: 32px;
  right: 0;
  background: #121A23;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
header .sab-nav .right-nav ul li.slide-box-l div.lang-box {
  width: 300px;
  position: absolute;
  top: 29px;
  left: -90px;
  background: #121A23;
  padding: 10px 0;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
}
header .sab-nav .right-nav ul li.slide-box-l div.lang-box ul li {
  font-size: 16px;
  width: 50%;
}
header .sab-nav .right-nav ul li.slide-box-l div.lang-box ul li a {
  margin: 0;
}
.sp-main-menu-list nav {
  display: none;
}
.google-serch-box-btn, .google-serch-box-sp {
  display: none;
}
.map-sp-btn {
  display: none;
}
.lang-sp-btn {
  display: none;
}
.lang-box-sp {
  display: none;
}
.contact-sp-btn {
  display: none;
}
.en .pause-b{
  overflow: hidden;
}

@media screen and (max-width:1215px) {
header .main-nav ul li + li {
  margin-left: 20px;
}
}

@media screen and (max-width:1120px) {
header .main-nav {
  padding: 0px 20px;
}
header .main-nav ul li {
  font-size: 12px;
}
}

@media screen and (max-width:1023px) {
header .main-nav {
  padding: 0 20px;
  background-color: rgba(1,91,177,0.9);
  height: 50px;
}
header .header-inner {
  background-color: rgba(1,91,177,0.9);
}
header .sab-nav-wrap {
  display: none;
}
  .en header .header-logo {
  padding-top: 0;
}
header .header-logo img {
  width: 100%;
  max-width: 255px;
  height: auto;
  padding-top: 0;
}
header .header-logo {
  padding-top: 0;
  float: none;
  width: 50%;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0;
}
header .main-nav ul {
  display: none;
}
.sp-menu-wrap {
  border-bottom: 0;
}
.sp-main-menu {
  width: 50px;
  height: 50px;
  text-align: center;
  padding-top: 12px;
  background-color: rgba(1,91,177,0.9);
  position: fixed;
  box-sizing: border-box;
  right: 0;
  top: 0;
}
.sp-main-menu-list nav {
  display: none;
  width: 100%;
  position: fixed;
  left: 0;
  top: 50px;
  background-color: rgba(0, 0, 0, 0.8);
  height: 100%;
}
.en .sp-main-menu-list nav ul {
  display: block;
  justify-content: center;
  flex-wrap: wrap;
  background-color: rgba(1,91,177,0.9);
  border-top: 1px solid #3C7FBB;
  width: 50%;
  float: left;
}
.en .sp-main-menu-list nav ul.sp-sab-nav {
  float: right;
}
.en .sp-main-menu-list nav ul.sp-sab-nav li:first-child {
  border-top: 1px solid #333;
}
.en .sp-main-menu-list nav ul li:nth-child(odd) {
  border-right: 0;
}
.en .sp-main-menu-list nav ul.sp-sab-nav li, .en .sp-main-menu-list nav ul li {
  width: 100%;
}
.en .sp-main-menu-list nav ul.sp-sab-nav li:nth-child(odd) {
  border-right: 0;
}
  .en .sp-main-menu-list nav ul.sp-esc-nav{
    display: none;
  }
.sp-main-menu-list nav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background: #0A62B0;
  border-top: 1px solid #3C7FBB;
}
.sp-main-menu-list nav ul li {
  width: 50%;
  color: #fff;
  border-bottom: 1px solid #3C7FBB;
  box-sizing: border-box;
  font-size: 16px;
}
.sp-main-menu-list nav ul li:nth-child(odd) {
  border-right: 1px solid #3C7FBB;
}
.sp-main-menu-list nav ul li:nth-child(7), .sp-main-menu-list nav ul li:nth-child(8) {
  border-bottom: 0;
}
.sp-main-menu-list nav ul li a {
  display: block;
  text-align: center;
  padding: 17px 15px;
}
.sp-main-menu-list nav ul li a, .sp-main-menu-list nav ul li a:link, .sp-main-menu-list nav ul li:visited {
  color: #fff;
}
.sp-main-menu-list nav ul.sp-sab-nav {
  background: #151D24;
  border-top: 0;
}
.sp-main-menu-list nav ul.sp-sab-nav li {
  width: 50%;
  color: #fff;
  border-bottom: 1px solid #444444;
  box-sizing: border-box;
}
.sp-main-menu-list nav ul.sp-sab-nav li:nth-child(odd) {
  border-right: 1px solid #444444;
}
.en .sp-main-menu-list nav ul.sp-sab-nav li:last-child, .en .sp-main-menu-list nav ul li:last-child {
  width: 100%;
}
/*menu-trigger*/
.sp-main-menu .menu-trigger {
  position: relative;
}
.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger:hover {
  opacity: .7;
  transition: all ease .5s;
}
.menu-trigger {
  position: relative;
  width: 30px;
  height: 26px;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 1px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 12px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}
.lang-sp-btn {
  display: block;
  position: fixed;
  right: 50px;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: rgba(1,91,177,0.9);
  text-align: center;
}
.lang-sp-btn a {
  display: block;
  width: 50px;
  height: 35px;
  padding-top: 15px;
  text-align: center;
}
.lang-sp-btn a img {
  width: 35px;
  height: 22px;
}
.lang-box-sp {
  width: 100%;
  position: fixed;
  top: 50px;
  left: 0;
  border-top: 1px solid #3C7FBB;
  background: #000;
  padding: 12px 0;
}
.lang-box-sp ul {
  display: flex;
  justify-content: center;
}
.lang-box-sp ul li {
  font-size: 16px;
  text-align: center;
  width: 50%;
}
.lang-box-sp ul li:first-child {
  border-right: 2px solid #283744;
}
.lang-box-sp ul li a {
  color: #fff;
  display: block;
  padding: 12px 0;
}
.google-serch-box-btn {
  display: block;
  position: fixed;
  right: 100px;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: rgba(1,91,177,0.9);
  text-align: center;
}
  .en .google-serch-box-btn {
  right: 50px;
}
.google-serch-box-sp {
  width: 100%;
  position: fixed;
  top: 50px;
  left: 0;
  border-top: 1px solid #3C7FBB;
  background: #000;
}
.google-serch-box-btn a {
  display: block;
  width: 50px;
  height: 36px;
  padding-top: 13px;
}
  .en .google-serch-box-btn a {
  height: 37px;
}
.google-serch-box-btn img {
  width: 26px;
  height: 26px;
}
.map-sp-btn {
  display: block;
  position: fixed;
  right: 150px;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: rgba(1,91,177,0.9);
  text-align: center;
}
.contact-sp-btn {
  display: block;
  position: fixed;
  right: 200px;
  top: 0;
  width: 50px;
  height: 50px;
  background-color: rgba(1,91,177,0.9);
  text-align: center;
}
.contact-sp-btn a {
  display: block;
  width: 50px;
  height: 41px;
  padding-top: 9px;
}
.map-sp-btn a {
  display: block;
  width: 50px;
  height: 41px;
  padding-top: 9px;
}
.map-sp-btn img {
  width: 20px;
  height: 34px;
}
.contact-sp-btn img {
  width: 26px;
  height: 32px;
}
}

@media screen and (max-width:768px) {
  .en .mb11{
  margin-bottom: 24px !important;
}
header.header {
  height: auto;
}
header .main-nav {
  padding: 0 10px;
  height: 50px;
  background-color: rgba(1,91,177,0.9);
}
header .header-logo {
  width: 83px !important;
  padding-top: 0;
  position: relative;
  z-index: 10;
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
}
header .header-logo a {
  display: block;
}
header .header-logo img {
  padding-top: 0;
  vertical-align: middle;
}
  .en header .header-logo img {
    min-width: 200px;
    height: auto;
}
header .header-logo img.pc-logo {
  display: none;
}
header .header-logo img.sp-logo {
  display: block;
}
header .main-nav ul, header .sab-nav {
  display: none !important;
}
  .en .sp-main-menu-list nav ul.sp-esc-nav{
    display: flex;
     justify-content: space-between;
     flex-wrap: wrap;
    width: 100%;
    margin-top: -1px;
        border-bottom: 1px solid #444444;
        border-top: 1px solid #444444;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .en .sp-main-menu-list nav ul.sp-esc-nav li{
    width: 33%;
    border-right: 1px solid #444444;
    text-align: center;
    border-bottom: 0;
  }
  .en .sp-main-menu-list nav ul.sp-esc-nav li:last-child{
    border: 0;
  }
}

/*@media screen and (max-width:419px) {
header .main-nav {
    padding: 0 20px;
    height: 50px;
	    padding-left: 10px;
}
header .header-logo {
    height: 50px;
    line-height: 50px;
}
.sp-main-menu {
    width: 40px;
    height: 50px;
        padding-top: 15px;
}
.menu-trigger {
    position: relative;
    width: 24px;
    height: 20px;
}
.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
    top: 9px;
}
.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
}
.sp-main-menu-list nav,  .lang-box-sp,  .google-serch-box-sp {
    top: 40px;
}
.lang-sp-btn {
    right: 40px;
    width: 40px;
    height: 40px;
}
.lang-sp-btn a {
    display: block;
    width: 40px;
        height: 50px;
    padding-top: 17px;
}
.lang-sp-btn a img {
    width: 28px;
    height: auto;
}
.google-serch-box-btn {
    right: 80px;
    width: 40px;
    height: 40px;
}
.google-serch-box-btn a {
    display: block;
    width: 40px;
    height: 50px;
    padding-top: 16px;
}
.google-serch-box-btn img {
    width: 22px;
    height: auto;
}
.map-sp-btn {
    right: 120px;
    width: 40px;
    height: 40px;
}
.map-sp-btn a {
    display: block;
    width: 40px;
        height: 50px;
    padding-top: 14px;
}
.map-sp-btn img {
    width: 16px;
    height: auto;
}
}*/

@media screen and (max-width:375px) {
header .header-logo img {
  width: 83px;
  height: auto;
}
header .main-nav {
  padding-left: 10px;
  background-color: rgba(1,91,177,0.9);
}
}

@media screen and (max-width:320px) {
header .header-logo img {
  width: 70px;
  height: auto;
}
}
/*===============================
	footer
================================*/
footer {
  width: 100%;
}
footer.footer {
  background-image: url(/assets/images/fot-links-bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  clear: both;
}
.footer-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
.pagetop {
  border-top: 1px solid #fff;
  background: #F1F4F5;
}
.pagetop:hover {
  background: #ddd;
  transition: all ease .5s;
}
.pagetop p {
  display: block;
  text-align: center;
  margin: 0;
}
.pagetop p img {
  width: 16px;
  height: auto;
  margin: 0 auto;
}
.pagetop p a {
  display: block;
  padding: 20px 0;
}
.footer-inner .site-links {
  padding: 0 40px 200px;
  box-sizing: border-box;
}
.en .footer-inner .site-links {
  padding-bottom: 80px;
}
.footer-inner .site-links-wrap {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.en .footer-inner .site-links-wrap {
  justify-content: flex-start;
}
.footer-inner .links-group {
  width: 32%;
    max-width: 390px;
    margin-left: 15px;
  margin-top: 50px;
  box-sizing: border-box;
  text-align: left;
}
.en .footer-inner .links-group {
  width: 32%;
  max-width: 390px;
  margin-left: 15px;
}
.en .footer-inner .links-group:nth-child(1), .en .footer-inner .links-group:nth-child(4), .en .footer-inner .links-group:nth-child(7) {
  margin-left: 0;
}
.footer-inner .links-group h3 {
  font-size: 14px;
  color: #fff;
  display: block;
  line-height: 1.2;
  padding-bottom: 18px;
  border-bottom: 1px solid #fff;
}
.en .footer-inner .links-group h3 {
  font-weight: normal;
}
.footer-inner .links-group h3 a {
  color: #fff;
}
.footer-inner .links-group h3 a:link, .footer-inner .links-group h3 a:visited {
  color: #fff;
}
.footer-inner .links-group ul {
  margin-top: 15px;
}
.footer-inner .links-group ul li {
  font-size: 13px;
  line-height: 1.8;
}
.footer-inner .links-group ul li a {
  color: #fff;
  text-decoration: none;
}
.footer-inner .links-group ul li a:link, .footer-inner .links-group ul li a:visited {
  color: #fff;
}
.footer-inner .links-group ul li a:hover {
  text-decoration: underline;
}
footer .inner-box {
  background: #000;
  padding: 54px 40px 60px;
  box-sizing: border-box;
}
footer .inner-box ul {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding-bottom: 28px;
  border-bottom: 1px solid #2D2D2D;
}
footer.footer .inner-box ul li {
  font-size: 16px;
  border-right: 1px solid #808080;
}
footer.footer .inner-box ul li:last-child {
  border-right: 0;
}
footer.footer .inner-box ul li a {
  padding: 0 35px;
}
footer.footer .inner-box ul li a:link, footer.footer .inner-box ul li a:visited {
  color: #fff;
}
footer.footer .inner-box ul li a:hover {
  text-decoration: underline;
}
footer.footer .inner-box ul li:first-child a {
  padding-left: 0;
}
footer.footer .inner-box ul li:last-child a {
  padding-right: 0;
}
footer.footer .inner-box ul.sns {
  margin-top: 30px;
  border-bottom: 0;
  padding-bottom: 0;
}
.en footer.footer .inner-box ul.sns {
  margin-top: 0;
}
footer.footer .inner-box ul.sns li {
  border: 0;
}
footer.footer .inner-box ul.sns li a {
  padding: 0;
}
footer.footer .inner-box ul.sns li a:hover {
  opacity: .7;
  transition: all ease .5s;
}
footer.footer .inner-box ul.sns li img.fot-icon-fb {
  width: 24px;
  height: 24px;
}
footer.footer .inner-box ul.sns li img.fot-icon-youtube {
  width: 110px;
  height: 24px;
  margin-left: 15px;
}
footer.footer .inner-box ul.about-link {
  margin-top: 20px;
  border-bottom: 0;
  padding-bottom: 0;
}
footer.footer .inner-box ul.about-link li {
  font-size: 13px;
  line-height: 1.2;
  border-color: #282828;
}
footer.footer .inner-box ul.about-link li a {
  padding: 0 12px;
}
footer.footer .inner-box ul.about-link li:first-child a {
  padding-left: 0;
}
footer.footer .inner-box p.copy {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 18px;
  font-size: 13px;
  color: #fff;
}

@media screen and (max-width:1280px) {
.footer-inner .links-group {
  width: 30%;
  max-width: 30%;
}
  .en .footer-inner .links-group {
  width: 48%;
    max-width: 100%;
  margin-left: 0;
}
  .en .footer-inner .links-group:nth-child(odd){
    margin-right: 2%;
  }
}

@media screen and (max-width:768px) {
footer .inner-box {
  background: #000;
  padding: 30px 15px;
  box-sizing: border-box;
}
footer .inner-box ul {
  justify-content: center;
}
footer .inner-box ul li {
  width: 33%;
  text-align: center;
  margin-bottom: 16px;
}
footer .inner-box ul li:nth-child(4), footer .inner-box ul li:nth-child(5) {
  margin-bottom: 0;
}
footer.footer .inner-box ul li a {
  padding: 0;
  display: block;
}
footer.footer .inner-box ul.sns {
  max-width: 250px;
}
footer.footer .inner-box ul.sns li {
  width: 50%;
}
footer.footer .inner-box p.copy {
  width: 100%;
  padding-top: 30px;
  text-align: center;
}
.footer-inner .site-links {
  display: none;
}
}

@media screen and (max-width:420px) {
footer.footer .inner-box ul li {
  font-size: 12px;
}
footer.footer .inner-box ul.about-link li {
  font-size: 12px;
  width: 49%;
}
}

@media screen and (max-width:320px) {
footer.footer .inner-box ul.about-link li {
  font-size: 11px;
}
}
/*===============================
	search
================================*/

section.search {
  margin-top: 100px;
}
section.search .section-inner {
  text-align: center;
}
section.search h2 {
  margin-bottom: 40px;
}
section.search .gsc-control-cse {
  background: #fff !important;
  border: 0;
}
#navSearch div {
  padding: 10px 0;
}
#navSearch div input {
  vertical-align: middle;
  border: 0 !important;
  background: #000 !important;
  color: #fff !important;
  text-indent: 0 !important;
}
#navSearch div input[name="image"] {
  margin-left: 8px;
}

@media screen and (max-width:1023px) {
#navSearch div {
  padding: 12px 0;
  text-align: center;
}
#navSearch div input {
  font-size: 16px;
  text-align: center;
  padding: 9px 0;
}
#cse-search-results iframe {
  width: 100%;
}
}

@media screen and (max-width:768px) {
section.search {
  margin-top: 50px;
}
section.search h2 {
  margin-bottom: 20px;
}
}
/*===============================
	iframe
================================*/


.iframe-box {
  text-align: center;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
}
.iframe-box iframe {
  margin-left: auto;
  margin-right: auto;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.iframe-box video {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*@media screen and (min-width:1281px){
	.iframe-box{
		padding-bottom: 0;
		height: 720px;
	}
	.iframe-box iframe{
		width: 1280px;
		height: 720px;
		position: relative;
	}
	.iframe-box video{
		width: 1280px;
		height: 720px;
		position: relative;
	}
}*/

/*===============================
	google castam
================================*/

.gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
  border-color: #000 !important;
  background-color: #000 !important;
  background-image: none !important;
  cursor: pointer !important;
  filter: none !important;
}
.cse .gsc-search-button-v2, .gsc-search-button-v2 {
  padding: 0px !important;
}
.gsc-control-cse {
  border-color: #000000 !important;
  background-color: #000000 !important;
}
input.gsc-input, .gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
  background: #000 !important;
  border: #000 !important;
}
.gsc-search-button-v2 svg {
  width: 21px !important;
  height: 23px !important;
}
.gsc-search-button-v2 svg:hover {
  opacity: .7;
  transition: all ease .5s;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
  color: #999999 !important;
  font-size: 13px !important;
}
.cse .gsc-control-cse, .gsc-control-cse {
  padding: 4.5px 1em !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
  text-indent: 0 !important;
}
#gsc #gsc-iw-id1 {
  border: none !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
  font-family: 'Noto Sans JP', sans-serif !important;
}

@media screen and (max-width:768px) {
.gsc-search-box-tools .gsc-search-box .gsc-input {
  text-align: center !important;
}
.cse .gsc-control-cse, .gsc-control-cse {
  padding: 1.5em !important;
}
}

#wrapper {
  width: 100%;
  background: #F0F4F5;
  box-sizing: border-box;
}
#container {
  width: 100%;
  margin: 98px auto 0px;
  background: #F0F4F5;
  padding: 60px 20px;
  box-sizing: border-box;
}
#content {
  background: #fff;
  width: 100%;
  max-width: 970px;
  float: none;
  margin: 0 auto;
}
#contentInner {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  padding: 0 50px;
  line-height: 1.5;/*ǉynu 2019.4.9*/
  box-sizing: border-box;
}
#content:after {
  content: '';
  display: block;
  clear: both;
}
#content p.pagetop {
  display: none !important;
}
ul#navPageFunction {
  overflow: hidden;
  display: none;
}
#content .hLv1Ctrl {
  background: none;
  border-bottom: 1px solid #ededed;
}
#content .hLv1Ctrl .hLv1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 0;
  padding-bottom: 40px;
  border-bottom: 5px solid #F0F4F5;
}
.en #content .hLv1Ctrl .hLv1 {
  font-size: 32px;
  padding-bottom: 25px;
  font-weight: normal;
}
.en #content h2{
  font-weight: normal;
  font-size: 18px;
}
#wrapper #container .icoPdf {
  background-position: right center;
  background-image: url(/assets/images/for_ico_pdf.gif);
  background-repeat: no-repeat;
  padding-right: 20px;
}
#wrapper #container .icoDoc {
  background-image: url(/assets/images/for_ico_doc.gif);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 20px;
}
ul.mkLink li, ul.mkType ul.mkLink li {
  background-image: url(/assets/images/for_ul_link1.gif);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 13px;
}
.hLv1 {
  border: 0;
}
dl.des-long {
  margin-bottom: 2em;
}
#side {
  display: none;
}
#topicPath a {
  color: #416FB5;
}
.en #topicPath a {
  font-weight: normal;
}
#content a,#content a:link,#content a:visited{
  color: #416FB5;
}
.en #content a,.en #content a:link,.en #content a:visited{
  font-weight: normal;
}
.printContent {
  display: block !important;
}
#topicPath li {
  font-size: 14px;
}
.en #topicPath{
  margin: 0 3px;
    padding: 7px 2px 7px 15px;
    font-size: 93%;
    line-height: 1.6;
    text-align: left;
}
.en #topicPath li {
  font-size: 12px;
  font-weight: normal;
  display: inline;
}
.printContent a:hover {
  cursor: pointer;
}
#content dl.des-long dt {
  font-size: 16px;
}
#content dl.des-long dd {
  font-size: 16px;
  line-height: 1.5;
}
.en #content dl.des-long dt {
  font-size: 14px;
}
.en #content dl.des-long dd {
  font-size: 14px;
  line-height: 1.5;
}
.heading-top h1 {
  text-align: center;
}
.heading-top h1 img {
  width: 100%;
  max-width: 970px;
  height: auto;
  box-sizing: border-box;
}
#content .hLv1Ctrl {
  width: 100%;
    max-width: 970px;
    padding: 40px 50px 10px;
    margin: 0 auto;
    box-sizing: border-box;
    border-bottom: 0;
}
#content p {
  padding-left: 0;
}
.en #content p {
  font-size: 14px;
      margin-top: 1.35em;
}
 #content .rowHead th,  #content .rowHead td,  #content .colHead th,  #content colHead td,  #content .complete th,  #content .complete td,  #content .rowBorder th,  #content .rowBorder td,  #content .tBorder th,  #content .tBorder td{
  font-size: 16px;
}
table.rowHead, table.colHead, table.complete, table.rowBorder, table.tBorder
{
    margin-top: .7em;
    border-collapse: separate;
    border: medium none;
    border-spacing: 1px;
}
table.rowHead, table.colHead, table.complete, table.tBorder {
    background-color: #C5CACF;
}
.en #content .rowHead th,  .en #content .rowHead td,  .en #content .colHead th,  .en #content colHead td,  .en #content .complete th,  .en #content .complete td,  .en #content .rowBorder th,  .en #content .rowBorder td,  .en #content .tBorder th,  .en #content .tBorder td{
  font-size: 14px;
  font-weight: normal;
  /* font-weight: bold; 20201214 */
  /* background-color: #DBDEE3; 20201214 */
  text-align: left;
}

.rowHead th, .rowHead td, .colHead th, .colHead td, .complete th, .complete td, .tBorder th, .tBorder td {
  font-size: 15px;
  border: 1px solid #ffffff;
  padding: .3em .5em;
  line-height: 1.4;
  border-spacing: 1px;
  /* background-color: #ffffff; 20201214 */
}
#content p.navAnchor {
  padding: 10px;
}
#content .flat.img-l div img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  text-align: center;
  margin: 20px auto;
}
#content .innerColumn2 div.innerBox {
  width: 48%;
}
.heading-top h1 span {
  display: none;
}
#topicPath a {
  padding-right: 7px;
  background: none;
  text-decoration: none;
}
#topicPath a:hover {
  opacity: .7;
  transition: all ease .5s;
}
#topicPath a:after {
  font-family: FontAwesome;
  content: "\f105";
  color: #416FB5;
  font-size: 16px;
  padding-left: 10px;
  text-decoration: none;
}
#wrapper img.ico {
  width: 11px !important;
  border: 0;
  margin: 0 6px !important; 
}
#wrapper img.ico_pdf {
  width: 15px !important;
  border: 0;
  margin: 0 5px !important;
}
#content a:hover img.ico_pdf  {
    border: 0 !important;
}
#wrapper img.ico_label {
  width: 53px !important;
}
dl.des-long {
  margin-left: 0;
}
ul.mkType, ul.colList, .colLink, ul.mkLink, ol.numType, ol.numType-c, ol.numType-b, ol.numNone, ol.numFlow, dl.des-short, dl.des-single, dl.des-item {
  margin-left: 0;
}
dl.answer {
  margin-left: 0;
}
.mkLink ul li {
  margin-top: 10px;
}
#wrapper .blkMv{
  width:100%;
  margin-top: 10px;
}
#wrapper .blkMv img{
  width: 100% !important;
      max-width: 100% !important;
  height: auto;
  border: 0;
}
#wrapper .icoPageUp {
  display: none !important;
}

@media screen and (max-width:1023px) {
#container {
  margin: 50px auto 60px;
  padding: 60px 20px;
}
.header-logo h1 {
  margin: 0;
}
}

@media screen and (max-width:768px) {
#wrapper {
  box-sizing: border-box;
}
#content {
  padding: 0;
  padding-bottom: 10px;
}
#content .hLv1 {
  margin: 0;
}
#content h2 {
  font-size: 20px;
  background: #0A62B0;
  text-shadow: none;
  font-weight: bold;
  padding: 10px;
  color: #fff;
  margin-top: 20px;
}
  .en #content h2{
    font-size: 18px;
    font-weight: normal;
  }
#content h4 {
  margin-top: 15px;
  padding: 2px 8px 3px;
  border-left: 3px solid #B9BFC6;
  background: transparent url(/common/images/for_border1.gif) repeat-x left bottom;
  line-height: 1.2;
  margin-bottom: 20px;
}
#content img.sp, #content .imgcapt img, #content .frobject img, #content .alCent img, #content table img {
  width: 100%;
  height: auto;
}
#content img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
#content img.ico {
  border: 0;
  width: 11px !important;
  height: 11px !important;
}
  #wrapper img.ico_pdf {
  width: 15px !important;
    height: 13px !important;
    margin: 0 3px !important;
}
.frobject {
  margin-left: 0;
}
.frobject span {
  display: block;
  padding-top: 10px;
}
#content .mkLink {
  margin-bottom: 20px;
}
#content h2 a {
  color: #fff;
}
#content h2 a:link, #content h2 a:visited {
  color: #fff;
}
#content h3 {
  margin: 15px 0;
  line-height: 1.5;
}
ul#navPageFunction {
  display: none;
}
#navPageFunction {
  display: none;
}
#container {
  width: 100% !important;
  margin: 50px auto 0;
  background: #F0F4F5;
  padding: 10px;
  box-sizing: border-box;
}
#contentInner {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 20px;
  border-top: 5px solid #F0F4F5;
}
#contentInner p {
  font-size: 16px;
  line-height: 1.5;
}
  .en #content p {
  font-size: 15.5px;
}
  .en #contentInner p{
    font-size: 15.5px;
  }
#contentInner p:first-child {
  margin-top: 0;
}
#content p.pagetop {
  width: 95%;
}
#content .hLv1Ctrl {
  padding: 0;
}
#content .hLv1Ctrl .hLv1 {
  font-size: 24px;
  padding: 20px;
  background: #fff;
  border-bottom: 0;
}
  .en #content .hLv1Ctrl .hLv1 {
  font-size: 20px;
  padding: 20px;
  background: #fff;
  border-bottom: 0;
    font-weight: normal;
}
  #wrapper .blkMv{
  margin-top: 0;
}
  .en #content dl.des-long dt {
  font-size: 15.5px;
}
.en #content dl.des-long dd {
  font-size: 15.5px;
  line-height: 1.5;
}
dl.des-long {
  margin-bottom: 1em;
  margin-left: 0;
}
#wrapper .alRight {
  margin-top: 1em;
}
div#topicPath {
  display: none !important;
}
#content .innerColumn2 div.innerBox {
  width: 100%;
}
#content .des-short dt {
  margin-top: 1em;
  font-size: 18px;
}
  .en #content .des-short dt{
    font-size: 15.5px;
    font-weight: normal;
  }
#content .des-short dd {
  font-size: 16px;
  border-left: 2px dotted #969FA9;
  padding-left: 10px;
  margin-left: 10px;
  line-height: 1.5;
}
  .en #content .des-short dd{
    font-size: 15.5px;
    font-weight: normal;
  }
#content .navContent li {
  font-size: 14px;
}
#content ul.mkLink li a, ul.mkLink li span, ol.numType li span {
  font-size: 16px;
}
  .en #content ul.mkLink li a, .en ul.mkLink li span, .en ol.numType li span {
  font-size: 15.5px;
}
#wrapper .icoLink {
  background-position: left center;
}
#content ul.navContent {
  margin: 0;
  padding: 20px 0 0;
}
  #content img:not(.sp) {
  vertical-align: middle;
  max-width: 400px;/*ǉ2019.4.9ynu*/
    max-height: 100%;
  height: auto;
  width: 100%;
  margin: 0 auto;
}
#content strong {
  display: block;
  font-size: 16px;
}
#content p.navAnchor {
  margin-top: 0;
  font-size: 16px;
}
  .en #content p.navAnchor {
  margin-top: 0;
  font-size: 15.5px;
}
 #content .rowHead th,  #content .rowHead td,  #content .colHead th,  #content colHead td,  #content .complete th,  #content .complete td,  #content .rowBorder th,  #content .rowBorder td,  #content .tBorder th,  #content .tBorder td{
  font-size: 16px;
}
   .en #content .rowHead th,  .en #content .rowHead td,  .en #content .colHead th,  .en #content colHead td,  .en #content .complete th,  .en #content .complete td,  .en #content .rowBorder th,  .en #content .rowBorder td,  .en #content .tBorder th,  .en #content .tBorder td{
  font-size: 15.5px;
     font-weight: normal;
}
#content p.navAnchor a {
  background: transparent url(http://www.ynu.ac.jp/common/images/for_arrow_down1.gif) no-repeat right center;
}
#content .notes {
  background: transparent url(http://www.ynu.ac.jp/common/images/for_notes_ico.gif) no-repeat .4em .6em;
  padding-left: 1em;
}
#content .contact h2 {
  color: #333;
  background: #F3F4F6;
    border: 0;
    border-left: none;
    border-bottom: 1px dotted #C5CACF;
}
#content .contact p {
  font-size: 16px;
}
#content .contact {
  margin: 0 0 20px 0;
}
#content .contact:last-child {
  margin-bottom: 0;
}
.mkLink li {
  margin-top: 10px;
}
/*table*/
.rowHead th, .rowHead td, .colHead th, .colHead td, .complete th, .complete td, .tBorder th, .tBorder td {
  font-size: 16px;
  padding: 10px;
  border: 1px solid #ddd;
}
  .en .rowHead th, .en .rowHead td, .en .colHead th, .en .colHead td, .en .complete th, .en .complete td, .en .tBorder th, .en .tBorder td {
  font-size: 15.5px;
  padding: 10px;
  border: 1px solid #ddd;
}
#content table {
  margin-top: 20px;
  width: 100%;
  word-break: break-all;
}
.colHead tbody th, #content table th {
  background-color: #DBDEE3;
  line-height: 1.2;
  text-align: left;
  border-bottom: 1px solid #fff;
  width: 27%;
}
#content ul.mkType, #content ul.mkType ul, #content ol.numType {
  margin-left: 20px;
  margin-top: 20px;
}
#content ul.mkType li, #content ul.mkType ul li, #content ol.numType li {
  font-size: 16px;
  line-height: 1.5;
}
  .en #content ul.mkType li, .en #content ul.mkType ul li, .en #content ol.numType li{
    font-size: 15.5px;
  }
#content ol.numType-c, #content ol.numType-b, #content ol.numNone {
  margin-left: 20px;
}
#content ol.numType-c li, #content ol.numType-b li {
  padding-left: 0;
  margin-left: 0;
  font-size: 16px;
}
#content dl.des-long dt:first-child {
  margin-top: 0;
}
#content ol.numNone li {
  font-size: 16px;
}
#content .panel-b, #content .panel-d, #content .panel-b-s {
  margin: 0;
  margin-bottom: 20px;
}
#content .rowBorder th, #content .rowBorder td {
  font-size: 14px;
}
  .en #content .rowBorder th, .en #content .rowBorder td{
    font-size: 15.5px;
    font-weight: normal;
  }
#content dl.des-long dt:first-child {
  margin-top: 0;
}
  .en #content dl.des-long dt{
    font-size: 15.5px;
    font-weight: normal;
  }
#content dl.des-long dt {
  font-size: 16px;
  font-weight: bold;
  margin: 15px 0 5px;
}
  .en #content dl.des-long dt {
  font-size: 15.5px;
  font-weight: normal;
  margin: 15px 0 5px;
}
#content .table-scroll-wrap {
  width: 100%;
  overflow-y: scroll;
  padding-bottom: 10px;
}
#content .table-scroll-wrap::-webkit-scrollbar {
 height: 5px;
}
#content .table-scroll-wrap::-webkit-scrollbar-track {
 border-radius: 5px;
 background: #eee;
}
#content .table-scroll-wrap::-webkit-scrollbar-thumb {
 border-radius: 5px;
 background: #666;
}
#content .table-scroll-wrap table {
  width: 768px;
}
}
/*category*/
.category-main.about {
  width: 100%;
  margin-top: 98px;
  background-image: url(/about/images/about_main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.category-main.academics {
  width: 100%;
  margin-top: 98px;
  background-image: url(/academics/images/academics_main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.category-main.campus {
  width: 100%;
  margin-top: 98px;
  background-image: url(/campus/images/campus_main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.category-main.society {
  width: 100%;
  margin-top: 98px;
  background-image: url(/society/images/society_main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.category-main.graduates {
  width: 100%;
  margin-top: 98px;
  background-image: url(/graduates/images/graduates_main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.category-main.exam {
  width: 100%;
  margin-top: 98px;
  background-image: url(/exam/images/exam_main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.category-main.education {
  width: 100%;
  margin-top: 98px;
  background-image: url(/education/images/education_main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.category-main.education_eng {
  width: 100%;
  margin-top: 98px;
  background-image: url(/english/education/images/education_main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.category-main.international {
  width: 100%;
  margin-top: 98px;
  background-image: url(/international/images/international_main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.category-main.student {
  width: 100%;
  margin-top: 98px;
  height: 200px;
  background-image: url(/student/images/student_main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.category-main.visitor {
  width: 100%;
  margin-top: 98px;
  height: 200px;
  background-image: url(/english/visitor/images/visitor_main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.category-main.current {
  width: 100%;
  margin-top: 98px;
  height: 200px;
  background-image: url(/english/current/images/current_main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.category-main.news_center {
  width: 100%;
  margin-top: 98px;
  background-image: url(/news_center/images/news_center_main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.category-main.research {
  width: 100%;
  margin-top: 98px;
  background-image: url(/research/images/research_main-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.category-main-inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 200px 40px 200px;
  box-sizing: border-box;
}
.category-main.student .category-main-inner {
  padding: 0;
}
.category-main.current .category-main-inner {
  padding: 0;
}
.category-main.visitor .category-main-inner {
  padding: 0;
}
.category-main-inner h2 {
  color: #fff;
  font-size: 100px;
  line-height: 1.7;
  border-bottom: 0;
  display: block;
  text-align: center;
  border-bottom: 0;
}
.en .category-main-inner h2 {
  font-size: 72px;
}
.category-main.student .category-main-inner h2 {
  color: #fff;
  padding-top: 30px;
  font-size: 60px;
  line-height: 1.7;
  display: block;
  text-align: center;
  border-bottom: 0;
  font-weight: unset;
}
.category-main.current .category-main-inner h2 {
  color: #fff;
  padding-top: 30px;
  font-size: 60px;
  line-height: 1.7;
  display: block;
  text-align: center;
  border-bottom: 0;
  font-weight: unset;
}
.category-main.visitor .category-main-inner h2 {
  color: #fff;
  padding-top: 30px;
  font-size: 60px;
  line-height: 1.7;
  display: block;
  text-align: center;
  border-bottom: 0;
  font-weight: unset;
}
.category-main-inner h2 span.sub-title {
  font-size: 26px;
  line-height: 1.2;
  display: block;
}
.breadcrumb {
  width: 100%;
  background: #F1F4F5;
}
.breadcrumb__inner {
  width: 100%;
  max-width: 1280px;
  padding: 10px 40px;
  box-sizing: border-box;
  margin: 0 auto;
}
.breadcrumb__inner ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2;
}
.breadcrumb__inner ul li a {
  color: #186AB2;
}
.breadcrumb__inner ul li a:hover {
  text-decoration: underline;
}
.categoryWrap {
  width: 100%;
}
.categoryWrap h3.cat-title {
  font-size: 44px;
  line-height: 1.7;
  color: #333333;
  display: block;
  text-align: center;
  margin-bottom: 19px;
}
.en .categoryWrap h3.cat-title {
  font-size: 28px;
  font-weight: normal;
}
.categoryWrap h3.cat-title:after {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  background: #DDDDDD;
  text-align: center;
  margin: 0 auto;
}
.categoryWrap .overview {
  width: 100%;
  background: #F1F4F5;
}
.categoryWrap .overview .section-inner {
  width: 100%;
  max-width: 1280px;
  padding: 80px 40px;
  box-sizing: border-box;
  margin: 0 auto;
}
.en .categoryWrap .overview .section-inner {
  padding: 40px;
}
.categoryWrap .overview .section-inner .flexbox.pb-80 {
  padding-bottom: 80px;
}
.en .categoryWrap .overview .section-inner .flexbox.pb-80 {
  padding-bottom: 40px;
}
.categoryWrap .overview .section-inner .flexbox.col-3 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 80px;
}
.en .categoryWrap .overview .section-inner .flexbox.col-3 {
  margin-bottom: 40px;
}
.categoryWrap .overview .section-inner .flexbox.col-3:last-child {
  margin-bottom: 0px;
}
.categoryWrap .overview .section-inner .flexbox.set-margin {
  margin-bottom: 0;
}
.categoryWrap .overview .section-inner .flexbox.col-2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
     justify-content: flex-start;
      margin-bottom: 40px;
}
.categoryWrap .overview .section-inner .flexbox.col-2:last-child{
  margin-bottom: 0;
}
.categoryWrap .overview .section-inner .flexbox.col-1{
  width: 100%;
  display: block;
  max-width: 100%;
}
.categoryWrap .overview .section-inner .flexbox.col-1 a,
.categoryWrap .overview .section-inner .flexbox.col-2 a,
.categoryWrap .overview .section-inner .flexbox.col-3 a,
.category_col .category_col__linkbox ul li a{
  text-decoration: none !important;
}
.categoryWrap .overview .section-inner .flexbox.col-1 .flex-item{
  width: 100%;
  max-width: 100%;
    margin: 0 auto;
}
.categoryWrap .overview .section-inner .flexbox.flex-center {
  justify-content: center;
}
.categoryWrap .overview .section-inner .flexbox.col-3 .flex-item {
  margin-right: 1.5%;
  width: 32.33%;
  max-width: 390px;
  margin-bottom: 10px;
}
.en .categoryWrap .overview .section-inner .flexbox.col-3 .flex-item {
  margin-bottom: 13px;
}
.categoryWrap .overview .section-inner .flexbox.col-2 .flex-item {
  margin-right: 2%;
  width: 49%;
  max-width: 590px;
  margin-bottom: 13px;
}
.categoryWrap .overview .section-inner .flexbox.col-3 .flex-item:nth-child(3n) {
  margin-right: 0;
}
.categoryWrap .overview .section-inner .flexbox.col-2 .flex-item:nth-child(2n) {
  margin-right: 0;
  margin: 0 auto 20px;
}
.en .categoryWrap .overview .section-inner .flexbox.col-2 .flex-item:nth-child(2n) {
  margin-right: 0;
  margin: 0 auto 13px;
}
.categoryWrap .overview .section-inner .flexbox.col-1 .flex-item .scale-img{
  max-height: 280px;
  overflow: hidden;
}
.categoryWrap .overview .section-inner .flexbox.col-3 .flex-item .scale-img {
  max-height: 280px;
  overflow: hidden;
}
.categoryWrap .overview .section-inner .flexbox.col-2 .flex-item .scale-img {
  overflow: hidden;
  max-height: auto;
}
.categoryWrap .overview .section-inner .flexbox.col-1 .flex-item img{
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  vertical-align: bottom;
}
.categoryWrap .overview .section-inner .flexbox.col-3 .flex-item img {
  width: 100%;
  max-width: 390px;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  vertical-align: bottom;
}
.categoryWrap .overview .section-inner .flexbox.col-2 .flex-item img {
  width: 100%;
  max-width: 590px;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  vertical-align: bottom;
}
.categoryWrap .overview .section-inner .flexbox.col-3 .flex-item a:hover img, .categoryWrap .overview .section-inner .flexbox.col-2 .flex-item a:hover img,
.categoryWrap .overview .section-inner .flexbox.col-1 .flex-item a:hover img{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.categoryWrap .overview .section-inner .flexbox.col-3 .flex-item .text-wrap, .categoryWrap .overview .section-inner .flexbox.col-2 .flex-item .text-wrap,.categoryWrap .overview .section-inner .flexbox.col-1 .text-wrap {
  background: #fff;
  padding: 20px 30px 20px 20px;
  box-sizing: border-box;
}

.categoryWrap .overview .section-inner .flexbox.col-3 .flex-item .text-wrap h4, .categoryWrap .overview .section-inner .flexbox.col-2 .flex-item .text-wrap h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  padding-right: 15px;
  text-align: left;
}

.categoryWrap .overview .section-inner .flexbox.col-1 .flex-item h4{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  padding-right: 15px;
  text-align: left;
  font-weight: normal;
}
.en .categoryWrap .overview .section-inner .flexbox.col-3 .flex-item .text-wrap h4, .en .categoryWrap .overview .section-inner .flexbox.col-2 .flex-item .text-wrap h4{
  font-size: 16px;
  font-weight: normal;
}
.en .categoryWrap .overview .section-inner .flexbox.col-1 .flex-item h4{
  font-size: 16px;
}
.categoryWrap .overview .section-inner .flexbox.col-3 .flex-item .text-wrap h4:after, .categoryWrap .overview .section-inner .flexbox.col-2 .flex-item .text-wrap h4:after {
  font-family: FontAwesome;
  content: "\f105";
  color: #999999;
  position: absolute;
  right: -5px;
  top: 0%;
  font-size: 24px;
}

.en .categoryWrap .overview .section-inner .flexbox.col-3 .flex-item .text-wrap h4:after, .en .categoryWrap .overview .section-inner .flexbox.col-2 .flex-item .text-wrap h4:after{
  top: -25%;
}
.categoryWrap .overview .section-inner .flexbox.col-3 .flex-item .text-wrap a[target="_blank"] h4:after,
.categoryWrap .overview .section-inner .flexbox.col-3 .flex-item .text-wrap ul li a[target="_blank"]{
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  background-image: url(/common/images/for_ico_blank.gif);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: right center;
  position: absolute;
  top: 41%;
}
.categoryWrap .overview .section-inner .flexbox.col-3 .flex-item .text-wrap a.icon_pdf:after,
.categoryWrap .overview .section-inner .flexbox.col-3 .flex-item .text-wrap ul li a.icon_pdf:after{
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(/common/images/for_ico_pdf.gif);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right center;
  position: absolute;
  top: 41%;
}
.categoryWrap.student .overview .section-inner .flexbox.col-3 .flex-item a.icon_jump h4:after, .categoryWrap .overview .section-inner .flexbox.col-3 .flex-item a.icon_jump h4:after,
.categoryWrap.student .overview .section-inner .flexbox.col-1 .flex-item a.icon_jump h4:after, .categoryWrap .overview .section-inner .flexbox.col-1 .flex-item a.icon_jump h4:after{
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  background-image: url(/assets/images/for_ico_jump.gif);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: right center;
  position: absolute;
  top: 25%;
}
.categoryWrap.student .overview .section-inner .flexbox.col-2 .flex-item a.icon_jump h4:after, .categoryWrap .overview .section-inner .flexbox.col-2 .flex-item a.icon_jump h4:after{
  height: 30px;
}


.categoryWrap .overview .section-inner .flexbox.col-3 .flex-item .text-wrap a.icon_jump:after,
.categoryWrap .overview .section-inner .flexbox.col-3 .flex-item .text-wrap ul li a.icon_jump:after {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  background-image: url(/common/images/for_ico_jump.gif);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: right center;
  position: absolute;
  top: 41%;
}
.categoryWrap .overview .section-inner .flexbox.col-1 .flex-item h4:after{
  font-family: FontAwesome;
  content: "\f105";
  color: #999999;
  position: absolute;
  right: -5px;
  top: 0%;
  font-size: 24px;
}
.flex2colbox {
  width: 100%;
  overflow: hidden;
  margin-bottom: 80px;
}
.flex2colbox__inner.itemCol-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex2colbox__inner.itemCol-right {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.flex2colbox__inner .flex2colbox__inner__linkCol {
  width: 66.67%;
}
.flex2colbox__inner .flex2colbox__inner__itemCol {
  margin-right: 1%;
  width: 32.33%;
  max-width: 390px;
  margin-bottom: 10px;
}
.flex2colbox__inner .flex2colbox__inner__itemCol .scale-img {
  max-width: 390px;
  overflow: hidden;
  max-height: 280px;
}
.flex2colbox__inner img {
  width: 100%;
  max-width: 390px;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  vertical-align: bottom;
}
.flex2colbox__inner a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.flex2colbox__inner .text-wrap {
  background: #F0F3F4;
  padding: 20px 30px 20px 20px;
  box-sizing: border-box;
}
.flex2colbox__inner .text-wrap h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}
.flex2colbox__inner .text-wrap h4:after {
  font-family: FontAwesome;
  content: "\f105";
  color: #999999;
  position: absolute;
  right: -5px;
  top: 0%;
  font-size: 24px;
}
.flex2colbox__inner ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.flex2colbox.bgcolor-white .flex2colbox__inner ul li, .flex2colbox.bgcolor-white .flex2colbox__inner .text-wrap {
  background: #fff;
}
.flex2colbox__inner ul li {
  background: #F0F3F4;
  border: 3px solid #fff;
  transition: all ease .5s;
  box-sizing: border-box;
}
.flex2colbox__inner ul li {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  background: #F0F3F4;
  width: 48%;
  margin-right: 2%;
  max-width: 390px;
  margin-bottom: 2%;
  border: 3px solid #F0F3F4;
  box-sizing: border-box;
  transition: all ease .5s;
}
.en .category_col .category_col__linkbox ul li {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  background: #F0F3F4;
  width: 100%;
  margin-right: 0;
  max-width: 780px;
  margin-bottom: 13px;
  border: 3px solid #F0F3F4;
  box-sizing: border-box;
  transition: all ease .5s;
  font-weight: normal;
}
.flex2colbox__inner ul li:hover {
  border-color: #ddd;
}
.flex2colbox__inner ul li:nth-child(2n) {
  margin-right: 0;
}
.flex2colbox__inner ul li a {
  padding: 18px 30px 18px 18px;
  box-sizing: border-box;
  display: block;
  position: relative;
}
.flex2colbox__inner ul li a:after {
  font-family: FontAwesome;
  content: "\f105";
  color: #999999;
  position: absolute;
  right: 20px;
  top: 16px;
  font-size: 24px;
}
.category {
  width: 100%;
}
.category .section-inner {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.category .section-inner h3.cat-title {
  text-align: left;
}
.category .section-inner h3.cat-title:after {
  content: '';
  display: block;
  width: 50px;
  height: 4px;
  background: #DDDDDD;
  position: absolute;
  margin: 0 auto;
}
.category_col.item-left, .category_col.item-right {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.category_col.item-left {
  justify-content: flex-start;
}
.category_col.item-right {
  justify-content: flex-start;
  flex-direction: row-reverse;
  background: #F3F3EF;
}
.category_col .category_col__itembox {
  width: 50%;
  max-width: 679px;
  height: auto;
  min-height: 589px;
}
/*cn category-thumb update 20190709*/

/*ja about*/
.category_col .category_col__itembox.about-access{
  background: url("/english/about/images/col_access-bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}
.category_col .category_col__itembox.about-libraries{
  background: url("/english/about/images/col_libraries-bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}
/*ja admissions*/
.category_col .category_col__itembox.admissions-before{
  background: url("/english/admissions/images/col_before-bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}
.category_col .category_col__itembox.admissions-after{
  background: url("/english/admissions/images/col_after-bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}
/*ja student*/
.category_col .category_col__itembox.student-tuition{
  background: url("/english/student/images/col_tuition-bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}
.category_col .category_col__itembox.student-academic{
  background: url("/english/student/images/col_academic-bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}
/*ja research*/
.category_col .category_col__itembox.research-policy{
  background: url("/english/research/images/col_policy-bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}
.category_col .category_col__itembox.research-collabolation{
  background: url("/english/research/images/col_collabolation-bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}
/*ja education*/
.category_col .category_col__itembox.education-undergraduade{
  background: url("/english/education/images/col_undergraduade-bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}
.category_col .category_col__itembox.education-graduade{
  background: url("/english/education/images/col_graduade-bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}



.category_col .category_col__itembox img {
  display: none;
  width: 100%;
  max-width: 679px;
  height: 100%;
  vertical-align: bottom;
}
.category_col .category_col__linkbox {
  width: 50%;
  padding: 50px 20px 50px 80px;
  box-sizing: border-box;
}
.category_col.item-right .category_col__linkbox {
  width: 50%;
  padding: 50px 80px 50px 20px;
  box-sizing: border-box;
}
.category_col .category_col__linkbox ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.category_col.item-right .category_col__linkbox ul li {
  background: #fff;
  border: 3px solid #fff;
  transition: all ease .5s;
  box-sizing: border-box;
}
.category_col .category_col__linkbox ul li {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  background: #F0F3F4;
  width: 48%;
  margin-right: 2%;
  max-width: 390px;
  margin-bottom: 2%;
  border: 3px solid #F0F3F4;
  box-sizing: border-box;
  transition: all ease .5s;
}
.en .category_col .category_col__linkbox ul li {
  font-size: 16px;
}
.category_col .category_col__linkbox ul li:hover {
  border-color: #ddd;
}
.category_col .category_col__linkbox ul li:nth-child(2n) {
  margin-right: 0;
}
.category_col .category_col__linkbox ul li a {
  padding: 18px 30px 18px 18px;
  box-sizing: border-box;
  display: block;
  position: relative;
      text-align: left;
}
.category_col .category_col__linkbox ul li a:after {
  font-family: FontAwesome;
  content: "\f105";
  color: #999999;
  position: absolute;
  right: 20px;
  top: 16px;
  font-size: 24px;
}
.category_col .category_col__linkbox ul li a[target="_blank"]:after, .categoryWrap .overview .section-inner .flexbox.col-3 .flex-item a[target="_blank"] h4:after,.categoryWrap .overview .section-inner .flexbox.col-2 .flex-item a[target="_blank"] h4:after,.categoryWrap .overview .section-inner .flexbox.col-1 .flex-item a[target="_blank"] h4:after,.category_col .category_col__linkbox a[target="_blank"] h4:after, .default-linkcol__inner ul li a[target="_blank"]:after, .flex2colbox__inner ul li a[target="_blank"]:after {
  content: '';
  display: block;
  width: 11px;
  height: 11px;
  background-image: url(/common/images/for_ico_blank.gif);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: right center;
  position: absolute;
  top: 41%;
}
.en .category_col .category_col__linkbox ul li a[target="_blank"]:after, .en .categoryWrap .overview .section-inner .flexbox.col-3 .flex-item a[target="_blank"] h4:after,.en .categoryWrap .overview .section-inner .flexbox.col-2 .flex-item a[target="_blank"] h4:after,.en .categoryWrap .overview .section-inner .flexbox.col-1 .flex-item a[target="_blank"] h4:after,.en .category_col .category_col__linkbox a[target="_blank"] h4:after,.en .default-linkcol__inner ul li a[target="_blank"]:after, .en .flex2colbox__inner ul li a[target="_blank"]:after {
  height: 24px;
}
.en .category_col .category_col__linkbox ul li a[target="_blank"]:after{
  height: 11px;
}

.category_col .category_col__linkbox ul li a.icon_pdf:after, .default-linkcol__inner ul li a.icon_pdf:after, .flex2colbox__inner ul li a.icon_pdf:after{
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(/common/images/for_ico_pdf.gif);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right center;
  position: absolute;
  top: 41%;
}
.en .categoryWrap .overview .section-inner .flexbox.col-2 .flex-item ul li a.icon_pdf:after,.en .categoryWrap .overview .section-inner .flexbox.col-2 .flex-item a.icon_pdf h4:after{
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(/common/images/for_ico_pdf.gif);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right center;
  position: absolute;
  top: 10%;
}
 .categoryWrap.student .overview .section-inner .flexbox.col-3 .flex-item a[target="_blank"] h4:after,.categoryWrap .overview .section-inner .flexbox.col-3 .flex-item a[target="_blank"] h4:after {
 content: '';
 display: block;
 width: 11px;
 height: 11px;
 background-image: url(/common/images/for_ico_blank.gif);
 background-repeat: no-repeat;
 background-size: 11px;
 background-position: right center;
 position: absolute;
 top: 35%;
}
.categoryWrap.student .overview .section-inner .flexbox.col-3 .flex-item a.icon_pdf h4:after, .categoryWrap .overview .section-inner .flexbox.col-3 .flex-item a.icon_pdf h4:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(/assets/images/for_ico_pdf.gif);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: right center;
  position: absolute;
  top: 25%;
}
.categoryWrap.student .overview .section-inner .flexbox.col-3 .flex-item a.icon_jump h4:after, .categoryWrap .overview .section-inner .flexbox.col-3 .flex-item a.icon_jump h4:after {
  content: '';
  display: block;
  width: 11px;
  height: 30px;
  background-image: url(/assets/images/for_ico_jump.gif);
  background-repeat: no-repeat;
  background-size: 11px;
  background-position: right center;
  position: absolute;
  top: 25%;
}
.en .categoryWrap .overview .section-inner .flexbox.col-1 .flex-item a[target="_blank"] h4:after{
  top: 20%;
  height: 11px;
}
.default-linkcol {
  width: 100%;
}
.default-linkcol__inner {
  width: 100%;
  max-width: 1280px;
  padding: 80px 40px;
  box-sizing: border-box;
  margin: 0 auto;
}
.default-linkcol__inner ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.default-linkcol__inner ul.set-margin {
  margin-bottom: 0;
}
.default-linkcol__inner ul:last-child {
  margin-bottom: 0;
}
.default-linkcol__inner ul li {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  background: #F0F3F4;
  width: 49%;
  margin-right: 1%;
  margin-bottom: 1%;
  border: 3px solid #F0F3F4;
  box-sizing: border-box;
  transition: all ease .5s;
}
.default-linkcol__inner ul li:hover {
  border-color: #ddd;
}
.default-linkcol__inner ul li:nth-child(2n) {
  margin-right: 0;
}
.default-linkcol__inner ul li a {
  padding: 18px 30px 18px 18px;
  box-sizing: border-box;
  display: block;
  position: relative;
}
.default-linkcol__inner ul li a:after {
  font-family: FontAwesome;
  content: "\f105";
  color: #999999;
  position: absolute;
  right: 20px;
  top: 16px;
  font-size: 24px;
}
#about-box-main img {
  width: auto;
}
.linkcol {
  width: 100%;
  background: url(/about/images/col_link-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.linkcol__inner {
  width: 100%;
  max-width: 1280px;
  padding: 80px 40px;
  box-sizing: border-box;
  margin: 0 auto;
}
.linkcol__inner ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.linkcol__inner ul li {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  background: #F0F3F4;
  width: 32.33%;
  margin-right: 1%;
  max-width: 390px;
  margin-bottom: 1%;
  border: 3px solid #F0F3F4;
  box-sizing: border-box;
  transition: all ease .5s;
}
.linkcol__inner ul li:hover {
  border-color: #ddd;
}
.linkcol__inner ul li:nth-child(3n) {
  margin-right: 0;
}
.linkcol__inner ul li a {
  padding: 18px;
  box-sizing: border-box;
  display: block;
  position: relative;
}
.linkcol__inner ul li a:after {
  font-family: FontAwesome;
  content: "\f105";
  color: #999999;
  position: absolute;
  right: 20px;
  top: 16px;
  font-size: 24px;
}
.undergraduate {
  width: 100%;
}
.undergraduate p {
  font-size: 16px;
  line-height: 1.8;
}
.undergraduate h4 {
  font-size: 26px;
  line-height: 1.2;
  display: block;
}
.undergraduate h4 span {
  display: block;
  font-size: 10px;
  margin-top: 14px;
}
.undergraduate .graduateBox-inner-box {
  width: 100%;
  padding: 40px 0;
  border-top: 1px solid #DDDDDD;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
.undergraduate .graduateBox-inner-box:last-child {
  border-bottom: 1px solid #DDDDDD;
}
.undergraduate .graduateBox-inner-box.border-box {
  border: 1px solid #DDDDDD;
  margin-top: 40px;
  padding: 40px 35px;
  box-sizing: border-box;
}
.undergraduate .graduateBox-inner-box.border-box table th {
  width: 8%;
  text-align: left;
}
.undergraduate .graduateBox-inner-box.border-box .detail-wrap {
  width: 100%;
  margin-top: 0;
}
.undergraduate .graduateBox-inner-box.border-box .tit-wrap {
  width: 100%;
}
.undergraduate .graduateBox .tit-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 67%;
}
.undergraduate .graduateBox .link-box {
  width: 100%;
  max-width: 390px;
}
.undergraduate .graduateBox .link-box a {
  font-size: 20px;
  font-weight: bold;
  display: block;
  line-height: 1.2;
  position: relative;
  text-align: left;
  padding: 17px 27px 17px 17px;
  box-sizing: border-box;
  background: #F0F3F4;
  margin-bottom: 10px;
  border: 3px solid #fff;
  transition: all ease .5s;
}
.undergraduate .graduateBox .link-box a:hover {
  border-color: #ddd;
}
.undergraduate .graduateBox .link-box a:last-child {
  margin-bottom: 0;
}
.overview.undergraduate .graduateBox .link-box a {
  background: #fff;
  border: 3px solid #F0F3F4;
}
.overview.undergraduate .graduateBox .link-box a:hover {
  border-color: #ddd;
}
.undergraduate .graduateBox .link-box a span {
  display: block;
  font-size: 14px;
}
.undergraduate .graduateBox .link-box a:after {
  font-family: FontAwesome;
  content: "\f105";
  color: #999999;
  position: absolute;
  right: 20px;
  top: 30%;
  font-size: 24px;
}
.graduateBox-inner-box .detail-wrap {
  width: 67%;
}
.graduateBox-inner-box .item-wrap {
  width: 33%;
  max-width: 390px;
  padding-right: 25px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
}
.graduateBox-inner-box .item-wrap img {
  width: 100%;
  max-width: 390px;
  height: auto;
}
.graduateBox-inner-box table.detail-table {
  width: 100%;
  border: 0;
  margin-top: 25px;
}
.graduateBox-inner-box table th {
  width: 13%;
  vertical-align: middle;
  text-align: center;
  padding-right: 16px;
  border-right: 1px solid #DDDDDD;
  font-size: 14px;
}
.graduateBox-inner-box table td {
  padding-left: 20px;
  font-size: 14px;
  vertical-align: middle;
  line-height: 1.8;
}
.graduateBox-inner-box table td:before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-image: url(/assets/images/icon_dot.png);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: left center;
  padding-right: 8px;
}
.graduateBox-inner-box dl {
  margin-top: 25px;
  overflow: hidden;
}
.graduateBox-inner-box dl dt {
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.8;
  width: 10%;
  float: left;
  text-align: right;
}
.graduateBox-inner-box dl dd {
  font-size: 14px;
  padding-left: 20px;
  width: 90%;
  line-height: 1.8;
  float: right;
  box-sizing: border-box;
}
.en .frobject{
  overflow: hidden;
}

@media screen and (max-width:1024px) {
.category-main.campus {
  margin-top: 96px;
}
.category_col .category_col__linkbox {
  width: 50%;
  padding: 20px 20px 0 40px;
  box-sizing: border-box;
}
.category_col.item-right .category_col__linkbox {
  width: 50%;
  padding: 20px 40px 0 20px;
  box-sizing: border-box;
}
.categoryWrap h3.cat-title {
  font-size: 28px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.category_col .category_col__linkbox ul li {
  font-size: 16px;
}
.category_col .category_col__linkbox ul li a {
  padding: 12px 30px 12px 12px;
  box-sizing: border-box;
  display: block;
  position: relative;
}
.category_col .category_col__linkbox ul li a:after {
  top: 7px;
}
}

@media screen and (max-width:1024px) {
.category-main.about, .category-main.campus, .category-main.society, .category-main.graduates, .category-main.exam, .category-main.education, .category-main.international, .category-main.student, .category-main.current, .category-main.visitor, .category-main.academics, .category-main.visitor, .category-main.student, .category-main.international, .category-main.education_eng, .category-main.education, .category-main.exam, .category-main.graduates, .category-main.current, .category-main.news_center, .category-main.research {
  margin-top: 50px;
}
}

@media screen and (max-width:768px) {
.category-main {
  margin-top: 50px;
}
  
  .en .category-main.current,
  .en .category-main.visitor{
  height: 120px;
}
.en .category-main-inner h2 {
  font-size: 42px;
  line-height: 1.2;
}
.category-main-inner {
  padding: 100px 40px 100px;
}
.breadcrumb__inner {
  width: 100%;
  max-width: 1280px;
  padding: 10px 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.en .categoryWrap .overview .section-inner {
  padding: 20px;
}
.category-main-inner h2, .category-main.student .category-main-inner h2 {
  font-size: 50px;
}
.category-main.current .category-main-inner h2 {
  font-size: 50px;
}
.category-main.visitor .category-main-inner h2 {
  font-size: 50px;
}
.category-main-inner h2 span.sub-title {
  font-size: 20px;
}
.container.categoryWrap section .section-inner {
  padding: 0;
}
.categoryWrap h3.cat-title {
  font-size: 22px;
      padding-top: 30px;
}
  .en .categoryWrap h3.cat-title{
    padding-top: 15px;
    font-weight: normal;
  }
.categoryWrap .overview .section-inner .flexbox.col-3 .flex-item {
  margin-right: 0;
  width: 100%;
  max-width: 390px;
  margin: 0 auto 20px;
}
.categoryWrap .overview .section-inner .flexbox.col-3 .flex-item:nth-child(3n) {
  margin: 0 auto 20px;
}
  .en .categoryWrap .overview .section-inner .flexbox.col-3 .flex-item:nth-child(3n) {
  margin: 0 auto 13px;
}
  .en .categoryWrap .overview .section-inner .flexbox.col-3 .flex-item:last-child{
    margin-bottom: 0;
  }
  .categoryWrap .overview .section-inner .flexbox.col-3 .flex-item:last-child,
  .categoryWrap .overview .section-inner .flexbox.col-2 .flex-item:last-child{
    margin-bottom: 0;
  }
.category_col .category_col__itembox {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100%;
}
.category_col .category_col__itembox img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.category_col .category_col__linkbox {
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
}
.en .categoryWrap h3.cat-title {
  font-size: 18px;
  font-weight: normal;
}
.category_col .category_col__linkbox ul li {
  width: 49%;
}
.en .category_col .category_col__linkbox ul li {
  font-size: 15.5px;
}
  .en .categoryWrap .overview .section-inner .flexbox.col-1 .flex-item h4{
    font-size: 15.5px;
  }
  .en .categoryWrap .overview .section-inner .flexbox.col-3 .flex-item .text-wrap h4, .en .categoryWrap .overview .section-inner .flexbox.col-2 .flex-item .text-wrap h4{
    font-size: 15.5px;
  }
.category_col.item-right .category_col__linkbox {
  width: 100%;
  padding: 40px 20px;
  box-sizing: border-box;
}
.linkcol__inner {
  padding: 40px 20px;
}
.linkcol__inner ul li {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  background: #F0F3F4;
  width: 49%;
  margin-right: 2%;
  max-width: 390px;
  margin-bottom: 2%;
}
.linkcol__inner ul li:nth-child(2n) {
  margin-right: 0%;
}
.linkcol__inner ul li:nth-child(3), .linkcol__inner ul li:nth-child(5), .linkcol__inner ul li:nth-child(7), .linkcol__inner ul li:nth-child(9) {
  margin-right: 2%;
}
.category_col .category_col__linkbox ul li a:after {
  font-family: FontAwesome;
  content: "\f105";
  color: #999999;
  position: absolute;
  right: 20px;
  top: 25%;
  font-size: 24px;
}
.en .category_col .category_col__linkbox ul li a:after {
  top: 18%;
  height: 28px;
}
  .categoryWrap .overview .section-inner .flexbox.col-1 .flex-item h4:after{
    top: -20%;
  }
  .category_col .category_col__linkbox ul li a[target="_blank"]:after, .categoryWrap .overview .section-inner .flexbox.col-3 .flex-item a[target="_blank"] h4:after, .categoryWrap .overview .section-inner .flexbox.col-2 .flex-item a[target="_blank"] h4:after, .categoryWrap .overview .section-inner .flexbox.col-1 .flex-item a[target="_blank"] h4:after, .category_col .category_col__linkbox a[target="_blank"] h4:after, .default-linkcol__inner ul li a[target="_blank"]:after, .flex2colbox__inner ul li a[target="_blank"]:after{
    top: 20%;
  }
.en .categoryWrap .overview .section-inner .flexbox.col-3 .flex-item .text-wrap h4:after, .en .categoryWrap .overview .section-inner .flexbox.col-2 .flex-item .text-wrap h4:after {
  top: -4px;
      height: 28px;
}
.linkcol__inner ul li a:after {
  font-family: FontAwesome;
  content: "\f105";
  color: #999999;
  position: absolute;
  right: 20px;
  top: 25%;
  font-size: 24px;
}
.category .section-inner h3.cat-title {
  text-align: center;
  font-weight: normal;
  font-size: 18px;
}
.category .section-inner h3.cat-title:after {
  position: static;
}
.default-linkcol__inner {
  padding: 40px 20px;
}
.flex2colbox__inner .flex2colbox__inner__itemCol {
  margin-right: 0;
  width: 100%;
  max-width: 390px;
  margin: 0 auto 20px;
  margin-bottom: 10px;
}
  .en .flex2colbox__inner .flex2colbox__inner__itemCol{
    margin-bottom: 13px;
  }
.flex2colbox__inner .flex2colbox__inner__linkCol {
  width: 100%;
}
.flex2colbox__inner ul li, .flex2colbox__inner ul li:nth-child(2n), .default-linkcol__inner ul li, .default-linkcol__inner ul li:nth-child(2n) {
  width: 100%;
  margin-right: 0;
  max-width: 390px;
  margin: 0 auto 2%;
}
  .undergraduate .graduateBox-inner-box {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
}
.categoryWrap .overview .section-inner .flexbox.pb-80 {
  padding-bottom: 40px;
}
.categoryWrap .overview .section-inner .flexbox.col-2 .flex-item {
  margin-right: 0;
  width: 100%;
  max-width: 390px;
  margin-bottom: 20px;
  margin: 0 auto 20px;
}
  .en .categoryWrap .overview .section-inner .flexbox.col-2 .flex-item{
    margin-bottom: 13px;
  }
.categoryWrap .overview .section-inner .flexbox.col-2 .flex-item:last-of-type {
  margin-bottom: 0;
}
.categoryWrap .overview .section-inner .flexbox.col-3, .default-linkcol__inner ul {
  margin-bottom: 20px;
}
.flex2colbox {
  margin-bottom: 20px;
}
.undergraduate .graduateBox-inner-box {
  display: block;
}
.graduateBox-inner-box .detail-wrap {
  width: 100%;
}
.graduateBox-inner-box .item-wrap {
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  box-sizing: border-box;
  margin: 0 auto;
}
.graduateBox-inner-box .item-wrap img {
  max-width: 100%;
}
.undergraduate .graduateBox .tit-wrap {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.undergraduate .graduateBox .tit-wrap h4 {
  margin-bottom: 20px;
}
.graduateBox-inner-box .item-wrap {
  position: static;
}
.undergraduate .graduateBox .link-box {
  width: 100%;
  max-width: 100%;
}
.graduateBox-inner-box table th {
  width: 100%;
  display: block;
  text-align: left;
  padding-right: 0;
  border-right: 0;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 10px;
}
.graduateBox-inner-box table td {
  width: 100%;
  display: block;
  padding-left: 0;
  font-size: 14px;
  margin-top: 10px;
}
.graduateBox-inner-box dl dt {
  text-decoration: underline;
  font-size: 14px;
  line-height: 1.8;
  width: 100%;
  float: none;
  text-align: left;
}
.graduateBox-inner-box dl dd {
  font-size: 14px;
  padding-left: 0;
  width: 100%;
  line-height: 1.8;
  float: none;
  box-sizing: border-box;
  margin-top: 10px;
}
.undergraduate .graduateBox-inner-box.border-box {
  border: 1px solid #DDDDDD;
  margin-top: 20px;
  padding: 20px;
  box-sizing: border-box;
}
.undergraduate .graduateBox-inner-box.border-box table th {
  width: 100%;
  text-align: left;
}
  .en .categoryWrap .overview .section-inner .flexbox.col-1 .flex-item img{
    min-height: 158px;
    object-fit: cover;
}
}

@media screen and (max-width:480px) {
.category_col .category_col__linkbox ul li, .linkcol__inner ul li {
  font-size: 16px;
}
}

@media screen and (max-width:420px) {
.category_col .category_col__linkbox ul li {
  width: 100%;
  margin-right: 0;
  max-width: 100%;
  margin-bottom: 2%;
}
.linkcol__inner ul li {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  background: #F0F3F4;
  width: 100%;
  margin-right: 0;
  max-width: 100%;
  margin-bottom: 2%;
}
.linkcol__inner ul li:nth-child(2n) {
  margin-right: 0%;
}
.linkcol__inner ul li:nth-child(3), .linkcol__inner ul li:nth-child(5), .linkcol__inner ul li:nth-child(7), .linkcol__inner ul li:nth-child(9) {
  margin-right: 0%;
}
.category_col .category_col__linkbox ul li, .linkcol__inner ul li {
  font-size: 18px;
}
}
/*=========================================================
student
=========================================================*/
.category-main.student .category-main-inner h2:after {
  content: '';
  display: block;
  text-align: center;
  width: 76px;
  height: 6px;
  margin: 0 auto;
  background: #fff;
}
.category-main.current .category-main-inner h2:after {
  content: '';
  display: block;
  text-align: center;
  width: 76px;
  height: 6px;
  margin: 0 auto;
  background: #fff;
}
.category-main.visitor .category-main-inner h2:after {
  content: '';
  display: block;
  text-align: center;
  width: 76px;
  height: 6px;
  margin: 0 auto;
  background: #fff;
}
.student section.info .section-inner h3 {
  text-align: left;
}
.float-box.topic .topic-2col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.float-box.topic .topic-2col .topic-2col-box {
  margin-bottom: 20px;
}
.float-box.topic .topic-2col.first {
  padding-top: 20px;
}
.float-box.topic .topic-2col h4 {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  padding: 8px 12px;
  box-sizing: border-box;
  background: #EFF3F4;
  position: relative;
}
.float-box.topic .topic-2col h4:after {
  font-family: FontAwesome;
  content: "\f105";
  color: #999999;
  position: absolute;
  right: 10px;
  top: 5px;
  font-size: 18px;
}
.float-box.topic .topic-2col h4 span.small {
  font-size: 10px;
}
.float-box.topic .topic-2col a {
  text-decoration: none;
}
.float-box.topic .topic-2col-box-item {
  width: 100%;
  max-width: 280px;
  height: 85px;
  overflow: hidden;
}
.float-box.topic .topic-2col img {
  vertical-align: bottom;
  width: 100%;
  max-width: 280px;
  height: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.float-box.topic .topic-2col a:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.student section.info .section-inner .btn {
  margin-top: 40px;
}
.student section.info .section-inner .btn-wrap {
  padding-bottom: 10px;
}
.breadcrumb__inner ul {
  text-align: left;
}
.categoryWrap .overview .section-inner .flexbox.col-3 .flex-item a {
  text-decoration: none;
}
.categoryWrap.student .overview .section-inner .flexbox.col-3 .flex-item .text-wrap {
  border: 3px solid #fff;
  transition: all ease .5s;
}
.categoryWrap.student .overview .section-inner .flexbox.col-3 .flex-item a:hover .text-wrap {
  border-color: #ddd;
}

@media screen and (max-width:768px) {
.float-box.topic .topic-2col .topic-2col-box {
  width: 100%;
  max-width: 390px;
  margin: 0 auto 20px;
}
.float-box.topic .topic-2col-box-item {
  max-width: 390px;
  height: auto;
}
.float-box.topic .topic-2col img {
  max-width: 390px;
  height: auto;
}
}
/*=========================================================
page-anchor
=========================================================*/

.page-anchor {
  width: 100%;
  background: #fff;
  padding: 20px 0 40px;
}
.page-anchor.type-gray {
  background: #F1F4F5;
}
.page-anchor ul {
      padding: 0 0 0 60px;
  max-width: 1280px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.page-anchor ul li {
  width: auto;
  font-size: 14px;
  line-height: 1.2;
  margin-top: 10px;
  padding-left: 20px;
  margin-left: 30px;
  box-sizing: border-box;
}
.page-anchor ul li.ml-pl-0{
  padding-left: 0;
  margin-left: 0;
}
.page-anchor ul li:first-child {
  padding-left: 0;
  margin-left: 0;
}
.page-anchor ul li a {
  color: #333;
  display: block;
  position: relative;
  transition: all ease .5s;
}
.page-anchor ul li a:before {
  font-family: FontAwesome;
  content: "\f107";
  color: #9D9999;
  position: absolute;
  left: -20px;
  top: 0%;
  font-size: 18px;
}
.page-anchor ul li a:hover {
  color: #9D9999;
  text-decoration: underline;
}

@media screen and (max-width:768px) {
.page-anchor {
  width: 100%;
  background: #fff;
  padding: 20px 0 20px;
}
.page-anchor ul li {
  width: 100%;
  font-size: 14px;
  margin-top: 10px;
  padding-left: 0;
  margin-left: 0;
}
.page-anchor ul {
  padding: 0 40px;
  justify-content: flex-start;
}
}
/*=========================================================
	index
		1. content
=========================================================*/


/* photo gallery */
.gallery {
  margin-top: 1.5em;
  clear: both;
}
.gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1;
  font-size: 0%;
  text-align: left;
}
.gallery ul li {
  margin: 0 3px 0 0;
  padding: 0;
  display: inline;
}
#content .gallery ul li img {
  width: 15%;
  height: auto;
  margin-bottom: 5px;
}

@media screen and (max-width:470px) {
.category-main.current .category-main-inner h2 {
  font-size: 36px;
  line-height: 1.2;
}
.category-main.visitor .category-main-inner h2 {
  font-size: 36px;
  line-height: 1.2;
}
}
/* list margin
---------------------------------------------------------*/
ul.mkType, ul.colList, .colLink, ul.mkLink, ol.numType, ol.numType-c, ol.numType-b, ol.numNone, ol.numFlow, dl.des-short, dl.des-single, dl.des-item {
  margin-top: 1em;
  margin-left: 15px;
}
dl.des-long {
  margin-top: .2em;
  margin-left: 10px;
}
/* in other elements */
li ul, li ol, li dl, li dt, li dd, li ul.mkType, dd ul.mkType, li ul.colList, dd ul.colList, li ul.mkLink, dd ul.mkLink, li ol.numType, dd ol.numType, li ol.numType-c, dd ol.numType-c, li ol.numType-b, dd ol.numType-b, li ol.numNone, dd ol.numNone, li ol.numFlow, dd ol.numFlow, li dl.des-long, dd dl.des-long, li dl.des-short, dd dl.des-short, li dl.des-single, dd dl.des-single, li dl.des-item, dd dl.des-item, li dl.des-news, dd dl.des-news {
  margin: 0;
}
li dd {
  padding-left: 0;
}
/* 2. Unordered list
=========================================================*/
/* marker style
---------------------------------------------------------*/
ul.mkType, ul.mkType ul {
  padding-left: 3px;
  list-style: none;
}
ul.mkType li {
  margin: .3em 0;
  padding-left: 17px;
  background-repeat: no-repeat;
  background-position: 0 .4em;
  line-height: 1.4;
  font-size: 14px;
}
/* maker image */
.mkType li, ul.mkLink ul.mkType li {
  background-image: url(/assets/images/for_ul_mk1.gif);
}
.mkType ul li {
  padding-left: 15px;
  background-image: url(/assets/images/for_ul_mk2.gif);
}
.mkType ul ul li {
  padding-left: 13px;
  background-image: url(/assets/images/for_ul_mk3.gif);
}
/* column list
---------------------------------------------------------*/
ul.colList, ul.colLink {
  padding: 0;
  list-style: none;
}
.colList li, .colLink li {
  float: left;
  width: 46%;
  margin: .1em 0;
  padding-left: 19px;
  background: transparent url(/assets/images/for_ul_mk1.gif) no-repeat 0 .4em;
  line-height: 1.4;
}
.colList li {
  background: transparent url(/assets/images/for_ul_mk1.gif) no-repeat 0 .4em;
}
.colLink li {
  background: transparent url(/assets/images/for_ul_link1.gif) no-repeat 0 .4em;
}
/* Float containers fix */
ul.colList:after, ul.colLink:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
}
ul.colList, ul.colLink {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html ul.colList, * html ul.colLink {
  height: 1%;
}
ul.colList, ul.colLink {
  display: block;
}
/* End hide from IE-mac */

/* 3. Link list
=========================================================*/
ul.mkLink, ul.mkLink li ul {
  padding-left: 0;
  list-style: none;
}
ul.mkLink li, ol ul.mkLink li {
  margin: .3em 0;
  padding-left: 19px;
  background-repeat: no-repeat;
  background-position: 0 .4em;
  line-height: 1.4;
}
/* maker image */
ul.mkLink li, ul.mkType ul.mkLink li {
  background-image: url(/assets/images/for_ul_link1.gif);
}
ul.mkLink li li {
  padding-left: 10px;
  background-image: url(/assets/images/for_ul_link2.gif);
}
ul.mkLink li li li {
  padding-left: 17px;
  background-image: url(/assets/images/for_ul_link3.gif);
}
ul.mkLink li li li li {
  padding-left: 0;
  background-image: none;
}
/* 4. Ordered list
=========================================================*/
ol.numType {
  list-style: decimal;
}
ol.numType li, ol.numType-c li, ol.numType-b li {
  margin: .6em 0;
  margin-left: 20px;
  line-height: 1.6;
  font-size: 14px
}
.en ol.numType li, ol.numType-c li, ol.numType-b li,ul.mkLink li, ul.mkType ul.mkLink li{
  margin: .75em 0;
  margin-left: 20px;
  /* YNU 20190610 */
}
/* Win IE 6 */
/** html ol.numType li{margin-left:8px;}*/

/* circlr & brackets
---------------------------------------------------------*/
ol.numType-c, ol.numType-b, ol.numNone {
  padding-left: 0;
}
ol.numType-c li, ol.numType-b li {
  padding-left: 0px;
  background-repeat: no-repeat;
  background-position: left top;
}
ol.numType-b li ul li {
  padding-left: 1em;
  background-repeat: no-repeat;
      background-position: 0 7px;
}
@-moz-document url-prefix() {
	ol.numType-b li ul li {
		background-position: 0 8px;
	}
}
ol.numNone {
  margin-left: .8em;
  list-style-type: none;
  line-height: 1.6;
}
/* circlr */
.numType-c li.noC1 {
  list-style: none;
  background-image: url(/assets/images/for_ol/c_no01.gif);
}
.numType-c li.noC2 {
  list-style: none;
  background-image: url(/assets/images/for_ol/c_no02.gif);
}
.numType-c li.noC3 {
  list-style: none;
  background-image: url(/assets/images/for_ol/c_no03.gif);
}
.numType-c li.noC4 {
  list-style: none;
  background-image: url(/assets/images/for_ol/c_no04.gif);
}
.numType-c li.noC5 {
  list-style: none;
  background-image: url(/assets/images/for_ol/c_no05.gif);
}
.numType-c li.noC6 {
  list-style: none;
  background-image: url(/assets/images/for_ol/c_no06.gif);
}
.numType-c li.noC7 {
  list-style: none;
  background-image: url(/assets/images/for_ol/c_no07.gif);
}
.numType-c li.noC8 {
  list-style: none;
  background-image: url(/assets/images/for_ol/c_no08.gif);
}
.numType-c li.noC9 {
  list-style: none;
  background-image: url(/assets/images/for_ol/c_no09.gif);
}
.numType-c li.noC10 {
  list-style: none;
  background-image: url(/assets/images/for_ol/c_no10.gif);
}
.numType-c li.noC11 {
  list-style: none;
  background-image: url(/assets/images/for_ol/c_no11.gif);
}
.numType-c li.noC12 {
  list-style: none;
  background-image: url(/assets/images/for_ol/c_no12.gif);
}
.numType-c li.noC13 {
  list-style: none;
  background-image: url(/assets/images/for_ol/c_no13.gif);
}
.numType-c li.noC14 {
  list-style: none;
  background-image: url(/assets/images/for_ol/c_no14.gif);
}
.numType-c li.noC15 {
  list-style: none;
  background-image: url(/assets/images/for_ol/c_no15.gif);
}
.numType-c li.noC16 {
  list-style: none;
  background-image: url(/assets/images/for_ol/c_no16.gif);
}
.numType-c li.noC17 {
  list-style: none;
  background-image: url(/assets/images/for_ol/c_no17.gif);
}
.numType-c li.noC18 {
  list-style: none;
  background-image: url(/assets/images/for_ol/c_no18.gif);
}
.numType-c li.noC19 {
  list-style: none;
  background-image: url(/assets/images/for_ol/c_no19.gif);
}
.numType-c li.noC20 {
  list-style: none;
  background-image: url(/assets/images/for_ol/c_no20.gif);
}
/* brackets*/
.numType-b li.noB1 {
  list-style: none;
  background-image: url(/assets/images/for_ol/b_no01.gif);
}
.numType-b li.noB2 {
  list-style: none;
  background-image: url(/assets/images/for_ol/b_no02.gif);
}
.numType-b li.noB3 {
  list-style: none;
  background-image: url(/assets/images/for_ol/b_no03.gif);
}
.numType-b li.noB4 {
  list-style: none;
  background-image: url(/assets/images/for_ol/b_no04.gif);
}
.numType-b li.noB5 {
  list-style: none;
  background-image: url(/assets/images/for_ol/b_no05.gif);
}
.numType-b li.noB6 {
  list-style: none;
  background-image: url(/assets/images/for_ol/b_no06.gif);
}
.numType-b li.noB7 {
  list-style: none;
  background-image: url(/assets/images/for_ol/b_no07.gif);
}
.numType-b li.noB8 {
  list-style: none;
  background-image: url(/assets/images/for_ol/b_no08.gif);
}
.numType-b li.noB9 {
  list-style: none;
  background-image: url(/assets/images/for_ol/b_no09.gif);
}
.numType-b li.noB10 {
  list-style: none;
  background-image: url(/assets/images/for_ol/b_no10.gif);
}
.numType-b li.noB11 {
  list-style: none;
  background-image: url(/assets/images/for_ol/b_no11.gif);
}
.numType-b li.noB12 {
  list-style: none;
  background-image: url(/assets/images/for_ol/b_no12.gif);
}
.numType-b li.noB13 {
  list-style: none;
  background-image: url(/assets/images/for_ol/b_no13.gif);
}
.numType-b li.noB14 {
  list-style: none;
  background-image: url(/assets/images/for_ol/b_no14.gif);
}
.numType-b li.noB15 {
  list-style: none;
  background-image: url(/assets/images/for_ol/b_no15.gif);
}
.numType-b li.noB16 {
  list-style: none;
  background-image: url(/assets/images/for_ol/b_no16.gif);
}
.numType-b li.noB17 {
  list-style: none;
  background-image: url(/assets/images/for_ol/b_no17.gif);
}
.numType-b li.noB18 {
  list-style: none;
  background-image: url(/assets/images/for_ol/b_no18.gif);
}
.numType-b li.noB19 {
  list-style: none;
  background-image: url(/assets/images/for_ol/b_no19.gif);
}
.numType-b li.noB20 {
  list-style: none;
  background-image: url(/assets/images/for_ol/b_no20.gif);
}
/* 5. Flow chart
=========================================================*/
ol.numFlow {
  padding: 0;
  list-style: none;
}
ol.numFlow li {
  margin-bottom: 5px;
  padding-bottom: 16px;
  background: transparent url(/assets/images/for_ol_flow.gif) no-repeat 50% 100%;
}
ol.numFlow li.fin {
  margin-bottom: 0;
  padding-bottom: 0;
  background: none;
}
/* 6. Desinition list style
=========================================================*/
/* font-size
---------------------------------------------------------*/
#content dd {
  font-size: 93%;
}
#content dd dl {
  font-size: 100%;
}
#content ol dl {
  margin-top: 0;
}
.des-long dl dt {
  background: none;
}
/* description is long
---------------------------------------------------------*/
dl.des-long dt {
  margin-top: 1.5em;
  padding-left: 23px;
  background: transparent url(/assets/images/for_dl_long_bk.gif) no-repeat 0 .2em;
  line-height: 1.6;
}
dl.des-long dd {
  margin-top: .75em;
  padding-left: 23px;
  line-height: 1.6;
}
dl.des-long .des-long dt {
  margin-top: .75em;
  padding-left: 16px;
  background: transparent url(/assets/images/for_mk_dot2.gif) no-repeat 0 5px;
}
dl.des-long .des-long dd {
  padding-left: 16px;
}
dl.des-long .des-short dt {
  background: none;
}
td .des-long {
  margin-top: 0;
}
.des-long .des-short dt {
  padding-left: 0;
}
dd p.notes {
  font-size: 100%;
}
/* description is short
---------------------------------------------------------*/
.des-short dt {
  margin-top: 1.5em;
}
.des-short dd {
  margin: 5px 0 0 10px;
  padding-left: 10px;
  border-left: 2px dotted #969FA9;
  /*	background:transparent url(/assets/images/for_dl_short_bk.gif) repeat-y 0 0;*/
  line-height: 1.6;
}
.des-short .des-long dd {
  border-left: none;
}
td .des-short {
  margin-top: 0;
}
/* description is single list
---------------------------------------------------------*/
dl.des-single {
  margin-left: 0;
  border: 1px solid #C5CACF;
}
.des-single dt {
  padding: 6px;
  background-color: #F3F4F6;
  line-height: 1.4;
}
.des-single dd {
  padding: 6px;
  line-height: 1.6;
}
.des-single dd ol {
  margin-left: 5px;
}
/* description is item list
---------------------------------------------------------*/
dl.des-item {
  margin-left: 0;
}
.des-item dt {
  clear: both;
  margin-top: 10px;
  padding: 5px;
  background-color: #DBDEE3;
}
.des-item dd {
  margin-top: 5px;
  padding-left: 5px;
}
/* description is information
---------------------------------------------------------*/
/* News & Event
---------------------------------------------------------*/
.des-news {
  margin-top: 10px;
  line-height: 1.6;
}
.des-news dt {
  display: block;
  float: left;
  width: 9.5em;
  margin-left: 5px;
  font-weight: bold;
}
.en .des-news dt{
  font-weight: normal;
  font-size: 14px;
}
.des-news dd {
  margin: 0 5px 5px 0;
  padding: 0 .5em .3em 10.5em;
  background: url(/assets/images/for_border1.gif) repeat-x left bottom;
}
.en .des-news dd{
  font-size: 14px;
  font-weight: normal;
}
#content .hei-liquid {
  height: auto;
}
#content .hei-10Line {
  height: 22em;
  overflow-y: scroll;
}
#content .hei-5Line {
  height: 11em;
  overflow-y: scroll;
}
/* description is relation
---------------------------------------------------------*/
#des-relation {
  display: block;
  margin: 0 19px 0 19px;
  text-align: left;
  border-top: 7px solid #F3F4F5;
  border-left: 5px solid #F3F4F5;
  border-right: 5px solid #F3F4F5;
}
#des-relation dt {
  padding: 9px 7px;
  background-color: #DCDFE2;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px dotted #C5CACF;
  font-weight: bold;
}
#des-relation dd {
  padding: 9px 9px;
  line-height: 1.6;
  border-left: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
}
#des-relation a {
  margin-right: 10px;
  padding-left: 18px;
  background: transparent url(/assets/images/for_ul_link1.gif) no-repeat 0 .2em;
  line-height: 1.4;
}
/* IE-5.5 */
_#des-relation {
  width: 703px;
}
/*=========================================================

/* 1. contents area link

=========================================================*/
/* 2. contents area link

=========================================================*/

ul.navContent {
  margin: 1.5em 1em;
  padding-left: 0;
  list-style: none;
  line-height: 1.6;
}
.navContent li {
  float: left;
    width: 30%;
  padding-left: 19px;
  background: transparent url(/assets/images/for_mk_arrow1.gif) no-repeat 0 .4em;
  font-size: 93%;
  font-weight: bold;
}
.navContent li a {
  font-weight: normal;
}

@media screen and (max-width:768px){
  .navContent li {
  float: none;
    width: 100%;
  padding-left: 19px;
  background: transparent url(/assets/images/for_mk_arrow1.gif) no-repeat 0 .4em;
  font-size: 12px;
  font-weight: bold;
}
  #content dd,#content dt {
  font-size: 12px;
}
  ul.mkType li{
    font-size: 12px;
  }
  .en #content .des-news dt{
  font-size: 15.5px;
    width: 5.5em;
}
.en #content .des-news dd{
  font-size: 15.5px;
  padding: 0 .5em .3em 6.5em;
}
}
/* 3. anchor in page

=========================================================*/

p.navAnchor {
  margin: 20px 0 0;
  padding: 10px;
  border: 1px solid #F5F5F5;
  line-height: 1.6;
  font-size: 93%;
  text-indent: 0;
}
p.navAnchor span {
  padding-right: 15px;
}
p.navAnchor a {
  padding-right: 12px;
  background: transparent url(/assets/images/for_arrow_down1.gif) no-repeat right top;
}
/* 4. side

=========================================================*/

/* link box */

.lBox {
  margin-top: 15px;
  padding: 8px;
  background-color: #F1F3F4;
  font-size: 80%;
}
/*m-text.css*/ 

#content em, #content strong {
  margin: 0 1px;
  padding: 1px 2px;
  background-color: #F7D5B8;
  font-weight: bold;
}
#content h3 {
  margin-top: 20px;
  padding: 3px 8px 4px;
  border-left: 3px solid #005BAC;
  background: transparent url(/common/images/for_border1.gif) repeat-x left bottom;
  line-height: 1.3;
  font-size: 15px;
}
.en #content h3,
.en #content h4,
.en #content h5,
.en #content h6{
  font-weight: normal;
}
/*=========================================================
/* 1. font style

=========================================================*/

/* phrase elements

---------------------------------------------------------*/

#content em, #content strong {
  margin: 0 1px;
  padding: 1px 2px;
  background-color: #F7D5B8;
  font-weight: bold;
}
.en #content em, .en #content strong{
  font-size: 14px;
}
strong.stronger {
  color: #CC0000;
}/* unused

abbr{}

acronym{}*/
/* font size

---------------------------------------------------------*/

#wrapper #container .f120 {
  font-size: 120%;
}
#wrapper #container .f115 {
  font-size: 115%;
}
#wrapper #container .f110 {
  font-size: 110%;
}
#wrapper #container .f105 {
  font-size: 105%;
}
#wrapper #container .f95 {
  font-size: 95%;
}
#wrapper #container .f90 {
  font-size: 93%;
}
#wrapper #container .f85 {
  font-size: 85%;
}
#wrapper #container .f80 {
  font-size: 80%;
}
#wrapper #container .f75 {
  font-size: 75%;
}
#wrapper #container .f70 {
  font-size: 70%;
}
/* font style

---------------------------------------------------------*/

.b {
  font-weight: bold;
}
.u {
  text-decoration: underline;
}
.i {
  font-style: italic;
}
.s {
  text-decoration: line-through;
}
/* 2. text style

=========================================================*/

#container .line15 {
  line-height: 1.5;
}
#container .line18 {
  line-height: 1.8;
}
#container .line20 {
  line-height: 2;
}
#wrapper #container .alRight {
  text-align: right;
}
#wrapper #container .alCent {
  text-align: center;
      vertical-align: middle;
}
#wrapper #container .alLeft {
  text-align: left;
}
#wrapper #container .valTop {
  vertical-align: top;
}
#wrapper #container .valMiddle {
  vertical-align: middle;
}
#wrapper #container .valBottom {
  vertical-align: bottom;
}
#wrapper #container .valBase {
  vertical-align: baseline;
}
/* 3. paragraph box

=========================================================*/

/* paragraph

---------------------------------------------------------*/

p {
  margin: .75em 0;
  padding-left: .8em;
  line-height: 1.8;
}
/* first paragraph */

p.fstPara {
  margin-top: 20px;
}
/* in other elements */

dd p, li p, td p {
  margin: 0;
  padding: 0;
}
/* common setting */

.important {
  overflow: hidden;
}
/* important

---------------------------------------------------------*/

#content .important {
  margin-top: 1.8em;
  padding: 10px;
  border: 5px solid #FBDD99;
  background: transparent url(/common/images/for_bk_important.jpg) repeat-x 0 100%;
  line-height: 1.6;
  text-indent: 0;
}
p.important {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  text-indent: 0;
}
/* notes

---------------------------------------------------------*/

.notes {
  padding-left: 2em;
  background: transparent url(/common/images/for_notes_ico.gif) no-repeat .8em .6em;
  line-height: 1.6;
  color: #606A75;
  text-indent: 0;
}
div.notes {
  margin-top: 2em;
}
#content dd .notes, #content li .notes {
  margin-top: 0;
}
#content p.notes, .notes p {
  margin-left: 0;
  margin-right: 0;
  text-indent: 0;
      padding-left: 1.5em;
}
/* in other elements */

dd .notes, li .notes {
  margin: 0;
}
/* spot

---------------------------------------------------------*/

.spot {
  margin-top: 2em;
  padding: 10px;
  background: #F3F3F3;
  border: 1px solid #C1C1C1;
  line-height: 1.6;
  text-indent: 0;
}
p.spot {
  margin-left: 0;
  margin-right: 0;
  text-indent: 0;
}
.en #content  p.spot {
  padding: 10px;
  box-sizing: border-box;
}
/* caption

---------------------------------------------------------*/
#wrapper #content .icoBack {
    padding-left: 19px;
    background: transparent url(/assets/images/for_arrow_back1.gif) no-repeat 0 .2em;
}
.responsible {
  clear: both;
  text-align: right;
}
/* Introduction */
.accordion {
  padding: 15px 20px;
}
#content .accordion h2 {
  margin-bottom: 10px;
}
.accordionHead, #accordionClose {
  display: block;
  cursor: pointer;
  text-decoration: underline;
  text-align: right;
}
.accordionMain {
  display: none;
}
.accordionMain p {
  margin-top: .5em;
}
.accordionHead span {
  padding-left: 25px;
  background: url(http://www.ynu.ac.jp/common/images/for_arrow_down1.gif) no-repeat 10px .4em;
}
#accordionClose span {
  padding-left: 25px;
  background: url(http://www.ynu.ac.jp/common/images/for_arrow_up1.gif) no-repeat 10px .4em;
}
#navSiteguide p {
  font-size: 90%;
  line-height: 1.3;
}
.iframeWrap{
  padding-top: 10px;
}
@media screen and (max-width:768px){
  .iframeWrap{
    width:100%;
padding-bottom: 56.25%;
height:0px;
position: relative;
    padding-top: 0;
  }
  .iframeWrap iframe{
    position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
  }
  .en #content h3{
    font-size: 13px;
  }
  .en #content h3{
    font-size: 17px;
    font-weight: normal;
  }
  .en #content em, .en #content strong{
  font-size: 15.5px;
    display: inline;
}
}
