@charset "UTF-8";
/*-----------------------------------------------------
	spメニュー
------------------------------------------------------*/
.contents.is-sp {
  display: none;
  padding: 12px 20px 15px 8px;
  margin: 0 0 15px 30px;
  border-radius: 0 0 0 20px;
  background: url("../images/top/kv_sp.jpg") 0 0 no-repeat;
  background-size: cover;
  overflow: hidden;
  background: none;
}
.contents__logo {
  margin-bottom: 15px;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  .contents.is-sp {
    display: block;
  }
  .contents__logo img {
    max-width: 74.42%;
  }
	/* SPメニュー */
  .hamburger {
    width: 46px ;
    height: 46px;
    display: block;
    position: absolute;
    top: 33px;
    right: 30px;
    z-index: 10002;
    padding: 0;
    background: #1e2188;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
  }
  .hamburger__icon {
    position: relative;
    margin-top: 5px;
  }
  .hamburger__icon, .hamburger__icon::before, .hamburger__icon::after {
    width: 16px;
    height: 2px;
		position: absolute;
    top: 17px;
		right: 15px;
    display: block;
    background-color: #fff;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .hamburger__icon::before, .hamburger__icon::after {
    content: "";
    right: 0;
  }
  .hamburger__icon::before {
		width: 16px;
    top: -7px;
  }
  .hamburger__icon::after {
		width: 16px;
    top: 7px;
  }
  /*.hamburger.active {
    right: 40px;
  }*/
	.hamburger.active .hamburger__icon {
    background-color: transparent;
  }
  .hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
		width: 16px;
    height: 2px;
  }
  .hamburger.active .hamburger__icon:before {
    -moz-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    -webkit-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  .hamburger.active .hamburger__icon:after {
    -moz-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -webkit-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  .fat-nav {
    top: 0;
    left: 0;
    z-index: 9999;
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
  }
  .fat-nav__wrapper {
    position: relative;
    top: 25px;
    right: -50%;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    margin-left: 0;
    padding: 90px 30px 30px 80px;
    background: #fff;
    -webkit-transition: right .4s cubic-bezier(.19,1.000,.22,1.000);
    transition: right .4s cubic-bezier(.19,1.000,.22,1.000);
  }
  .fat-nav__wrapper::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: calc(100% - 30px);
    border-radius: 0 0 15px 0;
    background: #1e2188;
  }
  .fat-nav.active .fat-nav__wrapper {
    right: 0;
  }
  .fat-nav_logo {
    position: absolute;
    z-index: 1;
    top: 33px;
    left: 38px;
    max-width: 65.095%;
    height: auto !important;
  }
  .fat-nav h2 {
    font-size: 20px;
    font-weight: 700;
    color: #1e2188;
  }
  .fat-nav h3 {
    margin-bottom: .5em;
    font-size: 25px;
    font-weight: 700;
  }
  .fat-nav h3 a {
    color: inherit;
    text-decoration: none;
  }
  .fat-nav h3 span {
    margin-right: .8em;
    font-size: .722em;
    color: #1e2188;
  }
  .fat-nav ul {
    margin-bottom: 50px;
    padding: 10px 0 0 20px;
    border-top: 2px solid #1e2188;
    border-bottom: 2px solid #e4e4e4;
    list-style-type: none;
    text-align: left;
  }
  .fat-nav li {
    position: relative;
    margin-bottom: 10px;
    border-bottom: 1px dotted #e4e4e4;
    list-style-type: none;
    text-align: left;
  }
  .fat-nav li a {
    display: block;
    padding-bottom: 10px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    text-decoration: none;
    color: #333333;
  }
  .fat-nav li:first-child a {
    padding-top: 10px;
  }
  .fat-nav li:last-child {
    border-bottom: none;
  }
  .fat-nav li:last-child a {
    padding-bottom: 0;
  }
  .nav_bottom {
    -webkit-box-pack: center !important;
    justify-content: center !important;
    margin-top: 80px;
    margin-bottom: 30px !important;
    text-align: center;
  }
  .nav_bottom a {
    display: inline-block;
    width: 170px;
    margin-right: 10px;
    padding: 10px 5px;
    background: #dde9f1;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: #333333;
    text-decoration: none;
  }
  .nav_bottom a:last-child {
    margin-right: 0;
    background: #fffcd9;
  }
  .nav_bottom a span {
    position: relative;
  }
  .nav_bottom a:last-child span::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 13px;
    height: 12px;
    background: url("../images/common/key.svg") no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .contents.is-sp {
    margin: 0 0 15px 19px;
  }
  .hamburger {
    top: 55px;
    right: 15px;
  }
  /*.hamburger.active {
    right: 15px;
  }*/
  .fat-nav__wrapper {
    top: 50px;
    padding: 60px 30px 30px 45px;
  }
  .fat-nav__wrapper::before {
    width: 11px;
  }
  .fat-nav_logo {
    top: 55px;
    left: 27px;
  }
  .fat-nav h2 {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .fat-nav h3 {
    font-size: 18px;
  }
  .fat-nav li a {
    font-size: 14px;
  }
  .nav_bottom a {
    font-size: 14px;
  }
}
@media screen and (max-width: 460px) {
  .nav_bottom a {
    width: calc(50% - 5px);
  }
}
/*-----------------------------------------------------
	page_common
------------------------------------------------------*/
body {
  background: url("../images/common/page_bg.webp") no-repeat top 25px right;
}
body.visitor_student-page {
  background: url("../images/common/page_bg_04.webp") no-repeat top 25px right;
}
body.center1-page, body.center2-page, body.center3-page, body.center4-page, body.center5-page, body.staff-page, body.section-page, body.data-page  {
  background: url("../images/common/page_bg_02.webp") no-repeat top 25px right;
}
body.issue-page, body.etc-page, body.symposium_news-page, body.symposium-page, body.reordist179-page {
  background: url("../images/common/page_bg_03.webp") no-repeat top 25px right;
}
body.sinkokai-page,
body.news-page,
body.outline-page,
body.newsletter-page,
body.reception-page,
body.law-page,
body.member-page
{
  background: none;
}
body.sinkokai-page #WebSite::before,
body.news-page #WebSite::before,
body.outline-page #WebSite::before,
body.newsletter-page #WebSite::before,
body.reception-page #WebSite::before,
body.law-page #WebSite::before,
body.member-page #WebSite::before
{
  display: none;
}
footer.footer {
  margin-top: 140px;
}
.site-header {
  background: none;
}
#WebSite::before {
  width: 85px;
  height: 342px;
}
#WebSite .top-text-ordistWrap {
  display: none;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.flex.is-vcenter {
  -webkit-box-align: center;
  align-items: center;
}
article.page {
  padding-top: 210px;
}
article.page a {
  text-decoration: none;
  color: #1e2188;
}
article.page a:hover {
  text-decoration: underline;
}
.wrap {
  width: 1000px;
  margin: 0 auto;
}
article.page .wrap:first-of-type {
  margin-bottom: 75px;
}
.tb {
	display: none !important;
}
.sp {
	display: none !important;
}
@media screen and (max-width: 960px) {
  body {
    background: url("../images/common/page_bg.webp") no-repeat top 25px right;
    background-size: 100%;
  }
  body.visitor_student-page {
    background: url("../images/common/page_bg_04.webp") no-repeat top 25px right;
    background-size: 100%;
  }
  body.center1-page, body.center2-page, body.center3-page, body.center4-page, body.center5-page, body.staff-page, body.section-page, body.data-page {
    background: url("../images/common/page_bg_02.webp") no-repeat top 25px right;
    background-size: 100%;
  }
  body.issue-page, body.etc-page, body.symposium_news-page, body.symposium-page, body.reordist179-page {
    background: url("../images/common/page_bg_03.webp") no-repeat top 25px right;
    background-size: 100%;
  }
  #WebSite::before {
    width: 30px;
    height: 225px;
    border-radius: 0 0 15px 0;
  }
  article.page {
    padding-top: 0;
  }
  .wrap {
    width: calc(100% - 60px);
  }
  .tb {
		display: block !important;
	}
	.pc {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
  footer.footer {
    margin-top: 70px;
  }
  #WebSite::before {
    width: 11px;
    height: 170px;
    border-radius: 0 0 15px 0;
  }
  .wrap {
    width: calc(100% - 30px);
  }
  article.page .wrap:first-of-type {
    margin-bottom: 60px;
  }
  .tb {
		display: none !important;
	}
  .sp {
		display: block !important;
	}
}


