@charset "utf-8";

/*============================================================================*
/*  総合TOP
/*============================================================================*/
.main_wrap {
	margin-top: .5em;
	margin-bottom: 20px;
	min-height: 760px;
}
.main {
	float: left;
	width: 538px;
	margin: 0 10px;
	padding: 0;
}

@media screen and (max-width: 1023px) {
	.main_wrap {
		margin-top: 50px;
		min-height: inherit;
	}
}

/*----------------------------*
/* top_content
/*----------------------------*/
#top_content .wrap {
	position:relative;
}

/*----------------------------*
/*  スマホの時のアプリバナー
/*----------------------------*/
.sp_app_top {
	display: none;
}

@media screen and (max-width: 1023px) {
	.sp_app_top {
		display: block;
		background: #b54646;
		color: #fff;
		text-align: center;
	}
	.sp_app_top a {
		color: #fff;
		line-height: 31px;
		font-size: 12px;
		padding: 4px 0;
		display: block;
	}
	.sp_app_top img {
		height: 26px;
		width: auto;
		vertical-align: top;
		margin-right: 8px;
		margin-top: 2px;
	}
}


/*----------------------------*
/* スマホの時のメニュー
/*----------------------------*/
.home_sp_nav {
	display: none;
}

@media screen and (max-width: 1023px) {
	.home_sp_nav {
		display: block;
		background: #fff;
	}
	.home_sp_nav ul {
		overflow: hidden;
		border-bottom: 1px solid #eee;
	}
	.home_sp_nav li {
		width: 20%;
		float: left;
		height: 60px;
		vertical-align: bottom;
		border-left: 1px solid #eee;
		box-sizing: border-box;
	}
	.home_sp_nav li a {
		display: block;
		font-size: 10px;
		text-align: center;
	}
	.home_sp_nav li img {
		width: 40px;
		height: auto;
		vertical-align: bottom;
	}
	.home_sp_nav li.now {
		background: #d4c5a9;
	}
	.home_sp_nav li.my_page_icon img {
		width: 26px;
		height: 26px;
		margin: 7px 0;
		border-radius : 26px;
	}
}

/*----------------------------*
/* pickup記事リスト 3件
/*----------------------------*/
#top_content .pickup_post {
	overflow: hidden;
}
#top_content .pickup_post li {
	width: 33.333333333%;
	float: left;
	height: 300px;
}
@media screen and (max-width: 1023px) {
	#top_content .pickup_post li {
		float: none;
		width: 100%;
		height: 150px;
		margin-bottom: 1px;
	}
	#top_content .pickup_post li:nth-child(3) {
		display: none;
	}
}

#top_content .pickup_post li a {
	display: block;
	height: 300px;
	position: relative;
}
@media screen and (max-width: 1023px) {
	#top_content .pickup_post li a {
		height: 150px;
	}
}

#top_content .pickup_post .pickup_info {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	padding: 10px 20px;
	background: url(../images/top/pick_bg.png) repeat-x center bottom;
	background-size: contain;
	box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
	#top_content .pickup_post .pickup_info {
		display: flex;
		padding: 10px;
	}
}

#top_content .pickup_post .pickup_text {
	color: #fffc00;
	font-size: 10px;
}
@media screen and (max-width: 1023px) {
	#top_content .pickup_post .pickup_text {
		flex: 0 0 auto;
		padding: 0 5px;
	}
}

#top_content .pickup_post .pickup_text span {
	display:inline-block;
	margin-right: 5px;
	margin-bottom:12px;
	padding:0 5px;
	border: 2px solid #fffc00;
	border-radius: 6px;
}
#top_content .pickup_post .post_title {
	margin-bottom: 6px;
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	line-height: 26px;
}
@media screen and (max-width: 1023px) {
	#top_content .pickup_post .post_title {
		flex: 0 1 auto;
		min-width: 0;
		margin: 0;
		color: #ffffff;
		font-weight: 700;
		font-size: 14px;
		line-height: 19px;
		text-align: left;
		word-wrap: break-word;
		overflow-wrap : break-word;
	}
}


/* menu
------------------------------------------------------ */
.top_menu_ap {
	padding: 10px 5px;
	overflow: hidden;
}
@media screen and (min-width: 1024px) {
	.top_menu_ap {
		display: none;
	}
}

.top_menu_ap li {
	float: left;
	width: 25%;
	padding: 0 5px;
	box-sizing: border-box;
}
.top_menu_ap a {
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	border: 1px solid #eee;
	color: #888;
	font-size: 13px;
	text-align: center;
	border-radius: 3px;
}
.top_menu_ap img {
	display: block;
	width: 35px;
	width: min(8vw, 35px);
	margin: 0 auto;
}


/*============================================================================*
/* Home main
/*============================================================================*/
#content {
	background: #fff;
	padding: 30px 0;
	min-height: 550px;
	box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
	#content {
		padding: 15px 0;
	}
	#content.wanchan_top {
		padding-top: 0;
	}
}

#home_main {
	width: 772px;
	float: left;
}
@media screen and (max-width: 1023px) {
	#home_main {
		width: 100%;
		float: none;
	}
}


/*----------------------------*
/* タイトル
/*----------------------------*/
#home_main section {
	position: relative;
	margin-bottom: 30px;
}

#home_main .section_header {
	margin-bottom: 0;
	border-bottom: 1px solid #eee;
}
#home_main .section_header::after {
	content: ""; clear: both; display: block;
}

#home_main .section_title {
	font-size: 14px;
	color: #444;
	font-weight: bold;
	float: left;
	margin-right: 14px;
}
@media screen and (max-width: 1023px) {
	#home_main .section_title {
		float: none;
		margin: 0;
		padding-bottom: 5px;
		padding: 0 0 5px 10px;
		color: #444;
		font-size: 1.2rem;
	}
}

#home_main .section_memo {
	font-size: 12px;
	color: #aaa;
}
@media screen and (max-width: 1023px) {
	#home_main .section_memo {
		display: none;
	}
}

#home_main section .stitle {
	color: #202020;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
}
@media screen and (max-width: 1023px) {
	#home_main section .stitle {
		padding-left: 10px;
		line-height: 3em;
		margin-bottom: 0;
		font-size: 12px;
		color: #444;
	}
}

/* もっとみる
------------------------------ */
#home_main .more_link {
	margin-top: 12px;
	margin-bottom: 30px;
}
#home_main .more_link a {
	background: #f0f2f5;
	color: #444;
	font-size: 14px;
	text-align: center;
	line-height: 50px;
	display: block;
	width: 250px;
	margin: auto;
	border-radius: 3px;
}
#home_main .more_link a:hover {
	text-decoration: none;
	background: #E0E0E0;
}


/*----------------------------*
/* 新着記事ヘッダー
/*----------------------------*/
/* SP時非表示 */
@media screen and (max-width: 1023px) {
	/* #home_main .home_new .section_header {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
	} */
}

/*----------------------------*
/* 新着記事一覧
/*----------------------------*/
@media screen and (max-width: 1023px) {
	.post_card:first-child {
		border-top: 1px solid #eee;
	}
}

.post_card a {
	display: flex;
	padding: 10px;
	border-bottom: 1px solid #eee;
}
@media screen and (min-width: 1024px) {
	.post_card a {
		padding: 20px 0;
	}
}

.post_card .post_card_eyecatch {
	position: relative;
	flex: none;
	width: 75px;
	height: 75px;
}
@media screen and (min-width: 1024px) {
	.post_card .post_card_eyecatch {
		width: 120px;
		height: 120px;
	}
}

.post_card .post_card_eyecatch img {
	height: 100%;
	border-radius: 4px;
	object-fit: cover;
}

/* 新着バッジ */
.post_card.new_post .post_card_eyecatch::after {
	content: '';
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 60px;
	background: url("../images/top/new_icon.png") no-repeat center;
	background-size: contain;
}
/* 新着バッジ for SP */
@media screen and (max-width: 1023px) {
	.post_card.new_post .post_card_eyecatch::after {
		width: 30px;
		height: 30px;
	}
}


.post_card .post_card_detail {
	display: flex;
	flex-flow: column;
	flex: auto;
	padding-left: 10px;
	min-width: 0;
}
@media screen and (min-width: 1024px) {
	.post_card .post_card_detail {
		padding-left: 15px;
	}
}

