@charset "utf-8";

:root {
	--rect_banner-bg-color: #eff2f5;
}
body {
	color: #444;
	font-size: 1.4rem;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	opacity: 0.95;
}

.linkbox:hover {
	background-color: #f7f4f2;
	-webkit-tap-highlight-color: #f7f4f2;
}
.linkbox a:hover {
	text-decoration: none;
}

/*============================================================================*
/*ヘッダー
/*============================================================================*/

/*----------------------------*
/*スマホ用google検索
/*----------------------------*/
@media screen and (min-width: 979px) {
	.sp_search {
		display: none;
	}
}
.sp_search {
	height: 32px;
	padding: 15px 10px 0;
	border-top: #604025 10px solid;
}
.sp_search input.gsc-input {
	padding: 0 6px 0;
	margin: 0;
	height: 30px;
	line-height: 30px;
	-webkit-appearance: none;
	border-radius: 0;
}
.sp_search input.gsc-search-button {
	height: 32px;
	color: #333;
	margin-left: -3px;
	-webkit-appearance: none;
	border-radius: 0;
}

/*----------------------------*
/*　ヘッダーの検索
/*----------------------------*/
@media screen and (min-width: 979px) {
	.sp_header_search,
	#sp_heder_search {
		display: none;
	}
}

@media screen and (max-width: 1023px) {
	.sp_header_search {
		display: block;
		position: absolute;
		top: 0;
		right: 10px;
		width: 40px;
		margin: 0;
		margin-top: 10px;
	}
	.sp_header_search:hover {
		cursor: pointer;
	}
	.sp_header_search img {
		width: 70%;
		height: auto;
		margin: 15%;
	}
	#header .gsc-input input.gsc-input, #header input.gsc-search-button {
		-webkit-appearance: none;
		border-radius: 0;
	}
	#header .gsc-input input.gsc-input {
		padding: 5px 2% 4px;
	}
	#sp_heder_search {
		position: fixed;
		background: #fff;
		border-bottom: 1px solid #ccc;
		width: 100%;
	}
	#sp_heder_search .header_search_form {
		width: 80%;
		padding: 10px 10%;
		background: #eee;
	}
	#sp_heder_search .sidebar_title {
		margin-top: 10px;
		border-bottom: 1px solid #f8f8f8;
	}
	#sp_heder_search ul {
		text-align: left;
		margin: 0 10px 40px;
	}
}


/*============================================================================*
/* 中段（#sidebar+#main_content囲み）
/*============================================================================*/
#content_wrap {
	position: relative;
}
#content_wrap::after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#content_wrap .wrap {
	box-sizing : border-box;
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
#content_wrap > .wrap {
	margin-bottom: 50px;
}

@media screen and (max-width: 1023px) {
	/*スマホ*/
	#content_wrap {
		background-color: #fff;
		padding-bottom: 0 !important;
		border-bottom: none;
	}
	#content_wrap .wrap {
		width: 100%;
	}
	#content_wrap > .wrap {
		margin-bottom: 20px;
	}
	/*アプリの時*/
	.content_app {
		padding-top: 0 !important;
	}
}


/*============================================================================*
/* PC用 パンくずリスト 
/*============================================================================*/
.breadcrumb_list {
	min-height: 1.5em;
	font-size: 12px;
	padding: 12px 0;
}
@media screen and (max-width: 1023px) {
	.breadcrumb_list {
		display: none;
	}
}

.breadcrumb_list .list {
	overflow: hidden;
}
.breadcrumb_list .list li {
	float: left;
	margin-right: 0;
	position: relative;
	padding-right: 1.7em;
}
.breadcrumb_list .list li:not(:last-child) a {
	color: #aaa;
}

/*矢印*/
.breadcrumb_list .list li::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -6px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.breadcrumb_list .list li:last-child::after {
	border: none;
}
.breadcrumb_list .list li.detail_title::after {
	border: none;
}


/*============================================================================*
/*　スマホ用 パンくずリスト 
/*============================================================================*/
.breadcrumb_sp-n {
	display: block;
	border: 1px solid #eee;
	border-width: 1px 0;
	overflow: hidden;
}
@media screen and (min-width: 1024px) {
	.breadcrumb_sp-n {
		display: none;
	}
}

