@charset "utf-8";

body{
	font-size: 1.4rem;
	line-height: 1.6;
}
body.locked{
	overflow: hidden;
	position: fixed;
	left: 0; top: 0;
	width: 100%;
}

caption{
	padding-bottom: 10px;
	font-size: 1.6rem;
	line-height: 1.2;
	letter-spacing: 0;
}
th, td{
	padding: 15px 10px;
	font-size: 1.4rem;
	line-height: 1.3;
}
th{
	letter-spacing: 0;
}

.pc{display: none !important;}
.sp{display: block !important;}
table.pc{display: none !important;}
table.sp{display: table !important;}

.centering{
	padding: 0 20px;
	max-width: 100%;
}

#contents .centering,
#footer .centering{
	padding-left: 20px;
}

#wrapper{
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*#header.fixed{
	position: fixed;
	left: 0; top: 0;
}*/
#header .centering{
	padding: 10px;
}

/*2020.07.29 調整*/
#header .centering div.flex{height:38px;}
#header .centering div.flex > strong{
	margin: 0;
	padding: 0;
	max-width: 85px;
}
#header .centering div.flex > span{
	margin-left: 10px;
	margin-top:-2px;
	font-size: 1.1rem;
	line-height: 1.2;
	letter-spacing: 1px;
}


#headlink{
	display: none !important;
}

#nav_btn{
	display: inline-block;
	position: absolute;
	right: 0; top: 0; bottom: 0;
	padding: 10px 0;
	width: 58px;
	background: #b71c4a;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#nav_btn:hover{
	text-decoration: none;
}
#header.fixed #nav_btn{
	position: fixed;
	bottom: auto;
	height: 58px !important;
}
#nav_btn span{
	display: block;
	margin-bottom: 5px;
	font-size: 1.2rem;
	white-space: nowrap;
}
#nav_btn i,
#nav_btn i:before,
#nav_btn i:after{
	display: block;
	margin: 0 auto;
	width: 26px;
	height: 3px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
	background: #fff;
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#nav_btn i{
	position: relative;
	line-height: 0;
}
#nav_btn i:before,
#nav_btn i:after{
	content: "";
	position: absolute;
}
#nav_btn i:before{
	bottom: -8px;
}
#nav_btn i:after{
	bottom: -16px;
}
#nav_btn.open i{
	top: 10px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#nav_btn.open i:before{
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
}
#nav_btn.open i:after{
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

#nav_sp{
	display: block;
	position: fixed;
	left: 0; top: 0;
	z-index: 9;
	width: 100%;
	height: 0;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
#nav_sp.open{
	height: 100%;
	overflow: auto;
	background: rgba(0, 0, 0, 0.75);
}
#nav_sp > ul{
	display: none;
	list-style: none;
	position: fixed;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	line-height: 0;
	text-align: left;
	background: #fff;
	/*-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);*/
}
#nav_sp.open ul{
	display: block;
}
#header.fixed + #nav_sp ul{}
#nav_sp ul li{
	border-top: 2px solid #ddd;
	font-weight: bold;
	font-size: 1.6rem;
	line-height: 1.5;
}
#nav_sp ul li:first-child{
	border-top: 0;
}
#nav_sp ul li a,
#nav_sp ul li span{
	display: block;
	padding: 15px 30px 15px 20px;
	background: url(../img/arrow.png) no-repeat right 12px center;
	-webkit-background-size: 18px;
	background-size: 18px;
	color: #b71c4a;
}
#nav_sp ul li span{
	background-image: none;
}
#nav_sp ul ul{
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 0;
	background: #fff5f4;
}
#nav_sp ul li li{
	border-top: 1px dashed #b9b9b9;
}
#nav_sp ul li li a,
#nav_sp ul li li span{
	padding-left: 35px;
	color: #444;
}

#contents{
	padding: 0 0 60px;
}

#contents h1{
	margin-bottom: 20px;
	padding: 10px 0 0;
	min-height: 40px;
	background: none;
	/*-webkit-background-size: auto 40px;
	background-size: auto 40px;*/
	font-size: 2.4rem;
	letter-spacing: 1px;
}
#contents h2{
	margin-bottom: 15px;
	font-size: 2rem;
	letter-spacing: 1px;
}
#contents h3{
	margin: 20px 0 15px;
	padding-left: 10px;
	border-left-width: 5px;
	font-size: 1.8rem;
	letter-spacing: 0;
}
#contents h4{
	margin: 20px 0 15px;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	font-size: 1.6rem;
	letter-spacing: 0;
}
#contents h4:after{
	bottom: -2px;
	width: 20%;
	height: 2px;
}