.post_card .post_card_title {
	margin-bottom: auto;
	color: #444;
	font-weight: bold;
	font-size: 1.2rem;
	line-height: 1.4;
	box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
	.post_card .post_card_title {
		color: #222;
		font-weight: normal;
		font-size: 2rem;
	}
}

.post_card .post_card_dis {
	display: none;
}
@media screen and (min-width: 1024px) {
	.post_card .post_card_dis {
		display: block;
		color: #ccc;
		font-size: 1.2rem;
		line-height: 16px;
	}
}

.post_card .post_card_bottom {
	margin-top: 0;
}
@media screen and (min-width: 1024px) {
	.post_card .post_card_bottom {
		margin-top: 5px;
	}
}

.post_card .writer_name {
	color: #aaa;
	font-size: 10px;
	text-align: right;
}
.post_card .view {
	color: #aaa;
	font-size: 10px;
}
@media screen and (min-width: 1024px) {
	.post_card .writer_name,
	.post_card .view {
		color: #ccc;
		font-size: 12px;
	}
}


/* ---------------------------
 = おすすめ記事
--------------------------- */
#home_main .home_recommend .section_title {
	float: none;
}
.home_recommend .post_loop {
	margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
	.home_recommend .post_loop {
		margin-bottom: 20px;
	}
}

.home_recommend .post_loop_item {
	border-bottom: 1px solid #eee;
}
.home_recommend .post_loop_item a {
	display: block;
	padding: 14px;
}
@media screen and (max-width: 1023px) {
	.home_recommend .post_loop_item a {
		padding: 7px 10px 7px 14px;
		font-size: 86%;
	}
}


/* ---------------------------
 = Feature
--------------------------- */
#home_main .home_feature {
	margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
	#home_main .home_feature {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 1023px) {
	#home_main .home_feature .section_header {
		border-bottom: none;
	}
}

.home_feature .feature_list {
	display: flex;
	align-items: flex-start;
	margin-left: 20px;
	padding-top: 1.2em;
}
@media screen and (max-width: 1023px) {
	.home_feature .feature_list {
		margin-left: 0;
		padding: 0 10px;
	}
}

.home_feature .feature_list ul {
	display: flex;
	flex-flow: row wrap;
}
.home_feature .feature_list li {
	margin: 0 3px 7px;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-sizing: border-box;
	line-height: 1.15;
}
@media screen and (max-width: 1023px) {
	.home_feature .feature_list li {
		max-width: 100%;
		font-size: 1.1rem;
	}
}

.home_feature .feature_list li a {
	padding: .5em .7em;
	display: block;
}
.home_feature .feature_list li .text {
	width: fit-content;
	margin-right: auto;
	margin-left: auto;
}
.home_feature .feature_list_eyecatch {
	flex: none;
	width: 80px;
	padding-right: 12px;
}
@media screen and (max-width: 559px) {
	.home_feature .feature_list_eyecatch {
		max-width: 20%;
		padding-right: 3px;
	}
}

.home_feature .feature_list_eyecatch img {
	border-radius: 4px;
}


/*============================================================================*
/*　右　side
/*============================================================================*/
#side {
	width: 302px;
	float: right;
	margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
	#side {
		width: 100%;
		float: none;
		margin: 0;
	}
}

#side > div {
	margin-bottom: 30px;
}
@media screen and (max-width: 1023px) {
	#side > div {
		margin-bottom: 20px;
	}
}

#side .sidebar_title {
	margin-bottom: 8px;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
}
@media screen and (max-width: 1023px) {
	#side .sidebar_title {
		margin-bottom: 6px;
		padding: 8px 10px 0;
		font-size: 1.2rem;
	}
	#side .sidebar_title::before {
		left: 5px;
		top: 9px;
	}
}

#side .side_memo {
	font-size: 12px;
	color: #888;
	display: block;
	font-weight: normal;
}

/*----------------------------*
/*　検索
/*----------------------------*/
#side .side_search {
	margin-bottom: 18px;
}
@media screen and (max-width: 1023px) {
	#side .side_search {
		display: none;
	}
}

#side .side_search .gsc-search-box {
	margin-right: 3px;
	margin-left: 3px;
}
#side .side_search .gsc-search-box .gsc-input-box {
	border-radius: 3px;
}
#side .side_search .gsc-search-box .gsc-input-box td.gsib_b {
	height: 36px;
}

/*----------------------------*
/* 広告
/*----------------------------*/
#side .top_ad {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 0px;
}

@media screen and (max-width: 1023px) {
	#side .top_ad {
		margin-top: 0;
	}
	#side .top_ad > div {
		margin: 0 auto;
	}
}

/*----------------------------*
/* バナー
/*----------------------------*/
#side .home_banner {
	margin-bottom: 18px;
}
#side .home_banner img {
	width: 100%;
}
#side .home_banner p {
	margin-bottom: 18px;
}
#side .home_banner p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
	#side .home_banner {
		margin: 0 10px 18px;
	}
	#side .home_banner p {
		margin-bottom: 10px;
	}
}


/*----------------------------*
/* 特集
/*----------------------------*/
#side .side_special .title {
	font-size: 20px;
	font-weight: bold;
	margin-right: 10px;
	margin-bottom: 10px;
}
#side .side_special .title img {
	vertical-align: bottom;
}
#side .side_special .special_post {
	border: 1px solid #eee;
	margin-bottom: 25px;
	padding: 18px;
	overflow: hidden;
	border-radius: 3px;
}
#side .side_special .special_post:last-child {
	margin-bottom: 0;
}
#side .side_special .s_title {
	border-bottom: 2px solid #ec5c5c;
	font-size: 20px;
	font-weight: bold;
	color: #444;
	padding: 0 5px;
	margin-bottom: 14px;
	text-align: center;
}
#side .side_special .s_title span {
	display: inline-block;
	text-align: left;
}
#side .side_special .note {
	margin-bottom: 14px;
	line-height: 24px;
}
#side .side_special .special_post ul {
	overflow: hidden;
}
#side .side_special .special_post li a {
	border-top: 1px solid #eee;
	color: #202020;
	display: block;
	overflow: hidden;
	padding: 15px 0;
}
#side .side_special .special_post li .img {
	width: 120px;
	height: 80px;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
#side .side_special .special_post li .img img {
	width: 100%;
	height: auto;
}
#side .side_special .special_post li .post_title {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3em;
}
#side .side_special .special_post .more_link {
	text-align: center;
}
#side .side_special .special_post .more_link a {
	text-decoration: underline;
}
#side .side_special .special_post .more_link a:hover {
	text-decoration: none;
}

@media screen and (max-width: 1023px) {
	#side .side_special {
		margin-bottom: 20px;
	}
	#side .side_special .title {
		padding: 5px 10px;
		font-size: 12px;
		float: none;
		color: #444;
		border-bottom: 1px solid #eee;
	}
	#side .side_special .title img {
		width: auto;
		max-height: 30px;
		margin: 10px;
	}
	#side .side_special .special_post {
		padding: 10px 0;
		border: none;
	}
	#side .side_special .s_title {
		padding-left: 10px;
		margin-bottom: 0;
	}
	#side .side_special .note {
		padding: 10px;
		padding-bottom: 0;
	}
	#side .side_special .special_post ul {
		margin-bottom: 5px;
	}
	#side .side_special .special_post li a {
		border: none;
		padding: 5px 10px;
	}
	#side .side_special .special_post .more_link {
		text-align: center;
	}
	#side .side_special .special_post .more_link a {
		background: #f0f2f5;
		color: #444;
		font-size: 14px;
		text-align: center;
		text-decoration: none;
		line-height: 50px;
		display: inline-block;
		padding: 0 20px;
		margin: 0 auto;
		min-width: 200px;
		border-radius: 3px;
		box-sizing: border-box;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	#side .side_special {
		overflow: hidden;
		margin-bottom: 0;
	}
	#side .side_special .special_post {
		float: left;
		padding: 10px;
		width: 50%;
		padding-bottom: 20px;
		margin-bottom: 0;
		border-right: 1px solid #eee;
		border-bottom: 1px solid #eee;
		box-sizing : border-box;
		border-radius : 0;
	}
	#side .side_special > div:nth-child(1) {
		border-right: 1px solid #eee;
	}
}


