@charset "UTF-8";
:root {
  --mainColor: #00434c;
  --paleColor: #e5eced;
  --transpaColor: rgb(0 67 76 / 0.85);
}

body.default {
  --mainColor: #00434c;
  --paleColor: #e5eced;
  --transpaColor: rgb(0 67 76 / 0.85);
}

body.ye {
  --mainColor: #000;
  --paleColor: #ededed;
  --transpaColor: rgb(0 0 0 / 0.85);
}

body.sbl {
  --mainColor: #3893be;
  --paleColor: #eaf4f8;
  --transpaColor: rgb(56 147 190 / 0.85);
}

body.pk {
  --mainColor: #010057;
  --paleColor: #f1f1fb;
  --transpaColor: rgb(1 0 87 / 0.85);
}

body.rd {
  --mainColor: #c13b3b;
  --paleColor: #f8ebeb;
  --transpaColor: rgb(193 59 59 / 0.85);
}

body.gr {
  --mainColor: #68aa46;
  --paleColor: #eff6ec;
  --transpaColor: rgb(104 170 70 / 0.85);
}

/* COLOR

DEFAULT
#00434c //100%
#548187 //67%
#7fa1a5 //50%
#d8e2e4 //15%
#e5eced //10%

YELLOW ye
#da9412 //100%
#e6b760 //67%
#ecc988 //50%
#f9efdb //15%
#fbf4e6 //10%

SKYBLUE sbl
#3893be //100%
#7ab7d4 //67%
#9bc9de //50%
#e1eff5 //15%
#eaf4f8 //10%

PINK pk
#ed7b8e //100%
#f3a7b3 //67%
#f6bdc6 //50%
#fcebee //15%
#fdf1f3 //10%

RED rd
#c13b3b //100%
#d67c7c //67%
#e09d9d //50%
#f5e1e1 //15%
#f8ebeb //10%

GREEN gr
#68aa46 //100%
#9ac683 //67%
#b3d4a2 //50%
#e8f2e3 //15%
#eff6ec //10%

*/
/* wp-editor */
#content .wp-editer {
  overflow: hidden;
}
#content .wp-editer strong {
  font-weight: bold;
}
#content .wp-editer em {
  font-style: italic;
}
#content .wp-editer img {
  max-width: 100%;
  height: auto;
}
#content .wp-editer ul:not([class]) {
  margin-left: 20px;
  list-style: disc;
}
#content .wp-editer ol:not([class]) {
  margin-left: 30px;
  list-style: decimal;
}
#content .wp-editer h1 {
  font-size: 2em;
  font-weight: bold;
}
#content .wp-editer h2 {
  font-size: 1.5em;
  font-weight: bold;
}
#content .wp-editer h3 {
  font-size: 1.17em;
  font-weight: bold;
}
#content .wp-editer h4 {
  font-weight: bold;
}
#content .wp-editer h5 {
  font-size: 0.83em;
  font-weight: bold;
}
#content .wp-editer h6 {
  font-size: 0.67em;
  font-weight: bold;
}

/* EDITOR */
.alignleft,
.alignright,
.aligncenter,
.alignnone {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

blockquote.alignleft,
img.alignleft,
.wp-caption.alignleft,
blockquote.alignright,
img.alignright,
.wp-caption.alignright,
blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin-bottom: 10px;
}

.pagenavi-box {
  text-align: center;
}
.pagenavi-box .wp-pagenavi {
  clear: both;
  text-align: center;
  display: inline-block;
  margin: 50px 0 0;
}
.pagenavi-box .wp-pagenavi a,
.pagenavi-box .wp-pagenavi span {
  display: inline-block;
  color: var(--mainColor);
  font-size: 14px;
  text-decoration: none;
  padding: 5px 15px !important;
  border-color: var(--mainColor) !important;
}
.pagenavi-box .wp-pagenavi span.current {
  color: #fff;
  background: var(--mainColor);
}

#mitochondrion-section .magzine a {
  display: inline-block;
  border: solid 1px #000;
  padding: 10px;
  line-height: 1;
  transition: 0.2s;
  position: relative;
}
#mitochondrion-section .magzine a:hover {
  text-decoration: none;
  filter: alpha(opacity=60);
  /* IE 6,7*/
  -ms-filter: "alpha(opacity=60)";
  /* IE 8,9 */
  -moz-opacity: 0.6;
  /* FF , Netscape */
  -khtml-opacity: 0.6;
  /* Safari 1.x */
  opacity: 0.6;
  zoom: 1;
  /*IE*/
}

.partner-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.partner-list li {
  width: 220px;
}
.partner-list li a {
  box-sizing: border-box;
  border: solid 1px #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
}

