@charset "UTF-8";

/* ===============================
	製品共通スタイル
=============================== */

body {
	min-inline-size: 320px;
}

.mt1em {
	margin-top: 1em;
}

.line {
	text-decoration: underline;
}

/* アロータイトル・左 */
ul.list-container li {
	margin-bottom: 0.2em;
}

ul.list-container a {
	display: inline-block;
	padding-left: 1em;
	background: url('/products/device/assets/common/images/chevron-right-solid.svg') no-repeat left 0 top .4em / auto .8em;
}

/* ページ製品ナビメニュー */
.page-navi-container ul.list-page-navi {
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	font-weight: 400;
}

.link-cat {
	display: block;
	padding-left: 1.4em;
	text-decoration: none;
	position: relative;
	margin-top: .8rem;
}

.link-cat::before {
	content: '';
	display: inline-block;
	inline-size: 1em;
	block-size: 1em;
	background: url('/products/device/assets/common/images/chevron-right-solid.svg') no-repeat center top / auto 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: .2em;
}

.link-cat::after {
	content: '';
	display: inline-block;
	inline-size: .9em;
	block-size: .9em;
	background: url('/products/device/assets/common/images/icon-window.svg') no-repeat center center;
	background-size: auto 100%;
	position: relative;
	top: .1em;
	right: -.4em;
}

.link-pdf {
	display: block;
	padding-left: 1.4em;
	text-decoration: none;
	position: relative;
	margin-top: .8rem;
}

.link-pdf::before {
	content: '';
	display: inline-block;
	inline-size: 1em;
	block-size: 1em;
	background: url('/products/device/assets/common/images/chevron-right-solid.svg') no-repeat center top /auto 100%;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: .2em;
}

.link-pdf::after {
	content: '';
	display: inline-block;
	inline-size: .9em;
	block-size: .9em;
	background: url('/products/device/assets/common/images/download.svg') no-repeat center center;
	background-size: auto 100%;
	position: relative;
	top: 0.1em;
	right: 0;
}

.cat-title {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 1.3;
}

.cat-info {
	font-size: 1.2rem;
	font-weight: 400;
	margin-top: .5rem;
}

.link-cat,
.link-pdf {
	font-size: 1.4rem;
	font-weight: 400;
}

.page-navi-container ul li {
	position: relative;
}

.page-navi-container ul li::before {
	content: '';
	display: inline-block;
	inline-size: 1em;
	block-size: 1em;
	background: url('/products/device/assets/common/images/chevron-down-solid.svg') no-repeat center center / auto 100%;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -.45em;
}

.page-navi-wrap {
	padding-top: 1.8rem;
	padding-bottom: .2rem;
	border-top: solid 1px var(--silver-gray);
	border-bottom: solid 1px var(--silver-gray);
	max-inline-size: 1200px;
	margin-inline: auto;
}

/* カテゴリタイトル */
.sub-section:last-of-type {
	padding-bottom: 0rem;
}

.sub-section .sub-title {
	font-size: 2.2rem;
	font-weight: 400;
	padding: .3em .5em .3em 5%;
	background: var(--white-gray);
}
.sub-section.sp-pb {
	padding-bottom: 0rem;
}
/* サブインナーコンテナ */
.list-container {
	font-size: 1.4rem;
}

.list-container.pt {
	margin-top: 2em;
}

.list-title {
	font-size: 1.8rem;
	margin-top: 1.6em;
	margin-bottom: .6em;
}

/* サブインナーコンテナ */
.sub-inner-container.bt-line {
	border-top: solid 1px #000;
	margin-top: 2em;
}


/* リンクバナー */
.sales-link {
	margin-top: 20px;
	text-align: center;
	font-weight: 400;
}

.sales-link .sales {
	display: inline-block;
}

.sales-link .sales::before {
	content: '';
	display: inline-block;
	inline-size: 14px;
	block-size: 16px;
	background: url('/products/device/assets/common/images/chevron-right-solid.svg') no-repeat center left /auto 100%;
	position: relative;
	top: 2px;
	padding-left: 20px;
}


/* ====================================
	製品共通：カラー設定
 ==================================== */
/* 注釈カラー */
sup {
	color: #00a0e9;
}

