/* ################################################
# RESET
# SETTING
# STYLES
# BODY TEMPLATE
# IE調整
# MARGIN & PADDING
# SITE TEMPLATE
# PRINT TEMPLATE
[BREAK POINT]
スマホ小 : ~ 479px
スマホ : ~ 767px
タブレット: 768px ~ 959px
PC : 960px ~
PCwide : 1366px~
IE 9 以下のbody class : ielt9
################################################ */
/* ########################################################################################## */
/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

html, body {
  width: 100%;
  /* Stops horizontal scrolling. */
  overflow-x: hidden;
}

html {
  /* Site is as tall as device. */
  height: 100%;
}

body {
  min-height: 100%;
  height: auto;
  /* Required for static Slidebars to function properly. */
  position: relative;
}

ul, ol, li {
  list-style: none;
}

/* ########################################################################################## */
body, input, select, textarea, button, .ui-btn,
h1, h2, h3, h4, h5, h6 {
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Droid Sans Japanese, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
}

body.ie.notedge, body.ie.notedge input, body.ie.notedge select, body.ie.notedge textarea, body.ie.notedge button, body.ie.notedge .ui-btn,
body.ie.notedge h5, body.ie.notedge h6 {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック";
}

html, body,
div,
ul, li,
h1, h2, h3, h4, h5, h6,
table, th, td,
label,
.btn, .label,
.container-heading,
.container-body,
.container-foot {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #2f4691;
  text-decoration: underline;
}
a:visited {
  color: #603371;
}
@media (hover: hover) {
a:hover {
  color: #4b75b5;
  text-decoration: none;
}
}
a:focus {
  outline: none;
}
a.white {
  color: #fff;
  text-decoration: underline;
}
a.white:visited {
  color: #dbd2ea;
}
a.white:hover {
  color: #8edaff;
  text-decoration: none;
}

.text-white a {
  color: #fff;
  text-decoration: underline;
}
.text-white a:visited {
  color: #dbd2ea;
}
.text-white a:hover {
  color: #8edaff;
  text-decoration: none;
}

.alt {
  display: none;
}

div,
td, th,
p, li {
  word-wrap: break-word;
  overflow-wrap: break-word;
  word-break: break-all;
}

i {
  font-style: normal;
}

em {
  font-style: normal;
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
}

/***** ClearFix *****/
.cf, .main-article > .mainarea {
  zoom: 1;
}
.cf:before, .main-article > .mainarea:before, .cf:after, .main-article > .mainarea:after {
  content: "";
  display: table;
}
.cf:after, .main-article > .mainarea:after {
  clear: both;
}
/* ########################################################################################## */
/*
* jQuery FlexSlider v2.4.0
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 and later license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
* 
*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
  outline: none;
}
.slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
.slides>li,
.slides>div {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.flexslider {
  margin: 0;
  padding: 0;
  min-height: 50px;
}
.flexslider .slides>li,
.flexslider .slides>div {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides>div:first-child,
.no-js .flexslider .slides>li:first-child {
  display: block;
}
.flexslider {
  margin: 0;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav li {
  position: absolute;
  top: 50%;
  margin-top: -35px;
  z-index: 10;
  opacity: 0;
  padding: 10px 0;
  width: 50px;
  height: 70px;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a {
  cursor: pointer;
  text-indent: 100%;
  font-size: 0;
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flex-direction-nav a:after {
  position: absolute;
  top: 10px;
  left: 0;
  content: "";
  width: 30px;
  height: 30px;
  border-style: solid;
  border-color: #273166;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.flex-direction-nav .flex-nav-prev {
  left: -10px;
  padding-left: 20px;
}
.flex-direction-nav .flex-prev:after {
  border-width: 2px 0 0 2px;
}
.flex-direction-nav .flex-nav-next {
  right: -10px;
}
.flex-direction-nav .flex-next:after {
  border-width: 0 2px 2px 0;
}
.flexslider:hover .flex-direction-nav .flex-nav-prev {
  opacity: 1;
  left: 0;
}
.flexslider:hover .flex-direction-nav .flex-nav-prev:hover {
  opacity: 0.8;
}
.flexslider:hover .flex-direction-nav .flex-nav-next {
  opacity: 1;
  right: 0;
}
.flexslider:hover .flex-direction-nav .flex-nav-next:hover {
  opacity: 0.8;
}
.flex-pauseplay,
.flex-control-nav {
  position: absolute;
  height: 14px;
  bottom: 20px;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-pauseplay {
  left: 20px;
  width: 22px;
}
.flex-pauseplay a {
  display: block;
  margin-top: 1px;
  width: 14px;
  height: 14px;
  font-size: 0;
  z-index: 10;
  text-indent: 100%;
  cursor: pointer;
}
.flex-pauseplay a.flex-pause:before {
  content: '';
  width: 11.2px;
  height: 14px;
  display: inline-block;
  float: left;
  margin: 0 auto;
  border-style: solid;
  border-width: 0 4px;
  border-color: #273166;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.flex-pauseplay a.flex-play:before {
  content: '';
  width: 0;
  height: 0;
  display: inline-block;
  float: left;
  margin: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 7px 11.2px;
  border-left-color: #273166;
}
@media (hover: hover) {
.flex-pauseplay a.flex-pause:hover {
  border-color: #424a8b;
}
.flex-pauseplay a.flex-play:hover:before {
  border-left-color: #424a8b;
}
}
.flex-control-nav {
  left: 42px;
  text-align: left;
  font-size: 0;
  width: 85%;
  padding-top: 1px;
  white-space: normal;
}
.flex-control-nav li {
  float: left;
  margin: 3px;
  display: inline-block;
  zoom: 1;
}
.flex-control-paging li a {
  width: 14px;
  height: 14px;
  display: block;
  background: #ffffff;
  border: 3.5px solid #ffffff;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flex-control-paging li a:hover {
  background: #273166;
}
.flex-control-paging li a.flex-active {
  background: #273166;
  cursor: default;
}
/*
Colorbox Core Style:
The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxOverlay {
  background: url(/common/images/colorbox/overlay.png) repeat 0 0;
}
#colorbox {
  outline: 0;
}
#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(/common/images/colorbox/controls.png) no-repeat -101px 0;
}
#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(/common/images/colorbox/controls.png) no-repeat -130px 0;
}
#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(/common/images/colorbox/controls.png) no-repeat -101px -29px;
}
#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(/common/images/colorbox/controls.png) no-repeat -130px -29px;
}
#cboxMiddleLeft {
  width: 21px;
  background: url(/common/images/colorbox/controls.png) left top repeat-y;
}
#cboxMiddleRight {
  width: 21px;
  background: url(/common/images/colorbox/controls.png) right top repeat-y;
}
#cboxTopCenter {
  height: 21px;
  background: url(/common/images/colorbox/border.png) 0 0 repeat-x;
}
#cboxBottomCenter {
  height: 21px;
  background: url(/common/images/colorbox/border.png) 0 -29px repeat-x;
}
#cboxContent {
  background: #fff;
  overflow: hidden;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 28px;
}
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #000;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}
#cboxLoadingOverlay {
  background: url(/common/images/colorbox/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
  background: url(/common/images/colorbox/loading.gif) no-repeat center center;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/common/images/colorbox/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(/common/images/colorbox/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}

#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/common/images/colorbox/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
@media (hover: hover) {
#cboxPrevious:hover {
  background-position: -75px -25px;
}
#cboxNext:hover {
  background-position: -50px -25px;
}
#cboxClose:hover {
  background-position: -25px -25px;
}
}

.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}
#cboxOverlay.jst_cbox {
  background-image: none;
  background-color: #000;
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#cboxTopLeft {
  width: 0;
  height: 0;
  background: transparent;
}
#cboxTopRight {
  width: 0;
  height: 0;
  background: transparent;
}
#cboxBottomLeft {
  width: 0;
  height: 0;
  background: transparent;
}
#cboxBottomRight {
  width: 0;
  height: 0;
  background: transparent;
}
#cboxMiddleLeft {
  width: 0;
  background: transparent;
}
#cboxMiddleRight {
  width: 0;
  background: transparent;
}
#cboxTopCenter {
  height: 0;
  background: transparent;
}
#cboxBottomCenter {
  height: 0;
  background: transparent;
}
#cboxLoadedContent {
  margin-bottom: 60px;
}
#cboxClose {
  background: #292929;
  color: #FFF;
  text-align: center;
  line-height: 40px;
  text-indent: 0;
  font-size: 0.875rem;
  left: 50%;
  right: auto;
  bottom: 5px;
  width: 240px;
  margin-left: -120px;
  height: 40px;
  text-align: center;
}
.jst_cbox #cboxContent,
.jst_cbox .cboxIframe {
  background-color: transparent;
}
.jst_cbox #cboxLoadingGraphic {
  background: none;
}
.jst_cbox #cboxTopLeft,
.jst_cbox #cboxTopRight,
.jst_cbox #cboxBottomLeft,
.jst_cbox #cboxBottomRight,
.jst_cbox #cboxMiddleLeft,
.jst_cbox #cboxMiddleRight,
.jst_cbox #cboxTopCenter,
.jst_cbox #cboxBottomCenter {
  width: 0;
  height: 0;
  background: none;
}
.jst_cbox #cboxLoadedContent {
  margin-top: 20px;
  margin-bottom: 0;
}
.jst_cbox #cboxClose {
  width: auto;
  height: auto;
  background: none;
  color: #FFF;
  text-indent: 0;
  bottom: auto;
  left: auto;
  top: 0;
  right: 0;
  line-height: 1.2;
}

.gallery #cboxContent, .gallery .cboxIframe {
  background-color: transparent;
}
.gallery #cboxContent {
  overflow: visible;
}
.gallery #cboxLoadingGraphic {
  background: none;
}
.gallery #cboxTopLeft, .gallery #cboxTopRight, .gallery #cboxBottomLeft, .gallery #cboxBottomRight, .gallery #cboxMiddleLeft, .gallery #cboxMiddleRight, .gallery #cboxTopCenter, .gallery #cboxBottomCenter {
  width: 0;
  height: 0;
  background: none;
}
.gallery #cboxLoadedContent {
  margin: 50px 30px 30px;
}
.gallery #cboxClose {
  overflow: hidden;
  width: 40px;
  height: 0;
  padding: 40px 0 0;
  background: none;
  color: #FFF;
  bottom: auto;
  left: auto;
  top: 0;
  right: 0;
  line-height: 1.2;
  text-indent: 200%;
}
.gallery #cboxClose:before, .gallery #cboxClose:after {
  content: "";
  display: block;
  width: 40px;
  border-top: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 0;
}
.gallery #cboxClose:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.gallery #cboxClose:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gallery #cboxPrevious, .gallery #cboxNext {
  top: 50%;
  background: none;
  width: 25px;
  height: 60px;
  margin-top: -30px;
  overflow: hidden;
}
.gallery #cboxPrevious:before, .gallery #cboxNext:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -50%;
}
.gallery #cboxPrevious {
  left: 0;
  right: auto;
}
.gallery #cboxPrevious:before {
  left: 50%;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gallery #cboxNext {
  right: 0;
  left: auto;
}
.gallery #cboxNext:before {
  right: 50%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.gallery #cboxCurrent {
  background: rgba(0, 0, 0, 0.4);
  width: calc(100% - 60px);
  bottom: 0;
  left: 30px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
}
@media (hover: hover) {
a.popup:hover,
a.popup:focus,
a.popup:active {
  opacity: .6;
}
}
.bionics #cboxOverlay.tocucho-popup {
  background: rgba(109, 168, 78, 0.8);
}
.bionics .tocucho-popup #cboxClose {
  background: #6da84e;
}
.cs #cboxOverlay.tocucho-popup {
  background: rgba(42, 99, 139, 0.8);
}
.cs .tocucho-popup #cboxClose {
  background: #2a638b;
}
.media #cboxOverlay.tocucho-popup {
  background: rgba(193, 58, 72, 0.8);
}
.media .tocucho-popup #cboxClose {
  background: #c13a48;
}
.medical #cboxOverlay.tocucho-popup {
  background: rgba(210, 44, 64, 0.8);
}
.medical .tocucho-popup #cboxClose {
  background: #d22c40;
}
.ds #cboxOverlay.tocucho-popup {
  background: rgba(232, 127, 0, 0.8);
}
.ds .tocucho-popup #cboxClose {
  background: #e87f00;
}
.eng #cboxOverlay.tocucho-popup {
  background: rgba(87, 84, 137, 0.8);
}
.eng .tocucho-popup #cboxClose {
  background: #575489;
}
.kyoyo #cboxOverlay.tocucho-popup {
  background: rgba(173, 167, 131, 0.8);
}
.kyoyo .tocucho-popup #cboxClose {
  background: #ada783;
}
/*___________________________________________________________________________________________________________________________________________________
_ jquery.mb.components                                                                                                                             _
_                                                                                                                                                  _
_ file: YTPlayer.css                                                                                                                               _
_ last modified: 19/04/15 17.35                                                                                                                    _
_                                                                                                                                                  _
_ Open Lab s.r.l., Florence - Italy                                                                                                                _
_                                                                                                                                                  _
_ email: matteo@open-lab.com                                                                                                                       _
_ site: http://pupunzi.com                                                                                                                         _
_       http://open-lab.com                                                                                                                        _
_ blog: http://pupunzi.open-lab.com                                                                                                                _
_ Q&A:  http://jquery.pupunzi.com                                                                                                                  _
_                                                                                                                                                  _
_ Licences: MIT, GPL                                                                                                                               _
_    http://www.opensource.org/licenses/mit-license.php                                                                                            _
_    http://www.gnu.org/licenses/gpl.html                                                                                                          _
_                                                                                                                                                  _
_ Copyright (c) 2001-2015. Matteo Bicocchi (Pupunzi);                                                                                              _
___________________________________________________________________________________________________________________________________________________*/
@font-face {
  font-family: 'ytpregular';
  src: url("/common/css/ytp-regular.eot");
}
@font-face {
  font-family: 'ytpregular';
  src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=) format("woff"), url("/common/css/ytp-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.mb_YTPlayer :focus {
  outline: 0;
}
.mb_YTPlayer {
  display: block;
  transform: translateZ(0) translate3d(0, 0, 0);
  transform-style: preserve-3d;
  perspective: 1000;
  backface-visibility: hidden;
  box-sizing: border-box;
}
.mb_YTPlayer .loading {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.51);
  text-align: center;
  padding: 2px 4px;
  border-radius: 5px;
  font-family: "Droid Sans", sans-serif;
  -webkit-animation: fade .1s infinite alternate;
  /* Chrome, Safari, Opera */
  animation: fade .1s infinite alternate;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes fade {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
/* Standard syntax */
@keyframes fade {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}
.mb_YTPlayer.fullscreen {
  display: block !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border: none !important;
}
.mb_YTPlayer.fullscreen .mbYTP_wrapper {
  opacity: 1 !important;
}
.mbYTP_wrapper iframe {
  max-width: 4000px !important;
}
.inline_YTPlayer {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5);
}
.inline_YTPlayer img {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
}
/*CONTROL BAR*/
.mb_YTPBar .ytpicon {
  font-size: 20px;
  font-family: 'ytpregular';
}
.mb_YTPBar .mb_YTPUrl.ytpicon {
  font-size: 30px;
}
.mb_YTPBar {
  transition: opacity .5s;
  display: block;
  width: 100%;
  height: 10px;
  padding: 5px;
  background: #333;
  position: fixed;
  bottom: 0;
  left: 0;
  text-align: left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  color: white;
  opacity: .1;
  box-sizing: border-box;
}
.mb_YTPBar.visible,
.mb_YTPBar:hover {
  opacity: 1;
}
.mb_YTPBar .buttonBar {
  transition: all .5s;
  background: transparent;
  font: 12px/14px Calibri;
  position: absolute;
  top: -30px;
  left: 0;
  padding: 5px;
  width: 100%;
  box-sizing: border-box;
}
.mb_YTPBar:hover .buttonBar {
  background: rgba(0, 0, 0, 0.4);
}
.mb_YTPBar span {
  display: inline-block;
  font: 16px/20px Calibri, sans-serif;
  position: relative;
  width: 30px;
  height: 25px;
  vertical-align: middle;
}
.mb_YTPBar span.mb_YTPTime {
  width: 130px;
}
.mb_YTPBar span.mb_YTPUrl,
.mb_YTPBar span.mb_OnlyYT {
  position: absolute;
  width: auto;
  display: block;
  top: 6px;
  right: 10px;
  cursor: pointer;
}
.mb_YTPBar span.mb_YTPUrl img {
  width: 60px;
}
.mb_YTPBar span.mb_OnlyYT {
  left: 300px;
  right: auto;
}
.mb_YTPBar span.mb_OnlyYT img {
  width: 25px;
}
.mb_YTPBar span.mb_YTPUrl a {
  color: white;
}
.mb_YTPBar .mb_YTPPlaypause,
.mb_YTPlayer .mb_YTPBar .mb_YTPPlaypause img {
  cursor: pointer;
}
.mb_YTPBar .mb_YTPMuteUnmute {
  cursor: pointer;
}
/*PROGRESS BAR*/
.mb_YTPBar .mb_YTPProgress {
  height: 10px;
  width: 100%;
  background: #222;
  bottom: 0;
  left: 0;
}
.mb_YTPBar .mb_YTPLoaded {
  height: 10px;
  width: 0;
  background: #444;
  left: 0;
}
.mb_YTPBar .mb_YTPseekbar {
  height: 10px;
  width: 0;
  background: #000;
  bottom: 0;
  left: 0;
  box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
}
.mb_YTPBar .YTPOverlay {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: "flat";
  box-sizing: border-box;
}
/*RASTER OVERLAY*/
/*VOLUME SLIDER*/
.mb_YTPBar .simpleSlider {
  position: relative;
  width: 100px;
  height: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 10px;
  cursor: pointer !important;
  border-radius: 3px;
}
.mb_YTPBar.compact .simpleSlider {
  width: 40px;
}
.mb_YTPBar .simpleSlider.muted {
  opacity: .3;
}
.mb_YTPBar .level {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  box-sizing: border-box;
}
.mb_YTPBar .level.horizontal {
  height: 100%;
  width: 0;
}
.mb_YTPBar .level.vertical {
  height: auto;
  width: 100%;
}
/* ========================================================== */
/* HEADLINE      */
/* NAV      */
/* ICON      */
/* LINK      */
/* BTN      */
/* BLOCK      */
/* LAYOUT      */
/* LIST      */
/* TABLE      */
/* FORM      */
/* INLINE      */
/* TEXTCOLOR      */
/* BGCOLOR      */
/* BORDER      */
/* PAGES      */
/* ========================================================== */
.clear {
  clear: both;
}
/* 旧サイトのページTOPへ戻るボタンを非表示 */
.mainarea .pagetop,
.moz-text-flowed {
  display: none;
}
/* HEADLINE
-------------------------------------------------------- */
h3, .page-headline, .mainarea h1 {
  padding: 2px 0 9px;
  font-size: 175%;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-weight: 600;
  line-height: 1.2;
  color: #273166;
  border-bottom: 3px solid #bfc2ce;
  margin-bottom: 10px;
}
.page-headline-simple, .mainarea h1.page-headline-simple {
  font-weight: normal;
  font-size: 1.75rem;
  color: #000;
  font-family: "UD新ゴ コンデンス90 R", "UD Shin Go Conde90 R", sans-serif;
  margin-bottom: 1em;
  padding: 0;
  border: none;
}
.page-headline-simple strong, .mainarea h1.page-headline-simple strong {
  font-weight: bold;
}
.headline-simple {
  color: #000;
  border-top: 1px solid #eae5e5;
  border-bottom: 2px solid #eae5e5;
  position: relative;
  font-size: 1.75rem;
  padding: 60px 0 0;
  font-family: "UD新ゴ コンデンス90 EL", "UD Shin Go Conde90 EL", sans-serif;
  margin: 0 0 1.28571em;
}
.headline-simple span {
  display: inline-block;
  border-bottom: 2px solid #eae5e5;
  padding: 0 0 8px;
  margin: 0 0 -2px;
}
.headline-simple.sdgs span {
  border-color: #016690;
}
.block > .headline-simple {
  margin-top: 40px;
}
.hr-wrapper {
  padding-bottom: 40px;
}
.hr-wrapper.area + .area {
  padding-top: 0;
}
.hr-wrapper.container + .container {
  padding-top: 0;
}
.headline-hr {
  color: #000;
  border-top: 1px solid #eae5e5;
  border-bottom: 2px solid #eae5e5;
  position: relative;
  font-size: 1.75em;
  padding: 1.07143em 0 0.35714em;
  font-family: "UD新ゴ コンデンス90 EL", "UD Shin Go Conde90 EL", sans-serif;
  margin: 0 0 1.2em;
}
.headline-hr:after {
  content: "";
  display: inline-block;
  width: 176px;
  height: 0;
  border-bottom: 2px solid #444381;
  padding: 0;
  margin: 0 0 -2px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.headline-hr.oshirase:after {
  border-color: #016690;
}
.headline-gakubu-m, h3.headline-gakubu-m {
  font-size: 1.5em;
  padding: 0 0 0.625em 0.79167em;
  margin: 0 0 1em;
  border-bottom: 3px solid #273166;
  font-weight: 300;
}
.headline-gakubu-m.eng, h3.headline-gakubu-m.eng {
  color: #575488;
  border-color: #c8c6db;
}
.headline-gakubu-m.cs, h3.headline-gakubu-m.cs {
  color: #28648b;
  border-color: #d2e4ed;
}
.headline-gakubu-m.ms, h3.headline-gakubu-m.ms {
  color: #b1444b;
  border-color: #e5c3c6;
}
.headline-gakubu-m.bs, h3.headline-gakubu-m.bs {
  color: #2b643b;
  border-color: #c6dbb8;
}
.headline-gakubu-m.ds, h3.headline-gakubu-m.ds {
  color: #3e3e3e;
  border-color: #f5ebce;
}
.headline-gakubu-m.hs, h3.headline-gakubu-m.hs {
  color: #c13c45;
  border-color: #f4e3e8;
}
.headline-gakubu-m.kyoyo, h3.headline-gakubu-m.kyoyo {
  color: #4e461b;
  border-color: #dcdbd6;
}
h4, .headline-middle {
  margin-top: 20px;
  line-height: 1.3;
  margin-bottom: 5px;
  font-size: 112.5%;
  color: #45436b;
  font-weight: 600;
}
h4:first-child, .headline-middle:first-child {
  margin-top: 0;
}
h4#alumniCampus, .headline-middle#alumniCampus {
  color: #292963;
  padding: 0;
  margin: 0 0 10px;
}
h4#guide_univ, .headline-middle#guide_univ {
  margin: 0 0 30px 0;
}
h4.mediaTitle2, .headline-middle.mediaTitle2 {
  border-left: #c02a3e solid 3px;
  margin: 0 0 8px 0;
  padding: 0 0 0 8px;
}
.page-headline_b {
  font-weight: bold;
  font-size: 2.25em;
  line-height: 1.5;
  color: #000;
  border: none;
  margin-bottom: 50px;
}
.page-headline_b .label {
  font-size: 0.5em;
  padding: 0.4em 0.6em;
}
.headline_simple_l {
  font-size: 2em;
  color: #000;
  border: none;
  font-weight: bold;
  margin-bottom: 1.25em;
  padding: 0;
  position: relative;
}
.headline_simple_l:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding: 0 0 0.4em;
  background-color: #c0cada;
  margin-top: -0.55em;
}
.headline_simple_l.bs:after {
  background-color: #d3e5ca;
}
.headline_simple_l.cs:after {
  background-color: #bfd0dc;
}
.headline_simple_l.ds:after {
  background-color: #ffd6a4;
}
.headline_simple_l.ms:after {
  background-color: #eac9cc;
}
.headline_simple_l.hs:after {
  background-color: #f1c9d7;
}
.headline_simple_l.eng:after {
  background-color: #cfcee9;
}
.headline_simple_l.kyoyo:after {
  background-color: #e4dfc4;
}
.headline_simple_l.campus:after {
  background-color: #faecc8;
}
.headline_simple_l.kamata:after {
  background-color: #d2e2ef;
}
.headline_simple_l.hachi:after {
  background-color: #c5eec6;
}
.headline_simple_l.oc2019:after {
  background-color: #0aa3fd;
}
.headline_simple_l.employment:after {
  background-color: rgba(121, 167, 155, 0.3);
}
.headline_simple_l.koukajoshi:after {
  background-color: #fed8e6;
}
.headline_simple_l.project_ev:after {
  background-color: #f5d9d1;
}
.headline_simple_l.project_r:after {
  background-color: #d5d9eb;
}
.headline_simple_l.gakugai:after {
  background-color: #cbe0ee;
}
.headline_simple_l.grad:after {
  background-color: #d9e7f5;
}
.headline_simple_l.type_b {
  display: inline-block;
  font-size: 1.375em;
}
.headline_simple_m {
  font-size: 1.75em;
  line-height: 1.64286;
  color: #000;
  border: none;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 0;
  border: none;
  position: relative;
}

.headline_simple_color_m {
  font-weight: bold;
  font-size: 1.125em;
  border: none;
  margin: 0 0 0.2em;
  line-height: 1.3;
  padding: 0;
  color: #273166;
}
.headline_simple_color_m.bs {
  color: #6da84e;
}
.headline_simple_color_m.cs {
  color: #2a638b;
}
.headline_simple_color_m.ds {
  color: #e87f00;
}
.headline_simple_color_m.ms {
  color: #c13a48;
}
.headline_simple_color_m.hs {
  color: #d22c40;
}
.headline_simple_color_m.eng {
  color: #575489;
}
.headline_simple_color_m.kyoyo {
  color: #ada783;
}
.headline_simple_color_m.campus {
  color: #d74d88;
}
.headline-bor-left {
  display: inline-block;
  border-width: 0 0 0 7px;
  border-style: solid;
  border-color: #ccc;
  color: #000;
  font-weight: normal;
  font-size: 125%;
  line-height: 1.2;
  padding: 0.3em 0 0.3em 0.6em;
  margin: 0 0 1em;
  vertical-align: middle;
}
.headline-bor-left.bs {
  border-color: #d3e5ca;
  color: #6da84e;
}
.headline-bor-left.eng {
  border-color: #cfcee9;
  color: #575489;
}
.headline-bor-left.cs {
  border-color: #bfd0dc;
  color: #2a638b;
}
.headline-bor-left.ds {
  border-color: #ffd6a4;
  color: #e87f00;
}
.headline-bor-left.ms {
  border-color: #eac9cc;
  color: #c13a48;
}
.headline-bor-left.hs {
  border-color: #f1c9d7;
  color: #d22c40;
}
.headline-bor-left.research {
  border-color: #8A6989;
}
.ie.notedge .headline-bor-left {
  padding-top: 0.5em;
}
.headline-bor-bottom {
  display: block;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #eeeff1;
  font-size: 150%;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 1em;
  color: #333;
}
.headline-bor-bottom .headline-bor-left {
  border-width: 0 0 0 6px;
  margin: 0 0 0.4em;
  font-size: 100%;
  padding: 0.15em 0 0.15em 0.8em;
}
.headline-bor-bottom.bs {
  border-color: #d3e5ca;
}
.headline-bor-bottom.eng {
  border-color: #cfcee9;
}
.headline-bor-bottom.cs {
  border-color: #bfd0dc;
}
.headline-bor-bottom.ds {
  border-color: #ffd6a4;
}
.headline-bor-bottom.ms {
  border-color: #eac9cc;
}
.headline-bor-bottom.hs {
  border-color: #f1c9d7;
}
.headline-bor-bottom_s {
  display: inline-block;
  font-size: 1.125em;
  font-weight: bold;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-style: solid;
  border-width: 0 0 1px;
  color: #000;
}
.headline-bor-bottom_s.cs {
  border-color: #016690;
}
.headline-bor-bottom_s.eng {
  border-color: #575488;
}
.headline-bor-bottom_s.ds {
  border-color: #5a5a5a;
}
.headline-bor-bottom_s.bs {
  border-color: #6ba94e;
}
.headline-bor-bottom_s.ms {
  border-color: #b1444b;
}
.headline-bor-bottom_s.hs {
  border-color: #d22c40;
}
.headline-bor-bottom_s.kyoyo {
  border-color: #ada783;
}
.headline-bor-bottom_s.oc2019 {
  border-color: #0aa3fd;
}
.headline-plain {
  border: none;
  padding: 0;
  margin: 0;
  color: inherit;
  font-weight: bold;
  font-size: 1em;
}
/* タブレット未満 */
@media screen and (max-width: 767px) {
  .page-headline-simple, .mainarea h1.page-headline-simple {
  font-size: 100%;
  min-height: inherit;
  letter-spacing: 0;
  font-size: 1.25rem;
  }
  .headline-simple {
  font-size: 1.125rem;
  padding-top: 40px;
  }
  .block > .headline-simple {
  margin-top: 20px;
  }
  h3, .page-headline, .mainarea h1 {
  font-size: 112.5%;
  }
  .icon-headline .headline {
  padding-left: 45px;
  font-size: 112.5%;
  min-height: inherit;
  }
  .headline-hr {
  font-size: 1.25em;
  }
  .headline-gakubu-m, h3.headline-gakubu-m {
  font-size: 1.125em;
  }
  .page-headline_b {
  font-size: 1.8em;
  margin-bottom: 1.2em;
  }
  .headline_simple_l {
  font-size: 1.8em;
  margin-bottom: 1em;
  }
  .headline_simple_m {
  font-size: 1.6em;
  margin-bottom: 0.5em;
  }
  .headline-bor-left {
  font-size: 112.5%;
  }
  .headline-bor-bottom {
  font-size: 112.5%;
  }
}
@media screen and (max-width: 479px) {
  .page-headline_b {
  font-size: 1.3em;
  }
  .headline_simple_m {
  font-size: 1.3em;
  }
  .headline_simple_l {
  font-size: 1.3em;
  }
}
h5 {
  font-size: 100%;
  line-height: 1.3;
}
h6 {
  border-left: 4px solid #C0CDC8;
  padding: 4px 0 3px 10px;
  margin: 0 0 10px 10px;
  font-size: 100%;
  line-height: 1.3;
}
.indigo_border {
  line-height: 1.3;
  font-size: 112.5%;
  color: #45436b;
  font-weight: 600;
  padding: 8px 0 8px 15px;
  margin: 20px 0 10px;
  border-left: #212163 5px solid;
}
.indigo_border:first-child {
  margin-top: 0;
}
.defaultborder {
  border-left: 4px solid #C0CDC8;
  padding-left: 10px;
  margin: 1em 0 0.5em;
}
.headline-box {
  background-color: #e8e5f2;
  padding: 5px 0 2px 17px;
  margin-bottom: 10px;
}
.title-movielibrary {
  margin: 0;
  padding: 0.4em 0.2em;
  background-color: #eeeff1;
  color: #333;
  text-align: center;
  font-weight: normal;
  border: none;
  font-size: 112.5%;
  line-height: 1.3;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 3.4em;
}
.title-movielibrary span {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.title-movielibrary.freeheight {
  height: inherit;
  line-height: 1.3;
}
.headline-bar {
  color: #000;
  border-bottom: 2px solid #eae5e5;
  position: relative;
  font-size: 1.5rem;
  font-family: "UD新ゴ コンデンス90 EL", "UD Shin Go Conde90 EL", sans-serif;
  margin: 40px 0 1rem;
}
.headline-bar span {
  display: inline-block;
  border-bottom: 2px solid #263365;
  padding: 0 0 0.3em;
  margin: 0 0 -2px;
}
.headline-bar:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .headline-bar {
  font-size: 1.125rem;
  margin-top: 20px;
  margin-bottom: 12px;
  }
}
/* NAV
-------------------------------------------------------- */
.nav-pages {
  line-height: 1.2;
}
.nav-pages a {
  text-decoration: none;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-pages .headline {
  display: block;
  padding: 1.3em 1em;
  -webkit-background-size: 8px 13px;
  -o-background-size: 8px 13px;
  background-size: 8px 13px;
  position: relative;
  background-color: #263365;
  font-weight: bold;
}
.nav-pages .headline, .nav-pages .headline:hover, .nav-pages .headline:visited {
  color: #fff;
}
.nav-pages .headline.gaiyou {
  background-color: #7eb9c3;
}
.nav-pages .headline.gakubu {
  background-color: #016690;
}
.nav-pages .headline.entrance {
  background-color: #b55233;
}
.nav-pages .headline.campus, .nav-pages .headline.event {
  background-color: #c89932;
}
.nav-pages .headline.employment, .nav-pages .headline.carrer {
  background-color: #43676b;
}
.nav-pages .headline.research {
  background-color: #5f414b;
}
.nav-pages .headline.exchange {
  background-color: #4a488e;
}
.nav-pages .headline.sdgs {
  background-color: #135498;
}
.nav-pages .headline.hachi {
  background-color: #6cae6e;
}
.nav-pages .headline.kamata {
  background-color: #699fcb;
}
.nav-pages .detail {
  padding: 0;
  background: #F3F3F3;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.nav-pages .detail > li + li {
  border-top: 1px solid #fff;
}
.nav-pages .detail > li span {
  display: block;
  padding: 1.3em 2em 1.3em 1em;
  color: #263365;
}
.nav-pages .detail > li a {
  display: block;
  padding: 1.3em 2em 1.3em 1em;
  position: relative;
}
.nav-pages .detail > li a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  content: "";
  display: inline-block;
  width: 6px;
  height: 11px;
  margin: -6px 0 0 0;
  background: url("/common/images/2017/arrow-chev-m-next-bk.png") no-repeat center left;
  vertical-align: middle;
}
.nav-pages .detail > li a:hover {
  background-color: #263365;
  color: #FFF;
}
.nav-pages .detail > li a:hover:after {
  background-image: url("/common/images/2017/arrow-chev-m-next-wh.png");
}
.nav-pages .detail:first-child {
  padding-top: 5px;
}
.pagemenu-gakubu {
  background-color: #f3f3f3;
  display: table;
  width: 100%;
  line-height: 1.2;
  margin-bottom: 2em;
}

