@charset "utf-8";
/* CSS Document */
.sp-only, .header-sp-only, .child_menu__block_02 {
  display: none;
}
.opacityIn {
  opacity: 1;
}
.opacityIn.active {
  opacity: 1;
}
.fadeIn {
  opacity: 1;
}
.fadeIn.active {
  opacity: 1;
}
.fadeIn_l {
  opacity: 1;
}
.fadeIn_l.active {
  opacity: 1;
}
.fadeIn_r {
  opacity: 1;
}
.fadeIn_r.active {
  opacity: 1;
}

a.meanmenu-reveal {
  display: none;
}
.header-inner {
  background-color: #FFF;
}
.header-inner .logo {
  width: 50px;
  margin: 10px;
}
.header-inner__block {
  display: flex;
  float: left;
}
.header-inner h1 {
  /*font-family: "Noto Sans JP", sans-serif;*/
  font-family: "BIZ UDPGothic", sans-serif;
  margin: 15px 0 0 15px;
  -webkit-transition: all .4s ease 0s, background .6s ease .2s;
  transition: all .4s ease 0s, background .6s ease .2s;
  font-weight: 600;
  font-size: 1.6rem;
}
@media screen and (max-width:1400px) {
  .header-inner h1 {
    margin: 20px 0 0 15px;
    font-size: 1.4rem;
    -webkit-transition: all .4s ease 0s, background .6s ease .2s;
    transition: all .4s ease 0s, background .6s ease .2s;
  }
}
.header-inner_sec ul {}
.header-inner_sec {
  background-color: #33247D;
}
.main-navigation {
  float: right;
  margin-top: 30px;
}
.menu-list:hover > a {
  background: #33247D;
}
.menu-item {
  font-size: 0.95rem;
  color: #2c2c2c;
  flex-grow: 1;
  padding: 6px;
  float: right;
}
.menu-item a {
  color: #2c2c2c;
  text-decoration: none;
  font-weight: 600;
}
.menu-item a[target="_blank"] {
  background: url(../images/icon-link4.png) no-repeat center right;
  padding: 2px 20px 2px 0px;
  background-size: 15px auto;
}
.menu-item a:hover {
  color: #8871A8;
  text-decoration: none;
  font-weight: 600;
}
.menu .lang a {
  font-weight: 600;
  text-transform: uppercase;
  color: #33257C;
}
.menu-item .icon-lang::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../images/icon-lang.svg) no-repeat;
  background-size: contain;
  margin-right: 5px;
  margin-top: -3px;
  vertical-align: middle;
}
.global_menu { /* メニュー全体のスタイル */
  width: 100%;
  position: relative;
  color: #FFF; /* 文字色 */
  background: #33247D; /* 背景色 */
  text-align: center;
  padding: 0px 0px 0px 0px;
}
.global_menu li {
  display: inline-block;
}
.global_menu a { /* 各項目のスタイル */
  display: block;
  padding: 10px 30px 10px 30px;
  font-size: 0.9rem;
  font-weight: 600;
}
/*@media screen and (max-width:1400px) {
  .global_menu a {
    display: block;
    padding: 10px 10px;
	  margin-bottom: 10px;
  }
}*/
.menu-list:hover > a {
  background: #33247D;
}
.child_menu_02__inner {
  width: 1100px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap; /*justify-content: space-between;*/
  padding: 20px 0;
}
.child_menu_03__inner {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap; /*justify-content: space-between;*/
  padding: 20px 0;
}
.child_menu_04__inner {
  width: 900px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap; /*justify-content: space-between;*/
  padding: 20px 0;
}
.child_menu_05__inner {
  width: 600px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-wrap: wrap; /*justify-content: space-between;*/
  padding: 20px 0;
}
.child_menu__block_02 {
  /*width: 49%;*/
  margin: 0 10px;
  padding: 0 0 10px 0;
}
.f-child_menu__block_02 {
  float: left;
  margin-left: 0px;
  margin-top: 10px;
}
.f-child_menu__block_02 .contents {
  margin-bottom: 5px;
}
.child_menu__block_02 .title {
  margin-left: 0px;
  line-height: 18px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-image: url(../images/icon_list_001.png);
  background-size: 10px auto;
  background-position: left top 15px;
  padding-left: 0px;
}
/*@media screen and (max-width:1400px) {
  .child_menu__block_02 .title {
    padding-left: 8px;
    line-height: 18px;
    font-size: 16px;
    background-repeat: no-repeat;
    background-image: url(../images/icon_list_001.png);
    background-size: 10px auto;
    background-position: left top 18px;
  }
}*/
.child_menu__block_02 .title a {
  color: #FFF;
  /*text-decoration: underline;*/
  text-decoration: none;
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4rem;
}
.child_menu__block_02 .contents a {
  color: #FFF;
  text-align: left;
  margin: 0 0 0 11px;
  font-size: 15px;
  line-height: 1rem;
  /*text-decoration: underline;*/
  text-decoration: none;
  padding: 0 0 10px 20px;
}
.child_menu__block_02 .title a:hover, .child_menu__block_02 .contents a:hover {
  text-decoration: underline;
}
.child_menu__block_02 .title a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/icon-link5.png);
  background-size: contain;
  vertical-align: middle;
  font-weight: 900;
  margin-left: 10px;
  background-repeat: no-repeat;
}
.f-child_menu__block_02 a[target="_blank"]::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/icon-link5.png);
  background-size: contain;
  vertical-align: middle;
  font-weight: 900;
  margin-left: 10px;
  background-repeat: no-repeat;
}
/*追加*/
.l-header {
  /*padding-inline: 3%;*/
  /*background-color: #f5f5f5;*/
  border-bottom: 3px solid #FFF;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.l-header + * {
  margin-top: 60px;
}
.p-navigation-global__list {
  gap: 15px;
  align-items: center;
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}
.p-navigation-global__list-item a {
  font-weight: 700;
  /*padding: 20px 5px;*/
}
.p-megaMenu.is-open .p-megaMenu__navigation {
  -webkit-clip-path: inset(0 -50vw);
  clip-path: inset(0 -50vw);
  visibility: visible;
}
.p-megaMenu.is-open .p-megaMenu__open::after {
  rotate: 180deg;
}
.p-megaMenu__open {
  gap: 0.5em;
  font-size: 0.9rem;
  align-items: center;
  cursor: pointer;
  display: flex;
  font-weight: 700;
  justify-content: center;
  line-height: 1;
  padding: 5px;
}
@media screen and (max-width:1400px) {
  .p-navigation-global__list {
    gap: 0;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .p-megaMenu__open {
    gap: 0.5em;
    font-size: 0.9rem;
    align-items: center;
    cursor: pointer;
    display: flex;
    font-weight: 700;
    justify-content: center;
    line-height: 1;
    padding: 0px 5px;
  }
  .child_menu__block_02 .title {
    margin-left: 0px;
    line-height: 18px;
    font-size: 12px;
    background-repeat: no-repeat;
    background-image: url(../images/icon_list_001.png);
    background-size: 10px auto;
    background-position: left top 10px;
    padding-left: 15px;
  }
}
.p-megaMenu__open::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url(../images/icon-navi.png);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.p-megaMenu__navigation {
  -webkit-clip-path: inset(0 -50vw 100%);
  background-color: #33247D;
  clip-path: inset(0 -50vw 100%);
  left: 0;
  position: absolute;
  top: 100%;
  transition: all 0.4s;
  visibility: hidden;
  width: 100%;
}
.p-megaMenu__list {
  gap: 0;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  max-width: 600px;
  width: -moz-fit-content;
  width: fit-content;
}
.p-megaMenu__list-item a {
  gap: 0.5em;
  align-items: center;
  display: inline-flex;
  padding: 5px 10px;
}
.p-megaMenu__list-item a::before {
  background-color: currentColor;
  content: "";
  display: block;
  height: 1px;
  width: 0.5em;
}
@media (max-width: 1400px) {
  .p-navigation-global__list {
    gap: 10px;
  }
  .p-navigation-global__list-item a {
    padding: 5px 10px;
  }
  .p-megaMenu__open {
    padding: 0px 0 10px 0;
  }
  /*.p-navigation-global__list {
    gap: 40px;
  }*/
  /* .p-navigation-global__list-item a {
    padding: 20px 10px;
  }*/
  /*.p-megaMenu__open {
    padding: 20px 10px;
  }

  .p-megaMenu__navigation {
    padding: 40px;
  }

  .p-megaMenu__list {
    gap: 10px 30px;
    flex-direction: row;
  }*/
  /*.p-megaMenu__list-item a {
    padding: 20px 20px;
  }*/
}
@media (hover: hover) {
  .p-navigation-global__list-item a:hover {
    text-decoration: underline;
  }
}
.l-visit_navi_wrap {
  width: 100%;
  /*background-color: #9488CD;*/
  background-color: #F1EFFF;
  margin-bottom: 20px;
}
.menu-list_b a {
  color: #33247D;
  font-size: 0.8rem;
}
.menu-list_b a:hover {
  color: #6C5EB0; /*background-color: #33247D;
  border-radius: 30px;*/
}
.main-navigation:before, .main-navigation:after, .main-navigation .menu:after, .header-inner:after {
  content: "";
  display: block;
  clear: both;
}
body {
  margin: 0;
  padding: 0;
  width: 100vw;
  overflow-x: hidden;
}
.main_visual {
  width: 100%;
}
.slide_wrap {
  position: relative;
  top: 180px;
}
/*.slide-items {
  width: 100%;
  height: 100%;
}
.slide-items img {
  width: 100%;
    height: 36vw;
    object-fit: cover;
}*/
.slide-items {
  display: flex;
}
.slide-items img {
  width: 100%;
  aspect-ratio: 600 / 188;
  height: auto;
  object-fit: cover;
  margin-bottom: -75px;
  /*height: 700px;
  object-fit: cover;*/
}
/*@media screen and (min-width:1400px) {
	.main_visual {
  width: 100%;
}
.slide_wrap {
  position: relative;
  top: 150px;
}
.slide-items {
  width: 100%;
  height: 100%;
}
.slide-items img {
  width: 100%;
  height: 35vw;
  object-fit: cover;
}	
}*/
.slide-text_wrap {
  width: 100%;
  position: relative;
  top: -20px;
  background: rgba(0, 0, 0, 0.5);
  margin-bottom: 0px;
}
.slide-text_inner {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: 0 auto;
  padding: 20px 100px;
}
.slide-text_inner .slide-text_title {
  font-size: 1.2rem;
  color: #FFF;
  width: 70%;
  line-height: 1.4rem;
}
.slide-text_inner .slide-text_btn-link {
  margin-top: 5px;
  text-align: center;
  width: 20%;
}
.slide-text_inner .slide-text_btn-link a {
  background-color: #33247D;
  border: 1px solid #33247D;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 30px;
  position: relative;
  text-decoration: none;
  width: 200px;
}
.slide-text_inner .slide-text_btn-link a:hover {
  background-color: #4B39A0;
  border: 1px solid #4B39A0;
}
.slide-text_inner .slide-text_btn-link a::before {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  transform: rotate(45deg);
  width: 10px;
}
.pickup {
  position: relative;
  top: 200px;
}
.pickup ul {
  height: 180px;
  display: flex;
  position: relative;
  text-align: center;
  margin-left: 15px;
  justify-content: center;
  align-items: center;
}
.pickup ul li {
  width: 320px;
  text-align: center;
  height: 180px;
  display: flex;
  vertical-align: middle;
  z-index: 3;
  justify-content: center;
  align-items: center;
}
.pickup .box {
  width: 320px;
  height: 180px;
  display: flex;
  position: relative;
  text-align: center;
  margin-left: 15px;
  justify-content: center;
  align-items: center;
}
.pickup .box .box_inner {
  text-align: center;
  width: 100%;
  height: 180px;
  display: flex;
  vertical-align: middle;
  z-index: 3;
  justify-content: center;
  align-items: center;
}
.pickup .box .title {
  color: #FFF;
  font-size: 1.3rem;
  line-height: 1.6rem;
  font-weight: 600;
  padding: 10px;
}
.pickup .box img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  filter: grayscale(5%);
  filter: contrast(93%);
}
.pickup .box a {
  display: block;
  width: 100%;
}
.pickup .box a:hover {
  filter: brightness(1.2);
  width: 100%;
}
/*お知らせ*/
.l-news-wrap {
  width: 100%;
  background-color: #F1EFFF;
  margin-top: 250px;
  padding: 50px 0;
}
.l-news-inner {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  /*display: flex;
  justify-content: space-between;*/
}
.l-news-block {
  width: 65%;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
}
.l-news-block .title h3 {
  color: #33257B;
  float: left;
}
.l-news-block .title h3 .en {
  font-size: 1.8rem;
  margin-right: 20px;
}
.l-news-block .title h3 .jp {
  font-size: 1rem;
}
.l-news-block .title .old_news {
  float: right;
  padding: 25px 0 0 0;
}
.l-news-block .title .old_news .jp {
  position: relative;
  top: -10px;
  padding-right: 10px;
}
.l-news-block .title .old_news {
  font-size: .9rem;
}
.l-news-block .title .old_news a::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('../images/link-icon_02.png');
  background-position: center;
  background-size: contain;
}
.l-news-block_event .old_news {
  float: right;
  padding: 25px 0 0 0;
}
.l-news-block_event .old_news .jp {
  position: relative;
  top: -10px;
  padding-right: 10px;
}
.l-news-block_event .old_news {
  font-size: .9rem;
}
.l-news-block_event .old_news a::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url('../images/link-icon_02.png');
  background-position: center;
  background-size: contain;
}
.l-news-block .category ul {
  display: flex;
  /*justify-content: space-between;*/
  margin: 30px 0;
}
.l-news-block .category ul li {
  text-align: center;
  padding: 2px 10px 0px 10px;
  margin-right: 10px;
  display: inline-block;
  width: 130px;
  /*height: 28px;*/
  font-size: 0.8rem;
  color: #FFF;
}
.l-news-block_event {
  width: 32%;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
  margin-left: 3%
}
.l-news-block_event .title h3 {
  color: #33257B;
  float: none;
}
.l-news-block_event .title h3 .en {
  font-size: 1.8rem;
  margin-right: 20px;
}
.l-news-block_event .title h3 .jp {
  font-size: 1rem;
}
/*重要なお知らせ*/
.l-news-block_important {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 30px;
}
.l-news-block_important .title h3 {
  color: #33257B;
  float: none;
}
.l-news-block_important .title h3 .en {
  font-size: 1.8rem;
  margin-right: 20px;
}
.l-news-block_important .title h3 .jp {
  font-size: 1rem;
}
.cate_whats_new {
  background-color: #F4791C;
  border-radius: 20px;
}
.cate_entrance {
  background-color: #82007F;
  border-radius: 20px;
}
.cate_event {
  background-color: #9EC014;
  border-radius: 20px;
}
.cate_news {
  background-color: #33257C;
  border-radius: 20px;
}
.cate_important {
  background-color: #E81233;
  border-radius: 20px;
  margin-right: 10px;
}
.news-list__block {
  display: flex;
}
.news-list__block .time {
  color: #2C2C2C;
  font-size: 0.95rem;
  margin-right: 20px;
}
.news-list__block .category {
  text-align: center;
  padding: 2px 10px 0px 10px;
  display: inline-block;
  width: 130px;
  color: #FFF;
  font-size: 0.8rem;
  line-height: 28px;
}
.l-news-block .title {
  color: #2C2C2C;
  font-size: 0.95rem;
  line-height: 1.4rem;
  padding: 10px 0 0 0;
}
.news-list ul {}
.news-list ul li {
  padding: 20px 0;
  border-bottom: 1px solid #C6C6C6;
}
.news-list ul li a {
  text-decoration: none;
}
.news-list ul li a:hover {
  text-decoration: underline;
}
/*コンテンツ*/
.contents__wrap {}
.contents__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0 0 0;
}
.contents__inner h3 {
  font-size: 1.6rem;
  color: #33257B;
}
.contents__inner h4 {
  background: url("../images/icon_bar_001.png") no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 8px 8px 15px 70px;
  background-position: left 0px top 16px;
  background-repeat: no-repeat;
  background-size: 55px 1px;
  overflow-wrap: break-word;
  font-size: 1rem;
  line-height: 16px;
}
.contents__inner .l-block {
  width: 90%;
  margin: 0 auto;
  border-radius: 10px;
  background-image: url(../images/bg-contents_block.png);
  background-repeat: repeat;
  padding: 30px;
}
.l-block-list ul {
  padding-left: 75px;
}
.l-block-list ul li {
  background: url(../images/icon_list_001.png) no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 8px 8px 8px 40px;
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  overflow-wrap: break-word;
  font-size: 0.95rem;
}
.l-block_inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.l-block_inner::after {
  content: "";
  display: block;
  width: 45%;
}
.l-block_inner h4 {
  width: 450px;
  text-align: left;
}
.l-block_inner_a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.l-block_inner_a .l-block_left {
  width: 45%;
}
.l-block_inner_a .l-block_right {
  width: 45%;
}
.contents__inner a[target="_blank"] {
  background: url(../images/icon-link4.png) no-repeat center right;
  padding: 2px 20px 2px 0px;
  background-size: 15px auto;
}
.l-news-inner a[target="_blank"] {
  background: url(../images/icon-link4.png) no-repeat center right;
  padding: 2px 20px 2px 0px;
  background-size: 15px auto;
}
.l-news-inner a[href$=".pdf"] {
  background: url(../images/icon-pdf.png) no-repeat center right;
  padding: 2px 20px 2px 0px;
  background-size: 15px auto;
}
.l-news-inner a[href$=".docx"] {
  background: url(../images/icon-word.png) no-repeat center right;
  padding: 2px 20px 2px 0px;
  background-size: 15px auto;
}
.l-news-inner a[href$=".doc"] {
  background: url(../images/icon-word.png) no-repeat center right;
  padding: 2px 20px 2px 0px;
  background-size: 15px auto;
}
.contents_sec__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 0;
}
.title_line {
  font-size: 1.6rem;
  color: #33257B;
  border-bottom: solid 3px #A69AE1;
  position: relative;
  margin: 5px 0 20px 0;
}
.title_line:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #33257B;
  bottom: -3px;
  width: 20%;
}
.contents_sec__inner h4 {
  background: url("../images/icon_bar_001.png") no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 8px 8px 15px 70px;
  background-position: left 0px top 16px;
  background-repeat: no-repeat;
  background-size: 55px 1px;
  overflow-wrap: break-word;
  font-size: 1rem;
  line-height: 16px;
}
.contents_sec__inner a:hover, .contents__inner a:hover {
  color: #8871A8;
}
.contents_sec__inner a[target="_blank"] {
  background: url(../images/icon-link4.png) no-repeat center right;
  padding: 2px 20px 2px 0px;
  background-size: 15px auto;
}
.contents_sec__inner a[href$=".pdf"] {
  background: url(../images/icon-pdf.png) no-repeat center right;
  padding: 2px 20px 2px 0px;
  background-size: 15px auto;
}
.contents_sec__inner a[href$=".docx"] {
  background: url(../images/icon-word.png) no-repeat center right;
  padding: 2px 20px 2px 0px;
  background-size: 15px auto;
}
.contents_sec__inner a[href$=".doc"] {
  background: url(../images/icon-word.png) no-repeat center right;
  padding: 2px 20px 2px 0px;
  background-size: 15px auto;
}
.contents_sec__inner a[href$=".xlsx"] {
  background: url("../images/icon-excel.png") no-repeat center right;
  padding: 2px 20px 2px 0px;
  background-size: 15px auto;
}
/*学部・大学院、学費・奨学金、学生生活　レイアウト*/
.l-contents_sec {
  display: flex;
  justify-content: space-between;
}
.l-contents_block {
  width: 30%;
}
.l-contents_block .photo {
  width: 100%;
  margin: 0 0 20px 0;
}
.l-contents_block .photo img {
  width: 100%;
  height: auto;
}

