
@charset "UTF-8";
/* ################################################
# 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
################################################ */
/* ################################################ RESET ################################################ */
/*
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;
}

/* ################################################ SETTING ################################################ */
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;
}
a:hover {
  color: #4b75b5;
  text-decoration: none;
}
a:focus {
  outline: 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-wrapper > .mainarea, .ui-header-inner, .ui-footer-inner {
  zoom: 1;
}
.cf:before, #main-wrapper > .mainarea:before, .ui-header-inner:before, .ui-footer-inner:before, .cf:after, #main-wrapper > .mainarea:after, .ui-header-inner:after, .ui-footer-inner:after {
  content: "";
  display: table;
}
.cf:after, #main-wrapper > .mainarea:after, .ui-header-inner:after, .ui-footer-inner:after {
  clear: both;
}

/* ################################################ STYLES ################################################ */
/*
* 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-pause:hover {
  border-color: #424a8b;
}
.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;
}
.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: nowrap;
}
.flex-control-nav li {
  float: left;
  margin: 0 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;
}
#cboxPrevious:hover {
  background-position: -75px -25px;
}

#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;
}
#cboxNext:hover {
  background-position: -50px -25px;
}

#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;
}
#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;
}

.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;
}

a.popup:hover, a.popup:focus, a.popup:active {
  opacity: .6;
}

/*___________________________________________________________________________________________________________________________________________________
 _ 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("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("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;
}

.icon-headline {
  position: relative;
  zoom: 1;
}
.icon-headline:before, .icon-headline:after {
  content: "";
  display: table;
}
.icon-headline:after {
  clear: both;
}
.icon-headline .icon_global {
  position: absolute;
  z-index: 1;
}
.icon-headline .headline {
  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;
  z-index: 0;
  padding: 5px 0 5px 60px;
  min-height: 48px;
}

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;
}

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.8em 0.2em;
  background-color: #eeeff1;
  color: #333;
  text-align: center;
  font-weight: normal;
  border: none;
  font-size: 112.5%;
  line-height: 1.4;
  display: table;
  width: 100%;
  height: 4.4em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.title-movielibrary span {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.title-movielibrary.freeheight {
  height: inherit;
  line-height: 1.3;
}

/* タブレット未満 */
@media screen and (max-width: 767px) {
  h3, .page-headline, .mainarea h1 {
    font-size: 112.5%;
  }

  .icon-headline .headline {
    padding-left: 45px;
    font-size: 112.5%;
    min-height: inherit;
  }
}
/* NAV
-------------------------------------------------------- */
.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;
}

/* 研究室・プロジェクト紹介 用
*/
/* 詳細はこちら */
.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_jst {
  position: relative;
  display: block;
  overflow: hidden;
}
.thumb_jst .thumb {
  width: 100%;
  height: auto;
  display: block;
}
.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_jst > a {
  z-index: 0;
}
.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:hover {
  text-decoration: none;
}
.btn .arrow-next {
  display: inline-block;
  padding-right: 0.5em;
}
.btn .arrow-next:before {
  content: "";
  display: inline-block;
  border: 0.3em solid transparent;
  border-left-color: #fff;
  vertical-align: middle;
  margin: 0 0.3em 0 0;
}
.btn .arrow-prev {
  display: inline-block;
  padding-right: 0.5em;
}
.btn .arrow-prev:before {
  content: "";
  display: inline-block;
  border: 0.3em solid transparent;
  border-right-color: #fff;
  vertical-align: middle;
  margin: 0 0.5em 0 -0.3em;
}

/*　サムネイル付き　*/
.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-row {
  width: 100%;
  display: inline-block;
  font-family: "UD新ゴ コンデンス90 EL", "UD Shin Go Conde90 EL";
  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:hover {
  background-color: #3d56b2;
}
.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-white:hover {
  color: #FFF;
  background-color: #3d56b2;
}
.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.btn-gray:hover {
  background-color: #eeeff1;
}

.btn-row-small {
  width: 100%;
  display: inline-block;
  font-family: "UD新ゴ コンデンス90 EL", "UD Shin Go Conde90 EL";
  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-small:hover {
  background-color: #3d56b2;
}
.btn-row-small.btn-white {
  background-color: #FFF;
  border: 1px solid #273166;
}
.btn-row-small.btn-white, .btn-row-small.btn-white:link, .btn-row-small.btn-white:visited {
  color: #273166;
}
.btn-row-small.btn-white:hover {
  color: #FFF;
  background-color: #3d56b2;
}
.btn-row-small.btn-gray {
  background-color: #FFF;
  border: 1px solid #a0a8b3;
}
.btn-row-small.btn-gray, .btn-row-small.btn-gray:link, .btn-row-small.btn-gray:visited {
  color: #000;
}
.btn-row-small.btn-gray:hover {
  background-color: #eeeff1;
}

.btn-row-large {
  width: 100%;
  display: inline-block;
  font-family: "UD新ゴ コンデンス90 EL", "UD Shin Go Conde90 EL";
  background-color: #273166;
  color: #FFF;
  text-align: center;
  border: 1px solid #a0a8b3;
  font-size: 250%;
  padding: 0.9em 0;
  line-height: 1;
}
.btn-row-large > i {
  vertical-align: middle;
}
.btn-row-large:link, .btn-row-large:visited {
  color: #FFF;
}
.btn-row-large:hover {
  background-color: #3d56b2;
}
.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;
}

@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新ゴ コンデンス90 EL", "UD Shin Go Conde90 EL", sans-serif;
  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;
  -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, .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 .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.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%;
}
a.row-bgimg:link, a.row-bgimg:visited {
  color: #FFF;
}
a.row-bgimg:hover, a.row-bgimg:active, a.row-bgimg:focus {
  color: #FFF;
  background-color: #3d56b2;
  opacity: 0.9;
}

.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;
  }
}

.banner-img {
  display: block;
  position: relative;
  overflow: hidden;
}
.banner-img img {
  display: block;
}
.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;
}

/* ページ上部のシンプルメニュー　とセットの「ページトップへ」ボタン */
.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: 11px;
  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;
}
.btn-pagetop:hover {
  background-color: #eee;
}

