@charset "utf-8";
/* sightseeing css */

#about_sightseeing .map {
  width: 100%;
  margin-bottom: 50px;
  text-align: center;
}
#about_sightseeing .map img {
  width: 100%;
  max-width: 100%;
}

ul.tag_list {
  width: 100%;
  margin: 100px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
}
.news_set ul.tag_list,
#news_post ul.tag_list {
  margin: 15px 0 0 0;
  gap: 10px;
}
#news_post ul.tag_list {
  margin: 80px 0 0 0;
}
ul.tag_list li {
  display: inline-block;
}
ul.tag_list li a {
  display: flex;
  font-size: 14px;
  line-height: 1.4em;
  padding: 2px 10px;
  border: 1px solid var(--mainColor);
  border-radius: 20px;
  text-decoration: none;
}

#news_top .wrap,
#news_post .wrap {
  padding-bottom: 80px;
}
#news .cat_list {
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  margin: 0;
}
#news #news_post .cat_list {
  margin: 80px 0 0 0;
}
#news .cat_list.top {
  margin: 0 0 100px;
}
#news .cat_list .cat_btn {
  width: calc((100% - 15px*5)/6);
  background: none;
}
.cat_btn a {
  display: flex;
  width: 100%;
  height: 40px;
  border-radius: 40px;
  background: #edede4;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: var(--mainColor);
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  position: relative;
  padding: 5px 20px 5px 12px;
}
.cat_btn a:after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0,-50%) rotate(45deg);
}

.news_list_wrap .news_list {
  justify-content: flex-start;
  gap: 50px 60px;
}
.news_list_wrap .news_list .news_set {
  width: calc((100% - 60px*2)/3);
}
.news_list_wrap .news_list .news_set a {
  text-decoration: none;
  display: block;
}
.news_list_wrap .news_list .news_set .eyecatch {
  width: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #fff;
}
.eyecatch:has(img[src="/ryogoku/assets_c/ready.jpg"]),
.eyecatch.img_none {
  border: 1px solid var(--mainColor)!important;
  background: #fff!important;
}
img[src="/ryogoku/assets_c/ready.jpg"],
.eyecatch.img_none img {
  height: auto!important;
}
.news_list_wrap .news_list .news_set .eyecatch:before {
  content: '';
  padding-top: 49.2%;
  display: block;
}
.news_list_wrap .news_list .news_set .eyecatch img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.news_list_wrap .news_list .news_set .detail {
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 25px 0 20px;
}
.category .cat_btn {
  display: flex;
  width: fit-content;
  height: 25px;
  border-radius: 25px;
  background: #edede4;
  color: var(--mainColor);
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
  position: relative;
  padding: 2px 10px;
}
.category .cat_btn span:before {
  content: none;
}
.news_list_wrap .news_list .news_set .detail .date {
  color: var(--mainColor);
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
}
.news_list_wrap .news_list .news_set h2 {
  color: var(--mainColor);
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 500;
}
.news_list_wrap .news_list .news_set p {
  color: var(--mainColor);
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
  margin: 10px 0 0 0;
}
.news_list_wrap .news_list .news_set .date {
  width: auto!important;
}

