@charset "UTF-8";
.gradient-gray, .button, .btnArea li a {
  background: -moz-linear-gradient(top, #f4f4f4, #fff);
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#fff));
  background: linear-gradient(to bottom, #f4f4f4, #fff);
  -pie-background: linear-gradient(top, #f4f4f4, #fff);
}

.gradient-gray_ov {
  background: -moz-linear-gradient(top, #fff, #f4f4f4);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f4f4f4));
  background: linear-gradient(to bottom, #fff, #f4f4f4);
  -pie-background: linear-gradient(top, #f4f4f4, #fff);
}

.gradient-yellow {
  background: -moz-linear-gradient(top, #fceb02, #bfb630);
  background: -webkit-gradient(linear, left top, left bottom, from(#fceb02), to(#bfb630));
  background: linear-gradient(to bottom, #fceb02, #bfb630);
  -pie-background: linear-gradient(top, #fceb02, #bfb630);
}

.gradient-yellow_ov {
  background: -moz-linear-gradient(top, #bfb630, #fceb02);
  background: -webkit-gradient(linear, left top, left bottom, from(#bfb630), to(#fceb02));
  background: linear-gradient(to bottom, #bfb630, #fceb02);
  -pie-background: linear-gradient(top, #bfb630, #fceb02);
}

.gradient-purple {
  background: -moz-linear-gradient(top, #5f2699, #430286);
  background: -webkit-gradient(linear, left top, left bottom, from(#5f2699), to(#430286));
  background: linear-gradient(to bottom, #5f2699, #430286);
  -pie-background: linear-gradient(top, #5f2699, #430286);
}

.img, #content #contentInner img {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

.button, .btnArea li a {
  padding: 0.5em 1em;
  color: #222;
  text-decoration: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  background-color: #f4f4f4;
  box-shadow: -2px -2px 4px rgba(255, 255, 255, 0.12), 2px 2px 4px rgba(0, 0, 0, 0.12);
}
.button:hover, .btnArea li a:hover {
  color: #420085;
}
.button input, .btnArea li a input {
  padding: 1em 2em;
  background: none;
  font-size: 123.1%;
  font-weight: 600;
  color: #222;
  border: none;
  white-space: normal;
  cursor: pointer;
}
.button input:hover, .btnArea li a input:hover {
  color: #420085;
}
.button .wpcf7-spinner, .btnArea li a .wpcf7-spinner {
  display: none;
}

.label, .labelAssistant, .labelLecturer, .labelAssociate, .labelProfessor {
  display: block;
  padding: 0.2em;
  font-size: 77%;
  text-align: center;
  line-height: 1.5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

/* =WordPress 運用で追記したもの
----------------------------------------------- */
.grecaptcha-badge {
  visibility: hidden;
}

.wpcf7-spinner {
  display: none !important;
}

.youtube {
  position: relative;
  width: 100%;
  margin-top: 15px;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*----------------------------------------------------
default
----------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, button,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background-color: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

figure {
  margin-bottom: 15px;
}

figcaption {
  color: #ccc;
  font-size: 93%;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  outline: none;
  border: 0;
  background-color: transparent;
  vertical-align: baseline;
  font-size: 100%;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  display: block;
  color: #222 !important;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #420085 !important;
  text-decoration: none;
}

p {
  margin-bottom: 0.6em;
}

ul {
  list-style: none;
}

ol {
  margin-left: 2em;
}

table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
table th {
  vertical-align: top;
  padding: 10px;
  background: #efe5fa;
  text-align: left;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
table th .required {
  float: right;
  padding: 0.3em 0.5em;
  background: #fff;
  font-size: 93%;
  color: #f00;
  line-height: 1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
table th.top {
  border-top: 4px solid #420085;
}
table td {
  vertical-align: top;
  padding: 10px;
  background: #fff;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  table-layout: fixed;
}
table td .wpcf7-text,
table td .wpcf7-textarea {
  display: block;
  padding: 0.5em;
  width: 90%;
  font-size: 108%;
  border: 1px solid #ddd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
table td .checkRedio {
  list-style: none !important;
}
table td .checkRedio li {
  margin: 0;
  width: 100%;
}
table td .checkRedio li input {
  display: inline-block;
  width: 1.5em;
}
table td.top {
  border-top: 3px solid #ccc;
}
table td.topGray {
  background: #f4f4f4;
  text-align: center;
  font-weight: bold;
  border-top: 4px solid #ccc;
  text-shadow: 0 1px 1px rgb(255, 255, 255);
}
table ul {
  list-style-type: square;
}
table ul li {
  float: left;
  margin-left: 20px;
  padding: 0.2em 0;
  width: 46%;
}

video {
  width: 100%;
}

::selection {
  background: #420085;
  color: #ddd;
}

::-moz-selection {
  background: #420085;
  color: #f4f4f4;
}

/*----------------------------------------------------
share
----------------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
  margin: 0 auto;
  height: 100%;
  font-size: 16px;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 1240px) {
  body {
    font-size: 14px;
  }
}

#page {
  margin: 0 auto;
}

* html body {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  background: url(null) fixed;
}

.clearfix, .pager, .linkArea .list02, #content .oneColumn, table ul {
  * zoom: 1;
}
.clearfix:after, .pager:after, .linkArea .list02:after, #content .oneColumn:after, table ul:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ".";
}

a {
  color: #35a;
}
a:link {
  color: #35a;
  text-decoration: underline;
}
a:hover {
  color: #420085;
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

#head a,
#main a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

/*----------------------------------------------------
	#header
----------------------------------------------------*/
#head {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 999;
  transition: 0.5s;
}
#head.hide {
  transform: translateY(-100%);
}
#head a {
  color: #222;
  text-decoration: none;
}
#head #head-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  margin: 0 auto;
  max-width: 1280px;
  padding: 20px 80px;
}
@media screen and (max-width: 1240px) {
  #head #head-inner {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 640px) {
  #head #head-inner {
    padding: 20px;
  }
}

.head-en #logo-tsukuba {
  font-size: small;
  letter-spacing: -0.04em;
}
.head-en #logo-tsukuba img {
  margin-bottom: 10px;
}
.head-en #global-nav ul {
  grid-template-columns: auto auto auto;
}
@media screen and (max-width: 1240px) {
  .head-en #logo-tsukuba {
    font-size: x-small;
  }
}

#logo-tsukuba {
  margin-bottom: 0;
  width: 180px;
  font-family: "Noto Serif", serif;
  font-size: 108%;
  text-align: center;
}
#logo-tsukuba a, #logo-tsukuba img {
  display: block;
  vertical-align: top;
  width: 100%;
}
@media screen and (max-width: 1240px) {
  #logo-tsukuba {
    font-size: 93%;
    width: 140px;
  }
}
#head-nav {
  justify-content: end;
  height: auto;
  margin-left: 40px;
}
#head-nav-top {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 20px;
  justify-content: end;
  align-content: center;
}

#base-nav {
  display: grid;
  align-items: center;
}
#base-nav ul {
  display: flex;
  justify-content: end;
  column-gap: 20px;
  font-size: 93%;
}

#language-nav {
  display: grid;
  align-items: center;
}
#language-nav ul {
  display: flex;
  padding: 0.4em 1em;
  background: #f4f4f4;
  font-size: 93%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
#language-nav ul li {
  position: relative;
  display: inline-block;
}
#language-nav ul li:nth-child(n+2) {
  padding-left: 1.5em;
}
#language-nav ul li:nth-child(n+2):before {
  content: "/";
  display: inline-block;
  margin-left: 0;
  margin-right: 0.5em;
  position: absolute;
  left: 0.5em;
  top: 0;
}

#button-nav {
  display: grid;
  align-items: center;
}
#button-nav ul {
  display: flex;
  column-gap: 20px;
}
#button-nav li {
  font-weight: 600;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
#button-nav li a {
  display: block;
  padding: 0.4em 1em;
  color: #fff;
}
#button-nav .button-pamphlet {
  background: #222;
}
#button-nav .button-contact {
  background: #420085;
}

#global-nav {
  margin-top: 20px;
}
#global-nav ul {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto;
  justify-content: space-between;
  column-gap: 40px;
  max-width: 840px;
  font-size: 123.1%;
  line-height: 1.6;
  font-weight: 600;
}
#global-nav a {
  position: relative;
}
#global-nav a:hover {
  color: #420085;
}