/*共通資料請求ボタン*/
#siryoubt #banner {
  margin: 0 -5px 20px;
}
#siryoubt #banner a {
  font-size: 1px;
  display: block;
  width: 100%;
  height: 45px;
  margin-bottom: 10px;
  text-indent: -9999px;
  position: relative;
  z-index: 1;
}
#siryoubt #banner a:before, #siryoubt #banner a:after {
  content: "";
  display: block;
  width: 5px;
  height: 45px;
}
#siryoubt #banner a:before {
  float: left;
}
#siryoubt #banner a:after {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 999;
}
#siryoubt #banner .banner_siryou {
  background-image: url("/sp/img/gakubu/banner_siryou.png"), url("/sp/img/gakubu/banner_siryou_bg.gif");
  background-position: center, top;
  background-repeat: no-repeat, repeat-x;
}
#siryoubt #banner .banner_siryou:active {
  background-image: url("/sp/img/gakubu/banner_siryou.png"), url("/sp/img/gakubu/banner_siryou_bg.gif");
  background-position: center, bottom;
  background-repeat: no-repeat, repeat-x;
}
#siryoubt #banner .banner_siryou:before {
  background: url("/sp/img/gakubu/banner_siryou_before.gif");
  background-position: top;
}
#siryoubt #banner .banner_siryou:after {
  background: url("/sp/img/gakubu/banner_siryou_after.gif");
  background-position: top;
}
#siryoubt #banner .banner_siryou:active:before {
  background: url("/sp/img/gakubu/banner_siryou_before.gif");
  background-position: bottom;
}
#siryoubt #banner .banner_siryou:active:after {
  background: url("/sp/img/gakubu/banner_siryou_after.gif");
  background-position: bottom;
}

/* 資料請求はこちら:#siryou */
#siryou {
  background: url("/gakubu/images/siryou2.jpg") no-repeat left top;
  overflow: hidden;
  width: 700px;
  height: 130px;
  margin: 60px auto 50px;
}
#siryou h4 {
  display: none;
}
#siryou p {
  margin: 63px 0 0 297px;
}
#siryou a {
  width: 388px;
  height: 57px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background-image: url("/gakubu/images/siryou2.jpg");
  background-repeat: no-repeat;
  background-position: -297px -63px;
}
#siryou a:hover {
  background-position: -297px -131px;
}

/* タブレット未満 */
@media screen and (max-width: 767px) {
  #siryou {
    display: none;
  }
}
/* 資料請求はこちら 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:hover, .ui-content .btn-siryou:visited {
  color: #191f41;
}

.btncolor-eng {
  background-color: #575488;
  color: #FFF;
}
.btncolor-eng, .btncolor-eng:visited {
  color: #FFF;
}
.btncolor-eng:hover {
  background-color: #6865a0;
}

.btncolor-ms {
  background-color: #c03a48;
}
.btncolor-ms, .btncolor-ms:visited {
  color: #FFF;
}
.btncolor-ms:hover {
  background-color: #cc5763;
}

.btncolor-cs {
  background-color: #006590;
}
.btncolor-cs, .btncolor-cs:visited {
  color: #FFF;
}
.btncolor-cs:hover {
  background-color: #0082b9;
}

.btncolor-ds {
  background-color: #7b7b7b;
}
.btncolor-ds, .btncolor-ds:visited {
  color: #FFF;
}
.btncolor-ds:hover {
  background-color: #8f8f8f;
}

.btncolor-bs {
  background-color: #026636;
}
.btncolor-bs, .btncolor-bs:visited {
  color: #FFF;
}
.btncolor-bs:hover {
  background-color: #038e4b;
}

.btncolor-hs {
  background-color: #e5003a;
}
.btncolor-hs, .btncolor-hs:visited {
  color: #FFF;
}
.btncolor-hs:hover {
  background-color: #ff0f4c;
}
.btncolor-facebook {
  background-color: #3c5b99;
}
.btncolor-facebook, .btncolor-facebook:visited {
  color: #FFF;
}
.btncolor-facebook:hover {
  background-color: #476cb6;
}

.btncolor-twitter {
  background-color: #16b2eb;
}
.btncolor-twitter, .btncolor-twitter:visited {
  color: #FFF;
}
.btncolor-twitter:hover {
  background-color: #3cbeee;
}
/* 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;
}

.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;
  }
}
/* ======================================================
研究室パネル風レイアウト
====================================================== */
#square-box .row-alwaystable {
  border-spacing: 5px;
  width: 100%;
}
#square-box div[class*="box"] {
  border: 1px solid #ccc;
  font-size: 80%;
  padding: 9px;
  width: 33.33%;
  text-align: center;
}
#square-box div[class*="box"] > div, #square-box div[class*="box"] > p {
  text-align: left;
}
#square-box div[class*="box"] > a {
  display: block;
}
#square-box div[class*="box"] > a img {
  display: block;
  max-width: inherit;
  height: 200px;
  width: 100%;
}
#square-box > div[class*="box"] {
  margin-bottom: 10px;
  width: auto;
}
#square-box .row-alwaystable > div.empty {
  border: medium none;
}
#square-box .lab_name {
  background: none repeat scroll 0 0 #f1f1f1;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  font-size: 110%;
  font-weight: bold;
  margin: 10px 0;
  padding: 5px 3px 3px 10px;
}

@media screen and (max-width: 1209px) {
  #square-box div[class*="box"] > a img {
    height: 150px;
  }
}
@media screen and (max-width: 767px) {
  #square-box .row-alwaystable {
    border-spacing: 2px;
  }
  #square-box div[class*="box"] {
    padding: 4px;
  }
  #square-box div[class*="box"] > a img {
    height: 120px;
  }
  #square-box > div[class*="box"] {
    margin-bottom: 5px;
  }
  #square-box .lab_name {
    padding: 5px 3px 3px 10px;
  }
}
@media screen and (max-width: 479px) {
  #square-box div[class*="box"] > a img {
    height: 70px;
  }
}
.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;
}

@media screen and (max-width: 767px) {
  .img_card .card-meta > * {
    display: block;
  }
  .img_card .card-txt {
    float: left;
  }
}
.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;
}