/*-----------------------------------------------------
	page_title
------------------------------------------------------*/
.page_title {
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 700;
  color: #1e2188;
}
p.page_title {
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .page_title {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .page_title {
    margin-bottom: 0;
    font-size: 18px;
  }
}
/*-----------------------------------------------------
	page_title_02
------------------------------------------------------*/
.page_title_02 {
  position: relative;
  width: 1160px;
  height: 183px;
  margin: -110px auto 10px;
  background: url("../images/common/page_title_bg.webp") no-repeat center center;
  background-size: cover;
  border-radius: 20px;
}
.page_title_02 h1,
.page_title_02 .h1 {
  position: absolute;
  bottom: -10px;
  left: 55px;
}
.page_title_02 h1 span,
.page_title_02 .h1 span {
  padding: 5px 20px;
  background: #fff;
  border-radius: 10px;
  font-size: 30px;
  font-weight: 900;
  color: #1e2188;
}
.page_title_02_mt {
  margin-top: 75px;
}
@media screen and (max-width: 1520px) {
  .page_title_02 {
    margin-right: auto;
    margin-left: 150px;
  }
}
@media screen and (max-width: 960px) {
  .page_title_02 {
    width: calc(100% - 76px);
    margin-top: -25px;
    margin-left: 38px;
  }
}
@media screen and (max-width: 767px) {
  .page_title_02 {
    width: calc(100% - 30px);
    height: 220px;
    margin: -25px auto 0;
    padding: 50px 15px 0; 
    background: url("../images/common/sp_page_title_bg.webp") no-repeat center center;
    background-size: cover;
  }
  .page_title_02 h1,
  .page_title_02 .h1 {
    position: relative;
    bottom: auto;
    left: auto;
    text-align: center;
  }
  .page_title_02 h1 span,
  .page_title_02 .h1 span {
    padding: 5px 20px;
    border-radius: 10px;
    font-size: 20px;
  }
  .page_title_02_mt {
    margin-top: 40px;
  }
}
/*-----------------------------------------------------
	breadcrumbs
------------------------------------------------------*/
ul.breadcrumbs {
  margin-top: 10px;
  line-height: 1.1;
}
ul.breadcrumbs li {
	display: inline-block;
	font-size: 11px;
}
ul.breadcrumbs li::after {
	margin: 0 5px;
	content: "\f0da";
	font-family: "Font Awesome 5 Free";
	font-weight: bold;
}
ul.breadcrumbs li:last-of-type::after {
	display: none;
}
ul.breadcrumbs li a {
	color: #333;
	text-decoration: none;
}
ul.breadcrumbs li a:hover {
	text-decoration: none;
}
@media screen and (max-width: 960px) {
  ul.breadcrumbs {
    margin-left: 20px;
  }
}
/*-----------------------------------------------------
	midasi
------------------------------------------------------*/
.midasi_01 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  color: #4d4d4d;
}
.midasi_01 span {
  display: inline-block;
  margin-right: 10px;
  padding: 5px 10px;
  background: #e4e4e4;
  font-size: 18px;
}
.midasi_02 {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 2px solid #1e2188;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #1e2188;
}
.midasi_03 {
  background: #dde9f1;
  padding: 5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #1e2188;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .midasi_01 {
    font-size: 20px;
  }
  .midasi_01 span {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px 20px;
    font-size: 14px;
  }
  .midasi_02 {
    font-size: 16px;
  }
}
/*-----------------------------------------------------
	link
------------------------------------------------------*/
.link_00 {
  font-weight: 500;
  text-decoration: underline !important;
}
.link_00:hover {
  text-decoration: none !important;
}
.link_01 {
  display: block;
  position: relative;
  padding: 4px 10px 6px 55px;
  background: #1e2188;
  font-size: 18px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
}
.link_01::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background: url("../images/common/arrow_01.svg") no-repeat center center;
  background-size: cover;
}
.link_02 {
  display: inline-block;
  padding: 0 20px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
}
button.link_02 {
  letter-spacing: 0.05em;
  line-height: 2;
}
.link_02:hover {
  text-decoration: none !important;
  opacity: .7;
}
.link_03 {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-size: 18px;
  font-weight: 700;
  color: #1e2188;
  text-decoration: none;
  line-height: 1.4;
}
.link_03::after {
  content: "";
  display: block;
  position: absolute;
	top: 3px;
	left: 0;
  width: 21px;
  height: 21px;
  background: url("../images/common/arrow_02.svg") no-repeat center center;
  background-size: cover;
}
.link_04 {
  position: relative;
  padding-left: 1.1em;
}
.link_04::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  font-size: .86em;
}
.link_dl {
  position: relative;
  padding-left: 1.3em;
}
.link_dl::before {
  content: "\f019";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #333;
  line-height: 1.5;
}
.link_rss {
  position: relative;
  padding-left: 1.3em;
}
.link_rss::before {
  content: "\f143";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  color: #fc8e3a;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .link_01 {
    padding: 4px 10px 6px 45px;
    font-size: 16px;
  }
  .link_01::before {
    left: 20px;
    width: 18px;
    height: 18px;
  }
  .link_03 {
    padding-left: 30px;
    font-size: 16px;
  }
  .link_03::after {
    top: 2px;
  }
}
/*-----------------------------------------------------
	アコーディオン
------------------------------------------------------*/
.details {
  position: relative;
  margin-bottom: 30px;
}
.details::before {
  content: "";
  display: block;
  position: absolute;
	top: 0;
	left: 0;
  z-index: 1;
  pointer-events: none;
  width: 34px;
  height: 34px;
  background: #1e2188;
}
.details-summary {
  position: relative;
  display: block;
  padding: 5px;
  padding-left: 50px;
  background: #fff;
  border: 1px solid #1e2188;
  font-size: 16px;
  font-weight: 700;
  color: #1e2188;
  line-height: 1.4;
}
.details-summary.is-active, .details-summary:hover {
  background: #dde9f1;
}
.details-summary:hover {
  cursor: pointer;
}
.details-summary .btn {
  position: absolute;
  top: 7.5px;
  left: 7.5px;
  z-index: 2;
  width: 18px;
  height: 18px;
  transform-origin: center center;
  transition-duration: 0.2s;
}
.details-summary .btn::before,
.details-summary .btn::after {
  content: "";
  background: #fff;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  transform-origin: center center;
}
.details-summary .btn::before {
  width: 2px;
  height: 18px;
  top: 0;
  left: 8px;
}
.details-summary.is-active .btn {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.details-summary.is-active .btn::before {
  content: none;
}
.details-summary::-webkit-details-marker {
  display: none;
}
.details-content {
  padding: 20px 0;
}
/*-----------------------------------------------------
	Luminous
------------------------------------------------------*/
.lum-lightbox {
  z-index: 10000;
  background: rgba(0,0,0,.75);
}
.lum-lightbox-inner img {
  max-width: 100%;
}
@media (max-width: 460px) {
  .lum-lightbox-position-helper {
      margin: auto !important;
  }
  .lum-gallery-button {
    opacity: 0;
  }
}
/*-----------------------------------------------------
	table
------------------------------------------------------*/
.table_wrap {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .table_wrap.is-sp-only {
    white-space: normal;
  }
}
/*-----------------------------------------------------
	message
------------------------------------------------------*/
.message_l {
  width: 64%;
}
.message_l p {
  font-size: 14px;
}
.message_r {
  width: 30%;
}
.message_r img {
  width: 100%;
  margin-bottom: 22px;
}
.message_r p {
  font-size: 15px;
  font-weight: 700;
}
.message_r p span {
  display: block;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  .message_l {
    order: 2;
    width: 100%;
    margin-top: 30px;
  }
  .message_l p {
    font-size: 14px;
  }
  .message_r {
    order: 1;
    width: 100%;
    text-align: center;
  }
  .message_r img {
    width: 213px;
    margin-bottom: 10px !important;
  }
  .message_r p {
    width: 213px;
    margin-right: auto;
    margin-left: auto;
    font-size: 11px;
    text-align: left;
  }
  .message_r p span {
    font-size: 14px;
  }
}

/*-----------------------------------------------------
	#officers
------------------------------------------------------*/
#officers h2 {
  margin-bottom: 70px;
}
#officers h3 {
  font-size: 18px;
  font-weight: 700;
  color: #1e2188;
}
#officers h4 {
  font-size: 25px;
  font-weight: 700;
}
#officers dl:first-of-type {
  padding-bottom: 50px;
  border-bottom: 1px solid #e4e4e4;
}
#officers dl {
  margin-bottom: 60px;
}
#officers dl dt {
  width: 200px;
  padding: 7px 0;
  border-right: 1px solid #e4e4e4;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}
#officers dl dd {
  width: calc(100% - 200px);
  padding: 7px 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}
#officers dl dt:first-of-type, #officers dl dd:first-of-type {
  padding-top: 0;
}
#officers dl:first-of-type dt {
  width: 80px;
}
#officers dl:first-of-type dd {
  width: calc(100% - 80px);
}
#officers p.small {
  margin-top: -50px;
  margin-bottom: 60px;
  font-size: 13px;
}
#officers p.small + p.small {
  margin-top: -60px;
}
#officers p:last-of-type {
  margin-top: 30px;
  margin-bottom: 0;
}
#officers .table_wrap {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}
#officers table thead th {
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  color: #1e2188;
  line-height: 1.4;
}
#officers table tr th {
  padding: 7px 20px;
  border: none;
}
#officers table tr td {
  padding: 7px 20px;
  border: none;
  border-right: 1px dashed #e4e4e4;
  text-align: center;
}
#officers table tr td:first-of-type {
  padding-left: 0;
  border-right: 1px solid #e4e4e4;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #officers h2 {
    margin-bottom: 30px;
  }
  #officers h3 {
    font-size: 18px;
  }
  #officers h4 {
    font-size: 17px;
  }
  #officers dl:first-of-type {
    padding-bottom: 30px;
  }
  #officers dl {
    margin-bottom: 40px;
  }
  #officers dl dt {
    width: 100%;
    padding: 7px 0 0;
    border-right: none;
    font-size: 14px;
  }
  #officers dl dd {
    width: 100%;
    padding: 7px 0;
    font-size: 14px;
  }
  #officers dl dt:first-of-type, #officers dl dd:first-of-type {
    padding-top: 0;
  }
  #officers dl:first-of-type dt {
    width: 100%;
  }
  #officers dl:first-of-type dd {
    width: 100%;
  }
  #officers p.small {
    margin-top: -30px;
    margin-bottom: 40px;
  }
  #officers p.small + p.small {
    margin-top: -40px;
  }
  #officers p:last-of-type {
    margin-top: 30px;
    margin-bottom: 0;
  }
  #officers .table_wrap {
    max-height: 450px;
  }
  #officers table thead th {
    font-size: 14px;
  }
  #officers table tr th, #officers table tr td {
    padding: 7px 15px;
    font-size: 14px;
  }
  #officers table tr td:first-of-type {
    padding-left: 0;
  }
}

