@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	/*font-weight: normal;*/
}

body {
	line-height: 1
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
	content: none
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent
}

del {
	text-decoration: line-through
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}

input, select {
	/*vertical-align: middle*/
	font-size: 16px;
}

/*================================================
 *  一般・共通設定
 ================================================*/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	color: #333;
	font-size: 16px;
	font-family: "ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro, 'メイリオ', 'Meiryo' ,"ＭＳ Ｐゴシック",sans-serif;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
	background: #eceff1;
}

main{
	/*padding: 50px 0 0;*/
	/*max-width: 640px;*/
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
	background: #fff;
}

a {
	color: #42A5F5;
	text-decoration: none;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a:hover {
	/*color:#4b00ff;*/
	/*text-decoration: underline;*/
	opacity: 0.7;
}

a img {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

a img:hover {
	/*opacity: 0.7;*/
}

h1 {

}

h2 {
	color: #fff;
	background: #444;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	margin-bottom: 5px;
}

h3 {

}

p {
	margin: 0 0 5px 0;
}

img {
	vertical-align: bottom;
}

input[type="button"], input[type="submit"] {
	-webkit-appearance: none;
}

strong {
	font-weight: bold;
}

/* iframe スマホ問題対応 */
iframe {
	width:100%;
	border:none;
	display:block;
}

div.mfp-content {
	overflow:auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling:touch;
}

/*================================================
 *  汎用クラス
 ================================================*/
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}

#division{
	padding: 50px 0 0;
}

.contents_wrap{
	padding: 10px 10px 40px;
}

.contents_wrap h2{
	padding: 0 0 0 5px;
	color: #333;
	background: #FFF;
	border-left: solid 5px #FFEB3B;
	margin-bottodm: 15px;
}

.contents_wrap p{
	font-size: 14px;
}

.video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
 
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* トップへ戻るボタン */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 12px;
}

#page-top a {
	opacity: 0.8;
}

#page-top a:hover {
	opacity: 0.7;
}

#page-top img {
	width:60px;
}

.news-telop{
	margin: 15px;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.news-telop a{
	font-size: 13px;
	text-decoration: underline;
}

.ad_top-banner{
	display: none;
}

.red{
	color: #f44336;
}

/*================================================
 *  ヘッダー
 ================================================*/
.header_wrap{
	color: #fff;
	position: fixed;
	width: 100%;
	height: 50px;
	top: 0;
	font-size: 8px;
	background: #333;
	/*padding: 0 15px;*/
	z-index: 100;
	box-shadow: 0 0 1px rgba(0,0,0,.4);
}

.header_menu_btn{
	position: absolute;
	left: 5px;
	text-align: center;
	width: 40px;
	height: 50px;
}

.header_menu_btn img{
	width: 24px;
	padding: 5px 0 4px;
}

.header_login_btn{
	position: absolute;
	right: 45px;
	text-align: center;
	width: 50px;
	height: 50px;
}

.header_login_btn a{
	color: #fff;
	display: block;
	padding-top: 8px;
}

.header_login_btn img{
	width: 28px;
	margin-bottom: 2px;
	border-radius: 14px;
}

.header_search_btn{
	position: absolute;
	right: 5px;
	text-align: center;
	width: 40px;
	height: 50px;
	padding-top: 10px;
}

.header_search_btn:hover{
	cursor: pointer;
}

.header_search_btn img{
	width: 24px;
	margin-bottom: 4px;
}

.header_wrap p{
	margin: 0;
	line-height: 1;
}

.header-logo{
	text-align: center;
}

.header-logo a{
	display: inline-block;
	height: 50px;
	padding: 15px 0 11px;
}

.header-logo img{
	width: 100%;
	max-width: 100px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}

/* 検索ボックス */
.header_search_box{
	background: #eee;
	border: 5px solid #555;
	position: absolute;
	top: 50px;
	left: 0px;
	padding: 15px;
	width: 100%;
	display: none;
}
	
.header_search_box input[type=text] {
	font-size: 16px;
	width: 100%;
	color: #888;
	height: 32px;
	padding-left: 5px;
}

#search_btn,#kininaru_radio,#ichioshi_radio {
	cursor: pointer;
}

/*.header_search_box button{
	display: none;
}*/

.search_inner{
	max-width: 600px;
	margin: auto;
}

.search_label input[type=radio] {
	display: none;	/* 標準スタイルを非表示にする */
}

.search_input_wrap{
	float: left;
	width: 100%;
	margin-right: -60px;
	padding-right: 65px;
}
	
.search_switch {
	text-align: center;
	margin: 10px 0 0;
}

.search_label span {
	background: #fff;
	color: #ccc;
	border: 1px solid #ccc;
	font-size: 10px;
	border-radius: 4px;
	display: inline-block;
	width: 160px;
	height: 32px;
	line-height: 32px;
	margin-bottom: 5px;
	cursor: pointer;
}
	
.search_label input:checked + span{
	background: #666;
	color: #fff;
}

.header_search_box button{
	background: #000;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #fff;
	display: inline-block;
	width: 60px;
	height: 32px;
	/*line-height: 32px;*/
	/*margin-left: 8px;
	position: absolute;
	top: 0;
	right: 0;*/
	float: right;
	border-radius: 4px;
}


/* drawer.js */
.drawer-hamburger{
	padding: 0;
	left: 5px !important;
	width: 40px;
	color: #fff;
	font-size: 8px;
}

	.drawer-overlay{
		z-index: 110;
		background-color: rgba(0,0,0,.7);
	}
	
	.drawer-nav{
		z-index: 120;
		background: #222;
	}
	
	.drawer-menu li{
		border-bottom: 1px solid #333;
	}
	.drawer-menu li a{
		padding: 10px 20px;
		display: block;
		color: #fff;
		font-size: 14px;
	}
	.drawer-section-name{
		background: #bbb;
		color: #444;
		padding: 5px 10px;
		font-size: 14px;
	}
	
	.drawer-login{
		padding: 10px;
		color: #fff;
		font-size: 10px;
		border-bottom: 1px solid #333;
		background: #333;
	}
	.drawer-login_l{
		float: left;
	}

	.drawer-login_l img{
		width: 40px;
		border-radius: 20px;
	}

	.drawer-login_r{
		float: left;
		margin-left: 15px;
		width: 185px;
	}
	.drawer-login_name{
		font-size: 16px;
		margin-right: 2px;
	}
	.drawer-login span a{
		color: #fff;
		margin: 0 15px 0 0;
	}
	
	.myranking{
		margin-bottom: 10px;
		font-size: 0;
	}
	
	.drawer-sns {
		padding: 20px;
		border-bottom: 1px solid #333;
		text-align: center;
	}

	.drawer-sns img{
		width: 40px;
		margin: 0 5px;
	}
	
	.drawer-menu_icon{
		height: 16px;
		margin-right: 5px;
		margin-bottom: 2px;
	}

/*================================================
 *  ナビゲーション
 ================================================*/
