@charset "UTF-8";

/* CSS Document */
h2 {
  font-size: 2.6rem;
  text-align: center;
  display: inline-block;
  line-height: 0.8em;
  color: #6cbb5a;
  letter-spacing: 0.1em;
}

h2 span {
  font-size: 1.25rem;
  color: #333;
}

/*-----------------------
mv
-------------------------*/
.mv {
  margin-bottom: 70px;
}

.mv h1 {
  font-size: 2.4rem;
}

.mv h1 span {
  font-size: 1.8rem;
}

.mv .flex {
  width: 83%;
  margin: 0 auto;
  justify-content: space-around;
}

.mv .flex>div {
  padding-top: 120px;
}

.mv .flex>div p {
  margin-top: 30px;
  line-height: 27px;
}

.mv p img {
  width: 32rem;
}

/*-----------------------
news
-------------------------*/
.news {
  position: relative;
  padding-bottom: 30px;
}

.news h2 {
  position: relative;
  top: -20px;
  left: 20px;
}

.news ul {
  padding: 0 10% 30px;
}

.news ul li {
  border-bottom: 1px solid #6cbb5a;
}

.news ul li time {
  color: #6cbb5a;
  margin: 0 10px;
}

.news ul li a {
  display: inline-block;
}

.new_box {
  height: 250px;
  overflow: scroll;
}

/*-----------------------
portal
-------------------------*/
.portal {
  justify-content: center;
  padding: 4% 8%;
  margin-bottom: 100px;
  position: relative;
}

.portal div {
  width: 45%;
  text-align: center;
}

.portal .img {
  width: 30%;
}

.portal .img img {
  width: 80%;
}

.portal_title {
  font-size: 2.3rem;
}

.portal_title span {
  font-size: 1.6rem;
}

.deco01 {
  width: 160px;
  position: absolute;
  bottom: -100px;
  right: -50px;
}

.deco01 img {
  width: 100%;
}

/*-----------------------
college
-------------------------*/
.ims_college h2 {
  display: block;
  margin: 0 auto 20px;
}

.ims_college ul {
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 30px;
}

.ims_college>ul>li {
  padding: 20px;
  width: 44%;
  margin: 10px;
}

.ims_college ul li img {
  width: 200px;
}

.ims_college .detail li {
  padding: 6px;
  padding-left: 3em;
  text-indent: -3em;
}

.ims_college>p {
  width: fit-content;
  margin: 0 auto;
}

.ims_college .detail {
  width: fit-content;
  margin: 40px 20px;
}

.ims_college .detail li.title {
  font-weight: 900;
  font-size: 120%;
  padding-left: 0;
  text-indent: 0;
}

.ims_college .flex {
  justify-content: center;
}

.ims_college .img {
  width: 34%;
}

.ims_college .detail_box {
  width: 60%;
}

/*-----------------------
conferense
-------------------------*/
.conference {
  text-align: center;
  position: relative;
}

.conference ul {
  display: flex;
  justify-content: flex-start;
  margin-top: 60px;
  flex-wrap: wrap;
}

.conference ul li {
  width: calc(100% / 3 - 40px);
  height: 220px;
  margin: 0 20px 20px;
  display: table;
}

.conference ul li:hover {
  transform: translateY(-5px);
}

.conference ul li a {
  display: table-cell;
  vertical-align: middle;
}

.conference ul li .number {
  font-size: 1.25rem;
}

.conference ul li .number::after {
  content: "";
  display: block;
  width: 40px;
  height: 5px;
  background: #fff;
  margin: 8px auto;
}

.conference ul li .title {
  font-size: 1.4rem;
  color: #6cbb5a;
}

.conference ul li a {
  height: 100%;
  transition: 0.2s;
  border-radius: 30px;
}

.conference ul li a:hover {
  opacity: 1;
  box-shadow: rgba(5, 5, 5, 0.08) 4px 8px 8px 0px;
  border-radius: 30px;
}

.deco02 {
  width: 230px;
  position: absolute;
  bottom: -230px;
  left: -80px;
}

.deco02 img {
  width: 100%;
}

.bg_green {
  display: block;
  width: 120px;
  text-align: center;
  padding: 3px 10px;
  box-sizing: border-box;
  background: #6cbb5a;
  color: #fff;
}

.anc {
  padding-top: 80px;
  margin-top: -80px;
}

.iframe-responsive {
  text-align: center;
  margin: 20px auto;
}

.flex_box {
  display: flex;
  justify-content: flex-start;
  align-content: stretch;
  flex-wrap: wrap;
}

