@charset "UTF-8";

.c5-imgbox{
  width: 30%;
  max-width: 106px;
  margin-right: 5px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.c5-textbox{
  width: 60%;
  margin-left: 5px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

@media screen and (max-width: 1198px){
  .c5-textbox{
    width: 70%;
  }
}

.c5-textbox-col1{
  width: 67%;
  margin-left: 5px !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

@media screen and (max-width: 780px){
  .c5-textbox, .c5-textbox-col1{
    width: 80%;
  }
}

.c5-iconblock{
  width: 10%;
  max-width: 40px;
  margin-bottom: 0 !important;
}

.c5-sp-only{
  display: none;
}

.c5-max-w200 {
  max-width: 200px !important;
}

@media screen and (max-width: 640px) {
  .c5-max-w200 {
    max-width: 100% !important;
  }

  .c5-sp-only{
    display: block;
  }

  .c5-pc-only{
    display: none;
  }
 }

@media screen and (max-width: 1198px){
  .c5-w50-100 {
    width: 50% !important;
  }
}

@media screen and (max-width: 780px){
  .c5-w50-100 {
    width: 100% !important;
  }
}

 @media screen and (max-width: 640px) {
  .c5-general--mb35 {
    margin-bottom: 35px !important;
  }
 }

 .c5-anker-rink:hover{
  text-decoration: none !important;
  color: #fff;
  opacity: 0.8;
 }


.c5-anker-rink-cover{
  display: block;
  padding-top: 120px;
  margin-top: -120px;
}

@media screen and (max-width: 992px) {
  .c5-anker-rink-cover{
    padding-top: 0;
    margin-top: 0;
  }
 }


.c5-border {
  border: 1px solid #ffffff;
  padding: 15px 15px !important;
}

.c5-display_flx{
  display: flex;  
  justify-content: left;
  align-items: center;
}

.c5-button-display{
  display: inline-block !important;
}

.c5-pall-8{
  padding: 0 8px;
}



.c5-storeblock-col1{
  width: 60%;
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (max-width: 760px){
  .c5-storeblock-col1{
    width: 100%;
  }
}

.c5-banner-block{
 width: 100%;
}

.c5-banner-block a{
  display: block;
}

.c5-banner-block a img{
  width: 100%;
}