
main ol,
main ul {
	margin-left: 2rem;
}

h2 {
	text-align: center;
	color: #184fcf;
	font-size: 28px;
	line-height: 125%;
	margin: 25px auto 40px auto;
}

h3 {
	margin-top: 40px;
	padding-left: 0.1rem;
	font-size: 21px;
	border-bottom: 2px solid #277db0;
	padding-bottom: 2px;
	margin-bottom: 20px;
}

h3 a {
	color: #222222;
	text-decoration: none;
}

table {
	width: 100%;
	background: #888888;
	border-spacing: 1px;
}

blockquote {
	border-radius: 7px 7px 7px 7px; -webkit-border-radius: 7px 7px 7px 7px; -moz-border-radius: 7px 7px 7px 7px; 
	border: 1px solid #444444;
	background: #eeffe1;
	padding: 10px;
}

table th,
table td {
	padding: 4px 5px;
}

.tbl1 th {
	background: #EEEEEE;
}

.tbl1 td {
	background: #FFFFFF;
}

.tbl2 th {
	background: #EEEEEE;
}

.tbl2 tr.th1 th {
	background: #DDDDDD;
}

.tbl2 td {
	background: #FFFFFF;
}

.tbl2 th:nth-of-type(2),
.tbl2 td:nth-of-type(2) {
	text-align: center;
}

.dl1 {

}

.dl1 dt {
	font-weight: bold;
	margin-top: 20px;
}

.dl1 dt span {
	font-size: 85%;
	padding-right: 1rem;
}

.dl1 dd {
	padding-left: 1.0rem;
}

.dl1 .dtlg,
.dl1 .dtsk {
	padding-left: 0.5rem;
	margin-bottom: 4px;
}

.dl1 .dtlg {
	border-left: 5px dotted #499b00;
	border-bottom: 1px solid #499b00;
}


.dl1 .dtlg span {
	color: #499b00;
}

.dl1 .dtsk {
	border-left: 5px dotted #1e4bb1;
	border-bottom: 1px solid #1e4bb1;
}

.dl1 .dtsk span {
	color: #1e4bb1;
}

.dl2 {

}

.dl2 dt {
	background: #C27371;
	font-weight: bold;
	color: #FFFFFF;
	padding: 3px 4px;
}

.dl2 dd {
	padding-left: 1.0rem;
	margin-top: 3px;
	margin-bottom: 20px;
}

.dl2 dd::first-letter {
	color: #C27371;
	font-weight: bold;
}

.dl3 {

}

.dl3 dt {
	font-weight: bold;
	padding: 3px 4px;
}

.dl3 dd {
	padding-left: 1.0rem;
	margin: 3px 0px 20px 1rem;
}

.dl3 dd ol {
	margin: auto auto 6px 7rem;
}

.dl3 dd ol li {
	list-style-type: none;
	counter-increment: cnt;
}
 
.dl3 dd ol li::before {
	content: "(" counter(cnt) ")";
	display:inline-block;
	margin-left: -2em;
	width: 2em;
}


figcaption {
	text-align: center;
	font-size: smaller;
	line-height: 125%;
	color: #333333;
}

figcaption strong {
	font-size: larger;
}

.googlemaps {
	position: relative;
	width: 100%;
	padding: 75% 0 0 0;
	margin-top: 20px;
}

.googlemaps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

figure.c img {
	display: block;
	text-align: center;
	margin: 0px auto;
}

ul.nostyle {
	list-style-type: none;
}

a.svgdoc,
a.svgmsc,
a.svgpdf,
a.svgxls,
a.svgzip {
	background-repeat: no-repeat;
	padding-left: 1.75rem;
}

a.svgdoc { background-image: url(/rsrc/icon_doc.svg); }
a.svgmsc { background-image: url(/rsrc/icon_msc.svg); }
a.svgpdf { background-image: url(/rsrc/icon_pdf.svg); }
a.svgxls { background-image: url(/rsrc/icon_xls.svg); }
a.svgzip { background-image: url(/rsrc/icon_zip.svg); }

.youtube {
	background: #DDDDDD;
}

