@media screen and (min-width: 769px) {
	/*------↓独自CSS↓------*/
.main p {
	font-size: 16px;
	line-height: 1.8;
	width: 92%;
    border: 4px solid #2D87C0;
    border-radius: 20px;
    margin: 0 auto;
    padding: 20px;
}
.l_flex p {
	font-size: 16px;
	line-height: 1.8;
	display: flex;
	width: 80%;
	align-items: center;
}
.j_w_c_right p {
	font-size: 16px;
	line-height: 1.8;
}
.hazimeni {
	background-image: url(../img/blue-hukidasi-hakase.png);
	background-repeat: no-repeat;
	background-size: contain;
    height: 50px;
    color: #fff;
    margin: 20px 0;
    font-weight: bold;
    text-align: center;
    width: 200px;
    padding: 24px 0 0 80px;
    font-size: 30px;
}
.manga {
	margin: 60px 0 160px 0;
}

.ng-action {
	text-align: center;
	position: relative;
}
.ng-action img {
	position: absolute;
    width: 30%;
    top: -100px;
    left: -30px;
    z-index: 1;
}
.ng-action2 {
	text-align: center;
	position: relative;
}
.ng-action2 img {
	position: absolute;
    width: 30%;
    top: 30px;
    left: -30px;
    z-index: 1;
}
.j_head {
	position: relative;
	font-size: 40px;
	color: #fff;
	background-color: #2d87c0;
	font-weight: bold;
	padding: 30px;
}
.j_head img {
	position: absolute;
	right: 30px;
	bottom: 14px;
	width: 14%;
}
.j_wrap {
	padding: 30px;
    background-color: #eef2f6;
}
.j_w_content {
	display: flex;
	background-color: #fff;
	padding: 20px;
	height: 200px;
	border-radius: 20px;
	margin-bottom: 30px;
}
.j_w_c_left h3 {
	font-size: 20px;
	position: relative;
	margin-bottom: 20px;
	z-index: 1;
	display: inline;
	
}
.j_w_c_left h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: #ffeb3b;
	z-index: -1;
}
.j_w_c_left{
	width: 60%;
}
.j_w_c_left .mark1 {
	background-color: #f5d72b;
	height: 10px;
	display: block;
	position: absolute;
	bottom: -10px;
	width: 242px;
}
.j_w_c_left .mark2 {
	background-color: #f5d72b;
	height: 10px;
	display: block;
	position: absolute;
	bottom: -10px;
	width: 144px;
}
.j_w_c_left .mark3 {
	background-color: #f5d72b;
	height: 10px;
	display: block;
	position: absolute;
	bottom: -10px;
	width: 280px;
}
.j_w_c_left .mark4 {
	background-color: #f5d72b;
	height: 10px;
	display: block;
	position: absolute;
	bottom: -10px;
	width: 354px;
}
.j_w_c_left .mark5 {
	background-color: #f5d72b;
	height: 10px;
	display: block;
	position: absolute;
	bottom: -10px;
	width: 294px;
}
.j_w_c_left .mark6 {
	background-color: #f5d72b;
	height: 10px;
	display: block;
	position: absolute;
	bottom: -10px;
	width: 236px;
}


.l_flex img {
	width: 50px;
	margin-right: 10px;
	height: 50px;
}
.l_flex {
	margin: 10px 0 20px 20px;
	align-items: center;
	display: flex;
}
.j_w_c_right {
	width: 50%;
	border: 1px solid;
	height: 134px;
	margin-top: 14px;
	position: relative;
	border-radius: 20px;
}
.j_w_c_right>p {
	background-color: #2d87c0;
    color: #fff;
    width: 70%;
    position: absolute;
    margin: 0 0 0 44px;
	font-size: 20px;
    text-align: center;
    border-radius: 10px;
    top: -14px;
}
.r_box {
	display: flex;
	height: 100%;
    align-items: center;
}
.r_box p {
	width: 264px;
	height: 140px;
	padding: 20px 0px 0 20px;
	display: flex;
	align-items: center;
}

