@charset "utf-8";

/* 共通 ======================================================*/
html {
  font-size: 62.5%; /* 1rem = 10px */
}
body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #444;
}
body, input, textarea, select {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', "Hiragino Sans", Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
input[type="text"], textarea {
  padding: 0 5px;
  border: 1px #BBB solid;
  border-radius: 3px;
}
textarea {
  resize: vertical;
  padding: 5px;
}
input[type="checkbox"], input[type="radio"] {
  vertical-align: middle;
  margin: 3px 4px 3px 0;
  float:left;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; /* 画像下部の余白対策 */
}

/* リンク文字 */
a {
  color: #444;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.header-genre-nav a:hover,
.header-category-nav a:hover,
.tab a:hover,
.ranking a:hover .rank,
.btn:hover,
.pagination a,
.mail a {
  text-decoration: none;
}
.box-link a:hover p,
.breadcrumbs li a,
.tags a,
.link-next a,
.keyword a,
.genrelist-top a:hover .title {
  text-decoration: underline;
}

/* 共通部品 ==================================================*/
/* 見出し */
.col-title {
  display: block;
  color: #166434;
  border-bottom: 1px #aaa solid;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 15px;
  position:relative;
}
.col-title span:not(.text) {
  display: inline-block;
  border-bottom: 3px #166434 solid;
  margin-bottom: -2px;
}

/* SNSボタン */
.sns-icons a {
  padding: 0 3px;
}
.sns-icons a:hover {
  opacity: .5;
}

/* 検索ボックス */
.search-box {
  margin-top: 5px;
  padding: 0 5px;
  background: #eee;
}
.search-box input {
  border: none;
  background: none;
}
.search-box input:focus {
  outline: 0;
}
.search-box input[type="text"] {
  width: 240px;
  padding: 5px;
}
.search-box input[type="submit"] {
  width: 16px;
  background: url(/common/rtc/images/v1/common/icon-search.png) no-repeat center center;
  vertical-align: middle;
  cursor: pointer;
}

/* 画像とテキストの横並びリスト */
.box-link li a::after {
  clear: both;
  content: "";
  display: table;
}
.box-link a {
  display: block;
}
.box-link img {
  float: left;
}
.box-link p {
  float: left;
  margin-left: 10px;
}

/* 画像 */
/* 正方形 */
.squareicon {
  display: block;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  background-color:#eee;
}
.squareicon img {
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin:auto;
  /*width: 100%;*/
  max-width:100%;
  max-height:100%;
}
/* 正方形(個別) */
.news .list .squareicon {
  width: 50px;
  float: left;
  padding-top: 0;
  background-color:#eee;
}
.news .list .squareicon:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.serial .squareicon {
  width: 60px;
  float: left;
  padding-top: 0;
  background-color: #eee;
}
.serial .squareicon:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.column .squareicon {
  width: 110px;
  margin-bottom: 8px;
    background-color:#eee;
}
.ranking .squareicon {
display:none;
/* width: 60px; */
/* float: left; */
/* padding-top: 0; */
}
.ranking .squareicon:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.writer-data .squareicon {
  width: 100px;
  float: left;
  padding-top: 0;
}
.writer-data .squareicon:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.m-writer-data {
  display: flex;
}
.m-writer-data__img {
  width: 100px;
  height: 100px;
  position: relative;
  margin: 0 20px 20px 0;
  overflow: hidden;
  background-color: #eee;
}
.m-writer-data__img  > img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.m-writer-data__info {
  width: calc(100% - 120px);
}
.m-writer-data__info-name {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.m-writer-data__info-text {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 1em;
  color: #888;
}
.m-writer-data__info > .m-clip-btn {
  margin-left: auto;
  float: right;
}


/* 長方形 */
.rectangleicon {
  display: block;
  overflow: hidden;
  padding-top: 75%;
  position: relative;
  background-color:#eee;
}
.rectangleicon img {
  left: 0;
  right:0;
  position:absolute;
  top: 0;
  bottom: 0;
  margin:auto;
  /*width: 100%;*/
  max-width:100%;
  max-height:100%;
}

/* 長方形(個別) */
.news .rectangleicon {
  width: 300px;
  margin-bottom:10px;
}
.feature .rectangleicon {
  width: 300px;
  float: left;
  padding-top: 0;
}
.feature .rectangleicon:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.special .rectangle {
  width: 284px;
}
.categorylist-top .rectangleicon {
  width: 400px;
  margin: 0 auto 10px;
  padding-top: 0;
}
.categorylist-top .rectangleicon:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.categorylist .rectangleicon {
  width: 200px;
  margin: auto;
  padding-top: 0;
  float: right;
  background-color: #eee;
}
.categorylist .rectangleicon:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.genrelist-top .rectangleicon {
  width: 250px;
  float: left;
  padding-top: 0;
}
.genrelist-top .rectangleicon:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.genrelist .rectangleicon {
  width: 206px;
}
.searchlist .rectangleicon {
  width: 200px;
  margin: auto;
  padding-top: 0;
  float: right;
}
.searchlist .rectangleicon:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.related .rectangleicon {
  width: 208px;
  background-color:#eee;
}

/* 雑誌 */
.bookicon {
  display: block;
  padding-top: 133.33%;
  position: relative;
}
.bookicon img {
  left: 0;
  position:
  absolute;
  top: 0;
  width: 100%;
}
/* 雑誌(個別) */
.recommend-books .bookicon {
  width: 80px;
  height: auto;
  margin-bottom: 4px;
  overflow: hidden;
}

/* リストスタイル */
.mark-arrow li {
  background: url(/common/rtc/images/v1/common/icon-arrow-right.png) no-repeat top 8px left;
  padding: 5px 0 5px 17px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

/* 見出し */
h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 20px 0;
  line-height: 26px;
}
h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 16px 0;
  line-height: 22px;
}

/* PAGE TOP */
#fixed-btns {
  position: fixed;
  right: 50px;
  bottom: 70px;
  transition: .3s;
  display: none;
}

#page-top {
  width: 50px;
  height: 50px;
  border: 1px #ccc dotted;
  border-radius: 10px;
  background: url(/common/rtc/images/v1/common/icon-page-top.png) no-repeat center center #fff;
  cursor: pointer;
}

#page-top:hover {
  opacity: .5;
}

#home {
  width: 50px;
  height: 50px;
  border: 1px #ccc dotted;
  border-radius: 10px;
  background: url(/common/rtc/images/v1/common/icon-home.png) no-repeat center center #fff;
  cursor: pointer;
}

#home:hover {
  opacity: .5;
}

/* NEWマーク */
.new{position:absolute;left:5px;bottom:5px;background:#fef485;border-radius:2px;color:#111;font-size:11px;font-weight:bold;line-height:1;padding:3px 5px 2px;}

/* ヘッダー ==================================================*/
.header-bar {
  background: #166434;
}
.header-bar-wrap {
  width: 1000px;
  margin: auto;
  background: #166434;
  color: #fff;
  padding: 5px 0;
}

/* HEADLINE */
.header-bar a {
  color: #fff;
}
.header-bar .headline {
  font-size: 12px;
  font-weight: bold;
  float: left;
}
.header-bar .headline .toggle::before {
  display: inline-block;
  content: "▲";
  transform: rotate(90deg);
  padding-top: 2px;
  margin-right: 3px;
}
.header-bar .headline .toggle {
  margin-right: 20px;
}

.header-bar .type {
  border: 1px #fff solid;
  padding: 2px 5px;
  margin: 0 10px 0 40px;
}
.header-bar-login {
  float: right;
  font-size: 13px;
  font-weight: bold;
}
.header-bar-login a {
  vertical-align: bottom;
  line-height: 18px;
}
.header-bar-login-btn {
  background-color: rgb(246, 183, 44);
  padding: 4px 10px;
  margin-right: 10px;
}
.header-bar-login-btn:hover {
  text-decoration: none;
}
.header-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-align:end;width:1000px;margin:10px auto 0;-webkit-box-align:end;align-items:flex-end}
.header-wrap__right{margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-align:end;-webkit-box-align:end;align-items:flex-end}
/* サブメニュー */
.header-wrap .mailmagazine{
  float:right;
  margin-top: 6px;
  margin-right: 20px;
}
.header-wrap .service {
  width: 37%;
  margin-top: 15px;
  float: left;
  font-size: 10px;
  font-size: 1rem;
}
.header-wrap .service li {
  display: inline-block;
  width: 42%;
  padding: 3px 0;
}
.header-wrap .service li a {
  text-decoration: underline;
  color: #166434;
}
.header-wrap .service li a:hover {
  text-decoration: none;
}
.header-wrap .logo:hover {
  opacity: .5;
}
.search-sns-wrap {
  margin-left: 20px;
}
.search-sns-wrap .sns-icons {
  text-align: right;
}