/*-----------------------------------------------------
	#research
------------------------------------------------------*/
.reaserch_top {
  position: relative;
}
.reaserch_top p {
  font-size: 14px;
}
.reaserch_top_l {
  position: relative;
  width: 64%;
}
.research_icon {
  content: "";
  display: block;
  position: absolute;
	bottom: 0;
	left: 10px;
}
.research_icon_01 {
  width: 206px;
  height: 156px;
}
.research_icon_02 {
  width: 157px;
  height: 159px;
}
.research_icon_03 {
  width: 157px;
  height: 160px;
}
.research_icon_04 {
  width: 163px;
  height: 164px;
}
.reaserch_top_l h2 {
  padding: 15px;
  background: #27324d;
}
.reaserch_top_l h2 img {
  max-width: 100%;
}
.midasi_img_01 {
  width: 596px;
  height: auto;
}
.midasi_img_02 {
  width: 428px;
  height: auto;
}
.midasi_img_03 {
  width: 469px;
  height: auto;
}
.midasi_img_04 {
  width: 346px;
  height: auto;
}
.reaserch_top_r {
  width: 30%;
  text-align: center;
}
.reaserch_top_r img {
  max-width: 100%;
  margin-bottom: 10px;
}
.reaserch_top_r p {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}
.reaserch_top_r p span {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
}
.reaserch_bottom {
  margin-top: 50px;
  margin-bottom: 75px;
  padding-bottom: 75px;
  border-bottom: 1px solid #e4e4e4;
}
.reaserch_bottom:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.reaserch_bottom_child {
  width: 41.4%;
}
.reaserch_bottom_child:first-child {
  width: 12%;
}
.reaserch_bottom_child h3 {
  padding: 5px 10px;
  border-radius: 30px;
  background: #c8e8d1;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.reaserch_bottom_child p {
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.reaserch_bottom_child ul {
  padding-left: 30px;
}
.reaserch_bottom_child ul li {
  margin-bottom: 10px;
  line-height: 1.4;
}
.reaserch_bottom_child ul li a {
  font-size: 15px;
  font-weight: 700;
  color: #1e2188;
  text-decoration: none;
}
.reaserch_bottom_child ul li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  .reaserch_bottom_child {
    width: 38.4%;
  }
  .reaserch_bottom_child:first-child {
    width: 15%;
  }
}
@media screen and (max-width: 767px) {
  .reaserch_top_l {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
  }
  .research_icon {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .reaserch_top_l h2 {
    padding: 10px;
  }
  .midasi_img_01 {
    width: 77.705vw;
  }
  .midasi_img_02 {
    width: 55.802vw;
  }
  .midasi_img_03 {
    width: 61.147vw;
  }
  .midasi_img_04 {
    width: 45.111vw;
  }
  .reaserch_top_r {
    width: 100%;
  }
  .reaserch_bottom_child ul {
    padding-right: 20px;
    padding-left: 20px;
  }
  .reaserch_top_r p {
    width: 300px;
    margin: 0 auto;
    font-size: 14px;
  }
  .reaserch_top_r p span {
    font-size: 17px;
  }
  .reaserch_bottom {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-bottom: 50px;
  }
  .reaserch_bottom:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .reaserch_bottom_child {
    width: 100%;
    margin-bottom: 30px;
  }
  .reaserch_bottom_child:first-child {
    width: 100%;
  }
  .reaserch_bottom_child p {
    font-size: 16px;
  }
}

/*-----------------------------------------------------
	#archive
------------------------------------------------------*/
#archive p.small {
  margin-bottom: 60px;
  font-size: 13px;
}
#archive .table_wrap {
  margin-bottom: 10px;
}
#archive table {
  width: 100%;
}
#archive table thead th {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 10px;
  background: #E0E0E0;
  border: 1px solid #ccc;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}
#archive table thead th::before,
#archive table thead th::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}
#archive table thead th::before {
  top: -1px;
}
#archive table thead th::after {
  bottom: -1px;
}
#archive table tr td {
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
}
#archive table.er-table {
  max-width: 400px;
}
#archive table.er-table thead th:nth-child(1) {
  width: 60%;
}
#archive table.er-table thead th:nth-child(2) {
  width: 40%;
}
#archive table.er-table tbody td:nth-child(2) {
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #archive p.small {
    margin-bottom: 40px;
    font-size: 14px;
  }
  #archive .table_wrap {
    max-height: 450px;
  }
  #archive table thead th {
    font-size: 14px;
  }
  #archive table tr th, #archive table tr td {
    font-size: 14px;
  }
}

/*-----------------------------------------------------
	#institution
------------------------------------------------------*/
#institution .flex {
  margin-bottom: 70px;
}
.institution_text {
  width: 49.5%;
}
.institution_text h2 {
  font-size: 22px;
}
.institution_text h2 span {
  display: block;
  margin-bottom: 5px;
  padding: 0;
  background: none;
  font-size: 12px;
  font-weight: 700;
  color: #1e2188;
}
.institution_text p {
  font-size: 14px;
}
.institution_photo {
  width: 47.7%;
}
.institution_photo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #institution .flex {
    margin-bottom: 50px;
  }
  .institution_text {
    order: 1;
    width: 100%;
    margin-bottom: 20px !important;
  }
  .institution_text h2 {
    font-size: 20px;
  }
  .institution_photo {
    order: 2;
    width: 100%;
  }
}

/*-----------------------------------------------------
	#coordinator
------------------------------------------------------*/
#coordinator p {
  margin-bottom: 30px;
  font-size: 14px;
}
.coordinator_child {
  width: 48.5%;
  margin-bottom: 30px !important;
  padding: 25px 35px;
  background: #dde9f1;
}
.coordinator_child .flex {
  -webkit-box-align: center;
  align-items: center;
}
.coordinator_child_photo {
  width: 130px;
}
.coordinator_child_photo img {
  width: 100%;
}
.coordinator_child_photo_inner {
  display: block;
  position: relative;
  height: 0;
  padding-top: 106.15%;
  overflow: hidden;
}
.coordinator_child_photo_inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.coordinator_child_text {
  width: calc(100% - 150px);
}
.coordinator_child_text h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1e2188;
}
.coordinator_child_text h4 {
  font-size: 20px;
  font-weight: 700;
}
.coordinator_child dl {
  -webkit-box-align: start !important;
  align-items: flex-start !important;
  margin-top: 20px;
}
.coordinator_child dl dt {
  width: 85px;
  margin-bottom: 10px;
  padding: 0 5px;
  background: #fff;
  border: 1px solid #333;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.coordinator_child dl dd {
  width: calc(100% - 95px);
  margin-bottom: 10px;
  font-size: 13px;
}
.coordinator_child .data-hide {
  display: none;
}
@media screen and (max-width: 960px) {
  .coordinator_child {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .coordinator_child {
    width: 100%;
    padding: 20px;
  }
  .coordinator_child_photo {
    width: 75px;
  }
  .coordinator_child_text {
    width: calc(100% - 90px);
  }
  .coordinator_child_text h3 {
    font-size: 14px;
  }
  .coordinator_child_text h4 {
    font-size: 16px;
  }
  .coordinator_child dl dt {
    width: 75px;
    font-size: 12px;
  }
  .coordinator_child dl dd {
    width: calc(100% - 85px);
  }
}

/*-----------------------------------------------------
	#organization_program
------------------------------------------------------*/
#organization_program .flex {
  margin-bottom: 70px;
  padding-bottom: 40px;
  border-bottom: 1px solid #e4e4e4;
}
#organization_program .flex:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.organization_program_child {
  width: 48%;
  margin-bottom: 30px;
}
.organization_program_child:nth-child(even) {
  width: 48%;
  margin-bottom: 30px;
  padding: 20px;
  background: #dde9f1;
}
.organization_program_child p {
  font-size: 14px;
}
.organization_program_child p strong {
  color: #1e2188;
}
@media screen and (max-width: 767px) {
  #organization_program .flex {
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  #organization_program .flex:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .organization_program_child {
    width: 100%;
    margin-bottom: 10px;
  }
  .organization_program_child:nth-child(even) {
    width: 100%;
    margin-bottom: 30px;
    padding: 20px;
  }
}

