<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */


/* 製品ごとに色設定 ここから */

.product_inside .Area_left .pointlist {
	background:linear-gradient(white 50%, #FBEAEA 50%);
}
.product_inside .Area_left ul.point_ul{
	background-color: #FBEAEA;
}
.product_inside h3  {
	border-bottom: 2px solid #E10412;
}
.product_inside h3 .series_flex p.series {
	background-color: #E10412;
}
.product_inside h4 {
	border-bottom: 2px solid #FDE5E6;
}

/* 製品ごとに色設定 ここまで */


.product_inside .Area_main .bn_spase_long img {
	width: 32%;
	height: auto;
	margin: 0 5px;
}

span.point-new {
    display: inline-block;
    color: #fff;
    background-color: crimson;
    padding: 0 5px 0 13px;
    border-radius: 2px;
    
}
span.new {
    display: inline-block;
    color: #fff;
    background-color: crimson;
    padding: 0 4px;
    border-radius: 5px;
    
}

.point_style {
	color:#fff;
	background: #C00;
	padding:1px 8px 4px 8px;
	border-radius: 3px; /* CSS3草案 */
    -webkit-border-radius: 3px; /* Safari,Google Chrome用 */
    -moz-border-radius: 3px;
	font-size:24px;
}


table {
	margin: 0px;
	padding: 0px;
}
td {
	padding: 10px;
	line-height: 160%;
	background-color: #FDFDFD;
	border-bottom: 1px #CCCCCC solid;
	vertical-align: middle;
	text-align: center;
	border-right: 1px #CCCCCC solid;
}
td:last-child {
    border-right: none;
}
td.not-last-child {
    border-right: 1px #CCCCCC solid !important;
}

th {
	padding: 10px;
	line-height:160%;
	background-color: #FAFAFA;
	border-bottom: 1px #CCCCCC solid;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-right: 1px #CCCCCC solid;
}
th:last-child {
	border-right:none;
}
th.not-last-child {
    border-right: 1px #CCCCCC solid !important;
}

td.series {
	font-weight: bold;
	font-size: 16px;
	padding: 12px 6px;
	background-color: #FAFAFA;
	color: #06C;
}

td.model {
	font-weight: bold;
	font-size: 15px;
	padding: 10px 6px;
	background-color: #FAFAFA;
	color: #06C;
}
td.model span {
	font-weight: normal;
	font-size: 14px;
}

td.model_ex {
	font-weight: bold;
	font-size: 15px;
	padding: 10px 6px;
	background-color: #06C;
	color: #fff;
}

.tdlink div.end{
	background-color: #CA0003;
	color: #fff;
	font-weight: bold;
	line-height: normal;
	padding: 4px 0;
}

td.grayback {
	background-color: #D5D5D5;
	color: #666;
}

.Area_free table {
	width: 100%;
}

.lens_no {
	background-color: #F7F7F7 !important;
	color: #767676;
}

.lens_f {
	background-color: #fff !important;
}

.tdlink a {
	display:block;
	padding:2px 0;
	text-align:center;
	font-weight:bold;
}
.tdlink a:hover {
	background-color: #FFEBE5;
}
.tdlink div{
	font-size: 11px;
	color: #C30;
	font-weight: normal;
	line-height: normal;
}

.lens11 th{
	font-weight:normal;
	background-color:#f0f0bb;
}
.lens11 td{
	background-color:#ffffd7;
	text-align:center;
}
.lens12 td{
	background-color:#ffffee;
	text-align:center;
}
.lens12 th{
	font-weight:normal;
	background-color:#f0f0bb;
}

.lens21 th{
	font-weight:normal;
	background-color:#d7eed7;
}
.lens21 td{
	background-color:#e7f7e7;
	text-align:center;
}
.lens22 th{
	font-weight:normal;
	background-color:#d7eed7;
}
.lens22 td{
	background-color:#f7fff7;
	text-align:center;
}

.lens31 th{
	font-weight:normal;
	background-color:#ddeef0;
}
.lens31 td{
	background-color:#e7f0f7;
	text-align:center;
}
.lens32 th{
	font-weight:normal;
	background-color:#ddeef0;
}
.lens32 td{
	background-color:#f3faff;
	text-align:center;
}

.lens41 th{
	font-weight:normal;
	background-color:#ffe7f7;
}
.lens41 td{
	background-color:#ffeef4;
	text-align:center;
}
.lens42 th{
	font-weight:normal;
	background-color:#ffe7f7;
}
.lens42 td{
	background-color:#fff8fd;
	text-align:center;
}

.lens_at {
	margin:10px 0;
	text-align: right;
	font-size: 13px;
}

.function_subtitle {
	font-weight: bold;
	background-color: #450909;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	padding: 10px;
}
.function_subtitle.mt50 {
    margin-top: 50px;
}

p.system_text {
    margin-top: 10px;
    margin-bottom: 10px;
}

.samplebox_PI400 {
	width: 260px;
	float: left;
	text-align: center;
	padding: 20px 7px 25px 7px;
	font-size: 16px;
	font-weight: bold;
}
.samplebox_PI400 img {
	width: 240px;
	height: auto;
	border: 5px solid #DDD;
	margin-top:10px;
}

.samplebox1 {
	width: 312px;
	float: left;
	text-align: center;
	padding: 5px 7px 15px 7px;
	font-size: 13px;
	font-weight: bold;
}
.samplebox1 img {
	width: 300px;
	height: auto;
	border: 5px solid #DDD;
	margin-bottom:5px;
}

.samplebox2 {
	width: 475px;
	float: left;
	text-align: center;
	padding: 5px 7px 15px 7px;
	font-size: 13px;
	font-weight: bold;
}
.samplebox2 img {
	width: 465px;
	height: auto;
	border: 5px solid #DDD;
	margin-bottom:5px;
}

.comparisonbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 10px;
    padding-left: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.comparisonbox strong {
    line-height: 200%;
}

.bn_bigspace {
	text-align: center;
	padding-top: 20px;
}
.bn_bigspace img.w900 {
	width: 900px;
    height: auto;
}
.bn_bigspace img.w480 {
	width: 480px;
    height: auto;
}

.bn_bigspace.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.PI_lens {
	float:right;
	margin:0;
	padding:0 0 0 10px;
}

.point{
	border-top: 2px solid;
	border-bottom: 1px solid;
	line-height: 180%;
	margin: 0 10px 10px 10px;
	padding: 2px 5px 0 7px;
	background-color: #FFF;
	font-size:15px;
	font-weight: bold;
}
.point2{
	border-top: 2px solid;
	border-bottom: 1px solid;
	line-height: 180%;
	margin: 0 10px 10px 10px;
	padding: 2px 5px 0 7px;
	background-color: #FFF;
	font-weight: bold;
}
.point_a{
	margin: 0 10px 20px 17px;
	line-height: 150%;
	font-size: 13px;
}
.point_left{
	width: 50%;
	float: left;
}

.point_left2{
	width: 100%;
	float: left;
}

.c01{
	border-color:#dd0088;
}
.c02{
	border-color:#cc0000;
}
.c03{
	border-color:#dd8800;
}
.c04{
	border-color:#ddaa00;
}
.c05{
	border-color:#dddd00;
}
.c06{
	border-color:#aacc00;
}
.c07{
	border-color:#66cc00;
}
.c08{
	border-color:#00bb00;
}
.c09{
	border-color:#00bb88;
}
.c10{
	border-color:#00bbaa;
}
.c11{
	border-color:#00cccc;
}
.c12{
	border-color:#00aacc;
}
.c13{
	border-color:#0088cc;
}
.c14{
	border-color:#0066cc;
}
.c15{
	border-color:#0000cc;
}

td.title {
	font-weight: bold;
	background-color: #333333;
	text-align: center;
	color: #FFFFFF;
}

.title2 {
	font-weight: bold;
	background-color: #450909;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	padding: 10px;
}

.attention2 {
    width: 95%;
	border: 1px dotted #FF6666;
	padding: 10px;
	margin: 20px auto;
	line-height: 180%;
}
.points_red2 {
	font-weight:bold;
	color:#B70000;
	margin-bottom: 5px;
}

.PI_size {
	text-align:center;
	padding: 15px 0;
	background-color: white;
}

.PIconnect_box {
	margin: 10px 10px;
	font-size: 12px;
	border: #e7e7e7 3px solid;
	background-color: #ffffff;
	padding: 10px;
}

.f10 {
	font-size:10px;
}
.f12 {
	font-size:12px;
}

/* option.html用 */

.option_inside {
	width: 980px;
	margin: 0 auto 25px;
}
.option_inside.w97 {
	width: 97%;
}

.option_inside p {
	line-height: 170%;
	margin: 0 10px;
}

.option_inside h3 {
	padding: 12px 0 8px 10px !important;
	margin: 20px 0 !important;
	background-color: #FBFBFB;
	border-bottom: 1px solid #E3E3E3;
}

.option_inside h3 span {
	font-size:20px;
	font-weight: bold;
	margin-right: 20px;
}

.option_inside .accordion h3 a {
	color: #000000;
	cursor: pointer;
}

.option_inside .accordion h3 a:hover {
	color: #C30 !important;;
	cursor: pointer;
}

.option_inside .accordion h3 span:after {
	font-size: 13px;
	color: black;
	font-weight: normal;
	content: "　　open +";
}

.option_inside .accordion h3 span.open a {
	color: #C30 !important;
}

.option_inside .accordion h3 span.open:after {
	font-size: 13px;
	font-weight: normal;
	content: "　　close -";
}

.subInner p {
	padding-bottom: 15px;
	font-size: 14px;
}

.subInner p.op_subct {
	font-weight: bold;
	font-size: 15px;
	padding-bottom: 0px !important;
}

table.cjtb {
	margin: 5px auto 20px;
	width: 710px;
}
table.cjtb td {
	padding: 10px 5px;
}

.housing_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    margin-bottom: 10px;
}
.housing_flex .housing_flex_box {
    width: 48%;
    padding:  0 0  20px 0;
    text-align: center;
}
.housing_flex .housing_flex_box img {
    padding-bottom: 5px;
}