.service-menu{
	background: #bbb;
	padding: 5px 0;
}
.service-menu ul{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.service-menu li{
	background: #fff;
	float: left;
	width: 33.33%;
	text-align: center;
	border-right: 1px solid #eee
	
}
.service-menu li:last-child{
	border-right: none;
}

.service-menu li a{
	display: block;
	margin-top:6px;
	margin-bottom: 3px;
}

.service-menu li img{
	height: 24px;
	margin-bottom: 4px;
}

.service-menu li p{
	color: #888;
	margin: 0;
	font-size: 9px;
	font-weight: bold;
}

/* 幅350px不具合対応 */
@media screen and (max-width: 349px) {
	.service-menu li p{
		font-size: 8px;
	}
}
@media screen and (max-width: 309px) {
	.service-menu li p{
		display: none;
	}
}

/* カテゴリーメニュー */
.category-menu > ul{
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #f2f5f6;
}

.category-menu li{
	width: 22%;
	float: left;
	text-align: center;
	border-right: 1px solid #ddd;
}

.category-menu li.blank{
	border-top: 1px solid #ddd;
	height: 44px;
}

.category-menu li a{
	display: block;
	color: #666;
	font-size: 13px;
	font-weight: bold;
	height: 44px;
	line-height: 44px;
}

@media screen and (max-width: 420px) {
	.category-menu li a{
		font-size: 11px;
		font-feature-settings : "palt";
	}
}

@media screen and (max-width: 360px) {
	.category-menu li a{
		font-size: 10px;
	}
}

.category-menu li.menu-list_btn{
	width: 12%;
	background: #d8dbdd;
	color: #666;
	font-size: 11px;
	font-weight: bold;
	height: 44px;
	padding-top: 12px;
}

.category-menu li.menu-list_btn span{
	font-size: 8px;
	display: block;
}

.toggle_category-menu_box{
		display: none;
}

.toggle_category-menu_box li a{
	border-top: 1px solid #ddd;
}

.category-menu li a.active_top{
	background: #fc703b;
	color: #fff;
}

.drawer-nav .nav-banner {
	margin-top: 20px;
}

.drawer-nav .nav-banner li{
	border: none;
	margin: 0 10px 10px;
}

.drawer-nav .nav-banner li a{
	padding: 0;
}

.drawer-nav .nav-banner li a img{
	width: 100%
}

/*================================================
 *  フッターナビ
 ================================================*/
.footer-nav{
	/*max-width: 1000px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin: auto;*/
}

.footer-nav_title{
	color: #444;
	background: #CCC;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 15px;
	margin: 0;
}

.footer-nav li{
	float: left;
	width: 50%;
    background-color: #fff;
    height: 40px;
}

.footer-nav li a{
	color: #666;
    display: block;
    background-color: #fff;
    line-height: 40px;
    text-indent: 15px;
    font-weight: bold;
    font-size: 12px;
}

.footer-nav li:nth-child(even) {
	border-left: 1px solid #eee;
}


/*================================================
 *  フッター
 ================================================*/
.footer_wrap{
	background: #333;
	color: #fff;
	text-align: center;
	padding: 20px 15px;
}

.footer_wrap img{
	width: 40px;
	margin: 0 5px;
}

.footer_menu{
	margin: 20px 0 10px;
}

.footer_wrap li{
	display: inline-block;
	padding: 0 10px;
	line-height: 1;
	border-right: 1px solid #fff;
}

.footer_wrap li:last-child{
	border-right: 0;
}

.footer_wrap li a{
	color: #fff;
	font-size: 12px;
}

.footer_wrap small{
	font-size: 10px;
}

/*================================================
 *  スライダー
 ================================================*/

.top_banner{
	margin: auto;
	max-width: 750px;
}

.top_banner img{
	width: 100%;
}

/* コントローラー */
.bx-wrapper .bx-prev {
    left:1035px;
    background:url(../img/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
    right:1035px;
    background:url(../img/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position:0 0;
}

.bx-wrapper .bx-next:hover {
    background-position:-43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position:absolute;
    top:109px;
    outline:0;
    width:32px;
    height:32px;
    text-indent:-9999px;
    z-index:9999;
}

/* ページャー */
.bx-wrapper .bx-pager {
    padding-top:6px;
    text-align:center;
    height: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display:inline-block;
    *zoom:1;
    *display:inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    display:block;
    width:8px;
    height:8px;
    margin:0 5px;
    outline:0;
    text-indent:-9999px;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    border-radius:50%;;
    background:#bbb;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background:#444;
}

/*================================================
 *  記事リスト
 ================================================*/

/* 共通デザイン */
.article-list{
	border-bottom: 1px solid #ddd;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.article-list:hover {
	}

.article-list_img img{
	/*width: 100%;*/
	max-width: 100%;
}

.article-list_img{
	text-align: center;
	/*background: #000;*/
	position: relative;
	flex: 0 0 auto;
}

.article-list_wide .article-list_img{
	background: #000;
}

.article-list_txt{
	width: 100%;
}

.article-list_title{
	color: #444;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}

/* 通常サイズ */
.article-list_normal{
	padding:8px;
	display: flex;
	width: 100%;
}

.article-list_normal .article-list_img{
	width: 100px;
}

.article-list_normal .article-list_txt{
	padding-left: 8px;
	vertical-align: top;
}

/* ワイドサイズ */
.article-list_wide{
	padding: 0;
}

.article-list_wide .article-list_txt{
	padding: 8px;
}

/* ２記事サイズ */
.article-list_double {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-evenly;
}

.article-list_double .article-list{
	width: 50%;
}

.article-list_double .article-list:first-child{
	border-right: 1px solid #ddd;
}

.article-list_double_inner{
	padding: 8px;
}

.article-list_double .article-list_txt{
	padding-top: 8px;
}

.article-double_img{
	object-fit: cover;
	/*width: 100%;*/
	max-height: 160px;
}

/* 記事情報 */
.article-list_info-reaction{
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.1;
	display: inline-block;
	float: left;
}

.article-list_info-reaction li{
	float: left;
	margin-right: 6px;
}

.article-list_info-reaction img{
	height: 12px;
	margin-right: 1px;
}

.article-list_date{
	color: #bbb;
	font-size: 10px;
	font-weight: bold;
	margin-right: 0;
	float: right;
	margin-top: 4px;
}

.article-list_pr{
	color: #bbb;
	font-size: 10px;
	font-weight: bold;
	margin-right: 0;
}

/* 記事アイコン */
.article-list_img .icon-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
}
.article-list_img .icon-img:hover{
	opacity: 1;
}

/* バナー広告 */
.article-list_banner {
	padding: 8px;
	text-align: center;
}

.article-list_banner img{
	width: 100%;
	max-width: 400px;
	margin: auto;
	/*display: block;*/
	border: 1px solid #ccc;
}

.loading-gif{
	width: 40px;
	margin: 20px auto;
}


/*================================================
 *  記事ページ
 ================================================*/
.article{
	/*margin-top: 15px;*/
	word-break: normal;
	word-wrap: break-word;
}

.article_inner{
	padding: 15px;
}

.article_inner img{
	max-width: 100%;
    height: auto !important;
}

.title_img {
	text-align: center;
}

.title_img img{
	/*width: 100%;
	max-width: 750px;*/
	max-width: 100%;	
}

.title_kininaru{
	padding: 15px;
}

.title_kininaru img{
	height: 20px;
	margin: 0 2px 4px 0;
}


.title_kininaru p{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
	background: #888;
	margin-bottom: 18px;
	position: relative;
	border-radius: 8px;
	color: #fff;
}

.title_kininaru p:after{
	position: absolute;
	content: '';
	top: 100%;
	left: 20px;
	border: 10px solid transparent;
	border-top: 15px solid #888;
	width: 0;
	height: 0;
}

.title_kininaru h1{
	margin: 0;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #ccc;
	padding: 10px;
	border-radius: 4px;
}

.title_result{
	padding: 15px;
	background: #ccc;
}

.title_result p{
	margin: 0;
	padding: 5px;
	background: #333;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #ffeb3b;
}

.title_result h2{
	margin: 0;
	color: #333;
	font-size: 16px;
	background: #fff;
	padding: 10px;
}

.title_parts{
	padding: 0 15px;
	font-size: 12px;
}

.title_parts .date{
	float: left;
	color: #888;
}

.title_parts .writer{
	float: right;
}

.title_parts .writer a{
	color: #2196F3;
	text-decoration: underline;
}

/* 記事内テーブル表示不具合（SP） */
.article_inner table{
	width: 100% !important;
}

.article_inner td {
	text-align: center;
}

/* ページネーション */
.pagenav{
	text-align: center;
	margin-bottom: 30px;
}

.pagenav li{
	width: 40px;
	height: 40px;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	display: inline-block;
	margin-bottom: 8px;
}
.pagenav li a{
    background: #fff;
    color: #444;
    border: 1px solid #444;
	display: block;
}

.pagenav li:first-child , .pagenav li:last-child {
    width: 50px;
    background: #eee;
    color: #bbb;
}

.pagenav li:first-child a, .pagenav li:last-child a{
    /*background: #888;
    color: #fff;
    border: 1px solid #888;*/
}

.pagenav li a.active{
	color: #fff;
    background: #444;
}

/* 面白かったボタン */
.reaction_box{
	border: 2px solid #FFD54F;
	margin: 0 auto 20px;
	max-width: 600px;
}

.reaction_box h4{
	background: #FFD54F;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	padding: 10px;
}

.reaction_box li{
	float: left;
	width: 49%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 2%;
	position: relative;
}

.reaction_box li:last-child{
	margin-right: 0;
	padding-left: 0;
	padding-right: 10px;
}

.reaction_box li a{
	background: #bbb;
	border-radius: 4px;
	display: inline-block;
	width: 60%;
	min-width: 80px;
	padding: 5px;
	color: #fff;
	font-size: 10px;
	text-align: center;
	box-shadow: 0 2px 1px #ccc;
}

.reaction_box li img{
	display: block;
	width: 20px;
	margin:0 auto 2px;
}

.reaction_box .num{
	font-size: 18px;
	font-weight: bold;
	margin-left: 4px;
	position: absolute;
	top: 25px;
}

.reaction_box .good a{
	background: #ef5350;
}

.reaction_box .good .num{
	color: #f44336;
}

.reaction_box .bad a{
	background: #5C6BC0;
}

.reaction_box .bad .num{
	color: #3f51b5;
}

/* コメントボタン*/
.comment_box{
}

/*.comment_boxの代用*/
#comment_wrap{
	padding: 0 15px;
	margin-bottom: 40px;
}

.comment_box dt{
    display:block;
    width:100%;
	max-width: 400px;
	height:50px;
    line-height:50px;
    text-align:center;
	background: #FFA726;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto 20px;
	box-shadow: 0 2px 1px #ccc;
}

.comment_box dt.active{
	background: #ccc;
}

.comment_box dt img{
	height: 15px;
	vertical-align: middle;
	margin: 0 2px 2px 0;

}

.comment_box dd{
    background:#fff;
    width:100%;
	margin: 0 auto 20px;
    display:none;
    }

.comment_box textarea{
	width: 100%;
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 10px;
	font-size: 16px;
}

.counter_txt{
	text-align: right;
	font-size: 12px;
	color: #888;
}

.counter_txt span{
	font-weight: bold;
}

.comment_box .post_btn{
	display:block;
	width:100%;
	max-width: 400px;
	height:50px;
	line-height:50px;
	text-align:center;
	background: #FFA726;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: auto;
	border: none;
	box-shadow: 0 2px 1px #ccc;
}

.comment_box .back_btn{
	display:block;
	width:100%;
	max-width: 400px;
	height:50px;
	line-height:50px;
	text-align:center;
	background: #bbb;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto 10px;
	border: none;
	box-shadow: 0 2px 1px #ccc;
}

.comment-list > li{
	border-top:1px solid #eee;
	padding: 15px 0
}

.comment-list > li:last-child{
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.comment_txt{
	font-size: 14px;
	background: #eee;
	border-radius: 4px;
	padding: 10px 13px;
	word-wrap: break-word;
}

.comment_txt p{
	/*margin: 0;*/
}

.confirm p{
	font-size: 12px;
	margin-bottom: 10px;
}

.confirm .comment_txt{
	font-size: 14px;
	background: #fff;
	border:1px solid #eee;
	border-radius: 4px;
	padding: 10px 13px;
	margin-bottom: 20px;
}

.comment_btn{
	color: #fff;
	padding: 5px;
	font-size: 12px;
	width: 90px;
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	background: #bbb;
	box-shadow: 0 2px 1px #ccc;
}

.comment_txt ul{
	text-align: right;
}

.comment_txt li{
	display: inline-block;
}

.comment_txt li:first-child{
	margin-right: 5px;
}

.comment_txt .num{
	font-size: 12px;
	font-weight: bold;
	margin-left: 4px;
	/*position: absolute;
	top: 25px;	*/
}

.comment_txt .good a{
	background: #ef5350;
}

.comment_txt .good .num{
	color: #f44336;
}

.comment_txt .bad a{
	background: #5C6BC0;
}

.comment_txt .bad .num{
	color: #3f51b5;
}

.user_info{
	margin-bottom: 5px;	
}

.user_photo {
	float: left;
	width: 48px;
	border-radius: 24px;
	border: 1px solid #eee;
	margin-right: 10px;
}

.user_name{
	font-size: 14px;
	font-weight: bold;
}

.user_ranking{
	margin: 0 0 5px 5px;
}

.comment_date{
	text-align: right;
	font-size: 12px;
}

.more_btn a{
	width: 90%;
	max-width: 400px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	border: 1px solid #bbb;
	border-radius: 20px;
	cursor: pointer;
	color: #444;
	font-size: 12px;
	font-weight: bold;
	margin: 20px auto 20px;
	box-shadow: 0 2px 1px #ccc;
	display: block;
}

.more_btn a:hover{
	background: #eee;
}

/* SNSボタン */
.sns_box{
	text-align: center;
	padding: 20px 0;
}

.sns_box li{
	display: inline-block;
	width: 68px;
	margin: 0 2px;
}

.sns_box img{
	height: 20px;
}

.sns_box li a{
	display: block;
	width: 100%;
	padding: 10px;
	text-align: center;
	border-radius: 8px;
}
.facebook_btn{
	background: #395590;
}

.twitter_btn{
	background: #5799cc;
}

.line_btn{
	background: #39ad36;
}

.hatena_btn{
	background: #1a98cd;
}

/* 記事開始前ad */
.ad_under_title{
	text-align: center;
	padding: 20px 15px;
}

.ad_under_title li{
	display: inline-block;
	width: 300px;
	margin: 0 2px;
}

@media screen and (max-width: 680px) {
    .ad_under_title li:last-child{
        display: none !important;
    }
}


/* パンくず */
.breadcrumb{
	background: #666;
	color: #fff;
	padding: 10px;
	font-size: 12px;
}

.breadcrumb li{
	display: inline-block;
}

.breadcrumb li::after{
content: '>';
    display: inline-block;
    margin: 0 5px;
}

.breadcrumb li:last-child::after{
	display: none;
}

.breadcrumb li a{
	color: #fff;
}

/* カテゴリー */
main h1{
	margin: 10px 5px;
	padding: 5px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	border-bottom: 2px solid #444;
}

main h1.genre_id1{
	border-bottom: 2px solid #26a69a;
}

main h1.genre_id3{
	border-bottom: 2px solid #ffa726;
}

main h1.genre_id2{
	border-bottom: 2px solid #ec407a;
}

main h1.genre_id4{
	border-bottom: 2px solid #ab47bc;
}

main h1.genre_id5{
	border-bottom: 2px solid #66bb6a;
}

main h1.genre_id6{
	border-bottom: 2px solid #42a5f5;
}


.title_kininaru p.genre_id1{
	background: #26a69a;
}

.title_kininaru p.genre_id1:after{
	border-top: 15px solid #26a69a;
}

.title_kininaru p.genre_id3{
	background: #ffa726;
}

.title_kininaru p.genre_id3:after{
	border-top: 15px solid #ffa726;
}

.title_kininaru p.genre_id2{
	background: #ec407a;
}

.title_kininaru p.genre_id2:after{
	border-top: 15px solid #ec407a;
}

.title_kininaru p.genre_id4{
	background: #ab47bc;
}

.title_kininaru p.genre_id4:after{
	border-top: 15px solid #ab47bc;
}

.title_kininaru p.genre_id5{
	background: #66bb6a;
}

.title_kininaru p.genre_id5:after{
	border-top: 15px solid #66bb6a;
}

.title_kininaru p.genre_id6{
	background: #42a5f5;
}

.title_kininaru p.genre_id6:after{
	border-top: 15px solid #42a5f5;
}

/* 厳選記事ページ装飾 */
.gensen{text-align: center;}
.gensen-comment{margin: 20px 0;}
.gensen li{border: 2px solid #FFD54F; margin-bottom: 40px;}
.gensen .article-list_title{background: #FFD54F; padding: 15px;}
.gensen img {padding: 10px;}
.gensen p {padding: 10px;}


/*================================================
 *  プレスリリース
 ================================================*/
	.pr_info h3{
		font-size: 14px;
		margin-bottom:5px;
	}
	.pr_info table{
		width: 100%;
		font-size: 12px;
		word-break: break-all;
	}
	.pr_info th{
		padding: 10px;
		background: #eee;
		width: 30%;
		border: 1px solid #ccc;
		vertical-align: middle;
	}
	
	.pr_info td{
		padding: 10px;
		border: 1px solid #ccc;
		text-align: left;
	}

/*================================================
 *  ログイン／会員登録ページ/wp用のform.cssへコピー
 ================================================*/
.form_wrap{
	padding: 0 10px 60px;
}

.form_wrap h2{
	margin-bottom: 10px;
	font-size: 18px;
	background: none;
	color: #444;
	padding: 0;
}

.form_wrap p{
	font-size: 13px;
	margin-top: 5px;
}

.form_wrap p.h2-lead{
	margin-bottom: 15px;
}

.form_item{
	margin-bottom: 15px;
	font-size: 14px;
}

.form_item dt{
	color: #666;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
	background: #eee;
	padding: 10px;
}

.form_item dt span{
	margin-left: 5px;
	font-size: 12px;
}

.form_item dd {
	padding-bottom: 15px;
}

.form_item dd label{
	display: inline-block;
}


.form_item dd input[type="text"],.form_item dd input[type="email"],.form_item dd input[type="password"],.form_item dd select,.form_item dd input[type="file"]{
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 16px;
}

.form_item dd input[type="text"],.form_item dd input[type="email"],.form_item dd input[type="password"],.form_item dd input[type="file"]{
	width: 100%;
}

.form_item dd textarea{
	border: 1px solid #ccc;
	width: 100%;
	padding: 5px;
}

.form_item .form_flex{
	display: flex;
}

.form_item .form_flex div{
	flex: 1;
}

.form_item .form_flex div:first-child{
	padding-right: 5px;
}

.form_item .form_flex div:last-child{
	padding-left: 5px;
}

.form_item .form_flex div label{
	margin-bottom: 3px;
}

.form_btn_wrap{
	text-align: center;
}

.form_btn{
	display: inline-block;
	width: 100%;
	max-width: 240px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #FFA726;
	border-radius: 4px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto 10px;
	border: none;
	box-shadow: 0 2px 1px #ccc;
}

.form_btn_back{
	background: #888;
}

.form_wrap p.forget{
	text-align: center;
}

.error_message-box{
	border: 1px solid #f44336;
	padding: 10px;
	background: #ffebee;
	margin-bottom: 15px;
}
.error_message{
	color: #f44336;
}

/*================================================
 *  マイページ
 ================================================*/
.mypage_info{
	display: flex;
	justify-content: center;
	padding: 10px;
}

.mypage_info_img_box{
	text-align: center;
}

.mypage_info_img{
	margin-bottom: 10px;
}

.mypage_info_img img{
	width: 80px;
	border-radius: 40px;
	display: inline-block;
}

.mypage_info_txt{
	margin-left: 10px;
}

.mypage_info_txt h1{
	border: none;
	padding: 15px 0 0;
	margin: 0 0 2px;
}

.mypage_info_txt li {
	display: inline-block;
}

.mypage_info_txt li a{
	padding: 5px;
	border: 1px solid #ccc;
	display: block;
	font-size: 11px;
	margin: 0 0 3px;
	border-radius: 4px;
	color: #888;
}

.mypage_info_txt li a.mypage-change_btn{
	background: #54C0EB;
	color: #fff;
}

.ranking_info{
	margin: 0 10px 20px;
	font-size: 14px;
	font-weight: bold;
	border: 3px solid #FF5722;
	padding: 15px;
	text-align: center;
}

.ranking_info p{
	margin: 0;
}

.ranking_info span{
	font-size: 20px;
	font-weight: bold;
	color: #FF5722;
}

.ranking_info img{
	margin: 0 2px;
}

.mypage_history_wrap{
	padding: 10px 10px 40px;
	font-size: 14px;
}

.mypage_history_wrap th{
	border: 1px solid #ccc;
	background: #FFF176;
	padding: 8px;
	vertical-align: middle;
}

.mypage_history_wrap td{
	font-size: 12px;
	border: 1px solid #ccc;
	padding: 8px;
	vertical-align: middle;
}

.mypage_history_wrap td:first-child{
	font-size: 10px;
}

.mypage_kininaru_write_wrap{
	padding: 10px;
	font-size: 14px;
}
.mypage_kininaru_write_wrap .kininaru_write-list li{
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
}

.write-delete_btn {
	text-align: right;
}

.write-delete_btn a {
    text-align: center;
    background: #888;
    border-radius: 4px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    margin: 10px auto 0;
    box-shadow: 0 2px 1px #ccc;
    display: inline-block;
	padding: 4px 8px;
}

/*================================================
 *  キニナル投稿ページ
 ================================================*/
.post_txt_info_img{
	margin-bottom: 15px;
}

.post_txt_info_img img{
	object-fit: cover;
	width: 100px;
	height: 100px;
}
.post_txt_info_img span{
	color: #666;
	font-size: 10px;
	padding: 3px 5px;
	border: 1px solid #bbb;
	margin-left: 5px;
	border-radius: 4px;
	display: inline-block;
}

.post-delete_btn {
	text-align: center;
	margin-top: 10px;
}

.post-delete_btn a{
	color: #666;
	font-size: 12px;
	padding: 5px 20px;
	border: 1px solid #bbb;
	margin-left: 5px;
	border-radius: 4px;
	display: inline-block;
}

.kininaru_write_h1{
	border: none;
	padding: 0;
	margin: 15px 15px 0;
}

.kininaru_write_h1_lead span{
	color: #f44336;
	font-weight: bold;
}

.kininaru_write_wrap{
	padding: 0 10px;
	font-size: 14px;
}

.kininaru_write_wrap textarea{
	width: 100%;
	padding: 5px;
	font-size: 16px;
}

.kininaru_write_tab ul{
	margin-top: 30px;
	background: url(../img_2017/tab-line.png) repeat-x 0 bottom;
}

.kininaru_write_tab li{
	float: left;
	width: 32%;
	max-width: 150px;
}

.kininaru_write_tab li a{
	border-radius: 6px 6px 0 0;
	border-top: 1px solid #b3b3b3;
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	display: block;
	line-height: 32px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #efefef;
	color: #b3b3b3;
	margin-left: 4px;
	text-decoration: none;
	padding: 0 10px;
}

.kininaru_write_tab li.all a.on{
	background: #333;
	color: #fff;
}

.kininaru_write_tab li.investigate a.on{
	background: #12a2cb;
	color: #fff;
}

.kininaru_write_tab li.complete a.on{
	background: #ff1b15;
	color: #fff;
}

.kininaru_write_tab li.all:hover a{
	background: #fff;
	border-color: #333;
	color: #333;
	opacity: 1;
}

.kininaru_write_tab li.investigate:hover a{
	background: #fff;
	border-color: #12a2cb;
	color: #12a2cb;
	opacity: 1;
}

.kininaru_write_tab li.complete:hover a{
	background: #fff;
	border-color: #ff1b15;
	color: #ff1b15;
	opacity: 1;
}

/*.kininaru_write_tab li:nth-child(1) a { background: #ff7a0f; }
.kininaru_write_tab li:nth-child(2) a { background: #12a2cb; }
.kininaru_write_tab li:nth-child(3) a { background: #ff1b15; }*/

.kininaru_investigate_icon{
	font-size: 10px;
	color: #fff;
	background: #12a2cb;
	padding: 2px 5px;
	line-height: 1;
	margin: 0 5px 0 0;
}

.kininaru_complete_icon{
	font-size: 10px;
	color: #fff;
	background: #ff1b15;
	padding: 2px 5px;
	line-height: 1;
	margin: 0 5px 0 0;
}

.kininaru_write-list{
	margin-bottom: 20px;
}

.kininaru_write-list li{
	display: flex;
	padding: 10px 0 0;
}

.kininaru_write-list li .user_img{
	width: 52px;
	padding-right: 12px;
}

.kininaru_write-list li .user_img .user_photo{
	float: none;
	width: 100%;
	margin: 0
}

.post_txt{
	flex: 1;
	background: #fff;
	border: 2px solid #A5D6A7;
	position: relative;
	padding: 7px 10px;
	font-size: 14px;
	vertical-align: middle;
	border-radius: 4px;
}

.post_txt:before{
	content: "";
	position: absolute;
	top: 20px;
	left: -16px;
	margin-top: -8px;
	border: 8px solid transparent;
	border-right: 8px solid #FFF;
	z-index: 2;
}

.post_txt:after{
	content: "";
	position: absolute;
	top: 20px;
	left: -23px;
	margin-top: -12px;
	border: 12px solid transparent;
	border-right: 11px solid #A5D6A7;
	z-index: 1;
}

.post_txt .user_name{
	text-align: right;
	font-size: 12px;
}

.post_wrap{
	/*background: #fcecb2;*/
	padding: 10px;
	margin: 10px 0 20px;
	border: 4px solid #FFA726;
}

.post_wrap h2{
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	background: initial;
}

.kininaru_vote_box{
	background: #FFF9C4;
	padding: 10px;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	border: 1px solid #FF9800;
}

.kininaru_point{
	font-size: 10px;
	font-weight: bold;
	color: #444;
}

.kininaru_point span{
	color: #FF5722;
	font-size: 20px;
	margin-right: 2px;
}

.kininaru_btn{
	background: #FF9800;
	color: #fff;
	padding: 10px;
	width: 110px;
	font-size: 12px;
	font-weight: bold;
	margin-left: auto;
	text-align: center;
	border-radius: 4px;
	box-shadow: 0 2px 1px #ccc;
	cursor: pointer;
}

.kininaru_btn_done{
	background: #bbb;
	cursor: default;
}

.post_note_wrap{
	border: 2px solid #444;
	padding: 15px;
	font-size: 13px;
	margin-bottom: 40px;
	background: #FFF9C4;
}

.post_note_wrap span{
	color: #f44336;
	background: #fff;
	padding: 10px;
	display: inline-block;
	font-size: 12px;
	margin-top: 3px;
	border: 1px solid #f44336;
}

.promotion_btn a{
	width: 100%;
	max-width: 200px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #54C0EB;;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	box-shadow: 0 2px 1px #ccc;
	display: inline-block;
}

.counter_wrap{
	text-align: right;
	font-size: 10px;
	margin-bottom: 10px;
}

.counter_wrap span{
	font-size: 12px;
	font-weight: bold;
	padding: 0 4px;
}

.photo_btn_wrap{
	margin-bottom: 15px;
}

.photo_btn {
	background: #fff;
	color: #444;
	border: 1px solid #444;
	border-radius: 4px;
	cursor: pointer;
	padding: 10px;
	display: inline-block;
	font-size: 11px;
	font-weight: bold;
}

.photo_btn_wrap input {
	background: none;
	box-shadow: none;
	border: none;
	width: 240px;
	cursor: pointer;
}

.kininaru_post_btn_wrap{
	text-align: center;
	margin-bottom: 40px;
}

.kininaru_post_btn_wrap a{
	display: inline-block;
	width: 100%;
	max-width: 240px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #FF5722;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border: none;
	box-shadow: 0 2px 1px #ccc;
}


/*================================================
 *  検索結果ページ
 ================================================*/
.search_box{
	padding: 15px;
}

.search_box input[type="text"] {
	font-size: 16px;
	width: 100%;
	color: #888;
	height: 32px;
}

.search_box button {
	background: #000;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #fff;
	display: inline-block;
	width: 60px;
	height: 32px;
	float: right;
	border-radius: 4px;
	cursor: pointer;

}

/*================================================
 *  アンケートページ
 ================================================*/
.enquete-wrap{
	padding: 0 10px 20px;
}

.enquete-top{
	border: 2px solid #4CDBC4;
	padding: 10px;
}

.enquete-top h2{
	background: #FFEB3B;
	color: #333;
}

.enquete-top p{
	font-size: 10px;
	text-align: right;
}


	.enquete_item_back{
		background: #e4faf6;
		padding: 15px;
	}
	.enquete_item_back label{
		font-size: 12px;
		font-weight: bold;
		color: #666;
		background: #fff;
		padding: 10px;
		display: inline-block;
		border: 1px solid #ccc;
		width: 100%;
		margin-bottom: 5px;
		border-radius: 4px;
		cursor: pointer;
	}
	.enquete_item_back.voted label{
		background: #f1f1f1;
		cursor: default !important;
	}
	.enquete_item_back input{
		display: none;
	}
	.enquete_item_back input[type="radio"]:checked + label{
		background: #FFF59D;
	}
	.enquete_btn input{
		width: 100%;
		max-width: 400px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		background: #54C0EB;
		border-radius: 4px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		margin: 10px auto 8px;
		box-shadow: 0 2px 1px #ccc;
		display: block;
		border: none;
		cursor: pointer;
	}
	.enquete_btn p {
		text-align: center;
		margin: 0;
		font-size: 12px;
	}
	.enquete_btn p a{
		color: #54C0EB;
		font-weight: bold;
		text-align: center;
	}
	.enquete_done p{
		background: #fff;
		padding: 10px;
		margin-bottom: 15px;
		text-align: left;
		font-size: 14px;
		color: #54C0EB;
		border: 1px solid #54C0EB;

	}
	.write-past_btn a{
		width: 200px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		background: #eee;
		border: 1px solid #bbb;
		border-radius: 4px;
		color: #444;
		font-size: 12px;
		font-weight: bold;
		margin: 0 auto ;
		box-shadow: 0 2px 1px #ccc;
		display: block;
	}


.enquete-table{
	background: #e4faf6;
	padding: 15px;
}

.enquete-top table , .enquete-top tbody{
	display: block;
}

.enquete-top tr{
	display: block;
	margin-bottom: 5px;
}

.enquete-top th{
	font-size: 12px;
	display: block;
	text-align: left;
	margin-bottom: 2px;
}

.enquete-top td{
	font-size: 12px;
	display: block;
}

.enquete-top td div.graph{
	position: relative;
	border: 1px solid #4CDBC4;
	padding: 2px;
	background: #fff;
}

.enquete-top td div.graph strong{
	display: block;
	position: relative;
	background: #4CDBC4;
	text-align: center;
	color: #333;
	height: 20px;
	line-height: 20px;
}

.enquete-top td div.vote{
	font-weight: bold;
	color: #54C0EB;
}

.enquete-list ul {
	padding: 10px;
}

.enquete-list li {
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

.enquete-list .q_investigate span{
	color: #4CDBC4;
	font-weight: bold;
}

/*================================================
 *  アクセスランキングページ
 ================================================*/
.ranking_wrap{
	margin: 0 0 40px;
}


/*================================================
 *  お知らせページ
 ================================================*/
.news_wrap{
	font-size: 14px;
}

.news_wrap dt{
	float: left;
}

.news_wrap dd{
	margin-left: 100px;
	margin-bottom: 5px;
}


/*================================================
 *  ライター紹介ページ
 ================================================*/
.writer-list{
	padding: 10px;
}

.writer-list ul li{
	padding: 15px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	border-radius: 4px;
}

.writer-list_img{
	text-align: center;
	margin-bottom: 10px;
}

.writer-list_img img{
	width: 120px;
}

.writer-list_name{
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.writer-list_birth{
	text-align: center;
	font-size: 12px;
	margin-bottom: 10px;
	color: #888;
}

.writer-list_detail{
	font-size: 13px;
	margin-bottom: 15px;
}

.writer-list_btn a{
	width: 100%;
	max-width: 240px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #FFEB3B;
	border: 1px solid #bbb;
	border-radius: 4px;
	cursor: pointer;
	color: #444;
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto 3px;
	box-shadow: 0 2px 1px #ccc;
	display: block;
}

.writer-list-member-wrap{
	padding: 10px;
}

.writer-list-member{
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.wraiter-article-list{
	margin-bottom: 20px;
}


/*================================================
 *  はまれぽ.comとはページ（PCファーストで作成）
 ================================================*/

.sp {
	display: none;
}

.about_hamarepo {
	max-width: 880px;
	margin: auto;
	padding: 0 10px;
	font-size: 14px;
}

.about_hamarepo_box {
	margin-bottom: 40px;
}

.about_hamarepo_h1 {
	margin: 0;
	padding: 0;
	border: none;
}

.about_hamarepo_h1 img {
	width: 100%;
}

.about_hamarepo h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	border: none;
	padding: 0 0 0 5px;
	color: #333;
	background: #FFF;
}

h2.kininaru_flow::before, h2.ichioshi_flow::before {
	content: '';
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
}

h2.kininaru_flow::before {
	width: 50px;
	height: 35px;
	background-image: url(../img_2017/kininaru_icon.png);
}

h2.ichioshi_flow::before {
	width: 26px;
	height: 35px;
	background-image: url(../img_2017/ichioshi_icon.png);
}

.about_hamarepo h3 {
	font-size: 18px;
	font-weight: bold;
	padding-left: 6px;
	border-left: 6px solid #0064ff;
	margin-bottom: 10px;
}

.img_center {
	text-align: center;
	margin-bottom: 15px;
}

.img_center img {
	max-width: 100%;
}

img.img_flow {
	width: 100%;
	max-width: 560px;
}

.txt_top {
	margin: 30px 0 60px 0;
}

.txt_p {
	margin-bottom: 10px;
}

.about_hamarepo .midashi, .about_app .midashi {
	margin-top: 60px;
	text-align: center;
	padding: 0;
	border: none;
	background: #fff;
}

.midashi img {
	width: 460px;
}

.shoukaku {
	text-align: center;
}

.shoukaku img {
	width: 270px;
}

.app1_pc, .app2_pc {
	background-image: url(../img_2017/app1_bk_pc.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	overflow: hidden;
	height: 370px;
}

.app1_pc_img1 img, .app1_pc_img2 img, .app2_pc_img1 img, .app2_pc_img2 img {
	width: 100%;
}

.app1_pc {
	background-image: url(../img_2017/app1_bk_pc.jpg);
}

.app_pc_txt1 {
	text-align: right;
	position: absolute;
	top: 20px;
	right: 120px;
}

.app1_pc_img1 {
	width: 380px;
	position: absolute;
	bottom: 0;
}

.app1_pc_img2 {
	width: 200px;
	position: absolute;
	bottom: 25px;
	right: 320px;
}

.app1_pc_img1 img {
	margin-bottom: 0px;
}

.app2_pc {
	background-image: url(../img_2017/app2_bk_pc.jpg);
}

.app_pc_txt2 {
	text-align: left;
	position: absolute;
	top: 20px;
	left: 120px;
}

.app2_pc_img1 {
	width: 340px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.app2_pc_img2 {
	width: 200px;
	position: absolute;
	bottom: 25px;
	left: 320px;
}

.app2_pc_img1 img {
	margin-bottom: -6px;
}

.app_pc_txt01 {
	font-size: 40px;
	line-height: 1.2;
	font-weight: bold;
	text-shadow: 3px 3px 0px rgba(255,255,255,1);
	margin-bottom: 20px;
}

.app_pc_txt01 span {
	color: #ff8500;
}

.app_pc_txt02 {
	font-size: 18px;
	font-weight: bold;
}

.app_dl {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin: 35px auto 60px;
}

.app_dl img {
	height: 60px;
	margin: 10px;
}

@media screen and (max-width: 990px) {

.app_pc_txt1 {
	top: 20px;
	right: 20px;
}

.app1_pc_img2 {
	bottom: 25px;
	right: 220px;
}

.app_pc_txt2 {
	top: 20px;
	left: 20px;
}

.app2_pc_img2 {
	bottom: 25px;
	left: 220px;
}
}

@media screen and (max-width: 799px) {

.app_pc_txt01 {
	margin-bottom: 10px;
}

.app1_pc_img1 {
	width: 320px;
}

.app1_pc_img2 {
	width: 170px;
	right: 40px;
}

.app2_pc_img1 {
	width: 260px;
}

.app2_pc_img2 {
	width: 170px;
	left: 40px;
	bottom: 10px;
}
}

@media screen and (max-width: 599px) {

.app1_pc_img1 {
	width: 270px;
}

.app1_pc_img2 {
	width: 160px;
	right: 20px;
	bottom: 10px;
}

.app2_pc_img1 {
	width: 240px;
}

.app2_pc_img2 {
	width: 160px;
	left: 20px;
	bottom: 10px;
}
}

@media screen and (max-width: 499px) {

.pc {
	display: none;
}

.sp {
	display: inherit;
}

.txt_top {
	margin: 10px 0 30px 0;
}

.about_hamarepo h2 {
	text-align: center;
}

h3 {
	font-size: 18px;
}

img.sp {
	width: 100%;
}

img.img_flow {
}

.midashi img {
	width: 100%;
}

.about_app {
	min-width: inherit;
}

.app_pc_txt1, .app_pc_txt2 {
	top: 15px;
}

.app_pc_txt01 {
	font-size: 30px;
}

.app_pc_txt1, .app_pc_txt2 {
	text-align: center;
	position: inherit;
	right: inherit;
	left: inherit;
}

}

@media screen and (max-width: 399px) {

.app1_pc, .app2_pc {
	height: 490px;
	border-bottom: solid 1px #ccc;
}

.app1_pc_img1 {
	width: 300px;
}

.app1_pc_img2 {
	width: 140px;
	bottom: 200px;
	left: 30px;
}

.app2_pc_img1 {
	width: 300px;
}

.app2_pc_img2 {
	width: 140px;
	bottom: 180px;
	left: inherit;
	right: 20px;
}

.app_pc_img {
	display: block;
	width: 300px;
	margin: 0 auto;
}
.app2_pc .pc {
	display: inherit;
}
}


/*================================================
 *  昇格システムページ
 ================================================*/

.promote_wrap{
  background-color: #fff;
}

.promote_wrap h1{
  width: 100%;
  border: none;
  padding: 0;
  margin: 0 0 30px;
}

.promote_wrap h1 img{
  width: 100%;
}

.promote_wrap h2 {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.promote_main{
  max-width: 840px;
  margin: 0 auto;
  padding: 0 15px 30px;
}

.h2_orange{
  background-color: #faac02;
}

.h2_blue{
  background-color: #6ed2ff;
}

.h2_pink{
  background-color: #ffacae;
}

.p_pink{
  color: #EC407A;
}

.img_flex{
  display: flex;
}

.promote_rule {
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-bottom: 30px;
}

.promote_rule img{
  width: 100%;
  align-self: flex-start;
}

.promote_rule img:first-child{
  margin-top: 20px;
  margin-bottom: 20px;
}

.exampletext{
  width: 100%;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 15px;
  margin-bottom: 15px;

}

.exampletext img{
  width: 90%;
  margin-right: 0px;
  margin-bottom: 15px;
}

.exampleimg{
  width: 100%;
  align-items: flex-start;
  justify-content: space-around;
  flex-wrap: nowrap;
  margin-bottom: 30px;
}

.exampleimg img{
  width: 30%;
}

@media screen and (min-width: 499px) {

  .promote_main{
    padding: 0 10px 80px;
  }

  .promote_rule {
    align-items: flex-start;
    justify-content: space-around;
    flex-wrap: nowrap;
    margin-top: 20px;
  }

  .promote_rule img{
    width: 48%;
  }

  .promote_rule img:first-child{
    margin-top: 0;
    margin-bottom: 0;
  }

  .exampletext{
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .exampletext p{
    display: inline-block;
  }

  .exampletext img{
    width: 280px;
    margin-right: 20px;
    margin-bottom: 0;
  }

}
/*================================================
 *  よくある質問ページ
 ================================================*/

.q-a_wrap dl{
	padding-bottom: 20px;

}

.q-a_wrap dt{
	color: #FF5722;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
}

.q-a_wrap dt span{
	font-size: 14px;
	color: #FFF;
	background: #FF5722;
	border-radius: 4px;
	padding: 3px 4px;
	margin-right: 4px;
}

.q-a_wrap dd {
	font-size: 14px;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 20px;
}


/*================================================
 *  運営会社概要ページ
 ================================================*/

.company-info {
	padding: 15px;
}

.company-info table{
	font-size: 14px;
}

.company-info tr{
	border-bottom: 1px solid #ccc;
}

.company-info tr:first-child{
	border-top: 1px solid #ccc;
}

.company-info th{
	padding: 15px;
	background: #eee;
	vertical-align: middle;
	width: 100px;

}

.company-info td{
	padding: 15px;
	vertical-align: middle;
}


/*================================================
 *  サイト規約・プライバシーポリシーページ
 ================================================*/

.section_wrap{
	margin-bottom: 40px;
}

.section_wrap ol{
	font-size: 14px;
	padding-left: 20px;
}

.section_wrap li{
	margin-bottom: 5px;
}

.contents_wrap .privacy_ttl{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

/*================================================
 *  404ページ
 ================================================*/
.error_wrap{
	padding: 40px 20px;
	font-size: 14px;
}

.error_wrap-button a{
	padding: 10px;
	text-align: center;
	display: block;
	background: #eee;
	border: 1px solid #888;
	color: #333;
	border-radius: 4px;
	max-width: 240px;
	margin: 20px auto;
	font-size: 12px;
}
/*================================================
 *  サイドバナー
 ================================================*/
	#side{
		display: none;
	}

	#side h2{
		margin: 0;
	}

	#side h2 img{
		max-width: 300px;
		margin: auto;
		display: block;
	}
	
	#side .article-list_normal{
		padding: 10px;
	}

	#side .article-list_title{
		font-size: 13px;
		font-weight: normal;
	}
	
	#side .article-list_normal .article-list_img{
		width: 72px;
	}
	
	.side-banner{
		margin-bottom: 30px;
		padding: 10px 10px 5px;
		background: #fff;
	}
	.side-banner .article-list_banner{
		padding: 0;
		margin-bottom: 5px;
		border: none;
	}
	
	.side_article{
		margin-bottom: 30px;
		background: #fff;
	}
	
	.side-kininaru_write {
		margin-bottom: 30px;
		border: 4px solid #333;
		background: #fff;
	}
	.side-kininaru_write .kininaru_write_title{
		background: #333;
		padding: 15px 10px 20px;
	}
	.side-kininaru_write .kininaru_write_box{
		background: #FFF9C4;
		padding: 12px;
		/*border: 2px solid #FF5722;*/
		margin: 10px 0 0;
	}
	.side-kininaru_write .kininaru_write_box p{
		font-size: 14px;
		text-align: center;
		font-weight: bold;
		color: #333;
	}
	.side-kininaru_write h2{
		background: #333;
		padding: 0;
	}
	.side-kininaru_write .write_btn a{
		width: 100%;
		max-width: 400px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		background: #FF5722;
		border-radius: 4px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		margin: 0 auto;
		box-shadow: 0 2px 1px #ccc;
		display: block;
	}
	.side-kininaru_write .write_btn a:hover{
		opacity: 0.7;
	}

	.side-kininaru_write .comment-list > li{
		padding: 10px;
	}
	.side-kininaru_write .comment-list > li:first-child{
		border-top: none;
	}
	.side-kininaru_write .comment-list > li:last-child{
		margin-bottom: 10px;
	}
	.side-kininaru_write .comment_txt{
		margin-bottom: 12px;
		background: #fff;
		border:2px solid #A5D6A7;
		position: relative;
		padding: 7px 10px;
		box-sizing: border-box;
		font-size: 12px;
	}
	.side-kininaru_write .comment_txt:before{
		content: "";
		position: absolute;
		bottom: -16px;
		left: 9%;
		margin-left: -15px;
		border: 8px solid transparent;
		border-top: 8px solid #FFF;
		z-index: 2;
	}

	.side-kininaru_write .comment_txt:after{
		content: "";
		position: absolute;
		bottom: -21px;
		left: 9%;
		margin-left: -17px;
		border: 10px solid transparent;
		border-top: 10px solid #A5D6A7;
		z-index: 1;
	}
	
	.side-kininaru_write .user_info{
		margin: 0 0 0 10px;
	}
	
	.side-kininaru_write .user_photo{
		width: 20px;
		border-radius: 10px;
		margin-right: 4px;
	}
	
	.side-kininaru_write .user_name{
		font-size: 10px;
		margin: 0;
		padding-top: 5px;
		overflow: hidden;
	}
	
	.side-kininaru_write .user_ranking{
		margin: 0 0 2px 5px;
	}
	.side-kininaru_write .more_btn a{
		width: 200px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		margin: 0 auto 10px;
	}
	
	.side-ranking_article{
		margin-bottom: 30px;
		background: #fff;
	}
	.side-ranking_article .article-list:last-child{
		margin-bottom: 10px;
	}
	.side-ranking_article .more_btn a {
	    width: 200px;
	    height: 30px;
	    line-height: 30px;
	    font-size: 12px;
	}

	.side-enquete {
		margin-bottom: 30px;
		background: #fff;
		border: 4px solid #4CDBC4;
}

	.side-enquete h2{
		padding: 0 10px;
		background: #4CDBC4;
	}

	.side-enquete p{
		font-size: 14px;
		font-weight: bold;
	}

	.side-enquete .wrap{
		padding: 10px;
	}
	.side-enquete .question{
		background: #FFEB3B;
		padding: 10px;
		color: #333;
		margin: 0;
	}

	.side-enquete .enquete_item_back{
		background: #e4faf6;
		font-size: 12px;
		padding: 12px;
		margin-bottom: 10px;
	}
	.side-enquete .enquete_item_back label{
		background: #fff;
		padding: 10px;
		display: inline-block;
		border: 1px solid #ccc;
		width: 100%;
		margin-bottom: 5px;
		border-radius: 4px;
		cursor: pointer;
	}
	.side-enquete .enquete_item_back.voted label{
		background: #f1f1f1;
		cursor: default !important;
	}
	.side-enquete .enquete_item_back input{
		/*float: left;*/
		margin-left: 0;
		display: none;
	}
	.side-enquete .enquete_item_back input[type="radio"]:checked + label{
		background: #FFF59D;
	}
	.side-enquete .enquete_btn input{
		width: 100%;
		max-width: 400px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		background: #54C0EB;
		border-radius: 4px;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		margin: 10px auto 8px;
		box-shadow: 0 2px 1px #ccc;
		display: block;
		border: none;
		cursor: pointer;
	}
	.side-enquete .enquete_btn p {
		text-align: center;
		margin: 0;
		font-size: 12px;
	}
	.side-enquete .enquete_btn p a{
		color: #54C0EB;
		font-weight: bold;
		text-align: center;
	}
	.side-enquete .enquete_done p{
		background: #fff;
		padding: 10px;
		text-align: center;
	}
	.side-enquete .write-past_btn a{
		width: 200px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		background: #eee;
		border: 1px solid #bbb;
		border-radius: 4px;
		color: #444;
		font-size: 12px;
		font-weight: bold;
		margin: 0 auto ;
		box-shadow: 0 2px 1px #ccc;
		display: block;
	}
	.side-kininaru_comment{
		margin-bottom: 30px;
		background: #fff;
	}
	
	.side-kininaru_comment .comment-list > li{
		padding: 8px;
	}
	.side-kininaru_comment .kininaru_title{
		font-size: 12px;
		font-weight: bold;
	}
	.side-kininaru_comment .kininaru_title a:hover{
		text-decoration: underline;
	}

	.side-kininaru_comment .comment_txt{
		margin-bottom: 12px;
		background: #fff;
		border:2px solid #A5D6A7;
		position: relative;
		padding: 7px 10px;
		box-sizing: border-box;
		font-size: 12px;
	}
	.side-kininaru_comment .comment_txt:before{
		content: "";
		position: absolute;
		bottom: -16px;
		left: 9%;
		margin-left: -15px;
		border: 8px solid transparent;
		border-top: 8px solid #FFF;
		z-index: 2;
	}

	.side-kininaru_comment .comment_txt:after{
		content: "";
		position: absolute;
		bottom: -21px;
		left: 9%;
		margin-left: -17px;
		border: 10px solid transparent;
		border-top: 10px solid #A5D6A7;
		z-index: 1;
	}
	
	.side-kininaru_comment .user_info{
		margin: 0 0 0 10px;
	}
	
	.side-kininaru_comment .user_photo{
		width: 20px;
		border-radius: 10px;
		margin-right: 4px;
	}
	
	.side-kininaru_comment .user_name{
		font-size: 10px;
		margin: 0;
		padding-top: 5px;
		overflow: hidden;
	}

	.side-kininaru_comment .user_ranking{
		margin: 0 0 2px 5px;
	}


@media screen and (min-width: 480px) {
/*================================================
 *  キニナル投稿ページ
 ================================================*/
	.post_txt_inner{
		display: flex;
	}

	.post_txt_info{
		flex: 1;
	}

	.post_txt .user_name{
		margin: 0;
	}

	.kininaru_vote_box{
		width: 130px;
		display: block;
		margin-left: 10px;
	}

	.kininaru_point{
		text-align: center;
	}

}


@media screen and (min-width: 768px) {
/*================================================
 *  一般・共通設定
 ================================================*/
	#mainWrap{
		flex:1;
		margin-right: 20px;
	}

	.single-column #mainWrap{
		float: none;
		width: 100%;
		padding-left: 0;
	}

	#sideWrap{
		flex:0 0 320px;
	}

	#side{
		display: block;
	}


/*================================================
 *  汎用クラス
 ================================================*/
	#division{
		display: flex;
		flex-wrap: wrap;
		/*padding: 0 10px;*/
	}
	
	#top{
		width: 100%;
	}
	
	#main{
		flex:1;
	}
	
	#side{
		flex:0 0 320px;
		display: block;
	}
	
	.contents_wrap {
		padding: 10px 50px 40px;
	}

