@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  レイアウトCSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.LAYOUT]
/* [02.PAGE,LIST]
/* [03.SINGLE]
/* [04.CONTACT]
/* [05.SALES NETWORK]
/* [00.MEDIA QUERIES,PRINT]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.LAYOUT]
--------------------------------------------------------------------------*/
#top-catch div {
	width: 740px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 50px 0 70px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	line-height: 160%;
}
#top-catch div img {
	width: 100%;
}
#top-business {
	background: #f5f5f5;
}
#top-business .pkg {
	width: 100%;
	max-width: 1200px;
	padding: 60px 0 60px 0;
}
#top-business .ttl {
	max-width: 100%;
	background: url(../images/layouts/bg-top-business.png) no-repeat center bottom;
	background-size: cover;
	color: #FFF;
	padding: 40px 0;
}
#top-business .ttl h3 {
	color: #FFF;
}
#top-business .ttl .pkg {
	padding: 20px 0;
}
#top-business .ttl .pkg .inner {
	width: 50%;
}
#top-business .ttl .pkg .inner .eng {
	margin-bottom: 15px;
}
#top-business ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#top-business ul li {
	background: #FFF;
	width: 25%;
	text-align: center;
	margin-bottom: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#top-business ul li:nth-child(1),
#top-business ul li:nth-child(2),
#top-business ul li:nth-child(3) {
	width: 33.333%;
}
#top-business ul li a {
	display: block;
}
#top-business ul li a img {
	width: 100%;
}
#top-business ul li a div {
	padding: 30px 25px 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#top-business ul li a h4 {
	font-size: 15px;
	line-height: 140%;
	margin-bottom: 5px;
	line-height: 18px;
}
#top-business ul li a p {
	color: #0032a0;
	line-height: 140%;
}
#top-business ul li a p.eng {
	font-size: 15px;
	font-family: din-condensed, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
}
#top-business ul li a p span {
	font-size: 20px;
}
#top-catalog {
	background: #eaf1f5;
	color: #0032a0;
}
#top-catalog .pkg,
#top-info.pkg,
#top-recruit .pkg,
#top-company .pkg {
	padding: 60px 0;
}
#top-info.pkg,
#top-product-info .pkg{
	max-width: 1200px;
}
#top-catalog .pkg ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#top-catalog .pkg ul li:nth-child(odd) {
	width: 470px;
}
#top-catalog .pkg ul li:nth-child(even) {
	width: 510px;
}
#top-catalog .pkg ul li img {
	width: 100%;
	height: auto;
}
#top-catalog .pkg ul li h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 140%;
}
#top-catalog .pkg ul li p {
	margin-bottom: 20px;
	color: #212121;
}
#top-catalog .pkg ul li p.eng {
	font-size: 24px;
	font-family: din-condensed, sans-serif;
	margin-bottom: 15px;
	color: #0032a0;
}
#top-catalog .pkg ul li a {
	width: 100%;
	padding: 16px 20px;
	border: solid 1px #FFF;
	line-height: normal;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	color: #FFF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #0032a0;
}
#top-catalog .pkg ul li a:hover {
	background: #00287f;
	color: #fff;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
#top-catalog .pkg ul li a span {
	font-weight: normal;
	font-size: 12px;
	display: block;
}
nav ul.li-tab {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 20px;
}
nav ul.li-tab li {
	width: 25%;
	border-right: solid 1px #0032a0;
	border-bottom: solid 1px #0032a0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
nav ul.li-tab li a {
	width: 100%;
	height: 60px;
	line-height: 60px;
	display: block;
	text-align: center;
	padding: 0 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
nav ul.li-tab li a.active {
	background: #0032a0;
	width: 100%;
	text-align: center;
	color: #FFf;
}
.li {
	margin-bottom: 40px;
	display: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#li-switch-0 {
	display: block;
}
.li li a {
	background: #f5f5f5;
	width: 100%;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 20px 20px 21px 20px;
	color: #333;
	min-height: 1px;
}
.li li a:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
* html .li li a {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.li li:nth-child(even) a {
	background: none;
}
.li li a p {
	float: left;
	line-height: 22px;
}
.li li a p:nth-child(1) {
	width: 180px;
}
.li li a p:nth-child(2) {
	width: 140px;
	background: #89c1e9;
	font-size: 10px;
	color: #FFF;
	text-align: center;
	line-height: 120%;
    padding: 5px;
}
.li li a p:nth-child(2).bg-01 {
	background: #679abf;
	line-height: 120%;
    padding: 5px;
}
.li li a p:nth-child(2).bg-02 {
	background: #0032a0;
	line-height: 120%;
    padding: 5px;
}
.li li a p:nth-child(2).bg-03 {
	background: #0032a0;
	line-height: 120%;
    padding: 5px;
}
.li li a p:nth-child(3) {
	width: 635px;
	float: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.li li a p.t-2c {
	background: none;
	font-size: 15px;
	color: #333;
	text-align: left;
	width: 790px;
	float: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.li li a:hover p:nth-child(3),
.li li a:hover p.t-2c {
	text-decoration: underline;
}
#top-recruit {
	background: #f5f5f5;
}
#top-recruit .pkg {
	width: 100%;
	max-width: 1200px;
}
#top-recruit ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
}
#top-recruit ul li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#top-recruit ul li:nth-child(odd) {
	background: url(../images/layouts/bg-top-recruit.png) no-repeat left top;
	background-size: cover;
	height: 355px;
	width: 40%;
	color: #FFF;
	text-align: center;
	position: relative;
}
#top-recruit ul li:nth-child(odd) div {
	position: absolute;
	width: 100%;
	height: 65px;
	top: 50%;
	margin-top: -32px;
}
#top-recruit ul li:nth-child(odd) div h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 100%;
}
#top-recruit ul li:nth-child(odd) div p.eng {
	font-size: 24px;
	font-family: din-condensed, sans-serif;
	line-height: 100%;
}
#top-recruit ul li:nth-child(even) {
	width: 60%;
	height: 355px;
	padding: 60px 40px;
	background: #FFF;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
#top-recruit ul li:nth-child(even) p {
	margin-bottom: 20px;
}
#top-recruit ul li:nth-child(even) p:first-child {
	font-size: 36px;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 20px;
}
#top-company .pkg {
	width: 100%;
	max-width: 1200px;
}
#top-company ul.li-4c {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto 60px auto;
}
#top-company ul.li-4c li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 25%;
}
#top-company ul.li-4c li a {
	width: 300px;
	height: 300px;
	display: flex;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #FFF;
}
#top-company ul.li-4c li:nth-child(1) a {
	background: url(../images/layouts/bg-top-company-01.png) no-repeat left top;
	background-size: 100%;
}
#top-company ul.li-4c li:nth-child(2) a {
	background: url(../images/layouts/bg-top-company-02.png) no-repeat left top;
	background-size: 100%;
}
#top-company ul.li-4c li:nth-child(3) a {
	background: url(../images/layouts/bg-top-company-03.png) no-repeat left top;
	background-size: 100%;
}
#top-company ul.li-4c li:nth-child(4) a {
	background: url(../images/layouts/bg-top-company-04.png) no-repeat left top;
	background-size: 100%;
}
#top-company ul.li-4c li a div {
	height: 70px;
	margin: auto;
}
#top-company ul.li-4c li a div p {
	font-size: 16px;
	line-height: 100%;
	margin-bottom: 10px;
	padding: 0;
}
#top-company ul.li-4c li a div p:first-child {
	font-weight: bold;
}
#top-company ul.li-4c li a div p.eng {
	font-size: 16px;
	font-family: din-condensed, sans-serif;
}
#top-company ul.li-4c li a div p span {
	font-size: 20px;
	position: inherit;
	color: #fff;
	margin: 0;
}
#top-company #group {
	background: #f5f5f5;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 40px;
	margin-bottom: 50px;
	margin-left: calc(50% - 50vw);
  	margin-right: calc(50% - 50vw);
}
#top-company #group .group-inner {
	max-width: 1200px;
	margin: 0 auto;
}
#top-company #group .group-inner_title {
	font-size: 18px;
	text-align-last: left;
	padding-left: 10px;

}
#top-company #group ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
}
#top-company #group ul li {
	margin-bottom: 20px;
	width: 24%;
}
#top-company #group p {
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
	font-size: 22px;
}
#top-company #group ul li a {
	display: block;
}
#top-company #group ul li a img {
	width: 100%;
}
#desc {
	background: url(../images/layouts/img-kurumin.png) no-repeat left top;
	min-height: 193px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 20px 0 0 270px;
}
#desc p:first-child {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

