﻿@charset "UTF-8";

/* ============= Start Menu =================*/
ul,li,a{
	margin:0px;
	padding:0px;
	list-style: none;
	text-decoration: none;
}

.top_main_navi{
	margin: 0 auto;
	text-align: center;
	min-width: 1100px;
}
.top_main_navi ul{
	width:1100px;
	margin:auto;
	display:flex;
	justify-content:center;
	padding-top: 7px;
	position: relative;
	z-index: 1;
	margin-top: 10px;
	background: rgb(255, 236, 206);
}
.top_main_navi li{display:inline-block;padding: 0;}

.top_main_navi li a{
	color: #2f2f2f;
	padding: 8px 23px;
	position: relative;
	display: block;
	transition: all 0.3s linear;
	font-size: 12px;
	margin-right: 10px;
	border-radius: 10px 10px 0px 0px;
}

.top_main_navi li:last-child a{
	border-right:0;
	margin-right:0;
}

.top_main_navi li a:hover, .active{
	color: #333;
	text-decoration: none;
	transition: all 0.3s linear;
	background: rgb(253, 253, 253);
}
@media screen and (max-width: 480px){
	.top_main_navi{
	height:auto;
	width: auto;
	margin: 0 auto;
	overflow: hidden;
	min-width: inherit;
	padding: 0;
}
.top_main_navi ul{
	width: auto;
	margin:auto;
	min-width:inherit;
	display:block;
	overflow: hidden;
	position: static;
	padding: 0;
}
.top_main_navi ul:before,
.top_main_navi ul:after{
	display:none;
}
.top_main_navi li{
	width:100%;
	display:block;
	text-align: center;
	padding: 0;
}
.top_main_navi li a{
	border-right:0px dotted;
	display: block;
	box-shadow: none;
	border-radius: 0;
	margin: 0;
	padding: 5px;
}
.top_main_navi li a:hover{
	/* background: rgb(255, 255, 255); */
	/* color: #ffffff; */
}
.top_main_navi li a:after,
.top_main_navi li a.active:before, 
.top_main_navi li a:hover:before{
	display:none;
}
}   
/* ============= End Menu =================*/


body
{
	color: #4c4c4c;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 2.5em;
	font-size: 17px;
	background: rgba(228, 200, 157, 0.71);
}
*
{
	margin:0;
	padding: 0;
}
a
{
	color: #fb792f;
	text-decoration: none;
}
a:hover
{
	/* color: #FF952D; */
	text-decoration: underline;
}
p
{
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
}
.block_header 
{
	clear: both;
	margin: auto;
	padding: 0;
	z-index: 1;
	position: relative;
	overflow: hidden;
}

.block_header:after
{
	content: "";
	display: block;
	clear: both;
}
.TEMPLATE_header
{
	width: 1060px;
	margin: 0px auto;
	padding: 20px;
	background: #fff;
	border: 1px solid #ffecce;
}
.TEMPLATE_header:after
{
	content: "";
	display: block;
	clear: both;
}
.box_title{
	margin: auto;
	background: #ffecce;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 1100px;
}

h1
{
	color: #555555;
	text-decoration: none;
	font-size: 16px;
	padding: 8px 0;
	/* width: 1100px; */
	margin: auto;
	text-align: center;
	position: relative;
	z-index: 1;
}

h3{
	margin: 0 20px;
	margin-top: 15px;
	color: #6b6b6b;
	border-bottom: 1px solid #c7c7c7;
	overflow: hidden !important;
	font-size: 17px;
}

/* ============== start h2 ==================*/
h2  {
    position: relative;
    margin-bottom: 10px;
    padding: 8px 0;
    border-bottom: 1px solid #e4c89d;
    font-weight: bold;
    color: #333;
    font-size: 18px;
    text-align: center;
}
h2:before {
    content: "【";
    padding-right: 10px;
    color: #e4c89d;
}