/*================================================
 *  記事リスト
 ================================================*/
/* 共通デザイン */
.article-list:hover {
		background: #FFF9C4;
	}
	
	/* 記事アイコン */
	.article-list_wide .icon-img{
		width: 50px;
	}
	
/*================================================
 *  記事ページ
 ================================================*/
	.title_kininaru h1{
		font-size: 18px;
	}

	.title_result h2{
		font-size: 18px;
	}
	
	main h1{
		font-size: 20px;
		margin: 10px 15px;
	}

/*================================================
 *  ログイン／会員登録ページ
 ================================================*/
.form_wrap{
	padding: 20px 20px 60px;
}

.form_item{
	margin-bottom: 30px;
}
	
.form_item dl{
	display: table;
	margin-bottom: 5px;
	width: 100%;
}
	
.form_item dt{
	display: table-cell;
	width: 30%;
	vertical-align: middle;

}

.form_item dt span{
	display: block;
	margin: 0;
}
	
.form_item dd{
	display: table-cell;
	width: 70%;
	vertical-align: middle;
	padding: 10px;

}
	
.form_item dd input[type="text"],.form_item dd input[type="password"]{
	font-size: 14px;
}
	
.form_item .form_flex{
	width: 100%;
	max-width: 420px;
}
	
.form_item dd.form_flex input[type="text"]{
	width: 100%;
	max-width: 145px;
}


