﻿@charset "UTF-8";

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

.menu_top {
	margin: 0 auto;
	text-align: center;
	padding: 0;
	position: relative;
}

.menu_top ul{
	width:1000px;
	margin:auto;
	text-align: center;
	background: #94759a;
	display: flex;
	justify-content: center;
}
.menu_top li{
	display:inline-block;
	padding: 0;
	position:relative;
	border-right: 1px solid #F5BE81;
}
.menu_top li:last-child{
	border-right: 0;
}
.menu_top li a{
	display:block;
	color: #ffffff;
	padding: 8px 14px;
	position:relative;
	text-decoration:none;
	font-size: 13px;
}
.menu_top li a:before{
	content: "◉";
	color: #F5BE81;
	position: absolute;
	right: -7px;
	z-index: 1;
}
.menu_top li:last-child a:before{
	content:"";
}
.menu_top li a:hover{
	text-decoration: none;
	background: rgb(161, 129, 169);
	color: #f1f1f1;
}

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

}
.menu_top li a:hover:before{
	display:none;
}

.menu_top li:hover{
	/* color: #222222; */
	/* background: #fcfcfc; */
}
}  
/* ============= End Menu =================*/


body
{
	color: #5f5f5f;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height: 2.5em;
	font-size: 16px;
	background: #fff;
}
*
{
	margin:0;
	padding: 0;
}
a
{
	color: #FE718B;
	text-decoration: none;
}
a:hover
{
	/* color: #FF952D; */
	text-decoration: underline;
}
p
{
	padding: 0;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;
	margin-top: 0;
}
.wrapper_head 
{
	clear: both;
	margin: auto;
	padding: 0;
	margin-bottom: 20px;
}

.main_content
{
	width: 1000px;
	margin: auto;
	margin-bottom: 20px;
	padding-bottom: 0;
}
.main_content:after
{
	content: "";
	display: block;
	clear: both;
}
.SIMPLE_tittle{
	margin: auto;
}
h1
{
	color: #ffffff;
	text-decoration: none;
	font-size: 18px;
	padding: 10px 0px;
	margin: auto;
	background: #48841b;
	text-align: center;
}
h3{
	margin-left: 15px;
	font-size: 17px;
	color: #3a3a3a;
	overflow: hidden !important;
	border-bottom: 1px solid #a181a9;
	position:relative;
	margin-top: 10px;
}
h3:before{
	content: "➲";
	padding-right:10px;
	color: #666467;
}
/* ============== start h2 ==================*/

h2{
    border-bottom: 1px dashed #a181a9;
    padding: 10px;
    /* border-radius: 5px; */
    position: relative;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
    color: #ffffff;
    background: #48841b;
} 

h2 a{
	border-bottom:1px double;
	padding-bottom:3px;
}
h2 a:hover{
	border:none;
	text-decoration: none;
}
/* ============== start inner_great_image  ==================*/
.block_format{
	background: rgb(241, 241, 241);
	background-size: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border: 1px solid #e1e1e1;
	box-shadow: 0 0 5px #fff;
}
.block_format:after{
	content:"";
	display:block;
	clear:both;
}
.great_image{
	padding: 10px 0;
	margin:0;
	position: relative;
	background: #fafafa;
}

.inner_great_image{
	width:1000px;
	margin: 0 auto;
	clear: both;
	position:relative;
	z-index: 3;
}
.inner_great_image img{
	width: 98%;
	display: block;
	padding: 10px;
	background: rgb(255, 255, 255);
}
.content_blogigation{
	width: 25%;
	float:right;
}

.content_blogigation: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 content_blog  ==================*/


/* ============== Start Menu Side Bar ==================*/
.nav_bar
{
	margin: 0;
	margin-bottom: 20px;
	background: rgb(255, 255, 255);
	box-shadow: 0 0 1px;
}
.nav_bar:after{
	content:"";
	display:block;
	clear:both;
}

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

