﻿@charset "UTF-8";

/* ============= Start Menu =================*/
.main_navigation {
    margin: 0;
    clear: both;
}

.main_navigation ul {
    padding:0px;
    list-style:none;
    width: 1200px;
    margin: 0px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 10px  0;
    background: #4c86bf;
}

.main_navigation ul li{
    display:inline-block;
}
.main_navigation ul li a {
    text-decoration:none;
    display:block;
    padding: 5px 15px;
    color: #fff;
    /* font-size: 14px; */
    margin-right: 10px;
    box-shadow: 4px 4px 1px 0px #fff;
    box-shadow: 0px 1px 3px 1px #333;
    /* border: 1px dotted; */
    /* box-shadow: 0 8px 14px -8px #4C4C4C; */
    box-shadow: 0px 1px 3px 1px #333;
    box-shadow: 0px 1px 3px 1px #333;
    box-shadow: 0px 0px 3px 1px #FFF inset;
    border-radius: 5px;
}

.main_navigation ul li a:hover{
    color: #ff3c3c;
    background: #fff;
}
@media screen  and (max-width:480px) {
    .main_navigation {
    margin: 0;
}
    .main_navigation:before{ display:none;}
    .main_navigation ul {
        margin: 15px 0;
        padding:0px;
        list-style:none;
        width: auto;
        display: block;
        overflow: hidden;
    }
	.main_navigation ul:before,
    .main_navigation ul:after
    {
    	display:none;
    }
    .main_navigation ul li{
        display:block;
        text-align:center;
    }
    .main_navigation ul li a {
        text-decoration:none;
        display:block;
        padding: 5px 0;
        margin: 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .main_navigation ul li a:before,
	.main_navigation ul li a:after
    {
    	display:none;
    }
	.main_navigation ul li a:hover{
		/* color: #ffffff; */
		/* background: rgba(255, 255, 255, 0.28); */
	}
   
}
/* ============= 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: #a6c3da;
}
*
{
	margin:0;
	padding: 0;
}
a
{
	color: #f17b26;
	text-decoration: none;
}
a:hover
{
	/* color: #FF952D; */
	text-decoration: underline;
}
p
{
	padding: 0;
	/* padding-left: 20px; */
	/* padding-right: 20px; */
	margin: 0;
}
.first_header
{
	clear: both;
	margin: auto;
	/* margin-bottom: 20px; */
	background: #ce8a8a;
	/* padding: 10px  0; */
	width: 1200px;
}
.first_header:after
{
	content: "";
	display: block;
	clear: both;
}
.BASE_site
{
	width: 1172px;
	margin: auto;
	background: #fff;
	padding: 20px 15px;
	margin-top: 15px;
	box-shadow: 0 0 10px #dadada;
}
.BASE_site:after
{
	content: "";
	display: block;
	clear: both;
}
.data_title{
	margin: auto;
	border-bottom: 1px solid #e2e2e2;
	/* margin-bottom: 15px; */
	background: #4c86bf;
}

h1
{
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 17px;
	margin: 0;
	padding: 15px 0;
	width: 1200px;
	margin: auto;
}
h3{
	/* padding-left: 18px; */
	font-size: 16px;
	color: #3a3a3a;
	overflow: hidden !important;
	/* border-bottom: 1px solid #70bb81; */
	position:relative;
	/* margin-top: 10px; */
}
h3:before{
	content: "✺";
	padding-right: 10px;
	color: #e2c4b8;
	font-size: 20px;
}
/* ============== start h2 ==================*/

h2{
    padding:7px;
    text-align:center;
    border: 3px solid #4c86bf;
    /* border-radius:30px; */
    position:relative;
}
h2:before{
    position:absolute;
    content:"";
    width:35px;
    height:35px;
    /* background-color:#8CE196; */
    right: 7px;
    border-radius:50%;
    top: 3px;
}

h2.titl_h2 {
    background: none;
    box-shadow: none;
    border: none;
}
h2 a{
	border-bottom:1px double;
	padding-bottom:3px;
	font-size: 16px;
}
h2 a:hover{
	border:none;
	text-decoration: none;
}
/* ============== start inner_blog_image  ==================*/
.block_mode{
	padding: 20px;
	background: rgba(255, 255, 255, 0.82);
	margin-bottom: 20px;
	padding-bottom: 20px;
	box-shadow: 0 0 5px #c7c5c5;
}
.block_mode:after{
	content:"";
	clear:both;
	display:block;
}
.blog_image{
	padding: 0;
	margin: 0;
	position: relative;
	z-index:1;
}

.inner_blog_image{
	width:1200px;
	margin:auto;
	clear: both;
	position: relative;
}


.inner_blog_image img{
	padding: 7px;
	margin: auto;
	display: block;
	background: #ffffff;
	width: 99%;
}
.blog_imageigation{
	width: 25%;
	float:right;
}