/*================================================
 *  マイページ
 ================================================*/
.mypage_info_img img{
	width: 100px;
	border-radius:50px;
}
	
/*================================================
 *  キニナル投稿ページ
 ================================================*/
.kininaru_write_wrap{
	padding: 0 20px;
}
	
/*================================================
 *  アンケートページ
 ================================================*/
.enquete-top{
		padding: 20px;
	}

.enquete-top table , .enquete-top tbody{
	display: table;
	width: 100%;
}

.enquete-top tr{
	margin: 0;
	display: table-row;
}

.enquete-top th{
	display: table-cell;
	vertical-align: middle;
	width: 25%;
}

.enquete-top td{
	display: table-cell;
	width: 75%;
}

.enquete-top td div.graph{
	display: inline-block;
	margin: 0 2% 5px;
	padding: 4px;
	width: 82%;
}

.enquete-top td div.graph strong{
	height: 30px;
	line-height: 30px;
}

.enquete-top td div.vote{
	width: 12%;
	display: inline-block;
	text-align: right;
}

.enquete-list ul {
	padding: 15px;
}

.enquete-list li {
}

.enquete-list .q_investigate span{
}


	
	
	
/*================================================
 *  ライター紹介ページ
 ================================================*/
	.writer-list{
		padding: 10px 15px;
	}
	
	.writer-list ul li{
		margin-bottom: 10px;
	}
	
	.writer-list_img{
		margin-right: 15px;
		float: left;
	}
	
	.writer-list_img img{
		width: 90px;
	}

	.writer-list_txt{
		overflow: hidden;
	}
	
	.writer-list_name{text-align: left;}
	
	.writer-list_birth{text-align: left;}
	
	.writer-list_detail{margin-bottom: 10px;}
	
	.writer-list_btn{
		text-align: right;
	}
	
	.writer-list_btn a{
		font-size: 12px;
		height: 30px;
		line-height: 30px;
		max-width: 200px;
		display: inline-block;
	}
	
	.writer-list-member-wrap{
		padding: 15px;
	}

