@charset "utf-8";
/* CSS Document */

/* support/index.php */
.s_news_wrap_01{
	margin: -85px 0 50px 0;
    padding: 10px 50px 20px 50px;
    text-align: left;
    /* font-size: 14px; */
    /* font-weight: bold; */
    width: 900px;
    /*border: 1px solid #000000;*/
    background-color: #efefef;
}
@media screen and (max-width:768px) {
	.s_news_wrap_01{
		padding: 30px 0 50px 0;
		width: 100%;
	}
}
h3.s_news_wrap_h3{
	font-size: 16px;
    font-weight: bold;
}
@media screen and (max-width:768px) {
	h3.s_news_wrap_h3{
		font-size: 30px;
		padding: 0 20px 20px 20px;
	}
}
.s_news_wrap_01 ul{
	margin-top:5px;
	overflow: auto;
    height: 10em;
    border: 1px solid #ffffff;
    background-color: #fafafa;
}
.s_news_wrap_01 ul li{
	margin:5px 10px;
    font-size: 14px;
}
@media screen and (max-width:768px) {
	.s_news_wrap_01 ul{
		height: 20em;
		padding: 1em 1em 1em 2em;
	}
	.s_news_wrap_01 ul li{
		font-size: 24px;
	    margin: 0px 10px 30px 10px;
	}
}

.s_menu_wrap_01 ul li{
	width: 33%; 
	float: left; 
	border:1px solid #efefef;
	box-shadow:0 0 5px #ddd;
}
.s_menu_wrap_01 ul li:first-child {
	width: 33%; 
}
@media screen and (max-width:768px) {
	.s_menu_wrap_01 ul li:first-child {
		width: 100%; 
	}
	.s_menu_wrap_01 ul li{
		width: 100%; 
		float: none; 
		font-size: 24px;
		margin-bottom: 50px;
	}
}
h3.s_menu_wrap_h3{
	font-size: 16px;
    background-color: #efefef;
    padding: 5px 20px;
	margin-bottom: 0.6rem;
}
h3.s_menu_wrap_h3:last-child{
	margin-bottom: 0rem;
}
@media screen and (max-width:768px) {
	h3.s_menu_wrap_h3{
		font-size: 30px;
		padding: 20px;
	}
}
.s_menu_wrap_li_01{
	/*margin: 20px 5px 20px 20px;*/
	padding: 20px 5px 20px 20px;
    border-bottom: 1px solid #cccccc;
    height: 120px;
}
.s_menu_wrap_li_02{
	/*margin: 20px 5px 20px 20px;*/
	padding: 20px 5px 20px 20px;
    border-bottom: 1px solid #cccccc;
    height: 270px;
}
.s_menu_wrap_li_03{
	/*margin: 20px 5px 20px 20px;*/
	padding: 20px 5px 20px 20px;
    border-bottom: 1px solid #cccccc;
    height: 240px;
}
.s_menu_wrap_li2{
	margin: 20px 5px;
}
@media screen and (max-width:768px) {
	.s_menu_wrap_li_01{
		margin: 20px 5px 20px 20px;
        height: auto;
	}
	.s_menu_wrap_li_02{
		margin: 20px 5px 20px 20px;
        height: auto;
	}
	.s_menu_wrap_li_03{
		margin: 20px 5px 20px 20px;
        height: auto;
	}
	.s_menu_wrap_li2{
		margin: 20px 5px 20px 20px;
	}
}
.ac-label {
  position: relative;
}
@media screen and (max-width:768px) {
	.ac-label {
	  cursor: pointer;
	  position: relative;
	}
}
.ac-label p{
	font-size: 16px;
    /*font-weight: bold;*/
	padding:10px 0;
	/*border-bottom: 1px solid #cccccc;
	color: #999999;*/
}
@media screen and (max-width:768px) {
	.ac-label p{
		font-size: 26px;
		margin-top:30px;
	}
}
.ac-content {
  display: none;
  padding: 0 8px;
  /*border: 1px solid #d9d9d9;*/
}
.ac-content p{
	margin-top:10px;
    position: relative;
    padding: 0 0 0 16px;
	font-weight: bold;
	font-size: 14px;
}
.ac-content p a{
	display: block;
}
@media screen and (max-width:768px) {
	.ac-content p{
		font-size: 24px;
		padding: 15px 0 15px 24px;
	}
}
.ac-content p::before{
    content: "";
    position: absolute;
    top: 50%;   /* 縦軸をセンタリングする */ 
    left: 0;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
    border: 5px solid transparent;
    border-left: 8px solid #cccccc;   /* 好みで色を変えてください */  
}
@media screen and (max-width:768px) {
	.ac-content p::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		border: 8px solid transparent;
		border-left: 14px solid #cccccc;
	}
}
.ac-content p a{
	text-decoration: none;
	word-break: normal;
}
.ac-content p a:hover{
	text-decoration: underline;
}

