@charset "UTF-8";


.post-contentwrap {
  display: flex;
  margin-bottom: 130px;
}

.post-content {
  width: 65%;
  margin-bottom: 130px;
}

.post-sidebar {
  width: 25%;
  min-width: 250px;
  margin-left: 10%;
}

.post-content .content-inner {
  width: 100%;
  margin-bottom: 60px;
}



.post-title {
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #c8c8c8;
  border-left: 10px solid #4fb1c7;
  font-size: 2rem;
}

.post-content .info-head {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 30px;
}

.post-content .category {
  max-width: 450px;
  margin-left: 10px;
  text-align: right;
}

.info-head .category span {
  margin-bottom: 5px !important;
}

.info-head .category span:not(:last-child) {
  margin-right: 5px;
}


.sidebar-inner {
  margin-bottom: 30px;
}

.sidebar-title {
  margin-bottom: 10px;
  font-size: 2.2rem;
  color: #4fb1c7;
}


.new-list li,
.sidebar-list li {
  border-bottom: 1px dotted #858585;
}

.new-list li {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.new-list article {
  line-height: 1.2;
}

.new-list .thumb {
  margin-bottom: 5px;
}

.new-list .thumb > img {
  width: 100%;
  height: auto;
}

.new-list .category span {
  margin-bottom: 4px;
  padding: 4px 5px;
  font-size: 1.2rem;
}

.sidebar-inner .category span:not(:last-child) {
  margin-right: 5px;
}

.new-list .sidebar-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}

.new-list time {
  font-size: 1.3rem;
}


.sidebar-list li {
  padding: 10px 1em;
  text-indent: -1em;
  line-height: 1.2;
}

.sidebar-list li::before {
  content: '●';
  margin-right: 10px;
  font-size: 2rem;
  color: #40b3d0;
}


@media screen and (max-width: 768px) {




  

  .post-contentwrap {
    flex-direction: column;
  }

  .post-content {
    width: 100%;
    margin-bottom: 50px;
  }

  .post-content .content-inner {
    padding: 0;
  }

  .post-content p {
    margin-bottom: 30px;
  }

  .post-sidebar {
    width: 100%;
    margin-left: 0;
  }


  .post-title {
    margin-bottom: 25px;
  }

}