@charset "UTF-8";

/*
Theme Name: テレ朝チャンネル EXまにあっくす
Author: tv asahi mediaplex
Author URI: http://www.mediaplex.co.jp/
*/

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;
}

a img {
  border: none;
}

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

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

em {
  font-style: italic;
}

blockquote {
  display: block;
  line-height: 2;
  -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;
}

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

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

.wp-caption {
  width: auto !important;
}
.wp-caption p {
  font-size: 1.3rem;
  line-height: 1;
  margin: 10px 0 1em !important;
  padding: 0 !important;
}

/*========================================
common style
========================================*/
html {
  color: #000000;
  font-family: "Roboto", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 62.5%;
}
html body {
  min-width: 801px;
  font-size: 1.4em;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
}

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

img {
  max-width: 100%;
  vertical-align: bottom;
}

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

input[type="button"],
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="button"]:focus,
input[type="submit"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
textarea:focus,
button:focus {
  outline: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea {
  width: 100%;
  padding: 5px;
  max-width: 100%;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
textarea:focus {
  outline: none;
}

input[type="button"]:focus,
input[type="submit"]:focus,
button:focus {
  border: none;
  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 .wpcf7-submit, .wpcf7 .ajax-loader {
  display: block !important;
}
.wpcf7 .wpcf7-submit {
  cursor: pointer;
  margin: 0 auto !important;
}
.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;
}

.sp-only {
  display: none;
}

.sp-only-h0 {
  height: 0;
  opacity: 0;
  overflow: hidden;
}

.layout-wrapper {
  background: url(img/pc/bg_part.gif) 0 0 repeat fixed;
  overflow: hidden;
}

.header .header-top-area {
  height: 90px;
  background-color: #333333;
}
.header .header-top-area .header-top-area-inner {
  margin: 0 auto;
  max-width: 1280px;
}
.header .header-top-area .header-top-area-inner .logo {
  float: left;
  padding-top: 27px;
  width: 70%;
  max-width: 690px;
}
.header .header-top-area .header-top-area-inner .logo .logo-cs {
  float: left;
  width: 40%;
  height: 54px;
  display: block;
  background: url(img/pc/h_logo_cs.png) 0 0 no-repeat;
  background-size: contain;
  background-position: center;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  margin-left: -1%;
  transition: opacity .3s ease-out 0s;
}
.header .header-top-area .header-top-area-inner .logo .logo-cs:hover {
  opacity: .6;
  transition: opacity .3s ease-out 0s;
}
.header .header-top-area .header-top-area-inner .logo .logo-ex {
  float: left;
  width: 361px;
  height: 37px;
  display: block;
  background: url(img/pc/h_logo_ch.png) 0 0 no-repeat;
  background-size: contain;
  background-position: center;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  transition: opacity .3s ease-out 0s;
}
.header .header-top-area .header-top-area-inner .logo .logo-ex:hover {
  opacity: .6;
  transition: opacity .3s ease-out 0s;
}
.header .header-top-area .header-top-area-inner .header-sub-title {
  float: left;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 33px 0 0 20px;
  letter-spacing: .2em;
  display: none;
}
.header .header-lead {
  background-color: #ffeb03;
}
.header .header-lead .header-lead-inner {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
}
.header .header-lead .header-lead-inner .lead-text p {
  margin-left: -0.7%;
  padding: 13px 0;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 15px;
}
.header .header-menus {
  background-color: #ffeb03;
}
.header .header-menus .header-menus-inner {
  margin: 0 auto;
  max-width: 1280px;
  position: relative;
}
.header .header-menus .header-search {
  position: absolute;
  right: 0;
  top: -63px;
  width: 235px;
  height: 40px;
  overflow: hidden;
  border-radius: 40px;
  border: 1px solid #d5d5d5;
}
.header .header-menus .header-search .header-search-inner {
  display: -ms-flexbox;
  display: flex;
}
.header .header-menus .header-search .header-search-inner .input-text, .header .header-menus .header-search .header-search-inner .btn-search {
  height: 38px;
}
.header .header-menus .header-search .header-search-inner .input-text-wrapper {
  width: 196px;
  -ms-flex: 0 0 196px;
      flex: 0 0 196px;
}
.header .header-menus .header-search .header-search-inner .input-text {
  border: none;
  display: block;
  padding: 0 20px;
  font-size: 1.4rem;
  background-color: #eee;
}
.header .header-menus .header-search .header-search-inner .btn-search {
  width: 37px;
  -ms-flex: 0 0 37px;
      flex: 0 0 37px;
  cursor: pointer;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url(img/pc/icn_loupe.png) 0 50% no-repeat #eee;
}
.header .header-menus .headr-sns-btns .btn {
  top: -59px;
  width: 41px;
  position: absolute;
}
.header .header-menus .headr-sns-btns .btn a {
  height: 41px;
  display: block;
  background-position: 50%;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  transition: opacity .3s ease-out 0s;
}
.header .header-menus .headr-sns-btns .btn a:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}
.header .header-menus .headr-sns-btns .btn.facebook {
  right: 58px;
}
.header .header-menus .headr-sns-btns .btn.facebook a {
  background-image: url(img/pc/icn_header_facebook.png);
}
.header .header-menus .headr-sns-btns .btn.twitter {
  right: 0;
}
.header .header-menus .headr-sns-btns .btn.twitter a {
  background-image: url(img/pc/icn_header_twitter.png);
}
.header .header-menus .lead-text p {
  margin-left: -0.7%;
  padding: 13px 0;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 15px;
}

.footer {
  padding: 35px 0 0;
}
.footer .contact {
  padding: 20px 0;
  background-color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.footer .contact .contact-title {
  width: 660px;
  margin: 0 auto;
  background-color: #d9d9d9;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 15px 0;
  margin-bottom: 23px;
}
.footer .contact .contact-tel {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer .contact .contact-detail {
  font-size: 1.8rem;
  line-height: 1.5;
}
.footer .footer-bottom {
  padding: 35px 0 50px;
  background-color: #fff;
}
.footer .footer-menus > ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.footer .footer-menus > ul > li {
  margin-left: 2%;
}
.footer .footer-menus > ul > li > a {
  display: block;
  padding: 0 30px;
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: none;
  background: url(img/pc/icn_arr1.png) 0% 50% no-repeat;
  transition: opacity .3s ease-out 0s;
  letter-spacing: 1px;
}
.footer .footer-menus > ul > li > a:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}
.footer .copy {
  display: block;
  padding-top: 40px;
  text-align: center;
}

.fix-sns-btns {
  position: fixed;
  right: 10px;
  top: 240px;
}
.fix-sns-btns .btn {
  width: 41px;
  height: 41px;
  display: block;
  margin-bottom: 11px;
  background-position: 50%;
  background-repeat: no-repeat;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  transition: opacity .3s ease-out 0s;
  background-size: contain;
}
.fix-sns-btns .btn:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}
.fix-sns-btns .btn.facebook {
  background-image: url(img/pc/icn_fixed_facebook.png);
}
.fix-sns-btns .btn.twitter {
background-image: url(img/pc/icon_x.png);
}
.fix-sns-btns .btn.line {
  display: none;
}
.fix-sns-btns .btn.rss {
  background-image: url(img/pc/icn_fixed_rss.png);
}

.pagination {
  text-align: center;
}
.pagination .page-numbers {
  color: #000;
  width: 28px;
  margin: 0 3px;
  line-height: 28px;
  border-radius: 100%;
  display: inline-block;
  text-decoration: none;
  background-color: #ffeb03;
}
.pagination .dots {
  color: #000;
  width: auto;
  background: none;
}
.pagination .current {
  background-color: #222222;
  color: #fff;
}
.pagination .next, .pagination .prev {
  display: none;
}

.side-twitter {
  margin-bottom: 40px;
}

.contact-attention {
  padding: 20px;
  margin-bottom: 30px;
  background-color: #f1f1f1;
}

.contact-form dl {
  width: 100%;
  margin-bottom: 25px;
}
.contact-form dl dt, .contact-form dl dd {
  font-size: 1.5rem;
}
.contact-form dl dt {
  line-height: 1;
  font-weight: bold;
  margin-bottom: 15px;
}
.contact-form dl dt .require {
  color: red;
}
.contact-form dl dd input, .contact-form dl dd textarea {
  font-size: 1.5rem;
  border: 1px solid #d5d5d5;
  transition: all .3s ease-out 0s;
}
.contact-form dl dd input:focus, .contact-form dl dd textarea:focus {
  background-color: #fafafa;
}
.contact-form dl dd input {
  height: 40px;
  padding: 0 10px;
}
.contact-form dl dd textarea {
  width: 100%;
  height: 200px;
  padding: 10px;
}
.contact-form .btn-submit input {
  width: 300px;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 46px;
  text-align: center;
  border-radius: 40px;
  letter-spacing: .2em;
  text-decoration: none;
  border: 2px solid #000;
  background: url(img/pc/icn_arr2.png) 90% 50% no-repeat #fff;
  transition: opacity .3s ease-out 0s;
  padding: 0 20px;
}
.contact-form .btn-submit input:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}

/*========================================
	modules
========================================*/
.page-title1 {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
}
.page-title1.pickup {
  height: 27px;
  margin-bottom: 30px;
  background-image: url(img/pc/ttl_pickup.png);
}
.page-title1.new-article {
  height: 27px;
  margin-bottom: 40px;
  background-image: url(img/pc/ttl_new_article.png);
  background-position: 49%;
}
.page-title1.daily-ranking {
  height: 45px;
  margin-bottom: 20px;
  background-image: url(img/pc/ttl_daily_ranking.png);
}
.page-title1.weekly-ranking {
  height: 45px;
  margin-bottom: 20px;
  background-image: url(img/pc/ttl_weekly_ranking.png);
}
.page-title1.column {
  height: 54px;
  margin-bottom: 34px;
  background-image: url(img/pc/ttl_column.png);
}
.page-title1.twitter {
  height: 45px;
  margin-bottom: 20px;
  background-image: url(img/pc/ttl_twitter.png);
}
.page-title1.facebook {
  height: 45px;
  margin-bottom: 20px;
  background-image: url(img/pc/ttl_facebook.png);
}
.page-title1.relation {
  height: 29px;
  margin-bottom: 58px;
  background-image: url(img/pc/ttl_relation.png);
}

.posts-list1 {
  overflow: hidden;
}
.posts-list1 .item .item-inner {
  width: 100%;
  height: 300px;
  display: block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  margin-bottom: 13px;
}
.posts-list1 .item .item-inner .thum {
  transform-origin: center center;
  transition: all .3s ease-out 0s;
}
.posts-list1 .item .item-inner:hover .thum {
  transform: scale(1.05);
  transition: all .3s ease-out 0s;
}
.posts-list1 .item .item-inner:hover .caption {
  background: rgba(0, 0, 0, 0.5);
}
.posts-list1 .item .thum, .posts-list1 .item .caption {
  left: 0;
  position: absolute;
}
.posts-list1 .item .thum {
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.posts-list1 .item .caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
  padding: 10px 20px 5px;
  background: rgba(0, 0, 0, 0.3);
  transition: background .3s ease-out 0s;
}
.posts-list1 .item .caption .title {
  line-height: 1.6;
  font-size: 1.8rem;
}
.posts-list1 .item .caption .date {
  line-height: 1;
  display: block;
  text-align: right;
  font-size: 1.4rem;
}
.posts-list1 .item .tags {
  clear: both;
  overflow: hidden;
}
.posts-list1 .item .tags a {
  float: left;
  line-height: 1;
  padding: 5px 10px;
  margin-right: 9px;
  display: inline-block;
  text-decoration: none;
  background-color: #ededed;
  transition: opacity .3s ease-out 0s;
}
.posts-list1 .item .tags a:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}
.posts-list1 .item .tags a:last-child {
  margin-right: 0;
}

