@charset "UTF-8";



table {
	border-spacing: 0;
	empty-cells: show;
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
}

.in.smaller {
	max-width: 1000px;
}

.spec {
	margin: 0 auto;
	border: 1px solid #666;
	padding: 15px 20px;
}

.spec:not(:last-child) {
	margin-bottom: 20px;
}

.spec > div {
	display: block;
	width: auto;
	margin: 0 auto;
	box-sizing: border-box;
	vertical-align: top;
}

.spec > div:nth-child(3n),
.spec > div:last-child {
	margin-right: 0;
}

.spec h4 {
	text-align: center;
	font-size: 5.0vw;
	line-height: 1.4;
	font-weight: bold;
	color: #333;
	border-bottom: 1px solid #333;
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.spec ul > li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 4.0vw;
	line-height: 1.6;
}

.spec ul > li::before {
	background-color: currentColor;
	content: "";
	width: 0.6em;
	height: 0.6em;
	margin: 0 0.2em;
	border-radius: 50%;
	display: inline-block;
}

.bg-color-sec {
	padding: 20px;
	margin-bottom: 10px;
}

.images {
	background-color: #EEEEEE;
	color: #333333;
}

.images ul > li {
	vertical-align: top;
	box-sizing: border-box;
	overflow: hidden;
	display: table;
	width: 100%;
	margin: 0 auto;
}

.images ul > li:not(:last-child) {
	margin-bottom: 20px;
}

.images ul > li img {
	display: inline-block;
	width: 91%;
	margin: 0 4% 0 0;
}
	
.images ul > li p {
	font-size: 4.0vw;
	line-height: 1.4;
	text-align: left;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	width: 48%;
}

p.notes {
	font-size: 2.5vw;
	text-align: left;
}

.sec02 .table-wrap {
	max-width: 1100px;
	margin: 0 auto;
	padding-top: 12px;
}

.sec02 table:not(:last-child) {
	margin-bottom: 10px;
}

.sec02 table th,
.sec02 table td {
	padding: 10px;
}

.sec02 table th {
	font-weight: normal;
}

.sec02 table th:nth-child(2n) {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}


.sec02 table td {
	text-align: center;
	border-bottom: 1px solid #E8E7D8;
	font-size: 4.0vw;
	line-height: 1.4;
	vertical-align: middle;
}

.sec02 table thead th,
.sec02 table thead td {
	background-color: #E8E7D8;
	font-weight: bold;
	font-size: 4.0vw;
	line-height: 1.4;
}





@media screen and (min-width: 700px) {
.spec {
	padding: 15px 50px 45px 50px;
}

.spec > div {
	display: inline-block;
	width: 33%;
	}

.spec > div:nth-child(3n),
.spec > div:last-child {
	margin-right: 0;
}

.spec > div:nth-child(3n) {
	width: 41%;
}

.spec > div:nth-child(4n) {
	width: 26%;
}

.spec h4 {
	font-size: 1.4vw;
}

.spec ul > li {
	font-size: 1.2vw;
}

.spec ul > li::before {
	background-color: currentColor;
	content: "";
	width: 0.6vw;
	height: 0.6vw;
	margin: 0 0.2vw;
	border-radius: 50%;
	display: inline-block;
}

.bg-color-sec {
	padding: 50px 50px 45px 50px;
}

.images ul > li {
	display: inline-block;
	width: 30%;
	margin-right: 5%;
	overflow: hidden;
}

.images ul > li:nth-child(3n),
.images ul > li:last-child {
	margin-right: 0;
}

.images ul > li:not(:last-child) {
	margin-bottom: 0;
}

.images ul > li img {
	display: block;
	width: 100%;
	margin: 0 auto 10px;
}

.images ul > li p {
	font-size: 1.4vw;
	text-align: center;
	display: block;
	width: 100%;
}

p.notes {
	font-size: 1.0vw;
	text-align: right;
}

.sec02 table thead th, .sec02 table thead td {
	font-size: 1.2vw;
}

.sec02 table td {
	font-size: 1.2vw;
}
}





@media screen and (min-width: 1200px) {
.spec h4 {
	font-size: 20px;
}

.spec ul > li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 16px;
}

p.notes {
	font-size: 12px;
}

.images ul > li p {
	font-size: 20px;
}

.sec02 table thead th, .sec02 table thead td {
	font-size: 16px;
}

.sec02 table td {
	font-size: 16px;
}
}