/* [02.PAGE,LIST]
--------------------------------------------------------------------------*/
.main-page,
.main-single {
	background: #f5f5f5;
}
.main-page .pkg,
.main-single .pkg {
	padding: 40px 0;
}
.main-page h2 {
	margin-bottom: 10px;
}
.main-page .sub-eng {
	font-size: 20px;
	font-family: din-condensed, sans-serif;
	margin-bottom: 20px;
}
.main-single h2 {
	font-size: 26px;
	margin-bottom: 10px;
}
.main-single .sub-cate {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}
.main-page ul {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.main-page ul li {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.main-page ul li:nth-child(odd) {
	width: 428px;
	padding-top: 60px;
}
.main-page ul li:nth-child(even) {
	width: 552px;
}
.main-page ul li img {
	width: 100%;
}
.page h3,
.single h3 {
	font-size: 26px;
	color: #0032a0;
	padding-bottom: 16px;
	border-bottom: 1px solid #0032a0;
	margin-bottom: 40px;
	line-height: 140%;
}
.page h4,
.single h4 {
	background: #f5f5f5;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #0032a0;
	border-left: solid 4px #0032a0;
	padding: 14px;
	margin-bottom: 40px;
}
.page h5,
.single h5 {
	font-size: 16px;
	color: #0032a0;
	margin-bottom: 20px;
}
.page p {
	line-height: 24px;
}
.single p {
	margin-bottom: 20px;
}
.page img,
.single img {
	max-width: 1020px;
	height: auto;
}
.single video {
	max-width: 1020px;
	height: auto;
}
nav ul.tw li {
	width: 33%;
	border-right: none;
	border-bottom: solid 1px #0032a0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
nav ul.tw li a {
	width: 100%;
	height: 75px;
	line-height: 18px;
	display: block;
	text-align: center;
	padding: 20px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
nav ul.tw-4 li {
	width: 240px;
	border-right: none;
	border-bottom: solid 1px #0032a0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
nav ul.tw-4 li a {
	width: 100%;
	height: auto;
	line-height: 18px;
	display: block;
	text-align: center;
	padding: 20px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.li-2c {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.li-2c li {
	width: 490px;
}
.li-2c li p {
	margin-bottom: 40px;
}
.li-2c li .jp-ttl {
	font-size: 36px;
	font-weight: bold;
	color: #0032a0;
	margin-bottom: 5px;
	line-height: 120%;
}
.li-2c li .eng {
	color: #212121;
	font-size: 22px;
	font-family: din-condensed, sans-serif;
	margin-bottom: 20px;
}
.li-2c li a {
	position: relative;
	background: #0032a0;
	width: 320px;
	height: 62px;
	line-height: 62px;
	color: #FFF !important;
	display: block;
	text-align: center;
}
.li-2c li a span {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.li-2c li img {
	width: 100%;
}
.li-2c .pre-ms-ttl {
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 35px;
}
.li-3c {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.li-3c li {
	width: 340px;
}
.li-3c li a {
	display: block;
}
.li-3c li a img {
	width: 100%;
}
.li-3c li a span.border {
	display: block;
	position: relative;
}
.li-3c li a span.border::before {
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	border: 1px solid #00287f;
	width: 100%;
	height: 100%;
	content: "";
	box-sizing: border-box;
}
.li-3c li a div {
	padding: 30px 25px 45px 25px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
}
.page .li-3c li a h4 {
	background: none;
	border: none;
	font-size: 15px;
	color: #212121;
	margin-bottom: 10px;
	line-height: 18px;
	padding: 0;
}
.page .li-3c li a p {
	color: #0032a0;
}
.page .li-3c li a p.eng {
	font-size: 15px;
	font-family: din-condensed, sans-serif;
	font-weight: bold;
	margin-bottom: 5px;
}
.page .li-3c li a p span {
	font-size: 18px;
}
.main-page .ttl,
.main-single .ttl {
	padding: 100px 0;
}
.li-5c {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.li-5c li {
	width: 196px;
	background: #FFF;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 10px 10px 0;
}
.li-5c li:nth-child(5n) {
	margin-right: 0;
}
.li-5c li a {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 30px 20px 30px 45px;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}
.li-5c li a span {
	position: absolute;
	font-size: 18px;
	vertical-align: middle;
	top: 30px;
	left: 20px;
	margin: -1px 10px 0 0;
	color: #0032a0;
}
.li-4c {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch;
	justify-content: flex-start;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.li-4c li {
	width: 24.25%;
	margin-right: 1%;
	margin-bottom: 1%;
	background: #FFF;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.li-4c li:nth-child(4n) {
	margin-right: 0;
}
.li-4c li a {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 30px 20px 30px 45px;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
}
.li-4c li a span {
	position: absolute;
	font-size: 18px;
	vertical-align: middle;
	top: 30px;
	left: 20px;
	margin: -1px 10px 0 0;
	color: #0032a0;
}
.ir-policy p {
	margin-bottom: 40px;
}
#change-year {
	background: url(../images/layouts/logo-f.png) right 10px no-repeat #FFF !important;
	background-size: 20px;
	margin-bottom: 30px;
}
.list h4 {
	background: #f5f5f5;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	color: #0032a0;
	border-left: solid 4px #0032a0;
	padding: 14px;
	margin-bottom: 40px;
}
.top-message .pkg {
	padding: 0;
}
.top-message {
	background: -moz-linear-gradient(left, #266aff, #0050ff);
	background: -webkit-linear-gradient(left, #266aff, #0050ff);
	background: linear-gradient(to right, #266aff, #0050ff);
	color: #fff;
}
.top-message .ttl-msg {
	font-size: 28px;
	line-height: 120%;
	font-weight: bold;
	margin-bottom: 10px;
}
.top-message .sub-eng {
	margin-bottom: 30px;
}
.top-message .ceo {
	margin-bottom: 5px;
	line-height: 100%;
}
.top-message .ceo-name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 120%;
	width: 100px;
	height: auto;
}
.top-message .ceo-name img {
	width: 100%;
	height: auto;
}
.top-message .ceo-history {
	font-size: 14px;
	line-height: 140%;
	display: flex;
}
.top-message .ceo-history span {
	width: 20%;
}
.top-message .ceo-history .txt-right {
	text-align: right;
	width: 10%;
	margin-right: 10px;
}
.top-message .ceo-history .txt {
	width: 70%;
	margin-right: 0;
}
.top-message ul li:first-child {
	width: 40%;
	padding-top: 110px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.top-message ul li:last-child {
	width: 60%;
}
.top-message ul li:last-child img {
	width: 100%;
	height: auto;
}
.top-message-cnt p {
	margin-bottom: 35px;
	font-size: 17px;
	line-height: 180%;
}
.we-rent-img img {
    height: 18px;
    padding: 0 5px 8px 5px;
}
.page-link-3c {
	width: 1020px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 60px 0 0 0;
}
.page-link-3c li {
	width: 32%;
	margin-right: 2%;
}
.page-link-3c li a {
	width: 100%;
	padding: 20px 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	color: #FFF;
	text-align: center;
	background: #0032a0;
}
.page-link-3c li:nth-child(3n) {
	margin-right: 0;
}
.company-tbl {
	width: 100%;
	margin-bottom: 40px;
}
.company-tbl-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.company-tbl li a {
	text-decoration: underline;
}
.company-tbl li {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-bottom: 1px  solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
	width: 100%;
}
.company-tbl li .item-name {
	width: 35%;
	font-weight: bold;
}
.company-tbl li .item-name_abroad {
	width: 100%;
}
.company-tbl li .txt {
	width: 65%;
}
.company-tbl li .txt p {
	display: flex;
}
.company-tbl li .txt p span {
	width: 140px;
	margin-right: 10px;
}
.access-map p {
	font-weight: bold;
	margin-bottom: 20px;
}
.history-tbl {
	width: 100%;
}
.history-tbl li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 1px;
}
.history-tbl li .year {
	width: 20%;
	background: #0032a0;
	padding: 10px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #fff;
	line-height: 140%;
}
.history-tbl li .txt {
	width: 80%;
	padding: 10px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fff;
	line-height: 140%;
}
.company-sosiki-img img {
	max-width: 100%;
}
.w-740 {
	width: 740px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
}
.w-740 img {
	width: 100%;
	height: auto;
}
.w-660 {
	width: 660px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
	text-align: center;
	font-size: 16px;
	line-height: 34px;
}
.w-660 img {
	width: 100%;
	height: auto;
}
.management-policy-li3 {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "游明朝", YuMincho, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding-top: 20px;
}
.management-policy-li3 li {
	width: 100%;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-bottom: 30px;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.management-policy-li3 li:last-child {
	margin-right: 0;
	border-right: none;
}
.management-policy-li3 li .num {
	width: 40px;
	font-size: 20px;
}
.management-policy-li3 li .txt {
	width: 690px;
	font-size: 20px;
	line-height: 140%;
	text-align: left;
}
.network-search h2 {
	font-size: 22px;
	border-left: 4px solid #0032a0;
	padding: 5px 0 3px 10px;
	margin-bottom: 30px;
}
.search-box {
	margin-bottom: 60px;
	width: 1020px;
}
.search-box-li {
	width: 100%;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	margin-bottom: 20px;
}
.search-box-li li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.search-box-li li .item-name {
	width: 20%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 20px;
	background: #f5f5f5;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-weight: bold;
}
.search-box-li li .search-entry {
	width: 80%;
	padding: 20px 20px 20px 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.search-box-li li .search-entry select,
.sales-network select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../images/layouts/search-entry-select.png) no-repeat right center;
	background-size: 38px;
	border: solid 1px #ccc;
	font-size: 12px;
	color: #212121;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px 88px 10px 10px;
	cursor: pointer;
}
.search-box-li li .search-entry .li-4c {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.search-box-li li .search-entry .li-4c li {
	width: 32%;
	margin-right: 2%;
	line-height: 12px;
	margin-bottom: 10px;
	font-size: 12px;
}
.search-box-li li .search-entry .li-4c li:nth-child(3n) {
	margin-right: 0;
}
.search-box-li li .search-entry .li-4c li input[type="checkbox"] {
	margin-right: 5px;
}
.search-box-li li .search-entry input[type="text"],
.search-box-li li .search-entry input[type="tel"],
.search-box-li li .search-entry input[type="email"] {
	border: 1px solid #ccc;
	border-radius: 4px;
	height: 40px;
}
.search-box input[type="submit"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border: none;
	background: #0032a0;
	width: 230px;
	height: 44px;
	line-height: 44px;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
}
.network-li-2c {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.network-li-2c li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 30px;
	border: 1px solid #eee;
}
.network-li-2c li:nth-child(2n) {
	margin-right: 0;
}
.network-li-2c li .department {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}
.network-li-2c li .department span {
	padding: 5px 8px;
	background: #0032a0;
	border-radius: 100px;
	font-size: 12px;
	line-height: 100%;
	margin-right: 5px;
	color: #fff;
}
.network-li-2c li h3.shop-name {
	border-bottom: none;
	padding-bottom: 0;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 8px;
}
.network-li-2c li .address-date {
	margin-bottom: 10px;
}
.network-li-2c li .tel,
.network-li-2c li .fax {
	display: flex;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}
.network-li-2c li .tel span,
.network-li-2c li .fax span {
	background: #0032a0;
	padding: 5px;
	width: 50px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin-right: 10px;
	line-height: 12px;
}
.network-li-2c li .tel a {
	color: #212121;
}
.network-li-2c li .tel {
	margin-bottom: 5px;
}
.network-li-2c li .fax {
	margin-bottom: 15px;
}
.network-li-2c li .service-txt {
	background: #f5f5f5;
	padding: 10px;
	margin-bottom: 10px;
}
.network-li-2c li .service-txt .ttl {
	font-weight: bold;
	font-size: 12px;
	line-height: 120%;
	color: #0032a0;
	margin-bottom: 5px;
}
.network-li-2c li .service-txt .service-name {
	display: flex;
	flex-wrap: wrap;
}
.network-li-2c li .service-txt .service-name span {
	padding: 5px 8px;
	font-size: 11px;
	background: #fff;
	margin-right: 5px;
	line-height: 120%;
	margin-bottom: 5px;
}
.network-li-2c li .area-txt {
	background: #f5f5f5;
	padding: 10px;
	margin-bottom: 20px;
}
.network-li-2c li .area-txt .ttl {
	font-weight: bold;
	font-size: 12px;
	line-height: 120%;
	color: #0032a0;
	margin-bottom: 5px;
}
.network-li-2c li .area-txt .area-name {
	display: flex;
	flex-wrap: wrap;
}
.network-li-2c li .area-txt .area-name span {
	padding: 5px 8px;
	font-size: 11px;
	background: #fff;
	margin-right: 5px;
	line-height: 120%;
	margin-bottom: 5px;
}
.network-li-2c li .btn-map {
	position: relative;
	width: 100%;
	height: 42px;
	font-size: 13px;
	line-height: 42px;
	display: block;
	background: #fff;
	border: 1px solid #0032a0;
	color: #0032a0;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
}
.network-li-2c li .btn-map span {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.contact-box li{
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.contact-box li:nth-child(1) {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
}
.contact-box li:nth-child(1) .txt-wrap {
	width: 700px;
	padding-right: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.contact-box li:nth-child(1) .btn-wrap {
	width: 320px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.contact-box li .ttl-p {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 140%;
	width: 100%;
}
.contact-box li:nth-child(2) .btn-2c {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	justify-content: space-between;
}
.contact-box li:nth-child(2) .btn-2c a {
	width: 49%;
	margin: 0;
}
.contact-box-w100 li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
}
.contact-box-w100 li .txt-wrap {
	width: 700px;
	padding-right: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.contact-box-w100 li .txt-wrap .bg-white-wrap {
	padding: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fff;
	width: 320px;
}
.contact-box-w100 li .btn-wrap {
	width: 320px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.contact-box-w100 li .ttl-p {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 140%;
	width: 100%;
	color: #0032a0;
}
.contact-box-w100 li .ttl-p span {
	color: #0032a0;
}
.contact-box-w100 li .tel,
.contact-box-w100 li .fax {
	font-size: 20px;
	font-weight: bold;
}
.contact-box-w100 li .tel span,
.contact-box-w100 li .fax span {
	color: #0032a0;
}
.contact-box-w100 li .btn-wrap a:first-child {
	margin-bottom: 10px;
}
.contact-box-w100 li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}
h4.ttl_partners {
	position: relative;
	font-size: 16px;
	color: #0032a0;
}
h4.ttl_partners a {
	color: #0032a0;
}
a.btn_oc i {
	color: #0032a0;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
	font-size: 28px;
}
a.btn_oc i.dpn {
	display: none;
}
ul.li_product {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
ul.li_product li {
	display: flex;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 20px;
	border: 1px solid #eee;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
ul.li_product li:nth-child(2n) {
	margin-right: 0;
}
ul.li_product li .img-box {
	width: 30%;
	height: auto;
	margin-right: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
ul.li_product li .img-box img {
	width: 100%;
	height: auto;
}
ul.li_product li .txt-box {
	width: 65%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}
ul.li_product li .txt-box h5 {
	font-size: 14px;
	line-height: 140%;
	margin-bottom: 10px;
}
ul.li_product li .txt-box p {
	font-size: 12px;
	line-height: 140%;
}
ul.li_product li .txt-box .btn-area {
	position: absolute;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
ul.li_product li .txt-box .btn-area a {
	width: 140px;
	height: 40px;
	padding: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #0032a0;
	border: 1px solid #0032a0;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
ul.li_product li .txt-box .btn-area a:first-child {
	margin-right: 10px;
	position: relative;
}
ul.li_product li .txt-box .btn-area a:first-child span {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 18px;
	margin: 0;
	padding: 0;
}
.visual-big {
	width: 100%;
	height: auto;
}
.visual-big img {
	width: 100%;
	height: auto;
}
.visual-big .acquirer-txt {
	padding: 30px 80px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 140%;
}
.visual-big .acquirer-txt .eng {
	font-family: 'din-condensed', sans-serif;
	color: #0032a0;
	font-size: 60px;
	line-height: 140%;
	text-align: center;
}
.visual-big .acquirer-txt .eng-smll {
	font-family: 'din-condensed', sans-serif;
	color: #0032a0;
	font-size: 18px;
	line-height: 140%;
	text-align: center;
}
.visual-big .acquirer-txt .eng span {
	color: #212121;
}
.visual-big .acquirer-txt .jp-ttl {
	color: #0032a0;
	line-height: 140%;
	font-size: 18px;
	margin-bottom: 20px;
	text-align: center;
}
.visual-big .acquirer-txt .jp-ttl-big {
	color: #0032a0;
	line-height: 140%;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.brd-box {
	border: 1px solid #eee;
	padding: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
}
.brd-box h5 {
	font-size: 16px;
	line-height: 140%;
	color: #0032a0;
	margin-bottom: 20px;
}
.brd-box .annotation {
	padding: 5px;
	font-size: 12px;
	background-color: #F5F5F5;
}
.brd-box .annotation span {
	display: block;
	padding-left: 1.8em;
	text-indent: -1.8em;
}
.brd-box.flow {
	position: relative;
	margin-bottom: 82px;
	padding: 0;
}
.brd-box.flow::after  {
	width: 0;
  height: 0;
	margin-top: 20px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	content: "";
  border-style: solid;
  border-right: 62px solid transparent;
  border-left: 62px solid transparent;
  border-top: 42px solid #0032a0;
  border-bottom: 0;
}
.brd-box.flow div {
	padding: 40px;
}
.li-box {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.li-box li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: flex;
	border-bottom: 1px dotted #eee;
	line-height: 160%;
}
.li-box li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}
.li-box li span {
	color: #89c1e9;
	margin-right: 10px;
}
.li-box-other {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.li-box-other li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: flex;
	border-bottom: 1px dotted #eee;
	line-height: 140%;
}
.li-box-other li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none
}
.li-box-other li .ttl {
	color: #89c1e9;
	margin-right: 10px;
	width: 20%;
}
.li-box-other li .ttl span {
	color: #212121;
	margin-left: 5px;
	font-weight: bold;
}
.li-box-other li .txt {
	width: 80%;
}
.li-8c {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	justify-content: space-between;
}
.li-8c li {
	width: 15%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 12px;
	text-align: center;
	line-height: 120%;
	margin-bottom: 10px;
}
.li-8c li img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.accident-report {
	border: 1px solid #eee;
	padding: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	display: flex;
}
.accident-report div:first-child {
	width: 700px;
}
.accident-report div:first-child p {
	width: 170px;
	height: auto;
}
.accident-report div:first-child p img {
	width: 100%;
	height: auto;
}
.accident-report div:last-child {
	width: 320px;
}
.li-pdf {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.li-pdf li {
	width: 49%;
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #eee;
	margin-bottom: 20px;
	align-items: center;
}
.li-pdf li .ttl-box {
	width: 68%;
	padding-right: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 140%;
}
.li-pdf li .btn-box {
	width: 32%;
}
.li-pdf li .btn-box .btn-pdf {
	position: relative;
	width: 100%;
	height: 42px;
	font-size: 13px;
	line-height: 42px;
	display: block;
	background: #fff;
	border: 1px solid #0032a0;
	color: #0032a0;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
}
.li-pdf li .btn-box .btn-pdf span {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 20px;
	margin: 0;
	padding: 0;
}
.business-li {
	width: 100%;
	height: auto;
}
.business-li li {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	padding-bottom: 60px;
	border-bottom: 1px solid #eee;
	margin-bottom: 60px;
}
.business-li li:last-child {
	margin-bottom: 0;
}
.business-li li div:first-child {
	margin-right: 4%;
}
.business-li li .txt-box {
	width: 48%;
	padding-top: 30px;
}
.business-li li .txt-box h4 {
	font-size: 24px;
	color: #0032a0;
	line-height: 120%;
	margin-bottom: 5px;
}
.business-li li .txt-box p {
	margin-bottom: 30px;
}
.business-li li .txt-box .eng {
	font-family: 'din-condensed', sans-serif;
	color: #999;
	font-size: 16px;
	line-height: 100%;
	margin-bottom: 30px;
}
.business-li li .txt-box .btn {
	margin: inherit;
}

.business-li li .img-box {
	width: 48%;
}
.business-li li .img-box img {
	width: 100%;
	height: auto;
}
#main-business-construction {
	background: url(../images/layouts/business-construction-bg.png) no-repeat center top;
	background-size: cover;
	width: 100%;
}
#main-business-industry {
	background: url(../images/layouts/business-industry-bg.png) no-repeat center top;
	background-size: cover;
	width: 100%;
}
#main-business-railway {
	background: url(../images/layouts/business-railway-bg.png) no-repeat center top;
	background-size: cover;
	width: 100%;
}
#main-business-rent_bihin {
	background: url(../images/layouts/business-rent_bihin-bg.png) no-repeat center top;
	background-size: cover;
	width: 100%;
}
#main-business-power_generation {
	background: url(../images/layouts/business-power_generation-bg.png) no-repeat center top;
	background-size: cover;
	width: 100%;
}
#main-business-auction {
	background: url(../images/layouts/business-auction-bg.png) no-repeat center top;
	background-size: cover;
	width: 100%;
}
#main-business-system_solution {
	background: url(../images/layouts/business-system_solution-bg.png) no-repeat center top;
	background-size: cover;
	width: 100%;
}
.business-main-wrap .ttl h2,
.business-main-wrap .ttl .sub-eng {
	color: #fff;
}
.bg-0058a6-conts {
	background: #0032a0;
	color: #fff;
	text-align: center;
}
.bg-0058a6-conts .ttl {
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
}
.bg-0058a6-conts .smll-ttl {
	font-size: 16px;
	line-height: 140%;
	font-weight: bold;
	margin-bottom: 5px;
	color: #fffc00;
}
.li_3c_other {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
}
.li_3c_other li {
	width: 32%;
	margin-right: 2%;
}
.li_3c_other li:nth-child(3n) {
	margin-right: 0;
}
.li_3c_other li img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.li_3c_other li .ttl-box {
	padding: 8px 10px;
	background: #679abf;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.li_3c_other li p a {
	text-decoration: underline;
}
.privacy-li {
	width: 100%;
}
.privacy-li li {
	display: flex;
	margin-bottom: 20px;
	line-height: 140%;
}
.privacy-li li span {
	margin-right: 5px;
}
.brd-cnts-li {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.brd-cnts-li li {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	line-height: 140%;
	border: 1px solid #eee;
	padding: 40px;
	margin-bottom: 20px;
}
.brd-cnts-li li .txt-box {
	width: 46%;
	margin-right: 4%;
}
.brd-cnts-li li .txt-box h5 {
	font-size: 16px;
	color: #0032a0;
	margin-bottom: 15px;
}
.brd-cnts-li li .img-box {
	width: 50%;
}
.brd-cnts-li li .img-box img {
	width: 100%;
	height: auto;
}
.contact-box-2c {
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	justify-content: space-between;
}
.contact-box-2c li {
	width: 49%;
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
}
.contact-box-2c li .ttl-p {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 140%;
    width: 100%;
}
.contact-box-2c li .ttl-p span {
	font-size: 24px;
	color: #0032a0;
}
.contact-box-2c li .telfax {
	width: 230px;
	margin: 0 auto;
}
.contact-box-2c li .telfax .tel,
.contact-box-2c li .telfax .fax {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	width: 240px;
	margin: 0 auto;
	padding-bottom: 10px;
	color: #212121;
}
.contact-box-2c li .telfax .tel span,
.contact-box-2c li .telfax .fax span {
	background: #0032a0;
	padding: 5px;
	width: 50px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-right: 10px;
	line-height: 12px;
}
.brd-cnts-li p {
	font-size: 14px;
	display: flex;
	line-height: 140%;
	margin-bottom: 10px;
}
.brd-cnts-li p span {
	margin-right: 5px;
}
.brd-cnts-li p:last-child {
	margin-bottom: 0;
}
.auction-point-li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 40px;
}
.auction-point-li li {
	width: 19%;
	margin-right: 1%;
	padding: 20px;
	border: 1px solid #eee;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.auction-point-li li:last-child {
	margin-right: 0;
}
.auction-point-li li .feature-num {
	margin-bottom: 20px;
}
.auction-point-li li .feature-num p {
	width: 60px;
	height: 60px;
	border-radius: 100px;
	background: #0032a0;
	margin: 0 auto;
	text-align: center;
	color: #fffc00;
	font-weight: bold;
	padding-top: 18px;
	line-height: 14px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 14px;
}
.auction-point-li li .feature-num p span {
	margin-bottom: 20px
}
.auction-point-li li h5 {
	color: #0032a0;
	font-size: 15px;
	margin-bottom: 15px;
	text-align: center;
}
.auction-point-li li p {
	font-size: 14px;
	line-height: 140%;
}
.tel-w100-wrap {
	width: 100%;
	padding: 40px;
	text-align: center;
	font-size: 18px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.tel-w100-wrap .btn {
	font-size: 15px;
}
.tel-w100-wrap .tel {
	font-size: 24px;
	font-weight: bold;
}
.tel-w100-wrap .tel span {
	color: #0032a0;
}
.bar-blue {
	width: 100%;
	padding: 30px;
	background: #0032a0;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.bar-blue .eng {
	font-family: 'din-condensed', sans-serif;
	font-size: 16px;
	color: #fffc00;
}
.bar-blue .ttl-p {
	font-size: 26px;
	line-height: 140%;
	color: #fff;
	font-weight: bold;
}
.triangle-b-01 {
	width: 0;
	height: 0;
	display: block;
	border-style: solid;
	border-width: 18px 20px 0 20px;
	border-color: #0032a0 transparent transparent transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-indent: -9999px;
	margin: 0 auto;
}
.fsc-red {
	color: #e30000;
}
.qa-list {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.qa-list li {
	border-bottom: 1px dotted #eee;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.qa-list li h5 {
	font-size: 16px;
	color: #0032a0;
	line-height: 34px;
	margin-bottom: 0;
}
.qa-list li .q-icon {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
}
.qa-list li .q-icon p {
	width: 34px;
	height: 34px;
	border-radius: 100px;
	background: #0032a0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	padding-top: 6px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 14px;
	margin-right: 5px;
}
.qa-list li .txt {
	padding-left: 39px;
}
.video-box {
	width: 640px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 40px;
}
.video-box video {
	width: 100%;
	height: auto;
}
.president-message-li li p {
	line-height: 180%;
	margin-bottom: 20px;
}
.president-message-li li .ceo-sine-img {
	width: 100px;
	margin: 0 0 0 auto;
}
.president-message-li li .ceo-sine-img img {
	width: 100%;
	height: auto;
}
.li-irpolicy {
	width: 100%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.li-irpolicy li {
	width: 100%;
	margin-bottom: 40px;
}
.li-irpolicy li:last-child {
	margin-bottom: 0;
}
.li-irpolicy li .ttl {
	display: flex;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: bold;
	color: #0032a0;
}
.li-irpolicy li .ttl span {
	margin-right: 5px;
}
.page-catalog ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: stretch;
	justify-content: space-between;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.page-catalog ul li h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 140%;
	border-bottom: none;
	padding-bottom: 0;
	color: #0032a0;
}
.page-catalog ul li p.eng {
	font-size: 24px;
	font-family: din-condensed, sans-serif;
	color: #0032a0;
}
.page-catalog ul li p {
	margin-bottom: 35px;
}
.page-catalog ul li a {
	width: 100%;
	padding: 16px 20px;
	line-height: normal;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	background: #0032a0;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.page-catalog ul li a:hover {
	background: #00287f;
	color: #fff;
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
}
.page-catalog ul li a span {
	font-weight: normal;
	font-size: 12px;
	display: block;
}
.page-catalog ul li:nth-child(odd) {
	width: 470px;
}
.page-catalog ul li:nth-child(even) {
	width: 510px;
}
.page-catalog ul li img {
	width: 100%;
	height: auto;
}
.rent-terms {
	border: 1px solid #eee;
	padding: 40px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fff;
}
.rent-terms h5 {
	font-size: 18px;
}
.rent-terms ul li {
	display: flex;
	width: 100%;
	line-height: 140%;
	margin-bottom: 10px;
}
.li_2c_other {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.li_2c_other li {
	width: 49%;
	margin-right: 2%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.li_2c_other li:nth-child(2n) {
	margin-right: 0;
}
.li_2c_other li img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.contact-box-li3c {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	justify-content: space-between;
}
.contact-box-li3c li {
	width: calc((100% - 30px)/4);
	background: #fff;
	padding: 20px 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 40px;
}
.contact-box-li3c li .txt-wrap {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
}
.contact-box-li3c li .btn-wrap {
	width: 320px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.contact-box-li3c li .ttl-p {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 140%;
	width: 100%;
}
.contact-box-li3c li .ttl-p span {
	color: #0032a0;
}
.contact-box-li3c li .tel,
.contact-box-li3c li .fax {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: bold;
	display: flex;
	width: 240px;
	margin: 0 auto;
	padding-bottom: 10px;
	color: #212121;
}
.contact-box-li3c li .tel span,
.contact-box-li3c li .fax span {
	background: #0032a0;
	padding: 5px;
	width: 50px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-right: 10px;
	line-height: 12px;
}
.contact-box-li3c li .btn-wrap a:first-child {
	margin-bottom: 10px;
}
.contact-box-li3c li .spc-b-10{
	font-size: 14px;
}
.btn-flx-wrap {
	width: 660px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.bg-blue-ttl {
	width: 100%;
	padding: 8px;
	background: #0032a0;
	color: #fff;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 0;
}
.page h3 a,
.single h3 a {
	color: #0032a0;
}
.mgr-15 {
	margin-right: 15px;
}
.jpx-link {
	width: 440px;
	margin: 0 auto;
}
.jpx-link a {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	background: #fff;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	align-items: center;
}
.jpx-link .img-box {
	width: 30%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-right: 5%;
}
.jpx-link .img-box img {
	width: 100%;
	height: auto;
}
.jpx-link .txt-box {
	width: 65%;
	font-weight: bold;
	font-size: 18px;
	text-align: left;
}
.jpx-link .txt-box .eng {
}
.industry-contact-wrap {
	width: 100%;
}
.industry-contact-wrap .txt-wrap {
	max-width: 1020px;
	text-align: center;
	margin-bottom: 40px;
}
.industry-contact-wrap .txt-wrap .bg-white-wrap {
	width: 320px;
	background: #fff;
	margin: 0 auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 30px;
}
.industry-contact-wrap .txt-wrap .ttl-p {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 140%;
	width: 100%;
	color: #0032a0;
}
.industry-contact-wrap .txt-wrap .tel,
.industry-contact-wrap .txt-wrap .fax {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	width: 240px;
	margin: 0 auto;
	padding-bottom: 10px;
	color: #212121;
}
.industry-contact-wrap .txt-wrap .tel span,
.industry-contact-wrap .txt-wrap .fax span {
	background: #0032a0;
	padding: 5px;
	width: 50px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-right: 10px;
	line-height: 12px;
}
.industry-contact-wrap .btn-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 660px;
	margin: 0 auto;
}
.txt-al-right {
	text-align: right;
}
.auction-contact {
	width: 400px;
	margin: 0 auto;
	text-align: center;
}
.auction-contact .txt-wrap {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #fff;
	padding: 30px;
}
.auction-contact .txt-wrap .ttl-p {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 140%;
	width: 100%;
	color: #0032a0;
}
.auction-contact .txt-wrap .tel,
.auction-contact .txt-wrap .fax {
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	width: 240px;
	margin: 0 auto;
	padding-bottom: 10px;
	color: #212121;
}
.auction-contact .txt-wrap .tel span,
.auction-contact .txt-wrap .fax span {
	background: #0032a0;
	padding: 5px;
	width: 40px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-right: 10px;
	line-height: 12px;
}
.auction-contact .txt-wrap .tel a,
.industry-contact-wrap .txt-wrap .tel a,
.contact-box-li3c li .tel a,
.contact-box-2c li .telfax .tel a {
	color: #212121;
}
.security-li li span {
	color: #89c1e9;
}

.haq li h5 {
	font-weight: bold;
	line-height: 150%;
	color: #333;
}
.haq ul li {
	padding: 20px 0 40px;
	border-bottom: 1px solid #EEE;
}
.haq ul li .btn_oc {
	display: block;
	position: relative;
	color: #0032A0;
}
.haq ul li .btn_oc span {
	display: block;
	margin-right: 3em;
}
.haq ul li .btn_oc i {
	top: 0;
	right: 0;
}
.haq ul li p {
	margin-top: 20px;
}
.haq ul li p a {
	text-decoration: underline;
}
.haq ul li p a:hover {
	text-decoration: none;
}
.contract-list {
	margin-left: 1.5em;
}
.contract-list li {
	list-style: disc;

}
/* [04.CONTACT]
--------------------------------------------------------------------------*/
.page-contact-list h4 {
	margin-bottom: 20px;
}
.contact-all-li {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	justify-content: space-between;
}
.contact-all-li li {
	width: 49%;
	padding: 20px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border: 1px solid #eee;
	margin-bottom: 20px;
}
.contact-all-li li .txt-box {
	width: 60%;
	padding-right: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-weight: bold;
	line-height: 140%;
}
.contact-all-li li .btn-box {
	width: 40%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 14px;
}
.contact-all-li li .btn {
	width: 100%;
	height: 50px;
	line-height: 50px;
}
.contact-all-li li .btn span {
	position: absolute;
	top: 15px;
	right: 10px;
	font-size: 18px;
	margin: 0;
	padding: 0;
}
.li_step {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin-bottom: 40px;
	justify-content: space-between;
}
.li_step li {
	width: 32%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.li_step li div {
	width: 320px;
	height: 70px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 15px;
	color: #bbbbbb;
	background: #f5f5f5;
	line-height: 140%;
}
.li_step li div p {
	font-family: Century Gothic, sans-serif;
	font-size: 15px;
	color: #bbbbbb;
	font-weight: bold;
	line-height: 140%;
}
.li_step li div p span {
	font-size: 22px;
}
.li_step li.on div {
	background: #0032a0;
	color: #fff;
}
.li_step li.on div p {
	color: #fff;
	font-weight: bold;
}
.contact-form li {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border-bottom: dotted 1px #CCC;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.contact-form li div:nth-child(odd) {
	width: 290px;
	font-weight: bold;
	font-size: 15px;
}
.contact-form li div:nth-child(even) {
	width: 730px;
}
.contact-form li div:nth-child(odd) span {
	background: #D92B00;
	line-height: 100%;
	border-radius: 14px;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	padding: 0 5px;
	margin-left: 10px;
	position: relative;
	top: -2px;
}
.contact-form li div:nth-child(even) span {
color: #D92B00;
font-size: 12px;
}
.aform .aform-content dl select,
.contact-form li div:nth-child(even) select {
	width: 240px;
	border: 1px solid #eee;
	padding: 10px;
	font-size: 15px;
	background:none;
	appearance: menulist;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	color: #212121;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 10px;
	cursor: pointer;
}
.aform-button-area input[type="submit"] {
	background: #0032a0;
	color: #FFF;
	width: 320px;
	height: 60px;
	line-height: 34px;
	display: block;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 15px;
	margin: 0 auto;
}
.contact-form li div:nth-child(even) .flx-wrap label {
	width: 32%;
}
.contact-form li div:nth-child(even) .flx-wrap {
display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	font-weight: normal;
}
#check {
	background: #f5f5f5;
	padding: 15px 20px;
	margin-bottom: 40px;
	text-align: center;
}
#check label {
	margin-left: 5px;
}
.fin-txt {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-align: center;
	padding: 30px;
}
.fin-txt p:first-child {
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 140%;
}
.fin-txt p {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
.li_submit {
	width: 660px;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin: 0 auto;
	justify-content: space-between;
}
.li_submit li {
	width: 48%;
}
.li_submit li input[type="submit"] {
	width: 320px;
}
.li_submit li .btn_historyback {
	border: 1px  solid #0032a0;
	background: #fff;
	color: #0032a0;
}


/* 20210331追加css */
.bcp-wrap-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	height: auto;
	align-items: center;
	border: 1px solid #eee;
	padding: 30px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	margin-bottom: 60px;
}
.bcp-wrap-top .txt-box {
	width: 58%;
}
.bcp-wrap-top .txt-box h4 {
	margin-bottom: 10px;
}
.bcp-wrap-top .img-box {
	width: 40%;
}
.bcp-wrap-top img {
	width: 100%;
	height: auto;
}
.bcp-conts-wrap h4 .new-icon {
	display: inline-block;
	padding: 5px 8px;
	background: #ff4949;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 100%;
	margin-left: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.bcp-conts-wrap {
	margin-bottom: 60px;
	line-height: 0;
}
.bcp-conts-wrap video {
	/* display: block;
	width: 100%; */
	/* margin-bottom: 45px; */
}
.bcp-conts-wrap .img-box {
	max-width: 840px;
	margin: 0 auto;
	padding-bottom: 40px;
}
.bcp-conts-wrap .img-box img {
	width: 100%;
	height: auto;
}
.bcp-btn-li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.bcp-btn-li li {
	width: 32%;
}
.bcp-btn-li li a {
	display: inline-block;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	background: #0032a0;
	color: #fff;
	width: 100%;
	line-height: 120%;
}
.bcp-btn-li li a span {
	font-size: 10px;
}

.bcp-logo-box{
	max-width: 240px;
    display: block;
    margin: 0 auto 30px;
}

.bcp-kouatu_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.bcp-kouatu_flex li{
	width: calc((100% - 40px)/3);
}

/* [05.SALES NETWORK]
--------------------------------------------------------------------------*/
.sales-network {
	padding: 20px;
	background-color: #EAF1F5;
}
.sales-network h3 {
	line-height: 1;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	color: #0032A0;
}
.sales-network p {
	margin-top: 10px;
	line-height: 150%;
	text-align: center;
}
.sales-network .select-box {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
}
.sales-network .select-box select {
	width: 32.84%;
	padding: 9px;
	padding-right: 0;
	background-color: #FFF;
	font-family: 'Noto Sans JP', sans-serif;
}
.sales-network .select-box input {
	display: flex;
	width: 85px;
	height: 38px;
	justify-content: center;
	align-items: center;
	border: 0;
	border-radius: 5px;
	color: #fff;
	background: #0032A0;
	font-family: 'Noto Sans JP', sans-serif;
	transition: opacity 0.3s ease-in-out;
}
.sales-network .select-box input:hover {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	cursor: pointer;
}
@media (max-width: 700px) {
	.sales-network .select-box select {
		width: calc(100% - 85px);
	}
}

/* [00.MEDIA QUERIES,PRINT]
--------------------------------------------------------------------------*/
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
@media (max-width: 1020px) {
	.pkg {
		width: 100%;
		padding: 60px 20px;
	}
	#top-info.pkg,
	#top-product-info .pkg{
		width: 100%;
		padding: 60px 20px;
	}
	.pkg-60 {
		width: 100%;
		padding: 60px 20px 100px 20px;
	}
	.br-dpn-pc {
		display: none;
	}
	.br-dpn-sp {
		display: block;
	}
	a[href^="tel:"] {
		pointer-events: auto;
	}
	.page img {
		width: 100%;
		height: auto;
	}
	header {
		height: 60px;
		border-top: none;
	}
	header div.pkg {
		width: 100%;
	}
	h1 {
		position: absolute;
		width: 70px;
		height: 16px;
		display: block;
		top: 11px;
		left: 20px;
	}
	#logo {
		top: 4px;
		left: 0;
		width: 100px;
	}
	h1 a img {
		width: 100%;
	}
	#menu {
		display: block;
	}
	main {
		padding-top: 60px;
	}
	nav#nav-guide,
	nav#nav-main,
	.dsp-pc {
		display: none;
	}
	.dsp-sp {
		display: block;
	}
	#top-catch div {
		width: 100%;
		padding: 50px 20px 50px 20px;
	}
	#top-catch div img {
		margin-bottom: 20px;
	}
	#top-business .pkg {
		padding: 60px 20px;
	}
	#top-business .ttl {
		max-width: 100%;
		background: #0032a0;
		padding: 50px 20px;
	}
	#top-business .ttl .pkg {
		padding: 0;
	}
	#top-business .ttl .pkg .inner {
		width: 100%;
	}
	#top-business ul {
		display: block;
	}
	#top-business ul li {
		width: 100%;
		margin-bottom: 20px;
		border-bottom: solid 1px #e5e5e5;
	}
	#top-business ul li:nth-child(1),
	#top-business ul li:nth-child(2),
	#top-business ul li:nth-child(3) {
		width: 100%;
	}
	#top-business ul li a div {
		padding: 28px 25px 15px;
	}
	.btn {
		width: 100%;
	}
	#top-catalog .pkg ul {
		display: block;
	}
	#top-catalog .pkg ul li:nth-child(odd),
	#top-catalog .pkg ul li:nth-child(even) {
		width: 100%;
	}
	#top-catalog .pkg ul li:nth-child(odd) {
		margin-bottom: 40px;
	}
	#top-catalog .pkg ul li:nth-child(even) img {
		width: 100%;
	}
	#top-info {
		padding-bottom: 100px;
	}
	#top-info nav,
	.list nav {
		width: 100%;
		max-width: 1020px;
		display: block!important;
		overflow-x: scroll;
	}
	nav ul.li-tab,
	nav ul.tw-4 {
		width: 640px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: stretch;
		justify-content: flex-start;
		overflow-x: scroll;
	}
	nav ul.tw {
		width: 1120px;
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		align-items: stretch;
		justify-content: space-between;
		overflow-x: scroll;
	}
	nav ul.tw-4 li {
		width: 160px;
		border-right: solid 2px #0032a0;
		border-bottom: solid 2px #0032a0;
	}
	nav ul.tw li {
		width: 150px;
		border-bottom: solid 2px #0032a0;
	}
	.li li a p {
		float: none;
		line-height: 22px;
	}
	.li li a p:nth-child(1) {
		width: 100%;
		margin-bottom: 5px;
	}
	.li li a p:nth-child(2) {
		width: 100px;
		margin-bottom: 5px;
	}
	.li li a p:nth-child(3),
	.li li a p.t-2c {
		width: 100%;
		float: none;
		white-space: normal;
		overflow: visible;
		text-overflow: clip;
	}
	#top-recruit .pkg {
		padding: 100px 20px;
	}
	#top-recruit ul {
		display: block;
	}
	#top-recruit ul li:nth-child(odd) {
		width: 100%;
		height: 210px;
	}
	#top-recruit ul li:nth-child(even) {
		width: 100%;
		height: auto;
		padding: 55px 20px;
	}
	#top-company .pkg {
		padding: 100px 20px;
	}
	#top-company ul.li-4c {
		flex-wrap: wrap;
		margin: 0 auto 40px auto;
	}
	#top-company ul.li-4c li {
		width: 50%;
		margin-bottom: 10px;
	}
	#top-company ul.li-4c li a {
		width: 100%;
		height: auto;
		padding: 50px 0;
		display: block;
	}
	#top-company ul.li-4c li:nth-child(odd) a {
		margin-right: 10px;
	}
	#top-company ul.li-4c li:nth-child(even) a {
		margin-left: 10px;
	}
	#top-company ul.li-4c li a div p:first-child,
	#top-company ul.li-4c li a div p.eng {
		font-size: 14px;
	}
	#top-company #group {
		padding: 20px;
		margin-bottom: 20px;
	}
	#top-company #group .group-inner p:last-of-type {
		margin-top: 15px;
	}
	#top-company #group ul {
		/* display: block; */
	}
	#top-company #group ul li {
		margin-bottom: 10px;
		width: 49%;
	}
	#top-company #group ul li:last-child {
		margin-bottom: 0;
	}
	#desc {
		background: url(../images/layouts/img-kurumin.png) no-repeat left top;
		background-size: 84px;
		min-height: 68px;
		padding: 20px 0 0 104px;
	}
	#desc p:first-child {
		font-size: 14px;
	}
	footer .pkg {
		padding: 60px 20px 100px 20px;
	}
	#logo-f-sp {
		margin-bottom: 60px;
	}
	#logo-f-sp img {
		margin-bottom: 40px;
	}
	#logo-f-sp a {
		background: #FFF;
		width: 100%;
		height: 55px;
		line-height: 55px;
		display: block;
		text-align: center;
		color: #0032a0;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	#nav-f,
	.list-fw {
		gap: 0;
	}
	.list-f {
		width: 50%;
		margin-bottom: 25px;
	}
	.list-f:nth-child(5) {/* 法定公告 */
		min-width: 50%;
    width: 100%;
	}
	#nav-f > li:not(.list-f) {
		flex: auto;
	}
	.list-f:nth-child(odd) {
		padding-right: 10px;
	}
	.list-f:nth-child(even) {
		padding-left: 10px;
	}
	.list-f ul li {
		display: none;
	}
	.list-f ul li:first-child {
		display: block;
	}
	.list-fw li {
		width: 50%;
	}

	#copyright div {
		width: 100%;
		height: auto;
		line-height: inherit;
		padding: 20px;
	}
	#copyright div ul {
		width: 100%;
		position: static;
		display: block;
		margin-bottom: 10px;
	}
	#copyright div p {
		width: 100%;
		position: static;
		text-align: left;
		line-height: 16px;
	}
	.back_top a {
		font-size: 11px;
		width: 30px;
		height: 30px;
		line-height: 30px;
		right: 10px;
		bottom: 10px;
	}
	.bread-pkg {
		padding: 0 20px;
	}
	#breadcrumbs p {
		width: 100%;
		line-height: 1.25;
	}
	#breadcrumbs span,
	#breadcrumbs a {
	line-height: 1.5;
	}
	.main-page .pkg {
		padding: 0;
	}
	.pkg-l {
		width: 100%;
		padding: 100px 20px;
	}
	.pkg-l ul.li-2c li:first-child {
		margin-bottom: 40px;
	}
	.main-page ul {
		display: block;
	}
	.main-page ul li:nth-child(odd) {
		width: 100%;
		padding: 60px 20px;
	}
	.main-page ul li:nth-child(even) {
		width: 100%;
	}
	.main-page .ttl,
	.main-single .ttl {
		padding: 60px 20px;
	}
	.main-page .ttl p,
	.main-single .ttl p {
		margin-bottom: 0;
	}
	select {
		background: url(../images/layouts/bg-list-sp.png) no-repeat right center;
		background-size: 33px;
		padding: 8px 88px 8px 8px;
	}
	.li-2c,
	.li-3c,
	.li-5c {
		display: block;
	}
	.li-2c li,
	.li-3c li,
	.li-5c li {
		width: 100%;
	}
	.li-3c li {
		border-bottom: solid 1px #e5e5e5;
		padding: 0;
		margin-bottom: 20px;
	}
	.li-3c li a div {
		padding: 30px 20px 20px 20px;
	}
	.li-3c li a p.eng {
		margin: 0;
	}
	.li-2c li a {
		width: 100%;
		margin-bottom: 40px;
	}
	.bdr {
		padding: 30px 20px;
	}
	.btn-r {
		position: relative;
		width: 100%;
		margin-top: 5px;
		top: auto;
		right: auto;
	}
	.top-message ul {
		display: flex;
		flex-wrap: wrap;
	}
	.top-message ul li:first-child {
		order: 2;
		margin-right: 0;
	}
	.top-message ul li:last-child {
		order: 1;
	}
	.page-link-3c {
		width: 100%;
		padding: 60px 20px 0 20px;
	}
	.page-link-3c li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.page-link-3c li:last-child {
		margin-bottom: 0;
	}
	.company-tbl li .item-name {
		width: 100%;
		margin-bottom: 5px;
	}
	.company-tbl li .txt {
		width: 100%;
	}
	.company-tbl li .txt p {
		margin-bottom: 5px;
	}
	.company-tbl li .txt p span {
		width: 110px;
		margin-right: 10px;
	}
	.history-tbl li {
		margin-bottom: 0;
	}
	.history-tbl li .year,
	.history-tbl li .txt {
		width: 100%;
	}
	.w-740 {
		width: 100%;
	}
	.w-660 {
		width: 100%;
	}
	.management-policy-li3 li:first-child {
		padding: 0 0 40px 0;
	}
	.management-policy-li3 li {
		width: 100%;
		border-right: none;
		border-bottom: 1px solid #eee;
		margin-right: 0;
		padding: 40px 0;
	}
	nav ul.li-tab li a {
		font-size: 12px;
	}
	.search-box {
		width: 100%;
	}
	.search-box-li li .item-name {
		width: 100%;
		padding: 10px 20px;
	}
	.search-box-li li .search-entry,
	.search-box-li li .search-entry select {
		width: 100%;
	}
	.search-box-li li .search-entry .li-4c li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.search-box-li li .search-entry .li-4c li:last-child {
		margin-bottom: 0;
	}
	.network-li-2c li {
		width: 100%;
		margin-right: 0;
		padding: 20px;
		margin-bottom: 20px;
	}
	.contact-box li:nth-child(1) .txt-wrap {
		width: 100%;
		padding-right: 0;
	}
	.contact-box li:nth-child(1) p {
		margin-bottom: 20px;
	}
	.contact-box li:nth-child(1) .btn-wrap {
		width: 100%;
	}
	.contact-box li:nth-child(2) .btn-2c {
		width: 100%;
	}
	.contact-box li:nth-child(2) .btn-2c a {
		width: 100%;
		margin-bottom: 10px;
	}
	.contact-box li:nth-child(2) .btn-2c a:last-child {
		margin-bottom: 0;
	}
	.contact-box-w100 li .txt-wrap {
		margin-bottom: 20px;
		width: 100%;
		padding-right: 0;
	}
	.contact-box-w100 li .txt-wrap .bg-white-wrap {
		width: 100%;
	}
	.contact-box-w100 li .btn-wrap {
		width: 100%;
	}
	ul.li_product {
		width: 100%;
	}
	ul.li_product li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	ul.li_product li .txt-box p {
		margin-bottom: 20px;
	}
	ul.li_product li .txt-box .btn-area {
		position: inherit;
	}
	ul.li_product li .txt-box .btn-area a {
		width: 100%;
	}
	ul.li_product li .txt-box .btn-area a:first-child {
		margin-right: 0;
		margin-bottom: 10px;
	}
	.cad-service li:first-child {
		margin-bottom: 20px;
	}
	.visual-big .acquirer-txt {
		padding: 30px;
	}
	.visual-big .acquirer-txt .eng {
		font-size: 28px;
		line-height: 100%;
		margin-bottom: 10px;
	}
	.visual-big .acquirer-txt .jp-ttl {
		font-size: 14px;
	}
	.brd-box {
		padding: 30px;
	}
	.accident-report {
		padding: 20px;
		flex-wrap: wrap;
	}
	.accident-report div:first-child {
		width: 100%;
		margin-bottom: 20px;
	}
	.accident-report div:last-child {
		width: 100%;
	}
	.li-pdf li {
		width: 100%;
		padding: 30px;
	}
	.li-pdf li .ttl-box {
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
		line-height: 140%;
	}
	.li-pdf li .btn-box {
		width: 100%;
	}
	.business-li li .img-box {
		width: 100%;
		order: 1;
	}
	.business-li li .txt-box {
		width: 100%;
		order: 2;
		padding-top: 40px;
	}
	.business-li li div:first-child {
		margin-right: 0;
	}
	.bg-0058a6-conts .ttl {
		font-size: 26px;
		line-height: 120%;
	}
	.sp-w100 li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.sp-w100 li:last-child {
		margin-bottom: 0;
	}
	.brd-cnts-li li {
		padding: 30px;
	}
	.brd-cnts-li li .txt-box {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.brd-cnts-li li .img-box {
		width: 100%;
	}
	.brd-cnts-li li:last-child {
		margin-bottom: 0;
	}
	.contact-box-2c li {
		width: 100%;
		margin-bottom: 20px;
	}
	.auction-point-li li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.tel-w100-wrap .tel {
		font-size: 20px;
	}
	.qa-list li .q-icon p {
		width: 10%;
	}
	.qa-list li .q-icon h5 {
		width: 85%;
		line-height: 120%;
	}
	.video-box {
		width: 100%;
		height: auto;
	}
	.we-rent-img img {
		width: 140px;
		height: auto;
		padding: 0 5px 6px 5px;
	}
	.single img {
		width: 100%;
		height: auto;
	}
	.single video {
		max-width: 100%;
		height: auto;
	}
	.page-catalog ul li:nth-child(even) {
		display: none;
	}
	.rent-terms {
		padding: 30px;
	}
	.contact-box-li3c li,
	.contact-box-li3c li .txt-wrap {
		width: 100%;
	}
	.bg-blue-ttl {
		font-size: 14px;
	}
	.contact-all-li li {
		width: 100%;
	}
	.contact-all-li li .txt-box {
		width: 100%;
		padding-right: 0;
		margin-bottom: 10px;
	}
	.contact-all-li li .btn-box {
		width: 100%;
	}
	.li_step li div, .li_step li.on div {
		font-size: 13px;
	}
	.contact-form li div:nth-child(odd) {
		width: 100%;
		margin-bottom: 5px;
	}
	.contact-form li div:nth-child(even) .flx-wrap label {
		width: 100%;
		margin-bottom: 5px;
	}
	input[type="submit"],
	.li_submit li input[type="submit"] {
		width: 100%;
	}
	.li_submit {
		width: 100%;
	}
	.li_submit li {
		width: 100%;
	}
	.li_submit li:first-child {
		margin-bottom: 20px;
	}
	nav#nav-sp li div ul li a {
		line-height: 14px;
	}
	.top-message .ceo-history span {
		width: 22%;
	}
	.top-message .ceo-history .txt-right {
		text-align: right;
		width: 12%;
		margin-right: 10px;
	}
	.top-message .ceo-history .txt {
		width: 78%;
		margin-right: 0;
	}
	.top-message .ttl-msg {
		font-size: 26px;
	}
	.management-policy-li3 li .num {
		max-width: 20%;
		margin-right: 15px;
	}
	.management-policy-li3 li .txt {
		width: 80%;
	}
	.li-box-other li {
		flex-wrap: wrap;
	}
	.li-box-other li .ttl,
	.li-box-other li .txt {
		width: 100%;
	}
	.li-box-other li .ttl {
		margin-bottom: 5px;
	}
	.li-8c li {
		width: 32%;
		margin-bottom: 20px;
	}
	.jpx-link {
		width: 100%;
	}
	#top-catalog .pkg,
	#top-info.pkg,
	#top-recruit .pkg,
	#top-company .pkg {
		padding: 60px 20px 60px 20px;
	}
	#top-recruit ul li:nth-child(even) p:first-child {
		font-size: 28px;
	}
	.aform .aform-content dl dt {
		width: 100%;
	}
	.aform .aform-content dl select {
		width: 100%;
		border: 1px solid #ccc;
		padding: 10px;
		font-size: 15px;
		background: none;
		appearance: menulist;
		-webkit-appearance: menulist;
		-moz-appearance: menulist;
		color: #212121;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		padding: 10px;
		cursor: pointer;
		background: #fff;
	}
	.aform .aform-content dl dt {
		float: inherit;
		width: 100%;
		padding: 10px;
		background: #eee;
		border-right: none;
		padding-bottom: 32768px;
		margin-bottom: -32768px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
	}
	.aform-button-area input[type="submit"] {
		background: #0032a0;
		color: #FFF;
		width: 100%;
		height: 60px;
		line-height: 34px;
		display: block;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		font-size: 15px;
		margin: 0 auto;
	}
	.industry-contact-wrap .txt-wrap,
	.industry-contact-wrap .btn-wrap {
		width: 100%;
	}
	.industry-contact-wrap .btn-wrap .btn:first-child {
		margin-bottom: 10px;
	}
	.contact-box-li3c li {
		margin-bottom: 20px;
	}
	.contact-box-li3c li:last-child {
		margin-bottom: 40px;
	}
	.btn-flx-wrap {
		width: 100%;
	}
	.btn-flx-wrap .btn:first-child {
		margin-bottom: 10px;
	}
	.li-4c li {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.auction-contact,
	.auction-contact .txt-wrap,
	.industry-contact-wrap .txt-wrap .bg-white-wrap {
		width: 100%;
	}
	.auction-contact .txt-wrap .tel,
	.auction-contact .txt-wrap .fax,
	.industry-contact-wrap .txt-wrap .tel,
	.industry-contact-wrap .txt-wrap .fax,
	.contact-box-li3c li .tel,
	.contact-box-li3c li .fax {
		width: 240px;
	}
	.auction-contact .txt-wrap .tel a,
	.industry-contact-wrap .txt-wrap .tel a,
	.contact-box-li3c li .tel a,
	.contact-box-2c li .telfax .tel a,
	.network-li-2c li .tel a {
		text-decoration: underline;
		color: #0032a0;
	}
	.contact-box-2c li .telfax,
	.contact-box-2c li .telfax .tel,
	.contact-box-2c li .telfax .fax {
		width: 260px;
	}
	/* 20210331追加css */
	.bcp-wrap-top .txt-box {
		width: 100%;
		margin-bottom: 20px;
	}
	.bcp-wrap-top .img-box {
		width: 100%;
	}
	.bcp-wrap-top .txt-box h4 {
		font-size: 20px;
	}
	.bcp-conts-wrap .img-box {
		padding-bottom: 20px;
		width: 100%;
	}
	.bcp-btn-li li {
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	.bcp-btn-li li:last-child {
		margin-bottom: 0;
	}

	.search-nav-sp,
	.search-form-box-sp{
		display: block;
	}
}
/* Mobile devices */
@media (max-width: 359px) {
}
/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {
	}
@media print {
}

.aform-input-example.parts-1 a {
    color: #0032a0;
    text-decoration: underline;
}

/* 20220816追加css */
.bcp-kouatu .w-740 .li_2c_other li {
	display: flex;
    align-items: center;
}
.bcp-kouatu .bcp-btn-li {
	justify-content: center;
    margin-top: 40px;
}
.bcp-taisaku {
	margin-top: 60px;
}


/* SP用 商品情報一覧 すべてを表示するボタン */
.product-list-btn {
	display: none;
}

.product-list-btn button {
	display: flex;
	width: 100%;
	padding: 7px;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	color: #0032a0;
	background: url(../images/layouts/expand_more.svg) no-repeat center right 20px,
	#fff;
	border: 1px solid #0032a0;
	padding-right: 38px;
	transition: .5s;
}

.product-list-btn button:hover {
	opacity: 1;
}

.product-list-item {
	opacity: 1;
}

.product-list-item.is-hidden {
    opacity: 0;
    height: 0;
    margin: 0;
	display: none;
}

@media (max-width: 1020px) {
	.product-list-btn {
		display: block;
		position: relative;
	}
	.product-list-btn::before {
		content: "";
		display: block;
		width: 100%;
		height: 170px;
		position: absolute;
		top: -170px;
		left: 0;
		background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0.00) 100%);
	}
}


