@charset "utf-8";
/*ヘッダーやフッターなどの大枠のページデザインを記述*/

html {
	font-size: 62.5%;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 479px) {
	html {
		font-size: calc(100vw / 33.6);
	}
}

body {
	position: relative;
	background: #fff;
	color: #000;
	font-size: 14px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.wrap {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
.wrap::after {
	content: ""; clear: both; display: block;
}
@media screen and (max-width: 1023px) {
	.wrap {
		width: 100%;
	}
}

/*アプリの時*/
.app_wrap {
	padding-top: 0 !important;
	margin-top: 0 !important;
}
/*アプリの時 非表示*/
.app_display_none {
	display: none;
}

@media screen and (max-width: 1023px) {
	#sb-site {
		background: #fff;
		width: 100%;
	}
}


/*============================================================================*
/* 共通
/*============================================================================*/

a {
	color: #45403c;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255,242,243,.3);
}
a:hover img {
	opacity: 0.8;
}
img {
	max-width: 100%;
	height: auto;
}

.linkbox {
	cursor: pointer;
}
.linkbox:hover {
	background-color: #fff8eb;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255,242,243,.3);
}

.clearfix::after {
	content: ""; clear: both; display: block;
}

/* for Screen Reader */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

/* テキストが短いときはセンター */
.short-text-center {
	text-align: center;
}
.short-text-center > span {
	display: inline-block;
	text-align: left;
}

/* ボーダーなし */
.border-0 {
	border: 0 !important;
}


/*----------------------------*
/*  pankuzu
/*----------------------------*/
.pankuzu {
	padding: 5px 0 20px;
	font-size: 13px;
	overflow: hidden;
}
@media screen and (max-width: 1023px) {
	.pankuzu {
		font-size: 12px;
		padding: 5px 5px 20px;
	}
}

.pankuzu li {
	float: left;
	position: relative;
	padding-right: 1.7em;
	margin-right: 0em;
	color: #333;
}
.pankuzu li::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pankuzu li:last-child::after {
	display: none;
}
.pankuzu li a {
	color: #f46767;
}
#content_wrap > .pankuzu.wrap {
	margin-bottom: 0;
}


/*----------------------------*
/*  ページャー
/*----------------------------*/
/* 数字ボタン式
------------------------------ */
.deg_pager {
	padding:20px 10px;
}
@media screen and (min-width: 1024px) {
	.deg_pager {
		padding: 20px;
	}
}

.deg_pager .pager_list {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.deg_pager .pager_list li {
	margin: 0 3px 5px;
}
.deg_pager .pager_list a,
.deg_pager .pager_list .active span {
	display: block;
	flex: 0 0 auto;
	width: 36px;
	height: 36px;
	border: 1px solid #ccc;
	color:#ccc;
	line-height: 36px;
	text-align: center;
	border-radius: 3px;
	box-sizing: border-box;
	word-wrap: normal;
	overflow-wrap: normal;
}
.deg_pager .pager_list a:hover {
	text-decoration: none;
}
.deg_pager .pager_list .active span {
	border:1px solid #FF7373;
	background:#FF7373;
	color:#fff;
}
.deg_pager .pager_list li.prev,
.deg_pager .pager_list li.next {
	display:none;
}


/*============================================================================*
/* header
/*============================================================================*/
#header {
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #eee;
}
@media screen and (max-width: 1023px) {
	#header {
		height: 50px;
		overflow: hidden;
	}
}

#header .wrap {
	display: flex;
	align-items: center;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 1023px) {
	#header .wrap {
		margin-top: 0;
	}
}

#header .header_inner {
	display: flex;
	align-items: center;
}
@media screen and (max-width: 1023px) {
	#header .header_inner {
		width: 130px;
		margin: 0 auto;
	}
}

#header .logo {
	padding-right: 17px;
}
#header .logo img {
	width: 207px;
	height: auto;
}
@media screen and (max-width: 1023px) {
	#header .logo {
		display: block;
		padding-right: 0;
	}
	#header .logo img {
		width: auto;
		height: 30px;
		margin: 10px 0;
	}
}

