@charset "utf-8";

/*Resets --------------------------------------------------------------------------------------------------------------------------------------*/

/*-------------------------------------------------------------------

	Sections

-------------------------------------------------------------------*/

body {
	margin: 0;
	padding: 0;
}

section {
	margin: 0;
	padding: 0;
}

nav {
	margin: 0;
	padding: 0;
}

article {
	margin: 0;
	padding: 0;
}

aside {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	padding: 0;
}

h4 {
	margin: 0;
	padding: 0;
}

h5 {
	margin: 0;
	padding: 0;
}

h6 {
	margin: 0;
	padding: 0;
}

header {
	margin: 0;
	padding: 0;
}

footer {
	margin: 0;
	padding: 0;
}

address {
	margin: 0;
	padding: 0;
}

/*-------------------------------------------------------------------

	Grouping content

-------------------------------------------------------------------*/

p {
	margin: 0;
	padding: 0;
}

hr {
	vertical-align: top;
}

pre {
}

blockquote {
}

ol {
	list-style-position: outside;
	margin: 0;
	padding: 0 0 0 2em;
}

ul {
	list-style-position: outside;
	margin: 0;
	padding: 0 0 0 2em;
}

li {
	margin: 0;
	padding: 0;
}

dl {
	margin: 0;
	padding: 0;
}

dt {
	margin: 0;
	padding: 0;
}

dd {
	margin: 0;
	padding: 0;
}

figure {
	margin: 0;
	padding: 0;
}

figcaption {
	margin: 0;
	padding: 0;
}

div {
}

main {
	margin: 0;
	padding: 0;
}

/*-------------------------------------------------------------------

	Text-level semantics

-------------------------------------------------------------------*/

a {
}

em {
	font-style: italic;
	font-weight: bold;
}

strong {
	font-weight: bold;
}

small {
}

s {
}

cite {
}

q {
}

dfn {
}

abbr {
}

data {
}

time {
}

code {
}

var {
}

samp {
}

kbd {
}

sub {
}

sup {
}

i {
}

b {
}

u {
}

mark {
	color: inherit;
}

ruby {
}

rb {
}

rt {
}

rtc {
}

rp {
}

bdi {
}

bdo {
}

span {
}

br {
	letter-spacing: 0;
}

wbr {
}

/*-------------------------------------------------------------------

	Edits

-------------------------------------------------------------------*/

ins {
}

del {
}

/*-------------------------------------------------------------------

	Embedded content

-------------------------------------------------------------------*/

img {
	vertical-align: top;
}

a img {
	border: none;
}

iframe {
	vertical-align: top;
}

embed {
	vertical-align: top;
}

object {
	vertical-align: top;
}

param {
}

video {
}

audio {
}

source {
}

track {
}

canvas {
}

map {
}

area {
}

math {
}

svg {
}

/*-------------------------------------------------------------------

	Links

-------------------------------------------------------------------*/

a[rel="alternate"] {
}

a[rel="author"] {
}

a[rel="bookmark"] {
}

a[rel="help"] {
}

a[rel="icon"] {
}

a[rel="license"] {
}

a[rel="nofollow"] {
}

a[rel="noreferrer"] {
}

a[rel="prefetch"] {
}

a[rel="search"] {
}

a[rel="stylesheet"] {
}

a[rel="tag"] {
}

a[rel="next"] {
}

a[rel="prev"] {
}

/*-------------------------------------------------------------------

	Tabular data

-------------------------------------------------------------------*/

table {
	border-collapse: collapse;
}

caption {
	display: none;
}

colgroup {
}

col {
}

tbody {
}

thead {
}

tfoot {
}

tr {
}

td {
}

th {
	text-align: left;
}

/*-------------------------------------------------------------------

	Forms

-------------------------------------------------------------------*/

form {
}

label {
}

input {
	font-family: inherit;
}

input[type="hidden"] {
}

input[type="text"] {
}

input[type="search"] {
}

input[type="tel"] {
}

input[type="url"] {
}

input[type="email"] {
}

input[type="password"] {
}

input[type="date"] {
}

input[type="time"] {
}

input[type="number"] {
}

input[type="range"] {
}

input[type="color"] {
}

input[type="checkbox"] {
}

input[type="radio"] {
}

input[type="file"] {
}

input[type="submit"] {
}

input[type="image"] {
}

