@charset "utf-8";
.spec{
	width:90%;
	margin: 0 auto;
}
.spec h2{
	font-size: 1.5em;
}
.spec h3{
    margin-top: 1em;	
	color: #00a0e9;
    font-size: 1.5em;
    line-height: 2em;
	font-weight:200;
}
.spec ul li{
	line-height:1.8em;
	font-size:1em;
}
.spec p{
	font-size: 0.8em;
	padding: 0.2em 0 1.5em 0;
	color: #464646;
}

.spec a{text-decoration:underline;}

.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:block;
}
.notetxt {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
}