.pagemenu-gakubu a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #263365;
  padding: 20px 3px 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
}
.pagemenu-gakubu a:hover {
  text-decoration: underline;
}
.pagemenu-gakubu a:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url("/common/images/gakubumenu-arrow.png");
  width: 7px;
  height: 0;
  padding: 4px 0 0;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  position: absolute;
  bottom: 8px;
  left: 50%;
  margin: 0 0 0 -3.5px;
}
.pagemenu-gakubu li {
  display: table-cell;
  vertical-align: middle;
  height: 57px;
  text-align: center;
  border-color: #fff;
  border-style: solid;
}
.pagemenu-gakubu li + li {
  border-left: 1px solid #fff;
}
.pagemenu-gakubu li.pagemove {
  background-color: #d5e1f4  !important;
}
.pagemenu-gakubu li.pagemove a:after {
  background-image: url("/common/images/gakubumenu-move.png");
  padding-top: 7px;
}
.pagemenu-gakubu.type5_4 {
  display: flex;
  width: 100%;
  margin-bottom: 45px;
  line-height: 1.2;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pagemenu-gakubu.type5_4 li {
  display: flex;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-grow: auto;
  flex-grow: auto;
  height: auto;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pagemenu-gakubu.type5_4 li:first-child, .pagemenu-gakubu.type5_4 li .row_head {
  border-left: none;
}
.pagemenu-gakubu.type5_4 li a {
  display: block;
  padding: 15px 3px 25px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.pagemenu-gakubu.type5_4 li {
  -webkit-flex-basis: 20%;
  flex-basis: 20%;
}
.pagemenu-gakubu.type5_4 li:nth-child(n+6) {
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
}
.pagemenu-gakubu.type5_4 li:nth-child(6) {
  border-left-width: 0;
}
.pagemenu-gakubu.type4_3 {
  display: flex;
  width: 100%;
  margin-bottom: 45px;
  line-height: 1.2;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pagemenu-gakubu.type4_3 li {
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
}
.pagemenu-gakubu.type4_3 li:nth-child(n+5) {
  -webkit-flex-basis: 33.33333%;
  flex-basis: 33.33333%;
}
.pagemenu-gakubu.type4_3 li:nth-child(5) {
  border-left-width: 0;
}
.pagemenu-gakubu.type4_3 li {
  display: flex;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-grow: auto;
  flex-grow: auto;
  height: auto;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.pagemenu-gakubu.type4_3 li:first-child, .pagemenu-gakubu.type4_3 li .row_head {
  border-left: none;
}
.pagemenu-gakubu.type4_3 li a {
  display: block;
  padding: 15px 3px 25px;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.pagemenu-gakubu a.pagemove {
  background-color: #d5e1f4;
}
.pagemenu-gakubu a.pagemove:after {
  background-image: url("/common/images/gakubumenu-move.png");
  padding-top: 7px;
}
.pagemenu-mobile_row {
  padding: 20px;
  background-color: #f3f3f3;
}
.pagemenu-mobile_row li {
  display: inline-block;
  margin-right: 1em;
  color: #273166;
  padding-left: 12px;
  text-indent: -12px;
  line-height: 1.2;
}
.pagemenu-mobile_row li:before {
  content: "";
  background: url("/common/images/2019/icon-chev-down_tut.png") no-repeat center;
  -webkit-background-size: 8px 5px;
  -o-background-size: 8px 5px;
  background-size: 8px 5px;
  width: 8px;
  height: 0;
  padding: 5px 0 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  margin-top: -2px;
}
.pagemenu-mobile_row a {
  text-decoration: none;
  color: #273166;
}
.pagemenu-mobile_row a:hover {
  text-decoration: underline;
}

.nav-pagelist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.nav-pagelist a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #273166;
  padding: 20px 40px 20px 16px;
  box-sizing: border-box;
  vertical-align: middle;
  position: relative;
  transition: 0.2s all;
  background: url("/common/images/2017/arrow-chev-next-bk.png") no-repeat center right 20px #f3f3f3;
  background-size: 8px 12px;
}

.nav-pagelist a:hover, .nav-pagelist a.current {
  background-color: #273166;
  color: #FFF;
}

.nav-pagelist a.current {
  background-image: none;
}

.nav-pagelist a:hover {
  background-image: url("/common/images/2017/arrow-chev-next.png");
}

.nav-pagelist li {
  background-color: #F3F3F3;
  display: flex;
  justify-content: stretch;
  align-items: center;
}
@media screen and (max-width: 1039px) {
  .pagemenu-gakubu {
  font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .pagemenu-gakubu {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  }
  .pagemenu-gakubu a {
  padding: 15px 3px;
  }
  .pagemenu-gakubu a:after {
  content: none;
  display: none;
  }
  .pagemenu-gakubu li {
  display: flex;
  -webkit-justify-content: stretch;
  justify-content: stretch;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-grow: auto;
  flex-grow: auto;
  height: auto;
  vertical-align: middle;
  }
  .pagemenu-gakubu.type4:after {
  content: "";
  display: inline-block;
  border-left: 1px solid #fff;
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  }
  .pagemenu-gakubu.type4 li {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  }
  .pagemenu-gakubu.type4 li:nth-child(2n+1) {
  border-left: none;
  }
  .pagemenu-gakubu.type6 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1px;
    background-color: #fff;
  }
  .pagemenu-gakubu.type6 li {
    border: none;
    background-color: #f3f3f3;
  }
  .pagemenu-gakubu.type5_4 li {
  -webkit-flex-basis: 33.3%;
  flex-basis: 33.3%;
  }
  .pagemenu-gakubu.type5_4 li:nth-child(n+6) {
  -webkit-flex-basis: 33.3%;
  flex-basis: 33.3%;
  }
  .pagemenu-gakubu.type5_4 li:nth-child(6) {
  border-left-width: 1px;
  }
  .pagemenu-gakubu.type5_4 li:nth-child(3n+1) {
  border-left: none;
  }
  .pagemenu-gakubu.type5_4 li a {
  padding: 15px 3px;
  }
  .pagemenu-gakubu.type5 li:nth-child(3n+1) {
  border-left: none;
  }
  .pagemenu-gakubu.type5 li:nth-child(-n+3) {
  -webkit-flex-basis: 33%;
  flex-basis: 33%;
  }
  .pagemenu-gakubu.type5 li:nth-child(n+4) {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  }
  .pagemenu-gakubu.type2_2_3__mobile li {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  }
  .pagemenu-gakubu.type2_2_3__mobile li:nth-child(n+6) {
  -webkit-flex-basis: 33.3%;
  flex-basis: 33.3%;
  }
  .pagemenu-gakubu.type2_2_3__mobile li:nth-child(2), .pagemenu-gakubu.type2_2_3__mobile li:nth-child(4), .pagemenu-gakubu.type2_2_3__mobile li:nth-child(6), .pagemenu-gakubu.type2_2_3__mobile li:nth-child(7) {
  border-left-width: 1px;
  }
  .pagemenu-gakubu.type2_2_3__mobile li:nth-child(3), .pagemenu-gakubu.type2_2_3__mobile li:nth-child(5) {
  border-left: none;
  }
  .pagemenu-gakubu.type2_2_3__mobile li a {
  padding: 15px 3px;
  }
  .pagemenu-gakubu.type3_2_2__mobile li {
  -webkit-flex-basis: 33%;
  flex-basis: 33%;
  }
  .pagemenu-gakubu.type3_2_2__mobile li:nth-child(n+4) {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  border-top-width: 1px;
  }
  .pagemenu-gakubu.type3_2_2__mobile li:nth-child(5), .pagemenu-gakubu.type3_2_2__mobile li:nth-child(7) {
  border-left-width: 1px;
  }
  .pagemenu-gakubu.type3_2_2__mobile li:nth-child(4), .pagemenu-gakubu.type3_2_2__mobile li:nth-child(6) {
  border-left: none;
  }
  .pagemenu-gakubu.type3_2_2__mobile li a {
  padding: 15px 3px;
  }
  .pagemenu-mobile_row {
  padding: 10px 12px;
  }
  .pagemenu-mobile_row li {
  display: block;
  margin-bottom: 0.4em;
  margin-right: 0;
  }
  .nav-pagelist a {
    padding: 0.9em 1.5em 0.9em 0.6em;
    vertical-align: middle;
    position: relative;
    background-position: center right 0.6em;
    background-size: 0.4em auto;
  }
  .nav-pagelist {
    grid-template-columns: repeat(2, 1fr);
  }
}
.nav-horizontal li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.nav-horizontal a {
  display: inline-block;
  color: #000;
  padding: 0;
  line-height: 1.2em;
  text-decoration: none;
  font-weight: bold;
}
.nav-horizontal a:before {
  content: "";
  display: inline-block;
  border: 4px solid transparent;
  border-left-color: #000;
  vertical-align: middle;
  margin: -0.2em 3px 0 0;
}
.nav-horizontal a:visited {
  color: #603371;
}
.nav-horizontal a:hover,
.nav-horizontal a:active,
.nav-horizontal a:focus {
  color: #4b75b5;
  text-decoration: underline;
}
.nav-useful-btns {
  float: right;
  padding-top: 26px;
}
.nav-useful-btns li {
  display: inline;
  float: right;
}
.nav-useful-btns li+li {
  margin-right: 8px;
}
.nav-useful-btns .btn {
  border-style: solid;
  border-width: 1px;
  border-color: #273166;
  color: #273166;
  text-align: left;
  font-weight: bold;
  display: table-cell;
  padding-right: 10px;
  height: 46px;
  line-height: 40px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none;
  vertical-align: middle;
  position: relative;
}
.nav-useful-btns .btn:hover {
  background-color: #273166;
  color: #FFF;
}
.nav-useful-btns .icon_ui,
.nav-useful-btns .icon_admission {
  position: absolute;
}
.nav-useful-btns .btn-netentry {
  padding-left: 32px;
  letter-spacing: -1px;
  background-color: #424a8b;
  color: #FFF;
}
.nav-useful-btns .btn-netentry .icon_admission {
  top: 14px;
  left: 4px;
}
.nav-useful-btns .btn-netentry:hover {
  background-color: #FFF;
  color: #273166;
}
.nav-useful-btns .btn-contact {
  padding-left: 25px;
}
.nav-useful-btns .btn-contact .icon_ui {
  top: 10px;
  left: 8px;
}
.nav-useful-btns .btn-access {
  padding-left: 40px;
}
.nav-useful-btns .btn-access .icon_ui {
  top: 11px;
  left: 12px;
}
.nav-useful-btns .btn-siryou {
  background-color: #273166;
  color: #fff;
  padding-left: 44px;
}
.nav-useful-btns .btn-siryou .icon_ui {
  top: 13px;
  left: 10px;
}
.nav-useful-btns .btn-siryou:hover {
  background-color: #FFF;
  color: #273166;
}
@media print {
  .nav-useful-btns .btn-netentry {
    padding-left: 28px;
  }
  .nav-useful-btns .btn-netentry .icon_admission {
    top: 7px;
    left: 3px;
  }
  .nav-useful-btns .btn-contact {
    padding-left: 17px;
  }
  .nav-useful-btns .btn-contact .icon_ui {
    top: 3px;
    left: 3px;
  }
  .nav-useful-btns .btn-access {
    padding-left: 25px;
  }
  .nav-useful-btns .btn-access .icon_ui {
    top: 4px;
    left: 3px;
  }
  .nav-useful-btns .btn-siryou {
    padding-left: 30px;
  }
  .nav-useful-btns .btn-siryou .icon_ui {
    top: 5px;
    left: 3px;
  }
}
.sns-list li {
  height: 32px;
  line-height: 32px;
}
.sns-list li {
  height: 32px;
  line-height: 32px;
  display: inline-block;
}
.sns-list li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
/*　ページ上部のシンプルメニュー　*/
#menu_box {
  margin: 0 0 10px;
  padding: 10px;
  border: 1px solid #ccc;
  background: #f2f2f2;
  border-radius: 5px;
}
#menu_box ul li {
  display: inline;
  line-height: 1.8em;
  padding-right: 5px;
  border-right: 1px solid #8f8f8f;
  font-size: 100%;
}
#menu_box ul li a {
  color: #666;
}
#menu_box ul li.last {
  padding-right: 0;
  border-right: none;
}
.pagenav {
  margin-bottom: 30px;
  float: none;
  clear: both;
}
.pagenav.next {
  text-align: right;
}
.pagenav.next a {
  background: url("/images/arrow_indigo.gif") no-repeat left center;
  padding: 2px 0 1px 7px;
}
.pagenav.prev a {
  background: url("/images/arrow_prev_indigo.gif") no-repeat left center;
  padding: 2px 0 1px 7px;
}
.pagemenu {
  width: 100%;
  display: table;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pagemenu li {
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *float: left;
  *width: 15%;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  vertical-align: middle;
  text-align: center;
}
.pagemenu li:first-child {
  *width: 19%;
}
.pagemenu li a {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  color: #666;
  text-decoration: none;
  line-height: 1.2;
  vertical-align: middle;
  padding: 0.8em 0 0.3em;
  border-color: #fff;
  border-style: solid;
  border-width: 1px 0 0 1px;
  background: #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pagemenu li a:after {
  content: "";
  display: block;
  background: url("/gakubu/images/arrow-chev-d.png") no-repeat top left;
  width: 8px;
  height: 8px;
  margin: 0.2em auto 0;
  vertical-align: middle;
}
.pagemenu li a.new-win:after {
  background-image: url("/gakubu/images/icon-newwin8.png");
}
.pagemenu li a:hover {
  background-color: #eee;
  border-color: #ddd;
}
.pagemenu li:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left-width: 1px;
}
.pagemenu li:first-child a {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-left-width: 1px;
}
.pagemenu li:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagemenu li:last-child a {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagemenu.col4 li {
  width: 25%;
}
.pagemenu.col5 li {
  width: 20%;
}
@media screen and (max-width: 767px) {
  /* タブレット未満 */
  .pagemenu li {
    font-size: 12px;
    width: 33.3% !important;
    display: block;
    float: left;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .pagemenu li:nth-child(4),
  .pagemenu li:nth-child(5),
  .pagemenu li:nth-child(6) {
    margin-top: -1px;
  }
  .pagemenu li:nth-child(3) {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .pagemenu li:nth-child(3) a {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .pagemenu li:nth-child(4) {
    border-left-width: 1px;
    margin-left: 0.0153%;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .pagemenu li:nth-child(4) a {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .pagemenu li:first-child {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .pagemenu li:first-child a {
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .pagemenu li:last-child {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .pagemenu li:last-child a {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .pagemenu.col2 li {
    width: 50% !important;
  }
  .pagemenu.col2 li:first-child {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .pagemenu.col2 li:first-child a {
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .pagemenu.col2 li:last-child {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
    margin-left: 0;
  }
  .pagemenu.col2 li:last-child a {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .pagemenu.col4 li {
    width: 50% !important;
  }
  .pagemenu.col4 li:nth-child(2) {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .pagemenu.col4 li:nth-child(2) a {
    -webkit-border-top-right-radius: 4px;
    border-top-right-radius: 4px;
  }
  .pagemenu.col4 li:nth-child(3) {
    border-left-width: 1px;
    margin-left: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin-top: -1px;
  }
  .pagemenu.col4 li:nth-child(3) a {
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .pagemenu.col4 li:nth-child(4) {
    margin-left: 0;
    border-left-width: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .pagemenu.col4 li:nth-child(4) a {
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
/* ページ内リンク */
.scrollnav {
  background: #fdfdff;
  font-size: 125%;
}
.scrollnav.area {
  border-bottom: 1px solid #e6e6e6;
}
.scrollnav li {
  display: inline-block;
  margin: 0 0.8em 0 0;
}
.scrollnav li:after {
  content: "";
  border-right: 1px solid #424a8b;
  width: 1px;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0.6em;
}
.scrollnav a {
  text-decoration: none;
  color: #273166;
  vertical-align: middle;
  font-weight: bold;
}
.scrollnav .icon-cir-next,
.scrollnav .icon-cir-prev,
.scrollnav .icon-cir-up,
.scrollnav .icon-cir-down {
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin-top: -2px;
}
.scrollnav .icon-cir-down:after {
  margin-top: -1px;
}
.scrollnav+.area {
  padding-top: 2%;
}
.scrollnav_block {
  background: #eeeff1;
  border: 1px solid #a0a8b3;
  margin-bottom: 20px;
  padding: 0.5em 1em 0.1em;
  font-size: 125%;
}
.scrollnav_block li {
  display: inline-block;
  margin: 0 0.8em 0.6em 0;
}
.scrollnav_block li:after {
  content: "";
  border-right: 1px solid #424a8b;
  width: 1px;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0.6em;
}
.scrollnav_block li:last-child:after {
  content: none;
}
.scrollnav_block a {
  text-decoration: none;
  color: #273166;
  vertical-align: middle;
  font-weight: bold;
}
.scrollnav_block .icon-cir-down {
  width: 18px;
  height: 18px;
  line-height: 18px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .scrollnav {
    font-size: 100%;
    padding: 5px 10px;
  }
  .scrollnav .icon-cir-down {
    width: 16px;
    height: 16px;
    line-height: 15px;
    margin-right: 5px;
  }
  .scrollnav+.area {
    padding-top: 20px;
  }
  .scrollnav_block {
    font-size: 100%;
  }
  .scrollnav_block .icon-cir-down {
    width: 16px;
    height: 16px;
    line-height: 15px;
    margin-right: 5px;
  }
}
.nav-pagehead {
  border-bottom: 1px solid #a0a8b3;
}
.nav-pagehead.area {
  padding: 0;
}
.nav-pagehead ul {
  display: table;
  width: 100%;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック";
}
.nav-pagehead ul>li {
  display: table-cell;
  padding: 0.25em;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-pagehead ul>li~li {
  border-left: 1px solid #a0a8b3;
}
.nav-pagehead .btn {
  padding: 0.8em 0;
  display: inline-block;
  text-align: center;
}
.nav-pagehead .btn *[class*='icon-cir']:first-child {
  margin-right: 5px;
}
@media screen and (max-width: 767px) and (min-width: 480px) {
  .nav-pagehead ul.responsive3_break {
    display: block;
  }
  .nav-pagehead ul.responsive3_break li {
    width: 33.33333%;
    display: block;
    float: left;
    border-top: 1px solid #a0a8b3;
  }
  .nav-pagehead ul.responsive3_break li:nth-child(3n+1) {
    border-left: none;
  }
  .nav-pagehead ul.responsive3_break li:nth-child(-n+3) {
    border-top: none;
  }
}
@media screen and (max-width: 479px) {
  .nav-pagehead ul.responsive3_break {
    display: block;
    text-align: center;
  }
  .nav-pagehead ul.responsive3_break li {
    display: inline-block;
  }
  .nav-pagehead ul.responsive3_break li~li {
    border-left: none;
  }
  .nav-pagehead .btn {
    padding: 0.5em 0.2em;
  }
}
#nav-admission {
  border-bottom: 1px solid #a0a8b3;
  padding: 0;
  margin: 0;
}
#nav-admission .block-btns>li {
  display: table;
  padding: 0;
  width: 25%;
  float: left;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック";
  table-layout: fixed;
}
#nav-admission .block-btns>li~li {
  border-left: 1px solid #a0a8b3;
}
#nav-admission .block-btns.col5>li {
  width: 20%;
}
.btn-admission_sp {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 70px;
  padding: 5px 5px 0;
  color: #273166;
  line-height: 1.2;
}
.btn-admission_sp span {
  position: relative;
  display: inline-block;
  text-align: left;
}
.btn-admission_sp i {
  position: absolute;
  left: 0;
  top: 50%;
}
.btn-admission_sp:hover {
  background-color: #273166;
  color: #FFF;
}
.btn-admission_sp.btn-point span {
  padding-left: 32px;
}
.btn-admission_sp.btn-point i {
  margin-top: -14px;
}
.btn-admission_sp.btn-netentry span {
  padding-left: 37px;
}
.btn-admission_sp.btn-netentry i {
  margin-top: -11px;
}
.btn-admission_sp.btn-dl span {
  padding-left: 27px;
}
.btn-admission_sp.btn-dl i {
  margin-top: -12px;
}
.btn-admission_sp.btn-contact span {
  padding-left: 22px;
}
.btn-admission_sp.btn-contact i {
  margin-top: -14px;
}
.btn-admission_sp.btn-gohi span {
  padding-left: 29px;
}
.btn-admission_sp.btn-gohi i {
  margin-top: -12px;
}
.btn-admission_sp.btn-digijukenhyo span {
  padding-left: 29px;
}
.btn-admission_sp.btn-digijukenhyo i {
  margin-top: -12px;
}
.btn-admission_sp.btn-scholar span {
  padding-left: 29px;
}
.btn-admission_sp.btn-scholar i {
  margin-top: -12px;
}
@media screen and (max-width: 479px) {
  #nav-admission,
  .nav-admission {
    font-size: 87.5%;
  }
  #nav-admission .block-btns>li,
  .nav-admission .block-btns>li {
    width: 50%;
    border-top: 1px solid #a0a8b3;
  }
  #nav-admission .block-btns>li:nth-child(1),
  #nav-admission .block-btns>li:nth-child(2),
  .nav-admission .block-btns>li:nth-child(1),
  .nav-admission .block-btns>li:nth-child(2) {
    border-top: none;
  }
  #nav-admission .block-btns>li:nth-child(2n+1),
  .nav-admission .block-btns>li:nth-child(2n+1) {
    border-left: none;
  }
  #nav-admission .block-btns.col5>li,
  .nav-admission .block-btns.col5>li {
    border-top: none;
    border-bottom: 1px solid #a0a8b3;
    width: 50%;
  }
  #nav-admission .block-btns.col5>li:nth-child(5n),
  .nav-admission .block-btns.col5>li:nth-child(5n) {
    border-bottom: none;
    width: 100%;
  }
  .btn-admission_sp {
    height: 60px;
  }
}
#nav-admission_gakubu {
  margin: 0;
  padding-top: 2.6%;
  padding-bottom: 2.6%;
}
#nav-admission_gakubu .label {
  color: #FFF;
  font-size: 150%;
  margin: 0 0 0.4em 11px;
  padding: 0;
  line-height: 1;
  font-weight: normal;
  -webkit-border-radius: 0;
  border-radius: 0;
}
#nav-admission_gakubu .side-hachi,
#nav-admission_gakubu .side-kamata {
  position: relative;
  margin: 0;
  padding: 12px 1px;
}
#nav-admission_gakubu .side-hachi {
  float: left;
  width: 66.04167%;
  background-color: #54ab46;
}
#nav-admission_gakubu .side-kamata {
  float: right;
  width: 33.95833%;
  background-color: #3c7ca5;
}
#nav-admission_gakubu .block-btns {
  display: table;
  table-layout: fixed;
  border-spacing: 10px 0;
  width: 100%;
}
.btn-admission_gakubu {
  display: table-cell;
  vertical-align: middle;
  border-width: 0 0 12px;
  border-style: solid;
  border-color: #273166;
  background-color: #FFF;
  text-align: center;
  padding: 7px 5px;
  height: 80px;
  font-size: 112.5%;
  position: relative;
}
.btn-admission_gakubu,
.btn-admission_gakubu:visited {
  color: #000;
}
.btn-admission_gakubu:hover,
.btn-admission_gakubu.current {
  color: #fff;
}
.btn-admission_gakubu.btn-eng {
  border-color: #56599a;
}
.btn-admission_gakubu.btn-eng:hover,
.btn-admission_gakubu.btn-eng.current {
  background-color: #56599a;
}
.btn-admission_gakubu.btn-cs {
  border-color: #016590;
}
.btn-admission_gakubu.btn-cs:hover,
.btn-admission_gakubu.btn-cs.current {
  background-color: #016590;
}
.btn-admission_gakubu.btn-ms {
  border-color: #cc3327;
}
.btn-admission_gakubu.btn-ms:hover,
.btn-admission_gakubu.btn-ms.current {
  background-color: #cc3327;
}
.btn-admission_gakubu.btn-bs {
  border-color: #167246;
}
.btn-admission_gakubu.btn-bs:hover,
.btn-admission_gakubu.btn-bs.current {
  background-color: #167246;
}
.btn-admission_gakubu.btn-ds {
  border-color: #efbd1e;
}
.btn-admission_gakubu.btn-ds:hover,
.btn-admission_gakubu.btn-ds.current {
  background-color: #efbd1e;
}
.btn-admission_gakubu.btn-hs {
  border-color: #e50039;
}
.btn-admission_gakubu.btn-hs:hover,
.btn-admission_gakubu.btn-hs.current {
  background-color: #e50039;
}
@media screen and (max-width: 767px) {
  #nav-admission_gakubu .label {
    font-size: 81.25%;
    margin-left: 0;
  }
  #nav-admission_gakubu .side-hachi,
  #nav-admission_gakubu .side-kamata {
    width: 100%;
    float: none;
    padding: 5px 5px 1px;
    zoom: 1;
  }
  #nav-admission_gakubu .side-hachi:before,
  #nav-admission_gakubu .side-hachi:after,
  #nav-admission_gakubu .side-kamata:before,
  #nav-admission_gakubu .side-kamata:after {
    content: "";
    display: table;
  }
  #nav-admission_gakubu .side-hachi:after,
  #nav-admission_gakubu .side-kamata:after {
    clear: both;
  }
  #nav-admission_gakubu .side-hachi {
    background-color: #8bd084;
  }
  #nav-admission_gakubu .side-kamata {
    background-color: #6DA4C7;
  }
  #nav-admission_gakubu .block-btns {
    display: block;
  }
  .btn-admission_gakubu {
    display: inline-block;
    width: 49%;
    height: 50px;
    float: left;
    margin-bottom: 5px;
    border-bottom-width: 6px;
    font-size: 100%;
  }
  .btn-admission_gakubu:nth-child(2n) {
    float: right;
  }
  .btn-admission_gakubu>span {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/* ICON
-------------------------------------------------------- */
/*　丸矢印　*/
*[class*="icon-cir-"] {
  width: 16px;
  height: 16px;
  line-height: 16px;
  display: inline-block;
  overflow: hidden;
  background-color: #273166;
  text-align: center;
  vertical-align: middle;
  margin-top: -3px;
  position: relative;
  font-size: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: 10px;
}
*[class*="icon-cir-"]:first-child {
  margin-left: 0;
  margin-right: 10px;
}
*[class*="icon-cir-s-"] {
  width: 14px;
  height: 14px;
  line-height: 14px;
}
.icon-cir-up:after {
  color: #FFF;
  content: "";
  display: inline-block;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  margin: 3px 0 0;
}
.icon-cir-down:after {
  color: #FFF;
  content: "";
  display: inline-block;
  border: 3px solid transparent;
  border-top-color: #fff;
  vertical-align: text-top;
}
.icon-cir-next:after {
  color: #FFF;
  content: "";
  display: inline-block;
  border: 3px solid transparent;
  border-left-color: #fff;
  vertical-align: middle;
  margin: 0 0 0 4px;
}
.icon-cir-s-next:after {
  color: #FFF;
  content: "";
  display: inline-block;
  border: 3px solid transparent;
  border-left-color: #fff;
  vertical-align: middle;
  margin: 0 0 0 4px;
}
/* 背景画像アイコン */
.icon,
.icon_ui,
.icon_admission,
.icon_global,
.icon-menu,
.icon-file {
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -o-background-size: contain;
  -ms-background-size: contain;
  background-size: contain;
  height: 0;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  text-indent: 200%;
}
/* icon */
.icon_ui {
  background-image: url("/common/images/icon_ui.png");
  background-size: 40px 382px;
}
.ielt9 .icon_ui {
  background-image: url("/common/images/icon_ui_ielt9.png");
}
.icon_ui.icon-access {
  padding: 22px 0 0;
  width: 20px;
  background-position: 0 0;
}
.icon_ui.icon-access_hover,
.nav-useful-btns .btn-access:hover .icon_ui {
  padding: 22px 0 0;
  width: 20px;
  background-position: 0 -32px;
}
.icon_ui.icon-contact {
  padding: 23px 0 0;
  width: 12px;
  background-position: 0 -64px;
}
.icon_ui.icon-contact_hover,
.nav-useful-btns .btn-contact:hover .icon_ui {
  padding: 23px 0 0;
  width: 12px;
  background-position: 0 -97px;
}
.icon_ui.icon-facebook {
  padding: 24px 0 0;
  width: 24px;
  background-position: 0 -130px;
}
.icon_ui.icon-line {
  padding: 26px 0 0;
  width: 27px;
  background-position: 0 -164px;
}
.icon_ui.icon-siryou {
  padding: 20px 0 0;
  width: 24px;
  background-position: 0 -260px;
}
.icon_ui.icon-siryou_hover,
.nav-useful-btns .btn-siryou:hover .icon_ui {
  padding: 20px 0 0;
  width: 24px;
  background-position: 0 -290px;
}
.icon_ui.icon-twitter {
  padding: 24px 0 0;
  width: 29px;
  background-position: 0 -320px;
}
.icon_ui.icon-youtube {
  padding: 28px 0 0;
  width: 23px;
  background-position: 0 -354px;
}
.icon_admission {
  background-image: url("/common/images/icon_admission.png");
  background-size: 41px 324px;
}
.ielt9 .icon_admission {
  background-image: url("/common/images/icon_admission_ielt9.png");
  background-size: 41px 324px;
}
.icon_admission.icon-goukaku {
  padding: 35px 0 0;
  width: 33px;
  background-position: 0 0;
}
.icon_admission.icon-goukaku_wh {
  padding: 35px 0 0;
  width: 33px;
  background-position: 0 -40px;
}
.icon_admission.icon-netentry {
  padding: 28px 0 0;
  width: 41px;
  background-position: 0 -80px;
}
.icon_admission.icon-netentry_s,
.nav-useful-btns .btn-netentry:hover .icon_admission {
  padding: 16.5px 0 0;
  width: 24px;
  background-position: 0 -113px;
}
.icon_admission.icon-netentry_s_wh {
  padding: 16.5px 0 0;
  width: 24px;
  background-position: 0 -135px;
}
.icon_admission.icon-netentry_wh {
  padding: 28px 0 0;
  width: 41px;
  background-position: 0 -156px;
}
.icon_admission.icon-online {
  padding: 33px 0 0;
  width: 30px;
  background-position: 0 -189px;
}
.icon_admission.icon-online_wh {
  padding: 33px 0 0;
  width: 30px;
  background-position: 0 -227px;
}
.icon_admission.icon-syutugan {
  padding: 27px 0 0;
  width: 37px;
  background-position: 0 -265px;
}
.icon_admission.icon-syutugan_wh {
  padding: 27px 0 0;
  width: 37px;
  background-position: 0 -297px;
}
.icon_admission_sp {
  background-image: url(/common/images/icon_admission_sp1602.png);
  background-size: 32px 633px;
  height: 0;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.ielt9 .icon_admission_sp {
  background-image: url("/common/images/icon_admission_sp1602_ielt9.png");
}
.icon_admission_sp.icon-calender {
  padding: 33px 0 0;
  width: 31px;
  background-position: 0 0;
}
.icon_admission_sp.icon-calender_wh {
  padding: 33px 0 0;
  width: 31px;
  background-position: 0 -38px;
}
.icon_admission_sp.icon-contact {
  padding: 23px 0 0;
  width: 12px;
  background-position: 0 -76px;
}
.icon_admission_sp.icon-contact_wh,
.btn-admission_sp.btn-contact:hover i {
  padding: 23px 0 0;
  width: 12px;
  background-position: 0 -104px;
}
.icon_admission_sp.icon-digijukenhyo {
  padding: 24px 0 0;
  width: 22px;
  background-position: 0 -132px;
}
.icon_admission_sp.icon-digijukenhyo_wh,
.btn-admission_sp.btn-digijukenhyo:hover i {
  padding: 24px 0 0;
  width: 22px;
  background-position: 0 -161px;
}
.icon_admission_sp.icon-dl {
  padding: 22px 0 0;
  width: 22px;
  background-position: 0 -190px;
}
.icon_admission_sp.icon-dl_wh,
.btn-admission_sp.btn-dl:hover i {
  padding: 22px 0 0;
  width: 22px;
  background-position: 0 -217px;
}
.icon_admission_sp.icon-feeexam {
  padding: 22px 0 0;
  width: 22px;
  background-position: 0 -244px;
}
.icon_admission_sp.icon-feeexam_wh,
.btn-admissionlinks.btn-feeexam:hover i {
  padding: 22px 0 0;
  width: 22px;
  background-position: 0 -271px;
}
.icon_admission_sp.icon-goukaku {
  padding: 24px 0 0;
  width: 22px;
  background-position: 0 -298px;
}
.icon_admission_sp.icon-goukaku_wh,
.btn-admission_sp.btn-gohi:hover i {
  padding: 24px 0 0;
  width: 22px;
  background-position: 0 -327px;
}
.icon_admission_sp.icon-netentry {
  padding: 22px 0 0;
  width: 32px;
  background-position: 0 -356px;
}
.icon_admission_sp.icon-netentry_wh,
.btn-admission_sp.btn-netentry:hover i,
.btn-admissionlinks.btn-netentry:hover i {
  padding: 22px 0 0;
  width: 32px;
  background-position: 0 -383px;
}
.icon_admission_sp.icon-point {
  padding: 25px 0 0;
  width: 24px;
  background-position: 0 -410px;
}
.icon_admission_sp.icon-point_wh,
.btn-admission_sp.btn-point:hover i {
  padding: 25px 0 0;
  width: 24px;
  background-position: 0 -440px;
}
.icon_admission_sp.icon-print {
  padding: 27px 0 0;
  width: 31px;
  background-position: 0 -470px;
}
.icon_admission_sp.icon-print_wh,
.btn-print-calender:hover i {
  padding: 27px 0 0;
  width: 31px;
  background-position: 0 -502px;
}
.icon_admission_sp.icon-scholar {
  padding: 22px 0 0;
  width: 17px;
  background-position: 0 -534px;
}
.icon_admission_sp.icon-scholar_wh,
.btn-admission_sp.btn-scholar:hover i,
.btn-admissionlinks.btn-scholar:hover i {
  padding: 22px 0 0;
  width: 17px;
  background-position: 0 -561px;
}
.icon_admission_sp.icon-siryou {
  padding: 20px 0 0;
  width: 24px;
  background-position: 0 -588px;
}
.icon_admission_sp.icon-siryou_wh,
.btn-admissionlinks.btn-siryou:hover i {
  padding: 20px 0 0;
  width: 24px;
  background-position: 0 -613px;
}
.icon_global {
  background-image: url("/common/images/icon_global_2015_2.png");
  background-size: 48px 456px;
  padding: 48px 0 0;
  width: 48px;
}
.icon_global.icon-admission {
  background-position: 0 0;
}
.icon_global.icon-campus {
  background-position: 0 -68px;
}
.icon_global.icon-employment {
  background-position: 0 -136px;
}
.icon_global.icon-event {
  background-position: 0 -204px;
}
.icon_global.icon-gaiyou {
  background-position: 0 -272px;
}
.icon_global.icon-gakubu {
  background-position: 0 -340px;
}
.icon_global.icon-student {
  background-position: 0 -408px;
}
@media screen and (max-width: 767px) {
  .icon_global {
    width: 30px;
    padding-top: 30px;
    -webkit-background-size: 30px auto;
    -o-background-size: 30px auto;
    background-size: 30px auto;
  }
  .icon_global.icon-admission {
    background-position: 0 0;
  }
  .icon_global.icon-campus {
    background-position: 0 -42.5px;
  }
  .icon_global.icon-employment {
    background-position: 0 -85px;
  }
  .icon_global.icon-event {
    background-position: 0 -127.5px;
  }
  .icon_global.icon-gaiyou {
    background-position: 0 -170px;
  }
  .icon_global.icon-gakubu {
    background-position: 0 -212.5px;
  }
  .icon_global.icon-student {
    background-position: 0 -255px;
  }
}
.icon-menu {
  background-image: url("/common/images/icon-menu.png");
  background-position: right top;
  padding: 50px 0 0;
  width: 40px;
}
.icon-file {
  background-image: url("/common/images/icon-file.png");
  background-position: 0 0;
  padding: 30px 0 0;
  width: 23px;
}
.icon-deviceview {
  display: inline-block;
  vertical-align: middle;
  background: url("/common/images/icon-deviceview-pc.png") no-repeat top center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  font-size: 0;
  width: 27px;
  height: 0;
  padding: 27px 0 0;
}
.view-pc .icon-deviceview {
  background-image: url("/common/images/icon-deviceview-smp.png");
}
.icon-newwin,
.icon-newwin-white {
  background-image: url("/common/images/icon-newwin.png");
  background-position: 0 0;
  padding: 19px 0 0;
  width: 22px;
  margin-top: -5px;
}
.icon-newwin-white,
.btn:hover .icon-newwin {
  background-image: url("/common/images/icon-newwin-white.png");
}
/* LINK
-------------------------------------------------------- */
.link-arrow {
  display: inline-block;
  padding-left: 11px;
  text-indent: -11px;
}
.link-arrow:before {
  content: "";
  display: inline-block;
  border: 4px solid transparent;
  border-left-color: #000;
  vertical-align: middle;
  margin: -0.2em 3px 0 0;
}
/* リンクにリストマーク */
.linkmark_indigo {
  display: inline-block;
  padding-left: 11px;
  text-indent: -11px;
}
.linkmark_indigo:before {
  content: "";
  display: inline-block;
  border: 4px solid transparent;
  border-left-color: #424a8b;
  vertical-align: middle;
  margin: -0.2em 3px 0 0;
}
a.link-arrow {
  text-decoration: none;
}
a.link-arrow:hover,
a.link-arrow:active,
a.link-arrow:focus {
  text-decoration: underline;
}
.redlink a:link,
.redlink a:hover,
.redlink a:active,
.redlink a:hover {
  color: #FF0000;
}
.link-text {
  text-decoration: none;
  color: #333;
}
.link-text:hover, .link-text:active, .link-text:focus {
  text-decoration: underline;
}
/* 研究室?プロジェクト紹介 用
*/
/* 詳細はこちら */
.teacherms a,
.teacherbs a,
.teacheres a,
.teachercs a,
.teacherdesign a,
.teachermedical a,
.teacherentre a,
.teacherlaboratory a,
.teacherla a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  line-height: 1em;
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
  color: #FFFFFF;
  margin: 5px 0;
  font-size: 12px;
  text-decoration: none;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.teacherms a::before,
.teacherbs a::before,
.teacheres a::before,
.teachercs a::before,
.teacherdesign a::before,
.teachermedical a::before,
.teacherentre a::before,
.teacherlaboratory a::before,
.teacherla a::before {
  content: "";
  display: inline-block;
  content: "";
  display: inline-block;
  border: 3px solid transparent;
  border-left-color: #fff;
}
.teacherms a:hover,
.teacherbs a:hover,
.teacheres a:hover,
.teachercs a:hover,
.teacherdesign a:hover,
.teachermedical a:hover,
.teacherentre a:hover,
.teacherlaboratory a:hover,
.teacherla a:hover {
  opacity: 0.8;
}
.teacherms a {
  background-color: #cc3327;
}
.teacherbs a {
  background-color: #167246;
}
.teacheres a {
  background-color: #56599a;
}
.teachercs a {
  background-color: #016590;
}
.teacherdesign a {
  background-color: #efbd1e;
}
.teachermedical a {
  background-color: #e50039;
}
.teacherentre a {
  background-color: #e50039;
}
.teacherlaboratory a {
  background-color: #b260b1;
}
.teacherla a {
  background-color: #949494;
}
/* BTN
-------------------------------------------------------- */
.figure-clip-sq {
  display: inline-block;
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}
.figure-clip-sq > img {
  max-width: inherit;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* jstream サムネイル */
.thumb_video,
.thumb_jst {
  position: relative;
  display: block;
  overflow: hidden;
}
.thumb_video .thumb,
.thumb_jst .thumb {
  width: 100%;
  height: auto;
  display: block;
}
.thumb_video .play,
.thumb_jst .play {
  width: 40%;
  max-width: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  height: auto;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.thumb_video > a,
.thumb_jst > a {
  z-index: 0;
}
.thumb_video .fornoflash,
.thumb_video .iphone,
.thumb_jst .fornoflash,
.thumb_jst .iphone {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  display: none;
}
.noflash .thumb_jst .fornoflash,
.noflash .thumb_jst .iphone {
  display: block;
}

.btn {
  text-decoration: none;
  vertical-align: middle;
  line-height: 1;
}
.btn-s {
  background-color: #273166;
  padding: 0.3em 0.4em;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.btn-s, .btn-s:hover, .btn-s:active, .btn-s:focus, .btn-s:visited {
  color: #FFF;
}
.btn-m {
  display: inline-block;
  background-color: #273166;
  padding: 0.6em 1em;
  font-weight: bold;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.btn-m, .btn-m:hover, .btn-m:active, .btn-m:focus, .btn-m:visited {
  color: #FFF;
}
.btn-thumb {
  border: solid 1px #273166;
  display: table;
  width: 100%;
  height: 100%;
  color: #696969;
  text-decoration: none;
  font-size: 87.5%;
  padding: 12px;
  position: relative;
}
.btn-thumb > .thumb, .btn-thumb > span {
  display: table-cell;
  height: 50px;
}
.btn-thumb > .thumb {
  width: 50px;
  vertical-align: top;
  font-size: 0;
  overflow: hidden;
}
.btn-thumb > .thumb img {
  display: block;
}
.btn-thumb > span {
  line-height: 1.2;
  padding: 0 15px 0 10px;
  vertical-align: middle;
}
.btn-thumb .icon-cir-s-next {
  margin: -6px 0 0 0;
  position: absolute;
  right: 10px;
  top: 50%;
}
.btn-thumb.plain {
  padding: 0;
  border: none;
  width: inherit;
}
.btn-img {
  display: inline-block;
  text-decoration: none;
  max-width: 100%;
}
.btn-img img {
  display: block;
  max-width: 100%;
  height: auto;
}
.btn-row {
  width: 100%;
  display: inline-block;
  font-family: "UD新ゴ コンデンス90 EL", "UD Shin Go Conde90 EL", sans-serif;
  background-color: #273166;
  color: #FFF;
  text-align: center;
  font-size: 112.5%;
  padding: 0.9em 0.2em;
  line-height: 1;
}
.btn-row > i {
  vertical-align: middle;
}
.btn-row:link, .btn-row:visited {
  color: #FFF;
}
.btn-row.btn-white {
  background-color: #FFF;
  border: 1px solid #273166;
}
.btn-row.btn-white, .btn-row.btn-white:link, .btn-row.btn-white:visited {
  color: #273166;
}
.btn-row.btn-gray {
  background-color: #FFF;
  border: 1px solid #a0a8b3;
}
.btn-row.btn-gray, .btn-row.btn-gray:link, .btn-row.btn-gray:visited {
  color: #000;
}
.btn-row-small {
  width: 100%;
  display: inline-block;
  font-family: "UD新ゴ コンデンス90 EL", "UD Shin Go Conde90 EL", sans-serif;
  background-color: #273166;
  color: #FFF;
  text-align: center;
  font-size: 100%;
  padding: 0.9em 0.2em;
  line-height: 1;
}
.btn-row-small > i {
  vertical-align: middle;
}
.btn-row-small:link, .btn-row-small:visited {
  color: #FFF;
}
.btn-row-large {
  width: 100%;
  display: inline-block;
  font-family: "UD新ゴ コンデンス90 EL", "UD Shin Go Conde90 EL", sans-serif;
  background-color: #273166;
  color: #FFF;
  text-align: center;
  font-size: 250%;
  padding: 0.9em 0;
  line-height: 1.2;
}
.btn-row-large > i {
  vertical-align: middle;
}
.btn-row-large:link, .btn-row-large:visited {
  color: #FFF;
}
.btn-row-large:hover {
  filter: brightness(120%);
}
.btn-row-large.btn-next span {
  display: inline-block;
  padding-right: 0.5em;
}
.btn-row-large.btn-next span:before {
  content: "";
  display: inline-block;
  border: 0.24em solid transparent;
  border-left-color: #fff;
  vertical-align: middle;
  margin: 0 0.2em 0 0;
}
.btn-row-large.btn-prev span {
  display: inline-block;
  padding-right: 0.5em;
}
.btn-row-large.btn-prev span:before {
  content: "";
  display: inline-block;
  border: 0.24em solid transparent;
  border-right-color: #fff;
  vertical-align: middle;
  margin: 0 0.5em 0 -0.24em;
}
.btn-row-large.btn-white {
  background-color: #FFF;
  border: 1px solid #273166;
}
.btn-row-large.btn-white, .btn-row-large.btn-white:link, .btn-row-large.btn-white:visited {
  color: #273166;
}
.btn-row-large.btn-white:hover {
  color: #FFF;
  background-color: #3d56b2;
}
.btn-row-large.btn-orange {
  background-color: #ff9e25;
  border: 1px solid #ff9e25;
}
.btn-row-large.btn-orange:hover {
  background-color: #ff9e25;
}
.btn-chev-right {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  color: #FFF;
  background: #273166;
  padding: 1.2em 2.5em 1.2em 1.75em;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207%2011%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%2010L5.5%205.5L1%201%22%20stroke-width%3D%221.75%22%20stroke%3D%22%23ffffff%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: auto 0.7em;
}
.btn-chev-right:hover, .btn-chev-right:active, .btn-chev-right:focus, .btn-chev-right:visited {
  color: #FFF;
}
.btn-chev-right:hover, .btn-chev-right:active, .btn-chev-right:focus {
    -webkit-filter: brightness(120%);
            filter: brightness(120%);
}
.btn-chev-right.btn--m {
  padding: 1em 2.2em 1em 1.2em;
  background-position: right 0.8em center;
}
.btn-chev-right.btn--block {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-chev-right.campus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%207%2011%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%2010L5.5%205.5L1%201%22%20stroke-width%3D%221.75%22%20stroke%3D%22%23000000%22%2F%3E%3C%2Fsvg%3E");

}

@media screen and (max-width: 767px) {
  /* タブレット未満 */
  .btn-row-small {
  font-size: 87.5%;
  }
  .btn-row-large {
  font-size: 175%;
  }
}
.row-bgimg {
  width: 100%;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
  font-family: "UDタイポス512", "UDTypos512", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro";
  background-color: #eeeff1;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #FFF;
  text-align: left;
  font-size: 150%;
  line-height: 1.2;
  position: relative;
  height: 145px;
  -webkit-box-shadow: 0 0 0 1px #eeeff1;
  box-shadow: 0 0 0 1px #eeeff1;
}
.row-bgimg, .row-bgimg .txt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row-bgimg .txt {
  display: table;
  min-width: 90%;
  margin: 0 auto;
  padding: 0.3em 0.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(51, 51, 51, 0.6);
  text-shadow: 0 0 5px #333;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.row-bgimg .txt > * {
  display: table-cell;
  vertical-align: middle;
}
.row-bgimg .weight-bold {
  font-family: "新ゴ DB", "Shin Go DeBold", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro";
  font-weight: normal;
}
.row-bgimg .arrow-next:before {
  content: "";
  content: "";
  display: inline-block;
  border: 0.3em solid transparent;
  border-left-color: #fff;
  vertical-align: middle;
  margin: -0.1em 0.2em 0 0;
}
.row-bgimg .arrow-prev:before {
  content: "";
  content: "";
  display: inline-block;
  border: 0.3em solid transparent;
  border-right-color: #fff;
  vertical-align: middle;
  margin: -0.1em 0.5em 0 -0.3em;
}
.row-bgimg.type-white .txt {
  background-color: rgba(255, 255, 255, 0.6);
  text-shadow: none;
  color: #333;
}
.row-bgimg.no-base .txt {
  background-color: transparent;
  padding-top: 0;
  padding-bottom: 0;
}
.row-bgimg #todayblog {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック";
}
.row-bgimg.-insta {
  background-repeat: no-repeat;
  background-image: url("/common/images/2021/insta_icon.png"), url("/common/images/2021/insta_bg.png");
  -webkit-background-size: 83px auto, cover;
  -o-background-size: 83px auto, cover;
  background-size: 83px auto, cover;
  background-position: left 40px center, center;
}
.row-bgimg.-insta .txt {
  min-width: 85%;
  background-color: transparent;
  margin: 0 0 0 130px;
  padding: 0;
  text-shadow: none;
}
.row-bgimg.-insta .user {
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Droid Sans Japanese, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: inline-block;
  font-size: 0.875em;
  font-weight: bold;
  line-height: 1;
  text-align: right;
  position: absolute;
  right: 1.5em;
  bottom: 1em;
}
a.row-bgimg:link, a.row-bgimg:visited {
  color: #FFF;
}
.arrow-next.color-navi:before {
  border-left-color: #4BF9FF;
}
@media screen and (max-width: 767px) {
  /* タブレット未満 */
  .row-bgimg {
  height: auto;
  font-size: 100%;
  padding: 10px 20px;
  }
  .row-bgimg .txt {
  position: relative;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  }
  .row-bgimg.hover-bgsize {
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
  .row-bgimg.hover-bgsize:hover {
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
  .row-bgimg.-insta {
  -webkit-background-size: 40px auto,cover;
  -o-background-size: 40px auto,cover;
  background-size: 40px auto,cover;
  background-position: left 15px top 10px, center;
  }
  .row-bgimg.-insta .txt {
  margin-left: 40px;
  margin-bottom: .4em;
  }
  .row-bgimg.-insta .user {
  display: block;
  position: relative;
  right: auto;
  bottom: auto;
  }
}
.banner-img {
  display: block;
  position: relative;
  overflow: hidden;
}
.banner-img img {
  display: block;
}
/* ページ上部のシンプルメニュー　とセットの「ページトップへ」ボタン */
.pagetoplink {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .pagetoplink {
  margin: 5px 0 10px;
  }
}
.btn-pagetop {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  color: #666;
  text-decoration: none;
  line-height: 1em;
  vertical-align: middle;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #f2f2f2;
}
.btn-pagetop:after {
  content: "";
  display: inline-block;
  background: url("/gakubu/images/icon-pagetop8.png") no-repeat top left;
  width: 8px;
  height: 8px;
  vertical-align: middle;
  margin-left: 0.4em;
}
/* 資料請求はこちら 160726 */
.ui-content .btn-siryou {
  border: none;
  background-color: #ff9638;
}
.ui-content .btn-siryou span {
  display: inline-block;
  padding-right: 0.5em;
}
.ui-content .btn-siryou span:before {
  content: "";
  display: inline-block;
  border: 0.24em solid transparent;
  border-left-color: #191f41;
  vertical-align: middle;
  margin: 0 0.2em 0 0;
}
.ui-content .btn-siryou:hover {
  background-color: #ffa838;
}
.ui-content .btn-siryou, .ui-content .btn-siryou:link, .ui-content .btn-siryou:visited {
  color: #191f41;
}
.btn-card {
  font-family: "UD新ゴ コンデンス90 EL", "UD Shin Go Conde90 EL", sans-serif;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 8em;
  position: relative;
  font-size: 1em;
  padding: 1.2em 1.25em;
  line-height: 1.2;
  background-color: #273166;
}
.btn-card > em {
  font-size: 1.5em;
  font-weight: normal;
  display: block;
}
.btn-card > span {
  font-size: 1em;
  line-height: 1;
  display: block;
  text-align: right;
  padding-right: .5em;
}
.btn-card, .btn-card:visited {
  color: #FFF;
}
.btn-card:after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-color: transparent transparent transparent #FFF;
  border-width: 4px;
  position: absolute;
  right: 2px;
  bottom: 6px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  .btn-card {
  font-size: 0.6875em;
  }
}
.btn.btn-r--s, .btn-s.btn-r--s {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.btn .arrow-next, .btn-s .arrow-next {
  display: inline-block;
  padding-right: 0.5em;
}
.btn .arrow-next:before, .btn-s .arrow-next:before {
  content: "";
  display: inline-block;
  border: 0.3em solid transparent;
  border-left-color: #fff;
  vertical-align: middle;
  margin: -0.2em 0.1em 0 0;
}
.btn .arrow-next.theme:before, .btn-s .arrow-next.theme:before {
  border-left-color: #273166;
}
.btn .arrow-prev, .btn-s .arrow-prev {
  display: inline-block;
  padding-right: 0.5em;
}
.btn .arrow-prev:before, .btn-s .arrow-prev:before {
  content: "";
  display: inline-block;
  border: 0.3em solid transparent;
  border-right-color: #fff;
  vertical-align: middle;
  margin: -0.2em 0.5em 0 -0.3em;
}
.btn .arrow-prev.theme:before, .btn-s .arrow-prev.theme:before {
  border-right-color: #273166;
}
.btn.btn-white, .btn-s.btn-white {
  background-color: #FFF;
  border: 1px solid #273166;
}
.btn.btn-white, .btn.btn-white:link, .btn.btn-white:visited, .btn-s.btn-white, .btn-s.btn-white:link, .btn-s.btn-white:visited {
  color: #273166;
}
.btn.btn-gray, .btn-s.btn-gray {
  background-color: #FFF;
  border: 1px solid #a0a8b3;
}
.btn.btn-gray, .btn.btn-gray:link, .btn.btn-gray:visited, .btn-s.btn-gray, .btn-s.btn-gray:link, .btn-s.btn-gray:visited {
  color: #000;
}
.btn.theme, .btn.--theme {
  background-color: #273166;
}

.btn.bs, .btn.--bs {
  background-color: #6da84e;
}

.btn.cs, .btn.--cs {
  background-color: #2a638b;
}

.btn.ds, .btn.--ds {
  background-color: #e87f00;
}

.btn.ms, .btn.--ms {
  background-color: #c13a48;
}

.btn.hs, .btn.--hs {
  background-color: #d22c40;
}

.btn.eng, .btn.--eng {
  background-color: #575489;
}

.btn.kyoyo, .btn.--kyoyo {
  background-color: #ada783;
}

.btn.campus, .btn.--campus {
  background-color: #c89932;
}

.btn.employment, .btn.--employment {
  background-color: #43676b;
}

.btn.research, .btn.--research {
  background-color: #7C477B;
}
.btncolor-theme {
  background-color: #273166;
}
.btncolor-theme, .btncolor-theme:visited {
  color: #FFF;
}
.btncolor-eng {
  background-color: #575488;
  color: #FFF;
}
.btncolor-eng, .btncolor-eng:visited {
  color: #FFF;
}
.btncolor-ms {
  background-color: #c03a48;
}
.btncolor-ms, .btncolor-ms:visited {
  color: #FFF;
}
.btncolor-cs {
  background-color: #006590;
}
.btncolor-cs, .btncolor-cs:visited {
  color: #FFF;
}
.btncolor-ds {
  background-color: #7b7b7b;
}
.btncolor-ds, .btncolor-ds:visited {
  color: #FFF;
}
.btncolor-bs {
  background-color: #026636;
}
.btncolor-bs, .btncolor-bs:visited {
  color: #FFF;
}
.btncolor-hs {
  background-color: #e5003a;
}
.btncolor-hs, .btncolor-hs:visited {
  color: #FFF;
}
.btncolor-facebook {
  background-color: #3c5b99;
}
.btncolor-facebook, .btncolor-facebook:visited {
  color: #FFF;
}
.btncolor-twitter {
  background-color: #16b2eb;
}
.btncolor-twitter, .btncolor-twitter:visited {
  color: #FFF;
}
.btncolor-insta {
  background-color: #bc2a8d;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuMCIgeDI9IjEuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIxMCUiIHN0b3AtY29sb3I9IiM4YTNhYjkiLz48c3RvcCBvZmZzZXQ9IjYwJSIgc3RvcC1jb2xvcj0iI2JjMmE4ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5NTk1MCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(10%, #8a3ab9), color-stop(60%, #bc2a8d), color-stop(100%, #e95950));
  background-image: -moz-linear-gradient(top, #8a3ab9 10%, #bc2a8d 60%, #e95950 100%);
  background-image: -webkit-linear-gradient(top, #8a3ab9 10%, #bc2a8d 60%, #e95950 100%);
  background-image: linear-gradient(to bottom right, #8a3ab9 10%, #bc2a8d 60%, #e95950 100%);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF8A3AB9', endColorstr='#FFE95950');
}
.btncolor-insta, .btncolor-insta:visited {
  color: #FFF;
}
.btncolor-lightgray {
  background-color: #f2f2f2;
  border: 1px solid #a6a6a6;
}
.btncolor-lightgray, .btncolor-lightgray:visited {
  color: #333;
}
.btncolor-gaiyou {
  background-color: #f0d706;
}
.btncolor-gaiyou, .btncolor-gaiyou:visited {
  color: #333;
}
.btncolor-gakubu {
  background-color: #22d84b;
}
.btncolor-gakubu, .btncolor-gakubu:visited {
  color: #333;
}
.btncolor-admission {
  background-color: #ef7751;
}
.btncolor-admission, .btncolor-admission:visited {
  color: #fff;
}
.btncolor-student {
  background-color: #34e7e8;
}
.btncolor-student, .btncolor-student:visited {
  color: #333;
}
.btncolor-campus {
  background-color: #c89932;
}
.btncolor-campus, .btncolor-campus:visited {
  color: #fff;
}
.btn-orange[class*="btn"] {
  background-color: #ff9e25;
  border: 1px solid #ff9e25;
}
.btncolor-kamata {
  background-color: #1c66b9;
}
.btncolor-kamata, .btncolor-kamata:hover, .btncolor-kamata:visited {
  color: #fff;
}
.btncolor-kamata:hover {
  background-color: #1c66b9;
  filter: brightness(120%);
}

.btncolor-hachi {
  background-color: #2ea12c;
}
.btncolor-hachi, .btncolor-hachi:hover, .btncolor-hachi:visited {
  color: #fff;
}
.btncolor-hachi:hover {
  background-color: #2ea12c;
  filter: brightness(120%);
}
@media (hover: hover) {
  .btn {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  }
  .btn:hover {
  text-decoration: none;
  }
  .btn-img img {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  }
  .btn-img:hover img, .btn-img:active img, .btn-img:focus img {
  filter: brightness(110%);
  }
  .btn-row:hover {
  background-color: #3d56b2;
  }
  .btn-row.btn-white:hover {
  color: #FFF;
  background-color: #3d56b2;
  }
  .btn-row.btn-gray:hover {
  background-color: #eeeff1;
  }
  .btn-row-small:hover {
  background-color: #3d56b2;
  }
  .row-bgimg {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  }
  .row-bgimg.hover-bgsize {
  -webkit-background-size: auto 100%;
  -o-background-size: auto 100%;
  background-size: auto 100%;
  }
  .row-bgimg.hover-bgsize:hover {
  -webkit-background-size: auto 120%;
  -o-background-size: auto 120%;
  background-size: auto 120%;
  }
  .row-bgimg:hover {
  text-decoration: none;
  }
  a.row-bgimg:hover, a.row-bgimg:active, a.row-bgimg:focus {
  color: #FFF;
  filter: brightness(110%);
  }
  .banner-img:hover:after, .banner-img:active:after, .banner-img:focus:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  }
  .btn-pagetop:hover {
  background-color: #eee;
  }
  .ui-content .btn-siryou:hover {
  color: #191f41;
  background-color: #ffa838;
  }
  .btn-card:hover {
  color: #FFF;
  background-color: #35438b;
  }
  .btn.btn-white:hover, .btn-s.btn-white:hover {
  color: #FFF;
  background-color: #3d56b2;
  }
  .btn.btn-gray:hover, .btn-s.btn-gray:hover {
  background-color: #eeeff1;
  }
  .btn.theme:hover, .btn.theme:active, .btn.theme:focus, .btn-s.theme:hover, .btn-s.theme:active, .btn-s.theme:focus {
  background-color: #35438b;
  }
  .btn.bs:hover, .btn.bs:active, .btn.bs:focus, .btn-s.bs:hover, .btn-s.bs:active, .btn-s.bs:focus {
  background-color: #88bb6e;
  }
  .btn.cs:hover, .btn.cs:active, .btn.cs:focus, .btn-s.cs:hover, .btn-s.cs:active, .btn-s.cs:focus {
  background-color: #367fb2;
  }
  .btn.ds:hover, .btn.ds:active, .btn.ds:focus, .btn-s.ds:hover, .btn-s.ds:active, .btn-s.ds:focus {
  background-color: #ff981c;
  }
  .btn.ms:hover, .btn.ms:active, .btn.ms:focus, .btn-s.ms:hover, .btn-s.ms:active, .btn-s.ms:focus {
  background-color: #cf5f6b;
  }
  .btn.hs, .btn-s.hs {
  background-color: #d22c40;
  }
  .btn.hs:hover, .btn.hs:active, .btn.hs:focus, .btn-s.hs:hover, .btn-s.hs:active, .btn-s.hs:focus {
  background-color: #db5666;
  }
  .btn.eng:hover, .btn.eng:active, .btn.eng:focus, .btn-s.eng:hover, .btn-s.eng:active, .btn-s.eng:focus {
  background-color: #6f6ba5;
  }
  .btn.kyoyo:hover, .btn.kyoyo:active, .btn.kyoyo:focus, .btn-s.kyoyo:hover, .btn-s.kyoyo:active, .btn-s.kyoyo:focus {
  background-color: #c1bda2;
  }
  .btn.campus:hover, .btn.campus:active, .btn.campus:focus, .btn-s.campus:hover, .btn-s.campus:active, .btn-s.campus:focus {
  background-color: #c89932;
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
  }
  .btn.employment:hover, .btn.employment:active, .btn.employment:focus, .btn-s.employment:hover, .btn-s.employment:active, .btn-s.employment:focus {
  background-color: #57858a;
  }
  .btn.research:hover, .btn.research:active, .btn.research:focus, .btn-s.research:hover, .btn-s.research:active, .btn-s.research:focus {
  background-color: #a284a1;
  }
  .btncolor-theme:hover {
  background-color: #323f84;
  }
  .btncolor-eng:hover {
  background-color: #6865a0;
  }
  .btncolor-ms:hover {
  background-color: #cc5763;
  }
  .btncolor-cs:hover {
  background-color: #0082b9;
  }
  .btncolor-ds:hover {
  background-color: #8f8f8f;
  }
  .btncolor-bs:hover {
  background-color: #038e4b;
  }
  .btncolor-hs:hover {
  background-color: #ff0f4c;
  }
  .btncolor-facebook:hover {
  background-color: #476cb6;
  }
  .btncolor-twitter:hover {
  background-color: #3cbeee;
  }
  .btncolor-insta:hover {
  filter: brightness(120%);
  }
  .btncolor-lightgray:hover {
  background-color: white;
  color: #333;
  }
  .btncolor-gaiyou:hover {
  background-color: #fae325;
  color: #333;
  }
  .btncolor-gakubu:hover {
  background-color: #4ae36d;
  color: #333;
  }
  .btncolor-admission:hover {
  background-color: #f29476;
  color: #fff;
  }
  .btncolor-student:hover {
  background-color: #62eced;
  color: #333;
  }
  .btncolor-campus:hover {
  background-color: #d3aa50;
  color: #fff;
  }
  .btn-orange[class*="btn"]:hover {
  background-color: #ffbd04;
  }
}
/* BLOCK
-------------------------------------------------------- */
.text {
  line-height: 1.5;
}
.text02 {
  line-height: 1.5;
  padding-left: 20px;
}
.mainbox {
  padding: 9px 11px 9px;
  border: solid 1px #c5c9ce;
  overflow: hidden;
}
.columntxt {
  margin-bottom: 19px;
  clear: both;
}
.columntxt p {
  line-height: 1.8;
  margin-bottom: 1em;
}
.summary {
  padding: 13px 15px;
  border: solid 1px #d7e2f8;
  background: #f3f6fb;
  line-height: 1.5em;
}
.summary p:last-child {
  margin-bottom: 0;
}
.annnaibox {
  padding: 13px 15px;
  border: solid 1px #cccccc;
  background: #f7f7f7;
  margin-top: 10px;
  overflow: hidden;
}
.annnaibox p {
  margin-top: 10px;
}
.photoBox {
  margin: 18px 0 20px 0;
  padding: 0 0 5px;
  float: none;
  clear: both;
  overflow: hidden;
}
.photoBox h4,
.photoBox .box-heading {
  line-height: 1.3;
  font-size: 112.5%;
  font-weight: 600;
  color: #333366;
  margin: 0 0 5px;
  padding: 2px 0;
}
.photoBox p.author {
  background: url("/dbps_data/_template_/_user_/_SITE_/renew/_res/images/img_line_dotted.gif") repeat-x bottom;
  text-align: right;
  padding: 10px 0 20px 0;
}
.photoBox ul {
  background: #e4e4e4;
  padding: 20px 0 10px 20px;
  overflow: hidden;
  clear: both;
  float: none;
}
.photoBox li {
  margin: 0 10px 10px 0;
  vertical-align: middle;
  float: left;
}
@media screen and (max-width: 767px) {
  .photoBox ul {
    padding-top: 10px;
    padding-left: 10px;
  }
  .photoBox li {
    width: calc(33.33% - 10px);
  }
}
.block-movielibrary+*[class*='headline'] {
  margin-top: 6%;
}
.block-movielibrary .row-alwaystable {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 40px;
}
.block-movielibrary .row-alwaystable>.col {
  display: table-cell;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.block-movielibrary .row-alwaystable:last-child {
  margin-bottom: 0;
}
.block-movielibrary.col2 {
  margin-left: -20px;
  margin-right: -20px;
}
.block-movielibrary.col2 .row-alwaystable {
  border-spacing: 20px 0;
}
.block-movielibrary.col2 .row-alwaystable>.col {
  width: 50%;
}
.block-movielibrary.col3 {
  margin-left: -16px;
  margin-right: -16px;
}
.block-movielibrary.col3 .row-alwaystable {
  border-spacing: 16px 0;
}
.block-movielibrary.col3 .row-alwaystable>.col {
  width: 33.3%;
}
.block-movielibrary.col4 {
  margin-left: -16px;
  margin-right: -16px;
}
.block-movielibrary.col4 .row-alwaystable {
  border-spacing: 16px 0;
}
.block-movielibrary.col4 .row-alwaystable>.col {
  width: 25%;
}
.block-movielibrary .btn-detail {
  display: block;
  background-color: #eeeff1;
  color: #333;
  text-align: center;
  padding: 0.8em 1.5em;
  line-height: 1;
}
.block-movielibrary .btn-gotext {
  display: block;
  background-color: #fff;
  color: #333;
  border: 1px solid #333;
  text-align: center;
  padding: 0.8em 1.5em;
  line-height: 1;
}
.block-movielibrary .btn-next {
  position: relative;
}
.block-movielibrary .btn-next:after {
  content: "";
  display: inline-block;
  border: 6px solid transparent;
  border-left-color: #333;
  border-width: 5px 8px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
}
.block-movielibrary .btn-next.hs:after {
  border-left-color: #fff;
}
.block-movielibrary .movie {
  margin: 0 0 1px;
}
.block-movielibrary .text {
  padding: 1em 0;
}
.block-movielibrary .data {
  padding: 0.6em 0 0;
  text-align: right;
  clear: none;
}
.block-movielibrary .data+.btn {
  margin-top: 0.5em;
}
.box-movielibrary {
  position: relative;
  padding: 0 0 1em;
  vertical-align: top;
}
.box-movielibrary:after {
  content: "";
  display: block;
  width: 100%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIvPjxzdG9wIG9mZnNldD0iMzMuMzMzMzMlIiBzdG9wLWNvbG9yPSIjMzMzMzMzIi8+PHN0b3Agb2Zmc2V0PSIzMy4zMzMzMyUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #333333), color-stop(33.33333%, #333333), color-stop(33.33333%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(left, #333333, #333333 33.33333%, rgba(0, 0, 0, 0) 33.33333%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(left, #333333, #333333 33.33333%, rgba(0, 0, 0, 0) 33.33333%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to right, #333333, #333333 33.33333%, rgba(0, 0, 0, 0) 33.33333%, rgba(0, 0, 0, 0) 100%);
  background-size: 3px 3px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .block-movielibrary .row-alwaystable {
    margin-bottom: 20px;
  }
  .block-movielibrary.col2,
  .block-movielibrary.col3,
  .block-movielibrary.col4 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .block-movielibrary.col2 .row-alwaystable,
  .block-movielibrary.col3 .row-alwaystable,
  .block-movielibrary.col4 .row-alwaystable {
    border-spacing: 10px 0;
  }
  .block-movielibrary .btn-detail {
    padding: 0.5em 1em;
    font-size: 87.5%;
  }
  .block-movielibrary .btn-gotext {
    padding: 0.5em 1em;
  }
  .block-movielibrary .btn-next:after {
    border-width: 4px 6px;
    margin-top: -4px;
  }
  .block-movielibrary .text {
    padding: 0.5em 0;
  }
  .block-movielibrary .data {
    padding: 0.5em 0 0;
  }
  .title-movielibrary {
    font-size: 87.5%;
    padding: 0.4em 0.1em;
    height: 3.6em;
  }
  .box-movielibrary {
    padding: 0 0 0.5em;
  }
}
.news-block ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.news-block li {
  width: 22.96137%;
}
.news-block li:nth-child(n+5) {
  display: none;
}
.news-block.nolabel .news_card .label {
  display: none;
}

.news_card {
  position: relative;
}
.news_card .card-meta {
  zoom: 1;
  line-height: 28px;
  padding-bottom: 8px;
  display: block;
  position: relative;
}
.news_card .card-meta:before {
  content: "";
  display: table;
  border-spacing: 0;
}
.news_card .card-meta:after {
  content: "";
  display: table;
  border-spacing: 0;
  clear: both;
}
.news_card .card-meta .date {
  font-size: 0.75rem;
  color: #333;
}
.news_card .card-thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.news_card .card-thumb img {
  width: 100%;
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: ease-out;
}
.news_card .card-txt {
  padding: 20px 0;
  text-decoration: none;
  font-size: 0.875rem;
  display: block;
  position: relative;
}
.news_card .card-wrapper {
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  background-color: #fff;
  color: #333;
}
.news_card .card-wrapper:visited {
  color: #603371;
}
.news_card .card-wrapper:hover .card-thumb img {
  -webkit-transform: scale(1.1) translateZ(0);
  transform: scale(1.1) translateZ(0);
}

@media screen and (max-width: 1039px) {
  .news-block ul {
    flex-direction: column;
  }
  .news-block li {
    width: 100%;
    max-width: inherit;
    margin-bottom: 0;
    border-bottom: 1px solid #e8e8e9;
  }
  .news_card {
    position: relative;
    padding: 15px;
    min-height: 116px;
    zoom: 1;
  }
  .news_card:before {
    content: "";
    display: table;
    border-spacing: 0;
  }
  .news_card:after {
    content: "";
    display: table;
    border-spacing: 0;
    clear: both;
  }
  .news_card .card-wrapper {
    min-height: 86px;
  }
  .news_card .card-thumb {
    position: absolute;
    left: 0px;
    top: 0;
    width: 86px;
    height: 86px;
    overflow: hidden;
  }
  .news_card .card-thumb img {
    max-width: inherit;
    width: auto;
    height: 86px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .news_card .label {
    float: none;
    height: 22px;
    line-height: 22px;
    font-size: 0.75rem;
    margin: 0 13px 0 0;
  }
  .news_card .card-meta {
    line-height: 22px;
    margin-left: 102px;
  }
  .news_card .card-txt {
    padding: 0;
    font-size: 0.8125rem;
    margin-left: 102px;
  }
  .news_card .card-wrapper:hover .card-thumb img {
    -webkit-transform: translate(-50%, 0) scale(1.1) translateZ(0);
            transform: translate(-50%, 0) scale(1.1) translateZ(0);
  }
}
@media screen and (max-width: 767px) {
  .news-block li:nth-child(n+3) {
    display: none;
  }
}
/* ======================================================
研究室パネル風レイアウト
====================================================== */
.lab-list .lab_name {
  background: none repeat scroll 0 0 #f1f1f1;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-size: 1.05em;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding: 0.3em 0.4em;
  line-height: 1.3;
}
.lab-list .lab_name p {
  line-height: 1.3;
}
.lab-list .splink {
  margin-top: 0.5em;
  padding-left: 0.5em;
}
.lab-list .splink a {
  font-weight: bold;
  text-decoration: underline;
}
.lab-list .icons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 0.25em;
  margin-top: 0.75em;
}
.lab-list .icons img {
  width: 19%;
  min-width: 30px;
}
.lab-list a[class*=btn] {
  text-align: center;
  display: block;
  margin: 10px 0 0;
}
.lab-list li {
  position: relative;
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc;
  font-size: 80%;
  padding: 0.5em;
}
.lab-list li > * {
  flex: 0;
}
.lab-list li > p:not(.splink, .icons) {
  flex: 1;
}
.lab-list li > a:first-child {
  margin-bottom: 0.5em;
}
.lab-list li > a:first-child img {
  width: 100%;
  display: block;
  max-width: inherit;
  aspect-ratio: 3/2;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .lab-list .icons {
    grid-template-columns: repeat(5, 1fr);
  }
}

#square-box .lab_name {
  background: none repeat scroll 0 0 #f1f1f1;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-size: 1.05em;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding: 0.3em 0.4em;
  line-height: 1.3;
}
#square-box .lab_name p {
  line-height: 1.3;
}
#square-box > div[class*=box] {
  margin-bottom: 10px;
  width: auto;
}
#square-box div[class*=box] {
  border: 1px solid #ccc;
  font-size: 80%;
  padding: 0.5em;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
}
#square-box div[class*=box] > * {
  flex: 0;
}
#square-box div[class*=box] > a:first-child {
  margin-bottom: 0.5em;
}
#square-box div[class*=box] > a:first-child img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 3/2;
}
#square-box div[class*=box] > p:not(.splink, .icons) {
  flex: 1;
}
#square-box div[class*=box] .splink {
  margin-top: 0.5em;
  padding-left: 0.5em;
}
#square-box div[class*=box] .splink a {
  font-weight: bold;
  text-decoration: underline;
}
#square-box div[class*=box] .icons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 0.25em;
  margin-top: 0.75em;
}
#square-box div[class*=box] .icons img {
  width: 19%;
  min-width: 30px;
}
#square-box .row-alwaystable {
  border-spacing: 10px;
  width: 100%;
}
#square-box .row-alwaystable div[class*=box] {
  width: 33.33%;
  display: table-cell;
}
#square-box .row-alwaystable > div.empty {
  border: medium none;
}
#square-box .row-alwaystable + .row-alwaystable {
  margin-top: -10px;
}
@media screen and (min-width: 768px) {
  #square-box div[class*=box] .icons {
    grid-template-columns: repeat(5, 1fr);
  }
}
.img_card {
  -webkit-box-shadow: inset 0 0 0 1px #a0a8b3;
  box-shadow: inset 0 0 0 1px #a0a8b3;
}
.img_card .card-wrapper {
  padding: 10px;
  zoom: 1;
}
.img_card .card-wrapper:before,
.img_card .card-wrapper:after {
  content: "";
  display: table;
}
.img_card .card-wrapper:after {
  clear: both;
}
.img_card:hover {
  background-color: #eeeff1;
}
.img_card a {
  text-decoration: none;
}
.img_card a:visited {
  color: #d7c9f3;
}
.img_card .card-thumb {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
  height: 120px;
  overflow: hidden;
}
.img_card .card-thumb img {
  width: auto;
  max-width: inherit;
  max-height: 120px;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.img_card .date {
  text-align: right;
}
.img_card .label {
  text-align: center;
  font-size: 75%;
  padding: 0.2em 0.3em;
  margin: 0;
  line-height: 1em;
  border: 1px solid #9398b3;
  text-decoration: none;
  font-style: normal;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.img_card .card-txt {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.img_card .card-meta {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-bottom: 5px;
  border-spacing: 0;
}
.img_card .card-meta>* {
  display: table-cell;
}
.thumb_card {
  position: relative;
  padding-bottom: 40px;
}
.thumb_card .thumb {
  width: 94.73684%;
}
.thumb_card .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 80%;
  display: table;
  font-size: 1.125em;
  line-height: 1.2;
  color: #FFF;
  background: #273166;
  padding: 15px;
  font-weight: bold;
}
.thumb_card .btn span {
  display: table-cell;
  vertical-align: middle;
  padding-right: 26px;
  height: 2.8em;
}
.thumb_card .btn, .thumb_card .btn:hover, .thumb_card .btn:active, .thumb_card .btn:focus, .thumb_card .btn.visited {
  color: #FFF;
}
.thumb_card .btn .sinsetu {
  display: inline-block;
  background-color: #ff0000;
  padding: 1px 5px;
  line-height: 1;
  font-size: 0.61905em;
  font-weight: normal;
}
.thumb_card .btn small {
  line-height: 1.2;
  display: inline-block;
}
.thumb_card a:hover .thumb, .thumb_card a:active .thumb, .thumb_card a:focus .thumb {
  filter: brightness(110%);
}
.thumb_card a.btn:before {
  position: absolute;
  content: "";
  display: inline-block;
  background: url("/gakubu/images/2019/icon-chev-right.png") no-repeat right center;
  width: 7px;
  height: 0;
  padding: 11px 0 0;
  right: 20px;
  top: 50%;
  margin-top: -6px;
}
.thumb_card a.btn:hover .thumb, .thumb_card a.btn:active .thumb, .thumb_card a.btn:focus .thumb {
  background-color: #35438b;
}
.thumb_card.kamata .btn {
  background-color: #699fcb;
}
.thumb_card.kamata a.btn:hover, .thumb_card.kamata a.btn:active, .thumb_card.kamata a.btn:focus {
  background-color: #8fb7d8;
}
.thumb_card.hachi .btn {
  background-color: #6cae6e;
}
.thumb_card.hachi a.btn:hover, .thumb_card.hachi a.btn:active, .thumb_card.hachi a.btn:focus {
  background-color: #8dc08e;
}
@media screen and (max-width: 767px) {
  .img_card .card-meta>* {
    display: block;
  }
  .img_card .card-txt {
    float: left;
  }
  .thumb_card {
  padding-bottom: 24px;
  }
  .thumb_card .btn {
  font-size: 0.875em;
  }
  .thumb_card .btn span {
  padding-right: 10px;
  height: 1.8em;
  }
  .thumb_card a.btn:before {
  right: 10px;
  }
}
.btn-admissionlinks {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 76px;
  padding: 1px 5px 0;
  font-size: 125%;
  color: #273166;
  background-color: #FFF;
  border: 1px solid #a0a8b3;
}
.btn-admissionlinks span {
  position: relative;
  display: inline-block;
  text-align: left;
}
.btn-admissionlinks i {
  position: absolute;
  left: 0;
  top: 50%;
}
.btn-admissionlinks:hover {
  background-color: #273166;
  border-color: #273166;
  color: #FFF;
}
.btn-admissionlinks.btn-scholar span {
  padding-left: 28px;
}
.btn-admissionlinks.btn-scholar i {
  margin-top: -11px;
}
.btn-admissionlinks.btn-feeexam span {
  padding-left: 31px;
}
.btn-admissionlinks.btn-feeexam i {
  margin-top: -10px;
}
.btn-admissionlinks.btn-siryou span {
  padding-left: 37px;
}
.btn-admissionlinks.btn-siryou i {
  margin-top: -8px;
}
.btn-admissionlinks.btn-netentry span {
  padding-left: 38px;
}
.btn-admissionlinks.btn-netentry i {
  margin-top: -10px;
}
.btn-print-calender {
  border: 1px solid #a0a8b3;
  display: block;
  height: 53px;
  max-height: 53px;
  line-height: 53px;
  padding: 0 1em;
  vertical-align: middle;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.btn-print-calender i {
  margin-right: 10px;
}
.btn-print-calender:hover {
  background-color: #273166;
  border-color: #273166;
  color: #FFF;
}
.certificateNotice {
  background: #f1efda;
  padding: 10px;
  margin: 0 0 15px;
}
.certificateNotice li {
  list-style-type: decimal;
  list-style-position: inside;
  padding: 3px 0;
}
.infoDetailDate {
  margin: -12px 0 20px 0;
  text-align: right;
}
.infoDetailDate span {
  background: url("/dbps_data/_template_/_user_/_SITE_/renew/_res/images/icon_infodate.png") no-repeat left center;
  margin: 0;
  padding: 0 0 8px 15px;
  float: right;
}
.oc2019-box {
  padding: 0 56px 56px 0;
  position: relative;
}
.oc2019-box .box-wrapper {
  background-color: #0AA3FD;
  color: #fff;
  padding: 20px 30px;
  z-index: 1;
  position: relative;
}
.oc2019-box .box-heading {
  display: inline-block;
  border-color: #fff;
  border-style: solid;
  border-width: 0 0 1px;
  font-size: 1.125em;
  font-family: "新ゴ DB", "Shin Go DeBold", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro";
  margin: 0 0 0.6em;
  padding: 0 0 0.2em;
  line-height: 1.2;
}
.oc2019-box:after {
  content: "";
  display: block;
  background: url("/common/images/2019/oc2019_bg_stripe.png") no-repeat right bottom;
  width: 497px;
  max-width: 100%;
  height: 0;
  padding: 160px 0 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.contact_box {
  padding: 2em 3em;
  font-weight: bold;
  border: solid 7px #fd8b1b;
  position: relative;
}
.contact_box .btn-siryou {
  padding: 0.4em;
}
@media screen and (max-width: 767px) {
  .oc2019-box {
  padding: 0 20px 20px 0;
  }
  .oc2019-box .box-wrapper {
  padding: 16px 20px;
  }
  .contact_box {
  padding: 1em 1em;
  margin-bottom: 20px;
  }
  .contact_box .contactmoji_box {
  margin-bottom: 0.5em;
  width: 100%;
  }
}
/* 入試入学情報特別枠（インターネット出願バナー） */
.spblock-entrance {
  padding: 10px 0;
  margin-bottom: 20px;
  background-color: #ff9638;
}
.spblock-entrance>ul {
  width: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.spblock-entrance li {
  width: 25%;
  vertical-align: middle;
  padding: 0 5px;
  position: relative;
}
.spblock-entrance a {
  height: 100%;
}
.spblock-entrance li+li {
  border-left: 1px solid #273166;
}
.spblock-entrance .btn {
  padding: 10px 5px;
  display: table;
  width: 100%;
  font-weight: bold;
  color: #273166;
}
.spblock-entrance .btn>.icon_col,
.spblock-entrance .btn>em {
  display: table-cell;
  vertical-align: middle;
}
.spblock-entrance .btn>em {
  padding: 2px 18px 0 0px;
  font-weight: bold;
  font-family: "UDタイポス512", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro";
}
.spblock-entrance .btn .icon_col {
  text-align: center;
  width: 36px;
}
.spblock-entrance .btn:hover {
  background-color: rgba(255, 168, 56, 0.4);
}
.spblock-entrance .btn-netentry em {
  padding-left: 8px;
}
.spblock-entrance .btn-online em {
  padding-left: 26px;
}
.spblock-entrance .icon-cir-s-next {
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -7px 0 0 0;
  background-color: #273166;
}
.spblock-entrance .icon-cir-s-next:after {
  border-color: transparent transparent transparent #FFF;
}
@media screen and (max-width: 1039px) {
  .spblock-entrance li {
    padding: 2px 0;
  }
  .spblock-entrance .btn {
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 5px;
  }
  .spblock-entrance .btn em {
    padding-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .spblock-entrance {
    padding: 5px 10px;
  }
  .spblock-entrance>ul {
    display: block;
  }
  .spblock-entrance li {
    display: block;
    width: 100%;
  }
  .spblock-entrance li+li {
    border-left: none;
    border-top: 1px solid #273166;
  }
  .spblock-entrance .btn {
    padding: 12px 5px;
  }
  .spblock-entrance .btn br {
    display: none;
  }
}
.block-banner {
  font-size: 0;
  zoom: 1;
}
.block-banner:before,
.block-banner:after {
  content: "";
  display: table;
}
.block-banner:after {
  clear: both;
}
.block-banner a {
  display: inline-block;
}
.block-banner a img {
  width: 100%;
  height: auto;
}
.block-banner>a {
  width: 32.9%;
  margin: 0 0.65% 5px 0;
}
.block-banner>a:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .block-banner>a {
    width: 49%;
    margin: 0 2% 5px 0;
  }
  .block-banner>a:nth-child(3n) {
    margin-right: 2%;
  }
  .block-banner>a:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .block-banner.type4 > a {
  width: 24.4%;
  margin: 0 0.8% 5px 0;
  }
  .block-banner.type4 > a:nth-child(4n) {
  margin-right: 0;
  }
}
.bannerBox {
  width: 100%;
  font-size: 0;
}
.bannerBox .banner {
  margin: 3px;
}
.alumniKaisoku {
  padding: 0 15px;
  line-height: 1.5em;
}
.alumniKaisoku dl {
  margin-bottom: 1em;
  zoom: 1;
}
.alumniKaisoku dl:before,
.alumniKaisoku dl:after {
  content: "";
  display: table;
}
.alumniKaisoku dl:after {
  clear: both;
}
.alumniKaisoku dl dt {
  float: left;
  clear: left;
}
.alumniKaisoku dl dt.number {
  width: auto;
  margin: 0;
}
.alumniKaisoku dl dt.midashi {
  width: auto;
  margin: 0;
}
.alumniKaisoku dl dt.text {
  width: auto;
  margin: 0;
}
.alumniKaisoku table {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .alumniKaisoku {
    padding: 0;
  }
  .alumniKaisoku dl dt {
    float: none;
  }
  .alumniKaisoku dl dd {
    margin-left: 0 !important;
  }
}
.tab-container .tab-block {
  z-index: 0;
  display: none;
  visibility: hidden;
}
.tab-container .tab-block.current {
  display: block;
  visibility: visible;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .tab-container .container-body {
    height: auto;
  }
  .tab-container .block-body {
    height: auto;
  }
}
/* ------------------------------------ box-heading,-body型のmobileでのアコーディオン */
input.toggle-switch {
  display: none;
}

.accordion_grade_def {
  position: relative;
  display: block;
  overflow: hidden;
  height: 100px;
  margin-bottom: 0;
  z-index: 0;
  padding: 0 0 50px;
  transition: height 0.4s;
}
.accordion_grade_def::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 120px;
  z-index: 0;
  background-size: 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 80%);
  transition: height 0.4s;
}
.accordion_grade_def label {
  display: inline-block;
  padding: 0;
  outline: 0;
  border: none;
  text-align: center;
  color: #263365;
  font-size: 2rem;
  font-weight: normal;
  background-color: #fff;
  position: absolute;
  bottom: 2px;
  left: 50%;
  margin: 0 0 0 -23px;
  width: 46px;
  height: 46px;
  z-index: 2;
  box-shadow: 0 0 2px #999;
  border-radius: 50%;
}
.accordion_grade_def label:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  position: absolute;
  z-index: 1;
  left: 8px;
  top: 50%;
  background-color: #273166;
}
.accordion_grade_def label:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 2px;
  position: absolute;
  z-index: 1;
  left: 8px;
  top: 50%;
  background-color: #273166;
  opacity: 1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.accordion_grade_def label.bs:before, .accordion_grade_def label.bs:after {
  background-color: #6da84e;
}
.accordion_grade_def label.cs:before, .accordion_grade_def label.cs:after {
  background-color: #2a638b;
}
.accordion_grade_def label.ms:before, .accordion_grade_def label.ms:after {
  background-color: #c13a48;
}
.accordion_grade_def label.hs:before, .accordion_grade_def label.hs:after {
  background-color: #d22c40;
}
.accordion_grade_def label.ds:before, .accordion_grade_def label.ds:after {
  background-color: #e87f00;
}
.accordion_grade_def label.eng:before, .accordion_grade_def label.eng:after {
  background-color: #575489;
}
input.toggle-switch:checked + .accordion_grade_def {
  height: auto;
}
input.toggle-switch:checked + .accordion_grade_def::after {
  height: 0;
}
input.toggle-switch:checked + .accordion_grade_def label::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.mobile_accordion_box .box-heading {
  position: relative;
}
.mobile_accordion_box>input {
  display: none;
}
.mobile_accordion_box .box-body {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.mobile_accordion_box .icon-toggle {
  display: none;
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -8px;
  background-color: #273166;
}
.mobile_accordion_box .icon-toggle:before,
.mobile_accordion_box .icon-toggle:after {
  content: "";
  display: inline-block;
  background-color: #fff;
  vertical-align: middle;
  position: absolute;
}
.mobile_accordion_box .icon-toggle:before {
  width: 10px;
  height: 2px;
  top: 7px;
  left: 3px;
}
.mobile_accordion_box .icon-toggle:after {
  width: 2px;
  height: 10px;
  top: 3px;
  left: 7px;
}
@media screen and (max-width: 767px) {
  .mobile_accordion_box .box-heading .title {
    padding-left: 28px;
  }
  .mobile_accordion_box .box-body {
    border-top: none;
    overflow: hidden;
    height: 0px;
    max-height: 0;
  }
  .mobile_accordion_box .icon-toggle {
    display: inline-block;
  }
  .mobile_accordion_box.open .box-heading .icon-toggle:after {
    display: none;
  }
  .mobile_accordion_box.open .box-body {
    height: auto;
    min-height: .5em;
    max-height: 10000px;
  }
}
.mobile_grade_accordion .btn-toggle {
  display: block;
  text-align: center;
  background-color: #FFF;
  border: 1px solid #273166;
  color: #273166;
  font-size: 100%;
  padding: 14px 5px 13px;
}
.mobile_grade_accordion .btn-toggle:hover,
.mobile_grade_accordion .btn-toggle:active,
.mobile_grade_accordion .btn-toggle:focus {
  opacity: 0.8;
}
.mobile_grade_accordion .btn-toggle:before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-color: #273166 transparent transparent;
  border-width: 0.5em 0.4em;
  vertical-align: middle;
  margin: 0 0.3em -0.4em 0;
}
@media screen and (max-width: 767px) {
  .mobile_grade_accordion {
    margin-bottom: 20px;
  }
  .mobile_grade_accordion>* {
    display: none;
    line-height: 1.875;
  }
  .mobile_grade_accordion>*.btn-toggle {
    display: block;
  }
  .mobile_grade_accordion>*:first-child {
    display: block;
    overflow: hidden;
    height: 5.625em;
    position: relative;
    margin-bottom: 0;
  }
  .mobile_grade_accordion>*:first-child:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: rgba(255, 255, 255, 0);
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, #ffffff 100%);
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF');
  }
  .mobile_grade_accordion.open>* {
    display: block;
  }
  .mobile_grade_accordion.open>*.btn {
    display: none;
  }
  .mobile_grade_accordion.open>*:first-child {
    display: block;
    overflow: visible;
    height: auto;
    margin-bottom: 1em;
  }
  .mobile_grade_accordion.open>*:first-child:after {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .mobile_grade_accordion>.btn-toggle {
    display: none;
  }
}
/* ------------------------------------ INDEXページ用 */
.index_box {
  border: 1px solid #a0a8b3;
  margin-bottom: 20px;
}
.index_box .box-heading {
  width: 100%;
  background: #eeeff1;
  display: table;
  position: relative;
  line-height: 0;
  color: #273166;
}
.index_box .box-heading h3,
.index_box .box-heading h4,
.index_box .box-heading .thumb {
  display: table-cell;
  vertical-align: middle;
}
.index_box .box-heading .thumb {
  width: 124px;
  height: 88px;
  font-size: 0;
}
.index_box .box-heading h3,
.index_box .box-heading h4 {
  border-bottom: none;
  font-size: 150%;
  font-weight: bold;
  padding: 0 0 0 4%;
}
.index_box .box-heading h3 a,
.index_box .box-heading h4 a {
  text-decoration: none;
  font-weight: bold;
  color: #2f4691;
}
.index_box .box-heading h3 a:visited,
.index_box .box-heading h4 a:visited {
  color: #2f4691;
}
.index_box .box-heading h3.small,
.index_box .box-heading h4.small {
  font-size: 125%;
}
.index_box .icon-toggle {
  display: none;
  text-align: left;
  width: 18px;
  height: 18px;
  line-height: 0;
  background-color: #273166;
  position: relative;
  font-size: 0;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: 2%;
  top: 50%;
  margin-top: -9px;
}
.index_box .icon-toggle:before,
.index_box .icon-toggle:after {
  content: "";
  display: inline-block;
  background-color: #fff;
  vertical-align: middle;
  position: absolute;
}
.index_box .icon-toggle:before {
  width: 12px;
  height: 2px;
  top: 8px;
  left: 3px;
}
.index_box .icon-toggle:after {
  width: 2px;
  height: 12px;
  top: 3px;
  left: 8px;
}
.index_box>input {
  display: none;
}
.index_box .box-body {
  position: relative;
  border-top: 1px solid #a0a8b3;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.index_box .box-body>dl:first-child {
  margin-top: -1px;
}
.index_box .box-body>dl>dt {
  margin: 0 -1px;
}
.index_box .box-body dt {
  padding: 0;
  font-size: 112.5%;
  line-height: 1.2em;
  background-color: #5f6597;
}
.index_box .box-body dt a {
  color: #FFF;
  display: block;
  text-decoration: none;
  vertical-align: middle;
  background-color: #5f6597 !important;
  padding: 0.4em 30px 0.4em 20px;
  text-decoration: underline;
  position: relative;
}
.index_box .box-body dt a:hover {
  background-color: #424a8b;
  text-decoration: none;
}
.index_box .box-body dt a:visited {
  color: #d7c9f3;
}
.index_box .box-body dt .icon-cir-s-next,
.index_box .box-body dt .icon-cir-next {
  background-color: #FFF;
  position: absolute;
  top: 50%;
  right: 0;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.index_box .box-body dt .icon-cir-s-next:after,
.index_box .box-body dt .icon-cir-next:after {
  border-left-color: #5f6597;
}
.index_box .box-body dl ul,
.index_box .box-body ul ul {
  margin-left: 0.5em;
}
.index_box .box-body dl p,
.index_box .box-body ul p {
  margin-bottom: 0.4em;
}
.index_box .box-body>ul,
.index_box .box-body dd,
.index_box .box-body>p,
.index_box .box-body>div {
  padding: 0.8em 20px;
  line-height: 1.7em;
  margin: 0;
}
.index_area+.index_area {
  padding-top: 2%;
}
.index_area .block-heightfix-col2>.index_box {
  width: 49.16667%;
}
.index_area .block-heightfix-col3>.index_box {
  width: 32.5%;
}
.index_area .block-heightfix-col3>.index_box:first-child {
  margin-right: 1.25%;
}
.index_area h3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .index_box {
    margin-bottom: 10px;
  }
  .index_box .box-heading h3,
  .index_box .box-heading h4 {
    font-size: 100%;
    padding-left: 35px;
  }
  .index_box .box-heading small,
  .index_box .box-heading .small,
  .index_box .box-heading h3.small {
    font-size: 100%;
  }
  .index_box .box-heading br {
    display: none;
  }
  .index_box .box-heading .thumb {
    width: 80px;
    height: auto;
  }
  .index_box .box-body {
    border-top: none;
    overflow: hidden;
    height: 0px;
    max-height: 0;
  }
  .index_box .icon-toggle {
    display: inline-block;
  }
  .index_box.open .box-heading .icon-toggle:after {
    display: none;
  }
  .index_box.open .box-body {
    height: auto;
    min-height: 1em;
    max-height: 1000px;
  }
  .index_area .block-heightfix-col2>.index_box,
  .index_area .block-heightfix-col3>.index_box {
    width: auto;
    margin: 0 0 1em;
  }
  .index_area .block-heightfix-col2>.index_box:first-child,
  .index_area .block-heightfix-col3>.index_box:first-child {
    margin-right: 0;
  }
  .index_area h3 {
    margin-bottom: 10px;
  }
}
/* 2017 INDEX */
.index-box {
  margin-bottom: 25px;
  background-color: #f3f3f3;
}
.index-box .box-heading {
  font-size: 1.5rem;
  position: relative;
}
.index-box .box-heading, .index-box .box-heading > a {
  overflow: hidden;
  height: 240px;
  color: #FFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.index-box .box-heading * {
  position: relative;
  text-shadow: 0 0 8px #000;
  line-height: 1.2;
}
.index-box .box-heading .bg {
  max-width: inherit;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  transition: opacity 0.4s linear 0.1s, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.4s linear 0.1s;
  transition: transform 0.3s ease-out, opacity 0.4s linear 0.1s, -webkit-transform 0.3s ease-out;
}
.index-box .box-heading .bg.bg-left {
  right: auto;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.index-box .box-heading .bg.bg-right {
  right: 0;
  left: auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.index-box .box-heading span {
  display: block;
  margin-bottom: 1em;
  padding: 1em 10px 0;
}
.index-box .box-heading span:after {
  content: "";
  display: block;
  width: 1.5em;
  height: 1px;
  background-color: #fff;
  margin: 0.75em auto 0;
}
.index-box .box-heading > a {
  -webkit-transform: perspective(1px) translateZ(0);
          transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  text-decoration: none;
}
.index-box ul {
  display: flex;
  flex-wrap: wrap;
}
.index-box li {
  position: relative;
  flex: 0 0 50%;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
}
.index-box li:nth-child(2n-1) {
  border-right: 1px solid #fff;
}
.index-box li.row {
  flex: 0 0 100%;
}
.index-box li.row:nth-child(2n-1) {
  border-right: none;
}
.index-box li > div {
  padding: 10px 20px;
}
.index-box li > span,
.index-box li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.2;
  box-sizing: border-box;
  padding: 10px 20px;
}
.index-box li > span.large,
.index-box li a.large {
  min-height: 120px;
}
.index-box li > span .note,
.index-box li a .note {
  color: #333;
  display: block;
  margin-top: 0.3em;
}
.index-box li > span small,
.index-box li a small {
  font-size: 0.8125rem;
}
.index-box li ul {
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
.index-box li ul li {
  flex: 1 1 auto;
}
.index-box li ul li:last-child {
  border-bottom: none;
}
.index-box li ul li a {
  height: 100%;
}
.index-box li dt {
  font-weight: bold;
  padding: 0.4em 14px;
  background-color: #e0e2e5;
}
.index-box li dd {
  border-left: 12px solid #e0e2e5;
}
.index-box li dd a:not(:last-child) {
  border-bottom: 1px solid #fff;
}
.index-box li dl.text-center dd {
  border-left: none;
}
.index-box li a {
  padding-right: 40px;
  text-decoration: none;
  color: #263365;
  background: url("/common/images/2017/arrow-chev-next-bk.png") no-repeat right 15px center #f3f3f3;
  background-size: 8px 13px;
  transition: color 0.2s, background-image 0.2s;
}
.index-box li a:visited {
  color: #603371;
}
.index-box li li > span, .index-box li li > a {
  min-height: inherit;
}
.index-box .lead {
  min-height: 10em;
  box-sizing: border-box;
  padding: 1.5em 20px 1.4em;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.85714;
  border-bottom: 1px solid #fff;
}
.index-box .lead.small {
  min-height: 4em;
}
.index-box .box-body {
  font-size: 0.9375rem;
}
.index-box .box-body > ul > li > span,
.index-box .box-body > ul > li > a {
  min-height: 60px;
}

@media screen and (min-width: 769px) {
  .index-box .box-heading a:hover .bg {
    -webkit-transform: scale(1.04) translate3d(-48%, 0, 0);
            transform: scale(1.04) translate3d(-48%, 0, 0);
  }
  .index-box .box-heading a:hover .bg.bg-left, .index-box .box-heading a:hover .bg.bg-right {
    -webkit-transform: scale(1.04) translate3d(0, 0, 0);
            transform: scale(1.04) translate3d(0, 0, 0);
  }
  .index-box li a:hover {
    background-color: #263365;
    background-image: url("/common/images/2017/arrow-chev-next.png");
    color: #FFF;
  }
  .index-box li a:hover .note {
    color: #FFF;
  }
}
.page-headline + .index-box {
  margin-top: 20px;
}

@media screen and (max-width: 1433px) {
  .index-box .box-heading .bg {
    max-width: inherit;
    width: auto;
    height: 240px;
  }
  .index-box li > span .note br, .index-box li a .note br {
    display: none;
  }
}
@media screen and (max-width: 1039px) {
  .index-box .box-heading {
    height: 110px;
    font-size: 1.125rem;
  }
  .index-box .box-heading .bg {
    max-width: inherit;
    width: 100%;
    height: auto;
  }
  .index-box li {
    flex-basis: 100%;
  }
  .index-box li:nth-child(2n-1) {
    border-right: none;
  }
  .index-box li > span, .index-box li a {
    padding-left: 10px;
  }
  .index-box .box-body > ul > li > span,
.index-box .box-body > ul > li > a {
    min-height: 50px;
  }
  .index-box .box-body > ul > li > span.large,
.index-box .box-body > ul > li > a.large {
    min-height: 100px;
  }
  .index-box .lead {
    min-height: inherit;
    padding: 15px;
  }
}
.index-area.area > .container {
  max-width: 1350px;
}
.index-area .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.index-area .container:before, .index-area .container:after {
  content: none;
  display: none;
}
.index-area .index-box {
  width: 49.15515%;
}

@media screen and (max-width: 767px) {
  .index-area {
    padding: 20px 15px 0;
  }
  .index-area .container {
    flex-direction: column;
    flex-wrap: wrap;
  }
  .index-area .index-box {
    width: 100%;
  }
}
/* ------------------------------------ 対象者別ページ用 */
.userinfo_box {
  color: #273166;
}
.userinfo_box .icon-title {
  padding: 2px 0 9px;
  font-size: 175%;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ W6 JIS2004", "Hiragino Kaku Gothic W6 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-weight: 600;
  line-height: 1.2;
  color: #273166;
  border-bottom: 3px solid #bfc2ce;
  margin-bottom: 10px;
  position: relative;
  padding-left: 35px;
  text-indent: -35px;
}
.userinfo_box .icon-title .icon-file {
  width: 35px;
}
.userinfo_box .box-body {
  overflow: auto;
  max-height: 21em;
}
.userinfo_box dt {
  width: 7em;
}
.userinfo_box a {
  text-decoration: none;
}
.userinfo_box a:hover {
  text-decoration: underline;
}
.userinfo_block {
  margin-bottom: 40px;
  zoom: 1;
}
.userinfo_block:before,
.userinfo_block:after {
  content: "";
  display: table;
}
.userinfo_block:after {
  clear: both;
}
.userinfo_block .box-heading {
  background-color: #FFF;
}
.userinfo_block .btn-thumb {
  border: 1px solid #a0a8b3;
  padding: 5px 8px 5px 5px;
}
.userinfo_block .btn-thumb>.thumb,
.userinfo_block .btn-thumb>span {
  height: 40px;
}
.userinfo_block .btn-thumb>span {
  padding: 0 16px 0 10px;
}
.userinfo_block .btn-thumb .thumb {
  width: 40px;
}
.userinfo_block .btn-thumb .thumb img {
  width: 40px;
}
.userinfo_block .banner_box {
  width: 31.25%;
  max-width: 300px;
  float: right;
}
.userinfo_block .banner_box li {
  margin-bottom: 4px;
}
.userinfo_block .userinfo_box {
  width: 66.14583%;
  float: left;
}
.userinfo02_block {
  margin-bottom: 20px;
}
.userinfo02_box {
  border: 1px solid #a0a8b3;
  position: relative;
}
.userinfo02_box .box-heading {
  height: 90px;
  background: url(/common/images/bgmark-teu2020.png) no-repeat right center #eeeff1;
  border-bottom: 4px solid #273166;
  display: table;
  width: 100%;
}
.userinfo02_box .title {
  display: table-cell;
  vertical-align: middle;
  font-size: 150%;
  margin: 0;
  padding: 0 0 0 4%;
  border: none;
}
.userinfo02_box .box-body {
  line-height: 1.25em;
}
.userinfo02_box .box-body li {
  margin-bottom: 1.25em;
}
.userinfo02_box .box-body li a {
  text-decoration: none;
  font-weight: bold;
}
.userinfo02_box .box-body li a:hover {
  text-decoration: underline;
}
.userinfo02_box .box-body li a:visited {
  font-weight: normal !important;
}
.userinfo02_box .box-body ul ul {
  margin-top: 1em;
  padding-left: 20px;
}
.userinfo02_box .box-body-inner {
  padding: 30px;
}
#usersiryou_block {
  padding-top: 20px;
}
.block-heightfix-col2 .userinfo02_box {
  width: 48.95833%;
}
@media screen and (max-width: 767px) {
  .userinfo_box .icon-title {
    font-size: 112.5%;
    padding-left: 20px;
    text-indent: -20px;
  }
  .userinfo_box .icon-title .icon-file {
    width: 20px;
    padding-top: 20px;
  }
  .userinfo_box .box-body {
    height: 12em;
  }
  .userinfo_block {
    margin-bottom: 20px;
  }
  .userinfo_block .banner_box {
    width: auto;
    max-width: inherit;
    float: none;
  }
  .userinfo_block .banner_box li {
    display: none;
  }
  .userinfo_block .banner_box li:nth-child(-n+4) {
    display: block;
  }
  .userinfo_block .userinfo_box {
    width: auto;
    margin-bottom: 20px;
    float: none;
  }
  .userinfo02_block {
    margin-bottom: 0;
  }
  .userinfo02_box {
    margin-bottom: 20px;
  }
}
.userinfo_area .blo+.block-banner {
  margin-top: 40px;
}
/* ------------------------------------ 学費 */
#gakuhiEngBox h4,
#gakuhiEngBox .box-headline {
  border-left: 5px solid #7B68EE;
}
#gakuhiEngBox td {
  text-align: center;
}
#gakuhiEngBox th {
  text-align: center;
  background: #7B68EE;
  color: #fff;
}
#gakuhiMedicalBox h4,
#gakuhiMedicalBox .box-headline {
  border-left: 5px solid #f03b9a;
}
#gakuhiMedicalBox td {
  text-align: center;
}
#gakuhiMedicalBox th {
  text-align: center;
  background: #f03b9a;
  color: #ffffff;
}
#gakuhiMediaBox h4,
#gakuhiMediaBox .box-headline {
  border-left: 5px solid #B71649;
}
#gakuhiMediaBox td {
  text-align: center;
}
#gakuhiMediaBox th {
  text-align: center;
  background: #B71649;
  color: #ffffff;
}
#gakuhiBioBox h4,
#gakuhiBioBox .box-headline {
  border-left: 5px solid #008E4D;
}
#gakuhiBioBox td {
  text-align: center;
}
#gakuhiBioBox th {
  text-align: center;
  background: #008E4D;
  color: #ffffff;
}
#gakuhiCsBox h4,
#gakuhiCsBox .box-headline {
  border-left: 5px solid #4653A2;
}
#gakuhiCsBox td {
  text-align: center;
}
#gakuhiCsBox th {
  text-align: center;
  background: #4653A2;
  color: #ffffff;
}
#gakuhiDesignBox h4,
#gakuhiDesignBox .box-headline {
  border-left: 5px solid #fea201;
}
#gakuhiDesignBox td {
  text-align: center;
}
#gakuhiDesignBox th {
  text-align: center;
  background: #fea201;
  color: #000;
}
/* タイトル下のBLOCK
---------------------- */
.data {
  line-height: 1.25;
  clear: both;
  overflow: hidden;
  padding: 7px 0;
}
.data .date {
  float: right;
  background: url("/images/diamond_violet.png") no-repeat left center;
  padding: 0 0 5px 12px;
}
.data ul li {
  float: left;
  margin-right: 10px;
}
.leadArea {
  margin: 0 0 20px;
  line-height: 1.4;
}
h3+.leadArea {
  margin-top: 10px;
}
/* いいね！
---------------------- */
#good_bt {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: start;
  font-size: 0.875em;
  margin-bottom: 0.25em;
}
#good_bt > div {
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  margin-bottom: 0.5em;
}
#good_bt > div:not(:first-child) {
  margin-left: 0.5em;
}
#good_bt .twitter_bt {
  flex: 0 0 70px;
}
#good_bt > .line_bt {
  margin-left: 0.5em !important;
  float: none !important;
}
#good_bt .facebook_bt {
  flex: 0 0 91px;
}
#good_bt .linkedin_bt {
  flex: 0 0 63px;
}
#good_bt .date {
  flex: 1 1 9em;
  line-height: 1em;
  padding: 0 0 4px 0;
  text-align: right;
}
#good_bt .date::before {
  content: "";
  display: inline-block;
  width: 1em;
  padding: 1em 0 0;
  background: url("/images/diamond_violet2.png") no-repeat left center;
}
#good_bt + br {
  display: none;
}

