
@charset "UTF-8";
/**
 * 目次
 *
 * 00. reset
 * 01. Library
 * 02. BaseSet
 * 03. Layout
 * 04. Top
 * 05. TOPICS & EVENTS
 * 06. お問い合わせ
 * 07. 学部の特長
 * 08. 総合心理学部だからできること
 * 09. 資格・卒業後の進路
 * 10. 入試・学費について
 * 11. ユーティリティ
 * 99. Parts
 *
 */
/* ==========================================================================
   00. reset
   ========================================================================== */
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
@import url("https://fonts.googleapis.com/css?family=Roboto+Condensed");
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, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

a {
  margin: 0;
  padding: 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;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

/* ==========================================================================
   01. Library
   ========================================================================== */
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin: 0 auto 60px;
  padding: 0;
  *zoom: 1; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  left: -5px;
  background: #fff;
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0); }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(img/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(img/controls.png) no-repeat 0 -32px; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(img/controls.png) no-repeat -43px -32px; }

.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(img/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(img/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }

  .mfp-img-mobile img.mfp-img {
    padding: 0; }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
/* perfect-scrollbar v0.6.12 */
.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none; }

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important; } }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important; } }
.ps-container.ps-active-x > .ps-scrollbar-x-rail, .ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent; }

.ps-container.ps-in-scrolling {
  pointer-events: none; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: .9; }

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: .9; }

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999; }

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  bottom: 0px;
  height: 15px; }

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  bottom: 2px;
  height: 6px; }

.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x, .ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 11px; }

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  -moz-transition: background-color .2s linear, opacity .2s linear;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  right: 0;
  width: 15px; }

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: #aaa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
  -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
  transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
  right: 2px;
  width: 6px; }

.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y, .ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 11px; }

.ps-container:hover.ps-in-scrolling {
  pointer-events: none; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: .9; }

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: .9; }

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-x-rail, .ps-container:hover > .ps-scrollbar-y-rail {
  opacity: .6; }

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: .9; }

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999; }

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: .9; }

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999; }

/* v1.0.4 */
/* Core RS CSS file. 95% of time you shouldn't change anything here. */
.royalSlider {
  /*
	width: 600px;
	height: 400px;
  */
  position: relative;
  direction: ltr; }

.royalSlider > * {
  float: left; }

.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
  -webkit-backface-visibility: hidden; }

.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
  -webkit-transform: none; }

.rsOverflow {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  float: left;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  left: 0;
  top: 0;
  -webkit-tap-highlight-color: transparent; }

.rsVisibleNearbyWrap .rsOverflow {
  position: absolute;
  left: 0;
  top: 0; }

.rsContainer {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent; }

.rsArrow,
.rsThumbsArrow {
  cursor: pointer; }

.rsThumb {
  float: left;
  position: relative; }

.rsArrow,
.rsNav,
.rsThumbsArrow {
  opacity: 1;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear; }

.rsHidden {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -moz-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  -o-transition: visibility 0s linear 0.3s,opacity 0.3s linear;
  transition: visibility 0s linear 0.3s,opacity 0.3s linear; }

.rsGCaption {
  width: 100%;
  float: left;
  text-align: center; }

/* Fullscreen options, very important ^^ */
.royalSlider.rsFullscreen {
  position: fixed !important;
  height: auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  z-index: 2147483647 !important;
  top: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  right: 0 !important; }

.royalSlider .rsSlide.rsFakePreloader {
  opacity: 1 !important;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  display: none; }

.rsSlide {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
  height: 100%;
  width: 100%; }

.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
  height: auto; }

.rsContent {
  width: 100%;
  height: 100%;
  position: relative; }

.rsPreloader {
  position: absolute;
  z-index: 0; }

.rsNav {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  user-select: none; }

.rsNavItem {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25); }

.rsThumbs {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  float: left;
  z-index: 22; }

.rsTabs {
  float: left;
  background: none !important; }

.rsTabs,
.rsThumbs {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

.rsVideoContainer {
  /*left: 0;
  top: 0;
  position: absolute;*/
  /*width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  float: left;*/
  width: auto;
  height: auto;
  line-height: 0;
  position: relative; }

.rsVideoFrameHolder {
  position: absolute;
  left: 0;
  top: 0;
  background: #141414;
  opacity: 0;
  -webkit-transition: .3s; }

.rsVideoFrameHolder.rsVideoActive {
  opacity: 1; }

.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* ios controls over video bug, shifting video */
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 44px; }

.rsABlock {
  right: 40px;
  bottom: 40px;
  position: absolute;
  z-index: 150; }

img.rsImg {
  max-width: none; }

.grab-cursor {
  cursor: url(grab.png) 8 8, move; }

.grabbing-cursor {
  cursor: url(grabbing.png) 8 8, move; }

.rsNoDrag {
  cursor: auto; }

.rsLink {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 20;
  background: url(blank.gif); }

/******************************
*
*  RoyalSlider Default Skin
*
*    1. Arrows
*    2. Bullets
*    3. Thumbnails
*    4. Tabs
*    5. Fullscreen button
*    6. Play/close video button
*    7. Preloader
*    8. Caption
*
*  Sprite: 'rs-default.png'
*  Feel free to edit anything
*  If you don't some part - just delete it
*
******************************/
/* Background */
.rsDefault,
.rsDefault .rsOverflow,
.rsDefault .rsSlide,
.rsDefault .rsVideoFrameHolder,
.rsDefault .rsThumbs {
  background: #fff;
  color: #151515; }

.rsDefault .rsSlide {
  background-color: #000; }

/***************
*
*  1. Arrows
*
****************/
.rsDefault .rsArrow {
  height: 100%;
  width: 44px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21; }

.rsDefault.rsVer .rsArrow {
  width: 100%;
  height: 44px; }

.rsDefault.rsVer .rsArrowLeft {
  top: 0;
  left: 0; }

.rsDefault.rsVer .rsArrowRight {
  bottom: 0;
  left: 0; }

.rsDefault.rsHor .rsArrowLeft {
  left: 0;
  top: 0; }

.rsDefault.rsHor .rsArrowRight {
  right: 0;
  top: 0; }

.rsDefault .rsArrowIcn {
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  position: absolute;
  cursor: pointer;
  background: url("rs-default.png");
  background-color: #003973;
  background-color: rgba(0, 57, 115, 0.75);
  *background-color: #003973;
  border-radius: 2px; }

.rsDefault .rsArrowIcn:hover {
  background-color: rgba(14, 109, 166, 0.75); }

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background-position: -64px -32px; }

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background-position: -64px -64px; }

.rsDefault.rsVer .rsArrowLeft .rsArrowIcn {
  background-position: -96px -32px; }

.rsDefault.rsVer .rsArrowRight .rsArrowIcn {
  background-position: -96px -64px; }

.rsDefault .rsArrowDisabled .rsArrowIcn {
  opacity: .2;
  filter: alpha(opacity=20);
  *display: none; }

/***************
*
*  2. Bullets
*
****************/
.rsDefault .rsBullets {
  position: absolute;
  z-index: 35;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #000;
  background: rgba(0, 0, 0, 0.75);
  text-align: center;
  line-height: 8px;
  overflow: hidden; }

.rsDefault .rsBullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 6px 5px 6px; }

.rsDefault .rsBullet span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #777;
  background: rgba(255, 255, 255, 0.5); }

.rsDefault .rsBullet.rsNavSelected span {
  background-color: #FFF; }

/***************
*
*  3. Thumbnails
*
****************/
.rsDefault .rsThumbsHor {
  width: 75%;
  padding: 20px 0;
  height: 60px;
  float: right;
  background: #f5f5f5; }

.rsDefault .rsThumbsVer {
  width: 96px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsContainer {
  position: relative;
  height: 100%; }

.rsDefault.rsWithThumbsVer .rsThumbsContainer {
  position: relative;
  width: 100%; }

.rsDefault .rsThumb {
  float: left;
  overflow: hidden;
  width: 90px;
  height: 62px; }

.rsDefault .rsThumb img {
  width: 100%;
  height: 100%; }

.rsDefault .rsThumb.rsNavSelected {
  background: #000; }

.rsDefault .rsThumb.rsNavSelected img {
  opacity: 0.3;
  filter: alpha(opacity=30); }

.rsDefault .rsTmb {
  display: block; }

/* Thumbnails with text */
.rsDefault .rsTmb h5 {
  font-size: 16px;
  margin: 0;
  padding: 0;
  line-height: 20px;
  color: #FFF; }

.rsDefault .rsTmb span {
  color: #DDD;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 18px; }

/* Thumbnails arrow icons */
.rsDefault .rsThumbsArrow {
  height: 100%;
  width: 20px;
  position: absolute;
  display: block;
  cursor: pointer;
  z-index: 21;
  background: #0e6da6;
  background: rgba(0, 57, 115, 0.75); }

.rsDefault .rsThumbsArrow:hover {
  background: rgba(14, 109, 166, 0.75); }

.rsDefault.rsWithThumbsVer .rsThumbsArrow {
  width: 100%;
  height: 20px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft {
  top: 0;
  left: 0; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight {
  bottom: 0;
  left: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft {
  left: 0;
  top: 0; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight {
  right: 0;
  top: 0; }

.rsDefault .rsThumbsArrowIcn {
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
  position: absolute;
  cursor: pointer;
  background: url("rs-default.png"); }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -128px -32px; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -128px -48px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background-position: -144px -32px; }

.rsDefault.rsWithThumbsVer .rsThumbsArrowRight .rsThumbsArrowIcn {
  background-position: -144px -48px; }

.rsDefault .rsThumbsArrowDisabled {
  display: none !important; }

/* Thumbnails resizing on smaller screens */
@media screen and (min-width: 0px) and (max-width: 800px) {
  .rsDefault .rsThumb {
    width: 59px;
    height: 44px; }

  .rsDefault .rsThumbsHor {
    height: 44px; }

  .rsDefault .rsThumbsVer {
    width: 59px; } }
/***************
*
*  4. Tabs
*
****************/
.rsDefault .rsTabs {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding-top: 12px;
  position: relative; }

.rsDefault .rsTab {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  height: auto;
  width: auto;
  color: #333;
  padding: 5px 13px 6px;
  min-width: 72px;
  border: 1px solid #D9D9DD;
  border-right: 1px solid #f5f5f5;
  text-decoration: none;
  background-color: #FFF;
  background-image: -webkit-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: -moz-linear-gradient(top, #fefefe, #f4f4f4);
  background-image: linear-gradient(to bottom, #fefefe, #f4f4f4);
  -webkit-box-shadow: inset 1px 0 0 #fff;
  box-shadow: inset 1px 0 0 #fff;
  *display: inline;
  *zoom: 1; }

.rsDefault .rsTab:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.rsDefault .rsTab:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-right: 1px solid #cfcfcf; }

.rsDefault .rsTab:active {
  border: 1px solid #D9D9DD;
  background-color: #f4f4f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2) inset; }

.rsDefault .rsTab.rsNavSelected {
  color: #FFF;
  border: 1px solid #999;
  text-shadow: 1px 1px #838383;
  box-shadow: 0 1px 9px rgba(102, 102, 102, 0.65) inset;
  background: #ACACAC;
  background-image: -webkit-linear-gradient(top, #ACACAC, #BBB);
  background-image: -moz-llinear-gradient(top, #ACACAC, #BBB);
  background-image: linear-gradient(to bottom, #ACACAC, #BBB); }

/***************
*
*  5. Fullscreen button
*
****************/
.rsDefault .rsFullscreenBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 22;
  display: block;
  position: absolute;
  cursor: pointer; }

.rsDefault .rsFullscreenIcn {
  display: block;
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("rs-default.png") 0 0;
  background-color: #0e6da6;
  background-color: rgba(0, 57, 115, 0.75);
  *background-color: #0e6da6;
  border-radius: 2px; }

.rsDefault .rsFullscreenIcn:hover {
  background-color: rgba(14, 109, 166, 0.75); }

.rsDefault.rsFullscreen .rsFullscreenIcn {
  background-position: -32px 0; }

/***************
*
*  6. Play/close video button
*
****************/
.rsDefault .rsPlayBtn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  cursor: pointer; }

.rsDefault .rsPlayBtnIcon {
  width: 64px;
  display: block;
  height: 64px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: url(rs-default.png) no-repeat 0 -32px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsDefault .rsPlayBtn:hover .rsPlayBtnIcon {
  background-color: rgba(0, 0, 0, 0.9); }

.rsDefault .rsBtnCenterer {
  position: absolute;
  left: 50%;
  top: 50%; }

.rsDefault .rsCloseVideoBtn {
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 500;
  position: absolute;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0); }

.rsDefault .rsCloseVideoBtn.rsiOSBtn {
  top: -38px;
  right: -6px; }

.rsDefault .rsCloseVideoIcn {
  margin: 6px;
  width: 32px;
  height: 32px;
  background: url("rs-default.png") -64px 0;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  *background-color: #000; }

.rsDefault .rsCloseVideoIcn:hover {
  background-color: rgba(0, 0, 0, 0.9); }

/***************
*
*  7. Preloader
*
****************/
.rsDefault .rsPreloader {
  width: 20px;
  height: 20px;
  background-image: url(../preloaders/preloader-white.gif);
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px; }

/***************
*
*  8. Global caption
*
****************/
.rsDefault .rsGCaption {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: black;
  background: rgba(0, 0, 0, 0.75);
  color: #FFF;
  padding: 2px 8px;
  width: auto;
  font-size: 12px;
  border-radius: 2px; }

/* ==========================================================================
   02. BaseSet
   ========================================================================== */
html {
  overflow-y: scroll;
  font-size: 62.5%; }

body {
  font-family: YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  font-size: 140%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  color: #2e0608; }

::selection {
  color: #fff;
  background: #00548a; }

::-moz-selection {
  color: #fff;
  background: #00548a; }

input::selection {
  color: #2e0608; }

input::-moz-selection {
  color: #2e0608; }

/* link
   ========================================================================== */
a {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #2e0608;
  text-decoration: none; }

a:visited {
  color: #2e0608;
  text-decoration: none; }

a:hover {
  color: #ad181f;
  text-decoration: none; }

/* fontsize
   ========================================================================== */
.text10 {
  font-size: 71.42857%; }

.text11 {
  font-size: 78.57143%; }

.text12 {
  font-size: 85.71429%; }

.text13 {
  font-size: 92.85714%; }

.text14 {
  font-size: 100%; }

.text15 {
  font-size: 107.14286%; }

.text16 {
  font-size: 114.28571%; }

.text17 {
  font-size: 121.42857%; }

.text18 {
  font-size: 128.57143%; }

.text19 {
  font-size: 135.71429%; }

.text20 {
  font-size: 142.85714%; }

.text21 {
  font-size: 150%; }

.text22 {
  font-size: 157.14286%; }

.text23 {
  font-size: 164.28571%; }

.text24 {
  font-size: 171.42857%; }

.text25 {
  font-size: 178.57143%; }

.text26 {
  font-size: 185.71429%; }

ul.inner li,
td.inner {
  font-size: 100% !important; }

/* image
   ========================================================================== */
img {
  vertical-align: bottom;
  line-height: 1.0;
  max-width: 100%;
  height: auto; }

.ielt8 img,
.ie8 img {
  max-width: none;
  width: auto; }

table th img,
table td img {
  vertical-align: middle; }

/* ClearFix
   ========================================================================== */
.clear {
  clear: both; }

/* modern browsers */
.clearfix:after,
.fbox:after,
#contents:after,
.item-wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

/* IE7 */
.clearfix,
.fbox,
#contents,
.item-wrap {
  display: inline-block; }

/* legacy IE */
* html .clearfix,
* html .fbox,
* html #contents,
* html .item-wrap {
  height: 1%; }

.clearfix,
.fbox,
#contents,
.item-wrap {
  display: block; }

/* float
   ========================================================================== */
.fr {
  float: right; }

.fl {
  float: left; }

ul.fbox li {
  float: left;
  display: inline; }

.in-block {
  letter-spacing: -.40em; }

.in-block li,
.in-block dt,
.in-block dd {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: normal;
  vertical-align: top; }

/* text style
   ========================================================================== */
.text-bold {
  font-weight: bold; }

/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

/* padding
   ========================================================================== */
.pt0 {
  padding-top: 0 !important; }

.pb0 {
  padding-botttom: 0 !important; }

/* form label
   ========================================================================== */
input,
textarea {
  vertical-align: middle; }

label {
  vertical-align: middle; }

/* position
   ========================================================================== */
.text-r {
  text-align: right !important; }

.text-c,
table.text-c th,
table.text-c td,
table.th-c th {
  text-align: center !important; }

.text-l {
  text-align: left !important; }

/* display
   ========================================================================== */
.block {
  display: block; }

.sp-item {
  display: none; }

.pc-block {
  display: block; }

@media screen and (max-width: 767px) {
  .sp-item {
    display: block; }

  .pc-item {
    display: none !important; }

  .pc-block {
    display: inline; }

  .sp-block {
    display: block; } }
/* rits font
   ========================================================================== */
@font-face {
  font-family: 'rits';
  src: url("/gsla2/common/file/fonts/rits.eot");
  /* IE9以上用 */
  src: url("/gsla2/common/file/fonts/rits.eot?#iefix") format("embedded-opentype"), url("/gsla2/common/file/fonts/rits.woff") format("woff"), url("/gsla2/common/file/fonts/rits.ttf") format("truetype");
  /* iOS, Android用 */
  font-weight: normal;
  font-style: normal; }
/* ==========================================================================
   03. Layout
   ========================================================================== */
/**
 * レイアウト
 */
/* ==========================================================================
   wrapper
   ========================================================================== */
body {
  background: url(/gsla2/common/css/img/bg_side.gif) repeat-y left top; }

/* ==========================================================================
   contents
   ========================================================================== */
#contents {
  position: relative; }

#side {
  opacity: 0;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 250px;
  padding-bottom: 15px;
  background: url(/gsla2/common/css/img/bg_side_btm.png) no-repeat left bottom; }

#side-scroll {
  position: relative; }

#main {
  margin-left: 250px;
  min-height: 1000px; }

#main.sec-pb {
  padding-bottom: 56px; }

@media screen and (max-width: 767px) {
  body {
    background: none; }

  #side {
    opacity: 1;
    position: relative;
    float: none;
    width: 100%; }

  #side-scroll {
    height: auto; }

  #main {
    margin-left: 0;
    padding-top: 0;
    min-height: 0; }

  #main.main-top {
    padding-top: 53%; }

  .panel-open {
    display: none !important; } }
/* ==========================================================================
   header
   ========================================================================== */
/* ==========================================================================
   side
   ========================================================================== */
#side_logo {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  display: table-cell;
  font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", serif;
  font-size: 142.85714%;
  height: 230px;
  width: 249px;
  text-align: center;
  vertical-align: middle; }
  #side_logo h1 {
    font-weight: normal; }

#logo {
  margin-bottom: 20px; }

#global_navi_wrap {
  margin-right: 1px; }
  #global_navi_wrap #global_navi {
    padding: 26px 20px 15px; }
    #global_navi_wrap #global_navi li {
      margin-bottom: 15px;
      position: relative;
      line-height: 1; }
      #global_navi_wrap #global_navi li:last-child {
        margin-bottom: 0; }
      #global_navi_wrap #global_navi li.activeParent span {
        line-height: 7px;
        display: inline-block;
        color: #ad181f; }
        #global_navi_wrap #global_navi li.activeParent span:after {
          -webkit-transition: none;
          -moz-transition: none;
          -ms-transition: none;
          -o-transition: none;
          transition: none;
          content: '';
          display: inline-block;
          height: 2px;
          margin-left: 0;
          width: 100%;
          background: #ad181f; }
      #global_navi_wrap #global_navi li.side-comingsoon {
        color: #cccccc; }
        #global_navi_wrap #global_navi li.side-comingsoon span {
          display: inline-block; }
          #global_navi_wrap #global_navi li.side-comingsoon span em {
            font-size: 71.42857%;
            font-style: normal; }
      #global_navi_wrap #global_navi li a {
        line-height: 6px; }
        #global_navi_wrap #global_navi li a.parent {
          letter-spacing: -0.01em; }
          #global_navi_wrap #global_navi li a.parent:after {
            content: '';
            height: 1px;
            width: 9px;
            background: #c6c6c6;
            display: block;
            position: absolute;
            right: 0;
            top: 2px; }
        #global_navi_wrap #global_navi li a.open:before {
          content: '';
          height: 9px;
          width: 1px;
          background: #c6c6c6;
          display: block;
          position: absolute;
          right: 4px;
          top: -2px; }
        #global_navi_wrap #global_navi li a span {
          display: inline-block; }
          #global_navi_wrap #global_navi li a span:after {
            content: '';
            -webkit-transition: 0.3s ease;
            -moz-transition: 0.3s ease;
            -ms-transition: 0.3s ease;
            -o-transition: 0.3s ease;
            transition: 0.3s ease;
            display: inline-block;
            height: 1px;
            width: 1%;
            margin-left: 50%; }
        #global_navi_wrap #global_navi li a:hover span:after {
          margin-left: 0;
          width: 100%;
          background: #ad181f; }
      #global_navi_wrap #global_navi li .global-navi-in {
        display: none;
        margin-top: 12px;
        margin-left: 14px; }
      #global_navi_wrap #global_navi li#feature-area .global-navi-in {
        display: block;
        }
        #global_navi_wrap #global_navi li .global-navi-in li {
          margin-bottom: 10px; }
          #global_navi_wrap #global_navi li .global-navi-in li a {
            color: #968283; }
            #global_navi_wrap #global_navi li .global-navi-in li a:hover {
              color: #ad181f; }
      #global_navi_wrap #global_navi li.active span {
        line-height: 7px;
        display: inline-block;
        color: #ad181f; }
        #global_navi_wrap #global_navi li.active span:after {
          -webkit-transition: none;
          -moz-transition: none;
          -ms-transition: none;
          -o-transition: none;
          transition: none;
          content: '';
          display: inline-block;
          height: 2px;
          margin-left: 0;
          width: 100%;
          background: #ad181f; }
  #global_navi_wrap .open + .global-navi-in {
    display: none; }
  #global_navi_wrap #sub_navi li {
    background: #fff; }
    #global_navi_wrap #sub_navi li a {
      transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out; }
      #global_navi_wrap #sub_navi li a:hover {
        opacity: .5; }

