@charset "utf-8";

/*========== 共通 ==========*/
html {
  font-size: 62.5%; /* 1rem = 10px */
}
body {
  font-size: 1.6rem;
  color: #131313;
  width: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
body, input, textarea, select {
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', Verdana, 'ＭＳ Ｐゴシック', sans-serif;
}
a {
  color: #1010AA;
  text-decoration: none;
}
a.color-inherit {
  color: inherit;
}
/* floatをクリアするためのCSS */
.clearfix:after {
content: " ";
display: block;
height: 0;
visibility: hidden;
clear: both;
}

.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* lozad */
.figure-img-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.figure-img-wrapper img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.figure-img-wrapper + br {
  display: none;
}
img.lozad[src*="loader.gif"] {
  opacity: 1;
}
img.lozad:not([src*="loader.gif"]){
  opacity: 0;
}
img.lozad[data-fully-loaded="true"] {
  transition: opacity 1s, transform .5s;
  opacity: 1;
}
/* owl-lazy */
.owl-carousel .owl-item img.owl-lazy[src*="loader.gif"] {
  opacity: 1;
}
.owl-carousel .owl-item img.owl-lazy {
  transition: opacity 1s, transform .5s;
}

/* 太字 */
.bold {
  font-weight: bold;
}

/* 全角括弧のマイナスインデント */
.bracket-indent {
  text-indent: -0.5em;
}

/* 折り返し禁止 */
.nowrap {
white-space: nowrap;
}

/* wrapper */
#wrapper {
  padding-top: 50px;
}

/*========== 部品 ==========*/
/* アイコン */
i.icon {
  display: inline-block;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 5px;
  vertical-align: middle;
}
i.icon.keygold {
  vertical-align: sub;
  width: 14px;
  height: 19px;
  background-image: url(../../../../../common/dol/images/v3/icon_keygold.png);
}
i.icon.keysilver {
  vertical-align: sub;
  width: 14px;
  height: 19px;
  background-image: url(../../../../../common/dol/images/v3/icon_keysilver.png);
}
/* 最新号表示 */
.latest-issue {
  position: relative;
}
.latest-issue::before {
  content: '最新号';
  font-size: 1.2rem;
  color: #fff;
  display: block;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #d80b23;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  box-sizing: border-box;
  z-index: 1;
}
/* 黒ラベル */
.label-box {
  text-align: center;
}
.label-black {
  display: inline-block;
  font-size: 1.1rem;
  background: #3B4043;
  color: #fff;
  padding: 3px 15px;
  border-radius: 25px;
  vertical-align: middle;
}
span.label-black {
  margin-left: 10px;
}
/* 記事画像 */
.article-img {
  position: relative;
  background: #eee; /* #TODO: 背景色仮置き */
  overflow: hidden;
}
.article-img::before {
  content: '';
  display: block;
  padding-top: calc(100% * 630 / 1200); /* 記事一覧のpxにて算出 */
}
.article-img.feature-img::before,
.article-img.series-img::before {
  padding-top: calc(100% * 337 / 742); /* 特集・連載用の比率*/
}
.article-img img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ログインフォーム */
.login-box form {
  width: 100%;
}
.login-box form table {
  width: 100%;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 2px;
}
.login-box form table th  {
  padding-right: 6px;
  font-size: 1.4rem;
}
.login-box form input[type="submit"] {
  -webkit-appearance: none; /* safari,chorme */
  width: 100%;
  margin-top: 15px;
  border: none;
}

/* ボタン */
.btn {
  display: block;
  margin: 15px auto;
  padding: 17px 0;
  background: #fff;
  border: solid 1px #15276a;
  border-radius: 2px;
  box-sizing: border-box;
  color: #15276a;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  cursor:pointer;
}
.btn.bg-navy {
  background: #15276a;
  color: #fff;
  border: none;
}
.btn.bg-gold {
  background: #695e2c;
  color: #fff;
  border: none;
}
.btn.bg-silver {
  background: #7d7d7d;
  color: #fff;
  border: none;
}
.btn.bg-black { /*プレミアムスキン*/
  background: #000;
  color: #fff;
  border: none;
}
.btn-area {
  margin-top: 20px;
}
.btn-area .btn {
  margin: 10px 0;
}
.member-btn {
  display: inline-block;
  width: 60px;
  line-height: 22px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #fff !important;
  text-align: center;
  background: #695E2C;
  border-radius: 2px;
  vertical-align: middle;
}
/* SNSボタン */
.sns-btns {
  font-size: 0;
}
.sns-btns li {
  box-sizing: border-box;
  display: inline-block;
  width: calc((100% - 10px) / 2);
}
.sns-btns li:nth-child(odd) {
  float: left;
}
.sns-btns li:nth-child(even) {
  float: right;
}
.sns-btns li .btn {
  margin: 12px 0;
}

.btn.bg-twitter {
  background: #1db4eb url(../../../../../common/dol/images/v1/sp-icon-twitter.png) no-repeat 15px center /20px;
  color: #fff;
  border: none;
  font-size: 1.4rem;
  line-height: 34px;
  padding: 0 0 0 20px;
}
.btn.bg-facebook {
  background: #3368a1 url(../../../../../common/dol/images/v1/sp-icon-facebook.png) no-repeat 15px center /20px;
  color: #fff;
  border: none;
  font-size: 1.4rem;
  line-height: 34px;
  padding: 0 0 0 20px;
}
.list-link-btn.btn {
  width: 120px;
  line-height: 33px;
  font-size: 1.1rem;
  padding: 0;
  border: 1px solid #CDD6DD;
}
.list-link-btn.w200 {
  width: 200px;
}
/* RSSボタン */
.btn.btn-rss {
  margin: 0;
  padding: 10px 0;
}

/* TOPボタン */
#top-btn {
  display: none;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  padding-top: 30px;
  background: #15276a;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  position: fixed;
  text-align: center;
  right: 15px;
  bottom: 60px;
  z-index: 1;
}
#top-btn::before {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px #fff solid;
  border-left: 2px #fff solid;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 15px;
  left: calc((100% - 6px) / 2);
}

/* RSS最新記事リンク */
.rss-recent-article {
  margin: 0 15px 15px;
  text-align: right;
}
.rss-recent-article a {
  display: inline-block;
  padding-left: 24px;
  background: url(../../../../../common/dol/images/v1/icon-rss-article.png) no-repeat left center /20px;
  color: #000;
  font-size: 1.4rem;
  line-height: 20px;
}

/* 三角アイコン */
.link-icon {
  font-size: 1.4rem;
  color: #15276a;
}
.link-icon::before {
  content: "▲";
  display: inline-block;
  transform: rotate(90deg);
  vertical-align: middle;
  margin-right: 5px;
  font-size: 0.7rem;
  color: #15276a;
}

/* 区切り線 */
hr {
  border: 1px #ccc solid;
  margin: 15px 0;
}

/* ｜区切り */
.list-style-vertical-var {
  font-size: 0;
}
.list-style-vertical-var li {
  display: inline;
  font-size: 1.4rem;
}
.list-style-vertical-var li:not(:last-child)::after {
  content: "|";
  margin: 0 10px;
  font-weight: normal;
}
.list-style-vertical-var li.break::after {
  content: "\A";
  white-space: pre;
}

/* 下矢印 */
.down-arrow {
  position: relative;
}
.down-arrow::after {
  content: "";
  position: absolute;
  top:1em;
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg);
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  margin-left: 10px;
}

/* ページャー */
.pagination {
  margin: auto;
  text-align: center;
  font-size: 0;
}
.pagination li {
  display: inline-block;
  margin: 0 7px;
  vertical-align: middle;
}
.pagination li a {
  display: block;
  height: 100%;
}
.pagination li span {
  display: inline-block;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 30px;
  padding: 0 5px;
  min-width: 30px;
  height: 30px;
  border: solid 1px #15276a;
  border-radius: 3px;
  position: relative;
}
.pagination li.current span {
  background: #15276a;
  color: #fff;
}
.pagination li.prev span::before,
.pagination li.next span::before {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  width: .8rem;
  height: .8rem;
  border-right: solid 2px #15276a;
  border-bottom: solid 2px #15276a;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pagination li.prev span::before {
  transform: rotate(135deg);
  left: 2px;
}
.pagination li.next span::before {
  transform: rotate(-45deg);
  right: 2px;
}

/* ランキングタブ */
.ranking-tab,
.exchange-chart-tab {
  display: table;
  width: 100%;
  margin-bottom:20px;
  background: #eee;
  border: solid 1px #baac71;
  border-bottom: none;
  box-sizing: border-box;
}
.ranking-tab li,
.exchange-chart-tab li {
  display: table-cell;
  width: calc(100% / 4);
  border-bottom: solid 1px #baac71;
  text-align: center;
  line-height: 26px;
  font-size: 1.4rem;
  cursor: pointer;
}
.ranking-tab li {
  line-height: 28px;
}
.ranking-tab li:empty {
  cursor: default;
}
.ranking-tab li:not(:last-child),
.exchange-chart-tab li:not(:last-child) {
  border-right: solid 1px #baac71;
}
.exchange-chart-tab li.active,
.ranking-tab li.active {
  background: #fff;
  border-bottom: none;
}

/*========== ヘッダー ==========*/
#site-header {
  color: #222;
  font-size: 1.4rem;
  position: relative;
}

#header-menu-bar {
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
  background: #fff;
  z-index: 101;
}
#header-menu-bar.border-bottom {
  border-bottom: 1px solid #CDD6DD;
}
#header-menu-bar.menu-up {
  transition: all 0.3s ease 0s;
  transform: translateY(-80px);
}
#header-menu-bar.menu-down {
  transition: all 0.3s ease 0s;
  transform: translateY(0px);
}
/* ロゴ */
.header-logo {
  margin-top: 13px;
  margin-left: 10px;
}

/* マイページリンク */
.header-member-link .member-link {
  display: inline-block;
  width: 20px;
  height: 23px;
  margin-right: 20px;
  vertical-align: middle;
}
.header-member-link .member-link.notice {
  background: url(/common/dol/images/v3/icon_bell.png) no-repeat;
  background-size: 20px;
  position: relative;
}
.header-member-link .member-link.clip {
  background: url(/common/dol/images/v3/icon_user.png) no-repeat;
  background-size: 20px;
}
.header-member-link .member-link.logout {
  background: url(/common/dol/images/v3/icon_logout.png) no-repeat;
  background-size: 20px;
}
.header-member-link .member-link.notice::after {
  display:none;
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: -1px;
  right: -3px;
  background: #FF0000;
  border-radius: 50%;
}
.header-member-link .member-link.notice.alert-on::after {
  display:block;
}
/* 会員登録リンク */
.header-member-link {
  font-size: 1.3rem;
  font-weight: bold;
  padding-right: 15px;
  color: #857a4c;
  line-height: 50px;
  font-size: 0;
}

/* メニューボタン */
#header-menu-bar .menu-btn {
  width: 21px;
  height: 16px;
  transition: all .4s;
  position: relative;
  margin: 18px 0 0 15px;
}
#header-menu-bar .menu-btn span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1a1a1a;
  border-radius: 4px;
}
.menu-btn span:nth-of-type(1) {
  top: 0;
}
.menu-btn span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu-btn span:nth-of-type(3) {
  bottom: 0;
}
/* active */
.menu-btn.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
.menu-btn.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-btn.active span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}
/* ボタン(検索・メニュー・閉じる) */
.header-menu-btns {
  font-size: 0;
}
.header-menu-btns li {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  vertical-align: bottom;
}
.header-menu-btns li#header-search-btn {
  background: #fff;
  background: url(/common/dol/images/v3/icon_search.png) no-repeat center /16px;
}
.header-menu-btns li#header-close-btn {
  display: none;
}
.header-menu-btns li a {
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
}
.header-menu-btns li#header-search-btn a {
  padding-top: 14px;
}
.header-menu-btns li#header-menu-btn a {
  padding-top: 17px;
}
.header-menu-btns li#header-close-btn a {
  padding-top: 15px;
}
/* header-sub-bars（ナビゲーション、お知らせ、タブ） */
#header-sub-bars {
  margin-top: 50px;
}
/* ナビゲーション */
#global-nav {
  overflow-x: scroll;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}
#global-nav::-webkit-scrollbar {
  display: none; /* for chrome */
  height: 0;  /* for safari */
  background: transparent;  /* for safari */
}
#global-nav ul {
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  min-width: 100%;
}
#global-nav ul li {
  display: table-cell;
  white-space: nowrap;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 1.2px;
  position: relative;
}
#global-nav ul li:not(:first-child)::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  height: 60%;
  border-left: 1px #7d744a solid;
}
#global-nav ul li.active::before,
#global-nav ul li.active + li::before {
  top: 0;
  height: 100%;
  border-color: #c9bd8d;
}
#global-nav ul li a {
  display: block;
  padding: 16px 10px;
  background: #6a5e2e;
  color: #fff;
}
#global-nav ul li.active a,
#global-nav ul li.active a:hover  {
  background: #bbac71;
}

/* お知らせ */
.header-information {
  padding: 8px;
  background: #fff;
}
.header-information dt,
.header-information dd {
  display: inline-block;
  font-weight: bold;
  vertical-align: middle;
}
.header-information dt {
  background: #d80913;
  color: #fff;
  font-size: 1rem;
  padding: 8px;
  margin-right: 5px;
}
.header-information dd {
  width: calc(100% - 16px - 56px - 5px); /* 56 = お知らせ 16 = padding, 5 = margin */
}
.header-information dd a {
  font-size: 1.2rem;
  color: rgb(204, 0, 0);
}

/*========== 検索ナビ・メニューの土台 ==========*/
.header-slide-content {
  box-sizing: border-box;
  width: 100%;
  background: #fff;
  position: fixed;
  top: 50px;
  bottom: 0;
  right: -100%;
  border-top: 1px #695e2d solid;
  line-height: 1.3;
  z-index: 3;
  height: 100%;
  overflow-y: hidden;
}
.header-slide-content .header-slide-content-inner {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*========== 検索ナビ ==========*/
.search-nav .search-box {
  padding: 0;
  background: transparent;
  margin-top: 23px;
}
.search-nav .search-box form {
  width: 100%;
}
.search-nav .search-box form input[type="text"] {
  border: none;
  height: 50px;
}
/* 検索ボックス(ヘッダー、検索結果一覧) */
.header-search-box.search-box form {
  display: none;
}
.search-box {
  padding: 15px 26.5px;
  background-color: #f0f3f5;
  margin-bottom: 10px;
}
.search-box form {
  width: 100%;
  margin: auto;
  position: relative;
}
.search-box form input[type="text"] {
  width: 100%;
  height: 34px;
  border: 2px solid #CDD6DD;
  padding: 5px 5px;
  box-sizing: border-box;
}
.search-box form input[type="submit"] {
  border: none;
  width: 20px;
  height: 20px;
  background: url(/common/dol/images/v3/icon_search.png) no-repeat center center /cover;
  background-size: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  cursor: pointer;
}

/* 注目のキーワード */
#search-nav .keyword-heading {
  font-size: 1.4rem;
  font-weight: bold;
}
#search-nav .keyword {
  margin-top: 10px;
  text-align: left;
}
#search-nav .keyword li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #efefef;
  font-size: 1.4rem;
  border-radius: 3px;
  word-break: break-all;
}
#search-nav .keyword li a {
  display: block;
  padding: 6px 10px;
}

/*========== メニュー ==========*/
.menu {
  width: 100%;
  height: calc(100% - 51px);
  padding-top: 70px;
  position: fixed;
  top: 0;
  right: -100%;
  background: #fff;
  z-index: 100;
  box-sizing: border-box;
  overflow: scroll;
}
.menu a {
  display: block;
  color: #1A1A1A;
  font-size: 1.4rem;
}
.menu .search-box {
  padding: 0 40px;
  margin-bottom: 25px;
  background: transparent;
}
.menu .search-box form input[type="text"] {
  border: 1px solid #CDD6DD;
}
.menu .login-stetus {
  font-size: 0;
  margin: 0 60px 35px;
  text-align: center;
}
.menu .login-stetus .member-name {
  font-size: 1.4rem;
  color: #1A1A1A;
  margin-bottom: 15px;
}
.menu .login-stetus .member-name .status {
  font-size: 1.1rem;
  color: #666;
  margin-right: 7px;
}
.menu .login-stetus .member-name .keisyou {
  font-size: 0.9rem;
}
.menu .login-stetus .btn-box.col2 .btn {
  display: inline-block;
  width: calc((100% - 15px) / 2);
}
.menu .login-stetus .btn-box.col2 .btn:first-child {
  margin-right: 15px;
}
.menu .login-stetus .btn-box {
  text-align: center;
}
.menu .login-stetus .btn-box .btn {
  display: inline-block;
  line-height: 35px;
  width: 120px;
  height: 35px;
  border: 1px solid #707070;
  border-radius: 2px;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.menu .login-stetus .btn-box.col2 .btn.free-registration,
.menu .login-stetus .btn-box.col2 .btn.subsc-registration {
  color: #fff;
}
.menu .login-stetus .btn-box.col2 .btn.free-registration {
  background: #767676;
}
.menu .login-stetus .btn-box.col2 .btn.subsc-registration {
  background: #695E2C;
}
.menu .login-stetus .login-link {
  display: inline-block;
  font-size: 1.6rem;
  margin-top: 20px;
  color: #1818a8;
}
.menu .menu-list {
  border-top: 1px solid #cdd6dd;
  margin-bottom: 15px;
}
.menu .menu-list .list-links {
  background: #f0f3f5;
}
.menu .menu-list ul {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}
.menu .menu-list ul li {
  display: inline-block;
  width: calc(100% / 2);
  padding: 14px 0 14px 15px;
  border-bottom: 1px solid #cdd6dd;
  box-sizing: border-box;
}
.menu .menu-list ul li:nth-child(odd) {
  border-right: 1px solid #cdd6dd;
}
.menu .sns-icon {
  margin-bottom: 15px;
  text-align: center;
}
.menu .sns-icon ul li {
  display: inline-block;
  width: 25px;
  vertical-align: middle;
}
.menu .sns-icon ul li:not(:last-child) {
  margin-right: 30px;
}
.menu .sns-icon ul li a {
  display: block;
  height: 25px;
}
.menu .sns-icon ul li .tw {
  background: url(/common/dol/images/v3/logo_tw.png) no-repeat center;
  background-size: 28px;
}
.menu .sns-icon ul li .fb {
  background: url(/common/dol/images/v3/logo_fb.png) no-repeat center;
  background-size: 25px;
}
.menu .sns-icon ul li .hatebu {
  background: url(/common/dol/images/v3/icon_rss.png) no-repeat center;
  background-size: 25px;
}
.menu .menu-list.menu-footer {
  background: #2A2A2A;
  color: #fff;
  margin-bottom: 0;
}
.menu .menu-list .menu-footer-text {
  line-height: 50px;
  text-align: center;
}
.menu .menu-list .menu-footer-links {
  border-top: 1px solid #cdd6dd;
}
.menu .menu-list .menu-footer-links a {
  color: #fff;
}
/* 未ログイン時 */
#menu .menu-contents .member-detail-link {
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  margin: 15px 0;
}
#menu .menu-contents .description {
  text-align: left;
  font-size: 1.4rem;
  margin: 15px 0;
}