/* 本文テキストエリア
-------------------------------------------------------- */
.referencebox {
  padding: 9px 11px;
  border: solid 1px #d6d5d5;
  background: url("/images/reference_bg.gif") repeat top left;
}
.referencebox a {
  background: url("/images/arrow_indigo.gif") no-repeat left center;
  padding-left: 7px;
  display: block;
}
.referencebox p {
  margin-bottom: 0;
}
.pageListBox01,
.otherSiteBox01 {
  margin: 18px 0 20px 0;
  float: none;
  clear: both;
  overflow: hidden;
}
.pageListBox01 {
  padding: 0 0 20px;
  float: none;
  clear: both;
  overflow: hidden;
  line-height: 1.2em;
}
.pageListBox01 li {
  padding: 10px 0;
  border-bottom: 1px dotted #a0a8b3;
}
.pageListBox01 li a {
  display: block;
}
.otherSiteBox01 h4,
.otherSiteBox01 .box-heading {
  font-weight: normal;
  padding: 0 0 20px;
  margin: 0 0 12px;
  border-bottom: 1px dotted #000;
}
/*
// indexBox
*/
.indexBox {
  border: 1px solid #E0E0E0;
  margin: 0 0 20px 0;
}
.indexBox h4,
.indexBox .box-heading {
  background: #F1F2FF url("/dbps_data/_template_/_user_/_SITE_/renew/_res/images/img_mark_arrow.gif") no-repeat 0.8em 0.65em;
  padding: 0.5em 0 0.5em 2em;
  margin: 0;
  font-weight: bold;
  font-size: 112.5%;
  line-height: 1.3;
}
.indexBox h4 img,
.indexBox .box-heading img {
  margin: 2px 0 0 0;
  vertical-align: text-bottom;
}
.indexBox p {
  padding: 10px 12px;
}
.indexBox01 {
  border: 1px solid #E0E0E0;
  margin: 0 0 18px 0;
}
.indexBox01 h4,
.indexBox01 .box-heading {
  background: #F1F2FF url("/dbps_data/_template_/_user_/_SITE_/renew/_res/images/img_line_ent01.gif") repeat-x bottom;
  border-left: solid 5px #3f4888;
  padding: 9px 0 9px 11px;
  margin-top: 0;
  font-weight: bold;
  font-size: 112.5%;
  line-height: 1.3;
}
.indexBox01 p {
  padding: 10px 12px 8px 12px;
}
/*
// detailBox
*/
/* ドット下線 */
.detailBox01,
.infoDetailBox01,
.superDetailBox01,
.commonDetailBox01 {
  zoom: 1;
  margin: 18px 0 20px 0;
  padding: 0 0 20px;
  border-bottom: 1px dotted #a0a8b3;
}
.detailBox01::before, .detailBox01::after,
.infoDetailBox01::before,
.infoDetailBox01::after,
.superDetailBox01::before,
.superDetailBox01::after,
.commonDetailBox01::before,
.commonDetailBox01::after {
  content: "";
  display: table;
}
.detailBox01::after,
.infoDetailBox01::after,
.superDetailBox01::after,
.commonDetailBox01::after {
  clear: both;
}
.detailBox01 p,
.infoDetailBox01 p,
.superDetailBox01 p,
.commonDetailBox01 p {
  line-height: 1.8;
}
.detailBox01 p:not(:last-child),
.infoDetailBox01 p:not(:last-child),
.superDetailBox01 p:not(:last-child),
.commonDetailBox01 p:not(:last-child) {
  margin-bottom: 0.6em;
}
.infoDetailBox01:last-child {
  border-bottom: none;
}
.detailBox01 h4,
.detailBox01 .box-headline,
.detailBox01 .box-heading {
  line-height: 1.3;
  font-size: 112.5%;
  color: #45436b;
  font-weight: 600;
  padding: 8px 0 8px 15px;
  margin-bottom: 0.5em;
  border-color:#212163;
  border-style:solid;
  border-width: 0 0 0 5px
}