/*投稿ページ*/
/*目次*/
#index_box {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  background: url(../p_common/images/bgi_pt02_long.jpg) no-repeat top center / cover;
  border-radius: 10px;
  padding: 40px 30px 130px;
  margin: 0 auto 100px;
  position: relative;
  overflow: hidden;
}
#index_box.open {
  padding-bottom: 50px;
}
#index_box.close:after {
  content: '';
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #f2f2eb;
  z-index: 5;
  background: -webkit-linear-gradient(top, rgba(240, 240, 235, 0) 0%, rgba(240, 240, 235, 0) 0%, rgba(240, 240, 235, .8) 50%, rgba(240, 240, 235, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(240, 240, 235, 0) 0%, rgba(240, 240, 235, .5) 10%, rgba(240, 240, 235, .9) 30%, rgba(240, 240, 235, 1) 100%)
}
#index_box .title {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 600;
  margin: 0 0 25px;
}
#index_box .title:before {
  content: '';
  width: 30px;
  height: 20px;
  border-radius: 50%;
  background: #9f9577;
  display: inline-block;
  margin: 0 10px 0 0;
}
#index_box .toggl_box {
  width: calc(100% - 60px);
  display: inline-block;
  text-align: center;
  padding: 50px 0 0 0;
  position: absolute;
  left: 30px;
  bottom: 50px;
  z-index: 10;
  border-top: 1px solid #cdcdcd;
}
#index_box .toggl_box .toggl_btn {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0 20px;
  cursor: pointer;
}
#index_box .toggl_box .toggl_btn:before {
  content: '目次の続きを見る';
}
#index_box .toggl_box .toggl_btn.open:before {
  content: '目次を閉じる';
}
#index_box .toggl_box .toggl_btn p {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
}
#index_box .toggl_box .toggl_btn .btn {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: var(--mainColor);
  position: relative;
}
#index_box .toggl_box .toggl_btn .btn:before,
#index_box .toggl_box .toggl_btn .btn:after {
  content: '';
  width: 10px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: .3s;
}
#index_box .toggl_box .toggl_btn .btn:after {
  transform: translate(-50%,-50%) rotate(90deg);
}
#index_box .toggl_box .toggl_btn.open .btn:after {
  transform: translate(-50%,-50%) rotate(180deg);
}
#index_box ul.index_list {
  width: 100%;
  margin: 0 0 30px;
  overflow: hidden;
}
#index_box ul.index_list li {
  position: relative;
  border: none!important;
  padding-top: 0!important;
  padding-bottom: 0!important;
}
#index_box ul.index_list li:before {
  content: '';
  width: 18px;
  height: 1px;
  background: var(--mainColor);
  position: absolute;
  left: 0;
  top: 18px;
}
#index_box ul.index_list > li {
  padding-left: 25px;
}
#index_box ul.index_list > li a {
  font-size: 24px;
  line-height: 1.4em;
  font-weight: 500;
}
#index_box ul.index_list > li ul li {
  padding-left: 22px;
}
#index_box ul.index_list > li ul li:before {
  width: 15px;
  top: 18px;
}
#index_box ul.index_list > li ul li a {
  font-size: 22px;
  line-height: 1.4em;
  font-weight: 500;
}
#index_box ul.index_list > li > ul {
  margin: 10px 0 0 0;
}
#index_box ul.index_list li {
  margin-bottom: 10px;
}
/*ブロック*/
#post_body .cts_block {
  display: block;
  width: 100%;
  margin: 0 0 80px;
  position: relative;
  z-index: 2;
}
#post_body .cts_block.min {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
}
#post_body .cts_block.bgi {
  padding: 80px 0;
}
#post_body .cts_block.bgi:before {
  content: '';
  width: 100vw;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%,0);
  z-index: -1;
}
#post_body .cts_block.bgi.pt01:before {
  background: #f0f0dc;
}
#post_body .bnr_box a {
  width: 100%;
  display: flex;
  background: #fff;
  color: var(--mainColor);
  text-decoration: none;
  border-radius: 10px;
  padding: 30px;
  justify-content: flex-start;
  align-items: center;
  gap: 0 20px;
}
#post_body .bnr_box .img {
  width: 260px;
}
#post_body .bnr_box .txt {
  width: calc(100% - 260px - 40px - 20px*2);
}
#post_body .bnr_box h4 {
  font-size: 16px;
  line-height: 1.4em;
  margin: 0 0 5px;
  padding: 0;
  background: 0;
}
#post_body .bnr_box p {
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 400;
}
#post_body .bnr_box .btn {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  background: var(--mainColor);
  position: relative;
  transition: .3s;
}
#post_body .bnr_box .btn:before {
  content: '';
  width: 16px;
  height: 7px;
  background: url(../p_common/images/icon/btn_circle_arrow_wht.png) no-repeat center / contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
