@charset "utf-8";
.topmenubar {
	min-width: 1010px;
	width: 1010px;
	margin: 0px auto;
	height: auto;
	padding: 0;
	background: #6c786e;
	position: relative;
	margin-bottom: 20px;
}
.topmenubar:before{
	content:'';
	position:absolute;
	width:100%;
	height:4px;
	bottom: 0;
	left: 0;
	background: url(../images/img.png) #5a5a5a;
}
.topmenubar ul {
	list-style: none;
	padding-left: initial;
	display: flex;
	text-align: center;
	justify-content: center;
	padding: 0;
	overflow: hidden;
	margin: 0 auto;
}
.topmenubar li {
	display:inline-block;
}
.topmenubar a {
	padding: 10px 34px;
	margin: 0px 0px 4px 0px;
	line-height: 28px;
	text-decoration: none;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	display: block;
	width: 164px;
	text-align: center;
	background: #6c786e;
	overflow: hidden;
}
.topmenubar a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 19px;
    z-index: 10;
    background: #6c786e;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    box-shadow: 2px -2px 0px 0px #cfcfcf;
}
.topmenubar a:after{
    content: '';
    position: absolute;
    right: 0;
    top: 19px;
    z-index: 10;
    background: #6c786e;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    box-shadow: -2px 2px 0px 0px #cfcfcf;
}
.topmenubar li:first-child a{
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.topmenubar li:last-child a{
}
.topmenubar a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: #979068;
}
.Top_scroll
{
	padding: 10px 0;
	text-align:center;
	font-weight: bold;
	text-decoration: none;
	position:fixed;
	bottom: 0;
	display: none;
	right: 11%;
}
.Top_scroll:before {
    content: 'Top';
    position: absolute;
    color: #FFFFFF;
    left: 0;
    bottom: 9px;
    font-size: 14px;
    padding: 13px 10px;
    z-index:1;
    background: url(../images/img.png)#6c7073;
    border: 3px solid #bebebe;
    box-shadow: 0px 0px 0px 3px #6c7073;
    border-radius: 30px;
}
.Top_scroll:hover:before {
    box-shadow: 0px 2px 0px 4px #bebebe;
    border: 3px solid #6c7073;
}
@media screen and (max-width:480px){
	.Top_scroll
	{
		display: none;
	}
	.Top_scroll:before {
	    display: none;
	}
	/*===== menu top =====*/
	.topmenubar{
		width:100%;
		min-width:100%;
		/* margin: 0; */
		border-radius: 0;
	}
	.topmenubar ul{
		flex-direction: column;
		text-align: center;
		width: 100%;
	}
	.topmenubar ul li{
		width:100%;
		display: block;
	}
	.topmenubar li:first-child a {
	border-left:none;
	border-radius:0;
}
	.topmenubar li:last-child a {
		border-right:none;
		border-radius:0;
	}
	.topmenubar ul li a{
		width: 100%;
		display: block;
		padding: 8px 0;
		margin: 0;
		text-align: center;
		margin-bottom: 4px;
		border-left: none;
		border-right:none;
		border-radius: 0;
		border-bottom: 1px solid rgba(221, 245, 218, 0.16);
	}
	.topmenubar ul li a:before{display:none;}
	.topmenubar ul li a:hover{
	
	}
}
body{
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	background: #a1b4a4;
	font-family: ’ヒラギノ角ゴ Pro W3’, ‘Hiragino Kaku Gothic Pro’, メイリオ, Meiryo, Osaka, ‘MS Pゴシック’, ‘MS PGothic’, sans-serif;
}
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;}
.tem_rsp_topwrapper{
	margin: 0 auto;
	min-width: 1010px;
}
.Mainsub_page{
	width:100%;
	margin: auto;
}

.top_headstyle_page{
	width:100%;
	margin: 0 auto;
	min-width: 1200px;
}
.top_headstyle_imgFix{
	width: 100%;
	height:auto;
	margin: 0 auto;
	min-width: 1200px;
}
.top_headstyle_img{
	width: 100%;
	height:auto;
	margin: 0 auto;
	min-width: 1010px;
}

/** ========= main image =============== **/

