@charset "UTF-8";
* { margin: 0px; padding: 0px; box-sizing: border-box; }
a, a:link, a:visited, a:hover, a:active {text-decoration:none;}
img { border: 0px none; }

body {
	padding:0;
	margin:0;
	color:#404040;
	/*background-image: url(../images/page-background.png);*/
	font-family: '微軟正黑體', 'Microsoft JhengHei', Verdana, Helvetica, Arial, 'HeitiTC', 'Microsoft YaHei', sans-serif;
	font-size: 16px;
	background-color: #ffffff;
	background-repeat: repeat;
}
/************************
TOTAL
************************/
.page-container, 
.page-wrapper { 
    padding: 0px; 
	margin: 0 auto; 
	width: 100%;
	max-width: 480px;
	} 

/************************
HEADER
************************/
header .h_logo img,
header .h_logo,
header {
    position: relative; 
	display: inline-block;
    }
header {
	position: fixed;
	background: #ffffff;
	z-index: 100;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
	padding: 0px 0px;
	}
header .h_logo {
	width: 100%;
	padding: 15px 0px;
	text-align: center; 
	}

header .h_logo img {
	height: 30px;
	}

/************************
FOOTER
************************/
footer .f_link,
footer .fiscal .f_dd,
footer .fiscal .f_dt,
footer .fiscal,
footer .f_box, 
footer { 
	position: relative;
	display: inline-block;
    width: 100%;
	}
footer .f_box { 
	max-width: 992px;
	}
footer { 
	margin-top: 30px;
	text-align: center; 
	background-color: rgb(255,255,255);
    }
/************************/ 
footer .fiscal {
	padding: 12px 5%;
	color: #212529;
	line-height: 1.5;
	font-weight: 600;
	text-align: center; 
	border-top: 3px solid #64bf6d;
	}
footer .fiscal .f_dt { 
	font-size: 18px;
	letter-spacing: 7px;
	line-height: 1.5em;
	margin-top: 30px;
	margin-bottom: 18px;
	}
footer .fiscal .f_dd {
	font-size: 16px;
	line-height: 1.6em;
	text-align: left;
	margin-bottom: 30px;
	}
footer .fiscal .f_dd p { 
	margin-bottom: 20px;
	}
footer .fiscal .f_dd a,
footer .fiscal .f_dd a:hover  {
   text-decoration: underline;
   color: #42a862;
   }


/************************/ 
footer .f_link {
	font-size: 14px;
	padding: 20px 3%;
	text-align: center; 
	
background: #71c362;
background: -moz-linear-gradient(left,  #4ac557 0%, #00ae6c 100%);
background: -webkit-linear-gradient(left,  #4ac557 0%, #00ae6c 100%);
background: linear-gradient(to right,  #4ac557 0%, #00ae6c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#71c362', endColorstr='#44a06e',GradientType=1 );
	}
footer .f_link .f_right,
footer .f_link .f_left { 
	position: relative;
	display: inline-block;
    float: left;
	width: 100%;
	text-align: center;
	padding: 10px 0px;	
	}

footer .f_link .f_box {	
	text-align: left;
	color: #ffffff;
	line-height: 1em;
	font-weight: 600;
	padding-bottom: 10px;
	}
	
footer .f_link a,
footer .f_link a:hover  {
   display: inline-block;
   padding-right: 0.5em;
   color: #ffffff;
   }
footer .f_link .f_box span {
    position: relative; 
	display: inline-block;
	float: left;
	width: 50%;
	padding: 10px 10px;
	}
footer .f_link .f_box span.tt_l {
	text-align: right;
	}	
footer .f_link .f_box span.tt_r {
	text-align: left;
	}	

/************************
BUTTON
************************/
.block_btn {
	position: relative;
	display: inline-block;
    width: 100%;
    }

.btn {
	position: relative;
	display: inline-block;
	/*min-width: 120px;*/
	margin-bottom: 10px;
    min-height: 22px; 
	line-height: 22px; 
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    word-break: break-all;
    font-size: 16px;
	font-weight: 700; 
	
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
	padding: 0px 0px;
	margin: 5px 0px;
    }

a.btn_c02 { 
    display: inline-block;
    min-width: 100px;
	padding: 5px 50px;
	color: #009346;
	/*background: #009346;*/
	border: 1px solid #009346;
	
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	}
a.btn_c02:hover, a.btn_c02:active { 
    color: #ffffff;
	background: #009346;
	border: 1px solid #009346;
	}

a.btn_c03 { 
    display: inline-block;
    min-width: 200px;
	padding: 15px 30px;
	color: #2b9570; 
	border: 2px solid #2b9570;
	}
a.btn_c03:hover, a.btn_c03:active { 
    color: #ffffff; 
	background: #2b9570;
	border: 2px solid #2b9570;
	}

@media screen and (max-width: 768px) {
.block_btn {
	text-align: center;
    }
}
/************************
KEY-VISUAL
************************/
.key-visual .txt,
.key-visual .box_01,
.key-visual {
    position: relative; 
	display: inline-block;
	float: left;	
	width: 100%;
	}
.key-visual {
	min-height: 700px;
/*	height: 100%;*/
/*	width: 100%;*/
	background-color: #c8c4b2;

	background-image: url('../images/kv_p01.jpg');
	background-repeat: no-repeat; 
	background-position: center bottom;	
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-o-background-size:100% auto;
	overflow: hidden;

	position: relative;
	top:64px;
	}


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

.key-visual {
	
	min-height: 700px;
	background-color: #C7C4B2;

	background-image: url('../images/kv_p01.jpg');
	background-repeat: no-repeat; 
	background-position: center bottom;	
	background-size: 100% auto;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-o-background-size:100% auto;
	overflow: hidden;
	}

}

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

.key-visual {
	
	min-height: 606px;



	}

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

.key-visual {
	
	min-height: 550px;
	

	}

}

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

.key-visual {
	
	min-height: 480px;
	
	}

}


