/* top-nav */
.top-nav {
margin: 60px 0;
justify-content: space-between;
}
.top-nav > div {
width: 410px;
flex: none;
}
/* top-slider */
.top-slider .btn a {
border: 3px solid #ba1f2a;
}
/* top-news */
.top-news {
margin: 60px 0;
}
.top-news .top-news_ttl {
margin-bottom: 10px;
padding: 20px 25px;
background-color: #676767;
font-size: 20px;
font-weight: normal;
color: #fff;
}
.top-news .top-news_list {
display: flex;
width: 1080px;
margin: 0px auto;
padding: 20px 0;
border-bottom: 1px solid #ccc;
}

.top-news .top-news_list .top-news_list_date,
.top-news .top-news_list .top-news_list_ttl {
line-height: 1.5;
font-size: 14px;
}
.top-news .top-news_list .top-news_list_date {
padding: 5px 10px;
width: 150px;
}
.top-news .top-news_list .top-news_list_ttl {
width: 930px;
}
.top-news .top-news_list .top-news_list_ttl a {
display: inline-block;
padding: 5px 10px;
position: relative;
z-index: 1;
text-decoration: none;
transition: color .3s ease;
font-size: 14px;
}
.top-news .top-news_list .top-news_list_ttl a::after {
content: '';
display: block;
width: 0%;
height: 100%;
position: absolute;
left: 0px;
top: 0px;
z-index: -1;
background-color: #333;
transition: width .3s ease;
}
.top-news .top-news_list .top-news_list_ttl a:hover {
color: #fff;
text-decoration: none;
}
.top-news .top-news_list .top-news_list_ttl a:hover::after {
width: 100%;
}

.top-news .btn {
display: flex;
justify-content: flex-end;
width: 1080px;
margin: 30px auto 0 auto;
}
.top-news .btn .btn_link {
display: flex;
align-items: center;
width: 180px;
height: 40px;
padding: 0 20px;
position: relative;
box-sizing: border-box;
background-color: #fff;
border: 1px solid #333;
border-radius: 40px;
font-size: 12px;
font-weight: bold;
color: #333;
text-align: left;
text-decoration: none;
transition: all .3s ease;
}
.top-news .btn .btn_link::before {
content: '';
display: block;
width: 11px;
height: 11px;
margin: -6px 18px 0 0;
position: absolute;
top: 50%;
right: 0;
background: url(/img/share/arrow_01_black.svg) no-repeat center center;
background-size: cover;
}
.top-news .btn .btn_link:hover {
background-color: #333;
color: #fff;
}
.top-news .btn .btn_link:hover::before {
background-image: url(/img/share/arrow_01_white.svg);
}



.product-category-mv-sub h2 a.link__mv {
	margin: 0 0 10px 0;
	display: inline-block;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
.product-category-mv-sub h2 .text__mv {
	display: block;
}


.product-category-list .inr .clm .clm__inner a .clm__img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 219px;
  overflow: hidden;
}
.product-category-list .inr .clm .clm__inner a .clm__img {
  position: relative;
}
.product-category-list .inr .clm .clm__inner a .clm__img img {
  transition: all .6s ease;
}
.product-category-list .inr .clm .clm__inner a:hover .clm__img img {
  transform: scale(1.2);
}
.product-category-list .inr .clm .clm__inner a .clm__img::before,
.product-category-list .inr .clm .clm__inner a .clm__img::after {
  position: absolute;
  z-index: 2;
  content: '';
  width: 0;
  height: 0;
  border: 3px solid transparent;
  box-sizing: border-box;
}
.product-category-list .inr .clm .clm__inner a .clm__img::before {
  top: 0px;
  left: 0px;
}
.product-category-list .inr .clm .clm__inner a .clm__img::after {
  bottom: 0px;
  right: 0px;
}
.product-category-list .inr .clm .clm__inner a:hover .clm__img {
  color: #af1b25;
}
.product-category-list .inr .clm .clm__inner a:hover .clm__img::before,
.product-category-list .inr .clm .clm__inner a:hover .clm__img::after {
  width: 100%;
  height: 100%;
}
.product-category-list .inr .clm .clm__inner a:hover .clm__img::before {
  border-bottom-color: #af1b25;
  border-left-color: #af1b25;
  transition: height .3s, width .3s .3s;
}
.product-category-list .inr .clm .clm__inner a:hover .clm__img::after {
  border-top-color: #af1b25;
  border-right-color: #af1b25;
  transition: height .3s, width .3s .3s;
}


.contents-block {
  width: 954px;
  margin: 0 auto;
  padding: 50px 0 100px 0;
  background: #fff;
}

.block {
  margin-top:30px;
}
.clm > .clm__detail {
  flex:1;
}


.block__single {
  margin:50px 0 100px 0;
}
.block__single p {
  margin-top:30px;
  text-align:center;
}
.block__single p:first-child {
  margin-top:0;
}


