@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}


/*****************************
com
******************************/
.com_contents {
	width:98%;
	margin:0 auto;
}

#totop {
	display:block;
    position: fixed;
    bottom: 60px;
    right: 10px;
    z-index: 2000;
}    

#totop a {
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -1000em;
    overflow: hidden;
    background: url(../images/com/btn_scroll_top.png) 0 0 no-repeat;
	background-size:100% auto;
}

.hed_tit_txt::after {
    border-bottom: 1px solid #111;
    content: "";
    display: block;
    width: 100%;
}

.hed_tit_txt {
	border-bottom: 3px solid #111;
    margin: 0 auto 20px;
    padding-bottom: 3px;
    position: relative;
    width: 100%;
}

.ttl_txt {
	text-align: center;
	font-size: 1.2em;
	line-height: 120%;
}

.ttl_en {
	text-align: center;
	color: #00a500;
	font: italic bold 1em Arial, Helvetica, sans-serif;
	margin-bottom: 40px;
}

.contents,
.side {
	width:100%;
	float:none;
	margin:0 auto 30px;
}

.bg_pankuzu {
	width:100%;
	background:#00822c;
	padding:5px 0;
	font-size:0.7em;
	color:#FFFFFF;
	margin:0 0 20px;
}

.bg_pankuzu a {
	color:#FFFFFF;
}

.com_tit_txt {
	background: #00822c;
    color: #FFFFFF;
    font-size: 1.1em;
    height: auto;
    line-height:1.8em;
    overflow: visible;
    padding: 0 10px;
	margin:0 0 20px;
	border-top:2px solid #8FC31F;
}

.com_tit_txt02 {
	font-size:1.2em;
	letter-spacing:2px;
	text-align:center;
	color:#323232;
	margin:0 auto 20px;
}

.com_sub_tit_txt_box {
	width:100%;
	margin: 0 0 25px;
}

.com_sub_tit_txt::after {
    background: #e2e2e1 none repeat scroll 0 0;
    border-bottom: 2px solid #ebeefb;
    bottom: -8px;
    content: "";
    display: block;
    height: 1px;
    left: -4px;
    position: absolute;
    width: 100%;
}

.com_sub_tit_txt {
	border-left: 4px solid #00822c;
    font-size: 1em;
    padding: 3px 0 3px 10px;
    position: relative;
}

.com_img_l,
.com_img_r {
	width:92%;
	float:lnone;
	margin:0 auto 20px;
}

.com_img_l img,
.com_img_r img {
	padding:5px;
	/* box-shadow */
	box-shadow:0px 0px 6px -3px #323232;
	-moz-box-shadow:0px 0px 6px -3px #323232;
	-webkit-box-shadow:0px 0px 6px -3px #323232;
	
	/* border-radius */
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.scroll-box {
	width:96%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;  /* 諷｣諤ｧ繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ */
	margin-bottom:30px;
}

.scroll-box::-webkit-scrollbar {
	height: 5px;
}

.scroll-box::-webkit-scrollbar-track {
	border-radius: 0px;
	background: #EEEEEE;
}

.scroll-box::-webkit-scrollbar-thumb {
	border-radius: 5px;
	background: #666666;
}

.table_tag {
	width:100%;
	border-top:1px solid #646464;
	border-right:1px solid #646464;
	margin:0 auto 40px;
}

.table_tag th {
	background:#F0F0F0;
	width: auto;
	border-left:1px solid #646464;
	border-bottom:1px solid #646464;
	padding:5px;
	text-align:center;
	display:block;
}

.table_tag td {
	background:#FFFFFF;
	width: auto;
	border-left:1px solid #646464;
	border-bottom:1px solid #646464;
	padding:5px;
	vertical-align:middle;
	display:block;
}

#a,#b,#c,#e,#f,#g,#h,#i,#j,#k,#l,#m,#n {
	margin-top:-50px;
    padding-top:50px;
	display:inline-block;
}

#idx_pont01,#idx_pont02,#idx_pont03,#idx_pont04,#idx_pont05,#idx_pont06 {
	margin-top:-50px;
	padding-top:50px;
	display:inline-block;
}



/*****************************
header
******************************/
header {
	background:#FFFFFF;
	width:100%;
	height:60px;
	
	/* box-shadow */
	box-shadow:0px 0px 6px -2px #666666;
	-moz-box-shadow:0px 0px 6px -2px #666666;
	-webkit-box-shadow:0px 0px 6px -2px #666666;
}

.header_l {
	width:140px;
	float:left;
	margin:20px 0 0;
}

.logo_img {
	float:left;
	width:100%;
	margin:0;
}

.logo_img img {
	width:100%;
	height:auto;
}

.hed_inner {
	display:none;
}

.header_r {
	width:165px;
	float:right;
	margin:10px 0 0;
}