@media screen and (max-width: 767px) {
  #side {
    padding-right: 0;
    border-bottom: 1px solid #e6e6e6;
    background-color: #FFF;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 0;
    background-image: none; }

  #side_logo {
    border-bottom: none;
    font-size: 114.28571%;
    height: 50px;
    width: auto;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle; }
    #side_logo p, #side_logo h1 {
      display: table-cell;
      vertical-align: middle; }

  #logo {
    height: 40px;
    padding-right: 6px;
    padding-top: 2px;
    width: 20px; }

  #btn_spmenu {
    font-weight: bold;
    font-size: 100%;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 90px; }

  #panel-btn {
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    border-radius: 4px;
    width: 90px;
    height: 30px;
    padding-left: 32px;
    padding-top: 3px;
    text-decoration: none; }
    #panel-btn:hover {
      color: #2e0608; }

  #panel-btn:hover {
    background: #fafafa; }

  #panel-btn-icon {
    display: block;
    position: absolute;
    top: 14px;
    left: 20px;
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #000;
    transition: .2s; }

  #panel-btn-icon:before, #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 2px;
    background: #000;
    transition: .3s; }

  #panel-btn-icon:before {
    margin-top: -6px; }

  #panel-btn-icon:after {
    margin-top: 4px; }

  #panel-btn .close {
    background: transparent;
    top: 13px; }

  #panel-btn .close:before, #panel-btn .close:after {
    margin-top: 0; }

  #panel-btn .close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  #panel-btn .close:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); }

  #global_navi_wrap {
    margin-right: 0;
    display: none; }
    #global_navi_wrap #global_navi {
      background: #f7f7f7;
      padding: 0; }
      #global_navi_wrap #global_navi li {
        margin: 0;
        padding: 0;
        border-top: 1px solid #e6e6e6;
        position: relative;
        line-height: 1; }
        #global_navi_wrap #global_navi li.activeParent {
          border-left: 5px solid #ad181f;
          background: #fff; }
          #global_navi_wrap #global_navi li.activeParent a {
            padding: 20px 15px 20px 10px; }
            #global_navi_wrap #global_navi li.activeParent a span:after {
              display: none; }
        #global_navi_wrap #global_navi li.side-comingsoon {
          color: #cccccc;
          margin-bottom: 0 !important;
          padding: 20px 15px; }
          #global_navi_wrap #global_navi li.side-comingsoon span {
            font-size: 114.28571%;
            display: inline-block; }
            #global_navi_wrap #global_navi li.side-comingsoon span br {
              display: none; }
        #global_navi_wrap #global_navi li a {
          position: relative;
          display: block;
          padding: 20px 15px;
          line-height: 1; }
          #global_navi_wrap #global_navi li a:after {
            font-size: 142.85714%;
            color: #ad181f;
            display: block;
            content: "\e111";
            font-family: icomoon;
            position: absolute;
            right: 15px;
            top: 16px; }
          #global_navi_wrap #global_navi li a.parent {
            letter-spacing: 0;
            pointer-events: none;
            background: #e0e0e0; }
            #global_navi_wrap #global_navi li a.parent:after {
              display: none; }
          #global_navi_wrap #global_navi li a.open:before {
            display: none; }
          #global_navi_wrap #global_navi li a span {
            font-size: 114.28571%;
            display: inline-block; }
            #global_navi_wrap #global_navi li a span:after {
              display: none; }
        #global_navi_wrap #global_navi li .global-navi-in {
          display: block !important;
          margin: 0;
          padding: 0;
          border-top: 1px solid #e6e6e6; }
          #global_navi_wrap #global_navi li .global-navi-in li {
            padding: 0;
            margin: 0;
            border-top: none;
            border-bottom: 1px solid #e6e6e6; }
            #global_navi_wrap #global_navi li .global-navi-in li a {
              color: #2e0608;
              padding-left: 30px; }
            #global_navi_wrap #global_navi li .global-navi-in li:last-child {
              padding-bottom: 0;
              border-bottom: none; }
            #global_navi_wrap #global_navi li .global-navi-in li.active span {
              padding-left: 15px; }
        #global_navi_wrap #global_navi li.active {
          border-left: 5px solid #ad181f;
          padding: 20px 15px 20px 10px !important;
          background: #fff; }
          #global_navi_wrap #global_navi li.active span {
            font-size: 114.28571%;
            font-weight: bold;
            color: #ad181f;
            line-height: 1px;
            display: inline-block; }
            #global_navi_wrap #global_navi li.active span:after {
              display: none; }

  #sub_navi {
    padding: 10px 10px 20px;
    overflow: hidden; }
    #sub_navi li {
      float: left;
      margin-left: 10%;
      width: 45%; }
      #sub_navi li:first-child {
        margin-left: 0; }
      #sub_navi li a {
        transition: all 0.2s ease-out;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out; }
        #sub_navi li a:hover {
          opacity: .5; } }
/* ==========================================================================
   main
   ========================================================================== */
/* メインエリアのフッターナビ
   ========================================================================== */
#nav_mainfooter a {
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  display: block;
  color: #FFF;
  background-color: #000;
  padding: 30px 30px 30px 0;
  text-align: right;
  position: relative; }
  #nav_mainfooter a .nav_mainfooter_next {
    font-size: 128.57143%;
    font-family: rits;
    letter-spacing: 0.06em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 30px; }
  #nav_mainfooter a .nav_mainfooter_tit {
    font-size: 171.42857%;
    font-weight: bold; }
  #nav_mainfooter a:before {
    opacity: .3;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    position: absolute;
    top: 19%;
    left: 48%;
    font-size: 285.71429%;
    font-size: 40px;
    font-family: icomoon;
    display: block;
    content: "\e111"; }
  #nav_mainfooter a:hover {
    background-color: #222;
    padding-right: 5%; }
    #nav_mainfooter a:hover:before {
      opacity: 1;
      left: 95%; }

#nav_mainfooter.prev a {
  padding: 30px 0 30px 30px;
  text-align: left;
  position: relative; }
  #nav_mainfooter.prev a .nav_mainfooter_next {
    font-size: 128.57143%;
    font-family: rits;
    letter-spacing: 0.06em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 30px; }
  #nav_mainfooter.prev a:before {
    opacity: .3;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    position: absolute;
    top: 19%;
    left: 48%;
    font-size: 285.71429%;
    font-size: 40px;
    font-family: icomoon;
    display: block;
    content: "\e110"; }
  #nav_mainfooter.prev a:hover {
    background-color: #222;
    padding-left: 5%; }
    #nav_mainfooter.prev a:hover:before {
      opacity: 1;
      left: 1%; }

@media screen and (max-width: 767px) {
  #nav_mainfooter {
    overflow: hidden; }
    #nav_mainfooter a {
      padding: 15px 2.189781% 15px 0; }
      #nav_mainfooter a:before {
        top: 0%;
        left: 2.189781%; }
      #nav_mainfooter a .nav_mainfooter_next {
        font-size: 100%;
        margin-right: 10px; }
      #nav_mainfooter a .nav_mainfooter_tit {
        font-size: 142.85714%; }

  #nav_mainfooter.prev a {
    padding: 15px 0 15px 2.189781%; }
    #nav_mainfooter.prev a .nav_mainfooter_next {
      margin-left: 0px; }
    #nav_mainfooter.prev a:before {
      top: 0%;
      left: 88%; } }
/* フッターバナー
   ========================================================================== */
#footer-bnr {
  border-bottom: 1px solid #e6e6e6; }
  #footer-bnr li {
    width: 50%;
    border-right: 1px solid #e6e6e6;
    box-sizing: border-box;
    background: #fff; }
    #footer-bnr li a {
      transition: all 0.2s ease-out;
      -webkit-transition: all 0.2s ease-out;
      -moz-transition: all 0.2s ease-out;
      font-size: 128.57143%;
      display: block;
      padding: 40px 0 24px;
      text-align: center; }
      #footer-bnr li a span {
        display: block;
        font-size: 66.66667%; }
      #footer-bnr li a img {
        margin: 0 auto 16px;
        display: block; }
      #footer-bnr li a i {
        margin-left: 8px; }
      #footer-bnr li a:hover {
        opacity: .6; }
    #footer-bnr li:last-child {
      border-right: none; }
  @media screen and (max-width: 767px) {
    #footer-bnr li a {
      font-size: 100%; }
      #footer-bnr li a img {
        width: 80%; }
      #footer-bnr li a span {
        display: none; } }

/* ==========================================================================
   footer
   ========================================================================== */
footer {
  position: relative;
  z-index: 9997;
  background-color: #FFF; }

#pagetop {
  opacity: 0;
  z-index: 9998;
  position: fixed;
  right: 0;
  bottom: 0; }
  #pagetop a {
    box-sizing: border-box;
    display: block;
    border: 1px solid #e6e6e6;
    border-right: none;
    height: 98px;
    width: 98px;
    color: #ad181f;
    background: #fff; }
    #pagetop a span {
      padding-top: 30%;
      display: block;
      text-align: center;
      font-size: 185.71429%; }
    #pagetop a:hover {
      border: 1px solid #000;
      border-right: none;
      background: #000;
      color: #fff; }
      @media screen and (max-width: 767px) {
        #pagetop a:hover {
          border: 1px solid #e6e6e6;
          border-right: none;
          color: #ad181f;
          background: #fff; } }

/* LET'S SHARE
   ========================================================================== */
#footer_share {
  position: relative; }

#footer_share_in {
  margin: 0 auto;
  padding-top: 28px;
  padding-bottom: 37px;
  text-align: center;
  width: 81.75%;
  height: 33px;
  overflow: hidden; }

#footer_share_txt,
#footer_sns {
  display: inline-block;
  vertical-align: middle; }

#footer_share_txt {
  color: #2e0608;
  font-size: 157.14286%;
  margin-top: 4px; }

#footer_sns li {
  text-align: center;
  margin-left: 30px; }
#footer_sns a {
  font-size: 171.42857%;
  display: block; }

@media screen and (max-width: 767px) {
  #pagetop a {
    height: 48px;
    width: 48px; }
    #pagetop a span {
      padding-top: 5%; }

  #footer_share_in {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    height: 48px;
    padding-top: 3px;
    width: 100%;
    text-align: left;
    padding-left: 15px; }

  #footer_share_txt {
    font-size: 128.57143%; }

  #footer_sns li {
    margin-left: 15px; } }
/* サイトマップ
   ========================================================================== */
#footer_sitemap {
  background-color: #e0e0e0;
  border-top: 1px solid #e6e6e6;
  padding-bottom: 86px;
  padding-top: 78px;
  position: relative; }

#footer_sitemap_in {
  margin: 0 auto;
  max-width: 1140px; }

#footer_search {
  margin: 0 auto;
  position: relative;
  width: 600px; }

.footer-search01 {
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 128.57143%;
  padding: 25px;
  width: 100%; }

.footer-search01-submit {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 5px;
  width: 60px;
  height: 60px; }

#footer_navi {
  letter-spacing: -.40em;
  margin-bottom: -30px;
  margin-top: 50px; }
  #footer_navi > li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    font-size: 121.42857%;
    position: relative;
    vertical-align: top;
    margin: 0 0 56px 1%;
    width: 24%;
    padding-left: 2.5%; }
    #footer_navi > li.long {
      width: 49%; }
    #footer_navi > li.pdf {
      padding-left: 2.5% !important; }
      #footer_navi > li.pdf:before {
        font-size: 128.57143%; }
    #footer_navi > li:before {
      font-size: 24px;
      position: absolute;
      left: 0;
      top: 0; }
  #footer_navi .footer-comingsoon {
    color: #ccc; }
  #footer_navi .footer-navi-txt12 {
    font-size: 70.58824%; }
  #footer_navi .footer-navi01-in {
    margin-top: 5px;
    margin-bottom: -24px; }
    #footer_navi .footer-navi01-in li {
      margin-top: 5px;
      font-size: 82.35294%; }
    #footer_navi .footer-navi01-in a,
    #footer_navi .footer-navi01-in a:visited {
      color: #968283; }
    #footer_navi .footer-navi01-in a:hover {
      color: #ad181f; }

@media screen and (max-width: 767px) {
  #footer_sitemap {
    padding: 16px 10px; }

  #footer_sitemap_in {
    width: 100%; }

  #footer_search {
    margin-bottom: 10px;
    width: 100%; }

  .footer-search01 {
    font-size: 85.71429%;
    padding: 13px; }

  .footer-search01-submit {
    height: 35px;
    top: 3px;
    width: 35px; }

  #footer_navi {
    display: none;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 10px;
    background: #fff; }
    #footer_navi > li {
      font-size: 92.85714%;
      margin-bottom: 0;
      padding-left: 17px; }
      #footer_navi > li.long {
        width: 100%; }
      #footer_navi > li.pdf {
        padding-left: 17px !important; }
        #footer_navi > li.pdf:before {
          left: -1px;
          font-size: 100%; }
      #footer_navi > li:before {
        font-size: 12px;
        left: 0;
        top: 13px; }
    #footer_navi a {
      display: block;
      padding: 10px 10px 10px 0; }
    #footer_navi .footer-navi-col01,
    #footer_navi .footer-navi-col02,
    #footer_navi .footer-navi-col03,
    #footer_navi .footer-navi-col04 {
      width: 100%; }
    #footer_navi .footer-comingsoon {
      padding: 10px 10px 10px 17px;
      color: #cccccc !important; }
    #footer_navi .footer-navi-txt12 {
      font-size: 76.92308%; }
    #footer_navi .footer-navi01-in {
      margin-top: -5px;
      margin-bottom: 0; }
      #footer_navi .footer-navi01-in li {
        margin-top: 0px;
        font-size: 92.30769%; }
      #footer_navi .footer-navi01-in a {
        padding: 4px 10px 4px 0;
        color: #968283 !important; }

  #btn_spmenu_sitemap {
    background-color: #FFF;
    font-size: 85.71429%;
    position: relative; }

  #sitemap-btn {
    background-color: #FFF;
    display: block;
    padding: 12px;
    text-decoration: none; }

  #sitemap-btn:hover {
    background: #fafafa; }

  #sitemap-btn-icon {
    display: block;
    position: absolute;
    top: 19px;
    right: 15px;
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #000;
    transition: .2s; }

  #sitemap-btn-icon:before, #sitemap-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 14px;
    height: 2px;
    background: #000;
    transition: .3s; }

  #sitemap-btn-icon:before {
    margin-top: -6px; }

  #sitemap-btn-icon:after {
    margin-top: 4px; }

  #sitemap-btn .close {
    background: transparent; }

  #sitemap-btn .close:before, #sitemap-btn .close:after {
    margin-top: 0; }

  #sitemap-btn .close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }

  #sitemap-btn .close:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg); } }
/* フッターコンセプト
   ========================================================================== */
#footer_concept {
  background: url(/gsla2/common/css/img/pic_footer.jpg) no-repeat left top;
  background-size: cover;
  background-position-x: 40%;
  font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", serif;
  text-align: center;
  padding-bottom: 40px;
  padding-top: 40px; }

#footer_logo {
  display: block;
  font-size: 128.57143%;
  margin: 0 auto;
  width: 115px; }
  #footer_logo p {
    margin-top: 15px; }

.footer-concept-copy {
  font-size: 121.42857%;
  font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", serif;
  margin-bottom: 10px;
  margin-top: 50px; }

