@charset "utf-8";

/*========== 共通 ==========*/
html {
  font-size: 62.5%; /* 1rem = 10px */
}
body {
  font-size: 1.6rem;
  color: #131313;
}
/* wide-view */
body.wide-view #contents {
  width: 100%;
  padding: 30px 0 0;
}
body.wide-view #contents .normal-view-container {
  width: 1082px;
  padding: 0 30px;
  margin: 0 auto;
}
body.wide-view #contents .wide-view-container {
  width: 100%;
  background-color: #efefef;
}
body, input, textarea, select, button {
  font-family: 'Hiragino Sans', 'ヒラギノ角ゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, 'メイリオ', Verdana, 'ＭＳ Ｐゴシック', sans-serif;
}

#wrapper {
  min-width: 1142px;
  padding-top: 80px;
}

a {
  color: #1010AA;
}
a.color-inherit {
  color: inherit;
}
a:link,
a:visited {
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: underline;
}
a.block-link {
  transition: opacity .3s;
}
a.block-link:hover,
a.block-link:active {
  text-decoration: none;
  opacity: .8;
}

/* 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 */

/* 一覧へのテキストリンク */
.list-link {
  font-size: 1.4rem;
  text-align: right;
  margin-bottom: 30px;
}

.article-box a {
  color: inherit;
}
/* 画像+文章の記事カード系要素(タイトルのみunderline) */
.article-box a:hover, .article-box a:active {
  text-decoration: none;
}
.article-box a:hover .title, .article-box a:active .title,
.article-box a:hover .feature-title, .article-box a:active .feature-title {
  text-decoration: underline;
}
/* iconやボタン系要素(hover時に透過させる系) */
a.txt-deco-none:hover, a.txt-deco-none:active,
a.btn:hover, a.btn:active,
input.btn:hover, input.btn:active,
button.btn:hover, button.btn:active {
  text-decoration: none;
  opacity: .8;
}
/* inline-block要素(underlineが効かない為の対策) */
a.txt-deco-und {
  position: relative;
}
a.txt-deco-und:hover::before,
a.txt-deco-und:active::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  border-bottom: solid 1px currentColor;
}
#global-nav a:hover, #global-nav a:active { /* 詳細は#global-navにて.activeと同時に定義 */
  text-decoration: none;
}

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

/* 中央寄せ */
.text-center {
  text-align: center;
}

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

/* 文字間隔：狭い */
.letter-space-narrow {
  letter-spacing: -.08em;
}

/* PC・SP共通部品でSPのみ表示する要素 */
.sp-only {
  display: none; /* UA判定でも変更しない */
}
.show-sp-only {
  display: none; /* UA判定で変更する */
}

/*========== 部品 ==========*/
/* アイコン */
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: 16px;
  height: 18px;
  background-image: url(../../../../common/dol/images/v3/icon_keygold.png);
}
i.icon.keysilver {
  vertical-align: sub;
  width: 16px;
  height: 18px;
  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: 42px;
  line-height: 42px;
  text-align: center;
  background: #d80b23;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -15px;
  padding: 0 3px;
  box-sizing: border-box;
  z-index: 1;
}
/* 有料会員限定表示 */
.label-box {
  text-align: center;
}
.label-black {
  display: inline-block;
  background: #3B4043;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 15px;
  padding: 4px 15px;
  vertical-align: middle;
}
span.label-black {
  margin-left: 10px;
}
/* 記事画像 */
.article-img {
  position: relative;
  background: #eee; /* #TODO: 背景色仮置き */
  overflow: hidden;
  z-index: 1;
}
.article-img:not(.no-zoom):hover img {
  transform: scale(1.2,1.2);
}
.article-img::before {
  content: '';
  display: block;
  padding-top: calc(100% * 630 / 1200); /* 記事一覧のpxにて算出 */
}
.article-img.img-leaf::before {
  padding-top: calc(100% * 2 / 3); /* 特集・トップ画像の比率 */
}
.article-img.author-img::before {
    padding-top: 100%; /* 著者画像の比率 */
}
.article-img.feature-img::before,
.article-img.series-img::before {
  padding-top: calc(100% * 337 / 742); /* 特集・連載用の比率（上記img-leafは旧サイズ）*/
}

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

/* 検索ボックス(ヘッダー、検索結果一覧) */
.header-search-box.search-box form {
  display: none;
}
.search-box form {
  position: relative;
}
.search-box form input[type="text"] {
  width: 210px;
  height: 36px;
  padding: 0 30px 0 8px;
  box-sizing: border-box;
  border: none;
}
.search-box form input[type="submit"] {
  border: none;
  background: none;
  width: 22px;
  height: 22px;
  background: url(/common/dol/images/v3/icon_search.png) center center /cover;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  cursor: pointer;
}
/* placeholder */
.search-box form input[type="text"]:placeholder-shown {
  font-style: oblique;
}
.search-box form input[type="text"]::-webkit-input-placeholder {
  font-style: oblique;
}
.search-box form input[type="text"]::-moz-placeholder {
  font-style: oblique;
}
.search-box form input[type="text"]:-ms-input-placeholder {
  font-style: oblique;
}

/* ログインフォーム */
.login-box form {
  width: 100%;
}
.login-box form table {
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0 2px;
}
.login-box form table tr:first-child {
}
.login-box form table th  {
  padding-right: 6px;
  font-size: 1.4rem;
}
.login-box form input[type="email"],
.login-box form input[type="password"] {
  width: 420px;
}
.login-box form input[type="submit"] {
  margin-top: 15px;
  padding: 0;
  border: none;
  cursor: pointer;
}
/* ボタン */
.btn {
  display: block;
  width: 41.86%;
  margin: 0 auto;
  background: #15276a;
  border-radius: 2px;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  line-height: 3.125;
  border: none;
  transition: all .3s;
  cursor:pointer;
}
.btn.bg-gold {
  background: #695e2c;
}
.btn.bg-silver {
  background: #7d7d7d;
}

/* 一覧を見るボタン */
.list-link-btn {
  background: #fff;
  border: 1px solid #CDD6DD;
  font-size: 1.4rem;
  color: #15276a;
  width: 160px;
  height: 40px;
  line-height: 40px;
}

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

/* 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: 15px;
  cursor: pointer;
}
#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);
}
#top-btn:hover {
  opacity: .8 !important; /* fadeInで付与されるstyleを上書きするためimportant */
}

/* 三角アイコン */
.link-icon {
  font-size: 1.4rem;
}
.link-icon::before {
  content: "▲";
  display: inline-block;
  transform: rotate(90deg);
  vertical-align: middle;
  margin-right: 0.37em;
  font-size: 0.7em;
  text-decoration: underline;
}
/* IE対策 一度定義してから消す */
.link-icon::before {
  text-decoration: none;
}

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

/* PRアイコン */
/*
.pr-icon::after {
  content: 'PR' !important;
  display: inline-block !important;
  width: 26px;
  background: #baac71;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8rem;/* 小数点以下の値が影響を及ぼすため、一意に指定 */
  text-align: center;
  vertical-align: baseline;
}
*/

/* 下矢印 */
.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;
}

/* 右矢印 */
.arrow::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  transform: rotate(-45deg);
  border-right: solid 2px #baac71;
  border-bottom: solid 2px #baac71;
}

/* 右矢印(リスト用) */
.list-arrow li {
  position: relative;
}
.list-arrow li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0.39em; /* line-height: 1.5;の時の想定 */
  left: 0.4em;
  width: 0.5em;
  height: 0.5em;
  transform: rotate(-45deg);
  border-right: solid 2px #baac71;
  border-bottom: solid 2px #baac71;
}

/* ページャー */
.pagination {
  margin: auto;
  text-align: center;
  font-size: 0;
}
.pagination li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
}
.pagination li span {
  display: inline-block;
  box-sizing: border-box;
  font-size: 2rem;
  line-height: 40px;
  padding: 0 5px;
  min-width: 40px;
  height: 40px;
  border: solid 1px #15276a;
  color: #15276a;
  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: 1.2rem;
  height: 1.2rem;
  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: 5px;
}
.pagination li.next span::before {
  transform: rotate(-45deg);
  right: 5px;
}

/* ランキングタブ */
.ranking-tab {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin-bottom: 30px;
  background: #eee;
  border: solid 1px #baac71;
  border-bottom: none;
  box-sizing: border-box;
}
.ranking-tab li {
  display: table-cell;
  width: calc(100% / 4);
  border-bottom: solid 1px #baac71;
  text-align: center;
  line-height: 40px;
  font-size: 1.4rem;
  cursor: pointer;
}
.ranking-tab li:empty {
  cursor: default;
}
.ranking-tab li:not(:last-child) {
  border-right: solid 1px #baac71;
}
.ranking-tab li.active {
  background: #fff;
  border-bottom: none;
}
.ranking-tab li a {
  display: block;
}
/* overlay */
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  margin-top: 80px;
  z-index: 1;
  display: none;
}

/* 「スマートフォン版を表示」リンク */
.disp-sp-link {
  display: none; /* UA判定後表示 */
  background: #555;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.disp-sp-link span {
  display: block;
  color: currentColor;
  padding: 20px 10px;
}
.disp-sp-link span:hover {
  text-decoration: none;
  opacity: .5;
}

/*========== ヘッダー ==========*/
#site-header {
  width: 100%;
  background: #f0f3f5;
  color: #222;
  font-size: 1.4rem;
  padding: 0 30px;
  border-bottom: 1px solid #cdd6dd;
  position: fixed;
  top: 0;
  box-sizing: border-box;
  z-index: 5;
}
.header-content-wrap {
  width: 1082px;
  margin: auto;
  position: relative;
}
/* ハンバーガーメニューボタン */
.header-content-wrap .menu-btn {
  width: 26px;
  height: 18px;
  transition: all .4s;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
}
.header-content-wrap .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(9px) rotate(-45deg);
  transform: translateY(9px) 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);
}
/* ハンバーガーメニュー */
.menu {
  width: 330px;
  position: fixed;
  top: 80px;
  background: #fff;
  padding: 30px 15px;
  z-index: 2;
  box-shadow: 0 1px 5px rgba(33,33,33,0.4);
  display: none;
  overflow: auto;
  max-height: calc(100vh - 80px);
  box-sizing: border-box;
}
.menu::-webkit-scrollbar {
  display: none;
}
.menu .login-info {
  text-align: center;
  border-bottom: 1px solid #efefef;
  padding-bottom: 25px;
  margin-bottom: 17px;
  font-size: 0;
}
.menu .login-info .member-name {
  font-size: 1.3rem;
  margin-bottom: 20px;
}
.menu .login-info .member-name .status {
  font-size: 1.1rem;
  color: #6F7579;
  margin-right: 9px;
}
.menu .login-info .user-name-box {
  display: inline-block;
  max-width: 160px;
  font-size: 1.1rem;
  text-align: left;
  vertical-align: middle;
}
.menu .login-info .user-name-box .user-name {
  font-size: 1.3rem;
}
.menu .login-info .mypage-link,
.menu .login-info .subsc-link,
.menu .login-info .free-registration {
  display: inline-block;
  line-height: 30px;
  width: 100px;
  border-radius: 2px;
  font-size: 1.4rem;
}
.menu .login-info .mypage-link {
  color: #000;
  border: 1px solid #000;
  margin-right: 10px;
}
.menu .login-info .subsc-link {
  color: #fff;
  background: #695e2c;
}
.menu .login-info .free-registration {
  color: #fff;
  background: #7d7d7d;
  margin-right: 10px;
}
.menu .login-info .login-link {
  display: inline-block;
  color: #1a1a1a;
  font-size: 1.4rem;
  margin-top: 17px;
}
.menu .list-link-box {
  margin-bottom: 10px;
}
.menu .list-link-box ul {
  display: flex;
  flex-wrap: wrap;
}
.menu .list-link-box ul li {
  width: calc(100% - 50% - 5px);
  padding: 0 0 12px 10px;
  margin-bottom: 17px;
  border-bottom: 1px solid #efefef;
  box-sizing: border-box;
}
.menu .list-link-box ul li:nth-child(odd) {
  margin-right: 10px;
}
.menu .list-link-box ul li a,
.menu .menu-list ul li a {
  color: #1a1a1a;
}
.menu .menu-list {
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.menu .menu-list ul li {
  display: block;
  padding-left: 10px;
}
.menu .menu-list ul li:not(:last-child) {
  margin-bottom: 16px;
}
.menu .sns-icon {
  text-align: center;
}
.menu .sns-icon ul {
  font-size: 0;
}
.menu .sns-icon ul li {
  display: inline-block;
  width: 20px;
  font-size: 0;
  vertical-align: middle;
}
.menu .sns-icon ul li a {
  display: block;
  height: 20px;
}
.menu .sns-icon ul li .tw {
  background: url(/common/dol/images/v3/logo_tw.png) no-repeat center;
  background-size: 20px;
}
.menu .sns-icon ul li .fb {
  background: url(/common/dol/images/v3/logo_fb.png) no-repeat center;
  background-size: 20px;
}
.menu .sns-icon ul li .hatebu {
  background: url(/common/dol/images/v3/icon_rss.png) no-repeat center;
  background-size: 20px;
}
.menu .sns-icon ul li:not(:last-child) {
  margin-right: 20px;
}
.menu .sns-icon ul li a img {
  max-width: 100%;
}
/* ロゴ */
.header-logo {
  width: 100px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 66px;
  margin: auto; /* 高さ100% */
}
.header-logo img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto; /* 高さ100% */
}

/* コンテンツ */
.header-content {
  padding-left: 221px; /* logo.width + menu.width */
  line-height: 80px;
}
/* ヘッダー ul li */
.header-content-wrap ul li {
  display: inline-block;
}
.header-content-wrap .list-style-vertical li a {
  color: #1a1a1a;
}
.header-content-wrap .list-style-vertical li .member-btn,
.header-member-link .member-btn,
.mypage-header .mypage-remaining-info .registation-link {
  display: inline-block;
  font-size: 1.3rem;
  line-height: 28px;
  background: #695e2c;
  color: #fff;
  padding: 0 8.5px;
  border-radius: 2px;
}
.header-content-wrap .header-list-link {
  font-size: 0;
}
.header-content-wrap .header-list-link ul {
  height: 80px;
}
.header-content-wrap .header-list-link li {
  font-size: 1.4rem;
}
.header-content-wrap .header-list-link li:not(:last-child) {
  margin-right: 40px;
}
.header-content-wrap .header-member-link li {
  font-size: 1.3rem;
}
.header-content-wrap .header-member-link li:not(:last-child) {
  margin-right: 25px;
}
/* SNSアイコン */
.header-sns-icons {
  text-align: right;
  margin-bottom: 15px;
}
.header-sns-icons ul li {
  display: inline-block;
}
.header-sns-icons ul li a {
  display: inline-block;
}
.header-sns-icons ul li a:hover {
  opacity: 0.8;
}

/* SNSアイコン2 */
.sub-books-sns {
  border: solid 1px #d8d8d8;
  padding: 9px 20px;
  margin-bottom: 40px;
  box-sizing: border-box;
  font-size: 0;
}
.sub-books-sns p {
  padding-right: 12px;
  font-size: 1.6rem;
  line-height: 1.25;
}
.sub-books-sns span {
  letter-spacing: 0.5em;
}
.sub-books-sns-box {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.sub-books-sns-box:first-child {
  border-right: solid 1px #d8d8d8;
  padding: 9px 0;
}
.sub-books-sns-box:last-child {
  margin-left: 5px;
}
.sub-books-sns-box a {
  display: inline-block;
  width: 45px;
  height: 45px;
  margin-left: 15px;
}
.sub-books-sns-box a:first-of-type {
  position: relative;
}
.sub-books-sns-box a:first-of-type img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
/* 検索ボックス */
.header-search-box {
  height: 80px;
  margin-right: 25px;
}
.header-search-box .search-btn {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 30px;
  background: url(/common/dol/images/v3/icon_search.png) no-repeat center;
  background-size: 25px;
}
.header-search-box form {
  vertical-align: top;
}
/* ログインステータス */
.header-member-link {
  position: relative;
  text-align: right;
  white-space: nowrap;
  height: 80px;
  font-size: 0;
}
.header-member-link > * {
  display: inline-block;
  vertical-align: middle;
}
.header-member-link > *:not(:last-child) {
  margin-right: 20px;
}
.header-member-link .notification-box {
  position: relative;
}
.header-member-link .notification-box a {
  display: block;
  width: 25px;
  height: 30px;
  background: url(/common/dol/images/v3/icon_bell.png) no-repeat center;
  background-size: 25px;
}
.header-member-link .notification-box:after {
  display:none;
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  top: -5px;
  right: -6px;
  background: #FF0000;
  border-radius: 50%;
}
.header-member-link .notification-box.alert-on:after {
  display:block;
}
.header-member-link .member-box {
  max-width: 120px;
  max-height: 80px;
  line-height: 1.2;
}
.header-member-link .list-style-vertical-var a {
  color: #695e2d;
}
.header-member-link .list-style-vertical-var li:not(:last-child)::after {
  color: #bdbdbd;
}
.header-member-link .member-box .member-status {
  line-height: 1;
  color: #888;
  text-align: left;
  font-size: 11px;
  margin-bottom: 3px;
}
.header-member-link .messege {
  display: block;
  color: #1a1a1a;
  font-size: 1.1rem;
  line-height: 1.2;
  cursor: pointer;
  white-space: normal;
  text-align: left;
}
.header-member-link .user-name {
  color: #1a1a1a;
  font-size: 1.3rem;
  font-weight: bold;
}
.header-member-link .logout {
  display: block;
  font-size: 1.1rem;
  text-decoration: underline;
  text-align: center;
  margin-top: 3px;
  color: #666;
}
/* ナビゲーション */
#global-nav ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
}
#global-nav ul li {
  display: table-cell;
  white-space: nowrap;
  text-align: center;
  letter-spacing: 1.2px;
  position: relative;
}
#global-nav ul li:nth-child(6) {
  width: 160px;
}
#global-nav ul li:not(:first-child)::before,
#global-nav ul li.active:not(:last-child)::after,
#global-nav ul li:hover:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 20%;
  height: 60%;
  opacity: .3;
  border-color: #fff;
  border-style: solid;
  border-width: 0;
}
#global-nav ul li:not(:first-child)::before {
  left: 0;
  border-left-width: 1px;
}
#global-nav ul li.active:not(:last-child)::after,
#global-nav ul li:hover:not(:last-child)::after {
  right: 0;
  border-right-width: 1px;
}
#global-nav ul li.active:not(:last-child) + li::before,
#global-nav ul li:hover:not(:last-child) + li::before {
  display: none;
}
#global-nav ul li a {
  display: block;
  line-height: 40px;
  background: #6a5e2e;
  color: #fff;
}
#global-nav ul li.active a,
#global-nav ul li:hover a,
#global-nav ul li:active a {
  background: #bbac71;
}