.icon-wrap {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translatey(-50%);
	width: 38px;
	height: 38px;
}
.icon {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
}
.icon:before {
	position: absolute;
	content: "";
	transition: all .4s;
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 2px #000;
	border-right: solid 2px #000;
	top: 46%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(135deg);
}
@media screen and (max-width:768px) {
	.icon:before {
		position: absolute;
		content: "";
		transition: all .4s;
		width: 16px;
		height: 16px;
		border: 0px;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		top: 46%;
		left: 50%;
		transform: translate(-50%, -50%) rotate(135deg);
	}
}
.icon.open:before {
	top: 56%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

p.s_userguide {
    background: url(../../images/support/top_support_icon2_01.png) no-repeat top 5px left -10px;
    background-size: 30%;
    margin-right: 0.4em;
    padding: 1.5em 0 1.5em 4.5em;
}
p.s_userguide2 {
    background: url(../../images/support/top_support_icon2_01.png) no-repeat top 5px left -10px;
    background-size: 30%;
    margin-right: 0.4em;
    padding: 1em 0 1.5em 3em;
}
p.s_maintenance {
    background: url(../../images/support/top_support_icon2_04.png) no-repeat top 5px left -10px;
    background-size: 30%;
    margin-right: 0.4em;
    padding: 1.5em 0 1.5em 4.5em;
}
p.s_maintenance2 {
    background: url(../../images/support/top_support_icon2_04.png) no-repeat top 5px left -10px;
    background-size: 30%;
    margin-right: 0.4em;
    padding: 1em 0 1.5em 3em;
}
p.s_precaution {
    background: url(../../images/support/top_support_icon2_06.png) no-repeat top 5px left -10px;
    background-size: 30%;
    margin-right: 0.4em;
    padding: 1.5em 0 1.5em 4.5em;
}
p.s_precaution2 {
    background: url(../../images/support/top_support_icon2_06.png) no-repeat top 5px left -10px;
    background-size: 30%;
    margin-right: 0.4em;
    padding: 0.5em 0 1.5em 3em;
    line-height: 1.2em;
}
p.s_warranty {
    background: url(../../images/support/top_support_icon2_07.png) no-repeat top 5px left -10px;
    background-size: 30%;
    margin-right: 0.4em;
    padding: 1.5em 0 1.5em 4.5em;
}
p.s_warranty2 {
    background: url(../../images/support/top_support_icon2_07.png) no-repeat top 5px left -10px;
    background-size: 30%;
    margin-right: 0.4em;
    padding: 1em 0 1.5em 3em;
}
p.s_repair {
    background: url(../../images/support/top_support_icon2_05.png) no-repeat top 5px left -10px;
    background-size: 30%;
    margin-right: 0.4em;
    padding: 1.5em 0 1.5em 4.5em;
}
p.s_repair2 {
    background: url(../../images/support/top_support_icon2_05.png) no-repeat top 5px left -10px;
    background-size: 30%;
    margin-right: 0.4em;
    padding: 1em 0 1.5em 3em;
}
p.s_qa {
    background: url(../../images/support/top_support_icon2_02.png) no-repeat top 5px left -10px;
    background-size: 30%;
    margin-right: 0.4em;
    padding: 1.5em 0 1.5em 4.5em;
}
p.s_qa2 {
    background: url(../../images/support/top_support_icon2_02.png) no-repeat top 5px left -10px;
    background-size: 30%;
    margin-right: 0.4em;
    padding: 1em 0 1.5em 3em;
}
p.s_contact {
    background: url(../../images/support/top_support_icon2_03.png) no-repeat top 5px left -10px;
    background-size: 30%;
    margin-right: 0.4em;
    padding: 1.5em 0 1.5em 4.5em;
}
p.s_contact2 {
    background: url(../../images/support/top_support_icon2_03.png) no-repeat top 5px left -5px;
    background-size: 30%;
    margin-right: 0.4em;
    padding: 1em 0 1.5em 3.5em;
}
@media screen and (max-width:768px){
	p.s_userguide, p.s_userguide2 {
		background: url(../../images/support/top_support_icon2_01.png) no-repeat 10px top left -10px;
		background-size: 30%;
		margin-right: 0.4em;
		padding: 1.6em 0 2em 6.5em;
	}
	p.s_maintenance, p.s_maintenance2 {
		background: url(../../images/support/top_support_icon2_04.png) no-repeat 10px top left -10px;
		background-size: 30%;
		margin-right: 0.4em;
		padding: 1.6em 0 2em 6.5em;
	}
	p.s_precaution, p.s_precaution2 {
		background: url(../../images/support/top_support_icon2_06.png) no-repeat 10px top left -10px;
		background-size: 30%;
		margin-right: 0.4em;
		padding: 1.6em 0 2em 6.5em;
	}
	p.s_warranty, p.s_warranty2 {
		background: url(../../images/support/top_support_icon2_07.png) no-repeat 10px top left -10px;
		background-size: 30%;
		margin-right: 0.4em;
		padding: 1.6em 0 2em 6.5em;
	}
	p.s_repair, p.s_repair2 {
		background: url(../../images/support/top_support_icon2_05.png) no-repeat top 10px left -10px;
		background-size: 30%;
		margin-right: 0.4em;
		padding: 1.6em 0 2em 6.5em;
	}
	p.s_qa, p.s_qa2 {
		background: url(../../images/support/top_support_icon2_02.png) no-repeat top 10px left -10px;
		background-size: 30%;
		margin-right: 0.4em;
		padding: 1.6em 0 2em 6.5em;
	}
	p.s_contact, p.s_contact2 {
		background: url(../../images/support/top_support_icon2_03.png) no-repeat top 10px left -10px;
		background-size: 30%;
		margin-right: 0.4em;
		padding: 1.6em 0 2em 6.5em;
	}
}





/* */
nav.s_side_nav{
    position: -webkit-sticky;
	position: sticky;
	top: 100px;
    background:#fff;
	border: 1px solid #efefef;
	box-shadow:0 0 5px #ddd;
	padding: 20px 10px;
}
@media screen and (max-width:768px){
	nav.s_side_nav{
		position:relative;
		top:0;
	}
}
.s_current{
	color:#c9ac3c !important;
}
.s_container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
.main-area{
	width:70%;
}
@media screen and (max-width:768px){
	.main-area{
		width:100%;
	}
}
.sub-area{
	width:25%;
	padding: 0px 20px 0 0;
	
}
@media screen and (max-width:768px){
	.sub-area{
		/*width:100%;
		padding: 20px;*/
		display: none;
	}
}
.p-manuals-block02 {
    width: 100%;
    text-align: center;
}
.p-flashplayer-wrap {
    width: 100% !important;
}
.ls-d{list-style-type: disc !important;}
.ls-c{list-style-type: circle !important;}
.ls-s{list-style-type: square !important;}
.ls-dec{list-style-type: decimal !important;}
.ls-no{list-style-type: none!important;}

.title_bar1 {
  position: relative;
  padding: 0.25em 0;
}
.title_bar1:after {
  content: "";
  display: block;
  height: 4px;
  margin-top: 10px;
  background: -webkit-linear-gradient(to right, rgb(230, 90, 90), transparent);
  background: linear-gradient(to right, rgb(230, 90, 90), transparent);
}



/* */
.s_tab{
	display: flex;
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap !important;
}
@media screen and (max-width:768px){
	.s_tab{
		max-width: 80%;
	}
}
.s_tab li{
	margin:0 !important;
	white-space: nowrap !important;
}
.s_tab li a{
    display: block;
    padding: 8px 30px;
	background:#efefef;
	margin:1px !important;
    border: #efefef 1px solid;
}
.s_tab li.active a{
    background: #fff;
    border: #9d9d9d 1px solid;
	text-decoration: none;
}
.s_tab_menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 矢印 */
.arrow {
	cursor: pointer;
	position: relative;
	padding-left: 40px;
}
.arrow-left::before{
	content: '';
	width: 5px;
	height: 5px;
	border-top: 2px solid #333333;
	border-right: 2px solid #333333;
	transform: rotate(-135deg);
	margin-right: 0.5em;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
}
.arrow-right::after{
	content: '';
	width: 5px;
	height: 5px;
	border-top: 2px solid #333333;
	border-right: 2px solid #333333;
	transform: rotate(45deg);
	margin-left: 0.5em;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -4px;
}
@media screen and (max-width:768px){
	.arrow-left::before{
		content: '';
		width: 40px;
		height: 40px;
		border-top: 2px solid #333333;
		border-right: 2px solid #333333;
		transform: rotate(-135deg);
		position: absolute;
		top: -1em;
		left: 0;
	  }

	.arrow-right::after {
		content: '';
		width: 40px;
		height: 40px;
		border-top: 2px solid #333333;
		border-right: 2px solid #333333;
		transform: rotate(45deg);
		position: absolute;
		top: -1em;
		left: 0;
	}
}








.s_area_box{
border: 1px solid #9d9d9d;
margin-top: 2px;
}
.s_area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	background: #fff;
	padding:30px 20px;

}
.s_area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

