﻿@charset "UTF-8";

/* ============= Start Menu =================*/
.area_navi{
	width: 100%;
	margin:auto;
	padding: 10px 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	/* background: #57461b; */
	border-bottom: 7px solid #62940c;
}
.area_navi ul{
	list-style:none;
	margin:0px;
	position:relative;
	text-align: center;
}
.area_navi ul:after{
	content:"";
	clear:both;
	display:block;
}
.area_navi ul li{
	display:inline-block;
	text-align:center;
	padding: 0;
	position:relative;
	box-sizing:border-box;
}


.area_navi ul li a{
	text-decoration:none;
	display:block;
	font-size: 13px;
	color: #FFFFFF;
	position:relative;
	/* border-radius: 20px 20px 0px 0px; */
	padding: 8px 48px;
	background: #567d14;
	box-shadow: 0 5px 5px -5px #333;
	border-bottom: 2px solid #F9FAFC;
	margin: -2px 0px;
}



.area_navi ul li:last-child a{
	border-right:0;
}
.area_navi ul li a:hover{
	color: #eccfbd;
	box-shadow: none;
}
@media screen and (max-width: 480px) {
	.area_navi{
		width: 100%;
	
	}
	.area_navi ul{
		border-top:none;
	}
 .area_navi ul{
	list-style:none;
	border-bottom:0px;
	padding:0px;
	margin:0px;
	position:relative;
}
.area_navi ul li{
	display:block;
	text-align:center;
	width:100%;
	padding:0;
	position:relative;
	box-sizing:border-box;
	margin-left:0px;
}
.area_navi ul li a{
	text-decoration:none;
	display:block;
	border-radius: 0;
	border: 0;
	margin: 0;
	border: none;
	border-bottom: 1px solid #DBDBDB;
}

.area_navi ul li a:before {
    display: none;
}
.area_navi ul li:before{
    display: none;
}
.area_navi ul li a:hover{}
.area_navi ul li a:after{
	display:none;
}
}
 
 
/* ============= End Menu =================*/


body
{
	color: #333;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 2.5em;
	font-size: 16px;
	/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	background: #ffffff;
}
*
{
	margin:0;
	padding: 0;
}
a
{
	color: #e0b951;
	text-decoration: none;
}
a:hover
{
	/* color: #40A74C; */
	text-decoration: underline;
}
p
{
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
}
.blog_header 
{
	clear: both;
	margin: auto;
	padding: 0;
	/* padding-bottom: 10px; */
	/* width: 100%; */
}

.SITE_Content
{
	width: 900px;
	margin: 20px auto;
	/* padding: 20px; */
	/* background: #fff; */
	/* border: 1px solid #ffffff; */
	/* box-shadow: 0 0 1px #000; */
}

.SITE_Content:after
{
	content: "";
	display: block;
	clear: both;
}
.simple_title{
	width: 910px;
	margin: auto;
	position: relative;
	/* background: rgba(173, 195, 122, 0.18); */
	border-bottom: 2px solid #567d14;
	box-shadow: 0 15px 16px -10px #2E2926;
}

h1
{
	color: #567d14;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	margin: 0;
	padding: 10px 0;
}
h3{
	padding: 5px;
	/* text-indent: 15px; */
	margin-left: 15px;
	margin-top: 10px;
	font-size: 15px;
	color: #333;
	/* overflow: hidden !important; */
	/* border-bottom: 1px solid #718c27; */
}
 h3:before{
	content: "✔";
	color: #567d14;
	padding-right: 5px;
	font-size: 20px;
}

/* ============== start h2 ==================*/
h2{
    background-color: #567d14;
    padding: 5px;
    color:#fff;
    font-size: 14px;
    /* text-align:center; */
    position:relative;
    padding-left: 50px;
    margin-bottom: 5px;
}
h2:before{
    content:"";
    position:absolute;
    width: 25px;
    height: 25px;
    border: 2px dotted #fff;
    left: 13px;
    top: 9px;
    border-radius: 50%;
}
h2:after{
    content:"";
    position:absolute;
    width: 7px;
    height: 7px;
    border: 2px solid #fff;
    left: 22px;
    top: 18px;
    background-color: white;
}



