﻿@charset "UTF-8";

/* ============= Start Menu =================*/
ul,li,a{
	margin:0px;
	padding:0px;
	list-style: none;
	text-decoration: none;
}

.m_navi {
	margin: auto;
	position: relative;
	width: auto;
	background: #8cdcd5;
	border-bottom: 3px solid #d8d8d8;
}
.m_navi ul{
	width: 1100px;
	margin:auto;
	padding: 0;
	text-align: center;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
.m_navi li{
	display: inline-block;
	padding: 0;
	margin: 0;
	float: left;
}

.m_navi li a{
	display:block;
	color: #3a3a3a;
	padding: 10px 62px;
	position:relative;
	/* border: 1px solid #20783b; */
	font-size: 13px;
	background: #9ef4ed;
	border-bottom: 0;
	border-top: 4px solid rgba(0, 0, 0, 0);
}

.m_navi li a:hover{
	text-decoration: none;
	color: #343434;
	background: #fff;
	border-top-color: #fea3a2;
}

@media screen and (max-width: 480px){
	.m_navi {
	height:auto;
	width: auto;
	margin: auto;
	padding:0;
	position: relative;
}
.m_navi ul{
	width: auto;
	display:block;
	position: static;
	border-radius: 0;
}
.m_navi li{
	display:block;
	width:100%;
	float:none;
	padding:0px 0px;
	position:relative;
	text-align:center;
}
.m_navi li:before
{
	display:none;
	z-index:-1;
}
.m_navi li a{
	display:block;
	/* color: #c1c1c1; */
	border-top:0px solid transparent;
	padding: 5px 0px;
	position:relative;
	border-radius: 0;
}
.m_navi li a:before{
	content:none;
	border-style:solid;
	border-width:7px;
	border-color:transparent;
	border-top-color:#A4C14A;
	position:absolute;
	margin-left:35%;
	display:none;
	transition:all 0.4s linear;

}
.m_navi li:first-child a:before{
	display:block;
	transition:all 1s linear;
	margin-left:10%;
}
.m_navi li a:hover{
	/* color: #fff; */
	/* background: rgba(255, 255, 255, 0.25); */
}
}  
/* ============= 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;
	/* background-size: 100%; */
	background-color: #dbfffc;
	background-image: url("https://www.transparenttextures.com/patterns/blizzard.png");  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
*
{
	margin:0;
	padding: 0;
}
a
{
	color: #f7372c;
	text-decoration: none;
}
a:hover
{
	/* color: #40A74C; */
	text-decoration: underline;
}
p
{
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
}
.header_background 
{
	clear: both;
	margin: auto;
	padding: 0;
	padding-bottom: 0;
	width: 1100px;
}

.wrapper_body
{
	width: 1100px;
	margin: 20px auto;
	/* padding: 20px; */
	z-index: 3;
	/* border: 1px solid #d5c7b2; */
}
.wrapper_body:after
{
	content: "";
	display: block;
	clear: both;
}
.main_title{
	margin: auto;
	padding: 0px 0;
	background: #8cdcd5;
	/* box-shadow: 0 0 1px #000; */
}
h1
{
	color: #ffffff;
	text-decoration: none;
	font-size: 16px;
	margin: auto;
	padding: 20px 0;
	width: 1100px;
	text-align: center;
}
h3{
	padding-left: 20px;
	margin-top: 3px;
	font-size: 14px;
	color: #3c9056;
	border-bottom: 1px solid #c4c4c4;
	overflow: hidden !important;
}
h3:before{
	content: "»";
	padding-right: 6px;
}
/* ============== start h2 ==================*/
h2 {
    background-color: #fea3a2;
    padding:10px;
    color:#fff;
    text-align:center;
    border-bottom: 3px solid #E53737;
    position:relative;
    font-size: 17px;
}

h2:before{
    /* content:""; */
    width: 10px;
    height: 22%;
    background-color: transparent;
    position:absolute;
    top: 11px;
    left: 17px;
    margin-left:10px;
    border-top: 10px solid white;
    border-bottom: 9px solid white;
    transform: rotate(-45deg);
}
h2:after{
    /* content:""; */
    width: 10px;
    height: 22%;
    background-color: transparent;
    position:absolute;
    top: 11px;
    left: 18px;
    margin-left:10px;
    border-top: 10px solid white;
    border-bottom: 9px solid white;
    transform: rotate(45deg);
}
/* ============== start inner_img_main_top  ==================*/
.img_main_top{
	padding: 0;
	margin:0;
}
.inner_img_main_top{
	clear: both;
	margin: auto;
	display: block;
	/* max-width: 1350px; */
	width: 100%;
}
.inner_img_main_top img{
	margin: auto;
	width: 100%;
	z-index: -1;
	margin-bottom: -9px;
}
.m_naviigation{
	width: 25%;
	float:right;
}

.inner_img_main_top:after,
.m_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 m_navi  ==================*/


/* ============== Start Menu Side Bar ==================*/
.m_navi_main
{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	background: #FFFFFF;
	border-top: 5px solid #3c9056;
}
.m_navi_main:after{
	content:"";
	display:block;
	clear:both;
}
.m_navi_main h2{
	text-align:center;
	padding: 10px 0;
	margin-bottom: 10px;
}
.m_navi_main ul
{
	list-style: none;
	/* text-align: center; */
}
.m_navi_main li
{
	margin: 0;
	padding: 0;
	clear: both;
	margin-bottom: 1px;
	border-top: 1px solid #ddd;
}
.m_navi_main li a
{
	display: block;
	color: #313131;
	padding: 5px 20px;
	font-size: 13px;
	position: relative;
	text-indent: 10px;
	transition: all 0.3s linear;
}
.m_navi_main li a:before{
	content: "➩";
	position: absolute;
	left: 0;
	color: #3c9056;
}
.m_navi_main li a:hover
{
	text-decoration: none;
	color: #f7372c;
	padding-left: 30px;
	transition: all 0.3s linear;
}


/* ============== End Menu Side Bar ==================*/
.Controller_block{
	background: #fff;
	/* box-shadow: 0 0 1px #000; */
	/* border-top: 5px dotted #ccf5f1; */
	position: relative;
	border-bottom: 5px solid #8cdcd5;
}

.layout_content img
{
	width: 38%;
	float: left;
	margin-right: 20px;
	margin-top: 15px;
	margin-left: 20px;
	padding: 0;
	box-shadow: 0 0 1px #B3B3B3;
}
.site_postlist_right .layout_content img
{
	width: 38%;
}

.img_main_top_01
{
	width: 35%;
	float: left;
	margin-right: 15px;
	/* margin-bottom: 10px; */
	margin-top: 14px;
	margin-left: 15px;
	padding: 0;
	box-shadow: 0 0 1px #B3B3B3;
	background: #fff;
	position:relative;
}

.img_main_top_01:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background:#fff;
	left:0;
}


