﻿@charset "UTF-8";

/* ============= Start Menu =================*/
.main_navigation{
	width: 1000px;
	margin: 0px auto;
	min-width: 1000px;
	background: #46acd7;
	/* margin-bottom: 20px; */
	padding: 15px 0px;
}
.main_navigation:after{
	clear:both;
	content:"";
	display:block;
}
.main_navigation ul{
	list-style:none;
	padding:0px;
	position:relative;
	text-align: center;
	z-index: 1;
}

.main_navigation ul li{
	display:inline-block;
	text-align:center;
	position:relative;
	box-sizing:border-box;
}

.main_navigation ul li a{
	text-decoration:none;
	display:block;
	color: #fff;
	padding: 10px 19px;
	box-shadow: 0 -5px 5px #4e972b inset;
	background: #70c149;
}

.main_navigation ul li a:hover{
	color: #fff;
	background: #46acd7;
	box-shadow: 0 -5px 5px #22799d inset;
}

@media screen and (max-width: 480px) {
	.main_navigation{
		width: 100%;
		min-width: inherit;
		padding: 0px;
	}
 .main_navigation ul{
	list-style:none;
	border-bottom:0px;
	padding:0px;
	margin:0px;
	position:relative;
}
.main_navigation ul li{
	display:block;
	text-align:center;
	width:100%;
	padding: 0;
	position:relative;
	box-sizing:border-box;
	border-bottom:1px double #fff;
	margin-left:0px;
}

.main_navigation ul li a{
	text-decoration:none;
	display:block;
	/* color:#000; */
	border-radius: 0;
	border: none;
}
.main_navigation ul li:after{
	content:none;
}
}    
/* ============= End Menu =================*/


body
{
	color: #333;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:2em;
	font-size: 13px;
	background: #1d6380;
	background-image: url("http://www.transparenttextures.com/patterns/paper-fibers.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: #FE6A2F;
	text-decoration: none;
}
a:hover
{
	/* color: #FF952D; */
	text-decoration: underline;
}
p
{padding: 0;padding-left: 15px;padding-right: 15px;margin: 0;/* margin-top: 10px; */color: #4A4646;line-height: 30px;font-weight: normal;font-size: 14px;}
.aritcle_header
{
	clear: both;
	margin: auto;
	padding: 0;
	padding-bottom: 0;
	width: 100%;
}
.aritcle_header:after
{
	content: "";
	display: block;
	clear: both;
}
.content_controller
{
	width: 1000px;
	margin: auto;
	/* padding: 15px; */
	/* background: rgba(255, 255, 255, 0.63); */
	/* box-shadow: inset 0 0 1px #000; */
}
.content_controller:after
{
	content: "";
	display: block;
	clear: both;
}
.line_title_h1{
	background: #46acd7;
	/* border-top: 1px solid #ffffff; */
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 20px;
	box-shadow: 0 20px 20px -20px #000;
}
h1
{
	color: #fff;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	margin: 0;
	padding: 15px 0;
	margin-top: 0px;
}
h3{
	padding-left: 16px;
	margin-top:15px;
	font-size: 15px;
	color: #3F3F3F;
}

/* ============== start h2 ==================*/
h2 {
    /* background-color: #46acd7; */
    padding: 5px;
    color: #46acd7;
    position: relative;
    padding-left: 30px;
    border-bottom: 4px double #46acd7;
    font-size: 16px;
    z-index: 2222;
    line-height: 35px;
    /* box-shadow: 0px 0px 5px 1px #4FEFC8; */
    text-align: center;
    margin-bottom: 10px;
}
h2 a{
	border-bottom:1px double;
	padding-bottom:3px;
}
h2 a:hover{
	border:none;
	text-decoration: none;
}
/* ============== start site_logo  ==================*/
.blog_image{
	/* padding: 10px 0; */
	margin:0;
}
.site_logo{
	width:1000px;
	margin:auto;
	clear: both;
	display: flex;
}
.site_logo img {
    margin: 0 auto;
    width: 100%;
    /* margin-bottom: 20px; */
    display: block;
}
.main_navigationigation{
	width: 25%;
	float:right;
}

.main_navigationigation: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 main_navigation  ==================*/


/* ============== Start Menu Side Bar ==================*/
.nav_side_bar
{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	background: #FFFFFF;
	box-shadow: 0 0 1px #B8B8B8 inset;
}
.nav_side_bar:after{
	content:"";
	display:block;
	clear:both;
}

.nav_side_bar ul
{
	list-style: none;
	text-align: center;
}
.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(79, 239, 200);
	color: #222222;
	border-color: #fff;
}


/* ============== End Menu Side Bar ==================*/
.data_post_sub .content_news{
	/* margin-bottom:0; */
}
.content_news{
	padding-bottom:20px;
	background: #FFFFFF;
	margin-bottom: 20px;
	box-shadow: inset 0 0 1px #A0A0A0;
}

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

.content_news img
{
	width: 48%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 0;
	box-shadow: 0 0 1px #B3B3B3;
}
.image_full_01
{
	width: 40%;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 20px;
	padding: 0;
	box-shadow: 0 0 1px #B3B3B3;
}
.image_full_02
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px double #ddd;
}
.image_full_03
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px double #ddd;
}