.cj_table {
	padding: 10px 5px 20px 5px;
	clear: both;
}
.cj_table_box {
	font-size: 12px !important;
	line-height: 180%;
	margin: 0 0 15px 8px;
	float: left;
	width: 32%;
	text-align: center;
}

.cj_table2 {
	padding: 10px 5px 20px 5px;
	clear: both;
}
.cj_table2_box {
	font-size: 13px !important;
	line-height: 180%;
	margin: 0 0 15px 10px;
	float: left;
	width: 48%;
    text-align: center;
}
.cj_table2 img{
	vertical-align:middle;
	padding-right: 5px;
}
.cj_table3_box {
	font-size: 13px !important;
	line-height: 180%;
	margin: 0 0 15px 10px;
	float: left;
	width: 97%;
    text-align: center;
}

.cj_Xi_table {
    margin: 10px 10px 15px;
	width: 66%;
}

.cj_Xi_table.pif_cable td {
	text-align: left;
}

.cj_Xi_table th.line01 ,
.cj_Xi_table th.line02 {
	vertical-align: top;
}
.cj_Xi_table th.line01 {
	background-color: #FFF;
}
.cj_Xi_table th.line02 ,
.cj_Xi_table td.line02{
    background-color: #F8F8F8;
}

.pif_table {
	padding: 2px 5px 10px 5px;
	clear: both;
}
.pif_table_box {
	font-size: 13px !important;
	line-height: 180%;
	margin: 0 0 15px 10px;
	float: left;
	width: 48%;
}
.lens_table {
	padding: 20px 5px 0 5px;
	clear: both;
}
.lens_table_box {
	float: left;
	width: 50%;
}