#post_body .bnr_box a:hover,
#post_body .bnr_box a:hover img {
  opacity: 1;
}
#post_body .bnr_box a:hover .btn {
  transform: scale(1.2);
}
#post_body .bnr_box a:hover .btn:before {
  animation: bnrHover .3s ease-out .1s forwards;
}
@keyframes bnrHover {
  0% {
    transform: translate(-50%,-50%)scale(1);
  }
  50% {
    transform: translate(calc(-50% + 5px),-50%)scale(1);
  }
  100% {
    transform: translate(-50%,-50%)scale(1);
  }
}
#post_body .supervisor h5 {
  text-align: center;
  padding: 0;
  margin-bottom: 50px;
}
#post_body .supervisor h5 span {
  border-bottom: 1px solid #d5d7da;
}
#post_body .supervisor h5:before {
  content: none;
}
#post_body .supervisor .source {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
#post_body .supervisor .supervisor_box {
  width: 100%;
  max-width: 890px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6f6ef;
  border-radius: 10px;
  padding: 50px;
  margin: 80px 0 0 0;
  gap: 30px;
}
#post_body .supervisor .supervisor_box .img {
  width: 230px;
  height: 230px;
  background: #dddddd;
}
#post_body .supervisor .supervisor_box .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#post_body .supervisor .supervisor_box .txt {
  width: calc(100% - 30px - 230px);
}
#post_body .supervisor .supervisor_box .txt h5 {
  text-align: left;
  padding: 0;
  margin: 0 0 25px;
}
#post_body .supervisor .supervisor_box .txt p {
  font-size: 16px;
  line-height: 1.6em;
  font-weight: 400;
}
#post_body .share h5 {
  text-align: center;
  padding: 0 0 20px;
  margin: 0 0 30px;
}
#post_body .share h5:before {
  content: '';
  width: 30px;
  height: 1px;
  background: #000;
  position: absolute;
  left: 50%;
  bottom: 0;
  top: unset;
  transform: translate(-50%,0);
}
#post_body .share .col {
  width: 40px;
}