#header .header_info {
	color: #aaa;
	font-size: 12px;
	text-align: left;
	padding-top: 4px;
	line-height: 1.5;
	box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
	#header .header_info {
		display: none;
	}
}

/* わんちゃんホンポニュース用 */
#header.news .logo img{
	width: 309px;
}

@media screen and (max-width: 1023px) {
	#header.news .header_inner {
		width: 180px;
		margin-left: 10px;
	}
	#header.news .logo {
		display: table-cell;
		height: 50px;
	}
	#header.news .logo img {
		width: auto;
		height: auto;
		margin: 0;
	}
}

/*----------------------------*
/* マイページ
/*----------------------------*/
.wanchan_nav .my_page a {
	background: #fff url('../images/top/nav_my.png') no-repeat center 9px;
}
.wanchan_nav .user_icon {
	width: 35px;
	height: 35px;
	overflow: hidden;
	margin: 10px auto;
	border-radius: 35px;
}
.wanchan_nav .user_icon img {
	width: 100%;
	height: auto;
}

/*----------------------------*
/* 非会員の場合
/*----------------------------*/
.wanchan_nav .no_user a {
	background: #fff url('../images/top/nav_my.png') no-repeat center 9px;
}

/*----------------------------*
/* カテゴリ、検索リンク
/*----------------------------*/
.pc_header_nav {
	display: flex;
	height: 101px;
	margin-left: auto;
}
@media screen and (max-width: 1023px) {
	.pc_header_nav {
		display: none;
	}
}

.pc_header_nav > div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
}
.pc_header_nav > div a {
	display: block;
	min-width: 36px;
	padding-top: 36px;
	font-weight: bold;
	font-size: 12px;
}

.pc_header_nav .header_cate a {
	background: url('../images/header/header_cate.png?12') no-repeat center top;
}
.pc_header_nav .header_search a {
	background: url('../images/header/header_search.png') no-repeat center top;
}
.pc_header_nav .header_login a {
	background: url('../images/header/header_login.png') no-repeat center top;
}
.pc_header_nav .header_top a {
	background: url('../images/header/header_top.png') no-repeat center top;
}
.pc_header_nav .header_login {
	width: 140px;
	border-left: 1px solid #f1f1f1;
	box-sizing : border-box;
}

.pc_header_nav .header_mypage {
	width: 140px;
	border-left: 1px solid #f1f1f1;
	box-sizing : border-box;
}

.pc_header_nav .header_mypage a {
	padding-top: 5px;
}
.pc_header_nav .header_mypage img {
	display: block;
	width: 30px;
	height: 30px;
	margin: 0 auto 4px;
	border-radius: 30px;
}
.pc_header_nav .header_mypage span {
	display: block;
}
#header .search_category_link {
	display: none;
}
@media screen and (max-width: 1023px) {
	#header .search_category_link {
		display: block;
		position: absolute;
		top: 3px;
		right: 7px;
	}
	#header .search_category_link a {
		display: inline-block;
		margin-left: 0;
	}
	#header .search_category_link img {
		width: 26px;
		height: 26px;
		margin: 9px 2px;
		vertical-align: bottom;
	}
	#header .search_category_link .header_form {
		display: none;
	}
	#header .search_category_link .sp_cate_link,
	#header .search_category_link .sp_form_link {
		display: inline-block;
	}
}


/*============================================================================*
/* container
/*============================================================================*/
#content_wrap {
	padding: 0;
	min-height: 550px;
}
@media screen and (max-width: 1023px) {
	#content_wrap {
		padding: 0 0 30px 0;
	}
}

#content_wrap > .wrap {
	margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
	#content_wrap > .wrap {
		margin-bottom: 20px;
	}
}

/*----------------------------*
/*  スマホにしたときのヘッダー分の余白
/*----------------------------*/
@media screen and (max-width: 1023px) {
	.main_content {
		padding-top: 95px;
	}
}