/*----------------------------*
/*会員登録（非会員のみ表示）*/
/*----------------------------*/
#side .non_members {
	background: url('../images/regist_bg.png') no-repeat top center;
	background-size: 120%;
	color: #fff;
	margin-bottom: 2em;
	padding-top: 10px;
}
#side .non_members img {
	width: 40%;
	height: auto;
	margin-bottom: 1em;
	margin-left: 10px;
}
#side .non_members .title {
	font-size: 1.2em;
	text-align: center;
	font-weight: bold;
	margin-bottom: .5em;
}
#side .non_members p {
	line-height: 1.2em;
	margin: 0 10px 1em;
}
#side .non_members .regist_link {
	background: url('../images/regist_bg_bottom.png') repeat-x bottom center;
	padding-bottom: 20px;
	background-size: auto 70px;
}
#side .non_members .regist_link a {
	display: block;
	background: url('../images/btn_bg.png') no-repeat center;
	background-size: contain;
	width: 90%;
	height: 47px;
	line-height: 47px;
	font-size: 1.1em;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	color: #000;
}
#side .non_members .regist_link a:hover {
	text-decoration: none;
	background: url('../images/btn_bg_hover.png') no-repeat center;
	background-size: contain;
}

@media screen and (max-width: 1023px) {
	#side .non_members figure {
		text-align: center;
	}
	#side .non_members .regist_link {
		background: #fff;
		padding-top: 10px;
	}
	#side .non_members .regist_link a {
		background: #ffbd00;
		border-bottom: 2px solid #cc9e12;
		color: #202020;
		font-size: 18px;
		width: 94%;
		border-radius: 3px;
		box-sizing: border-box;
	}
	#side .non_members .regist_link a:hover {
		background: #ffbd00;
		border-bottom: 2px solid #cc9e12;
		width: 94%;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	#side .non_members {
		width: 600px;
		margin: 0 auto 2em;
	}
	#side .non_members .title {
		margin-bottom: 20px;
	}
	#side .non_members p {
		text-align: center;
	}
	#side .non_members .regist_link {
		background: #f8f8f8;
	}
}

/*----------------------------*
/* facebook
/*----------------------------*/
.right_side_facebook {
	height: 224px;
	margin-bottom: 3em;
}

@media screen and (max-width: 1023px) {
	.right_side_facebook {
		text-align: center;
		margin-bottom: 10px;
	}
}


/*============================================================================*
/*  会員登録
/*============================================================================*/
.general .regist_wrap {
	border: solid 1px #e8eadf;
	margin: 0 auto;
	padding: 30px;
	overflow: hidden;
	border-radius: 5px;
}
.general .regist_wrap .deg_form_list {
	width: 60%;
	float: left;
	border: 0;
	padding: 0;
}
.general .regist_wrap .b_title {
	margin-bottom: .5em;
}
.general .regist_wrap .general_regist_note {
	margin-bottom: 2em;
	padding: 20px;
	border: 4px double #ccc;
	border-radius: 5px;
}
.general .regist_wrap .general_regist_note ul {
	margin-left: 20px;
	color: #e74040;
	font-weight: bold;
	margin-bottom: 1em;
}
.general .regist_wrap .general_regist_note li {
	list-style: inside;
}
.general .regist_wrap .general_regist_note p {
	color: #333;
	font-size: 1.1em;
}
.general .regist_wrap .checkbox {
	margin: 20px 0;
}

@media screen and (max-width: 1023px) {
	.general .regist_wrap {
		border: none;
		padding: 10px;
	}
	.general .regist_wrap .deg_form_list {
		width: 100%;
		float: none;
		margin-bottom: 2em;
	}
	.general .regist_wrap .deg_form_list input,
	.general .regist_wrap .deg_form_list dt,
	.general .regist_wrap .regist_post dd {
		box-sizing: border-box;
	}
	.general .regist_wrap .general_regist_note {
		padding: 10px;
	}
	.general .regist_wrap .general_regist_note ul {
		margin-left: 10px;
	}
	.general .regist_wrap .checkbox {
		margin: 0;
	}
}


/*----------------------------*
/* サイド
/*----------------------------*/
.regist_wrap .regist_side {
	width: 35%;
	float: right;
}
.regist_wrap .regist_side .title {
	font-size: 24px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}

/*登録フロー*/
.regist_wrap .regist_side .regist_flow {
	border-left: 10px solid #e74040;
	margin-bottom: 2em;
	padding: 0 0 5px 10px;
}
.regist_wrap .regist_side .regist_flow .title {
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 5px;
}
.regist_wrap .regist_side .regist_flow li {
	background: #eee;
	color: #666;
	text-align: center;
	display: inline-block;
	width: 28%;
	margin-right: 5%;
	padding: 5px 0;
	position: relative;
	border-radius : 5px;
}
.regist_wrap .regist_side .regist_flow li:first-child {
	background: #ffe9e1;
	color: #e74040;
}
.regist_wrap .regist_side .regist_flow li:last-child {
	margin: 0;
}
.regist_wrap .regist_side .regist_flow li::before {
	content: "";
	position: absolute;
	top: 50%;
	right: -23px;
	margin-top: -8px;
	border: 8px solid transparent;
	border-left-color: #ccc;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.regist_wrap .regist_side .regist_flow li:last-child::before {
	display: none;
}


/*会員だけの便利な機能*/
.regist_wrap .regist_side .regist_dis {
	border-left: 10px solid #e74040;
	margin-bottom: 2em;
	padding: 3px 0 10px 10px;
}
.regist_wrap .regist_side .regist_dis a {
	color: #e74040;
	text-decoration: underline;
}

/*ログイン*/
.regist_wrap .regist_side .regist_login {
	background: #eee;
	text-align: center;
	padding: 15px 0;
	border-radius : 5px;
}
.regist_wrap .regist_side .regist_login a {
	display: block;
	width: 60%;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	color: #333;
	text-shadow: #fff 0 1px 1px;
	background-size: 100%;
	background-image: linear-gradient(to bottom, #fff, #f0f0f0);
	border: 1px solid #ddd !important;
}
.regist_wrap .regist_side .regist_login a:hover {
	text-decoration: none;
	opacity: 0.8;
}

@media screen and (max-width: 1023px) {
	.regist_wrap .regist_side {
		width: 100%;
		float: none;
	}
	.regist_wrap .regist_side .regist_flow {
		display: none;
	}
	.regist_wrap .regist_side .regist_dis {
		display: none;
	}
}


/*============================================================================*
/*  パスワード再発行
/*============================================================================*/
.general_remind {
	padding-top: 50px;
}
@media screen and (max-width: 979px) {
	.general_remind {
		padding-top: 10px;
	}
}


/*============================================================================*
/*  会員登録 確認画面
/*============================================================================*/

/* サイド */
.regist_post .regist_side .regist_flow li:nth-child(1) {
	background: #eee;
	color: #666;
}
.regist_post .regist_side .regist_flow li:nth-child(2) {
	background: #ffe9e1;
	color: #e74040;
}

/* ボタン */
.regist_post .deg_back_btn {
	display: inherit;
}


/*============================================================================*
/*  会員登録 完了
/*============================================================================*/
.regist_finish {
	width: 580px;
	margin: 0 auto;
	border-radius: 5px;
}
.regist_finish .page_link_title {
	background: #eee;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 5px;
}
.regist_finish .page_link {
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
}
.regist_finish .page_link li {
	width: 48%;
	display: inline-table;
}
.regist_finish .page_link li:hover {
	background: #f7f7f7;
}
.regist_finish .page_link li a {
	margin: 10px;
	display: block;
}
.regist_finish .service_img {
	vertical-align: middle;
	text-align: center;
	padding-top: 5px;
}
.regist_finish .service_title {
	font-size: 129%;
	color: #e74040;
	font-weight: bold;
	text-align: center;
	text-decoration: underline;
	padding-bottom: 7px;
}
.regist_finish .service_dis {
	padding: 3px 12px 12px 12px;
}
.regist_finish .page_link li a:hover {
	text-decoration: none;
}
.regist_finish .regist_login a {
	display: block;
	width: 40%;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	color: #333;
	text-shadow: #fff 0 1px 1px;
	text-decoration: none;
	background-size: 100%;
	background-image: linear-gradient(to bottom, #fff, #f0f0f0);
	border: 1px solid #ddd!important;
	box-sizing: border-box;
}
.regist_finish .regist_login a:hover {
	text-decoration: none;
	opacity: 0.8;
}

@media screen and (max-width: 1023px) {
	.regist_finish {
		padding: 0;
		width: 100%;
		border: none;
	}
	.regist_finish .page_link li a {
		margin: 5px;
	}
	.regist_finish .page_link_title {
		margin-bottom: 10px;
	}
	.regist_finish .service_title {
		font-size: 14px;
		padding-bottom: 7px;
	}
	.regist_finish .service_dis {
		padding: 3px 0;
	}
	.regist_finish .regist_login a {
		width: 100%;
		max-width: 400px;
	}
}


/*============================================================================*
/* ログイン
/*============================================================================*/
#login {
	padding-top: 1em;
}
#login h1.tilte {
	font-size: 1.5em;
	font-weight: bold;
	color: #202020;
}
#login .login_content {
	background: url('../images/login_bg.png') no-repeat top center;
	background-size: cover;
	overflow: hidden;
	padding: 3em 1em;
	border-radius: 5px;
}

