@charset "utf-8";
/* CSS Document */

*{
	margin:0px;
	padding:0px;
}

html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}
html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
}

html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
        margin: 0;
        padding: 0;
		font-size:100%;
}

body {
	font-family : 'ヒラギノ角ゴ ProN' , 'Hiragino Kaku Gothic ProN' , 'メイリオ' , Meiryo , 'ＭＳ ゴシック' , 'MS Gothic' , HiraKakuProN-W3 , 'TakaoExゴシック' , TakaoExGothic , 'MotoyaLCedar' , 'Droid Sans Japanese' , sans-serif;
	color:#414141;
    line-height: 1.6;
    text-size-adjust: 100%;
	font-size:14px;
    -webkit-print-color-adjust: exact;
    -webkit-font-smoothing: antialiased;
	font-feature-settings : "palt";
}
html {
    -webkit-text-size-adjust: none;
}

select, input, textarea {
	font-family : 'ヒラギノ角ゴ ProN' , 'Hiragino Kaku Gothic ProN' , 'メイリオ' , Meiryo , 'ＭＳ ゴシック' , 'MS Gothic' , HiraKakuProN-W3 , 'TakaoExゴシック' , TakaoExGothic , 'MotoyaLCedar' , 'Droid Sans Japanese' , sans-serif;
}

/*common
---------------------------------------------*/
/*link*/
a {
	color: #414141;
	outline:none !important;
    text-decoration: none;
}
a:hover  {

	opacity:0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha( opacity=60 )";
}
a[href*="\.pdf"],
a[href*="\.PDF"] {  
    background: url(../img/icon_pdf.gif) no-repeat top left;
	padding-left:20px;
}  
a[href*="\.doc"],
a[href*="\.docx"] {   
    background: url(../img/icon_doc.gif) no-repeat top left; 
	padding-left:20px;
} 
a[href*="\.xls"],
a[href*="\.xlsx"] {   
    background: url(../img/icon_xls.gif) no-repeat top left; 
	padding-left:20px;
}
a[href*="\.ppt"],
a[href*="\.pptx"] {   
    background: url(../img/icon_ppt.png) no-repeat top left; 
	padding-left:20px;
}
a[href*="\.png"],
a[href*="\.PNG"],
a[href*="\.jpg"],
a[href*="\.JPG"],
a[href*="\.jpeg"],
a[href*="\.JPEG"],
a[href*="\.gif"],
a[href*="\.GIF"],
a[href*="\.bmp"] {   
    background: url(../img/icon_img.png) no-repeat top left; 
	padding-left:20px;
}
a[href*="\.txt"],
a[href*="\.TXT"] {   
    background: url(../img/icon_clip.png) no-repeat top left; 
    background-size: 16px 16px;
	padding-left:20px;
}
a.window {   
    background: url(../img/icon_window.gif) no-repeat 0 4px; 
	padding-left:15px !important;
	margin:0 0 0 5px;
}
/*img*/


.i_left {
	float:left;
	margin:0 20px 5px 0;
}
.i_right {
	float:right;
	margin:0 0 5px 20px;
}
.i_center {
	text-align:center;
	margin:10px auto;
}

.clear {
	clear:both;
}
/*font-size*/
.fs75 {	font-size:75% !important; }
.fs80 {	font-size:80% !important; }
.fs85 {	font-size:85% !important; }
.fs90 {	font-size:90% !important; }
.fs95 {	font-size:95% !important; }
.fs110 {	font-size:110% !important; }
.fs120 {	font-size:120% !important; }
.fs130 {	font-size:130% !important; }

/*margin*/
.mt0 {	margin-top:0 !important; }
.mt05 {	margin-top:0.5em !important; }
.mt1 {	margin-top:1em !important; }
.mt15 {	margin-top:15px !important; }
.mt2 {	margin-top:2em !important; }
.mt3 {	margin-top:3em !important; }
.mt4 {	margin-top:4em !important; }
.mt03 {     margin-top: 3px !important; }
.mr15 {	margin-right:15px !important; }
.mb0 {	margin-bottom:0 !important; }
.mb05 {	margin-bottom:0.5em !important; }
.mb1 {	margin-bottom:1em !important; }
.ml0 {	margin-left:0 !important ; }
.ml1 {	margin-left:1em !important ; }
.ml2 {	margin-left:2em !important ; }
.mlr1 {	margin-left:1em !important ; margin-right: 1em !important; }
.mb15 {	margin-bottom:15px !important; }



/*padding*/
.plr25 {	padding-left:25px; padding-right:25px ; }