/*----------------------------*
/*  カラム
/*----------------------------*/
.main2 {
	width: 680px;
	float: left;
}
@media screen and (max-width: 1023px) {
	.main2 {
		width: 100%;
		float: none;
		margin-bottom: 2em;
	}
}

.main2 .msg_view .msg_view {
	text-align: center;
	line-height: 2em;
	color: #f00;
}

@media screen and (max-width: 1023px) {
	.title2 {
		color: #333;
		font-size: 15px;
		font-weight: bold;
		padding: 15px 10px 0;
	}
}

/*----------------------------*
/*  2カラム
/*----------------------------*/
#main {
	width: 772px;
	float: left;
	position: relative;
}
@media screen and (max-width: 1023px) {
	#main {
		width: 100%;
		float: none;
	}
}

#side {
	width: 302px;
	float: right;
}
@media screen and (max-width: 1023px) {
	#side {
		width: 100%;
		float: none;
	}
}

/*----------------------------*
/*  3カラム
/*----------------------------*/
/*左サイド*/
#side_left {
	width: 140px;
	position: absolute;
	left: 0;
}
@media screen and (max-width: 1023px) {
	#side_left {
		width: 100%;
		position: inherit;
		left: auto;
	}
}

#main_content {
	width: 540px;
	float: left;
	position: relative;
	left: 150px;
	padding: 0em 0 2em 0;
}
@media screen and (max-width: 1023px) {
	#main_content {
		width: 100%;
		float: none;
		position: inherit;
		left: auto;
		padding: 0;
	}
}

@media screen and (max-width: 1023px) {
	#content {
		padding-top: 0;
		padding-bottom: 20px;
		min-height: auto;
	}
	.content_inner {
		padding: 0;
		border: none;
	}
}

/*============================================================================*
/* footer
/*============================================================================*/
.footer {
	background: #fff;
	padding-top: 30px;
}

@media screen and (max-width: 1023px) {
	.footer .wrap {
		margin-top: 0;
		background: #fff;
	}
}

.footer .footer_content {
	display: flex;
	justify-content: space-between;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
	.footer .footer_content {
		flex-direction: column;
		justify-content: flex-start;
		padding: 0;
	}
}

.footer .footer_content::after {
	content: none; /* .wrap::after override */
}


/*----------------------------*
/* PCのときアプリDLlink
/*----------------------------*/
.footer_app_dl {
	display: none;
}
@media screen and (min-width: 1024px) {
	.footer_app_dl {
		display: block;
		background: url('../images/footer/footer_app_dl_bg.jpg') no-repeat center;
		background-size: cover;
	}
}

.footer_app_dl .wrap {
	position: relative;
	height: 250px;
}
.footer_app_dl .footer_app_dl_pc {
	position: absolute;
	bottom: 0;
	right: 20px;
}
.footer_app_dl .app_list {
	position: absolute;
	bottom: 46px;
	right: 30px;
}
.footer_app_dl .app_list li {
	display: inline-block;
	height: 48px;
}
.footer_app_dl .app_list li img {
	height: 100%;
	width: auto;
}

/*----------------------------*
/* スマホのときアプリDLlink
/*----------------------------*/
.footer_app_dl_sp {
	display: none;
}
@media screen and (max-width: 1023px) {
	.footer_app_dl_sp {
		display: block;
		width: 480px;
		margin: 0 auto 10px;
		text-align: center;
	}
}
@media screen and (max-width: 479px) {
	.footer_app_dl_sp {
		width: auto;
	}
}