input[type="reset"] {
}

input[type="button"] {
}

button {
	font-family: inherit;
}

select {
	font-family: inherit;
}

datalist {
}

optgroup {
}

option {
}

textarea {
	font-family: inherit;
	resize: vertical;
}

keygen {
}

output {
}

progress {
}

meter {
}

fieldset {
	border: none;
}

legend {
	display: none;
}

/*Styles --------------------------------------------------------------------------------------------------------------------------------------*/

body {
	font-family: Meiryo, "ＭＳ Ｐゴシック", Osaka, arial, helvetica, sans-serif;
	font-size: 14px;
}

a:link {
	color: #008cd6;
	text-decoration: none;
}

a:visited {
	color: #466b7e;
}

a:hover {
	color: #d6000f;
	text-decoration: underline;
}

sub,
sup {
	font-size: 0.8em;
	line-height: 1;
}

hr {
	background-color: #c9cace;
	border: none;
	height: 1px;
}

table {
	width: 100%;
}

th,
td {
	border: 1px solid #999999;
	padding: 0.5em 1em;
}

thead th {
	background-color: #e9e9e9;
	text-align: center;
}

@media screen and (max-width: 768px) {

	body {
		font-family: sans-serif;
		font-size: 15px;
	}

	img {
		height: auto;
		width: 100%;
	}

	hr {
		margin: 50px 0;
	}

	table {
		font-size: 12px;
	}

	thead th {
		white-space: nowrap;
	}

}

@media screen and (min-width: 769px) {

	a[href^="tel:"] {
		pointer-events: none;
	}

	hr {
		margin: 70px 0;
	}

}

/* ------------------------------------------------------------------
	Common
------------------------------------------------------------------ */

.onlyPc {}

.onlySp {
	display: none;
}

@media screen and (max-width: 768px) {

	.onlyPc {
		display: none;
	}

	.onlySp {
		display: block;
	}

}

/* ------------------------------------------------------------------
	p.gotop
------------------------------------------------------------------ */

p.gotop {
	margin-bottom: 15px;
	margin-top: 30px;
	text-align: right;
}

p.gotop a {
	background-image: url("../img/icon/gotop_gray.gif");
	background-position: 0 0.4em;
	background-repeat: no-repeat;
	padding-left: 16px;
}

@media screen and (max-width: 768px) {

	#siteContent.fullColumn p.gotop {
		padding-left: 15px;
		padding-right: 15px;
	}

}

@media screen and (min-width: 769px) {

	#siteContent.fullColumn p.gotop {
		margin-left: auto;
		margin-right: auto;
		width: 1000px;
	}

}

/*-------------------------------------------------------------------

	#siteHeader

-------------------------------------------------------------------*/

#siteHeader {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
}

.siteHeader__info {
	float: left;
}

.siteHeader__infoTitle {
	color: #aaa;
	font-size: 11px;
}

.siteHeader__infoLogo {
	margin: 0;
	padding: 0;
}

.siteHeader__infoLogo > a {
	display: inline-block;
}

.siteHeader__navi {
	float: right;
}

.siteNavi__naviMenu {
	box-sizing: border-box;
	line-height: 1;
	list-style: none;
	height: 30px;
	margin: 0;
	padding: 10px 0 0;
	text-align: right;
}

.siteNavi__naviMenu > li {
	display: inline-block;
	font-size: 12px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.siteNavi__naviMenu > li + li {
	margin-left: 0.5em;
}

.siteNavi__naviMenu > li a {
}

.siteNavi__naviMenu > li a:link,
.siteNavi__naviMenu > li a:visited {
	color: #212121;
	text-decoration: none;
}

.siteNavi__naviMenu > li a:hover {
	text-decoration: underline;
}

/* Clearfix */

#siteHeader {
	*zoom: 1;
}

#siteHeader:after {
	content: "";
	display: table;
	clear: both;
}

@media screen and (max-width: 768px) {

	#siteHeader {
		height: auto;
		padding: 0;
		position: relative;
		width: auto;
	}

	#siteHeader h1 {
		display: none;
	}

	#siteHeader .siteHeader__info {
		float: none;
		overflow: hidden;
		padding: 6px 5px;
		position: relative;
	}

	#siteHeader .siteHeader__navi {
		display: none;
	}

	#siteHeader p.siteHeader__infoLogo {
		margin: 0;
	}

	#siteHeader .siteHeader__infoLogo img {
		height: 32px;
		width: auto;
	}

	#siteHeader ul#globalNav {
		width: auto;
	}

}