body#prep_student .head-ja .global-nav01 a {
  color: #420085;
}
body#prep_student .head-ja .global-nav01 a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  border-bottom: 4px solid #420085;
}
@media screen and (max-width: 1024px) {
  body#prep_student .head-ja #menu .global-nav01 a {
    background: url(/wp/wp-content/themes/coins/images/share/ico_arrow_ov.svg) no-repeat right center;
  }
}

body#enrolled_student .head-ja .global-nav02 a {
  color: #420085;
}
body#enrolled_student .head-ja .global-nav02 a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  border-bottom: 4px solid #420085;
}
@media screen and (max-width: 1024px) {
  body#enrolled_student .head-ja #menu .global-nav02 a {
    background: url(/wp/wp-content/themes/coins/images/share/ico_arrow_ov.svg) no-repeat right center;
  }
}

body#education .head-ja .global-nav03 a {
  color: #420085;
}
body#education .head-ja .global-nav03 a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  border-bottom: 4px solid #420085;
}
@media screen and (max-width: 1024px) {
  body#education .head-ja #menu .global-nav03 a {
    background: url(/wp/wp-content/themes/coins/images/share/ico_arrow_ov.svg) no-repeat right center;
  }
}

body#research .head-ja .global-nav04 a {
  color: #420085;
}
body#research .head-ja .global-nav04 a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.4em;
  width: 100%;
  border-bottom: 4px solid #420085;
}
@media screen and (max-width: 1024px) {
  body#research .head-ja #menu .global-nav04 a {
    background: url(/wp/wp-content/themes/coins/images/share/ico_arrow_ov.svg) no-repeat right center;
  }
}

body#campus_life .head-ja .global-nav05 a {
  color: #420085;
}
body#campus_life .head-ja .global-nav05 a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  border-bottom: 4px solid #420085;
}
@media screen and (max-width: 1024px) {
  body#campus_life .head-ja #menu .global-nav05 a {
    background: url(/wp/wp-content/themes/coins/images/share/ico_arrow_ov.svg) no-repeat right center;
  }
}

body#career_path .head-ja .global-nav06 a {
  color: #420085;
}
body#career_path .head-ja .global-nav06 a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  border-bottom: 4px solid #420085;
}
@media screen and (max-width: 1024px) {
  body#career_path .head-ja #menu .global-nav06 a {
    background: url(/wp/wp-content/themes/coins/images/share/ico_arrow_ov.svg) no-repeat right center;
  }
}

body#admissions .head-en .global-nav01 a {
  color: #420085;
}
body#admissions .head-en .global-nav01 a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  border-bottom: 4px solid #420085;
}
@media screen and (max-width: 1024px) {
  body#admissions .head-en #menu .global-nav01 a {
    background: url(/wp/wp-content/themes/coins/images/share/ico_arrow_ov.svg) no-repeat right center;
  }
}

body#education .head-en .global-nav02 a {
  color: #420085;
}
body#education .head-en .global-nav02 a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  border-bottom: 4px solid #420085;
}
@media screen and (max-width: 1024px) {
  body#education .head-en #menu .global-nav02 a {
    background: url(/wp/wp-content/themes/coins/images/share/ico_arrow_ov.svg) no-repeat right center;
  }
}

body#campus_life .head-en .global-nav03 a {
  color: #420085;
}
body#campus_life .head-en .global-nav03 a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  border-bottom: 4px solid #420085;
}
@media screen and (max-width: 1024px) {
  body#campus_life .head-en #menu .global-nav03 a {
    background: url(/wp/wp-content/themes/coins/images/share/ico_arrow_ov.svg) no-repeat right center;
  }
}

body .head-ja #language-nav .language-ja a {
  color: #420085;
  font-weight: 600;
}

body .head-en #language-nav .language-en a {
  color: #420085;
  font-weight: 600;
}

body#en_admissions #head .global-nav01 a,
body.en_admissions #head .global-nav01 a {
  color: #420085;
}
body#en_admissions #head .global-nav01 a:before,
body.en_admissions #head .global-nav01 a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  border-bottom: 4px solid #420085;
}
@media screen and (max-width: 1024px) {
  body#en_admissions #head #menu .global-nav01 a,
  body.en_admissions #head #menu .global-nav01 a {
    background: url(/wp/wp-content/themes/coins/images/share/ico_arrow_ov.svg) no-repeat right center;
  }
}

body#en_education #head .global-nav02 a,
body.en_education #head .global-nav02 a {
  color: #420085;
}
body#en_education #head .global-nav02 a:before,
body.en_education #head .global-nav02 a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  border-bottom: 4px solid #420085;
}
@media screen and (max-width: 1024px) {
  body#en_education #head #menu .global-nav02 a,
  body.en_education #head #menu .global-nav02 a {
    background: url(/wp/wp-content/themes/coins/images/share/ico_arrow_ov.svg) no-repeat right center;
  }
}