.detailBox01 h4.media,
.detailBox01 .box-heading.media {
  border-color: #C02A3E;
  color: #C02A3E;
}

.detailBox01 h4.bio,
.detailBox01 .box-heading.bio {
  border-color: #379600;
  color: #379600;
}

.detailBox01 h4.cs,
.detailBox01 .box-heading.cs {
  border-color: #262664;
  color: #262664;
}

.detailBox01 h4.ds,
.detailBox01 .box-heading.ds {
  border-color: #CCCCCC;
  color: #CCCCCC;
}

.detailBox01 h5,
.detailBox01 .box-heading2 {
  font-size: 100%;
  line-height: 1.3;
  color: #45436b;
  font-weight: 600;
  border-bottom: none;
  margin-bottom: 0.5em;
}

.detailBox01 h5.media,
.detailBox01 h5.bio,
.detailBox01 h5.cs,
.detailBox01 h5.ds,
.detailBox01 .box-heading2.media,
.detailBox01 .box-heading2.bio,
.detailBox01 .box-heading2.cs,
.detailBox01 .box-heading2.ds {
  padding: 5px 0 4px 15px;
  margin: 5px 0 15px 0;
  line-height: 1.4;
  border-left: 5px solid #45436b;
}

.detailBox01 h5.media,
.detailBox01 .box-heading2.media {
  border-color: #C02A3E;
}

.detailBox01 h5.bio,
.detailBox01 .box-heading2.bio {
  border-color: #379600;
}

.detailBox01 h5.cs,
.detailBox01 .box-heading2.cs {
  border-color: #262664;
}

.detailBox01 h5.ds,
.detailBox01 .box-heading2.ds {
  border-color: #CCCCCC;
}

.detailBox01 table th,
.detailBox01 table td {
  padding: 7px 5px;
  border: 1px solid #B5B5B5;
}

.detailBox01 table th {
  background: #F1F2FF;
  text-align: center;
  font-weight: normal;
}

.detailBox01 table.schedule li {
  overflow: hidden;
  clear: both;
}
.detailBox01line table td,
.detailBox01line table th {
  vertical-align: top;
  border: none;
}

.infoDetailBox01 h4,
.infoDetailBox01 .box-heading {
  padding: 6px 0 6px 15px;
  margin: 0 0 10px;
  border-left: #212163 5px solid;
  line-height: 1.3;
  font-size: 112.5%;
  color: #45436b;
  font-weight: 600;
}

.infoDetailBox01 .posCenter {
  margin: 10px 0 15px;
}

.infoDetailBox01 .posRight {
  margin: 0 0 15px 15px;
}

.infoDetailBox01 .posLeft {
  margin: 0 15px 15px 0;
}

.infoDetailBox01 table th,
.infoDetailBox01 table td {
  padding: 7px 5px;
  border: 1px solid #B5B5B5;
}

.infoDetailBox01 table th {
  background: #F1F2FF;
  text-align: left;
  font-weight: normal;
}

.infoDetailBox01 table.Alter {
  width: 95%;
  margin: 0 0 20px 17px;
  float: none;
  clear: both;
  overflow: hidden;
}


.superDetailBox01 h4,
.superDetailBox01 .box-heading {
  line-height: 1.3;
  font-size: 112.5%;
  font-weight: 600;
  color: #333366;
  padding: 1px 0;
  margin: 0 0 7px;
}

.superDetailBox01 table th,
.superDetailBox01 table td {
  padding: 7px;
  border: 1px solid #B5B5B5;
}

.superDetailBox01 table th {
  background: #F1F2FF;
  font-weight: normal;
  text-align: center;
}

.commonDetailBox01 h4,
.commonDetailBox01 .box-heading {
  font-size: 112.5%;
  line-height: 1.3;
  color: #45436b;
  font-weight: 600;
  padding: 8px 0 8px 15px;
  margin: 0 0 10px;
  border-left: #212163 5px solid;
}

.commonDetailBox01 table th,
.commonDetailBox01 table td {
  padding: 7px 5px;
  border: 1px solid #B5B5B5;
}

.commonDetailBox01 table th {
  background: #F1F2FF;
  text-align: left;
  font-weight: normal;
}

