/**
 * ベーススタイル上書き用CSS
 *
 * 下記の上書き禁止対象CSSは変更せず, このCSSファイルで上書きしてください
 * !important を控え, 可能な限り継承で対応してください
 * 説明や日付のコメントを入れてください
 * このファイルはminify不要です
 * 上書き禁止対象: entry.css, entry-outline.css, style1.css, style2.css, style-adsence.css
 */

/**
 * 画像
 img {
	width: auto;
 }
 */

/* 強制的にdisplay:none;させる */
.none {
	display: none;
}

/**
 * パートナーサイト新着のリストスタイルをランキングからビュレットに変更
 */
.page-primary-category .new-articles-partnertype .new-articles-item {
	list-style-type: disc;
	color: #F6D9C1;
}

/**
 * みんなが読んでる人気記事のリストスタイルのランキング表記をリストマーカーに変更
 */
.page-sub-category .pupular-ranking .sprite.flag-b,
.page-sub-category-premire .pupular-ranking .sprite.flag-b {
	background-position: -446px -325px;
	height: 14px;
	width: 28px;
}

.page-sub-category .news.ranking-wide .rank .sprite,
.page-sub-category-premire .news.ranking-wide .rank .sprite {
	top: 10px;
	text-indent: -99999px;
}

/**
 * 汎用ページ用
 */
.page-page .bread {
	margin-bottom: 24px;
}

/**
 * プレゼントページ用
 * 申し込み締め切り日時表示幅調整
 */
.scrap.scrap-simple .scrap-bottom .deadline {
	padding: 0 20px;
}

/**
 * 記事種別サムネイルサイズ
 */
.popular-list .news-image img {
	max-width: 80px;
	height: auto;
}
.popular-novel .novel-image-inner img {
	max-width: 292px;
	height: auto;
}

/**
 * 新着記事タグ
 */
.new-articles-item .tag-kijisyu_enq_column {
	background-color: #88c1ed;
}
.new-articles-item .tag-kijisyu_trend {
	background-color: #9aa0dc;
}
.new-articles-item .tag-kijisyu_senmonka {
	background-color: #b993d4;
}
.new-articles-item .tag-kijisyu_column {
	background-color: #7fc6a2;
}
.new-articles-item .tag-kijisyu_zatsugaku {
	background-color: #febf51;
}
.new-articles-item .tag-kijisyu_shindan {
	background-color: #a7d55f;
}
.new-articles-item .tag-kijisyu_novel {
	background-color: #f3ad9d;
}
.new-articles-item .tag-kijisyu_uranai {
	background-color: #ecabd1;
}

.mod-headLine .eventPane::after,
.mod-borderBox::after,
.mod-prSection a::after,
.mod-multiColumn2A01 .row::after,
.mod-multiColumn2A02 .rowInner::after,
.mod-multiColumn2X01 .row::after,
.mod-multiColumn2Y01 .row::after,
.mod-multiColumn4A01 .rowInner::after,
.mod-box .mod-paging::after,
.mod-imgBoxA01::after,
.mod-social::after,
.mod-list li::after,
.mod-giftWysiwyg::after,
.mod-constellation .items::after,
.mod-kagamiList::after,
.mod-novelIndex::after,
.mod-novelIndexList::after,
.mod-novelWysiwyg02::after,
.mod-link::after,
.mod-eventWysiwyg::after,
.mod-wysiwyg::after,
.mod-row-imgs::after,
.mod-paging::after,
.entry-bottom-pr::after,
.entry-aside-pr::after,
.entry-header .entry-meta::after{
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}

/**
 * outline ページ
 */
.entry-heading-image-inner img {
	max-width: 648px;
	height: 100%;
}
.entry-outline-text .alignleft {
	float: left;
	margin-right: 20px;
}
.entry-outline-text a {
	display: none;
}
.entry-bottom-pr{
	margin-bottom: 30px;
}
.entry-aside-pr .columns div,
.entry-bottom-pr .columns div {
	float: right;
}
.entry-aside-pr .columns div:first-child,
.entry-bottom-pr .columns div:first-child {
	float: left;
}
.entry-aside-similar li {
	padding: 12px 0;
	border-top: 1px dashed #e4c789;
}
.entry-aside-similar li a {
	color: #000;
	text-decoration: none;
}
.entry-aside-similar li i {
	display: none; /* 広告部分に i を挿入できないため、消して統一 */
}
.entry-aside-similar li a:hover {
	text-decoration: underline;
}
.entry-aside-similar li a:before {
	content: '';
	display: inline-block;
	margin-right: 10px;
	background-position: -461px -327px;
	width: 13px;
	height: 10px;
	background-size: 483px 443px;
	background-repeat: no-repeat;
	background-image: url( ../image/sprite/dest/sprite.png );
}

