@charset "UTF-8";
/*
 * lib/css/reset.css
 *
*/
html {
  overflow-y: scroll;
}

fieldset, img {
  border: none;
  vertical-align: top;
}

ul, ol {
  list-style-type: none;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
}

caption, th {
  text-align: left;
}

a {
  outline: none;
}

/*-----------------------------------------------------------
    余白初期設定
-----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6,
html, body, div,
p, ul, ol, li, dl, dt, dd,
pre, blockquote,
form, fieldset, input, textarea,
table, th, td, figure {
  margin: 0;
  padding: 0;
}

/*-----------------------------------------------------------
    その他初期設定
-----------------------------------------------------------*/
q:before, q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: Akzidenz-Grotesk-BQ-Condensed;
  src: url("../fonts/ag/Akzidenz-Grotesk BQ Condensed.ttf");
}
.ag_cond {
  font-family: "Akzidenz-Grotesk-BQ-Condensed", sans-serif;
}

:root {
  color: #231815;
}
@media (max-width: 1060px) {
  :root {
    text-size-adjust: 100%;
  }
}

body {
  color: #231815;
  line-height: 1.5;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 13px;
}
@media (max-width: 1060px) {
  body {
    text-size-adjust: 100%;
    min-width: 640px;
    font-size: 24px;
  }
}

@media (max-width: 1060px) {
  main, article, #colorbox, #colorbox * {
    max-height: none;
  }
  #gnavi, #gnavi * {
    max-height: none;
  }
  img {
    max-height: none;
    max-width: 100%;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
}

button, fieldset, form, input, label, legend, select, textarea {
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
}

a {
  text-decoration: none;
  transition: opacity 0.8s;
  color: #231815;
}
@media (min-width: 1061px) {
  a:hover {
    color: #231815;
    opacity: 0.5;
  }
  a:visited {
    color: #231815;
  }
  a:active {
    text-decoration: none;
  }
}

button, input[type=submit], input[type=reset] {
  cursor: pointer;
  transition: opacity 0.8s;
}
button:hover, input[type=submit]:hover, input[type=reset]:hover {
  opacity: 0.5;
}

[type=submit], [type=reset], button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type=text], [type=email], [type=tel], [type=password], [type=number], [type=url], [type=search], textarea, select {
  padding: 4px 7px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 0px;
}

select {
  max-width: 100%;
  padding-right: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  border: 1px solid #ddd;
  background: #fff url(../img/common/select.svg) right center no-repeat;
  background-size: auto 100%;
}

select::-ms-expand {
  display: none;
}

[type=text], [type=email], [type=tel], [type=password], [type=number], [type=url], [type=search], [type=button], [type=submit], textarea {
  appearance: none;
}

[type=text]:focus, [type=email]:focus, [type=password]:focus, [type=number]:focus, textarea:focus, [type=url]:focus, [type=search]:focus {
  background: #fff;
  border: 1px solid #aaa;
}

input[type=checkbox] {
  display: none;
}

[type=checkbox] + label:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  height: 14px;
  width: 14px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #cacacb;
  vertical-align: middle;
}
@media (max-width: 1060px) {
  [type=checkbox] + label:before {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }
}

[type=checkbox]:checked + label:before {
  content: "✓";
  font-size: 18px;
  font-weight: bold;
  line-height: 17px;
  text-indent: -1px;
  color: #000;
}
@media (max-width: 1060px) {
  [type=checkbox]:checked + label:before {
    font-size: 30px;
    line-height: 26px;
  }
}

input[type=radio] {
  vertical-align: middle;
}

input[type=radio] + label {
  margin-left: 5px;
}

:placeholder-shown {
  color: #BABABA;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #BABABA;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #BABABA;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #BABABA;
  opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #BABABA;
}

.scroll::-webkit-scrollbar {
  height: 10px;
  　　background: #183590;
}

.scroll::-webkit-scrollbar-track {
  background: #e9ecf0;
}

.scroll::-webkit-scrollbar-thumb {
  background: #183590;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-dots {
  position: absolute;
  bottom: -60px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
@media (max-width: 1060px) {
  .slick-dots li {
    margin: 0px 10px;
  }
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  content: "";
  text-align: center;
  background: #999999;
  color: #999999;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 1060px) {
  .slick-dots li button:before {
    width: 16px;
    height: 16px;
  }
}

.slick-dots li.slick-active button:before {
  background: #e88e22;
  color: #e88e22;
}

/*-----------------------------------------------------------
    基本レイアウト
-----------------------------------------------------------*/
body {
  overflow-x: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
  padding-top: 120px;
}
@media (max-width: 1060px) {
  body {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
body.lock {
  height: 100vh;
  overflow: hidden;
  padding: 0px !important;
  /*header {
  	height: 100vh;
  }*/
}

.wrap {
  position: relative;
  width: 1000px;
  margin: 0px auto;
}
@media (max-width: 1060px) {
  .wrap {
    width: auto;
    margin: 0px 30px;
  }
}

.linkbox {
  cursor: pointer;
}
@media (min-width: 1061px) {
  .linkbox {
    transition: opacity 0.8s;
  }
  .linkbox:hover {
    opacity: 0.5;
  }
}

.sp {
  display: none;
}
@media (max-width: 1060px) {
  .sp {
    display: inherit;
  }
}

@media (max-width: 1060px) {
  .pc {
    display: none !important;
  }
}
header {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 3000;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}
@media (max-width: 1060px) {
  header {
    display: block;
  }
  header .wrap {
    margin: 0px;
  }
}
header .head {
  padding: 5px 0px;
  border-bottom: 1px solid #183590;
}
@media (max-width: 1060px) {
  header .head {
    display: none;
  }
}
header .head .title svg {
  width: 125px;
  fill: #037;
  height: auto;
}
header .head ul {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  text-align: right;
  font-size: 0px;
  line-height: 0px;
}
header .head ul li {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  border-right: 1px solid #ccc;
}
header .head ul li a {
  padding: 0px 0.5em;
  color: #166CDD;
}
header .head ul li a:hover {
  text-decoration: underline;
}
header .logo {
  padding-left: 30px;
  transition: 0.3s;
}
header .logo img {
  width: 200px;
  transition: 0.3s;
}
@media (min-width: 1061px) and (max-width: 1380px) {
  header .logo img {
    width: 160px;
  }
}
@media (max-width: 1060px) {
  header .logo {
    padding: 11px 0px 10px 75px;
    text-align: left;
  }
  header .logo img {
    width: 135px;
  }
}
header .search {
  position: absolute;
  left: 180px;
  top: 35px;
  padding-right: 8px;
  border: 1px solid #183590;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 1060px) {
  header .search {
    display: none;
  }
}
header .search input {
  vertical-align: middle;
  border: none;
}
header .search .keyword {
  width: 190px;
  padding: 0.5em 15px;
  box-sizing: border-box;
  outline: none;
}
header .banner {
  display: flex;
  gap: 10px;
  position: absolute;
  right: 130px;
  top: 9px;
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1061px) and (max-width: 1170px) {
  header .banner {
    right: 120px;
  }
}
header #gnavi {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 1060px) {
  header #gnavi {
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 420px;
    font-size: 0px;
    line-height: 0px;
    background: #fff;
  }
}
header #gnavi li {
  display: inline-block;
}
header #gnavi li.sp {
  display: none;
}
@media (max-width: 1060px) {
  header #gnavi li.sp {
    display: inline-block;
  }
}
@media (max-width: 1060px) {
  header #gnavi li {
    width: 16.7%;
    height: 82px;
    box-sizing: border-box;
    border-left: 1px solid #9aa6ce;
  }
}
header #gnavi li a {
  display: block;
  position: relative;
}
@media (min-width: 1061px) {
  header #gnavi li a {
    margin-top: 0.35em;
    padding: 1em 0.65em;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.08em;
  }
}
@media (min-width: 1061px) and (min-width: 1061px) and (max-width: 1380px) {
  header #gnavi li a {
    font-size: 14px;
  }
}
@media (min-width: 1061px) and (min-width: 1061px) and (max-width: 1170px) {
  header #gnavi li a {
    padding: 1em 0.25em;
  }
}
@media (min-width: 1061px) {
  header #gnavi li a.sp {
    display: none;
  }
  header #gnavi li a.current:after {
    display: block;
    content: "";
    position: absolute;
    left: 10%;
    bottom: 0px;
    width: 80%;
    height: 5px;
    background: #183590;
  }
}
@media (max-width: 1060px) {
  header #gnavi li a {
    text-indent: -9999px;
    width: 100%;
    height: 82px;
  }
  header #gnavi li a.pc {
    display: none;
  }
}
@media (min-width: 1061px) {
  header #gnavi li.end {
    float: right;
  }
  header #gnavi li.end a {
    margin-top: 0px;
    padding: 0.4em 2em;
    background: #00ace2;
    color: #fff;
    line-height: 1.3;
  }
}
@media (max-width: 1060px) {
  header #gnavi li.end {
    width: 16.5%;
    background: url(../img_sp/common/nav06.png) center no-repeat;
  }
}
@media (max-width: 1060px) {
  header #gnavi li:nth-child(1) {
    background: url(../img_sp/common/nav01.png) center no-repeat;
  }
  header #gnavi li:nth-child(2) {
    background: url(../img_sp/common/nav02.png) center no-repeat;
  }
  header #gnavi li:nth-child(3) {
    background: url(../img_sp/common/nav03.png) center no-repeat;
  }
  header #gnavi li:nth-child(4) {
    background: url(../img_sp/common/nav04.png) center no-repeat;
  }
  header #gnavi li:nth-child(5) {
    background: url(../img_sp/common/nav05.png) center no-repeat;
  }
}
@media (min-width: 1061px) {
  header #gnavi .end a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 120px;
    background: #00ace2;
    font-weight: bold;
    color: #fff;
    line-height: 1.3;
    font-size: 16px;
    transition: 0.3s;
  }
}
@media (min-width: 1061px) and (min-width: 1061px) and (max-width: 1170px) {
  header #gnavi .end a {
    width: 100px;
  }
}
header.chukou .logo {
  padding-left: 30px;
}
header.chukou .logo img {
  width: 150px;
}
@media (max-width: 1060px) {
  header.chukou .logo img {
    width: 135px;
  }
}
@media (max-width: 1060px) {
  header.chukou #gnavi li {
    width: 20%;
  }
}
@media (max-width: 1060px) {
  header.chukou #gnavi li.end {
    width: 20%;
  }
}
@media (min-width: 1061px) {
  header.chukou #gnavi .end a {
    background: #183590;
    text-align: center;
  }
}
header .menuNavi {
  display: none;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 82px;
  z-index: 200;
  background: #183590;
  overflow: auto;
}
header .menuNavi .pickbox {
  padding: 35px 25px 25px;
}
header .menuNavi .pickbox a {
  display: block;
  float: left;
}
header .menuNavi .pickbox a + a {
  float: right;
}
header .menuNavi ul {
  border-top: 1px solid #fff;
}
header .menuNavi li {
  border-bottom: 1px solid #fff;
}
header .menuNavi li a {
  display: block;
  padding: 1em;
  color: #fff;
  font-size: 28px;
}
header .menu {
  display: none;
  position: absolute;
  left: 22px;
  top: 32px;
  width: 36px;
  height: 30px;
  z-index: 3000;
  cursor: pointer;
  transition: all 0.4s;
  box-sizing: border-box;
}
@media (max-width: 1060px) {
  header .menu {
    display: block;
  }
}
header .menu span {
  display: inline-block;
  position: absolute;
  left: 0px;
  width: 36px;
  height: 5px;
  background-color: #183590;
  transition: all 0.4s;
  box-sizing: border-box;
}
header .menu span:nth-of-type(1) {
  top: 0px;
  animation: menu-bar01 0.75s forwards;
}
header .menu span:nth-of-type(2) {
  top: 13px;
  transition: all 0.25s 0.25s;
  opacity: 1;
}
header .menu span:nth-of-type(3) {
  bottom: 0px;
  animation: menu-bar02 0.75s forwards;
}
header .menu.active span:nth-of-type(1) {
  animation: active-menu-bar01 0.75s forwards;
}
header .menu.active span:nth-of-type(2) {
  opacity: 0;
}
header .menu.active span:nth-of-type(3) {
  animation: active-menu-bar03 0.75s forwards;
}
header.is-scroll .logo {
  padding-left: 20px;
}
@media (max-width: 1060px) {
  header.is-scroll .logo {
    padding: 11px 0px 10px 75px;
  }
}
header.is-scroll .logo img {
  width: 140px;
}
@media (max-width: 1060px) {
  header.is-scroll .logo img {
    width: 135px;
  }
}
header.is-scroll .banner {
  display: none;
}
header.is-scroll #gnavi .end a {
  height: 80px;
}

.page header {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

@media (max-width: 1060px) {
  @keyframes menu-bar01 {
    0% {
      transform: translateY(13px) rotate(45deg);
    }
    50% {
      transform: translateY(13px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  @keyframes menu-bar02 {
    0% {
      transform: translateY(-13px) rotate(-45deg);
    }
    50% {
      transform: translateY(-13px) rotate(0);
    }
    100% {
      transform: translateY(0) rotate(0);
    }
  }
  @keyframes active-menu-bar01 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(13px) rotate(0);
    }
    100% {
      transform: translateY(13px) rotate(45deg);
    }
  }
  @keyframes active-menu-bar03 {
    0% {
      transform: translateY(0) rotate(0);
    }
    50% {
      transform: translateY(-13px) rotate(0);
    }
    100% {
      transform: translateY(-13px) rotate(-45deg);
    }
  }
}
footer {
  padding-top: 45px;
}
footer .text {
  margin-bottom: 0.5em;
  color: #666;
}
@media (max-width: 1060px) {
  footer .text {
    display: none;
  }
}
@media (max-width: 1060px) {
  footer .wrap {
    margin: 0px;
  }
}
footer .truste_certified {
  text-align: right;
  margin-bottom: 2em;
}
@media (max-width: 1060px) {
  footer .truste_certified {
    text-align: center;
  }
}
footer #fnav01 {
  padding: 6px 0 2px 95px;
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  border-top: 1px solid #DFDFDF;
  border-bottom: 4px solid #DFDFDF;
  background: #F7F7F7 url(../img/common/footer_logo.gif) left top no-repeat;
  overflow: hidden;
  height: 21px;
  font-size: 0px;
  line-height: 0;
}
@media (max-width: 1060px) {
  footer #fnav01 {
    height: auto;
    padding: 50px 15px 15px;
    background: #f7f7f7 url(../img/common/footer_logo.gif) 15px 10px no-repeat;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #DFDFDF;
  }
}
footer #fnav01 li {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
  border-right: 1px solid #999999;
}
@media (max-width: 1060px) {
  footer #fnav01 li {
    display: block;
    border: none;
    margin-bottom: 10px;
    font-size: 24px;
  }
  footer #fnav01 li:last-child {
    margin-bottom: 0px;
  }
}
footer #fnav01 li a {
  padding: 0px 0.5em;
  color: #18409B;
}
@media (max-width: 1060px) {
  footer #fnav01 li a {
    display: block;
    padding: 0.7em 1em;
    background: #fff;
  }
}
footer #fnav01 li a:hover {
  text-decoration: underline;
}
footer #fnav01 li:last-child {
  border-right: 1px solid #999999;
}
@media (max-width: 1060px) {
  footer #fnav01 li:last-child {
    border: no;
  }
}
footer #fnav02 {
  position: relative;
  z-index: 10;
  padding: 5px 0 0 0px;
  font-size: 0px;
  line-height: 0;
}
footer #fnav02 li {
  display: inline-block;
  padding-right: 12px;
}
@media (max-width: 1060px) {
  footer #fnav02 li {
    display: block;
    border-bottom: 1px solid #ddd;
  }
}
footer #fnav02 li a {
  font-size: 12px;
  line-height: 1.5;
  padding-left: 8px;
  background: url(../img/common/footer_ic_arrow.gif) left center no-repeat;
  color: #18409B;
}
@media (max-width: 1060px) {
  footer #fnav02 li a {
    display: block;
    padding: 0.85em 0px 0.85em 2em;
    font-size: 22px;
    background-position: 1em center;
  }
}
footer .copy {
  padding-bottom: 1em;
  margin-top: -1.5em;
  text-align: right;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
}
@media (max-width: 1060px) {
  footer .copy {
    margin: 0px;
    padding: 1em 0;
    text-align: center;
    font-size: 20px;
  }
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
  opacity: 0;
}
@media (max-width: 1060px) {
  .pagetop {
    bottom: 180px;
    width: 60px;
  }
  .pagetop img {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0px;
  visibility: hidden;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

.pan {
  width: 1000px;
  margin: 0px auto;
  padding: 1em 0px;
  color: #231815 !important;
}
.pan a {
  margin-right: 5px;
  color: #231815 !important;
}
@media (max-width: 1060px) {
  .pan {
    padding: 1em 30px;
    width: auto;
    font-size: 22px;
  }
}

.pager {
  clear: both;
  padding: 20px 0px 0px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  font-size: 16px;
}
@media (max-width: 1060px) {
  .pager {
    font-size: 24px;
  }
}
.pager a {
  display: inline-block;
  width: 2em;
  height: 2em;
  margin: 0px 5px;
  border-radius: 50%;
  vertical-align: middle;
  text-align: center;
  line-height: 2;
}
.pager a.current {
  background: #183590;
  color: #fff;
}

.noitem {
  padding: 50px 0px;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 1060px) {
  .noitem {
    font-size: 24px;
  }
}

#calendar .campus, #calendar .entranceExam, #calendar .gakka, #calendar .shiro, #calendar .shikaku {
  position: relative;
  min-height: 580px;
  width: 50%;
}
@media (max-width: 1060px) {
  #calendar .campus, #calendar .entranceExam, #calendar .gakka, #calendar .shiro, #calendar .shikaku {
    width: auto;
    margin: 0px -30px;
    min-height: 716px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
}
@media (min-width: 1061px) {
  #calendar .campus:before, #calendar .entranceExam:before, #calendar .gakka:before, #calendar .shiro:before, #calendar .shikaku:before {
    display: block;
    content: "";
    position: absolute;
    top: 0px;
    width: 50vw;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
#calendar .campus h2, #calendar .entranceExam h2, #calendar .gakka h2, #calendar .shiro h2, #calendar .shikaku h2 {
  position: absolute;
  top: 145px;
}
#calendar .campus h2 span, #calendar .entranceExam h2 span, #calendar .gakka h2 span, #calendar .shiro h2 span, #calendar .shikaku h2 span {
  display: block;
  margin-bottom: 0.2em;
  font-size: 38px;
}
@media (max-width: 1060px) {
  #calendar .campus h2, #calendar .entranceExam h2, #calendar .gakka h2, #calendar .shiro h2, #calendar .shikaku h2 {
    top: 95px;
    left: 55px;
  }
  #calendar .campus h2 img, #calendar .entranceExam h2 img, #calendar .gakka h2 img, #calendar .shiro h2 img, #calendar .shikaku h2 img {
    width: 540px;
    height: auto;
  }
}
#calendar .campus .more, #calendar .entranceExam .more, #calendar .gakka .more, #calendar .shiro .more, #calendar .shikaku .more {
  position: absolute;
  bottom: 55px;
}
@media (max-width: 1060px) {
  #calendar .campus .more, #calendar .entranceExam .more, #calendar .gakka .more, #calendar .shiro .more, #calendar .shikaku .more {
    left: 55px;
    bottom: 70px;
  }
}
#calendar .campus .more a, #calendar .entranceExam .more a, #calendar .gakka .more a, #calendar .shiro .more a, #calendar .shikaku .more a {
  display: block;
  padding: 1em 1.5em;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media (max-width: 1060px) {
  #calendar .campus .more a, #calendar .entranceExam .more a, #calendar .gakka .more a, #calendar .shiro .more a, #calendar .shikaku .more a {
    font-size: 24px;
  }
}
#calendar .campus {
  float: left;
}
@media (max-width: 1060px) {
  #calendar .campus {
    float: none;
    background-image: url(../img/common/img01.jpg);
  }
}
@media (min-width: 1061px) {
  #calendar .campus:before {
    right: 0px;
    background-image: url(../img/common/img01.jpg);
    background-position: right top;
  }
}
#calendar .campus h2 {
  left: 0px;
  padding-right: 55px;
  color: #183590;
}
@media (max-width: 1060px) {
  #calendar .campus h2 {
    top: 200px;
    left: 55px;
    right: 55px;
    padding: 0px;
  }
}
#calendar .campus .more {
  left: 0px;
}
@media (max-width: 1060px) {
  #calendar .campus .more {
    left: 55px;
  }
}
#calendar .campus .more a {
  padding: 1em 3em;
  background: #183590;
}
#calendar .entranceExam {
  float: right;
}
@media (max-width: 1060px) {
  #calendar .entranceExam {
    float: none;
    background-image: url(../img/common/img02.jpg);
  }
}
@media (min-width: 1061px) {
  #calendar .entranceExam:before {
    left: 0px;
    background-image: url(../img/common/img02.jpg);
    background-position: right center;
  }
}
#calendar .entranceExam h2 {
  left: 55px;
  color: #fff;
}
@media (max-width: 1060px) {
  #calendar .entranceExam h2 {
    top: 170px;
    right: 55px;
  }
}
#calendar .entranceExam .more {
  left: 55px;
}
#calendar .entranceExam .more a {
  background: #f2872b;
}
#calendar .gakka {
  float: left;
}
@media (max-width: 1060px) {
  #calendar .gakka {
    float: none;
    background-image: url(../img/common/img03.jpg);
  }
}
@media (min-width: 1061px) {
  #calendar .gakka:before {
    right: 0px;
    background-image: url(../img/common/img03.jpg);
    background-position: right bottom;
  }
}
#calendar .gakka h2 {
  top: 185px;
  left: 0px;
}
@media (max-width: 1060px) {
  #calendar .gakka h2 {
    top: 170px;
    left: 55px;
  }
}
#calendar .gakka .more {
  left: 0px;
}
@media (max-width: 1060px) {
  #calendar .gakka .more {
    left: 55px;
  }
}
#calendar .gakka .more a {
  background: #183590;
}
#calendar .shikaku {
  float: right;
}
@media (max-width: 1060px) {
  #calendar .shikaku {
    float: none;
    background-image: url(../img/common/img04.jpg);
  }
}
@media (min-width: 1061px) {
  #calendar .shikaku:before {
    left: 0px;
    background-image: url(../img/common/img04.jpg);
    background-position: right bottom;
  }
}
#calendar .shikaku h2 {
  top: 185px;
  left: 55px;
}
@media (max-width: 1060px) {
  #calendar .shikaku h2 {
    top: 170px;
    width: 450px;
  }
}
#calendar .shikaku .more {
  left: 55px;
}
#calendar .shikaku .more a {
  background: #183590;
}
#calendar .shikaku.left {
  float: left;
}
@media (max-width: 1060px) {
  #calendar .shikaku.left {
    float: none;
  }
}
@media (min-width: 1061px) {
  #calendar .shikaku.left:before {
    right: 0px;
    left: auto;
  }
}
#calendar .shikaku.left h2 {
  top: 185px;
  left: 0px;
}
@media (max-width: 1060px) {
  #calendar .shikaku.left h2 {
    top: 170px;
    left: 55px;
  }
}
#calendar .shikaku.left .more {
  left: 0px;
}
@media (max-width: 1060px) {
  #calendar .shikaku.left .more {
    left: 55px;
  }
}
#calendar .shiro {
  float: right;
}
@media (max-width: 1060px) {
  #calendar .shiro {
    float: none;
    background-image: url(../img/common/img05.jpg);
  }
}
@media (min-width: 1061px) {
  #calendar .shiro:before {
    left: 0px;
    background-image: url(../img/common/img05.jpg);
    background-position: right center;
  }
}
#calendar .shiro h2 {
  top: 185px;
  left: 55px;
}
@media (max-width: 1060px) {
  #calendar .shiro h2 {
    top: 170px;
    width: 450px;
  }
}
#calendar .shiro .more {
  left: 55px;
}
#calendar .shiro .more a {
  background: #183590;
}