@media screen and (max-width: 1023px) {
	.footer_app_dl_sp_img {
		width: 100%;
	}
	.footer_app_dl_sp_img img {
		width: 100%;
	}
	.footer_app_dl_sp > .block {
		padding: 10px 15px;
		text-align: left;
	}
	.footer_app_dl_sp_title {
		color: #444;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.footer_app_dl_sp_dis {
		color: #888;
		margin-bottom: 10px;
		font-size: 1.2rem;
	}
	.footer_app_dl_sp_btn {
		display: block;
		margin: 0 15px;
		color: #FFF !important;
		font-weight: bold;
		text-align: center;
		line-height: 50px;
		border-radius : 6px;
		border-bottom: 4px solid #cb7171;
		background: #ee9595;
		background: linear-gradient(to bottom, #ee9595 0%, #ea8181 100%);
	}
}


/* ロゴ
------------------------------ */
.footer .logo {
	flex: none;
	order: -1;
	width: 300px;
	color: #202020;
	text-align: center;
}
@media screen and (max-width: 1023px) {
	.footer .logo {
		order: 0;
		width: auto;
		padding: 10px 0;
		background-color: #f5f5f5;
	}
}

.footer .logo .note {
	margin: 1em;
	font-weight: bold;
	font-size: 12px;
	text-align: left;
}
@media screen and (max-width: 1023px) {
	.footer .logo .note {
		display: none;
	}
}

@media screen and (max-width: 1023px) {
	.footer .logo .footer_logo {
		width: 150px;
	}
}


/* フッターメニュー
------------------------------ */
.footer .footer_nav {
	display: flex;
	width: 750px;
}
@media screen and (max-width: 1023px) {
	.footer .footer_nav {
		flex-direction: column;
		width: auto;
	}
}

.footer .footer_nav dl {
	margin-right: 3em;
	font-size: 12px;
}
@media screen and (max-width: 1023px) {
	.footer .footer_nav dl {
		margin-right: 0;
	}
}


.footer .footer_nav dl a {
	color: #888;
}
.footer .footer_nav dt {
	margin-bottom: 10px;
	color:#202020;
	font-weight: bold;
}
@media screen and (max-width: 1023px) {
	.footer .footer_nav dt {
		text-align: center;
	}
}

@media screen and (max-width: 1023px) {
	.footer .footer_nav ul {
		text-align: center;
	}
}

.footer .footer_nav li {
	line-height: 2;
}
@media screen and (max-width: 1023px) {
	.footer .footer_nav li {
		display: inline-block;
	}
	.footer .footer_nav li:not(:last-child)::after {
		content: " | ";
		color: #888;
	}
}

@media screen and (max-width: 1023px) {
	.footer .footer_nav li a {
		font-size: 1rem;
	}
}

/* about */
@media screen and (max-width: 1023px) {
	.footer .footer_nav .about {
		padding-top: 60px;
		background-color: #f5f5f5;
	}
}

.footer .footer_nav .about dd {
	display: flex;
}
@media screen and (max-width: 1023px) {
	.footer .footer_nav .about dd {
		flex-direction: column;
	}
}

.footer .footer_nav .about .list {
	padding-right: 2.5em;
}
@media screen and (max-width: 1023px) {
	.footer .footer_nav .about .list {
		margin: 0 1em;
		padding-right: 0;
	}
}


/*----------------------------*
/*  上に戻るボタン
/*----------------------------*/
#pagetop {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 100px;
	height: 100px;
	z-index: 1;
	background: #f5f5f5;
	font-size: 10px;
	line-height: 1.3;
	text-align: center;
	cursor: pointer;
	border-radius : 100px;
}
#pagetop img {
	width: 30px;
	margin-top: 18px;
}

@media screen and (max-width: 1023px) {
	#pagetop {
		position: relative;
		top: 50px;
		left: 50%;
		width: 90px;
		height: 90px;
		margin-left: -45px;
		margin-top: -25px;
		line-height: 1.5;
	}
	#pagetop img {
		width: 20px;
		height: auto;
	}
}

/*----------------------------*
/*  SNSページへのリンク
/*----------------------------*/
.footer_nsn_link {
	text-align: center;
}
@media screen and (max-width: 1023px) {
	.footer_nsn_link {
		margin-top: 10px;
	}
}

