@charset "UTF-8";

#policy {
	width:84%;
	margin:0 auto;
}
#policy ul{
	list-style: square;
	margin-left:25px;
}
#policy ol{
	list-style: decimal;
	margin-left:25px;
}
#policy ul li,
#policy ol li{
	margin-bottom:15px;
}

#policy dt{
	margin:40px 0 15px;
	font-size:16px;
}

#policy dd{
	margin-left:20px;
}

#policy table th, #policy table td{
	border: 1px solid #ddd;
	padding: 10px;
}

#policy table th{
	border-bottom: 2px solid #ddd;
}

#policy table{
	width: 100%;
	margin: 20px 0;
}

#company table th{
	background-color: #f7f7f7;
	font-weight: 400;
}

#policy img{
	width:auto;
}

#policy .howto{
	display: inline-block;
	margin:30px 0 10px;
	padding:10px;
	background-color:#136c5e;
	color:#fff;
	font-size:16px;
	line-height: 1.8;
}

#policy .add{
	margin:10px;
	padding:20px;
	background: #eaeded;
}

#policy figure{
	float:right;
	padding:15px 15px;
	background-color:#fff;
}
#JISQ15001 table tbody tr td{
	vertical-align: middle;
}

#JISQ15001 table tbody tr td img{
	width: 25%;
}

#JISQ15001 table tbody tr td p{
	margin-left: 35px;
	line-height: 1.45;
	margin-top: 10px;
}
#policy .add#JSA {
	padding: 20px 20px 40px;
}
#JSA figure{
	width: 17%;
	padding: 15px 15px;
}

#JSA figure p{
	line-height: 1.45;
	text-align: center;
	margin-top: 7.5px;
}

#policy > dl:nth-child(8) > dd > ol > li:nth-child(1) table tbody tr td:nth-child(1){
	min-width: 250px;
}
/* 　＋＋＋＋＋＋＋　スマホ　＋＋＋＋＋＋＋　*/

@media screen and ( max-width: 767px) {
	#policy{
		width:100%;
	}
	#policy dd {
    	margin-left: 0;
	}
	#policy ol {
    	margin-left: 20px;
	}
	#policy ul li, #policy ol li {
    	margin-bottom: 10px;
	}
	#policy figure{
		float:none;
		text-align: center;
	}
	#policy .add{
		margin:10px 0;
	}

	#JISQ15001 table tbody tr td img{
		width: 40%;
	}

	#JISQ15001 table tbody tr td p{
		margin: 0 auto;
	}
		#JSA figure{
		width: auto;
	}

	#JSA figure p{
		font-size: 125%;
	}

	#JSA > p:nth-child(4){
		word-break: break-all;
	}
}
/* ＋＋end＋＋　　　スマホ　　　＋＋end＋＋　*/