.nav_bar li a
{
	display: block;
	color: #5f5f5f;
	padding: 8px 10px;
	text-indent: 15px;
}
.nav_bar li a:hover
{
	text-decoration: none;
	color: #fe718b;
	border-color: #fff;
}


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

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

.content_blog img
{
	width: 44%;
	display: block;
	float: right;
	margin-right: 18px;
	margin-top: 10px;
	margin-left: 15px;
	padding: 5px;
	background: #fff;
	border: 1px solid #C5C5C5;
}

.normal_frame_sub .content_blog img
{
	width: 48%;
}


.image_inner_content_01
{
	width: 38%;
	display: block;
	float: right;
	margin-right: 15px;
	margin-top: 10px;
	margin-left: 10px;
	background: #fff;
	border: 1px solid #C5C5C5;
	position:relative;
}
.image_inner_content_02
{
	width: 100%;
	display: block;
	margin: 0;
	border-bottom: 1px solid #d5d5d5;
	background: #64c7de;
}
.image_inner_content_03
{
	width: 100%;
	margin: auto;
	padding: 0;
	border-bottom: 1px double #ddd;
	/* display: block; */
}

.image_inner_content_01:after,.image_inner_content_02:after,.image_inner_content_03:after
{
	content:"";
	display:block;
	clear:both;
}


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

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

.main_item_left{
	width: 27%;
	float: left;
	margin: 0;
}

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

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

.main_item_left .link_maker{
	margin-bottom:0;
}

.group_block_01
{
	clear: both;
	padding-bottom: 30px;
}
.group_block_01:after
{
	content: "";
	display: block;
	clear: both;
}

.group_block_02
{
	width: 48.4%;
	float: left;
	margin-right: 20px;
	box-sizing: border-box;
}

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

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


/* .group_block_02 h2,.group_block_04 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;
}

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


.group_block_04
{
	background: rgba(255, 255, 255, 0);
	padding: 0;
	box-shadow: none;
	border: 2px solid #f5be81;
	padding-bottom: 10px;
}

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


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

.link_maker ul
{
	list-style: none;
}
.link_maker li
{
	line-height: 40px;
	position: relative;
	margin-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
}
.link_maker li h3{
	padding:0;
	margin:0;
}
p.more_about a
{
	float: left;
	text-align: center;
	text-decoration: none;
	margin-top: 10px;
	padding: 2px 10px;
	background: #48841b;
	color: #ffffff;
	border: 1px solid #eaaf6d;
	/* border-radius: 5px; */
}
p.more_about a:before{
	content: "》";
	padding-right: 5px;
	/* color: #6a6a6a; */
	font-size: 15px;
}
p.more_about a:hover
{
	text-decoration: none;
	color: #ffffff;
	background: #a4dc7a;
}
.footer_wrapper
{
	padding: 10px 0;
	color: #020202;
	margin: auto;
	min-width: 1000px;
	height: auto;
	text-align: center;
	background: #ffffff;
	border-top: 1px solid #aeaeae;
}
.inner_footer_wrapper{
	width:1000px;
	margin:auto;
}
.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; */
}

.footer_wrapper_menu{margin-bottom: 20px;border-bottom: 1px solid #ffffff;}
.footer_wrapper_menu ul{
	display:flex;
	justify-content:center;
	padding: 0;
	width: 1000px;
	margin: auto;
}
.footer_wrapper_menu ul li {
	list-style:none;
	
}
.footer_wrapper_menu ul li a{
	padding: 10px 5px;
	/* color: #272727; */
	font-size: 14px;
}
.footer_wrapper_menu ul li a:before{
	content: "→";
	padding-right:10px;
}
.footer_wrapper_menu ul li a:hover{
	/* text-decoration:none; */
	/* color: #8ea727; */
}
.footer_wrapper_menu 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;
}