@media screen and (max-width: 1023px) {
	#login h1.tilte {
		font-size: 1.2em;
		padding-left: 10px;
	}
	#login .login_content {
		background: none;
		padding: 1em 10px;
	}
}


/*----------------------------*
/* ユーザー登録
/*----------------------------*/
#login .content_left {
	width: 44%;
	padding: 2em 2%;
	float: left;
	color: #202020;
	background: rgba(255, 255, 255, 0.8);
	border-radius : 5px;
	box-sizing: border-box;
}
#login .content_left .top_note {
	font-size: 1.3em;
	font-weight: bold;
}
#login .content_left h2 {
	font-size: 1.6em;
	font-weight: bold;
	padding-bottom: .5em;
	margin-bottom: .5em;
	border-bottom: 1px solid #d93636;
}
#login .content_left .note {
	line-height: 1.5em;
}
#login .content_left .link a {
	color: #202020;
	font-size: 1.2em;
	text-align: center;
	display: block;
	background: url('../images/btn_bg.png') no-repeat center;
	background-size: contain;
	width: 270px;
	height: 46px;
	line-height: 46px;
	font-weight: bold;
	margin: 0 auto;
	margin-top: 1em;
}
#login .content_left .link a:hover {
	text-decoration: none;
	opacity: 0.9;
}

@media screen and (max-width: 1023px) {
	#login .content_left {
		width: 100%;
		float: none;
		padding: 0;
		margin-bottom: 2em;
		border-bottom: 1px dashed #ccc;
		padding-bottom: 2em;
	}
	#login .content_left .top_note {
		font-size: 16px;
		font-weight: normal;
	}
	#login .content_left h2 {
		font-size: 18px;
		padding-bottom: 5px;
		margin-bottom: 10px;
		line-height: 1em;
	}
}


/*----------------------------*
/*　ログイン
/*----------------------------*/
#login .content_right {
	border-top-left-radius : 0px;
	border-top-right-radius : 0px;
	border-bottom-left-radius : 4px;
	border-bottom-right-radius : 4px;
	width: 50%;
	padding: 0 0 2em;
	float: right;
	background: rgba(255, 255, 255, 0.8);
}
#login .content_right .top_note {
	background: #eeeeee;
	padding: 10px 1em;
	margin-bottom: 1em;
}
#login .content_right .top_note span {
	font-size: 1.3em;
	font-weight: bold;
}
#login .content_right dl {
	border: 1px solid #ccc;
	overflow: hidden;
	width: 85%;
	margin: 0 auto;
	margin-bottom: 20px;
	border-radius : 5px;
	box-sizing: border-box;
}
#login .content_right dt {
	background: #eee;
	color: #666;
	float: left;
	width: 30%;
	line-height: 30px;
	height: 30px;
}
#login .content_right dt label {
	padding-left: 10px;
	font-size: 13px;
}
#login .content_right dd {
	float: left;
	width: 70%;
}
#login .content_right form input[type="email"],
#login .content_right form input[type="password"] {
	border: 0;
	width: 100%;
	padding: 0px 2%;
	line-height: 30px;
	height: 30px;
	background: #fff;
	border-left: 1px solid #ccc;
	border-radius : 0;
}
#login .content_right input[type="submit"] {
	background: #da3737;
	font-weight: bold;
	border-radius: 5px;
	box-shadow : 0px 2px 2px rgba( 0, 0, 0, .1);
}
#login .content_right .formg_btn a {
	color: #da3737;
}
#login .content_right .msg_view p {
	text-align: center;
}

@media screen and (max-width: 1023px) {
	#login .content_right {
		width: 100%;
		padding: 0;
		float: none;
	}
	#login .content_right dl { width: 99%; }
	#login .content_right dt label {
		font-size: 11px;
		padding-left: 5px;
	}
}


/*============================================================================*
/*  マイページ
/*============================================================================*/
.mypage_top .main {
	width: 600px;
	float: none;
	margin: 0 auto;
}
.mypage_top .mypage_main_inner {
	margin-bottom: 20px;
	border: 1px solid #eee;
	padding: 30px;
	overflow: hidden;
	border-radius: 5px;
}
.mypage_top .maypage_user_info .title {
	padding-bottom: 5px;
	font-size: 1.5em;
	color: #666;
	border-bottom: 1px solid #ccc;
	margin-bottom: 5px;
}
.mypage_top .main .more_link {
	overflow: hidden;
}
.mypage_top .main .more_link a {
	display: block;
	float: right;
	margin-right: 5px;
	padding: 5px;
}

@media screen and (max-width: 1023px) {
	.mypage_top .main {
		width: 100%;
	}
	.mypage_top .maypage_user_info .title {
		font-size: 1.2em;
	}
}

/*----------------------------*
/* ユーザー情報
/*----------------------------*/
.mypage_top .maypage_user_info {
	width: 26%;
	float: left;
	margin-right: 10px;
	overflow: hidden;
}
.mypage_top .maypage_user_info .user {
	margin-bottom: 1em;
	overflow: hidden;
}
.mypage_top .maypage_user_info .user img {
	width: 98%;
	height: auto;
	border: 1px solid #d9d6cc;
	border-radius : 5px;
	box-sizing: border-box;
}
.mypage_top .maypage_user_info .user_name {
	font-size: 18px;
	font-weight: bold;
	word-break: break-all;
}
.mypage_top .maypage_user_info .edit_btn a {
	background: #fff;
	border: 1px solid #238ffd;
	color: #238ffd !important;
	font-size: 14px;
}
.mypage_top .maypage_user_info .edit_btn a:hover {
	background: #F8F8F8;
}
.mypage_top .maypage_user_info .mydog {
	background: #f9f3e9;
	font-size: 12px;
	padding: 5px;
	margin-bottom: 5px;
	text-align: center;
	border-radius : 5px;
}
.maypage_user_info .user_dogs {
	overflow: hidden;
	text-align: center;
}
.maypage_user_info .user_dogs li {
	display: inline-block;
	width: 48%;
	vertical-align: top;
}
.maypage_user_info .user_dogs img {
	width: 90%;
	max-width: 80px;
	height: auto;
	max-height: 80px;
	margin: 0 auto;
	border-radius : 5px;
}
.maypage_user_info .user_dogs p {
	font-size: 12px;
	color: #666;
}
.maypage_user_info .user_dogs .edit_btn {
	text-align: right;
	margin-right: 10px;
}
.maypage_user_info .user_dogs .edit_btn a {
	width: auto;
	font-size: 12px;
	padding: 2px;
	display: inline;
}
.maypage_user_info .user_dogs .no_dog {
	font-size: 14px;
	text-align: center;
	padding: 1em;
	color: #ccc;
	width: auto;
}