.notfound {
  padding-bottom: 90px;
  background: #f2f2f2;
}
.notfound .box {
  margin: 50px 0px 0px;
  padding: 100px 40px 80px;
  border-radius: 8px;
  border: 4px solid #183590;
  background: #fff;
  color: #183590;
  text-align: center;
}
.notfound .box .text {
  padding-top: 120px;
  background: url(../img/common/logo.svg) center top no-repeat;
}
@media (min-width: 1061px) {
  .notfound .box .text {
    font-size: 18px;
  }
}
.notfound .box .copy {
  padding-top: 100px;
}

/*-----------------------------------------------------------
   index
-----------------------------------------------------------*/
#top {
  background: #183590;
}
@media (max-width: 1060px) {
  #top {
    padding: 0px 30px;
  }
}
#top .bg {
  position: relative;
}
#top .bg:before {
  display: block;
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 460px;
  background: url(../img/index/main.jpg) right top/cover no-repeat;
}
@media (max-width: 1060px) {
  #top .bg:before {
    display: none;
  }
}
#top .readbox {
  position: relative;
  z-index: 10;
  padding: 130px 0px 0px;
  margin-left: 50px;
  margin-right: 460px;
  color: #183590;
  font-weight: 700;
}
@media (max-width: 1060px) {
  #top .readbox {
    padding: 50px 0px 0px;
    margin: 0px;
  }
}
#top .readbox h2 {
  width: 420px;
  margin-bottom: 15px;
}
@media (min-width: 1061px) and (max-width: 1440px) {
  #top .readbox h2 {
    width: 340px;
  }
}
@media (max-width: 1060px) {
  #top .readbox h2 {
    width: auto;
    margin-bottom: 0px;
  }
  #top .readbox h2 img {
    width: 100%;
  }
}
#top .readbox p {
  font-size: 15px;
  line-height: 2.3;
}
@media (min-width: 1061px) and (max-width: 1440px) {
  #top .readbox p {
    font-size: 12px;
  }
}
#top .rightbox {
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 360px;
  padding-top: 25px;
}
@media (max-width: 1060px) {
  #top .rightbox {
    position: static;
    transform: none;
    width: auto;
    margin: 0px 0px 50px;
  }
}
@media (max-width: 1060px) {
  #top .searchbox {
    margin: 0px 0px 30px;
  }
}
#top .searchbox h2 {
  width: 90%;
  margin: 0px auto 15px;
}
@media (max-width: 1060px) {
  #top .searchbox h2 {
    width: auto;
  }
}
#top .searchbox h2 img {
  width: 100%;
}
#top .searchbox .inbox {
  padding: 20px 25px;
  border-radius: 5px;
  background: #fff;
}
@media (max-width: 1060px) {
  #top .searchbox .inbox {
    padding: 30px;
  }
}
#top .searchbox .keywordbox {
  margin-bottom: 15px;
  border: 1px solid #183590;
  border-radius: 5px;
  overflow: hidden;
}
#top .searchbox .keywordbox input {
  vertical-align: middle;
  border: none;
}
#top .searchbox .keywordbox .keyword {
  width: 270px;
  padding: 0.4em 15px;
  box-sizing: border-box;
  outline: none;
  font-size: 16px;
}
@media (max-width: 1060px) {
  #top .searchbox .keywordbox .keyword {
    width: 460px;
    padding: 0.5em 20px;
    font-size: 24px;
  }
}
#top .searchbox .keywordbox .btn {
  width: 26px;
  height: 26px;
}
@media (max-width: 1060px) {
  #top .searchbox .keywordbox .btn {
    width: 40px;
    height: 40px;
  }
}
#top .searchbox .text {
  margin-bottom: 0.8em;
  font-size: 17px;
  line-height: 1.3;
}
@media (max-width: 1060px) {
  #top .searchbox .text {
    font-size: 23px;
  }
}
#top .searchbox ul li {
  float: left;
  width: 150px;
  margin: 0px 10px 10px 0px;
}
#top .searchbox ul li:nth-child(2n) {
  margin-right: 0px;
}
@media (max-width: 1060px) {
  #top .searchbox ul li {
    width: 250px;
    margin: 0px 20px 20px 0px;
  }
  #top .searchbox ul li:nth-child(2n) {
    margin-right: 0px;
  }
  #top .searchbox ul li:nth-child(7), #top .searchbox ul li:nth-child(8) {
    margin-bottom: 0px;
  }
}
#top .searchbox ul li a {
  display: block;
  padding: 0.75em 0px 0.65em 0.7em;
  border-radius: 5px;
  border: 1px solid #183590;
  font-size: 16px;
  color: #183590;
  font-weight: bold;
  background: url("../img/index/ar_b.svg") 130px center no-repeat, linear-gradient(#fff 0%, #f3f3f4 90%);
}
@media (max-width: 1060px) {
  #top .searchbox ul li a {
    padding: 0.6em 1em 0.4em;
    font-size: 30px;
    text-align: left;
    background: url(../img_sp/index/ar_b.png) 220px center no-repeat, linear-gradient(#fff 0%, #f3f3f4 90%);
  }
}
#top .searchbox ul li a span {
  font-size: 20px;
}
@media (max-width: 1060px) {
  #top .searchbox ul li a span {
    font-size: 38px;
  }
}
#top .searchbox ul li a.big {
  text-align: center;
  padding: 1.1em 0px;
  line-height: 1.2;
}
#top .searchbox ul li a.big span {
  display: block;
  font-size: 26px;
}
@media (max-width: 1060px) {
  #top .searchbox ul li a.big span {
    font-size: 46px;
  }
}
#top .searchbox .send {
  font-size: 0px;
  line-height: 0px;
}
#top .searchbox .send input + input {
  margin-left: 12px;
}
@media (max-width: 1060px) {
  #top .searchbox .send input {
    height: 73px;
  }
}
#top .linebox {
  position: relative;
  z-index: 10;
  width: 340px;
  margin-left: 50px;
  padding-bottom: 40px;
}
@media (max-width: 1060px) {
  #top .linebox {
    position: fixed;
    left: 0px;
    top: auto;
    bottom: 0;
    z-index: 100;
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
  }
}
@media (max-width: 1060px) {
  #top .linebox ul {
    right: 0px;
    bottom: 0px;
    width: 100%;
    font-size: 0px;
    line-height: 0px;
  }
}
#top .linebox ul li {
  margin-top: 12px;
}
@media (max-width: 1060px) {
  #top .linebox ul li {
    display: inline-block;
    margin: 0px;
  }
}
@media (max-width: 1060px) {
  #top .linebox ul li.long {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}
#top .linebox ul li img {
  width: 100%;
}
#top .bn {
  padding-top: 25px;
}
@media (max-width: 1060px) {
  #top .bn {
    padding: 0px;
  }
  #top .bn + .bn {
    padding-top: 25px;
  }
}
#top .bn img {
  width: 100%;
}
#top .slider, #top .sliderTop {
  width: 450px;
  min-height: 240px;
  padding: 25px 0px 10px;
}
@media (max-width: 1060px) {
  #top .slider, #top .sliderTop {
    width: auto;
    min-height: 0px;
    padding-top: 30px;
  }
}
#top .slider .mainimg, #top .sliderTop .mainimg {
  position: relative;
  height: 174px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}
#top .slider .mainimg img, #top .sliderTop .mainimg img {
  max-width: 100%;
}
@media (max-width: 1060px) {
  #top .slider .mainimg, #top .sliderTop .mainimg {
    height: 298px;
  }
  #top .slider .mainimg img, #top .sliderTop .mainimg img {
    width: 100%;
  }
}
#top .slider .mainimg .item, #top .sliderTop .mainimg .item {
  display: none;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
#top .slider .mainimg .item:first-child, #top .sliderTop .mainimg .item:first-child {
  display: block;
}
#top .slider .marker, #top .sliderTop .marker {
  position: relative;
  z-index: 10;
  padding-top: 20px;
  text-align: center;
  font-size: 0px;
  line-height: 0px;
}
#top .slider .marker li, #top .sliderTop .marker li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px 7px;
  border-radius: 5px;
  background: #fff;
}
@media (max-width: 1060px) {
  #top .slider .marker li, #top .sliderTop .marker li {
    width: 14px;
    height: 14px;
    border-radius: 7px;
  }
}
#top .slider .marker li.current, #top .sliderTop .marker li.current {
  background: #345bd8;
}
#top .sliderTop {
  width: 340px;
  margin-left: 50px;
}
@media (max-width: 1060px) {
  #top .sliderTop {
    width: auto;
    margin: 0px 0px 30px;
    padding: 0px;
  }
}
#top .sliderTop .marker {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 20px;
  font-size: 0px;
  line-height: 0px;
}
#top .sliderTop .marker li {
  display: block;
  width: 23.5%;
  height: auto;
  margin: 0px 2% 2% 0px;
  border-radius: 0px;
  background: #fff;
  cursor: pointer;
}
#top .sliderTop .marker li:nth-child(4n) {
  margin-right: 0px;
}
@media (max-width: 1060px) {
  #top .sliderTop .marker li {
    width: 23.5%;
    height: auto;
    border-radius: 0px;
  }
}
#top .sliderTop .marker li.current {
  background: #345bd8;
}
#top .sliderTop .marker li img {
  max-width: 100%;
}
@media (max-width: 1060px) {
  #top .banner {
    padding-bottom: 15px;
  }
  #top .banner li {
    float: left;
    width: 280px;
    margin-bottom: 20px;
    margin-right: 20px;
  }
  #top .banner li img {
    width: 100%;
  }
  #top .banner li:nth-of-type(2n) {
    margin-right: 0px;
  }
}

#newsArea {
  background: url(../img/index/bg02.png) center top repeat-y;
}
@media (max-width: 1060px) {
  #newsArea {
    background: none;
  }
}
#newsArea .newsbox .catnav, #newsArea .postsbox .catnav {
  position: relative;
  z-index: 1;
  margin-bottom: 15px;
  font-size: 0px;
  line-height: 0px;
}
@media (max-width: 1060px) {
  #newsArea .newsbox .catnav, #newsArea .postsbox .catnav {
    text-align: left;
  }
}
#newsArea .newsbox .catnav li, #newsArea .postsbox .catnav li {
  display: inline-block;
  margin-bottom: 5px;
}
@media (min-width: 1061px) {
  #newsArea .newsbox .catnav li, #newsArea .postsbox .catnav li {
    border-left: 1px solid #cbd2dc;
  }
  #newsArea .newsbox .catnav li:last-child, #newsArea .postsbox .catnav li:last-child {
    border-right: 1px solid #cbd2dc;
  }
}
@media (max-width: 1060px) {
  #newsArea .newsbox .catnav li, #newsArea .postsbox .catnav li {
    width: 33.3%;
    margin-bottom: 5px;
    padding-right: 5px;
    box-sizing: border-box;
  }
  #newsArea .newsbox .catnav li:nth-child(3n), #newsArea .postsbox .catnav li:nth-child(3n) {
    padding-right: 0px;
  }
}
#newsArea .newsbox .catnav li a, #newsArea .postsbox .catnav li a {
  padding: 0px 0.5em;
  font-size: 12px;
  line-height: 1.2;
}
@media (max-width: 1060px) {
  #newsArea .newsbox .catnav li a, #newsArea .postsbox .catnav li a {
    display: block;
    padding: 1em 0px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #183590;
  }
}
#newsArea .newsbox .item figure, #newsArea .postsbox .item figure {
  float: left;
  width: 140px;
  margin-right: 10px;
  background: #dcdcdc;
  text-align: center;
}
#newsArea .newsbox .item figure img, #newsArea .postsbox .item figure img {
  max-width: 140px;
  max-height: 130px;
}
#newsArea .newsbox .item figure + ul, #newsArea .postsbox .item figure + ul {
  float: left;
  width: 300px;
  margin-bottom: 0.3em;
}
@media (max-width: 1060px) {
  #newsArea .newsbox .item figure + ul, #newsArea .postsbox .item figure + ul {
    width: 360px;
  }
}
#newsArea .newsbox .item ul, #newsArea .postsbox .item ul {
  font-weight: bold;
}
@media (max-width: 1060px) {
  #newsArea .newsbox .item ul, #newsArea .postsbox .item ul {
    font-size: 0px;
  }
}
#newsArea .newsbox .item ul li, #newsArea .postsbox .item ul li {
  display: inline-block;
  line-height: 1.2;
}
@media (max-width: 1060px) {
  #newsArea .newsbox .item ul li, #newsArea .postsbox .item ul li {
    font-size: 20px;
  }
}
#newsArea .newsbox .item ul .cat, #newsArea .postsbox .item ul .cat {
  font-size: 14px;
  padding: 0px 0.5em;
}
@media (max-width: 1060px) {
  #newsArea .newsbox .item ul .cat, #newsArea .postsbox .item ul .cat {
    font-size: 24px;
  }
}
#newsArea .newsbox .item h3, #newsArea .postsbox .item h3 {
  font-size: 18px;
  padding: 0.3em 0px 0px;
  line-height: 1.4;
}
@media (max-width: 1060px) {
  #newsArea .newsbox .item h3, #newsArea .postsbox .item h3 {
    font-size: 28px;
  }
}
@media (max-width: 1060px) {
  #newsArea .newsbox .item p, #newsArea .postsbox .item p {
    font-size: 22px;
  }
}
#newsArea .newsbox {
  float: left;
  width: 450px;
  padding-top: 50px;
}
@media (max-width: 1060px) {
  #newsArea .newsbox {
    float: none;
    width: auto;
  }
}
#newsArea .newsbox h2 {
  margin-bottom: 10px;
}
@media (max-width: 1060px) {
  #newsArea .newsbox h2 img {
    width: 96%;
  }
}
#newsArea .newsbox .item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cbd2dc;
}
@media (max-width: 1060px) {
  #newsArea .newsbox .item figure {
    width: 200px;
    margin-right: 20px;
    max-height: 140px;
    text-align: center;
    background: #f0f2f0;
  }
  #newsArea .newsbox .item figure img {
    max-width: 200px;
    max-height: 140px !important;
  }
}
#newsArea .newsbox .item ul .name {
  width: 100%;
  padding-bottom: 0.3em;
  font-size: 20px;
  color: #183590;
}
@media (max-width: 1060px) {
  #newsArea .newsbox .item ul .name {
    font-size: 32px;
  }
}
#newsArea .newsbox .item ul .cat {
  padding-left: 0px;
}
#newsArea .newsbox .item h3 a {
  color: #183590;
}
#newsArea .newsbox .item p {
  margin-top: 0.5em;
  font-size: 15px;
}
@media (max-width: 1060px) {
  #newsArea .newsbox .item p {
    font-size: 22px;
  }
}
#newsArea .newsbox .more a {
  color: #183590;
  border: 1px solid #183590;
}
#newsArea .postsbox {
  position: relative;
  float: right;
  width: 50%;
  padding-top: 50px;
  padding-left: 50px;
  box-sizing: border-box;
}
@media (min-width: 1061px) {
  #newsArea .postsbox:before {
    display: block;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 50vw;
    background: #e3eaff;
  }
}
@media (max-width: 1060px) {
  #newsArea .postsbox {
    float: none;
    width: auto;
    margin: 0px -30px;
    padding: 50px 30px;
    background: #e3eaff;
  }
}
#newsArea .postsbox h2, #newsArea .postsbox .item {
  position: relative;
  z-index: 1;
}
#newsArea .postsbox h2 {
  margin-bottom: 10px;
}
@media (max-width: 1060px) {
  #newsArea .postsbox h2 img {
    width: 100%;
  }
}
#newsArea .postsbox .item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cbd2dc;
}
@media (max-width: 1060px) {
  #newsArea .postsbox .item {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 1060px) {
  #newsArea .postsbox .item figure + ul {
    float: none;
  }
}
#newsArea .postsbox .item ul .cat {
  padding-left: 0px;
}
#newsArea .postsbox .item h3 a {
  color: #183590;
}
@media (max-width: 1060px) {
  #newsArea .postsbox .item figure {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  #newsArea .postsbox .item figure img {
    max-width: 100%;
    max-width: none;
    max-height: 400px !important;
  }
}
#newsArea .postsbox .item .uname {
  padding-top: 0.3em;
  font-weight: bold;
  font-size: 14px;
}
@media (max-width: 1060px) {
  #newsArea .postsbox .item .uname {
    font-size: 24px;
  }
}
#newsArea .postsbox .more {
  position: relative;
  z-index: 1;
}
@media (max-width: 1060px) {
  #newsArea .postsbox .more {
    padding-bottom: 0px;
  }
}
#newsArea .postsbox .more a {
  color: #183590;
  border: 1px solid #183590;
}
#newsArea .more {
  padding: 5px 0px 50px;
  text-align: center;
}
#newsArea .more a {
  display: inline-block;
  width: 245px;
  padding: 0.7em 0px;
  border-radius: 1.5em;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media (max-width: 1060px) {
  #newsArea .more a {
    width: 386px;
    font-size: 30px;
  }
}

#question {
  background: url(../img/index/bg04.png) center top repeat-y;
}
@media (max-width: 1060px) {
  #question {
    background: none;
  }
}
#question .old, #question .field {
  width: 450px;
  padding: 50px 0px;
}
@media (max-width: 1060px) {
  #question .old, #question .field {
    width: auto;
  }
}
#question .old h2, #question .field h2 {
  margin-bottom: 20px;
}
@media (max-width: 1060px) {
  #question .old h2 img, #question .field h2 img {
    width: 100%;
  }
}
#question .old {
  position: relative;
  float: left;
  width: 50%;
  padding: 50px 50px 50px 0px;
  box-sizing: border-box;
}
@media (max-width: 1060px) {
  #question .old {
    float: none;
    width: auto;
    padding: 50px 30px;
    margin: 0px -30px;
    background: #183590 url(../img/index/bg03.jpg) center top no-repeat;
  }
}
@media (min-width: 1061px) {
  #question .old:before {
    display: block;
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 50vw;
    background: url(../img/index/bg03.jpg) right top no-repeat;
    background-size: cover;
  }
}
#question .old h2 {
  position: relative;
  z-index: 10;
}
#question .old .inbox {
  position: relative;
  z-index: 10;
  padding: 30px 25px;
  background: #fff;
  /*.att {
  	margin-bottom: 0.5em;
  	color: #f0484c;
  }*/
  /*.check {
  	margin-bottom: 10px;
  	font-size: 16px;
  	@include for-sp() {
  		margin-bottom: 20px;
  		font-size: 24px;
  	}
  }
  .num {
  	text-align: center;
  	font-size: 27px;
  	span {
  		margin-right: 0.2em;
  		font-size: 45px;
  		color: #f0484c;
  		vertical-align: middle;
  	}
  }
  .send {
  	font-size: 0px;
  	line-height: 0px;
  	@include for-sp() {
  		input {
  			height: 71px;
  		}
  	}
  	input + input {
  		margin-left: 6px;
  		@include for-sp() {
  			margin-left: 12px;
  		}
  	}
  }*/
}
#question .old .inbox .title {
  margin-bottom: 0.7em;
  color: #183590;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 1060px) {
  #question .old .inbox .title {
    font-size: 24px;
  }
}
#question .old .inbox .title + p {
  margin-bottom: 1em;
  font-size: 14px;
}
@media (max-width: 1060px) {
  #question .old .inbox .title + p {
    font-size: 23px;
  }
}
#question .old .inbox h3 {
  margin-bottom: 10px;
  /*margin-bottom: 1em;
  padding: 0.5em 0px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #363431;
  font-weight: normal;
  @include for-sp() {
  	font-size: 26px;
  }*/
}
#question .old .inbox h3 img {
  width: 100%;
}
@media (max-width: 1060px) {
  #question .old .inbox h3 {
    margin-bottom: 20px;
  }
}
#question .old .inbox ul {
  margin-bottom: 10px;
  font-size: 0px;
  line-height: 0px;
  /*&.select {
  	li {
  		a {
  			width: 195px;
  			border-radius: 5px;
  			@include for-sp() {
  				width: 260px;
  			}
  		}
  		& + li {
  			margin-left: 10px;
  		}
  	}
  }*/
}
@media (max-width: 1060px) {
  #question .old .inbox ul {
    margin-bottom: 20px;
  }
}
#question .old .inbox ul li {
  display: inline-block;
  /*input {
  	display: none;
  }*/
}
#question .old .inbox ul li a, #question .old .inbox ul li label {
  display: block;
  width: 130px;
  margin: 0px;
  padding: 1em 0px;
  border: 1px solid #cacacb;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 1060px) {
  #question .old .inbox ul li a, #question .old .inbox ul li label {
    width: 173px;
    font-size: 24px;
  }
}
#question .old .inbox ul li:first-child a {
  margin-right: 5px;
  border-radius: 5px 0px 0px 5px;
}
#question .old .inbox ul li:last-child a {
  margin-left: 5px;
  border-radius: 0px 5px 5px 0px;
}
#question .old .inbox .btn {
  margin-bottom: 10px;
}
@media (max-width: 1060px) {
  #question .old .inbox .btn {
    margin-bottom: 20px;
  }
}
#question .old .inbox .btn a {
  position: relative;
  display: block;
  padding: 0.8em 0px;
  border-radius: 5px;
  background: #f0852b;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media (max-width: 1060px) {
  #question .old .inbox .btn a {
    font-size: 24px;
  }
}
#question .old .inbox .btn.soon {
  pointer-events: none;
}
#question .old .inbox .btn.soon a:after {
  display: block;
  content: "準備中";
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  padding: 0.8em 0px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  color: #fff;
  text-align: center;
}
#question .old .inbox .text {
  margin-bottom: 0.5em;
  text-align: center;
}
#question .field {
  float: right;
  width: 450px;
  padding: 50px 0px 30px;
}
@media (max-width: 1060px) {
  #question .field {
    float: none;
    width: auto;
    padding: 50px 0px;
  }
}
#question .field figure {
  margin-bottom: 20px;
}
@media (max-width: 1060px) {
  #question .field figure img {
    width: 100%;
  }
}
#question .field ul li {
  float: left;
  width: 220px;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 1060px) {
  #question .field ul li {
    width: 285px;
    font-size: 24px;
  }
}
#question .field ul li:nth-child(2n) {
  margin-left: 10px;
}
#question .field ul li a {
  display: block;
  padding: 1em 0px 0.8em;
  border: 1px solid #183590;
  border-radius: 5px;
  text-align: center;
  color: #183590;
}
#question .field .more {
  clear: both;
  padding-top: 10px;
  text-align: center;
}
#question .field .more a {
  display: inline-block;
  width: 245px;
  padding: 0.7em 0px;
  border-radius: 1.5em;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #183590;
  border: 1px solid #183590;
  font-weight: bold;
}
@media (max-width: 1060px) {
  #question .field .more a {
    width: 386px;
    font-size: 30px;
  }
}

