@charset "UTF-8";
/* Scss Document */
#breadcrumb ul {
  max-width: 1050px;
  width: 100%;
  margin: auto;
  padding: 20px 15px;
  letter-spacing: -0.4em;
}
#breadcrumb ul li {
  display: inline-block;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: normal;
}
#breadcrumb ul li:first-child a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.2em;
}
#breadcrumb ul li + li:before {
  margin-right: 0.2em;
  content: "/";
  font-family: "FontAwesome";
}

main h1:not([class]) {
  font-size: 2.25rem;
  line-height: 2.5625rem;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  main h1:not([class]) {
    font-size: 2rem;
    line-height: 2.3125rem;
  }
}
@media screen and (max-width: 768px) {
  main h1:not([class]) {
    font-size: 1.75rem;
    line-height: 2.0625rem;
  }
}
main h2:not([class]) {
  font-size: 2rem;
  line-height: 2.3125rem;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  main h2:not([class]) {
    font-size: 1.75rem;
    line-height: 2.0625rem;
  }
}
@media screen and (max-width: 768px) {
  main h2:not([class]) {
    font-size: 1.375rem;
    line-height: 1.6875rem;
  }
}
main h3:not([class]) {
  font-size: 1.625rem;
  line-height: 1.9375rem;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  main h3:not([class]) {
    font-size: 1.5rem;
    line-height: 1.8125rem;
  }
}
@media screen and (max-width: 768px) {
  main h3:not([class]) {
    font-size: 1.375rem;
    line-height: 1.6875rem;
  }
}
main h4:not([class]) {
  font-size: 1.25rem;
}
main h5:not([class]) {
  font-size: 1.125rem;
}

body#about .subvisual {
  background-image: url(../images/pageHero-about.jpg);
}

body#academics .subvisual {
  background-image: url(../images/pageHero-academics.jpg);
}

body#international .subvisual {
  background-image: url(../images/pageHero-international.jpg);
}

.subvisual {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #FFF;
}
@media screen and (max-width: 768px) {
  .subvisual {
    height: 200px;
  }
}
.subvisual h2 {
  max-width: 1050px;
  width: 100%;
  margin: auto;
  padding-left: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .subvisual h2 {
    padding-left: 0px;
  }
}
.subvisual h2 span {
  display: inline-block;
  padding: 10px 20px;
  background-color: #872434;
  color: #fff;
  font-weight: bold;
}

.content-item {
  margin: 30px 0;
}

.content {
  max-width: 1050px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content .content-main-full {
  width: 100%;
}
.content .content-main,
.content .content-sub {
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .content .content-main,
.content .content-sub {
    width: 100% !important;
  }
}
.content .content-main {
  width: calc(100% - 260px);
}
.content .content-sub {
  width: 260px;
}
@media screen and (max-width: 768px) {
  .content .content-sub {
    margin-top: 20px;
  }
}
.content .content-sub .sub-head {
  background-color: #872434;
  padding: 1em 0.8em;
  font-size: 1.125rem;
  color: #fff;
}
.content .content-sub .sub-body .link a {
  display: inline-block;
}
.content .content-sub .sub-body ul {
  background: rgba(69, 69, 69, 0.1);
}
.content .content-sub .sub-body ul li {
  border-top: 1px solid #fff;
}
.content .content-sub .sub-body ul li a {
  display: block;
  padding: 0.6em 0.8em;
}
.content .content-sub .sub-body ul li a::after {
  content: none;
}
@media screen and (min-width: 993px) {
  .content .content-sub .sub-body ul li a:hover {
    background-color: #5f1924;
    color: #fff;
  }
}
.content .content-sub .sub-body ul li.current > a {
  background-color: #5f1924;
  color: #fff;
}
.content .content-sub .accordion ul {
  display: none;
}
.content .content-sub .accordion .active > ul {
  display: block;
  margin-left: 0.5em;
}
.content .content-sub .accordion .active > ul li {
  border-left: 1px solid #fff;
}
.content .content-sub .accordion .active > p::after, .content .content-sub .accordion .active > .link::after {
  content: "";
}
.content .content-sub .accordion .link,
.content .content-sub .accordion p {
  cursor: pointer;
  color: #872434;
  transition: color 0.3s, background-color 0.3s, border-color 0.3s;
  position: relative;
}
.content .content-sub .accordion .link::after,
.content .content-sub .accordion p::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0%, -50%);
}
@media screen and (min-width: 993px) {
  .content .content-sub .accordion .link:hover,
.content .content-sub .accordion p:hover {
    background-color: #5f1924;
    color: #fff;
  }
  .content .content-sub .accordion .link:hover a,
.content .content-sub .accordion p:hover a {
    color: #fff;
  }
}
.content .content-sub .accordion .link {
  padding: 0.6em 0.8em;
}
.content .content-sub .accordion .link a {
  padding: 0 !important;
}
.content .content-sub .accordion p {
  padding: 0.6em 0.8em;
}
.content .content-sub .accordion ul > li > a {
  background: rgba(69, 69, 69, 0.1);
}
.content h2 {
  font-weight: bold;
  background-color: #872434;
  color: #fff;
  padding: 8px 15px;
  margin-bottom: 30px;
}
.content h2 small {
  display: block;
  font-size: 0.9375rem;
  line-height: 100%;
  margin-bottom: 3px;
}
.content h3 {
  border-left: 10px solid #872434;
  border-bottom: 2px solid #872434;
  padding: 5px 15px;
  margin-bottom: 20px;
}
.content h4 {
  background-color: #f4f4eb;
  padding: 10px 15px;
  margin-bottom: 15px;
  color: #000;
  border-left: 6px solid #8f7649;
}
.content .sectionBox {
  margin-bottom: 40px;
}
.content .flexBox {
  display: flex;
  flex-wrap: wrap;
}

