.heading05 {
	position: relative;
	padding-bottom: 0px;
	font-size: 40px;
	text-align: center;
	font-family: 'M PLUS Rounded 1c', sans-serif;
}

.heading05::before {
	content: attr(data-en);
	display: block;
	color: rgba(255,0,102,1);/*#e04272*/
	font-size: 30px;
	font-style: italic;
	text-transform: uppercase;
}

/*小見出し*/
.business_body .flex .box h3 {
	position: relative;
	padding: 1rem 2rem;/*1rem 2rem*/
	border-bottom: 6px solid #094;
	width:96%;
	margin:0 auto;
  }
  
/*小見出し*/

@media screen and (max-width:768px){
    .heading05 {
        font-size: 26px;
    }
    
    .heading05::before {
        font-size: 20px;
        font-style: italic;
    }
    
}