@charset "UTF-8";


.comic_title3 {
	border-bottom: 3px dotted var(--col-Green02);
	font-size: 24px;
	color: var(--col-Green02);
}

.bgWhite {
	background-color: #fff;
}

.txt_box .txt_box_title {
	color: var(--col-Green02);
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 0px;
}

.txt_box .txt_box_title span {
	color: #000;
	font-weight: normal
}

.txt_box {
	margin-bottom: 100px;
}

.txt_box ul li {
	list-style: disc;
	margin-left: 1.25em;
	margin-bottom: 10px
}

ul.list li {
	background-size: 0.75em;
}

ul.list li a span {
	font-size: 0.7em
}

.dList_01 {
	font-size: 14px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	line-height: 1.65;
}

.dList_01>dt {
	min-width: 9.5em;
	color: var(--col-Green01);
	position: relative;
}

.dList_01>dt::after {
	content: '：';
	position: absolute;
	top: 0;
	right: 0.5em;
	width: 1em;
	height: 1em;
}

.dList_01>dd {
	width: calc(100% - 9.5em);
	margin-bottom: 0.8em;
}

.dList_01>dd:last-child {
	margin-bottom: 0;
}

.topics_wrap .txt_box_title .topics_icon {
	display: inline-block;
	font-size: 85%;
	font-weight: 600;
	background-color: var(--col-Green01);
	color: #fff;
	padding: 0em 0.85em;
	margin: 0 0.5em 0.5em 0;
	transform: skew(-10deg, 0deg);
	letter-spacing: 0.05em;
}



@media screen and (max-width: 1215px) {
	.tab_item {
		font-size: 1.2vw;
	}

	ul.list li a {
		font-size: 1.5vw
	}

	.dList_01>dd {
		width: 100%;
	}
}

@media screen and (max-width: 900px) {
	.tab_item {
		font-size: 1.7vw;
		width: calc(100%/5);
	}

	ul.list li a {
		font-size: 1.4vw
	}

}


@media screen and (max-width: 768px) {

	.txt_box {
		margin-bottom: 10vw;
	}

	.txt_box .txt_box_title {
		font-size: 3.75vw;
		margin-top: 10vw;
	}

	ul.list li a {
		font-size: 4.3vw;
		line-height: 0.5em
	}

	ul.list li a span {
		font-size: 2.7vw !important;
		margin-left: 15px;
		line-height: 0.5em
	}

	.box_l {
		margin-bottom: 0;
	}

	.flex_box>*+* {
		margin-top: 10vw;
	}

	.bgGreen03 {
		padding: 20px;
	}

	.bgGreen03 .h2 {
		padding-left: 0;
	}

	/* .bgGreen03 .h2 div.after {
		background-color: #edf9f9;
		background-image: linear-gradient(-45deg, transparent 44%, var(--col-Green01) 44%, var(--col-Green01) 56%, transparent 56%);
	} */

	h2 {
		margin: 0;
	}

	.comic_title3 {
		padding: 0;
	}
}