#post_body .cts_block:last-of-type {
  margin-bottom: 0;
}
#news_post .category_post_list {
  width: 100%;
  margin: 80px 0 0 0;
}
#news_post .post_title {
  width: 100%;
  display: inline-block;
  font-size: 28px;
  line-height: 1.4em;
  font-weight: 500;
  color: var(--mainColor);
  margin: 20px 0 10px;
  padding: 0;
}
#news_post .date {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 500;
  color: var(--mainColor);
  margin: 0;
  padding: 0;
}
#news_post #post_body {
  width: 100%;
  display: inline-block;
  margin: 60px 0 0;
}
#news_post #post_body .main_img {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 0 2em;
}
#news_post #post_body .main_img img {
  border-radius: 10px;
  width: 100%;
  max-width: 890px;
}
#post_body h2 {
  font-size: 24px;
  line-height: 1.6em;
  font-weight: 600;
  margin-bottom: 35px;
  padding: 0 0 0 40px;
  position: relative;
}
#post_body h2:before {
  content: '';
  width: 30px;
  height: 20px;
  border-radius: 50%;
  background: #9f9577;
  display: inline-block;
  position: absolute;
  left: 0;
  top: .5em;
}
#post_body h3 {
  width: 100%;
  font-size: 22px;
  line-height: 1.6em;
  font-weight: 600;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--mainColor);
}
#post_body h4 {
  width: 100%;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 5px 15px;
  background: #f3f2e8;
  border-radius: 10px;
}
#post_body h5 {
  width: 100%;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 0 0 0 25px;
  position: relative;
}
#post_body h5:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background: var(--mainColor);
  position: absolute;
  left: 0;
  top: .5em;
}
#post_body p {
  font-size: 16px;
  line-height: 1.8em;
  color: var(--mainColor);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  margin: 0;
}
#post_body p + h2,
#post_body p + h3,
#post_body p + h4,
#post_body p + h5 {
  margin-top: 30px;
}
#post_body ul {
  width: 100%;
  display: inline-block;
  margin: 25px 0;
}
#post_body ul li {
  width: 100%;
  display: inline-block;
  padding: 10px 0;
  border-bottom: 1px solid #cdcdcd;
}
#post_body ul li:first-child {
  border-top: 1px solid #cdcdcd;
}
#post_body ul h5 {
  margin-bottom: 0;
  padding-left: 1.2em;
}
#post_body ul h5:before {
  content: '・';
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  left: 0;
  top: 0;
}
#post_body ol {
  width: 100%;
  display: inline-block;
  margin: 25px 0;
  counter-reset: listnum;
}
#post_body ol li {
  width: 100%;
  display: inline-block;
  padding: 10px 0;
  border-bottom: 1px solid #cdcdcd;
}
#post_body ol li:first-child {
  border-top: 1px solid #cdcdcd;
}
#post_body ol h5 {
  margin-bottom: 0;
  padding-left: 40px;
}
#post_body ol h5:before {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: var(--mainColor);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#post_body ol h5:after {
  counter-increment: listnum;
  content: counter(listnum);
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  position: absolute;
  left: .55em;
  top: 0;
  z-index: 2;
}
#post_body .iframe_warp {
  width: 100%;
}
#post_body .iframe_warp iframe {
  width: 100%;
  height: 496px;
}
.img_radius img {
  width: unset;
}
#post_body .img_full {
  margin-bottom: 2em;
  width: 100%;
  text-align: center;
}
#post_body .cts_block .img_radius img {
  max-width: 100%!important;
}
#post_body table {
  width: 100%;
  border-top: 1px solid var(--mainColor);
  table-layout: fixed;
  margin: 1em 0;
  color: var(--mainColor);
}
#post_body table th,
#post_body table td {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  border-right: 1px solid var(--mainColor);
  border-bottom: 1px solid var(--mainColor);
  text-align: center;
  vertical-align: middle;
  padding: 20px;
}
#post_body table tr.head,
#post_body table tr th {
  background: #F3F2E8;
  width: 30%;
  font-weight: bold;
}
#post_body table td {
  background: #fff;
  text-align: left;
  border-right: none;
}
#post_body .cta p {
  text-align: center;
  padding: 0;
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 600;
  font-family: "Zen Old Mincho", serif;
}
#post_body .cta p:before {
  content: none;
}
#post_body .cta .btn {
  display: block;
  width: 100%;
  height: auto;
  max-width: 520px;
  margin: 0 auto;
  padding: 30px 10px;
  border-radius: 10px;
  color: var(--mainColor);
  text-decoration: none;
  text-align: center;
  font-size: 20px;
  line-height: 1.6em;
  font-weight: 600;
  background: #edede3;
  position: relative;
}
#post_body .col .btn {
  max-width: 100%;
}
#post_body .cta .btn + .btn {
  margin-top: 50px;
}
#post_body .cta .btn:after {
  content: '';
  width: 21px;
  height: 9px;
  background: url(../p_common/images/icon/btn_circle_arrow.png) no-repeat center / contain;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translate(0,-50%);
  transition: .3s;
}
#post_body .cta .btn:hover {
  opacity: 1;
}
#post_body .cta .btn:hover:after {
  opacity: 1;
  transform: translate(5px,-50%);
}
#post_body .cta .btn.gold {
  color: #fff;
  background: #897d55;
}
#post_body .cta .btn.gold:after {
  background: url(../p_common/images/icon/btn_circle_arrow_wht.png) no-repeat center / contain;
}
#post_body .strong {
  width: 100%;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 600;
  padding: 5px 15px;
  background: #f3f2e8;
  border-radius: 10px;
}



