@charset "UTF-8";
.contentsWrapper { background-color: #f1f1f1; }

.sideContents .sideTwitter .timeline { height: 400px; }
.sideContents .sideTwitter .timeline iframe { height: 400px !important; }
.sideContents .jojoBnr { display: none; }

.container { padding-top: 24px; padding-bottom: 34px; }
@media screen and (max-width: 767px) { .container { padding-top: 0; padding-bottom: 0; } }

.highlights { margin-bottom: 30px; }
@media screen and (max-width: 767px) { .highlights { margin-bottom: 0; } }

@media screen and (max-width: 767px) { .contentsBox { margin-top: 16px; } }

/* ----- 記事一覧 ----- */
.articleList { margin-bottom: 32px; }
.articleList.featureList .article .articleInner { padding-left: 27.57%; }
.articleList.featureList .article .figure { width: 27.57%; }
.articleList .article { margin-bottom: 16px; background-color: #fff; }
.articleList .article.advertisement_area { padding: 20px 0; text-align: center; background-color: transparent; }
.articleList .article:last-of-type { margin-bottom: 0 !important; }
.articleList .article .articleInner { position: relative; padding-left: 37.12%; }
.articleList .article .figure { position: absolute; top: 0; bottom: 0; left: 0; width: 37.12%; background-size: cover; background-position: center center; }
.articleList .article .textBox { position: relative; padding: 16px 24px 34px 16px; min-height: 160px; box-sizing: border-box; }
.articleList .article .text { font-weight: bold; font-size: 1.375rem; line-height: 1.45; }
.articleList .article .date { position: absolute; left: 16px; bottom: 16px; color: #666; font-size: 0.75rem; }
.articleList .article a { display: block; }
.articleList .article.textArticle .articleInner { padding-left: 0; }
.articleList .article.textArticle .textBox { min-height: 0; padding: 16px 24px; }
@media (max-width: 767px) { .articleList .article.textArticle .textBox { padding: 8px 16px; } }
.articleList .article.textArticle .text { font-size: 16px; text-align: justify; text-justify: inter-ideograph; }
.articleList .article.textArticle .date { position: static; margin-top: 8px; }
@media (max-width: 767px) { .articleList .article.textArticle .date { padding-top: 0; } }
@media screen and (max-width: 767px) { .articleList { margin-bottom: 24px; }
  .articleList.featureList .article .articleInner { padding-left: 40%; }
  .articleList.featureList .article .figure { width: 40%; }
  .articleList .article { margin-bottom: 8px; }
  .articleList .article .articleInner { padding-left: 42.5%; }
  .articleList .article .figure { width: 42.5%; }
  .articleList .article .textBox { padding: 8px 16px 8px 10px; min-height: 114px; }
  .articleList .article .text { font-size: 0.875rem; }
  .articleList .article .date { position: static; padding-top: 6px; } }

.btnArea { position: relative; height: 60px; }
.btnArea .moreBtn { display: none; width: 390px; padding: 16px 0; }
.btnArea .moreBtn.show { display: block; }
.btnArea .topBtn { position: absolute; top: 0; right: 0; padding: 16px 10px; border: 1px solid #000; }
.btnArea .topBtn:hover { cursor: pointer; }
@media screen and (max-width: 767px) { .btnArea { height: auto; }
  .btnArea .moreBtn { width: 216px; padding: 8px 0; }
  .btnArea .topBtn { display: none; } }

/* ----- 日付ナビ ----- */
.latestNewsNav { position: relative; margin-bottom: 32px; }
@media screen and (max-width: 767px) { .latestNewsNav { margin-bottom: 16px; padding-right: 16px; padding-left: 16px; } }
@media screen and (max-width: 350px) { .latestNewsNav { padding-left: 10px; } }

.dateNav { display: flex; width: 69%; padding-bottom: 8px; border-bottom: 2px solid #666; }
.dateNav li { position: relative; margin-right: 12%; padding-right: 14px; }
.dateNav li:last-of-type { margin-right: 0; }
.dateNav li.selected a, .dateNav li.selected span { color: #00b1ae; }
.dateNav li.selected::after { content: ""; position: absolute; bottom: -10px; left: 0; display: block; width: 100%; height: 2px; background-color: #00b1ae; }
.dateNav a, .dateNav span { position: relative; color: #666; font-weight: bold; font-size: 1.5rem; }
.dateNav a span, .dateNav span span { font-size: 0.875rem; }
@media screen and (max-width: 1120px) { .dateNav li { margin-right: 10%; } }
@media screen and (max-width: 767px) { .dateNav { width: 48%; }
  .dateNav li { margin-right: 0; }
  .dateNav li:not(.selected) { display: none; } }

.dateSeparate { position: relative; width: 100%; margin-top: 32px; margin-bottom: 16px; padding-bottom: 8px; border-bottom: 2px solid #666; position: relative; color: #00b1ae; font-weight: bold; font-size: 1.5rem; }
@media (max-width: 767px) { .dateSeparate { width: calc(100% - 32px); margin: 16px auto 8px; } }
.dateSeparate::after { content: ""; position: absolute; bottom: -2px; left: 0; display: block; width: 22%; height: 2px; background-color: #00b1ae; }

.dateSelect { position: absolute; right: 0; bottom: 0; }
.dateSelect p { margin-bottom: 4px; padding-left: 4px; font-size: 0.875rem; }
.dateSelect select { display: block; width: 208px; height: 24px; padding: 0 8px; border: 0; border-radius: 4px; box-sizing: border-box; color: #666; font-size: 0.75rem; vertical-align: middle; line-height: 1; background-color: #fff; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.dateSelect select::-ms-expand { display: none; }
.dateSelect .selectWrap { position: relative; }
.dateSelect .selectWrap::after { content: ""; display: block; position: absolute; top: 0; right: 0; bottom: 0; width: 24px; border-radius: 0 4px 4px 0; color: #fff; pointer-events: none; background: #00b1ae url(../img/common/icon_arrow.png) no-repeat center center; background-size: 13px; }
@media screen and (max-width: 767px) { .dateSelect { right: 16px; }
  .dateSelect select { width: 152px; } }
@media screen and (max-width: 350px) { .dateSelect { right: 10px; } }

.moreArticles { position: relative; }
.moreArticles .loadingArticle { opacity: 0; transition: opacity .8s ease; }
.moreArticles::before { content: ""; position: absolute; top: 70px; left: 50%; margin-left: -12px; width: 25px; height: 25px; background: url(../img/common/loading.gif) no-repeat 0 0; background-size: 25px; transition: opacity .5s ease; }
.moreArticles.complete::before { opacity: 0; }
.moreArticles.complete .loadingArticle { opacity: 1; }

/* ----- 記事個別 ----- */
.articleBox { padding: 26px 32px 28px; background-color: #fff; }

.articleTitle { margin-bottom: 18px; font-weight: bold; font-size: 1.625rem; line-height: 1.5; }

.articleInfo { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 24px; }
.articleInfo .articleDate { font-size: 0.875rem; }
.articleInfo .articleSns { display: flex; }
.articleInfo .articleSns li { overflow: hidden; width: 64px; height: 24px; margin-left: 8px; }
.articleInfo .articleSns li a { display: block; overflow: hidden; width: 64px; height: 24px; text-indent: 120%; white-space: nowrap; }
.articleInfo .articleSns .articleSns_fb a { background: url(../img/common/btn_facebook.png) no-repeat 0 0; background-size: 64px 24px; }
.articleInfo .articleSns .articleSns_tw a { background: url(../img/common/btn_twitter.png) no-repeat 0 0; background-size: 64px 24px; }
.articleInfo .articleSns .articleSns_li a { background: url(../img/common/btn_line.png) no-repeat 0 0; background-size: 64px 24px; }

.articleHead { margin-bottom: 20px; text-align: center; }
.articleHead img { max-width: 100%; height: auto; }

.articleBody { line-height: 1.5; }
.articleBody .imgBox { text-align: center; }
.articleBody .imgBox img { margin: 20px 0; max-width: 100%; height: auto; }
.articleBody .update { margin-top: 20px; }

.featureInfo .featureInfo_head { margin-top: 20px; }
.featureInfo .featureInfoTable_tr { display: table; }
.featureInfo .featureInfoTable_tr:first-of-type { margin-top: 4px; }
.featureInfo .featureInfoTable_tr:not(:first-of-type) .featureInfoTable_th { border-top-width: 0; }
.featureInfo .featureInfoTable_tr:not(:first-of-type) .featureInfoTable_td { border-top-width: 0; }
.featureInfo .featureInfoTable_tr .featureInfoTable_th { display: table-cell; width: 135px; padding: 4px 10px; border: 1px solid #555; border-right-width: 0; color: #fff; text-align: right; background-color: #666; }
.featureInfo .featureInfoTable_tr .featureInfoTable_td { display: table-cell; width: 350px; padding: 4px 10px; border: 1px solid #ccc; border-left-width: 0; vertical-align: middle; }
@media screen and (max-width: 767px) { .featureInfo .featureInfoTable_tr { display: block; }
  .featureInfo .featureInfoTable_tr:not(:first-of-type) .featureInfoTable_th { border-top-width: 0; }
  .featureInfo .featureInfoTable_tr .featureInfoTable_th { display: block; width: 100%; box-sizing: border-box; border: 1px solid #555; text-align: left; }
  .featureInfo .featureInfoTable_tr .featureInfoTable_td { display: block; width: 100%; box-sizing: border-box; border: 1px solid #ccc; } }

@media screen and (max-width: 767px) { .articleBox { padding: 18px 4.26% 28px; }
  .articleTitle { margin-bottom: 10px; font-size: 1.5rem; }
  .articleInfo { display: block; margin-bottom: 24px; }
  .articleInfo .articleDate { margin-bottom: 8px; }
  .articleInfo .articleSns { justify-content: flex-end; }
  .articleHead { margin-bottom: 10px; } }
/* ----- 記事ページの関連記事 ----- */
.bottomLatestNews { margin: 30px auto 0; }
.bottomLatestNews .subArticleList { display: flex; flex-wrap: wrap; margin-bottom: 16px; }
.bottomLatestNews .subArticleList .article { width: 32%; margin-right: 2%; margin-bottom: 16px; background-color: #fff; }
.bottomLatestNews .subArticleList .article:nth-child(3n) { margin-right: 0; }
.bottomLatestNews .subArticleList .article .figure { padding-top: 56.25%; background-size: cover; background-position: center center; }
.bottomLatestNews .subArticleList .article .textBox { position: relative; height: 137px; padding: 8px 16px 40px; box-sizing: border-box; }
.bottomLatestNews .subArticleList .article .text { font-weight: bold; line-height: 1.5; }
.bottomLatestNews .subArticleList .article .date { position: absolute; bottom: 16px; left: 16px; color: #666; font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; font-size: 0.875rem; }
.bottomLatestNews .subArticleList .article a { display: block; }
.bottomLatestNews .subArticleList .article:nth-child(n + 7) { display: none; }
@media screen and (max-width: 767px) { .bottomLatestNews { position: static; width: 100%; margin-top: 0; padding-top: 24px; padding-bottom: 0; }
  .bottomLatestNews .subArticleList { display: block; }
  .bottomLatestNews .subArticleList .article { width: 100%; margin-bottom: 8px; }
  .bottomLatestNews .subArticleList .article .articleInner { position: relative; padding-left: 42.5%; }
  .bottomLatestNews .subArticleList .article .figure { position: absolute; top: 0; bottom: 0; left: 0; width: 42.5%; padding-top: 0; }
  .bottomLatestNews .subArticleList .article .textBox { height: auto; padding: 8px 16px 8px 10px; }
  .bottomLatestNews .subArticleList .article .text { font-size: 0.875rem; }
  .bottomLatestNews .subArticleList .article .date { position: static; padding-top: 6px; } }

/* ----- about ----- */
.about { padding: 32px; background-color: #d9f3f3; }
.about p { line-height: 1.68; }
.about p + .aboutTitle { margin-top: 14px; }
@media screen and (max-width: 767px) { .about { padding: 18px 4.26%; } }

.aboutTitle { margin-bottom: 12px; padding: 7px 14px; color: #fff; font-weight: bold; font-size: 1.25rem; background-color: #00b1ae; }

.prefInfo { display: flex; justify-content: space-between; margin-bottom: 24px; padding: 24px; border: 2px solid #d73947; }
@media screen and (max-width: 767px) { .prefInfo { display: table; text-align: center; margin: 0 auto 24px; padding: 20px; box-sizing: border-box; } }
@media screen and (max-width: 767px) { .prefInfo li:not(:first-of-type) { margin-top: 24px; } }
.prefInfo a { color: #d73947; font-size: 24px; font-weight: bold; text-decoration: underline; }
@media screen and (max-width: 767px) { .prefInfo a { font-size: 20px; } }
.prefInfo a:hover { color: #d73947; text-decoration: none; }

/*# sourceMappingURL=tokainews.css.map */
