@charset "UTF-8";
/*

Theme Name: home-news
Description: 広島ホームニュースサイトテンプレートPC
Author: tv asahi mediaplex
Author URI: http://www.mediaplex.co.jp/
Template: home-master

 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

img {
  max-width: 100%;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/*=======================================
WordPress Native Styles
=======================================*/
strong, b {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  display: block;
  line-height: 1.55;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 2em;
  -webkit-margin-end: 2em;
}

/* img */
.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
  margin: 0 0 2em 2em;
}

.alignleft {
  float: left;
  margin: 0 2em 2em 0;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

.wysiwyg-contents {
  padding: 50px 30px;
  background: #fff;
  width: 1000px;
  margin: 0 auto;
}

.editor-style, .editor-area {
  line-height: 1.55;
}
.editor-style h1, .editor-area h1 {
  font-size: 200%;
}
.editor-style h2, .editor-area h2 {
  font-size: 180%;
}
.editor-style h3, .editor-area h3 {
  font-size: 160%;
}
.editor-style h4, .editor-area h4 {
  font-size: 140%;
}
.editor-style h5, .editor-area h5 {
  font-size: 120%;
}
.editor-style h6, .editor-area h6 {
  font-size: 100%;
}
.editor-style h1, .editor-style h2, .editor-style h3, .editor-area h1, .editor-area h2, .editor-area h3 {
  letter-spacing: 1px;
}
.editor-style h1, .editor-style h2, .editor-style h3, .editor-style h4, .editor-style h5, .editor-style h6, .editor-area h1, .editor-area h2, .editor-area h3, .editor-area h4, .editor-area h5, .editor-area h6 {
  clear: both;
  line-height: 1.4;
  margin-bottom: 1em;
}
.editor-style p, .editor-area p {
  margin-bottom: 1em;
}
.editor-style ul.disc-list, .editor-style ol.ol-list, .editor-area ul.disc-list, .editor-area ol.ol-list {
  margin-bottom: 1.5em;
}
.editor-style ul.disc-list li, .editor-style ol.ol-list li, .editor-area ul.disc-list li, .editor-area ol.ol-list li {
  margin-top: .5em;
}
.editor-style ul.disc-list li:first-child, .editor-style ol.ol-list li:first-child, .editor-area ul.disc-list li:first-child, .editor-area ol.ol-list li:first-child {
  margin-top: 0;
}
.editor-style ul.disc-list, .editor-area ul.disc-list {
  display: table;
}
.editor-style ul.disc-list li, .editor-area ul.disc-list li {
  display: table-row;
}
.editor-style ul.disc-list li:after, .editor-area ul.disc-list li:after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
.editor-style ul.disc-list li:before, .editor-area ul.disc-list li:before {
  content: "•";
  display: table-cell;
  padding-right: 0.4em;
}
.editor-style ol.ol-list li, .editor-area ol.ol-list li {
  display: table-row;
  counter-increment: table-ol;
}
.editor-style ol.ol-list li:after, .editor-area ol.ol-list li:after {
  content: "";
  display: block;
  margin-bottom: 5px;
}
.editor-style ol.ol-list li:before, .editor-area ol.ol-list li:before {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 0.5em;
  text-align: right;
}

body.mceContentBody.editor-area {
  min-width: 0;
  margin: 30px;
  font-size: 1.3em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

/*========================================
common style
========================================*/
html {
  color: #000000;
  font-size: 62.5%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: 0.1em;
}

body {
  font-size: 1.3em;
  min-width: 1280px;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
}

a {
  color: #000000;
}
a:hover {
  color: #464646;
}
a:active {
  color: #464646;
}

::-moz-selection {
  color: #000;
  background: #99ffdf;
}

::selection {
  color: #000;
  background: #99ffdf;
}

::-moz-selection {
  color: #000;
  background: #99ffdf;
}

img {
  vertical-align: bottom;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.map-wrap * {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea,
button {
  margin: 0px;
  padding: 0px;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea {
  width: 100%;
  padding: 5px;
  max-width: 100%;
  border: 1px solid #efefef;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
textarea:focus {
  outline: 0;
  background: #f7f7f7;
}

input[type="button"],
input[type="reset"],
input[type="submit"],
button {
  color: #fff;
  background: #333;
  padding: 10px 20px;
}
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:focus {
  outline: none;
}

input:focus::-webkit-input-placeholder,
isindex:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-top: 5px !important;
}
.wpcf7 .ajax-loader {
  display: block !important;
}
.wpcf7 .wpcf7-submit {
  cursor: pointer;
}
.wpcf7 .ajax-loader {
  margin: 7px auto 0 !important;
}
.wpcf7 div.wpcf7-response-output {
  padding: 1em;
}
.wpcf7 div.wpcf7-validation-errors {
  border: none;
  background: #ffdbdb;
}
.wpcf7 div.wpcf7-mail-sent-ok {
  border: none;
  background: #dbeaff;
}
.wpcf7 span.wpcf7-not-valid-tip {
  display: block;
  margin-top: 5px;
  font-size: 10px;
  font-size: 1rem;
}

/*========================================
general style
========================================*/
.clearfix, .editor-style, .editor-area, .news-contents {
  zoom: 1;
}

.clearfix:before, .editor-style:before, .editor-area:before, .news-contents:before, .clearfix:after, .editor-style:after, .editor-area:after, .news-contents:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.clearfix:after, .editor-style:after, .editor-area:after, .news-contents:after {
  clear: both;
}

.font-b {
  font-weight: bold;
}

.line-height {
  line-height: 1.55;
}

.align-c {
  text-align: center;
}

.fit-list-disc {
  display: table;
}
.fit-list-disc li {
  display: table-row;
}
.fit-list-disc li:after {
  content: "";
  display: block;
  margin-bottom: 0.5em;
}
.fit-list-disc li:before {
  content: "•";
  display: table-cell;
  padding-right: 0.4em;
}

.fit-list-ol {
  list-style: none;
  padding-left: 0;
  display: table;
}
.fit-list-ol li {
  display: table-row;
  counter-increment: table-ol;
}
.fit-list-ol li:after {
  content: "";
  display: block;
  margin-bottom: 5px;
}
.fit-list-ol li:before {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 0.5em;
  text-align: right;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.loader {
  top: 50%;
  left: 50%;
  width: 4em;
  height: 4em;
  position: absolute;
  transform: translate(-50%, -50%);
}

.loader:after {
  display: block;
  content: '';
  height: 4em;
  width: 4em;
  border-radius: 50%;
  position: absolute;
  border-top: 4px solid rgba(255, 255, 255, 0.2);
  border-right: 4px solid rgba(255, 255, 255, 0.2);
  border-bottom: 4px solid rgba(255, 255, 255, 0.2);
  border-left: 4px solid rgba(255, 255, 255, 0.7);
  animation: load8 .9s infinite ease-out;
}

@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.red {
  color: #ff0605;
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("img/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("img/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("img/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("img/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("img/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/*========================================
共通バーツ
========================================*/
.news-contents {
  width: 1280px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.news-contents .news-content-left {
  width: 1280px;
}
.news-contents .news-content-right {
  width: 300px;
  float: right;
}
.news-contents .news-content-right .add_banner_pc {
  margin-bottom: 20px;
  text-align: center;
}

.news-site-name {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: 35px;
  color: #0950a0;
  text-align: center;
}

.bread-crumb {
  padding-bottom: 32px;
}

.news-content-block .inner.bg-1 {
  background: rgba(10, 80, 160, 0.05);
}
.news-content-block .inner.bg-2, .news-content-block .inner.bg-4 {
  background-color: #fff;
}
.news-content-block .inner.bg-3 {
  background-color: #f0f2f5;
}

.cate-nav {
  width: 100%;
}
.cate-nav .category-nav {
  width: 100%;
  margin: 0 auto 20px;
}
.cate-nav .category-nav .category-menu li {
  float: left;
  width: 158px;
  text-align: center;
  background-color: #0a50a0;
  margin-right: 2px;
}
.cate-nav .category-nav .category-menu li:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}
.cate-nav .category-nav .category-menu li:last-child {
  margin-right: 0;
}
.cate-nav .category-nav .category-menu li a {
  padding: 13.5px 0;
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 1.6rem;
}

/*========================================
モジュール
========================================*/
.search-form {
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
}
.search-form .search-inner {
  float: right;
  position: relative;
  display: inline-block;
}
.search-form .search-inner::after {
  position: absolute;
  top: 1px;
  right: 1px;
  content: '';
  display: block;
  background-image: url(img/pulldown_btn.png);
  width: 27px;
  height: 32px;
  pointer-events: none;
  background-size: cover;
  border-left: 1px #aab2bd solid;
}
.search-form .search-inner .select-form {
  width: 180px;
  height: 34px;
  font-size: 1.4rem;
  border: 1px #aab2bd solid;
}
.search-form .search-inner select {
  outline: none;
  text-indent: 10px;
  text-overflow: '';
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
.search-form .search-inner select option {
  background-color: #fff;
  color: #333;
}
.search-form .search-inner select::-ms-expand {
  display: none;
}
.search-form .search-inner select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.news-link-list-01 > ul {
  margin-bottom: 32px;
}
.news-link-list-01 > ul > li {
  margin-bottom: 24px;
}
.news-link-list-01 > ul > li:last-child {
  margin-bottom: 0;
}
.news-link-list-01 > ul > li a, .news-link-list-01 > ul > li .inner {
  display: -ms-flexbox;
  display: flex;
  line-height: 1.55;
  text-decoration: none;
}
.news-link-list-01 > ul > li a:hover .title {
  text-decoration: underline;
}
.news-link-list-01 > ul > li .date {
  width: 100px;
  -ms-flex: 0 0 100px;
      flex: 0 0 100px;
  font-size: 1.3rem;
  padding-right: 10px;
  color: #0950a0;
  font-family: "Nunito Sans", sans-serif;
}
.news-link-list-01 > ul > li .title {
  font-size: 1.4rem;
}

.news-banner-list-01 {
  width: 620px;
  margin: 0 auto;
}
.news-banner-list-01 > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.news-banner-list-01 > ul > li {
  width: 300px;
  margin-right: 20px;
  margin-top: 20px;
}
.news-banner-list-01 > ul > li a {
  display: block;
  transition: opacity .3s ease-out 0s;
}
.news-banner-list-01 > ul > li a:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}
.news-banner-list-01 > ul > li:nth-child(-n+2) {
  margin-top: 0;
}
.news-banner-list-01 > ul > li:nth-child(even) {
  margin-right: 0;
}

.news-banner-list-02 {
  margin-bottom: 30px;
}
.news-banner-list-02 li {
  margin-bottom: 10px;
}
.news-banner-list-02 li:last-child {
  margin-bottom: 0;
}
.news-banner-list-02 li a {
  display: block;
  transition: opacity .3s ease-out 0s;
  text-align: center;
}
.news-banner-list-02 li a:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}

.news-banner-list-03 {
  width: 1250px;
  margin: 0 auto;
  padding-bottom: 60px;
}
.news-banner-list-03 ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.news-banner-list-03 ul li {
  width: 234px;
  margin-right: 20px;
  margin-top: 20px;
}
.news-banner-list-03 ul li:nth-child(-n+5) {
  margin-top: 0;
}
.news-banner-list-03 ul li:nth-child(5n+5) {
  margin-right: 0;
}
.news-banner-list-03 ul li a {
  display: block;
  transition: opacity .3s ease-out 0s;
}
.news-banner-list-03 ul li a:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}

.news-thum-list-latest {
  background-color: #fff;
  padding: 60px 40px;
}
.news-thum-list-latest .latest-news {
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  background-color: #fff;
  transition: opacity .3s ease-out 0s;
}
.news-thum-list-latest .latest-news:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}
.news-thum-list-latest .flex-thum {
  width: 540px;
  background-color: #fff;
  height: 300px;
  position: relative;
  display: table;
}
.news-thum-list-latest .flex-thum .thum-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.news-thum-list-latest .flex-thum .thum-inner img {
  max-height: 300px;
  max-width: 540px;
}
.news-thum-list-latest .text {
  width: 100%;
  -ms-flex: 0 0 660px;
      flex: 0 0 660px;
  padding: 10px 0 0 20px;
  position: relative;
}
.news-thum-list-latest .text .title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.55;
  margin-bottom: 15px;
}
.news-thum-list-latest .text .sub-title {
  margin-bottom: 15px;
}
.news-thum-list-latest .text .genre {
  float: left;
  font-size: 1.3rem;
  display: block;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  margin-right: 20px;
  border: 2px #000 solid;
  padding: 5px 15px 4px;
  border-radius: 5px;
}
.news-thum-list-latest .text .latest-date {
  float: left;
  font-size: 1.3rem;
  display: block;
  font-weight: 600;
  color: #0950a0;
  font-family: "Nunito Sans", sans-serif;
  padding-top: 5.5px;
}
.news-thum-list-latest .text .content {
  font-size: 1.3rem;
  display: block;
  font-weight: normal;
  font-family: "Nunito Sans", sans-serif;
  line-height: 2;
  margin-bottom: 20px;
}
.news-thum-list-latest .text .btn-more {
  width: 100%;
  display: inline-block;
  margin-top: 0;
}

.news-thum-list-01 {
  background-color: #f0f2f5;
  padding: 60px 40px;
}
.news-thum-list-01 > ul {
  width: 100%;
}
.news-thum-list-01 > ul > li {
  width: 380px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.news-thum-list-01 > ul > li:nth-child(3n) {
  margin-right: 0;
}
.news-thum-list-01 > ul > li .latest-news {
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  background-color: #fff;
  transition: opacity .3s ease-out 0s;
}
.news-thum-list-01 > ul > li .latest-news:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}
.news-thum-list-01 > ul > li a.news-item {
  display: block;
  text-decoration: none;
  background-color: #fff;
  transition: opacity .3s ease-out 0s;
}
.news-thum-list-01 > ul > li a.news-item:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}
.news-thum-list-01 > ul > li .text {
  width: 100%;
  height: 250px;
  -ms-flex: 0 0 660px;
      flex: 0 0 660px;
  padding: 15px;
  position: relative;
}
.news-thum-list-01 > ul > li .text .title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55;
  margin-bottom: 15px;
}
.news-thum-list-01 > ul > li .text .sub-title {
  margin-bottom: 15px;
}
.news-thum-list-01 > ul > li .text .genre {
  width: 60px;
  font-size: 1.1rem;
  display: block;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  margin-right: 20px;
  border: 2px #000 solid;
  padding: 5px 0;
  border-radius: 5px;
  text-align: center;
}
.news-thum-list-01 > ul > li .text .date {
  font-size: 1.3rem;
  display: block;
  font-weight: 600;
  color: #0950a0;
  font-family: "Nunito Sans", sans-serif;
  padding-top: 15px;
}
.news-thum-list-01 > ul > li .text .content {
  opacity: .7;
  font-size: 1.2rem;
  margin-top: 13px;
  display: block;
  font-weight: normal;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.5625;
}
.news-thum-list-01 > ul .flex-thum {
  width: 380px;
  background-color: #fff;
  height: 215px;
  position: relative;
  display: table;
}
.news-thum-list-01 > ul .flex-thum .thum-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.news-thum-list-01 > ul .flex-thum .thum-inner img {
  max-height: 215px;
  max-width: 380px;
}
.news-thum-list-01 .pagination-area {
  width: 100%;
}
.news-thum-list-01 .pagination-area .total-page {
  margin-top: 10px;
  float: left;
}
.news-thum-list-01 .pagination-area .pagination {
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.news-thum-list-01 .pagination-area .pagination li {
  float: left;
}
.news-thum-list-01 .pagination-area .pagination a, .news-thum-list-01 .pagination-area .pagination span {
  color: #fff;
  width: 32px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 1px;
  font-size: 1.4rem;
  text-decoration: none;
  background-color: #0950a0;
}
.news-thum-list-01 .pagination-area .pagination a:hover {
  color: #fff;
  opacity: .8;
}
.news-thum-list-01 .pagination-area .pagination .current {
  color: #0950a0;
  background-color: #e2e8ee;
}
.news-thum-list-01 .pagination-area .pagination .next, .news-thum-list-01 .pagination-area .pagination .prev {
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.news-thum-list-01 .pagination-area .pagination .next:before, .news-thum-list-01 .pagination-area .pagination .next:after, .news-thum-list-01 .pagination-area .pagination .prev:before, .news-thum-list-01 .pagination-area .pagination .prev:after {
  display: block;
  content: '';
  height: 2px;
  width: 10px;
  background-color: #fff;
  position: absolute;
}
.news-thum-list-01 .pagination-area .pagination .prev:before {
  left: 10px;
  top: 12px;
  transform: rotate(-45deg);
}
.news-thum-list-01 .pagination-area .pagination .prev:after {
  left: 10px;
  top: 18px;
  transform: rotate(45deg);
}
.news-thum-list-01 .pagination-area .pagination .next:before {
  right: 10px;
  top: 12px;
  transform: rotate(45deg);
}
.news-thum-list-01 .pagination-area .pagination .next:after {
  right: 10px;
  top: 18px;
  transform: rotate(-45deg);
}
.news-thum-list-01 .pagination-area .pagination .start, .news-thum-list-01 .pagination-area .pagination .end {
  width: 64px;
}

.genre.is-hiro, .genre.is-tpx {
  color: #fa7d94;
  border: 2px #fa7d94 solid !important;
}
.genre.is-bou {
  color: #fa7d94;
  border: 2px #fa7d94 solid !important;
}
.genre.is-pol {
  color: #0068b7;
  border: 2px #0068b7 solid !important;
}
.genre.is-bus {
  color: #ff0000;
  border: 2px #ff0000 solid !important;
}
.genre.is-soci {
  color: #e8b10f;
  border: 2px #e8b10f solid !important;
}
.genre.is-int {
  color: #00734a;
  border: 2px #00734a solid !important;
}
.genre.is-spo {
  color: #03d8ff;
  border: 2px #03d8ff solid !important;
}
.genre.is-ent {
  color: #ff6600;
  border: 2px #ff6600 solid !important;
}

.news-thum-list-02 > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.news-thum-list-02 > ul > li {
  width: 430px;
  margin-top: 30px;
}
.news-thum-list-02 > ul > li:nth-child(-n+2) {
  margin-top: 0;
}
.news-thum-list-02 > ul > li a {
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  transition: opacity .3s ease-out 0s;
}
.news-thum-list-02 > ul > li a:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}
.news-thum-list-02 > ul > li .thum {
  width: 200px;
  -ms-flex: 0 0 200px;
      flex: 0 0 200px;
  position: relative;
}
.news-thum-list-02 > ul > li .thum img {
  border: 1px solid #cedcec;
}
.news-thum-list-02 > ul > li .text {
  padding: 0 20px;
}
.news-thum-list-02 > ul > li .text .title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5625;
}
.news-thum-list-02 > ul > li .text .description {
  font-size: 1.2rem;
  line-height: 1.55;
}

.news-thum-list-03 > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.news-thum-list-03 > ul > li {
  width: 266px;
  margin-top: 30px;
  margin-right: 31px;
}
.news-thum-list-03 > ul > li:nth-child(3n+3) {
  margin-right: 0;
}
.news-thum-list-03 > ul > li:nth-child(-n+3) {
  margin-top: 0;
}
.news-thum-list-03 > ul > li a {
  display: block;
  text-decoration: none;
  transition: opacity .3s ease-out 0s;
}
.news-thum-list-03 > ul > li a:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}
.news-thum-list-03 > ul > li .thum {
  margin-bottom: 20px;
}
.news-thum-list-03 > ul > li .thum img {
  border: 1px solid #cedcec;
}
.news-thum-list-03 > ul > li .text {
  padding: 0 20px;
}
.news-thum-list-03 > ul > li .text .title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.55;
}

.sns-btns {
  margin-bottom: 15px;
}

.lnav {
  margin-bottom: 30px;
}
.lnav ul li {
  margin-bottom: 10px;
}
.lnav ul li:last-child {
  margin-bottom: 0;
}
.lnav ul li a {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 18px 10px;
  color: #0950a0;
  background-color: #fff;
  text-decoration: none;
  border: 2px solid #0950a0;
  transition: all .3s ease-out;
}
.lnav ul li a:hover {
  color: #fff;
  background-color: #0950a0;
}

.side-twitter,
.side-instagram,
.side-facebook {
  margin-bottom: 30px;
}

.side-instagram {
  padding: 20px;
  background-color: #fff;
}
.side-instagram .title {
  font-weight: bold;
  font-size: 1.55rem;
  margin-bottom: 20px;
  color: #0950a0;
}

/*========================================
天気
========================================*/
.weather-content-block {
  margin-bottom: 60px;
  background-color: #fff;
}
.weather-content-block .inner {
  width: 1080px;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 60px;
}
.weather-content-block .inner .weather-area {
  width: 100%;
}
.weather-content-block .inner .weather-area li {
  float: left;
  width: 510px;
  height: 400px;
  margin-right: 30px;
}
.weather-content-block .inner .weather-area li:nth-child(2n) {
  width: 540px;
  margin-right: 0;
}
.weather-content-block .inner .weather-area .title-01 {
  font-size: 2.2rem;
}
.weather-content-block .inner .weather-area .weather-today {
  height: 300px;
}
.weather-content-block .inner .weather-area .weather-today .places {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.weather-content-block .inner .weather-area .weather-today .places .north {
  width: 250px;
  height: 90px;
  margin-right: 10px;
  text-align: center;
}
.weather-content-block .inner .weather-area .weather-today .places .north img {
  height: 45px;
  margin-top: 30px;
}
.weather-content-block .inner .weather-area .weather-today .places .south {
  width: 250px;
  height: 90px;
  text-align: center;
}
.weather-content-block .inner .weather-area .weather-today .places .south img {
  height: 45px;
  margin-top: 30px;
}
.weather-content-block .inner .weather-area .weather-today .places .w-inner {
  position: relative;
  height: 90px;
  background-color: #f7f8fa;
}
.weather-content-block .inner .weather-area .weather-today .places .places-title {
  position: absolute;
  top: -15px;
  left: 75px;
  width: 100px;
  display: block;
  background-color: #d9dfe5;
  padding: 7px 0;
  border-radius: 15px;
  font-weight: bold;
  font-size: 1.8rem;
}
.weather-content-block .inner .weather-area .weather-today .places .temperature {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #b8bdc3;
  font-size: 2.2rem;
}
.weather-content-block .inner .weather-area .weather-today .places .temperature .max-temp {
  color: #f3527d;
  margin-right: 3px;
}
.weather-content-block .inner .weather-area .weather-today .places .temperature .min-temp {
  color: #0068b7;
  margin-left: 3px;
}
.weather-content-block .inner .weather-area .weather-today .places .precipitation {
  font-size: 1.8rem;
  position: relative;
  display: inline-block;
}
.weather-content-block .inner .weather-area .weather-today .places .precipitation::before {
  position: absolute;
  top: -5px;
  left: -20px;
  width: 12px;
  height: 22px;
  content: '';
  display: block;
  background-image: url(img/precipitation.png);
}
.weather-content-block .inner .weather-area .weather-week {
  height: 300px;
}
.weather-content-block .inner .weather-area .weather-week table {
  width: 100%;
}
.weather-content-block .inner .weather-area .weather-week table tr {
  border: 1px #b7c4d1 solid;
}
.weather-content-block .inner .weather-area .weather-week table th {
  width: 100px;
  border-right: 1px #b7c4d1 solid;
  text-align: center;
}
.weather-content-block .inner .weather-area .weather-week table td {
  text-align: center;
  padding: 1.3% 2%;
}
.weather-content-block .inner .weather-area .weather-week table td:nth-child(even) {
  background-color: #f0f2f5;
}
.weather-content-block .inner .weather-area .weather-week table th, .weather-content-block .inner .weather-area .weather-week table td {
  line-height: 1.3;
}
.weather-content-block .inner .weather-area .weather-week table .weather td img {
  width: 100%;
}
.weather-content-block .inner .weather-area .weather-places .w-map {
  position: relative;
  width: 510px;
  height: 306px;
  background-image: url(img/w_map.png);
  background-repeat: no-repeat;
}
.weather-content-block .inner .weather-area .weather-places .w-item {
  position: absolute;
  width: 71px;
  text-align: center;
}
.weather-content-block .inner .weather-area .weather-places .w-item .weather-place {
  width: 100%;
  height: 20px;
  background-color: #0a50a0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.weather-content-block .inner .weather-area .weather-places .w-item .weather-image {
  width: 100%;
  height: 35px;
  background-color: #fff;
}
.weather-content-block .inner .weather-area .weather-places .w-item .weather-image img {
  height: 100%;
}
.weather-content-block .inner .weather-area .weather-places .w-item .weather-num {
  width: 100%;
  background-color: #e2e8ee;
  padding: 2px 0;
}
.weather-content-block .inner .weather-area .weather-places .w-item.places-01 {
  top: 50px;
  left: 240px;
}
.weather-content-block .inner .weather-area .weather-places .w-item.places-02 {
  top: 40px;
  left: 323px;
}
.weather-content-block .inner .weather-area .weather-places .w-item.places-03 {
  top: 160px;
  left: 75px;
}
.weather-content-block .inner .weather-area .weather-places .w-item.places-04 {
  top: 180px;
  left: 195px;
}
.weather-content-block .inner .weather-area .weather-places .w-item.places-05 {
  top: 160px;
  left: 360px;
}
.weather-content-block .inner .weather-area .weather-places .w-item .name {
  color: #fff;
  padding-top: 4px;
  padding-bottom: 3px;
}
.weather-content-block .inner .weather-area .weather-places .w-item .temperature {
  color: #b8bdc3;
  font-size: 1rem;
  font-weight: bold;
  padding-top: 2px;
  padding-bottom: 4px;
}
.weather-content-block .inner .weather-area .weather-places .w-item .temperature .max-temp {
  color: #f3527d;
  margin-right: 1%;
}
.weather-content-block .inner .weather-area .weather-places .w-item .temperature .min-temp {
  color: #0068b7;
  margin-left: 1%;
}
.weather-content-block .inner .weather-area .weather-places .w-item .precipitation {
  font-size: 1rem;
  font-weight: bold;
}
.weather-content-block .inner .weather-area .weather-camera .w-camera {
  width: 100%;
  height: 100%;
  max-width: 540px;
  max-height: 306px;
}
.weather-content-block .inner .weather-area .weather-camera .w-camera iframe {
  width: 100%;
  height: 100%;
}

/*========================================
出演者
========================================*/
.cast-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.cast-list .cast-item {
  width: 415px;
  margin-right: 30px;
  margin-top: 30px;
}
.cast-list .cast-item:nth-child(-n+2) {
  margin-top: 0;
}
.cast-list .cast-item:nth-child(even) {
  margin-right: 0;
}
.cast-list .cast-item .thum {
  margin-bottom: 20px;
  border: 1px solid #cedcec;
}
.cast-list .cast-item .name {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.cast-list .cast-item .message {
  font-size: 1.6rem;
  line-height: 1.55;
}

/*========================================
アーカイブ
========================================*/
.archive .sns-btns {
  margin-bottom: 30px;
}
.archive .news-content-left {
  width: 940px;
  float: left;
}
.archive .news-content-left .news-content-block {
  background-color: #fff;
  padding: 60px 40px;
}
.archive .news-content-left .category_rec {
  float: left;
  width: 100%;
}
.archive .news-content-left .inner {
  position: relative;
}
.archive .news-content-left .inner .search-form {
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
  position: absolute;
  top: -5px;
  right: 0;
}
.archive .news-category-list > ul {
  width: 100%;
}
.archive .news-category-list > ul li {
  transition: opacity .3s ease-out 0s;
}
.archive .news-category-list > ul li:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}
.archive .news-category-list > ul .latest-news {
  width: 415px;
  margin-right: 30px;
  margin-bottom: 40px;
  float: left;
}
.archive .news-category-list > ul .latest-news:nth-child(2n) {
  margin-right: 0;
}
.archive .news-category-list > ul .latest-news a.news-item {
  display: block;
  text-decoration: none;
  background-color: #fff;
  transition: opacity .3s ease-out 0s;
}
.archive .news-category-list > ul .latest-news a.news-item:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}
.archive .news-category-list > ul .latest-news .text {
  width: 100%;
  -ms-flex: 0 0 660px;
      flex: 0 0 660px;
  padding: 15px;
  position: relative;
}
.archive .news-category-list > ul .latest-news .text .title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55;
  margin-bottom: 15px;
}
.archive .news-category-list > ul .latest-news .text .sub-title {
  margin-bottom: 15px;
}
.archive .news-category-list > ul .latest-news .text .genre {
  float: left;
  font-size: 1.3rem;
  display: block;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  margin-right: 20px;
  border: 2px #000 solid;
  padding: 5px 15px 4px;
  border-radius: 5px;
}
.archive .news-category-list > ul .latest-news .text .latest-date {
  float: left;
  font-size: 1.3rem;
  display: block;
  font-weight: 600;
  color: #0950a0;
  font-family: "Nunito Sans", sans-serif;
  padding-top: 5.5px;
}
.archive .news-category-list > ul .latest-news .text .date {
  font-size: 1.3rem;
  display: block;
  font-weight: 600;
  color: #0950a0;
  font-family: "Nunito Sans", sans-serif;
  padding-top: 15px;
}
.archive .news-category-list > ul .latest-news .text .content {
  font-size: 1.3rem;
  display: block;
  font-weight: normal;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.8;
  margin-bottom: 20px;
}
.archive .news-category-list > ul .latest-news .text .btn-more {
  width: 100%;
  display: inline-block;
  margin-top: 0;
}
.archive .news-category-list > ul .latest-news .flex-thum {
  width: 415px;
  background-color: #fff;
  height: 235px;
  position: relative;
  display: table;
}
.archive .news-category-list > ul .latest-news .flex-thum .thum-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.archive .news-category-list > ul .latest-news .flex-thum .thum-inner img {
  max-width: 415px;
  max-height: 235px;
}
.archive .news-category-list > ul .archive-news {
  width: 100%;
  margin-bottom: 30px;
  float: left;
}
.archive .news-category-list > ul .archive-news a.news-item {
  display: block;
  text-decoration: none;
  background-color: #fff;
  transition: opacity .3s ease-out 0s;
}
.archive .news-category-list > ul .archive-news a.news-item:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}
.archive .news-category-list > ul .archive-news .text {
  width: 545px;
  -ms-flex: 0 0 545px;
      flex: 0 0 545px;
  position: relative;
  float: left;
}
.archive .news-category-list > ul .archive-news .text a {
  text-decoration: none;
}
.archive .news-category-list > ul .archive-news .text .title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55;
  margin-bottom: 15px;
}
.archive .news-category-list > ul .archive-news .text .sub-title {
  margin-bottom: 15px;
}
.archive .news-category-list > ul .archive-news .text .genre {
  float: left;
  font-size: 1.3rem;
  display: block;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  margin-right: 20px;
  border: 2px #000 solid;
  padding: 5px 15px 4px;
  border-radius: 5px;
}
.archive .news-category-list > ul .archive-news .text .latest-date {
  float: left;
  font-size: 1.3rem;
  display: block;
  font-weight: 600;
  color: #0950a0;
  font-family: "Nunito Sans", sans-serif;
  padding-top: 5.5px;
}
.archive .news-category-list > ul .archive-news .text .date {
  font-size: 1.3rem;
  display: block;
  font-weight: 600;
  color: #0950a0;
  font-family: "Nunito Sans", sans-serif;
  padding-top: 15px;
}
.archive .news-category-list > ul .archive-news .text .content {
  font-size: 1.3rem;
  display: block;
  font-weight: normal;
  font-family: "Nunito Sans", sans-serif;
  line-height: 1.8;
  margin-bottom: 15px;
}
.archive .news-category-list > ul .archive-news .text .btn-more {
  width: 100%;
  display: inline-block;
  margin-top: 0;
}
.archive .news-category-list > ul .archive-news .text .btn-more p {
  font-weight: bold;
  font-size: 1.6rem;
  padding-left: 52px;
  position: relative;
  color: #0950a0;
  text-decoration: none;
  display: inline-block;
  transition: opacity .3s ease-out 0s;
}
.archive .news-category-list > ul .archive-news .text .btn-more p:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}
.archive .news-category-list > ul .archive-news .text .btn-more p.live {
  margin-right: 40px;
}
.archive .news-category-list > ul .archive-news .text .btn-more p:before, .archive .news-category-list > ul .archive-news .text .btn-more p:after {
  position: absolute;
  display: block;
  content: '';
  background-color: #0950a0;
}
.archive .news-category-list > ul .archive-news .text .btn-more p:before {
  left: 0;
  top: 7px;
  width: 30px;
  height: 2px;
}
.archive .news-category-list > ul .archive-news .text .btn-more p:after {
  left: 23px;
  top: 4px;
  width: 10px;
  height: 2px;
  transform: rotate(45deg);
}
.archive .news-category-list > ul .archive-news .flex-thum {
  width: 285px;
  background-color: #fff;
  height: 160px;
  position: relative;
  display: table;
  margin-right: 30px;
  float: left;
}
.archive .news-category-list > ul .archive-news .flex-thum .thum-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.archive .news-category-list > ul .archive-news .flex-thum .thum-inner img {
  max-width: 285px;
  max-height: 160px;
}
.archive .news-category-list .pagination-area {
  width: 100%;
  margin-top: 30px;
}
.archive .news-category-list .pagination-area .total-page {
  margin-top: 10px;
  margin-top: 10px;
  float: left;
}
.archive .news-category-list .pagination-area .pagination {
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.archive .news-category-list .pagination-area .pagination li {
  float: left;
}
.archive .news-category-list .pagination-area .pagination a, .archive .news-category-list .pagination-area .pagination span {
  color: #fff;
  width: 32px;
  height: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin-left: 1px;
  font-size: 1.4rem;
  text-decoration: none;
  background-color: #0950a0;
}
.archive .news-category-list .pagination-area .pagination a:hover {
  color: #fff;
  opacity: .8;
}
.archive .news-category-list .pagination-area .pagination .current {
  color: #0950a0;
  background-color: #e2e8ee;
}
.archive .news-category-list .pagination-area .pagination .next, .archive .news-category-list .pagination-area .pagination .prev {
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.archive .news-category-list .pagination-area .pagination .next:before, .archive .news-category-list .pagination-area .pagination .next:after, .archive .news-category-list .pagination-area .pagination .prev:before, .archive .news-category-list .pagination-area .pagination .prev:after {
  display: block;
  content: '';
  height: 2px;
  width: 10px;
  background-color: #fff;
  position: absolute;
}
.archive .news-category-list .pagination-area .pagination .prev:before {
  left: 10px;
  top: 12px;
  transform: rotate(-45deg);
}
.archive .news-category-list .pagination-area .pagination .prev:after {
  left: 10px;
  top: 18px;
  transform: rotate(45deg);
}
.archive .news-category-list .pagination-area .pagination .next:before {
  right: 10px;
  top: 12px;
  transform: rotate(45deg);
}
.archive .news-category-list .pagination-area .pagination .next:after {
  right: 10px;
  top: 18px;
  transform: rotate(-45deg);
}
.archive .news-category-list .pagination-area .pagination .start, .archive .news-category-list .pagination-area .pagination .end {
  width: 64px;
}
.archive .news-content-right .access-ranking {
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 30px 0;
}
.archive .news-content-right .access-ranking .title-01 {
  font-size: 2rem;
  margin-bottom: 30px;
}
.archive .news-content-right .access-ranking .title-01 span {
  padding: 0 20px;
}
.archive .news-content-right .access-ranking .title-01 span::before {
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 2px;
  background: #0950a0;
  top: 50%;
  transform: translateY(-50%);
}
.archive .news-content-right .access-ranking .title-01 span::after {
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 2px;
  background: #0950a0;
  top: 50%;
  transform: translateY(-50%);
}
.archive .news-content-right .access-ranking .ranking-lists {
  width: 265px;
  margin: 0 auto;
}
.archive .news-content-right .access-ranking .ranking-lists li {
  margin-bottom: 30px;
  text-align: left;
}
.archive .news-content-right .access-ranking .ranking-lists li time {
  color: #0a50a0;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
}
.archive .news-content-right .access-ranking .ranking-lists li p {
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
}
.archive .news-content-right .access-ranking .ranking-lists li a {
  display: block;
  text-decoration: none;
}

/*========================================
固定ページ(詳細ページ)
========================================*/
.page .cate-nav {
  margin-bottom: 30px;
}
.page .sns-btns {
  margin-bottom: 30px;
}
.page .news-content-left {
  width: 940px;
  float: left;
}
.page .news-content-left .news-content-block {
  background-color: #fff;
  padding: 25px 40px;
}
.page .news-content-left .news-relation-block {
  background-color: #f0f2f5;
  padding: 60px 40px 30px;
}
.page .news-content-left .news-relation-block .title-01 {
  margin-bottom: 40px;
}
.page .news-content-left .inner {
  position: relative;
}
.page .news-content-left .inner .title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.55;
  margin-bottom: 7px;
}
.page .news-content-left .inner .sub-title {
  margin-bottom: 25px;
}
.page .news-content-left .inner .genre {
  float: left;
  font-size: 1.3rem;
  display: block;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
  margin-right: 20px;
  border: 2px #000 solid;
  padding: 5px 15px 4px;
  border-radius: 5px;
}
.page .news-content-left .inner .latest-date {
  float: left;
  font-size: 1.2rem;
  display: block;
  font-weight: 600;
  color: #0950a0;
  font-family: "Nunito Sans", sans-serif;
  padding-top: 5.5px;
}
.page .news-content-left .inner .date {
  font-size: 1.3rem;
  display: block;
  font-weight: 600;
  color: #0950a0;
  font-family: "Nunito Sans", sans-serif;
  padding-top: 15px;
}
.page .news-content-left .inner .thumbnail {
  width: 100%;
}
.page .news-content-left .inner .thumbnail img {
  width: 100%;
}
.page .news-content-left .inner .thumbnail video {
  width: 100%;
  position: relative;
}
.page .news-content-left .inner .thumbnail .jst-movie {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
}
.page .news-content-left .inner .content {
  width: 100%;
  margin: 30px auto;
}
.page .news-content-left .inner .content p {
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: normal;
  font-family: "Nunito Sans", sans-serif;
  margin-bottom: 25px;
}
.page .relation-news {
  margin-bottom: 30px;
  width: 430px;
  float: left;
}
.page .relation-news a {
  display: block;
  transition: opacity .3s ease-out 0s;
}
.page .relation-news a:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}
.page .relation-news .flex-thum {
  width: 200px;
  background-color: #fff;
  height: 115px;
  position: relative;
  display: table;
  margin-right: 20px;
  float: left;
}
.page .relation-news .flex-thum img {
  max-width: 200px;
  max-height: 115px;
}
.page .relation-news .text {
  width: 200px;
  -ms-flex: 0 0 200px;
      flex: 0 0 200px;
  position: relative;
  float: left;
}
.page .relation-news .sub-title {
  margin-bottom: 7px !important;
}
.page .relation-news .genre {
  float: none !important;
  display: inline-block !important;
}
.page .relation-news .title {
  font-size: 1.4rem !important;
  line-height: 1.5 !important;
  font-weight: 600 !important;
  font-family: "Nunito Sans", sans-serif;
}
.page .relation-news .latest-date {
  float: none !important;
  font-size: 1.2rem;
  font-weight: 600 !important;
  font-family: "Nunito Sans", sans-serif;
  padding-top: 0 !important;
}
.page .news-content-right .access-ranking {
  width: 100%;
  margin-bottom: 20px;
  background-color: #fff;
  padding: 30px 0;
}
.page .news-content-right .access-ranking .title-01 {
  font-size: 2rem;
  margin-bottom: 30px;
}
.page .news-content-right .access-ranking .title-01 span {
  padding: 0 20px;
}
.page .news-content-right .access-ranking .title-01 span::before {
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 2px;
  background: #0950a0;
  top: 50%;
  transform: translateY(-50%);
}
.page .news-content-right .access-ranking .title-01 span::after {
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 2px;
  background: #0950a0;
  top: 50%;
  transform: translateY(-50%);
}
.page .news-content-right .access-ranking .ranking-lists {
  width: 265px;
  margin: 0 auto;
}
.page .news-content-right .access-ranking .ranking-lists li {
  margin-bottom: 30px;
  text-align: left;
}
.page .news-content-right .access-ranking .ranking-lists li time {
  color: #0a50a0;
  margin-bottom: 15px;
  display: inline-block;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
}
.page .news-content-right .access-ranking .ranking-lists li p {
  font-size: 1.4rem;
  line-height: 1.7;
  font-weight: 600;
  font-family: "Nunito Sans", sans-serif;
}
.page .news-content-right .access-ranking .ranking-lists li a {
  display: block;
  text-decoration: none;
}

