/*
 Theme Name:   Kousoku-offset
 Theme URI:    https://www.kousoku-offset.co.jp/
 Description:  株式会社高速オフセットのオリジナルテーマ
 Author:       株式会社高速オフセット
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
@charset "utf-8";

body {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 170%;
	letter-spacing: 1.8px;
	color: #333;
	font-feature-settings: "palt";
	overflow-x: hidden;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

main {
	margin-top: 100px;
}

img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: bottom;
}

.bold {
	font-weight: bold;
}

:root {
	--kousoku-blue: #0164ff;
}

.blue {
	color: var(--kousoku-blue);
}

.arrow::after {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 5px;
	font-family: 'Times New Roman';
	text-shadow: 0 0 1px black;
	font-weight: bold;
	font-size: 10px;
}

.arrow.down::after {
	content: '\02228';
	transform: translateY(-50%) scale(1.4, 0.7);
	-webkit-transform: translateY(-50%) scale(1.4, 0.7);
}

.arrow.up::after {
	content: '\02227';
	transform: translateY(-50%) scale(1.4, 0.7);
	-webkit-transform: translateY(-50%) scale(1.4, 0.7);
}

.arrow.right::after {
	content: '\03e';
	transform: translateY(-50%) scale(.9, 1.8);
	-webkit-transform: translateY(-50%) scale(0.9, 1.8);
}

.btn-wrap {
	text-align: center;
}

.btn {
	position: relative;
	display: inline-block;
	border-radius: 50px;
	border: 1px solid;
	padding: 2px 25px;
	box-sizing: border-box;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
}

.btn.btn-white{
	color: var(--kousoku-blue);
	border-color: var(--kousoku-blue);
}

.btn.btn-white:hover {
	background-color: var(--kousoku-blue);
	color: #fff;
}

ul,
ol {
	padding: 0;
	list-style: none;
}

ol {
	counter-reset: number 0;
}

ul li,
ol li {
	position: relative;
	padding-left: 30px;
	line-height: 1.7;
}

ul li::before {
	content: '\025cf';
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 11px;
	font-size: 10px;
	color: var(--kousoku-blue);
}

ol li::before {
	content: counter(number);
	display: inline-block;
	position: absolute;
	top: 0;
	left: 11px;
	color: var(--kousoku-blue);
	counter-increment: number 1;
}

a,
a:visited{
	color:var(--kousoku-blue);
	word-break: break-all;
}

a:hover{
	color:#0057b8;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #fff;
	z-index: 100;
	box-shadow: 0px 4px 6px -4px #bfbfbf;
}

.header {
	position: relative;
	display: flex;
	display: -webkit-flex;
	display:-ms-flexbox;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	max-width: 1920px;
	margin: 0 auto;
	width: 100%;
	height: 100px;
	padding: 42px 10px 0;
	box-sizing: border-box;
	z-index: 20;
}
.header .company-desc {
	position: absolute;
	top: 0;
	left: 10px;
	font-size: 13px;
	color: #666;
}

.header .logo img {
	width: 250px;
}

.header .navi {
	display: flex;
	display: -webkit-flex;
	display:-ms-flexbox;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 32px;
}

.header .navi .box {
	position: relative;
}

.header .navi .box .title {
	position: relative;
	display: block;
	padding: 16px 17px;
	box-sizing: border-box;
	cursor: pointer;
	color: #333;
	text-decoration: none;
}

.header .navi .box .title .name {
	position: relative;
	margin: 0;
	font-weight: bold;
	font-size: 15px;
}

.header .navi .box .title .name::after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -16px;
	width: 100%;
	border-bottom: 3px solid;
	border-color: transparent;
}

.header .navi .box:hover .title .name::after {
	border-color: var(--kousoku-blue);
}

.header .navi .box .sub {
	position: absolute;
	height: 0;
	font-size: 0;
	opacity: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	width: max-content;
	min-width: 200px;
	left: 50%;
	border-radius: 15px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.header .navi .box:hover .sub {
	height: auto;
	opacity: 1;
	font-size: 100%;
	padding: 17px 0;
	box-shadow: 9px 9px 25px -7px #989898;
	background: #fff;
}

.header .navi .box:hover .sub .children {
	position: relative;
	display: block;
	color: #666;
	text-decoration: none;
	padding: 6px 50px 6px 12px;
	font-size: 14px;
	background-color: #fff;
	box-sizing: border-box;
}

.header .navi .box:hover .sub .children::after {
	color: var(--kousoku-blue);
	right: 20px;
	text-shadow: 0 0 1px var(--kousoku-blue);
}

.header .navi .box:hover .sub .children:hover {
	color: var(--kousoku-blue);
	background-color: #f2f5f5;
}

.header .right-area {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	display: flex;
	display: -webkit-flex;
	display:-ms-flexbox;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 0;
}

.header .right-area .contact-wrap {
	margin-left: 10px;
}

.header .right-area .menu-icon {
	position: relative;
	font-weight: bold;
	font-size: 14px;
	padding: 0 22px;
	box-sizing: border-box;
	cursor: pointer;
	color: #464646;
	z-index: 102;
}

.header .right-area .menu-icon::after {
	content: 'MENU';
	display: inline-block;
	min-width: 45.47px;
	text-align: center;
	padding-top: 17px;
	letter-spacing: 0;
}

.header .right-area .menu-icon span {
	position: relative;
	display: block;
	border-top: 3px solid #464646;
	width: 42px;
	margin: 0 auto;
	top: 6px;
}

.header .right-area .menu-icon span::before,
.header .right-area .menu-icon span::after {
	content: '';
	display: inline-block;
	position: absolute;
	left: 0;
	border-top: 3px solid #464646;
	width: 100%;
}

.header .right-area .menu-icon span::before {
	top: -16px;
}
.header .right-area .menu-icon span::after {
	top: 10px;
}

.header .right-area .menu-icon.active::after {
	content: 'CLOSE';
}

.header .right-area .menu-icon.active span {
	border-color: transparent;
}

.header .right-area .menu-icon.active span::before {
	top: -2px;
	transform: rotate(45deg);
}

.header .right-area .menu-icon.active span::after {
	top: -2px;
	transform: rotate(-45deg);
}

.header .right-area .menu-wrap,
header .menu-icon .menu-bk {
	display: none;
}

header .menu-icon.active .menu-bk {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(51, 51, 51, 0.3);
	z-index: 10;
}

.header .right-area .menu-wrap.active {
	display: block;
	position: fixed;
	top: -50px;
	right: 0;
	height: 100%;
	max-width: 960px;
	width: 100vw;
	min-height: calc(100vh + 45px);
	background-color: #fff;
	padding: 70px 60px 70px 40px;
	overflow-y: auto;
	margin: 0 0 0 auto;
	box-sizing: border-box;
	z-index: 101;
}

.header .right-area .menu-wrap.active .inner {}

.header .right-area .menu-wrap.active .box {
	margin: 0 0 40px;
}

.header .right-area .menu-wrap.active .box .title .name {
	color: #0057b8;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 17px;
	margin: 0 0 5px;
}

.header .right-area .menu-wrap.active .box .sub {
	display: flex;
	display: -webkit-flex;
	display:-ms-flexbox;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
}

.header .right-area .menu-wrap.active .box .sub .children {
	position: relative;
	width: 251px;
	margin: 0 30px 10px 0;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #0057b8;
	padding: 4px 10px 4px 0;
	box-sizing: border-box;
	font-size: 15px;
	line-height: 1.4;
}

.header .right-area .menu-wrap.active .box .sub .children::after {
	color: var(--kousoku-blue);
	right: 0;
}

.header .right-area .menu-wrap.active .box .sub .children:hover {
	color: var(--kousoku-blue);
}

.header .right-area .menu-wrap.active .img-area {
	display: flex;
	display: -webkit-flex;
	display:-ms-flexbox;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 50px auto 40px;
}

.header .right-area .menu-wrap.active .img-area .box {
	width: 180px;
	margin: 0 30px 10px 0;
}

.header .right-area .menu-wrap.active .img-area .box .title {
	color: #333;
	text-decoration: none;
}

.header .right-area .menu-wrap.active .img-area .box .title .img {
	text-align: center;
}

.header .right-area .menu-wrap.active .img-area .box .title .img img {
	width: 100%;
	height: 80px;
	object-fit: cover;
	border: 1px solid transparent;
	border-radius: 8px;
	box-sizing: border-box;
}

.header .right-area .menu-wrap.active .img-area .box .title .name {
	font-size: 15px;
	font-weight: normal;
	color: #333;
}

.header .right-area .menu-wrap.active .img-area .box .title:hover .img img {
	border-color: #d1d1d1;
}

.header .right-area .menu-wrap.active .menu-footer {
	display: flex;
	display: -webkit-flex;
	display:-ms-flexbox;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 30px 0 20px;
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	box-sizing: border-box;
	margin-bottom: 15px;
}

.header .right-area .menu-wrap.active .menu-footer .btn {
	text-align: left;
	padding: 2px 25px 2px 15px;
	width: 180px;
	font-size: 15px;
	color: #fff;
	border-color: var(--kousoku-blue);
	background-color: var(--kousoku-blue);
	margin: 0 30px 10px 0;
}

.header .right-area .menu-wrap.active .menu-footer .btn::after {
	right: 8px;
	text-shadow: 0 0 1px #fff;
}

.copyright {
	color: #d1d1d1;
}

footer {
	position: relative;
}

.footer {
	background-color: #181f29;
}

.footer section {
	padding: 20px 0 25px;
	border-bottom: 1px solid #6a7684;
	box-sizing: border-box;
}

.footer section:last-child {
	border: 0;
}

.footer section .inner {
	max-width: 1200px;
	width: 96%;
	margin: 0 auto;
}

.footer .sec-navi .inner {
	display: flex;
	display: -webkit-flex;
	display:-ms-flexbox;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.footer .sec-navi .inner .box {
	width: 20%;
	margin: 0 30px 15px 0;
}

.footer .sec-navi .inner .box:nth-child(1) {
	width: 765px;
}

.footer .sec-navi .inner .box:last-child {
	margin: 0 0 15px;
}

.footer .sec-navi .title .name {
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	font-size: 15px;
	border-bottom: 1px solid #6a7684;
	padding: 0 0 4px;
	margin: 20px 0 0;
	box-sizing: border-box;
}

.footer .sec-navi .sub-wrap {
	display: flex;
	display: -webkit-flex;
	display:-ms-flexbox;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer .sec-navi .sub-wrap .sub {
	width: 48%;
}

.footer .sec-navi .sub .children {
	display: block;
	color: #dbe1e7;
	font-size: 14px;
	text-decoration: none;
	line-height: 2;
}

.footer .sec-navi .sub .children:hover {
	/* text-decoration: underline; */
}

