@charset "UTF-8";
/*
 * 変数
 */
/*
 * ブレークポイント
 */
/*
 * 480pxより広くなったら改行なくす
 */
@media (min-width: 560px) {
  .br_sp {
    display: none;
  }
}

/*
 * 780pxより狭くなったら改行なくす
 */
@media (max-width: 960px) {
  .pc_br {
    display: none;
  }
}

/*
 * 480pxより狭くなったら改行なくす
 */
@media (max-width: 560px) {
  .sp_br {
    display: none;
  }
}

/*
 * トランジション
 */
input[type=submit], input[type=button] {
  line-height: 1;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.os {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
}

.grad {
  background: radial-gradient(closest-side, #fda9c5, rgba(255, 255, 255, 0));
  filter: blur(60px);
  position: absolute;
  z-index: -1;
}

.member {
  width: 90%;
  margin: 0 auto;
  max-width: 1000px;
  margin-bottom: 14%;
  line-height: 1.7;
}
@media (max-width: 560px) {
  .member {
    width: 86%;
    margin-bottom: 28%;
  }
}

.member-inner-top {
  margin-top: 7%;
}

.top-tit {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
}

.member-box {
  margin-top: 6%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  border-bottom: 4px dotted #ffcad6;
  padding-bottom: 5%;
}
@media (max-width: 560px) {
  .member-box {
    flex-direction: column;
    align-items: center;
  }
}

.member-box-image {
  width: 25%;
}
.member-box-image img {
  width: 100%;
}
@media (max-width: 560px) {
  .member-box-image {
    width: 48%;
  }
}

.member-table {
  max-width: 827px;
  margin: 0 auto;
  width: 69%;
}
@media (max-width: 560px) {
  .member-table {
    width: 100%;
  }
}
.member-table th {
  width: 24%;
  background-color: transparent;
  color: #E61673;
  border: none;
  position: relative;
}
@media (max-width: 560px) {
  .member-table th {
    width: 34%;
    display: inline-block;
  }
}
.member-table th::after {
  content: "/";
  position: absolute;
  right: 0;
  top: auto;
  bottom: auto;
}
@media (max-width: 560px) {
  .member-table th::after {
    content: none;
  }
}
.member-table td {
  width: 75%;
  border: none;
  padding: 3% 5%;
}
@media (max-width: 560px) {
  .member-table td {
    width: 66%;
    padding: 5% 4%;
    text-align: justify;
    display: inline-block;
  }
}
.member-table tr + tr {
  border-top: 1px dashed #E61673;
}
.member-table tr:nth-of-type(even) {
  background-color: #fff2f7;
}
@media (max-width: 560px) {
  .member-table tr:nth-of-type(even) {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 560px) {
  .member-table tr.last td {
    padding-top: 0;
    border-bottom: none;
  }
}

/*# sourceMappingURL=member.css.map */