.commonDetailBox01Alter {
  background: none;
  float: none;
  clear: both;
  overflow: hidden;
}

.campusDetailBox {
  margin: 0 0 25px 0;
  padding: 6px 10px 3px;
  background: url("/dbps_data/_template_/_user_/_SITE_/renew/_res/images/img_bg_campus_bottom.gif") repeat-x bottom #f1f1f1;
  text-align: center;
}

.campusDetailBox p {
  margin: 7px 5px 10px 5px;
  text-align: left;
}

.campusDetailBox img {
  vertical-align: top;
  margin: 0 3px;
}

.campusDetailBox_kamata {
  background-color: #eeeeee;
  text-align: center;
  padding: 20px 15px 11px;
  margin: 0 0 2em 0;
}

.campusDetailBox_kamata p {
  margin: 12px 0;
  text-align: left;
}

.campusDetailBox_kamata img {
  vertical-align: top;
  margin: 0 5px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .campusDetailBox_kamata {
    padding: 20px 15px 11px;
  }
  .campusDetailBox_kamata p {
    margin: 12px 0;
    text-align: left;
  }
  .campusDetailBox_kamata img {
    margin: 2px 0;
  }
}
/*
// その他のボックス
*/
.topLeadArea {
  margin: 5px 0 20px 0;
}
.qaBox {
  border: 1px solid #E0E0E0;
  margin: 0 0 10px 0;
}
.qaBox h5 {
  color: #333228;
  background: #F1F2FF url("/dbps_data/_template_/_user_/_SITE_/renew/_res/images/img_line_ent01.gif") repeat-x bottom;
  padding: 9px 0 9px 11px;
}
.qaBox p {
  background: url("/dbps_data/_template_/_user_/_SITE_/renew/_res/images/img_mark_a.gif") no-repeat 12px 14px;
  padding: 10px 12px 8px 30px;
  margin: 0;
}
.qaBox .qStr {
  color: #3F4888;
  padding: 0 10px 0 0;
}
.laboBox01 {
  background: url("/dbps_data/_template_/_user_/_SITE_/renew/_res/images/img_line_gakubu.gif") repeat-x bottom;
  padding: 7px 0;
  margin: 0 10px 0 0;
}
.laboBox01 p {
  margin: 0 0 7px;
}
#bannerArea {
  width: 185px;
  position: absolute;
  top: 80px;
  left: 25px;
}
#bannerArea img {
  margin: 0 0 5px 0;
}
/* サブジェクト　セット */
.subject,
.subject2 {
  margin-bottom: 10px;
}
.subject p,
.subject2 p {
  padding: 10px 10px 0 10px;
}
.subject ul.specialties {
  margin: 20px 0 20px 60px;
  width: 450px;
}
.subject .specialties li {
  float: left;
  margin: 0 2em 20px 0;
}

h3.ocTrainInfo,
h4.ocTrainInfo,
h5.ocTrainInfo,
.box-heading.ocTrainInfo {
  font-size: 1em;
  line-height: 1.25;
  font-weight: normal;
  border-style: solid;
  border-color: #7981B8;
  border-width: 0 0 0 4px;
  color: inherit;
  padding: 0.2em 0 0.2em 0.75em;
  margin-bottom: 0.5em;
}
h3.ocTrainInfo:not(:first-child),
h4.ocTrainInfo:not(:first-child),
h5.ocTrainInfo:not(:first-child),
.box-heading.ocTrainInfo:not(:first-child) {
  margin-top: 1.5em;
}