ul.p-pickup-text01 li{
	margin-bottom: 10px;
}
@media screen and (max-width:768px){
	ul.p-pickup-text01 li{
		margin-bottom: 20px;
	}
}

ul.p-pickup-text11 li{
	margin-bottom: 10px;
}
@media screen and (max-width:768px){
	ul.p-pickup-text11 li{
		margin-bottom: 20px;
	}
}

a.cursor-zoom{
	cursor:-moz-zoom-in;
    cursor:-webkit-zoom-in;
    cursor: zoom-in;
}
a.cursor-zoom-out{
	cursor:-moz-zoom-out;
    cursor:-webkit-zoom-out;
    cursor: zoom-out;
}

.caution-block, .info-block {
    background-color: #eee!important;
    margin: 1.5em 0;
    padding: 0;
    border: 1px solid #bbb;
}
.link-block {
    margin: 1.5em 0;
    padding: 0;
    border: 1px solid #bbb;
}
.link-block-title {
    font-size: 20px;
	line-height: 1.2em;
    margin-left: 0.2em;
    margin-bottom: 0.2em !important;
    padding: 0.3em 0 0 0.2em;
}
.caution-block-title, .info-block-title, 
.instructions-block-title, .prohibit-block-title {
    font-size: 22px;
	line-height: 1.2em;
    margin-left: 0.2em;
    margin-bottom: 0.2em !important;
    padding-left: 0.2em;
}
.caution-block-title:before {
    position: relative;
    top: 0.2em;
    content: url(../../images/support/maintenance/icon_caution.png);
    margin-right: 0.4em;
}
.info-block-title:before {
    position: relative;
    top: 0.2em;
    content: url(../../images/support/maintenance/icon_info.png);
    margin-right: 0.4em;
}
.instructions-block-title:before {
    position: relative;
    top: 0.2em;
    content: url(../../images/support/maintenance/icon_instructions.png);
    margin-right: 0.4em;
}
.prohibit-block-title:before {
    position: relative;
    top: 0.2em;
    content: url(../../images/support/maintenance/icon_prohibit.png);
    margin-right: 0.4em;
}
.instructions-block-title2:before {
    position: relative;
    top: 0.3em;
    content: url(../../images/support/maintenance/icon_instructions2.png);
    margin-right: 0.4em;
}
.prohibit-block-title2:before {
    position: relative;
    top: 0.3em;
    content: url(../../images/support/maintenance/icon_prohibit2.png);
    margin-right: 0.4em;
}
@media screen and (max-width:768px){
	.caution-block-title, .info-block-title {
		font-size: 36px;
		line-height: 1.8em;
		margin-left: 0.2em;
		margin-bottom: 0.2em !important;
		padding-left: 0.2em;
	}
	.link-block-title {
		font-size: 32px;
		line-height: 1.8em;
		margin-left: 0.2em;
		margin-bottom: 0.2em !important;
		padding-left: 0.2em;
	}
	.caution-block-title:before {
		position: relative;
		top: 0.1em;
		content: url(../../images/support/maintenance/icon_caution_sp.png);
		margin-right: 0.4em;
	}
	.info-block-title:before {
		position: relative;
		top: 0.1em;
		content: url(../../images/support/maintenance/icon_info_sp.png);
		margin-right: 0.4em;
	}
	.instructions-block-title:before {
		position: relative;
		top: 0.1em;
		content: url(../../images/support/maintenance/icon_instructions_sp.png);
		margin-right: 0.4em;
	}
	.prohibit-block-title:before {
		position: relative;
		top: 0.1em;
		content: url(../../images/support/maintenance/icon_prohibit_sp.png);
		margin-right: 0.4em;
	}
	.instructions-block-title2:before {
		position: relative;
		top: 0.2em;
		content: url(../../images/support/maintenance/icon_instructions2_sp.png);
		margin-right: 0.4em;
	}
	.prohibit-block-title2:before {
		position: relative;
		top: 0.2em;
		content: url(../../images/support/maintenance/icon_prohibit2_sp.png);
		margin-right: 0.4em;
	}
}
.caution-block-content, .info-block-content, .link-block-content {
    background-color: #fff;
    padding: 0.5rem;
    border-top: 1px solid #bbb;
}
.link-block-content li.window1:before, .link-block-content li.window2:before {
	font-weight: bold;
    position: relative;
    top: 0.1em;
    content: url(../../images/support/maintenance/icon_link.png);
    margin-right: 0.4em;
}
.link-block-content li.window2:after {
	font-weight: bold;
    position: relative;
    top: 0;
    content: url(../../images/support/maintenance/icon_link_other.png);
    margin-left: 0.4em;
}
@media screen and (max-width:768px){
	.link-block-content li.window1:before, .link-block-content li.window2:before {
		font-weight: bold;
		position: relative;
		top: 0.1em;
		content: url(../../images/support/maintenance/icon_link_sp.png);
		margin-right: 0.4em;
	}
	.link-block-content li.window2:after {
		font-weight: bold;
		position: relative;
		top: 0.1em;
		content: url(../../images/support/maintenance/icon_link_other_sp.png);
		margin-left: 0.4em;
	}
}