body#en_campus_life #head .global-nav03 a,
body.en_campus_life #head .global-nav03 a {
  color: #420085;
}
body#en_campus_life #head .global-nav03 a:before,
body.en_campus_life #head .global-nav03 a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  border-bottom: 4px solid #420085;
}
@media screen and (max-width: 1024px) {
  body#en_campus_life #head #menu .global-nav03 a,
  body.en_campus_life #head #menu .global-nav03 a {
    background: url(/wp/wp-content/themes/coins/images/share/ico_arrow_ov.svg) no-repeat right center;
  }
}

@media screen and (max-width: 1024px) {
  #menu {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    display: none;
    position: fixed;
    top: 110px;
    left: 0;
    margin-left: 0;
    background: #fff;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    align-content: stretch;
    justify-content: stretch;
  }
  #menu #nav-contact {
    display: grid;
    grid-template-rows: 1fr 2fr;
    padding: 20px;
  }
  #menu #head-nav-top {
    margin-top: 20px;
    grid-template-columns: 1fr;
    align-content: start;
    order: 1;
  }
  #menu #global-nav {
    margin-top: 0;
    align-content: end;
  }
  #menu #global-nav ul {
    grid-template-columns: 1fr;
  }
  #menu #global-nav li {
    border-top: 1px solid #ddd;
  }
  #menu #global-nav li:first-of-type {
    border-top: 0;
  }
  #menu #global-nav li a {
    display: block;
    padding: 0.5em 0;
    padding-right: 30px;
    background: url(/wp/wp-content/themes/coins/images/share/ico_arrow.svg) no-repeat right center;
  }
  #menu #global-nav li a:hover {
    background: url(/wp/wp-content/themes/coins/images/share/ico_arrow_ov.svg) no-repeat right center;
  }
  #menu #global-nav li a:before {
    display: none;
  }
  #menu a {
    display: block;
    padding: 0;
    border-bottom: none !important;
  }
  #menu a:hover {
    border-bottom: none !important;
  }
  #menu #base-nav ul {
    justify-content: start;
    flex-direction: column;
  }
  #menu #language-nav ul {
    display: inline-block;
  }
  #menu .btn-contact-bk a {
    padding: 0.5em 0;
    background: none;
    color: #fff;
    text-align: left;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  #menu .btn-contact-bk a:hover {
    border-bottom: 2px solid #420085;
  }
  #menu .btn-contact {
    margin-left: 0;
  }
  #menu .btn-contact a {
    padding: 0.5em 0;
    background: none;
    color: #fff;
    text-align: left;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  #menu .btn-contact a:hover {
    border-bottom: 2px solid #fff;
  }
  #menu-inner {
    display: flex;
    justify-content: center;
    width: 100vw;
    height: 100vh;
  }
  .active + #menu {
    display: block;
  }
  #toggle {
    display: block;
    position: absolute;
    top: calc(50% - 20px);
    right: 40px;
    width: 40px;
    height: 40px;
    z-index: 2;
  }
  #toggle span {
    box-sizing: border-box;
    color: #420085;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
  }
  #toggle.active span {
    background: #fff;
  }
  #toggle:hover span {
    color: #222;
  }
  #toggle span::before, #toggle::before, #toggle::after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    width: 20px;
    height: 2px;
    margin: auto;
    background: #222;
  }
  #toggle span::before {
    z-index: 1;
  }
  #toggle::before {
    z-index: 2;
    transform: translate(0, -9px);
  }
  #toggle::after {
    z-index: 2;
    transform: translate(0, 9px);
  }
  #toggle::before, #toggle::after {
    transition: transform 200ms;
  }
  #toggle.active span::before {
    background: #420085;
    opacity: 0;
    transition: opacity 150ms;
  }
  #toggle.active::before {
    background: #420085;
    transform: rotate(45deg);
  }
  #toggle.active::after {
    background: #420085;
    transform: rotate(-45deg);
  }
  #toggle #toggle-text {
    position: absolute;
    bottom: -26px;
    height: 1em;
    width: 50px;
    color: #222;
    left: -10px;
  }
}
@media screen and (max-width: 640px) {
  #toggle {
    right: 20px;
  }
}
/*----------------------------------------------------
	#content
----------------------------------------------------*/
#first-view {
  margin-top: 135px;
}
@media screen and (max-width: 1240px) {
  #first-view {
    margin-top: 125px;
  }
}
@media screen and (max-width: 1024px) {
  #first-view {
    margin-top: 110px;
  }
}

#content {
  width: 100%;
}
#content #contentInner {
  position: relative;
  margin: 0 auto;
  padding: 80px;
  max-width: 1280px;
}
#content #contentInner img {
  width: 100%;
}
#content #contentInner a {
  font-weight: 600;
}
#content #contentInner.faculty_list {
  padding: 25px;
}
#content .oneColumn {
  margin-bottom: 20px;
}
#content .twoColumn {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 80px;
}
#content .twoColumn #side nav {
  position: -webkit-sticky;
  position: sticky;
  top: 135px;
  left: 0;
  z-index: 1;
}
#content .twoColumn #side #sideNav {
  overflow: hidden;
}
#content .twoColumn #side #sideNav ul {
  margin-top: -1em;
}
#content .twoColumn #side #sideNav li {
  border-top: 1px dotted #ddd;
}
#content .twoColumn #side #sideNav li:first-of-type {
  border-top: none;
}
#content .twoColumn #side #sideNav a {
  display: block;
  padding: 1em 0;
  color: #222;
  text-decoration: none;
}
#content .twoColumn #side #sideNav a:hover {
  color: #420085;
}
#content .twoColumn #side .btnArea {
  margin-top: 40px;
  background: #f2eaff;
  padding: 0.5em;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
#content .twoColumn #side .btnArea li {
  display: block;
}
#content .twoColumn #side .btnArea li:last-of-type {
  margin-bottom: 0;
}
#content .twoColumn #side .btnArea a {
  display: block;
}
#content .twoColumn #side .side-bnrList {
  margin-top: 40px;
}
@media screen and (max-width: 1240px) {
  #content #contentInner {
    padding: 80px 40px;
  }
  #content .twoColumn {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  #content .twoColumn {
    grid-template-columns: auto;
    gap: 20px;
  }
  #content .twoColumn #side {
    order: 2;
  }
  #content .twoColumn .side-bnrList ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  #content .twoColumn .side-bnrList ul img {
    vertical-align: top;
  }
}
@media screen and (max-width: 640px) {
  #content #contentInner {
    padding: 40px 20px;
    row-gap: 40px;
  }
  #content #contentInner.faculty_list {
    padding: 5px;
  }
  #content .twoColumn #side .btnArea {
    margin-top: 20px;
  }
  #content .twoColumn #side .side-bnrList {
    margin-top: 20px;
  }
}