@media screen and (min-width: 768px) {
  .ocTrainInfo {
    margin-left: 1em;
  }
  .ocTrainInfo ~ * {
    margin-left: 1em;
    padding-left: 1.5em;
  }
}
/* Manabiのセット */
.ManabiOutbox {
  border-bottom: 1px dotted #908ea3;
}
.ManabiOutboxGB,
.ManabiOutbox,
.ManabiOutboxGB {
  width: 100%;
}
.ManabiOutbox,
.ManabiOutboxGB {
  padding: 10px;
}
.ManabiOutboxGB>img {
  display: none;
}
.Manabibox {
  display: table;
  width: 100%;
  border-bottom: 1px dotted #908ea3;
  padding: 20px 0;
}
.Manabibox>* {
  display: table-cell;
  vertical-align: top;
}
.ManabiMarkiconGB {
  width: 15px;
  padding: 0 0 5px 0;
}
.ManabiTeacherGB {
  padding: 0 5px 0 0;
}
.ManabiTeacherGB a {
  display: block;
  margin-bottom: 1em;
}
.MababiPhotoGB {
  width: 85px;
}
.ManabiTeacher {
  padding: 5px 5px 10px;
  line-height: 1.3;
  text-align: left;
}
.MababiPhoto {
  width: 95%;
  padding: 10px 2px 5px;
  text-align: center;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .ocTrainInfo {
    margin-left: 0;
  }

  h3.ocTrainInfo, h4.ocTrainInfo, h5.ocTrainInfo, .box-heading.ocTrainInfo {
    margin-left: 0;
  }

  dl.ocTrainInfo {
    margin-left: 0;
  }

  p.ocTrainInfo {
    padding-left: 0;
    padding-right: 0;
  }
  .ManabiOutbox,
  .ManabiOutboxGB {
    padding: 0;
  }
  .ManabiTeacher {
    width: 95%;
    padding: 0 2px 5px;
    font-size: 87.5%;
    margin: 0 auto;
    display: block;
  }
}
/* #gakuchoから始まるセット */
#gakucho {
  background: none;
  float: none;
  clear: both;
  overflow: hidden;
}
#gakucho #career strong {
  color: #4F4F84;
}
#gakucho #photo1 {
  border: 1px #d4d4d4 solid;
  padding: 2px;
  float: left;
  font-size: 0;
}
#gakucho #photo2 {
  margin: 22px 0 0 0;
  float: right;
}
#gakucho #career {
  width: 200px;
  padding: 3px 5px 10px 0;
  line-height: 1.3;
  float: left;
}
#gakucho #speech {
  border-left: 1px #b5b5b5 solid;
  padding: 3px 0 10px 15px;
  margin-left: 220px;
}
#gakucho #gakuchoList {
  background: url("/images/img_gakucho.png") no-repeat right bottom;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  margin: 0 0 10px 0;
  padding: 77px 0 10px 0;
  list-style-type: none;
  font-size: 115%;
  margin-left: 220px;
}
#gakucho #gakuchoList li.title {
  color: #333366;
  font-weight: bold;
  padding: 0 10px 20px 10px;
}
#gakucho #gakuchoList li.title2 {
  color: #000000;
  font-weight: bold;
  padding: 5px 10px;
  line-height: 1;
}
#gakucho #gakuchoList li.name {
  color: #000000;
  font-weight: bold;
  padding: 3px 10px;
  line-height: 1;
}
#gakucho #gakuchoList li.kana {
  color: #000000;
  padding: 2px 10px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #gakucho #photo1 {
    width: 120px;
  }
  #gakucho #gakuchoList {
    margin-left: 130px;
    padding-top: 10px;
    padding-bottom: 0;
  }
  #gakucho #career {
    width: auto;
    float: none;
  }
  #gakucho #speech {
    border-top: 1px #b5b5b5 solid;
    border-left: none;
    margin-left: 0;
    padding: 10px 0 0;
  }
}
/* SLIDER
-------------------------------------------------------- */
.topics-box {
  padding: 10px;
  background-color: #dfdfdf;
  background-repeat: repeat;
  background-size: 4px 4px;
  margin-bottom: 30px;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 4" ><path d="m4,1h-1V0h1v1Zm-1,0h-1v1h1v-1Zm-1,1h-1v1h1v-1Zm-1,1H0v1h1v-1Z" fill=" %23fafafa "/></svg>');
}
.topics-box .flexslider {
  background-color: #fff;
  padding: 20px;
}
.topics-box h4 {
  color: #000;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 1em;
}
.topics-box p {
  line-height: 1.8;
}
.topics-box p:not(:last-child) {
  margin-bottom: 1em;
}
.topics-box .flex-control-nav {
  bottom: -30px;
  left: 20px;
}
.topics-box .flex-control-nav li {
  margin: 2px 5px;
}
.topics-box .flex-control-paging li a {
  border: 0;
  width: 10px;
  height: 10px;
  box-shadow: none;
  background-color: rgba(102, 102, 102, 0.4);
}
.topics-box .flex-control-paging li a.flex-active {
  background-color: #666;
}
.topics-box .flex-direction-nav a::after {
  border-color: #666;
}
.topics-box .flexslider {
  min-height: inherit;
}
.topics-box .flexslider > .slider {
  opacity: 0;
}
.topics-box .flexslider:hover .flex-direction-nav .flex-nav-prev {
  left: -20px;
}
.topics-box .flexslider:hover .flex-direction-nav .flex-nav-next {
  right: -20px;
}
.topics-box .flex-pauseplay {
  bottom: -30px;
  left: 0;
}
.topics-box .flex-pauseplay a.flex-pause::before {
  border-color: #666;
}
.topics-box .flex-pauseplay a.flex-play::before {
  border-left-color: #666;
}
.list-mark1em-col2 {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.list-mark1em-col2 li {
  display: flex;
  -webkit-flex-basis: 48%;
  flex-basis: 48%;
}
.list-mark1em-col2 li:nth-child(n+3) {
  margin-top: 0.5em;
}
.list-mark1em-col2 li > i {
  -webkit-flex-basis: 1.4em;
  flex-basis: 1.4em;
}
.list-mark1em-col3 {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.list-mark1em-col3 li {
  display: flex;
  -webkit-flex-basis: 32%;
  flex-basis: 32%;
}
.list-mark1em-col3 li.col_l {
  -webkit-flex-basis: 66%;
  flex-basis: 66%;
}
.list-mark1em-col3 li:nth-child(n+4) {
  margin-top: 0.5em;
}
.list-mark1em-col3 li > i {
  -webkit-flex-basis: 1.4em;
  flex-basis: 1.4em;
}
.list-margin_s {
  margin-bottom: 0.4em;
}
/* LAYOUT
-------------------------------------------------------- */
.movie--r, .gmap {
  position: relative;
  padding-top: 56.25%;
}
.movie--r > iframe, .movie--r div, .gmap > iframe, .gmap div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.movie--r.right, .gmap.right {
  width: 49%;
  max-width: 464px;
  float: right;
  margin-left: 20px;
  margin-bottom: 5px;
}

.img-fit {
  display: block;
  position: relative;
}
.img-fit img {
  display: block;
  width: 100%;
}

.img-fit23 {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 0 66.6666666667%;
  margin: 0;
}
.img-fit23 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.img-fit169 {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 0 56.25%;
  margin: 0;
}
.img-fit169 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

img.fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

img.fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.inline-block {
  display: inline-block;
}
.display-block {
  display: block;
}
.block-center {
  margin-left: auto;
  margin-right: auto;
}
.left,
.posLeft {
  float: left;
}
.posLeft {
  margin: 0 12px 15px 0;
}
.right,
.posRight {
  float: right;
}
.posRight {
  margin: 0 0 15px 12px;
}
.posRight.mg-l {
  margin: 0 0 15px 40px;
}
/* 画像回り込みボックス タブレット未満で回り込み解除*/
.imgrightinsertbox {
  margin-bottom: 2em;
  zoom: 1;
}
.imgrightinsertbox:before,
.imgrightinsertbox:after {
  content: "";
  display: table;
}
.imgrightinsertbox:after {
  clear: both;
}
.imgrightinsertbox>div {
  float: left;
}
.imgrightinsertbox>img {
  float: right;
  margin-left: 15px;
}
.insertbox--r > .insert {
  width: 49%;
  max-width: 460px;
  float: right;
  margin-left: 30px;
  margin-bottom: 5px;
}
.insertbox--l > .insert {
  width: 49%;
  max-width: 460px;
  float: left;
  margin-right: 30px;
  margin-bottom: 5px;
}
div[class*='block-col'],
div[class*='block-heightfix-col'] {
  zoom: 1;
}
div[class*='block-col']:before,
div[class*='block-col']:after,
div[class*='block-heightfix-col']:before,
div[class*='block-heightfix-col']:after {
  content: "";
  display: table;
}
div[class*='block-col']:after,
div[class*='block-heightfix-col']:after {
  clear: both;
}
.block-col2 > *,
.block-heightfix-col2 > * {
  width: 50%;
}
.block-col2 > *:first-child,
.block-heightfix-col2 > *:first-child {
  float: left;
}
.block-col2 > *:nth-child(2),
.block-heightfix-col2 > *:nth-child(2) {
  float: right;
}
.block-col2.spacing10 > *,
.block-heightfix-col2.spacing10 > * {
  width: 48%;
  margin-right: 4%;
}
.block-col2.spacing10 > *:nth-child(2),
.block-heightfix-col2.spacing10 > *:nth-child(2) {
  margin-right: 0;
}
.block-col2.spacing_m > *,
.block-heightfix-col2.spacing_m > * {
  width: 47%;
  margin-right: 6%;
}
.block-col2.spacing_m > *:nth-child(2),
.block-heightfix-col2.spacing_m > *:nth-child(2) {
  margin-right: 0;
}
.block-col3 > *,
.block-heightfix-col3 > * {
  width: 33.3333%;
  float: left;
}
.block-col3 > *:nth-child(3),
.block-heightfix-col3 > *:nth-child(3) {
  float: right;
}
.block-col3.spacing10 > *,
.block-heightfix-col3.spacing10 > * {
  width: 32.7%;
  margin-right: 0.95%;
}
.block-col3.spacing10 > *:nth-child(3),
.block-heightfix-col3.spacing10 > *:nth-child(3) {
  margin-right: 0;
}
.block-col3.spacing_m > *,
.block-heightfix-col3.spacing_m > * {
  width: 30%;
  margin-right: 5%;
}
.block-col3.spacing_m > *:nth-child(3),
.block-heightfix-col3.spacing_m > *:nth-child(3) {
  margin-right: 0;
}
/* スマホでもカラム維持 */
div[class*='block-table-col'],
.row-alwaystable {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  /* 親divマージンを左右でspacing分マイナス */
}
div[class*='block-table-col']>*,
.row-alwaystable>* {
  display: table-cell;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-color: transparent;
  border-style: solid;
}
.block-table-col2>* {
  width: 50%;
}
.block-table-col3>* {
  width: 33.3%;
}
.block-table-col4>* {
  width: 25%;
}
/* grid */
.grid-col1,
.grid-fl-col1 {
  width: 8.33333%;
}
.grid-col2,
.grid-fl-col2 {
  width: 16.66667%;
}
.grid-col3,
.grid-fl-col3 {
  width: 25%;
}
.grid-col4,
.grid-fl-col4 {
  width: 33.33333%;
}
.grid-col5,
.grid-fl-col5 {
  width: 41.66667%;
}
.grid-col6,
.grid-fl-col6 {
  width: 50%;
}
.grid-col7,
.grid-fl-col7 {
  width: 58.33333%;
}
.grid-col8,
.grid-fl-col8 {
  width: 66.66667%;
}
.grid-col9,
.grid-fl-col9 {
  width: 75%;
}
.grid-col10,
.grid-fl-col10 {
  width: 83.33333%;
}
.grid-col11,
.grid-fl-col11 {
  width: 91.66667%;
}
.grid-col12 {
  width: 100%;
  zoom: 1;
}
.grid-col12:before,
.grid-col12:after {
  content: "";
  display: table;
}
.grid-col12:after {
  clear: both;
}
*[class*='grid-fl-col'] {
  float: left;
}
.grid-ml-col1 {
  margin-left: 8.33333%;
}
.grid-ml-col2 {
  margin-left: 16.66667%;
}
.grid-ml-col3 {
  margin-left: 25%;
}
.grid-ml-col4 {
  margin-left: 33.33333%;
}
.grid-ml-col5 {
  margin-left: 41.66667%;
}
.grid-ml-col6 {
  margin-left: 50%;
}
.grid-ml-col7 {
  margin-left: 58.33333%;
}
.grid-ml-col8 {
  margin-left: 66.66667%;
}
.grid-ml-col9 {
  margin-left: 75%;
}
.grid-ml-col10 {
  margin-left: 83.33333%;
}
.grid-ml-col11 {
  margin-left: 91.66667%;
}
.grid-sp10[class*='grid-'] {
  padding-left: 5px;
  padding-right: 5px;
}
.grid-sp10[class*='grid-']:first-child {
  padding-left: 0;
}
.grid-sp10[class*='grid-']:last-child {
  padding-right: 0;
}
.grid-sp20[class*='grid-'] {
  padding-left: 10px;
  padding-right: 10px;
}
.grid-sp20[class*='grid-']:first-child {
  padding-left: 0;
}
.grid-sp20[class*='grid-']:last-child {
  padding-right: 0;
}
.grid-sp30[class*='grid-'] {
  padding-left: 15px;
  padding-right: 15px;
}
.grid-sp30[class*='grid-']:first-child {
  padding-left: 0;
}
.grid-sp30[class*='grid-']:last-child {
  padding-right: 0;
}
.grid-sp40[class*='grid-'] {
  padding-left: 20px;
  padding-right: 20px;
}
.grid-sp40[class*='grid-']:first-child {
  padding-left: 0;
}
.grid-sp40[class*='grid-']:last-child {
  padding-right: 0;
}
.snsbtns-col4 {
  display: table;
  width: 100%;
}
.snsbtns-col4>.btn {
  display: table-cell;
  width: 25%;
}
.grid-flex {
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.grid-flex.col2 > * {
  flex-basis: 48.28326%;
}
.grid-flex.col2 > *.grid__item_m {
  flex-basis: 45%;
}
.grid-flex.col2 > *.grid__item_m2 {
  flex-basis: 47%;
}
.grid-flex.col2 > *.grid__item {
  -webkit-flex-basis: 48.71795%;
  flex-basis: 48.71795%;
}
.grid-flex.col2 > *.grid__item:nth-child(n+3) {
  margin-top: 60px;
}
.grid-flex.col2--sp20 > * {
  -webkit-flex-basis: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
}
.grid-flex.col2--sp20 > *:nth-child(n+3) {
  margin-top: 50px;
}
.grid-flex.col3 > * {
  -webkit-flex-basis: 31%;
  flex-basis: 31%;
}
.grid-flex.col3 > *.grid__item {
  -webkit-flex-basis: 30.12821%;
  flex-basis: 30.12821%;
}
.grid-flex.col3 > *.grid__item:nth-child(n+4) {
  margin-top: 60px;
}
.grid-flex.col3--sp30 > * {
  -webkit-flex-basis: calc(33.3% - 20px);
  flex-basis: calc(33.3% - 20px);
}
.grid-flex.col3--sp30 > *:nth-child(n+4) {
  margin-top: 30px;
}
.grid-flex.col3--sp30:after {
  content: "";
  display: inline-block;
  -webkit-flex-basis: calc(33.3% - 20px);
  flex-basis: calc(33.3% - 20px);
}
.grid-flex.grid_ms .side {
  -webkit-flex-basis: 36.42857%;
  flex-basis: 36.42857%;
}
.grid-flex.grid_ms .main {
  -webkit-flex-basis: 57.14286%;
  flex-basis: 57.14286%;
}
.grid-flex.timetable_l {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.grid-flex.timetable_l dt {
  -webkit-flex-basis: 7.5em;
  flex-basis: 7.5em;
}
.grid-flex.timetable_l dd {
  -webkit-flex-basis: calc(100% - 7.5em);
  flex-basis: calc(100% - 7.5em);
}
.grid-flex.grid_thumbtxt > .thumb {
  -webkit-flex-basis: 26%;
  flex-basis: 26%;
}
.grid-flex.grid_thumbtxt > .txt {
  -webkit-flex-basis: 69%;
  flex-basis: 69%;
}
.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-row_reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-col2 > * {
  flex-basis: 48%;
}
.flex-col2 > *:nth-child(n+3) {
  margin-top: 40px;
}
.flex-col3 > * {
  flex-basis: 32%;
}
.flex-col3 > *:nth-child(n+4) {
  margin-top: 40px;
}
.flexcol_sx {
  -webkit-flex-basis: 19% !important;
  flex-basis: 19% !important;
}
.flexcol_s {
  -webkit-flex-basis: 24% !important;
  flex-basis: 24% !important;
}
.flexcol_m {
  -webkit-flex-basis: 40% !important;
  flex-basis: 40% !important;
}
.flexcol_mx {
  -webkit-flex-basis: 58% !important;
  flex-basis: 58% !important;
}
.flexcol_mx2 {
  -webkit-flex-basis: 65% !important;
  flex-basis: 65% !important;
}
.flexcol_mx3 {
  -webkit-flex-basis: 69% !important;
  flex-basis: 69% !important;
}
.flexcol_l {
  -webkit-flex-basis: 80% !important;
  flex-basis: 80% !important;
}
.flexcol_tri {
  -webkit-flex-basis: 31% !important;
  flex-basis: 31% !important;
}
.flexcol_half {
  -webkit-flex-basis: 49% !important;
  flex-basis: 49% !important;
}
.flexcol_full {
  -webkit-flex-basis: 100% !important;
  flex-basis: 100% !important;
}
.margin-center {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .grid-flex.col3:after {
  content: "";
  display: inline-block;
  -webkit-flex-basis: 31%;
  flex-basis: 31%;
  }
}
@media screen and (max-width: 767px) {
  .snsbtns-col4 {
  display: block;
  }
  .snsbtns-col4 > .btn {
  display: block;
  width: 50%;
  float: left;
  }
  .snsbtns-col4 > .btn:nth-child(n+3) {
  margin-top: 6px;
  }
  .posLeft,
  .posRight,
  img.posLeft,
  img.posRight,
  [class*='grid-'].posLeft,
  [class*='grid-'].posRight {
  max-width: 40%;
  width: 100%;
  }
  .posRight.mg-l {
  margin-left: 20px;
  }
  .imgrightinsertbox,
  .imgleftinsertbox {
  max-width: inherit;
  margin-bottom: 1em;
  }
  .imgrightinsertbox > div, .imgrightinsertbox > img,
  .imgleftinsertbox > div,
  .imgleftinsertbox > img {
  float: none;
  }
  .imgrightinsertbox > img,
  .imgleftinsertbox > img {
  display: block;
  margin: 0 auto 1em;
  }
  .imgrightinsertbox.posRight,
  .imgleftinsertbox.posLeft {
  margin-left: 0;
  margin-right: 0;
  }
  .block-col2 > *,
  .block-col3 > *,
  .block-heightfix-col2 > *,
  .block-heightfix-col3 > * {
  float: none !important;
  width: auto !important;
  }
  .block-col2.spacing10 > *,
  .block-col3.spacing10 > *,
  .block-heightfix-col2.spacing10 > *,
  .block-heightfix-col3.spacing10 > * {
  margin-right: 0;
  margin-bottom: 10px;
  }
  .block-col2.spacing_m > *,
  .block-col3.spacing_m > *,
  .block-heightfix-col2.spacing_m > *,
  .block-heightfix-col3.spacing_m > * {
  margin-right: 0;
  margin-bottom: 20px;
  }
  *[class*='grid-fl-col'] {
  float: none !important;
  width: auto !important;
  margin-bottom: 4px;
  }
  *[class*='grid-fl-col']:last-child {
  margin-bottom: 0;
  }
  *[class*='grid-fl-col'][class*='smp-grid-col'] {
  float: left !important;
  }
  *[class*='grid-ml-col'] {
  margin-left: 0;
  }
  .grid-sp10[class*='grid-fl-'],
  .grid-sp20[class*='grid-fl-'],
  .grid-sp30[class*='grid-fl-'],
  .grid-sp40[class*='grid-fl-'] {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 10px;
  }
  .row-alwaystable .grid-sp10[class*='grid-'],
  .row-alwaystable .grid-sp20[class*='grid-'],
  .row-alwaystable .grid-sp30[class*='grid-'],
  .row-alwaystable .grid-sp40[class*='grid-'] {
  padding-left: 5px;
  padding-right: 5px;
  }
  .row-alwaystable .grid-sp10[class*='grid-']:first-child,
  .row-alwaystable .grid-sp20[class*='grid-']:first-child,
  .row-alwaystable .grid-sp30[class*='grid-']:first-child,
  .row-alwaystable .grid-sp40[class*='grid-']:first-child {
  padding-left: 0;
  }
  .row-alwaystable .grid-sp10[class*='grid-']:last-child,
  .row-alwaystable .grid-sp20[class*='grid-']:last-child,
  .row-alwaystable .grid-sp30[class*='grid-']:last-child,
  .row-alwaystable .grid-sp40[class*='grid-']:last-child {
  padding-right: 0;
  }
  .grid-flex.grid_ms .side {
  -webkit-flex-basis: 36.42857%;
  flex-basis: 36.42857%;
  }
  .grid-flex.grid_ms .main {
  -webkit-flex-basis: 57.14286%;
  flex-basis: 57.14286%;
  }
  .grid-flex.col3 > * {
  -webkit-flex-basis: 31%;
  flex-basis: 31%;
  }
  .grid-flex.col3 > *.grid__item {
  -webkit-flex-basis: 31%;
  flex-basis: 31%;
  }
  .grid-flex.col3 > *.grid__item:nth-child(n+4) {
  margin-top: 30px;
  }
  .grid-flex.col2 > *, .grid-flex.col2-mobile > * {
  flex-basis: 48%;
  }
  .grid-flex.col2 > *.grid__item_m, .grid-flex.col2-mobile > *.grid__item_m {
  flex-basis: 47%;
  }
  .grid-flex.col2 > *.grid__item, .grid-flex.col2-mobile > *.grid__item {
  -webkit-flex-basis: 48%;
  flex-basis: 48%;
  }
  .grid-flex.col2 > *.grid__item:nth-child(n+3), .grid-flex.col2-mobile > *.grid__item:nth-child(n+3) {
  margin-top: 30px;
  }
  .grid-flex.col2:after, .grid-flex.col2-mobile:after {
  content: none;
  }
  .grid-flex.col2-mobile--sp20 > * {
  flex-basis: calc(50% - 10px);
  }
  .grid-flex.col2-mobile--sp20 > *:nth-child(n+3) {
  margin-top: 20px;
  }
  .grid-flex.col2-mobile--sp20:after {
  content: none;
  }
  .grid-flex.grid-mobile-break {
  display: block;
  }
  .grid-flex.grid-mobile-break > * {
  -webkit-flex-basis: 100% !important;
  flex-basis: 100% !important;
  }
  .grid-flex.grid-mobile-break.grid_thumbtxt .thumb {
  text-align: center;
  margin-bottom: 1em;
  }
  .flex--mobile {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  }
  .flex--mobile.flex--rev {
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  }
  .flex--mobile.flex--rev.insertbox--r > .insert, .flex--mobile.flex--rev.insertbox--l > .insert {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  width: 100%;
  max-width: inherit;
  float: none;
  margin: 0;
  }
  .flex--mobile.flex--rev > * {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  margin-bottom: 40px;
  }
  .flex--mobile.flex--rev > *:first-child {
  margin-bottom: 0;
  }
  .display-block--mobile {
  display: block;
  }
  .float_l--mobile {
  float: left;
  max-width: 40%;
  }
  .float_r--mobile {
  float: right;
  max-width: 40%;
  }
  .list-mark1em-col2.break-mobile,
  .list-mark1em-col3.break-mobile {
  display: block;
  }
  .list-mark1em-col2.break-mobile li:nth-child(n+2),
  .list-mark1em-col3.break-mobile li:nth-child(n+2) {
  margin-top: 0.2em;
  }
  .flexcol_sx--mobile {
  -webkit-flex-basis: 19% !important;
  flex-basis: 19% !important;
  }
  .flexcol_s--mobile {
  -webkit-flex-basis: 24% !important;
  flex-basis: 24% !important;
  }
  .flexcol_m--mobile {
  -webkit-flex-basis: 40% !important;
  flex-basis: 40% !important;
  }
  .flexcol_mx--mobile {
  -webkit-flex-basis: 58% !important;
  flex-basis: 58% !important;
  }
  .flexcol_mx2--mobile {
  -webkit-flex-basis: 65% !important;
  flex-basis: 65% !important;
  }
  .flexcol_l--mobile {
  -webkit-flex-basis: 80% !important;
  flex-basis: 80% !important;
  }
  .flexcol_tri--mobile {
  -webkit-flex-basis: 31% !important;
  flex-basis: 31% !important;
  }
  .flexcol_half--mobile {
  -webkit-flex-basis: 49% !important;
  flex-basis: 49% !important;
  }
  .flexcol_full--mobile {
  -webkit-flex-basis: 100% !important;
  flex-basis: 100% !important;
  }
}
@media screen and (max-width: 479px) {
  .grid-flex.grid-smp-break {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  }
  .grid-flex.grid-smp-break > * {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  }
  .mobile-s-break {
  display: block;
  }
  .mobile-s-break > * {
  flex-basis: auto;
  }
  .mobile-s-break > *:nth-child(n+2) {
    margin-top: 20px;
  }
  .mobile-s-break.grid_ms > *:nth-child(n+2) {
    margin-top: 40px;
  }

  .flex--mobile-s {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .mobile-s-col2 > * {
    flex-basis: 48%;
  }
  .mobile-s-col2 > *:nth-child(n+3) {
    margin-top: 10px;
  }
  .display-block--mobile-s {
  display: block;
  }
  .float_r--mobile-s {
  float: right;
  max-width: 40%;
  }
  .float_l--mobile-s {
  float: left;
  max-width: 40%;
  }
  .flexcol_sx--mobile-s {
  -webkit-flex-basis: 19% !important;
  flex-basis: 19% !important;
  }
  .flexcol_s--mobile-s {
  -webkit-flex-basis: 24% !important;
  flex-basis: 24% !important;
  }
  .flexcol_m--mobile-s {
  -webkit-flex-basis: 40% !important;
  flex-basis: 40% !important;
  }
  .flexcol_mx--mobile-s {
  -webkit-flex-basis: 58% !important;
  flex-basis: 58% !important;
  }
  .flexcol_mx2--mobile-s {
  -webkit-flex-basis: 65% !important;
  flex-basis: 65% !important;
  }
  .flexcol_l--mobile-s {
  -webkit-flex-basis: 80% !important;
  flex-basis: 80% !important;
  }
  .flexcol_tri--mobile-s {
  -webkit-flex-basis: 31% !important;
  flex-basis: 31% !important;
  }
  .flexcol_half--mobile-s {
  -webkit-flex-basis: 49% !important;
  flex-basis: 49% !important;
  }
  .flexcol_full--mobile-s {
  -webkit-flex-basis: 100% !important;
  flex-basis: 100% !important;
  }
}
/* grid */
.grid1 {
  display: grid;
  grid-template-columns: 1fr;
}

.grid1_2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

.grid1_3 {
  display: grid;
  grid-template-columns: 1fr 3fr;
}

.grid1_4 {
  display: grid;
  grid-template-columns: 1fr 4fr;
}

.grid2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.grid2_3 {
  display: grid;
  grid-template-columns: 2fr 3fr;
}

.grid2_4 {
  display: grid;
  grid-template-columns: 2fr 4fr;
}

.grid3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid5 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.grid1-1-2 {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .grid1-1-2 {
    grid-template-columns: 1fr 1fr;
  }
}

.grid1-1-3 {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .grid1-1-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.grid1-2-2 {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 481px) {
  .grid1-2-2 {
    grid-template-columns: 1fr 1fr;
  }
}

.grid1-2-3 {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 481px) {
  .grid1-2-3 {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .grid1-2-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.grid1-1_2 {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 481px) {
  .grid1-1_2 {
    grid-template-columns: 1fr 2fr;
  }
}

.grid2-3-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 481px) {
  .grid2-3-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.grid2-2-3 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .grid2-2-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.grid2-2-4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 768px) {
  .grid2-2-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.grid-thumbset {
  display: grid;
  gap: 0.65em;
}
.grid-thumbset .headline {
  margin: 0 0 0.5em;
  padding: 0;
  border: none;
  font-size: 1.25em;
  font-weight: bold;
  color: inherit;
}
@media screen and (min-width: 481px) {
  .grid-thumbset {
    grid-template-columns: 1.5fr 2fr;
    gap: 1em;
  }
}
@media screen and (min-width: 768px) {
  .grid-thumbset {
    grid-template-columns: 1fr 2.4fr;
    gap: 2em;
  }
  .grid-thumbset p {
    line-height: 1.8;
  }
}
@media screen and (max-width: 480px) {
  .grid1--xs {
    grid-template-columns: 1fr;
  }
  .grid2--xs {
    grid-template-columns: 1fr 1fr;
  }
  .grid3--xs {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 481px) {
  .grid1--sm {
    grid-template-columns: 1fr;
  }
  .grid2--sm {
    grid-template-columns: 1fr 1fr;
  }
  .grid3--sm {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid4--sm {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid5--sm {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid6--sm {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media screen and (min-width: 768px) {
  .grid1--md {
    grid-template-columns: 1fr;
  }
  .grid2--md {
    grid-template-columns: 1fr 1fr;
  }
  .grid3--md {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid4--md {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid5--md {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid6--md {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .--col2--md {
    grid-column: 1 / span 2;
  }
  .--col3--md {
      grid-column: 1 / span 3;
  }
}
@media screen and (min-width: 1040px) {
  .grid1--lg {
    grid-template-columns: 1fr;
  }
  .grid2--lg {
    grid-template-columns: 1fr 1fr;
  }
  .grid3--lg {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .grid4--lg {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .grid5--lg {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .grid6--lg {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }
  .--col2--lg {
    grid-column: 1 / span 2;
  }
  .--col3--lg {
      grid-column: 1 / span 3;
  }
}
.-gap_li {
  gap: 1em 0.5em;
}
.-gap_10 {
  gap: 10px;
}

.-gap_xs {
  gap: 20px 10px;
}

.-gap_s {
  gap: 20px 10px;
}
@media screen and (min-width: 481px) {
  .-gap_s {
    gap: 20px 24px;
  }
}

.-gap_m {
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .-gap_m {
    gap: 40px;
  }
}

.-gap_l {
  gap: 40px 20px;
}
@media screen and (min-width: 768px) {
  .-gap_l {
    gap: 50px 30px;
  }
}
@media screen and (min-width: 1240px) {
  .-gap_l {
    gap: 60px 40px;
  }
}
/* テーブルなどをスクロール可にする */
.block-scrollable {
  width: 100%;
  overflow: auto;
  z-index: 1;
}

.scroll-hint {
  position: relative;
}

@media screen and (max-width: 1039px) {
  .block-scrollable {
    position: relative;
    box-shadow: 0px 0px 1px #999;
  }
  .block-scrollable > * {
    z-index: 0;
  }
  .block-scrollable > table {
    width: 100%;
    min-width: 768px;
  }
  .block-scrollable > table th:first-child {
    min-width: 20%;
  }
  .block-scrollable > *:last-child {
    margin-bottom: 0 !important;
  }
  .scroll-hint::after {
    content: "scroll →";
    position: absolute;
    left: 2px;
    top: 2px;
    background: rgba(102, 102, 102, 0.5);
    color: #fff;
    line-height: 1;
    padding: 0.2em 0.4em;
    font-size: 11px;
    letter-spacing: 0.05em;
    transition: opacity 0.4s;
    z-index: 1;
    border-radius: 2px;
  }
  .scroll-hint label {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .scroll-hint.--scrolled::after {
    opacity: 0;
  }
}
.card-slide {
  padding-bottom: 5px;
  width: 100%;
  overflow: auto;
}
.card-slide .card-slidearea {
  zoom: 1;
  display: inline-block;
  width: 100%;
  min-width: 58em;
}
.card-slide .card-slidearea:before,
.card-slide .card-slidearea:after {
  content: "";
  display: table;
}
.card-slide .card-slidearea:after {
  clear: both;
}
.card-slide .card-slidearea>div,
.card-slide .card-slidearea>a {
  display: inline-block;
  min-width: 14em;
  float: left;
  width: 24.4%;
  margin-right: 0.8%;
}
.card-slide .card-slidearea>div:nth-child(4n),
.card-slide .card-slidearea>a:nth-child(4n) {
  margin-right: 0;
}
.card-responsivegrid {
  zoom: 1;
}
.card-responsivegrid:before,
.card-responsivegrid:after {
  content: "";
  display: table;
}
.card-responsivegrid:after {
  clear: both;
}
.card-responsivegrid>div,
.card-responsivegrid>a {
  display: inline-block;
  float: left;
  width: 24.4%;
  margin-right: 0.8%;
}
.card-responsivegrid>div:nth-child(4n),
.card-responsivegrid>a:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1209px) {
  .card-responsivegrid>div,
  .card-responsivegrid>a {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  .card-responsivegrid>div:nth-child(4n),
  .card-responsivegrid>a:nth-child(4n) {
    margin-right: 2%;
  }
  .card-responsivegrid>div:nth-child(3n),
  .card-responsivegrid>a:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .card-responsivegrid>div,
  .card-responsivegrid>a {
    width: 49%;
    margin-right: 2%;
  }
  .card-responsivegrid>div:nth-child(4n),
  .card-responsivegrid>a:nth-child(4n) {
    margin-right: 0;
  }
  .card-responsivegrid>div:nth-child(3n),
  .card-responsivegrid>a:nth-child(3n) {
    margin-right: 2%;
  }
  .card-responsivegrid>div:nth-child(2n),
  .card-responsivegrid>a:nth-child(2n) {
    margin-right: 0;
  }
}
/* LIST
-------------------------------------------------------- */
.list-inline li {
  display: inline-block;
  margin-right: 1em;
}
.list-arrow li {
  padding-left: 10px;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  text-indent: -10px;
}
.list-arrow li:before {
  content: "";
  display: inline-block;
  border: 4px solid transparent;
  border-left-color: #000;
  vertical-align: middle;
  margin: -0.2em 2px 0 0;
  text-indent: -10px;
}
@media screen and (max-width: 767px) {
  .list-arrow li {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
  }
}
.list-dot li {
  padding-left: 10px;
  text-indent: -10px;
}
.list-dot li:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border: none;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #273166;
  margin: -0.2em 7px 0 0;
  text-indent: -10px;
}
.listNum {
  margin: .5em 0 1.5em 0;
  line-height: 1.5;
}
.listNum li {
  list-style: decimal outside;
  margin: 0 0 .2em 25px;
}
.list-sq li {
  padding-left: 14px;
  text-indent: -14px;
  line-height: 1.4;
}
.list-sq li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border: none;
  vertical-align: middle;
  background-color: #273166;
  margin: -0.15em 8px 0 0;
  text-indent: 0;
}
.list-sq li + li {
  margin-top: 0.8em;
}
.list-sq.eng li:before {
  background-color: #575488;
}
.list-sq.cs li:before {
  background-color: #28648b;
}
.list-sq.ms li:before {
  background-color: #b1444b;
}
.list-sq.bs li:before {
  background-color: #2b643b;
}
.list-sq.ds li:before {
  background-color: #cfaa40;
}
.list-sq.hs li:before {
  background-color: #c54c54;
}
.list-sq.kyoyo li:before {
  background-color: #4e461b;
}
.companyList-r .list-sq li {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  /* タブレット未満 */
  .listNum {
    margin: 0 0 1em;
  }
}
.listAlpha {
  margin: 8px 0 8px 25px;
  line-height: 1.5;
}
.listAlpha li {
  list-style: outside upper-alpha;
}
.list-mark1em li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.list-mark1em li .mark {
  display: inline-block;
  width: 1.5em;
  text-indent: 0;
}
ul#rinenList {
  background: url("/dbps_data/_template_/_user_/_SITE_/renew/_res/images/img_gaiyo_rinen.gif") no-repeat right top;
  padding: 10px 0 0;
}
ul#rinenList li {
  font-weight: bold;
  padding: 9px 5px;
  list-style: inside decimal;
  color: #333366;
}
ul#rinenList li a {
  color: #333366;
}
ul#rinenList2 {
  background: url("/dbps_data/_template_/_user_/_SITE_/renew/_res/images/img_gaiyo_rinen.gif") no-repeat right top;
  padding: 10px 0 15px;
}
ul#rinenList2 li {
  color: #333366;
  font-weight: bold;
  padding: 9px 5px 5px 5px;
  list-style: inside decimal;
}
ul#rinenList2 li a {
  color: #333366;
}
ol#rinenList {
  background: url("/dbps_data/_template_/_user_/_SITE_/renew/_res/images/img_gaiyo_rinen.gif") no-repeat right top;
  padding: 10px 0 20px;
  list-style-type: none;
}
ol#rinenList li {
  color: #333366;
  font-weight: bold;
  padding: 7px 5px;
}
ul#rinenList2010 {
  padding: 10px 0 0;
}
ul#rinenList2010 li {
  color: #000000;
  padding: 10px 5px;
  list-style: inside decimal;
}
ul#rinenList2010 li a {
  color: #333366;
}
/*　日付が左側にあるリスト　*/
.datelist dl {
  border-bottom: 1px dotted #a0a8b3;
  display: table;
  table-layout: fixed;
  font-size: 16px;
  width: 100%;
  padding: 0.7em 0;
}
.datelist dt,
.datelist dd {
  display: table-cell;
}
.datelist dt {
  width: 8.5em;
  line-height: 1.2em;
}
.datelist dd {
  line-height: 1.3em;
}
.datelist .date {
  display: inline-block;
  border-color: transparent;
}
.datelist .label {
  display: inline-block;
  text-align: center;
  font-size: 75%;
  width: 8em;
  padding: 0.2em 0.3em;
  margin: 0;
  line-height: 1em;
  border: 1px solid #9398b3;
  text-decoration: none;
  font-style: normal;
}
.datelist.datelabel .date {
  width: 6.5em;
}
.datelist.datelabel dt {
  width: 14em;
}
.datelist a {
  text-decoration: none;
}
.datelist a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .datelist dl {
    padding: 0.8em 0;
  }
  .datelist dt,
  .datelist dd {
    display: block;
    width: 100%;
  }
  .datelist dt {
    margin-bottom: 0.5em;
  }
  .datelist.datelabel dt {
    width: 100%;
  }
  .datelist .label {
    float: right;
  }
}
.listArea {
  overflow: auto;
  height: 25em;
  margin-bottom: 30px;
}
.listArea ul {
  line-height: 1.2em;
}
.listArea ul li {
  padding: 10px 0;
  border-bottom: 1px dotted #a0a8b3;
}
.listArea ul li a {
  display: block;
}
@media screen and (max-width: 767px) {
  .listArea {
    height: 12em;
  }
}
/* dtに1文字だけ入れる定義リスト（※など） */
dl.note dt {
  clear: both;
  float: left;
  width: 1em;
  height: 1.6em;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  text-align: center;
}
dl.note dd {
  margin: 0 0 0 1.3em;
  padding: 0 1em 1em 0;
}
.listAsterisk li {
  background: url("/dbps_data/_template_/_user_/_SITE_/renew/_res/images/img_mark_asterisk.gif") no-repeat 0 5px;
  padding: 0 0 5px 15px;
  line-height: 1.5;
}
.listPointer li {
  background: url("/dbps_data/_template_/_user_/_SITE_/renew/_res/images/img_mark_pointer.gif") no-repeat 0 5px;
  padding: 0 0 5px 15px;
  line-height: 1.5;
}
.transferList02 li {
  background: url("/dbps_data/_template_/_user_/_SITE_/renew/_res/images/img_mark_circle_skyblue.gif") no-repeat 0 2px;
  padding: 0 0 5px 15px;
}
.transferList03 li {
  background: url("/dbps_data/_template_/_user_/_SITE_/renew/_res/images/img_mark_black_square.gif") no-repeat 0 3px;
  padding: 0 0 5px 15px;
}
.pageListBox01 ul {
  padding: 10px 0 0;
  background: url("/dbps_data/_template_/_user_/_SITE_/renew/_res/images/img_line_dotted.gif") repeat-x bottom;
}
.pageListBox01 li {
  padding: 0.8em 0;
}
.pageListBox01 li p {
  background: url("/dbps_data/_template_/_user_/_SITE_/renew/_res/images/img_mark_gray_square.gif") no-repeat 0 0.5em;
  padding: 0 0 0 1.5em;
}
/* 定義リスト
-------------------------------------------------------- */
/* 研究室?プロジェクト紹介 */
dl.laboBox02 {
  border-bottom: 1px dotted #a0a8b3;
  padding: 27px 0 23px 0;
  min-height: 1%;
  clear: both;
  float: none;
  overflow: hidden;
}
dl.laboBox02 dt {
  width: 180px;
  float: left;
}
dl.laboBox02 dd {
  width: auto;
  line-height: 1.5;
  float: left;
}
dl.hblue dt {
  border-left: #3f357e solid 3px;
}
dl.notes {
  overflow: hidden;
  clear: both;
}
dl.notes dt {
  width: 30px;
  float: left;
}
dl.notes dd {
  width: 220px;
  margin: 0 0 10px;
  float: left;
}
dl.koukai-link {
  margin: 0 0 0 50px;
  min-height: 1%;
}
dl.koukai-link dt {
  width: 25px;
  line-height: 1.5;
  float: left;
}
dl.koukai-link dd {
  width: auto;
  line-height: 1.5;
  margin-left: 35px;
}
/* TABLE
-------------------------------------------------------- */
table {
  width: 100%;
  margin-bottom: 10px;
  -webkit-text-size-adjust: 100%;
}
table .num {
  text-align: right;
}
table .caption {
  font-weight: normal;
}
table .third {
  background: #E26B14;
  color: #fff;
  font-weight: bold;
}
table .fourth {
  background: #E26B14;
  color: #fff;
  font-weight: bold;
  /* 背景：緑 */
  background: #54AA2B;
}
.table-def {
  -webkit-text-size-adjust: 100%;
  color: #333333;
  border-collapse: collapse;
}
.table-def:last-child {
  margin-bottom: 0;
}
.table-def th,
.table-def td {
  border: 1px solid #fff;
  border-color: #D1D1D1;
}
.table-def td,
.table-def th {
  padding: 15px;
  color: #333333;
}
.table-def thead th {
  background: #e8e5f2;
}
.table-def thead td,
.table-def thead th {
  vertical-align: middle;
  text-align: center;
}
.table-def tbody th {
  text-align: left;
  background: #eae9ea;
}
.table-def.table_s th, .table-def.table_s td {
  padding: 0.3em 0.6em;
}
.table-def .corner {
  background-color: #fff;
}
.table-def .num {
  text-align: right;
}
.table-def .caption {
  font-weight: normal;
}
.table-def .gray th {
  background: #ececec;
}
.table-def .gray td {
  background: #ececec;
}
.table-def .blue th {
  background: #a8c3dc;
}
.table-def .blue td {
  background: #ccdae7;
}
.table-def .green th {
  background: #d0deae;
}
.table-def .green td {
  background: #e8eed9;
}
.table-def .orange th {
  background: #f4e0b2;
}
.table-def .orange td {
  background: #f8efd8;
}
.table-def .red td {
  background: #eddde5;
}
.table-def .font_bold {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .table-def td,
  .table-def th {
    padding: 12px;
  }
}
.table-def.--event_outline th {
  width: 7em;
  font-weight: bold;
  color: #000;
  vertical-align: middle;
  text-align: center;
}
.table-fixed {
  table-layout: fixed;
}
tr.odd {
  background: #d4dcff;
}
tr.even {
  background: #e4e9ff;
}
th.emp {
  background: #d0d3f3;
}
th.txtleft {
  text-align: left;
}
td.txtleft {
  text-align: left;
}
td.txtright {
  text-align: right;
}
/*オリコローンボタン用*/
table.oricoloan {
  width: 95%;
  _width: 90%;
  margin: 0 0 0 0;
}
table.oricoloan th,
table.oricoloan td {
  padding: 7px 5px;
}
table.oricoloan th {
  background: #F1F2FF;
  text-align: left;
  font-weight: normal;
}
table.proftable {
  table-layout: auto;
  border: 1px solid #dddddd;
  margin-bottom: 20px;
  border-collapse: collapse;
}
table.proftable tr td {
  border: 1px solid #dddddd;
  padding: 10px;
  vertical-align: top;
}
table.proftable .txt02 {
  width: 20%;
  background-color: #ECECEC;
}
table.proftable .txt03 {
  width: 60%;
}
table.proftable .txt01 {
  padding: 10px 5px;
  line-height: 20px;
  font-weight: bold;
}
table.proftable td.photoframe {
  width: 120px;
  vertical-align: middle;
  vertical-align: top;
  text-align: center;
  background-color: #EFEFEF;
}
table.proftable td.photoframe a span.style1 {
  color: #FFFFFF;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  table.proftable tr td {
    padding: 6px;
  }
  table.proftable th,
  table.proftable td {
    font-size: 87.5%;
  }
  table.proftable .txt01 {
    padding: 10px 5px;
    line-height: 20px;
    font-weight: bold;
  }
  table.proftable td.photoframe {
    padding-top: 10px;
    width: 110px;
  }
}
table.scheduleList th {
  width: 5em;
}
table.scheduleList li {
  padding: 2px 0 2px 1em;
  text-indent: -1em;
}
table.scheduleList li:before {
  content: "";
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  margin-right: 0.5em;
  vertical-align: middle;
  background: #999;
}
table.scheduleList img.posRight {
  margin: 0 5px 0 12px;
}
@media screen and (max-width: 767px) {
  input,
  textarea,
  select {
    font-size: 16px;
  }
}
/* FORM
-------------------------------------------------------- */
input,
select,
textarea {
  font-size: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  input,
  textarea,
  select {
    font-size: 16px;
  }
}
button,
html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: normal;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type="radio"]:focus,
input[type="checkbox"]:focus,
input[type="file"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
textarea {
  overflow: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  display: inline-block;
  max-width: 100%;
  font-weight: bold;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
input[type="radio"],
input[type="checkbox"] {
  width: 1em;
  height: 1em;
  margin: 0 0.2em 0 0;
  vertical-align: baseline;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select {
  margin-bottom: 0.5em;
}
select[multiple],
select[size] {
  height: auto;
}
select:last-child {
  margin-bottom: 0;
}
optgroup {
  font-weight: bold;
}
.control-label {
  color: #273166;
  padding-right: 0.5em;
  padding-left: 0.5em;
  text-indent: -0.5em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.control-label:first-child:before {
  content: "";
  display: inline-block;
  width: 0.2em;
  height: 1.5em;
  margin-right: 0.3em;
  vertical-align: top;
  background-color: #3d56b2;
}
.input-group-addon {
  display: inline-block;
  padding: 0.1em 0.5em;
  margin: 0 -2px;
  border-color: transparent;
  border-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  line-height: 2em;
  float: left;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input-group-addon:first-child {
  border-left-width: 1px;
}
.input-group-addon:last-child {
  border-right-width: 1px;
}
.form-control {
  display: inline-block;
  width: 100%;
  padding: 0.1em 0.5em;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 1px 1px 3px #efefef;
  box-shadow: inset 1px 1px 3px #efefef;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 1px 1px 3px #efefef, 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 1px 1px 3px #efefef, 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.form-control::-webkit-input-placeholder {
  color: #999;
}
fieldset[readonly] .form-control,
fieldset[disabled] .form-control,
.form-control[readonly],
.form-control[disabled] {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
  color: #999999;
}
select.form-control {
  height: 1.85em;
}
.form-group {
  padding: 1em 0;
  line-height: 1.5em;
}
.form-group .caution {
  margin: 0.5em 0;
}
.form-group .caution:first-child {
  margin-top: 0;
}
.form-group input[type="radio"],
.form-group input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}
.radio,
.checkbox {
  position: relative;
  display: inline-block;
  font-weight: normal;
  cursor: pointer;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  padding: 0.35em 5px 0.35em 30px;
  background-color: #f9f9f9;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.radio~.radio,
.radio~.checkbox,
.radio~.input-row,
.checkbox~.radio,
.checkbox~.checkbox,
.checkbox~.input-row {
  margin-top: 4px;
}
.radio:after,
.checkbox:after {
  content: '';
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  margin-top: -7px;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  background-color: #ffffff;
  z-index: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.checkbox:after {
  border-radius: 3px;
}
.radio:after {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.radio:before,
.checkbox:before {
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  position: absolute;
  top: 50%;
  display: block;
  content: '';
  opacity: 0;
  z-index: 1;
}
.radio:before {
  left: 11px;
  margin-top: -3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #424a8b;
}
input[type=radio]:checked+.radio:before {
  opacity: 1;
}
.checkbox:before {
  left: 11px;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #424a8b;
  border-bottom: 3px solid #424a8b;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked+.checkbox:before {
  opacity: 1;
}
fieldset[disabled] .radio,
fieldset[disabled] .checkbox,
fieldset[readonly] .radio,
fieldset[readonly] .checkbox,
input[readonly]+.radio,
input[readonly]+.checkbox,
input[disabled]+.radio,
input[disabled]+.checkbox {
  cursor: not-allowed;
  background-color: #eeeeee;
  border-color: #eeeeee;
  color: #999999;
}
fieldset.error .radio,
fieldset.error .checkbox,
input.error~.radio,
input.error~.checkbox {
  border-color: #f7594d;
  color: #f7594d;
}
fieldset.error .radio:after,
fieldset.error .checkbox:after,
input.error~.radio:after,
input.error~.checkbox:after {
  border-color: #f7594d;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled {
  cursor: not-allowed;
}
fieldset,
.fieldset {
  padding: 0 0 1em;
  border-bottom: 2px dotted #a3a5d0;
  margin-bottom: 1em;
}
fieldset:last-child,
.fieldset:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
fieldset .form-group:last-child,
.fieldset .form-group:last-child{
  border-bottom: none;
}
legend,
.legend {
  font-weight: bold;
}
.level-group {
  display: flex;
  justify-content: center;
  gap: min(1vw, 1.5em);
  align-items: center;
  padding: 0.5em 0.2em 1em;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  transition: background-color 0.2s linear;
  border-radius: 3px;
}
.level-group input[type=radio] {
  visibility: visible;
  position: relative;
  margin: 0;
  cursor: pointer;
}
.level-group ul {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  gap: min(1vw, 0.5em);
  line-height: 1;
  padding-top: clamp(10px, 2vw, 14px);
}
.level-group ul span {
  display: block;
  font-size: clamp(10px, 2vw, 14px);
  margin-top: 0.3em;
  color: #666;
}
@media screen and (min-width: 768px) {
  select.form-control {
    width: auto;
    height: 2em;
  }
  .input-sm {
    width: 5em;
  }
  .input-md {
    width: 24em;
  }
  .form-control.grid-fl-col1 {
    width: 8.33333%;
  }
  .form-control.grid-fl-col2 {
    width: 16.66667%;
  }
  .form-control.grid-fl-col3 {
    width: 25%;
  }
  .form-control.grid-fl-col4 {
    width: 33.33333%;
  }
  .form-control.grid-fl-col5 {
    width: 41.66667%;
  }
  .form-control.grid-fl-col6 {
    width: 50%;
  }
  .form-control.grid-fl-col7 {
    width: 58.33333%;
  }
  .form-control.grid-fl-col8 {
    width: 66.66667%;
  }
  .form-control.grid-fl-col9 {
    width: 75%;
  }
  .form-control.grid-fl-col10 {
    width: 83.33333%;
  }
  .form-control.grid-fl-col11 {
    width: 91.66667%;
  }
  .form-control.grid-fl-col12 {
    width: 100%;
  }
}
.form-control.error {
  border-color: #f7594d;
  -webkit-box-shadow: inset 1px 1px 3px #efefef;
  box-shadow: inset 1px 1px 3px #efefef;
}
.form-control.error:focus {
  border-color: #f7594d;
  -webkit-box-shadow: inset 1px 1px 3px #efefef, 0 0 6px #f7594d;
  box-shadow: inset 1px 1px 3px #efefef, 0 0 6px #f7594d;
}
.form-group span.error {
  display: inline-block;
  margin: 0.3em;
}
.form-group .hidden {
  display: none;
  visibility: hidden;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  display: block;
}
.form-horizontal .form-group {
  zoom: 1;
  border-bottom: 1px dashed #a3a5d0;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: "";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .form-horizontal .form-group {
    width: 100%;
  }
  .form-horizontal .form-group select {
    margin-bottom: 0;
  }
}
.input-row {
  margin-top: 4px;
  margin-left: -2px;
  margin-right: -2px;
}
.input-row:first-child {
  margin-top: 0;
}
.input-row div[class*='grid-'],
.input-row ul[class*='grid-'],
.input-row li[class*='grid-'],
.input-row p[class*='grid-'],
.input-row span[class*='grid-'],
.input-row label[class*='grid-'] {
  min-height: 1px;
  padding-left: 2px;
  padding-right: 2px;
  position: relative;
}
.input-row div[class*='grid-'] select,
.input-row ul[class*='grid-'] select,
.input-row li[class*='grid-'] select,
.input-row p[class*='grid-'] select,
.input-row span[class*='grid-'] select,
.input-row label[class*='grid-'] select {
  display: block;
  width: 100%;
}
.input-row:before,
.input-row:after {
  content: "";
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.input-row:after {
  clear: both;
}
@media screen and (max-width: 767px) {
  .control-label,
  .input-group {
    display: block;
    width: 100%;
  }
  .control-label {
    padding-right: 0;
    margin-bottom: 0.5em;
  }
  .control-label br {
    display: none;
  }
  .input-row div[class*='grid-'],
  .input-row span[class*='grid-'] {
    width: 100%;
    float: none;
  }
  .input-row div[class*='grid-']~*[class*='grid-'],
  .input-row span[class*='grid-']~*[class*='grid-'] {
    margin-top: 4px;
  }
}
.input-group[class*="grid1"]:has(.radio,.checkbox),
.input-group[class*="grid2"]:has(.radio,.checkbox){
    gap: .25em;
}
.input-group[class*="grid1"]:has(.radio,.checkbox) > *,
.input-group[class*="grid2"]:has(.radio,.checkbox) > *{
    margin: 0;
}

.gsearch form {
  padding: 0;
  margin: 0;
  height: 40px;
  border: none;
  position: relative;
  display: block;
}
.gsearch input[type='text'] {
  width: 100%;
  padding: 0 15px 0 40px;
  margin: 0;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border: none;
  box-shadow: inset 1.414px 1.414px 4px 0px rgba(0, 0, 0, 0.7);
  outline: 0;
  background: url("/common/images/2017/icon-search.png") no-repeat 10px center #fff;
  -webkit-background-size: 18px 17px;
  -o-background-size: 18px 17px;
  background-size: 18px 17px;
}
.gsearch .sbtn {
  display: block;
  font-size: 0.875rem;
  width: 50px;
  height: 32px;
  line-height: 32px;
  text-decoration: none;
  color: #FFF;
  position: absolute;
  background-color: #616a8f;
  text-align: center;
  top: 4px;
  right: 4px;
  border: none;
}
#side-gsearch.gsearch .sbtn{
  width: 4em;
}
.gsearch .sbtn:hover {
  background-color: #7d85a6;
}
.bntForm {
  text-align: center;
}
.bntForm input {
  margin: 0 10px 0 0;
}
.tut_form {
  margin-bottom: 2em;
}
.tut_form table {
  /* form table */
  margin-top: 10px;
}
.tut_form>p {
  margin-top: 20px;
  margin-bottom: 0;
}
.tut_form .note {
  line-height: 1.5;
  margin: 0;
  margin: 0.5em 0 0;
}
.tut_form .note img {
  vertical-align: top;
}
.tut_form .hissu {
  background: url("/siryou/gakubu/images/form_hissu.gif") no-repeat 3px 3px #E6EDFA;
  padding-top: 20px;
}
.tut_form th,
.tut_form td {
  border: 1px solid #B9B9D8;
}
.tut_form th {
  background-color: #E6EDFA;
  border-left: 3px solid #666699;
  padding: 10px;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  line-height: 1.3;
  width: 30%;
  min-width: 180px;
}
.tut_form td {
  background-color: #fff;
  padding: 10px;
  vertical-align: top;
}
h3+#step.formstep {
  margin-top: 20px;
}
#step.formstep {
  margin-bottom: 2em;
  border-bottom: 2px solid #bfc2ce;
}
#step.formstep>ul {
  width: 100%;
}
#step.formstep li {
  display: table;
  float: left;
  table-layout: fixed;
  color: #273166;
  margin-bottom: -2px;
}
#step.formstep li .num,
#step.formstep li>span {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
#step.formstep li .num {
  background-color: #bfc2ce;
  text-align: center;
  font-style: normal;
  width: 3.6em;
  font-size: 87.5%;
  padding: 1em 0;
  line-height: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#step.formstep li .num span {
  font-size: 150%;
  font-weight: bold;
  margin-top: 0.2em;
  display: inline-block;
}
#step.formstep li>span {
  padding: 0 5px 0 15px;
  text-indent: -15px;
  min-height: 5em;
  line-height: 1.2em;
  position: relative;
  font-weight: bold;
}
#step.formstep li>span:before {
  content: "";
  width: 0;
  height: 0;
  content: "";
  display: inline-block;
  border: 6px solid transparent;
  border-left-color: #bfc2ce;
  margin-top: -6px;
}
#step.formstep li.current>.num {
  background-color: #273166;
  color: #FFF;
}
#step.formstep li.current>span:before {
  border-left-color: #273166;
}
@media screen and (max-width: 767px) {
  /* タブレット未満 */
  #step.formstep {
    border-bottom-width: 0;
  }
  #step.formstep li {
    height: 3em;
    background-color: #bfc2ce;
    padding: 0.3em 0;
  }
  #step.formstep li+li {
    border-left: 1px solid #ffffff;
  }
  #step.formstep li>.num,
  #step.formstep li>span {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 0;
  }
  #step.formstep li>span {
    font-size: 87.5%;
    font-weight: normal;
    min-height: inherit;
    text-indent: 0;
  }
  #step.formstep li>span:before {
    content: none;
  }
  #step.formstep li:first-child {
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
  }
  #step.formstep li:last-child {
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
  }
  #step.formstep li>.num {
    background-color: transparent;
  }
  #step.formstep li.current {
    background-color: #273166;
    color: #FFF;
  }
  #step.formstep li.current:before {
    border-left-color: #273166;
  }
  #step.formstep li.current>.num {
    background-color: transparent;
  }
}
/*　フォーム　画面移動ボタン　*/
.form_nav_btn {
  margin: 35px 0;
}
.form_nav_btn>*[class*='grid-'] {
  padding-right: 10px;
}
.form_nav_btn>*[class*='grid-']:last-child {
  padding-right: 0;
}
.form_nav_btn .btn-send {
  background-color: #f27214;
  border: 1px solid #c85b0b;
}
.form_nav_btn .btn-send:hover {
  background-color: #f58f44;
}
@media screen and (max-width: 767px) {
  /* タブレット未満 */
  .form_nav_btn>*[class*='grid-'] {
    padding-right: 0;
  }
}
/* INLINE
-------------------------------------------------------- */
sup {
  vertical-align: super;
}
.label {
  display: inline-block;
  line-height: 1em;
  padding: 0.3em 0.5em;
  margin: 0 0.5em;
  vertical-align: middle;
  text-align: center;
  font-size: 75%;
  text-indent: 0;
  font-style: normal;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.label.label-large {
  font-size: 100%;
}
.label.label-cs {
  border: 1px solid #2a638b;
  color: #2a638b;
}
.label-warning {
  color: #8C1C00;
  background: #FFC144;
}
.label-kamata {
  background: #699fcb;
  color: #FFF;
}
.label-hachi {
  background: #6cae6e;
  color: #FFF;
}
/* 強調 */
.emphasis {
  font-weight: bold;
  color: #333366;
  margin-bottom: .25em;
}
.emphasis01_2 {
  color: #3F4888;
  font-weight: bold;
}
.emphasis01 {
  color: #3F4888;
  margin-left: 1em;
}
p.scale {
  text-align: right;
  margin: 0 10px 0 0;
  padding: 0;
}
p.shikaku {
  margin: 0 0 10px 10px;
}
p.nenji {
  font-weight: bold;
  color: #333366;
  margin: 0 0 5px;
}
p.updateDate {
  /* 更新日 */
  margin: 10px 2px 0 0;
  float: right;
}
p.emp {
  font-weight: bold;
  color: #292963;
}
.lh1 {
  line-height: 1;
}

.lh_s {
  line-height: 1.25;
}

.lh_m {
  line-height: 1.5;
}

.lh_l {
  line-height: 1.8;
}
img.listmark {
  margin-right: 5px;
  vertical-align: middle;
}
hr {
  height: 0;
  margin: 7px 0;
  border: none;
  border-top: 1px solid #ccc;
}
.nowrap {
  white-space: nowrap;
}
.vertical-top {
  vertical-align: top;
}
.vertical-bottom {
  vertical-align: bottom;
}
.vertical-middle {
  vertical-align: middle;
}
.borspacing10 {
  border-spacing: 10px;
}
.text-center,
.posCenter {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.reset {
  font-size: 100%;
  border: none;
  margin: 0;
  padding: 0;
}
.fontsize-def {
  /* 16px */
  font-size: 100%;
}
.fontsize-s {
  /* 14px */
  font-size: 87.5%;
}
.fontsize-sx {
  /* 12px */
  font-size: 75%;
}
.fontsize-sxx {
  /* 11px */
  font-size: 68.75%;
}
.fontsize-m {
  /* 18px */
  font-size: 112.5%;
}
.fontsize-l {
  /* 20px */
  font-size: 125%;
}
.fontsize-lx {
  /* 24px */
  font-size: 150%;
}
.fontsize-h2 {
  /* 40px */
  font-size: 250%;
}
.fontsize-h3 {
  /* 28px */
  font-size: 175%;
}
.fontsize-h4 {
  /* 18px */
  font-size: 112.5%;
}
.text-large {
  font-size: 115%;
}
.text-small,
small,
.small,
sub,
sup,
.fontsize-per80 {
  font-size: 80%;
}
.weight-bold {
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Droid Sans Japanese, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}
.weight-bold2 {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック";
  font-weight: bold;
}
.weight-heavy {
  font-family: "新ゴ DB", "Shin Go DeBold", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro";
}
.weight-normal {
  font-weight: normal !important;
}
.text-noshadow {
  text-shadow: none !important;
}
.kakko-hankakufit {
  display: inline-block;
  margin-left: -0.4em;
  margin-right: -0.4em;
}
.font-serif {
  font-family: ‘游明朝’, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン M-KL", "Ryumin Medium KL", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.font-serif_b {
  font-family: "リュウミン B-KL JIS2004", "Ryumin B-KL JIS2004", ‘游明朝’, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン M-KL", "Ryumin Medium KL", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.font-serif_c {
  font-family: "UDタイポス512", "UDTypos512", YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro";
}
.mark1em {
  display: block;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
.mark1em > i:first-child {
  display: inline-block;
  width: 1.4em;
  text-indent: 0;
}
.w_14em {
  display: inline-block;
  width: 1.4em;
}
@media screen and (max-width: 767px) {
  .text-center-mobile {
  text-align: center;
  }
}
@media screen and (max-width: 480.9px) {
  .text-center--sx {
    text-align: center;
  }
}
/* TEXTCOLOR
-------------------------------------------------------- */
.text-defcolor {
  color: #000;
}
.text-white {
  color: #FFF;
}
.text-black {
  color: #000;
}
.text-danger {
  color: #f7594d;
}
.text-gray {
  color: #666;
}
.text-darkgray {
  color: #333;
}
.text-mute {
  color: #a3a3a3;
}
.text-sub {
  color: #908ea3;
}
.text-tut {
  color: #273166;
}
.red, .notice {
  color: red;
}
.error {
  color: #f7594d;
}
.color_reddeep {
  color: #a23223;
}
.color_red2deep {
  color: #d83642;
}
.color_bluedeep {
  color: #096472;
}
.color_beigedeep {
  color: #775e2c;
}
.color_purpledeep {
  color: #565485;
}
.color_greendeep {
  color: #398e63;
}
.color-bs {
  color: #026636;
}
.color-bs_bright {
  color: #468922;
}
.color-eng {
  color: #575488;
}
.color-cs {
  color: #005e8b;
}
.color-ms {
  color: #c03a48;
}
.color-hs {
  color: #e5003a;
}
.color-ds {
  color: #d73f00;
}
.caution {
  color: #666;
}
.fontRed {
  color: #c02a3e;
}
.fontGreen {
  color: #00a73c;
}
.fontGray {
  color: #999999;
}
.fontBlack {
  color: #000000;
}
.fontPink {
  color: #e45ca5;
}
.designmark {
  color: #FF6633;
  font-weight: bold;
}
.medicalmark {
  color: #33CC66;
  font-weight: bold;
}
.kogyomark {
  color: #d58a08;
  font-weight: bold;
}
.rikoumark {
  color: #3434ce;
  font-weight: bold;
}
.ryugakuseimark {
  color: #6699FF;
  font-weight: bold;
}
.artmark {
  color: #F39;
  font-weight: bold;
}
/* BGCOLOR
-------------------------------------------------------- */
.bgc-ui {
  background-color: #eeeff1;
}
.bgc-tut {
  background-color: #273166;
}
.bgc-lightgray {
  background-color: #f2f2f2;
}
.bgc-lightgray2 {
  background-color: #eeeff1;
}
.bgc-inline {
  padding: 0 0.2em;
}
.bgc-yellow {
  background-color: #fff7a4;
}
.bgc-blue-iyaku {
  background-color: #c6d5ec;
}
.bgc-green-chikyu {
  background-color: #c8e2da;
}
.bgc-yellow-shoku {
  background-color: #f8e6c0;
}
.bgc-pink-kesho {
  background-color: #f4d5e1;
}
.bgc-redpale {
  background-color: #ffefee;
}
.bgc-red2pale {
  background-color: #ffdcd5;
}
.bgc-bluepale {
  background-color: #d8f1f4;
}
.bgc-beigepale {
  background-color: #f5f0e7;
}
.bgc-purplepale {
  background-color: #f1eef4;
}
.bgc-greenpale {
  background-color: #eaf6e7;
}
.bgc-white {
  background-color: #FFF;
}
.bgc-gaiyou {
  background-color: #f0d706;
}
.bgc-gakubu {
  background-color: #22d84b;
}
.bgc-admission {
  background-color: #ef7751;
}
.bgc-student {
  background-color: #34e7e8;
}
.bgc-campus {
  background-color: #d74d88;
}
.bgc-employment {
  background-color: #ecf1f0;
}
.bgc-event {
  background-color: #7b6ff8;
}
.bgc-gaiyou-light {
  background-color: #f9f1b0;
}
.bgc-gakubu-light {
  background-color: #bdf0c8;
}
.bgc-admission-light {
  background-color: white;
}
.bgc-student-light {
  background-color: #d7f8f8;
}
.bgc-campus-light {
  background-color: #f6e1ea;
}
.bgc-employment-light {
  background-color: #e8faa8;
}
.bgc-event-light {
  background-color: white;
}
.bgc-eng {
  background-color: #575488;
}
.bgc-ms {
  background-color: #c03a48;
}
.bgc-cs {
  background-color: #006590;
}
.bgc-ds {
  background-color: #7b7b7b;
}
.bgc-dsLight {
  background-color: #ffdbcc;
}
.bgc-bs {
  background-color: #026636;
}
.bgc-hs {
  background-color: #e5003a;
}
.bgc-white40 {
  background-color: rgba(255, 255, 255, 0.4);
}
.bgc-white60 {
  background-color: rgba(255, 255, 255, 0.6);
}
/* BORDER
-------------------------------------------------------- */
.bor0 {
  border-width: 0;
}
.borwidth--s {
  border-style: solid;
  border-width: 3px;
}
.borwidth--m {
  border-style: solid;
  border-width: 5px;
}
.bortop0 {
  border-top-width: 0;
}
.borbtm0 {
  border-bottom-width: 0;
}
.borlft0 {
  border-left-width: 0;
}
.borrit0 {
  border-right-width: 0;
}
.border-solid {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.top-solid {
  border-top: 1px solid #a0a8b3;
}
.top-dotted {
  border-top: 1px dotted #a0a8b3;
}
.top-dashed {
  border-top: 1px dashed #a0a8b3;
}
.bottom-solid {
  border-bottom: 1px solid #a0a8b3;
}
.bottom-dotted {
  border-bottom: 1px dotted #a0a8b3;
}
.bottom-dashed {
  border-bottom: 1px dashed #a0a8b3;
}
.left-solid {
  border-left: 1px solid #a0a8b3;
}
.left-dotted {
  border-left: 1px dotted #a0a8b3;
}
.left-dashed {
  border-left: 1px dashed #a0a8b3;
}
.right-solid {
  border-right: 1px solid #a0a8b3;
}
.right-dotted {
  border-right: 1px dotted #a0a8b3;
}
.right-dashed {
  border-right: 1px dashed #a0a8b3;
}
.border-white {
  border-color: #FFF;
}
.border-teu {
  border-color: #273166;
}
.border-gaiyou {
  border-color: #f0d706;
}
.border-gakubu {
  border-color: #22d84b;
}
.border-admission {
  border-color: #ef7751;
}
.border-student {
  border-color: #34e7e8;
}
.border-campus {
  border-color: #d74d88;
}
.border-employment {
  border-color: #baef01;
}
.border-event {
  border-color: #7b6ff8;
}
.border-bs {
  border-color: #6da84e;
}
.border-cs {
  border-color: #2a638b;
}
.border-ds {
  border-color: #e87f00;
}
.border-ms {
  border-color: #c13a48;
}
.border-hs {
  border-color: #d22c40;
}
.border-eng {
  border-color: #575489;
}
.border-kyoyo {
  border-color: #ada783;
}
.border-redpale {
  border-color: #EDDCDF;
}
/* PAGES
-------------------------------------------------------- */
/*
//　ページ調整
//　お知らせ
*/
.information .detailBox01 {
  padding: 11px 0 20px;
}
.information .detailBox01:first-child {
  margin-top: 0;
}
.information p.notice {
  font-size: 83%;
}
/* ============================================================================================================
// SVG読み込み
============================================================================================================ */
.loadsvg {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.loadsvg svg {
  width: 100%;
  height: auto;
}
.loadsvg .altimg {
  display: none;
}
/* 拡大JS用 */
a.highslide-credits {
  margin-top: -0.4em;
  color: silver;
  text-decoration: none;
  font-size: 80%;
  line-height: 1;
  padding: 0 5px;
}
a.highslide-credits i {
  margin-top: -5px;
  color: silver;
  text-decoration: none;
  font-size: 80%;
}
a.highslide-credits:hover {
  color: white;
  background-color: gray;
}
a.highslide-credits:hover i {
  color: white;
  background-color: gray;
}
.highslide-image {
  padding-top: 13px;
  background-color: white;
}
/* ########################################################################################## */
div[data-role="page"] {
  min-height: 759px;
}
#bodyarea {
  padding: 0;
  position: relative;
  -ms-overflow-y: hidden;
  overflow-y: hidden;
}
.main-contents {
  line-height: 1.5;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main-contents {
    overflow: auto;
  }
}
.area,
.container,
.container-heading,
.container-body,
.container-foot {
  position: relative;
  zoom: 1;
}
.area:before,
.area:after,
.container:before,
.container:after,
.container-heading:before,
.container-heading:after,
.container-body:before,
.container-body:after,
.container-foot:before,
.container-foot:after {
  content: "";
  display: table;
}
.area:after,
.container:after,
.container-heading:after,
.container-body:after,
.container-foot:after {
  clear: both;
}
.area {
  padding: 40px 60px;
}
.area.scrollnav {
  padding: 1%;
}
.area:last-child {
  padding-bottom: 6%;
}
.area>.container,
.mainarea {
  margin: 0 auto;
  position: relative;
}
.area>.container {
  max-width: 960px;
}
/* 引き継ぎページ用 */
.main-article>.mainarea {
  margin: 0 auto;
  max-width: 960px;
  padding: 40px 60px;
}
@media screen and (max-width: 1039px) {
  .area {
    padding: 36px 40px;
  }
  .main-article>.area:last-child {
    padding-bottom: 36px;
  }
  #main-wrapper>.mainarea,
  .main-article>.mainarea {
    padding: 36px 40px;
  }
}
@media screen and (max-width: 479px) {
  .area {
    padding: 20px 10px;
  }
  #main-wrapper>.mainarea,
  .main-article>.mainarea {
    padding: 20px 10px;
  }
  .mobile-s-break {
  display: block;
  }
  .mobile-s-break > * {
  flex-basis: auto;
  }
  .mobile-s-break > *:nth-last-child(n+2) {
  margin-bottom: 10px;
  }
  .mobile-s-col2 > * {
  flex-basis: 48%;
  }
  .mobile-s-col2 > *:nth-last-child(n+3) {
  margin-bottom: 10px;
  }
}
/* 2017neMENU */
.nav-category {
  font-size: 0.875rem;
  line-height: 1.2;
  display: none;
  padding-bottom: 40px;
  z-index: 6;
}
.nav-category a {
  text-decoration: none;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  -ms-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.nav-category .container {
  width: 280px;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.25);
}
.nav-category .container-heading {
  height: 280px;
  display: block;
  position: relative;
  background-color: rgba(56, 161, 219, 0.8);
  padding: 0;
  margin: 0;
  border: none;
}
.nav-category .container-heading a, .nav-category .container-heading span {
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFF;
  padding: 0.4em 0;
  font-size: 1.5rem;
  border-bottom: 1px solid transparent;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: border-color 0.2s;
  -moz-transition: border-color 0.2s;
  -ms-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.nav-category .container-heading a:hover {
  border-color: #FFF;
}
.nav-category .headline {
  margin: 0;
  padding: 10px 16px 5px;
  font-size: 0.875rem;
  color: #333;
  border-bottom: 1px solid #eee;
}
.nav-category .second {
  display: block;
  position: relative;
  overflow: hidden;
}
.nav-category .second-heading {
  display: block;
  padding: 15px 34px 15px 16px;
  color: #263365;
  -webkit-background-size: 8px 13px;
  -o-background-size: 8px 13px;
  background-size: 8px 13px;
  position: relative;
  background-color: #FFF;
}
.nav-category .second-heading:after {
  position: absolute;
  right: 16px;
  top: 50%;
  content: "";
  display: inline-block;
  width: 8px;
  height: 13px;
  margin: 0;
  background: url("/common/images/2017/arrow-chev-next-bk.png") no-repeat center right;
  -webkit-background-size: 8px 13px;
  -o-background-size: 8px 13px;
  background-size: 8px 13px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.nav-category .second-heading:visited {
  color: #603371;
}
.nav-category .second-heading:hover {
  background-color: #7eb9c3;
  color: #FFF;
}
.nav-category .second-heading:hover:after {
  background-image: url("/common/images/2017/arrow-chev-next.png");
}
.nav-category .detail {
  padding: 0;
  background: #F3F3F3;
  width: 100%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -100px;
  height: 80px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.nav-category .detail li span {
  display: block;
  padding: 10px 16px 10px 50px;
  color: #263365;
}
.nav-category .detail li a {
  display: block;
  padding: 10px 16px 10px 50px;
  color: #263365;
  text-indent: -27px;
}
.nav-category .detail li a:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 7px;
  margin: -0.2em 16px 0 0;
  background: url("/common/images/2017/arrow-chev-s-next-bk.png") no-repeat center left;
  vertical-align: middle;
}
.nav-category .detail li a:visited {
  color: #603371;
}
.nav-category .detail li a:hover {
  background-color: #263365;
  color: #FFF;
}
.nav-category .detail li a:hover:before {
  background-image: url("/common/images/2017/arrow-chev-s-next.png");
}
.nav-category .detail li.current > a {
  background-color: #263365;
  color: #FFF;
}
.nav-category .detail li.current > a:before {
  background-image: url("/common/images/2017/arrow-chev-s-next.png");
}
.nav-category .detail li ul {
  padding-left: 0;
}
.nav-category .detail li ul li {
  padding-left: 0;
}
.nav-category .detail li ul li a {
  padding-left: 70px;
  text-indent: -17px;
}
.nav-category .detail li ul li a:before {
  margin-right: 13px;
}
.nav-category .detail:first-child {
  padding-top: 5px;
}
.nav-category .current .second-heading, .nav-category .open .second-heading {
  display: block;
  background: #7eb9c3;
  padding: 15px 16px;
}
.nav-category .current .second-heading, .nav-category .current .second-heading:hover, .nav-category .current .second-heading:visited, .nav-category .open .second-heading, .nav-category .open .second-heading:hover, .nav-category .open .second-heading:visited {
  color: #fff;
}
.nav-category .current .second-heading:after, .nav-category .open .second-heading:after {
  content: "";
  display: none;
}
.nav-category .current .detail, .nav-category .open .detail {
  margin-top: 0;
  height: auto;
}
.nav-category .aside-link {
  border-top: 2px solid #ccc;
}
.nav-category .aside-link a {
  display: block;
  padding: 15px 16px;
  color: #263365;
  -webkit-background-size: 8px 13px;
  -o-background-size: 8px 13px;
  background-size: 8px 13px;
  position: relative;
  background-color: #FFF;
}
.nav-category .aside-link a:after {
  position: absolute;
  right: 16px;
  top: 50%;
  content: "";
  display: inline-block;
  width: 8px;
  height: 13px;
  margin: 0;
  background: url("/common/images/2017/arrow-chev-next-bk.png") no-repeat center right;
  -webkit-background-size: 8px 13px;
  -o-background-size: 8px 13px;
  background-size: 8px 13px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.nav-category .aside-link a:visited {
  color: #603371;
}
.nav-category .aside-link a:hover {
  background-color: #263365;
  color: #FFF;
}
.nav-category .aside-link a:hover:after {
  background-image: url("/common/images/2017/arrow-chev-next.png");
}
.nav-category.gaiyou .container-heading {
  background-color: rgba(56, 161, 219, 0.8);
}
.nav-category.gaiyou .second-heading:hover, .nav-category.gaiyou .current .second-heading, .nav-category.gaiyou .open .second-heading {
  background-color: #7eb9c3;
}
.nav-category.gakubu .container-heading {
  background-color: rgba(0, 149, 217, 0.8);
}
.nav-category.gakubu .second-heading:hover, .nav-category.gakubu .current .second-heading, .nav-category.gakubu .open .second-heading {
  background-color: #016690;
}
.nav-category.entrance .container-heading {
  background-color: rgba(213, 95, 59, 0.8);
}
.nav-category.entrance .second-heading:hover, .nav-category.entrance .current .second-heading, .nav-category.entrance .open .second-heading {
  background-color: #b55233;
}
.nav-category.campus .container-heading, .nav-category.event .container-heading {
  background-color: rgba(235, 177, 28, 0.8);
}
.nav-category.campus .second-heading:hover, .nav-category.campus .current .second-heading, .nav-category.campus .open .second-heading, .nav-category.event .second-heading:hover, .nav-category.event .current .second-heading, .nav-category.event .open .second-heading {
  background-color: #c89932;
}
.nav-category.employment .container-heading, .nav-category.carrer .container-heading {
  background-color: rgba(88, 145, 130, 0.8);
}
.nav-category.employment .second-heading:hover, .nav-category.employment .current .second-heading, .nav-category.employment .open .second-heading, .nav-category.carrer .second-heading:hover, .nav-category.carrer .current .second-heading, .nav-category.carrer .open .second-heading {
  background-color: #43676b;
}
.nav-category.research .container-heading {
  background-color: rgba(109, 67, 108, 0.8);
}
.nav-category.research .second-heading:hover, .nav-category.research .current .second-heading, .nav-category.research .open .second-heading {
  background-color: #5f414b;
}
.nav-category.exchange .container-heading {
  background-color: rgba(77, 90, 175, 0.8);
}
.nav-category.exchange .second-heading:hover, .nav-category.exchange .current .second-heading, .nav-category.exchange .open .second-heading {
  background-color: #4a488e;
}
.nav-category.sdgs .container-heading {
  background-color: rgba(19, 84, 152, 0.8);
}
.nav-category.sdgs .second-heading:hover, .nav-category.sdgs .current .second-heading, .nav-category.sdgs .open .second-heading {
  background-color: #135498;
}
.nav-category.hachi .container-heading {
  background-color: rgba(108, 174, 110, 0.8);
}
.nav-category.hachi .second-heading:hover, .nav-category.hachi .current .second-heading, .nav-category.hachi .open .second-heading {
  background-color: #6cae6e;
}
.nav-category.kamata .container-heading {
  background-color: rgba(105, 159, 203, 0.8);
}
.nav-category.kamata .second-heading:hover, .nav-category.kamata .current .second-heading, .nav-category.kamata .open .second-heading {
  background-color: #699fcb;
}
body.gakubu.eng .nav-category .second-heading:hover, body.gakubu.eng .nav-category .current .second-heading {
  background-color: #575489;
}
body.gakubu.cs .nav-category .second-heading:hover, body.gakubu.cs .nav-category .current .second-heading {
  background-color: #00658f;
}
body.gakubu.media .nav-category .second-heading:hover, body.gakubu.media .nav-category .current .second-heading {
  background-color: #c13a48;
}
body.gakubu.bionics .nav-category .second-heading:hover, body.gakubu.bionics .nav-category .current .second-heading {
  background-color: #6da84e;
}
body.gakubu.design .nav-category .second-heading:hover, body.gakubu.design .nav-category .current .second-heading {
  background-color: #5a5a5a;
}
body.gakubu.medical .nav-category .second-heading:hover, body.gakubu.medical .nav-category .current .second-heading {
  background-color: #d22c40;
}
@media screen and (max-width: 1039px) {
  .nav-category {
  display: block;
  padding: 0 10px;
  margin-bottom: 40px;
  }
  .nav-category .container-heading {
  height: 100px;
  }
  .nav-category .container {
  width: 100%;
  }
  .maincontent_2column .main-contents .nav-category {
  display: block;
  padding: 0 10px;
  }
}
@media screen and (min-width: 1040px) {
  .maincontent_2column .ui-article {
  padding-left: 60px;
  padding-right: 60px;
  }
  .maincontent_2column .main-contents {
  display: flex;
  max-width: 1350px;
  margin: -225px auto 0;
  }
  .maincontent_2column .main-contents .main-article {
  width: calc(100% - 280px);
  min-width: 625px;
  padding-right: 40px;
  padding-left: 0;
  padding-top: 225px;
  -webkit-flex-basis: calc(100% - 280px);
  flex-basis: calc(100% - 280px);
  }
  .maincontent_2column .main-contents .main-article > .mainarea, .maincontent_2column .main-contents .main-article > .area {
  max-width: 960px;
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
  }
  .maincontent_2column .main-contents .nav-category {
  display: block;
  -webkit-flex-basis: 280px;
  flex-basis: 280px;
  }
}
@media screen and (max-width: 767.9px) {
  .screen_md--fs_s .main-article {
    font-size: 0.875em;
  }
}
#ui-localmenu>.container {
  border-color: #273166;
  border-style: solid;
  border-width: 0 1px 1px;
}
#ui-localmenu>.container h2 {
  background-color: #273166;
  border-style: solid;
  border-color: #f0d706;
  border-width: 0 0 3px;
  color: #FFF;
  font-size: 125%;
  padding: 15px 10px 12px 20px;
}
#ui-localmenu>.container>div,
#ui-localmenu>.container>p {
  padding: 15px 30px;
  border-bottom: 1px dotted #a0a8b3;
}
#ui-localmenu>.container>div:last-child,
#ui-localmenu>.container>p:last-child {
  padding-bottom: 30px;
  border-bottom: none;
}
#ui-localmenu>.container>h2+div,
#ui-localmenu>.container>h2+p {
  padding-top: 30px;
}
#ui-localmenu li {
  display: inline-block;
}
#ui-localmenu li:after {
  content: "";
  width: 1px;
  height: 1em;
  display: inline-block;
  border-right: 1px solid #a0a8b3;
  vertical-align: middle;
  margin-right: 0.4em;
  margin-left: 0.4em;
}
#ui-localmenu a {
  display: inline-block;
  padding: 5px 0;
  margin: 2px;
  color: #000;
}
#ui-localmenu a:visited {
  color: #603371;
}
#ui-localmenu a:hover,
#ui-localmenu a:focus,
#ui-localmenu a:active {
  color: #4b75b5;
}
#ui-localmenu a:before {
  color: #FFF;
  content: "";
  display: inline-block;
  border: 3px solid transparent;
  border-left-color: #908ea3;
  vertical-align: middle;
  margin: 0 0 0 0;
}
#ui-localmenu .banner {
  float: none;
}
#ui-localmenu .banner li:after {
  content: none;
}
#ui-localmenu .banner a:before {
  content: none;
}
#ui-localmenu ul ul,
#ui-localmenu .noneDisp {
  display: none;
}
.gaiyou #ui-localmenu h2,
#ui-localmenu.gaiyou h2 {
  border-color: #f0d706;
}
.gakubu #ui-localmenu h2,
#ui-localmenu.gakubu h2 {
  border-color: #22d84b;
}
.entrance #ui-localmenu h2,
#ui-localmenu.entrance h2 {
  border-color: #ef7751;
}
.student #ui-localmenu h2,
#ui-localmenu.student h2 {
  border-color: #34e7e8;
}
.campus #ui-localmenu h2,
#ui-localmenu.campus h2 {
  border-color: #d74d88;
}
.employment #ui-localmenu h2,
#ui-localmenu.employment h2 {
  border-color: #baef01;
}
.event #ui-localmenu h2,
#ui-localmenu.event h2 {
  border-color: #7b6ff8;
}
.cate-research #ui-localmenu h2,
#ui-localmenu.research h2 {
  border-color: #7b6ff8;
}
@media screen and (max-width: 767px) {
  #ui-localmenu>.container>div,
  #ui-localmenu>.container>p {
    padding: 5px 15px;
  }
  #ui-localmenu>.container>div:last-child,
  #ui-localmenu>.container>p:last-child {
    padding-bottom: 15px;
  }
  #ui-localmenu>.container>h2+div,
  #ui-localmenu>.container>h2+p {
    padding-top: 15px;
  }
  #ui-localmenu li {
    display: block;
  }
  #ui-localmenu li:after {
    content: none;
  }
}
#ui-groupnav {
  padding-top: 1%;
}
#ui-groupnav .nav-title {
  color: #273166;
  font-size: 125%;
  font-weight: bold;
  padding: 0 0.1em 0.2em;
  margin: 0 0 0.5em;
  line-height: 1;
  overflow: visible;
  position: relative;
  border-style: solid;
  border-color: #273166;
  border-width: 0 0 2px;
  min-height: inherit;
}
#ui-groupnav .nav-body a,
#ui-groupnav .nav-body i {
  display: inline-block;
  vertical-align: middle;
}
#ui-groupnav .nav-body a {
  margin: 0.15em 0.3em;
  padding: 0.2em;
}
@media screen and (max-width: 767px) {
  #ui-localmenu {
    padding-top: 2%;
  }
}
/* スマホ版上部固定 */
.fixedmenu-toggle {
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: 0;
  position: relative;
  width: 49px;
  height: 49px;
}
.fixedmenu-toggle span {
  height: 0;
  font-size: 0;
  text-indent: 200%;
}
.fixedmenu-toggle,
.fixedmenu-toggle span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.fixedmenu-toggle span {
  position: absolute;
  left: 12.5px;
  width: 24px;
  height: 2px;
  background-color: #fff;
}
.fixedmenu-toggle span:nth-of-type(1) {
  top: 13px;
}
.fixedmenu-toggle span:nth-of-type(2) {
  top: 22px;
}
.fixedmenu-toggle span:nth-of-type(3) {
  bottom: 16px;
}
#topfix-bar-smp {
  background-color: #273166;
  position: relative;
  width: 100%;
  height: 49px;
  display: table;
}
#topfix-bar-smp .fixed-pagetitle {
  display: table-cell;
  color: #FFF;
  font-weight: normal;
  font-size: 1rem;
  vertical-align: middle;
  padding-left: 10px;
}
#topfix-bar-smp .fixedmenu-toggle {
  display: table-cell;
}
body.gakubu.eng #topfix-bar-smp {
  background-color: #575489;
}
body.gakubu.cs #topfix-bar-smp {
  background-color: #00658f;
}
body.gakubu.media #topfix-bar-smp {
  background-color: #c13a48;
}
body.gakubu.bionics #topfix-bar-smp {
  background-color: #6da84e;
}
body.gakubu.design #topfix-bar-smp {
  background-color: #5a5a5a;
}
body.gakubu.medical #topfix-bar-smp {
  background-color: #d22c40;
}
body.gakubu.kyoyo #topfix-bar-smp {
  background-color: #ada783;
}
#topfix-smp {
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  overflow: hidden;
  display: inline;
  opacity: 0;
  height: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#topfix-smp li {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
}
#topfix-smp .pagemenu {
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}
#topfix-smp .pagemenu li {
  border-color: #FFF;
  margin-top: 0;
}
#topfix-smp .pagemenu li:nth-child(n-3) {
  border-bottom-width: 0;
}
#topfix-smp .pagemenu li a {
  color: #273166;
  border: none;
}
@media screen and (max-width: 767px) {
  .scrollmenu-smp-fix.scrollmenufixed #topfix-smp {
    display: block;
    z-index: 1000;
    opacity: 1;
    height: auto;
    top: 0;
  }
  .scrollmenu-smp-fix.scrollmenufixed #topfix-smp .pagemenu li:nth-child(1),
  .scrollmenu-smp-fix.scrollmenufixed #topfix-smp .pagemenu li:nth-child(2),
  .scrollmenu-smp-fix.scrollmenufixed #topfix-smp .pagemenu li:nth-child(3) {
    border-top-width: 0;
  }
  .scrollmenu-smp-fix.scrollmenufixed #topfix-smp .pagemenu li:first-child,
  .scrollmenu-smp-fix.scrollmenufixed #topfix-smp .pagemenu li:nth-child(4) {
    border-left-width: 0;
  }
  .scrollmenu-smp-fix.scrollmenufixed #topfix-smp .pagemenu li:nth-child(3),
  .scrollmenu-smp-fix.scrollmenufixed #topfix-smp .pagemenu li:nth-child(6) {
    border-right-width: 0;
  }
}
/* ########################################################################################## */
.ielt9 .pc-off,
.ielt9 .wide-off,
.ielt9 .mobile-on {
  display: none !important;
}
/* IE9 ~ IE11 */
.ie.notedge #ui-localmenu h2 {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック";
}
.ie.notedge #pankuzu p {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック";
}
.ie.notedge .icon-headline .headline {
  padding-top: 10px;
  padding-bottom: 0;
}
.ie.notedge .nav-useful-btns .btn {
  line-height: 41px;
  padding-top: 5px;
  padding-bottom: 0;
}
.ie.notedge .scrollnav li {
  padding-top: 10px;
}
.ie.notedge .scrollnav li:after {
  margin-top: -5px;
}
.ie.notedge .scrollnav li .icon-cir-down {
  margin-top: -5px;
}
.ie.notedge .img_card .label {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック";
}
.ie.notedge .index_box .box-heading h3 {
  padding-top: 0.3em;
}
.ie.notedge .index_box .box-body dt {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック";
}
.ie.notedge .detailBox01 h4 {
  padding-top: 13px;
  padding-bottom: 3px;
}
/* ########################################################################################## */
.mg1em {
  margin: 1em;
}
.mg2em {
  margin: 2em;
}
.mg5 {
  margin: 5px;
}
.mg10 {
  margin: 10px;
}
.mg15 {
  margin: 15px;
}
.mg20 {
  margin: 20px;
}
.mg25 {
  margin: 25px;
}
.mg30 {
  margin: 30px;
}
.mg35 {
  margin: 35px;
}
.mg40 {
  margin: 40px;
}
.mg45 {
  margin: 45px;
}
.mg50 {
  margin: 50px;
}
.mg60 {
  margin: 60px;
}
.mg--s {
  margin: 30px;
}
.mg--m {
  margin: 40px;
}
.mg--l {
  margin: 60px;
}
.mg0 {
  margin: 0;
}
.mg05em {
  margin: 0.5em;
}
.mt05em {
  margin-top: 0.5em;
}
.mt1em {
  margin-top: 1em;
}
.mt2em {
  margin-top: 2em;
}
.mt05 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
.mt-80 {
  margin-top: -80px;
}
.mt--s {
  margin-top: 30px;
}
.mt--m {
  margin-top: 40px;
}
.mt--l {
  margin-top: 60px;
}
.mt0 {
  margin-top: 0 !important;
}
.mb1em {
  margin-bottom: 1em;
}
.mb2em {
  margin-bottom: 2em;
}
.mb05em {
  margin-bottom: 0.5em;
}
.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb--s {
  margin-bottom: 30px;
}
.mb--m {
  margin-bottom: 40px;
}
.mb--l {
  margin-bottom: 60px;
}
.mb0 {
  margin-bottom: 0 !important;
}
.ml05em {
  margin-left: 0.5em;
}
.ml-05em {
  margin-left: -0.5em;
}
.ml1em {
  margin-left: 1em;
}
.ml2em {
  margin-left: 2em;
}
.ml05 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
.ml60 {
  margin-left: 60px;
}
.ml--s {
  margin-left: 30px;
}
.ml--m {
  margin-left: 40px;
}
.ml--l {
  margin-left: 60px;
}
.ml0 {
  margin-left: 0 !important;
}
.mr05em {
  margin-right: 0.5em;
}
.mr1em {
  margin-right: 1em;
}
.mr2em {
  margin-right: 2em;
}
.mr05 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}
.mr60 {
  margin-right: 60px;
}
.mr--s {
  margin-right: 30px;
}
.mr--m {
  margin-right: 40px;
}
.mr--l {
  margin-right: 60px;
}
.mr0 {
  margin-right: 0 !important;
}
.pd1em {
  padding: 1em;
}
.pd2em {
  padding: 2em;
}
.pd5, .pd05 {
  padding: 5px;
}
.pd10 {
  padding: 10px;
}
.pd15 {
  padding: 15px;
}
.pd20 {
  padding: 20px;
}
.pd25 {
  padding: 25px;
}
.pd30 {
  padding: 30px;
}
.pd35 {
  padding: 35px;
}
.pd40 {
  padding: 40px;
}
.pd45 {
  padding: 45px;
}
.pd50 {
  padding: 50px;
}
.pd60 {
  padding: 60px;
}
.pd--s {
  padding: 30px;
}
.pd--m {
  padding: 40px;
}
.pd--l {
  padding: 60px;
}
.pd0 {
  padding: 0;
}
.pt1em {
  padding-top: 1em;
}
.pt2em {
  padding-top: 2em;
}
.pt05 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt60 {
  padding-top: 60px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}