.g_navi {
	display:none;
}

.tel_txt {
	display:none;
}

.btn_01 {
	display:none;
}

.sp_list {
	display:block;
	width:140px;
	float:right;
	margin:0;
	padding:0;
	list-style-type:none;
}

.sp_list li {
	background:#00a500;
	width:35px;
	height:35px;
	float:left;
	margin:0 3px 0 0;
	padding:3px;
	text-align:center;
	font-weight:bold;
	font-size:5px;
	line-height:2em;
	
	border-radius: 3px;        /* CSS3鬮｣諷募愛繝ｻ・｡繝ｻ・ｽ */
	-webkit-border-radius: 3px;     /* Safari,Google Chrome鬨ｾ蛹・ｽｽ・ｨ */
	-moz-border-radius: 3px;   /* Firefox鬨ｾ蛹・ｽｽ・ｨ */
}

.sp_list li a {
	color:#FFFFFF;
}

.sp_list li i {
	font-size:20px;
	line-height:1em;
}

.sp_list li:last-child {
	margin-right:0;
}


/*****************************
footer
******************************/
footer {
	background:url(../images/footer/bg_img.png) right center no-repeat #333333;
	width:100%;
	margin:0 auto 30px;
	padding:10px 0;
}


.footerL {
	width:100%;
	float:none;
	white-space:nowrap;
}

.footerL h3 {
	font-size:1em;
	margin:0 auto 10px;
	color:#FFFFFF;
}

.footerL p {
	font-size:0.9em;
	line-height:1.4em;
	margin:0 auto 20px;
	color:#FFFFFF;
}



.footerR {
	display:none;
}

.copyright {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:center;
}



@media only screen and (min-width: 769px) {

.gridContainer {
	width:100%;
	padding:0;
	margin:auto;
	clear:none;
}

#div1 {
}

.zeroMargin_desktop {
    margin-left: 0;
}

.hide_desktop {
    display: none;
}


/*****************************
com
******************************/
.com_contents {
	width:1170px;
	margin:0 auto;
}

#totop {
	display:block;
    position: fixed;
    bottom: 60px;
    right: 30px;
    z-index: 2000;
}    

#totop a {
    display: block;
    width: 54px;
    height: 54px;
    text-indent: -1000em;
    overflow: hidden;
    background: url(../images/com/btn_scroll_top.png) 0 0 no-repeat;
	background-size:100% auto;
}

.totop {
	width:60px;
	height:auto;
    display: none;
    position: fixed;
    bottom: 30px;
    right: 5px;
	z-index: 100;
}

.totop a {
    display: block;
}

.hed_tit_txt::after {
    border-bottom: 1px solid #111;
    content: "";
    display: block;
    width: 100%;
}

.hed_tit_txt {
	border-bottom: 3px solid #111;
    margin: 0 auto 20px;
    padding-bottom: 3px;
    position: relative;
    width: 100%;
}

.ttl_txt {
	text-align: center;
	font-size: 2em;
	line-height: 160%;
}

.ttl_en {
	text-align: center;
	color: #00a500;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom: 40px;
}

.contents {
	width:735px;
	float:left;
	margin:0 auto 30px;
}

.side {
	width:325px;
	float:right;
	margin:0 auto 30px;
}

.bg_pankuzu {
	width:100%;
	background:#00822c;
	padding:5px 0;
	font-size:0.8em;
	color:#FFFFFF;
	margin:0 0 30px;
}

.bg_pankuzu a {
	color:#FFFFFF;
}

.com_tit_txt {
	background: #00822c;
    color: #FFFFFF;
    font-size: 1.4em;
    height: 50px;
    line-height: 50px;
    overflow: visible;
    padding: 0 20px;
	margin:0 0 20px;
	border-top:2px solid #8FC31F;
}


.com_tit_txt02 {
	font-size:1.2em;
	letter-spacing:2px;
	text-align:center;
	color:#323232;
	margin:0 auto 20px;
}

.com_sub_tit_txt_box {
	width:100%;
	margin: 0 0 25px;
}

.com_sub_tit_txt::after {
    background: #e2e2e1 none repeat scroll 0 0;
    border-bottom: 2px solid #ebeefb;
    bottom: -8px;
    content: "";
    display: block;
    height: 1px;
    left: -4px;
    position: absolute;
    width: 100%;
}

.com_sub_tit_txt {
	border-left: 4px solid #00822c;
    font-size: 1.2em;
    padding: 3px 0 3px 15px;
    position: relative;
}

.com_img_l {
	width:330px;
	float:left;
	margin:0 20px 20px 0;
}

.com_img_r {
	width:330px;
	float:lright;
	margin:0 20px 20px 0;
}

