@charset "utf-8";
div.container:has(nav.product-menu) main.specs {
  padding: clamp(1rem, 4vw, 75px) 0;
}

.spec{
	max-width: 1200px;
	width:90%;
	margin: 0 auto;
}
.spec .title{
	font-size:2.0em;
	line-height: 1.2em;
	font-weight: 400;
	color:#079bcc;
	text-align: center;
	padding: 25px 20px 0 20px;
}

div.container:has(nav.product-menu) main.specs .title {
  font-weight: 800;
  font-size: clamp(1.4rem, 6vw, 2rem);
}

.spec .page_des{
	font-size: 1.0em;
    text-align: left;
    line-height: 1.6em;
    padding: 25px 20px;
}

.spec h2{
	font-size: 1.5em;
}

div.container:has(nav.product-menu) main.specs h2 {
  /* text-align: center !important; */
  font-weight: 600;
}

.spec h3{
    margin-top: 1em;
    color: #00a0e9;
    font-size: 1.4em;
    line-height: 2em;
    font-weight: 400;
    border-bottom: 1px solid #e8e8e8;
}

div.container:has(nav.product-menu) main.specs h3 {
  font-weight: 600;
  color: #079bcc;
}

.spec ul li{
	line-height:1.8em;
	font-size:0.9em;
}
.spec p{
	font-size: 0.8em;
	padding: 0.2em 0 1.5em 0;
	color: #464646;
}

.spec a{text-decoration:underline; outline: 0;}

.table_spec {
    margin-bottom: 20px;
    border: #cccccc 1px solid;
    font-size: 14px;
    line-height: 23px;
    width: 100%;
}
.table_spec tr {
    border: #cccccc 1px solid;
}
.table_spec td {
    padding: 0.8em;
}
.spec .ppp tr {
    border: hidden;
    padding: 0;
    margin: 0;
}
.spec .ppp td {
    border: hidden;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 600px) {
.spec h3{
	font-size: 1.1em;
	font-weight:400;
}
.spec ul li{
	font-size:0.8em;
}
}
th:nth-child(1) {
    width: 15%;
}
.p-list ul li::before {
    content: '';
    width: 4px;
    height: 4px;
    background: #444444;
    display: block;
    border-radius: 100px;
    position: absolute;
    top: 12px;
    left: -13px;
}

.p-list ul li {
    position: relative;
    margin-left: 50px;
}

.vc_table {
    margin-top: 10px;
}
li {
    display:list-item;
}
.notetxt {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}

.vc_section{padding:10px;}
.vc_item{
	display: block;
	padding: 0.5em;
	background: #ebebeb;
	border: 1px solid #ebebeb;
	border-radius: 1em;
}
.vc_table td{
	padding: 0px !important;

}

.vc_item_sel{
	background: #86cfff;
	border: 1px solid #86cfff;
}
a.vc_item{
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 15px;
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
.spec .title {
    font-size: 1.6em;
    line-height: 1.3em;
    padding-top: 0.5em;
}
}

@media screen and (max-width: 500px) {
a.vc_item{
    font-weight: 400;
    font-size: 13px;
}
.vc_section {
    padding: 4px;
}

}
a.vc_item:hover{
	border: 1px solid #86cfff;
}

.vc_section img {
  box-sizing: border-box;
  padding: 0px;
  width: 100%;
}
@media(min-width:600px){
   .vc_section img {
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
		max-width: 200px;
  }
}
