@charset "UTF-8";

.spuCommonHeader {
	font-family: "Meiryo", "Hiragino Kaku Gothic ProN", "MS PGothic", sans-serif;
	font-size: 10px;
}

.spuCommonHeader h1, .spuCommonHeader p, .spuCommonHeader ul, .spuCommonHeader li, .spuCommonHeader a, .spuCommonHeader img {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	list-style: none;
	box-sizing: content-box;
}

a.spuCommonHeader__kanbanLink {
	display: block;
}

img.spuCommonHeader__kanbanImage--pc {
	display: none;
}

img.spuCommonHeader__kanbanImage--sp {
	display: block;
	width: 100%;
}

.spuCommonHeader__serviceContainer {
	position: relative;
	width: 100%;
	margin: 15px 0 0;
}

.spuCommonHeader__serviceScroller {
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: 100px;
	margin: 0 auto;
	padding: 15px 0 0;
}

ul.spuCommonHeader__services {
	white-space: nowrap;
}

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

li.spuCommonHeader__service {
	position: relative;
	display: inline-block;
	width: 82px;
	height: 76px;
	margin: 0 2px;
	background: #fde0e0;
	vertical-align: top;
	text-align: center;
	border-radius: 4px;
}

li.spuCommonHeader__service:first-child {
	margin-left: 4px;
}

li.spuCommonHeader__service:last-child {
	margin-right: 4px;
}

li.spuCommonHeader__service.spuCommonHeader__service--active {
	background: #bf0000;
}

li.spuCommonHeader__service.spuCommonHeader__service--active::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	display: block;
	width: 0;
	height: 0;
	margin: 0 auto;
	border-top: 15px solid #bf0000;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
}

a.spuCommonHeader__serviceLink {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.spuCommonHeader__serviceImageContainer {
	width: 42px;
	height: 42px;
	margin: 4px auto;
}

.spuCommonHeader__serviceImageContainer::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

img.spuCommonHeader__serviceImage {
	display: inline-block;
	max-width: 42px;
	max-height: 42px;
	margin: auto;
	vertical-align: middle;
}

.spuCommonHeader__serviceNameContainer {
	height: 20px;
}

.spuCommonHeader__serviceNameContainer::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.spuCommonHeader__serviceName {
	display: inline-block;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: -1px;
	color: #bf0000;
}

.spuCommonHeader__serviceName.spuCommonHeader__serviceName--2lines {
	font-size: 9px;
}

li.spuCommonHeader__service--active .spuCommonHeader__serviceName {
	color: #ffffff;
}

.spuCommonHeader__serviceLabel {
	position: absolute;
	top: -8px;
	left: -2px;
	width: 100%;
	text-align: left;
}

.spuCommonHeader__serviceLabelImage {
	width: 64px;
	height: auto;
}

.spuCommonHeader__controlLeft {
	display: none;
}

.spuCommonHeader__controlRight {
	display: none;
}

.warningwrapper {
	background-color: #FFFFFF;
	border: 2px solid #bf0000;
	padding: 8px;
	color: #000000;
	font-size: 12px;
	line-height: 22px;
	margin: 20px auto;
	width: calc(100% - 20px);
}