/* 固定メニュー */
.fixed-menu {
  height: 51px;
  width: 100%;
  position: fixed;
  bottom: 0;
  background: #F0F3F5;
  border-top: 1px solid #CDD6DD;
  z-index: 2;
}
.fixed-menu ul {
  font-size: 0;
}
.fixed-menu ul li {
  width: calc(100% / 5);
  height: 50px;
  display: inline-block;
  font-size: 1rem;
  padding: 5px 0;
  text-align: center;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  background-size: 15px auto;
  background-position: center 32%;
  background-repeat: no-repeat;
}
.fixed-menu ul li:not(:last-child)::after {
  content: "";
  height: 25px;
  border-right: 1px solid #CDD6DD;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.fixed-menu ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  color: #3B4043;
  padding-top: 23px;
  font-weight: 700;
}
.fixed-menu ul li.recent {
  background-image: url(/common/dol/images/v3/icon_clock.png);
}
.fixed-menu ul li.ranking {
  background-image: url(/common/dol/images/v3/icon_crown.png);
}
.fixed-menu ul li.feature {
  background-image: url(/common/dol/images/v3/icon_tokushyu.png);
}
.fixed-menu ul li.theme {
  background-image: url(/common/dol/images/v3/icon_rensai.png);
}
.fixed-menu ul li.dolbook {
  background-image: url(/common/dol/images/v3/icon_book.png);
}
.fixed-menu ul li.dw {
  background-image: url(/common/dol/images/v3/icon_magazine.png);
}
.fixed-menu ul li.wsj {
  background-image: url(/common/dol/images/v3/icon_newspaper.png);
}
.fixed-menu ul li .link-name {
  margin-top: 5px;
}
/* ログイン時 */
.member-menu {
  margin-top: 30px;
}
.member-menu li {
  border-top: 1px #d8d8d8 solid;
}
.member-menu li a {
  display: block;
  padding: 10px 15px;
  color: inherit;
}

/* ナビ */
#menu-global-nav {
  width: 100%;
  font-size: 0;
  border-top: 1px #d8d8d8 solid;
}
#menu-global-nav li {
  box-sizing: border-box;
  display: inline-block;
  width: 50%;
  background: #efefef;
  border-bottom: 1px #fff solid;
  font-size: 1.4rem;
  text-align: left;
}
#menu-global-nav li:first-child {
  width: 100%;
}
#menu-global-nav li:nth-child(even) {
  border-right: 1px #fff solid;
}
#menu-global-nav li a {
  display: block;
  padding: 15px 10px;
  color: inherit;
}

/* SNSボタン */
#menu .sns-btns {
  background: #efefef;
  padding: 20px 10px;
}

/* ダイヤモンド社のサイト */
.menu-links-diamond {
  width: 100%;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}
.menu-links-diamond li {
  box-sizing: border-box;
  width: 50%;
  background: #695e2d;
  color: #fff;
  border-bottom: 1px #857a4c solid;
  font-size: 1.1rem;
}
.menu-links-diamond li:first-child {
  width: 100%;
  padding: 10px;
  font-size: 1.2rem;
  text-align: center;
}
.menu-links-diamond li:nth-child(even) {
  border-right: 1px #857a4c solid;
}
.menu-links-diamond li a {
  display: block;
  padding: 10px 15px;
  color: inherit;
}
/*========== ページトップバナー ==========*/
.top-banner {
  text-align: center;
  max-width: 100%;
  margin: 10px 15px;
}
.top-banner-item + .top-banner-item {
  margin-top: 15px;
}
.top-banner-item img {
  vertical-align: bottom;
  max-width: 100%;
}

/*========== パンくず ==========*/
.breadcrumb {
  font-size: 0;
  background: #695e2d;
  padding: 13px 10px;
  color: #fff;
}
.breadcrumb a {
  color: inherit;
}
.breadcrumb li {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5;
  max-width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
}
.breadcrumb li>*:first-child {
  display: inline-block;
/* width: calc(100% - 2.9em); */
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumb li>span:first-child {
  width: 100%;
}
.breadcrumb li:not(:last-child)::after {
  content: '>';
  display: inline-block;
  width: 1em;
  margin: 0 1em;
}

/* 「PC版を表示」リンク */
.disp-pc-link {
  margin: 50px 0 10px;
  text-align: center;
  font-size: 1.4rem;
}
.disp-pc-link span {
  color: #000;
}

/*========== フッター ==========*/
#site-footer {
  background: #3B4043;
  color: #fff;
  padding: 20px 0;
  font-size: 1.4rem;
  margin-bottom: 27px;
}
.footer-content-wrap {
  text-align: center;
  line-height: 2;
}

/* ダイヤモンド社のサイト */
.footer-links-diamond {
  display: none;
}

/* リンク */
.footer-links  {
  margin: 0 auto 5px;
}
.footer-links ul li a {
  font-size: 1.2rem;
  color: inherit;
}

/* コピーライト */
.footer-copyright {
  color: #fff;
  font-size: 1.1rem;
}

/*========== コンテンツ ==========*/
#contents {
  line-height: 1.3;
}
.content,
.top-content {
  margin-left: 15px;
  margin-right: 15px;
}
.page-title,
.content .content-title {
  border-top: 3px #baac71 solid;
  margin: 30px 0 0;
  padding: 10.25px 0;
  font-size: 1.9rem;
  font-weight: bold;
}
.content.main-ranking .content-title {
  padding: 11px 0 15px;
}
.content.main-ranking .type-LR .article-box a {
  padding-bottom: 21px;
}
.page-title.center,
.content .content-title.center {
  text-align: center;
}
.top-content .top-content-title,
.content .content-title {
  border-top: 3px #baac71 solid;
  margin: 30px 0 0;
  padding: 12px 0 15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: left;
}
.sponsored-list .top-content-title {
  padding: 10px 0 16px;
}
.sponsored-list .type-LR .article-box .article-info .title {
  margin-bottom: 0;
}
.sponsored-list .type-LR .article-box a {
  padding: 13px 0 11px;
}
.top-content.book-list .top-content-title {
  margin-top: 30px;
}
.page-title.noborder,
.content .content-title.noborder {
  border: none !important;
}
.page-title {
  margin-top: 20px;
  margin-left: 15px;
  margin-right: 15px;
}
.page-title.center-title {
  text-align: center;
  padding: 22px 0;
}
.page-sub-title {
  margin: 0 15px 15px;
  font-size: 1.4rem;
  font-weight: bold;
}
.page-title + .page-sub-title {
  margin-top: -10px;
}
.page-description {
  margin: 0 15px 8px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.content .content-sub-title {
  border-left: 3px #baac71 solid;
  margin: 10px 0;
  padding: 8px 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

.content .content-description {
  margin: 10px 0;
  line-height: 1.5;
}

.content-sub-title {
  border-left: 3px #baac71 solid;
  margin: 10px 15px;
  padding: 8px 10px;
  font-size: 1.6rem;
  font-weight: bold;
}

.content-description {
  margin: 10px 15px;
  line-height: 1.5;
}

/* 症例一覧 */
.content.sub-case {
  margin-bottom: 25px;
}
.sub-case ul {
  padding-top: 15px;
  padding-bottom: 7.5px;
  margin-bottom: 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  font-size: 0;
}
.sub-case ul li {
  display: inline-block;
  font-size: 1.75rem;
  font-weight: 400;
  margin-right: 7.5px;
  margin-bottom: 7.5px;
}
.sub-case ul li a {
  color: #555;
  display: inline-block;
  background: #efefef;
  padding: 7px 10px;
  border-radius: 1.5px;
}

/* 広告 */
.ad {
  margin: 30px 10px;
  text-align:center;
}
.ad.main-ad {
  margin: 30px 0;
}
.ad img {
  width: 100%;
}
.sub-ad {
  margin-top: 30px;
  text-align:center;
}

/* 余白 */
.mLR15 {
  margin-right: 15px;
  margin-left: 15px;
}

/*========== トップページ ==========*/
/* TOPタブ */
#top-tab-wrapper {
  position: relative;
}
#top-tab {
  position: absolute;
  top: 0;
  bottom: auto;
  transform: translate3d(0, 0, 0);
  width: 100%;
  display: table;
  border-top: 1px #ded6be solid;
  color: #5e5428;
  background: #fff;
}
#top-tab.fixed,
#top-tab.absolute {
  z-index: 2;
}
#top-tab.fixed {
  position: fixed;
  top: 50px; /* header-menu-bar */
  bottom: auto;
}
#top-tab.absolute {
  position: absolute;
  top: auto;
  bottom: 0;
}
#top-tab li {
  display: table-cell;
  width: calc(100% / 4);
  white-space: nowrap;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  padding: 15px 0;
}
#top-tab li:not(:last-child) {
  border-right: 1px #ded6be solid;
}
#top-tab li.active {
  background: #ded6be;
}

/* TOPタブの中身 */
#top-tab-content-wrapper {
  padding-top: 45px; /* #top-tab */
}
.top-tab-content:not(:first-child) {
  display: none;
}
.top-tab-content:not(:first-child) .article-list:not(.top-feature) .article-box:first-child {
  border-top: none;
}
.top-feature .btn {
  margin-left: 15px;
  margin-right: 15px;
}
/* TOPタブの中身（ランキング） */
.top-tab-content .main-ranking {
  padding-top: 20px;
}
.top-tab-content .main-ranking .article-list:not(.top-feature) .article-box:first-child {
  border-top: 1px #d8d8d8 solid;
}

/*========== 記事詳細 ==========*/
/* 記事ヘッダー */
.article-header {
  margin: 10px 15px;
  padding: 10px 0 7px;
  position: relative;
  border-bottom: 1px solid #cdd6dd;
}
.article-header .title-wrapper {
  margin-bottom: 3px;
}
.article-header .article-title {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: bold;
}
.article-header .article-subtitle {
  font-size: 1.4rem;
  line-height: 1.33;
  font-weight: normal;
}
.article-header .article-author {
  display: inline-block;
  font-size: 1.2rem;
}
.article-header .article-author a {
  white-space: nowrap;
  color: #1818ac;
}
.article-header .feature-list-link {
  font-size: 1.1rem;
  line-height: 1.36;
  margin: 5px 0;
}
.article-header .feature-list-link a:first-child {
  margin-right: 10px;
}
.article-header .article-pub-date {
  font-size: 1.0rem;
  line-height: 1.38;
  color: #888;
  margin-right: 1em;
}
.article-header .article-header-member {
  font-size: 1.3rem;
  line-height: 1.38;
  color: #555;
}
.article-header .article-header-member .readable {
  border: 1px solid currentColor;
  border-radius: 9px;
  display: inline-block;
  margin: 0 .5em;
  padding: 0 .5em;
  line-height: 1.3;
}

/* article-functions */
.article-functions {
  font-size: 0;
  text-align: right;
  padding-right: 15px;
}
.article-functions li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.article-functions>li {
  margin-left: 15px;
}
.article-functions>li li {
  margin-left: 5px;
}
/* jsoon 調整用 */
.sns-icon-list { margin-top: 5px; }
.article-functions>li:first-child { margin-left: 0; }
.article-functions .twitter iframe {
  height: 20px !important;
}
.article-functions .twitter a {
  min-width: 90px;
  height: 20px;
}
.article-functions .hatena { margin-left: -5px; }

/* bottom-functions */
.bottom-functions {
  margin: 23px 0 30px;
  text-align: center;
}
.bottom-functions li {
  vertical-align: top;
}
/* SNSicon */
.article-sns-icons {
  font-size: 0;
  line-height: 24px;
}
.article-sns-icons > li {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 20px;
  vertical-align: middle;
}
.article-sns-icons li {
  height: 20px;
  overflow: hidden;
}
.article-sns-icons li:not(:last-child) {
  margin-right: 0;
}

/* 記事 */
.article-body,
.article-summary {
  margin: 0 15px;
}
.article-body.readmore {
  height: 380px;
  overflow: hidden;
  position: relative;
}
.article-body.readmore::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5em;
  background: linear-gradient(rgba(255,255,255,0), #fff);
}
.article-summary {
  font-size: 1.6rem;
  line-height: 1.5;
  padding-top: 15px;
}
/* 記事ページナビ */
.article-nav {
  margin-bottom: 30px;
}
.article-nav .pagination {
  margin-bottom: 20px;
}
.article-nav .article-functions {
  text-align: center;
}
/* 記事詳細の週刊ダイヤモンド */
.article-page .sub-magazine {
  margin-bottom: 20px;
}

/* 次のページへ */
.article-next-page {
  text-align: left;
  margin-bottom: 30px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-left: 15px;
  margin-right: 15px;
}
.article-next-page > a {
  display: inline-block;
  padding: 10px 15px;
  width: 100%;
  box-sizing: border-box;
  background: #efefef;
}
.article-next-page .next-page {
  font-weight: bold;
  font-size: 1.6rem;
}
.article-next-page .next-page::after {
  content: ' >>';
}
/* 記事フッター */
.article-footer {
  margin: 0 15px;
}
/* 関連情報 */
.article-related-info {
  margin: 0 0 15px 0;
}
/* 関連キーワード */
.article-related-keywords {
  margin: 0 15px;
  border-top: solid 1px #d8d8d8;
  margin-bottom: 10px;
}
.article-related-keywords .content-title {
  font-size: 1.4rem;
  line-height: 2.6;
  font-weight: bold;
}
.article-related-keywords ul {
  font-size: 0;
}
.article-related-keywords ul li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  line-height: 1;
  background: #efefef;
  border-radius: 3px;
}
.article-related-keywords ul li:last-child {
  margin-right: 0;
}
.article-related-keywords ul li a {
  display: block;
  padding: 8px 10px;
}

/* 非ログイン時 */
.article-non-member {
  margin: 0 15px;
}
.article-non-member .login-box,
.article-non-member .non-member-box {
  margin: 20px 0 40px;
}
.article-non-member .description {
  padding: 0 10px;
  line-height: 1.2;
  text-align: left;
}
.article-non-member .btn {
  margin-top: 15px;
  margin-bottom: 15px;
}
.article-non-member .login-box .description {
  margin-bottom: 20px;
}
.article-non-member .non-member-box {
  text-align: center;
}
.article-non-member .non-member-box .non-member {
  line-height: 3;
}