.footer-concept-txt {
  font-size: 107.14286%;
  font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", serif;
  margin-top: 25px;
  line-height: 1.8;
  text-shadow: 0 0px 4px white, 0 0px 4px white, 0 0px 4px white; }

@media screen and (max-width: 767px) {
  #footer_concept {
    background-position: 25% top;
    padding-bottom: 15px;
    padding-top: 15px; }

  #footer_logo {
    font-size: 85.71429%;
    margin-bottom: 8px; }
    #footer_logo img {
      height: auto;
      width: 25px; }

  .footer-concept-copy {
    font-size: 100%;
    margin-top: 25px; }

  .footer-concept-bbh img {
    height: auto;
    width: 233px; }

  .footer-concept-txt {
    font-size: 71.42857%;
    font-weight: bold; } }
/* フッターコンセプト
   ========================================================================== */
#footer_cinfo {
  background-color: #ad181f; }

#footer_cinfo_in {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 56px;
  height: 150px; }

#cinfo_bb {
  position: absolute;
  left: 11.5%;
  width: 19.7%;
  max-width: 270px; }
  #cinfo_bb img {
    height: auto;
    width: 100%; }

#cinfo_navi {
  letter-spacing: -.40em;
  margin-right: 21.9%;
  text-align: right; }
  #cinfo_navi li {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    font-weight: bold;
    margin-left: 30px; }
    #cinfo_navi li:first-child {
      margin-left: 0; }
  #cinfo_navi a,
  #cinfo_navi a:visited,
  #cinfo_navi a:hover {
    color: #FFF; }

#cinfo_rits {
  position: absolute;
  right: 7.8%;
  top: 53px;
  width: 11.9%;
  max-width: 164px; }
  #cinfo_rits img {
    height: auto;
    width: 100%; }

#cinfo_copyright {
  color: #d9a8a9;
  font-size: 85.71429%;
  text-align: right;
  margin-right: 25%; }

@media screen and (max-width: 767px) {
  #footer_cinfo_in {
    height: auto;
    padding-bottom: 21px;
    padding-top: 21px; }

  #cinfo_bb {
    border-bottom: 1px solid #bd464c;
    padding-bottom: 25px;
    position: relative;
    text-align: center;
    left: auto;
    width: 100%;
    max-width: inherit; }
    #cinfo_bb img {
      height: auto;
      width: 135px; }

  #cinfo_rits {
    position: relative; }

  #cinfo_navi,
  #cinfo_copyright {
    margin-right: 0; }

  #cinfo_navi {
    letter-spacing: -.40em;
    padding-top: 24px;
    padding-bottom: 10px;
    text-align: center; }
    #cinfo_navi li {
      font-size: 85.71429%;
      display: inline-block;
      letter-spacing: normal;
      vertical-align: middle;
      *display: inline;
      *zoom: 1;
      float: none; }

  #cinfo_copyright {
    text-align: center; }

  #cinfo_rits {
    margin-top: 10px;
    position: relative;
    right: auto;
    text-align: center;
    top: auto;
    width: 100%;
    max-width: inherit; }
    #cinfo_rits img {
      height: auto;
      width: 82px; } }
/* ==========================================================================
   04. Top
   ========================================================================== */
/**
 * トップページ用
 */
/* ==========================================================================
   メインイメージ
   ========================================================================== */
#top_mainimg {
  position: relative;
  line-height: 0; }
  #top_mainimg #top_copy {
    z-index: 2;
    position: absolute;
    margin: auto;
    width: 759px;
    height: 125px;
    top: -100%;
    bottom: -100%;
    left: -100%;
    right: -100%;
    text-align: center; }
    #top_mainimg #top_copy p:last-child {
      margin-top: 32px; }
    #top_mainimg #top_copy #heart {
      position: absolute;
      bottom: 18px;
      right: -6px; }
      #top_mainimg #top_copy #heart svg {
        width: 155px;
        height: 56px; }
    #top_mainimg #top_copy #heart2 {
      -webkit-transition: 0.5s ease-out;
      -moz-transition: 0.5s ease-out;
      -ms-transition: 0.5s ease-out;
      -o-transition: 0.5s ease-out;
      transition: 0.5s ease-out;
      position: absolute;
      bottom: 18px;
      right: -6px;
      opacity: 0; }
      #top_mainimg #top_copy #heart2 svg {
        width: 155px;
        height: 56px; }
        #top_mainimg #top_copy #heart2 svg path {
          fill-opacity: 1;
          fill: #fff; }
    #top_mainimg #top_copy #tit_mov01,
    #top_mainimg #top_copy #tit_mov02 {
      display: none; }
  #top_mainimg #tit_mov03 {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2; }
  #top_mainimg #movie_wrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    background: #000; }
    #top_mainimg #movie_wrap iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }
  #top_mainimg:after {
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -ms-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease;
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 1;
    background: transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$startcolor, endColorstr=$stopcolor,GradientType=0 ); }
  #top_mainimg #top_bnr {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999; }
    #top_mainimg #top_bnr a:hover {
      opacity: .75; }

@media screen and (max-width: 767px) {
  #sp_mainimg {
    position: absolute;
    left: 0;
    top: 46px; } }
/* ==========================================================================
   TOPICS & EVENTS
   ========================================================================== */
#sec_info_top {
  margin-bottom: 67px;
  padding-top: 50px;
  position: relative; }
  #sec_info_top .sec-wrap01-in {
    margin-top: 40px;
    padding-bottom: 100px; }

#tit_news {
  text-align: center;
  font-size: 428.57143%;
  line-height: 1.2;
  font-weight: normal; }
  #tit_news span {
    display: inline;
    padding: 0 32px 16px;
    border-bottom: 1px dotted #000; }

.btn-ttlside {
  position: absolute;
  left: 50%;
  bottom: 0; }
  .btn-ttlside a {
    text-align: center;
    background: #ad181f;
    color: #fff;
    box-sizing: border-box;
    margin-left: -150px;
    width: 300px; }
    .btn-ttlside a:hover {
      background: #fff;
      color: #ad181f; }

.box-info01 {
  display: table;
  margin-top: 20px;
  table-layout: fixed;
  width: 100%; }

.info-leftside,
.info-center,
.info-rightside {
  display: table-cell;
  vertical-align: top; }

.info-leftside {
  padding-top: 2%; }

.info-center {
  padding-top: 2.5%; }

/* 左 */
.info-leftside {
  border-right: 1px solid #e6e6e6;
  width: 125px; }

.date-info {
  font-size: 321.42857%;
  color: #ad181f;
  line-height: 1;
  letter-spacing: 0.01em !important; }

.category-info {
  font-size: 128.57143%;
  border: 1px solid #e6e6e6;
  display: inline-block;
  text-align: center;
  width: 56%; }

.year-info {
  font-weight: bold;
  margin-top: 20px; }

/* 中央 */
.info-center {
  padding-left: 5.4%;
  padding-right: 5.4%;
  width: 62.17391%; }
  .info-center p {
    color: #968283;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }

.box-info01-tit {
  font-size: 157.14286%;
  font-weight: normal;
  margin-bottom: 10px;
  line-height: 1.3; }

/* 右 */
.info-rightside {
  width: 26.08696%; }

@media screen and (max-width: 767px) {
  #sec_info_top {
    padding: 30px 0 0 0;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0; }
    #sec_info_top .sec-wrap01-in {
      margin-top: 20px;
      padding-bottom: 0; }
    #sec_info_top .date-info,
    #sec_info_top .category-info,
    #sec_info_top .year-info {
      display: block; }

  #tit_news {
    text-align: left;
    font-size: 185.71429%;
    margin-left: 2.189781%;
    margin-bottom: 20px; }
    #tit_news span {
      display: inline;
      padding: 0;
      border-bottom: none; }

  .tit-wrap01 {
    position: relative; }

  .btn-ttlside {
    font-size: 114.28571%;
    position: absolute;
    left: auto;
    bottom: auto;
    right: 2.189781%;
    top: -5px; }
    .btn-ttlside a {
      box-sizing: content-box;
      margin-left: 0;
      width: 50px; }

  .box-info01 {
    display: table;
    margin-top: 0;
    table-layout: fixed;
    width: 100%;
    border-top: 1px solid #e6e6e6; }

  .info-leftside,
  .info-center {
    padding-top: 0; }

  /* 左 */
  .info-leftside {
    text-align: center;
    padding: 2.189781%;
    width: 20%;
    vertical-align: middle; }

  .date-info {
    font-size: 171.42857%;
    letter-spacing: 0.03em !important; }

  .category-info {
    font-size: 100%;
    display: inline-block !important;
    width: auto;
    padding: 1px 5px 0;
    line-height: 1;
    margin-bottom: 3px; }

  .year-info {
    font-weight: bold;
    font-size: 85.71429%;
    margin-top: 0; }

  /* 中央 */
  .info-center {
    padding: 2.189781%;
    width: 80%;
    vertical-align: middle; }
    .info-center p {
      display: none; }

  .box-info01-tit {
    font-size: 107.14286%;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1.2; }

  /* 右 */
  .info-rightside {
    display: none;
    width: 25%; } }
#bnr-twitter {
  width: 920px;
  margin: 0 auto 72px; }
  #bnr-twitter a:hover {
    opacity: .85; }
  @media screen and (max-width: 767px) {
    #bnr-twitter {
      width: 90%;
      margin: 5%; } }

/* ==========================================================================
   総合心理学部の特長、総合心理学部だからできること
   ========================================================================== */
.top-boxfull01 {
  /*
	border-bottom:1px solid #FFF;
  &:last-child {
	border-bottom:none;
  }
  */ }

.top-boxfull01-in {
  height: 0;
  padding-top: 40%;
  overflow: hidden;
  position: relative; }

.top-boxfull01-item {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }
  .top-boxfull01-item img {
    height: auto;
    width: 100%; }
  .top-boxfull01-item:after {
    -webkit-transition: 0.6s ease 0.2s;
    -moz-transition: 0.6s ease 0.2s;
    -ms-transition: 0.6s ease 0.2s;
    -o-transition: 0.6s ease 0.2s;
    transition: 0.6s ease 0.2s;
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    background: transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$startcolor, endColorstr=$stopcolor,GradientType=0 ); }

.top-boxfull01-wrap {
  -webkit-transition: 0.6s ease 0.2s;
  -moz-transition: 0.6s ease 0.2s;
  -ms-transition: 0.6s ease 0.2s;
  -o-transition: 0.6s ease 0.2s;
  transition: 0.6s ease 0.2s;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 38.6%;
  z-index: 2; }

.top-boxfull01-cat img {
  width: 13.48214%;
  height: auto; }

.top-boxfull01-tit {
  -webkit-transition: 0.6s ease 0.2s;
  -moz-transition: 0.6s ease 0.2s;
  -ms-transition: 0.6s ease 0.2s;
  -o-transition: 0.6s ease 0.2s;
  transition: 0.6s ease 0.2s;
  color: #FFF;
  font-size: 321.42857%;
  text-shadow: 0 0 5px rgba(6, 0, 1, 0.1);
  margin-top: 10px; }

.top-boxfull01-read {
  -webkit-transition: 0.6s ease 0.2s;
  -moz-transition: 0.6s ease 0.2s;
  -ms-transition: 0.6s ease 0.2s;
  -o-transition: 0.6s ease 0.2s;
  transition: 0.6s ease 0.2s;
  color: #FFF;
  font-size: 321.42857%;
  text-shadow: 0 0 5px rgba(6, 0, 1, 0.1);
  opacity: 0;
  line-height: 1.4; }
  .top-boxfull01-read:before {
    -webkit-transition: 0.6s ease 0.2s;
    -moz-transition: 0.6s ease 0.2s;
    -ms-transition: 0.6s ease 0.2s;
    -o-transition: 0.6s ease 0.2s;
    transition: 0.6s ease 0.2s;
    display: block;
    background: rgba(255, 255, 255, 0.5);
    content: "";
    height: 1px;
    width: 0;
    margin: 20px auto; }

.over .top-boxfull01-item:after {
  opacity: 1; }
.over .top-boxfull01-wrap {
  top: 20.6%; }
.over .top-boxfull01-tit {
  font-size: 142.85714%; }
.over .top-boxfull01-read {
  opacity: 1; }
  .over .top-boxfull01-read:before {
    width: 155px; }

@media screen and (max-width: 767px) {
  .top-boxfull01-cat {
    top: 35%; }

  .top-boxfull01-tit {
    font-size: 121.42857%;
    top: 52%;
    margin-top: 0; } }
/* ==========================================================================
   資格・卒業後の進路、入試・学費について
   ========================================================================== */
#top_course .top-boxfull-half01-in {
  background: url(/gsla2/common/css/img/ico_course.png) no-repeat 13.3% center;
  padding-bottom: 30px;
  padding-top: 30px; }

#top_admission .top-boxfull-half01-in {
  background: url(/gsla2/common/css/img/ico_admission.png) no-repeat 13.3% center;
  padding-bottom: 30px;
  padding-top: 30px; }

#top_course a .top-boxfull01-item:after,
#top_admission a .top-boxfull01-item:after {
  -webkit-transition: 0.6s ease 0.2s;
  -moz-transition: 0.6s ease 0.2s;
  -ms-transition: 0.6s ease 0.2s;
  -o-transition: 0.6s ease 0.2s;
  transition: 0.6s ease 0.2s;
  content: "";
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  background: transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(100%, rgba(0, 0, 0, 0.5)));
  background: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
  background: -o-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
  background: -ms-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
  background: linear-gradient(to bottom, transparent 50%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$startcolor, endColorstr=$stopcolor,GradientType=0 ); }
#top_course a .top-boxfull-half01 .top-boxfull-half01-in p,
#top_admission a .top-boxfull-half01 .top-boxfull-half01-in p {
  -webkit-transition: 0.4s ease 0.2s;
  -moz-transition: 0.4s ease 0.2s;
  -ms-transition: 0.4s ease 0.2s;
  -o-transition: 0.4s ease 0.2s;
  transition: 0.4s ease 0.2s; }
#top_course a .top-boxfull-half01 .top-boxfull-half01-in h2,
#top_admission a .top-boxfull-half01 .top-boxfull-half01-in h2 {
  -webkit-transition: 0.4s ease 0.2s;
  -moz-transition: 0.4s ease 0.2s;
  -ms-transition: 0.4s ease 0.2s;
  -o-transition: 0.4s ease 0.2s;
  transition: 0.4s ease 0.2s; }
#top_course a:hover .top-boxfull01-item:after,
#top_admission a:hover .top-boxfull01-item:after {
  opacity: .7; }
#top_course a:hover .top-boxfull-half01 .top-boxfull-half01-in p,
#top_admission a:hover .top-boxfull-half01 .top-boxfull-half01-in p {
  font-size: 157.14286%; }
#top_course a:hover .top-boxfull-half01 .top-boxfull01-tit,
#top_admission a:hover .top-boxfull-half01 .top-boxfull01-tit {
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #ad181f !important; }

.top-boxfull-half01 {
  position: absolute;
  top: 0;
  width: 50%; }
  .top-boxfull-half01 .top-boxfull01-cat,
  .top-boxfull-half01 .top-boxfull01-tit {
    position: relative;
    top: auto;
    text-align: left;
    width: auto; }
  .top-boxfull-half01 .top-boxfull01-cat {
    font-size: 242.85714%;
    color: #ad181f; }
  .top-boxfull-half01 .top-boxfull01-tit {
    font-size: 214.28571%;
    color: #2e0608;
    margin-top: -10px;
    text-shadow: none !important; }
  .top-boxfull-half01.left {
    left: 50%; }

.top-boxfull-half01-in {
  margin-top: 26%;
  padding-left: 35%; }

@media screen and (max-width: 767px) {
  #top_course .top-boxfull-half01-in {
    background-size: 25% auto;
    background-position: center 41%;
    padding-bottom: 0; }

  #top_admission .top-boxfull-half01-in {
    background-size: 25% auto;
    background-position: center 41%;
    padding-bottom: 0; }

  .top-boxfull-half01 .top-boxfull01-cat,
  .top-boxfull-half01 .top-boxfull01-tit {
    text-align: center;
    line-height: 1.2;
    width: 100%; }
  .top-boxfull-half01 .top-boxfull01-cat {
    font-size: 121.42857%; }
  .top-boxfull-half01 .top-boxfull01-tit {
    font-size: 107.14286%;
    margin-top: 0; }

  .top-boxfull-half01-in {
    margin-top: 0;
    padding-left: 0;
    padding-top: 44% !important; } }
/* ==========================================================================
   教員一覧
   ========================================================================== */
