﻿@charset "UTF-8";

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

.menu1{
    border: 1px solid #f6f7f9;
    background-color: #1aa5aa;
    position:relative;
    WIDTH: 1000PX;
    MARGIN: AUTO;
}
.menu1:before{
    content:"";
    position:absolute;
    width: 101.7%;
    border: 3px solid #E58B05;
    left: -10px;
    top: -5px;
}
.menu1:after{
    content:"";
    position:absolute;
    border-style:solid;
    left: -10.5px;
    top: 1px;
    border-color:transparent;
    border-width: 6px;
    border-top-color: #BC6004;
    border-right-color: #BC6004;
}
.menu1 ul:after{
    content:"";
    position:absolute;
    border-style:solid;
    right: -12px;
    top: 1px;
    border-color:transparent;
    border-width: 5.99px;
    border-top-color: #BC6004;
    border-left-color: #BC6004;
}
.menu1 ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.menu1 ul li{
    display:inline-block;
}
.menu1 ul li a{
    text-decoration:none;
    display:block;
    padding: 15px 37PX;
    color:#fff;
}
.menu1 ul li a:hover{
    color: #E58B05;
}
@media screen  and (max-width: 480px){
    .menu1{
        border:0px;
        background-color:transparent;
        position:relative;
        width: 100%;
    }
    .menu1:before{
        content:none;

    }
    .menu1:after{
        content:none;
    }
    .menu1 ul:after{
        content:none;

    }
    .menu1 ul li{
        display:block;
        border-bottom:1px solid #ccc;
        text-align:center;
        background-color:#000;
    }
    .menu1 ul li a{

BACKGROUND: #4291eb;

}
    .menu1 ul li a:hover{
        color: #E58B05;
    }
}
 
/* ============= 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: #4291eb;
}
*
{
	margin:0;
	padding: 0;
}
a
{
	color: #4291eb;
	text-decoration: none;
}
a:hover
{
	/* color: #db4437; */
	text-decoration: underline;
}
p
{
	padding: 0;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0;
	margin-top: 0;
}
.header_top 
{
	clear: both;
	margin: auto;
	padding: 0;
	margin-bottom: 20px;
}

.container_wrapper
{
	width: 1000px;
	margin: auto;
	margin-bottom: 20px;
}
.container_wrapper:after
{
	content: "";
	display: block;
	clear: both;
}
.H1_title{
	margin: auto;
	border-bottom: 3px solid #e58b05;
	background: #129fa6;
	/* box-shadow: 0 0 1px #000; */
	TEXT-ALIGN: CENTER;
	COLOR: #FFF;
}
h1
{
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	padding: 15px 0px;
	width: 1000px;
	margin: auto;
	=: #64c7de
	TEXT-ALIGN: CENTER;
}
h3{
	padding-left: 18px;
	font-size: 15px;
	color: #3a3a3a;
	overflow: hidden !important;
	border-bottom: 1px solid #ebebeb;
	position:relative;
	margin-top: 10px;
}
h3:before{
	content: "✦";
	padding-right:10px;
	color: #4291eb;
	font-size: 20px;
}
/* ============== start h2 ==================*/

h2 {
    background-color: #1aa5aa;
    padding:10px;
    position:relative;
    text-indent:50px;
    color: #fff;
    border-bottom: 2px double #e58b05;
    MARGIN-BOTTOM: 10PX;
}
h2:before{
    position:absolute;
    /* content:""; */
    width: 8px;
    height:5px;
    border:2px solid #fff;
    transform: rotate(45deg);
    left: 33px;
    top: 25px;
    border-left: 0;
}
h2:after{
   content:"";
   position:absolute;
   width: 99.4%;
   height: 22%;
   background-color: #295166;
   bottom: -8px;
   left: 3px;
   z-index:-1;
   transform: perspective(501px) rotateX(50deg);
}
h2 a{
	border-bottom:1px double;
	padding-bottom:3px;
}
h2 a:hover{
	border:none;
	text-decoration: none;
}
/* ============== start inner_banner_head  ==================*/
.main_block_item{
	
background: #ffffff;
	
box-shadow: 0 0 1px #797979;
	
padding-bottom: 20px;
	
margin-bottom: 20px;
	
border: 2px solid #fff;
}

.banner_head{
	padding: 5px 0;
	margin:0;
	/* background: #ffc295; */
}
.inner_banner_head{
	width:1000px;
	margin: 15px auto;
	clear: both;
	position:relative;
	/* box-shadow: 0 0 10px; */
	z-index: 35;
}
.inner_banner_head:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background: url(../images/bg_bg2.png) repeat-x top center;
}
.inner_banner_head:after{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	background: url(../images/bg_bg2.png) repeat-x bottom center;
	bottom: 0;
}
.inner_banner_head img{
	width: 100%;
}
.top_containerigation{
	width: 25%;
	float:right;
}

.top_containerigation: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 top_container  ==================*/


/* ============== Start Menu Side Bar ==================*/
.sidebar_menu
{
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}
.sidebar_menu:after{
	content:"";
	display:block;
	clear:both;
}

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