.topicPath {
  margin: 0 auto;
  display: block;
  padding: 0 80px;
  max-width: 1280px;
  white-space: nowrap;
}
.topicPath ul {
  overflow: hidden;
  font-size: 93%;
  line-height: 1.6;
}
.topicPath ul li {
  display: none;
  overflow: hidden;
}
.topicPath ul li a {
  margin-right: 6px;
  padding-right: 30px;
  background: url(/wp/wp-content/themes/coins/images/share/ico_arrow_tpath.svg) no-repeat right center;
  color: #222;
  font-weight: 600;
  text-decoration: none;
}
.topicPath ul li:last-of-type a {
  padding-right: 0;
  background: none;
}
.topicPath .show {
  display: inline-block;
}
.topicPath .ellipsis {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .topicPath {
    padding: 0 40px;
  }
}
@media screen and (max-width: 640px) {
  .topicPath {
    padding: 0 20px;
  }
}

#contentBottom .topicPath {
  padding: 0 80px;
  max-width: 1280px;
}
#contentBottom .topicPath ul {
  padding: 1em 0;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 1240px) {
  #contentBottom .topicPath {
    padding: 0 40px;
  }
}
@media screen and (max-width: 640px) {
  #contentBottom .topicPath {
    padding: 0 20px;
  }
}

.topicPath-en li:first-of-type {
  display: none;
}

.borderNone {
  padding-top: 1em !important;
  border-top: none !important;
}

/*----------------------------------------------------
	#footer
----------------------------------------------------*/
#foot {
  background: #222;
  width: 100%;
}
#foot #foot-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px;
}
#foot #foot-inner a {
  color: #fff;
  text-decoration: none;
}
#foot #foot-inner .icoBlank {
  background: url(/wp/wp-content/themes/coins/images/share/ico_blank_white.svg) no-repeat right center;
}
@media screen and (max-width: 1240px) {
  #foot #foot-inner {
    padding: 40px;
  }
}
@media screen and (max-width: 640px) {
  #foot #foot-inner {
    padding: 20px;
  }
}

.foot-en #foot-nav-top {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: left;
}
.foot-en #foot-nav-top p {
  margin-bottom: 0;
}
.foot-en #foot-nav-bottom {
  grid-template-columns: auto 180px;
  column-gap: 40px;
}
.foot-en #nav-copyright {
  text-align: left;
}
@media screen and (max-width: 1240px) {
  .foot-en #foot-nav-bottom {
    column-gap: 20px;
  }
}
@media screen and (max-width: 640px) {
  .foot-en #foot-nav-bottom {
    grid-template-columns: 2fr 1fr;
  }
}
@media screen and (max-width: 480px) {
  .foot-en #foot-nav-top {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

#foot-nav-top {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  gap: 40px;
}
#foot-nav-top p {
  font-size: 123.1%;
  font-weight: 600;
}
@media screen and (max-width: 1240px) {
  #foot-nav-top {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  #foot-nav-top {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  #foot-nav-top {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  #foot-nav-top {
    grid-template-columns: 1fr;
  }
}

#foot-nav-bottom {
  display: grid;
  grid-template-columns: 1fr 2fr;
  row-gap: 40px;
  margin: 0 auto;
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #333;
}
#foot-nav-bottom p {
  margin-bottom: 0;
}
@media screen and (max-width: 1240px) {
  #foot-nav-bottom {
    grid-template-columns: auto;
  }
}
@media screen and (max-width: 640px) {
  #foot-nav-bottom {
    row-gap: 20px;
    margin-top: 20px;
    padding-top: 20px;
  }
}

#foot-nav-bottom-left ul {
  display: flex;
  column-gap: 40px;
  font-size: 123.1%;
  line-height: 1.6;
}
#foot-nav-bottom-left a {
  font-weight: 600;
}

#foot-nav-bottom-right {
  display: grid;
  grid-template-columns: 1fr 180px;
  column-gap: 40px;
  justify-content: end;
  height: auto;
}
@media screen and (max-width: 1240px) {
  #foot-nav-bottom-right {
    justify-content: start;
  }
}
@media screen and (max-width: 640px) {
  #foot-nav-bottom-right {
    grid-template-columns: 2fr 1fr;
    column-gap: 20px;
  }
}

#nav-copyright {
  color: #fff;
  align-content: center;
  text-align: right;
}
#nav-copyright small {
  font-size: 77%;
}
@media screen and (max-width: 1240px) {
  #nav-copyright {
    text-align: left;
  }
}

.logo-tsukuba {
  width: 100%;
  align-content: center;
}
.logo-tsukuba img {
  width: 100%;
  vertical-align: top;
}