.teacher-index {
  background: #fff;
  border-bottom: 1px solid #e6e6e6; }
  .teacher-index a {
    float: left;
    box-sizing: border-box;
    display: block;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    width: 14.275%;
    position: relative; }
    @media screen and (max-width: 767px) {
      .teacher-index a {
        width: 33.32%; } }
    .teacher-index a.width2 {
      width: 28.55%; }
      @media screen and (max-width: 767px) {
        .teacher-index a.width2 {
          width: 66.64%; } }
    .teacher-index a:hover:after {
      opacity: .2; }
      @media screen and (max-width: 767px) {
        .teacher-index a:hover:after {
          opacity: .5; } }
    .teacher-index a:hover:before {
      width: 100% !important; }
      @media screen and (max-width: 767px) {
        .teacher-index a:hover:before {
          width: 0 !important; } }
    .teacher-index a:not(#teacher-ttl):before {
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 100;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      display: block;
      content: '';
      height: 3px;
      width: 0px;
      background: #ad181f; }
      @media screen and (max-width: 767px) {
        .teacher-index a:not(#teacher-ttl):before {
          -webkit-transition: none;
          -moz-transition: none;
          -ms-transition: none;
          -o-transition: none;
          transition: none; } }
    .teacher-index a:after {
      -webkit-transition: 0.6s ease;
      -moz-transition: 0.6s ease;
      -ms-transition: 0.6s ease;
      -o-transition: 0.6s ease;
      transition: 0.6s ease;
      content: "";
      height: 100%;
      width: 100%;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1;
      opacity: .5; }
      @media screen and (max-width: 767px) {
        .teacher-index a:after {
          -webkit-transition: none;
          -moz-transition: none;
          -ms-transition: none;
          -o-transition: none;
          transition: none; } }
    .teacher-index a.s1:after {
      background: rgba(136, 121, 174, 0.2);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(136, 121, 174, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.8)));
      background: -webkit-linear-gradient(top, rgba(136, 121, 174, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
      background: -o-linear-gradient(top, rgba(136, 121, 174, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
      background: -ms-linear-gradient(top, rgba(136, 121, 174, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, rgba(136, 121, 174, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$startcolor, endColorstr=$stopcolor,GradientType=0 ); }
    .teacher-index a.s2:after {
      background: rgba(242, 185, 167, 0.2);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(242, 185, 167, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.8)));
      background: -webkit-linear-gradient(top, rgba(242, 185, 167, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
      background: -o-linear-gradient(top, rgba(242, 185, 167, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
      background: -ms-linear-gradient(top, rgba(242, 185, 167, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, rgba(242, 185, 167, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$startcolor, endColorstr=$stopcolor,GradientType=0 ); }
    .teacher-index a.s3:after {
      background: rgba(183, 209, 172, 0.2);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(183, 209, 172, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.8)));
      background: -webkit-linear-gradient(top, rgba(183, 209, 172, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
      background: -o-linear-gradient(top, rgba(183, 209, 172, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
      background: -ms-linear-gradient(top, rgba(183, 209, 172, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, rgba(183, 209, 172, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$startcolor, endColorstr=$stopcolor,GradientType=0 ); }
    .teacher-index a.s4:after {
      background: rgba(177, 180, 62, 0.2);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(177, 180, 62, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.8)));
      background: -webkit-linear-gradient(top, rgba(177, 180, 62, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
      background: -o-linear-gradient(top, rgba(177, 180, 62, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
      background: -ms-linear-gradient(top, rgba(177, 180, 62, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, rgba(177, 180, 62, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$startcolor, endColorstr=$stopcolor,GradientType=0 ); }
    .teacher-index a.s5:after {
      background: rgba(0, 116, 189, 0.2);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, rgba(0, 116, 189, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.8)));
      background: -webkit-linear-gradient(top, rgba(0, 116, 189, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
      background: -o-linear-gradient(top, rgba(0, 116, 189, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
      background: -ms-linear-gradient(top, rgba(0, 116, 189, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
      background: linear-gradient(to bottom, rgba(0, 116, 189, 0.2) 70%, rgba(0, 0, 0, 0.8) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$startcolor, endColorstr=$stopcolor,GradientType=0 ); }
    .teacher-index a dl dt img {
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      max-width: none;
      width: 100%;
      height: auto;
      opacity: 9.5; }
    .teacher-index a dl dt.name {
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      position: absolute;
      z-index: 2;
      right: 5%;
      bottom: 5%;
      font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", serif;
      font-size: 114.28571%;
      color: #fff;
      text-align: right;
      text-shadow: 0 0 3px rgba(0, 0, 0, 0.2); }
      .teacher-index a dl dt.name span {
        display: block;
        color: #00548a;
        font-size: 62.5%;
        margin-bottom: -3px;
        letter-spacing: 0; }
    .teacher-index a dl dt.small {
      letter-spacing: -4px; }
    .teacher-index a dl dd {
      display: none;
      position: absolute;
      right: 1%;
      bottom: 1%;
      font-size: 114.28571%;
      color: #2e0608; }
      .teacher-index a dl dd span {
        display: block;
        font-size: 75%;
        font-weight: normal;
        color: #96;
        margin-bottom: 3px; }
      @media screen and (max-width: 767px) {
        .teacher-index a dl dd {
          padding-top: 2%;
          font-size: 100%; }
          .teacher-index a dl dd span {
            display: inline;
            font-size: 85.71429%; } }
    .teacher-index a#teacher-ttl {
      background: #00548a;
      position: relative; }
      .teacher-index a#teacher-ttl:before {
        content: '';
        display: block;
        padding-top: 100%; }
      .teacher-index a#teacher-ttl #teacher-ttl-in {
        margin: 0 auto;
        text-align: center;
        position: absolute;
        z-index: 3;
        top: 20%;
        left: 24%; }
        .teacher-index a#teacher-ttl #teacher-ttl-in h2 {
          font-size: 285.71429%;
          color: #fff;
          padding-bottom: 2px;
          margin-bottom: 10px;
          border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
          .teacher-index a#teacher-ttl #teacher-ttl-in h2 span {
            font-size: 45%;
            font-family: rits;
            letter-spacing: 0.06em;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            display: block;
            margin-bottom: -5px; }
        .teacher-index a#teacher-ttl #teacher-ttl-in p {
          color: #fff; }
          .teacher-index a#teacher-ttl #teacher-ttl-in p.btn {
            -webkit-transition: 0.2s ease-out;
            -moz-transition: 0.2s ease-out;
            -ms-transition: 0.2s ease-out;
            -o-transition: 0.2s ease-out;
            transition: 0.2s ease-out;
            margin-top: 50px;
            background: #1a6596;
            border: none;
            font-family: rits;
            letter-spacing: 0.06em;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale; }
            .teacher-index a#teacher-ttl #teacher-ttl-in p.btn:before {
              color: #fff; }
      .teacher-index a#teacher-ttl:hover .btn {
        background: #004b7c !important; }
      @media screen and (max-width: 767px) {
        .teacher-index a#teacher-ttl #teacher-ttl-in {
          top: 25%;
          left: 25%; }
          .teacher-index a#teacher-ttl #teacher-ttl-in h2 {
            font-size: 142.85714%; }
            .teacher-index a#teacher-ttl #teacher-ttl-in h2 span {
              font-size: 60%; }
          .teacher-index a#teacher-ttl #teacher-ttl-in p {
            font-size: 85.71429%; }
            .teacher-index a#teacher-ttl #teacher-ttl-in p.btn {
              padding: 5px 50px;
              margin-top: 15px; } }

/* ==========================================================================
   05. TOPICS & EVENTS
   ========================================================================== */
/**
 * TOPICS & EVENTS
 */
/* ==========================================================================
   インデックス
   ========================================================================== */
#sec_info {
  margin-bottom: 100px; }
  #sec_info .box-info01 {
    margin-top: 20px; }
  #sec_info .sec-wrap01-in {
    margin-top: 60px;
    position: relative; }

.nav-info01 {
  letter-spacing: -.40em;
  display: table;
  position: absolute;
  top: -195px;
  left: 425px; }
  @media screen and (max-width: 1024px) {
    .nav-info01 {
      position: static;
      margin-bottom: 30px; } }
  .nav-info01 li {
    font-family: rits;
    letter-spacing: 0.06em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 128.57143%;
    padding-right: 10px;
    display: table-cell; }
    .nav-info01 li span {
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      text-align: center;
      width: 60px;
      border: 3px solid #FFF;
      display: block; }
    .nav-info01 li:last-child {
      padding-right: 0; }
  .nav-info01 a,
  .nav-info01 a:visited {
    color: #a3a3a3; }
  .nav-info01 a:hover {
    text-decoration: none; }
    .nav-info01 a:hover span {
      border: 3px solid #e6e6e6; }
  .nav-info01 .current span {
    border: 3px solid #2e0608; }
  .nav-info01 .current a {
    color: #2e0608; }
    .nav-info01 .current a span {
      border: 3px solid #2e0608; }

#btn_listmore {
  display: none;
  margin-top: 70px;
  text-align: center; }

@media screen and (max-width: 767px) {
  #sec_info {
    padding: 0;
    margin-bottom: 40px; }
    #sec_info .nav-info01 {
      padding: 20px 0;
      margin: 0 auto;
      position: inherit;
      top: inherit;
      left: inherit; }
      #sec_info .nav-info01 li {
        padding-right: 5px; }
        #sec_info .nav-info01 li:last-child {
          padding-right: 0; }
    #sec_info .box-info01 {
      margin-top: 0;
      border-top: 1px solid #e6e6e6; }
    #sec_info .sec-wrap01-in {
      margin-top: 0;
      padding-bottom: 0;
      position: inherit;
      border-bottom: none !important; }
      #sec_info .sec-wrap01-in #lists {
        border-bottom: 1px solid #e6e6e6; }

  #btn_listmore {
    margin-top: 35px;
    display: none; }
    #btn_listmore img {
      height: auto;
      width: 180px; } }
/* ==========================================================================
   詳細
   ========================================================================== */
#info_sns {
  margin-top: 90px; }
  #info_sns li {
    height: 30px;
    text-align: center;
    margin-bottom: 10px;
    width: 30px; }
    #info_sns li:last-child {
      margin-bottom: 0; }
  #info_sns a {
    color: #d7d5d5;
    font-size: 171.42857%;
    display: block; }
    #info_sns a:hover {
      color: #ad181f; }

.info-main01 {
  display: table-cell;
  padding-left: 53px;
  padding-bottom: 110px;
  padding-top: 2.5%; }

.edit-area p {
  font-size: 128.57143%;
  line-height: 1.78;
  margin-top: 11px;
  margin-bottom: 20px;
  width: 650px; }
  @media screen and (max-width: 1024px) {
    .edit-area p {
      width: auto; } }
.edit-area img {
  display: block;
  margin-top: 20px; }

.info-main01-tit {
  font-size: 171.42857%;
  margin-bottom: 50px;
  width: 650px; }
  @media screen and (max-width: 1024px) {
    .info-main01-tit {
      width: auto; } }

.btn-back-wrap {
  font-size: 171.42857%;
  width: 43.76658%;
  margin-top: 100px; }
  .btn-back-wrap .btn {
    display: block; }

@media screen and (max-width: 767px) {
  .sec-info-detail {
    padding-top: 25px; }
    .sec-info-detail .sec-wrap01-in {
      border-bottom: none !important; }
    .sec-info-detail .box-info01 {
      position: relative;
      margin-top: 0 !important;
      border-top: none !important; }
    .sec-info-detail .date-info,
    .sec-info-detail .category-info,
    .sec-info-detail .year-info {
      display: table-cell; }
    .sec-info-detail .date-info {
      padding-right: 10px;
      font-size: 214.28571%;
      vertical-align: top; }
    .sec-info-detail .year-info {
      margin-top: 5px;
      padding-left: 10px; }
    .sec-info-detail .category-info {
      margin-top: 5px;
      padding-left: 5px;
      padding-right: 5px;
      width: auto; }
    .sec-info-detail .info-leftside,
    .sec-info-detail .info-main01 {
      display: block;
      width: 100%; }
    .sec-info-detail .info-leftside {
      width: auto;
      display: table;
      border-right: none;
      min-height: 30px;
      position: static;
      padding: 15px 0 0 15px; }
    .sec-info-detail #info_sns {
      letter-spacing: -.40em;
      margin-top: 15px;
      position: absolute;
      right: 15px;
      top: 0;
      text-align: right; }
      .sec-info-detail #info_sns li {
        display: inline-block;
        letter-spacing: normal;
        vertical-align: middle;
        *display: inline;
        *zoom: 1;
        margin-bottom: 0;
        margin-left: 10px; }
    .sec-info-detail .info-main01 {
      box-sizing: border-box;
      padding: 0 15px 55px; }
    .sec-info-detail .info-main01-tit {
      margin-bottom: 0;
      margin-top: 20px; }
    .sec-info-detail .edit-area p {
      width: 100%; } }
/* ==========================================================================
   06. お問い合わせ
   ========================================================================== */
/**
 * お問い合わせ
 */
/* ==========================================================================
   インデックス
   ========================================================================== */
#sec_contact .column-half01 {
  overflow: hidden; }
  #sec_contact .column-half01 .fl, #sec_contact .column-half01 .fr {
    width: 48%; }
#sec_contact .dl-contact01 dt, #sec_contact .dl-contact01 dd {
  padding: 20px;
  font-size: 128.57143%; }
#sec_contact .dl-contact01 dt {
  border-top: 1px solid #e6e6e6;
  background-color: #f7f7f7;
  font-weight: bold; }
#sec_contact .dl-contact01 dd span {
  font-size: 77.77778%; }
#sec_contact #btn_contact {
  margin-top: 40px; }
@media screen and (max-width: 767px) {
  #sec_contact .tit-h4 {
    margin-bottom: 10px; }
  #sec_contact .column-half01 .fl, #sec_contact .column-half01 .fr {
    float: none;
    width: 100%; }
  #sec_contact .column-half01 .fr {
    margin-top: 30px; }
  #sec_contact .dl-contact01 {
    border: 1px solid #e6e6e6; }
    #sec_contact .dl-contact01 dt, #sec_contact .dl-contact01 dd {
      text-align: center;
      padding: 10px;
      font-size: 114.28571%; }
    #sec_contact .dl-contact01 dt {
      border-top: none; } }

.icon-phone:before {
  padding-right: 5px; }

/* ==========================================================================
   07. 学部の特長
   ========================================================================== */
/**
 * 学部の特長
 */
/* ==========================================================================
   強み・特長
   ========================================================================== */
.strength #main #intro {
  padding: 100px 0; }
  .strength #main #intro h1 {
    text-align: center; }
    .strength #main #intro h1 span {
      color: #372f2c;
      margin-left: 20px; }
  .strength #main #intro h2 {
    margin-top: 10px;
    color: #372f2c;
    text-align: center; }
  .strength #main #intro #toc li {
    border-bottom: 1px solid #e6e6e6; }
    .strength #main #intro #toc li a {
      position: relative;
      display: block;
      padding: 30px 0;
      text-decoration: none;
      overflow: hidden;
      -webkit-transition: 0.6s ease;
      -moz-transition: 0.6s ease;
      -ms-transition: 0.6s ease;
      -o-transition: 0.6s ease;
      transition: 0.6s ease; }
      .strength #main #intro #toc li a strong {
        -webkit-transition: 0.6s ease;
        -moz-transition: 0.6s ease;
        -ms-transition: 0.6s ease;
        -o-transition: 0.6s ease;
        transition: 0.6s ease;
        vertical-align: middle;
        position: relative;
        z-index: 2;
        display: block;
        width: 70%;
        margin: 0 15%;
        font-weight: bold;
        color: #372f2c;
        font-size: 178.57143%;
        line-height: 1;
        box-sizing: border-box; }
        .strength #main #intro #toc li a strong span {
          font-family: 'Roboto Condensed', sans-serif;
          margin-right: 8%;
          margin-bottom: 5px; }
          .strength #main #intro #toc li a strong span em {
            font-style: normal;
            font-size: 80%;
            margin-right: 5px; }
        .strength #main #intro #toc li a strong:after {
          position: absolute;
          top: 5%;
          right: 0;
          font-size: 85.71429%;
          font-family: 'icomoon';
          content: "\e905";
          color: #ad181f; }
      .strength #main #intro #toc li a:after {
        -webkit-transition: 1s ease;
        -moz-transition: 1s ease;
        -ms-transition: 1s ease;
        -o-transition: 1s ease;
        transition: 1s ease;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        background-size: 100% auto;
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0; }
      .strength #main #intro #toc li a:hover {
        background-color: #000; }
        .strength #main #intro #toc li a:hover strong {
          color: #fff !important; }
        .strength #main #intro #toc li a:hover:after {
          opacity: .7;
          -webkit-transform: scale(1.1);
          -moz-transform: scale(1.1);
          -ms-transform: scale(1.1);
          -o-transform: scale(1.1);
          transform: scale(1.1); }
    .strength #main #intro #toc li:nth-child(1) a:after {
      background-image: url(/gsla2/img/feature/strength/bg_01.jpg);
      background-position: 0px -100px; }
    .strength #main #intro #toc li:nth-child(2) a:after {
      background-image: url(/gsla2/img/feature/strength/bg_02.jpg);
      background-position: 0px -185px; }
    .strength #main #intro #toc li:nth-child(3) a:after {
      background-image: url(/gsla2/img/feature/strength/bg_03.jpg);
      background-position: 0px -161px; }
    .strength #main #intro #toc li:nth-child(4) a:after {
      background-image: url(/gsla2/img/feature/strength/bg_04.jpg);
      background-position: 0px -153px; }
    .strength #main #intro #toc li:nth-child(5) a:after {
      background-image: url(/gsla2/img/feature/strength/bg_05.jpg);
      background-position: 0px -383px; }
    .strength #main #intro #toc li:last-child {
      border-bottom: 0; }
.strength #main #p1, .strength #main #p2, .strength #main #p3, .strength #main #p4, .strength #main #p5 {
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  background: #000;
  overflow: hidden; }
  .strength #main #p1 .str-bg-wrap, .strength #main #p2 .str-bg-wrap, .strength #main #p3 .str-bg-wrap, .strength #main #p4 .str-bg-wrap, .strength #main #p5 .str-bg-wrap {
    -webkit-transition: 1.5s ease;
    -moz-transition: 1.5s ease;
    -ms-transition: 1.5s ease;
    -o-transition: 1.5s ease;
    transition: 1.5s ease;
    opacity: 0.999; }
    .strength #main #p1 .str-bg-wrap .str-bg, .strength #main #p2 .str-bg-wrap .str-bg, .strength #main #p3 .str-bg-wrap .str-bg, .strength #main #p4 .str-bg-wrap .str-bg, .strength #main #p5 .str-bg-wrap .str-bg {
      -webkit-transition: 4s ease;
      -moz-transition: 4s ease;
      -ms-transition: 4s ease;
      -o-transition: 4s ease;
      transition: 4s ease;
      height: 520px; }
  .strength #main #p1 .str-box, .strength #main #p2 .str-box, .strength #main #p3 .str-box, .strength #main #p4 .str-box, .strength #main #p5 .str-box {
    -webkit-transition: 1s ease 0.1s;
    -moz-transition: 1s ease 0.1s;
    -ms-transition: 1s ease 0.1s;
    -o-transition: 1s ease 0.1s;
    transition: 1s ease 0.1s;
    position: absolute;
    top: 300px;
    opacity: 0;
    width: 100%; }
    .strength #main #p1 .str-box .str-box-inner, .strength #main #p2 .str-box .str-box-inner, .strength #main #p3 .str-box .str-box-inner, .strength #main #p4 .str-box .str-box-inner, .strength #main #p5 .str-box .str-box-inner {
      box-sizing: border-box;
      width: 100%; }
      .strength #main #p1 .str-box .str-box-inner .tit-h2, .strength #main #p2 .str-box .str-box-inner .tit-h2, .strength #main #p3 .str-box .str-box-inner .tit-h2, .strength #main #p4 .str-box .str-box-inner .tit-h2, .strength #main #p5 .str-box .str-box-inner .tit-h2 {
        color: #fff;
        text-align: center; }
        .strength #main #p1 .str-box .str-box-inner .tit-h2 span, .strength #main #p2 .str-box .str-box-inner .tit-h2 span, .strength #main #p3 .str-box .str-box-inner .tit-h2 span, .strength #main #p4 .str-box .str-box-inner .tit-h2 span, .strength #main #p5 .str-box .str-box-inner .tit-h2 span {
          letter-spacing: 0;
          font-size: 55.55556%;
          font-family: 'Roboto Condensed', sans-serif;
          margin-right: 1%;
          display: inline-block;
          vertical-align: top; }
          .strength #main #p1 .str-box .str-box-inner .tit-h2 span em, .strength #main #p2 .str-box .str-box-inner .tit-h2 span em, .strength #main #p3 .str-box .str-box-inner .tit-h2 span em, .strength #main #p4 .str-box .str-box-inner .tit-h2 span em, .strength #main #p5 .str-box .str-box-inner .tit-h2 span em {
            font-style: normal;
            font-size: 80%;
            margin-right: 5px; }
      .strength #main #p1 .str-box .str-box-inner p, .strength #main #p2 .str-box .str-box-inner p, .strength #main #p3 .str-box .str-box-inner p, .strength #main #p4 .str-box .str-box-inner p, .strength #main #p5 .str-box .str-box-inner p {
        width: 560px;
        margin: 0 auto;
        color: #fff;
        text-align: justify; }
  .strength #main #p1.over .str-bg-wrap, .strength #main #p2.over .str-bg-wrap, .strength #main #p3.over .str-bg-wrap, .strength #main #p4.over .str-bg-wrap, .strength #main #p5.over .str-bg-wrap {
    opacity: .5; }
    .strength #main #p1.over .str-bg-wrap .str-bg, .strength #main #p2.over .str-bg-wrap .str-bg, .strength #main #p3.over .str-bg-wrap .str-bg, .strength #main #p4.over .str-bg-wrap .str-bg, .strength #main #p5.over .str-bg-wrap .str-bg {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
  .strength #main #p1.over .str-box, .strength #main #p2.over .str-box, .strength #main #p3.over .str-box, .strength #main #p4.over .str-box, .strength #main #p5.over .str-box {
    opacity: 1; }
