/* CSS Document */
@charset "utf-8";
main.blog{
	width: 100%;
	margin: 0 auto;
}
	main.blog footer{
		margin-bottom: 120px;
	}
	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: 7vw;
            font-weight: bold;
            margin-top: 0;
            margin-bottom: 2vw;
            padding: 0 2vw;
		}
		main.blog .blogHeader .blogHeader_time{
			margin-bottom: 1vw;
			text-align: right;
			padding: 0 3%;
		}
		main.blog .blogHeader .blogHeader_cate{
			text-align: right;
			margin-bottom: 6vw;
			padding: 0 3%;
		}
			main.blog .blogHeader .blogHeader_cate::before{
				content: "＞";
			}
		main.blog .blogHeader img{
			display: block;
			width: 100%;
			height: auto;
            margin-bottom: 4vw;
		}
	
.markup{
	box-sizing: border-box;
	width: 94%;
    margin-left: auto;
    margin-right: auto;
}
	.markup *{
		letter-spacing: 0.11em;
		color: #172639;
	}
	.markup h2{
        font-size: 5.5vw;
        font-weight: bold;
        margin-top: 7vw;
        margin-bottom: 7vw;
        background-color: #001e43;
        padding: 4vw 2vw 4vw 4vw;
        border-left: 5px solid #ed770a;
        color: #FFF;
	}
	.markup h3{
        font-size: 6vw;
        font-weight: bold;
        margin-top: 7vw;
        margin-bottom: 6vw;
        padding: 4vw 0;
        border-top: 1.5vw solid #ed770a;
        border-bottom: 1.5vw solid #ed770a;
	}
	.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;}

	.markup .kanrenkiji{
        color: #FFF;
        font-size: 1.3em;
        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;
			text-align: center;
		}
			.markup .mokuji > div{
				padding: 1em;
				background-color: #EEE;
			}
		.markup .mokuji[open] summary::after{
			content: "（非表示）";
		}
		.markup .mokuji summary::after{
			content: "（表示）";
			margin-left: 0.3em;
		}
		.markup .mokuji > ol{
			list-style: decimal;
		}

		.markup .mokuji ol{
			counter-reset: section;
			list-style-type: none;
		}
		.markup .mokuji ol li{
			margin-bottom: 0.3em;
			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%;
		background-color: #f7ffef;
	}
		.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 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{
    padding: 0 3vw;
    margin-bottom: 6vw;
}
    aside h3{
        font-size: 6vw;
    }
	aside ul li,
	aside ol li{
		margin-bottom: 20px;
	}
        aside ul li:last-child,
        aside ol li:last-child{
            margin-bottom: 0;
        }
		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: 15vw;
	padding: 3vw;
	border: 2px solid #0b985e;
}
	.blogAuthor img{
		display: block;
		width: 40vw;
		height: 40vw;
		border-radius: 20vw;
		object-fit: cover;
        margin: 0 auto 5vw;
	}
	.blogAuthor .blogAuthorTxt{
		width: 100%;
	}
		.blogAuthor .blogAuthorTxt .blogAuthorTxt_txt1{
			font-size: 14px;
			margin: 0;
			text-align: center;
		}
		.blogAuthor .blogAuthorTxt .blogAuthorTxt_txt2{
			font-size: 6vw;
			font-weight: bold;
			text-align: center;
		}
			.blogAuthor .blogAuthorTxt .blogAuthorTxt_txt2 span,
			.blogAuthor .blogAuthorTxt .blogAuthorTxt_txt2 span a{
				font-size: 4vw;
				font-weight: normal;
			}
			.blogAuthor .blogAuthorTxt .blogAuthorTxt_txt2 span{
				display: block;
			}
			.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 {
    position: fixed;
    bottom: -999px; /* 画面外に退避（初期は完全に非表示） */
    left: 0;
    right: 0;
    background-color: rgba(255,255,255,0.8);
    padding: 2vw 14vw;
    transition: bottom 0.3s ease;
    z-index: 9999;
  }

  /* 表示状態 */
  .cta_aside.show {
    bottom: 0;
  }

  .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: 4.5vw;
	font-weight: bold;
    padding: 0 3vw;
	margin-bottom: 20px;
	letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 5vw;
}
    .blogAuthorSnsArea p::before,
    .blogAuthorSnsArea p::after{
        content: "";
        display: block;
        width: 1px;
        height: 40px;
    }
    .blogAuthorSnsArea p::before{
        border-left: 1.5px solid #001e43;
        transform: rotate(-20deg);
    }
    .blogAuthorSnsArea p::after{
        border-right: 1.5px solid #001e43;
        transform: rotate(20deg);
    }
.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: 5vw 6vw;
        text-align: center;
        font-size: 6vw;
        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: 100%;
		padding: 0;
		margin: 0 0 6vw;
		list-style: none;
	}
		.relatedAreaList li a{
			display: flex;
            justify-content: space-between;
			width: 100%;
		}
			.relatedAreaList li a img{
				display: block;
				width: 30vw;
				height: 24vw;
				object-fit: cover;
			}
			.relatedAreaList li a span{
				display: block;
				width: 55vw;
			}
/* .grdHr{
	border: none;
	height: 100px;
	background-image: linear-gradient(#f2f2f2, #ffffff);
	margin: 0 calc(50% - 50vw);

} */