@charset "utf-8";

/*****************************************************************

	SP 共通レイアウト定義

*****************************************************************/

/* ====== BASE Module SET ===== */

body{
	font-size: 14px;
}

img{
	max-width: 100%;
}

.tel_dis{ cursor: pointer; }

.sp_i{ display: inline; }
.sp_b{ display: block; }

.pc_i{ display: none; }
.pc_b{ display: none; }

.pc_ib{ display: none; }
.sp_ib{ display: inline-block; *display: inline; zoom: 1; }

#sub .sub_news_list a,
.link{
	display: block;
	position: relative;
	text-decoration: none;
	overflow: hidden;
	padding-right: 14px;
}

#sub ul a::after{
	content:"";
	display: block;
	width:10px;
	height:10px;
	border-top:1px solid #999;
	border-right:1px solid #999;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:5px;
	top:50%;
	margin-top:-7px;
}
#sub ul a::after{
	display: none;
}

.sub_news_list{
	font-size: 88%;
}
/*============================================================
	Page / column
============================================================*/
#page{
	min-width: 320px;
	overflow: hidden;
}

.inner{
}

#content{
	max-width: 640px;
	margin: auto;
}

/*============================================================
	Header
============================================================*/
#page{
	padding-top: 65px;
}
#page_header{
	padding: 10px 0;
}
#page_header .inner{
	padding: 0 10px;
}

.scr_on #page_header{
	padding: 10px 0;
}


#page_header .logo{
	margin-bottom: 0;
	text-align: left;
	padding-left: 0;
}

#page_header .logo img{
	width: 140px;
}


/*============================================================
	TopContentsStyle
============================================================*/

aside.group>div{
	width: 100%;
	float: none;
	margin-bottom: 1em;
}


/*============================================================
	Nav
============================================================*/
 .btn_sp_menu{
	position: absolute;
	top: 5px;
	right: 5px;
	display: block;
	width: 40px;
	height: 40px;
	background: url(../images/sp_menu.png) no-repeat;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;

}

.menu_on  .btn_sp_menu{
	background-image: url(../images/sp_menu_close.png)
}
#menu ul{
	overflow: hidden;
	max-height: 0;
	-moz-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	transition: 0.5s ease;
}
.menu_on #menu ul{
max-height: 1000px;
}


#searchform_sp{
	padding: 10px;
	background: #fff;
}
#searchform_sp .s{
	border: none;
	padding: 5px;
	height: 30px;
	width: 80%;
	border: 1px solid #ddd;
}
#searchform_sp .btn_submit{
	border: none;
	background: none;
	color: #666;
	height: 30px;
	width: 20%;
	padding-left: 20px;
	background: url(../images/ico_zoom.png) no-repeat 5px 50%;
	-moz-background-size: 15px  15px ;
	-webkit-background-size: 15px  15px ;
	-o-background-size: 15px  15px ;
	background-size: 15px  15px ;
	cursor: pointer;
	border: 1px solid #ddd;
	border-left: 0;
}
/*============================================================
	Page / column
============================================================*/
#content>.inner, .f_menu>.inner, #page_footer>.inner{ padding: 10px }
@media screen and (max-width: 320px){	/* for iPhone5 */
#content>.inner, .f_menu>.inner, #page_footer>.inner{ padding: 8px }
}

.inner{
	width: 100%;
	padding: 10px;
}


#image .inner{
	width: 100%;
	padding: 0;
}


#image .owl-prev,
#image .owl-next{
	display: none;
}

.sec_cate_top p{ padding-top: 10px; }

/*
#main{
	padding-top: 10px;
}
*/
.single-post #main{
	padding-top: 0;
}
.single-post #page{
	padding-top: 58px;
}
#home #main{
	padding-top: 10px;
}


#main,#sub{
	float: none;
	width: 100%;
}
#sub {
	padding-top: 40px;
}

.owl-prev,
.owl-next{
	opacity: 0.5;
	-moz-transform: scale(0.6,0.6);
	-webkit-transform: scale(0.6,0.6);
	-o-transform: scale(0.6,0.6);
	transform: scale(0.6,0.6);
	top: 25%;
	margin: 0;
}

.owl-prev{
	left: -7px;
}

.owl-next{
	right: -7px;
}

#main .col_image .owl-next{ right: -15px;}
#main .col_image .owl-prev{ left: -15px;}

#main .col_image .owl-next,
#main .col_image .owl-prev{
	opacity: 0.6;
	-moz-transform: scale(0.6,0.6);
	-webkit-transform: scale(0.6,0.6);
	-o-transform: scale(0.6,0.6);
	transform: scale(0.6,0.6);
}

