#pharma_content {
  z-index: 2 !important;
}
@media only screen and (max-width: 1260px) {
  #pharma_content {
    margin-top: 0;
  }
}

.crosstalk_01 {
  z-index: 0;
  position: relative;
}
.crosstalk_01 .crosstalk_title h1 img {
  vertical-align: bottom;
}
.crosstalk_01 .crosstalk_title .information {
  background-color: #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 20px 20px;
  margin-bottom: 20px;
}
.crosstalk_01 .crosstalk_title .information p.num {
  font-size: 0.75rem;
  text-align: right;
  line-height: 1.5;
}
.crosstalk_01 .crosstalk_title .information p.read {
  font-size: 1rem;
  line-height: 2;
  margin-top: 25px;
}
.crosstalk_01 .crosstalk_title .information .link {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.crosstalk_01 .crosstalk_title .information .link a {
  width: 49%;
  background: #083a66;
  background: linear-gradient(142deg, rgb(8, 58, 102) 0%, rgb(10, 78, 136) 100%);
  padding: 20px;
  color: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.3s;
}
.crosstalk_01 .crosstalk_title .information .link a .no {
  font-family: "Roboto condensed";
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 2px;
  line-height: 1;
}
.crosstalk_01 .crosstalk_title .information .link a .no::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  margin: 10px 0;
}
.crosstalk_01 .crosstalk_title .information .link a .cursor {
  background: #fff;
  display: block;
  text-align: center;
  color: #094477;
  margin-top: 10px;
  border-radius: 30px;
}
.crosstalk_01 .crosstalk_title .information .link a.key::after {
  content: "";
  background: url("/med/pharma/crosstalk/img/icn_key.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 18px;
  height: 26px;
}
.crosstalk_01 .crosstalk_title .information .link a:hover {
  opacity: 0.9;
}
@media only screen and (max-width: 767px) {
  .crosstalk_01 .crosstalk_title .information {
    padding: 10px;
    margin-bottom: 10px;
  }
  .crosstalk_01 .crosstalk_title .information p.read {
    font-size: 0.875rem;
    margin-top: 15px;
  }
  .crosstalk_01 .crosstalk_title .information .link {
    margin-top: 10px;
    display: block;
  }
  .crosstalk_01 .crosstalk_title .information .link a {
    margin-top: 5px;
    width: 100%;
    padding: 15px;
    font-size: 0.875rem;
  }
  .crosstalk_01 .crosstalk_title .information .link a .no {
    font-size: 1rem;
  }
  .crosstalk_01 .crosstalk_title .information .link a .cursor {
    margin-top: 5px;
  }
  .crosstalk_01 .crosstalk_title .information .link a.key::after {
    right: 10px;
    top: 10px;
  }
  .crosstalk_01 .crosstalk_title .information .link a:hover {
    opacity: 0.9;
  }
}
.crosstalk_01 .crosstalk_main {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 20px;
  margin-bottom: 20px;
}
.crosstalk_01 .crosstalk_main h2 {
  border-left: 5px solid #083a66;
  padding: 5px 10px;
  margin-bottom: 25px;
}
.crosstalk_01 .crosstalk_main h2 .no {
  font-family: "Roboto condensed";
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 1;
  display: block;
  color: #083a66;
}
.crosstalk_01 .crosstalk_main h2 .no::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #083a66;
  margin: 10px 0;
}
.crosstalk_01 .crosstalk_main h2 .txt {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.3;
  display: block;
  color: #083a66;
}
.crosstalk_01 .crosstalk_main h3 {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.3;
  display: block;
  color: #083a66;
  margin-bottom: 20px;
  border-bottom: 1px solid #083a66;
  padding-bottom: 5px;
}
.crosstalk_01 .crosstalk_main p {
  margin-bottom: 30px;
  line-height: 2;
  clear: both;
}
.crosstalk_01 .crosstalk_main p + h3 {
  padding-top: 15px;
}
.crosstalk_01 .crosstalk_main p:last-child {
  margin-bottom: 0;
}
.crosstalk_01 .crosstalk_main p .dr {
  position: relative;
  display: inline-block;
  width: 94px;
  padding-right: 7px;
  box-sizing: border-box;
  height: 24px;
  background: #333;
  color: #fff;
  margin-right: 0;
  line-height: 24px;
  text-align: center;
  font-size: 0.875rem;
  transform: translateY(-2px);
  border-radius: 0 2px 2px 0;
  white-space: nowrap;
}
.crosstalk_01 .crosstalk_main p .dr.imai {
  background: url("/med/pharma/crosstalk/img/cursor_01.svg") no-repeat;
  background-size: contain;
}
.crosstalk_01 .crosstalk_main p .dr.maeda {
  background: url("/med/pharma/crosstalk/img/cursor_02.svg") no-repeat;
  background-size: contain;
}
.crosstalk_01 .crosstalk_main p .dr.zamami {
  background: url("/med/pharma/crosstalk/img/cursor_03.svg") no-repeat;
  background-size: contain;
}
.crosstalk_01 .crosstalk_main p .imgright {
  float: right;
  margin: 0 0 30px 30px;
}
.crosstalk_01 .crosstalk_main p.num {
  font-size: 0.75rem;
  text-align: right;
  line-height: 1.5;
}
.crosstalk_01 .crosstalk_main .img {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 30px;
}
.crosstalk_01 .crosstalk_main .img a {
  display: inline-block;
  border: 1px solid #ccc;
}
.crosstalk_01 .crosstalk_main .img img {
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
}
.crosstalk_01 .crosstalk_main .img .caption {
  display: block;
  font-size: 0.8rem;
  margin-top: 5px;
  text-align: right;
}
.crosstalk_01 .crosstalk_main .img + h3 {
  padding-top: 15px;
}
.crosstalk_01 .crosstalk_main .bottom_link {
  margin-top: 25px;
}
.crosstalk_01 .crosstalk_main .bottom_link a {
  width: 100%;
  background: #083a66;
  background: linear-gradient(142deg, rgb(8, 58, 102) 0%, rgb(10, 78, 136) 100%);
  padding: 20px;
  color: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.3s;
}
.crosstalk_01 .crosstalk_main .bottom_link a p {
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
}
.crosstalk_01 .crosstalk_main .bottom_link a .no {
  font-family: "Roboto condensed";
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 2px;
  line-height: 1;
}
.crosstalk_01 .crosstalk_main .bottom_link a .no::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  margin: 10px 0;
}
.crosstalk_01 .crosstalk_main .bottom_link a .cursor {
  background: #fff;
  display: block;
  text-align: center;
  color: #094477;
  margin-top: 10px;
  border-radius: 30px;
}
.crosstalk_01 .crosstalk_main .bottom_link a.key::after {
  content: "";
  background: url("/med/pharma/crosstalk/img/icn_key.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 18px;
  height: 26px;
}
.crosstalk_01 .crosstalk_main .bottom_link a:hover {
  opacity: 0.8;
}
.crosstalk_01 .crosstalk_main .profile ul li {
  background-color: #e8eff5;
  padding: 15px;
}
.crosstalk_01 .crosstalk_main .profile ul li .profile_content {
  overflow: hidden;
  transition: line-height 0.4s ease-out 0s, padding 0.4s ease-out 0s, opacity 0.6s 0.3s;
  line-height: 0;
  border-top: none;
  opacity: 0;
  padding: 0 15px;
  background: #fff;
}
.crosstalk_01 .crosstalk_main .profile ul li input[type=checkbox] {
  display: none;
}
.crosstalk_01 .crosstalk_main .profile ul li input[type=checkbox]:checked + .profile + .profile_content {
  line-height: 2;
  opacity: 1;
  padding: 15px;
}
.crosstalk_01 .crosstalk_main .profile ul li input[type=checkbox]:checked + .profile {
  margin-bottom: 10px;
}
.crosstalk_01 .crosstalk_main .profile ul li input[type=checkbox]:checked + .profile::before {
  transform: rotate(-90deg);
}
.crosstalk_01 .crosstalk_main .profile ul li label.profile {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.crosstalk_01 .crosstalk_main .profile ul li label.profile::before {
  display: block;
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
  transition: all 0.4s ease-out;
  transform-origin: 3px 6px;
  transform: rotate(90deg);
}
.crosstalk_01 .crosstalk_main .profile ul li label.profile .photo {
  width: 100px;
}
.crosstalk_01 .crosstalk_main .profile ul li label.profile .photo img {
  vertical-align: bottom;
}
.crosstalk_01 .crosstalk_main .profile ul li label.profile .txt {
  width: calc(100% - 350px);
  color: #083a66;
  padding-left: 15px;
  font-size: 0.875rem;
}
.crosstalk_01 .crosstalk_main .profile ul li label.profile .txt strong {
  font-size: 150%;
}
.crosstalk_01 .crosstalk_main .profile ul li label.profile .open {
  width: 250px;
  background-color: #083a66;
  color: #fff;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  text-align: center;
  font-size: 0.875rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.crosstalk_01 .crosstalk_main .profile ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .crosstalk_01 .crosstalk_main {
    padding: 10px;
    margin-bottom: 10px;
  }
  .crosstalk_01 .crosstalk_main h2 {
    padding: 5px 10px;
    margin-bottom: 20px;
  }
  .crosstalk_01 .crosstalk_main h2 .no {
    font-size: 1rem;
  }
  .crosstalk_01 .crosstalk_main h2 .txt {
    font-weight: bold;
    font-size: 1rem;
  }
  .crosstalk_01 .crosstalk_main h3 {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .crosstalk_01 .crosstalk_main p {
    margin-bottom: 20px;
    font-size: 0.875rem;
  }
  .crosstalk_01 .crosstalk_main p + h3 {
    padding-top: 10px;
  }
  .crosstalk_01 .crosstalk_main p .dr {
    width: 78px;
    height: 20px;
    line-height: 20px;
    font-size: 0.75rem;
    transform: translateY(-1px);
  }
  .crosstalk_01 .crosstalk_main p .dr::after {
    right: -19px;
    border-left: 10px solid;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .crosstalk_01 .crosstalk_main p .imgright {
    float: none;
    margin: 0 auto 20px;
    display: block;
  }
  .crosstalk_01 .crosstalk_main .img {
    margin-bottom: 20px;
    text-align: center;
  }
  .crosstalk_01 .crosstalk_main .img + h3 {
    padding-top: 10px;
  }
  .crosstalk_01 .crosstalk_main .bottom_link {
    margin-top: 15px;
  }
  .crosstalk_01 .crosstalk_main .bottom_link a {
    padding: 15px;
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .crosstalk_01 .crosstalk_main .bottom_link a p {
    font-size: 0.875rem;
  }
  .crosstalk_01 .crosstalk_main .bottom_link a .no {
    font-family: "Roboto condensed";
    font-weight: 700;
    font-size: 1rem;
  }
  .crosstalk_01 .crosstalk_main .bottom_link a .cursor {
    margin-top: 5px;
  }
  .crosstalk_01 .crosstalk_main .bottom_link a.key::after {
    right: 10px;
    top: 10px;
  }
  .crosstalk_01 .crosstalk_main .profile ul li {
    background-color: #e8eff5;
    padding: 10px;
  }
  .crosstalk_01 .crosstalk_main .profile ul li .profile_content {
    padding: 0 10px;
    font-size: 0.875rem;
  }
  .crosstalk_01 .crosstalk_main .profile ul li input[type=checkbox]:checked + .profile + .profile_content {
    padding: 10px;
  }
  .crosstalk_01 .crosstalk_main .profile ul li label.profile {
    flex-wrap: wrap;
  }
  .crosstalk_01 .crosstalk_main .profile ul li label.profile::before {
    top: auto;
    bottom: 9px;
    right: 5px;
  }
  .crosstalk_01 .crosstalk_main .profile ul li label.profile .photo {
    width: 80px;
  }
  .crosstalk_01 .crosstalk_main .profile ul li label.profile .txt {
    width: calc(100% - 90px);
    padding-left: 10px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .crosstalk_01 .crosstalk_main .profile ul li label.profile .txt strong {
    font-size: 125%;
  }
  .crosstalk_01 .crosstalk_main .profile ul li label.profile .open {
    margin-top: 10px;
    width: 100%;
    height: 30px;
    font-size: 0.75rem;
  }
  .crosstalk_01 .crosstalk_main .profile ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}
.crosstalk_01 .regist {
  background: url("/med/pharma/crosstalk/img/icn_key.png") no-repeat;
  background-position: left center;
  margin-top: 15px;
  padding-left: 48px;
  padding-top: 1px;
  padding-bottom: 1px;
  line-height: 1.8;
  margin-left: 51%;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .crosstalk_01 .regist {
    margin-top: 10px;
    line-height: 1.5;
    font-size: 0.875rem;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.crosstalk_01 .regist.bottom {
  margin-left: 0;
}

.crosstalk_02 {
  z-index: 0;
  position: relative;
}
.crosstalk_02 .crosstalk_title h1 img {
  vertical-align: bottom;
}
.crosstalk_02 .crosstalk_title .information {
  background-color: #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 20px 20px;
  margin-bottom: 20px;
}
.crosstalk_02 .crosstalk_title .information p.num {
  font-size: 0.75rem;
  text-align: right;
  line-height: 1.5;
}
.crosstalk_02 .crosstalk_title .information p.read {
  font-size: 1rem;
  line-height: 2;
  margin-top: 25px;
}
.crosstalk_02 .crosstalk_title .information .link {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.crosstalk_02 .crosstalk_title .information .link a {
  width: 49%;
  background: #083a66;
  background: linear-gradient(142deg, rgb(8, 58, 102) 0%, rgb(10, 78, 136) 100%);
  padding: 20px;
  color: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.3s;
}
.crosstalk_02 .crosstalk_title .information .link a .no {
  font-family: "Roboto condensed";
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 2px;
  line-height: 1;
}
.crosstalk_02 .crosstalk_title .information .link a .no::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  margin: 10px 0;
}
.crosstalk_02 .crosstalk_title .information .link a .cursor {
  background: #fff;
  display: block;
  text-align: center;
  color: #094477;
  margin-top: 10px;
  border-radius: 30px;
}
.crosstalk_02 .crosstalk_title .information .link a.key::after {
  content: "";
  background: url("/med/pharma/crosstalk/img/icn_key.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 18px;
  height: 26px;
}
.crosstalk_02 .crosstalk_title .information .link a:hover {
  opacity: 0.9;
}
@media only screen and (max-width: 767px) {
  .crosstalk_02 .crosstalk_title .information {
    padding: 10px;
    margin-bottom: 10px;
  }
  .crosstalk_02 .crosstalk_title .information p.read {
    font-size: 0.875rem;
    margin-top: 15px;
  }
  .crosstalk_02 .crosstalk_title .information .link {
    margin-top: 10px;
    display: block;
  }
  .crosstalk_02 .crosstalk_title .information .link a {
    margin-top: 5px;
    width: 100%;
    padding: 15px;
    font-size: 0.875rem;
  }
  .crosstalk_02 .crosstalk_title .information .link a .no {
    font-size: 1rem;
  }
  .crosstalk_02 .crosstalk_title .information .link a .cursor {
    margin-top: 5px;
  }
  .crosstalk_02 .crosstalk_title .information .link a.key::after {
    right: 10px;
    top: 10px;
  }
  .crosstalk_02 .crosstalk_title .information .link a:hover {
    opacity: 0.9;
  }
}
.crosstalk_02 .crosstalk_main {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 20px;
  margin-bottom: 20px;
}
.crosstalk_02 .crosstalk_main h2 {
  border-left: 5px solid #083a66;
  padding: 5px 10px;
  margin-bottom: 25px;
}
.crosstalk_02 .crosstalk_main h2 .no {
  font-family: "Roboto condensed";
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 1;
  display: block;
  color: #083a66;
}
.crosstalk_02 .crosstalk_main h2 .no::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #083a66;
  margin: 10px 0;
}
.crosstalk_02 .crosstalk_main h2 .txt {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.3;
  display: block;
  color: #083a66;
}
.crosstalk_02 .crosstalk_main h3 {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.3;
  display: block;
  color: #083a66;
  margin-bottom: 20px;
  border-bottom: 1px solid #083a66;
  padding-bottom: 5px;
}
.crosstalk_02 .crosstalk_main p {
  margin-bottom: 30px;
  line-height: 2;
  clear: both;
}
.crosstalk_02 .crosstalk_main p + h3 {
  padding-top: 15px;
}
.crosstalk_02 .crosstalk_main p:last-child {
  margin-bottom: 0;
}
.crosstalk_02 .crosstalk_main p .dr {
  position: relative;
  display: inline-block;
  width: 94px;
  padding-right: 7px;
  box-sizing: border-box;
  height: 24px;
  background: #333;
  color: #fff;
  margin-right: 0;
  line-height: 24px;
  text-align: center;
  font-size: 0.875rem;
  transform: translateY(-2px);
  border-radius: 0 2px 2px 0;
  white-space: nowrap;
}
.crosstalk_02 .crosstalk_main p .dr.imai {
  background: url("/med/pharma/crosstalk/img/cursor_01.svg") no-repeat;
  background-size: contain;
}
.crosstalk_02 .crosstalk_main p .dr.saito {
  background: url("/med/pharma/crosstalk/img/cursor_02.svg") no-repeat;
  background-size: contain;
}
.crosstalk_02 .crosstalk_main p .dr.kawashima {
  background: url("/med/pharma/crosstalk/img/cursor_03.svg") no-repeat;
  background-size: contain;
}
.crosstalk_02 .crosstalk_main p .imgright {
  float: right;
  margin: 0 0 30px 30px;
}
.crosstalk_02 .crosstalk_main small {
  display: block;
  margin-bottom: 30px;
  font-size: 0.8rem;
  line-height: 1.5;
  position: relative;
  padding-left: 30px;
}
.crosstalk_02 .crosstalk_main small span {
  position: absolute;
  left: 0;
  top: 0;
}
.crosstalk_02 .crosstalk_main .img {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 30px;
}
.crosstalk_02 .crosstalk_main .img a {
  display: inline-block;
  border: 1px solid #ccc;
}
.crosstalk_02 .crosstalk_main .img img {
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
}
.crosstalk_02 .crosstalk_main .img .caption {
  display: block;
  font-size: 0.8rem;
  margin-top: 5px;
  text-align: right;
}
.crosstalk_02 .crosstalk_main .img + h3 {
  padding-top: 15px;
}
.crosstalk_02 .crosstalk_main .bottom_link {
  margin-top: 25px;
}
.crosstalk_02 .crosstalk_main .bottom_link a {
  width: 100%;
  background: #083a66;
  background: linear-gradient(142deg, rgb(8, 58, 102) 0%, rgb(10, 78, 136) 100%);
  padding: 20px;
  color: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.3s;
}
.crosstalk_02 .crosstalk_main .bottom_link a p {
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
}
.crosstalk_02 .crosstalk_main .bottom_link a .no {
  font-family: "Roboto condensed";
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 2px;
  line-height: 1;
}
.crosstalk_02 .crosstalk_main .bottom_link a .no::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  margin: 10px 0;
}
.crosstalk_02 .crosstalk_main .bottom_link a .cursor {
  background: #fff;
  display: block;
  text-align: center;
  color: #094477;
  margin-top: 10px;
  border-radius: 30px;
}
.crosstalk_02 .crosstalk_main .bottom_link a.key::after {
  content: "";
  background: url("/med/pharma/crosstalk/img/icn_key.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 18px;
  height: 26px;
}
.crosstalk_02 .crosstalk_main .bottom_link a:hover {
  opacity: 0.8;
}
.crosstalk_02 .crosstalk_main .profile ul li {
  background-color: #e8eff5;
  padding: 15px;
}
.crosstalk_02 .crosstalk_main .profile ul li .profile_content {
  overflow: hidden;
  transition: line-height 0.4s ease-out 0s, padding 0.4s ease-out 0s, opacity 0.6s 0.3s;
  line-height: 0;
  border-top: none;
  opacity: 0;
  padding: 0 15px;
  background: #fff;
}
.crosstalk_02 .crosstalk_main .profile ul li input[type=checkbox] {
  display: none;
}
.crosstalk_02 .crosstalk_main .profile ul li input[type=checkbox]:checked + .profile + .profile_content {
  line-height: 2;
  opacity: 1;
  padding: 15px;
}
.crosstalk_02 .crosstalk_main .profile ul li input[type=checkbox]:checked + .profile {
  margin-bottom: 10px;
}
.crosstalk_02 .crosstalk_main .profile ul li input[type=checkbox]:checked + .profile::before {
  transform: rotate(-90deg);
}
.crosstalk_02 .crosstalk_main .profile ul li label.profile {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.crosstalk_02 .crosstalk_main .profile ul li label.profile::before {
  display: block;
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
  transition: all 0.4s ease-out;
  transform-origin: 3px 6px;
  transform: rotate(90deg);
}
.crosstalk_02 .crosstalk_main .profile ul li label.profile .photo {
  width: 100px;
}
.crosstalk_02 .crosstalk_main .profile ul li label.profile .photo img {
  vertical-align: bottom;
}
.crosstalk_02 .crosstalk_main .profile ul li label.profile .txt {
  width: calc(100% - 350px);
  color: #083a66;
  padding-left: 15px;
  font-size: 0.875rem;
}
.crosstalk_02 .crosstalk_main .profile ul li label.profile .txt strong {
  font-size: 150%;
}
.crosstalk_02 .crosstalk_main .profile ul li label.profile .open {
  width: 250px;
  background-color: #083a66;
  color: #fff;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  text-align: center;
  font-size: 0.875rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.crosstalk_02 .crosstalk_main .profile ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .crosstalk_02 .crosstalk_main {
    padding: 10px;
    margin-bottom: 10px;
  }
  .crosstalk_02 .crosstalk_main h2 {
    padding: 5px 10px;
    margin-bottom: 20px;
  }
  .crosstalk_02 .crosstalk_main h2 .no {
    font-size: 1rem;
  }
  .crosstalk_02 .crosstalk_main h2 .txt {
    font-weight: bold;
    font-size: 1rem;
  }
  .crosstalk_02 .crosstalk_main h3 {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .crosstalk_02 .crosstalk_main p {
    margin-bottom: 20px;
    font-size: 0.875rem;
  }
  .crosstalk_02 .crosstalk_main p + h3 {
    padding-top: 10px;
  }
  .crosstalk_02 .crosstalk_main p .dr {
    width: 78px;
    height: 20px;
    line-height: 20px;
    font-size: 0.75rem;
    transform: translateY(-1px);
  }
  .crosstalk_02 .crosstalk_main p .dr::after {
    right: -19px;
    border-left: 10px solid;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .crosstalk_02 .crosstalk_main p .imgright {
    float: none;
    margin: 20px auto;
    display: block;
  }
  .crosstalk_02 .crosstalk_main .img {
    margin-bottom: 20px;
    text-align: center;
  }
  .crosstalk_02 .crosstalk_main .img + h3 {
    padding-top: 10px;
  }
  .crosstalk_02 .crosstalk_main .bottom_link {
    margin-top: 15px;
  }
  .crosstalk_02 .crosstalk_main .bottom_link a {
    padding: 15px;
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .crosstalk_02 .crosstalk_main .bottom_link a p {
    font-size: 0.875rem;
  }
  .crosstalk_02 .crosstalk_main .bottom_link a .no {
    font-family: "Roboto condensed";
    font-weight: 700;
    font-size: 1rem;
  }
  .crosstalk_02 .crosstalk_main .bottom_link a .cursor {
    margin-top: 5px;
  }
  .crosstalk_02 .crosstalk_main .bottom_link a.key::after {
    right: 10px;
    top: 10px;
  }
  .crosstalk_02 .crosstalk_main .profile ul li {
    background-color: #e8eff5;
    padding: 10px;
  }
  .crosstalk_02 .crosstalk_main .profile ul li .profile_content {
    padding: 0 10px;
    font-size: 0.875rem;
  }
  .crosstalk_02 .crosstalk_main .profile ul li input[type=checkbox]:checked + .profile + .profile_content {
    padding: 10px;
  }
  .crosstalk_02 .crosstalk_main .profile ul li label.profile {
    flex-wrap: wrap;
  }
  .crosstalk_02 .crosstalk_main .profile ul li label.profile::before {
    top: auto;
    bottom: 9px;
    right: 5px;
  }
  .crosstalk_02 .crosstalk_main .profile ul li label.profile .photo {
    width: 80px;
  }
  .crosstalk_02 .crosstalk_main .profile ul li label.profile .txt {
    width: calc(100% - 90px);
    padding-left: 10px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .crosstalk_02 .crosstalk_main .profile ul li label.profile .txt strong {
    font-size: 125%;
  }
  .crosstalk_02 .crosstalk_main .profile ul li label.profile .open {
    margin-top: 10px;
    width: 100%;
    height: 30px;
    font-size: 0.75rem;
  }
  .crosstalk_02 .crosstalk_main .profile ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}
.crosstalk_02 .regist {
  background: url("/med/pharma/crosstalk/img/icn_key.png") no-repeat;
  background-position: left center;
  margin-top: 15px;
  padding-left: 48px;
  padding-top: 1px;
  padding-bottom: 1px;
  line-height: 1.8;
  margin-left: 51%;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .crosstalk_02 .regist {
    margin-top: 10px;
    line-height: 1.5;
    font-size: 0.875rem;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.crosstalk_02 .regist.bottom {
  margin-left: 0;
}

.crosstalk_03 {
  z-index: 0;
  position: relative;
}
.crosstalk_03 .crosstalk_title h1 {
  text-align: center;
}
.crosstalk_03 .crosstalk_title h1 img {
  vertical-align: bottom;
}
.crosstalk_03 .crosstalk_title .information {
  background-color: #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 20px 20px;
  margin-bottom: 20px;
}
.crosstalk_03 .crosstalk_title .information p.num {
  font-size: 0.75rem;
  text-align: right;
  line-height: 1.5;
}
.crosstalk_03 .crosstalk_title .information p.read {
  font-size: 1rem;
  line-height: 2;
  margin-top: 25px;
}
.crosstalk_03 .crosstalk_title .information p.read + p.read {
  margin-top: 15px;
}
.crosstalk_03 .crosstalk_title .information .link {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.crosstalk_03 .crosstalk_title .information .link a {
  width: 49%;
  background: #083a66;
  background: linear-gradient(142deg, rgb(8, 58, 102) 0%, rgb(10, 78, 136) 100%);
  padding: 20px;
  color: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.3s;
}
.crosstalk_03 .crosstalk_title .information .link a .no {
  font-family: "Roboto condensed";
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 2px;
  line-height: 1;
}
.crosstalk_03 .crosstalk_title .information .link a .no::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  margin: 10px 0;
}
.crosstalk_03 .crosstalk_title .information .link a .cursor {
  background: #fff;
  display: block;
  text-align: center;
  color: #094477;
  margin-top: 10px;
  border-radius: 30px;
}
.crosstalk_03 .crosstalk_title .information .link a.key::after {
  content: "";
  background: url("/med/pharma/crosstalk/img/icn_key.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 18px;
  height: 26px;
}
.crosstalk_03 .crosstalk_title .information .link a:hover {
  opacity: 0.9;
}
@media only screen and (max-width: 767px) {
  .crosstalk_03 .crosstalk_title .information {
    padding: 10px;
    margin-bottom: 10px;
  }
  .crosstalk_03 .crosstalk_title .information p.read {
    font-size: 0.875rem;
    margin-top: 15px;
  }
  .crosstalk_03 .crosstalk_title .information .link {
    margin-top: 10px;
    display: block;
  }
  .crosstalk_03 .crosstalk_title .information .link a {
    margin-top: 5px;
    width: 100%;
    padding: 15px;
    font-size: 0.875rem;
  }
  .crosstalk_03 .crosstalk_title .information .link a .no {
    font-size: 1rem;
  }
  .crosstalk_03 .crosstalk_title .information .link a .cursor {
    margin-top: 5px;
  }
  .crosstalk_03 .crosstalk_title .information .link a.key::after {
    right: 10px;
    top: 10px;
  }
  .crosstalk_03 .crosstalk_title .information .link a:hover {
    opacity: 0.9;
  }
}
.crosstalk_03 .crosstalk_main {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 20px;
  margin-bottom: 20px;
}
.crosstalk_03 .crosstalk_main h2 {
  border-left: 5px solid #083a66;
  padding: 5px 10px;
  margin-bottom: 25px;
}
.crosstalk_03 .crosstalk_main h2 .no {
  font-family: "Roboto condensed";
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 1;
  display: block;
  color: #083a66;
}
.crosstalk_03 .crosstalk_main h2 .no::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #083a66;
  margin: 10px 0;
}
.crosstalk_03 .crosstalk_main h2 .txt {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.3;
  display: block;
  color: #083a66;
}
.crosstalk_03 .crosstalk_main h3 {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.3;
  display: block;
  color: #083a66;
  margin-bottom: 20px;
  border-bottom: 1px solid #083a66;
  padding-bottom: 5px;
}
.crosstalk_03 .crosstalk_main p {
  margin-bottom: 30px;
  line-height: 2;
  clear: both;
}
.crosstalk_03 .crosstalk_main p + h3 {
  padding-top: 15px;
}
.crosstalk_03 .crosstalk_main p:last-child {
  margin-bottom: 0;
}
.crosstalk_03 .crosstalk_main p .dr {
  position: relative;
  display: inline-block;
  width: 94px;
  padding-right: 7px;
  box-sizing: border-box;
  height: 24px;
  background: #333;
  color: #fff;
  margin-right: 0;
  line-height: 24px;
  text-align: center;
  font-size: 0.875rem;
  transform: translateY(-2px);
  border-radius: 0 2px 2px 0;
  white-space: nowrap;
}
@media print {
  .crosstalk_03 .crosstalk_main p .dr {
    width: auto;
  }
}
.crosstalk_03 .crosstalk_main p .dr.maeda {
  background: url("/med/pharma/crosstalk/img/cursor_01.svg") no-repeat;
  background-size: contain;
}
@media print {
  .crosstalk_03 .crosstalk_main p .dr.maeda {
    background: none;
    color: #ee625c;
    font-weight: bold;
  }
}
.crosstalk_03 .crosstalk_main p .dr.yoshihiro {
  background: url("/med/pharma/crosstalk/img/cursor_02.svg") no-repeat;
  background-size: contain;
}
@media print {
  .crosstalk_03 .crosstalk_main p .dr.yoshihiro {
    background: none;
    color: #4aa881;
    font-weight: bold;
  }
}
.crosstalk_03 .crosstalk_main p .dr.nishida {
  background: url("/med/pharma/crosstalk/img/cursor_03.svg") no-repeat;
  background-size: contain;
}
@media print {
  .crosstalk_03 .crosstalk_main p .dr.nishida {
    background: none;
    color: #f29242;
    font-weight: bold;
  }
}
.crosstalk_03 .crosstalk_main p .imgright {
  float: right;
  margin: 10px 0 20px 30px;
}
.crosstalk_03 .crosstalk_main small {
  display: block;
  font-size: 0.8rem;
  line-height: 1.5;
  padding-top: 10px;
}
.crosstalk_03 .crosstalk_main .frame small {
  padding-bottom: 5px;
}
.crosstalk_03 .crosstalk_main .frame small a {
  word-break: break-all;
}
.crosstalk_03 .crosstalk_main .frame .inner {
  border: 1px solid #ccc;
  padding: 20px;
}
.crosstalk_03 .crosstalk_main .frame .inner p {
  line-height: 1.8;
  padding-bottom: 0;
  margin-bottom: 0;
}
.crosstalk_03 .crosstalk_main .frame .inner ol li {
  position: relative;
  margin: 5px 0;
  padding-left: 30px;
  font-size: 1rem;
}
.crosstalk_03 .crosstalk_main .frame .inner ol li span {
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .crosstalk_03 .crosstalk_main .frame .inner {
    padding: 15px;
  }
  .crosstalk_03 .crosstalk_main .frame .inner ol li {
    font-size: 0.875rem;
  }
}
.crosstalk_03 .crosstalk_main .img {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 30px;
}
.crosstalk_03 .crosstalk_main .img a {
  display: inline-block;
  border: 1px solid #ccc;
}
.crosstalk_03 .crosstalk_main .img img {
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
}
.crosstalk_03 .crosstalk_main .img .caption {
  display: block;
  font-size: 0.8rem;
  margin-top: 5px;
  text-align: right;
}
.crosstalk_03 .crosstalk_main .img + h3 {
  padding-top: 15px;
}
.crosstalk_03 .crosstalk_main .bottom_link {
  margin-top: 25px;
}
.crosstalk_03 .crosstalk_main .bottom_link a {
  width: 100%;
  background: #083a66;
  background: linear-gradient(142deg, rgb(8, 58, 102) 0%, rgb(10, 78, 136) 100%);
  padding: 20px;
  color: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.3s;
}
.crosstalk_03 .crosstalk_main .bottom_link a p {
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
}
.crosstalk_03 .crosstalk_main .bottom_link a .no {
  font-family: "Roboto condensed";
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 2px;
  line-height: 1;
}
.crosstalk_03 .crosstalk_main .bottom_link a .no::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  margin: 10px 0;
}
.crosstalk_03 .crosstalk_main .bottom_link a .cursor {
  background: #fff;
  display: block;
  text-align: center;
  color: #094477;
  margin-top: 10px;
  border-radius: 30px;
}
.crosstalk_03 .crosstalk_main .bottom_link a.key::after {
  content: "";
  background: url("/med/pharma/crosstalk/img/icn_key.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 18px;
  height: 26px;
}
.crosstalk_03 .crosstalk_main .bottom_link a:hover {
  opacity: 0.8;
}
.crosstalk_03 .crosstalk_main .profile ul li {
  background-color: #e8eff5;
  padding: 15px;
}
.crosstalk_03 .crosstalk_main .profile ul li .profile_content {
  overflow: hidden;
  transition: line-height 0.4s ease-out 0s, padding 0.4s ease-out 0s, opacity 0.6s 0.3s;
  line-height: 0;
  border-top: none;
  opacity: 0;
  padding: 0 15px;
  background: #fff;
}
@media print {
  .crosstalk_03 .crosstalk_main .profile ul li .profile_content {
    line-height: auto;
    opacity: 1;
    overflow: visible;
    line-height: 1.5;
    padding: 10px 0;
  }
}
.crosstalk_03 .crosstalk_main .profile ul li input[type=checkbox] {
  display: none;
}
.crosstalk_03 .crosstalk_main .profile ul li input[type=checkbox]:checked + .profile + .profile_content {
  line-height: 2;
  opacity: 1;
  padding: 15px;
}
.crosstalk_03 .crosstalk_main .profile ul li input[type=checkbox]:checked + .profile {
  margin-bottom: 10px;
}
.crosstalk_03 .crosstalk_main .profile ul li input[type=checkbox]:checked + .profile::before {
  transform: rotate(-90deg);
}
.crosstalk_03 .crosstalk_main .profile ul li label.profile {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.crosstalk_03 .crosstalk_main .profile ul li label.profile::before {
  display: block;
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
  transition: all 0.4s ease-out;
  transform-origin: 3px 6px;
  transform: rotate(90deg);
}
.crosstalk_03 .crosstalk_main .profile ul li label.profile .photo {
  width: 100px;
}
.crosstalk_03 .crosstalk_main .profile ul li label.profile .photo img {
  vertical-align: bottom;
}
.crosstalk_03 .crosstalk_main .profile ul li label.profile .txt {
  width: calc(100% - 350px);
  color: #083a66;
  padding-left: 15px;
  font-size: 0.875rem;
}
.crosstalk_03 .crosstalk_main .profile ul li label.profile .txt strong {
  font-size: 150%;
}
.crosstalk_03 .crosstalk_main .profile ul li label.profile .open {
  width: 250px;
  background-color: #083a66;
  color: #fff;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  text-align: center;
  font-size: 0.875rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media print {
  .crosstalk_03 .crosstalk_main .profile ul li label.profile .open {
    opacity: 0;
  }
}
.crosstalk_03 .crosstalk_main .profile ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .crosstalk_03 .crosstalk_main {
    padding: 10px;
    margin-bottom: 10px;
  }
  .crosstalk_03 .crosstalk_main h2 {
    padding: 5px 10px;
    margin-bottom: 20px;
  }
  .crosstalk_03 .crosstalk_main h2 .no {
    font-size: 1rem;
  }
  .crosstalk_03 .crosstalk_main h2 .txt {
    font-weight: bold;
    font-size: 1rem;
  }
  .crosstalk_03 .crosstalk_main h3 {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .crosstalk_03 .crosstalk_main p {
    margin-bottom: 20px;
    font-size: 0.875rem;
  }
  .crosstalk_03 .crosstalk_main p + h3 {
    padding-top: 10px;
  }
  .crosstalk_03 .crosstalk_main p .dr {
    width: 78px;
    height: 20px;
    line-height: 20px;
    font-size: 0.75rem;
    transform: translateY(-1px);
  }
  .crosstalk_03 .crosstalk_main p .dr::after {
    right: -19px;
    border-left: 10px solid;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .crosstalk_03 .crosstalk_main p .imgright {
    float: none;
    margin: 20px auto;
    display: block;
  }
  .crosstalk_03 .crosstalk_main .img {
    margin-bottom: 20px;
    text-align: center;
  }
  .crosstalk_03 .crosstalk_main .img + h3 {
    padding-top: 10px;
  }
  .crosstalk_03 .crosstalk_main .bottom_link {
    margin-top: 15px;
  }
  .crosstalk_03 .crosstalk_main .bottom_link a {
    padding: 15px;
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .crosstalk_03 .crosstalk_main .bottom_link a p {
    font-size: 0.875rem;
  }
  .crosstalk_03 .crosstalk_main .bottom_link a .no {
    font-family: "Roboto condensed";
    font-weight: 700;
    font-size: 1rem;
  }
  .crosstalk_03 .crosstalk_main .bottom_link a .cursor {
    margin-top: 5px;
  }
  .crosstalk_03 .crosstalk_main .bottom_link a.key::after {
    right: 10px;
    top: 10px;
  }
  .crosstalk_03 .crosstalk_main .profile ul li {
    background-color: #e8eff5;
    padding: 10px;
  }
  .crosstalk_03 .crosstalk_main .profile ul li .profile_content {
    padding: 0 10px;
    font-size: 0.875rem;
  }
  .crosstalk_03 .crosstalk_main .profile ul li input[type=checkbox]:checked + .profile + .profile_content {
    padding: 10px;
  }
  .crosstalk_03 .crosstalk_main .profile ul li label.profile {
    flex-wrap: wrap;
  }
  .crosstalk_03 .crosstalk_main .profile ul li label.profile::before {
    top: auto;
    bottom: 9px;
    right: 5px;
  }
  .crosstalk_03 .crosstalk_main .profile ul li label.profile .photo {
    width: 80px;
  }
  .crosstalk_03 .crosstalk_main .profile ul li label.profile .txt {
    width: calc(100% - 90px);
    padding-left: 10px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .crosstalk_03 .crosstalk_main .profile ul li label.profile .txt strong {
    font-size: 125%;
  }
  .crosstalk_03 .crosstalk_main .profile ul li label.profile .open {
    margin-top: 10px;
    width: 100%;
    height: 30px;
    font-size: 0.75rem;
  }
  .crosstalk_03 .crosstalk_main .profile ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}
.crosstalk_03 .regist {
  background: url("/med/pharma/crosstalk/img/icn_key.png") no-repeat;
  background-position: left center;
  margin-top: 15px;
  padding-left: 48px;
  padding-top: 1px;
  padding-bottom: 1px;
  line-height: 1.8;
  margin-left: 51%;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .crosstalk_03 .regist {
    margin-top: 10px;
    line-height: 1.5;
    font-size: 0.875rem;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.crosstalk_03 .regist.bottom {
  margin-left: 0;
}

.crosstalk_base {
  z-index: 0;
  position: relative;
}
.crosstalk_base .crosstalk_title h1 {
  text-align: center;
}
.crosstalk_base .crosstalk_title h1 img {
  vertical-align: bottom;
}
.crosstalk_base .crosstalk_title .information {
  background-color: #fff;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 20px 20px;
  margin-bottom: 20px;
}
.crosstalk_base .crosstalk_title .information p.num {
  font-size: 0.75rem;
  text-align: right;
  line-height: 1.5;
}
.crosstalk_base .crosstalk_title .information p.read {
  font-size: 1rem;
  line-height: 2;
  margin-top: 25px;
}
.crosstalk_base .crosstalk_title .information p.read + p.read {
  margin-top: 15px;
}
.crosstalk_base .crosstalk_title .information .link {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
}
.crosstalk_base .crosstalk_title .information .link a {
  width: 49%;
  background: #083a66;
  background: linear-gradient(142deg, rgb(8, 58, 102) 0%, rgb(10, 78, 136) 100%);
  padding: 20px;
  color: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.3s;
}
.crosstalk_base .crosstalk_title .information .link a .no {
  font-family: "Roboto condensed";
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 2px;
  line-height: 1;
}
.crosstalk_base .crosstalk_title .information .link a .no::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  margin: 10px 0;
}
.crosstalk_base .crosstalk_title .information .link a .cursor {
  background: #fff;
  display: block;
  text-align: center;
  color: #094477;
  margin-top: 10px;
  border-radius: 30px;
}
.crosstalk_base .crosstalk_title .information .link a.key::after {
  content: "";
  background: url("/med/pharma/crosstalk/img/icn_key.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 18px;
  height: 26px;
}
.crosstalk_base .crosstalk_title .information .link a:hover {
  opacity: 0.9;
}
@media only screen and (max-width: 767px) {
  .crosstalk_base .crosstalk_title .information {
    padding: 10px;
    margin-bottom: 10px;
  }
  .crosstalk_base .crosstalk_title .information p.read {
    font-size: 0.875rem;
    margin-top: 15px;
  }
  .crosstalk_base .crosstalk_title .information .link {
    margin-top: 10px;
    display: block;
  }
  .crosstalk_base .crosstalk_title .information .link a {
    margin-top: 5px;
    width: 100%;
    padding: 15px;
    font-size: 0.875rem;
  }
  .crosstalk_base .crosstalk_title .information .link a .no {
    font-size: 1rem;
  }
  .crosstalk_base .crosstalk_title .information .link a .cursor {
    margin-top: 5px;
  }
  .crosstalk_base .crosstalk_title .information .link a.key::after {
    right: 10px;
    top: 10px;
  }
  .crosstalk_base .crosstalk_title .information .link a:hover {
    opacity: 0.9;
  }
}
.crosstalk_base .crosstalk_main {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 20px;
  margin-bottom: 20px;
}
.crosstalk_base .crosstalk_main h2 {
  border-left: 5px solid #083a66;
  padding: 5px 10px;
  margin-bottom: 25px;
}
.crosstalk_base .crosstalk_main h2 .no {
  font-family: "Roboto condensed";
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 2px;
  line-height: 1;
  display: block;
  color: #083a66;
}
.crosstalk_base .crosstalk_main h2 .no::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #083a66;
  margin: 10px 0;
}
.crosstalk_base .crosstalk_main h2 .txt {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.3;
  display: block;
  color: #083a66;
}
.crosstalk_base .crosstalk_main h3 {
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.3;
  display: block;
  color: #083a66;
  margin-bottom: 20px;
  border-bottom: 1px solid #083a66;
  padding-bottom: 5px;
}
.crosstalk_base .crosstalk_main p {
  margin-bottom: 30px;
  line-height: 2;
  clear: both;
}
.crosstalk_base .crosstalk_main p + h3 {
  padding-top: 15px;
}
.crosstalk_base .crosstalk_main p:last-child {
  margin-bottom: 0;
}
.crosstalk_base .crosstalk_main p .dr {
  position: relative;
  display: inline-block;
  width: 94px;
  padding-right: 7px;
  box-sizing: border-box;
  height: 24px;
  background: #333;
  color: #fff;
  margin-right: 0;
  line-height: 24px;
  text-align: center;
  font-size: 0.875rem;
  transform: translateY(-2px);
  border-radius: 0 2px 2px 0;
  white-space: nowrap;
}
@media print {
  .crosstalk_base .crosstalk_main p .dr {
    width: auto;
  }
}
.crosstalk_base .crosstalk_main p .dr.dr01 {
  background: url("/med/pharma/crosstalk/img/cursor_01.svg") no-repeat;
  background-size: contain;
}
@media print {
  .crosstalk_base .crosstalk_main p .dr.dr01 {
    background: none;
    color: #ee625c;
    font-weight: bold;
  }
}
.crosstalk_base .crosstalk_main p .dr.dr02 {
  background: url("/med/pharma/crosstalk/img/cursor_02.svg") no-repeat;
  background-size: contain;
}
@media print {
  .crosstalk_base .crosstalk_main p .dr.dr02 {
    background: none;
    color: #4aa881;
    font-weight: bold;
  }
}
.crosstalk_base .crosstalk_main p .dr.dr03 {
  background: url("/med/pharma/crosstalk/img/cursor_03.svg") no-repeat;
  background-size: contain;
}
@media print {
  .crosstalk_base .crosstalk_main p .dr.dr03 {
    background: none;
    color: #f29242;
    font-weight: bold;
  }
}
.crosstalk_base .crosstalk_main p .imgright {
  float: right;
  margin: 5px 0 30px 30px;
}
.crosstalk_base .crosstalk_main p.image_column {
  position: relative;
  padding-right: 260px;
}
.crosstalk_base .crosstalk_main p.image_column img {
  position: absolute;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .crosstalk_base .crosstalk_main p.image_column {
    padding-right: 0;
  }
  .crosstalk_base .crosstalk_main p.image_column img {
    position: relative;
    right: 0;
  }
}
.crosstalk_base .crosstalk_main small {
  display: block;
  font-size: 0.8rem;
  line-height: 1.5;
  padding-top: 10px;
}
.crosstalk_base .crosstalk_main .frame small {
  padding-bottom: 5px;
}
.crosstalk_base .crosstalk_main .frame small a {
  word-break: break-all;
}
.crosstalk_base .crosstalk_main .frame .inner {
  border: 1px solid #ccc;
  padding: 20px;
}
.crosstalk_base .crosstalk_main .frame .inner p {
  line-height: 1.8;
  padding-bottom: 0;
  margin-bottom: 0;
}
.crosstalk_base .crosstalk_main .frame .inner ol li {
  position: relative;
  margin: 5px 0;
  padding-left: 30px;
  font-size: 1rem;
}
.crosstalk_base .crosstalk_main .frame .inner ol li span {
  position: absolute;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .crosstalk_base .crosstalk_main .frame .inner {
    padding: 15px;
  }
  .crosstalk_base .crosstalk_main .frame .inner ol li {
    font-size: 0.875rem;
  }
}
.crosstalk_base .crosstalk_main .img {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 30px;
}
.crosstalk_base .crosstalk_main .img a {
  display: inline-block;
  border: 1px solid #ccc;
}
.crosstalk_base .crosstalk_main .img img {
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
}
.crosstalk_base .crosstalk_main .img .caption {
  display: block;
  font-size: 0.8rem;
  margin-top: 5px;
  text-align: right;
}
.crosstalk_base .crosstalk_main .img strong {
  display: block;
  text-align: center;
  margin: 0 0 10px;
}
.crosstalk_base .crosstalk_main .img + h3 {
  padding-top: 15px;
}
.crosstalk_base .crosstalk_main .bottom_link {
  margin-top: 25px;
}
.crosstalk_base .crosstalk_main .bottom_link a {
  width: 100%;
  background: #083a66;
  background: linear-gradient(142deg, rgb(8, 58, 102) 0%, rgb(10, 78, 136) 100%);
  padding: 20px;
  color: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.3s;
}
.crosstalk_base .crosstalk_main .bottom_link a p {
  padding: 0;
  margin: 0;
  font-size: 1.25rem;
}
.crosstalk_base .crosstalk_main .bottom_link a .no {
  font-family: "Roboto condensed";
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 2px;
  line-height: 1;
}
.crosstalk_base .crosstalk_main .bottom_link a .no::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  margin: 10px 0;
}
.crosstalk_base .crosstalk_main .bottom_link a .cursor {
  background: #fff;
  display: block;
  text-align: center;
  color: #094477;
  margin-top: 10px;
  border-radius: 30px;
}
.crosstalk_base .crosstalk_main .bottom_link a.key::after {
  content: "";
  background: url("/med/pharma/crosstalk/img/icn_key.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 18px;
  height: 26px;
}
.crosstalk_base .crosstalk_main .bottom_link a:hover {
  opacity: 0.8;
}
.crosstalk_base .crosstalk_main .profile ul li {
  background-color: #e8eff5;
  padding: 15px;
}
.crosstalk_base .crosstalk_main .profile ul li .profile_content {
  overflow: hidden;
  transition: line-height 0.4s ease-out 0s, padding 0.4s ease-out 0s, opacity 0.6s 0.3s;
  line-height: 0;
  border-top: none;
  opacity: 0;
  padding: 0 15px;
  background: #fff;
}
@media print {
  .crosstalk_base .crosstalk_main .profile ul li .profile_content {
    line-height: auto;
    opacity: 1;
    overflow: visible;
    line-height: 1.5;
    padding: 10px 0;
  }
}
.crosstalk_base .crosstalk_main .profile ul li input[type=checkbox] {
  display: none;
}
.crosstalk_base .crosstalk_main .profile ul li input[type=checkbox]:checked + .profile + .profile_content {
  line-height: 2;
  opacity: 1;
  padding: 15px;
}
.crosstalk_base .crosstalk_main .profile ul li input[type=checkbox]:checked + .profile {
  margin-bottom: 10px;
}
.crosstalk_base .crosstalk_main .profile ul li input[type=checkbox]:checked + .profile::before {
  transform: rotate(-90deg);
}
.crosstalk_base .crosstalk_main .profile ul li label.profile {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.crosstalk_base .crosstalk_main .profile ul li label.profile::before {
  display: block;
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 6px);
  right: 20px;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
  transition: all 0.4s ease-out;
  transform-origin: 3px 6px;
  transform: rotate(90deg);
}
.crosstalk_base .crosstalk_main .profile ul li label.profile .photo {
  width: 100px;
}
.crosstalk_base .crosstalk_main .profile ul li label.profile .photo img {
  vertical-align: bottom;
}
.crosstalk_base .crosstalk_main .profile ul li label.profile .txt {
  width: calc(100% - 350px);
  color: #083a66;
  padding-left: 15px;
  font-size: 0.875rem;
}
.crosstalk_base .crosstalk_main .profile ul li label.profile .txt strong {
  font-size: 150%;
}
.crosstalk_base .crosstalk_main .profile ul li label.profile .open {
  width: 250px;
  background-color: #083a66;
  color: #fff;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  text-align: center;
  font-size: 0.875rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media print {
  .crosstalk_base .crosstalk_main .profile ul li label.profile .open {
    opacity: 0;
  }
}
.crosstalk_base .crosstalk_main .profile ul li:not(:last-child) {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .crosstalk_base .crosstalk_main {
    padding: 10px;
    margin-bottom: 10px;
  }
  .crosstalk_base .crosstalk_main h2 {
    padding: 5px 10px;
    margin-bottom: 20px;
  }
  .crosstalk_base .crosstalk_main h2 .no {
    font-size: 1rem;
  }
  .crosstalk_base .crosstalk_main h2 .txt {
    font-weight: bold;
    font-size: 1rem;
  }
  .crosstalk_base .crosstalk_main h3 {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .crosstalk_base .crosstalk_main p {
    margin-bottom: 20px;
    font-size: 0.875rem;
  }
  .crosstalk_base .crosstalk_main p + h3 {
    padding-top: 10px;
  }
  .crosstalk_base .crosstalk_main p .dr {
    width: 78px;
    height: 20px;
    line-height: 20px;
    font-size: 0.75rem;
    transform: translateY(-1px);
  }
  .crosstalk_base .crosstalk_main p .dr::after {
    right: -19px;
    border-left: 10px solid;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
  .crosstalk_base .crosstalk_main p .imgright {
    float: none;
    margin: 20px auto;
    display: block;
  }
  .crosstalk_base .crosstalk_main .img {
    margin-bottom: 20px;
    text-align: center;
  }
  .crosstalk_base .crosstalk_main .img + h3 {
    padding-top: 10px;
  }
  .crosstalk_base .crosstalk_main .bottom_link {
    margin-top: 15px;
  }
  .crosstalk_base .crosstalk_main .bottom_link a {
    padding: 15px;
    font-size: 0.875rem;
    line-height: 1.8;
  }
  .crosstalk_base .crosstalk_main .bottom_link a p {
    font-size: 0.875rem;
  }
  .crosstalk_base .crosstalk_main .bottom_link a .no {
    font-family: "Roboto condensed";
    font-weight: 700;
    font-size: 1rem;
  }
  .crosstalk_base .crosstalk_main .bottom_link a .cursor {
    margin-top: 5px;
  }
  .crosstalk_base .crosstalk_main .bottom_link a.key::after {
    right: 10px;
    top: 10px;
  }
  .crosstalk_base .crosstalk_main .profile ul li {
    background-color: #e8eff5;
    padding: 10px;
  }
  .crosstalk_base .crosstalk_main .profile ul li .profile_content {
    padding: 0 10px;
    font-size: 0.875rem;
  }
  .crosstalk_base .crosstalk_main .profile ul li input[type=checkbox]:checked + .profile + .profile_content {
    padding: 10px;
  }
  .crosstalk_base .crosstalk_main .profile ul li label.profile {
    flex-wrap: wrap;
  }
  .crosstalk_base .crosstalk_main .profile ul li label.profile::before {
    top: auto;
    bottom: 9px;
    right: 5px;
  }
  .crosstalk_base .crosstalk_main .profile ul li label.profile .photo {
    width: 80px;
  }
  .crosstalk_base .crosstalk_main .profile ul li label.profile .txt {
    width: calc(100% - 90px);
    padding-left: 10px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .crosstalk_base .crosstalk_main .profile ul li label.profile .txt strong {
    font-size: 125%;
  }
  .crosstalk_base .crosstalk_main .profile ul li label.profile .open {
    margin-top: 10px;
    width: 100%;
    height: 30px;
    font-size: 0.75rem;
  }
  .crosstalk_base .crosstalk_main .profile ul li:not(:last-child) {
    margin-bottom: 5px;
  }
}
.crosstalk_base .regist {
  background: url("/med/pharma/crosstalk/img/icn_key.png") no-repeat;
  background-position: left center;
  margin-top: 15px;
  padding-left: 48px;
  padding-top: 1px;
  padding-bottom: 1px;
  line-height: 1.8;
  margin-left: 51%;
  font-size: 0.875rem;
}
@media only screen and (max-width: 767px) {
  .crosstalk_base .regist {
    margin-top: 10px;
    line-height: 1.5;
    font-size: 0.875rem;
    margin-left: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.crosstalk_base .regist.bottom {
  margin-left: 0;
}

.sidebar_contents aside.crosstalk_01 {
  height: 100%;
}
.sidebar_contents aside.crosstalk_01 a.navi {
  background: #083a66;
  background: linear-gradient(142deg, rgb(8, 58, 102) 0%, rgb(10, 78, 136) 100%);
  padding: 20px;
  color: #fff;
  box-sizing: border-box;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.3s;
  margin-bottom: 10px;
  z-index: 1;
}
.sidebar_contents aside.crosstalk_01 a.navi .no {
  font-family: "Roboto condensed";
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 2px;
  line-height: 1;
}
.sidebar_contents aside.crosstalk_01 a.navi .no::after {
  content: "";
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  margin: 10px 0;
}
.sidebar_contents aside.crosstalk_01 a.navi .cursor {
  background: #fff;
  display: block;
  text-align: center;
  color: #094477;
  margin-top: 10px;
  border-radius: 30px;
}
.sidebar_contents aside.crosstalk_01 a.navi.key::after {
  content: "";
  background: url("/med/pharma/crosstalk/img/icn_key.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 18px;
  height: 26px;
}
.sidebar_contents aside.crosstalk_01 a.navi.sticky {
  position: sticky;
  top: 85px;
}
.sidebar_contents aside.crosstalk_01 a.navi:hover {
  opacity: 0.9;
}
@media only screen and (max-width: 980px) {
  .sidebar_contents aside.crosstalk_01 a.navi {
    display: none;
  }
}
.sidebar_contents aside.crosstalk_02 {
  height: 100%;
}
.sidebar_contents aside.crosstalk_02 .navi {
  height: 100%;
}
.sidebar_contents aside.crosstalk_02 .navi h3 {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .sidebar_contents aside.crosstalk_02 .navi h3 {
    font-size: 0.85rem;
    margin: 0 0 10px;
  }
}
.sidebar_contents aside.crosstalk_02 .navi a {
  position: sticky;
  top: 80px;
  transition: 0.3s;
  display: block;
  z-index: 1;
}
.sidebar_contents aside.crosstalk_02 .navi a:hover {
  opacity: 0.9;
}
.sidebar_contents aside.crosstalk_02 .navi a img {
  border: 2px solid #083a66;
}
.sidebar_contents aside.crosstalk_03 {
  height: calc(100% - 80px);
}
.sidebar_contents aside.crosstalk_03 h3.relation {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .sidebar_contents aside.crosstalk_03 h3.relation {
    font-size: 0.85rem;
    margin: 0 0 10px;
  }
}
.sidebar_contents aside.crosstalk_03 .banner {
  position: sticky;
  top: 80px;
}
.sidebar_contents aside.crosstalk_03 .banner a {
  transition: 0.3s;
  display: block;
  z-index: 1;
}
.sidebar_contents aside.crosstalk_03 .banner a:hover {
  opacity: 0.9;
}
.sidebar_contents aside.crosstalk_03 .banner a img {
  border: 2px solid #083a66;
  box-sizing: border-box;
}

.jbsquare_banner img {
  display: block;
  max-width: 1000px;
  width: 100%;
  margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
  .jbsquare_banner img {
    max-width: 480px;
  }
}/*# sourceMappingURL=crosstalk_contents.css.map */