@media screen and (min-width: 769px) {

	/*------���L�����Ƃ̋L�q�X�^�[�g��------*/
	:root {
		--ma_fetured_tl_bg: #298cc4;
		--ma_fetured_tl_img: url(../img/obi_chapter.webp);
	}

	body {

		& p {
			font-size: 16px;
			line-height: 1.8;
		}
	}

	.ma_featured_subject {
		font-size: 16px;
		line-height: 1.8;
	}

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


		/* &::before {
			background: var(--ma_fetured_tl_img) 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;
	}

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

	.salesman-section_title {
		font-size: 24px;
		padding-top: 20px;
		padding-bottom: 40px;

		& .number {
			font-size: 16px;
			color: #ffffff;
			font-weight: bold;
			background-color: #2d81b5;
			padding: 5px 10px;
		}
	}

	.salesman-coordinate_content {
		background-color: #f0edeb;
		padding-top: 20px;
		padding-bottom: 40px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.salesman-coordinate_title {
		width: min(100%, 520px);
		height: auto;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 40px;
	}

	.salesman-coordinate_inner {
		display: flex;
		column-gap: 20px;
	}

	.salesman-coordinate_left,
	.salesman-coordinate_center,
	.salesman-coordinate_right {
		width: calc((100% - 20px * 2) / 3);
	}

	.salesman-coordinate_list {
		display: flex;
		flex-direction: column;
		row-gap: 20px;

		& > li {
			background-color: #fff;
			border: 3px solid #333333;
			padding: 10px;

			& > .title {
				position: relative;
				width: fit-content;
				font-size: 20px;
				text-align: center;
				margin-left: auto;
				margin-right: auto;
				z-index: 0;

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

		.salesman-coordinate_right & {
			& li {
				& > .title {
					&::after {
						background-color: #e4a9c6;
					}
				}
			}
		}

	}

	.salesman-coordinate_img {
		display: flex;
	}

	.salesman-coolbiz_content {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.salesman-coolbiz_title {
		width: min(100%, 778px);
		margin-left: auto;
		margin-right: auto;

		& img {
			width: 100%;
			height: auto;
		}
	}

	.salesman-coolbiz_discription {
		padding-top: 40px;
	}

	.salesman-result_title-wrapper {
		display: flex;
		column-gap: 30px;
	}

	.salesman-result_title {
		width: min(100%, 333px);

		& img {
			width: 100%;
			height: auto;
		}
	}

	.salesman-result_step {
		width: min(100%, 220px);
		& img {
			width: 100%;
			height: auto;
		}
	}

	.salesman-result_subtitle {
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.salesman-result_text {
		padding-bottom: 40px;
	}

	.salesman-mind_content {
		position: relative;
		box-sizing: border-box;
		border: 3px solid #2b85b8;
		padding-left: min(200px, 100%);
		width: min(100%, 800px);
		margin-left: auto;
		margin-right: auto;
	}

	.salesman-mind_title {
		width: min(100%, 391px);
	}

	.salesman-mind_list {
		display: flex;
		flex-direction: column;
		row-gap: 20px;

		& li {
			display: flex;
			align-items: center;
			column-gap: 10px;

			& .number {
				font-size: 32px;
				color: #2d81b5;
				font-weight: bold;
			}

			& .text {
				font-size: 24px;
				font-weight: bold;
			}
		}
	}

	.salesman-mind_image {
		position: absolute;
		left: -50px;
		bottom: 0;
		width: min(100%, 223px);
		& img {
			width: 100%;
			height: auto;
		}
	}

	.salesman-omake {
		margin-top: 80px;
		border: 3px solid #e94709;
	}

	.salesman-omake_title {
		position: relative;
		display: inline-block;
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 10px;
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 120px;
		z-index: 0;

		&::after {
			position: absolute;
			content: "";
			bottom: 50%;
			transform: translateY(50%);
			right: 0;
			width: 87px;
			height: 94px;
			background-image: url(../img/img-hakase.webp);
			background-size: 100%;
			background-repeat: no-repeat;
			background-position: center;
			z-index: -1;
		}
	}

	.salesman-omake_list {
		display: flex;
		column-gap: 30px;
		margin-top: 20px;
		margin-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;

		& > li {
			width: calc((100% - 30px) / 2);
		}
	}

	.salesman-omake_list_item {
		display: flex;
		flex-direction: column;
		column-gap: 20px;
	}

	.salesman-omake_list-title {
		font-size: 18px;
		color: #fff;
		font-weight: bold;
		text-align: center;
		margin-bottom: 30px;
		background-color: #e94709;
	}

	.salesman-omake_list_image {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-left: auto;
		margin-right: auto;

		& img {
			width: 100%;
			height: auto;
		}

		&.item01 {
			width: min(100%, 106px);
		}

		&.item02 {
			width: min(100%, 175px);
		}
	}

	.salesman-omake_list_text {
		padding-top: 20px;
	}


	.pc-only {
		display: block;
	}

	.sp-only {
		display: none;
	}
	
}




/* media screen fin */

