@charset "UTF-8";

.cs01{
	color : #e30021;
}

	
.part_notice_content .cs01 {	
	font-weight: 700;
	}
	
	.font_bald { font-weight: 900; }


/************************
HEADER
************************/
header {
    width: 100%;
    height: 60px;
    position: fixed;
    background: var(--color_d70c18);
    top: 0;
    left: 0;
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.5));
    z-index: 99;
    margin-top: 32px !important;
    margin-bottom: 15px !important;
}
@media (max-width: 768px) {
  header {
    height: 53px;
  }
}
header .h_right,
header .h_logo,
header .h_top {
  position: relative;
  display: inline-block;
  width: 100%;
}
header .h_logo {
  width: 200px;
  height: 35px;
  margin: 0 10px;
  padding: 12px 0;
}
header .h_logo a {
  position: relative;
  display: inline-block;
  width: 200px;
  height: 40px;
  background: url(../images/logo-h.png) no-repeat;
  background-size: auto 35px;
  overflow: hidden;
}
header .h_logo h1 span {
  display: none;
}
header .h_right {
  float: right;
  width: auto;
}
header .h_right li {
  position: relative;
  display: inline-block;
  padding: 0px 10px;
  margin: 13px 0px;
  line-height: 30px;
  text-align: right;
  color: var(--color_fff);
}
@media (max-width: 801px) {
  header .h_right li {
    padding: 0px 9px;
  }
}
@media (max-width: 795px) {
  header .h_right li {
    padding: 0 7px;
  }
}
@media (max-width: 783px) {
  header .h_right li {
    padding: 0 0 0 8px;
  }
}
@media (max-width: 783px) {
  header .h_right li:last-child {
    padding: 0 3px 0 8px;
  }
}
header .ac {
  color: var(--color_fff500);
}
header .h_right li a.active,
header .h_right li a:hover {
  color: var(--color_fff500);
}