.posts-list2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.posts-list2 .item {
  width: 48.4%;
  margin: 0 3.2% 3.2% 0;
  background-color: #fff;
}
.posts-list2 .item:nth-child(2n) {
  margin-right: 0;
}
.posts-list2 .item .item-inner {
  display: block;
  position: relative;
  margin-bottom: 13px;
  text-decoration: none;
  overflow: hidden;
  transition: color .3s ease-out 0s;
}
.posts-list2 .item .item-inner .thum {
  transform-origin: center center;
  transition: all .3s ease-out 0s;
}
.posts-list2 .item .item-inner:hover .thum {
  transform: scale(1.05);
  transition: all .3s ease-out 0s;
}
.posts-list2 .item .item-inner:hover .title {
  opacity: 0.8;
}
.posts-list2 .item .thum-wrapper {
  overflow: hidden;
}
.posts-list2 .item .thum-wrapper .thum {
  height: 256px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.posts-list2 .item .caption {
  overflow: hidden;
  background-color: #fff;
  padding: 12px 17px 11px;
}
.posts-list2 .item .caption .title {
  line-height: 1.6;
  margin-bottom: 7px;
  font-size: 1.5rem;
  font-weight: bold;
}
.posts-list2 .item .caption .date {
  line-height: 1;
  display: block;
  text-align: right;
  font-size: 1.4rem;
  font-weight: bold;
}
.posts-list2 .item .caption .new-icon {
  float: left;
  color: #000;
  line-height: 1;
  padding: 3px 5px;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #ffeb03;
}
.posts-list2 .item .tags {
  overflow: hidden;
  padding: 0 17px 7px;
}
.posts-list2 .item .tags a {
  float: left;
  line-height: 1;
  padding: 5px 10px;
  margin-right: 9px;
  margin-bottom: 7px;
  display: inline-block;
  text-decoration: none;
  background-color: #ededed;
  transition: opacity .3s ease-out 0s;
}
.posts-list2 .item .tags a:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}
.posts-list2 .item .tags a:last-child {
  margin-right: 0;
}

