@charset "UTF-8";

.article_body {
	padding: 0;
}
@media screen and (max-width: 1023px) {
	.article_body {
		margin-bottom: 10px;
		padding: 0 10px;
	}
}

.article_body .header {
	margin-top: 0;
}
@media screen and (max-width: 1023px) {
	.article_body .header {
		margin-top: 1em;
	}
}

.article_body .header .header_title {
	font-weight: bold;
	font-size: 28px;
}
@media screen and (max-width: 1023px) {
	.article_body .header .header_title {
		font-size: 1.6rem;
	}
}

.article_body .header .description {
	font-size: inherit;
}
@media screen and (max-width: 1023px) {
	.article_body .header .description {
		font-size: 1.2rem;
	}
}


.mtitle {
	margin-top: 1.5em;
	margin-bottom: .7em;
	padding-bottom: .2em;
	border-bottom: 4px solid #ef8080;
	color: #444;
	font-weight: bold;
	font-size: 1.8em;
	line-height: 1.5;
}
@media screen and (max-width: 1023px) {
	.mtitle {
		border-bottom-width: 2px;
		font-size: 1.6rem;
		line-height: 1.4;
	}
}


.breed-link {
	display: block;
	width: 100%;
	margin-bottom: .5em;
	padding: 1em .5em;
	border: 2px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	text-align: center;
}
.breed-link:hover {
	background-color: #f7f4f2;
}


/*============================================================================*
/* PC用 パンくずリスト 
/*============================================================================*/
.breadcrumb_list {
	min-height: 1.5em;
	font-size: 12px;
	padding: 12px 0;
}
@media screen and (max-width: 1023px) {
	.breadcrumb_list {
		padding: 12px 10px;
	}
}

.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;
}






/* ------------------------------------------------------
 = 人気の犬種
------------------------------------------------------ */
.ranking-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}
@media screen and (max-width: 767px) {
	.ranking-list {
		justify-content: space-between;
	}
}

.ranking-list li {
	position: relative;
	width: 24%;
	height: 150px;
	margin: 2px;
}
@media screen and (max-width: 767px) {
	.ranking-list li {
		width: 45vw;
		height: 45vw;
		margin-bottom: 1.5vw;
	}
}

.ranking-list li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ranking-list li a {
	position: absolute;
	display: flex;
	flex: none;
	justify-content: center;
	align-items: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.ranking-list .detail {
	margin: 0 .5em;
	padding: 0 1em;
	border-radius: 5px;
	background-color: rgba(0,0,0,0.3);
	color: #fff;
	text-align: center;
}
.ranking-list .detail .rank {
	font-weight: bold;
}
.ranking-list .detail .name {
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
	text-align: left;
}


/* ------------------------------------------------------
 = グループ別
------------------------------------------------------ */
.group-list {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.group-list li {
	flex: none;
	width: 49%;
	margin-bottom: .5em;
}
.group-list li a {
	height: 100%;
	padding: .5em;
}

/* ------------------------------------------------------
 = あいうえお順
------------------------------------------------------ */
.name-list dt {
	display: flex;
	align-items: center;
	position: relative;
	margin-top: 1.3em;
	margin-bottom: .7em;
	padding: 4px .8em;
	color: #444;
	font-weight: bold;
	font-size: 1.3em;
}
@media screen and (max-width: 767px) {
	.name-list dt {
		margin-top: 1.1em;
		margin-bottom: 6px;
		padding-top: 0px;
		padding-bottom: 0px;
		font-size: 1.4rem;
	}
}
.name-list dt::before {
	content: "";
	flex: none;
	position: absolute;
	left: 0;
	width: 6px;
	height: 100%;
	background: #ef8080;
	border-radius: 4px;
}
@media screen and (max-width: 767px) {
	.name-list dt::before {
		width: 4px;
	}
}

.name-list > div {
	display: flex;
	flex-flow: row wrap;
}
.name-list dt {
	flex: none;
	width: 100%;
	box-sizing: border-box;
}



.name-list dd {
	width: 50%;
}
@media screen and (max-width: 767px) {
	.name-list dd {
		width: 100%;
	}
}

.name-list a {
	display: block;
	width: 97%;
	padding: 1em 0 .5em;
	border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 767px) {
	.name-list a {
		width: auto;
	}
}



/* ------------------------------------------------------
 = サイドバー
------------------------------------------------------ */
#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: 12px;
		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;
	}
}

/*----------------------------*
/* カテゴリ一覧
/*----------------------------*/
@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 .gsc-input-box input[type="text"] {
		font-size: 14px;
		line-height: 1.15;
	}
}

/*----------------------------*
/* 最新の特集
/*----------------------------*/
#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;
}