/*----------------------------------------------------
	#body
----------------------------------------------------*/
body {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

/*----------------------------------------------------
	#header
----------------------------------------------------*/
/* =Content
----------------------------------------------- */
.mt20 {
  margin-top: 20px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}
@media screen and (max-width: 640px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}
@media screen and (max-width: 640px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.w100 li {
  width: 100% !important;
}

.wAuto li {
  width: auto;
}

.x-small {
  font-size: 77%;
}

.small {
  font-size: 93%;
}

.large {
  font-size: 123.1%;
}

.l-large {
  font-size: 153.9%;
}

.x-large {
  font-size: 197%;
}

.center {
  text-align: center !important;
}
.center th, .center td {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

.middle th, .middle td {
  vertical-align: middle !important;
}

.outline {
  outline: 1px solid #ddd;
  outline-offset: -1px;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.displayI {
  display: inline;
}

.displayB {
  display: block;
}

.input_button {
  padding: 0;
  display: inline-block;
  cursor: pointer;
}

.displayN {
  display: none;
}

.pc_none {
  display: none;
}

@media screen and (min-width: 320px) {
  .sp_none {
    display: block;
  }
}
.bgN {
  background: none !important;
}

.important {
  color: #f00;
}

.labelImportant {
  display: inline-block;
  margin-right: 1em;
  padding: 0 1em;
  background: #f00;
  color: #fff;
  text-align: center;
  border: 1px solid #f00;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.icoBlank {
  padding-right: 20px;
  background: url(/wp/wp-content/themes/coins/images/share/ico_blank_blue.svg) no-repeat right center;
  width: 16px;
}

.icoPdf {
  padding-right: 20px;
  background: url(/wp/wp-content/themes/coins/images/share/ico_pdf.svg) no-repeat right center;
  width: 16px;
}

.icoRss {
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  padding-top: 24px;
  background: url(/wp/wp-content/themes/coins/images/share/ico_rss.svg) no-repeat right center;
  width: 24px;
  height: 0;
  overflow: hidden;
}

.labelProfessor {
  background: #efe5fa;
  color: #420085;
  border: 1px solid #420085;
}

.labelAssociate {
  background: #fff9cc;
  color: #cc9000;
  border: 1px solid #cc9000;
}

.labelLecturer {
  background: #e5f2f3;
  color: #008485;
  border: 1px solid #008485;
}

.labelAssistant {
  background: #ffecf6;
  color: #ff40ab;
  border: 1px solid #ff40ab;
}

.square {
  margin-bottom: 5px;
  list-style-type: square;
}
.square li {
  margin-left: 20px;
  padding: 0.2em 0;
}

table {
  margin-bottom: 40px;
}
table .base {
  border-bottom: 4px solid #420085;
}
table .am,
table .summer {
  border-bottom: 4px solid #cc9000;
}
table .pm,
table .spring {
  border-bottom: 4px solid #ff40ab;
}
@media screen and (max-width: 640px) {
  table {
    margin-bottom: 20px;
  }
}

body#data table td {
  text-align: center;
}

#contentInner.faculty_list table {
  margin-bottom: 0;
}

.lv01 {
  margin: 0 auto;
  padding: 40px 80px 0;
  max-width: 1280px;
  font-family: "Noto Serif", serif;
  font-size: 197%;
  line-height: 1.6;
  font-weight: 300;
  text-align: center;
}
.lv01 .pName {
  position: relative;
  padding-bottom: 0.8em;
  border-bottom: 1px solid #ddd;
}
.lv01 .pName:before {
  position: absolute;
  width: 16%;
  left: 42%;
  bottom: -1px;
  content: "";
  border-bottom: 1px solid #420085;
}
@media screen and (max-width: 1240px) {
  .lv01 {
    padding: 20px 40px 0;
  }
}
@media screen and (max-width: 640px) {
  .lv01 {
    padding: 20px 20px 0;
  }
  .lv01 .pName {
    padding-bottom: 0.4em;
    line-height: 2;
  }
  .lv01 .pName:before {
    display: none;
  }
}

.lv02 {
  position: relative;
  display: block;
  margin-bottom: 0.6em;
  padding-left: 28px;
  background: url(/wp/wp-content/themes/coins/images/share/ico_circle01_purple.svg) no-repeat;
  background-position: 0 50%;
  min-height: 24px;
  font-size: 123.1%;
  line-height: 1.6;
}

.lv03 {
  margin-bottom: 5px;
  font-size: 123.1%;
  color: #cc9000;
}

.indent {
  display: inline-block;
  * display: inline;
  * zoom: 1;
  margin-top: 0.5em;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 93%;
}

.summary {
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  .summary {
    margin-bottom: 20px;
  }
}

.btnArea .list01 {
  text-align: center;
}
.btnArea .list02 {
  clear: both;
  margin: 0 auto;
  background: #efe5fa;
  border: 1px solid #f2eaff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.btnArea li {
  display: inline-block;
}
.oneColumn .btnArea .list02 {
  padding: 0 0.5em 1em;
}
.oneColumn .btnArea li {
  margin-top: 1em;
}

#side .btnArea li {
  margin-top: 0.5em;
}
#side .btnArea li:first-of-type {
  margin-top: 0;
}

.linkArea .list02 {
  padding: 0.5em;
  background: #efe5fa;
  border: 1px solid #d9bff2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 0 1px rgb(255, 255, 255);
  -moz-box-shadow: inset 0 0 0 1px rgb(255, 255, 255);
  -ms-box-shadow: inset 0 0 0 1px rgb(255, 255, 255);
  box-shadow: inset 0 0 0 1px rgb(255, 255, 255);
}
.linkArea .list03 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 640px) {
  .linkArea .list03 {
    grid-template-columns: 1fr;
  }
}

