@charset "UTF-8";

/* efactory_overview
**************************************** */
.efactory_overview .title { display: flex; align-items: center; margin-top: 50px; }
.efactory_overview .title > p { font-size: 0; line-height: 0; margin-right: 70px; width: 420px; }
.efactory_overview .title > p img { width: 100%; }
.efactory_overview .title > dl { flex: 1; }
.efactory_overview .title > dl dt { font-size: 125%; font-weight: 700; line-height: 1.6; }
.efactory_overview .title > dl dd { margin-top: 30px; }
.efactory_overview .title > dl dd .text { line-height: 2; }
.efactory_overview .title > dl dd .btn { text-align: right; margin-top: 55px; }
.efactory_overview .movie { margin-top: 40px; }
@media only screen and (max-width:640px){
.efactory_overview .title { display: block; margin-top: 25px; }
.efactory_overview .title > p { margin-right: 0; width: auto; }
.efactory_overview .title > dl { flex: initial; margin-top: 20px; }
.efactory_overview .title > dl dt { font-size: 114.2857%; }
.efactory_overview .title > dl dd { margin-top: 15px; }
.efactory_overview .title > dl dd .text { line-height: 1.7272; }
.efactory_overview .title > dl dd .btn { margin-top: 35px; }
.efactory_overview .movie { margin-top: 40px; }
}

/* efactory_model
**************************************** */
.efactory_model .title { display: flex; align-items: center; justify-content: space-between; }
.efactory_model .title .cHeading_A { flex: 1; }
.efactory_model .title p { font-size: 0; line-height: 0; text-align: right; margin-left: 30px; }
.efactory_model .title p img { width: 221px; }
.efactory_model .list { margin-top: 50px; }
.efactory_model .list > div p { font-size: 0; line-height: 0; }
.efactory_model .list > div p img { width: 100%; }
.efactory_model .list > div dt { font-size: 112.5%; font-weight: 700; margin-top: 15px; }
.efactory_model .list > div dd { line-height: 1.6; margin-top: 10px; }
@media only screen and (max-width:640px){
.efactory_model .title p { margin-left: 10px; }
.efactory_model .title p img { width: 90px; }
.efactory_model .list { margin-top: 25px; }
.efactory_model .list > div dt { font-size: 114.2857%; line-height: 1.5384; }
.efactory_model .list > div dd { line-height: 1.7272; }
}