.tem_rsp_slider{
	width: 1010px;
	height:auto;
	padding: 0;
	margin: 0 auto;
	position: relative;
}
.tem_rsp_slider img{
	width: 100%;
	display: flex;
	position: relative;
	margin: 0;
}
/** ======= end ============ **/
.tem_rsp_title h1{
	color: #FFF;
	margin: auto;
	padding: 13px 0px;
	text-align: center;
	background: #6c786e;
	position: relative;
	font-size: 18px;
}
.tem_rsp_title{
	width: 1010px;
	margin: 0 auto;
	padding: 0;
}
.titlesite_page{
	width: 1010px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	background: rgba(213, 70, 0, 0.34);
	border-radius: 0 0 10px 10px;
}
/** page menu top & top style **/
#pagemain_top{
	width: 100%;
	margin: 0 auto;
	margin-top: 0;
	background: #21793C;
	position:relative;
	margin-bottom: 6px;
}
#tem_rsp_topmenu{
	width: 100%;
	margin: 0 auto;
	position:relative;
	min-width: 1200px;
}

/**************************/
.basepage_wrapper1{
	width: 100%;
	margin:auto;
	padding: 0;
	min-width: 1200px;
}
.basepage_wrapper{
	width: 100%;
	margin:auto;
	padding: 0;
	min-width: 1200px;
}
#main_wrapper{
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
	float:left;
}
#tem_rsp_Mfram1{
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.tem_rsp_boxIn1{width: auto;padding: 0px 0px 10px 0px;overflow: hidden;box-shadow: inset 0px 0px 1px 0px #6c786e,inset 0px 0px 1px 1px #6c786e;margin-bottom: 20px;background: rgba(255, 255, 255, 0.86);}
.tem_rsp_boxIn1 p{
}
.tem_rsp_boxIn1 img{
	width: 37%;
	float: right;
	margin: 8px 15px 10px 8px;
	padding: 0;
	box-shadow: 0px 0px 1px #6c7073;
}
.tem_rsp_contop{width: auto;padding: 0px 0px 10px 0px;overflow: hidden;box-shadow: inset 0px 0px 1px 0px #6c786e,inset 0px 0px 1px 1px #6c786e;margin-bottom: 20px;background: rgba(255, 255, 255, 0.86);}
.tem_rsp_contop img{
	width: 38%;
	float: right;
	margin: 10px 15px 0px 10px;
	padding: 0;
	box-shadow: 0px 0px 1px #6c7073;
}
img.img_con{
	width: 50%;
	float:right;
	margin-left: 10px;
	padding: 1px;
	box-shadow: 0px 0px 7px #8A82B8;
	border-radius: 20px 0 20px 0;
}

.page_box1{width: 100%;clear: both;}
.tem_rsp_Mfram3{width: 100%;clear: both;}
.page_box4{width: 100%;clear: both;border-top: 3px solid #44567F;padding: 10px 0;}
.tem_rsp_Mfram2{width: auto;clear: both;overflow: hidden;padding: 0px 10px 10px 10px;background: #CCCCCC;margin-bottom: 10px;border-radius: 4px;}

.tem_rsp_boxIn2{
	width: 49%;
	float:left;
	padding: 10px 0px 4px 0px;
	margin: 0px 4px 10px 0px;
	border-radius: 3px;
	background: linear-gradient(to bottom,rgba(197, 197, 197, 0) 0%, rgb(189, 189, 189) 100%);
	overflow: hidden;
}
.tem_rsp_boxIn2 p{
	padding:4px 8px;
}
.tem_rsp_boxIn2 img{
	width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	box-shadow: 0px 0px 1px #6c7073;
	margin-bottom: 10px;
}
.tem_rsp_boxIn2:nth-child(even){
	float: right;
	margin-right: 0;
}
.tem_rsp_Mainwrapp{
	margin: 0 auto;
	padding: 0;
}
.tem_rsp_artwrapper{
}
.Maintem_rsp_wrapperpage{
	width: 1010px;
	height:auto;
	margin:auto;
	overflow: hidden;
}

/** =========== side page ==========**/
.side_r{
	width: 91%;
	height:auto;
	padding: 10px 11px 10px 10px;    
	margin:auto;
	background-color: rgba(240, 244, 255, 1);
	border-bottom: 4px solid #628183;
	border-top: 6px solid #628183;
}
.side_r h2{
	margin: 8px 0 21px 0;
}
.side_r img{
	width: 96%;
	height:auto;
	padding: 3px 3px 3px 4px;    
	margin: -18px 0 -11px 0px;
	box-shadow: 0px 0px 1px #506673;
}
#Pageside_modelArea{
	width: 26%;
	height:auto;
	margin:auto;
	float: left;
}
.tem_rsp_Inside{
	width: auto;
	height:auto;
	padding: 14px 10px 10px 10px;
	margin:auto;
	margin-bottom: 10px;
	overflow: hidden;
	background: linear-gradient(to bottom,rgb(214, 214, 214) 0%, rgba(168, 168, 168, 0.36) 100%);
	border-radius: 4px;
	box-shadow: inset 0px 1px 10px 0px #bdbdbd;
}
.tem_rsp_Inside p{
	padding: 0;
	margin: 1px 1px;
}
.tem_rsp_Inside h2{margin: 0 0 10px 0;}
.tem_rsp_Inside img{
	width: 100%;
	height:auto;
	padding: 0;
	margin: 0;
	display: flex;
	margin-bottom: 10px;
	box-shadow: 0px 0px 1px #6c7073;
}
/** ========= End =========== **/
.main{
	width: 99%;
	height:auto;
	margin:auto;
	padding: 6px 6px 6px 5px;
	float: right;    
	background: rgba(218, 218, 218, 1);    
	box-shadow: 0px 0px 2px #0C5D78;    
	border-top: 10px solid #0C5D78;    
	border-bottom: 10px solid #0C5D78;    
	border-radius: 10px;
	margin-bottom: 9px;
}
#tem_rsp_PWMaincontent{
	height:auto;
}
.box_pr{
	width: 100%;
	height:auto;
	margin:auto;
	padding: 0px 0px 4px 0px;     
	border-radius: 5px;                    
	margin-top: 10px;
	overflow: hidden;
}
.main_subpage{width: auto;padding: 0px 0px 10px 0px;overflow: hidden;box-shadow: inset 0px 0px 1px 0px #6c786e,inset 0px 0px 1px 1px #6c786e;margin-bottom: 20px;background: rgba(255, 255, 255, 0.86);}
.main_subpage img{
	width: 43%;
	height:auto;
	float: right;
	padding: 0;
	margin: 10px 15px 6px 10px;
	box-shadow: 0px 0px 1px #6c7073;
}

#Main_Prlink{
    width: auto;
    padding: 0px 0px 10px 0px;
    overflow: hidden;
    box-shadow: inset 0px 0px 1px 0px #6c786e,inset 0px 0px 1px 1px #6c786e;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.86);
}
#Main_Prlink ul{
	padding:0;
}
#Main_Prlink ul li{
	line-height: 32px;
	padding-left: 15px;
	padding-right: 15px;
	color: #4A4646;
	font-size: 14px;
}
.tem_rsp_PRsidebar{width: auto;margin: auto;clear: both;padding: 0px 0px 4px 0px;background: linear-gradient(to bottom,rgb(214, 214, 214) 0%, rgba(168, 168, 168, 0.36) 100%);margin-bottom: 6px;margin-top: 10px;}
.tem_rsp_PRsidebar ul li{
	line-height: 32px;
	padding:0 10px;
}
/**===== readmore========**/
p.detail_box{
	margin: 10px 0px 16px 0px;
	display: flex;
}
.detail_box a{
		padding: 0px 16px 0px 16px;
		color: #FFFFFF;
		background: #979068;
		position: relative;
		overflow: hidden;
		border: 2px solid #6c7073;
}
.detail_box a:hover{
		text-decoration: none;
		background: #6c786e;
		box-shadow: 0px 0px 0px 1px #dedede inset;
}
/************************** Footer Page ***********************************/
.tem_rsp_footer{
	min-width: 1010px;
	height:auto;
	margin: 0px auto;
	padding:0px;
	display: block;
	position: relative;
}
#footerCR p{
	color:#000;
}
#footerCR{
	margin:auto;
	color: #000000;
	padding: 22px 0 10px 0px;
	text-align: center;
	min-width: 1010px;
	background: #6c786e;
}
#footerCR a{
			color: #FFFFFF;
			text-decoration: none;
			}