/* ====================================
	1023px以下専用スタイル
===================================== */
@media only screen and (max-width: 1023px) {

	/* リンク */

	a.btn-gray {
		display: block;
		max-inline-size: 460px;
		margin-left: auto;
		margin-right: auto;
		padding: 1.3em 0 1.3em;
		font-size: 1.6rem;
		line-height: 1;
		background: var(--charcoal-gray);
		color: #fff;
		text-align: center;
		position: relative;
		text-decoration: none;
	}

	a.btn-gray::before {
		content: '';
		display: inline-block;
		inline-size: 14px;
		block-size: 16px;
		background: url('/products/device/assets/common/images/chevron-right-solid-w.svg') no-repeat center center / auto 100%;
		position: absolute;
		top: 50%;
		left: 1em;
		margin-top: -0.5em;
	}
}

/* ====================================
	767px以下専用スタイル
===================================== */
@media only screen and (max-width: 767px) {

	article {
		padding: 0rem 2rem 0rem 2rem;
	}

	.cat-title {
		font-size: 1.5rem;
		line-height: 1.4;
	}

	.cat-info {
		font-size: 1.1rem;
		margin-top: .4rem;
	}

	.link-cat,
	.link-pdf {
		font-size: 1.2rem;
	}

	.link-pdf {
		padding-left: 1.6rem;
		margin-top: .3rem;
	}

	/* ページ製品ナビメニュー */
	.page-navi-menu {
		padding-bottom: 3.5rem;
	}

	.page-navi-menu {
		margin-left: 5%;
		margin-right: 5%;
	}

	.page-navi-container ul.list-page-navi {
		font-size: 1.2rem;
		line-height: 3;
	}

	.page-navi-container ul.list-page-navi a {
		color: inherit;
	}

	.page-navi-container ul li {
		margin-right: 1.2em;
		margin-bottom: .8em;
		padding-left: 1.4rem;
		line-height: 1.4;
	}

	.page-navi-container ul li::before {
		margin-top: -.4em;
	}

	.page-navi-container ul li:last-of-type {
		margin-right: 0em;
	}

	/* カテゴリタイトル */
	.sub-section {
		padding-top: 1rem;
		padding-bottom: 1rem;
		font-weight: 400;
	}

	.sub-section:last-of-type {
		padding-bottom: 0rem;
	}

	.sub-section .sub-title {
		font-size: 2rem;
		margin-bottom: 20px;
	}

	/* リンク */
	.arrow-link {
		margin-top: 60px;
	}
}

/* ====================================
	768px以上1023px以下専用スタイル
===================================== */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	article {
		padding: 0px 20px 0px 20px;
	}

	/* ページ製品ナビメニュー */
	.page-navi-menu {
		padding-bottom: 4em;
	}

	.page-navi-container {
		max-inline-size: 720px;
		margin-left: auto;
		margin-right: auto;
	}

	.page-navi-container ul.list-page-navi {
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 2.6;
	}

	.page-navi-container ul.list-page-navi a {
		color: inherit;
	}

	.page-navi-container ul li {
		margin-right: 2em;
		margin-bottom: 1.4rem;
		padding-left: 1.8rem;
		line-height: 1.4;
	}

	.page-navi-container ul li:last-of-type {
		margin-right: 0em;
	}

	.fa-angle-down {
		margin-right: 0.3em;
		font-size: 1.8rem;
		position: relative;
		top: 2px;
	}

	/* カテゴリタイトル */
	.sub-section {
		padding-top: 1rem;
		font-weight: 300;
	}

	.sub-section:last-of-type {
		padding-bottom: 0rem;
	}
	.sub-section {
		padding-bottom: 1rem;
	}

	.sub-section .sub-title {
		font-size: 2.2rem;
		margin-bottom: 2.4rem;
	}

}