#main .col_image:hover .owl-next,
#main .col_image:hover .owl-prev{
	opacity: 0.6;
	-moz-transform: scale(0.6,0.6);
	-webkit-transform: scale(0.6,0.6);
	-o-transform: scale(0.6,0.6);
	transform: scale(0.6,0.6);
}

.wp-tag-cloud a:after{ display: none !important;}

.top_ad_area h2{
	width: auto;
	float: none;
	position: static;
	margin: 0;
	text-align: left;
	padding: 10px;
}
.top_ad_area ul{
	margin-left: 0%;
}



/*============================================================
	TOP
============================================================*/
.sec_top{
	padding: 0;
	background: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.sec_sub_top_2{
	padding: 0 0 20px 0;
}

#top_rec_area{ margin-bottom: 20px;}
#top_rec_area+.sec_sub{ margin-bottom: 20px; }
#main .top_head{
	color: #fff;
	width: 300px;
	height: auto;
	position: relative;
	padding: 10px;
	left: 0;
	top: 0;
	line-height: 1;
	background: #379b06;
	-moz-box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.1);
}

#main .top_tit_blue{
	background: #0085eb;
}

/* ===== NEWS ===== */
#main .top_news_list{
	margin: 0;
}
#main .top_news_list li{
	margin: 0 0 5% 0;
	float: left;
	width:49%;
}
#main .top_news_list li:nth-of-type(3n){
	margin: 0 0 5% 0;
}

#main .top_news_list li:nth-of-type(3n+1){
	clear: none;
}

#main .top_news_list li:nth-of-type(2n){
	float: right
}

#main .top_news_list li:nth-of-type(2n+1){
	clear: both;
}

#main .top_news p:first-child,
#main .top_news_list p:first-child{
	margin-bottom:0;
}

#main .top_news .cate,
#main .top_news_list .cate{
	position: relative;
	z-index: 10;
	left: 5px;
}

/*============================================================
	NEWS
============================================================*/
#main .page_area{
	padding: 10px;
}

.news_article{
	padding-top: 18px;
}
.single-post #content > .inner{
	padding: 0;
}

#main .news_article .entry_head{
	padding: 0;
}
#main .news_article .entry_head h1{
	font-size: 22.5px;
	margin: 12px 0 9px;
}
#main .news_article .upper_ad {
  display: block;
}
#main .news_article .upper_ad div:first-child {
  margin-bottom: 1em;
}
/* 二つ目の広告は非表示 */
/*#main .news_article .entry_head + .group > div:last-child{
	display: none;
}*/


#main .entry_head img{
	margin: 15px 0 13px;
}
#main .entry_head .excerpt{
	margin-top: 0;
}
#main .entry_head .srl{
	margin-left: 0;
	margin-bottom: 15px;
}

#main .entry,
.news_article > *,
#main > section:not(.sec_top),
.sec_top > *,
.sec_sub{
	margin-left: 12px;
	margin-right: 12px;
}
#main .sec_top > .top_head{
	margin-left: 0;
}

#main .cate_area{
	margin-bottom: 5px;
}
#main .upper_text_area .cate_area > *:not(:last-child){
	margin-right: 4px;
}
#main .btn_share li{
	width: 32.8%;
}



#main .box,
#main p,
#main ul,
#main dl,
#main ol,
#main blockquote,
#main pre,
#main td,
#main th{
	font-size: 100%;
}
#main .news_article h2{
	font-size: 22.5px;
}

#main .news_article h3,
.single-post #main .box,
.single-post #main p,
.single-post #main ul,
.single-post #main dl,
.single-post #main ol,
.single-post #main blockquote,
.single-post #main pre,
.single-post #main td,
.single-post #main th{
	font-size: 14.5px;
}
.single-post #main .wp-caption-text{
	font-size: 12px;
}
.single-post #main td,
.single-post #main th{
	letter-spacing: 0.01em;
	text-align: left;
}

.box26 .box-title{
	left: 6px;
}
.list-raw {
	margin: -4px 0 -2px;
}

/* 文中関連記事 */
.rel_entry_block{
	margin: 40px auto;
	padding: 20px 0;
}
.rel_entry_block .rel_entry_block_title{
	font-weight: bold;
	text-align: center;
	margin-bottom: 15px;
}
.rel_entry_block{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 25px;
}
.rel_entry a{
	margin-bottom: 20px;
	color: #333;
	margin-bottom: 20px !important;
}
.rel_entry_block > .rel_entry:last-child a{
	margin-bottom: 0 !important;
}

@media screen and (max-width: 480px) {	/* spのみ */
.rel_entry a .img{
	width: auto;
}
.rel_entry a .img img{
	width: auto !important;
	height: 40px;
	max-width: none;
}
.rel_entry a .text{
	width: 85%;
	margin: 0 auto;
	text-align: justify;
	padding-left: 20px;
}
.rel_entry a .text .title{
	overflow: auto;
	white-space: normal;
	height: auto;
	line-height: 1.5;
	visibility: hidden;
}
.rel_entry a .text .excerpt{
	display: none;
}
}