.blog_imageigation: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 blog_image  ==================*/


/* ============== Start Menu Side Bar ==================*/

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

.nav_bar ul
{
	list-style: none;
	text-align: center;
	border: 2px solid #f1c48d;
	background: #fff;
}
.nav_bar li
{
	margin: 0;
	padding: 0;
	clear: both;
	margin-bottom: 0px;
}
.nav_bar li a
{
	display: block;
	color: #393939;
	padding: 4px 0;
	border-bottom: 1px solid #fffffc;
	margin-top: 0px;
}
.nav_bar li a:hover
{
	text-decoration: none;
	color: #484848;
	border-color: #ffffff;
	background: #f1c48d;
}


/* ============== End Menu Side Bar ==================*/
.POST_content_sub .content_collection{
	margin-bottom:0;
}

.content_collection img
{
	width: 49%;
	float: left;
	margin-right: 15px;
	margin-top: 13px;
	/* margin-left: 20px; */
	padding: 0;
	border: 1px solid #C5C5C5;
}

.POST_content_sub .content_collection img
{
	width: 40%;
	display: block;
	/* margin-top: 18px; */
}

.image_collection_01
{
	width: 35%;
	float: left;
	margin-right: 15px;
	margin-top: 13px;
	/* margin-left: 20px; */
	padding: 0;
	border: 1px solid #C5C5C5;
	/* border-radius: 20px; */
}
.image_collection_02
{
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #e2e2e2;
}
.image_collection_03
{
	width: 100%;
	margin: 0;
	padding: 0;
	border: 1px solid #ddd;
}

.image_collection_01:after,.image_collection_02:after,.image_collection_03:after
{
	content:"";
	display:block;
	clear:both;
}


.POST_content_main
{
	width: 56%;
	float: left;
	box-sizing: border-box;
}

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

.POST_content_sub{
	/* width: 56%; */
	/* float: left; */
	box-sizing: border-box;
}
.POST_content_sub:after
{
content: "";
display: block;
clear: both;
}

.POST_content_left{
	width: 22%;
	float: left;
	margin: 0;
	box-sizing: border-box;
	padding-right: 15px;
}

.POST_content_right{
	width: 22%;
	float: right;
	margin: 0;
	box-sizing: border-box;
	padding-left: 15px;
}

.POST_content_left:after,
.POST_content_right:after
{
content: "";
display: block;
clear: both;
}
.POST_content_left h2,
.POST_content_right h2
{
	text-align:center;
	text-indent:0;
	padding-left: 0;
	margin-left: 0;
}
.content_collection
{
	clear: both;
}
.content_collection:after
{
	content: "";
	display: block;
	clear: both;
}

.block_text_item_01
{
	clear: both;
	background: #ffffff;
	padding: 20px;
	border: 1px solid #e8e8e8;
}
.block_text_item_01:after
{
	content: "";
	display: block;
	clear: both;
}

.block_text_item_02
{
	width: 48.45%;
	float: left;
	margin-right: 20px;
	box-sizing: border-box;
	padding: 15px;
	background: rgb(255, 255, 255);
	border: 1px solid #d6d6d6;
}

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

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

.block_text_item_03 h2{
	background:none;
	border:none;
	margin:0;
	box-shadow:none;
	text-align: center;
	padding: 10px 0px;
	text-indent: 0;
	margin-top: 0px;
}

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


.block_text_item_03
{
	border: 0;
	background: #ffeee5;
}

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


.static_frame
{
	padding: 0;
	margin: 0;
}
.static_frame:after
{
	content: "";
	display: block;
	clear: both;
}
.interact_link{clear: both;}
.interact_link:after
{
	content: "";
	display: block;
	clear: both;
}
.interact_link ul
{
	list-style: none;
}
.interact_link li
{
	/* padding-left: 20px; */
	/* padding-right: 20px; */
	line-height: 35px;
}

.interact_link li h3{
	/* border: 0; */
	margin: 0;
	margin-top: 15px;
	/* color: #4a4a4a; */
	padding-left: 6px;
}

p.more_data a
{
    float: right;
    text-align: center;
    padding: 0px 10px;
    margin-top: 10px;
    margin-bottom: 25px;
    color: #383838;
    border: 1px solid #deb078;
    background: #ffe0b9;
    position: relative;
    border-radius: 5px;
}
p.more_data a:hover
{
    text-decoration: none;
    color: #ffffff;
}


.footer_wrapper
{
	color: #191919;
	margin: auto;
	height: auto;
	text-align: center;
	background: #4c86bf;
	/* padding-bottom: 30px; */
	border-top: 2px solid #fff;
}
.footer_wrapper:after{
	content:"";
	display:block;
	clear:both;
}
.footer_wrapper a
{
	color: #FFFFFF;
	/* text-decoration: none; */
}
.footer_wrapper a:hover
{
	/* color: #FFFFFF; */
	/* text-decoration: underline; */
}