/* ====================================
	1024px以上印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 1024px) {

	article {
		padding: 0px 20px 0px 20px;
	}

	.line-gray {
		margin: 70px 0;
	}

	/* リンク */
	.arrow-link {
		margin-top: 15rem;
		text-align: center;
	}

	a.btn-gray {
		display: inline-block;
		inline-size: 50%;
		padding: 1.3em 0 1.3em;
		font-size: 1.6rem;
		line-height: 1;
		background: var(--charcoal-gray);
		color: #fff;
		text-align: center;
		position: relative;
		text-decoration: none;
	}

	a.btn-gray::before {
		content: '';
		display: inline-block;
		inline-size: 14px;
		block-size: 16px;
		background: url('/products/device/assets/common/images/chevron-right-solid-w.svg') no-repeat center center / auto 100%;
		position: absolute;
		top: 50%;
		left: 1em;
		margin-top: -0.5em;
	}

	/* ページ製品ナビメニュー */
	.page-navi-menu {
		padding-bottom: 6rem;
	}

	.page-navi-wrap {
		padding-top: 1.8rem;
		padding-bottom: .2rem;
		border-top: solid 1px var(--silver-gray);
		border-bottom: solid 1px var(--silver-gray);
	}

	.page-navi-container {
		max-inline-size: 720px;
		margin-left: auto;
		margin-right: auto;
	}

	.page-navi-container ul.list-page-navi {
		font-size: 1.4rem;
		line-height: 2.6;
	}

	.page-navi-container ul.list-page-navi a {
		color: inherit;
	}

	.page-navi-container ul li {
		margin-right: 2em;
		margin-bottom: 1.4rem;
		padding-left: 1.8rem;
		line-height: 1.4;
	}

	.page-navi-container ul li:last-of-type {
		margin-right: 0em;
	}

	.fa-angle-down {
		margin-right: 0.3em;
		font-size: 1.8rem;
		position: relative;
		top: 2px;
	}

	/* カテゴリタイトル */
	.sub-section {
		padding-top: 1rem;
		font-weight: 300;
	}

}


/* 製品のサポート・ご購入 */
ul.list-main-support li a {
	background-repeat: no-repeat;
}

ul.list-main-support li a[data-icon="d-sjl"] {
	background-image: url(/products/device/support/image/banner_d-square.svg);
}

ul.list-main-support li a[data-icon="d-okamoto"] {
	background-image: url(/products/device/support/image/banner_e-junction.png);
}

ul.list-main-support li a[data-icon="aaaaa"] {
	background-image: url(/products/device/support/image/icon-aaaaa.svg);
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media only screen and (max-width: 767px) {
	/* 商品のサポート・ご購入 */
	#support {
		border-top: none;
	}
	ul.list-main-support {
		display: flex;
		justify-content: space-between;
		
	}
	ul.list-main-support li {
		width: 33.3%;
		border: solid 1px #D9D9D9;
		margin-right:1%;
	}
	ul.list-main-support li a {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		height: 100%;
		padding: 50% 5% 5% 5%;
		background-repeat: no-repeat;
		background-position: center top 20%;
		background-size: 30% auto;
		/*border-left: solid 1px #D9D9D9;*/
		font-size: 1.4rem;
	}
	ul.list-main-support li:first-child a {
		border-left: none;
	}
	ul.list-main-support li a .ttl {
		width: 100%;
		text-align: center;
	}
	ul.list-main-support li a .ttl .small {
		font-size: 0.8em;
	}
	ul.list-support {
		margin-top: 2rem;
	}
	ul.list-support li .ttl {
		font-size: 1.4rem;
	}
	ul.list-support li a {
		display: flex;
		align-items: center;
		height: 100%;
		padding: 0.2em 2em 0.2em 1.4em;
		position: relative;
	}
	ul.list-support li a::after {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f105";
		display: inline-block;
		font-size: 1.2em;
		line-height: 1;
		position: absolute;
		top: 50%;
		left: 0.2em;
		margin-top: -0.5em;
	}
}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print , screen and (min-width: 768px) {

	/* 製品のサポート・ご購入 */
	#support .products-sub-title {
		padding-top: 0;
		border-top: none;
	}
	ul.list-main-support {
		display: flex;
		justify-content: space-between;
		margin-top: 5rem;
	}
	ul.list-main-support li {
		width: 31%;
	}
	ul.list-main-support li a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		padding: 10% 10% 10% 35%;
		background-repeat: no-repeat;
		background-position: left 18% center;
		background-size: 20% auto;
		border: solid 1px #D9D9D9;
		font-size: 1.8rem;
	}
	ul.list-main-support li a:hover {
		background-color: #e5e5e5;
		text-decoration: none;
	}
	ul.list-main-support li a .ttl {
		text-align: center;
	}
	ul.list-main-support li a .ttl .small {
		font-size: 0.8em;
	}
	ul.list-support {
		display: flex;
		flex-wrap: wrap;
	}
	ul.list-support li {
		width: 31%;
		margin-left: 3.5%;
		margin-top: 3rem;
	}
	ul.list-support li:nth-child(3n-2) {
		margin-left: 0;
	}
	ul.list-support li a {
		display: flex;
		align-items: center;
		height: 100%;
		padding: 1em 1em 1em 2em;
		border: solid 1px #D9D9D9;
		position: relative;
	}
	ul.list-support li a:hover {
		background: #e5e5e5;
		text-decoration: none;
	}
	ul.list-support li a::before {
		font-family: "Font Awesome 5 Free";
		font-weight: 900;
		content: "\f105";
		display: inline-block;
		font-size: 1.2em;
		line-height: 1;
		position: absolute;
		top: 50%;
		left: 0.75em;
		margin-top: -0.5em;
	}

	/* フレックスコンテナ */
	.flex-container {
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
	}


	/* サブインナーコンテナ */
	.list-title {
		font-size: 1.8rem;
	}

	/* サブインナーコンテナ */
	.sub-inner-container.bt-line {
		margin-top: 4em;
	}

	/* リストコンテナ */
	.list-container {
		font-size: 1.6rem;
	}

	/* サブコンテナ */
	.sub-section .sub-container {
		inline-size: 33%;
		padding-left: 1rem;
	}

	.sub-section .sub-container:first-of-type {
		padding-left: 0;
	}

	.sub-section .sub-container.col1 {
		inline-size: 100%;
		margin-top: 3rem;
	}


	/* リンク */
	.arrow-link {
		margin-top: 11.6rem;
		text-align: center;
	}
}


