@charset "UTF-8";
/* CSS Document */

/*　下層共通　*/
/* ============================================ */
@media screen and (min-width: 960px) {
}
@media screen and (max-width: 959px) {
}

/*　会社概要　*/
/* ============================================ */
.wrap-company-profile {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.wrap-company-profile figure {
	max-width: 320px;
	width: 100%;
}
.wrap-company-profile .list-company {
	width: calc(100% - 360px);
}
.list-company {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.wrap-company-profile a {
	font-size: .85em;
  background: var(--blue-link);
	border: 1px solid var(--blue-link);
	color: #fff;
	padding: .25em 1em;
	display: inline-block;
	text-align: center;
	margin-top: .5em;
}
.wrap-company-profile a:hover {
  background: #333;
	border: 1px solid #333;
}
@media screen and (min-width: 960px) {
.list-company dt,
.list-company dd {
	padding: 1em;
}
.list-company dt {
	border-bottom: 2px solid var(--blue);
	width: 15em;
}
.list-company dd {
	width: calc(100% - 15em);
	border-bottom: 2px solid #ccc;
}
}
@media screen and (max-width: 959px) {
	.wrap-company-profile figure {
		margin: 2em auto 0;
	}
.wrap-company-profile .list-company {
	width: 100%;
	}
.wrap-company-profile a {
	display: block;
	max-width: 240px;
	padding: .75em;
	margin-top: .5em;
	}
	.list-company {
		display: block;
	}
.list-company dt {
	margin-bottom: .5em;
	font-weight: bold;
}
.list-company dd{
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
	}
}


/*　アクセス　*/
/* ============================================ */
.wrap-access,
.list-access {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.list-access {
	margin-bottom: 2em;
}
.wrap-map {
	display: block;
	position: relative;
	padding: 0;
	overflow: hidden;
}
.wrap-map:before {
	display: block;
	content: "";
}
.wrap-map iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
@media screen and (min-width: 960px) {
.wrap-access figure {
		width: 20em;
	}
.list-access  dt,
.list-access  dd {
	padding: 1em;
}
.list-access  dt {
	border-bottom: 2px solid var(--blue);
	width: 8em;
}
.list-access  dd {
	width: calc(100% - 8em);
	border-bottom: 2px solid #ccc;
}
.wrap-map {
	width: calc(100% - 20em - 40px);
	}
}
@media screen and (max-width: 959px) {
	.list-access,
	.wrap-access {
		display: block;
	}
.list-access dt {
	margin-bottom: .5em;
	font-weight: bold;
}
.list-access dd{
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1em;
	}
.wrap-access figure {
	max-width: 320px;
	margin: 0 auto 2em;
	}
.wrap-map {
	max-height: 500px;
	height: 80vh;
 width: 100%; 
	}
}

/*　製品情報　*/
/* ============================================ */
@media screen and (min-width: 960px) {
.wrap-shadow {
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
	padding: 40px;
}
}
/* 　確認ページ　*/
.wrap-attention-product {
	text-align: center;
}
.wrap-attention-product > p:nth-child(2) {
	font-size: 1.8em;
}
.wrap-check {
	background: var(--light-blue);
	padding: 3em 2em 2em;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	margin-top: 2em;
}
.wrap-check a {
	background: #fff;
	border: 1px solid var(--blue-link);
	color: var(--blue-link);
	font-size: 1.5em;
	width: 8em;
	display: block;
	margin: 0 2em;
}
.wrap-check a:hover {
	border: 1px solid var(--blue);
	color: var(--blue);
}
.wrap-check a#js-yes {
	background: var(--blue-link);
	color: #fff;
}
.wrap-check a#js-yes:hover {
	background: var(--blue);
}
@media screen and (max-width: 767px) {
.wrap-attention-product {
	text-align: left;
	}
.wrap-attention-product > p:nth-child(2) {
	font-size: 1.5em;
}
	.wrap-check {
	display: block;
	text-align: center;
	font-size: 1.15em !important;
	}
	.wrap-check a {
	margin: 0 auto;
	font-size: 1.15em !important;
	}
.wrap-check a#js-yes {
	margin-bottom: 1em;
	}
}