@media screen and (max-width: 1023px) {
	.mypage_top .mypage_main_inner {
		padding: 5px;
		margin: 5px;
		border: none;
	}
	.mypage_top .maypage_user_info {
		width: 100%;
		float: none;
		margin-bottom: 1em;
	}
	.mypage_top .maypage_user_info .user img {
		width: 80px;
		height: auto;
		float: left;
		margin-right: 10px;
	}
	.mypage_top .maypage_user_info .user_info {
		margin-left: 92px;
	}
	.mypage_top .maypage_user_info .edit_btn {
		padding: 0;
	}
	.mypage_top .maypage_user_info .user_name {
		margin-bottom: 10px;
	}
	.mypage_top .maypage_user_info .user .edit_btn a {
		background: #eeeeee;
		border: none;
		color: #333 !important;
		font-size: 12px;
		margin-right: 0;
		width: 100%;
		box-sizing : border-box;
	}
	.maypage_user_info .user_dogs li {
		width: 100%;
		float: none;
		padding: 5px 0;
		position: relative;
	}
	.maypage_user_info .user_dogs .dog_list {
		border-bottom: 1px dashed #eee;
	}
	.maypage_user_info .user_dogs figure {
		float: left;
		margin-right: 10px;
	}
	.maypage_user_info .user_dogs img {
		width: 50px;
		height: 50px;
		vertical-align: bottom;
	}
	.maypage_user_info .user_dogs .edit_btn {
		position: absolute;
		right: 0;
		top: 50%;
		margin-top: -14px;
		margin-right: 0;
	}
	.mypage_top .maypage_user_info .edit_btn .add_dog_btn {
		margin: 20px auto;
		width: 100%;
		box-sizing : border-box;
	}
	.mypage_top .maypage_user_info .edit_btn a {
		padding: 5px 10px;
	}
	.maypage_user_info .user_dogs .dog_info {
		margin: 0 45px 0 60px;
	}
	.maypage_user_info .user_dogs .edit_btn a {
		background: #eeeeee;
		border: none;
		color: #333 !important;
		font-size: 12px;
		margin-right: 0;
		width: 100%;
		box-sizing : border-box;
	}
	.mypage_top .maypage_user_info .mydog {
		background: none;
		text-align: left;
		border-bottom: 1px solid #ccc;
		font-weight: bold;
		color: #999;
		padding: 3px;
		margin-bottom: 0;
		border-radius : 0px;
	}
	.maypage_user_info .user_dogs {
		text-align: left;
	}
	.maypage_user_info .user_dogs .dog_name {
		font-size: 14px;
		font-weight: bold;
		color: #333;
	}
	.maypage_user_info .user_dogs .dog_age {
		font-size: 12px;
		color: #999;
	}
	.maypage_user_info .user_dogs .no_dog {
		width: 100%;
		padding: 20px 0 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
	.mypage_top .maypage_user_info .edit_btn a {
		padding: 2px 10px;
	}
	.mypage_top .maypage_user_info .edit_btn .add_dog_btn {
		width: 300px;
		line-height: 30px;
	}
	.mypage_top .maypage_user_info .user .edit_btn a {
		width: 200px;
		margin-right: auto;
		padding: 5px 10px;
		margin-left: 0;
	}
}

/*----------------------------*
/*　各コンテンツへのリンク一覧
/*----------------------------*/
.mypage_top .maypage_lists {
	width: 70%;
	float: right;
}
.mypage_top .maypage_lists dl {
	border: 1px solid #e4e4e4;
	border-bottom: none;
	margin-bottom: 1em;
	border-radius : 4px;
}
.mypage_top .maypage_lists dt a,
.mypage_top .maypage_lists dt span {
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	padding: .5em 0;
	padding-left: 2.5em;
	position: relative;
	border-bottom: 1px solid #e4e4e4;
	border-radius : 4px;
}
.mypage_top .maypage_lists dt.movie a {
	border-bottom: none;
}
.mypage_top .maypage_lists dt a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #f46767;
	border-right: 2px solid #f46767;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mypage_top .maypage_lists dt.osusume {
	background: url('../images/sp_menu/osusume.png') no-repeat 0 center;
	background-size: 36px auto;
}
.mypage_top .maypage_lists dt.hoken {
	background: url('../images/sp_menu/hoken.png') no-repeat 0 center;
	background-size: 36px auto;
}
.mypage_top .maypage_lists dt.notebook {
	background: url('../images/sp_menu/note.png') no-repeat 0 center;
	background-size: 36px auto;
}
.mypage_top .maypage_lists dt.blogs {
	background: url('../images/sp_menu/blog.png') no-repeat 0 center;
	background-size: 36px auto;
}
.mypage_top .maypage_lists dt.matome {
	background: url('../images/sp_menu/matome.png') no-repeat 0 center;
	background-size: 36px auto;
}
.mypage_top .maypage_lists dd {
	border-bottom: 1px solid #e4e4e4;
	border-radius : 4px;
}
.mypage_top .maypage_lists ul {
	margin-left: 2em;
}
.mypage_top .maypage_lists li {
	border-bottom: 1px solid #e4e4e4;
}
.mypage_top .maypage_lists li:last-child {
	border-bottom: none;
}
.mypage_top .maypage_lists .list li a {
	display: block;
	padding: .5em;
	padding-left: 25px;
	background: url('../images/list.png') no-repeat 10px center;
	background-size: 5px;
}
.mypage_top .qa_banner {
	text-align: center;
}
.mypage_top .qa_banner img {
	width: 100%;
}

@media screen and (max-width: 1023px) {
	.mypage_top .maypage_lists {
		width: 100%;
		float: none;
	}
	.mypage_top .qa_banner {
		display: none;
	}
}

/*----------------------------*
/*
/*----------------------------*/
@media screen and (max-width: 1023px) {
	.mypage {
		margin-top: 0;
	}
	/*アプリの時*/
	.mypage_app {
		margin-top: 0 !important;
	}
}


/*============================================================================*
/*  マイページ共通
/*============================================================================*/
.mypage_main {
	width: 760px;
	float: left;
}
.mypage_side {
	width: 302px;
	float: right;
	margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
	.mypage_side {
		width: 100%;
	}
}

.mypage_side .mypage_side_banner {
	text-align: center;
}
@media screen and (max-width: 1023px) {
	.mypage_side .mypage_side_banner {
		margin-bottom: 1em;
	}
}

.mypage_side .mypage_side_banner img {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}

.mypage_side section {
	margin-bottom: 2em;
}
.mypage_side .mypage_side_title {
	border-bottom: 1px solid #ccc;
	font-weight: bold;
	font-size: 16px;
}
@media screen and (max-width: 1023px) {
	.mypage_side .mypage_side_title {
		font-size: 12px;
		font-weight: normal;
		border-bottom: 1px solid #eee;
		line-height: 1em;
		margin-bottom: 0;
		padding-bottom: 8px;
	}
}

/*----------------------------*
/*
/*----------------------------*/
.mypage_main .msg_view .msg_view {
	text-align: center;
	line-height: 2em;
	color: #e74040;
}
.mypage_main .title2 {
	border-bottom: solid 1px #e8eadf;
	font-size: 1.2em;
	padding-bottom: 3px;
	margin-bottom: 5px;
}
#header .header_wrap {
	display: none;
}

@media screen and (max-width: 1023px) {
	.mypage_main {
		width: 100%;
		float: none;
		margin-bottom: 0;
	}
	.mypage_main .title2 {
		color: #333;
		font-size: 15px;
		font-weight: bold;
		padding: 15px 10px 0;
	}
	#header .header_wrap {
		display: block;
	}
	#header .header_mypage {
		display: none;
	}
	#header .header img {
		height: 34px;
		width: auto;
		margin: 10px 0;
	}
}


