@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Oswald);
html {
  overflow-y: scroll;
  font-size: 88%;
}

body {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 100%;
  line-height: 1.8em;
  font-weight: 500;
  color: #333;
  background: #FFF;
  -webkit-text-size-adjust: 100%;
}

input,
textarea {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 100%;
  line-height: 1.8em;
  font-weight: 500;
  color: #333;
  -webkit-appearance: none;
}

@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .selector {
    property: value;
  }

  body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  }

  input,
  textarea {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  }
}
a:link {
  color: #4223FF;
  text-decoration: underline;
}

a:hover {
  color: #4223FF;
  text-decoration: none;
}

a:visited {
  color: #7D00AC;
  text-decoration: none;
}

.l-header {
  position: relative;
  width: 100%;
}
@media print, screen and (max-width: 920px) {
  .l-header {
    background: #FFF;
    z-index: 200;
  }
}

.l-header-nav {
  width: 100%;
  height: 43px;
  background: #4D3981;
}
@media print, screen and (max-width: 1200px) {
  .l-header-nav {
    width: auto;
    padding: 0 10px;
  }
}
@media print, screen and (max-width: 920px) {
  .l-header-nav {
    display: none;
  }
}

.l-header-nav-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.l-header-nav-inner::after {
  content: "";
  display: block;
  clear: both;
}
@media print, screen and (max-width: 1042px) {
  .l-header-nav-inner {
    width: 1005px;
  }
}

.l-header-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 21px 0;
  overflow: hidden;
}
@media print, screen and (max-width: 1200px) {
  .l-header-container {
    width: auto;
    padding: 21px 10px;
  }
}
@media print, screen and (max-width: 920px) {
  .l-header-container {
    padding: 0;
    height: 60px;
    border-bottom: 1px solid #CCC;
  }
}

.l-global-nav {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.7);
}
@media print, screen and (max-width: 920px) {
  .l-global-nav {
    display: none;
  }
}

@media print, screen and (min-width: 921px) {
  .l-language-nav,
  .l-mobile-nav {
    display: none;
  }
}
@media print, screen and (max-width: 920px) {
  .l-mobile-nav {
    overflow: auto;
    position: fixed;
    top: 61px;
    left: -100%;
    width: 100%;
    height: 85%;
    opacity: 0;
    z-index: 200;
    background: #F3F3F3;
    -webkit-overflow-scrolling: touch;
  }

  .l-language-nav {
    overflow: auto;
    position: fixed;
    top: 61px;
    left: -100%;
    width: 100%;
    opacity: 0;
    z-index: 200;
    background: #FFF;
    -webkit-overflow-scrolling: touch;
  }

  .navOpen1 .l-mobile-nav,
  .navOpen2 .l-language-nav {
    opacity: 1;
    left: 0;
  }
}
.l-heroheader {
  position: relative;
}

.l-mainvisual {
  display: table;
  width: 100%;
  height: 750px;
  background: url("../img/top/mainvisual.jpg") no-repeat center center/cover;
}
@media print, screen and (max-width: 920px) {
  .l-mainvisual {
    width: 100%;
    height: 300px;
  }
}

.l-pickup {
  margin: 0 auto;
  width: 1200px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
}
@media print, screen and (max-width: 1200px) {
  .l-pickup {
    width: auto;
    padding: 0 10px;
  }
}
@media print, screen and (max-width: 920px) {
  .l-pickup {
    width: auto;
    padding: 0;
    position: static;
  }
}

.l-pagename {
  width: 100%;
  height: 320px;
  text-align: center;
  background: url("../img/bg_pn.jpg") no-repeat center center/cover;
}
@media print, screen and (max-width: 920px) {
  .l-pagename {
    width: 920px;
    height: 150px;
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
  }
}

.l-topicpath {
  padding: 10px 0;
  background: #E6E6E6;
}

.l-container {
  padding: 60px 0;
}
@media print, screen and (max-width: 1200px) {
  .l-container {
    padding: 60px 10px;
  }
}
@media print, screen and (max-width: 920px) {
  .l-container {
    padding: 35px 10px;
  }
}

.l-container-tight {
  padding: 60px 0;
}
@media screen and (max-width: 1200px) {
  .l-container-tight {
    padding: 60px 10px;
  }
}
@media screen and (max-width: 920px) {
  .l-container-tight {
    padding: 0;
  }
}

.l-row {
  margin: 0 auto;
  max-width: 1200px;
  overflow: hidden;
}

.l-narrow {
  margin: 0 auto;
  max-width: 900px;
  overflow: hidden;
}

.l-contents {
  margin: 0 auto;
  max-width: 1200px;
  padding: 60px 0;
}
.l-contents::after {
  content: "";
  display: block;
  clear: both;
}
@media print, screen and (max-width: 1200px) {
  .l-contents {
    width: 100%;
    display: table;
  }
}
@media print, screen and (max-width: 920px) {
  .l-contents {
    display: block;
    width: auto;
    padding: 50px 0;
  }
}

.l-contents-narrow {
  margin: 0 auto;
  max-width: 900px;
  padding: 60px 0;
}
@media print, screen and (max-width: 1200px) {
  .l-contents-narrow {
    padding: 60px 30px;
  }
}
@media print, screen and (max-width: 920px) {
  .l-contents-narrow {
    padding: 50px 10px;
  }
}

.l-main {
  float: left;
  width: 900px;
}
@media print, screen and (max-width: 1200px) {
  .l-main {
    float: none;
    width: auto;
    display: table-cell;
    vertical-align: top;
    padding: 0 30px;
  }
}
@media print, screen and (max-width: 920px) {
  .l-main {
    display: block;
    padding: 0 10px;
    margin-bottom: 50px;
  }
}

.l-side {
  float: right;
  width: 240px;
}
@media print, screen and (max-width: 1200px) {
  .l-side {
    float: none;
    display: table-cell;
    vertical-align: top;
    padding-right: 30px;
  }
}
@media print, screen and (max-width: 920px) {
  .l-side {
    display: block;
    width: auto;
    padding: 0 10px;
  }
}

.l-news-general {
  float: left;
  width: 47%;
}
@media screen and (max-width: 920px) {
  .l-news-general {
    float: none;
    width: auto;
  }
}

.l-kendainews {
  float: right;
  width: 47%;
}
@media screen and (max-width: 920px) {
  .l-kendainews {
    float: none;
    width: auto;
  }
}

.l-info {
  margin-bottom: 50px;
  position: relative;
}

.l-info-inner {
  display: table;
  width: 100%;
}

.l-info-left {
  display: table-cell;
  width: 25%;
  padding-right: 20px;
}

.l-info-right {
  display: table-cell;
}

.l-calendar {
  width: 100%;
  display: table;
  margin: 50px 0;
}
@media print, screen and (max-width: 920px) {
  .l-calendar {
    display: block;
  }
}

.l-cal-float {
  width: 50%;
  display: table-cell;
  padding: 0 30px;
}
@media print, screen and (max-width: 920px) {
  .l-cal-float {
    width: auto;
    display: block;
    padding: 0;
    margin-bottom: 50px;
  }
}

.l-footer {
  padding: 70px 0 25px;
  background: #222;
}
@media screen and (max-width: 1200px) {
  .l-footer {
    padding: 70px 10px 25px;
  }
}
@media screen and (max-width: 920px) {
  .l-footer {
    padding: 0 10px;
  }
}

.l-footer-inner {
  margin: 0 auto;
  display: table;
  width: 1200px;
}
@media screen and (max-width: 1200px) {
  .l-footer-inner {
    width: 100%;
  }
}

.l-footer-left {
  width: 35%;
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 920px) {
  .l-footer-left {
    width: auto;
  }
}

.l-footer-right {
  width: 75%;
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
}
@media screen and (max-width: 920px) {
  .l-footer-right {
    width: auto;
    display: table-caption;
    padding: 20px 10px;
  }
}

.c-side-nav {
  width: 240px;
  box-sizing: border-box;
  border-left: 1px solid #4D3981;
  border-right: 1px solid #4D3981;
  border-bottom: 1px solid #4D3981;
}
@media print, screen and (max-width: 920px) {
  .c-side-nav {
    width: auto;
  }
}

.c-side-nav > li > a {
  border-top: 1px solid #4D3981;
  position: relative;
  display: block;
  padding: 30px 15px;
  font-size: 116%;
  line-height: 1.3em;
  color: #4D3981;
  font-weight: bold;
  background: #F5F3F8;
  text-decoration: none;
}

.c-side-nav > li > a.is-side-accordion::before {
  position: absolute;
  background: #808080;
  content: "-";
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  font-size: 116%;
  line-height: 20px;
  font-weight: normal;
  text-align: center;
  color: #FFF;
}

.c-side-nav > li > a.is-side-accordion.ac-active::before {
  content: "+";
}

.c-side-nav li ul {
  border-top: 1px solid #4D3981;
}

.c-side-nav li ul li a {
  position: relative;
  display: block;
  padding: 16px 16px 16px 30px;
  font-size: 100%;
  line-height: 1.5em;
  color: #333;
  text-decoration: none;
  background: #FFF;
  border-bottom: 1px solid #E6E6E6;
}

.c-side-nav li ul li:last-child a {
  border-bottom: none;
}

.c-side-nav li ul li a::before {
  position: absolute;
  content: "";
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 4px;
  height: 4px;
  border-top: 2px solid #BBB;
  border-right: 2px solid #BBB;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-side-nav li ul li a:hover {
  background: #EEE;
}

.c-side-nav li ul li a.is-side-active {
  background: #EEE;
  cursor: default;
}

.c-inline-nav {
  margin: 50px 0 25px;
}

.c-inline-nav li {
  display: inline;
  margin-right: 20px;
}

.c-inline-nav li:last-child {
  margin-right: 0;
}

.c-inline-nav li a {
  position: relative;
  padding-left: 18px;
  white-space: nowrap;
}

.c-inline-nav li a::before {
  position: absolute;
  content: "";
  left: 2px;
  top: -3px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #BBB;
  border-right: 2px solid #BBB;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.c-pagenav {
  margin-top: 70px;
  text-align: center;
  overflow: hidden;
}
@media print, screen and (max-width: 920px) {
  .c-pagenav {
    margin-top: 50px;
  }
}

.c-pagenav li {
  display: inline-block;
  margin: 0 5px;
}

