.service_explan_top{
    display: flex;
    padding: 50px;
    background:#F8F9CC;
	border-radius: 20px;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}
.service_name_top{
    margin:30px 0;
}

.service_explan_top figure,
.service_explan_top .text_top{
    width: 50%;
    margin: 20px;
}
.service_explan_top img{
    width: 100%;
}

.service_explan_top .text_top{
    background: #fff;
    padding: 20px 40px;
}

.service_explan_top .text_top li{
   line-height: 1.3;
}

.service_explan_top .text_top li::before{
  font-family: 'Material Icons';
  content: '\e2e6';
  color:#9BC42C;
  font-size: 2.2rem;
  padding-right: 10px;
  position: relative;
  top: 13px;
}

/* =================== */
/* =====　見出し ====== */
/* =================== */
.heading08 {
	position: relative;
	padding-top: 50px;
	padding-left: 30px;
    letter-spacing: 0.3rem;
}

.heading08 span {
	position: relative;
	z-index: 2;
}

.heading08::before {
	content: attr(data-en);
	position: absolute;
	transform: rotate(-5deg);
	top: -20px;
	left: 0;
	color: lightcoral;;
	font-size: 80px;
	font-weight: 400;
	font-family: luxus-brut, cursive;
	font-style: italic;
}

/* =================== */
/* ====　ナンバー ===== */
/* =================== */

.heading14 {
	position: relative;
	padding-left: 60px;
    letter-spacing: 0.3rem;
    padding-bottom: 5px;
}

.heading14::before {
	content: attr(data-number);
	position: absolute;
	top: 2px;
	left: -11px;
	transform: translateY(-50%);
	color: rgba(63,193,201,0.3);
	font-size: 60px;
}

.heading14::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 3px;
	background-color: rgba(63,193,201,1);
}


/* ============================================================== */
/* ==============  2021タプレット 520-959px   ==================== */
/* ============================================================== */
@media screen and (max-width:959px){

	.service_explan_top figure,
	.service_explan_top .text_top{
		width: 100%;
		margin: 10px auto;
	}
	.service_explan_top .text_top{
		padding: 0px 40px 20px; 
	}
	.heading08::before {
		font-size: 60px;
	}
	.heading14::before {
		font-size: 40px;
	}
	
  
}

/* ============================================================== */
/* ==============  2021スマホ     320-600px   ==================== */
/* ============================================================== */
@media screen and (max-width:600px){
	.service_explan_top{
		padding: 10px;
		box-sizing: border-box;
	}
	.service_explan_top .text_top{
		padding: 0px 20px 20px; 
	}
	.heading08::before {
		padding-top:25px;
	}
	.heading14::before {
		left:0;
	}

}