@media all and (min-width: 751px) {
  /* MAINV */
  .news-box {
    margin-bottom: 40px;
  }
  .news-box .news-list li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
    padding: 30px 0;
  }
  .news-box .news-list li:not(:last-child) {
    border-bottom: solid 2px var(--paleColor);
  }
  .news-box .news-list li:first-child {
    padding-top: 0;
  }
  .news-box .news-list li .textbox {
    flex: 1;
    min-width: 0;
    /* これが重要 */
    overflow-wrap: break-word;
    /* リンクを途中で折り返す */
    word-break: break-all;
    /* 英単語やURLの途中でも改行可能にする */
  }
  .news-box .news-list li .title-wrap {
    display: flex;
    gap: 20px;
  }
  .news-box .news-list li .title-wrap time {
    font-size: 112.5%;
  }
  .news-box .news-list li .title-wrap h3 {
    font-size: 112.5% !important;
    margin-bottom: 0;
  }
  .news-box .news-list .image-box {
    width: 194px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .news-box .news-list .image-box small {
    display: inline-block;
    font-size: 85%;
    line-height: 1.4;
  }
  .news-box .news-list .image-box a {
    position: relative;
    display: inline-block;
  }
  .news-box .news-list .image-box a:after, .news-box .news-list .image-box a::before {
    position: absolute;
    content: "";
  }
  .news-box .news-list .image-box a:before {
    width: 25px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.9);
    top: 0px;
    right: 0px;
  }
  .news-box .news-list .image-box a.links:after {
    width: 20px;
    height: 20px;
    background: url(../images/common/linkicon-type01.png) no-repeat center;
    top: 0px;
    right: 0px;
    background-size: 20px;
  }
  .news-box .news-list .image-box a.pdf:after {
    width: 20px;
    height: 20px;
    background: url(../images/common/anchor-pdf.svg) no-repeat center;
    top: 2px;
    right: 3px;
    background-size: 16px;
  }
  .news-box .change-btn {
    display: flex;
    justify-content: center;
    margin: 0 -10px 20px;
    border-bottom: 1px solid var(--mainColor);
  }
  .news-box .change-btn > li {
    box-sizing: border-box;
    width: 50%;
    max-width: 180px;
    text-align: center;
  }
  .news-box .change-btn > li .btn {
    padding: 10px 10px;
    width: 100%;
    height: 100%;
    letter-spacing: 0.05em;
    display: inline-block;
    font-weight: bold;
    color: var(--mainColor);
    background-color: #ffffff;
    text-decoration: none !important;
  }
  .news-box .change-btn > li.on .btn {
    color: #ffffff;
    background-color: var(--mainColor);
  }
  .news-box.single-news .image small {
    display: block;
    font-style: italic;
  }
  .awards-box .awards-list dd {
    padding-bottom: 30px;
    border-bottom: solid 2px var(--paleColor);
  }
  .awards-box .awards-list dd:not(:last-of-type) {
    margin-bottom: 30px;
  }
  #about-lead .image-box {
    margin-left: 30px;
  }
  #about-lead .image-box .image {
    line-height: 1;
  }
}
@media only screen and (max-width: 750px) {
  /* MAINV */
  .news-box {
    margin-bottom: 40px;
  }
  .news-box .news-list li {
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-bottom: solid 2px var(--paleColor);
    padding: 30px 0;
  }
  .news-box .news-list li:first-child {
    padding-top: 0;
  }
  .news-box .news-list li .textbox {
    flex: 1;
    min-width: 0;
    /* これが重要 */
    overflow-wrap: break-word;
    /* リンクを途中で折り返す */
    word-break: break-all;
    /* 英単語やURLの途中でも改行可能にする */
  }
  .news-box .news-list li .title-wrap h3 {
    line-height: 1.4;
  }
  .news-box .news-list .image-box {
    width: 194px;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .news-box .news-list .image-box small {
    display: inline-block;
    font-size: 85%;
    line-height: 1.4;
  }
  .news-box .news-list .image-box a {
    position: relative;
    display: inline-block;
  }
  .news-box .news-list .image-box a:after, .news-box .news-list .image-box a::before {
    position: absolute;
    content: "";
  }
  .news-box .news-list .image-box a:before {
    width: 25px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.9);
    top: 0px;
    right: 0px;
  }
  .news-box .news-list .image-box a.links:after {
    width: 20px;
    height: 20px;
    background: url(../images/common/linkicon-type01.png) no-repeat center;
    top: 0px;
    right: 0px;
    background-size: 20px;
  }
  .news-box .news-list .image-box a.pdf:after {
    width: 20px;
    height: 20px;
    background: url(../images/common/anchor-pdf.svg) no-repeat center;
    top: 2px;
    right: 3px;
    background-size: 16px;
  }
  .news-box .change-btn {
    display: flex;
    justify-content: center;
    margin: 0 -10px 20px;
    border-bottom: 1px solid var(--mainColor);
  }
  .news-box .change-btn > li {
    box-sizing: border-box;
    width: 50%;
    max-width: 180px;
    text-align: center;
  }
  .news-box .change-btn > li .btn {
    padding: 10px 10px;
    width: 100%;
    height: 100%;
    letter-spacing: 0.05em;
    display: inline-block;
    font-weight: bold;
    color: var(--mainColor);
    background-color: #ffffff;
    text-decoration: none !important;
  }
  .news-box .change-btn > li.on .btn {
    color: #ffffff;
    background-color: var(--mainColor);
  }
  .awards-box .awards-list dd {
    padding-bottom: 30px;
    border-bottom: solid 2px var(--paleColor);
  }
  .awards-box .awards-list dd:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .partner-list {
    gap: 12px;
  }
  .partner-list li {
    width: 48%;
  }
}

/*# sourceMappingURL=plus.css.map */