.breadcrumb_sp-n ul {
	white-space: nowrap;
	overflow: auto;
	overflow-x: auto;
	overflow-y: hidden;
	font-size: 10px;
	line-height: 1.5;
	-webkit-overflow-scrolling: touch
}
.breadcrumb_sp-n ul:nth-child(2) {
	position: relative;
	border-top: 1px solid #d5d5d5;
	z-index: 4;
}
.breadcrumb_sp-n li {
	display: inline-block;
}
.breadcrumb_sp-n li:first-child a {
	padding-left: 12px;
}
.breadcrumb_sp-n li:last-child span {
	padding-right: 12px;
}
.breadcrumb_sp-n li a {
	color: #aaa;
}
.breadcrumb_sp-n li > span {
	color: #444;
}
.breadcrumb_sp-n li a,
.breadcrumb_sp-n li > span {
	position: relative;
	display: block;
	padding: 4px 0 4px 13px;
}
.breadcrumb_sp-n li a::before,
.breadcrumb_sp-n li a::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 100%;
	width: 0;
	height: 0;
	margin-top: -25px;
	margin-left: -5px;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	border-left-width: 15px;
	border-left-style: solid;
}
.breadcrumb_sp-n li a::before {
	margin-left: -4px;
	border-left-color: #eee;
	z-index: 1;
}
.breadcrumb_sp-n li a::after {
	border-left-color: #fff;
	z-index: 2;
}
.breadcrumb_sp-n li a:hover {
	text-decoration: none;
}
.breadcrumb_sp-n li a > span {
	position: relative;
	z-index: 5;
}
.breadcrumb_sp-n li a[href*="category"] > span::before {
	content: "";
	position: relative;
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	margin-right: 4px;
	background: url(../images/osusume/article_cate_icon.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}

/*============================================================================*
/* 右サイドバー
/*============================================================================*/
#sidebar {
	box-sizing : border-box;
	width: 300px;
	padding: 0 0 2em 0;
	float: right;
}
#sidebar > div {
	margin-bottom: 25px;
}
#side_fixed > div,
#side_fixed > .side_widget {
	margin-bottom: 25px;
}
#sidebar .sidebar_title,
#sidebar .recommend_header {
	box-sizing : border-box;
	margin-bottom: 8px;
	font-size: 1.1em;
	font-weight: bold;
}
#sidebar .side_memo {
	font-size: 12px;
	color: #888;
	display: block;
	font-weight: normal;
}
#side_fixed {
	box-sizing : border-box;
	width: 300px;
	position: relative;
}
#sidebar .side_banner {
	text-align: center;
}

@media screen and (max-width: 1023px) {
	/*スマホ*/
	#sidebar {
		position: static;
		float: none;
		width: 100%;
		padding: 10px 0;
		clear: both;
	}
	#sidebar .sidebar_title::before {
		left: 5px;
		top: 9px;
	}
	#sidebar .sidebar_title {
		padding: 8px 10px 0;
		font-size: 1.2rem;
		border: none;
		margin-bottom: 6px;
	}
	#sidebar .side_memo {
		display: none;
	}
	#sidebar .recommend_header {
		margin-bottom: 0;
		padding: 4px 0 4px 5px;
		font-size: 1.4rem;
		line-height: 1.3;
		color: #fff;
		background-color: #ef8080;
	}
	#sidebar > div {
		margin-bottom: 10px;
		margin-top: 0;
	}
	#side_fixed {
		width: 100%;
		position: inherit !important;
		top: 0 !important;
	}
	#side_fixed > div,
	#side_fixed > .side_widget {
		margin-bottom: 10px;
	}
}

/*----------------------------*
/* デイリーランキング
/*----------------------------*/
@media screen and (max-width: 1023px) {
	#sidebar .ranking_dairy {
		background: #fff;
		margin-bottom: 20px;
	}
}

/*----------------------------*
/* ハンドブックの一覧
/*----------------------------*/
.side_handbook_list {
	margin: -5px -5px 0;
}
.side_handbook_list li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin-right: -5px;
	padding: 5px;
	box-sizing : border-box;
}
.side_handbook_list li a {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}
.side_handbook_list li img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 1023px) {
	.side_handbook_list {
		margin: -5px 5px 0;
		font-size: 0;
	}
	.side_handbook_list li {
		margin-right: 0;
		padding: 5px;
	}
}

@media screen and (min-width: 480px) and (max-width: 1023px) {
	.side_handbook_list li {
		width: 33.33%;
		padding: 3px;
	}
}

/*----------------------------*
/* ハンドブックの記事一覧
/*----------------------------*/
.side_handbook_post_list_wrap .side_handbook_list {
	border-top: solid 1px #EEE;
	margin: 0;
}
@media screen and (max-width: 1023px) {
	.side_handbook_post_list_wrap .side_handbook_list {
		border-top: solid 1px #EEE;
		margin-left: 10px;
	}
}

