@charset "UTF-8";
/* --------------------------------------------------------------
	アーカイブのトップページ
-------------------------------------------------------------- */
section.archive_toppmg_content {
  padding: 0 0 15px;
}
@media print, screen and (min-width: 768px) {
  section.archive_toppmg_content {
    padding: 0 0 20px;
  }
}
section.archive_toppage_content {
  padding: 0 0 15px;
}
@media print, screen and (min-width: 768px) {
  section.archive_toppage_content {
    padding: 0 0 20px;
  }
}
section.archive_toppage_banner {
  padding: 0;
}
section.archive_toppage_banner .banner_link {
  display: block;
  margin: 0 auto 10px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  section.archive_toppage_banner {
    padding: 0;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  section.archive_toppage_banner .banner_link {
    width: 450px;
    flex: 0 0 auto;
    margin: 0 0 20px;
  }
  section.archive_toppage_banner .banner_link.width_full {
    width: 100%;
  }
}
/* --------------------------------------------------------------
	ニュース一覧
-------------------------------------------------------------- */
section.news_list {
  padding: 0;
}
section.news_list figure.tournament_img {
  padding: 0 0 10px;
}
section.news_list ul.news_list > li {
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}
section.news_list ul.news_list > li .post_body {
  position: relative;
}
section.news_list ul.news_list > li .post_body a.link_wrap {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}
section.news_list ul.news_list > li.item_sp .post_body {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 10px 0;
}
section.news_list ul.news_list > li.item_sp .post_body .thumb_area {
  flex: 0 0 auto;
  position: relative;
}
section.news_list ul.news_list > li.item_sp .post_body .thumb_area a {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
section.news_list ul.news_list > li.item_sp .post_body .thumb_area .trim_b {
  width: 90px;
}
section.news_list ul.news_list > li.item_sp .post_body .thumb_area .trim_b img {
  width: 90px;
  height: 90px;
  object-fit: cover;
}
section.news_list ul.news_list > li.item_sp .post_body .thumb_area .trim_c {
  width: 90px;
  height: 90px;
  background: #e9e9e9;
  position: relative;
  overflow: hidden;
}
section.news_list ul.news_list > li.item_sp .post_body .thumb_area .trim_c.trim_c_top_vertically {
  max-height: 260px;
}
section.news_list ul.news_list > li.item_sp .post_body .thumb_area .trim_c img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
section.news_list ul.news_list > li.item_sp .post_body .excerpt_area {
  width: 200px;
  flex: 1 0 auto;
  padding: 0 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  color: #000000;
}
section.news_list ul.news_list > li.item_sp .post_body .excerpt_area .row_catdate {
  flex: 0 0 auto;
  margin: 0 -15px 0 0;
  padding: 0 0 0 10px;
}
section.news_list ul.news_list > li.item_sp .post_body .excerpt_area > a {
  flex: 1 0 auto;
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
section.news_list ul.news_list > li.item_sp .post_body .excerpt_area .post_title {
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: bold;
  width: 100%;
  padding: 0 0 5px 10px;
  flex: 0 0 auto;
}
section.news_list ul.news_list > li.item_sp .post_body .excerpt_area .post_title a {
  display: block;
  height: 100%;
}
section.news_list ul.news_list > li.item_sp .post_body .excerpt_area .post_info {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  height: inherit;
  width: 100%;
  padding: 0 0 0 10px;
}
section.news_list ul.news_list > li.item_sp .post_body .excerpt_area .post_info .post_date {
  display: inline-block;
  width: 190px;
  width: auto;
  font-size: 1.4rem;
  line-height: 1.9rem;
  font-weight: normal;
  flex: 0 1 auto;
  margin: 0;
  padding: 0;
}
section.news_list ul.news_list > li.item_sp .post_body .excerpt_area .post_info .icon_block {
  margin: 0;
  flex: 0 0 auto;
  text-align: right;
  display: flex;
  justify-content: space-between;
  width: 50px;
  margin: 0 0 0 10px;
}
section.news_list ul.news_list > li.item_sp .post_body .excerpt_area .bottom_row {
  padding: 0 0 0 10px;
}
section.news_list ul.news_list > li.item_sp .post_body .excerpt_area .bottom_row .post_date, section.news_list ul.news_list > li.item_sp .post_body .excerpt_area .bottom_row .post_price {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #000;
  padding-right: 5px;
}
section.news_list ul.news_list > li.item_sp .post_body .excerpt_area .bottom_row .post_price {
  font-weight: bold;
}
section.news_list ul.news_list > li.item_sp .icon_block_sp {
  display: inline-block;
  width: 100px;
  font-size: 0;
  line-height: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0 0 0 4px;
}
section.news_list ul.news_list > li.item_sp .icon_block_sp span[class^='icon_'] {
  padding: 0;
  display: inline-block;
}
section.news_list ul.news_list > li.item_sp .icon_block_sp span[class^='icon_'] + span[class^='icon_'] {
  padding-left: 4px;
}
section.news_list ul.news_list > li.item_sp .icon_block_sp span[class^='icon_'] img {
  width: auto;
  height: 16px;
}
section.news_list ul.news_list > li.item_pc {
  display: none;
}
section.news_list ul.news_list > li .excerpt_area > span {
  display: none;
}
section.news_list ul.news_list > li a.simplefavorite-button {
  display: inline-block;
  padding: 10px 0 0 0;
  text-decoration: underline;
  cursor: pointer;
  margin: 0 0 0 auto;
}
section.news_list ul.news_list > li a.simplefavorite-button.active {
  opacity: 1;
}
section.news_list a {
  color: #000;
}
section.news_list a:visited {
  color: #757575;
}
@media print, screen and (min-width: 768px) {
  section.news_list ul.news_list > li.item_sp {
    display: none;
  }
  section.news_list ul.news_list > li.item_pc {
    display: block;
  }
  section.news_list ul.news_list > li.item_pc .post_body {
    display: flex;
    padding: 10px 0;
  }
  section.news_list ul.news_list > li.item_pc .post_body .thumb_area {
    padding: 0;
    width: 136px;
    position: relative;
  }
  section.news_list ul.news_list > li.item_pc .post_body .thumb_area a {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  section.news_list ul.news_list > li.item_pc .post_body .thumb_area .trim_b {
    width: 136px;
    height: 136px;
  }
  section.news_list ul.news_list > li.item_pc .post_body .thumb_area .trim_b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  section.news_list ul.news_list > li.item_pc .post_body .thumb_area .trim_c {
    width: 136px;
    height: 136px;
    background: #e9e9e9;
    position: relative;
    overflow: hidden;
  }
  section.news_list ul.news_list > li.item_pc .post_body .thumb_area .trim_c img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
  }
  section.news_list ul.news_list > li.item_pc .post_body .excerpt_area {
    padding: 7px 0 0 0;
    display: flex;
    flex-direction: column;
    color: #000;
    font-size: 14px;
    position: relative;
    flex: 0 1 auto;
    line-height: 18px;
    width: 785px;
  }
  section.news_list ul.news_list > li.item_pc .post_body .excerpt_area a.post_link {
    padding: 0;
    height: 100%;
  }
  section.news_list ul.news_list > li.item_pc .post_body .excerpt_area .post_title {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: bold;
    padding: 0 0 10px 15px;
  }
  section.news_list ul.news_list > li.item_pc .post_body .excerpt_area span {
    display: block;
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
  section.news_list ul.news_list > li.item_pc .post_body .excerpt_area .more {
    display: none;
  }
  section.news_list ul.news_list > li.item_pc .post_body .excerpt_area a {
    color: #000;
  }
  section.news_list ul.news_list > li.item_pc .post_body .excerpt_area > span {
    display: none;
  }
  section.news_list ul.news_list > li.item_pc .post_body .excerpt_area .post_context {
    font-size: 14px;
    line-height: 19px;
    font-weight: normal;
    padding: 0 0 0 15px;
  }
  section.news_list ul.news_list > li.item_pc .post_body .excerpt_area .post_context + .bottom_row {
    padding-top: 10px;
  }
  section.news_list ul.news_list > li.item_pc .post_body .excerpt_area .bottom_row {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 0 0 15px;
  }
  section.news_list ul.news_list > li.item_pc .post_body .excerpt_area .bottom_row .post_date, section.news_list ul.news_list > li.item_pc .post_body .excerpt_area .bottom_row .post_price {
    font-size: 16px;
  }
  section.news_list ul.news_list > li.item_pc .post_body .excerpt_area .bottom_row .post_price {
    font-weight: bold;
  }
  section.news_list ul.news_list > li.item_pc .post_body .excerpt_area .bottom_row .icon_block {
    display: inline-block;
    font-size: 0;
    line-height: 0;
  }
  section.news_list ul.news_list > li.item_pc .post_body .excerpt_area .bottom_row .icon_block span[class^='icon_'] {
    padding: 0;
    display: inline-block;
  }
  section.news_list ul.news_list > li.item_pc .post_body .excerpt_area .bottom_row .icon_block span[class^='icon_'] + span[class^='icon_'] {
    padding-left: 4px;
  }
  section.news_list ul.news_list > li.item_pc .post_body .excerpt_area .bottom_row .icon_block span[class^='icon_'] img {
    width: auto;
    height: 16px;
  }
  section.news_list ul.news_list > li.item_pc .post_body .excerpt_area .bottom_row .more_link {
    display: inline-block;
    font-size: 1.1rem;
    line-height: 1.3rem;
    color: #333333;
    width: 100px;
    text-align: center;
    border: 2px solid #d3d3d3;
    margin: 0 0 0 auto;
    padding: 3px 5px 2px;
  }
  section.news_list ul.news_list > li.item_pc .post_body .excerpt_area .bottom_btn_row {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 54px;
    padding: 0 10px;
    display: flex;
    align-items: center;
  }
  section.news_list ul.news_list > li.item_pc .post_body .excerpt_area .bottom_btn_row .btn {
    display: inline-block;
    width: 100%;
    margin-left: auto;
  }
  section.news_list ul.news_list > li.item_pc .post_body .excerpt_area .more {
    display: none;
  }
  section.news_list ul.news_list > li.item_pc .post_body .excerpt_area .top_row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 0 0 15px;
  }
  section.news_list ul.news_list > li.item_pc .post_body .excerpt_area .top_row > a {
    display: block;
    flex: 0 0 auto;
    width: auto;
  }
  section.news_list ul.news_list > li.item_pc .post_body .excerpt_area .top_row .post_date {
    width: 240px;
    flex: 0 0 auto;
    text-align: right;
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
section.topnews .hl_b {
  margin-bottom: 0;
}
section.topnews ul.news_list.topnews {
  border-top: none;
}
@media print, screen and (min-width: 768px) {
  section.topnews {
    margin-bottom: 0;
  }
}
section.news_list > ul.news_list > li:nth-child(2) .headline_body {
  padding: 0 0 5px 0;
}
.yarpp-related {
  margin: 0 !important;
  padding: 10px 0;
}
section.news_list_rel {
  padding: 0 0 25px;
}
section.news_list_rel .hl_b {
  margin-bottom: 0;
}
@media print, screen and (min-width: 768px) {
  .yarpp-related {
    padding: 0;
  }
}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}
.cat_nav_sp {
  width: 100%;
}
.cat_nav_sp .cat_wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
}
.cat_nav_sp .cat_wrap .cat_inner {
  visibility: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}
.cat_nav_sp .cat_wrap .cat_inner .cns_scroll_grd {
  opacity: 0;
}
.cat_nav_sp .cat_wrap .cat_inner .cns_scroll_grd.right, .cat_nav_sp .cat_wrap .cat_inner .cns_scroll_grd.left {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
.cat_nav_sp .cat_wrap .cat_inner .cns_scroll_grd.right:after {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: linear-gradient(-90deg, white, rgba(255, 255, 255, 0));
  background-size: contain;
}
.cat_nav_sp .cat_wrap .cat_inner .cns_scroll_grd.left:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 30px;
  height: 100%;
  background: linear-gradient(90deg, white, rgba(255, 255, 255, 0));
  background-size: contain;
}
.cat_nav_sp .cat_wrap .cat_list {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.cat_nav_sp .cat_wrap .cat_list > li {
  display: inline-block;
  width: auto;
  flex: 1 0 auto;
  text-align: center;
  position: relative;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.cat_nav_sp .cat_wrap .cat_list > li::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 15px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #000000;
}
.cat_nav_sp .cat_wrap .cat_list > li:first-of-type:after {
  display: none;
}
.cat_nav_sp .cat_wrap .cat_list > li > a, .cat_nav_sp .cat_wrap .cat_list > li > div {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  color: #000000;
  text-decoration: none;
}
.cat_nav_sp .cat_wrap .cat_list > li > a span, .cat_nav_sp .cat_wrap .cat_list > li > div span {
  display: block;
  padding: 14px 1.5em 14px;
}
.cat_nav_sp .cat_wrap .cat_list > li > a span.current_cat, .cat_nav_sp .cat_wrap .cat_list > li > div span.current_cat {
  margin: 0 -1px 0 0;
  background: #222f74;
  color: #ffffff;
}
.cat_nav_sp.local-special1 .cat_wrap .cat_list > li > a span.current_cat, .cat_nav_sp.local-special1 .cat_wrap .cat_list > li > div span.current_cat {
  margin: 0 -1px 0 0;
  background: #d67643;
}
.cat_nav_sp.local-special2 .cat_wrap .cat_list > li > a span.current_cat, .cat_nav_sp.local-special2 .cat_wrap .cat_list > li > div span.current_cat {
  margin: 0 -1px 0 0;
  background: #3f88b5;
}
.date_news_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 4px solid #222f74;
  margin-bottom: 10px;
  padding: 7px 0 7px;
  /* 過去記事ボタン */
}
.date_news_wrap .date {
  color: #222f74;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}
.date_news_wrap .date span {
  font-weight: normal;
}
.date_news_wrap .cal {
  flex: 0 0 auto;
}
.date_news_wrap .cal button.ui-datepicker-trigger {
  width: 104px;
  height: 24px;
  background-color: transparent;
  color: #222f74;
  font-size: 14px;
  text-align: right;
  font-weight: bold;
  padding: 0 39px 0 0;
  background: url(./../images/icon_cal.png) no-repeat right 10px center;
  background-size: 13px;
}
.date_news_wrap .cal_before {
  flex: 0 0 auto;
}
.date_news_wrap .cal_before > div {
  width: 104px;
  height: 24px;
  background-color: transparent;
  color: #222f74;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  text-align: right;
  padding: 0 39px 0 0;
  background: url(./../images/icon_cal.png) no-repeat right 10px center;
  background-size: 13px;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
@media print, screen and (min-width: 768px) {
  .date_news_wrap {
    margin-bottom: 25px;
    padding-top: 19px;
    padding-bottom: 6px;
  }
  .date_news_wrap .date {
    font-size: 22px;
  }
  .date_news_wrap .date span {
    font-weight: bold;
  }
}
@media print, screen and (min-width: 768px) {
  .cat_nav_pc {
    width: 100%;
  }
  .cat_nav_pc .cat_wrap {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-bottom: 1px solid #d8d8d8;
  }
  .cat_nav_pc .cat_wrap .cat_inner {
    width: 1280px;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
    background: #222f74;
  }
  .cat_nav_pc .cat_wrap .cat_list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -1px;
    padding: 0;
  }
  .cat_nav_pc .cat_wrap .cat_list::after {
    content: '';
    display: block;
    width: 10px;
    flex: 100000 0 auto;
  }
  .cat_nav_pc .cat_wrap .cat_list li {
    display: inline-block;
    width: auto;
    flex: 1 1 auto;
    text-align: center;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.4rem;
    margin: 0;
    padding: 5px 0;
  }
  .cat_nav_pc .cat_wrap .cat_list li::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 15px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ffffff;
  }
  .cat_nav_pc .cat_wrap .cat_list li:first-of-type:after {
    display: none;
  }
  .cat_nav_pc .cat_wrap .cat_list li > a, .cat_nav_pc .cat_wrap .cat_list li > div {
    display: block;
    width: 100%;
    height: 100%;
    padding: 3px 12px 2px;
    color: #fff;
    text-decoration: none;
  }
  .cat_nav_pc .cat_wrap .cat_list li > a span, .cat_nav_pc .cat_wrap .cat_list li > div span {
    display: block;
    padding: 4px 5px 3px;
  }
  .cat_nav_pc .cat_wrap .cat_list li > a span.current_cat, .cat_nav_pc .cat_wrap .cat_list li > div span.current_cat {
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.3);
  }
  .cat_nav_pc.local-special1 .cat_wrap {
    border-bottom: none;
  }
  .cat_nav_pc.local-special1 .cat_inner {
    background: #d67643;
    padding: 5px 0;
  }
  .cat_nav_pc.local-special1 + .local-special1 .cat_inner {
    padding: 5px 0;
    border-top: 1px solid #d8d8d8;
  }
  .cat_nav_pc.local-special1 + .breadcrumb {
    border-top: 1px solid #d8d8d8;
  }
  .cat_nav_pc.local-special2 .cat_wrap {
    border-bottom: none;
  }
  .cat_nav_pc.local-special2 .cat_inner {
    background: #3f88b5;
    padding: 5px 0;
  }
  .cat_nav_pc.local-special2 + .local-special2 .cat_inner {
    padding: 5px 0;
    border-top: 1px solid #d8d8d8;
  }
  .cat_nav_pc.local-special2 + .breadcrumb {
    border-top: 1px solid #d8d8d8;
  }
}
.article_tournament {
  padding: 0 0 10px;
}
.article_tournament .tournament_img {
  padding: 0 0 10px;
}
@media print, screen and (min-width: 768px) {
  .article_tournament .tournament_img {
    padding: 0 0 10px;
  }
}
.article_head {
  position: relative;
}
.article_head .subinfo_row {
  width: 100%;
}
.article_head .subinfo_row.head {
  padding: 0 0 10px;
  border-bottom: solid 1px #ccc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article_head .subinfo_row.body {
  padding: 16px 0 15px 0;
}
.article_head .subinfo_row .tool {
  flex: 0 0 auto;
}
.article_head .subinfo_row .tool > span {
  display: block;
  border: 1px solid #ccc;
  background-color: #f4f4f4;
  display: inline-block;
  height: 30px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.article_head .subinfo_row .tool > span.fav {
  display: block;
  width: 46px;
}
.article_head .subinfo_row .tool > span.fav a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(./../images/icon_fav_sp.png) no-repeat center center;
  background-size: 30px 30px;
  cursor: pointer;
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  content: '';
}
.article_head .subinfo_row .tool > span.fav a.active {
  background: #fff url(./../images/icon_fav_active_sp.png) no-repeat center center;
  background-size: 30px 30px;
}
.article_head .subinfo_row .tool > span.print a {
  display: block;
  border: none;
  color: #000000;
  font-size: 1.4rem;
  line-height: 3rem;
}
.article_head .subinfo_row .sns {
  flex: 0 1 auto;
  width: 280px;
  height: 20px;
}
.article_head .subinfo_row .sns .sns_wrap {
  width: 100%;
  padding: 0;
  font-size: 0;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.article_head .subinfo_row .sns .sns_wrap .sns_btn_fb {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 20px;
}
.article_head .subinfo_row .sns .sns_wrap .sns_btn_tw {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 20px;
  margin: 0 5px;
}
.article_head .subinfo_row .sns .sns_wrap .sns_btn_ln {
  display: inline-block;
  margin: 0;
  font-size: 1.4rem;
  line-height: 20px;
}
.article_head .subinfo_row .sns .sns_wrap .fb-share-button {
  display: inline-block;
}
.article_head .subinfo_row ul.cat_list {
  margin: 0;
  width: 100%;
}
.article_head .subinfo_row ul.cat_list.disable {
  padding: 0;
  margin: 0;
  visibility: hidden;
}
.article_head .subinfo_row .title.single {
  width: 100%;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: bold;
  bottom: 0;
  padding: 0 0 8px;
}
.article_head .subinfo_row .update {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.1rem;
  text-align: right;
  /* 紙面 */
}
.article_head .subinfo_row .update a.newspaper {
  color: #000000;
  padding-left: 25px;
  display: inline-block;
  text-decoration: underline;
}
.article_body {
  color: #000000;
}
.article_body > :first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.article_body > :last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.article_body:before {
  content: ' ';
  display: table;
}
.article_body:after {
  content: ' ';
  display: table;
}
.article_body .main_img_wrap {
  padding: 0 0 10px;
}
.article_body .img_outer {
  margin: 0 0 10px 0;
}
.article_body .img_outer .img {
  position: relative;
}
.article_body .img_outer .img .trim_b {
  overflow: hidden;
  width: 100%;
  position: relative;
  background-color: #e9e9e9;
}
.article_body .img_outer .img .trim_b:before {
  content: '';
  display: block;
  padding-top: 62.5%;
}
.article_body .img_outer .img .trim_b img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.article_body .img_cap {
  margin-bottom: 10px;
  padding: 13px;
  font-size: 1.4rem;
  line-height: 2.2rem;
  border: solid 1px #d8d8d8;
}
.article_body .ex_photo {
  width: 80%;
  display: block;
  min-height: 30px;
  background-color: #808080;
  color: #fff;
  border-radius: 3px;
  padding: 10px;
  text-align: center;
  margin: 0 auto 20px;
}
.article_body .sub_img_link {
  padding: 0 0 10px;
}
.article_body .sub_img_link a {
  display: block;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  margin: 0 auto;
  padding-left: 66px;
  background: #f4f4f4 url(./../images/icon_camera_sp.png) no-repeat left 19px center;
  background-size: 21px 16px;
  border: solid 1px #cccccc;
  color: #000000;
}
.article_body .contents {
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding: 0 0 25px;
}
.article_body .contents p:not(:last-of-type) {
  padding-bottom: 1em;
}
.ex_subinfo_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 10px;
}
.ex_subinfo_row + .ex_subinfo_row {
  border-top: 1px solid #ccc;
  padding-top: 5px;
  padding: 16px 0 10px;
}
.ex_subinfo_row .ex_fav {
  display: inline-block;
  flex: 0 0 auto;
  width: 46px;
  height: 32px;
  border: 1px solid #ccc;
  background-color: #f4f4f4;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.ex_subinfo_row .ex_fav a {
  padding: 0;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: #f4f4f4 url(./../images/icon_fav_sp.png) no-repeat center center;
  background-size: 30px;
  cursor: pointer;
  content: '';
}
.ex_subinfo_row .ex_fav a.active {
  background: #f4f4f4 url(./../images/icon_fav_active_sp.png) no-repeat center center;
  background-size: 30px;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.ex_subinfo_row .ex_sns {
  flex: 0 0 auto;
  width: 280px;
  height: 20px;
}
.ex_subinfo_row .ex_sns .sns_wrap {
  width: 100%;
  padding: 0;
  font-size: 0;
  text-align: right;
  display: flex;
  justify-content: flex-end;
}
.ex_subinfo_row .ex_sns .sns_wrap .sns_btn_fb {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 20px;
}
.ex_subinfo_row .ex_sns .sns_wrap .sns_btn_tw {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 20px;
  margin: 0 5px;
}
.ex_subinfo_row .ex_sns .sns_wrap .sns_btn_ln {
  display: inline-block;
  margin: 0;
  font-size: 1.4rem;
  line-height: 20px;
}
.ex_subinfo_row .ex_title {
  width: 100%;
  flex: 0 0 auto;
  font-size: 1.4rem;
  line-height: 2rem;
  padding: 0 0 8px;
  font-weight: bold;
}
.ex_subinfo_row .ex_date {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #000000;
  display: inline-block;
  padding: 0;
  text-align: right;
}
.ex_body {
  padding: 10px 0 20px;
  border-bottom: 1px solid #e3e3e3;
}
.ex_body .ex_thumb {
  overflow: hidden;
  width: 100%;
  max-width: 375px;
  position: relative;
  background-color: #e9e9e9;
  margin: 0 auto 10px;
}
.ex_body .ex_thumb::before {
  content: '';
  display: block;
  padding-top: 62.5%;
}
.ex_body .ex_thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.ex_body .ex_excerpt {
  padding: 0;
}
.ex_body .ex_excerpt span {
  font-size: 16px;
  line-height: 28px;
}
.wp-caption {
  max-width: 100%;
}
@media print, screen and (min-width: 768px) {
  .article_head .subinfo_row.body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 16px 0 10px;
  }
  .article_head .subinfo_row .tool {
    width: 50%;
    font-size: 0;
    float: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .article_head .subinfo_row .tool > span {
    width: 46px;
    height: 32px;
    flex: 0 0 auto;
  }
  .article_head .subinfo_row .tool > span:nth-child(2) {
    margin-left: 10px;
  }
  .article_head .subinfo_row .tool > span.fav {
    width: 46px;
    height: 32px;
  }
  .article_head .subinfo_row .tool > span.fav a {
    padding: 0;
    font-size: 0;
    line-height: 0;
    background: #f4f4f4 url(./../images/icon_fav_pc.png) no-repeat center center;
    background-size: 30px 30px;
  }
  .article_head .subinfo_row .tool > span.fav a.active {
    background: #fff url(./../images/icon_fav_active_pc.png) no-repeat center center;
    background-size: 30px 30px;
  }
  .article_head .subinfo_row .tool > span.print {
    width: 140px;
  }
  .article_head .subinfo_row ul.cat_list {
    order: 0;
    padding: 0 0 5px;
    width: 620px;
    flex: 0 1 auto;
  }
  .article_head .subinfo_row .title.single {
    order: 2;
    flex: 0 0 auto;
    font-size: 2.4rem;
    line-height: 3.2rem;
    padding: 0;
  }
  .article_head .subinfo_row .update {
    order: 1;
    width: 300px;
    flex: 0 0 auto;
    padding: 0 0 5px;
  }
  .article_body {
    width: 100%;
    display: inline-block;
  }
  .article_body .contents {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .article_body .contents :last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
  .article_body .main_img_wrap {
    width: 640px;
  }
  .article_body .ex_photo {
    width: 100%;
    max-width: 19em;
    padding: 10px 15px;
    margin: 0 0 10px;
    line-height: 1.3;
  }
  .article_body .sub_img_link a {
    width: 200px;
    height: 40px;
    margin: 0;
    font-size: 14px;
    display: grid;
    align-content: center;
    border-color: #ccc;
    background: #f4f4f4 url(./../images/icon_camera_pc.png) no-repeat left 15px center;
    background-size: 21px 16px;
  }
  .article_body .half + .contents {
    min-height: 255px;
  }
  .article_body .quarter + .contents {
    min-height: 135px;
  }
  .ex_subinfo_row {
    align-items: flex-start;
  }
  .ex_subinfo_row + .ex_subinfo_row {
    padding: 16px 0 16px;
  }
  .ex_subinfo_row .ex_fav a {
    background: #f4f4f4 url(./../images/icon_fav_pc.png) no-repeat center center;
    background-size: 30px;
  }
  .ex_subinfo_row .ex_fav a.active {
    background: #f4f4f4 url(./../images/icon_fav_active_pc.png) no-repeat center center;
    background-size: 30px;
  }
  .ex_subinfo_row ul.cat_list {
    order: 0;
    padding: 0 0 5px;
    flex: 0 1 auto;
    width: 620px;
  }
  .ex_subinfo_row .ex_title {
    order: 3;
    width: 100%;
    font-size: 2.4rem;
    line-height: 3.2rem;
    padding: 0;
  }
  .ex_subinfo_row .ex_date {
    order: 2;
    width: 300px;
    flex: 0 0 auto;
    font-size: 1.6rem;
    line-height: 2rem;
    text-align: right;
  }
  .ex_body {
    display: flex;
    padding: 15px 0;
    border-top: 1px solid #e3e3e3;
  }
  .ex_body .ex_thumb {
    max-width: 300px;
    padding: 0;
    margin: 0;
    flex-shrink: 0;
  }
  .ex_body .ex_excerpt {
    border: none;
    padding: 0 0 0 15px;
    font-size: 14px;
    line-height: 28px;
  }
  .ex_body .ex_excerpt span {
    font-size: 14px;
  }
  .ex_body span {
    font-size: 14px;
    line-height: 28px;
  }
}
/* カートボタン
---------------------------------------- */
a.photo_cart_btn {
  display: block;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 40px;
  height: 40px;
  background: url(./../images/btn_cart.png) no-repeat 0 0;
  background-size: contain;
  z-index: 1;
}
/* Lightboxのカートボタン
---------------------------------------- */
#lightbox .lb-dataContainer {
  position: relative;
}
#lightbox .lb-dataContainer span.lb-caption a {
  display: block;
  position: absolute;
  right: 10px;
  top: -50px;
  width: 40px;
  height: 40px;
  background: url(./../images/btn_cart.png) no-repeat 0 0;
  background-size: contain;
  z-index: 100;
}
/* サブ写真
---------------------------------------- */
#sub_img_wrap {
  padding: 10px 10px 0 10px;
  border: solid 1px #e5e5e5;
  margin: 0 0 30px;
}
#sub_img_wrap > h5 {
  padding: 0 0 8px 0;
  font-weight: bold;
}
ul.sub_img_list {
  display: flex;
  flex-wrap: wrap;
}
ul.sub_img_list li.trim {
  overflow: hidden;
  width: 31%;
  width: calc(33% - 20px);
  position: relative;
  background-color: #e9e9e9;
  margin: 0 10px 10px 0;
}
ul.sub_img_list li.trim:nth-of-type(3n) {
  margin: 0 0 10px 0;
}
ul.sub_img_list li.trim:before {
  content: '';
  display: block;
  padding-top: 100%;
}
ul.sub_img_list li.trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  #sub_img_wrap {
    clear: both;
    padding: 12px 18px 10px 15px;
  }
  #sub_img_wrap > h5 {
    padding: 0 0 15px 0;
  }
  ul.sub_img_list li.trim {
    overflow: hidden;
    width: 11.3%;
    position: relative;
    margin: 0 12px 12px 0;
    background-color: #e9e9e9;
  }
  ul.sub_img_list li.trim:nth-of-type(3n) {
    margin: 0 12px 12px 0;
  }
  ul.sub_img_list li.trim:nth-of-type(4n) {
    margin: 0 12px 12px 0;
  }
  ul.sub_img_list li.trim:nth-of-type(8n) {
    margin: 0 0 12px 0;
  }
}
/* 動画
---------------------------------------- */
.post_movie {
  margin: 0 0 30px;
  text-align: center;
  clear: both;
}
.post_movie > div {
  margin: 0 auto;
}
.post_movie .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.post_movie .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.post_movie + .post_movie {
  margin-top: -15px;
}
@media print, screen and (min-width: 768px) {
  .post_movie + .post_movie {
    margin-top: 0;
  }
}
/* 記事フッタ
---------------------------------------- */
.article_foot {
  border-top: solid 1px #e5e5e5;
}
.article_foot .paging.next, .article_foot .paging.prev {
  position: relative;
  border-bottom: solid 1px #e5e5e5;
  line-height: 1.5;
}
.article_foot .paging.next a, .article_foot .paging.prev a {
  display: block;
  width: 100%;
  height: 100%;
}
.article_foot .paging.next a:before, .article_foot .paging.prev a:before {
  display: block;
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  width: 20px;
  background-color: #d3d3d3;
  border-radius: 2px;
}
.article_foot .paging.next a:after, .article_foot .paging.prev a:after {
  display: block;
  position: absolute;
  top: 50%;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 1.6rem;
  color: #808080;
  margin-top: -8px;
  line-height: 1;
}
.article_foot .paging.next a {
  padding: 10px 0 10px 30px;
}
.article_foot .paging.next a:before {
  left: 0;
}
.article_foot .paging.next a:after {
  left: 5px;
  content: '';
}
.article_foot .paging.prev a {
  padding: 10px 30px 10px 0;
}
.article_foot .paging.prev a:before {
  right: 0;
}
.article_foot .paging.prev a:after {
  right: 5px;
  content: '';
}
.article_foot .return {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px 0 0 0;
}
.article_foot .return .back {
  width: 60%;
  height: 40px;
  line-height: 40px;
  background: #d3d3d3 url(./../images/arrow_square.png) no-repeat left 13px center;
  background-size: 14px 14px;
  border-radius: 3px;
}
.article_foot .return .list {
  width: 35%;
  height: 40px;
  line-height: 40px;
  background-color: #d3d3d3;
  border-radius: 3px;
}
.article_foot .return .sports_top {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  background-color: #d3d3d3;
  border-radius: 3px;
}
.article_foot .return.back a, .article_foot .return.list a, .article_foot .return.sports_top a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .article_foot {
    border-top: none;
  }
  .article_foot .paging {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: solid 1px #e5e5e5;
    font-size: 1.5rem;
  }
  .article_foot .paging .next, .article_foot .paging .prev {
    width: 50%;
    height: 66px;
    border-bottom: none;
  }
  .article_foot .paging .next a, .article_foot .paging .prev a {
    padding: 0 40px;
  }
  .article_foot .paging .next a:before, .article_foot .paging .prev a:before {
    top: 0;
    bottom: 0;
    width: 24px;
    height: 66px;
  }
  .article_foot .paging .next a:after, .article_foot .paging .prev a:after {
    font-size: 1.8rem;
    margin-top: -9px;
  }
  .article_foot .paging .prev {
    margin-left: auto;
  }
  .article_foot .paging .prev a {
    border-left: solid 1px #e5e5e5;
  }
  .article_foot .paging .prev a:after {
    right: 7px;
  }
  .article_foot .paging .next a {
    border-right: solid 1px #e5e5e5;
  }
  .article_foot .paging .next a:after {
    left: 8px;
  }
  .article_foot .paging .next + .prev a {
    border-left: none;
  }
  .article_foot .return {
    display: flex;
    justify-content: flex-start;
    padding: 20px 0 0 0;
  }
  .article_foot .return .back {
    width: 160px;
    height: 24px;
    line-height: 24px;
    background: #d3d3d3 url(./../images/arrow_square.png) no-repeat left 6px center;
    background-size: 14px 14px;
  }
  .article_foot .return .back a {
    padding: 0 0 0 15px;
  }
  .article_foot .return .list {
    width: 100px;
    height: 24px;
    line-height: 24px;
    margin-left: 20px;
  }
  .article_foot .return .sports_top {
    width: 160px;
    height: 24px;
    line-height: 24px;
    margin-left: 20px;
    margin-top: 0;
  }
  .article_foot .return .back a, .article_foot .return .list a, .article_foot .return .sports_top a {
    font-size: 1.3rem;
  }
}
.login_ex_img {
  padding: 20px 0 0;
  text-align: center;
}
.login_ex_img .ex_img_msg {
  display: inline-block;
  min-height: 30px;
  background-color: #808080;
  color: #fff;
  padding: 10px;
}
@media print, screen and (min-width: 768px) {
  .login_ex_img .ex_img_msg {
    width: inherit;
    padding: 10px 15px;
  }
}
.login_req {
  padding: 30px 0;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .login_req {
    padding: 60px 0;
  }
}
.login_req p {
  font-size: 14px;
  line-height: 24px;
}
.login_req .act {
  padding-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .login_req .act {
    padding-top: 30px;
  }
}
.login_req .act input {
  width: 260px;
  height: 40px;
  font-size: 13px;
  font-weight: bold;
  line-height: 20px;
  border: none;
  border-radius: 2px;
  outline: none;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .login_req .act input {
    border-radius: 4px;
    margin: 0 auto;
  }
}
.login_req .act input.subsc {
  color: #ffffff;
  background: #222f74;
  box-shadow: none;
}
.login_req .act input.login {
  margin-top: 10px;
}
@media print, screen and (min-width: 768px) {
  .login_req .act input.login {
    margin-top: 0;
    margin-left: 20px;
  }
}
.login_req .act .login_link {
  display: inline-block;
  color: #333;
  text-decoration: underline;
  cursor: pointer;
  padding: 15px;
  margin: 0 auto;
}
.login_req .act input + .login_link {
  margin-top: 30px;
}
.login_req .act .utility_sub  {
  margin: 10px 0;
  padding: 5px 10px;
  background: #ba2121;
  color: #fff;
  line-height: 1.3;
}
.login_req .act .utility_sub  + .utility_sub {
  margin-top: 0;
}
.login_req input[type='submit'].skubutton {
  display: block;
  min-height: 40px;
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  font-size: 1.3rem;
  line-height: 20px;
  border-radius: 3px;
  padding: 11px 10px 9px;
  background-color: #222f74;
  border-top: none;
  border-right: none;
  border-left: none;
  color: #ffffff;
}
.rel_post {
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .rel_post {
    padding: 0;
  }
}
.shop_info {
  padding: 20px 0 20px;
  width: 100%;
  max-width: 100%;
}
.shop_info .sns_panel_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.shop_info .sns_panel_wrap .sns_panel {
  display: block;
  flex: 0 0 auto;
  width: auto;
  margin: 0 15px 0 0;
  position: relative;
}
.shop_info .sns_panel_wrap .sns_panel:last-of-type {
  margin-right: 0;
}
.shop_info .sns_panel_wrap .sns_panel .shop_sns_link {
  display: block;
  content: '';
  width: 32px;
  height: 32px;
  font-size: 0;
  line-height: 0;
  background-image: url(./../images/icon_shop_default.png);
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center center;
}
.shop_info .sns_panel_wrap .sns_panel .shop_sns_link.facebook {
  background-image: url(./../images/icon_shop_facebook.png);
  background-size: 32px;
}
.shop_info .sns_panel_wrap .sns_panel .shop_sns_link.twitter {
  background-image: url(./../images/icon_shop_twitter.png);
  background-size: 32px;
}
.shop_info .sns_panel_wrap .sns_panel .shop_sns_link.instagram {
  background-image: url(./../images/icon_shop_instagram.png);
  background-size: 32px;
}
.shop_info .sns_panel_wrap .sns_panel .shop_sns_link.line {
  background-image: url(./../images/icon_shop_line.png);
  background-size: 32px;
}
.shop_info .sns_panel_wrap .sns_panel .qr {
  background: #fff;
  text-align: center;
}
.shop_info .sns_panel_wrap .sns_panel .shop_sns_panel_link {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.shop_info .shop_other_content {
  padding: 0;
}
.shop_info .shop_other_content img {
  max-width: 100%;
}
.shop_info .shop_other_content > * {
  max-width: 100%;
  width: inherit !important;
}
.shop_info .shop_other_content iframe {
  max-width: 100% !important;
}
@media print, screen and (min-width: 768px) {
  .shop_info {
    padding: 30px 0;
  }
  .shop_info .sns_panel_wrap {
    padding: 20px 0;
  }
  .shop_info .sns_panel_wrap .sns_panel {
    padding: 15px 25px 5px;
    margin: 0;
    border-right: 1px solid #cccccc;
  }
  .shop_info .sns_panel_wrap .sns_panel:first-of-type {
    padding-left: 0;
  }
  .shop_info .sns_panel_wrap .sns_panel:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .shop_info .sns_panel_wrap .sns_panel .shop_sns_link {
    background-position: left center;
    width: 100%;
    padding: 5px 0 5px 40px;
    color: #000000;
    font-weight: bold;
    margin: 0;
  }
  .shop_info .sns_panel_wrap .sns_panel .shop_sns_link.facebook:after {
    content: 'Facebook';
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
  .shop_info .sns_panel_wrap .sns_panel .shop_sns_link.twitter:after {
    content: 'Twitter';
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
  .shop_info .sns_panel_wrap .sns_panel .shop_sns_link.instagram:after {
    content: 'Instagram';
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
  .shop_info .sns_panel_wrap .sns_panel .shop_sns_link.line {
    content: 'LINE';
    font-size: 1.6rem;
    line-height: 2.1rem;
  }
}
/* トップページ 注目コンテンツ */
section.top_fcontent.news_list {
  padding: 0 15px 5px;
}
@media print, screen and (min-width: 768px) {
  section.top_fcontent.news_list {
    padding: 0 0 5px;
  }
}
section.top_fcontent.news_list > ul li:nth-last-child(2) {
  border-bottom: none;
}
section.top_fcontent.news_list > ul li:nth-last-child(1) {
  border-bottom: none;
}
section.top_fcontent.news_list > ul li .post_body .thumb_area {
  overflow: hidden;
}
section.topnews + section.top_fcontent.news_list h2.hl_title {
  border-top: none;
  margin-top: -8px;
}
@media print, screen and (min-width: 768px) {
  section.topnews + section.top_fcontent.news_list h2.hl_title {
    margin-top: 0;
  }
}
/* トップページ バナー */
section.top_banner > ul.banners {
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  section.top_banner > ul.banners {
    padding: 10px 0;
  }
}
section.top_banner > ul.banners li {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
}
section.top_banner > ul.banners li a {
  display: block;
}
section.top_banner > ul.banners li + li {
  margin-top: 5px;
}
/* トップページ その他ニュース一覧 */
section.newsother .btn_wrap {
  padding: 17px 0 0;
}
section.newsother .btn_wrap .btn {
  max-width: 260px;
  display: block;
  margin: 0 auto;
  color: #333;
}
.hl_b {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 767px) {
  .hl_b {
    margin-bottom: 10px;
  }
}
/* ヘッドライン */
.headline a {
  display: block;
  color: #000;
}
.headline .headline_item_sp {
  display: block;
  padding: 10px 0 19px;
  border-bottom: 1px solid #d8d8d8;
}
.headline .headline_item_sp:first-of-type {
  padding-top: 0;
}
.headline .headline_item_sp .headline_thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.headline .headline_item_sp .headline_thumb .trim_b {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.headline .headline_item_sp .headline_thumb .trim_b:before {
  content: '';
  display: block;
  padding-top: 62.5%;
}
.headline .headline_item_sp .headline_thumb .trim_b img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
  max-width: inherit;
}
.headline .headline_item_sp .headline_thumb .trim_b img.vertical {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: auto;
  max-height: inherit;
  width: 100%;
}
.headline .headline_item_sp .headline_thumb .trim_c {
  width: 100%;
  max-height: 260px;
  background: #e9e9e9;
  position: relative;
  overflow: hidden;
}
.headline .headline_item_sp .headline_thumb .trim_c:before {
  content: '';
  display: block;
  padding-top: 62.5%;
}
.headline .headline_item_sp .headline_thumb .trim_c img {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  height: auto;
  max-height: inherit;
  width: 100%;
}
.headline .headline_item_sp .headline_thumb .trim_c img.vertical {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: auto;
  max-width: inherit;
}
.headline .headline_item_sp .headline_thumb .trim_d {
  width: 100%;
  height: auto;
  max-height: 260px;
  background: #e9e9e9;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.headline .headline_item_sp .headline_thumb .trim_d img {
  height: 100%;
  max-height: 260px;
}
.headline .headline_item_sp .headline_thumb a {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.headline .headline_item_sp .headline_title {
  padding: 0 0 10px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: bold;
}
.headline .headline_item_sp .headline_body {
  padding: 0 0 10px;
  font-size: 1.4rem;
  line-height: 1.9rem;
}
.headline .headline_item_sp .post_info {
  justify-content: flex-end;
}
.headline .headline_item_sp ul.cat_list {
  margin: 15px 0 0 0;
}
.headline .headline_item_pc {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .headline .headline_item_pc {
    padding: 20px 0;
    display: block;
    border-bottom: solid 1px #d8d8d8;
  }
  .headline .headline_item_pc:nth-of-type(2) {
    padding-top: 0;
  }
  .headline .headline_item_pc .link_area {
    display: flex;
    position: relative;
  }
  .headline .headline_item_pc .link_area .headline_contents {
    width: 50%;
    display: flex;
    flex-direction: column;
  }
  .headline .headline_item_pc .link_area .headline_contents a.headline_link {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-right: 20px;
  }
  .headline .headline_item_pc .link_area .headline_contents .headline_meta {
    padding-right: 20px;
  }
  .headline .headline_item_pc .link_area .headline_contents .headline_cat {
    color: #aa0418;
    font-weight: bold;
  }
  .headline .headline_item_pc .link_area .headline_contents .headline_title {
    font-size: 1.8rem;
    line-height: 2.8rem;
    font-weight: bold;
    padding: 0 0 10px 0;
  }
  .headline .headline_item_pc .link_area .headline_contents .headline_body {
    line-height: 2.2rem;
  }
  .headline .headline_item_pc .link_area .headline_contents .post_info {
    font-size: 1.6rem;
    margin-top: auto;
  }
  .headline .headline_item_pc .link_area .headline_thumb {
    width: 460px;
    height: 288px;
    background: #e9e9e9;
    overflow: hidden;
    position: relative;
  }
  .headline .headline_item_pc .link_area .headline_thumb .trim_b {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
  }
  .headline .headline_item_pc .link_area .headline_thumb .trim_b img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: auto;
    max-width: inherit;
  }
  .headline .headline_item_pc .link_area .headline_thumb .trim_b img.vertical {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: auto;
    max-height: inherit;
    width: 100%;
  }
  .headline .headline_item_pc .link_area .headline_thumb .trim_c {
    background: #e9e9e9;
    position: relative;
    overflow: hidden;
  }
  .headline .headline_item_pc .link_area .headline_thumb .trim_c:before {
    content: '';
    display: block;
    padding-top: 62.5%;
  }
  .headline .headline_item_pc .link_area .headline_thumb .trim_c img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: auto;
    max-height: inherit;
    width: 100%;
  }
  .headline .headline_item_pc .link_area .headline_thumb .trim_c img.vertical {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: auto;
    max-width: inherit;
  }
  .headline .headline_item_pc .link_area .headline_thumb .trim_d {
    background: #e9e9e9;
    position: relative;
    overflow: hidden;
  }
  .headline .headline_item_pc .link_area .headline_thumb .trim_d:before {
    content: '';
    display: block;
    padding-top: 62.5%;
  }
  .headline .headline_item_pc .link_area .headline_thumb .trim_d img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: auto;
    max-height: inherit;
    width: 100%;
  }
  .headline .headline_item_pc .link_area .headline_thumb .trim_d img.vertical_pc {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    width: auto;
    max-width: inherit;
  }
  .headline .headline_item_pc .link_area .headline_thumb a {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .headline .headline_item_sp {
    display: none;
  }
}
/* 画像動画アイコン＆日付 */
.post_info {
  display: flex;
  align-content: flex-end;
  align-items: center;
  margin-left: auto;
  height: 19px;
  font-size: 14px;
  font-weight: normal;
}
.post_info .icon_block {
  width: 52px;
  height: 18px;
}
.post_info .post_date a {
  color: #000;
  font-weight: normal;
}
.post_info div:nth-child(2) {
  margin-left: 21px;
}
@media print, screen and (min-width: 768px) {
  .post_info {
    height: 21px;
  }
  .post_info .icon_block {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .post_info .icon_block span + span {
    margin-left: 6px;
  }
  .post_info .post_date {
    margin-left: 24px;
  }
}
/* カテゴリ */
ul.cat_list {
  flex: 0 1 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 5px;
  margin: 0;
}
ul.cat_list li {
  display: inline-block;
  flex: 0 0 auto;
  margin: 0 15px 5px 0;
  font-size: 1.4rem;
  line-height: 2.2rem;
}
ul.cat_list li a, ul.cat_list li span {
  display: block;
  text-decoration: none;
}
ul.cat_list li a.term_area, ul.cat_list li span.term_area {
  background: #d2d5e3;
  color: #000000;
  font-weight: normal;
  padding: 0 14px;
}
ul.cat_list li a.term_news, ul.cat_list li span.term_news {
  background: #fff !important;
  color: #aa0418 !important;
  font-weight: bold;
  padding: 0;
}
ul.cat_list li a.term_posttype, ul.cat_list li span.term_posttype {
  background-color: #aa0418 !important;
  color: #ffffff;
  font-weight: bold;
  cursor: default;
  padding: 0 8px;
}
ul.cat_list li.public {
  font-size: 12px;
  line-height: 2.4rem;
  background-color: #222f74;
  color: #ffffff;
  font-weight: bold;
  cursor: default;
  padding: 0 8px;
}
ul.cat_list li.lock_snews {
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 0;
  cursor: default;
  background: url(./../images/post_icon_lock_snews_sp.png) no-repeat center center;
  background-size: 20px;
}
/* 次の記事・前の記事 */
ul.post_move {
  margin: 30px auto 40px;
  width: 100%;
  font-size: 14px;
}
@media print, screen and (min-width: 768px) {
  ul.post_move {
    position: relative;
    height: 40px;
  }
}
ul.post_move li {
  border: solid 1px #ccc;
  background-color: #f4f4f4;
  width: 100%;
  height: 40px;
}
@media print, screen and (min-width: 768px) {
  ul.post_move li {
    width: 380px;
    height: 100%;
    position: absolute;
    top: 0;
  }
}
ul.post_move li.prev {
  margin: 0 0 20px;
}
@media print, screen and (min-width: 768px) {
  ul.post_move li.prev {
    left: 0;
  }
}
ul.post_move li.prev > a > div {
  padding: 0 14px 0 30px;
}
ul.post_move li.next {
  margin: 0 0 30px;
}
@media print, screen and (min-width: 768px) {
  ul.post_move li.next {
    right: 0;
  }
}
ul.post_move li.next > a > div {
  padding: 0 30px 0 14px;
}
ul.post_move li.list {
  width: 140px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  ul.post_move li.list {
    left: 50%;
    transform: translateX(-50%);
  }
}
ul.post_move li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #000000;
}
ul.post_move div {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
ul.post_move div .arrow_l, ul.post_move div .arrow_r {
  position: absolute;
  width: 10px;
  height: 10px;
  transform: translateY(-50%) rotate(45deg);
  top: 50%;
}
ul.post_move div .arrow_l.arrow_l, ul.post_move div .arrow_r.arrow_l {
  border-bottom: solid 2px #222f74;
  border-left: solid 2px #222f74;
  left: 15.5px;
}
@media print, screen and (max-width: 767px) {
  ul.post_move div .arrow_l.arrow_l, ul.post_move div .arrow_r.arrow_l {
    left: 10.5px;
  }
}
ul.post_move div .arrow_l.arrow_r, ul.post_move div .arrow_r.arrow_r {
  border-top: solid 2px #222f74;
  border-right: solid 2px #222f74;
  right: 15.5px;
}
@media print, screen and (max-width: 767px) {
  ul.post_move div .arrow_l.arrow_r, ul.post_move div .arrow_r.arrow_r {
    right: 10.5px;
  }
}
@media print, screen and (max-width: 767px) {
  ul.post_move {
    flex-direction: column;
    align-items: center;
  }
}
/* ページング */
/* 「関連/最新ページはありません」の余白 */
p.no_relpost_text {
  padding: 0 0 10px;
}
@media print, screen and (min-width: 768px) {
  p.no_relpost_text {
    padding: 0 0 20px;
  }
}
/* 高校野球（スポーツ） */
section#sports_category {
  padding: 0;
}
section#sports_category ul.sports_bnr_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
section#sports_category ul.sports_bnr_list li {
  width: 48.5%;
  width: -webkit-calc((100% - 10px) / 2);
  width: calc((100% - 10px) / 2);
  flex: 0 0 auto;
  margin: 0 0 10px;
}
section#sports_category ul.sports_bnr_list li a {
  display: block;
  height: 100%;
}
section#sports_category ul.sports_bnr_list li a.bnr_default {
  margin: auto;
  background: #222f74;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 40px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
section#sports_category ul.sports_bnr_list li a.bnr_default span {
  width: 100%;
  flex: 1 1 auto;
}
@media print, screen and (min-width: 768px) {
  section#sports_category {
    padding: 0 0 0;
  }
  section#sports_category ul.sports_bnr_list:after {
    display: block;
    content: '';
    width: 295px;
    flex: 0 1 auto;
    margin: 0;
  }
  section#sports_category ul.sports_bnr_list li {
    width: 295px;
    flex: 0 0 auto;
    margin: 0 0 15px;
  }
  section#sports_category ul.sports_bnr_list li a {
    display: block;
    height: 100%;
  }
  section#sports_category ul.sports_bnr_list li a.bnr_default {
    font-size: 2.5rem;
    line-height: 40px;
    padding: 15px 10px;
  }
}
.term-dn_disaster_prevention p.main_txt {
  font-size: 1.6rem;
  line-height: 2.1rem;
  font-weight: bold;
  padding: 0 0 30px;
}
ul.infra_link_list {
  width: 100%;
}
ul.infra_link_list li {
  padding: 0 0 15px 12px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  position: relative;
  background: url(./../images/li_infra_link_list.png) no-repeat left top 4px;
  background-size: 7px 11px;
}
ul.infra_link_list li a {
  display: inline-block;
  padding: 0 0 10px;
  font-size: 1.4rem;
  line-height: 2.1rem;
  font-weight: 500;
  text-decoration: underline;
  color: #000000;
  vertical-align: bottom;
}
ul.infra_link_list li a::after {
  display: inline-block;
  content: '';
  font-size: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
  margin: 0 0 0 10px;
  background: url(./../images/li_target_infra_link_list.png) no-repeat center top -3px;
  background-size: 20px 20px;
  vertical-align: bottom;
}
ul.infra_link_list li a span {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2.1rem;
}
@media print, screen and (min-width: 768px) {
  .term-dn_disaster_prevention p.main_txt {
    padding: 0 0 25px;
  }
  ul.infra_link_list {
    padding: 0 0 10px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  ul.infra_link_list li {
    padding: 0 20px 0 12px;
    width: auto;
    flex: 0 0 auto;
  }
  ul.infra_link_list li a {
    padding: 0 20px 10px 0;
  }
}
/* 企画一覧 */
section.kikaku_list_wrap {
  padding: 0 0 30px;
}
ul.kikaku_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
ul.kikaku_list:after {
  display: block;
  content: '';
  flex: 1 1 auto;
  width: 50%;
}
ul.kikaku_list li.item {
  flex: 0 0 auto;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0;
  position: relative;
}
ul.kikaku_list li.item:nth-child(even) {
  padding: 0 0 10px 5px;
}
ul.kikaku_list li.item .item_body {
  height: 100%;
  position: relative;
  color: #000;
}
ul.kikaku_list li.item .item_body div.trim {
  overflow: hidden;
  width: 100%;
  position: relative;
  background-color: #e9e9e9;
}
ul.kikaku_list li.item .item_body div.trim:before {
  content: '';
  display: block;
  padding-top: 100%;
}
ul.kikaku_list li.item .item_body div.trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
ul.kikaku_list li.item .item_body .hl_photom {
  padding: 5px 0 0;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2.1rem;
}
ul.kikaku_list li.item .item_body > a {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
ul.kikaku_list a {
  color: #000;
}
ul.kikaku_list a:visited {
  color: #000;
}
@media print, screen and (min-width: 768px) {
  section.kikaku_list_wrap {
    padding: 0 0 20px;
  }
  ul.kikaku_list:after {
    width: 205px;
  }
  ul.kikaku_list li.item {
    flex: 0 0 auto;
    width: 205px;
    margin: 0 33px 20px 0;
    padding: 0;
  }
  ul.kikaku_list li.item:nth-child(even) {
    padding: 0;
  }
  ul.kikaku_list li.item:nth-of-type(4n) {
    margin: 0 0 20px;
  }
  ul.kikaku_list li.item .item_body {
    margin: 0;
  }
}
/* 特集 */
.hl_page.local-special1 {
  color: #fff;
  background: url(./../images/hl_bk_local-special1_sp.png) repeat-x left center;
  background-size: 267px 70px;
}
.hl_page.local-special2 {
  color: #fff;
  background: url(./../images/hl_bk_local-special2_sp.png) repeat-x left center;
  background-size: 196px 70px;
}
@media print, screen and (min-width: 768px) {
  .hl_page.local-special1 {
    background: url(./../images/hl_bk_local-special1_pc.png) repeat-x left center;
    background-size: 380px 100px;
  }
  .hl_page.local-special2 {
    background: url(./../images/hl_bk_local-special2_pc.png) repeat-x left center;
    background-size: 282px 100px;
  }
}
/* Youまつさか */
.hl_page.kikaku-other {
  width: 100%;
  height: auto;
  min-height: inherit;
  padding: 1px 0;
  font-size: 0;
  line-height: 0;
  color: #fff;
  background: #707070 url(./../images/hl_bk_kikaku-other_sp.png) no-repeat center center;
  background-size: contain;
  position: relative;
}
.hl_page.kikaku-other:before {
  content: '';
  display: block;
  padding-top: 18.666%;
}
@media print, screen and (min-width: 768px) {
  .hl_page.kikaku-other {
    width: 100%;
    height: 120px;
    min-height: inherit;
    background: url(./../images/hl_bk_kikaku-other_pc.png) no-repeat left center;
    background-size: contain;
    padding: 0;
  }
  .hl_page.kikaku-other:before {
    display: none;
  }
}
