@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:#000000;
	/*background-image: url(../images/page-background.png);*/
	font-family: 'Noto Sans TC', '微軟正黑體', sans-serif;
	font-size: 18px;
	background-color: #ffffff;
	background-repeat: repeat;
	scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
body.open { 
	width: 100%;
	height: 100vh;
	overflow: hidden;
	}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 49;
    width: 100%;
    height: 100%;
	
    opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: rgba(0,0,0,0.8);
    }
.overlay.open {
    opacity: 0.8;
    visibility: visible;
    }
}
@media only screen and (max-width:480px){ 
font.redtext{
color: #d50020;}
	body {
		font-size: 16px;
	}
}

/************************
TOTAL
************************/
.page-wrapper,
.page-container {	
	margin: 0 auto; 
	width: 100%; 
	}
.page-wrapper {	
    padding: 0px; 
	/*max-width: 1200px;*/
	}
.page-container {	
    padding: 0px; 
	max-width: 992px;
	}
@media only screen and ( max-width:1280px ){ 

}	
@media only screen and (max-width:1024px){ 
 	.page-wrapper { 
	width: 100%; 
	}   
	.page-container { 
	width: 100%; 
	padding: 0px;
	}
}
@media only screen and (max-width:992px) { 

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

}	
/****************************/
.toggle-button {
	position: relative;
    display: none;
	float: left;
	top: 5px;
	left: 0;
	width: 53px;
    height: 53px;
    padding: 15px 15px;
    margin: 0px;
    transition: .25s;
    z-index: 999;
    }
.toggle-button:hover { 
    cursor: pointer;
	/*background-color: #eeeeee;*/
    }
.toggle-button .menu-bar {
	position: relative;
    width: 100%;
    transition: .2s;
    }
.toggle-button .menu-bar-top {
    border: 2px solid #909090;
    border-bottom: none;
    top: 0px;
    }
.toggle-button .menu-bar-middle {
	height: 2px;
    /*background-color: #909090;*/
    margin: 2px 0px;
    top: 0px;
    }
.toggle-button .menu-bar-bottom {
    border: 2px solid #909090;
    border-top: none;
    top: 0px;
    }
.toggle-button.open .menu-bar-top {
    transform: rotate(45deg) translate(3px, 3px);
    transition: .2s;
    }
.toggle-button.open .menu-bar-middle {
    transform: translate(0px);
    transition: .1s ease-in;
    opacity: 0;
    }
.toggle-button.open .menu-bar-bottom {
    transform: rotate(-45deg) translate(3px, -3px);
    transition: .2s;
    } 

@media only screen and (max-width: 768px) {
.toggle-button { 
	display: inline-block;
	}

}
/************************
HEADER
************************/
header {
	position: fixed;
	display: inline-block;
	width: 100%;
	top: 0;
	left: 0;
	font-size: 16px;
	height: 120px;
    z-index: 50;
	background-color: rgba(255,255,255,0.99);
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2);
	transition: all 0.2s ease-out;
	}
header.open { 
	height: 50px;
    border-top: 4px solid #2e2e2e;
	}
header.open,
header { transition: all 0.2s ease-out; }

@media screen and (max-width: 768px) {
header { 
	height: 50px;
    border-top: 4px solid #2e2e2e;
	}
}
/************************/
header .h_menu,
header .h_logo,
header .h_content {
    position: relative; 
	display: inline-block;
	float: left;
    }
header .h_content {
    width: 100%;
	padding-top: 40px;
    }

header .h_menu ul.menu-bottom {
	position: fixed;
	display: inline-block;
	top: 0;
    left: 0;	
	width: 100%;
	height: 40px;
	background: #2e2e2e;
    z-index: 50;
	}
header .h_menu ul.menu-bottom li {
    position: relative; 
	display: inline-block;
	float: right;
	font-size: 14px;
	line-height: 1.5em; 
	font-weight: 500;
	}
header .h_menu ul.menu-bottom a:hover,	
header .h_menu ul.menu-bottom a {
	display: inline-block;
	color: #ffffff;
	height: 40px;
    padding: 9px 18px;
	}
header .h_menu ul.menu-bottom a span {
	font-size: 12px;
	color: #82827c;
	}
header .h_menu ul.menu-bottom li:hover {
	background: #444444;
	}
	
header .h_menu ul.menu-bottom ul {
    position: absolute; 
	display: none;
	top: 100%;
	width: 280px;
	color: #b8b8b8;
	background: #444444;
    }
header .h_menu ul.menu-bottom li:hover > ul { 
    display: block;
	height: auto;
	}
header .h_menu ul.menu-bottom ul li { 
	float: left;
	width: 100%;
	padding: 5px 20px;
	min-height: 40px;
	}
header .h_menu ul.menu-bottom ul li:hover {
	background: #999999;
	} 
header .h_menu ul.menu-bottom ul li.panel-header:hover {
	background: #444444;
	}
	
header .h_menu ul.menu-bottom ul label,	
header .h_menu ul.menu-bottom ul a { 
	font-weight: 400;
	}
	
header.open ul.menu-bottom { display: none; }
header.open .h_content { padding-top: 0px; }

@media screen and (max-width: 768px) {
header .h_content { 
    padding-top: 0px; 
	}
body.open .h_content { 
	padding-left: 280px; 
	}
	
header.open ul.menu-bottom,
header .h_menu ul.menu-bottom {
    position: relative; 
	display: inline-block;
	background: #ffffff;
	}
header .h_menu ul.menu-bottom li {
	float: left;
	width: 100%;
	}
header .h_menu ul.menu-bottom li:hover {
	background: #ffffff;
	}	
header .h_menu ul.menu-bottom a:hover,	
header .h_menu ul.menu-bottom a {
	width: 100%;
	color: #656565;
	}
header .h_menu ul.menu-bottom a span {
    position: absolute; 
	right: 30px;
	color: #ff3333;
	}	
header .h_menu ul.menu-bottom li.pc768 {
	display: none;
	}
header .h_menu ul.menu-bottom ul {
    position: relative; 
	display: inline-block;
	padding: 10px 0px; 
	color: #70706f;
	background: #ececec;
    }
header .h_menu ul.menu-bottom ul li { 
	padding: 5px 20px;
	min-height: 30px;
	}

header .h_menu ul.menu-bottom ul.last-menu li,
header .h_menu ul.menu-bottom ul li.panel-header:hover {
	background: #ececec;
	}
header .h_menu ul.menu-bottom ul li:hover {
	background: #e2e2e2;
	} 	
header .h_menu ul.menu-bottom ul a:hover,
header .h_menu ul.menu-bottom ul a { 
	font-weight: 900;
	color: #000000;
	}

header .h_menu ul.menu-bottom li:hover > ul,
header .h_menu ul.menu-bottom ul { display: none; }
header .h_menu ul.menu-bottom li:hover > ul.open,
header .h_menu ul.menu-bottom ul.open { display: inline-block; }

}		
/************************/
header .h_logo {
	width: 190px;
	margin-top: 26px;
	margin-right: 10px;
	transition: all 0.4s ease-out;
	}