/* 20251031追加css ビデオの再生ボタン*/
/* ビデオコンテナ */
.video-container {
	position: relative;
	width: 100%;
	margin: 0 auto;
}
/* ビデオ要素 */
.video-container video {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 45px;
}
/* 再生ボタン */
.play-button {
	position: absolute;
	top: 39%;
	left: 50%;
	transform: translate(-50%);
	width: 68px;
	height: 48px;
	background-color: #0032A0;
	border-radius: 16px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* ホバー時の効果 */
.play-button:hover {
	opacity: 0.8;
}
/* 再生ボタンの三角形アイコン */
.play-button::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 0 11px 19px;
	border-color: transparent transparent transparent #ffffff;
	margin-left: 3px;
}
/* 非表示状態 */
.play-button.hidden {
	opacity: 0;
	pointer-events: none;
}
@media (max-width: 768px) {
	.play-button {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	
}


/* 20251031追加 トップページ商品情報のタブ廃止 */

#top-product-info {
	background: #EAF1F5;
}

#top-product-info .search-form {
	margin: 0 auto 35px;
}

.product-categories {
	display: flex;
	flex-flow: column nowrap;
	align-items: stretch;
	justify-content: flex-start;
	row-gap: 50px;
	background: #fff;
	padding: 30px 30px 40px 30px;
}

.product-categories-item .btn {
	margin-top: 30px;
}

.product-categories-item {
	flex-grow: 1;
}

.product-categories-item > ul {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 20px;
}

.product-list-item {
	flex-grow: 0;
	width: calc((100% - 100px)/6);
}

.product-list-item [aria-disabled] {
	color: #999;
}

.product-list-item [aria-disabled] img {
	opacity: 0.5;
	filter: grayscale(1);
}

.product-list-item span:has(img) {
	display: block;
}

.product-list-item img {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	object-fit: contain;
}

.product-list-item p {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #E5E5E5;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
	line-height: 1.5;
}

@media (max-width: 1020px) {

	.product-list-item {
		width: calc((100% - 60px)/4);
	}

}

@media (max-width: 480px) {
	.product-categories {
		margin-inline: -20px;
	}

	.product-list-item {
		width: calc((100% - 20px)/2);
	}

}

