@charset "UTF-8";
/* ---------------------------------------------------
	common
------------------------------------------------------ */
#pagetit {
  background: url(../img/news/pagetit.jpg) no-repeat center;
  background-size: cover;
}
#pagetit.voice {
  background: url(../img/voice/pagetit.jpg) no-repeat center;
  background-size: cover;
}

#lead .lead_txt a {
  color: #0076a8;
  text-decoration: underline;
}
#lead .lead_txt a:hover {
  opacity: 1;
  text-decoration: none;
}

#blog_footer {
  padding: 50px 0;
  background: #172852;
  color: #fff;
}
#blog_footer .flex_col {
  position: relative;
  width: 50%;
  padding: 0 24px 10px;
  text-align: center;
}
#blog_footer .flex_col.col02 {
  border-left: 1px solid #0076a8;
}
#blog_footer .blog_f_tit {
  margin-bottom: 45px;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
}
#blog_footer .blog_f_logo {
  margin: 50px 0 45px;
  text-align: center;
}
#blog_footer .blog_f_address {
  display: inline-block;
  line-height: 1.875;
  text-align: left;
}
#blog_footer .blog_list {
  max-width: 340px;
  margin: 0 auto;
  text-align: left;
}
#blog_footer .blog_list li {
  line-height: 1.6;
}
#blog_footer .blog_list li + li {
  margin-top: 12px;
}
#blog_footer .blog_list li a {
  position: relative;
  display: block;
  padding: 26px 28px 26px 15px;
  background: #334267;
  position: relative;
}
#blog_footer .blog_list li a::before, #blog_footer .blog_list li a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  display: block;
  width: 10px;
  height: 1px;
  background: #fff;
  transform: translateY(-3px) rotate(35deg);
  transition: all 0.2s ease;
}
#blog_footer .blog_list li a::after {
  transform: translateY(2px) rotate(-35deg);
}

@media (max-width: 768px) {
  #blog_footer {
    margin-bottom: 60px;
    padding: 0;
  }
  #blog_footer .container {
    width: 100%;
  }
  #blog_footer .blog_f_col {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  #blog_footer .flex_col {
    width: 100%;
    margin: 0 auto;
    padding: 28px 4.8% 32px;
  }
  #blog_footer .flex_col.col01 {
    text-align: center;
  }
  #blog_footer .flex_col.col02 {
    width: 100%;
    border-left: none;
    border-top: 1px solid #0076a8;
  }
  #blog_footer .blog_f_tit {
    margin-bottom: 20px;
  }
  #blog_footer .blog_f_pic {
    width: 500px;
    max-width: 86%;
    margin: 0 auto;
  }
  #blog_footer .blog_f_logo {
    margin: 24px 0 20px;
    padding-left: 20px;
  }
  #blog_footer .blog_list {
    width: 100%;
  }
  #blog_footer .blog_list li a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/* ---------------------------------------------------
	category
------------------------------------------------------ */
#category {
  padding: 96px 0 96px;
}

.post_box_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 auto 20px;
}

.post_box {
  position: relative;
  width: 348px;
  max-width: 32.3%;
  margin-right: 1.66%;
  margin-bottom: 30px;
  cursor: pointer;
  transition: all .2s;
}
.post_box:nth-of-type(3n) {
  margin-right: 0;
}
.post_box .eyecatch {
  width: 100%;
  height: 219px;
  overflow: hidden;
}
.post_box .eyecatch a {
  display: block;
}
.post_box .eyecatch img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.post_box .post_txt {
  margin-top: 15px;
}
.post_box .post_date {
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
}
.post_box .post_cat {
  display: inline-block;
  min-width: 200px;
  margin-right: 20px;
  padding: 5px 10px;
  border: 1px solid #172852;
  color: #172852;
  line-height: 1.3;
  vertical-align: middle;
  text-align: center;
}
.post_box .post_tit {
  margin-top: 8px;
  line-height: 1.66;
}

.notfound {
  width: 100%;
  padding: 80px 0 100px;
  text-align: center;
}