/**
 * article ページ
 */
.entry-pager .pager-num .is-current {
	padding: 0 10px;
	background-color: #74d9ce;
	border: 1px solid #74d9ce;
	display: block;
}
.entry-pager a {
	text-decoration: none;
}
.pager-num a{
   display: inline-block;
}
/**
 * .wp-caption時の.alignleft,alignright
 */
.entry-body .wp-caption.alignleft {
	margin-right: 20px;
}
.entry-body .wp-caption.alignright {
	margin-left: 20px;
}
.single-post .entry-body img {
	height: auto;
}

/**
 * singleやtuでパンくずの最後のカテゴリを強調
 */

.single .bread li:nth-last-child(2) a span {
	font-weight: bold;
}

/**
 * カテゴリトップの編集部おすすめ枠で「一覧を見る」を隠す
 */
.page-primary-category .board .button-block.tracking {
	display: none;
}

.page-primary-category .board .bord-button {
	padding-top: 1px;
}

/**
 * outlineの独自デザインSNS枠を均等分割する
 */
.entry-outline-sns-item {
	width: 33.33%;
}

/**
 * 関連キーワードの右マージンがなくスペースだったので追加
 */
.related-box .tag-circle{
	margin-right: 5px;
}

/*
 * 著者一覧のサムネイルを正方形に合わせる
 */
.page-profile .article-image {
	margin-right: 25px;
	width: auto;
}

.page-profile .article-image-inner {
	width: 100px;
	height: 100px;
}

.page-profile .article-body {
	float: left;
}

.page-profile .article-cover {
	width: 100px;
	height: 100px;
}

/**
 * 著者詳細の「～の記事一覧」
 */
.entry-body .author-articles-header {
	margin-top: 40px;
}
.author-new-articles-list .new-articles-item {
	padding-left: 0;
}
.author-new-articles-list .new-articles-item:before {
	display: none;
}
.author-new-articles-list .article-link {
	color: #000;
}

/**
 * お役立ち情報一覧
 */
.card-image {
	overflow: hidden;
}

/**
 * sidebar event list
 */
.post-image {
	overflow: hidden;
}
.post-image img {
}
/**
 * topページ　専門家紹介
 */
.professional-item .image-link-caption {
	line-height: 1.2;
}
/**
 * topページ　「2015年GWのトレンド」エリアからのはみ出しを修正
 */
.media.media-time .media-body {
	word-break: initial;
}
/**
 * topページ　新着情報
 */
.new-articles-list {
	padding-bottom: 25px;
}
.pr-articles-item {
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px dashed #e4c789;
}

/**
 * 新着記事一覧下部の「一覧を見る」ボタン
 */
.new-articles-button {
	margin-top: 16px;
}

/**
 * 固定ページ
 */
.page .entry-header-heading {
	margin-top: 0;
}
.page .entry-body h2 {
	margin-top: 30px;
}

/**
 * 診断ページ
 */
.shindan_top {
	position: relative;
}
.attachment-shindan_top_img {
	position: absolute;
	top: 0;
	left: 0;
}
.lead_text {
	position: relative;
	z-index: 3;
	min-height: 320px;
	padding: 24px;
}
.lead_text p {
	line-height: 1.3;
	margin-bottom: 10px;
	font-size: 93%;
}

/**
 * 404
 */
.error404 .bread {
	margin-bottom: 24px;
}

/**
 * 一覧系画像周り
 */
.board-article-image-inner,
.article-image-inner,
.card-image-inner,
.image-link-image-inner,
.information-item-image-inner,
.media-image-inner,
.news.primary,
.news-image-inner,
.post-image-inner,
.recommend-article-image,
.recommend-post-image-inner {
	display: block;
	overflow: hidden;
}
.board-article-image-inner,
.article-image-inner,
.recommend-article-image-inner,
.news-image-inner,
.information-item-image-inner {
	position: relative;
	overflow: hidden;
}
.recommend-article-image-inner {
	height: 170px;
}
.board-article-image-inner img,
.card-image-inner img,
.article-image-inner img,
.post-image-inner img,
.recommend-article-image-inner img,
.news-image-inner img,
.information-item-image-inner img {
	position: absolute;
	top: -100%;
	left: -100%;
	right: -100%;
	bottom: -100%;
	margin: auto;
	max-height: initial;
	max-height: auto;
	height: auto;
	width: 100%;
}


/**
 * 記事詳細outline SNSアイコンの高さを揃える
 */
