@charset "utf-8";
/* CSS Document */
body, main {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.pc-only {
  display: none;
}
.l-page_title__wrap {
    /*background-color: #33247D;*/
    background-color: #f1f0f2;
    width: 100%;
    padding: 0;
    margin-top: 80px;
    border-top: 5px solid #33247D;
}
.l-page_title__inner {
  width: 95%;
  margin: 0 auto;
}
.l-page_title__inner h2 {
  font-size: 1.6rem;
	line-height: 1.8rem;
  /*color: #FFF;*/
	color: #33257B;
}
.l-breadcrumb__wrap {
  width: 100%;
  margin-top: -50px;
  /*background-color: #CDCDCD;*/background-color: #FFF;
}
.l-breadcrumb__inner {
  width: 95%;
  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;
}
.l-contents_sec__inner {
  width: 95%;
  margin: 0 auto;
}
.l-contents_sec__inner h1 {
  position: relative;
  text-align: center;
  font-size: 1.6rem;
  color: #292929;
  line-height: 2rem;
  margin-bottom: 60px;
}
.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 p {
  font-size: 0.95rem;
  line-height: 1.6rem;
  margin-bottom: 30px;
}

.l-contents_sec__inner h2 {
    padding: 0.5em;
    color: #292929;
    background-color: #F6E9FF;
    border-left: solid 5px #82007F;
    margin-bottom: 30px;
	line-height: 1.8rem;
}
.l-contents_sec__inner h3 {}
.l-contents_sec__inner h3 {
  position: relative;
  padding: 0px 0 0 40px;
  margin-bottom: 15px;
  font-size: 1.1rem;
	background-image: url(../images/list-h3.png);
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-position: left top 6px;
}
/*.l-contents_sec__inner h3::before {
  content: "";
  position: absolute;
	background-color: #4B36B5;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: 50%;
  left: 0px;
  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: 25px auto;
	background-position: left top 6px;
}
/*.l-contents_sec__inner h4::before {
  content: "";
  position: absolute;
  background-color: #7A3324;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: 50%;
  left: 0px;
  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: 95%;
  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 4px;
  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;*/
	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 {
  padding: 50px 0px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.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 {
  padding: 50px 0px;
  border-radius: 10px;
  margin-bottom: 50px;
}
.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 {
  padding: 50px 0px;
  border-radius: 10px;
  margin-bottom: 50px;}
.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 70px;
  background-position: left 0px 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 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: 30px 0 80px 0;
}
.l-footer__inner {
  width: 95%;
  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: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.l-footer__block_01 {
  float: none;
  width: 100%;
}
.l-footer__block_02 {
  float: none;
  width: 100%;
}
.l-footer__block_02 .access {
  font-size: 0.9rem;
  text-align: center;
  padding: 15px 0 0 0;
}
.l-footer__block_01 {
  display: block;
  float: none;
}
.l-footer__block_01 .logo {
  width: 60px;
  margin: 10px auto;
}
.l-footer__block_01 .title {
  font-family: "Noto Sans JP", sans-serif;
  margin: 10px 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;
  text-align: center;
}
.copyright {
  text-align: center;
  font-size: 0.7rem;
  color: #292929;
}
.s-font {
  font-size: 1rem;
}
/*SNS*/
.right-fixed-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 200px;
  margin-right: 0;
  background-color: #33257C;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  padding: 10px 15px 0 15px;
  box-shadow: 0 0px 15px 0 rgba(0, 0, 235, 0.1);
  display: flex;
  gap: 5px;
  justify-content: space-between;
  z-index: 999;
}
.banner-box {
  width: 40px;
  margin: 5px 5px 10px 5px;
}
.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: 90%;
  display: block;
  margin: 0 auto;
}
.page-nav__inner .links {
  font-size: .95rem;
  font-weight: 600;
}
.page-nav__inner .links {
  display: block;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: .9em 3em .9em 2em;
  border: 1px solid #33247D;
  border-radius: 5px;
  background-color: #fff;
  color: #33247D;
  font-size: 1em;
  margin-bottom: 15px;
}
.page-nav__inner .links a {
  text-decoration: none;
}
.page-nav__inner .links::after {
  position: absolute;
  right: 2em;
  top: 26px;
  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: block;
}
.contents-nav__inner .contents-nav__block {
  width: 100%;
  margin-bottom: 30px;
}
.contents-nav__inner .contents-nav__block_02 {
  width: 100%;
  margin-bottom: 30px;
}
.contents_sb {
  margin-left: 5px;
}
.tbl-r01 {
  width: 900px;
  border-collapse: collapse;
  margin: 0 auto 30px auto;
}
.tbl-r01 th {
  background: #33257B;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  line-height: 1.4rem;
  vertical-align: top;
}
.tbl-r01 td {
  border: solid 1px #ccc;
  padding: 10px;
  line-height: 1.4rem;
  vertical-align: top;
}
.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: 900px;
  border-collapse: collapse;
  margin: 0 auto 30px auto;
}
.tbl-r03 th {
  background: #33257B;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  line-height: 1.4rem;
  vertical-align: top;
}
.tbl-r03 td {
  border: solid 1px #ccc;
  padding: 10px;
  line-height: 1.4rem;
  vertical-align: top;
}
.tbl-r04 {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 30px auto;
}
.tbl-r04 th {
  background: #33257B;
  border: solid 1px #ccc;
  color: #fff;
  padding: 10px;
  line-height: 1.4rem;
  vertical-align: top;
}
.tbl-r04 td {
  border: solid 1px #ccc;
  padding: 10px;
  line-height: 1.4rem;
  vertical-align: top;
}
.table-scroll {
  overflow-x: auto;
	margin-bottom: 30px;
}
table {
  min-width: 100%;
}
.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;
}
.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;
  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;
}
.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 .staff {
  display: flex;
  justify-content: flex-start;
  border-bottom: 1px solid #ccc;
}
.staff-block .staff dt {
  width: 200px;
  padding: 5px;
  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: 100%;
  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%;
  }
}
.txt-right {
  text-align: right;
  font-size: 0.95rem;
  padding: 15px 15px 0 0;
}
.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_002 dl {
  width: 100%;
}
.box_002 dt {
  display: block;
  width: 100%;
  clear: left;
  float: none;
  font-weight: 600;
}
.box_002 dd {
  display: block;
  width: 100%;
  float: none;
  margin-bottom: 15px;
}
.box_002:after {
  content: "";
  display: block;
  clear: both;
}
.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;
}
.l-pamphlet_list {}
.l-pamphlet_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.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: 48%;
  font-size: .85rem;
}
.l-pamphlet_list ul li img {
  width: 198px;
  height: auto;
  margin: 0 auto;
	border: 1px solid #bfbfbf;
}
.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 0px auto;
}
.btn-link_inner_02 {
  width: 90%;
  margin: 0 auto 20px auto;
}
.btn-link {
  margin-bottom: 5px;
}
.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;
}
.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-contents_sec__wrap:after, .l-contents_sec__wrap:before, .l-page_title__wrap:before, .l-page_title__wrap:after {
  content: "";
  display: block;
  clear: both;
}