@media screen and (min-width: 769px) {

	#siteHeader {
		width: 1000px;
	}

	.siteHeader__infoLogo {
		padding: 8px 0 0 8px;
	}

	#siteHeader .siteHeader__infoLogo img {
		height: auto;
		width: 140px;
	}

}

/* --------------------------------------------------------
	#siteGlobalNav
-------------------------------------------------------- */

#siteGlobalNav {
	display: table;
	padding: 0;
}

#siteGlobalNav > li {
	display: table-cell;
	margin: 0;
	padding: 0;
}

#siteGlobalNav > li a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	line-height: 40px;
	text-align: center;
}

#siteGlobalNav > li a:link,
#siteGlobalNav > li a:visited {
	color: #212121;
	text-decoration: none;
}

#siteGlobalNav > li a:hover {
	background-color: #efefef;
	text-decoration: none;
}

#siteGlobalNav > li a.current {
	background-color: #efefef;
}

#siteGlobalNav > li.products {
	width: 104px;
}

#siteGlobalNav > li.service {
	width: 116px;
}

#siteGlobalNav > li.rinnai_life {
	width: 116px;
}

#siteGlobalNav > li.business_user {
	width: 116px;
}

#siteGlobalNav > li.search {
	width: 62px;
}

#siteGlobalNav > li.search a {
	background-image: url("/shared/img/icon/siteGlobalNav_search.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

/* --------------------------------------------------------
	.siteGlobalNavChild
-------------------------------------------------------- */

.siteGlobalNavChild {
	background-color: #efefef;
	left: 0;
	position: absolute;
	top: 70px;
	width: 100%;
	z-index: 101;
}

.siteGlobalNavChild__wrapper {
}

.siteGlobalNavChild__block {
	padding: 20px 50px;
}

.siteGlobalNavChild__wrapper .siteGlobalNavChild__block {
	display: none;
}

@media screen and (max-width: 768px) {

	.siteGlobalNavChild__wrapper .siteGlobalNavChild__block[data-nav-child="mSearch"] {
		padding: 15px;
	}

}

/* .productSubNav */
.siteGlobalNavChild__block .productSubNav {
	margin: 0;
	padding: 0;
}

.siteGlobalNavChild__block .productSubNav ul.nav {
	justify-content: center;
}

.siteGlobalNavChild__block .productSubNav ul.nav li {
	width: 168px;
}

/* .siteGlobalNavChild__blockService */
.siteGlobalNavChild__blockService {
	display: flex;
}

.siteGlobalNavChild__blockServiceCol {
	background-color: #fff;
	border-radius: 2px;
	box-sizing: border-box;
	padding: 20px;
	width: 440px;
}

.siteGlobalNavChild__blockServiceCol + .siteGlobalNavChild__blockServiceCol {
	margin-left: 20px;
}

.siteGlobalNavChild__blockServiceHeading {
	font-size: 17px;
	font-weight: bold;
}

.siteGlobalNavChild__blockServiceList {
	list-style: none;
	margin-top: 20px;
	padding: 0;
}

.siteGlobalNavChild__blockServiceCol:nth-child(2) .siteGlobalNavChild__blockServiceList:after {
	content: '　';
	display: list-item;
	font-size: 14px;
	margin-top: 15px;
}

.siteGlobalNavChild__blockServiceList > li {
	font-size: 14px;
	margin: 0;
	padding: 0 0 0 10px;
	position: relative;
}

.siteGlobalNavChild__blockServiceList > li::before {
	border-color: transparent transparent transparent #d6000f;
	border-style: solid;
	border-width: 4px 5px;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 0.4em;
}

.siteGlobalNavChild__blockServiceList > li + li {
	margin-top: 15px;
}

.siteGlobalNavChild__blockServiceList > li a:link,
.siteGlobalNavChild__blockServiceList > li a:visited {
	color: #212121;
	text-decoration: none;
}

.siteGlobalNavChild__blockServiceList > li a:hover {
	text-decoration: underline;
}

/* .siteGlobalNavChild__blockSearch */
.siteGlobalNavChild__blockSearch {
}

.siteGlobalNavChild__blockSearchWrapper {
	background-color: #fff;
	border-radius: 3px;
	display: flex;
	overflow: hidden;
}

.siteGlobalNavChild__blockSearchInput {
	flex-grow: 1;
}

.siteGlobalNavChild__blockSearchInput input {
	border: none;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	padding: 10px 20px;
	vertical-align: top;
	width: 100%;
}

.siteGlobalNavChild__blockSearchInput input:focus {
	appearance: none;
	outline: none;
}

.siteGlobalNavChild__blockSearchButton {
	padding: 10px 20px 10px 0;
	width: 20px;
}

.siteGlobalNavChild__blockSearchButton input {
	background-color: transparent;
	background-image: url("../img/icon/siteGlobalNavChild__blockSearchButton.png");
	border: none;
	cursor: pointer;
	height: 20px;
	text-indent: -9999px;
	vertical-align: top;
	width: 20px;
}

@media screen and (max-width: 768px) {

	.siteGlobalNavChild {
		top: 50px;
	}

}

@media screen and (min-width: 769px) {

	.siteGlobalNavChild {
	}

	.siteGlobalNavChild__wrapper {
		margin: 0 auto;
		width: 1000px;
	}

}

.sug_element:first-child {
	border-top: 1px solid #c8c8c8;
}

.productSubNav {
	background-color: #efefef;
	padding: 15px;
	margin-top: 30px;
}

.productSubNav ul.nav {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.productSubNav ul.nav li {
	margin: 0;
	padding: 0;
	width: 150px;
}

.productSubNav ul.nav li + li {
	margin-left: 14px;
}

.productSubNav ul.nav li a {
	background-color: #fff;
	border-radius: 2px;
	display: block;
	text-align: center;
	transition: opacity 0.2s;
}

.productSubNav ul.nav li a:link,
.productSubNav ul.nav li a:visited {
	color: #3b3b3b;
	text-decoration: none;
}

.productSubNav ul.nav li a:hover {
	color: #3b3b3b;
	text-decoration: none;
	opacity: 0.7;
}

.productSubNav ul.nav li a span {
	display: block;
}

.productSubNav ul.nav li a span.figure {
	background-color: #fff;
	padding: 5px;
}

.productSubNav ul.nav li a span.figure img {
	height: auto;
	width: 100%;
}

.productSubNav ul.nav li a span.text {
	font-size: 12px;
	padding: 5px 5px 10px;
}

@media screen and (max-width: 768px) {

	.productSubNav {
		padding: 10px;
	}

	.productSubNav ul.nav {
		flex-wrap: wrap;
	}

	.productSubNav ul.nav li {
		width: calc( (100% - 20px) / 3 );
	}

	.productSubNav ul.nav li + li {
		margin-left: 10px;
	}

	.productSubNav ul.nav li:nth-child( 3n + 1 ) {
		margin-left: 0;
	}

	.productSubNav ul.nav li:nth-child( n + 4 ) {
		margin-top: 10px;
	}

}

/* ------------------------------------------------------------------

	#siteContent

------------------------------------------------------------------- */

#siteContent {
	clear: both;
	margin: 0 auto;
	padding-bottom: 15px;
}

@media screen and (max-width: 768px) {

	#siteContent {
	}

	#siteContent__article {
		padding: 0 10px;
	}

	#siteContent.fullColumn #siteContent__article {
		padding: 0;
	}

}