/*========== ページトップバナー ==========*/
.top-banner {
  text-align: center;
  max-width: 100%;
  margin-bottom: 20px;
}
.top-banner-item + .top-banner-item {
  margin-top: 10px;
}
.top-banner-item img {
  vertical-align: bottom;
  max-width: 100%;
}
/*========== パンくず ==========*/
.breadcrumb {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 5px 0;
  letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する(font-size:0;だとtext-overflowが効かない為、改行によるスペースが除去できない) */
}
.breadcrumb li {
  display: inline;
  letter-spacing: normal; /* 文字間を通常に戻す */
}
.breadcrumb li:not(:last-child)::after {
  content: '>';
  display: inline;
  margin: 0 .5em;
}
/*========== フッター ==========*/
#site-footer {
  background: #1a1a1a;
  color: #fff;
  padding: 25px 0;
  font-size: 1.4rem;
}
.footer-content-wrap {
  width: 1082px;
  margin: auto;
  text-align: center;
  line-height: 2;
}

/* ダイヤモンド社のサイト */
.footer-links-diamond .heading {
  color: #959EA7;
  border-bottom: 1px #fff solid;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

/* リンク */
.footer-links ul {
  width:840px;
  margin: 0 auto 20px;
}
.footer-links ul li a {
  font-size: 1.2rem;
  color: #fff;
}

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

/*========== コンテンツ ==========*/
#contents {
  width: 1082px;
  margin: 0 auto 30px;
  padding: 30px 30px 0; /* header.80px + margin.30px */
}

/* ページタイトル（主に一覧系） */
.page-title {
  color: #1a1a1a;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.page-title.upper {
  margin-top: -2.2em;
}

/* コンテンツ */
.content {
  clear:both;
  border-top: solid 2px #baac71;
  margin-bottom: 40px;
}
.content.noborder {
  border: none !important;
}
.content .content-title {
  text-align: center;
  font-size: 2.2rem;
  line-height: 2.63;
}
.content .content-title.books {
  font-size:1.8rem;
}

.content-sub-title {
  border-left: 4px #baac71 solid;
  margin: 10px 0 5px;
  padding: 5px 10px 2px;
  font-size: 1.8rem;
  font-weight: bold;
}

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

/* TOPコンテンツ */
.top-content {
  border-top: 2px solid #baac71;
  margin-bottom: 30px;
}
.top-content.recent-list .top-content-title,
.top-content.sponsored-list .top-content-title {
  margin: 17px 0 38px;
}
.top-content.book-list .top-content-title {
  margin: 14px 0 23px;
}
.top-content .top-content-title {
  font-size: 1.8rem;
  margin: 17px 0 23px;
}

/* 記事一覧の行間 */
.article-info {
  line-height: 1.3;
}

/* 会員限定記事アイコン */
.article-box.member-only-after:not(.member-only-summary) .article-info .title::after,
.article-box.member-only-after.member-only-summary .article-info .summary::after {
  display: inline-block;
  content: "";
  width: 14px;
  height: 18px;
  background: url(../../../../common/dol/images/v1/icon-member-only.png) center center /cover;
  margin-left: 5px;
}
.article-box.member-only-before:not(.member-only-summary) .article-info .title::before,
.article-box.member-only-before.member-only-summary .article-info .summary::before {
  display: inline-block;
  content: "";
  width: 14px;
  height: 18px;
  background: url(../../../../common/dol/images/v1/icon-member-only.png) center center /cover;
  margin-right: 5px;
}

/* スペシャル・インフォメーション */
.main-special .content-title.pr-icon {
  position: relative;
}
/*
.main-special .content-title.pr-icon::after {
  position: absolute;
  top: 17px;
  right: 0;
}
*/
.main-special .content-title.pr-icon span {
  position: absolute;
  top: 17px;
  right: 0;
  display: inline-block !important;
  width: 26px;
  background: #baac71;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.8rem;/* 小数点以下の値が影響を及ぼすため、一意に指定 */
  text-align: center;
  padding-top:1px;/*メイリオ調整用*/
  vertical-align: baseline;
}

.main-special .special-info-list {
  padding: 0 20px;
  background-color: #f8f3de;
}
.main-special .special-info-list li {
  border-bottom: solid 1px #fff;
}
.main-special .special-info-list li:last-child {
  border-bottom: none;
}
.main-special .special-info-list.list-arrow li::before {
  top: calc(0.39em + 10px + 1px); /* line-height: 1.5の時の通常値 + padding-top: 10px分 + 0.39emの端数調整 1px */
}
.main-special .special-info-list a {
  display: inline-block;
  width: 100%;
  padding-left: 4.6rem;
  box-sizing: border-box;
  padding-top: 10px;
  padding-bottom: 10px;
  color: inherit;
  font-size:1.6rem;
  line-height: 1.5;
}

/* メイン週刊ダイヤモンド */
.main-magazine .magazine-info .left-info {
  max-width:140px;
  padding: 12px;
  text-align: center;
  background-color: #efefef;
  float: left;
}
.main-magazine .left-info .magazine-img {
  position: relative;
  width: 140px;
  background: #eee;
}
.main-magazine .left-info .magazine-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.main-magazine .left-info .magazine-img::after {
  content: "";
  display: block;
  padding-top: 133%;
}
.main-magazine .left-info .issuedate {
  margin-top: 7px;
  font-size: 1.3rem;
  font-weight: bold;
}
.main-magazine .left-info .price {
  margin-top: 5px;
  font-size: 1.2rem;
}
.main-magazine .magazine-info .right-info {
  padding-left: 194px;
}
.main-magazine .right-info .btn {
  display: inline-block;
  width: calc((100% - 10px) / 2);
  margin: 0;
}
.main-magazine .right-info .btn span {
  vertical-align: middle;
}
.main-magazine .right-info div .btn:first-child {
  float: left;
  margin-right: 10px;
}
.main-magazine .right-info .magazine-title {
  margin-bottom: 22px;
  font-size: 1.5rem;
  line-height: 1.5;
}
.main-magazine .right-info .magazine-title .sptitle {
  font-size: 2.2rem;
  font-weight: bold;
}
.main-magazine .right-info .magazine-title strong {
  display: inline-block;
  margin-top: 8px;
}
.main-magazine .right-info .purchase {
  margin-bottom: 10px;
}
.main-magazine .right-info .purchase .btn {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 50px;
}
.main-magazine .right-info .purchase .paper-book {
  background-color: #b90f43;
}
.main-magazine .right-info .purchase .electronic-book {
  background-color: #7eb23b;
}
.main-magazine .right-info .purchase .btn .btn-r-text {
  margin-left: .5em;
  font-size: 1.6rem;
}
.main-magazine .right-info .subscription .btn {
  font-size: 1.5rem;
  line-height: 32px;
  color:  #15276a;
  background-color: #ffffff;
  border: solid 1px #15276a;
}
.main-magazine .right-info .subscription .btn .btn-r-text {
  margin-left: .5em;
  font-size: 1.4rem;
}

/* 情報をいち早く手に入れたい方へ */
.footer-get-information .content-title {
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 40px;
}
.footer-get-information .get-info-list {
  display: flex;
  flex-wrap: wrap;
  magin-bottom: 30px;
}
.footer-get-information .get-info-list li {
  position: relative;
  width: calc((100% - 2px) / 3);
  padding: 0 30px 80px 30px;
  border-right: solid 1px #d8d8d8;
  box-sizing: border-box;
  float: left;
}
.footer-get-information .get-info-list li:last-child {
  border: none;
}
.footer-get-information .get-info-list .info-top {
  height: 134px;
}
.footer-get-information .get-info-list .info-title {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}
.footer-get-information .get-info-list .info-img {
  text-align: center;
}
.footer-get-information .get-info-list .twitter-img {
  margin-right: 20px;
}
.footer-get-information .get-info-list .description {
  font-size: 1.4rem;
  line-height: 1.5;
}
.footer-get-information .get-info-list .info-btn {
  position: absolute;
  bottom: 0;
  width: calc(100% - 60px);
}
.footer-get-information .get-info-list .register-btn,
.footer-get-information .get-info-list .rss-btn {
  background: #fff;
  border: solid 1px #15276a;
  color: #15276a;
}
.footer-get-information .info-btn a {
  display: inline-block;
  width: calc((100% - 20px) / 2);
}
.footer-get-information .twitter-btn {
  background: #fff;
  color: #1db4eb;
  border: solid 1px #1db4eb;
  float: left;
}
.footer-get-information .facebook-btn {
  background: #fff;
  color: #3368a1;
  border: solid 1px #3368a1;
  float: right;
}

/* メイン広告 */
.content-ad {
  margin-bottom: 50px;
  text-align: center;
}
.content-ad img:first-child {
  margin-right: 60px;
}

/* 記事下バナー */
.article-banner {
  text-align: center;
  margin: 60px 0;
}

/* サブカラムの記事(共有) */
#sub-column ul {
  margin-bottom: 10px;
}
.article-box.sub-article-box {
  border-bottom: solid 1px #cdd6dd;
}
.article-box.sub-article-box .article-info {
  display: block;
  padding: 18px 0;
}
.article-box.sub-article-box .title {
  font-size: 1.6rem;
  line-height: 1.25;
}
.article-box.sub-article-box .sub-title {
  color:  #a89420;
  font-size: 14px;/* フォント置換による類似 */
  line-height: 16px;/* フォント置換による類似 */
  text-align: left;
}
.article-box.sub-article-box .author {
  color:  #a89420;
  font-size: 14px;/* フォント置換による類似 */
  line-height: 16px;/* フォント置換による類似 */
  text-align: left;
}
/* サブカラムのPRアイコン記事(共有) */
.sub-article-box .article-info:not(.pr-list).pr-icon {
  position: relative;
}
.sub-article-box .article-info:not(.pr-list).pr-icon::after {
  position: absolute;
  top: 18px;
  left: 0;
}

/* サブカラムの一覧リンク(共有) */
#sub-column .list-link {
  font-size: 1.4rem;
  text-align: right;
}
/* サブカラムの今月の主筆 */
.sub-management {
  text-align: center;
  margin-bottom: 20px;
}
.sub-management img {
  max-width: 100%;
  vertical-align: bottom;
}
.sub-management a:hover {
  opacity: .8;
}

/* サブカラム週刊ダイヤモンド */
.content.sub-magazine {
  margin-bottom: 20px;
}
.sub-magazine .magazine-info {
  margin-bottom: 12px;
}
.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 .magazine-img 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-bottom: 17px;
}
.sub-magazine>.btn {
  width: 100%;
  margin-bottom: 10px;
  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: 145px;
  background: #fff;
  border: solid 1px #15276a;
  color: #15276a;
}
.sub-magazine .subscription .btn:first-child {
  height: 60px;
  position: relative;
  float: left;
  margin-right: 10px;
  padding: 0;
  text-align: left;
}
.sub-magazine .subscription .text {
  position: absolute;
  top: 12px;
  left: 27px;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.5;
}
.sub-magazine .text>p {
  line-height: 1.425;
}
.sub-magazine .subscription .link-icon:first-child::before {
  position: absolute;
  top: 15px;
  left: 14px;
}
.sub-magazine .subscription .btn:nth-child(2) {
  line-height: 4.25;
}
.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;}

/* ランキング */
.sub-ranking ul {
  counter-reset:i;
}
#sub-column .sub-ranking .ranking-tab {
  margin-bottom: 2px;
}
#sub-column .sub-ranking .ranking-tab li {
  line-height: 26px;
}
.sub-ranking .article-info.pr-list::before {
  content: "PR";
}
.sub-ranking .article-box .article-info {
  display: block;
  min-height: 30px;
}
.sub-ranking .article-box .series-title {
  padding-left: 40px;
}
.sub-ranking .article-box .series-title {
  color: #baac71;
  font-size: 1.4rem;
  line-height: 1.25;
  margin-bottom: .4em;
}
.sub-ranking.sub-books-ranking .article-box .title {
  min-height: calc(1.6rem * 1.25 * 1.25);
}
.sub-ranking .article-box .sub-title {
  padding-left: 40px;
}
.sub-ranking .article-box .author,
.sub-ranking .article-box .book-title {
  padding-left: 40px;
}
.sub-ranking .ranking-tab-content+div.list-link{
  margin-bottom: 6px;
}
.ranking-investigation-period {
  font-size: 1.4rem;
  text-align: right;
}
.sub-ranking.sub-ranking-books-articles .article-box .series-title {
  padding-left: 0px;
}
.sub-ranking.sub-books-ranking .article-box .author {
  padding-left: 0px;
}
/* サブカラム症例一覧 */
.content.sub-case {
  margin-bottom: 35px;
}
.sub-case ul {
  padding-bottom: 5px;
  border-bottom: 1px solid #d8d8d8;
  font-size: 0;
}
.sub-case ul li {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  margin-right: 10px;
  margin-bottom: 10px;
}
.sub-case ul li a {
  color: #555;
  display: inline-block;
  background: #efefef;
  padding: 8px 19px;
  border-radius: 3px;
}
/* サブカラム広告 */
.sub-ad {
  margin-bottom: 30px;
}

/* サブカラムタイトル */
.sub-press .content-title {
  line-height: 1;
  padding: 17px 0 10px;
}
.sub-press .article-box.sub-article-box .article-info {
  padding-top: 20px;
}
.sub-press .article-info .date {
  font-size: 1.4rem;
  color:  #888;
}
.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;
}
.sub-feature .sub-title {
  width: 8em;
}
/* あなたにオススメの記事・最新記事一覧 */
.sub-recommend .content-title,
.sub-recent .content-title {
  line-height: 1;
  padding: 18px 0 10px;
}
.sub-recommend .pr-icon .title,
.sub-recent .pr-icon .title {
  padding-left: 40px;
}

/*========== メインカラム ==========*/
#main-column {
  width: calc(100% - 340px); /* サイド + 余白 */
  margin-right: 40px;
}
#main-column.wide-main {
  width: 100%;
}
body.login-page #main-column{
  width: 1055px;
}
.top-page #main-column,
.sp-menshealth #main-column {
  border-top: none;
}

/*===== 記事一覧 =====*/
.article-list {
  display: flex;
  flex-wrap: wrap;
}
.type-TB {
  margin-bottom: 20px;
}
.type-LR {
  margin-bottom: 30px;
}
.top-page .type-TB,
.top-page .type-LR { /* top-pageの場合余白なし */
  margin-bottom: 0;
}
.top-page .type-TB {
  padding-bottom: 15px;
}
.article-box:not(.top-article-box) a {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.article-box:not(.top-article-box) a::after {
  content: '';
  display: block;
  clear: both;
}
/* カテゴリ名・著者名・タイトル */
.main-article-box .article-info {
  box-sizing: border-box;
  font-weight: bold;
  position: relative;
}
.main-article-box .article-info .title,
.main-article-box .article-info .theme {
  font-size: 1.4rem;
  line-height: 1.4;
}
.main-article-box .article-info .category,
.main-article-box .article-info .pub-date,
.main-article-box .article-info .author,
.main-article-box .article-info .badge,
.sub-article-box .article-info .book-title {
  color: #666;
  font-size: 1.3rem;
  font-weight: normal;
}
.type-TB .main-article-box .article-info .title,
.type-RL .main-article-box .article-info .title {
  color: #1a1a1a;
  line-height: 1.4;
  margin-bottom: calc(15px - (20px - 1.4rem) / 2)
}
.type-TB .main-article-box .article-info .category,
.type-RL .main-article-box .article-info .category {
  color: #666;
  font-size: 1.3rem;
}
.main-article-box .article-info .author {
  font-size: 1.2rem;
  margin-top: .5em;
}
.article-list .article-info .pub-date {
  font-weight: normal;
}
.main-article-box .article-info .badge {
  text-align: right;
}
.main-article-box .article-info .summary,
.main-article-box .article-info .feature-title {
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.5;
}
.large-article.type-LR {
  margin-bottom: 20px;
}
.large-article .main-article-box .article-info .title {
  color: #1a1a1a;
  font-size: 3.0rem;
  line-height: 36px;
  margin-bottom: 12px !important;
}
.large-article .main-article-box .article-info .author {
  margin-bottom: 16px;
}
.large-article .main-article-box .article-info .lead {
  color: #1a1a1a;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: normal;
}
/* 記事（Top-Bottom:↑画像↓本文） */
.type-TB .main-article-box {
  width: 100%;
  margin-bottom: 10px;
}
.type-TB.col2 .main-article-box {
  width: calc((100% - 20px) / 2);
}
.type-TB.col2 .main-article-box:not(:nth-of-type(2n)) {
  margin-right: 20px;
}
.type-TB.col3 .main-article-box {
  /* width: calc((100% - 2px) / 3); */ /* 2px:border分 */
  width: 234px; /* IE11で端数切り上げにより1px溢れ、カラム落ちする為修正 */
}
.type-TB.col3 .main-article-box:not(:nth-of-type(3n)) {
  margin-right: 20px;
}
.type-TB.col3 .main-article-box:not(:nth-of-type(3n)) .article-img::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: -1px;
}

.type-TB.col4 .main-article-box {
  width: calc((100% - 20px * 3) / 4);
}
.type-TB.col4 .main-article-box:not(:nth-of-type(4n)) {
  margin-right: 20px;
}

.type-TB .main-article-box .article-info {
  padding: 20px 0 15px;
}
.type-TB .main-article-box.dolsp .article-info { /* DOL特集 */
  padding: 10px 10px 15px;
}
.type-TB .main-article-box.dolsp .article-info .title { /* DOL特集 */
  min-height:auto;
  margin-bottom:1em;
}
.type-TB .main-article-box .article-info .category,
.type-TB .main-article-box .article-info .pub-date {
  margin-bottom: 10px;
}
.type-TB .main-article-box .article-info .category:last-of-type {
  margin-bottom: 0;
}
.type-TB .main-article-box .article-info .number-title {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 1.4rem;
  font-weight: normal;
}