.waterproof_box1{
	font-size:15px;
	display: table;
}

.waterproof_box1 .thead{
	display:table-header-group;
}

.waterproof_box1 .tr {
	display: table-row;
}

.waterproof_box1 .tr:hover{
	background-color: #f9f9f9;
}

.waterproof_box1 .th{
	text-align: center;
        vertical-align: middle;
	background-color: #efefef;
	border: 1px solid #fff;
	overflow-wrap: break-word;
	font-size:15px;
	padding: 15px 5px;
	display: table-cell;
}

.waterproof_box1 .tbody {
	vertical-align: middle;
	border-color: inherit;
	display: table-row-group;
}

.th.waterproof-text01.bold.title_productCode{
	width: 240px;
}

.th.waterproof-text01.bold.title_html{
    /* min-width: 350px; */
}

.th.waterproof-text01.bold.title_pdf{
	width: 80px;
}

.th.waterproof-text01.bold.title_cariber{
	width: 240px;
}

.waterproof_box1 .tbody .tr .td.caribreCode{
	text-align: center;
	border: 1px solid #efefef;
	padding: 10px;
	vertical-align: top;
	overflow-wrap: break-word;
	display: table-cell;
}

.waterproof_box1 .tbody .tr .td.productCode, 
.waterproof_box1 .tbody .tr .td.manual-title-wrap,
.waterproof_box1 .tbody .tr .td.manual-supplement-wrap
{
	text-align: left;
	border: 1px solid #efefef;
	padding: 7px; /* 2023.4.10 mod 10px -> 7px*/
	vertical-align: top;
	overflow-wrap: break-word;
	display: table-cell;
}