.key-visual .box_01 { 
	padding: 100px 40px; 
	}
.key-visual .txt { 
	color: #4c4c4c; 
	padding: 10px 0px; 
    font-family: "Microsoft YaHei","Microsoft JhengHei",Arial,sans-serif;
	font-weight: 400; 	
	text-align: left; 
	}
	
.key-visual .txt .tt { 
    font-size: 33px;
    font-weight: 700;

	}	
.key-visual .txt .dd { 
    font-size: 22px;
	padding-top: 10px; 
	padding-bottom: 30px; 
	}
	

/************************
block
************************/
.block img,
.block .dd,
.block .dt,
.block .tt,
.block .box,
.block { 
	position: relative;
	display: inline-block;
    width: 100%;	
	}
.block { 
	font-size: 16px;
	line-height: 1.8em;	
	padding: 0px 4%;
	}
.block .box_03,	
.block .box_04 {
	margin: 20px 0px;
	padding: 20px;
	background: #e2e2e2;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	}	


	.block .box_03{
	margin: 20px 0px;
	padding: 20px;
	background: #EEF0EC;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	}	

.block .tt { 
	font-size: 25px;	
	text-align: left; 
	font-weight: 600;
	color: #0f9459; 
	}
	
.block .box li,
.block .box ul { 
	position: relative;
	display: inline-block;
    float: left;	
    width: 100%;	
	vertical-align: top; 
	}
.block .box li { 
	padding: 5px 0px;
	text-align: left;
	}
.block .dt,
.block .dd { 
    padding-right: 20px;
	margin-left: 18px;
	}

.block .dt { 
	font-size: 18px;
	font-weight: 600;
	}
.block .dd { 
	margin-left: 25px;
	}
.block .h8 { 
	font-size: 15px;
	color: #585656;
	}	
.block .dot { 
    position: relative; 
	display: inline-block;
	font-size: 10px; 
	padding-right: 5px;
	top: -2px; 
	color: #94bd80;
	text-indent: -10px;
	}	
/************************
block
************************/
.block_01 .box_01,
.block_01 { 
	float: left;
	}
.block_01 .box_01 { 
	padding-top: 80px;
	padding-bottom: 50px;
	font-size: 32px;	
	text-align: left; 
	font-weight: 600;
	color: #0f9459; 
	}

.block_01 .align-c{
	text-align: center;
}

.block .box_03 { 
	padding: 30px 20px;
	font-size: 16px;
	text-align: left; 
	border: 2px dotted #2b9570;
	}
.block_01 .box_01 { 
	padding-top: 58px;
	padding-bottom: 30px;
	font-size: 32px;	
	text-align: left; 
	font-weight: 600;
	color: #0f9459; 
	}
	
.block_01 .box_04 p { 
	padding: 10px 0px;
	}	
/************************/
.block_02 .box_01,
.block_02 { 
	float: left;
	text-align: center; 
	}

.block_02 .txt { 
	padding-top: 80px;
	padding-bottom: 0px;
	}
.block_02 .txt01 { 
	padding-top: 90px;
	}
.block_02 .txt img { 
	width: 60%;
	max-width: 200px;
	}
.block_02 .tt { 
	padding-top: 50px;
	padding-bottom: 20px;
	}
	
.block .box_03 .dd,
.block .box_04 .dd { 
    padding-right: 0px;
	margin-left: 0px;
	text-align: left; 
	}

.block_02 .box_05 { 
	text-align: left; 
	}

.btn_group {
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: center;
    }


.block .box_04 .dd2 {
text-align: left;
font-weight: 700;
color: #0f9459;
line-height: 1.8em;
vertical-align: center;
margin-bottom:20px ;

 }


p.h3{

	font-size: 16px;
	font-weight: 600;
	color:#585656;
}


/***********************
TABLE 表格選單
***********************/
table {
	width: 90%;
	font-size: 15px;
	line-height: 1.4em;
    margin: 20px 0px;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    background: #ffffff;
    margin-left:auto ;
    margin-right:auto ;

	}
table tbody,
table thead {
	width: 100%;
	}
table tr {
	padding: 5px;
    }
table tr:nth-of-type(odd) { 
    background: #eeeeee;
    }
table tr.bk01 { 
    background: #eeeeee;
    }
table tr.bk02 { 
    background: #ffffff;
    }
table tr td {
	padding: 8px 3px;
	height: 40px;
	text-align: center;
	border-left: 1px solid #ffffff;

    }
table thead tr:nth-of-type(odd) {
	color: #ffffff; 
	background: #808080;
    }

.table-style th{
	background: #0f9459;
	padding: 10px 0;
	color: #fff;
	border: #fff solid 1px;
}
	

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

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

}

/************************
DRAWER-ITEM 
************************/ 
.drawer-content,
.drawer-header,
.drawer-item { 
	position: relative;
	display: inline-block;
	float: left;
    width: 100%;
	}
.drawer-item { 
	padding: 20px 20px;
	background: #f4f4f4;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	}
.drawer-header {
	padding: 6px;
	cursor: pointer;
	min-height: 26px;
	transition: 0.25s;
	text-align: left; 
	border-bottom: 1px solid #cfcfcf;
	overflow: hidden;
}
.drawer-item-active .drawer-header {
	transition: 0.25s;
}
.drawer-header h1 {
    color: #555555; 
	font-size: 16px;
	line-height: 1.4em;	
	font-weight: 600;
	margin: 0;
}
/*
.drawer-header-icon {
    display: inline-block; 
	content: ""; 
	float: left; 
	width: 30px; 
	height: 30px; 
	background: url('../images/btn_to_open.png') no-repeat scroll center center transparent;
	text-align: right; 
	vertical-align: middle; 
}
.drawer-header-icon.drawer-header-icon-active {
	transform: rotate(180deg);
}

.drawer-header span {
	position: relative;
	display: inline-block;
	min-width: 150px;
	
	margin: 5px 0px;
    min-height: 22px; 
	line-height: 22px; 
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    word-break: break-all;
    font-size: 14px;
	font-weight: 700; 
	
	border-radius: 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	
	padding: 5px 30px;
	color: #ffffff;
	background: #808080;
	border: 1px solid #808080;
	}
.drawer-header span:hover { 
    color: #808080;
	background: #ffffff;
	border: 1px solid #808080;
	}
*/	
	
.drawer-content {
	color: #474747;  
	font-size: 14px;
	line-height: 1.6em;
	padding: 10px 0px;
	text-align: left;
}
.drawer-content ol {
	padding-left: 25px;
}
.drawer-content ul li,
.drawer-content ul {
	display: inline-block;
	width: 100%;
}
.drawer-content ul {
	padding-left: 0px;
}
.drawer-content ul li {
	word-break: break-all;
}
/*
.drawer-content h3 {
	padding-top: 10px;
}
.drawer-content ul li img,
.drawer-content ul span {
	position: absolute;
	display: inline-block;
	left: 0;
	}
.drawer-content ul span {
	position: absolute;
	display: inline-block;
	width: 50px;
	padding-left: 25px;
	margin: 5px 0px;
	color: #ffffff;
	background-color: rgb(209,0,17);
	font-size: 14px;
	line-height: 1.4em; 
	font-weight: 900;
	border-radius: 20px;
}
.drawer-content ul li a:hover,
.drawer-content ul li a {
    color: #474747;  
}
.drawer-content ul li b {
	color: #000000;
}
.drawer-content ul li img {
	width: 20px; 
	top: -2px;
}
*/
@media only screen and (max-width: 768px) {

}


/************************/ 
.cs01  { color: #009346; }
.cs02  { color: #0081c0; }
.cs03  { color: #666dd3; }
.cs04  { color: #f20000; }
.cs05  {
	color: #d6d6d6;
    font-weight: 400;
	}


.pc_480, 
.pc_768 { display: block; }

.mo_480, 
.mo_768 { display: none; }
	
@media screen and (max-width: 768px) {
.pc_768 { display: none; }
.mo_768 { display: block; }	
	}
@media screen and (max-width: 480px) {
.pc_480 { display: none; }
.mo_480 { display: block; }	
	}

/************************
GOTOP
************************/
#go_top,
#go_link {
	position: fixed;
	display: inline-block;
	z-index: 99;
	}

#go_top {
	width: 40px;
	height: 40px;
	right: 10px;
	bottom: 30px;
	}
#go_link {
	width: 80px;
	height: 40px;
	right: 0px;
	top: 250px;
	}

@media only screen and (max-width: 768px) {
#go_link {
	width: 65px;
	top: 500px;
	}
#go_link img { width: 65px; }

}

img.tool{
	width: 25px;
	height: 25px;
	display: inline-block;
	line-height: 2em;

	vertical-align: bottom;

}

.pic2 img{
height: 38px;
width: 38px;
bottom: 5px;
}

.pic2{

display: inline-block;
vertical-align: center;
margin-right: 10px;
}

audio{

	display: inline-block;
	vertical-align: center;
	line-height: 50px;
}