.footer_nsn_link li {
	display: inline-block;
	margin: 0 10px;
}
.footer_nsn_link li img {
	width: 100%;
	height: auto;
}
.footer_nsn_link .twitter a,
.footer_nsn_link .facebook a {
	display: block;
	width: 50px;
	height: 50px;
	padding: 10px;
	border-radius : 40px;
	box-sizing : border-box;
}
@media screen and (max-width: 1023px) {
	.footer_nsn_link .twitter a,
	.footer_nsn_link .facebook a {
		width: 40px;
		height: 40px;
		padding: 8px;
		border-radius : 30px;
	}
}

.footer_nsn_link .twitter a {
	background: #000;
}
.footer_nsn_link .facebook a {
	background: #3b5998;
}

/*----------------------------*
/*  コピーライト
/*----------------------------*/
.footer .copyright {
	border-top: 1px solid #eee;
	color: #b0b0b0;
	text-align: center;
	line-height: 34px;
	font-size: 10px;
}
.footer .copyright small {
	font-size: inherit;
}

@media screen and (max-width: 767px) {
	.footer .copyright {
		background: #f5f5f5;
		border: none;
		font-size: 12px;
	}
	.footer .copyright .wrap {
		background: none;
		padding-bottom: 190px;
	}
}

/*----------------------------*
/*  フッター広告
/*----------------------------*/
.footer_ad {
	width: 1100px;
	margin: 20px auto;
}
@media screen and (max-width: 1023px) {
	.footer_ad {
		width: auto;
	}
}

.footer_ad_item {
	width: 728px;
}
@media screen and (max-width: 1023px) {
	.footer_ad_item {
		width: 300px;
		margin: 0 auto;
	}
}

/*============================================================================*
/* 上部固定のアプリ リンク
/*============================================================================*/
@media screen and (min-width: 1024px) {
	#app_link {
		display: none !important;
	}
	#header {
		margin-top: 0 !important;
	}
}

@media screen and (max-width: 1023px) {
	#app_link {
		width: 100%;
		background: #f5f5f5;
		border-bottom: 1px solid #ddd;
		position: fixed;
		top: -70px;
		z-index: 100;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		transition-property: transform, -webkit-transform;
		transition-duration: .45s;
		transition-timing-function: cubic-bezier(0.13, .53, 0, 1);
	}
	#app_link img {
		height: 70px;
		width: auto;
		vertical-align: bottom;
	}
	#app_link > div {
		display: table-cell;
	}
	#app_link a {
		display: block;
		text-align: center;
	}
	#app_link.banner_open {
		display: block;
		-webkit-transform: translate3d(0, 70px, 0);
		-ms-transform: translate3d(0, 70px, 0);
		transform: translate3d(0, 70px, 0);
	}
	/* わんちゃんホンポニュースではバナー非表示 */
	.wanchan-news ~ #app_link.banner_open {
		display: none;
	}
}


/*============================================================================*
/* 保険の広告バナー、フォーム
=====================================================*/
/*----------------------------*
/*記事内広告
/*----------------------------*/
.kizi_insert_ad {
	text-align: center;
}
.kizi_insert_ad img {
	vertical-align: bottom;
	max-width: 100%;
}

/*----------------------------*
/*自社オーバーレイ広告
/*----------------------------*/
.overlay_ad_own {
	position: fixed;
	bottom: -70px;
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	text-align: center;
	z-index: 100;
	-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);
}
.overlay_ad_own img {
	vertical-align: bottom;
	max-width: 100%;
}
.overlay_ad_own.add_open {
	display: block;
	-webkit-transform: translate3d(0, -70px, 0);
	transform: translate3d(0, -70px, 0);
}
.overlay_ad_own.app_add {
	bottom: 0 !important;
}