.side_handbook_post_list_wrap .side_handbook_list li {
	display: table;
	width: 100%;
	margin-right: 0;
	padding: 0;
}
.side_handbook_post_list_wrap .side_handbook_list a {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	height: 50px;
	line-height: 1.4em;
	border-bottom: solid 1px #EEE;
	padding: 3px 0;
	position: relative;
	font-weight: normal;
	text-align: left;
}

/*----------------------------*
/* tag
/*----------------------------*/
@media screen and (max-width: 1023px) { 
	#sidebar .side_tag {
		display: none;
	}
}

/*----------------------------*
/* カテゴリ一覧
/*----------------------------*/
@media screen and (max-width: 1023px) {
	#sidebar .side_cate {
		display: none;
	}
}

/*----------------------------*
/* 広告
/*----------------------------*/
.top_ad,
.bottom_ad {
	text-align: center;
}
.top_ad img {
	max-width: 100%;
}

#sidebar .top_ad > div {
	display: inline-block;
}
#sidebar .bottom_ad {
	margin-bottom: 2em;
}

.top_ad.sp_ad {
	display: none;
}
.top_ad.pc_ad {
	display: block;
}

@media screen and (max-width: 1023px) {
	#sidebar .bottom_ad {
		display: none;
	}
	.top_ad.sp_ad {
		display: block;
	}
	.top_ad.pc_ad {
		display: none;
	}
}


/*----------------------------*
/* google検索
/*----------------------------*/
#sidebar .side_search {
	display: none;
}
@media screen and (min-width: 1024px) {
	#sidebar .side_search {
		display: block;
		min-height: 84px;
	}
	/* カスタム検索フォーム */
	#sidebar .side_search .gsc-search-box {
		margin-right: 3px;
		margin-left: 3px;
	}
	#sidebar .side_search .gsc-search-box .gsc-input-box {
		border-radius: 3px;
	}
	#sidebar .side_search .gsc-search-box .gsc-input-box input[type="text"] {
		font-size: 14px;
		line-height: 1.15;
	}
	#sidebar .side_search .gsc-search-box .gsc-input-box td.gsib_b {
		height: 36px;
	}
}

/*----------------------------*
/* 最新の特集
/*----------------------------*/
#sidebar .feature {
	margin-bottom: 30px;
}
#sidebar .feature .feature_list a {
	display: block;
	position: relative;
}
#sidebar .feature .feature_list img {
	width: 100%;
	height: 100px;
}
#sidebar .feature .feature_list .title {
	background: #fff;
	position: absolute;
	bottom: 5px;
	padding: 5px 2%;
	width: 96%;
	opacity: 0.8;
}
#sidebar .feature .more_link {
	text-align: right;
}

/*----------------------------*
/* アプリリンク
/*----------------------------*/
#sidebar .pc_appad{
	position: relative;
}
#sidebar .pc_appad_img{
	width: 300px;
}
#sidebar .pc_appad_ios,
#sidebar .pc_appad_android {
	position: absolute;
	left: 66px;
}
#sidebar .pc_appad_ios{
	top: 504px;
}
#sidebar .pc_appad_android{
	top: 588px;
}


/*============================================================================*
/* メインコンテンツ
/*============================================================================*/
#main_content {
	width: 772px;
	float: left;
	position: relative;
	padding: 0em 0 2em 0;
	box-sizing : border-box;
}
@media screen and (max-width: 1023px) {
	#main_content {
		width: 100%;
		float: none;
		padding: 0 0 1.2em 0;
	}
}

/*============================================================================*
/* ctrメインコンテンツ
/*============================================================================*/
/* ctrテンプレート用のmain_content */
#ctr_main_content {
	width: 540px;
	float: left;
	position: relative;
	left: 150px;
	padding: 0em 0 2em 0;
	box-sizing : border-box;
}
@media screen and (max-width: 1023px) {
	#ctr_main_content {
		width: 100%;
		position: static;
		padding: 0;
	}
}

/*============================================================================*
/*メインコンテンツ内共通デザイン
/*============================================================================*/

/*----------------------------*
/*メッセージ
/*----------------------------*/
.deg_message {
	margin-bottom: 1em;
}
.deg_message .important,
.deg_message .error {
	color: #E8413E;
}

/*----------------------------*
/*下層ページ用メインコンテンツ枠
/*----------------------------*/
.deg_content_frame {
	background-color: #fff;
	margin-bottom: 2em;
	padding: .5em 0;
	border: solid 1px #eee;
}
@media screen and (max-width: 1023px) {
	.deg_content_frame {
		padding-bottom: 0;
		margin-bottom: 0;
	}
}