@media screen and (min-width: 481px) {	/* tabのみ */
.rel_entry a .img{
	width: 25.5%;
}
.rel_entry a .text{
	width: 70%;
}
}

#main .news_article aside.group{
	display: block;
}
#main .news_article aside.group > div{
	text-align: center;
}
#main .single_pageing .single_next_page_btn{
	margin-top: 0;
}
#main .srl_stry_top{
	margin-left: 10px;
    margin-right: 10px;
}
#main .srl_stry_top a::after{
	content: '一覧';
}

#main .srl_stry_prevnext{
	margin: 0;
	padding: 8px 25px;
	background-color: #F3FAEB;
}
#main .srl_stry_prevnext a{
	text-decoration: none;
}
#main .srl_stry_prev{
	margin-right: 5px;
}
#main .srl_stry_next{
	margin-left: 5px;
}
#main .srl_stry_prev a::before{
	left: -15px;
}
#main .srl_stry_next a::before{
	right: -15px;
}


/*============================================================
	LIST
============================================================*/
#main .archive_head{
	font-size: 26px;
}
#main .archive_head span{
	font-size: 13px;
	display: inline-block;
}
#main .archive_head.lined{
	padding: 20px 0 18px;
	margin-bottom: 30px;
	line-height: 1.15;
}
#main .archive_head .tax_icon{
	transform: scale(1);
	transform-origin: center center;
	height: 25px;
	vertical-align: -2px;
}
#main .archive_head .tax_icon[src*="post_tag"]{
	height: 24px;
}

@media screen and (max-width: 320px){	/* for iPhone5 */
#main .archive_head{ font-size: 22px; letter-spacing: -1px; }
#main .archive_head .tax_icon{ height: 22px !important; }
}


#main .freetxt_top{
	margin-top: 20px;
}
#main .freetxt_top.news_article h2,
#main .freetxt_bottom.news_article h2{
	font-size: 20px;
}
#main .freetxt_top.news_article > *,
#main .freetxt_bottom.news_article > *{
	margin-bottom: 15px !important;
}
#main .freetxt_top .bg_white,
#main .freetxt_bottom .bg_white{
	padding: 16px 12px;
	width: calc(100% + 24px);
	margin-left: -12px;
}

#main .news_archive a{
	padding: 11px 10px;
}
#main .news_archive img{
	width: 100px;
}
@media screen and (max-width: 320px){	/* for iPhone5 */
#main .news_archive img{
	width: 80px;
}
}

#main .archive_text{
	margin-left: 112px;
}
@media screen and (max-width: 320px){	/* for iPhone5 */
#main .archive_text{
	margin-left: 88px;
}
}
#main .pr_cate{
	padding-right: 95px;
	display: block;
	margin-bottom: 2px;
}
#main .pr_cate *{
	letter-spacing: 0;
}
#main .archive_text .date{
	margin-bottom: 0.5em;
	top: 0px;
	position: absolute;
	font-size: 11px !important;
	letter-spacing: 0;
}
#main .archive_text .cate{
	margin-bottom: .5em;
	letter-spacing: -0.02em;
}
#main .news_archive .title{
	line-height: 1.3;
	min-height: 50px;
	font-size: 13px;
}
#main .news_archive .tag{
	position: static;
}
#main .news_archive .tag *{
	letter-spacing: 0;
}
@media screen and (max-width: 480px) {	/* spのみ */
#main .news_archive .tag{
	margin-top: 7px;
	margin-left: -108px;
	width: calc(100vw - 40px);
}
}



#main .box{
	border: 2px solid #eee;
	padding: 10px;
	max-width: none;
}

#main .profile_pic{
	width: auto;
	text-align: center !important;
	margin: 0 0 1em 0;
	float: none;
}
#main .profile_pic img{
	height: 128px;
}
#main .profile{
	margin-left: 0;
}

.date{
	position: static;
	font-size: 12px !important;
	margin-bottom: 10px;
	text-align: right;
}
.post__date {
	position: static;
	font-size: 12px !important;
	margin-bottom: 10px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

#main .pagenation ul{
    white-space: nowrap;
    overflow: auto;
}

body.archive aside.group{
	width: none;
	margin-left: 0;
}