/* ====================================
	タブレット専用スタイル
===================================== */
@media screen and (min-width: 768px) and (max-width: 1079px) {
	ul.list-main-support li a {
		padding: 10% 5% 10% 28%;
		background-position: left 9% center;
		background-size: 18% auto;
	}
}


/* ====================================
	サイトマップ 追加
===================================== */

#globalPageTitle {
	margin-bottom: 0em;
}


/* ====================================
	サポートページ 追加
===================================== */

/* 問合せボタン */

#rounded-box {
	width: 400px;
	height: 50px;
	border-radius: 10px;
	background-color: #e88622;
	color: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 7px 7px 7px 10px;
	margin: 0px 20px 5px 20px;
}
#rounded-box2 {
	width: 400px;
	height: 50px;
	border-radius: 10px;
	background-color: #e88622;
	color: #000000;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 7px 7px 7px 10px;
	margin: 0px 20px 5px 20px;
}

.important-notification {
	text-align: right;
}

.important-notification a {
	display: inline-block;
	padding: 0.25em;
	background: #e88622;
	color: #000000;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	font-size: 1.5rem;
	line-height: 1;
}
/* 問合せボタン PC&タブレット、印刷 */
@media print , screen and (min-width: 768px) {
	.important-notification {
		float: right;
		margin: 2rem 0;
	}
}



/* お問い合わせ・お役立ち情報 */
.btn-list {
	padding-bottom: 0;
	padding-top: 1rem;
}
.btn-list .base-width {
	border-bottom: #d9d9d9 1px solid;
	padding-bottom: 6rem;
}
 @media print, screen and (min-width: 768px) {
.btn-list ul.list-main-support {
	display: flex;
	justify-content: space-around;
	margin-top: 2.5rem;
}
.btn-list ul.list-main-support li {
	width: 46%;
}
.btn-list ul.list-main-support li {
	margin-right: 1%;
}
.btn-list ul.list-main-support li:last-child {
	margin-right: 0;
}
.btn-list ul.list-main-support li a {
	padding: 15px;
	padding-right: 67px;
	justify-content: flex-start;
}
.btn-list ul.list-main-support li a .ttl {
	text-align: left;
	font-size: 16px;
}
.btn-list ul.list-support li {
	width: 24.2%;
	margin-left: 1%;
	margin-top: 1em;
}
.btn-list ul.list-support li:nth-child(4n-3) {
	margin-left: 0;
}
}
@media only screen and (max-width: 767px) {
.btn-list {
	padding-top: 3rem;
}
.btn-list .base-width {
	padding-bottom: 4.5rem;
}
	/* フレックスコンテナ */
	.flex-container {
		display: flex;
		flex-wrap: wrap;
		align-content: space-between;
		flex-direction: column;
		font-weight: 300;
	}
}
/* お問い合わせ */
#contact ul.list-main-support li a[data-icon="kojin"] {
	background-image: url(/products/device/assets/common/images/icon-window.svg);
	background-size: 28px auto;
	background-position: right 17px center;
}
#contact ul.list-main-support li a[data-icon="mail"] {
	background-image: url(/support/top/images/icon_mail.svg);
	background-size: 36px auto;
	background-position: left 17px center;
}
#contact ul.list-main-support .line {
	display: block;
}
 @media print, screen and (min-width: 768px) {
#contact.btn-list ul.list-main-support {
	margin-bottom: 1rem;
}
}
 @media only screen and (max-width: 767px) {
#contact ul.list-main-support {
	display: block;
	border: none;
	margin-top: 3px;
}
#contact ul.list-main-support li {
	width: 100%;
	margin-bottom: 3px;
}
#contact ul.list-main-support li:last-child {
	margin-bottom: 0;
}
#contact ul.list-main-support li a {
	align-items: center;
	padding: 15px;
	padding-left: 65px;
	border-left: none;
	border: solid 1px #D9D9D9;
}
#contact ul.list-main-support li a[data-icon="chat"] {
	padding-left: 65px;
	background-position: left 8px top 67%;
}
#contact ul.list-main-support li a .ttl {
	text-align: left;
}
}