.strength #main #p1 .str-bg {
  background: url(/gsla2/img/feature/strength/bg_01.jpg) no-repeat;
  background-size: cover;
  background-position: center; }
.strength #main #p2 .str-bg {
  background: url(/gsla2/img/feature/strength/bg_02.jpg) no-repeat;
  background-size: cover;
  background-position: center; }
.strength #main #p3 .str-bg {
  background: url(/gsla2/img/feature/strength/bg_03.jpg) no-repeat;
  background-size: cover;
  background-position: center; }
.strength #main #p4 .str-bg {
  background: url(/gsla2/img/feature/strength/bg_04.jpg) no-repeat;
  background-size: cover;
  background-position: center; }
.strength #main #p5 {
  border: none; }
  .strength #main #p5 .str-bg {
    background: url(/gsla2/img/feature/strength/bg_05.jpg) no-repeat;
    background-size: cover;
    background-position: center; }
.strength #main #more {
  background: #e0e0e0;
  padding: 100px 0; }
  .strength #main #more h2 {
    text-align: center; }
  .strength #main #more ul li {
    margin-bottom: 10px; }
    .strength #main #more ul li a {
      position: relative;
      display: block;
      text-decoration: none;
      padding: 20px 3%;
      width: 80%;
      margin: 0 10%;
      box-sizing: border-box;
      border: 1px solid rgba(255, 255, 255, 0.6);
      -webkit-transition: 0.4s ease;
      -moz-transition: 0.4s ease;
      -ms-transition: 0.4s ease;
      -o-transition: 0.4s ease;
      transition: 0.4s ease; }
      .strength #main #more ul li a strong {
        vertical-align: middle;
        position: relative;
        z-index: 2;
        display: block;
        font-weight: bold;
        color: #372f2c;
        font-size: 157.14286%;
        line-height: 1; }
        .strength #main #more ul li a strong span {
          font-family: 'Roboto Condensed', sans-serif;
          margin-right: 8%;
          margin-bottom: 5px; }
          .strength #main #more ul li a strong span em {
            font-style: normal;
            font-size: 90.90909%;
            margin-right: 5px; }
        .strength #main #more ul li a strong .btn-more {
          float: right;
          margin-right: 0;
          margin-bottom: 0;
          margin-top: 2px;
          font-size: 63.63636%; }
          .strength #main #more ul li a strong .btn-more i {
            font-size: 128.57143%; }
      .strength #main #more ul li a:hover {
        background: #fff; }
    .strength #main #more ul li:last-child {
      border: none; }
  .strength #main #more #str-pagetop {
    margin-top: 30px;
    text-align: center; }
    .strength #main #more #str-pagetop a {
      text-decoration: none; }
      .strength #main #more #str-pagetop a i {
        display: block; }
@media screen and (max-width: 767px) {
  .strength #main #intro {
    padding: 30px 0 20px; }
    .strength #main #intro h1 img {
      margin-top: -7px;
      vertical-align: middle;
      width: 25%; }
    .strength #main #intro #toc li {
      background: #000; }
      .strength #main #intro #toc li a {
        padding: 5.3571429% 0; }
        .strength #main #intro #toc li a strong {
          width: auto;
          margin: 0 5.3571429%;
          font-size: 114.28571%;
          padding-left: 22%;
          line-height: 1.2;
          color: #fff; }
          .strength #main #intro #toc li a strong span {
            margin-right: 0;
            margin-bottom: 0;
            font-size: 242.85714%;
            position: absolute;
            top: -4px;
            left: 0;
            display: block; }
            .strength #main #intro #toc li a strong span em {
              font-size: 58.82353%;
              margin-right: 3px; }
          .strength #main #intro #toc li a strong:after {
            top: 20%;
            font-size: 128.57143%; }
        .strength #main #intro #toc li a:after {
          opacity: .5; }
      .strength #main #intro #toc li:nth-child(1) a:after {
        background-position: 0px -20px; }
      .strength #main #intro #toc li:nth-child(2) a:after {
        background-position: 0px -45px; }
      .strength #main #intro #toc li:nth-child(3) a:after {
        background-position: 0px -40px; }
      .strength #main #intro #toc li:nth-child(4) a:after {
        background-position: 0px -50px; }
      .strength #main #intro #toc li:nth-child(5) a:after {
        background-position: 0px -25px; }
  .strength #main #p1, .strength #main #p2, .strength #main #p3, .strength #main #p4, .strength #main #p5 {
    background: #fff; }
    .strength #main #p1 .str-bg-wrap, .strength #main #p2 .str-bg-wrap, .strength #main #p3 .str-bg-wrap, .strength #main #p4 .str-bg-wrap, .strength #main #p5 .str-bg-wrap {
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none; }
      .strength #main #p1 .str-bg-wrap .str-bg, .strength #main #p2 .str-bg-wrap .str-bg, .strength #main #p3 .str-bg-wrap .str-bg, .strength #main #p4 .str-bg-wrap .str-bg, .strength #main #p5 .str-bg-wrap .str-bg {
        opacity: 1;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none;
        height: 200px; }
    .strength #main #p1 .str-box, .strength #main #p2 .str-box, .strength #main #p3 .str-box, .strength #main #p4 .str-box, .strength #main #p5 .str-box {
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none;
      position: relative;
      top: 0;
      opacity: 1;
      width: 100%; }
      .strength #main #p1 .str-box .str-box-inner, .strength #main #p2 .str-box .str-box-inner, .strength #main #p3 .str-box .str-box-inner, .strength #main #p4 .str-box .str-box-inner, .strength #main #p5 .str-box .str-box-inner {
        box-sizing: border-box;
        width: auto;
        margin: 5.3571429%; }
        .strength #main #p1 .str-box .str-box-inner .tit-h2, .strength #main #p2 .str-box .str-box-inner .tit-h2, .strength #main #p3 .str-box .str-box-inner .tit-h2, .strength #main #p4 .str-box .str-box-inner .tit-h2, .strength #main #p5 .str-box .str-box-inner .tit-h2 {
          color: #2e0608; }
        .strength #main #p1 .str-box .str-box-inner p, .strength #main #p2 .str-box .str-box-inner p, .strength #main #p3 .str-box .str-box-inner p, .strength #main #p4 .str-box .str-box-inner p, .strength #main #p5 .str-box .str-box-inner p {
          color: #2e0608;
          width: auto; }
  .strength #main #more {
    padding: 50px 0; }
    .strength #main #more ul li a {
      padding: 10px 3%;
      width: auto;
      margin: 10px 5.3571429%;
      background: #fff; }
      .strength #main #more ul li a strong {
        position: relative;
        font-size: 100%;
        padding-left: 70px;
        line-height: 1.2; }
        .strength #main #more ul li a strong span {
          margin-right: 0;
          margin-bottom: 0;
          font-size: 242.85714%;
          position: absolute;
          top: 4px;
          left: 0;
          display: block; }
          .strength #main #more ul li a strong span em {
            font-size: 58.82353%;
            margin-right: 3px; }
        .strength #main #more ul li a strong .btn-more {
          position: relative;
          float: none;
          top: 0;
          margin-right: 0;
          margin-bottom: 0;
          margin-top: 5px;
          font-size: 63.63636%; }
          .strength #main #more ul li a strong .btn-more i {
            font-size: 128.57143%; } }

/* ==========================================================================
   求める人物像
   ========================================================================== */
.person .tit-person {
  text-align: center;
  margin-bottom: 5%; }
  .person .tit-person h3 {
    margin-bottom: 1%; }
.person .tit-gray {
  margin-top: 60px;
  margin-bottom: 0;
  border-top: 1px solid #e6e6e6;
  background-color: #f5f5f5;
  padding: 20px 60px;
  vertical-align: middle; }
  @media screen and (max-width: 767px) {
    .person .tit-gray {
      padding: 20px;
      margin-top: 30px; } }
.person #main.sec-pb {
  padding-bottom: 0; }
.person #example dl {
  box-sizing: border-box;
  width: 50%;
  float: left;
  border-top: 1px solid #e6e6e6; }
  .person #example dl:nth-child(2n) {
    border-right: none; }
  .person #example dl dt {
    text-align: center;
    padding: 5% 2% 5%;
    border-right: 1px solid #e6e6e6; }
    .person #example dl dt .tit-h4 {
      margin-top: 5px;
      margin-bottom: 0; }
    .person #example dl dt p {
      font-size: 100%;
      margin-top: 10px; }
    .person #example dl dt:nth-child(2n) {
      border-right: none; }
  .person #example dl dd {
    border-right: 1px solid #fff;
    background: #e0e0e0;
    text-align: center;
    padding: 2%; }
    .person #example dl dd:nth-child(2n) {
      border-right: none; }
@media screen and (max-width: 767px) {
  .person #example dl {
    width: 100%; }
    .person #example dl dt {
      border-right: none; }
    .person #example dl dd {
      border-right: none; } }

/* ==========================================================================
   08. 総合心理学部だからできること
   ========================================================================== */
/**
 * 総合心理学部だからできること
 */
/* ==========================================================================
   学べること
   ========================================================================== */
#sec_learn {
  /* コース紹介 */ }
  #sec_learn #head_tit_photo h1 {
    right: inherit;
    left: 60px;
    top: 17.5%; }
  #sec_learn #head_tit_photo #copy_learn {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 60px; }
  #sec_learn #head_tit_photo img {
    height: auto;
    width: 100%; }
  #sec_learn #copy_learn {
    line-height: 1.2;
    font-size: 428.57143%; }
  #sec_learn .sec-first01 .tit-h4 {
    margin-top: 40px;
    line-height: 1.78; }
  #sec_learn #list_anchor_learn_wrap {
    margin-bottom: 80px;
    margin-top: 100px; }
  #sec_learn #list_anchor_learn.list-anchor01 {
    display: table;
    margin-top: 0;
    width: 100%; }
    #sec_learn #list_anchor_learn.list-anchor01 li {
      display: table-cell;
      text-align: center;
      padding-left: 2%;
      padding-right: 2%;
      vertical-align: top;
      white-space: inherit; }
      #sec_learn #list_anchor_learn.list-anchor01 li .list_anchor_num {
        display: block;
        color: #ad181f; }
      #sec_learn #list_anchor_learn.list-anchor01 li a:before {
        content: none; }
      #sec_learn #list_anchor_learn.list-anchor01 li a:after {
        content: "\e900";
        color: #ad181f;
        display: block;
        font-size: 22px;
        text-align: center; }
  #sec_learn .learn-wrap01 {
    border-top: 1px solid #e6e6e6;
    		/*&#learn03{
    
    			#learn03_01{
    				.fl{
    					@include width(580,1000);
    				}
    				.fr{
    					@include width(380,1000);
    					img{
    						width: 100%;
    						max-width: 390px;
    					}
    				}
    			}
    			.box-img-full{
    				//max-width: 1000px;
    			}
    			#learn03_02{
    				margin-top: 70px;
    				.fl{
    					@include width(445,1000);
    					img{ width: 100%; }
    				}
    				.fr{
    					@include width(515,1000);
    				}
    			}
    
    		}*/ }
    #sec_learn .learn-wrap01 .sec-wrap01 {
      padding-bottom: 110px;
      padding-top: 60px; }
    #sec_learn .learn-wrap01 .img-wrap {
      margin-bottom: 40px; }
      #sec_learn .learn-wrap01 .img-wrap.first {
        margin-top: 40px; }
    #sec_learn .learn-wrap01#learn01 .fl {
      width: 46%; }
    #sec_learn .learn-wrap01#learn01 .fr {
      width: 50%; }
      #sec_learn .learn-wrap01#learn01 .fr img {
        width: 100%;
        max-width: 500px; }
    #sec_learn .learn-wrap01#learn01 .list-anchor01 {
      margin-top: 60px;
      margin-bottom: 0; }
  #sec_learn .tit-learn-wrap {
    background-color: #f5f5f5;
    padding: 20px 60px;
    vertical-align: middle; }
    #sec_learn .tit-learn-wrap .num-learn-wrap {
      color: #ad181f;
      font-size: 128.57143%; }
      #sec_learn .tit-learn-wrap .num-learn-wrap .num-learn {
        padding-left: 5px;
        font-family: rits;
        letter-spacing: 0.06em;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 133.33333%; }
    #sec_learn .tit-learn-wrap .tit-learn {
      padding-left: 20px;
      font-size: 171.42857%; }
  #sec_learn #learn04 {
    /*.tit-learn-wrap{
    	background: none;
    	padding: 0;
    }*/ }
    #sec_learn #learn04 #learn04_wrap {
      padding-left: 10%;
      padding-top: 60px;
      padding-bottom: 80px;
      position: relative; }
    #sec_learn #learn04 #learn04_item02 {
      position: absolute;
      bottom: 50px;
      right: 0;
      z-index: 2; }
    #sec_learn #learn04 #learn04_in {
      background: url(/gsla2/img/can/learn/bg_learn03_01.jpg) no-repeat right top #fafbf3;
      border-radius: 30px 0 0 30px;
      box-shadow: 0 0 1px rgba(245, 245, 245, 0.75);
      padding: 55px 0 95px 60px;
      position: relative;
      			/*.fl{
      				@include width(520,1000);
      			}
      
      			.fr{
      				@include width(410,1000);
      				img{
      					margin-top: 20px;
      					width: 100%;
      					max-width: 410px;
      				}
      			}*/ }
      #sec_learn #learn04 #learn04_in #learn04_item01 {
        position: absolute;
        top: -26px;
        left: -17px; }
      #sec_learn #learn04 #learn04_in .img-full {
        padding-right: 60px;
        margin-top: 40px; }
        #sec_learn #learn04 #learn04_in .img-full img {
          width: 100%;
          max-width: 860px; }
    #sec_learn #learn04 #learn04_btn_wrap {
      margin-top: 40px; }
      #sec_learn #learn04 #learn04_btn_wrap #tit_pep {
        display: table; }
        #sec_learn #learn04 #learn04_btn_wrap #tit_pep #logo_pep,
        #sec_learn #learn04 #learn04_btn_wrap #tit_pep h4 {
          display: table-cell;
          vertical-align: middle; }
        #sec_learn #learn04 #learn04_btn_wrap #tit_pep #logo_pep {
          padding-right: 3%;
          height: 60px;
          width: 60px; }
      #sec_learn #learn04 #learn04_btn_wrap #logo_pep {
        margin-right: 3.5714286%; }
      #sec_learn #learn04 #learn04_btn_wrap #btn_fee {
        margin-top: 30px; }
        #sec_learn #learn04 #learn04_btn_wrap #btn_fee a {
          margin-right: 1.5%;
          padding: 12px 20px 12px 80px; }
          #sec_learn #learn04 #learn04_btn_wrap #btn_fee a:last-child {
            margin-right: 0; }
          #sec_learn #learn04 #learn04_btn_wrap #btn_fee a:before {
            background-size: 26px auto !important;
            content: "";
            display: inline-block;
            position: absolute; }
          #sec_learn #learn04 #learn04_btn_wrap #btn_fee a#link_fee03:before {
            background: url(/gsla2/img/can/learn/icon_pep01.png) no-repeat left top;
            width: 26px;
            height: 24px;
            top: 16px;
            left: 21px; }
          #sec_learn #learn04 #learn04_btn_wrap #btn_fee a#link_fee04:before {
            background: url(/gsla2/img/can/learn/icon_pep02.png) no-repeat left top;
            width: 26px;
            height: 30px;
            top: 14px;
            left: 23px; }
          #sec_learn #learn04 #learn04_btn_wrap #btn_fee a#link_fee05:before {
            background: url(/gsla2/img/can/learn/icon_pep03.png) no-repeat left top;
            width: 30px;
            height: 30px;
            top: 16px;
            left: 21px; }
  #sec_learn .course-wrap .tit-course {
    height: 366px;
    border-top: 2px solid #e6e6e6;
    padding-left: 10%; }
    #sec_learn .course-wrap .tit-course .font-rits {
      line-height: 1;
      font-size: 171.42857%; }
      #sec_learn .course-wrap .tit-course .font-rits .color-rits {
        border-top: 4px solid #ad181f;
        display: inline-block;
        margin-top: -2px;
        padding-top: 10px; }
    #sec_learn .course-wrap .tit-course .tit-h3 {
      margin-top: 64px; }
    #sec_learn .course-wrap .tit-course .copy_course {
      font-weight: bold;
      font-size: 150%; }
  #sec_learn .course-wrap#course01 .tit-course {
    background: url(/gsla2/img/can/learn/bg_learn01_01.jpg) no-repeat right top #f0f0ef; }
  #sec_learn .course-wrap#course02 .tit-course {
    background: url(/gsla2/img/can/learn/bg_learn01_02.jpg) no-repeat right top #fbfbfb; }
  #sec_learn .course-wrap#course03 .tit-course {
    background: url(/gsla2/img/can/learn/bg_learn01_03.jpg) no-repeat right top #f7f7f4; }
  #sec_learn .course-wrap .sec-wrap01 {
    padding-bottom: 80px;
    padding-top: 50px; }
    #sec_learn .course-wrap .sec-wrap01 .list-course-detail {
      margin-top: 20px; }
      #sec_learn .course-wrap .sec-wrap01 .list-course-detail dl {
        border: 2px solid #e5e5e5;
        float: left;
        margin-top: 20px;
        padding: 30px 25px;
        width: 49%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box; }
        #sec_learn .course-wrap .sec-wrap01 .list-course-detail dl dt {
          display: block;
          font-weight: bold;
          font-size: 114.28571%; }
        #sec_learn .course-wrap .sec-wrap01 .list-course-detail dl dd {
          margin-top: 15px; }
        #sec_learn .course-wrap .sec-wrap01 .list-course-detail dl:nth-child(odd) {
          margin-right: 2%; }
  #sec_learn #sec_curriculum {
    padding-top: 80px; }
  #sec_learn .sec-last01 {
    margin-bottom: 15%; }
  @media screen and (max-width: 767px) {
    #sec_learn {
      /* コース紹介 */ }
      #sec_learn #head_tit_photo h1 {
        right: auto;
        left: auto;
        top: 36%; }
      #sec_learn #main_copy_wrap {
        position: inherit; }
        #sec_learn #main_copy_wrap #copy_learn {
          font-size: 214.28571%;
          color: #372f2c;
          margin-bottom: 20px; }
      #sec_learn .sec-first01 .tit-h4 {
        margin-top: 20px; }
      #sec_learn .learn-wrap01 .sec-wrap01 {
        padding-bottom: 40px;
        padding-top: 30px; }
      #sec_learn .learn-wrap01#learn01 .fl, #sec_learn .learn-wrap01#learn01 .fr, #sec_learn .learn-wrap01#learn03 .fl, #sec_learn .learn-wrap01#learn03 .fr {
        float: none;
        width: 100% !important; }
      #sec_learn .learn-wrap01#learn01 .img-wrap {
        margin-top: 20px; }
        #sec_learn .learn-wrap01#learn01 .img-wrap.first {
          margin-bottom: 20px; }
      #sec_learn .learn-wrap01#learn01 .fr {
        margin-top: 20px; }
        #sec_learn .learn-wrap01#learn01 .fr img {
          max-width: inherit; }
      #sec_learn .learn-wrap01#learn03 {
        /*#learn03_02{
        	margin-top: 20px;
        	.fl{ margin-top: 20px; }
        }*/ }
        #sec_learn .learn-wrap01#learn03 #learn03_01 .fr {
          margin-top: 20px; }
          #sec_learn .learn-wrap01#learn03 #learn03_01 .fr img {
            max-width: inherit; }
        #sec_learn .learn-wrap01#learn03 .box-img-full {
          margin-top: 20px; }
      #sec_learn .tit-learn-wrap {
        padding: 10px 15px; }
        #sec_learn .tit-learn-wrap .num-learn-wrap {
          font-size: 85.71429%; }
          #sec_learn .tit-learn-wrap .num-learn-wrap .num-learn {
            padding-left: 0;
            font-size: 133.33333%; }
        #sec_learn .tit-learn-wrap .tit-learn {
          padding-left: 10px;
          font-size: 114.28571%; }
      #sec_learn #learn04 #learn04_wrap {
        padding-left: 20px;
        padding-top: 30px; }
      #sec_learn #learn04 #learn04_item02 {
        bottom: 65px; }
        #sec_learn #learn04 #learn04_item02 img {
          width: 26px;
          height: auto; }
      #sec_learn #learn04 #learn04_in {
        background-size: 110%;
        padding: 30px 15px 30px 15px;
        				/*.fl,.fr{
        					float: none;
        					//padding-right: 30px;
        					width: 100%;
        					@include css3(box-sizing, border-box);
        				}
        
        				.fr img{ max-width: inherit; }*/ }
        #sec_learn #learn04 #learn04_in #learn04_item01 {
          top: -10px;
          left: -10px; }
          #sec_learn #learn04 #learn04_in #learn04_item01 img {
            width: 34px;
            height: auto; }
        #sec_learn #learn04 #learn04_in .img-full {
          padding-right: 0;
          margin-top: 20px; }
      #sec_learn #learn04 #learn04_btn_wrap #btn_fee {
        margin-top: 20px; }
        #sec_learn #learn04 #learn04_btn_wrap #btn_fee a {
          margin-right: 0;
          margin-bottom: 10px; }
          #sec_learn #learn04 #learn04_btn_wrap #btn_fee a:last-child {
            margin-bottom: 0; }
      #sec_learn .course-wrap .tit-course {
        /*background-size: 160% !important;
        background-position: right -130px top 0 !important;*/
        background: none !important;
        height: auto;
        padding-left: 0;
        padding-bottom: 0; }
        #sec_learn .course-wrap .tit-course .sp-course-pic img {
          height: auto;
          width: 100%; }
        #sec_learn .course-wrap .tit-course .font-rits {
          padding-left: 15px;
          margin-top: 20px;
          font-size: 128.57143%;
          /*position: absolute;
          top: 0;
          left: 15px;*/ }
          #sec_learn .course-wrap .tit-course .font-rits .color-rits {
            border-top: none;
            margin-top: 0;
            padding-top: 0; }
        #sec_learn .course-wrap .tit-course .tit-h3,
        #sec_learn .course-wrap .tit-course .copy_course {
          padding-left: 15px; }
        #sec_learn .course-wrap .tit-course .tit-h3 {
          margin-top: 0px; }
        #sec_learn .course-wrap .tit-course .copy_course {
          font-size: 114.28571%; }
      #sec_learn .course-wrap .sec-wrap01 .list-course-detail dl {
        float: none;
        margin-top: 5px;
        padding: 15px;
        width: 100%; }
        #sec_learn .course-wrap .sec-wrap01 .list-course-detail dl:nth-child(odd) {
          margin-right: 0; }
        #sec_learn .course-wrap .sec-wrap01 .list-course-detail dl dd {
          margin-top: 5px; }
      #sec_learn #sec_curriculum {
        padding-top: 30px; } }