.footer .sec-navi .sub .children .sub-ttl-link{
	color: #b0b8c1;
	text-decoration: none;
}
.footer .sec-navi .sub .children .sub-ttl-link:hover{
	text-decoration: underline;
}

.footer .sec-navi .sub .children.sub-ttl {
	color: #b0b8c1;
	font-size: 15px;
	margin: 18px 0 10px;
	font-weight: bold;
}

.footer .sec-navi .sub .children.grandchildren {
	position: relative;
}

.footer .sec-navi .sub .children.grandchildren::before {
	content: '-';
	margin: 0 4px 0 8px;
}

.footer .sec-contact {}

.footer .sec-contact .inner {
	display: flex;
	display: -webkit-flex;
	display:-ms-flexbox;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.footer .sec-contact .inner .info-wrap .addr {
	margin: 12px 0 0;
	color: #dbe1e7;
	font-size: 14px;
}

.footer .sec-contact .inner .info-wrap .btn-map {
	color: #181f29;
	background-color: #b0b8c1;
	display: inline-block;
	border-radius: 5px;
	padding: 0 6px;
	box-sizing: border-box;
	font-weight: bold;
	text-decoration: none;
	font-size: 14px;
}

.footer .sec-contact .inner .info-wrap .btn-map:hover {
	transition: .3s;
	background-color: #eee;
}

.footer .sec-contact .inner .contact-wrap {
	text-align: right;
}

.footer .sec-contact .inner .contact-wrap .desc {
	color: #dbe1e7;
	font-size: 14px;
	margin: 0 0 8px;
}

.footer .sec-contact .inner .contact-wrap .btn-wrap {
	text-align: right;
}

.footer .sec-contact .inner .contact-wrap .btn-wrap .btn {
	background-color: var(--kousoku-blue);
	color: #fff;
	border-color: var(--kousoku-blue);
	margin: 20px 0 0 5px;
}
.footer .sec-contact .inner .contact-wrap .btn-wrap .btn:hover {
	background-color: #fff;
	color: var(--kousoku-blue);
}

.footer .footer-about {
	text-align: center;
}

.footer .footer-about .about-site .link {
	display: inline-block;
	position: relative;
	color: #dbe1e7;
	text-decoration: none;
	margin-bottom: 8px;
}

.footer .footer-about .about-site .link::after {
	content: '|';
	margin: 0 8px;
	color: #dbe1e7;
}

.footer .footer-about .about-site .link:last-child:after {
	content: none;
}

.footer .footer-about .about-site .link:hover {
	color: #b0b8c1;
}

.footer .footer-about .copyright {
	color: #dbe1e7;
	font-size: 12px;
}

.fixed-side-wrap {
	position: fixed;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	border-radius: 22.5px;
	border: 1px solid var(--kousoku-blue);
	box-sizing: border-box;
	z-index: 99;
}

.fixed-side-wrap .button {
	display: block;
	width: 45px;
	color: var(--kousoku-blue);
	text-decoration: none;
	border-bottom: 1px solid var(--kousoku-blue);
	background-color: #fff;
	padding: 15px 0;
	box-sizing: border-box;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all  0.7s ease;
}

.fixed-side-wrap .button:hover {
	color: #fff;
	background-color: var(--kousoku-blue);
}

.fixed-side-wrap .button:nth-child(1) {
	border-top-left-radius: 21px;
	border-top-right-radius: 21px;
}

.fixed-side-wrap .button:nth-child(2) {
	border-bottom-left-radius: 21px;
	border-bottom-right-radius: 21px;
	border-bottom-color: transparent;
}

.fixed-side-wrap .button .icon {
	text-align: center;
	width: 24px;
	margin: 0 auto;
}

.fixed-side-wrap .button .icon circle {
	fill: var(--kousoku-blue);
}

.fixed-side-wrap .button .icon rect,
.fixed-side-wrap .button .icon line,
.fixed-side-wrap .button .icon polyline {
	stroke: var(--kousoku-blue);
}

.fixed-side-wrap .button:hover .icon circle {
	fill: #fff;
}

.fixed-side-wrap .button:hover .icon rect,
.fixed-side-wrap .button:hover .icon line,
.fixed-side-wrap .button:hover .icon polyline {
	stroke: #fff;
}

.fixed-side-wrap .button .text {
	writing-mode: vertical-rl;
	margin: 0 auto 10px;
}

.page-top-btn {
	position: fixed;
	bottom: 5%;
	right: 1%;
}

.page-top-btn #page-top {
	display: flex;
	display: -webkit-flex;
	display:-ms-flexbox;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: var(--kousoku-blue);
}