/* ====================================
	技術・品質情報ページ 追加 2025.2.27
===================================== */
/* MENU (localmenuAdd) */
.localmenuIn .global-page-title-container{
	align-items: start;
	height: auto;
	margin-top: 1px;
	
}
.localmenuIn .links-outer-area{
	text-align: right;
}
.localmenuIn .localmenu-box{
	display: inline-block;
	position: relative;
	width: 250px;
	margin-bottom: 10px;
	z-index: 20;
    font-weight: 400;
}
.localmenuIn .localmenu-btn{
	position: relative;
	background: #fff;
	padding: 5px 25px;
	font-size: 1.4rem;
	text-align: center;
	border: 1px solid #000;
	display: block;
	width: 100%;
    color: #000;
}
.localmenuIn .localmenu-btn:hover{
	cursor: pointer;
}
.localmenuIn .localmenu-btn:after{
    content: '';
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: -4px;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
}
.localmenuIn .localmenu-btn[aria-expanded="true"]::after{
    border-bottom: 2px solid #fff;
    border-left: 2px solid #fff;
    top: 4px;
}
.localmenuIn .localmenu-btn[aria-expanded="true"]{
	background: #000;
	color: #fff;
}
.localmenuIn .localmenu{
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	background: #fff;
}
.localmenuIn .localmenu li a{
	display: block;
	position: relative;
	padding: 10px 25px;
	font-size: 1.4rem;
	text-align: center;
	border: 1px solid #000;
	border-top: 0;
}
.localmenuIn .localmenu li a:after{
    content: '';
    border-top: 2px solid #000;
    border-left: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    width: 8px;
    height: 8px;
    margin: auto;
}
.localmenuIn .global-page-title-container ul.list-outer-links{
	justify-content: flex-end;
    font-weight: 400;
}