.sec-last01 {
  margin-bottom: 15%; }

/* ==========================================================================
   キャンパス・施設紹介
   ========================================================================== */
#sec_campus #text_oic_wrap {
  margin-top: 30px; }
  #sec_campus #text_oic_wrap p {
    margin-top: 15px; }
#sec_campus p img {
  width: 100%; }
#sec_campus #tit_h1_campus {
  font-size: 357.14286%;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    #sec_campus #tit_h1_campus {
      font-size: 185.71429%; } }
#sec_campus #sec_floor {
  margin-top: 50px; }
  @media screen and (max-width: 767px) {
    #sec_campus #sec_floor {
      margin-top: 0; } }
  #sec_campus #sec_floor .tit-h4 {
    margin-bottom: 20px; }
    #sec_campus #sec_floor .tit-h4 .font-rits {
      line-height: 1;
      font-size: 83.33333%; }
  #sec_campus #sec_floor .fbox .fl {
    width: 40%; }
    #sec_campus #sec_floor .fbox .fl p {
      font-size: 114.28571%;
      line-height: 2; }
    #sec_campus #sec_floor .fbox .fl sup {
      font-size: 75.5%;
      vertical-align: top;
      position: relative;
      top: -0.1em; }
    #sec_campus #sec_floor .fbox .fl #gray-box {
      margin-top: 48px;
      background: #e0e0e0;
      border-radius: 8px;
      display: inline-block;
      padding: 10%; }
      #sec_campus #sec_floor .fbox .fl #gray-box strong {
        font-weight: bold; }
      #sec_campus #sec_floor .fbox .fl #gray-box ul {
        margin-top: 16px;
        margin-left: 20px; }
        #sec_campus #sec_floor .fbox .fl #gray-box ul li {
          list-style: disc;
          margin-top: 8px;
          font-size: 114.28571%; }
  #sec_campus #sec_floor .fbox .fr {
    width: 60%; }
  @media screen and (max-width: 767px) {
    #sec_campus #sec_floor .fbox .fl, #sec_campus #sec_floor .fbox .fr {
      width: 100%;
      float: none; }
      #sec_campus #sec_floor .fbox .fl #gray-box, #sec_campus #sec_floor .fbox .fr #gray-box {
        margin-bottom: 40px;
        display: block;
        margin-top: 16px;
        padding: 5%; } }
@media screen and (max-width: 767px) {
  #sec_campus #head_tit {
    color: #2e0608;
    height: auto;
    margin-bottom: 30px;
    padding-top: 0;
    padding-right: 0;
    padding-left: 60px;
    text-align: left;
    position: inherit;
    top: inherit;
    right: inherit; }
    #sec_campus #head_tit span {
      border: none;
      display: block;
      padding: 0; } }

#photo-list-btn {
  position: relative;
  z-index: 2000;
  margin-bottom: -96px; }
  #photo-list-btn .fbox {
    display: none;
    position: absolute;
    z-index: 2002;
    top: 0;
    left: 96px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1); }
    #photo-list-btn .fbox .fl, #photo-list-btn .fbox .fr {
      box-sizing: border-box;
      padding: 40px 40px 26px 40px;
      width: 50%; }
    #photo-list-btn .fbox .fl {
      border-right: 1px solid #e6e6e6; }
    #photo-list-btn .fbox ul li {
      white-space: nowrap;
      margin-bottom: 12px; }
  @media screen and (max-width: 767px) {
    #photo-list-btn {
      margin-bottom: -48px; }
      #photo-list-btn p {
        width: 48px; }
      #photo-list-btn .fbox {
        width: calc(100% - 48px);
        left: 48px; }
        #photo-list-btn .fbox .fl, #photo-list-btn .fbox .fr {
          padding: 16px 16px 4px 16px;
          font-size: 71.42857%; }
        #photo-list-btn .fbox ul li {
          white-space: normal; } }

.bx-wrapper .bx-loading {
  background-image: url("/gsla2/common/css/img/bx_loader.gif") !important; }

.photo-garally {
  padding: 60px;
  background: #fff; }
  .photo-garally #sec_photo .rsDefault .rsArrowIcn {
    background-image: url("/gsla2/common/js/lib/royalslider/skins/default/rs-default.png") !important; }
  .photo-garally #sec_photo .rsDefault .rsThumbsArrowIcn {
    background-image: url("/gsla2/common/js/lib/royalslider/skins/default/rs-default.png") !important; }
  .photo-garally #sec_photo .rsDefault .rsPreloader {
    background-image: url("/gsla2/common/js/lib/royalslider/skins/preloaders/preloader-white.gif") !important; }
  .photo-garally #sec_photo .rsABlock {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    width: 24vw;
    padding: 2%; }
    .photo-garally #sec_photo .rsABlock h4 {
      font-size: 142.85714%;
      margin-bottom: 8px; }
    .photo-garally #sec_photo .rsABlock p {
      font-size: 85.71429%;
      line-height: 1.8; }
  .photo-garally #sec_photo .rsArrowIcn {
    width: 48px;
    height: 48px;
    background-color: #ad181f;
    margin-top: -24px;
    margin-left: -24px;
    border-radius: 50%; }
  .photo-garally #sec_photo .rsArrowLeft .rsArrowIcn {
    background-position: -57px -24px; }
  .photo-garally #sec_photo .rsArrowRight .rsArrowIcn {
    background-position: -57px -56px; }
  .photo-garally #sec_photo .rsArrowLeft {
    left: 16px;
    top: 0; }
  .photo-garally #sec_photo .rsArrowRight {
    right: 16px;
    top: 0; }
  .photo-garally #sec_photo .rsThumbsHor {
    padding: 8px 0 10px;
    background: #000;
    width: 100%; }
  .photo-garally #sec_photo .rsThumbsArrow {
    background: #ad181f; }
  .photo-garally #sec_movie {
    margin-top: 100px; }
    .photo-garally #sec_movie .tit-h4 {
      margin-bottom: 20px; }
      .photo-garally #sec_movie .tit-h4 .font-rits {
        line-height: 1;
        font-size: 83.33333%; }
    .photo-garally #sec_movie p img {
      width: 100%;
      margin-top: 30px; }
  .photo-garally .fbox .fl {
    box-sizing: border-box;
    width: calc(100% - 640px);
    padding-right: 40px; }
  .photo-garally .fbox .fr {
    width: 640px; }
  .photo-garally .youtube {
    margin-top: 30px;
  /*
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
		}
    */ }
  @media screen and (max-width: 767px) {
    .photo-garally {
      padding: 15px; }
      .photo-garally #sec_photo .royalSlider {
        height: 460px; }
      .photo-garally #sec_photo .rsContent {
        padding-bottom: 180px !important; }
      .photo-garally #sec_photo .rsImg {
        margin-top: 0 !important; }
      .photo-garally #sec_photo .rsABlock {
        background: none;
        width: calc(100% - 30px);
        padding: 4%;
        right: 0;
        bottom: 0%; }
        .photo-garally #sec_photo .rsABlock h4 {
          font-size: 114.28571%;
          margin-bottom: 4px; }
        .photo-garally #sec_photo .rsABlock p {
          font-size: 71.42857%;
          line-height: 1.8; }
      .photo-garally #sec_photo .rsArrowIcn {
        width: 32px;
        height: 32px;
        margin-top: -16px;
        margin-left: -16px; }
      .photo-garally #sec_photo .rsArrowLeft .rsArrowIcn {
        background-position: -64px -32px; }
      .photo-garally #sec_photo .rsArrowRight .rsArrowIcn {
        background-position: -64px -64px; }
      .photo-garally #sec_photo .rsArrowLeft {
        left: 8px;
        top: 0; }
      .photo-garally #sec_photo .rsArrowRight {
        right: 8px;
        top: 0; }
      .photo-garally #sec_photo .rsThumbsHor {
        border-top: 1px solid #333; }
      .photo-garally #sec_movie {
        margin-top: 40px; }
        .photo-garally #sec_movie .fbox .fl, .photo-garally #sec_movie .fbox .fr {
          width: 100%;
          float: none;
          padding-right: 0;
          margin-bottom: 24px; }
        .photo-garally #sec_movie .youtube {
          position: relative;
          width: 100%;
          padding-top: 56.25%; }
          .photo-garally #sec_movie .youtube iframe {
            position: absolute;
            top: 0;
            right: 0;
            width: 100% !important;
            height: 100% !important; } }

/* ==========================================================================
   カリキュラム
   ========================================================================== */
#sec_curriculum #tit_h1_curriculum {
  font-size: 342.85714%;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 40px; }
@media screen and (max-width: 767px) {
  #sec_curriculum #tit_h1_curriculum {
    font-size: 185.71429%; } }

.tbl-scroll-wrap {
  overflow: hidden; }

@media screen and (max-width: 767px) {
  #sp-t {
    text-align: center;
    font-size: 78.57143%;
    margin-bottom: 8px;
    color: #fff;
    background: #ccc;
    border-radius: 20px; }

  .tbl-scroll-wrap {
    overflow-x: auto; }
    .tbl-scroll-wrap::-webkit-scrollbar {
      height: 8px; }
    .tbl-scroll-wrap::-webkit-scrollbar-track {
      border-radius: 4px;
      background: rgba(0, 0, 0, 0.2); }
    .tbl-scroll-wrap::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background: rgba(0, 0, 0, 0.4); } }
