﻿@charset "UTF-8";

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

.blog_navi {
	margin: 0 auto;
	text-align: center;
}
.blog_navi ul{
	width:1000px;
	margin:auto;
	text-align: center;
	border-bottom: 0px solid #79784d;
	border-top: 3px solid #516577;
	background: #79848e;
	margin-bottom: 20px;
	margin-top: 20px;
}
.blog_navi li{
	display:inline-block;
	padding: 0px 0px;
	position:relative;
}
.blog_navi li a{
	display:block;
	color: #ffffff;
	padding: 5px 45px;
	position:relative;
	background: linear-gradient(rgba(107, 106, 65, 0),rgba(113, 112, 67, 0));
	border-bottom: 0px dashed #fff;
	box-shadow: 0 0px 0px #fff inset;
	border-radius: 1px;
}

.blog_navi li a:hover{
	text-decoration: none;
	color: #ffffff;
	background: linear-gradient(rgba(81, 101, 119, 0.93),rgba(113, 112, 67, 0));
	border-bottom: 0px solid #fff;
}

@media screen and (max-width:480px){
	.blog_navi {
	height:auto;
	width:100%;
	margin: auto;
	line-height: 40px;
}
.blog_navi ul{
	width:100%;
	margin:0;
	padding:0;
	border:0;
	box-shadow:none;
}
.blog_navi li{
	display:block;
	width:100%;
	float:none;
	padding:0px 0px;
	position:relative;
	text-align:center;
}
.blog_navi li a{
	display:block;
	/* color: #474747; */
	/* border-top:0px solid transparent; */
	padding:0px 0px;
	position:relative;
	line-height: 45px;
	border-radius: 0;
}
.blog_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;

}
.blog_navi li:hover a:before{
	display:block;
	transition:all 1s linear;
}

.blog_navi li a:hover{
	/* color: #222222; */
	/* background: #fcfcfc; */
}
}  
/* ============= 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;
	background-color: #e5eaf1;
	  /* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
*
{
	margin:0;
	padding: 0;
}
a
{
	color: #1f86e4;
	text-decoration: none;
}
a:hover
{
	/* color: #FF952D; */
	text-decoration: underline;
}
p
{
	padding: 0;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;
	margin-top: 0;
}
.Top_Header 
{
	clear: both;
	margin: auto;
	padding: 0;
	padding-bottom: 0px;
	/* background: linear-gradient(#9c9b57,#c7c68c); */
	margin-bottom: 0px;
	border-bottom: 0px solid #6e6d42;
}

.wrapp_all
{
	width: 960px;
	margin: auto;
	margin-bottom: 20px;
	padding: 20px;
	background: rgb(121, 132, 142);
	box-shadow: 0 0 5px #ffffff inset;
}
.wrapp_all:after
{
	content: "";
	display: block;
	clear: both;
}
.title_top{
	margin: auto;
	padding-top: 0px;
}
h1
{
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	padding: 10px 0;
	/* width: 1000px; */
	margin: auto;
	text-align: center;
	border-top: 0px dashed #4c516f;
	border-bottom: 0px double #ffffff;
	background: #79848e;
	margin-bottom: 20px;
	margin-top: 0;
}
h3{
	padding-left: 18px;
	font-size: 16px;
	color: #3a3a3a;
	overflow: hidden !important;
	border-bottom: 0px dashed #4c516f;
	position:relative;
	margin-top: 10px;
	background: #dee2e6;
	text-align: center;
}
h3:before{
	content: "";
	padding-right: 0px;
	color: #f15627;
}
/* ============== start h2 ==================*/

h2  {
    padding: 10px;
    /* text-align: center; */
    /* background-color: #6278CC; */
    color: #333e48;
    font-weight: bold;
    border-bottom: 3px solid #79848e;
    /* border-left: 13px solid #FF7612; */
    background-color: #fff;
    position: relative;
    padding-left: 40px !important;
    margin-bottom: 10px;
    font-size: 16px;
}
h2:before {
    content: "";
    position: absolute;
    background: #79848e;
    top: 50%;
    left: 0.5em;
    margin-top: -10px;
    height: 20px;
    width: 20px;
    border-radius: 15px;
}

h2 a{
	border-bottom:1px double;
	padding-bottom:3px;
	text-align: center;
}
h2 a:hover{
	border:none;
	text-decoration: none;
}
/* ============== start inner_img_main_top  ==================*/
.Content_block{
	
background: #ffffff;
	
box-shadow: 0 0 1px #4c516f;
	
padding-bottom: 20px;
	
margin-bottom: 20px;
}