.entry-outline-sns-item {
	height: 56px;
}
/**
 * 記事詳細 記事下 SNSボタン G＋カラム落ち
 */
.entry-sns {
	width: 250px;
}
/**
 * ページャー2行のときすきま
 */
.pager-num {
	margin-bottom: 11px;
}

/**
 * インポート記事の際にアイコンと日付を出力
 */
.entry-header .origin_meta {
	text-align: right;
}
.entry-header .origin_logo {
	margin-top: 0.5em;
}

/**
 * 小説小カテゴリcss
 * */

.information-contents.novel .information-item:only-child {
	border-right: none;
}
.information-contents.novel .card-body {
	padding-bottom: 6px;
}
.information-contents.novel .card-image-inner {
	height: 140px;
}
.information-contents.novel .category {
	margin: 4px 0;
	font-size: 0.92em;
}
.information-contents.novel .novel_description {
	font-size: 0.8em;
}
.information-contents.novel .category a {
	color: #000;
	text-decoration: none;
}
.information-contents.novel .category a:hover {
	text-decoration: underline;
}

.page-entry-special .entry-heading-image-inner img {
	min-width: 100%;
	height: auto;
}

.mod-novelIndex {
  margin: 25px 0 0 0;
  border-bottom: 1px dashed #e4c789;
  background: #FFFFFF;
  display: table;
}

.mod-novelIndex .item-row {
	display: table-row;
}

.mod-novelIndex li {
	margin-bottom: 5px;
	font-size: 85%;
	line-height: 1.5em;
}

.mod-box .wrapper {
	min-width: inherit;
	line-height: 1.7em;
}

.mod-box .wrapper span {
	margin-right: 10px;
}

.mod-box .wrapper p {
	margin-bottom: 15px;
}

.mod-box .wrapper .novelDate {
	margin-bottom: 0;
}
.mod-novelIndex a,
.novelNew a,
.mod-box.mod-sectionA01 a {
	color: #000;
	text-decoration: none;
}

.novelNew a {
	font-weight: bold;
}

.mod-novelIndex a:hover,
.novelNew a:hover,
.mod-box.mod-sectionA01 a:hover {
	text-decoration: underline;
}
.mod-novelIndex .item.clear {
  clear: left;
}
.mod-novelIndex .item {
  padding: 7px 10px 30px;
  display: table-cell;
}
.mod-novelIndex .count {
  width: 4.5em;
  float: left;
  display: block;
}
.mod-novelIndex .title {
  margin-left: 4.5em;
  display: block;
}
.mod-novelIndex h2 {
  border-bottom: 1px dashed #e4c789;
  margin-bottom: 7px;
  padding: 0 0 7px 0;
  color: #74d9ce;
  font-weight: bold;
}

.mod-box .mod-novelWysiwyg {
  padding: 20px;
}
.mod-novelFooter {
  margin-left: 20px;
  padding-bottom: 20px;
}
.mod-novelWysiwyg h2 {
  color: #74d9ce;
  font-weight: normal;
}
.mod-novelWysiwyg p {
  padding-top: 10px;
  line-height: 1.5em;
}
.mod-imgBoxA01,
.novelPane_right{
	margin-bottom: 15px;
	border: 1px solid #74d9ce;
	border-radius: 5px;
	padding: 15px;
}

/**
 * 記事著者情報
 * */
.entry-header-author-name a {
	color: #000;
	text-decoration: none;
}

/*
 *  表示確認用（本番後は消してもだいじょうぶ）
 * */
._popIn_recommend_header::after {
	background-image: url(../image/recomend-english.png)!important;
}
._popIn_recommend_header::before {
	background-image: url(../image/recomend-sub.png)!important;
}

/**
 * 投稿シングルパンくずの末尾非表示に
 */
.single .bread .tail {
	display: none;
}

/*
 * プロフィールページのページング
 */
.profile-paging {
	text-align: center;
	padding-bottom: 24px;
	margin-bottom: 24px;
}
.profile-paging a {
	font-family: "Hiragino Kaku Gothic ProN",Verdana,Meiryo,sans-serif;
	display: inline-block;
	position: relative;
	padding: 10px 32px;
	margin: 0 10px;
	color: #000;
	text-decoration: none;
	background-color: #74d9ce;
	font-weight: bold;
	-webkit-transition: background-color 0.35s ease 0s, transform 0.35s ease 0s;
	transition: background-color 0.35s ease 0s, transform 0.35s ease 0s;
}
.profile-paging .arrow-left {
	left: 10px;
	top: 50%;
	margin-top: -4px;
	color: #fff;
	-webkit-transition: border-color 0.35s ease 0s, transform 0.35s ease 0s;
	transition: border-color 0.35s ease 0s, transform 0.35s ease 0s;
}
.profile-paging .arrow-right {
	right: 10px;
	top: 50%;
	margin-top: -4px;
}
.profile-paging a:hover {
	background-color: #9ae5dd;
}
.profile-paging a:hover .arrow-left {
	border-right-color: #000;
	transform: translate3d(-5px, 0px, 0px);
}
.profile-paging a:hover .arrow-right {
	border-left-color: #000;
	transform: translate3d(5px, 0px, 0px);
}

