@media screen and (max-width: 768px) {

	/*------↓記事ごとの記述スタート↓------*/

	body {
		font-size: 16px;
		font-weight: 1.8;
	}
	
		:root {
			--ma_fetured_tl_bg: #e99315;
		}

		.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;
			text-align: center;
			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: url(/magazine/24_11_12/article04/img/obi_chapter.webp) no-repeat;
				position: absolute;
				width: 100px;
				height: 50px;
				top: -32px;
				content: "";
				display: block;
				background-size: 100%;
				left: 10px;
			}
		}
	
		.retention-case_list {
			display: flex;
			flex-direction: column;
			gap: 50px;
	
		}
	
		.retention-title_wrapper{
			display: flex;
			flex-direction: column;
			align-items: center;
			box-sizing: border-box;
			justify-content: space-between;
			background-color: #fbebd4;
			margin-top: 30px;
			margin-bottom: 40px;
			padding-top: 10px;
			padding-bottom: 31px;
			padding-left: 20px;
			padding-right: 20px;
			border-radius: 20px;
		}
	
		.retention-title_highlight {
			position: relative;
			display: inline-block;
			font-size: 18px;
			font-weight: bold;
			z-index: 1;
			margin-top: 0;
			margin-bottom: 10px;
		
			&::before {
				content: '';
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				height: 10px;
				background-color: #fff;
				z-index: -1;
			}
		}
		
	
		.retention-title_text {
			font-size: 24px;
			color: #333;
			font-weight: 600;
			margin-top: 0;
			margin-bottom: 0;
			& .orange {
				color: #ea9415;
			}
		}

		.retention-top_img {
			width: min(150px, 100%);
			height: auto;

			& img {
				width: 100%;
				height: auto;
			}
		}
	
		.retention-case_title {
			padding: 0 20px 0 30px;
			font-size: 20px;
			display: flex;
			align-items: center;
			gap: 5px;
			margin-top: 0;
			margin-bottom: 20px;
			padding-top: 10px;
			padding-bottom: 10px;
			line-height: 1.2;
			background-color: #fae6ca;
			border: solid 2px #333333;
			border-radius: 10px;
			box-shadow: 7px 5px 2px rgba(167, 166, 166, 0.5);
			position: relative;
	
			& .number {
				font-size: 60px;
				color: #e99315;
				padding: 0 10px;
				border-radius: 5px;
			}
	
			&::before {
				content: '';
				position: absolute;
				background-image: url(../img/Q.png);
				background-repeat: no-repeat;
				background-size: contain;
				width: 40px;
				height: 40px;
				top: -20px;
				left: -3px;
			}
		}
	
		.retention-case_fukidashi {
			font-size: 1rem;
			font-weight: bold;
			text-align: end;
			margin-right: 42px;
			position: relative;
			z-index: 2;
			
			&::before {
				content: '';
				position: absolute;
				background-image: url(../img/e1180_0.png);
				background-repeat: no-repeat;
				background-size: contain;
				width: 240px;
				height: 100px;
				z-index: -1;
				top: -13px;
            	right: -20px;
				transform: scaleX(-1);
			}
		}
	
		.answer {
			display: flex;
			align-items: start;
			justify-content: start;
			gap: 5px;
			margin-top: 10px;
	
			& img {
				width: 40px;
				height: 40px;
			}
		}
	
	
		.retention-case_answer {
			font-size: 1.5rem;
			text-align: start;
			line-height: 1;
			margin: -5px 5px;
		}
	
		.answer__wh {
			color: #fff;
			background-color: #e99315;
			font-size: 1.7rem;
			line-height: 2;
		}
	
		.results {
			display: flex;
			gap: 15px;
			margin-top: 20px;
			flex-direction: column;
	
			& img {
				width: 100px;
				height: 100px;
			}
		}

		.results__txt--sp {
			padding: 10px;
			display: block;
			color: #e99315;
			font-size: 1.2rem;
			font-weight: bold;
			letter-spacing: 1px;
			border: 5px solid #e99315;
			border-radius: 10px;
			position: relative;
			width: 57%;

			& .big {
				font-size: 1.6rem;
			}

			&::after {
				content: '';
				position: absolute;
				background-image: url(../img/arrow.png);
				background-repeat: no-repeat;
				background-size: contain;
				width: 40px;
				height: 40px;
			}
		}

		.results__none img {
			display: none;
		}
	
		.results__txt--span {
			font-size: 1.4rem;
			font-weight: bold;
			position: relative;
	
			&::before {
				content: '';
				position: absolute;
				bottom: 0;
				left: 0;
				width: 100%;
				height: 10px;
				background-color: yellow;
				z-index: -1;
			}
		}
	
		.detail__img {
			display: flex;
			align-items: center;
			gap: 20px;
			margin: 20px auto 60px;
			flex-direction: column;
		}
	
		.hakase {
			font-weight: bold;
			display: flex;
			align-items: center;
			justify-content: end;
			gap: 30px;
			position: relative;
	
			& img {
				width: 100px;
				height: 100px;
			}
	
			&::before,
			&::after {
				content: '';
				position: absolute;
				background-color: #333;
				width: 100px;
				height: 2px;
				right: 132px;
			}
	
			&::before {
				top: 24px;
				transform: rotate(15deg);
			}
			&::after {
				bottom: 22px;
				transform: rotate(-15deg);
			}
		}
	
		.HP {
			padding: 10px;
			font-weight: bold;
			text-align: center;
			background-color: rgb(236, 236, 236);
			border-radius: 10px;
			margin-top: 15px;
			position: relative;
	
			&::after {
				display: block;
				content: '';
				position: absolute;
				background-image: url(../img/arrow.png);
				background-repeat: no-repeat;
				background-size: contain;
				transform: scaleY(-1) rotate(-48deg);
				width: 80px;
				height: 40px;
				right: 0;
			}
		}
	
		.desing__name {
			text-align: end;
		}
	
	
		.improvment img {
			margin-top: 15px;
		}
	
		.retention-case_topic {
			display: flex;
			gap: 20px;
			flex-direction: column;
	
			& img {
				width: 100px;
				height: auto;
			}
		}
		
		.icon {
			display: none;
		}
	
		.retention-case_01 {
			padding: 0 20px 0 30px;
			font-size: 20px;
			display: flex;
			align-items: center;
			gap: 5px;
			margin-top: 0;
			margin-bottom: 20px;
			padding-top: 10px;
			padding-bottom: 10px;
			line-height: 1.2;
			background-color: #fae6ca;
			border: solid 2px #333333;
			border-radius: 10px;
			box-shadow: 7px 5px 2px rgba(167, 166, 166, 0.5);
			position: relative;
	
			&::after {
				content: '';
				position: absolute;
				background-image: url(../img/22005912.png);
				background-repeat: no-repeat;
				background-size: contain;
				width: 60px;
				height: 100px;
				top: -60px;
				right: 9px;
			}
		}
	
		.retention-case_fukidashi01 {
			position: relative;
			z-index: 2;
			
			&::before {
				content: '';
				position: absolute;
				background-image: url(../img/e1180_0.png);
				background-repeat: no-repeat;
				background-size: contain;
				width: 200px;
				height: 100px;
				z-index: -1;
				top: -9px;
				right: -20px;
				transform: scaleX(-1);
				}
		}
	
		img.star {
			display: none;
		}
	
		.results__results02 {
			gap: 30px;
		}
	
		.results__item {
			display: flex;
			align-items: center;
			justify-content: space-between;
			gap: 15px;
		}
	
		.question {
			padding: 20px;
			background-color: rgb(236, 236, 236);
			border-radius: 10px;
			margin-top: 20px;
	
		}
		
		.question__topic {
			font-size: 1.6rem;
			color: #e99315;
			text-align: center;
			position: relative;
	
			&::before {
				content: '';
				position: absolute;
				background-image: url(../img/layer12.png);
				background-repeat: no-repeat;
				background-size: contain;
				width: 50px;
				height: 60px;
				top: -25px;
				left: -36px;
			}
		}
	
		.question__list {
			display: flex;
			align-items: center;
			justify-content: space-between;
			margin-top: 20px;
			gap: 30px;
			flex-direction: column;
		}
	
		.question__item {
			display: flex;
			flex-direction: column;
			align-items: center;
	
			& img {
				width: 180px;
				height: auto;
			} 
		}
	
		.question__txt {
			font-weight: bold;
		}
	
		.retention-case_02 {
			position: relative;
	
			&::after {
				content: '';
				position: absolute;
				background-image: url(../img/2200591222.png);
				background-repeat: no-repeat;
				background-size: contain;
				width: 60px;
				height: 100px;
				top: -60px;
				right: 6px;
			}
		}

		.retention-case_fukidashi--01 {
			font-size: 1rem;
			font-weight: bold;
			text-align: end;
			margin-right: 42px;
			position: relative;
			z-index: 2;
			
			&::before {
				content: '';
				position: absolute;
				background-image: url(../img/e1180_0.png);
				background-repeat: no-repeat;
				background-size: contain;
				width: 220px;
				height: 100px;
				z-index: -1;
				top: -11px;
            	right: -20px;
				transform: scaleX(-1);
			}
		}
	
		.detail__img {
			display: flex;
		}
		
		.case {
			width: 50%;
			position: relative;
	
			&::before {
				content: '';
				position: absolute;
				background-image: url(../img/layer08.png);
				background-repeat: no-repeat;
				background-size: contain;
				width: 100px;
				height: 100px;
				bottom: -91px;
			}
	
			&::after {
				content: '';
				position: absolute;
				background-image: url(../img/arrow.png);
				background-repeat: no-repeat;
				background-size: contain;
				width: 100px;
				height: 100px;
				bottom: -62px;
            	right: -27px;
				transform: scaleY(-1) rotate(-48deg);
				z-index: 5;
			}
		}
		
		.case__list {
			padding: 20px;
			background-color: rgb(236, 236, 236);
			border-radius: 10px;
			margin-top: 40px;
			position: relative;
			display: flex;
			flex-direction: column;
			width: 89%;
			height: 345px;
			
			&::before {
				content: '';
				position: absolute;
				background-image: url(../img/layer13.png);
				background-repeat: no-repeat;
				background-size: contain;
				width: 200px;
				height: 200px;
				bottom: 0;
				left: 25%;
			}
		}
	
		.case__item {
			display: flex;
			font-weight: bold;
			align-items: center;
			justify-content: start;
			float: right;
			gap: 20px;
	
	
			& .ore {
				color: #e99315;
	
			}
		}
	
		.case__item--img {
			width: 120px;
			height: auto;
		}
	
		.case__txt {
			font-size: 1.6rem;
		}

	/*------記事ごとの記述終わり------*/

}

/* media screen fin */