﻿@charset "UTF-8";

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

.menu_header{
	margin: 0px auto;
	text-align: center;
	width: 1100px;
	background: #ffffff;
}
.menu_header ul{
	width:1100px;
	margin:auto;
	display:flex;
	justify-content:center;
	background: #9bd0f7;
}
.menu_header li{display:inline-block;}
.menu_header li a{
	color: #444444;
	padding: 10px 28px;
	position: relative;
	font-size: 12px;
	display: block;
}
.menu_header li a:hover:after{
	content:"";
	position:absolute;
	right: -10px;
	border: 5px solid rgba(74, 53, 53, 0);
	border-left-color: #759d3a;
	bottom: -2px;
	z-index: -1;
}
.menu_header li a:hover {
	color: #060606;
	text-decoration: none;
	background: #FFD39A;
}
@media screen and (max-width: 480px){
	.menu_header{
	height:auto;
	width: 100%;
	margin: 10px auto;
	overflow: hidden;
}
.menu_header ul{
	width:100%;
	margin:auto;
	min-width:inherit;
	display:block;
}
.menu_header li{
	width:100%;
	display:block;
	text-align: center;
}
.menu_header li a{
	/* color: #232323; */
	border-right:0px dotted;
	display: block;
	padding: 6px;
	border-radius: 0;
}
.menu_header li a:hover{
	background: #e1f5db;
	color: #464646;
}
}   
/* ============= End Menu =================*/


body
{
	color: #333;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:2em;
	font-size: 15px;
	background: #f3e6d6;
}
*
{
	margin:0;
	padding: 0;
}
a
{
	color: #ffa32e;
	text-decoration: none;
}
a:hover
{
	color: #49b2ff;
	/* text-decoration: underline; */
}
p
{
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	margin-top: 10px;
}
.Tittle_in_header 
{
	clear: both;
	margin: auto;
	padding: 0;
	padding-bottom: 0;
}
.Tittle_in_header:after
{
	content: "";
	display: block;
	clear: both;
}
.SITE_wrapper
{
	width: 1100px;
	margin: 1px auto;
	/* padding: 20px; */
	/* box-shadow: 0 0 1px; */
	background: #f3f3f3;
	/* border-bottom: 5px solid #c9ecbe; */
	margin-top: 10px;
}
.SITE_wrapper:after
{
	content: "";
	display: block;
	clear: both;
}
.DATA_tittle{
	margin: auto;
}
h1
{
	color: #6cc0ff;
	text-decoration: none;
	font-size: 16px;
	padding: 8px 0;
	width: 1100px;
	margin: auto;
	border-bottom: 1px solid;
}
h3{
	padding-left: 18px;
	margin-top:15px;
	font-size: 15px;
	color: #3F3F3F;
}
.Associated_links ul li h3 {
    font-size: 15px;
    padding-left: 0px;
    color: #151111;
    border-bottom: 1px dotted #aaa;
}

/* ============== start h2 ==================*/
h2 {
    padding: 10px 20px;
    position:relative;
    color: #505050;
    z-index:1;
    border: 1px solid #a5a5a5;
    font-size: 16px;
    overflow: hidden;
    box-shadow: 0 12px 33px -15px #000;
}

h2 a{
	border-bottom:1px double;
	padding-bottom:3px;
}
h2 a:hover{
	border:none;
	text-decoration: none;
}
/* ============== start inner_great_image  ==================*/
.wrap_block{
	background: rgb(255, 255, 255);
	margin-bottom: 20px;
	padding-bottom: 20px;
	box-shadow: 0 0 1px;
	background: #f3f3f3;
}

.great_image{
	padding: 0;
	margin:0;
}
.inner_great_image{
	width:1100px;
	margin:auto;
	clear: both;
	/* display: flex; */
}
.inner_great_image img{
	width: 100%;
	background: #d3d3d3;
	margin: auto;
	padding-top: 0;
}


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

.menu_headerigation: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_header  ==================*/


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