/* 入試入学情報特別枠（インターネット出願バナー） */
.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;
  }
}
.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でのアコーディオン */
.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;
  font-size: 1.5rem;
}
.index-box .box-heading {
  height: 240px;
  position: relative;
  overflow: hidden;
  color: #FFF;
  text-align: center;
}
.index-box .box-heading .bg {
  max-width: inherit;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: opacity , transform;
  transition-property: opacity , transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.index-box .box-heading .bg.bg-center {
  right: auto;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.index-box .box-heading .bg.bg-left {
  right: auto;
  left: 0;
}
.index-box .box-heading span {
  display: inline-block;
  position: absolute;
  top: 105px;
  left: 50%;
  width: 100%;
  text-align: center;
  color: #FFF;
  padding: 0 10px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(38, 51, 101, 0.8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.index-box .box-heading:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 100px;
  width: 36px;
  height: 1px;
  background-color: #FFF;
  margin: 0 0 0 -18px;
}
.index-box .box-heading a {
  display: block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}
.index-box .box-heading a:hover .bg {
  -webkit-transform: scale(1.05) translateZ(0);
  transform: scale(1.05) translateZ(0);
}
.index-box li {
  display: table;
  position: relative;
}
.index-box li > span, .index-box li a {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
  height: 70px;
  line-height: 1.2;
  padding: 0 40px 0 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index-box li > span.large, .index-box li a.large {
  height: 120px;
}
.index-box li > span .note, .index-box li a .note {
  color: #333;
  display: block;
  margin-top: 0.3em;
}
.index-box li a {
  text-decoration: none;
  color: #263365;
  background: #f3f3f3;
  -webkit-transition: color,background 0.2s;
  -moz-transition: color,background 0.2s;
  -ms-transition: color,background 0.2s;
  -o-transition: color,background 0.2s;
  transition: color,background 0.2s;
}
.index-box li a small {
  font-size: 0.8125rem;
}
.index-box li a:after {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "";
  display: inline-block;
  width: 8px;
  height: 0;
  padding: 13px 0 0;
  margin: -7px 0 0;
  vertical-align: middle;
  background: url("/common/images/2017/arrow-chev-next-bk.png") no-repeat right center;
  -webkit-background-size: 8px 13px;
  -o-background-size: 8px 13px;
  background-size: 8px 13px;
}
.index-box li a:visited {
  color: #603371;
}
.index-box li a:hover {
  background-color: #263365;
  color: #FFF;
}
.index-box li a:hover:after {
  background-image: url("/common/images/2017/arrow-chev-next.png");
}
.index-box li a:hover .note {
  color: #FFF;
}
.index-box .box-body {
  font-size: 0.9375rem;
}
.index-box .box-body .lead {
  min-height: 10em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5em 24px 1.4em;
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.85714;
  border-bottom: 1px solid #fff;
}
.index-box .box-body .lead.small {
  min-height: 4em;
}
.index-box .box-body li {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
}
.index-box .box-body li:nth-child(2n-1) {
  border-right: 1px solid #fff;
}
.index-box .box-body li.row {
  width: 100%;
  float: none;
}
.index-box .box-body li.row:nth-child(2n-1) {
  border-right: none;
}

@media screen and (max-width: 1365px) {
  .index-box .box-heading .bg {
    max-width: inherit;
    width: auto;
    height: 240px;
  }
  .index-box li > span, .index-box li a {
    padding-left: 10px;
  }
  .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 span {
    top: 50px;
  }
  .index-box .box-heading .bg {
    max-width: inherit;
    width: 100%;
    height: auto;
  }
  .index-box .box-heading:after {
    bottom: 30px;
  }
  .index-box li > span, .index-box li a {
    height: 50px;
  }
  .index-box li > span.large, .index-box li a.large {
    height: 100px;
  }
  .index-box .box-body .lead {
    min-height: inherit;
    padding: 15px;
  }
  .index-box .box-body li {
    width: 100%;
    float: none;
  }
  .index-box .box-body li:nth-child(2n-1) {
    border: none;
  }
}
.index-area {
  padding: 32px 30px 0;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.index-area .index-box {
  width: 49.15515%;
}

@media screen and (max-width: 767px) {
  .index-area {
    padding: 20px 15px 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    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;
  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-teu.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 table {
  font-size: 83%;
}
#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: block;
  height: 20px;
}
#good_bt .twitter_bt {
  width: 85px;
  float: left;
}
#good_bt .facebook_bt {
  width: 85px;
  float: left;
  overflow: hidden;
}
#good_bt .date {
  line-height: 1em;
  width: auto;
  background: url("/images/diamond_violet2.png") no-repeat left top;
  padding: 0 0 4px 15px;
  float: right;
  white-space: nowrap;
}

/* 本文テキストエリア
-------------------------------------------------------- */
.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
*/
/* ドット下線 */
.infoDetailBox01, .superDetailBox01, .commonDetailBox01 {
  zoom: 1;
  margin: 18px 0 20px 0;
  padding: 0 0 20px;
  border-bottom: 1px dotted #a0a8b3;
}
.infoDetailBox01:before, .infoDetailBox01:after, .superDetailBox01:before, .superDetailBox01:after, .commonDetailBox01:before, .commonDetailBox01:after {
  content: "";
  display: table;
}
.infoDetailBox01:after, .superDetailBox01:after, .commonDetailBox01:after {
  clear: both;
}

.infoDetailBox01:last-child {
  border-bottom: none;
}

.detailBox01 {
  zoom: 1;
  margin: 18px 0 20px 0;
  padding: 0 0 20px;
  border-bottom: 1px dotted #a0a8b3;
}
.detailBox01:before, .detailBox01:after {
  content: "";
  display: table;
}
.detailBox01:after {
  clear: both;
}
.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: 0 0 10px;
  border-left: #212163 5px solid;
}
.detailBox01 h5, .detailBox01 .box-heading2 {
  font-size: 100%;
  line-height: 1.3;
  color: #45436b;
  font-weight: 600;
  border-bottom: none;
}
.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;
}
.detailBox01 h5.media, .detailBox01 .box-heading2.media {
  border-left: 5px solid #C02A3E;
}
.detailBox01 h5.bio, .detailBox01 .box-heading2.bio {
  border-left: 5px solid #379600;
}
.detailBox01 h5.cs, .detailBox01 .box-heading2.cs {
  border-left: 5px solid #262664;
}
.detailBox01 h5.ds, .detailBox01 .box-heading2.ds {
  border-left: 5px solid #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;
}
.detailBox01 p {
  margin: 0 0 10px;
  line-height: 1.5;
}

.detailBox02 h4, .detailBox02 .box-heading {
  font-size: 112.5%;
  line-height: 1.3;
  font-weight: normal;
  padding: 8px 0 8px 15px;
  margin: 0 0 10px;
  border-left: #212163 5px solid;
}
.detailBox02 h4.media, .detailBox02 .box-heading.media {
  border-left: 5px solid #C02A3E;
  color: #C02A3E;
}
.detailBox02 h4.bio, .detailBox02 .box-heading.bio {
  border-left: 5px solid #379600;
  color: #379600;
}
.detailBox02 h4.cs, .detailBox02 .box-heading.cs {
  border-left: 5px solid #262664;
  color: #262664;
}
.detailBox02 h4.ds, .detailBox02 .box-heading.ds {
  border-left: 5px solid #CCCCCC;
  color: #CCCCCC;
}
.detailBox02 p {
  margin: 0 0 10px;
}
.detailBox02 table {
  width: 100%;
}
.detailBox02 table p {
  margin: 0 0 10px;
}
.detailBox02 table td {
  padding: 0;
}
.detailBox02 table td table td {
  padding: 10px;
}
.detailBox02 table th {
  text-align: center;
  font-weight: normal;
}

/* detailBox03 */
.detailBox03 h4 {
  padding: 8px 0 8px 15px;
  margin: 0 0 10px;
  border-left: #379600 5px solid;
}

.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 p {
  margin: 0 0 10px;
  line-height: 1.5;
}
.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 p {
  margin: 0 0 10px;
  line-height: 1.5;
}
.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;
}