.img_main_top{
	padding: 0px 0;
	margin:0;
}
.inner_img_main_top{
	width:1000px;
	margin:auto;
	clear: both;
	display: flex;
}
.inner_img_main_top img{
	padding: 0px;
	width: 100%;
	box-shadow: 0 0 0px #343434;
	margin: 0px auto;
	background: #4c516f;
}
.Base_contentigation{
	width: 25%;
	float:right;
}

.Base_contentigation: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 Base_content  ==================*/


/* ============== Start Menu Side Bar ==================*/
.navigation_main
{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
.navigation_main:after{
	content:"";
	display:block;
	clear:both;
}

.navigation_main ul
{
	list-style: none;
	/* text-align: center; */
}
.navigation_main li
{
	margin: 0;
	padding: 0;
	clear: both;
	margin-bottom: 1px;
	border-bottom: 1px solid #eaeaea;
	position: relative;
}
.navigation_main li:before{
	content: "●";
	position:absolute;
	left:0;
	top: 10px;
	z-index:2;
	color: #65bdad;
}

.navigation_main li a
{
	display: block;
	color: #353535;
	padding: 8px 10px;
	margin-left: 20px;
}
.navigation_main li a:hover
{
	text-decoration: none;
	color: #f1562d;
	border-color: #fff;
}


/* ============== End Menu Side Bar ==================*/
.operator_frame_sub .Base_content{
	margin-bottom:0;
}
.Base_content{
	/* background: #ffffff; */
}

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

.Base_content img
{
	width: 44%;
	display: block;
	float: right;
	margin-right: 18px;
	margin-top: 10px;
	margin-left: 15px;
	padding: 0px;
	/* background: #4c516f; */
	border-bottom: 0px double #6e6d42;
	border-radius: 0;
}

.operator_frame_sub .Base_content img
{
	width: 48%;
}


.icatch_of_picture_01
{
	width: 40%;
	display: block;
	float: right;
	margin-right: 15px;
	=: -18px
	padding: 5px;
	margin-top: 10px;
	margin-left: 10px;
	background: #fff;
	border-bottom: 0px double #6e6d42;
	position:relative;
	border-radius: 0;
}
.icatch_of_picture_02
{
	width: 93%;
	display: block;
	margin: 11px;
	padding: 0;
	border: 1px solid #c9ceec;
}
.icatch_of_picture_03
{
	width: 100%;
	margin: auto;
	padding: 0;
	border-bottom: 1px double #ddd;
	/* display: block; */
}

.icatch_of_picture_01:after,.icatch_of_picture_02:after,.icatch_of_picture_03:after
{
	content:"";
	display:block;
	clear:both;
}


.wrap_topcontents
{
	width: 100%;
	float: right;
	margin: 0;
	padding: 0;
	border-left: 0px solid #65bdad;
	padding-left: 0px;
}
.wrap_topcontents:after
{
content: "";
display: block;
clear: both;
}

.operator_frame_sub{
	width: 100%;
	float: right;
	margin: 0;
	padding: 0;
	border-left: 0px solid #703f54;
	padding-left: 0px;
}
.operator_frame_sub:after
{
content: "";
display: block;
clear: both;
}

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

.primiryLinks
{
	/* margin: 0; */
	clear: both;
}
.primiryLinks:after
{
	content: "";
	display: block;
	clear: both;
}

.article_list_left .primiryLinks{
	margin-bottom:0;
}
.Set_block_01 h2{

}
.Set_block_01 h2:before{
	
}

.Set_block_01
{
	/* background: #fff; */
	position:relative;
}


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

.Set_block_02
{
	width: 49%;
	float: left;
	margin-right: 19px;
	border: 1px solid #fff;
	box-sizing: border-box;
}

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

.Set_block_02:first-child
{
	margin-left: 0px;
}
.Set_block_02:nth-child(even)
{
	margin-right: 0px;
}


.Set_block_02 h2,.Set_block_03 h2{
	background:none;
	border:none;
	margin:0;
	box-shadow:none;
	text-align: center;
	padding: 5px 0;
	text-indent: 0;
	margin-top: 0px;
	text-shadow: none;
}

.Set_block_02 h2:before, .Set_block_02 h2:after,
.Set_block_03 h2:before, .Set_block_03 h2:after
{
	content:"";
	width:0;
	height:0;
	box-shadow:none;
	border:none;
}


.Set_block_03
{
	background: #fff;
}

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


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

.primiryLinks ul
{
	list-style: none;
	padding-top: 10px;
}
.primiryLinks li
{
	line-height: 30px;
	position: relative;
	border-bottom: 1px solid #fcfcfc;
	margin-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px;
}
.primiryLinks li h3{
	/* padding:0; */
	/* margin:0; */
	/* text-indent:0; */
}
p.Details_more a
{
	float: left;
	color: #ffffff;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 0px 15px;
	font-size: 15px;
	position: relative;
	background: #79848e;
	border-radius: 0;
	box-shadow: 0 0px 0px #fff inset;
}
p.Details_more a:before{
	content: "";
	padding-right: 0px;
	color: #fff;
	font-size: 18px;
}
p.Details_more a:hover
{
	text-decoration: none;
	color: #FFFFFF;
	border-color: #fff;
	box-shadow: 0 0px 1px #312727;
	background: #56636f;
}
.base_bottom
{
	padding: 10px 0;
	color: #000;
	margin: auto;
	min-width: 1000px;
	height: auto;
	text-align: center;
	background: #79848e;
	padding-top: 20px;
	border-top: 0px dashed #fff;
}
.inner_base_bottom{
	width:1000px;
	margin:auto;
}
.base_bottom:after{
	content:"";
	display:block;
	clear:both;
}
.base_bottom a
{
	color: #ffffff;
	text-decoration: none;
}
.base_bottom a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.base_bottoblog_navi{margin-bottom: 20px;border-bottom: 1px solid #ffffff;}
.base_bottoblog_navi ul{
	margin: 3px auto;
	padding:0;
	display:flex;
	justify-content:center;
	padding: 5px 0;
}
.base_bottoblog_navi ul li {
	list-style:none;
	
}
.base_bottoblog_navi ul li a{
	padding: 10px 10px;
	border-right: 1px solid #ffffff;
	/* color: #272727; */
}
.base_bottoblog_navi ul li a:before{
	content:"》";
	padding-right:10px;
}
.base_bottoblog_navi ul li a:hover{
	/* text-decoration:none; */
	/* color: #8ea727; */
}
.base_bottoblog_navi ul li:last-child a{
	border:none;
}

.social
{
	width: 1000px;
	text-align: right;
	margin: auto;
	display:flex;
	justify-content: flex-start;
	padding: 0;
}
.pocket-btn
{
	margin-top: 2px;
	margin-right:-3px;
}


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

.Set_block_01 h2,
.Set_block_02 h2, 
.Set_block_03 h2,
h2{
	/* text-align: center; */
	/* text-indent:0; */
	/* padding: 5px 0; */
	/* margin: 0; */
}
.Top_Header {
	width: 100%;
	min-width:inherit;
	margin:0;
	padding: 0;
	border-radius:0;
	border:none;
	box-shadow:none;
	overflow: hidden;
	background-size: 100%;
}

.wrapp_all
{
	width: 88%;
	min-width: inherit;
	margin: 20px auto;
}
.title_top{
	width: 100%;
	min-width: inherit;
	margin: 0;
}
h1
{
	text-align: center;
	width: auto;
	padding: 10px;
	font-size: 14px;
}
.img_main_top{
	margin:0;
	padding:0;
	/* margin-bottom: 25px; */
}
.inner_img_main_top
{
	width: 100%;
	min-width: inherit;
	background-color: rgb(255, 255, 255);
	display: block;
}
.inner_img_main_top img{
	width:100%;
	padding:0;
	margin:0;
	display: flex;
}
.Base_contentigation{
	width: 100%;
	float:none;
	margin:0;
	padding:0;
}



.base_bottoblog_navi ul{
	display:block;
}
.base_bottoblog_navi ul li a{
	padding:10px;
	display:block;
	border: none;
}
.base_bottoblog_navi ul li a:hover{
	text-decoration:none;
	color: #353535;
	background: rgb(255, 255, 255);
}

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


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


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

.article_list_left .primiryLinks{
	margin-bottom:20px;
}


.navigation_main{
	width:auto;
	padding: 10px;
	border-radius: 0;
}

.primiryLinks,
.Base_content,
.Set_block_01,
.Set_block_02,
.Set_block_02:nth-child(even),
.Set_block_02:first-child,
.Set_block_03
{
	float: none;
	width: auto;
	margin: 0px;
	padding: 0px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.Set_block_01:before{
	display:none;
}


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


.operator_frame_sub .Base_content img,
.Base_content img,
.icatch_of_picture_01,
.icatch_of_picture_02,
.icatch_of_picture_03
{
	width: 93%;
	padding: 0px;
	margin: 14px;
	float: none;
	box-shadow: none;
	border: none;
	display: initial;
	border-radius: 0;
	background: #ffffff;
	margin-bottom: 0;
}
.base_bottom
{
	width: auto;
	min-width: inherit;
	/* padding-top: 0; */
}
.inner_base_bottom{
	width:inherit;
	min-width:inherit;
}
.primiryLinks{
	/* margin-bottom:0; */
}

.social{
	justify-content:center;
	width:100%;
	margin-top:10px;
}
}/*end-mobile*/
	