/*入試情報*/
.adm_info {
  padding: 50px 0px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.adm_info .icon {
  /*background: url(../images/icon_sec_001.png) no-repeat left center / auto 1em;*/
  background: url(../images/icon_001.png) no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 16px 16px 16px 90px;
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  overflow-wrap: break-word;
}
/*各種資料*/
.materials_download {
  padding: 50px 0px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.materials_download .icon {
  /*background: url(../images/icon_sec_002.png) no-repeat left center / auto 1em;*/
	background: url(../images/icon_002.png) no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 16px 16px 16px 90px;
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  overflow-wrap: break-word;
}
/*広報イベント*/
.pr_event {
  padding: 50px 0px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.pr_event .icon {
  /*background: url(../images/icon_sec_003.png) no-repeat left center / auto 1em;*/
	background: url(../images/icon_003.png) no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 16px 16px 16px 90px;
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  overflow-wrap: break-word;
}
/*学部・大学院*/
.dep_gra {}
.dep_gra .icon {
  /*background: url(../images/icon_sec_004.png) no-repeat left center / auto 1em;*/
	background: url(../images/icon_004.png) no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 16px 16px 16px 70px;
  background-position: left 0px center;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  overflow-wrap: break-word;
}
/*学費・奨学金*/
.exp_sch {}
.exp_sch .icon {
  /*background: url(../images/icon_sec_006.png) no-repeat left center / auto 1em;*/
	background: url(../images/icon_006.png) no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 16px 16px 16px 70px;
  background-position: left 0px center;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  overflow-wrap: break-word;
}
/*学生生活*/
.campus_life {}
.campus_life .icon {
  /*background: url(../images/icon_sec_005.png) no-repeat left center / auto 1em;*/
	background: url(../images/icon_005.png) no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 16px 16px 16px 70px;
  background-position: left 0px center;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  overflow-wrap: break-word;
}
/*お知らせ*/
.news_info {
  padding: 50px 0px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.news_info .icon {
  /*background: url(../images/icon_sec_007.png) no-repeat left center / auto 1em;*/
	background: url(../images/icon_007.png) no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 16px 16px 16px 90px;
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  overflow-wrap: break-word;
}
/*訪問者別*/
.visit_info {
  padding: 50px 0px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.visit_info .icon {
  /*background: url(../images/icon_sec_008.png) no-repeat left center / auto 1em;*/
	background: url(../images/icon_008.png) no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 16px 16px 16px 90px;
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  overflow-wrap: break-word;
}


/*入試情報*/
.adm_info {
  background-image: url(../images/bg-adm_info.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px 0px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.adm_info .icon {
  background: url(../images/icon_001.png) no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 16px 16px 16px 90px;
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  overflow-wrap: break-word;
}
/*各種資料*/
.materials_download {
  background-image: url(../images/bg-materials.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px 0px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.materials_download .icon {
  background: url(../images/icon_002.png) no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 16px 16px 16px 90px;
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  overflow-wrap: break-word;
}
/*広報イベント*/
.pr_event {
  background-image: url(../images/bg-pr_event.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 50px 0px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.pr_event .icon {
  background: url(../images/icon_003.png) no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 16px 16px 16px 90px;
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  overflow-wrap: break-word;
}
/*学部・大学院*/
.dep_gra {}
.dep_gra .icon {
  background: url(../images/icon_004.png) no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 16px 16px 16px 70px;
  background-position: left 0px center;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  overflow-wrap: break-word;
}
/*学費・奨学金*/
.exp_sch {}
.exp_sch .icon {
  background: url(../images/icon_006.png) no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 16px 16px 16px 70px;
  background-position: left 0px center;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  overflow-wrap: break-word;
}
/*学生生活*/
.campus_life {}
.campus_life .icon {
  background: url(../images/icon_005.png) no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 16px 16px 16px 70px;
  background-position: left 0px center;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  overflow-wrap: break-word;
}
/*footer*/
.l-footer__wrap {
  width: 100%;
  background-color: #F1EFFF;
  padding: 50px 0 0 0;
}
.l-footer__inner {
  width: 1200px;
  margin: 0 auto;
}
.l-footer__inner .sns ul {
  text-align: center;
}
.l-footer__inner .sns ul li {
  display: inline-block;
  width: 30px;
  margin: 0 10px;
}
.l-footer__inner .sns ul li img {
  width: 100%;
  height: auto;
}
.l-footer__block__inner {
  width: 750px;
  margin: 0 auto;
  padding: 30px 0;
}
.l-footer__block_01 {
  float: left;
  width: 350px;
}
.l-footer__block_02 {
  float: right;
  width: 350px;
}
.l-footer__block_02 .access {
  font-size: .9rem;
}
.l-footer__block_01 {
  display: flex;
  float: left;
}
.l-footer__block_01 .logo {
  width: 50px;
  margin: 10px;
}
.l-footer__block_01 .title {
  font-family: "Noto Sans JP", sans-serif;
  margin: 20px 0 0 15px;
  -webkit-transition: all .4s ease 0s, background .6s ease .2s;
  transition: all .4s ease 0s, background .6s ease .2s;
  font-weight: 600;
  font-size: 1.1rem;
}
@media screen and (max-width:1400px) {
  .l-footer__block_01 .title {
    margin: 20px 0 0 15px;
    font-size: 1.1rem;
    -webkit-transition: all .4s ease 0s, background .6s ease .2s;
    transition: all .4s ease 0s, background .6s ease .2s;
  }
}
.copyright {
  text-align: center;
  font-size: 0.7rem;
  color: #292929;
}
/*SNS*/
.right-fixed-banner {
  position: fixed;
  top: 200px;
  right: 0;
  width: 55px;
  margin-right: 0;
  background-color: #33257C;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 15px 10px 10px 10px;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 235, 0.1);
  z-index: 999;
}
.banner-box {
  width: 35px;
  margin: 10px 0;
  padding-right: 0px;
}
.banner-box a:hover {
  opacity: 0.6;
}
/*-----------------------------
ギャラリー
------------------------------*/
.gallery { /** ギャラリーを囲むボックス **/
  width: 100%;
  margin-bottom: 20px !important;
  overflow: hidden;
}
.gallery br {
  display: none;
} /** 自動で挿入される clearfix の余白解除 **/
.gallery-item { /** 画像共通のスタイル **/
  float: left;
  margin-bottom: 0 !important;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
  text-align: center;
}
.gallery-icon img {
  width: 100%;
  height: auto;
  margin-bottom: 10px !important;
}
.gallery-caption { /** キャプション **/
  color: #222;
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center;
}
.gallery-columns-1 .gallery-item { /** カラムなし **/
  width: 100%;
  margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
  width: 48%;
  margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
  width: 31.33333%;
  margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
  width: 23%;
  margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
  width: 18%;
  margin: 0 1%;
}
@media screen and (max-width: 640px) {
  /* 640px以下用の記述 */
  .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 0 1%;
  }
  .gallery-columns-5 .gallery-item {
    width: 31.33333%;
    margin: 0 1%;
  }
}
.main_visual:after, .l-footer__wrap:before, .l-footer__inner:after, .sns ul:after, .l-footer__block__inner:after, .l-news-inner:after, .l-news-block .title:after, .l-block_inner:after, .l-block_inner_a:after, .news-list:after {
  content: "";
  display: block;
  clear: both;
}
.sp-only {
  display: none;
}
article {
  display: flex;
  flex-direction: column;
  min-height: 70vh;
}
body {
  margin: 0;
  padding: 0;
  width: 100vw;
  overflow-x: hidden; /*position: relative;*/
}
.l-page_title__wrap {
  background-color: #33247D;
  width: 100%;
  padding: 0;
  margin-top: 177px;
}
.l-page_title__inner {
  width: 1200px;
  margin: 0 auto;
}
.l-page_title__inner h2 {
  font-size: 1.6rem;
  color: #FFF;
}
.l-breadcrumb__wrap {
  width: 100%;
  margin-top: -50px;
  background-color: #CDCDCD;
}
.l-breadcrumb__inner {
  width: 1200px;
  margin: 0 auto;
  padding: 5px 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 .6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}
.breadcrumb li a {
  text-decoration: underline;
}
.breadcrumb li a:hover {
  text-decoration: none;
}
.l-contents_sec__wrap {
  padding: 50px 0; /*min-height: calc(100vh - 300px);*/
}
.l-contents_sec__inner {
  width: 1200px;
  margin: 0 auto;
}
.l-contents_sec__inner h1 {
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  color: #292929;
  line-height: 2.2rem;
  margin-bottom: 80px;
}
.l-contents_sec__inner h1::before {
  background-color: #33257B;
  border-radius: 5px;
  bottom: -30px;
  content: "";
  height: 3px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}
/*.l-contents_sec__inner h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  text-align: center;margin-bottom: 50px;
}
.l-contents_sec__inner h1::before, .l-contents_sec__inner h1::after {
  content: '';
  width: 70px;
  height: 3px;
  background-color: #33257B;
}
.l-contents_sec__inner h1::before {
  margin-right: 20px;
}
.l-contents_sec__inner h1::after {
  margin-left: 20px;
}*/
.l-contents_sec__inner p {
  font-size: 0.95rem;
  line-height: 1.6rem;
  margin-bottom: 30px;
}
/*.l-contents_sec__inner h2 {text-align: center;
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 30px;
  background-color: #E9EAFF;
  margin-bottom: 15px;
  font-size: 1.4rem;
}
.l-contents_sec__inner h2::before {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-image: linear-gradient(135deg, #33257B 15px, transparent 15px calc(100% - 15px), #33257B calc(100% - 15px));
  border: unset;
  margin: unset;
  width: unset;
  height: unset;
}*/

.l-contents_sec__inner h2 {
  padding: 0.5em;
  color: #292929;
    background-color: #F6E9FF;
    border-left: solid 5px #82007F;
  margin-bottom: 30px;
}
.l-contents_sec__inner h3 {}
.l-contents_sec__inner h3 {
  position: relative;
  padding: 0px 0 0 40px;
  margin-bottom: 15px;
  font-size: 1.1rem;
}
.l-contents_sec__inner h3::before {
  content: "";
  position: absolute;
  background-color: #33257B;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  z-index: -1;
}
.l-contents_sec__inner h3 a {
  text-decoration: underline;
}
.l-contents_sec__inner h3 a:hover {
  text-decoration: none;
}
.l-contents_sec__inner h4 {}
.l-contents_sec__inner h4 {
  position: relative;
  padding: 0px 0 0 40px;
  margin-bottom: 15px;
  font-size: 1.1rem;
	background-image: url(../images/list-h4.png);
	background-repeat: no-repeat;
	background-size: 30px auto;
	background-position: left top;
}
/*.l-contents_sec__inner h4::before {
  content: "";
  position: absolute;
  background-color: #E9EAFF;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  z-index: -1;
}*/
.l-contents_sec__inner h5 {
  background: url("../images/icon_bar_001.png") no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 8px 8px 15px 70px;
  background-position: left 0px top 16px;
  background-repeat: no-repeat;
  background-size: 55px 1px;
  overflow-wrap: break-word;
  font-size: 1rem;
  line-height: 16px;
}
.l-contents_sec__inner ul {
  width: 98%;
  margin: 15px auto 30px auto;
}
.l-contents_sec__inner ul li {
  background-image: url(../../assets/images/icon_list_001.png);
  background-repeat: no-repeat;
  background-position: left top 8px;
  background-size: 12px 12px;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 0.95rem;
  line-height: 1.4rem;
}
.l-contents_sec__inner ul li a {
  text-decoration: underline;
}
.l-contents_sec__inner ul li a:hover {
  text-decoration: none;
}
.l-contents_sec__inner ol {
  width: 93%;
  margin: 15px auto 30px auto;
}
.l-contents_sec__inner ol li {
  list-style-type: decimal;
  padding-left: 0px;
  margin-bottom: 15px;
  font-size: 0.95rem;
  line-height: 1.4rem;
}
/*入試情報*/
.adm_info {
  padding: 50px 0px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.adm_info .icon {
  background: url(../images/icon_sec_001.png) no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 16px 16px 16px 90px;
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  overflow-wrap: break-word;
}
/*各種資料*/
.materials_download {
  padding: 50px 0px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.materials_download .icon {
  background: url(../images/icon_sec_002.png) no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 16px 16px 16px 90px;
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  overflow-wrap: break-word;
}
/*広報イベント*/
.pr_event {
  padding: 50px 0px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.pr_event .icon {
  background: url(../images/icon_sec_003.png) no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 16px 16px 16px 90px;
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  overflow-wrap: break-word;
}
/*学部・大学院*/
.dep_gra {}
.dep_gra .icon {
  background: url(../images/icon_sec_004.png) no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 16px 16px 16px 70px;
  background-position: left 0px center;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  overflow-wrap: break-word;
}
/*学費・奨学金*/
.exp_sch {}
.exp_sch .icon {
  background: url(../images/icon_sec_006.png) no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 16px 16px 16px 70px;
  background-position: left 0px center;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  overflow-wrap: break-word;
}
/*学生生活*/
.campus_life {}
.campus_life .icon {
  background: url(../images/icon_sec_005.png) no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 16px 16px 16px 70px;
  background-position: left 0px center;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  overflow-wrap: break-word;
}
/*お知らせ*/
.news_info {
  padding: 50px 0px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.news_info .icon {
  background: url(../images/icon_sec_007.png) no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 16px 16px 16px 90px;
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  overflow-wrap: break-word;
}
/*訪問者別*/
.visit_info {
  padding: 50px 0px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.visit_info .icon {
  background: url(../images/icon_sec_008.png) no-repeat left center / auto 1em;
  display: block;
  width: 100%;
  padding: 16px 16px 16px 90px;
  background-position: left 16px center;
  background-repeat: no-repeat;
  background-size: 55px 55px;
  overflow-wrap: break-word;
}
/*footer*/
footer {}
.l-footer__wrap {
  width: 100%;
  background-color: #F1EFFF;
  padding: 50px 0 0 0;
}
.l-footer__inner {
  width: 1200px;
  margin: 0 auto;
}
.l-footer__inner .sns ul {
  text-align: center;
}
.l-footer__inner .sns ul li {
  display: inline-block;
  width: 30px;
  margin: 0 10px;
}
.l-footer__inner .sns ul li img {
  width: 100%;
  height: auto;
}
.l-footer__block__inner {
  width: 750px;
  margin: 0 auto;
  padding: 30px 0;
}
.l-footer__block_01 {
  float: left;
  width: 350px;
}
.l-footer__block_02 {
  float: right;
  width: 350px;
}
.l-footer__block_02 .access {
  font-size: .9rem;
}
.l-footer__block_01 {
  display: flex;
  float: left;
}
.l-footer__block_01 .logo {
  width: 50px;
  margin: 10px;
}
.l-footer__block_01 .title {
  font-family: "Noto Sans JP", sans-serif;
  margin: 20px 0 0 15px;
  -webkit-transition: all .4s ease 0s, background .6s ease .2s;
  transition: all .4s ease 0s, background .6s ease .2s;
  font-weight: 600;
  font-size: 1.1rem;
}
@media screen and (max-width:1400px) {
  .l-footer__block_01 .title {
    margin: 20px 0 0 15px;
    font-size: 1.1rem;
    -webkit-transition: all .4s ease 0s, background .6s ease .2s;
    transition: all .4s ease 0s, background .6s ease .2s;
  }
}
.copyright {
  text-align: center;
  font-size: 0.7rem;
  color: #292929;
}
/*SNS*/
.right-fixed-banner {
  position: fixed;
  top: 200px;
  right: 0;
  width: 55px;
  margin-right: 0;
  background-color: #33257C;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 15px 10px 10px 10px;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 235, 0.1);
  z-index: 999;
}
.banner-box {
  width: 35px;
  margin: 10px 0;
  padding-right: 0px;
}
.banner-box a:hover {
  opacity: 0.6;
}
.l-contents_sec__inner a {
  text-decoration: underline;
}
.l-contents_sec__inner a:hover {
  text-decoration: none;
}
.l-contents_sec__inner a[target="_blank"] {
  background: url(../images/icon-link4.png) no-repeat center right;
  padding: 2px 20px 2px 0px;
  background-size: 15px auto;
}
.l-contents_sec__inner a[href$=".pdf"] {
  background: url(../images/icon-pdf.png) no-repeat center right;
  padding: 2px 20px 2px 0px;
  background-size: 15px auto;
}
.l-contents_sec__inner a[href$=".docx"] {
  background: url(../images/icon-word.png) no-repeat center right;
  padding: 2px 20px 2px 0px;
  background-size: 15px auto;
}
.l-contents_sec__inner a[href$=".doc"] {
  background: url(../images/icon-word.png) no-repeat center right;
  padding: 2px 20px 2px 0px;
  background-size: 15px auto;
}
.l-contents_sec__inner a[href$=".xlsx"] {
  background: url("../images/icon-excel.png") no-repeat center right;
  padding: 2px 20px 2px 0px;
  background-size: 15px auto;
}
.page-nav__inner {
  width: 800px;
  display: flex;
  margin: 0 auto 30px auto;
}
.page-nav__inner .links {
  font-size: .95rem;
  font-weight: 600;
}
.page-nav__inner .links {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 350px;
  margin: 0 auto;
  padding: .9em 3em .9em 2em;
  border: 1px solid #33247D;
  border-radius: 5px;
  background-color: #fff;
  color: #33247D;
  font-size: 1em;
}
.page-nav__inner .links a {
  text-decoration: none;
}
.page-nav__inner .links::after {
  position: absolute;
  right: 2em;
  transform: translateY(-50%);
  transform-origin: left;
  width: 2em;
  height: .5em;
  background-color: #33247D;
  clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
  content: '';
  transition: transform .3s;
}
.page-nav__inner .links:hover::after {
  transform: translateY(-50%) scaleX(1.4);
}
.contents-nav__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contents-nav__inner .contents-nav__block {
  width: 30%;
  margin-bottom: 30px;
}
.contents-nav__inner .contents-nav__block_02 {
  width: 48%;
  margin-bottom: 30px;
}
.contents_sb {
  margin-left: 5px;
}
.contents-nav__inner .contents-nav__block_03 {
  float: left;
  width: 48%;
  margin-bottom: 0px;
}
.tbl-r01 {
  width: 1200px;
  border-collapse: collapse;
  margin: 0 auto 30px auto;
}
.tbl-r01 th {
  background: #33257B;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r01 td {
  border: solid 1px #ccc;
  padding: 10px;
}
.tbl-r01 tbody td:last-child {
  border-bottom: solid 1px #ccc;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w25 {
  width: 25%;
}
.tbl-r02 {
  width: 800px;
  border-collapse: collapse;
  margin: 0 auto 30px auto;
}
.tbl-r02 th {
  background: #33257B;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r02 td {
  border: solid 1px #ccc;
  padding: 10px;
}
.tbl-r02 td:first-child {
  background-color: #F1EEFF;
}
@media screen and (max-width: 640px) {
  .tbl-r02 {
    width: 80%;
  }
  .tbl-r02 .thead {
    display: none;
  }
  .tbl-r02 tr {
    width: 100%;
  }
  .tbl-r02 td {
    display: block;
    text-align: right;
    width: 100%;
  }
  .tbl-r02 td:first-child {
    background: #33257B;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .tbl-r02 td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}
.tbl-r03 {
  width: 800px;
  border-collapse: collapse;
  margin: 0 auto 30px auto;
}
.tbl-r03 th {
  background: #33257B;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r03 td {
  border: solid 1px #ccc;
  padding: 10px;
}
.tbl-r03 tbody td:last-child {
  border-bottom: solid 1px #ccc;
}

.tbl-r04 {
  width: 800px;
  border-collapse: collapse;
  margin: 0 auto 30px auto;
}
.tbl-r04 th {
  background: #33257B;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
}
.tbl-r04 td {
  border: solid 1px #ccc;
  padding: 10px;
}
.tbl-r04 tbody td:last-child {
  border-bottom: solid 1px #ccc;
}

.news-list__block {
  display: flex;
}
.news-list__block .time {
  color: #2C2C2C;
  font-size: 0.95rem;
  margin-right: 20px;
}
.news-list__block .category {
  text-align: center;
  padding: 0px 10px;
  display: inline-block;
  width: 130px;
  color: #FFF;
  height: 28px;
  font-size: 0.8rem;
  line-height: 28px;
}
.l-news-block .title {
  color: #2C2C2C;
  font-size: 0.95rem;
  line-height: 1.4rem;
  padding: 10px 0 0 0;
}
.news-list ul {}
.news-list ul li {
  padding: 20px 0;
  border-bottom: 1px solid #C6C6C6;
  background-image: url(../images/bg-contents_block.png);
}
.news-list ul li a {
  text-decoration: underline;
}
.news-list ul li a:hover {
  text-decoration: none;
}
.cate_whats_new {
  background-color: #F4791C;
  border-radius: 20px;
}
.cate_entrance {
  background-color: #82007F;
  border-radius: 20px;
}
.cate_event {
  background-color: #9EC014;
  border-radius: 20px;
}
.cate_news {
  background-color: #33257C;
  border-radius: 20px;
}
.history-block .history {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #ccc;
}
.history-block .history dt {
  width: 200px;
  padding: 5px;
  text-align: left;
}
.history-block .history dd {
  padding: 5px;
  width: calc(100% - 200px / 2);
  text-align: left;
}
.history-block .history:nth-child(even) {
  background: #f2f2f2;
}
.history-block .history:first-child {
  border-top: 1px solid #ccc;
}
.staff-block {
  width: 800px;
  margin: 0 auto;
}
.staff-block .staff {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #ccc;
}
.staff-block .staff dt {
  width: 400px;
  padding: 5px 10px;
  text-align: left;
}
.staff-block .staff dd {
  padding: 5px;
  width: calc(100% - 200px / 2);
  text-align: left;
}
.staff-block .staff:nth-child(even) {
  background: #f2f2f2;
}
.staff-block .staff:first-child {
  border-top: 1px solid #ccc;
}
/*ページ送り*/
.wp-pagenavi {
  margin: 40px auto;
  font-size: 12px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #33247D;
}
.wp-pagenavi a {
  color: #33247D;
  text-decoration: none;
}
.wp-pagenavi span.current, .wp-pagenavi a.page {
  margin: 0 10px 0 0;
  border: solid 1px #eee;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  box-sizing: border-box;
  justify-content: center;
  display: flex;
  align-items: center;
  transition: .3s;
}
.wp-pagenavi span.current {
  border: none;
  background: #33247D;
  color: #fff;
}
.wp-pagenavi a.page {
  background: none;
}
.wp-pagenavi a.page:hover {
  background: #33247D;
  color: #fff;
}
.wp-pagenavi .first, .wp-pagenavi .extend {
  margin-right: 10px;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  display: none;
}
.wp-pagenavi .pages {
  margin-right: 15px;
}
.youtube-block {
  width: 640px;
  margin: 0 auto 30px auto;
}
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
/*-----------------------------
ギャラリー
------------------------------*/
.gallery { /** ギャラリーを囲むボックス **/
  width: 100%;
  margin-bottom: 20px !important;
  overflow: hidden;
}
.gallery br {
  display: none;
} /** 自動で挿入される clearfix の余白解除 **/
.gallery-item { /** 画像共通のスタイル **/
  float: left;
  margin-bottom: 0 !important;
}
.gallery-icon { /** 画像を囲む dt のスタイル **/
  text-align: center;
}
.gallery-icon img {
  width: 100%;
  height: auto;
  margin-bottom: 10px !important;
}
.gallery-caption { /** キャプション **/
  color: #222;
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center;
}
.gallery-columns-1 .gallery-item { /** カラムなし **/
  width: 100%;
  margin-right: 0;
}
.gallery-columns-2 .gallery-item { /** 2カラム **/
  width: 48%;
  margin: 0 1%;
}
.gallery-columns-3 .gallery-item { /** 3カラム **/
  width: 31.33333%;
  margin: 0 1%;
}
.gallery-columns-4 .gallery-item { /** 4カラム **/
  width: 23%;
  margin: 0 1%;
}
.gallery-columns-5 .gallery-item { /** 5カラム **/
  width: 18%;
  margin: 0 1%;
}
@media screen and (max-width: 640px) {
  /* 640px以下用の記述 */
  .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 0 1%;
  }
  .gallery-columns-5 .gallery-item {
    width: 31.33333%;
    margin: 0 1%;
  }
}
.box_001 {
  margin: 0 0 15px 0;
  padding: 15px;
  border: solid 3px #33257B;
  border-radius: 0 5px 5px 5px;
  font-size: .9rem;
}
.box-title_001 {
  display: inline-block;
  padding: 5px 10px 5px 10px;
  background: #33257B;
  color: #FFF;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  font-size: 1rem;
}
.fig {
  margin-bottom: 30px;
}
.fig img {
  border: 1px solid #bfbfbf;
}
.box_002 {
  margin: 0 0 15px 0;
  padding: 15px;
  border: solid 3px #E9EAFF;
  border-radius: 0 5px 5px 5px;
}
.box-title_002 {
  display: inline-block;
  padding: 5px 10px 5px 10px;
  background: #E9EAFF;
  color: #292929;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  font-size: 1rem;
}
.box_003 {
  margin: 0 0 15px 0;
  padding: 15px;
  border: 3px solid #E469AA;
  border-radius: 0 5px 5px 5px;
}
.box-title_003 {
  display: inline-block;
  padding: 5px 10px 5px 10px;
  background: #E469AA;
  color: #FFF;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  font-size: 1rem;
}
.txt-right {
  text-align: right;
  font-size: 0.95rem;
  padding: 15px 15px 0 0;
}
.l-pamphlet_list {}
.l-pamphlet_list ul {
  display: flex;
  flex-wrap: wrap;
}
.l-pamphlet_list ul li {
  list-style-type: none;
  list-style-image: none;
  background-image: url(../images/bg-contents_block.png);
  text-align: center;
  width: 250px;
  margin-right: 10px;
  font-size: .85rem;
}
.l-pamphlet_list ul li img {
  width: 198px;
  height: auto;
  margin: 0 auto;
}
.l-pamphlet_list ul li a {
  text-decoration: none;
}
.l-pamphlet_list ul li a:hover {
  text-decoration: underline;
}
.button_link {
  display: inline-block;
  padding: 0px 50px 0px 20px;
  text-align: center;
  color: #434343;
  cursor: pointer;
  position: relative;
  text-decoration: none;
}
.button_link::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 10px;
  width: 30px;
  height: 5px;
  border: none;
  border-right: 2px solid #33257B;
  border-bottom: 1px solid #33257B;
  transform: skew(45deg);
  transition: .3s;
}
.button_link:hover::after {
  right: 0px;
  width: 30px;
}
/* ボタンのスタイル */
.btn_link a {
  position: relative;
  display: inline-block;
  padding: 15px 0;
  background-color: #21be78;
  border-radius: 8px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
/* アイコンのスタイル */
.btn-circle-right a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 22px;
  height: 22px;
  margin: auto;
  border-radius: 20px;
  background-color: #33257B;
}
.btn-circle-right a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #FFF;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}
.btn-link_inner {
  width: 90%;
  margin: 0 auto;
}
.btn-link_inner_02 {
  width: 90%;
  margin: 0 auto 20px auto;
}
.btn-link {
  margin-bottom: 5px;
  background-image: url(../images/icon_list_001.png);
  background-repeat: no-repeat;
  background-position: left top 8px;
  background-size: 15px auto;
  padding-left: 30px;
}
.btn-link_inner h3 a {
  font-size: 1.1rem;
  text-decoration: none;
  font-weight: 600;
}
.btn-link_inner h3 a:hover {
  font-size: 1.1rem;
  text-decoration: underline;
}
.btn-link_inner_02 a {
  font-size: 1.1rem;
  text-decoration: none;
  font-weight: 600;
}
.btn-link_inner_02 a:hover {
  font-size: 1.1rem;
  text-decoration: underline;
}
.text_btn-link {
  margin-top: 0px;
  text-align: center;
  width: 20%;
  margin-bottom: 30px;
}
.text_btn-link a {
  background-color: #33247D;
  border: 1px solid #33247D;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 30px;
  position: relative;
  text-decoration: none;
  width: 200px;
}
.text_btn-link a:hover {
  background-color: #4B39A0;
  border: 1px solid #4B39A0;
}
.text_btn-link a::before {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  transform: rotate(45deg);
  width: 10px;
}

.text_btn-link_02 {
  margin-top: 0px;
  text-align: center;
  width: 20%;
  margin: 15px 0;
}
.text_btn-link_02 a {
  background-color: #33247D;
  border: 1px solid #33247D;
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 30px;
  position: relative;
  text-decoration: none;
  width: 200px;
}
.text_btn-link_02 a:hover {
  background-color: #4B39A0;
  border: 1px solid #4B39A0;
}
.text_btn-link_02 a::before {
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  bottom: 0;
  content: "";
  height: 10px;
  margin: auto;
  position: absolute;
  right: 20px;
  top: 0;
  transform: rotate(45deg);
  width: 10px;
}

.l-other {
  text-align: right;
  margin-bottom: 30px;text-decoration: none;
}
.l-other a {
  background-color: #33257B;
  border-radius: 10px;
  text-align: center;
  color: #FFF;
  padding: 5px 15px;
  font-weight: 600;text-decoration: none;
}
.l-other a:hover {
  background-color: #E9EAFF;
  border-radius: 10px;
  text-align: center;
  color: #33257B;
  padding: 5px 15px;
  font-weight: 600;text-decoration: none;
}
.l-footer__wrap:before, .l-footer__inner:after, .sns ul:after, .l-footer__block__inner:after, .l-block_inner:after, .l-block_inner_a:after, .contents-nav__block_02:after, .tbl-r03:before, .tbl-r03:after {
  content: "";
  display: block;
  clear: both;
}
.l-header,.l-page_title__wrap,.l-breadcrumb__wrap,.l-footer__wrap,.right-fixed-banner {display: none;}

section {break-inside: avoid;}


hr {border-top: 1px solid #8c8b8b;margin: 15px 0;}

