@charset "utf-8";

@media all {
	.c-productSearch {
		padding: 50px 0;
		background: #e76a29;
	}
	
	.c-productSearch__title {
		color: #fff;
		font-size: 3.2rem;
	}
	
	.c-productSearch__inner {
		width: 100%;
		display: flex;
	}
	
	.c-productSearch__input {
		width: calc(100% - 110px);
		padding: 0 5px 0 0;
		position: relative;
	}
	
	.c-productSearch__input:after {
		content: '';
		width: 22px;
		height: 24px;
		display: block;
		background: url("/_assets/img/common/icon-search-01.svg") no-repeat center / cover;
		position: absolute;
		top: 50%;
		left: 15px;
		transform: translate(0,-50%);
		opacity: .35;
	}
	
	.c-productSearch__inputBody {
		font-size: 1.6rem;
		text-indent: 38px;
		width: 100%;
		padding: .85em;
	}
	
	.c-productSearch__button {
		width: 110px;
		position: relative;
	}
	
	.c-productSearch__buttonBody {
		color: #fff !important;
		font-size: 1.6rem;
		font-weight: 700;
		width: 100%;
		height: 100%;
		background: #333;
		position: absolute;
		top: 0;
		left: 0;
		transition: .3s cubic-bezier(0.75, 0, 0.35, 1);
	}
	
	.no-touch .c-productSearch__buttonBody:hover {
		opacity: .7;
	}
	
	
	
	
	
	
	
	
	
	.c-productLineup {
		margin: -20px 0 10px;
		position: relative;
	}
	
	.c-productLineup:after {
		content: '';
		width: 1px;
		height: calc(100% - 10px);
		background: #ccc;
		display: block;
		position: absolute;
		top: 15px;
		left: 270px;
	}
	
	.c-productLineup__category {
		width: 100%;
		margin: 20px 0 0;
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	
	.c-productLineup__category a {
		text-decoration: underline;
	}
	
	.no-touch .c-productLineup__category a:hover {
		text-decoration: none;
	}
	
	.c-productLineup__title {
		font-size: 1.6rem;
		line-height: 1.5;
		width: 240px;
		margin: -.25em 0 0;
		padding: 15px 0 0;
		border-top: 1px dashed #7D7D7D;
		position: relative;
	}
	
	.c-productLineup__title--large {
		padding-top: 0 !important;
		border-top: 0;
		position: absolute;
		top: 1em;
		left: 0;
	}
	
	.c-productLineup__title--large a {
		text-decoration: none;
	}
	
	.c-productLineup__title--mini {
		text-align: right;
	}
	
	.c-productLineup__title--mini small {
		font-size: 1.2rem;
		letter-spacing: 0;
		display: block;
	}
	
	.c-productLineup__category--spacing .c-productLineup__title {
		padding-top: 60px;
	}
	
	.c-productLineup__titleButton {
		width: 100%;
		padding-right: 20px;
		display: block;
	}
	
	.c-productLineup__titleButton i {
		text-align: center;
		margin: 10px 0 0;
		display: block;
	}
	
	.c-productLineup__titleButton a {
		color: #fff;
		font-size: 1.2rem;
		font-weight: 700;
		text-decoration: none;
		min-width: 7em;
		padding: .4em .5em;
		background: #484848;
		display: inline-block;
	}
	
	.c-productLineup__titleButton a.e-contact {
		background: #E76A29;
	}
	
/*
	.u-table--productList .c-productLineup__titleButton .e-contact {
		background: transparent;
	}
*/
	
	.u-table--productList .c-productLineup__titleButton {
		padding-right: 0;
		position: relative;
		bottom: auto;
		left: auto;
	}
	
	.u-table--productList .c-productLineup__titleButton i {
		text-align: left;
	}
	
	.u-table--productList .c-productLineup__titleButton a {
		text-align: center;
	}
	
	.u-table--productList .c-productLineup__titleButton a.e-contact {
		background: #e76a29;
	}
	
	
	.c-productLineup__title:before {
		content: '';
		width: .85em;
		height: .85em;
		display: inline-block;
		background: #e76a29;
		border-radius: 2px;
		transform: translate(0,-.25em);
	}
	
	.c-productLineup__title--mini:before {
		display: none;
	}
	
	.c-productLineup__items {
		width: calc(100% - 300px);
		border-top: 1px dashed #7D7D7D;
	}
	
	.c-productLineup__category--spacing .c-productLineup__items {
		padding-top: 40px;
	}
	
	.u-tabContents--category1 .c-productLineup__items {
		width: 100%;
	}
	
	.u-tabContents--category1 .c-productLineup:after {
		display: none;
	}
	
	.c-productLineup__items li {
		line-height: 1.25;
		margin: 15px 1em 0 0;
		display: inline-block;
	}
	
	.c-productLineup__items li a {
		padding: 0 0 0 1.5em;
		position: relative;
	}
	
	.c-productLineup__items li a:after {
		content: '';
		width: 1.15em;
		height: 1.15em;
		display: block;
		background: url("/_assets/img/common/arrow-02-blue.svg") no-repeat center / 100% 100%;
		position: absolute;
		top: .3em;
		left: 0;
	}
	
	:lang(en) .c-productLineup__items li a:after {
		top: -.1em;
	}
	
	.c-productLineup__items li a.is-focus__active {
		color: #e76a28;
		font-weight: 700;
	}
	
	.c-productLineup__category:first-child .c-productLineup__title {
		border-top: 0;
	}
	
	.c-productLineup__category:first-child .c-productLineup__items {
		border-top: 0;
	}
	
	.is-useCategory--2 .c-productLineup__title,
	.is-useCategory--2 .c-productLineup__items,
	.is-useCategory--3 .c-productLineup__title,
	.is-useCategory--3 .c-productLineup__items,
	.is-useCategory--4 .c-productLineup__title,
	.is-useCategory--4 .c-productLineup__items,
	.is-useCategory--5 .c-productLineup__title,
	.is-useCategory--5 .c-productLineup__items,
	.is-useCategory--6 .c-productLineup__title,
	.is-useCategory--6 .c-productLineup__items,
	.is-useCategory--7 .c-productLineup__title,
	.is-useCategory--7 .c-productLineup__items,
	.is-useCategory--8 .c-productLineup__title,
	.is-useCategory--8 .c-productLineup__items,
	.is-useCategory--9 .c-productLineup__title,
	.is-useCategory--9 .c-productLineup__items {
		border-top: 0;
	}
	
	
	
	.c-pickup__inner {
		padding: 30px 0;
		background: url("/_assets/img/product/home/point-bg-01.png") no-repeat center / cover;
	}
	
	.c-pickup__title {
		font-size: 2.6rem;
		text-align: center;
	}
	
	.c-pickup .slick-list {
		margin-right: -15px;
		margin-left: -15px;
	}
	
	.c-pickup .slick-track {
		display: flex;
	}
	
	.c-pickup__item {
		min-height: 300px;
		margin: 0 15px;
		background: #fff;
	}
	
	.c-pickup__item a {
		padding: 20px;
		display: inline-block;
	}
	
	.c-pickup__item p {
		font-size: 1.4rem;
		line-height: 1.5;
		margin: 1em 0 0;
	}
	
	.c-pickup .slick-arrow {
		text-indent: -9999px;
		width: 20px;
		height: 100%;
		background: url("/_assets/img/common/arrow-01-white.svg") no-repeat center / 70% auto;
		position: absolute;
		top: 50%;
		transform: translate(0,-50%);
		overflow: hidden;
	}
	
	.c-pickup .slick-disabled {
		opacity: .25;
	}
	
	.c-pickup .slick-prev {
		left: -40px;
		transform: translate(0,-50%) scale(-1,1);
	}
	
	.c-pickup .slick-next {
		right: -40px;
	}
	
	.c-pickup .u-button {
		text-align: center;
	}
	
	
	.c-productContact__wrap {
		padding: 40px;
		border: 5px solid #f0f0f0;
	}
	
	.c-productContact__inner {
		display: flex;
		flex-wrap: wrap;
	}
	
	.c-productContact .u-title__mid {
		width: 100%;
	}
	
	.c-productContact__child {
		width: calc(100% / 2);
	}
	
	.c-productContact__address {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	
	.c-productContact__address dt {
		text-align: center;
		width: 4em;
		padding: .25em 0 0;
	}
	
	.c-productContact__address dt em {
		color: #fff;
		font-size: 1.4rem;
		font-weight: 700;
		padding: .35em 0 .6em;
		background: #333;
		display: block;
	}
	
	:lang(en) .c-productContact__address dt em {
		line-height: 1.35;
	}
	
	.c-productContact__address dd {
		width: calc(100% - 5em);
		padding: 0 0 0 .5em;
	}
	
	.c-productContact__address .e-tel {
		font-size: 3rem;
		font-weight: 700;
	}
	
	.c-productContact__address .e-tel:before {
		content: 'TEL.';
		font-size: 1.4rem;
		display: inline-block;
		transform: translate(0,-.45em);
	}
	
	.c-productContact__address .e-fax {
		font-size: 1.8rem;
		font-weight: 700;
	}
	
	.c-productContact__address .e-fax:before {
		content: 'FAX.';
		font-size: 1.4rem;
		margin: 0 .25em 0 0;
		display: inline-block;
	}
	
	.c-productContact__inner--unknown {
		padding: 30px;
		background: #f0f0f0;
	}
	
	.c-productContact__inner--unknown .c-productContact__address {
		width: 100%;
	}
	
	.c-productContact__inner--unknown .c-productContact__address dt {
		width: 10em;
	}
	
	:lang(en) .c-productContact__inner--unknown .c-productContact__address dt {
		width: 15em;
	}
	
	.c-productContact__inner--unknown .c-productContact__address dd {
		width: calc(100% - 10em);
	}
	
	:lang(en) .c-productContact__inner--unknown .c-productContact__address dd {
		width: calc(100% - 15em);
	}
	
	.c-productContact__inner--unknown .c-productContact__address ul {
		display: flex;
		align-items: center;
	}
	
	.c-productContact__inner--unknown .e-tel {
		margin: 0 .5em 0 .25em;
	}
	
	
	
	
	
	
	
	
	.c-productContact .u-button {
		text-align: center;
	}
	
	.c-productLineupCorner {
		position: relative;
		z-index: 0;
	}
	
	.c-bgWhite {
		padding: 40px 0 0;
		background: #fff;
		position: relative;
		z-index: 10;
	}
	
	.c-productDetail__titleButton {
		text-align: right;
		margin-top: 20px;
		position: relative;
	}
	
	.c-productDetail__titleButtonInner {
		margin: 0 0 0 .5em;
		display: inline-block;
	}
	
	.c-productDetail__titleButtonInner:before {
		font-size: 1.3rem;
		display: inline-block;
		transform: translate(0,-.5em);
	}
	
	.u-table--productList .c-productDetail__titleButtonInner:before {
		display: none;
	}
	
	.c-productDetail__titleButtonInner.e-pdf:before {
		content: 'デジタルカタログ：';
	}
	
	:lang(en) .c-productDetail__titleButtonInner.e-pdf:before {
		content: 'Digital catalog : ';
	}
	
	:lang(zh) .c-productDetail__titleButtonInner.e-pdf:before {
		content: '数字产品目录 : ';
	}
	
	.c-productDetail__titleButtonInner.e-contact:before {
		content: 'お問い合わせ：';
	}
	
	:lang(en) .c-productDetail__titleButtonInner.e-contact:before {
		content: 'Inquiry : ';
	}
	
	:lang(zh) .c-productDetail__titleButtonInner.e-contact:before {
		content: '咨询 : ';
	}
	
	.c-productDetail__titleButtonInner.e-sample:before {
		content: 'サンプル希望：';
	}
	
	:lang(en) .c-productDetail__titleButtonInner.e-sample:before {
		content: 'Sample request : ';
	}
	
	:lang(zh) .c-productDetail__titleButtonInner.e-sample:before {
		content: '申请样品 : ';
	}
	
	.c-productDetail__titleButton a {
		color: #fff;
		font-size: 1.3rem;
		font-weight: 700;
		line-height: 1;
		padding: .4em 1em .6em;
		display: inline-block;
	}
	
	.c-productDetail__titleButtonInner.e-contact a {
		background: #E76A29;
	}
	
	.c-productDetail__titleButtonInner.e-sample a {
		background: #004F99;
	}
	
	.c-productDetail__titleButtonInner.e-pdf a {
		background: #484848;
	}
	
	.c-productDetailMain {
		margin-top: 60px;
	}
	
	.c-productDetailMain .u-inner {
		position: relative;
	}
	
	.c-productDetailMain__inner {
		display: flex;
	}
	
	.c-productDetailMain .u-title__hi em {
		max-width: 18em;
	}
	
	.is-usePage .c-productDetailMain .u-title__hi em {
		max-width: none;
	}
	
	.c-productDetailMain__image {
		width: 46.5%;
		min-width: 310px;
		padding: 0 30px 0 0;
	}
	
	.c-productDetailMain__featureTitle {
		font-size: 1.6rem;
		letter-spacing: .25em;
	}
	
	.c-productDetailMain__featureTitle:before {
		content: '';
		width: .85em;
		height: .85em;
		margin: 0 .35em 0 0;
		display: inline-block;
		background: #e76a29;
		border-radius: 2px;
	}
	
	:lang(en) .c-productDetailMain__featureTitle {
		letter-spacing: 0;
	}
	
	:lang(en) .c-productDetailMain__featureTitle:before {
		transform: translate(0,-.1em);
	}
	
	.c-productDetailMain__featureItems.u-list-disc > *:before {
		margin-top: .65em;
	}
	
	.c-productDetail__langButton {
		margin-right: -3px;
		margin-left: -3px;
	}
	
	.c-productDetail__langButton a {
		min-width: 10em;
		margin: 0 3px;
	}
	
	.u-table--productList .c-productDetail__langButton {
		margin-top: 0 !important;
		margin-bottom: .5em;
	}
	
	.u-table--productList .c-productDetail__langButton a {
		min-width: 7em;
		text-decoration: none;
	}
	
	.u-table--productList .c-productDetail__langButton .u-button__name {
		font-size: 1.2rem;
		padding: .4em 0;
	}
	
	.u-table--productList .c-productDetail__langButton .u-button__name:after {
		display: none;
	}
	
	
	/* PRODUCT LIST - TABLE */
	.u-table--productList a {
		text-decoration: underline;
	}
	
	.u-table--productList .c-productLineup__titleButton a {
		text-decoration: none;
	}
	
	.no-touch .u-table--productList a:hover {
		text-decoration: none;
	}
	
	.u-table--productList th {
		font-size: 1.4rem;
		text-align: left;
		padding: .75em 1em;
	}
	
	.u-table--productList td {
		font-size: 1.4rem;
		line-height: 1.5;
		padding: .75em 1em;
	}
	
	.is-productDetailPage .u-table .c-productLineup__titleButton {
		position: relative;
		bottom: auto;
		left: auto;
	}
	
	/* GAS PAGE */
	.is-gasPage .c-localPageKv__image {
		height: 190px;
	}
	
	.c-gasMenu {
		margin-top: 70px;
	}
	
	.c-gasMenu__items {
		margin: 0 -10px;
		display: flex;
		flex-wrap: wrap;
	}
	
	.c-gasMenu__item {
		width: calc(100% / 2);
		padding: 0 10px;
	}
	
	.c-gasMenu__main {
		position: relative;
	}
	
	.c-gasMenu__title {
		font-size: 1.8rem;
		font-weight: 700;
		text-align: center;
		width: 100%;
		padding: 20px 0;
		background: rgba(255,255,255,.8);
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 10;
	}
	
	.c-gasMenu__title.u-icon__arrow-basic:after {
		background-image: url(/_assets/img/common/arrow-01-black.svg);
	}
	
	.c-gasMenu__image {
		padding: 65.5% 0 0;
		position: relative;
		overflow: hidden;
	}
	
	.c-gasMenu__image img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		transition: 1s cubic-bezier(0.75, 0, 0.35, 1);
	}
	
	.c-gasMenu .u-text {
		font-size: 1.4rem;
		line-height: 1.75;
		margin: 15px 0 0;
	}
	
	.no-touch .c-gasMenu__item a:hover img {
		transform: translate(-50%,-50%) scale(1.1);
	}
	
	.c-gasMenu--mini .u-text,
	.c-gasMenu--mini .c-gasMenu__example {
		display: none;
	}
	
	.c-gasMenu--mini .c-gasMenu__items {
		margin-right: -3px;
		margin-left: -3px;
	}
	
	.c-gasMenu--mini .c-gasMenu__item {
		width: calc(100% / 4);
		margin-top: 0 !important;
		padding-right: 3px;
		padding-left: 3px;
	}
	
	.c-gasMenu--mini .c-gasMenu__title {
		font-size: 1.2rem;
		padding: 8px 0;
	}
	
	.c-gasMenu--mini .c-gasMenu__title.u-icon__arrow-basic:after {
		transform: translate(0,-50%) scale(.7);
	}
	
	.c-gasMenu__example {
		margin-top: 1em;
		padding: .5em 1em;
		display: block;
		background: #eee
	}
	
	.c-gasMenu__example .u-text {
		font-size: 1.3rem;
		line-height: 1.5;
		margin-top: 0;
	}
	
	.c-productPageMenu {
		margin-top: -37.5px;
	}
	
	.c-productPageMenu__items {
		display: flex;
		justify-content: flex-end;
	}
	
	.c-productPageMenu__item {
		border-left: 1px solid #b4b4b4;
		position: relative;
	}
	
	.c-productPageMenu__item .u-icon__arrow-basic:after {
		right: auto;
		left: 15px;
		transform: translate(0,-50%) rotate(90deg);
		background-image: url("/_assets/img/common/arrow-01-orange.svg");
	}
	
	.c-productPageMenu__item:last-child {
		border-right: 1px solid #b4b4b4;
	}
	
	.c-productPageMenu__item a {
		text-align: center;
		min-width: 150px;
		padding: 15px 0 15px 15px;
		display: block;
	}
	
	.c-gasCategory__title {
		font-size: 3.2rem;
	}
	
	.c-gasCategoryMain {
		display: flex;
		flex-direction: row-reverse;
	}
	
	.c-gasCategoryMain__image {
		width: 52%;
		padding: 0 0 0 30px;
	}
	
	.c-gasCategoryMain > div {
		width: calc(100% - 52%);
	}
	
	.c-gasCategoryMain .u-text {
		font-size: 1.4rem;
		line-height: 1.75;
	}
	
	.c-gasCategoryInfo__items {
		margin: 0 -10px;
		display: flex;
		flex-wrap: wrap;
	}
	
	.c-gasCategoryInfo__item {
		width: calc(100% / 3);
		padding: 0 10px;
	}
	
	.c-gasCategoryInfo__item span {
		font-size: 1.4rem;
		line-height: 1.75;
		margin: 10px 0 0;
		display: block;
	}
	
	.c-gasCategoryInfo__item figcaption {
		font-size: 1.4rem;
		line-height: 1.75;
		margin: 10px 0 0;
		display: block;
	}
	
	.c-gasCategoryList .c-productLineup:after {
		height: calc(100% - 30px);
		left: 220px;
	}
	
	.c-gasCategoryList .c-productLineup {
		padding-left: 20px;
		padding-bottom: 40px;
		border: 1px solid #021F41;
	}
	
	.c-gasCategoryList .c-productLineup__items {
		width: calc(100% - 230px);
	}
	
	.c-gasCategoryList .c-productLineup--smaepg .c-productLineup__items {
		min-height: 230px
	}
	
	.c-gasCategoryList .c-productLineup .c-productLineup__title {
		font-size: 1.4rem;
		width: 170px;
	}
	
	.c-gasCategoryList .c-productLineup__items li {
		font-size: 1.4rem;
	}
	
	.c-useCategoryList .c-productLineup {
		margin-top: 0;
		padding-left: 20px;
		padding-bottom: 40px;
		border: 1px solid #021F41;
	}
	
	.c-useCategoryList .c-productLineup:after {
		height: calc(100% - 30px);
		left: 250px;
	}
	
	.c-useCategoryList .c-productLineup__category {
		display: none;
	}
	
	.is-useCategory--1 .c-useCategoryList .c-productLineup__category--1,
	.is-useCategory--2 .c-useCategoryList .c-productLineup__category--2,
	.is-useCategory--3 .c-useCategoryList .c-productLineup__category--3,
	.is-useCategory--4 .c-useCategoryList .c-productLineup__category--4,
	.is-useCategory--5 .c-useCategoryList .c-productLineup__category--5,
	.is-useCategory--6 .c-useCategoryList .c-productLineup__category--6,
	.is-useCategory--7 .c-useCategoryList .c-productLineup__category--7,
	.is-useCategory--8 .c-useCategoryList .c-productLineup__category--8,
	.is-useCategory--9 .c-useCategoryList .c-productLineup__category--9,
	.is-tokuseiPage .c-useCategoryList .c-productLineup__category {
		display: flex;
	}
	
	.c-productLineup__title--pict:before {
		display: none;
	}
	
	.c-productLineup__title--pict a {
		display: flex;
	}
	
	.c-productLineup__title--pict img {
		max-width: 62px;
		margin: 0 1em 0 0;
		border-radius: 50%;
		border: 1px solid #e76a29;
	}
	
	.c-productLineup__title--pict em {
		font-weight: 700;
		width: calc(100% - (62px + 1em));
		padding: .25em 0 0;
		display: inline-block;
	}
	
	
}

.set-del-2301 {
	display: none !important;
}

.set-del-2301.-peo {
	display: inline-block !important;
}

/*202401*/
.u-link {
	color: #e76a28;
	text-decoration: underline;
}

.u-link:hover {
	text-decoration: none !important;
}

.p-peo .c-productDetailMain__description {
	display: flex;
}

.p-peo .c-productDetailMain__description > *:nth-child(1) {
	width: calc(100% - 20%);
	padding: 0 20px 0 0;
}

.p-peo .c-productDetailMain__description > *:nth-child(2) {
	width: 20%;
}

.p-peo .c-productDetailMain__featureItems small,
.p-flo .c-productDetailMain__featureItems small {
	margin: 3px 0 0;
	display: block;
}

.p-peo .u-table {
	font-size: 1.4rem;
}

.p-peo .u-table tr > td:nth-child(1) {
	border-left: 0;
}

.flo_image {
	margin: 60px 0 0;
}

.flo_image figcaption {
	font-size: 1.4rem;
	margin: 15px 0 0;
	display: block;
}

.flo_image > * {
	padding: 0 15px;
}

/*2409 Product Special Page*/
.p-product_sp .g-footerMenu {
	display: none;
}

.p-product_sp .g-footerGlobal {
	margin-top: 0;
	border-top: 0;
	padding: 20px 40px;
}

.p-product_sp .u-contents {
	margin-top: 50px;
	padding-top: 50px;
}

.p-product_sp .l-mv {
	margin-top: 0;
	padding-top: 0;
	position: relative;
}

.p-product_sp .g-header {
	height: 100px;
}

.p-product_sp .g-wrapper {
	padding-top: 100px;
	padding-bottom: 0;
}

.p-product_sp .g-header__logo {
	top: 32px;
	left: 36px;
}

.p-product_sp.is-scroll .g-header__logo {
	top: 32px;
}

.p-product_sp .g-header_sub {
	height: 100px;
	margin: 0 40px 0 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 200;
}

.p-product_sp .g-header_sub p {
	font-size: 1.1rem;
	letter-spacing: .1em;
	margin: 0 20px 0 0;
}

.p-product_sp .g-header_sub p a {
	padding: 0 5px 0 0;
	position: relative;
}

.p-product_sp .g-header_sub p a:after {
	content: '';
	width: 13px;
	height: 13px;
	display: block;
	background: url("/product/123/special/img/icon_window_01@orange.svg") no-repeat center / 100% auto;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(100%,-50%);
}

.p-product_sp .g-header_sub ul {
	display: flex;
}

.p-product_sp .g-header_sub ul li {
	font-size: 1.1rem;
	letter-spacing: .05em;
}

.p-product_sp .g-header_sub ul li:nth-child(n + 2) {
	border-left: 1px solid #9B9B9B;
}

.p-product_sp .g-header_sub ul li a {
	display: inline-block;
	padding: 0 .5em;
}

.p-product_sp .g-header_sub ul li a.current {
	color: #9B9B9B;
	pointer-events: none;
}

.p-product_sp .bg_gray {
	background: #F8F8F8;
}

.p-product_sp .bg_gray.u-contents {
	margin-top: 0;
	padding-top: 100px;
	padding-bottom: 100px;
}

.p-product_sp .l-mv_inner {
	margin: 0 0 0 -600px;
	padding: 40px;
	background: rgba(255,255,255,.89);
	position: absolute;
	top: 50%;
	left: 50%;
	translate: 0-50%;
	z-index: 10;
}

.p-product_sp .l-mv .category {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	padding: .5em 1em;
	display: inline-block;
	background: #E1521B;
}

.p-product_sp .l-mv .title {
	padding: .8em 0;
}

.p-product_sp .l-mv .title b {
	font-size: 2.1rem;
	font-weight: 400;
	display: block;
}

.p-product_sp .l-mv .title strong {
	font-size: 5.2rem;
	font-weight: 700;
	margin: .5em 0 0;
	display: block;
}

.p-product_sp .l-mv .text {
	font-size: 1.6rem;
	line-height: 2;
	display: inline-block;
}

.l-product_sp_menu {
	padding: 67px 0 0;
}

.l-product_sp_menu ul {
	display: flex;
	gap: 14px;
}

.l-product_sp_menu ul li {
	width: calc(100% / 4);
}

.l-product_sp_menu ul li a {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	background: #fff;
	border: 1px solid #F74300;
	position: relative;
}

.l-product_sp_menu ul li a:before {
	content:'';
	width: 6px;
	height: 12px;
	background: url("/_assets/img/common/arrow-01-orange.svg") no-repeat center / cover;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(0,-50%) rotate(90deg);
	z-index: 10;
}

.no-touch .l-product_sp_menu ul li a:hover {
	color: #fff;
	text-decoration: none;
	background: #F74300;
}

.no-touch .l-product_sp_menu ul li a:hover:before {
	background: url("/_assets/img/common/arrow-01-white.svg") no-repeat center / cover;
}

.l-product_sp_title {
	text-align: center;
	padding: 20px 0 0;
	position: relative;
}

.l-product_sp_title:after {
	content: '';
	width: 72px;
	height: 8px;
	margin: 0 0 -17px;
	display: block;
	background: #E37339;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}

.l-product_sp_title b {
	font-size: 3.2rem;
	font-weight: 700;
	letter-spacing: .05em;
}

.l-product_sp_title + * {
	margin-top: 65px;
}

.l-product_sp_title_hi {
	margin-top: 70px;
	padding: 0 0 .25em;
	border-bottom: solid 1px #707070;
}

.l-product_sp_title_hi + * {
	margin-top: 25px;
}

.l-product_sp_title_hi b {
	color: #F76B22;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.35;
}

.l-product_sp_title_mid + * {
	margin-top: 20px;
}

.l-product_sp_title_mid b {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
}

.p-product_sp .u-text {
	color: #000;
	font-size: 2.1rem;
	line-height: 1.75;
}

.p-product_sp .u-text + * {
	margin-top: 20px;
}

.p-product_sp .u-text + .l-product_sp_title_mid {
	margin-top: 40px;
}

.p-product_sp .u-note li {
	color: #5A5A5A;
	font-size: 1.6rem;
	line-height: 1.45;
	padding-left: 0;
	display: flex;
}

.p-product_sp .u-note li i {
	white-space: nowrap;
}

.p-product_sp .u-button {
	text-align: center;
}

.p-product_sp .u-button > * {
	color: #333;
	font-size: 1.8rem;
	font-weight: 700;
	width: 320px;
	height: 70px;
	margin-inline: auto;
	display: flex;
	background: #fff;
	flex-direction: column;
	justify-content: center;
	border-radius: 4px;
	border: 1px solid #333;
	position: relative;
}

.p-product_sp .u-button > *:after {
	content: '';
	width: 13px;
	height: 13px;
	display: block;
	background: url(/product/123/special/img/icon_window_01@orange.svg) no-repeat center / 100% auto;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translate(0, -50%);
}

.no-touch.p-product_sp .u-button > *:hover {
	color: #fff;
	background: #333;
}

.no-touch.p-product_sp .u-button > *:hover:after {
	background-image: url(/product/123/special/img/icon_window_01@white.svg);
}

.l-product_sp_lists li {
	font-size: 2.1rem;
	font-weight: 500;
	line-height: 1.75;
	padding: 0 0 0 20px;
	position: relative;
}

.l-product_sp_lists li:nth-child(n + 2) {
	margin-top: .5em;
}

.l-product_sp_lists li:before {
	content: '';
	width: 8px;
	height: 8px;
	background: #F74300;
	border-radius: 50%;
	position: absolute;
	top: .5em;
	left: 0;
}

.p-product_sp .l-row_3 {
	display: flex;
	gap: 24px;
}

.p-product_sp .l-row_3 > * {
	width: calc(100% / 3);
}

.l-product_sp_contact {
	margin-top: 120px !important;
	padding-top: 80px !important;
	padding-bottom: 90px !important;
}

.l-product_sp_contact_inner {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.l-product_sp_contact .title {
	font-size: 2.8rem;
	font-weight: 700;
	width: 220px;
	height: 95px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-right: 1px solid #707070;
}

.l-product_sp_contact .data {
	width: calc(100% - (220px + 276px));
	padding: 10px 0 0 40px;
}

.l-product_sp_contact h4 {
	font-size: 1.8rem;
	font-weight: 400;
}

.l-product_sp_contact h4 + p {
	font-size: 3.5rem;
	margin: 20px 0 0;
}

.l-product_sp_contact h4 + p:before {
	content: attr(data-en);
	font-size: 2.3rem;
	font-weight: 700;
	white-space: nowrap;
	padding: 0 .25em 0 0;
	display: inline-block;
	transform: translate(0,-.25em);
}

.l-product_sp_contact .button {
	width: 276px;
}

.l-product_sp_contact .button a {
	color: #fff;
	height: 95px;
	padding: 0 0 0 35px;
	background: #E1521B;
	border-radius: 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.l-product_sp_contact .button a:hover {
	text-decoration: none;
	opacity: .8;
}

.l-product_sp_contact .button a b {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.35;
	letter-spacing: .05em;
	padding: 0 0 0 50px;
	display: inline-block;
	position: relative;
}

.l-product_sp_contact .button a b:before {
	content: '';
	width: 36px;
	height: 23px;
	background: url("/product/123/special/img/icon_mail_01@white.svg") no-repeat center / cover;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}

.l-use_lists {
	border-bottom: 1px solid #343434;
}

.l-use_lists li {
	font-size: 1.8rem;
	text-align: center;
	padding: .9em 0;
	border: 1px solid #343434;
	border-bottom: 0;
}

.l-use_lists li.l1 {
	color: #000;
	font-weight: 700;
	background: #C9DFF1;
}

.l-use_lists li.l2 {
	background: #EBEEF0;
}

.l-row_3 .case_center {
	padding-right: 30px;
	padding-left: 45px;
}

.l-row_3 .case_right {
	padding-right: 77px;
}

.l-use_lists + * {
	margin-top: 30px;
}

.l-use_lists + ul li {
	font-size: 1.8rem;
	line-height: 1.5;
	text-indent: -1em;
	margin-top: .25em;
	padding-left: 1em;
}

