.c-pagenav li .current,
.c-pagenav li .dotted,
.c-pagenav li a {
  display: block;
  position: relative;
  background: #4D3981;
  font-size: 131%;
  line-height: 50px;
  font-weight: 500;
  color: #FFF;
  width: 50px;
  height: 50px;
  overflow: hidden;
  text-decoration: none;
}

.c-pagenav li .current {
  background: #CCC;
  color: #4D3981;
}

.c-pagenav li a:hover {
  background: #70609A;
}

.c-pagenav li .arrow-prev {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4px;
  right: 0;
  width: 9px;
  height: 9px;
  border-top: 3px solid #4D3981;
  border-right: 3px solid #4D3981;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  overflow: hidden;
  text-indent: -9999px;
}

.c-pagenav li a .arrow-prev {
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
}

.c-pagenav li .arrow-next {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 4px;
  width: 9px;
  height: 9px;
  border-top: 3px solid #4D3981;
  border-right: 3px solid #4D3981;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  overflow: hidden;
  text-indent: -9999px;
}

.c-pagenav li a .arrow-next {
  border-top: 3px solid #FFF;
  border-right: 3px solid #FFF;
}

.c-komida-info {
  font-size: 177%;
  line-height: 1.3em;
  font-weight: bold;
  color: #4D3981;
}
@media print, screen and (max-width: 920px) {
  .c-komida-info {
    font-size: 147%;
    line-height: 1.3em;
  }
}

.c-komida-post {
  font-size: 270%;
  line-height: 1.3em;
  font-weight: 500;
  color: #4D3981;
}
@media screen and (max-width: 920px) {
  .c-komida-post {
    font-size: 193%;
    line-height: 1.3em;
  }
}

.c-komida-normal {
  margin-bottom: 35px;
  font-size: 239%;
  line-height: 1.3em;
  font-weight: 500;
  color: #4D3981;
  text-align: center;
}
@media print, screen and (max-width: 920px) {
  .c-komida-normal {
    font-size: 193%;
    line-height: 1.3em;
  }
}

.c-komida-english {
  margin-top: -27px;
  margin-bottom: 35px;
  font-size: 116%;
  line-height: 1.3em;
  font-weight: 500;
  color: #4D3981;
  text-align: center;
}
@media print, screen and (max-width: 920px) {
  .c-komida-english {
    font-size: 85%;
    line-height: 1.3em;
  }
}