/* 記事（Left-Right:←画像→本文） */
.type-LR.col-flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.type-LR .main-article-box {
  width: 100%;
  border-bottom: 1px #d8d8d8 solid;
}
.welcome-recent .type-LR .main-article-box,
.type-LR.large-article .main-article-box {
  border: none;
}
.type-LR .main-article-box:first-child {
  border-top: 1px #d8d8d8 solid;
}
.type-LR.col2 .main-article-box:first-child,
.type-LR.large-article .main-article-box:first-child {
  border-top: none;
}
.type-LR.col3 .main-article-box:first-child {
  border-top: none;
}
.welcome-recent .type-LR .main-article-box:first-child {
  border: none;
}
.type-LR.col2 .main-article-box,
.type-LR.col-flex .main-article-box {
  /* width: calc((100% - 40px) / 2); */
  width: 351px; /* IE11で端数切り上げにより1px溢れ、カラム落ちする為修正 */
}
.type-LR.col3 .main-article-box {
  width: calc((100% - 40px * 2) / 3);
}
.type-LR.col2 .main-article-box {
  border-bottom: 1px #d8d8d8 solid;
}
.type-LR.col3 .main-article-box {
  border-bottom: 1px #d8d8d8 solid;
}
.type-LR.col-flex .main-article-box {
  margin-left: 10px;
  margin-right: 10px;
}
.type-LR.col2 .main-article-box:nth-child(odd) {
  margin-right: 40px;
}
.type-LR.col3 .main-article-box {
  margin-right: 40px;
}
.type-LR.col3 .main-article-box:nth-child(3n) {
  margin-right: 0;
}
.type-LR .main-article-box a {
  padding: 20px 0 15px;
}
.type-LR.col2 .main-article-box:first-child a,
.type-LR.col2 .main-article-box:nth-child(2) a {
  padding-top: 0;
}
.type-LR.col3 .main-article-box:first-child a,
.type-LR.col3 .main-article-box:nth-child(2) a,
.type-LR.col3 .main-article-box:nth-child(3) a {
  padding-top: 0;
}
.type-LR .main-article-box .article-img {
  float: right;
  width: calc(100% * 90 / 371); /* imgのwidth / article-boxのwidth */
}
.type-LR .main-article-box .article-img.author-img {
  width: calc(100% * 50 / 351); /* imgのwidth / article-boxのwidth */
}
.type-LR .main-article-box .article-img + .article-info {
  padding-right: calc(100% * 90 / 351 + 20px); /* .article-img + padding20px */
}
.type-LR .main-article-box .article-info .pub-date:not(:last-child),
.type-LR .main-article-box .article-info .category:not(:last-child) {
  margin-bottom: 16px;
}
.type-LR .main-article-box .article-info .title {
  margin-bottom: 8.5px;
}
.type-LR .main-article-box .article-info .title:last-child {
  margin-bottom: 0;
}
.type-LR .main-article-box .article-info .number-title {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.4rem;
  font-weight: normal;
}
.top-page .type-LR .main-article-box:first-child,
.premium .type-LR .main-article-box:first-child,
.category-list-page .type-RL .main-article-box:first-child {
  border-top: none;
}
.top-page .type-LR .main-article-box:nth-last-of-type(1) {
  border-bottom: none;
}
.top-page .type-LR.col2 .main-article-box:nth-child(2n+1):nth-last-of-type(2) {
  border-bottom: none;
}
.top-page .recommend-list .article-list .article-box {
  border-bottom: none;
}
.main-popular-series .type-LR .main-article-box a {
  padding: 15px 0;
}
.main-popular-series .type-LR .main-article-box:nth-of-type(1) a,
.main-popular-series .type-LR .main-article-box:nth-of-type(2) a {
  padding: 0 0 15px 0;
}
.main-popular-series .type-LR .main-article-box .article-info {
   padding-left: calc(100% * 50 / 351 + 16px); /* .article-img + padding20px */
}
.main-popular-series .type-LR .main-article-box .article-info .author {
  margin-top: 0;
}
.large-article.type-LR .main-article-box a {
  padding: 0;
}
.large-article.type-LR .main-article-box .article-img {
  width: 362px;
}
.large-article.type-LR .main-article-box .article-info {
  padding-right: calc(100% - 362px + 20px);
}
/* 記事（特集） */
.type-TB-slim .main-article-box {
  margin-bottom: 10px;
}
.type-TB-slim.col2 .main-article-box {
  /* width: calc((100% - 20px * 1) / 2); */
  width: 360px; /* IE11で端数切り上げにより1px溢れ、カラム落ちする為修正 */
}
.type-TB-slim.col2 .article-box:not(:nth-child(2n)) {
  margin-right: 20px;
}
.type-TB-slim.col3 .main-article-box {
  /* width: calc((100% - 10px * 2) / 3); */
  width: 240px; /* IE11で端数切り上げにより1px溢れ、カラム落ちする為修正 */
}
.type-TB-slim.col3 .article-box:not(:nth-child(3n)) {
  margin-right: 10px;
}
.type-TB-slim.col4 .main-article-box {
  /* width: calc((100% - 20px * 3) / 4); */
  width : 170px; /* IE11で端数切り上げにより1px溢れ、カラム落ちする為修正 */
}
.type-TB-slim.col4 .article-box:not(:nth-child(4n)) {
  margin-right: 20px;
}
.type-TB-slim .article-box .article-info {
  padding: 18px 0 10px;
}
.type-TB-slim .article-box .article-info .feature-title {
  margin: 5px 0;
}
.type-TB-slim .article-box .article-info .subtitle {
  margin-bottom: 5px;
}
.type-TB-slim .article-box .article-info .title {
  min-height: calc(1em * 1.25 * 3); /* 3行分 */
  margin-bottom: 10px
}

/* PRアイコン */
#main-column .main-feature .article-box.pr .article-info .theme::before,
.feature-list-page #main-column .article-box.pr .article-info .theme::before {
  content: "【PR】";
}

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

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

/* 番号付き */
.article-list.numbering,
.article-list.number {
  counter-reset: i;
}
.article-list.numbering .article-box,
.article-list.number .article-box {
  position: relative;
}
.article-list.numbering .article-box::after {
  counter-increment: i;
  box-sizing: border-box;
  display: block;
  content: counter(i);
  width: 36px;
  font-size: 1.9rem;
  text-align: center;
  background: #debe3a;
  color: #fff;
  font-weight: bold;
  padding-top: 8.5px;
  padding-bottom: 8.5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.article-list.numbering .article-box:nth-child(n+4)::after {
  background: #baac71;
}
/* 番号付き(type-LR用) */
.article-list.type-LR.numbering .article-box::after {
  background: #baac71;
  top: 20px;
}
/* 記事左ナンバリング */
#sub-column .sub-ranking .ranking-tab-content.number .article-box a,
.article-list.number .article-box a {
  padding-left: 40px;
}
#sub-column .sub-ranking .ranking-tab-content.number .article-box::before,
.article-list.number .article-box::before {
  counter-increment: i;
  content: counter(i);
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  font-family: "Arial";
  line-height: 26.4px;
  color: #B8AA71;
  position: absolute;
  top: 15px;
  left: 5px;
}
#sub-column .sub-ranking .ranking-tab-content.number .article-box::before,
.sub-ranking .article-list.number .article-box::before {
  font-size: 1.6rem;
  top: 0;
  bottom: 0;
  height: 22px;
  margin: auto;
}
/*========== サブカラム ==========*/
#sub-column {
  width: 300px;
}
#sub-column .js-fixed-subcolumn.fixed {
  position: fixed;
}
#sub-column .js-fixed-subcolumn.fixed-bottom {
  position: absolute;
}
/*========== フッターカラム ==========*/
#footer-column {
  clear: both;
}

/*========== トップページ ==========*/
/* トップ特集 */
.top-feature {
  border-bottom: solid 1px #d8d8d8;
  font-weight: bold;
}
.top-feature .feature-title {
  border-left: solid 6px #baac71;
  padding-left: 10px;
  font-size: 3.6rem;
  line-height: 1.25;
}
.top-feature .feature-articles {
  padding-bottom: 20px;
}
/* 記事１つ目 */
.top-article-box {
  margin-bottom: -2px; /* 「あわせて読みたい」が下に張り付くように調整 */
}
.top-article-box .article-img {
  float: left;
  width: calc(100% * 420 / 860);
}
.top-article-box .article-info {
  min-height: calc(3.0rem * 1.25 * 3 + 2rem + 1rem); /* 3行分 + 著者名(margin含む) */
  font-size: 3rem;
}
.top-article-box .article-info h3 {
  line-height: 1.25;
}
.top-article-box .article-box .title i {
  width: 26px;
  height: 29px;
  margin-bottom: 4px;
}
/* 記事２つ目以降 */
.top-sub-article-wrapper {
  width: calc(100% - 100% * 420 / 860 - 31px); /* 1枚目画像 + 余白30px */
  padding-left: 30px;
}
.top-sub-article-wrapper .sub-article-text {
  font-size: 1.4rem;
  font-weight: normal;
}
.top-sub-article-wrapper .main-article-box {
  padding: 10px 0;
}
.top-sub-article-wrapper>.main-article-box:last-child {
  padding-bottom: 0;
}
.top-sub-article-wrapper .main-article-box a {
  padding: 0;
}

/* トップ記事 */
.top-article {
  padding: 20px 0;
}
.top-article .article-img.img-leaf{
  background-color:#fff;
}

/*========== 記事詳細 ==========*/
/* 記事ヘッダー */
.article-header {
  padding: 10px 0 8px;
  position: relative;
  border-bottom: 1px solid #cdd6dd;
}
.article-header .title-wrapper {
  margin-bottom: 10px;
}
.article-header .article-title {
  font-size: 3rem;
  line-height: 1.267;
  font-weight: bold;
}
.article-header .article-subtitle {
  font-size: 1.8rem;
  line-height: 1.44;
  font-weight: normal;
}
.article-header .article-author {
  font-size: 1.5rem;
  line-height: 1.47;
  margin-bottom: 14px;
}
.article-header .feature-list-link {
  font-size: 1.3rem;
  line-height: 1.38;
  margin-bottom: 10px;
}
.article-header .feature-list-link a:first-child {
  margin-right: 10px;
}
.article-header .article-pub-date {
  font-size: 1.3rem;
  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-header .article-functions {
  float: right;
}

/* article-functions */
.article-functions {
  font-size: 0;
}
.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;
}
.article-functions a {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;
  transition: .3s;
  background: transparent center center no-repeat;
  background-size: 20px auto;
}
.article-functions li.printer a {
  background-image: url(../../../../common/dol/images/v3/icon_printer.png);
}
.article-functions li.change-font-size a {
  background: #fff;
  border: 1px solid #333;
  color: #333;
}
.article-functions li.change-font-size a.large {
  font-size: 1.8rem;
}
.article-functions li.change-font-size a.medium {
  font-size: 1.4rem;
}
.article-functions li.change-font-size a.active {
  background: #333;
  color: #fff;
}

/* jsoon 調整用 */
.article-functions .twitter iframe {
  height: 20px !important;
}
.article-functions .twitter a {
  min-width: 90px;
  height: 20px;
}

.article-page .article-nav .article-functions {
  text-align: center;
  float: none;
  margin-top: 60px;
}

/* 文字サイズ変更 */
.chenge-font-size .font-size-title {
  font-size: 1rem;
  margin-bottom: 5px;
}
.chenge-font-size .switch-box .chenge-big {
  font-size: 1.6rem;
  width: 20px;
  line-height: 20px;
  border: 1px solid #3B4043;
  color: #1a1a1a;
  margin-right: 10px;
  text-decoration: none;
}
.chenge-font-size .switch-box .chenge-small {
  font-size: 1.3rem;
  width: 16px;
  line-height: 16px;
  background: #3B4043;
  color: #fff;
  text-decoration: none;
}

/* bottom-functions */
.article-functions.bottom-functions {
  float: none;
}
.bottom-functions {
  margin: 53px 0 37px;
  text-align: center;
}
.bottom-functions li {
  vertical-align: top;
}
/* SNSicon */
.article-sns-icons {
  font-size: 0;
}
.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;
  margin-right: 0;
}
/* 文字サイズicon */
.article-font-resize-icons a {
  display: inline-block;
  box-sizing: border-box;
  color: #666666;
  width: 20px;
  height: 20px;
  border: solid 1px #c9c9c9;
  text-align: center;
  font-family: Arial;
  transition: .3s;
}
.article-font-resize-icons a.active {
  background: #c4ab6a;
  border-color: #c4ab6a;
  color: #fff;
}
.article-font-resize-icons li:first-child {
  font-size: 1.7rem;
  margin-right: 4px;
}
.article-font-resize-icons li:last-child {
  font-size: 1.3rem;
}
/* 記事本文 */
.article-body {
  padding: 10px 0 0;
}
.article-body.readmore {
  height: 510px;
  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-body .video {
  position: relative;
  padding-top: 56.25%;
}
.article-body .video>iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
/* 記事ページナビ */
.article-nav {
  margin-bottom: 30px;
}

/* 次のページへ */
.article-next-page {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.6rem;
  color: #15276a;
  line-height: 1.5;
}
.article-next-page > a {
  display: inline-block;
  padding: 10px 15px;
  width: 534px;
  background: #efefef;
}
.article-next-page .next-page {
  font-weight: bold;
}
.article-next-page .next-page-title::after {
  content: '>';
  margin-left: .5em;
}

/* 次・前記事 */
.article-prev-next-nev {
  margin-top: 30px;
  margin-bottom: 20px;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}
.article-prev-next-nev-title {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 20px 0 -15px;
  text-align: center;
}
.article-prev-next-nev .article-box {
  margin: 0 !important;
  border: none !important;
  width: 50% !important;
  box-sizing: border-box;
}
.article-prev-next-nev .article-box.left {
  border-right: 1px solid #d0d0d0 !important;
}
.article-prev-next-nev.type-LR .article-box > * {
  padding: 20px 0 !important;
  position: relative;
}
.article-prev-next-nev.type-LR .article-box.left > *::before,
.article-prev-next-nev.type-LR .article-box.right > *::before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.article-prev-next-nev.type-LR .article-box.left > *::before {
  left: -25px;
  border-top: 4px solid #2a2a2a;
  border-left: 4px solid #2a2a2a;
  transform: rotate(-45deg);
}
.article-prev-next-nev.type-LR .article-box.right > *::before {
  right: -25px;
  border-top: 4px solid #2a2a2a;
  border-right: 4px solid #2a2a2a;
  transform: rotate(45deg);
}
.article-prev-next-nev.type-LR .article-box.plan.right > *::before {
  border-color: #d0d0d0;
}
.article-prev-next-nev.type-LR .article-box .text-link {
  font-size: 1.5rem;
  position: absolute;
  top: -20px;
  left: 0;
}
.article-prev-next-nev.type-LR .article-box.right .text-link {
  right: 0;
  left: auto;
}
.article-prev-next-nev .article-box.left .article-img {
  float: left;
}
.article-prev-next-nev .article-box.left .article-info {
  padding-right: 25px;
  padding-left: 25px;
}
.article-prev-next-nev .article-box.left .article-img + .article-info {
  padding-left: calc(100% * 90 / 351 + 20px);
}
.article-prev-next-nev .article-box.right .article-info {
  padding-left: 25px;
  padding-right: 25px;
}
.article-prev-next-nev .article-box.right .article-img + .article-info {
  padding-right: calc(100% * 90 / 351 + 20px);
}
.article-prev-next-nev .article-box .article-info .num {
  color: #888;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.article-prev-next-nev .article-box .article-info .title {
  color: #1a1a1a;
  font-size: 1.4rem;
  line-height: 22px;
  margin-bottom: 10px;
}
.article-prev-next-nev .article-box .article-info .date {
  color: #888;
  font-size: 1.3rem;
  font-weight: normal;
}
/* 公開予定 */
.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-weight: 700;
}
.article-prev-next-nev.type-LR .article-box.plan.left a::before {
  border-top: 4px solid #d0d0d0;
  border-left: 4px solid #d0d0d0;
}
.article-prev-next-nev.type-LR .article-box.plan.right a::before {
  border-top: 4px solid #d0d0d0;
  border-right: 4px solid #d0d0d0;
}
/* 記事下バナー */
.article-page .article-banner {
  margin: 30px 0;
}
/* 関連情報 */
.article-related-info {
  margin: 0 0 15px 0;
}
/* 関連キーワード */
.article-related-keywords {
  border: solid 1px #d8d8d8;
  border-left: none;
  border-right: none;
  margin-bottom: 60px;
  padding: 10px 0;
}
.article-related-keywords .content-title {
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 3px;
}
.article-related-keywords ul {
  font-size: 0;
}
.article-related-keywords ul li {
  display: inline-block;
  margin-right: 2em;
  font-size: 1.4rem;
  line-height: 2;
}
.article-related-keywords ul li:last-child {
  margin-right: 0;
}
/* 関連記事 */
.article-related-article .title.pr-icon::after {
  font-size: 1.2rem;
  font-weight: normal;
  font-style: oblique;
  line-height: 16px;
  width: 22px;
  margin-left: 8px;
  background: #695e2d;
  text-decoration: underline;
}
/* IE対策 一度定義してから消す */
.article-related-article .title.pr-icon::after {
  text-decoration: none;
}

/* 非ログイン時 */
.article-non-member {
  width: 70%;
  margin: 0 auto;
}
.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: 2.5;
}

/* 著者レイヤー */
.author-info-box {
  display: none;
  width: 700px;
  padding: 30px;
  box-sizing: border-box;
  color: #000;
  background: #fff;
  font-size: 1.6rem;
  line-height: 1.5;
}
.author-info-box .author-img {
  float: left;
  position: relative;
  background: #eee; /* #TODO: 背景色仮置き */
  width: 120px;
}
.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: 140px; /* imgサイズ + 余白20px、画像がない場合は適用されない＝左詰め */
}
.author-info-box .author-basic-info .author-name {
  font-size: 2.4rem;
  line-height: 1;
}
.author-info-box .author-basic-info .author-kana {
  font-size: 1.2rem;
  margin-bottom: 1em;
}
.author-info-box .author-basic-info .author-shozoku {
  font-size: 1.6rem;
}
.author-info-box .author-profile {
  margin: 20px 0;
}
.author-info-box .author-column-list li {
  border-top: solid 1px #d8d8d8;
  margin: 20px 0;
}
.author-info-box .author-column-list .column-title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 15px 0 10px;
}
.author-info-box .author-column-list .column-description {
  margin: 10px 0;
}
.author-info-box .author-column-list .column-link {
  text-align: right;
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: .5em;
}
/* 閉じる */
.fancybox-close-wrapper-custom {
  display: block;
  width: calc(21px * 1.414); /* 1.414:√2 */
  height: calc(21px * 1.414);
  padding: 4px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.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: 4px;
  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-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;
}

/*========== 一覧系 ==========*/
/* 共有 */
section.main-content {
  padding-top: 30px;
  border-top: solid 1px #d8d8d8;
}
h1+section.main-content {
  padding-top: 0;
  border:none;
}
section.main-content h2.title {
  margin-bottom: 16px;
  padding-left: 10px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.25;
  border-left: solid 4px #baac71;
}
.page-description {
  font-size: 1.6rem;
  line-height: 1.5;
}

/* コラム一覧 */
.column-list-page .page-description {
  margin-bottom: 26px;
}

/* 検索結果一覧 */
.search-list-page .main-content:nth-child(2) .title {
  padding-left: 10px;
}
.search-list-page .main-content:nth-child(2) .page-description {
  margin-bottom: 15px;
}
.search-list-page .search-count {
  float: right;
}
.search-list-page .search-count::after {
  clear: both;
  content: "";
  display: table;
}
.search-list-page section.main-content .search-box {
  background: #f0f3f5;
  margin-bottom: 38px;
  padding: 15px;
}
.search-list-page section.main-content .search-box form {
  width: 100%;
}
.search-list-page section.main-content .search-box input[type="text"] {
  width: 100%;
  box-sizing: border-box;
}

/*========== ランキング ==========*/
.ranking-tab-content .article-list.type-LR.numbering {
  counter-reset: none;
}
/*========== 会員限定コンテンツ ==========*/
/* NEW */
.member-news {
  margin: 0 0 20px;
  padding: 10px 0;
  border-top: 1px #d8d8d8 solid;
  border-bottom: 1px #d8d8d8 solid;
}
#main-column > :first-child.member-news { /* .page-titleがない場合 */
  border-top: none; /* mainと重複する為削除 */
}
.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: 4px;
}

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

/* 会員限定記事・人気ランキング */
.member-page .btn-area {
  text-align: center;
}
.member-page .btn-area .btn {
  display: inline-block;
  margin: 20px;
}