#universityList {
  padding: 50px 0px;
}
#universityList h2 {
  padding-top: 10px;
  margin-bottom: 40px;
  text-align: center;
}
@media (max-width: 1060px) {
  #universityList h2 {
    margin-bottom: 25px;
  }
  #universityList h2 img {
    height: 68px;
  }
}
#universityList .list {
  position: absolute;
  right: 0px;
  top: 0px;
}
@media (max-width: 1060px) {
  #universityList .list {
    position: static;
    margin-bottom: 60px;
  }
}
#universityList .list a {
  display: block;
  padding: 1em 2em 1em 2.5em;
  background: #183590 url(../img/index/ar.svg) 35px center no-repeat;
  border-radius: 1.5em;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.08em;
}
@media (max-width: 1060px) {
  #universityList .list a {
    padding: 1em 0px 1em 92px;
    margin: 0px auto;
    font-size: 34px;
    background-position: 60px center;
    background-size: auto 28px;
  }
}
@media (max-width: 1060px) {
  #universityList .scroll {
    margin-bottom: 30px;
    overflow: auto;
  }
  #universityList .flick {
    position: absolute;
    right: 30px;
    top: 280px;
    z-index: 10;
    opacity: 0;
    animation: moveItem 1.2s infinite;
  }
}
@media (max-width: 1060px) {
  #universityList .items {
    width: 1280px;
  }
}
#universityList .items .item {
  position: relative;
  float: left;
  width: 186px;
  margin: 0px 17px 17px 0px;
  padding: 16px 16px 60px;
  border-radius: 5px;
  background: #e8ebef;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 1060px) {
  #universityList .items .item {
    width: 240px;
    margin: 0px 20px 20px 0px;
    padding: 20px 20px 90px;
    border-radius: 10px;
  }
}
#universityList .items .item:nth-child(5n) {
  margin-right: 0px;
}
#universityList .items .item:nth-child(5n) + .item {
  clear: both;
}
#universityList .items .item figure {
  margin-bottom: 10px;
}
@media (max-width: 1060px) {
  #universityList .items .item figure img {
    width: 100%;
  }
}
#universityList .items .item .name {
  display: block;
  padding: 0.1em 0px 0.4em;
  font-weight: bold;
  text-align: left;
}
#universityList .items .item .cat {
  margin-bottom: 0.3em;
  font-size: 15px;
  color: #5bb331;
  font-weight: bold;
}
@media (max-width: 1060px) {
  #universityList .items .item .cat {
    font-size: 24px;
  }
}
#universityList .items .item .date {
  padding-bottom: 0.3em;
  font-size: 18px;
  line-height: 1;
}
@media (max-width: 1060px) {
  #universityList .items .item .date {
    font-size: 28px;
  }
}
#universityList .items .item .date .week {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-left: 0.5em;
  background: #f1862b;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 1060px) {
  #universityList .items .item .date .week {
    font-size: 18px;
  }
}
#universityList .items .item .date .center {
  display: block;
  text-align: center;
  font-size: 18px;
}
#universityList .items .item .link {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 16px;
}
@media (max-width: 1060px) {
  #universityList .items .item .link {
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}
#universityList .items .item .link a {
  display: block;
  padding: 0.5em 0px;
  background: #183590;
  border-radius: 1.5em;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.2em;
}
@media (max-width: 1060px) {
  #universityList .items .item .link a {
    font-size: 24px;
  }
}
#universityList .more {
  clear: both;
  padding-top: 10px;
  text-align: center;
}
#universityList .more a {
  display: inline-block;
  width: 245px;
  padding: 0.7em 0px;
  border-radius: 1.5em;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: #183590;
  border: 1px solid #183590;
  font-weight: bold;
}
@media (max-width: 1060px) {
  #universityList .more a {
    width: 386px;
    font-size: 30px;
  }
}

@keyframes moveItem {
  0% {
    transform: translateX(0px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateX(-20px);
    opacity: 0;
  }
}
#ichioshiArea {
  padding: 50px 0px;
  background: #183590;
}
#ichioshiArea h2, #ichioshiArea h3 {
  margin-bottom: 25px;
  text-align: center;
}
@media (max-width: 1060px) {
  #ichioshiArea h2 img {
    height: 68px;
  }
  #ichioshiArea h3 img {
    height: 34px;
  }
}
#ichioshiArea .more {
  clear: both;
  padding: 40px 0px;
  text-align: center;
}
#ichioshiArea .more a {
  display: inline-block;
  width: 245px;
  padding: 0.7em 0px;
  border-radius: 1.5em;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #fff;
  border: 1px solid #fff;
  font-weight: bold;
}
@media (max-width: 1060px) {
  #ichioshiArea .more a {
    width: 386px;
    font-size: 30px;
  }
}
#ichioshiArea .list li {
  float: left;
  width: 490px;
  margin: 0px 20px 20px 0px;
}
@media (max-width: 1060px) {
  #ichioshiArea .list li {
    float: none;
    width: auto;
    margin: 0px 0px 20px;
  }
}
#ichioshiArea .list li:nth-child(2n) {
  margin-right: 0px;
}
#ichioshiArea .list li a {
  display: block;
  padding: 1em 0px;
  border: 4px solid #fff;
  border-radius: 5px;
  font-size: 25px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1060px) {
  #ichioshiArea .list li a {
    font-size: 32px;
  }
}

.voiceSlide {
  position: relative;
}
@media (max-width: 1060px) {
  .voiceSlide {
    margin: 0px -30px;
  }
}
.voiceSlide .items {
  overflow: hidden;
}
.voiceSlide .items .item {
  position: relative;
  float: left;
  width: 33.3%;
  min-height: 300px;
  background: #fff;
  border-right: 1px solid #183590;
  box-sizing: border-box;
}
@media (max-width: 1060px) {
  .voiceSlide .items .item {
    width: 430px;
    height: 390px;
  }
}
.voiceSlide .items .item figure {
  float: right;
  position: relative;
  width: 210px;
  height: 300px;
  background: #dcdcdc;
  overflow: hidden;
}
.voiceSlide .items .item figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 210px;
  max-height: 300px;
}
@media (max-width: 1060px) {
  .voiceSlide .items .item figure {
    height: 390px;
    width: 250px;
    overflow: hidden;
  }
  .voiceSlide .items .item figure img {
    max-width: 250px;
    max-height: 390px;
  }
}
.voiceSlide .items .item figure + .textbox {
  width: 154px;
  border-right: none;
}
@media (max-width: 1060px) {
  .voiceSlide .items .item figure + .textbox {
    width: 240px;
  }
}
.voiceSlide .items .item .textbox {
  position: absolute;
  left: 0;
  top: 35px;
  width: 100%;
  border-right: 1px solid #fff;
  box-sizing: border-box;
}
.voiceSlide .items .item .cat {
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
  box-sizing: border-box;
}
@media (max-width: 1060px) {
  .voiceSlide .items .item .cat {
    font-size: 18px;
  }
}
.voiceSlide .items .item .text {
  display: table;
  height: 130px;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
@media (max-width: 1060px) {
  .voiceSlide .items .item .text {
    height: 170px;
  }
}
.voiceSlide .items .item .text.society {
  background: #183590;
}
.voiceSlide .items .item .text.student {
  background: #f2872b;
}
.voiceSlide .items .item .text span {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 1060px) {
  .voiceSlide .items .item .text span {
    font-size: 18px;
  }
}
.voiceSlide .items .item .name {
  font-size: 14px;
  font-weight: bold;
  padding: 10px 10px;
  background: #fff;
  box-sizing: border-box;
}
@media (max-width: 1060px) {
  .voiceSlide .items .item .name {
    font-size: 18px;
  }
}
.voiceSlide .items .item .name span {
  display: block;
  font-size: 13px;
  font-weight: normal;
}
@media (max-width: 1060px) {
  .voiceSlide .items .item .name span {
    font-size: 16px;
  }
}
.voiceSlide .prev, .voiceSlide .next {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.voiceSlide .prev a, .voiceSlide .next a {
  display: block;
}
.voiceSlide.orange .prev img, .voiceSlide.orange .next img, .voiceSlide.blue .prev img, .voiceSlide.blue .next img {
  visibility: hidden;
}
.voiceSlide.orange .prev {
  background: url(../img/university/sal_o.svg) no-repeat;
}
.voiceSlide.orange .next {
  background: url(../img/university/sar_o.svg) no-repeat;
}
.voiceSlide.blue .prev {
  background: url(../img/university/sal_b.svg) no-repeat;
}
.voiceSlide.blue .next {
  background: url(../img/university/sar_b.svg) no-repeat;
}
.voiceSlide .prev {
  left: -55px;
}
@media (max-width: 1060px) {
  .voiceSlide .prev {
    left: 10px;
  }
}
.voiceSlide .next {
  right: -55px;
}
@media (max-width: 1060px) {
  .voiceSlide .next {
    right: 10px;
  }
}

#planning {
  padding: 50px 0px;
  background: #e8ebef;
}
#planning h2 {
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 1060px) {
  #planning h2 img {
    height: 68px;
  }
}
#planning .items {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1060px) {
  #planning .items {
    display: block;
  }
}
#planning .items .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 310px;
  margin: 0 35px 0px 0px;
  padding: 20px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #cbd2dc;
}
#planning .items .item:after {
  display: none !important;
}
@media (max-width: 1060px) {
  #planning .items .item {
    width: 100%;
    min-height: 0px;
    margin: 0px;
  }
  #planning .items .item:nth-child(1) {
    border-top: 1px solid #cbd2dc;
  }
}
@media (min-width: 1061px) {
  #planning .items .item:nth-child(3n) {
    margin-right: 0px;
  }
  #planning .items .item:nth-child(1), #planning .items .item:nth-child(2), #planning .items .item:nth-child(3) {
    border-top: 1px solid #cbd2dc;
  }
}
#planning .items .item figure {
  width: 52px;
}
#planning .items .item figure img {
  max-width: 100%;
}
@media (max-width: 1060px) {
  #planning .items .item figure {
    width: 86px;
  }
  #planning .items .item figure img {
    width: 86px;
  }
}
#planning .items .item figure + .text {
  width: 218px;
}
@media (max-width: 1060px) {
  #planning .items .item figure + .text {
    width: 450px;
  }
}
#planning .items .item .text h3 {
  font-size: 20px;
  line-height: 1.1;
}
@media (max-width: 1060px) {
  #planning .items .item .text h3 {
    font-size: 36px;
    line-height: 1.2;
  }
}
#planning .items .item .text h3 a {
  color: #183590;
}
#planning .items .item .text h3 span {
  display: block;
  font-size: 16px;
}
@media (max-width: 1060px) {
  #planning .items .item .text h3 span {
    font-size: 22px;
  }
}
#planning .items .item .text p {
  font-size: 14px;
}
@media (max-width: 1060px) {
  #planning .items .item .text p {
    font-size: 28px;
  }
}

#endbn {
  padding: 50px 0px 0px;
}
#endbn ul {
  font-size: 0px;
  line-height: 0px;
}
#endbn ul li {
  display: inline-block;
  margin-right: 10px;
  vertical-align: top;
}
@media (max-width: 1060px) {
  #endbn ul li {
    width: 50%;
    margin: 0px 0px 20px;
    text-align: center;
  }
}
@media (max-width: 1060px) {
  #endbn ul li.bn {
    clear: both;
    display: block;
    width: auto;
    padding-top: 20px;
  }
}
#endbn ul li.bn a {
  display: block;
  height: 54px;
  width: 328px;
  font-size: 12px;
  color: #183590;
  border: 1px solid #183590;
  font-weight: bold;
  text-align: center;
  line-height: 54px;
  box-sizing: border-box;
}
@media (max-width: 1060px) {
  #endbn ul li.bn a {
    width: 100%;
    height: auto;
    padding: 1.2em 0px;
    line-height: 1;
    font-size: 22px;
  }
}
#endbn .xbtn {
  width: 36px;
  margin: -36px 20px 0 auto;
}
@media (max-width: 1060px) {
  #endbn .xbtn {
    width: 46px;
    margin: 1.25em auto 0;
  }
}
#endbn .text {
  padding-top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #183590;
  text-align: center;
}
@media (max-width: 1060px) {
  #endbn .text {
    font-size: 24px;
  }
}

.hidden {
  display: none;
}

.overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 10000;
  background: rgba(24, 53, 144, 0.9);
  overflow-y: auto;
}

.popsearch {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10001;
  transform: translateY(-50%);
  width: 1000px;
  padding: 20px;
  margin-left: -500px;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
}
@media (max-width: 1060px) {
  .popsearch {
    left: 20px;
    top: 20px;
    right: 20px;
    bottom: 20px;
    transform: none;
    width: auto;
    margin: 0px;
    overflow-y: auto;
  }
}
.popsearch form {
  margin: 0px !important;
}
.popsearch .close {
  position: absolute;
  right: 15px;
  top: 15px;
}