.deg_content_frame >.body {
	padding: 0 .7em;
}

/*----------------------------*
/*ページタイトル
/*----------------------------*/
.deg_page_title {
	color: #000;
	position: relative;
	box-sizing : border-box;
	padding: 10px 0;
	font-size: 1.4em;
	line-height: 1.4em;
	font-weight: bold;
	border-bottom: solid 1px #EEE;
}
@media screen and (max-width: 1023px) {
	.deg_page_title {
		margin: 5px 0 0 12px;
		font-size: 12px;
		float: none;
		color: #444;
		font-weight: normal;
		border-bottom: 1px solid #eee;
		padding-bottom: 5px;
	}
}

.deg_page_title .sub_cate {
	font-size: .8em;
	font-weight: normal;
	padding: 0 10px;
}

/*----------------------------*
/*セクション枠
/*----------------------------*/
.deg_section_frame {
	background-color: #fff;
	margin-bottom: 2em;
	padding: .5em .7em;
	border: solid 1px #EEE;
}
@media screen and (max-width: 1023px) {
	.deg_section_frame {
		padding: .5em 0 0;
		margin-bottom: 0;
		border: none;
	}
}

/*----------------------------*
/*トップ用セクションタイトル
/*----------------------------*/
.deg_section_title {
	position: relative;
	box-sizing : border-box;
	padding: .2em 0 .6em .8em;
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	border-bottom: solid 1px #EEE;
}
.deg_section_title::before {
	position: absolute;
	content: "";
	width : 5px;
	height: 1.15em;
	left: 0;
	top: 4px;
	border-left: solid 5px #f44669;
}
@media screen and (max-width: 1023px) {
	.deg_section_title {
		margin-bottom: 3px;
		padding-left: 1.1em;
		font-size: 15px;
		padding-top: .6em
	}
	.deg_section_title::before {
		left: 0;
		top: 0;
		border-left: solid 3px #f44669;
		height: 100%;
	}
}

/*----------------------------*
/*記事一覧
/*----------------------------*/
.deg_article_list > ul > li {
	position: relative;
	border-bottom: solid 1px #EEE;
}
.deg_article_list > li {
	border-bottom: solid 1px #EEE;
}
.deg_article_list li.no_content {
	padding: 1em;
}
.deg_article_list li > a {
	color: #202020;
	display: block;
	overflow: hidden;
	padding: 15px 0;
}
.deg_article_list li > a:hover {
	background-color: #f7f4f2;
	text-decoration: none;
	cursor: pointer;
	-webkit-tap-highlight-color: #f7f4f2;
	transition-property: all;/*ふわっとさせる*/
	transition: 0.05s linear;/*ふわっとさせる*/
}
.deg_article_list li .img {
	float: left;
	width: 180px;
	height: 120px;
	margin-right: 15px;
	overflow: hidden;
}
.deg_article_list li .img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.deg_article_list li .detail {
	margin-left: 195px;
}
.deg_article_list li .title_wrap {
	min-height: 92px;
}
.deg_article_list li .title {
	margin-bottom: .2em;
	font-size: 22px;
	line-height: 1.3em;
	font-weight: bold;
}
.deg_article_list li .list_dis {
	font-size: .86em;
	line-height: 1.4em;
	color: #999;
	margin-bottom: 10px;
}
.deg_article_list li ul {
	font-size: 12px;
	color: #999;
}
.deg_article_list li .writer_name {
	display: inline-block;
	margin-right: 10px;
}
.deg_article_list li .view {
	display: inline-block;
}
.deg_article_list li .pv {
	display: inline;
}
.deg_article_list li .pv::before {
	content: "　";
}
.deg_article_list li .detail_menu {
	text-align: right;
	overflow: hidden;
}
.deg_article_list li .status_flag {
	float: right;
	margin-left: 1em;
}
.deg_article_list li .status_flag .draft {
	color: #268FFF;
}
.deg_article_list li .status_flag .back {
	color: #FF196F;
}
.deg_article_list li .status_flag .review {
	color: #8F8F8F;
}