.curriculum-table {
  padding: 60px;
  background: #fff; }
  .curriculum-table table:hover .t-link {
    border-bottom: 1px solid rgba(173, 24, 31, 0.3); }
  .curriculum-table table .t-link {
    border-bottom: 1px solid rgba(173, 24, 31, 0); }
    .curriculum-table table .t-link:hover {
      border-bottom: 1px solid #ad181f; }
  .curriculum-table table tr:last-child th, .curriculum-table table tr:last-child td {
    border-bottom: none; }
  .curriculum-table table tr#t-ttl th {
    font-size: 171.42857%;
    background: #fff; }
  .curriculum-table table tr#t-ttl td {
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #fff; }
    .curriculum-table table tr#t-ttl td a {
      font-size: 142.85714%;
      line-height: 1.4;
      color: #ad181f; }
      .curriculum-table table tr#t-ttl td a:hover {
        color: #ec7278; }
    .curriculum-table table tr#t-ttl td span {
      display: block; }
      .curriculum-table table tr#t-ttl td span strong {
        font-weight: normal;
        font-family: 'Roboto Condensed', sans-serif;
        font-size: 400%; }
  .curriculum-table table tr#t-description th, .curriculum-table table tr#t-description td {
    padding: 0; }
  .curriculum-table table tr#t-description th {
    background: #fff; }
  .curriculum-table table tr#t-description td {
    background: #fff; }
    .curriculum-table table tr#t-description td div {
      padding: 0 40px 24px;
      line-height: 1.9;
      font-size: 85.71429%;
      text-align: justify; }
  .curriculum-table table th, .curriculum-table table td {
    border-right: 1px solid #d9d9d9; }
  .curriculum-table table th {
    padding: 16px;
    border-right: 2px solid #d9d9d9;
    border-bottom: 1px solid #fff;
    vertical-align: middle;
    background: #e5e2df; }
  .curriculum-table table td {
    padding: 16px 24px;
    border-bottom: 1px solid #d9d9d9;
    background: #f9f6f1; }
    .curriculum-table table td:last-child {
      border-right: none; }
  .curriculum-table table dl {
    letter-spacing: -.40em; }
    .curriculum-table table dl dd {
      margin: 2px 0;
      display: inline-block;
      letter-spacing: normal; }
      .curriculum-table table dl dd:after {
        content: '、'; }
      .curriculum-table table dl dd:last-child:after {
        content: ''; }
  .curriculum-table table .red th {
    background: #e0a9af; }
  .curriculum-table table .red td {
    background: #f8efed; }
  .curriculum-table table .orange th {
    background: #edc998; }
  .curriculum-table table .orange td {
    background: #f9efe5; }
  .curriculum-table table .green th {
    background: #ccd79f; }
  .curriculum-table table .green td {
    background: #edf2e8; }
  .curriculum-table table .blue th {
    background: #bce0df; }
  .curriculum-table table .blue td {
    background: #f4f7f8; }
  .curriculum-table table .tate {
    width: 1em;
    border-right: 1px solid #fff;
    background: #e5e2df !important; }
    .curriculum-table table .tate span {
      display: inline-block;
      transform: rotate(-90deg);
      padding-left: 2px;
      margin-right: -2px; }
  .curriculum-table table .blue2 {
    background: #a0d3d2 !important; }
  @media screen and (max-width: 767px) {
    .curriculum-table {
      padding: 15px; }
      .curriculum-table table {
        width: 300%;
        zoom: .5;
        margin-bottom: 8px; } }

#syllabus {
  margin-top: 40px; }
  #syllabus a {
    padding: 16px 24px;
    box-sizing: border-box;
    width: 100%; }
    #syllabus a:before {
      font-size: 157.14286%; }
  @media screen and (max-width: 767px) {
    #syllabus a {
      padding: 12px; } }

.blur {
  -webkit-filter: blur(10px);
  filter: blur(10px); }

.mfp-bg {
  background-color: #000;
  opacity: .9;
  z-index: 10000; }

.mfp-wrap {
  z-index: 10001 !important; }

.mfp-content {
  width: 70vw !important; }

button.mfp-close, button.mfp-arrow {
  z-index: 10005; }

.mfp-arrow {
  opacity: 1; }
  .mfp-arrow:hover {
    opacity: .65; }

.mfp-arrow-left:before {
  border-right: none; }

.mfp-arrow-right:before {
  border-left: none; }

.mfp-close-btn-in .mfp-close {
  color: #FFF;
  font-size: 38px;
  opacity: 1;
  right: 0;
  top: -37px; }
  .mfp-close-btn-in .mfp-close:hover {
    opacity: .65; }

.mfp-wrap .block {
  min-height: 40vh;
  box-sizing: border-box;
  background: #fff;
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 10%;
  -webkit-transition: 0.2s ease-out;
  -moz-transition: 0.2s ease-out;
  -ms-transition: 0.2s ease-out;
  -o-transition: 0.2s ease-out;
  transition: 0.2s ease-out; }
  .mfp-wrap .block h1 {
    font-size: 285.71429%;
    margin-bottom: 16px; }
  .mfp-wrap .block .img2 {
    margin: 40px 0 40px; }
    .mfp-wrap .block .img2 li {
      width: 49.7%; }
      .mfp-wrap .block .img2 li:nth-child(2n) {
        float: right; }
  .mfp-wrap .block .img3 {
    margin: 40px 0 40px; }
    .mfp-wrap .block .img3 li {
      width: 33%; }
      .mfp-wrap .block .img3 li:nth-child(2n) {
        margin-left: .5%; }
      .mfp-wrap .block .img3 li:nth-child(3n) {
        margin-left: .5%;
        float: right; }
  .mfp-wrap .block p {
    font-size: 114.28571%;
    line-height: 2; }
.mfp-wrap .sttl {
  font-size: 171.42857%;
  background: #E5E2DF;
  display: inline-block;
  padding: 0 9px;
  font-weight: bold; }
  .mfp-wrap .sttl.c {
    background: #E0A9AF; }
  .mfp-wrap .sttl.d {
    background: #EDC998; }
  .mfp-wrap .sttl.e {
    background: #CCD79F; }
  .mfp-wrap .sttl.f {
    background: #BCE0DF; }
  .mfp-wrap .sttl.g {
    background: #BCE0DF; }
  .mfp-wrap .sttl.h {
    background: #BCE0DF; }
  .mfp-wrap .sttl.i {
    background: #BCE0DF; }
  .mfp-wrap .sttl.j {
    background: #BCE0DF; }

/* overlay at start */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8); }
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out; }
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1); }
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8; }
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0; }
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

@media screen and (max-width: 767px) {
  .mfp-content {
    width: 100% !important; }

  .mfp-close-btn-in .mfp-close {
    bottom: -44px;
    color: #fff;
    right: 0;
    top: inherit; }

  .mfp-wrap .block {
    min-height: inherit;
    margin-bottom: 0;
    margin-top: 0;
    padding: 40px 25px; }
    .mfp-wrap .block .sttl {
      margin-bottom: 10px;
      font-size: 100%; }
    .mfp-wrap .block h1 {
      font-size: 142.85714%;
      margin-bottom: 8px; }
    .mfp-wrap .block .img2, .mfp-wrap .block .img3 {
      margin: 0 0 16px; }
      .mfp-wrap .block .img2 li, .mfp-wrap .block .img3 li {
        margin: 0 0 2px 0 !important;
        width: 100%;
        float: none;
        display: inline-block; }
    .mfp-wrap .block p {
      font-size: 100%;
      line-height: 1.8; }

  .mfp-arrow-left:after {
    border-right: 17px solid #000;
    margin-left: 10px; }

  .mfp-arrow-right:after {
    border-left: 17px solid #000;
    margin-left: 59px; } }
/* ==========================================================================
   09. 資格・卒業後の進路
   ========================================================================== */
/**
 * 資格・卒業後の進路
 */
/* ==========================================================================
   資格・卒業後の進路
   ========================================================================== */
/* 企業、行政など様々な業界・職種への道
   ========================================================================== */
.list-anchor01 {
  margin-bottom: 35px;
  margin-top: 10.8%; }
  .list-anchor01 li {
    border-right: 1px dashed #b3b3b3;
    display: table-cell;
    font-size: 114.28571%;
    font-weight: bold;
    white-space: nowrap; }
    .list-anchor01 li a {
      display: block;
      padding-left: 6.7%;
      padding-right: 6.7%; }
    .list-anchor01 li:last-child {
      border-right: none;
      padding-right: 0; }
    .list-anchor01 li:first-child a {
      padding-left: 0; }
    .list-anchor01 li a:before {
      color: #ad181f;
      font-size: 22px;
      margin-right: 15px; }
    .list-anchor01 li a:hover {
      color: #ad181f;
      text-decoration: none; }

#generalist {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5.3%;
  padding-top: 60px; }

.generalist-box01 {
  border: 1px solid #e6e6e6;
  margin-top: 5%;
  padding: 0 6% 10%; }

.generalist-box01-in {
  float: left;
  margin-right: 4.5%;
  width: 47.7%; }
  .generalist-box01-in:last-child {
    margin-right: 0; }

.generalist-box01-ttl {
  font-size: 171.42857%;
  margin-bottom: 2%; }
  .generalist-box01-ttl span {
    border-top: 2px solid #372f2c;
    display: inline-block;
    padding-top: 20px; }

.generalist-box01-sttl {
  border-bottom: 3px solid #e0e0e0;
  padding-bottom: 5px; }
  .generalist-box01-sttl span {
    margin-left: 5px;
    font-size: 66.66667%; }

.generalist-box01-list {
  width: 46.42857%; }
  .generalist-box01-list li {
    border-bottom: 1px solid #e6e6e6;
    padding: 4px 0; }

@media screen and (max-width: 767px) {
  .list-anchor01 {
    display: none; }
    .list-anchor01 li {
      border: none;
      display: block;
      font-size: 92.85714%;
      margin-bottom: 10px; }
      .list-anchor01 li:last-child {
        margin-bottom: 0; }
      .list-anchor01 li a {
        padding: 0; }
        .list-anchor01 li a:before {
          margin-right: 5px; }

  .generalist-box01-in {
    float: none;
    margin-right: 0;
    margin-bottom: 30px;
    width: 100%; } }
/* 臨床心理士、公認心理師を目指す
   ========================================================================== */
#specialist {
  padding-top: 60px; }

.specialist-box01 {
  padding-bottom: 8.9%; }

.specialist-box01 {
  margin-top: 5.3%; }

.specialist-box01-in {
  float: left;
  width: 50%; }

.specialist-box01-in:last-child .specialist-box01-summary {
  border-left: 1px solid #e6e6e6; }

.specialist-box01-summary {
  padding-left: 17.8%;
  padding-right: 17.8%; }
  .specialist-box01-summary dt {
    font-size: 171.42857%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5.3%; }
  .specialist-box01-summary dd {
    line-height: 1.85; }

.specialist-box01-thumb {
  display: block;
  margin-bottom: 4.5%; }

@media screen and (max-width: 767px) {
  .specialist-box01-in {
    float: none;
    width: 100%; }

  .specialist-box01-summary {
    padding: 0 15px 30px; }

  .specialist-box01-in:last-child .specialist-box01-summary {
    border-left: none; } }
/* 臨床心理士、公認心理師を目指す
   ========================================================================== */
#qualification {
  background-color: #e0e0e0;
  padding-bottom: 5.3%;
  padding-top: 5.3%; }

.qualification-list01 li {
  border: 1px solid #FFF;
  color: #372f2c;
  font-size: 128.57143%;
  font-weight: bold;
  margin-bottom: 1%;
  padding: 15px 40px; }
  .qualification-list01 li span {
    margin-left: 0.5%;
    font-size: 66.66667%;
    color: #8c8c8c;
    vertical-align: top; }
  .qualification-list01 li:last-child {
    margin-bottom: 0; }

.qualification-list01-summary {
  color: #8c8c8c;
  font-weight: normal;
  margin-top: 20px; }
  .qualification-list01-summary li {
    margin-bottom: 0.5%;
    margin-left: 24px;
    text-indent: -1.9em; }
    .qualification-list01-summary li:last-child {
      margin-bottom: 0; }

@media screen and (max-width: 767px) {
  .qualification-list01 li {
    padding: 10px 15px;
    font-size: 100%; } }
/* ==========================================================================
   10. 入試・学費について
   ========================================================================== */
/**
 * 入試・学費について
 */
/* ==========================================================================
   入試・学費について
   ========================================================================== */
#rits_net {
  margin-top: 30px;
  position: relative; }
  #rits_net a {
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    display: block;
    padding: 2.6785714% 3.5714286%;
    border: 1px solid #e6e6e6; }
    #rits_net a:hover {
      text-decoration: none; }
    #rits_net a span {
      font-size: 128.57143%; }
    #rits_net a p {
      font-weight: bold;
      font-size: 214.28571%; }
    #rits_net a:before {
      position: absolute;
      top: 30%;
      right: 3.5714286%;
      font-size: 214.28571%;
      font-size: 30px;
      font-family: 'icomoon';
      content: "\e297";
      color: #ad181f; }
    @media screen and (max-width: 767px) {
      #rits_net a span {
        font-size: 100%; }
      #rits_net a p {
        font-weight: bold;
        font-size: 171.42857%; }
      #rits_net a:before {
        top: 22%; } }

#rits_app {
  margin-top: 5.3571429%;
  background: #e0e0e0;
  padding: 5.3571429%; }
  #rits_app #rits_app_icon {
    margin-top: 5px;
    border-radius: 20px;
    margin-right: 3.5714286%; }
    @media screen and (max-width: 767px) {
      #rits_app #rits_app_icon {
        margin: 0 auto 20px;
        float: none;
        height: auto;
        width: 50%;
        display: block; } }
  #rits_app .block-small {
    width: auto;
    max-width: 900px; }
  #rits_app #btn_download {
    margin-top: 30px; }
    #rits_app #btn_download a {
      display: block;
      float: left;
      position: relative;
      -webkit-transition: 0.4s ease;
      -moz-transition: 0.4s ease;
      -ms-transition: 0.4s ease;
      -o-transition: 0.4s ease;
      transition: 0.4s ease;
      padding: 10px 20px 15px 80px;
      border: 1px solid rgba(255, 255, 255, 0.6); }
      #rits_app #btn_download a:hover {
        background-color: #fff;
        text-decoration: none; }
      #rits_app #btn_download a em {
        font-style: normal;
        font-size: 85.71429%; }
        #rits_app #btn_download a em span {
          background: rgba(255, 255, 255, 0.8);
          border-radius: 3px;
          padding: 2px 3px;
          margin-right: 5px; }
      #rits_app #btn_download a#download_apple:before {
        position: absolute;
        top: 15px;
        left: 20px;
        font-size: 214.28571%;
        font-size: 30px;
        font-family: 'icomoon';
        content: "\f179";
        color: #000; }
      #rits_app #btn_download a#download_android:before {
        position: absolute;
        top: 15px;
        left: 20px;
        font-size: 214.28571%;
        font-size: 30px;
        font-family: 'icomoon';
        content: "\f17b";
        color: #000; }
      #rits_app #btn_download a:first-child {
        margin-right: 3.5714286%; }
      @media screen and (max-width: 767px) {
        #rits_app #btn_download a {
          box-sizing: border-box;
          width: 100%; }
          #rits_app #btn_download a:first-child {
            margin-bottom: 10px; } }

#btn_fee {
  margin-top: 30px; }
  #btn_fee a {
    display: block;
    float: left;
    position: relative;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -ms-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease;
    padding: 20px 20px 20px 80px;
    border: 1px solid #e6e6e6; }
    #btn_fee a:hover {
      background-color: #fff;
      text-decoration: none; }
    #btn_fee a p span {
      font-size: 72.22222%; }
    #btn_fee a#link_fee01:before {
      position: absolute;
      top: 15px;
      left: 20px;
      font-size: 214.28571%;
      font-size: 30px;
      font-family: 'icomoon';
      content: "\e902";
      color: #ad181f; }
    #btn_fee a#link_fee02:before {
      position: absolute;
      top: 15px;
      left: 20px;
      font-size: 214.28571%;
      font-size: 30px;
      font-family: 'icomoon';
      content: "\e903";
      color: #ad181f; }
    #btn_fee a:first-child {
      margin-right: 3.5714286%; }
    @media screen and (max-width: 767px) {
      #btn_fee a {
        box-sizing: border-box;
        width: 100%; }
        #btn_fee a:first-child {
          margin-bottom: 10px; } }

#txt_ad {
  margin-bottom: 100px; }
  #txt_ad p {
    margin-bottom: 10px; }
  #txt_ad ul li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    #txt_ad {
      width: 100%; } }

/* ==========================================================================
   11. ユーティリティ
   ========================================================================== */
/**
 * ユーティリティ
 */
/* ==========================================================================
   交通アクセス
   ========================================================================== */
#sec_acsess .box-acsess01 {
  display: table;
  table-layout: fixed;
  width: 100%; }
#sec_acsess .box-acsess-l, #sec_acsess .box-acsess-r {
  display: table-cell;
  padding-bottom: 65px;
  padding-top: 2%;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }
#sec_acsess .box-acsess-l {
  width: 125px;
  border-right: 1px solid #e6e6e6;
  padding-top: 2%; }
#sec_acsess .box-acsess-r {
  padding-left: 53px;
  padding-bottom: 110px; }
#sec_acsess #box-map {
  position: relative;
  max-width: 700px; }
  #sec_acsess #box-map #btn-gmap {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff; }
@media screen and (max-width: 767px) {
  #sec_acsess .box-acsess01 {
    margin-top: 40px; }
    #sec_acsess .box-acsess01:first-child {
      margin-top: 0; }
  #sec_acsess .box-acsess-l, #sec_acsess .box-acsess-r {
    display: block;
    padding: 0;
    width: 100%; }
  #sec_acsess .box-acsess-l {
    padding-left: 0; }
  #sec_acsess .box-acsess-r {
    border-left: 0;
    padding-left: 0; } }

/* ==========================================================================
   お問い合わせ
   ========================================================================== */
/* ==========================================================================
   サイト内検索
   ========================================================================== */
/* ==========================================================================
   12. 学部長予定者のメッセージ
   ========================================================================== */
/**
 * 学部長予定者のメッセージ
 */
#sec_message #mes {
  position: relative;
  border-bottom: 1px solid #e6e6e6; }
  #sec_message #mes #mes-txt {
    position: absolute;
    top: 35.5%;
    left: 110px;
    z-index: 1; }
    #sec_message #mes #mes-txt p {
      color: #00548a;
      font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", serif;
      font-size: 142.85714%;
      letter-spacing: 2px;
      margin-left: 3px; }
    #sec_message #mes #mes-txt h2 {
      font-weight: normal;
      font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", serif;
      font-size: 400%;
      margin: -5px 0 16px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    #sec_message #mes #mes-txt h3 {
      font-weight: normal;
      font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", serif;
      font-size: 171.42857%; }
  #sec_message #mes img {
    width: 100%;
    max-width: none !important; }
#sec_message .sec-wrap01 .block-small {
  margin-left: 6%; }
#sec_message .sec-wrap01 .tit-h4 {
  line-height: 1.9; }
#sec_message .sec-wrap01 p {
  margin-top: 15px; }
#sec_message .sec-wrap01 .para {
  margin-top: 50px; }
  #sec_message .sec-wrap01 .para:before {
    content: "";
    width: 140px;
    height: 1px;
    background: #e6e6e6;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px; }
#sec_message .sec-wrap01 #hand {
  margin-top: 30px;
  text-align: right; }
@media screen and (max-width: 1024px) {
  #sec_message #mes #mes-txt {
    left: 60px; }
  #sec_message .sec-wrap01 .block-small {
    margin-left: 0px; } }
@media screen and (max-width: 767px) {
  #sec_message #mes #mes-txt {
    position: absolute;
    top: 30%;
    left: 15px;
    z-index: 1; }
    #sec_message #mes #mes-txt p {
      font-size: 71.42857%; }
    #sec_message #mes #mes-txt h2 {
      font-size: 214.28571%;
      margin: -3px 0 5px; }
    #sec_message #mes #mes-txt h3 {
      font-size: 85.71429%; }
  #sec_message #mes img {
    width: 100%;
    max-width: none !important; }
  #sec_message .sec-wrap01 p {
    margin-left: 0px; }
  #sec_message .sec-wrap01 .para {
    margin-top: 25px; }
    #sec_message .sec-wrap01 .para:before {
      margin-bottom: 25px; }
  #sec_message .sec-wrap01 #hand img {
    width: 200px; } }

/* ==========================================================================
   13. 教員紹介
   ========================================================================== */
/**
 * 学部長予定者のメッセージ
 */
#teacher-list {
  padding: 0; }
  #teacher-list h2 {
    background: #00548a;
    color: #fff;
    padding: 15px 30px;
    font-size: 128.57143%;
    border-bottom: 1px solid #e6e6e6;
    margin-top: -1px; }
    @media screen and (max-width: 767px) {
      #teacher-list h2 {
        font-size: 114.28571%;
        padding: 15px; } }
  #teacher-list a {
    position: relative;
    display: block;
    border-bottom: 1px solid #e6e6e6;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
    @media screen and (max-width: 767px) {
      #teacher-list a {
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
        transition: none; } }
    #teacher-list a:after {
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 100;
      -webkit-transition: 0.8s ease;
      -moz-transition: 0.8s ease;
      -ms-transition: 0.8s ease;
      -o-transition: 0.8s ease;
      transition: 0.8s ease;
      display: block;
      content: '';
      height: 2px;
      width: 0px;
      background: #ad181f; }
      @media screen and (max-width: 767px) {
        #teacher-list a:after {
          -webkit-transition: none;
          -moz-transition: none;
          -ms-transition: none;
          -o-transition: none;
          transition: none; } }
    #teacher-list a:hover:after {
      width: 100%; }
    @media screen and (max-width: 767px) {
      #teacher-list a:hover:after {
        width: 0; } }
    #teacher-list a dl dt {
      float: left;
      width: 16%;
      background: #f0f0f0; }
      #teacher-list a dl dt.name {
        background: none;
        box-sizing: border-box;
        padding: 4.0909091% 0 0 4.5454545%;
        width: 31%;
        font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", serif;
        font-size: 321.42857%;
        font-weight: normal; }
        #teacher-list a dl dt.name span {
          display: block;
          color: #00548a;
          font-size: 26.66667%;
          margin-bottom: -6px;
          letter-spacing: 0; }
        @media screen and (max-width: 1024px) {
          #teacher-list a dl dt.name {
            font-size: 214.28571%; } }
      #teacher-list a dl dt.small {
        letter-spacing: -4px; }
      @media screen and (max-width: 767px) {
        #teacher-list a dl dt {
          width: 40%; }
          #teacher-list a dl dt.name {
            width: 60%;
            font-size: 185.71429%; }
            #teacher-list a dl dt.name span {
              font-size: 46.15385%;
              margin-bottom: -3px; } }
    #teacher-list a dl dd {
      box-sizing: border-box;
      float: left;
      padding: 4.0909091% 4.5454545% 0 4.5454545%;
      box-sizing: border-box;
      vertical-align: middle;
      width: 49%;
      float: left;
      font-size: 114.28571%;
      color: #2e0608; }
      #teacher-list a dl dd span {
        display: block;
        font-size: 75%;
        font-weight: normal;
        color: #968283;
        margin-bottom: 3px; }
      @media screen and (max-width: 767px) {
        #teacher-list a dl dd {
          width: 60%;
          padding-top: 2%;
          font-size: 100%; }
          #teacher-list a dl dd span {
            display: inline;
            font-size: 85.71429%; } }