@media screen and (min-width: 769px) {

	#siteContent {
		width: 1000px;
	}

	#siteContent.fullColumn {
		width: 100%;
	}

}

/* ------------------------------------------------------------------
	Topic Path
------------------------------------------------------------------- */

#siteContent ol.topicPath {
	list-style: none;
	background-color: #ffffff;
	padding: 0 0 5px;
	margin: 0;
}

#siteContent ol.topicPath li {
	float: left;
	line-height: 1.2;
	margin-right: 12px;
	padding-right: 21px;
	position: relative;
}

#siteContent ol.topicPath li::before,
#siteContent ol.topicPath li::after {
	background-color: #000;
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	right: 1px;
	width: 6px;
}

#siteContent ol.topicPath li::before {
	top: 6px;
	transform: rotate(31deg);
}

#siteContent ol.topicPath li::after {
	top: 9px;
	transform: rotate(-31deg);
}

#siteContent ol.topicPath li a:link,
#siteContent ol.topicPath li a:visited {
	color: #333333;
	text-decoration: none;
}

#siteContent ol.topicPath li a:hover {
	color: #db0000;
	text-decoration: underline;
}

#siteContent ol.topicPath li span {
	color: #999999;
}

#siteContent ol.topicPath li.current {
	margin-right: 0;
	padding-right: 0;
	background-image: none;
	color: #999999;
}

