@charset "utf-8";
/* CSS Document */

ol,ul {
list-style:none;
}

#content{
	overflow:hidden;
	text-align:left;
}


/*　共通テキスト
-----------------------------------*/
.le_text{
	text-align:left;
	width:730px;
	line-height:140%;
	margin:10px;
}
.le_text2{
	text-align:left;
	width:710px;
	line-height:140%;
	margin:10px 0px 10px 5px;
}
.alink {
	margin:30px 0 0 5px;
	text-decoration: underline;
}
.alink a{
	text-decoration: underline;
}
.alink a:hover{
	color:orange;
	text-decoration: underline;
}





/*　共通ボタン
-----------------------------------*/

#common_bar{
	margin:80px 0 40px 15px;
}

#common_box{
	background: url(../img/le/fliter_icon_box.png) no-repeat;
	height:230px;
	width:732px;
	margin:30px 0 0 15px;
	padding-top:15px;
}
.title5{
	font-size: 20px;
	text-align: center;
	color:#2BAA2B;
}

.filter_icon1 {
	background-image:url(../img/le/filter_icon1.png);
	background-repeat:no-repeat;
	width:165px;
	height:170px;
	float:left;
	margin:10px 0 0px 14px;
}
.filter_icon1 a {
	width:165px;
	height:170px;
	display: block;
	text-indent: -5999px;
	overflow: hidden;
}
.filter_icon1 a:hover {
	filter: alpha(opacity=20);
	opacity:0.2;
	background: #fff;
}

.filter_icon2 {
	background-image:url(../img/le/filter_icon2.png);
	background-repeat:no-repeat;
	width:165px;
	height:170px;
	float:left;
	margin:10px 0 0px 0px;
}
.filter_icon2 a {
	width:165px;
	height:170px;
	display: block;
	text-indent: -5999px;
	overflow: hidden;
}
.filter_icon2 a:hover {
	filter: alpha(opacity=20);
	opacity:0.2;
	background: #fff;
}

.filter_icon3 {
	background-image:url(../img/le/filter_icon3.png);
	background-repeat:no-repeat;
	width:165px;
	height:170px;
	float:left;
	margin:10px 0 0px 10px;
}
.filter_icon3 a {
	width:165px;
	height:170px;
	display: block;
	text-indent: -5999px;
	overflow: hidden;
}
.filter_icon3 a:hover {
	filter: alpha(opacity=20);
	opacity:0.2;
	background: #fff;
}

.filter_icon4 {
	background-image:url(../img/le/filter_icon4.png);
	background-repeat:no-repeat;
	width:165px;
	height:170px;
	float:left;
	margin:10px 0 0px 14px;
}
.filter_icon4 a {
	width:165px;
	height:170px;
	display: block;
	text-indent: -5999px;
	overflow: hidden;
}
.filter_icon4 a:hover {
	filter: alpha(opacity=20);
	opacity:0.2;
	background: #fff;
}




/*　style
-----------------------------------*/
.style1{
	margin-top:10px;
}
.style2{
	margin-top:40px;
}
.style3{
	text-align:center;
}
.style4{
	margin:20px auto;
}
.style5{
	float:right;
	margin-top:10px;
}
.style6{
	margin-top:25px;
}
.style7{
	text-align:right;
}


/* ==================================
コンテンツ
================================== */
.human-rights-policy h2 + div{
	margin-top: 2em;
}
.human-rights-policy div + div{
	margin-bottom: 2.5rem;
}
.human-rights-policy h3 {
	width:740px;
	letter-spacing:0.1em;
	padding:0 0 5px 10px;
	font-weight:bold;
	color:#333;
	font-size:18px;
	background:url(../img/faq/h3_head.gif) 0 bottom no-repeat;
	margin-top: 2em;
}

.human-rights-policy p {
	margin-top: 1.5em;
	margin-bottom: 1em;
	padding: 0 1em;
}

.human-rights-policy ul {
	padding-left: 4em;
	margin: 1.5em 0;
}

.human-rights-policy ul li {
	list-style: disc;
}
.human-rights-policy ul li:not(:last-child){
	margin-bottom: 0.25em;
}
.human-rights-policy div.oath{
	margin-top: 3.5em;
}
.human-rights-policy div.oath p{
	line-height: 1.75;
}
.human-rights-policy .signituare{
	padding-right: 1rem;
	line-height: 2;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	flex-direction: column;
}

.human-rights-policy .signituare p{
	max-width: fit-content;
	text-align: center;
	margin-top: 0;
}
.human-rights-policy .signituare .date{
	margin-bottom: 0.5em;
	display: inline-block;
}
.human-rights-policy .signituare .president{
	width: 120px;
    height: 45px;
	margin-top: 12px;
}