/*-----------------------------------------------------
	#results
------------------------------------------------------*/
#results .table_wrap {
  width: 100%;
  white-space: normal;
}
#results table {
  width: 100%;
}
#results table thead th {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 10px;
  background: #E0E0E0;
  border: 1px solid #ccc;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}
#results table thead th::before,
#results table thead th::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}
#results table thead th::before {
  top: -1px;
}
#results table thead th::after {
  bottom: -1px;
}
#results table thead th:nth-of-type(1) {
  width: 60px;
}
#results table thead th:nth-of-type(2) {
  width: 90px;
}
#results table thead th:nth-of-type(3) {
  width: 110px;
}
#results table thead th:nth-of-type(4) {
  width: 460px;
}
#results table thead th:nth-of-type(5) {
  width: 112px;
}
#results table tr th {
  font-size: 14px;
}
#results table tr:nth-child(even) th, #results table tr:nth-child(even) td {
  background: #fafafa;
}
#results table tr td {
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  #results .table_wrap {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  #results .table_wrap {
    max-height: 450px;
  }
  #results table thead th {
    font-size: 14px;
  }
  #results table tr th, #results table tr td {
    font-size: 14px;
  }
}

/*-----------------------------------------------------
	center1
------------------------------------------------------*/
#center1 .flex:first-of-type {
  margin-bottom: 100px;
}
.center_l {
  width: 67%;
}
.center_l p {
  font-size: 14px;
}
#center1 p {
  font-size: 14px;
}
.center_l img {
  margin-top: 35px;
  margin-bottom: 10px;
}
.center_l p.small {
  font-size: 12px !important;
}
.center_l ol li {
  margin-left: 32px;
  font-size: 14px;
  line-height: 1.6;
  list-style-type: decimal;
}
.center_l ol li::marker {
  content: "（" counter(list-item) "） ";
}
.center_r {
  width: 27%;
  text-align: center;
}
.center_r img {
  max-width: 100%;
  margin-bottom: 15px;
}
.center_r p {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}
.center_r p span {
  margin-right: 10px;
  font-size: 19px;
}
#center1 dl {
  margin-bottom: 30px !important;
}
#center1 dl dt {
  width: 110px;
  padding: 7px 0;
  border-right: 1px solid #e4e4e4;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}
#center1 dl dd {
  width: calc(100% - 110px);
  padding: 7px 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}
#center1 dl dt:first-of-type, #center1 dl dd:first-of-type {
  padding-top: 0;
}
.mb100 {
  margin-bottom: 100px !important;
}
#center1 .table_wrap {
  margin-bottom: 10px;
}
#center1 table {
  width: 100%;
}
#center1 table thead th {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 10px;
  background: #E0E0E0;
  border: 1px solid #ccc;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}
#center1 table thead th::before,
#center1 table thead th::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}
#center1 table thead th::before {
  top: -1px;
}
#center1 table thead th::after {
  bottom: -1px;
}
#center1 table thead th:first-of-type {
  width: 180px;
}
#center1 table tr td {
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
}
.photo_col {
  -webkit-box-align: end;
  align-items: flex-end;
  margin-bottom: 150px;
}
.photo_col_child {
  width: 47.5%;
  text-align: center;
}
.photo_col_child img {
  width: 100%;
  margin-bottom: 10px;
}
.photo_col_child p {
  font-size: 13px;
  font-weight: 500;
  color: #1e2188;
}
.center5small {
  margin-bottom: 30px;
  font-size: 12px !important;
}
.center5_col {
  margin-bottom: 50px;
}
.center5_col_l {
  width: 64%;
}
.center5_col_l p {
 font-size: 14px;
}
.center5_col_r {
  width: 28%;
  padding-right: 50px;
}
.center5_col_r img {
  max-width: 100%;
}
#center1 .center {
  margin-bottom: 50px;
  text-align: center;
}
#center1 .center img {
  max-width: 100%;
}
.center3li li {
  position: relative;
  padding-left: 30px;
}
.center3li li::before {
  content: "";
  display: block;
  position: absolute;
	top: 7px;
	left: 0;
  width: 21px;
  height: 21px;
  background: url("../images/common/01.svg") no-repeat center center;
  background-size: cover;
}
.center3li li:nth-of-type(2)::before {
  background: url("../images/common/02.svg") no-repeat center center;
  background-size: cover;
}
.center3li li:nth-of-type(3)::before {
  background: url("../images/common/03.svg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #center1 .flex:first-of-type {
    margin-bottom: 60px;
  }
  .center_l {
    order: 2;
    width: 100%;
    margin-top: 30px;
  }
  .center_l p {
    margin-bottom: 30px;
    font-size: 14px;
  }
  .center_l img {
    max-width: 100%;
    margin-top: 0;
  }
  .center_r {
    order: 1;
    width: 100%;
    text-align: center;
  }
  .center_r img {
    width: 213px;
    margin-bottom: 10px !important;
  }
  .center_r p {
    width: 213px;
    margin-right: auto;
    margin-left: auto;
    font-size: 11px !important;
    text-align: left;
  }
  .center_r p span {
    font-size: 15px;
  }
  #center1 dl {
    margin-bottom: 15px;
  }
  #center1 dl dt {
    width: 100%;
    padding: 7px 0 0;
    border-right: none;
    font-size: 14px;
  }
  #center1 dl dd {
    width: 100%;
    padding: 7px 0;
    font-size: 14px;
  }
  #center1 dl dt:first-of-type, #center1 dl dd:first-of-type {
    padding-top: 0;
  }
  #center1 dl:first-of-type dt {
    width: 100%;
  }
  #center1 dl:first-of-type dd {
    width: 100%;
  }
  .mb100 {
    margin-bottom: 60px !important;
  }
  #center1 .table_wrap {
    max-height: 450px;
  }
  #center1 table thead th {
    font-size: 14px;
  }
  #center1 table tr th, #center1 table tr td {
    font-size: 14px;
  }
  .photo_col {
    margin-bottom: 80px;
  }
  .photo_col_child {
    width: 100%;
    margin-bottom: 30px;
  }
  .photo_col_child img {
    width: 100%;
    margin-bottom: 10px;
  }
  .photo_col_child p {
    font-size: 13px;
    font-weight: 500;
    color: #1e2188;
  }
  .center5_col {
    margin-bottom: 30px;
  }
  .center5_col_l {
    width: 100%;
    margin-bottom: 30px;
  }
  .center5_col_r {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
  .center5_col_r img {
    max-width: 80%;
  }
}

/*-----------------------------------------------------
	issue
------------------------------------------------------*/
.issue_top {
  margin-bottom: 50px;
}
.issue_box {
  width: 48%;
}
#issue img {
  max-width: 100%;
  margin-bottom: 10px;
}
#issue h3 {
  margin-bottom: 0;
  font-size: 19px;
  font-weight: 700;
  color: #1e2188;
}
#issue p.tokusyu {
  margin-top: 7px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
}
#issue p.hakkou {
  margin-top: -3px;
  margin-bottom: 0;
  font-size: 11px;
  font-weight: 700;
}
#issue .flex p.hakkou {
  margin-top: 2px;
}
.issue_slide {
  margin-bottom: 50px;
}
.issue_slide_l {
  width: 17.5%;
}
.issue_slide_r {
  width: 72%;
}
.slide_li h4 {
  margin-bottom: 0;
}
.slide_li h4 a {
  font-size: 19px;
  font-weight: 700;
  color: #1e2188;
  text-decoration: none;
}
.slide_li p.hakkou_2 {
  margin-top: -3px;
  margin-bottom: 8px;
  margin-left: 20px;
  font-size: 10px;
  font-weight: 700;
}
.slick-dots {
  position: absolute;
  bottom: -40px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  font-size: 30px;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover::before,
.slick-dots li button:focus::before{
  opacity: 1;
  background: #1e2188;
}
.slick-dots li button::before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #1e2188;
  content: '';
  font-size: 30px !important;
  text-align: center;
  opacity: 1;
  color: #1e2188;
  border-radius: 50%;
}
.slick-dots li.slick-active button::before{
  opacity: 1;
  background: #1e2188;
}
#issue table {
  width: 100%;
}
#issue table tr th {
  font-size: 14px;
}
#issue table tr td {
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .issue_box {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
  #issue img {
    max-width: 100%;
  }
  #issue h2 {
    text-align: left;
  }
  #issue h3 {
    font-size: 16px;
  }
  #issue p.hakkou {
    margin-top: -5px;
    font-size: 10px;
  }
  .issue_slide {
    margin-bottom: 80px;
  }
  .issue_slide_l {
    width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
  .issue_slide_r {
    width: 100%;
  }
  .slide_li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }
  .slide_li h4 {
    width: 73px;
    margin-bottom: 0;
  }
  .slide_li h4 a {
    font-size: 14px;
  }
  .slide_li p.hakkou_2 {
    width: calc(100% - 78px);
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }
  .slick-dots {
    bottom: -50px;
  }
  #issue .table_wrap {
    max-height: 450px;
  }
  .reordist_main_title {
    max-width: 10em;
    margin-left: auto;
    margin-right: auto;
  }
}