.header_box {
  width: 100%;
/*  max-width: 1200px;*/
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  header .h_logo {
    width: 150px;
    height: 30px;
    padding: 11px 0;
    padding-left: 47px;
  }
  header .h_logo a {
    width: 150px;
    height: 30px;
    background-size: auto 30px;
  }
}
@media only screen and (max-width: 768px) {
  header .h_right {
    display: none;
  }
  header .h_right.open {
    position: absolute;
    display: block;
    width: 100%;
    top: 50px;
    background: black;
    z-index: 91;
    opacity:0.6;
  }
  header .h_right.open li {
    width: 100%;
    height: auto;
    margin: 0px;
    text-align: center;
    border-bottom: 1px solid black;
  }
  header .h_right.open li a {
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 15px 8px;
    text-decoration: none;
    font-size: 17px;
    line-height: 17px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  header .h_right.open li:hover {
    background: var(--color_c81517);
    color: var(--color_f2f2f2);
  }
  header .h_right.open li a,
  header .h_right.open li:hover {
    transition: all 0.3s ease;
  }
}
.menu_bg {
  width: 100%;
  padding: 15px 0;
  background: linear-gradient(to bottom, var(--color_cacaca) 0%, var(--color_fff) 100%);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 768px) {
  .menu_bg {
    display: none;
    position: absolute;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.menu_bg .menu_list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .menu_bg .menu_list {
    flex-wrap: wrap;
    padding: 10px 0;
  }
}
.menu_bg .menu_li {
  width: 220px;
  text-align: center;
  border-right: 1px solid var(--color_000);
}
@media (max-width: 768px) {
  .menu_bg .menu_li {
    width: 100%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.menu_bg .menu_li a {
  width: 100%;
  display: block;
}
.menu_bg .menu_li:last-child {
  border-right: none;
}

.menu_bg.open_menu_bg {
  display: block;
  top: 193px;
  padding: 0;
  transition: all 0.3s ease;
}

.menu_bg.open_menu_bg li a,
.menu_bg.open_menu_bg li:hover {
  transition: all 0.3s ease;
}

.menu_btn02 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.menu_btn02 .menu_btn02 {
  width: 70px;
  margin: 0 0 0 5px;
}

.menu_btn03 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.menu_btn03 .menu_btn03 {
  width: 70px;
  margin: 0 0 0 5px;
}

/************************
PART
************************/
.part {
  width: 100%;
  position: relative;
  margin: 0 auto;
}

/************************
NOTICE_PART
************************/
.notice_part {
  background: var(--color_e4e4e4);
  padding: 20px 0;
}
.notice_part .notice_title {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 1.5em;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media (max-width: 1280px) {
  .notice_part .notice_title {
    width: 90%;
  }
}
.notice_part .notice_title span {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  background: var(--color_e4e4e4);
}
.notice_part .notice_title::before {
  content: "";
  width: 100%;
  height: 1px;
  background: var(--color_000);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.notice_part .part_notice_content {
  width: 100%;
  max-width: 1200px;
  text-align: left;
  margin: 0 auto 15px;
}
@media (max-width: 1280px) {
  .notice_part .part_notice_content {
    width: 90%;
  }
}
.notice_part .color_d12d25 {
  color: var(--color_d12d25);
  font-size: 15px;
}

/************************
FOOTER
************************/
.footer_info {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 0 40px;
}
@media (max-width: 980px) {
  .footer_info {
    flex-wrap: wrap;
  }
}
.footer_info .info_left {
  width: 34%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.375em;
  font-weight: 800;
  margin: 0 0 0 20px;
}
@media (max-width: 980px) {
  .footer_info .info_left {
    width: 100%;
    margin: 15px 0;
  }
}
.footer_info .info_left .h6 {
  font-size: 16px !important;
}
@media (max-width: 980px) {
  .footer_info .info_left .h6 {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .footer_info .info_left .h6 {
    display: none;
  }
}
.footer_info .info_left .h6_m {
  display: none;
}
@media (max-width: 768px) {
  .footer_info .info_left .h6_m {
    display: block;
  }
}
.footer_info .info_left span {
  color: var(--color_df0c18);
}
.footer_info .info_right {
  width: 66%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 980px) {
  .footer_info .info_right {
    width: 100%;
    padding: 0;
    justify-content: center;
  }
}
.footer_info .info_box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  color: var(--color_333);
}
@media (max-width: 980px) {
  .footer_info .info_box {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .footer_info .info_box {
    display: none;
  }
}
.footer_info .info_box_m {
  display: none;
}
@media (max-width: 768px) {
  .footer_info .info_box_m {
    display: block;
  }
}
.footer_info .info {
  width: 100%;
  font-size: 0.815em;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .footer_info .info {
    flex-wrap: wrap;
  }
}
.footer_info .info .tt01 {
  width: 350px;
}
@media (max-width: 768px) {
  .footer_info .info .tt01 {
    margin: 0 0 3px 0;
  }
}
.footer_info .info .tt02 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer_info .info .tt02 span {
  width: 140px;
}
@media (max-width: 768px) {
  .footer_info .info .tt02 {
    width: 304px;
    margin: 0 0 3px 0;
  }
}

footer {
  width: 100%;
  height: 50px;
  background: var(--color_d70c18) url(../images/footer.jpg) no-repeat center center;
  background-size: cover;
  font-size: 0.815em;
  color: var(--color_fff);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 844px) {
  footer {
    height: 45px;
    background-image: none;
  }
}
footer .footer_content {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 auto;
}
footer .footer_left {
  margin: 0 0 0 20px;
}
@media (max-width: 844px) {
  footer .footer_left {
    margin: 0 auto;
  }
}
footer .inline_box {
  display: inline;
}
@media (max-width: 844px) {
  footer .inline_box {
    display: none;
  }
}
.l-body {
    left: 0;
    width: 100%;
    position: relative;
    z-index: 0
}

.l-main {
    margin: 0 auto;
    width: 100%;
    max-width: 960px;
    overflow: hidden;
    *zoom:1}

.l-lightbox {
    background: rgba(0,0,0,0.5);
    display: none;
    position: fixed;
    top: 30%;
    left: 50%;
    border-radius: 5px;
    z-index: 10
}

.l-lightbox.is-show {
    display: block
}

.l-msgbox {
    background: rgba(0,0,0,0.5);
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10
}

.l-msgbox[data-target=""] {
    display: none
}

.l-msgbox:not([data-target=""]) {
    display: flex
}

.l-msgbox[data-target="search"] [data-type="search"],.l-msgbox[data-target="browser"] [data-type="browser"],.l-msgbox[data-target="statement"] [data-type="statement"] {
    display: inline-block
}

@media \0screen {
    .l-header {
        margin-top: 0;
        transition: ease-in-out .5s margin-top
    }

    .l-header.open-mini {
        margin-top: 26px
    }

    .l-nav {
        padding: 20px 0 15px 0
    }

    .l-main.is-side-right .l-content {
        width: 720px;
        float: left
    }

    .l-main.is-side-right .l-side {
        padding-left: 18px;
        float: right;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .l-side {
        width: 240px
    }

    .l-footer {
        margin-top: 40px
    }
}

@media screen and (min-width: 959px) {
    .l-header {
        margin-top:0;
        transition: ease-in-out .5s margin-top
    }

    .l-header.open-mini {
        margin-top: 52px
    }

    .l-nav {
        padding: 20px 0 15px 0
    }

    .l-main.is-side-right .l-content {
        width: 720px;
        float: left
    }

    .l-main.is-side-right .l-side {
        padding-left: 18px;
        float: right;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .l-side {
        width: 240px
    }

    .l-footer {
        margin-top: 40px
    }
}

@media \0screen {
    .l-lightbox {
        margin-left: -206px;
        width: 412px
    }
}

@media screen and (min-width: 740px) {
    .l-lightbox {
        margin-left:-206px;
        width: 412px
    }
}

@media screen and (max-width: 958px) {
    .l-body {
        padding-top:53px;
        box-sizing: border-box
    }

    .l-body.open-nav {
        position: fixed;
        width: 100%
    }

    .l-body.open-nav .l-header {
        background: rgba(0,0,0,0.8);
        height: 100%;
        overflow-y: auto;
        bottom: 0
    }

    .l-body.open-nav .l-header.open-mini .mini-nav-wrap {
        max-height: 50vh;
        overflow: unset
    }

    .l-body.open-nav .m-header-tools,.l-body.open-nav .m-nav .nav-item>li {
        display: block
    }

    .l-header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 6
    }

    .l-nav {
        padding-top: 53px;
        background: #d70c18;
        width: 100%;
        order: 0
    }

    .l-main {
        padding-top: 25px
    }

    .l-content,.l-side {
        margin: 0 auto 24px auto;
        width: calc(100% - 20px)
    }
}

@media screen and (max-width: 739px) {
    .l-lightbox {
        margin-left:-150px;
        width: 300px
    }
}

.m-aside {
    margin-bottom: 24px
}

.m-aside.m-login {
    position: relative;
    border-radius: 8px 0 8px 0;
    overflow: hidden
}

.m-aside.m-login:after {
    content: '';
    background: #d70c18;
    display: block;
    width: 100%;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0
}

.m-aside.m-login .m-aside-hd {
    padding-left: 15px;
    height: 36px;
    line-height: 36px;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlMDAwNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2MDYwNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #be0004),color-stop(100%, #e60607));
    background-image: -moz-linear-gradient(top, #be0004,#e60607);
    background-image: -webkit-linear-gradient(top, #be0004,#e60607);
    background-image: linear-gradient(to bottom, #be0004,#e60607)
}

.m-aside.m-login .m-aside-hd h6 {
    border: 0;
    color: #fff;
    font-family: Calibri,Arial,"Helvetica Neue",Helvetica,"微軟正黑體","新細明體",sans-serif,serif;
    font-weight: bold
}

.m-aside.m-login .m-aside-bd {
    padding: 20px 0 25px 0;
    background: #fdfdfd;
    border-right: 1px solid #dadada;
    border-left: 1px solid #dadada;
    text-align: center
}

.m-aside.m-login .m-button {
    margin-top: 10px
}

.m-aside.m-login .m-button:first-child {
    margin-top: 0
}

.m-aside-hd {
    border-bottom: 1px solid #dadada
}

.m-aside-hd h6 {
    margin-bottom: -1px;
    padding-right: 12px;
    display: inline-block;
    border-bottom: 3px solid #d70c18;
    color: #d70c18;
    font-family: Calibri,Arial,"Helvetica Neue",Helvetica,"微軟正黑體","新細明體",sans-serif,serif;
    font-weight: bold;
    line-height: 26px
}

@media \0screen {
    .m-aside-hd h6 {
        font-size: 15px
    }
}

@media screen and (min-width: 959px) {
    .m-aside-hd h6 {
        font-size:15px
    }
}

@media \0screen {
    .m-aside .m-warnings {
        display: none
    }
}

@media screen and (min-width: 740px) {
    .m-aside .m-warnings {
        display:none
    }
}

@media screen and (max-width: 958px) {
    .m-aside.m-login {
        display:none
    }

    .m-aside-hd h6 {
        font-size: 18px
    }
}

@media screen and (max-width: 739px) {
    .m-aside .m-warnings {
        display:block
    }
}

.m-button {
    margin: 0;
    padding: 0;
    font-family: Calibri,Arial,"Helvetica Neue",Helvetica,"微軟正黑體","新細明體",sans-serif,serif;
    color: #666;
    border: 0;
    border-spacing: 0;
    position: relative;
    background: none;
    outline: 0;
    cursor: pointer;
    text-indent: 0;
    z-index: 1;
    text-rendering: auto;
    text-transform: none;
    speak: none;
    display: inline-block;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    padding: 7px 0;
    font-size: 14px;
    line-height: 1.75;
    white-space: nowrap;
    -webkit-transition: background .5s,color .5s;
    -moz-transition: background .5s,color .5s;
    -ms-transition: background .5s,color .5s;
    -o-transition: background .5s,color .5s;
    transition: background .5s,color .5s;
    -webkit-transition-delay: 0;
    -moz-transition-delay: 0;
    -ms-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -ms-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.m-button.m-button-navicon {
    padding: 0;
    width: 60px;
    height: 100%;
    position: relative
}

.m-button.has-icon {
    color: #d70c18;
    font-size: 13px
}

.m-button.has-icon>em:first-child+i,.m-button.has-icon i:first-child+em {
    padding-left: 5px
}

.m-button.m-button-bg {
    padding: 0;
    height: 32px;
    border-radius: 3px;
    vertical-align: middle;
    color: #fff !important;
    font-size: 13px;
    line-height: 32px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.m-button.m-button-bg.b-bg-default {
    border: 1px solid #dadada
}

.m-button.m-button-bg.b-bg-default>* {
    color: #000
}

.m-button.m-shadow {
    box-shadow: 1px 1px 2px #c5c5c5
}

.m-button.b-lg {
    padding: 0 45px
}

.m-button.b-mi {
    padding: 0 15px
}

.m-button.b-sm {
    padding: 0 5px
}

.m-button.b-hover-ud-line:hover {
    text-decoration: underline
}

.m-button em {
    vertical-align: baseline
}

@media screen and (max-width: 739px) {
    .is-full-xs .b-mi {
        padding:0 10px
    }
}

@media screen\0 {
    .m-button.b-hover-ud-line:hover em {
        text-decoration: underline
    }

    .m-button em {
        display: inline-block
    }
}

.m-footer-bd {
    padding: 10px;
    background: #ededed;
    font-size: 0;
    line-height: 0
}

.m-footer-bd .list-item {
    margin-top: 5px;
    padding: 0 10px
}

.m-footer-bd .list-item:not(:first-child) {
    border-left: 1px solid #333
}

.m-footer-bd .list-item a,.m-footer-bd .list-item button {
    color: #333;
    font-family: "微軟正黑體";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 16px
}

.m-footer-bd .tel-txt {
    padding-top: 10px
}

.m-footer-bd .tel-txt p {
    margin: 5px 0;
    color: #333;
    font-family: "微軟正黑體";
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 16px
}

.m-footer-ft {
    width: 100%;
    position: relative;
    color: #FFF;
    font-size: 0;
    line-height: 0
}

.m-footer-ft .notice {
    display: block
}

.copyright {
    margin: 0 auto;
    background: #d70c18;
    display: block;
    position: relative;
    z-index: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.copyright .txt {
    font-family: "微軟正黑體";
    font-size: 12px;
    line-height: 16px
}

.copyright-logo {
    background: #DEDEDE;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.b-middle {
    font-size: 0;
    max-height: 100%
}

.b-middle:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom:1;*display: inline
}


.b-middle>* {
    font-size: initial;
    zoom:1;display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom:1;*display: inline
}

.b-clearfix:after {
    content: '';
    width: 100%;
    height: 0;
    clear: both;
    overflow: hidden;
    *zoom:1;display: block;
    vertical-align: middle
}



@media \0screen {
    .m-footer-ft {
        background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNkNzBjMTgiLz48c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzg4ODg4OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -moz-linear-gradient(0deg, #d70c18 50%,#888889 51%);
        background-image: -webkit-linear-gradient(0deg, #d70c18 50%,#888889 51%);
        background-image: linear-gradient(90deg, #d70c18 50%,#888889 51%)
    }

    .copyright-content,.copyright,.copyright-logo {
        height: 56px
    }

    .copyright-content {
        margin: 0 auto;
        max-width: 960px
    }

    .copyright {
        padding: 7px 0;
        width: 720px
    }

    .copyright-logo {
        padding-left: 25px;
        display: inline-block;
        width: 240px
    }
}

@media screen and (min-width: 959px) {
    .m-footer-ft {
        background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNkNzBjMTgiLz48c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iIzg4ODg4OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
        background-size: 100%;
        background-image: -moz-linear-gradient(0deg, #d70c18 50%,#888889 51%);
        background-image: -webkit-linear-gradient(0deg, #d70c18 50%,#888889 51%);
        background-image: linear-gradient(90deg, #d70c18 50%,#DEDEDE 51%)
    }

    .copyright-content,.copyright,.copyright-logo {
        height: 56px
    }

    .copyright-content {
        margin: 0 auto;
    }

    .copyright {
      text-align: center;
    }

    .copyright-logo {
        display: inline-block;
        width: 240px
    }
}

@media screen and (min-width: 1024px) {
    .copyright-content {
        max-width:1200px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .copyright {
        width: 75%;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .copyright-logo {
        width: 360px;
        margin: auto;
    }
        .copyright-logo img{
        width: 142px;
        margin: 18px 0 18px 24px;
    }
}
@media screen and (max-width: 1024px){
    .copyright-logo {
        display: none
    }
    .b-hide-xs {
        display:none
    }
        .m-footer-ft {
        background:#d70c18
    }

    .copyright {
        width: 100%;
        text-align: center
    }

    .copyright .txt {
        transform: translateY(-2px)
    }
    footer{
      height: 25px;
    }
}



@media screen and (min-width: 740px) and (max-width: 958px) {
    .copyright {
        padding:9.4px
    }

}


@media screen and (max-width: 739px) {
      .copyright {
        padding:4.35px
    }

    .b-align-xs-left {
        text-align: left
    }

    .b-align-xs-center {
        text-align: center
    }

    .b-align-xs-right {
        text-align: right
    }

    .b-col-xs-0 {
        display: none !important
    }

    .b-col-xs-6 {
        width: 100%;
        float: left;
        clear: both
    }

    .b-col-xs-5 {
        width: 83.33333%;
        float: left
    }

    .b-col-xs-4 {
        width: 66.66667%;
        float: left
    }

    .b-col-xs-3 {
        width: 50%;
        float: left
    }

    .b-col-xs-2 {
        width: 33.33333%;
        float: left
    }

    .b-col-xs-1 {
        width: 16.66667%;
        float: left
    }

    .b-flex-xs {
        display: flex !important
    }

    .b-flex-wrap-xs {
        flex-wrap: wrap
    }

    .b-justify-end-xs {
        justify-content: flex-end
    }

    .b-flex-column-xs {
        flex-direction: column
    }
}



.m-form {
    height: 32px;
    line-height: 32px
}

.m-form.m-form-search {
    height: auto;
    line-height: 28px
}

.m-form.m-form-control {
    background: #FFF;
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 3px;
    font-family: Calibri,Arial,"Helvetica Neue",Helvetica,"微軟正黑體","新細明體",sans-serif,serif;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.m-form.m-form-control::-moz-placeholder {
    color: #666;
    opacity: 1
}

.m-form.m-form-control:-ms-input-placeholder {
    color: #666
}

.m-form.m-form-control::-webkit-input-placeholder {
    color: #666
}

.m-form-addon {
    color: #000
}

@media \0screen {
    .m-datepicker {
        width: 130px !important
    }
}

@media screen and (min-width: 959px) {
    .m-datepicker {
        width:130px !important
    }
}

@-moz-document url-prefix() {
    input[type="date"] {
        width: 130px !important
    }
}

@media screen\0 {
    input[type="date"] {
        width: 130px !important
    }
}

.m-form-group {
    position: relative
}

.m-form-group.is-radio,.m-form-group.is-check {
    overflow: hidden
}

.m-form-group.is-radio>*,.m-form-group.is-check>* {
    height: 32px;
    float: left;
    color: #000;
    line-height: 32px
}

.m-form-group.is-radio>.m-form-ctrl label,.m-form-group.is-check>.m-form-ctrl label {
    margin-right: 20px;
    display: inline-block;
    cursor: pointer
}

.m-form-group.is-radio>.m-form-ctrl label input.m-form,.m-form-group.is-check>.m-form-ctrl label input.m-form {
    margin: 0;
    cursor: pointer
}

.m-form-group.is-radio>.m-form-ctrl label em,.m-form-group.is-check>.m-form-ctrl label em {
    display: inline-block;
    height: 32px;
    vertical-align: top;
    line-height: 32px
}

.m-form-frame {
    display: block;
    vertical-align: middle
}

.m-form-frame:after {
    content: '';
    width: 100%;
    height: 0;
    clear: both;
    overflow: hidden;
    *zoom:1;display: block;
    vertical-align: middle
}

.m-form-frame>.m-form-addon {
    margin-bottom: 3px
}

.m-form-frame>* {
    display: block;
    vertical-align: middle
}

.m-form-frame>*[class^="b-col-"],.m-form-frame>*[class*=" b-col-"] {
    padding-right: 0;
    padding-left: 0
}

.m-form-frame>*>* {
    margin-left: -4px;
    float: none;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom:1;*display: inline
}

.m-form-frame>*>*:first-child,.m-form-frame>*>*.m-form-box {
    margin-left: 0
}

.m-form-frame>*>label {
    padding-right: 0
}

.m-form-select {
    background: #FFF;
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.m-form-select:after {
    content: '';
    display: block;
    width: 30px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #dadada;
    border-radius: 0 3px 3px 0;
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q0ZDRkNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==') !important;
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d4d4d4),color-stop(100%, #ffffff)) !important;
    background-image: -moz-linear-gradient(top, #d4d4d4,#ffffff) !important;
    background-image: -webkit-linear-gradient(top, #d4d4d4,#ffffff) !important;
    background-image: linear-gradient(to bottom, #d4d4d4,#ffffff) !important
}

.m-form-select>.m-icon {
    margin-top: -10px;
    position: absolute;
    top: 50%;
    right: 9px;
    z-index: 1;
    font-size: 20px
}

.m-form-select .m-form {
    padding: 0 35px 0 5px;
    background: transparent;
    position: relative;
    border: 1px solid #dadada;
    border-radius: 3px;
    z-index: 5;
    color: #000;
    line-height: initial;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none
}

.m-form-select select::-ms-expand {
    display: none
}

@media \0screen {
    .m-form-select,.m-form-select>* {
        cursor: pointer
    }
}

@media screen and (min-width: 959px) {
    .m-form-select,.m-form-select>* {
        cursor:pointer
    }
}

@media \0screen {
    .m-form-frame>*>* {
        padding-left: 8px
    }

    .m-form-frame>*>*:first-child {
        padding-left: 0
    }

    .m-form-frame.b-flex {
        display: flex !important;
        justify-content: space-between
    }

    .m-form-frame.b-flex:after {
        display: none
    }

    .m-form-frame.b-flex>* {
        flex-shrink: 0
    }
}

@media screen and (min-width: 740px) {
    .m-form-frame>*>* {
        padding-left:8px
    }

    .m-form-frame>*>*:first-child {
        padding-left: 0
    }

    .m-form-frame.b-flex {
        display: flex !important;
        justify-content: space-between
    }

    .m-form-frame.b-flex:after {
        display: none
    }

    .m-form-frame.b-flex>* {
        flex-shrink: 0
    }
}

@media screen and (max-width: 958px) {
    .m-form-frame.b-col-sm-12:not(:first-child) {
        margin-top:10px
    }
}

@media screen and (max-width: 739px) {
    .m-form-frame {
        margin-top:5px
    }

    .m-form-frame:first-child {
        margin-top: 0
    }

    .m-form-frame>* {
        margin-top: 5px
    }

    .m-form-frame>*:first-child {
        margin-top: 0
    }

    .m-form-frame>*.b-col-xs-6 {
        display: table;
        vertical-align: middle
    }

    .m-form-frame>*.b-col-xs-6>* {
        margin-top: 0;
        padding-right: 0;
        display: table-cell;
        vertical-align: middle;
        float: none
    }

    .m-form-frame>*.b-col-xs-6>*.m-form-addon {
        width: 1%;
        white-space: nowrap
    }

    .m-form-frame>*.b-col-xs-6>label {
        margin-top: 5px;
        margin-left: 0;
        padding-left: 0
    }

    .m-form-frame>*.b-col-xs-6>label:first-child {
        margin-top: 0
    }

    .m-form-frame>*>* {
        padding-left: 5px
    }

    .m-form-frame>*>*[class^="b-col-xs-"],.m-form-frame>*>*[class*=" b-col-xs-"] {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom:1;*display: inline
    }

    .m-form-frame>*>*.m-form-box {
        padding-left: 0
    }

    .m-form-frame>*>*:first-child {
        padding-left: 0
    }

    .m-form-frame>*>*.is-col-xs {
        width: 1%;
        white-space: nowrap
    }

    .m-form-frame>*>*.m-form-addon:first-child+*.m-form-box {
        padding-left: 5px
    }

    .m-form-select.is-full-xs {
        margin-top: 5px;
        margin-left: 0;
        padding-left: 0;
        width: 100%;
        display: table;
        vertical-align: middle
    }

    .m-form-select.is-full-xs:first-child {
        margin-top: 0
    }

    .m-form-select.is-full-xs>* {
        display: table-cell;
        vertical-align: middle;
        float: none
    }

    .m-form-select.is-full-xs>.m-form-addon {
        width: 1%;
        white-space: nowrap
    }
}

.m-header-wrap {
    width: 100%
}

.m-header {
    margin: 0 auto;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.m-header-logo {
    z-index: 5
}

.m-header-logo>.m-button {
    color: #d70c18
}

.m-header-logo .logo-link {
    font-size: 0;
    line-height: 0
}

.m-header-logo .logo-link img {
    width: 100%
}

.m-header-company {
    top: -99999px;
    left: 0;
    visibility: hidden;
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0
}

.m-header-tools {
    font-size: 0;
    text-align: right
}

.m-header-tools .tool-list {
    position: relative
}

.m-header-tools .tool-list .b-link {
    font-size: 0;
    line-height: 0
}

.m-header-tools .tool-list .b-link .m-icon {
    margin-right: 10px
}

.m-header-tools .tool-list .b-link .txt {
    font-size: 14px;
    line-height: 1.5em
}

.m-header-tools .m-icon {
    width: 20px;
    height: 20px
}

.mini-nav-wrap {
    background: #888889;
    overflow: hidden;
    font-size: 0;
    line-height: 0
}

.mini-nav-wrap .txt-link {
    padding: 7px 0;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0.8px;
    line-height: 12px
}

/************************
right_btn_PART
************************/
.right_box {
  width: 35px;
  position: fixed;
  right: 15px;
  top: 130px;
  z-index: 49;
}
@media (max-width: 768px) {
  .right_box {
    top: 79px;
  }
}
.right_box .sub_btn {
  margin: 0 0 15px;
}
.right_box .sub_popup {
  cursor: pointer;
}
.right_box .gotop {
  cursor: pointer;
}

/************************
for_sub_popup
************************/
.for_sub_popup {
  width: 100%;
  max-width: 1045px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 24px;
  z-index: 50;
  background: var(--color_fff);
  display: none;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1200px) {
  .for_sub_popup {
    width: 90%;
  }
}
.for_sub_popup .popup_title {
  width: 100%;
  position: relative;
  background: var(--color_be0000);
  padding: 23px 0;
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  color: var(--color_fff);
}
@media (max-width: 980px) {
  .for_sub_popup .popup_title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .for_sub_popup .popup_title {
    font-size: 25px;
  }
}
.for_sub_popup .close_icon {
  width: 19px;
  height: 19px;
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 10px;
}
.for_sub_popup .popup_content {
  width: 100%;
  max-width: 973px;
  margin: 0 auto;
  padding: 20px 0;
}
@media (max-width: 1200px) {
  .for_sub_popup .popup_content {
    width: 90%;
  }
}
.for_sub_popup .tab_list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.for_sub_popup .list {
  width: 100%;
  height: 52px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  font-weight: 0;
  background: #D6D6D6;
  color: var(--color_000);
  cursor: pointer;
}
@media (max-width: 768px) {
  .for_sub_popup .list {
    font-size: 20px;
  }
}
.for_sub_popup .list_open {
  background: #BE0000;
  color: var(--color_fff);
}
.for_sub_popup .tab_content {
  width: 100%;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  background: #f2f2f2;
}
.for_sub_popup .list_content01 {
  width: 100%;
  min-height: 234px;
  opacity: 0;
  visibility: hidden;
  padding: 30px 0;
  display: none;
  align-items: center;
  justify-content: center;
}
.for_sub_popup .list_content02 {
  width: 100%;
  min-height: 234px;
  opacity: 0;
  visibility: hidden;
  display: none;
  padding: 30px 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.for_sub_popup .list_content_open {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.for_sub_popup .name_box {
  width: 85%;
  margin: 0 auto;
}
.for_sub_popup .name_box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 0;
}
@media (max-width: 570px) {
  .for_sub_popup .name_box ul {
    grid-template-columns: 1fr 1fr;
  }
}
.for_sub_popup .name_box li {
  width: 100%;
  max-width: 280px;
  font-size: 20px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #C2C2C2;
}
@media (max-width: 768px) {
  .for_sub_popup .name_box li {
    font-size: 16px;
  }
}
.for_sub_popup .list_txt {
  width: 100%;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .for_sub_popup .list_txt {
    width: 90%;
    font-size: 16px;
    margin: 0 auto;
  }
}
.for_sub_popup .red_bg {
  background: var(--color_be0000);
  border-radius: 30px;
  color: var(--color_fff);
  display: inline-block;
  padding: 0 13px;
  margin: 0 0 3px 0;
}
.for_sub_popup .red_color {
  color: var(--color_be0000);
}

.open_popup {
  opacity: 1;
  visibility: visible;
  display: block;
}

.overflow02, .overflow03 {
  overflow: hidden;
}

.font_14 {
  font-size: 14px;
  font-weight: 700;
}

.font_12 {
  font-size: 12px;
  font-weight: normal;
}

.tel_blue {
  display: inline;
  color: #2555d0 !important;
}

.startShow {
  width: 100%;
  max-width: 1045px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 24px;
  z-index: 150;
  background: var(--color_fff);
  display: none;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1200px) {
  .startShow {
    width: 90%;
  }
}
.startShow .txt_content {
  background: #F2F2F2;
  padding: 30px;
  margin: 0 0 20px 0;
}
@media (max-width: 1200px) {
  .startShow .txt_content {
    height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
@media (max-width: 768px) {
  .startShow .txt_content {
    height: 200px;
  }
}
.startShow .txt_13 {
  font-size: 18px;
  margin: 0 0 7px 0;
  text-align: justify;
  font-weight: 700;
}
.startShow .color_d12d25 {
  color: var(--color_d12d25);
}
.startShow .txt_12 {
  font-size: 12px;
  text-align: left;
}
.startShow .close_starShow {
  width: 100%;
  max-width: 180px;
  position: relative;
  background: #BE0000;
  padding: 8px 0;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  color: var(--color_fff);
  border-radius: 50px;
  margin: 0 auto;
  cursor: pointer;
}
@media (max-width: 980px) {
  .startShow .close_starShow {
    font-size: 25px;
  }
}
@media (max-width: 768px) {
  .startShow .close_starShow {
    font-size: 20px;
    max-width: 160px;
  }
}
@media (max-width: 768px) {
  .startShow .close_icon {
    right: 18px;
    top: 24%;
  }
}
@media (max-width: 480px) {
  .startShow .close_icon {
    right: 13px;
  }
}

.startShow_open {
  display: block;
  opacity: 1;
  visibility: visible;
}

.title_txt_768 .inline_box {
  display: unset;
}
@media (max-width: 768px) {
  .title_txt_768 .del {
    display: none;
  }
  .title_txt_768 .inline_box {
    display: block;
  }
}