/*================================================
 *  よくある質問ページ
 ================================================*/	
	.q-a_wrap dd {
	padding: 15px;
}


/*================================================
 *  サイドバナー
 ================================================*/

}


@media screen and (min-width: 1240px) {
/*================================================
 *  一般・共通設定
 ================================================*/
	main{
		border:none;
		float: left;
		margin: 70px 0 0 30px;
		padding: 0;
		width: 640px;
	}
	
	.single-column main{
		width: 990px;
	}
	
/*================================================
 *  汎用クラス
 ================================================*/
	#wrapper{
		width: 1240px;
		margin: 0 auto;
		display: flex;
	}
	
	#division{
		padding: 0;
	}
	#mainWrap {
	    float: none;
	    width: 100%;
	    padding-left: 0;
	}
	#sideWrap {
	    width: 100%;
	    float: none;
	    padding: 0;
	}
	.ad_top-banner{
		margin: 70px 20px -50px;
		float: right;
		display: block;
	}
	.top_banner{
		margin-bottom: 20px;
	}

/*================================================
 *  記事リスト
 ================================================*/
	.article-list_normal{
		padding: 15px;
	}
	
	.article-list_double_inner{
		padding: 15px;
	}
/*================================================
 *  ナビゲーション
 ================================================*/
	.drawer-nav{
		padding-top: 20px;
		background: #fff;
	}
	.drawer-menu li{
		border-color: #eee;
	}
	.drawer-menu li a{
		color: #444;
		font-size: 13px;
		padding: 8px 16px;
	}
	.drawer-menu li:hover{
		background: #FFF9C4;
	}

	.drawer--sidebar .drawer-nav{
		float: left;
		position: relative;
		margin-top: 50px;
		z-index: 80;
	}
	.drawer-login{
		display: none;
	}
	.drawer-sns{
		border-color: #eee;
	}
	.drawer-sns a{
		display: none;
	}
	.drawer-section-name{
		background: #666;
		color: #fff;
		font-size: 12px;
		margin-bottom: 0;
	}
	.service-menu{
		display: none;
	}
	.category-menu{
		display: none;
	}
	.drawer-sns img{
		width: 30px;
		margin: 0 2px;
	}

/*================================================
 *  サイドバナー
 ================================================*/

	#side{
		display: block;
		float: right;
		width: 320px;
		/*background: #fff;*/
		margin-top: 70px;
	}
	

}

@media screen and (max-width: 1240px) {
	.footer-nav{
		border:none;
	}
}