#message .page-title {
  color: #872434;
  font-size: 1.125rem;
  margin-bottom: 20px;
}
#message .message-imgArea {
  margin: 0 -10px;
}
@media screen and (max-width: 768px) {
  #message .message-imgArea {
    margin: 0;
  }
}
#message .message-imgArea .itemBox,
#message .message-imgArea .textBox {
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  #message .message-imgArea .itemBox,
#message .message-imgArea .textBox {
    padding: 0;
    width: 100% !important;
  }
}
#message .message-imgArea .imgArea {
  width: 220px;
  text-align: center;
  margin-bottom: 10px;
  order: 1;
}
@media screen and (max-width: 768px) {
  #message .message-imgArea .imgArea {
    margin-bottom: 15px;
    order: 0;
  }
}
#message .message-imgArea .textArea {
  width: calc(100% - 220px);
  order: 0;
}
@media screen and (max-width: 768px) {
  #message .message-imgArea .textArea {
    order: 1;
  }
}
#message .message-imgArea p {
  margin-bottom: 10px;
}

#history .tableBox table {
  border-bottom: 1px solid #ddd;
}
#history .tableBox caption {
  text-align: left;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 5px;
  background-color: #eee;
}
#history .tableBox tr:nth-of-type(even) {
  background-color: #f9f9f9;
}
#history .tableBox th,
#history .tableBox td {
  border-top: 1px solid #ddd;
}
#history .tableBox th {
  width: 180px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #history .tableBox th {
    width: 100%;
  }
}

