@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: 20px 0px 15px 0px;
  background: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
}

header.head_navbar .jp_btnlink span {
  border: #fff 1px solid;
  background-color: #777777;
  color: #FFF;
  font-size: 18px;
  display: inline-block;
  border-radius: 10px;
  padding: 10px 30px;
}

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

header.head_navbar .logo {
  display: flex;
  align-items: center;
}

header.head_navbar .logo img {
  margin-right: 13px;
  height: 45px;
}

@media all and (min-width: 768px) and (max-width: 991.98px) {
  header.head_navbar .logo img {
    height: 50px;
  }
}

header.head_navbar input {
  display: none;
}

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

.bannerareapc {
  background-image: url("https://s3-ap-northeast-1.amazonaws.com/ac.ezimport.co.jp/event/rapidtest/images/bg.jpg?version=1");
  background-repeat: no-repeat;
  color: #ffffff;
  font-family: "Noto Sans TC", "微軟正黑體";
  text-align: center;
  background-size: cover;
  padding-top: 20px;
  background-position: center center;
}

.bannerareapc #maintitle {
  position: relative;
}

.bannerareapc #maintitle img {
  position: relative;
  z-index: 999;
}

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

.section1 {
  padding-bottom: 40px;
}

.section1 > h2 {
  background: #f9f9f9;
  font-family: "Noto Sans TC", "微軟正黑體";
  font-size: 46px;
  text-align: center;
  font-weight: 600;
  padding: 25px 0px;
  position: relative;
  margin-bottom: 0px;
}

.section1 .listcard {
  background: #ffffff;
  border-radius: 20px;
  margin-bottom: 30px;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.09);
  text-align: center;
  border: 1px solid #ffffff;
  transition: 0.2s;
}

.section1 .listcard.style1:hover {
  border: 1px solid #f00000;
}

.section1 .listcard.style2:hover {
  border: 1px solid #52c41a;
}

.section1 .listcard.style3:hover {
  border: 1px solid #096dd9;
}

.section1 .listcard.noclick a {
  cursor: not-allowed;
}

.section1 .listcard .photo {
  text-align: center;
  padding: 20px 0px;
  position: relative;
}

.section1 .listcard .photo a {
  color: #ffffff;
  text-decoration: none;
}

.section1 .listcard .photo img {
  height: 290px;
}

.section1 .listcard .photo .ribbon {
  position: absolute;
  left: -1px;
  top: -1px;
  padding: 10px 0px 0px 10px;
  font-family: "Noto Sans TC", "微軟正黑體";
  font-weight: 500;
  line-height: 27px;
  font-size: 20px;
  z-index: 10;
}

.section1 .listcard .photo .ribbon:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.section1 .listcard .photo .ribbon.style1:after {
  border-width: 85px 110px 0 0;
  border-color: #f00000 transparent transparent transparent;
}

.section1 .listcard .photo .ribbon.style2:after {
  border-width: 85px 110px 0 0;
  border-color: #52c41a transparent transparent transparent;
}

.section1 .listcard .photo .ribbon.style3:after {
  border-width: 120px 125px 0 0;
  border-color: #096dd9 transparent transparent transparent;
}

.section1 .listcard p {
  color: #676767;
  font-size: 18px;
  margin: 11px 0px;
  height: 35px;
  font-weight: 500;
  line-height: 25px;
}

.section1 .listcard p span {
  background: #F00;
  color: #ffffff;
  padding: 3px 20px 3px 20px;
  line-height: 1;
}

.section1 .listcard h2 {
  font-size: 20px;
  font-family: "微軟正黑體";
  font-weight: bold;
}

.section1 .listcard .btnstyle {
  padding: 12px 28px 11px;
  border-radius: 26.5px;
  color: #ffffff;
  font-family: "微軟正黑體";
  text-decoration: none;
  font-size: 20px;
  font-weight: bolder;
  letter-spacing: 1px;
  display: inline-flex;
  margin: 20px 0px 20px 0px;
  transition: 0.1s;
  background-color: #13c2c2;
}

.section1 .listcard .btnstyle:hover {
  background-color: #d94c09;
}

.section1 .listcard .btnstyle.noclick {
  background-color: #949494;
  cursor: not-allowed;
}

.section2 {
  background: #f2f7ff;
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
}

.section2 > h2 {
  font-family: "Noto Sans TC", "微軟正黑體";
  font-size: 46px;
  color: #226ae1;
  text-align: center;
  font-weight: 600;
  padding: 25px 0px;
  margin-bottom: 20px;
}

.section2:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 50px 0 50px;
  border-color: #f2f7ff transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0px auto;
  bottom: -35px;
  z-index: 99;
}

.section2 .flowcard {
  background: #ffffff;
  border-radius: 20px;
  margin-bottom: 30px;
  text-align: center;
  padding-bottom: 20px;
  padding-top: 10px;
}

.section2 .flowcard h2 {
  font-size: 20px;
  font-family: "微軟正黑體";
  font-weight: bold;
  margin-bottom: 10px;
}

.section2 .flowcard p {
  font-size: 20px;
}

.section3 {
  background-image: linear-gradient(110deg, #70b2ff 7%, #0a5fc1 99%);
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.section3 > h2 {
  font-family: "Noto Sans TC", "微軟正黑體";
  font-size: 46px;
  color: #d2e4ff;
  text-align: center;
  font-weight: 600;
  padding: 25px 0px;
  margin-bottom: 20px;
}

.section3 .ratio {
  box-shadow: 6px 6px 20px 0 rgba(0, 50, 133, 0.6);
}

.section4 {
  background-color: #f2f7ff;
  padding: 20px 0px;
}

.section4 .labelkey {
  background: #226ae1;
  font-size: 30px;
  font-family: "Noto Sans TC", "微軟正黑體";
  color: #ffffff;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 500;
}

.section4 ul.key {
  align-items: center;
  display: flex;
}

.section4 ul.key li {
  align-items: center;
  display: inline-flex;
  margin-left: 20px;
}

.section4 ul.key li a {
  color: #1d6fcd;
  font-size: 26px;
  font-family: "Noto Sans JP";
  font-weight: 500;
}

.section4 ul.key li a:hover {
  color: #625df5;
}

.section5 {
  padding: 35px 0px;
  background: #fcfcfc;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
}

.section5 > h2 {
  font-family: "Noto Sans TC", "微軟正黑體";
  font-size: 46px;
  color: #226ae1;
  text-align: center;
  font-weight: 600;
  margin-bottom: 35px;
}

section.info {
  padding: 60px 0px 60px 0px;
}

section.info .infoarea {
  box-shadow: 0 3px 10px 0 rgba(184, 213, 255, 0.35);
  background-color: #fff;
  padding: 30px 30px;
}

section.info .infoarea h2 {
  font-family: "Noto Sans TC", "微軟正黑體";
  font-size: 46px;
  text-align: center;
  font-weight: 600;
}

section.info .infoarea p {
  padding: 5px 0px;
  font-size: 20px;
  font-family: "微軟正黑體";
  margin: 10px 0px;
}

section.info .infoarea p span {
  font-weight: bolder;
}

section.info .infoarea ul {
  margin-left: 30px;
}

section.info .infoarea ul li {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 10px;
  text-indent: -15px;
}

section.info .infoarea ul li img {
  vertical-align: middle;
  border: 1px solid #000;
}

.gototop {
  position: fixed;
  right: 20px;
  bottom: 100px;
  cursor: pointer;
  display: none;
}

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 */