@charset "UTF-8";
/* CSS Document (新着情報CMS) */
/*===index.php(メイン)用==============================*/
.news .inner {
  max-width: 1150px;
}
.news_flex {
  display: flex;
  align-items: center;
  padding: 60px 45px;
  background: #fff;
  border-radius: 25px;
}
.news_flex .maintitle {
  white-space: nowrap;
  margin-right: 80px;
  text-align: left;
}
.news_flex .maintitle span {
  margin-left: 0;
}
#newsWrap {
  width: 100%;
}
@media (max-width: 950px) {
  .news_flex .maintitle {
    text-align: center;
    margin: 0 auto 45px;
  }
  .news_flex .maintitle span {
    margin: auto;
  }
  .news_flex {
    display: block;
  }
}
@media (max-width: 550px) {
  .news_flex {
    padding: 35px 15px;
  }
  .news_flex .maintitle {
    margin-bottom: 30px;
  }
}
/**/
#newsWrap {
  position: relative;
}
#newsWrap ul#newsList01 {
  overflow-y: scroll;
  max-height: 182px;
  width: 100%;
  padding: 0 20px;
}
#newsWrap ul#newsList01 li {
  list-style-type: none;
  border-bottom: 1px dashed #d1d1d1;
  padding: 15px 0;
}
#newsWrap ul#newsList01 li:first-of-type {
  padding-top: 0 !important;
}
#newsWrap ul#newsList01 li:last-child {
  border-bottom: none;
}
#newsWrap ul#newsList01 li .up_ymd {
  display: inline-block;
  color: #0770f2;
  font-weight: 700;
  margin-right: 20px;
}
#newsWrap ul#newsList01 li a {
  text-decoration: none;
  color: #333 !important;
}
#newsWrap ul#newsList01 li a:hover {
  opacity: 0.6;
}
@media (max-width: 750px) {
  #newsWrap ul#newsList01 {
    padding: 0 10px;
    max-height: 175px;
  }
  #newsWrap ul#newsList01 li {
    padding: 10px 0;
  }
  #newsWrap ul#newsList01 li .up_ymd {
    line-height: 1.8;
    margin-bottom: 6px;
    font-size: 0.9rem;
    margin-right: 10px;
  }
  #newsWrap ul#newsList01 li .title {
    display: block;
  }
}
/* scrollbar */
#newsWrap ul#newsList01::-webkit-scrollbar {
  width: 5px;
}
#newsWrap ul#newsList01::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
#newsWrap ul#newsList01::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .6);
  border-radius: 10px;
}
/*===news-detail(詳細ページ)用==============================*/
#news-detail .flex {
  display: flex;
  justify-content: space-between;
}
#news-detail .flex #main {
  width: calc(100% - 300px);
}
#news-detail .flex #side {
  width: 270px;
  padding: 0;
}
/*main*/
ul.blog_list_css .cat_name {
  display: inline-block;
  background-color: #0770f2;
  color: #fff;
  padding: 4px 20px;
  margin-bottom: 13px;
  border-radius: 5px;
}
ul.blog_list_css .new_mark {
  display: inline-block;
  text-transform: capitalize;
  font-weight: 600;
  color: #f05742;
  font-size: 0.9rem;
  margin-left: 8px;
}
ul.blog_list_css .up_ymd {
  display: block;
  letter-spacing: 0.05em;
  color: #0770f2;
  margin-bottom: 20px;
}
ul.blog_list_css .up_ymd::before {
  font-family: "Font Awesome 6 Free";
  content: '\f017';
  font-weight: 900;
  padding-right: 0.5em;
}
#news-detail .pages {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}
#news-detail .pages > div {
  width: 45%;
}
#news-detail .pages .page_next {}
#news-detail .pages .page_prev {}
#news-detail .pages a {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  font-size: 0.9rem;
  padding: 15px;
  transition: 0.4s;
}
#news-detail .pages .page_prev a {
  text-align: right;
}
#news-detail .pages a:hover {
  opacity: 0.5;
}
/*side*/
#news-detail .flex #side .wrap {
  margin-bottom: 30px;
}
#news-detail .flex #side .wrap:last-child {
  margin-bottom: 0 !important;
}
#news-detail .flex #side .wrap h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}
#news-detail .flex #side .wrap h3::before {
  font-family: "Font Awesome 6 Free";
  content: '\f0ca';
  font-weight: 900;
  padding-right: 0.5em;
}
#news-detail .flex #side .wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
#news-detail .flex #side .wrap ul li {
  width: 49%;
  margin-bottom: 7px;
}
#news-detail .flex #side .wrap ul li a {
  display: block;
  text-align: center;
  width: 100%;
  border: 1px solid #ddd;
  padding: 8px 3px;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  transition: 0.4s;
  font-weight: 500;
}
#news-detail .flex #side .wrap ul li a:hover {
  opacity: 0.5;
}
@media (max-width: 960px) {
  #news-detail .flex {
    display: block;
  }
  #news-detail .flex #main {
    width: 100%;
    margin-bottom: 40px;
  }
  #news-detail .flex #side {
    width: 100%;
  }
  #news-detail .pages {
    display: block;
    margin-top: 40px;
  }
  #news-detail .pages > div {
    width: 100%;
  }
  #news-detail .pages .page_next {
    margin-bottom: 7px;
  }
}
/* Pager style（外部化可） */
.pager {
  text-align: center;
  padding: 10px;
  clear: both;
}
/*ページャーボタン*/
.pager a {
  border: 1px solid #444;
  color: #333;
  font-size: 12px;
  padding: 3px 7px 2px;
  text-decoration: none;
  margin: 0 1px;
  display: inline-block;
}
/*現在のページのボタン*/
.pager a.current {
  background: #444;
  color: #fff;
}
.pager a:hover {
  background: #444;
  color: #fff !important;
}
.overPagerPattern {
  padding: 0 2px;
}
/* Pager style */
/* ギャラリー============================================================ */
.carousel_wrap {
  width: 100%;
  margin: auto;
}
.carousel {
  width: calc(100% - 40px);
  padding: 0;
  margin: auto;
}
.carousel .inner {
  overflow: hidden;
  margin: 20px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
}
.carousel .inner img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
/*blog-detail(詳細ページ)用*/
#blog-detail .flex {
  display: flex;
  justify-content: space-between;
}
#blog-detail .flex #main {
  width: calc(100% - 300px);
}
#blog-detail .flex #side {
  width: 270px;
  padding: 0;
}
/*main*/
.blog-detail .flex #main .cat_name {
  display: inline-block;
  background-color: #0770f2;
  color: #fff;
  padding: 4px 20px;
  margin-bottom: 13px;
}
.blog-detail .flex #main .new_mark {
  display: inline-block;
  text-transform: capitalize;
  font-weight: 700;
  color: #f05742;
  font-size: 0.9rem;
  margin-left: 8px;
}
.blog-detail .flex #main .up_ymd {
  display: block;
  letter-spacing: 0.05em;
  color: #333;
  margin-bottom: 20px;
}
.blog-detail .flex #main .up_ymd::before {
  font-family: "Font Awesome 6 Free";
  content: '\f017';
  font-weight: 900;
  padding-right: 0.5em;
}
#blog-detail .pages {
  display: flex;
  justify-content: space-around;
  margin-top: 40px;
}
#blog-detail .pages > div {
  width: 45%;
}
#blog-detail .pages .page_next {}
#blog-detail .pages .page_prev {}
#blog-detail .pages a {
  display: block;
  width: 100%;
  font-size: 0.9rem;
  padding: 15px;
  transition: 0.4s;
  color: #333;
  border-radius: 5px;
  border: 2px solid rgba(0, 0, 0, 0.11);
}
#blog-detail .pages .page_prev a {
  text-align: right;
}
#blog-detail .pages a:hover {
  opacity: 0.5;
}
/*side*/
#blog-detail .flex #side .wrap {
  margin-bottom: 30px;
}
#blog-detail .flex #side .wrap:last-child {
  margin-bottom: 0 !important;
}
#blog-detail .flex #side .wrap h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
  font-weight: 500;
}
#blog-detail .flex #side .wrap h3::before {
  font-family: "Font Awesome 6 Free";
  content: '\f0ca';
  font-weight: 900;
  padding-right: 0.5em;
  color: #0770f2;
}
#blog-detail .flex #side .wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
#blog-detail .flex #side .wrap ul li {
  width: 49%;
  margin-bottom: 7px;
}
#blog-detail .flex #side .wrap ul li a {
  display: block;
  text-align: center;
  width: 100%;
  border: 2px solid rgba(0, 0, 0, 0.11);
  padding: 8px 3px;
  font-size: 0.8rem;
  letter-spacing: 0.04em;
  transition: 0.4s;
  color: #333;
  border-radius: 5px;
}
#blog-detail .flex #side .wrap ul li a:hover {
  opacity: 0.5;
}
@media (max-width: 960px) {
  #blog-detail .flex {
    display: block;
  }
  #blog-detail .flex #main {
    width: 100%;
    margin-bottom: 40px;
  }
  #blog-detail .flex #side {
    width: 100%;
  }
  #blog-detail .pages {
    display: block;
    margin-top: 40px;
  }
  #blog-detail .pages > div {
    width: 100%;
  }
  #blog-detail .pages .page_next {
    margin-bottom: 7px;
  }
}
/*一覧ページ*/
ul.blog_list_css li {
  border-bottom: 1px dashed #d1d1d1;
  list-style-type: none;
  padding: 15px 0;
}
ul.blog_list_css li:first-child {
  border-top: 1px dashed #d1d1d1;
}
ul.blog_list_css li span {}
ul.blog_list_css li .up_ymd {
  font-size: 90%;
  letter-spacing: 0.1em;
  margin-right: 15px;
  margin-bottom: 0 !important;
}
ul.blog_list_css li .up_ymd::before {
  font-family: "Font Awesome 6 Free";
  content: '\f017';
  font-weight: 900;
  padding-right: 0.5em;
  color: #0072bb;
}
ul.blog_list_css li a {
  color: #333;
  display: block;
}
ul.blog_list_css li a:hover {
  opacity: 0.6;
}
/*ページャー*/
.blog-detail-list .pager {
  text-align: right;
  margin: 10px 0;
}
.blog-detail-list .pager a {
  border: 1px solid #999;
  border-radius: 5px 5px 5px 5px;
  color: #333;
  font-size: 12px;
  padding: 3px 7px 2px;
  text-decoration: none;
  margin: 0 1px;
}
.blog-detail-list .pager a.current {
  background-color: #999;
  color: #fff;
}
.blog-detail-list .pager a:hover {
  background: #444;
  color: #fff;
}