.members-btn-wrap {
  margin-left: 20px;
  text-align: center;
}
.members-btn {
  background-color: #35ab62;
  border: 3px #fff;
  border-style: double;
  text-align: center;
  line-height: 25px;
  padding: 0 2em;
  font-size: 14px;
  color: #fff;
}
.members-btn:hover {
  border-color: #1f8c49;
  color: #1f8c49;
  background-color: #fff;
}
.members-btn--orange {
  background-color: rgb(246, 183, 44);
}
.members-btn--orange:hover {
  border-color: rgb(246, 183, 44);
  color: rgb(246, 183, 44);
}
.members-btn-lead {
  font-size: 12px;
  padding: 4px 20px 3px;
  position: relative;
  display: inline-block;
  color: #333;
}
.members-btn-lead:before,.members-btn-lead:after{
content: '';
position: absolute;
top: 50%;
display: inline-block;
width: 15px;
height: 1px;
background-color: #666;
}
.members-btn-lead:before {left:0;transform: rotate(60deg);}
.members-btn-lead:after {right: 0; transform: rotate(-60deg);}
.members-btn-wrap a:hover {text-decoration: none;}

/* ジャンル */
.header-genre-nav {
  width: 1000px;
  margin: 0 auto;
  font-size: 0;
}
.header-genre-nav ul li {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  width: calc(100% / 8.005); /* 0.005はIE対策 */
  text-align: center;
  font-weight: bold;
  vertical-align: bottom;
}
.header-genre-nav ul li a {
  display: inline-block;
  width: 100%;
  padding: 20px 0 10px;
}
.header-genre-nav .active a,
.header-genre-nav a:hover {
  background: url(/common/rtc/images/v1/common/icon-triangle-down.png) no-repeat center -2px, #166434;
  color: #fff;
  opacity: 1;
}
.header-genre-nav span.comming-soon {
  display: inline-block;
  width: 100%;
  padding: 10px 0 5px;
  color: #999;
  line-height: 1.2;
  font-size: 14px;
}
.comming-soon small {font-size: 11px;}

/* カテゴリー */
.header-category-nav {
  border-top: 1px #aaa solid;
  border-bottom: 1px #aaa solid;
  background:#f1f1f1;
}
.header-category-nav:after,.header-category-nav-inner:after { content: " "; display: block; clear: both; }
.header-category-nav-inner {
  width: 1000px;
  margin: 0 auto;
}
.header-category-nav-inner .ad-info {
  float: right;
}
.header-category-nav-inner .ad-info a {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    background-color: #444;
    display: inline-block;
    letter-spacing: 0.3px;
    padding: 3px 2em;
    margin: 6px 0px 0px;
    border-bottom:1px solid #ccc;
}
.header-category-nav ul {
  float: left;
}
.header-category-nav ul li {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}
.header-category-nav ul li a {
  display: inline-block;
  padding: 9px 12px;
}
.header-category-nav ul .active a,
.header-category-nav ul a:hover {
  background: #aaa;
  color: #fff;
  opacity: 1;
}

/* フッター ==================================================*/
footer {
  border-top: 1px #ccc solid;
  margin-top: 20px;
  text-align: center;
}
.footer-wrap {
  border-top: 1px #ccc solid;
  width: 1000px;
  margin: -1px auto 0;
  padding-top: 20px;
}
.tool-box {
  margin-bottom: 30px;
}
.tool-box .sns-icons {
  margin-top: 35px;
  float: left;
}
.tool-box .logo {
  margin-left: 295px;
  float: left;
}
.tool-box .logo:hover {
  opacity: .5;
}
.tool-box .search-box {
  margin-top: 15px;
  float: right;]
}

/* ナビ */
.footer-genre-nav li,
.footer-category-nav li,
.footer-site-nav li,
.footer-menu-nav li{
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 5px;
}
.footer-genre-nav li a,
.footer-category-nav li a,
.footer-site-nav li a,
.footer-menu-nav li a{
  display: inline-block;
  padding: 5px 0;
  color: #166434;
  text-decoration: underline;
}
.footer-genre-nav li a:hover,
.footer-category-nav li a:hover,
.footer-site-nav li a:hover {
  text-decoration: none;
}
.footer-menu-nav{
  margin-top:15px;
}
.footer-site-nav {
  margin: 15px 0;
}
.footer-site-nav li {
  font-size: 10px;
  font-size: 1rem;
}

/* コピーライト */
.copyright {
  background: #166434;
}
.copyright small {
  display: block;
  width: 1000px;
  margin: auto;
  background: #166434;
  color: #fff;
  padding: 8px 0;
  font-size: 10px;
  font-size: 1rem;
}

/* バナー*/
.footer-banner {clear:both; margin: 20px 0; text-align: center;}

/* レクタングル */
.footer-rectangle{clear:both;}
.footer-rectangle .rectangle{width:300px;float:left;margin-right:50px;display:block;}
.footer-rectangle .rectangle:last-child{margin-right:0;}

/* コンテンツ ================================================*/
.container-wrap {
  width: 1000px;
  margin: auto;
}
.main {
  width: 670px;
  float: left;
}
.sidebar {
  width: 300px;
  float: right;
}

/* サイドメニュー ============================================*/
.side-content {
  margin-bottom: 20px;
}

/* バナー */
.sidebar .banner {
}
.sidebar .banner ul li {
  margin-bottom: 20px;
}
.sidebar .banner ul li img {
  width: 300px;
  height: 100px;
}

/* マイページ用 */
.article-body.mypage{
  border-top:1px solid #aaa;
}