/* 著者レイヤー */
.fancybox-wrap {
  overflow: hidden;
}
.author-info-box {
  display: none;
  padding: 15px;
  box-sizing: border-box;
  color: #000;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
.author-info-box .author-img {
  float: left;
  position: relative;
  background: #eee; /* #TODO: 背景色仮置き */
  width: calc(100% * 80 / 260);
}
.author-info-box .author-img::before {
  content: '';
  display: block;
  padding-top: 100%; /* 記事一覧のpxにて算出 */
}
.author-info-box .author-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.author-info-box .author-basic-info {
  box-sizing: border-box;
  width: 100%;
  font-weight: bold;
}
.author-info-box .author-img + .author-basic-info {
  padding-left: calc(100% * 80 / 260 + 15px); /* imgサイズ + 余白15px */
}
.author-info-box .author-basic-info .author-name {
  font-size: 2rem;
  line-height: 1;
  padding-right: 15px;
}
.author-info-box .author-basic-info .author-kana {
  font-size: 1rem;
  margin-bottom: 1em;
  padding-right: 15px;
}
.author-info-box .author-basic-info .author-shozoku {
  font-size: 1.4rem;
  line-height: 1.29;
}
.author-info-box .author-profile {
  margin: 15px 0;
}
.author-info-box .author-column-list li {
  border-top: solid 1px #d8d8d8;
  margin: 15px 0;
}
.author-info-box .author-column-list .column-title {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 10px 0 7px;
}
.author-info-box .author-column-list .column-description {
  margin: 7px 0;
}
.author-info-box .author-column-list .column-link {
  text-align: right;
  font-size: 1.4rem;
  font-weight: bold;
}
.author-info-box .author-column-list li:last-child,
.author-info-box .author-column-list li:last-child .column-link a.btn {
  margin-bottom: 0;
}
/* 閉じる */
.fancybox-close-wrapper-custom {
  display: block;
  width: calc(16px * 1.414); /* 1.414:√2 */
  height: calc(16px * 1.414);
  padding: 7px;
  position: absolute;
  top: 0;
  right: 0;
}
.fancybox-close-custom {
  display: block;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.fancybox-close-custom::before,
.fancybox-close-custom::after {
  content: '';
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2px;
  background: #999;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 2px;
}
.fancybox-close-custom::before {
  transform: rotate(45deg);
}
.fancybox-close-custom::after {
  transform: rotate(-45deg);
}

/* fancybox override */
.fancybox-wrap {
  width: calc(100% - 30px) !important;
  left: 15px !important;
}
.fancybox-inner {
  width: 100% !important;
}
.fancybox-skin {
  padding: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  background: #fff;
}
html.fancybox-lock {
    overflow: visible !important;
}

/*===== 記事一覧 =====*/
.article-box {
  position: relative;
}
.article-box a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: inherit;
}
/* カテゴリ名・タイトル */
.article-box .article-info {
  box-sizing: border-box;
}
.article-box .article-info .feature-title,
.article-box .article-info .title,
.article-box .article-info .theme {
  font-weight: bold;
  color: #1a1a1a;
  font-size: 1.4rem;
}
.article-box .article-info .subtitle + .title {
  font-weight: normal;
}
.article-box .article-info .theme + .feature-title {
  font-weight: normal;
}
.article-box .article-info .series-title {
  color: #666;
  font-size: 1.4rem;
  margin-bottom: .4em;
}
.article-box .article-info .subtitle {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.article-box .article-info .author,
.article-box .article-info .category,
.article-box .article-info .pub-date,
.article-box .article-info .badge,
.article-box .article-info .book-title {
  color: #666;
  font-size: 1rem;
}
.article-box .article-info .author + .lead {
  margin-top: 10px;
}
.top-article-box .article-box .article-info .category {
  position: static;
  margin-bottom: 15px;
}
.article-box .article-info .badge {
  right: 0;
}
.article-box .article-info .lead,
.article-box .article-info .summary {
  color: #444;
  font-size: 1.1rem;
  line-height: 16px;
}
.article-box .bottom-info {
  margin-top: 10px;
}
.article-box .bottom-info .summary {
  font-size: 1.2rem;
  margin-bottom: 5px;
  line-height: 1.41;
}
.article-box .bottom-info .pub-date {
  font-size: 1rem;
  color: #888;
}
/* 記事（Top-Bottom:↑画像↓本文） */
.type-TB {
  display: flex;
  flex-wrap: wrap;
}
.type-TB > * {
    width: 100%;
}
.type-TB.col2 .article-box {
  width: calc((100% - 10px) / 2); /* 10px : 余白 */
  margin-bottom: 13px;
}
.type-TB.col2 .article-box:nth-child(odd) {
  margin-right: 10px;
}
.type-TB.col2 .article-box .article-info {
  padding-top: 7px;
}
.type-TB.col2 .article-box .article-info .title {
  margin-bottom: 6px;
}
/* 記事（Left-Right:←画像→本文） */
.type-LR .article-box {
  border-bottom: 1px #d8d8d8 solid;
}
.type-LR .article-box:first-child {
  border-top: 1px #d8d8d8 solid;
}
.type-LR .article-box a {
  padding: 14px 0;
}
.type-LR .article-box .article-img {
  float: right;
  width: calc(100% * 80 / 290);
}
.type-LR .article-box .article-img + .article-info {
  padding-right: calc(100% * 80 / 290 + 15px); /* .article-img + 余白15px */
}
.type-LR.no-pdng-btm .article-box .article-info {
  padding-bottom: 0;
}
.type-LR .article-box .article-info .title {
  margin-bottom: 6px;
}
/*===== トップ記事 =====*/
.top-article-box {
  margin: 0;
}
.top-article-box a {
  padding: 0;
}
.top-article-box .article-info {
  width: 100%;
  padding: 15px;
}
.top-article-box .article-info .feature-title,
.top-article-box .article-info .title {
  color: #1a1a1a;
  font-size: 1.7rem;
  line-height: 21px;
  margin-bottom: 10px;
}
.top-article-box .article-info .feature-title {
  margin-right: 1em;
}
.top-article-box + .article-list {
  margin: 0 15px;
}
.top-article-box + .article-list.type-TB {
  padding-top: 15px;
  border-top: 1px solid #CDD6DD;
}
/* 番号付き */
.article-list.numbering,
.article-list.number {
  counter-reset: i;
}
.article-list.numbering .article-box .article-img::after {
  box-sizing: border-box;
  display: block;
  width: calc(100% * 20 / 80);
  height: calc(100% * 20 / 80);
  text-align: center;
  background: #baac71;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding-top: calc((100% * 20 / 80 - 1.2em) / 2);
  position: absolute;
  top: 0;
  left: 0;
}
.member-page .article-list.numbering .article-box:nth-child(-n+3) .article-img::after,
.ranking-page .article-list.numbering .article-box:nth-child(-n+3) .article-img::after {
  background: #debe3a;
}
.article-list.numbering .article-box.pr-list .article-img::after {
  content: 'PR';
}
.article-list.numbering .article-box:not(.pr-list) .article-img::after {
  counter-increment: i;
  content: counter(i);
}
/* 経営・戦略 */
.management-pickup {
  margin-bottom: 30px;
}
.content.management.movie-list {
  border-bottom: 1px #d8d8d8 solid;
  margin-bottom: 0;
}
.content.management.movie-list .content-title {
  margin: 30px 0 15px;
}
.content.management.movie-list .article-info .pub-date > span {
  position: absolute;
  right: 0;
}
.content.management .content-title {
  border: none;
  text-align: center;
  font-weight: normal;
  margin: 15px 0 0;
}
.content.management .article-list .article-box:first-child {
  border-top: none;
}
.content.management .article-list .author {
  margin-bottom: 6px;
}
.content.management .article-list + .pagination {
  margin-top: 22px;
}

/* =======DQ======== */
/* 看板 */
.kanban-dq img {
  vertical-align: bottom;
}
/* 記事一覧 */
.content.dq {
  margin-bottom: 1em;
}
.content.dq .article-list {
  margin-top: 0;
  margin-bottom: 1em;
}
/* DQ記事ヘッダー */
.article-header.dq .feature-list-link {
  margin-bottom: 15px;
}
/* ADアイコン */
.dq-pickup .dq-ad-icon,
.content .dq-ad-icon,
.article-header.dq .dq-ad-icon {
  display: inline-block;
  background: #baac71;
  color: #fff;
  font-size: 1.3rem;
  font-weight: normal;
  padding: 1px 4px 0 5px;
  margin-top: 8px;
}
.bottom-info + .dq-ad-icon {
  margin-top: 0;
}
.article-header.dq .dq-ad-icon {
  position: absolute;
  right: 0;
  font-size: 1.4rem;
  padding: 2px 8px 1px;
  margin-top: 0;
}
/* 刊行情報 */
.sub-magazine-dq {
  border: 1px solid #d8d8d8;
  background: #f7f7f7;
  padding: 21px 16px;
  line-height: 1.5;
  margin-top: 20px;
}
.sub-magazine-dq img {
  width: 78px;
  margin-right: 18px;
}
.sub-magazine-dq .dq-title {
  font-size: 1.3rem;
  word-break: keep-all;
}
.sub-magazine-dq .dq-number {
  font-size: 1.0rem;
}
.sub-magazine-dq .dq-catch {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
  margin: 27px 0 0;
}
.sub-magazine-dq .dq-edition {
  font-size: 1.0rem;
  width: 78px;
  text-align: center;
  margin: 7px 0 14px;
}
.sub-magazine-dq .btn {
  width: 100%;
}

/* 会員限定アイコン */
.article-box.member-only-before .title::before {
  display: inline-block;
  content: "";
  width: 12px;
  height: 16px;
  background: url(../../../../../common/dol/images/v1/icon-member-only.png) center center /cover;
  margin-right: 5px;
}
.article-box.member-only-after .title::after {
  display: inline-block;
  content: "";
  width: 12px;
  height: 16px;
  background: url(../../../../../common/dol/images/v1/icon-member-only.png) center center /cover;
  margin-right: 5px;
}
.article-box.top-article-box.member-only::after {
  right: 15px;
}

/* PRアイコン */
.article-box.pr .theme::before {
  content: "【PR】";
}

/* PRアイコン */
.article-box.pr .title::after {
  content: "[PR]";
  font-weight: normal;
  margin-left: 5px;
}

/* ADアイコン */
.article-box.ad-label .title::after {
  content: "[AD]";
  font-weight: normal;
  margin-left: 5px;
}

/*===== 情報をいち早く手に入れたい方へ =====*/
.footer-get-information .btn {
  margin: 0;
}
.footer-get-information > div > a:last-child {
  padding: 0;
  font-size: 1.4rem;
  line-height: 32px;
}

/*========== 一覧系 ==========*/
/* コラム一覧 */
.column-list-page h2.content-sub-title {
  margin-bottom: 22px;
}

/* 検索結果一覧 */
.article-search-results {
  margin-bottom: 7px;
  font-size: 1.4rem;
  font-weight: normal;
  color: #1a1a1a;
}
.not-found {
  margin-bottom: 7.5px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 18px;
  color: #1a1a1a;
}
.search-info {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 18px;
  color: #1a1a1a;
  margin-bottom: 15px;
}

/*========== ランキング ==========*/
.ranking-page .ranking-tab {
  width: calc(100% - 30px);
  margin-left: 15px;
}
.ranking-page .article-list.numbering .article-box:nth-child(-n + 3) .article-img::after {
  background-color:  #debe3a;
}
.sub-ranking ul {
  counter-reset:i;
}
.sub-ranking .article-info:not(.pr-list)::before {
  counter-increment: i;
  content: counter(i);
}
.sub-ranking .article-box .article-info {
  display: block;
  min-height: 30px;
}
.sub-ranking .article-box .book-title {
  line-height: 1.143;
  margin-bottom: 0.3rem;
}
.sub-books-ranking.sub-ranking .article-info::before {
  font-size: 1.6rem;
  background: transparent;
  color: #baac71;
  padding-top: 0;
}
.sub-books-ranking .article-box .article-info .author {
  position: static;
}
.sub-ranking .article-box {
  border-bottom: 1px #d8d8d8 solid;
  padding: 15px 0;
}
.sub-ranking .article-box:first-child {
  border-top: 1px #d8d8d8 solid;
}
.ranking-investigation-period {
  font-size: 1.4rem;
  text-align: right;
  margin: .5em 0;
}

/*========== 会員限定コンテンツ ==========*/
/* コンテンツ間の余白 */
.member-page .content {
  margin-bottom: 30px;
}

/* NEW */
.member-news {
  margin: 0 15px 20px;
  padding: 10px 0;
  border-top: 1px #d8d8d8 solid;
  border-bottom: 1px #d8d8d8 solid;
}
#main-column > :first-child.member-news { /* .page-titleがない場合 */
  border-top: 3px #baac71 solid; /* .page-titleの代わり */
  margin-top: 20px; /* .page-titleの代わり */
}
.member-news dl dt {
  background: #d80913;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5px;
  margin-right: 10px;
}
.member-news dl dd {
  max-width: calc(100% - 55px);
  padding-top: 2px;
}

/* 無料会員登録のご案内 */
.member-induction {
  margin: 20px 15px;
}
.member-induction a {
  display: block;
  color: #fff;
}
.member-induction .bnr-detail {
  background: #373737;
  padding: 18px 15px;
  line-height: 1.6;
}
.member-induction .bnr-detail h2 {
  font-size: 1.9rem;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px #fff dotted;
  text-align: center;
}
.member-induction .bnr-detail br {
  font-size: 0;
  display: none;
}
.member-induction .bnr-btn {
  background: #baac71;
  padding: 12px;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.member-induction .bnr-btn::after {
  box-sizing: border-box;
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  border: 2px #fff solid;
  border-radius: 50%;
  margin-left: 5px;
  vertical-align: top;
}
.member-induction .bnr-btn::before {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px #fff solid;
  border-right: 2px #fff solid;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: relative;
  top: -4px;
  left: calc(8em + 5px + 9px + 2px); /* テキスト + 余白 + ○の横幅半分 + >の横幅半分 */
}

/*===== 電子書籍・雑誌 =====*/
.content.main-magazine {
  margin-right: 0;
  margin-left: 0;
}
#magazine-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  line-height: 1.4;
}
#magazine-list .magazine-item {
  box-sizing: border-box;
  width: calc(50% - 20px);
  margin: 0 15px 40px; /* 40px = ::after.height + marginBottom(10) */
  padding: 20px 10px 10px;
  font-size: 1.6rem;
  border: 1px #d8d8d8 solid;
  background: #f7f7f7;
  font-weight: bold;
  position: relative;
}
#magazine-list .magazine-item:nth-of-type(odd) {
  margin-right: 5px;
  margin-left: 15px;
}
#magazine-list .magazine-item:nth-of-type(even) {
  margin-left: 5px;
  margin-right: 15px;
}
#magazine-list .magazine-item::after {
  display: block;
  content: "";
  width: calc(100% + 2px); /* 2px = border */
  height: 30px;
  background: #15276b url(../../../../../common/dol/images/v1/magazine-btn-open.png) no-repeat center /15px 9px;
  position: absolute;
  left: -1px;
  bottom: -30px;
}
#magazine-list .magazine-item.open::after {
  background: #15276b url(../../../../../common/dol/images/v1/magazine-btn-close.png) no-repeat center /15px 9px;
}
#magazine-list .magazine-item .magazine-img {
  display: block;
  margin: 0 auto 15px;
}

/*===== 書籍情報 =====*/
/* 枠 */
#magazine-tooltip {
  width: 100%;
  font-size: 1.6rem;
  margin: 15px 0;
  padding: 20px;
  border-top: 4px #15276a solid;
  border-bottom: 4px #15276a solid;
  background: #fff;
  position: relative;
}
#magazine-tooltip::before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 4px #15276a solid;
  border-left: 4px #15276a solid;
  background: #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: -12px;
}
#magazine-tooltip.odd::before {
  left: calc(25% - 2px);
}
#magazine-tooltip.even::before {
  right: calc(25% - 4px);
}
/* 閉じるボタン */
#magazine-tooltip .close-btn {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 15px;
  right: 15px;
}
#magazine-tooltip .close-btn::before,
#magazine-tooltip .close-btn::after {
  display: block;
  content: "";
  width: 2px;
  height: 100%;
  background: #999;
  border-radius: 2px;
  position: absolute;
  right: 10px;
}
#magazine-tooltip .close-btn::before {
  transform: rotate(45deg);
}
#magazine-tooltip .close-btn::after {
  transform: rotate(-45deg);
}
/* 書籍名・発行元名・閲覧期間 */
#magazine-tooltip .hdr {
  font-weight: bold;
}
#magazine-tooltip .hdr .date {
  margin: 15px 0;
}
/* 画像 */
#magazine-tooltip .magazine-img {
  text-align: center;
  margin-bottom: 15px;
}
#magazine-tooltip .magazine-img img {
  vertical-align: bottom;
}
/* 特集名・詳細 */
#magazine-tooltip .title {
  font-weight: bold;
}
#magazine-tooltip .detail {
  margin: 10px 0 15px;
}
/* ボタン・リンク */
#magazine-tooltip .btn-area {
  text-align: center;
}
#magazine-tooltip .btn-area .btn {
  margin: 8px 0;
}
#magazine-tooltip .btn-area .btn::before {
  display: inline-block;
  content: "";
  width: 22px;
  height: 17px;
  background: url(../../../../../common/dol/images/v1/icon-book.png) no-repeat center /cover;
  margin-right: 10px;
  margin-bottom: -2px;
}

/*===== 各種設定 =====*/
.member-setting-menu {
  margin: 0 15px 20px;
}
.member-setting-menu li:last-child {
  border-bottom: 1px #d8d8d8 solid;
}
.member-setting-menu li a {
  padding: 15px 0 15px 32px;
}
.member-setting-menu li.icon-edit a {
  background: url(../../../../../common/dol/images/v1/icon-member-edit.png) no-repeat left center /21px;
}
.member-setting-menu li.icon-pw a {
  background: url(../../../../../common/dol/images/v1/icon-member-pw.png) no-repeat left center /21.5px;
}
.member-setting-menu li.icon-quit a {
  background: url(../../../../../common/dol/images/v1/icon-member-quit.png) no-repeat left center /18.5px;
}

/*===== ログイン =====*/
.login-frame-wrapepr {
  text-align: center;
  margin: 0 15px 25px;
}
.login-frame-wrapepr .page-title {
  font-size: 1.5rem;
  padding: 30px 0 20px;
  border-top: none;
  margin-top: 0;
}
.login-frame-wrapepr .attention {
  margin-bottom:20px;
  font-size:1.4rem;
  line-height:1.4em;
}
.login-frame-wrapepr .mail,.pass {
  margin-bottom: 12px;
}
.login-frame-wrapepr .mail-text,.password-text {
  display: block;
  font-size: 1.4rem;
  width: 80%;
  margin: auto;
  text-align: left;
  font-weight: bold;
}
.login-frame-wrapepr .input {
  width: 80%;
  height: 35px;
  border: solid 1px #cdd6dd;
  padding: 0 5px;
}
.login-frame-wrapepr .keep-login {
  font-size: 1.2rem;
  margin-bottom: 20px;
}
.login-frame-wrapepr .keep-login-label {
  font-size: 1.3rem;
}
.login-frame-wrapepr .checkbox-input{
  display: none;
}
.login-frame-wrapepr  .checkbox-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.login-frame-wrapepr  .checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #d3d3d3;
}
.login-frame-wrapepr  .checkbox-input:checked + .checkbox-parts{
  color: black;
}
.login-frame-wrapepr  .checkbox-input:checked + .checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 4px;
  width: 3px;
  height: 8px;
  transform: rotate(40deg);
  border-bottom: 3px solid #15276a;
  border-right: 3px solid #15276a;
}
.btn.login-btn {
  width: 86%;
}
.registration-wrapper .btn.login-btn {
  margin-bottom: 30px;
}
.login-frame-wrapepr .password-link {
  font-size: 1.2rem;
}
.login-frame-wrapepr .acount-link {
  font-weight: bold;
  font-size: 1.5rem;
}
/* ログインフレーム下 */
.registration-wrapper .registration-guide {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #1A1A1A;
  margin-bottom: 20px;
}
.registration-wrapper .paid-member-special-offers {
  margin-bottom: 15px;
}
.registration-wrapper .free-registration,
.registration-wrapper .free-registration-link {
  font-size: 1.5rem;
  color: #1A1A1A;
  margin: 0 15px;
  text-align: center;
}
.registration-wrapper .free-registration {
  line-height: 1.4;
  margin-bottom: 10px;
}
.registration-wrapper .free-registration-link a {
  color: #1A1A1A;
  text-decoration: underline;
}
/*===== 週刊ダイヤモンド =====*/
.sub-magazine .magazine-info {
  margin: 0 0 5px;
}
.sub-magazine .magazine-info .img-wrapper {
  width: 100px;
  height: 133px;
  padding: 5px;
  background: #eee;
  float: left;
}
.sub-magazine .magazine-info .magazine-img {
  position: relative;
  width: 100%;
  height: 100%;
}
.sub-magazine .magazine-info img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.sub-magazine .magazine-info .title-list {
  padding-left: 120px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.25;
}
.sub-magazine .magazine-info .title-list p:nth-of-type(2) {
  margin-top: 8px;
  font-weight: normal;
}
.sub-magazine .magazine-info .title {
  display: block;
}
.sub-magazine .title-list p:first-child {
  margin-bottom: 22px;
}
.sub-magazine .price {
  font-size: 1.5rem;
  margin: 10px 0;
}
.sub-magazine > .btn {
  margin: 10px 0;
  padding: 5px 0;
  border: none;
  color: #fff;
  line-height: 2.865;
}
.sub-magazine > .btn::before {
  color: #fff;
}
.sub-magazine .paper-book {
  background-color: #b90f43;
}
.sub-magazine .electronic-book {
  background-color: #7eb23b;
}
.sub-magazine .subscription .btn {
  display: inline-block;
  width: calc((100% - 10px) / 2);
  padding: 0;
  margin: 0;
}
.sub-magazine .subscription .btn:first-child {
  height: 60px;
  position: relative;
  float: left;
  padding: 12px 0;
  text-align: left;
  margin-right: 5px;
}
.sub-magazine .subscription .btn:last-child {
  margin-left: 5px;
}
.sub-magazine .subscription .text { /* 最大で45%OFF お得な定期購読 */
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5;
}
.sub-magazine .text > p {
  line-height: 1.425;
}
.sub-magazine .text > p:nth-child(2) {
  font-size: 1.3rem;;
}
.sub-magazine .subscription .link-icon:first-child::before {
  position: absolute;
  top: calc(50% - .5em);
  left: 14px;
}
.sub-magazine .subscription .btn:nth-child(2) {
  line-height: 4.25;
}