.page-profile .new-articles {
	padding-bottom: 1px;
}

/**
 * ページャのフォント
 */
.pager-next a,
.pager-prev a,
.pager-index a {
	font-family: "Hiragino Kaku Gothic ProN",Verdana,Meiryo,sans-serif;
}

/**
 * 小説のページャ「目次」
 */
.pager-index a {
	font-size: 15px;
	font-weight: bold;
}
/**
 * 小説シングルの「TOP」
 */
.novel-series-top-link {
	color: #4ac8bb;
}

/**
 * 転職情報カラム構成変更
 */
.category-shigoto-tensyokujyoho main.main {
	width: 100%;
}

.category-shigoto-tensyokujyoho aside.side {
	display: none;
}

.category-shigoto-tensyokujyoho .mod-box.tensyokujyoho {
	padding: 10px;
	background: #FFFFFF;
}

/**
 * 派遣情報カラム構成変更
 */
.category-shigoto-hakenjyoho main.main {
	width: 100%;
}

.category-shigoto-hakenjyoho aside.side {
	display: none;
}

.category-shigoto-hakenjyoho .mod-box {
	padding: 0px;
	background: #FFFFFF;
}

.category-shigoto-hakenjyoho .wrapper .contents .contents-inner {
	width: 1180px;
}


/**
 * article下部の著者エリア、紹介文が少ないと画像がはみ出るのでheight指定
 */
.entry-aside-author {
	min-height: 200px;
}

.entry-aside-author-link {
	padding-top: 5px;
}

/**
 * article下部の著者サムネイルサイズを正方形に変更
 */
.entry-aside-author-image-inner {
	width: 150px;
	height: 150px;
}

/**
 * PCお役立ち・PC特別企画 タイトルの後に[PR]表示
 */
.heading-jp .pr,
.aside-heading-jp .pr {
	font-size: 1.3rem;
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
	margin-left: 3px;
}

/**
 * トップと大カテゴリトップのカルーセルにPRアクセントを付ける
 */
.pickup-item.slick-slide .tag.tag-accent {
	top: 0;
}

/**
 * PR記事種
 */
.tag-pr {
	background: #E1C180;
}

/**
 * プレミアム中カテゴリカルーセル
 */
.reccomend-cards .slick-slider {
	max-height: 280px;
}

/**
 * 編集部おすすめ広告枠用PR
 */
.top_recommend_ad .line-article .tag {
	margin-right: 7px;
	margin-left: 3px;
	float: left;
	top: 0;
	left: 0;
	letter-spacing: 0;
	padding: 0;
	position: relative;
	width: 36px;
}

/*
 * パンくずのアイコン対応
 */
.home-ir{
	height: 0;
	padding-top: 16px;
	overflow: hidden;
}

/*
 * 大カテゴリ説明枠
 */
.categoryDescription {
	padding: 18px;
	margin-bottom: 20px;
}

.categoryDescription__img {
	float: left;
	width: 180px;
	min-height: 180px;
}

.categoryDescription__text {
	width: 414px;
	float: right;
}

.categoryDescription__text__name {
	margin-bottom: 7px;
	font-weight: bold;
	font-size: 140%;
}

.categoryDescription__text__slug {
	margin-bottom: 13px;
	margin-left: 2px;
	color: #e4c789;
	font-size: 85%;
}

.categoryDescription__text__desc {
	line-height: 2.0em;
	font-size: 90%;
}


/*
 * PRデザイン
 */
 /* 配色の変更を限定する */