.pt--s {
  padding-top: 30px;
}
.pt--m {
  padding-top: 40px;
}
.pt--l {
  padding-top: 60px;
}
.pt0 {
  padding-top: 0 !important;
}
.pb1em {
  padding-bottom: 1em;
}
.pb2em {
  padding-bottom: 2em;
}
.pb05 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb--s {
  padding-bottom: 30px;
}
.pb--m {
  padding-bottom: 40px;
}
.pb--l {
  padding-bottom: 60px;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pl1em {
  padding-left: 1em;
}
.pl2em {
  padding-left: 2em;
}
.pl05 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl--s {
  padding-left: 30px;
}
.pl--m {
  padding-left: 40px;
}
.pl--l {
  padding-left: 60px;
}
.pl0 {
  padding-left: 0 !important;
}
.pr1em {
  padding-right: 1em;
}
.pr2em {
  padding-right: 2em;
}
.pr05 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pr45 {
  padding-right: 45px;
}
.pr50 {
  padding-right: 50px;
}
.pr--s {
  padding-right: 30px;
}
.pr--m {
  padding-right: 40px;
}
.pr--l {
  padding-right: 60px;
}
.pr0 {
  padding-right: 0 !important;
}
.mb_xl {
  margin-bottom: 90px;
}
.mb_l {
  margin-bottom: 70px;
}
.mb_m {
  margin-bottom: 50px;
}
.mb_s {
  margin-bottom: 40px;
}
.pb_xl {
  padding-bottom: 90px;
}
.pb_l {
  padding-bottom: 70px;
}
.pb_m {
  padding-bottom: 50px;
}
.pb_s {
  padding-bottom: 40px;
}
.ml_l {
  margin-left: 50px;
}
.ml_auto {
  margin-left: auto;
}
.mr_l {
  margin-right: 50px;
}
.mr_auto {
  margin-right: auto;
}
/* タブレット以下 */
@media screen and (max-width: 1039px) {
  .mg25, .mg30, .mg35, .mg40, .mg45, .mg50, .mg60 {
  margin: 20px;
  }
  .mt25, .mt30, .mt35, .mt40, .mt45, .mt50, .mt60, .mt-80 {
  margin-top: 20px;
  }
  .mb25, .mb30, .mb35, .mb40, .mb45, .mb50, .mb60 {
  margin-bottom: 10px;
  }
  .ml25, .ml30, .ml35, .ml40, .ml45, .ml50, .ml60 {
  margin-left: 20px;
  }
  .mr25, .mr30, .mr35, .mr40, .mr45, .mr50, .mr60 {
  margin-right: 20px;
  }
  .pd25, .pd30, .pd35, .pd40, .pd45, .pd50, .pd60 {
  padding: 60px;
  }
  .pt25, .pt30, .pt35, .pt40, .pt45, .pt50, .pt60, .pt70, .pt80 {
  padding-top: 20px;
  }
  .pb25, .pb30, .pb35, .pb40, .pb45, .pb50, .pb60 {
  padding-bottom: 20px;
  }
  .pl25, .pl30, .pl35, .pl40, .pl45, .pl50, .pl60 {
  padding-left: 20px;
  }
  .pr25, .pr30, .pr35, .pr40, .pr45, .pr50, .pr60 {
  padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .mg--s {
  margin: 15px;
  }
  .mg--m {
  margin: 30px;
  }
  .mg--l {
  margin: 45px;
  }
  .mt--s {
  margin-top: 15px;
  }
  .mt--m {
  margin-top: 30px;
  }
  .mt--l {
  margin-top: 45px;
  }
  .mb--s {
  margin-bottom: 15px;
  }
  .mb--m {
  margin-bottom: 30px;
  }
  .mb--l {
  margin-bottom: 45px;
  }
  .ml--s {
  margin-left: 15px;
  }
  .ml--m {
  margin-left: 30px;
  }
  .ml--l {
  margin-left: 45px;
  }
  .mr--s {
  margin-right: 15px;
  }
  .mr--m {
  margin-right: 30px;
  }
  .mr--l {
  margin-right: 45px;
  }
  .pd--s {
  padding: 15px;
  }
  .pd--m {
  padding: 30px;
  }
  .pd--l {
  padding: 45px;
  }
  .pt--s {
  padding-top: 15px;
  }
  .pt--m {
  padding-top: 30px;
  }
  .pt--l {
  padding-top: 45px;
  }
  .pb--s {
  padding-bottom: 15px;
  }
  .pb--m {
  padding-bottom: 30px;
  }
  .pb--l {
  padding-bottom: 45px;
  }
  .pl--s {
  padding-left: 15px;
  }
  .pl--m {
  padding-left: 30px;
  }
  .pl--l {
  padding-left: 45px;
  }
  .pr--s {
  padding-right: 15px;
  }
  .pr--m {
  padding-right: 30px;
  }
  .pr--l {
  padding-right: 45px;
  }
  .mt1em-mobile {
  margin-top: 1em;
  }
}
@media screen and (max-width: 479px) {
  .mb_xl {
  margin-bottom: 60px;
  }
  .mb_l {
  margin-bottom: 40px;
  }
  .mb_m {
  margin-bottom: 30px;
  }
  .mb_s {
  margin-bottom: 20px;
  }
  .pb_xl {
  padding-bottom: 60px;
  }
  .pb_l {
  padding-bottom: 40px;
  }
  .pb_m {
  padding-bottom: 30px;
  }
  .pb_s {
  padding-bottom: 20px;
  }
  .ml_l {
  margin-left: 30px;
  }
  .mr_l {
  margin-right: 30px;
  }
}
/* ########################################################################################## */
/* Footer
-------------------------------------------------------- */
#switch_view {
  text-align: center;
}

.mobileview {
  display: none;
  margin: 10px 0 20px;
}
.mobileview a {
  color: #FFF;
  text-decoration: none;
  padding: 0.4em 0;
  display: inline-block;
}
.mobile .mobileview {
  display: block;
}
.mobile .mobileview .smp {
  display: none;
}
.mobile.viewswitch-pc .mobileview .smp {
  display: inline-block;
}
.mobile.viewswitch-pc .mobileview .pc {
  display: none;
}

.footer-document a {
  color: #fff;
  text-decoration: none;
}
.footer-document a:visited {
  color: #FFF;
}
.footer-document a:hover {
  color: #838caf;
}
.footer-document .current {
  color: #838caf;
}

.footer-nav {
  font-size: 0.875rem;
  margin-bottom: 20px;
}
.footer-nav li {
  display: inline-block;
}
.footer-nav li + li {
  margin-left: 1em;
}

.lang-nav li {
  display: inline-block;
}
.lang-nav li + li:before {
  content: "/";
  display: inline-block;
  color: #FFF;
}

.footer-sns-list {
  text-align: right;
  zoom: 1;
  height: 40px;
  margin-bottom: 24px;
}
.footer-sns-list:before, .footer-sns-list:after {
  content: "";
  display: table;
  border-spacing: 0;
}
.footer-sns-list:after {
  clear: both;
}
.footer-sns-list li {
  display: inline-block;
}
.footer-sns-list li + li {
  margin-left: 15px;
}
.footer-sns-list li.jsswitch-mobile {
  display: none;
}
.footer-sns-list a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #FFF;
  font-size: 0;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.footer-sns-list i {
  background-image: url("/common/images/2017/footer-sns-pc-s4ea55151a0.png");
  background-size: 20px 130px;
  height: 0;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.footer-sns-list i span {
  display: none;
}
.footer-sns-list .icon-f {
  padding: 15px 0 0;
  width: 7px;
  background-position: 0 0;
}
.footer-sns-list .icon-t {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 1227" ><path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z" fill=" %23000000 "/></svg>');
  background-size: contain;
  padding: 16px 0 0;
  width: 16px;
  background-position: center;
}
.footer-sns-list .icon-y {
  padding: 24px 0 0;
  width: 19px;
  background-position: 0 -106px;
}
.footer-sns-list .icon-l {
  padding: 18px 0 0;
  width: 20px;
  background-position: 0 -35px;
}
.footer-sns-list .icon-i {
  background-image: url("/common/images/2017/footer-sns-insta.png");
  -webkit-background-size: 26px auto;
  -o-background-size: 26px auto;
  background-size: 26px auto;
  padding: 26px 0 0;
  width: 26px;
  background-position: 0 0;
}

.mobile .footer-sns-list li.jsswitch-pc {
  display: none;
}
.mobile .footer-sns-list li.jsswitch-mobile {
  display: inline-block;
}

/* mobile */
@media screen and (max-width: 1039px) {
  .footer-sns-list i {
    background-image: url("/common/images/2017/footer-sns-smp-s654d22d40d.png");
    background-size: 18px 93.5px;
    height: 0;
    display: inline-block;
    overflow: hidden;
    background-repeat: no-repeat;
    vertical-align: middle;
  }
  .footer-sns-list .icon-f {
    padding: 14px 0 0;
    width: 6.5px;
    background-position: 0 0;
  }
  .footer-sns-list .icon-t {
    padding: 14px 0 0;
    width: 14px;
  }
  .footer-sns-list .icon-y {
    padding: 21.5px 0 0;
    width: 17.5px;
    background-position: 0 -72px;
  }
  .footer-sns-list .icon-l {
    padding: 16px 0 0;
    width: 18px;
    background-position: 0 -24px;
  }
}
#footer {
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Droid Sans Japanese, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #1d274b;
  color: #FFF;
  padding: 1px;
  position: relative;
}
#footer .copyright {
  text-align: right;
  font-size: 0.75rem;
  font-weight: normal;
}
#footer a {
  text-decoration: none;
}
#footer .block-link a {
  display: flex;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footer .btn-gihee {
  background-color: #FFF;
}
#footer .btn-koukai {
  background-color: #2e3a78;
}
#footer .btn-koukai, #footer .btn-koukai:visited, #footer .btn-koukai:hover {
  color: #FFF;
}

@media screen and (min-width: 1040px) {
  #footer {
    height: 153px;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #footer a {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
  }
  #footer a:hover {
    filter: brightness(120%);
  }
  #footer .block-link {
    -webkit-flex-basis: 283px;
    flex-basis: 283px;
    display: flex;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  #footer .block-link a {
    height: 100%;
  }
  #footer .btn-koukai {
    width: 130px;
  }
  #footer .btn-gihee {
    width: 153px;
  }
  #footer .footer-document {
    -webkit-flex-basis: calc(100% - 283px);
    flex-basis: calc(100% - 283px);
    padding: 0 40px;
    display: table;
  }
  #footer .column-footer1 {
    display: table-cell;
    width: calc(100% - 290px);
    vertical-align: middle;
  }
  #footer .column-footer2 {
    display: table-cell;
    width: 285px;
    vertical-align: bottom;
    padding-bottom: 20px;
  }
  #footer .copyright {
    text-align: right;
    font-size: 0.75rem;
    font-weight: normal;
  }
}
@media screen and (max-width: 1039px) {
  .footer-nav {
    margin-bottom: 35px;
  }
  .footer-nav li {
    display: block;
  }
  .footer-nav li + li {
    margin-left: 0;
  }
  .footer-nav a {
    line-height: 45px;
  }

  .lang-nav {
    margin-bottom: 25px;
  }

  .footer-sns-list {
    text-align: left;
  }

  #footer {
    padding: 16px 15px 90px;
  }
  #footer .block-link {
    float: right;
    width: 78px;
    font-size: 0.875em;
  }
  #footer .block-link a {
    height: 78px;
  }
  #footer .block-link a img {
    width: 55px;
    height: auto;
    vertical-align: middle;
  }
  #footer .block-link a + a {
    margin-top: 5px;
  }
  #footer .footer-document {
    padding: 0;
    margin-right: 0;
  }
  #footer .column-footer1 {
    float: none;
  }
  #footer .column-footer2 {
    float: none;
  }
  #footer .copyright {
    text-align: left;
    font-size: 0.625rem;
    font-weight: normal;
  }
}
/* floatparts
-------------------------------------------------------- */
.btn-siryo-smp {
  display: block;
  background: #ff5300;
  width: 93px;
  height: 93px;
  border-radius: 50%;
  box-shadow: 0.3px 0.3px 5px 0px rgba(0, 0, 0, 0.39);
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 0.75rem;
  overflow: hidden;
}

.btn-siryo-smp:before {
  content: "";
  display: block;
  background: url("/common/images/2017/btn-img-siryo.png") no-repeat center;
  margin: 13px 0 8px 28px;
  width: 41px;
  height: 41px;
  background-size: contain;
}

.btn-siryo-smp, .btn-siryo-smp:hover, .btn-siryo-smp:visited {
  color: #FFF;
}

body.form .btn-siryo-smp {
  display: none;
}

.btn-gotop-smp {
  display: inline-block;
  width: 50px;
  height: 0;
  padding: 50px 0 0;
  border-radius: 50%;
  background: url(/common/images/icon-gotop.png) no-repeat center rgba(38, 51, 101, 0.9);
}

.btn-gotop-smp span {
  display: none;
}