#footerCR a:hover{
			text-decoration: underline;
			}

/************************** /add/ ***********************************************/
a{
	color: #e99c1f;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
h1{font-size: 20px;}
h1 a{
	text-decoration: none;
	color: #FFFFFF;
}
h1 a:hover{
	text-decoration: none;
	color: #1a221b;
}
/* h2 */
h2{
	font-size: 16px;
	padding: 10px 0px 10px 0px;
	margin: 0;
	margin-bottom: 10px;
	color: #FFFFFF;
	background: #6c786e;
	position:relative;
	overflow: hidden;
	text-align: center;
	border-bottom: 4px double #fff;
}
h2.title {
    background: none;
    box-shadow: 0px 0px 1px 0px #444 inset;
    padding: 10px 0 12px 0px;
}
h2.title a{
	border-bottom: 2px solid;
}
h2.title a:hover{
    border-bottom: none;
    text-decoration:none;
    color: #6c7073;
}
/***********/
h3{
	font-size: 15px;
	color: #464646;
	padding: 0;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 5px;
	overflow: hidden;
	border-bottom: 1px dotted #D0D0CE;
	margin-left: 15px;
	margin-right: 15px;
}
h3.title{
	font-size:18px;
	color: #FFFFFF;
	padding-top: 0px;
	text-align: center;
	background-color: #007CB2;
}
ul{
	list-style:none;
	padding:inherit;
}

/** menu sidebar **/
ul.side_menu{
	list-style:none;
	position:relative;
	line-height:40px;
	margin: 0 auto;
	padding-left: initial;
	text-align: center;
	margin-bottom: 10px;
	background: #8b9196;
	border-radius: 4px;
	overflow: hidden;
}
ul.side_menu li{
	list-style:none;
	position:relative;
	line-height: 44px;
	margin: 0 auto;
}
ul.side_menu li a{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	line-height: 40px;
	text-decoration:none;
	display: block;
	background: #6c7073;
	margin-bottom: 4px;
	position:relative;
	box-shadow: 0px -1px 0px 0px #6c7073 inset;
}
ul.side_menu li a:hover{
	text-decoration: none;
	color: #fff;
	background: #8b9196;
}
#boxArea{
	margin: auto;
	margin-bottom: 2px;
}
div#boxArea div:nth-child(3) {
    margin-right: -3px;
}
/* ===== menu footer ========== */
ul.menu_footer {
	list-style: none;
	padding-left: initial;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	justify-content: center;
	margin: 8px 0;
}
ul.menu_footer li {
	display:inline-block;
}
ul.menu_footer li a {
	padding: 9px 11px 7px 11px;
	margin: 0;
	line-height: 26px;
	text-decoration: none;
	font-size: 13px;
	color: #FFFFFF;
	font-weight: bold;
	position: relative;
	display: block;
	width: 164px;
	overflow: hidden;
	border-radius: 4px;
	background: #5f5f5f;
}
ul.menu_footer li a:before{
	position: absolute;
	content: '» ';
	top: 8px;
	left: 0;
	box-shadow: 1px 0px 0px 0px #A5A5A5;
	z-index: 1;
	color: #A5A5A5;
}
ul.menu_footer li:first-child a{
}
ul.menu_footer a:hover {
	text-decoration: none !important;
	background: #747779;
	box-shadow: 0px 0px 2px 1px #bbb inset,0px 0px 2px 1px #444 inset,0px 0px 2px 1px #444 inset;
}
/*============= Control ==========*/
@media screen and (max-width:480px){

	.tem_rsp_topwrapper{
		width: 100%;
		min-width:100%;
	}
	/*===== site title =====*/
	.tem_rsp_title{
		width: 100%;
		min-width: 100%;
		margin-bottom: 0;
		border-top: none;
		border-radius: 0;
	}
	.tem_rsp_title h1{
		width: 100%;
		padding: 10px 0 8px 0;
		margin-bottom: 0;
		border-radius: 0;
		box-shadow: none;
		font-size: 14px;
	}
	h1{
		font-size: 14px;
	}
	h2{
		border-radius: 0;
	}
	/*======== slider =======*/
	.tem_rsp_slider{
		width: 100%;
		min-width:100%;
	}
	.tem_rsp_slider img{
		width: 100%;
		min-width:100%;
		border-radius: 0;
	}
	.tem_rsp_PRsidebar{
		width: auto;
		padding: 10px;
		margin: 0;
	}
	.tem_rsp_PRsidebar ul{
		padding-left: 0;
		padding-right: 0;
	}
	.tem_rsp_PRsidebar ul li{
		padding-left: 0;
		padding-right: 0;
	}
	/*========== contenner page / side-L ==========*/
	.Maintem_rsp_wrapperpage{
		width: 92%;
	}
	#Pageside_modelArea{
		width: 100%;
		padding: 0;
		margin: 0;
	}
	ul.side_menu{border-radius:0;}
	.tem_rsp_Inside{
		width:auto;
		padding: 10px 10px;
		margin: 0;
		margin-bottom: 10px;
		border-radius: 0;
	}
	ul.side_menu li a{border-radius:0;}
	/*============= content side R ===========*/
	.tem_rsp_Inside img{
		width: 100%;
		padding: 0;
		border-radius: 0;
		box-shadow: none;
	}
	/*========= contenner center ==========*/
	#tem_rsp_PWMaincontent{
		width: 100%;
		padding: 0;
		margin: 0;
	}
	/*========= center block =========*/
	.tem_rsp_contop{
		width: auto;
	}
	.tem_rsp_contop h3{
	}
	.tem_rsp_contop p{
	}
	.tem_rsp_contop img{
		width:100%;
		margin: 0px 0 0px 0;
		padding: 0;
		border: 0;
		border-radius: 0;
		float: none;
	}
	.tem_rsp_Mfram2{
		width: auto;
		margin: 0;
		border-radius: 0;
		box-shadow: inset 0px 1px 10px 0px #bdbdbd;
	}
	.tem_rsp_boxIn2{
		width: auto;
		margin: 0;
		padding: 10px 0 10px 0;
		border-radius: 0;
	}
	.tem_rsp_boxIn2 img{
		width: 100%;
		padding: 0;
		margin: 0;
		border-radius: 0;
	}
	.tem_rsp_boxIn2 p{
		padding: 4px 10px;
	}
	#tem_rsp_Mfram1{
		width: auto;
		margin: 0;
		padding: 0;
	}
	.tem_rsp_boxIn1{
		width: auto;
	}
	.tem_rsp_boxIn1 img{
		width: 100%;
		border: none;
		padding: 0;
		margin: 0;
		border-radius: 0;
		float: none;
	}
	.tem_rsp_boxIn1 p{
	}
	#Main_Prlink{
		width: auto;
	}
	#Main_Prlink ul{
		padding:0;
	}
	#Main_Prlink ul li{
	}
	/*======== footer ========*/
	.tem_rsp_footer{
		width: 100%;
		min-width:100%;
		padding: 0;
		margin: 0;
	}
	#footerCR{
		width: 100%;
		min-width: 100%;
		margin: 0;
		padding: 22px 0px;
	}
	#footerCR p{
		padding:0 10px;
	}
	/*======= subpage ======*/
	.main_subpage{
		width: auto;
	}
	.main_subpage img{
		width: 100%;
		margin: -3px 0 -5px 0;
		padding: 0;
		border: 0;
		float: none;
		border-radius: 0;
	}
	.main_subpage p{
	}
	.main_subpage h3{
	}
	/* ===== menu footer ========== */
	.menu_footer{
		padding: 0;
		margin: 0 auto;
	}
	ul.menu_footer {
	display: block;
	width: 100%;
	margin: 10px 0;
	}
	ul.menu_footer  li{
		display: block;
	}
	ul.menu_footer li a{
		padding: 8px 0px;
		width: 100%;
		border-radius: 0;
		border-bottom: 1px dotted;
		margin: 0;
		border-left:none;
		border-right:none;
	}
	ul.menu_footer li:first-child a{
		border-left:none;
		border-right:none;
	}
}