.sidebar_menu li a
{
	display: block;
	color: #353535;
	padding: 8px 10px;
	margin-left: 20px;
}
.sidebar_menu li a:hover
{
	text-decoration: none;
	color: #f89851;
	border-color: #fff;
}


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

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

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

.container_block_sub .top_container img
{
	width: 48%;
}


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

.icatch_img_01:after,.icatch_img_02:after,.icatch_img_03:after
{
	content:"";
	display:block;
	clear:both;
}


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

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

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

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

.sidebar_position_left .back_link{
	margin-bottom:0;
}

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

.item_block_02
{
	width: 48.4%;
	float: left;
	margin-right: 20px;
	border: 1px solid #fff;
	box-sizing: border-box;
	background: #ffffff;
}

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

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





.item_block_03
{
	background: #eaeaea;
}

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


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

.back_link ul
{
	list-style: none;
}
.back_link li
{
	line-height: 30px;
	position: relative;
	border-bottom: 1px solid #fcfcfc;
	margin-bottom: 5px;
	padding-right: 15px;
	padding-left: 15px;
}
.back_link li h3{
	padding:0;
	margin:0;
	text-indent:0;
}
p.read_more a
{
	float: left;
	/* color: #1b1b1b; */
	text-align: center;
	text-decoration: none;
	margin: 0px;
	padding: 3px 0px;
}
p.read_more a:before{
	content: "☛";
	padding-right:10px;
	/* color: #6a6a6a; */
	font-size: 15px;
}
p.read_more a:hover
{
	text-decoration: underline;
	/* color: #FFFFFF; */
	border-color: #fff;
}
.footer_bottom
{
	padding: 10px 0;
	color: #020202;
	margin: auto;
	min-width: 1000px;
	height: auto;
	text-align: center;
	padding-top: 30px;
}
.inner_footer_bottom{
	width:1000px;
	margin:auto;
}
.footer_bottom:after{
	content:"";
	display:block;
	clear:both;
}
.footer_bottom a
{
	color: #FFF;
	/* text-decoration: none; */
}
.footer_bottom a:hover
{
	color: #FFF;
	/* text-decoration: underline; */
}

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


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

.item_block_01 h2,
.item_block_02 h2, 
.item_block_03 h2,
h2{
	text-align: center;
	text-indent:0;
	padding: 5px 0;
	/* margin: 0; */
}
.header_top {
	width: 100%;
	min-width:inherit;
	margin:0;
	padding: 0;
	border-radius:0;
	border:none;
	box-shadow:none;
	overflow: hidden;
	background-size: 100%;
}

.container_wrapper
{
	width: auto;
	min-width: inherit;
	margin: 0;
}
.H1_title{
	width: 100%;
	min-width: inherit;
	margin: 0;
}
h1
{
	text-align: center;
	width: auto;
	padding: 10px;
	font-size: 12px;
}
.banner_head{
	margin:0;
	/* margin-bottom: 25px; */
}
.inner_banner_head
{
	width: auto;
	min-width: inherit;
	background: none;
	display: block;
	box-shadow: none;
	margin: 0;
	padding-bottom: 12px;
}
.inner_banner_head img{
	width: 97%;
	padding: 0px;
	margin: auto;
	display: block;
}
.top_containerigation{
	width: 100%;
	float:none;
	margin:0;
	padding:0;
}



.footer_bottom_menu ul{
	display:block;
}
.footer_bottom_menu ul li a{
	padding:10px;
	display:block;
	border: none;
}
.footer_bottom_menu ul li a:hover{
	text-decoration:none;
	color: #4a4a4a;
	/* 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 ============*/


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


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

.sidebar_position_left .back_link{
	margin-bottom:20px;
}


.sidebar_menu{
	width:auto;
	padding: 10px;
	border-radius: 0;
	text-align: center;
}

.back_link,
.main_block_item,
.top_container,
.item_block_01,
.item_block_02,
.item_block_02:nth-child(even),
.item_block_02:first-child,
.item_block_03
{
	float: none;
	width: auto;
	margin: 20px;
	padding: 0px;
	padding-bottom: 25px;
	margin-bottom: 20px;
}
.container_block_sub .top_container{
	margin-bottom:20px;
}
.container_block
{
	width: auto;
	margin: auto;
	clear: both;
	padding: 0;
	border:none;
	box-shadow:none;
}


.container_block_sub .top_container img,
.top_container img,
.icatch_img_01,
.icatch_img_02,
.icatch_img_03
{
	width: 93%;
	padding: 0px;
	margin: 14px;
	float: none;
	box-shadow: none;
	border: none;
	display: initial;
	border-radius: 0;
	background: #ffffff;
	margin-bottom: 0;
}
.footer_bottom
{
	width: auto;
	min-width: inherit;
	padding-top: 0;
}
.inner_footer_bottom{
	width:inherit;
	min-width:inherit;
}
.back_link{
	/* margin-bottom: 0; */
}

.social{
	justify-content:center;
	width:100%;
	margin-top:10px;
}
}/*end-mobile*/
