:root{
  --bg_color: #b5e8fe;
  --hover_color: #0e3283;
  --hover_color2: #ffaa00;
  --slider_img_opacity: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45));
}
*{
  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;
}
._noscript{
  position: relative;
  color: #f00;
  text-align: center;
  padding: 5px;
  z-index: 100;
  background: #fe0;
}
html{
  overflow-x:hidden;
  background-color: #f2f2f2;
}
body{
  position: relative;
  margin:0;
  padding:0;
  background-color: #f2f2f2;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  font-size: 1.2em;
  font-family:'Microsoft JhengHei','simhei','Arial';
  -webkit-text-size-adjust:none;
  -moz-text-size-adjust:none;
  -ms-text-size-adjust:none;
  text-size-adjust:none;
  overflow-x:hidden;
  cursor: default !important;
}
body .bg{
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}
a{text-decoration: unset;}
table caption{display: none;}
/**********************************/
._title{
  position: relative;
  width: 100%;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  margin-bottom: 0.5em;
}
._title .text{
  position: relative;
  background-color: #fff;
  z-index: 2;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
  padding: 0 20px 0 50px;
  color: #333333;
  background-size: 22px;
  background-repeat: no-repeat;
  background-position: 20px center;
}
._title .border{
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 2px;
  background-color: #ececec;
  border-radius: 10px;
  margin: 1em 0;
  bottom: -0.5em;
  left: 0;
}
._title .text.typeplan{
  background-image: url("../images/icon_plan.svg");
}
._title .text.typewebsite{
  background-image: url("../images/icon_website.svg");
}
/**********************************/
header{
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block;
  z-index: 30;
}
header section{
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  clear: both;
  display: block;
}
header section .header_column{
  display: block;
  width: 100%;
  padding: 20px 15px;
  background-color: #fff;
  border-radius: 0;
  text-align: center;
  line-height: 0;
}
header section .header_column a{
  display: block;
}
header section .header_column img{
  width: 100%;
  max-width: 360px;
}
header section .header_column h1{
  /*display: none;*/
  font-size: 0;
  color: transparent;
}

/*********************************/
article{
  position: relative;
  width: 100%;
  max-width: 1240px;
  padding: 0 15px;
  margin: 0 auto 15px auto;
  display: block;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
  z-index: 2;
}
article section{
  display: block;
  width: 100%;
  padding: 20px 0;
}
/**********************************/
footer .info_column{
  text-align: center;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 30px 60px;
}
/**********************************/

/**********************************/

/**********************************/

