@charset "UTF-8";
/* CSS Document */
.ec-headerTitle .ec-headerTitle__title a {
max-width: 60%;
padding: 25px 0 5px 0;
}

.ec-eyecatchRole .ec-eyecatchRole__introTitle {
letter-spacing: 2px;
font-size: 17px;
}

.ec-eyecatchRole .ec-eyecatchRole__introDescription {
font-size: 14px;
letter-spacing: 1px;
line-height: 2.2;
}

.ec-eyecatchRole .ec-eyecatchRole__image {
display:none;
}

@media screen and (min-width:768px){

.ec-headerTitle .ec-headerTitle__title a {
max-width: 80%;
padding: 0;
}

.ec-eyecatchRole .ec-eyecatchRole__introTitle {
font-size: 22px;
letter-spacing:1px;
}

.ec-eyecatchRole .ec-eyecatchRole__introDescription {
font-size: 16px;
line-height: 2;
}
.ec-eyecatchRole .ec-eyecatchRole__image {
display:block;
}
}