.com_img_l img,
.com_img_r img {
	padding:5px;
	/* box-shadow */
	box-shadow:0px 0px 6px -3px #323232;
	-moz-box-shadow:0px 0px 6px -3px #323232;
	-webkit-box-shadow:0px 0px 6px -3px #323232;
	
	/* border-radius */
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
}

.scroll-box {
	width:100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom:30px;
}

.scroll-box::-webkit-scrollbar {
  height: 5px;
}

.scroll-box::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

.table_tag {
	width:100%;
	border-top:1px solid #646464;
	border-right:1px solid #646464;
	margin:0 auto 50px;
}

.table_tag th {
	background:#F0F0F0;
	width: 20%;
	border-left:1px solid #646464;
	border-bottom:1px solid #646464;
	padding:5px;
	text-align:left;
	display:table-cell;
}

.table_tag td {
	background:#FFFFFF;
	width: auto;
	border-left:1px solid #646464;
	border-bottom:1px solid #646464;
	padding:5px;
	vertical-align:middle;
	display:table-cell;
}


#a,#b,#c,#e,#f,#g,#h,#i,#j,#k,#l,#m,#n {
	margin-top:-75px;
    padding-top:75px;
	display:inline-block;
}


#idx_pont01,#idx_pont02,#idx_pont03,#idx_pont04,#idx_pont05,#idx_pont06 {
	margin-top:-75px;
	padding-top:75px;
	display:inline-block;
}

/*****************************
header
******************************/
header {
	background:#FFFFFF;
	width:100%;
	height:100px;
	
	/* box-shadow */
	box-shadow:0px 0px 6px -2px #666666;
	-moz-box-shadow:0px 0px 6px -2px #666666;
	-webkit-box-shadow:0px 0px 6px -2px #666666;
}

.header_l {
	width:850px;
	float:left;
	margin:10px 0 0;
}

.logo_img {
	float:left;
	width:200px;
	margin:25px 0 0;
}

.hed_inner {
	display:block;
	width:630px;
	float:right;
}

.menu_list {
	width:100%;
	margin:35px 0 0;
	padding:0;
	list-style-type:none;
}

.menu_list li {
	white-space:nowrap;
	margin-right:30px;
	float:left;
	font-weight:bold;
	text-align:center;
	font-size:1.3em;
	white-space:nowrap;
}

.menu_list li span {
	font-size:0.7em;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	white-space:nowrap;
}

.menu_list li a {
	color:#000000;
	display:block;
}

.menu_list li a span {
	color:#00a500;
	display:block;
}

.menu_list li:last-child {
	margin-right:0;
}

.header_r {
	width:320px;
	float:right;
	margin:0;
}

.g_navi {
	display:block;
	width:175px;
	margin:5px 0 10px;
	padding:0;
	list-style-type:none;
	float:right;
}

.g_navi li {
	float:left;
	font-size:0.7em;
	font-weight:bold;
	border-right:1px solid #333333;
	padding:0 8px;
	white-space:nowrap;
}

.g_navi li a {
	color:#323232;
}

.g_navi li:last-child {
	border-right:none;
	padding-right:0;
}


.tel_txt {
	display:block;
	width:160px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.8em;
	line-height:0.9em;
	font-weight:bold;
	color:#000000;
	float:left;
}

.tel_txt i {
	font-size:0.6em;
}

.tel_txt_time {
	display:block;
	font-size:0.4em;
	text-align:right;
	white-space:nowrap;
}


.btn_01 {
	display:block;
	width:150px;
	padding:2px;
	background:#00a500;
	text-align:center;
	font-weight:bold;
	margin:0;
	float:right;
}


.btn_01 a {
	color:#FFFFFF;
	display:block;
	letter-spacing:1px;
}

.sp_list {
	display:none;
}



/*****************************
footer
******************************/
footer {
	background:url(../images/footer/bg_img.png) right center no-repeat #333333;
	width:100%;
	margin:0 auto 30px;
	padding:20px 0;
}


.footerL {
	width:30%;
	float:left;
	white-space:nowrap;
}

.footerL h3 {
	font-size:1.2em;
	margin:0 auto 10px;
	color:#FFFFFF;
}

.footerL p {
	font-size:0.9em;
	line-height:1.4em;
	margin:0 auto 20px;
	color:#FFFFFF;
}



.footerR {
	display:block;
	 width:70%;
	 font-size: 0.9em;
	 margin:auto;
	 float:right;
}

.footerR ul {
	width:25%;
	list-style: none;
	margin:0 auto 30px;
	padding: 0;
	float:left;
	color:#FFFFFF;
}

.footerR ul li h4 {
	font-size:1.2em;
}

.footerR ul li {
	font-size:0.9em;
}

.footerR ul li a {
	color:#FFFFFF;
	display:block;
}

.copyright {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	text-align:center;
}

}