/* 区切り線 */
.member-page #main-column .content {
  border-top: none;
  border-bottom: 1px #d8d8d8 solid;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

/*===== 電子書籍・雑誌 =====*/
#magazine-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  line-height: 1.4;
}
#magazine-list .magazine-item {
  box-sizing: border-box;
  width: calc(25% - (15px * 3 / 4));
  margin: 0 0 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;
  cursor: pointer;
}
#magazine-list .magazine-item:not(:nth-of-type(4n)) {
  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 30px;
  padding: 20px 0;
  border-top: 2px #15276a solid;
  border-bottom: 2px #15276a solid;
  background: #fff;
  position: relative;
}
#magazine-tooltip::before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 2px #15276a solid;
  border-left: 2px #15276a solid;
  background: #fff;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: -10px;
}
#magazine-tooltip.one::before {
  left: calc((25% - (15px * 3 / 4)) / 2 - 8px);
}
#magazine-tooltip.two::before {
  left: calc((25% - (15px * 3 / 4)) * 1.5 + 7px);
}
#magazine-tooltip.three::before {
  right:  calc((25% - (15px * 3 / 4)) * 1.5 + 6px);
}
#magazine-tooltip.four::before {
  right: calc((25% - (15px * 3 / 4)) / 2 - 9px);
}
/* 閉じるボタン */
#magazine-tooltip .close-btn {
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 17px;
  right: 0;
}
#magazine-tooltip .close-btn::before,
#magazine-tooltip .close-btn::after {
  display: block;
  content: "";
  width: 3px;
  height: 100%;
  background: #999;
  border-radius: 2px;
  position: absolute;
  right: 9px;
}
#magazine-tooltip .close-btn::before {
  transform: rotate(45deg);
}
#magazine-tooltip .close-btn::after {
  transform: rotate(-45deg);
}
/* 書籍情報 */
#magazine-tooltip .magazine-data {
  width: calc(100% - 218px - 30px);
  margin-left: 30px;
}
/* 書籍名・発行元名・閲覧期間 */
#magazine-tooltip .magazine-nm,
#magazine-tooltip .magazine-no,
#magazine-tooltip .publisher {
  display: inline-block;
  margin-right: .5em;
  font-weight: bold;
}
#magazine-tooltip .date {
  font-weight: bold;
}
/* 特集名・詳細 */
#magazine-tooltip .title {
  font-weight: bold;
  margin-top: 1em;
}
#magazine-tooltip .detail {
  margin: 1em 0;
}
/* ボタン・リンク */
#magazine-tooltip .magazine-btn-area {
  text-align: center;
  font-weight: bold;
}
#magazine-tooltip .magazine-btn-area .btn {
  width: 70%;
  margin-bottom: 5px;
  position: relative;
}
#magazine-tooltip .magazine-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;
}
#magazine-tooltip .magazine-btn-area .btn::after {
  display: inline-block;
  content: "";
  width: 10px;
  height: 10px;
  border: 2px #fff solid;
  box-shadow: 0 0 0 2px #15276a,
              6px -6px 0 -2px #15276a,
              6px -6px 0 0px #fff;
  position: absolute;
  top: calc((100% - 10px) / 2);
  right: 40px;
}

/*===== 各種設定 =====*/
.member-menu {
  margin-bottom: 20px;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}
.member-menu li {
  box-sizing: border-box;
  width: calc((100% - 2px) / 3);
  padding: 50px 20px 43px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  vertical-align: top;
  position: relative;
}
.member-menu li:not(:last-child) {
  border-right: 1px #d8d8d8 solid;
}
.member-menu li .description {
  text-align: left;
  margin: 30px 0 25px;
}
.member-menu li .btn {
  width: calc(100% - 40px);
  position: absolute;
  bottom: 0;
  left: 20px;
  border: 1px #15276a solid;
  background: #fff;
  color: #15276a;
}

/*===== ログイン・フォーム =====*/
/* v3ログインフレーム*/
.login-frame-wrapepr {
  margin-bottom: 68px;
  padding-top: 65px;
}
.login-frame-wrapepr .page-title {
  font-size: 2.2rem;
  margin-bottom: 35px;
  text-align: center;
}
.login-frame-wrapepr .attention {
  width: 700px;
  margin: 0 auto 10px;
}
.login-frame-wrapepr .login-form {
  width: 700px;
  margin: auto;
}
.login-frame-wrapepr .login-form .mail {
  border-top: solid 1px #d3d3d3;
}
.login-frame-wrapepr .login-form .mail,
.login-frame-wrapepr .login-form .pass {
  line-height: 50px;
  border-bottom: solid 1px #d3d3d3;
  padding: 10px 0;
}
.login-frame-wrapepr .mail-text,
.login-frame-wrapepr .password-text {
  float: left;
  font-weight: bold;
  margin-left: 20px;
  line-height: 46px;
}
.login-frame-wrapepr .input {
  width: 440px;
  height: 46px;
  border: solid 1px #cdd6dd;
  padding: 0 5px;
  margin-right: 50px;
  float: right;
}
.login-frame-wrapepr .keep-login {
  font-size: 1.4rem;
  margin: 20px 3px 20px 0;
  text-align: center;
}
.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: 3px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
}
.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: 3px;
  left: 5px;
  width: 5px;
  height: 10px;
  transform: rotate(40deg);
  border-bottom: 3px solid #15276a;
  border-right: 3px solid #15276a;
}
.btn.login-btn {
  height: 50px;
  width: 310px;
  margin-top:20px;
}
.login-frame-wrapepr .password-link{
  margin-top: 20px;
  font-size: 1.6rem;
  text-align: center;
}
.login-frame-wrapepr .acount-link{
  margin-top: 50px;
  font-weight: bold;
}
/* ログインフォーム下登録説明 */
.registration-wrapper .registration-guide {
  font-size: 20px;
  font-weight: 700;
  color: #1A1A1A;
  text-align: center;
  margin-bottom: 30px;
}
body.login-page .paid-member-special-offers {
  width: 742px;
  margin: 0 auto 30px;
  box-sizing: border-box;
}
.registration-wrapper .free-registration,
.registration-wrapper .free-registration-link {
  font-size: 1.6rem;
  text-align: center;
}
.registration-wrapper .free-registration {
  margin: 60px 0 20px;
}
.registration-wrapper .free-registration-link {
  margin-bottom: 30px;
}
.registration-wrapper .free-registration-link a {
  color: #1A1A1A;
  text-decoration: underline;
}
/*===== 今月の主筆 =====*/
/* 主筆の記事 */
.management-article-list {
  margin: 20px 0 30px;
}
.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::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px #000 solid;
  border-right: 2px #000 solid;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: 20px;
  left: 16px;
}
.management-article-list li a {
  display: block;
  color: #000;
}
.management-article-list li p {
  padding: 15px 15px 10px 30px;
  font-size: 0;
}
.management-article-list li .title {
  display: inline;
  font-size: 1.6rem;
  line-height: 1.3;
}
.management-article-list li a .title {
  font-weight: bold;
}
.management-article-list li .date {
  display: inline-block;
  color: #a89416;
  font-size: 1.4rem;
  margin-left: 1em;
}
.management-article-list li .coming-soon {
  display: inline-block;
  margin-left: 5px;
  padding: 0 4px;
  background: #baac71;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.5;
  margin-left: 1em;
  vertical-align: bottom;
  margin-bottom: 1px;
}

/* 来月の主筆 */
.next-management {
  display: table;
  width: 100%;
  color: #fff;
  margin-bottom: 40px;
}
.next-management .hdr {
  display: table-cell;
  width: 286px;
  background: #baac71;
  font-size: 2.4rem;
  text-align: center;
  vertical-align: middle;
  position: relative;
}
.next-management .hdr::after {
  display: block;
  content: "";
  border-top: 9px transparent solid;
  border-left: 13px #baac71 solid;
  border-bottom: 9px transparent solid;
  position: absolute;
  top: calc((100% - 18px) / 2);
  right: -13px;
}
.next-management .mgt-info {
  display: table-cell;
  box-sizing: border-box;
  width: calc(100% - 286px);
  background: #424242;
  line-height: 1.5;
  padding: 13px 20px 13px 35px;
}
.next-management .mgt-info .mgt-name {
  font-size: 2rem;
  font-weight: bold;
}
.next-management .mgt-info .mgt-position {
  font-size: 1.4rem;
}

/* バックナンバー */
.management-backnumber-article {
  border-top: none;
}
.management-backnumber-article .article-info {
  position: relative;
}
.management-backnumber-article .mgt-date {
  background: #202020;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
  padding: 3px 5px;
  display: inline-block;
  position: absolute;
  right: 13px;
}
.management-backnumber-article .mgt-name {
  font-size: 2rem;
  margin-right: 80px;
}
.management-backnumber-article .mgt-position {
  font-size: 1.4rem;
  font-weight: normal;
}
.management-backnumber-article .title {
  margin-top: 15px;
}

/* 記事下「今月の主筆バックナンバー」 */
.article-management-backnumber .management-article-list {
  width: 354px;
  margin: 0;
}
.article-management-backnumber .management-info-wrapper {
  position:relative;
}
.article-management-backnumber .management-info-wrapper .list-link{
  clear:both;
  float:right;
  margin-top:10px;
  font-weight:bold;
}
.article-management-backnumber .management-info {
  float: right;
  width: 371px;
  text-align: left;
}
.article-management-backnumber .management-info img {
  width: 100%;
  margin-bottom: 10px;
}
.article-management-backnumber .management-info .mgt-name {
  font-size: 2.2rem;
  font-weight: bold;
  padding-right: 10px;
}
.article-management-backnumber .management-info .mgt-position {
  font-size: 1.4rem;
}

/*===== 記事下週刊ダイヤモンド告知スペース =====*/
#dw-magazine-latest{
margin:0 auto 25px auto;
}
#dw-magazine-latest ul{width:auto;}
#dw-magazine-latest ul li{border-style:none;margin:0;padding:0;}
.dw-latest-infobox{
border:solid 1px #cc0001;
padding:15px;
}
.dw-latest-infobox .magazine-cover{width:180px;float:left;}
.dw-latest-infobox .magazine-cover p{margin:0;padding:0;}
.dw-latest-infobox .magazine-cover p.issue-date{font-size:16px;font-weight:bold;line-height:1.6;}
.dw-latest-infobox .magazine-cover p.price{font-size:12px;line-height:1.4;padding:5px 0;}
.dw-latest-infobox .magazine-cover .for-dw-website{float:right;}

.dw-latest-infobox .magazine-info{width:390px;float:right;}
.dw-latest-infobox .magazine-info h3{margin:0 0 0.5em 0;font-size:21px;}
.dw-latest-infobox .magazine-info ul li{border-bottom:dotted 1px #cdcdcd !important;padding:5px 0 !important;}

#dw-magazine-latest .magazine-link{float:right;margin:15px 0;}
#dw-magazine-latest .magazine-link ul li{float:left;}
#dw-magazine-latest .magazine-link ul li#dw-latest-issue{margin-right:10px;}

#dw-magazine-latest .dw-backnumber-link{float:right;margin-right:8px;}


/*石井記述20140725*/
#dw-article-end-magazine{
  clear:both;
  float:left;
  width:100%;
  margin:auto;
}
#dw-article-end-magazine.altbanner{
margin:20px auto;
text-align:center;
}

