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

body {
  padding-top: 135px;
}
body.noheader {
  padding-top: 81px;
}
body.noheader header {
  border: unset;
}

/* Header
---------------------------------------------------------------*/
#header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  border-bottom: 1px solid #DDE0E3;
}
.header__inner {
  padding: 16px 20px 4px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1340px;
  box-sizing: border-box;
}
.nav__wrap {
  margin: 0 auto;
  max-width: 1340px;
  padding: 0 20px;
  box-sizing: border-box;
}
.nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.nav__item {
  width: 100%;
  max-width: 25%;
  flex: 1 0 auto;
}
.nav__item:nth-of-type(3) {
  /*min-width: 260px;*/
}
.nav__item a {
  margin: 0;
  padding: 20px 0;
  font-weight: bold;
  color: #0C2F9E;
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
}
.nav__item.active a:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-color: #0C2F9E;
  position: absolute;
  bottom: 0;
  left: 0;
}
.nav__item a br {
  display: none;
}
.logo {
  height: 50px;
}
.logo img {
  width: 242px;
}
.logo a {
  font-size: 1.75rem;
  font-weight: bold;
  color: #16302A;
  /*color: #0C2F9E;*/
}
.logo_umin {
  display: inline-block;
  width: 60px;
  order: 4;
}
.logo_boehringer-ingelheim {
  display: inline-block;
  width: 109px;
  margin-left: auto;
  margin-right: 12px;
  padding-right: 12px;
  box-sizing: content-box;
  border-right: 1px #16302A solid;
}
@media screen and (max-width: 1120px){
  body {
    padding-top: 119px;
  }
  .nav__item a {
    font-size: 14px;
  }
  .nav__item:nth-of-type(3) {
    /*min-width: 240px;*/
  }
}
@media screen and (max-width: 800px){
  .nav__item a {
    font-size: 13px;
  }
}

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

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

/* ==========================================================================
Project [ articles / ranking / promo... ]
========================================================================== */
.mv {
  background-color: #E7F0F9;
  background-image: url(../img/mv.png);
  background-position: center;
  background-size: auto 100%;
  height: 350px;
  /*margin-bottom: 80px;*/
}
.code {
  max-width: 1120px;
  padding: 0 20px;
  display: block;
  text-align: right;
  margin: 0 auto;
  font-size: .75rem;
}
.member__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 1.85185185%;
}
.member__list li {
  width: 18.5185185%;
  margin-bottom: 30px;
}
.member__list li:nth-of-type(5n) {
  margin-right: 0;
}
.member__list__img {
  margin-bottom: 24px;
}
.member__list__ttl {
  line-height: 1.5;
  padding: 0 20px;
}
.member__list__name {
  font-size: 1.125rem;
  margin-bottom: 4px;
  padding: 0 20px;
}
.library__menu {
  display: flex;
  justify-content: space-between;
}
.library__menu__item {
  width: 520px;
  max-width: 49%;
  background-image: url(../img/menu_library01.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  box-sizing: border-box;
}
.library__menu__item:nth-of-type(2n) {
  background-image: url(../img/menu_library02.png);
}
.library__menu__item a {
  display: block;
  padding: 40px;
}
.library__menu__item__txt {
  margin-bottom: 25px;
  min-height: 80px;
}
.library__menu__ttl {
  color: #fff;
  font-weight: bold;
  font-size: 1.625rem;
  margin-bottom: 8px;
}
.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: 600px;
  margin: 50px auto 0;
}
#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;
}
#go_next:hover,
#go_previous:hover {
  cursor: pointer;
}