/* OPENCAMPUS */
h3.ocTrainInfo, h4.ocTrainInfo, h5.ocTrainInfo, .box-heading.ocTrainInfo {
  font-size: 100%;
  line-height: 1.3;
  font-weight: normal;
  border-style: solid;
  border-color: #7981B8;
  border-width: 0 0 0 4px;
  color: #000;
  padding: 4px 0 4px 12px;
  margin: 0 0 15px 17px;
}

dl.ocTrainInfo {
  margin: 0 0 5px 17px;
}
dl.ocTrainInfo dt {
  width: 110px;
  padding: 5px 8px;
  background: #F1F2FF;
  border-top: #E7E7E7 1px solid;
  border-left: #E7E7E7 1px solid;
  border-right: #C1C1C1 1px solid;
  border-bottom: #C1C1C1 1px solid;
  overflow: hidden;
  clear: both;
  display: block;
  float: left;
}
dl.ocTrainInfo dd {
  width: 350px;
  display: block;
  padding: 5px 8px;
  float: left;
}

p.ocTrainInfo {
  padding-left: 35px;
  padding-right: 10px;
}

/* 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) {
  .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("/dbps_data/_template_/_user_/_SITE_/renew/_res/images/img_gaiyo_gakucho.gif") 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 */
#slidebanner {
  height: 160px;
  background: #f3f3f5;
  overflow: hidden;
}
#slidebanner:before {
  content: "";
  display: block;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: url("/images/loading.png") no-repeat center center;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
#slidebanner .container-heading {
  float: left;
  width: 220px;
  background: #263365;
  color: #FFF;
  text-align: center;
  height: 160px;
  padding-top: 50px;
  font-size: 1.125rem;
  position: relative;
}
#slidebanner .container-heading:after {
  content: "";
  display: block;
  background-color: #414d8a;
  width: 100%;
  height: 49px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#slidebanner .container-body {
  margin-left: 220px;
  font-size: 1.25rem;
}
#slidebanner .flexslider {
  background: #FFF;
  height: 160px;
}
#slidebanner .slides > li > a {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  display: table;
  height: 160px;
}
#slidebanner .slides .text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}
#slidebanner .slides .thumb {
  display: table-cell;
  vertical-align: middle;
  width: 360px;
  padding: 0;
}
#slidebanner .slides .thumb img {
  width: auto;
  margin: 0 auto;
}
#slidebanner .slides img {
  width: auto;
  display: inline-block;
}
#slidebanner .flex-pauseplay {
  width: 40px;
  height: 49px;
  left: -210px;
  bottom: 0px;
}
#slidebanner .flex-pauseplay a {
  width: 40px;
  height: 49px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#slidebanner .flex-pauseplay a:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
#slidebanner .flex-pauseplay a.flex-pause {
  padding-top: 14px;
  padding-left: 11px;
}
#slidebanner .flex-pauseplay a.flex-pause:before {
  height: 20px;
  width: 18px;
  border-color: #FFF;
  border-width: 0 7px;
}
#slidebanner .flex-pauseplay a.flex-play {
  margin-top: 0;
  padding-top: 14px;
  padding-left: 11px;
}
#slidebanner .flex-pauseplay a.flex-play:before {
  margin: 0 0 0 2px;
  border-width: 10px 16px;
  border-left-color: #FFF;
}
#slidebanner .flex-control-nav {
  width: 154px;
  height: 10px;
  left: -170px;
  bottom: 22px;
  text-align: center;
}
#slidebanner .flex-control-paging li {
  margin-left: 3px;
  margin-right: 3px;
  float: none;
}
#slidebanner .flex-control-paging li a {
  width: 14px;
  height: 14px;
  border-width: 2px;
}
#slidebanner .flex-control-paging li a.active {
  background-color: #414d8a;
}
#slidebanner .flex-direction-nav li {
  width: 54px;
  height: 54px;
  margin-top: -27px;
  padding: 0;
}
#slidebanner .flex-direction-nav a {
  background-color: rgba(255, 255, 255, 0.8);
}
#slidebanner .flex-direction-nav a:after {
  background: url("/common/images/2017/slidebanner-arrow.png") no-repeat;
  width: 15px;
  height: 0;
  padding: 27px 0 0;
  border: none;
}
#slidebanner .flex-nav-prev {
  padding-left: 0;
}
#slidebanner .flex-nav-prev a {
  width: 54px;
  height: 54px;
}
#slidebanner .flex-nav-prev a:after {
  margin: 3px 0 0 15px;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#slidebanner .flex-nav-next {
  padding-right: 0;
}
#slidebanner .flex-nav-next a {
  width: 54px;
  height: 54px;
}
#slidebanner .flex-nav-next a:after {
  margin: 3px 0 0 20px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#slidebanner a.basic {
  text-decoration: none;
  color: #333;
}
#slidebanner .row-bgimg {
  font-size: 1.75rem;
}
#slidebanner .row-bgimg small {
  font-size: 1.75rem;
}
#slidebanner .row-bgimg strong {
  font-size: 2.625rem;
}
#slidebanner .row-bgimg .txt {
  padding: 10px 5px;
  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%);
}
#slidebanner .row-bgimg:hover {
  text-decoration: none;
}