h2:after {
    content: "】";
    padding-left: 10px;
    color: #e4c89d;
}
h2 a{
	border-bottom:1px double;
	padding-bottom:3px;
}
h2 a:hover{
	border:none;
	text-decoration: none;
}
/* ============== start inner_BLOCK_image  ==================*/
.block_allstyle{
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: url(../images/bg.jpg);
	border: 1px solid #e4c89d;
}
.block_allstyle:after{
	content:"";
	display:block;
	clear:both;
}
.BLOCK_image{
	margin:0;
}
.inner_BLOCK_image{
	width:1100px;
	margin:auto;
	clear: both;
	position: relative;
}

.inner_BLOCK_image img{
	width: 100%;
	/* background: rgb(255, 255, 255); */
	margin: auto;
	display: block;
}


.top_main_naviigation{
	width: 25%;
	float:right;
}

.top_main_naviigation:after
{
	content:"";
	display:block;
	clear:both;
}


.inner_navi
{
	background-color: rgb(255, 255, 255);
	margin: auto;
	padding: 0;
	clear: both;
	position: relative;
}
.inner_navi:after{
	clear:both;
	display:block;
	content:"";
}
.inner_navi ul
{
	padding: 0;
	list-style: none;
	text-align: center;
	margin: 0 auto;
}
.inner_navi li
{
	display: block;
}
.inner_navi li a
{
	color: #242424;
	text-decoration: none;
	display: block;
	padding: 12.1px 17px;
	font-size: 12px;
	transition: all 0.3s linear;
}
.inner_navi li a:hover
{
	background-color: #60D125;
	transition: all 0.3s linear;
	color: #fff;
}

/* ============== End top_main_navi  ==================*/


/* ============== Start Menu Side Bar ==================*/
.nav_side_bar
{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	overflow: hidden;
}
.nav_side_bar:after{
	content:"";
	display:block;
	clear:both;
}
.post_infor_left h2{
	text-align:center;
	text-indent:0;
	/* margin: 0; */
}


.nav_side_bar ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.nav_side_bar ul li{
    display:block;
}
.nav_side_bar ul li a{
    display:block;
    text-decoration:none;
    padding: 5px 10px;
    color: #575757;
    margin: 0;
    text-align: left;
    position:relative;
    border-bottom: 1px solid #ffffff;
    background: rgba(255, 255, 255, 0.34);
}
.nav_side_bar ul li a:before{
	content: "》";
	padding-right:10px;
	color: #737373;
}
.nav_side_bar ul li a:hover{
    color: #ffffff;
    background: #67ca80;
} 
/* ============== End Menu Side Bar ==================*/
.frame_section_sub .content_infor{
	margin-bottom: 10px;
}
.publisher_link{clear: both;}

.publisher_link:after{
	clear:both;
	display:block;
	display:block;
}

.content_infor {margin-bottom: 0;clear: both;}
.content_infor img
{
	width: 48%;
	float: right;
	margin-right: 18px;
	margin-bottom: 0;
	margin-left: 20px;
	margin-top: 16px;
	padding: 0;
	border: 1px solid #C5C5C5;
}
.frame_section_sub .content_infor img
{
	width: 45%;
}


.BLOCK_image_01
{
	width: 44%;
	float: right;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 10px;
	padding: 0;
	border: 1px solid #C5C5C5;
}
.BLOCK_image_02
{
	width: 88%;
	margin: auto;
	display: block;
	padding: 0;
	border: 1px solid #bfbfbf;
}
.BLOCK_image_03
{
	width: 90%;
	margin: auto;
	display: block;
}

.BLOCK_image_01:after,.BLOCK_image_02:after,.BLOCK_image_03:after
{
	content:"";
	display:block;
	clear:both;
}


.post_infor_main
{
	width: 100%;
	float: right;
	margin: 0;
	padding: 0;
	padding-left: 15px;
}
.post_infor_main:after
{
content: "";
display: block;
clear: both;
}

.frame_section_sub{
	width: 100%;
	float: right;
	margin: 0;
	padding: 0;
	padding-left: 15px;
}
.frame_section_sub:after
{
content: "";
display: block;
clear: both;
}

.post_infor_left{
	width: 27%;
	float: left;
	margin: 0;
}
.post_infor_left:after
{
content: "";
display: block;
clear: both;
}

