@charset "utf-8";

.aboutContent h4{
	font-weight: 800;
}

.aboutTitle{
	font-size: 18px;
	font-weight: 800;
}

.aboutContent p{
	font-size: 16px;
}

.concept .textArea .right{
	font-family: 'UniqloProRegular';
	font-weight: 400;
}

.concept .lifeWearBtn{
	font-weight: 800;
}



.itemBtn{
  right: -64px;
}


/*IE11のみに適応*/
@media all and (-ms-high-contrast:none) {
    *::-ms-backdrop, .itemBtn {
        right: -44px;
    }
}

@media all and (-ms-high-contrast:none) {
    .itemBtn {
        right: -44px;
    }
}