#dw-article-end-magazine p{margin:0px 0px 6px 0px;}
.magazineTitle{margin-left:20px;}
.magazineDW{border:1px solid #cc0001; padding:15px; width:auto; margin:0 auto 25px auto;}
.magazinedwImg{float:left; width:140px; text-align:center;}
.magazinedwImg img{width:100%;margin-left:12px;margin-bottom:5px; border:solid 1px #666;}
.magazinedwImg span{display:block; text-align:center; font-size:12px; line-height:1; margin:0 0 3px; color:#333;}
.magazinedwBody{float:left;margin-left:60px;}
.magazinedwBody p{font-size:14px; margin:0; line-height:1.2;}
.magazinedwBody p.tokusyuTtl{padding:7px 3px; border-bottom:dashed 1px #ccc; margin:0 0 10px;}
.magazinedwBody p.tokusyuTtl strong{display:block; font-size:16px;}
.magazinedwBody ul{padding:0; margin:10px 0 0;}
/*のち削除*/
.magazinedwBody ul li{float:left; border:none; margin-left:15px;}
.magazinedwBody ul li:first-child{margin:0;}
/*ここまで*/

.magazinedwBody ul.magazinepopupLink{width:440px;}
.magazinedwBody ul.magazinepopupLink2{width:450px; margin:0;}
.magazinedwBody ul.magazinepopupLink li,
.magazinedwBody ul.magazinepopupLink2 li{clear:none; width:100%; float:left; display:block; margin:0 0 5px; padding:0;}
.magazinedwBody ul.magazinepopupLink li{width:450px;}
.magazinedwBody ul.magazinepopupLink2 li{width:220px;}
.magazinedwBody ul.magazinepopupLink li a,
.magazinedwBody ul.magazinepopupLink2 li a{
  display:block; color:#fff; font-weight:bold;
  border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
  height:20px; line-height:22px;
}
.magazinedwBody ul.magazinepopupLink li a{
  padding:3px 0 3px 50px; font-size:16px; letter-spacing:2px;
  background: url(/common/images/v5/article/magazinepopup.png) no-repeat right center;
}
.magazinedwBody ul.magazinepopupLink li.pop1 a{background-color:#b90505; border:solid 2px #d92f01;}
.magazinedwBody ul.magazinepopupLink li.pop2 a{background-color:#d56b04; border:solid 2px #e68a06;}

.magazinedwBody ul.magazinepopupLink2 li a{padding:3px 0 3px; font-size:14px; text-align:center; background-color:#2859bc; border:solid 2px #3e6cc7;}
.magazinedwBody ul.magazinepopupLink2 li.blankLink{margin-right:10px;}
.magazinedwBody ul.magazinepopupLink2 li.blankLink a{padding:3px 0 3px 8px;}
.magazinedwBody ul.magazinepopupLink li a:hover,
.magazinedwBody ul.magazinepopupLink2 li a:hover{background-color:#777; border:solid 2px #999;}

.magazinedwBody ul.magazinepopupLink li a span,
.magazinedwBody ul.magazinepopupLink2 li a span{color:#fff; float:left; text-align:left;}
.magazinedwBody ul.magazinepopupLink li a span{font-size:12px; line-height:22px; margin-right:20px; letter-spacing:1px;}
.magazinedwBody ul.magazinepopupLink2 li.blankLink a span{font-size:9px; line-height:11px;}

.commonFancy{display:none;padding:20px;}
/*commonFancy*/
.fancybox-skin{background-color:#f4f2ec;}
.commonFancy{display:none;}
.commonFancy strong{font-size:14px;}
.commonFancy p{font-size:12px;}
.commonFancy ul{margin:20px auto;}

#fancy2 ul{width:492px;}
.commonFancy ul li{float:left; margin:0 0 5px 5px;}
.commonFancy ul li a{
  background: url(/common/images/v5/article/store-btns.jpg) no-repeat; font-weight:bold;
  display:block; width:116px; height:38px; text-indent:-1100em; overflow: hidden;
  text-align:center; font-size:14px;
}
.commonFancy ul li.btn-ehon a{background-position:-544px 0;}
.commonFancy ul li.btn-amazon a{background-position:-680px -50px;}
.commonFancy ul li.btn-rakutenbooks a{background-position:-544px -50px;}

.commonFancy ul li.btn-kobo a{background-position:0 0;}
.commonFancy ul li.btn-readerstore a{background-position:-136px 0;}
.commonFancy ul li.btn-kinokuniya a{background-position:-272px 0;}
.commonFancy ul li.btn-honto a{background-position:-408px 0;}
.commonFancy ul li.btn-digitalehon a{background-position:-272px -50px;}
.commonFancy ul li.btn-booklive a{background-position:-680px 0;}
.commonFancy ul li.btn-magastore a{background-position:-816px 0;}
.commonFancy ul li.btn-fujisan a{background-position:0 -50px;}
.commonFancy ul li.btn-zasshi a{background-position:-136px -50px;}
.commonFancy ul li.btn-kindle a{background-position:-408px -50px;}
.commonFancy ul li.btn-googleplay a{background-position:0 -100px; width:110px; height:38px;}

.commonFancy ul li.btn-newsstand a{background:none; text-indent:0; border:solid 1px #dcdcdc; line-height:38px; height:36px; background-color:#fff; color:#000;}

.commonFancy ul li.btn-digitalehon,
.commonFancy ul li.btn-zasshi{clear:left;}

#fancy3.commonFancy ul li{clear:none;}

/* 書籍モジュール */
.books-module {
  border: 1px solid #333;
  padding: 20px 20px 20px;
  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: 2.4rem;
  text-align: center;
}
.books-module .books-data {
  margin-left: calc(164px + 30px);
  line-height: 1.25;
}
.books-module .books-nm {
  color:  #131313;
  font-size: 2.2rem;
  margin-bottom: .5em;
  font-weight: bold;
}
.books-module .author {
  color:  #131313;
  font-size: 1.8rem;
  font-weight: bold;
}
.books-module .introduction {
  color:  #131313;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 1.5em 0 .7em;
}
.books-module .detail {
  display: inline-block;
  color:  #131313;
  font-size: 1.5rem;
  line-height: 1.5;
}
.books-module .purchase {
  font-size: 0;
  padding: 25px 0px 0px 0px;
  text-align: center;
}
.books-module .purchase .btn {
  display: inline-block;
  width: 168px;
  height: 58px;
  position: relative;
  background: #fff;
  border: solid 1px #15276a;
  box-sizing: border-box;
  color: #15276a;
  margin-right: 7px;
  padding: 0;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
}
.books-module .purchase .btn:last-child {
  margin-right: 0px;
}
.books-module .purchase .btn img {
  width: 100%;
}
.books-module .btn p {
  position: absolute;
  top: 9px;
  left: 32px;
  font-size: 1.5rem;
}
.books-module .btn:first-child p {
  position: absolute;
  left: 46px;
}
.books-module .btn p::before {
  display: inline-block;
  content: '▼';
  position: absolute;
  top: -2px;
  left: -1.5em;
  transform: rotate(148deg);
}
.books-module .books-img {
  width: 140px;
  padding: 12px;
  background-color: #efefef;
  text-align: center;
  font-size: 0;
}
.books-module .books-img img {
  max-width: 100%;
}
/* 書籍モジュールがarticle-body内に移動になったための調整 */
.article-body .books-module p {
  margin: 0; 
}
.article-body .books-module .books-nm {
  margin-bottom: .5em;
}
.article-body .books-module .introduction {
  margin: 1.5em 0 1em;
}

/*========== ウェルカムページ ==========*/
#welcome-contents {
  max-width: 1600px;
  min-width: 1082px; /* 1200 - 15*2 */
  margin: auto;
  padding: 0 30px;
}
/* 最新記事 */


/*===== DOL特集 =====*/
.dolsp-title {
  margin: 10px 0;
}
.dolsp-kanban {
  margin: 20px 0;
}
.dolsp-kanban img {
  max-width: 100%;
}
.dolsp-summary {
  line-height: 1.5;
  margin-bottom: 20px;
}
.main-article-box.dolsp .article-info .summary{
  font-size:90%;
  font-weight:normal;
}
.dolsp .content.main-feature{
  margin-top:30px;
}

/* 画像ページ */
.images-box {
  background: #141414;
  margin-top: 19px;
  margin-bottom: 20px;
}
.images-box .top-image {
  padding: 35px 35px 28px;
}
.images-box .top-image .current-image {
  margin-bottom: 20px;
  position: relative;
}
.images-box .top-image .controller-box .prev-controller {
  left: -35px;
}
.images-box .top-image .controller-box .next-controller {
  right: -35px;
}
.images-box .top-image .controller-box .prev-controller,
.images-box .top-image .controller-box .next-controller {
  width: 48px;
  height: 90px;
  background: #737373;
  position: absolute;
  top: 173px;
}
.images-box .top-image .controller-box .prev-controller:before {
  left: 16px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
}
.images-box .top-image .controller-box .next-controller:before {
  right: 16px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
}
.images-box .top-image .controller-box .prev-controller:before,
.images-box .top-image .controller-box .next-controller:before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  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% * 436 / 670);
}
.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.4rem;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 19px;
}
.images-box .top-image .current-page {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
.images-box .under-image {
  font-size: 0;
  padding: 0 35px 35px;
  position: relative;
}
.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 {
  text-align: center;
  margin-top: 19px;
}
.article-link a {
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  padding-left: 10px;
}
.article-link a:before {
  content: '';
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #1010aa;
  position: absolute;
  top: 9px;
  left: 0;
}
/* 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: 25px;
  margin-bottom: 15px;
  overflow: hidden;
}
.top-slider .bx-wrapper .bx-viewport {
  overflow: visible !important;
}
.top-slider .slider-list {
  opacity: 0;
}
.top-slider .slider-list .slider-data a {
  display: block;
}
.top-slider .bx-wrapper {
  margin: 0 auto 40px !important; 
}
.top-slider .bx-wrapper a img {
  border: none !important;
}
.top-slider .bx-wrapper a:hover img {
  border: none !important;
}
.top-slider .bx-pager {
  font-size: 0 !important;
  padding-top: 15px !important;
}

/* pr-table */
.pr-banner {
  font-size: 0;
  margin: 20px 0 10px;
  padding-bottom: 29px;
  position: relative;
}
.pr-banner img {
  max-width: 100%;
}
.pr-banner .ad-icon {
  font-size: 1.3rem;
  width: 32px;
  line-height: 22px;
  background: #bbac71;
  text-align: center;
  color: #fff;
  margin-top: 7px;
  border-radius: 2px;
  position: absolute;
  right: 0;
}
.featured-story-box .article-list.type-TB.light-blue-list {
  margin-bottom: 50px;
}
.featured-story-box .article-list.light-blue-list .article-box {
  background: #f1feff;
}
.featured-story-box .article-list.light-blue-list .article-box .article-info {
  padding-left: 1em;
  padding-right: 1em;
}
.pr-table .article-list.type-TB .article-box .list-company-name {
  font-size: 1.4rem;
  margin: 19px 0 15px;
}
.recent-story-box .article-list.type-LR .new-arrivals-btn {
  width: 310px;
  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 {
  margin-bottom: 36px;
}
.pr-table .article-header .header-company-name {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 18px;
}
.pr-table .article-header .disp-date {
  font-size: 1.4rem;
}
.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.article-image {
  width: 680px;
}
.pr-table .article-body figure img {
  display: block;
  margin: 0 auto;
  vertical-align: bottom;
}
.pr-table .article-body figure.article-movie {
  width: 580px;
  height: 326px; /* FullHD */
  background: #000;
  position: relative;
}
.pr-table .article-body figure.article-movie iframe {
  width: 480px;
  height: 270px; /* FullHD */
  display: block;
  margin: 0 auto;
  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-bottom: 50px;
  position: relative;
}
.logo-link-box a {
  font-size: 1.4rem;
}
.logo-link-box .img-box {
  width: 80px;
  font-size: 0;
}
.logo-link-box .img-box img {
  max-width: 100%;
}
/* pr-table subcolumn */
.sub-prtable-company .company-info {
  background: #fff;
  border: 3px solid #33b9c3;
  padding: 26px 16px 16px;
}
.sub-prtable-company .company-info.fixed {
  position: fixed;
  width: 300px;
  box-sizing: border-box;
}
.sub-prtable-company .company-info .company-name {
  color: #a89416;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 11px;
}
.sub-prtable-company .company-info .logo-box {
  position:relative;
  padding: 10px 0;
}
.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.4rem;
}
.sub-prtable-company .company-info .contact-btn {
  position: relative;
  margin-top: 10px;
}
.sub-prtable-company .company-info .contact-btn:before {
  content: '';
  display: block;
  border-left: 10px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  top: 18px;
  left: 70px;
}
.sub-prtable-company .company-info .contact-btn a {
  display: block;
  background: #33b9c3;
  border-radius: 2px;
  line-height: 48px;
  color: #ffff;
  font-size: 1.6rem;
  text-align: center;
}
.prtablesp-header {
  margin-bottom: 30px;
}
.prtablesp-header .signboard img {
  max-width: 100%;
  vertical-align: bottom;
}
.prtablesp-header .summary {
  font-size: 1.6rem;
  margin: 1em 0 0;
}

/* premium-skin header */
body.premium #site-header {
  background: #000;
  border-bottom: 1px solid #444;
  color: #777;
}
body.premium .header-logo img {
  width: 116px;
}
body.premium .header-content-wrap .header-content {
  margin: 18px 0;
  padding-left: 148px;
}
body.premium .header-member-link .list-style-vertical-var a {
  color: #fff;
}
body.premium .header-member-link .list-style-vertical-var li:not(:last-child)::after {
  color: #fff;
}
body.premium .header-member-link .user-name {
  color: #fff;
}
body.premium .header-member-link .menu-btn {
  border-top-color: #fff;
}
body.premium .search-box form input[type="text"] {
  border-radius: 2px;
}
.signboard {
  background: #000;
  text-align: center;
}
.signboard .image-box {
  font-size: 0;
  width: 1082px;
  margin: 0 auto;
}
.signboard .image-box img {
  max-width: 100%;
}
/* premiumskin 記事詳細 */
body.premium #main-column {
  border-top-color: #131313;
  margin-bottom: 82px;
}
body.premium .article-header .article-pub-date {
  color: #666;
}
body.premium .article-header .article-author a::after {
  background: #000;
}
body.premium .article-font-resize-icons a.active {
  background: #000;
  border-color: #000;
}
body.premium .article-body h2,
body.premium .article-body h4 {
  border-left-color: #131313;
}
body.premium .pagination li span {
  color: #222;
  border-color: #222;
}
body.premium .pagination li.current span {
  background: #222;
  color: #fff;
}
body.premium .pagination li.prev span::before,
body.premium .pagination li.next span::before {
  border-right-color: #222;
  border-bottom-color: #222;
}
/* premiumskin content */
body.premium .content {
  border-top-color: #131313;
}
/* premiumskin sub-column*/
body.premium .sub-feature ul li .article-img {
  width: 89px;
  float: left;
}
body.premium .sub-feature ul li .title {
  padding-left: 109px;
}
/* premiumskin footer */
body.premium #site-footer {
  background: #000;
  color: #fff;
}
body.premium .footer-links-diamond .heading {
  border-bottom: 1px solid #808080;
}
/* premiumskin loginframe */
body.premium #member-login {
  width: 580px;
  margin: 75px auto 40px;
}
body.premium #member-login .member {
  margin: 0;
  padding: 0;
}
body.premium #member-login .page-title {
  font-size: 2.4rem;
  margin-bottom: 7px;
}
body.premium #member-login .member p,
body.premium #member-login .not-member p {
  text-align: center;
  line-height: 1.7;
  font-size: 1.6rem;
  width: 100%;
}
body.premium #member-login .member form {
  background: #ececec;
  padding: 21px 0;
  margin-top: 25px;
  border-radius: 5px;
}
body.premium #member-login .member form .login-form {
  padding: 0 135px;
}
body.premium #member-login .login-form .field {
  width: 100%;
}
body.premium #member-login .login-form .field input {
  float: none;
  width: 100%;
  box-sizing: border-box;
  height: auto;
  padding: 10.5px 15px;
  border-radius: 5px;
  border: 1px solid #b4b4b4;
}
body.premium #member-login .action {
  width: 100%;
  margin: 0 auto;
}
body.premium #member-login .action .next-login {
  margin: 19px auto;
}
body.premium #member-login .action .pw-forget .link-icon {
  color: #222;
  font-weight: 400;
  font-size: 1.3rem;
  margin-top: 22px;
  text-decoration: underline;
}
body.premium #member-login .action .pw-forget .link-icon::before {
  content: none;
}
body.premium #member-login .msg-box {
  border: none;
  padding: 10px 10px 10px 15px;
  margin: 20px auto 40px;
}
body.premium #member-login .msg-box .content-sub-title {
  border: none;
  padding: 0;
  font-size: 1.5rem;
  margin: 10px 0 14px;
}
body.premium #member-login .msg-box .link-icon {
  margin-top: 22px;
}
#member-login .not-member .registration-box {
  padding: 0 135px;
  margin-top: 45px;
}


/*========== 政治・マーケットフォーラム (共通) ==========*/
/* color */
#forum .minus {
  color: #f53333;
}
#forum .plus {
  color: #0ac302;
}

/* contents */
#forum #contents {
  margin-top: 35px;
}

/* header-line */
.header-line-wrap {
  padding: 0 30px;
}
.header-line-wrap.forum-data {
  background: #000;
  position: fixed;
  top: 80px;
  width: 100%;
  z-index: 2;
}
.forum-data ul li {
  font-size: 1.3rem;
  line-height: 35px;
  color: #fff;
}
.forum-data li .num-data,
.forum-data li a.diff-data {
  padding-left: 12px;
  font-weight: 700;
}
.forum-data .list-style-vertical-var li:not(:last-child)::after {
  margin: 0 10px;
  color: #fff;
}
#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 {
  background: #ededed;
  font-size: 1.4rem;
  line-height: 36px;
  padding: 0 .5em;
}
.table-val tr th:not(:last-of-type),
.table-val tr td:not(:last-of-type) {
  border-right: solid 1px #b8aa71;
}
.table-val td {
  min-height: 77px;
  font-size: 1.5rem;
  padding: 22px 22px 21px;
  text-align: center;
}
.table-val td .note-up-time {
  display: block;
  margin-top: 6px;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: right;
}
/* コンテンツ下のPowered */
.powered-text {
  font-size: 1.2rem;
  text-align: right;
}

/* footer-text */
#footer-column .forum-note {
  font-size: 1.2rem;
  margin: 10px 0;
  line-height: 1.5;
}

/*========== サブカラム ==========*/
/* 為替レート */
.sub-rate-list .table-val {
  margin-top: 12px;
}
.sub-rate-list .table-val tr:nth-child(2n -1) {
  background:  #f5f5f5;
}
.sub-rate-list .table-val th {
  background: none;
  border-bottom: solid 1px #b8aa71;
}
.sub-rate-list .table-val td {
  height: auto;
  padding: 10px;
  font-size: 1.4rem;
  border-bottom: solid 1px #b8aa71;
  vertical-align: middle;
  text-align: right;
}
.sub-rate-list .table-val td.type {
  height: auto;
  padding: 10px 6px;
  text-align: left;
  box-sizing: border-box;
}
.sub-rate-list .table-val td.bit-coin {
  text-align: center;
}

/* 会員限定記事ランキング */
.sub-ranking.members-only .ranking-tab-content .article-box:nth-child(-n + 3) .article-info::before {
  background: #debe3a;
}
.sub-ranking.members-only .ranking-tab-content .article-box:first-child a {
  padding-top: 12px;
}

/*========== トップページ ==========*/
/* header-line-news */
.head-line-news {
  font-size: 0;
  margin-top: 15px;
}
.head-line-news .title,
.head-line-news .news-content {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 26px;
}
.head-line-news .title {
  width: 152px;
  background: #000;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.head-line-news .news-content {
  width: calc( 100% - 152px );
  padding-left: 12px;
  padding-right: 14px;
  background: #eee;
  box-sizing: border-box;
}

/* page-title */
.forum-top-page .page-title {
  line-height: 1;
  margin: 24px 0;
}

/* top-article */
.top-article-contents {
  margin-bottom: 25px;
}
.top-article-contents .top-article-box {
  font-weight: 700;
  padding-bottom: 20px;
  border-bottom: 1px #d8d8d8 solid;
}
.top-article-contents .top-article-box .article-info {
  padding-left: calc(100% * 420 / 860 + 30px);
}
.top-article-contents .top-article-box .article-img {
  width: 362px;
}
.top-article-contents .top-article-box .article-img::before {
  padding-top: calc(100% * 190 / 362);
}
.top-article-contents .top-article-box .author {
    margin-top: 6px;
    font-size: 1.4rem;
    color: #a6931c;
    text-align: right;
}
.top-article-contents .top-article-box .summary {
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
}
.other-article-wrapper {
  margin-top: 10px;
}
.other-article-wrapper .other-article-box {
  width: calc( (100% - 42px) / 2 );
  padding: 15px 0;
  float: left;
}
.other-article-wrapper .other-article-box:not(:nth-child(2n - 1)) {
  margin-left: 42px;
}
.other-article-wrapper .other-article-box:not(:nth-last-child(-n + 2)) {
  border-bottom: 1px #d8d8d8 solid;
}
.other-article-wrapper > .article-box .article-info {
  line-height: 1;
}
.other-article-wrapper > .article-box .article-info .title {
  font-size: 1.4rem;
  line-height: 1.5;
  min-height: calc( 1.4rem * 1.5 * 2 ); /* 2行分 */
}
.other-article-wrapper > .article-box .article-info .author {
  margin-top: 6px;
  font-size: 1.2rem;
  color:  #a6931c;
  text-align: right;
}

/* 有識者コラム */
.content.author-series {
  margin-bottom: 40px;
}
.author-series .article-list {
  margin-top: 2px;
  margin-bottom: 0;
}
.author-series .article-list .article-box {
  border: none;
}
.author-series .article-list .article-box:not(:nth-last-of-type(-n + 2)) {
  margin-bottom: 15px;
}
.author-series .article-box .article-img {
  float: left;
}
.author-series .article-box .article-info {
  margin-top: 8px;
  padding-left: calc(100% * 50 / 351 + 15px);
  padding-right: 0;
  color:  #a6931c;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
}
.author-series .article-box .article-info .author {
  text-align: left;
  margin: 0;
}
.author-series .article-box .article-info .position {
  text-align: left;
  margin-top: 8px;
}
.author-series .article-box .series-article .series-article-box a {
  padding: 12px 0;
  border-bottom: 1px #d8d8d8 solid;
  font-size: 1.4rem;
  line-height: 1.5;
}
.author-series .article-box:nth-last-of-type(-n + 2) .series-article .series-article-box:last-child a {
  border-bottom: none;
}
.author-series .article-box .series-article .series-article-box a .title {
  min-height: calc(1.4rem * 1.5 * 2);  /* 2行分確保 */
}
.author-series .btn {
  margin-top: 15px;
}

/* 世界の為替チャート */
.exchange-chart-contents {
  margin-bottom: 40px;
}
.exchange-chart-tab {
  width: 100%;
  border-bottom: solid 1px #baac71;
  box-sizing: border-box;
  font-size: 0;
}
.exchange-chart-tab li {
  display: inline-block;
  width: 74px;
  margin-bottom: -1px;
  background: #eee;
  border-top: solid 1px #baac71;
  border-left: solid 1px #baac71;
  text-align: center;
  line-height: 26px;
  font-size: 1.4rem;
  cursor: pointer;
}
.exchange-chart-tab li:last-child {
  border-right: solid 1px #baac71;
}
.exchange-chart-tab li.active {
  background: #fff;
  border-bottom: solid 1px #fff;
}
.exchange-chart-content .currency-pair-list {
  margin-top: 20px;
  font-size: 0;
}
.exchange-chart-content .currency-pair-list li {
  display: block;
  width: calc( (100% - 60px) / 4);
  float: left;
}
.exchange-chart-content .currency-pair-list li:not(:nth-last-child(-n + 4)) {
  margin-bottom: 15px;
}
.exchange-chart-content .currency-pair-list li:not(:nth-last-child(4n)) {
  margin-right: 20px;
}
.exchange-chart-contents .powered-text {
  margin-top: 27px;
  margin-bottom: 0;
}
.currency-pair-list li a {
  display: inline-block;
}
.currency-pair-list li a:hover {
  text-decoration: none;
}
.currency-pair-list li .info-box {
  padding: 5px;
  font-size: 1rem;
  color: #fff;
  background: #000;
}
.currency-pair-list li .info-box .top-info {
  margin-bottom: 6px;
}
.currency-pair-list li .pair-name {
  display: inline-block;
  float: left;
}
.currency-pair-list li .img-box {
  display: inline-block;
  float: right;
}
.currency-pair-list li .img-box img:not(:last-child) {
  margin-right: 2px;
}
.currency-pair-list li .current-val {
  text-align: right;
}
.currency-pair-list li .current-val span {
  margin-left: 10px;
}

/* 関連系ニュース */
.content.news-contents {
  margin-bottom: 25px;
}
.news-contents .article-list {
  margin-top: 6px;
  margin-bottom: 0;
}
.news-contents .article-list .main-article-box:first-child {
  border-top: none;
}
.news-contents .article-list .main-article-box:nth-last-child(-n + 2) {
  border-bottom: none;
}
.news-contents .article-list .main-article-box a {
  padding: 20px 0 15px;
  font-weight: 400;
  line-height: 1;
}
.news-contents .article-list .main-article-box:nth-child(-n + 2) a {
  padding-top: 0;
}
.news-contents .article-list .main-article-box .title {
  line-height: 1.5;
  min-height: calc( 1.4rem * 1.5 * 2 ); /* 2行分 */
}
.news-contents .article-list .main-article-box .author {
  margin: 18px 0 0;
}
.content.news-contents .list-link {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: right;
}

/* 有識者一覧 */
.author-list-contents .author-list {
  font-size: 0;
}
.author-list-contents .author-list .author-box {
  width: calc((100% - 90px) / 10);
  margin-bottom: 14px;
  display: inline-block;
  vertical-align: top;
}
.author-list-contents .author-list .author-box:not(:nth-child(10n)) {
  margin-right: 10px;
}
.author-list-contents .author-box a {
  color:  #a6931c;
}
.author-list-contents .author-box .author-img {
  position: relative;
  width: 100%;
}
.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-height: 100%;
  margin: auto;
}
.author-list-contents .author-box .author-name {
  font-size: 1.2rem;
  margin-top: 8px;
}

