@charset "utf-8";

html,
body {
	height: 100%;
	font-size: 62.5%;
}

body {
	margin: 0;
	padding: 0;
	background: #fcf8ef;
	color: #221815;
	font: normal normal 1.8em/2 sans-serif;
	text-align: center;
}

a {
	color: #221815;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a img {
	border: 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

a:hover img {
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-ms-opacity: 0.8;
	-o-opacity: 0.8;
	opacity: 0.8;
	-webkit-transform: translateZ(0);
}

figure {
	display: inline-block;
	overflow: hidden;
	margin: 0;
	padding: 15px;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	background: #fff;
	text-align: center;
}

figure.no-bdr {
	display: block;
	padding: 0;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background: none transparent;
}

figure.no-bdr img {
	display: block;
	margin: 0 auto;
}

p {
	margin: 0;
	text-align: left;
}

p+p {
	margin-top: 1em;
}

em {
	font-style: normal;
}

sup,
sub {
	font-size: 0.6rem;
}

table {
	margin: 0;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

table.fixed {
	table-layout: fixed;
}

table+table {
	margin-top: 30px;
}

caption {
	margin: 0;
	padding: 0 0 10px;
	font-weight: bold;
	font-size: 2.2rem;
	line-height: 1.2;
	letter-spacing: 1px;
	text-align: left;
}

th,
td {
	padding: 15px;
	border: 1px solid #efefef;
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: left;
	vertical-align: top;
}

th {
	background: #fafafa;
	font-weight: bold;
	white-space: nowrap;
	letter-spacing: 1px;
}

thead th {
	vertical-align: middle;
}

td {
	background: #fff;
}

table.fixed th,
table.fixed td {
	width: auto;
	white-space: normal;
	text-align: center;
}

caption span,
th span {
	display: block;
	font-size: 0.75em;
}

dl {
	margin: 0;
	padding: 0;
	text-align: left;
}

dl+dl {
	margin-top: 0.5em;
}

dt,
dd {
	margin: 0;
	padding: 0;
}

.pc {
	display: block !important;
}

.sp {
	display: none !important;
}

table.pc {
	display: table !important;
}

.ta_l {
	text-align: left;
}

.ta_c {
	text-align: center;
}

.ta_r {
	text-align: right;
}

.clr {
	clear: both;
}

.centering {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0 20px;
	max-width: 1520px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#header {
	display: block;
	position: relative;
	z-index: 10;
	margin: 0;
	padding: 0;
	width: 100%;
	/*max-height: 60px;*/
	background: #fff;
	line-height: 1;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

#header .centering {
	padding: 20px 20px 25px;
}

/*****2020.07.23 追加　審J番号追記*****/
#header .centering div.flex {
	display: flex;
	max-width: 680px;
	justify-content: flex-start;
	align-items: flex-end;
}

#header .centering div.flex>strong {
	display: inline-block;
	margin: 0;
	padding: 0;
	color: #b71c4a;
	vertical-align: bottom;
}

#header .centering div.flex>span {
	display: inline-block;
	margin: 0 0 0 25px;
	color: #333;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.5;
	letter-spacing: 2px;
	vertical-align: bottom;
}

#header .centering div.flex>p.j_num {
	font-size: 1.3rem;
	line-height: 1.1;
	font-weight: 600;
	margin: 0 0 3px 1em;
}

#headlink {
	position: absolute;
	right: 20px;
	top: 15px;
}

#nav_btn,
#nav_sp {
	display: none;
}


#contents {
	display: block;
}

#contents .centering {
	padding-left: 310px;
	/*padding-left: 21%;*/
}

#contents+.centering {
	position: static;
}

#contents a {
	/*color: #03f;*/
	text-decoration: underline;
}

#contents h1 {
	float: none;
	margin: 0 0 45px;
	padding: 25px 0 0 125px;
	min-height: 79px;
	background: url(../img/pict_bacteria.png) no-repeat left center;
	color: #b6003d;
	font-weight: bold;
	font-size: 4rem;
	line-height: 1.1;
	letter-spacing: 2px;
	text-align: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* #contents h1.btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media (max-width: 1400px) {
	#contents h1.btn {
		display: block;
	}
} */

#contents a.movie_btn {
	position: absolute;
	top: 40px;
	left: 420px;
	font-size: 16px;
	padding: 15px 25px 15px 12px;
	color: #fff;
	background: #df4636;
	border-radius: 5px;
	transition: .4s;
	width: 160px;
	line-height: 1.3;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	margin-top: -21px;
}

#contents a.movie_btn:hover {
	background: #69a7ae;
}

#contents a.movie_btn:hover:before {
	color: #69a7ae;
}

#contents a.movie_btn:before {
	font-family: "Material Icons";
	content: "▶";
	font-size: 6px;
	position: absolute;
	top: 50%;
	right: 7%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #df4636;
	background: #fff;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	line-height: 12px;
	box-sizing: border-box;
}
@media (max-width: 1400px) {
	#contents a.movie_btn {
		position: relative;
		top: auto;
		left: auto;
		margin-bottom: 24px;
	}
}
@media (max-width: 1079px) {
	#contents a.movie_btn {
		padding: 12px 25px 12px 12px;
		margin: -8px 0 16px;
		font-size: 14px;
	}
}