.page-top-btn #page-top:hover {
	background-color: #181f29;
}

.page-top-btn #page-top .icon {
	text-align: center;
}

.page-top-btn #page-top .icon path {
	fill: #fff;
}

.page-top-btn #page-top:hover .icon path {
	fill: var(--kousoku-blue);
}

.sp-fixed-bottom {
	display: none;
}

#breadcrumb {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 80px;
}

#breadcrumb ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	display: -webkit-flex;
	display:-ms-flexbox;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

#breadcrumb ul li {
	position: relative;
	padding: 0;
	display: inline-block;
	margin-right: 2em;
}

#breadcrumb ul li::before {
	content: '\03e';
	color: var(--kousoku-blue);
	text-shadow: 0 0 1px var(--kousoku-blue);
	font-weight: bold;
	font-size: 10px;
	font-family: 'Times New Roman';
	left: calc(100% + .5em);
	transform: scale(0.6, 1);
	font-size: 14px;
	top: 0;
}

#breadcrumb ul li:last-child:before {
	content: none;
}

#breadcrumb ul li a {
	text-decoration: underline;
	text-underline-position: under;
}

.disabled {
	color:white !important;
	background: #ddd !important;
	border-color: #ddd !important;
	user-select: none;
	pointer-events: none;
}
.header .right-area .btn-wrap {
	position: relative;
	top: -22px;
	font-size: 15px;
}
.header .right-area .contact-wrap {
	position: relative;
	top: -14px;
}

