@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,200,300,400,500,600,700,800,900|Noto+Serif+TC:400,500,600,700,900&display=swap&subset=chinese-traditional");

@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,200,300,400,500,600,700,800,900|Noto+Serif+JP:400,500,600,700,900&display=swap&subset=japanese");

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

header.head_navbar {
  padding: 5px 0px 5px 0px;
  background: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  position: relative;
  z-index: 99;
}

header.head_navbar .btn {
  margin-right: 15px;
}

header.head_navbar .logo img {
  height: 35px;
}

@media all and (max-width: 575px) {
  header.head_navbar .logo img {
    height: 25px;
  }
}

header.head_navbar input {
  display: none;
}

header.head_navbar label {
  margin: 0 auto !important;
  cursor: pointer;
}

header.head_navbar .topbtn {
  color: #000;
  text-decoration: none;
  padding-right: 10px;
  padding-left: 10px;
  position: relative;
}

.bannerareapc {
  color: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  text-align: center;
  margin-bottom: -1px;
  min-width: 1200px;
}

.bannerareapc img {
  width: 100%;
}

.fixsidebar {
  display: block;
  position: fixed;
  right: 0px;
  top: 100px;
  text-align: center;
  z-index: 99999;
}

.fixsidebar a {
  color: #ffffff;
  text-decoration: none;
}

.fixsidebar .gototop {
  cursor: pointer;
  display: none;
  margin-top: 10px;
}

.fixsidebar ul li a:hover {
  color: yellow;
}

.fixsidebar ul.showlist {
  display: none;
  font-family: "Noto Sans TC", "微軟正黑體";
  padding-top: 10px;
  padding-bottom: 0px;
}

.fixsidebar ul.showlist li {
  margin-bottom: 2px;
}

.fixsidebar ul.showlist li a {
  background-color: rgba(0, 65, 170, 0.8);
  padding-bottom: 15px;
  padding-top: 15px;
  display: block;
}

.fixsidebar ul.showlist li a:hover {
  background: #0041aa;
  color: #faeac5;
}

.fixsidebar ul.showlist li:last-child {
  border-bottom: 0px solid #ffffff;
}

.fixsidebar ul.showlist li.last-sidebtn a {
  border-bottom: 0px solid #ffffff;
  border-radius: 0px 0px 10px 10px;
}

.fixsidebar ul.showlist li:first-child {
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 70px 70px 0px 0px;
  background-color: rgba(0, 65, 170, 0.8);
}

.fixsidebar ul.showlist.active {
  display: block;
}

.fixsidebar ul.hidelist {
  display: none;
  background: rgba(19, 15, 15, 0.8);
  border-radius: 10px 0px 0px 10px;
  width: 80px;
  margin-left: auto;
  padding: 10px 0px;
  margin-bottom: 10px;
}

.fixsidebar ul.hidelist img {
  width: 65px;
}

.fixsidebar ul.hidelist.active {
  display: block;
  cursor: pointer;
}

.fixsidebar .closebtn {
  display: none;
  position: absolute;
  top: 10%;
  border-radius: 10px 0px 0px 10px;
  width: 30px;
  right: 0px;
  margin-left: auto;
  text-align: center;
  padding: 10px 0px;
  color: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  font-size: 20px;
  cursor: pointer;
}

.fixsidebar .closebtn.active {
  display: block;
}

.light_area {
  position: relative;
  left: -70px;
}

