@charset "UTF-8";
/**
 * 目次
 *
 * 01. Reset
 * 02. Base
 * 03. Layout
 * 04. Parts
 * 05. Responisive
 *
 */
/* ==========================================================================
   01. Reset
   ========================================================================== */
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; }

/* ==========================================================================
   02. Base
   ========================================================================== */
html {
  color: #000;
  font-size: 62.5%;
  overflow-y: scroll; }

body {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 140%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%; }

/* link
   ========================================================================== */
a {
  color: #000;
  text-decoration: none; }

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

a:hover {
  color: #000;
  text-decoration: underline; }

/* image
   ========================================================================== */
img {
  line-height: 1.0;
  vertical-align: bottom; }

table th img,
table td img {
  vertical-align: middle; }

/* ClearFix
   ========================================================================== */
.clear {
  clear: both; }

.clearfix,
.fbox,
#contents,
.item-wrap {
  display: block; }
  .clearfix:after,
  .fbox:after,
  #contents:after,
  .item-wrap:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

/* float
   ========================================================================== */
.fr {
  float: right; }

.fl {
  float: left; }

ul.fbox li {
  float: left;
  display: inline; }

/* margin
   ========================================================================== */
.mt0 {
  margin-top: 0px !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; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb0 {
  margin-bottom: 0px !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; }

.mr0 {
  margin-right: 0px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.ml0 {
  margin-left: 0px !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-bottom: 0 !important; }

/* form label
   ========================================================================== */
input,
textarea,
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; }

/* ==========================================================================
   03. Layout
   ========================================================================== */
.royalSlider {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: auto;
  width: auto; }

#logo {
  position: absolute;
  left: 21px;
  bottom: 27px;
  z-index: 2147483650;
  width: 22%; }

#nav {
  position: absolute;
  left: 150px;
  bottom: 20px;
  z-index: 2147483649; }

#nav img {
  width: 81px;
  margin-top: 10px;
  display: block; }

#nav a img {
  opacity: 0.4; }

#nav a:hover img {
  opacity: 1; }

.rsABlock {
  background-color: #078df1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  left: 21px;
  padding: 34px 35px 30px;
  top: 21px;
  width: 340px; }

.rsABlock.r30 {
  right: 30px !important;
  left: auto !important; }

.photo-ttl {
  font-size: 30px;
  font-size: 3rem;
  margin: 0;
  padding: 0;
  padding-bottom: 12px;
  border-bottom: 3px solid #FFF; }

.photo-lead {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
  margin: 10px 0 0 0; }

.campus {
  font-size: 12px;
  font-size: 1.2rem;
  border: 1px solid #fff;
  padding: 2px;
  margin-bottom: 10px;
  text-align: center; }
  .campus br {
    display: none; }

.rsABlock a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px; }

.rsDefault .rsArrowIcn {
  height: 60px;
  left: 0;
  margin-left: 0;
  width: 60px; }
  .rsDefault .rsArrowIcn:hover {
    background-color: transparent;
    opacity: .8; }

.rsDefault .rsArrow {
  width: 60px; }

.rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
  background: url(img/main_prev.png) no-repeat left top; }

.rsDefault.rsHor .rsArrowRight .rsArrowIcn {
  background: url(img/main_next.png) no-repeat left top; }

.rsDefault, .rsDefault .rsOverflow, .rsDefault .rsSlide, .rsDefault .rsVideoFrameHolder, .rsDefault .rsThumbs {
  background-color: #FFF; }

.rsDefault .rsThumbsHor {
  float: right;
  height: 60px;
  padding: 20px 0 27px;
  width: 70%; }

.rsDefault .rsThumb.rsNavSelected {
  background-color: transparent;
  position: relative; }
  .rsDefault .rsThumb.rsNavSelected:after {
    border: 2px solid #078df1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    content: '';
    display: block;
    height: 60px;
    left: 0;
    position: absolute;
    top: 0;
    width: 90px; }

.rsDefault .rsThumb {
  height: 60px;
  width: 90px; }

.rsDefault .rsThumbsArrow {
  background-color: rgba(7, 141, 241, 0.9); }
  .rsDefault .rsThumbsArrow:hover {
    background-color: rgba(7, 141, 241, 0.9); }

.rsDefault .rsThumbsArrowIcn {
  background: none;
  height: 15px;
  left: 6px;
  margin-left: 0;
  width: 8px; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
  background: url(img/thumb_prev.png) no-repeat left top; }

.rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
  background: url(img/thumb_next.png) no-repeat left top; }

.royalSlider.rsFullscreen {
  z-index: 2147483646 !important; }

@media screen and (max-width: 767px) {
  #logo {
    bottom: 13px;
    left: 10px;
    width: 35%;
    max-width: 170px; }

  .rsABlock {
    left: 20px;
    padding: 17px 17px 15px;
    top: 20px;
    width: 170px; }

  .photo-ttl {
    font-size: 14px;
    font-size: 1.4rem;
    padding-bottom: 6px; }

  .photo-lead {
    font-size: 11px;
    font-size: 1.1rem; }

  .campus br {
    display: block; }

  .rsFullscreenBtn {
    display: none !important; }

  .rsDefault .rsArrowIcn {
    height: 30px;
    width: 30px; }

  .rsDefault .rsArrow {
    width: 30px; }

  .rsDefault.rsHor .rsArrowLeft .rsArrowIcn {
    background-size: 100% auto; }

  .rsDefault.rsHor .rsArrowRight .rsArrowIcn {
    background-size: 100% auto; }

  .rsDefault .rsThumbsHor {
    height: 30px;
    padding: 10px 0 13px;
    width: 60%; }

  .rsDefault .rsThumb.rsNavSelected:after {
    height: 30px;
    width: 45px; }

  .rsDefault .rsThumb {
    height: 30px;
    width: 45px; }

  .rsDefault .rsThumbsArrowIcn {
    height: 7px;
    left: 5px;
    margin-top: -3px;
    width: 4px; }

  .rsDefault .rsThumbsArrow {
    width: 15px; }

  .rsDefault.rsWithThumbsHor .rsThumbsArrowLeft .rsThumbsArrowIcn {
    background-size: 100% auto; }

  .rsDefault.rsWithThumbsHor .rsThumbsArrowRight .rsThumbsArrowIcn {
    background-size: 100% auto; }

  #library .rsImg {
    position: relative;
    left: -100px; } }
/* ==========================================================================
   04. Parts
   ========================================================================== */
/* ==========================================================================
   05. Responisive
   ========================================================================== */
/* image
   ========================================================================== */
img {
  vertical-align: bottom;
  line-height: 1.0;
  max-width: 100%;
  height: auto; }

/* 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; } }