.pageNavi {
  position: relative;
  margin: 0 auto 0;
  padding: 15px 0;
  border-top: 1px solid #172852;
  border-bottom: 1px solid #172852;
  line-height: 1.2;
}
.pageNavi .pageNum {
  display: inline-block;
  margin-right: 20px;
}
.pageNavi .current {
  padding: 3px 8px;
  display: inline-block;
  margin-right: 5px;
  background: #172852;
  border: 1px solid #172852;
  color: #fff;
  opacity: 1;
}
.pageNavi a {
  display: inline-block;
  margin-right: 5px;
  padding: 3px 8px;
  border: 1px solid #172852;
}
.pageNavi a:hover {
  background: #172852;
  color: #fff;
  opacity: 1;
}
.pageNavi .page-numbers.dots {
  margin-right: 3px;
}
.pageNavi .prev,
.pageNavi .next {
  padding: 3px 7px;
  background: #172852;
  color: #fff;
  letter-spacing: .1em;
}
.pageNavi .prev:hover,
.pageNavi .next:hover {
  opacity: .7;
}
.pageNavi .prev:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 13px;
  margin: 0 8px 2px 0;
  background: url("../img/news/icon_arrow.png") no-repeat;
  background-size: 100%;
  vertical-align: middle;
  transform: scale(-1, 1);
}
.pageNavi .next:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 13px;
  margin: 0 0 2px 8px;
  background: url("../img/news/icon_arrow.png") no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
.pageNavi .pnext {
  position: relative;
  margin: 0;
  padding: 3px 7px;
  background: #172852;
  color: #fff;
}
.pageNavi .pnext:hover {
  opacity: .7;
}
.pageNavi .pnext.left {
  float: left;
}
.pageNavi .pnext.left:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 13px;
  margin: 0 8px 2px 0;
  background: url("../img/news/icon_arrow.png") no-repeat;
  background-size: 100%;
  vertical-align: middle;
  transform: scale(-1, 1);
}
.pageNavi .pnext.top {
  padding: 3px 15px;
}
.pageNavi .pnext.right {
  float: right;
}
.pageNavi .pnext.right:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 13px;
  margin: 0 0 2px 8px;
  background: url("../img/news/icon_arrow.png") no-repeat;
  background-size: 100%;
  vertical-align: middle;
}

@media (max-width: 768px) {
  #category {
    padding: 48px 0;
  }

  .post_box_wrap {
    width: 100%;
    margin: 0 0 20px;
    justify-content: space-between;
  }

  .post_box {
    width: 48%;
    max-width: 48%;
    margin-right: 0;
    margin-bottom: 28px;
    height: auto;
  }
  .post_box .eyecatch {
    height: auto;
  }
  .post_box .post_date {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .post_box .post_cat {
    min-width: 150px;
    margin-right: 15px;
    margin-bottom: 8px;
    font-size: 16px;
  }
  .post_box .post_tit {
    margin-top: 0;
    line-height: 1.5;
    word-break: break-all;
  }

  .pageNavi {
    margin: 0 auto;
    padding: 8px 0 3px;
    font-size: 16px;
    text-align: center;
  }
  .pageNavi .current {
    margin-bottom: 5px;
    padding: 10px 10px;
  }
  .pageNavi a {
    margin-bottom: 5px;
    padding: 10px 10px;
  }
  .pageNavi .prev {
    margin-bottom: 5px;
    padding: 10px 10px;
  }
  .pageNavi .next {
    margin-bottom: 5px;
    padding: 10px 10px;
  }
  .pageNavi .pageNum {
    display: block;
    margin: 0 auto 10px;
    text-align: center;
  }
  .pageNavi .pnext {
    margin-bottom: 5px;
    padding: 10px 15px;
  }
  .pageNavi .pnext.left {
    width: 49%;
  }
  .pageNavi .pnext.top {
    clear: both;
    width: 100%;
    padding: 10px 15px;
  }
  .pageNavi .pnext.right {
    width: 49%;
  }
}
@media (max-width: 480px) {
  .post_box {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .post_box:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (max-width: 320px) {
  .pageNavi .pnext {
    padding: 10px 5px;
    font-size: 14px;
  }
}
/* ---------------------------------------------------
	single
------------------------------------------------------ */
#single {
  padding: 96px 0;
}
#single .pageNavi {
  text-align: center;
  letter-spacing: .1em;
}