#academics h5 {
  margin-top: 10px;
  margin-bottom: 5px;
}
#academics .partition {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px;
}
#academics .partition:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
#academics .cont-link {
  margin-top: 10px;
}
#academics .subvisual {
  background-position: center 85%;
}
#academics .imgArea {
  text-align: center;
}
#academics .leadBox p {
  margin-bottom: 10px;
}
#academics .leadBox p:last-child {
  margin-bottom: 0;
}
#academics .department {
  counter-reset: number;
}
#academics .department-dl dt {
  font-size: 1.125rem;
  margin-bottom: 5px;
}
#academics .department-dl dt::before {
  counter-increment: number;
  content: counter(number) ".";
  padding-right: 5px;
}
#academics .department-dl dd {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
#academics .department-dl dd:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#academics .department-p p {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
#academics .department-p p:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#academics .department-p p::before {
  counter-increment: number;
  content: counter(number) ".";
  padding-right: 5px;
}
#academics.graduate .leadArea {
  margin-bottom: 20px;
}
#academics.graduate .iconArea {
  margin-top: 10px;
}
#academics.graduate .iconArea ul {
  letter-spacing: -0.4em;
}
#academics.graduate .iconArea ul li {
  display: inline-block;
  letter-spacing: normal;
  margin-right: 1em;
  margin-bottom: 5px;
}
#academics.graduate .iconArea ul li span {
  display: inline-block;
  margin-right: 0.5em;
}
#academics.graduate .iconbase {
  color: #fff;
}
#academics.graduate .iconbase::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding: 3px;
}
#academics.graduate .iconbase.icon01::before {
  content: "";
  background-color: #902346;
}
#academics.graduate .iconbase.icon02::before {
  content: "";
  background-color: #ec6516;
}
#academics.graduate .iconbase.icon03::before {
  content: "";
  background-color: #13548c;
}
#academics.graduate .degree {
  margin: 15px 0;
  font-size: 1.125rem;
  color: #872434;
}
#academics.graduate .degree li {
  margin-bottom: 8px;
}
#academics.graduate .degree li:last-child {
  margin-bottom: 0;
}
#academics.graduate .degree span {
  margin-left: 3px;
}
#academics.junior .content-item, #academics.graduate .content-item {
  margin-top: 20px;
  padding-top: 10px;
}

.access .imgArea a::after {
  content: none;
}
.access .imgArea figure {
  max-width: 900px;
  width: 100%;
  margin: auto;
}
.access .imgArea figcaption {
  text-align: center;
}
.access .imgArea figcaption span {
  display: inline-block;
  padding: 10px;
  font-size: 1.25rem;
  margin-top: 15px;
  background-color: #872434;
  border: 1px solid #872434;
  color: #fff;
  width: 140px;
}
@media screen and (min-width: 993px) {
  .access .imgArea figcaption span:hover {
    background-color: #fff;
    color: #872434;
  }
}
.access .map-number {
  padding: 15px;
  background: #f5f5f5;
}
.access .map-number ol {
  counter-reset: number 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  margin-left: -5px;
  margin-right: -5px;
}
.access .map-number ol li {
  padding-left: 30px;
  padding-right: 5px;
  margin-bottom: 10px;
  width: 33.333%;
  position: relative;
}
.access .map-number ol li::before {
  border-radius: 5px;
  counter-increment: number 1;
  content: counter(number) " ";
  background-color: #FF4C6B;
  color: #fff;
  padding: 5px 0.1em;
  line-height: 1em;
  text-align: center;
  font-size: 12px;
  position: absolute;
  display: inline-block;
  width: 1.8em;
  left: 0;
  top: 0;
  background-color: #e39300;
}
@media screen and (min-width: 768px) and (max-width:992px) {
  .access .map-number ol li {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .access .map-number ol li {
    width: 100%;
  }
}

body#international .subvisual {
  background-position: center 70%;
}

.degree h5 {
  border-left: 5px solid #872434;
  padding-left: 10px;
}
.degree .tableBox {
  margin-top: 15px;
}
.degree .tableBox table {
  border-bottom: 1px solid #ddd;
}
.degree .tableBox caption {
  text-align: left;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 5px;
  background-color: #eee;
}
.degree .tableBox tr:nth-of-type(even) {
  background-color: #f9f9f9;
}
.degree .tableBox th,
.degree .tableBox td {
  border-top: 1px solid #ddd;
}
.degree .tableBox th {
  width: 280px;
  text-align: left;
  border-right: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
  .degree .tableBox th {
    width: 100%;
  }
}
.degree .linkbtn ul {
  display: flex;
  margin: 0 -10px;
}
.degree .linkbtn ul li {
  padding: 0 10px;
  width: calc(100% / 3);
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .degree .linkbtn ul li {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .degree .linkbtn ul li {
    width: 100%;
  }
}
.degree .linkbtn ul li a {
  display: block;
  padding: 10px;
  text-align: center;
  border: 1px solid #872434;
}
.degree tfoot tr td {
  padding: 0;
  border: none;
}
.degree tfoot tr td p {
  text-align: left;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 5px;
  background-color: #eee;
}

footer {
  margin-top: 30px;
}