@charset "utf-8";
/* CSS Document */

/*--- note-01-red ------------------*/
.note-01-red {
  font-size: 1.4rem;
  color: #d62828;
  padding-left: 20px;
  position: relative;
  margin-top: 0;
}
.note-01-red > .mark {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.note-01-red.t-center {
  padding-left: 0;
}
.note-01-red.t-center > .mark {
  display: inline-block;
  position: static;
}
@media only screen and (max-width: 868px) {
  .note-01-red {
    line-height: 1.6;
  }
}


/*--- footer-sns_img-note ------------------*/
.footer-sns_list {
  margin-left: 0; 
  margin-right: 2%;
}

.footer-btn {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer-btn_link {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  padding: 1.2rem 1.5rem;
  border: 2px solid #D6182C;
  border-radius: 42px;
  font-size: 1.6rem;
  line-height: 1.444;
  color: #D6182C;
  text-align: center;
  background-color: #fff;
  transition: background-color .3s, color .3s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.04);
}


@media only screen and (max-width: 868px) {
  .footer-sns_img-note > img {
      width: 60px;
  }
}