.single_tit_wrap {
  width: 100%;
  margin: 0 auto 32px;
  padding: 0 20px;
  background: #d9ebf2;
  color: #0076a8;
}
.single_tit_wrap .single_date {
  padding: 22px 40px 18px;
  border-bottom: 1px solid #0076a8;
  font-size: 18px;
  line-height: 1.2;
}
.single_tit_wrap .single_tit {
  padding: 20px 40px 18px;
  font-size: 24px;
  line-height: 1.6;
  word-break: break-all;
  vertical-align: top;
}

.single_f {
  width: 100%;
  margin: 32px auto 48px;
  padding: 24px 20px 20px;
  background: #172852;
  color: #fff;
}
.single_f .single_f_sns .fb_iframe_widget {
  vertical-align: top;
}
.single_f .single_f_sns #twitter-widget-0 {
  vertical-align: top;
}
.single_f .single_f_cat {
  margin-top: 5px;
  line-height: 1.6;
}

@media (max-width: 768px) {
  #single {
    padding: 48px 0 48px;
  }

  .single_tit_wrap {
    margin-bottom: 24px;
  }
  .single_tit_wrap .single_date {
    padding: 22px 10px 18px;
  }
  .single_tit_wrap .single_tit {
    padding: 20px 10px 18px;
    font-size: 22px;
  }
}
/* ---------------------------------------------------
	お客様の声
------------------------------------------------------ */
.voice_reply {
  width: 100%;
  margin: 96px auto 96px;
  padding: 0 20px;
  background: #f4ece5;
}
.voice_reply .reply_tit {
  padding: 22px 40px 18px;
  border-bottom: 1px solid #d06d43;
  color: #d06d43;
  font-size: 18px;
  line-height: 1.2;
}
.voice_reply .reply_txt {
  padding: 20px 40px 24px;
}
.voice_reply .reply_txt .name {
  margin-top: 1.6em;
}

@media (max-width: 768px) {
  .voice_reply {
    margin: 32px auto;
  }
  .voice_reply .reply_tit {
    padding: 22px 10px 18px;
  }
  .voice_reply .reply_txt {
    padding: 20px 10px 24px;
  }
}
/* ---------------------------------------------------
	wp_common
------------------------------------------------------ */
.entry_content {
  max-width: 1040px;
  margin: 0 auto 32px;
  text-align: left;
  line-height: 1.66;
  word-wrap: break-word;
}

.entry_content p {
  display: block;
  margin: 1em 0 2em;
  line-height: 1.66;
}

.entry_content a {
  text-decoration: underline;
}

.entry_content a:hover {
  text-decoration: none;
}

.entry_content div {
  margin: 28px 0;
}

.entry_content strong {
  font-weight: bold;
}

.entry_content strong span {
  font-weight: bold;
}

.entry_content em {
  font-style: italic;
}

.entry_content blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

.entry_content .aligncenter {
  display: block;
  margin: 0 auto;
}

.entry_content .alignright {
  float: right;
  margin: 0 0 10px 10px;
}

.entry_content .alignleft {
  float: left;
  margin: 0 10px 10px 0;
}

.entry_content img {
  max-width: 100%;
  height: auto;
}