/*============================================================================*
/*  ユーザー情報変更
/*============================================================================*/
.mypage_config .main {
	border: 1px solid #eee;
}
.mypage_config .main > section {
	padding: 10px;
}
.mypage_config_list {
	margin-top: 10px;
	margin-bottom: 2em;
}
.mypage_config_list li dt {
	background: #f7f7f7;
	border-bottom: 2px solid #fff;
	color: #333;
	font-size: 14px;
	vertical-align: middle;
	min-width: 210px;
	max-width: 210px;
	height: 50px;
	padding: 0 10px;
	text-align: right;
	display: table-cell;
	box-sizing: border-box;
}
.mypage_config_list li dd {
	padding: 0 10px;
	display: table-cell;
	width: 100%;
	height: 50px;
	vertical-align: middle;
	box-sizing: border-box;
}
.mypage_config_list li dd input[type="text"] {
	height: 32px;
	box-sizing: border-box;
}
.mypage_config_list li dd.user_img {
	overflow: hidden;
}
.mypage_config_list li dd img {
	max-width: 100% !important;
	max-height: 300px;
}
.mypage_config_list li dd a {
	background: #eee;
	font-size: 13px;
	float: right;
	display: block;
	padding: 5px 10px;
	border-radius : 3px;
}
.mypage_config_list li dd a:hover {
	background: #ccc;
	text-decoration: none;
}
.mypage .edit_btn {
	padding: 10px 0;
}
.mypage .edit_btn a {
	display: block;
	width: 150px;
	background-color: #e74040;
	border: none;
	color: #fff !important;
	text-align: center;
	font-size: 16px;
	text-decoration: none;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	border-radius : 3px;
	padding: .5em 0;
	margin: 0 auto;
}
.mypage .edit_btn a:hover {
	background: #ec1414;
}
.mypage .dog_edit_btn {
	text-align: right;
}
.mypage .dog_edit_btn a {
	background: #eee;
	font-size: 13px;
	padding: 5px 10px;
	border-radius: 3px;
}
.mypage .dog_edit_btn a:hover {
	background: #ccc;
	text-decoration: none;
}

@media screen and (max-width: 1023px) {
	.mypage_config_list {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
	.mypage_config_list li dt {
		display: block;
		background: #fff;
		height: auto;
		padding: 0;
		text-align: left;
	}
	.mypage_config_list li dd {
		background: #eee;
		padding: 10px;
		margin-bottom: 1em;
		width: 100%;
		min-height: 1.5em;
		border-radius: 3px;
		display: block;
		height: auto;
	}
	.mypage_config_list li dd a {
		margin-top: -5px;
		text-decoration: underline;
	}
	.mypage_config_list li dt::before {
		content: '';
		background: url('../images/left_service_sp.png') no-repeat center center;
		background-size: 10px auto;
		width: 20px;
		height: 20px;
		display: block;
		float: left;
	}
	.mypage .edit_btn {
		font-size: 15px;
		padding: .5em 2em;
	}
	/*犬種*/
	.mypage_config_list select[name="dog_kind"] {
		width: 100%;
		box-sizing: border-box;
	}
}


/*----------------------------*
/* 犬追加
/*----------------------------*/
.mypage .dog_add_btn a {
	background-color: #e74040;
	border: none;
	color: #fff !important;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	display: block;
	width: 200px;
	padding: 10px 0;
	margin: 0 auto;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	border-radius: 5px;
}
.mypage .dog_add_btn a:hover {
	background: #ed0c0c;
	text-decoration: none;
}

/*----------------------------*
/* ログアウト
/*----------------------------*/
.mypage_top .bottom_logout {
	padding-top: 2em;
	text-align: right;
}
.mypage_top .bottom_logout li {
	margin-bottom: 0;
	border-bottom: none;
	list-style: none;
}
.mypage_top .bottom_logout a {
	text-decoration: underline;
	display: inline;
}
.mypage_top .bottom_logout a:hover {
	color: #666;
}

@media screen and (max-width: 1023px) {
	.mypage_top .bottom_logout {
		padding: 1em 5px;
	}
}


/*============================================================================*
/* 犬登録
/*============================================================================*/
/* プロフ削除
------------------------------ */
.dogprof_delete {
	border: 1px solid #eee;
	padding: 20px;
	text-align: center;
	margin-top: 2em;
}
.dogprof_delete .delete_btn {
	background: #f7f5f5;
	border: 1px solid #ccc;
	color: #666;
	font-size: 16px;
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	border-radius: 3px;
	width: 100%;
	padding: .5em 0;
	box-sizing: border-box;
}
.dogprof_delete .delete_btn:hover {
	background: #e6e3e3;
}


/*============================================================================*
/* お気に入り記事一覧
/*============================================================================*/
.article_favolit_list .title2 {
	margin-bottom: 0;
}
.article_favolit_list .deg_article_list li {
	border-bottom: solid 1px #eee;
	overflow: hidden;
}
.article_favolit_list .deg_article_list .osusume_link {
	padding: 15px 10px 10px;
	position: relative;
	width: 85%;
	float: left;
	border: 0;
	transition-property: all;
	transition: 0.2s linear;
	box-sizing: border-box;
}
.article_favolit_list .deg_article_list .osusume_link:hover {
	background-color: #f7f4f2;
	text-decoration: none;
	cursor: pointer;
	-webkit-tap-highlight-color: #f7f4f2;
	transition-property: all;
	transition: 0.05s linear;
}
.article_favolit_list .deg_article_list a {
	display: block;
	overflow: hidden;
}
.article_favolit_list .deg_article_list .img {
	float: left;
	width: 65px;
	height: 65px;
	margin-right: .5em;
	overflow: hidden;
}
.article_favolit_list .deg_article_list .img img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.article_favolit_list .deg_article_list .detail {
	margin-left: 73px;
	height: auto;
}
.article_favolit_list .deg_article_list .title {
	margin-bottom: .2em;
	font-size: 1.2em;
	line-height: 1.3em;
	font-weight: bold;
}
.article_favolit_list .deg_article_list .description {
	font-size: .86em;
	line-height: 1.4em;
	color: #999;
}
.article_favolit_list .deg_article_list .writer_name {
	text-align: right;
	font-size: .8em;
	line-height: 1em;
	margin-top: .2em;
	color: #999;
	margin-bottom: .5em;
}
.article_favolit_list .deg_article_list .delete {
	float: right;
	margin-top: 10px;
}
.article_favolit_list .deg_article_list .delete a {
	background: #e74040;
	color: #fff;
	padding: 3px 5px;
	display: block;
	border-radius : 3px;
}
.article_favolit_list .deg_article_list .delete a:hover {
	text-decoration: none;
	background: #ec1414;
}

@media screen and (max-width: 1023px) {
	.article_favolit_list .title2 {
		border-left: 3px solid #e74040;
		padding: 0 5px;
		margin-left: 5px;
		border-bottom: 0;
		margin-bottom: 5px;
	}
	.article_favolit_list .deg_article_list {
		border-top: 1px solid #eee;
		margin: 0 5px;
	}
	.article_favolit_list .deg_article_list .osusume_link {
		width: 96%;
		padding: 10px 2%;
	}
	.article_favolit_list .deg_article_list .delete {
		margin: 0 0 5px;
	}
}

/*お気にいレシピのとき*/
.article_favolit_list .fav_recipe_list .osusume_link {
	width: 100%;
	float: none;
	padding: 15px 10px;
	box-sizing : border-box;
}


/*----------------------------*
/* お気に入り記事がなかったら
/*----------------------------*/
.article_favolit_list .favolit_list_no {
	margin: 20px;
	text-align: center;
}
.article_favolit_list .favolit_list_no .link {
	margin: 20px;
}
.article_favolit_list .favolit_list_no .link a {
	border: 1px solid #e74040;
	color: #e74040;
	font-size: 14px;
	margin: 0 auto;
	padding: 20px;
	display: block;
	width: 200px;
	text-align: center;
	text-decoration: none;
	position: relative;
	border-radius: 4px;
}


/*============================================================================*/
/* 下部リンクページ
/*============================================================================*/
/*パンくず*/
.breadcrumb_list {
	margin-bottom: .3em;
	min-height: 1.5em;
	font-size: 12px;
	padding: 5px 0;
}
.breadcrumb_list .list {
	overflow: hidden;
}
.breadcrumb_list .list li {
	float: left;
	margin-right: 0em;
	position: relative;
	padding-right: 1.7em;
}
.breadcrumb_list .list li:last-child {
	margin-right: 0;
}
/*矢印*/
.breadcrumb_list .list 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);
}
.breadcrumb_list .list li:last-child::after {
	border: none;
}
.breadcrumb_list .list li.detail_title::after {
	border: none;
}

@media screen and (max-width: 1023px) {
	/*スマホ*/
	.breadcrumb_list {
		padding: .5em;
		font-size: 12px;
	}
}