.BLOCK_image
{
	margin: 0;
	clear: both;
	padding: 0px 0;
	/* box-shadow: inset 0 0 5px; */
	margin-bottom: 0px;
}
.BLOCK_image:after
{
	content: "";
	display: block;
	clear: both;
}

.post_infor_left .BLOCK_image{
	margin-bottom:0;
}
.list_block_01 h2{
	/* padding-left: 10px; */
}
.list_block_01
{
	clear: both;
}

.list_block_01:after{
	content:"";
	display:block;
	position:relative;
	clear:both;
}

.list_block_02
{
	width: 48.65%;
	float: left;
	margin-right: 20px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding-bottom: 60px;
	z-index:1;
	background: #ffffff;
}
.list_block_02:after
{
	content: "";
	display: block;
	clear: both;
}

.list_block_02:nth-child(even)
{
	margin-right:0;
}

.list_block_02 h2,.list_block_03 h2{
	background:none;
	border:none;
	margin:0;
	box-shadow:none;
	text-align: center;
	padding: 15px 0px;
	text-indent: 0;
	margin-top: 0px;
}
.list_block_02 h2:before, .list_block_02 h2:after,
.list_block_03 h2:before, .list_block_03 h2:after
{
	content:"";
	width:0;
	height:0;
	box-shadow:none;
	border:none;
}


.list_block_03
{
	clear: both;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	padding-bottom: 15px;
	z-index: 1;
	border: 0;
	background: #ffffff;
	box-shadow: 0 0 1px;
}
.list_block_03:after
{
	content: "";
	display: block;
	clear: both;
}


.frame_section
{
	padding: 0;
	margin: 0;
}
.frame_section:after
{
	content: "";
	display: block;
	clear: both;
}

.publisher_link ul
{
	list-style: none;
}
.publisher_link li
{
	margin-left: 20px;
	margin-right: 20px;
	line-height: 40px;
}
.publisher_link li h3{
	padding-left:0;
	margin: 0;
	margin-top: 5px;
}
p.next_read a
{
	float: left;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 5px 10px;
	margin-top: 10px;
	position: relative;
	/* border: 1px solid; */
	background: #ffecce;
	color: #333;
}
p.next_read a:before{
	/* content: "》"; */
	padding-right:5px;
}
p.next_read a:hover
{
	text-decoration: none;
	border-color: #fff;
	color: #ffffff;
	background: #feac70;
}
.single_footer
{
	padding-bottom: 20px;
	color: #4e4e4e;
	margin: auto;
	width: 100%;
	height: auto;
	min-width: 1100px;
	text-align: center;
	margin-top: 20px;
	background: #ffecce;
	padding-bottom: 15px;
	padding-top: 20px;
}
.single_footer:after{
	content:"";
	display:block;
	clear:both;
}
.single_footer a
{
	/* color: #FFFFFF; */
	/* text-decoration: none; */
}
.single_footer a:hover
{
	/* color: #FFFFFF; */
	/* text-decoration: underline; */
}

.single_footer_menu ul{
	margin:0;
	padding:0;
	display:flex;
	justify-content:center;
}
.single_footer_menu ul li {
	list-style:none;
	
}
.single_footer_menu ul li a{
	padding: 2px 10px;
	border-right: 1px solid;
	font-size: 16px;
}

.single_footer_menu ul li a:hover{
	/* background: rgb(255, 255, 255); */
	/* text-decoration:none; */
	/* color: #51aa4c; */
}
.single_footer_menu ul li:last-child a{
	border:none;
}

.social
{
	width: 100%;
	text-align: center;
	margin: auto;
	display:flex;
	justify-content: center;
	padding: 10px 0;
	font-size: 0;
}
.pocket-btn
{
	margin-top: 2px;
	margin-right:-3px;
}


.in-menu_blocks_boss {
    display: flex;
    justify-content: flex-start;
    width: 1100px;
    margin: auto;    
    list-style: none;
    margin-top:10px;
}
.article_layer_three{
	width:1100px;
	margin:auto;
}
.in-menu_blocks_boss:after,
.article_layer_three{
	clear:both;
	display:block;
	content:"";
}