.entry_content {
  /* gutenberg */
}
.entry_content h1 {
  margin: 2em auto 1em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #e7b6a1;
  font-size: 1.5em;
}
.entry_content h2 {
  margin: 1em auto 0.75em;
  font-size: 1.375em;
}
.entry_content h3 {
  margin: 2em auto 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #0076a8;
  color: #172852;
  font-size: 1.125em;
  font-weight: bold;
}
.entry_content h4 {
  margin-bottom: 0.5em;
  font-size: 1.125em;
  font-weight: bold;
}
.entry_content h5 {
  margin-bottom: 0.5em;
  font-weight: bold;
}
.entry_content h6 {
  margin-bottom: 0.5em;
  font-size: 0.875em;
  font-weight: bold;
}
.entry_content table {
  margin: 1em 0;
}
.entry_content table th,
.entry_content table td {
  padding: 10px;
  vertical-align: top;
  border: 1px solid #bfbfbf;
}
.entry_content table p {
  margin: 0;
}
.entry_content ul {
  margin: 1em 0;
  list-style: disc;
  padding-left: 1.5em;
}
.entry_content ul li {
  list-style: disc;
}
.entry_content ol {
  margin: 1em 0;
  list-style: decimal;
  padding-left: 1.5em;
}
.entry_content ol li {
  list-style: decimal;
}
.entry_content pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
.entry_content code,
.entry_content kbd,
.entry_content samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.entry_content sub,
.entry_content sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.entry_content sub {
  bottom: -0.25em;
}
.entry_content sup {
  top: -0.5em;
}
.entry_content legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
.entry_content progress {
  vertical-align: baseline;
}
.entry_content pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}
.entry_content code, .entry_content kbd, .entry_content tt, .entry_content var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}
.entry_content abbr, .entry_content acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
.entry_content mark, .entry_content ins {
  background: #fff9c0;
  text-decoration: none;
}
.entry_content big {
  font-size: 125%;
}
.entry_content details {
  display: block;
}
.entry_content summary {
  display: list-item;
}
.entry_content template {
  display: none;
}
.entry_content dfn, .entry_content cite, .entry_content em, .entry_content i {
  font-style: italic;
}
.entry_content blockquote {
  padding: 0 1em;
  border-left: 4px solid #ddd;
}
.entry_content embed,
.entry_content iframe,
.entry_content object {
  max-width: 100%;
}
.entry_content .wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.entry_content .wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry_content .wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.entry_content .wp-caption-text {
  text-align: center;
}
.entry_content .gallery {
  margin-bottom: 1.5em;
}
.entry_content .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.entry_content .gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.entry_content .gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.entry_content .gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.entry_content .gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.entry_content .gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.entry_content .gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.entry_content .gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.entry_content .gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.entry_content .gallery-caption {
  display: block;
}
.entry_content .wp-block-gallery {
  padding-left: 0;
}
.entry_content .wp-block-button__link {
  text-decoration: none;
}

@media (max-width: 768px) {
  .entry_content {
    margin-bottom: 30px;
    line-height: 1.8;
  }
  .entry_content p {
    line-height: 1.8;
  }
  .entry_content table {
    max-width: 100%;
    width: 100% !important;
  }
}

/* ---------------------------------------------------
	index.html specific styles
------------------------------------------------------ */
#lead {
  padding: 40px 0;
  text-align: center;
}

#lead .sec_tit {
  font-size: 28px;
  margin-bottom: 20px;
}

#lead .sec_tit .en {
  display: block;
  color: #d4a574;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}

#lead .sec_tit .en .icon {
  top: 0;
  display: block;
  width: 28px;
  margin: 0 auto 5px;
}

#lead .lead_txt {
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  #lead {
    padding: 30px 0;
  }
  
  #lead .sec_tit {
    font-size: 24px;
  }
  
  #lead .lead_txt {
    font-size: 14px;
  }
}

/* ---------------------------------------------------
	detail.html specific styles
------------------------------------------------------ */
/* 本番サイトに合わせたスタイル調整 */
body#blog {
  background: #222;
}

body#blog #contents {
  background: #222;
}

/* Lead Section */
body#blog #lead {
  padding: 40px 0;
  text-align: center;
}

body#blog #lead .sec_tit {
  font-size: 28px;
  margin-bottom: 20px;
  color: #fff;
}

body#blog #lead .sec_tit .en {
  display: block;
  color: #d4a574;
  font-size: 14px;
  margin-bottom: 5px;
  letter-spacing: 0.1em;
}

body#blog #lead .sec_tit .en .icon {
  top: 0;
  display: block;
  width: 28px;
  margin: 0 auto 5px;
}

body#blog #lead .lead_txt {
  font-size: 16px;
  line-height: 1.8;
  color: #fff;
}