.lens_table_box table {
	margin: 0 auto;
	width: 450px;
	margin-bottom: 10px;
}
.lens_table_box th {
	line-height: 150%;
}

.subInner .img_right {
	width: 300px;
	float: right;
	margin-left: 10px;
}
.subInner .img_right2 {
	float: right;
	margin-left: 10px;
}
.img_center {
	text-align: center;
	padding: 0 0 20px 0;
}
.img_center img.w100 {
    width: 100%;
    height: auto;
}

.subInner .catalog_pdf {
	width: 278px;
	padding: 10px 10px 8px 10px;
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	border-bottom: 1px solid #DCDCDC;
	border-top: 1px solid #C8C8C8;
	background-color: #FBFBFB;
	line-height: 170%;
	font-size: 14px;
}


/* アプリケーション */
.photo {
	float: right;
	margin-top: 23px;
	margin-right: 15px;
	margin-left: 17px;
	margin-bottom: 5px;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 150%;
}

.photo2 {
	float: right;
	margin-top: 0;
	margin-right: 15px;
	margin-left: 17px;
	margin-bottom: 0;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 150%;
}

.photo img ,
.photo2 img {
	margin-bottom: 10px;
	border: 5px solid #E9E9E9;
}

.box_adopt_one .top{
	border-top: 1px #E3F5AD solid;
	padding: 5px;
	text-align:center;
	padding-top:10px;
	margin-top:15px;
}

