@charset "UTF-8";
/*
Theme Name: 大谷造船工業株式会社様用オリジナルテーマ
Theme URI:
Author: 大谷造船工業株式会社
Author URI: http://#
Description: 大谷造船工業株式会社様用オリジナルテーマです。
Version: 1.0
License:
License URI:
*/

/* ニュース */
.top main .news {
  display: block;
}
.top main .news .box_r {
  width: 100%;
}

/*ブログ*/
.top main .blog .box .box_in {
  display: flex;
  flex-wrap: wrap;
}

/* WP配下 */
.wpmain {
	padding-top: 90px;
	padding-bottom: 130px;
}
@media screen and (max-width: 767px) {
  .wpmain {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }
}

.entry {
  max-width: 800px;
  margin-inline: auto;
}

.entry__meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  margin-bottom: 10px;
}

.entry__date {
  display: block;
  color: #1b5a82;
  font-family: "Jost", sans-serif;
  font-size: 1.6rem;
}

.entry__cat {
  display: block;
  border: solid 1px #1b5a82;
  text-align: center;
  color: #1b5a82;
  font-size: 1.2rem;
  padding: .6em 1em;
  border-radius: 2px;
}

.blog__cat {
  display: block;
  background: #1b5a82;
  border: solid 1px #1b5a82;
  color: #FFF;
  border-radius: 2px;
  font-size: 1.2rem;
  padding: .3em 1.6em;
}

.entry__ttl {
  font-size: clamp(24px,3vw,36px);
  margin-bottom: 40px;
  color: #1b5a82;
}

.entry__thumb {
  margin-bottom: 20px;
  text-align: center;
}

.entry-content strong {
  font-weight: 700;
}

.p-navigation {
  margin-top: 40px;
}

.p-navigation h2.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.p-navigation .nav-links ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: relative;
}

.p-navigation .nav-links ul li .page-numbers {
  width: 40px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-navigation .nav-links ul li a {
  background: #fff;
}

.p-navigation .nav-links ul li a.prev, .p-navigation .nav-links ul li a.next {
  margin: 0;
}

.p-navigation .nav-links ul li span {
  background: #1b5a82;
  color: #fff;
}