.module-btn1 {
  width: 300px;
  display: block;
  margin: 0 auto;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 46px;
  text-align: center;
  border-radius: 40px;
  letter-spacing: .2em;
  text-decoration: none;
  background: url(img/pc/icn_arr2.png) 90% 50% no-repeat #fff;
  transition: opacity .3s ease-out 0s;
  padding: 0 20px;
}
.module-btn1:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}
.module-btn1.ranking {
  font-size: 1.6rem;
}

.posts-list3 .item {
  height: 130px;
  margin-bottom: 30px;
}
.posts-list3 .item > a {
  display: block;
  position: relative;
  text-decoration: none;
}
.posts-list3 .item .number {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  width: 30px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #ffeb03;
  font-weight: bold;
}
.posts-list3 .item .content {
  display: -ms-flexbox;
  display: flex;
}
.posts-list3 .item .thum-inner {
  width: 130px;
  height: 130px;
  -ms-flex: 0 0 130px;
      flex: 0 0 130px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.posts-list3 .item .title {
  width: 170px;
  line-height: 1.4;
  background-color: #fff;
  padding: 15px 35px 15px 20px;
}

.posts-list4 {
  overflow: hidden;
  margin-bottom: 50px;
}
.posts-list4 .item {
  float: left;
  width: 47.87234%;
  height: 130px;
  margin: 0 4.25532% 34px 0;
}
.posts-list4 .item:nth-child(even) {
  margin-right: 0;
}
.posts-list4 .item:last-child:nth-child(odd) {
  margin-bottom: 0;
}
.posts-list4 .item:nth-last-child(2):nth-child(odd) {
  margin-bottom: 0;
}
.posts-list4 .item:last-child:nth-child(even) {
  margin-bottom: 0;
}
.posts-list4 .item > a {
  display: block;
  position: relative;
  text-decoration: none;
}
.posts-list4 .item .number {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  width: 30px;
  height: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #ffeb03;
  font-weight: bold;
}
.posts-list4 .item .content {
  display: -ms-flexbox;
  display: flex;
}
.posts-list4 .item .thum-inner {
  width: 130px;
  height: 130px;
  -ms-flex: 0 0 130px;
      flex: 0 0 130px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.posts-list4 .item .detail {
  width: calc(100% - 130px);
  line-height: 1.6;
  background-color: #fff;
  padding: 15px 20px 10px;
}
.posts-list4 .item .detail .title {
  font-weight: bold;
}
.posts-list4 .item .detail .date {
  display: block;
  text-align: right;
}

.posts-list4 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
}
.posts-list4 .item {
  width: 48.4%;
  margin: 0 3.2% 3.2% 0;
  background-color: #fff;
  height: auto;
}
.posts-list4 .item:nth-child(2n) {
  margin-right: 0;
}
.posts-list4 .item .item-inner {
  display: block;
  position: relative;
  margin-bottom: 13px;
  text-decoration: none;
  overflow: hidden;
  transition: color .3s ease-out 0s;
}
.posts-list4 .item .item-inner .thum {
  transform-origin: center center;
  transition: all .3s ease-out 0s;
}
.posts-list4 .item .item-inner:hover .thum {
  transform: scale(1.05);
  transition: all .3s ease-out 0s;
}
.posts-list4 .item .item-inner:hover .title {
  opacity: 0.8;
}
.posts-list4 .item .thum-wrapper {
  overflow: hidden;
}
.posts-list4 .item .thum-wrapper .thum {
  height: 256px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.posts-list4 .item .caption {
  overflow: hidden;
  background-color: #fff;
  padding: 12px 17px 11px;
}
.posts-list4 .item .caption .title {
  line-height: 1.6;
  margin-bottom: 7px;
  font-size: 1.5rem;
  font-weight: bold;
}
.posts-list4 .item .caption .date {
  line-height: 1;
  display: block;
  text-align: right;
  font-size: 1.4rem;
  font-weight: bold;
}
.posts-list4 .item .caption .new-icon {
  float: left;
  color: #000;
  line-height: 1;
  padding: 3px 5px;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #ffeb03;
}
.posts-list4 .item .tags {
  overflow: hidden;
  padding: 0 17px 7px;
}
.posts-list4 .item .tags a {
  float: left;
  line-height: 1;
  padding: 5px 10px;
  margin-right: 9px;
  margin-bottom: 7px;
  display: inline-block;
  text-decoration: none;
  background-color: #ededed;
  transition: opacity .3s ease-out 0s;
}
.posts-list4 .item .tags a:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}
.posts-list4 .item .tags a:last-child {
  margin-right: 0;
}

.search .posts-list5 .item .title {
  padding-right: 30px;
}

.posts-list5 .item {
  width: 100%;
  height: 190px;
  position: relative;
  margin-bottom: 30px;
  background-color: #fff;
}
.posts-list5 .item a.thum, .posts-list5 .item a.title {
  text-decoration: none;
  transition: opacity .3s ease-out 0s;
}
.posts-list5 .item a.thum:hover, .posts-list5 .item a.title:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}
.posts-list5 .item .number {
  position: absolute;
  top: 0;
  right: 0;
  color: #000;
  width: 47px;
  height: 47px;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-color: #ffeb03;
  z-index: 2;
  font-weight: bold;
}
.posts-list5 .item .content {
  display: -ms-flexbox;
  display: flex;
}
.posts-list5 .item .thum-inner {
  width: 290px;
  height: 190px;
  -ms-flex: 0 0 290px;
      flex: 0 0 290px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.posts-list5 .item .title {
  width: 650px;
  font-size: 2rem;
  line-height: 1.6em;
  padding: 30px 55px 0px 30px;
}
.posts-list5 .item .date {
  display: block;
  font-size: 1.6rem;
  text-align: right;
}
.posts-list5 .item .tags {
  overflow: hidden;
  position: absolute;
  bottom: 1px;
  left: 320px;
}
.posts-list5 .item .tags a {
  float: left;
  line-height: 1;
  padding: 5px 10px;
  margin: 0 9px 9px 0;
  display: inline-block;
  text-decoration: none;
  background-color: #ededed;
  transition: opacity .3s ease-out 0s;
}
.posts-list5 .item .tags a:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}
.posts-list5 .item .tags a:last-child {
  margin-right: 0;
}

