@charset "UTF-8";
/*-----------------------------------
	base
-----------------------------------*/
section .contents_box:not(:last-of-type) {
	margin-bottom: 15px;
}

section h1{
	border-bottom:3px double #ccc;
	margin-bottom:20px;
	line-height:1.2;
	padding-bottom:5px;
}

section h1.title {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.45;
	margin-left: 8px;
	margin-bottom: 32px;
	border:none;
}


section h2 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.8;
	padding-left: 7px;
	margin-bottom: 15px;
	border-left:4px solid #003399;
}

section h3 {
	font-size: 16px;
	font-weight: 700;
	line-height:1.6;
	border-bottom: 1px solid #B7B7B7;
	margin-bottom: 7px;
}
section p {
	line-height: 1.5; 
}
section .att_txt {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 8px;
}
section .att_txt span {
	font-size: 11px;
	color: #003399;	
}
section p a {
	display: inline !important;
	text-decoration: underline !important;
	color: #003399 !important;
}

/*-----------------------------------
	参照
-----------------------------------*/
section .reference{
/*	border:1px solid #ccc; */
	background-color:#f2f2f2; 
	font-size:13px;
	color:#444;
	margin-top:5px;
	margin-bottom:25px;
	padding:5px;
}

/*-----------------------------------
	画像
-----------------------------------*/
section .image_box {
	width: 100%;
	max-width:512px;
	margin-right: 10px auto;
}

section .image_box img{
	width:100%;
	max-width:100%;
}

section .withinImage img{
	height:1.3em;
	margin:3px 8px;
}

section span.caption{
	font-size:90%;
	margin-left:5px;
	color:#333;
}

section .homeIcon img{
	height:1em;
	margin-top:3px;
	margin-left:3px;
}


/*-----------------------------------
	表
-----------------------------------*/
section .table_box {
/*	margin: 14px auto 0; */
}

section .table_box,
section .table_box table {
	width: 100%;
}

section .table_box caption {
	text-align:left;
	font-weight:bold;
}

section .table_box th,
section .table_box td {
	font-size: 14px;
/*	line-height: 1.8; */
	padding: 2.25px 6px;
	text-align: left;
	border-left:dotted gray 1px;
	border-right:dotted gray 1px;
	border-top:solid gray 1px;
	border-bottom:solid gray 1px;
}

section .table_box th {
	width: 40%; 
}

section .table_box span {
	font-size: 9px;
	line-height: 1.45;
	color: #003399;
}

/*-----------------------------------
	リスト
-----------------------------------*/

/* カッコ付き数字 */
section .numberList {
      counter-reset: number;
		margin-left:0;
}

section .numberList li {
	counter-increment: number 1;
	font-size: 15px;
	line-height: 1.5;
	padding-left: 20px;
	position: relative;
	text-indent:-1.2em;
	margin-bottom:5px;
}

section .numberList li::before {
	content: "("counter(number)")";
}

section .numberList li p{
	text-indent:0;
}

/* 丸数字 */
section .circleList{
}

section .circleList li {
	counter-increment: none;
	line-height: 1.5;
	padding-left: 20px;
	margin-bottom:5px;
	text-indent:-1em;
}
section .circleList li::before {
	content:none;
}

/* 通常リスト */
section .discList {
}

section .discList li {
	font-size: 15px;
	line-height: 1.5;
	padding-left: 20px;
	margin-bottom:5px;
	position: relative;
}

section .discList li::before {
	content: '●';
	display: block;
	font-size: 10px;
	height: max-content;
	margin: auto;
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 1;
}

/* アイコン付き */
section .iconList{
	margin:5px 0 20px 20px;
	font-size:90%;
}
section .iconList dt{
	clear:both;
	float:left;
	margin-bottom:8px;
}
section .iconList dt img{
	height:1.3em;
	margin-top:3px;
}
section .iconList dd{
	margin-left:10px;
	text-indent:0px;
	margin-bottom:8px;
}

/*-----------------------------------
	contents_block
-----------------------------------*/
#contents_block {
	margin-bottom: 40px;
}

@media screen and (max-width: 425px) {
	#contents_block {
		margin-bottom: 35px;
	}	
}

#contents_block .contents_box {
	margin-bottom: 35px;
}

@media screen and (max-width: 425px) {
	#contents_block {
		margin-bottom: 60px;
	}	
}

/*-----------------------------------
	header
-----------------------------------*/
.header_logo img{
	width:50%;
	max-width: 200px;
	margin-bottom:30px;
}


/*-----------------------------------
	目次
-----------------------------------*/
#mokuji_block {
	margin: 0 0 93px;
}

section .contents_box:not(:last-of-type) {
	margin-bottom: 24px;
}
section h4 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 2px;
	line-height:1.45;
}
section h4 a {
	display: inline !important;
	text-decoration: underline !important;
	color: #003399 !important;
}
section ul li {
	font-size: 15px;
	line-height: 1.75;
}