header .h_logo img {
	display: inline-block;
	float: left;
	width: 50%;
	}
	
header .h_menu ul.menu-top li,
header .h_menu ul.menu-top,
header .h_menu,
header .h_bank {
    position: relative; 
	display: inline-block;
    }
	
header .h_bank,
header .h_menu ul.menu-top li {
	line-height: 1.5em; 
	height: 80px;
	padding: 26px 0px;
	font-weight: 500;
	color: #2e2e2e; 	
	}
/************************/
header .h_bank ul.dark-last {
    position: absolute; 
	display: none;
	top: 100%;
	right: 0px;
	width: 180px;
	color: #2e2e2e; 
	background: #ececec;
    text-align: center; 
	}
header .h_bank ul.dark-last li {
    display: inline-block;
	width: 100%;
	}
		
header .h_bank ul.dark-last a,
header .h_bank ul.dark-last a:hover {
	display: inline-block;
	width: 100%;
	padding: 15px 0px;
	font-size: 14px;
	color: #2e2e2e; 
	transition: all 0.5s ease 0s; 
	}	
header .h_bank ul.dark-last a:hover {
	background: #dedede;
	}
header .h_bank ul.dark-last.open {
	display: inline-block;
	}	
/************************/

header .h_menu ul.menu-top a,
header .h_menu ul.menu-top a:hover {
	display: inline-block;
	padding: 0px 15px;
	color: #2e2e2e; 
	}
/*
header .h_menu ul.menu-top li:last-child a {
	border-left: 1px solid #c0c0c0;
	}
*/
header .h_menu ul.menu-top li:hover {
	background: #eeeeee;
	}
header.open ul.menu-top li {
	height: 46px;
	padding: 10px 0px;
	}
/************************/	
header .h_menu ul.menu-top a,
header .h_menu ul.menu-top a:hover {
	display: inline-block;
	padding: 0px 17px;
	color: #2e2e2e; 
	}
header .h_menu ul.menu-top li:last-child a {
	border-left: 1px solid #c0c0c0;
	}
header .h_menu ul.menu-top li:hover {
	background: #eeeeee;
	}
header.open ul.menu-top li {
	height: 46px;
	padding: 10px 0px;
	}
/************************/	
header .h_bank {
	float: right;
	background: #ff3333;
	padding: 26px 17px;
	}
header.open .h_bank,
header .h_bank { transition: all 0.2s ease-out; }	
	
header .h_bank a,
header .h_bank a:hover {
	display: inline-block;
	color: #ffffff; 
	}
header .h_bank img {
	display: inline-block;
	width: 20px;
	margin-bottom: -3px;
	}
header.open .h_bank {
	height: 46px;
	padding: 10px 17px;
	}

header.open .h_logo img.logo_tc { display: none; }
header.open .h_logo { 
	width: 80px;
	margin-top: 12px;
	margin-left: 10px;
	margin-right: 10px;
    }
header.open .h_logo img { width: 100%; }

@media screen and (max-width: 768px) {
header .h_content { height: 50px; }
header .h_logo img.logo_tc { display: none; }
header.open .h_logo,
header .h_logo {
	width: 80px;
	margin-top: 12px;
	margin-left: 0px;
	margin-right: 10px;
	}
header .h_logo img { width: 100%;}
header .h_bank {
	font-size: 14px;
	height: 46px;
	padding: 10px 17px;
	}

header .h_menu { 
	position: absolute;
	display: none;
    width: 280px;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 20;
	padding-bottom: 100px;
	background: #ffffff;
    }
	
body.open header .h_menu { 
	display: inline-block;
    overflow-x: hidden;
	}	
body.open .h_bank {
	display: none;
	}
	
header .h_menu ul.menu-top { 
	border-bottom: 1px solid #ececec; 
    }
header .h_menu ul.menu-top li {
	width: 100%;
	height: auto;
	font-size: 18px;
	padding: 12px 0px;
	}
header .h_menu a,
header .h_menu a:hover {
	padding: 0px 20px;
	}	
}
@media screen and (max-width: 468px) {

}	
/***********************
LAYOUT 框架
***********************/
section.main-content {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	padding-top: 90px;
	background: #ffffff;
	}
body.open section.main-content { 
	padding-top: 50px;
	}
@media screen and (max-width: 768px) {

body.open section.main-content,
section.main-content { 
	padding-top: 28px;
	}

}
/************************
FOOTER
************************/
footer .f_link,
footer .fiscal .f_right,
footer .fiscal .f_left,
footer .fiscal,
footer .f_warning,
footer { 
	position: relative;
	display: inline-block;
	float: left;
    width: 100%;
	font-size: 16px;
	}
 
footer { 
	padding: 10px 2%;
	background-color: rgb(72,72,72);
    }
/************************/ 
footer .f_warning{
	color: #fff;
	margin: 10px 0 40px 0;
	width: 100%;
}
/************************/ 
footer .fiscal {
	margin: 20px 0px;
	color: #191919;
	}
footer .fiscal .f_left { 
	width: 26%; 
	font-size: 30px;
	color: #ffffff;
	min-height: 48px; 
	text-align: left; 
	margin-left: 1%;
	}
footer .fiscal .f_left img { 
    width: 80%; 
	}
footer .fiscal .f_right { 
	width: 72%;
	font-size: 14px; 
	line-height: 1.4em; 
	color: #ffffff;
	padding-left: 1%;
	}
footer .fiscal .f_right a,
footer .fiscal .f_right a:hover  {
   color: #ffffff;
   line-height: 1em;
   }
