@charset "UTF-8";
table {
border-collapse: separate;
	border-spacing: 8px 0px;
	margin-bottom: 10px;}
td {
	font-family: 'Noto Sans JP', sans-serif;
	vertical-align: top
}
th.item {
	font-family: 'Noto Sans JP', sans-serif;
	text-align: right;
	vertical-align: top;
	width: 4em;
}
.caution {
	font-size: 28px;
	font-family: 'BIZ UDPGothic', sans-serif;
	font-style: normal;
	font-weight: 700;
	line-height: 42px;
	}
.under {
	text-decoration: underline solid;
	display: inline;
	}
ul {
	margin: 5px 0px;}
.caution li {
	list-style: none;
	}
.caution li::before {
	content: "※";
	margin-left: -1em;
	}
.detail_head {
	font-size: 32px;
	font-family: 'Noto Sans JP', sans-serif;
	}
.detail_square {
	margin: 20px 13px;
	border: 5px solid;
	width: 80%;}
.detail_list li {
	list-style: none;
	font-family: 'BIZ UDPGothic', sans-serif;
	font-style: normal;
	line-height: 42px;
	}
.detail_list li:last-child {
	margin-bottom: 20px;
	}
.detail_list > li::before {
	content: "◆";
	font-size: 32px;
	margin-left: -1em;
	}
.detail_list li > .detail_list2 ::before {
	content: "＊";
	margin-left: -1em;
	}

	/*スマホ版*/
@media screen and (max-width: 768px)	
	{
/*箇条書き*/	
ul {
padding: 0 10px;
}
.detail_square {
padding-left: 30px;}
/*表組*/
	td {
	display: block;
}
th.item {
	display: block;
	text-align: left;
	border-top: 3px solid #00ff00 !important;
	border-bottom: 3px solid #00ff00 !important;
	border-right: 3px solid #00ff00 !important;
	border-left: 10px solid #00ff00 !important;
	width: 100%;
}}