@media screen and (max-width: 1039px) {
  #slidebanner {
    height: auto;
    background: #f3f3f5;
  }
  #slidebanner .container-heading {
    display: none;
  }
  #slidebanner .container-body {
    margin-left: 0;
    font-size: 0.75rem;
  }
  #slidebanner .container-body:after {
    content: "";
    display: block;
    background-color: #223668;
    width: 100%;
    height: 44px;
  }
  #slidebanner .flexslider {
    background: #FFF;
    height: 93px;
  }
  #slidebanner .flexslider:after {
    content: none;
    display: none;
  }
  #slidebanner .slides > li {
    height: 93px;
  }
  #slidebanner .slides > li > a {
    height: 93px;
  }
  #slidebanner .slides a.basic {
    padding: 8px;
  }
  #slidebanner .slides .text {
    padding-left: 8px;
    line-height: 1.3;
  }
  #slidebanner .slides .thumb {
    width: 150px;
  }
  #slidebanner .flex-control-paging li a {
    width: 10px;
    height: 10px;
    border-width: 2px;
  }
  #slidebanner .flex-control-paging li a.active {
    background-color: #414d8a;
  }
  #slidebanner .flex-pauseplay {
    width: 224px;
    height: 44px;
    left: 50%;
    bottom: -44px;
    margin-left: -112px;
  }
  #slidebanner .flex-pauseplay a {
    width: 44px;
    height: 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #slidebanner .flex-pauseplay a:hover {
    background-color: rgba(255, 255, 255, 0.15);
  }
  #slidebanner .flex-pauseplay a.flex-pause {
    padding-top: 16px;
    padding-left: 15px;
  }
  #slidebanner .flex-pauseplay a.flex-pause:before {
    margin: -1px 0 0 0;
    height: 14px;
    width: 14px;
    border-color: #FFF;
    border-width: 0 5px;
  }
  #slidebanner .flex-pauseplay a.flex-play {
    padding-top: 14px;
    padding-left: 14px;
  }
  #slidebanner .flex-pauseplay a.flex-play:before {
    margin: -1px 0 0 0;
  }
  #slidebanner .flex-control-nav {
    width: 180px;
    height: 10px;
    left: 50%;
    bottom: -27px;
    margin-left: -68px;
    text-align: center;
  }
  #slidebanner .flex-direction-nav {
    display: none;
  }
  #slidebanner .row-bgimg {
    font-size: 0.75rem;
  }
  #slidebanner .row-bgimg small {
    font-size: 0.75rem;
  }
  #slidebanner .row-bgimg strong {
    font-size: 1.125rem;
  }
}

/* LAYOUT
-------------------------------------------------------- */
.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;
}

/* 画像回り込みボックス タブレット未満で回り込み解除*/
.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;
}

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-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;
}

/* スマホでもカラム維持 */
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;
}

@media screen and (max-width: 767px) {
  .posLeft,
  .posRight,
  img.posLeft,
  img.posRight,
  [class*='grid-'].posLeft,
  [class*='grid-'].posRight {
    max-width: 40%;
    width: 100%;
  }
  .imgrightinsertbox,
  .imgleftinsertbox {
    margin-bottom: 1em;
  }
  .imgrightinsertbox > div, .imgrightinsertbox > img,
  .imgleftinsertbox > div,
  .imgleftinsertbox > img {
    float: none;
  }
  .imgrightinsertbox > img,
  .imgleftinsertbox > img {
    display: block;
    margin: 0 auto 1em;
  }

  .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;
  }

  *[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;
  }

  .smp-grid-col1 {
    width: 8.33333% !important;
  }

  .smp-grid-col2 {
    width: 16.66667% !important;
  }

  .smp-grid-col3 {
    width: 25% !important;
  }

  .smp-grid-col4 {
    width: 33.33333% !important;
  }

  .smp-grid-col5 {
    width: 41.66667% !important;
  }

  .smp-grid-col6 {
    width: 50% !important;
  }

  .smp-grid-col7 {
    width: 58.33333% !important;
  }

  .smp-grid-col8 {
    width: 66.66667% !important;
  }

  .smp-grid-col9 {
    width: 75% !important;
  }

  .smp-grid-col10 {
    width: 83.33333% !important;
  }

  .smp-grid-col11 {
    width: 91.66667% !important;
  }
}
/* テーブルなどをスクロール可にする */
.block-scrollable {
  width: 100%;
  overflow: auto;
  z-index: 1;
}

@media screen and (max-width: 1039px) {
  .block-scrollable {
    position: relative;
    -webkit-box-shadow: 0px 0px 1px #999;
    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;
  }
}
.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-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: 12px 0 12px 30px;
  padding: 10px;
  line-height: 1.5;
}
.listNum li {
  list-style: decimal outside;
  margin: 0 0 0 25px;
  padding: 0 0 5px;
}

@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;
}

@media screen and (max-width: 767px) {
  table {
    width: auto;
    min-width: 100%;
  }
}
.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;
}

.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: 1px dotted #a3a5d0;
  margin-bottom: 1em;
}
fieldset:last-child, .fieldset:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

legend, .legend {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  select.form-control {
    width: auto;
  }

  .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;
  }
}
.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;
}
.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
-------------------------------------------------------- */
.label {
  display: inline-block;
  line-height: 1em;
  padding: 0.3em 0.5em 0.2em;
  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-warning {
  color: #8C1C00;
  background: #FFC144;
}

/* 強調 */
.emphasis {
  font-weight: bold;
  color: #333366;
  padding: 1px 0;
  margin: 0 0 5px;
}

.emphasis01, .emphasis02, .emphasis03, .emphasis01_2 {
  font-weight: bold;
}

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;
}

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;
}

.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-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-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: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン M-KL", "Ryumin Medium KL", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* TEXTCOLOR
-------------------------------------------------------- */
.text-defcolor {
  color: #000;
}

.text-white {
  color: #FFF;
}

.text-black {
  color: #000;
}

.text-danger {
  color: #f7594d;
}

.text-mute {
  color: #bebdca;
}

.text-sub {
  color: #908ea3;
}

.text-tut {
  color: #273166;
}

.red, .notice {
  color: red;
}

.error {
  color: #f7594d;
}

.color-bs {
  color: #026636;
}

.color-eng {
  color: #575488;
}

.color-cs {
  color: #005e8b;
}

.color-ms {
  color: #c03a48;
}

.color-hs {
  color: #e5003a;
}

.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-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: #baef01;
}

.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-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;
}

.bortop0 {
  border-top-width: 0;
}

.borbtm0 {
  border-bottom-width: 0;
}

.borlft0 {
  border-left-width: 0;
}

.borrit0 {
  border-right-width: 0;
}

.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-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;
}

/* PAGES
-------------------------------------------------------- */
/*
//　ページ調整
//　お知らせ
*/
.information .detailBox01 {
  padding: 11px 0 20px;
}
.information .detailBox01:first-child {
  margin-top: 0;
}
.information .detailBox01 p {
  margin: 0 0 10px 0;
}
.information .emphasis01_2 {
  color: #3F4888;
  margin: 0;
}
.information .emphasis01 {
  color: #3F4888;
  margin: 0 0 0 17px;
}
.information .emphasis02 {
  color: #FFAE34;
}
.information .emphasis03 {
  color: #FF0000;
}
.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;
}

/* ============================================================================================================
// 切り替え
============================================================================================================ */
/* タブレット以上 */
@media screen and (min-width: 1040px) {
  .mobile-on, .wide-off, .pc-off {
    display: none !important;
  }
}
/* タブレット未満 */
@media screen and (max-width: 1039px) {
  .mobile-off, .pc-on {
    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;
}

/* 拡大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;
}

/* ################################################ BODY TEMPLATE ################################################ */
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: 3% 20px;
}
.area.scrollnav {
  padding: 1%;
}
.area:last-child {
  padding-bottom: 6%;
}

