@charset "UTF-8";

.post {
  padding: 40px 30px;
}

.post__input {
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
  border-style: solid;
  padding: 3px 2px;
  margin-top: 10px;
}

.post__button {
  display: block;
  color: #ffffff;
  background-color: #626262;
  padding: 5px 20px;
  border-radius: 33px;
  margin: 10px auto 0 auto;
}

.post__name {
  font-size: 1.5rem;
  font-weight: bold;
}

.post__date,
.post__cat {
  text-align: right;
}

.post__date {
  padding: 10px 0 0 0;
}

.post__cat {
  padding-bottom: 10px;
}

.post__company-name {
  margin-top: 30px;
}

.post__company-address {
  margin-top: 30px;
}

.post__title {
  position: relative;
  margin-top: 20px;
  padding: 20px 10px 10px 2rem;
  border-top: dotted 3px #727171;
}

.post__title::before {
  content: "■";
  position: absolute;
  left: 10px;
  top: 20px;
  font-size: 1em;
  color: #231815;
}

.post__item {
  padding-inline: 10px;
}

.post__main-text {
  padding: 10px 0;
}

.post__main-text p {
  padding-bottom: 10px;
}

.post__main-text ul {
  list-style: inside;
  padding-bottom: 10px;
}

.post__item a,
.post__main-text a {
  text-decoration: underline;
}

.post__main-img {
  padding: 10px 0 20px 0;
}

.post__main-img figure {
  padding-bottom: 10px;
}

.post__main-files {
  padding: 20px 0 10px 0;
  text-decoration: underline;
  border-top: dotted 3px #727171;
}

.post__main-files li {
  padding-bottom: 10px;
}

.post__btn {
  display: inline-block;
  margin: 50px 0 20px 0;
  padding: 10px 50px;
  font-weight: bold;
  background-color: #F7F7F7;
  border: solid 2px #727171;
  border-radius: 33px;
}