@media only screen and (max-width: 767px){
	/* MENU (localmenuAdd) */
	.localmenuIn .global-page-title-container{
		position: relative;
		padding-top: 1px;
		margin-top: 0;
		height: auto;
	}
	.localmenuIn .links-outer-area{
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.localmenuIn .localmenu-box{
		width: 100%;
	}
	.localmenuIn .localmenu-btn{
		padding: 10px 25px;
	}
	.localmenuIn .localmenu li a{
		padding: 10px 25px;
	}
	.localmenuIn .global-page-title-container .global-page-title{
		padding: 10px 0;
	}
}

/* Footer Fixed */
body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
footer{
	margin-top: auto;
}

.pcOnly{
	display: block;
}
.spOnly{
	display: none;
}
@media only screen and (max-width: 767px){
	.pcOnly{
		display: none;
	}
	.spOnly{
		display: block;
	}
}

/* 品質理念 */
.quality-sec1 {
	width: 830px;
	margin: 30px auto;
	padding: 0em 0em;
	font-size: 1.4rem;
	background: #F5F5F5;
	border: solid 1px #000;
}

.quality-sec1 > h2 {
	display: flex;
	flex-direction: column;
	text-align: center;
	font-size: 2.5rem;
	line-height: 2.8;
	font-weight: 500;
}
.quality-sec1 > h2 > span {
	font-size: 2rem;
}
.quality-sec1 > p {
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	background: #fff;
	text-align: center;
	padding: 30px;
	font-size: 1.7rem
}
.quality-sec1 > div {
	padding: 20px 40px 20px;
}
.quality-sec1 ol > li {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 5px;
	padding-left: 0;
}
.quality-sec2 {
	width: 830px;
	margin: 30px auto;
	padding: 0em 0em;
	font-size: 1.4rem;
	background: #F5F5F5;
}

.quality-sec2 > h2 {
	display: flex;
	flex-direction: column;
	text-align: center;
	font-size: 2.5rem;
	line-height: 2.8;
	font-weight: 500;
	border: solid 1px #000;
}
.quality-sec2 > h2 > span {
	font-size: 2rem;
}
.quality-sec2 > p {
	border-top: 1px solid #cacaca;
	border-bottom: 1px solid #cacaca;
	background: #fff;
	text-align: center;
	padding: 30px;
	font-size: 1.7rem
}
.quality-sec2 > div {
	padding: 20px 40px 20px;
	background: #FFCC99;
	border: solid 1px #000;
}
.quality-sec2 ol > li {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 5px;
	padding-left: 0;
	font-size: 1.7rem
}
.quality-img > div {
	margin: 40px auto;
	text-align: center;
}
.quality-img > div > img{
	width: 100%;
	max-width: 600px;
}
.quality-img2 > div {
	margin: 40px auto;
	text-align: center;
}
.quality-img2 > div > img{
	width: 100%;
	max-width: 400px;
}
.quality-img3 > div {
	margin: 40px auto;
	text-align: center;
}
.quality-img3 > div > img{
	width: 100%;
	max-width: 600px;
}

@media only screen and (max-width: 1024px){
	.quality-sec1 {
		width: 700px;
		margin: 30px auto;
	}
	.quality-sec2 {
		width: 700px;
		margin: 30px auto;
	}
}
@media only screen and (max-width: 767px){
	.quality-sec1 {
		width: 100%;
		margin: 30px auto;
	}
	.quality-sec1 > div {
		padding: 20px 20px 20px;
	}
	.quality-sec1 ol > li {
		display: flex;
		gap: 20px;
	}
	.quality-sec2 {
		width: 100%;
		margin: 30px auto;
	}
	.quality-sec2 > div {
		padding: 20px 20px 20px;
	}
	.quality-sec2 ol > li {
		display: flex;
		gap: 20px;
	}
}
#contact ul.list-main-support li a[data-icon="chevright"] {
	background-image: url(/products/device/assets/common/images/chevron-right-solid.svg);
	background-size: 20px auto;
	background-position: right 17px center;
}

/* コラム共通 */

.column-container {
	position: relative;
	max-inline-size: 1200px;
	margin: 0rem auto 0;
	padding: 1rem 5%;
	background: #f5f5f5;
}
.column-container2 {
	position: relative;
	max-inline-size: 1200px;
	margin: 0rem auto 0;
	padding: 1rem 5%;
	background: #fff;
}

.column-index {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	inline-size: fit-content;
	padding: .4em 2.5em;
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
	background: #000;
	border-radius: 50px;
}

.column-title-wrap {
	text-align: center;
}

.column-title {
	display: inline;
	padding: 0 .2em .2em;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 2.4;
	border-bottom: 2px dotted #000;
}

/* コラム１ */
#column01 .column-title-wrap + .text-container p {
	font-size: 1.5rem;
}

.list-kinou {
	margin-top: 2rem;
}

.kinou-title {
	font-size: 1.5rem;
	font-weight: 500;
}

.kinou-title span {
	display: inline-block;
	inline-size: 1.5em;
	margin-right: 0.5em;
	font-size: 0.8em;
	text-align: center;
	color: #fff;
	border-radius: 0.5rem;
	background: #e60012;
}


.list-kinou>li:not(:first-child) {
	margin-top: 1em;
}

.list-kinou .text {
	font-size: 1.4rem;
	margin-top: 0.25em;
}

.column-btn-area {
	display: flex;
	justify-content: center;
	margin: 8rem auto 0;
	text-align: center;
}

/* コラム２ */
#column02 .text-container {
	font-size: 1.5rem;
}

/* 注意文 */
.border-caption-box {
  margin-top: 2rem;
  font-size: 1.2rem;
}

.border-caption-box p {
	text-align: center;
  padding: .3em;
  border: 1px solid #000;
}

/* イメージボックス */
.img-container {
	padding: 0rem 4rem 0rem 4rem;
}

