@charset "UTF-8";

/* ========================
   app設定
======================== */

/*sub menu*/
/* ===== サブメニュー ===== */
.sub-menu {
  background: #0c3388; 
  color: #fff;
}

.sub-menu-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
}


/* ナビリスト */
.sub-menu-nav {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}

.sub-menu-nav > li > a {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 0 16px;
  height: 50px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
}
.sub-menu-nav > li > a:hover {
  background: #A9C7FF;
  color: #0c3388;
}


/* ===== 参加申込ドロップダウン ===== */
.sub-menu-has-child {
  position: relative;
}

.sub-menu-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #A9C7FF;
  box-shadow: 0 4px 12px rgba(0,0,0,0.12);
  z-index: 1010;
}


.sub-menu-has-child:hover .sub-menu-dropdown {
  display: block;
}

.sub-menu-dropdown li a {
  display: block;
  padding: 10px 20px;
  color: #026163;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.15s;
}
.sub-menu-dropdown li a:hover {
  background: #BEF7E4;
  color:#026163;
}

/* スマートフォンメニューのサブメニュー化*/
/* ===== JPSカラー変更 ===== */
.uk-offcanvas-bar {
    background: #0c3388;
}
.sp-menu-login-top {
    padding: 0;
}

.uk-offcanvas-bar .sp-name {
    margin: 0px 0px 20px 0px;
}
.sp-name h1 {
    margin-bottom: 15px;
    font-size: 1.5rem;
}
.sp-name h1 span {
    margin-bottom: 5px;
}


/* ===== オフキャンバス2カラム化 ===== */
.sp-offcanvas-wrap {
  width: 90vw !important;
  max-width: 480px;
  padding: 40px 0 20px;
}

.sp-offcanvas-columns {
  display: flex;
  height: 100%;
  gap: 0;
}

/* 左：メインメニュー */
.sp-offcanvas-main {
  flex: 1;
  overflow-y: auto;
  padding: 0 15px;
}

/* 右：サブメニュー */
.sp-offcanvas-sub {
  width: 50%;
  flex-shrink: 0;
  background: #A9C7FF;
  border-left: 1px solid #fff;
  overflow-y: auto;
  padding: 10px;
}

/* サブメニュー  */


/* サブメニュー リスト */
.sp-sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sp-sub-menu > li {
  margin: 0;
}

/* 通常リンク */
#open-off .sp-sub-static a,
#open-off .sp-sub-parent > .uk-accordion-title {
  display: block;
  padding: 15px 15px;
  color: #0c3388;
  font-size: 1.1rem;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  line-height: 1.4;
}
.sp-sub-static a:hover,
.sp-sub-parent > .uk-accordion-title:hover {
  background: #fff;
  color: #0c3388;
}

/* アコーディオンタイトル */
.sp-sub-parent > .uk-accordion-title {
  position: relative;
  cursor: pointer;
}


/* アコーディオン子リスト */
#open-off  .sp-sub-parent .uk-accordion-content {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #026163;
}
.sp-sub-child li a {
  display: block;
  padding: 12px 8px 12px 24px;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.sp-sub-child li a:hover {
  background: rgba(255, 255, 255, 1);
  color:  #026163;
}

#open-off .sp-sub-parent .uk-accordion-title {
    position: relative;
    padding-right: 35px;
}

#open-off .sp-sub-parent .uk-accordion-title::before {
    content: "" !important;
    display: block !important;
    position: absolute !important;
    top: 50%;
    right: 10px;
    width: 13px;
    height: 13px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' xmlns='http://www.w3.org/2000/svg'%3E%3Cpolyline fill='none' stroke='%23653945' stroke-width='2' points='1 4 6.5 9 12 4'%3E%3C/polyline%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    transition: transform 0.3s ease;
}

#open-off .sp-sub-parent.uk-open .uk-accordion-title::before {
    transform: translateY(-50%) rotate(180deg) !important;
}
/* ========================
   メインページ
======================== */
.main-v {
   padding: 2rem 1rem;
   margin: 0 auto;
}
.main-v img {
   display: block;
  max-width: 100%;
   margin: 0 auto;
}