@media screen and (max-width: 1023px) {
	/*スマホ*/
	.deg_article_list li .img {
		width: 75px;
		height: 75px;
		overflow: hidden;
		margin-right: 0;
	}
	.deg_article_list li .img img {
		width: auto;
		height: 100%;
		object-fit: cover;
	}
	.deg_article_list li > a {
		padding: 10px;
	}
	.deg_article_list li .detail {
		margin-left: 85px;
		min-height: 75px;
		position: relative;
		padding-right: 10px;
	}
	.deg_article_list li .title_wrap {
		min-height: 3.4em;
	}
	.deg_article_list li .title {
		font-size: 1.2rem;
		line-height: 18px;
		font-weight: bold;
		min-height: 3.4em;
		padding-top: 6px;
	}
	.deg_article_list li .list_dis {
		display: none;
	}
	.deg_article_list li ul {
		width: 100%;
		position: inherit;
		bottom: inherit;
		font-size: 10px;
	}
	.deg_article_list li .writer_name {
		float: right;
		display: block;
		font-size: 10px;
		color: #aaa;
	}
}

/*----------------------------*
/* わんちゃんホンポニュース一覧
/* ※スタイルのベースは記事一覧
/*----------------------------*/
.page_news_list .breadcrumb_list,
.page_news_list header {
	background-color: #f0f2f5;
}
.page_news_list .breadcrumb_list .list {
	width: 1100px;
	margin: 0 auto;
}
.page_news_list header {
	padding-top: 20px;
	padding-bottom: 45px;
}
@media screen and (max-width: 1023px) {
	.page_news_list header {
		padding: 5px 0 5px;
	}
}

.page_news_list .header_wrap {
	display: flex;
	align-items: center;
	width: 1100px;
	margin: 0 auto;
}
@media screen and (max-width: 1023px) {
	.page_news_list .header_wrap {
		display: block;
		width: auto;
	}
}

.page_news_list .page_title {
	font-size: 26px;
	line-height: 1.5;
	white-space: nowrap;
}
@media screen and (max-width: 1023px) {
	.page_news_list .page_title {
		margin: 10px;
		font-size: 18px;
		white-space: normal;
	}
	.page_news_list .page_title span {
		font-size: 16px;
		color: #888;
	}
}

.page_news_list .page_title + .intro {
	padding-left: 40px;
	font-size: 12px;
	line-height: 1.6;
}
@media screen and (max-width: 1023px) {
	.page_news_list .page_title + .intro {
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 0 12px;
	}
}

.page_news_list .page_title + .intro a {
	display: inline-block;
	margin-top: 1em;
	font-weight: bold;
	color: #ff7373;
	text-decoration: underline;
}
.page_news_list .deg_article_list {
	line-height: 1.5;
}
.page_news_list .deg_article_list li .date {
	font-size: 12px;
	font-weight: bold;
}

.page_news_list .deg_article_list li .title_wrap {
	min-height: 0;
}
.page_news_list .deg_article_list li .writer_name {
	margin-right: 0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}


@media screen and (min-width: 1024px) {
	.page_news_list .deg_article_list {
		margin-top: 35px;
	}
	.page_news_list .deg_article_list li .img {
		width: 150px;
		height: 150px;
	}
	.page_news_list .deg_article_list li .detail {
		padding-top: 15px;
		margin-left: 167px;
	}
	.page_news_list .deg_article_list li .title {
		margin-top: 2px;
		margin-bottom: 12px;
		font-size: 20px;
		line-height: inherit;
	}
	.page_news_list .deg_article_list li .list_dis {
		margin-bottom: 0;
		font-size: 12px;
	}
	.page_news_list .deg_article_list li .writer_name {
		display: block;
		font-size: 12px;
		color: #999;
	}
}

@media screen and (max-width: 1023px) {
	.page_news_list .deg_article_list li .title {
		min-height: 0;
		margin-bottom: 0;
		padding-top: 0;
	}
	.page_news_list .deg_article_list li .writer_name {
		float: none;
	}
}

/*----------------------------*
/* 記事詳細の記事一覧
/*----------------------------*/
.detail-footer-post {
	margin-bottom: 23px;
}
.detail-footer-post > ul {
	margin-bottom: 15px;
	margin-top: -10px;
}
.detail-footer-post > ul > li {
	border-bottom: solid 1px #eee;
}
.detail-footer-post li > a {
	padding: 10px 0;
	display: table;
	width: 100%;
	color: #202020;
	overflow: hidden;
}
.detail-footer-post li > a:hover {
	background-color: #f7f4f2;
	text-decoration: none;
	cursor: pointer;
	-webkit-tap-highlight-color: #f7f4f2;
	transition-property: all;/*ふわっとさせる*/
	transition: 0.05s linear;/*ふわっとさせる*/
}
.detail-footer-post__img {
	width: 80px;
	height: 80px;
	display: table-cell;
	margin: 0;
	vertical-align: middle;
	float: none;
}
.detail-footer-post__img img {
	vertical-align: bottom;
}
.detail-footer-post__right {
	padding-left: 10px;
	display: table-cell;
	margin: 0;
	vertical-align: middle;
}
.detail-footer-post__title {
	margin-bottom: .2em;
	font-size: 18px;
	color: #444444;
	line-height: 1.3em;
	font-weight: bold;
}
.detail-footer-post__name,
.detail-footer-post__view {
	margin-top: 0;
	position: inherit;
	bottom: auto;
	display: inline-block;
	color: #999;
	font-size: 12px;
}
.detail-footer-post__name::after {
	content: ' | ';
	color: #999;
	padding: 0 3px;
}
.detail-footer-post__view {
	font-weight: bold;
}

