@charset "utf-8";
/*==================================================================
	既存コンテンツのスタイルを上書き
===================================================================*/
/* ------------------------------------
	カテゴリアイコンまわり
------------------------------------*/
.contents_intro {
	padding: 5% 0;
}
.contents_intro_title {
	background: url(../img/heading_underline.png) no-repeat center bottom;
	-webkit-background-size: 100%;
	background-size: 100%;
	padding-bottom: 6%;
	margin-bottom: 5%;
	text-align: center;
	font-size: 1.16em;
	font-weight: bold;
}
.contents_intro_article {
	background: #f8f8f8;
	margin: 3% 4% 0 4%;
	padding: 3%;
	border: 2px dashed #dddddd;
}
.contents_intro_thm {
	float: left;
	width: 18%;
	margin-right: 3%;
}
.contents_intro_text {
	font-size: 0.8em;
}

/* ------------------------------------
	コンテンツのキャプション
------------------------------------*/
.contents_caption {
	border: 2px dashed #dddddd;
	margin: 3% 4% 0 4%;
	padding: 3%;
	overflow: hidden;
	font-size: 0.8em;
}
.contents_title_type3 {
	position: relative;
	background: #f8f8f8;
	border-radius: 10px;
	margin-bottom: 6%;
	padding: 3%;
	text-align: center;
}
.contents_title_type3:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #f8f8f8;
}
.contents_title_type3 h3 {
	font-size: 1.16em;
	font-weight: bold;
}
.contents_caption_thm {
	width: 35%;
	margin: 0 auto 3% auto;
}

/* ------------------------------------
	キーワードリスト
------------------------------------*/
.contents_side_keyword {
	padding: 5% 4%;
	background: #f8f8f8;
}
.contents_side_keyword .contents_side_title {
	text-align: center;
	margin-bottom: 5%;
	font-size: 1.25em;
}
.keyword_item {
	display: inline-block;
	margin: 0 2% 3% 0;
	font-size: 20px;
	line-height: 1.5;
	color: #2b6b9f;
}
@media only screen and (max-width: 639px) {
	.keyword_item {
	font-size: 2.8125vw;
	}
}
.keyword_item a {
	background: #fff;
	display: inline-block;
	padding: 5px 8px;
	border: solid 1px #2b6b9f;
	border-radius: 10px;
	text-decoration: none;
}
.keyword_item a:before {
	content: "#";
	margin-right: 2px;
}

/* ------------------------------------
	タグリスト
------------------------------------*/
.tag_list {
	margin: 3% 0;
	font-size: 0;
}
.tag_item {
	display: inline-block;
	margin: 0 2% 3% 0;
	font-size: 20px;
	line-height: 1.5;
	color: #2b6b9f;
}
@media only screen and (max-width: 639px) {
	.tag_item {
	font-size: 2.8125vw;
	}
}
.tag_item a {
	background: #fff;
	display: inline-block;
	padding: 5px 8px;
	border: solid 1px #2b6b9f;
	border-radius: 10px;
	text-decoration: none;
}
.tag_item_large_category {
	display: inline-block;
	margin: 0 2% 3% 0;
	font-size: 20px;
	line-height: 1.5;
	color: #2b6b9f;
}
@media only screen and (max-width: 639px) {
	.tag_item_large_category {
	font-size: 2.8125vw;
	}
}
.tag_item_large_category > a {
	background: #fff;
	display: inline-block;
	padding: 5px 8px;
	border: solid 1px #2b6b9f;
	border-radius: 10px;
	text-decoration: none;
}
.tag_item_small_category_post {
	display: inline-block;
	margin: 0 2% 3% 0;
	font-size: 20px;
	line-height: 1.5;
	color: #2b6b9f;
}
@media only screen and (max-width: 639px) {
	.tag_item_small_category_post {
	font-size: 2.8125vw;
	}
}
.tag_item_small_category_post > a {
	background: #fff;
	display: inline-block;
	padding: 5px 8px;
	border: solid 1px #2b6b9f;
	border-radius: 10px;
	text-decoration: none;
}
.tag_item_large_category a:before,
.tag_item_small_category_post a:before {
	content: "#";
	margin-right: 2px;
}

/* ------------------------------------
	小項目リスト
------------------------------------*/
/*
.block_check_list { }
.block_check_list ul li {
	position: relative;
	border-bottom: 1px solid #ddd;
	padding: 2% 0 1.5% 2em;
}
.block_check_list ul li:before {
	position: absolute;
	content: '\f046';
	font-family: 'FontAwesome';
	margin-left: -1em;
	left : 1.5em;
	width: 1em;
	display: inline-block;
}
*/