/*-----------------------------------------------------------
   index
-----------------------------------------------------------*/
#university #list {
  padding: 20px 0px;
}
#university #list h2 {
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 1060px) {
  #university #list h2 {
    text-align: left;
  }
  #university #list h2 img {
    height: 70px;
  }
}
#university #list .nav {
  margin-bottom: 30px;
  text-align: center;
  font-size: 0px;
  line-height: 0px;
}
#university #list .nav li {
  display: inline-block;
  margin: 0px 7px;
}
#university #list .nav li.sp {
  display: none;
}
@media (max-width: 1060px) {
  #university #list .nav li.sp {
    display: inline-block;
  }
}
@media (max-width: 1060px) {
  #university #list .nav li {
    width: 49%;
    margin: 0px;
  }
  #university #list .nav li:last-child {
    margin-left: 2%;
  }
  #university #list .nav li img {
    width: 100%;
  }
}
#university #list .num {
  margin-bottom: 20px;
  font-size: 30px;
  color: #183590;
  line-height: 1;
}
@media (max-width: 1060px) {
  #university #list .num {
    text-align: right;
    margin-bottom: 40px;
    font-size: 24px;
  }
}
#university #list .num span {
  font-size: 50px;
}
@media (max-width: 1060px) {
  #university #list .num span {
    margin: 0px 0.3em;
    font-size: 40px;
  }
}
#university #list .check {
  text-align: right;
  margin-top: -54px;
  margin-bottom: 20px;
}
@media (max-width: 1060px) {
  #university #list .check {
    margin: 0px 0px 20px;
  }
  #university #list .check img {
    width: 100%;
  }
}
#university #list .check.end {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 1060px) {
  #university #list .check.end {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    margin: 0px;
    background: #fff;
  }
}
#university #list .items .item {
  position: relative;
  float: left;
  width: 312px;
  margin: 0px 32px 32px 0px;
  padding: 20px;
  border-radius: 5px;
  background: #e8ebef;
  box-sizing: border-box;
}
#university #list .items .item.nolink {
  padding-bottom: 20px;
}
@media (min-width: 1061px) {
  #university #list .items .item:nth-child(3n) {
    margin-right: 0px;
  }
  #university #list .items .item:nth-child(3n) + .item {
    clear: both;
  }
}
@media (max-width: 1060px) {
  #university #list .items .item {
    float: none;
    width: auto;
    min-height: 0px;
    margin: 0px 0px 20px;
    padding: 20px;
  }
}
#university #list .items .item figure {
  position: relative;
  margin-bottom: 30px;
  min-height: 45px;
}
@media (max-width: 1060px) {
  #university #list .items .item figure {
    min-height: 105px;
  }
  #university #list .items .item figure img {
    width: 100%;
  }
}
#university #list .items .item figure .logo {
  position: absolute;
  left: 10px;
  bottom: -18px;
}
@media (max-width: 1060px) {
  #university #list .items .item figure .logo {
    width: 110px;
  }
}
#university #list .items .item h3 {
  margin-bottom: 0.3em;
  font-size: 21px;
  line-height: 1.2;
}
@media (max-width: 1060px) {
  #university #list .items .item h3 {
    font-size: 32px;
  }
}
#university #list .items .item h3 a {
  color: #183590;
}
#university #list .items .item .type + .type {
  margin-top: 1em;
}
#university #list .items .item .campus {
  /*float: left;
  width: 50%;*/
  margin-top: 1em;
}
#university #list .items .item .examination {
  float: right;
  width: 50%;
  padding-left: 1em;
  border-left: 1px solid #cbd2dc;
  box-sizing: border-box;
}
#university #list .items .item .cat {
  margin-bottom: 0.3em;
  color: #183590;
  font-weight: bold;
}
#university #list .items .item .date {
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 1060px) {
  #university #list .items .item .date {
    font-size: 24px;
  }
}
#university #list .items .item .date span {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-left: 0.3em;
  background: #f1862b;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 1060px) {
  #university #list .items .item .date span {
    font-size: 22px;
  }
}
#university #list .items .item .link {
  display: table;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: 272px;
  height: 52px;
}
@media (max-width: 1060px) {
  #university #list .items .item .link {
    clear: both;
    position: static;
    width: 100%;
    height: 80px;
    padding-top: 20px;
  }
}
#university #list .items .item .link div {
  display: table-cell;
  padding: 0px 15px;
  background: #183590;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 1060px) {
  #university #list .items .item .link div {
    font-size: 26px;
    text-align: center;
  }
}
#university #list .items .item .link div.checked {
  background-color: #F58A2B;
}
#university #list .items .item .link div label:before {
  width: 15px;
  height: 15px;
  border-radius: 0px;
  margin-right: 10px;
}
@media (max-width: 1060px) {
  #university #list .items .item .link div label:before {
    width: 1em;
    height: 1em;
  }
}
#university #list .items .item .link div [type=checkbox]:checked + label:before {
  font-size: 20px;
  line-height: 18px;
}
@media (max-width: 1060px) {
  #university #list .items .item .link div [type=checkbox]:checked + label:before {
    font-size: 26px;
    line-height: 26px;
  }
}
#university #list .items .item .link div p {
  font-size: 13px;
}
@media (max-width: 1060px) {
  #university #list .items .item .link div p {
    font-size: 18px;
  }
}
#university #detail .key {
  margin-bottom: 25px;
}
#university #detail .key figure {
  display: none;
}
@media (max-width: 1060px) {
  #university #detail .key {
    position: relative;
    min-height: 50px;
    margin: 0px -30px 25px;
  }
  #university #detail .key figure {
    display: block;
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 80px;
    border: 1px solid #ddd;
  }
}
#university #detail h2.center {
  padding-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 1060px) {
  #university #detail h2.center img {
    height: 70px;
  }
}
#university #detail #universityTop {
  padding-top: 30px;
}
#university #detail h3 {
  margin-bottom: 0.2em;
  font-size: 25px;
  color: #183590;
}
@media (max-width: 1060px) {
  #university #detail h3 {
    margin-bottom: 0.5em;
    font-size: 32px;
  }
}
#university #detail .catnav {
  margin-bottom: 30px;
  text-align: center;
  font-size: 0px;
  line-height: 0px;
}
@media (max-width: 1060px) {
  #university #detail .catnav {
    text-align: left;
  }
}
#university #detail .catnav li {
  display: inline-block;
}
@media (min-width: 1061px) {
  #university #detail .catnav li {
    border-left: 1px solid #cbd2dc;
  }
  #university #detail .catnav li:last-child {
    border-right: 1px solid #cbd2dc;
  }
}
@media (max-width: 1060px) {
  #university #detail .catnav li {
    width: 33.3%;
    margin-bottom: 5px;
    padding-right: 5px;
    box-sizing: border-box;
  }
  #university #detail .catnav li:nth-child(3n) {
    padding-right: 0px;
  }
}
#university #detail .catnav li a {
  padding: 0px 0.5em;
  font-size: 15px;
  line-height: 1.2;
}
@media (max-width: 1060px) {
  #university #detail .catnav li a {
    display: block;
    padding: 1em 0px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #183590;
  }
}
#university #detail .profile {
  margin-bottom: 30px;
}
#university #detail .profile figure {
  float: left;
  margin-right: 20px;
}
@media (max-width: 1060px) {
  #university #detail .profile figure {
    float: none;
    margin: 0px 0px 20px;
  }
  #university #detail .profile figure img {
    width: 100%;
  }
}
#university #detail .profile .text {
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 1060px) {
  #university #detail .profile .text {
    font-size: 24px;
  }
}
#university #detail .newsbox {
  position: relative;
  margin-bottom: 30px;
}
#university #detail .newsbox .more {
  position: absolute;
  right: 0px;
  top: 0.5em;
}
#university #detail .newsbox .more a {
  display: inline-block;
  font-size: 18px;
  padding-left: 28px;
  background: url(../img/university/arrow.svg) left center no-repeat;
}
@media (max-width: 1060px) {
  #university #detail .newsbox .more a {
    font-size: 22px;
    background-size: 20px;
  }
}
#university #detail .newsbox .date .cat {
  margin-right: 0.5em;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 1060px) {
  #university #detail .newsbox .date .cat {
    font-size: 24px;
  }
}
@media (max-width: 1060px) {
  #university #detail .newsbox .date {
    font-size: 20px;
  }
}
#university #detail .newsbox h4 {
  margin-bottom: 10px;
  font-size: 16px;
}
@media (max-width: 1060px) {
  #university #detail .newsbox h4 {
    font-size: 26px;
  }
}
#university #detail .newsbox .pickup {
  float: left;
  width: 230px;
}
@media (max-width: 1060px) {
  #university #detail .newsbox .pickup {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  #university #detail .newsbox .pickup .item {
    clear: both;
  }
}
#university #detail .newsbox .pickup figure {
  margin-bottom: 10px;
}
@media (max-width: 1060px) {
  #university #detail .newsbox .pickup figure {
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
  }
}
#university #detail .newsbox .list {
  float: right;
  width: 730px;
  border-top: 1px solid #cbd2dc;
}
#university #detail .newsbox .list.long {
  float: none;
  width: auto;
}
@media (max-width: 1060px) {
  #university #detail .newsbox .list {
    clear: both;
    float: none;
    width: auto;
  }
}
#university #detail .newsbox .list .item {
  padding: 10px 0px;
  border-bottom: 1px solid #cbd2dc;
  background: url(../img/university/arrow.svg) right center no-repeat;
}
@media (max-width: 1060px) {
  #university #detail .newsbox .list .item {
    padding-right: 40px;
    background-size: 20px;
  }
}
#university #detail .newsbox .list .item figure {
  float: left;
  max-width: 100px;
  margin-right: 15px;
  text-align: center;
}
@media (max-width: 1060px) {
  #university #detail .newsbox .list .item figure {
    max-width: 125px;
  }
}
#university #detail .newsbox .list .item figure img {
  max-width: 100%;
  max-height: 70px;
}
@media (max-width: 1060px) {
  #university #detail .newsbox .list .item figure img {
    max-height: 130px;
  }
}
#university #detail .document {
  margin-bottom: 30px;
  text-align: center;
  clear: both;
}
#university #detail .document a {
  display: inline-block;
  width: 340px;
  padding: 14px 0px;
  font-size: 19px;
  background: #f68326;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.08em;
}
@media (max-width: 1060px) {
  #university #detail .document a {
    display: block;
    width: auto;
    padding: 0.8em 0px;
    font-size: 24px;
  }
}
#university #detail .document a:before {
  width: 20px;
  height: 26px;
  content: url(../img/university/dicon.svg);
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -4px;
  vertical-align: top;
}
@media (max-width: 1060px) {
  #university #detail .document a:before {
    content: "";
    width: 28px;
    height: 36px;
    margin-bottom: 0px;
    margin-right: 15px;
    background: url(../img/university/dicon.svg) no-repeat;
    background-size: 100% auto;
  }
}
#university #detail .voicebox {
  position: relative;
  margin-bottom: 40px;
}
#university #detail .voicebox h3 {
  margin-bottom: 15px;
}
#university #detail .voicebox .more {
  position: absolute;
  right: 0px;
  top: 0.5em;
}
#university #detail .voicebox .more a {
  display: inline-block;
  font-size: 18px;
  padding-left: 28px;
  background: url(../img/university/arrow.svg) left center no-repeat;
}
@media (max-width: 1060px) {
  #university #detail .voicebox .more a {
    font-size: 22px;
    background-size: 20px;
  }
}
#university #detail .voicebox .voiceSlide {
  box-shadow: 0px 0px 5px rgba(180, 180, 180, 0.7);
}
#university #detail .voicebox .voiceSlide .item {
  border-right: 1px solid #fff;
}
#university #detail .youtubebox {
  position: relative;
  padding: 30px 0px;
  border-top: 1px solid #cbd2dc;
}
#university #detail .youtubebox h3 {
  margin-bottom: 15px;
}
#university #detail .youtubebox .more {
  position: absolute;
  right: 0px;
  top: calc(30px + 0.5em);
}
#university #detail .youtubebox .more a {
  display: inline-block;
  font-size: 18px;
  padding-left: 28px;
  background: url(../img/university/arrow.svg) left center no-repeat;
}
@media (max-width: 1060px) {
  #university #detail .youtubebox .more a {
    font-size: 22px;
    background-size: 20px;
  }
}
#university #detail .youtubebox .items {
  display: flex;
}
@media (max-width: 1060px) {
  #university #detail .youtubebox .items {
    display: block;
  }
}
#university #detail .youtubebox .items .item {
  width: 320px;
}
@media (max-width: 1060px) {
  #university #detail .youtubebox .items .item {
    width: auto;
  }
}
#university #detail .youtubebox .items .item + .item {
  margin-left: 20px;
}
@media (max-width: 1060px) {
  #university #detail .youtubebox .items .item + .item {
    margin: 40px 0px;
  }
}
#university #detail .youtubebox .items .item .movie {
  margin-bottom: 0.25em;
}
@media (max-width: 1060px) {
  #university #detail .youtubebox .items .item .movie {
    position: relative;
    padding-top: 56.25%;
    margin-bottom: 0.5em;
  }
  #university #detail .youtubebox .items .item .movie iframe {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
  }
}
#university #detail .youtubebox .items .item h4 {
  font-size: 110%;
  color: #f00;
}
#university #detail .youtubebox .items .item .title {
  margin-top: 0.25em;
  font-size: 116%;
  color: #535353;
  font-weight: bold;
}
#university #detail .data {
  padding: 30px 0px;
  border-top: 1px solid #cbd2dc;
}
@media (max-width: 1060px) {
  #university #detail .data .scroll {
    margin-bottom: 30px;
    white-space: nowrap;
    overflow: auto;
  }
}
#university #detail .data table {
  width: 100%;
  margin-bottom: 30px;
  border-collapse: separate;
  border-spacing: 4px;
  font-size: 16px;
}
@media (max-width: 1060px) {
  #university #detail .data table {
    font-size: 24px;
  }
}
#university #detail .data table th, #university #detail .data table td {
  padding: 0.8em 1em;
  font-weight: normal;
}
#university #detail .data table th a, #university #detail .data table td a {
  padding-left: 20px;
  background: url(../img/university/arrow.svg) left center no-repeat;
  background-size: 14px auto;
}
@media (max-width: 1060px) {
  #university #detail .data table th a, #university #detail .data table td a {
    padding-left: 28px;
    background-size: 18px auto;
  }
}
#university #detail .data table.course th {
  text-align: center;
  color: #fff;
  background: #183590;
  width: 33.3%;
}
#university #detail .data table.course .first {
  background: #8bbae4;
}
#university #detail .data table.course .second {
  background: #e6f2ff;
}
#university #detail .data table.course .third {
  background: #f7f8f8;
}
#university #detail .data table.other th {
  width: 25%;
  background: #8bbae4;
}
@media (max-width: 1060px) {
  #university #detail .data table.other th {
    width: 35%;
  }
}
#university #detail .data table.other td {
  background: #f7f8f8;
}
#university #detail .notebox {
  margin-bottom: 40px;
  padding: 30px;
  background: #f7f8f8;
  border: 1px solid #cdcece;
  font-size: 16px;
}
@media (max-width: 1060px) {
  #university #detail .notebox {
    font-size: 24px;
  }
}
#university #detail .notebox h4 {
  margin-bottom: 0.3em;
  color: #183590;
}
#university #detail .notebox p {
  line-height: 1.625;
}
#university #detail #course, #university #detail #gakuhi, #university #detail #shikaku, #university #detail #shinro, #university #detail .postbox {
  padding: 1em 0px 0px;
}
#university #detail #course .courseTitle, #university #detail #gakuhi .courseTitle, #university #detail #shikaku .courseTitle, #university #detail #shinro .courseTitle, #university #detail .postbox .courseTitle {
  margin-bottom: 0.5em;
  font-size: 25px;
  color: #183590;
}
@media (max-width: 1060px) {
  #university #detail #course .courseTitle, #university #detail #gakuhi .courseTitle, #university #detail #shikaku .courseTitle, #university #detail #shinro .courseTitle, #university #detail .postbox .courseTitle {
    font-size: 32px;
  }
}
#university #detail #course h3, #university #detail #gakuhi h3, #university #detail #shikaku h3, #university #detail #shinro h3, #university #detail .postbox h3 {
  margin-bottom: 0px;
  padding-left: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #183590;
}
#university #detail #course h3.icon02, #university #detail #gakuhi h3.icon02, #university #detail #shikaku h3.icon02, #university #detail #shinro h3.icon02, #university #detail .postbox h3.icon02 {
  background: url(../img/university/ticon02.svg) left top no-repeat;
}
#university #detail #course h3.icon03, #university #detail #gakuhi h3.icon03, #university #detail #shikaku h3.icon03, #university #detail #shinro h3.icon03, #university #detail .postbox h3.icon03 {
  background: url(../img/university/ticon03.svg) left top no-repeat;
}
#university #detail #course h3.icon04, #university #detail #gakuhi h3.icon04, #university #detail #shikaku h3.icon04, #university #detail #shinro h3.icon04, #university #detail .postbox h3.icon04 {
  padding-top: 10px;
  background: url(../img/university/ticon04.svg) left top no-repeat;
}
#university #detail #course h3.icon05, #university #detail #gakuhi h3.icon05, #university #detail #shikaku h3.icon05, #university #detail #shinro h3.icon05, #university #detail .postbox h3.icon05 {
  background: url(../img/university/ticon05.svg) left top no-repeat;
}
#university #detail #course h3.icon06, #university #detail #gakuhi h3.icon06, #university #detail #shikaku h3.icon06, #university #detail #shinro h3.icon06, #university #detail .postbox h3.icon06 {
  background: url(../img/university/ticon06.svg) left top no-repeat;
}
#university #detail #course h4, #university #detail #gakuhi h4, #university #detail #shikaku h4, #university #detail #shinro h4, #university #detail .postbox h4 {
  margin-bottom: 0.6em;
  padding-left: 0.5em;
  border-left: 4px solid #183590;
  font-size: 22px;
  line-height: 1.3;
}
@media (max-width: 1060px) {
  #university #detail #course h4, #university #detail #gakuhi h4, #university #detail #shikaku h4, #university #detail #shinro h4, #university #detail .postbox h4 {
    margin-bottom: 1em;
    font-size: 32px;
    border-left: 8px solid #183590;
  }
}
#university #detail #course .read, #university #detail #gakuhi .read, #university #detail #shikaku .read, #university #detail #shinro .read, #university #detail .postbox .read {
  margin-top: 1em;
  margin-bottom: -0.5em;
  font-size: 25px;
  color: #183590;
  font-weight: bold;
}
@media (max-width: 1060px) {
  #university #detail #course .read, #university #detail #gakuhi .read, #university #detail #shikaku .read, #university #detail #shinro .read, #university #detail .postbox .read {
    font-size: 32px;
  }
}
#university #detail #course .textbox, #university #detail #gakuhi .textbox, #university #detail #shikaku .textbox, #university #detail #shinro .textbox, #university #detail .postbox .textbox {
  margin-top: 40px;
  line-height: 1.8;
  font-size: 16px;
}
@media (max-width: 1060px) {
  #university #detail #course .textbox, #university #detail #gakuhi .textbox, #university #detail #shikaku .textbox, #university #detail #shinro .textbox, #university #detail .postbox .textbox {
    font-size: 24px;
  }
}
#university #detail #course .textbox p, #university #detail #gakuhi .textbox p, #university #detail #shikaku .textbox p, #university #detail #shinro .textbox p, #university #detail .postbox .textbox p {
  margin-bottom: 1em;
}
#university #detail #course .textbox p:last-child, #university #detail #gakuhi .textbox p:last-child, #university #detail #shikaku .textbox p:last-child, #university #detail #shinro .textbox p:last-child, #university #detail .postbox .textbox p:last-child {
  margin: 0px;
}
#university #detail #course .textbox figure, #university #detail #gakuhi .textbox figure, #university #detail #shikaku .textbox figure, #university #detail #shinro .textbox figure, #university #detail .postbox .textbox figure {
  float: right;
  width: 230px;
  margin-left: 40px;
}
@media (max-width: 1060px) {
  #university #detail #course .textbox figure, #university #detail #gakuhi .textbox figure, #university #detail #shikaku .textbox figure, #university #detail #shinro .textbox figure, #university #detail .postbox .textbox figure {
    width: auto;
    float: none;
    margin: 0px 0px 30px;
    text-align: center;
  }
  #university #detail #course .textbox figure img, #university #detail #gakuhi .textbox figure img, #university #detail #shikaku .textbox figure img, #university #detail #shinro .textbox figure img, #university #detail .postbox .textbox figure img {
    max-width: 100%;
  }
}
#university #detail #course .textbox figure p, #university #detail #gakuhi .textbox figure p, #university #detail #shikaku .textbox figure p, #university #detail #shinro .textbox figure p, #university #detail .postbox .textbox figure p {
  padding-top: 0.8em;
}
@media (max-width: 1060px) {
  #university #detail #course .textbox figure p, #university #detail #gakuhi .textbox figure p, #university #detail #shikaku .textbox figure p, #university #detail #shinro .textbox figure p, #university #detail .postbox .textbox figure p {
    font-size: 22px;
  }
}
#university #detail #course .courseDetail, #university #detail #gakuhi .courseDetail, #university #detail #shikaku .courseDetail, #university #detail #shinro .courseDetail, #university #detail .postbox .courseDetail {
  padding: 0px;
}
@media (max-width: 1060px) {
  #university #detail #course .courseDetail, #university #detail #gakuhi .courseDetail, #university #detail #shikaku .courseDetail, #university #detail #shinro .courseDetail, #university #detail .postbox .courseDetail {
    padding-top: 40px;
  }
}
#university #detail #course .courseDetail h4, #university #detail #gakuhi .courseDetail h4, #university #detail #shikaku .courseDetail h4, #university #detail #shinro .courseDetail h4, #university #detail .postbox .courseDetail h4 {
  border: none;
  padding: 0px;
}
@media (max-width: 1060px) {
  #university #detail #course .courseDetail h4, #university #detail #gakuhi .courseDetail h4, #university #detail #shikaku .courseDetail h4, #university #detail #shinro .courseDetail h4, #university #detail .postbox .courseDetail h4 {
    font-size: 24px;
  }
}
#university #detail #course .courseDetail h4 span, #university #detail #gakuhi .courseDetail h4 span, #university #detail #shikaku .courseDetail h4 span, #university #detail #shinro .courseDetail h4 span, #university #detail .postbox .courseDetail h4 span {
  margin-right: 1em;
  font-size: 24px;
  color: #183590;
}
@media (max-width: 1060px) {
  #university #detail #course .courseDetail h4 span, #university #detail #gakuhi .courseDetail h4 span, #university #detail #shikaku .courseDetail h4 span, #university #detail #shinro .courseDetail h4 span, #university #detail .postbox .courseDetail h4 span {
    margin-bottom: 0.3em;
    font-size: 32px;
    display: block;
  }
}
#university #detail #course .courseDetail .text, #university #detail #gakuhi .courseDetail .text, #university #detail #shikaku .courseDetail .text, #university #detail #shinro .courseDetail .text, #university #detail .postbox .courseDetail .text {
  padding: 35px;
  background: #ebeef2;
}
#university #detail #course .courseDetail .text p, #university #detail #gakuhi .courseDetail .text p, #university #detail #shikaku .courseDetail .text p, #university #detail #shinro .courseDetail .text p, #university #detail .postbox .courseDetail .text p {
  margin-bottom: 1em;
}
#university #detail #course .courseDetail .text p:last-child, #university #detail #gakuhi .courseDetail .text p:last-child, #university #detail #shikaku .courseDetail .text p:last-child, #university #detail #shinro .courseDetail .text p:last-child, #university #detail .postbox .courseDetail .text p:last-child {
  margin-bottom: 0px;
}
#university #detail #shikaku #NewArrivalUrl, #university #detail #shinro #NewArrivalUrl {
  margin-top: 50px;
}
#university #detail .postDetail > .pageTitle {
  padding: 25px 0px 0px;
  text-align: center;
}
#university #detail .postDetail h3 {
  margin-bottom: 1em;
  padding: 0.7em 0px;
  border-bottom: 1px solid #e3e4e4;
  line-height: 1;
}
#university #detail .postDetail .cat {
  font-size: 16px;
  font-weight: bold;
  margin-right: 0.5em;
}
@media (max-width: 1060px) {
  #university #detail .postDetail .cat {
    font-size: 28px;
  }
}
#university #detail .postDetail .read {
  margin: 0px;
}
#university #detail .postDetail .textbox {
  margin-top: 20px;
}
#university #detail .postDetail .textbox figure {
  width: 325px;
}
@media (max-width: 1060px) {
  #university #detail .postDetail .textbox figure {
    width: auto;
    text-align: center;
  }
}
#university #detail .postDetail .pager a {
  width: auto;
  height: auto;
  color: #183590;
}
#university #detail .postDetail .images {
  margin-top: 20px;
}
#university #detail .postDetail .images figure {
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
}
@media (max-width: 1060px) {
  #university #detail .postDetail .images figure {
    float: none;
    margin: 0px 0px 20px;
    text-align: center;
  }
  #university #detail .postDetail .images figure img {
    max-width: 100%;
  }
}
@media (min-width: 1061px) {
  #university #detail .postDetail .images figure:nth-child(3n) {
    margin-right: 0px;
  }
  #university #detail .postDetail .images figure:nth-child(3n) + figure {
    clear: both;
  }
}
#university #detail .postDetail .texts {
  margin-top: 20px;
  line-height: 1.8;
  font-size: 16px;
}
@media (max-width: 1060px) {
  #university #detail .postDetail .texts {
    font-size: 28px;
  }
}
#university #detail .postDetail .texts p {
  margin-bottom: 1em;
}
#university #detail .postDetail .texts p:last-child {
  margin: 0px;
}
#university #detail #voice {
  position: relative;
  padding: 1em 0px 50px;
}
#university #detail #voice h3 {
  margin-bottom: 30px;
  padding-left: 50px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dadbdb;
}
#university #detail #voice h3.icon06 {
  background: url(../img/university/ticon06.svg) left top no-repeat;
}
#university #detail #voice h3.noneicon {
  padding-left: 0px;
}
#university #detail #voice h4 {
  margin-bottom: 0.3em;
  color: #183590;
  font-size: 21px;
}
@media (max-width: 1060px) {
  #university #detail #voice h4 {
    font-size: 24px;
  }
}
#university #detail #voice .noitem {
  padding: 30px 0px;
  font-size: 16px;
  text-align: center;
}
@media (max-width: 1060px) {
  #university #detail #voice .noitem {
    font-size: 22px;
  }
}
#university #detail #voice .tabnavi {
  position: absolute;
  right: 0px;
  top: 1.5em;
  font-size: 16px;
  font-weight: bold;
  color: #183590;
}
@media (max-width: 1060px) {
  #university #detail #voice .tabnavi {
    font-size: 24px;
  }
}
#university #detail #voice .tabnavi a {
  color: #183590;
}
#university #detail #voice .large {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  box-shadow: 0px 0px 5px rgba(180, 180, 180, 0.7);
}
@media (max-width: 1060px) {
  #university #detail #voice .large {
    display: block;
  }
}
#university #detail #voice .large.noshadow {
  box-shadow: none;
}
#university #detail #voice .large.single figure {
  background: none;
  vertical-align: top;
}
@media (max-width: 1060px) {
  #university #detail #voice .large.single .textbox {
    padding: 0px 0px 10px;
  }
}
#university #detail #voice .large figure {
  display: table-cell;
  width: 300px;
  height: 370px;
  background: #e8ebef;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 1060px) {
  #university #detail #voice .large figure {
    display: block;
    position: relative;
    z-index: 10;
    float: left;
    width: 35%;
    margin-right: 40px;
    background: none;
    height: auto;
  }
}
#university #detail #voice .large figure img {
  max-width: 100%;
  max-height: 100%;
}
#university #detail #voice .large figure p {
  padding-top: 0.8em;
}
#university #detail #voice .large .textbox {
  display: table-cell;
  position: relative;
  width: 700px;
  vertical-align: top;
  padding-bottom: 30px;
}
@media (max-width: 1060px) {
  #university #detail #voice .large .textbox {
    display: block;
    width: auto;
    padding: 0px 20px 10px;
  }
}
#university #detail #voice .large .textbox .date {
  position: absolute;
  right: 1em;
  top: 3em;
}
@media (max-width: 1060px) {
  #university #detail #voice .large .textbox .date {
    top: 1em;
    font-size: 24px;
  }
}
#university #detail #voice .large .cat {
  padding: 1em 20px 0.3em;
  font-size: 21px;
  font-weight: bold;
}
@media (max-width: 1060px) {
  #university #detail #voice .large .cat {
    margin-bottom: 0.5em !important;
    font-size: 24px;
  }
}
#university #detail #voice .large .text {
  padding: 1em;
  font-size: 23px;
  color: #fff;
}
@media (max-width: 1060px) {
  #university #detail #voice .large .text {
    font-size: 24px;
  }
}
#university #detail #voice .large .text a {
  color: #fff;
}
#university #detail #voice .large .name {
  padding: 0.5em 20px 0.2em;
  font-size: 25px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 1060px) {
  #university #detail #voice .large .name {
    clear: both;
    margin-bottom: 0em !important;
    padding: 0.5em 0px 1em;
    font-size: 28px;
    line-height: 1.5;
  }
}
#university #detail #voice .large .read {
  margin-bottom: 0.5em;
  padding: 0px 20px;
  font-size: 22px;
  font-weight: bold;
  color: #183590;
}
@media (max-width: 1060px) {
  #university #detail #voice .large .read {
    font-size: 32px;
    padding: 0px;
    margin-bottom: 1em;
    padding-left: 0.5em;
    border-left: 8px solid #183590;
    line-height: 1.3;
  }
}
#university #detail #voice .large .note {
  padding: 0px 20px;
  font-size: 15px;
}
@media (max-width: 1060px) {
  #university #detail #voice .large .note {
    padding: 0px;
    font-size: 22px;
  }
}
#university #detail #voice .large .more {
  position: absolute;
  right: 30px;
  bottom: 1em;
  font-size: 15px;
}
@media (max-width: 1060px) {
  #university #detail #voice .large .more {
    position: static;
    text-align: right;
    font-size: 24px;
    padding-right: 20px;
  }
}
#university #detail #voice .large .more a {
  display: block;
  padding: 5px 35px 5px 0px;
}
#university #detail #voice .items h4 {
  padding-top: 2em;
  font-size: 18px;
}
@media (max-width: 1060px) {
  #university #detail #voice .items h4 {
    font-size: 24px;
  }
}
#university #detail #voice .items .item {
  float: left;
  width: 300px;
  margin: 0px 50px 50px 0px;
  box-shadow: 0px 0px 5px rgba(180, 180, 180, 0.7);
}
@media (max-width: 1060px) {
  #university #detail #voice .items .item {
    width: 48%;
    margin: 0px 4% 30px 0px;
  }
  #university #detail #voice .items .item:nth-of-type(2n) {
    float: right;
    margin-right: 0px;
  }
  #university #detail #voice .items .item:nth-of-type(2n) + .item {
    clear: both;
  }
}
@media (min-width: 1061px) {
  #university #detail #voice .items .item:nth-of-type(3n) {
    margin-right: 0px;
  }
  #university #detail #voice .items .item:nth-of-type(3n) + .item {
    clear: both;
  }
}
#university #detail #voice .items .item.noimage {
  display: table;
}
#university #detail #voice .items .item.noimage .textblock {
  display: table-cell;
  vertical-align: middle;
}
#university #detail #voice .items .item figure {
  position: relative;
  height: 200px;
  background: #e8ebef;
  text-align: center;
}
#university #detail #voice .items .item figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  max-width: 300px;
  height: 200px;
  transform: translate(-50%, -50%);
}
@media (max-width: 1060px) {
  #university #detail #voice .items .item figure img {
    max-width: 278px;
  }
}
#university #detail #voice .items .item .cat {
  padding: 1em 20px 0.3em;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 1060px) {
  #university #detail #voice .items .item .cat {
    font-size: 22px;
  }
}
#university #detail #voice .items .item .text {
  padding: 1em;
  font-size: 14px;
  color: #fff;
}
@media (max-width: 1060px) {
  #university #detail #voice .items .item .text {
    font-size: 24px;
  }
}
#university #detail #voice .items .item .name {
  padding: 0.5em 20px 0.2em;
  font-size: 19px;
  font-weight: bold;
}
@media (max-width: 1060px) {
  #university #detail #voice .items .item .name {
    font-size: 30px;
  }
}
#university #detail #voice .student .text {
  background: #f68326;
}
#university #detail #voice .student .more a {
  background: url(../img/university/varrow_o.svg) right center no-repeat;
}
#university #detail #voice .society .text {
  background: #183590;
}
#university #detail #voice .society .more a {
  background: url(../img/university/varrow_b.svg) right center no-repeat;
}
#university #detail #voice .textbox {
  margin-top: 40px;
  line-height: 1.8;
  font-size: 16px;
}
@media (max-width: 1060px) {
  #university #detail #voice .textbox {
    font-size: 26px;
  }
}
#university #detail #voice .textbox h4 {
  margin-bottom: 0.6em;
  padding-left: 0.5em;
  border-left: 4px solid #183590;
  font-size: 22px;
  line-height: 1.3;
}
@media (max-width: 1060px) {
  #university #detail #voice .textbox h4 {
    margin-bottom: 1em;
    font-size: 32px;
    border-left: 8px solid #183590;
  }
}
#university #detail #voice .textbox p {
  margin-bottom: 1em;
}
#university #detail #voice .textbox p:last-child {
  margin: 0px;
}
#university #detail #voice .textbox figure {
  float: right;
  width: 295px;
  margin-bottom: 1em;
  margin-left: 40px;
}
@media (max-width: 1060px) {
  #university #detail #voice .textbox figure {
    float: none;
    width: auto;
    margin: 0px 0px 20px;
    text-align: center;
  }
  #university #detail #voice .textbox figure img {
    max-width: 100%;
  }
}
#university #detail #voice .textbox figure p {
  padding-top: 0.8em;
  font-size: 13px;
}
@media (max-width: 1060px) {
  #university #detail #voice .textbox figure p {
    font-size: 18px;
  }
}
#university #detail #voice .pager a {
  width: auto;
  height: auto;
  color: #183590;
}

