@charset "utf-8";

/*-------------------------------------------------------------------

	.navAnchor

-------------------------------------------------------------------*/

.navAnchor ul {
	display: flex;
}

.navAnchor a {
	align-items: center;
	border: 1px solid #000;
    box-sizing: border-box;
	color: #000;
	display: flex;
	font-size: 14px;
	justify-content: center;
	padding: 10px;
	position: relative;
	text-align: center;
}

.navAnchor a::before {
	border-color: #000 transparent transparent transparent;
	border-style: solid;
	border-width: 8px 5px;
	content: "";
	display: block;
	left: 10px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
}

@media screen and (max-width:768px) {

	.navAnchor {
        margin-bottom: 40px;
	}

	.navAnchor ul {
		flex-wrap: wrap;
	}

	.navAnchor li {
		width: calc( calc( 100% - 20px ) / 2 );
	}

	.navAnchor li:nth-child( even ) {
		margin-left: 20px;
	}

	.navAnchor li:nth-child( n + 3 ) {
		margin-top: 20px;
	}

	.navAnchor a {
		font-size: 12px;
	}

}

@media screen and (min-width:769px) {

	.navAnchor {
        margin-bottom: 70px;
	}

    .navAnchor ul {
        justify-content: center;
    }

	.navAnchor li {
		width: calc( calc( 100% - 20px * 3 ) / 4 );
	}

	.navAnchor li + li {
		margin-left: 20px;
	}

    .navAnchor a {
        min-height: 60px;
    }

}

/*-------------------------------------------------------------------

	.navPanelradiator

-------------------------------------------------------------------*/

.navPanelradiator ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.navPanelradiator a {
	align-items: center;
	border: 1px solid #000;
	box-sizing: border-box;
	color: #000;
	display: flex;
	font-size: 14px;
	height: 100%;
	padding: 12px 15px 12px 35px;
	position: relative;
}

.navPanelradiator a::before {
	border-color: transparent transparent transparent #000;
	border-style: solid;
	border-width: 5px 8px;
	content: "";
	display: block;
	left: 15px;
	margin-top: -4px;
	position: absolute;
	top: 50%;
}

.navPanelradiator[data-button-type="anchor"] a::before {
	border-color: #000 transparent transparent transparent;
	border-width: 8px 5px;
	margin-top: -4px;
}

@media screen and (max-width:768px) {

	#siteContent__aside .navPanelradiator {
		padding: 0 15px;
	}

	.navPanelradiator {
		margin: 30px 0;
	}

	.navPanelradiator ul {
		flex-wrap: wrap;
	}

	.navPanelradiator li {
		width: calc( calc( 100% - 20px ) / 2 );
	}

	.navPanelradiator li:nth-child( even ) {
		margin-left: 20px;
	}

	.navPanelradiator li:nth-child( n + 3 ) {
		margin-top: 20px;
	}

	.navPanelradiator a {
		font-size: 12px;
	}

	.navPanelradiator[data-item-col-sp="1"] {
		flex-direction: column;
	}

	.navPanelradiator[data-item-col-sp="1"] li {
		margin: 0;
		width: 100%;
	}

	.navPanelradiator[data-item-col-sp="1"] li + li {
		margin-top: 20px;
	}

	.navPanelradiator[data-item-col-sp="2"] li {
		width: calc( calc( 100% - 20px ) / 2 );
	}

	.navPanelradiator[data-item-col-sp="2"] li:nth-child( 2n + 1 ) {
		margin-left: 0;
	}

	.navPanelradiator[data-item-col-sp="2"] li:nth-child( n + 3 ) {
		margin-top: 30px;
	}

}

@media screen and (min-width:769px) {

	#siteContent__aside .navPanelradiator {
		margin: 0 auto;
		padding: 70px 0;
		width: 1000px;
	}

	.navPanelradiator li {
		margin-left: 50px;
	}

	.navPanelradiator[data-item-col-pc="1"] li {
		margin-left: 0;
	}

	.navPanelradiator[data-item-col-pc="3"] li {
		width: calc( calc( 100% - 50px * 2 ) / 3 );
	}

	.navPanelradiator[data-item-col-pc="3"] li:nth-child( 3n + 1 ) {
		margin-left: 0;
	}

	.navPanelradiator[data-item-col-pc="3"] li:nth-child( n + 4 ) {
		margin-top: 30px;
	}

	.navPanelradiator[data-item-justify="center"] ul {
		justify-content: center;
	}

}

/*-------------------------------------------------------------------

	.panelradiatorLineup

-------------------------------------------------------------------*/

.panelradiatorLineup {
}

.panelradiatorLineup .blockFigureContent__figure figcaption {
	font-size: 11px;
}

.panelradiatorLineup .option {
	margin-top: 20px;
}

@media screen and (max-width:768px) {

	.panelradiatorLineup .blockFigureContent {
		flex-direction: column;
	}

	.panelradiatorLineup .blockFigureContent__figure {
		margin: 0 0 20px;
	}

	.panelradiatorLineup .blockFigureContent__figure figcaption {
		text-align: left;
	}

}

@media screen and (min-width:769px) {

	.panelradiatorLineup {
	}

}

/*-------------------------------------------------------------------

	.panelradiatorRemocon

-------------------------------------------------------------------*/

.panelradiatorRemocon {
}

.panelradiatorRemocon .product {
}

.panelradiatorRemocon .text {
}

@media screen and (max-width:768px) {

	.panelradiatorRemocon {
		margin-top: 20px;
	}

	.panelradiatorRemocon .name {
		font-size: 12px;
	}

	.panelradiatorRemocon .product {
		font-size: 16px;
	}

	.panelradiatorRemocon .price {
		font-size: 12px;
	}

	.panelradiatorRemocon .price span {
		font-size: 16px;
	}

	.panelradiatorRemocon .text {
		font-size: 12px;
	}

}

@media screen and (min-width:769px) {

	.panelradiatorRemocon {
		margin-top: 30px;
	}

	.panelradiatorRemocon .name {
		font-size: 14px;
	}

	.panelradiatorRemocon .product {
		font-size: 18px;
	}

	.panelradiatorRemocon .product span {
		font-size: 14px;
	}

	.panelradiatorRemocon .price {
		font-size: 14px;
	}

	.panelradiatorRemocon .price span {
		font-size: 18px;
	}

	.panelradiatorRemocon .text {
		font-size: 12px;
	}

}

/*-------------------------------------------------------------------

	.tableLineup

-------------------------------------------------------------------*/

.tableLineup {}

.tableLineup thead th {
	line-height: 1.2;
}

.tableLineup td {
	background-color: #fff;
}

.tableLineup td.code {
	text-align: center;
}

.tableLineup td.price {
	text-align: center;
}

.tableLineup td.size {
	text-align: center;
}

@media screen and (max-width:768px) {

	.tableLineup {
	}

	.tableLineup thead th {
		white-space: wrap;
	}

}

@media screen and (min-width:769px) {

	.tableLineup {
    }

}