.waterproof_box1 .tbody .tr .td.pdf-manual{
	text-align: center;
	border: 1px solid #efefef;
	padding: 10px;
	vertical-align: top;
	display: table-cell;
}

/* タイトルのaタグ */
.waterproof_box1 .tbody .tr .td .manual-title a.title{
	margin-right: 10px;
	text-align: center;
}

/* タイトルのaタグ */
.waterproof_box1 .tbody .tr .td .manual-title a.waterproof-a:not(:last-child) {
	margin-right: 10px;
	text-align: center;
}

/* タイトルのアイコン2個のdiv */
.waterproof_box1 .tbody .tr .td .manual-title div.html-icon-wrap.pc{
	display: inline-block;
}

/* タイトルのアイコン2個のimg */
.waterproof_box1 .tbody .tr .td .manual-title a img{
	vertical-align: top;
	margin-top : 3px;
}

/* pdfのpcアイコンのaタグ */
.waterproof_box1 .tbody .tr .td.pdf-manual.waterproof-text01 a.pc:not(:last-child){
	margin-bottom: 10px;
}

.waterproof_box1 .tbody .tr .td.pdf-manual.waterproof-text01 a.waterproof-a.pc {
    display: inline-block;
    text-align: center;
}

.waterproof_box1 .manual-title-wrap .manual-title {
	display: inline;
	overflow-wrap: break-word;
}


