@charset "utf-8";

/* terminal_module */

img{
    width: 100%;}

.product_list {
	margin: 70px 0 0;
}
.product_list.area_page {
	padding: 70px 20px;
}
.page_visual.products_bg {
    background: url("../product_information/img/product_visual.png")no-repeat center/cover;
}
.page_visual.download_bg {
    background: url("../download/img/download_visual.png")no-repeat center/cover;
}
.page_visual.news_bg {
    background: url("../img/news/news_visual.png")no-repeat center/cover;
}
.product_table {
    background: #e9ebed;
	padding: 20px 0;
}
.product_table:not(:last-child) {
    margin: 0 0 30px;
}
.product_table>li {
    width: 25%;
    padding: 0 20px;
    box-sizing: border-box;   
}
.product_table>li.plus {
	width: 25px;
	padding: 200px 0 0;
}
.product_table>li:first-child {
	border-right: 1px solid #7f7f7f;
}
.product_table .name {
    font-weight: bold;
    font-size: 1.1rem;
    text-align: center;
	margin: 0 0 20px;
}
.product_table .img {
	text-align: center;
	margin: 0 0 20px;
}
.product_table .img img {
	max-width: 139px;
}
.product_table .num {
	margin: 0 0 20px;
}
/*
.product_table>li:not(:first-child) .num {
	height: 50px;
}*/
.product_table .point .ttl {
	background: #c30000;
	color: #fff;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	margin: 0 0 10px;
}
.product_table .ex_info li {
	background: #606367;
	color: #fff;
	padding: 5px;
	text-align: center;
}
.product_table .ex_info li:not(:last-child) {
	margin: 0 0 5px;
}
.other_product {
	max-width: 685px;
	margin: 60px auto 0;
}
@media screen and (max-width:890px) {
    .product_table .name {
        font-size: 0.9rem;
    }
}
@media screen and (max-width:768px) {
	.product_list {
		margin: 50px 0 0;
	}
	.product_list.area_page {
		padding: 40px 20px;
	}
	.product_table {
		padding: 20px;
	}
	.product_table:not(:last-child) {
		margin: 0 0 20px;
	}
	.product_table>li {
		width: 100%;
		padding: 0;
		box-sizing: border-box;   
	}
	.product_table>li.plus {
		width: 25px;
		padding: 0;
	}
	.product_table>li:first-child {
		border-right: none;
		border-bottom: 1px solid #7f7f7f;
		padding: 0 0 20px;
	}
	.product_table .name {
		font-size: 1rem;
		margin: 0 0 10px;
	}
	.product_table .img {
		margin: 0 0 10px;
	}
	.product_table .num {
		margin: 0 0 10px;
		font-size: 0.8rem;
	}
	.product_table>li:not(:first-child) .num {
		height: inherit;
	}
	.product_table .point .ttl {
		font-size: 0.8rem;
	}
	.product_table .point .txt {
		font-size: 0.8rem;
	}
	.product_table .ex_info li {
		font-size: 0.8rem;
	}
	.other_product {
		margin: 0 auto;
	}
}

/* FA-TH16X100A31L */
/* tab_btn */
.tab_box {
    margin: 0 20px;
}
.tab_box .tab_btn {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0 0 40px;
}
.tab_box .tab_btn li {
	width: 20%;
	color: #005e8c;
	text-align: center;
	max-width: 235px;
	background: #f5f5f5;
	height: 75px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
	border-bottom: 5px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	box-sizing: border-box;
    cursor: pointer;
}
.tab_box .tab_btn li:first-child, .tab_box .tab_btn li:nth-child(6) {
	border-left: 1px solid #bbbbbb;
}
.tab_box .tab_btn li.active {
	background: #fff;
	color: #333;
	border-bottom: 5px solid #c30000;
}

.tab_box .tab_btn li a {
    pointer-events: none;
}


/* Add 2024/09/05 DownLoadページ用タブボタン */
.tab_box .tab_btn_download {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0 0 40px;
}
.tab_box .tab_btn_download li {
	width: 20%;
	color: #005e8c;
	text-align: center;
	max-width: 235px;
	background: #f5f5f5;
	height: 85px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
	border-bottom: 5px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	box-sizing: border-box;
    cursor: pointer;
}
.tab_box .tab_btn_download li:first-child, .tab_box .tab_btn_download li:nth-child(6) {
	border-left: 1px solid #bbbbbb;
}
.tab_box .tab_btn_download li.active {
	background: #fff;
	color: #333;
	border-bottom: 5px solid #c30000;
}

.tab_box .tab_btn_download li a {
    pointer-events: none;
}

