/* CSS Document */
@charset "utf-8";
main.blog{
	display: grid;
	grid-template-columns: 1fr 320px;
	grid-template-rows: auto 1fr;
	gap: 30px 50px;
	width: 1100px;
	margin: 0 auto;
}
	main.blog article{
		grid-column: 1 / 2;
		grid-row: 2 / 3;
	}
	main.blog aside{
		grid-column: 2 / 3;
		grid-row: 2 / 3;
	}
	main.blog .blogHeader{
		grid-column: 1 / 3;
		grid-row: 1 / 2;
	}
		main.blog .blogHeader h1{
			font-size: 50px;
			font-weight: bold;
			margin-top: 0;
			margin-bottom: 40px;
		}
		main.blog .blogHeader .blogHeader_time{
			margin-bottom: 10px;
			text-align: right;
		}
		main.blog .blogHeader .blogHeader_cate{
			text-align: right;
			margin-bottom: 50px;
		}
			main.blog .blogHeader .blogHeader_cate::before{
				content: "＞";
			}
		main.blog .blogHeader img{
			display: block;
			width: 100%;
			height: auto;
		}
	

.markup{
	box-sizing: border-box;
	width: 100%;
}
	.markup *{
		letter-spacing: 0.11em;
		color: #172639;
	}
	.markup h2{
		font-size: 1.8em;
		font-weight: bold;
		margin-top: 2em;
		margin-bottom: 1em;
		background-color: #001e43;
		padding: 30px 30px;
		border-left: 5px solid #ed770a;
		color: #FFF;
	}
	.markup h3{
		font-size: 1.5em;
		font-weight: bold;
		margin-top: 2em;
		margin-bottom: 1em;
		padding: 30px 0;
		border-top:7px solid #ed770a;
		border-bottom:7px solid #ed770a;
	}
	.markup h4{
		font-size: 1.3em;
		font-weight: bold;
		margin-top: 2em;
		margin-bottom: 1em;
	}
	.markup p{
		margin-bottom: 2em;
	}
	.markup > img{
		display: block;
		width: 100%;
		height: auto;
		margin-bottom: 1em;
	}
	.markup .border_box01{
		padding: 1em;
		border: 2px solid #FF9900;
		margin-bottom: 1em;
	}
		.markup .border_box01 ul,
		.markup .border_box01 p{
			margin-bottom: 0;
		}
		.c_orange{ color: #ed770a;}
		.c_red{ color: #ed770a;}

	.markup .kanrenkiji{
        color: #FFF;
        font-size: 22px;
        font-weight: bold;
        padding: 0.5em 1em;
        background-color: #0b985e;
        display: block;
        width: 100%;
	}

	/* 目次 */
	h2 .heading-number { font-size: 1em; color:#FFF;}
	h3 .heading-number { font-size: 1em; color:#172639;}

	.markup .mokuji{
		 margin-bottom: 1em;
	}
		.markup .mokuji summary{
			display: block;
			width: 100%;
			padding: 0.5em 1em;
			color: #FFF;
			background-color: #0b985e;
		}
			.markup .mokuji > div{
				padding: 2em;
				background-color: #EEE;
			}
		.markup .mokuji[open] summary::after{
			content: "（非表示）";
		}
		.markup .mokuji summary::after{
			content: "（表示）";
			margin-left: 0.3em;
		}
		.markup .mokuji > ol{
			
		}
		.markup .mokuji > ol{
			list-style: decimal;
		}

		.markup .mokuji ol{
			counter-reset: section;
			list-style-type: none;
		}
		.markup .mokuji ol li{
			margin-bottom: 0.5em;
			line-height: 1.7;
		}
		.markup .mokuji ol li ol{
			margin-left: 1.3em;
		}
		.markup .mokuji ol li:before
		{
			counter-increment: section;
			content: counters(section, "-") ".";
		}

	
	.markup .text_box{
		border: 2px solid #0b985e;
		border-collapse: collapse;
		padding: 1em;
		background-color: #f7ffef;
	}
	.markup .text_box .text_box_title{
		font-weight: bold;
		font-size: 1.2em;
		color: #0b985e;
		margin-bottom: 0.5em;
	}

	.markup ul{
		list-style-type: disc;
		margin-bottom: 1em;
	}
		.markup ul li{
			margin-left: 2em;
		}
	.markup table{
		border: 2px solid #0b985e;
		margin-bottom: 1em;
		width: 100%;
	}
		.markup table th,
		.markup table td{
			border: 2px solid #0b985e;
			border-collapse: collapse;
			padding: 0.5em;
		}
		.markup table th img,
		.markup table td img{
			display: block;
			width: 100%;
			height: auto;
		}
		.markup table .table_th,
		.markup table th{
			font-weight: bold;
			text-align: center;
			vertical-align: middle;
		}
		.markup table th.bg_orange{
			background-color: #FF9900;
			color: #FFF;
		}
	.markup > dl{
		border: 1px solid #333;
		margin-bottom: 1em;
	}
		.markup > dl dt{
			background-color: #FF9900;
			padding: 0.5em 1em;
			border-bottom: 1px solid #333;
			color: #FFF;
			font-weight: bold;
			text-align: center;
		}
		.markup > dl dd{
			padding: 1em;
		}
			.markup > dl dd ul,
			.markup > dl dd p{
				margin-bottom: 0;
			}
	.markup .underline{
		text-decoration: underline;
		font-size: 1em;
	}
	.markup small{
		font-size: 0.8em;
	}

/* aside *******************************/

.asideContents{
	margin-bottom: 30px;
}
.asideContents_2{
	padding: 20px;
	box-sizing: border-box;
	background-color: #011e43;
}
	.asideContents_2 h3 {
		color: #FFF;
		font-size: 1.35em;
		margin-bottom: 30px;
		padding-bottom: 15px;
		border-bottom: 2px solid #ed770a;
	}
		.asideContents_2 li span{
			color: #FFF;
		}
aside ol{}
	aside ul li,
	aside ol li{
		margin-bottom: 20px;
	}
		aside ul li a,
		aside ol li a{
			display: flex;
			justify-content: space-between;
			align-items: center;
			gap: 20px;
		}
		aside ul li a img,
		aside ol li a img{
			display: block;
			width: 120px;
			height: 90px;
			object-fit: cover;
		}
		aside ul li a span,
		aside ol li a span{
			display: block;
			font-size: 15px;
		}
aside ol {
  list-style: none;
  counter-reset: number;
}
aside ol li{
	position: relative;
}
aside ol li::before {
	counter-increment: number;
	content: counter(number);
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 22px;
	background-color: #ed770a;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	line-height: 1.6;
}
.asideContents_search input[type="search"] {
	margin: 0;
	padding: 8px 10px;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 3px solid #0b985e;
	width: 100%;
	background-color: #FFF;
}

.asideContents_search  {
	margin-bottom: 30px;
}
	.asideContents_search_wrap  {
		position: relative;
	}
	.asideContents_search .searchBtn{
		padding: 0;
		border: none;
		outline: none;
		font: inherit;
		color: inherit;
		background: none;
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -15px;
	}
	.asideContents_search .searchBtn img{
		display: block;
		width: 100%;
		height: auto;
		object-fit: contain;
	}

.blogAuthor{
	margin-top: 100px;
	padding: 30px;
	border: 2px solid #0b985e;
	display: flex;
	justify-content: space-between;
}
	.blogAuthor img{
		display: block;
		width: 140px;
		height: 140px;
		border-radius: 70px;
		object-fit: cover;
	}
	.blogAuthor .blogAuthorTxt{
		width: 480px;
	}
		.blogAuthor .blogAuthorTxt .blogAuthorTxt_txt1{
			font-size: 14px;
			margin: 0;
		}
		.blogAuthor .blogAuthorTxt .blogAuthorTxt_txt2{
			font-size: 26px;
			font-weight: bold;
		}
			.blogAuthor .blogAuthorTxt .blogAuthorTxt_txt2 span,
			.blogAuthor .blogAuthorTxt .blogAuthorTxt_txt2 span a{
				font-size: 1rem;
				font-weight: normal;
			}
			.blogAuthor .blogAuthorTxt .blogAuthorTxt_txt2 span a{
				position: relative;
				display: inline-block;
				padding-right: 12px;
				text-decoration: underline;
			}
				.blogAuthor .blogAuthorTxt .blogAuthorTxt_txt2 span a::after{
					content: "";
					display: inline-block;
					width: 0;
					height: 0;
					border-style: solid;
					border-top: 5px solid transparent;
					border-bottom: 5px solid transparent;
					border-left: 8px solid #0b985e;
					border-right: 0;
					position: absolute;
					top: 50%;
					right: 3px;
					margin-top: -5px;
				}

/* Aside CTA */

.cta_aside{
	margin-top: 20px;
}
	.cta_aside a{
		display: block;
		width: 100%;
	}
		.cta_aside a img{
			display: block;
			width: 100%;
			height: auto;
		}

.blogAuthorSnsArea{
	padding: 30px 0;
}
.blogAuthorSnsArea p{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 1px;
    display: flex;
	justify-content: space-around;
    align-items: center;
    gap: 10px;
	
}
    .blogAuthorSnsArea p::before,
    .blogAuthorSnsArea p::after{
        content: "";
        display: block;
        width: 1px;
        height: 40px;
    }
    .blogAuthorSnsArea p::before{
        border-left: 1px solid #001e43;
        transform: rotate(-30deg);
    }
    .blogAuthorSnsArea p::after{
        border-right: 1px solid #001e43;
        transform: rotate(30deg);
    }


.blogAuthorSnsArea .snsList{
	display: flex;
	justify-content: center;
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
}
.blogAuthorSnsArea .snsList li{
	width: 50px;
	padding: 0;
	margin: 0;
}
.blogAuthorSnsArea .snsList a{
	display: block;
	width: 100%;
}
.blogAuthorSnsArea .snsList a img{
	display: block;
	width: 100%;
	height: auto;
}

.relatedArea{}
	.relatedArea h3{
		padding: 30px 20px;
		font-size: 24px;
		font-weight: bold;
		background-color: #001e43;
		display: block;
		color: #FFF;
		border: none;
	}
.relatedAreaList{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 3.5%;
	padding: 0;
	margin: 0;
	list-style: none;
}
	ul.relatedAreaList li{
		width: 31%;
		padding: 0;
		margin: 0 0 30px;
		list-style: none;
	}
		.relatedAreaList li a{
			display: block;
			width: 100%;
		}
			.relatedAreaList li a img{
				display: block;
				width: 100%;
				height: 150px;
				margin-bottom: 10px;
				object-fit: cover;
			}
/* .grdHr{
	border: none;
	height: 100px;
	background-image: linear-gradient(#f2f2f2, #ffffff);
	margin: 0 calc(50% - 50vw);

} */