#university #detail .uniHead, #entranceExam #detail .uniHead {
  position: relative;
}
#university #detail .uniHead .nav, #entranceExam #detail .uniHead .nav {
  margin-top: 20px;
  font-size: 0px;
  line-height: 0px;
}
@media (max-width: 1060px) {
  #university #detail .uniHead .nav, #entranceExam #detail .uniHead .nav {
    position: relative;
    margin: 0px;
    min-height: 1px;
  }
}
#university #detail .uniHead .nav li, #entranceExam #detail .uniHead .nav li {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 1060px) {
  #university #detail .uniHead .nav li, #entranceExam #detail .uniHead .nav li {
    display: inline-block;
    margin-left: 0px;
    margin-bottom: 0px;
    width: 49%;
    margin-right: 2%;
  }
  #university #detail .uniHead .nav li:nth-child(2n), #entranceExam #detail .uniHead .nav li:nth-child(2n) {
    margin-right: 0px;
  }
}
#university #detail .uniHead .nav li a, #entranceExam #detail .uniHead .nav li a {
  display: block;
  width: 260px;
  height: 45px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 14px;
  line-height: 45px;
  font-weight: bold;
  border-radius: 5px;
  background: #009a93;
  text-align: center;
}
@media (max-width: 1060px) {
  #university #detail .uniHead .nav li a, #entranceExam #detail .uniHead .nav li a {
    width: 100%;
    height: 70px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 70px;
  }
}
#university #detail .uniHead .nav li a:before, #entranceExam #detail .uniHead .nav li a:before {
  content: url(../img/university/cicon.svg);
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  margin-bottom: -7px;
}
@media (max-width: 1060px) {
  #university #detail .uniHead .nav li a:before, #entranceExam #detail .uniHead .nav li a:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../img/university/cicon.svg) center no-repeat;
    background-size: cover;
    margin-bottom: 4px;
  }
}
#university #detail .uniHead .nav li.green a, #entranceExam #detail .uniHead .nav li.green a {
  background: #009a93;
}
#university #detail .uniHead .nav li.orange a, #entranceExam #detail .uniHead .nav li.orange a {
  background: #f68326;
}
@media (max-width: 1060px) {
  #university #detail .uniHead .nav li.red, #entranceExam #detail .uniHead .nav li.red {
    position: absolute;
    right: 0px;
    bottom: -80px;
    margin-right: 0px;
  }
}
#university #detail .uniHead .nav li.red a, #entranceExam #detail .uniHead .nav li.red a {
  background: #de2f2f;
}
#university #detail .uniHead .nav li.red a:before, #entranceExam #detail .uniHead .nav li.red a:before {
  content: "";
  width: 28px;
  height: 20px;
  background: url(../img/university/icon08.svg) center no-repeat;
  background-size: cover;
  margin-bottom: 4px;
}
@media (max-width: 1060px) {
  #university #detail .uniHead .nav li.red a:before, #entranceExam #detail .uniHead .nav li.red a:before {
    width: 30px;
    height: 30px;
    background: url("../img/university/icon08.svg") center no-repeat;
  }
}
#university #detail .uniHead .nav + .uniNamebox, #entranceExam #detail .uniHead .nav + .uniNamebox {
  width: 720px;
  min-height: 95px;
}
@media (max-width: 1060px) {
  #university #detail .uniHead .nav + .uniNamebox, #entranceExam #detail .uniHead .nav + .uniNamebox {
    width: auto;
    min-height: 0px;
  }
}
#university #detail .uniHead .uniNamebox h2, #entranceExam #detail .uniHead .uniNamebox h2 {
  display: table;
  width: 100%;
  margin-bottom: 5px;
  color: #183590;
  font-size: 30px;
  line-height: 1.3;
}
@media (max-width: 1060px) {
  #university #detail .uniHead .uniNamebox h2, #entranceExam #detail .uniHead .uniNamebox h2 {
    position: relative;
    width: 100%;
    font-size: 36px;
  }
}
#university #detail .uniHead .uniNamebox h2 figure, #university #detail .uniHead .uniNamebox h2 div, #entranceExam #detail .uniHead .uniNamebox h2 figure, #entranceExam #detail .uniHead .uniNamebox h2 div {
  display: table-cell;
}
@media (max-width: 1060px) {
  #university #detail .uniHead .uniNamebox h2 figure, #university #detail .uniHead .uniNamebox h2 div, #entranceExam #detail .uniHead .uniNamebox h2 figure, #entranceExam #detail .uniHead .uniNamebox h2 div {
    display: block;
  }
}
#university #detail .uniHead .uniNamebox h2 figure, #entranceExam #detail .uniHead .uniNamebox h2 figure {
  width: 85px;
}
#university #detail .uniHead .uniNamebox h2 figure img, #entranceExam #detail .uniHead .uniNamebox h2 figure img {
  width: 74px;
  border: 1px solid #ddd;
}
@media (max-width: 1060px) {
  #university #detail .uniHead .uniNamebox h2 figure, #entranceExam #detail .uniHead .uniNamebox h2 figure {
    display: none;
  }
}
#university #detail .uniHead .uniNamebox h2 div, #entranceExam #detail .uniHead .uniNamebox h2 div {
  vertical-align: middle;
}
#university #detail .uniHead .uniNamebox h2 span, #entranceExam #detail .uniHead .uniNamebox h2 span {
  display: block;
  font-size: 12px;
}
@media (max-width: 1060px) {
  #university #detail .uniHead .uniNamebox h2 span, #entranceExam #detail .uniHead .uniNamebox h2 span {
    font-size: 16px;
  }
}
#university #detail .uniHead .uniNamebox h2 + h2, #entranceExam #detail .uniHead .uniNamebox h2 + h2 {
  margin: 25px 0px 5px;
}
@media (max-width: 1060px) {
  #university #detail .uniHead .uniNamebox .catch, #entranceExam #detail .uniHead .uniNamebox .catch {
    margin-bottom: 20px;
  }
}
#university #detail .pagenavi, #entranceExam #detail .pagenavi {
  padding-bottom: 30px;
  border-bottom: 6px solid #f1f0f0;
}
@media (max-width: 1060px) {
  #university #detail .pagenavi, #entranceExam #detail .pagenavi {
    margin-top: 10px !important;
  }
}
#university #detail .pagenavi li, #entranceExam #detail .pagenavi li {
  display: table;
  float: left;
  width: 102px;
  height: 102px;
  margin-right: 10px;
}
@media (max-width: 1060px) {
  #university #detail .pagenavi li, #entranceExam #detail .pagenavi li {
    display: block;
    width: 23.5%;
    height: auto;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  #university #detail .pagenavi li:nth-child(5), #university #detail .pagenavi li:nth-child(9), #entranceExam #detail .pagenavi li:nth-child(5), #entranceExam #detail .pagenavi li:nth-child(9) {
    margin-right: 0px;
  }
}
@media (min-width: 1061px) {
  #university #detail .pagenavi li:last-child, #entranceExam #detail .pagenavi li:last-child {
    margin-right: 0px;
  }
}
@media (max-width: 1060px) {
  #university #detail .pagenavi li.icon00, #entranceExam #detail .pagenavi li.icon00 {
    width: 100%;
    margin: 0px 0px 10px;
  }
  #university #detail .pagenavi li.icon00.half, #entranceExam #detail .pagenavi li.icon00.half {
    width: 49%;
  }
  #university #detail .pagenavi li.icon00.half a, #entranceExam #detail .pagenavi li.icon00.half a {
    background-position: 20% center;
  }
}
#university #detail .pagenavi li.icon00 a, #entranceExam #detail .pagenavi li.icon00 a {
  background-image: url(../img/university/icon01.svg);
}
@media (max-width: 1060px) {
  #university #detail .pagenavi li.icon00 a, #entranceExam #detail .pagenavi li.icon00 a {
    height: auto;
    padding: 24px 0px;
    background-size: auto 42px;
    background-position: 35% center;
  }
}
@media (max-width: 1060px) {
  #university #detail .pagenavi li.icon01, #entranceExam #detail .pagenavi li.icon01 {
    clear: both;
  }
}
#university #detail .pagenavi li.icon01 a, #entranceExam #detail .pagenavi li.icon01 a {
  background-image: url(../img/university/icon02.svg);
}
#university #detail .pagenavi li.icon02 a, #entranceExam #detail .pagenavi li.icon02 a {
  background-image: url(../img/university/icon03.svg);
}
#university #detail .pagenavi li.icon03 a, #entranceExam #detail .pagenavi li.icon03 a {
  background-image: url(../img/university/icon04.svg);
}
#university #detail .pagenavi li.icon04 a, #entranceExam #detail .pagenavi li.icon04 a {
  background-image: url(../img/university/icon05.svg);
}
#university #detail .pagenavi li.icon05 a, #entranceExam #detail .pagenavi li.icon05 a {
  background-image: url(../img/university/icon06.svg);
}
#university #detail .pagenavi li.icon06 a, #entranceExam #detail .pagenavi li.icon06 a {
  background-image: url(../img/university/icon07.svg);
}
#university #detail .pagenavi li.icon07 a, #entranceExam #detail .pagenavi li.icon07 a {
  background-image: url(../img/university/icon08.svg);
}
#university #detail .pagenavi li.icon08 a, #entranceExam #detail .pagenavi li.icon08 a {
  background-image: url(../img/university/icon09.svg);
}
#university #detail .pagenavi li.icon10 a, #entranceExam #detail .pagenavi li.icon10 a {
  background-image: url(../img/university/icon10.svg);
}
#university #detail .pagenavi li a, #entranceExam #detail .pagenavi li a {
  display: table-cell;
  padding-top: 56px;
  padding-bottom: 10px;
  border-radius: 5px;
  vertical-align: middle;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background-color: #183590;
  background-repeat: no-repeat;
  background-position: center 10px;
  background-size: 44px 38px;
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 1060px) {
  #university #detail .pagenavi li a, #entranceExam #detail .pagenavi li a {
    display: block;
    height: 135px;
    padding-top: 75px;
    background-position: center 20px;
    background-size: auto 48px;
    font-size: 19px;
    box-sizing: border-box;
  }
}
#university #detail .pagenavi li.blank a, #entranceExam #detail .pagenavi li.blank a {
  background-color: #0081cc;
}
@media (min-width: 1061px) {
  #university #detail .pagenavi li.current a, #entranceExam #detail .pagenavi li.current a {
    position: relative;
  }
  #university #detail .pagenavi li.current a:after, #entranceExam #detail .pagenavi li.current a:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 50%;
    margin-left: -6px;
    display: block;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    border-color: #183590 transparent transparent transparent;
  }
}
#university #FollowMe, #entranceExam #FollowMe {
  margin-top: 0px;
}
#university .cardbox, #entranceExam .cardbox {
  position: relative;
  margin-bottom: 30px;
}
#university .cardbox .more, #entranceExam .cardbox .more {
  position: absolute;
  right: 0px;
  top: 0.8em;
}
@media (max-width: 1060px) {
  #university .cardbox .more, #entranceExam .cardbox .more {
    position: static;
    margin-top: 20px;
  }
}
#university .cardbox .more a, #entranceExam .cardbox .more a {
  font-size: 15px;
  padding-left: 28px;
  display: inline-block;
}
@media (max-width: 1060px) {
  #university .cardbox .more a, #entranceExam .cardbox .more a {
    display: block;
    padding: 0.7em 0px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
  }
  #university .cardbox .more a:before, #entranceExam .cardbox .more a:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    background: url(../img/university/cicon.svg) center no-repeat;
    background-size: cover;
    margin-bottom: 4px;
    vertical-align: middle;
  }
}
#university .cardbox .inbox, #entranceExam .cardbox .inbox {
  position: relative;
  padding: 30px;
  background: #eceff3;
}
#university .cardbox .inbox figure, #entranceExam .cardbox .inbox figure {
  float: right;
}
@media (max-width: 1060px) {
  #university .cardbox .inbox figure, #entranceExam .cardbox .inbox figure {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  #university .cardbox .inbox figure img, #entranceExam .cardbox .inbox figure img {
    width: 100%;
  }
}
#university .cardbox .inbox .item, #entranceExam .cardbox .inbox .item {
  position: relative;
  float: left;
  width: 660px;
  min-height: 175px;
  padding-bottom: 40px;
}
@media (max-width: 1060px) {
  #university .cardbox .inbox .item, #entranceExam .cardbox .inbox .item {
    float: none;
    width: auto;
    min-height: 0;
    padding-bottom: 0px;
  }
}
#university .cardbox .inbox .uname, #entranceExam .cardbox .inbox .uname {
  font-size: 22px;
  font-weight: bold;
}
#university .cardbox .inbox .date, #entranceExam .cardbox .inbox .date {
  font-size: 39px;
  font-family: Arial, Helvetica, "sans-serif";
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #363431;
}
@media (max-width: 1060px) {
  #university .cardbox .inbox .date, #entranceExam .cardbox .inbox .date {
    font-size: 36px;
  }
}
#university .cardbox .inbox .date span, #entranceExam .cardbox .inbox .date span {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-left: 0.5em;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
}
#university .cardbox .inbox .name, #entranceExam .cardbox .inbox .name {
  margin-top: -1.5em;
  padding-left: 11.5em;
  font-size: 20px;
}
@media (max-width: 1060px) {
  #university .cardbox .inbox .name, #entranceExam .cardbox .inbox .name {
    margin-top: 0.3em;
    padding: 0px;
    font-size: 26px;
  }
}
#university .cardbox .inbox h4, #entranceExam .cardbox .inbox h4 {
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: normal;
  line-height: 1.2;
  color: #363431;
}
@media (max-width: 1060px) {
  #university .cardbox .inbox h4, #entranceExam .cardbox .inbox h4 {
    font-size: 40px;
  }
}
#university .cardbox .inbox .text, #entranceExam .cardbox .inbox .text {
  margin-bottom: 1em;
  font-size: 12px;
}
@media (max-width: 1060px) {
  #university .cardbox .inbox .text, #entranceExam .cardbox .inbox .text {
    font-size: 22px;
  }
}
#university .cardbox .inbox dl, #entranceExam .cardbox .inbox dl {
  display: table;
  width: 100%;
  margin-bottom: 1em;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