.area > .container,
.mainarea {
  margin: 0 auto;
  position: relative;
}

.area > .container {
  max-width: 960px;
}

/* 引き継ぎページ用 */
.main-contents > .mainarea {
  margin: 0 auto;
  max-width: 1000px;
  padding: 2% 20px 4%;
}

/* 2017neMENU */
.nav-category {
  font-size: 0.875rem;
  line-height: 1.2;
  display: none;
}
.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;
  margin-right: 32px;
  box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.25);
}
.nav-category .container-heading {
  height: 280px;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.nav-category .container-heading.gaiyou {
  background-image: url("/common/images/2017/gcateimg-gaiyou.jpg");
}
.nav-category .container-heading a {
  display: inline-block;
  position: absolute;
  padding: 0.4em 0.6em;
  font-size: 1.5rem;
  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%);
}
.nav-category .container-heading a, .nav-category .container-heading a:hover, .nav-category .container-heading a:visited {
  color: #FFF;
}
.nav-category .container-heading a:hover {
  background-color: rgba(38, 51, 101, 0.6);
}
.nav-category .second {
  display: block;
  position: relative;
  overflow: hidden;
}
.nav-category .second-heading {
  display: block;
  padding: 15px 23px;
  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: 23px;
  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: #263365;
  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: -120%;
  -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 a {
  display: block;
  padding: 10px 23px 10px 50px;
  color: #263365;
  text-indent: -27px;
}
.nav-category .detail li a:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 7px;
  margin: -0.2em 23px 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 .current .second-heading {
  display: block;
  background: #263365;
  padding: 15px 23px;
}
.nav-category .current .second-heading, .nav-category .current .second-heading:hover, .nav-category .current .second-heading:visited {
  color: #fff;
}
.nav-category .current .second-heading:after {
  content: "";
  display: none;
}
.nav-category .current .detail {
  margin-top: 0;
}

@media screen and (min-width: 1040px) {
  .maincontent_2column .main-contents {
    display: flex;
    overflow: visible;
  }
  .maincontent_2column .main-contents .mainarea {
    width: auto;
    max-width: inherit;
    min-width: 713px;
    padding: 30px 32px 40px;
    -webkit-flex-basis: calc(100% - 314px);
    flex-basis: calc(100% - 314px);
  }
  .maincontent_2column .main-contents .nav-category {
    display: block;
    width: 314px;
    margin-top: -225px;
    -webkit-flex-basis: 314px;
    flex-basis: 314px;
  }
}

#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%;
  }
}
@media screen and (max-width: 479px) {
  .area {
  padding: 15px 10px;
  }

  #main-wrapper > .mainarea {
  padding: 10px 10px;
  }
}
/* ################################################ IE調整 ################################################ */
.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;
}


/* ################################################ MARGIN & PADDING ################################################ */
.mg0 {
  margin: 0;
}

.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;
}

.mt05em {
  margin: 0.5em;
}

.mt0 {
  margin-top: 0 !important;
}

.mt05em {
  margin-top: 0.5em;
}

.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;
}

.mb1em {
  margin-bottom: 1em;
}

.mb2em {
  margin-bottom: 2em;
}

.mb05em {
  margin-bottom: 0.5em;
}

.mb0 {
  margin-bottom: 0 !important;
}

.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;
}

.ml05em {
  margin-left: 0.5em;
}

.ml-05em {
  margin-left: -0.5em;
}

.ml0 {
  margin-left: 0 !important;
}

.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;
}

.mr0 {
  margin-right: 0 !important;
}

.mr05em {
  margin-right: 0.5em;
}

.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;
}

.pd0 {
  padding: 0;
}

.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;
}

.pt0 {
  padding-top: 0 !important;
}

.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;
}

.pb0 {
  padding-bottom: 0 !important;
}

.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;
}

.pl0 {
  padding-left: 0 !important;
}

.pl05 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pl60 {
  padding-left: 60px;
}

.pr0 {
  padding-right: 0 !important;
}

.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;
}

.pr60 {
  padding-right: 60px;
}

/* タブレット以下 */
@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;
  }
}
/* ################################################ SITE TEMPLATE ################################################ */
/* 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;
  -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;
}

.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,
.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: table;
  width: 100%;
}
.purpose-nav ul li {
  display: table-cell;
  height: 100%;
}
.purpose-nav a {
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  text-decoration: none;
  padding: 0 2px;
  -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;
}

/* 対象者別ぺーじの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_faculty .purpose-nav a.user_faculty {
  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;
  -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 {
  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;
  -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;
}

.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.9375rem;
  }

  .purpose-nav {
    width: 46%;
    padding-left: 3px;
    padding-right: 3px;
    font-size: 0.75rem;
  }
  .purpose-nav a {
    padding: 0 2px;
  }

  .support-nav {
    width: 47%;
    padding-left: 0;
    padding-right: 0;
  }
  .support-nav a {
    padding: 0 2px;
  }
}
@media screen and (min-width: 1280px) {
  .global-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .purpose-nav {
    padding-left: 20px;
    padding-right: 20px;
    width: 58%;
    font-size: 0.875rem;
  }
  .purpose-nav a {
    min-width: 80px;
  }

  .btn-search-toggle {
    width: 40px;
  }

  .support-nav {
    padding-left: 10px;
    padding-right: 10px;
    width: 36%;
  }
}
.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;
}
.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: 300px;
  font-family: 'UDタイポス512',YuGothic, '游ゴシック' , "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro";
  padding: 0 0 0 23px;
  -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 .logo-type-a {
  line-height: 94px;
}
#siteid .sitename {
  font-size: 30px;
  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;
}
.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: 2;
  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;
  }

  #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 .logo-type-a {
    display: none;
  }
  #siteid .logo-type-b {
    display: inline-block;
  }
}
#switch_view {
  text-align: center;
}

/* Footer
-------------------------------------------------------- */
.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-nav {
  margin-bottom: 20px;
  font-size: 0.875rem;
}
.footer-nav li {
  display: inline-block;
}
.footer-nav li + li {
  margin-left: 1em;
}
.footer-nav a {
  color: #fff;
  text-decoration: none;
}
.footer-nav a:visited {
  color: #FFF;
}
.footer-nav a:hover {
  color: #838caf;
}

.lang-nav li {
  display: inline-block;
}
.lang-nav li + li:before {
  content: "/";
  display: inline-block;
  color: #FFF;
}
.lang-nav a {
  color: #fff;
  text-decoration: none;
}
.lang-nav a {
  color: #fff;
  text-decoration: none;
}
.lang-nav a:visited {
  color: #FFF;
}
.lang-nav a:hover {
  color: #838caf;
}
.lang-nav .current {
  color: #838caf;
}