/*----------------------------*
/*　main枠
/*----------------------------*/
#main_content {
	width: 685px;
	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;
	}
}


/*テキストテンプレート開始*/
.tmp_text {
	padding: 1em;
}

/*段落のひとかたまり*/
.tmp_text .paragraph {
	margin-bottom: 2em;
}

/*大き目のタイトル*/
.tmp_text .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;
}

/*小さいタイトル*/
.tmp_text .stitle {
	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.4em;
	line-height: 1.5;
}
@media screen and (max-width: 767px) {
	.tmp_text .stitle {
		margin-top: 1.1em;
		margin-bottom: 6px;
		padding-top: 0px;
		padding-bottom: 0px;
		font-size: 1.6rem;
		line-height: 1.3;
	}
}

.tmp_text .stitle::before {
	content: "";
	flex: none;
	position: absolute;
	left: 0;
	width: 6px;
	height: 100%;
	background: #ef8080;
	border-radius: 4px;
}
@media screen and (max-width: 767px) {
	.tmp_text .stitle::before {
		width: 4px;
	}
}

/*段落のタイトル*/
.tmp_text .ptitle {
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
}

/*段落*/
.tmp_text p {
	margin-bottom: 1em;
}

/*画像*/
.tmp_text .img {
	width: 80%;
	margin: 1.5em auto;
	text-align: center;
	box-sizing : border-box;
}
.tmp_text .img img {
	max-width: 100%;
	max-height: 500px;
	border: solid 4px #ebebeb;
	box-sizing : border-box;
}

/*太字*/
.tmp_text .bold1 {
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: bold;
}
.tmp_text .bold2 {
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: bold;
	color: #ff2323;
}
.tmp_text strong {
	font-size: 1.1em;
	line-height: 1.1em;
	font-weight: bold;
	color: #a8c473;
}

/*ulリスト*/
.tmp_text .ulist {
	padding-left: 1.7em;
	margin: 1em;
}
.tmp_text .ulist li {
	list-style: disc;
	line-height: 1.8em;
}

/*olリスト*/
.tmp_text .olist {
	padding-left: 1.9em;
	margin: 1em;
}
.tmp_text .olist li {
	list-style: decimal;
	margin-bottom: .5em;
}
.tmp_text .olist2 {
	padding-left: 0;
	margin: 1em;
}
.tmp_text .olist2 li {
	list-style: none;
	margin-bottom: .5em;
}

/*dlリスト*/
.tmp_text .dlist {
	margin: 1em 0;
}
.tmp_text .dlist dt {
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: bold;
}
.tmp_text .dlist dd {
	margin-bottom: 2em;
}

/*リンク*/
.tmp_text a {
	text-decoration: underline;
	color: #629bd5;
}

/*ひと段落の囲み*/
.tmp_text .pframe {
	margin: 2em 0 0;
	padding: 1.5em;
	border: solid 1px #F44669;
	background-color: #fff;
}

.deg_page_title {
	position: relative;
	box-sizing: border-box;
	margin: 0 .6em .4em;
	padding: .2em 0 .4em .6em;
	font-size: 1.6em;
	line-height: 1.4em;
	font-weight: bold;
	border-bottom: solid 1px #EEE;
}
.deg_content_frame >.body {
	padding: 0 .7em;
}
.deg_page_title::before {
	position: absolute;
	content: "";
	width: 5px;
	height: 1.05em;
	left: 0;
	top: 7px;
	border-left: solid 5px #e74040;
}

@media screen and (max-width: 1023px) {
	.tmp_text {
		padding: 0;
	}
	/*大き目のタイトル*/
	.tmp_text .mtitle {
		border-bottom-width: 2px;
		font-size: 1.6rem;
		line-height: 1.4;
	}
	.tmp_text .bold1 { font-size: 1em; }
	.tmp_text .bold2 { font-size: 1em; }
	.deg_page_title { font-size: 18px; }
}


/*============================================================================*
/*  /top/の枠
/*============================================================================*/

/*ボーダー枠*/
.page_feature_editpolicy,
.page_rule,
.page_privacy,
.page_company,
.page_announcement,
.page_top_contents {
	border: 1px solid #eee;
	padding: 20px 15px;
	color: #444;
}

@media screen and (max-width: 1023px) {
	.page_feature_editpolicy,
	.page_rule,
	.page_privacy,
	.page_company,
	.page_announcement,
	.page_top_contents {
		border: none;
		padding: 0;
	}
	.page_feature_editpolicy .tmp_text,
	.page_rule .tmp_text,
	.page_privacy .tmp_text,
	.page_company .tmp_text,
	.page_announcement .tmp_text,
	.regist_finish .tmp_text,
	.page_top_contents .tmp_text {
		padding: 10px;
	}
}

/*----------------------------*
/*　お知らせ
/*----------------------------*/
.announcement_list li {
	border-bottom: 1px solid #ccc;
}
.announcement_list li:last-child {
	border-bottom: none;
}
.announcement_list .title {
	font-weight: bold;
	font-size: 1.25em;
	margin-top: 1em;
}
.announcement_list a {
	color: #e74040 !important;
	text-decoration: underline;
}

/*----------------------------*
/*　オリジナルLINEスタンプ
/*----------------------------*/
.page_linestamp_about .tmp_text {
	font-size: 1.1em;
	line-height: 1.8;
}
@media screen and (max-width: 1023px) {
	.page_linestamp_about .tmp_text {
		font-size: 1em;
	}
}
.page_linestamp_about .tmp_text > .stitle {
	margin-top: 0;
}

.page_linestamp_about .tmp_text ul {
	padding-left: 1.7em;
	margin-bottom: 1em;
}
.page_linestamp_about .tmp_text ul li {
	list-style: disc;
	line-height: 1.8em;
}
.page_linestamp_about .tmp_text .note {
	margin-top: -.8em;
	font-size: .8em;
	line-height: 1.4;
}
.page_linestamp_about .process {
	width: 80%;
	margin: auto;
}
@media screen and (max-width: 1023px) {
	.page_linestamp_about .process {
		width: auto;
	}
}

.page_linestamp_about .stamp_sample {
	display: flex;
	margin: 1em 0;
}
@media screen and (max-width: 559px) {
	.page_linestamp_about .stamp_sample {
		flex-wrap: wrap;
		justify-content: space-between;
	}
}

.page_linestamp_about .stamp_sample .item {
	min-width: 0;
	padding: 0 1%;
	box-sizing: border-box;
}
@media screen and (max-width: 559px) {
	.page_linestamp_about .stamp_sample .item {
		width: 33.3%;
		padding: 0 2%;
	}
}


.page_linestamp_about .link_block {
	display: flex;
	justify-content: space-around;
	margin-top: 50px;
}
@media screen and (max-width: 559px) {
	.page_linestamp_about .link_block {
		margin-top: 0;
		padding: 0;
	}
}

.page_linestamp_about .link_block .link {
	width: 380px;
	padding: 0 20px;
}
@media screen and (max-width: 559px) {
	.page_linestamp_about .link_block .link {
		width: 48%;
		padding: 0;
	}
}

/* LINEスタンプ購入方法
------------------------------ */
.page_linestamp .tmp_text {
	font-size: 1.1em;
	line-height: 1.8;
}
@media screen and (max-width: 1023px) {
	.page_linestamp .tmp_text {
		font-size: 1em;
	}
}

.page_linestamp .tmp_text .mtitle:first-child {
	margin-top: 0;
}
.page_linestamp.purchase_guide .step_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.page_linestamp.purchase_guide .step {
	width: 48%;
	margin-bottom: 20px;
	padding: 0 30px;
	border: 1px solid #eee;
	box-sizing: border-box;
}
@media screen and (max-width: 1023px) {
	.page_linestamp.purchase_guide .step {
		width: auto;
		padding-right: 20px;
		padding-left: 20px;
	}
}

.page_linestamp.purchase_guide .step h2 {
	margin-right: -10px;
	margin-left: -10px;
}
.page_linestamp.purchase_guide .step > img {
	display: block;
	margin: 1em auto;
	border: 1px solid #eee;
}
.page_linestamp.purchase_guide .kessai {
	margin-top: -1em;
	margin-left: 1em;
	list-style: disc;
	list-style-position: inside;
}
.page_linestamp.purchase_guide .friend_regist {
	margin-bottom: 1em;
	text-align: center;
}
.page_linestamp.purchase_guide .friend_regist > p {
	margin-bottom: 0;
}