@media (max-width: 1060px) {
  #university .cardbox .inbox dl, #entranceExam .cardbox .inbox dl {
    display: block;
  }
}
#university .cardbox .inbox dl dt, #university .cardbox .inbox dl dd, #entranceExam .cardbox .inbox dl dt, #entranceExam .cardbox .inbox dl dd {
  display: table-cell;
}
@media (max-width: 1060px) {
  #university .cardbox .inbox dl dt, #university .cardbox .inbox dl dd, #entranceExam .cardbox .inbox dl dt, #entranceExam .cardbox .inbox dl dd {
    display: block;
  }
}
#university .cardbox .inbox dl dt, #entranceExam .cardbox .inbox dl dt {
  width: 174px;
  padding: 0.7em 0;
  color: #fff;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.08em;
  box-sizing: border-box;
  vertical-align: middle;
  background-size: auto 100%;
  background-position: right center;
  background-repeat: no-repeat;
}
@media (max-width: 1060px) {
  #university .cardbox .inbox dl dt, #entranceExam .cardbox .inbox dl dt {
    width: 100%;
    font-size: 24px;
  }
}
#university .cardbox .inbox dl dd, #entranceExam .cardbox .inbox dl dd {
  padding: 0.7em;
  font-size: 11px;
  vertical-align: middle;
}
@media (max-width: 1060px) {
  #university .cardbox .inbox dl dd, #entranceExam .cardbox .inbox dl dd {
    font-size: 22px;
    word-wrap: break-word;
  }
}
#university .cardbox .inbox .link, #entranceExam .cardbox .inbox .link {
  position: absolute;
  left: 0px;
  bottom: 0px;
  white-space: nowrap;
}
@media (max-width: 1060px) {
  #university .cardbox .inbox .link, #entranceExam .cardbox .inbox .link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: static;
  }
}
#university .cardbox .inbox .link a, #entranceExam .cardbox .inbox .link a {
  display: inline-block;
  font-size: 15px;
  padding-left: 28px;
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0.7em 1.5em;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  line-height: 1;
}
@media (max-width: 1060px) {
  #university .cardbox .inbox .link a, #entranceExam .cardbox .inbox .link a {
    display: block;
    padding: 1em 0px;
    font-size: 22px;
    background-size: 20px;
    padding-left: 32px;
    width: 100%;
    box-sizing: border-box;
  }
}
#university .cardbox .inbox.listlink .item, #entranceExam .cardbox .inbox.listlink .item {
  padding-bottom: 0;
}
#university .cardbox .inbox.listlink .link, #entranceExam .cardbox .inbox.listlink .link {
  position: static;
  padding-top: 1.5rem;
  clear: both;
}
#university .cardbox.campus h3, #entranceExam .cardbox.campus h3 {
  color: #5bb531;
}
#university .cardbox.campus .more a, #entranceExam .cardbox.campus .more a {
  background: url(../img/university/cicon_g.svg) left center no-repeat;
}
@media (max-width: 1060px) {
  #university .cardbox.campus .more a, #entranceExam .cardbox.campus .more a {
    background: #5bb531;
  }
}
#university .cardbox.campus .inbox .date span, #entranceExam .cardbox.campus .inbox .date span {
  background: #5bb531;
}
#university .cardbox.campus .inbox dl dt, #entranceExam .cardbox.campus .inbox dl dt {
  background-image: url(../img/university/bg01.svg);
}
@media (max-width: 1060px) {
  #university .cardbox.campus .inbox dl dt, #entranceExam .cardbox.campus .inbox dl dt {
    background-image: none;
    background-color: #5bb531;
  }
}
#university .cardbox.campus .inbox .link a, #entranceExam .cardbox.campus .inbox .link a {
  background-color: #5bb531;
  background-position: 1em 0.5em;
  background-size: auto 1.25em;
}
@media (max-width: 1060px) {
  #university .cardbox.campus .inbox .link a, #entranceExam .cardbox.campus .inbox .link a {
    width: 49%;
    margin-bottom: 0.75em;
    box-sizing: border-box;
    font-size: 20px;
  }
}
#university .cardbox.campus .inbox .link a.oc, #entranceExam .cardbox.campus .inbox .link a.oc {
  background-color: #5bb531;
}
#university .cardbox.campus .inbox .link a.doc, #entranceExam .cardbox.campus .inbox .link a.doc {
  padding-left: 2.5em;
  background-image: url(../img/university/dicon2.svg);
  background-color: #f68326;
}
#university .cardbox.campus .inbox .link a.hp, #entranceExam .cardbox.campus .inbox .link a.hp {
  padding-left: 2.5em;
  background-image: url(../img/university/hicon.svg);
  background-color: #008cd6;
}
#university .cardbox.campus .inbox .link a.tel, #entranceExam .cardbox.campus .inbox .link a.tel {
  padding-left: 2.5em;
  background-image: url(../img/university/ticon.svg);
  background-color: #183590;
}
#university .cardbox.campus .inbox .link a.calendar, #entranceExam .cardbox.campus .inbox .link a.calendar {
  padding-left: 2.5em;
  background-image: url(../img/university/cicon.svg);
  background-color: #f68326;
}
@media (max-width: 1060px) {
  #university .cardbox.campus .inbox .link a.doc, #university .cardbox.campus .inbox .link a.hp, #university .cardbox.campus .inbox .link a.tel, #university .cardbox.campus .inbox .link a.calendar, #entranceExam .cardbox.campus .inbox .link a.doc, #entranceExam .cardbox.campus .inbox .link a.hp, #entranceExam .cardbox.campus .inbox .link a.tel, #entranceExam .cardbox.campus .inbox .link a.calendar {
    padding-left: 2.25em;
    background-position: 0.5em 0.5em;
  }
}
#university .cardbox.examination h3, #entranceExam .cardbox.examination h3 {
  color: #f68326;
}
#university .cardbox.examination .more a, #entranceExam .cardbox.examination .more a {
  background: url(../img/university/cicon_o.svg) left center no-repeat;
}
@media (max-width: 1060px) {
  #university .cardbox.examination .more a, #entranceExam .cardbox.examination .more a {
    background: #f68326;
  }
}
#university .cardbox.examination .inbox .date span, #entranceExam .cardbox.examination .inbox .date span {
  background: #f68326;
}
#university .cardbox.examination .inbox dl dt, #entranceExam .cardbox.examination .inbox dl dt {
  background-image: url(../img/university/bg02.svg);
}
@media (max-width: 1060px) {
  #university .cardbox.examination .inbox dl dt, #entranceExam .cardbox.examination .inbox dl dt {
    background-image: none;
    background-color: #f68326;
  }
}
#university .cardbox.examination .inbox .link a, #entranceExam .cardbox.examination .inbox .link a {
  background-color: #f68326;
}

#university .ichioshiList, #ichioshi .ichioshiList {
  padding: 25px 0px 50px;
}
#university .ichioshiList > h2, #ichioshi .ichioshiList > h2 {
  margin-bottom: 20px;
  text-align: center;
}
#university .ichioshiList .sub, #ichioshi .ichioshiList .sub {
  padding: 5px 0px 5px 45px;
  font-size: 18px !important;
}
#university .ichioshiList .sub.icon01, #ichioshi .ichioshiList .sub.icon01 {
  background: url(../img/university/subicon01.svg) left top no-repeat;
}
#university .ichioshiList .sub.icon02, #ichioshi .ichioshiList .sub.icon02 {
  background: url(../img/university/subicon02.svg) left top no-repeat;
}
#university .ichioshiList .sub.icon03, #ichioshi .ichioshiList .sub.icon03 {
  padding: 5px 0px 5px 35px;
  background: url(../img/university/subicon03.svg) left top no-repeat;
}
@media (max-width: 1060px) {
  #university .ichioshiList .sub, #ichioshi .ichioshiList .sub {
    padding-left: 60px;
    font-size: 24px !important;
    background-size: auto 90% !important;
  }
}
#university .ichioshiList .items, #ichioshi .ichioshiList .items {
  border-top: 1px solid #cbd2dc;
}
#university .ichioshiList .items .item, #ichioshi .ichioshiList .items .item {
  padding: 20px 40px 20px 0px;
  border-bottom: 1px solid #cbd2dc;
  background: url(../img/university/arrow.svg) right center no-repeat;
}
@media (max-width: 1060px) {
  #university .ichioshiList .items .item, #ichioshi .ichioshiList .items .item {
    padding: 20px 0px;
    background: none;
  }
}
#university .ichioshiList .items .item figure, #ichioshi .ichioshiList .items .item figure {
  float: left;
  margin-right: 20px;
}
#university .ichioshiList .items .item figure + .box, #ichioshi .ichioshiList .items .item figure + .box {
  display: block;
  width: 710px;
  float: right;
}
@media (max-width: 1060px) {
  #university .ichioshiList .items .item figure + .box, #ichioshi .ichioshiList .items .item figure + .box {
    width: auto;
    float: none;
  }
}
#university .ichioshiList .items .item .cat, #ichioshi .ichioshiList .items .item .cat {
  font-size: 20px;
  font-weight: bold;
  margin-right: 0.5em;
}
@media (max-width: 1060px) {
  #university .ichioshiList .items .item .cat, #ichioshi .ichioshiList .items .item .cat {
    font-size: 32px;
  }
}
#university .ichioshiList .items .item .uname, #ichioshi .ichioshiList .items .item .uname {
  margin-right: 1em;
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 1060px) {
  #university .ichioshiList .items .item .uname, #ichioshi .ichioshiList .items .item .uname {
    display: block;
    margin-right: 0px;
    font-size: 32px;
  }
}
#university .ichioshiList .items .item h4, #ichioshi .ichioshiList .items .item h4 {
  font-size: 20px;
}
@media (max-width: 1060px) {
  #university .ichioshiList .items .item h4, #ichioshi .ichioshiList .items .item h4 {
    font-size: 28px;
  }
}
#university .ichioshiList .items .item h4 a, #ichioshi .ichioshiList .items .item h4 a {
  color: #183590;
}
#university .ichioshiList .items .item .text, #ichioshi .ichioshiList .items .item .text {
  font-size: 16px;
}
@media (max-width: 1060px) {
  #university .ichioshiList .items .item .text, #ichioshi .ichioshiList .items .item .text {
    font-size: 22px;
  }
}
#university .catnav, #ichioshi .catnav {
  font-size: 0px;
  line-height: 0px;
}
@media (max-width: 1060px) {
  #university .catnav, #ichioshi .catnav {
    text-align: left;
  }
}
#university .catnav li, #ichioshi .catnav li {
  display: inline-block;
}
@media (min-width: 1061px) {
  #university .catnav li, #ichioshi .catnav li {
    border-left: 1px solid #cbd2dc;
  }
  #university .catnav li:last-child, #ichioshi .catnav li:last-child {
    border-right: 1px solid #cbd2dc;
  }
}
@media (max-width: 1060px) {
  #university .catnav li, #ichioshi .catnav li {
    width: 33.3%;
    margin-bottom: 5px;
    padding-right: 5px;
    box-sizing: border-box;
  }
  #university .catnav li:nth-child(3n), #ichioshi .catnav li:nth-child(3n) {
    padding-right: 0px;
  }
}
#university .catnav li a, #ichioshi .catnav li a {
  padding: 0px 0.5em;
  font-size: 19px;
  line-height: 1.2;
}
@media (max-width: 1060px) {
  #university .catnav li a, #ichioshi .catnav li a {
    display: block;
    padding: 1em 0px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    background: #183590;
  }
}

#university .btns, #ichioshi .btns, #entranceExam .btns {
  margin-top: 30px;
  padding: 30px 0px;
  box-shadow: 0px 0px 2px rgba(190, 190, 190, 0.5);
  text-align: center;
}
@media (max-width: 1060px) {
  #university .btns, #ichioshi .btns, #entranceExam .btns {
    padding: 30px 30px 15px;
  }
}
#university .btns a, #university .btns span, #ichioshi .btns a, #ichioshi .btns span, #entranceExam .btns a, #entranceExam .btns span {
  display: inline-block;
  width: 250px;
  margin: 0px 5px;
  padding: 10px 0px;
  font-size: 16px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.08em;
  /*&.tel {
  	display: none;
  	@include for-sp() {
  		display: block;
  	}
  }
  &.telpc {
  	@include for-sp() {
  		display: none;
  	}
  }*/
}
@media (max-width: 1060px) {
  #university .btns a, #university .btns span, #ichioshi .btns a, #ichioshi .btns span, #entranceExam .btns a, #entranceExam .btns span {
    display: block;
    width: auto;
    margin: 0px 0px 15px;
    padding: 0.8em;
    font-size: 24px;
  }
}
#university .btns a:before, #university .btns span:before, #ichioshi .btns a:before, #ichioshi .btns span:before, #entranceExam .btns a:before, #entranceExam .btns span:before {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: -4px;
  vertical-align: top;
}
@media (max-width: 1060px) {
  #university .btns a:before, #university .btns span:before, #ichioshi .btns a:before, #ichioshi .btns span:before, #entranceExam .btns a:before, #entranceExam .btns span:before {
    content: "" !important;
    margin-bottom: 0px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
  }
}
#university .btns a.doc, #university .btns span.doc, #ichioshi .btns a.doc, #ichioshi .btns span.doc, #entranceExam .btns a.doc, #entranceExam .btns span.doc {
  background: #f68326;
}
#university .btns a.doc:before, #university .btns span.doc:before, #ichioshi .btns a.doc:before, #ichioshi .btns span.doc:before, #entranceExam .btns a.doc:before, #entranceExam .btns span.doc:before {
  content: url(../img/university/dicon2.svg);
  width: 18px;
  height: 22px;
}
@media (max-width: 1060px) {
  #university .btns a.doc:before, #university .btns span.doc:before, #ichioshi .btns a.doc:before, #ichioshi .btns span.doc:before, #entranceExam .btns a.doc:before, #entranceExam .btns span.doc:before {
    width: 26px;
    height: 38px;
    background-image: url(../img/university/dicon2.svg);
  }
}
#university .btns a.hp, #university .btns span.hp, #ichioshi .btns a.hp, #ichioshi .btns span.hp, #entranceExam .btns a.hp, #entranceExam .btns span.hp {
  background: #008cd6;
}
#university .btns a.hp:before, #university .btns span.hp:before, #ichioshi .btns a.hp:before, #ichioshi .btns span.hp:before, #entranceExam .btns a.hp:before, #entranceExam .btns span.hp:before {
  content: url(../img/university/hicon.svg);
  width: 24px;
  height: 22px;
}
@media (max-width: 1060px) {
  #university .btns a.hp:before, #university .btns span.hp:before, #ichioshi .btns a.hp:before, #ichioshi .btns span.hp:before, #entranceExam .btns a.hp:before, #entranceExam .btns span.hp:before {
    width: 34px;
    height: 34px;
    background-image: url(../img/university/hicon.svg);
  }
}
#university .btns a.tel, #university .btns a.telpc, #university .btns span.tel, #university .btns span.telpc, #ichioshi .btns a.tel, #ichioshi .btns a.telpc, #ichioshi .btns span.tel, #ichioshi .btns span.telpc, #entranceExam .btns a.tel, #entranceExam .btns a.telpc, #entranceExam .btns span.tel, #entranceExam .btns span.telpc {
  background: #183590;
}
#university .btns a.tel:before, #university .btns a.telpc:before, #university .btns span.tel:before, #university .btns span.telpc:before, #ichioshi .btns a.tel:before, #ichioshi .btns a.telpc:before, #ichioshi .btns span.tel:before, #ichioshi .btns span.telpc:before, #entranceExam .btns a.tel:before, #entranceExam .btns a.telpc:before, #entranceExam .btns span.tel:before, #entranceExam .btns span.telpc:before {
  content: url(../img/university/ticon.svg);
  width: 22px;
  height: 22px;
}
@media (max-width: 1060px) {
  #university .btns a.tel:before, #university .btns a.telpc:before, #university .btns span.tel:before, #university .btns span.telpc:before, #ichioshi .btns a.tel:before, #ichioshi .btns a.telpc:before, #ichioshi .btns span.tel:before, #ichioshi .btns span.telpc:before, #entranceExam .btns a.tel:before, #entranceExam .btns a.telpc:before, #entranceExam .btns span.tel:before, #entranceExam .btns span.telpc:before {
    width: 34px;
    height: 34px;
    background-image: url(../img/university/ticon.svg);
  }
}
#university .fixdBtns, #ichioshi .fixdBtns, #entranceExam .fixdBtns {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  padding: 15px 0px;
  text-align: center;
  background: #183590;
  font-size: 0px;
  line-height: 0px;
}
#university .fixdBtns a, #ichioshi .fixdBtns a, #entranceExam .fixdBtns a {
  display: inline-block;
}
#university .fixdBtns a + a, #ichioshi .fixdBtns a + a, #entranceExam .fixdBtns a + a {
  margin-left: 10px;
}

.sbtnFix {
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 100;
  width: 100%;
  margin: 0px !important;
  font-size: 0px;
  line-height: 0px;
}

/*-----------------------------------------------------------
   entranceExam
-----------------------------------------------------------*/
#entranceExam h2 {
  margin-bottom: 30px;
}
@media (max-width: 1060px) {
  #entranceExam h2.title {
    margin: 0px -30px 30px;
  }
}
#entranceExam .searchbox {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
@media (max-width: 1060px) {
  #entranceExam .searchbox {
    display: block;
  }
}
#entranceExam .searchbox .num {
  display: table-cell;
  width: 120px;
  border-right: 1px solid #f1f0f0;
  vertical-align: middle;
  color: #f68326;
  font-size: 25px;
  font-weight: bold;
}
@media (max-width: 1060px) {
  #entranceExam .searchbox .num {
    display: block;
    border: none;
    width: auto;
    font-size: 22px;
  }
}
#entranceExam .searchbox .num span {
  font-size: 50px;
  margin-right: 0.1em;
}
@media (max-width: 1060px) {
  #entranceExam .searchbox .num span.text {
    display: inline;
    font-size: 24px;
    color: #231815;
    font-weight: normal;
    padding-left: 0.5em;
  }
}
#entranceExam .searchbox .sbox {
  padding-left: 20px;
}
@media (max-width: 1060px) {
  #entranceExam .searchbox .sbox {
    padding-left: 0px;
    font-size: 18px;
  }
  #entranceExam .searchbox .sbox dd {
    font-size: 18px;
  }
  #entranceExam .searchbox .sbox dd.harf {
    width: 214px;
  }
  #entranceExam .searchbox .sbox dd.harf select {
    width: 100%;
  }
  #entranceExam .searchbox .sbox dd.long {
    width: 432px;
  }
  #entranceExam .searchbox .sbox dd.long input[type=search] {
    width: 100%;
  }
  #entranceExam .searchbox .sbox dd.blong {
    width: 510px;
  }
  #entranceExam .searchbox .sbox dd.blong [name=date_start], #entranceExam .searchbox .sbox dd.blong [name=date_end] {
    width: 152px;
  }
  #entranceExam .searchbox .sbox dd.blong [name=day_start], #entranceExam .searchbox .sbox dd.blong [name=day_end] {
    width: 80px;
  }
}
#entranceExam .searchbox .sbox dl, #entranceExam .searchbox .sbox dt, #entranceExam .searchbox .sbox dd, #entranceExam .searchbox .sbox .send {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1060px) {
  #entranceExam .searchbox .sbox dl input, #entranceExam .searchbox .sbox dt input, #entranceExam .searchbox .sbox dd input, #entranceExam .searchbox .sbox .send input {
    padding: 10px 5px;
  }
  #entranceExam .searchbox .sbox dl select, #entranceExam .searchbox .sbox dt select, #entranceExam .searchbox .sbox dd select, #entranceExam .searchbox .sbox .send select {
    padding: 10px 30px 10px 5px;
    background-size: auto 60%;
  }
}
#entranceExam .searchbox .sbox dl, #entranceExam .searchbox .sbox .send {
  margin-top: 10px;
}
@media (max-width: 1060px) {
  #entranceExam .searchbox .sbox dl, #entranceExam .searchbox .sbox .send {
    margin-top: 25px;
  }
}
#entranceExam .searchbox .sbox dl {
  padding-right: 1em;
}
@media (max-width: 1060px) {
  #entranceExam .searchbox .sbox dl {
    padding-right: 0.5em;
  }
  #entranceExam .searchbox .sbox dl.prnone {
    padding-right: 0px;
  }
}
#entranceExam .searchbox .sbox dt {
  padding-right: 0.5em;
  color: #183590;
  font-size: 14px;
}
@media (max-width: 1060px) {
  #entranceExam .searchbox .sbox dt {
    font-size: 20px;
  }
  #entranceExam .searchbox .sbox dt.harf, #entranceExam .searchbox .sbox dt.str2 {
    width: 52px;
  }
  #entranceExam .searchbox .sbox dt.str6 {
    width: 130px;
  }
}
#entranceExam .searchbox .sbox input[type=search] {
  border-radius: 4px;
  background: #f3f2f2;
  width: 250px;
}
@media (max-width: 1060px) {
  #entranceExam .searchbox .sbox .send {
    display: block;
  }
}
#entranceExam .searchbox .sbox .send input {
  border-radius: 5px;
  padding: 5px 1em 5px 3em;
  border: none;
  background: #183590 url(../img/entrance_exam/sbtn.svg) 1em center no-repeat;
  color: #fff;
}
@media (max-width: 1060px) {
  #entranceExam .searchbox .sbox .send input {
    background-size: 28px;
    display: block;
    font-weight: bold;
    width: 100%;
    padding: 1em 0px;
    font-size: 23px;
    line-height: 1;
    letter-spacing: 0.08em;
    background-color: #f2872b;
    background-position: 35% center;
  }
}
#entranceExam .searchbox.campus .num {
  color: #5bb531;
}
@media (max-width: 1060px) {
  #entranceExam .searchbox.campus .sbox .send input {
    background-color: #5bb531;
  }
}
#entranceExam .items {
  padding-top: 30px;
  border-top: 6px solid #f1f0f0;
}
#entranceExam .items .bn {
  margin-bottom: 30px;
}
#entranceExam #detail + #list .items {
  border: none;
}
#entranceExam #detail .key {
  display: block;
  width: auto;
  margin-bottom: 15px;
}
#entranceExam #detail .searchbox {
  padding: 25px 0px;
  border-top: 6px solid #f1f0f0;
  border-bottom: 6px solid #f1f0f0;
}
#entranceExam #detail .pagenavi {
  padding-bottom: 0px;
  border-bottom: none;
}
#entranceExam #single {
  padding: 50px 0px;
}
#entranceExam #single .head {
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-size: 25px;
}
#entranceExam #single .head h3 {
  padding-right: 340px;
}
@media (max-width: 1060px) {
  #entranceExam #single .head h3 {
    padding: 0px;
    font-size: 32px;
  }
}
#entranceExam #single .head .date {
  margin-top: -1.2em;
  font-size: 23px;
  font-family: Arial, Helvetica, "sans-serif";
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #363431;
  text-align: right;
}
@media (max-width: 1060px) {
  #entranceExam #single .head .date {
    margin: 0px;
    text-align: left;
    font-size: 40px;
  }
}
#entranceExam #single .head .date span {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-left: 1em;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 10px;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0;
}
#entranceExam #single .post h4 {
  margin-bottom: 0.6em;
  padding-left: 0.5em;
  border-left: 4px solid #183590;
  font-size: 22px;
  line-height: 1.3;
}
@media (max-width: 1060px) {
  #entranceExam #single .post h4 {
    margin-bottom: 1em;
    font-size: 28px;
    border-left: 8px solid #183590;
  }
}
#entranceExam #single .post .read {
  margin-top: 1em;
  margin-bottom: -0.5em;
  font-size: 25px;
  color: #183590;
  font-weight: bold;
}
@media (max-width: 1060px) {
  #entranceExam #single .post .read {
    font-size: 26px;
  }
}
#entranceExam #single .post .textbox {
  margin-top: 40px;
  line-height: 1.8;
}
#entranceExam #single .post .textbox p {
  margin-bottom: 1em;
}
#entranceExam #single .post .textbox p:last-child {
  margin: 0px;
}
#entranceExam #single .post .textbox figure {
  float: right;
  width: 230px;
  margin-left: 40px;
  margin-bottom: 20px;
}
@media (max-width: 1060px) {
  #entranceExam #single .post .textbox figure {
    float: none;
    width: auto;
    text-align: center;
    margin: 0px 0px 30px;
  }
}
#entranceExam #single .post .textbox figure p {
  padding-top: 0.8em;
}
@media (max-width: 1060px) {
  #entranceExam #single .post .textbox figure p {
    font-size: 22px;
  }
}
#entranceExam #single .post dl {
  display: table;
  width: 100%;
  margin-bottom: 1em;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ddd;
  overflow: hidden;
}
@media (max-width: 1060px) {
  #entranceExam #single .post dl {
    display: block;
    margin-top: 40px;
  }
}
#entranceExam #single .post dl dt, #entranceExam #single .post dl dd {
  display: table-cell;
}
@media (max-width: 1060px) {
  #entranceExam #single .post dl dt, #entranceExam #single .post dl dd {
    display: block;
  }
}
#entranceExam #single .post dl dt {
  width: 200px;
  padding: 0.4em 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.08em;
  box-sizing: border-box;
  vertical-align: middle;
  background-size: 100%;
  background-position: right center;
  background-repeat: no-repeat;
}
@media (max-width: 1060px) {
  #entranceExam #single .post dl dt {
    width: 100%;
    font-size: 24px;
  }
}
#entranceExam #single .post dl dd {
  padding: 0.4em 0.7em;
  font-size: 14px;
  vertical-align: middle;
}
@media (max-width: 1060px) {
  #entranceExam #single .post dl dd {
    font-size: 22px;
    word-wrap: break-word;
  }
}
#entranceExam #single.campus .head {
  color: #5bb531;
  border-bottom: 1px solid #5bb531;
}
#entranceExam #single.campus .date span {
  background: #5bb531;
}
#entranceExam #single.campus dl dt {
  background-image: url(../img/university/bg01.svg);
}
@media (max-width: 1060px) {
  #entranceExam #single.campus dl dt {
    background-image: none;
    background-color: #5bb531;
  }
}
#entranceExam #single.campus h4 {
  border-left: 4px solid #5bb531;
}
@media (max-width: 1060px) {
  #entranceExam #single.campus h4 {
    border-left: 8px solid #5bb531;
  }
}
#entranceExam #single.examination .head {
  color: #f68326;
  border-bottom: 1px solid #f68326;
}
#entranceExam #single.examination .date span {
  background: #f68326;
}
#entranceExam #single.examination h4 {
  border-left: 4px solid #f68326;
}
@media (max-width: 1060px) {
  #entranceExam #single.examination h4 {
    border-left: 8px solid #f68326;
  }
}
#entranceExam #single.examination dl dt {
  background-image: url(../img/university/bg02.svg);
}
@media (max-width: 1060px) {
  #entranceExam #single.examination dl dt {
    background-image: none;
    background-color: #f68326;
  }
}
#entranceExam #single .pager a {
  width: auto;
  height: auto;
  color: #183590;
}