.side-daily-ranking, .side-weekly-ranking, .side-banner, .side-facebook {
  margin-bottom: 40px;
}

.banner-list li {
  margin-bottom: 20px;
}
.banner-list li:last-child {
  margin-bottom: 0;
}
.banner-list li a {
  display: block;
  transition: opacity .3s ease-out 0s;
}
.banner-list li a:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}

#btn-pagetop {
  display: none !important;
}

.bc-main {
  width: 100%;
  background-color: #fff;
}

.bread-crumb {
  margin: 0 auto;
  padding: 10px 0;
  max-width: 1280px;
}
.bread-crumb p {
  line-height: 1.2;
}
.bread-crumb a {
  text-decoration: none;
  max-width: 25%;
  line-height: 1.2;
  margin-right: 5px;
  padding-right: 20px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
  position: relative;
  color: #000;
  transition: opacity .3s ease-out 0s;
}
.bread-crumb a:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}
.bread-crumb a:after {
  display: block;
  content: '>';
  position: absolute;
  top: 0;
  right: 0;
}
.bread-crumb a:last-child:after {
  display: none;
}
.bread-crumb a:first-child {
  padding-left: 0;
  background: none;
}

.pc-ad1 {
  margin-bottom: 33px;
}

.pc-ad23 {
  margin: 50px 0;
  text-align: center;
}
.pc-ad23 .ad-banner2, .pc-ad23 .ad-banner3 {
  width: 300px;
  display: inline-block;
  margin: 0 10px 20px;
  background-color: #fff;
}