/* ------------------------------------
	アンカーテキストリンク
------------------------------------*/
.article_element-arrow_list_2 {
	margin: 5% 0;
}
.article_element-arrow_list_2_title {
	background: #333;
	display: inline-block;
	vertical-align: bottom;
	color: #fff;
	padding: 0 3%;
	font-size: 0.9em;
}
.article_element-arrow_list_2 ul {
	border: 1px solid #333;
	padding: 3%;
	font-size: 0.9em;
	font-weight: bold;
}

/* ------------------------------------
	ボタン系
------------------------------------*/
.contents_btn_type8 {
	text-align: center;
	margin: 3% 0;
	font-size: 22px;
	font-weight: bold;
}
@media only screen and (max-width: 639px) {
	.contents_btn_type8 {
	font-size: 3.4375vw;
	}
}
.contents_btn_type8 a {
	display: inline-block;
	background: #ef9090;
	padding: 3%;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	color: #FFF;
	text-decoration: none;
}

.contents_intro_uranai_dream .contents_btn_type9 {
	/*display: none;*/
}
.contents_btn_type9 {
	text-align: center;
	margin: 3% 0;
	font-size: 22px;
	font-weight: bold;
}
@media only screen and (max-width: 639px) {
	.contents_btn_type9 {
	font-size: 3.4375vw;
	}
}
.contents_btn_type9 a {
	display: inline-block;
	background: #ef9090;
	padding: 3%;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	color: #FFF;
	text-decoration: none;
}

/* ゆうたろうタロット＞詳細 */
.contents_btn_type10 {
	text-align: center;
	margin: 3% 0;
	font-size: 22px;
	font-weight: bold;
}
@media only screen and (max-width: 639px) {
	.contents_btn_type10 {
	font-size: 3.4375vw;
	}
}
.contents_btn_type10 a {
	display: inline-block;
	background: #ef9090;
	padding: 3%;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	color: #FFF;
	text-decoration: none;
}

/* ------------------------------------
	記事詳細＞見出し
------------------------------------*/
.article_element-heading,
.article_element-headline,
.article_element-highlight {
	margin: 5% 0;
	line-height: 1.5;
}
.article_element-heading h2,
.article_element-heading h3 {
	padding: 3% 2%;
	background: #f4f4f4;
	border-left: 8px solid #2b6b9f;
	font-size: 1.16em;
}
.article_element-heading h4 {
	position: relative;
	border-bottom: 3px solid #dddddd;
	padding-bottom: 2%;
	color: #2b6b9f;
	font-size: 1.1em;
}
.article_element-heading h4:after {
	position: absolute;
	content: '';
	display: block;
	border-bottom: 3px solid #2b6b9f;
	bottom: -3px;
	width: 20%;
}
.article_element-headline h3 {
	padding: 3% 2%;
	background: #f4f4f4;
	border-left: 8px solid #2b6b9f;
	font-size: 1.16em;
}
.article_element-headline h4 {
	position: relative;
	border-bottom: 3px solid #dddddd;
	padding-bottom: 2%;
	color: #2b6b9f;
	font-size: 1.1em;
}
.article_element-headline h4:after {
	position: absolute;
	content: '';
	display: block;
	border-bottom: 3px solid #2b6b9f;
	bottom: -3px;
	width: 20%;
}
.article_element-highlight h3 {
	padding: 3% 2%;
	background: #f4f4f4;
	border-left: 8px solid #2b6b9f;
	font-size: 1.16em;
}

/* ------------------------------------
	記事詳細＞メイン画像
------------------------------------*/
.article_mv {
	text-align: center;
	margin-bottom: 3%;
}

/* ------------------------------------
	記事詳細＞目次
------------------------------------*/
.article_index_title {
	border-bottom: 1px dotted #333;
	padding-bottom: 2%;
	margin-bottom: 2%;
	text-align: center;
	font-size: 1.1em;
	font-weight: bold;
}
.article_index ul {
	margin-left: 1em;
	font-size: 1em;
	font-weight: bold;
}
.article_index ul li {
	padding: 2% 0;
}
.article_index ul li:before {
	content: '★'; /* ←ここにリストマーカーにしたい文字列を設定 */
	margin-left: -1em; /* 1文字分、左に寄せる */
	color: #e6424f;
}
.article_index ul li span {
	color: #e6424f;
}
.article_index a {
	color: inherit;
}

/* ------------------------------------
	記事詳細＞ボックス
------------------------------------*/
.article_element-alert {
	background: #fffff6;
	border: 2px solid #fdff45;
	padding: 3%;
	margin: 3% 0;
}

/* ------------------------------------
	広告系
------------------------------------*/
/* 新サイトでは/article/16628と/article/16658のみでしか使ってない */
.adspace_detail {
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 2% 0;
	text-align: center;
}