.page_feature_editpolicy .tmp_text h1 {
	margin-bottom: 50px;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
}
@media screen and (max-width: 1023px) {
	.page_feature_editpolicy .tmp_text h1 {
		margin-bottom: 30px;
		font-size: 25px;
	}
}


/*----------------------------*
/*　わんちゃんホンポとは
/*　編集ポリシー
/*----------------------------*/
/* リンクボタン */
.page_feature_editpolicy .link_btn a {
	display: block;
	width: 200px;
	margin: 14px auto 28px;
	padding: 10px;
	border:1px solid #C21818;
	background: #e74040;
	color: #fff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
}
.page_feature_editpolicy .link_btn a::after {
	content: "»";
	margin-left: .3em;
}

.page_feature_editpolicy .tmp_text .mtitle {
	border-bottom: solid 2px #e74040;
}
.page_feature_editpolicy .tmp_text {
	font-size: 1.1em;
	line-height: 1.8;
}
@media screen and (max-width: 1023px) {
	.page_feature_editpolicy .tmp_text {
		font-size: 1em;
	}
}

.page_feature_editpolicy .deg_page_title,
.page_feature_editpolicy .tmp_text .deg_page_title {
	font-size: 22px;
}
@media screen and (max-width: 1023px) {
	.page_feature_editpolicy .deg_page_title,
	.page_feature_editpolicy .tmp_text .deg_page_title {
		font-size: 18px;
	}
}

.page_feature_editpolicy .tmp_text .deg_page_title {
	margin-left: 0;
}

.page_feature_editpolicy .tmp_text h3 {
	margin-bottom: 3px;
	font-size: 1.2em;
	font-weight: bold;
	color: #e74040;
}
@media screen and (max-width: 1023px) {
	.page_feature_editpolicy .tmp_text h3{
		font-size: 1.05em;
	}
}

.page_feature_editpolicy .tmp_text .flow h3 {
	color: inherit;
}


.page_feature_editpolicy .tmp_text ul + p {
	margin-top: 1em;
}
.page_feature_editpolicy .tmp_text li {
	margin-left: 1.5em;
	list-style: disc;
}


/* Topics */
.page_feature_editpolicy .feature_topics {
	margin-bottom: 1.5em;
}
.page_feature_editpolicy .feature_topics td {
	padding: .5em;
}
.page_feature_editpolicy .feature_topics td:first-child {
	width: 8em;
}

/* Topics mobile */
@media screen and (max-width: 767px) {
	.page_feature_editpolicy .feature_topics,
	.page_feature_editpolicy .feature_topics tbody,
	.page_feature_editpolicy .feature_topics tr,
	.page_feature_editpolicy .feature_topics td {
		display: block;
	}
	.page_feature_editpolicy .feature_topics td {
		padding-top: 0;
		padding-bottom: 0;
	}
	.page_feature_editpolicy .feature_topics td:first-child {
		font-weight: bold;
	}
	.page_feature_editpolicy .feature_topics td:nth-child(n+2) {
		padding-bottom: 1em;
		padding-left: 1em;
	}
}

/*----------------------------*
/*　メディア掲載情報
/*----------------------------*/
.page_media_results .tmp_text > .mtitle {
	margin-top: 0;
}
@media screen and (max-width: 1023px) {
	.page_media_results .tmp_text > .mtitle {
		font-size: 1.8rem;
	}
}

.page_media_results .media_main > ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.page_media_results .media_main > ul li {
	width: 50%;
	margin-bottom: 20px;
}
@media screen and (max-width: 559px) {
	.page_media_results .media_main > ul li {
		width: 100%;
		margin-bottom: 10px;
	}
}


.page_media_results .media_card {
	border: 1px solid #ddd;
	height: 100%;
	margin-right: 15px;
	padding: 15px 15px 10px;
	border-radius: 4px;
	box-sizing: border-box;
}
@media screen and (max-width: 559px) {
	.page_media_results .media_card {
		margin-right: 0;
	}
}

.page_media_results .media_card .stitle {
	margin-top: 0;
}

.page_media_results .media_card .media_eyecatch {
	margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
	.page_media_results .media_card .media_eyecatch {
		width: 100%;
		margin-bottom: 1em;
		padding-top: .5em;
	}
}

.page_media_results .media_card .media_eyecatch img {
	border: 1px solid #ddd;
	aspect-ratio: 16 / 9;
	object-fit: cover;
	object-position: left top;
}


/* ご意見版
------------------------------------------------------ */
#goiken {
	margin: 1em 0;
	background: #efefef;
	padding: 10px;
	border-radius : 3px;
	box-shadow : 0px 0px 0px 1px #e0e0e0 inset;
}
#goiken .note {
	text-align: center;
	margin-bottom: 5px;
	font-weight: bold;
}
#goiken form {
	width: 100%;
}
#goiken .btn {
	text-align: center;
}
#goiken input[type="submit"] {
	font-size: 14px;
	color: #666;
	border: 1px solid #ccc;
	background: #fff;
	background: linear-gradient(to bottom, #fff 0%, #f4f4f4 100%);
	box-shadow : 0px 1px 2px rgba( 0, 0, 0, .1);
}
#goiken .footer_comment {
	text-align: center;
}
#goiken .footer_comment textarea {
	color: #333;
	width: 95%;
	height: 8em;
	padding: 2%;
}

@media screen and (max-width: 1023px) {
	#goiken {
		margin: 10px;
	}
	#goiken input[type="submit"] {
		-webkit-appearance: none;
		appearance: none;
		border-radius: 0;
	}
}


/* 退会
------------------------------------------------------ */
.unsub {
	padding-top: 50px;
}
@media screen and (max-width: 979px) {
	.unsub {
		padding-top: 10px;
	}
}

@media screen and (max-width: 1023px) {
	.matome_sp_none {
		display: none;
	}
}


/* ライター募集フォーム
------------------------------------------------------ */
/* 基本的にはタレント名鑑のbootstrapに合わせた形 */
.page_entry_writer {
	max-width: 540px;
	margin: 0 auto 60px;
	padding: 0 12px;
}
.page_entry_writer * {
	box-sizing: border-box;
}
.page_entry_writer h1,
.page_entry_writer .h1 {
	margin-bottom: 1em;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.3;
	text-align: center;
}
@media screen and (min-width: 1024px) {
	.page_entry_writer h1 br,
	.page_entry_writer .h1 br {
		display: none;
	}
}

.page_entry_writer .msg_view {
	margin-bottom: 1em;
	font-weight: bold;
	color: #dc3545; 
}

.page_entry_writer input[type="text"] {
	height: auto;
}

.page_entry_writer .form-control {
	display: block;
	width: 100%;
	padding: 6px 6px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 6px;
}
.page_entry_writer .form-control:focus {
	color: #212529;
	background-color: #fff;
	border-color: #86b7fe;
	outline: 0;
	box-shadow: 0 0 0 .25rem rgba(13,110,253,.25)
}

.page_entry_writer textarea.form-control {
	max-width: none;
	height: auto;
	min-height: 40px;
}

.page_entry_writer .form-select {
	display: block;
	width: 100%;
	padding: 6px 36px 6px 12px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right 12px center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	border-radius: 6px;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	appearance: none
}

.page_entry_writer label {
	display: inline-block;
}
.page_entry_writer .control-wrap {
	margin-bottom: 16px;
}
.page_entry_writer .text-danger {
	color: #dc3545;
}
.page_entry_writer .form-label {
	margin-bottom: 8px;
	font-size: 12px;
}
.page_entry_writer .form-text {
	margin-top: 4px;
	font-size: 12px;
}

.page_entry_writer button[type="submit"] {
	display: block;
	width: 75%;
	margin: 40px auto 0;
	font-weight: bold;
}

.page_entry_writer .form-note {
	margin-top: 1em;
	font-size: 12px;
}

.page_entry_writer.finish {
	text-align: center;
}
.page_entry_writer.finish p {
	font-size: 14px;
}
.page_entry_writer.finish .link-home {
	margin-top: 2em;
}