.c-ttl:before {
  white-space: nowrap;
}

@media only screen and (min-width: 992px) {
  #about .p-collaborating {
    padding: 75px 0 80px;
  }
}

#about .p-collaborating {
  padding: 70px 0;
}

#about .p-collaborating .c-ttl {
  margin-bottom: 50px;
}

#about .p-collaborating__list {
  max-width: 830px;
  margin: 0 auto;
  background-color: #f5fdfd;
  padding: 30px;
  border-radius: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px;
}

@media only screen and (min-width: 992px) {
  #about .p-collaborating__list {
    padding: 30px 50px;
    grid-auto-flow: column;
    grid-template-rows: repeat(2, auto);
    /*grid-template-rows: repeat(3, auto);*/
  }
}

#about .p-collaborating__list li {
  padding-left: 8px;
  font-weight: 500;
  position: relative;
}

#about .p-collaborating__list li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #333;
  border-radius: 50%;
}

@media only screen and (min-width: 992px) {
  #about .p-collaborating__list li:before {
    top: 14px;
  }
}

#top .attention_box {
  width: 1130px;
  text-align: center;
  margin: 100px auto 50px;
  border: 5px solid #82cddb;
  padding-top: 40px;
  padding-bottom: 20px;
}
#top .attention_box .attention_text {
  font-size: 24px;
  color: #333;
  font-weight: bold;
}
#top .attention_box .attention_text span {
  font-size: 16px;
  color: #333;
}

@media only screen and (max-width: 768px) {
  #top .attention_box {
    width: 345px;
    text-align: center;
    margin: 100px auto 50px;
    border: 5px solid #82cddb;
    padding-bottom: 50px;
  }
  #top .attention_box .attention_text {
    font-size: 18px;
    color: #333;
    font-weight: bold;
  }
  #top .attention_box .attention_text span {
    font-size: 10px;
  }
}

#top .attention_box_02 {
  width: 1130px;
  text-align: center;
  margin: 50px auto;
  background-color: #82cddb;
  padding-top: 40px;
  padding-bottom: 40px;
}
#top .attention_box_02 .attention_text {
  font-size: 28px;
  color: #fff;
  font-weight: bold;
}
#top .attention_box_02 .attention_text span {
  font-size: 18px;
  color: #fff;
}

@media only screen and (max-width: 768px) {
  #top .attention_box_02 {
    width: 345px;
    text-align: center;
    margin: 50px auto;
    background-color: #82cddb;
    padding-bottom: 50px;
  }
  #top .attention_box_02 .attention_text {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding: 0 20px;
  }
  #top .attention_box_02 .attention_text span {
    font-size: 10px;
    width: 245px;
  }
}

.l-access__table td.l-access__data {
  color: #82cddb;
}