.mod-alink {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.mod-alink .lv02 {
  position: relative;
  display: block;
  margin-bottom: 0.6em;
  padding-left: 28px;
  background: url(/wp/wp-content/themes/coins/images/share/ico_circle01_purple.svg) no-repeat;
  background-position: 0 50%;
  min-height: 24px;
  font-size: 123.1%;
  line-height: 1.6;
}
.mod-alink ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 20px;
}
.mod-alink li {
  padding: 0;
  width: 100%;
}
.mod-alink li a {
  display: block;
  padding: 0.2em 0 0.2em 1em;
  background: url(/wp/wp-content/themes/coins/images/share/ico_arrow01_under.svg) no-repeat left center;
}
@media screen and (max-width: 640px) {
  .mod-alink {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .mod-alink ul {
    grid-template-columns: 1fr;
  }
}

body.examination .mod-alink {
  padding-bottom: 0;
  border: none;
}

.mod-alink02 {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.mod-alink02 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.mod-alink02 li {
  border: 2px solid #420085;
  box-sizing: border-box;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.mod-alink02 li a {
  display: block;
  padding: 0 2em;
  background: url(/wp/wp-content/themes/coins/images/share/ico_arrow02_under.svg) no-repeat 10px center;
  text-align: center;
  color: #420085;
  text-decoration: none;
}
.mod-alink02 li b {
  display: block;
  font-size: 123.1%;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .mod-alink02 {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .mod-alink02 ul {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.mod-iframe dl {
  display: grid;
  grid-template-columns: 120px auto;
  gap: 40px;
}
.mod-iframe table {
  margin-top: 40px;
}
.mod-iframe table:last-of-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .mod-iframe dl {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .mod-iframe dl dt {
    margin: 0 auto;
    width: 120px;
  }
  .mod-iframe table {
    margin-top: 20px;
  }
}

.mod-std {
  margin-bottom: 40px;
}

.mod-std02 {
  margin-bottom: 40px;
}
.mod-std02 .mod-std02-inner {
  margin-bottom: 40px;
  padding: 20px;
  background: #efe5fa;
  border: 2px solid #420085;
}
.mod-std02 .mod-std02-inner table {
  margin-bottom: 20px;
}
.mod-std02 .std02-midashi {
  padding: 5px 20px;
  background: #420085;
  color: #fff;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.mod-std02 .std02-midashi h2 {
  display: inline-block;
  font-size: 153.9%;
}
.mod-std02 .lv03 {
  color: #420085;
}
.mod-std02 table {
  border-top: 1px solid #d9bff1;
  border-left: 1px solid #d9bff1;
}
.mod-std02 table th {
  background: #fff;
  color: #420085;
}
.mod-std02 table th, .mod-std02 table td {
  border-right: 1px solid #d9bff1;
  border-bottom: 1px solid #d9bff1;
}
.mod-std02:last-of-type {
  margin-bottom: 0;
}

.mod-imgTxt {
  margin-bottom: 40px;
}
.mod-imgTxt dl {
  display: grid;
  grid-template-columns: 220px auto;
  column-gap: 40px;
}
.mod-imgTxt dl dd {
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .mod-imgTxt dl {
    grid-template-columns: 1fr 2fr;
  }
}
@media screen and (max-width: 640px) {
  .mod-imgTxt {
    margin-bottom: 20px;
  }
  .mod-imgTxt dl {
    grid-template-columns: auto;
    column-gap: 20px;
  }
}

.mod-imgTxtSmall {
  margin-bottom: 40px;
}
.mod-imgTxtSmall dl {
  display: grid;
  grid-template-columns: 80px auto;
  column-gap: 20px;
  margin-bottom: 0.6em;
}

.mod-txtImg {
  margin-bottom: 40px;
}
.mod-txtImg img {
  display: block;
  margin: 0 auto 20px;
  width: 220px !important;
}
.mod-txtList ul.topic {
  margin-bottom: 20px;
}
.mod-txtList ul.topic li {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 20px;
  padding: 1em 0;
  border-top: 1px dotted #ddd;
}
.mod-txtList ul.topic li a {
  text-decoration: none;
}
.mod-txtList ul.topic li span {
  font-size: 77%;
  align-content: center;
}
.mod-txtList ul.topic li:first-of-type {
  border: none;
}
@media screen and (max-width: 768px) {
  .mod-txtList ul.topic li {
    grid-template-columns: 1fr;
  }
}

.twoGrid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
.twoGrid:last-of-type {
  margin-bottom: 0;
}
.twoGrid .mod-tg01 dt {
  position: relative;
}
.twoGrid .mod-tg01 dt span {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 80px;
  height: 80px;
}
.twoGrid .mod-tg02 dl {
  display: grid;
  grid-template-columns: 120px auto;
  column-gap: 20px;
}
@media screen and (max-width: 480px) {
  .twoGrid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 20px;
  }
}

.threeGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 40px;
  margin-bottom: 80px;
}

.fourGrid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}

.twoGrid-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}
.twoGrid-grid .mod-tg03-grid {
  padding: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #ddd;
}
.twoGrid-grid dl {
  display: grid;
  grid-template-columns: 80px auto;
  column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .twoGrid-grid {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  .twoGrid-grid {
    gap: 20px;
  }
}

.oneColumn .twoGrid .mod-tg02 {
  display: grid;
  grid-template-rows: 1fr auto;
  row-gap: 20px;
}
.oneColumn .fourGrid .mod-fg02 dt,
.oneColumn .fourGrid .mod-fg03 dt {
  clear: left;
  float: left;
  margin: 0;
  width: 60px;
}
.oneColumn .fourGrid .mod-fg02 dd,
.oneColumn .fourGrid .mod-fg03 dd {
  margin-left: 75px;
}

.list ul {
  margin-left: 1em;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
  list-style: square;
}
.list ul li {
  padding: 0.2em 0;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .list ul {
    grid-template-columns: 1fr;
  }
}

.pager {
  position: relative;
  * top: 10px;
  overflow: hidden;
}
.pager ul {
  position: relative;
  left: 50%;
  margin-left: -63px;
}
.pager ul li {
  float: left;
  margin-left: 20px;
  width: 33px;
}
.pager ul li a {
  position: relative;
  display: block;
}
.pager ul .next a {
  padding-top: 17px;
  height: 0;
  background: url(/wp/wp-content/themes/coins/images/share/button_next.gif) no-repeat left top;
  overflow: hidden;
}
.pager ul .prev a {
  padding-top: 17px;
  height: 0;
  background: url(/wp/wp-content/themes/coins/images/share/button_prev.gif) no-repeat left top;
  overflow: hidden;
}

.youtube {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  * zoom: 1;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(/wp/wp-content/themes/coins/images/share/bx_loader.gif) no-repeat center center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-prev {
  top: 0 !important;
  left: 0;
  width: 50% !important;
  height: 100% !important;
}
.bx-wrapper .bx-next {
  top: 0 !important;
  right: 0;
  width: 50% !important;
  height: 100% !important;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  margin: 0;
  padding: 20px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("/wp/wp-content/themes/coins/images/share/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("/wp/wp-content/themes/coins/images/share/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("/wp/wp-content/themes/coins/images/share/fancybox_blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev {
  left: 0;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next {
  right: 0;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
  max-width: 9999px;
  max-height: 9999px;
  overflow: visible !important;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("/wp/wp-content/themes/coins/images/share/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("/wp/wp-content/themes/coins/images/share/fancybox_sprite@2x.png");
    background-size: 44px 152px;
  }
  #fancybox-loading div {
    background-image: url("/wp/wp-content/themes/coins/images/share/fancybox_loading@2x.gif");
    background-size: 24px 24px;
  }
}
#scrollbar1 {
  position: relative;
  margin: 20px 0 10px;
  border: 1px solid #ddd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
#scrollbar1 .viewport {
  position: relative;
  background: #f9f9f9;
  height: 300px;
  overflow: hidden;
}
#scrollbar1 .overview {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 40px;
  list-style: none;
}
#scrollbar1 .overview dl {
  margin-bottom: 0.5em;
}
#scrollbar1 .overview dl dt {
  font-weight: bold;
}
#scrollbar1 .scrollbar {
  position: absolute;
  top: 0;
  right: -20px;
  background: transparent url(/wp/wp-content/themes/coins/images/share/bg-scrollbar-track-y.png) no-repeat 0 0;
  background-position: 0 0;
  width: 20px;
}
#scrollbar1 .track {
  position: relative;
  padding: 0 1px;
  background: transparent url(/wp/wp-content/themes/coins/images/share/bg-scrollbar-trackend-y.png) no-repeat 0 100%;
  width: 13px;
  height: 100%;
}
#scrollbar1 .thumb {
  position: absolute;
  top: 0;
  left: -5px;
  background: transparent url(/wp/wp-content/themes/coins/images/share/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
  width: 25px;
  height: 20px;
  cursor: pointer;
  overflow: hidden;
}
#scrollbar1 .thumb .end {
  background: transparent url(/wp/wp-content/themes/coins/images/share/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
  width: 25px;
  height: 5px;
  overflow: hidden;
}
#scrollbar1 .disable {
  display: none;
}
#scrollbar1 .noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