#contents h2 {
	float: none;
	margin: 0 0 30px;
	color: #333;
	font-size: 3rem;
	line-height: 1.5;
	letter-spacing: 2px;
	text-align: left;
}

#contents h3 {
	margin: 30px 0 20px;
	padding: 0 0 0 20px;
	border-left: 10px solid #b6003d;
	color: #333;
	font-weight: bold;
	font-size: 2.6rem;
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: left;
}

#contents h4 {
	display: inline-block;
	position: relative;
	margin: 30px 0 20px;
	padding: 0 5px 5px 0;
	border-bottom: 2px solid #dfdfdf;
	color: #333;
	font-weight: bold;
	font-size: 2.2rem;
	letter-spacing: 1px;
	line-height: 1.5;
}

#contents h4:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	z-index: 1;
	width: 50px;
	height: 2px;
	background: #b3253d;
}

#contents h4+br {
	height: 0;
	font-size: 0;
	line-height: 0;
}

#contents small {
	display: block;
	margin: 10px 0 0;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: right;
}

#contents ul {
	list-style: none;
	margin: 15px 0;
	padding: 0;
	line-height: 0;
	text-align: left;
}

#contents ul li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 20px;
	line-height: 1.5;
}

#contents ul li:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0.5em;
	margin-top: -2px;
	width: 10px;
	height: 10px;
	background: #e7838c;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
}

#title {
	margin: 0 0 50px;
	padding: 50px 0;
	background: #fce9e7;
}

#menu {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 135px;
	z-index: 8;
	margin: 0;
	padding: 0;
	/*width: 16.66%;*/
	width: 250px;
	border: 3px solid #b6003d;
	background: #fff5f4;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

#menu.fixed {
	position: fixed;
	top: 26px;
}

#menu strong {
	display: block;
	margin: 0;
	padding: 20px 20px 15px;
	border-bottom: 3px solid #b6003d;
	line-height: 1;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none inside;
	line-height: 0;
}

#menu ul li {
	border-top: 1px solid #c6c6c6;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.5;
	text-align: left;
}

#menu>ul>li:first-child {
	border-top: 0;
}

#menu ul li a,
#menu ul li span {
	display: block;
	position: relative;
	padding: 20px 20px 20px 40px;
	background: #fafafa;
	color: #333;
	text-decoration: none;
}

#menu ul li a:hover,
#menu ul li.current a {
	background: #edced7;
	text-decoration: none;
}

#menu ul li a:before,
#menu ul li span:before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -5px;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #b71c4a;
	vertical-align: middle;
}

#menu ul li ul li {
	font-size: 1.5rem;
}

#menu ul li ul li a {
	padding-left: 60px;
	background: #fff5f4;
}

#menu ul li ul li a:before {
	left: 40px;
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	background: none transparent;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.page-top {
	position: absolute;
	right: 20px;
	top: 5px;
	z-index: 6;
}

#footer {
	display: block;
	float: none;
	clear: both;
	margin: 50px 0 0;
	padding: 45px 0 0;
	width: 100%;
	background: #f9f1e0;
}

#footer .centering {
	/*padding-left: 310px;*/
	text-align: center;
}

#footer .logo {
	display: inline-block;
	max-width: 182px;
}

#copyright {
	display: block;
	margin: 40px 0 0;
	padding: 20px;
	/*padding-left: 310px;*/
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.2;
	letter-spacing: 1px;
	text-align: center;
}

.img-l,
.img-r {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-ms-align-items: start;
	-ms-flex-align: start;
	align-items: start;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-flex-pack: justify;
	-moz-flex-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*overflow: hidden;
	zoom: 1;*/
	text-align: center;
}

/*.img-l:after,
.img-r:after{
	content: "";
	display: table;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
	height: 0;
}*/
.img-l>div {
	/*float: right;*/
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	-o-order: 2;
	order: 2;
}

.img-r>div {
	/*float: left;*/
	-webkit-order: 1;
	-moz-order: 1;
	-ms-order: 1;
	-o-order: 1;
	order: 1;
}

.img-l>figure,
.img-r>figure {
	-webkit-flex: 0 0 auto;
	-moz-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	-o-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 37%;
}

.img-l>figure {
	/*float: left;*/
	margin-right: 3%;
	-webkit-order: 1;
	-moz-order: 1;
	-ms-order: 1;
	-o-order: 1;
	order: 1;
}

.img-r>figure {
	/*float: right;*/
	margin-left: 3%;
	-webkit-order: 2;
	-moz-order: 2;
	-ms-order: 2;
	-o-order: 2;
	order: 2;
}

.table-wrap {
	margin: 70px auto 40px;
	max-width: 980px;
}