/* タイアップ */
.tie-up-header{
display:block;
padding:4px 0px;
color:#909090;
font-size:80%;
}
.tie-up {
  border-top: 1px #aaa solid;
  border-bottom: 1px #aaa solid;
  padding: 10px 0;
}
.tie-up li a {
  padding: 10px 20px;
  font-size: 12px;
  font-size: 1.2rem;
}
.tie-up li p {
  width: 190px;
}
/* キュレーション（ノアドット） */
.curation ul li::after{content:"";clear:both;display:block;}
.curation ul li{margin-bottom:10px;}
.curation ul li .icon{width:100px;position:relative;padding-top:75px;display:block;overflow:hidden;float:left;}
.curation ul li .icon img{width:100%;position:absolute;top:0;left:0;}
.curation ul li .title{float:left;margin-left:10px;width:190px;font-size:13px;}
.curation ul li .source{display:block;text-align:right;color:#909090;margin-top:3px;}

/* ランキング */
.ranking {
  padding-top: 6px;
}
.ranking .tab {
  margin-bottom: 10px;
  border-bottom: 1px #aaa solid;
  position:relative;
}
.ranking .tab .col-title {
  border: none;
  margin-bottom: 0;
}
.ranking .tab .col-title::after {
  display: none;
}
.ranking .tab ul {
  position:absolute;
  bottom:1px;
  right:0;
}
.ranking .tab ul::after{content:"";display:block;clear:both;}
.ranking .tab ul li {
  float:left;
  margin-left:2px;
}
.ranking .tab ul li a {
  text-align: center;
  vertical-align; middle;
  padding: 2px 5px;
  font-weight: bold;
  font-size:12px;
  background:#eee;
  border-top:solid 1px #aaa;
  border-right:solid 1px #aaa;
  border-left:solid 1px #aaa;
}
.ranking .tab ul .active a,
.ranking .tab ul li a:hover {
  background: #166434;
  border-top:solid 1px #166434;
  border-right:solid 1px #166434;
  border-left:solid 1px #166434;
  color: #fff;
}
.ranking .list li a {
  padding: 10px 0;
}
.ranking .list li .rank {
  width: 15px;
  color: #166434;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding-top: 5px;
  margin: 0 5px;
}
.ranking .list li .text {
width: 264px;
/* width: 205px; */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}
.ranking .list li .category{
width: 264px;
font-size: 1.2rem;
font-weight: bold;
margin-bottom: 2px;
line-height: 1.6rem;
display:block;
}


/* アンケート */
.questionnaire div {
  padding: 0px;
}
.questionnaire .title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #166434;
}
.questionnaire .text {
  margin: 5px 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.questionnaire img {
  display: block;
  margin: 10px auto;
}
.questionnaire .detail {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  clear: both;
  display: block;
}
.questionnaire .detail a {
  font-weight: bold;
  color: #166434;
}

/* 雑誌 */
.magazine .item {
  width: 200px;
  margin: 0 auto;
}
.magazine .title {
  margin: 8px 0 3px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.magazine .text {
  font-size: 12px;
  font-size: 1.2rem;
}
.magazine .btn {
  display: block;
  background: #166434;
  color: #fff;
  margin-top: 8px;
  padding: 15px 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.magazine .btn:hover {
  opacity: .5;
}
.magazine .btns .btn {
  width: 48%;
}
.magazine .btn.buy {
  float: left;
}
.magazine .btn.bk {
  float: right;
}

/* 危機管理とBCPのおススメ本 */
.recommend-books .btn {
  display: block;
  float: left;
  width: 14px;
  padding-top: 42px;
  cursor: pointer;
}
.recommend-books .btn.prev {
  margin-right: 6px;
}
.recommend-books .btn.next {
  margin-left: 6px;
}
.recommend-books .btn:hover {
  opacity: .5;
}
.recommend-books .btn.disabled {
  opacity: .5;
  cursor: auto;
}
.recommend-books .slider {
  width: 260px;
  float: left;
  overflow: hidden;
}
.recommend-books ul {
  width: 1000px;
  margin: 0 -5px;
  font-size: 0;
  position: relative;
  left: 0;
  transition: .5s;
}
.recommend-books ul li {
  width: 80px;
  margin: 0 5px;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  line-height:16px;
}
.recommend-books ul li p {
  padding: 5px 0;
  font-weight: bold;
}

/* 広告記事用 */
.sidebar.ad-article .company-info p.company{position:relative;font-weight:bold;font-size:16px;margin-bottom:10px;padding-left:10px;}
.sidebar.ad-article .company-info p.company::before{content:"";display:block;width:0;height:0;position:absolute;top:6px;left:0;border-left:solid 5px #166434;border-top:solid 5px transparent;border-right:solid 5px transparent;border-bottom:solid 5px transparent;}
.sidebar.ad-article .company-info ul{margin-left:10px;}
.sidebar.ad-article .company-info ul li{padding-left:25px;color:#444;font-weight:bold;margin-bottom:10px;line-height:1.8;word-wrap:break-word;}
.sidebar.ad-article .company-info ul li a{text-decoration:underline;display:block;}
.sidebar.ad-article .company-info ul li a:hover{text-decoration:none;}
.sidebar.ad-article .company-info .tel{background:url(/common/rtc/images/v1/ad/phone.png) no-repeat left;background-size:20px 20px;}
.sidebar.ad-article .company-info .address{background:url(/common/rtc/images/v1/ad/location.png) no-repeat left;background-size:20px 20px;}
.sidebar.ad-article .company-info .mail{background:url(/common/rtc/images/v1/ad/email.png) no-repeat left;background-size:20px 20px;}
.sidebar.ad-article .company-info .url{background:url(/common/rtc/images/v1/ad/globe.png) no-repeat left;background-size:20px 20px;}
.sidebar.ad-article .company-info .whitepaper{background:url(/common/rtc/images/v1/ad/download.png) no-repeat left;background-size:20px 20px;}
.sidebar.ad-article .company-info .info{background:url(/common/rtc/images/v1/ad/info.png) no-repeat left;background-size:20px 20px;}
.sidebar.ad-article .info-btn{width:80%;margin:1em auto;}
.sidebar.ad-article .info-btn a{display:block;background:#166434;color:#fff;text-align:center;line-height:1;padding:1em 0;border-radius:4px;font-weight:bold;box-shadow:1px 1px 1px #ccc;}
.sidebar.ad-article .info-btn a:hover{text-decoration:none;background:#1a743d;}
.sidebar.ad-article .freespace h4{color:#166434;display: block;border-bottom: 1px #aaa solid;font-size: 18px;font-size: 1.8rem;letter-spacing: 1px;margin-bottom: 15px;position:relative;}
.sidebar.ad-article .freespace h4 strong{
  display: inline-block;
  border-bottom: 3px #166434 solid;
}
.sidebar.ad-article .freespace ul{margin-left:15px;}
.sidebar.ad-article .freespace ul li{list-style:square;color:#444;margin-bottom:5px;}
.sidebar.ad-article .freespace ul li a{color:#444;text-decoration:underline;display:block;}
.sidebar.ad-article .freespace ul li a:hover{text-decoration:none;}

/* トップ ====================================================*/
/* バナー */
.top-banner {
  margin: 20px 0;
  text-align: center;
}

/* 共通 */
.container {
  margin-bottom: 30px;
}
.content .pic {
  width: 300px;
  float: left;
}
.content .list {
  width: 355px;
  margin-left: 15px;
  float: right;
}
.more {
  text-align: right;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 1em;
}
.more a {
  color: #166434;
}

/* AD */
.ad {
  margin-bottom: 30px;
  font-size:13px;
}
.ad p {
  height:0px;
  margin: 5px 0;
  padding-bottom: 5px;
  /*border-bottom: 1px #aaa dotted;*/
  font-size: 12px;
}
.ad a{
  display:block;
  margin-bottom: 5px;
  font-size: 12px;
}
.ads_wrap {display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 30px; }

/* 新着 */
.news ul::after{content:"";display:block;clear:both;}
.news ul li a:hover{text-decoration:none;}
.news ul li {
float:left;
width:214px;
margin:0 14px 20px 0;
}
.news ul li:first-child{width:324px;margin-right:20px;}
.news ul li:nth-child(2){width:324px;}
.news ul li:nth-child(2),
.news ul li:nth-child(5),
.news ul li:nth-child(8),
.news ul li:last-child{margin-right:0;}
.news ul li .rectangleicon{width:214px;margin-bottom:5px;position:relative;}
.news ul li:first-child .rectangleicon,
.news ul li:nth-child(2) .rectangleicon{width:324px;margin-bottom:5px;position:relative;}
.news ul li .new-title{display:block;font-weight:bold;color:#166434;font-size:16px;}
.news ul li .new-title:hover{text-decoration:underline;}
.news ul li .new-subtitle{font-size:13px;color:#909090;}

.top-recently-wrap {margin-bottom: 10px;}
.top-recently-wrap::after{content:"";display:block;clear:both;}
.top-recently-wrap .news-box {}
.top-recently-wrap .news-box-title { overflow: hidden; width:100%; display: flex; align-items: center; border-bottom: 1px dashed #dbdbdb; }
.top-recently-wrap .news-box-title a { font-size: 16px; color: #166434; font-weight: bold; line-height: 40px; display: block; padding-left: 3px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.top-recently-wrap .news-box-title a { font-size: 16px; color: #166434; font-weight: bold; line-height: 24px;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-pack: justify; -ms-flex-align: center; padding: 10px 3px; width: 100%; }
.top-recently-wrap .news-box-title:hover { background-color: #f2f7f3; }
.news-box-title__text {overflow: hidden; text-overflow: ellipsis; white-space: nowrap; max-width: calc(100% - 80px); }
.news-box-title__date { font-size: 12px; color: #666; font-weight: normal; }
.top-recently-wrap .label a::before { content:"NEW"; font-size: 10px; background-color: #fef485; color: #111; padding: 0.3em 0.5em; line-height: 1; vertical-align: middle; margin-right: 8px; border-radius: 4px; }
.recommend-box { width: 100%; border: 1px solid #ddd; min-height: 370px; box-sizing: border-box; padding: 25px; box-shadow: 0 1px 1px #ddd; }
.top-recently-wrap .recommend-box { float: right; width: 295px; background-color: #f2f7f3; border-bottom:none;border-right:none;border-left:none; }
.recommend-box span { display: block; text-shadow: 0 0 2px #fff; }
.recommend-box a:hover { text-decoration: none; }
.recommend-icon {width:100%;  margin-bottom: 20px;  max-height: 185px; overflow: hidden;}
.recommend-icon img {width:100%; }
.recommend-heading { text-align: center; color: #166434; font-size: 13px; padding-bottom: 1px; line-height: 1; }
.recommend-heading::after { content:""; display: block; border-bottom: 1px solid #166434; width: 6em; margin: 0 auto; }
.recommend-title { margin: 16px auto; text-align: center; width:215px; color: #166434; font-size: 14px; line-height: 1.2; font-weight: bold; }
.recommend-lead { margin: 0 auto; width: 220px; font-size: 12px; line-height: 1.5; }
.more-box a { background-color: #166434; color: #fff; text-align: 100%; display: block; text-align: center; line-height: 40px; border-radius: 0 0 4px 4px; }
.more-box a:hover { text-decoration: none; }

/* ニュープロダクツ */
.new-products {}
.new-products-wrap { padding: 0 0 60px 0; position: relative; }
.new-products-heading { font-size: 16px; text-align: center; color: #166434; font-weight: bold; margin-bottom: 5px; }
.new-products-slider { font-size: 0; }
.new-products-slider li { display: inline-block; width: 140px; padding: 0 7px; overflow: hidden; }
.new-products-slider li a { display: block; }
.new-products-slider li a:hover { text-decoration: none; }
.new-products-slider li a:hover .new-products-title { text-decoration: underline; }
.new-products-slider li img { width: 140px; height: 140px; object-fit: cover; margin: auto; }
.new-products-slider .new-products-title {font-size: 14px; display: block; padding-top: 0.8em; font-weight: bold; line-height: 1.4; }
.new-products-slider .new-products-date {font-size: 12px; display: block; color: #666; padding-top: 0.5em; }
.container .bx-wrapper{/* bxslider対応 */
margin:auto;
padding:0px;
border:none;
box-shadow:0 0 0 #fff;
width: 616px;
}
.container .bx-viewport { height: auto !important;/* bxslider親要素の高さ指定を解除 */}
.new-products-wrap .slider-next,.new-products-wrap .slider-prev { position: absolute;top: 77px; width: 20px; height: 20px;  border-radius: 50%; background-color: #166434; }
.new-products-wrap .slider-next { left: 0px; }
.new-products-wrap .slider-prev { right: 0px; }
.new-products-wrap .bx-next,.new-products-wrap .bx-prev { width: 100%; height: 100%; display: block; }
.new-products-wrap .bx-next::before,.new-products-wrap .bx-prev::before { content:""; display: block; border-top: 2px solid #fff; border-right: 2px solid #fff; position: absolute; top: 30%; width: 30%; height: 30%; }
.new-products-wrap .bx-next::before { left: 25%; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.new-products-wrap .bx-prev::before { right: 25%; -webkit-transform: rotate(-135deg); transform: rotate(-135deg); }

/* 特集 */
.feature .title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
  padding-top: 3px;
}
.feature .title a {
  color: #166434;
}
.feature .text {
  padding: 5px 0;
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}
.feature ul {
  margin-bottom: 10px;
}
.feature li{position:relative;padding-left:13px;margin-bottom:5px;}
.feature li::before{content:"";display:block;border-left:solid 5px #166434;border-top:solid 5px transparent;border-right:solid 5px transparent;border-bottom:solid 5px transparent;width:0;height:0;position:absolute;top:5px;left:0;}

/* 連載記事 */
.serial .box-link {font-size:0;}
.serial a.squareicon-wrap {display: inline-block; float: left; margin-right: 10px;}
.serial .box-link li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 0 0 12px 0;
  font-size:14px;
}
.serial .box-link li .text {
  overflow: hidden;
  line-height: 1.4;
  margin-right: 10px;
}
.serial .series {
  display: block;
  font-weight: bold;
  margin-bottom:5px;
}
.serial .author-info {
  line-height: 1.3;
}
.serial .box-link li .text .title {
  font-size:1.2rem;
  height:1.8rem;
}
.author-name {
  font-size:13px;
}
.author-photo {
  width: 30px;
  height: 30px;
  float: left;
  display: inline-block;
  margin-right: 7px;
}
.author-photo--small {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.author-photo img {
  border-radius: 50%;
  margin-right: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author-info .author-katagaki {
  font-size:11px;
  color: #999;
}

/* コラム */
.column li {
  display: inline-block;
  vertical-align: top;
  width: 110px;
  margin: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
}
.column li p {
  margin: 3px 0;
}

/* SNS */
.sns {
  margin-top: 20px;
}
.sns .widget {
  width: 300px;
  height: 400px;
}
.sns .facebook {
  margin-bottom: 20px;
}
.sns .twitter {
  border: 1px #e9eaed solid;
}

/* 詳細 ======================================================*/
/* パンくず */
.breadcrumbs {
  margin-bottom: 15px;
}
.breadcrumbs li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}
.breadcrumbs li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin: 0 2px 0 8px;
  color: #936449;
}
.breadcrumbs li a {
  color: #936449;
}
.breadcrumbs li a:hover {
  text-decoration:none;
}

/* 記事 */
.post-date {
  width: 100px;
  text-align: right;
  position: relative;
  top: -32px;
  left: 570px;
  margin-bottom: -20px;
}

/* 見出し */
.article-header {
  border-bottom: 1px #aaa solid;
  width: 100%;
  display: table;
}

/*
.article-header .col-title,
.article-header .tags {
  display: table-cell;
}
.article-header .tags {
  width: 100%;
}
.article-header .col-title {
  vertical-align: bottom;
  white-space: nowrap;
  border: none;
}
.article-header .col-title::after {
  margin: 0;
  padding-bottom: 3px;
  border: none;
}
*/
/* 記事の見出し */
.article-col-title span {
  border-bottom: 3px solid #166434;
  display: inline-block;
  width: 370px;
  line-height:140%;
  margin-bottom: -2px;
}
.article-col-title {
    color: #166434;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 1px;
}
.article-header .article-col-title::after {
    border: medium none;
    margin: 0;
    padding-bottom: 3px;
}
.article-col-title::after {
    padding-bottom: 3px;
}
.article-header .article-col-title {
    border: medium none;
    vertical-align: bottom;
}
.article-header .article-col-title, .article-header .tags {
    display: table-cell;
}
.article-col-title {
    color: #166434;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 15px;
}




.article-header .tags {
  display: table-cell;
}
.article-header .tags {
  width: 100%;
}
.tags {
  padding-left: 20px;
}
.tags li {
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
.tags li a {
  color: #936449;
}
.tags li a:hover {
  text-decoration:none;
}
.article-header.ad-article .tags{display:block;text-align:right;padding-left:0;}
/* 記事の見出し */








.tags {
  padding-left: 20px;
}
.tags li {
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
.tags li a {
  color: #936449;
}
.tags li a:hover {
  text-decoration:none;
}







/* タイトル部分 */
.article-contents {
  /*width: 590px;*/
  width:100%;
  margin: 15px auto;
}
.article-contents .title {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.2;
}
.article-contents .subtitle {
  padding: 8px 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
}
.article-contents .text {
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.article-contents .shozoku {
 display: block;
}
.article-contents .author-name {
 padding: 0 0 0 1em;
}

/* 広告記事用タイトル部分 */
.ad-title-parts{position:relative;}
.ad-title-parts .pr-badge{position:absolute;right:0;bottom:0;background:#909090;color:#fff;border-radius:4px;display:block;text-align:center;line-height:1;padding:5px 15px;}
.ad-title-parts .subtitle{padding-right:100px;}
/* 雑誌情報 */
.magazine-data {
  padding: 10px 30px;
  border: 1px #aaa solid;
}
.magazine-data img {
  float: left;
  width: 100px;
}
.magazine-data div {
  float: right;
  width: 420px;
  font-size: 12px;
  font-size: 1.2rem;
}
.magazine-data .title {
  font-size: 18px;
  font-size: 1.8rem;
}
.magazine-data .writer {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 5px 0;
}
.magazine-data .detail {
  margin-top: 15px;
}

/* 著者情報 */
.writer-data {
  margin-top: 30px;
  padding: 15px 30px;
  border-top: 1px #166434 solid;
  border-bottom: 1px #166434 solid;
  margin-bottom: 26px;
}
.writer-data img {
  float: left;
}
.writer-data .author-info {
  float:right;
  width: 460px;
}
.writer-data div .m-clip-btn{
  float:right;
  width:120px;
}
.writer-data .name {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.writer-data .text {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 1em;
}
.writer-data .more {
  padding-top: 0;
}
/* ツールボタン */
.sns-buttons {
  clear:both;
  border: 1px #aaa solid;
   padding: 2px 5px 1px;
}
.sns-buttons li {
  display: inline-block;
  margin: 0;
  position: relative;
  margin-right:4px;
}
.sns-buttons .fb-share {
  top: -4px;
}
.sns-buttons .facebook {
  top: -4px;
}
.sns-buttons .twitter {
  top: 2px;
}
.sns-buttons .in {
  top: 5px;
}
.sns-buttons .google {
  top: 2px;
  margin-right:-30px;
}
.sns-buttons .mail {
  top: -5px;
}
.sns-buttons .printer {
  top: -5px;
  margin-right:0px;
  cursor: pointer;
}
.sns-buttons .mail:hover,
.sns-buttons .printer img:hover {
  opacity: .5;
}
.sns-buttons .mail a {
  border: 1px #aaa solid;
  border-radius: 2px;
  padding: 1px 10px;
  background: #f8f8f8;
  color: #936449;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
}
.sns-buttons .clipping {
  top: -5px;
  margin-left:10px;
}


/* 記事本文 */
.article-body {
  border-left: 1px #aaa solid;
  border-right: 1px #fff solid;
  padding: 20px 39px;
  /*
  border:none;
  padding: 20px 5px;
  */
  text-align:justify;
}

/* カテゴリー連動バナー */
.category-banner {
  clear:both;
  margin: 30px 0;
}

/* 次のページへ */
#next-page {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
#next-page .next {
  background: #166434;
  color: #fff;
  padding: 2px 10px;
  margin-right: 5px;
}
#next-page span:not(.next) {
  color: #936449;
  text-decoration: underline;
}
#next-page:hover span:not(.next) {
  text-decoration:none;
}
#next-page img {
  height: 16px;
  vertical-align: middle;
  margin: -3px 0 0 5px;
}
a[href^="?page="]:hover {
  text-decoration: none;
}

/* ページネーション */
.pagination {
  clear:both;
  margin: 50px 0;
  text-align: center;
  height: 38px;
  font-size: 16px;
  font-size: 1.6rem;
}
.pagination .prev a,
.pagination .next a {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin: -2px 20px 0;
  color: transparent;
}
.pagination .prev a {
  background: url(/common/rtc/images/v1/common/pager-arrow-prev.png) no-repeat center center;
}
.pagination .next a {
  background: url(/common/rtc/images/v1/common/pager-arrow-next.png) no-repeat center center;
}
.pagination .prev a:hover,
.pagination .next a:hover {
  opacity: .5;
}
.pagination .number {
  display: inline-block;
  margin: 0 5px;
}
.pagination .number a {
  border: 1px #166434 solid;
  background: #166434;
  color: #fff;
  padding: 8px 15px;
}
.pagination .number.current,
.pagination .number a:hover {
  border: 1px #166434 solid;
  background: #fff;
  color: #166434;
  padding: 8px 15px;
}

/* キーワード */
.keyword {
  margin: 20px 0;
  text-align: center;
}
.keyword li {
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.keyword li:first-child {
  font-weight: bold;
  color: #166434;
}
.keyword li a {
  color: #936449;
}
.keyword li a:hover {
  text-decoration:none;
}

/* バックナンバー */
.backnumber {
  margin: 40px 0;
}
.backnumber ul li {
  padding: 4px 0;
  border-bottom: 1px #888 dotted;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.backnumber ul li a {
  display: block;
}
.backnumber ul li.here {
  color: #ccc;
}
.backnumber .more {
  margin: 5px 0;
}

/* 関連記事 */
.related {
  margin: 40px 0;
}
.related ul {
  margin: 0 -10px;
}
.related ul li {
  display: inline-block;
  vertical-align: top;
  width: 208px;
  margin: 9px;
}
.related ul li p {
  padding: 5px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}

/* 記事一覧タイトル部分 */
.genrelist-contents {
  margin: 20px 0 0 0;
}
.genrelist-contents .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}

.genrelist-contents .sub {
  width: 210px;
  font-size: 16px;
  line-height: 1.4;
  padding-top: 5px;
}

.genrelist-contents .text {
  color: #888;
  font-size: 11px;
  line-height: 1.7;
}

/* 記事一覧本文 */
.genrelist-body {
  /*border-left: 1px #aaa solid;*/
}
.genrelist-body p {
  margin: 0 0 10px;
  line-height: 1.8;
  font-size: 28px;
  font-size: 1.75rem;
}

.genrelist-contents .contents-right {
  float: right;
  width: 370px;
  height: 2.1;
}

.genrelist-contents .genrelist-top {
  margin-bottom: 15px;
}

.genrelist-contents .date {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}

.genrelist ul {
  margin: 0 -13px;
  font-size: 0;
}

.genrelist ul li {
  display: inline-block;
  vertical-align: top;
  width: 206px;
  margin: 0 13px;
}

.genrelist ul li a:hover {
  text-decoration: none;
}
.genrelist ul li a:hover .title {
  text-decoration: underline;
}

.genrelist ul li:nth-child(3n+1) {
  clear: both;
}


/* 検索一覧見出し */
.searchlist-header {
  border-bottom: 1px #aaa solid;
  padding-top: 0;
  margin-bottom: 0;
}

.searchlist-header .col-title {
  border: none;
  margin-bottom: 0;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
  display: inline-block;
}

.searchlist-header .text {
  color: #166434;
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  padding-left: 5em;
  font-weight:normal;
  border:none;
}

/* 検索一覧 */
.searchlist-contents {
  padding: 20px 40px 20px 40px;
}

.searchlist-body {
  border-left: 1px #aaa solid;
}

.searchlist ul li {
  display: block;
  border-bottom: 1px dashed #dbdbdb;
  padding: 20px 0px;
}

.searchlist .seriesname {
  font-size: 14px;
  font-size: 1.4rem;
}

.searchlist .article-info {
  overflow: hidden;
  padding-right: 20px;
}

.searchlist .title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 5px 0;
  line-height: 1.5;
}

.searchlist .text {
  font-size: 11px;
  font-size: 1.1rem;
}

.searchlist .date {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 9px;
}

.searchlist a:hover {
  text-decoration: none;
}

.searchlist a:hover .title {
  text-decoration: underline;
}

/* 検索一覧検索ボックス */
.searchlist-box {
  margin: 50px 0px 20px 0px;
  padding: 0 5px;
  background: #eee;
}

.searchlist-box input {
  border: none;
}
.searchlist-box input {
  outline: none;
}
.searchlist-box input[type="text"] {
  background: none;
  margin-right: 5px;
  padding: 3px;
  width: calc(100% - 35px);
  box-sizing: border-box;
  font-size: 20px;
  font-size: 2rem;
}
.searchlist-box input[type="submit"] {
  padding: 0;
  width: 24px;
  height: 24px;
  background: url(/common/rtc/images/v1/common/icon-search-24.png) no-repeat center center;
  vertical-align: text-bottom;
  cursor: pointer;
}

/* カテゴリ一覧 */
.categorylist-header {
  border-bottom: 1px #aaa solid;
}

.categorylist-header .col-title {
  border: none;
  margin-bottom: 0;
}

.categorylist-header .col-title::after {
  display: none;
}

.categorylist-header .c-column-clip-btn{
  float:right;
}

.categorylist-body {
  border-left: 1px #aaa solid;
  padding: 20px 40px 10px 40px;
}
.categorylist-contents {}

.categorylist-top .title {
  color: #166434;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  padding-bottom: 10px;
}

.categorylist-top .summary {
  font-size: 12px;
  font-size: 1.6rem;
  line-height:180%;
}

.categorylist-top .img {
  text-align: center;
}

.categorylist ul li {
  display: block;
  padding: 20px 0px;
  border-bottom: 1px dashed #dbdbdb;
}

.categorylist a:hover {
  text-decoration: none;
}

.categorylist a:hover .title {
  text-decoration: underline;
}

.categorylist .article-info {
  overflow: hidden;
  padding-right: 20px;
}

.categorylist .article-info .cate-caption{
  color:#166434;
  font-weight:bold;
}

.categorylist .title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 5px 0;
  line-height: 1.4;
}

.categorylist .text {
  font-size: 11px;
  line-height: 1.7;
  color: #888;
}

.categorylist .date {
  text-align: right;
  font-size: 12px;
  line-height: 30px;
  padding-top: 9px;
}

.categorylist .author-info {
  float: left;
  padding-top: 9px;
}
.categorylist a.author-link:hover .author-name {
  text-decoration: underline;
}
.categorylist .author-name {
  line-height: 30px;
}

.categorylist-special .col-title { float: left; width: calc(100% - 10em); }

.categorylist-special .archive {
  display: inline-block;
  float: right;
}
.categorylist-body .archive { margin-top: 20px; }
.categorylist-special .archive a {
  color: #166434;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: underline;
}

/* 特集一覧 */
.speciallist-body {
}

.speciallist-contents {
  padding: 20px 40px 20px 40px;
  border-left: 1px #aaa solid;
}

.speciallist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.speciallist .special {
  width: calc(50% - 10px);
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.speciallist .special .title {
  color: #166434;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 10px 0;
  display: block;
}

.speciallist .special .text {
  display: none;
}

.speciallist .special .summary {
    font-size: 11px;
    line-height: 1.7;
    color: #888;
}

.speciallist .special .date {
  text-align: right;
  font-size: 12px;
  line-height: 30px;
  padding-top: 9px;
}

.speciallist .special .more {
  margin-top: 5px;
  position: absolute;
  right: 20px;
  bottom: 0;
}

.speciallist li.special:nth-child(2n) .more {
  right: 0;
}

.speciallist .special ul li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  background-position: top 6px left;
}

.speciallist-header .col-title { margin-bottom: 0; }

/* リンク集 */

.linklist-body {
  border-left: 1px #aaa solid;
}
.linklist-body p {
  margin: 0 0 5px;
  line-height: 1.8;
  font-size: 28px;
  font-size: 1.75rem;
}

.linklist-contents {
  margin: 20px 40px 20px 40px;
}

.linklist ul li a:hover {
  text-decoration: none;
}
.linklist .title:hover {
  text-decoration: underline;
}

.linklist .title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 5px;
  line-height: 1.4;
}

.linklist .text {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.4;
  padding: 1px 0;
}
.linklist-header {
  border-bottom: 1px #aaa solid;
}

.linklist-header .col-title {
  margin-bottom: -1px;
}

.linklist-header .col-title::after {
  margin: 0;
  padding-bottom: 3px;
  border: none;
}

.link-tags {
  margin-top:15px;
}

.link-tags .btn {
  color: #166434;
  padding: 3px 15px;
  margin-right: 10px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  border: 1px dotted;
  line-height: 2.8;
}

.link-tags .btn:hover {
  background: #166434;
  color: #fff;
}

.linklist .col-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  display: block;
  border-bottom: none;
}

.linklist .col-title::after {
  margin: 0;
  padding-bottom: 3px;
  border-bottom: 1px #166434  solid;
}

.linklist ul {
  margin-bottom: 35px;
}

.linklist .mark-arrow li {
  padding: 0px 0px 0px 17px;
  background-position: top 9px left;

}

.linklist  div {
  margin-left: 30px;
  border-bottom: 1px dotted;
}

.linklistbutton span {
  white-space: nowrap;
}

/* クロスブラウザ ============================================*/
/* For Firefox */
@-moz-document url-prefix() {
  .col-title::after {
    padding-bottom: 3px;
  }
  .sns-buttons .in {
    top: 2px;
  }
}



/* udocの静的ページ ============================================*/
/* backnumber_top */
.article-body.static{
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}


.pdf-main{
clear:both;
}
.pdf-main .about{
padding:40px 0px;
}
.pdf-main .about p{
    font-size: 1.6rem;
    line-height: 1.4;
    text-align:center;
    font-weight:bold;
}
.pdf-main .about div{
    font-size: 1.4rem;
    line-height: 1.6;
    text-align:center;
}

/* ログイン */
#login{
border:1px solid #166434;
padding:20px;
margin-top:30px;
margin-bottom:30px;
}
#login .title{
    font-size:2rem;
    line-height:2;
    font-weight:bold;
    margin-bottom:10px;
    color:#166434;
    text-align: center;
}
#login .notice{
    color:#b22222;
    font-weight:bold;
}
#login p{
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom:24px;
}
#login #login-form{
width:410px;
margin:36px auto 20px;
}
#login #login-form li{
margin-bottom:10px;
}
#login #login-form li label{
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight:bold;
    cursor:pointer;
}
#login #login-form li input{
    padding: 5px;
    width: 240px;
    background: #eee;
    border:none;
    margin-left:10px;
}
#login #login-form li:last-child label{
    width: 160px;
}
#login #login-form li:last-child input:first-child{
    width: 16px;
    margin-top: 9px;
    margin-left: 0;
}
#login #login-form li:last-child input{
    padding: 5px;
    width: 120px;
    background-color: #166434;
    border:none;
    margin-left:36px;
    color:#fff;
    cursor:pointer;
}
#login #login-form li:last-child input:hover{opacity:0.7;}

/* pdf-list */
.pdf-list{
clear:both;
margin: 40px 0;
}
.pdf-list ul{
clear:both;
}
.pdf-list ul li{
width:180px;
float:left;
margin-right:24px;
margin-bottom: 40px;
}
.pdf-list ul li:nth-child(3n){
margin-right:0px;
}
.pdf-list ul li:nth-child(3n+1){
clear:left;
}
.pdf-list ul li .image{
width:180px;
height:auto;
background-color:#ccc;
margin-bottom:8px;
}
.pdf-list ul li .image img{
width:100%;
}
.pdf-list ul li .image img:hover{
opacity:0.7;
}
.pdf-list ul li .title{
    font-size: 1.3rem;
    line-height:1.3;
    font-weight:bold;
    text-align: center;
    margin-bottom:8px;
}

.pdf-list ul li .info{
}
.pdf-list ul li .info a{
text-decoration:none;
}
.pdf-list ul li .info span{
    background-color: #166434;
    color: #fff;
    display: block;
    float:none;
    margin:auto;
    font-size: 1.3rem;
    padding: 10px 2px;
    text-align: center;
    width: 79px;
    border:1px solid #166434;
}
.pdf-list ul li .info span:nth-child(2){
margin-right:0px;
}
.pdf-list ul li .info a span:hover{
  background-color: #fff;
  color: #166434;
  border:1px solid #166434;}
.pdf-list ul li .info a span:hover{
  background-color: #fff;
  color: #166434;
  border:1px solid #166434;}

.pdf-list ul li .info > span{
  opacity:0.5;
}
.pdf-list ul li .info > span:hover{
  background-color: #166434;
}

.pdf-main .pagination{
clear:both;
}





/* udocの静的ページ ============================================*/
/* backnumber_top */
.article-body.backnumber .magazine-title{
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 180%;
    margin-bottom: 0.4rem;
    color: #166434;
}


/* udocの静的ページ ============================================*/
/* udoc-event(event_top) */
.article-header.event-header{
border:none;
}
.article-header.event-header .col-title{
margin-bottom:0px;
}

.article-body.event{}
.article-body.event ul .event-block{
margin-bottom:46px;
color:#444444;
}
.article-body.event ul .event-block a{
text-decoration:none;
color:#444444;
}
.article-body.event ul .event-block a:hover{

}
.article-body.event ul .event-block .event-title{
padding-bottom:6px;
margin-bottom:10px;
border-bottom: 1px solid #166434;
}
.article-body.event ul .event-block .event-title .title{
    font-size: 2rem;
    line-height: 1.3;
    font-weight:bold;
    vertical-align: bottom;
}
.article-body.event ul .event-block a:hover .event-title .title{
    text-decoration:underline;
    vertical-align: bottom;
}
.article-body.event ul .event-block .event-title .recommend{
background-color:#d34223;
color:#fff;
display:inline-block;
font-size:11px;
line-height:14px;
padding:6px 6px;
position:relative;
margin-bottom:2px;
margin-right:16px;
}
.article-body.event ul .event-block .event-title .recommend:before
{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid #d34223;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    position:absolute;
    top:0px;
    right:-10px;
}
.article-body.event ul .event-block ul li{
    margin-bottom:4px;
}
.article-body.event ul .event-block ul li .head{
    font-weight:bold;
    margin-right:4px;
}

.article-body.event ul .event-block ul li .date{
    margin-right:10px;
}

.article-body.migration.event table img{
min-width:100px!important;
}



/* 静的ページ ============================================*/
/* about us */
.article-body.static-info {
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.col-title.static-info {
margin-bottom:0px;
}


/* site map */
.sitemap{
margin-left:20px;
}
.sitemap ul{
margin-bottom:20px;
font-size:1.6rem;
line-height:2.6rem;
}

.sitemap ul:last-child{
margin-top:40px;
margin-bottom:0px;
font-size:1.4rem;
line-height:1.8rem;
}
.sitemap ul li {
    background:url("/common/rtc/images/v1/common/icon-arrow-right.png") no-repeat scroll left top 10px;
    padding: 5px 0 5px 30px;
}



/* プリントページ ============================================*/

.print-page {
border-top:3px solid #166434;
}

.print-page header {
max-width: 1000px;
margin: 0 auto;
}

.print-page header .print-header{
padding:10px;
}

.print-page header .print-btn{
text-align:right;
padding:10px;
}

.print-page .container-wrap{
max-width: 1000px;
margin: 0 auto;
padding:0 10px;
}

.print-page .post-date {
    left: 0px;
    margin-bottom: 0px;
    position: static;
    text-align: right;
    top: 0;
    width: auto;
}
.print-page .container-wrap .main{
width:100%;
float:none;
     padding-bottom: 50px;
}

.print-page .article-body {
    border:none;
    padding: 16px 16px;
    text-align: justify;
}

.print-page .article-body .boxed-article{
background:none;
}
.print-page .article-body table{
width:auto!important;
}

.print-page footer{
    border-top: 1px solid #ccc;
    text-align: center;
    clear:both;
    border-bottom:3px solid #166434;
    padding:20px;
    margin-top: 50px;
}

.print-page footer .print-header{
}

.print-page footer .credit{
margin-top:10px;
font-size:0.9rem;
line-height:1.4rem;
color:#707070;
}

/* -- 投票機能 -- */
#voteform,#voteconfirm-wrapper{
display:block;
margin-bottom:20px;
padding:10px;
line-height:1.8em;
}
#voteform{
border:2px dotted #ccc;
background-color:#f0f0f0;
}
.vote .question{
clear:both;
margin-bottom:20px;
}
.vote .question strong{
display:block;
margin-bottom:20px;
}
.vote .question strong span{
display:inline-block;
float:left;
border:1px solid #166434;
background-color:#fff;
margin-right:1em;
padding:3px 5px;
}
.vote .question strong span.q-text{
display:inline-block;
cloear:none;
float:left;
width:230px;
margin:0px;
padding:0px;
border:none;
}
.vote .question label{
margin-left:1em;
cursor:pointer;
clear:none;
float:left;
}
.vote .question .votecheck{
font-weight:bold;
color:#cc3333;
}
.vote .vote-btn{
margin:20px auto;
text-align:center;
}
.vote .vote-btn input{
border-radius:10px;
padding:10px 30px;
cursor:pointer;
color:#fff;
background-color:#166434;
}
.vote vote-btn input:hover{
opacity:0.8;
}
.vote .back{
text-align:center;
text-decoration:underline;
}
.vote .back:hover{
cursor:pointer;
}
.vote .chart{
clear:both;
float:left;
width:300px;
margin:0px;
padding:0px;
}
.vote ul.option{
float:right;
width:270px;
margin-top:20px;
}
.vote ul.option li{
clear:both;
padding:5px 0px;
border-bottom:1px dotted #aaa;
list-style:none;
line-break: strict;
}
.vote ul.option li div{
width:250px;
float:right;
}
.vote .link{
display:block;
text-align:center;
}



/* 雑誌のバックナンバー一覧 ============================================*/
/* -- プルダウンメニュー -- */
.categorylist-body .select-magazine{
   padding: 20px 0 20px 40px;
}

.categorylist-body .select-magazine .title{
    color: #166434;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 4px;
}

.categorylist-body .select-magazine .volume{
    background-color: #eee;
    border: medium none;
    font-size: 1.6rem;
    padding: 4px;
    width: 100%;
}
.categorylist-body .select-magazine .volume option{
    padding: 4px 6px;
}




/* pickup一覧本文 */
.pickup-body {

}
.pickup-body p {
  margin: 0 0 10px;
  line-height: 1.8;
  font-size: 28px;
  font-size: 1.75rem;
}

.pickup-contents .contents-right {
  float: right;
  width: 370px;
  height: 2.1;
}

.pickup-contents .pickuplist-top {
  margin-bottom: 15px;
}

.pickup-contents .date {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}

.pickuplist ul {
  /* margin: 0 -13px; */
  font-size: 0;
}

.pickuplist ul li {
  display: inline-block;
  vertical-align: top;
  width: 156px;
  /* margin: 0 13px; */
  margin-right:15px;
  margin-bottom: 24px;
}
.pickuplist ul li a:hover .title {
  text-decoration: underline;
}

.pickuplist ul li:nth-child(4n) {
  margin-right:0px;
}
.pickuplist ul li:nth-child(4n+1) {
  clear: both;
}

.pickup-contents .sub {
    font-size: 1.4rem;
    line-height: 1.4;
}
.pickup-contents .title {
    font-weight: bold;
    margin-top: 6px;
    margin-bottom: 4px;
    min-height:38px;
}

.pickuplist .rectangleicon {
    width: 156px;
}

.pickup-contents li.pr .title{position:relative;}
.pickup-contents li.pr .pr{position:absolute;right:0;bottom:0;background:#ed8077;color:#fff;font-size:11px;text-align:center;padding:1px 5px;display:block;border-radius:2px;}

/* 著者一覧 ============================================*/
.authors_wrap { margin: 20px 0; }
.authors-list { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; width: 100%; margin-bottom: 50px; }
.authors-list li { width: calc((100% - 34px) / 3); }
.authors-list li a:after { content: " "; display: block; clear: both; }
.authors-list li:not(:nth-child(3n)) { margin-right: 16px; }
.authors-list li:nth-child(n + 4) { padding-top: 30px; }
.authors-list li a { display: block; }
.authors-list .author-photo { float:left; margin-right:7px; width:50px; height: 50px; overflow: hidden; }
.authors-list .author-photo img { width: 100%; border-radius: 0; }
.authors-list .katagaki { display:block; font-size:12px; color: #aaa; padding-top: 2px; }
.author-detail .writer-data { border: none; }
.author-detail .category-title { border-top: 1px #166434 solid; border-bottom: 1px #166434 solid; border-right: 1px #166434 solid; padding: 0.5em; font-size: 18px; margin-top: 40px; }
.author-detail .categorylist { border-left: 1px #166434 solid; border-bottom: 1px #166434 solid; padding: 10px 39px 20px 39px; }
.author-detail .categorylist ul li:last-child {border-bottom: none; }
.author-detail .more-link:after { content: " "; display: block; clear: both; }
.author-detail .more-link a { float: right; padding: 0.4em 1em; display: inline-block; background: #166434; color: #fff; font-weight: bold; font-size: 12px; }
.author-detail .back-link { margin-top: 60px; }
.author-detail .back-link a { color: #166434; font-weight: bold; font-size: 12px; }

/* モーダル(ウェルカムバナー) ============================================*/
.modal { position:absolute; width:100%; height:100vh; top:0; left:0; display:none; }
.overlay { background: #000; opacity: 0.6; position: fixed; top: 0; bottom: 0; right: 0; left: 0; z-index: 990; visibility: visible; }
.modal .inner { background: #fff; width: 600px; z-index: 999; box-sizing: border-box; position: fixed; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); padding: 30px 80px 50px 80px; font-size: 15px; -webkit-box-shadow: 0px 10px 20px rgba(0,0,0,0.2); box-shadow: 0px 10px 20px rgba(0,0,0,0.2); }
.modal .inner h1 { font-size: 16px; font-weight: bold; line-height: 1.4; margin-bottom:12px; }
.modal .inner img { max-width: 440px; }
.modal .modal-link { background-color: #166434; color: #fff; padding: 0.6em 1em 0.4em; width: 120px; margin: 20px auto 0; text-align: center; border-radius: 18px; }
.modal .modal-link:hover{ background-color: #1f8c49; transition: all 0.5s ease; text-decoration: none; }
.modal a { display: block; text-align: center; }
.modal-close-btn { cursor: pointer;position: absolute; top: -10px; right: -10px; width: 32px; height: 32px; background-color: #333; border: 2px solid #fff; border-radius: 50%; }
.modal-close-btn::before,.modal-close-btn::after { position: absolute; left: 0; width: 100%; height: 2px; background-color: #fff; border-radius: 4px; width: 16px; height: 2px;left: 8px; }
.modal-close-btn::before { content: '';-webkit-transform: translateY(3px) rotate(-45deg); transform: translateY(3px) rotate(-45deg); top: 0;top: 11px; }
.modal-close-btn::after { content: '';-webkit-transform: translateY(-5px) rotate(45deg); transform: translateY(-5px) rotate(45deg); bottom: 0;top: 19px; }

/* eラーニング ============================================*/
.e-learning-header-wrap { padding-bottom: 20px; border-left: 1px #aaa solid; }
.e-learning-header { width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 20px auto 0; position: relative; }
.e-learning-header__img { width: 100%; height: 130px; overflow: hidden; position: relative; background-color: #fff; }
.e-learning-header__img-cover { background-color: rgba(0, 0, 0, 0.5); position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.e-learning-header__img > img { max-width: 100%; position: absolute; margin: auto; left: 0; right: 0; top: 0; }
.e-learning-header__title { z-index: 2; position: absolute; top: 0; width: 100%; height: 100%; margin: 0; padding: 0 1em; -webkit-box-sizing: border-box; box-sizing: border-box; color: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-line-pack: center; align-content: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; display: flex; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-shadow: 0px 1px 3px #000000; font-weight: bold; letter-spacing: 1px; font-size: 28px; line-height: 1.4; text-align: center; width: 100%; }
.e-learning-header__copy { z-index: 2; background-color: #35ab62; display: inline-block; font-size: 15px; padding: .3em 1em; margin: 10px auto; width: 70%; bottom: -25px; position: absolute; text-align: center; left: 15%; -webkit-box-sizing: border-box; box-sizing: border-box; color: #fff; font-weight: bold; }
.e-learning-icon-wrap { width: 100%; }
.e-learning-icon { width: 50%; margin: 0 auto;  padding: 40px 0 0; }
.e-learning-icon > img { width: 100%; }
.e-learning-login-title { background-color: #166434; width: 272px; margin: 20px auto 0; color: #fff; text-align: center; padding: .8em .5em; -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 13px; font-weight: bold; }
.e-learning-login-wrap { margin: 0 auto 20px; width: 270px; padding: 30px 0 0; background-color: #fff; background-color: #f2f7f3; -webkit-box-shadow: 0 1px 1px #ddd; box-shadow: 0 1px 1px #ddd;  }
.e-learning-login-wrap input[type="submit"] { background-color: #1f8c49; width: 200px; margin: 10px auto; display: block; border-radius: 6px; font-size: 15px; line-height: 30px; }
.e-learning-login-wrap #div_registration a { font-size: 12px; color: #111111; font-weight: bold; background-color: #f6b72c; display: inline-block; letter-spacing: 0.3px; padding: 3px 2em; margin: 6px 0px 0px; text-decoration: none; }

/* nordot-widgets ============================================*/
.nordot-widgets-wrap {}
.nordot-widgets-ttl { border-bottom: 3px solid #c90101; color: #c90101; font-size: 16px; font-weight: bold; padding: 0 0 .3em 0; text-align: center; }

/* 静的ページ ============================================*/
.static-single-column {width:100%;}
.static-pr-badge {background:#909090; color:#fff; border-radius:4px; display:block; text-align:center; line-height:1; padding:5px 15px; margin: 5px 0 0 auto; max-width: 20px;}
.static-branding-mv {margin-top:5px;text-align: center;}
.static-branding-mv img{max-width:100%;}
.static-tieup-header { padding: 20px 0; border-bottom: 1px solid #aaa;}
.static-tieup-header__title{ font-size: 2.6rem; font-weight: bold; line-height: 1.2;}
.static-tieup-header__subtitle{ margin: 20px 0 0 0;font-weight: normal;}

/* utility ============================================*/
.u-mb10 { margin-bottom: 10px; }
.u-mb20 { margin-bottom: 20px; }
.u-mb40 { margin-bottom: 40px; }

/* クリップ関連 */
.author-detail .m-clip-btn.u-clip-category{
float: right;
margin-top: 10px;
margin-right: -4px;
}
.author-detail .m-clip-btn .m-clip-flag{
left:-40%;
}
.sns-buttons ul li.clipping{
display:block;
float:left;
margin-top:5px;
}

/* マイページ関連 */
.mypage .col-title{
  margin-bottom:0px;
}

.auth-mark{
  display:inline-block;
  margin-right:.8em;
  padding: .1em  .3em;
  border-radius:4px;
  background-color: #FF6600;
  color:#fff;
  font-size:0.7em;
  font-weight:normal;
}
.auth-mark.after{
  margin-right:0;
  margin-left:1em;
}

/* ログアウト画面 */
.logout {
   border: 1px solid #aaa;
  text-align: center;
  padding: 20px 39px;
  font-size: 1.6rem;
}
.login {
  max-width: 670px;
  margin: 0 auto;
}
.login p,
.logout p {
  margin-bottom: 2rem;
}
.login a,
.logout a {
  color: #936449;
  text-decoration: underline;
}
/* 直近のセミナー・イベント */
.event-latest {}
.event-latest-item {
  display: flex;
  margin-bottom: 12px;
}
.event-latest-item__date {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  min-width: 60px;
}
.event-latest-item__ttl {
  display: block;
  font-size: 1.4rem;
}
.event-pr {
  margin-bottom: 12px;
}
.event-pr > div {
  min-height: 42px;
}

/*ページタイトル */
.m-page-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
  -webkit-box-align: flex-end;
  align-items: flex-end;
  border-bottom: 1px #aaa solid;
}
.m-page-title__meta {
  margin: 0 0 3px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-shrink: 0;
}
.m-page-title__meta-link {
  color: #166434;
  font-size: 1.4rem;
  font-weight: bold;
  display: block;
  text-align: right;
  margin-top: 2px;
  &:hover { text-decoration: underline; }
}

/* トップ「注目トピック」 */
.top-recently-recommend{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:20px;padding:25px;border:1px solid #ddd;border-top:3px solid #166434;background-color:#f2f7f3;-webkit-box-shadow:0 1px 1px #ddd;box-shadow:0 1px 1px #ddd}.top-recently-recommend:hover{text-decoration:none}.top-recently-recommend__icon{overflow:hidden;width:245px;height:170px;margin-left:20px;-ms-flex-negative:0;flex-shrink:0}.top-recently-recommend__icon>img{max-width:100%}.top-recently-recommend__body{color:#166434}.top-recently-recommend__heading{font-size:13px;line-height:1;display:inline-block;margin-bottom:12px;padding-bottom:3px;border-bottom:1px solid #166434}.top-recently-recommend__ttl{font-size:20px;font-weight:700;line-height:1.4;margin-bottom:10px}.top-recently-recommend__lead{font-size:16px;line-height:1.4;margin-bottom: 10px;}.top-recently-recommend__summary{font-size:14px;line-height:1.6; color: #444;}

.top-recently-recommend--img-left{ flex-direction: row-reverse; }
.top-recently-recommend--img-left > .top-recently-recommend__icon{margin:  0 20px 0 0; }

/* フローティングバナー */
.m-floating-bnr{display:none;position:fixed;top:235px;left:10px}

/* タイトル */
.m-title {
    font-size: 2rem;
    font-weight: bold;
    color: #166434;
    margin-bottom: 12px;
    line-height: 1.4;
}

/* ピックアップ */
.m-pickup {
  display: -webkit-box;
  display: flex;
  margin: 0 0 -24px -15px;
  flex-wrap: wrap;
  -webkit-box-align: start;
  align-items: flex-start;
}
.m-pickup-item {
 flex-basis: calc(25% - 15px);
 margin: 0 0 24px 15px;
}
.m-pickup-item__title {
  font-weight: bold;
  margin-top: 6px;
  min-height: 1.4;
}
.m-pickup-item__img {
  padding-top: 75%;
  background-color: #eee;
}

/* アイコン */
.c-mark-key {
  margin-left: 7px;
  font-size: 0;
  display: inline-block;
}
.c-mark-key::after {
  content: '';
  background-image: url(/common/rtc/images/v1/common/icon-key-b.svg);
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
.c-mark-key--premium::after { background-image: url(/common/rtc/images/v1/common/icon-key-premium.svg); }
.c-mark-key--business::after { background-image: url(/common/rtc/images/v1/common/icon-key-business.svg); }
.c-mark-key--plus::after { background-image: url(/common/rtc/images/v1/common/icon-key-plus.svg); }
.c-status {
  margin-left: 2px;
  display: inline-block;
  line-height: 1;
}

.category-backnumber {
  margin: 30px 0;
}

.u-fit-wrap {
  position: relative;
  overflow: hidden;
}

.u-fit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain; object-position: center center;';
}