/*----------------------------*
/*保険フォーム
/*----------------------------*/
.hoken_search_form_area {
	width: 300px;
	height: 250px;
	margin: 0 auto;
	font-size: 14px;
	background: #fff;
	border: solid 1px #ddd;
	box-sizing : border-box;
}
.hoken_search_form_area p {
	margin: 0 !important;
}
.hoken_search_form_area .hoken_title {
	padding: .5em 0 .5em 0;
	text-align: center;
	line-height: 1.3em;
	font-size: 1.3em;
	font-weight: bold;
}
.hoken_search_form_area .hoken_form_list {
	background-color: #fff;
	width: 80%;
	margin: 0 auto;
}
.hoken_search_form_area .hoken_form_list dt {
	font-size: .8em;
	line-height: 1.3em;
	color: #aaa;
	text-align: left;
	margin: .1em 0 0 0;
}
.hoken_search_form_area .hoken_form_list dd {
	line-height: 50px;
	margin: 0;
	position: relative;
}
.hoken_search_form_area .hoken_form_list dd select {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	color: #717171;
	font-size: 15px;
	padding: .85em;
	background: #fff;
	border: solid 1px #ddd;
	border-radius: 2px;
}

/*吹き出し用の三角*/
.hoken_search_form_area .hoken_form_list dd:after {
	content: " ";
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: 7px solid #444;
	position: absolute;
	bottom: 15px;
	left: 91%;
}
.hoken_search_form_area .hoken_form_list dd select:focus {
	outline: none;
}
.hoken_search_form_area .hoken_select_area {
	text-align: center;
}
.hoken_search_form_area .hoken_submit {
	margin-top: .7em !important;
}
.hoken_search_form_area .hoken_submit input[type="submit"] {
	border: none;
	color: #202020;
	font-size: 16px;
	font-weight: bold;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	overflow: visible;
	border-radius: 2px;
	padding: .85em 3em;
	margin: 0 0 .2em 0;
	background: #ffdb00;
	background: linear-gradient(135deg, #ffdb00 0%, #ffc900 100%);
	box-shadow : 0px 2px 0 #202020;
	text-shadow: 1px 1px 0 #fff;
}
.hoken_search_form_area input[type="submit"]:hover {
	opacity: .8;
}
.hoken_search_form_area input[type="submit"]:focus {
	outline: none;
}


/*----------------------------*
/*保険　年齢選択フォーム
/*----------------------------*/
.hoken_age_form_area {
	font-size: 14px;
	width: 300px;
	height: 150px;
	background-color: #fff;
	margin: 1em auto;
}
.hoken_age_form_area p {
	margin: 0;
}
.hoken_age_form_area .hoken_title {
	padding: .5em 0 .5em 0;
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
}
.hoken_age_form_area .hoken_dog_age {
	line-height: 50px;
	margin: 0;
	position: relative;
}
.hoken_age_form_area .hoken_dog_age {
	width: 5em;
	display: inline;
	position: relative;
}
.hoken_age_form_area .hoken_dog_age select {
	-webkit-appearance: none;
	appearance: none;
	width: 5em;
	color: #444;
	font-size: 17px;
	padding: .7em;
	font-weight: bold;
	background: #fff;
	border: solid 1px #ddd;
	border-radius: 2px;
}

/*吹き出し用の三角*/
.hoken_age_form_area .hoken_dog_age:after {
	content: " ";
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top: 7px solid #444;
	position: absolute;
	bottom: 0px;
	right: 20%;
}
.hoken_age_form_area select:focus {
	outline: none;
}
.hoken_age_form_area .hoken_select_area {
	text-align: center;
}
.hoken_age_form_area .hoken_submit {
	margin-top: .7em;
	display: inline;
}
.hoken_age_form_area input[type="submit"] {
	border: none;
	color: #202020;
	font-size: 16px;
	font-weight: bold;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	overflow: visible;
	border-radius: 2px;
	padding: .85em 2em;
	margin: 0 0 .2em 0;
	background: #ffdb00;
	background: linear-gradient(135deg, #ffdb00 0%, #ffc900 100%);
	box-shadow : 0px 2px 0 #202020;
	text-shadow: 1px 1px 0 #fff;
}
.hoken_age_form_area input[type="submit"]:hover {
	opacity: .8;
}
.hoken_age_form_area input[type="submit"]:focus {
	outline: none;
}


/*============================================================================*
/*  スマホメニューボタン
/*============================================================================*/
#drawer_toggle,
#menu {
	display: none;
}

@media screen and (max-width: 1023px) {
	.mm-slideout {
		z-index: 10;
	}
	#drawer_toggle,
	#menu {
		display: block;
	}
	#drawer_toggle {
		position: absolute;
		top: 15px;
		left: 15px;
		width: 32px;
		height: 30px;
		z-index: 999999;
	}
	#drawer_toggle img {
		width: auto;
		height: 20px;
		vertical-align: bottom;
	}
	#drawer_toggle a {
		display: block;
	}
	.sb-active {
		display: block !important;
	}
}