/*-----------------------------------------------------
	issue_single
------------------------------------------------------*/
ul.issue_title {
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 110px;
  margin-bottom: 45px;
}
ul.issue_title li {
  width: 245px;
  text-align: center;
}
ul.issue_title li span {
  display: block;
  position: relative;
  padding-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  color: #94aebd;
  cursor: pointer;
}
ul.issue_title li span::after {
  content: "";
  display: block;
  position: absolute;
	bottom: 0;
	left: 0;
  width: 100%;
  height: 5px;
  background: #94aebd;
}
ul.issue_title li span:hover::after, ul.issue_title li span.on::after {
  background: #1e2188;
}
ul.issue_title li span:hover, ul.issue_title li span.on {
  color: #1e2188;
}
#issue_single .top_img {
  width: 67%;
  margin: 50px auto;
}
#issue_single .top_img img {
  width: 100%;
}
#issue_single .top_img .top_img_cap {
  font-size: 12px;
  text-align: right;
}
#issue_single p {
  font-size: 14px;
}
#issue_single h2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 25px;
  font-weight: 700;
  color: #1e2188;
}
#issue_single h2 span {
  display: inline-block;
  margin-right: 10px;
  padding: 3px 10px 5px;
  border-radius: 4px;
  background: #1e2188;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
}
#issue_single h3 {
  font-size: 20px;
  font-weight: 700;
}
#issue_single h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1e2188;
}
#issue_single h5 {
  margin-top: 30px;
  font-size: 16px;
  font-weight: 700;
}
.issue_contents {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #e4e4e4;
}
.issue_contents .name {
  font-weight: 700;
  color: #1e2188;
}
.issue_contents:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.issue_contents .contents_img {
  margin-top: 50px;
  text-align: center;
}
.issue_contents .contents_img img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  ul.issue_title {
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-top: 60px;
    margin-bottom: 30px;
  }
  ul.issue_title li {
    width: 50%;
  }
  #issue_single .top_img {
    width: 100%;
    margin: 30px auto;
  }
  #issue_single .top_img .top_img_cap {
    font-size: 12px;
    text-align: right;
  }
  #issue_single p {
    font-size: 14px;
  }
  #issue_single h2 {
    font-size: 23px;
  }
  #issue_single h2 span {
    font-size: 16px;
  }
  #issue_single h3 {
    font-size: 18px;
  }
  #issue_single h4 {
    font-size: 17px;
  }
  #issue_single h5 {
    font-size: 16px;
  }
}

/*-----------------------------------------------------
	sinkokai
------------------------------------------------------*/
#sinkokai p {
  font-size: 14px;
}
#sinkokai .flex:first-of-type {
  margin-top: 50px;
}
.sinkokai_l {
  width: 16%;
}
.sinkokai_l ul li {
  margin-bottom: 0;
  border-bottom: 1px solid #e4e4e4;
}
.sinkokai_l ul li a {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
}
.sinkokai_l ul li:first-of-type a {
  padding-top: 0;
}
.sinkokai_r {
  width: 80%;
}
.sinkokai_r_inner {
  padding: 20px 30px 15px;
  background: #dde9f1;
}
.sinkokai_r_inner h2 {
  font-size: 18px;
  font-weight: 700;
  color: #1e2188;
}
.sinkokai_r_inner dl {
  margin-top: 0 !important;
  margin-bottom: 10px;
  border: 2px solid #1e2188;
}
.sinkokai_r_inner dl dt {
  width: 100px;
  padding: 10px;
  background: #1e2188;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
.sinkokai_r_inner dl dd {
  width: calc(100% - 100px);
  padding: 10px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  padding-left: 7.5em;
  text-indent: -7.5em;
  line-height: 1.4;
}
.sinkokai_r_inner dl dd a {
  color: #333;
  text-decoration: none;
}
.sinkokai_r_inner dl dd span {
  margin: 0 10px;
  color: #1e2188;
}
@media screen and (max-width: 960px) {
  .sinkokai_l {
    order: 2;
    width: 100%;
  }
  .sinkokai_r {
    order: 1;
    width: 100%;
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 767px) {
  #sinkokai .flex:first-of-type {
    margin-top: 30px;
  }
  .sinkokai_r_inner {
    padding: 15px 15px 10px;
  }
  .sinkokai_r_inner h2 {
    font-size: 16px;
  }
  .sinkokai_r_inner dl {
    border: 1px solid #1e2188;
  }
  .sinkokai_r_inner dl dt {
    width: 80px;
  }
  .sinkokai_r_inner dl dd {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 414px) {
  .sinkokai_r_inner dl dd {
    padding-left: 10px;
    text-indent: 0;
  }
  .sinkokai_r_inner dl dd span {
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
}

/*-----------------------------------------------------
	news
------------------------------------------------------*/
#news h2 {
  font-size: 18px;
  font-weight: 700;
  color: #1e2188;
}
#news .flex:first-of-type {
  margin-top: 50px;
}
.news_l {
  width: 100px;
}
.news_l h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1e2188;
}
.news_l ul.category {
  margin-bottom: 50px;
}
.news_l ul.category li {
  margin-bottom: 5px;
}
.news_l ul.category li a {
  display: block;
  position: relative;
  padding: 0 0 0 4px;
  border: solid 1px;
  background: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #1e2188;
  text-decoration: none;
}
.news_l ul.category li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #FF9800;
}
.news_l ul.category li a.cat1::before {
  background: #00adff;
}
.news_l ul.category li a.cat2::before {
  background: #2fc14f;
}
.news_l ul.category li a.cat3::before {
  background: #FF0000;
}
.news_l ul li {
  margin-bottom: 0;
}
.news_l ul li a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.news_r {
  width: calc(100% - 130px);
}
.news_r_inner {
  padding: 20px 30px 40px;
  background: #dde9f1;
}
.sinkokai-archive .news_r_inner,
.symposium-archive .news_r_inner,
.info-archive .news_r_inner {
  padding-bottom: 10px;
}
.news_r_inner dl {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.news_r_inner dl dt {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #1e2188;
}
.news_r_inner dl dt span {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  padding: 0 5px 0 10px;
  border: solid 1px;
  background: #fff;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  color: #1e2188;
}
.news_r_inner dl dt span::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #FF9800;
}
.news_r_inner dl dt span.cat1::before {
  background: #00adff;
}
.news_r_inner dl dt span.cat2::before {
  background: #2fc14f;
}
.news_r_inner dl dt span.cat3::before {
  background: #FF0000;
}
.news_r_inner dl dd {
  display: block;
  font-size: 14px;
  font-weight: 700;
}
.news_r_inner dl dd a {
  color: #333;
  text-decoration: none;
}
.news_r_inner a.link_02 {
  color: #333 !important;
}
@media screen and (max-width: 767px) {
  #news h2 {
    font-size: 16px;
  }
  #news .flex:first-of-type {
    margin-top: 30px;
  }
  .news_l {
    width: 100%;
    margin-bottom: 30px;
  }
  .news_l h3 {
    text-align: center;
  }
  .news_l ul.category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding: 0;
  }
  .news_l ul.category li {
    width: 130px;
    margin: 0 2px 4px;
  }
  .news_l ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .news_l ul li a {
    padding: 0 20px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
  }
  .news_r_inner {
    padding: 30px 15px;
  }
  .news_r {
    width: 100%;
  }
}

/*-----------------------------------------------------
	outline
------------------------------------------------------*/
#outline h2 {
  font-size: 18px;
  font-weight: 700;
  color: #1e2188;
}
.outline_l {
  width: 64%;
}
.outline_l p {
  font-size: 14px;
}
.outline_r {
  width: 30%;
}
.outline_r img {
  margin-bottom: 15px;
}
.outline_r p {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
}
.outline_r p span {
  display: block;
  font-size: 19px;
}
#outline dl {
  margin-top: 60px;
  margin-bottom: 60px;
}
#outline dl dt {
  width: 200px;
  padding: 7px 0;
  border-right: 1px solid #e4e4e4;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
#outline dl dd {
  width: calc(100% - 200px);
  padding: 7px 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
#outline dl dt:first-of-type, #outline dl dd:first-of-type {
  padding-top: 0;
}
#outline dl:first-of-type dt {
  width: 80px;
}
#outline dl:first-of-type dd {
  width: calc(100% - 80px);
}
#outline table {
  width: 100%;
}
#outline table tr th {
  width: 60px;
  background: #F0F0F0;
  font-size: 14px;
}
#outline table tr td {
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
}
#outline p.small {
  margin-top: 30px;
  margin-bottom: 60px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .outline_l {
    order: 2;
    width: 100%;
    margin-top: 30px;
  }
  .outline_l p {
    font-size: 14px;
  }
  .outline_r {
    order: 1;
    width: 100%;
    text-align: center;
  }
  .outline_r img {
    width: 213px;
    margin-bottom: 10px !important;
  }
  .outline_r p {
    width: 213px;
    margin-right: auto;
    margin-left: auto;
    font-size: 11px;
    text-align: left;
  }
  .outline_r p span {
    font-size: 14px;
  }
  #outline dl:first-of-type {
    padding-bottom: 30px;
  }
  #outline dl {
    margin-bottom: 40px;
  }
  #outline dl dt {
    width: 100%;
    padding: 7px 0 0;
    border-right: none;
    font-size: 14px;
  }
  #outline dl dd {
    width: 100%;
    padding: 7px 0;
    font-size: 14px;
  }
  #outline dl dt:first-of-type, #outline dl dd:first-of-type {
    padding-top: 0;
  }
  #outline dl:first-of-type dt {
    width: 100%;
  }
  #outline dl:first-of-type dd {
    width: 100%;
  }
  #outline p:last-of-type {
    margin-top: 10px;
    margin-bottom: 0;
  }
  #outline .table_wrap {
    max-height: 450px;
  }
}