.header .right-area .contact-wrap a {
	display: inline-block;
	margin-left: 10px;
}
@media print,
screen and (max-width: 1260px) {
	.header .right-area .btn-wrap {
		display: none;
	}

}
/* PC Size */
@media print,
screen and (min-width: 769px) {
	.sp-contents{
		display: none;
	}
}
/* Tablet Size */
@media print,
screen and (max-width: 1260px) {
	.header .navi {
		margin: 0 0 0 10px;
	}

	.header .navi .box .title {
		padding: 16px 10px;
	}

	.header .navi .box .title.arrow::after {
		right: 0;
	}

	.header .navi .box .title .name {
		font-size: 14px;
	}
	.footer .sec-navi .inner .box:nth-child(1) {
		width: 100%;
		margin: 0 0 15px;
	}

	.footer .sec-contact .inner .info-wrap {
		width: 52%;
	}
	.footer .sec-contact .inner .contact-wrap {
		width: 48%;
	}

	.footer .sec-contact .inner .contact-wrap .btn-wrap .btn {
		padding: 2px 15px;
		font-size: 14px;
	}

	.fixed-side-wrap {
		right: 10px;
	}

	.page-top-btn {
		bottom: 102%;
	}

	.page-top-btn #page-top {
		width: 40px;
		height: 40px;
	}
}