#sec_teacher #head_tit_wrap01 {
  display: none; }
#sec_teacher #mes {
  position: relative;
  border-bottom: 1px solid #e6e6e6; }
  #sec_teacher #mes #mes-txt {
    padding: 20px 30px 0;
    background: #fff;
    position: absolute;
    bottom: -45px;
    left: 110px;
    z-index: 1; }
    #sec_teacher #mes #mes-txt p {
      color: #00548a;
      font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", serif;
      font-size: 142.85714%;
      letter-spacing: 2px;
      margin-left: 3px; }
    #sec_teacher #mes #mes-txt h2 {
      font-weight: normal;
      font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", serif;
      font-size: 400%;
      margin-top: -5px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      float: left; }
    
      #sec_teacher #mes #mes-txt h2 span {
        display: block;
        font-size: 28.57143%; }
    #sec_teacher #mes #mes-txt h3 {
      display: inline-block;
      font-weight: normal;
      font-size: 142.85714%;
      background: #00548a;
      color: #fff;
      border-radius: 30px;
      padding: 10px 20px;
      margin: 13px 0 0 20px; }
  #sec_teacher #mes img {
    width: 100%;
    max-width: none !important; }
#sec_teacher .sec-first01 {
  padding-top: 100px;
  padding-bottom: 100px;
  border-bottom: 1px solid #e6e6e6; }
  #sec_teacher .sec-first01 #teacher-detail {
    margin-left: 21%;
    position: relative; }
    #sec_teacher .sec-first01 #teacher-detail dt {
      position: absolute;
      z-index: 1;
      font-size: 114.28571%;
      color: #968283;
      margin-bottom: 10px;
      background: #fff; }
      #sec_teacher .sec-first01 #teacher-detail dt:after {
        content: '　';
        background: #fff; }
    #sec_teacher .sec-first01 #teacher-detail dd {
      position: relative;
      padding-left: 170px;
      margin-bottom: 10px;
      font-size: 128.57143%;
      font-weight: bold; }
      #sec_teacher .sec-first01 #teacher-detail dd em {
        color: #888;
        display: block;
        margin-bottom: 10px;
        font-style: normal;
        font-weight: normal;
        font-size: 66.66667%; }
      #sec_teacher .sec-first01 #teacher-detail dd:before {
        z-index: 0;
        position: absolute;
        top: 12px;
        left: 0;
        content: '';
        background: #e5e5e5;
        width: 160px;
        height: 1px; }
      #sec_teacher .sec-first01 #teacher-detail dd:nth-last-child(1) {
        font-size: 100%; }
#sec_teacher .sec-wrap01 .qa {
  position: relative;
  margin-top: 100px;
  margin-left: 21%; }
  #sec_teacher .sec-wrap01 .qa .tit-h4 {
    font-size: 157.14286%;
    line-height: 1.9; }
  #sec_teacher .sec-wrap01 .qa p {
    margin-top: 15px;
    word-wrap: break-word;
    word-break: break-all; }
  #sec_teacher .sec-wrap01 .qa .para {
    margin-top: 50px; }
    #sec_teacher .sec-wrap01 .qa .para:before {
      content: "";
      width: 50px;
      height: 1px;
      background: #e6e6e6;
      margin: 0 auto;
      display: block;
      margin-bottom: 50px; }
  #sec_teacher .sec-wrap01 .qa:before {
    position: absolute;
    top: -1%;
    left: -21%;
    font-family: rits;
    letter-spacing: 0.06em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 242.85714%;
    font-size: 34px;
    background: #ad181f;
    letter-spacing: 0;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  #sec_teacher .sec-wrap01 .qa#q1:before {
    content: 'Q1'; }
  #sec_teacher .sec-wrap01 .qa#q2:before {
    content: 'Q2'; }
  #sec_teacher .sec-wrap01 .qa#q3:before {
    content: 'Q3'; }


@media screen and (max-width: 1024px) {
  #sec_teacher #mes #mes-txt {
    left: 60px; }
  #sec_teacher .sec-first01 #teacher-detail {
    margin-left: 0; }
  #sec_teacher .sec-wrap01 .qa {
    margin-left: 0px; }
    #sec_teacher .sec-wrap01 .qa:before {
      left: 0%; }
    #sec_teacher .sec-wrap01 .qa .tit-h4 {
      margin-left: 70px; } }


@media screen and (max-width: 767px) {
  #sec_teacher #mes #mes-txt {
    padding: 10px 15px 0;
    left: 30px;
    bottom: -30px; }
    #sec_teacher #mes #mes-txt p {
      font-size: 71.42857%; }
    #sec_teacher #mes #mes-txt h2 {
      font-size: 214.28571%;
      margin: -3px 0 5px; }
  #sec_teacher #mes img {
    width: 100%;
    max-width: none !important; }
  #sec_teacher .sec-first01 {
    padding: 50px 45px 40px; }
    #sec_teacher .sec-first01 #teacher-detail {
      margin-left: 0; }
      #sec_teacher .sec-first01 #teacher-detail dt {
        font-size: 100%;
        position: relative;
        margin-bottom: 0;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 3px; }
      #sec_teacher .sec-first01 #teacher-detail dd {
        padding-top: 5px;
        font-size: 114.28571%;
        padding-left: 0; }
        #sec_teacher .sec-first01 #teacher-detail dd:before {
          display: none; }
  #sec_teacher .sec-wrap01 .qa {
    padding-top: 80px; }
    #sec_teacher .sec-wrap01 .qa:before {
      left: 50%;
      margin-left: -25px; }
    #sec_teacher .sec-wrap01 .qa .tit-h4 {
      font-size: 142.85714%;
      margin-left: 0;
      line-height: 1.6; }
    #sec_teacher .sec-wrap01 .qa p {
      margin-left: 0px; }
    #sec_teacher .sec-wrap01 .qa .para {
      margin-top: 25px; }
      #sec_teacher .sec-wrap01 .qa .para:before {
        margin-bottom: 25px; } 
}



.message {
  position: relative; }
  .message #message-txt {
    writing-mode: tb-rl;
    /* IE独自仕様 */
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -o-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    margin: 7% 7% 0; }
    .message #message-txt .tit-h4 {
      margin-left: 10%; }
    .message #message-txt .large {
      font-size: 128.57143%;
      font-family: YuMincho, '游明朝',"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif, "メイリオ", Meiryo, "Lucida Grande", "Lucida Sans Unicode", serif;
      margin-top: 40px;
      margin-left: 15px; }
      .message #message-txt .large:last-child {
        margin-left: 0; }
    .message #message-txt.small-amount .large {
      font-size: 121.42857%; }
    .message #message-txt.xsmall-amount .large {
      font-size: 114.28571%; }
  .message img {
    width: 100%;
    max-width: none !important; }
  .message #teacher-data {
    background: #e0e0e0;
    box-sizing: border-box;
    width: 100%;
    padding: 10% 0 12%;
    text-align: center; }
    .message #teacher-data ul li {
      display: inline-block;
      margin: 0 10px;
      color: #ccc;
      vertical-align: middle; }
      .message #teacher-data ul li a {
        border: 1px solid #fff;
        padding: 3px 30px 10px;
        display: block; }
        .message #teacher-data ul li a span:before {
          color: #2e0608; }
        .message #teacher-data ul li a:hover {
          background: #fff; }
      .message #teacher-data ul li strong {
        border: 1px solid rgba(255, 255, 255, 0.5);
        padding: 3px 30px 10px;
        display: block; }
      .message #teacher-data ul li span {
        font-size: 171.42857%;
        margin-right: 8px; }
        .message #teacher-data ul li span:before {
          color: #ccc; }
    @media screen and (max-width: 1024px) {
      .message #teacher-data ul.small li a {
        padding: 3px 15px 10px; } }
  @media screen and (max-width: 767px) {
    .message:before {
      display: block;
      content: '';
      border-top: 5px solid #ad181f;
      border-bottom: 1px solid #e6e6e6; }
    .message #message-txt {
      background: #f0eff1;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0eff1), color-stop(1, #f8f8f8));
      background: -webkit-linear-gradient(top, #f0eff1 0, #f8f8f8 1);
      background: -o-linear-gradient(top, #f0eff1 0, #f8f8f8 1);
      background: -ms-linear-gradient(top, #f0eff1 0, #f8f8f8 1);
      background: linear-gradient(to bottom, #f0eff1 0, #f8f8f8 1);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$startcolor, endColorstr=$stopcolor,GradientType=0 );
      border-bottom: 1px solid #e6e6e6;
      padding: 15% 15px;
      margin: 0;
      position: relative;
      writing-mode: horizontal-tb;
      /* IE独自仕様 */
      -moz-writing-mode: horizontal-tb;
      -o-writing-mode: horizontal-tb;
      -webkit-writing-mode: horizontal-tb; }
      .message #message-txt .tit-h4 {
        margin-left: 0;
        font-size: 142.85714%;
        line-height: 1.6; }
      .message #message-txt .large {
        font-family: YuGothic, '游ゴシック',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,'ＭＳ Ｐゴシック',sans-serif;
        margin-left: 0;
        margin-top: 15px; }
    .message #teacher-data ul li {
      display: block;
      margin: 10px 45px; } }

.underline {
  text-decoration: underline; }

.disc-list li {
  list-style-type: disc;
  margin-left: 2.5em; }

.mode-reset {
  margin-bottom: -0.45em;
  margin-top: -0.45em;
  writing-mode: horizontal-tb;
  /* IE独自仕様 */
  -moz-writing-mode: horizontal-tb;
  -o-writing-mode: horizontal-tb;
  -webkit-writing-mode: horizontal-tb; }

#wide.message {
  min-width: 1020px; }

@media screen and (max-width: 767px) {
  #wide.message {
    min-width: inherit; } }
/* ==========================================================================
   99. Parts
   ========================================================================== */
/**
 * 共通スタイル
 */
/* ==========================================================================
   title
   ========================================================================== */
#tit_h1 {
  font-size: 428.57143%;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 40px; }

.tit-h2 {
  font-size: 321.42857%;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -.08em;
  margin-bottom: 30px; }

.tit-h3,
#head_tit {
  font-size: 257.14286%;
  font-weight: bold;
  letter-spacing: -.06em;
  line-height: 1.4;
  margin-bottom: 30px; }

.tit-h4 {
  font-size: 171.42857%;
  font-weight: bold;
  margin-bottom: 30px; }
  .tit-h4 .inner-fs12 {
    font-size: 50%;
    font-weight: normal;
    margin-left: 20px; }

.tit-h5 {
  font-size: 128.57143%;
  font-weight: bold;
  margin-bottom: 30px; }

.tit-heading {
  color: #ad181f;
  font-size: 142.85714%;
  font-weight: bold;
  letter-spacing: -.06em; }

#head_tit_wrap01 {
  border-bottom: 1px solid #e6e6e6; }

#head_tit {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  line-height: 1;
  height: 230px;
  padding-left: 60px;
  width: 100%;
  vertical-align: middle; }

#head_tit.tit-ico {
  padding-left: 190px; }

#head_tit.head-tit-en {
  font-size: 428.57143%;
  letter-spacing: .05em;
  font-weight: normal; }

/*スライドタイトル*/
#head_tit_photo {
  position: relative; }
  #head_tit_photo .bx-wrapper {
    max-width: inherit !important; }
  #head_tit_photo .bx-wrapper .bx-viewport {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 0;
    background: #fff;
    width: inherit !important; }
  #head_tit_photo #tit_slide {
    list-style: none;
    position: relative; }
    #head_tit_photo #tit_slide li {
      display: block !important;
      transition-timing-function: cubic-bezier(0.845, 0.005, 0.07, 1);
      overflow: hidden; }
      #head_tit_photo #tit_slide li div {
        width: 100%; }
        #head_tit_photo #tit_slide li div img {
          width: 100%;
          max-width: 100%;
          height: auto; }
      #head_tit_photo #tit_slide li.now {
        transition: width 0;
        width: 0 !important; }
      #head_tit_photo #tit_slide li.now2 {
        transition: width 1s;
        width: 100% !important; }
  #head_tit_photo h1 {
    color: #fff;
    line-height: 1;
    font-size: 321.42857%;
    position: absolute;
    top: 36%;
    right: 8.7591241%;
    z-index: 1;
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 2.189781%;
    box-sizing: border-box; }

.tit-future01 {
  background: url(/gsla2/common/css/img/ico_course.png) no-repeat 60px center; }

.tit-admission01 {
  background: url(/gsla2/common/css/img/ico_admission.png) no-repeat 60px center; }

@media screen and (max-width: 767px) {
  #tit_h1 {
    font-size: 214.28571%;
    margin-bottom: 20px; }

  .tit-h2 {
    font-size: 185.71429%;
    margin-bottom: 15px; }

  .tit-h3 {
    font-size: 171.42857%;
    margin-bottom: 15px; }

  #head_tit {
    margin-top: 0 !important;
    padding-top: 15px;
    font-size: 171.42857%;
    margin-bottom: 15px; }

  .tit-h4 {
    font-size: 128.57143%; }
    .tit-h4 .inner-fs12 {
      font-size: 75%;
      font-weight: normal;
      margin-left: 20px; }

  .tit-h5 {
    font-size: 114.28571%;
    font-weight: bold;
    margin-bottom: 30px; }

  .tit-heading {
    font-size: 128.57143%; }

  #head_tit_photo h1 {
    z-index: 2;
    right: auto;
    left: auto;
    border: none;
    text-align: center;
    width: 100%;
    font-size: 200%;
    top: 32%; }
  #head_tit_photo:after {
    content: "";
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: transparent;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=$startcolor, endColorstr=$stopcolor,GradientType=0 ); }

  #head_tit {
    display: block;
    height: auto;
    margin-top: 20px;
    padding-left: 15px;
    width: 100%;
    vertical-align: middle; }

  #head_tit.head-tit-en {
    font-size: 214.28571%;
    padding-left: 15px;
    margin-bottom: 12px !important; }

  #head_tit.tit-ico {
    font-size: 171.42857%;
    margin-bottom: 0;
    margin-top: 0;
    padding: 20px 20px 20px 80px; }

  .tit-future01 {
    background: url(/gsla2/common/css/img/ico_course.png) no-repeat 20px center;
    background-size: 50px auto; }

  .tit-admission01 {
    background: url(/gsla2/common/css/img/ico_admission.png) no-repeat 20px center;
    background-size: 50px auto; }

  #head_tit_wrap01 {
    background: #f7f7f7; } }
/* ==========================================================================
   button
   ========================================================================== */
.btn {
  border: 1px solid #e6e6e6;
  display: inline-block;
  padding: 10px 15px; }
  .btn:hover {
    color: #ad181f;
    text-decoration: none; }

.btn-list {
  text-align: right;
  position: relative; }
  .btn-list.icon-arrow-right:before {
    position: absolute;
    left: 10px;
    top: 15px; }

.btn-ja {
  font-size: 128.57143%; }

.btn-en {
  font-size: 171.42857%;
  min-width: 160px; }

@media screen and (max-width: 767px) {
  .btn {
    padding: 5px 15px; }

  .btn-en {
    font-size: 100%;
    min-width: inherit; }

  .btn-list.icon-arrow-right:before {
    top: 8px; } }
/* ==========================================================================
   rits
   ========================================================================== */
.font-rits {
  font-family: rits;
  letter-spacing: 0.06em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.color-rits {
  color: #ad181f; }

.bg-rits {
  background-color: #ad181f; }

/* ==========================================================================
   font
   ========================================================================== */
.large {
  font-size: 128.57143%;
  line-height: 1.78; }

/* ==========================================================================
   section
   ========================================================================== */
.sec-wrap01 {
  padding-left: 60px;
  padding-right: 60px; }

.sec-wrap01-in {
  padding-left: 40px;
  padding-right: 40px; }
  @media screen and (max-width: 1024px) {
    .sec-wrap01-in {
      padding-left: 0;
      padding-right: 0; } }

.sec-first01 {
  padding-top: 60px; }

.block-small {
  width: 650px; }

.box-img-full img {
  height: auto;
  width: 100%; }

@media screen and (max-width: 767px) {
  .large {
    font-size: 114.28571%;
    line-height: 1.7; }

  .sec-wrap01 {
    padding-left: 15px;
    padding-right: 15px; }

  .sec-wrap01-in {
    padding-left: 0;
    padding-right: 0; }

  .sec-first01 {
    padding-top: 30px; }

  .block-small {
    max-width: inherit;
    width: 100%; } }
@font-face {
  font-family: 'icomoon';
  src: url("/letters/common/file/fonts/icomoon-g137dy.eot");
  src: url("/letters/common/file/fonts/icomoon-g137dy.eot#iefix") format("embedded-opentype"), url("/letters/common/file/fonts/icomoon-g137dy.ttf") format("truetype"), url("/letters/common/file/fonts/icomoon-g137dy.woff") format("woff"), url("/letters/common/file/fonts/icomoon-g137dy.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"]:before, [class^="icon-"]:after, [class*=" icon-"]:before, [class*=" icon-"]:after, #footer_navi > li:before, #footer_navi > li:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: middle;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-toc-page-top:before {
  content: "\e904"; }

.icon-toc:before {
  content: "\e905"; }

.icon-ad01:before {
  content: "\e902"; }

.icon-ad02:before {
  content: "\e903"; }

.icon-page-btm:before {
  content: "\e900"; }

.icon-page-top:before {
  content: "\e901"; }

.icon-arrow-down:before {
  content: "\e10f"; }

.icon-arrow-left:before {
  content: "\e110";
  color: #ad181f; }

.icon-arrow-right:before {
  content: "\e111";
  color: #ad181f; }

.icon-arrow-up:before {
  content: "\e112"; }

.icon-pdf:before {
  content: "\e1a6"; }

.icon-blank:before {
  content: "\e297"; }

.icon-book:before {
  content: "\f02d"; }

.icon-search:before {
  content: "\e2ca"; }

.icon-help_outline:before {
  content: "\e30f"; }

.icon-twitter-square:before {
  content: "\f081"; }

.icon-phone:before {
  content: "\f095"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-facebook-f:before {
  content: "\f09a"; }

.icon-apple:before {
  content: "\f179"; }

.icon-android:before {
  content: "\f17b"; }

.icon-facebook-official:before {
  content: "\f230"; }

#footer_navi > li:before {
  content: "\e111";
  color: #ad181f; }

#footer_navi > li.pdf:before {
  content: "\e1a6"; }

#footer_navi > li.pdf {
  padding-left: 2.0%; }

@media screen and (max-width: 767px) {
  #footer_navi > li.pdf {
    padding-left: 17px; } }



