#caution-title {
	background-image: linear-gradient(0deg, #ff7c7c, #ff1a1a);
	color: #ffffff;
	font-weight: 600;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	border: solid 1px #ffffff;
	border-radius: 8px;
	padding: 0.6rem 0 0.4rem 1rem;
	box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}

#caution-index .box {
	padding: 0.5rem 0 1.5rem 0;
	border-bottom: dashed 1px #8b8583;
}
#caution-index .underbox {
	border-bottom: 0;
}
#caution-index .box p {
	font-size: 1.2em;
	font-weight: 600;
}
#caution-index ul li {
	padding: 0.5rem 0 0 1em;
}

#caution-content .pt {
	padding-top: 2vw;
}
#caution-content .indent {
	padding-left: 1em;
	text-indent: -1em;
}
#caution-content .indent2 {
	padding-left: 2em;
	text-indent: -1em;
}
#caution-content .indent22 {
	padding-left: 2em;
	text-indent: -2em;
}

#caution-content img {
	margin-top: 1rem;
	width: 100%;
}

#caution-content .tableArea {
	margin-left: 2em;
}
#caution-content table {
	border-collapse: collapse;
	margin-top: 2vw;
	background-color: #FFFFFF;
}
#caution-content table caption {
	text-align: left;
}
#caution-content table th,#caution-content table td {
	border: solid 1px #000000;
	padding: 0.5rem 1rem;
	text-align: center;
}
#caution-content table .b-dashed {
	border-bottom: dashed 1px #000000;
}
#caution-content table .t-dashed {
	border-top: 0;
}
#caution-content table .red {
	color: #ED1C24;
}
