@charset "utf-8";
/* Page: Notice "Our Actions in Regard to the covid-19" Styles
	Copyright (C) FE TRADE CO.,LTD All Rights Reserved.
*/

body #content {
	color: #ffffff;
	line-height:1.8;
}
/* ----------------------------------------------------------
	Introduction
---------------------------------------------------------- */
#visual{
	width:590px;
	text-align:right;
	margin:0 auto;
}
#visual .odd{
	text-align:right;
}
.backlink {
    margin: 30px 0 60px 0;
}
.backlink a {
	padding: 8px 20px 4px;
	background: #000;
	background: #3e3e3e;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
/* ----------------------------------------------------------
	Components
---------------------------------------------------------- */
#content .inner{
	margin-bottom:100px;
}
/* Section-A */
.one-block{
	width:590px;
	margin-left:190px;
	margin-bottom:40px;
	text-align:center;
	font-size:116.7%;
	font-family:"arial";
}
.one-block h2{
	width:100%;
	text-align:center;
	border-bottom:1px solid #279bb9;
	padding-bottom:10px;
	margin-bottom:40px;
	font-weight:normal;
}
.one-block .lead{
	margin-bottom:30px;
}
.one-block ul{
	width:590px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.one-block li{
	width:25%;
	margin-bottom:50px;
	color: #fff;
}
.one-block li img{
	margin-bottom:10px;
}
.one-block h3{
	width:100%;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	padding:10px 0;
	margin-bottom:30px;
	font-weight:normal;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
	.main .inner{
		margin: 40px;
	}
	.one-block{
		width:auto;
		margin-left:auto;
	}
	.one-block h2{
		width:auto;
	}
	.one-block .lead{
		margin-bottom:30px;
		text-align: left;
	}
	.one-block .lead br,
	.one-block p br {
		display: none;
	}
	.one-block p{
		text-align: left;
	}
	.one-block ul{
		width:auto;
		padding: 0;
	}
	#visual {width: auto;}
}
@media screen and (max-width: 767px) {
	.main .inner{
		margin: 40px 10px;
	}
	.one-block{
		width:auto;
		margin-left:auto;
		margin-bottom:40px;
		text-align:center;
		font-size:116.7%;
		font-family:"arial";
	}
	.one-block h2{
		width:auto;
		text-align:center;
		border-bottom:1px solid #279bb9;
		padding-bottom:10px;
		margin-bottom:40px;
		font-weight:normal;
		font-feature-settings: "palt";
	}
	.one-block .lead{
		margin-bottom:30px;
		text-align: left;
	}
	.one-block .lead br,
	.one-block p br {
		display: none;
	}
	.one-block p{
		text-align: left;
	}
	.one-block ul{
		width:auto;
		padding: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.one-block li{
		width:50%;
	}
	.one-block li img{
		margin-bottom:10px;
	}
	.one-block h3{
		width:auto;
		border-bottom:1px solid #999999;
		border-top:1px solid #999999;
		padding:10px 0;
		margin-bottom:30px;
		font-weight:normal;
	}
	.one-block>img{
		width: 100%;
	}
	#visual {width: auto;}
}