@media screen and (max-width: 767px) {
	.detail-footer-post li a {
		position: relative;
	}
	.detail-footer-post__img {
		width: 75px;
		height: 75px;
	}
	.detail-footer-post__right {
		vertical-align: top;
		padding: 6px 10px;
	}
	.detail-footer-post__title {
		font-size: 12px;
		font-weight: bold;
		line-height: 18px;
	}
	.detail-footer-post__bottom {
		position: absolute;
		bottom: 5px;
		left: 90px;
	}
	.detail-footer-post__name,
	.detail-footer-post__view {
		position: static !important;
		color: #aaa;
		font-size: 10px;
		padding-bottom: 10px;
		font-weight: normal !important;
	}
	.detail-footer-post__name::after {
		color: #eee;
	}
}

/*----------------------------*
/* 余白
/*----------------------------*/
.detail_sec {
	margin-bottom: 50px;
}
@media screen and (max-width: 1099px) {
	.detail_sec {
		margin: 0 0 30px 12px;
	}
}

/*----------------------------*
/* もっとみる
/*----------------------------*/
.more_link_btn {
	max-width: 250px;
	margin: 12px auto;
}
@media screen and (max-width: 767px) {
	.more_link_btn {
		max-width: none;
		margin: 12px;
	}
}

.more_link_btn a {
	display: block;
	background: #f5f5f5;
	font-size: 1.4rem;
	line-height: 50px;
	text-align: center;
	border-radius: 3px;
}
.more_link_btn a:hover {
	text-decoration: none;
	background: #e0e0e0;
}

/*----------------------------*
/* 一覧の大きい画像
/*----------------------------*/
.deg_article_list .big_loop .img {
	float: right;
	width: 310px;
	height: 180px;
	overflow: hidden;
	margin-left: 15px;
}
.deg_article_list .big_loop .img img {
	height: auto;
}
.deg_article_list .big_loop .detail {
	margin-left: 0;
}

@media screen and (max-width: 1023px) {
	.deg_article_list .big_loop a {
		padding-top: 0;
	}
	.deg_article_list .big_loop .img {
		width: 100%;
		height: auto;
		margin: 0;
		margin-bottom: 10px;
		padding: 15px 0 0 0;
		float: none;
		box-sizing: border-box;
		text-align: center;
	}
	.deg_article_list .big_loop .detail {
		padding: 0;
		min-height: inherit;
	}
	.deg_article_list .big_loop .title {
		min-height: inherit;
	}
	.deg_article_list .big_loop ul {
		position: inherit;
	}
	.deg_article_list .big_loop .writer_name {
		position: inherit;
		bottom: auto;
		left: auto;
	}
}

/*----------------------------*
/* セクション カテゴリメニュー一覧
/*----------------------------*/
.section_category_list .title {
	padding: .3em .8em;
	background-color: #eee;
	font-size: .86em;
	color: #777;
	border-top: solid 1px #e7e7e7;
	border-bottom: solid 1px #e7e7e7;
}
.section_category_list::after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
.section_category_list .list {
	width: 50%;
	float: left;
}
.section_category_list .left_list > li:nth-child(n+7) {
	display: none;
}
.section_category_list .list > li .category_head {
	position: relative;
	cursor: pointer;
}

/*大カテゴリ*/
.section_category_list .list .category_title {
	position: relative;
	background-image: url("../images/osusume_arrow_right.png");
	background-position: .8em center;
	background-repeat: no-repeat;
	background-size: 12px auto;
	padding: .5em 1em .5em 2.5em;
	border-bottom: solid 1px #EEE;
	z-index: 1;
}
.section_category_list .list .active .category_title {
	background-image: url("../images/osusume_arrow_down.png");
}

/*大カテゴリ 説明文*/
.section_category_list .list .category_description {
	display: none;
	position: relative;
	position: absolute;
	top: -35%;
	left: 50%;
	width: 170px;
	padding: .5em .8em;
	background-color: #fff;
	border-radius : 5px;
	border: solid 2px #e7e7e7;
	font-size: .8em;
	line-height: 1.5em;
	font-weight: normal;
	z-index: 10000;
}