h2 a{
	border-bottom:1px solid;
	padding-bottom:3px;
}
h2 a:hover{
	border:none;
	text-decoration: none;
}

.block_innner_body_01 h2{
	background:none;
	\: 35px;
	margin: 0;
	overflow: hidden;
	border: 0;
	text-align: center;
}
.block_innner_body_03 h2{
	background:none;
	text-align:center;
	margin: 0;
	border: 0;
}
.block_innner_body_01 h2:before,.block_innner_body_01 h2:after,
.block_innner_body_03 h2:before,.block_innner_body_03 h2:after
{
	display:none;
	width:0;
	height:0;
	border:0;
	content:"";
	box-shadow:none;
}
.block_innner_body_02 h2{
	background:none;
	text-align:center;
	margin: 0;
	border: 0;
}
.block_innner_body_02 h2:before,.block_innner_body_02 h2:after,
.block_innner_body_02 h2:before,.block_innner_body_02 h2:after
{
	display:none;
	width:0;
	height:0;
	border:0;
	content:"";
	box-shadow:none;
}
/* ============== start inner_image_template  ==================*/
.image_template{
	padding: 0px 0;
	margin:0;
	/* background: rgba(173, 195, 122, 0.56); */
	/* background-color: #bddae8; */
	/* background-image: url("https://www.transparenttextures.com/patterns/60-lines.png"); */  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.inner_image_template{
	width: 880px;=:auto
	clear: both;
	margin: 0 auto;
	display: flex;
	padding: 15px;
	background: #7fb3cc;
	background-color: #567d14;
	  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	background-image: url("https://www.transparenttextures.com/patterns/checkered-light-emboss.png");  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.inner_image_template img{width: 880px;margin: 0 auto;padding: 0px;box-shadow: 0 0 1px #717171;}
.menu_topigation{
	width: 25%;
	float:right;
}

.inner_image_template:after,
.menu_topigation: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 menu_top  ==================*/


/* ============== Start Menu Side Bar ==================*/
.menu_top_main
{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	background: #f4f4f4;
	overflow: hidden;
}
.menu_top_main:after{
	content:"";
	display:block;
	clear:both;
}
.menu_top_main h2{
	text-align:center;
	text-indent: 0;
	margin-bottom: 0;
}
.menu_top_main ul
{
	list-style: none;
	text-align: center;
}
.menu_top_main li
{
	margin: 0;
	padding: 0;
	clear: both;
	margin-bottom: 1px;
}
.menu_top_main li a
{
	display: block;
	color: #4A4A4A;
	padding: 5px 0;
	border-bottom: 1px solid #ffffff;
	box-shadow: 0 1px 1px #c6c6c6;
	background: #f4f4f4;
}
.menu_top_main li a:hover
{
	text-decoration: none;
	background: rgb(100, 198, 172);
	color: #ffffff;
}


/* ============== End Menu Side Bar ==================*/
.block_news{
	background: #ffffff;
	box-shadow: 0 0 1px #2a2a2a;
	position:relative;
	padding-bottom: 20px;
}

.content_template img
{
	width: 30%;
	float: left;
	margin-right: 20px;
	margin-top: 13px;
	margin-left: 20px;
	/* border-radius: 20%; */
	padding: 4px;
	background: #e2e2e2;
}

.data_post_sub .content_template img{
	width:40%;
	margin-top: 20px;
}
.data_post_sub h3 {
    padding: 5px;
    /* text-indent: 15px; */
    margin-left: 15px;
    margin-top: 0px;
    font-size: 15px;
    color: #333;
    /* overflow: hidden !important; */
    /* border-bottom: 1px solid #718c27; */
}

.image_maker_01
{
	width: 22%;
	float: left;
	margin-right: 15px;
	margin-top: 15px;
	margin-left: 20px;
	padding: 5px;
	box-shadow: 0 0 10px #ababab;
	/* background: #adc37a; */
	position:relative;
	border-radius: 20%;
}

.image_maker_01:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:#fff;
	left:0;
}


.image_maker_02
{
	width: 80%;
	margin: 15px auto;
	padding: 0;
	border-bottom: 1px solid #fff;
	display: block;
	box-shadow: 0 0 10px #ababab;
	/* border-radius: 50%; */
}
.image_maker_03
{
	width: 90%;
	margin: 15px auto;
	border: 1px solid #ccc;
	display: block;
}
.image_maker_04
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.image_maker_04
{
	width: 80%;
	margin: 10px auto;
	display: block;
	padding: 4px;
	border: 1px solid #ddd;
	background: #21be18;
	position: relative;
	border-radius: 50%;
}

.image_maker_01:after,.image_maker_02:after,.image_maker_04:after
{
	content:"";
	display:block;
	clear:both;
}


.data_post_main
{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
.data_post_main:after
{
content: "";
display: block;
clear: both;
}

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

.data_post_right{
	width: 22%;
	float: right;
	margin: 0;
}
.data_post_right:after
{
content: "";
display: block;
clear: both;
}

.link_information
{
	margin: 0;
	clear: both;
	=: #F7F7F7
	margin-bottom: 20px;
	margin-bottom: 20px;
}
.link_information:after
{
	content: "";
	display: block;
	clear: both;
}

.data_post_right .link_information{
	margin-bottom:0;
}

.block_innner_body_01
{
	margin: 0;
	padding-bottom: 20px;
	margin-bottom: 20px;
	position:relative;
	background: rgba(127, 179, 204, 0.09);
}

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

.block_innner_body_02
{
	width: 440px;
	margin: 0;
	float: left;
	box-sizing: border-box;
	margin-right: 20px;
	margin-bottom: 20px;
	position:relative;
	z-index:1;
}
.block_innner_body_02:before{
	content:"";
	position:absolute;
	width:100%;
	height: 170px;
	background: rgb(86, 125, 20);
	z-index:-1;
	left: 0;
	top:0;
}

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

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

.block_innner_body_02 h2{
	text-align:center;
	text-indent: 0;
	margin-bottom: 0;
	/* background: #fff; */
}

.block_innner_body_03
{
	width: 31.7%;
	margin: 0;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

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

.block_innner_body_03:nth-child(3)
{
	margin-right: 0px;
}

.block_innner_body_04
{
	width:auto;
	padding: 0;
	padding-bottom: 15px;
	background: #f3f3f3;
	margin-bottom: 20px;
	padding-top: 10px;
}
.block_innner_body_04:last-child{
	margin-bottom:20px;
}
.block_innner_body_04:after
{
	content: "";
	display: block;
	clear: both;
}
.block_innner_body_04 p{
	margin:0;
}

.FUNCTIONAL_frame
{
	padding: 0;
	margin: 0;
}
.FUNCTIONAL_frame:after
{
	content: "";
	display: block;
	clear: both;
}
.content_template{
	padding-bottom:20px;
	margin-bottom:20px;
}
.data_post_sub .content_template{
	margin-bottom:0;
}
.link_information ul
{
	list-style: none;
	padding-top: 0;
}
.link_information li
{
	border-bottom: 1px dotted #ffffff;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 35px;
}
.link_information li h3{
	padding-left:0;
	text-indent: 0px;
	margin-left:0;
	margin: 0;
}

p.more_content a
{
	float: right;
	text-align: center;
	margin: 0px;
	padding: 5px 0;
}

p.more_content a:after{
	content: "➥";
	padding-left:10px;
}
p.more_content a:hover
{
	border-color: #fff;
}
.template_footer
{
	padding-top: 15px;
	padding-bottom: 15px;
	background: #567d14;
	margin: auto;
	width: auto;
	min-width: 1200px;
	text-align: center;
	position: relative;
	border-top: 1px solid #ffffff;
	/* box-shadow: 0 -1px 1px #6a6a6a; */
}

.template_footer:after{
	content:"";
	display:block;
	clear:both;
}
.template_footer a
{
	color: #ffffff;
	text-decoration: none;
}
.template_footer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.template_footer_menu ul{
	margin:0;
	padding: 15px 0;
	display:flex;
	justify-content:center;
}
.template_footer_menu ul li {
	list-style:none;
	
}
.template_footer_menu ul li a{
	padding:10px;
	font-size: 13px;
	position: relative;
}

.template_footer_menu ul li a:before{
	content: "❖";
	top: 0px;
	margin-right: 10px;
}

.template_footer_menu ul li a:hover{
	/* text-decoration: none; */
	/* background: rgba(255, 255, 255, 0.2); */
	/* color: #FF912F; */
}

.social
{
	width: 1200px;
	text-align: center;
	margin: auto;
	display:flex;
	justify-content: flex-start;
	padding-top: 10px;
}
.pocket-btn
{
	margin-top: 1px;
	margin-right:-3px;
}


@media screen and (max-width: 480px){
.blog_header {
	width: 100%;
	min-width:inherit;
	padding:0;
	margin:0;
	border-radius:0;
	border:none;
	box-shadow:none;
	overflow: hidden;
}

.SITE_Content
{
	width: 85%;
	min-width: inherit;
	/* padding-top: 0px; */
	margin: 20px auto;
}
.simple_title{
	width: auto;
	min-width: inherit;
	margin: 0;
	padding: 0;
	margin-bottom: 0;
}
h1
{
	font-size: 14px;
	padding: 10px 0;
	/* border-bottom: 1px solid #ddd; */
}
.block_innner_body_02 h2,h2
{
	text-align:center;
	/* padding: 0px 0; */
	margin: 0;
	margin-bottom: 15px;
}

p{
	padding:0;
}
h3{
	/* padding-left:10px; */
	margin-left:0;
	text-indent:0;
	padding: 0px;
}


.inner_image_template img{
	width:100%;
	padding:0;
	margin:0;
	display: flex;
}
.image_template{
	padding:0;
}
.inner_image_template,.menu_topigation{
	width: 100%;
	float:none;
	margin:0;
	padding:0;
	display: block;
}

.banner
{
	border-radius: 0;
}


/* ========= 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 ============*/


.data_post_main,.data_post_sub
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
}


.data_post_right
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
	margin-top: 20px;
}

.data_post_right .link_information{
	margin-bottom:20px;
}


.content_template,
.block_innner_body_01,
.block_innner_body_02,
.block_innner_body_03,
.block_innner_body_04,
.link_information,
.menu_top_main,
.block_innner_body_02:nth-child(even),
.block_innner_body_02:nth-child(3)
{
	float: none;
	width: auto;
	margin: 0px;
	padding: 15px;
	margin-bottom: 20px;
}
.block_innner_body_01:before{
	display:none;
}
.block_innner_body_02:before{
	height: 250px;
}
.FUNCTIONAL_frame
{
	width: 100%;
	margin: auto;
	clear: both;
	padding:0;
	margin:0;
	border:none;
	background:none;
	box-shadow:none;
}

.menu_top_main{
	padding:0;
}
.link_information li{
	padding:0;
	margin:0;
}

.data_post_sub .content_template img,
.content_template img,
.image_maker_01,
.image_maker_02,
.image_maker_03,
.image_maker_04
{
	width: 100%;
	padding: 0;
	float: none;
	margin: 0px auto;
	position: static;
	display: block;
}

.template_footer
{
	width: auto;
	min-width: inherit;
	padding-top: 10px;
}
.template_footer p{
	padding: 0 0px;
}

.template_footer_menu ul{
	display:block;
}
.template_footer_menu ul li a{
	padding:10px;
	display:block;
}
.template_footer_menu ul li a:hover{
	text-decoration:none;
	background: rgba(238, 238, 238, 0.95);
	color: #272727;
}
.template_footer_menu ul li a:before{
	content:"";
}
.social{
	width:100%;
	margin-top:20px;
	display: flex;
	margin: auto;
	justify-content: center;
}
}/*end-mobile*/