@media only screen and (max-width: 767px) {
  table.responsive {
    margin-bottom: 0;
  }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
  }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }
  .pinned table th,
  .pinned table td {
    white-space: nowrap;
  }
  .pinned td:last-child {
    border-bottom: 0;
  }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ddd;
  }
  div.table-wrapper div.scrollable table {
    margin-left: 35%;
  }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }
  table.responsive td,
  table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  table.responsive th:first-child,
  table.responsive td:first-child,
  table.responsive td:first-child,
  table.responsive.pinned td {
    display: none;
  }
}
/* =Top
----------------------------------------------- */
#promotion {
  margin: 155px auto 0;
  background: #EEF6FF;
  width: 100%;
  line-height: 0;
}
#promotion #promotionInner {
  position: relative;
  margin: 0 auto;
  padding: 0 80px;
  max-width: 1280px;
}
#promotion #promotionInner ul li {
  margin: 0 auto;
  max-width: 1280px;
}
#promotion #promotionInner ul li img {
  width: 100%;
}
#promotion #promotionInner p {
  margin-bottom: 0;
}
#promotion #promotionInner .promotionLabel {
  position: absolute;
  top: 15%;
  right: 80px;
  width: 15%;
  z-index: 100;
}
#promotion #promotionInner .promotionLabel a {
  display: block;
  max-width: 220px;
}
#promotion #promotionInner .promotionLabel img {
  width: 100%;
}
@media screen and (max-width: 1240px) {
  #promotion {
    margin-top: 125px;
  }
}
@media screen and (max-width: 1024px) {
  #promotion {
    margin-top: 110px;
  }
  #promotion #promotionInner {
    padding: 0 40px;
  }
  #promotion #promotionInner .promotionLabel {
    right: 40px;
  }
}
@media screen and (max-width: 640px) {
  #promotion #promotionInner {
    padding: 0 20px;
  }
  #promotion #promotionInner .promotionLabel {
    right: 20px;
  }
}

body#top .topImportant dl {
  display: grid;
  column-gap: 20px;
  margin-bottom: 80px;
  padding: 20px;
  background: #fff9cc;
  border: 1px solid #cc9000;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
body#top .topImportant dl dt {
  clear: left;
  float: left;
  margin: 0;
  width: 50px;
}
body#top .topImportant dl dd {
  margin-left: 60px;
}
@media screen and (min-width: 320px) {
  body#top .topImportant dl {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
@media screen and (min-width: 640px) {
  body#top .topImportant dl {
    grid-template-columns: auto 1fr;
  }
}

body#top .oneColumn .twoGrid,
body#top .oneColumn .threeGrid,
body#top .oneColumn .fourGrid,
body#research .oneColumn .twoGrid,
body#research .oneColumn .threeGrid,
body#research .oneColumn .fourGrid,
body#en .oneColumn .twoGrid,
body#en .oneColumn .threeGrid,
body#en .oneColumn .fourGrid {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  body#top .oneColumn .twoGrid,
  body#research .oneColumn .twoGrid,
  body#en .oneColumn .twoGrid {
    grid-template-columns: 1fr;
  }
  body#top .oneColumn .fourGrid,
  body#research .oneColumn .fourGrid,
  body#en .oneColumn .fourGrid {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  body#top .oneColumn .threeGrid,
  body#research .oneColumn .threeGrid,
  body#en .oneColumn .threeGrid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  body#top .oneColumn .fourGrid,
  body#research .oneColumn .fourGrid,
  body#en .oneColumn .fourGrid {
    gap: 20px;
  }
}

body#top .twoColumn,
body#en .twoColumn-topEn {
  display: grid;
  grid-template-columns: 3fr 1fr;
  column-gap: 40px;
}
body#top .twoColumn .mod-bnrList > ul,
body#top .twoColumn .mod-bnrList .textwidget ul,
body#en .twoColumn-topEn .mod-bnrList > ul,
body#en .twoColumn-topEn .mod-bnrList .textwidget ul {
  margin-bottom: 20px !important;
}
body#top .twoColumn .mod-bnrList > ul li,
body#top .twoColumn .mod-bnrList .textwidget ul li,
body#en .twoColumn-topEn .mod-bnrList > ul li,
body#en .twoColumn-topEn .mod-bnrList .textwidget ul li {
  margin-bottom: 10px;
}
body#top .twoColumn .mod-bnrList > ul:last-of-type,
body#top .twoColumn .mod-bnrList .textwidget ul:last-of-type,
body#en .twoColumn-topEn .mod-bnrList > ul:last-of-type,
body#en .twoColumn-topEn .mod-bnrList .textwidget ul:last-of-type {
  margin-bottom: 0;
}
body#top .twoColumn .mod-bnrList > ul img,
body#top .twoColumn .mod-bnrList .textwidget ul img,
body#en .twoColumn-topEn .mod-bnrList > ul img,
body#en .twoColumn-topEn .mod-bnrList .textwidget ul img {
  vertical-align: top;
}
body#top .twoColumn .mod-bnrList ul.list01,
body#en .twoColumn-topEn .mod-bnrList ul.list01 {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  body#top .twoColumn,
  body#en .twoColumn-topEn {
    grid-template-columns: 1fr;
  }
  body#top .twoColumn .mod-bnrList > ul,
  body#top .twoColumn .mod-bnrList .textwidget ul,
  body#en .twoColumn-topEn .mod-bnrList > ul,
  body#en .twoColumn-topEn .mod-bnrList .textwidget ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  body#top .twoColumn .mod-bnrList > ul li,
  body#top .twoColumn .mod-bnrList .textwidget ul li,
  body#en .twoColumn-topEn .mod-bnrList > ul li,
  body#en .twoColumn-topEn .mod-bnrList .textwidget ul li {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  body#top .twoColumn,
  body#en .twoColumn-topEn {
    gap: 20px;
  }
}