ul.top-annai li {
position: relative;
  overflow: hidden;
}
ul.top-annai li a {
 display: block;
  padding: 1rem;
  
}

.inst {
  font-size: 1.6em;
    font-weight: bold;
    color: #0c3388;
    text-align: center;
    margin: 0rem 1rem 1rem;
}

/* ========================
   見出しカラー
======================== */
.nen_c {
   background-color: #f5a100;
}
.hoku_c {
   background-color: #F57867;
}
.kan_c {
   background-color: #CD5EEE;
}
.kin_c {
   background-color: #3EA6AD;
}
.sei_c {
   background-color: #619BEA;
}
.center-inline {
  text-align: center;
}
/* ========================
   H1
======================== */
h1.academic-cate {
  display: inline-block;
  border: solid 2px #fff;
  padding: 15px 20px;
  border-radius: 20px;
  color: #fff;
  margin-bottom: 0;
}
h1.academic-cate span {
  margin-right: 2rem;
  font-size: 0.8em;
}
/* ========================
 H2
======================== */
.nen_c-page h2,.hoku_c-page h2,.kan_c-page h2,.kin_c-page h2,.sei_c-page h2 {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  padding: 14px 35px 14px 16px;
  margin: 0 0 25px 0;
  letter-spacing: 0.04em;
  line-height: 1.4;
  text-align: center;
}
.nen_c-page h2,.nen_c-page h5,.nen_c {
  background:#f5a100;
}
.hoku_c-page h2,.hoku_c-page h5,.hoku_c {
  background:#F57867;
}
.kan_c-page h2,.kan_c-page h5,.kan_c {
  background: #CD5EEE;
}
.kin_c-page h2,.kin_c-page h5,.kin_c {
  background:#3EA6AD;
}
.sei_c-page h2,.sei_c-page h5,.sei_c {
  background:#619BEA;
}
/* ========================
 H3~H6
======================== */
.nen_c-page h3,.hoku_c-page h3,.kan_c-page h3,.kin_c-page h3,.sei_c-page h3 {
  position: relative;
  display: block;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 12px 35px 12px 14px;
  margin: 0 0 20px 0;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.nen_c-page h3 {
  border-left:solid 10px #f5a100;
  border-bottom:solid 2px #f5a100;
}
.hoku_c-page h3 {
  border-left: solid 10px #F57867;
  border-bottom:solid 2px #F57867;
}
.kan_c-page h3 {
  border-left: solid 10px #CD5EEE;
  border-bottom:solid 2px #CD5EEE;
}
.kin_c-page h3 {
  border-left: solid 10px #3EA6AD;
  border-bottom:solid 2px #3EA6AD;
}
.sei_c-page h3 {
  border-left: solid 10px #619BEA;
  border-bottom:solid 2px #619BEA;
}
.nen_c-page h4,.hoku_c-page h4,.kan_c-page h4,.kin_c-page h4,.sei_c-page h4 {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 5px 10px;
  border-radius: 5px;
  margin: 0 1rem 20px 0;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
.nen_c-page h4,h2.nen_c-des {
  color: #f5a100;
  border: solid 1px  #f5a100;
}
.hoku_c-page h4,h2.hoku_c-des {
  color:#F57867;
  border: solid 1px #F57867;
}
.kan_c-page h4,h2.kan_c-des {
  color:#CD5EEE;
  border: solid 1px #CD5EEE;
}
.kin_c-page h4,h2.kin_c-des {
  color:#3EA6AD;
  border: solid 1px #3EA6AD;
}
.sei_c-page h4,h2.sei_c-des {
  color:#619BEA;
  border: solid 1px #619BEA;
}
.nen_c-page h5,.hoku_c-page h5,.kan_c-page h5,.kin_c-page h5,.sei_c-page h5 {
  position: relative;
  display: inline-block;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 600;
  padding: 8px 12px;
  margin: 0 1rem 15px 0;
  letter-spacing: 0.03em;
  line-height: 1.4;
}

h2.cate-des {
    padding: 1rem 2rem;
    border-radius: 20px;
    font-size: 1.2rem;
    background: transparent;
    margin-bottom: 2rem;
}
/* ========================
 Archive
======================== */
.archive {
  position: relative;
  overflow: hidden;
  border: solid 1px #ccc;
  margin-bottom: 3rem;
  padding: 1rem;
  box-shadow: 2px 2px 4px #666;
}
.archive .archive-img {
  float: left;
  width: 25%;
  margin-right: 1rem;
}
.archive .archive-img img {
  display: block;
  max-width: 100%;
  margin-right: 1rem;
}
.archive .archive-body {
  float: left;
  width: 70%;
}
.archive-body h4 {
  padding: 0.5rem 1rem;
  text-align: center;
  font-weight:700;
  color: #fff;
  margin: 0;
}
.archive-body p {
  padding: 0;
  margin: 0;
}
.archive-body p span {
 font-weight: bold;
}
.archive-body p.e-day {
  display: inline-block;
  border: solid 2px #a12314;
  padding: 0.25rem 0.5rem;
  margin: 0.25rem 0rem;
  font-size: 1.2em;
  font-weight: bold;
}
.archive-button-left,.archive-button-right {
  width: 43%;
  padding: 0.5rem;
  text-align: center;
  margin-top: 1rem;
} 
.archive-button-left {
  float: left;
  background-color: #000;
  color: #fff;
  border-radius: 8px;
}

.archive-button-right {
  float: right;
  background-color: #0c3388;
  color: #fff;
  border-radius: 8px;
}     
.archive-button-left a,.archive-button-right a {
  color: #fff;
}
.archive-button-left a:hover,.archive-button-right a:hover {
  opacity: 0.8;
}
.button-waku {
  clear: both;
  overflow: hidden;
  position: relative;
}


/* ========================
   WAKU SUMMARY
======================== */
.a-waku {
  position: relative;
  overflow: hidden;
}
.poster img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.summary {
   border: solid 2px #ccc;
  padding: 2rem 2rem;
  margin: 1rem 1rem 2rem;
  border-radius: 20px;
}
.summary p {
  display: inline;
  margin: 0;
  line-height: 2;
}
 .summary h5 {
  margin: 5px 1rem 5px 0;
  line-height: 1;
} 
a.slider-a {
  display: block;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}

/* ========================
   Category TOP Page
======================== */
.cate-gaku ul,ul.top-gaku {
 list-style: none;
  position: relative;
}
.cate-gaku ul a,ul.top-gaku a {
  display: block;
    position: relative;
  overflow: hidden;
  margin: 0 auto 2rem;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.4);
}  
.cate-gaku ul a h5 {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  padding: 1.5rem 2rem;
  color: #fff;
  font-weight: 700;
  margin: 0;
  font-size: 1.4rem;
  background-color: rgba(0,0,0,0.8);
  text-align: center;
}
ul.top-gaku h4 {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  padding: 1.5rem 2rem;
  color: #fff;
  font-weight: 700;
  margin: 0;
  font-size: 1.4rem;
  background-color: rgba(0,0,0,0.8);
  text-align: center;
}    
.new {
    display: block;
   width: 80px;
  height: 80px;
    margin: 0;
    padding: 22px 0 0 0;
    position: absolute;
    top: -10px;
    left: 8px;
    font-size: 1.5em;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fff;
    background-color: #e83817;
    border-radius: 50%;
    animation: glow-pulse 1.5s ease-in-out infinite;
    text-align: center;
}
.no-img {
    opacity: 0.5;
}
.cate-gaku .uk-card-media-top,.top-gaku .uk-card-media-top {
    overflow: hidden;
    height: 300px;
}
.cate-gaku .uk-card-media-top img,.top-gaku .uk-card-media-top img {
    width: 100%;
}

ul.top-gaku h5 {
  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  padding: 1.5rem 2rem;
  line-height: 2;
  color: #fff;
  font-weight: 700;
  margin: 0;
  font-size: 1.8rem;
  text-align: center;
}
ul.top-gaku h5 span {
  display: block;
  color: #fff;
 background-color: rgba(0,0,0,0.8);
}
/* ========================
   スライダー・トップ
======================== */
.top-slider {
  margin-top:2rem;
  
}
 
.h1-outer {
  border-top: 3px solid #0c3388;
  border-bottom: 3px solid #0c3388;
  padding: 16px 0;
  margin-top: 2rem;
}
.h1-outer h1 {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #0c3388;
  letter-spacing: 0.1em;
  padding: 14px 0;
  border-top: 1px solid #0c3388;
  border-bottom: 1px solid #0c3388;
  margin: 0;
}
/* =====================
  TOP  H2 - 
   ===================== */
.top-h2 {
  font-size: 2em;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.06em;
  padding:12px 0;
  background-color: #0c3388;
  border-radius: 10px;
  text-align: center;
}
.top-h2.aka-back {
 background: linear-gradient(to bottom, #e95224, #a12314);
} 
/* ========================
   Category Page
======================== */
.cate-now h2,.cate-past h2 {
  clear: both;
 padding: 0.5rem 1rem;
  color: #fff;
  font-weight: 700;
  text-shadow: 0px 1px 0px #222;
  text-align: center;
  margin: 2rem 1rem 2rem 0rem;
}
.cate-now {
 margin-bottom: 2rem; 
}
.cate-now ul li a {
  display: block;
  position: relative;
  overflow: hidden;
  border: solid 1px #666;
}
.details {
 padding: 0.5rem 1rem; 
}
.cate-now .button-waku {
   padding: 0 10px 1rem;
}
.cate-now ul li .button-waku a {
   border: none; 
}

.cate-past ul li a {
  display: block;
  overflow: hidden;
  position: relative;
}


.sbutton a {
  width: 300px;
  display: block;
  margin: 0 auto 2rem;
  font-size: 1.2em;
  font-weight: 700;
    color: #fff;
    padding: 1rem;
    text-align: center;
    border-radius: 10px;
    text-shadow: 0px 2px 0px #000;
}
.sbutton a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.aca-top {
    background-color: #000;
}
h2.past {
    margin-top : 5rem;
}
/* ========================
   レスポンシブ対応
======================== */

/* 374px以下 - iPhone 5 */
@media only screen and (max-width: 374px) {
}

/* 375px以下 - Small screens */
@media only screen and (max-width: 375px) {
}

/* 460px以上 - タブレット〜PC */
@media only screen and (min-width: 460px) {
}

/* 641px以上 - タブレット〜PC */
@media only screen and (min-width: 40em) {
}

/* 768px以上 - タブレット〜PC */
@media only screen and (min-width: 768px) {
  .nen_c-page h2,.hoku_c-page h2,.kan_c-page h2,.kin_c-page h2,.sei_c-page h2 {
  font-size: 1.625rem;
  padding: 18px 20px;
}
.nen_c-page h3,.hoku_c-page h3,.kan_c-page h3,.kin_c-page h3,.sei_c-page h3 {
   font-size: 1.1875rem;
    padding: 13px 45px 13px 16px;
} 
.nen_c-page h4,.hoku_c-page h4,.kan_c-page h4,.kin_c-page h4,.sei_c-page h4 {
   font-size: 1.1875rem;
}   
h2.past {
    margin-top : 5rem;
}
  
  
  
}

/* 900px以上 - PC */
@media only screen and (min-width: 900px) {
 .poster {
   width: 45%;
   float: left;
  }
.summary {
  width: calc( 50% - 2rem );
  float: left;
  padding: 1rem 1rem;
  margin: 1rem;
  border-radius: 20px;
}
  
}

/* 1024px以上 - PC */
@media only screen and (min-width: 1024px) {
   .nen_c-page h2,.hoku_c-page h2,.kan_c-page h2,.kin_c-page h2,.sei_c-page h2 {
  font-size: 1.75rem;
  padding: 20px 50px;
}
.nen_c-page h3,.hoku_c-page h3,.kan_c-page h3,.kin_c-page h3,.sei_c-page h3 {
   font-size: 1.25rem;
    padding: 14px 50px 14px 18px;
} 
.nen_c-page h4,.hoku_c-page h4,.kan_c-page h4,.kin_c-page h4,.sei_c-page h4 {
   font-size: 1.25rem;
}   
 .nen_c-page h5,.hoku_c-page h5,.kan_c-page h5,.kin_c-page h5,.sei_c-page h5 {
  font-size: 0.9375rem;
}   

.kongo {
  margin-bottom: 150px;
}  
h2.past {
    margin-top : 100px;
}  
  
}


