@charset "utf-8";
/* ==========================================================================
Layout [ header / main / side / footer... ]
========================================================================== */

body {
  padding-top: 60px;
}
body.noheader #btnMenu {
  display: none;
}

/* header
---------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #DDE0E3;
}
.header__inner {
  height: 60px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.logo {
  padding: 14px 0 0 20px;
}
.logo a {
  font-size: 1.25rem;
  font-weight: bold;
  color: #16302A;
  /*color: #0C2F9E;*/
}
.logo_umin ,
.logo_boehringer-ingelheim {
  display: none;
}
#btnMenu{
  position: absolute;
  width: 50px;
  height:50px;
  right: 8px;
  top: 5px;
}
#btnMenu span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  right: 14px;
  height: 2px;
  border-radius: 2px;
  background: #111;
  width: 45%;
}
#btnMenu span:nth-of-type(1) {
  top:18px;
}
#btnMenu span:nth-of-type(2) {
  top:23px;
  width: 16px;
}
#btnMenu span:nth-of-type(3) {
  top:28px;
}
#btnMenu.active span:nth-of-type(1) {
  top: 18px;
  right: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 30%;
}
#btnMenu.active span:nth-of-type(2) {
  opacity: 0;
}
#btnMenu.active span:nth-of-type(3){
  top: 30px;
  right: 18px;
  transform: translateY(-6px) rotate(45deg);
  width: 30%;
}
.nav__wrap {
  position: fixed;
  top: 61px;
  right: 0;
  width: 100%;
  height: calc(100vh - 61px);
  background-color: #fff;
  box-sizing: border-box;
  padding: 30px 20px 64px;
  overflow-y: auto;
  display: none;
}
.nav__wrap.active {
  display: block;
}
.nav__item {
  clear: both;
  border-top: 1px solid #DDE0E3;
}
.nav__item:last-of-type {
  border-bottom: 1px solid #DDE0E3;
}
.nav__item a {
  font-size: 16px;
  font-weight: bold;
  color: #0C2F9E;
  display: block;
  padding: 15px 10px;
  background-image: url(../img/icon_arrow01.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
}
.nav__item a br {
  display: none;
}



/* Main
---------------------------------------------------------------*/
#main {
  padding: 0 0 40px;
  box-sizing: border-box;
  margin: 0 auto;
}

/* footer
---------------------------------------------------------------*/
#footer {
  border-top: 1px solid #aaa;
  padding: 50px 0 80px;
}
.footer__inner {
  margin: 0 auto;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
}
.footer__logo {
  margin: 0 auto 32px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}
.f_logo_umin {
  width: 60px;
}
.f_logo_boehringer-ingelheim {
  width: 109px;
  margin: 0 6px;
  margin-right: 12px;
  padding-right: 12px;
  box-sizing: content-box;
  border-right: 1px #16302A solid;
}
.footer__nav {
  display: flex;
  justify-content:center;
  margin-bottom: 40px;
  flex-direction: column;
}
.footer__nav li {
  font-size: .875rem;
  margin-bottom: 10px;
}
/*.footer__nav li:not(:last-of-type):after {
  content: "｜";
  display: inline-block;
  padding: 0 10px;
}*/
.copyright {
  font-size: .625rem;
  letter-spacing: .05em;
}


/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */
.mv {
  background-image: url(../img/mv_sp.png);
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 58.6666vw;
  margin-bottom: 40px;
}
.mv__txt {
  width: 65.6vw;
  padding-top: 40px;
  margin: 0 auto;
}
.code {
  width: calc(100% - 40px);
  display: block;
  text-align: right;
  margin: 0 auto;
  font-size: .75rem;
}
.member__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.member__list li {
  width: 46%;
  margin-bottom: 30px;
}
.member__list li:nth-of-type(3n) {
  margin-right: 0;
}
.member__list__img {
  margin-bottom: 16px;
}
.member__list__img img {
  width: 100%;
}
.member__list__ttl {
  line-height: 1.5;
  padding: 0 14px;
}
.member__list__name {
  font-size: 1.125rem;
  margin-bottom: 4px;
  padding: 0 14px;
}
.library__menu {
}
.library__menu__item {
  width: 100%;
  background-image: url(../img/menu_library01_sp.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.library__menu__item:nth-of-type(2n) {
  background-image: url(../img/menu_library02_sp.png);
  margin-bottom: 0;
}
.library__menu__item a {
  padding: 30px 20px;
  display: block;
}
.library__menu__item__txt {
  margin-bottom: 25px;
  min-height: 80px;
}
.library__menu__ttl {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 6px;
}
.library__menu__txt {
  color: #fff;
  line-height: 2;
}
.library__menu__btn {
  text-align: center;
}
.library__menu__btn .btn {
  color: #fff;
  border-color: #fff;
  background-image: url(../img/icon_arrow02_w.svg);
}
.libary__sample {
  width: 100%;
  margin: 30px auto 60px;
}
#canvas_container {
  height: 100%;
  overflow: auto;
  background: #333;
  text-align: center;
  border: solid 3px;
}
#pdf_renderer {
  width: 100%;
}
#navigation_controls {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
#go_next,
#go_previous {
  -webkit-appearance: none;
  border: none;
  background-color: #eee;
  padding: 6px 10px;
  color: #000;
}