.table-style1, .wysiwyg-front, .editor-area {
  width: 100%;
  border: none;
}
.table-style1 tr:nth-child(odd), .wysiwyg-front tr:nth-child(odd), .editor-area tr:nth-child(odd) {
  background-color: #fafafa;
}
.table-style1 th, .wysiwyg-front th, .editor-area th, .table-style1 td, .wysiwyg-front td, .editor-area td {
  border: none;
  padding: 15px 20px;
}
.table-style1 th, .wysiwyg-front th, .editor-area th {
  width: 20%;
  font-weight: bold;
  border-right: 1px solid #fff;
}

/*========================================
top
========================================*/
.layout-contents-top .layout-contents-top-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 0;
}

.contents-wrapper {
  padding-top: 36px;
  word-break: break-all;
}
.contents-wrapper .contents {
  max-width: 1280px;
  margin: 0 auto;
}

.content-main {
  float: left;
  margin-bottom: 50px;
  width: calc(100% - 340px);
}

.content-side {
  width: 300px;
  float: right;
}

.home .contents {
  max-width: 1280px;
  margin: 0 auto;
}

.announcement {
  background-color: #d3dfe2;
}
.announcement .announcement-inner {
  margin: 0 auto;
  max-width: 1280px;
}
.announcement .announcement-inner .content-wrapper {
  width: 100%;
  display: table;
}
.announcement .announcement-inner .date, .announcement .announcement-inner .content {
  font-size: 1.5rem;
  line-height: 1.4em;
  display: table-cell;
  letter-spacing: .15em;
}
.announcement .announcement-inner .date {
  width: 130px;
  color: #002c36;
  text-align: center;
  padding: 15px 10px 14px;
  background-color: #9dd2df;
}
.announcement .announcement-inner .content {
  color: #01485a;
  padding: 15px 24px 14px;
}