/* Single Section */
body#blog #single {
  padding: 0;
}

body#blog #single .container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}

/* Single Title */
body#blog .single_tit_wrap {
  margin: 0 0 0 0;
  background: #333;
  padding: 20px 30px;
  border: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
}

body#blog .single_date {
  font-size: 16px;
  color: #fff;
  margin: 0 0 10px 0 !important;
  padding: 0 !important;
  border: none !important;
  border-bottom: none !important;
}

body#blog .single_tit {
  font-size: 24px;
  line-height: 1.6;
  color: #fff;
  margin: 0;
  padding: 0 !important;
  border: none !important;
  border-bottom: none !important;
}

/* サムネイル画像を非表示 */
body#blog .news-detail-thumbnail {
  display: none;
}

/* Entry Content */
body#blog .entry_content {
  color: #fff;
  line-height: 1.8;
  font-size: 16px;
  padding: 30px;
  background: #222;
}

body#blog .entry_content img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}

body#blog .entry_content h2 {
  font-size: 24px;
  margin: 40px 0 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #555;
  color: #fff;
}

body#blog .entry_content h3 {
  font-size: 20px;
  margin: 30px 0 15px;
  color: #fff;
}

body#blog .entry_content p {
  margin: 15px 0;
  color: #fff;
}

body#blog .entry_content ul,
body#blog .entry_content ol {
  margin: 15px 0;
  padding-left: 25px;
  color: #fff;
}

body#blog .entry_content li {
  margin: 8px 0;
  color: #fff;
}

body#blog .entry_content a {
  color: #d4a574;
  text-decoration: underline;
}

body#blog .entry_content a:hover {
  color: #b38a5d;
}

/* Social Share Buttons */
body#blog .social-share {
  margin: 30px 0 20px;
  padding: 20px 0;
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  display: flex;
  gap: 15px;
  align-items: center;
}

body#blog .social-share .twitter-share-button {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  background: #1DA1F2;
  color: white;
  text-decoration: none;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  transition: background 0.3s;
}

body#blog .social-share .twitter-share-button:hover {
  background: #1a8cd8;
}

body#blog .social-share .facebook-share-button {
  display: inline-flex;
  align-items: center;
  padding: 5px 12px;
  background: #1877F2;
  color: white;
  text-decoration: none;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 500;
  transition: background 0.3s;
}

body#blog .social-share .facebook-share-button:hover {
  background: #166fe5;
}

body#blog .social-share iframe {
  vertical-align: middle;
}

/* Post Categories */
body#blog .post-categories {
  margin: 20px 0 30px;
  color: #ccc;
  font-size: 14px;
}

body#blog .post-categories p {
  margin: 0;
  color: #ccc;
}

/* Page Navigation */
body#blog .pageNavi {
  margin-top: 30px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

body#blog .pageNavi .pback,
body#blog .pageNavi .pnext {
  display: inline-block;
  padding: 12px 30px;
  background: #666;
  color: white;
  text-decoration: none;
  border-radius: 3px;
  transition: background 0.3s;
  font-size: 14px;
}

body#blog .pageNavi .pback:hover,
body#blog .pageNavi .pnext:hover {
  background: #777;
}

body#blog .clearfix::after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 768px) {
  body#blog #lead {
    padding: 30px 0;
  }
  
  body#blog #lead .sec_tit {
    font-size: 24px;
  }
  
  body#blog #lead .lead_txt {
    font-size: 14px;
  }
  
  body#blog #single {
    padding: 30px 0;
  }
  
  body#blog .single_tit {
    font-size: 22px;
  }
  
  body#blog .entry_content {
    font-size: 15px;
  }
  
  body#blog .entry_content h2 {
    font-size: 20px;
  }
  
  body#blog .entry_content h3 {
    font-size: 18px;
  }

  body#blog .pageNavi {
    flex-direction: column;
    gap: 15px;
  }

  body#blog .pageNavi .pback,
  body#blog .pageNavi .pnext {
    width: 100%;
    text-align: center;
  }

  body#blog .social-share {
    flex-direction: column;
    align-items: flex-start;
  }
}