/* ====================================
	スマートフォン専用スタイル
===================================== */
@media screen and (width <768px) {

	/* フレックスコンテナ */
	.flex-container {
		justify-content: space-between;
		row-gap: 3rem;
	}

	.flex-container>.flex-item {
		inline-size: 100%;
	}

	/* イメージボックス */
	.img-container {
		padding: 0rem 10rem 0rem 10rem;
	}
	.img-container3 {
		padding: 3rem 4rem 0rem 4rem;
	}
	.img-container8 {
		padding: 1rem 0rem 1rem 0rem;
	}
	.img-container9 {
		padding: 1rem 0rem 1rem 0rem;
	}
	/* サブセクション */
	.products-sub-title {
		margin-bottom: 3rem;
		padding-bottom: .2em;
		font-size: 1.8rem;
	}

	#column04 .flex-container>div:last-of-type .img-container {
		inline-size: 100%;
		padding: 0rem 1rem 0rem 1rem;
	}

	table.table-tech03 img {
		width: 100%;
	}
	table.table-tech04 img {
		width: 100%;
	}
	table.table-tech05 img {
		width: 100%;
	}

}

/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print,
screen and (width >=768px) {

	/* コラム共通 */

	.flex-container.half-custom {
		justify-content: space-between;
	}

	.flex-container.half-custom>.flex-item {
		width: 50%;
	}

	.flex-container.half-custom>.flex-item:has(.img-container) {
		width: 47%;
	}

	.column-container {
		margin-top: 1rem;
		padding: 1rem 3%;
	}
	.column-container2 {
		margin-top: 1rem;
		padding: 1rem 3%;
	}

	.column-index {
		font-size: 1.6rem;
	}

	.column-title {
		font-size: 2rem;
	}

	/* コラム１ */
	#column01 .column-title-wrap + .text-container p {
		font-size: 1.6rem;
	}

	.kinou-title {
		font-size: 1.6rem;
	}
	
	.list-kinou>li:not(:first-child) {
		margin-top: 2.5rem;
	}

	.list-kinou .text {
		font-size: 1.4rem;
	}

	/* コラム２ */
	#column02 .flex-container {
		column-gap: 4%;
		margin-top: 1rem;
	}

	#column02 .flex-container>div:first-of-type {
		inline-size: 66%;
	}

	#column02 .flex-container>div:last-of-type {
		inline-size: 30%;
	}

	#column02 .text-container {
		font-size: 1.6rem;
	}

	/* コラム３ */
	#column03 .flex-container {
		column-gap: 0%;
		margin-top: 1rem;
	}

	#column03 .flex-container>div:first-of-type {
		inline-size: 50%;
	}

	#column03 .flex-container>div:last-of-type {
		inline-size: 50%;
	}

	#column03 .text-container {
		font-size: 1.6rem;
	}
	/* イメージボックス */
	.img-container3 {
		padding: 3rem 0rem 0rem 0rem;
	}
	/* コラム４ */
	#column04 .flex-container {
		column-gap: 0%;
		margin-top: 1rem;
	}

	#column04 .flex-container>div:first-of-type {
		inline-size: 57.6%;
	}

	#column04 .flex-container>div:last-of-type {
		inline-size: 42.4%;
	}

	#column04 .text-container {
		font-size: 1.6rem;
	}
	/* イメージボックス */
	.img-container4 {
		padding: 3rem 0rem 0rem 0rem;
	}
	/* コラム５ */
	#column05 .flex-container {
		column-gap: 0%;
		margin-top: 1rem;
	}

	#column05 .flex-container>div:first-of-type {
		inline-size: 33.3%;
	}

	#column05 .flex-container>div {
		inline-size: 33.3%;
	}

	#column05 .flex-container>div:last-of-type {
		inline-size: 33.3%;
	}

	#column05 .text-container {
		font-size: 1.6rem;
	}
	/* イメージボックス */
	.img-container5 {
		padding: 3rem 0rem 0rem 0rem;
	}
	/* コラム６ */
	#column06 .flex-container {
		column-gap: 0%;
		margin-top: 1rem;
	}

	#column06 .flex-container>div:first-of-type {
		inline-size: 50%;
	}

	#column06 .flex-container>div:last-of-type {
		inline-size: 50%;
	}

	#column06 .text-container {
		font-size: 1.6rem;
	}
	/* イメージボックス */
	.img-container6 {
		padding: 3rem 3rem 3rem 3rem;
	}
	table.table-tech03 img {
		width: 60%;
	}
	table.table-tech04 img {
		width: 50%;
	}
	table.table-tech05 img {
		width: 70%;
	}

	/* コラム７ */
	#column07 .flex-container {
		column-gap: 0%;
		margin-top: 1rem;
	}

	#column07 .flex-container>div:first-of-type {
		inline-size: 100%;
		max-width: 768px;
	}


	#column07 .text-container {
		font-size: 1.6rem;
	}
	/* イメージボックス */
	.img-container7 {
		padding: 3rem 3rem 3rem 3rem;
	}
	.img-container8 {
		padding: 1rem 0rem 1rem 0rem;
	}
	.img-container9 {
		padding: 3rem 0rem 1rem 0rem;
	}
}
/* セクション罫線 */
.section-border {
	border-top: none;
	padding-bottom: 3rem;
	border-bottom: 1px solid var(--light-gray);
}
.announcered2 {
	padding: 10px 15px;
	margin-top: 15px;
}
.announcered2 .text {
	padding-left:20px;
	background:url("/products/device/assets/common/images/ico_circle_gray_s.gif") no-repeat 3px 9px;
}
.announcered3 {
	padding: 10px 15px;
	margin-top: 15px;
}
.announcered3 .text {
	padding-left:20px;
	background:url("/products/device/assets/common/images/ico_circle_gray_s.gif") no-repeat 3px 6px;
}