.box_adopt_one p.title {
	font-size: 18px;
	font-weight: bold;
	color: #900;
	border-bottom: 1px #900 dotted;
	line-height: 120%;
	padding: 0 8px 8px 8px;
}

.box_adopt_one {
	padding-bottom: 25px;
	clear: both;
}

.box_adopt_one p.text {
	font-size: 14px;
	margin-top: 20px;
	line-height: 165%;
	padding: 0 5px 0 8px;
}

table.ex_table img.w80{
    width: 80%;
    height: auto;
}


/* 販売終了・予告
=================================================*/
.redirectbox {
	padding: 20px 20px 15px 20px;
	background-color: #FFEAEA;
	font-weight: bold;
	margin: 20px 20px 30px 20px;
	font-size: 20px;
	line-height: 170%;
	border: 2px solid #EA7A7A;
}

.redirectbox div {
	background-color: #B90000;
	color: #FFF;
	padding: 10px;
	text-align: center;
}

.redirectbox p {
	padding-top: 10px;
	font-size: 15px;
	font-weight: normal;
	line-height: 200%;
}

.redirectbox2 {
	padding: 20px;
	background-color: #B90000;
	color: #FFF;
	font-weight: bold;
	margin: 20px 20px 30px 20px;
	font-size: 18px;
	line-height: 200%;
	text-align: center;
	border: 2px solid #EA7A7A;
}

.redirectbox2 a {
	color: #FFFD00;
	text-decoration: none;
}

.redirectbox2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.redirectbox3 {
	padding: 20px;
	background-color: #B90000;
	color: #FFF;
	font-weight: bold;
	margin: 20px 20px 30px 20px;
	font-size: 16px;
	line-height: 180%;
	text-align: center;
	border: 2px solid #EA7A7A;
}

.redirectbox3 a {
	color: #FFFD00;
	text-decoration: none;
}

.redirectbox3 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

.redirectbox3 p {
	padding-top: 10px;
}