#sitemap #maplist .lev1__item {
  margin: 30px 0;
  font-size:18px;
  font-weight:bold;
}
#sitemap #maplist .lev2__item {
  margin: 20px 20px;
  font-size:16px;
  font-weight:bold;
}
#sitemap #maplist .lev3__item {
  margin: 20px 40px;
  font-size:14px;
  font-weight:bold;
}
#sitemap #maplist .lev4__item {
  font-size:14px;
  margin: 20px 60px;
}


.footer-contact div .note {
margin: 30px 0 0 0;
font-size: 21px;
}


/* new css */
.blog-mv {
  background: url(/blog/bg_mt.jpeg) no-repeat center / cover;
  color: #fff;
  display: flex;
  align-items: center;
  height: 260px;
  padding: 0 10.4%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
}
.blog-mv p {
  margin: 0;
}
.blog-mv h1 {
  border-top: 1px solid #fff;
  display: inline-block;
  font-size: 54px;
  padding: 15px 0 0;
  margin: 15px 0 0;
}
/*  */
.blog-container {
  padding: 80px 0 120px;
  max-width: 1248px;
  margin: 0 auto;
}
.blog-categories {
  margin: 0 0 48px;
}
.blog-categories ul {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.blog-categories li {
  width: calc(20% - 10px);
  list-style: none;
}
.blog-categories a {
  border-radius: 6px;
  background-color: #f0f0f0;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 70px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  transition: all 0.3s ease;
}
.blog-categories a.on,
.blog-categories a:hover {
  background-color: #ba1f2a;
  color: #fff;
  text-decoration: none;
}

/*  */
.blog-list ul {
  display: flex;
  flex-wrap: wrap;
  column-gap: 32px;
  row-gap: 60px;
}
.blog-list li {
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  background-color: #fff;
  width: calc(33.3333% - 22px);
  list-style: none;
  transition: all 0.3s ease;
}
.blog-list a {
  color: #000;
  display: block;
  height: 100%;
}
.blog-img {
  height: 240px;
  border-bottom: 1px solid #f2f2f2;
}
.blog-list img {
  border-radius: 6px 6px 0 0;
  /* width: 100%; */
  width: 394px;
  height: 240px;
  object-fit: cover;
  object-position: center;
}
.blog-cont {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 240px);
  padding: 20px 30px;
}
.blog-cont h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
.blog-cont p,
.blog-heading p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin: 10px 0 0;
}
.blog-cont p.entry_date,
.blog-heading p.entry_date {
  color: #aeaeae;
}
.blog-cont p.entry_cate span,
.blog-heading p.entry_cate span {
  border-radius: 4px;
  background-color: #ba1f2a;
  color: #fff;
  display: inline-block;
  padding: 8px 10px;
  font-size: 12px;
  font-weight: bold;
}
.blog-list li:hover {
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.1);
}
.blog-list a:hover {
  text-decoration: none;
}
/*  */
.pagination {
  margin: 100px 0 0;
}
.pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.pagination li {
  list-style: none;
}
.pagination a {
  border-radius: 4px;
  border: 1px solid #000;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease;
}
.pagination a.on,
.pagination a:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}
.pagination a.isPrev,
.pagination a.isNext {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 6px 10px;
}
.pagination a.isPrev {
  background-image: url(../img/blog/prev_on.png);
}
.pagination a.isNext {
  background-image: url(../img/blog/next_on.png);
}
.pagination a.isPrev:hover img,
.pagination a.isNext:hover img {
  opacity: 0;
}
/*  */
.blog-banner {
  background-color: #f0f0f0;
  padding: 100px 0;
  margin: 0 0 80px;
}
.blog-banner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}
.blog-banner li {
  list-style: none;
}
.blog-banner a {
  transition: all 0.3s ease;
}
.blog-banner a:hover {
  opacity: 0.7;
}
/*  */
.contents-detail {
  max-width: 1248px;
  margin: 0 auto;
}
.blog-heading {
  font-weight: 500;
  padding: 48px 0;
}
.blog-heading h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  margin: 16px 0;
}
.blog-heading p {
  font-size: 16px;
  margin: 0;
}
.blog-heading p.entry_date {
  line-height: 1.4;
  color: #aeaeae;
}
.blog-heading p.entry_cate span {
  font-size: 14px;
}

/*  */
.blog-contents {
  padding: 0 0 160px;
  position: relative;
}
.blog-contents::after {
  content: " ";
  display: block;
  clear: both;
}
.blog-content {
  float: left;
  width: 820px;
  font-size: 14px;
  font-weight: 500;
}
.blog-content img {
  max-width: 608px;
  max-height: 608px;
}
.blog-main-img {
  margin: 0 0 48px;
}
.blog-main-img img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.blog-content h2 {
  border-bottom: 4px solid #ba1f2a;
  background-color: #fff;
  color: #000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin: 100px 0 24px;
  padding: 0 0 10px;
}
.blog-content h3,
.blog-content h4 {
  color: #ba1f2a;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 24px 0;
}
.blog-content h4 {
  font-size: 18px;
  margin: 100px 0 24px;
}
/* 250815追加 */
.blog-content{
font-size: 1.1rem;
line-height: 2;
font-weight: 400;
letter-spacing: 0;
font-feature-settings: normal;
color: #424242;
font-family: Noto Sans JP,sans-serif;
}


