@charset "UTF-8";

/*---------------------------------------------------------
ortho-care
---------------------------------------------------------*/
#ortho-care .troubles-list{
    display: flex;
    justify-content: space-between;
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
}
#ortho-care .troubles-list li{
	max-width: 220px;
	width: 23.4043%;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#ortho-care .troubles-list{
    flex-wrap: wrap;
	max-width: 100%;
}
#ortho-care .troubles-list li{
	max-width: 220px;
	width: 48.5%;
	margin-top: 3%;
}
#ortho-care .troubles-list li:nth-child(-n + 2){
	margin-top: 0;
}
}



/*---------------------------------------------------------
total-care
---------------------------------------------------------*/
#total-care .l-boxlist {
	row-gap: 4.4em;
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#total-care .l-boxlist {
	row-gap:2.5em;
}
}