.r_box img {
	width: 60px;
	height: 70px;
	object-fit: contain;
}
.r_box div {
	display: flex;
	align-items: center;
	width: 98px;
	justify-content: center;
}
.fontsize {
	font-size: 14px !important;
}
.green {
	background-color: #3FAF49 !important;
}

.buka {
	margin-top: 130px;
}
.light-green {
	background-color: #DEEFE2 !important;
}



	/*------↓記事ごとの記述スタート↓------*/


	.ma_fetured_tl {
		position: relative;
		display: flex;
		font-size: 40px;
		background-color: #2d87c0;
		width: 100%;
		height: 80px;
		align-items: center;
		padding: 0 140px;
		box-sizing: border-box;
		color: #fff;


		&::before {
			background: url(/magazine/24_11_12/article/img/obi_chapter.png) no-repeat;
			position: absolute;
			width: 397px;
			height: 201px;
			top: -20px;
			content: "";
			display: block;
			background-size: 30%;
			left: 10px;
		}
	}

	.ma_introduction_tl {
		font-size: 32px;
		margin: 30px 0 20px;
		font-weight: bold;
		text-align: center;
		line-height: 1;
		letter-spacing: 2px;
	}

	.ma_pick_tl {
		font-size: 40px;
	}

	.ma_pick_stl {
		font-size: 56px;
		color: #1f4f92;
	}

	.ma_introduction_txt {
		font-size: 16px;
		line-height: 1.5;
		text-align: center;
		margin-bottom: 50px;
	}

	.ma_fea01_items {
		position: relative;
		padding: 40px 70px;
		box-sizing: border-box;
		background-color: #d4ecf1;
		border-radius: 5px;
		position: relative;
		margin-bottom: 70px;

		&::before {
			background-color: #fff;
			position: absolute;
			top: 16px;
			content: "";
			width: 830px;
			height: 388px;
			margin: 0 auto;
			left: 0;
			right: 0;
			z-index: 1;
			border-radius: 5px;
		}

	}

	.ma_fea01_items:nth-child(1)::after {
		background: url(/magazine/24_11_12/article/img/kokoku_kakaku01.png) no-repeat;
		width: 130px;
		height: 130px;
		position: absolute;
		right: 0;
		top: -40px;
		content: "";
		z-index: 3;
		background-size: 100%;
	}

	.ma_fea01_items:nth-child(2)::after {
		background: url(/magazine/24_11_12/article/img/kokoku_kakaku02.png) no-repeat;
		width: 130px;
		height: 130px;
		position: absolute;
		right: 0;
		top: -40px;
		content: "";
		z-index: 3;
		background-size: 100%;
	}

	.ma_fea01_items:nth-child(3)::after {
		background: url(/magazine/24_11_12/article/img/kokoku_kakaku03.png) no-repeat;
		width: 130px;
		height: 130px;
		position: absolute;
		right: 0;
		top: -40px;
		content: "";
		z-index: 3;
		background-size: 100%;
	}

	.ma_fea01_items:nth-child(4)::after {
		background: url(/magazine/24_11_12/article/img/kokoku_kakaku04-07.png) no-repeat;
		width: 130px;
		height: 130px;
		position: absolute;
		right: 0;
		top: -40px;
		content: "";
		z-index: 3;
		background-size: 100%;
	}


	.ma_fea01_flex {
		display: flex;
		justify-content: space-between;
		position: relative;
		z-index: 2;
	}

	.ma_fea01_left {
		flex-shrink: 1;

		& h3 {
			font-size: 36px;
			color: #000;
			font-weight: bold;
			margin-bottom: 25px;
			line-height: 1;
			display: flex;
			align-items: center;
			gap: 10px;

			& strong {
				font-size: 40px;
				color: #1f4f92;
			}

			& span {
				& span {
					font-size: 18px;
				}
			}

		}

		&>.midasi {
			font-size: 24px;
			text-align: center;
			font-weight: bold;
			color: #2d81b5;
		}

		& ul {
			margin: -10px 0 0;
			background-color: #D3EDFB;
			border-radius: 5px;
			padding: 25px;
		}

		& ul li {
			display: flex;
			align-items: center;
			font-size: 16px;
			margin-bottom: 10px;

			&:last-child {
				margin-bottom: 0;
			}

			&::before {
				background: url(/magazine/24_11_12/article/img/contents_icon.png)no-repeat;
				content: "";
				width: 30px;
				height: 30px;
				background-size: 100%;
				margin-right: 10px;
			}
		}

	}

	.ma_fead01_right {
		flex-shrink: 1;
		height: 280px;
		width: 390px;

		& img {
			height: 100%;
			object-fit: contain;
		}
	}

	.ma_fea01_flex02 {
		display: flex;
		justify-content: center;
		gap: 20px;
		position: relative;
		z-index: 2;

		& li {
			flex-basis: 400px;
			display: flex;
			gap: 10px;
			align-items: center;

			&:nth-child(1) span {
				font-size: 8px;
				color: #e8413e;
				width: 60px;
				height: 60px;
				text-align: center;

				& img {
					width: 75%;
				}

			}

			&:nth-child(2) span {
				font-size: 8px;
				color: #2882c2;
				width: 60px;
				height: 60px;
				text-align: center;

				& img {
					width: 75%;
				}
			}

			& p {
				font-size: 16px;
				line-height: 1.5;
				flex-grow: 1;
				display: block;
				width: 270px;
			}
		}
	}

	.ma_fea01_conts02 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.ma_fea01_half {
		width: 420px;
		margin-bottom: 60px;
		position: relative;
		box-sizing: border-box;
		background-color: #d4ecf1;
		border-radius: 5px;
		display: grid;
		height: 280px;
		place-content: center;

		&:nth-child(3),
		&:nth-child(4) {
			margin-bottom: 0;
		}

		&::before {
			background-color: #fff;
			position: absolute;
			content: "";
			width: 400px;
			height: 255px;
			margin: auto;
			z-index: 1;
			border-radius: 5px;
			inset: 0;
		}

	}

	.ma_fea01_half:nth-child(n + 1):nth-child(-n + 3) {
		&::after {
			background: url(/magazine/24_11_12/article/img/kokoku_kakaku04-07.png) no-repeat;
			width: 100px;
			height: 100px;
			position: absolute;
			right: -1px;
			top: -40px;
			content: "";
			z-index: 3;
			background-size: 100%;
		}
	}

	.ma_fea01_half:nth-child(4) {
		&::after {
			background: url(/magazine/24_11_12/article/img/kokoku_kakaku08.png) no-repeat;
			width: 100px;
			height: 100px;
			position: absolute;
			right: -1px;
			top: -40px;
			content: "";
			z-index: 3;
			background-size: 100%;
		}
	}

	.ma_fea01_half h3 {
		font-size: 24px;
		color: #000;
		font-weight: bold;
		margin-bottom: 15px;
		line-height: 1;
		display: flex;
		align-items: center;
		gap: 10px;
		position: relative;
		z-index: 2;

		& strong {
			font-size: 40px;
			color: #1f4f92;
		}

	}

	.ma_fea01_half_flex {
		display: flex;
		position: relative;
		z-index: 2;
		align-items: center;
	}

	.ma_fea01_half_left {
		flex-grow: 1;
		width: 250px;

		&>p {
			font-size: 18px;
			font-weight: bold;
			color: #2d81b5;
		}

		& ul {
			margin-top: 15px;
		}

		& ul li {
			display: flex;
			font-size: 16px;
			margin-bottom: 10px;
			align-items: flex-start;

			&:last-child {
				margin-bottom: 0;
			}

			&::before {
				background: url(/magazine/24_11_12/article/img/contents_icon.png)no-repeat;
				content: "";
				width: 30px;
				height: 30px;
				background-size: 100%;
				margin-right: 10px;
			}
		}

	}


	.ma_fea01_half_right {
		width: 115px;
		height: 118px;
	}

	/*------記事ごとの記述終わり------*/

}

/* media screen fin */