.inner_footer_wrapper{
	/* width: 1200px; */
	margin:auto;
	/* background: #e1faff; */
	padding: 20px 0;
	border: 1px solid #bbdae0;
	border-top: 0;
}

.footer_wrapper_menu ul{
	margin:0;
	padding:0;
	display:flex;
	justify-content:center;
	padding: 15px 0;
	margin-bottom: 20px;
}
.footer_wrapper_menu ul li {
	list-style:none;
	
}
.footer_wrapper_menu ul li a{
	padding: 10px 10px;
	position:relative;
}
.footer_wrapper_menu ul li a:before{
	content: "»";
	padding-right: 10px;
	font-size: 18px;
}
.footer_wrapper_menu ul li a:hover{
	/* text-decoration:none; */
}
.footer_wrapper_menu ul li:last-child a{
	border:none;
}

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

.in-menu_blocks_boss {
    display: flex;
    justify-content: flex-start;
    width: 1200px;
    margin: auto;
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
.article_layer_three{
	width: 1200px;
	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:before{
	content:"✺";
	padding-right:10px;
	color: #4c86bf;
}


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

h2{
	text-align:center;
	text-indent:0;
	padding-left: 0;
}
h3{
	/* padding-left:0; */
	/* margin-right:0; */
	/* text-indent: 5px; */
}
p{
	/* padding:0; */
}
body{
}
.first_header{
	width: auto;
	min-width:inherit;
	padding: 0;
	margin:0;
	border-radius:0;
	border:none;
	box-shadow:none;
	overflow: hidden;
}

.BASE_site
{
	width: auto;
	min-width: inherit;
	margin: 15px;
	padding: 0;
	box-shadow: none;
	overflow: hidden;
}
.data_title{
	width: auto;
	min-width: inherit;
	/* margin: 0; */
	border-radius: 0;
}
.data_title:before,
.data_title:after
{
	display:none;
}

h1
{
	font-size: 13px;
	width: auto;
	/* background: #fff; */
}
.blog_image{
	margin:0;
	padding:0;
}
.inner_blog_image
{
	width: 100%;
	min-width: inherit;
	background-color: rgb(255, 255, 255);
	display: block;
}
.inner_blog_image img{
	width:100%;
	padding:0;
	margin:0;
	display: flex;
	border-radius: 0;
}
.blog_imageigation{
	width: 100%;
	float:none;
	margin:0;
	padding:0;
}



.footer_wrapper_menu ul{
	display:block;
	padding: 0;
}
.footer_wrapper_menu ul li a{
	padding: 5px;
	display:block;
	border: none;
	border-bottom: 1px solid #e2e2e2;
}
.footer_wrapper_menu ul li a:hover{
	text-decoration:none;
	color: #535353;
	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 ============*/


.POST_content_main,.POST_content_sub
{
	width: auto;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
	margin-bottom: 30px;
	
	#ddd: none
	border: 3px solid #f0f2dd;
	box-shadow: none;
}


.POST_content_left,
.POST_content_right
{
	width: auto;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
	background: none;
	border: 0;
	box-shadow: none;
}
.POST_content_left:before, 
.POST_content_right:before,
.POST_content_left:after, 
.POST_content_right:after{
	display:none;
}

.content_collection,
.block_text_item_01,
.block_text_item_02,
.block_text_item_03,
.interact_link,
.block_text_item_02:nth-child(even),
.nav_bar
{
	float: none;
	width: auto;
	margin: 15px;
	padding: 15px;
	padding-bottom: 25px;
	margin-bottom: 20px;
}

.static_frame
{
	width: auto;
	clear: both;
	padding: 0px;
	margin:0;
	border:none;
	background:none;
	box-shadow:none;
}

.nav_bar{
	padding:0;
}
.interact_link li{
	/* margin:0; */
	/* padding: 0; */
}

.POST_content_sub .content_collection img,
.content_collection img,
.image_collection_01,
.image_collection_02,
.image_collection_03
{
	width: 100%;
	padding: 0;
	margin: 0;
	margin-bottom: 0;
	float: none;
	border: none;
	/* box-shadow: 0 1px 1px; */
}

.footer_wrapper
{
	width: auto;
	min-width: inherit;
	padding: 0;
	margin: 0;
}
.footer_wrapper p{
	padding:0 20px;	
}
.inner_footer_wrapper{
	width: auto;
	margin: 0;
	padding: 0;
}
.POST_content_sub .content_collection{
	margin-bottom:20px;
}

.social{
	width:100%;
	justify-content:center;
	margin-top:20px;
}

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