@charset "UTF-8";
/* 中京学院カラー１：青*/
/* 中京学院カラー１：オレンジ*/
body {
  padding-top: 77px; }

h1 {
  font-size: 1.5rem !important; }

.bs-container {
  max-width: 100vw;
  min-width: auto; }

.bs-crumbs {
  width: 100%;
  max-width: 100vw;
  min-width: auto;
  padding: 6px 0 6px 20px;
  margin: 0;
  background-color: #f5f5f5;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666; }

.bs-wrap {
  width: 100%;
  max-width: 100vw;
  min-width: auto;
  padding: 0 0 0 20px;
  display: flex; }
  @media screen and (max-width: 850px) {
    .bs-wrap {
      display: block;
      padding: 0 15px; } }
  .bs-wrap .bs-main-contents {
    padding: 0px !important;
    float: none;
    width: 100%;
    margin-top: 0;
    margin: 0 20px 0 0;
    padding: 0 60px 30px !important; }
    @media screen and (max-width: 850px) {
      .bs-wrap .bs-main-contents {
        margin-right: 0;
        padding: 0 !important; } }
    .bs-wrap .bs-main-contents h2.bs-info__head {
      display: block;
      width: 100%;
      text-align: center; }
      .bs-wrap .bs-main-contents h2.bs-info__head small {
        display: table;
        width: auto;
        margin: 0 auto;
        font-size: 70%;
        padding: 0.5em 1em;
        border-bottom: 2px solid #EA5420; }
    .bs-wrap .bs-main-contents h3 {
      display: block;
      padding: 0.5em;
      margin: 1em 0 2em 0;
      border-bottom: 1px solid #333;
      font-weight: 600;
      background-color: transparent;
      border-radius: 0; }
    .bs-wrap .bs-main-contents h4 {
      padding-top: 40px; }
    .bs-wrap .bs-main-contents ol {
      padding-left: 0; }
      .bs-wrap .bs-main-contents ol li {
        list-style: decimal; }
  .bs-wrap .bs-sub-contents {
    padding: 20px 20px 0 20px !important;
    background-color: #f5f5f5;
    width: 220px;
    min-width: 220px;
    max-width: 220px;
    float: none !important; }
    @media screen and (max-width: 850px) {
      .bs-wrap .bs-sub-contents {
        width: calc(100% +  1em);
        margin-left: -1em;
        min-width: 100%;
        max-width: 100%; } }

@media screen and (max-width: 850px) {
  .clearfix:after {
    display: none; } }

header.bs-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999; }
  header.bs-header .bs-header__inner {
    width: calc(100vw );
    margin: 0 auto;
    padding: 0 20px; }
    @media screen and (max-width: 768px) {
      header.bs-header .bs-header__inner {
        width: calc(100vw);
        margin: 0 auto;
        padding: 0 10px; } }
    header.bs-header .bs-header__inner .bs-header__logo {
      margin: 20px 0;
      max-width: 300px; }
      @media screen and (max-width: 768px) {
        header.bs-header .bs-header__inner .bs-header__logo {
          max-width: 200px; } }
  header.bs-header .bs-header__nav {
    background-color: transparent !important;
    position: absolute !important;
    top: 0 !important;
    right: 0px !important;
    margin-left: 20px; }
    @media screen and (max-width: 768px) {
      header.bs-header .bs-header__nav {
        position: fixed;
        top: 64px !important;
        right: 0;
        height: calc(100vh - 64px) !important;
        overflow-y: auto;
        background-color: #fff !important; } }
    header.bs-header .bs-header__nav .bs-global-menu {
      padding: 0;
      width: auto !important;
      background-color: #fff !important; }
      @media screen and (max-width: 768px) {
        header.bs-header .bs-header__nav .bs-global-menu {
          border-collapse: collapse !important;
          border-top: 1px solid #ccc;
          border-bottom: 1px solid #ccc; } }
      @media screen and (max-width: 768px) {
        header.bs-header .bs-header__nav .bs-global-menu .bs-global-menu-item {
          border-bottom: 1px dotted #ccc; } }
      header.bs-header .bs-header__nav .bs-global-menu .bs-global-menu-item a, header.bs-header .bs-header__nav .bs-global-menu .bs-global-menu-item a:visited {
        color: #333; }
      header.bs-header .bs-header__nav .bs-global-menu .bs-global-menu-item a:hover {
        color: #fff;
        background-color: #27499D; }
  header.bs-header .bs-header__menu-button span {
    background-color: #27499D; }

.deg_bg_blue {
  background-image: url("../img/deg_bg_blue.png"), url("/img/bg_deg_bg_blue.jpg");
  background-size: 200px, cover;
  background-repeat: no-repeat, no-repeat;
  background-position: top left,top left;
  padding: 60px 20px;
  color: #fff !important; }
  .deg_bg_blue h2 > small {
    color: #fff !important; }
  .deg_bg_blue li.bs-top-post__item {
    color: #fff !important; }
    .deg_bg_blue li.bs-top-post__item .bs-top-post__item-date,
    .deg_bg_blue li.bs-top-post__item .bs-top-post__item-category,
    .deg_bg_blue li.bs-top-post__item .bs-top-post__item-title,
    .deg_bg_blue li.bs-top-post__item .bs-top-post__item-detail {
      color: #fff !important; }
    .deg_bg_blue li.bs-top-post__item .bs-top-post__item-category {
      padding: 4px;
      border-color: #fff; }
  .deg_bg_blue .bs-top-post-to-list {
    text-align: center; }
    .deg_bg_blue .bs-top-post-to-list a {
      background-color: transparent;
      border: 1px solid #fff;
      color: #fff !important; }

.bs-info.deg_bg_blue {
  width: calc(100% + 20px);
  margin-left: -20px !important; }
  @media screen and (max-width: 850px) {
    .bs-info.deg_bg_blue {
      width: 100%; } }

.box-title-head:has(> img) {
  display: block;
  width: calc(100% + 160px);
  margin-left: -80px !important;
  height: 380px;
  background-image: url("/img/bg_box-title-head.png");
  background-size: auto 200px;
  background-repeat: repeat-x;
  position: relative; }
  @media screen and (max-width: 850px) {
    .box-title-head:has(> img) {
      width: calc(100% + 35px);
      margin-left: -1em !important; } }
  @media screen and (max-width: 850px) {
    .box-title-head:has(> img) {
      background-size: auto 100px; } }
  .box-title-head:has(> img) h1 {
    display: block;
    color: #fff;
    background-image: linear-gradient(152deg, #2b449e, #0e1140);
    padding: 0;
    margin: 0;
    line-height: 120%;
    position: absolute;
    top: 100px;
    left: 50px;
    width: 280px;
    padding: 80px 50px 80px 50px;
    z-index: 16; }
    @media screen and (max-width: 850px) {
      .box-title-head:has(> img) h1 {
        top: 20px;
        left: 0px;
        padding: 30px 20px 30px 50px;
        width: calc(100% - 110px);
        margin-left: 10px; } }
    .box-title-head:has(> img) h1 small {
      font-size: 12px;
      display: block;
      color: #fff;
      line-height: 12px;
      margin: 0;
      padding: 0; }
  .box-title-head:has(> img) h1::after {
    content: '';
    display: block;
    position: absolute;
    left: 18px;
    top: 88px;
    width: 25px;
    height: 25px;
    background: url("/img/arrow_box-title-head.png");
    background-size: cover;
    background-position: center center; }
    @media screen and (max-width: 850px) {
      .box-title-head:has(> img) h1::after {
        top: 37px; } }
  .box-title-head:has(> img) img {
    display: block;
    width: 70%;
    height: 300px;
    position: absolute;
    top: 50px;
    right: 0;
    object-fit: cover;
    object-position: center center; }
    @media screen and (max-width: 850px) {
      .box-title-head:has(> img) img {
        width: 100%;
        height: 200px;
        top: 100px; } }

.box-title-head:not(:has(> img)) {
  display: block;
  background-image: url("/img/bg_box-title-head.png");
  width: calc(100% + 40px);
  margin-left: -20px !important;
  height: auto;
  background-image: url("/img/bg_box-title-head.png");
  background-size: auto 200px;
  background-repeat: repeat;
  position: relative; }
  @media screen and (max-width: 850px) {
    .box-title-head:not(:has(> img)) {
      width: 100%; } }
  .box-title-head:not(:has(> img)) h1 {
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 120%;
    position: relative;
    padding: 30px 50px;
    z-index: 16; }
    .box-title-head:not(:has(> img)) h1 small {
      font-size: 12px;
      display: block;
      color: #fff;
      line-height: 12px;
      margin: 0;
      padding: 0; }
  .box-title-head:not(:has(> img)) h1::after {
    content: '';
    display: block;
    position: absolute;
    left: 25px;
    top: 35px;
    width: 18px;
    height: 18px;
    background: url("/img/arrow_box-title-head.png");
    background-size: cover;
    background-position: center center; }

.bs-blog-post {
  display: flex;
  flex-wrap: wrap;
  cursor: pointer;
  gap: 1em; }
  .bs-blog-post .bs-blog-post__item {
    display: block;
    width: calc( 33% - 2.8em );
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 0 1em 2em 1em !important;
    overflow: hidden; }
    @media screen and (max-width: 850px) {
      .bs-blog-post .bs-blog-post__item {
        width: 100%; } }
    .bs-blog-post .bs-blog-post__item::hover {
      opacity: 0.5; }
    .bs-blog-post .bs-blog-post__item .bs-blog-post__item-eye-catch {
      margin: 0 !important;
      float: none; }
    .bs-blog-post .bs-blog-post__item img {
      display: block;
      width: calc( 100% + 2em );
      margin-left: -1em;
      object-fit: cover;
      object-position: center center;
      aspect-ratio: 4 / 3; }

.bs-blog-post__item-date {
  color: #333 !important;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-size: .9em;
  font-weight: 600; }

/* footer. */
.bs-container .bs-footer {
  border-top: 1px solid #666;
  background-color: #f5f5f5 !important;
  padding: 40px 0; }
  @media screen and (max-width: 850px) {
    .bs-container .bs-footer {
      padding: 20px 0; } }
  .bs-container .bs-footer .wrap-footer {
    display: flex;
    gap: 40px; }
    @media screen and (max-width: 850px) {
      .bs-container .bs-footer .wrap-footer {
        flex-wrap: wrap; } }
    .bs-container .bs-footer .wrap-footer .logo {
      width: 80px;
      min-width: 80px;
      max-width: 80px;
      margin-left: 20px; }
      @media screen and (max-width: 850px) {
        .bs-container .bs-footer .wrap-footer .logo {
          order: 0;
          min-width: 100%;
          margin: 0; }
          .bs-container .bs-footer .wrap-footer .logo img {
            display: block;
            width: 60px;
            margin: 0 auto; } }
    .bs-container .bs-footer .wrap-footer .caption {
      width: 500px;
      line-height: 140%; }
      @media screen and (max-width: 850px) {
        .bs-container .bs-footer .wrap-footer .caption {
          width: 100%;
          padding: 0 1em; } }
      .bs-container .bs-footer .wrap-footer .caption h3 {
        margin: 0 0 0.5em 0; }
        .bs-container .bs-footer .wrap-footer .caption h3 small {
          font-weight: 300; }
      .bs-container .bs-footer .wrap-footer .caption p {
        margin: 0; }
    .bs-container .bs-footer .wrap-footer .foot-menu .bs-global-menu {
      width: auto;
      white-space: nowrap;
      font-weight: 500;
      color: #000 !important; }
      @media screen and (max-width: 850px) {
        .bs-container .bs-footer .wrap-footer .foot-menu .bs-global-menu {
          display: none; } }
      .bs-container .bs-footer .wrap-footer .foot-menu .bs-global-menu .bs-global-menu-item a, .bs-container .bs-footer .wrap-footer .foot-menu .bs-global-menu .bs-global-menu-item a:visited {
        color: #000 !important;
        padding: 5px 5px; }

.box-club-info .info-inner {
  padding: 4em 0;
  position: relative;
  overflow: hidden;
  display: flex; }
  @media screen and (max-width: 850px) {
    .box-club-info .info-inner {
      flex-wrap: wrap; } }
  .box-club-info .info-inner p.warter-color {
    white-space: nowrap;
    display: block;
    font-family: "Lucida Sans Unicode", "Lucida Grande", "sans-serif";
    line-height: 100%;
    margin: 0;
    padding: 0;
    font-weight: 900;
    position: absolute;
    color: rgba(1, 1, 1, 0.05);
    font-size: 80px;
    top: -10px;
    right: -10px; }
  .box-club-info .info-inner .box-left {
    width: 50%;
    min-width: 400px; }
    @media screen and (max-width: 850px) {
      .box-club-info .info-inner .box-left {
        order: 1;
        width: 100%;
        margin-top: 0; } }
    .box-club-info .info-inner .box-left h3 {
      display: inline-block;
      position: relative;
      white-space: nowrap;
      line-height: 140%;
      background-color: #27499D;
      color: #fff;
      overflow: visible;
      height: 69px;
      z-index: 15;
      padding: 1.2em 3em 0 1em; }
      @media screen and (max-width: 850px) {
        .box-club-info .info-inner .box-left h3 {
          margin: -30px 0 0 10px;
          line-height: 120%;
          padding: 10px 3em 0 10px;
          height: 46px;
          margin-bottom: 1em; } }
      .box-club-info .info-inner .box-left h3 small {
        display: block;
        font-size: 0.6em;
        font-weight: 300;
        color: #fff;
        margin: 0;
        padding: 0;
        line-height: 100%; }
      .box-club-info .info-inner .box-left h3::before {
        /* くの字の表示設定 */
        content: "";
        margin: auto;
        position: absolute;
        z-index: 13;
        top: 0;
        bottom: 0;
        right: -31px;
        width: 26px;
        /* くの字を山なりに見た時、左側の長さ */
        height: 27px;
        /* くの字を山なりに見た時、右側の長さ */
        border-top: 35px solid #27499D;
        /* くの字を山なりに見た時、左側の太さと色 */
        border-right: 35px solid #27499D;
        /* くの字を山なりに見た時、右側の太さと色 */
        transform: rotate(45deg);
        /* くの字の向き */ }
        @media screen and (max-width: 850px) {
          .box-club-info .info-inner .box-left h3::before {
            width: 6px;
            height: 6px;
            top: 0;
            right: -19px; } }
    .box-club-info .info-inner .box-left p {
      line-height: 160%;
      margin: 0 1.5em;
      color: #000; }
  .box-club-info .info-inner .box-right {
    width: 50%;
    margin-top: 40px; }
    @media screen and (max-width: 850px) {
      .box-club-info .info-inner .box-right {
        order: 0;
        margin-top: 0px;
        width: 100%; } }

.box-club-info:nth-child(odd) {
  background-color: #efefef;
  margin-left: -80px;
  padding-left: 80px;
  width: calc(100% + 160px); }
  .box-club-info:nth-child(odd) .info-inner {
    width: calc(100% - 160px); }

.box-otoiawase {
  font-size: 120%; }
  .box-otoiawase .title {
    display: inline-block;
    padding: 1em 2em;
    color: #fff;
    background-color: #27499D;
    margin-bottom: 5em; }
  .box-otoiawase .tel {
    text-align: center; }
    .box-otoiawase .tel a {
      font-size: 200%;
      font-weight: 600;
      color: #333 !important;
      text-decoration: none !important; }
  .box-otoiawase p {
    text-align: center; }
  .box-otoiawase hr {
    margin: 3em 0; }

a.btn {
  white-space: nowrap;
  display: inline-block;
  padding: 0.5em 3em;
  min-width: 150px;
  text-align: center;
  border: 1px solid #333;
  border-radius: 20px;
  color: #333 !important;
  text-decoration: none !important;
  margin-top: 1.5em; }

a.btn:visited {
  color: #333 !important;
  text-decoration: none !important; }

a.btn:hover {
  background-color: #27499D;
  color: #fff !important; }

.bs-widget-area .bs-widget {
  margin-bottom: 0 !important;
  padding-bottom: 60px; }
  @media screen and (max-width: 850px) {
    .bs-widget-area .bs-widget {
      padding-bottom: 30px; } }

.bs-contents-navi {
  height: 60px !important; }

@media screen and (max-width: 850px) {
  .bs-main-contents table {
    display: block !important; }
    .bs-main-contents table th, .bs-main-contents table td {
      display: block !important;
      width: calc(100%  - 1em - 2px) !important;
      padding: 0.5em !important;
      text-align: center !important; }

  .bs-contents-navi {
    margin-top: 60px; } }