.image_full_01:after,.image_full_02:after,.image_full_03:after
{
	content:"";
	display:block;
	clear:both;
}


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

.data_post_sub{
	/* width: 76.3%; */
	/* float: right; */
	margin: 0;
}
.data_post_sub:after
{
content: "";
display: block;
clear: both;
}

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

.link_information
{
	margin: 0;
	padding: 0;
	clear: both;
	background: #F1F1F1;
	margin-bottom: 20px;
	padding-bottom: 15px;
	box-shadow: 0 0 1px #B8B8B8 inset;
}
.link_information:after
{
	content: "";
	display: block;
	clear: both;
}

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

.data_post_01
{
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	margin-bottom: 20px;
	background: #F1F1F1;
	box-shadow: 0 0 1px #B8B8B8 inset;
}
.data_post_01:after
{
	content: "";
	display: block;
	clear: both;
}

/* .data_post_01 h2{
	background:none;
	border-bottom: 1px double #FFFFFF;
	margin:0;
	box-shadow:none;
} */
/* .data_post_01 h2:before, .data_post_01 h2:after{
	content:"";
	width:0;
	height:0;
	box-shadow:none;
	border:none;
} */


.data_post_02
{
	width: 48.6%;
	margin: 0;
	padding-bottom: 15px;
	float: left;
	margin-right: 20px;
	background: #F1F1F1;
	margin-bottom: 20px;
	box-shadow: 0 0 1px #B8B8B8 inset;
}

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

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


/* .data_post_02 h2{
	background:none;
	border:none;
	margin:0;
	box-shadow:none;
} */
/* .data_post_02 h2:before, .data_post_02 h2:after{
	content:"";
	width:0;
	height:0;
	box-shadow:none;
	border:none;
} */


.data_post_03
{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	padding-bottom: 15px;
	background: #daf5d2;
	box-shadow: 0 0 1px #585858 inset;
}

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


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

.link_information ul
{
	list-style: none;
	/* padding-top: 10px; */
}
.link_information li
{
	border-bottom: 1px double #E6E6E6;
	margin-left: 20px;
	margin-right: 20px;
	/* margin-top: 10px; */
	color: #4A4646;
	line-height: 30px;
	font-weight: normal;
	font-size: 14px;
}
p.reading_continue a
{
	float: right;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 3px 18px;
	font-size: 12px;
	background: #70c149;
	box-shadow: 3px 3px 0px 0px #58a732;
	transition: all .5s ease-in-out;
}

p.reading_continue a:hover
{
	text-decoration: none;
	color: #fff;
	border-color: #fff;
	background: #46acd7;
	box-shadow: none;
	transition: all .5s ease-in-out;
}
.end_footer
{
	padding-top: 10px;
	padding-bottom: 20px;
	background-color: #46acd7;
	color: #000;
	margin: auto;
	width: 100%;
	height: auto;
	min-width: 1000px;
	text-align: center;
	/* margin-top: 15px; */
}
.end_footer:after{
	content:"";
	display:block;
	clear:both;
}
.end_footer a
{
	color: #FFFFFF;
	text-decoration: none;
}
.end_footer a:hover
{
	color: #FFFFFF;
	text-decoration: underline;
}

.end_footer_menu ul{
	margin:0;
	padding:0;
	display:flex;
	justify-content:center;
	border-bottom: 1px solid #D5D5D5;
	padding-bottom: 5px;
}
.end_footer_menu ul li {
	list-style:none;
	
}
.end_footer_menu ul li a{
	padding:10px;
	border-right: 1px solid #FFFFFF;
	color: #292929;
}
.end_footer_menu ul li a:hover{
	background: #4FEFC8;
	text-decoration:none;
	color: #212121;
}
.end_footer_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: 1px;
	margin-right:-3px;
}


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

.content_controller
{
	width: 92%;
	min-width: inherit;
	margin: 0px auto;
}
.line_title_h1{
	width: 100%;
	min-width: inherit;
	/* margin: 0; */
}
h1
{
	font-size: 14px;
}
.blog_image{
	margin:0;
	padding:0;
}
.site_logo
{
	width: 100%;
	min-width: inherit;
	background-color: rgb(255, 255, 255);
	display: block;
}
.site_logo img{
	width:100%;
	padding:0;
	/* margin:0; */
	display: flex;
}
.main_navigationigation{
	width: 100%;
	float:none;
	margin:0;
	padding:0;
}



.end_footer_menu ul{
	display:block;
}
.end_footer_menu ul li a{
	padding:10px;
	display:block;
	border: none;
}
.end_footer_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 ============*/


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


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

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

.content_news,
.data_post_01,
.data_post_02,
.data_post_03
{
	float: none;
	width: 100%;
}

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


.content_news img,
.image_full_01,
.image_full_02,
.image_full_03
{
	width: 100%;
	padding: 0;
	margin:0;
	float: none;
	box-shadow: none;
}

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

}/*end-mobile*/
