.deaf-main {
  max-width: 960px;
  margin: 40px auto;
  padding: 20px;
}

.deaf-main-inner {
  max-width: 660px;
}

.deaf-title {
  font-size: 34px;
  font-weight: bold;
  padding-left: 22px;
  border-left: 8px solid #ffccff;
}

.deaf-catch {
  margin-top: 32px;
}

.deaf-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.deaf-top ul.sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.deaf-time {
  font-size: 16px;
}

.deaf-text {
  margin-top: 2em;
  font-size: 18px;
}

.deaf-conts {
  margin-top: 65px;
}

.deaf-conts-title {
  font-size: 24px;
  font-weight: bold;
}

.deaf-conts-list {
  margin-top: 4em;
  margin-left: 0.5em;
  list-style: none;
}

.deaf-conts-item {
  font-size: 18px;
}

.deaf-conts-item + .deaf-conts-item {
  margin-top: 3em;
}

.deaf-conts-itemTtl {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}

.deaf-conts-itemTtl::before {
  content: "■";
}

.deaf-conts-itemTtl a {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  color: initial;
  text-decoration: underline;
}

.deaf-conts-itemTxt {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 1em;
  margin-left: 1em;
}

.deaf-conts-itemTxt a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  color: #f0473e;
  word-wrap: break-word;
}

.deaf-conts-itemTxt a.deaf-conts-itemTxt--black {
  color: #000;
}

@media (max-width: 767px) {
  .deaf-title {
    font-size: 30px;
  }
  .deaf-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}