@charset "utf-8";
/* モーダルCSS */
.modallink {
	margin-bottom: 15px;
  cursor: pointer;
}
.modallink:hover {
  opacity: 0.7;
}
.modallink:hover img {
	opacity: 0.5;
}
.modalContents {
	padding: 30px 0;
}
.modalContents .modalbtn a {
  display: block;
  margin: 0 auto;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 0.9rem;
  text-align: center;
  text-decoration: none;
  padding: 5px 10px;
  box-sizing: border-box;
  transition: all 0.2s ease;
  background-color: #144c9a;
  border: #144c9a solid 2px;
  position: relative;
}

.modalContents .modalbtn a:hover {
  opacity: 0.7;
}

.modalContents .modalbtn .external-link:after {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("../../common2/images/external_icon_white.svg");
  background-size: contain;
  vertical-align: middle;
}

.modalContents .modalbtn .pdf-link:after {
  content: '';
  display: inline-block;
  width: 33px;
  height: 27px;
  background-image: url("../../common/images/medical_pdf_icon.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4%;
  margin: auto;
}

.modalContents .modalbtn:not(:last-child) {
  margin-bottom: 15px;
}
.modaltitle01{
	border-bottom: 1px solid #517ab4;
	margin-bottom: 20px;
}
.modaltitle01 h2 {
	font-size: 0.9rem;
  text-align: center;
  padding-bottom: 5px;
}
.modalContents p {
  text-align: center;
}
.modaltitle01 + p {
  margin-bottom: 10px;
}
.modalArea {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modalBg {
	width: 100%;
	height: 100%;
	background-color: rgba(30,30,30,0.9);
}

.modalWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	width: 70%;
	max-width: 500px;
	padding: 10px 30px;
	background-color: #fff;
	border-radius: 5px;
}

.closeModal {
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	cursor: pointer;
}

.bannerArea {
	overflow: visible;
	position: relative;
	z-index: 0;
}

/*searchResultModal*/

.target-area .modallink {
  margin-bottom: 0;
}

.target-area .modallink:hover img {
	opacity: 0.8;
}

/*製品一覧からくすりのしおりへの遷移先ページ*/

.modalPage {
  max-width: 500px;
  margin: 0 auto;
}