/*===== 今月の主筆 =====*/
/* 今月の主筆 */
.management-top .mgt-date {
  display: inline-block;
  background: #202020;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  padding: 2px 5px;
}
.management-top .mgt-name {
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1.5;
}
.management-top .mgt-position {
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.management-top img {
  width: 100%;
  vertical-align: bottom;
}
.management-top .mgt-img-caption {
  background: #eee;
  font-size: 1.2rem;
  padding: 5px;
}
.management-top .mgt-caption {
  font-size: 1.6rem;
  margin-top: 10px;
  line-height: 1.5;
}

/* 主筆の記事 */
.management-article-list {
  margin: 26px 0;
}
.management-article-list li {
  background: #f3f3f3;
  border-bottom: 1px #dadada solid;
  color: #777;
  font-size: 1.6rem;
  line-height: 1.5;
  position: relative;
}
.management-article-list li:last-child {
  border-bottom: none;
}
.management-article-list li::before {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 1px #000 solid;
  border-right: 1px #000 solid;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 13px;
  left: 5px;
}
.management-article-list li a {
  display: block;
  color: #000;
}
.management-article-list li p {
  padding: 10px;
  padding-left: 23px;
  font-size: 0;
}
.management-article-list li .title {
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-bottom: 5px;
}
.management-article-list li .date {
  display: block;
  color: #a89416;
  font-size: 1.3rem;
  line-height: 1;
}
.management-article-list li .coming-soon {
  display: inline-block;
  padding: 0 2px;
  background: #baac71;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1.3;
  font-weight: normal;
}
/* 非リンクの余白 */
.management-article-list li > .title {
  padding-top: 10px;
}
.management-article-list li > .coming-soon {
  margin-bottom: 10px;
}

/* 来月の主筆 */
.next-management {
  width: calc(100% - 30px);
  color: #fff;
  margin: 0 15px 20px;
}
.next-management .hdr {
  background: #baac71;
  font-size: 0;
  padding: 12px 0;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.next-management .hdr img {
  width: 90px;
}
.next-management .hdr::after {
  display: block;
  content: "";
  border-left: 18px transparent solid;
  border-top: 21px #baac71 solid;
  border-right: 18px transparent solid;
  position: absolute;
  left: calc((100% - 36px) / 2);
  bottom: -9px;
}
.next-management .mgt-info {
  box-sizing: border-box;
  padding: 15px 0 10px;
  background: #424242;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
}
.next-management .mgt-info .mgt-name {
  font-size: 1.6rem;
}
.next-management .mgt-info .mgt-position {
  font-size: 1.1rem;
}

/* バックナンバー */
.management-backnumber-article {
  border-top: none;
}
.management-backnumber-article .article-box {
  position: relative;
}
.management-backnumber-article .article-box .article-img {
  margin-bottom: 25px; /* mgt-dateの分 */
}
.management-backnumber-article .article-box .article-info {
  padding-bottom: 0;
}
.management-backnumber-article .mgt-name {
  float: none;
  font-size: 1.8rem;
  font-weight: bold;
}
.management-backnumber-article .mgt-date-wrapper {
  width: calc(100% * 80 / 290);
  position: absolute;
  right: 0;
  top: 0;
}
.management-backnumber-article .mgt-date-wrapper::before {
  content: '';
  display: block;
  padding-top: calc(100% * 630 / 1200);
}
.management-backnumber-article .mgt-date {
  background: #202020;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: normal;
  box-sizing: border-box;
  width: 100%;
  padding: 2px 5px;
  text-align: center;
  margin-top: 7px;
}
.management-backnumber-article .mgt-position {
  font-size: 1.2rem;
  font-weight: normal;
}
.management-backnumber-article .title {
  margin-top: 13px;
}

/* 記事下「今月の主筆バックナンバー」 */
.article-management-backnumber .management-article-list {
  margin: 20px 0;
}
.article-management-backnumber .management-info .mgt-name {
  font-size: 1.9rem;
  font-weight: bold;
}
.article-management-backnumber .management-info .mgt-position {
  font-size: 1.2rem;
  margin: 3px 0 5px;
}
.article-management-backnumber .management-info img {
  width: 100%;
  vertical-align: bottom;
}
.article-management-backnumber .management-info .mgt-caption {
  background: #eee;
  padding: 2px 5px;
  font-size: 1.3rem;
  line-height: 1.5;
}
.article-management-backnumber .list-link{
  text-align:right;
  font-weight:bold;
}

.author-info-box.dw-latest ul li{float:left; margin:0 0 5px 5px;}
.author-info-box.dw-latest p{
display:block;
clear:both;
margin-top:10px;
font-size:90%;
}
.author-info-box.dw-latest ul li a{
background: url(/common/images/v5/article/store-btns.jpg?rd=201901231000) no-repeat; font-weight:bold;
display:block; width:116px; height:38px; text-indent:-1100em; overflow: hidden;
text-align:center; font-size:14px;
}
.author-info-box.dw-latest ul li.btn-ehon a{background-position:-544px 0;}
.author-info-box.dw-latest ul li.btn-amazon a{background-position:-680px -50px;}
.author-info-box.dw-latest ul li.btn-diamond a{background-position:-816px -50px;}
.author-info-box.dw-latest ul li.btn-rakutenbooks a{background-position:-544px -50px;}
.author-info-box.dw-latest ul li.btn-kobo a{background-position:0 0;}
.author-info-box.dw-latest li.btn-readerstore a{background-position:-136px 0;}
.author-info-box.dw-latest ul li.btn-kinokuniya a{background-position:-272px 0;}
.author-info-box.dw-latest ul li.btn-honto a{background-position:-408px 0;}
.author-info-box.dw-latest ul li.btn-digitalehon a{background-position:-272px -50px;}
.author-info-box.dw-latest ul li.btn-booklive a{background-position:-680px 0;}
.author-info-box.dw-latest ul li.btn-magastore a{background-position:-816px 0;}
.author-info-box.dw-latest ul li.btn-fujisan a{background-position:0 -50px;}
.author-info-box.dw-latest ul li.btn-zasshi a{background-position:-136px -50px;}
.author-info-box.dw-latest ul li.btn-kindle a{background-position:-408px -50px;}
.author-info-box.dw-latest ul li.btn-googleplay a{background-position:0 -100px; width:110px; height:38px;}
.author-info-box.dw-latest ul li.btn-newsstand a{background:none; text-indent:0; border:solid 1px #dcdcdc; line-height:38px; height:36px; background-color:#fff; color:#000;}
.author-info-box.dw-latest ul li.btn-digitalehon,
.author-info-box.dw-latest ul li.btn-zasshi{clear:left;}
.author-info-box.dw-latest ul li{clear:none;}

/* 書籍モジュール */
.books-module {
  border: 1px solid #333;
  padding: 10px 15px;
  margin-bottom: 40px;
}
.books-module a, .books-module a:visited {
  color:#000;
}
.books-module a:hover,.books-module a:visited:hover {
  color:#15276a;
  text-decoration:none;
}

.books-module .books-module-title {
  font-size: 1.8rem;
  text-align: center;
  padding: 10px 0;
}
.books-module .books-data {
  margin-left: calc(((89 / 290)px) * 100% + 13.5px);
}
.books-module .books-nm {
  color:  #131313;
  font-size: 1.3rem;
  line-height: 1.154;
  text-align: left;
  font-weight: bold;
}
.books-module .author {
  color:  #131313;
  font-size: 1.3rem;
  line-height: 1.385;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0.5em;
}
.books-module .introduction {
  color:  #131313;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 0.4em;
  text-align: left;
  font-weight: bold;
}
.books-module .detail {
  display: inline-block;
  color:  #131313;
  font-size: 1.2rem;
  line-height: 1.333;
  text-align: left;
  margin-bottom: 20px;
}
.books-module .purchase {
  font-size: 0;
}
.books-module .purchase .btn {
  position: relative;
  display: inline-block;
  width: 48%;
  padding: 0;
  margin: 0 7px 8px 0;
  background: #fff;
  border: solid 1px #15276a;
  color: #15276a;
  overflow: hidden;
}
.books-module .purchase .btn:nth-child(2n) {
  margin-right: 0px;
}
.books-module .purchase .btn img {
  width: 100%;
}
.books-module .purchase .btn p br {
  display: none;
}
.books-module .btn p {
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: middle;
  font-size: 1.35rem;
  line-height: 1.333;
}
.books-module .btn p::before {
  display: inline-block;
  content: '▲';
  position: absolute;
  top: 0;
  left: -1.3em;
  transform: rotate(90deg);
  font-size: 0.75rem;
}
.books-module .books-img {
  width: calc(((89 / 290)px) * 100% );
  margin-bottom: 20px;
  padding: 4px;
  background-color: #efefef;
  font-size: 0;
  text-align: center;
}
.books-module .books-img img {
  max-width: 100%;
}
/* 書籍モジュールがarticle-body内に移動になったための調整 */
.article-body .books-module p {
  margin: 0; 
}
.article-body .content.books-module {
  margin: 0;
}
.article-body .books-module .books-nm {
  margin-bottom: .5em;
}
.article-body .books-module .introduction {
  margin: 1em 0 .5em;
}

/*===== DOL特集 =====*/
.dolsp-kanban {
  margin: 20px 0;
}
.dolsp-kanban img {
  max-width: 100%;
}
.dolsp-summary {
  line-height: 1.5;
  margin-bottom: 20px;
}
.dolsp .pagination{
  margin-top:30px;
}



/* 画像ページ */
.images-box {
  background: #141414;
  margin-top: 19px;
  margin-bottom: 20px;
}
.images-box .top-image {
  padding: 17.5px 15px 13px;
}
.images-box .under-image {
  padding: 0 17.5px 15px;
}
.images-box .top-image .current-image {
  margin-bottom: 7px;
  position: relative;
}
.images-box .top-image .controller-box .prev-controller {
  left: -15px;
}
.images-box .top-image .controller-box .next-controller {
  right: -15px;
}
.images-box .top-image .controller-box .prev-controller,
.images-box .top-image .controller-box .next-controller {
  width: 24px;
  height: 45px;
  background: #737373;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.images-box .top-image .controller-box .prev-controller:before {
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  left: 8px;
}
.images-box .top-image .controller-box .next-controller:before {
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  right: 8px;
}
.images-box .top-image .controller-box .prev-controller:before,
.images-box .top-image .controller-box .next-controller:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
.images-box .top-image .image-box {
  position: relative;
}
.images-box .top-image .image-box:before {
  content: '';
  display: block;
  padding-top: calc(100% * 189 / 290);
}
.images-box .top-image .image-box img,
.images-box .under-image .image-box img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border: none !important;
}
.images-box .top-image .caption {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
  margin-bottom: 19px;
}
.images-box .top-image .current-page {
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
}
.images-box .under-image {
  font-size: 0;
}
.images-box .under-image .image-box:before {
  content: '';
  display: block;
  padding-top: calc(100% * 60 / 114);
}
.images-box .under-image .bx-wrapper {
  margin : 0 auto !important;
}
.article-link {
  display: block;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  background: #15276a;
  border-radius: 3px;
  margin: 10px 15px;
}
/* bxsliderコントローラー上書き */
.under-image .bx-wrapper .bx-prev,
.under-image .bx-wrapper .bx-next {
  background: none;
}
.under-image .bx-wrapper .bx-controls-direction a {
  position : static;
}
.under-image .bx-controls .bx-controls-direction .bx-prev:before {
  left: -32px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
}
.under-image .bx-controls .bx-controls-direction .bx-next:before {
  right: -32px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.under-image .bx-controls .bx-controls-direction .bx-prev:before,
.under-image .bx-controls .bx-controls-direction .bx-next:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
}
/* スライダー生成時制御 */
.image-list .image-box {
  display: none;
}
.bx-viewport .image-list .image-box {
  display: block !important;
}

/* menshealth-topSlider(男の健康スライダー) */
.top-slider {
  background: #efefef;
  padding-top: 23.5px;
  padding-bottom: 10px;
  margin-bottom: 17.5px;
  overflow: hidden;
}
.top-slider .bx-wrapper .bx-viewport {
  overflow: visible !important;
}
.top-slider .slider-list {
  opacity: 0;
}
.top-slider .slider-list .slider-data.current {
  z-index: 1;
}
.top-slider .slider-list .slider-data a {
  width: 100%;
  display: block;
  transition: 1s;
  backface-visibility: hidden;
}
.top-slider .slider-list .slider-data.current a {
  transform: scale(1.1);
}
.top-slider .bx-wrapper a img {
  border: none !important;
}
.top-slider .bx-wrapper a:hover img {
  border: none !important;
}

/* pr-table */
.pr-table .content-title {
  text-align: center;
}
.pr-banner {
  margin: 10px 15px;
  padding-bottom: 19px;
  font-size: 0;
  position: relative;
}
.pr-banner img {
  width: 100%;
}
.pr-banner .ad-icon {
  font-size: 1.1rem;
  width: 27.5px;
  line-height: 15.5px;
  background: #bbac71;
  text-align: center;
  color: #fff;
  margin-top: 4px;
  border-radius: 3px;
  position: absolute;
  right: 0;
}
.pr-banner + .featured-story-box { /* トップページのみ無駄な余白削除 */
  margin-top: -10px;
}
.featured-story-box {
  margin: 0 10px;
}
.featured-story-box .content-title {
  margin-top: 0;
}
.pr-table .article-list.type-TB {
  border-top: 2px solid #d8d8d8;
  padding-top: 20px;
}
.pr-table .article-list.type-LR {
  margin-bottom: 22.5px;
}
.pr-table .article-list.type-TB .article-box {
  margin-bottom: 20px;
}
.pr-table .article-list.type-LR .article-box .article-info .title {
  margin-bottom: 10px;
}
.pr-table .article-list.type-TB .article-box .article-info .list-company-name {
  margin-bottom: 5px;
}
.pr-table .article-list .article-box .article-info .list-company-name {
  color: #555;
}
.pr-table .article-list.type-TB .article-box .article-info .pub-date {
  position: static;
}
.pr-table .article-list .article-img::before {
  padding-top: calc(100% * 186 / 280);
}
.recent-story-box .article-list.type-LR .new-arrivals-btn {
  display: block;
  line-height: 50px;
  border-radius: 2px;
  background: #33b9c3;
  margin: 25px auto 0;
  font-size: 1.7rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
}
/* pr-table 記事詳細 */
.pr-table .article-header .header-company-name {
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 9px;
}
.pr-table .article-header .disp-date {
  font-size: 1.2rem;
}
.pr-table .article-body blockquote {
  margin: 0 1em 1.5em;
  font-style: italic;
  font-family: "Helvetica Neue", "Open Sans", Helvetica, Arial, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.pr-table .article-body figure {
  background: #eee;
  margin: 0 auto 1.5em;
}
.pr-table .article-body figure img {
  display: block;
  margin: 0 auto;
  vertical-align: bottom;
}
.pr-table .article-body figure.article-movie {
  background: #000;
  position: relative;
}
.pr-table .article-body figure.article-movie::before {
  content: '';
  padding-top: calc(100% * 1080 / 1920);
  display: block;
}
.pr-table .article-body figure.article-movie iframe {
  min-width: 320px;
  min-height: 180px; /* FullHD */
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pr-table .article-body figure figcaption {
  padding: 5px;
  font-size: .75em;
}
.logo-link-box {
  margin: 0 10px 30px;
  position: relative;
}
.logo-link-box a {
  font-size: 1.25rem;
  padding-left: 15px;
}
.logo-link-box .img-box {
  float: right;
  width: 75px;
  font-size: 0;
}
.logo-link-box:before {
  content: '';
  border-top: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #102267;;
  position: absolute;
  top: 5px;
  left: 5px;
}
.logo-link-box .img-box img {
  max-width: 100%;
}
/* pr-table subcolumn */
.sub-prtable-company .content .content-title {
  text-align: center;
}
.sub-prtable-company .information-sources {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.sub-prtable-company .company-info {
  background: #fff;
  border: 3px solid #33b9c3;
  padding: 26px 16px 16px;
}
.sub-prtable-company .company-info .company-name {
  color: #a89416;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
.sub-prtable-company .company-info .logo-box {
  position:relative;
  padding: 10px;
}
.sub-prtable-company .company-info .logo-box:before {
  content: '';
  display: block;
  padding-top: calc(100% * 32 / 150);
}
.sub-prtable-company .company-info .logo-box img {
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.sub-prtable-company .company-info ul {
  margin-bottom: 0;
}
.sub-prtable-company .company-info ul li {
  border-top: 1px solid;
  padding: 15px 0;
  position: relative;
}
.sub-prtable-company .company-info ul li .img-box img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}
.sub-prtable-company .company-info ul li .text-box {
  padding-left: 51px;
}
.sub-prtable-company .company-info ul li .text-box p {
  font-size: 1.3rem;
}
.sub-prtable-company .company-info .contact-btn {
  position: relative;
  margin-top: 5px;
}
.sub-prtable-company .company-info .contact-btn a {
  display: block;
  background: #33b9c3;
  border-radius: 2px;
  line-height: 44px;
  color: #ffff;
  font-size: 1.4rem;
  text-align: center;
}
.sub-prtable-recommend .article-box .article-img::before {
  padding-top: calc(100% * 320 / 742);
}
.sub-prtable-recommend .article-box .title {
  margin: 10px 0;
}
.prtablesp-header {
  margin-bottom: 20px;
}
.prtablesp-header .signboard {
  margin: 0;
}
.prtablesp-header .signboard img {
  max-width: 100%;
  vertical-align: bottom;
}
.prtablesp-header .summary {
  font-size: 1.6rem;
  margin: 1em 0 0;
  padding: 0 1em;
}

/* プレミアムスキン */
.premium .header-logo {
  margin-top: 10px;
}
.premium #header-menu-bar {
  background: #000;
}
.premium .header-member-link {
  color: #fff;
  padding-top: 15px;
}
.premium .header-menu-btns li {
  width: 40px;
  height: 40px;
}
.premium .header-menu-btns li#header-search-btn,
.premium .header-menu-btns li#header-close-btn {
  background: #000;
  position: relative;
}
.premium #header-search-btn::before,
.premium #header-close-btn::before {
  content: '';
  display: block;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 28px;
}
.premium .header-menu-btns li#header-search-btn a {
  padding-top: 11px;
}
.premium .header-menu-btns li#header-close-btn a {
  padding-top: 12px;
}
.premium .breadcrumb {
  background: #ececec;
  color: #131313;
}
.signboard {
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
.signboard .image-box {
  font-size: 0;
}
.signboard .image-box img {
  max-width: 100%;
}
.premium .header-slide-content {
  top: 40px;
}
.premium .article-header .article-pub-date {
  color: #666;
}
.premium .article-header .article-author a::after {
  background: #000;
}
.premium .article-body h2,
.premium .article-body h4 {
  border-left-color: #131313;
}
.premium .pagination li.current span {
  color: #fff;
  border-color: #222;
  background: #222;
}
.premium .pagination li span {
  color: #222;
  border-color: #222;
}
.premium .pagination li.prev span::before,
.premium .pagination li.next span::before {
  border-right-color: #222;
  border-bottom-color: #222;
}
.premium .content .content-title {
  border-top-color: #131313;
}
.premium #site-footer {
  background: #000;
}
.premium .footer-copyright {
  color: #fff;
}
/* premium-skin loginframe */
.premium .article-header {
  border-top-color: #131313;
}
.premium #member-login .page-title {
  border-top: none;
  border-left-color: #131313;
  padding-left: 10px;
  margin-bottom: 10px;
}
.premium #member-login .member p, 
.premium #member-login .not-member p {
  line-height: 1.3;
}
.premium #member-login .login-form {
  background: #ececec;
  margin: 20px -15px 0;
  padding: 20px 0;
}
.premium #member-login .login-form .field {
  padding: 0 52px;
  margin: 0;
}
.premium #member-login .login-form .field + .field {
  margin-top: 7.5px;
}
.premium #member-login .login-form .field input {
  width: 100%;
  height: auto;
  font-size: 1.1rem;
  line-height: calc(1.5 / 1.1);
  padding: 10px;
  border-radius: 2.5px;
  border-color: #b4b4b4;
  box-sizing: border-box;
}
.premium #member-login .member .action {
  padding: 0 15px;
  margin: 20px 0 0;
}
.premium #member-login .msg-box {
  border: none;
  padding: 0;
}
.premium #member-login .msg-box .content-sub-title {
  border-left: none;
  padding: 8px 10px 8px 0;
}
/* topへ戻る */
.premium #top-btn {
  background: #131313;
}


