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

	/*------���L�����Ƃ̋L�q�X�^�[�g��------*/

	:root {
		--ma_fetured_tl_bg: #606060;
		--ma_fetured_tl_img: url(../img/obi_chapter.webp);
	}

	body {

		& p {
			font-size: 15px;
			line-height: 1.7;
		}
	}

	.ma_featured_subject {
		font-size: 15px;
		line-height: 1.7;
	}

	.ma_featured_wrap {
		margin-bottom: 40px;
	}

	.ma_featured_inner {
		width: 90%;
		margin: 0 auto;
	}

	.ma_fetured_tl {
		position: relative;
		display: flex;
		font-size: 18px;
		background-color: var(--ma_fetured_tl_bg);
		width: 100%;
		height: 60px;
		align-items: center;
		padding: 20px 20px;
		box-sizing: border-box;
		margin-top: 50px;
		color: #fff;


		&::before {
			background: var(--ma_fetured_tl_img)  no-repeat;
			position: absolute;
			width: 100px;
			height: 50px;
			top: -32px;
			content: "";
			display: block;
			background-size: 100%;
			left: 10px;
		}
	}

	.ma_introduction_tl {
		font-size: 16px;
		margin: 15px 0 20px;
		font-weight: bold;
		text-align: center;
		line-height: 1;
		letter-spacing: 2px;
	}

	.ma_pick_tl {
		font-size: 18px;
	}

	.ma_pick_stl {
		font-size: 32px;
		color: #1f4f92;
	}

	.ma_introduction_txt {
		font-size: 14px;
		line-height: 2;
		text-align: center;
		margin-bottom: 50px;
	}

	.ma_fea01_items {
		padding: 20px;
		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: 95%;
			height: 95%;
			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: 100px;
		height: 100px;
		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: 100px;
		height: 100px;
		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: 100px;
		height: 100px;
		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: 100px;
		height: 100px;
		position: absolute;
		right: 0;
		top: -40px;
		content: "";
		z-index: 3;
		background-size: 100%;
	}

	.ma_fea01_flex {
		display: flex;
		position: relative;
		z-index: 2;
		flex-wrap: wrap-reverse;
	}

	.ma_fea01_left {
		flex-shrink: 1;

		& h3 {
			font-size: 24px;
			color: #000;
			font-weight: bold;
			margin-bottom: 25px;
			line-height: 1;
			display: flex;
			align-items: center;
			gap: 10px;

			& strong {
				font-size: 32px;
				color: #1f4f92;
			}

			& span {
				span {
					font-size: 16px;
				}
			}

		}

		&>.midasi {
			font-size: 24px;
			text-align: center;
			font-weight: bold;
			color: #2d81b5;
		}

		& ul {
			margin: -10px auto 0;
			background-color: #D3EDFB;
			border-radius: 5px;
			padding: 15px;
			width: 80%;
		}

		& ul li {
			display: flex;
			align-items: center;
			font-size: 14px;
			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: 150px;
		width: 60%;
		margin: 0 auto;

		& img {
			height: 100%;
			object-fit: contain;
		}
	}

	.ma_fea01_flex02 {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		z-index: 2;
		gap: 10px;
		margin-top: 15px;

		& li {
			display: flex;
			justify-content: space-between;
			align-items: center;

			&:nth-child(1) span {
				font-size: 10px;
				color: #e8413e;
				width: 20%;
				height: 60px;

				& img {
					width: 75%;
				}

			}

			&:nth-child(2) span {
				font-size: 10px;
				color: #2882c2;
				width: 20%;
				height: 60px;

				& img {
					width: 75%;
				}
			}

			& p {
				font-size: 14px;
				line-height: 1.5;
				width: 75%;
			}
		}
	}

	.ma_fea01_conts02 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.ma_fea01_half {
		margin-bottom: 45px;
		position: relative;
		box-sizing: border-box;
		background-color: #d4ecf1;
		border-radius: 5px;
		display: grid;
		place-content: center;
		padding: 20px;

		&:nth-child(4) {
			margin-bottom: 0;
		}

		&::before {
			background-color: #fff;
			position: absolute;
			content: "";
			width: 95%;
			height: 95%;
			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: 80px;
			height: 80px;
			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: 80px;
			height: 80px;
			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;
		flex-wrap: wrap-reverse;
	}

	.ma_fea01_half_left {
		&>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_left {
		flex-grow: 1;
	}

	.ma_fea01_half_right {
		margin: 0 auto;
	}

	/*------�L�����Ƃ̋L�q�I���------*/



	.tool-start {
		padding: 30px 0 60px;
	}

	.tool-start_top {
		position: relative;
		width: 100%;
		border: 4px double #333333;
		border-radius: 20px;
		padding: 10px 10px 100px;
		margin-left: auto;
		margin-right: auto;
		box-sizing: border-box;

		&::after {
			position: absolute;
			bottom: 15px;
			right: 50%;
			transform: translateX(50%);
			content: "";
			display: block;
			width: 60px;
			height: 70px;
			background: url(../img/img-tool_hakase.webp) no-repeat;
			background-size: cover;
		}

		& .title {
			font-size: 24px;
			text-align: center;

			& .pink {
				color: #e84178;
			}

			& .small {
				font-size: 14px;
				display: block;
			}
		}

		& .text {
			text-align: center;
			font-weight: bold;
		}
	}


	.tool-start_bottom{
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-top: 30px;
		
		& .title {
			box-sizing: border-box;
			width: 100%;
			font-size: 20px;
			font-weight: bold;
			border-top: 2px solid #333333;
			border-bottom: 2px solid #333333;
			padding: 0 20px;
			margin-bottom: 10px;
			text-align: center;
		}

		& .text {
			font-weight: bold;
		}

	}

	.tool-flow{
		padding: 30px 0 100px;
	}

	.tool-flow_list{
		position: relative;
		display: flex;
		flex-direction: column;
		z-index: 0;

		&::before {
			content: '';
			position: absolute;
			left: -5px;
			top: -75px;
			width: 74px;
			height: 95px;
			background-image: url(../img/img-tool_start.webp);
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
			z-index: 1;
		}

		&::after {
			content: '';
			position: absolute;
			left: -5px;
			bottom: -75px;
			width: 74px;
			height: 95px;
			background-image: url(../img/img-tool_goal.webp);
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
			z-index: 1;
		}


		& > li {
			position: relative;
			display: flex;
			flex-direction: column;
			padding-left: 30px;

			&::before {
				content: '';
				position: absolute;
				left: 10px;
				top: 0;
				width: 15px;
				height: 100%;
				background-color: #fdf0d5;
			}

			&.subitem {
				padding-top: 30px;
				padding-left: 50px;

				& > .tool-flow_category {
					left: 30px;

					&::before {
						content: '';
						position: absolute;
						top: -70px;
						left: 50%;
						width: 10px;
						height: 75px;
						background-color: #fdf0d5;
						transform: rotate(-60deg);
						transform-origin: bottom center;
						z-index: -1;
					}
			
					&::after {
						content: '';
						position: absolute;
						bottom: -70px;
						left: 50%;
						width: 10px;
						height: 75px;
						background-color: #fdf0d5;
						transform: rotate(60deg);
						transform-origin: top center;
						z-index: -1;
					}
				}
				
			}
		}
	}

	.tool-flow_category {
		position: absolute;
		left: -10px;
		top: 30px;
		width: 105px;
		height: auto;
		background-color: #f3a5a5;
		border-radius: 15px;
		text-align: center;
		font-weight: bold;
		font-size: 13px;


	}

	.tool-flow_number{
		font-size: 20px;
		font-weight: bold;
		color: #f3a5a5;
	}


	.tool-flow_item{
		display: flex;
		flex-direction: column;
		margin-bottom: 30px;
	}

	.tool-flow_title {
		display: flex;
		align-items: center;
		column-gap: 20px;
		padding-top: 60px;

		& h3 {
			position: relative;
			font-size: 18px;
			font-weight: normal;
			color: #e84178;
			z-index: 0;

			&::after {
				position: absolute;
				content: '';
				bottom: 5px;
				left: 0;
				width: 100%;
				height: 10px;
				background-color: #fff100;
				z-index: -1;
			}
		}

	}

	.tool-flow_content{
		display: flex;
		flex-direction: column;
		gap: 10px;
		background-color: #fbe8e6;
		padding: 10px;
	}

	.tool-flow_content-list {
		position: relative;
		display: flex;
		flex-direction: column;
		padding: 10px;
		border: solid 1px #f3a5a5;
		background-color: #fff;
		min-height: 180px;
		box-sizing: border-box;

		& li {
			list-style: none;
			font-weight: bold;
			font-size: 14px;

			&::before {
				content: '◆';
				margin-right: 5px;
			}
		}
	}

	.tool-image {
		position: absolute;
		right: 50%;
		bottom: 25px;
		transform: translate(50%, 0);
		width: 100px;
		height: auto;
		object-fit: contain;
	}

	/* .tool-flow_text {
		font-weight: bold;
	} */

	.pc-only {
		display: none;
	}

	.sp-only {
		display: block;
	}
}




/* media screen fin */