.ytb3 {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.ytb3 dl {
	
}

.ytb3 dd {
	font-size: small;
	text-align: center;
	line-height: 150%;
	margin-bottom: 20px;
}

.inq input {
	width: 100%;
}

.inq input.inp4rem {
	width: 4rem !important;
}

.inq textarea {
	width: 100%;
	height: 10rem;
}

.smp dt {
	display: list-item;
	list-style-type: disc;
	list-style-position: inside;
	padding-top: 15px;
	padding-left: 0rem;
	font-weight: bold;
}

.smp dd {
	display: list-item;
	list-style-type: disc;
	list-style-position: inside;
	padding-left: 3rem;
}

.smp dd ul {
	padding-left: 1rem;
}

.smemh4 {
	background: #DDDDDD;
	text-indent: 5rem;
}

.smemul {
	list-style-type: none;
	text-align: center;
	margin-bottom: 20px;
}

.smemul li {
	display: inline;
}

.smemul li a {
	white-space: nowrap;
}

.smemul li:not(:first-child)::before {
	content: "｜";
}

.smemol {
	margin-bottom: 20px;
	list-style-type: decimal-leading-zero;
	border-bottom: 1px solid #F0F0F0;
	border-left:   1px solid #F0F0F0;
	border-right:  1px solid #F0F0F0;
}

.smemol li {
	line-height: 200%;
}

.smemol li a {
	text-decoration: none;
}

.smemol li a img {
	width: 16px;
	height: 16px;
	border: 1px solid #EEEEEE;
	margin-bottom: -3px;
}

.smemol li a:hover {
	text-decoration: underline;
}

.pasrh input[type="search"] {
	padding: 5px 5px;
	width: calc(100% - 20px - 6rem);
	max-width: 16rem;
}

.pasrh input[type="submit"] {
	padding: 0.25em 0.5em;
	border-style: none;
	background-color: #224488;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;

}

.sssul1 {
	text-decoration: underline;
}

.sssul2 {
	text-decoration: underline double; 
}

.sssenc {
	padding: 3px;
	border: 1px solid #000;
}

.sssbq1 {
	border: 1px solid #87d140;
	border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; -moz-border-radius: 5px 5px 5px 5px; 
 
	padding: 1em;
}

.sssfxss { 	font-size: xx-small; 	}
.sssfxs { 	font-size: x-small; 	}
.sssfs { 	font-size: small; 		}
.sssfl { 	font-size: large; 		}
.sssfxl { 	font-size: x-large; 	}
.sssfxll { 	font-size: xx-large; 	}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* pc */
@media all and (min-width: 769px) {
	h2 {
		width: 900px;
	}
	
	.img2:after,
	.img3:after {
		content: " ";
		display: block;
		clear: both;
		}

	.img2 figure {
		display: block;
		width: calc((100% - 20px) / 2);
		margin: 5px 5px 5px 5px;
		float: left;
	}
	
	.img2 figure:nth-of-type(2n + 1) {
		clear: left;
	}
	
	.img3 figure {
		display: block;
		width: calc((100% - 30px) / 3);
		margin: 5px 5px 5px 5px;
		float: left;
	}
	
	.ytb3 dl {
		display: block;
		width: calc((100% - 30px) / 3);
		margin: 0px 5px 0px 5px;
		float: left;
	}
	
	.ytb3 dd {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		height: 2.5rem;
	}
	
	figure img {
		display: block;
		max-width: 100%;
		height: auto;
		margin: 0px auto;
	}
	
	#tpath {
		width: 820px;
		margin: 5px auto 10px auto;
		text-align: left;
		list-style-type: none;
	}
	
	#tpath li {
		display: inline;
	}
	
	#tpath li:after {
		content: '\003e';
		display: inline-block;
		padding: 0 10px;
	}
	
	#tpath li:last-child::after{
		display: none;
	}
	
	#tpath li,
	#tpath li a {
		font-size: small;
	}
	
	.smemol {
		padding-left: 3rem;
	}
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/* sp */
@media all and (max-width: 768px) {
	
	img {
		max-width: 100%;
		height: auto;
	}
	
	td,
	th {
		white-space: nowrap;
	}
	
	.tbldiv{
		overflow: auto;
	}
	
	.tbldiv::-webkit-scrollbar{
		height: 10px;
	}
	
	.tbldiv::-webkit-scrollbar-track{
		background: #F1F1F1;
	}
	
	.tbldiv::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}
	
	figure {
		margin-top: 10px;
	}
	
	#tpath {
		display: none;
	}
	
	.youtube {
		position: relative;
		height: 0;
		padding: 0 0 56.25%;
		overflow: hidden;
	}
	
	.youtube iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.smemol {
		border-bottom: 1px solid transparent;
		border-left:   1px solid transparent;
		border-right:  1px solid transparent;
	}
}