/*border*/
.bdrtb3 {	border-top:3px solid #f3f3f3;border-bottom:3px solid #f3f3f3; padding:15px 0; }
.bdr1 {	   border: 1px solid #B2B2B2; padding: 15px; }
.bnone {	border:none !important; }

/*text-align*/
.t_center {	text-align:center !important; }
.t_left { text-align:left !important; }
.t_right {	text-align:right !important; }

/*btn*/
.btn_r {	text-align:right; margin:10px 0 15px 0; }
.bdr .btn_r {	text-align:right; margin:10px 0 0 0; }

/*強調*/
.strong {	font-weight:bold !important ; }

/*indent*/
.ind1 {	margin-left:1em; text-indent: -1em; }

/*color*/
.org { 	color:#F26337; }
.wht { color:#fff; }
.red { color:#ff0505; }
.ylw { color:#744601; }
.blue { color:#0059b7; }

.icon { vertical-align:baseline; margin:0 3px 0 5px  ; }
.new { font-size:85%; background:#FF0; margin:0 0  0 10px; padding:1px 5px; }
.small {
	padding:0;
	font-size:80%;
}

input[type="checkbox"] {
	vertical-align: middle;
	margin: 0 3px 0 0; 	
}

/*display*/
.sp_img  {	display: none; }

/*align*/
.t_center { 	text-align:center !important; }
.t_left 	{	text-align:left !important; }
.t_right {		text-align:right !important; }

.clear {	clear:both !important ;}
.disc li { list-style:disc !important; }
.lh0 { line-height:0 !important; }
.clearn { clear:none !important; }
.w90p { width:90% !important; }
.w98p { width:98% !important; }
.w55p { width:55% !important; }
.w2em { width:2em !important; }
.ind01 { padding-left: 1em;   text-indent: -1em; }
.new { background: #FF59AC; padding:1px 5px; font-size:75%; line-height:1; margin:0 0 0 10px; color:#FFF; }

/*header
---------------------------------------------*/
#cms_header {
	position:relative;
	margin:0 auto;
}
#cms_header .hdr_box {
	margin:0 auto;
	width:1280px;
	position:relative;
}
.h1_logo_box {
	margin:10px 5px;
}
.h1_logo_box a {
	display:block;
	width:350px;
	height:54px;	
	background:url(../img/h1_logo.png) no-repeat 0 0 ;
	background-size:140px auto;
}
.h1_logo_tit {
	display:block;
	text-indent:-9999em;
}
.h1_logo_year {
	position:absolute;
	top:10px;
	left:155px;
	color:#fff;
	background:#538526;
	display:inline-block;
	padding:5px 10px 3px 10px;
	font-size:14px;
	line-height:1;
}
.h1_logo_subtit {
	position:absolute;
	top:38px;
	left:68px;
	color:#4a4a4a;
}
.h1_logo_subtit span {
	color:#538526;
}
.drawer-hamburger {
	display:none;
}


/*mainnav*/
.main_nav {
	background:#538526;
    overflow: hidden;
    margin: 0;
}
.mn_item  {
	float:left;
    margin: 0;
	width:25%;
}
.mn_item  a {
    display: block;
    text-decoration: none;
    color: #fff;
	text-align:center;
    padding:8px 5px 6px 5px;
	border-left:1px solid #ccc;
}
.mn_item:first-child a {
	border-left:none;
}
.mn_item.active {
	position:relative;
}
.mn_item.active a {
	background:#72A546;
}
.mn_item.active a::after {
	font-size:10px !important;
	content:"▲";
	position:absolute;
	top:26px;
	left:0;
	right:0;
}
.mn_item.active a:hover {
	opacity:1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha( opacity=100 )";
	cursor: default;
}

.mn_item_sp {
	display:none;
}

/*subnav*/
.sub_nav {
	position:absolute;
	top:28px;
	right:0;
}
.sub_nav ul {
	overflow:hidden;
}
.sub_nav ul li {
	float:left;
	text-align:right;
	margin:3px 0 3px 10px;
}
.sub_nav .nav_btn {
    background: #666;
	color:#fff;
    border-radius: 15px;
    display: block;
    padding:4px 20px;
	line-height:1;
    text-decoration: none;
}

/*section
---------------------------------------------*/
#cms_section {
	margin:0 auto;
	width:1280px;
	display:table;
	min-height:800px;
}
#cms_mainmenu {
	display:table-cell;
	width: 330px;
	padding:15px 0 30px 0;
	border-right: 1px solid #ccc;	
}
#contents {
	display:table-cell;
	position:relative;
	vertical-align:top;
	padding:15px 0 30px 15px;
}


#contents__main {
	padding-right:260px;
}
#contents__menu {
	float:right;
	width:250px;
	overflow:hidden;
	margin:10px 0 0 0;
}


#contents p {
	margin:5px 10px;
}
#contents hr {
	clear:both;
}
#contents article {
	margin:0 0 50px 0;
}


/*footer
---------------------------------------------*/
footer {
	clear:both;
	padding:12px 0 8px 0;
	background:#f1f1f1;
	text-align:center;
	font-size:90%;
	border-top:1px solid #ccc;
}


#cms_page-top {
	position: fixed;
	bottom:20px;
	right:20px;
}
#cms_page-top a {
	text-decoration: none;
	display: block;
	background: #f7b92d;
	width:60px;
	height:50px;
	color:#fff;
	font-size:30px;
	padding:5px 0 0 0;
}


