﻿@charset "UTF-8";

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

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

.menu_top ul li a{
	text-decoration:none;
	display:block;
	color: #3A3A3A;
	padding: 10px 13px;
}

.menu_top ul li a:hover{
	color: #424242;
	background: #FFFFFF;
}

@media screen and (max-width: 480px) {
	.menu_top{
		width: 100%;
		min-width: inherit;
	}
 .menu_top ul{
	list-style:none;
	border-bottom:0px;
	padding:0px;
	margin:0px;
	position:relative;
}
.menu_top 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;
}

.menu_top ul li a{
	text-decoration:none;
	display:block;
	color:#000;
	border-radius: 0;
}
.menu_top 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: url(../images/bg.png) fixed; */
}
*
{
	margin:0;
	padding: 0;
}
a
{
	color: #BF700D;
	text-decoration: none;
}
a:hover
{
	/* color: #FF952D; */
	text-decoration: underline;
}
p
{
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0;
	margin-top: 10px;
}
.HEADER_user
{
	clear: both;
	margin: auto;
	padding: 0;
	padding-bottom: 0;
	width: 100%;
}
.HEADER_user:after
{
	content: "";
	display: block;
	clear: both;
}
.WRAPPER_content
{
	width: 970px;
	margin: auto;
	padding: 15px;
	background: #E0E8E7;
	/* box-shadow: 0 0 3px #A77246; */
}
.WRAPPER_content:after
{
	content: "";
	display: block;
	clear: both;
}
.BLOCK-H1-BOX{
	/* width: 1000px; */
	background: #6DD0BA;
	margin: 0 auto;
}
h1
{
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	margin: 0;
	padding: 14px 0;
	margin-top: 0px;
}
h3{
	padding-left: 18px;
	margin-top:15px;
	font-size: 15px;
	color: #3F3F3F;
}

/* ============== start h2 ==================*/
h2 {
    background-color: #B99C78;
    padding:5px;
    text-align:center;
    color: #FFFFFF;
    position:relative;
    margin-bottom: 15px;
    line-height: 40px;
    /* overflow: hidden; */
    font-size: 16px;
}
h2:before {
    content: " ";
    position: absolute;
    top: -3%;
    left: -1px;
    width: 0;
    height: 0;
    border-width: 0 24px 22px 22px;
    border-style: solid;
    border-color: transparent;
    border-left-color: #986F3D;
}
h2:after {
    content: " ";
    position: absolute;
    top: -3%;
    right: -1px;
    width: 0;
    height: 0;
    border-width: 0px 22px 22px 0;
    border-style: solid;
    border-color: transparent;
    border-right-color: #986F3D;
}


h2 a{
	border-bottom:1px double;
	padding-bottom:3px;
}
h2 a:hover{
	border:none;
	text-decoration: none;
}
/* ============== start BLOCK-LOGO-BOX  ==================*/
.block_allstyle{
	
background: #FFFFFF;
	
box-shadow: inset 0 0 1px #B7B796;
}

.BLOCK_image{
	padding: 5px 0;
	padding-bottom: 0;
	margin:0;
	/* background: rgb(255, 255, 255); */
}
.BLOCK-LOGO-BOX{
	width:1000px;
	margin:auto;
	clear: both;
	display: flex;
}

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

.menu_topigation: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_top  ==================*/


/* ============== Start Menu Side Bar ==================*/
.nav_section
{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	border-top-left-radius: 26px;
}
.nav_section:after{
	content:"";
	display:block;
	clear:both;
}

.nav_section ul
{
	list-style: none;
	text-align: center;
}
.nav_section li
{
	margin: 0;
	padding: 0;
	clear: both;
	/* margin-bottom: 1px; */
}
.nav_section li a
{
	display: block;
	color: #FFFFFF;
	background: #8BC1B5;
	padding: 8px 0;
	font-size: 13px;
	margin-top: 7px;
	border-top: 3px double #3C7F77;
	box-shadow: 0 8px 10px -8px #013E30;
}
.nav_section li a:hover
{
	text-decoration: none;
	background: rgb(113, 179, 164);
	color: #FFFFFF;
	/* border-color: #fff; */
}


/* ============== End Menu Side Bar ==================*/
.post_item_sub .content_template{
	margin-bottom:0;
}
.content_template{
	padding-bottom:20px;
	margin-bottom: 20px;
	background: none;
	box-shadow: none;
}

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

.content_template img
{
	width: 48%;
	float: left;
	margin-right: 18px;
	margin-bottom: 10px;
	margin-top: 7px;
	margin-left: 20px;
	padding: 0;
	box-shadow: 0 60px 30px -60px #7B7B7B;
	border: 1px solid #C5C5C5;
}
.image_maker_01
{
	width: 40%;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 15px;
	margin-left: 10px;
	padding: 0;
	box-shadow: 0 60px 30px -60px #7B7B7B;
	border: 1px solid #C5C5C5;
}
.image_maker_02
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFF;
}
.image_maker_03
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-bottom: 1px double #ddd;
}