@media screen and (max-width:768px){

	.backGroud_gray{
		background-color: #f0f0f0!important;
	}

	.backGroud_white{
		background-color: #fff!important;
	}

	.waterproof_box1{
		display: table;
		width: 100%; /* 追加 */
		table-layout: fixed; /* 追加 */
	}

	.waterproof_box1 .thead{
		display: none; /* 追加 */
	}

	.waterproof_box1 .tr {
		display: table-row;
		border: 1px solid #efefef; /* 追加 */
	}

	.waterproof_box1 .tr:hover{
		background-color: transparent;
	}

	.waterproof_box1 .th{
		text-align: center;
		vertical-align: middle;
		background-color: #efefef;
		border: 1px solid #fff;
		overflow-wrap: break-word;
		padding: 15px 5px;
		display: table-cell;
	}

	.waterproof_box1 .tbody {
		vertical-align: middle;
		border-color: inherit;
		display: table-row-group;
	}

	.waterproof_box1 .tbody .tr .td{
		text-align: center;
		border: none;
		padding: 15px;
		vertical-align: top;
		overflow-wrap: break-word;
		display: block;
	}

	.waterproof_box1 .tbody .tr .td.caribreCode{
		text-align: center;
		border: 1px solid #efefef;
		padding: 10px;
		vertical-align: top;
		overflow-wrap: break-word;
		display: block;
	}


	.waterproof_box1 .tbody .tr .td.productCode.waterproof-text01,
	.waterproof_box1 .tbody .tr .td.manual-supplement-wrap{
	    	background-color: #f0f0f0;
		margin-left: 1px;
		margin-right: 1px;
		margin-bottom: 10px;
		text-align: center;
		border: none;
		padding: 15px;
		vertical-align: middle;
		overflow-wrap: keep-all;
		display: block; /* 変更 */
	}

	.waterproof_box1 .tbody .tr{
		display: block;
		border: none; /* 追加 */
		margin-bottom: 30px; /* 追加 */
		border: 1px solid #333333;
	}

	.waterproof_box1 .tbody .tr .td.manual-title-wrap{
		text-align: center;
		border: none;
		padding: 15px;
		vertical-align: middle;
		margin: 10px 0px;
		display: block; /* 変更 */
	}

	.waterproof_box1 .tbody .tr .td .manual-title div.html-icon-wrap.pc{
		display: none;
	}

	.waterproof_box1 .tbody .tr .td .manual-title div.html-icon-wrap.sp{
		display: inline-block;

	}

	.waterproof_box1 .tbody .tr .td.pdf-manual.waterproof-text01 a.sp:not(:first-child) {
	    margin-left: 20px;
	}

	.waterproof_box1 .tbody .tr .td.pdf-manual.waterproof-text01 a.pc {
		display: none;
	}

	.waterproof-text01 {
		/* font-size: 27px; */
		font-size: 24px;
		line-height: 36px;
	}

	.waterproof_box1 .manual-title {
		display: inline;
		align-items: center;
		overflow-wrap: break-word;
	}

	.waterproof_box1 .tbody .tr .td .manual-title a.title {
	    margin-right: 20px;
	    text-align: center;
	}

	.waterproof_box1 .tbody .tr .td .manual-title a.waterproof-a:not(:last-child){
		margin-right: 20px;
		text-align: center;
		vertical-align: middle;
	}
	
	.waterproof_box1 .tbody .tr .td.pdf-manual{
		text-align: center;
		border: none;
		padding: 15px;
		margin: 10px 0px;
		vertical-align: middle;
		display: flex;
		justify-content: center;
	}
	
	.waterproof_box1 .tbody .tr .td.pdf-manual.waterproof-text01 a img.sp{
		display: inline-block;
		vertical-align: middle;
	}

	.waterproof_box1 .tbody .tr .td.pdf-manual.waterproof-text01 a img.pc {
	    display: none;
	}
	
	.waterproof_box1 .tbody .tr .td.caribreCode {
		text-align: center;
		background-color: #f0f0f0;
		margin-left: 1px;
		margin-right: 1px;
		padding:15px;
		border: none;
	}
	
}