.footer-sns-list {
  text-align: right;
  zoom: 1;
  height: 40px;
  margin-bottom: 24px;
}
.footer-sns-list:before, .footer-sns-list:after {
  content: "";
  display: table;
}
.footer-sns-list:after {
  clear: both;
}
.footer-sns-list li {
  display: inline-block;
}
.footer-sns-list li.jsswitch-mobile {
  display: none;
}
.footer-sns-list li + li {
  margin-left: 15px;
}
.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%;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.footer-sns-list a:hover {
  opacity: 0.6;
}
.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 {
  padding: 13px 0 0;
  width: 15px;
  background-position: 0 -73px;
}
.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;
}
.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: 12px 0 0;
    width: 13.5px;
    background-position: 0 -50px;
  }
  .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;
  zoom: 1;
}
#footer:before, #footer:after {
  content: "";
  display: table;
}
#footer:after {
  clear: both;
}
#footer .btn-gihee {
  display: block;
  width: 153px;
  height: 153px;
  line-height: 153px;
  background-color: #FFF;
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
#footer .btn-gihee img {
  vertical-align: middle;
}
#footer .btn-gihee:hover {
  opacity: 0.6;
}
#footer .footer-document {
  padding: 56px 56px 0 40px;
  margin-right: 153px;
  zoom: 1;
}
#footer .footer-document:before, #footer .footer-document:after {
  content: "";
  display: table;
}
#footer .footer-document:after {
  clear: both;
}
#footer .column-footer1 {
  float: left;
}
#footer .column-footer2 {
  float: right;
}
#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: 30px;
  }

  .lang-nav {
    margin-bottom: 25px;
  }

  .footer-sns-list {
    text-align: left;
  }

  #footer {
    padding: 16px 15px 80px;
    position: relative;
    zoom: 1;
  }
  #footer:before, #footer:after {
    content: "";
    display: table;
  }
  #footer:after {
    clear: both;
  }
  #footer .btn-gihee {
    width: 78px;
    height: 78px;
    line-height: 78px;
    float: right;
  }
  #footer .btn-gihee img {
    width: 55px;
    height: auto;
    vertical-align: middle;
  }
  #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;
  }
}
/* 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;
}
#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-block;
  margin: 0 0.2em;
  color: #666;
}
#pankuzu br {
  display: none;
}

@media screen and (max-width: 1039px) {
  #pankuzu {
    padding-left: 10px;
  }
}
/* floatparts
-------------------------------------------------------- */
.btn-siryo-smp {
  display: block;
  background: #ff5300;
  width: 93px;
  height: 93px;
  -webkit-border-radius: 50%;
  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;
  -webkit-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.btn-siryo-smp:visited, .btn-siryo-smp:hover {
  color: #FFF;
}
body.form .btn-siryo-smp {
  display: none;
}
.btn-gotop-smp {
  display: inline-block;
  width: 50px;
  height: 0;
  padding: 50px 0 0;
  -webkit-border-radius: 50%;
  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;
  background: url("/common/images/2017/footer-gotopimg.png") no-repeat center;
  width: 97px;
  height: 0;
  padding: 109px 0 0;
  margin: 10px 15px 0 0;
  opacity: 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;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.btn-gotop span {
  display: none;
}
.btn-gotop:hover {
  -webkit-transform: rotate(5deg);
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -o-transform: rotate(5deg);
  transform: rotate(5deg);
}

.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;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
.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: 48px;
}
.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 {
  padding: 16px 0 0;
  width: 19px;
  background-position: 0 -252px;
}
.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;
}

#ui-scrollnav {
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 0;
  -webkit-transition: all .2s;
  -moz-transition: all .2s;
  -ms-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  text-align: right;
}
#ui-scrollnav .scroll-float-pc {
  width: 160px;
}
#ui-scrollnav .scroll-float-smp {
  display: none;
  width: 100%;
}
#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 .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.show {
  opacity: 1;
  z-index: 5;
}
.jsswitch-mobile {
  display: none;
}

.mobile .jsswitch-mobile {
  display: inline-block;
}

.mobile .jsswitch-pc {
  display: none;
}
@media screen and (min-width: 1040px) {
  .firstview .btn-gotop {
    opacity: 0;
    z-index: 0;
    display: none;
  }
}
@media screen and (max-width: 1039px) {
  #ui-scrollnav {
    width: 100%;
    bottom: 10px;
  }
  #ui-scrollnav .scroll-float-pc {
    display: none;
  }
  #ui-scrollnav .scroll-float-smp {
    display: block;
  }
}
/* タブレット以下 */
/* タブレット未満 */
.slidemenu-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.sb-active .slidemenu-cover {
  z-index: 5;
  opacity: 1;
}

.btn-slideclose {
  content: "";
  position: absolute;
  right: 300px;
  top: 30px;
  display: inline-block;
  width: 30px;
  height: 0;
  padding: 41px 0 0;
  z-index: 0;
  opacity: 0;
  border: none;
  outline: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("/common/images/2017/icon-close.png") no-repeat center;
  -webkit-background-size: 30px 41px;
  -o-background-size: 30px 41px;
  background-size: 30px 41px;
}
.btn-slideclose span {
  display: none;
}

.sb-active .btn-slideclose {
  z-index: 6;
  opacity: 1;
}

.side-global-nav {
  margin: 0;
}
.side-global-nav a {
  display: block;
  height: 45px;
  line-height: 45px;
  color: #FFF;
  padding: 0 0 0 20px;
  background: #3e508d;
}
.side-global-nav li + li {
  border-top: 1px solid #6170A2;
}

.side-purpose-nav {
  zoom: 1;
  font-size: 0.9375rem;
  line-height: 1.30769;
}
.side-purpose-nav:before, .side-purpose-nav:after {
  content: "";
  display: table;
}
.side-purpose-nav:after {
  clear: both;
}
.side-purpose-nav .user_recruitment {
  font-size: 0.8125rem;
}
.side-purpose-nav li {
  float: left;
  width: 33.333%;
  display: table;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid #585858;
}
.side-purpose-nav li:nth-child(n+4) {
  border-top: 1px solid #585858;
}
.side-purpose-nav li:nth-child(3n+1) {
  border-left: none;
}
.side-purpose-nav a {
  background-color: #333333;
  height: 45px;
  display: table-cell;
  color: #FFF;
  text-align: center;
  vertical-align: middle;
}

.side-support-nav {
  margin: 0;
}
.side-support-nav a {
  display: block;
  height: 45px;
  line-height: 45px;
  color: #FFF;
  padding: 0 0 0 20px;
  background: #263365;
}
.side-support-nav li + li {
  border-top: 1px solid #6170A2;
}