/*============================================================
	USER Page
============================================================*/
#main .authors li:after{ display: block; clear: both; content: "";}
#main .authors {
	padding: 10px;
}
#main .authors li .profile .main_head {
	text-align: center;
}
/*============================================================
	PR
============================================================*/
.pr{
	padding: 3px 4px;
	font-size: 10px !important;
	line-height: 1 !important;
	margin-bottom: 2px;
}
/*============================================================
	CATE
============================================================*/
.cate{
	padding: 4px;
	font-size: 10px !important;
	line-height: 1 !important;
}
/*
#main .cate_sec{
	margin-top: 2em;
}
*/
#main .cate_sec h2{
	font-size: 100%;
}
@media screen and (max-width: 960px) and  (min-width: 641px){
#main .cate_sec li{
	margin: 0 2% 10px 0;
	width: 49%;
}
#main .cate_sec li:nth-of-type(3n){
	margin-right: 2%;
}
#main .cate_sec li:nth-of-type(2n),
#main .cate_sec li:nth-of-type(4n){
	margin-right: 0;
}

}

@media screen and (max-width: 640px) and  (min-width: 0){
#main .cate_sec li{
	margin: 0 0 10px 0;
	float: none;
	width: 100%;
}

#main .cate_sec li:nth-of-type(2n),
#main .cate_sec li:nth-of-type(4n){
	margin-right: 0;
}

}

#main .txt_read{ text-align: left; margin-bottom: 1em;}
/*============================================================
	FORM
============================================================*/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="number"]{
	width: 100%;
	max-width: 100%;
}

#main .form_area th,
#main .form_area td{
	padding: 0;
	width: 100%;
	display: block;
	border: 0;
}
#main .form_area th{
	margin-bottom: 0.5em;
}
#main .form_area td{
	padding-bottom: 10px;
	margin-bottom: 1em;
	border-bottom: 1px dotted #ddd;
}

/*============================================================
	LOGIN Page
============================================================*/
.one_col #main .page_area{
	padding: 0;
	background: none;
}

.login_group{
	padding: 10px;
	border: 3px solid #8ec43e;
}
.login_area{
	float: none;
	width: auto;
	margin-bottom: 2em;
	border: 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
}
.login_area+.login_area{
	float: none;
	margin-bottom: 0;
	padding: 0;
	border-bottom: 0;
}

#main .member_group .mwform-checkbox-field{
	width: 100%;
	margin-right: 0;
	float: none;
}

.member_group{
	padding: 10px;
}

/*============================================================
	MEM Page
============================================================*/
#main .mem_only{
	padding:  30px 10px;
}
#main .mem_only .mem_mes{
	margin-bottom: 0;
	line-height: 1.6;
}
#main .mem_only .mem_mes img{
	width:  22px;
	vertical-align:  bottom;
	display:  none;
}

#main .mem_only li{
	float: none;
	width:  100%;
	margin-top:  1em;
}
#main .mem_only li p {
	margin-bottom: .5em;
}
.btn_reg_link,
.btn_log_link{
	display:  block;
	text-align:  center;
	padding:  10px;
}

/*============================================================
	topic Page
============================================================*/
.topic_sec{
	padding: 10px;
}

/*============================================================
	吹き出し
============================================================*/
@media screen and (max-width: 640px) {
	.say .faceicon {
		width: 100px;
	}
	.say .chatting {
		padding-top: 0;
	}
	.say .chatting .sc:before {
		top: 18px;
	}
	.say .chatting .sc:after {
		top: 18px;
	}
}

/*============================================================
	XXXX
============================================================*/

/*============================================================
	XXXX
============================================================*/

/*============================================================
	XXXX
============================================================*/

/*============================================================
	XXXX
============================================================*/

/*============================================================
	XXXX
============================================================*/

/*============================================================
	XXXX
============================================================*/

/*============================================================
	XXXX
============================================================*/

/*============================================================
	XXXX
============================================================*/

/*============================================================
	XXXX
============================================================*/

/*============================================================
	XXXX
============================================================*/

/*============================================================
	XXXX
============================================================*/

/*============================================================
	XXXX
============================================================*/

/*============================================================
	XXXX
============================================================*/

/*============================================================
	XXXX
============================================================*/

/*============================================================
	XXXX
============================================================*/

/*============================================================
	SPMENU
============================================================*/
.sp_menu{
	position: fixed;
	top: 0;
	left: 0;
}
.sp_menu_inner{
	position: relative;
	overflow: auto;
	height: 100%;
	width: 100%;
	background: #379b06;
}
.sp_menu_btn{
	position: absolute;
	top: 0;
	right: 10px;
	background-color: transparent;
	background: url(../images/btn_sp_menu.png) no-repeat 0 0;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-o-background-size: 100% auto;
	background-size: 100% auto;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
	width: 30px;
	height: 32px;
}
.menu_on .sp_menu_btn{
	background-image: url(../images/btn_sp_menu_off.png);
	background-position:  0 10px;
}