/* =curriculum
----------------------------------------------- */
.curriculum h2 {
  margin-bottom: 10px;
  font-size: 153.9%;
  line-height: 1.5;
}
.curriculum #section01,
.curriculum #section04 {
  margin-bottom: 20px;
}
.curriculum #section02 {
  margin-bottom: 10px;
}
.curriculum #section03 {
  margin-bottom: -45px;
}
.curriculum .curriculumInner {
  padding: 10px;
  background: #efe5fa;
}
.curriculum .tab {
  display: inline-block;
  margin-bottom: 0;
  padding: 5px 10px;
  width: 100px;
  background: #420085;
  color: #fff;
  font-size: 108%;
  text-align: center;
  border-radius: 10px 10px 0 0;
}
.curriculum .inner-white {
  padding: 0 20px;
}
.curriculum ul.btnEntranceExamination {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}
.curriculum ul.btnEntranceExamination li {
  flex-basis: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  font-size: 153.9%;
  line-height: 1.5;
  text-align: center;
  border: 3px solid #420085;
  border-radius: 100px;
  box-sizing: border-box;
}
.curriculum ul.btnEntranceExamination li b {
  display: inline-block;
  padding: 20px;
  text-decoration: none;
  color: #420085;
}
.curriculum ul.arrowDirections,
.curriculum ul.arrowTransition {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.curriculum .arrowDirections li,
.curriculum .arrowTransition li {
  flex-basis: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 30px;
  text-align: center;
  color: #420085;
  background: url(/wp/wp-content/themes/coins/images/share/ico_arrow_flow.gif) no-repeat top center;
}
.curriculum .modList {
  background: #fff;
  border: 1px solid #f2eaff;
}
.curriculum .modList dl {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #f2eaff;
}
.curriculum .modList dl:first-of-type {
  border-top: none;
}
.curriculum .modList dl dt {
  width: 15%;
  padding: 20px;
  color: #420085;
}
.curriculum .modList dl dd {
  width: 85%;
  padding: 20px;
}
.curriculum #section03 .twoColumn {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.curriculum .innerLeft,
.curriculum .innerRight {
  flex-basis: 50%;
}
.curriculum .innerLeft .curriculumInner {
  padding-top: 0;
}
.curriculum .innerLeft .modList {
  margin-bottom: 10px;
}
.curriculum .innerLeft .modList dt {
  width: 40%;
}
.curriculum .innerLeft .modList dd {
  width: 60%;
}
.curriculum .innerLeft li {
  padding-top: 30px;
  text-align: center;
  color: #420085;
  background: url(/wp/wp-content/themes/coins/images/share/ico_arrow_flow.gif) no-repeat top center;
}
.curriculum .innerRight {
  padding: 30px 20px 0;
  background: url(/wp/wp-content/themes/coins/images/share/ico_arrow_flow.gif) no-repeat top center;
}
.curriculum .choice {
  padding: 20px;
  background-color: #420085;
  color: #fff;
}
.curriculum .choiceTitle {
  font-size: 153.9%;
  line-height: 1.5;
  text-align: center;
}
.curriculum .arrowTransition li:first-of-type {
  margin-bottom: 10px;
  padding-top: 120px;
  background: url(/wp/wp-content/themes/coins/images/share/ico_arrow_flow_l.gif) no-repeat top center;
}
.curriculum .major {
  margin: 10px 0;
}
.curriculum .majorTitle01,
.curriculum .majorTitle02,
.curriculum .majorTitle03 {
  margin-bottom: 0;
  padding: 10px;
  color: #fff;
}
.curriculum .majorTitle01 {
  background: #cc9000;
}
.curriculum .major01 dt b {
  color: #cc9000;
}
.curriculum .majorTitle02 {
  background: #005ca2;
}
.curriculum .major02 dt b {
  color: #005ca2;
}
.curriculum .majorTitle03 {
  background: #008485;
}
.curriculum .major03 dt b {
  color: #008485;
}
.curriculum .majorLabel01 {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.curriculum .majorLabel01 b,
.curriculum .majorLabel02 b,
.curriculum .majorLabel03 b {
  display: inline-block;
  padding: 5px 20px 3px;
  text-align: center;
  border-radius: 100px;
  box-sizing: border-box;
}
.curriculum .majorLabel01,
.curriculum .majorLabel02,
.curriculum .majorLabel03 {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}
.curriculum .majorLabel01 b {
  color: #cc9000;
  border: 1px solid #cc9000;
}
.curriculum .majorLabel02 b {
  color: #005ca2;
  border: 1px solid #005ca2;
}
.curriculum .majorLabel03 b {
  color: #008485;
  border: 1px solid #008485;
}
.curriculum .graduationThesis {
  margin: 10px 0 5px;
  padding: 20px 20px 0;
  background: #fff;
  text-align: center;
  border: 1px solid #f2eaff;
}
.curriculum .graduationThesis .title,
.curriculum .graduationDecision .title {
  font-size: 153.9%;
  line-height: 1;
}
.curriculum .graduationDecision,
.curriculum .graduationLabel {
  padding-top: 30px;
  background: url(/wp/wp-content/themes/coins/images/share/ico_arrow_flow.gif) no-repeat top center;
  text-align: center;
}
.curriculum .graduationDecision .box {
  padding: 20px 20px 0;
  text-align: center;
  border: 2px solid #420085;
}
.curriculum .graduationDecision .title {
  color: #420085;
}
.curriculum .graduationLabel b {
  display: inline-block;
  margin: 0 auto;
  padding: 20px 30px 20px;
  background: #420085;
  font-size: 153.9%;
  color: #fff;
  line-height: 1;
  text-align: center;
  border-radius: 100px;
}
@media screen and (min-width: 768px) {
  .curriculum #section01,
  .curriculum #section04 {
    margin-bottom: 40px;
  }
  .curriculum #section02 {
    margin-bottom: -30px;
  }
  .curriculum .curriculumInner {
    padding: 20px;
  }
  .curriculum .major {
    margin: 10px 0;
  }
  .curriculum #section05 .modList {
    margin-bottom: 20px;
  }
  .curriculum .graduationThesis {
    margin: 20px 0 5px;
  }
}

/* =Contact
----------------------------------------------- */
.tel {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}
.tel a {
  padding: 0 1em 0.1em;
  font-size: 197%;
  color: #222;
  text-decoration: none;
  background: #f4f4f4;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}

/* =Access Map
----------------------------------------------- */
.mod-mapTxt {
  margin-bottom: 40px;
}
.mod-mapTxt dl {
  display: grid;
  grid-template-columns: 440px auto;
  column-gap: 40px;
}
.mod-mapTxt dl dd {
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .mod-mapTxt dl {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 640px) {
  .mod-mapTxt dl {
    grid-template-columns: 1fr;
  }
}

/* =Contact
----------------------------------------------- */
.wpcf7-list-item {
  display: block;
}

@-webkit-keyframes $animation {
  0% {
    opacity: 0;
    transform: scale(0, 0);
  }
  25% {
    transform: scale(1.1, 1.1);
  }
  50% {
    opacity: 1;
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-moz-keyframes $animation {
  0% {
    opacity: 0;
    transform: scale(0, 0);
  }
  25% {
    transform: scale(1.1, 1.1);
  }
  50% {
    opacity: 1;
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes $animation {
  0% {
    opacity: 0;
    transform: scale(0, 0);
  }
  25% {
    transform: scale(1.1, 1.1);
  }
  50% {
    opacity: 1;
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}
/* =relation
----------------------------------------------- */
#relation .list01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 40px;
}
@media screen and (max-width: 640px) {
  #relation .list01 {
    grid-template-columns: 1fr;
  }
}

/* =timetable
----------------------------------------------- */
.fixed {
  background: #fbe4d5;
}

.core {
  background: #ffd9d8;
}

.elective,
.common {
  background: #d4eaf5;
}

.teaching {
  background: #e8f5d4;
}

.soft {
  background: #fff0b3;
}

.sys {
  background: #d8d4f5;
}

.media {
  background: #f5d4ea;
}

/* = plus
----------------------------------------------- */
.openTxt section:last-of-type div:last-of-type {
  margin-bottom: 0;
}

.mod-std .twoGrid {
  margin-bottom: 40px;
}
.mod-std .twoGrid:last-of-type {
  margin-bottom: 0;
}