/*吹き出し用の三角*/
.section_category_list .list .category_description::before {
	content: "";
	width: 10px;
	height: 10px;
	background: url("../images/osusume_arrow_baloon2.png") center center no-repeat;
	background-size: 6px 8px;
	position: absolute;
	top: 40%;
	left: -8px;
}

/*メニュー詳細*/
.section_category_list .list .detail_list > li {
	border-bottom: solid 1px #EEE;
	background-color: #fbfbfb;
}
.section_category_list .list .detail_list a {
	display: block;
	background-image: url("../images/osusume_arrow.png");
	background-size: 7px;
	background-position : 1.8em center;
	background-repeat: no-repeat;
	padding: .5em .5em .5em 3em;
	color: #2c2c2c;
}
.section_category_list .list .detail_list a:hover {
	background-color: #f7f4f2;
	text-decoration: none;
}

@media screen and (max-width: 1023px) {
	.section_category_list {
		background: #eee;
		padding-top: 10px;
	}
	.section_category_list .inner {
		background: #fff;
		overflow: hidden;
	}
	.section_category_list .list {
		width: 50%;
		float: left;
		box-sizing : border-box;
	}
	.section_category_list .left_list > li:nth-child(n+7) {
		display: block;
	}
	.section_category_list .right_list {
		border-left: solid 1px #EEE;
	}
	.section_category_list .list li:last-child .category_title {
		border-bottom: none;
	}
	.section_category_list .list .category_title {
		background-size: 10px auto;
		padding-left: 28px;
	}
	.section_category_list .list .category_description {
		display: none !important;
	}
}

/*----------------------------*
/* カテゴリページのカテゴリ一覧
/*----------------------------*/
.cate_section_category_list {
	display: none;
}
@media screen and (max-width: 1023px) {
	.cate_section_category_list {
		display: block;
	}
}


/*============================================================================*
/*フッター
/*============================================================================*/
#footer {
	width: 100%;
	background-color: #f7f5f5;
	box-sizing : border-box;
}
#footer::after {
	content: "";
	clear: both;
	height: 0;
	display: block;
	visibility: hidden;
}
#footer .wrap {
	width: 1000px;
	margin: 0 auto;
	padding: 1em 1em 0 1em;
	box-sizing : border-box;
}
#footer .logo {
	float: left;
	text-align: left;
	margin: 1em;
	height: 36px;
	width: 350px;
}
#footer .logo img {
	height: 100%;
	vertical-align: bottom;
}
#footer .logo .sub_title {
	font-size: 1.3em;
	line-height: 40px;
	padding-left: .5em;
	padding-right: 30px;
	position: relative;
}
#footer .logo .sub_title::after {
	background: url("../images/osusume_footer_logo_icon.png") right center no-repeat;
	background-size: 25px;
	content: "";
	width: 25px;
	height: 25px;
	position: absolute;
	top: 3px;
}
#footer .menu {
	float: right;
	width: 450px;
	margin: 1em 0 1em 3em;
	border-left: solid 1px #4c4844;
	padding-bottom: 2em;
}
#footer .menu .list {
	margin-bottom: 3em;
}
#footer .menu .list li {
	float: left;
	text-align: left;
	background: url("../images/osusume_arrow_white.png") left center no-repeat;
	background-size: 1em;
	width: 50%;
	padding: .2em .2em .2em 1.5em;
	box-sizing : border-box;
}
#footer .copyright {
	clear: both;
	margin-top: 5em;
	padding: 1em;
	text-align: center;
	font-size: .9em;
}

@media screen and (max-width: 1023px) {
	/*スマホ*/
	#footer .wrap {
		width: 100%;
		padding: .5em .5em 0 .5em;
	}
	#footer .wrap .logo {
		width: 100%;
		float: none;
		margin: 1em auto;
		text-align: center;
	}
	#footer .wrap .logo img {
		width: 100px;
		height: auto;
		padding-bottom: 5px;
	}
	#footer .logo .sub_title {
		font-size: 1em;
	}
	#footer .logo .sub_title::after {
		top: -2px;
	}
	#footer .menu {
		float: none;
		padding-bottom: 0;
		width: 90%;
		margin: 5%;
		padding-left: 5%;
	}
	#footer .menu .list {
		float: none;
	}
	#footer .menu .list li {
		float: none;
		width: 100%;
	}
	#footer .copyright {
		padding: 10px;
		font-size: 10px;
	}
}

