@charset "UTF-8";
html {
    scroll-behavior: smooth;
}
html,body{
    width: 100%;
}
img {
	max-width:100%;
	height:auto;
}
@media screen and (max-width: 767px) {
.forSp {
	display:block;
}
.forPc {
	display:none;
}
header {
	padding-bottom:10px;
	position:relative;
}
header .container {
	padding:0 5px;
}
header h1 {
	margin-bottom:0;
	line-height: 1;
}
header h1 img {
}
.top_msg {
	margin:0;
	font-size:10px;
	color:#666;
	padding-top: 5px;
	padding-bottom: 6px;
}
.top_primary {
	padding-bottom: 4px;
	display:flex;
	align-items: flex-end;
}
.top_primary_com {
	width:60px;
}
.top_primary_com a {
	display: block;
    padding-top: 5px;
}
.top_primary_forklift {

}
.top_primary_forklift h1 {
	width:calc(100% - 30px);
}
.top_secondary {
	background: #F5F5F5;
	padding:6px 10px;
}
.phone {
	margin-bottom:0;
}
.phone_info {
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
}
header .phone a {
	padding-left:28px;
	font-size:20px;
	color:#ed1c24;
	font-weight:bold;
	background:url(../img/common/icon_phone.png) no-repeat left center;
	background-size:20px 20px;
}
.phone_small {
	font-size:10px;
	display:inline-block;
}

header .sp_nav_btn {
	width:60px;
	height:60px;
	position: absolute;
	top:0px;
	right:0px;
	z-index:10000;
}
.sp_nav_btn .line {
	position: absolute;
	display: block;
	width: 34px;
	height: 3px;
	background: #555;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.active .sp_nav_btn {
	position:fixed;
}
.sp_nav_btn .line_01 {
	top: 10px;
	left: 50%;
	margin-left: -17px;
}
.sp_nav_btn .line_02 {
	top: 20px;
	left: 50%;
	margin-left: -17px;
}
.sp_nav_btn .line_03 {
	top: 30px;
	left: 50%;
	margin-left: -17px;
}
.active .sp_nav_btn .line {
	background:#f1f1f1;
}
.active .sp_nav_btn .line_01 {
	top: 20px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.active .sp_nav_btn .line_02 {
	opacity: 0;
}
.active .sp_nav_btn .line_03 {
	top: 20px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.global {
	z-index: 1000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding-top: 75px;
	visibility: hidden;
	background: rgba(0,0,0,0);
	-webkit-transition:0.3s;
	transition: 0.3s;
}
.active .global {
	visibility:visible;
	background: rgba(0,0,0,.94);
	-webkit-transition:0.3s;
	transition: 0.3s;
}
.global ul {
	border-top:1px solid rgba(255,255,255,.3);
	padding-left:0;
}
.global li {
	list-style:none;
}
.global a {
	opacity:0;
	padding:20px;
	border-bottom:1px solid rgba(255,255,255,.3);
	display:block;
	color:#fff;
	font-weight:bold;
	font-size:calc(0.8em + 1vw);
	-webkit-transition:.3s;
	transition:.3s;
}
.active .global a {
	opacity:1;
}
.global a:after {
	content:'\f054';
	font-family:FontAwesome;
	float:right;
	color:#29abe2;
}


footer {
	margin-top:40px;
	padding: 30px 0 0px;
	background:#f3f3f3;
}
.foot_msg {
	padding:0 20px;
	font-weight:bold;
	font-size: calc(1em + .9vw);
}
.foot_contact h3 {
	margin-top:25px;
	margin-bottom:15px;
	font-weight:bold;
	font-size: calc(.8em + .8vw);
	text-align:center;
}
footer .phone {
	margin-bottom:10px;
	text-align:center;
}
footer .phone a {
	text-align:center;
	padding-left:40px;
	font-size: 32px;
	color:#ed1c24;
	font-weight:bold;
	background:url(../img/common/icon_phone.png) no-repeat left center;
	background-size:32px 32px;
}
.phone_foot_small {
	font-size:10px;
	text-align:center;
}
.foot_formbtn a {
	display:block;
	padding:15px;
	text-align:center;
	font-weight:bold;
	font-size:20px;
	background:#ea1c2c;
	color:#fff;
	border-radius:4px;
}
.foot_formbtn a:before {
	content:'\f0e0';
	font-family:FontAwesome;
	padding-right:20px;
	font-size:24px;
}
.foot_nav {
	display:none;
}
.copyright {
	margin-bottom:0;
	padding:10px 0;
	font-size:10px;
	text-align:center;
}
}
@media screen and (max-width: 767px) {
	footer .phone a {
		text-align: center;
		padding-left: 40px;
		font-size: 28px;
		color: #ed1c24;
		font-weight: bold;
		background: url(../img/common/icon_phone.png) no-repeat left center;
		background-size: 28px 28px;
	}
	.serch_common_half:first-child {
		margin-bottom:10px;
	}
	.foot_logo {
	margin-top: 30px;
	}
}
@media screen and (min-width: 768px) {
	.forSp {
		display:none;
	}
	.forPc {
		display:block;
	}
	header {
		padding:15px 0 15px;
	}
	header h1 {
		width:352px;
		margin-bottom:5px;
	}
	.top_msg {
		margin:0;
		color:#666;
		font-size:14px;
	}
	.phone_info {
		font-size:13px;
	}
	.phone {
		margin-bottom:0;
	}
	.phone a {
		padding-left:40px;
		font-size:28px;
		font-weight:bold;
		color:#ed1c24;
		background:url(../img/common/icon_phone.png) no-repeat left center;
		background-size:28px 28px;
	}
	.phone_small {
		font-size:12px;
	}
	header .container {
		overflow:hidden;
	}
	.top_primary:after {
		content:'';
		display:block;
		clear:both;
	}
	.top_primary {
		width:510px;
		float:left;
	}
	.top_primary_com {
		width: 90px;
    	float: left;
	}
	.top_primary_forklift {
		width: 400px;
    	float: left;
    	padding-left: 10px;
	}
	.top_secondary {
		text-align:right;
		float:right;
		    padding-top: 15px;
	}
	nav {
		background:#cccccc;
	}
	nav ul {
		margin:0;
		padding:0;
		overflow:hidden;
	}
	nav li {
		width:16.6%;
		height:50px;
		float:left;
		list-style:none;
		border-right:1px solid #fff;
	}
	nav li:nth-child(5) {
		border-right:0;
	}
	nav a {
		display:block;
		line-height:50px;
		text-align:center;
		background:#1765ad;
		color:#fff;
		font-weight:bold;
		-webkit-transition:opacity .3s;
		transition:opacity .3s;
	}
	nav li:nth-child(5) a {
		background:#ed1c24;
	}
	nav a:hover {
		color:#fff;
		opacity:.8;
	}
	footer {
		margin-top:100px;
		padding:30px 0 0;
		background:#f3f3f3;
	}
	.foot_msg {
		margin-bottom:50px;
		padding:0 20px;
		text-align:center;
		font-size: calc(1em + 1vw);
		font-weight:bold;
	}
	.foot_contact {
		padding-bottom:30px;
	}
	.foot_contact h3 {
		margin-bottom:30px;
		font-size:18px;
		text-align:center;
		font-weight:bold;
	}
	.foot_contact_form {
		border-left:1px dotted #aaa;
	}
	.foot_contact_form h3 {
		margin-bottom:20px;
	}
	.foot_contact .phone {
		text-align:center;
	}
	.foot_contact .phone a {
		font-size:40px;
		background-size:40px 40px;
		padding-left:54px;
	}
	.phone_foot_small {
		font-size:12px;
		margin-top:10px;
		text-align:center;
	}
	.foot_formbtn a {
		width:80%;
		margin:0 auto;
		background:#ea1c2c;
		color:#fff;
		font-weight:bold;
		font-size:20px;
		text-align:center;
		display:block;
		padding:20px;
		border-radius:4px;
	}
	.foot_formbtn a:before {
		content:'\f0e0';
		font-family:FontAwesome;
		padding-right:20px;
		font-size:24px;
	}
	.foot_contact {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
	}
	.foot_contact > div {
		width:50%;
	}
	.foot_nav {
		background:#000;
	}
	.foot_nav ul {
		padding:0;
		margin:0;
		text-align:center;
	}
	.foot_nav li {
		padding:15px 0;
		display:inline-block;
	}
	.foot_nav a {
		line-height:1;
		padding:0 20px;
		font-size:12px;
		color:#fff;
		border-right:1px solid rgba(255,255,255,.5);
	}
	.foot_nav li:last-child a {
		border-right:0;
	}
	.copyright {
		margin-bottom:0;
		padding:20px 0;
		font-size:12px;
		text-align:center;
	}

		
}
@media screen and (min-width: 768px) and (max-width: 926px) {
	/*.top_secondary {
		float: none;
    		clear: both;
    		text-align: left;
	}*/
	.top_primary {
    width: 100%;
    float: none;
	}
.top_secondary {
	width:100%;
margin-top:10px;
	padding:10px 0 10px;
text-align:center;
background:#f5f5f5;
}
}
@media screen and (min-width:927px) and (max-width:1040px) {
	header .phone_small {
		display:block;
	}
	.top_secondary {
		width:calc(100% - 510px);
	}
	.top_primary {
    padding-top: 20px;
	}

}

.foot_logo {
	text-align: center;
    padding: 0 0 15px;
}
.pagetop a {
	width: 74px;
    height: 74px;
    padding: 8px 5px 5px;
    border-radius: 50%;
    display: block;
    background: #1765ad;
    color: #fff;
    text-align: center;
    font-size: 10px;
    position: fixed;
    bottom: 3%;
    right: 2%;
    font-weight: bold;
}
.pagetop a:before {
	content:'\f077';
	font-family:FontAwesome;
	display:block;
}
.home_stock {
	padding:40px 0 80px;
}
section h2 {
	margin-bottom:1em;
	font-size:calc(1em + 1.2vw);
	font-weight:bold;
	text-align:center;
	color:#29abe2;
}
.to_stock_list {
	margin-top:20px;
}
.to_stock_list a {
	padding:15px;
	display:block;
	text-align:center;
	background:#f7931e;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	border-radius:4px;
}
.home_stock_list {
	overflow:hidden;
}
.stock_list {
	width:48%;
	margin:0 0 30px 2%;
	float:left;
}
.stock_list:nth-child(2n-1) {
	margin:0 2% 30px 0;
}
.stock_img {
	margin-bottom:10px;
}
.stock_name {
	margin-bottom:10px;
	font-weight:bold;
	border-bottom:1px solid #aaa;
}
.stock_category {
	margin-bottom:5px;
	background:#5caed3;
	color:#fff;
	font-size:12px;
	text-align:center;
	border-radius:6px;
}
.stock_size {
	margin-bottom:5px;
	background:#8ca1b7;
	color:#fff;
	font-size:12px;
	display:inline-block;
	padding:0px 10px;
	border-radius:6px;
}
.stock_place {
	margin-bottom:10px;
	background:#7cbe93;
	color:#fff;
	font-size:12px;
	display:inline-block;
	padding:0 10px;
	border-radius:6px;
}
.stock_price_info {
	font-size:12px;
	display:block;
}
.stock_price_price {
	color:#ed1c24;
	font-weight:bold;
	font-size:18px;
}
.stock_price_yen {
	color:#ed1c24;
	font-weight:bold;
	font-size:12px;
}
.service_list_fig {
	text-align:center;
}
.stock_list a {
	color:#333;
	display:block;
}
.stock_list a div {
	-webkit-transition:.3s;
	transition:.3s;
}
.stock_list a:hover div {
	opacity:.7;
}
.service_list_info {
	margin-bottom:30px;
	padding:20px 20px 10px;
	background:#f3f3f3;
}
.service_list_info h3 {
	color:#1765ad;
	font-weight:bold;
}
.space.service_list {
	margin-top:60px;
}
.section_title {
	margin-bottom:30px;
	padding:30px 10px;
	text-align:center;
	background:#0f4c85;
}
.section_title h2 {
	margin:0;
	color:#fff;
	font-weight:bold;
	font-size: calc(1em + 1.6vw);
}
.serch_btn_center {
	text-align:center;
}
.serch_box {
	margin-bottom:30px;
	padding:20px 20px 5px;
	background:#f3f3f3;
}
.serch_box h3 {
	font-size:22px;
	color:#1765ad;
	font-weight:bold;
	text-align:center;
}
.serch_box h5 {
	font-weight:bold;
	font-size:14px;
}
.serch_box_free,
.serch_box_category {
	margin-bottom:20px;
	padding:20px 15px 10px;
	background:#f9f9f9;
	border:1px solid #cccccc;
}
.serch_box_free h4,
.serch_box_category h4 {
	color:#1765ad;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.serch_common01 {
	text-align:center;
}
.stock_order ul {
	margin:0;
	padding:0;
	text-align:right;
}
.stock_order li {
	list-style:none;
	display:inline-block;
}
.stock_order a {
	padding:0 15px;
	font-size:12px;
	color:#555;
	border-left:1px solid #aaa;
}
.stock_order li:first-child a {
	border-left:0;
}
.stock_total {
	margin-bottom:10px;
	font-weight:bold;
	font-size:20px;
}
.stock_list_top {
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
}
.stock_new span {
    background: #ed1c24;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 18px;
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
}
span.stock_category {
	margin-right:10px;
	    padding: 0px 10px;
    display: inline-block;
}
span.stock_size {
	margin-right:10px;
	display:inline-block;
}
span.stock_place {
	}
.stock_page_fig {
	margin-bottom:20px;
}
.stock_page_stockname {
	margin-bottom:15px;
	font-weight:bold;
	font-size:24px;
	line-height:1.3;
}
.stock_number {
	font-size:12px;
}
.stock_page_common_main {
	margin-bottom:10px;
}
table.info_table {
	width:100%;
	border-top:1px solid #ddd;
}
table.info_table th {
	background:#f3f3f3;
	font-size:14px;
	font-weight:bold;
	padding:5px 20px;
	display:block;
}
table.info_table td {
	padding:5px 20px;
	font-size:14px;
	border-bottom:1px solid #ddd;
	display:block;
}
.to_detail a {
	width:90%;
	margin:0 auto;
	padding: 10px 15px;
    display: block;
    text-align: center;
    background: #f7931e;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    border-radius: 4px;
	letter-spacing:10px;
}
.stock_page_common {
	margin-bottom:20px;
}
.info_price {
	font-size:120%;
	color:#ed1c24;
	padding-right:3px;
}
.stock_page_list {
	padding-bottom:30px;
	border-bottom:3px solid #ddd;
	margin-bottom:40px;
}
.stock_detail .stock_page_list {
	margin-bottom:0;
	border-bottom:0;
	padding-bottom:0px;
}
.wp-pagenavi {
	padding: 25px 20px 25px;
	text-align:center;
	clear:both;
}
.wp-pagenavi a ,.wp-pagenavi span.pages, .wp-pagenavi span.extend {
		color:#333333;
		padding:15px 10px 15px 10px;
		background:#eee;
		margin-right:5px;
		text-decoration:none;
		-webkit-transition:.3s;
		transition:.3s;
}	
.wp-pagenavi a:hover {
		background:#333;
		color:#fff;
}
 .wp-pagenavi span.current{
	 margin-right:5px;
		padding:15px 10px 15px 10px;
		background:#1765ad;
		color:#fff;
}
.info_sp_table {
	width:100%;
}
.info_sp_table th {
	padding:5px 20px;
	background:#1765ad;
	color:#fff;
	font-weight:bold;
	font-size:14px;
	vertical-align:middle;
}
.info_sp_table td {
	padding:10px 20px;
	font-size:14px;
}
.info_sp_table th,
.info_sp_table td {
	display:block;
}
.info_sp_table .info_price {
    font-size: 140%;
    color: #ed1c24;
    padding-right: 3px;
    font-weight: bold;
}
.car_photo_content {
	margin-bottom:40px;
}
.stock_page_contact {
	border:5px solid #eee;
	padding:15px 10px 30px;
}
h3.fm_ttl {
	color:#1765ad;
	font-weight:bold;
	font-size:18px;
	text-align:center;
}
.contact_form {
	width:100%;
	margin-bottom:30px;
}
.contact_form th,
.contact_form td {
	display:block;
	font-size:14px;
}
.contact_form th {
	background:#f3f3f3;
	padding:5px 15px;
	font-weight:bold;
}
.contact_form td {
	padding:10px 15px;
}
.contact_form_conf {
	width:100%;
	margin-bottom:30px;
}
.contact_form_conf th,
.contact_form_conf td {
	display:block;
	font-size:14px;
}
.contact_form_conf th {
	background:#f3f3f3;
	padding:5px 15px;
	font-weight:bold;
}
.contact_form_conf td {
	padding:10px 15px;
}
.form_inner {
	margin-bottom:1em;
}
.stock_info {
	margin-top:15px;
}
.stock_info dl {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	margin-top:5px;
}
.stock_info dt {
	width:25%;
}
.stock_info dd {
	width:75%;
	padding-left:10px;
}
.to_contact input {
	width:90%;
	margin:0 auto;
	padding:15px;
	background:#1765ad;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	outline:none;
	border:0;
	display:block;
}
.must {
	color:#ed1c24;
	font-weight:bold;
	float:right;
	font-size:12px;
}
.contact_fm {
	padding:10px 0 10px;
}
.serch_box .btn {
	margin-top:10px;
	cursor:pointer;
}
.to_back {
	text-align:center;
	padding:30px 0;
}
.stock_search .search_content,
.search .search_content {
    display: none;
	padding: 0px 30px 10px;
}
.stock_search .serch_box,
.search .serch_box {
    padding: 0;
    background: #f3f3f3;
}
.stock_search .serch_box h3,
.search .serch_box h3 {
    padding: 20px 20px 20px;
    background: #f3f3f3;
    cursor: pointer;
    -webkit-transition:.3s;
    transition: .3s;
}
.stock_search .serch_box h3:hover,
.search .serch_box h3:hover {
    opacity: .7;
}
.stock_search .serch_box h3:after,
.search .serch_box h3:after {
    content: '\f13a';
    font-family: FontAwesome;
    padding-left:20px;
}
.stock_search .serch_box h3.open:after,
.search .serch_box h3.open:after {
    content: '\f139';
}
.result_info {
    margin-bottom:10px;
}


.swiper-container {
}
.main_img {

}





@media screen and (min-width: 768px) {
	.pagetop a {
		bottom:10%;
	}
	.stock_list {
	width:23%;
	margin:0 1% 40px;
	float:left;
}
.stock_list:nth-child(2n-1) {
	margin:0 1%;
}
.to_stock_list a {
	width:540px;
	padding:20px;
	margin:0 auto;
	-webkit-transition:.5s;
	transition:.5s;
	font-size:20px;
}
.to_stock_list a:hover {
	opacity:.7;
}
.stock_price_info {
	display:inline;
}
.service_list {
	margin-bottom:30px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	background:#f5f5f5;
}
.space.service_list {
    margin-top: 80px;
}

.service_list_fig {
	-webkit-box-flex:1;
	-ms-flex:1 1 40%;
	flex:1 1 40%;
}
.service_list_info {
	-webkit-box-flex:1;
	-ms-flex:1 1 60%;
	flex:1 1 60%;
	padding:20px 30px;
}
.service_list_info p {
	margin-bottom:0;
}
.section_title {
    padding: 50px 10px;
	border-top: 1px solid #fff;
}
.serch_common01 {
	padding:0 30px;
}
.serch_common02 {
	overflow:hidden;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.serch_common02 .serch_common_half {
	width:50%;
	padding:0 30px;
}
.serch_btn_center {
	margin:0 auto;
}
.serch_box_free h4, .serch_box_category h4 {
    font-size: 18px;
}
.serch_box h3 {
	margin-bottom:1em;
}
.serch_box {
    padding: 30px 20px 5px;
}
.stock_page_common {
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.stock_page_common_main {
	-webkit-box-flex:1;
	-ms-flex:1 1 320px;
	flex:1 1 320px;
}
.stock_page_common_info {
	-webkit-box-flex:1;
	-ms-flex:1 1 580px;
	flex:1 1 580px;
	padding-left:30px;
}
.stock_detail .stock_page_list {
	padding:0 0px 40px;
}
table.info_table th,
table.info_table td {
	display:table-cell;
	padding:10px 20px;
	border-bottom:1px solid #ddd;
}
table.info_table th {
	width: 30%;
}
.table.info_sp_table th {
	width: 30%;
}

.to_detail a {
    width: 320px;
	-webkit-transition:.3s;
	transition:.3s;
}
.to_detail a:hover {
    opacity:.7;
}
h3.fm_ttl {
    font-size: 24px;
	margin-bottom: 30px;
}
.stock_page_contact {
    border: 5px solid #eee;
    padding: 30px 40px 60px;
}
.contact_form th, .contact_form td {
    display: table-cell;
	padding:20px 30px;
}
.contact_form th {
	background:none;
	width:30%;
	vertical-align:top;
}
.contact_form tbody:nth-child(2n-1) th,
.contact_form tbody:nth-child(2n-1) td {
	background:#f5f5f5;
}
.contact_form {
    margin-bottom: 50px;
}
.contact_form_conf th, .contact_form_conf td {
    display: table-cell;
	padding:20px 30px;
}
.contact_form_conf th {
	background:none;
	width:30%;
	vertical-align:top;
}
.contact_form_conf tr:nth-child(2n-1) th,
.contact_form_conf tr:nth-child(2n-1) td {
	background:#f5f5f5;
}
.contact_form_conf {
    margin-bottom: 50px;
}
.to_contact input {
	width:320px;
	-webkit-transition:.3s;
	transition:.3s;
	cursor:pointer;
}
.to_contact input:hover {
	opacity:.7;
}
.info_sp_table {
	margin-bottom:20px;
}
.info_sp_table th,
.info_sp_table td {
	display:table-cell;
	border-bottom:5px solid #fff;
}
.info_sp_table th {
	width:30%;
}
input[type="text"].form-control.form_s {
	width:160px;
}
.contact_fm {
	padding:20px 0 10px;
}
.contact_subject label {
	display:inline-block;
	margin-right:15px;
}
.contact_subject label:last-child {
	margin-right:0;
}
.serch_box .btn {
	margin-top:30px;
	cursor:pointer;
}
.swiper-container {
	height:530px;
}
.main_img {
	position:relative;
}
.main_msg {
position:absolute;
top:0;
left:0;
z-index:100;
width:100%;
}

.main_img .slide01 {
	background:url(../img/home/slide/main_img01.jpg) no-repeat center top;
}
.main_img .slide02 {
	background:url(../img/home/slide/main_img02.jpg) no-repeat center top;
}
.main_img .slide03 {
	background:url(../img/home/slide/main_img03.jpg) no-repeat center top;
}
.main_img .slide04 {
	background:url(../img/home/slide/main_img04.jpg) no-repeat center top;
}
.main_img .main_image_content {
	display:table;
	width:100%;
}
.main_img .main_image_content p {
	display:table-cell;
	height:530px;
	vertical-align:middle;
}


}

@media screen and (max-width:480px) {

.top_primary_com {
    width: 50px;
}
.top_primary_forklift h1 {
    width: calc(100% - 60px);
}
.top_primary {
    align-items: center;
}
}


/** add 202102 **/
  .top_address ul {
    margin:0;
    padding:0;
  }
  .top_address ul li {
    list-style: none;
    font-size:12px;
	line-height:1.5;
  }
  .top_address li dl {
    display: flex;
  }
  .top_address li dt {
    font-weight: bold;
	white-space: nowrap;
  }
  .top_address li.kushiro-t dd {
    padding-right:2em;
  }
  .head-logo {
    font-size:12px;
  }
  .head-logo dl {
    display: flex;
  }
  .head-logo dt {
    font-weight: bold;
  }
  .foot_contact_phone .top_address li dl {
	justify-content:center;
  }
	.foot_address {
		display:flex;
		justify-content:center;
	}
	.foot_address ul {
		display: flex;
    flex-direction: column;
    align-items: flex-start;
	}
  @media screen and (min-width:768px) {
    .top_primary {
      padding-top:10px;
    }
    .top_secondary {
    padding-top: 5px;
  }
	.foot_contact_phone .top_address li {
		font-size:14px;
	}
  }


.home_banner {
padding:60px 0 30px;
text-align:center;
}
@media (max-width:767px) {
.home_banner {
padding:30px 0 0px;
}
}
.home_banner img {
transition:opacity .3s;
}
.home_banner a:hover img {
	opacity:.8;
}

.sli-new {
background: #C90000;
    color: #fff;
    font-size: 14px;
    padding: 3px 5px;
    margin-right: 10px;
    position: relative;
    top: -3px;
}