.hidden {
  display: none;
}

.page_content img {
  width: 100%;
  height: auto;
}

figure {
  margin-top: 20px !important;
}

br.sp {
  display: none;
}

p.p-mt-15 {
  margin-top: 15px;
}

p.p-mt-30 {
  margin-top: 30px;
}

.grid-wrapper-external-link-1 a {
  display: block;
  width: 100%;
  padding: 20px 0;
  border: 1px solid #56cff2;
  text-align: center;
  margin: 30px auto 0 auto;
  color: #222222;
  font-weight: bold;
  font-size: 16px;
}

.grid-wrapper-external-link-1 a span {
  font-size: 12px;
}

/* 241117追加 */
.grid-wrapper-external-link-2 a {
  display: block;
  border: 1px solid #00a7d7;
  text-align: center;
  padding: 20px 0;
  color: black;
  font-weight: bold;
}

/*
index.html
*/
.index h2 {
  background-color: transparent !important;
  margin-top: 50px;
}

.index h2:first-child {
  margin-top: 0;
}

.index div > h2 {
  margin-top: 50px !important;
}

.index h3 {
  margin-top: 25px;
}

.index h4, .index h5 {
  font-size: 14px;
}

.index h5 {
  margin: 10px;
  margin-left: 0;
}

.index .list-type-1 {
  text-indent: -1em;
  padding-left: 1em;
  margin: 25px 0;
  font-size: 14px;
}

.index .list-type-2 {
  text-indent: -1em;
  padding-left: 1em;
  margin: 0;
  font-size: 14px;
}

.index table {
  width: 100%;
  border-top: 1px solid #00a7d7;
  border-bottom: 1px solid #00a7d7;
  text-align: center;
  margin-top: 10px;
}

.index table th {
  text-align: center;
  border-left: 1px solid #d6d6d6;
  background-color: #ebf8fc;
  height: 60px;
}

.index table th:first-child {
  border-left: none;
}

.index table tr {
  border-top: 1px solid #d6d6d6;
}

.index table tr:first-child {
  border-top: none;
}

.index table tr td {
  border-left: 1px solid #d6d6d6;
}

.index .grid {
  margin-top: 10px;
  margin-bottom: 30px;
}

/*
introduction.html
*/
.introduction a.contents-wrapper {
  width: 96%;
  display: block;
  background-color: #f4f4f4;
  padding: 2%;
  margin-top: 20px;
}

.introduction .page_content > header + a.contents-wrapper {
  margin-top: 0;
}

.introduction .contents-inner {
  width: 100%;
  overflow: hidden;
}

.introduction .contents-inner > li {
  float: left;
  width: 65%;
}

.introduction .contents-inner > li:first-child {
  margin-right: 5%;
  width: 30%;
}

.introduction .contents-inner span.new {
  color: #d70000;
  font-size: 12px;
}

.introduction .contents-inner h3 {
  border: none;
  color: #222222;
  font-size: 16px;
  padding: 0 0 0 15px;
  border-left: 4px solid #00a7d7;
  margin: 0;
}

.introduction .contents-inner h3:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: none;
}

.introduction .contents-inner h3 img {
  vertical-align: top;
  margin-left: 7px;
  margin-top: 4px;
  width: auto;
}

.introduction .contents-inner ul.detail-1 {
  color: #222222;
  font-size: 14px;
  margin: 10px 0 0 0;
  line-height: 1.5;
}

.introduction .contents-inner p {
  margin: 0 0 0 0;
}

.introduction .contents-inner ul.detail-2 {
  color: #ffffff;
  font-size: 13px;
  overflow: hidden;
}

.introduction .contents-inner ul.detail-2 li {
  background-color: #00a7d7;
  padding: 4px 20px;
  margin: 10px 10px 0 0;
  float: left;
}

.introduction #nav-cnt {
  text-align: center;
  margin-top: 20px;
}

.introduction #nav-cnt table {
  margin: 0 auto;
  width: 100%;
}

.introduction #nav-cnt table td a {
  line-height: 1;
  display: inline-block;
  border: 1px solid #d6d6d6;
  background-color: #ebf8fc;
  padding: 6px;
  margin-left: 0%;
  color: #222222;
  font-size: 12px;
}

.introduction #nav-cnt table td a.current {
  background-color: #00a7d7;
  color: #ffffff;
}

.introduction #nav-cnt table td a.nav-first {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 10%;
  font-weight: bold;
  text-indent: -9999px;
  background: #ebf8fc url("/edrs/research_activities/introduction/img/img-introduction-nav-first.png") no-repeat center center;
}

.introduction #nav-cnt table td a.nav-last {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 15%;
  font-weight: bold;
  text-indent: -9999px;
  background: #ebf8fc url("/edrs/research_activities/introduction/img/img-introduction-nav-last.png") no-repeat center center;
}

/*
detail.html
*/
.detail figure {
  margin-top: 0;
  width: 100%;
}

.detail .grid-wrapper-1 figure {
  margin-bottom: 10px;
}

.detail .grid-wrapper-1 figcaption {
  text-align: right;
}

.detail .grid-wrapper-2 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.detail .grid-wrapper-2 figure {
  margin-top: 10px;
}

.detail .grid-wrapper-2 figcaption {
  float: left;
}

.detail hr {
  display: block;
  margin: 40px 0;
}

.detail h3 {
  border: none;
  color: #222222;
  font-size: 16px;
  padding: 0 0 0 15px;
  border-left: 4px solid #00a7d7;
  margin: 0;
}

.detail h3:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: none;
}

.detail h3 img {
  vertical-align: top;
  margin-left: 10px;
  margin-top: 4px;
  width: auto;
}

.detail a.contents-wrapper {
  width: 96%;
  display: block;
  background-color: #f4f4f4;
  padding: 2%;
  margin-top: 20px;
}

.detail a.contents-wrapper .contents-inner {
  width: 100%;
  overflow: hidden;
}

.detail a.contents-wrapper .contents-inner > li {
  float: left;
  width: 65%;
}

.detail a.contents-wrapper .contents-inner > li:first-child {
  margin-right: 5%;
  width: 30%;
}

.detail a.contents-wrapper .contents-inner span {
  height: 80px;
  display: table-cell;
  vertical-align: middle;
}

.table_pattern1 td {
  text-align: right;
}

.table_pattern1 .text_left {
  text-align: left;
}

.page_content .lead_title a {
  font-size: 100%;
  text-decoration: underline;
}

/* 2023/02/16 KPUWEB-633 */
.mt_small a{
  margin: 10px auto 30px;
}
h4{
  margin-top: 10px;
}
.p_heading{
  font-weight: 700;
  text-align: center;
  margin: 20px auto 0;
}
.p_center{
  text-align: center;
}
.annotation {
  text-align: right;
  font-size: 11px;
  margin-top: 20px;
}

.annotation p {
  margin: 0;
}
.research_img{
  width: 100%;
  text-align: center;
  margin: 10px auto 20px;
}
.research_img img{
  width: 100%;
}
.mm-page.modal_open{
  z-index: 1000000;
}
.remodal{
  max-width: 100%;
  padding: 0;
}
.remodal img{
  width: 100%;
}