main {
  padding: 0 5% 0 5%;
  color: #464646;
  background-image: url(../images/top_bg.png);
  background-size: cover;
  background-repeat: repeat;
  background-position: top;
}

.all_top-img {
  /* background-image: url(img/company_img.png); */
  background-image: url(../images/all_logo_main@2x.jpg);
  display: block;
  min-width: 70%;
  min-height: 330px;
  background-position: center;
  /* background-size: cover; */
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: calc(51% - 50vw);
  overflow: hidden;
}

section {
  padding: 100px 80px;
  background-color: #ffffff;
}

.news-meta {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  font-size: 14px;
}

time {
  font-weight: bold;
}

.news-meta_tag {
  color: #cccccc;
}

h3 {
  line-height: 1.6;
  font-size: 34px;
  font-weight: bold;
  padding-bottom: 40px;
}

p {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 1.8;
}

h4 {
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 13px;
  border-bottom: 1px solid #bababa;
  margin-top: 80px;
}

h5{
  font-weight: bold;
  font-size: 20px;
}

.details_txt
{
  margin-bottom: 50px;
}

ul{
  font-size: 15px;
  margin-bottom: 20px;
}

.ttl{
  font-weight: bold;
}

@media (max-width: 998px) {
  section{
    padding: 50px 20px;
  }

}