.article_content_column {
	margin:20px auto;
	padding:20px;
	background:#fff;
}
.article_content_column li{
	padding:0;
	margin:0;
	list-style:none;
}
.article_content_column li a{
	display:block;
	width: 300px;
}

.article_content_column li a:before{
	content:"◉";
	padding-right:10px;
}

@media screen and (max-width: 480px){
h2{
	text-align:center;
	text-indent:0;
	/* margin: 0; */
	margin-bottom: 15px;
}

p{
	/* padding:0; */
}
h3{
	/* padding:0; */
	text-indent:0;
}
.block_header {
	width: 100%;
	min-width:inherit;
	padding:0;
	margin:0;
	border-radius:0;
	border:none;
	box-shadow:none;
	overflow: hidden;
}
.block_header:before{
	display:none;
}
.TEMPLATE_header
{
	width: 90%;
	min-width: inherit;
	/* margin: auto; */
	padding: 10px;
}
.box_title{
	width: 100%;
	min-width: inherit;
	margin: 0;
}
h1
{
	font-size: 14px;
	text-align: center;
	width: auto;
	text-indent: 0;
	position: static;
	margin: 0;
}
.BLOCK_image{
	margin:0;
	padding:0;
}
.inner_BLOCK_image
{
	width: auto;
	min-width: inherit;
	display: block;
	margin: auto;
	padding: 0;
	background: #fff;
	margin-bottom: 10px;
}
.inner_BLOCK_image:before,
.inner_BLOCK_image:after{
	display:none;
}
.inner_BLOCK_image img{
	width: 100%;
	padding: 0px;
	margin: auto;
	display: flex;
	border-radius: 0;
}
.top_main_naviigation{
	width: 100%;
	float:none;
	margin:0;
	padding:0;
}



.single_footer_menu ul{
	display:block;
	background: #67ca80;
}
.single_footer_menu ul li a{
	padding:10px;
	display:block;
	border: none;
	color: #f1f1f1;
}
.single_footer_menu ul li a:hover{
	text-decoration:none;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.25);
}

/* ========= start menu ============*/	
.inner_navi
{
	width: 100%;
	min-width: inherit;
	margin: 0;
	padding: 0;
	border-radius: 0;
	box-shadow: 0 0 1px#000;
}

.inner_navi li
{
	display: inline;
}
.inner_navi li a{
	padding:5px 0;
}
/* ========= end menu ============*/


.post_infor_main,.frame_section_sub
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
	border: 0;
	background: none;
}


.post_infor_left
{
	width: auto;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
	border: 0;
}

.post_infor_left .BLOCK_image{
	margin-bottom:20px;
}

.block_allstyle,
.publisher_link,
.content_infor,
.nav_side_bar,
.list_block_01,
.list_block_02,
.list_block_02:nth-child(even),
.list_block_03
{
	float: none;
	min-width:inherit;
	width: auto;
	padding: 0;
	margin: 10px;
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-radius: 0;
	/* border: 0; */
}

.frame_section
{
	width: 100%;
	margin: auto;
	clear: both;
	padding:0;
	border:none;
	background:none;
	box-shadow:none;
}

.publisher_link li{
	/* margin:0; */
	/* padding:0; */
}
.nav_side_bar{
	padding:0;
}
.frame_section_sub .content_infor img,
.content_infor img,
.BLOCK_image_01,
.BLOCK_image_02,
.BLOCK_image_03
{
	width: 90%;
	padding: 0;
	margin: auto;
	float: none;
	box-shadow: none;
	border: 0;
	display: block;
}

.single_footer
{
	width: 100%;
	min-width: inherit;
	margin: 0;
	padding: 0;
}
.single_footer p{
	padding:0 20px;
}
.BLOCK_image{
	/* margin-bottom:0; */
}
.in-menu_blocks_boss,
.article_layer_three
{
	width:auto;
}
.in-menu_blocks_boss{
	padding:10px 20px;
}
.article_content_column{
	margin:0;
}
.article_content_column li a{
	width:auto;
}

}/*end-mobile*/
	