/*-----------------------------------------------------
	newsletter
------------------------------------------------------*/
.newsletter h2 {
  font-size: 18px;
  font-weight: 700;
  color: #1e2188;
}
.newsletter p {
  font-size: 14px;
}
.newsletter .issue_slide {
  margin-top: 60px;
}

/*-----------------------------------------------------
	reception
------------------------------------------------------*/
#reception h2 {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  color: #1e2188;
}
#reception a {
  text-decoration: underline;
  color: #1e2188;
}
#reception h3 {
  margin-top: 50px;
}
#reception p {
  font-size: 14px;
}
#reception p.small {
  font-size: 12px;
}
#reception ol, #reception ul {
  margin: 30px 0 30px 20px;
}
#reception ol li {
  list-style-type: decimal;
  font-size: 14px;
  line-height: 1.6;
}
#reception ul li {
  list-style-type: disc;
  font-size: 14px;
  line-height: 1.6;
}
.reception_bottom {
  margin-top: 20px;
  padding: 20px 50px;
  background: #dde9f1;
}
.reception_bottom h4 {
  font-size: 18px;
  font-weight: 700;
}
.reception_bottom dl {
  -webkit-box-align: start !important;
  align-items: flex-start !important;
  margin-top: 20px;
}
.reception_bottom dl dt {
  width: 85px;
  margin-bottom: 10px;
  padding: 0 5px;
  background: #fff;
  border: 1px solid #333;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.reception_bottom dl dd {
  width: calc(100% - 95px);
  margin-bottom: 10px;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .reception_bottom {
    padding: 20px 30px;
  }
  .reception_bottom h4 {
    font-size: 16px;
  }
  .reception_bottom dl dt {
    width: 75px;
    font-size: 12px;
  }
  .reception_bottom dl dd {
    width: calc(100% - 85px);
  }
}

/*-----------------------------------------------------
	law
------------------------------------------------------*/
#law h2 {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 700;
  color: #1e2188;
}
#law h3 {
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}
#law h3:first-of-type {
  margin-top: 0;
}
#law p {
  font-size: 14px;
}
#law ol {
  margin: 10px 0 10px 20px;
}
#law ol li {
  list-style-type: decimal;
  font-size: 14px;
  line-height: 1.4;
}
#law ul li {
  font-size: 14px;
  line-height: 1.4;
}

/*-----------------------------------------------------
	member
------------------------------------------------------*/
#member h2 {
  font-size: 18px;
  font-weight: 700;
  color: #1e2188;
}
#member h3 {
  margin-top: 50px;
}
#member h3:first-of-type {
  margin-top: 0;
}
#member p {
  font-size: 14px;
}
#member .flex {
  margin-top: 60px;
}
.member_l {
  width: 16%;
}
.member_l ul li {
  margin-bottom: 0;
  border-bottom: 1px solid #e4e4e4;
}
.member_l ul li a {
  display: block;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  color: #333;
  text-decoration: none;
}
.member_l ul li:first-of-type a {
  padding-top: 0;
}
.member_r {
  width: 80%;
}
.member_r table {
  width: 100%;
}
.member_r table thead th {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 10px;
  background: #E0E0E0 !important;
  border: 1px solid #ccc;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}
.member_r table thead th::before,
.member_r table thead th::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}
.member_r table thead th::before {
  top: -1px;
}
.member_r table thead th::after {
  bottom: -1px;
}
.member_r table tr th {
  font-size: 14px;
  font-weight: 700 !important;
}
.member_r table tr th:first-of-type {
  width: 50px;
  background: #F0F0F0;
}
.w200 {
  width: 200px;
}
.member_r table tr td {
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
}
.member_r table tr td a {
  position: relative;
  padding-left: 20px;
  color: #0000ee;
  text-decoration: underline;
}
.member_r table tr td a::before {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  width: 13px;
  height: 13px;
  background: url("../images/common/icon_blank_p.svg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #member .flex {
    margin-top: 30px;
  }
  .member_l {
    width: 100%;
    margin-bottom: 60px;
  }
  .member_l ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 50px;
  }
  .member_l ul li {
    width: 43%;
  }
  .member_l ul li:first-of-type a {
    padding-top: 10px;
  }
  .member_r {
    width: 100%;
  }
  .member_r .table_wrap {
    max-height: 450px;
  }
}

/*-----------------------------------------------------
	#symposium_news
------------------------------------------------------*/
#symposium_news h2 {
  margin-bottom: 30px;
  font-size: 22px;
  font-weight: 700;
}
#symposium_news ul.is-rows {
  padding-top: 40px;
  margin-top: -1em;
  border-top: 1px solid #e4e4e4;
}
#symposium_news ul li.is-first {
  width: 100%;
  padding: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
}
#symposium_news ul li {
  width: 50%;
  margin-bottom: 40px;
  padding-left: 50px;
}
#symposium_news ul li a {
  text-decoration: none;
}
#symposium_news ul li.is-even {
  padding-right: 50px;
  padding-left: 0;
  border-right: 1px solid #e4e4e4;
}
#symposium_news ul li .symposium_news_img a:hover {
  opacity: .7;
}
#symposium_news ul li img {
  width: 100%;
  margin-bottom: 10px;
}
#symposium_news ul li .title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}
#symposium_news ul li .title > * {
  display: inline;
}
#symposium_news ul li .title a {
  text-decoration: underline;
}
#symposium_news ul li .date {
  font-size: 13px;
  color: #333;
}
#symposium_news .center {
  text-align: center;
}
#symposium_news .center a {
  color: #333;
}
@media screen and (max-width: 767px) {
  #symposium_news h2 {
    margin-bottom: 20px;
    font-size: 18px;
  }
  #symposium_news ul.is-rows {
    padding-top: 20px;
  }
  #symposium_news ul li {
    width: 100%;
    margin-bottom: 20px;
    padding-left: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
  }
  #symposium_news ul li:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
  }
  #symposium_news ul li.is-even {
    padding-right: 0;
    padding-left: 0;
    border-right: none;
  }
  #symposium_news ul li img {
    width: 100%;
    margin-bottom: 0;
  }
  #symposium_news ul li .title {
    margin-bottom: 0;
    font-size: 16px;
  }
  #symposium_news ul li.is-first .symposium_news_img {
    width: 100%;
    padding-right: 0;
  }
  #symposium_news ul li.is-first .symposium_news_img img {
    margin-bottom: 10px;
  }
  #symposium_news ul li.is-first .symposium_news_text {
    width: 100%;
  }
  .symposium_news_img {
    width: 50%;
    padding-right: 20px;
  }
  .symposium_news_text {
    width: 50%;
    padding-right: 20px;
  }
}

/*-----------------------------------------------------
	#staff
------------------------------------------------------*/
.staff h3 {
  color: #333;
}
.staff h3 a {
  color: inherit;
}
.staff h3 .jpTxt,
.staff h3 .enTxt {
  display: inline !important;
}
#staff p:not([class^="midasi"]) {
  margin-bottom: 40px;
  font-size: 14px;
}
ul.staff_title li {
  width: 49.5%;
  text-align: center;
}
ul.staff_title li a {
  display: block;
  padding: 10px;
  background: #dde9f1;
  font-size: 16px;
  font-weight: 700;
  color: #1e2188;
}
ul.staff_title li a.active {
  background: #1e2188;
  color: #fff;
}
ul.staff_title li a:hover {
  text-decoration: none;
  background: #1e2188;
  color: #fff;
}
ul.staff_title li:last-child {
  margin-bottom: 8px;
}
/*-----------------------------------------------------
	#staff profile
------------------------------------------------------*/
.profile_name {
  -webkit-box-align: center;
  align-items: center;
}
.profile_name_l {
  width: calc(100% - 340px);
}
.profile_name_l h2 {
  font-size: 37px;
  font-weight: 700;
}
.profile_name_r {
  width: 332px;
}
.profile_photo {
  width: 19%;
}
.profile_photo_inner {
  display: block;
  position: relative;
  max-width: 169px;
  height: 0;
  padding-top: 133.136%;
  overflow: hidden;
}
.profile_photo_inner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile_l {
  width: 29%;
}
.profile_r {
  width: 43%;
}
.staff_profile {
  margin-top: 77px;
  margin-bottom: 50px;
}
#staff_profile h3 {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  color: #1e2188;
}
#staff_profile p {
  margin-bottom: 20px;
  font-size: 14px;
}
ul.type_list {
  margin-bottom: 40px;
}
ul.type_list li {
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 246px;
  height: 45px;
  margin-bottom: 5px !important;
  padding: 5px 0;
  background: #dde9f1;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  color: #94aebd;
}
ul.type_list li span {
  font-size: 0.8em;
}
ul.type_list li.on {
  background: #1e2188;
  color: #fff;
}
ul.type_list::before{
  width:246px;
  display: block;
  content:"";
  order:1;
}
ul.type_list::after{
  width:246px;
  display: block;
  content:"";
}
.staff_link a {
  display: inline-block;
  position: relative;
  width: 280px;
  padding: 8px;
  border: 2px solid #1e2188;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
}
.staff_link a:hover {
  text-decoration: none !important;
  opacity: .7;
}
.staff_link a::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url("../images/common/icon_blank_p.svg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  .profile_name_l {
    width: 100%;
  }
  .profile_name_r {
    display: none;
  }
  ul.type_list li {
    width: 33%;
    height: 40px;
    /* margin-bottom: 5px !important; */
  }
  ul.type_list::before{
    width: 33%;
    display: block;
    content:"";
    order:1;
  }
  ul.type_list::after{
    width: 33%;
    display: block;
    content:"";
  }
}
@media screen and (max-width: 767px) {
  .profile_name_l h2 {
    font-size: 20px;
  }
  .profile_photo {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
  #staff_profile .profile_photo {
    max-width: 169px;
    margin-left: auto;
    margin-right: auto;
  }
  .profile_l {
    width: 100%;
  }
  .profile_r {
    width: 100%;
  }
  #staff_profile ul.issue_title {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .staff_profile {
    margin-top: 30px;
    margin-bottom: 0;
  }
  #staff_profile p {
    margin-bottom: 40px;
  }
  #staff_profile h3 {
    font-size: 16px;
  }
  ul.type_list {
    margin-bottom: 30px;
  }
  ul.type_list li {
    width: 49%;
    height: 55px;
    /* margin-bottom: 1.2em !important; */
    padding: 5px;
  }
  ul.type_list::before{
    display: none;
  }
  ul.type_list::after{
    display: none;
  }
  .staff_link {
    text-align: center;
  }
}
/*-----------------------------------------------------
	#search
------------------------------------------------------*/
#search {
  margin-bottom: 70px;
  padding: 45px 35px;
  background: #dde9f1;
}