/*-----------------------------------------------------------
   ichioshi
-----------------------------------------------------------*/
#ichioshi #detail h2 {
  padding-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 1060px) {
  #ichioshi #detail h2 img {
    height: 70px;
  }
}
#ichioshi #detail .catnav {
  text-align: center;
  font-size: 0px;
  line-height: 0px;
}
@media (max-width: 1060px) {
  #ichioshi #detail .catnav {
    text-align: left;
  }
}
#ichioshi #detail .catnav li {
  display: inline-block;
}
@media (min-width: 1061px) {
  #ichioshi #detail .catnav li {
    border-left: 1px solid #cbd2dc;
  }
  #ichioshi #detail .catnav li:last-child {
    border-right: 1px solid #cbd2dc;
  }
}
@media (max-width: 1060px) {
  #ichioshi #detail .catnav li {
    width: 33.3%;
    margin-bottom: 5px;
    padding-right: 5px;
    box-sizing: border-box;
  }
  #ichioshi #detail .catnav li:nth-child(3n) {
    padding-right: 0px;
  }
}
#ichioshi #detail .catnav li a {
  padding: 0px 0.5em;
  font-size: 15px;
  line-height: 1.2;
}
@media (max-width: 1060px) {
  #ichioshi #detail .catnav li a {
    display: block;
    padding: 1em 0px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #183590;
  }
}

/*-----------------------------------------------------------
   form
-----------------------------------------------------------*/
#search h2 {
  padding-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 1060px) {
  #search h2 img {
    height: 50px;
  }
}
#search .searchnavi {
  height: 56px;
  margin: 0px -30px 30px;
  padding-left: 80px;
  background: #1a388e url(../img_sp/search/smenu.svg) 15px center no-repeat;
}
#search .searchnavi li {
  float: left;
  width: 160px;
  font-weight: bold;
  font-size: 25px;
  line-height: 56px;
  border-left: 1px solid #fff;
  text-align: center;
  box-sizing: border-box;
}
#search .searchnavi li:nth-child(2) {
  width: 240px;
}
#search .searchnavi li a {
  display: block;
  height: 56px;
  background: #d5d3e6;
}
#search .searchnavi li a.current {
  background: #1a388e;
  color: #fff;
}
#search .words {
  margin: 0px -30px 30px;
  padding: 0px 25px 30px;
  border-bottom: 1px solid #eee;
  font-size: 0px;
  line-height: 0px;
}
#search .words li {
  display: inline-block;
  padding: 0.5em;
  margin-right: 10px;
  border-radius: 5px;
  font-size: 25px;
  line-height: 1;
  font-weight: bold;
  background: #dee7f0;
  box-shadow: 1px 1px 1px #c9d1d9;
}
#search .words li:last-child {
  margin-right: 0px;
}
#search .words li a {
  color: #1a388e;
}
#search .modalbox {
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10001;
  transform: translate(-50%, -50%);
  width: 30em;
  padding: 20px;
  border-radius: 10px;
  background: #fff;
  box-sizing: border-box;
}
@media (max-width: 1060px) {
  #search .modalbox {
    width: 90%;
    padding: 1.5em;
  }
}
#search .modalbox .title {
  margin-bottom: 0.75em;
  font-size: 20px;
  color: #183590;
  font-weight: 700;
}
@media (max-width: 1060px) {
  #search .modalbox .title {
    font-size: 28px;
  }
}
#search .modalbox .error {
  margin-bottom: 1.5em;
  color: #c00;
  font-size: 16px;
}
@media (max-width: 1060px) {
  #search .modalbox .error {
    font-size: 26px;
  }
}
#search .modalbox .btn {
  text-align: center;
}
@media (max-width: 1060px) {
  #search .modalbox .btn {
    font-size: 22px;
  }
}
#search .modalbox .btn a {
  display: inline-block;
  padding: 0.5em 1.75em 0.35em;
  border-radius: 0.5em;
  background-color: #183590;
  color: #fff;
  text-decoration: none;
}

#form .title {
  margin-bottom: 0.6em;
  padding-left: 0.5em;
  border-left: 4px solid #183590;
  font-size: 22px;
  line-height: 1.3;
}
@media (max-width: 1060px) {
  #form .title {
    font-size: 30px;
  }
}
#form .title.sh {
  border: none;
  padding-left: 25px;
  background: url(../img/search/sicon.svg) left 2px no-repeat;
  background-size: 0.8em;
}
@media (max-width: 1060px) {
  #form .title.sh {
    min-height: 34px;
    padding-left: 45px;
    background-size: auto;
  }
}
#form .recommendbox {
  margin: 40px 0px;
}
#form .recommendbox .subtext {
  font-size: 18px;
  font-weight: bold;
  color: #183590;
  text-align: center;
}
@media (max-width: 1060px) {
  #form .recommendbox .subtext {
    font-size: 28px;
  }
}
#form .recommendbox .list {
  max-height: 20em;
  overflow: auto;
}
#form .recommendbox .items {
  position: relative;
}
#form .recommendbox .items .slick-track {
  display: flex;
}
@media (max-width: 1060px) {
  #form .recommendbox .items .slick-track {
    align-items: flex-start;
  }
}
#form .recommendbox .items .slick-slide {
  float: none;
  height: auto;
}
#form .recommendbox .items .item {
  position: relative;
  width: 300px;
  margin: 0px 5px;
  padding: 20px 20px 95px;
  border-radius: 5px;
  background: #e8ebef;
  box-sizing: border-box;
}
@media (max-width: 1060px) {
  #form .recommendbox .items .item {
    width: 500px;
    padding: 20px;
  }
}
#form .recommendbox .items .item figure {
  position: relative;
  margin-bottom: 30px;
  min-height: 45px;
}
@media (max-width: 1060px) {
  #form .recommendbox .items .item figure {
    min-height: 105px;
  }
  #form .recommendbox .items .item figure img {
    width: 100%;
  }
}
#form .recommendbox .items .item figure .logo {
  position: absolute;
  left: 10px;
  bottom: -18px;
}
@media (max-width: 1060px) {
  #form .recommendbox .items .item figure .logo {
    width: 110px;
  }
}
#form .recommendbox .items .item h3 {
  margin-bottom: 0.3em;
  font-size: 21px;
  line-height: 1.2;
}
@media (max-width: 1060px) {
  #form .recommendbox .items .item h3 {
    font-size: 32px;
  }
}
#form .recommendbox .items .item h3 a {
  color: #183590;
}
#form .recommendbox .items .item .type {
  margin-bottom: 1em;
}
#form .recommendbox .items .item .examination {
  float: right;
  width: 50%;
  padding-left: 1em;
  border-left: 1px solid #cbd2dc;
  box-sizing: border-box;
}
#form .recommendbox .items .item .cat {
  margin-bottom: 0.3em;
  color: #183590;
  font-weight: bold;
}
#form .recommendbox .items .item .date {
  font-size: 16px;
  line-height: 1;
}
@media (max-width: 1060px) {
  #form .recommendbox .items .item .date {
    font-size: 24px;
  }
}
#form .recommendbox .items .item .date span {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-left: 0.3em;
  background: #f1862b;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 12px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
@media (max-width: 1060px) {
  #form .recommendbox .items .item .date span {
    font-size: 22px;
  }
}
#form .recommendbox .items .item .link {
  display: table;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
  width: 272px;
  height: 52px;
}
@media (max-width: 1060px) {
  #form .recommendbox .items .item .link {
    clear: both;
    position: static;
    width: 100%;
    height: 80px;
    padding-top: 20px;
  }
}
#form .recommendbox .items .item .link div {
  display: table-cell;
  padding: 0px 15px;
  background: #183590;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.1em;
  vertical-align: middle;
  text-align: center;
}
@media (max-width: 1060px) {
  #form .recommendbox .items .item .link div {
    font-size: 26px;
    text-align: center;
  }
}
#form .recommendbox .items .item .link div.checked {
  background-color: #F58A2B;
}
#form .recommendbox .items .item .link div label:before {
  width: 15px;
  height: 15px;
  border-radius: 0px;
  margin-right: 10px;
}
@media (max-width: 1060px) {
  #form .recommendbox .items .item .link div label:before {
    width: 1em;
    height: 1em;
  }
}
#form .recommendbox .items .item .link div [type=checkbox]:checked + label:before {
  font-size: 20px;
  line-height: 18px;
}
@media (max-width: 1060px) {
  #form .recommendbox .items .item .link div [type=checkbox]:checked + label:before {
    font-size: 26px;
    line-height: 26px;
  }
}
#form .recommendbox .items .item .link div p {
  font-size: 13px;
}
@media (max-width: 1060px) {
  #form .recommendbox .items .item .link div p {
    font-size: 18px;
  }
}
#form .recommendbox .items .arrow {
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: none;
  background-color: rgba(150, 150, 150, 0.5);
  transform: translateY(-50%);
}
@media (max-width: 1060px) {
  #form .recommendbox .items .arrow {
    width: 70px;
    height: 70px;
  }
}
#form .recommendbox .items .arrow:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform-origin: center;
}
@media (max-width: 1060px) {
  #form .recommendbox .items .arrow:after {
    width: 16px;
    height: 16px;
  }
}
#form .recommendbox .items .arrow.slick-prev {
  left: 20px;
}
#form .recommendbox .items .arrow.slick-prev:after {
  transform: translate(-50%, -50%) rotate(135deg);
}
#form .recommendbox .items .arrow.slick-next {
  right: 20px;
}
#form .recommendbox .items .arrow.slick-next:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#form form {
  margin-bottom: 40px;
}
#form form p {
  margin-bottom: 0.7em;
}
#form form p.memo {
  font-size: 11px;
}
@media (max-width: 1060px) {
  #form form p.memo {
    font-size: 22px;
  }
}
@media (max-width: 1060px) {
  #form form p.top {
    margin: 1em -1em -0.8em;
    padding: 1em 0px;
    background: #fff;
    text-align: right;
  }
  #form form p.top a {
    display: inline-block;
    min-height: 24px;
    padding-left: 30px;
    background: url(../img_sp/search/top.svg) left center no-repeat;
  }
}
#form form .list {
  margin-bottom: 1em;
}
#form form .list dt {
  padding: 0.4em 1em;
  background: #183590;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1060px) {
  #form form .list dt {
    font-size: 24px;
  }
}
#form form .list dd {
  padding: 1em;
  border: 1px solid #ddd;
  border-top: none;
}
#form form .list li {
  display: inline-block;
  margin-right: 2em;
}
#form form .att {
  color: #c00;
}
#form form .btns {
  text-align: center;
  padding-top: 1em;
}
#form form .btns a {
  display: inline-block;
  width: 15em;
  padding: 0.8em 2em;
  border-radius: 4px;
  background: #183590;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (max-width: 1060px) {
  #form form .btns a {
    display: block;
    width: auto;
  }
}
#form form .btns a + a {
  margin-left: 1em;
}
@media (max-width: 1060px) {
  #form form .btns a + a {
    margin-left: 0px;
    margin-top: 1.5em;
  }
}
#form form table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: separate;
  border-spacing: 4px;
  font-size: 14px;
}
@media (max-width: 1060px) {
  #form form table {
    font-size: 24px;
  }
}
#form form table th, #form form table td {
  padding: 0.8em 1em;
  font-weight: normal;
}
@media (max-width: 1060px) {
  #form form table th, #form form table td {
    display: block;
  }
}
#form form table th {
  text-align: center;
  background: #e6f2ff;
  width: 5em;
}
@media (max-width: 1060px) {
  #form form table th {
    width: auto;
    padding: 0.5em 0px;
  }
}
#form form table td {
  background: #f7f8f8;
}
@media (max-width: 1060px) {
  #form form table td input + input {
    margin-top: 15px;
  }
}
#form form table .memo {
  font-size: 13px;
}
@media (max-width: 1060px) {
  #form form table .memo {
    display: block;
    padding-top: 1em;
    font-size: 20px;
    line-height: 1.5;
  }
}
#form form table ul {
  font-size: 0px;
  line-height: 0px;
}
#form form table ul li {
  display: inline-block;
  width: 25%;
  margin-bottom: 0.5em;
  font-size: 14px;
  line-height: 1.5;
}
@media (max-width: 1060px) {
  #form form table ul li {
    display: block;
    width: auto;
    margin-bottom: 1em;
    font-size: 24px;
  }
  #form form table ul li:last-child {
    margin-bottom: 0px;
  }
}
#form form table ul li label {
  display: block;
  padding-left: 25px;
  text-indent: -25px;
}
@media (max-width: 1060px) {
  #form form table ul.univ-50on-ul li {
    margin-bottom: 1.8em;
    font-size: 26px;
  }
  #form form table ul.univ-50on-ul li input:checked + label:before {
    font-size: 36px;
    line-height: 36px;
  }
  #form form table ul.univ-50on-ul label {
    padding-left: 60px;
    text-indent: -60px;
  }
  #form form table ul.univ-50on-ul label:before {
    margin-right: 25px;
    width: 32px;
    height: 32px;
  }
  #form form table ul.univ-50on-ul a {
    pointer-events: none;
  }
}
#form form table.entry th {
  width: 16em;
  text-align: left;
}
@media (max-width: 1060px) {
  #form form table.entry th {
    width: auto;
    padding-left: 1em;
  }
}
#form form table.entry th span {
  color: #c00;
  font-size: 11px;
  margin-left: 0.5em;
}
@media (max-width: 1060px) {
  #form form table.entry th span {
    font-size: 20px;
  }
}
#form form table.entry ul li {
  width: auto;
  margin-right: 2em;
}
#form form table.entry .memo {
  display: block;
  padding-top: 0.5em;
  font-size: 11px;
}
@media (max-width: 1060px) {
  #form form table.entry .memo {
    font-size: 20px;
  }
}
@media (max-width: 1060px) {
  #form form table.entry td [type=text], #form form table.entry td [type=email] {
    width: 100%;
  }
  #form form table.entry td select {
    width: 100%;
  }
}
#form form table.entry [type=text].short {
  width: 6em;
}
#form form table.entry dl dt, #form form table.entry dl dd {
  float: left;
  padding-top: 8px;
  margin-bottom: 8px;
  border-top: 1px dotted #ddd;
}
@media (max-width: 1060px) {
  #form form table.entry dl dt, #form form table.entry dl dd {
    float: none;
  }
}
#form form table.entry dl dt {
  clear: both;
  width: 20%;
  line-height: 2.3;
}
@media (max-width: 1060px) {
  #form form table.entry dl dt {
    width: auto;
    margin-bottom: 0px;
    padding-top: 15px;
    line-height: 1.5;
  }
}
#form form table.entry dl dd {
  width: 80%;
}
@media (max-width: 1060px) {
  #form form table.entry dl dd {
    width: auto;
    border: none;
    margin-bottom: 0px;
    padding-bottom: 15px;
  }
}
#form form table.entry dl dt:first-child, #form form table.entry dl dt:first-child + dd {
  border-top: none;
}
#form form table.entry textarea {
  width: 100%;
  height: 15em;
}
#form .keywords .text {
  width: 88%;
}
@media (max-width: 1060px) {
  #form .keywords .text {
    width: 100%;
    padding: 0.4em;
  }
}
#form .inbox {
  padding: 20px;
  text-align: center;
  border-radius: 4px;
  background: #FFF7D5;
  line-height: 2;
}
#form .inbox span {
  display: block;
  padding: 1em 0px;
}
@media (max-width: 1060px) {
  #form .send {
    display: block;
    padding-top: 20px;
  }
}
#form .send [type=submit] {
  border-radius: 5px;
  padding: 5px 1em 5px 3em;
  border: none;
  background: #183590 url(../img/entrance_exam/sbtn.svg) 1em center no-repeat;
  color: #fff;
}
@media (max-width: 1060px) {
  #form .send [type=submit] {
    display: block;
    background: #183590;
    width: 100%;
    padding: 0.6em;
  }
}
#form .send [type=reset] {
  margin-left: 1em;
  border-radius: 5px;
  padding: 5px 1em;
  border: none;
  background: #000;
  color: #fff;
}
@media (max-width: 1060px) {
  #form .send [type=reset] {
    display: block;
    width: 100%;
    padding: 0.6em;
    margin: 1em 0px 0px;
  }
}
#form .send .btn {
  display: inline-block;
  border-radius: 5px;
  padding: 1em 3em;
  font-size: 18px;
  background: #f68326;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #fff;
  box-sizing: border-box;
}
@media (max-width: 1060px) {
  #form .send .btn {
    display: block;
    font-size: 28px;
    width: 100%;
  }
}
#form p.send {
  text-align: center;
  font-size: 16px;
}
@media (max-width: 1060px) {
  #form p.send {
    font-size: 24px;
  }
}
#form .complete {
  padding: 50px 0px;
  text-align: center;
}
#form .complete .text {
  margin-bottom: 2em;
  font-size: 16px;
  line-height: 2;
}
@media (max-width: 1060px) {
  #form .complete .text {
    font-size: 26px;
  }
}

.dpointlogin {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 1em 2.5em;
  color: #c00;
  border: 1px solid #c00;
}
@media (max-width: 1060px) {
  .dpointlogin {
    font-size: 20px;
    top: -65px;
    padding: 0.5em 1em;
  }
}

.dpointbanner {
  position: absolute;
  right: 0px;
  top: -5px;
}
@media (max-width: 1060px) {
  .dpointbanner {
    top: -65px;
  }
}

.dpointbanner2 {
  text-align: right;
}