.ranking-lists li a {
  transition: opacity .3s ease-out 0s;
}
.ranking-lists li a:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}

.home-news .latest-news-link {
  text-decoration: none;
}
.home-news .latest-news .text .btn-more {
  width: 100%;
  display: inline-block;
  margin-top: 0;
}
.home-news .latest-news .text .btn-more p {
  font-weight: bold;
  font-size: 1.6rem;
  padding-left: 52px;
  position: relative;
  color: #0950a0;
  text-decoration: none;
  display: inline-block;
  transition: opacity .3s ease-out 0s;
}
.home-news .latest-news .text .btn-more p:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}
.home-news .latest-news .text .btn-more p.live {
  margin-right: 40px;
}
.home-news .latest-news .text .btn-more p:before, .home-news .latest-news .text .btn-more p:after {
  position: absolute;
  display: block;
  content: '';
  background-color: #0950a0;
}
.home-news .latest-news .text .btn-more p:before {
  left: 0;
  top: 7px;
  width: 30px;
  height: 2px;
}
.home-news .latest-news .text .btn-more p:after {
  left: 23px;
  top: 4px;
  width: 10px;
  height: 2px;
  transform: rotate(45deg);
}

.pagination-area .pagination .back-link {
  position: relative;
}
.pagination-area .pagination .back-link::before, .pagination-area .pagination .back-link::after {
  display: block;
  content: '';
  height: 2px;
  width: 10px;
  background-color: #fff;
  position: absolute;
}
.pagination-area .pagination .back-link::before {
  left: 10px;
  top: 12px;
  transform: rotate(-45deg);
}
.pagination-area .pagination .back-link::after {
  left: 10px;
  top: 18px;
  transform: rotate(45deg);
}
.pagination-area .pagination .fwd-link {
  position: relative;
}
.pagination-area .pagination .fwd-link::before, .pagination-area .pagination .fwd-link::after {
  display: block;
  content: '';
  height: 2px;
  width: 10px;
  background-color: #fff;
  position: absolute;
}
.pagination-area .pagination .fwd-link::before {
  right: 10px;
  top: 12px;
  transform: rotate(45deg);
}
.pagination-area .pagination .fwd-link::after {
  right: 10px;
  top: 18px;
  transform: rotate(-45deg);
}
.pagination-area .total-page span {
  font-size: 1rem;
}

