@charset "UTF-8";

/*--------------------------------------------------------------------
company.html
company.css
--------------------------------------------------------------------*/

/*------------Title------------------------*/
div#Title p {
	max-width: 980px;
	margin: 0 auto 60px;
	text-align: center;
	line-height: 1.2;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.6em;
	color: #ff2b00;
}

/*------------Box------------------------*/
div.Box {
	position: relative;
	width: 980px;
	margin: -80px auto 0;
	padding: 80px 0 0;
	overflow: hidden;
}

/*------------benefits------------------------*/
div#benefits ul {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
}
div#benefits ul li {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 230px;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 10px;
	background-color: #e9f7e5;
	line-height: 1.8;
	text-align: center;
}
div#benefits ul li:nth-of-type(4n) { margin-right: 0; }
div#benefits ul li strong {
	display: block;
	line-height: 1.2;
	letter-spacing: -0.06em;
	font-size: 1.33em;
	font-weight: bold;
	color: #ff6600;
}

/*------------uniform------------------------*/
div#uniform h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
	text-align: center;
	line-height: 1.2;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 1.6em;
}
div#uniform h3 span {
	display: inline-block;
	width: 168px;
	height: 58px;
	margin: 0 20px;
	background: url(../img/logo.png) no-repeat left center;
}
div#uniform div#phoItem ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 20px;
	list-style: none;
}
div#uniform div#phoItem ul li {
	width: 19%;
	margin-right: 1.25%;
}
div#uniform div#phoItem ul li:nth-last-of-type(1) { margin-right: 0; }
div#uniform div#phoItem ul li img {
	width: auto;
	max-width: 100%;
}
div#uniform div.ItemList {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
div#uniform div.Item {
	width: 470px;
	margin-top: 40px;
}
div#uniform div.ItemT {
	padding: 0.5em;
	line-height: 1.2;
	text-align: center;
	font-size: 1.33em;
	color: #fff;
}
div#uniform div.ItemT p { font-weight: bold; }
div#uniform div.ItemT p span {
	margin-left: 0.25em;
	font-size: 2rem;
}
div#uniform div.male  div.ItemT { background-color: #5eb0ff; }
div#uniform div.woman div.ItemT { background-color: #ff6600; }
div#uniform div.uniformTxt h4 {
	margin-top: 20px;
	padding: 0.5em;
	line-height: 1.2;
	text-align: center;
	font-size: 1.33em;
}
div#uniform div.male  div.uniformTxt h4 {
	background-color: #eff7ff;
	border: 1px solid #5eb0ff;
}
div#uniform div.woman div.uniformTxt h4 {
	background-color: #fff0e6;
	border: 1px solid #ff6600;
}
div#uniform div.uniformTxt strong {
	display: block;
	font-size: 2rem;
}
div#uniform div.male  div.uniformTxt strong { color: #0071bb; }
div#uniform div.woman div.uniformTxt strong { color: #ff6600; }
div#uniform div.commonTxt {
	width: 470px;
	margin: 40px auto 0;
}
div#uniform div.commonTxt h4 {
	padding: 0.5em;
	background-color: #24b300;
	border: 1px solid #24b300;
	line-height: 1.2;
	text-align: center;
	font-size: 1.33em;
	color: #fff;
}
div#uniform table {
	width: 100%;
	border-collapse: collapse;
}
div#uniform table tr th {
	width: 50%;
	padding: 0.5em;
	text-align: left;
	vertical-align: middle;
}
div#uniform table tr th span {
	display: inline-block;
	font-size: 0.8rem;
}
div#uniform div.male  div.uniformTxt table tr th {
	background-color: #eff7ff;
	border-bottom: 1px solid #5eb0ff;
}
div#uniform div.woman div.uniformTxt table tr th {
	background-color: #fff0e6;
	border-bottom: 1px solid #ff6600;
}
div#uniform div.commonTxt table tr th {
	background-color: #e9f7e5;
	border-bottom: 1px solid #24b300;
}
div#uniform table tr td {
	width: auto;
	padding: 0.5em;
	text-align: right;
	vertical-align: middle;
}
div#uniform div.male  div.uniformTxt table tr td {
	border-bottom: 1px solid #5eb0ff;
	border-left: 1px solid #5eb0ff;
}
div#uniform div.woman div.uniformTxt table tr td {
	border-bottom: 1px solid #ff6600;
	border-left: 1px solid #ff6600;
}
div#uniform div.commonTxt table tr td {
	border-bottom: 1px solid #24b300;
	border-left: 1px solid #24b300;
}
div#uniform table + p {
	margin-top: 10px;
	text-align: center;
}

/*------------bag------------------------*/
div#bag dl {
	width: 650px;
	margin: 60px auto 0;
}
div#bag dl dd {
	padding: 0.5em;
	background-color: #24b300;
	text-align: center;
	font-size: 1.33em;
	color: #fff;
}

/*------------card------------------------*/
div#card dl {
	width: 100%;
	margin: 60px auto 0;
}
div#card dl dt {
	padding: 0.5em;
	background-color: #2a2b2b;
	text-align: center;
	font-size: 1.33em;
	color: #fff;
}

/*------------corona------------------------*/
div#corona { margin: 60px auto 0; }
div#corona h4 {
	padding: 0.5em;
	background-color: #9a7c5e;
	border: 1px solid #9a7c5e;
	text-align: center;
	font-size: 1.33em;
	color: #fff;
}
div#corona ol {
	display: flex;
	justify-content: space-between;
	padding: 30px;
	border: 1px solid #9a7c5e;
	list-style: none;
}
div#corona ol li {
	width: 215px;
	text-align: center;
	font-size: 1.33em;
}
div#corona ol li dd { margin-top:10px; }

/*------------contact------------------------*/
div#contact {
	margin: 60px auto 0;
	padding: 20px 60px;
	background-color: #24b300;
	font-size: 1.33em;
	color: #fff;
}
div#contact h4 {
	margin-bottom: 10px;
	text-align: center;
	font-weight: bold;
}
div#contact div#QrTxt { display: flex; }
div#contact div#Txt { margin-left: 20px; }
div#contact div#Txt dl { display: flex; }
div#contact div#Txt dl dd em { font-size: 1rem; }
div#contact div#Txt p#note {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 0.8rem;
}

/*------------flyer------------------------*/
nav#flyer {
	width: 30%;
	max-width: 800px;
	margin: 60px auto 0;
}
nav#flyer a {
	position: relative;
	display: block;
	padding: 1em;
	background-color: #ff2b00;
	text-align: center;
	font-size: 1.33em;
	color: #fff;
}
nav#flyer a:after {
	position: absolute;
	display: block;
	content: "";
	width: 20px;
	height: 20px;
	background: url(../img/arrow.png) no-repeat center center;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
}
nav#flyer a:hover {
	text-decoration: none;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}