.blog-content p {
  line-height: 2;
  margin: 0 0 28px;
}
.blog-content a {
  color: #ba1f2a;
  text-decoration: underline;
  font-weight: bold;
}
.blog-content p a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  // background: url(/blog/target.png) no-repeat center / 14px;
  width: 14px;
  height: 14px;
  margin-left: 3px;
}
.blog-content p a.open::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(/blog/target.png) no-repeat center / 14px;
  width: 14px;
  height: 14px;
  margin-left: 3px;
}
.blog-content a:hover {
  text-decoration: none;
}
.blog-section {
  background-color: #fbf4f4;
  padding: 40px;
  margin: 100px 0 0;
}
.blog-section figure,
.blockquote p,
.blockquote-footer p {
  margin: 0;
}
.blockquote {
  background: url(/blog/quote.png) no-repeat left top / 35px 29px;
  padding: 45px 0 0;
  margin: 0 0 16px;
}
.blockquote-footer {
  color: #7a7a7a;
  text-align: right;
}
.blog-content ul {
  margin-left: 1em;
}
.blog-content li {
  line-height: 2;
  margin: 0 0 10px;
}
.blog-content li:last-child {
  margin-bottom: 0;
}
.block {
  margin: 100px 0 0;
}
.block table {
  width: 100%;
  border-collapse: collapse;
}
.block th,
.block td {
  border: 1px solid #e3e3e3;
  text-align: center;
  padding: 12px;
  line-height: 1.8;
}
.block th {
  background-color: #fbf4f4;
}
.block tbody th {
  width: 255px;
}
.block thead th {
  background-color: #ba1f2a;
  color: #fff;
}
/*  */
.paginate {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.paginate a {
  font-weight: 500;
  color: #000;
  text-decoration: none;
  border: 1px solid #000;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  width: 60px;
  height: 40px;
  transition: all 0.3s ease;
}
.paginate a:hover {
  border-color: #ba1f2a;
  background-color: #ba1f2a;
  color: #fff;
}
/*  */
.blog-sidebar {
  float: right;
  width: 370px;
  position: sticky;
  top: 112px;
}
.blog-sidebar-box {
  background-color: #f8f8f8;
  padding: 32px 29px;
  margin: 0 0 32px;
  font-size: 14px;
  font-weight: 500;
}
.blog-sidebar-box h5 {
  color: #ba1f2a;
  border-bottom: 2px solid #ba1f2a;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0 8px;
  margin: 0 0 16px;
}
.cate-list {
  margin: 0 0 26px;
}
.cate-list li {
  list-style: none;
  margin: 0 0 2px;
}
.cate-list li:last-child {
  margin-bottom: 0;
}
.cate-list a {
  color: #000;
  border-radius: 4px;
  display: block;
  padding: 11px 14px;
  font-weight: bold;
  text-decoration: none;
}
.cate-list a.on,
.cate-list a:hover {
  background-color: #fff;
}
.related-list li {
  list-style: none;
}
.related-list li:not(:last-child) {
  border-bottom: 1px solid #e3e3e3;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.related-list a {
  color: #000;
  display: flex;
  font-size: 12px;
  line-height: 1.83;
  letter-spacing: 0.05em;
}
.related-list .photo {
  width: 130px;
}
.related-list p {
  box-sizing: border-box;
  width: calc(100% - 130px);
  margin: 0;
  padding: 0 0 0 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-height: 65px;
}
.related-list img {
  width: 130px;
  height: 71px;
  object-fit: cover;
  object-position: center;
}
/*  */
.blog-sidebar-bnrs li {
  list-style: none;
  text-align: center;
  margin: 0 0 16px;
}
.blog-sidebar-bnrs a {
  display: block;
  transition: all 0.3s ease;
}
.blog-sidebar-bnrs a:hover {
  opacity: 0.7;
}
.blog-content p { margin: 0; }

/* 2024.11.27 add */
.top-slider .btn { margin-top: 0; }
.top-slider .btn a { margin-top: 10px; }
.top-slider .ctx dt {padding-top: 70px; }
.news1201 { background-color: #fffffff5; 
  margin:45px 0 0 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc;
}
.news1201 p a {
color: #171717;
text-decoration: underline;
}
.news1201 p a:hover {
color: #171717;
text-decoration: none;
}

.blank_link {
	margin: 40px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.blank_link a {
	text-decoration: underline;
	color: #333;
}
.blank_link a:hover {
	text-decoration: none;
    color: #333;
}
.map_blank_link {
	margin: 0;
	font-size: 18px;
	font-weight: bold;
}