.flex_box>div {
  width: calc(100% / 2 - 40px);
  margin: 20px;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.8rem;
  }

  h2 span {
    font-size: 1rem;
  }

  .mv .flex {
    width: 90%;
    flex-direction: column-reverse;
  }

  .mv .flex>div {
    padding-top: 0px;
  }

  .mv h1 {
    font-size: 1.4rem;
  }

  .news ul {
    padding: 20px 10px 30px;
  }

  .news ul time {
    display: block;
  }

  .news ul li {
    margin-bottom: 20px;
  }

  .portal {
    flex-direction: column;
    margin-bottom: 160px;
  }

  .portal_title {
    font-size: 1.3rem;
  }

  .portal .img,
  .portal div {
    width: 100%;
  }

  .ims_college>ul>li {
    min-width: 90%;
    padding: 20px 10px;
  }

  .ims_college ul li .btn {
    width: 74vw;
  }

  .ims_college .img,
  .ims_college .detail_box {
    width: 100%;
  }

  .ims_college .detail {
    width: 100%;
    margin: 0;
  }

  .ims_college .flex {
    flex-direction: column;
  }

  .conference ul {
    flex-direction: column;
  }

  .conference ul li {
    width: 100%;
    height: 180px;
    margin: 0 0 20px 0;
  }

  .deco01 {
    width: 96px;
    right: -20px;
    bottom: -120px;
  }

  .deco02 {
    width: 160px;
    bottom: -150px;
    left: -20px;
  }

  .iframe-responsive iframe {
    width: 100% !important;
  }

  .deco03 {
    width: 50%;
    top: -160px;
    left: -20px;
    max-width: 200px;
  }

  .flex_box>div {
    width: 100%;
    margin: 10px auto;
  }
}

@media (orientation: landscape) {
  .news ul time {
    display: inline-block;
    margin: 0;
  }
}

.adress {
  text-align: center;
  margin-top: 30px;
  background: #fff;
  padding: 10px;
}

.adress span {
  font-size: 30px;
}

.award_box {
  text-align: center;
}

.award_box .award {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.award_box div>img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto 30px;
}

.border_box {
  padding: 15px;
  box-sizing: border-box;
  border-radius: 15px;
  border: 1px solid #6cbb5a;
  margin-bottom: 20px;
}

.border_box h5 {
  margin-top: 0;
}

.award_flex {
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
}

.award_flex>div {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .award_flex>div {
    width: 100%;
  }

  .award_box img,
  .award_flex>div img {
    max-width: 200px !important;
  }
}

/* IMSグループ学会 ---------------- */
.group_flex {
  display: flex;
  justify-content: center;
}

.group_flex div {
  width: 45%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .group_flex {
    display: block;
  }

  .group_flex div {
    width: 100%;
  }

  .btn_onedrive {
    width: 100% !important;
  }
}

/* 医学検査学会 ---------------- */
.endai table {
  margin: 30px auto 15px;
}

.endai table th,
.endai table td {
  border: 1px solid #000;
  padding: 15px;
}

.endai table th {
  background: #f4f5f7;
}

.endai table th.ed_no {
  width: 20px;
}

.endai table th.ed_ttl {
  width: 500px;
}

.endai table th.ed_fac {
  width: 250px;
}

.endai table th.ed_pre {
  width: 170px;
}

.endai table td {
  text-align: center;
  vertical-align: middle;
}

.endai_btn {
  width: 380px;
  margin-bottom: 50px;
}

p.endai_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .endai_tbl_scroll {
    overflow-x: scroll;
  }

  .endai table {
    width: 950px;
  }

  .endai_btn {
    width: 100%;
  }

  p.endai_sp {
    display: block;
    color: red;
    font-size: 13px;
  }
}

.tbl_txt_small th,
.tbl_txt_small td {
  font-size: 0.8rem;
}

.endai_img {
  width: 60%;
  margin: 30px auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .endai_img {
    width: 100%;
  }
}

.endai_img img {
  width: 100%;
}

.endai_img {
  position: relative;
  /* 親要素に relative を設定 */
}

.ribbon {
  display: inline-block;
  position: absolute;
  /* 親要素内で絶対配置 */
  bottom: 5px;
  left: 0;
  width: 100%;
  /* 親要素と同じ幅に */
  text-align: center;
  box-sizing: border-box;
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .ribbon {
    bottom: 5px;
  }
}

.ribbon p {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0 20px;
  line-height: 45px;
  color: #fff;
  background: #ec1855;
  font-size: 16px;
  width: 95%;
  /* 幅を自動調整 */
  max-width: 100%;
  /* 最大幅を親要素に合わせる */
}