/*========================================
single page
========================================*/
.page-title2 {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.6em;
  margin-bottom: 12px;
}

.post-contents .post-tags {
  overflow: hidden;
  margin-bottom: 5px;
}
.post-contents .post-tags a {
  float: left;
  line-height: 1;
  padding: 5px 10px;
  margin-right: 9px;
  margin-bottom: 7px;
  display: inline-block;
  text-decoration: none;
  background-color: #fff;
  transition: opacity .3s ease-out 0s;
}
.post-contents .post-tags a:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}
.post-contents .post-date {
  font-size: 1.6rem;
  text-align: right;
  margin-bottom: 5px;
  font-weight: bold;
}
.post-contents .post-content-wrapper, .post-contents .page-content-wrapper {
  margin: 30px 0 50px;
  padding: 35px 30px;
  background-color: #fff;
}
.post-contents .post-sns-btns {
  overflow: hidden;
}
.post-contents .post-sns-btns a {
  width: 146px;
  float: left;
  display: block;
  padding-right: 1px;
  transition: opacity .3s ease-out 0s;
}
.post-contents .post-sns-btns a:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}
.post-contents .post-sns-btns a span {
  height: 35px;
  display: block;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.post-contents .post-sns-btns a.facebook span {
  background-image: url(img/pc/label_post_facebook.png);
}
.post-contents .post-sns-btns a.twitter span {
  background-image: url(img/pc/label_post_x.png);
}
.post-contents .post-sns-btns a.line span {
  background-image: url(img/pc/label_post_line.png);
}
.post-contents .post-sns-btns a.hatebu span {
  background-image: url(img/pc/label_post_hatebu.png);
}
.post-contents .post-sns-btns a.pocket span {
  background-image: url(img/pc/label_post_pocket.png);
}
.post-contents .post-sns-btns a.google span {
  background-image: url(img/pc/label_post_google.png);
}
.post-contents .eyecatch-thum {
  width: 100%;
  padding-top: 30px;
  text-align: center;
}
.post-contents .eyecatch-thum img {
  max-width: 100%;
}
.post-contents .post-article {
  margin: 36px 0 50px;
  line-height: 2.5;
}
.post-contents .post-article p {
  margin-top: 2em;
  margin-bottom: 2em;
}
.post-contents .post-article .ulizahtml5 {
  margin: 0 auto;
}
.post-contents .post-article .ulizahtml5 {
  width: 640px;
  height: 360px;
  margin: 0 auto;
}
.post-contents .post-article iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.post-contents .post-article img[src*="uliza"] {
  display: block;
  margin: auto;
}

.post-password {
  padding: 30px;
  background-color: #fff;
}
.post-password .title {
  line-height: 1;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: .2em;
}
.post-password .input {
  margin-bottom: 20px;
}
.post-password .input input {
  width: 100%;
  padding: 5px;
  display: block;
  height: 38px;
  border: 1px solid #d5d5d5;
}
.post-password .btn {
  text-align: center;
}
.post-password .btn input {
  color: #fff;
  cursor: pointer;
  line-height: 1;
  font-size: 1.6rem;
  padding: 12px 30px;
  letter-spacing: .2em;
  background-color: #000;
  transition: opacity .3s ease-out 0s;
}
.post-password .btn input:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}