#contents small{
	margin-top: 5px;
	font-size: 1.2rem;
}

#contents ul{
	margin: 10px 0;
}
#contents ul li{
	margin-bottom: 5px;
	padding-left: 15px;
}
#contents ul li:before{
	margin-top: -1px;
	width: 10px;
	height: 10px;
}
#contents ul li:before{
	width: 6px;
	height: 6px;
}


#title{
	margin-bottom: 25px;
	padding: 30px 0;
}

#menu,
#menu.fixed{
	position: static;
	margin: 0 0 25px;
	width: auto;
	border-width: 2px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#menu strong{
	padding: 15px;
	border-bottom-width: 2px;
}
#menu strong img{
	width: auto;
	max-height: 18px;
}
#menu ul li{
	border-top-width: 2px;
	font-size: 1.4rem;
}
#menu ul li a,
#menu ul li span{
	padding: 15px 15px 15px 30px;
}
#menu ul li a:before,
#menu ul li span:before{
	left: 15px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
}
#menu ul li ul li{
	font-size: 1.3rem;
}
#menu ul li ul li a{
	padding-left: 45px;
}
#menu ul li ul li a:before{
	left: 30px;
	width: 6px;
	height: 6px;
	margin-top: -4px;
}

.page-top{
	right: 10px; top: -100px;
	width: 60px;
	height: 60px;
}
#footer{
	margin-top: 25px;
	padding-top: 25px;
}
#footer .logo{}

#copyright{
	margin-top: 20px;
	padding: 10px;
	font-size: 1.2rem;
}

#footlink{
	position: static;
	margin-left: 20px;
}


.img-l,
.img-r{
	display: block;
}
.img-l > figure,
.img-r > figure{
	margin: 15px auto;
	max-width: 80%;
}

.table-wrap{
	margin: 30px auto 20px;
	max-width: 100%;
}
h4 + br + .table-wrap{
	margin-top: 10px;
}
.table-wrap table.pc + table.sp{
	margin-top: 0;
}

.annotation{
	display: block;
	margin: 5px 0 0;
	padding: 10px 15px;
	font-size: 1.2rem;
}


#mv{
	padding: 15px 0 0;
	height: 42vw;
	background-image: url(../img/top/mv_bg_sp.jpg);
}
#mv:before{
	content: "";
	display: block;
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	background: rgba(255, 255, 255, 0.3);
}
#mv .centering{
	z-index: 1;
}
#mv strong{
	margin-bottom: 15px;
	/*max-width: 80%;*/
}
#mv p{
	font-weight: bold;
	font-size: 1.4rem;
	-webkit-text-shadow: 0 0 3px #fff;
	-moz-text-shadow: 0 0 3px #fff;
	-ms-text-shadow: 0 0 3px #fff;
	-o-text-shadow: 0 0 3px #fff;
	text-shadow: 0 0 3px #fff;
}

.supervision{
	margin-top: 20px;
	font-size: 1.4rem;
	letter-spacing: 0;
}


.target{
	margin-top: 30px;
}
.target .img-r{
	display: table;
	padding: 15px 15px 10px;
	width: 100%;
}
.target .img-r > div,
.target .img-r > figure{
	display: table-cell;
	vertical-align: top;
}
.target .img-r > figure{
	width: 30%;
}
#contents .target ul{
	margin: 0 10px 0 0;
}



@media screen and (max-width: 767px) {
	#mv{
		padding: 2vw 0 0;
		height: 52vw;
	}
	#mv strong{
		margin-bottom: 10px;
	}
	#mv p{
		font-size: 1.2rem;
	}
	#mv p br{
		display: none;
	}

	.card{
		margin-top: 30px;
	}
	.card,
	.card .img,
	.card .txt{
		display: block;
		padding: 5px;
		width: auto;
	}
	.card{
		padding: 10px;
	}

}

#header .centering div.flex > p.j_num{margin-bottom:1px;}

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

/*****2020.07.23 追加　審J番号追記*****/
#header .centering div.flex{
	align-items: flex-start;
	flex-wrap:wrap;
	max-width:320px;
	height:38px;
}
#header .centering div.flex > p.j_num{
	padding-left:95px;
	font-size:1rem;
	line-height:1;
	font-weight:600;
	margin:-10px 0 0;
}
}

@media screen and (max-width: 374px) {
	#header .centering > strong{
		max-width: 75px;
	}
	#header .centering > span{
		margin-left: 5px;
		font-size: 1rem;
		letter-spacing: 0;
	}
	#nav_btn{
		width: 54px;
	}
	#header.fixed #nav_btn{
		height: 54px;
	}
	#nav_btn span{
		font-size: 1rem;
	}
}