/*site extension*/
:root {
	
}

.caution-msg-nav {
	font-size: 1.3em;
	margin-top: 3em;
	margin-bottom: 3em;
	text-align: center;
}
.caution-msg-nav em {
	font-style: normal;
}
.caution-msg-nav a {
	line-height: 1.5em;
	font-weight: 500;
}
.caution-msg-nav a.alert {
	display: inline-block;
	background-image: url(/share/im/mrk_cation-red.svg);
	background-position: left center;
	background-size: 1em auto;
	padding-left: 1.5em;
}
.caution-msg-nav a em {
	color: #eb0000;
	display: inline-block;
	margin-right: 0.8em;
}

.caution-msg {
	font-size: 0.94m;
	background-color: #fff;
	border: solid 4px #ffe600;
	border-radius: 1em;
	padding: 1.5em 3.0em;
	margin-top: 3em;
	margin-bottom: 3em;
}
.caution-msg h2 {
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 1.6em;
}
.caution-msg h2 em {
	font-weight: 600;
	margin-right: 0.5em;
	color: #f90000;
}
.caution-msg h2 em::before,
.caution-msg h2 em::after {
	font-weight: inherit;
}
.caution-msg h2 em::before {
	content: "[";
}
.caution-msg h2 em::after {
	content: "]";
}
.caution-msg article {
	margin: 2em 0;
}
.caution-msg p {
	
}
.caution-msg em {
	font-style: normal;
}
.caution-msg h3 {
	margin-bottom: 1.5em;
}
.caution-msg h5 {
	
}
.caution-msg .stores {
	font-size: 0.96em;
	margin: 2em 0;
}
.caution-msg .stores li {
	padding-left: 1.0em;
	margin: 1.5em 0;
	border-left: solid 5px #ddd;
}
.caution-msg .stores h6 {
	margin-bottom: 0.4em;
}
.caution-msg .stores a {
	color: #666;
	display: inline;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
.caution-msg .contact {
	font-weight: 600;
	display: inline-block;
}

@media only screen and (max-width:640px){
	.caution-msg-nav {
		font-size: 3.9vw;
	}
	.caution-msg {
		font-size: 3.6vw;
		margin: 1.5em;
		padding: 2em;
	}
	.caution-msg.non-widemrg {
		margin: 1.5em 0;
	}
	.caution-msg h2 {
		font-size: 5.4vw;
		font-weight: bold;
	}
	.caution-msg h2 em {
		margin-right: 0;
		display: block;
		margin-block: 0.5em;
	}
	.caution-msg h3 {
		font-size: 4vw;
	}
}