#siteContent ol.topicPath li.current::before,
#siteContent ol.topicPath li.current::after {
	display: none;
}

/* Clearfix */
#siteContent ol.topicPath {
	*zoom: 1;
}

#siteContent ol.topicPath:after {
	content: "";
	display: table;
	clear: both;
}

@media screen and (max-width: 768px) {

	#siteContent ol.topicPath {
		display: none;
		font-size: 12px;
		margin-bottom: 8px;
	}

}

@media screen and (min-width: 769px) {

	#siteContent ol.topicPath {
		font-size: 13px;
	}

	#siteContent.fullColumn ol.topicPath {
		margin-left: auto;
		margin-right: auto;
		width: 1000px;
	}

}

/* ------------------------------------------------------------------
	Page Template
------------------------------------------------------------------ */

#mGlobalNavButton {
	background-image: url('../img/icon/m_global_nav_button.png');
	background-position: 2px 2px;
	background-repeat: no-repeat;
	background-size: 36px 36px;
	bottom: 0;
	border-radius: 2px 2px 0 0;
	color: #333;
	display: none;
	line-height: 1;
	padding: 14px 10px 14px 48px;
	position: absolute;
	right: 5px;
	z-index: 2;
}

#mGlobalNavButton.open {
	background-color: #9a9a9b;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	color: #fff;
}

#mGlobalNavButton:hover {
	text-decoration: none;
}

#mGlobalNavWrapper {
	background-color: #9a9a9b;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	display: none;
	left: 0;
	position: absolute;
	top: 42px;
	width: 100%;
	z-index: 5;
}

#mGlobalNav {
	margin: 0;
	padding: 0;
}

#mGlobalNav li {
	border-bottom: 1px solid #fff;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mGlobalNav li a {
	background-image: url('../img/icon/arrow_white_right.png');
	background-position: calc(100% - 15px) 18px;
	background-repeat: no-repeat;
	background-size: 13px 13px;
	display: block;
	line-height: 1;
	padding: 16px 15px;
}

#mGlobalNav li a:link,
#mGlobalNav li a:visited {
	color: #fff;
}

#mGlobalNav li a:hover {
	color: #fff;
	text-decoration: none;
}

#mSearch {
	background-color: #fff;
	border-radius: 2px;
	margin: 4px 4px 0;
	padding: 28px 12px 24px;
}

#mSearch form {
	float: none !important;
}

#mSearch form fieldset {
	width: auto;
}

#mSearch form legend {
	display: block;
	line-height: 1;
	margin-bottom: 18px;
}

#mSearch form input[type="text"] {
	border: 1px solid #b3b3b3;
	border-radius: 4px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1) inset;
	box-sizing: border-box;
	display: block;
	padding: 7px 5px;
	vertical-align: top;
	width: 100%;
}

#mSearch form input[type="image"] {
	background-color: #9a9a9b;
	border: none;
	border-radius: 4px;
	padding: 4px 9px 3px;
	vertical-align: top;
}

#mSearch form fieldset > span {
	display: table;
	width: 100%;
}

#mSearch form fieldset > span > span {
	display: table-cell;
	vertical-align: top;
}

#mSearch form fieldset > span > span:nth-child(2) {
	padding-left: 5px;
	width: 42px;
}

#mClose {
	padding: 16px 0 13px;
	text-align: center;
}

#mClose a {
	background-color: #fff;
	border-radius: 4px;
	color: #2f3e46;
	display: inline-block;
	line-height: 1;
	padding: 10px 24px;
}

@media screen and (max-width: 768px) {

	#mGlobalNavButton {
		display: block;
	}

}

@media screen and (min-width: 769px) {
}

/* ------------------------------------------------------------------

	Headers

------------------------------------------------------------------- */

/* ------------------------------------------------------------------
	.headerCategory
------------------------------------------------------------------- */

.headerCategory {
	margin: 0;
	padding: 0;
}