/* ========================================================================================================
   1349px以下
   ========================================================================================================*/
@media screen and (max-width: 1349px) {
}

/* ========================================================================================================
   1199px以下
   ========================================================================================================*/
@media screen and (max-width: 1199px) {
  #news .cat_list .cat_btn {
    width: calc((100% - 15px*4) / 5);
  }
}


/* ========================================================================================================
   999px以下
   ========================================================================================================*/
@media screen and (max-width: 999px) {
  #news .cat_list .cat_btn {
    width: calc((100% - 15px*3) / 4);
    font-size: 14px;
  }
  #news .cat_list .cat_btn a {
    font-size: 14px;
  }
  .news_list_wrap .news_list {
    gap: 50px 30px;
  }
  .news_list_wrap .news_list .news_set {
    width: calc((100% - 30px* 2) / 3);
  }
  
}

/* ========================================================================================================
   767px以下
   ========================================================================================================*/
@media screen and (max-width: 767px) {
  #about_sightseeing .wrap {
    padding-bottom: 25px;
  }
  #about_sightseeing .map {
    margin-bottom: 0;
  }
  #news_top .wrap,
  #news_post .wrap {
    padding-bottom: 50px;
  }
  #news .cat_list .cat_btn {
    width: calc((100% - 10px*2) / 3);
  }
  #news .cat_list .cat_btn a {
    font-size: 12px;
    line-height: 1.2em;
    padding: 5px 12px 5px 8px;
    letter-spacing: -.08em;
  }
  #news .cat_list {
    gap: 10px;
  }
  .cat_list .cat_btn span {
    padding: 0 0 0 1.2em;
    position: relative;
  }
  .cat_btn span:before {
    display: inline-block;
    margin: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
  }
  .cat_btn a:after {
    width: 4px;
    height: 4px;
    right: 8px;
  }
  #news .cat_list.top {
    margin: 0 0 60px;
  }
  .news_list_wrap .news_list {
    gap: 20px 15px;
  }
  .news_list_wrap .news_list .news_set {
    width: calc((100% - 15px) / 2);
  }
  .news_list_wrap .news_list .news_set .eyecatch {
    border-radius: 5px;
  }
  .news_list_wrap .news_list .news_set .detail {
    gap: 5px;
    margin: 10px 0;
  }
  .category .cat_btn {
    height: 20px;
    border-radius: 20px;
    font-size: 10px;
    line-height: 1.6em;
    letter-spacing: -.05em;
    padding: 2px 5px;
  }
  .news_list_wrap .news_list .news_set .detail .date {
    font-size: 10px;
    line-height: 1.6em;
  }
  .news_list_wrap .news_list .news_set h2 {
    font-size: 14px;
  }
  .news_list_wrap .news_list .news_set p {
    font-size: 12px;
    line-height: 1.6em;
    margin: 5px 0 0 0;
  }
  #news_post .post_title {
    font-size: 21px;
    margin: 10px 0 5px;
  }
  #news_post .date {
    font-size: 12px;
  }
  #news_post #post_body .main_img {
    width: calc(100% + 40px);
    margin: 0 -20px 30px;
  }
  #news_post #post_body .main_img img {
    border-radius: 0;
  }
  #news_post #post_body p {
    font-size: 14px;
  }
  #news_post #post_body {
    margin: 40px 0 0;
  }
  ul.tag_list li a {
    font-size: 12px;
  }
  #post_body .cts_block {
    display: block;
    width: 100%;
    margin: 0 0 50px;
    position: relative;
    z-index: 2;
  }
  #index_box {
    border-radius: 5px;
    padding: 40px 20px 100px;
    margin: 0 auto 60px;
  }
  #index_box .title {
    font-size: 18px;
    margin: 0 0 15px;
  }
  #index_box .title:before {
    width: 22px;
    height: 15px;
    margin: 0 8px 0 0;
  }
  #index_box ul.index_list > li a {
    font-size: 18px;
  }
  #index_box ul.index_list > li ul li a {
    font-size: 16px;
  }
  #index_box .toggl_box {
    width: calc(100% - 40px);
    padding: 30px 0 0 0;
    left: 20px;
    bottom: 40px;
    font-size: 14px;
  }
  #index_box ul.index_list {
    margin: 0 0 20px;
  }
  #index_box ul.index_list > li {
    padding-left: 20px;
  }
  #index_box ul.index_list li:before {
    width: 14px;
    top: 15px;
  }
  #index_box ul.index_list > li ul li {
    padding-left: 18px;
  }
  #index_box ul.index_list > li ul li:before {
    width: 12px;
    top: 15px;
  }
  #post_body h2 {
    font-size: 18px;
    margin-bottom: 25px;
    padding: 0 0 0 30px;
  }
  #post_body h2:before {
    width: 22px;
    height: 15px;
  }
  #post_body h3 {
    font-size: 16px;
    margin-bottom: 20px;
    padding-bottom: 8px;
  }
  #post_body h4 {
    font-size: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
  }
  #post_body h5 {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0 0 0 20px;
  }
  #post_body h5:before {
    width: 12px;
    height: 12px;
    top: 0.4em;
  }
  #post_body ol h5 {
    padding-left: 30px;
  }
  #post_body ol h5:before {
    width: 22px;
    height: 22px;
    border-radius: 22px;
    top: 2px;
  }
  #post_body ol h5:after {
    font-size: 14px;
    left: .5em;
    top: 1px;
  }
  #post_body .sp_col_1 {
    gap: 20px 0;
  }
  #post_body .sp_full_w {
    width: 100vw;
    margin-left: -20px;
    margin-right: -20px;
  }
  #post_body .sp_full_w .img_radius,
  #post_body .sp_full_w img {
    border-radius: 0!important;
  }
  #post_body table tr th,
  #post_body table tr td {
    display: block;
    width: 100%;
    padding: 10px;
    border-right: 1px solid var(--mainColor);
    font-size: 14px;
    text-align: center;
  }
  #post_body table {
    border-left: 1px solid var(--mainColor);
  }
  #post_body .cta .btn {
    padding: 20px 30px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
  }
  #post_body .cta .btn:after {
    width: 12px;
    height: 6px;
    right: 15px;
  }
  #post_body .cta .btn + .btn {
    margin-top: 30px;
  }
  #post_body .bnr_box a {
    flex-wrap: wrap;
    border-radius: 5px;
    padding: 20px;
    gap: 15px;
  }
  #post_body .bnr_box .img {
    width: 100%;
  }
  #post_body .bnr_box .txt {
    width: 100%;
  }
  #post_body .bnr_box .btn {
    display: none;
  }
  #post_body .bnr_box h4 {
    font-size: 14px;
  }
  #post_body .bnr_box p {
    font-size: 12px!important;
  }
  #post_body .supervisor h5 {
    margin-bottom: 30px;
  }
  #post_body .supervisor .source {
    font-size: 14px;
  }
  #post_body .supervisor .supervisor_box {
    flex-direction: column;
    border-radius: 5px;
    padding: 50px 20px;
    margin: 40px 0 0 0;
    gap: 20px;
  }
  #post_body .supervisor .supervisor_box .img {
    width: 180px;
    height: 180px;
  }
  #post_body .supervisor .supervisor_box .txt {
    width: 100%;
  }
  #post_body .supervisor .supervisor_box .txt h5 {
    margin: 0 0 10px;
  }
  #post_body .strong {
    text-align: center;
  }
/* ========================================================================================================
   499px以下
   ========================================================================================================*/
@media screen and (max-width: 499px) {

}




#news_list_body button.clear-filter,
  #news_list_body button.clear_filter{
  display: none!important;
}