@charset "utf-8";
/* CSS Document */

/*------------------------------------
    共通
------------------------------------*/
html{
	font-feature-settings: "palt";
}
body{
	counter-reset: number 0;
}

/*------------------------------------
    一覧
------------------------------------*/
.blogtop .hUnderLine{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: solid 2px #cccbcb;
	margin-bottom: 25px;
}
.blogtop .blog_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 30px;
}
.blogtop .blog_list li{
	width: 430px;
}
.blogtop .blog_list li a{
	display: block;
	padding: 15px 15px 25px;
	background: #f8f8f8;
	border: solid 1px #d8d8d8;
}
.blogtop .blog_list li img{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.blogtop .blog_list li p{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: .12em;
}


/*------------------------------------
    個別ページ
------------------------------------*/
.blogCont .h_blog{
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 0.06em;
	line-height: 1.5em;
	padding-bottom: 10px;
	border-bottom: solid 2px #e6e6e6;
	margin-bottom: 30px;
}

/*------------------------------------
    目次
--*/
.blogCont .toc_box{
	padding: 25px 40px 30px;
	border: solid 2px #b5d8eb;
	border-radius: 18px;
	margin-bottom: 60px;
}
.blogCont .toc_box dt{
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0.08em;
	margin-bottom: 20px;
}
.blogCont .toc_box dd ul  a{
	width: fit-content;
	display: flex;
	align-items: center;
}
.blogCont .toc_box dd > ul > li:not(:last-of-type) {
	margin-bottom: 15px;
}
.blogCont .toc_box dd > ul > li > a{
	column-gap: 15px;
	font-size: 18px;
	letter-spacing: 0.08em;
}
.blogCont .toc_box dd > ul > li > a::before{
	counter-increment: number 1;
	content: counter(number)"";
	padding: 2px 15px 2px 0;
	border-right: solid 2px #b5d8eb;
}
.blogCont .toc_box dd > ul > li .lower a{
	column-gap: 8px;
	font-size: 16px;
	margin-left: 45px;
}
.blogCont .toc_box dd > ul > li .lower a::before{
	content: "";
	display: block;
	width: 15px;
	height: 2px;
	display: flex;
	background: #b5d8eb;
}
.blogCont .toc_box dd > ul > li .lower li:not(:last-of-type){
	margin: 8px 0;
}

/*------------------------------------
    タイトル
--*/
.blogCont .h_blog01{
	position: relative;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #2e2e2e;
	padding: 18px 20px;
	background: linear-gradient(to right,#abe1ff,#cef2ff,#d5f0ff);
	margin-bottom: 30px;
}
.blogCont .h_blog01::before{
	content: "";
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	background: #f7ff79;
	clip-path: polygon(0 0,100% 0,0 100%);
	left: 0;
	top: 0;
}
.blogCont .h_blog02{
	display: flex;
	align-items: center;
	column-gap: 8px;
	font-size: 23px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #2e2e2e;
	padding-bottom: 12px;
	border-bottom: solid 5px #ccecfd;
	margin-bottom: 30px;
}
.blogCont .h_blog02::before{
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #2e2e2e;
}

/*------------------------------------
    コンテンツ
--*/
.blogCont p{
	font-size: 17px;
	letter-spacing: 0.12em;
	line-height: 2em;
	margin-bottom: 30px;
}
.blogCont .main_text{
	margin: 30px auto 50px;
}
.blogCont > section .top_text{
	margin-bottom: 40px;
}
.blogCont mark{
	background: linear-gradient(to bottom,transparent 70%,#fed6ed 70%);
}

.blogCont > section{
	margin-bottom: 100px;
}
.blogCont > section section{
	margin-bottom: 80px;
}

.blogCont .img_box{
	text-align: center;
	margin-bottom: 30px;
}
.blogCont .link_btn{
	display: block;
	width: 490px;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	padding: 18px;
	background: #21b664;
	margin: 50px auto 0;
}
.blogCont .text_link{
	width: fit-content;
	display: flex;
	column-gap: 10px;
	font-size: 15px;
	letter-spacing: 0.1em;
	padding:0 5px 5px;
	border-bottom: solid 1px #c7c7c7;
}
.blogCont .text_link a{
	color: #2376ff;
}

/*------------------------------------
    関連リンク
--*/

.page_list ul{
	display: flex;
	justify-content: space-between;
}
.page_list ul li{
	width: 410px;
}
.page_list ul li a,
.page_list ul li .first_article{
	display: block;
	height: 100%;
	font-size: 15px;
	padding: 15px 20px;
	background: #f5f5f5;
}
.page_list ul li .first_article,
.page_list ul li.no_link a{
	background: #fff;
	border: solid 2px #ebeaea;
	pointer-events: none;
}
.page_list ul li a span,
.page_list ul li .first_article span{
	display: flex;
	width: fit-content;
	align-items: center;
	column-gap: 5px;
	font-size: 14px;
	text-align: center;
	padding:0 15px 3px;
	border-bottom: solid 1px #a9a9a9;
	margin-bottom: 10px;
}
.page_list ul li.next a span{
	margin-left: auto;
}
.page_list ul li.prev a span::before,
.page_list ul li.next a span::after,
.page_list ul li .first_article span::before{
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	border-bottom: solid 1px ;
}
.page_list ul li.prev a span::before,
.page_list ul li .first_article span::before{
	border-left: solid 1px ;
	transform: rotate(45deg);
}
.page_list ul li.next a span::after{
	border-right: solid 1px ;
	transform: rotate(-45deg);
}
.page_list .list_btn{
	display: block;
	width: 450px;
	font-size: 15px;
	font-weight: bold;
	color: #3b3b3b;
	margin: 0 auto;
	text-align: center;
	padding: 12px;
	background: #f7ff79;
	margin-top: 50px;
}

@media (hover: hover) {
	.blogtop .blog_list li a:hover{
		background: #c3e0f7;
		opacity: 1;
	}
	.blogCont .toc_box dd > ul > li a:hover{
		color: #f1415e;
		opacity: 1;
	}
	.page_list ul li a:hover{
		opacity: 1;
		background: #c3e0f7;
	}
	.page_list .list_btn:hover{
		opacity: 1;
		background: #3b3b3b;
		color: #fff;
	}
	.page_list ul li.no_link a:hover{
		background: #f5f5f5;
	}
}


@media screen and (max-width: 768px) {
	/*------------------------------------
		一覧
	------------------------------------*/
	.blogtop .blog_list{
		width: 95%;
		margin: 0 auto;
	}
	.blogtop .blog_list li{
		width: 48%;
	}

	/*------------------------------------
		個別ページ
	------------------------------------*/
	.blogCont .h_blog,
	.blogCont .h_blog02{
		padding: 0 15px 10px;
	}
	.blogCont .main_text{
		width: 95%;
	}
	.blogCont p{
		width: 92%;
		margin: 0 auto 30px;
	}

	/*------------------------------------
		目次
	--*/
	.blogCont .toc_box{
		width: 95%;
		margin: 0 auto 60px;
	}
	/*------------------------------------
		コンテンツ
	--*/
	.blogCont .img_box{
		width: 95%;
		margin: 0 auto 30px;
	}
	.blogCont .text_link{
		margin-left: 2.5%;
	}
	/*------------------------------------
		関連リンク
	--*/
	.page_list ul li{
		width: 48%;
	}
	.blogCont .link_btn{
		width: 70%;
	}
	.page_list .list_btn{
		width: 65%;
	}
}

@media screen and (max-width: 480px) {
	/*------------------------------------
		一覧
	------------------------------------*/
	.blogtop .hUnderLine{
		font-size: 20px;
		padding-bottom: 10px;
	}
	.blogtop .blog_list li a{
		padding: 0;
	}
	.blogtop .blog_list li img{
		margin-bottom: 5px;
	}
	.blogtop .blog_list li p{
		font-size: 13px;
		line-height: 1.5em;
		padding: 0 10px 10px;
	}

	/*------------------------------------
		個別ページ
	------------------------------------*/

	/*------------------------------------
		タイトル
	--*/
	.blogCont .h_blog{
		font-size: 18px;
	}
	.blogCont .h_blog01{
		font-size: 16px;
		padding: 10px 15px;
		margin-bottom: 15px;
	}
	.blogCont .h_blog01::before {
		width: 20px;
		height: 20px;
	}
	.blogCont .h_blog02{
		font-size: 16px;
		padding-bottom: 5px;
		border-width: 2px;
		margin-bottom: 15px;
	}
	.blogCont .h_blog02::before{
		width: 5px;
		height: 5px;
	}

	/*------------------------------------
		目次
	--*/
	.blogCont .toc_box {
		width: 90%;
		padding: 15px;
		border-radius: 8px;
	}
	.blogCont .toc_box dt{
		font-size: 17px;
		margin-bottom: 10px;
	}
	.blogCont .toc_box dd > ul > li > a{
		font-size: 14px;
		line-height: 1.4em;
	}
	.blogCont .toc_box dd > ul > li .lower{
		display: none;
	}
	.blogCont .toc_box dd > ul > li:not(:last-of-type){
		margin-bottom: 10px;
	}
	.blogCont .toc_box dd > ul > li > a::before {
		padding: 0 15px 0 0;
	}
	.blogCont .text_link{
		font-size: 13px;
	}

	/*------------------------------------
		コンテンツ
	--*/
	.blogCont > section {
		margin-bottom: 60px;
	}
	.blogCont > section section{
		margin-bottom: 40px;
	}
	.blogCont p{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.blogCont .main_text{
		margin-bottom: 30px;
	}
	.blogCont .img_box{
		margin-bottom: 15px;
	}
	.blogCont > section .top_text{
		margin-bottom: 20px;
	}
	.blogCont .link_btn{
		width: 80%;
		font-size: 16px;
		padding: 12px;
	}
	.page_list ul li a,
	.page_list ul li .first_article{
		font-size: 14px;
	}
	.page_list ul li a span {
		padding: 0 10px 0;
	}
	.page_list .list_btn{
		width: 75%;
	}
}


/*------------------------------------
    個別ページ
--*/

/*--3--*/
.blogCont .list_text{
	display: flex;
	flex-wrap: wrap;
	gap: 15px 10px;
}
.blogCont .list_text li{
	width: calc((100% - 20px) / 3);
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #3e3e3e;
	text-align: center;
	padding: 15px;
	background: #f5f5f5;
	border-bottom: solid 2px #e8e8e8;
}
.blogCont .definition_box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	row-gap: 15px;
}
.blogCont .definition_box div{
	width: 48%;
	padding: 15px 20px;
	background: #f5f5f5;
	border-radius: 8px;
}
.blogCont .definition_box div dt{
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.08em;
	color: #3e3e3e;
	padding-bottom: 8px;
	border-bottom: solid 2px #e8e8e8;
	margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
	/*--3--*/
.blogCont .list_text,
.blogCont .definition_box{
	width: 95%;
	margin: 0 auto;
	}
}

@media screen and (max-width: 480px) {
	.blogCont .list_text{
		gap: 10px 4%;
	}
	.blogCont .list_text li{
		width: 48%;
		font-size: 13.5px;
		padding: 10px 5px;
	}
	.blogCont .definition_box div{
		width: 100%;
		padding: 10px 15px;
	}
	.blogCont .definition_box div dt{
		font-size: 15px;
		padding-bottom: 5px;
	}
}