.facebook-like-block-inner {
  width: 100%;
  height: 207px;
  display: table;
  margin-bottom: 50px;
  background-color: #fff;
}
.facebook-like-block-inner .thum-block, .facebook-like-block-inner .btn-block {
  height: 207px;
  vertical-align: top;
  display: table-cell;
}
.facebook-like-block-inner .thum-block {
  width: 368px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.facebook-like-block-inner .btn-block {
  text-align: center;
}
.facebook-like-block-inner .btn-block .text {
  line-height: 1.5;
  font-size: 2.2rem;
  margin: 45px 0 12px;
}

/*========================================
category archive
========================================*/
.page-title3 {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.2em;
  text-align: center;
  margin-bottom: 27px;
  letter-spacing: .3em;
}

/*========================================
rankign
========================================*/
.ranking-tabs {
  text-align: center;
  margin-bottom: 40px;
}
.ranking-tabs .tab {
  width: 384px;
  height: 55px;
  cursor: pointer;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  background-color: #000;
  background-position: 50%;
  background-repeat: no-repeat;
}
.ranking-tabs .tab.active.daily {
  background-color: transparent;
  background-image: url(img/pc/tab_daily_ranking_on.png);
}
.ranking-tabs .tab.active.weekly {
  background-color: transparent;
  background-image: url(img/pc/tab_weekly_ranking_on.png);
}
.ranking-tabs .daily {
  margin-right: 30px;
  background-image: url(img/pc/tab_daily_ranking.png);
}
.ranking-tabs .weekly {
  background-image: url(img/pc/tab_weekly_ranking.png);
}

.ranking-list {
  display: none;
}
.ranking-list.active {
  display: block;
}

/*========================================
search
========================================*/
.main-area-search {
  position: relative;
  height: 40px;
  overflow: hidden;
  border-radius: 40px;
  border: 1px solid #d5d5d5;
  margin-bottom: 25px;
}
.main-area-search .main-area-search-inner {
  display: -ms-flexbox;
  display: flex;
}
.main-area-search .main-area-search-inner .input-text, .main-area-search .main-area-search-inner .btn-search {
  height: 38px;
}
.main-area-search .main-area-search-inner .input-text-wrapper {
  width: 903px;
  -ms-flex: 0 0 903px;
      flex: 0 0 903px;
}
.main-area-search .main-area-search-inner .input-text {
  border: none;
  display: block;
  padding: 0 10px;
  font-size: 1.4rem;
}
.main-area-search .main-area-search-inner .btn-search {
  width: 37px;
  -ms-flex: 0 0 37px;
      flex: 0 0 37px;
  cursor: pointer;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: url(img/pc/icn_loupe.png) 0 50% no-repeat #fff;
  position: absolute;
  top: 0;
  right: 0;
}

.search-no-post {
  padding: 30px;
  background-color: #fff;
}

/*========================================
404
========================================*/
.content-404 {
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  height: 450px;
  background: url(img/common/404.png) 0 0 no-repeat;
}

/*========================================
幅ごと微調整
========================================*/

@media screen and (max-width: 1280px) {
  .header .header-lead .header-lead-inner .lead-text p {
    padding: 13px 2%;
    line-height: 1.5;
  }
  .contents {
    padding:  0 2%;
  }
}

@media screen and (max-width: 1000px) {
  .posts-list4 .item {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
  }
  .posts-list4 .item:nth-last-child(2):nth-child(odd) {
    margin-bottom: 30px;
  }
  .posts-list4 .item:last-child:nth-child(even) {
    margin-bottom: 30px;
  }

  .posts-list5 .item .thum-inner {
    width: 190px;
    height: 190px;
    -ms-flex: 0 0 190px;
        flex: 0 0 190px;
  }
}
@media screen and (max-width: 1200px) {
  .posts-list2 .item {
    width: 47.5%;
    margin: 0 5% 45px 0;
  }
  .posts-list2 .item:nth-child(3n+3) {
    margin-right: 5%;
  }
  .posts-list2 .item:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1150px) {
  .ranking-tabs .tab {
    width: 48%;
    background-position: 50%;
    background-size: 80% auto;
  }
  .ranking-tabs .daily {
    margin-right: 3%;
  }
}
/*========================================
general style
========================================*/
.clearfix, .wysiwyg-front, .editor-area, .contents-wrapper .contents, .home .contents {
  zoom: 1;
}

.clearfix:before, .wysiwyg-front:before, .editor-area:before, .contents-wrapper .contents:before, .home .contents:before, .clearfix:after, .wysiwyg-front:after, .editor-area:after, .contents-wrapper .contents:after, .home .contents:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "\0020";
}