footer{
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.container {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.space{
  display: block;
  width: 100%;
  height: 40px;
}
/**********************************/
.font_size_08em{font-size: 0.8em;}
.font_size_09em{font-size: 0.9em;}
.font_size_10em{font-size: 1.0em;}
.font_size_11em{font-size: 1.1em;}
.font_size_12em{font-size: 1.2em;}
.font_size_13em{font-size: 1.3em;}
.font_size_14em{font-size: 1.4em;}
.font_size_15em{font-size: 1.5em;}
.font_size_16em{font-size: 1.6em;}
.font_size_17em{font-size: 1.7em;}
.font_size_18em{font-size: 1.8em;}
/**********************************/
.font_color_red{color: #cc0000;}
/**********************************/
.text_center{text-align: center;}
.text_right{text-align: right;}
.text_left{text-align: left;}
.cursor_pointer{cursor: pointer;}
/**********************************/
.bg_cover{
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover; background-size: cover;
}
.bg_contain{
  background-position: center;
  background-repeat: no-repeat;
  -moz-background-size: contain; -webkit-background-size: contain; -o-background-size: contain; background-size: contain;
}
.bg_top{
  background-position: top center;
}
.bg_bottom{
  background-position: bottom center;
}
/**********************************/
.float_left{float: left;}
.float_right{float: right;}
/**********************************/
.mb-10{margin-bottom: 10px;}
.mb-20{margin-bottom: 20px;}
.mb-30{margin-bottom: 30px;}
.mb-40{margin-bottom: 40px;}
.mb-50{margin-bottom: 50px;}
.mb-60{margin-bottom: 60px;}
.mb-70{margin-bottom: 70px;}
.mb-80{margin-bottom: 80px;}
.mb-90{margin-bottom: 90px;}
.mb-100{margin-bottom: 100px;}
/*********************************/
.displayinlineblock{
  display: inline-block;
}
.displayblock{
  display: block;
}
.displaynone{
  display: none;
}
.opacity_0{
  opacity: 0;
}
*:focus{
  outline: 2px dashed #ff6600;
  background-color: #fffee1;
}
footer *:focus{
  outline: 2px dashed #fff600;
  background: unset;
}
/*********************************/
.goCenter {
  position: absolute;
  top: 5px;
  left: 50px;
  color: #333;
  z-index: 9999;
  border: 1px solid #333;
  background-color: #fff;
  padding: 0px 10px;
  opacity: 0;
}
.goCenter:focus,
.goCenter:hover{
  opacity: 1;
}
/*********************************/
a.AU{
  position: absolute;
  top: 0px;
  left: 0px;
}
a.AC{
  /*position: absolute;*/
  /*color: #fff;*/
  top: 0px;
  left: 0px;
}
a.AZ{
  color: #fff;
}
/**********************************/
/*navgation*/
.navgation_bar{width: 98%; max-width: 1440px; margin:6px auto; font-size: 0.8em; text-align: left;}
.navgation_bar a{text-decoration: unset; color: #666}
.navgation_bar a::after{content: "》"}
.navgation_bar a:last-child::after{content: ""}
.navgation_bar a:hover{color: #FC8F6A;}
.navgation_bar img{width: 18px; height: 18px; position: relative; top:4px;}
/**********************************/
/*表單過寬捲軸設定*/
.scroll_column,
.scroll_column_x_top{
  display:block;
  overflow-x:auto;
  padding:1% 0 1% 0;
  -webkit-overflow-scrolling: touch;
}
.scroll_column::-webkit-scrollbar,
.scroll_column_x_top::-webkit-scrollbar{
  width:5px;
  height:5px;
  background:#f2f2f2;
}
.scroll_column::-webkit-scrollbar-thumb,
.scroll_column_x_top::-webkit-scrollbar-thumb{
  background:#666;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}
.scroll_column_x_width{ 
  display:block;
  height:1px;
}
/**********************************/
/*PAGE*/
.page_container{
  position: relative;
  clear:both;
  width:calc(100% - 20px);
  margin: 0 auto;
  text-align:center;
  z-index: 2;
}
.page_block{
  width: 100%;
  clear:both;
  padding:0;
  text-align:center;
}
.page_block a{
  color:#fff;
  background-color: #037CB0;
  display:inline-block;
  margin:0 0 10px 0;
  padding:5px 15px;
  -webkit-border-radius:25px;
  -moz-border-radius:25px;
  border-radius:25px;
  text-decoration: unset;
}
.page_block a:hover{
  background-color: #026088;
}
.page_block a.page_block_see{
  background-color:#246FA8;
  display:inline-block;
}
.page_block .page_back{
  display:inline-block;
  padding:0;
  margin:0;
  border:none;
}
.page_block .page_prev{
  display:inline-block;
  padding:5px 15px;
  margin:0 5px 0 0;
  border:none;
}
.page_block .page_next{
  display:inline-block;
  padding:5px 15px;
  margin:0 0 0 5px;
  border:none;
}
.page_block .search_button{
  font-size: 1em;
  padding: 3px 5px;
  border: 1px solid #666;
  border-radius: 5px;
  cursor: pointer;
}
/**********************************/
footer{
  position: relative;
  width: 100%;
  margin: 0;
  z-index: 1;
}
/*column_copyright*/
.column_copyright{
  position:relative;
  clear:both;
  width:100%;
  padding:180px 15px 20px 15px;
  margin:0 auto;
  margin-top: -150px;
  color:#fff;
  background: #0c0425b3
}
.column_copyright .column{
  border-top:none;
  max-width:1240px;
  margin:0 auto;
}
.column_copyright .column .fb{
  display: block;
}
.column_copyright .column .fb iframe{
  width: 100%;
}
.column_copyright .column .link{
  display: block;
  margin:10px auto 0 auto;
  text-align: center;
}
.column_copyright .column .link ul{
  text-align:center;
  width:100%;
  padding: 0;
  margin: 20px 0 10px 0;
}
.column_copyright .column .link ul li{
  display:inline-block;
  line-height:30px;
  font-size:1.000em;
  margin:0 10px 0 10px;
}
.column_copyright .column .link ul li a{
  display:inline-block;
  color:#fff;
}
.column_copyright .column .link ul li a:hover{
  border-bottom:1px dashed #fff;
}
.column_copyright .column .link .handicap-free{
  text-align:center;
  width:100%;
}
.column_copyright .column .counts{
  clear:both;
  width:100%;
  text-align:center;
  font-size:0.86em;
  color:#fff;
  margin:0px auto 0 auto;
  padding:0;
  border-top:0px dotted rgba(0, 0, 0, 0.1);
}
.column_copyright .column .link ul li img{
  vertical-align: bottom;
}
.column_copyright .column .counts img{
  position:relative;
  top:1px;
}
.column_copyright .column .info{
  width:100%;
  text-align:center;
  font-size:0.86em;
  color:#fff;
  margin:10px 0 0 0;
  padding:0 10px;
}
.copyright_column_grid{
  display: grid;
  gap: 20px;
  width: 100%;
  margin: 20px auto 20px auto;
  grid-template-columns: repeat(3,1fr);
}
.column_copyright .column .column_info{
  margin: 0 auto;
  display: block;
  text-align: left;
  border-left: 2px solid #ffffff66;
  margin: 0px auto 20px auto;
  width: 100%;
}
.column_copyright .column .column_info .title{
  width:100%;
  font-size:1.2em;
  font-weight: bold;
  color:#fff;
  margin:0px 0 0 0;
  padding:0 10px;
}
.column_copyright .column .column_info .row_info{
  width:100%;
  font-size:0.86em;
  color:#fff;
  margin:10px 0 0 0;
  padding:0 5px;
}
.column_copyright .column .column_info .row_info .host{
  font-weight: bold;
}
.column_copyright .column .column_info .row_info .host,
.column_copyright .column .column_info .row_info .address,
.column_copyright .column .column_info .row_info .tel,
.column_copyright .column .column_info .row_info .mail{
  display:block;
  margin:0 5px;
}
.column_copyright .column .column_info .row_info .mail a{
  color:#fff;
}
.column_copyright .column .column_info .row_info .mail a:hover{
  color: #ffffc0;
}
.column_copyright .column .info .service_msg{
  clear:both;
}
.column_copyright .column .e-mail{
  width:100%;
  text-align:center;
  font-size:0.86em;
  color:#fff;
  margin:0 0 0 0;
}
.column_copyright .column .e-mail a{
  color:#fff;
}
.column_copyright .column .e-mail a:hover{
  border-bottom: 1px dashed #fff;
}
/*copyright sitemap_list*/
.sitemap_list{
  width: 100%;
  clear: both;
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
.sitemap_list>h2{
  width: 100%;
  text-align: center;
  margin:20px 0 30px 0;
}
.sitemap_list>h2 img{
  width: 25px;
  height: 20px;
  position: relative;
  top:0px;
  margin: 0 8px 0 0;
}
.sitemap_list .box_menu{
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 18px 26px 18px;
  border-left: 1px solid #fff;
  padding: 0 0 0 8px;
}
.sitemap_list .box_menu a{
  color: #fff;
}
.sitemap_list .box_menu>a .title{
  font-weight: bold;
  margin: 0 0 10px 0;
  text-align: left;
}
.sitemap_list .box_menu ul{
  margin: 0;
  padding: 0;
}
.sitemap_list .box_menu ul li{
  list-style: none;
  margin: 0 0 2px 0;
}
.sitemap_list a:hover{
  border-bottom: 1px dashed #fff;
}
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/**********************************/
/*input物件*/
select {
  background: url(../images/icon-arrow-dwn.png) center right no-repeat;
  padding: 5px 35px 5px 10px;
  background-color: #eee;
  border-radius: 5px;
  border: #aaa 1px solid;
  color: #444;
  font-family: helvetica, arial, sans-serif;
  font-size: 0.938em;
  line-height: 20px;
  margin: 10px 0 0 0;
  text-shadow: rgba(255,255,255,.6) 0 1px 0;
  font-family: 'Microsoft JhengHei', 'simhei', 'Arial';
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari 和 Chrome */
}
select::-ms-expand {
    display: none;
}
select.group_sel{
  background: url(../images/icon-arrow-dwn.png) center right no-repeat;
  padding: 4px 34px 4px 9px;
  background-color: #eee;
  -webkit-border-radius:20px;
  -moz-border-radius:20px;
  border-radius:20px;
  border: #aaa 1px solid;
  color: #444;
  font-family: helvetica, arial, sans-serif;
  font-size:0.938em;
  line-height: 20px;
  margin: 10px 0 0 0;
  text-shadow: rgba(255,255,255,.6) 0 1px 0;
  font-family: 'Microsoft JhengHei', 'simhei', 'Arial';
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari 和 Chrome */
}
.nav_column input,
.page_container input{
  padding: 5px 34px 5px 9px;
  width:100%;
  max-width:160px;
  background-color: #fff;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  border: #aaa 1px solid;
  color: #444;
  font-family: helvetica, arial, sans-serif;
  font-size:0.938em;
  line-height: 20px;
  margin: 10px 0 5px 0;
  text-shadow: rgba(255,255,255,.6) 0 1px 0;
  font-family: 'Microsoft JhengHei', 'simhei', 'Arial';
  appearance:none;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari 和 Chrome */
}
input[type="checkbox"]{
  background-color: #ddd;
  border-radius: 5px;
  border: #aaa 1px solid;
  height:14px;
  width:14px;
  -webkit-appearance:none;
  vertical-align:text-bottom;
}

input[type="checkbox"]:checked {
  background: #333 url(../images/icon-check.png) no-repeat center center;
  border: #333 1px solid;
}
.input label{
  font-family: 'Microsoft JhengHei', 'simhei', 'Arial';
}
/**********************************/
._mb10{
  margin-bottom: 10px;
}
/**********************************/
/**********************************/