.in-menu_blocks_boss {
    display: flex;
    justify-content: flex-start;
    width: 1000px;
    margin: auto;
    list-style: none;
    margin-top:10px;
}
.article_layer_three{
	width: 1000px;
	margin:auto;
}
.in-menu_blocks_boss:after,
.article_layer_three{
	clear:both;
	display:block;
	content:"";
}

.article_content_column {
	margin:20px auto;
	padding:20px;
	background: #efefef;
}
.article_content_column li{
	padding:0;
	margin:0;
	list-style:none;
}
.article_content_column li a{
	display:block;
	width: 300px;
}

.article_content_column li a:before{
	content:"◆";
	padding-right:10px;
}


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

.group_block_01 h2,
.group_block_02 h2, 
.group_block_04 h2,
h2{
	text-align: center;
	/* text-indent:0; */
	/* padding: 5px 0; */
	/* margin: 0; */
}

.wrapper_head {
	width: 100%;
	min-width:inherit;
	margin:0;
	padding: 0;
	border-radius:0;
	border:none;
	box-shadow:none;
	overflow: hidden;
	background-size: 100%;
}

.main_content
{
	width: auto;
	min-width: inherit;
	margin: 20px;
}
.SIMPLE_tittle{
	width: 100%;
	min-width: inherit;
	margin: 0;
}
h1
{
	text-align: center;
	width: auto;
	padding: 10px 0;
	font-size: 14px;
}
.great_image{
	margin:0;
	/* margin-bottom: 25px; */
	padding: 0;
}
.great_image:before{
	display:none;
}
.inner_great_image
{
	width: auto;
	min-width: inherit;
	display: block;
	box-shadow: none;
}
.inner_great_image:before,
.inner_great_image:after
{
	box-shadow: 430px 0 0 #ee8732;
}

.inner_great_image img{
	width: 100%;
	padding: 0px;
	margin: auto;
	display: block;
}
.content_blogigation{
	width: 100%;
	float:none;
	margin:0;
	padding:0;
}



.footer_wrapper_menu ul{
	display:block;
	width: auto;
}
.footer_wrapper_menu ul li a{
	padding:10px;
	display:block;
	border: none;
}
.footer_wrapper_menu ul li a:hover{
	text-decoration:none;
	color: #4b4b4b;
	background: rgb(240, 240, 240);
}

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


.main_item_main,.normal_frame_sub
{
	width: auto;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
	border: 0;
	background: none;
}


.main_item_left
{
	width: auto;
	margin: 0;
	padding: 0;
	border-radius: 0;
	float: none;
}

.main_item_left .link_maker{
	margin-bottom:20px;
}



.link_maker,
.block_format,
.content_blog,
.group_block_01,
.group_block_02,
.group_block_02:nth-child(even),
.group_block_02:first-child,
.group_block_04,
.nav_bar
{
	float: none;
	width: auto;
	margin: 0;
	padding: 0px;
	padding-bottom: 25px;
	margin-bottom: 20px;
}
.normal_frame_sub .content_blog{
	margin-bottom:20px;
}
.normal_frame
{
	width: auto;
	margin: auto;
	clear: both;
	padding: 0;
	border:none;
	box-shadow:none;
}

.nav_bar{
	width:auto;
	border-radius: 0;
	padding: 0;
}

.normal_frame_sub .content_blog img,
.content_blog img,
.image_inner_content_01,
.image_inner_content_02,
.image_inner_content_03
{
	width: 100%;
	padding: 0px;
	margin: 0;
	float: none;
	box-shadow: none;
	border: none;
	display: initial;
	border-radius: 0;
	background: #ffffff;
	margin-bottom: 0;
}
.footer_wrapper
{
	width: auto;
	min-width: inherit;
	padding-top: 0;
}
.inner_footer_wrapper{
	width:inherit;
	min-width:inherit;
}
.link_maker{
	/* margin-bottom: 0; */
}

.social{
	justify-content:center;
	width:100%;
	margin-top:10px;
}
.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*/
	