@charset "UTF-8";

.contactbtn {
	margin-top: 30px;
	display: table;
}
@media(max-width: 500px) {
	.contactbtn {
		margin-top: 10px;
		margin-left: auto;
		margin-right: auto;
	}
}
.contactbtn a {
	display: block;
	background-color: #001446;
	color: #fff;
	font-weight: 500;
	padding: 3px 14px 4px 28px;
	position: relative;
	text-decoration: none;
}
.contactbtn a:hover {
	background-color: #1756bb;
}
.contactbtn a::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 13px;
    transform: translateY(-50%);
    border: 4px solid transparent;
    border-left: 7px solid #fff;
}
@media(max-width: 900px) {
	.contactbtn a::before {
		top: 16px;
		left: 12px;
		
	}
}

.productimg .imgs img {
	width: 100%;
	height: auto;
}
.common-flex-wrap.used-product {
	padding-bottom: 20px;
	border-bottom: #001446 dotted 2px;
}
@media(max-width: 500px) {
	.common-flex-wrap.used-product {
		border-bottom: #001446 dotted 4px;
	}
}
.common-flex-wrap:nth-of-type(n+2) {
	padding-top: 26px;
}
@media(max-width: 500px) {
	.common-flex-wrap:nth-of-type(n+2) {
		padding-top: 20px;
	}
}
.explanation table {
	margin-top:10px;
	border-right:#9d9d9d solid 1px;
	border-top:#9d9d9d solid 1px;
}
@media(max-width: 500px) {
	.explanation table {
		width: 100%;
	}
}
.explanation table th {
	width:90px;
	padding: 4px;
	text-align: center;
	vertical-align:top;
	background-color: #e7e4bc;
	border-left:#9d9d9d solid 1px;
	border-bottom:#9d9d9d solid 1px;
}
.explanation table td {
	padding: 4px 10px;
	border-left:#9d9d9d solid 1px;
	border-bottom:#9d9d9d solid 1px;
}
.explanation .notice {
	font-size: 90%;
	padding:3px 0 10px 0;
}
