body {
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  line-height: 1.5;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

p {
  margin: 0 0 24px;
}

.entry-content address,
.entry-content dl,
.entry-content ol,
.entry-content ul,
pre,
table {
  margin-bottom: 24px;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid;
  width: 100%;
}

table,
td,
th,
.widget_calendar table {
  border-color: rgba(94, 94, 94, 0.1);
}

td,
th {
  padding: 10px 15px;
}

iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

blockquote {
  color: rgba(17, 17, 17, 0.8);
}

blockquote,
q {
  font-size: 18px;
  line-height: 26px;
  position: relative;
  font-weight: 600;
  padding-left: 50px;
  margin: 0;
}

blockquote::before,
q::before {
  content: "”";
  font-size: 72px;
  position: absolute;
  top: -2px;
  left: 6px;
  font-weight: 900;
  line-height: 72px;
  color: rgba(17, 17, 17, 0.15);
}

a:hover {
  color: #009cff;
}

.container {
  width: 1120px;
  margin: auto;
  padding: 70px 0;
  display: grid;
  grid-template-columns: 100px 700px 270px;
  grid-template-rows: 1fr;
  grid-column-gap: 2%;
  grid-row-gap: 0px;
}
.sharebtn_bar {
  grid-area: 1 / 1 / 2 / 2;
}
.post_content {
  grid-area: 1 / 2 / 2 / 3;
}
.recentpost_bar {
  grid-area: 1 / 3 / 2 / 4;
}

.content {
  padding: 0 3%;
}

.content a {
  color: #009cff;
}

.content a:hover {
  text-decoration: underline;
}

.post_content div {
  max-width: 100%;
}

.post_content {
  border: 1px solid #e5e5e5;
}

.post_header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 20px 0;
  padding: 0 3%;
}

.post_title {
  font-size: 36px;
  margin: 0;
}

.post_details {
  color: #818181;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  gap: 10px;
  align-items: center;
}

.post_details .author_avatar {
  width: 24px;
}

.post_time,
.read_time {
  display: flex;
  align-items: center;
  gap: 4px;
}

.post_time:before {
  font-family: "dashicons";
  content: "\f508";
}

.read_time:before {
  font-family: "dashicons";
  content: "\f469";
}

.sharebtn_area {
  display: none;
}

.sharebtn_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  position: sticky;
  top: 140px;
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 28px;
}

.sharebtn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 4px;
}

.sharebtn:hover {
  color: #fff;
}

.sharebtn img {
  height: 60%;
}

.sharebtn.fb {
  background: #3b5998;
}
.sharebtn.tw {
  background: #55acee;
}
.sharebtn.rb {
  background: #369;
}
.sharebtn.pt {
  background: #c8232c;
}
.sharebtn.mail {
  background: #95a5a6;
}

.recentpost_container {
  border: 1px solid #e5e5e5;
  background: #fff;
  padding: 25px 30px 30px;
  position: sticky;
  top: 140px;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.news_container {
  position: relative;
  height: 100%;
  display: block;
}

.news_container .overray {
  background-image: linear-gradient(180deg, rgba(85, 85, 85, 0), rgba(83, 83, 83, 0) 50%, rgba(48, 48, 48, 0.44) 60%, rgba(0, 0, 0, 1));
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
}

.news_img {
  height: 100%;
}

.news_title {
  font-size: 14px;
  line-height: 1.4;
  position: absolute;
  bottom: 0;
  text-align: center;
  color: #fff;
}

.news_title_container li:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.content p {
  margin: 0 0 24px;
}

.related_container {
  padding: 0 3%;
}

.related_articles {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin: 10px 0 22px;
}

.related_post {
  width: 30%;
}

.related_post img {
  aspect-ratio: 4/3;
  object-fit: cover;
  border: 1px solid #ededed;
}

.related_post_title {
  text-align: center;
  flex-grow: 1;
  margin: 6px 10px 10px;
}

.tags_container {
  padding: 0 3%;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
}

.tags_container li a {
  font-size: 12px;
  background: #009cff;
  color: #fff;
  display: block;
  padding: 4px 11px;
  border-radius: 20px;
}

.author_container {
  display: flex;
  align-items: center;
  padding: 50px 3%;
  border-top: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  margin: 50px 3%;
  gap: 14px;
}

.author_container .author_avatar {
  height: 52px;
  width: 52px;
}

.author_all_post {
  display: block;
  color: #fff;
  background-color: #009cff;
  padding: 8px 12px;
  border-radius: 20px;
  margin: 8px 0 0;
  font-size: 12px;
  text-align: center;
}

.to_prev_and_next {
  display: flex;
  justify-content: space-between;
  padding: 0 3%;
  margin: 50px 0;
  font-size: 14px;
}

.to_prev_and_next > span {
  width: 40%;
  display: flex;
  align-items: center;
  gap: 8px;
}

.icon_prev::before {
  font-family: "dashicons";
  content: "\f341";
  background: rgba(94, 94, 94, 0.1);
  width: 40px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  transition: 0.2s;
}

.icon_next::after {
  font-family: "dashicons";
  content: "\f345";
  background: rgba(94, 94, 94, 0.1);
  width: 40px;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  transition: 0.2s;
}

.icon_prev:hover::before,
.icon_next:hover::after {
  background: #009cff;
  color: #fff;
  transition: 0.2s;
}

/*----------------------*/

/*    レスポンシブ    */

/*----------------------*/

@media screen and (max-width: 1023px) {
  .container {
    display: flex;
    flex-direction: column;
    width: 94%;
    gap: 30px;
    overflow: visible;
  }

  .post_content {
    grid-area: 1 / 1 / 2 / 2;
  }
  .recentpost_bar {
    grid-area: 2 / 1 / 3 / 2;
  }

  .sharebtn_area {
    display: block;
  }

  .sharebtn_bar {
    display: none;
  }

  .sharebtn_container {
    justify-content: space-between;
    gap: 12px;
    padding: 22px;
    border: none;
    position: inherit;
    flex-direction: inherit;
  }

  .recentpost_container {
    position: inherit;
  }

  .news_title_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .sharebtn {
    width: 100%;
    height: 40px;
  }

  .news_title_container li {
    width: 32%;
  }

  .news_title_container li:not(:last-child) {
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .news_title_container li {
    width: 45%;
  }
}

@media screen and (max-width: 550px) {
  .related_post {
    width: 45%;
  }
}

@media screen and (max-width: 400px) {
  .news_title_container li {
    width: 100%;
  }
}