/*========== 政治・マーケットフォーラム (共通) ==========*/
/* color */
#forum .minus {
  color: #f53333;
}
#forum .plus {
  color: #0ac302;
}
/* page-title */
#forum .page-title {
  margin-top: 10px;
  padding: 21px 0;
  text-align: center;
}
/* forum-content */
#forum .forum-content-title {
  border-left: solid 3px #baac71;
  margin-bottom: 8px;
  padding-left: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 34px;
}
/* header-line */
.forum-data {
  overflow-x: scroll;
  background: #000;
}
.forum-data ul {
  display: table;
  white-space: nowrap;
  font-size: 0;
  border-collapse: separate;
  border-spacing: 10px 0;
}
.forum-data ul li {
  display: table-cell;
  font-size: 1rem;
  line-height: 32px;
  color: #fff;
}
.forum-data ul li:not(:last-child) {
  margin-right: 10px;
}
.forum-data li a.diff-data {
  padding-left: 3px;
  font-weight: 700;
}
#forum .forum-data li a.plus {
  color: #11f405;
}

/* table */
.table-val {
  width: 100%;
  border-top: solid 1px #b8aa71;
  border-bottom: solid 1px #b8aa71;
}
.table-val th,
.table-val td {
  vertical-align: middle;
  border: solid 1px #b8aa71;
  line-height: 1;
}
.table-val th {
  background: #ededed;
}
.table-val td {
  text-align: center;
}
.table-val tr > *:first-child {
  border-left: none;
}
.table-val tr > *:last-child {
  border-right: none;
}
/* 為替レート一覧 */
.rate-list .table-val tr:nth-child(2n -1) {
  background:  #f5f5f5;
}
.rate-list .table-val th {
  font-size: 1.2rem;
  height: 36px;
}
.rate-list .table-val td {
  font-size: 1.3rem;
  height: 40px;
}
.rate-list .table-val td.type {
  padding-left: 2px;
  text-align: left;
}
.rate-list .table-val td.large-val {
  padding: 0 5px;
  text-align: right;
}
.rate-list .table-val td.large-val.bit-coin {
  text-align: center;
}
/* チャート */
.exchange-chart-contents {
  margin-bottom: 20px;
}
.exchange-chart-contents .exchange-chart-tab {
  margin-bottom: 15px;
}
.exchange-chart-contents .exchange-chart-tab li {
  width: auto;
}
.exchange-chart-contents .exchange-chart-content {
  font-size: 0;
}
.exchange-chart-contents .exchange-chart-content p {
  font-size: 1rem;
  margin-bottom: 5px;
}
.exchange-chart-contents .exchange-chart-content img {
  max-width: 100%;
}
.exchange-chart-contents .powered-text {
  margin-top: 20px;
}
/* コンテンツ下のPowered */
.powered-text {
  margin-top: 12px;
  font-size: 0.9rem;
  text-align: right;
}

/* footer-text */
.forum-note {
  margin-left: 15px;
  margin-right: 15px;
  font-size: 0.9rem;
  line-height: 1.75;
}
.forum-note + .footer-get-information .content-title {
  margin-top: 8px;
}

/*========== サブカラム ==========*/
/* 会員限定記事ランキング */
.main-ranking.members-only .ranking-tab-content .article-box:nth-child(-n + 3) .article-img::after {
  background: #debe3a;
}
/* サブタイトル */
.content .sub-title {
  width: 12em;
  margin: 0px auto 10px auto;
  padding: 2px 0px 1px 0px;
  background-color: #baac71;
  color: #fff;
  border-radius: 10px;
  text-align: center;
  font-size: 1.4rem;
}

/*========== トップページ ==========*/
/* header-line-news */
.head-line-news {
  overflow-x: scroll;
  background: #eee;
  padding-left: 35px;
  position: relative;
}
.head-line-news::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  background: url(../../../../../common/images/forum/v1/smartphone/top/exclamation-mark.png) no-repeat center /2.5px 9px;
  border: solid 2.5px #000;
  border-radius: 50%;
  position: absolute;
  top: 6.5px;
  left: 10px;
  box-sizing: border-box;
}
.head-line-news .news-text {
  display: table;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 32px;
  padding-right: 10px;
}
.head-line-news .news-text.time {
  margin-left: 5px;
}
/* top-article */
.top-article-contents .top-article-wrap .top-article-box .article-img::before {
  padding-top: calc(100% * 190 / 362);
}
.top-article-contents .top-sub-article-wrapper .article-info {
  padding-right: 0;
}
.top-article-contents .top-sub-article-wrapper .article-info .title {
  font-size: 1.3rem;
  line-heght: 1.25;
}
.top-article-contents .top-sub-article-wrapper .article-info .category {
  font-size: 1rem;
}

/* 有識者コラム */
.content.author-series {
  margin-bottom: 40px;
}
.author-series .article-list .article-box {
  padding-top: 15px;
}
.author-series .article-list .article-box .author-img {
  width: calc(100% * 52.5 / 290);
  float: left;
}
.author-series .article-list .article-box .author-img::before {
  padding-top: calc(100% * 80 / 80);
}
.author-series .article-list .article-box .article-info {
  padding-left: calc(100% * 52.5 / 290 + 15px);
  padding-right: 0;
}
.author-series .article-box .article-info .author {
  color: #131313;
  font-size: 1.4rem;
  font-weight: 700;
}
.author-series .article-box .article-info .position {
  font-size: 1.3rem;
}
.author-series .article-box .series-article .series-article-box:not(:last-child) {
  border-bottom: solid 1px #d8d8d8;
}
.author-series .article-box .series-article .series-article-box a {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.25;
}

/* 関連ニュース */
.news-contents .article-list .main-article-box a {
  padding: 10px 0;
}
.news-contents .article-list .main-article-box .article-img::before {
  padding-top: calc( 100% * 105 / 200);
}
.news-contents .article-list .main-article-box .article-info {
  padding-bottom: 0;
}
.news-contents .article-list .main-article-box .title {
  font-size: 1.3rem;
  line-height: 1.25;
}
.news-contents .list-link {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 15px;
}

/* 有識者一覧 */
.author-list-contents .author-list {
  border-top: 1px #d8d8d8 solid;
  font-size: 0;
  padding: 15px 15px 0;
}
.author-list-contents .author-list .author-box {
  display: inline-block;
  width: calc((100% - 20px) / 3);
  vertical-align: top;
}
.author-list-contents .author-list .author-box:not(:nth-last-child(-n + 3)) {
  margin-bottom: 15px;
}
.author-list-contents .author-list .author-box:not(:nth-child(3n)) {
  margin-right: 10px;
}
.author-list-contents .author-box a {
  color: inherit;
}
.author-list-contents .author-box .author-img {
  position: relative;
}
.author-list-contents .author-box .author-img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.author-list-contents .author-box .author-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-width: 100%;
  margin: auto;
}
.author-list-contents .author-box .author-name {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 8px;
}

/*========== 日経平均株価 ==========*/
/* 詳細情報 */
.detail-info-content {
  margin-bottom: 20px;
}
.detail-info-content .title-box .forum-content-title {
  display: inline-block;
  float: left;
}
.detail-info-content .title-box .update-time {
  display: inline-block;
  font-size: 0.9rem;
  float: right;
  line-height: 34px;
}
.nikkei-average-page .detail-info-content .update-time span {
  margin-left: 1em;
}
.detail-info-content .table-val tr > * {
  height: 40px;
}
.detail-info-content .table-val tr th {
  font-size: 1.2rem;
  padding-left: 11px;
  text-align: left;
}
.detail-info-content .table-val tr td {
  font-size: 1.3rem;
  padding-right: 9px;
  text-align: right;
}
.detail-info-content .table-val tr td.large-val {
  font-size: 1.9rem;
  font-weight: 600;
}
.detail-info-content .table-val tr td.large-val .note-up-time {
  margin-right: 19px;
}
.detail-info-content .table-val tr td .note-up-time {
  display: block;
  margin-top: 3px;
  font-size: 0.9rem;
  font-weight: 400;
}
.nikkei-average-page .detail-info-content .table-val tr td {
  font-weight: 600;
}
/* チャート */
.nikkei-average-page .exchange-chart-contents {
  margin-bottom: 0;
}
.nikkei-average-page .exchange-chart-contents .exchange-chart-tab {
  border: none;
  border-bottom: 1px solid #baac71;
  background: none;
}
.nikkei-average-page .exchange-chart-contents .exchange-chart-tab li {
  display: inline-block;
  width: 5rem;
  margin-bottom: -1px;
  border-right: none;
  border-top: solid 1px #baac71;
  border-left: solid 1px #baac71;
  background: #eee;
}
.nikkei-average-page .exchange-chart-contents .exchange-chart-tab li:last-child {
  border-right: solid 1px #baac71;
}
.nikkei-average-page .exchange-chart-contents .exchange-chart-tab li.active {
  background: #fff;
  border-bottom: solid 1px #fff;
}
/*========== チャート詳細 ==========*/
/* pege-title */
.chart-detail-page .page-title-wrap {
  border-top: 3px #baac71 solid;
  margin: 10px 15px 0;
  padding: 21px 0;
  font-size: 0;
  text-align: center;
}
#forum.chart-detail-page .page-title-wrap .page-title {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  border: none;
}
.chart-detail-page .page-title-wrap .national-img:not(:last-of-type) {
  margin-right: 2px;
}
/* 詳細情報 */
.chart-detail-page .detail-info-content .update-time {
  padding-top: 6px;
  line-height: 1;
  text-align: right;
}
.chart-detail-page .detail-info-content .update-time span {
  display: block;
  margin-top: 6px;
}
.chart-detail-page .detail-info-content .table-val td.type {
  font-size: 1.5rem;
}
.chart-detail-page .detail-info-content .table-val td.large-val {
  font-size: 1.9rem;
}

/*========== 著者詳細 ==========*/
/* 著者情報 */
.author-detail {
  margin-bottom: 15px;
  padding: 25px 15px;
  background:  #eee;
}
.author-detail .author-box {
  margin-bottom: 11px;
}
.author-detail .author-box .author-img {
  position: relative;
  width: calc( 100% * ( 80 / 290 ) );
  background: #eee;
  float: left;
}
.author-detail .author-box .author-img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.author-detail .author-box  img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.author-detail .author-box .author-img + .author-info {
  padding-left: calc( 100% * ( 80 / 290 ) + 14px );
  margin-bottom: 0;
}
.author-detail .author-box .author-info {
  margin-bottom: 8px;
}
.author-detail .author-info .author-name {
  font-size: 1.6rem;
  font-weight: 700;
}
.author-detail .author-info .author-position {
  font-size: 1.5rem;
  margin-top: 8px;
}
.author-detail .author-description {
  font-size: 1.5rem;
  line-height: 1.5;
}
/* RSS最新情報 */
.author-page .rss-recent-article {
  margin-bottom: 8px;
}

/*========== 有識者一覧 ==========*/
.expert-author-list .expert-author-box {
  display: block;
  border-bottom: solid 1px #d7d7d7;
}
.expert-author-list .expert-author-box:first-child {
  border-top: solid 1px #d7d7d7;
}
.expert-author-list .expert-author-box a {
  display: inline-block;
  width: 100%;
  min-height: 82.5px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #131313;
  box-sizing: border-box;
}
.expert-author-list .expert-author-box .author-img {
  position: relative;
  width: 52.5px;
  background: #eee;
  float: left;
}
.expert-author-list .expert-author-box .author-img::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.expert-author-list .expert-author-box img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.expert-author-list .expert-author-box .author-img + .author-info {
  padding-left: 67.5px;
}
.expert-author-list .expert-author-box .author-info .author-name {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.expert-author-list .expert-author-box .author-info .author-position {
  font-size: 1.4rem;
  line-height: 1.25;
}
/* ===V3追加=== */
/* TOPページ */
/* 連載 */
.serialization-list .btn {
  margin: 4px auto;
}

/* 特集連載記事一覧 */
.feature-series-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0 15px;
}
body.series-page .feature-series-list {
  margin-top: 20px;
}
.feature-series-list .feature-series-box {
  width: calc((100% - 13px) / 2);
  margin-bottom: 20px;
  align-self: stretch;
}
.feature-series-list .feature-series-box:nth-of-type(2n+1) {
  margin-right: 13px;
}

/* 特集連載記事 */
.feature-series-box .article-img::before {
  padding-top: calc(100% * 341 / 750); /* 画像比率 */
}
.feature-series-box .article-info {
  padding-top: 12px;
}
.feature-series-box .article-info .title {
  font-size: 1.4rem;
  color: #1a1a1a;
  line-height: 1.286;
  font-weight: bold;
  margin-bottom: 12px;
}
.feature-series-box .article-info .summary {
  display: none;
}
.feature-series-box .article-info .pub-date {
  font-size: 1rem;
  color: #888;
}
.feature-series-box .article-info .pub-date > span {
  float: right;
}

/* 特集TOPピックアップ */
.feature-pickup .feature-series-box:nth-of-type(2n+1) {
  margin-right: 0;
}
.feature-pickup .feature-series-box:nth-of-type(2n) {
  margin-right: 13px;
}
.feature-pickup .feature-series-box:nth-of-type(1) {
  min-width: 100vw;
  transform: translateX(-15px); /* padding分ずらす */
}
.feature-pickup .feature-series-box:nth-of-type(1) .article-info {
  padding: 17px 15px;
  background: #f0f3f5;
}
.feature-pickup .feature-series-box:nth-of-type(1) .article-info .title {
  font-size: 1.4rem;
  line-height: 1.286;
  margin-bottom: 10px;
}
.feature-pickup .feature-series-box:nth-of-type(1) .article-info .pub-date > span {
  float: none;
  margin-left: 1em;
}

/* 特集 記事一覧 */
.sp-index .top-info {
  margin-bottom: 20px;
  border-bottom: 2px solid #CDD6DD;
}
.sp-index .top-info .sp-signboard {
  font-size: 0;
  position: relative;
  width: 100%;
}
.sp-index .top-info .sp-signboard::before {
  content: '';
  display: block;
  padding-top: calc(100% * 170 / 375);
}
.sp-index .top-info .sp-signboard img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.sp-index .top-info .info-box {
  background: #f0f3f5;
  padding: 16px 15px 8px;
}
.sp-index .top-info .title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.sp-index .top-info .summary {
  font-size: 1.3rem;
  color: #1a1a1a;
  line-height: 18px;
}
.sp-index .top-info .article-functions {
  margin-top: 10px;
  margin-bottom: 5px;
}
.sp-index .index-list {
  margin: 0 15px;
}
.sp-index .index-list .index-info {
  position: relative;
  margin-bottom: 8px;
  line-height: 17px;
}
.index-list .index-info .article-nav {
  margin-bottom: 0;
}
.sp-index .index-list .index-info .total {
  color: #555;
  font-size: 1.2rem;
  font-weight: 700;
}
.index-list .index-info .order-switch-box {
  float: right;
  line-height: 18px;
}
.index-list .index-info .order-switch-box .order-switch {
  font-size: 1.2rem;
}
.index-list .index-info .order-switch-box .order-switch:first-child::after {
  content: '|';
  color: #888;
  margin: 0 5px;
}
.index-list .index-info .order-switch-box .order-switch.current {
  color: #1a1a1a;
  pointer-events: none;
}
.sp-index .index-list .article-list a {
  padding: 16px 0 11px;
}
.sp-index .index-list .article-list .article-box.plan .article-info .title {
  color: #aaa;
}
.sp-index .index-list .article-list .article-box.plan .article-info .pub-date {
  color: #1a1a1a;
  font-weight: 700;
}
.sp-index .index-list .article-list .article-box.plan a {
  pointer-events: none;
}
.sp-index.feature-index .index-list .article-list .article-box .article-img {
  margin-top: 13px;
  width: calc(100% * 80 / 275);
}
.sp-index.feature-index .index-list .article-list .article-box .article-img::before {
  padding-top: calc(100% * 135 / 260);
}
.index-list .article-box .num {
  color: #888;
  font-size: 0.8rem;
  font-weight: 700;
}
.sp-index .index-list .article-list .article-box .article-info .pub-date {
  color: #888;
  margin-top: 5px;
  font-size: 1rem;
}
.sp-index .index-list .article-list .article-box .article-info .pub-date.comming-soon {
  color: #1a1a1a;
  font-size: 1.1rem;
  font-weight: 700;
}
/* 特集ナビ 次・前記事 */
.article-prev-next-nev {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  margin: 50px 15px 25px;
}
.article-prev-next-nev .article-box {
  position: relative;
  margin: 0 !important;
}
.article-prev-next-nev .article-box.left,
.article-prev-next-nev .article-box.right {
  width: calc((100% - (24px + 1px)) / 2 - 0.5px);
}
.article-prev-next-nev .article-box.left {
  border-right: 1px solid #d0d0d0;
  padding: 12px 12px 30px 0;
}
.article-prev-next-nev .article-box.right {
  padding: 12px 0 30px 12px;
}
.article-prev-next-nev .article-box .article-info .num {
  color: #888;
  font-size: 1.0rem;
  font-weight: 700;
}
.article-prev-next-nev .article-box .article-info .title {
  color: #1a1a1a;
  font-size: 1.4rem;
  line-height: 18px;
  font-weight: 700;
}
.article-prev-next-nev .article-box .article-info .date {
  color: #888;
  font-size: 1.0rem;
}
.article-prev-next-nev .article-box .text-link {
  font-size: 1.4rem;
  position: absolute;
  top: -25px;
}
.article-prev-next-nev .article-box.left .text-link {
  left: 15px;
}
.article-prev-next-nev .article-box.right .text-link {
  right: 15px;
}
.article-prev-next-nev .article-box .text-link::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.article-prev-next-nev .article-box.left .text-link::before {
  left: -10px;
  border-top: 2px solid #2a2a2a;
  border-left: 2px solid #2a2a2a;
  transform: rotate(-45deg);
}
.article-prev-next-nev .article-box.right .text-link::before {
  right: -10px;
  border-top: 2px solid #2a2a2a;
  border-right: 2px solid #2a2a2a;
  transform: rotate(45deg);
}
/* 公開予定 */
.article-prev-next-nev .article-box.plan .article-info .title {
  color: #aaa;
}
.article-prev-next-nev .article-box.plan .article-info .date {
  color: #1a1a1a;
  font-size: 1.1rem;
  font-weight: 700;
}
.article-prev-next-nev .article-box.plan.left .text-link::before {
  border-top: 2px solid #d0d0d0;
  border-left: 2px solid #d0d0d0;
}
.article-prev-next-nev .article-box.plan.right .text-link::before {
  border-top: 2px solid #d0d0d0;
  border-right: 2px solid #d0d0d0;
}