/*============================================================================*
/* 記事ページのオーバレイ記事広告
/*============================================================================*/
.post_overlay_wrap {
	display: none;
}

@media screen and (max-width: 767px) {
	.post_overlay_wrap {
		display: block;
		position: fixed;
		bottom: -130px;
		left: 0;
		right: 0;
		width: 100%;
		height: 100px;
		padding: 0 12.5px;
		z-index: 999999;
		box-sizing : border-box;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		transition-property: transform, -webkit-transform;
		transition-duration: .45s;
		transition-timing-function: cubic-bezier(.13, .53, 0, 1);
	}
	.post_overlay {
		position: relative;
		background: #fff;
		border-radius : 3px;
		opacity: 0.98;
		box-shadow : 0px 2px 4px rgba( 0, 0, 0, .1);
	}
	.post_overlay .post_overlay_title {
		background: #fbd958;
		font-size: 10px;
		line-height: 30px;
		padding: 0 15px;
		position: relative;
		color: #000;
		font-weight: bold;
	}
	.post_overlay .close_btn {
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.post_overlay a {
		display: block;
		padding: 10px 15px;
	}
	.post_overlay .img {
		width: 50px;
		height: 50px;
		display: table-cell;
		vertical-align: middle;
	}
	.post_overlay .img img {
		width: 100%;
		height: auto;
	}
	.post_overlay .post_overlay_post_title {
		display: table-cell;
		width: auto;
		vertical-align: middle;
		color: #1191eb;
		font-size: 12px;
		font-weight: bold;
		padding: 0 0 0 15px;
		line-height: 17px;
	}
	#post_overlay.add_open {
		-webkit-transform: translate3d(0, -150px, 0);
		transform: translate3d(0, -150px, 0);
	}
}


/* ------------------------------------------------------
 = 広告用
------------------------------------------------------ */
/* Cirqua-CSS先読み（ad_kizi_head）
------------------------------ */
div.cirqua-slot[data-slot-id="k92vkgOl"],
div.cirqua-slot[data-slot-id="CGbVAuh0"],
div.cirqua-slot[data-slot-id="HloWSpy3"] {
  position: relative;
}
div.cirqua-slot[data-slot-id="k92vkgOl"] a.cirqua-landing-url,
div.cirqua-slot[data-slot-id="CGbVAuh0"] a.cirqua-landing-url,
div.cirqua-slot[data-slot-id="HloWSpy3"] a.cirqua-landing-url {
  display: block;
  overflow: hidden;
  text-decoration: none;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  border-top: 1px solid #eee;
  border-bottom: 0.5px solid #eee;
}
div.cirqua-slot[data-slot-id="k92vkgOl"] div.cirqua-icon-img,
div.cirqua-slot[data-slot-id="CGbVAuh0"] div.cirqua-icon-img,
div.cirqua-slot[data-slot-id="HloWSpy3"] div.cirqua-icon-img {
  float: left;
  width: 75px;
  height: 75px;
  margin: 12.5px;
}
div.cirqua-slot[data-slot-id="k92vkgOl"] div.cirqua-text-box,
div.cirqua-slot[data-slot-id="CGbVAuh0"] div.cirqua-text-box,
div.cirqua-slot[data-slot-id="HloWSpy3"] div.cirqua-text-box {
  display: flex;
  height: 100px;
  width: calc(100% - 100px);
  align-items: center;
  padding-right: 3px;
  box-sizing: border-box;
}
div.cirqua-slot[data-slot-id="k92vkgOl"] div.cirqua-title,
div.cirqua-slot[data-slot-id="CGbVAuh0"] div.cirqua-title,
div.cirqua-slot[data-slot-id="HloWSpy3"] div.cirqua-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #212121;
}
div.cirqua-slot[data-slot-id="k92vkgOl"] a.cirqua-optout-text,
div.cirqua-slot[data-slot-id="CGbVAuh0"] a.cirqua-optout-text,
div.cirqua-slot[data-slot-id="HloWSpy3"] a.cirqua-optout-text {
  position: absolute;
  right: 3px;
  bottom: 3px;
  font-size: 10px;
  font-weight: 400;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  line-height: 1;
  color: #999;
  text-decoration: none;
  z-index: 100;
}
div.cirqua-slot[data-slot-id="k92vkgOl"] div.cirqua-displayed-advertiser::before,
div.cirqua-slot[data-slot-id="CGbVAuh0"] div.cirqua-displayed-advertiser::before,
div.cirqua-slot[data-slot-id="HloWSpy3"] div.cirqua-displayed-advertiser::before {
  content: 'PR ';
}