.revision1 a, .revision2 a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 1em 2em;
	background-color: #eeeeee;
	border-radius: 50vh;
  	border: 1px solid #ffffff;
}

@media screen and (max-width:768px){
	.revision1, .revision2{
		width:45%;
	}
	.revision1 a, .revision2 a{
		font-size: 20px;
		line-height: 28px;
		height: 60px;
		word-break: normal;

	}
}
.revision1 a::before {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: rotate(-135deg);
  margin-right: 0.5em;
}
@media screen and (max-width:768px){
	.revision1 a::before {
		content: '';
		width: 30px;
		height: 30px;
		border-top: 2px solid #333333;
		border-right: 2px solid #333333;
		transform: rotate(-135deg); 
		aspect-ratio: 1 / 1;
	}
}
.revision2 a::after {
  content: '';
  width: 5px;
  height: 5px;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  transform: rotate(45deg);
  margin-left: 0.5em;
}
@media screen and (max-width:768px){
	.revision2 a::after {
		content: '';
		width: 5vw;
		height: 5vw;
		border-top: 2px solid #333333;
		border-right: 2px solid #333333;
		transform: rotate(45deg);
		aspect-ratio: 1 / 1;
	}
}

.revision1 a:hover, .revision2 a:hover {
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #333333;
}




