@charset "UTF-8";
@import url(./base.css);
/*==================================================================*/
/* contact css　*/
/*==================================================================*/
/* -------------------------------------------- */
/* read */
/* -------------------------------------------- */
.read {
  margin-bottom: 70px;
  font-size: 14px;
  text-align: center;
}

/* -------------------------------------------- */
/* support */
/* -------------------------------------------- */
.support {
  position: relative;
  width: 1000px;
  margin: 0 auto 120px;
  padding: 50px 40px 40px;
  border: 1px solid #cacaca;
}
.support h2 {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 22px;
  z-index: 0;
}
.support h2:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 5px;
  content: "";
  width: 100%;
  display: inline-block;
  padding: .5em 2em;
  background-color: #fff;
  z-index: -10;
}
.support p {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
}
.support .icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.support .icon a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 154px;
  height: 154px;
  border-radius: 50%;
  background-color: #333;
  color: #fff;
}
.support .icon a dl dt {
  margin-bottom: 5px;
  text-align: center;
}
.support .icon a dl dd {
  font-size: 12px;
  letter-spacing: 2px;
}
.support .icon a:not(:last-of-type) {
  margin-right: 20px;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
@media screen and (max-width: 1000px) {
  /* -------------------------------------------- */
  /* support */
  /* -------------------------------------------- */
  .support {
    width: 95%;
    margin: 0 auto 80px;
  }
  .support h2 {
    width: 60vw;
    font-size: 20px;
    text-align: center;
  }
  .support .icon {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
/*===========================================================================*/
/*  media quary:767px  */
/*===========================================================================*/
@media screen and (max-width: 767px) {
  /* -------------------------------------------- */
  /* read */
  /* -------------------------------------------- */
  .read {
    margin-bottom: 40px;
    font-size: 12px;
  }

  /* -------------------------------------------- */
  /* support */
  /* -------------------------------------------- */
  .support {
    padding: 30px;
  }
  .support h2 {
    position: static;
    width: 100%;
    margin-bottom: 20px;
    transform: inherit;
    font-size: 18px;
    font-weight: bold;
  }
  .support p {
    font-size: 12px;
    text-align: left;
  }
  .support .icon a {
    width: 120px;
    height: 120px;
  }
  .support .icon a dl dd {
    font-size: 12px;
    text-align: center;
  }
  .support .icon a:not(:last-of-type) {
    margin-right: 7px;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  /* -------------------------------------------- */
  /* support */
  /* -------------------------------------------- */
  .support {
    padding: 20px;
  }
  .support h2 {
    font-size: 16px;
  }
  .support .icon a {
    width: 110px;
    height: 110px;
  }
  .support .icon a dl dt img {
    max-width: 55px;
    max-height: 40px;
  }
  .support .icon a:not(:last-of-type) {
    margin-right: 5px;
  }
}