/*preview
---------------------------------------------*/
html.preview {
	height: 100%;
}
body.preview {
	height: 100%;
	background:#333333;
}
main.preview {
	height: 100%;
}
form.preview {
	height: 100%;
}
header.prev_hdr {
	padding:5px 0;
	border-bottom: 3px solid #e40606;
	background:#FFFFFF;
}
header.prev_hdr .hdr_cont {
    margin: 0 auto;
    min-width: 1000px;
    max-width: 1200px;
    position: relative;
    padding: 5px 0 0 0;
}
header.prev_hdr h2 {
	float:left;
	margin:10px 15px 0 10px;
	display: block;
    font-weight: normal;
    font-size: 130%;
}
header.prev_hdr ul.prevBar {
	overflow: hidden;
}
header.prev_hdr ul.prevBar li {
	float:left;
	margin:0 10px;
}
header.prev_hdr ul.prevBar li.close {
	float:right;
}
header.prev_hdr ul.prevBar li.close input {
	padding: 2px 10px;
	margin: 10px 10px 5px 20px;
}
section.prev_box {
    position: absolute;
    top: 114px; /* Header Height */
    bottom: 0; /* Footer Height */
	width:100%;
	padding:10px 0 10px 0;
	text-align:center;
	line-height:1;
}
section.prev_box iframe {
	height: 98%;
	background:#FFFFFF;
	overflow:hidden;
}



/*スクロールバーレイアウト
---------------------------------------------*/
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
}
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 50, .5);
  border-radius: 10px;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .1);
}


/*中コンテンツ用のメニュー
-------------------------------------------*/
.inner_menu_box {
    overflow:hidden;
    margin:0 0 30px 0;
}
.inner_menu_item {
    margin:5px 0;
    padding:0;
}
.inner_menu_item:nth-child(2n+1) {
    clear:both;
}
.inner_menu_item a {
    display:block;
    text-decoration:none;
    padding: 0 0 0 20px;
    color:#666;
    position:relative;
}
 
.inner_menu_item a::before {
    position:absolute;
    top: 2px;
    left: 2px;
    content:"▼";
    color:#538526;
    font-size:80%;
    vertical-align:middle;
    display:inline-block;
    -moz-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    margin:0 5px 0 0;
}




/*size:1290px以下
----------------------------------------------------*/
@media screen and (max-width:1290px){
	
#cms_header .hdr_box,
#cms_section{
	width:1000px;
}
#cms_mainmenu {
    width: 280px;
}
	
	
}



/*size:1010px以下
----------------------------------------------------*/
@media screen and (max-width:1010px){
	
#cms_header .hdr_box,
#cms_section{
	width:100%;
}
#cms_mainmenu {
    width: auto;
    min-width: 220px;
	display:block;
	padding:15px 10px 30px 10px;
}
#contents {
	padding:15px 10px 30px 15px;
}

	
	
}




/*size:767px以下
----------------------------------------------------*/
@media screen and (max-width:767px){
	
/*display*/
.sp_img  {	display: inherit; }
.pc_img  {	display: none !important; }

	
#cms_header .hdr_box,
#cms_section{
	width:100%;
	display:block;
}
#contents {
	display:block;	
	padding:0 10px 15px 10px;
}



/*header
---------------------------------------------*/
.h1_logo_box {
	margin:10px 5px;
}
.h1_logo_box a {
	display:block;
	width:270px;
	height:54px;	
	background:url(../img/h1_logo.png) no-repeat 0 0 ;
	background-size:140px auto;
}
.h1_logo_subtit {
	font-size:10px;
    top: 40px;
}



/*drwer*/
.drawer-nav {
	width:240px !important;
}
.drawer--top.drawer-open .drawer-nav {
}
.drawer-toggle.drawer-hamburger:after {
	content: "MENU";
    font-size: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;	
}

.drawer--right.drawer-open .drawer-hamburger {
	right:240px !important;	
}
.drawer-open .drawer-toggle.drawer-hamburger:after {
	content: "CLOSE";
    font-size: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
/*mainnav*/
.mn_item  {
	float:none;
	width:100%;
	border-bottom:1px solid #ccc;
}
.mn_item  a {
    color: #333;
	text-align:left;
    padding:10px;
	border-left:1px solid #ccc;
}
.mn_item a::after {
	float:right;
	content:"＞";
	display:inline-block;
	font-size:10px;
	margin:3px 0 0 0;
}
.mn_item :first-child a {
	border-left:none;
}
.mn_item_name {
	color:#538526;
	font-weight:bold;
	font-size:85%;
	position:relative;
}
.mn_item_name span {
	padding:8px 10px;	
	display:block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-right:2em;
}
.mn_item_name::after {
	content:"さん";
	display:inline-block;
	position:absolute;
	top:8px;
	right:5px;
}



	
/*中コンテンツ用のメニュー
-------------------------------------------*/
.inner_menu_box {
	overflow:hidden;
	margin:0 0 30px 0;
}
.inner_menu_item {
	float:none;
	width:100%;
	margin:0 0 10px 0;
}
.inner_menu_item a {
	margin:0;
}

	
	
	
	
}