.light_area .light {
  position: relative;
  animation: lightMove 4s;
  /*IE*/
  -moz-animation: lightMove 4s;
  /*FireFox*/
  -webkit-animation: lightMove 4s;
  /*Chrome,Safari*/
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes lightMove {
  from {
    left: 0%;
    transform: translateX(-120px);
    opacity: 0;
  }

  1% {
    left: 0%;
    transform: translateX(0px);
    opacity: 1;
  }

  20% {
    left: 0%;
    transform: translateX(445px);
    opacity: 1;
  }

  35% {
    left: 0%;
    transform: translateX(506px);
    opacity: 0;
  }

  to {
    left: 0%;
    transform: translateX(0px);
    opacity: 0;
  }
}

.leftlight {
  animation-name: spotlight;
  opacity: 1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes spotlight {
  from {
    transform: rotate(-10deg);
    transform-origin: 0% 100%;
  }

  to {
    transform: rotate(20deg);
    transform-origin: 0% 100%;
  }
}

.rightlight {
  animation-name: spotlight2;
  opacity: 1;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

@keyframes spotlight2 {
  from {
    transform: rotate(10deg);
    transform-origin: 100% 100%;
  }

  to {
    transform: rotate(-20deg);
    transform-origin: 100% 100%;
  }
}

footer,
header,
section,
.container {
  min-width: 1200px !important;
  position: relative;
}

h2.sectiontitle {
  font-family: "Noto Sans TC", "微軟正黑體";
  font-size: 26px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #000000;
  margin: 30px 0px 40px 0px;
}

h3.subtitle {
  font-family: "Noto Sans TC", "微軟正黑體";
  font-size: 25px;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  margin-bottom: 30px;
  padding: 10px 25px;
  border-radius: 30px;
  background: #4d3b30;
  display: inline-flex;
}

.addmember {
  font-family: "Noto Sans TC", "微軟正黑體";
  background: transparent linear-gradient(90deg, #FF7F00 0%, #FFA236 50%, #FF5800 100%) 0% 0% no-repeat padding-box;
}

.addmember .addwrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin: 20px 0px;
}

.addmember .addwrapper p {
  color: #ffffff;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 15px;
}

.addmember .addwrapper .addbtn {
  background: #FFF3E3;
  color: #000000;
  border-radius: 5px;
  padding: 10px 0px;
  font-size: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.1s;
}

.addmember .addwrapper .addbtn:hover {
  background: #ff7800;
  color: #ffffff;
}

.contentwrapper {
  margin-top: 30px;
  background: #fff;
  border-radius: 15px;
  padding: 0px 0px 20px 0px;
  border-radius: 12px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  font-family: "Noto Sans TC", "微軟正黑體";
}

.contentwrapper .divid {
  margin-bottom: 10px;
  position: relative;
}

.contentwrapper .divid:after {
  content: '';
  border-right: 1px dotted #707070;
  height: 300px;
  width: 1px;
  display: block;
  position: absolute;
  right: 0px;
  bottom: 0px;
  margin: auto;
}

.contentwrapper h2 {
  border-bottom: 1px solid #dedede;
  padding-bottom: 15px;
}

.contentwrapper h3 {
  color: #000;
  font-size: 37px;
  font-weight: 600;
  margin-bottom: 15px;
}

.contentwrapper h3 span {
  color: #3176F8;
}

.contentwrapper img {
  margin: 0px auto;
}

.section1 {
  position: relative;
  padding-bottom: 50px;
  padding-top: 10px;
  background: #FDF0CE;
}

.section2 {
  position: relative;
  padding-bottom: 180px;
  padding-top: 30px;
  background-color: #f5f5f5;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding-bottom: 30px;
}

.section2 .benefitwrapper ul.benefitarea {
  display: flex;
  flex-flow: wrap;
}

.section2 .benefitwrapper ul.benefitarea li {
  flex-basis: 18%;
  text-align: center;
  margin: 0px 1%;
  margin-bottom: 30px;
  transition: 0.3s;
}

.section2 .benefitwrapper ul.benefitarea li:hover {
  transform: scale(1.06);
}

.section2 .benefitwrapper ul.benefitarea li img {
  width: 100%;
  margin-bottom: 10px;
}

.section2 .benefitwrapper ul.benefitarea li a {
  text-decoration: none;
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Sans TC", "微軟正黑體";
}

.btext {
  font-family: "Noto Sans TC", "微軟正黑體";
  color: #000;
  font-weight: 400;
  margin-top: 10px;
  padding-left: 15px;
  font-size: 16px;
  line-height: 23px;
}

.btext span {
  color: #e65049;
}

.section3 {
  background-color: #fdf0ce;
  padding-top: 25px;
  padding-bottom: 50px;
}

.section3 .benefitwrapper ul.benefitarea {
  display: flex;
  flex-flow: wrap;
}

.section3 .benefitwrapper ul.benefitarea li {
  border-radius: 6px;
  background-color: #fff;
  flex-basis: 24%;
  margin: 0.5%;
  text-align: center;
  position: relative;
  transition: 0.3s;
}

.section3 .benefitwrapper ul.benefitarea li:hover {
  transform: scale(1.06);
}

.section3 .benefitwrapper ul.benefitarea li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

.section3 .benefitwrapper ul.benefitarea li p {
  background-color: #bb822f;
  color: #ffffff;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
  font-family: "Noto Sans TC", "微軟正黑體";
  font-size: 24px;
  padding: 5px 0px;
}

.section3 .benefitwrapper ul.benefitarea li:nth-child(1) {
  flex-basis: 32%;
}

.section3 .benefitwrapper ul.benefitarea li:nth-child(1) a {
  height: 140px;
  padding-bottom: 30px;
}

.section3 .benefitwrapper ul.benefitarea li:nth-child(1) img {
  height: 60px;
}

.section3 .benefitwrapper ul.benefitarea li:nth-child(2) {
  flex-basis: 32%;
}

.section3 .benefitwrapper ul.benefitarea li:nth-child(2) a {
  height: 140px;
}

.section3 .benefitwrapper ul.benefitarea li:nth-child(2) img {
  height: 60px;
}

.section3 .benefitwrapper ul.benefitarea li:nth-child(3) {
  flex-basis: 32%;
}

.section3 .benefitwrapper ul.benefitarea li:nth-child(3) a {
  height: 140px;
}

.section3 .benefitwrapper ul.benefitarea li:nth-child(3) img {
  height: 60px;
}

.section3 .benefitwrapper ul.benefitarea li:nth-child(4) {
  flex-basis: 24%;
}

.section3 .benefitwrapper ul.benefitarea li:nth-child(4) img {
  height: 60px;
}

.section4 {
  background: #F5F5F5;
}

.section4 .contentwrapper {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 35px;
}

.section4 .s5subwrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  font-family: "Noto Sans TC", "微軟正黑體";
  border: dashed 1px #f15a24;
  background-color: #fff;
  margin: 20px 0px;
  padding: 10px 0px;
}

.section4 .s5subwrap .wrap1 {
  font-size: 28px;
  font-weight: 500;
  display: flex;
  align-items: center;
  vertical-align: middle;
  color: #e65049;
  justify-content: end;
}

.section4 .s5subwrap .wrap2 {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 20px;
  justify-content: start;
  text-align: left;
}

.section4 .s5subwrap .wrap2 span {
  color: #e65049;
}

.section5 {
  padding-top: 30px;
  padding-bottom: 40px;
}

.section5 .contentwrapper {
  background: #ffffff;
  box-shadow: none;
  border-radius: 0;
}

.section5 .benefitwrapper {
  width: 90%;
  max-width: 1440px;
  margin: auto;
  margin-top: 30px;
}

.section5 ul.benefitarea {
  display: flex;
  font-family: "Noto Sans TC", "微軟正黑體";
  justify-content: center;
}

.section5 ul.benefitarea li {
  flex-basis: 10%;
  text-align: center;
  margin: 0px 1%;
  margin-bottom: 30px;
  transition: 0.3s;
  position: relative;
}

.section5 ul.benefitarea li:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50px;
  background: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/airtransport100/images/arrow.png?version=1");
  background-size: contain;
  background-repeat: no-repeat;
  right: -27px;
}

.section5 ul.benefitarea li:last-child:after {
  display: none;
}

.section5 ul.benefitarea li h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
}