.sp_menu_cloud{
	position: absolute;
	top: 1px;
	right: 132px;
}
.sp_menu_reg{
	position: absolute;
	top: 1px;
	right: 92px;
}
.sp_menu_in{
	position: absolute;
	top: 1px;
	right: 49px;
}
.sp_menu_cloud img{
	width: auto;
	height: 40px;
}
.sp_menu_reg img,
.sp_menu_in img{
	width: auto;
	height: 32px;
}


.sp_menu{
	overflow: hidden;
	max-height: 0;
	position: fixed;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	z-index: 999;
	top: 65px;
	left: 0;
}

.menu_on .sp_menu{
	max-height: 1000px;
}
.menu_on 	#content,
.menu_on 	.f_menu,
.menu_on 	#page_footer{
	opacity: 0;
}
.menu_on 	#page{ background:#379b06}
.sp_menu a{
	text-decoration: none;
}

.sp_about_area{
	background: #f6f6f6;
	padding: 10px;
}

.sp_pr_area{
	background:#f6f6f6;
	padding: 10px;
}
.sp_pr_area section{
	background:#fff;
	padding: 10px;
	border: 2px solid #ddd;
	-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
}
.sp_pr_area h3{
	color: #00abeb;
	margin-bottom:  0.5em;
}
.sp_pr_area p{
	line-height:  1.7;
}
.sp_pr_area a{
	color: #54982d;
	text-decoration: underline;
}
.sp_pr_area a{
}
.btn_about{
	display: block;
	padding: 10px;
	background: #8ec43e;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.btn_about:after{
	right: 10px;
	border-width: 2px;
	border-color: #fff;
}
.sp_menu_area{
	padding: 10px;
	background: #f6f6f6;
}
.sp_menu_area ul{
	font-size: 12px;
}
.sp_menu_area li{
	float: left;
	width: 49%;
}
.sp_menu_area li:nth-of-type(2n){
	float: right;
}
.sp_menu_area a{
	display: block;
	padding: 10px 0;
	background: #fff;
	color: #8ec43e;
	text-align: center;
	margin-bottom: 5px;
	font-weight: bold;
}
.sp_menu_area .tag-list a{
	background: #8ec43e;
	color: #fff;
}
.sp_menu_area h2{
	margin-bottom: 1em;
	color: #999;
}
.sp_tag_area{
	padding: 10px;
	background: #ebf1d3;
}
.sp_tag_area h2{
	margin-bottom: 1em;
	color: #679522;
}
.sp_tag_area .wp-tag-cloud a{
	background: #fff;
}

.sp_fb{
	padding: 10px;
	background: #8ec43e;
}
.sp_fb a{
	display: block;
	text-decoration: none;
	padding: 8px;
	border: 1px solid #fff;
	color: #fff;
	overflow: hidden;
	text-align: center;
}
.sp_fb a .fa-angle-right{
	font-size: 125%;
	float: right;
}

.btn_close_area{
	padding: 10px;
}
.btn_close_area a{
	display: block;
	padding: 10px ;
	color: #8ec43e;
	background: #fff;
}
/*============================================================
	Footer
============================================================*/
.f_menu{
	padding: 0 0;
	font-size: 88%;
}
.f_menu .inner{
	padding: 0 0;
}
.f_menu li{
	display: block;
	float: left;
	width: 50%;
}
.f_menu a{
	display: block;
	padding: 10px;
	border: 0;
}

.f_menu a:hover{ color:#ffffcc;}

.f_menu li:first-child a{
	padding: 10px;
}
.f_menu li:last-child a{
	border-right: 0;
}




#page_footer .corp_logo{
	width: 60px;
	float: none;
	padding: 10px 0;
}
#page_footer .grp{
	width: auto;
	float: none;
	padding: 0 0;
	font-size: 88%;
}
#page_footer .grp dt{
	width: auto;
	float: none;
	margin-bottom: 0.5em;
}

#page_footer .grp dd{
	margin-left: 0;
	padding-left: 0;
	padding-bottom: 1em;
	border-left: 0;
}
#page_footer .grp li{
	padding: 0 0.5em;
	line-height: 2;
}
#page_footer #corp_data{
	font-size: 88%;
}
#page_footer #corp_data p{
	float: none;
	width: auto;
}
#page_footer #corp_data ul{
	float: none;
	width: auto;
	margin-bottom: 1em;
}
#page_footer #corp_data li{
	padding: 0 0.5em;
	line-height: 2;
}
#page_footer #corp_data #copyright{
}
#page_footer a{ text-decoration: none;}
#privacy{ position: static; text-align: center;}

/*============================================================
	テーブルデザイン・ボタンデザイン
============================================================*/
table.scroll {
	width: auto;
	display: block;
	overflow-x: auto;
	white-space: nowrap;
}
div.row {
	padding: 0;
	overflow: hidden;
}