.card .tag-accent,
.card .tag-pr,
.media .tag.tag-accent{
  background: none;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  color: #928792;
}
/* カードの位置を調整する */
.card .tag.tag-accent{
  top: auto;
  bottom: 5px;
  background: none;
  right: 5px;
  left: auto;
  padding: 0 5px;
  height: auto;
  -webkit-transform:scale(0.9);
}
/* トップページのスライダーの位置を調整する */
.pickup-item.slick-slide .tag.tag-accent{
  top: auto;
  bottom: 3px;
  right: 2px;
  -webkit-transform:scale(0.9);
}
/* メディア広告の位置を調整する */
.media .tag.tag-accent{
  height: auto;
  padding: 0 5px;
  bottom: 5px;
  right: -437px;
  top: auto;
  left: auto;
  -webkit-transform:scale(0.9);
}
/* カテゴリトップのPR位置を変更する */
.card.card-recommend .tag-pr{
  -webkit-transform: scale(0.9);
  padding: 0 5px;
  width: auto;
  display: inline-block;
  position: absolute;
  right: 24px;
  left: auto;
  bottom: 0;
  top: auto;
}
/* カテゴリページの関連タグの設定 */
.categoryDescription__text__tag{
  margin-top: 10px;
  padding-top:20px;
  clear:both;
}
/* タグページの関連タグの設定  */
.tag-aside-keyword{
  margin: 0 25px 20px;
}
.tag-aside-keyword .related-box{
  padding: 15px 14px;
}
.top-related-keyword .related-box-inner,
.tag-aside-keyword .related-box-inner{
  display: block;
}
.top-related-keyword .related-box-title,
.tag-aside-keyword .related-box-title{
  display: block;
  width: auto;
  margin-bottom: 5px;
}
.top-related-keyword .related-box-data,
.tag-aside-keyword .related-box-data{
  display: block;
  width: auto;
}
/* トップページ関連タグ */
.top-related-keyword{
  margin-bottom: 10px;
}
.top-related-keyword .related-box{
  padding: 13px 16px;
  overflow: hidden;
}
.top-related-keyword .related-box-title{
  padding: 10px 0;
}


/*
	recommend広告(WM.RECOMMEND)を非同期表示に伴うスタイル修正
 */
.recommend-post-list .recommend-post-item-wrap {
	padding: 0 15px;
	display: table-cell;
	border-left: 1px dashed #ccc;
}

/* 会員ログイン */
.header-sub-buttons {
	width: 290px;
}
.header-sub-buttons .tpoint {
	width: 290px;
	font-size: 1.3rem;
	text-align: left;
	margin-bottom: 12px;
}
.header-sub-buttons .tpoint img {
	vertical-align: bottom;
}
.header-sub-buttons .tpoint a {
	text-decoration: none;
	color: #000;
}
.header-sub-buttons .button-dashed-accent {
	margin-right: 3px;
	float: left;
}
.header-sub-buttons .js-mypo-login {
	float: right;
}
.button-dashed {
	width: 140px;
}

/* タグのdescriptionスタイル */
.tagDescription{
  padding: 20px 25px;
}
.tagDescription:after{
  content: "";
  display: block;
  clear: both;
}
.tagDescription__thumb{
  float: left;
  width: 180px;
  min-height: 180px;
  margin-right: 20px;
}
.tagDescription__thumb img{
  max-height: 100%;
  height: auto;
  display: block;
}
.tagDescription__summary--auto{
  float: left;
  width: 398px;
}
.tagDescription__title{
  font-weight: bold;
  font-size: 140%;
  margin-bottom: 20px;
}
.tagDescription__description{
  line-height: 2.0em;
  font-size: 90%;
}

/* 広告スタイル */
.adRecommend{
  position: relative;
}
.adRecommend a{
  color: #000;
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 8px 10px;
  background: #FCF7ED;
  -webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
		  box-sizing: border-box;
}
.adRecommend__thumb,
.adRecommend__summary{
  display: table-cell;
  vertical-align: middle;
}
.adRecommend__thumb{
  width: 200px;
}
.adRecommend__thumb img{
  max-width: 100%;
  height: auto;
  display: block;
}
.adRecommend__summary{
  font-size: 13px;
  color: #000;
  width: 100%;
}
.adRecommend__inner{
  position: relative;
  padding: 0 20px 20px 10px;
}
.adRecommend__title{
  margin-bottom: 10px;
  font-weight: bold;
}
.adRecommend__description{
  line-height: 1.5;
}
.adRecommend__description::after{
  width: 0;
  content: "";
  display: block;
  height: 0;
  border: 12px solid transparent;
  border-left: 12px solid #4ac8bb;
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -12px;
}
.adRecommend__pr{
  position: absolute;
  bottom: 10px;
  right: 10px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  color: #928792;
  -webkit-transform: scale(0.9);
  font-size: 10px;
  padding: 0 5px;
  background: #FFF;
}

