@charset "utf-8";

/*=============== ▼RESEARCH-recipients ===============*/

.p-recipients__content {display: flex;}

.p-recipients__content.p-margin {margin: 100px 0 0 0;}

.p-recipients__content-left {width: 100%;}


/* headeing */
.c-headeing--second.c-border-left-green {border-left: 6px solid #008b56;}
.c-headeing--second {
  padding: 0 0 0 18px;
  font-size: 2.8rem;
  line-height: 1.2;}

.p-recipients__content .c-headeing--second span {
  font-size:1.6rem;
  display: block;}

/* .recipients__anchor */
ul.recipients__anchor {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 60px;
}


ul.recipients__anchor li {
  font-size:1.6rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#008b56;
  width:calc(100% / 4);
  border-right:1px solid #d9e7e5;
}

  ul.recipients__anchor li:first-child{
    border-left:1px solid #d9e7e5;
  }

ul.recipients__anchor li a {
  font-weight: bold;
  width:100%;
  /*padding:15px;*/
  padding:6px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color:#008b56;
  position: relative;
  /*height:50px;*/
  min-height:50px;
  transition: background-color 0.2s ease;
}

ul.recipients__anchor li a::before {
  content: "";
  position:relative;
  left:-1.5rem;
  top: -0.3rem;
  width: 8px;
  height: 8px;
  border-top: 2px solid #008b56;
  border-right: 2px solid #008b56;
  transform: rotate(135deg) translateY(-50%);
}

#pharmacology .recipients__anchor li a::before {
}
  

ul.recipients__anchor li a.hover {
  color:#fff;
  background: #008b56;}

ul.recipients__anchor li a.hover::before {
  content: "";
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}


ul.recipients__anchor li a span{
  display: block;
}

/* table */
.p-recipients__content .p-recipients__table-container p {
  font-size:1.8rem;
  padding:30px;
}
.p-recipients__content table {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 40px 0 0;
  margin-bottom:120px !important;
}

.p-recipients__content table:last-child {margin-bottom:0;}

.p-recipients__content table th {
  font-size: 1.6rem;
    line-height: 1.25;
    font-weight: bold;
    padding: 24px 5px;
    text-align: center;
    vertical-align: middle;
    background: #f2f6f6;
    border: 1px solid #e5ebeb;
    border-collapse: collapse;}

.p-recipients__content table th:nth-child(1) {width:7em;}
.p-recipients__content table th:nth-child(2) {width:15em;}
.p-recipients__content table th:nth-child(3) {width:7em;}

.p-recipients__content table td {
  vertical-align: top;
    font-size: 1.6rem;
    line-height: 1.125;
    padding: 15px 10px;
    border-bottom: 1px solid #e5ebeb;
}
.p-recipients__content table tr:nth-child(odd) td {
  background: #f7fbfa;
}



/* btn */
.p-recipients__list_btn {
  margin:0 auto 120px;
  padding-top:60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: 1px solid #e5ebeb;
}

.p-recipients__list_btn .list_btn_inner {
    position: relative;
    padding: 1rem 5rem 1rem 10rem;
    width: auto;
    min-width: 670px;
    height: 100px;
    background: #008b56;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    transition: opacity 0.2s ease;}


.p-recipients__list_btn .list_btn_inner.hover {opacity: 0.9;}


.p-recipients__list_btn .c-content__btn--text {
  font-size:2.4rem;
  color:#fff;
  padding:0;
}

.p-recipients__list_btn .arrow {
    display: block;
    position: absolute;
    left: 30px;
    width: 50px;
    height: 15px;
}
.p-recipients__list_btn .arrow::before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 50px;
    background-color: #fff;
    bottom: 0;
    left: 0;
}
.p-recipients__list_btn .arrow::after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 25px;
    height: 1px;
    background-color: #fff;
    transform: rotate(-30deg);
}


/* detail */
#medicine ul.p-recipients__anchor {width:100%;}

#pharmacology ul.p-recipients__anchor {width:400px;}
#pharmacology ul.p-recipients__anchor li {width:200px;}
#pharmacology ul.p-recipients__anchor:after,
#pharmacology ul.p-recipients__anchor:before {width: 200px;}


#lifescience ul.p-recipients__anchor {width:560px;}
#lifescience ul.p-recipients__anchor li {width:280px;}
#lifescience ul.p-recipients__anchor:after,
#lifescience ul.p-recipients__anchor:before {width: 280px;}

#visionary ul.p-recipients__anchor {width:100%;}
#visionary ul.p-recipients__anchor li {width:210px;}
#visionary ul.p-recipients__anchor:after,
#visionary ul.p-recipients__anchor:before {width: 210px;}

#hs ul.p-recipients__anchor {width:520px;}
#hs ul.p-recipients__anchor li {width:260px;}
#hs ul.p-recipients__anchor:after,
#hs ul.p-recipients__anchor:before {width: 260px;}



/* specific2023 */
table#specific th:first-child {
  width:25%;
  max-width:20rem;
}

table#specific th:nth-child(2) {
  width:7em;
}
table#specific th:nth-child(3) {
  width:20%;
}

.p-recipients__content table a {
  text-decoration: underline;
  color: #008b56;
}
.p-recipients__content table a.hover {text-decoration: none;}
.p-recipients__content table th.report {width:5em;}
.p-recipients__content table td.report {
  text-align: center;
  vertical-align: middle;}

.p-recipients__content .p-recipients__table-container p.check {
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  min-width: 28px;
  width: 100%;
  height: 18px;
  padding: 0;
}

.p-recipients__content .p-recipients__table-container p.check::after {
  content: '';
  display: block;
  position: absolute;
  top: -8px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 15px;
  border-left: 3px solid #159564;
  border-bottom: 3px solid #159564;
  transform: rotate(-45deg);
}

.detail-table table {
  border-top:1px solid #e5ebeb;
  border-right:1px solid #e5ebeb;
}

.detail-table table tr th:nth-child(1) {
  width:22rem;
  text-align: left;
  padding: 24px;
  vertical-align: top;
}
.detail-table table tr:nth-child(odd) td {background: #fff;}

.detail-table table tr td {
  line-height: 1.5;
  padding: 24px;}

ol.paper-list {
  list-style: decimal;
  margin-left: 16px;}

ol.paper-list li {margin-bottom:10px;}


/* 文字数ずれ調整 */
.c-main .c-breadcrumb__item01 {
    position: relative;
    display: inline;
    padding: 0px 17px 0 0;
    font-weight: normal;
}

.c-main .c-breadcrumb__item01 a::after{
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  opacity: 0.7;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-left: 0.3em;
  position: relative;
  top: -1px;
  right: -4px;
}

.c-main .c-breadcrumb__item01::before,
.c-main .c-breadcrumb__item01::after {display: none;}


/* error  */

.database_error_ttl {
  font-weight: bold;
  font-size: 3.6rem;
  line-height: 1.333;
  text-align: center;
  margin: 40px auto 35px;
  }

.database_error_txt {
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  margin-bottom: 80px;}

a.database_error_btn {
    font-size: 1.8rem;
    color: #fff !important;
    padding: 0;
    font-weight: normal;
    width: 350px;
    max-width: 350px;
    height: 80px;
    background: #008b56;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25);
    transition: box-shadow 0.12s;
    margin: auto;
}



a.database_error_btn.hover {box-shadow: none;}