/* 画面サイズの横幅が 480px より小さい場合に適用 */
@media screen and (max-width: 480px) {
.product_inside .Area_main .bn_spase_long img {
	width: 90%;
	height: auto;
	margin: 5px;
}

.point_style {
	font-size: 17px;
	padding: 3px 5px 5px 6px;
    line-height: 200%;
}

.Area_free table {
	width: 98%;
	margin: 0 auto;
}

table {
	font-size: 10px;
}

.table_720 {
	width: 100%;
}
table {
	font-size: 9px;
}
td {
	padding: 5px 3px;
}
th {
	padding: 5px 3px;
}

td.series {
	font-weight: bold;
	font-size: 11px;
	padding: 10px 3px;
	background-color: #FAFAFA;
	color: #06C;
}

td.model {
	font-weight: bold;
	font-size: 10px;
	padding: 8px 3px;
	background-color: #FAFAFA;
	color: #06C;
	word-break: break-all;
}

.smp_none , .sp_n {
	display: none;
}
.smp_only {
	display: block;
	color:#C00;
	font-size: 10px;
}

.attention2 {
	width: 90%;
}

.function_subtitle {
	width: 94%;
}

.point_left2{
	font-size:18px;
	width: 100%;
}

.PIconnect_box img{
	width:100%;
	height:auto;
}
.PI_lens {
	float:none;
	width: 100%;
	padding: 0 0 15px 0;
}
.PI_size img {
	width: 100%;
}

.bn_bigspace img ,
.bn_bigspace.flex img ,
.bn_bigspace img.w900 ,
.bn_bigspace img.w480 {
	width:95%;
	height:auto;
    margin-bottom: 10px;
}

.tdlink a {
	font-size: 13px;
}
.tdlink div{
	font-size: 8px;
}
.tdlink img {
	width: 80%;
	height: auto;
}

.f10 , .f12 {
	font-size: 7px;
}

.samplebox_PI400 {
	width: 260px;
	float: none;
	text-align: center;
	padding: 10px 7px 15px 7px;
	font-size: 16px;
	font-weight: bold;
	margin: auto;
}
.samplebox_PI400 img {
	width: 240px;
	height: auto;
	border: 5px solid #DDD;
	margin-top:10px;
}

.samplebox1 ,
.samplebox2 {
	float: none;
	width: 312px;
	margin: auto;
}
.samplebox2 img {
	width: 300px;
}

.comparisonbox {
    justify-content: center;
}


/* option.html用 */

.option_inside {
	width: 100%;
	padding: 20px 0px;
}

.option_inside p {
	line-height: 170%;
	margin: 0 10px;
}

.option_inside h3 {
	padding: 12px 0 8px 10px !important;
	margin: 20px 0 !important;
	background-color: #FBFBFB;
	border-bottom: 1px solid #E3E3E3;
}

.option_inside h3 span {
	font-size: 18px;
	font-weight: bold;
	margin-right: 20px;
}

.option_inside .accordion h3:hover {
	color: #C30;
	cursor: pointer;
}

.option_inside .accordion h3 span:after {
	font-size: 12px;
	color: black;
	font-weight: normal;
	content: "　open +";
}

.option_inside .accordion h3 span.open {
	color: #C30;
}

.option_inside .accordion h3 span.open:after {
	font-size: 12px;
	font-weight: normal;
	content: "　close -";
}

.subInner p {
	padding-bottom: 15px;
	font-size: 12px;
}

.subInner p.op_subct {
	font-weight: bold;
	font-size: 13px;
	padding-bottom: 0px !important;
}

img.img_smp {
    width: 98%;
    height: auto;
}

table.cjtb {
	width: 95%;
}
table.cjtb td {
	padding: 10px 5px;
}

.cj_table {
	padding: 10px 5px 20px 5px;
	clear: both;
}
.cj_table_box {
	font-size: 12px !important;
	line-height: 180%;
	margin: 0 0 15px 8px;
	float: none;
	width: 98%;
	text-align: center;
}

.cj_table2 {
	padding: 10px 5px 20px 5px;
	clear: both;
}
.cj_table2_box {
	font-size: 13px !important;
	line-height: 180%;
	margin: 0 0 15px 10px;
	float: none;
	width: 98%;
}
.cj_table2 img{
	vertical-align:middle;
	padding-right: 5px;
}

.cj_table3_box img {
    width: 65%;
    height: auto;
}

.cj_Xi_table {
    margin: 10px auto 15px;
	width: 95%;
}

.housing_flex .housing_flex_box img {
    width: 90%;
    height: auto;
}
    
#cable_Xi80 table.table_720 {
    width: 95%;
}
    
.pif_table {
	padding: 2px 5px 10px 5px;
	clear: both;
}
.pif_table_box {
	font-size: 13px !important;
	line-height: 180%;
	margin: 0 0 15px 10px;
	float: none;
	width: 98%;
}
.lens_table {
	padding: 20px 5px 0 5px;
	clear: both;
}
.lens_table_box {
	float: none;
	width: 98%;
}

.lens_table_box table {
	margin: 0 auto;
	width: 358px;
	margin-bottom: 10px;
}
.lens_table_box th {
	line-height: 150%;
}

.subInner .img_right {
	width: 98%;
	float: none;
	margin: 0 auto;
	text-align: center;
}
.img_center {
	text-align: center;
	padding: 0 0 20px 0;
}
.img_center img{
	width: 98%;
}

.subInner .catalog_pdf {
	width: 90%;
	padding: 10px 10px 8px 10px;
	float: none;
	margin: 15px auto;
	border: 1px dotted #C8C8C8;
	background-color: #FBFBFB;
	line-height: 170%;
	font-size: 14px;
}

.Area_left .bn_spase {
	padding-left: 0;
}

.Area_left .bn_spase img {
	width: 100%;
}

.photo , .photo2 {
	float: none;
	margin: 10px auto;
}

.img_100 {
	width: 100%;
	height: auto;
}
	
.box_adopt_one p.text {
	font-size: 13px;
	padding: 0 15px;
}

.redirectbox {
	padding:10px;
	font-size:16px;
}
.redirectbox p {
	font-size: 13px;
	line-height: 180%;
}

.redirectbox2 {
	padding:10px;
	font-size:15px;
}

.img_table {
    width: 50%;
}


}</pre></body></html>