#side-gsearch {
  background-color: #616a8f;
  padding: 12px;
}

#slidemenu {
  font-family: YuGothic, "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Droid Sans Japanese, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  width: 282px;
  background-color: #263365;
}
#slidemenu, #slidemenu a {
  text-decoration: none;
}
#slidemenu a {
  font-weight: normal;
}

body.gaiyou #slidemenu .gaiyou a:after,
body.gakubu #slidemenu .gakubu a:after,
body.entrance #slidemenu .entrance a:after,
body.student #slidemenu .student a:after,
body.employment #slidemenu .employment a:after,
body.campus #slidemenu .campus a:after,
body.event #slidemenu .event a:after,
body.cate-research #slidemenu .research a:after {
  border-bottom-color: transparent;
}
body.gaiyou #slidemenu .gaiyou a a,
body.gakubu #slidemenu .gakubu a a,
body.entrance #slidemenu .entrance a a,
body.student #slidemenu .student a a,
body.employment #slidemenu .employment a a,
body.campus #slidemenu .campus a a,
body.event #slidemenu .event a a,
body.cate-research #slidemenu .research a a {
  background-color: #273166;
  color: #FFF;
}
body.gaiyou #slidemenu .gaiyou a a i,
body.gakubu #slidemenu .gakubu a a i,
body.entrance #slidemenu .entrance a a i,
body.student #slidemenu .student a a i,
body.employment #slidemenu .employment a a i,
body.campus #slidemenu .campus a a i,
body.event #slidemenu .event a a i,
body.cate-research #slidemenu .research a a i {
  border-left-color: #fff;
}
body.gaiyou #slidemenu .gaiyou a a small,
body.gakubu #slidemenu .gakubu a a small,
body.entrance #slidemenu .entrance a a small,
body.student #slidemenu .student a a small,
body.employment #slidemenu .employment a a small,
body.campus #slidemenu .campus a a small,
body.event #slidemenu .event a a small,
body.cate-research #slidemenu .research a a small {
  color: #FFF;
}

/* -----------------------------------
 * Slidebars
 * Version 0..10
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 *
 */
#sb-site {
  padding-top: 94px;
  padding-left: 282px;
}

#sb-site, .sb-site-container, .sb-slidebar {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html.sb-scroll-lock.sb-active:not(.sb-static) {
  overflow: hidden;
  /* Prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
}

#sb-site, .sb-site-container {
  /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
  width: 100%;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}

.sb-slidebar {
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  z-index: 0;
  -webkit-transform: translate(0px);
}

html.sb-static .sb-slidebar {
  position: fixed;
  /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}

.sb-slidebar.sb-static {
  position: absolute;
}
.sb-slidebar.sb-active {
  display: block;
}

.sb-style-overlay {
  z-index: 9999;
}

.sb-momentum-scrolling {
  -webkit-overflow-scrolling: touch;
}

.sb-left {
  left: 0;
}

.sb-right {
  right: 0;
}

.sb-style-overlay {
  z-index: 0;
}

#slidemenu.sb-active {
  z-index: 999;
  box-shadow: 0 0px 30px 0px rgba(0, 0, 0, 0.56);
}

#sb-site {
  padding-top: 94px;
  padding-left: inherit;
}

@media screen and (max-width: 1039px) {
  #sb-site {
    padding-top: 0;
  }
}
.ielt9 #slidemenu {
  position: fixed;
  height: 100%;
  left: 0;
  top: 94px;
  margin-right: 0 !important;
  border-right: 1px solid #a0a8b3;
  -ms-overflow-y: hidden;
  overflow-y: hidden;
}
.ielt9 #slidemenu.sb-right {
  right: auto;
}
.ielt9 #slidemenu.sb-slidebar {
  display: block;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  z-index: 999;
}

.sb-slide, #sb-site, .sb-site-container, .sb-slidebar, #header {
  -webkit-transition: -webkit-transform 400ms ease;
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transition-property: -webkit-transform, left, right;
  /* Add left/right for Android < 4.4. */
}

.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
  -webkit-backface-visibility: hidden;
}

.sb-hide {
  display: none;
}

#mainimgs {
  position: relative;
  padding: 0;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  -webkit-background-size: cover;
  -o-background-size: cover;
  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%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-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: -moz-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, transparent 100%);
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, transparent 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;
}

.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  vertical-align: middle;
  display: inline-block;
  color: #FFF;
  margin-bottom: 0;
  line-height: 1.4em;
}
.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;
}

@media screen and (min-width: 1366px) {
  #mainimgs .bg, #mainimgs > img {
    top: -10%;
  }
}
/* タブレット未満 */
@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: -moz-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -webkit-linear-gradient(top, transparent 20%, rgba(0, 0, 0, 0.5) 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;
  }
}
@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);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-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%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #mainimgs .bg.bg-left, #mainimgs > img.bg-left {
    right: auto;
    left: -25%;
  }
}
@media screen and (max-width: 767px) {
  #mainimgs .bg, #mainimgs > img {
    width: 960px;
  }
}
@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;
}


/* ################################################ PRINT TEMPLATE ################################################ */
@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 {
  padding: 5px 0 0 10px;
  line-height: 35px;
  }
  #siteid .sitename {
  padding-top: 8px;
  height: 26px;
  font-size: 26px;
  line-height: 26px;
  }
  #siteid .mark {
  width: auto;
  height: 35px;
  }

  #header {
  position: relative;
  width: 100%;
  height: 50px;
  overflow: hidden;
  }
  #header .ui-header-inner {
  padding-right: 0;
  }
  #header .purpose {
  padding-top: 8px;
  }
  #header .nav-horizontal {
  float: none;
  }
  #header .nav-horizontal li {
  margin-right: 0;
  display: block;
  }
  #header .header_always {
  height: 50px;
  }
  #header .nav-useful-btns {
  padding-top: 8px;
  }
  #header .nav-useful-btns li + li {
  margin-right: 2px;
  }
  #header .nav-useful-btns .btn {
  width: auto;
  padding-right: 3px;
  height: 30px;
  }

  #sb-site {
  padding: 0;
  }

  #ui-scrollnav {
  display: none;
  }

  #slidemenu {
  position: relative;
  display: none;
  bottom: 0;
  }

  #mainimgs {
  max-height: 140px;
  line-height: 140px;
  }

  .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;
    list-style-type: square;
  }
}

/* 20170209 acpc */
.seasonlabel{
  width:136px;
  background-color:#FEE4E4;
  padding:5px 10px 5px 10px;
  color:#B92221;
  text-align: center;
  float:right;
  font-weight:bold;
}