/*============================================================
	PR
============================================================*/
#main .pr {
	margin-bottom: 0.5em;
	line-height: 1;
	font-size: 10px !important;
	padding: 3px;
}

/*============================================================
	Members Only
============================================================*/
#main .membersonly.list_member {
	margin-bottom: 0.5em;
	line-height: 1;
	font-size: 10px !important;
	padding: 3px;
}

/*============================================================
	btn_share
============================================================*/
#main .btn_share {
	margin: 1em 0;
	max-width: 100%;
}
#main .btn_share li{
	width: 44px;
}
#main .sns_btns a {
	margin-right: 10px;
}
/*============================================================
	favorite
============================================================*/
#main .btn_share .simplefavorite-button {
	font-size: 14px;
	margin-left: 15px;
	padding: 4px 8px;
}
#main .btn_share .simplefavorite-button i {
	font-size: 18px;
}

/*============================================================
	トップページUI変更
============================================================*/
.sp_menu_area ul {
  margin-bottom: 10px;
}
.sp_menu_area ul:last-child {
  margin-bottom: 0;
}
.sec_top_notice {
  padding: 0;
}
.sec_top_notice .box_top_notice {
  font-size: 100%;
  padding: 4px 0 0 26px;
}
.sec_top_notice .box_top_notice:before {
  font-size: 20px;
}
.banner_top_topic {
  margin-bottom: 20px;
}
#main .area_special {
  margin-bottom: 1em;
  flex-wrap: wrap;
}
#main .area_special h3 {
  width: 100%;
  font-size: 15px;
  color: #55982d;
  margin: 0 0 .5em;
}
#main .area_special .img_special_banner {
  width: 120px;
  margin-right: 10px;
}
#main .area_special .box_special_post {
  width: calc(100% - 130px);
}
#main .area_special .box_special_post ul li {
  margin-bottom: 10px;
}
#main .area_special .box_special_post ul li a .img_special_post {
  width: 82px;
  display: none;
}
#main .area_special .box_special_post ul li a p {
  width: calc(100% - 0px);
  padding: 0 1em 0 .5em;
  white-space: normal;
  line-height: 1.5;
}
#main .area_special .box_special_post ul li a p:after {
  right: 5px;
}
#main .box_mynavi_contents ul li {
  width: 47.5%;
  margin: 0 5% 5% 0;
}
#main .box_mynavi_contents ul li:nth-of-type(3n+1) {
  clear: unset;
}
#main .box_mynavi_contents ul li:nth-of-type(3n) {
  margin: 0 5% 5% 0;
}
#main .box_mynavi_contents ul li:nth-of-type(2n) {
  margin: 0 0 5% 0;
}
#main .box_mynavi_contents ul li .img {
  margin-bottom: 0;
}
#sub .sub_event_info {
  padding-top: 0;
}
#sub .sub_event_info li {
  margin-bottom: 12px;
  padding-bottom: 6px;
}
#sub .sub_event_info li h4 a {
  font-size: 15px;
}
#sub .sub_event_info li .data_event {
  font-size: 12px;
  padding: 4px 15px;
  margin-bottom: 0.7em;
}
#sub .sub_event_info li .detail_event .img {
  margin: 0 12px 12px 0;
}
#sub .sub_event_info li .detail_event p {
  font-size: 14px;
  font-weight: normal;
}
#sub .area_social .img img {
  width: 100%;
  height: auto;
}
#sub .area_social .inner_social {
  padding: 10px 15px;
}

/*============================================================
	タイアップ企画(詳細ページ)
============================================================*/
#main .box-tieup {
  letter-spacing: 0;
}
#main .box-tieup .tieup-inner {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
}
#main .box-tieup .tieup-inner a {
  display: block;
  text-decoration: none;
  letter-spacing: -0.4em;
  color: #000;
}
#main .box-tieup .tieup-inner a .tieup-img {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  width: 100px;
  margin-right: 12px;
}
#main .box-tieup .tieup-inner a .title {
  display: inline-block;
  letter-spacing: 0;
  vertical-align: top;
  width: calc(100% - 118px);
  margin: 0;
  font-size: 12.32px;
  font-weight: bold;
}