.nav_side_bar ul
{
	list-style: none;
	text-align: center;
	background: rgba(255, 255, 255, 0.44);
}
.nav_side_bar li
{
	margin: 0;
	padding: 0;
	clear: both;
	margin-bottom: 1px;
}
.nav_side_bar li a
{
	display: block;
	color: #353535;
	padding: 10px 0;
	font-size: 13px;
}
.nav_side_bar li a:hover
{
	text-decoration: none;
	background: rgb(251, 251, 251);
	color: #414141;
	border-color: #fff;
}


/* ============== End Menu Side Bar ==================*/
.subpage_entry .Look_Content{
	margin-bottom:0;
}
.Associated_links{
}

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

.Look_Content {
}
.Look_Content img
{
	width: 48%;
	float: left;
	margin-right: 18px;
	margin-bottom: 10px;
	margin-top: 20px;
	margin-left: 20px;
	padding: 0;
	border: 1px solid #C5C5C5;
}
.icatch_of_picture_01
{
	width: 44%;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 15px;
	margin-left: 3px;
	padding: 0;
	border: 1px solid #C5C5C5;
}
.icatch_of_picture_02
{
	width: 90%;
	margin: auto;
	padding: 20px;
	border-bottom: 1px solid #9fd18f;
	border-top: 1px solid #9fd18f;
	background: #c9ecbe;
}
.icatch_of_picture_03
{
	width: 96%;
	margin: auto;
	padding: 5px;
	border-bottom: 1px double #ddd;
	background: #ffffff;
}

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


.post_article_main
{
	width: 73.3%;
	float: right;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	/* background: #fff; */
}
.post_article_main:after
{
content: "";
display: block;
clear: both;
}

.subpage_entry{
	/* width: 73.3%; */
	/* float: right; */
	margin: 0;
	/* padding-left: 10px; */
	margin-top: 10px;
}
.subpage_entry:after
{
content: "";
display: block;
clear: both;
}

.post_article_left{
	width: 25%;
	float: left;
	margin: 0;
	/* margin: 15px; */
	box-shadow: 0 0 1;
	/* margin-top: 10px; */
}
.post_article_left:after
{
content: "";
display: block;
clear: both;
}