/*============================================================================*
/*  スマホアプリボタン
/*============================================================================*/
header.close_header {
	-webkit-transform: translate3d(0, -95px, 0);
	transform: translate3d(0, -95px, 0);
}
#header.open_header {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*============================================================================*
/*  「わんちゃんホンポ Ｑ＆Ａ」投稿規約
/*============================================================================*/
.qa_terms {
	padding: 10px;
	font-size: 14px;
	color: #444;
	margin-bottom: 100px;
}
.qa_terms * {
	box-sizing: border-box;
}
.qa_terms .mtitle {
	color: #444;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1em;
}
.qa_terms .stitle {
	background: #efece7;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 1em;
}
.qa_terms .sstitle {
	font-weight: bold;
	margin-bottom: 5px;
}
.qa_terms p {
	margin-bottom: 1.8em;
}
.qa_terms a {
	color: #f27877;
	text-decoration: underline;
}

/*============================================================================*
/* 監修紹介
/*============================================================================*/
.box-kansyu {
	margin-top: 32px;
	margin-bottom: 18px;
	line-height: 1.5;
	border-radius: 6px;
}
@media screen and (max-width: 1023px) {
	.box-kansyu {
		margin: 10px 10px 1.2em;
	}
}

.box-kansyu .box-kansyuphoto {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 10px;
	margin-bottom: 5px;
}
@media screen and (max-width: 1023px) {
	.box-kansyu .box-kansyuphoto {
		width: 50px;
		height: 50px;
	}
}

.box-kansyu .box-kansyuphoto img {
	width: 100%;
	border-radius: 50%;
}
.box-kansyu .box-kansyu-profile {
	padding-left: 90px;
	font-size: 12px;
}
@media screen and (max-width: 1023px) {
	.box-kansyu .box-kansyu-profile {
		padding-left: 60px;
		font-size: 10px;
	}
}

.box-kansyu .kansyu-title {
	margin-bottom: 8px;
	font-weight: bold;
	color: #444;
}
.box-kansyu .kanren-profile ul {
	line-height: 1.2;
}
.box-kansyu .kanren-profile .kansyu-type,
.box-kansyu .kanren-profile .name {
	display: inline-block;
	font-size: 17px;
	font-weight: bold;
}
@media screen and (max-width: 1023px) {
	.box-kansyu .kanren-profile .kansyu-type,
	.box-kansyu .kanren-profile .name {
		font-size: 12px;
	}
}

@media screen and (max-width: 1023px) {
	.box-kansyu .kanren-profile .katagaki {
		display: none;
	}
}

