@charset "UTF-8";

/*
	-----------------------------------
	v1.0
	Last Updated: 2017-12-26
	Copyright: 鬼頭運輸倉庫株式会社 All Rights Reserved.
	-----------------------------------
	[Updated]
	v1.0		2017-12-26
	-----------------------------------

	フッター用CSS




*/

@media only screen and (max-width: 767px) {
	/*スマホ（ipad含まない）*/
}
@media print, screen and (min-width: 768px) {
	/*PC（ipad含む）*/
}
@media print, screen and (min-width: 1170px) {
	/*1170pix以上*/
}


/************************************************************

	フッター用CSS

************************************************************/
footer.kito-footer {
	font-size: 14px;
}

footer.kito-footer a,
footer.kito-footer a:link {
	color: #000;
	text-decoration: none;
	border: none;
}
footer.kito-footer a:visited {
	color: #000;
	text-decoration: none;
}
footer.kito-footer a:active,
footer.kito-footer a:hover {
	color: #000;
	text-decoration: underline;
}
footer.kito-footer a:focus {
	color: #000;
	text-decoration: underline;
}


/*kito-footer-csr*/
.kito-footer-csr-text {
	font-size: 16px;
}
@media only screen and (max-width: 767px) {
	.kito-footer-csr {
		background: url('../images/footer/kito-footer-csr-bg.png') repeat-x 0 top;
		-moz-background-size:2px auto;
		background-size:2px auto;
		width: calc(690 / 750 * 100vw);
		margin: 60px auto 0;
		padding: 35px 0 40px;
	}
	.kito-footer-csr-image {
		width: 100%;
		margin: 0 auto 30px;
	}
	.kito-footer-csr-image figure {
		text-align: center;
		margin: 0;
	}
	.kito-footer-csr-image img {
		max-width: 100%;
		height: auto;
		vertical-align: bottom;
	}
	.kito-footer-csr-btn {
		width: 73.4375%;
		margin: 20px auto 0;
	}
	.kito-footer-csr-btn img {
		max-width: 100%;
		height: auto;
		vertical-align: bottom;
	}
}
@media print, screen and (min-width: 768px) {
	.kito-footer-csr {
		background: url('../images/footer/kito-footer-csr-bg.png') repeat-x 0 top;
		margin: 50px 0 0;
		padding: 25px 0 20px;
	}
	.kito-footer-csr-inner {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		gap: 20px;
		margin: auto;
		padding: 0px 10px;
	}
	.kito-footer-csr-image {
	}
	.kito-footer-csr-image figure {
		margin: 0;
	}
	.kito-footer-csr-image figure img {
		max-width: 240px;
	}
	.kito-footer-csr-text {
		width: 610px;
	}
	.kito-footer-csr-btn {
		width: 260px;
		text-align: right;
	}
	.kito-footer-csr-btn img {
		width: 260px;
	}

/*
	.kito-footer-csr-inner {
		display: table;
		min-width: 960px;
		margin: auto;
		padding: 0px 10px;
	}
	.kito-footer-csr-image {
		display: table-cell;
		vertical-align:middle;
		width: 240px;
	}
	.kito-footer-csr-image img {
		width: 220px;
		margin: 0 0 0 4px;
		padding: 0;
	}
	.kito-footer-csr-text {
		display: table-cell;
		vertical-align:middle;
	}
	.kito-footer-csr-btn {
		display: table-cell;
		vertical-align:middle;
		width: 293px;
		text-align: right;
	}
	.kito-footer-csr-btn img {
		width: 260px;
	}
	*/

}
@media print, screen and (min-width: 1170px) {
	.kito-footer-csr-inner {
		width: 100%;
		max-width: 1150px;
	}
}




/*kito-footer-nav*/
.kito-footer-nav {
	background: #f1fae7;
}
@media only screen and (max-width: 767px) {
	.kito-footer-nav {
		padding: 35px 10px 1px;
	}
}
@media print, screen and (min-width: 768px) {
	.kito-footer-nav-inner {
		min-width: 960px;
		margin: auto;
		padding: 40px 10px 1px;
	}
	.kito-footer-box {
		float: left;
		width: 20%;
		padding: 20px 0;
		border-left: 1px dotted #999999;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.kito-footer-box:nth-child(5) {
		border-right: 1px dotted #999999;
	}
}
@media print, screen and (min-width: 1170px) {
	.kito-footer-nav-inner {
		width: 100%;
		max-width: 1150px;
	}
}
.kito-footer-box ul {
	list-style: none;
	margin: 0;
	padding: 0 20px 0 30px;
}
.kito-footer-box ul ul {
	padding: 0 0 0 10px;
}
.kito-footer-box li {
	list-style: none;
	line-height: 30px;
	position: relative;
}
.kito-footer-box li:before {
	content: " \f0da";
	font-family: FontAwesome;
	position: absolute;
	top: -1px;
	left: -10px;
}
.kito-footer-box li li:before {
	content: " \f105";
}




/*address*/
footer .address {
	background: #f1fae7;
}
footer .address p {
	text-align: center;
	margin: 0;
}

@media only screen and (max-width: 767px) {
	footer .address {
		padding: 20px 10px;
	}
}
@media print, screen and (min-width: 768px) {
	footer .address {
		height: 100px;
	}
	footer .address-inner {
		width: 980px;
		margin: auto;
	}
	footer .address p {
		line-height: 100px;
	}
}
@media print, screen and (min-width: 1170px) {
}


/*copyright*/
footer .copyright {
	background: #338509;
}
footer .copyright p {
		color: #fff;
		text-align: center;
		margin: 0;
	}

@media only screen and (max-width: 767px) {
	footer .copyright {
		padding: 32px 10px 80px;
	}
}
@media print, screen and (min-width: 768px) {
	footer .copyright {
		height: 70px;
	}
	footer .copyright-inner {
		width: 980px;
		margin: auto;
	}
	footer .copyright p {
		line-height: 70px;
	}
}
@media print, screen and (min-width: 1170px) {
}


/*ページアップ*/
.pageup {
	margin: 0;
}

@media only screen and (max-width: 767px) {
	.pageup a {
		width: 70px;
		position: fixed;
		right: 10px;
		bottom: 10px;
	}
}

@media print, screen and (min-width: 768px) {

	.pageup a {
		width: 68px;
		position: fixed;
		right: 20px;
		bottom: 10px;
	}
	.pageup a:hover {
		opacity:0.7;
	}
}
@media print, screen and (min-width: 1170px) {
	/*1170pix以上*/
}
.pageup a img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