/* Add 2024/09/05 4つ用タブボタン */
.tab_box .tab_btn_4th {
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 0 0 40px;
}
.tab_box .tab_btn_4th li {
	width: 25%;
	color: #005e8c;
	text-align: center;
	max-width: 294px;
	background: #f5f5f5;
	height: 75px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	line-height: 1.2;
	border-bottom: 5px solid #bbbbbb;
	border-top: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	box-sizing: border-box;
    cursor: pointer;
}
.tab_box .tab_btn_4th li:first-child, .tab_box .tab_btn_4th li:nth-child(6) {
	border-left: 1px solid #bbbbbb;
}
.tab_box .tab_btn_4th li.active {
	background: #fff;
	color: #333;
	border-bottom: 5px solid #c30000;
}

.tab_box .tab_btn_4th li a {
    pointer-events: none;
}

/*
.tab_contents .content_box {
	display: none;
}
.tab_contents .content_box.show  {
	display: block;
}*/
.tab_contents .content_box .mb30 {
	margin: 0 0 30px;
}
.tab_contents .content_box .two_column li.txt_box {
	width: 75%;
	padding: 0 30px 0 0;
}
.tab_contents .content_box .two_column li.img {
	width: 35%;
}
.tab_contents .content_box .top_txt {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.tab_contents .content_box .top_txt .ttl {
	font-size: 1.125rem;
	font-weight: bold;
	margin: 0 20px 0 0;
	white-space: nowrap;
}
.tab_contents .content_box .feature {
	background: #f8f5ec;
	padding: 20px;
}
.tab_contents .content_box .feature dl {
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.tab_contents .content_box .feature dl:not(:last-child) {
	margin: 0 0 10px;
}
.tab_contents .content_box .feature dl dt {
	background: #c30000;
	color: #fff;
	font-weight: bold;
	font-size: 0.875rem;
	min-width: 60px;
	height: 30px;
	border-radius: 3px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	margin: 0 10px 0 0;
}
.tab_contents .content_box .feature dl dd {
	padding: 4px 0 0;
}
.tab_contents .content_box .caution_box {
	background: #f5f5f5;
	padding: 20px;
}
.tab_contents .content_box .caution_box dt {
	font-size: 1.125rem;
	font-weight: bold;
	margin: 0 0 10px;
}
.tab_contents .content_box .caution_box dt.icon_caution {
	position: relative;
	padding: 0 0 0 40px;
}
.tab_contents .content_box .caution_box dt.icon_caution::before {
	position: absolute;
	display: block;
	content: "";
	background: url("../product_information/img/icon_caution.png")no-repeat center/30px 27px;
	width: 30px;
	height: 27px;
	left: 0;
}
.tab_contents .content_box .two_column .video {
	width: 40%;
	padding: 0 30px 0 0;
}
.tab_contents .content_box .two_column .video video {
	width: 100%;
}
.tab_contents .content_box .two_column .info {
	width: 60%;
}
.tab_contents .content_box .two_column .info dt {
	margin: 0 0 20px;
}
.tab_contents .content_box .blue_box {
	margin: 0 0 30px;
}
.tab_contents .content_box .blue_box dt {
	background: #2e6282;
	color: #fff;
	font-weight: bold;
	padding: 15px;
	font-size: 1.125rem;
}
.tab_contents .content_box .blue_box dd {
	background: #f5f5f5;
	padding: 15px;
}


/*タブの表示非表示設定*/
.tab_contents .content_box {
	display: none;
}
.tab_contents .content_box.show  {
	display: block;
}





@media screen and (max-width:940px) {
    .tab_box .tab_btn li {
        font-size: 0.8rem;
    }
    /* Add 2024/09/05 DownLoadページ用タブボタン */
    .tab_box .tab_btn_download li {
        font-size: 0.8rem;
    }
}
@media screen and (max-width:768px) {
    .tab_box .tab_btn {
        margin: 0 0 20px;
    }
    .tab_box .tab_btn li {
        width: 33.3%;
        max-width: 241px;
        height: 50px;
        font-size: 0.6875rem;
    }
    .tab_box .tab_btn li:nth-child(6) {
        border-left: none;
    }
    .tab_box .tab_btn li:nth-child(4), .tab_box .tab_btn li:nth-child(7), .tab_box .tab_btn li:nth-child(10)  {
        border-left: 1px solid #bbbbbb;;
    }
    /* Add 2024/09/05 DownLoadページ用タブボタン */
    .tab_box .tab_btn_download {
        margin: 0 0 20px;
    }
    .tab_box .tab_btn_download li {
        width: 33.3%;
        max-width: 241px;
        height: 50px;
        font-size: 0.6875rem;
    }
    .tab_box .tab_btn_download li:nth-child(6) {
        border-left: none;
    }
    .tab_box .tab_btn_download li:nth-child(4), .tab_box .tab_btn_download li:nth-child(7), .tab_box .tab_btn_download li:nth-child(10)  {
        border-left: 1px solid #bbbbbb;;
    }
    .tab_contents .content_box .mb30 {
        margin: 0;
    }
    .tab_contents .content_box .two_column li.txt_box {
        width: 100%;
        padding: 0;
    }
    .tab_contents .content_box .two_column li.img {
        width: 100%;
        margin: 0 0 10px;
    }
    .tab_contents .content_box .top_txt {
        flex-flow: column;
    }
    .tab_contents .content_box .top_txt .ttl {
        font-size: 1rem;
        margin: 0 0 10px;
    }
    .tab_contents .content_box .feature dl {
        flex-flow: column;
    }
    .tab_contents .content_box .feature dl dt {
        font-size: 0.75rem;
        min-width: 60px;
        height: 25px;
        margin: 0 0 5px;
    }
    .tab_contents .content_box .caution_box dt {
        font-size: 1rem;
    }
    .tab_contents .content_box .caution_box dt.icon_caution {
        position: relative;
        padding: 0 0 0 30px;
    }
    .tab_contents .content_box .caution_box dt.icon_caution::before {
        background: url("../product_information/img/icon_caution.png")no-repeat center/24px 21px;
        width: 24px;
        height: 21px;
    }
    .tab_contents .content_box .two_column .video {
        width: 100%;
        padding: 0;
    }
    .tab_contents .content_box .two_column .info {
        width: 100%;
    }
    .tab_contents .content_box .two_column .info dt {
        margin: 0 0 10px;
    }
    .tab_contents .content_box .blue_box {
        margin: 0 0 20px;
    }
    .tab_contents .content_box .blue_box dt {
        padding: 10px;
        font-size: 0.8rem;
    }
    .tab_contents .content_box .blue_box dd {
        padding: 10px;
        font-size: 0.8rem;
    }
}
/* wiring_saving_goods */
.fa_products_ttl.icon  {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
.fa_products_ttl.icon span {
	margin: 0 20px 0 0;
}
.fa_products_ttl.icon span img {
	max-width: 60px;
}
.fa_products_heading.icon {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	justify-content: flex-start;
	line-height: 1;
}
.fa_products_heading.icon span {
	margin: 0 10px 0 0;
}
.fa_products_heading.icon span img {
	max-width: 50px;
}
.three_column.gray {
	margin: 0 0 30px;
}
.three_column.gray.two {
	justify-content: flex-start;
}
.three_column.gray li {
	/*background: #727171;*/
	background: url("../wire_saving_devices/detail_img/gray_triangle.png")no-repeat right/30px 100px;
	background-color: #727171;
	color: #fff;
	padding: 10px;
	padding-right: 2%;
	box-sizing: border-box;
	height: 100px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
/*.three_column.gray li::after {
	position: absolute;
	display: block;
	content: "";
	background: url("../wire_saving_devices/detail_img/gray_triangle.png")no-repeat right/30px 70px;
	width: 30px;
	height: 70px;
	right: 0;
}*/
.three_column.gray.two li:first-child {
	margin: 0 5% 0 0;
}
.l_gray {
	background: #e9ebed;
	padding: 20px;
}
.l_dark_gray {
	background: #595656;
	color: #fff;
	padding: 20px;
}
.pro_aco dl:not(:last-child) {
	margin: 0 0 20px;
}
.pro_aco .p_aco_btn {
	background: #f5f5f5;
	padding: 20px;
	border-left: 5px solid #c30000;
	position: relative;
}
.pro_aco .p_aco_btn:hover {
	cursor: pointer;
}
.pro_aco .p_aco_btn p {
	font-weight: bold;
	font-size: 1.125rem;
}

.pro_aco .p_aco_btn a {
	font-weight: bold;
	font-size: 1.125rem;
    pointer-events:none;
}
.pro_aco .p_aco_btn .btn {
    position: absolute;
    top: 0;
    bottom:-10px;
    right: 20px;
    margin: auto;
    display: block;
    width: 19px;
    height: 19px;
}
.pro_aco .p_aco_btn .btn span {
    background: #c30000;
    width: 19px;
    height: 3px;
    display: block;
}
.pro_aco .p_aco_btn .btn span:first-child {
    transform: rotate(90deg) translateX(3px) scale(1);
    transition: .5s;
}
.pro_aco .p_aco_btn.open .btn span:first-child {
    transform: rotate(90deg) translateX(3px) scale(0);
}
.pro_aco .p_aco_box {
	padding: 20px;
}
.pro_aco .p_aco_box ul li .in {
	color: #333;
	font-size: 0.875rem;
	padding: 0 0 0 15px;
}
@media screen and (max-width:1200px) {
	.three_column.gray li {
		font-size: 0.875rem;
	}
}
@media screen and (max-width:950px) {
	.three_column.gray li {
		font-size: 0.75rem;
	}
}
@media screen and (max-width:768px) {
	.fa_products_ttl.icon span {
		margin: 0 10px 0 0;
	}
	.fa_products_ttl.icon span img {
		max-width: 40px;
	}
	.fa_products_heading.icon span {
		margin: 0 10px 0 0;
	}
	.fa_products_heading.icon span img {
		max-width: 30px;
	}
	.three_column.gray li {
		font-size: 0.875rem;
		height: inherit;
		padding: 15px;
		background-image: none;
	}
	.three_column.gray li::after {
		position: absolute;
	display: block;
	content: "";
		
		background: url("../wire_saving_devices/detail_img/gray_triangle.png")no-repeat right/15px 35px;
		width: 15px;
		height: 35px;
		right: 50%;
		bottom: -25px;
		transform: translate(50%,0) rotate(90deg);
	}
	.three_column.gray.two li:first-child {
		margin: 0 0 20px;
	}
	.pro_aco .p_aco_btn {
		padding: 15px;
	}
	.pro_aco .p_aco_btn p {
		font-size: 1rem;
	}
	.pro_aco .p_aco_btn .btn {
		right: 15px;
	}
	.pro_aco .p_aco_box {
		padding: 10px;
	}
	.pro_aco .p_aco_box ul li:not(:last-child) {
		margin: 0 0 5px;
	}
	.pro_aco .p_aco_box ul li .in {
		margin: 5px 0 0;
	}
}

/* product_information */
.search_box.product_info {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width:768px) {
    
}

/* download */
.download_list {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 0 40px;
}
.download_list>li {
    width: 49%;
    border: 1px solid #a3a3a3;
    border-radius: 5px;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 30px;
}
.download_list>li .img_box {
    width: 40%;
}
.download_list .tag_box {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 5px;
}
.download_list .tag_box li {
    font-size: 0.75rem;
    padding: 2px 10px;
    margin: 0 5px 5px 0;
}
.download_list .tag_box li.green {
    border: 1px solid #29bbad;
    color: #29bbad;
}
.download_list .tag_box li.red {
    border: 1px solid #c30000;
    color: #c30000;
}
.download_list .tag_box li.purple {
    border: 1px solid #7030A0;
    color: #7030A0;
}
.download_list>li .txt_box {
    width: 55%;
}
.download_list>li .txt_box .ttl {
    padding: 0 0 0 30px;
    font-size: 1.125rem;
    margin: 0 0 30px;
}
.download_list>li .txt_box .num_date {
    font-size: 0.875rem;
}
@media screen and (max-width:768px) {
    .download_list {
        flex-flow: column;
        align-items: center;
        justify-content: center;
        margin: 0 0 30px;
    }
    .download_list>li {
        width: 100%;
        margin: 0 0 20px;
        flex-flow: column;
        align-items: center;
        justify-content: center;
    }
    .download_list>li .img_box {
        width: 100%;
        margin: 0 0 20px;
    }
    .download_list>li .img_box .img {
        text-align: center;
    }
    .download_list>li .img_box .img img {
        max-width: 200px;
    }
    .download_list>li .txt_box {
        width: 100%;
    }
    .download_list>li .txt_box .ttl {
        padding: 0 0 0 25px;
        font-size: 1rem;
        margin: 0 0 20px;
    }
    .download_list>li .txt_box .num_date {
        font-size: 0.875rem;
    }
}


/* 上下矢印のソート */

.indicator_tb th {
	min-width: 10em;
}

.indicator_tb th .indicator_inner {
  cursor: pointer;
  position: relative;
}

.indicator_tb th .indicator_inner::before, .indicator_tb th .indicator_inner::after {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  border: 5px solid transparent;
  right: 0px;
  top: 50%;
}

.indicator_tb th .indicator_inner::before {
    border-bottom-color: #f0f0f0;
    margin-top: -10px;
}
.indicator_tb th .indicator_inner::after {
    border-top-color: #f0f0f0;
    margin-top: 2px;
}

.indicator_tb th .indicator_inner.asc::before {
          border-bottom-color: #444;
      }
.indicator_tb th .indicator_inner.desc::after {
          border-top-color: #444;
      }