/*============================================================
	パンクズ
============================================================*/
.path.pc_b {
	display: block;
	padding: 0 0 10px;
	line-height: 1.5;
}
.single .path.pc_b {
	display: block;
	padding: 10px;
	line-height: 1.5;
}
/*============================================================
	グロナビ
============================================================*/
.scr_on #page_header {
	padding: 14px 0;
}
.single-post #page {
	padding-top: 60px;
}
#page {
	padding-top: 60px;
}
#page .sp_menu {
	top: 60px !important;
}
#page_header {
	padding: 14px 0;
}
#page_header .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
}
#page_header .inner:after {
	content: none;
}
#page_header .logo {
	-webkit-box-ordinal-group: 3;
			-ms-flex-order: 2;
					order: 2;
}
.sp_menu_event {
	-webkit-box-ordinal-group: 2;
			-ms-flex-order: 1;
					order: 1;
}
.sp_menu_event img {
	width: auto;
	height: 32px;
}
.sp_menu_btn {
	position: relative;
	right: 0;
	-webkit-box-ordinal-group: 4;
			-ms-flex-order: 3;
					order: 3;
}
.menu_on #page {
	background: #fff;
}
.menu_on .sp_menu_btn {
	background-position: 0 5px;
}
#searchform_sp {
	padding: 14px 10px 14px;
}
#searchform_sp .s {
	width: 85%;
	height: 35px;
}
#searchform_sp .btn_submit {
	height: 35px;
	background: #bfbfbf;
	color: #fff;
	font-size: 15px;
	padding: 0;
	width: 15%;
}
.sp_menu_user {
	padding: 0 10px 15px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
			-ms-flex-align: center;
					align-items: center;
	-webkit-box-pack: justify;
			-ms-flex-pack: justify;
					justify-content: space-between;
}
.sp_menu_user:after {
	content: none;
}
.sp_menu_user .register {
	width: 47%;
	text-align: center;
}
.sp_menu_user .register a {
	display: block;
	padding: 10px 0;
	background: #8ec43e;
	border: 1px solid #8ec43e;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
}
.sp_menu_user .login {
	width: 47%;
	text-align: center;
}
.sp_menu_user .login a {
	display: block;
	padding: 10px 0;
	background: #fff;
	border: 1px solid #8ec43e;
	font-size: 15px;
	font-weight: bold;
	color: #8ec43e;
	border-radius: 5px;
}
.sp_menu_area_2 {
	padding: 10px 10px 30px;
	background: #fff;
}
.sp_menu_area_2 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-box-pack: left;
			-ms-flex-pack: left;
					justify-content: left;
}
.sp_menu_area_2 ul li {
	width: 33.3%;
	border-right: 1px solid #a9894a;
	border-bottom: 1px solid #a9894a;
	text-align: center;
}
.sp_menu_area_2 ul li:nth-child(3n) {
	border-right: none;
}
.sp_menu_area_2 ul li a {
	display: block;
	padding: 14px 0 8px;
}
.sp_menu_area_2 ul li a img {
	width: 80%;
	max-width: 50px;
	display: inline-block;
	margin-bottom: 12px;
}
.sp_menu_area_2 ul li a span {
	display: block;
	color: #a9894a;
	font-size: 12px;
}
.sp_menu_purpose {
	background: #fff;
	padding: 10px 0 30px;
}
.sp_menu_purpose h2 {
	text-align: center;
	font-size: 15px;
	color: #bfbfbf;
	font-weight: bold;
	border-bottom: 1px solid #a9894a;
	padding-bottom: 1em;
}
.sp_menu_purpose .item_purpose {
	text-align: center;
}
.sp_menu_purpose .item_purpose a {
	display: block;
	padding: 16px 0;
	color: #a9894a;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 1px solid #a9894a;
	background: url(../images/arrow_purpose.png) no-repeat;
	background-position: 95% 50%;
	background-size: 6px 15px;
}
.sp_menu_keywords {
	background: #fff;
	padding: 10px 10px 80px;
}
.sp_menu_keywords h2 {
	text-align: center;
	font-size: 15px;
	color: #bfbfbf;
	font-weight: bold;
	padding-bottom: 1em;
}
.sp_menu_keywords ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-ms-flex-line-pack: center;
			align-content: center;
}
.sp_menu_keywords ul li {
	margin-right: .7em;
	margin-bottom: .4em;
}
.sp_menu_keywords ul li a {
	display: block;
	font-size: 12px;
	color: #000;
	padding: 8px 6px;
	border: 1px solid #acacac;
	border-radius: 5px;
}
/*============================================================
	見出し
============================================================*/
#main .page_head {
	font-size: 125%;
}
#main p.explain {
	font-size: 100%;
	margin-bottom: 1.6em;
}
#main .agri-skill .page_head {
	text-align: center;
	font-size: 26px;
}
#main .event .page_head {
	text-align: center;
	font-size: 26px;
}
#main .area .page_head {
	text-align: center;
	font-size: 26px;
}
/*============================================================
	農業スキル
============================================================*/
.skill-h2 {
	font-size: 17px;
	background: url(../images/icon_magnifying_sp.png) no-repeat;
	background-size: 19px 18.5px;
}
#main .box-skill h2 {
	font-size: 17px;
	background: url(../images/icon_magnifying_sp.png) no-repeat;
	background-size: 19px 18.5px;
}
#main .box-skill ul li {
	border-radius: 0;
}
#main .box-skill ul li a .img {
	margin: 0;
}
#main .box-skill ul li a .img:after {
	border-radius: 10px;
}
#main .box-skill ul li a .img img {
	border-radius: 10px;
}
#main .box-skill ul li a span {
	font-size: 23px;
}
#main .box-keywords h2 {
	font-size: 17px;
	background: url(../images/icon_magnifying_sp.png) no-repeat;
	background-size: 19px 18.5px;
}
#main .box-keywords ul li {
	margin-right: .7em;
	margin-bottom: .4em;
}
#main .box-keywords ul li a {
	font-size: 12px;
	padding: 8px 6px;
	border-radius: 5px;
}
/*============================================================
	イベント情報
============================================================*/
#main .box-eventinfo ul li a {
	border-radius: 5px;
}
#main .box-eventinfo ul li .detail {
	padding: 5px;
}
#main .box-eventinfo ul li .detail h2 {
	font-size: 14px;
	margin-bottom: .4em;
	letter-spacing: -1px;
}
#main .box-eventinfo ul li .detail h2 span {
	font-size: 10px;
	font-weight: normal;
	top: 0;
	margin-left: 0;
}
#main .box-eventinfo ul li .detail p {
	font-size: 90%;
}
/*============================================================
	エリア情報
============================================================*/
#main .box-areainfo ul li {
	width: 32%;
	margin-bottom: 2%;
	border-radius: 0;
}
#main .box-areainfo ul li a .img:after {
	border-radius: 10px;
}
#main .box-areainfo ul li a .img img {
	border-radius: 10px;
}
#main .box-areainfo ul li a span {
	font-size: 5.2vw;
}
/*============================================================
	カテゴリページ
============================================================*/
.category #main .page_head {
	text-align: center;
	font-size: 26px;
}
.category #main .box-keywords {
	padding-top: 15px;
}
/*============================================================
	サーチページ
============================================================*/
.search-results #main .page_head {
	text-align: center;
	font-size: 26px;
}
.search-results #main .box-keywords {
	padding-top: 15px;
}
/*============================================================
	パーツ追加
============================================================*/
.slick_slider .slick-prev {
	left: 3px;
	z-index: 1;
	width: 38px;
	height: 38px;
	background: url(/wp-content/themes/agri/page_image/parts/icon_prev_sp.png) no-repeat;
	background-size: 38px 38px;
}
.slick_slider .slick-next {
	right: 3px;
	width: 38px;
	height: 38px;
	background: url(/wp-content/themes/agri/page_image/parts/icon_next_sp.png) no-repeat;
	background-size: 38px 38px;
}
#main .purchase .img {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 15px;
}
#main .purchase .txt {
	width: 100%;
}
#main .purchase .txt .company {
	font-size: 12px;
}
#main .purchase .txt .product_n {
	font-size: 16px;
}
#main .purchase .txt .product_p {
	font-size: 16px;
	margin-bottom: 1.2em;
}
#main .purchase .txt .btn_purchase {
	width: 90%;
	margin: auto;
}
#main .purchase .txt .btn_purchase li {
	margin-bottom: 20px;
}
#main .purchase .txt .btn_purchase li a {
	padding: 1em 0;
}
/*============================================================
	ボタンデザイン
============================================================*/
.button {
	font-size: 0.9rem;
}
.button.sp_center {
	display: block;
	width: fit-content;
	max-width: none;
	float: none;
}
/*============================================================
	プレスリリース
============================================================*/
#main .area_prtimes {
  margin: 30px 0 40px!important;
}
#main .area_prtimes p {
  line-height: 1.6;
}
#main .area_prtimes p.annotation {
  font-size: 12px;
}
#main .area_prtimes p.btn_prtimes {
  margin-top: 0;
}
#main .area_prtimes h3 {
  font-size: 15px;
  padding: 12px 0 12px 1em;
}
#main .area_prtimes .list_prtimes .item a {
  padding: 15px;
  transition: unset;
}
#main .area_prtimes .list_prtimes .item a:hover {
  opacity: 1;
}
#main .area_prtimes .list_prtimes .item .sub {
  margin-bottom: 8px;
}
#main .area_prtimes .list_prtimes .item .sub .comp {
  font-size: 11px;
}
#main .area_prtimes .list_prtimes .item .sub .pub {
  font-size: 11px;
}
#main .area_prtimes .list_prtimes .item .tit {
  font-size: 13px;
}

/*============================================================
	banner at single page
============================================================*/
.sec__single-top {
	margin: 0 12px 20px;
}
.sec__single-top #single__banner-sp {
	text-align: center;
}
