
.bg_kawachan {
	background: #6ed4ea url("../img/p_kawachan_50.png") repeat center top;
    background-size: contain;
	width:100%;
   
}  


.yokonarabi { 
      display: flex;
      align-items: center;
      padding: 5%;

}


.btn_pc {
    display: block !important; 
}
.btn_sp {
    display: none !important; 
}

.inversion{
    transform: scale(1, -1);
}

@media screen and (max-width: 768px) { 
    
    .yokonarabi{
        display: block;
        padding: 3%;
    } 
    
    .yokonarabi p{
        line-height: 1.5rem;
    }   
    
.btn_pc {
    display: none !important;
    }
.btn_sp {
    display: block !important;
    }
    

    }

