@charset "utf-8";
.spec{
	max-width: 985px;
	width:90%;
	margin: 3rem auto;
}
.spec .title{
	font-size:2.0em;
	line-height: 1.2em;
	font-weight: 400;
	color:#079bcc;
	text-align: center;
	padding: 25px 20px 0 20px;
}
.spec h2{
	font-size: 1.5em;
}
.spec h3{
    margin-top: 1em;
    color: #00a0e9;
    font-size: 1.4em;
    line-height: 2em;
    font-weight: 400;
    border-bottom: 1px solid #e8e8e8;
}
.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: 16px;
}

@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;
	
}



.table_spec.v2 {
	width: 100%;
	display: table;
	border: #ccc 1px solid;
}
.table_tr {
	display: table-row;
}
.table_td {
	box-sizing: border-box;
	display: table-cell;
	padding: 15px;
	vertical-align: middle;
	border-bottom: #ccc 1px solid;
}
.table_td.left {
	width: 20%;
	font-weight: bold;
	text-align: center;
}
.table_td.right {
	border-left: #ccc 1px solid;
}
.table_td.last_one {
	border-bottom: 0;
}
.table_td.grey {
	background-color: #f2f2f2;
}
.table_spec.v2 p {
	margin: 0;
	padding: 0;
}
.table_spec.v2 ul {
	margin: 0;
	padding: 0;
}
.table_spec.v2 ul li {
	box-sizing: border-box;
	display: inline-block;
	padding-right: 10px;
}
ul.list_50p li {
	width: 49.5%;
	vertical-align: top;
}
@media screen and (max-width:600px) {
	.table_spec.v2 {
		border: 0
	}
	.table_spec.v2 ul li {
		width: 100%;
		display: block;
	}
	.table_tr {
		display: block;
		border: #ccc 1px solid;
		margin-bottom: 10px;
	}
	.table_td.left, .table_td.right {
		width: 100%;
		border: 0;
		display: block;
	}
	.table_td.left {
		border-bottom: #ccc 1px solid;
		text-align: left;
	}
}