@media print,
screen and (max-width: 1050px) {
	.header .navi,
	.header .right-area .contact-wrap {
		display: none;
	}
}

/* Smart Phone Size */
@media print,
screen and (max-width: 768px) {
	.pc-contents{
		display: none;
	}
	.header {
		padding: 20px 5px 5px;
		height: auto;
	}

	.header .company-desc {
		font-size: 10px;
		margin: 5px auto;
		letter-spacing: 0;
		line-height: 1.3;
		font-weight: normal;
	}

	.header .right-area .menu-icon {
		font-size: 10px;
		padding: 0 5px;
		margin: 15px 0 0;
	}

	.header .right-area .menu-icon span {
		width: 35px;
	}

	.header .right-area .menu-icon span::before {
		top: -12px;
	}

	.header .right-area .menu-icon span::after {
		top: 6px;
	}

	.header .right-area .menu-icon::after {
		padding-top: 12px;
	}

	.header .right-area .menu-wrap.active {
		padding: 42px 15px 100px 15px;
	}

	.header .right-area .menu-wrap.active .box {
		margin: 0 0 20px;
	}

	.header .right-area .menu-wrap.active .box .title .name {
		font-size: 12px;
		margin: 0;
	}

	.header .right-area .menu-wrap.active .box .sub {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.header .right-area .menu-wrap.active .box .sub .children {
		width: 100%;
		margin: 0;
		padding: 10px 8px;
		line-height: 1.4;
		border: 0;
	}

	.header .right-area .menu-wrap.active .box .sub .children::after {
		content: none;
	}

	.header .right-area .menu-wrap.active .img-area {
		margin: 0 auto;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.header .right-area .menu-wrap.active .img-area .box {
		width: 48%;
		margin: 0 0 3%;
	}

	.header .right-area .menu-wrap.active .img-area .box .title .name {
		font-size: 14px;
	}

	.header .right-area .menu-wrap.active .menu-footer {
		padding: 25px 0 15px;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.header .right-area .menu-wrap.active .menu-footer .btn {
		width: 48%;
		margin: 0 0 4%;
	}

	main {
		margin-top: 60.83px;
	}

	.fixed-side-wrap {
		display: none;
	}

	.footer .sec-navi {
		display: none;
	}

	.footer .sec-contact .inner .info-wrap {
		width: 100%;
		text-align: center;
	}

	.footer .sec-contact .inner .info-wrap .addr {
		font-size: 13px;
		margin-bottom: 10px;
	}

	.footer .sec-contact .inner .contact-wrap {
		width: 100%;
		text-align: center;
		margin-top: 30px;
	}

	.footer .sec-contact .inner .contact-wrap .btn-wrap {
		text-align: center;
	}

	.footer .footer-about .about-site {
		font-size: 13px;
	}

	.footer .footer-about .about-site .link {
		font-size: 12px;
	}

	.page-top-btn {
		bottom: calc(100% + 10px);
		right: 10px;
	}

	.page-top-btn #page-top {
		width: 35px;
		height: 35px;
	}

	.page-top-btn #page-top svg {
		width: 15px;
		position: relative;
		top: 3px;
	}

	.sp-fixed-bottom {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: 50;
	}

	.sp-fixed-bottom .inner {
		display: table;
		width: 100%;
	}

	.sp-fixed-bottom .box {
		display: table-cell;
	}

	.sp-fixed-bottom .box .icon {
		text-align: center;
		background: #005bac;
	}

	.sp-fixed-bottom .box .icon img {
		height: 50px;
	}

	#breadcrumb {
		display: none;
	}
}

.lds-hourglass {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-hourglass:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  box-sizing: border-box;
  border: 32px solid #0164ff;
  border-color: #0164ff transparent #0164ff transparent;
  animation: lds-hourglass 1.2s infinite;
}
@keyframes lds-hourglass {
  0% {
    transform: rotate(0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    transform: rotate(900deg);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    transform: rotate(1800deg);
  }
}