/************************/ 
footer .f_link {
	margin-top: 10px;
	min-height: 40px;
	font-size: 14px;
	color: #b8b8b8;
	}
footer .f_link a,
footer .f_link a:hover  {
   display: inline-block;
   padding: 0px 10px;
   color: #b8b8b8;
   line-height: 1em;
   }
footer .f_link a + a { border-left: 1px solid #b8b8b8; }
footer .f_copy { 
   display: inline-block; 
   font-weight: 600;
   }	

@media screen and (max-width: 992px) {
footer .fiscal { width: 90%; padding: 0px 5%; }
footer .fiscal .f_left img { max-width: 300px; }
footer .fiscal .f_left,
footer .fiscal .f_right { width: 90%; margin: 0px 5%; text-align: left; padding: 0;}	
footer .fiscal .f_warning {margin: 10px 5% 40px 5%;}
	
footer .f_link { font-size: 13px; }
footer .f_link { width: 96%; margin: 1em 2%; text-align: center;  }
footer .f_copy { display: inline-block; width: 90%; margin: 10px 5%; text-align: center;  }
}
/************************
TOTAL
************************/

	
/************************
KEY-VISUAL
************************/ 
.key-visual { 
    position: relative;
	padding-top: 70px; 
	padding-bottom: 40px; 
	
	transition: all 0.5s ease 0s; 
	background-color: #bad4e7;
	background-image: url('../images/kv-5.jpg');
	background-repeat: no-repeat; 
	background-position: right 0px; 
	background-size: auto 100%;
	-moz-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-o-background-size: auto 100%;
	height: 320px; 
	}
.key-visual .tb01 { 
	float: center;
	text-align: left; 
	padding-top: 60px;
	}	
.key-visual .tb01 img { max-height: 145px; }
.key-visual .tb01 h1 { 
	font-size: 40px; 
	line-height: 1.5em; 
	font-weight: 600; 
	}
.key-visual .tb01 h3 { 
    color: #000000;
	font-size: 28px;
	font-weight: 400; 
	padding-top: 5px; 
	padding-bottom: 10px; 
	}

.key-visual .tb01 p {
	font-size: 16px;
	max-width: 50%;
	margin-top: 8px;
}

.key-visual img.v-s1 { display:none; }

@media screen and (max-width: 992px) {
	.key-visual{
	height: 320px; 
 	}
	.key-visual .tb01 { 
	padding: 60px 0 0px 20px;
	text-align: left; 
	}
}
@media screen and (max-width: 768px) {
	.key-visual {
		float: left;
		padding-top: 0px; 
		padding-bottom: 0px; 
		background-position: bottom right;
		background: #bad4e7;	
		height: auto;
		}	
	.key-visual .tb01 { 
		padding: 80px 0 30px 20px;
		text-align: left; 
		}
	.key-visual .tb01 h1 { 
		font-size: 32px; 
		}
	.key-visual .tb01 h3 { font-size: 20px; }
	
	.key-visual .tb01 img { max-width: 98%; }		
	.key-visual img.v-s1 { 
		display:block; 
		max-width: 100%; }	
	
	.key-visual .tb01 p{
		max-width: 90%;
	}
}
@media screen and (max-width: 480px) {
.key-visual {
	float: left;
	padding-top: 0px; 
	padding-bottom: 0px; 
	background-position: bottom right;
	background: #bad4e7;	
	height: auto;
	}	
.key-visual .tb01 { 
	padding-top: 70px; 
	padding-bottom: 30px;
	}
.key-visual .tb01 h1 { 
    font-size: 32px; 
	}
.key-visual .tb01 h3 { font-size: 20px; }

.key-visual .tb01 img { max-width: 98%; }		
.key-visual img.v-s1 { 
	display:block; 
	max-width: 100%; }	

.key-visual .tb01 p{
	max-width: 90%;
}
}

/*
@media screen and (max-width: 768px) {
.key-visual .tb01 h1 { font-size: 30px; }
.key-visual .tb01 h3 { font-size: 26px; }		
}

@media screen and (max-width: 480px) {
.key-visual { 
    position: relative;
	float: left;
	padding-top: 0px; 
	padding-bottom: 0px; 
	
	transition: all 0.5s ease 0s; 
	background: #d6dbdd;
	height: auto; 
	}
.key-visual .tb01 { 
	width: 100%;
	text-align: left;
	padding: 10px 2%;
	padding-left: 5%;
	}
	
	
.key-visual .tb01 img { max-width: 98%; }		
.key-visual img.v-s1 { display:block; max-width: 100%; }	
}
*/ 
/************************
LAYOUT
************************/ 
.block .dd,
.block .tt,
.block .h3,
.block .hh,
.block .h2,
.block .box,
.block {
	position: relative;
	display: inline-block;
	width: 100%;
	}
.block {	
	font-weight: 400; 
	}	
.block .h3,
.block .hh,
.block .h2 {
	text-align: left;
	line-height: 2em;
	font-weight: 400;
	}	
.block .h2 {
    font-size: 30px;
	font-weight: 600;
	width: fit-content;
	border-bottom: 4px solid #cf2e2a;
	line-height: 1.7em;
	}
.block .h3 {
    font-size: 24px;
	padding-top: 20px;
	}	
.block .hh {
	color: #d50020;
    font-size: 24px;
	padding: 20px;
	font-weight: 500;
	text-align: center;
	}	

@media screen and (max-width: 480px) {
	.block .h2 {
		font-size: 24px;
	}
	.block .h3 {
		font-size: 20px;
	}
	.block .hh {
		font-size: 20px;
	}
}	

/************************/	
.block_01 { 
	width: 100%; 
	padding: 50px 4%; 
	background-color: #ffffff;
	}
.block_01 .box_01 p {
	padding-bottom: 30px;
	}	
.block_01 .box_02 table.bt_01 {
	width: 100%;
    margin: 0;
    padding: 0;
	line-height : 1.2em;
    border-collapse: collapse;
    border-spacing: 0;
	}
.block_01 .box_02 table.bt_01 tr {
    padding: 5px;
	text-align: left;
    }
.block_01 .box_02 table.bt_01 tr td {
    padding: 10px 6px;
	min-height : 40px;
	text-align: center;
	font-size: 16px;
    }
 
.block_01 .box_02 table.bt_02 {
	width: 100%;
	background: #E5E5E5;
}
.block_01 .box_02 table.bt_02 li{
	list-style: none;
	text-indent: -1.2em;
}


.block_01 .box_02 table.bt_02 tr:nth-child(even) {
	background: #F4F4F4;
	border-top: 1px #989B9E solid;
	border-bottom: 1px #989B9E solid;
}
.block_01 .box_02 table.bt_02 tr td:first-child {
	width: 22%;
}

.block_01 .box_02 table.bt_02 tr td:last-child {
	text-align: left;
	margin-left: 1em;
	padding-left: 1em;
}

.block_01 .box_02 table.bt_02 tr.no-b{
	border-bottom: none;
}

.block_01 .box_02 .b_left,
.block_01 .box_02 .b_right {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	}
.block_01 .box_02 .b_left {
	width: 40%;
	text-align: center;
	position: relative;
	}
.block_01 .box_02 .b_left img {
	position: relative;
	display: inline-block;
	width: 80%;
	max-width: 180px;
	margin-bottom: 20px;
	vertical-align: middle;
	}	

.block_01 .box_02 .box_a01 {
	display: flex;
	align-items: center;
}

.block_01 .box_02 .b_right {
	width: 60%;
	}

.block_01 .box_02 .b_bottom table tr td {
	padding: 16px 1.5em;
	line-height: 1.8em;
}

.block_01 .box_02 .b_bottom tr:last-child td:last-child{
	padding-left: 0;
} 

.block_01 .box_02 .b_bottom tr:last-child li {
	text-indent: 0;
}

.block_01 .box_02 .b_bottom .card_time {
	max-width: 420px;
	padding-top: 10px;
	margin: 0 auto; 
}

.block_01 .box_02 .box_a02 { 
	margin-top: 5px;
	padding-top: 30px;
	text-align: center;
/*	border-top: 1px solid #b5b5b5;  */
	}	
.block_01 .box_02 .box_a02 .dd  { 
	font-weight: 600;
	}

@media screen and (max-width: 992px) {
.block_01 .box_02 table.bt_01 {
	width: 100%;
	}
}	
@media screen and (max-width: 768px) {
	.block_01 .box_02 .b_left,
	.block_01 .box_02 .b_right {
	width: 100%;
	}
	.block_01 .box_02 .b_left {
	text-align: center;
	}
	.block_01 .box_02 table.bt_01 {
	width: 90%;
	}
	.block_01 .box_02 .b_bottom .card_time {
		max-width: 100%;
	}
	.block_01 .box_02 .box_a01 {
		display: inline-block;
	}
}
@media screen and (max-width: 480px) {
	.block_01 .box_02 table.bt_01 {
		width: 100%;
	}
	.block_01 .box_02 .b_bottom .card_time {
		max-width: 85%;
	}
	.block_01 .box_02 .b_bottom table tr td {
		padding: 16px 1em;
	}
}	

/************時間軸************/	
.block_01 .box_02 .timeline-outer {
	margin-top: 16px;
	height: 140px;
}

.block_01 .box_02 .timeline {
	display: inline-block;
	position: relative;
	min-width: 130px;
	margin: 0 8px;
}

.block_01 .box_02 .timeline p{
	padding: 4px 8px;
	width: 100%;
	text-align: center;
	line-height: 1.3em;
	background: #fff;
	border-radius: 10px;
	border: #D4D4D4 solid 1px;
	z-index: 10;
	position: relative;
}

.block_01 .box_02 .dot, .block_01 .box_02 .line-v, .block_01 .box_02 .timeline .date {
	display: inline-block;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
}

.block_01 .box_02 .timeline .date {
	bottom: -64px;
	font-weight: bold;
}


.block_01 .box_02 .dot {
	background: #D5011F;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	bottom: -36px;
	z-index: 5;
}

.block_01 .box_02 .line-v {
	height: 30px;
	border-left: #BDC0C1 solid 1px;
	bottom: -28px;
}

.block_01 .box_02 .timeline .line-h{
	display: block;
	width: 115%;
	border-bottom: 1px solid #BDC0C1;
	position: relative;
	transform: translate(-7%,31px);
	z-index: 1;
}

.block_01 .box_02 .h-show {
	display: block;
	font-size: 12.5px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	padding-top: 12px;
	line-height: 1.5em;
	transform: translateX(-50%);
	background: #fff;
	border: #fff solid 1px;
	color: #cf2e2a;
	background-color: #fff;
	border-radius: 10px;
	width: 88%;
	transition: all ease 400ms;
	z-index: 3;
}
.block_01 .box_02 .h-hide {
	min-height: 60px;
	z-index: 4;
}


.expansion-grid-switch:hover .h-show {
	bottom: -40px;
	border: #cf2e2a solid 1px;
}

/* .expansion-grid-switch:hover .txt.h-hide {
	display: none;
} */

@media screen and (max-width: 768px) {
	.block_01 .box_02 .timeline-outer {
		height: 230px;
		margin-top: 30px;
		margin-left: 35%;
	}
	.block_01 .box_02 .timeline {
		display: block;
		margin: 8px 0;
		font-size: 14px;
		min-width: none;
		width: 120px;
	}
	.block_01 .box_02 .timeline p{
		padding: 4px;
	}
	.block_01 .box_02 .dot, .block_01 .box_02 .line-v, .block_01 .box_02 .timeline .date {
		transform: translate(0, -50%);
		top: 50%;
		left: 0;
	}
	.block_01 .box_02 .timeline .date {
		bottom: 3px;
		left: -110px;
	}
	.block_01 .box_02 .dot {
		left: -50px;
	}
	.block_01 .box_02 .line-v {
		height: 0px;
		width: 50px;
		border-left: none;
		border-bottom: #BDC0C1 solid 1px;
		left: -49px;
	}
	.block_01 .box_02 .timeline .line-h{
		width: 0;
		position: absolute;
		height: 100px;
		border-bottom: none;
		border-left: #BDC0C1 solid 1px;
		transform: translate(0,0);
		left: 50%;
		bottom: -16px;
	}
	.block_01 .box_02 .h-show {
		display: none;
	}
}
@media screen and (max-width: 480px) {
	.block_01 .box_02 .timeline-outer {
		margin-left: 40%;
	}
	.block_01 .box_02 .line-v {
		width: 30px;
		left: -29px;
	}
	.block_01 .box_02 .dot {
		left: -30px;
	}
	.block_01 .box_02 .timeline .date {
		left: -90px;
	}
}

/************時間軸END************/	

/************************/		
/* .block_01 .box_03 {
	padding-top: 20px;
	} */
.block_01 .box_03 .dd {
	font-size: 20px;
	padding: 10px 8px;
	font-weight: 300;
	text-align: center;
	font-size: 1.5em;
	}	
.block_01 .box_03 li img,	
.block_01 .box_03 li,
.block_01 .box_03 ul,
.block_01 .box_03 li p {
	position: relative;
	display: inline-block;
	/* width: 100%; */
	}
	
/* .block_01 .box_03 li,
.block_01 .box_03 ul {
	float: left;
	}	 */
/* .block_01 .box_03 li {
	width: 15.6%;
	margin: 0.5%;
	} */

.block_01 .box_03 li img{
	border-radius: 5px;
	z-index: 1;
}

.block_01 .box_03 li {
	margin: 10px 2px;
}

.block_01 .box_03 li p, .block_01 .box_03 li .card-overlay {
	opacity: 1;
	/*IE8以前不支援opacity*/
	filter:Alpha(opacity=100);
	/* position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-55%); */

	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.block_01 .box_03 li p {
	/* width: 100%; */
	z-index: 3;
	color: #666666;
	vertical-align: middle;
	padding: 4px 16px;
	text-align: left;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.6em;
	border: 1px solid #666666;
    border-radius: 40px;
}

.block_01 .box_03 li .card-overlay {
	background: rgba(256,256,256,0.7);
	height: 101%;
	width: 101%;
	z-index: 2;
}

.block_01 .box_03 li:hover .h-show{
	cursor: default;
	opacity: 1;
	/*IE8以前不支援opacity*/
	filter:Alpha(opacity=100);
}

.block_01 .box_03 li:focus .h-show{
	cursor: default;
	opacity: 1;
	/*IE8以前不支援opacity*/
	filter:Alpha(opacity=100);
}


.block_01 .box_04 {
	margin-top: 20px;
	text-align: center;
	padding: 30px 0 20px 0;
}

.block_01 .box_04 .dd {
	margin-top: 10px;
}

@media screen and (max-width: 960px) {
/* .block_01 .box_03 li {
	width: 19%;
	} */
}
@media screen and (max-width: 768px) {
/* .block_01 .box_03 li {
	width: 24%;
	} */
.block_01 .box_02 table.bt_01 {
	width: 100%;	
	}
}
@media screen and (max-width: 480px) {
/* .block_01 .box_03 li {
	width: 32.3%;
	} */
	.block_01 .box_03 .dd {
		font-size: 20px;
	}
	.block_01 .box_03 li p {
		font-size: 15px;
		line-height: 1.3em;
	}
	.block_01 .box_03 li {
		margin: 4px 2px;
	}
}

/************************/
.block_20 {
	padding: 40px 4%; 
	background: #f4f4f4;
	}

.block_20 .box_04{
	margin-top: 20px;
	text-align: center;
	padding: 30px 0 20px 0;
}

.block_20 .highlight{
	font-weight: 500;
	text-decoration: underline;
}
.block_20 ul{
	margin: 8px 0 24px 1em;
}

.block_20 .h3{
	font-weight: 500;
}

.block_20 .h4{
	font-size: 16px;
	padding: 10px 30px;
	font-weight: 400;
	color: #474747;
}

.block_20 .h4 a{
	color: #474747;
	text-decoration: underline;
}

/************************
BANNER
************************/ 
.btn_block,
.btn_group { 
	position: relative;
	display: inline-block;
	width: 100%;
	}
.btn_group li { 
	position: relative;
	display: inline-block;
	}
/************************/
.button { 
	position: relative;
	display: inline-block;
	line-height: 1.0em;
	text-align: center;
	margin: 20px 10px;
	padding: 10px 30px;
	}

.button, 
.button:hover { 
    transition: all 0.5s ease;	
	-moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	}
	
@media only screen and (max-width: 992px) {
	.button { 
	margin: 5px 10px;
	}
}
/************************/		
a.btn_01, .btn_01 { 
	min-width: 190px;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 20px;
	margin: 10px 10px;
	}
	
a.btn_01, .btn_01 { 
	color: #ffffff;
	background: #d50020;
	}

a.btn_02 {
	border: 1px solid #000000;
	display: inline-block;
	color: #000000;
	padding: 2px 20px;
	border-radius: 20px;
	font-size: 15px;
	margin-top: 10px;
}	
	
@media only screen and (max-width: 480px) {
	a.btn_01 {
		font-size: 16px;
	}
}

/***********************
TABLE 表格選單
***********************/

.block_20 table {
    font-size: 16px;
	width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
	line-height : 1.5em;
    border-collapse: collapse;
    border-spacing: 0;
	}
.block_20 table tr {
    padding: 5px;
	text-align: left;
    }
	
.block_20 table th {
    padding: 10px 5px;
    font-size: 16px;
    letter-spacing: 1px;
	color:#000000;
	text-align: center;
	border: 1px solid #000;
	background: #e6e6e6;
    }	
.block_20 table tr a,table tr:hover,.table tr:active { 
	color:#222222;
	}

/* tr:nth-of-type(odd) { 
    background: #f4f4f4;
    } */

.block_20 table tr td {
    padding: 3px 10px;
	height : 40px;
	text-align: left;
	border: #000000 solid 1px;
    }

.block_20 table td:first-child{
	width: 10%;
	text-align: center;
}

table .show { display: none; }
	
@media only screen and (max-width: 480px) {

}

/**************
ADD
**************/
/************************/

.block_201 { 	
	float: left;
	padding: 0px 0px 0px 0px; 
	text-align: center;	
	background-color: #f5f1f0;
	}

.block_201 .box_03 { 
	padding: 20px 20px 30px 20px;
	background-color: #f5f1f0;
	}

.block_201 .box_03 .icon_t { 
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;	
	}
.block_201 .box_03 .icon_t,
.block_201 .box_03 .aa,
.block_201 .box .dt,
.block_201 .box_03 .txt { 
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;	
	}

.block_201 .box_03 .icon_t img { 
	width: 100px;
	padding: 10px 0px;
	}	
.block_201 .box_03 .icon_t { 
	margin-top: 50px;
	}
	
.block_201 .box_03 .txt {
	margin-top: 120px;
	margin-bottom: 50px;	
	}
	
.block_201 .box_04 .h3 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 10px;	
	}	
.block_201 .box_04 .txt span,	
.block_201 .box_03 .txt span {
    font-size: 35px; 
    font-weight: 900;
    color: #ffffff;
	padding: 5px 60px;
	background-color: #d50020;
	border-radius: 5px;
	}
.block_201 .box_05 .dt,	
.block_201 .box_03 .dt { 
	padding-top:40px;
	padding-bottom: 20px;
	}

.block_201 .box .dt01 { 
	padding-top:30px;
	padding-bottom: 20px;
	}
.block_201 .box .dt02 { 
	padding-top: 100px;
	}

.block_201 .box .dt03 { 
	padding-top: 0px;
	}
	

	
.block_201 .box hr.ht-edge { 



	border: 0;
	padding-top: 1px;
	background: linear-gradient(to right, transparent, #d0d0d5, transparent);
	}
	
@media screen and (max-width: 480px) {
.block_201 .box_04 .txt span,	
.block_201 .box_03 .txt span {
    font-size: 30px; 
	padding: 5px 20px;
	}
}

.block_201 .box .dt p { 
	display: inline-block;
    font-size: 27px; 
    font-weight: 900;
    color: #d50020;
	padding-bottom: 20px;
	border-bottom: 2px solid #d50020;
	text-align: center;	
	line-height: 1.7em;
	}
.block_201 .box .dt .triangle { 	
    position: absolute;
    display: inline-block;
    width: 20px;
    bottom: 20px;
    left: 49%;
    right: 49%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #d50020;
    z-index: 1;
	}

.block_201 .box_03 .aa { 
	font-size: 18px;
	line-height: 2.0em;
	padding: 15px 0px;
	text-align: left;
/*	font-weight: 500;*/
	}	

.block_201 .box_03 .ab { 
	font-size: 18px;
	line-height: 2.0em;
	padding: 15px 20px;
	text-align: left;
/*	font-weight: 500;*/
	}	

.block_201 .box_03 .ab_disclaimer { 
	font-size: 15px;
	line-height: 2.0em;
	padding: 15px 20px;
	text-align: left;
/*	font-weight: 500;*/
	}	

.block_201 .box_03 ul li,
.block_201 .box_03 ul { 
	position: relative;
	display: inline-block;
	width: 100%;
	vertical-align: middle;
	}
	
.block_201 .box_03 ul { 
	padding: 20px 0px;
}

.block_201 .box_03 ul.txt_01 {
	max-width: 1200px;
	font-size: 16px;
	padding: 0px 3%;
	margin-bottom: 0px;
	border-radius: 20px;
	background-color: #ffffff;
/*	border: 1px solid #aaa;*/
/*	border-top: 10px solid #aaa;*/
	}
.block_201 .box_03 ul.txt_01 li { 
	float: left;
	width: 20%;
	text-align: left;
	padding: 5px 0px;
	}
.block_201 .box_03 ul.txt_01 li img { 
	margin-top: 5px;
	width: 35px;
	vertical-align: top;
	padding: 0px 5px;
	}
.block_201 .box_03 ul.txt_02 li { 
	text-align: left;
	font-size: 16px;
	text-indent: -18px;
	margin-left: 18px;
	padding-right: 18px;
	}
.block_201 .box_03 ul.txt_02 li p {
	text-indent: -10px;
	margin-left: 10px;
	padding-right: 10px;	
}


@media screen and (max-width: 768px) {
.block_201 .box_03 ul.txt_01 li { 
	width: 33.3%;
	}
}
@media screen and (max-width: 480px) {
.block_201 .box_03 ul.txt_01 li { 
	width: 50%;
	}
}	

/************************/	
.block_201 .box_05 {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	padding: 50px 2%;
	margin-bottom: 60px;
/*	background-color: rgba(255, 255, 255, 0.7);*/
	border-radius: 30px;
	}
.block_201 .box_05 .dt03 { 
	padding-top: 0px;
	}
.block_201 .box_05 .aa .txt03 p,
.block_201 .box_05 .aa .pic03,
.block_201 .box_05 .aa .txt03 { 
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;	
	vertical-align: top;
	}
.block_201 .box_05 .aa .pic03 { 
	width: 30%;
	}
.block_201 .box_05 .aa .pic03 img { 
	width: 80%;
	min-width: 150px;
	}	
	
.block_201 .box_05 .aa .txt03 { 
	width: 70%;
	padding-left: 20px;
	text-align: left;
	}
.block_201 .box_05 .aa .txt03 li { 
	padding: 20px 0px;
	padding-left: 60px;
	padding-right: 30px;	
	}
.block_201 .box_05 .aa .txt03 li + li  { 
	border-top: 1px solid #cfaeae;
	}
.block_201 .box_05 .aa .txt03 li span { 
	position: absolute;
	display: inline-block;
	top: 20px;
	left: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;	
	border-radius: 40px;
	color: #ffffff;
	background-color: #d50020;
	}
.block_201 .box_05 .aa .txt03 p { 
	padding: 20px 0px;
	}
	
	
@media screen and (max-width: 768px) {
.block_201 .box_05 {
	width: 90%;
	padding: 50px 20px;
	margin: 0px 5%;
	margin-bottom: 60px;
	}
.block_201 .box_05 .txt span {
	position: relative;
	display: inline-block;
	width: 80%;
    font-size: 30px;
    line-height: 1.4em;	
	}
.block_201 .box_05 ul.txt_01 {
	padding: 30px 30px;
	}
.block_201 .box_05 ul.txt_01 li { 
	width: 50%;
	}
}
@media screen and (max-width: 480px) {
	
.block_201 .box_05 .aa { 
	padding: 0px 20px;
	}
.block_201 .box_05 .txt span {
	width: 100%;
    font-size: 26px;
	}
.block_201 .box_05 ul.txt_01 {
	padding: 30px 10px;
	}
.block_201 .box_05 ul.txt_01 li { 
	font-size: 15px;
	width: 50%;
	}	
.block_201 .box_05 .aa .txt03,
.block_201 .box_05 .aa .pic03 { 
	width: 100%;
	}
.block_201 .box_05 .aa .pic03 img { 
	max-width: 200px;
	}	
.block_201 .box_05 .aa .txt03 { 
	padding: 0px 10px;
	}
	
.block_201 .box_05 .txt03 .app { 
	position: relative;
	display: inline-block;
	width: 100%;
	}
	
.block_201 .box_05 .txt03 .app img { 
	display: inline-block;	
	float: left;
	width: 48%;
	margin: 10px 1%;
	}
}	


/************************/
.block_201 .box_03 .pic04 { 
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;	
	}
.block_201 .box_03 .pic04 img { 
	width: 80%;
	max-width: 350px;
	}
	
.block_201 .box_03 .txt04 ul {
	text-align: center;	
	}	
.block_201 .box_03 .txt04 li {
	width: 25%;
	padding: 20px 15px;
	text-align: center;	
	vertical-align: top;
	}
.block_201 .box_03 .txt08 li {
	width: 48%;
	padding: 20px 2%;
	text-align: center;	
	vertical-align: top;
	}
	
.block_201 .box_03 .txt04 li + li  { 
	border-left: 1px solid #cfaeae;
	}	
	
.block_201 .box_03 .txt04 li img { 
	width: 80px;
	vertical-align: top;
	padding: 0px 5px;
	}
.block_201 .box_03 .txt04 li .cs03 { 
	position: relative;
	display: inline-block;
	width: 100%;
	margin: 10px 0px;
	padding: 3px 0px;
	text-align: center;	
	border-radius: 40px;
	color: #ffffff;
	background-color: #d50020;
	}
	
/************************/
.block_201 .box_04 .tt01 .note,
.block_201 .box_04 .tt01 .aa,	
.block_201 .box_04 .tt01 .pic,
.block_201 .box_04 .tt01,
.block_201 .box_04 { 
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	}

.block_201 .box_04 {
	padding: 10px 10px;
	padding-top: 50px;
	padding-bottom: 0px;
	min-height: 200px;
	background-color: #f5f1f0;
	background-color: -moz-linear-gradient(right, #fff 0%, rgba(255,255,255,0.0) 100%);
	background-color:-webkit-linear-gradient(right, #fff 0%, rgba(255,255,255,0.0) 100%);
	background-color:linear-gradient(to right, #d50020 0%, rgba(255,255,255,0.0) 100%);
	background-image: url('../images/pic_b201.jpg');
	background-repeat: no-repeat;
	background-position: bottom right;
	background-size: auto 600px;
	-moz-background-size: auto 600px;
	-webkit-background-size: auto 600px;
	-o-background-size: auto 600px;
	}
.block_201 .box_04 .tt01 { 
	padding-top: 50px;
	}
.block_201 .box_04 .tt01 .pic { 
	width: 45%;
	text-align: right;
	padding: 15px 20px;
	}
.block_201 .box_04 .tt01 .pic img { 
	position: relative;
	display: inline-block;
	width: 100%;
	max-width: 220px;
	}		
.block_201 .box_04 .tt01 .aa { 
	width: 55%;
	text-align: left;
/*	font-weight: 500;*/
	}
.block_201 .box_04 .note { 
	padding: 15px 0px;
	font-size: 14px;
	}


	
@media screen and (max-width: 768px) {
.block_201 .box_03 .txt04 li {
	width: 100%;
	padding: 20px 25px;
	text-align: center;	
	}
.block_201 .box_03 .txt04 li + li  { 
	border-left: 0px solid #cfaeae;
	border-top: 1px solid #cfaeae;
	}
.block_201 .box_03 .txt04 li .aa,	
.block_201 .box_03 .txt04 li .tt {
	position: relative;
	display: inline-block;
	float: left;
	}
	
.block_201 .box_03 .txt04 li .tt {
	width: 30%;
	}
.block_201 .box_03 .txt04 li .aa {
	width: 70%;
	padding: 40px 25px;
	text-align: left;	
	}	
}

@media screen and (max-width: 480px) {
.block_201 .box_04 {
	background-repeat: no-repeat; 	
	background-position: bottom right;	
	background-size: auto 300px;
	-moz-background-size: auto 300px;
	-webkit-background-size: auto 300px;
	-o-background-size: auto 300px;
	}	
.block_201 .box_03 .txt04 li {
	width: 100%;
	padding: 20px 5px;
	text-align: center;	
	}
.block_201 .box_03 .txt04 li .tt {
	width: 40%;
	}
.block_201 .box_03 .txt04 li .aa {
	width: 60%;
	padding: 40px 15px;
	}

.block_201 .box_03 .txt04 li .dd2 {

	padding: 0px 15px;
	}

.block_201 .box_04 .tt01 .pic,
.block_201 .box_04 .tt01 .aa { 
	width: 100%;
	}
.block_201 .box_04 .tt01 .pic { 
	text-align: center;	
	}
.block_201 .box_04 .block_btn a { 
	float: center;
	width: 46%;
	margin: 10px 2%;
	}	
}

/************************/	
.block_201 .box_03 .txt05  {
	float: left;
	width: 100%;
	}
.block_201 .box_03 .txt05 li {
	float: left;
	width: 50%;
	padding: 20px 25px;
	text-align: center;	
	}
@media screen and (max-width: 768px) {
.block_201 .box_03 .txt05 li {
	width: 100%;
	padding: 10px 25px;
	}
}
@media screen and (max-width: 480px) {
.block_201 .box_03 .txt05 li {
	width: 100%;
	padding: 10px 5px;
	}
}
	
/************************/
.block_201 .box_03 .txt06 li { 
	padding: 50px 25px;
	}
.block_201 .box_03 .txt06 li + li  { 
	border-top: 1px solid #cfaeae;
	}
.block_201 .box_03 .b_right,
.block_201 .box_03 .b_left {
	position: relative;
	display: inline-block;
	float: left;	
	width: 100%;
	}
.block_201 .box_03 .b_left {
	position: relative;
	display: inline-block;
	vertical-align: middle;	
	width: 25%;
    font-size: 20px; 
    color: #913a3a;
	text-align: center;	
	font-weight: 700;
	}
.block_201 .box_03 div {
	position: relative;
	display: inline-block;
	}
.block_201 .box_03 .b_right {
	width: 75%;
	text-align: left;	
	}
.block_201 .box_03 .b_right .cs02 img  { 
	width: 15px;
	}	
@media screen and (max-width: 768px) {
.block_201 .box_03 .b_right,	
.block_201 .box_03 .b_left {
	width: 100%;
	}
.block_201 .box_03 .b_left {
	padding: 10px 0px;
	}	
.block_201 .box_03 .b_right .cs02 {
	text-align: center;	
	}
}
@media screen and (max-width: 480px) {

}
/***********************/
.block_201 .box_06 .txt,
.block_201 .box_06 .youtube,
.block_201 .box_06 li,
.block_201 .box_06 ul {
	position: relative;
	display: inline-block;
	float: left;	
	width: 100%;
	}
.block_201 .box_06 {
	padding: 150px 0px;
	}	
	
.block_201 .box_06 li {
	width: 33.3%;
	padding: 10px 10px;
	}	
.block_201 .box_06 .youtube {
	max-width: 768px;
	height: 230px;
	text-align: center;
	overflow: hidden;
    }

.block_201 .box_06 .youtube :hover {
 cursor: pointer;


}


/************************
DRAWER-ITEM 
************************/ 
.drawer-item { width: 100%; }
.drawer-header {
	margin: 0px;
	display: block; 
	color: #212121;
	padding: 6px;
	cursor: pointer;
	min-height: 30px;
	transition: 0.25s;
	overflow: hidden;
}
.drawer-header h1 {
	float: left;
    color: #4c4c4c; 
	font-size: 18px;
	line-height: 1.4em;	
	font-weight: 600;
	margin: 0;
}
.drawer-item-active .drawer-header {
	transition: 0.25s;
	min-height: 30px;
	color: #ffffff;
}
.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-item-active .drawer-header-icon {
	/*color: #ffffff;*/
}
.drawer-content {
    width: 96%; 
	margin: 0px 2%; 
	padding: 0; 
	display: block;
    color: #474747;  
	font-size: 16px;
	line-height: 1.8em;
	padding-top: 10px;
	padding-bottom: 30px;
	text-align: left;
}
.drawer-content ol {
	padding-left: 25px;
}
/************************/
.list-item {
	position: relative;
	display: inline-block;
	width: 100%;
	text-align: center;
	}
.list_dt {
    position: relative; 
    cursor: pointer;	
    text-overflow: ellipsis;
    width: 100%;
    color: #000000;
	font-weight: 400;
	text-align: left;
    margin-top: 0px;
	padding: 10px 30px;
	border-bottom: 1px dotted #fff;
	}	

.block_01 .list_dt{
	border-bottom: none;
}

.list_dd .list_indent{
	margin-left: 1em;
}

/* .list_dt:hover{
    color: #d90036;
	} */
	
.list_dt_icon {
    position: absolute;
    display: block;	
    left: 0px;
    top: 9px;
    width: 30px;
    height: 30px;
	transform: rotate(180deg);
	
	background-image: url("../images/btn_close.svg");
	background-repeat: no-repeat; 
	background-position: center center; 

	background-size: 15px;
	-moz-background-size: 15px;
	-webkit-background-size: 15px;
	-o-background-size: 15px;
	}
.list_dt_icon.active {
	transform: rotate(-180deg);
	background-image: url("../images/btn_open.svg");
	}

.list_dd {
	position: relative;
	display: none;
	width: 100%;
	font-size: 16px; 
	text-align: left;
	word-wrap:break-word;
	padding: 10px;
	background: #ffffff;
	}

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

}
/************************/ 
.cs01  { color:#d80012; }
.cs02  { color:#ff4a11; }

.pc_480, 
.pc_768,
.pc_992 { display: block; }

.mo_480, 
.mo_768,
.mo_992 { display: none; }

.underline {
	text-decoration: underline;
}

.rr{
	font-size: 70%;
	vertical-align: super;
	line-height: 0;
}

.rr2{
	font-size: 20px;
	vertical-align: middle;
	line-height: 0;
}
@media screen and (max-width: 992px) {
	.pc_992 { 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; }	
.rr2{
	font-size: 16px;}
	}
	
/************************
GOTOP
************************/

#go_ban {
		position: fixed;
		display: inline-block;
		z-index: 99;
		width: 125px;
		right: 5px;
		bottom: 11%;
}
#go_link {
		position: relative;
		display: inline-block;
		width: 100%;
		text-align: center;
}
#go_link_n {
		position: relative;
		display: inline-block;
		width:  100%;
		right: 0;
		margin-bottom: .5rem;
		text-align: center;
}
#go_link_n a, #go_link a {
		display: inline-block;
}
#go_link_n img, #go_link img {
		width: 95%;
}
#go_link_n img.text-item, #go_link img.text-item {
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		max-width: 100%;
		bottom: 0;
		margin: auto;
}
@media only screen and (max-width: 1199px) {
		#go_ban {
				bottom: 12%;
		}
}
@media only screen and (max-width: 991px) {
		#go_ban {
				bottom: 8%;
		}
}
@media (max-width: 991px) and (orientation:landscape) {
		#go_ban {
				bottom: 15%;
		}
}
@media only screen and (max-width: 767px) {
		#go_ban {
				right: 5px;
				max-width: 80px;
				bottom: 4rem;
		}
		#go_link img {
				width: inherit;
				max-width: 100%;
		}
		#go_link_n img {
				width: inherit;
				max-width: 100%;
		}
}
@media screen and (max-width: 480px) {
		#go_link_n {
				width: 105%;
				right: 0;
		}
}
.go_top {
		position: fixed;
		display: inline-block;
		z-index: 99;
		width: 50px;
		height: 50px;
		right: 10px;
		bottom: 30px;
}
.go_top img {
		position: relative;
		display: inline-block;
		width: 100%;
}
@media screen and (max-width: 991px) {
		.go_top {
				width: 40px;
				height: 40px;
				right: 10px;
				bottom: 1em;
		}
}
@media screen and (max-width: 767px) {
		.go_top {
				right: 5px;
		}
}
@media screen and (max-width: 480px) {
		.go_top {
				right: 5px;
		}
}


/************************
EXIT Notify
************************/
.button3 {
	background: #D5011F;
	color: #fff;
	border: none;
	padding: 8px 20px;
	font-size: 16px;
	border-radius: 5px;
}