.text_top {
  -webkit-box-align: start !important;
  align-items: flex-start !important;
}
.search_box {
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.search_title {
  width: 120px;
  padding-top: 3px;
}
.search_title h3 {
  font-size: 18px;
  font-weight: 700;
}
.keywordValueBox {
  margin-bottom: 30px;
}
.search_area {
  width: calc(100% - 120px);
}
.search_area input[type=radio] {
  display: none;
}
.search_area .radio01 {
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
  margin-right: 20px;
  padding-left: 35px;
  font-size: 18px;
  font-weight: 700;
}
.search_area .radio01::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #333;
  border-radius: 50%;
}
.search_area .radio01::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  width: 10px;
  height: 10px;
  opacity: 0;
  background: #1e2188;
  border-radius: 50%;
}
.search_area input[type=radio]:checked + .radio01::after {
  opacity: 1;
}
.search_area input[type="radio"] {
  position: relative;
  top: 2px;
}
.search_container {
	position: relative;
	width: 740px;
  max-width: 100%;
}
.search_container input[type="text"] {
  width: calc(100% - 85px);
	padding: 7px 20px;
	background: #fff;
	border: 2px solid #1e2188;
  border-radius: 2px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1;
}
.search_container input[type="submit"],
.keywordSearchBtn a {
	width: 75px;
  padding: 8.5px 5px;
  background: #1e2188;
  border: none;
	border-radius: 2px;
  outline : none;
  cursor: pointer;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
	font-size: 14px;
	font-weight: 700;
  color: #fff !important;
}
.keywordSearchBtn {
  display: inline-block;
  margin-bottom: 0 !important;
  line-height: 1.44;
  text-align: center;
}
.keywordSearchBtn a {
  display: inline-block;
  text-decoration: none !important;
}
::-webkit-input-placeholder {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #b1b1b1;
}
::-moz-placeholder {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #b1b1b1;
}
:-ms-input-placeholder {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #b1b1b1;
}
.search_area label {
	margin-right: 5px;
}
.search_area label input[type="checkbox"] {
	display: none;
}
.search_area label span {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 10px;
	padding: 7px 20px;
	background: #bfb7d2;
	color: #1e2188;
	border-radius: 20px;
	font-size: 13px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}
.search_area label input:checked + span {
  background: #1e2188;
	color: #fff;
}
#search .center {
  text-align: center;
}
#submitBtn, #clearAllBtn {
  border: none;
  outline: none;
  background: none;
}
#submitBtn {
  cursor: pointer;
  display: block;
  width: 370px;
  max-width: 90%;
  margin: 0 auto 5px;
  padding: 5px 5px 7px;
  background: #1e2188;
  border-radius: 20px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 18px !important;
  font-weight: 700 !important;
	color: #fff;
}
#clearAllBtn {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #1e2188;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  ul.staff_title li a {
    padding: 8px;
    font-size: 12px;
  }
  #search {
    margin-bottom: 60px;
    padding: 0;
    background: none;
  }
  .search_box,
  .keywordValueBox {
    margin-bottom: 20px;
  }
  .search_title {
    width: 100%;
    margin-bottom: 5px;
  }
  .search_title h3 {
    font-size: 14px;
  }
  .search_area {
    width: 100%;
  }
  .search_area .radio01 {
    font-size: 16px;
  }
  .search_area label span {
    padding: 7px 15px;
    font-size: 11px;
  }
  #submitBtn {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 600px) {
  ul.staff_title li {
    width: 100%;
  }
}

/*-----------------------------------------------------
	#group
------------------------------------------------------*/
.tab_body_item {
  display: none;
  transition: .3s;
}
.tab_body_item.on {
  display: block;
  transition: .3s;
}
#group .tab_body_item, #group_archive .tab_body_item {
  margin-bottom: 120px;
}
#group p, #group_archive p {
  font-size: 14px;
}
#group ul.staff_title, #group_archive ul.staff_title {
  margin-bottom: 80px;
}
#group ul.staff_title li.is-center,
#group_archive ul.staff_title li.is-center {
  margin-left: auto;
  margin-right: auto;
}
#group ul.staff_title li span, #group_archive ul.staff_title li span {
  display: block;
  padding: 10px;
  background: #fbe1e5;
  font-weight: 700;
  color: #ed7e8e;
  cursor: pointer;
}
#group ul.staff_title li span.on, #group_archive ul.staff_title li span.on {
  background: #ed7e8e;
  color: #fff;
}
#group ul.staff_title li:nth-of-type(2) span, #group_archive ul.staff_title li:nth-of-type(2) span {
  background: #d1e8f1;
  color: #5685b8;
}
#group ul.staff_title li:nth-of-type(2) span.on, #group_archive ul.staff_title li:nth-of-type(2) span.on {
  background: #5685b8;
  color: #fff;
}
#group ul.staff_title li:nth-of-type(3) span, #group_archive ul.staff_title li:nth-of-type(3) span {
  background: #e7ddd2;
  color: #a47d52;
}
#group ul.staff_title li:nth-of-type(3) span.on, #group_archive ul.staff_title li:nth-of-type(3) span.on {
  background: #a47d52;
  color: #fff;
}
#group ul.staff_title li:nth-of-type(4) span, #group_archive ul.staff_title li:nth-of-type(4) span {
  background: #d3eae3;
  color: #55ac96;
}
#group ul.staff_title li:nth-of-type(4) span.on, #group_archive ul.staff_title li:nth-of-type(4) span.on {
  background: #55ac96;
  color: #fff;
}
#group ul.staff_title li:nth-of-type(5) span, #group_archive ul.staff_title li:nth-of-type(5) span {
  background: #e1e1e1;
  color: #797979;
}
#group ul.staff_title li:nth-of-type(5) span.on, #group_archive ul.staff_title li:nth-of-type(5) span.on {
  background: #797979;
  color: #fff;
}
#group ul.staff_title li span:hover, #group_archive ul.staff_title li span:hover {
  opacity: .65;
}
.pink {
  color: #ed7e8e;
  border-bottom: 1px solid #ed7e8e;
}
.blue {
  color: #5685b8;
  border-bottom: 1px solid #5685b8;
}
.oud {
  color: #a47d52;
  border-bottom: 1px solid #a47d52;
}
.green {
  color:#55ac96;
  border-bottom: 1px solid #55ac96;
}
#group table {
  width: 100%;
}
#group table tr th {
  width: 200px;
  padding: 10px;
  background: #E0E0E0;
  border: 1px solid #ccc;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}
#group table tr td {
  width: calc(100% - 200px);
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  white-space: normal;
}
#group_archive .table_wrap {
  margin-bottom: 10px;
}
#group_archive table {
  width: 100%;
}
#group_archive table thead th {
  position: sticky;
  top: 0;
  z-index: 10;
  padding: 10px;
  background: #E0E0E0;
  border: 1px solid #ccc;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}