.btn-gotop {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("/common/images/2017/footer-gotopimg.png") no-repeat center;
  width: 97px;
  height: 0;
  padding: 109px 0 0;
  margin: 0;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.btn-gotop span {
  display: none;
}

.float-nav > li {
  border-width: 0 0 0 4px;
  border-style: solid;
}

.float-nav li + li {
  margin-top: 1px;
}

.float-nav a {
  display: block;
  text-align: center;
}

.float-nav a span {
  display: none;
}

.float-nav a:before {
  content: "";
  background-image: url("/common/images/2017/float-sd874aaae95.png");
  background-size: 26px 314px;
  height: 0;
  display: inline-block;
  overflow: hidden;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.float-nav a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.float-nav .float-btn-siryou {
  border-color: #FE6417;
}

.float-nav .float-btn-siryou a {
  height: 95px;
  line-height: 95px;
}

.float-nav .float-btn-siryou a:before {
  padding: 57px 0 0;
  width: 14px;
  background-position: 0 -91px;
}

.float-nav .float-btn-siryou a:hover {
  background-color: rgba(254, 100, 23, 0.2);
}

.float-nav .float-btn-net {
  border-color: #263365;
}

.float-nav .float-btn-net a {
  height: 107px;
  line-height: 107px;
}

.float-nav .float-btn-net a:before {
  padding: 71px 0 0;
  width: 14px;
  background-position: 0 0;
}

.float-nav .float-btn-net a:hover {
  background-color: rgba(38, 51, 101, 0.2);
}

.float-nav .float-btn-sns {
  border-color: #FDCD6B;
}

.float-nav .float-btn-sns a {
  height: 48px;
  line-height: 44px;
}

.float-nav .float-btn-sns a:hover {
  background-color: rgba(253, 205, 107, 0.2);
}

.float-nav .float-btn-f a:before {
  padding: 20px 0 0;
  width: 10px;
  background-position: 0 -168px;
}

.float-nav .float-btn-t a:before {
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 1227" ><path d="M714.163 519.284L1160.89 0H1055.03L667.137 450.887L357.328 0H0L468.492 681.821L0 1226.37H105.866L515.491 750.218L842.672 1226.37H1200L714.137 519.284H714.163ZM569.165 687.828L521.697 619.934L144.011 79.6944H306.615L611.412 515.685L658.88 583.579L1055.08 1150.3H892.476L569.165 687.854V687.828Z" fill=" %23000000 "/></svg>');
  background-size: contain;
  padding: 19px 0 0;
  width: 19px;
  background-position: center;
}

.float-nav .float-btn-y a:before {
  padding: 26px 0 0;
  width: 22px;
  background-position: 0 -288px;
}

.float-nav .float-btn-l a:before {
  padding: 24px 0 0;
  width: 26px;
  background-position: 0 -208px;
}

.float-nav .float-btn-i a:before {
  background-image: url("/common/images/2017/float-insta.png");
  background-size: 30px 30px;
  padding: 30px 0 0;
  width: 30px;
  background-position: 0 0;
}

#ui-scrollnav {
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 6;
  text-align: right;
  transition: opacity 0.4s linear 0.1s;
}

#ui-scrollnav .float-nav {
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.2);
  width: 53px;
  float: right;
  margin-bottom: 20px;
}

#ui-scrollnav .scroll-float-pc .float-nav {
  margin-bottom: 120px;
}

#ui-scrollnav .scroll-float-smp .btn-siryo-smp {
  float: right;
  margin-right: 15px;
}

#ui-scrollnav .scroll-float-smp .btn-gotop-smp {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
}

#ui-scrollnav.show {
  opacity: 1;
}

#ui-scrollnav.show .float-nav,
#ui-scrollnav.show .btn-gotop {
  z-index: 6;
}

.jsswitch-mobile {
  display: none;
}

.mobile .jsswitch-mobile {
  display: inline-block;
}

.mobile .jsswitch-pc {
  display: none;
}

#ui-scrollnav a[href*="#header"] {
  transition: opacity 0.3s linear 0.1s;
}
.firstview #ui-scrollnav a[href*="#header"] {
  opacity: 0;
  z-index: 0;
  display: none;
}

@media screen and (min-width: 1040px) {
  .btn-gotop:hover {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  .lastview #ui-scrollnav {
    bottom: 155px;
  }
  #ui-scrollnav .scroll-float-smp {
    width: 100%;
    display: none;
  }
}
@media screen and (max-width: 1039px) {
  #ui-scrollnav {
    width: 100%;
    bottom: 10px;
  }
  #ui-scrollnav .scroll-float-pc {
    display: none;
  }
}
/* Header
-------------------------------------------------------- */
.global-nav {
  padding: 0 20px;
}
.global-nav ul {
  display: table;
  width: 100%;
}
.global-nav ul li {
  display: table-cell;
  height: 100%;
}
.global-nav a {
  display: block;
  text-align: center;
  height: 54px;
  line-height: 54px;
  color: #FFF;
  text-decoration: none;
}

.gaiyou .global-nav .gaiyou a,
.gakubu .global-nav .gakubu a,
.entrance .global-nav .entrance a,
.campus .global-nav .campus a,
.student .global-nav .campus a,
.exchange .global-nav .exchange a,
.employment .global-nav .employment a,
.cate-research .global-nav .research a {
  background-color: #4e64b0;
}

.purpose-nav {
  background-color: #333333;
  font-size: 0.875rem;
}
.purpose-nav ul {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.purpose-nav ul li {
  display: table;
  -webkit-align-items: center;
  align-items: center;
}
.purpose-nav a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 40px;
  color: #FFF;
  text-decoration: none;
  padding: 0 2px;
}

/* 対象者別ぺーじのcurrent */
.user_jukensei .purpose-nav a.user_jukensei,
.user_zaikousei .purpose-nav a.user_zaikousei,
.user_alumnus .purpose-nav a.user_alumnus,
.user_research .purpose-nav a.user_research,
.user_general .purpose-nav a.user_general,
.user_recruitment .purpose-nav a.user_recruitment,
.user_faculties .purpose-nav a.user_faculties {
  background-color: #4d4d4d;
}

.support-nav {
  background-color: #263365;
  font-size: 0.75rem;
}
.support-nav ul {
  display: table;
  width: 100%;
}
.support-nav ul li {
  display: table-cell;
  height: 100%;
}
.support-nav a {
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  padding: 0 2px;
  text-decoration: none;
}

.language-nav {
  font-size: 0.75rem;
  background: #253365;
  color: #818dbf;
  font-weight: 700;
}
.language-nav ul {
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.language-nav ul li {
  display: inline-block;
}
.language-nav a {
  color: #FFF;
  text-decoration: none;
  font-weight: normal;
}
.language-nav li + li:before {
  content: "/";
  display: inline-block;
  color: #FFF;
}

.btn-search-toggle {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("/common/images/2017/icon-search-wh.png") no-repeat 12px 11px #616a8f;
  border: 0;
  outline: 0;
}

.search-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 54px;
  background-color: rgba(0, 0, 0, 0.56);
  -webkit-transform: translate(0, -54px);
  -moz-transform: translate(0, -54px);
  -ms-transform: translate(0, -54px);
  -o-transform: translate(0, -54px);
  transform: translate(0, -54px);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.search-box .gsearch {
  width: 100%;
  max-width: 600px;
  margin: 7px auto 0;
}
.search-open .search-box {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media screen and (min-width: 1040px) {
  .global-nav {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 0.9rem;
  }

  .purpose-nav {
    width: 48%;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 0.75rem;
  }
  .purpose-nav a {
    padding: 0 2px;
  }

  .support-nav {
    width: 33%;
    padding-left: 0;
    padding-right: 0;
  }
  .support-nav a {
    padding: 0 2px;
  }

  .language-nav {
    width: 13%;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .language-nav a {
    padding: 0 2px;
  }
}
@media screen and (min-width: 1280px) {
  .global-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .purpose-nav {
    padding-right: 20px;
    width: 60%;
    font-size: 0.875rem;
  }
  .purpose-nav a {
    padding-left: 5px;
    padding-right: 5px;
    min-width: 80px;
  }

  .btn-search-toggle {
    width: 40px;
  }

  .support-nav {
    padding-left: 10px;
    padding-right: 10px;
    width: 26%;
  }

  .language-nav {
    width: 10%;
  }
}
.header-navs-pc .header-nav1 {
  background-color: #333333;
  zoom: 1;
}
.header-navs-pc .header-nav1:before, .header-navs-pc .header-nav1:after {
  content: "";
  display: table;
  border-spacing: 0;
}
.header-navs-pc .header-nav1:after {
  clear: both;
}
.header-navs-pc .header-nav1 > * {
  float: right;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header-navs-pc .header-nav2 {
  position: relative;
  overflow: hidden;
  background-color: #3e508d;
  height: 54px;
}

#siteid {
  width: 240px;
  font-family: 'UDタイポス512',YuGothic, '游ゴシック' , "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro";
  padding: 0 0 0 0;
  text-align: center;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#siteid a {
  display: inline-block;
  text-decoration: none;
  color: #000;
}
#siteid .sitename {
  font-size: 24px;
  display: inline-block;
  margin-left: 0.35em;
  vertical-align: top;
}
#siteid .mark {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 1039px) {
  #siteid {
    display: block;
    float: left;
    text-align: center;
    width: 90px;
    height: 109px;
    line-height: 109px;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0;
  }
  #siteid .sitename {
    font-size: 24px;
  }
  #siteid .logo-type-a {
    line-height: 60px;
  }
  #siteid .logo-type-a .mark {
    width: 40px;
    height: auto;
  }
}
#siteid .logo-type-b {
  display: none;
}

.header-navs-smp {
  text-align: right;
  vertical-align: middle;
}

.header_btn_menu {
  display: inline-block;
  background: url("/common/images/2017/menu.png") no-repeat center;
  -webkit-background-size: 30px 36px;
  -o-background-size: 30px 36px;
  background-size: 30px 36px;
  width: 54px;
  height: 0;
  padding-top: 54px;
  font-size: 0;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 100;
}
.header_btn_menu span {
  text-indent: 200%;
}

#header {
  display: table;
  font-weight: normal;
  border: none;
  width: 100%;
  height: 94px;
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #FFF;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#header #siteid,
#header .header-navs-pc {
  display: table-cell;
}
#header .header-navs-pc {
  vertical-align: top;
}

.header-navs-smp {
  display: none;
}

@media screen and (max-width: 1039px) {
  #header {
    position: absolute;
    background: transparent;
    height: auto;
    display: block;
    padding: 16px 16px 0;
    zoom: 1;
    z-index: 10;
  }
  #header:before, #header:after {
    content: "";
    display: table;
    border-spacing: 0;
  }
  #header:after {
    clear: both;
  }

  #header .header-navs-pc {
    display: none;
  }

  #header .header-navs-smp {
    width: 54px;
    height: 54px;
    line-height: 54px;
    float: right;
    display: inline-block;
    vertical-align: top;
    background-color: rgba(255, 255, 255, 0.8);
  }

  #siteid {
    z-index: 100;
  }
  #siteid .logo-type-a {
    display: none;
  }
  #siteid .logo-type-b {
    display: inline-block;
  }
}
/* pagepath
-------------------------------------------------------- */
#pankuzu {
  width: 100%;
  height: 38px;
  line-height: 38px;
  background-color: #f3f3f3;
  padding: 0 30px 0;
}
#pankuzu p {
  padding: 0;
  margin: 0;
  font-size: 0.875em;
  line-height: 38px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 90%;
  position: absolute;
  z-index: 5;
}
#pankuzu a {
  color: #263365;
  font-weight: normal;
  text-decoration: none;
}
#pankuzu a:hover {
  text-decoration: underline;
}
#pankuzu img {
  vertical-align: top;
  line-height: 0;
}
#pankuzu span {
  display: inline;
  padding: 0 0.2em;
  color: #666;
}
#pankuzu br {
  display: none;
}

@media screen and (max-width: 1039px) {
  #pankuzu {
    padding-left: 10px;
  }
}
@media screen and (min-width: 769px) {
  .global-nav a {
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
  }
  .global-nav a:hover {
    background-color: #4e64b0;
  }

  .purpose-nav a {
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
  }
  .purpose-nav a:hover {
    background-color: #4d4d4d;
  }

  .support-nav a {
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
  }
  .support-nav a:hover {
    background-color: #34468a;
  }

  .btn-search-toggle {
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
  }
  .btn-search-toggle:hover {
    background-color: #7d85a6;
  }
}
/* ################################################ */
/* sidemenu */
#g_menu_toggle {
  display: none;
}

.sidenav li {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #6170A2;
  transition: all 0.4s linear 0.2s;
  padding: 0 0 0 10px;
}
.sidenav li a {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.8em 10px;
  line-height: 1.2;
  text-decoration: none;
  font-weight: normal;
  align-self: center;
}
.sidenav li a, .sidenav li a:hover, .sidenav li a:visited {
  color: #FFF;
}
.sidenav li label {
  display: flex;
  justify-content: center;
  flex-direction: column;
  position: relative;
  text-align: center;
  padding-right: 16px;
  cursor: pointer;
}
.sidenav li label:before {
  content: "";
  position: relative;
  display: block;
  height: 12px;
  border-style: solid;
  border-color: #fff;
  width: 12px;
  padding: 0;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.side-global-nav {
  margin: 0;
  background: #3e508d;
}

.side-purpose-nav {
  font-size: 0.9375em;
  display: flex;
  background-color: #333333;
}
.side-purpose-nav .user_recruitment, .side-purpose-nav .nav_s {
  font-size: 0.8125em;
}
.side-purpose-nav li {
  padding: 0;
  border-color: #585858;
  border-left: 1px solid #585858;
}
.side-purpose-nav li a {
  text-align: center;
  width: 100%;
  padding: 0.5em 2px;
}
@media screen and (max-width: 767px) {
  .side-purpose-nav {
    flex-wrap: wrap;
  }
  .side-purpose-nav li {
    flex-basis: 33.333%;
  }
  .side-purpose-nav li:nth-child(3n+1) {
    border-left: none;
  }
  .side-purpose-nav li a {
    min-height: 2.4em;
    padding: 2px;
  }
}
@media screen and (min-width: 768px) {
  .side-purpose-nav li {
    flex: 1 1;
  }
  .side-purpose-nav li:first-child {
    border-left-width: 0;
  }
}

.side-support-nav {
  margin: 0;
  background: #263365;
}

#side-gsearch {
  background-color: #616a8f;
  padding: 12px;
}

.btn-slideclose {
  width: 45px;
  height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  z-index: inherit;
  background: transparent;
  cursor: pointer;
}
.btn-slideclose:before, .btn-slideclose:after {
  content: "";
  display: block;
  height: 0;
  border-style: solid;
  border-color: #fff;
  position: absolute;
  left: 50%;
  top: 20px;
  width: 30px;
  padding: 0;
  border-width: 1px 0 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 0 0 -15px;
}
.btn-slideclose:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.btn-slideclose span {
  display: none;
}

#slidemenu {
  font-size: 14em/16;
  background: #263365;
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 1001;
  transition: left 1s ease 0.2s, z-index 0s linear 1s;
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Droid Sans Japanese, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: calc(100% - 45px);
}
#slidemenu .language-nav {
  display: block;
  padding: 0 0 0 20px;
  font-size: 1em;
  margin-top: 10px;
}
#slidemenu .language-nav li {
  display: inline-block;
  padding-left: 5px;
  border-bottom: none;
}
#slidemenu .language-nav li:first-child {
  padding-left: 0;
}
#slidemenu .language-nav a {
  display: inline-block;
  padding: 0 5px;
  margin-left: 5px;
}
@media screen and (min-width: 768px) {
  #slidemenu {
    font-size: 1em;
  }
}

.slidemenu-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1d274b;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.4s;
}

#sb-site {
  padding-top: 94px;
}

#g_menu_toggle:checked + div[data-role=page] {
  overflow: hidden;
  height: 100vh;
}
#g_menu_toggle:checked + div[data-role=page] .slidemenu-cover {
  z-index: 1000;
  opacity: 1;
}
#g_menu_toggle:checked + div[data-role=page] .btn-slideclose {
  z-index: 1001;
  opacity: 1;
}
#g_menu_toggle:checked + div[data-role=page] #slidemenu {
  opacity: 1;
  z-index: 1001;
  left: 0;
}

.g_submenu_toggle {
  display: none;
}

.subslidemenu {
  background: #fff;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 0;
  transition: all 0.6s ease 0.2s;
}
.subslidemenu label {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  min-height: 45px;
  box-sizing: border-box;
  background: #c0cada;
}
.subslidemenu label:before {
  content: "";
  position: relative;
  display: block;
  height: 10px;
  border-style: solid;
  border-color: #273166;
  width: 10px;
  padding: 0;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-right: 10px;
}
.subslidemenu ul {
  padding: 5px 20px;
}
.subslidemenu li {
  border-bottom: 1px solid #a0a8b3;
}
.subslidemenu a {
  display: flex;
  padding: 1em 0;
  text-decoration: none;
}
.subslidemenu a, .subslidemenu a:hover, .subslidemenu a:visited {
  color: #333;
}

#g_menu_toggle:checked + div[data-role=page] > #slidemenu > .g_submenu_toggle:checked + .subslidemenu {
  display: block;
  right: 0;
  z-index: 1002;
}

@media screen and (max-width: 1039px) {
  div[data-role=page], #sb-site {
    padding-top: 0;
  }
}
#mainimgs {
  position: relative;
  padding: 0;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  transition: height 0.3s;
  background-size: cover;
}

#mainimgs .bg, #mainimgs > img {
  max-width: inherit;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
}

#mainimgs .bg.vertical-middle, #mainimgs > img.vertical-middle {
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

#mainimgs .bg.vertical-bottom, #mainimgs > img.vertical-bottom {
  top: auto;
  bottom: 0;
}

#mainimgs > .container {
  height: 240px;
  margin: 0;
  position: relative;
  max-width: inherit;
}

#mainimgs:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}

#mainimgs .movie-control {
  display: none;
}

#mainimgs.bg-left {
  background-position: left center;
}

#mainimgs.bg-right {
  background-position: right center;
}

.bgvideo #mainimgs .movie-control {
  padding: 0px 0 0 35px;
  display: block;
}

.bgvideo #mainimgs .stop, .bgvideo #mainimgs .play {
  background: transparent;
  border: none;
  color: #FFF;
  font-size: 1.125rem;
  text-decoration: none;
  outline: 0;
  text-shadow: 0 0 20px #000;
}

.bgvideo #mainimgs .stop:before, .bgvideo #mainimgs .play:before {
  content: "";
  display: inline-block;
  border-style: solid;
  box-sizing: border-box;
  vertical-align: middle;
}

.bgvideo #mainimgs .stop {
  display: inline-block;
}

.bgvideo #mainimgs .stop:before {
  height: 20px;
  width: 18px;
  border-color: #FFF;
  border-width: 0 7px;
  margin-right: 14px;
  margin-top: -5px;
}

.bgvideo #mainimgs .play {
  display: none;
}

.bgvideo #mainimgs .play:before {
  margin: 0 -5px 0 2px;
  border-width: 10px 16px;
  border-color: transparent transparent transparent #FFF;
  margin-top: -5px;
}

.bgvideo #mainimgs.moviestop .stop {
  display: none;
}

.bgvideo #mainimgs.moviestop .play {
  display: inline-block;
}

.ui-category-title {
  position: absolute;
  top: 50%;
  left: 46px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  vertical-align: middle;
  display: inline-block;
  color: #FFF;
  margin-bottom: 0;
  line-height: 1.2;
}

.ui-category-title h1, .ui-category-title h2, .ui-category-title small, .ui-category-title .title {
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Droid Sans Japanese, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-size: 2.25rem;
}

.ui-category-title small {
  display: block;
  font-size: 87.5%;
}

.ui-category-title h1, .ui-category-title h2, .ui-category-title .title {
  display: inline-block;
}

.ui-category-title h1 small, .ui-category-title h2 small, .ui-category-title .title small {
  display: inline-block;
  font-size: 0.6em;
}

.ui-category-title .subtitle {
  margin-top: 5px;
}

#mainimgs .catch {
  position: absolute;
  bottom: 60%;
  left: 0.6em;
  color: #fff;
  font-size: 3vw;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 0 0.15em #000, 0 0 0.4em #000;
}

#mainimgs.mainimg_l {
  position: relative;
  height: auto;
  padding-bottom: 70px;
  min-height: 220px;
  overflow: hidden;
}
#mainimgs.mainimg_l:before {
  content: none;
  display: none;
}
#mainimgs.mainimg_l .mainimg {
  position: relative;
  z-index: -1;
  top: auto;
  bottom: auto;
  right: auto;
  left: auto;
  display: block;
  width: 100%;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
#mainimgs.mainimg_l .mainimg.right {
  -o-object-position: top right;
     object-position: top right;
}
#mainimgs.mainimg_l .mainimg.left {
  -o-object-position: top left;
     object-position: top left;
}
#mainimgs.mainimg_l.-has--catch .mainimg {
  min-height: 300px;
}
#mainimgs.mainimg_l .ui-category-title {
  line-height: 1.1;
  padding: 30px;
  position: absolute;
  top: auto;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
#mainimgs.mainimg_l .ui-category-title .tenin {
  display: inline-block;
  vertical-align: middle;
}
#mainimgs.mainimg_l .ui-category-title .sinsetu {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
  margin-left: 0.8em;
  color: #fff;
  background-color: #fe0000;
  padding: 0.15em 0.25em;
}
#mainimgs.mainimg_l .ui-category-title .type {
  display: block;
  font-size: 1.75em;
  margin-bottom: 0.3em;
}
#mainimgs.mainimg_l .ui-category-title .type .tenin {
  font-size: 0.64286em;
}
#mainimgs.mainimg_l .ui-category-title .type .sinsetu {
  font-size: 0.64286em;
}
#mainimgs.mainimg_l .ui-category-title .title {
  font-size: 2.625em;
  font-weight: bold;
}
#mainimgs.mainimg_l .ui-category-title .title small {
  display: inline-block;
  font-size: 0.5em;
  margin-bottom: 0.3em;
}
#mainimgs.mainimg_l .ui-category-title .title .tenin {
  font-size: 0.42857em;
}
#mainimgs.mainimg_l .ui-category-title .title .sinsetu {
  font-size: 0.42857em;
}
#mainimgs.mainimg_l .ui-category-title .title .type {
  font-size: 0.66667em;
}
#mainimgs.mainimg_l .ui-category-title .title .type .tenin {
  font-size: 0.64286em;
}
#mainimgs.mainimg_l .ui-category-title .title .type .sinsetu {
  font-size: 0.64286em;
}
#mainimgs.mainimg_l .ui-category-title .title + small {
  margin-top: 0.1em;
}
#mainimgs.mainimg_l .ui-category-title small .subtitle {
  display: inline-block;
}
#mainimgs.mainimg_l .ui-category-title.gakubu-bs {
  background-color: #6da84e;
}
#mainimgs.mainimg_l .ui-category-title.gakubu-cs {
  background-color: #2a638b;
}
#mainimgs.mainimg_l .ui-category-title.gakubu-ds {
  background-color: #e87f00;
}
#mainimgs.mainimg_l .ui-category-title.gakubu-ms {
  background-color: #c13a48;
}
#mainimgs.mainimg_l .ui-category-title.gakubu-hs {
  background-color: #d22c40;
}
#mainimgs.mainimg_l .ui-category-title.gakubu-eng {
  background-color: #575489;
}
#mainimgs.mainimg_l .ui-category-title.gakubu-kyoyo {
  background-color: #ada783;
}
#mainimgs.mainimg_l ~ #pankuzu {
  background-color: transparent;
}

#mainimgs.mainimg_oc2019:before {
  content: none;
  display: none;
}
#mainimgs.mainimg_oc2019 .bg {
  position: relative;
}
#mainimgs.mainimg_oc2019 .container {
  height: auto;
}
#mainimgs.mainimg_oc2019 .ui-category-title {
  top: 20%;
  left: 5%;
  width: 90%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#mainimgs.mainimg_oc2019 .title {
  display: block;
}
#mainimgs.mainimg_oc2019 .title img {
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 1366px) {
  #mainimgs .bg, #mainimgs > img {
    top: -10%;
  }
}
@media screen and (min-width: 1040px) {
  #mainimgs.mainimg_l .ui-category-title {
    min-width: 36vw;
  }
  .maincontent_2column .mainimg_l ~ .ui-article .main-contents {
    margin-top: -450px;
  }
  .maincontent_2column .mainimg_l ~ .ui-article .main-contents .main-article {
    padding-top: 450px;
  }
}
@media screen and (max-width: 1039px) {
  #mainimgs.mainimg_l {
    padding-bottom: 8vw;
  }
  #mainimgs.mainimg_l .ui-category-title .title {
    text-shadow: none;
  }
  #mainimgs.mainimg_oc2019 .ui-category-title {
    top: 40%;
  }
  #mainimgs .catch {
    font-size: 3.5vw;
    left: 16px;
    bottom: 18vw;
  }
}
@media screen and (max-width: 1039px) {
  #mainimgs > .container {
    height: 240px;
    margin: 0;
  }
  #mainimgs:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.5) 100%);
  }
  .bgvideo #mainimgs .movie-control {
    padding-left: 12px;
  }
  .ui-category-title {
    top: auto;
    bottom: 10px;
    left: 15px;
  }
  .ui-category-title h1, .ui-category-title h2, .ui-category-title .title {
    font-size: 1.5rem;
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.9);
  }
  .ui-category-title .subtitle {
    display: none;
  }
  .ui-category-title.gakubu-ds .title:after {
    width: 240px;
    border-left-width: 100px;
  }
  #mainimgs.mainimg_oc2019 > .bg {
    width: auto;
    right: auto;
    max-width: 100%;
  }
  #mainimgs.mainimg_oc2019 .ui-category-title {
    top: 55%;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}
@media screen and (max-width: 899px) {
  #mainimgs .bg, #mainimgs > img {
    width: 1125px;
    max-width: inherit;
    right: -25%;
  }
  #mainimgs .bg.bg-center, #mainimgs > img.bg-center {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #mainimgs .bg.bg-center.vertical-middle, #mainimgs > img.bg-center.vertical-middle {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #mainimgs .bg.bg-left, #mainimgs > img.bg-left {
    right: auto;
    left: -25%;
  }
  #mainimgs .bg.bg-left0, #mainimgs > img.bg-left0 {
    right: auto;
    left: 0;
  }
  #mainimgs .bg.bg-right0, #mainimgs > img.bg-right0 {
    right: 0;
  }
  #mainimgs .bg.bg-left30, #mainimgs .bg.bg-left50, #mainimgs .bg.bg-left60, #mainimgs .bg.bg-left70, #mainimgs > img.bg-left30, #mainimgs > img.bg-left50, #mainimgs > img.bg-left60, #mainimgs > img.bg-left70 {
    right: auto;
    left: -25%;
  }
  #mainimgs .bg.bg-right30, #mainimgs .bg.bg-right50, #mainimgs .bg.bg-right60, #mainimgs .bg.bg-right70, #mainimgs > img.bg-right30, #mainimgs > img.bg-right50, #mainimgs > img.bg-right60, #mainimgs > img.bg-right70 {
    right: -25%;
  }
  #mainimgs.mainimg_oc2019 .ui-category-title {
    top: 63%;
  }
}
@media screen and (max-width: 767px) {
  #mainimgs .bg, #mainimgs > img {
    width: 960px;
  }
  #mainimgs.mainimg_l .ui-category-title {
    padding: 20px;
  }
  #mainimgs.mainimg_l .ui-category-title .type {
    font-size: 1em;
  }
  #mainimgs.mainimg_l .ui-category-title .title {
    font-size: 1.5em;
  }
  #mainimgs .catch {
    font-size: 4vw;
  }
}
@media screen and (max-width: 479px) {
  #mainimgs .bg.bg-left30, #mainimgs > img.bg-left30 {
    right: auto;
    left: -30%;
  }
  #mainimgs .bg.bg-left50, #mainimgs > img.bg-left50 {
    right: auto;
    left: -50%;
  }
  #mainimgs .bg.bg-left60, #mainimgs > img.bg-left60 {
    right: auto;
    left: -60%;
  }
  #mainimgs .bg.bg-left70, #mainimgs > img.bg-left70 {
    right: auto;
    left: -70%;
  }
  #mainimgs .bg.bg-right30, #mainimgs > img.bg-right30 {
    right: -30%;
  }
  #mainimgs .bg.bg-right50, #mainimgs > img.bg-right50 {
    right: -50%;
  }
  #mainimgs .bg.bg-right60, #mainimgs > img.bg-right60 {
    right: -60%;
  }
  #mainimgs .bg.bg-right70, #mainimgs > img.bg-right70 {
    right: -70%;
  }
  #mainimgs.mainimg_l .mainimg {
    max-width: inheirt;
    width: 100%;
    height: 180px;
    margin: 0;
  }
  #mainimgs.mainimg_l.-has--catch .mainimg {
    max-width: inheirt;
    width: 100%;
    height: auto;
    margin: 0;
  }
  #mainimgs.mainimg_l .ui-category-title {
    padding: 10px;
    font-size: 0.875em;
  }
  #mainimgs.mainimg_l .ui-category-title .title {
    font-size: 1.25em;
  }
  #mainimgs.mainimg_l .ui-category-title .title + small {
    font-size: 0.6875em;
  }
  #mainimgs.mainimg_oc2019 .ui-category-title {
    top: 71%;
  }
}
#mainimgs.bg-kv {
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 60px;
}
#mainimgs.bg-kv::before, #mainimgs.bg-kv::after {
  content: none;
}
#mainimgs.bg-kv .container {
  height: auto;
  max-width: 1319px;
  margin-left: auto;
  margin-right: auto;
}
#mainimgs.bg-kv .container::before, #mainimgs.bg-kv .container::after {
  content: none;
}
#mainimgs.bg-kv img {
  display: block;
}
@media screen and (max-width: 1039.9px) {
  #mainimgs.bg-kv {
    padding-top: 140px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 480.9px) {
  #mainimgs.bg-kv {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (min-width: 1366px) {
  #footer {
    padding-left: 10px;
  }
}
/* モバイルでのPC表示モード */
body.mobile.view-pc {
  min-width: 1040px;
}
body.mobile.view-pc #header {
  position: absolute;
}
body.mobile.view-pc #slidemenu {
  position: absolute;
}
body.mobile.view-pc #slidemenu.sb-slidebar {
  z-index: 1;
}
/* ########################################################################################## */
@media print {
  html,
  body {
    min-height: inherit;
  }
  body {
    font-size: 12px;
    -ms-overflow-x: auto;
    overflow-x: auto;
  }
  div[data-role='page'] {
    width: 100%;
    min-height: inherit;
  }
  .wide-off,
  .mobile-on,
  .mobile-device-on {
    display: none;
  }
  #siteid {
    width: 180px;
    padding: 0 0 0 10px;
    vertical-align: middle;
  }
  #siteid a {
    display: inline-block;
    text-decoration: none;
    color: #000;
  }
  #siteid .logo-type-a {
    line-height: 1;
  }
  #siteid .sitename {
    font-size: 20px;
    margin-left: 0;
  }
  #siteid .mark {
    width: 20px;
    height: auto;
    margin: 0 6px 0 0;
  }
  #header {
    height: auto;
    position: absolute;
  }
  #header #siteid,
  #header .header-navs-pc {
    display: table-cell;
  }
  #header .header-navs-pc {
    vertical-align: top;
  }
  #header .btn-search-toggle {
    display: none;
  }
  #header .header-nav1 {
    padding-right: 10px;
  }
  #header .header-nav1>* {
    height: auto;
  }
  #header .header-nav2 {
    height: auto;
  }
  #header .purpose-nav,
  #header .support-nav {
    font-size: 0.75rem;
  }
  #header .purpose-nav a,
  #header .support-nav a {
    height: auto;
    line-height: 2;
  }
  #header .global-nav a {
    height: auto;
    line-height: 3;
  }
  #sb-site {
    padding: 0;
  }
  #ui-scrollnav {
    display: none;
  }
  #slidemenu {
    position: relative;
    display: none;
    bottom: 0;
  }
  #mainimgs .bg {
    display: block;
  }
  .header_smp {
    display: none;
  }
  #bodyarea {
    background-image: none;
    background-color: #fff;
  }
  #footer .gotop {
    display: none;
  }
  div[class*='block-heightfix-col']>*,
  div[class*='block-heightfixclass-'] {
    height: auto !important;
  }
}
/* 解析タグ */
body>img {
  display: block;
  width: 1px;
  height: 0;
}
/* 2016.9.16追加（お知らせ対応） */
@media screen and (max-width: 767px) {
  /* 2016.9.20追加*/
  table.companyList-r li {
    width: 25%;
    min-width: 200px;
    font-size: 80%;
    padding: 0 10px 0 1em;
    text-indent: -1em;
    margin: 0 0 0 10px;
    float: left;
  }
}
/* 20170209 acpc */
.seasonlabel {
  width: 136px;
  background-color: #FEE4E4;
  padding: 5px 10px 5px 10px;
  color: #B92221;
  text-align: center;
  float: right;
  font-weight: bold;
}
/* 2018/01/10　スクロールメニュー（ネット出願強調版） */
.float-nav>li.float-btn-siryou2 {
  border-width: 0;
}
.float-nav>li.float-btn-siryou2 a {
  background-color: #263365;
  height: 95px;
  line-height: 95px;
}
.float-nav>li.float-btn-siryou2 a:before {
  background-image: url("/common/images/2017/float-2.png");
  padding: 57px 0 0;
  width: 14px;
  background-position: 0 -91px;
}
.float-nav>li.float-btn-siryou2 a:hover {
  background-color: rgba(38, 51, 101, 0.8);
}
.float-nav>li.float-btn-net2 {
  border-width: 0;
}
.float-nav>li.float-btn-net2 a {
  background-color: #FE6417;
  height: 107px;
  line-height: 107px;
}
.float-nav>li.float-btn-net2 a:before {
  background-image: url("/common/images/2017/float-2.png");
  padding: 71px 0 0;
  width: 14px;
  background-position: 0 0;
}
.float-nav>li.float-btn-net2 a:hover {
  background-color: rgba(254, 100, 23, 0.8);
}
.float-nav>li.float-btn-siryou3 {
  border-width: 0;
}
.float-nav>li.float-btn-siryou3 a {
  background-color: #FE6417;
  height: 95px;
  line-height: 95px;
}
.float-nav>li.float-btn-siryou3 a:before {
  background-image: url("/common/images/2017/float-3.png");
  padding: 57px 0 0;
  width: 14px;
  background-position: 0 -91px;
}
.float-nav>li.float-btn-siryou3 a:hover {
  background-color: rgba(254, 100, 23, 0.8);
}
.float-nav>li.float-btn-net3 {
  border-width: 0;
}
.float-nav>li.float-btn-net3 a {
  background-color: #263365;
  height: 107px;
  line-height: 107px;
}
.float-nav>li.float-btn-net3 a:before {
  background-image: url("/common/images/2017/float-3.png");
  padding: 71px 0 0;
  width: 14px;
  background-position: 0 0;
}
.float-nav>li.float-btn-net3 a:hover {
  background-color: rgba(38, 51, 101, 0.8);
}
/* ########################################################################################## */
/* PC以上 */
@media screen and (min-width: 1040px) {
  .under-pc, .mobile-on, .wide-off, .pc-off {
  display: none !important;
  }
}
/* PC未満 */
@media screen and (max-width: 1039px) {
  .over-pc, .mobile-off, .pc-on {
  display: none !important;
  }
}
/* タブレット以上 */
@media screen and (min-width: 768px) {
  .under-tbl {
  display: none !important;
  }
}
/* タブレット未満 */
@media screen and (max-width: 767px) {
  .over-tbl, .smp-off, .tbl-off {
  display: none !important;
  }
}
/* スマートフォン以上 */
@media screen and (min-width: 480px) {
  .under-smp, .smpL-on {
  display: none !important;
  }
}
/* スマートフォン未満 */
@media screen and (max-width: 479px) {
  .over-smp {
  display: none !important;
  }
}
.ielt9 .loadsvg svg, .ielt9 .loadsvg .svg {
  display: none;
}
.ielt9 .loadsvg .altimg {
  display: inline-block;
}
/* デバイス切り替え */
.mobile-device-on {
  display: none !important;
}
body.mobile .mobile-device-on {
  display: inline-block !important;
}
/* ########################################################################################## */
@font-face {
  font-family: 'ヒラギノ角ゴ W6 JIS2004';
  font-display: swap;
}
@font-face {
  font-family: 'Hiragino Kaku Gothic W6 JIS2004';
  font-display: swap;
}
@font-face {
  font-family: 'UDタイポス512';
  font-display: swap;
}
@font-face {
  font-family: 'UDTypos512';
  font-display: swap;
}
@font-face {
  font-family: 'UD新ゴ コンデンス90 EL';
  font-display: swap;
}
@font-face {
  font-family: 'UD Shin Go Conde90 EL';
  font-display: swap;
}
@font-face {
  font-family: 'font_ab';
  font-style: normal;
  font-weight: 400;
  src: url("https://wf.typesquare.com/ab.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'font_woff';
  font-style: normal;
  font-weight: 400;
  src: url("https://wf.typesquare.com/3/tsst/dist/ja/ts?condition=df221be3147bbc09e0a9da3fd58d8daa&eid=5d1422d561c842e99a415034ac1e02ec&bw[name]=Android&bw[ftf]=0&bw[os]=Android&location=www.teu.ac.jp%2F&fonts[id]=1401&fonts[str]=MDEyMzRB44GM44GT44GX44GZ44Gh44Gr44Gu44Gv44G444G%2B44KI44KJ44KK44KS44Kw44OD44OI44ON44OX44Og44Op44Ot44O25LiA5Lit5Lqs5LuY5L%2Bu5YWl5YWo5Ye65Yi25YyW5Y%2BX5Zu95Zyw5Z%2Bf5aC05aSn5a2m5a6f5bCC5bel5bm05bqm5oim5omA5o%2B05pC65pSv5pS75pWZ5paw5pa95pel5pyI5p2x55Wl55qE56eR56iL562J572u6IKy6Iis6Kit6Kmm6YCj6YCy6YOo6aGY6aiT6auY77yB") format("woff");
  font-display: swap;
}
@font-face {
  font-family: 'font_woff2';
  font-style: normal;
  font-weight: 400;
  src: url("https://wf.typesquare.com/3/tsst/dist/ja/ts?condition=df221be3147bbc09e0a9da3fd58d8daa&eid=5d1422d561c842e99a415034ac1e02ec&bw[name]=Android&bw[ftf]=0&bw[os]=Android&location=www.teu.ac.jp%2F&fonts[id]=2167&fonts[str]=MDIzNOOBjOOBruOBuOOCiOOCiuOCsOODl%2BODoOODqeODreS6rOS%2FruWItuWMluWcsOWfn%2BWkp%2BWtpuWwguW3peW5tOW6puaIpuaPtOaQuuaUr%2BaUu%2BaVmeaWsOaciOadseeVpeeahOenkeetieiCsumAo%2BmAsumDqOmrmO%2B8gQ%3D%3D") format("woff");
  font-display: swap;
}