.home .sns-btns, .post-type-archive .sns-btns {
  float: right;
  width: 170px;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 2px;
  margin-right: 15px;
  margin-bottom: 0;
}
.home .sns-btns .btn, .post-type-archive .sns-btns .btn {
  height: 30px;
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  transition: opacity .3s ease-out 0s;
  background-size: contain;
  margin-left: 0;
}
.home .sns-btns .btn:hover, .post-type-archive .sns-btns .btn:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}
.home .sns-btns .btn.minkame, .post-type-archive .sns-btns .btn.minkame {
  width: 170px;
  background-image: url(img/btn_sns_minkame.png);
}

.post-type-archive .sns-btns {
  margin-right: 0;
}

.emergency-info {
  width: 1280px;
  margin: 0 auto;
}
.emergency-info .emergency-info-inner {
  padding: 16px 80px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 24px;
  color: #ff0000;
  line-height: 1.55;
  border: 3px solid #ff0000;
}
.emergency-info .emergency-info-inner a {
  display: block;
  color: #ff0000;
}
.emergency-info .emergency-info-inner time {
  display: block;
}
.emergency-info .emergency-info-inner .title {
  display: block;
}
.emergency-info .emergency-info-inner .text {
  position: relative;
}
.emergency-info .emergency-info-inner .btn-more {
  margin-top: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  border-bottom: 1px #ff0000 solid;
  line-height: 1;
}