.icatch_of_picture
{
	margin: 0;
	padding: 0;
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
.icatch_of_picture:after
{
	content: "";
	display: block;
	clear: both;
}

.post_article_left .icatch_of_picture{
	margin-bottom:0;
}
.Cont_block_01 h2{
	padding-left: 10px;
}
.Cont_block_01
{
	margin: 0;
	padding: 0;
	padding: 15px;
	margin-bottom: 20px;
}
.Cont_block_01:after
{
	content: "";
	display: block;
	clear: both;
}

.Cont_block_01 p{
	padding:0;
}
.Cont_block_02
{
	width: 48.7%;
	float: left;
	margin-right: 20px;
}

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

.Cont_block_02:first-child
{
	margin-left: 0px;
}
.Cont_block_02:nth-child(2)
{
	margin-right: 0px;
}
.Cont_block_02:nth-child(4)
{
	margin-right: 0px;
}


.Cont_block_01 h2,.Cont_block_02 h2,.Cont_block_03 h2{
	background:none;
	border:none;
	margin:0;
	box-shadow:none;
	text-align: center;
	padding: 10px 0px;
	text-indent: 0;
	margin-top: 0px;
	font-size: 16px;
}
.Cont_block_01 h2:before, .Cont_block_01 h2:after,
.Cont_block_02 h2:before, .Cont_block_02 h2:after,
.Cont_block_03 h2:before, .Cont_block_03 h2:after
{
	content:"";
	width:0;
	height:0;
	box-shadow:none;
	border:none;
}


.Cont_block_03
{
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	padding-bottom: 15px;
	background: none;
	/* box-shadow: none; */
}

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


.frame_wrapper,.frame_wrapper_cont
{
	padding: 0;
	margin: 0;
}
.frame_wrapper:after,.frame_wrapper_cont
{
	content: "";
	display: block;
	clear: both;
}

.Associated_links ul
{
	list-style: none;
	padding-top: 10px;
}
.Associated_links li
{
	/* border-bottom: 1px double #E6E6E6; */
	margin-left: 20px;
	margin-right: 20px;
	line-height: 30px;
}
p.read_more a
{
	float: right;
	color: #1c1c1c;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 3px 20px;
	font-size: 12px;
	background: #c9ecbe;
	border: 2px solid #FFFFFF;
	border-radius: 5px;
	box-shadow: 0 3px 2px #e3e3e3;
}

p.read_more a:hover
{
	text-decoration: none;
	color: #ebebeb;
	border-color: #fff;
	background: #99cd88;
	transition: 0.3s linear;
}
.bottom_part
{
	padding-bottom: 20px;
	color: #000;
	margin: auto;
	/* width: 100%; */
	width: 1100px;
	height: auto;
	min-width: 1100px;
	text-align: center;
	margin-top: 20px;
	background: #aad174;
	background: #9bd0f7;
	box-shadow: 0 -2px 1px #fff;
}
.bottom_part:after{
	content:"";
	display:block;
	clear:both;
}
.bottom_part a
{
	color: #FFFFFF;
	/* text-decoration: none; */
}
.bottom_part a:hover
{
	/* color: #FFFFFF; */
	text-decoration: underline;
}

.bottom_part_menu ul{
	margin:0;
	padding:0;
	display:flex;
	justify-content:center;
	padding: 5px 0;
	/* background: rgb(201, 236, 190); */
	/* border-bottom: 1px solid #8bc37a; */
	border-top: 1px solid #a0d490;
}
.bottom_part_menu ul li {
	list-style:none;
	
}
.bottom_part_menu ul li a{
	padding:10px;
	border-right: 1px solid #808080;
	color: #363636;
}
.bottom_part_menu ul li a:hover{
	background: rgb(139, 201, 120);
	text-decoration:none;
	color: #ffffff;
}
.bottom_part_menu ul li:last-child a{
	border:none;
}

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


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

.SITE_wrapper
{
	width: 88%;
	min-width: inherit;
	margin: 0px auto;
	margin-top: 15px;
}
.DATA_tittle{
	width: 100%;
	min-width: inherit;
	margin: 0;
}
h1
{
	font-size: 14px;
	text-align: center;
	width: 100%;
}
.great_image{
	margin:0;
	padding:0;
}
.inner_great_image
{
	width: 100%;
	min-width: inherit;
	display: block;
	margin: auto;
}
.inner_great_image img{
	width: 100%;
	padding:0;
	margin: auto;
}
.menu_headerigation{
	width: 100%;
	float:none;
	margin:0;
	padding:0;
}



.bottom_part_menu ul{
	display:block;
}
.bottom_part_menu ul li a{
	padding:10px;
	display:block;
	border: none;
}
.bottom_part_menu ul li a:hover{
	text-decoration:none;
	/* color: #FFFFFF; */
}

/* ========= 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_article_main,.subpage_entry
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
	border: 0;
}


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

.post_article_left .icatch_of_picture{
	margin-bottom:20px;
}

.Look_Content,
.Cont_block_01,
.Cont_block_02,
.Cont_block_03
{
	float: none;
	width: 100%;
	padding: 0;
	padding-bottom: 25px;
}

.Cont_block_01 p{
	padding:0 20px;
}
.frame_wrapper,.frame_wrapper_cont
{
	width: 100%;
	margin: auto;
	clear: both;
	padding:0;
	border:none;
	background:none;
	box-shadow:none;
}


.Look_Content img,
.icatch_of_picture_01,
.icatch_of_picture_02,
.icatch_of_picture_03
{
	width: 100%;
	padding: 0;
	margin:0;
	float: none;
	box-shadow: none;
	border: 0;
}

.bottom_part
{
	width: 100%;
	min-width: inherit;
	padding-top: 0;
}
.icatch_of_picture{
	/* margin-bottom:0; */
}

}/*end-mobile*/
	