@charset "utf-8";
/*-------------------------
	accessories style
	created: 2022.02.16
	updated: 2022.08.31
---------------------------*/

#title h1 span {
	line-height: 0.9;
}

.attention {
	width: clamp(104px, 332px, 100%);
}

/* box */
.box p,
.box table,
.box ul,
.box figcaption {
	line-height: 1.5;
	font-size: 0.95rem;
}

.box ul {
	list-style: none;
	margin-top: 1rem;
}

table.basicTable tr:nth-child(odd) {
	background-color: #CCC;
}

table.basicTable tr:first-child {
	background-color: #666;
	color: white;
}

.box > .box {
	padding: 30px 20px 0;
	margin-bottom: 3rem;
}


#c01 > .box > p {
	margin-bottom: 1rem;
}

#c01 p.f-1 {
	font-size: 0.8rem;
	margin-top: 0.5rem;
}

#c01 table {
	min-width: 60%;
}

#c02 table {
	min-width: 80%;
}

#c01 table td:nth-child(3),
#c02 table td:nth-child(3) {
	text-align: center;
	white-space: nowrap;
}

#c01 table td span.red,
#c02 table td span.red {
	color: red;
	font-weight: bold;
}

#c01 p.note::before,
#c01 ul.note li::before,
#c02 ul.note li::before {
	content: "※";
}

#c01 p.note {
	padding-left: 0.8rem;
	text-indent: -0.8rem;
}

#c01 ul.note li,
#c02 ul.note li {
	padding-left: 0.95rem;
	text-indent: -0.95rem;
	margin-bottom: 0.5rem;
}


/* -Tablet- 600px-1024px */
@media screen and (max-width: 1024px){
	
	.box .tableCont {
		overflow-x: auto;
		white-space: pre;
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;
	}
	
	#c01 table th:last-child,
	#c01 table td:nth-child(3),
	#c01 table td:last-child,
	#c02 table td:nth-child(3),
	#c02 table td:last-child {
		text-align: center;
		white-space: nowrap;
	}
	
}


/* -SP- -599px */
@media screen and (max-width: 599px){
	
	#title h1 span {
		line-height: 1.5;
	}
	
	#title h1 > span:last-child {
		white-space: nowrap;
	}
	
	#title h1 img {
		display: none;
	}
	
	#contents .container h2 {
		height: auto;
		padding-top: 1px;
		padding-bottom: 1px;
	}
	


}