.section5 ul.benefitarea li h3 img {
  width: 15px;
  margin-bottom: 0px;
  display: flex;
}

.section5 ul.benefitarea li p {
  font-size: 13px;
  line-height: 15px;
}

.section5 ul.benefitarea li img {
  width: 120px;
  margin-bottom: 10px;
  margin-left: 5px;
}

.section5 ul.benefitarea li a {
  text-decoration: none;
  color: #000000;
  font-size: 24px;
  font-weight: 500;
  font-family: "Noto Sans TC", "微軟正黑體";
}

.section5 .promisewrapper {
  width: auto;
  max-width: 1200px;
  margin: auto;
  margin-top: 30px;
}

.section5 ul.promisearea {
  display: flex;
  font-family: "Noto Sans TC", "微軟正黑體";
  justify-content: space-between;
  font-weight: 600;
}

.section5 ul.promisearea li {
  text-align: center;
  margin: 0px 1%;
  margin-bottom: 00px;
  transition: 0.3s;
  position: relative;
}

.section5 ul.promisearea li a {
  text-decoration: none;
  color: #000;
}

.section5 ul.promisearea li h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section5 ul.promisearea li h3 img {
  width: 48px;
  margin-bottom: 0px;
  display: flex;
  margin-right: 0px;
}

.section5 a {
  color: #4e5aff;
  font-family: "Noto Sans TC", "微軟正黑體";
  font-weight: 500;
  font-size: 20px;
}