.image_maker_01:after,.image_maker_02:after,.image_maker_03:after
{
	content:"";
	display:block;
	clear:both;
}


.post_item_main
{
	width: 67.3%;
	float: right;
	margin: 0;
	padding: 0;
	/* border-left: 1px solid #C2C2C2; */
	padding-left: 10px;
}
.post_item_main:after
{
content: "";
display: block;
clear: both;
}

.post_item_sub{
	width: 67.3%;
	float: right;
	margin: 0;
	padding-left: 10px;
}
.post_item_sub:after
{
content: "";
display: block;
clear: both;
}

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

.interact_link
{
	margin: 0;
	padding: 0;
	clear: both;
	margin-bottom: 20px;
	padding-bottom: 15px;
	background: none;
	box-shadow: none;
}
.interact_link:after
{
	content: "";
	display: block;
	clear: both;
}

.post_item_left .interact_link{
	margin-bottom:0;
}

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


.list_block_02
{
	width: 48.6%;
	margin: 0;
	padding-bottom: 20px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

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

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


.list_block_02 h2,.list_block_03 h2{
	/* background:none; */
	/* border:none; */
	/* margin:0; */
	/* box-shadow:none; */
	/* text-align: center; */
	/* padding: 5px 0px; */
	/* text-indent: 0; */
	/* margin-top: 0px; */
}
.list_block_02 h2:before, .list_block_02 h2:after,
.list_block_03 h2:before, .list_block_03 h2:after
{
	/* content:""; */
	/* width:0; */
	/* height:0; */
	/* box-shadow:none; */
	/* border:none; */
}


.list_block_03
{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

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


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

.interact_link ul
{
	list-style: none;
	padding-top: 10px;
}
.interact_link li
{
	/* border-bottom: 1px double #E6E6E6; */
	margin-left: 20px;
	margin-right: 20px;
	line-height: 30px;
}
p.continue_detail a
{
	float: right;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 4px 8px;
	font-size: 12px;
	background: #8BC1B5;
	border-top: 3px double #3C7F77;
}

p.continue_detail a:hover
{
	text-decoration: none;
	color: #F4F4F4;
	/* border-color: #fff; */
	background: rgb(113, 179, 164);
}
.footer_section
{
	padding-bottom: 20px;
	color: #000;
	margin: auto;
	/* width: 1000px; */
	height: auto;
	min-width: 1000px;
	text-align: center;
	margin-top: 15px;
	background: #59A594;
}
.footer_section:after{
	content:"";
	display:block;
	clear:both;
}
.footer_section a
{
	color: #FFFFFF;
	/* text-decoration: none; */
}
.footer_section a:hover
{
	/* color: #FFFFFF; */
	text-decoration: underline;
}

.footer_section_menu ul{
	margin:0;
	padding:0;
	display:flex;
	justify-content:center;
	padding: 5px 0;
	background: rgb(138, 183, 80);
}
.footer_section_menu ul li {
	list-style:none;
	
}
.footer_section_menu ul li a{
	padding:10px;
	border-right: 1px solid #EBEBEB;
	color: #363636;
}
.footer_section_menu ul li a:hover{
	background: #E6E6E6;
	text-decoration:none;
	color: #363636;
}
.footer_section_menu ul li:last-child a{
	border:none;
}

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


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

.WRAPPER_content
{
	width: 88%;
	min-width: inherit;
	margin: 0px auto;
	margin-top: 15px;
}
.BLOCK-H1-BOX{
	width: 100%;
	min-width: inherit;
	margin: 0;
}
h1
{
	font-size: 14px;
}
.BLOCK_image{
	margin:0;
	padding:0;
}
.BLOCK-LOGO-BOX
{
	width: 100%;
	min-width: inherit;
	background-color: rgb(255, 255, 255);
	display: block;
}
.BLOCK-LOGO-BOX img{
	width:100%;
	padding:0;
	margin:0;
	display: flex;
}
.menu_topigation{
	width: 100%;
	float:none;
	margin:0;
	padding:0;
}



.footer_section_menu ul{
	display:block;
}
.footer_section_menu ul li a{
	padding:10px;
	display:block;
	border: none;
}
.footer_section_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_item_main,.post_item_sub
{
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
	border: 0;
}


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

.post_item_left .interact_link{
	margin-bottom:20px;
}

.content_template,
.list_block_01,
.list_block_02,
.list_block_03
{
	float: none;
	width: 100%;
	padding: 0;
	padding-bottom: 25px;
}

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


.content_template img,
.image_maker_01,
.image_maker_02,
.image_maker_03
{
	width: 100%;
	padding: 0;
	margin:0;
	float: none;
	box-shadow: none;
}

.footer_section
{
	width: 100%;
	min-width: inherit;
	padding-top: 0;
}
.interact_link{
	margin-bottom:0;
}

}/*end-mobile*/
	