/* support/userguide/manuals.php */
.p-manuals-box01-in02_link{
    background-image: url(../../images/support/manuals/manuals_icon_pdf02.png);
    /* background-image: url(../../images/lcico_pdf_ja.png);  */
    background-repeat: no-repeat;
    background-position: center right;
    height: auto;
    width: 99%;
    background-size: 52px;
    display: block;
}
@media screen and (max-width:768px){
	.p-manuals-box01-in02_link{
		background-image: url(../../images/support/manuals/manuals_icon_pdf02.png);
		/* background-image: url(../../images/sp_lcico_pdf_ja.png); */
		background-repeat: no-repeat;
		background-position: center right;
		height: auto;
		width: 99%;
		background-size: 52px;
		display: block;
	}
}
.p-manuals-block01_2{
	width: 90%;
	padding: 15px 5px;
	background: rgb(255, 255, 255);
	margin: 28px auto 0 auto;
	opacity: 0.7;
	text-align: left;
}
.p-manuals-block01_2_link{
	background: url(../../images/support/manuals/manuals_icon_pdf02.png) no-repeat;
	/* background-image: url(../../images/lcico_pdf_ja.png); */
    height: auto;
    width: 99%;
    background-size: 52px;
    display: block;
    background-position: center right;
}
.p-manuals-block01_3{
	width: 90%;
	padding: 15px 5px;
	/* background: url(../../images/lcico_pdf_ja.png)right 5% top 50% no-repeat rgb(255, 255, 255); */
	background: url(../../images/support/manuals/manuals_icon_pdf02.png) right 5% top 50% no-repeat rgb(255, 255, 255);
	margin: 28px auto 0 auto;
	opacity: 0.7;
	text-align: left;
}


.supplementIcon.pc { 
	margin:auto;
	padding:10px;
	display: block !important;
}

.supplementIcon.sp { 
	display: none !important; 

}

@media only screen and (max-width: 750px) {
	.supplementIcon.pc { 
		display: none !important; 
	}
	.supplementIcon.sp { 
		display: block !important; 
		margin:auto;
		padding:10px;
	}
}

.glossaryImage {
	width:  50px;
	height: 50px;
	text-align:center;
	vertical-align:middle;
}


thead.table-thead {
	width: inherit;
}

th.tablecol-productCode {
	width: 20%;
}

td.tablecol-manual-title {
	width: 45%;
	text-align: left !important;
}

th.tablecol-html {
	width: 25%;
}

th.tablecol-pdf {
	width: 10%; 
}

/*多言語対応　2024.2*/

body:lang(vi) {
	font-family: Arial, Helvetica, sans-serif !important;
}

html:lang(ar) {
	direction: rtl;
}
.langChange a:lang(ar) {
	margin: auto auto auto 0px;
}
.ac-content p:lang(ar)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-right: 8px solid #cccccc;
	pointer-events: none; 
}
.ac-content p:lang(ar) {
    margin-top: 10px;
    position: relative;
    padding: 0 16px 0 0;
    font-weight: bold;
    font-size: 14px;
}

.revision2 a:lang(ar)::before {
	display:none;
}
.revision2 a:lang(ar)::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(-135deg);
    margin-left: 0.5em;
}
.revision1 a:lang(ar)::after {
	display:none;
}
.revision1 a:lang(ar)::before {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    transform: rotate(45deg);
    margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
	#manualSrcbtn1:lang(ar) {
		font-size: 36px !important;
	}
}

#manualSrcbtn1:lang(ar) {
	font-size: 18px;
}


/* フロート AR用
---------------------------------------------------------------------------- */
.flR:lang(ar) {
	float: left !important; }
  
  .flL:lang(ar) {
	float: right !important; }



.productCode:lang(ar), .manual-title-wrap:lang(ar){
	text-align: right !important;
}