/*========== 日経平均株価 ==========*/
/* 詳細情報 */
.detail-info-content {
  margin-bottom: 35px;
}
.detail-info-content .title-box {
  padding-bottom: 15px;
  border-bottom: solid 1px #b8aa71;
}
.detail-info-content .title-box .title {
  float: left;
  margin-bottom: 0;
}
.detail-info-content .title-box .update-time {
  display: inline;
  font-size: 1.2rem;
  float: right;
}
.detail-info-content .val-box {
  font-size: 0;
  text-align: center;
}
.detail-info-content .val-box dl {
  display: inline-block;
}
.detail-info-content .val-box dl > * {
  display: block;
  line-height: 80px;
  float: left;
}
.detail-info-content .val-box dt {
  font-size: 1.4rem;
  margin-right: 10px;
}
.detail-info-content .val-box .current-val {
  font-size: 3rem;
  margin-right: 42px;
}
.detail-info-content .val-box .diff-val {
  font-size: 1.8rem;
}
.detail-info-content .table-val td.large-val {
  font-weight: 600;
}
.detail-info-content .table-val td.large-val.bit-coin {
  text-align: center;
}
.detail-info-content .table-val td.small-val.bit-coin {
  font-size: 1.4rem;
}
.nikkei-average-page .detail-info-content .table-val td {
 font-weight: 600;
}
/* チャート */
.main-content.exchange-chart-contents {
  padding-top: 0;
  border-top: none;
}
.main-content.exchange-chart-contents .exchange-chart-content {
  padding: 30px 55px 0;
  font-size: 0;
}
.main-content.exchange-chart-contents .exchange-chart-content p {
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.main-content.exchange-chart-contents .exchange-chart-content img {
  max-width: 100%;
  margin-right: 0;
}
.nikkei-average-page .exchange-chart-contents #exchange-chart-tab-content-0 p {
  margin-left: 62px;
}

/*========== チャート詳細 ==========*/
/* pege-title */
.chart-detail-page .page-title-wrap {
  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: 3px;
}
/* 詳細情報 */
.chart-detail-page .detail-info-content .title-box {
  border-bottom: none;
}
.chart-detail-page .table-val td {
  padding: 0;
  height: 47px;
  vertical-align: middle;
}
.chart-detail-page .table-val td.type {
  font-size: 1.8rem;
}
.chart-detail-page .table-val td.large-val {
  font-size: 2rem;
  padding-right: 6px;
  text-align: right;
}
.chart-detail-page .table-val td.small-val {
  width: 80px;
  font-size: 1.5rem;
  padding: 0 8px;
  text-align: right;
  box-sizing: border-box;
}
/* 為替チャート */
.chart-detail-page .exchange-chart-contents {
  margin-bottom: 50px;
}
/* 為替レート一覧 */
.chart-detail-page .rate-list {
  padding-top: 0;
  border-top: none;
}
.chart-detail-page .rate-list .table-val tr:nth-child(2n -1) {
  background:  #f5f5f5;
}
.chart-detail-page .rate-list .table-val th {
  background: none;
  border-bottom: solid 1px #b8aa71;
}
.chart-detail-page .rate-list .table-val td {
  height: 36px;
  border-bottom: solid 1px #b8aa71;
}
.chart-detail-page .rate-list .table-val td.type {
  width: 134px;
  padding-left: 6px;
  font-size: 1.5rem;
  text-align: left;
  box-sizing: border-box;
}
.chart-detail-page .rate-list .table-val td.large-val {
  font-size: 1.6rem;
  font-weight: 600;
  padding-right: 6px;
  text-align: right;
}
.chart-detail-page .rate-list .table-val td.small-val {
  width: 80px;
  font-size: 1.4rem;
  padding-right: 8px;
  text-align: right;
  box-sizing: border-box;
}
.chart-detail-page .rate-list .table-val td.large-val.bit-coin {
  text-align: center;
}
.chart-detail-page .rate-list .table-val td.small-val.bit-coin {
  font-size: 1.2rem;
}
.chart-detail-page .rate-list .powered-text {
  margin-top: 20px;
  margin-bottom: 38px;
}

/*========== 著者詳細 ==========*/
/* 著者情報 */
.author-detail {
  margin: 20px 0 25px;
  padding: 25px;
  background:  #eeeeee;
}
.author-detail .author-box {
  margin-bottom: 22px;
}
.author-detail .author-box .author-img {
  position: relative;
  width: 100px;
  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: 135px;
  margin-bottom: 0;
}
.author-detail .author-box .author-info {
  margin-bottom: 8px;
}
.author-detail .author-info .author-name {
  font-size: 2.2rem;
  font-weight: 700;
}
.author-detail .author-info .author-position {
  font-size: 1.8rem;
  margin-top: 15px;
}
.author-detail .author-description {
  font-size: 1.6rem;
  line-height: 1.75;
}
/* RSS最新情報 */
.author-page .rss-recent-article {
  margin-bottom: 10px;
}

/*========== 有識者一覧 ==========*/
.expert-author-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
}
.expert-author-list .expert-author-box {
  display: block;
  width: calc( (100% - 40px) / 2 );
  margin-bottom: 15px;
}
.expert-author-list .expert-author-box:nth-child(2n - 1) {
  margin-right: 39px;
}
.expert-author-list .expert-author-box:not(:nth-last-child(-n + 2)) {
  border-bottom: solid 1px #d7d7d7;
}
.expert-author-list .expert-author-box a {
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
  color: #131313;
}
.expert-author-list .expert-author-box .author-img {
  position: relative;
  width: 50px;
  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: 66px;
}
.expert-author-list .expert-author-box .author-info {
  padding-top: 6px;
}
.expert-author-list .expert-author-box .author-info .author-name {
  font-size: 1.4rem;
  margin-bottom: 7px;
}
.expert-author-list .expert-author-box .author-info .author-position {
  font-size: 1.4rem;
  line-height: 1.5;
}
/* V3追加 */
/* ==TOPページ==*/
/* TOP連載*/
.top-content.serialization-list .top-content-title {
  margin-bottom: 16px;
}
.serialization-list .type-TB-slim .article-box .article-info {
  padding: 17px 0 12px;
}
.serialization-list .type-TB-slim .article-box .article-info .title {
  min-height: auto;
}
/* TOPスポンサード*/
.sponsored-list .type-TB-slim {
  margin-bottom: 5px;
}
.sponsored-list .type-TB-slim .article-box .article-info {
  padding: 13px 0 10px;
}
.sponsored-list .type-TB-slim .article-box .article-info .subtitle {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.sponsored-list .type-TB-slim .article-box .article-info .title {
  font-weight: normal;
  min-height: unset;
  margin-bottom: 0;
}
.sponsored-list .type-TB-slim .main-article-box {
  margin-bottom: 0px;
}
/* スライダー生成時 */
.book-slide . article-box,
.feature-slide .article-box,
.seminar-list-slide .article-box {
  display: none;
}
.feature-slide .owl-stage-outer .article-box,
.book-slide .owl-stage-outer .article-box,
.seminar-list-slide .owl-stage-outer .article-box {
  display: block;
}
/* スライダー関係上書き */
.top-content .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #3B4043;
}
.top-content .owl-theme .owl-nav [class*=owl-]:focus {
  outline: 0;
}
/* 特集スライダー */
.feature-article-list .feature-slide {
  padding: 0;
  margin-bottom: 16px;
}
.feature-article-list .article-box {
  background: #333;
  color: #fff;
}
.feature-article-list .article-box .article-info {
  padding: 13px 19px 20px;
}
.feature-article-list .article-box .article-info .number {
  font-size: 1.1rem;
  margin-bottom: 2px;
}
.feature-article-list .article-box .article-info .title {
  color: #fff;
  font-size: 1.6rem;
  line-height: 22px;
  margin-bottom: 0;
}
.feature-article-list .article-box {
  float: none;
  width: 450px; /* デザインに合わせて設定 */
  transform-origin: left;
  transform: scale(.8);
  transition: all .3s;
}
.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: -102px; /* 上記の.itemのwidthに合わせて調整 */
}
.feature-article-list .owl-theme .owl-dots .owl-dot {
  outline: none;
}
.feature-article-list .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  background: #000;
  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 {
  box-sizing: border-box;
  background: #fff;
}
.feature-article-list .owl-nav .owl-prev,
.feature-article-list .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 37px;
  margin: auto;
}
/* TOP書籍スライダー */
.top-content.book-list .top-content-title {
  margin-bottom: 9px;
}
.book-list .list-description {
  font-size: 1.4rem;
  line-height: 22px;
  margin-bottom: 14px;
}
.book-list .book-slide {
  margin-bottom: 20px;
}
.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;
  font-weight: 700;
}
.book-list .owl-item {
  margin-top: 20px;
}
.book-list .owl-theme .owl-nav [class*=owl-],
.feature-article-list .owl-theme .owl-nav [class*=owl-],
.seminar-list-slider .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,
.feature-article-list .owl-nav .owl-prev,
.seminar-list-slider .owl-nav .owl-prev {
  left: -35px;
}
.book-list .owl-nav .owl-next,
.feature-article-list .owl-nav .owl-next,
.seminar-list-slider .owl-nav .owl-next {
  right: -35px;
}
.book-list .owl-theme .owl-nav,
.feature-article-list .owl-theme .owl-nav,
.seminar-list-slider .owl-theme .owl-nav {
  margin-top: 0;
}
.book-list .owl-nav span,
.feature-article-list .owl-nav span,
.seminar-list-slider .owl-nav span {
  font-size: 6rem;
}

/* 特集連載記事一覧 */
.page-description + .feature-series-list {
  margin-top: 28px;
}
.feature-series-list {
  display: flex;
  flex-wrap: wrap;
}
.feature-series-list .feature-series-box {
  width: 340px;
  margin-bottom: 30px;
  align-self: stretch;
  background: #f0f3f5;
}
.feature-series-list .feature-series-box:not(:nth-of-type(3n)) {
  margin-right: 31px;
}
.feature-series-list .feature-series-box:nth-of-type(3n+1) {
  clear: both;
}

/* 特集連載記事 */
.feature-series-box a {
  display: block;
}
.feature-series-box .article-img::before {
  padding-top: calc(100% * 341 / 750); /* 画像比率 */
}
.feature-series-box .article-info {
  background: #f0f3f5;
  padding: 16px;
}
.feature-series-box .article-info .title {
  font-size: 1.6rem;
  color: #1a1a1a;
  line-height: 1.375;
  font-weight: bold;
  margin-bottom: .3em;
}
.feature-series-box .article-info .summary {
  font-size: 1.4rem;
  color: #1a1a1a;
  line-height: 1.571;
  margin-bottom: 1em;
}
.feature-series-box .article-info .pub-date {
  font-size: 1.3rem;
  color: #888;
}
.feature-series-box .article-info .pub-date > span {
  margin-left: 1em;
}

/* 特集TOPピックアップ */
.feature-pickup {
  display: block;
}
.feature-pickup .feature-series-box:nth-of-type(1) {
  float: left;
  width: 711px;
}
.feature-pickup .feature-series-box:not(:nth-of-type(1)) {
  float: right;
  margin-right: 0;
}
.feature-pickup .feature-series-box:nth-of-type(1) .article-info {
  padding: 20px;
}
.feature-pickup .feature-series-box:nth-of-type(1) .article-info .title {
  font-size: 2.4rem;
}

/* 記事リスト */
.feature-page .page-title {
  margin-bottom: 18px;
}

/* 記事下特集記事リスト */
.article-feature-article-list {
  margin-bottom: 50px;
}
.article-feature-article-list .feature-title {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 20px 0;
  text-align: center;
}
.article-feature-article-list .list {
  margin: 0;
}
.article-feature-article-list .article {
  display: block;
  padding: 13px 0;
  border-bottom: 1px solid #cdd6dd;
  position: relative;
}
.article-feature-article-list .article .num {
  color: #888;
  font-size: 1.1rem;
  line-height: 1.2;
  display: block;
  margin-bottom: 5px;
}
.article-feature-article-list .article .title {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.38;
  margin-bottom: 10px;
  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.6rem;
  line-height: 1.5;
  font-weight: bold;
}
/*有料会員登録*/