.slide__item {
  border-top: 1px solid #6279C1;
}
.slide__item:last-of-type {
  border-bottom: 1px solid #6279C1;
}
.slide__item__wrap {
  padding-bottom: 40px;
  display: none;
}
.slide__item__wrap.active {
  display: block;
}
.slide__item__img {
  width: 100%;
  margin-bottom: 20px;
}
.slide__item__body {
}
.slide__item__ttl {
  font-size: 1.25rem;
  font-weight: bold;
  color: #0C2F9E;
  padding: 16px 40px 16px 0;
  background-image: url(../img/icon_plus.svg);
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.slide__item__ttl.active {
  background-image: url(../img/icon_minus.svg);
}
.slide__item__txt {
  line-height: 2;
}
.slide__item__link {
  margin-top: 20px;
}
.slide__item__btn {
  width: 100%;
  background-color: #0C2F9E;
  margin-bottom: 10px;
  color: #fff;
  padding: 13px 50px 13px 20px;
  background-image: url(../img/icon_arrow02_w.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  display: block;
}
.slide__item__btn img {
  vertical-align: top;
  padding-right: 5px;
}
.slide__item__page {
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  margin-bottom: 8px;
  width: 100%;
  font-size: 14px;
  border-bottom: 1px dotted #aaa;
}
.slide__item__page__ttl {
  width: calc(100% - 80px);
  padding-right: 1em;
  box-sizing: border-box;
}
.slide__item__page__pdf {
  width: 80px;
  text-align: right;
}
.slide__item__page__pdf img {
  width: 16px;
}
/* ==========================================================================
Component [ grid / button / form / media... ]
========================================================================== */
.cont {
  width: calc(100% - 40px);
  margin: 0 auto 40px;
}
.txt {
  line-height: 2;
}
.link {
  color: #0C2F9E;
  text-decoration: underline!important;
}

/* pagetop */
#backtotop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  font-size: 0.8rem;
  z-index: 1200;
}
#backtotop a {
  display: block;
  background-image: url(../img/pagetop.svg);
  background-size: 100% auto;
  width: 65px;
  height: 65px;
  color: #fff;
}

/* menu */
.menu {
  width: calc(100% - 40px);
  margin: 0 auto 40px;
}
.menu__item {
  max-width: 100%;
  box-shadow: 0 1px 6px rgb(0,0,0,.12);
  background-color: #fff;
  margin: 0 0 30px;
  padding-bottom: 32px;
}
.menu__img img {
  width: 100%;
}
.menu__body {
  padding: 25px;
}
.menu__ttl {
  font-size: 1.375rem;
  color: #0C2F9E;
  font-weight: bold;
  margin-bottom: 16px;
}
.menu__txt {
  line-height: 2;
}
.menu__btn {
  text-align: center;
}