/* 記事下特集記事リスト */
.article-feature-article-list {
  margin-bottom: 50px;
  margin-left: 15px;
  margin-right: 15px;
}
.article-feature-article-list .feature-title {
  font-size: 1.5rem;
  line-height: 1.27;
  font-weight: bold;
  margin: 20px 0 0;
  text-align: center;
}
.article-feature-article-list .list {
  margin: 0;
}
.article-feature-article-list .article {
  display: block;
  padding: 25px 0 15px;
  border-bottom: 1px solid #cdd6dd;
  position: relative;
}
.article-feature-article-list .article .num {
  position: absolute;
  top: 10px;
  color: #888;
  font-size: .8rem;
  line-height: 1.2;
}
.article-feature-article-list .article .title {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.29;
  margin-bottom: 5px;
  color: #1a1a1a;
}
.article-feature-article-list .article.coming-soon .title {
  color: #aaa;
}
.article-feature-article-list .article .pubdate {
  font-size: 1.3rem;
  line-height: 1.38;
  color: #888;
}
.article-feature-article-list .article.coming-soon .pubdate {
  font-weight: bold;
  color: #1a1a1a;
}
.feature-link-box {
  text-align: center;
}
.feature-link-box a {
  font-size: 1.5rem;
  line-height: 1.27;
  font-weight: bold;
}

/* 書籍オンライン */
.series-books-pickup-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.series-books-pickup-list .series-books-pickup-box {
  width: calc((100% - 13px) / 2);
  margin-bottom: 13px;
}
.series-books-pickup-list .series-books-pickup-box a {
  display: block;
}
.series-books-pickup-list .series-books-pickup-box .series-info .title {
  font-size: 1.4rem;
  color: #1a1a1a;
  font-weight: bold;
  margin: 6px 0;
}
.series-books-pickup-list .series-books-pickup-box .series-info .pub-date {
  font-size: 1rem;
  color: #666;
}
.series-books-pickup-list + .list-link-btn {
  margin-top: 2px;
}

/*有料会員登録*/
.registration-frame {
  text-align: center;
  margin: 40px auto 20px;
  line-height: 1.5;
}
.registration-frame .continuation {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 9px;
}
.registration-frame .member-only {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 5px;
}
.registration-frame .action {
  margin: 10px auto;
  font-size: 0;
}
.registration-frame .action .btn {
  display: inline-block;
  margin: 0 10px;
  width: 78%;
}
.registration-frame .action .btn.short {
  width: 42%;
}
.registration-frame .member-login {
  font-size: 1.5rem;
  line-height: 1.15;
  margin: 1em 0;
}

/* 有料会員特典 */
.paid-member-special-offers {
  background-color: #f5f3f0;
  padding: 40px 15px 20px;
  margin-bottom: 30px;
}
.paid-member-special-offers .description {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 23px;
}
.paid-member-special-offers .privilege-list {
  margin: 15px auto;
  counter-reset: num;
}
.paid-member-special-offers .privilege-list li {
  counter-increment: num;
  margin: 0;
  border-bottom: 1px #baac71 solid;
  line-height: 1.3;
  position: relative;
  font-size: 1.4rem;
  padding: 9px 0 9px 40px;
}
.paid-member-special-offers .privilege-list li::before {
  content: '0' counter(num);
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  margin: auto;
  font-size: 2rem;
  font-family: Arial;
  color: #baac71;
  height: 2.6rem;
}
.paid-member-special-offers .more-info {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
.paid-member-special-offers .more-info a {
  color: #695e2c;
}

/*書籍一覧*/
.book-page.book-list-page .page-title {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.book-page.book-list-page .description {
  margin: 0 15px;
  line-height: 1.8rem;
  font-size: 1.4rem;
  margin-bottom: 17px;
}
.pickup-book.pickup-wrapper {
  padding: 25px;
  border: 2px #d8d8d8 solid;
}
.pickup-book.pickup-wrapper .pickup {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  border-top: 33.75px solid #1a1a1a;
  border-right: 33.75px solid transparent;
  border-bottom: 33.75px solid transparent;
  border-left: 33.75px solid #1a1a1a;
  z-index: 1;
}
.pickup-book {
  margin: 15px 15px 12px 15px;
  position: relative;
}
.pickup-book .top-content {
    margin-bottom: 11px;
}
.pickup-book .book-content{
  margin-bottom: 14px;
}
.pickup-book .book-info {
  padding-left: calc(30% + 11px);
}
.pickup-book .book-title {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 25px;
  color: #1a1a1a;
}
.pickup-book .book-author {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 16px;
  color: #444;
}
.pickup-book.pickup-wrapper .pickup-mark {
  width: 50px;
  position: absolute;
  color: #ffffff;
  top: -23px;
  left: -37px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: center;
  font-size: 1rem;
}
.pickup-book .pickup-mark-bottom span {
  margin-right: 5px;
}
.pickup-book .books-img {
  width: 30%
}
.pickup-book .books-img.none {
  pointer-events: none;
}
.pickup-book .books-img .article-img {
  border: 1px solid #cdd6dd;
  font-size: 0;
}
.pickup-book .books-img img {
  width: 100% ;
  height: 100% ;
}
.pickup-book .book-title span {
  margin-right: 0px;
}
.pickup-book .book-subtitle {
  margin-bottom: 5px;
  font-size: 1.4rem;
  color: #444;
  line-height: 19px;
}
.book-list .article-box .article-info .book-author {
  font-size: 1rem;
  color: #666;
}
.pickup-book .book-description {
  font-size: 1.3rem;
  color: #1a1a1a;
  line-height: 18px;
  clear: both;
}
.books-list-unity .book-list {
    margin: 0 15px;
}
.books-list-unity .article-list .article-box.none {
  pointer-events: none;
}
.books-list-unity .type-LR .article-box a {
  padding: 14px 0;
}
.books-list-unity .book-list .article-list .article-img {
  width: calc(100% * 80.5 / 440);
}
.book-list .article-list .article-img::before,
.pickup-book .book-content .books-img .article-img::before{
  padding-top: calc(100% * 89.5 / 63);
}
.books-list-unity .article-list .article-box .article-info .title {
  margin-bottom: 8px;
}
/* 書籍目次 */
.book-index {
  margin: 0 15px;
}
.book-index article:first-child {
  margin-top: 0;
}
.book-index article {
  border: 1px #cdd6dd solid;
  padding: 10px;
  margin: 10px 0;
  position: relative;
  clear: both;
}
.book-index .total::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(/common/dol/images/v3/book.png) center center /cover;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
}
.book-index .term::before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(/common/dol/images/v3/カレンダー.png) center center /cover;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
}
.book-index .total,
.book-index .term {
  font-size: 1.2rem;
  font-weight: bold;
  color: #555;
}
.book-index .period {
  float: none;
  margin-bottom: 10.5px;
}
.book-index .total {
    float: left;
    clear: both;
}
.book-index .page.plan {
    background-color: #F0F3F5;
}
.book-index article .title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 5px;
  padding-right: 110px;
}
.book-index .book-list article.plan {
    background: rgba(240, 243, 245, 0.5);
    pointer-events: none;
}
.book-index .article-box.plan .title {
  color: #aaaaaa;
}
.book-index article .date {
  font-size: 1rem;
  font-weight: normal;
  color: #888888;
  clear: left;
}
.book-index .article-box.plan .date {
  color: #1a1a1a;
  font-weight: bold;
}
.book-index article a {
  float: right;
  width: 90px;
  height: 35px;
}
.book-index article img {
  width: 10px;
  height: 10px;
}
.book-index article .key::before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 18px;
  background: url(/common/dol/images/v1/icon-member-only.png) center center /cover;
  margin-left: 5px;
  margin-right: 5px;
}
.silver {
  background-color: #F0F3F5;
}
.book-index article .btn {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 1rem;
  line-height: 35px;
  padding: 0;
}
.book-index .book-list article.plan .btn {
  opacity: 0.1;
}
body.book-page.book-index-page .books-module {
  margin: 0 15px;
  border: 1px solid #CDD6DD;
  padding: 25px;
  padding-bottom: 17px;
}
body.book-page.book-index-page .books-module .books-img {
  padding: 0;
  border: 1px solid #d1d9df;
}
body.book-page.book-index-page .books-module .books-data {
  margin-left: calc(((89 / 290)px) * 100% + 17px);
}
body.book-page.book-index-page .books-module .books-data .books-nm {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 25px;
}
body.book-page.book-index-page .books-module .books-data .book-subtitle {
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 19px;
  margin-bottom: 4px;
  color: #444;
}
body.book-page.book-index-page .books-module .books-data .book-author {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 16px;
  color: #666;
}
body.book-page.book-index-page .books-module .purchase .btn {
  width: 100%;
  height: auto;
  margin: 0 0 8px 0;
  padding: 12px 0 12px 0;
}
body.book-page.book-index-page .books-module .purchase .btn:nth-child(2n) {
  margin-right: inherit;
}
.book-index .sort {
  font-size: 1.4rem;
  font-weight: normal;
  margin-right: 15px;
}
.book-index .sort li {
  display: inline;
}
.book-index .header {
  position: relative;
  margin-bottom: 14px;
}
.book-index .header .order-switch-box {
  margin-top: 4px;
}
/* アイコン上書き */
body.book-index-page .article-functions {
  margin: 5px 0;
}
body.book-index-page .article-functions > li:not(:last-child) {
  padding: 0;
  margin: 0;
  border: none;
}
/*====ログイン画面====*/
#login-main-column {
  width: 100%;
  text-align: center;
  border-top: solid 1px #CDD6DD;
  margin: auto;
}
.login-main-form {
  width: 90%;
  margin: auto;
}
#login-main-column .login-form {
  width: 85%;
  margin: auto;
}
#login-main-column .login-font {
  border: none;
  margin: 40px;
}
.login-form-input {
  margin-bottom: 18px;
}
.login-form-text {
  display: block;
  width: 70%;
  text-align: left;
  font-weight: bold;
}
#login-main-column .input {
  width: 95%;
  height: 35px;
  border: solid 1px #CDD6DD;
  padding: 0 5px;
}
.login-detail {
  font-size: 1.2rem;
  margin-bottom: 25px;
}
.login-checkbox-input{
  display: none;
}
.login-checkbox-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.login-checkbox-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #d3d3d3;
}
.login-checkbox-input:checked + .login-checkbox-parts{
  color: black;
}
.login-checkbox-input:checked + .login-checkbox-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 4px;
  width: 3px;
  height: 8px;
  transform: rotate(40deg);
  border-bottom: 3px solid #15276a;
  border-right: 3px solid #15276a;
}
.login-btn {
  border: solid 1px #15276a;
  background-color: #15276a;
  color: white;
  width: 100%;
  height: 50px;
  margin-bottom: 20px;
}
.login-acount-link {
  font-weight: bold;
  font-size: 1.5rem;
}
/*====DWページ====*/
.dw-list-info {
  margin: 0 15px 35px;
}
.dw-list-info .page-description {
  margin: 0 0 8px;
}
.dw-issue-year {
  font-size: 0;
}
.dw-issue-year > * {
  display: inline-block;
}
.dw-issue-year .select-title {
  font-size: 1.5rem;
  line-height: 24px;
  margin-right: 10px;
}
.dw-issue-year select {
  width: 130px;
  font-size: 1.3rem;
}
.dw-attention {
  font-size: 1.6rem;
  line-height: 1.3;
  text-align: center;
  margin: 30px 15px 0;
}
/*====WSJ一覧（WSJトップ）====*/
.wsj-articles {
  margin: 20px 15px 0;
}
.wsj-articles .title-box {
  text-align: center;
  margin-bottom: 15px;
}
.wsj-articles .title-box .title {
  font-size: 1.5rem;
}
.wsj-articles .title-box .
.wsj-articles .pick-up-box {
  margin-bottom: 25px;
}
.wsj-articles .article-list-box .attention {
  font-size: 0.9rem;
  margin: 5px 0;
}
.wsj-articles .pick-up-box .list-link-btn {
  margin-top: 0;
  margin-bottom: 25px;
}
/*====マイページ====*/
/*ヘッダー*/
.mypage-header .mypage-top-banner,
.mypage-header .mypage-remaining-info,
.mypage-header .mypage-nav {
  padding: 0 15px;
}
.mypage-header .mypage-top-banner,
.mypage-header .mypage-remaining-info {
  background: #2A2A2A;
}
.mypage-header .mypage-top-banner {
  color: #fff;
  height: 60px;
}
.mypage-header .mypage-top-banner .member-stetus {
  display: inline-block;
  font-size: 1.1rem;
  margin-top: 29px;
}
.mypage-header .mypage-top-banner .member-name {
  display: inline-block;
  font-size: 1.4rem;
}
.mypage-header .mypage-top-banner .member-name span {
  font-size: 1rem;
}
.mypage-header .mypage-top-banner .member-name .user-name {
  font-size: 1.4rem;
}
.mypage-header .mypage-top-banner .config {
  border: solid 1px #fff;
  color: #fff;
  line-height: 30px;
  width: 90px;
  text-align: right;
  box-sizing: border-box;
  background: url(/common/dol/images/v3/歯車.png) no-repeat 15px;
  padding: 0 15px;
  margin-top: 15px;
}
.mypage-header .mypage-remaining-info .info-box {
  text-align: center;
  border-top: dashed 1px rgba(255, 255, 255, .75);
  padding: 12px 0 15px;
  font-size: 0;
}
.mypage-header .info-box > * {
  vertical-align: middle;
}
.mypage-header .info-box .limited {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.mypage-header .info-box .remaining {
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
}
.mypage-header .info-box .remaining .count {
  font-size: 1.8rem;
  font-weight: bold;
}
.mypage-header .info-box .registation-link {
  display: inline-block;
  line-height: 22px;
  background: #695e2c;
  color: #fff;
  font-size: 1.2rem;
  margin-top: 10px;
  padding: 0 8.5px;
  border-radius: 2px;
}
.mypage-header .mypage-nav {
  background: #efece9;
  padding-top: 25px;
  box-sizing: border-box;
}
.mypage-header .mypage-nav ul {
  font-size: 0;
}
.mypage-header .mypage-nav ul > * {
  display: inline-block;
  vertical-align: middle;
  width: 66px;
  font-size: 1.3rem;
  margin-right: 34px;
}
.mypage-header .mypage-nav ul li a {
  display: block;
  text-align: center;
  color: #1A1A1A;
  padding-bottom: 3px;
  border-bottom: 5px solid transparent;
}
.mypage-header .mypage-nav ul li a:hover {
  text-decoration: none;
}
.mypage-header .mypage-nav ul li .current {
  font-weight: bold;
  border-bottom: solid 3.5px #695E2C;
}
/*====マイページクリップリスト無し====*/
.mypage-atention {
  font-size:1.4rem;
  line-height: 1.8em;
  margin-bottom: 90px;
  text-align: center;
}
/*====マイページリスト====*/
.member-list-box {
  margin-top: 25px;
}
.member-list-box .article-list .article-box {
  position: relative;
  border-bottom: 1px solid #d8d8d8;
}
.member-list-box .article-list .article-box:first-child {
  border-top: 1px solid #d8d8d8;
}
.member-list-box .article-list .article-box a {
  padding: 15px 0;
  position: relative;
  z-index: 0;
}
.member-list-box .article-list .article-box .clip-btn {
  width: auto;
  height: 10px;
  border: solid 1px #1B2B6A;
  color: #1B2B6A;
  font-size: 1.1rem;
  border-radius: 20px;
  padding: 2px 3px;
  position: absolute;
  bottom: 14px;
  left: 60px;
  z-index: 1;
  cursor: pointer;
  padding: 25px;
  bottom: -7px;
  left: 35px;
  border: none;
}
.member-list-box .article-list .article-box .clip-btn .delete {
  border: solid 1px #1B2B6A;
  border-radius: 20px;
  padding: 0px 3px;
}
.member-list-box .article-list .article-box .article-info .title {
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 18px;
}
.member-list-box .article-list .article-box .article-info .category {
  font-size: 1.1rem;
  margin-bottom: 10px;
}
.member-list-box .article-list .article-box .bottom-info .summary {
  font-size: 1.2rem;
  line-height: 17px;
  margin-bottom: 7px;
}
/*====クリップリスト無し====*/
.mypage-not-clip-article {
  width: 90%;
  margin: 50px auto 100px auto;
  text-align: center;
}
.clip-page-atention {
  margin-bottom: 30px;
}
.clip-page-list {
  background: #d3d3d3;
  width: 90%;
  height: 80px;
  margin: 0 auto 15px auto;
}
/* マイページお知らせ */
.mypage-notice-list {
  padding: 0 15px;
}
.mypage-notice-list .mypage-notice-box {
  padding: 9px 0;
  border-bottom: 1px solid #cdd6dd;
}
.mypage-notice-list .mypage-notice-box:first-child {
  border-top: 1px solid #cdd6dd;
}
.mypage-notice-list .mypage-notice-box .title {
  color: #1a1a1a;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8.5px;
}
.mypage-notice-list .mypage-notice-box .pub-date {
  color: #666;
  font-size: 1rem;
  font-weight: normal;
}

/*サブスク一覧 最新記事*/
.new-article {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
body.smp.column-list-page .new-article {
  margin-bottom: 15px;
}
.number .article-box {
  position: relative;
}
.number .article-box a {
  padding-left: 30px;
  box-sizing: border-box;
}
.number .article-box a::before {
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Arial";
  color: #B8AA71;
  position: absolute;
  top: 15px;
  left: 5px;
}
.number .article-box a::before {
  counter-increment: i;
  content: counter(i);
}
body.column-list-page .main-article-box .article-info {
  padding-bottom: 0;
}
body.column-list-page .main-article-box .article-info .num {
  color: #888;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 3px;
}
body.column-list-page .main-article-box .article-info .title {
  margin-bottom: 8.5px;
}
body.column-list-page .main-article-box .article-info .category {
  margin-top: 0;
  margin-bottom: 12.5px;
}
body.column-list-page .main-article-box .summary {
  margin-bottom: 5.5px;
  font-size: 1.2rem;
  font-weight: normal;
  color: #1a1a1a;
}
body.column-list-page .main-article-box .pub-data {
  font-size: 1.0rem;
  font-weight: normal;
  color: #888;
}
body.column-list-page .new-article {
  margin-bottom: 23px;
}
.search-results {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #555;
}
body.column-list-page .article-list .article-img::before{
  padding-top: calc(100% * 127 / 243);
}
body.column-list-page .type-LR .article-box .article-img {
  width: calc(100% * 127 / 360);
}
body.column-list-page .type-LR .article-box .article-info {
  padding-right: calc(100% * 127 / 360 + 10px);
}
/*サブスク一覧 検索結果*/
.new-article-wrapper {
  margin: 0 15px;
}
body.search-list-page .main-article-box .article-info .title {
  margin-bottom: 8.5px;
}
body.search-list-page .main-article-box .article-info .category {
  margin-bottom: 12.5px;
}
body.common-list-page.search-list-page .main-article-box .article-info .summary {
  margin-bottom: 5.5px;
}
body.common-list-page.search-list-page .main-article-box .article-info .pub-data {
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 18px;
  color: #888;
}
/*サブスク一覧 ランキング*/
body.smp.article-page .page-title {
  font-size: 1.5rem;
  color: #1a1a1a;
  margin: 20px 0 14px 0;
  padding-bottom: 0px;
}
/* スライダー生成時 */
.feature-slide .article-box {
  display: none;
}
.feature-slide .owl-stage-outer .article-box {
  display: block;
}
/* 特集スライダー */
.feature-article-list .article-box {
  background: #1a1a1a;
  color: #fff;
}
.feature-article-list .article-box .article-info {
  padding: 5px 15px 10px;
}
.feature-article-list .article-box .article-info .number {
  font-size: 0.8rem;
}
.feature-article-list .article-box .article-info .title {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.3;
  margin: 0;
}
.feature-article-list .article-box {
  float: none;
  width: 80vw; /* デザインに合わせて設定 */
  transform-origin: left;
  transform: scale(.8);
  transition: all .3s;
}
.feature-article-list .owl-carousel {
  width: auto;
  margin: 0 -15px;
  background: #F0F3F5;
  padding: 30px 0 10px;
}
.feature-article-list .owl-item {
  opacity: 0;
  transition: all .3s;
}
.feature-article-list .owl-item.active {
  opacity: 1;
}
.feature-article-list .owl-item.center {
  position: relative;
  z-index: 1;
}
.feature-article-list .owl-item.center .article-box {
  transform: none;
  margin-left: -70%; /* 上記の.itemのwidthに合わせて調整 */
}
.feature-article-list .owl-theme .owl-dots .owl-dot {
  outline: none;
}
.feature-article-list .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border: 1px solid #333;
  background: #333;
  transition: all .3s;
  box-sizing: border-box;
}
.feature-article-list .owl-theme .owl-dots .owl-dot.active span,
.feature-article-list .owl-theme .owl-dots .owl-dot:hover span {
  background: #fff;
}
/* スライダー関係上書き */
.top-content .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #3B4043;
}
.top-content .owl-theme .owl-nav [class*=owl-]:focus {
  outline: 0;
}
/* TOP書籍スライダー */
.book-list .list-description {
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 10px;
}
.book-list .book-slide {
  padding: 0 28px;
  box-sizing: border-box;
}
.book-list .book-slide a {
  color: #000;
}
.book-list .book-slide a:hover {
  text-decration: none;
}
.book-list .book-slide .book-info {
  position: relative;
}
.book-list .book-slide .book-info .img-box {
  border: 1px solid #CDD6DD;
  margin-bottom: 10px;
}
.book-list .book-slide .book-info .issue {
  font-size: 1.4rem;
  color: #555;
}
.book-list .book-slide .book-info .author {
  font-size: 1rem;
  color: #666;
  margin-top: .5em;
}
.book-list .owl-item {
  margin-top: 20px;
}
.book-list .owl-theme .owl-nav [class*=owl-] {
  margin: 0;
}
.book-list .owl-nav .owl-prev,
.book-list .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.book-list .owl-nav .owl-prev {
  left: -5px;
}
.book-list .owl-nav .owl-next {
  right: -5px;
}
.book-list .owl-theme .owl-nav {
  margin-top: 0;
}
.book-list .owl-nav span {
  font-size: 5rem;
}
/* 設定 */
.config-index a{
  text-decoration: none;
  color: #1a1a1a;
}
.config-index .header {
  height: 70px;
  width: 100%;
  background-color: #959595;
}
.config-index .header p {
  font-size: 20px;
  margin-left: 20px;
  color: #fff;
  line-height: 70px;
}
.config-index .account ul li {
  height: 56px;
  line-height: 56px;
  font-size: 1.4rem;
  padding-left: 19px;
}
.config-index .account ul li:not(:last-child){
  border-bottom: #F1F9FF solid 1px;
}
.config-index .member ul li:not(:last-child){
  border-bottom: #F1F9FF solid 1px;
}
.config-index .account p {
  padding: 30px 0 16px 16px;
  font-size: 1.0rem;
  background-color: #EAEAEA;
}
.config-index .member p {
  padding: 30px 0 16px 16px;
  font-size: 1.0rem;
  background-color: #EAEAEA;
}
.config-index .member ul li {
  height: 56px;
  line-height: 56px;
  font-size: 1.4rem;
  padding-left: 19px;
}
.config-index .member ul .unsubscribe {
  margin-top: 95px;
  border-top: #F1F9FF solid 1px;
  border-bottom: #F1F9FF solid 1px;
}
.config-index .member.free ul .view-histry,
.config-index .member.pay ul .buy-history {
  border: none;
}
/* フッターアイコン */
.footer-content-wrap .footer-links .circle{
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
}
.footer-content-wrap .footer-links .circle a {
  background-repeat: no-repeat;
  background-position: center center; 
  display: inline-block;
  width: 40px;
  height: 40px;
}
.footer-content-wrap .footer-links .footer-icon {
  font-size: 0;
  margin-bottom: 20px;
}
.footer-content-wrap .footer-links .footer-icon li:not(:last-child) {
  margin-right: 10px;
}
.footer-content-wrap .footer-links .circle.tw a{
  background-image: url("../img/logo_tw.png");
  background-size: 23px 24px;
}
.footer-content-wrap .footer-links .circle.fb a{
  background-image: url("../img/logo_fb.png");
  background-size: 22px 22px;
}
.footer-content-wrap .footer-links .circle.rss a{
  background-image: url("../img/icon_rss.png");
  background-size: 20px 20px;
  background-position: 11px 10px;
}
/* DL-モジュール */
.dl-module {
  padding: 26px;
  border: 2px solid #CDD6DD;
  margin: 0 15px;
}
.dl-module .books-data .free-pdf {
  background-color: #1a1a1a;
  color: #fff;
  padding: 5px 15px;
  font-size: 1.4rem;
  border-radius: 10px;
  margin: 0 108px 10px 0px;
}
.dl-module .books-img {
  width: calc(100% * 100 / 310);
  font-size: 0;
  position: relative;
}
.dl-module .books-img .article-img::before {
  padding-top: calc(100% * 89.5 / 63);
}
.dl-module .books-data {
  padding-left: calc((100% * 100 / 310) + 11.5px);
  margin-bottom: 11.5px;
}
.dl-module .books-data .title {
  font-size: 2.0rem;
  font-weight: bold;
  color: #1a1a1a;
}
.dl-module .detail {
  font-size: 1.5rem;
  line-height: 2.25rem;
}
.dl-module .dl-btn {
  margin-top: 18px
}
.dl-module .dl-btn a{
  background-color: #fff;
  color: #15276A;
  border: 1px solid #15276A;
  border-radius: 3px;
}
/* TOP書籍 */
.sub-book-list {
  margin: 30px 15px 20px;
}
.sub-book-list .list-box {
  background: #F0F3F5;
  padding: 20px 20px 0;
  margin-bottom: 10px;
}
.sub-book-list .list-box .label-box {
  margin: 0 0 10px;
}
.sub-book-list .list-box .label-box .head {
  font-size: 1.7rem;
  line-height: 21px;
  font-weight: 700;
  margin-top: 10px;
}
.sub-book-list .list-box .cover-list {
  font-size: 0;
}
.sub-book-list .list-box .cover-list .cover {
  display: inline-block;
  width: calc((100% - 40px) / 3);
  margin-bottom: 15px;
}
.sub-book-list .list-box .cover-list .cover:not(:nth-of-type(3n)) {
  margin-right: 20px;
}
.sub-book-list .list-box .cover-list .cover .img-box {
  width: 100%;
  border: 1px solid #cdd6dd;
}
.sub-book-list .list-box .cover-list .cover .img-box img {
  max-width: 100%;
}
/* サブカラム　特集 */
.sub-feature .content-title {
  border-bottom: 1px #d8d8d8 solid;
}
.sub-feature .sub-article-box {
  border-bottom: 1px #d8d8d8 solid;
}
.sub-feature .sub-article-box .article-info {
  box-sizing: border-box;
  padding: 15px 0;
  display: block;
}
/* お知らせ */
.notice-box {
  padding: 15px 0;
  background-color: #f0f3f5;
}
.notice-box .notice-inner {
  margin: 0 15px;
}
.notice-box p {
  font-size: 1.4rem;
  line-height: 1.3;
  padding-left: 25px;
  position: relative;
}
.notice-box p a {
  color: #3B4043;
}
.notice-box p::before {
  content: '!';
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 18px;
  color: #959EA7;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  border: 2px solid #959EA7;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: -2px;
}