.no-post-message {
  margin: 10px 0;
}

.bousai_mv_pc {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.free_area_top {
  margin-bottom: 60px;
}

.free_area_bottom {
  margin-top: 60px;
}

.lji-contents {
  background-color: #fff;
  padding: 60px 40px 5px;
  margin-bottom: 80px;
}
.lji-contents .title-01 .btn {
  position: absolute;
  right: 0;
  top: 50%;
  background-color: #0950a0;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.lji-contents .title-01 .btn:before, .lji-contents .title-01 .btn:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  width: 20px;
  left: 10px;
  height: 2px;
  background-color: #fff;
}
.lji-contents .title-01 .btn:after {
  transform: rotate(90deg);
  transition: .3s ease-out;
}
.lji-contents .title-01.opened .btn:after {
  transform: rotate(0deg);
}
.lji-contents .lji-contents-inner .pub-date {
  text-align: right;
  font-size: 1.1rem;
  margin: 10px 0 20px;
}
.lji-contents .lji-contents-inner .lji-info-block {
  margin-bottom: 30px;
}
.lji-contents .lji-contents-inner .lji-info-block .title {
  font-size: 1.4rem;
  color: #0950a0;
  background-color: #d9dfe5;
  padding: 12px 20px;
}
.lji-contents .lji-contents-inner .lji-info-block .content {
  font-size: 1.4rem;
  line-height: 1.6;
}