/*　詳細ページ　*/
.wrap-product-data {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.wrap-product-data .heading-1 {
	font-size: 1.8em;
	width: 100%;
	background: var(--light-blue);
	padding: 1em .75em .75em;
}
.wrap-product-data div > * + * {
	margin-top: 3em;
}
@media screen and (min-width: 768px) {
.wrap-product-data figure {
	width: 60%;
}
.wrap-product-data div {
	width: 37%;
}
}
.product-cade,
.wrap-product-data ul:not(.list-dot) {
	font-size: .9em;
}
.wrap-product-data ul.list-dot li {
	margin-bottom: .5em;
}
.product-cade th,
.product-cade td {
	padding: .75em .5em;
}
.product-cade th[scope="col"] {
  background-color: #666;
  color: #fff;
	text-align: center;
}
.wrap-product-data dl {
	width: 100%;
}
.wrap-product-data dt {
	font-size: 1.125em;
	font-weight: bold;
	margin-bottom: .5em;
}
@media screen and (max-width: 767px) {
.wrap-product-data .heading-1 {
	font-size: 2rem;
	}
	.wrap-product-data {
		display: block;
	}
.wrap-product-data figure,
	.wrap-product-data div {
	width: 100%;
}
	.wrap-product-data ul {
		margin: 2em auto 0;
	}
}
/*
.wrap-product-data {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
}
.wrap-product-data .heading-1 {
	width: 100%;
	background: var(--light-blue);
	padding: .75em .75em .5em;
}
@media screen and (min-width: 768px) {
.wrap-product-data figure {
	width: 60%;
}
.wrap-product-data div {
	width: 37%;
}
}
.wrap-product-data ul {
	font-size: .9em;
}
.wrap-product-data dl {
	width: 100%;
	margin-top: 3em;
}
.wrap-product-data dt {
	font-size: 1.125em;
	font-weight: bold;
	margin-bottom: .5em;
}
@media screen and (max-width: 767px) {
	.wrap-product-data {
		display: block;
	}
.wrap-product-data figure,
	.wrap-product-data div {
	width: 100%;
}
	.wrap-product-data ul {
		margin: 2em auto 0;
	}
}
*/


/*　医療機関等に対する資金提供に関する内容　*/
/* ============================================ */
.table-funding-details {
	background: rgb(var(--light-blue-rgb), .5);
}
.table-funding-details thead th {
	background: #666;
	color: #fff;
	font-weight: normal;
}
.table-funding-details tbody th:first-child {
/*	background: var(--light-blue);*/
}
.table-funding-details th:not(:first-child) {
	width: 40%;
}
.table-funding-details th:first-child {
	border-left: none;
}
.table-funding-details thead th:last-child,
.table-funding-details td:last-child {
	border-right: none;
}
.table-funding-details.col-2 th {
	width: 50%;
}
@media screen and (max-width: 767px) {
	.table-funding-details {
		font-size: 1.3rem;
	}
}
.wrap-modal {
  position: fixed;
  background: var(--blue);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2000;
  transition: all 0.3s; 
}
.wrap-modal:not(:target) {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.wrap-modal:target {
/*
  visibility: visible;
  opacity: 1;
*/
/*  pointer-events: auto; */
}
.modal-overlay {
	z-index: 2100;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.wrap-modal > div,
.wrap-modal > section {
  max-width: 1200px;
  width: calc(100% - 2em);
  max-height: calc(100dvh - 7em);
  margin: auto 0;
  padding: 0 4vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  overflow-y: auto;
	z-index: 3000;
}
.modal-close {
	display: block;
	z-index: 10;
	padding-left: 1.75em;
	position: relative;
	margin: 2em auto 0;
	width: 5em;
}
.modal-close:before, .modal-close:after {
    content: "";
    position: absolute;
    display: block;
    background-color: #333;
    padding-right: 0;
    width: 1.25em;
    height: 2px;
    top: .5em;
    left: 0;
    border: none;
    bottom: auto;
    -webkit-transition: all 0.3sease;
    transition: all 0.3sease;
}
.modal-close:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.modal-close:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.modal-inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2em 0;
	position: relative;
}
.modal-inner .wrap-check {
	width: 100%;
	padding: 2em;
	margin: 1em 0 2em;
	font-size: 1.25em;
	font-weight: bold;
}
.modal-inner .wrap-check .btn-check span {
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	padding: 0 0 0 30px;
	position: relative;
	width: auto;
	z-index: 20;
}
.modal-inner .wrap-check label {
    display: inline-block;
    margin-right: 2em;
}
.modal-inner .wrap-check label span::before {
    background: #fff;
    border: 1px solid #ccc;
    content: '';
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px;
}
.modal-inner .wrap-check [type="checkbox"] {
	display: none;
}
.modal-inner.check .wrap-check span::before {
    border-color: var(--blue);
}
.modal-inner .wrap-check label span::after {
    border-right: 2px solid var(--blue);
    border-bottom: 2px solid var(--blue);
    content: '';
    display: block;
    height: 14px;
    left: 6px;
    margin-top: -9px;
    opacity: 0;
    position: absolute;
    top: .5em;
    transform: rotate(45deg);
    width: 8px;
}
.modal-inner.check .wrap-check span::after {
    opacity: 1;
}
.modal-inner .btn-no {
	background: #eee;
	border: 1px solid #999;
	color: #666;
	padding: 1.6em 1.25em;
	text-align: center;
	font-size: 1.25em;
	max-width: 360px;
	width: 46%;
	font-weight: bold;
}
.modal-inner .btn-no.check {
	display: none;
}
.modal-inner .btn-yes {
	display: none;
}
.modal-inner .btn-yes.active {
	display: block;
	max-width: 360px;
	width: 46%;
	transition: .6s;
}
.modal-inner .btn-yes.active a {
	background: var(--blue);
	border: 1px solid var(--blue);
	color: #fff;
	text-align: center;
	font-size: 1.25em;
	font-weight: bold;
	display: block;
	padding: 1.6em 1.25em;
}
.modal-inner .btn-yes.active a:hover {
	background: #333;
	border: 1px solid #333;
}
@media screen and (min-width: 768px) {
.wrap-btn-transparency {
	border: 1px solid #ccc;
	padding: 2em;
}
}
@media screen and (max-width: 767px) {
.modal-inner .btn-no,
.modal-inner .btn-yes.active a {
	width: 100%;
	font-size: 1.15em;
	}
}