/*====セミナーページ====*/
.seminar-side-padding {
  padding-left: 15px;
  padding-right: 15px;
}

/* ヘッダー */
.seminar-header {
  margin-bottom: 20px;
}

/* カンバン */
.seminar-kanban {
  text-align: center;
  margin-bottom: 15px;
}
.seminar-kanban img {
  max-width: 100%;
}

/* SNS */
.seminar-sns {
  text-align: right;
  margin-bottom: 15px;
  font-size: 0;
}
.seminar-sns li {
  display: inline-block;
  margin-left: 5px;
}

/* リード文 */
.seminar-lead {
  font-size: 1.3rem;
  line-height: 1.384;
  margin-bottom: 12px;
}

/* キーワード */
.seminar-keyword-list {
  font-size: 0;
}
.seminar-keyword-list > li {
  display: inline-block;
  font-size: 1rem;
  line-height: 1.2;
  border: 1px solid #cdd6dd;
  border-radius: 3px;
  padding: .2em .5em;
  margin-right: 5px;
  margin-bottom: 5px;
}

/* セクション */
.seminar-section {
  margin-bottom: 20px;
}
.seminar-section .section-title {
  background: #f0f3f5;
  border-radius: 2px;
  font-size: 1.6rem;
  line-height: 1.125;
  padding: .5em .6em;
  font-weight: 700;
  margin-bottom: 10px;
}

/* 概要 */
.seminar-outline {
  font-size: 1.3rem;
  line-height: 1.461;
}

/* 関連サイト */
.seminar-links {
  margin: 10px 0;
}
.seminar-links .seminar-links-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
}
.seminar-links ul li a {
  display: inline-block;
  background: url(../../../../../common/dol/images/v3/icon-external-link.png) top 2px left no-repeat;
  background-size: 16px auto;
  font-size: 1.3rem;
  padding-left: 1.5em;
  line-height: 1.5;
  margin: .3em 0;
}

/* 詳細・プログラム */
.seminar-section.detail,
.seminar-section.program {
  margin-bottom: 50px;
}
.seminar-detail-list > dt,
.seminar-detail-list > dd,
.seminar-program-list > dt,
.seminar-program-list > dd {
  font-size: 1.4rem;
  line-height: 1.357;
}
.seminar-detail-list > dt {
  float: left;
  font-weight: 700;
  width: 75px;
  padding: 12px 0;
  box-sizing: border-box;
  clear: both;
}
.seminar-detail-list > dt.full-width {
  float: none;
}
.seminar-detail-list > dt.full-width+dd {
  padding-left: 0;
  padding-top: 0;
}
.seminar-detail-list > dd {
  border-bottom: 1px dashed #555e64;
  padding: 12px 0;
  padding-left: 75px;
}
.seminar-detail-list > dd strong {
  font-size: 1.6rem;
  font-weight: 700;
  vertical-align: middle;
}
.seminar-detail-list > dd .seminar-red {
  color: #e50404;
}
.seminar-detail-list > dd iframe {
  width: 100%;
  height: 35vw;
  margin-top: 5px;
}

/* 協賛バナー */
.seminar-coop-thumb-list {
  font-size: 0;
}
.seminar-coop-thumb-list > li {
  margin-right: 32px;
  display: inline-block;
  vertical-align: middle;
}
.seminar-coop-thumb-list > li:last-child {
  margin-right: 0;
}
.seminar-coop-thumb-list > li + img {
  vertical-align: middle;
}

/* プログラム */
.seminar-program-list > dt {
  font-weight: 700;
  margin-top: 10px;
}
.seminar-program-list > dd {
  border-bottom: 1px dashed #555e64;
  padding: 10px;
}

/* プログラム備考 */
.seminar-program-notice {
  font-size: 1.4rem;
  line-height: 1.3;
  margin: .5em 0;
}

/* 講師 */
.seminar-lecturer-list {
  margin-bottom: 75px;
}
.seminar-lecturer-list .seminar-lecturer:nth-last-of-type(1) {
  margin-bottom: 20px;
}
.seminar-lecturer .image {
  float: left;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.seminar-lecturer .image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  right: -100%;
  margin: auto;
}
.seminar-lecturer .text {
  margin-left: 62px;
  padding-left: 20px;
}
.seminar-lecturer .shozoku {
  font-size: 1rem;
  line-height: 1.461;
}
.seminar-lecturer .name-kana {
  font-size: 0;
  margin: 5px 0;
}
.seminar-lecturer .name-kana .name {
  font-size: 1.2rem;
  font-weight: 700;
}
.seminar-lecturer .name-kana .name strong {
  font-size: 1.5rem;
  margin-right: .2em;
}
.seminar-lecturer .name-kana .kana {
  font-size: 1rem;
  line-height: 1.333;
  margin-left: .8em;
  color: #888;
}
.seminar-lecturer .description {
  font-size: 1.2rem;
  line-height: 1.5;
}
.seminar-lecturer .description a {
  display: inline-block;
  padding-left: 1.5em;
  background: url(../../../../../common/dol/images/v3/icon-external-link.png) top 2px left no-repeat;
  background-size: 14px auto;
}

/* 申し込みボタン */
.seminar-button {
  background: #ead41e;
  padding: .8em 0;
  line-height: 1.1;
  text-align: center;
  font-weight: 700;
  color: inherit;
  display: block;
  border-radius: 2px;
}

/* 申し込みモジュール */
.seminar-entry {
  text-align: center;
  position: fixed;
  bottom: 0;
  background: #ead41e;
  width: 100%;
}
.seminar-entry .seminar-button {
  font-size: 1.6rem;
  width: 60%;
  margin: 7px auto;
  border: 1px solid #000;
}
.seminar-entry .time-place {
  font-size: 1.3rem;
  line-height: 1.384;
  padding: 0 40px 7px;
  text-align: left;
}
.seminar-entry .time-place dt {
  float: left;
  clear: both;
}
.seminar-entry .time-place dd {
  font-weight: 700;
  padding-left: 3em;
}

/* =======セミナー一覧======== */
.seminar-list .page-title {
  text-align: center;
  font-size: 1.5rem;
}
.seminar-list .header {
  text-align: center;
  margin-bottom: 13px;
  font-size: 1.5rem;
}

/* セミナー一覧：スライダー */
.seminar-list-slider {
  margin: 0 30px 10px;
}
.seminar-list-slider .owl-theme .owl-nav [class*=owl-] {
  margin: 0;
}
.seminar-list-slider .owl-nav .owl-prev,
.seminar-list-slider .owl-nav .owl-next {
  position: absolute;
  top: -20px;
  bottom: 0;
  margin: auto;
}
.seminar-list-slider .owl-nav .owl-prev {
  left: -20px;
}
.seminar-list-slider .owl-nav .owl-next {
  right: -20px;
}
.seminar-list-slider .owl-theme .owl-nav {
  margin-top: 0;
}
.seminar-list-slider .owl-nav span {
  font-size: 4rem;
}
.seminar-list-slider .owl-theme .owl-dots {
  margin-top: 5px;
}
.seminar-list-slider .owl-theme .owl-dots .owl-dot {
  outline: none;
}
.seminar-list-slider .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  background: #000;
  transition: all .3s;
  box-sizing: border-box;
}
.seminar-list-slider .owl-theme .owl-dots .owl-dot.active span,
.seminar-list-slider .owl-theme .owl-dots .owl-dot:hover span {
  box-sizing: border-box;
  background: #fff;
}
.seminar-list-slider .owl-theme .owl-nav [class*=owl-]:hover {
  background: #fff;
  color: #131313;
}
.seminar-list-slider .owl-theme .owl-nav [class*=owl-]:focus {
  outline: none;
}
.seminar-list-slider .article-img::before {
    padding-top: calc(100% * 143 / 315);
}

/* セミナー一覧：タブ */
.seminar-list-tab {
  margin-bottom: 30px;
  width: 80%;
  text-align: center;
  margin: auto;
}
.seminar-list-tab .items {
  display: inline-block;
  margin: 0 1px 6px;
  font-size: 1.1rem;
  border: 1px solid #CDD6DD;
  border-radius: 2px;
}
.seminar-list-tab .items.current {
  background: #CDD6DD;
  padding: 4px 10px;
}
.seminar-list-tab .items > a {
  text-decoration: none;
  color: #1A1A1A;
  padding: 4px 10px;
  display: block;
}

/* セミナー一覧：イベント一覧 */
.seminar-list-article {
  margin: 0 15px 30px;
}
.seminar-list-article .articles {
  position: relative;
  width: 100%;
  padding: 15px 0 16px;
  border-bottom: 1px solid #CDD6DD;
}
.seminar-list-article .articles::after {
  content: "";
  display: block;
  clear: both;
}
.seminar-list-article .img {
  float: left;
  width: calc(100% * 310 / 720 - 9px);
  position: relative;
  background: #eee;
  overflow: hidden;
  z-index: 1;
}
.seminar-list-article .img::before {
  content: '';
  display: block;
  padding-top: calc(100% * 127 / 280);
}
.seminar-list-article .img > img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.seminar-list-article .info {
  padding-left: calc(100% * 310 / 720 + 9px);
  box-sizing: border-box;
  position: relative;
}
.seminar-list-article .date {
  font-size: 1rem;
  line-height: 1.3;
  margin-bottom: 5px;
}
.seminar-list-article .icon {
  color: #FF0000;
  border: solid 1px #FF0000;
  border-radius: 2px;
  font-size: 1rem;
  display: inline-block;
  line-height: 1.2;
  width: 40px;
  text-align: center;
  vertical-align: top;
}
.seminar-list-article .ttl {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 8px;
}
.seminar-list-article .ttl > a {
  color: #1A1A1A;
}
.seminar-list-article .entry-btn {
  text-align: center;
}
.seminar-list-article .entry-btn > a,
.seminar-list-article .entry-btn.disabled {
  display: inline-block;
  width: 90px;
  height: 30px;
  text-align: center;
  color: #FFF;
  background: #1B2B6A;
  border-radius: 2px;
  font-weight: bold;
  transition: all .3s;
  font-size: 1rem;
  line-height: 3;
  text-decoration: none;
}
.seminar-list-article .entry-btn.disabled {
  background: #CDD6DD;
}
.seminar-list-article .no-hit {
  margin: 15px;
}

/* セミナー一覧：ページネーション */
.seminar-list .pagination {
  margin-top: 30px;
}