.img_main_top_02
{
	width: 100%;
	display: block;
	margin: auto;
	margin-bottom: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
}
.img_main_top_03
{
	width: 100%;
	margin: 0;
	padding: 0;
}
.img_main_top_03
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
}

.img_main_top_01:after,.img_main_top_02:after,.img_main_top_03:after
{
	content:"";
	display:block;
	clear:both;
}


.site_postlist_main
{
	width: 76.3%;
	float: right;
	margin: 0;
	padding: 0;
}
.site_postlist_main:after
{
content: "";
display: block;
clear: both;
}

.site_postlist_sub{
	/* width: 76.3%; */
	float: left;
	margin: 0;
}
.site_postlist_sub:after
{
content: "";
display: block;
clear: both;
}

.site_postlist_right{
	width: 22%;
	float: left;
	margin: 0;
}
.site_postlist_right:after
{
content: "";
display: block;
clear: both;
}

.External_links
{
	margin: 0;
	padding: 0;
	clear: both;
	=: #F7F7F7
	margin-bottom: 20px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.External_links:after
{
	content: "";
	display: block;
	clear: both;
}

.site_postlist_right .External_links{
	margin-bottom:0;
}

.basic_block_01
{
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	margin-bottom: 20px;
	position:relative;
	overflow: hidden;
}

.basic_block_02
{
	width: 48.75%;
	margin: 0;
	padding-bottom: 15px;
	float: left;
	margin-right: 20px;
	padding-bottom: 28px;
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
}

.basic_block_02 h2{
	padding-right: 0;
	padding-left: 0;
	margin: 0;
	text-align: center;
}

.basic_block_02:nth-child(even)
{
	margin-right: 0px;
}

.basic_block_03
{
	width: 100%;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.basic_block_03:after
{
	content: "";
	display: block;
	clear: both;
}



.site_postlist
{
	padding: 0;
	margin: 0;
	clear: both;
	display: block;
}
.site_postlist:after
{
	content: "";
	display: block;
	clear: both;
}
.layout_content{
	padding-bottom:20px;
	margin-bottom: 20px;
}
.site_postlist_sub .layout_content{
	margin-bottom:0;
}
.External_links ul
{
	list-style: none;
	padding-top: 0;
}
.External_links li
{
	margin-left: 20px;
	margin-right: 20px;
	line-height: 35px;
	position:relative;
}
.External_links li h3{
	padding:0;
	margin:0;
}

p.get_moreinfo a
{
	float: right;
	/* color: #ffffff; */
	text-align: center;
	text-decoration: none;
	padding: 0px 10px;
	border: 1px solid #dbfffc;
	margin: 10px 0;
}
p.get_moreinfo a:after{
	content: "»";
	padding-left: 5px;
	font-size: 16px;
}
p.get_moreinfo a:hover
{
	text-decoration: none;
	color: #ffffff;
	box-shadow: none;
	background: #7dd3cb;
}

.Footer_all_page
{
	padding: 30px 0;
	background: #7dd3cb;
	color: #000;
	margin: auto;
	height: auto;
	/* width: 1100px; */
	text-align: center;
	position: relative;
	border-top: 1px solid #ffffff;
	box-shadow: 0 -1px 1px #31371f;
}
.inner_Footer_all_page{
	width:1100px;
	margin:auto;
}
.Footer_all_page:after{
	content:"";
	display:block;
	clear:both;
}
.Footer_all_page a
{
	color: #FFFFFF;
	text-decoration: none;
}
.Footer_all_page a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.Footer_all_page_menu ul{
	margin:0;
	padding:0;
	display:flex;
	justify-content:center;
	margin-bottom: 20px;
}
.Footer_all_page_menu ul li {
	list-style:none;
	border-bottom: 1px solid #ffffff;
}
.Footer_all_page_menu ul li a{
	padding: 10px 23px;
	position: relative;
	font-size: 13px;
}

.Footer_all_page_menu ul li a:before{
	content: "»";
	top: 0px;
	margin-right: 10px;
}

.Footer_all_page_menu ul li a:hover{
	/* text-decoration: none; */
	/* background: rgba(255, 255, 255, 0.2); */
	/* color: #FF912F; */
}

.social
{
	width: 100%;
	text-align: center;
	margin: auto;
	display:flex;
	justify-content: center;
	padding: 0;
}
.pocket-btn
{
	margin-top: 1px;
	margin-right:-3px;
}
.Footer_all_page_left{
	width: 70%;
	float: right;
	text-align: right;
	font-size: 13px;
}
.Footer_all_page_right{
	width: 30%;
	float: left;
}

@media screen and (max-width: 480px){
.header_background {
	width: 100%;
	min-width:inherit;
	padding:0;
	margin:0;
	border-radius:0;
	border:none;
	box-shadow:none;
	overflow: hidden;
}

.wrapper_body
{
	width: 90%;
	min-width: inherit;
	/* padding-top: 0px; */
	margin: 20px auto;
}
.main_title{
	width: 100%;
	min-width: inherit;
	margin: 0;
}
h1
{
	font-size: 14px;
	padding: 20px 0;
	width: 100%;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.basic_block_02 h2,
h2{
	text-align:center;
	/* padding:10px 0; */
	/* margin-bottom: 15px; */
}
p{
	padding:0;
}
h3{
	padding:0;
	text-indent:0;
}

.basic_block_02 h2{
	border-radius:0;
}

.inner_img_main_top img{
	width:100%;
	padding:0;
	margin:0;
	display: flex;
}
.inner_img_main_top,.m_naviigation{
	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 ============*/


.site_postlist_main,.site_postlist_sub
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
}


.site_postlist_right
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
	margin-top: 20px;
}

.site_postlist_right .External_links{
	/* margin-bottom:20px; */
}

.m_navi_main,
.External_links,
.layout_content,
.basic_block_01,
.basic_block_02,
.basic_block_02:nth-child(even),
.basic_block_03
{
	float: none;
	width: auto;
	margin:0;
	padding: 15px;
	padding-bottom: 20px;
	margin-bottom:20px;
}
.basic_block_01:before
{
	display:none;
}
.basic_block_01 h2{
	text-align:center;
}
.site_postlist
{
	width: 100%;
	margin: auto;
	clear: both;
	padding:0;
	margin:0;
	border:none;
	background:none;
	box-shadow:none;
}

.External_links li{
	padding:0;
	margin:0;
}

.layout_content img,
.img_main_top_01,
.img_main_top_02,
.img_main_top_03
{
	width: 100%;
	padding: 0;
	margin: auto;
	float: none;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 0;
}

.Footer_all_page
{
	width: auto;
	min-width: inherit;
	padding-top: 0;
}
.Footer_all_page p{
	padding:0 20px;
}
.inner_Footer_all_page{
	width: auto;
	padding: 0px;
}
.Footer_all_page_menu ul{
	display:block;
}
.Footer_all_page_menu ul li a{
	padding: 9px;
	display:block;
}
.Footer_all_page_menu ul li a:hover{
	text-decoration:none;
	background: rgb(255, 255, 255);
	color: #2d2d2d;
}
.Footer_all_page_menu ul li a:before{
	content:"";
}


.Footer_all_page_right,
.Footer_all_page_left{
	width: auto;
	float:none;
	display:flex;
	justify-content:center;
}

}/*end-mobile*/
