@charset "UTF-8";
/*===============================================
　各ページ用CSS
===============================================*/
/* ページ上部 英語テキスト */
.c-mv h2 {
  bottom: -18px;
}
/* Pタグ */
body:not(.home) .c-post p {
  margin-bottom:10px;
}
/* ボタン */
.c-post a[target=_blank]::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1em;
  background-image: url(../../../uploads/ico-blank-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  margin: 0 0.2em;
  color:#fff;
}

/* 画像 */
body:not(.home) .c-post img {
  width:auto;
  margin-left: 0px;
  margin-right: 0px;
}
body:not(.home) .c-post img.aligncenter {
  width:auto;
  margin-left: auto;
  margin-right: auto;
}
/* 横ライン */
body:not(.home) .c-post hr {
  margin: 3em 0;
}

/* ギャラリー */
.fbx-rounded.fbx-light .fbx-count {
  color:#fff !important;
}
.fbx-rounded .fbx-count {
  bottom: -35px !important;
}
.fbx-count {
  font-size: 13px !important;
}
.fbx-modal svg {
  width:auto;
}
.fg-image-viewer.fg-light .fiv-inner .fiv-ctrls .fiv-next,
.fg-image-viewer.fg-light .fiv-inner .fiv-ctrls .fiv-prev {
  min-width:40px;
}
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next:before,
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev:before{
  font-size:14px !important;
  background: #a1afbf;
  color: #fff;
  border-radius: 3px;
  text-align: center;
}
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next span,
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev span {
  background: #777;
  color: #fff;
  border-radius: 3px;
  font-size:12px;
  text-align: center;
}
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-next:before,
.fg-image-viewer .fiv-inner .fiv-ctrls .fiv-prev:before {
  line-height: 2.4 !important;
}
.foogallery.fg-image-viewer.fg-border-thin .fiv-inner-container {
  border:0px;
  margin-bottom:4px;
}
.foogallery.fg-image-viewer.fg-light.fg-shadow-outline .fiv-inner {
  box-shadow: none !important;
}
.foogallery.fg-image-viewer .fiv-ctrls {
  border:0px !important;
}
.fbx-modal.fbx-phone.fbx-portrait .fbx-prev {
  position: absolute;
  left: 0px !important;
  top: calc(50% - 20px) !important;
  width: 40px !important;
  opacity: 0.8 !important;
  right:auto !important;
}
.fbx-modal.fbx-phone.fbx-portrait .fbx-next {
  position: absolute;
  right: 0px !important;
  top: calc(50% - 20px) !important;
  width: 40px !important;
  opacity: 0.8 !important;
  left: auto !important;
}
.fbx-modal.fbx-phone.fbx-portrait .fbx-close {
  left: calc(100% - 60px) !important;
  right: 0 !important;
  height: 60px !important;
}

/* 学長挨拶 */
.page-id-11 main #attachment_79 {
  width:150px !important;
  margin: 0px 0px 2em 2em;
}
@media screen and (max-width: 375px) {
  .page-id-11 main #attachment_79 {
    width:100% !important;
    margin: 2em auto;
  }
}

/* 沿革 */
.page-id-16 main #history-college {
  background: #eaf2fc;
  padding: 25px 20px 1px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.page-id-16 main #history-fuzoku {
  background: #f1f1f1;
  padding: 25px 20px 1px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.page-id-16 main table tr td {
  vertical-align: top;
  width: auto !important;
}
.page-id-16 main table tr td:first-child {
  border:0px;
  padding:0px 20px 0px 0px;
}
.page-id-16 main table tr td:last-child {
  color: #707070;
  font-size:0.7777777778em;
  background: #fff;
}
.page-id-16 main table tr td .wp-caption,
.page-id-16 main table tr td .foogallery {
  margin:0px;
  width:200px !important;
}
@media screen and (max-width: 375px) {
  .page-id-16 main table tr td .wp-caption,
  .page-id-16 main table tr td .foogallery {
    width:100% !important;
  }
}
.page-id-16 main table tr td .wp-caption-text {
  font-size:1em;
}
.page-id-16 main table tr td .foogallery {
  margin-bottom:15px;
}
@media screen and (max-width: 375px) {
  .page-id-16 main table tr td:first-child {
    padding:0px 0px 30px;
  }
  .page-id-16 main table tr td .wp-caption {
    width:100% !important;
  }
  .page-id-16 main table tr td {
    width: 100%;
    display: block;
  }
  .page-id-16 main .c-table-wrap > * {
    width: 100%;
    overflow-x: initial;
  }
}
.page-id-16 main h4 em {
  font-style: normal;
  display: block;
  font-size: 2.4rem;
  margin-bottom: 20px;
  background: #3d75b4;
  text-align: left;
  color: #fff;
  padding: 4px 10px;
  border-radius: 2px;
}
.page-id-16 main table.fuzoku-table tr td:last-child {
  background: transparent;
  padding: 0px;
  border:0px;
}
.page-id-16 main table.fuzoku-table tr td .wp-caption{
  background: #fff;
  padding: 20px 20px 10px;
  width: 240px !important;
  border: 1px solid #ddd;
}
@media screen and (max-width: 375px) {
  .page-id-16 main table.fuzoku-table tr td .wp-caption{
    width: 100% !important;
  }
}
.page-id-16 main table.fuzoku-table tr td div.bg-white{
  background: #fff;
  padding: 20px 20px 10px;
  width: 240px !important;
  border: 1px solid #ddd;
}
@media screen and (max-width: 375px) {
  .page-id-16 main table.fuzoku-table tr td div.bg-white{
    width: 100% !important;
  }
}

/* お問い合わせ */
.page-id-47 main table tr td {
  white-space: nowrap;
}
.page-id-47 .c-post .c-table-wrap {
  margin-bottom:5px;
}
.page-id-47 main.c-post a.button {
  width:280px;
  float:left;
  margin:2em 1em 2em 0px;
}

/* NEWS */
.category-information main.c-content .c-list1 .c-card1 span {
  float:left;
  margin-right: 30px;
  opacity: 0.7;
  font-size: 0.98em;
}
@media screen and (max-width: 375px) {
  .category-information main.c-content .c-list1 .c-card1 span {
    float:none;
    display: block;
  }
}
.category-information main.c-content .c-list1 li {
  padding-bottom: 20px;
  border-bottom:1px solid #ddd;
}
.category-information main.c-content .c-list1 li a {
  color:#024b9e;
}

/* アコーディオン */
.su-spoiler-style-default>.su-spoiler-title {
  font-family: "Noto Serif JP", "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Noto Serif Japanese", Georgia, "Hiragino Mincho ProN", "HGS明朝E", serif;
  line-height: 1.3;
  font-size: 3.2rem;
  font-weight: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  background-repeat: no-repeat;
  margin-top:20px;
  margin-bottom: 20px;
}
.su-spoiler-icon {
  line-height:32px !important;
  color:#024b9e;
}
.su-spoiler-icon-plus.su-spoiler-closed .su-spoiler-icon:before{
  content: '\f150' !important;
  font-size:18px;
}
.su-spoiler-icon-plus .su-spoiler-icon:before {
  content: '\f151' !important;
  font-size:18px;
}
.su-spoiler-style-default>.su-spoiler-title em {
  font-size: 14px;
  color: #444;
  font-family:initial;
}
.su-spoiler-style-default>.su-spoiler-title em span{
  color:#aaa;
}

/* フッター */
.f-work {
  text-align: right;
  width: 100%;
}
@media screen and (max-width: 375px) {
  .f-work {
    text-align: center;
    width: 100%;
  }
}
.f-btn1 {
  width: 230px;
}