.registration-frame {
  text-align: center;
  margin: 54px auto 40px;
  line-height: 1.5;
}
.registration-frame .continuation {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 18px;
}
.registration-frame .member-only {
  font-size: 1.6rem;
  line-height: 1.625;
  margin-bottom: 24px;
}
.registration-frame .action {
  margin: 20px auto;
  font-size: 0;
}
.registration-frame .action .btn {
  display: inline-block;
  margin: 0 10px;
}
.registration-frame .action .btn.short {
  width: 220px;
}
.registration-frame .member-login {
  font-size: 1.6rem;
  line-height: 1.63;
  margin: 1em 0;
}
.registration-frame .member-login a {
  text-decoration: underline;
}
/* 有料会員特典 */
.paid-member-special-offers {
  background-color: #f5f3f0;
  padding: 45px 60px 30px;
  margin-bottom: 60px;
  border-radius: 5px;
}
.paid-member-special-offers .description {
  font-size: 1.6rem;
  line-height: 1.63;
  margin-bottom: 30px;
}
.paid-member-special-offers .privilege-list {
  width: 555px;
  margin: 25px auto;
  counter-reset: num;
}
.paid-member-special-offers .privilege-list li {
  counter-increment: num;
  margin: 0;
  border-bottom: 1px #baac71 solid;
  line-height: 55px;
  padding-left: 77px;
  position: relative;
  font-size: 1.8rem;
}
.paid-member-special-offers .privilege-list li::before {
  content: '0' counter(num);
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 14px;
  margin: auto;
  font-size: 3.4rem;
  font-family: Arial;
  color: #baac71;
}
.paid-member-special-offers .more-info {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.paid-member-special-offers .more-info a {
  color: #695e2c;
}

/*書籍一覧*/

.pickup-book {
  margin-bottom: 25px;
  position: relative;
}
body.book-list-page .pickup-book {
  margin-bottom: 40px;
}
.pickup-book.pickup-wrapper {
  padding: 34px 33px 30px 35px;
  border: 2px #d8d8d8 solid;
}
.pickup-book .book-info {
    padding-left: 220px;
}
.pickup-book.pickup-wrapper .pickup {
  position: absolute;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  border-top: 50px solid #1a1a1a;
  border-right: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid #1a1a1a;
  z-index: 2;
}
.pickup-book .pickup-mark {
  width: 100px;
  position: absolute;
  color: #ffffff;
  top: -34px;
  left: -65px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.3;
}
.pickup-book .pickup-mark-bottom span {
  margin-right: 5px;
}
.pickup-book .books-img {
  width: 186px;
  height: 266px;
}
.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 {
  max-width: 100% ;
  max-height: 100% ;
}
.pickup-book .book-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #1a1a1a;
  line-height: 3.0rem;
}
.pickup-book .book-subtitle {
  margin-bottom: 10px;
  font-size: 1.8rem;
  color: #444444;
  font-weight: normal;
  line-height: 2.6rem;
}
.pickup-book .book-author {
  font-size: 1.4rem;
  color: #444444;
  font-weight: normal;
  margin-bottom: 27.5px;
}
.pickup-book .book-description {
  font-size: 1.6rem;
  color: #1a1a1a;
  line-height: 2.4rem;
}
.books-list-unity .book-list .article-list {
  margin-bottom: 30px
}
.books-list-unity .article-list .article-box {
  width: calc((100% - 45px) / 4);
  margin-bottom: 0;
}
.books-list-unity .article-list .article-box.none {
  pointer-events: none;
}
.books-list-unity .article-list .article-box:not(:nth-of-type(4n)) {
  margin-right: 15px;
}
.books-list-unity .article-list .article-box .article-img {
  font-size: 0;
  border: 1px solid #cdd6dd;
}
.books-list-unity .article-list .book-line {
  width: 100%;
  display: flex;
  border-bottom: 1px solid #cdd6dd;
  padding: 22px 0;
}
.books-list-unity .article-list .article-box .article-info {
  padding: 15px 0 0;
}
.books-list-unity .article-list .article-box .title{
  font-size: 1.7rem;
  font-weight: bold;
  color: #1a1a1a;
}
.books-list-unity .article-list .article-box .book-author {
  font-size: 1.3rem;
  font-weight: normal;
  color: #666666;
  line-height: 1.8rem;
}
.books-list-unity .article-list .book-line:first-child {
  padding-top: 0;
}
.books-list-unity .article-list .article-img::before ,
.pickup-book .book-content .books-img .article-img::before{
  padding-top: calc(100% * 248 / 172 );
}
.pickup-book .book-content {
  margin-bottom: 13px;
}
body.book-page.book-index-page .article-img img {
  z-index: 0;
}
/*　書籍目次　*/
.book-page.book-list-page .page-title {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.book-page.book-list-page .description {
  font-size: 1.6rem;
  margin-bottom: 28px;
  line-height: 2.4rem;
}
.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.6rem;
  font-weight: bold;
  color: #555;
}
.book-index .term {
  margin-left: 19px;
}
.book-index {
  clear: both;
  margin-bottom: 24.5px;
}
.book-index .header .sort .latest {
  pointer-events: none;
}
.book-index .header .sort .latest a {
  color: #1a1a1a;
}
.book-index .book-list article  {
  border: 1px #cdd6dd solid;
  padding: 21px;
  margin-bottom: 10px;
  position: relative;
  clear: both;
}
.book-index .book-list article.plan {
    background: rgba(240, 243, 245, 0.5);
    pointer-events: none;
    border: none;
}
.book-index .book-list article .title {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.3;
  color: #1a1a1a;
  margin-bottom: 10px;
  padding-right: 180px;
}
.book-index .book-list .article-box.plan .title {
    color: #aaaaaa;
}
.book-index .book-list article .date {
  font-size: 1.3rem;
  font-weight: normal;
  color: #888888;
  clear: left;
  padding-right: 180px;
}
.book-index .book-list .article-box.plan .date {
  color: #1a1a1a;
  font-weight: bold;
}
.book-index .book-list article a {
  float: right;
  width: 160px;
  height: 50px;
}
.book-index .book-list 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;
}
.font-silver {
 color: #aaa;
}
.bg-silver {
  background-color: #F0F3F5;
}
.book-index .book-list article .btn {
  position: absolute;
  right: 21px;
  top: 0;
  bottom: 0;
  margin: auto;
  line-height: 50px;
  padding: 0;
  color: #fff;
}
.book-index .book-list article.plan .btn {
  opacity: 0.1;
}
body.book-page.book-index-page .books-module {
  border: 2px solid #CDD6DD;
}
body.book-page.book-index-page .books-module .books-img {
  width: 146px;
  padding: 0;
  border: 1px solid #cdd6dd;
}
body.book-page.book-index-page .books-module .books-img img {
  max-height: 100%;
}
body.book-page.book-index-page .books-module .book-subtitle {
  font-size: 1.8rem;
  font-weight: normal;
  margin-bottom: 10px;
}
body.book-page.book-index-page .books-module .book-author {
  margin-bottom: 10px;
}
body.book-page.book-index-page .books-module .book-description {
  font-size: 1.6rem;
  line-height: 1.5;
}
body.book-page.book-index-page .books-module .purchase {
  margin: 25px 0px 0px calc(164px + 30px);
  padding: 0;
}
body.book-page.book-index-page .books-module .purchase .btn {
  width: 161px;
  height: 59px;
  margin-right: 10px;
}
body.book-page.book-index-page .books-module .purchase .btn:last-child {
  margin-right: 0;
}
.book-index .sort {
  font-size: 1.4rem;
  font-weight: normal;
  margin: 34px 0 8px 0;
}
.book-index .sort li {
  display: inline;
}
/*アイコン共通*/
.article-functions {
  float: right ;
}
.article-functions .other,
.article-functions .shape {
  position: relative;
}
.article-functions .other ul,
.article-functions .shape ul{
  border-radius: 2px;
  border: 1px solid #cdd6dd;
  position: absolute;
  top: 110%;
  right: -12px;
  background: #fff;
  z-index: 1;
  width: 135px;
  text-align: center;
  padding: 10px 0;
  display: none;
}
/*====DWページ====*/
.dw-list-info {
  margin-bottom: 30px;
}
.dw-list-info .page-description {
  line-height: 1.3;
}
.dw-issue-year {
  font-size: 0;
}
.dw-issue-year > * {
  display: inline-block;
}
.dw-issue-year .select-title {
  font-size: 15px;
  line-height: 24px;
  margin-right: 10px;
}
.dw-issue-year select {
  width: 130px;
  font-size: 13px;
}
.dw-attention {
  font-size: 2.0rem;
  line-height: 1.3;
  text-align: center;
  margin-top: 50px;
}
/*====連載記事一覧====*/
.sp-index .top-info {
  margin-bottom: 30px;
}
.sp-index .sp-signboard {
  width: 742px;
  height: 337px;
  position: relative;
  margin-bottom: 30px;
}
.sp-index .sp-signboard img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.sp-index .type-LR .main-article-box a {
  padding: 20px 0 21px;
}
.sp-index .title {
  font-size: 2.4rem;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 29px;
  color: #1a1a1a;
}
.sp-index .plan .title {
  color: #aaa;
}
.sp-index .plan .pub-date {
  color: #1a1a1a;
  font-weight: 700;
}
.sp-index .plan a {
  pointer-events: none;
}
.sp-index .summary {
  font-size: 1.6rem;
  color: #1a1a1a;
  line-height: 26px;
  margin-bottom: 20px;
}
.index-list .index-info {
  position: relative;
  margin-bottom: 14px;
}
.index-list .index-info .total {
  font-size: 1.6rem;
  font-weight: bold;
  color: #555;
}
.index-list .index-info .order-switch-box {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0;
}
.index-list .index-info .order-switch-box .order-switch {
  font-size: 1.4rem;
}
.index-list .index-info .order-switch-box .order-switch:first-child::after {
  content: '|';
  margin: 0 5px;
  color: #888;
}
.index-list .index-info .order-switch-box .order-switch.current {
  color: #1a1a1a;
  pointer-events: none;
}
.index-list .article-box .num {
  font-size: 1.1rem;
  color: #888;
  margin-bottom: 5px;
}
.index-list .article-list .article-box .article-info .title {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: bold;
  margin-bottom: calc(25px - (((1.6rem * 2.2) - 1.6rem) / 2));
}
.index-list .article-list .article-img {
  width: 170px;
}
/*====書籍オンライン====*/
.series-books-pickup-list {
  display: flex;
  flex-wrap: wrap;
}
.series-books-pickup-list .series-books-pickup-box {
  width: calc((100% - 40px) / 3);
  margin-bottom: 20px;
  background: #f0f3f5;
}
.series-books-pickup-list .series-books-pickup-box:not(:nth-child(3n)) {
  margin-right: 20px;
}
.series-books-pickup-list .series-books-pickup-box a {
  display: block;
  height: 100%;
}
.series-books-pickup-list .series-books-pickup-box .series-info {
  padding: 16px;
  line-height: 1.3;
}
.series-books-pickup-list .series-books-pickup-box .series-info .title {
  font-size: 1.6rem;
  color: #1a1a1a;
  line-height: 1.375;
  font-weight: bold;
  margin-bottom: .3em;
}
.series-books-pickup-list .series-books-pickup-box .series-info .pub-date {
  font-size: 1.3rem;
  color: #888;
}
/*====WSJ一覧====*/
.wsj-articles {
  margin-top: 40px;
}
.wsj-articles .pick-up-box {
  margin-bottom: 55px;
}
.wsj-articles .title-box .title {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 15px;
}
.wsj-articles .article-list-box .attention {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 15px;
}
.wsj-articles .article-list-box .article-box .article-info .pub-date {
  margin-bottom: 0;
  margin-top: 5px;
}
/*====マイページ====*/
body.member-page #contents {
  padding-top: 45px;
}
.mypage-header {
  width: 100%;
  box-sizing: border-box;
}
.mypage-header .stetus-box {
  background: #2A2A2A;
  padding: 0 30px;
}
.mypage-header .mypage-top-banner,
.mypage-header .mypage-remaining-info,
.mypage-nav ul {
  width: 742px;
  margin: auto;
  box-sizing: border-box;
}
.mypage-header .mypage-top-banner {
  color: #fff;
  position: relative;
  padding: 25px 0 10px;
}
.mypage-header .mypage-top-banner .member-stetus {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
.mypage-header .mypage-top-banner .member-name {
  font-size: 2.2rem;
}
.mypage-header .mypage-top-banner .member-name span {
  font-size: 1.6rem;
}
.mypage-header .mypage-top-banner .member-name .user-name {
  font-size: 2.2rem;
}

.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;
}
.mypage-header .mypage-remaining-info {
  border-top: dashed 1px rgba(255, 255, 255, .75);
  padding: 19px 0 16px;
  font-size: 0;
}
.mypage-header .mypage-remaining-info > * {
  vertical-align: middle;
}
.mypage-header .mypage-remaining-info .limited,
.mypage-header .mypage-remaining-info .remaining {
  color: #fff;
  font-size: 1.6rem;
  display: inline-block;
}
.mypage-header .mypage-remaining-info .limited {
  font-weight: bold;
}
.mypage-header .mypage-remaining-info .remaining {
  margin-left: 5px;
}
.mypage-header .mypage-remaining-info .remaining span {
  font-size: 2.4rem;
}
.mypage-header .mypage-remaining-info .registation-link {
  font-size: 1.6rem;
  margin-left: 15px;
  border: 1px solid #888;
}
.mypage-header .mypage-nav {
  background: #efece9;
  height: 75px;
}
.mypage-header .mypage-nav ul {
  font-size: 0;
  padding-top: 47px;
}
.mypage-header .mypage-nav ul > * {
  display: inline-block;
  vertical-align: middle;
  width: 82px;
  font-size: 1.6rem;
  margin-right: 40px;
}
.mypage-header .mypage-nav ul li a {
  display: block;
  text-align: center;
  color: #1A1A1A;
  padding-bottom: 7px;
  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 5px #695E2C;
}
/* マイページクリップリスト */
.member-list-box {
  width: 742px;
  margin: auto;
}
.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 .clip-btn {
  width: auto;
  height: auto;
  border: solid 1px #1B2B6A;
  color: #1B2B6A;
  font-size: 1.3rem;
  border-radius: 20px;
  padding: 3px 5px;
  position: absolute;
  bottom: 10px;
  left: 80px;
  z-index: 1;
  cursor:pointer;
}
.member-list-box .main-article-box a {
  padding: 19px 0 15px;
}
.member-list-box .article-info .category {
  font-size: 1.4rem;
  margin-bottom: 14px;
  color: #666;
  font-weight: normal;
}
.member-list-box .article-info .title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 7.5px;
}
body.member-page .member-list-box .article-box.main-article-box .article-info .summary {
  margin-bottom: 9px;
}
/* マイページクリップリスト無し */
.mypage-atention {
  margin:auto;
  line-height: 1.8em;
  margin-bottom: 90px;
  text-align: center;
}
/* マイページお知らせ */
.mypage-notice-list .mypage-notice-box {
  padding: 18px 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.4;
  margin-bottom: 8.5px;
}
.mypage-notice-list .mypage-notice-box .pub-date {
  color: #666;
  font-size: 1.3rem;
  font-weight: normal;
}
/*サブスク一覧 最新記事*/
body.column-list-page .main-article-box .num {    
  font-size: 1.1rem;
  color: #888;
  margin-bottom: 5px;
}
body.column-list-page .article-list .main-article-box .article-info .author {
  font-size: 1.4rem;
  font-weight: normal;
  color: #666;
  line-height: 18px;
  text-align: unset;
  margin: 0 0 12px 0;
}
body.column-list-page .article-list .main-article-box .summary {
  margin-bottom: 5.5px;
}
body.column-list-page .article-list .main-article-box .pub-data {
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 18px;
  color: #888;
}
body.column-list-page .new-article {
  margin-bottom: 23px;
  font-size: 1.8rem;
}
.search-results {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #555;
}

/* 一覧系 */
body.category-list-page .type-TB .main-article-box .article-info {
  padding: 18px 0 15px;
}
body.category-list-page .type-LR .main-article-box a {
  padding: 20px 0 13px;
}
body.category-list-page .main-article-box .article-info .title {
  margin-bottom: 12px;
}
body.category-list-page .col2 .main-article-box .article-info .title {
  margin-bottom: 8px;
}
body.common-list-page .main-article-box .article-info .author {
  font-size: 1.4rem;
  font-weight: norma;
  color: #666;
  line-height: 18px;
  text-align: unset;
  margin: 0 0 12px 0;
}
body.common-list-page .article-box.main-article-box .article-info .summary {
  margin-bottom: 5.5px;
}
body.common-list-page .article-box.main-article-box .article-info .pub-data {
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 18px;
  color: #888;
}
/* 検索一覧 */
.article-search-results {
  margin-bottom: 23px;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 48px;
  color: #1a1a1a;
}
.not-found {
  margin-bottom: 25px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 24px;
  color: #1a1a1a;
}
.search-info {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 24px;
  color: #1a1a1a;
  margin-bottom: 33px;
}
.search-list-page section.main-content .search-box input[type="text"] {
  border: 1px solid #CDD6DD;
  height: 46px;
}
body.search-list-page .search-results {
  font-size: 1.6rem;
  color: #1a1a1a;
  margin-bottom:15px;
  font-weight: bold;
}
body.search-list-page section.main-content {
  border-top: none;
  padding-top: unset;
}
top-banner
/*サブスク一覧 ランキング*/
body.common-list-page.search-list-page .page-title {
  font-size: 1.8rem;
  color: #1a1a1a;
  margin-bottom: 23px;
}
body.common-list-page.search-list-page .ranking-tab {
  margin-bottom: 30px;
}
/* フッターアイコン */
.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;
}
.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: 18px 20px;
}
.footer-content-wrap .footer-links .circle.fb a{
  background-image: url("../img/logo_fb.png");
  background-size: 18px 18px;
}
.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 {
  min-height: 203px;
  padding: 27px 30px 27px 27px;
  border: 2px solid #CDD6DD;
}
.dl-module .books-img {
  width: 140px;
}
.dl-module .books-img .article-img::before {
  padding-top: calc(100% * 207 / 140);
}
.dl-module .article-img:not(.no-zoom):hover img {
  transform: none;
}
.dl-module .books-data {
  padding-left: 174px;
}
.dl-module .books-data .label-black {
  margin-bottom: 10px;
}
.dl-module .books-data .title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 20px;
}
.dl-module .books-data .detail {
  font-size: 1.6rem;
  line-height: 2.4rem;
  margin-bottom: 18px;
}
.dl-module .books-data a{
  background-color: #fff;
  color: #15276A;
  border: 1px solid #15276A;
}
/* サブカラム書籍 */
.sub-book-list {
  margin-bottom: 20px;
}
.sub-book-list .list-box {
  background: #F0F3F5;
  padding: 25px 32px 10px;
  margin-bottom: 10px;
}
.sub-book-list .list-box .label-box {
  margin-bottom: 10px;
}
.sub-book-list .list-box .label-box .head {
  font-size: 2.1rem;
  line-height: 1.3;
  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% - 20px) / 2);
  margin-bottom: 15px
}
.sub-book-list .list-box .cover-list .cover:nth-of-type(odd) {
  margin-right: 15px;
}
.sub-book-list .list-box .cover-list .cover .img-box {
  font-size: 0;
  width: 100%;
  border: 1px solid #cdd6dd;
}
.sub-book-list .list-box .cover-list .cover .img-box img {
  max-width: 100%;
}
/* お知らせ */
.notice-box {
  padding: 15px 30px;
  text-align: center;
  border-bottom: 1px solid #cdd6dd;
}
.notice-box .notice-inner {
  width: 1082px;
  margin: auto;
  text-align: center;
  position: relative;
  box-sizing: border-box;
}
.notice-box p {
  display: inline-block;
  padding-left: 30px;
  font-size: 1.4rem;
  text-align: left;
  position: relative;
  word-wrap: break-word;
  box-sizing: border-box;
}
.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: -4px;
}
/* 書籍サブカラム ダミーサンプル */
.article-list.ad .article-box {
  position: relative
}
.article-list.ad .article-box .article-info {
  padding-left: 45px;
}
.article-list.ad .article-box::before {
  content: "AD";
  position: absolute;
  display: inline-block;
  height: 14px;
  font-size: 1.6rem;
  top: 0;
  bottom: 0;
  left: 5px;
  margin: auto;
  color: #baac71;
  font-weight: bold;
}

/*====セミナーページ====*/
/* ヘッダー */
.seminar-header {
  margin-bottom: 30px;
}

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

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

/* リード文 */
.seminar-lead {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 24px;
}

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

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

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

/* 関連サイト */
.seminar-links {
  margin: 10px 0;
}
.seminar-links .seminar-links-title {
  font-size: 1.6rem;
  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.4rem;
  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.714;
}
.seminar-detail-list > dt,
.seminar-program-list > dt {
  float: left;
  font-weight: 700;
  width: 130px;
  padding: 14px;
  box-sizing: border-box;
  clear: both;
}
.seminar-detail-list > dd,
.seminar-program-list > dd {
  border-bottom: 1px dashed #555e64;
  padding: 14px 0;
  padding-left: 130px;
}
.seminar-detail-list > dd strong {
  font-size: 1.8rem;
  font-weight: 700;
  vertical-align: middle;
}
.seminar-detail-list > dd .seminar-red {
  color: #e50404;
}

/* 協賛バナー */
.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-notice {
  font-size: 1.5rem;
  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: 80px;
  height: 80px;
  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: 80px;
  padding-left: 20px;
}
.seminar-lecturer .shozoku {
  font-size: 1.3rem;
  line-height: 1.461;
}
.seminar-lecturer .name-kana {
  font-size: 0;
  margin: 10px 0;
}
.seminar-lecturer .name-kana .name {
  font-size: 1.6rem;
  font-weight: 700;
}
.seminar-lecturer .name-kana .name strong {
  font-size: 2rem;
  margin-right: .2em;
}
.seminar-lecturer .name-kana .kana {
  font-size: 1.2rem;
  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;
  margin-bottom: 80px;
}
.seminar-entry .seminar-button {
  font-size: 2.2rem;
  width: 340px;
  margin: auto;
}
.seminar-entry .deadline {
  margin-top: 1em;
  font-size: 1.3rem;
  line-height: 1.841;
}

/* サブカラム */
.sub-seminar-info {
  border: 1px solid #cdd6dd;
  padding: 18px 0;
}
.sub-seminar-info dl,
.sub-seminar-info .seminar-button {
  margin-left: 18px;
  margin-right: 18px;
}
.sub-seminar-info dt {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #666;
}
.sub-seminar-info dd {
  font-size: 1.4rem;
  line-height: 1.571;
  margin-bottom: 9px;
}
.sub-seminar-info dt.time + dd {
  font-size: 1.8rem;
  line-height: 1.333;
  font-weight: 700;
}
.sub-seminar-info dt.place + dd {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}
.sub-seminar-info .seminar-button {
  margin-bottom: 25px;
}
.sub-seminar-info .google-map {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
}
.sub-seminar-info .google-map iframe {
  width: 100%;
  height: 220px;
}

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

/* セミナー一覧：スライダー */
.seminar-list-slider {
  margin-bottom: 20px;
}
.seminar-list-slider .owl-item {
  opacity: 0;
  transition: all .3s;
}
.seminar-list-slider .owl-item.active {
  opacity: 1;
}
.seminar-list-slider .owl-item .article-box {
  transform: none;
}
.seminar-list-slider .owl-theme .owl-dots {
  margin-top: 10px;
}
.seminar-list-slider .owl-theme .owl-dots .owl-dot {
  outline: none;
}
.seminar-list-slider .owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  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-nav .owl-prev,
.seminar-list-slider .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 37px;
  margin: auto;
}
.seminar-list-slider .owl-theme .owl-nav [class*=owl-]:hover {
  background: #fff;
  color: #000;
}
.seminar-list-slider .owl-theme .owl-nav [class*=owl-]:focus {
  outline: none;
}
.seminar-list-slider .article-img::before {
  padding-top: calc(100% * 173 / 742);
}

/* セミナー一覧：タブ */
.seminar-list-tab {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}
.seminar-list-tab .items {
  font-size: 1.3rem;
  padding: 4px 10px;
  border: 1px solid #CDD6DD;
  border-radius: 2px;
}
.seminar-list-tab .items.current {
  background: #CDD6DD;
}
.seminar-list-tab .items > a {
  text-decoration: none;
  color: #1A1A1A;
}
.seminar-list-tab .items:not(:last-child) {
  margin-right: 5px;
}

/* セミナー一覧：イベント一覧 */
.seminar-list-article {
  margin-bottom: 30px
}
.seminar-list-article .articles {
  position: relative;
  width: 100%;
  padding: 21px 0;
  border-bottom: 0.5px dashed #989898;
}
.seminar-list-article .articles::after {
  content: "";
  display: block;
  clear: both;
}
.seminar-list-article .img {
  float: left;
  width: calc(100% * 127 / 280 - 56px);
  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% * 127 / 280 - 35px);
  box-sizing: border-box;
  position: relative;
  min-height: 127px;
}
.seminar-list-article .date {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-bottom: 5px;
}
.seminar-list-article .icon {
  color: #FF0000;
  border: solid 1px #FF0000;
  border-radius: 2px;
  font-size: 1.4rem;
  display: inline-block;
  line-height: 1.3;
  width: 58px;
  margin-left: 5px;
  text-align: center;
  vertical-align: top;
}
.seminar-list-article .ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 5px;
}
.seminar-list-article .ttl > a {
  color: #1A1A1A;
}
.seminar-list-article .entry-btn {
  text-align: right;
}
.seminar-list-article .entry-btn > a,
.seminar-list-article .entry-btn.disabled {
  display: inline-block;
  width: 150px;
  height: 42px;
  text-align: center;
  color: #FFF;
  background: #1B2B6A;
  border-radius: 2px;
  font-weight: bold;
  transition: all .3s;
  line-height: 2.8;
  text-decoration: none;
}
.seminar-list-article .entry-btn > a:hover {
 opacity: 0.5;
}
.seminar-list-article .entry-btn.disabled {
  background: #CDD6DD;
}
.seminar-list-article .no-hit {
  margin-bottom: 70px;
}

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