/* テーブル */
table.table-tech01 {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	text-align: center;
}

table.table-tech01 th,
table.table-tech01 td {
	padding: 0.5em;
	line-height: 1.4;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

table.table-tech01 th {
	font-size: 1.5rem;
	background: #F5F5F5
}

table.table-tech01 td {
	font-size: 1.4rem;
}

table.table-tech01 thead th {
	width: 27%;
	font-weight: normal;
}

table.table-tech01 th:first-child {
	width: 19%;
}

table.table-tech01 .text-small {
	font-size: 1.2rem;
	;
}

table.table-tech02 {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	text-align: left;
}

table.table-tech02 th,
table.table-tech02 td {
	padding: 0.5em;
	line-height: 1.4;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

table.table-tech02 th {
	font-size: 1.5rem;
	background: #F5F5F5
}

table.table-tech02 td {
	font-size: 1.4rem;
}

table.table-tech02 thead th {
	width: 27%;
	font-weight: normal;
}

table.table-tech02 th:first-child {
	width: 5%;
}

table.table-tech02 .text-small {
	font-size: 1.2rem;
	;
}

table.table-tech03 {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	text-align: left;
}

table.table-tech03 th,
table.table-tech03 td {
	padding: 0.5em;
	line-height: 1.4;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

table.table-tech03 th {
	font-size: 1.5rem;
	background: #F5F5F5
}

table.table-tech03 td {
	font-size: 1.4rem;
}

table.table-tech03 thead th {
	width: 27%;
	font-weight: normal;
}

table.table-tech03 th:first-child {
	width: 1%;
}

table.table-tech03 .text-small {
	font-size: 1.2rem;
	;
}
table.table-tech04 {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	text-align: left;
}

table.table-tech04 th,
table.table-tech04 td {
	padding: 0.5em;
	line-height: 1.4;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

table.table-tech04 th {
	font-size: 1.5rem;
	background: #F5F5F5
}

table.table-tech04 td {
	font-size: 1.4rem;
}

table.table-tech04 thead th {
	width: 27%;
	font-weight: normal;
}

table.table-tech04 th:first-child {
	width: 5%;
}

table.table-tech04 .text-small {
	font-size: 1.2rem;
	;
}
table.table-tech05 {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-top: solid 1px #ccc;
	border-left: solid 1px #ccc;
	text-align: left;
}

table.table-tech05 th,
table.table-tech05 td {
	padding: 5px 12px;
	line-height: 1.4;
	border-bottom: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

table.table-tech05 th {
	font-size: 1.5rem;
	background: #F5F5F5
}

table.table-tech05 td {
	font-size: 1.4rem;
}

table.table-tech05 thead th {
	width: 27%;
	font-weight: normal;
}

table.table-tech05 th:first-child {
	width: 10%;
}

table.table-tech05 .text-small {
	font-size: 1.2rem;
	;
}