.clearfix:after, .wysiwyg-front:after, .editor-area:after, .contents-wrapper .contents:after, .home .contents:after {
  clear: both;
}

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

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

.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;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-slide:focus {
  outline: none;
}

.slick-slide a:focus {
  outline: none;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("img/common/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: '←';
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -25px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: '→';
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 8.8%;
}

.slick-dots {
  position: absolute;
  bottom: -20px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  cursor: pointer;
  background-color: #b5b5b5;
  color: transparent;
  border: 0;
  outline: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  opacity: 1;
}

.slick-dots li.slick-active button {
  background-color: #000;
}

.slick-slide:focus {
  border: none;
  outline: none;
}

/*add 202304~*/
.recommend-article {
  width: 100%;
  margin-bottom: 45px;
}
.recommend-article .recommend-area {
  width: 100%;
  background-color: #fff;
}
.recommend-article .recommend-area .recommend-inner {
  display: block;
  text-decoration: none;
}
.recommend-article .recommend-area .recommend-inner .thum-wrapper {
  overflow: hidden;
}
.recommend-article .recommend-area .recommend-inner .thum-wrapper .thum {
  height: 529px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.recommend-article .recommend-area .recommend-inner .caption {
  overflow: hidden;
  background-color: #fff;
  padding: 12px 17px 11px;
}
.recommend-article .recommend-area .recommend-inner .caption .title {
  line-height: 1.6;
  margin-bottom: 7px;
  font-size: 1.5rem;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.recommend-article .recommend-area .recommend-inner .caption .date {
  line-height: 1;
  display: block;
  text-align: right;
  font-size: 1.4rem;
  font-weight: bold;
}
.recommend-article .recommend-area .recommend-inner .caption .new-icon {
  float: left;
  color: #000;
  line-height: 1;
  padding: 3px 5px;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #ffeb03;
}
.recommend-article .recommend-area .tags {
  overflow: hidden;
  padding: 0 17px 15px;
}
.recommend-article .recommend-area .tags a {
  float: left;
  line-height: 1;
  padding: 5px 10px;
  margin-right: 9px;
  margin-bottom: 7px;
  display: inline-block;
  text-decoration: none;
  background-color: #ededed;
  transition: opacity .3s ease-out 0s;
}
.recommend-article .recommend-area .tags a:hover {
  opacity: .7;
  transition: opacity .3s ease-out 0s;
}
.recommend-article .recommend-area .tags a:last-child {
  margin-right: 0;
}

.tag-menu {
  width: 100%;
  background-color: #ffeb03;
  padding: 20px 0;
}
.tag-menu .tag-menu-lists {
  display: flex;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
}
.tag-menu .tag-menu-lists li {
  margin: 4px 20px 4px 0;
  border-right: 1px #000 solid;
}
.tag-menu .tag-menu-lists li:last-child {
  margin-right: 0;
  border-right: none;
}
.tag-menu .tag-menu-lists li a {
  color: #000;
  line-height: 1.2;
  margin-bottom: 7px;
  font-size: 1.5rem;
  font-weight: bold;
  padding-right: 20px;
  text-decoration: none;
}