/* カスタマイズ用CSS */
h1{font-size:0.8rem; padding:0; margin:0; text-align:center;}

.text-center {
    text-align: center;
}

.ec-grid3__cell{margin:auto;}

.alert{font-size:10px; line-height:200%; text-align: justify;}
.alert-title{font-size:12px; font-weight:700; margin-bottom:20px; line-height:150%;}
@media screen and (max-width:767px){
.ec-eyecatchRole__image img{display:none;}}

.ec-role img{width:auto; height: auto;}
.ec-shelfGrid__item img{width:100%; height:100%;}

.toptitle-img{width:100px!important; height:27px;}
.newitemtitle-img{width:135px!important; height:27px;}
.categorytitle-img{width:135px!important; height:27px;}
.newstitle-img{width:76px!important; height:27px;}
.ec-secHeading__ja{display:inline-block;}

.image-link {
  display: inline-block;
  overflow: hidden;
}

.image-link img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
}

.image-link:hover img {
  transform: scale(1.1);
}


.ec-blockBtn--top {
  transition: background-color 0.3s ease, color 0.3s ease;
}

.ec-blockBtn--top:hover {
  background-color: white;
  color: black;
  border-color: black;
}

.ec-inlineBtn--top{
  transition: background-color 0.3s ease, color 0.3s ease;
}

.ec-inlineBtn--top:hover {
  background-color: white;
  color: black;
  border-color: black;
}