.box-kansyu .kanren-profile .katagaki a {
	text-decoration: underline;
}
.box-kansyu .txt-profile {
	margin: 9px auto 0;
	line-height: 1.4;
	color: #444;
}
@media screen and (max-width: 1023px) {
	.box-kansyu .txt-profile {
		max-height: calc(10px * 1.4 * 3);
		margin-top: 6px;
		font-size: 10px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
}

/* ------------------------------------------------------
 = サイドバー
------------------------------------------------------ */
/* カテゴリ一覧
------------------------------------------------------ */
.side_widget .side_cate_list {
	margin: 0 -5px;
}
@media screen and (max-width: 1023px) {
	.side_widget .side_cate_list {
		display: flex;
		flex-flow: row wrap;
		margin: 0;
		padding: 0 10px;
	}
}

.side_widget .side_cate_list li {
	font-size: 12px;
	width: 50%;
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	margin-right: -5px;
	box-sizing : border-box;
}
@media screen and (max-width: 1023px) {
	.side_widget .side_cate_list li {
		display: block;
		margin-right: 0;
		font-size: 10px;
	}
}

.side_widget .side_cate_list li a {
	display: block;
	padding: 10px 0;
	text-align: center;
	border: 1px solid #dddddd;
	border-radius : 3px;
}
@media screen and (max-width: 1023px) {
	.side_widget .side_cate_list li a {
		padding: 12px 2px;
	}
}

.side_widget .side_cate_list li a:hover {
	text-decoration: none;
	background: #f7f4f2;
}

/* ランキング（よく読まれている記事）
------------------------------------------------------ */
.deg_rank_list {
	border: 1px solid #e8e8e8;
	border-width: 1px 0;
}
@media screen and (max-width: 1023px) {
	.deg_rank_list {
		margin: 0 0 0 12px;
	}
}

.deg_rank_list > li:not(:last-child) {
	border-bottom: solid 1px #eee;
}
@media screen and (max-width: 1023px) {
	.deg_rank_list > li {
		clear: both;
	}
}

.deg_rank_list > li > a {
	display: block;
	position: relative;
	padding: .5em;
}
.deg_rank_list > li > a::after {
	content: '';
	display: block;
	clear: both;
}
@media screen and (max-width: 1023px) {
	.deg_rank_list > li > a {
		padding: 10px 0;
		min-height: 75px;
		box-sizing: content-box;
	}
}

.deg_rank_list > li a:hover {
	background-color: #f7f4f2;
	text-decoration: none;
	cursor: pointer;
	-webkit-tap-highlight-color: #f7f4f2;
}
.deg_rank_list > li .rank {
	float: left;
	width: 20px;
	height: 20px;
	background: #cfcfcf;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
	text-align: center;
	border-radius : 50%;
}
@media screen and (max-width: 1023px) {
	.deg_rank_list > li .rank {
		position: absolute;
		top: 3px;
		left: -8px;
		background: #f06464 !important;
	}
}

.deg_rank_list > li:nth-child(1) .rank {
	background: #cea24a;
}
.deg_rank_list > li:nth-child(2) .rank {
	background: #d78181;
}
.deg_rank_list > li:nth-child(3) .rank {
	background: #a7a787;
}
.deg_rank_list > li .img {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 5px;
}
@media screen and (max-width: 1023px) {
	.deg_rank_list > li .img {
		width: 75px;
		height: 75px;
		margin-right: 10px;
	}
}

.deg_rank_list > li .img img {
	width: 100%;
}
.deg_rank_list > li .detail {
	padding-left: 80px;
}
@media screen and (max-width: 1023px) {
	.deg_rank_list > li .detail {
		padding: 6px 10px 0 0;
	}
}

.deg_rank_list > li .detail .title {
	font-size: 12px;
}
@media screen and (max-width: 1023px) {
	.deg_rank_list > li .detail .title {
		margin-bottom: 3px;
		font-weight: bold;
		font-size: 1.2rem;
	}
}

.deg_rank_list > li .detail .post_cat {
	display: inline-block;
	margin-right: 5px;
	padding: 2px 5px;
	background: #f0ebe2;
	color: #202020;
	font-size: 10px;
}
.deg_rank_list > li .detail .name_view {
	color: #999;
	font-weight: bold;
	font-size: 12px;
}
@media screen and (max-width: 1023px) {
	.deg_rank_list > li .detail .name_view {
		font-weight: normal;
		font-size: 10px;
	}
}

.deg_rank_list > li .detail .writer_name {
	color: #78776e;
	font-size: .8em;
	text-align: right;
}

/* サイドバーランキング下のアプリリンク
------------------------------------------------------ */
@media screen and (max-width: 1023px) {
	.ranking_dairy .app_link {
		margin: 12px;
	}
	.ranking_dairy .app_link a {
		display: block;
		padding: 14px;
		background-color: #F0807F;
		color:#fff;
		font-weight: bold;
		font-size: 1.4rem;
		text-align: center;
		border-radius: 3px;
	}
}