/* 週間占い */
.fortune__thumb{
  margin-bottom: 10px;
}
.fortune__thumb img{
  max-width: 100%;
  height: auto;
  display: block;
}
.fortune__description p{
  font-size: 92%;
  line-height: 1.5;
}
.mod-fortune{
  margin-bottom: 20px;
}
.mod-fortune:after{
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.mod-fortune__block{
  display: none;
}
.mod-fortune__block.is-active{
  display: block;
}
.mod-fortune__block.is-hidden{
  display: none;
}
.mod-fortune__thumb{
  float: left;
  margin-right: 20px;
  width: 200px;
}
.mod-fortune__thumb img{
  max-width: 100%;
  height: auto;
  display: block;
}
.mod-fortune__description{
  float: left;
  width: 414px;
}
.mod-fortune__description p{
  line-height: 1.5;
  font-size: 92%;
}
.mod-fortune__description a{
  color: #4AC8BB;
}
.mod-fortune__description strong{
  font-weight: bold;
}
.mod-fortune__description .alignleft{
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

/* カテゴリページのページングのスタイル調整 */
.entry-pager-category{
  padding-bottom: 30px;
}
.entry-pager-category .pager-prev{
  margin-right: 10px;
}
.entry-pager-category .pager-next a,
.entry-pager-category .pager-prev a{
  width: 65px;
}
.entry-pager-category .pager-next{
  margin-left: 10px;
}
.entry-pager-category .pager-num{
  font-size: 18px;
}
.entry-pager-category .pager-number{
  margin-top: 20px;
  font-size: 13px;
  text-align: center;
}
.entry-pager-category .pager-num.is-current span {
  display: inline-block;
  padding: 0 10px;
  color: #4ac8bb;
  background: #fff;
  border-bottom: 1px solid #4ac8bb;
}
.entry-pager-category .pager-next .arrow-right {
  right: 6px;
}
.entry-pager-category .pager-prev .arrow-left {
  left: 6px;
}
.entry-pager-category .pager-next a span {
  margin-right: 12px;
  font-weight: 700;
}
.entry-pager-category .pager-prev a span {
  margin-left: 12px;
  font-weight: 700;
}

/* 会話ふきだし */
.talkblock{
  margin-bottom: 30px;
}
.talkblock__thumb {
  margin: 0;
  float: left;
  width: 90px;
  height: 90px;
}
.talkblock__thumb > img {
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}
.talkblock--right .talkblock__thumb{
  float: right;
}
.talkblock__text {
  position: relative;
  margin-left: 110px;
  padding: 12px 18px;
  background: #fffcf9;
  border: 1px solid #e4c789;
  border-radius: 4px;
  font-size: 15px;
  line-height: 1.7;
}
.talkblock--right .talkblock__text{
  margin-left: 0;
  margin-right: 110px;
}
.talkblock__text:before,
.talkblock__text:after {
  position: absolute;
  content: '';
  border: 8px solid transparent;
  top: 15px;
}
.talkblock__text:before {
  left: -17px;
  border-right: 8px solid #e4c789;
}
.talkblock__text:after {
  left: -16px;
  border-right: 8px solid #fffcf9;
}
.talkblock--right .talkblock__text:before,
.talkblock--right .talkblock__text:after {
  border-right: none;
  left: auto;
}
.talkblock--right .talkblock__text:before{
  right: -9px;
  border-left: 8px solid #e4c789;
}
.talkblock--right .talkblock__text:after {
  right: -8px;
  border-left: 8px solid #fffcf9;
}
.talkblock:after,.talkblock:before {
  clear: both;
  content: "";
  display: block;
}

/* レコメンドのナビゲーションボタン */
.recommendLink{
  display: inline-block;
  position: fixed;
  top: 50%;
  left: 0;
  height: 94px;
  left: 50%;
  margin-left: -530px;
  z-index: 4;
}
.recommendLink:before{
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 90px;
  background-color: #e4c789;
}
.recommendLink:after{
  content: "";
  display: block;
  position: absolute;
  left: 15px;
  top: 40px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.recommendLink__item{
  display: inline-block;
  position: absolute;
  top: 0;
  left: 40px;
  width: 0px;
  height: 90px;
  background-color: rgba(255, 255, 255, .9);
  border: rgb(228, 199, 137) 2px solid;
  border-left: rgb(228, 199, 137) none;
  border-right: rgb(228, 199, 137) none;
  transition-property:width,height,border;
  transition-duration:.4s;
}
.recommendLink__item.is-active{
  width: 300px;
  height: 90px;
  border: rgb(228, 199, 137) 2px solid;
  border-left: none;
}

.recommendLink--right{
  right: 50%;
  margin-left: 530px;
}
.recommendLink--right:before{
  right: 0;
}
.recommendLink--right:after{
  left: auto;
  right: 15px;
  border-right: 2px solid #fff;
  border-left: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.recommendLink__item--right{
  right: 40px;
  left: auto;
}
.recommendLink__item--right.is-active{
  border: rgb(228, 199, 137) 2px solid;
  border-right: none;
}

/**
 * 公開日・更新日
 * */
.entry-header .entry-date-wrap{
  float: right;
}

.entry-header .entry-date-wrap .entry-date-published span{
  font-size: 1.8rem;
  font-family: misolight;
  color: #e4c789;
  line-height: 19.5px;
  position: relative;
  top: 0px;
}

.entry-header .entry-date-wrap .entry-date-modified time{
  font-size: 1.8rem;
  font-family: misolight;
  color: #e4c789;
  line-height: 19.5px;
  position: relative;
  top: 0px;
}

.entry-header .entry-date-space{
  margin-top: 35px;
}

/* ヘッダの検索ボタンデザイン変更・ロゴ位置調整 */
.header-inner {
  position: relative;
}
.header-primary {
  width: 438px;
  padding-left: 0;
  margin-left: 188px;
}
.header-sub {
  width: 350px;
}
.header-sub-search, .header-sub-search input {
  height: 26px;
  display: block;
}
.header-sub-search {
  width: 144px;
  border: 1px solid #ccc;
  margin-left: 0;
  padding-right: 0;
  position: absolute;
  top: 20px;
  left: 25px;
}
.header-sub-search input {
  width: 124px;
  padding: 2px 5px 5px;
  line-height: 26px;
  font-size: 12px;
  border: none;
}
.header-sub-search-button {
	width: 20px;
  height: 20px;
  background: transparent;
  top: 5px;
  right: 0px;
}
.header-sub-search-button:hover {
  background: none;
}
.header-sub-search-button:hover .search {
  opacity: 1;
}
.sprite.search {
  background-position: -462px -410px;
}
/**
 * トップページでピックアップを最初から表示した状態にする
 */
.pickup-wrapper{
  height: 255px;
  visibility: visible;
}
.pickup-item{
  width: auto;
  display: block;
  float: left;
  margin-right: 15px;
}
.pickup-item:nth-child(3){
  margin-right: 0;
}
.pickup-item.slick-slide{
  width: 221px;
  float: none;
  margin-right: 0;
  display: inline-block;
}
/**
 * タグ一覧表示ページのリンク
 */
.related-box-link {
  margin-top: 20px;
  float: right;
  font-size: 12px;
  color: #000;
}
.related-box-link:hover {
  text-decoration: underline;
}
/**
 * ページャ
 */
.list-pager {
  margin: 25px 0 30px;
  text-align: center;
}
.list-pager a {
  text-decoration: none;
  color: #000;
}
.list-pager__prev {
  margin-right: 10px;
}
.list-pager__next {
  margin-left: 10px;
}
.list-pager__item {
  margin: 0 5px;
  padding: 4px 5px;
  background: #74d9ce;
  border: 1px solid #74d9ce;
  transition: ease .25s;
}
.list-pager__item:hover,
.list-pager__item.current {
  background: #fff;
}
/**
 * 記事詳細・Outlineのリード文
 */
.article-lead {
  margin-top: 10px;
  line-height: 1.6;
  font-size: 14px;
}

/**
 * 親カテゴリ一覧
 */
.asideBlock{
	background: #ffffff;
	box-shadow: 0 4px 0 0 rgba(173, 145, 86, .16);
	padding: 20px 24px;
	margin-bottom: 40px;
}
.asideBlock__title{
	color: #74d9ce;
	font-size: 1.8rem;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}
.asideBlock__navList:after{
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.asideBlock__navItem{
	float: left;
	padding-bottom: 10px;
	border-bottom: 1px dashed #e4c789;
	width: 140px;
	min-height: 60px;
	margin-bottom: 10px;
	margin-right: 10px;
}
.asideBlock__navItem:nth-child(4n){
	margin-right: 0;
}
.asideBlock__navItem a{
	color: #000000;
	text-decoration: none;
	display: table;
	height: 60px;
}
.asideBlock__navThumb{
	max-height: none;
}
.asideBlock__navName,
.asideBlock__navThumb{
	display: table-cell;
	vertical-align: middle;
}
.asideBlock__navName{
	padding-left: 5px;
	font-size: 12px;
	line-height: 1.2;
}
/**
 * 記事詳細タグ
 */
 .tag-head {
  margin-top: 10px;
 }

.aside-ranking{
    position: relative;
    padding: 40px 0 0;
}
.aside-ranking .aside-heading-jp{
    position: absolute;
    top: -22px;
    left: 0;
    width: 100%;
}
.aside-ranking .aside-heading-pr{
    display: block;
    margin-top: 10px;
    margin-right: 10px;
    text-align: right;
    font-weight: lighter;
    color: #4ac8bb;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 10px;
}
.ranking-general-title{
    font-size: 140%;
    font-weight: bold;
    margin: 0 20px 30px;
    padding: 30px 0 0;
}
/**
 * パンくず
 */
.entry-wrap {
  padding-top: 16px;
  line-height: 1.2;
}
.breadcrumbs {
  background: #fff;
}
.breadcrumbs.breadcrumbs--header {
  padding: 24px 24px 0;
  overflow: hidden;
}
.breadcrumbs.breadcrumbs--footer {
  padding: 14px 0;
  line-height: 1.2;
}
.breadcrumbs__list {
  padding-bottom: 11px;
  border-bottom: 1px dashed #dfc891;
}
.breadcrumbs__item {
  display: inline;
  font-size: 12px;
  color: #aaa39e;
}
.breadcrumbs__item:after {
  padding: 0 3px 0 7px;
  content: '>';
}
.breadcrumbs__item:last-child:after {
  content: '';
}
.breadcrumbs__item a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
.breadcrumbs__item a:hover {
  text-decoration: underline;
}

.breadcrumbs--footer .breadcrumbs__list {
  width: 1030px;
  margin: 0 auto;
  padding: 0 25px;
  border-bottom: none;
}

.entry-body .anchor-point {
	opacity: 0;
	display: block;
	padding-top: 10px;
	margin-top: -10px;
}

/**
* フッター
*/
.footer .footer-nav-inner {
	min-height: 162px;
}
.footer .footer-nav-cell:nth-child(3) {
	padding-right: 32px;
}

/**
* 最新情報
*/
.entry-aside-recent-title {
	min-height: 60px;
}

/**
 * タイアップ記事ABテスト用ボタン
 */
.mod-btn.is-gold a {
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(198, 149, 36);
  background: -moz-linear-gradient( 90deg, rgb(192,153,66) 0%, rgb(216,183,108) 6%, rgb(241,214,141) 92%, rgb(255,242,201) 100%);
  background: -webkit-linear-gradient( 90deg, rgb(192,153,66) 0%, rgb(216,183,108) 6%, rgb(241,214,141) 92%, rgb(255,242,201) 100%);
  background: -ms-linear-gradient( 90deg, rgb(192,153,66) 0%, rgb(216,183,108) 6%, rgb(241,214,141) 92%, rgb(255,242,201) 100%);
  box-shadow: 0px 3px 4px 0px rgba(177, 150, 76, 0.4);
}
.mod-btn.is-gold:before {
  position: absolute;
  right: 15px;
  top: 50%;
  width: 25px;
  height: 25px;
  margin-top: -12px;
  border-radius: 50%;
  background: rgb(255, 241, 202);
  background-image: none;
  box-shadow: 0px -1px 1px 0px rgba(184, 134, 0, 0.5);
}
.mod-btn.is-gold:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  border-top: solid 2px #c69524;
  border-right: solid 2px #c69524;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}

/**
 * 動画用
 */
.entry-body .video_wrap {
    display: table;
    width: 100%;
}
.entry-body .video_wrap .video_container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.entry-body .video_wrap .video_container .video {
    height: 640px;
    max-width: 600px;
    background-color: #000;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
}

/**
 * アフェリエイト用
 */
.pr_wrap {
    margin-bottom: 20px;
    padding: 25px;
    border: 1px solid #4ac8bb;
    min-height: 200px;
}
.pr_image {
    float: left;
    margin-right: 24px
}
.pr_image > img {
    display: inline;
}
.pr_title {
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    color: #4ac8bb;
    margin-bottom: 20px;
}
.pr_title {
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    color: #4ac8bb;
    margin-bottom: 20px;
}
.pr_content {
    font-size: 13px;
    font-size: 1.3rem;
    overflow: hidden;
    line-height: 1.6;
}
.pr_link {
    padding-top: 5px; overflow: hidden;
    text-align: center;
}
.pr_link > a {
    box-sizing: border-box;
    color: #000;
    float: right;
    background: #74d9ce;
    width: 185px;
    padding: 0 0 0 0px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 26px;
    text-decoration: none;
    position: relative;
}
@media screen and (min-width: 0px) and (max-device-width: 500px) {
    .pr_link > a {
        width: 130px;
    }
}
.pr_arrow {
    position: absolute;
    right: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
}