.headerCategory__wrapper {
}

.headerCategory__content {
	display: flex;
}

.headerCategory__heading {
	font-weight: normal;
	margin: 0;
	padding: 0;
	width: 100%;
}

.headerCategory__nav {
	position: relative;
}

.headerCategory__navButton {
	background-color: #000;
	color: #fff;
	display: block;
	font-size: 12px;
	line-height: 50px;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s;
	white-space: nowrap;
}

.headerCategory__navButton::before {
	border-color: #fff transparent transparent transparent;
	border-style: solid;
	border-width: 8px 4px;
	content: "";
	display: inline-block;
	margin-right: 10px;
	position: relative;
	top: 8px;
}

.headerCategory__navButton:link,
.headerCategory__navButton:visited {
	color: #fff;
}

.headerCategory__navButton:hover {
	color: #fff;
	opacity: 0.8;
	text-decoration: none;
}

.headerCategory__navContents {
	background-color: rgba(0, 0, 0, 0.85);
	box-sizing: border-box;
	line-height: 1.2;
	opacity: 0;
	overflow-y: auto;
	position: absolute;
	right: 0;
	transition: all 0.1s;
	visibility: hidden;
	z-index: -1;
}

.headerCategory__navBlock + .headerCategory__navBlock {
	margin-top: 13px;
}

.headerCategory__navBlockHead {
	color: #ccc;
	margin: 15px 20px 0;
}

.headerCategory__navBlock + .headerCategory__navBlock .headerCategory__navBlockHead {
	margin-top: 28px;
}

.headerCategory__navBlockList {
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	list-style: none;
	padding: 0;
}

.headerCategory__navBlockList a:link,
.headerCategory__navBlockList a:visited {
	color: #fff;
	text-decoration: none;
}

.headerCategory__navBlockList a:hover {
	color: #fff;
	text-decoration: underline;
}

.headerCategory__navBlockList > li {
	box-sizing: border-box;
	color: #fff;
	margin: 15px 20px 0;
	min-width: 100px;
	padding-left: 15px;
	position: relative;
}

.headerCategory__navBlockHead + .headerCategory__navBlockList > li {
}

.headerCategory__navBlockList > li::before {
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 4px 8px;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 4px;
}

/* active */
.headerCategory__navContents.active {
	opacity: 1;
	visibility: visible;
	z-index: 5;
}

/* fixed */
.headerCategory.fixed {
}

.headerCategory.fixed .headerCategory__wrapper {
	background-color: #fff;
	position: fixed;
	top: 0;
	z-index: 10;
}

@media screen and (max-width: 768px) {

	.headerCategory {
		background-color: #000;
	}

	.headerCategory__wrapper {
	}

	.headerCategory__content {
		align-items: center;
		min-height: 50px;
	}

	.headerCategory__heading {
		color: #fff;
		font-size: 20px;
		line-height: 1.2;
		padding: 0 10px;
	}

	.headerCategory__nav {
	}

	.headerCategory__navButton {
		padding: 0 15px;
	}

	.headerCategory__navContents {
		max-height: calc(100vh - 94px);
		width: 100vw;
	}

	.headerCategory__navContentsWrapper {
		padding: 10px 5px 25px;
	}

	/* fixed */
	.headerCategory.fixed .headerCategory__wrapper {
		background-color: #000;
		width: 100vw;
	}

}

@media screen and (min-width: 769px) {

	.headerCategory {
	}

	.headerCategory__wrapper {
		border-bottom: 1px solid #e3e3e3;
		border-top: 1px solid #e3e3e3;
	}

	.headerCategory__heading {
		font-size: 22px;
		line-height: 50px;
	}

	.headerCategory__nav {
		width: 125px;
	}

	.headerCategory__navContents {
		padding: 10px 5px 25px;
		width: 1000px;
	}

	#siteContent.fullColumn .headerCategory {
		margin: 0 auto;
		width: 1000px;
	}

	/* fixed */
	.headerCategory.fixed .headerCategory__wrapper {
		width: 1000px;
	}

	#siteContent.fullColumn .headerCategory.fixed .headerCategory__wrapper {
		left: 0;
		width: 100%;
	}

	#siteContent.fullColumn .headerCategory.fixed .headerCategory__content {
		margin: 0 auto;
		width: 1000px;
	}

}