.slide__item {
  border-top: 2px solid #eee;
  padding: 48px 0;
}
.slide__item:last-of-type {
  border-bottom: 2px solid #eee;
}
.slide__item__wrap {
  display: flex;
  justify-content: space-between;
}
.slide__item__img {
  width: 370px;
}
.slide__item__body {
  width: calc(100% - 410px);
}
.slide__item__ttl {
  font-size: 1.625rem;
  font-weight: bold;
  margin-bottom: 20px;
  color: #0C2F9E;
}
.slide__item__txt {
  line-height: 2;
}
.slide__item__link {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.slide__item__btn {
  width: 250px;
  background-color: #0C2F9E;
  margin-right: 20px;
  margin-bottom: 20px;
  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%;
  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 {
  padding: 0 20px;
  box-sizing: border-box;
  margin: 0 auto 80px;
}
.cont--s {
  max-width: 600px;
}
.cont--m {
  max-width: 840px;
}
.cont--l {
  max-width: 1120px;
}
.txt {
  line-height: 2;
}
.link {
  color: #0C2F9E;
  text-decoration: underline!important;
}

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

/* menu */
.menu {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto 40px;
}
.menu__item {
  max-width: 520px;
  box-shadow: 0 1px 6px rgb(0,0,0,.12);
  background-color: #fff;
  margin: 0 20px 40px;
  padding-bottom: 32px;
}
.menu02 {
  flex-wrap: wrap;
  max-width: 1110px;
}
.menu02 .menu__item {
  max-width: 340px;
  margin: 0 15px 40px;
}
@media screen and (max-width: 1120px){
  .menu__item {
    max-width: calc(50% - 40px);
  }
}
.menu__img img {
  width: 100%;
}
.menu__body {
  padding: 30px 35px 26px;
}
.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: 200px;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.lv--about {
  background-image: url(../img/lv01.jpg);
}
.lv--member {
  background-image: url(../img/lv02.jpg);
}
.lv--library {
  background-image: url(../img/lv03.jpg);
}
.lv--contact {
  background-image: url(../img/lv04.jpg);
}
.lv--terms {
  background-image: url(../img/lv05.jpg);
}
.lv__txt {
  font-size: 2.25rem;
  font-weight: bold;
  color: #fff;
  letter-spacing: .05em;
  text-align: center;
}

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

/* column */
.col-1 { width: 8.33333333%; }
.col-2 { width: 16.66666667%; }
.col-3 { width: 25%; }
.col-4 { width: 33.33333333%; }
.col-5 { width: 41.66666667%; }
.col-6 { width: 50%; }
.col-7 { width: 58.33333333%; }
.col-8 { width: 66.66666667%; }
.col-9 { width: 75%; }
.col-10 { width: 83.33333333%; }
.col-11 { width: 91.66666667%; }
.col-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: 50px;
  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: 1120px;
  padding: 20px 20px 52px;
  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: 30000;
}
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.6;
  top: 0;
  left: 0;
}
a.skip:focus {
  display: block;
  width: 99.99%;
  font-size: 100%;
  line-height: 1.6;
  top: 0;
  left: 0;
}

.faq__wrap {
  border-top: 2px solid #eee;
  padding: 48px 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: 80px;
}
.news__inner {
  width: 800px;
  margin: 0 auto;
}
.news .heading01 {
  margin-bottom: 30px;
}
.news__item {
  display: flex;
  margin-bottom: 20px;
}
.news__item:last-of-type {
  margin-bottom: 0;
}
.news__tag {
  background-color: #0C2F9E;
  color: #fff;
  min-width: 120px;
  text-align: center;
  padding: 2px 0;
  font-size: 15px;
  margin-right: 20px;
}
.news__date {
  width: 120px;
  margin-right: 14px;
}
.news__ttl {
  width: calc(100% - 134px);
}

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

/* 20241202 */
.form__wrap {
  margin-top: 80px;
}
.form {
  border: 5px solid #eee;
  padding: 20px 0 80px;
}
.form__inner {
  width: 800px;
  margin: 0 auto;
}
.form__item {
  padding-top: 18px;
  margin-top: 18px;
  border-top: 2px solid #eee;
  display: flex;
}
.form__item:first-of-type {
  border-top: unset;
}
.form__item__ttl {
  width: 280px;
  position: relative;
  padding-top: 12px;
}
.form__item__ttl p {
  font-weight: bold;
  color: #0C2F9E;
}
.required {
  width: 50px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 4px;
  color: #fff;
  font-weight: bold;
  background-color: #D64667;
}
.form__item__ttl .required {
   position: absolute;
   right: 56px;
   top: 12px;
}
.form__item__body {
  width: calc(100% - 280px);
}
.form__item__body__pt10 {
  padding-top: 10px;
}
.input__m {
  border: 1px solid #aaa;
  border-radius: 6px;
  padding: 10px;
  width: 340px;
  min-height: 52px;
  box-sizing: border-box;
}
.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: 8px;
  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;
  gap: 0 40px;
  flex-direction: row-reverse;
}
.form__btn {
  background: unset;
  border: unset;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  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 .required {
  position: absolute;
  left: -106px;
  top: 42px;
}

.error_txt {
  margin-top: 12px;
  color: #D64667;
  font-weight: bold;
}
.form__error {
  border: 3px solid #D64667;
  align-items: center;
  justify-content: center;
  height: 80px;
  margin-bottom: 24px;
  color: #D64667;
  font-weight: bold;
  display: none;
}


.confirm .form__item__body {
  padding-top: 12px;
}
.confirm .form__item {
  padding-bottom: 14px;
}
.confirm .form__box__wrap .required {
  top: 32px;
}