@media screen and (max-width: 767px) {
  .ribbon p {
    font-size: 13px;
    line-height: 17px;
    padding: 5px 10px;
    width: 95%;
  }
}

.ribbon:before {
  /* 左側のリボン端 */
  content: "";
  position: absolute;
  width: 10px;
  bottom: -10px;
  left: -35px;
  z-index: -2;
  border: 20px solid #f22f67;
  border-left-color: transparent;
  /* 山形に切り抜き */
}

@media screen and (max-width: 767px) {
  .ribbon:before {
    bottom: -5px;
    left: -30px;
    border: 18px solid #f22f67;
    border-left-color: transparent;
    /* 山形に切り抜き */
  }
}

.ribbon:after {
  /* 右側のリボン端 */
  content: "";
  position: absolute;
  width: 10px;
  bottom: -10px;
  right: -35px;
  z-index: -2;
  border: 20px solid #f22f67;
  border-right-color: transparent;
  /* 山形に切り抜き */
}

@media screen and (max-width: 767px) {
  .ribbon:after {
    bottom: -5px;
    right: -30px;
    border: 18px solid #f22f67;
    border-right-color: transparent;
    /* 山形に切り抜き */
  }
}

.ribbon p:before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-right: solid 15px #f22f67;
  /* 左の折り返し部分 */
}

.ribbon p:after {
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 10px transparent;
  border-left: solid;
  color: #ec1855;
}

.sp-br {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
}

p.question::before {
  content: "●";
}

p.question {
  margin-left: 1.2em;
  text-indent: -1.2em;
}

.txtaC {
  text-align: center !important;
}

@media screen and (max-width: 767px) {
  .box_inner iframe {
    width: 100%;
    height: 100%;
  }
}


/* 受賞者一覧 */
.jushyou-flex {
  width: 100%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: center;
  gap: 30px 20px;
  flex-wrap: wrap;
  justify-content: space-around;
}

.jushyou-box {
  width: calc(100%/4 - 20px);
}

.jushyou-box p {
  width: 100%;
  text-align: center;
  margin: 0 auto 20px;
  font-weight: bold;
}

.jushyou-box p span {
  margin-bottom: 10px;
}

.jushyou-box p span.best {
  display: inline-block;
  background-color: #ec1855;
  padding: 10px 20px;
  background-color: #6cbb5a;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
}

.jushyou-box p span.ttl {
  display: block;
  font-weight: bold;
}

.box_jushyou img {
  display: block;
  width: 100%;
}


/* 看護学会 受賞者一覧 */
.jushyou-flex.nurse .jushyou-box {
  width: 30%;
}

/* 栄養学会 受賞者一覧 */
.jushyou-flex.nutrition .jushyou-box {
  width: 40%;
}

.jushyou-flex.nutrition .jushyou-box p {
  text-align: left;
}

/* 事務学会 受賞者一覧 */
.jushyou-flex.office {
  gap: 50px;
}

.jushyou-flex.office .jushyou-box {
  width: 40%;
}

.jushyou-flex.office .jushyou-box img {
  width: 60%;
  display: block;
  margin: 0 auto;
}


@media screen and (max-width: 767px) {

  .jushyou-box {
    width: 100%;
  }

  .jushyou-flex.office .jushyou-box {
    width: 100%;
  }

}


.qa_box {
  width: 100%;
  margin: 0 auto 50px;
}

.qa_box h4 {
  text-align: center;
}

.qa_box h5 {
  margin: 0 auto 10px;
  text-align: left;
  font-size: 1.2rem;
}


/* Q&Aテーブル
-------------------------------------------------------------------------*/
.tbl_qa{
	width: 100%;
	margin: 30px auto;
}
.tbl_qa table{
	width: 100%;
	border-collapse: collapse;
}
.tbl_qa table th,
.tbl_qa table td{
	padding: 10px;
	border: 1px solid #b9b9b9;
	vertical-align: middle;
  width: calc(100%/13);
  text-align: center;
}
.tbl_qa table th{
	color: #333;
	background-color: #fff9ec;
	font-weight:bold;
}
.tbl_qa table tr.ttl th{
  text-align: left;
}
.tbl_qa table tr.ttl_02 th{
  writing-mode: vertical-rl;
  letter-spacing: 5px;
}
.tbl_qa table tr.ttl_02 th.gh{
  writing-mode:rl;
}
.tbl_qa table td{
	background-color: #fff;
}