/* セミナー一覧：提供元一覧 */
.seminar-list-provider .ttl {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.seminar-list-provider .wrapper {
  display: flex;
  flex-wrap: wrap;
  padding: 0 1.5rem;
}
.seminar-list-provider .items {
  width: calc((100% - 1.5rem) / 2);
  background: #f0f3f5;
  padding-bottom: 55px;
  position: relative;
  margin-bottom: 1.5rem;
  border: solid 1px #cdd6dd;
  box-sizing: border-box;
}
.seminar-list-provider .items:not(:nth-of-type(2n)) {
  margin-right: 1.5rem;
}
.seminar-list-provider .img {
  position: relative;
  background: #eee;
  overflow: hidden;
  z-index: 1;
}
.seminar-list-provider .img > img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.seminar-list-provider .img::before {
  content: '';
  display: block;
  padding-top: calc(100% * 110 / 234);
}
.seminar-list-provider .info {
  padding: 20px 20px 0 20px;
  font-size: 1rem;
  line-height: 1.7;
}
.seminar-list-provider .text {
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
}
.seminar-list-provider .link-btn {
  left: 0px;
  text-align: center;
  bottom: 15px;
  width: 100%;
  position: absolute;
}
.seminar-list-provider .link {
  display: block;
  width: 115px;
  margin: auto;
  border: 1px solid #cdd6dd;
  font-size: 1.2rem;
  padding: 4px;
  border-radius: 3px;
  color: #1A1A1A;
}
.seminar-list-provider .link:hover {
  text-decoration: none;
}

/* =======スタートアップ======== */
/*スタートアップ*/
.startup-top-page .page-title {
  font-size: 1.5rem;
  padding: 11px 0 14px
}
.startup-pickup {
  margin-bottom: 4px;
}
.startup-pickup .large-article .article-info {
  padding: 15px 0 14px;
  border-bottom: 2px solid #cdd6dd;
  margin: 0 15px 15px;
}
.startup-pickup .large-article .article-info .title {
  font-size: 1.7rem;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 7px;
  line-height: 1.3;
}
.startup-pickup .large-article .article-info .category {
  color: #666;
  font-size: 1rem;
  margin-bottom: 10px;
}
.startup-pickup .large-article .article-info .summary {
  font-size: 1.1rem;
  color: #1a1a1a;
  line-height: 1.45;
}
.startup-pickup .article-list.col2 {
  margin: 0 15px;
}
.startup-pickup .article-list.col2 .article-info {
  padding: 10px 0;
}
.startup-pickup .article-list.col2 .article-info .title {
  font-size: 1.4rem;
  line-height: 1.28;
  font-weight: bold;
  margin-bottom: 10px;
}
.startup-pickup .type-TB.col2 .article-box {
  margin-bottom: 0;
}
.startup-top-page .content.movie-list {
  padding-top: 28px;
  border-top: 2px #cdd6dd solid;
}
/*サブカラムメール*/
.sub-mail {
  border: solid 4px #d8d8d8;
  padding: 10px 20px;
  margin: 0 15px;
  box-sizing: border-box;
  font-size: 0;
  margin-top: 24px;
}
.sub-mail-box {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-right: 23.5px;
  float: left;
}
.sub-mail-box img {
  width: 60px;
  height: 39px;
}
.sub-mail p {
  padding-right: 12px;
  font-size: 1.8rem;
  line-height: 1.25;
  color: #1a1a1a;
}
/*サブカラム スタートアップランキング*/
.content.startup-ranking .ranking-tab{
  border: none;
}
.content.startup-ranking .ranking-tab li:first-child {
  border-left: solid 1px #baac71;
  border-top: solid 1px #baac71;
}
.content.startup-ranking .ranking-tab li:nth-child(2n) {
  border-top: solid 1px #baac71;
}
.content.startup-ranking .ranking-tab li:nth-child(3n) {
  background-color: #fff;
}

/*サブカラム 連載*/
.startup-top-page .sub-serial .article-img {
  width: 100px;
}

/*サブカラム おすすめ*/
.startup-top-page .sub-recommended .article-img {
  width: 100px;
}
/*サブカラム バナー*/
.sub-banner {
  margin: 30px 15px;
  text-align: center;
}
#sub-column .sub-banner:first-child {
  margin-top: 0;
}
.sub-banner img {
  max-width: 100% ;
  vertical-align: bottom;
}

/* movie-slider */
.movie-list {
  margin-bottom: 30px;
  padding: 0 20px 0;
}
.movie-list .content-title {
  margin: 0 0 14px;
  padding: 0;
  border-top: none;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}
.movie-list .owl-carousel.owl-loaded {
  position: relative;
}
.movie-list .article-list {
  margin-bottom: 13px;
}
.movie-list .article-box .article-img {
  margin-bottom: 9.25px;
}
.movie-list .article-box .category-name {
  padding-bottom: 4.95px;
  font-size: 0.8rem;
  line-height: 1.5;
  color: #888888;
}
.movie-list .article-box .title {
  margin-bottom: 6px;
}
.movie-list .owl-theme .owl-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
.movie-list .owl-theme .owl-nav::before {
  content: '';
  display: block;
  padding-top: calc(((100% - 8.95px) / 2) * 630 / 1200);
}
.movie-list .owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.movie-list .owl-theme .owl-nav [class*=owl-]:focus {
  outline: 0;
}
.movie-list .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #3B4043;
}
.movie-list .owl-nav .owl-prev {
  left: -20px;
}
.movie-list .owl-nav .owl-next {
  right: -20px;
}
.movie-list .owl-nav [class*=owl-] span {
  font-size: 4rem;
}
.movie-list .list-link-btn {
  margin: 0 auto;
}

/* 動画ページ */
.movie-page .movie-box {
  position: relative;
  padding-top: 56.25%;
}
.movie-page .movie-box iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.movie-page .article-header {
  padding-top: 2px;
}
.movie-page .article-header .article-functions-wrapper {
  margin-bottom: 10px;
}
.movie-page .article-header .article-functions-wrapper .article-functions {
  text-align: center;
}
.movie-page .article-header .article-title {
  font-size: 1.7rem;
  line-height: 1.29;
}
.movie-page .movie-description {
  margin: 14.5px 15px 30px;
  font-size: 1.5rem;
  line-height: 1.5;
}

/* =======有料会員限定記事======== */
/* ページタイトル */
.premium-page-title {
  text-align: center;
  margin-bottom: 20px;
}
/* あなたへのおすすめ有料記事 */
.premium-recommend {
  margin-bottom: 40px;
  margin-left: 15px;
  margin-right: 15px;
}
.premium-recommend-title {
  font-size: 1.5rem;
  linie-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
/* 告知 */
.premium-banner-list {
  margin: 30px 15px;
}
.premium-banner {
  font-size: 0;
  text-align: center;
}
.premium-banner+.premium-banner {
  margin-top: 10px;
}
.premium-banner img {
  vertical-align: bottom;
  max-width: 100%;
}
/* その他特典 */
.list-link-btn.premium {
  width: 210px;
  margin-top: 25px;
}
/* 会員登録誘導 */
.premium-lead {
  width: 100%;
  background: #695e2c;
  color: #fff;
  padding: 25px 0 20px;
  text-align: center;
  position: fixed;
  bottom: 51px;
  z-index: 1;
}
.premium-lead .premium-lead-btn {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.25;
  width: 350px;
  text-align: center;
  display: block;
  margin: auto;
  color: inherit;
  border: 1px solid currentColor;
  border-radius: 3px;
  padding: .6em 0;
  margin-bottom: 16px;
  position: relative;
  text-decoration: none;
}
.premium-lead .premium-lead-btn::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: scale(0.5);
  transition: .3s;
  z-index: -1;
}
.premium-lead .premium-lead-btn:hover {
  color: #fff;
}
.premium-lead .premium-lead-btn:hover::before {
  background: #8e8041;
  transform: scale(1);
}
.premium-lead-text a {
  color: #fff;
  font-size: 1.5rem;
  color: inherit;
  line-height: 2;
}

/*====健康カテゴリ　リストページ====*/
/* ページタイトルなど */
.page-title-tag {
  font-size: 1.6rem;
}
.top-content .top-content-title.top-content-title-tag {
  border-bottom: 1px solid #cdd6dd;
  margin-bottom: 15px;
}
/* タグ */
.tag-list {
  font-size: 0;
}
.tag-list .tag {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 400;
  color: inherit;
  padding: 6px;
  border: 1px solid #efefef;
  border-radius: 3px;
  margin-right: 8px;
  margin-bottom: 12px;
  transition: .3s;
  white-space: nowrap;
}
.tag-list a.tag:hover {
  text-decoration: none;
  border-color: #999;
}

/* ピックアップタグ */
.top-content.top-content-tag .top-content-title {
  border-top: none;
  font-weight: normal;
  margin-top: 0;
}

/* 著者一覧 */
.author-block-list {
  display: flex;
  flex-wrap: wrap;
}
.author-block-list .author-block {
  width: calc((100% - 15px * 2 ) / 3);
  margin-bottom: 10px;
}
.author-block-list .author-block:not(:nth-child(3n)) {
  margin-right: 15px;
}
.author-block a {
  color: inherit;
}
.author-block .author-info {
  padding-top: 8px;
}
.author-block .author-info .name {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 6px;
}
.author-block .author-info .katagaki {
  font-size: 1rem;
  color: #666;
}
.author-block .author-photo {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.author-block .author-photo::before {
  content: '';
  display: block;
  padding-top: 100%;
}
.author-block .author-photo img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  min-width: 100%;
  min-height: 100%;
  transition: 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.author-block .author-photo img.full-height {
  height: 100%;
  left: -100%;
  right: -100%;
}
.author-block .author-photo img.full-width {
  width: 100%;
}

/* 概要 */
.tag-outline {
  margin-bottom: 1.5em;
  font-size: 1.3rem;
  line-height: 1.5;
}

/* 関連キーワード */
.article-header-related-keyword {
  background: #eee;
  padding: 13px;
  font-size: 0;
  margin: 15px;
  border-radius: 3px;
}
.article-header-related-keyword p {
  font-size: 1.4rem;
  line-height: 1.384;
  margin-bottom: 7px;
}
.article-header-related-keyword a {
  font-size: 1.4rem;
  line-height: 1.384;
  margin-right: 14px;
  margin-bottom: 15px;
  white-space: nowrap;
}


.video-player-box {
  position: relative;
  width: 100%;
}
.video-player-box::before {
  content: "";
  display: block;
  padding-bottom: 56.25%;
}
.video-player-box.standard::before {
  content: "";
  display: block;
  padding-bottom: 75%;
}
.video-player-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-player-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.video-top .top-article-box .video-player-box {
  width: 100%;
  margin-bottom: 10px;
  background-color: #eee;
}
.video-top .top-article-box .video-player-box .loading-video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 64px;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  border: solid 4px #fff;
  border-left-color: #666;
  border-top-color: #666;
  border-radius: 50%;
  animation: loading-video 1s infinite;
}
@keyframes loading-video {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.video-top .top-article-box .article-img.video-player-box::before {
  padding-top: 0;
}
.top-page .top-article-box .video-player-box::after,
.top-page .article-list .video-player-box::after,
.video-top .top-article-box .video-player-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.video-top .large-article .main-article-box {
  width: 100%;
}
.top-page .video-player-box::before {
  padding-top: 0;
}
.video-top .large-article .main-article-box .article-info {
  min-height: auto;
}
.video-top .article-box:not(.top-article-box) a {
  height: auto;
}
.video-top .large-article .main-article-box .article-info .title {
  font-size: 2.0rem;
}

/*====企業リスト====*/
/* 企業タグ */
.company-tags-list {
  margin-right: 15px;
  margin-left: 15px;
  margin-top: 5px;
  font-size: 0;
}
.company-tags-list .title{
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
}
.company-tags-item .tag {
  font-size: 12px;
  display: inline-block;
  padding: 4px 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  color: #000;
}
/* 特集の場合、企業タグの余白(skin = 2017_default) */
.company-tags .article-feature-article-list {
  margin-bottom: 15px;
}
.company-tags .company-tags-list + .article-related-article .content-title {
  margin-top: 25px;
}

/*====業種リスト ====*/
.page-title.companies {
  margin-bottom: 10px;
  text-align: center;
  font-size: 15px;
}
.companies-list {
  padding-top: 10px;
  margin-right: 15px;
  margin-left: 15px;
  margin-bottom: 20px;
  border-top: 3px solid #b8aa71;
}
.companies-list .title {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: bold;
}
.companies-list .companies-item {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  padding-top: 15px;  
  border-top: 1px solid #d6dde3;
}
.companies-item .tag {
  display: inline-block;
  padding: 4px 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  border: 1px solid #efefef;
  border-radius: 3px;
  color: #000;
  font-size: 12px;
}

/*====企業リスト(ページ1) ====*/
/* ヘッダ－ */
.company-detail-header {
  margin: 10px 15px;
  padding: 10px 0 7px;
  position: relative;
  border-bottom: 1px solid #cdd6dd;
}
.company-detail-header .title-wrapper {
  margin-bottom: 10px;
}
.company-detail-header .title-wrapper .title {
  font-size: 2rem;
  line-height: 1.267;
  font-weight: bold;
}
.company-detail-header .info .businessTypes {
  font-size: 1.2rem;
  line-height: 1.38;
  margin-bottom: 5px;
}
.company-detail-header .info .businessTypes a:first-child {
  margin-right: 10px;
}
.company-detail-header .info .detail {
  font-size: 1.0rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
/* 関連キーワード */
.company .article-header-related-keyword {
  background: #f0f3f5;
  margin-bottom: 15px;
}
/* TOP記事一覧(2つ) */
.company .feature-series-list {
  margin-bottom: 30px;
}
.company .feature-series-list .feature-series-box {
  width: 162px;
  margin-bottom: 0px;
}
.company .feature-series-box .article-info {
  min-height: 54px;
}
.company .feature-series-box .article-info .title{
  margin-bottom: 5px;
}
/* タブ */
.company-detail-tab {
  transform: translateY(1px);
  display: flex;
  width: 273px;
  margin: 0 auto;
}
.company-detail-tab .tab {
  width: 130px;
  text-align: center;
  border: 1px solid #cdd6dd;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  font-size: 10px;
  background: #f0f3f5;
  margin-left: 5px;
}
.company-detail-tab .tab > * {
  padding: 11px 0px;
  display: inline-block;
}
.company-detail-tab .tab > a {
  cursor: pointer;
  width: 100%;
}
.company-detail-tab .tab:first-child {
  margin-left: 0;
}
.company-detail-tab .tab.active {
  background: #fff;
  border: 1px solid #cdd6dd;
  border-bottom: none;
  font-weight: bold;
}
/* 記事一覧 */
.company .article-list.type-LR {
  margin-left: 15px;
  margin-right: 15px;
} 
.company-tab-content {
  padding-top: 20px;
  margin-bottom: 30px;
  border-top: 1px solid #cdd6dd;
}
.page-title--company {
  margin-left: 15px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}
.company-tab-content .pagination {
  margin-bottom: 30px;
}
/* moreボタン */
.company-detail-btn {
  width: 146px;
  margin: auto;
  text-align: center;
  border: 1px solid #cdd6dd;
}
.company-detail-btn .link {
  display: block;
  padding: 11px 0;
  font-weight: bold;
  font-size: 11px;
}

/*====企業リスト(ページ2) ====*/
/* ヘッダ－ */
.company-info-header {
  margin-bottom: 20px;
}
.company-info-header .head-ttl {
  margin-bottom: 5px;
  font-size: 10px;
}
.company-info-header .title {
  margin-bottom: 3px;
  font-size: 15px;
  font-weight: bold;
}
.company-info-header .sub-ttl {
  font-size: 10px;
}
/* テーブル */
.company-info{
  margin-bottom: 17px;
}
.company-info.company-info-executive {
  margin-bottom: 30px;
}
.company-info .title {
  font-size: 13px;
  margin-bottom: 3px;
}
.company-info-overview .date {
  padding-top: 4px;
  float: right;
  font-size: 10px;
  color:#888888
}
.company-info .table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #cdd6dd;
  font-size: 12px;
  line-height: 1.34;
}
.company-info .table th {
  vertical-align: middle;
  padding-left: 6px;
  padding-top: 8px;
  padding-bottom: 7px;
  background: #f0f3f5;
  border: 1px solid #cdd6dd;
}
.company-info-performance .table th,
.company-info-structure .table tr:nth-child(1) th,
.company-info-executive .table tr:nth-child(1) th {
  text-align: center;
}
.company-info-overview .table th {
  width: 67px;
}
.company-info-overview .table tr:first-child th:not(:first-child) {
  width: 50px;
}
.company-info-performance .table tr:nth-child(1) th:nth-child(1) {
  width: 61px;
  padding-right: 6px;
}
.company-info-performance .table tr:nth-child(1) th:nth-child(2) {
  width: 105px;
}
.company-info-stock .table th {
  width: 97px;
}
.company-info-structure .table tr:nth-child(1) th:nth-child(2) {
  width: 111px;
}
.company-info-structure .table th{
  padding-left: 0;
}
.company-info-executive .table tr:nth-child(1) th:nth-child(2) {
  width: 108px;
}
.company-info .table td {
  padding: 7px;
  vertical-align: middle;
  border: 1px solid #cdd6dd;
}
.company-info-overview .table tr:first-child td:not(:last-child){
  width: 100px;
}
.company-info-structure .table td,
.company-info-executive .table tr td {
  padding-top: 8px;
}
.company-info-performance .table td:not(:first-child),
.company-info-structure .table td:not(:first-child) {
  text-align: right;
}

/* 無限スクロール */
.loading {
  display: none;
  height: 1px;
}
.loading::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin-top: -15px;
  margin-left: -18px;
  background: #fff;
}
.loading::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  border-radius: 20px;
  margin-top: -6px;
  margin-left: -18px;
  border: 4px solid #996;
  border-right: 4px solid white;
  animation: rotate 1s infinite linear;
}
@keyframes rotate {
  0%    { transform: rotate(0deg); }
  100%  { transform: rotate(360deg); }
}

/* 特設サイト */
.content.spsite-ranking .content-title {
  font-size: 1.8rem;
  line-height: 1.5;
  padding: 15px 0;
}
.content.spsite-ranking .ranking-tab{
  border: none;
}
.content.spsite-ranking .ranking-tab li {
  border-top: solid 1px #baac71;
}
.content.spsite-ranking .ranking-tab li:first-child {
  border-left: solid 1px #baac71;
}
.content.spsite-ranking .ranking-tab li.blank {
  background-color: #fff;
  border-top: none;
}
.sub-spsite-pickup {
  position: relative;
}
.sub-spsite-pickup .ad-icon {
  position: absolute;
  top: 15px;
  right: 0;
  color: #baac71;
  font-size: 1.4rem;
  font-weight: bold;
}
.sub-spsite-pickup .article-img {
  width: 100%;
}
.sub-spsite-pickup .article-info {
  word-break: break-all;
}
.spsite-sub-banner a {
  display: block;
  margin-bottom: 15px;
}
.content.spsite-sub-banner .content-title {
  line-height: 1.5;
}
.content.spsite-sub-trendwatch .content-title {
  line-height: 1.5;
}
.spsite-subcategory-list-page h1.page-title {
  font-size: 2.4rem;
  margin-top: 15px;
  border: none;
}
.spsite-subcategory-list-page p.introduction {
  font-size: 1.4rem;
  color: #1a1a1a;
  line-height: 1.5;
  margin-bottom: 30px;
}
.content.spsite-related-article .pr-icon,
.spsite-subcategory-list-page .pr-icon {
  font-size: 12px;
  color: #baac71;
  font-weight: normal;
}
.content.spsite-related-article .author,
.spsite-subcategory-list-page .spsite-article-grid .author {
  margin-bottom: 6px;
}


.tieup-article .type-TB.col1 .main-article-box .article-info h3 {
  margin-top: 8px;
  margin-bottom: 8px;
}
.tieup-article .type-TB.col1 .main-article-box .article-info .lead {
  color: #1a1a1a;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: 8px;
}
.tieup-article.top-link {
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
}