.sectionqna {
  background-color: #FDF0CE;
  position: relative;
  padding-bottom: 30px;
  padding-top: 30px;
}

.sectionqna h2.sectiontitle {
  color: #000000;
  margin-bottom: 30px;
}

.sectionqna ul.nav-tabs {
  margin: 0px;
  align-items: end;
  display: inline-flex;
  border-radius: 20px 20px 0px 0px;
  border-top: 2px solid #3176F8;
  border-left: 0px solid #3176F8;
  border-right: 0px solid #3176F8;
  border-bottom: 0px;
  box-shadow: none;
}

.sectionqna ul.nav-tabs li {
  font-family: "微軟正黑體";
  text-indent: 0;
  margin-bottom: 0px;
  font-size: 28px;
  font-weight: bold;
  line-height: 28px;
}

.sectionqna ul.nav-tabs li .nav-link {
  padding: 18px 25px;
  border: 0px;
  color: #3176F8;
  border-radius: 15px 15px 0px 0px;
  box-shadow: none;
  font-weight: 800;
}

.sectionqna ul.nav-tabs li .nav-link.item1 {
  border-right: 2px solid #3176F8;
  border-left: 2px solid #3176F8;
}

.sectionqna ul.nav-tabs li .nav-link.item1.active {
  background: #3176F8;
  color: #ffffff;
}

.sectionqna ul.nav-tabs li .nav-link.item2 {
  border-right: 2px solid #3176F8;
}

.sectionqna ul.nav-tabs li .nav-link.item2.active {
  background: #3176F8;
  color: #ffffff;
}

.sectionqna ul.nav-tabs li .nav-link.item3 {
  border-right: 2px solid #3176F8;
}

.sectionqna ul.nav-tabs li .nav-link.item3.active {
  background: #3176F8;
  color: #ffffff;
}

.sectionqna .qnaarea {
  background-color: #ffffff;
  font-family: "微軟正黑體";
  border-radius: 0px 0px 18px 18px;
  border: 2px solid #3176F8;
  color: #000000;
  padding: 20px 40px;
}

.sectionqna .qnaarea h1 {
  font-weight: bolder;
  font-size: 22px;
}

.sectionqna .qnaarea h2 {
  font-weight: bolder;
  margin: 20px 0px;
  line-height: 20px;
  font-size: 18px;
}

.sectionqna .qnaarea p {
  line-height: 22px;
  font-size: 18px;
  margin-bottom: 10px;
}

.sectionqna .qnaarea ul {
  margin: 10px 0px;
  margin-left: 35px;
}

.sectionqna .qnaarea ul li {
  line-height: 22px;
  font-size: 18px;
  margin-bottom: 10px;
  text-indent: -20px;
}

footer {
  font-size: 10px;
  line-height: 15px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
  color: white;
  background: black;
  font-family: "Noto Sans TC", "微軟正黑體";
}

/*# sourceMappingURL=../../../sass */