/* セミナー一覧：提供元一覧 */
.seminar-list-provider {
  margin-bottom: 250px;
}
.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;
  width: 100%;
}
.seminar-list-provider .items {
  width: calc((100% - 40px) / 3);
  background: #f0f3f5;
  padding-bottom: 55px;
  position: relative;
  margin-bottom: 20px;
  border: solid 1px #cdd6dd;
  box-sizing: border-box;
}
.seminar-list-provider .items:not(:nth-of-type(3n)) {
  margin-right: 20px;
}
.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: 1.2rem;
  line-height: 1.7;
}
.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 {
  margin-bottom: 39px;
}
.startup-pickup .article-box.large-article .article-info {
  padding: 27px 0;
}
.startup-pickup .article-box.large-article .article-info .title {
  font-size: 3rem;
  font-weight: bold;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.26;
}
.startup-pickup .type-TB.col2 {
  margin-bottom: 25px;
}
.startup-pickup .article-box.large-article {
  margin-bottom: 10px;
}
.startup-top-page .article-list.col2 .article-box .article-info .category {
  margin-bottom: 0;
}
body.startup-top-page .article-list .main-article-box.right a,
body.startup-top-page .article-list .main-article-box.left a {
  padding: 0;
}
body.startup-top-page .type-TB .main-article-box .article-info {
  padding: 16px 0;
}
body.startup-top-page .article-list .main-article-box a {
  padding: 19px 0 15px;
}
body.startup-top-page .article-list .article-box.main-article-box .article-info .summary {
  margin-bottom: 0;
}
body.startup-top-page .main-article-box .article-info .title {
  font-size: 1.8rem;
}
body.startup-top-page .content.movie-list {
  margin-bottom: 30px;
}
body.startup-top-page .content.movie-list .article-list .main-article-box a {
  padding: 0px;
}
body.startup-top-page .content.movie-list .article-list .article-info {
  padding-bottom: 0px;
}
body.startup-top-page .content.movie-list .main-article-box .article-info .title {
  font-size: 1.4rem;
}
body.startup-top-page .content.movie-list .main-article-box .article-info .author {
  font-size: 1.2rem;
  margin-bottom: 0;
}
/*サブカラムメール*/
.sub-mail {
  border: solid 4px #d8d8d8;
  padding: 16px 20px;
  margin-bottom: 40px;
  box-sizing: border-box;
  font-size: 0;
}
.sub-mail-box {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  margin-right: 23.5px;
}
.sub-mail p {
  padding-right: 12px;
  font-size: 1.6rem;
  line-height: 1.25;
  color: #1a1a1a;
}
/*サブカラムスタートアップランキング*/
.content.startup-ranking .content-title {
  font-size: 1.8rem;
}
.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;
}



/*サブカラム 連載*/
.sub-serial .article-box.sub-article-box {
  width: 100% ;
}
.sub-serial .article-img {
  width: 200px;
  margin: 20px auto 0;
}
.sub-serial .article-box.sub-article-box .article-info {
  text-align: center;
}

/*サブカラム sns*/
.sub-startup-sns {
  border: solid 1px #d8d8d8;
  padding: 9px 20px;
  margin-bottom: 40px;
  box-sizing: border-box;
  font-size: 0;
}
.sub-startup-sns-box {
  text-align: center;
  vertical-align: middle;
  font-size: 0;
}
.sub-startup-sns-box a {
  margin: 0 15px;
  vertical-align: middle;
}
/*サブカラム バナー*/
.sub-banner {
  margin-bottom: 30px;
  text-align: center;
}
.sub-banner img {
  max-width: 100% ;
}

/* movie-slider */
.movie-list .article-box .category-name {
  padding-bottom: 16.2px;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #888888;
}
.movie-list {
  border-top: none;
}
.movie-list .content-title {
  margin-bottom: 28px;
  line-height: 1.2;
}
.movie-list .article-list {
  margin-bottom: 16px;
}
.movie-list .article-list .article-box {
  margin-bottom: 0;
}
.movie-list .article-list .article-box .article-info {
  padding-bottom: 0;
}
.movie-list .owl-theme .owl-nav {
  margin-top: 0;
}
.movie-list .owl-nav .owl-prev,
.movie-list .owl-nav .owl-next {
  position: absolute;
  top: -4px;
  bottom: 0;
  margin: auto;
  height: 122px;
}
.movie-list .owl-nav .owl-prev {
  left: -35px;
}
.movie-list .owl-nav .owl-next {
  right: -35px;
}
.movie-list .owl-theme .owl-nav [class*=owl-] span {
  font-size: 6rem;
}
.movie-list .owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #3B4043;
}
.movie-list .owl-theme .owl-nav [class*=owl-]:focus {
  outline: 0;
}

/* 動画ページ */
.movie-page .movie-box {
  position: relative;
  margin-bottom: 10px;
  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-bottom: 19px;
}
.movie-page .article-header .article-functions-wrapper {
  margin-bottom: 15px;
}
.movie-page .article-header .article-title {
  font-size: 2.2rem;
  line-height: 1.45;
}
.movie-page .movie-description {
  margin: 31px 0 24px;
  font-size: 1.6rem;
  line-height: 2;
}
.movie-page .article-related-article .content-title {
  text-align: left;
}
.movie-page .content.movie-list {
  margin-left: 25px;
  margin-right: 25px;
}
.movie-page .movie-list .owl-nav .owl-prev,
.movie-page .movie-list .owl-nav .owl-next {
  height: 127px;
}
.movie-page .article-related-article {
  margin-bottom: 136px;
}
/* =======経営・戦略======== */
.content.management.movie-list {
  margin-bottom: 20px;
}
.content.management.movie-list .article-info .pub-date > span {
  margin-left: 1em;
}
.content.management .content-title {
  margin-bottom: 28px;
  line-height: 1.2;
}
.content.management .article-list.type-LR:not(.col2) .article-box:first-child {
  border-top: none;
}
.content.management .article-list.type-LR:not(.col2) .article-box:first-child a {
  padding-top: 0;
}
.content.management .article-list.type-LR.col2 .author {
  margin-bottom: 8px;
}

/* =======DQ======== */
/* 看板 */
.kanban-dq {
  width: 100%;
  text-align: center;
  background: #8c8c8c;
}
.kanban-dq img {
  vertical-align: bottom;
}
.article-header .kanban-dq {
  margin-bottom: 20px;
}
/* ADアイコン */
.dq-ad-icon {
  display: inline-block;
  background: #baac71;
  color: #fff;
  font-size: 1.3rem;
  font-weight: normal;
  padding: 1px 4px 0 5px;
}
/* ピックアップ */
.dq-pickup .dq-ad-icon {
  margin-top: 5px;
}
/* 記事一覧 */
.content.dq .author {
  margin-bottom: 1em;
}
.content.dq .summary {
  margin-bottom: .5em;
}
.content.dq .article-info .article-info-bottom {
  display: flex;
}
.content.dq .article-info .article-info-bottom .pub-date {
  margin-right: 10px;
  margin-bottom: 0;
}
/* 記事詳細 */
.article-header.dq {
  padding-top: 0;
}
.article-header .dq-ad-icon {
  position: absolute;
  right: 0;
  font-size: 1.4rem;
  padding: 4px 10px;
}
/* 刊行情報 */
.sub-magazine-dq {
  border: 1px solid #d8d8d8;
  background: #f7f7f7;
  padding: 21px 16px;
  text-align: center;
  line-height: 1.5;
}
.sub-magazine-dq .dq-title {
  font-size: 1.6rem;
  word-break: keep-all;
}
.sub-magazine-dq .dq-number {
  font-size: 1.4rem;
}
.sub-magazine-dq .dq-catch {
  font-size: 2rem;
  line-height: 1.4;
  margin: 10px 0;
}
.sub-magazine-dq img {
  max-width: 100%;
}
.sub-magazine-dq .dq-edition {
  font-weight: 700;
  margin: 10px 0;
}
.sub-magazine-dq .btn {
  width: 100%;
}

/* =======有料会員限定記事======== */
/* あなたへのおすすめ有料記事 */
.premium-recommend {
  margin-bottom: 40px;
}
.premium-recommend-title {
  font-size: 2.2rem;
  linie-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
}
/* 告知 */
.premium-banner-list {
  margin: 30px 0;
}
.premium-banner {
  font-size: 0;
  text-align: center;
}
.premium-banner+.premium-banner {
  margin-top: 10px;
}
.premium-banner img {
  vertical-align: bottom;
  max-width: 100%;
}
/* 会員登録誘導 */
.premium-lead {
  width: 100%;
  min-width: 1082px;
  background: #695e2c;
  color: #fff;
  padding: 30px 0;
  text-align: center;
  position: fixed;
  bottom: 0;
  z-index: 1;
  box-shadow: 0 -3px 5px 0 rgba(0,0,0,.3);
}
.premium-lead .premium-lead-btn {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.25;
  width: 400px;
  text-align: center;
  display: block;
  margin: auto;
  color: inherit;
  border: 2px solid currentColor;
  border-radius: 3px;
  padding: .7em 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.6rem;
  color: inherit;
}

/*====健康タグ====*/
/* タグ */
.tag-list {
  font-size: 0;
}
.tag-list .tag {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  color: inherit;
  padding: 8px 19px;
  border: 1px solid #efefef;
  border-radius: 3px;
  margin-right: 10px;
  margin-bottom: 15px;
  transition: .3s;
  white-space: nowrap;
}
.tag-list a.tag:hover {
  text-decoration: none;
  border-color: #999;
}

/* ピックアップタグ */
.top-content.top-content-tag {
  border-top: none;
  margin-top: 40px;
}

/* 著者一覧 */
.author-block-list {
  display: flex;
  flex-wrap: wrap;
}
.author-block-list .author-block {
  width: calc((100% - 40px ) / 2);
  padding: 15px 0;
  border-bottom: 1px #d8d8d8 solid;
  position: relative;
  min-height: 2.5em;
}
.author-block-list .author-block:nth-child(odd) {
  margin-right: 40px;
}
.author-block a {
  color: inherit;
  display: block;
}
.author-block a:hover {
  text-decoration: none;
}
.author-block a:hover .name {
  text-decoration: underline;
}
.author-block .author-info {
  padding-left: 65px;
  font-size: 14px;
  line-height: 1.7;
}
.author-block .author-info p {
  min-height: 1.5em;
}
.author-block .author-photo {
  width: 50px;
  height: 50px;
  position: relative;
  float: left;
  overflow: hidden;
}
.author-block .author-photo img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 概要 */
.tag-outline {
  font-size: 1.4rem;
  line-height: 1.6;
}

/* 関連キーワード */
.article-header-related-keyword {
  background: #eee;
  padding: 13px;
  font-size: 0;
  margin: 15px 0;
  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;
}


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

.top-page .top-article-box .video-player-box,
.video-top .top-article-box .video-player-box {
  width: 100%;
  margin-bottom: 10px;
  background-color: #eee;
}
.top-page .top-article-box .video-player-box .loading-video,
.video-top .top-article-box .video-player-box .loading-video {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  border: solid 4px #fff;
  border-left-color: #666;
  border-top-color: #666;
  border-radius: 50%;
  animation: loading-video 1s infinite;
}
.video-top .top-article-box .video-player-box .loading-video {
  width: 96px;
  height: 96px;
  margin-left: -48px;
  margin-top: -48px;
}
.top-page .top-article-box .video-player-box .loading-video {
  width: 48px;
  height: 48px;
  margin-left: -24px;
  margin-top: -24px;
}
@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 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: transparent !important;
  z-index: 2;
}
.top-page .top-article-box a:hover .video-player-box::after,
.top-page .article-list a:hover .video-player-box::after,
.video-top .top-article-box a:hover .video-player-box::after {
  background-color: #fff !important;
  opacity: .4;
}
.top-page .large-article .main-article-box,
.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 {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  padding: 0 5px;
  margin-bottom: 30px;
}
.company-tags-list .title{
  width: 154px;
  padding-top: 10px;
  margin-right: 15px;
  font-size: 14px;
  font-weight: bold;
}
.company-tags-item {
  width: calc((100% - 154px) - 15px);
}
.company-tags-item .tag {
  display: inline-block;
  padding: 8px 10px;
  margin-right: 5px;
  margin-bottom: 10px;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  color: #000;
  font-size: 13px;
}
.company-tags-item .tag:hover {
  text-decoration: none;
  border-color: #999;
}

/* 通常の場合、企業タグの余白 */
.company-tags .article-related-article {
  margin-bottom: 15px;
}
.company-tags .article-related-article .type-LR {
  margin-bottom: 0px;
}

/* 特集の場合、企業タグの余白 */
.article-page .company-tags .article-banner {
  margin: 0;
}
.company-tags .article-feature-article-list {
  margin-bottom: 25px;
}
#management-article + .company-tags-list {
  margin-bottom: 50px;
}
.company-tags .company-tags-list + .article-related-article {
  margin-bottom: 40px;
}

/*====業種リスト ====*/
.page-title.companies {
  margin-bottom: 42px;
}
.companies-list {
  padding-top: 15px;
  margin-bottom: 45px;
  border-top: 2px solid #B8AA71;
}
.companies-list .title {
  margin-bottom: 25px;
  font-size: 18px;
}
.companies-list .companies-item {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
}
.companies-item .tag {
  display: inline-block;
  padding: 8px 20px;
  margin-right: 10px;
  margin-bottom: 15px;
  border: 1px solid #efefef;
  border-radius: 3px;
  color: #000;
  font-size: 14px;
}

/*====企業リスト(ページ1) ====*/
/* ヘッダ－ */
.company-detail-header {
  padding: 0px 0 5px;
  position: relative;
  border-bottom: 1px solid #cdd6dd;
}
.company-detail-header .title-wrapper {
  margin-bottom: 15px;
}
.company-detail-header .title-wrapper .title {
  font-size: 3rem;
  line-height: 1.267;
  font-weight: bold;
}
.company-detail-header .info .businessTypes {
  font-size: 1.5rem;
  line-height: 1.38;
  margin-bottom: 15px;
}
.company-detail-header .info .businessTypes a:first-child {
  margin-right: 10px;
}
.company-detail-header .info .detail {
  font-size: 1.2rem;
  line-height: 1.8;
  margin-bottom: 10px;
}
/* 関連キーワード */
.company .article-header-related-keyword {
  background: #f0f3f5;
  margin-bottom: 40px;
}
/* TOP記事一覧(3つ) */
.company .feature-series-list {
  margin-bottom: 50px;
}
.company .feature-series-list .feature-series-box {
  width: 234px;
  margin-bottom:0px;
}
.company .feature-series-list .feature-series-box:not(:nth-of-type(3n)) {
  margin-right: 20px;
}
.company .feature-series-box .article-info {
  min-height: 62px;
}
/* タブ */
.company-detail-tab {
  transform: translateY(1px);
  display: flex;
  width: 430px;
  margin: 0 auto;
}
.company-detail-tab .tab {
  width: 210px;
  text-align: center;
  border: 1px solid #cdd6dd;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  font-size: 16px;
  background: #f0f3f5;
  margin-left: 10px;
}
.company-detail-tab .tab > * {
  padding: 15px 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-tab-content {
  padding-top: 40px;
  margin-bottom: 65px;
  border-top: 1px solid #cdd6dd;
}
.company-tab-content .page-title {
margin-bottom: 30px;
}
.company-tab-content .pagination {
  margin-bottom: 60px;
}
/* moreボタン */
.company-detail-btn {
  width: 186px;
  margin: auto;
  text-align: center;
  border: 1px solid #cdd6dd;
}
.company-detail-btn .link {
  display: block;
  padding: 12px 0;
  font-weight: bold;
  font-size: 14px;
}

/*====企業リスト(ページ2) ====*/
/* ヘッダ－ */
.company-info-header {
  margin-bottom: 30px;
}
.company-info-header .head-ttl {
  margin-bottom: 15px;
  font-size: 14px;
}
.company-info-header .title {
  margin-bottom: 5px;
  font-size: 24px;
  font-weight: bold;
}
.company-info-header .sub-ttl {
  font-size: 12px;
}
/* テーブル */
.company-info {
  margin-bottom: 20px;
}
.company-info.company-info-executive {
  margin-bottom: 70px;
}
.company-info .title {
  font-size: 16px;
  padding: 5px;
  margin-bottom: 5px;
}
.company-info-overview .date {
  float: right;
  font-size: 12px;
  color:#888888
}
.company-info .table {
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #cdd6dd;
  font-size: 14px;
  line-height: 1.3;
}
.company-info .table th {
  vertical-align: middle;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f0f3f5;
  border: 1px solid #cdd6dd;
}
.company-info-overview .table tr:nth-child(1) th,
.company-info-stock .table tr th {
  width: 100px;
}
.company-info-performance .table th {
  width: 25%;
}
.company-info-structure .table tr:nth-child(1) th:nth-child(2) {
  width: 174px;
}
.company-info-executive .table tr:nth-child(1) th:nth-child(2) {
  width: 228px;
}
.company-info-performance .table th,
.company-info-performance .table td.ongoing,
.company-info-structure .table tr:nth-child(1) th,
.company-info-executive .table tr:nth-child(1) th {
  text-align: center;
}
.company-info .table td {
  padding: 10px 15px;
  vertical-align: middle;
  border: 1px solid #cdd6dd;
}
.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); }
}

/* 特設サイト */
.spsite-top-image {
  width: 100%;
  margin-bottom: 20px;
}
.spsite-top-image img {
  width: 100%;
}
.article-page .article-banner.spsite-banner {
  margin: 30px 0 !important;
}
.spsite-subcolumn .content .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 .ad-icon {
  width: 4em;
  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;
}
.sub-spsite-pickup .article-img {
  width: 300px;
}
.sub-spsite-pickup .article-info {
  word-break: break-all;
}
.sub-spsite-series .article-box .article-info .category {
  color: #666;
  font-size: 1.3rem;
  font-weight: normal;
  margin-bottom: .5em;
}
.spsite-sub-banner a {
  display: block;
  margin-bottom: 15px;
}
.content.spsite-sub-banner,
.content.spsite-tlinks {
  border-top: none;
}
.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;
}
.spsite-subcategory-list-page p.introduction {
  font-size: 1.4rem;
  color: #1a1a1a;
  line-height: 24px;
  margin-bottom: 30px;
}
.spsite-subcategory-list-page .article-banner {
  margin-top: 30px;
}
.content.spsite-related-article {
  margin-top: 40px;
}
.content.spsite-related-article .pr-icon,
.spsite-subcategory-list-page .pr-icon {
  font-size: 12px;
  color: #baac71;
  font-weight: normal;
}
.article-page .content.spsite-related-article .author {
  margin-bottom: 6px;
}



.tieup-article .article-list .article-box {
  border-bottom: none;
}
.tieup-article .type-LR.col1 .article-box {
  border-top: none;
}
.tieup-article .type-LR.col1 .main-article-box a {
  padding-top: 0;
}
.tieup-article .type-LR.col1 .main-article-box .article-img {
  float: left;
}
.tieup-article .type-LR.col1 .main-article-box .article-info {
  padding-right: 0;
  padding-left: calc(100% * 90 / 351 + 20px);
}
.tieup-article .type-LR.col1 .main-article-box .article-info .lead {
  color: #1a1a1a;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: 8px;
}
.tieup-article.top-link {
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
}