#group_archive table thead th::before,
#group_archive table thead th::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: #ccc;
}
#group_archive table thead th::before {
  top: -1px;
}
#group_archive table thead th::after {
  bottom: -1px;
}
#group_archive table thead th:first-of-type {
  width: 120px;
}
#group_archive table thead th:nth-of-type(2) {
  width: 170px;
}
#group_archive table tr td {
  padding: 10px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  #group table tr td {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  #group .tab_body_item, #group_archive .tab_body_item {
    margin-bottom: 80px;
  }
  ul.staff_title li span {
    padding: 8px;
    font-size: 12px;
  }
  #group table thead th {
    font-size: 14px;
  }
  #group table tr th, #group table tr td {
    font-size: 14px;
  }
  #group_archive .table_wrap {
    max-height: 450px;
  }
  #group_archive table thead th {
    font-size: 14px;
  }
  #group_archive table tr th, #group_archive table tr td {
    font-size: 14px;
  }
}
/*-----------------------------------------------------
	#organization
------------------------------------------------------*/
#organization h2 {
  font-size: 24px;
  font-weight: 700;
  color: #1e2188;
}
#organization h2 span {
  display: block;
  font-size: 13px;
}
.organization_link {
  margin-bottom: 30px;
  padding: 25px 30px;
  background: #dde9f1;
}
.organization_inner {
  width: calc(100% - 80px);
  margin: 40px auto 0;
}
.organization_inner h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  color: #1e2188;
}
.organization_box:first-of-type {
  padding: 25px 25px 0;
}
.organization_box {
  margin-bottom: 20px;
  padding: 25px;
  background: #fff;
  border: 2px solid #1e2188;
}
.organization_box .flex {
  margin-top: 20px;
  margin-left: 40px;
}
.organization_box .link_btn_style {
  display: block;
  color: #1e2188;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
}
.organization_box .link_btn {
  display: block;
  position: relative;
  padding-left: 35px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
}
.organization_box .link_btn::after {
  content: "";
  display: block;
  position: absolute;
	top: 15px;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../images/common/arrow_03.svg") no-repeat center center;
  background-size: cover;
}
.organization_box .link_btn em {
  display: block;
  margin-top: 5px;
  margin-left: -35px;
  font-size: 15px;
  font-weight: 700;
  font-style: normal;
}
.organization_box .link_btn span {
  display: block;
  margin-left: -35px;
  font-size: 12px;
  font-weight: 700;
}
.organization_child {
  width: 48%;
  margin-bottom: 30px !important;
}
.organization_child ul li {
  display: inline-block;
  margin-bottom: 0.5em !important;
  margin-right: 20px;
}
.organization_child ul li a {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  font-size: 12px;
  color: #4d4d4d;
  line-height: 1;
}
.organization_child ul li a::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url("../images/common/arrow_04.svg") no-repeat center center;
  background-size: cover;
}
.organization_box .link_btn02 {
  display: block;
  position: relative;
  margin-bottom: 20px;
  padding-left: 35px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
}
.organization_box .link_btn02:last-of-type {
  margin-bottom: 0;
}
.organization_box .link_btn02::after {
  content: "";
  display: block;
  position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("../images/common/arrow_03.svg") no-repeat center center;
  background-size: cover;
}
.organization_box .link_btn02 span {
  display: block;
  font-size: 12px;
  font-weight: 700;
}
#organization .link_01 {
  line-height: 1.8;
}
#organization .link_01 span {
  display: block;
  font-size: 12px;
  margin-left: -35px;
}
#organization .link_01::before {
  top: 23px;
}
@media screen and (max-width: 960px) {
  .organization_inner {
    width: 100%;
  }
  .organization_box .flex {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #organization h2 {
    font-size: 20px;
  }
  #organization h2 span {
    font-size: 12px;
  }
  .organization_link {
    margin-bottom: 30px;
    padding: 20px;
  }
  .organization_inner {
    margin: 0 auto;
  }
  .organization_inner h3 {
    font-size: 16px;
  }
  .organization_box:first-of-type {
    padding: 20px 20px 0;
  }
  .organization_box {
    padding: 20px;
  }
  .organization_box .flex {
    margin-top: 20px;
    margin-left: 32px;
  }
  .organization_box .link_btn {
    font-size: 16px;
  }
  .organization_box .link_btn::after {
    top: 12px;
  }
  .organization_box .link_btn em {
    margin-top: 5px;
    margin-left: -35px;
    font-size: 15px;
  }
  .organization_box .link_btn span {
    margin-left: -35px;
    font-size: 11px;
  }
  .organization_child {
    width: 100%;
    margin-bottom: 30px !important;
  }
  .organization_child ul {
    margin-top: 10px;
  }
  .organization_child ul li {
    display: block;
    margin-bottom: 0 !important;
    margin-right: 0;
    line-height: 1.4;
  }
  .organization_box .link_btn02 {
    margin-bottom: 10px;
    padding-left: 35px;
    font-size: 16px;
  }
  .organization_box .link_btn02::after {
    top: 10px;
    transform: none;
    -webkit-transform: none;
  }
  .organization_box .link_btn02:last-of-type {
    margin-bottom: 0;
  }
  #organization .link_01 {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #organization .link_01 span {
    display: none;
  }
  #organization .link_01::before {
    top: 50%;
  }
}

/*-----------------------------------------------------
	student
------------------------------------------------------*/
#student p.small {
  margin-top: -20px;
  font-size: 12px;
  line-height: 1.4;
}
.student_nav {
  margin-bottom: 80px;
}
.student_nav li {
  width: 33.2%;
  margin-bottom: 2px !important;
  background: #dde9f1;
  text-align: center;
}
.student_nav li:hover {
  background: #1e2188;
}
.student_nav li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color: #1e2188;
  letter-spacing: -0.01em;
}
.student_nav li:hover a {
  color: #fff;
  text-decoration: none;
}
.aco {
  cursor: pointer;
  position: relative;
  z-index: 1;
  margin-bottom: 13px;
}
.glay {
  margin-left: 30px;
}
.aco::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  background: url("../images/common/plus.svg") no-repeat center center;
  background-size: cover;
}
.glay::before {
  background: url("../images/common/plus_glay.svg") no-repeat center center;
  background-size: cover;
}
.aco.is-active::before {
  background: url("../images/common/aco_close.svg") no-repeat center center;
  background-size: cover;
}
.glay.is-active::before {
  background: url("../images/common/aco_close_glay.svg") no-repeat center center;
  background-size: cover;
}
.aco a {
  display: block;
  margin-left: 30px;
  font-size: 17px;
  font-weight: 700;
  color: #1e2188;
  line-height: 1.4;
}
.glay a {
  color: #333 !important;
}
.aco_list {
  height: 0;
  padding-left: 30px;
  overflow: hidden;
}
.glay_aco_list {
  padding-left: 60px;
}
.aco.is-active + .aco_list {
  margin-top: -5px;
  height: auto;
}
.aco_list p {
  margin-bottom: 5px;
  font-size: 14px;
}
.aco_list ul {
  margin-bottom: 20px !important;
}
.aco_list ul li {
  padding-left: 1.3em;
  text-indent: -1.3em;
  line-height: 1.6;
  font-size: 13px;
  color: #333;
}
.no_indent {
  padding-left: 0 !important;
  text-indent: 0 !important;
}
.aco_list ul li a {
  font-size: 13px;
  color: #333;
}
.aco_link {
  display: block;
  position: relative;
  margin-bottom: 13px;
  padding-left: 30px;
  font-size: 17px;
  font-weight: 700;
  color: #1e2188;
  line-height: 1.4;
}
.aco_link::before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 1;
  width: 20px;
  height: 20px;
  background: url("../images/common/arrow_03.svg") no-repeat center center;
  background-size: cover;
}
.kump_logo {
  padding: 20px 50px;
  background: #dde9f1;
}
.kump_logo h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
}
.kump_logo p {
  font-size: 14px;
  line-height: 1.4;
}
.kump_logo a {
  text-decoration: underline !important;
}
.kump_logo dl {
  font-size: 14px;
}
.kump_logo dl dt {
  width: 100px;
}
.kump_logo dl dd {
  width: calc(100% - 100px);
}
#student .table_wrap {
  width: calc(100% - 50px);
}
.table_title {
  background: #dde9f1;
  font-size: 15px;
  font-weight: 700;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
}
#student .table_wrap {
  white-space: normal;
}
#student .table_wrap table {
  font-size: 14px;
}
#student .table_wrap table a {
  text-decoration: underline;
}
#student .table_wrap table tr th {
  padding: 15px 0;
  background: #e4e4e4;
  border: none;
  border-bottom: 5px solid #fff;
  writing-mode: vertical-rl;
  text-orientation: upright;
  text-align: center;
  font-size: 13px;
}
#student .table_wrap table tr td {
  border: none;
  line-height: 1.8;
}
.glay_border {
  border-bottom: 1px solid #cacaca !important;
}
.blue_link a {
  color: #1e2188 !important;
  text-decoration: underline !important;
}
@media screen and (max-width: 960px) {
  .student_nav li {
    width: 49%;
    margin-bottom: 10px !important;
  }
  #student .table_wrap {
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .student_nav {
    margin-bottom: 40px;
  }
  .aco a {
    font-size: 16px;
  }
  .aco_link {
    font-size: 16px;
  }
  .kump_logo {
    padding: 20px;
  }
  .kump_logo h3 {
    font-size: 16px;
  }
  .kump_logo dl {
    font-size: 13px;
  }
  .kump_logo dl dt {
    width: 90px;
  }
  .kump_logo dl dd {
    width: calc(100% - 90px);
  }
  .table_title {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .student_nav li {
    width: 100%;
  }
}