  .wrapper {
	position: relative;
}

#print {
	display: none;
}

.card:last-child {
	margin-bottom: 0;
}

.box.text-center .cut-4 {
	float: none;
}

.box.text-center .cut-4:after {
	content: none;
}

.box.text-center .cut-4+dd {
	font-size: 1.6rem;
}

.signature {
	text-align: right;
}

.cut-2 img {
	margin-bottom: 20px;
}

h3 {
	padding-top: 10px;
	border-bottom: 2px solid #C8C9C9;
	padding-bottom: 6px;
}

h3 span {
	border-left: 6px solid #033884;
	padding-left: 17px;
}

h2+h3 {
	padding-top: 0;
}

/**after¤òŸo„¿***/
ul.number li dl dt:after {
	content: "" !important;
	display: none;
}


div.boxBorder2 {
	border: 1px solid #ccc;
	padding: 20px;
	display: inline-block;
	margin-bottom: 20px;
}

div.boxBorder2 .wid7 {
	width: 70%;
	float: left;
}

div.boxBorder2 .wid3 {
	width: 27%;
	float: left;
	margin-left: 3%;
}

div.boxBorder2 .wid5 {
	width: 30%;
	float: left;
	margin-left: 3%;
}

div.boxBorder2 .wid6 {
	width: 45%;
	float: left;
	margin-left: 3%;
}

div.boxBorder2 .wid4 img {
	width: auto;
	max-height: 100%;
}

ul.number li dl dt:after {
	content: "£º";
	display: inline-block;
	float: none;
}

.boxBorder p {
	margin-bottom: 0;
}


#main_body .wrapper .box table a {
	text-decoration: underline;
}

#main_body .wrapper .box table tr:nth-child(1) {
	display: none;
}

#main_body .wrapper .box table tr {
	display: block;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px none #CCC;
	border-top: 1px solid #CCC;
}

#main_body .wrapper .box table tr+tr {
	margin-top: 1em;
}

#main_body .wrapper .box table tr td {
	display: block;
	position: relative;
	border-style: none none solid;
	margin: 0;
	padding: 4em 1em 1em 1em;
	width: 100%;
}

#main_body .wrapper .box table tr td:before {
	display: block;
	margin: 0;
	padding: 1em;
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #f5f5f5;
	width: calc(100% - 2em);
	border-bottom: 1px solid #CCC;
}

#main_body .wrapper .box table tr td:nth-child(1):before {
	content: "ÒÛÂš";
}

#main_body .wrapper .box table tr td:nth-child(2):before {
	content: "ÊÏÃû";
}

#main_body .wrapper .box table tr td:nth-child(3):before {
	content: "Î¯Öö?µ£µ±";
}

/**/

@media print,
screen and (min-width: 480px) {}

/**/

@media print,
screen and (min-width: 824px) {
	.card dl dt {
		padding-left: 5px;
		width: 85px;
	}

	.card dl dd {
		padding-left: 85px
	}

	ul.inlink.set-6 li a {
		padding: 10px 10px 10px 30px;
		height: 64px;
	}

	#print {
		display: inline-block;
		position: absolute;
		top: 8px;
		right: 0;
	}

	#print a:before {
		content: " ";
		display: inline-block;
		background-image: url(/images/icon-print.png);
		width: 26px;
		height: 25px;
		background-size: contain;
		vertical-align: middle;
		margin-right: 10px;
	}

	#print a:hover:before {
		opacity: 0.6;
	}

	.number dl {
		margin-bottom: 0;
	}

	.number ul li {
		display: inline;
		list-style-type: disc;
		list-style-position: inside;
		position: relative;
		padding-left: 15px;
		margin-right: 20px;
		margin-left: 0;
	}

	.number ul li:after {
		content: "?";
		position: absolute;
		left: 0;
	}

	ul.inlink li a {
		padding: 10px 10px 10px 30px;
		height: 64px;
	}

	ul.inlink li a:before {
		top: 32px;
	}

	#main_body .wrapper .box table tr td:before {
		display: none;
	}

	#main_body .wrapper .box table tr:nth-child(1),
	#main_body .wrapper .box table tr {
		display: table-row;
	}

	#main_body .wrapper .box table tr td {
		display: table-cell;
		padding: 1em;
		width: auto;
		border-style: solid;
	}
}

/**/

@media only screen and (min-width: 1012px) {

	#navi>li>a>span,
	#navi>li:last-child>a>span {
		padding-top: 8px;
		padding-bottom: 8px;
	}

	#navi .head span {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#menu #navi .bnr a span {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	#navi2>li>span {
		padding-top: 10px;
	}
}

/*2025.06/
section.chapter .block {
	text-align: left;
}
section.chapter + section.chapter {
	margin-top: 50px;
}
p.h6 {
	font-size: 1.5rem;
	line-height: 2em;
}
* + dl.chapter {
	margin-top: 30px;
}
dl.chapter {
	display: flex;
	flex-flow: column;
	row-gap: 30px;
}
dl.chapter > .block {
	display: flex;
	flex-flow: column;
	row-gap: 20px;
}
dl.chapter > .block > dt {
	font-size: 2.0rem;
    font-weight: normal;
    color: #033884;
    padding: 0 0 0 calc(17px + 6px);
	margin-bottom: 4px;
	position: relative;
}
dl.chapter > .block > dt::before ,
dl.chapter > .block > dt::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
}
dl.chapter > .block > dt::before {
	width: 6px;
	height: 100%;
	top: 0;
	background-color: #033884;
}
dl.chapter > .block > dt::after {
	width: 100%;
	height: 2px;
	bottom: -4px;
	background-color: #C8C9C9;
}
ul.strong {
	font-size: 1.5rem;
	font-weight: bold;
	display: flex;
	flex-flow: column;
	row-gap: 25px;
}
ul.circle {
	margin: 0;
	padding: 0;
}
ul.circle > li {
	margin-bottom: 0;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.circle > li::before {
	content: "©–";
}
ul.circle > li::after {
	display: none;
}
dl.square {
	display: flex;
	flex-flow: column;
	row-gap: 15px;
	margin-top: 25px;
}
dl.square > .block > * {
	float: none;
}
dl.square > .block > dt {
	font-size: 1.5rem;
	font-weight: bold;
}
dl.square > .block > dt::before {
	content: "¡ö";
}
dl.square > .block > dt::after {
	display: none;
}
dl.square > .block > dd {
	margin-top: 10px;
}

