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

@import "common.css";

/*-----------------------------------------------
	safety
-----------------------------------------------*/
/* top */
.top{
	background:url(../img/safety/img_top.jpg) center top no-repeat;
}
@media only screen and (min-width:1400px){
	.top{
		background-size:cover;
	}
}
@media only screen and (max-width:767px){
	.top{
		background-size:cover;
	}
}


/* contents */
.contents{
	text-align:center;
}
.contents .section{
	max-width:1400px;
	margin:0 auto 80px;
}
.contents h4{
	margin-bottom:8px;
	font-weight:bold;
	font-size:26px;
	line-height:36px;
}
.contents h5{
	font-size: 23px;
	color: #ff8e00;
	margin-bottom:15px;
	line-height:30px;
}
.contents h5.group {
	font-size: 18px;
    background-color: #ff8e00;
	border-radius:64px;
	color: #fff;
	padding:0.5em 1em;
}

.contents h6{
	font-size: 20px;
	margin-bottom:15px;
	line-height:30px;
}

.contents p,
.contents table,
.contents dl {
	margin-bottom:24px;
	font-size:16px;
	line-height:28px;
}

.contents .section.safety-info {
	max-width: 960px;
}
.contents .section.safety-info02 {
	max-width: 960px;
}

.safety-info {
	padding-top: 63px;
}
.contents .section-title {
	font-size: 33px;
	font-weight: normal;
	margin-bottom: 67px;
	padding-bottom: 20px;
	position: relative;
}
.contents .section-title:after {
	background-color: currentcolor;
	bottom: 0;
	content: "";
	height: 4px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	width: 110px;
}

.section .img{
	display:flex;
}
.section .img figure{
	width:50%;
}
.section.research .img figure{
	width:100%;
}
.section .img figcaption,
.section .figcaption {
	width:100%;
	font-size:14px;
	line-height:26px;
	text-align:center;
}
.section .img > figure:first-of-type > figcaption{
	float:right;
}
.section .img > figure:last-of-type > figcaption{
	padding-left:48px;
}
.section.research .img > figure > figcaption{
	float:none;
	width:950px;
	margin:0 auto;
	padding-left:0;
	text-align:center;
}
@media only screen and (max-width:767px){
	.contents .section{
		margin-bottom:100px;
	}
	.contents .section:last-of-type{
		margin-bottom: 90px;
	}
	.contents h4{
		margin-bottom:4px;
		padding:0 14px;
		font-size:20px;
		line-height:30px;
	}
    .contents h5{
 		margin-bottom:1em;
    	font-size: 16px;
        padding:0.5em 1em;
    }
	.contents p{
		margin-bottom:4px;
		padding:0 14px;
	}
	.contents p br{
		display:none;
	}
	.section .img{
		display:block;
	}
	.section .img figure{
		position:relative;
		width:100%;
		height:250px;
	}
	.section .img figure img{
		position:absolute;
		top:0;
		left:50%;
		width:auto;
		height:225px;
		transform:translateX(-50%);
	}
	.section .img figcaption,
	.section.research .img > figure > figcaption{
		position:absolute;
		bottom:0;
		left:0;
		width:100%;
		padding:0 14px 4px;
		font-size:10px;
		line-height:18px;
		text-align:center;
	}
	.section .img > figure:first-of-type > figcaption{
		float:none;
	}
	.section .img > figure:last-of-type > figcaption{
		padding-left:0;
	}
}

.img_txt{
	margin:10px;
	text-align:center;
}