.c-komida-mincho {
  margin-bottom: 35px;
  font-size: 208%;
  line-height: 1.5em;
  font-weight: normal;
  color: #4D3981;
  letter-spacing: 5px;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media print, screen and (max-width: 920px) {
  .c-komida-mincho {
    font-size: 193%;
    line-height: 1.3em;
  }
}

.c-komida-faculty {
  display: none;
}
@media print, screen and (max-width: 920px) {
  .c-komida-faculty {
    display: block;
    margin-bottom: 20px;
    padding-top: 10px;
    font-size: 208%;
    line-height: 1.3em;
    letter-spacing: 10px;
    color: #FFF;
    text-align: center;
  }
}

.c-komida-data {
  margin-bottom: 35px;
  font-size: 239%;
  line-height: 1.1em;
  font-weight: 500;
  color: #FFF;
  text-align: center;
  display: inline-block;
  border-bottom: 2px solid #FFF;
}
@media print, screen and (max-width: 920px) {
  .c-komida-data {
    margin-bottom: 25px;
    font-size: 193%;
    line-height: 1.3em;
  }
}

.c-lead {
  margin-top: -10px;
  margin-bottom: 35px;
  color: #4D3981;
  text-align: center;
}

.c-btn-send {
  background: #4D3B7F;
  display: inline-block;
  font-size: 116%;
  line-height: 55px;
  border-radius: 6px;
  font-weight: bold;
  color: #FFF;
  border: 0;
  cursor: pointer;
  outline: none;
  width: 180px;
}
@media print, screen and (max-width: 920px) {
  .c-btn-send {
    width: 100%;
  }
}
.c-btn-send:hover {
  background: #716299;
}

.c-btn-return {
  background: #909090;
  display: inline-block;
  font-size: 116%;
  line-height: 55px;
  border-radius: 6px;
  font-weight: bold;
  color: #FFF;
  border: 0;
  cursor: pointer;
  outline: none;
  width: 180px;
}
@media print, screen and (max-width: 920px) {
  .c-btn-return {
    width: 100%;
  }
}
.c-btn-return:hover {
  background: #A6A6A6;
}

a.c-btn-list {
  display: inline-block;
  padding: 7px 15px;
  color: #FFF;
  text-decoration: none;
  background: #4D3981;
}
a.c-btn-list:hover {
  background: #71629A;
}

a.c-btn-detail {
  display: inline-block;
  padding: 13px 30px;
  color: #FFF;
  text-decoration: none;
  background: #4D3981;
  white-space: nowrap;
}
a.c-btn-detail:hover {
  background: #71629A;
}

a.c-btn-boxlink {
  display: block;
  position: relative;
  padding: 35px 15px 70px;
  font-size: 116%;
  line-height: 1.3em;
  font-weight: bold;
  color: #333;
  text-align: center;
  text-decoration: none;
  background: #FFF;
  border: 1px solid #4D3981;
  box-sizing: border-box;
  height: 100%;
}
@media print, screen and (max-width: 920px) {
  a.c-btn-boxlink {
    padding: 20px 10px 43px;
  }
}
a.c-btn-boxlink:hover {
  background: #F3F3F3;
}
a.c-btn-boxlink::before {
  position: absolute;
  content: "";
  bottom: 36px;
  left: 50%;
  width: 35px;
  height: 1px;
  background: #333;
  margin-left: -17px;
}
@media print, screen and (max-width: 920px) {
  a.c-btn-boxlink::before {
    bottom: 21px;
  }
}
a.c-btn-boxlink::after {
  position: absolute;
  content: "";
  bottom: 30px;
  right: 50%;
  width: 12px;
  height: 12px;
  border-top: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: -15px;
}
@media print, screen and (max-width: 920px) {
  a.c-btn-boxlink::after {
    bottom: 15px;
  }
}

.c-btn-login {
  background: #4D3B7F;
  display: inline-block;
  font-size: 147%;
  line-height: 60px;
  color: #FFF;
  border: 0;
  cursor: pointer;
  outline: none;
  width: 200px;
}
@media print, screen and (max-width: 920px) {
  .c-btn-login {
    font-size: 116%;
    line-height: 55px;
  }
}
.c-btn-login:hover {
  background: #716299;
}

.c-label-thumb {
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.c-label-thumb li {
  float: left;
  padding: 0 8px;
  min-width: 80px;
  height: 24px;
  font-size: 93%;
  line-height: 24px;
  text-align: center;
  box-sizing: border-box;
  color: #FFF;
}
@media screen and (max-width: 920px) {
  .c-label-thumb li {
    min-width: 70px;
    height: 20px;
    font-size: 77%;
    line-height: 20px;
  }
}

.c-label-news {
  float: left;
  margin-right: 10px;
  padding: 0 8px;
  min-width: 70px;
  height: 22px;
  font-size: 93%;
  line-height: 22px;
  text-align: center;
  box-sizing: border-box;
  background: #4D3981;
  color: #FFF;
}

.c-label-ai {
  background: #ED5F19;
  margin-left: 10px;
  display: inline;
  padding: 1px 5px;
  font-size: 77%;
  color: #FFF;
  text-align: center;
}

.c-label-jpg {
  background: #AE6F20;
  margin-left: 10px;
  display: inline;
  padding: 1px 5px;
  font-size: 77%;
  color: #FFF;
  text-align: center;
}

.c-label-gif {
  background: #6835E9;
  margin-left: 10px;
  display: inline;
  padding: 1px 5px;
  font-size: 77%;
  color: #FFF;
  text-align: center;
}

.c-label-png {
  background: #DFB601;
  margin-left: 10px;
  display: inline;
  padding: 1px 5px;
  font-size: 77%;
  color: #FFF;
  text-align: center;
}

.c-label-pdf {
  background: #ED1919;
  margin-left: 10px;
  display: inline;
  padding: 1px 5px;
  font-size: 77%;
  color: #FFF;
  text-align: center;
}

.c-label-zip {
  background: #333;
  margin-left: 10px;
  display: inline;
  padding: 1px 5px;
  font-size: 77%;
  color: #FFF;
  text-align: center;
}

.c-label-excel {
  background: #2FB270;
  margin-left: 10px;
  display: inline;
  padding: 1px 5px;
  font-size: 77%;
  color: #FFF;
  text-align: center;
}

.c-label-word {
  background: #3570E9;
  margin-left: 10px;
  display: inline;
  padding: 1px 5px;
  font-size: 77%;
  color: #FFF;
  text-align: center;
}

a.c-label-rss {
  background: #FF6600;
  display: block;
  padding: 7px 12px;
  font-size: 100%;
  line-height: 1.2em;
  color: #FFF;
  text-align: center;
  text-decoration: none;
}
a.c-label-rss:hover {
  background: #FF822F;
}

.p-member-nav {
  float: left;
  padding-top: 12px;
  overflow: hidden;
}
.p-member-nav li {
  float: left;
  margin-right: 9px;
  padding-right: 9px;
  font-size: 100%;
  line-height: 1.3em;
  color: #FFF;
  border-right: 1px solid #5B488A;
}
.p-member-nav li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}
.p-member-nav li a {
  color: #FFF;
  text-decoration: none;
}
.p-member-nav li a:hover {
  text-decoration: underline;
}

.p-icon-lock {
  display: inline;
  padding-left: 20px;
  background: url("../img/icon_lock.png") no-repeat 0 center;
  background-size: 12px 12px;
  color: #FFF;
  text-decoration: none;
}

.p-icon-unlock {
  display: inline;
  padding-left: 20px;
  background: url("../img/icon_unlock.png") no-repeat 0 center;
  background-size: 12px 12px;
  color: #FFF;
  text-decoration: none;
}

.p-icon-logout {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.p-icon-logout::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-visitor-nav {
  float: right;
  position: relative;
}

.p-visitor-nav > li {
  float: left;
  padding: 0 17px;
  border-left: 1px solid #5B488A;
}

.p-visitor-nav > li:last-child {
  padding: 0;
}

.p-visitor-nav > li > a {
  font-size: 100%;
  line-height: 43px;
  color: #FFF;
  text-decoration: none;
}

.p-visitor-nav > li > a:hover {
  text-decoration: underline;
}

.p-other-nav::after {
  content: "";
  display: block;
  clear: both;
}

.p-other-nav > li {
  float: left;
  border-right: 1px solid #5B488A;
}

.p-other-nav > li > span {
  display: block;
  height: 43px;
  padding: 12px 15px 0 15px;
  box-sizing: border-box;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
}

.p-other-nav > li > span img {
  width: 20px;
  height: 20px;
  vertical-align: top;
}

.p-other-nav > li > span:hover,
.p-other-nav > li > .selected {
  background: #36285A;
}

.p-language-nav {
  display: none;
  width: 205px;
  position: absolute;
  z-index: 10;
  top: 43px;
  right: 52px;
  background: #36285A;
}

.p-language-nav li > a {
  display: block;
  padding: 15px;
  font-size: 93%;
  line-height: 1.3em;
  color: #FFF;
  text-decoration: none;
  border-bottom: 1px solid #473B65;
}
.p-language-nav li > a:hover {
  text-decoration: underline;
}

.p-language-nav li:last-child {
  padding: 10px 15px;
  background: #EEE;
  text-align: center;
  cursor: default;
}
.p-language-nav li:last-child a {
  border-bottom: none;
}
.p-language-nav li:last-child a img {
  width: auto;
  vertical-align: middle;
}

.p-translate-note {
  margin-top: 4px;
  text-align: left;
  font-size: 70%;
  line-height: 1.3em;
}

.p-search-nav {
  display: none;
  width: 272px;
  position: absolute;
  z-index: 10;
  top: 43px;
  right: 0;
  background: #36285A;
}

.p-search-nav li {
  padding: 15px;
  cursor: default;
}

.p-search-nav li form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.p-search-nav li input[type="text"] {
  border: 0;
  padding: 0 5px;
  font-size: 100%;
  line-height: 30px;
  border: 1px solid #171126;
  border-right: 0;
  width: 177px;
  height: 32px;
  box-sizing: border-box;
}

.p-search-nav li input[type="submit"] {
  border: 0;
  padding: 0 8px;
  font-size: 100%;
  line-height: 32px;
  color: #FFF;
  cursor: pointer;
  background: #171126;
  height: 32px;
}

.p-search-nav li input[type="submit"]:hover {
  background: #000;
}

.p-utility-nav {
  float: right;
  padding-top: 12px;
}
@media screen and (max-width: 920px) {
  .p-utility-nav {
    display: none;
  }
}

.p-utility-nav li {
  display: inline-block;
  margin-left: 20px;
}
@media screen and (max-width: 1080px) {
  .p-utility-nav li {
    margin-left: 12px;
  }
}

.p-utility-nav li:first-child {
  margin-left: 0;
}

.p-utility-nav li a {
  font-size: 108%;
  color: #333;
  text-decoration: none;
}
@media screen and (max-width: 1005px) {
  .p-utility-nav li a {
    font-size: 93%;
  }
}

.p-utility-nav li a:hover {
  text-decoration: underline;
}

.p-trans-nav {
  background: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.p-trans-nav ul li a {
  color: #FFF;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  transition: all 0.2s ease;
}

.p-trans-nav ul li:hover a {
  color: #333;
}

.p-trans-nav ul li:last-child a {
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.p-global-nav {
  width: 1200px;
  margin: 0 auto;
  display: table;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .p-global-nav {
    width: 100%;
  }
}

.p-global-nav > li {
  display: table-cell;
  width: 11.3%;
  transition: all 0.1s ease-in-out;
}

.p-global-nav > li:hover {
  background: #FFF;
}

.p-global-nav > li > a {
  display: block;
  width: 100%;
  height: 80px;
  font-size: 108%;
  line-height: 80px;
  font-weight: bold;
  color: #333;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  border-left: 1px solid #999;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .p-global-nav > li > a {
    padding: 0 10px;
  }
}

.p-global-nav > li:last-child > a {
  border-right: 1px solid #999;
}

@media screen and (max-width: 1200px) {
  .p-global-nav > li:first-child > a {
    border-left: 0;
  }

  .p-global-nav > li:last-child > a {
    border-right: 0;
  }
}
.p-global-nav > li > ul {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 10;
  left: 0;
  background: #FFF;
  padding: 35px 0;
  box-sizing: border-box;
  border-bottom: 6px solid #4D3981;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}

.p-global-nav > li > ul > li {
  width: 25%;
  float: left;
  border-right: 1px dotted #CCC;
  padding: 0 2.8%;
  box-sizing: border-box;
}

.p-global-nav > li > ul > li:last-child {
  border-right: none;
}

.p-global-nav > li > ul > li a {
  color: #4D3981;
  text-decoration: none;
}

.p-global-nav > li > ul > li a:hover {
  text-decoration: underline;
}

.p-global-nav > li > ul > li .btn-gnav-visual {
  display: block;
}

.p-global-nav > li > ul > li .btn-gnav-visual:hover {
  opacity: 0.8;
  text-decoration: none;
}

.p-global-nav > li > ul > li .btn-gnav-visual figcaption {
  display: block;
  position: relative;
  padding: 13px 27px 13px 13px;
  font-size: 100%;
  line-height: 1.5em;
  font-weight: 500;
  color: #FFF;
  background: #4D3981;
}

.p-global-nav > li > ul > li .btn-gnav-visual figcaption::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-global-nav > li > ul > li .ttl-gnav {
  display: block;
  margin-bottom: 15px;
  font-size: 124%;
  line-height: 1.5em;
  font-weight: bold;
  color: #4D3981;
}

.p-global-nav > li > ul > li .ttl-gnav a {
  color: #4D3981;
}

.p-global-nav > li > ul > li.career-row {
  width: 37%;
}

.p-global-nav > li > ul > li > ul.career-clm {
  float: left;
  width: 50%;
}

.p-global-nav > li > ul > li > ul > li {
  margin-bottom: 12px;
  font-size: 100%;
  line-height: 1.4em;
  font-weight: 500;
}

.p-global-nav > li > ul > li > ul > li:last-child {
  margin-bottom: 0;
}

.p-global-nav > li > ul > li > ul > li > a {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  color: #333;
}

.p-global-nav > li > ul > li > ul > li > a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 4px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 920px) {
  .sp-member-nav {
    display: table;
    width: 100%;
  }
  .sp-member-nav li {
    display: table-cell;
    width: 50%;
    background: #4D3981;
    border-bottom: 1px solid #CCC;
  }
  .sp-member-nav li:first-child {
    display: table-caption;
    width: 100%;
  }
  .sp-member-nav li:last-child {
    border-left: 1px solid #CCC;
  }
  .sp-member-nav li a {
    position: relative;
    display: block;
    padding: 0 15px;
    font-size: 116%;
    line-height: 58px;
    color: #FFF;
    text-decoration: none;
  }
  .sp-member-nav li a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 7px;
    height: 7px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .sp-member-login {
    padding: 0 15px;
    line-height: 58px;
    color: #FFF;
    background: #4D3981;
    border-bottom: 1px solid #CCC;
  }
  .sp-member-login dt {
    display: inline;
    font-size: 116%;
    vertical-align: middle;
    border-right: 1px solid #5B488A;
    margin-right: 15px;
    padding-right: 15px;
  }
  .sp-member-login dd {
    display: inline;
    font-size: 116%;
    vertical-align: middle;
  }

  a.sp-btn-arrow {
    position: relative;
    display: block;
    padding: 0 15px;
    font-size: 116%;
    line-height: 58px;
    color: #FFF;
    text-decoration: none;
    background: #4D3981;
    border-bottom: 1px solid #CCC;
  }

  a.sp-btn-arrow::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 7px;
    height: 7px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .sp-global-nav {
    width: 100%;
  }

  .sp-global-nav > li {
    position: relative;
    background: #FFF;
    border-bottom: 1px solid #CCC;
  }

  .sp-global-nav > li a {
    position: relative;
    display: block;
    padding: 0 15px;
    font-size: 116%;
    line-height: 58px;
    color: #333;
    text-decoration: none;
  }

  .sp-global-nav > li a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 7px;
    height: 7px;
    border-top: 3px solid #999;
    border-right: 3px solid #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .sp-global-nav > li .sp-gnav-pulldown {
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    height: 58px;
    background: #EEE;
    border-left: 1px solid #CCC;
    box-sizing: border-box;
    cursor: pointer;
  }

  .sp-global-nav > li .sp-gnav-pulldown::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 21px;
    width: 15px;
    height: 3px;
    background: #999;
  }

  .sp-global-nav > li .sp-gnav-pulldown::after {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 3px;
    height: 15px;
    background: #999;
  }

  .sp-global-nav > li .sp-gnav-pulldown.ac-active::after {
    display: none;
  }

  .sp-global-nav > li > ul {
    display: none;
  }

  .sp-global-nav > li > ul li a {
    background: #FAFAFA;
    border-top: 1px solid #CCC;
    text-indent: 1em;
  }

  .sp-global-nav > li > ul li .sp-ttl-gnav {
    background: #DDD;
    font-weight: bold;
    text-indent: 0;
  }

  .sp-second-nav {
    margin-top: 15px;
    border-top: 1px solid #CCC;
    overflow: hidden;
  }

  .sp-second-nav li {
    float: left;
    width: 50%;
    background: #FFF;
    border-bottom: 1px solid #CCC;
    box-sizing: border-box;
  }

  .sp-second-nav li:nth-child(odd) {
    border-right: 1px solid #CCC;
  }

  .sp-second-nav li a {
    position: relative;
    display: block;
    padding: 0 15px;
    font-size: 116%;
    line-height: 58px;
    color: #333;
    text-decoration: none;
  }

  .sp-second-nav li a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 7px;
    height: 7px;
    border-top: 3px solid #999;
    border-right: 3px solid #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .sp-language-nav {
    width: 100%;
  }

  .sp-language-nav li {
    background: #FFF;
    border-bottom: 1px solid #CCC;
  }

  .sp-language-nav li a {
    position: relative;
    display: block;
    padding: 18px 15px;
    font-size: 116%;
    line-height: 1.5em;
    color: #333;
    text-decoration: none;
  }

  .sp-language-nav li a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 7px;
    height: 7px;
    border-top: 3px solid #999;
    border-right: 3px solid #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.p-footer-nav {
  width: 33.33%;
  float: left;
}
@media screen and (max-width: 920px) {
  .p-footer-nav {
    width: auto;
    float: none;
  }
}
.p-footer-nav li {
  margin-bottom: 15px;
}
@media screen and (max-width: 920px) {
  .p-footer-nav li {
    margin-bottom: 0;
  }
}
.p-footer-nav li a {
  color: #999;
  text-decoration: none;
  white-space: nowrap;
}
.p-footer-nav li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 920px) {
  .p-footer-nav li a {
    position: relative;
    padding-left: 14px;
  }
  .p-footer-nav li a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 4px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.p-footer-nav-side {
  overflow: hidden;
}
.p-footer-nav-side li {
  float: left;
  width: 33.33%;
  margin-bottom: 15px;
}
@media screen and (max-width: 920px) {
  .p-footer-nav-side li {
    float: none;
    width: auto;
    margin-bottom: 0;
  }
}
.p-footer-nav-side li a {
  color: #999;
  text-decoration: none;
  white-space: nowrap;
}
.p-footer-nav-side li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 920px) {
  .p-footer-nav-side li a {
    position: relative;
    padding-left: 14px;
  }
  .p-footer-nav-side li a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 4px;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.p-bgimg-data {
  background: url("../img/bg_data.jpg") no-repeat center center/cover;
  text-align: center;
  overflow: hidden;
}

.p-bgimg-kendainews {
  background: url("../img/top/bg_kendainews.jpg") no-repeat center center/cover;
}

.p-bgimg-university {
  background: url("../img/academics/bg_university.jpg") no-repeat center center/cover;
}

.p-bgimg-research {
  background: url("../img/research/bg_research.jpg") no-repeat center center/cover;
}

.p-bgimg-entrance {
  background: url("../img/entrance/bg_entrance.jpg") no-repeat center center/cover;
}

@media print, screen and (min-width: 921px) {
  .p-pagetop {
    position: fixed;
    z-index: 100;
    right: 15px;
    bottom: 15px;
    display: none;
  }

  .p-pagetop a {
    display: block;
    position: relative;
    width: 46px;
    height: 46px;
    background: #000;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    opacity: 0.5;
  }

  .p-pagetop a:hover {
    background: #333;
  }

  .p-pagetop a::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 11px;
    height: 11px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
@media print, screen and (max-width: 920px) {
  .p-pagetop {
    margin-top: 15px;
  }

  .p-pagetop a {
    display: block;
    border: 1px solid #444;
    padding: 10px;
    text-align: center;
    color: #999;
    text-decoration: none;
  }
}
.p-logo {
  float: left;
}
@media print, screen and (max-width: 920px) {
  .p-logo {
    float: none;
    text-align: center;
    padding-top: 15px;
  }
  .p-logo img {
    width: 155px;
  }
}

.sp-search-form {
  margin-top: 15px;
  padding: 25px 15px;
  background: #FFF;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

.sp-search-input {
  display: table;
  width: 100%;
}
.sp-search-input li {
  display: table-cell;
}
.sp-search-input li:first-child {
  width: 100%;
}
.sp-search-input li input[type="text"] {
  border: 2px solid #888;
  border-right: 0;
  width: 100%;
  height: 50px;
  padding: 10px;
  font-size: 131%;
  line-height: 1.5em;
  box-sizing: border-box;
  border-radius: 0;
}
.sp-search-input li input[type="submit"] {
  border: 2px solid #888;
  width: 65px;
  height: 50px;
  padding: 10px;
  text-indent: -9999px;
  background: #888 url("../img/icon_search.png") no-repeat center center;
  background-size: 28px 28px;
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
  border-radius: 0;
}

@media print, screen and (min-width: 921px) {
  .p-toggle-left,
  .p-toggle-right {
    display: none;
  }
}
@media print, screen and (max-width: 920px) {
  .p-toggle-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 38px;
    padding-top: 22px;
    cursor: pointer;
  }

  .p-toggle-left span {
    display: block;
    width: 26px;
    height: 3px;
    margin: 0 auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #000;
  }

  .p-toggle-left span:nth-of-type(2),
  .p-toggle-left span:nth-of-type(3) {
    margin-top: 5px;
  }

  .navOpen1 .p-toggle-left span:nth-of-type(1) {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
  }

  .navOpen1 .p-toggle-left span:nth-of-type(2) {
    opacity: 0;
  }

  .navOpen1 .p-toggle-left span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
  }

  .p-toggle-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 40px;
    padding-top: 20px;
    cursor: pointer;
    text-align: center;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
  }

  .p-toggle-right img {
    width: 22px;
    height: 22px;
    vertical-align: top;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .p-toggle-right::after,
  .p-toggle-right::before {
    display: block;
    position: absolute;
    content: "";
    top: 24px;
    left: 17px;
    width: 26px;
    height: 3px;
    margin-top: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .navOpen2 .p-toggle-right img {
    opacity: 0;
  }

  .navOpen2 .p-toggle-right::before {
    background: #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .navOpen2 .p-toggle-right::after {
    background: #000;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.p-mainvisual {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 300%;
  line-height: 1.3em;
  font-weight: normal;
  letter-spacing: 8px;
  color: #FFF;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝M", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}
@media print, screen and (max-width: 920px) {
  .p-mainvisual {
    padding: 0 15px;
    font-size: 193%;
    line-height: 1.3em;
    letter-spacing: 4px;
  }
}

.p-pickup {
  margin-bottom: 10px;
  display: table;
  width: 100%;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
@media print, screen and (max-width: 920px) {
  .p-pickup {
    margin-bottom: 0;
    border-bottom: 1px solid #EEE;
  }
  .p-pickup:last-child {
    border-bottom: none;
  }
}
.p-pickup dt {
  display: table-cell;
  padding: 23px 0;
  vertical-align: middle;
  width: 200px;
  font-size: 147%;
  line-height: 1.3em;
  color: #FFF;
  text-align: center;
}
@media print, screen and (max-width: 920px) {
  .p-pickup dt {
    width: 115px;
    padding: 15px 0;
    font-size: 108%;
    line-height: 1.4em;
  }
}
.p-pickup dd {
  display: table-cell;
  padding: 23px;
  vertical-align: middle;
  background: #FFF;
  font-size: 108%;
  line-height: 1.7em;
}
.p-pickup dd a {
  color: #333;
}
@media print, screen and (max-width: 920px) {
  .p-pickup dd {
    padding: 15px;
    font-size: 100%;
    line-height: 1.7em;
  }
}

.p-pagename {
  margin-top: 165px;
  padding: 12px 16px;
  display: inline-block;
  font-size: 300%;
  line-height: 1.2em;
  font-weight: 500;
  color: #FFF;
  background-color: rgba(77, 57, 129, 0.9);
}
@media print, screen and (max-width: 920px) {
  .p-pagename {
    margin-top: 0;
    padding: 8px 12px;
    font-size: 162%;
    line-height: 1.2em;
  }
}

@media screen and (min-width: 0\0) and (min-resolution: 72dpi) {
  .p-pagename {
    padding: 16px 16px 8px 16px;
  }
}
@media screen and (min-width: 0\0) and (min-resolution: 72dpi) and (max-width: 920px) {
  .p-pagename {
    padding: 10px 12px 6px 12px;
  }
}

.p-topicpath {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
@media print, screen and (max-width: 1200px) {
  .p-topicpath {
    width: auto;
    padding: 0 10px;
  }
}
.p-topicpath li {
  float: left;
  padding-right: 0.5em;
}
.p-topicpath li a {
  display: inline-block;
  margin-right: 0.5em;
}

.p-logo-white {
  margin-bottom: 30px;
}
@media print, screen and (max-width: 920px) {
  .p-logo-white {
    margin-bottom: 20px;
    text-align: center;
  }
  .p-logo-white img {
    width: 180px;
    opacity: 0.4;
  }
}

.p-footer-add {
  margin-bottom: 30px;
  color: #999;
}
@media print, screen and (max-width: 920px) {
  .p-footer-add {
    margin-bottom: 20px;
    text-align: center;
    font-size: 93%;
    line-height: 1.7em;
  }
}

.p-language {
  width: 250px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: -5px;
}
@media print, screen and (max-width: 920px) {
  .p-language {
    margin: -4px auto 0 auto;
  }
}

.p-language li {
  margin: 5px 5px 0 0;
}
@media print, screen and (max-width: 920px) {
  .p-language li {
    margin: 4px 2px 0 2px;
  }
}

.p-language li a {
  display: block;
  width: 120px;
  padding: 4px 0;
  text-align: center;
  font-size: 85%;
  color: #999;
  background: #000;
  border-radius: 4px;
  text-decoration: none;
}

.p-language li .is-language-active,
.p-language li a:hover {
  color: #D4D4D4;
  background: #444;
}

.p-language li .is-language-active {
  cursor: default;
}

.p-social-icon {
  width: 1200px;
  height: 0;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .p-social-icon {
    width: 100%;
  }
}
@media print, screen and (max-width: 920px) {
  .p-social-icon {
    height: auto;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    transform: scale(0.8, 0.8);
  }
}
.p-social-icon li {
  margin-right: 15px;
}
.p-social-icon li:last-child {
  margin-right: 0;
}
.p-social-icon li a img {
  width: 45px;
  height: 45px;
}

.p-copyright {
  margin-top: 25px;
  text-align: center;
  font-size: 85%;
  line-height: 1.3em;
  color: #999;
  font-family: "Times New Roman", Times, serif;
}
@media print, screen and (max-width: 920px) {
  .p-copyright {
    margin: 0;
    padding: 25px 0;
  }
}

.p-list-post {
  margin-top: -20px;
  line-height: 1.6em;
}
@media print, screen and (max-width: 920px) {
  .p-list-post {
    margin-top: 0;
  }
}

.p-list-post li .date {
  display: block;
  overflow: hidden;
}

.p-list-post li .ttl {
  display: block;
  margin-top: 12px;
}

.p-list-post li a {
  position: relative;
  display: block;
  color: #333;
  text-decoration: none;
  padding: 20px 35px 20px 0;
  border-bottom: 1px solid #E8E8E8;
}
@media print, screen and (max-width: 920px) {
  .p-list-post li a {
    padding: 20px 35px 20px 10px;
  }
}

.p-list-post li a::before {
  position: absolute;
  content: "";
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #BBB;
  border-right: 2px solid #BBB;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-list-post li a:hover::before {
  border-top: 2px solid #4D3981;
  border-right: 2px solid #4D3981;
}

@media print, screen and (min-width: 921px) {
  .p-faculty__inner {
    position: relative;
    margin-bottom: 60px;
    height: 480px;
    overflow: hidden;
  }

  .p-faculty__inner:last-child {
    margin-bottom: 0;
  }

  .p-faculty__img--right {
    text-align: right;
    padding-left: 450px;
  }

  .p-faculty__img--left {
    text-align: left;
    padding-right: 450px;
  }

  .p-faculty__inner--left {
    position: absolute;
    left: 0;
    top: 13%;
    width: 570px;
    z-index: 10;
    padding: 45px;
    background: #FFF;
    box-sizing: border-box;
  }

  .p-faculty__inner--right {
    position: absolute;
    right: 0;
    top: 13%;
    width: 570px;
    z-index: 10;
    padding: 45px;
    background: #FFF;
    box-sizing: border-box;
  }

  .p-faculty__inner--left a,
  .p-faculty__inner--right a {
    display: block;
    text-decoration: none;
  }

  .p-faculty__inner--pink {
    border: 5px solid #DE2A80;
  }

  .p-faculty__inner--blue {
    border: 5px solid #0071BF;
  }

  .p-faculty__inner--yellow {
    border: 5px solid #FFDB2C;
  }

  .p-faculty__ttl {
    font-size: 254%;
    line-height: 1.2em;
    float: left;
    margin-right: 30px;
  }

  .p-faculty__eng {
    font-size: 100%;
    line-height: 1.5em;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }

  .p-faculty__lead {
    font-size: 131%;
    line-height: 1.5em;
    font-weight: bold;
    color: #333;
    clear: both;
    padding-top: 20px;
  }

  .p-faculty__list--left {
    position: absolute;
    top: 320px;
    left: 50px;
    z-index: 20;
  }

  .p-faculty__list--right {
    position: absolute;
    top: 320px;
    right: 0;
    z-index: 20;
    width: 420px;
  }

  .p-faculty__list--left li,
  .p-faculty__list--right li {
    position: relative;
    margin-bottom: 7px;
    padding-left: 16px;
    font-size: 116%;
    line-height: 1.5em;
  }
  .p-faculty__list--left li a,
  .p-faculty__list--right li a {
    color: #333;
    text-decoration: underline;
  }
  .p-faculty__list--left li a:hover,
  .p-faculty__list--right li a:hover {
    text-decoration: none;
  }
  .p-faculty__list--left li:before,
  .p-faculty__list--right li:before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 5px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .p-faculty__arrow--pink li:before {
    border-top: 2px solid #DE2A80;
    border-right: 2px solid #DE2A80;
  }

  .p-faculty__arrow--blue li:before {
    border-top: 2px solid #0071BF;
    border-right: 2px solid #0071BF;
  }

  .p-faculty__arrow--yellow li:before {
    border-top: 2px solid #EAC514;
    border-right: 2px solid #EAC514;
  }
}
@media print, screen and (max-width: 920px) {
  .p-faculty {
    padding: 10px;
    background: #4D3981;
  }

  .p-faculty__inner {
    margin-bottom: 10px;
    background: #FFF;
  }

  .p-faculty__inner:last-child {
    margin-bottom: 0;
  }

  .p-faculty__inner--left,
  .p-faculty__inner--right {
    padding: 30px;
    overflow: hidden;
  }

  .p-faculty__img--left img,
  .p-faculty__img--right img {
    width: 100%;
  }

  .p-faculty__inner--left a,
  .p-faculty__inner--right a {
    display: block;
    position: relative;
    text-decoration: none;
  }

  .p-faculty__inner--left a:before,
  .p-faculty__inner--right a:before {
    content: "";
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 10px;
    width: 30px;
    height: 30px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .p-faculty__inner--pink a:before {
    border-top: 2px solid #DE2A80;
    border-right: 2px solid #DE2A80;
  }

  .p-faculty__inner--blue a:before {
    border-top: 2px solid #0071BF;
    border-right: 2px solid #0071BF;
  }

  .p-faculty__inner--yellow a:before {
    border-top: 2px solid #EAC514;
    border-right: 2px solid #EAC514;
  }

  .p-faculty__ttl {
    font-size: 254%;
    line-height: 1.3em;
  }

  .p-faculty__eng {
    margin-top: 10px;
    font-size: 100%;
    line-height: 1.3em;
    font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  }

  .p-faculty__lead {
    margin-top: 20px;
    font-size: 108%;
    line-height: 1.5em;
    font-weight: bold;
    color: #333;
  }

  .p-faculty__list--left,
  .p-faculty__list--right {
    display: none;
  }
}
.p-faculty__color--pink {
  color: #DE2A80;
}

.p-faculty__color--blue {
  color: #0071BF;
}

.p-faculty__color--yellow {
  color: #EAC514;
}

.p-ttl-side {
  margin-bottom: 10px;
  padding: 80px 15px 15px;
  font-size: 147%;
  line-height: 1.3em;
  color: #FFF;
  background: #4D3981;
}

.p-entry {
  max-width: 900px;
}

.p-entry-inner {
  margin-bottom: 1.5em;
  max-width: 900px;
}
.p-entry-inner::after {
  content: "";
  display: block;
  clear: both;
}

.p-entry h1 {
  margin-bottom: 40px;
  padding-bottom: 18px;
  font-size: 224%;
  line-height: 1.3em;
  border-bottom: 2px solid #E6E6E6;
  position: relative;
}
@media print, screen and (max-width: 920px) {
  .p-entry h1 {
    margin-bottom: 30px;
    padding-bottom: 15px;
    font-size: 177%;
    line-height: 1.3em;
  }
}
.p-entry h1::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 1em;
  height: 2px;
  border-bottom: 2px solid #4D3981;
}

.p-entry h2 {
  margin: 50px 0;
  padding: 13px 0;
  font-size: 177%;
  line-height: 1.5em;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media print, screen and (max-width: 920px) {
  .p-entry h2 {
    margin: 30px 0;
    padding: 10px 0;
    font-size: 162%;
    line-height: 1.5em;
  }
}

.p-entry h3 {
  margin: 50px 0 25px;
  padding: 12px 18px;
  font-size: 147%;
  line-height: 1.5em;
  background: #F2F2F2;
}
@media print, screen and (max-width: 920px) {
  .p-entry h3 {
    margin: 30px 0 15px;
    padding: 10px 12px;
    font-size: 131%;
    line-height: 1.5em;
  }
}

.p-entry h4 {
  margin: 50px 0 25px;
  padding-left: 25px;
  font-size: 131%;
  line-height: 1.5em;
  position: relative;
}
.p-entry h4::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #4D3981;
}
@media print, screen and (max-width: 920px) {
  .p-entry h4 {
    margin: 30px 0 15px;
    padding-left: 20px;
    font-size: 116%;
    line-height: 1.5em;
  }
  .p-entry h4::before {
    width: 13px;
    height: 13px;
  }
}

.p-entry h5 {
  margin: 50px 0 25px;
  font-size: 131%;
  line-height: 1.5em;
}
@media print, screen and (max-width: 920px) {
  .p-entry h5 {
    margin: 30px 0 15px;
    font-size: 116%;
    line-height: 1.5em;
  }
}

.p-entry h6 {
  margin: 50px 0 25px;
  font-size: 116%;
  line-height: 1.5em;
}
@media print, screen and (max-width: 920px) {
  .p-entry h6 {
    margin: 30px 0 15px;
    font-size: 100%;
    line-height: 1.5em;
  }
}

.p-entry .komida-pink {
  padding: 12px 18px;
  font-size: 177%;
  line-height: 1.5em;
  color: #FFF;
  border: 0;
  background: #DD2F7E;
}
.p-entry .komida-pink::before {
  display: none;
}
@media print, screen and (max-width: 920px) {
  .p-entry .komida-pink {
    margin: 30px 0;
    padding: 10px;
    font-size: 147%;
    line-height: 1.5em;
  }
}

.p-entry .komida-blue {
  padding: 12px 18px;
  font-size: 177%;
  line-height: 1.5em;
  color: #FFF;
  border: 0;
  background: #1174BC;
}
.p-entry .komida-blue::before {
  display: none;
}
@media print, screen and (max-width: 920px) {
  .p-entry .komida-blue {
    margin: 30px 0;
    padding: 10px;
    font-size: 147%;
    line-height: 1.5em;
  }
}

.p-entry .komida-yellow {
  padding: 12px 18px;
  font-size: 177%;
  line-height: 1.5em;
  color: #333;
  border: 0;
  background: #E7C738;
}
.p-entry .komida-yellow::before {
  display: none;
}
@media print, screen and (max-width: 920px) {
  .p-entry .komida-yellow {
    margin: 30px 0;
    padding: 10px;
    font-size: 147%;
    line-height: 1.5em;
  }
}

.p-entry .komida-green {
  padding: 12px 18px;
  font-size: 177%;
  line-height: 1.5em;
  color: #FFF;
  border: 0;
  background: #65B535;
}
.p-entry .komida-green::before {
  display: none;
}
@media print, screen and (max-width: 920px) {
  .p-entry .komida-green {
    margin: 30px 0;
    padding: 10px;
    font-size: 147%;
    line-height: 1.5em;
  }
}

.p-entry .komida-orange {
  padding: 12px 18px;
  font-size: 177%;
  line-height: 1.5em;
  color: #FFF;
  border: 0;
  background: #FD9302;
}
.p-entry .komida-orange::before {
  display: none;
}
@media print, screen and (max-width: 920px) {
  .p-entry .komida-orange {
    margin: 30px 0;
    padding: 10px;
    font-size: 147%;
    line-height: 1.5em;
  }
}

.p-entry .komida-purple {
  padding: 12px 18px;
  font-size: 177%;
  line-height: 1.5em;
  color: #FFF;
  border: 0;
  background: #4D3981;
}
.p-entry .komida-purple::before {
  display: none;
}
@media print, screen and (max-width: 920px) {
  .p-entry .komida-purple {
    margin: 30px 0;
    padding: 10px;
    font-size: 147%;
    line-height: 1.5em;
  }
}

.p-entry > p {
  margin-bottom: 1.5em;
}

.p-entry-date {
  float: left;
}
@media print, screen and (max-width: 920px) {
  .p-entry-date {
    float: none;
    margin-bottom: 10px;
  }
}

.p-social-button {
  float: right;
  overflow: hidden;
}
@media print, screen and (max-width: 920px) {
  .p-social-button {
    float: none;
  }
}
.p-social-button li {
  float: left;
  margin-right: 10px;
}
.p-social-button li:last-child {
  margin-right: 0;
}

.p-post-image {
  margin-right: -3%;
  margin-top: -30px;
  overflow: hidden;
}

.p-post-image li {
  float: left;
  width: 30.3%;
  margin-right: 3%;
  margin-top: 30px;
}

.p-post-image li img:hover {
  opacity: 0.7;
}

@media screen and (max-width: 920px) {
  .p-post-image {
    margin: 0;
  }

  .p-post-image li {
    float: none;
    width: auto;
    margin: 0 0 30px;
  }

  .p-post-image li:last-child {
    margin-bottom: 0;
  }

  .p-post-image li img {
    width: 100%;
  }
}
.p-catch-txt {
  font-size: 116%;
  line-height: 1.5em;
  font-weight: bold;
}

.p-list-decimal {
  margin: 30px 0;
}
.p-list-decimal li {
  margin-bottom: 5px;
}
.p-list-decimal li:last-child {
  margin-bottom: 0;
}

.p-icon-decimal {
  margin-right: 8px;
  display: inline-block;
  width: 23px;
  height: 23px;
  background: #4D3981;
  font-size: 93%;
  line-height: 23px;
  color: #FFF;
  text-align: center;
  border-radius: 23px;
}

.p-list-link {
  margin: 30px 0;
}
.p-list-link a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.p-list-link a::before {
  position: absolute;
  content: "";
  left: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #4223FF;
  border-right: 2px solid #4223FF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-list-blank {
  margin: 30px 0;
}
.p-list-blank a {
  display: inline-block;
  padding-left: 20px;
  background: url("../img/icon_blank.png") no-repeat left center;
}

.p-list-disc {
  margin: 30px 0;
}
.p-list-disc li {
  padding-left: 20px;
  position: relative;
}
.p-list-disc li::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background: #4D3981;
}

.p-list-txt li {
  margin-bottom: 8px;
}
.p-list-txt li:last-child {
  margin-bottom: 0;
}

.p-list-files li {
  padding: 10px 0;
  border-bottom: 1px dotted #CCC;
}
.p-list-files li:first-child {
  padding-top: 0;
}
.p-list-files li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.p-list-files .icon-files {
  display: inline-block;
  margin-right: 10px;
  width: 60px;
  font-size: 85%;
  line-height: 1.5em;
  color: #FFF;
  text-align: center;
}

.p-table-entry {
  width: 100%;
  margin: 30px 0;
}
.p-table-entry th {
  padding: 15px;
  border: 1px solid #CCC;
  text-align: left;
  background: #F2F2F2;
  width: 130px;
}
.p-table-entry td {
  padding: 15px;
  border: 1px solid #CCC;
}

.p-table-type1 {
  width: 100%;
  margin: 30px 0;
}
.p-table-type1 caption {
  padding: 10px;
  font-size: 108%;
  text-align: center;
  background: #DBD7E6;
}
.p-table-type1 .bg-pink {
  background: #DD2F7E;
  color: #FFF;
}
.p-table-type1 .bg-blue {
  background: #1174BC;
  color: #FFF;
}
.p-table-type1 .bg-yellow {
  background: #E7C739;
}
.p-table-type1 th {
  padding: 6px 8px;
  border: 1px solid #CCC;
  text-align: left;
  font-weight: normal;
  background: #F2F2F2;
}
.p-table-type1 td {
  padding: 6px 8px;
  border: 1px solid #CCC;
}

.p-table-type2-blue,
.p-table-type2-pink,
.p-table-type2-yellow {
  width: 100%;
  margin: 30px 0;
}

.p-table-type2-blue th,
.p-table-type2-pink th,
.p-table-type2-yellow th {
  padding: 6px 8px;
  border: 1px solid #CCC;
  text-align: left;
  font-weight: normal;
}

.p-table-type2-blue td,
.p-table-type2-pink td,
.p-table-type2-yellow td {
  padding: 6px 8px;
  border: 1px solid #CCC;
}

.p-table-type2-pink .bg-pink {
  background: #DD2F7E;
  color: #FFF;
}

.p-table-type2-blue .bg-blue {
  background: #1174BC;
  color: #FFF;
}

.p-table-type2-yellow .bg-yellow {
  background: #E7C739;
}

.p-table-type2-pink tr:nth-child(odd) {
  background: #FBEEF4;
}

.p-table-type2-blue tr:nth-child(odd) {
  background: #ECF6FE;
}

.p-table-type2-yellow tr:nth-child(odd) {
  background: #FBF8EA;
}

.p-table-type3 {
  width: 100%;
  margin: 30px 0;
}
.p-table-type3 th {
  padding: 15px 0;
  border-bottom: 1px solid #4D3981;
  border-right: 20px solid #FFF;
  text-align: left;
  color: #4D3981;
  width: 33%;
  vertical-align: top;
}
.p-table-type3 td {
  padding: 15px 0;
  border-bottom: 1px solid #CCC;
  vertical-align: top;
}

.p-table-type4 {
  width: 100%;
  margin: 30px 0;
}
.p-table-type4 th {
  background: #E6E6E6;
  padding: 20px;
  text-align: center;
  font-size: 162%;
  width: 17%;
}
.p-table-type4 td {
  background: #F5F5F5;
  padding: 20px;
}

.p-img-right {
  float: right;
  margin: 0 0 30px 30px;
}
@media print, screen and (max-width: 920px) {
  .p-img-right {
    float: none;
    margin: 0;
  }
}

.p-img-left {
  float: left;
  margin: 0 30px 30px 0;
}
@media print, screen and (max-width: 920px) {
  .p-img-left {
    float: none;
    margin: 0;
  }
}

.p-ttl-underline {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 12px;
  border-bottom: 1px solid #333;
}

.p-ttl-block,
.p-ttl-block-post {
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 920px) {
  .p-ttl-block {
    margin-bottom: 15px;
  }

  .p-ttl-block-post {
    margin-bottom: 0;
    padding: 15px 10px;
    background: #F2F2F2;
    border-bottom: 1px solid #E8E8E8;
  }
}
.p-ttl-right-post__news {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.p-ttl-right-post__news li {
  float: left;
  margin-left: 25px;
}
.p-ttl-right-post__news li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 920px) {
  .p-ttl-right-post__news li {
    margin-left: 10px;
    font-size: 93%;
  }
}

.p-ttl-right-post {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.p-ttl-right-post li {
  float: left;
  margin-left: 25px;
}
.p-ttl-right-post li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 920px) {
  .p-ttl-right-post {
    position: absolute;
    top: 19px;
    right: 10px;
  }
  .p-ttl-right-post li {
    margin-left: 15px;
  }
}

.p-ttl-right__list {
  position: absolute;
  top: 13px;
  right: 180px;
  overflow: hidden;
}
.p-ttl-right__list li {
  float: left;
  margin-left: 25px;
}
.p-ttl-right__list li:first-child {
  margin-left: 0;
}
@media screen and (max-width: 920px) {
  .p-ttl-right__list {
    position: static;
    margin-top: 10px;
    text-align: right;
  }
  .p-ttl-right__list li {
    float: none;
    display: inline-block;
    margin-left: 20px;
  }
  .p-ttl-right__list li:first-child {
    margin-left: 0;
  }
}

.p-ttl-right {
  position: absolute;
  top: 10px;
  right: 0;
  overflow: hidden;
}
@media screen and (max-width: 920px) {
  .p-ttl-right {
    top: 0;
  }
}
.p-ttl-right li {
  float: left;
  margin-left: 20px;
}
.p-ttl-right li:first-child {
  margin-left: 0;
}

.p-pulldown-year {
  display: block;
}
.p-pulldown-year select {
  padding: 6px;
  border: 1px solid #999;
  border-radius: 3px;
}

.p-list-info {
  margin-top: -15px;
}

.p-list-info li {
  padding: 15px 0;
  border-bottom: 1px solid #E5E5E5;
}

.p-list-info li a {
  position: relative;
  display: block;
  color: #333;
  text-decoration: none;
  padding-right: 30px;
}

.p-list-info li a::before {
  position: absolute;
  content: "";
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #BBB;
  border-right: 2px solid #BBB;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-list-info li a:hover::before {
  border-top: 2px solid #4D3981;
  border-right: 2px solid #4D3981;
}

.p-list-info li dl {
  overflow: hidden;
}

.p-list-info li dl dt {
  position: absolute;
  color: #999;
}

.p-list-info li dl dd {
  padding-left: 125px;
}

.p-list-event {
  margin-top: -20px;
}

.p-list-event li {
  padding: 20px 0;
  border-bottom: 1px solid #E5E5E5;
}

.p-list-event li a {
  position: relative;
  display: block;
  color: #333;
  text-decoration: none;
}

.p-list-event li a::before {
  position: absolute;
  content: "";
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #BBB;
  border-right: 2px solid #BBB;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-list-event li a:hover::before {
  border-top: 2px solid #4D3981;
  border-right: 2px solid #4D3981;
}

.p-list-event li dl {
  padding-right: 30px;
}

.p-list-event li dl dt {
  font-size: 116%;
  line-height: 1.5em;
  font-weight: bold;
}

.p-list-event li dl dd {
  margin-top: 15px;
  font-size: 100%;
  font-weight: normal;
}

.p-cal-ttl {
  float: left;
  font-size: 177%;
  line-height: 1.2em;
  font-weight: bold;
  margin: -8px 0 8px;
}

.p-cal-note {
  float: right;
  font-size: 85%;
  margin-bottom: 8px;
}

.p-table-calendar {
  width: 100%;
  clear: both;
}
.p-table-calendar th {
  padding: 10px 0;
  font-size: 116%;
  line-height: 1.2em;
  text-align: center;
  border: 1px solid #CCC;
  background: #E6E6E6;
}
.p-table-calendar td {
  padding: 10px 0;
  font-size: 147%;
  line-height: 1.2em;
  text-align: center;
  border: 1px solid #CCC;
}
.p-table-calendar td a {
  display: block;
  margin: -10px 0;
  padding: 10px 0;
  text-decoration: none;
  color: #333;
}

.is-calendar-active1 {
  background: #F7E496;
}

.is-calendar-active2 {
  background: #95F7D1;
}

.p-box1 {
  margin: 50px 0;
  padding: 25px;
  border: 1px solid #CCC;
}

.p-box1-ttl {
  font-size: 131%;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 20px;
}

.p-connection {
  margin: 30px 0;
  padding: 0 20px 20px;
  border: 1px solid #CCC;
}

.p-connection-ttl {
  margin: 0 -20px 20px;
  padding: 14px 20px;
  border-bottom: 1px solid #CCC;
  font-size: 147%;
  line-height: 1.5em;
  font-weight: bold;
}

.p-connection ul {
  margin: 0;
}

.p-contact {
  margin-top: 60px;
  padding: 25px;
  background: #F2F2F2;
}
@media screen and (max-width: 920px) {
  .p-contact {
    margin-top: 50px;
  }
}

.p-contact-ttl {
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-size: 147%;
  line-height: 1.5em;
  font-weight: bold;
  border-bottom: 1px solid #333;
}

.p-contact-form {
  margin: 50px 0;
}

.p-table-form {
  width: 100%;
  margin-top: 1px;
}

.p-table-form th {
  padding: 20px;
  border: 1px solid #CCC;
  text-align: left;
  background: #F2F2F2;
  width: 160px;
  vertical-align: top;
}

.p-table-form td {
  padding: 20px;
  border: 1px solid #CCC;
  vertical-align: top;
}

.p-table-form td .smpl {
  margin-top: 8px;
  font-size: 93%;
  line-height: 1.6em;
}

@media screen and (max-width: 920px) {
  .p-table-form th {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-bottom: none;
    margin-top: -1px;
    padding: 15px 20px;
    font-size: 116%;
  }

  .p-table-form td {
    display: block;
  }
}
.p-table-form td select {
  border: 1px solid #999;
  outline: none;
  padding: 8px;
  border-radius: 3px;
  box-sizing: border-box;
}

.p-table-form td input[type="text"] {
  border: 1px solid #999;
  outline: none;
  padding: 4px 6px;
  width: 50%;
  border-radius: 3px;
  box-sizing: border-box;
}

.p-table-form td textarea {
  border: 1px solid #999;
  outline: none;
  padding: 4px 6px;
  width: 80%;
  display: block;
  border-radius: 3px;
  box-sizing: border-box;
}

@media screen and (max-width: 920px) {
  .p-table-form td select,
  .p-table-form td input[type="text"],
  .p-table-form td textarea {
    width: 100%;
  }
}
.p-btn-list {
  margin-top: 30px;
  text-align: center;
}

.p-btn-list li {
  display: inline-block;
  margin: 0 5px;
}

@media screen and (max-width: 920px) {
  .p-btn-list li {
    display: block;
    margin: 0 0 10px;
  }

  .p-btn-list li:last-child {
    margin: 0;
  }
}
.p-btn-linkbox {
  overflow: hidden;
  margin-left: -3.05%;
}

.p-btn-linkbox li {
  width: 30.3%;
  float: left;
  margin: 0 0 30px 3%;
}

.p-btn-linkbox li a {
  display: block;
  position: relative;
  padding: 25px 30px 25px 32px;
  border: 1px solid #CCC;
  box-sizing: border-box;
  font-size: 116%;
  line-height: 1.5em;
  font-weight: 500;
  color: #333;
  background: #FFF;
  text-decoration: none;
}

.p-btn-linkbox li a::before {
  position: absolute;
  content: "";
  left: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #BBB;
  border-right: 2px solid #BBB;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-btn-linkbox li a:hover {
  background: #F5F3F8;
}

@media screen and (max-width: 920px) {
  .p-btn-linkbox {
    margin-left: 0;
  }

  .p-btn-linkbox li {
    width: auto;
    float: none;
    margin: 0 0 15px;
  }

  .p-btn-linkbox li:last-child {
    margin-bottom: 0;
  }
}
.p-list-life-col2 {
  margin-right: -2%;
  margin-top: -50px;
  overflow: hidden;
}

.p-list-life-col2 li {
  float: left;
  width: 48%;
  margin-right: 2%;
  margin-top: 50px;
}

@media screen and (max-width: 920px) {
  .p-list-life-col2 {
    margin: 0;
  }

  .p-list-life-col2 li {
    float: none;
    width: auto;
    margin: 0 0 30px;
  }

  .p-list-life-col2 li:last-child {
    margin-bottom: 0;
  }
}
.p-list-col3 {
  margin-right: -1.63%;
  margin-top: -50px;
  overflow: hidden;
}

.p-list-col3 li {
  float: left;
  width: 31.7%;
  margin-right: 1.63%;
  margin-top: 50px;
}

.p-list-col3 li a:hover img {
  opacity: 0.7;
}

@media screen and (max-width: 920px) {
  .p-list-col3 {
    margin: 0;
  }

  .p-list-col3 li {
    float: none;
    width: auto;
    margin: 0 0 35px;
  }

  .p-list-col3 li:last-child {
    margin-bottom: 0;
  }

  .p-list-col3 li img {
    width: 100%;
  }
}
.p-list-cate-col3 {
  margin-right: -2.3%;
  margin-top: 20px;
  overflow: hidden;
}

.p-list-cate-col3 > li {
  float: left;
  width: 31%;
  margin-right: 2.3%;
  margin-top: 20px;
}

@media screen and (max-width: 920px) {
  .p-list-cate-col3 {
    margin: 40px 0 0;
  }

  .p-list-cate-col3 > li {
    float: none;
    width: auto;
    margin: 0 0 20px;
  }

  .p-list-cate-col3 > li:last-child {
    margin-bottom: 0;
  }
}
.p-list-col4 {
  margin-right: -1.6%;
  margin-top: -35px;
  overflow: hidden;
}

.p-list-col4 li {
  float: left;
  width: 23.4%;
  margin-right: 1.6%;
  margin-top: 35px;
}

.p-list-col4 li a:hover img {
  opacity: 0.7;
}

@media screen and (max-width: 920px) {
  .p-list-col4 {
    margin: 0;
  }

  .p-list-col4 li {
    float: none;
    width: auto;
    margin: 0 0 35px;
  }

  .p-list-col4 li:last-child {
    margin-bottom: 0;
  }

  .p-list-col4 li img {
    width: 100%;
  }
}
.p-list-intl-col4 {
  margin-right: -3%;
  margin-top: -3%;
  overflow: hidden;
}

.p-list-intl-col4 li {
  float: left;
  width: 30.3%;
  margin-right: 3%;
  margin-top: 3%;
  padding: 25px;
  box-sizing: border-box;
  background: #FFF;
  border: 1px solid #CCC;
}

@media screen and (max-width: 920px) {
  .p-list-intl-col4 {
    margin: 0;
  }

  .p-list-intl-col4 li {
    float: none;
    width: auto;
    margin: 0 0 15px;
  }

  .p-list-intl-col4 li:last-child {
    margin-bottom: 0;
  }
}
.p-list-news-col4 {
  margin-right: -1.6%;
  margin-top: -20px;
  padding: 0 3px 3px 3px;
}

.p-list-news-col4 > li {
  float: left;
  width: 23.4%;
  margin-right: 1.6%;
  margin-top: 20px;
  background: #FFF;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

.p-list-news-col4 li a {
  display: block;
  text-decoration: none;
  height: 100%;
  overflow: hidden;
}

.p-list-news-col4 li a:hover img {
  opacity: 0.7;
}

@media screen and (max-width: 920px) {
  .p-list-news-col4 {
    margin-right: -3%;
    margin-top: -3%;
  }

  .p-list-news-col4 > li {
    width: 47%;
    margin-right: 3%;
    margin-top: 3%;
  }
}
.p-thumb-news {
  position: relative;
  background: #E6E6E6;
  text-align: center;
  overflow: hidden;
}
.p-thumb-news img {
  max-height: 190px;
}

.p-list-news-inner {
  padding: 20px;
}
@media print, screen and (max-width: 920px) {
  .p-list-news-inner {
    padding: 15px;
  }
}

.p-ttl-news {
  font-size: 108%;
  line-height: 1.5em;
  color: #333;
}

.p-data-news {
  margin-top: 15px;
  font-size: 93%;
  line-height: 1.5em;
  color: #999;
}

.p-caption {
  display: inline-block;
  position: relative;
  margin-top: 12px;
  padding-left: 27px;
  font-size: 116%;
  line-height: 1.5em;
  color: #333;
}

.p-post-caption {
  display: inline-block;
  position: relative;
  margin-top: 10px;
  font-size: 100%;
  line-height: 1.5em;
  color: #333;
}

.p-caption:hover,
.p-post-caption:hover {
  text-decoration: underline;
}

.p-caption::before {
  position: absolute;
  content: "";
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-area-number {
  display: inline-block;
  position: relative;
  margin-top: 12px;
  padding-left: 28px;
  font-size: 116%;
  line-height: 1.4em;
  color: #333;
}
.p-area-number span {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  background: #4E3B81;
  font-size: 85%;
  line-height: 20px;
  font-weight: bold;
  color: #FFF;
  text-align: center;
  border-radius: 3px;
}

.p-pamphlet-left {
  float: left;
  width: 32.2%;
}

.p-pamphlet-right {
  float: right;
  width: 66.2%;
}

@media screen and (max-width: 920px) {
  .p-pamphlet-left {
    float: none;
    width: auto;
    overflow: hidden;
    margin-bottom: 30px;
  }

  .p-pamphlet-right {
    float: none;
    width: auto;
  }
}
.p-pamphlet-komida {
  font-size: 224%;
  line-height: 1.3em;
  color: #4E3B81;
  float: left;
  margin-right: 20px;
}

.p-pamphlet-list {
  margin-top: -2.4%;
  overflow: hidden;
}

.p-pamphlet-list li {
  display: table;
  float: left;
  width: 48.8%;
  margin-top: 2.4%;
  margin-right: 2.4%;
  padding: 30px;
  border: 1px solid #4E3B81;
  box-sizing: border-box;
  background: #FFF;
}

.p-pamphlet-list li:nth-child(even) {
  margin-right: 0;
}

@media screen and (max-width: 920px) {
  .p-pamphlet-list {
    margin: 0;
  }

  .p-pamphlet-list li {
    float: none;
    width: 100%;
    margin: 0 0 15px;
  }

  .p-pamphlet-list li:last-child {
    margin-bottom: 0;
  }
}
.p-pamphlet-image {
  display: table-cell;
  vertical-align: top;
  width: 150px;
}

.p-pamphlet-detail {
  display: table-cell;
  vertical-align: bottom;
  text-align: left;
  padding-left: 8%;
}
@media screen and (max-width: 920px) {
  .p-pamphlet-detail {
    padding-left: 30px;
  }
}

.p-pamphlet-ttl {
  font-size: 131%;
  line-height: 1.5em;
}

.p-borderlink {
  margin-top: 1px;
  margin-right: -3%;
}

.p-borderlink li {
  float: left;
  width: 47%;
  margin-top: -1px;
  margin-right: 3%;
}

.p-borderlink li a {
  display: block;
  position: relative;
  padding: 30px 30px 30px 35px;
  font-size: 116%;
  line-height: 1.5em;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}

@media screen and (max-width: 920px) {
  .p-borderlink {
    margin: 0;
    border-bottom: 1px solid #CCC;
  }

  .p-borderlink li {
    float: none;
    width: auto;
    margin: 0;
  }

  .p-borderlink li a {
    border-bottom: 0;
    padding: 20px 20px 20px 35px;
  }
}
.p-borderlink li a::before {
  position: absolute;
  content: "";
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  box-sizing: border-box;
  border: 6px solid transparent;
  border-left: 6px solid #4D3981;
}

.p-btnlist {
  margin-right: -3%;
  margin-top: -30px;
  overflow: hidden;
}

.p-btnlist li {
  float: left;
  width: 47%;
  margin-right: 3%;
  margin-top: 30px;
}

.p-btnlist li a {
  display: block;
  position: relative;
  padding: 27px;
  font-size: 147%;
  line-height: 1.3em;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  background: #4D3981;
}

.p-btnlist li a:hover {
  background: #71629A;
}

@media screen and (max-width: 920px) {
  .p-btnlist {
    margin: 0;
  }

  .p-btnlist li {
    float: none;
    width: auto;
    margin: 0 0 15px;
  }

  .p-btnlist li:last-child {
    margin-bottom: 0;
  }

  .p-btnlist li a {
    padding: 20px;
    font-size: 116%;
    line-height: 1.3em;
  }
}
.p-data-slider {
  margin: 0 auto;
  max-width: 1190px;
  position: relative;
}

.p-data-slider li {
  margin: 0 10px;
  text-align: center;
  color: #FFF;
}

.p-data-slider .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}

.p-data-slider .slick-slide {
  float: left;
  display: block;
  outline: none;
}

.p-data-slider .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 60px;
  height: 60px;
  cursor: pointer;
  border: none;
  outline: none;
  background: none;
  text-indent: -9999px;
  overflow: hidden;
}

.p-data-slider .slick-arrow:hover {
  opacity: 0.7;
}

.p-data-slider .slick-prev {
  left: -50px;
}

.p-data-slider .slick-next {
  right: -50px;
}

@media print, screen and (max-width: 920px) {
  .p-data-slider .slick-prev {
    left: 0;
  }

  .p-data-slider .slick-next {
    right: 0;
  }
}
.p-data-slider .slick-next::before,
.p-data-slider .slick-prev::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}

.p-data-slider .slick-prev::before {
  left: 20px;
  right: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.p-data-slider .slick-next::before {
  left: 0;
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-data-number dt {
  font-family: 'Oswald', sans-serif;
  font-size: 470%;
  line-height: 1em;
  font-weight: 500;
  letter-spacing: 5px;
}

.p-data-number dt small {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 62%;
  line-height: 1em;
  font-weight: bold;
}

.p-data-number dd {
  margin-top: 15px;
  font-size: 131%;
  line-height: 1.3em;
  font-weight: bold;
}

.p-data-number dd small {
  display: block;
  margin-top: 8px;
  font-size: 85%;
  line-height: 1.3em;
  font-weight: normal;
}

.p-banner {
  margin-top: -30px;
  margin-right: -2.33%;
  overflow: hidden;
}

.p-banner li {
  float: left;
  width: 31%;
  margin-right: 2.33%;
  margin-top: 30px;
}

.p-banner li img:hover {
  opacity: 0.7;
}

@media screen and (max-width: 920px) {
  .p-banner {
    margin: 0;
  }

  .p-banner li {
    float: none;
    width: auto;
    margin: 0 0 15px;
  }

  .p-banner li:last-child {
    margin-bottom: 0;
  }

  .p-banner li img {
    width: 100%;
  }
}
.p-boxlink {
  margin-top: -2.33%;
  margin-right: -2.33%;
  overflow: hidden;
}
.p-boxlink li {
  float: left;
  width: 31%;
  margin-top: 2.33%;
  margin-right: 2.33%;
  overflow: hidden;
}
.p-boxlink li a {
  display: block;
  position: relative;
  padding: 35px 15px 70px;
  font-size: 116%;
  line-height: 1.3em;
  font-weight: bold;
  color: #333;
  text-align: center;
  text-decoration: none;
  background: #FFF;
  border: 1px solid #4D3981;
  box-sizing: border-box;
  height: 100%;
}
@media print, screen and (max-width: 920px) {
  .p-boxlink li a {
    padding: 20px 10px 43px;
  }
}
.p-boxlink li a:hover {
  background: #F3F3F3;
}
.p-boxlink li a::before {
  position: absolute;
  content: "";
  bottom: 36px;
  left: 50%;
  width: 35px;
  height: 1px;
  background: #333;
  margin-left: -17px;
}
@media print, screen and (max-width: 920px) {
  .p-boxlink li a::before {
    bottom: 21px;
  }
}
.p-boxlink li a::after {
  position: absolute;
  content: "";
  bottom: 30px;
  right: 50%;
  width: 12px;
  height: 12px;
  border-top: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: -15px;
}
@media print, screen and (max-width: 920px) {
  .p-boxlink li a::after {
    bottom: 15px;
  }
}

.p-img-country {
  text-align: center;
}

.p-ttl-country {
  text-align: center;
  margin-top: 20px;
  font-size: 116%;
  line-height: 1.3em;
  font-weight: bold;
}

.p-country {
  margin-top: 20px;
}
.p-country dt {
  position: absolute;
  background: #4D3981;
  font-size: 77%;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  color: #FFF;
  width: 20px;
  height: 20px;
  border-radius: 18px;
}
.p-country dd {
  margin-left: 26px;
  margin-bottom: 10px;
  line-height: 20px;
}
.p-country dd:last-child {
  margin-bottom: 0;
}

.p-campuslife {
  padding: 0 29px 29px;
  border: 1px solid #CCC;
  border-top: none;
  box-sizing: border-box;
  height: 100%;
  background: #FFF;
}
.p-campuslife dt {
  margin: 0 -30px 30px;
  padding: 15px;
  background: #4D3981;
  font-size: 147%;
  line-height: 1.3em;
  color: #FFF;
  text-align: center;
}

.p-deflink dt {
  position: relative;
  box-sizing: border-box;
  border: 1px solid #4D3981;
}
.p-deflink dt a {
  display: block;
  padding: 25px 32px;
  font-size: 116%;
  line-height: 1.5em;
  font-weight: bold;
  text-decoration: none;
  color: #4D3981;
  background: #F5F3F8;
}
.p-deflink dt a:hover {
  background: #EBE7F1;
}
.p-deflink dt a::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #BBB;
  border-right: 2px solid #BBB;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-deflink dd {
  margin-top: -1px;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #4D3981;
}

.p-dotlink li {
  padding-bottom: 12px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #CCC;
  line-height: 1.5em;
}
.p-dotlink li:last-child {
  margin-bottom: 0;
}
.p-dotlink li a {
  display: inline-block;
  position: relative;
  padding-left: 15px;
}
.p-dotlink li a::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  border-top: 2px solid #BBB;
  border-right: 2px solid #BBB;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-login-member {
  max-width: 300px;
  margin: 0 auto;
}
.p-login-member dt {
  margin-bottom: 5px;
  font-size: 116%;
  line-height: 1.3em;
}
.p-login-member dd {
  margin-bottom: 25px;
}
.p-login-member dd input {
  width: 100%;
  font-size: 162%;
  line-height: 1.3em;
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid #999;
}

.p-btn-login {
  margin-top: 35px;
  text-align: center;
}

.u-cf::after {
  content: "";
  display: block;
  clear: both;
}

.u-color-red {
  color: #F00;
}

.u-color-pink {
  color: #DD2F7E;
}

.u-color-blue {
  color: #1174BC;
}

.u-color-yellow {
  color: #E7C738;
}

.u-color-purple {
  color: #4D3B7F;
}

.u-color-green {
  color: #36B172;
}

.u-color-gray {
  color: #A5A5A5;
}

.u-color-lightyellow {
  color: #F7E496;
}

.u-color-lightgreen {
  color: #95F7D1;
}

.u-bgcolor-purple {
  background: #EDEAF3;
}

.u-bgcolor-darkpurple {
  background: #4D3981;
}

.u-bgcolor-green {
  background: #3EB9AA;
}

.u-bgcolor-orange {
  background: #F4865B;
}

.u-bgcolor-blue {
  background: #6289C4;
}

.u-bgcolor-gray {
  background: #F2F2F2;
}

.u-bgcolor-darkgray {
  background: #AAAAAA;
}

.u-bgcolor-red {
  background: #DB3300;
}

.u-bgcolor-pdf {
  background: #ED1919;
}

.u-bgcolor-word {
  background: #3570E9;
}

.u-bgcolor-excel {
  background: #2FB270;
}

a.u-arrow {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  line-height: 1.5em;
}
a.u-arrow::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 4px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

a.u-arrow-more {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  line-height: 1.5em;
  color: #333;
  text-decoration: none;
}
@media print, screen and (max-width: 920px) {
  a.u-arrow-more {
    font-weight: bold;
    color: #4D3981;
  }
}
a.u-arrow-more::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 4px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
a.u-arrow-more:hover {
  text-decoration: underline;
}

.u-length-border {
  position: relative;
}
@media print, screen and (max-width: 920px) {
  .u-length-border {
    position: static;
  }
}
.u-length-border::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #E8E8E8;
}
@media print, screen and (max-width: 920px) {
  .u-length-border::before {
    display: none;
  }
}

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

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

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

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

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

.fixed1,
.fixed2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.overlay1,
.overlay2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
}

.mt0 {
  margin-top: 0;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mr0 {
  margin-right: 0;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

.mr65 {
  margin-right: 65px;
}

.mr70 {
  margin-right: 70px;
}

.mr75 {
  margin-right: 75px;
}

.mr80 {
  margin-right: 80px;
}

.mr85 {
  margin-right: 85px;
}

.mr90 {
  margin-right: 90px;
}

.mr95 {
  margin-right: 95px;
}

.mr100 {
  margin-right: 100px;
}

.mb0 {
  margin-bottom: 0;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml0 {
  margin-left: 0;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.ml75 {
  margin-left: 75px;
}

.ml80 {
  margin-left: 80px;
}

.ml85 {
  margin-left: 85px;
}

.ml90 {
  margin-left: 90px;
}

.ml95 {
  margin-left: 95px;
}

.ml100 {
  margin-left: 100px;
}