h4+br+.table-wrap {
	margin-top: 20px;
}

#contents .table-wrap h4 {
	margin-top: 0;
}

.table-wrap table {
	margin: 0 auto;
}

.table-wrap table+table {
	margin-top: 30px;
}

.nec {
	color: #dc1e11;
}

.unnec {
	color: #3096cd;
}

.annotation {
	display: inline-block;
	margin: 10px 0 0;
	padding: 20px 30px;
	background: #f1f1f1;
	font-size: 1.4rem;
	text-align: center;
}

.annotation dl {
	display: table;
}

.annotation dt,
.annotation dd {
	display: table-cell;
	vertical-align: top;
}

.annotation dt {
	width: 6em;
	white-space: nowrap;
	text-align: right;
}

#mv {
	position: relative;
	padding: 70px 0 0;
	height: 475px;
	background: url(../img/top/mv_bg.jpg) no-repeat center bottom;
	-webkit-background-size: cover;
	background-size: cover;
}

#mv strong {
	display: block;
	margin: 0 auto 20px 0;
}

#mv p {
	font-size: 1.8rem;
	line-height: 1.7;
}

.supervision {
	margin: 40px 0 0;
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 1px;
	text-align: center;
}

.target {
	overflow: hidden;
	margin: 50px auto 5px;
	/*max-width: 980px;*/
	border: 3px solid #e7838c;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
}

.target strong {
	display: block;
	padding: 10px;
	background: #e7838c;
	color: #fff;
}

.target .img-r {
	padding: 10px 10px 0 20px;
}

.card {
	display: table;
	margin: 50px 0 0;
	padding: 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #efefef;
	background: #fff;
}

.card .img,
.card .txt {
	display: table-cell;
	vertical-align: top;
}

.card .img {
	width: 260px;
}

.card .txt {
	padding-left: 10px;
}

.card a.pdf {
	font-weight: bold;
}

.card a.pdf:after {
	content: "";
	display: inline-block;
	margin-left: 5px;
	width: 22px;
	height: 22px;
	background: url(../img/pdf.png) no-repeat center center;
	-webkit-background-size: contain;
	background-size: contain;
	vertical-align: -3px;
}

.card .txt p {
	margin-top: 5px;
}


@media (max-width: 1499px) and (min-width: 1080px) {
	#menu {
		width: 25%;
	}

	#contents .centering

	/*,
	#footer .centering,
	#copyright*/
		{
		padding-left: 30%;
	}
}




.movie_wrapper {
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 25px;
	padding: 0 4%;
}

.movie_wrapper .txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  gap: 10px;
}

.movie_wrapper .txt p {
	font-size: 16px;
	line-height: 1.5;
}

.movie_wrapper .txt p .exnumber {
	font-size: 12px;
	display: block;
	margin-top: 4px;
}

.movie_wrapper .txt a {
  position: relative;
  font-size: 16px;
  padding: 12px 25px 12px 12px;
  color: #fff;
  background: #df4636;
  border-radius: 5px;
  transition: .4s;
  width: 200px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  justify-content: center;
	text-decoration: none !important;
}

.movie_wrapper .txt a:hover {
  background: #69a7ae;
}

.movie_wrapper .txt a:before {
	font-family: "Material Icons";
	content: "▶";
	font-size: 6px;
	position: absolute;
	top: 50%;
	right: 7%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #df4636;
	background: #fff;
	width: 12px;
	height: 12px;
	border-radius: 6px;
	line-height: 12px;
	box-sizing: border-box;
}

.movie_wrapper .txt a:hover:before {
	color: #69a7ae;
}

.movie_wrapper ul {
  margin-top: 30px !important;
}

.movie_wrapper ul li {
  display: flex;
  gap: 15px;
  line-height: 1;
  padding-left: 10px !important;
	font-size: 16px;
}

.movie_wrapper ul li::before {
	display: none !important;
}

.movie_wrapper ul li span {
  color: #999;
}

.movie_wrapper ul li+li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px dashed #ccc;
}

@media only screen and (max-width: 1079px) {
  .movie_wrapper .txt p {
		font-size: 16px;
  }
  .movie_wrapper ul li {
		font-size: 16px;
  }
}

@media only screen and (max-width: 767px) {

  .movie_wrapper .txt {
    display: block;
    margin-bottom: 20px;
  }
  .movie_wrapper .txt p {
    font-size: 1.1em;
  }

  .movie_wrapper .txt a {
    display: block;
    margin-inline: auto;
    width: 160px;
    margin-top: 10px;
    font-size: 14px;
  }

  .movie_wrapper ul {
    margin-top: 30px;
  }

  .movie_wrapper ul li {
    display: flex;
    gap: 15px;
    line-height: 1;
    padding-left: 10px;
    font-size: 1.1em;
  }

  .movie_wrapper ul li span {
    color: #999;
  }

  .movie_wrapper ul li+li {
    margin-top: 10px !important;
    padding-top: 10px !important;
    border-top: 1px dashed #ddd;
  }
}