/*
Theme Name: blog
*/
body {
  font-family: "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
  font-size: 100%;
  color: #333;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #333;
  text-decoration: none;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1360px) {
  .wrapper {
    padding: 0 4%;
  }
}

.mb-40 {
  margin-bottom: 40px;
  border: none;
}

.mb-80 {
  margin-bottom: 80px;
  border: none;
}

.header__logo {
  max-width: 1360px;
  margin: 15px auto;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 1360px) {
  .header__logo {
    text-align: center;
  }
}
.header__lists {
  background-color: #345;
}
.header__lists ul {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  gap: 60px;
  padding: 20px 0;
}
@media (max-width: 1360px) {
  .header__lists ul {
    justify-content: center;
  }
}
.header__lists ul li a {
  color: #fff;
}

.pickup__lists {
  display: flex;
  gap: 24px;
}
.pickup__lists li p {
  margin: 15px 0 20px 0;
}

.contents {
  display: flex;
  gap: 50px;
  justify-content: space-between;
}
@media (max-width: 1360px) {
  .contents {
    flex-direction: column;
  }
}
.contents__title {
  font-size: 1.5rem;
  margin-bottom: 25px;
  font-weight: bold;
}
.contents__thumbnail {
  height: 600px;
}
.contents__left {
  width: 60%;
}
@media (max-width: 1360px) {
  .contents__left {
    width: 100%;
  }
}
.contents__left__lists img {
  max-height: 500px;
}
.contents__left__lists p {
  word-break: break-word;
  overflow-wrap: break-word;
}
.contents__date {
  margin-bottom: 15px;
}
.contents__text {
  line-height: 20px;
  margin: 15px auto 30px auto;
  padding: 0 5%;
}
.contents__link {
  margin: 0 auto;
  width: 120px;
  transition: all 0.3s ease, box-shadow 0.3s ease;
}
.contents__link:hover {
  transform: translateY(-5px);
  font-weight: bold;
}
.contents__right {
  width: 30%;
  font-size: 0.9rem;
}
@media (max-width: 1360px) {
  .contents__right {
    width: 100%;
  }
}
.contents__right__title {
  font-size: 1.25rem;
  margin-bottom: 35px;
  font-weight: bold;
  text-align: center;
}

.author {
  text-align: center;
}
.author img {
  width: 130px;
  margin-bottom: 35px;
}
.author__text {
  text-align: left;
  line-height: 20px;
}

.ranking ul li {
  margin-bottom: 30px;
}
.ranking ul li:last-child {
  margin: 0;
}
.ranking ul li p {
  margin-top: 10px;
  line-height: 17px;
}

.archive ul li {
  border-top: 1px solid #ccc;
  padding: 23px;
}
.archive ul li:last-child {
  border-bottom: 1px solid #ccc;
}

.back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 50px;
  height: 50px;
  background-color: #333;
  color: #fff;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  border-radius: 50%;
  cursor: pointer;
  text-decoration: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.back-to-top:hover {
  background-color: #555;
}

.back-to-top.show {
  opacity: 1;
}

.footer {
  background-color: #ccc;
  padding-top: 50px;
}
.footer__container {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1360px) {
  .footer__container {
    flex-direction: column;
  }
}
.footer__section {
  flex: 1;
  margin: 0 10px;
}
@media (max-width: 1360px) {
  .footer__section {
    margin-bottom: 40px;
  }
}
.footer__section h3 {
  margin-bottom: 10px;
  font-weight: bold;
}
.footer__section ul li {
  border-top: 1px solid #333;
  padding: 10px 0;
}
.footer__section ul li:last-child {
  border-bottom: 1px solid #333;
}
.footer__section ul li a {
  font-size: 0.9rem;
}
.footer small {
  display: flex;
  justify-content: center;
  font-size: 10px;
  padding: 20px 0;
}

.pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pagination li {
  padding: 0 10px;
}

.pagination ul a:hover {
  opacity: 0.7;
}

#searchform {
  position: relative;
  margin-bottom: 60px;
  border: 1px solid #333;
  padding: 10px 20px;
}
#searchform button {
  position: absolute;
  top: -1px;
  right: -1px;
  border: 1px solid #333;
  padding: 13px;
}

.post-link {
  width: 300px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .post-link .post-link {
    width: 100%;
  }
}

.wpcf7-form input, .wpcf7-form textarea {
  width: 100%;
  border: solid 1px #c8c8c8;
  padding: 8px;
  margin-bottom: 10px;
}
.wpcf7-form input[type=submit] {
  background-color: #333;
  color: #fff;
  padding: 15px 0;
}
.wpcf7-form input[type=submit]:hover {
  opacity: 0.7;
}

.wp-block-columns {
  display: block;
}

body .is-layout-flex {
  display: block;
}

.page-title {
  border-bottom: 5px solid #ccc;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 20px;
}