/*
.pointarea {
	.wrap {
		padding: 110px 0px 50px;
		background: url(../dpoint/index/mainbg.jpg) center top / cover no-repeat;
		text-align: center;
		@include for-sp() {
			margin: 0px;
			padding: 90px 30px 50px;
		}
	}
	.title {
		margin-bottom: 2em;
	}
}
#dpointpopup {
	position: fixed;
	left: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	z-index: 1000;
	background: rgba(16, 64, 149, 0.8);
	.box {
		position: absolute;
		left: 50%;
		top: 50%;
		width: 80%;
		max-width: 1000px;
		background: #fff;
		padding: 80px 0px;
		border-radius: 10px;
		transform: translate(-50%, -50%);
		text-align: center;
		font-size: 1.8rem;
		@include for-sp() {
			padding: 3em 0px;
			font-size: 30px;
		}
		p {
			margin-bottom: 1em;
			img {
				width: 1.25em;
				margin-left: 0.25em;
				margin-right: 0.25em;
				vertical-align: middle;
				@include for-sp() {
					margin-left: 0px;
				}
			}
		}
		ul {
			display: flex;
			justify-content: center;
			li {
				width: 8em;
				font-size: 20px;
				font-weight: bold;
				@include for-sp() {
					font-size: 24px;
				}
				& + li {
					margin-left: 1em;
				}
				a {
					display: block;
					padding: 1em 0px;
					border-radius: 7px;
					border: 1px solid #104097;
					color: #104097;
					@include for-pc() {
						transition: 0.3s;
						&:hover {
							background: #104097;
							color: #fff;
							opacity: 1;
						}
					}
				}
			}
		}
	}
}
*/
/*-----------------------------------------------------------
   layout
-----------------------------------------------------------*/
@media (max-width: 1060px) {
  .guide header .logo {
    padding: 2px 0px 3px 75px;
  }
}
.guide header #gnavi li a {
  padding: 1em 3.2em;
  font-size: 15px;
}
@media (max-width: 1060px) {
  .guide header #gnavi li a {
    padding: 0px;
  }
}
.guide header #gnavi li a.current:after {
  background: #00ace2;
}
@media (max-width: 1060px) {
  .guide header #gnavi li:nth-child(1) {
    background: url(../img_sp/chugaku/common/navi01.png) no-repeat;
  }
  .guide header #gnavi li:nth-child(2) {
    background: url(../img_sp/chugaku/common/navi02.png) no-repeat;
  }
  .guide header #gnavi li:nth-child(3) {
    background: url(../img_sp/chugaku/common/navi03.png) no-repeat;
  }
  .guide header #gnavi li:nth-child(4) {
    background: url(../img_sp/chugaku/common/navi04.png) no-repeat;
  }
}
.guide header #gnavi li.end a {
  padding: 1em 2em;
  background: #183590;
}
@media (max-width: 1060px) {
  .guide header #gnavi li.end a {
    padding: 0px;
    background: url(../img_sp/chugaku/common/navi05.png) no-repeat;
  }
}
.guide header .menu span {
  background-color: #00ace2;
}
@media (max-width: 1060px) {
  .guide .contents {
    float: none;
    width: auto;
  }
}
.guide .contents.long {
  float: none;
  width: auto;
}
@media (max-width: 1060px) {
  .guide #sidebar {
    float: none;
    width: auto;
  }
}
.guide #sidebar .box {
  margin-bottom: 12px;
  padding: 20px 20px 16px;
  background: #00ace2;
  border-radius: 6px;
  box-sizing: border-box;
}
@media (max-width: 1060px) {
  .guide #sidebar .box {
    margin: 0px 0px 25px;
  }
}
.guide #sidebar .box .title {
  padding: 0px 0px 8px;
}
@media (max-width: 1060px) {
  .guide #sidebar .box .title {
    padding-bottom: 12px;
    text-align: center;
  }
}
.guide #sidebar .box .title img {
  height: 24px;
}
@media (max-width: 1060px) {
  .guide #sidebar .box .title img {
    height: 38px;
  }
}
.guide #sidebar .box ul li {
  display: table;
  float: left;
  width: 188px;
  height: 55px;
  margin-right: 5px;
}
.guide #sidebar .box ul li:last-child {
  margin-right: 0px;
}
@media (max-width: 1060px) {
  .guide #sidebar .box ul li {
    display: block;
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0px;
    margin-bottom: 4px;
  }
}
.guide #sidebar .box ul li a {
  position: relative;
  display: table-cell;
  padding: 0em 8px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  font-weight: bold;
  line-height: 1.4;
  font-size: 12px;
  vertical-align: middle;
}
@media (max-width: 1060px) {
  .guide #sidebar .box ul li a {
    display: block;
    padding: 0.5em;
    font-size: 22px;
  }
}
.guide #sidebar .box ul li a span {
  display: block;
  position: absolute;
  right: 8px;
  top: 8px;
  bottom: 8px;
  width: 40px;
  height: 39px;
  padding-top: 0.8em;
  text-align: center;
  border-radius: 3px;
  color: #fff;
  font-size: 10px;
  line-height: 1.1;
  background: #00ace2;
  font-weight: normal;
  box-sizing: border-box;
}
@media (max-width: 1060px) {
  .guide #sidebar .box ul li a span {
    display: inline-block;
    position: static;
    width: auto;
    height: auto;
    margin-left: 0.5em;
    border-radius: 1.5em;
    padding: 0.3em 1em;
    font-size: 16px;
  }
}
.guide #sidebar .box.koukou {
  background: #183590;
}
.guide #sidebar .box.koukou ul li a span {
  background: #183590;
}
.guide #eyecatch {
  margin-bottom: 30px;
  background-position: right center;
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-image: url(../img/chugaku/index/main.jpg);
}
@media (max-width: 1060px) {
  .guide #eyecatch {
    margin-bottom: 0px;
    background: none;
  }
}
.guide #eyecatch .wrap {
  height: 185px;
}
@media (max-width: 1060px) {
  .guide #eyecatch .wrap {
    height: auto;
    margin: 0px;
  }
}
.guide #eyecatch .title {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1060px) {
  .guide #eyecatch .title {
    position: static;
    transform: none;
    padding: 35px;
  }
}
.guide #eyecatch .copy {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1060px) {
  .guide #eyecatch .copy {
    position: static;
    transform: none;
    height: 210px;
    background: url(../img_sp/chugaku/pages/copy.jpg) no-repeat;
    padding-top: 85px;
    text-align: center;
    box-sizing: border-box;
  }
}
.guide #eyecatch .copy img {
  height: 38px;
}
@media (min-width: 1061px) {
  .guide #eyecatch .pan a, .guide #eyecatch .pan {
    color: #fff !important;
  }
}
.guide .chugaku #eyecatch {
  background-color: #00ace2;
}
@media (max-width: 1060px) {
  .guide .chugaku #eyecatch {
    background: none;
  }
  .guide .chugaku #eyecatch .title {
    background: #00ace2;
  }
}
.guide .koukou #eyecatch {
  background-color: #005caa;
}
@media (max-width: 1060px) {
  .guide .koukou #eyecatch {
    background: none;
  }
  .guide .koukou #eyecatch .title {
    background: #005caa;
  }
}
.guide #qbox {
  padding-top: 70px;
}
.guide #qbox h3 {
  margin-bottom: 30px;
  padding: 0.7em 1em 0.6em;
  border-radius: 6px;
  font-size: 24px;
  color: #fff;
  background: #ec3576;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 1060px) {
  .guide #qbox h3 {
    font-size: 30px;
    text-align: center;
  }
}
.guide #qbox ul li {
  float: left;
  width: 240px;
  margin: 0px 12px 12px 0px;
}
.guide #qbox ul li:nth-child(4n) {
  margin-right: 0px;
}
@media (max-width: 1060px) {
  .guide #qbox ul li {
    width: 48.5%;
    margin: 0px 3% 3% 0px;
  }
  .guide #qbox ul li:nth-child(2n) {
    margin-right: 0px;
  }
}
.guide #qbox ul li a {
  display: block;
  padding: 0.7em 1em 0.6em;
  border: 1px solid #ec3576;
  border-radius: 6px;
  color: #ec3576;
  font-weight: bold;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (max-width: 1060px) {
  .guide #qbox ul li a {
    font-size: 28px;
  }
}
.guide #endbn ul {
  text-align: center;
}
.guide #endbn ul li.bn a, .guide #endbn ul .text {
  color: #00a63d;
}

/*-----------------------------------------------------------
   index
-----------------------------------------------------------*/
#ctop {
  position: relative;
  padding-bottom: 30px;
  background: url(../img/chugaku/index/main.jpg) center top no-repeat;
  background-size: cover;
}
@media (max-width: 1060px) {
  #ctop {
    padding-bottom: 25px;
    background: none;
  }
}
#ctop h1 {
  padding: 130px 0px 90px;
  text-align: center;
}
@media (max-width: 1060px) {
  #ctop h1 {
    position: relative;
    padding: 0px;
    height: 396px;
    margin-bottom: 25px;
    background: url(../img_sp/chugaku/index/main.jpg) center no-repeat;
  }
  #ctop h1 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
#ctop .banner {
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 1060px) {
  #ctop .banner {
    margin: 0px 30px 20px;
  }
}
#ctop .qbtn {
  position: absolute;
  left: 50%;
  top: 80px;
  margin-left: 315px;
}
@media (max-width: 1060px) {
  #ctop .qbtn {
    left: auto;
    right: 40px;
    top: 240px;
    margin: 0px;
  }
  #ctop .qbtn img {
    width: 130px;
  }
}
#ctop .wrap {
  width: 910px;
}
@media (max-width: 1060px) {
  #ctop .wrap {
    width: auto;
  }
}
#ctop .wrap .box {
  float: left;
  width: 450px;
  padding: 20px 25px 20px;
  background: #00ace2;
  border-radius: 6px;
  box-sizing: border-box;
}
@media (max-width: 1060px) {
  #ctop .wrap .box {
    float: none;
    width: auto;
    margin: 0px 0px 25px;
  }
}
#ctop .wrap .box h2 {
  padding: 0px 0px 15px;
  text-align: center;
}
@media (max-width: 1060px) {
  #ctop .wrap .box h2 img {
    height: 40px;
  }
}
#ctop .wrap .box ul li {
  margin-bottom: 2px;
}
#ctop .wrap .box ul li a {
  display: block;
  padding: 1em 0px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1060px) {
  #ctop .wrap .box ul li a {
    padding: 0.85em 0px;
    font-size: 22px;
    line-height: 1.3;
  }
}
#ctop .wrap .box ul li a span {
  display: inline-block;
  margin-left: 0.3em;
  border-radius: 0.75em;
  color: #fff;
  font-size: 13px;
  padding: 0em 0.5em;
  line-height: 1.4;
  background: #00ace2;
}
@media (max-width: 1060px) {
  #ctop .wrap .box ul li a span {
    font-size: 16px;
  }
}
#ctop .wrap .box.koukou {
  float: right;
  background: #183590;
}
@media (max-width: 1060px) {
  #ctop .wrap .box.koukou {
    float: none;
  }
}
#ctop .wrap .box.koukou ul li a span {
  background: #183590;
}
@media (max-width: 1060px) {
  #ctop .banner {
    font-size: 0px;
    line-height: 0px;
  }
  #ctop .banner li {
    display: inline-block;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  #ctop .banner li:nth-of-type(2n) {
    margin-right: 0px;
  }
  #ctop .banner li img {
    width: 100%;
  }
}

#ck_news h2 {
  padding: 40px 0px 20px;
  text-align: center;
}
#ck_news .box {
  float: left;
  width: 50%;
  padding-right: 40px;
  box-sizing: border-box;
}
@media (max-width: 1060px) {
  #ck_news .box {
    float: none;
    width: 100%;
    padding: 0px;
  }
}
@media (min-width: 1061px) {
  #ck_news .box + .box {
    padding: 0px 0px 0px 40px;
    border-left: 1px solid #cdd3d3;
  }
}
@media (max-width: 1060px) {
  #ck_news .box + .box {
    padding-top: 30px;
  }
}
#ck_news .box + .box .items .item h4 a {
  color: #005caa;
}
#ck_news .box h3 {
  padding: 10px 0px;
}
@media (max-width: 1060px) {
  #ck_news .box h3 {
    padding: 0px 0px 20px;
  }
}
#ck_news .box .cat {
  font-size: 0px;
  line-height: 0px;
}
#ck_news .box .cat li {
  display: inline-block;
  margin-bottom: 5px;
  line-height: 1.2;
  font-size: 12px;
  border-left: 1px solid #cdd3d3;
}
@media (max-width: 1060px) {
  #ck_news .box .cat li {
    font-size: 22px;
  }
}
#ck_news .box .cat li:last-child {
  border-right: 1px solid #cdd3d3;
}
#ck_news .box .cat li a {
  display: block;
  padding: 0px 0.5em;
}
#ck_news .box .items .item {
  padding: 20px 0px;
  border-bottom: 1px solid #cdd3d3;
}
#ck_news .box .items .item figure {
  float: left;
  width: 120px;
  margin-right: 20px;
  text-align: center;
  background: #f0f2f0;
}
@media (max-width: 1060px) {
  #ck_news .box .items .item figure {
    width: 200px;
  }
}
#ck_news .box .items .item figure img {
  max-width: 120px;
  max-height: 200px;
}
@media (max-width: 1060px) {
  #ck_news .box .items .item figure img {
    max-width: 200px;
  }
}
#ck_news .box .items .item h4 {
  font-size: 18px;
}
@media (max-width: 1060px) {
  #ck_news .box .items .item h4 {
    font-size: 26px;
  }
}
#ck_news .box .items .item h4 a {
  color: #00ace2;
}
#ck_news .box .items .item .date, #ck_news .box .items .item .school {
  font-size: 14px;
}
@media (max-width: 1060px) {
  #ck_news .box .items .item .date, #ck_news .box .items .item .school {
    font-size: 20px;
  }
}
#ck_news .box .items .item .catname {
  padding-right: 0.5em;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 1060px) {
  #ck_news .box .items .item .catname {
    font-size: 22px;
  }
}
#ck_news .box .items .item .school {
  font-weight: bold;
}
#ck_news .box .items .item .text {
  font-size: 15px;
}
@media (max-width: 1060px) {
  #ck_news .box .items .item .text {
    font-size: 24px;
  }
}
#ck_news .box .more {
  padding-top: 30px;
  text-align: center;
}
@media (max-width: 1060px) {
  #ck_news .box .more img {
    height: 78px;
  }
}

/*-----------------------------------------------------------
   news
-----------------------------------------------------------*/
#ck_news_list h2,
#ck_news_detail h2 {
  padding: 20px 0px;
  text-align: center;
}
@media (max-width: 1060px) {
  #ck_news_list h2 img,
  #ck_news_detail h2 img {
    height: 50px;
  }
}
#ck_news_list .catnavi,
#ck_news_detail .catnavi {
  margin-bottom: 30px;
  font-size: 0px;
  line-height: 0px;
  text-align: center;
}
#ck_news_list .catnavi li,
#ck_news_detail .catnavi li {
  display: inline-block;
  margin-bottom: 5px;
  line-height: 1.2;
  font-size: 14px;
  border-left: 1px solid #cdd3d3;
}
@media (max-width: 1060px) {
  #ck_news_list .catnavi li,
  #ck_news_detail .catnavi li {
    font-size: 22px;
  }
}
#ck_news_list .catnavi li:last-child,
#ck_news_detail .catnavi li:last-child {
  border-right: 1px solid #cdd3d3;
}
#ck_news_list .catnavi li a,
#ck_news_detail .catnavi li a {
  display: block;
  padding: 0px 0.5em;
}

#ck_news_list .items {
  border-top: 1px solid #cdd3d3;
}
#ck_news_list .items .item {
  padding: 20px 40px 20px 0px;
  border-bottom: 1px solid #cdd3d3;
  background: url(../img/chugaku/news/ar_c.svg) right center no-repeat;
}
#ck_news_list .items .item figure {
  float: left;
  width: 230px;
  margin-right: 30px;
}
@media (max-width: 1060px) {
  #ck_news_list .items .item figure {
    margin-bottom: 15px;
  }
}
#ck_news_list .items .item figure.mini {
  width: 110px;
}
@media (max-width: 1060px) {
  #ck_news_list .items .item figure.mini {
    width: 180px;
  }
}
#ck_news_list .items .item figure img {
  width: 100%;
}
#ck_news_list .items .item h3 {
  padding: 0.2em 0px;
  font-size: 20px;
}
@media (max-width: 1060px) {
  #ck_news_list .items .item h3 {
    font-size: 26px;
  }
}
#ck_news_list .items .item h3 a {
  color: #00ace2;
}
#ck_news_list .items .item .date {
  font-size: 13px;
}
@media (max-width: 1060px) {
  #ck_news_list .items .item .date {
    font-size: 20px;
  }
}
#ck_news_list .items .item .catname {
  padding-right: 0.5em;
  font-weight: bold;
  font-size: 16px;
}
@media (max-width: 1060px) {
  #ck_news_list .items .item .catname {
    font-size: 22px;
  }
}
#ck_news_list .items .item .text, #ck_news_list .items .item .school {
  font-size: 16px;
}
@media (max-width: 1060px) {
  #ck_news_list .items .item .text, #ck_news_list .items .item .school {
    clear: both;
    font-size: 24px;
  }
}
#ck_news_list .items .item .text + .school {
  padding-top: 0.3em;
}
#ck_news_list.koukou .items .item {
  background: url(../img/chugaku/news/ar_k.svg) right center no-repeat;
}
#ck_news_list.koukou .items .item h3 a {
  color: #005caa;
}
#ck_news_list.chugaku .pager a.current {
  background: #00ace2;
}

#ck_news_detail .postbox {
  padding-top: 30px;
  border-top: 1px solid #cdd3d3;
  /*.images {
  	margin-top: 20px;
  	figure {
  		float: left;
  		margin-right: 12px;
  		margin-bottom: 12px;
  		@include for-sp() {
  			float: none;
  			margin: 0px 0px 20px;
  			text-align: center;
  			img {
  				max-width: 100%;
  			}
  		}
  		@include for-pc() {
  			&:nth-child(3n) {
  				margin-right: 0px;
  				& + figure {
  					clear: both;
  				}
  			}
  		}
  	}
  }*/
}
#ck_news_detail .postbox .date .cat {
  margin-right: 0.5em;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1060px) {
  #ck_news_detail .postbox .date .cat {
    font-size: 26px;
  }
}
#ck_news_detail .postbox .date .sname {
  padding-left: 1em;
  font-size: 16px;
}
@media (max-width: 1060px) {
  #ck_news_detail .postbox .date .sname {
    display: block;
    padding-left: 0px;
    font-size: 22px;
  }
}
#ck_news_detail .postbox .school_name {
  display: table;
  margin: 0.3em 0px 0.5em;
  border-radius: 5px;
  overflow: hidden;
}
#ck_news_detail .postbox .school_name dt, #ck_news_detail .postbox .school_name dd {
  display: table-cell;
  padding: 0.3em 0.5em;
}
#ck_news_detail .postbox .school_name dt {
  width: 10em;
  text-align: center;
  background: #183590;
  color: #fff;
}
#ck_news_detail .postbox .school_name dd {
  background: #eceff3;
}
#ck_news_detail .postbox .school_name.cu dt {
  background: #00ace2;
}
#ck_news_detail .postbox .school_name.ku dt {
  background: #005caa;
}
#ck_news_detail .postbox h3 {
  font-size: 26px;
  color: #00ace2;
}
@media (max-width: 1060px) {
  #ck_news_detail .postbox h3 {
    font-size: 42px;
  }
}
#ck_news_detail .postbox .images {
  float: right;
  width: 325px;
  margin-left: 40px;
  margin-bottom: 20px;
}
@media (max-width: 1060px) {
  #ck_news_detail .postbox .images {
    float: none;
    width: auto;
    text-align: center;
    margin: 20px 0px;
  }
  #ck_news_detail .postbox .images p {
    font-size: 20px !important;
  }
}
#ck_news_detail .postbox .images img {
  max-width: 100%;
}
#ck_news_detail .postbox .texts {
  padding-bottom: 30px;
  margin-top: 20px;
  border-bottom: 1px solid #cdd3d3;
  line-height: 1.8;
  font-size: 16px;
}
@media (max-width: 1060px) {
  #ck_news_detail .postbox .texts {
    font-size: 28px;
  }
}
#ck_news_detail .postbox .texts p {
  margin-bottom: 1em;
}
#ck_news_detail .postbox .texts p:last-child {
  margin: 0px;
}
#ck_news_detail .postbox .texts #FollowMe {
  font-size: 13px;
}
@media (max-width: 1060px) {
  #ck_news_detail .postbox .texts #FollowMe {
    font-size: 24px;
  }
}
#ck_news_detail .postbox .pager a {
  width: auto;
  height: auto;
  color: #00ace2;
}
#ck_news_detail.koukou .postbox h3 {
  color: #005caa;
}
#ck_news_detail.koukou .postbox .pager a {
  color: #005caa;
}

/*-----------------------------------------------------------
   pages
-----------------------------------------------------------*/
.guide .contents {
  margin-bottom: 40px;
}
.guide .contents h1 {
  margin-bottom: 1em;
  padding-left: 54px;
  font-size: 27px;
}
.guide .contents h2 {
  margin-bottom: 1.5em;
  padding: 0.5em 1em;
  font-size: 17px;
  color: #fff;
}
@media (max-width: 1060px) {
  .guide .contents h2 {
    font-size: 30px;
  }
}
.guide .contents h3 {
  margin-bottom: 1.2em;
  padding-left: 0.5em;
  font-size: 18px;
  line-height: 1.2;
}
@media (max-width: 1060px) {
  .guide .contents h3 {
    font-size: 32px;
  }
}
.guide .contents h4 {
  margin-bottom: 1em;
  padding-bottom: 0.3em;
  font-size: 18px;
}
@media (max-width: 1060px) {
  .guide .contents h4 {
    font-size: 30px;
  }
}
.guide .contents .key {
  margin-bottom: 1em;
}
.guide .contents .key img {
  width: 100%;
}
.guide .contents .item {
  padding-bottom: 1.5em;
}
.guide .contents ul {
  margin-bottom: 1.5em;
}
.guide .contents ul li {
  margin-bottom: 0.2em;
  padding-left: 1em;
  text-indent: -1em;
}
.guide .contents p {
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 1.5em;
}
@media (max-width: 1060px) {
  .guide .contents p {
    font-size: 24px;
  }
}
.guide .contents .kikaku {
  text-align: right;
  margin-bottom: 0.5em;
}
.guide .contents .date {
  text-align: right;
  margin-bottom: 0em;
}
.guide .contents .items .item {
  margin-bottom: 40px;
}
.guide .contents .items .item .copy {
  margin-bottom: 0px;
}
.guide .contents .items .item .copy a {
  display: block;
  padding-left: 54px;
  padding-right: 30px;
  font-size: 27px;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.guide .contents .items .item figure img {
  width: 100%;
}
.guide .contents .items .item:last-child {
  margin-bottom: 0px;
}
.guide .contents .bn {
  margin-bottom: 0px;
}
.guide .bn {
  clear: both;
  padding-top: 40px;
}
.guide .chugaku .contents h1 {
  color: #00ace2;
  background: url(../img/chugaku/pages/icon_c.svg) left center no-repeat;
}
.guide .chugaku .contents h2 {
  background: #00ace2;
}
.guide .chugaku .contents h3 {
  color: #00ace2;
  border-left: 4px solid #00ace2;
}
@media (max-width: 1060px) {
  .guide .chugaku .contents h3 {
    border-left: 8px solid #00ace2;
  }
}
.guide .chugaku .contents h4 {
  color: #00ace2;
  border-bottom: 1px solid #00ace2;
}
.guide .chugaku .contents .items .item .copy a {
  color: #00ace2;
  background: url(../img/chugaku/pages/icon_c.svg) left center no-repeat, url(../img/chugaku/common/ar_chu.svg) right center no-repeat;
}
.guide .koukou .contents h1 {
  color: #005caa;
  background: url(../img/chugaku/pages/icon_k.svg) left center no-repeat;
}
.guide .koukou .contents h2 {
  background: #005caa;
}
.guide .koukou .contents h3 {
  color: #005caa;
  border-left: 4px solid #005caa;
}
@media (max-width: 1060px) {
  .guide .koukou .contents h3 {
    border-left: 8px solid #005caa;
  }
}
.guide .koukou .contents h4 {
  color: #005caa;
  border-bottom: 1px solid #005caa;
}
.guide .koukou .contents .items .item .copy a {
  color: #005caa;
  background: url(../img/chugaku/pages/icon_k.svg) left center no-repeat, url(../img/chugaku/common/ar_kou.svg) right center no-repeat;
}