/* lv */
.lv {
  display: flex;
  height: 220px;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.lv--about {
  background-image: url(../img/lv01_sp.jpg);
}
.lv--member {
  background-image: url(../img/lv02_sp.jpg);
}
.lv--library {
  background-image: url(../img/lv03_sp.jpg);
}
.lv--contact {
  background-image: url(../img/lv04_sp.jpg);
}
.lv--terms {
  background-image: url(../img/lv05_sp.jpg);
}
.lv__txt {
  font-size: 1.875rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: .05em;
  text-align: center;
}

/* grid */
.grid {
  clear: both;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

/* column */
.col-sp-1 { width: 8.33333333%; }
.col-sp-2 { width: 16.66666667%; }
.col-sp-3 { width: 25%; }
.col-sp-4 { width: 33.33333333%; }
.col-sp-5 { width: 41.66666667%; }
.col-sp-6 { width: 50%; }
.col-sp-7 { width: 58.33333333%; }
.col-sp-8 { width: 66.66666667%; }
.col-sp-9 { width: 75%; }
.col-sp-10 { width: 83.33333333%; }
.col-sp-11 { width: 91.66666667%; }
.col-sp-12 { width: 100%; }

/* btn */
.btn {
  width: 180px;
  border-bottom: 2px solid #0C2F9E;
  padding-bottom: 8px;
  position: relative;
  color: #0C2F9E;
  display: inline-block;
  text-align: left;
  background-image: url(../img/icon_arrow02.svg);
  background-repeat: no-repeat;
  background-position: right top 10px;
}

/* heading */
.heading01 {
  text-align: center;
  font-size: 1.625rem;
  font-weight: bold;
  color: #0C2F9E;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
}
.heading01:after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  background-color: #0C2F9E;
}

/* list */

/* breadcrumbs */
.breadcrumbs {
  width: 100%;
  max-width: calc(100% - 40px);
  padding: 20px 0 30px;
  margin: 0 auto;
  box-sizing: border-box;
}
.breadcrumbs_list {
  box-sizing: border-box;
  display: inline-block;
}
.breadcrumbs_list .home span {
  display: none;
}
.breadcrumbs_list a ,
.breadcrumbs_list li {
  display: inline-block;
  position: relative;
  font-size: .75rem;
  color: #2E58A6;
}
.breadcrumbs_list li:after {
  content: "";
  display: inline-block;
  padding: 0 12px;
  background-image: url(../img/icon_arrow01.svg);
  width: 10px;
  height: 10px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-repeat: no-repeat;
}
.breadcrumbs_list li:last-of-type {
  padding-right: 0;
}
.breadcrumbs_list li:last-of-type:after {
  display: none;
}
.breadcrumbs_list li img {
  position: relative;
  top: -2px;
}

/* wrap */

/* skip */
.skip {
  width: 1px;
  color: #000000;
  font-size: 0.1%;
  line-height: 0.1;
  background-color: #FFFFFF;
  position: absolute;
  left: -3000px;
  z-index: 20000;
}
a.skip {
  background-color: #FFFFFF;
  text-align: center;
  padding: 2px 0;
  top: auto;
}
a.skip:active {
  display: block;
  width: 99.99%;
  font-size: 100%;
  line-height: 1.8;
  top: 0;
  left: 0;
}
a.skip:focus {
  display: block;
  width: 99.99%;
  font-size: 100%;
  line-height: 1.8;
  top: 0;
  left: 0;
}

.faq__wrap {
  border-top: 2px solid #eee;
  padding: 24px 0;
}
.faq__wrap:last-of-type {
  border-bottom: 2px solid #eee;
}
.faq__que {
  padding-left: 30px;
  position: relative;
  margin-bottom: 10px;
}
.faq__que:before {
  content: "Q";
  width: 24px;
  height: 24px;
  line-height: 22px;
  background-color: #0C2F9E;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.faq__ans {
  padding-left: 30px;
  position: relative;
}
.faq__ans:before {
  content: "A";
  width: 24px;
  height: 24px;
  line-height: 22px;
  border: 1px solid #0C2F9E;
  color: #0C2F9E;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

.news {
  background-color: #f8f8f8;
  padding: 36px 0;
  margin-bottom: 40px;
}
.news__inner {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.news__item {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.news__item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: unset;
}
.news__tag {
  background-color: #0C2F9E;
  color: #fff;
  width: 110px;
  text-align: center;
  padding: 2px 0;
  font-size: 15px;
  margin-right: 10px;
}
.news__date {
  /*width: calc(100% - 130px);*/
  width: 100%;
}
.news__ttl {
  margin-top: 8px;
}


.contact__btn__wrap {
  margin-bottom: 60px;
}
.library__menu__item.contact__btn {
  background: unset;
}
.contact__btn a {
  background: #E9F0F9;
  background-image: url(../img/icon_arrow02.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 24px auto;
  color: #fff;
  padding: 30px 20px;
  color: #0C2F9E;
  border-bottom: 3px solid #0C2F9E;
}
.contact__btn .library__menu__ttl {
  color: #0C2F9E;
  margin-bottom: 0;
  font-size: 1.25rem;
}
.contact__btn .library__menu__item__txt {
  min-height: unset;
  margin-bottom: 0;
}



/* 20241202 */
.form__wrap {
  margin-top: 40px;
}
.form {
  border: 3px solid #eee;
  padding: 0 20px 48px;
}
.form__inner {
  width: 100%;
  margin: 0 auto;
}
.form__item {
  padding-top: 18px;
  margin-top: 18px;
  border-top: 2px solid #eee;
  display: block;
}
.form__item:first-of-type {
  border-top: unset;
}
.form__item__ttl {
  width: 100%;
  position: relative;
  margin-bottom: 14px;
}
.form__item__ttl p {
  font-weight: bold;
  color: #0C2F9E;
  display: inline-block;
  margin-right: 10px;
}
.required {
  width: 40px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  background-color: #D64667;
  font-size: 14px;
  vertical-align: top;
}
.form__item__body {
  width: 100%;
}
.input__m,.input__l {
  border: 1px solid #aaa;
  border-radius: 6px;
  padding: 10px;
  width: 100%;
  min-height: 52px;
  box-sizing: border-box;
}
textarea.input__l {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  min-height: 160px;
}
.input__wrap {
  display: flex;
  gap: 10px 32px;
}

.checkbox {
  width: fit-content;
  display: grid;
  grid-template-columns: auto 1fr; /* auto はアイコン、1fr はラベル文字列を想定 */
  gap: 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #404040;
  margin-bottom: 10px;
  cursor: pointer;
}
.checkbox:has(.checkbox_icon:disabled) {
  opacity: 0.4;
}
.checkbox_icon {
  position: relative;
  width: 22px;
  height: 22px;
  appearance: none;
  background: #FFFFFF;
  border: solid 2px #aaa;
  border-radius: 0;
  box-shadow: 0 0 0 0 transparent;
  margin: 2px;
}
.checkbox_icon:checked {
  background: #3223B3; /* 紫色 */
  border-color: #3223B3; /* 紫色 */
}
.checkbox_icon:checked::before {
  opacity: 1;
}
.checkbox_icon::before {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  background-image: url("../img/icon_check.svg");
  background-repeat: no-repeat;
  background-size: 14px auto;
  background-position: center center;
  background-color: #fff;
  cursor: pointer;
}

.radio {
  width: fit-content;
  display: grid;
  grid-template-columns: auto 1fr; /* auto はアイコン、1fr はラベル文字列を想定 */
  gap: 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #404040;
  margin-bottom: 8px;
  cursor: pointer;
}
.radio:has(.radio_icon:disabled) {
  opacity: 0.4;
}
.radio_icon {
  position: relative;
  width: 22px;
  height: 22px;
  appearance: none;
  background: #FFFFFF;
  border: solid 2px #aaa;
  border-radius: 0;
  box-shadow: 0 0 0 0 transparent;
  margin: 2px;
  border-radius: 20px;
}
.radio_icon:checked {
  background: #3223B3; /* 紫色 */
  border-color: #3223B3; /* 紫色 */
}
.radio_icon:checked::before {
  opacity: 1;
}
.radio_icon::before {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0;
  background-image: url("../img/icon_circle.svg");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center center;
  background-color: #fff;
  cursor: pointer;
  border-radius: 20px;
}

.form__btn__wrap {
  display: flex;
  justify-content: center;
  margin-top: 54px;
  flex-direction: column;
  gap: 20px 0;
}
.form__btn {
  background: unset;
  border: unset;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  color: #fff;
  background-color: #0C2F9E;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .05em;
  background-image: url(../img/icon_arrow02_w.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
}
.form__btn:hover {
  cursor: pointer;
  opacity: .7;
}
.form__btn__back {
  background-color: #aaa;
  background-image: url(../img/icon_arrow02_w_back.svg);
  background-position: center left 20px;
}
.form__box__wrap {
  position: relative;
}
.form__box__wrap p {
  display: inline-block;
  margin-right: 10px;
}
.form__box__wrap .required {
  vertical-align: text-bottom;
}

.error_txt {
  margin-top: 12px;
  color: #D64667;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}
.form__error {
  border: 3px solid #D64667;
  align-items: center;
  justify-content: center;
  height: 60px;
  margin-bottom: 24px;
  color: #D64667;
  font-weight: bold;
  display: none;
}