@charset "UTF-8";
/* 將大部分標籤的預設樣式重製成以下的內容 */
@import url("https://fonts.googleapis.com/css?family=Share+Tech+Mono|Montserrat:700");
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;
  vertical-align: baseline;
  color: #000;
  position: relative;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/* 賦予 HTML5 標籤基本的 Display:block ，用於輔助舊的瀏覽器能正常顯示 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* 將 body 也就是整體的文字行高預設成 1 */
body {
  line-height: 1;
  font-family: "Noto Sans", sans-serif;
}

/* 取消項目列表預設的輔助符號 */
ol,
ul {
  list-style: none;
}

/* 隱藏引用標籤預設的引號(部分瀏覽器有) */
blockquote,
q {
  quotes: none;
}

/* 重置引用標籤的偽元素 */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* 將表格初始化 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 將連結初始化 */
a {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  color: inherit;
  font-family: "微軟正黑體";
}

body {
  margin: 0;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  overflow-y: auto;
}

.bgc {
  width: 100vw;
  height: 100vh;
  background: linear-gradient(to bottom, rgba(240, 135, 138, 0.3019607843) 0%, #f3f3f3 15%);
  position: fixed;
  top: 0;
  left: 0;
}

.button-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 92vw;
  margin: 16px 0;
}
.button-container .btn {
  text-align: center;
  padding: 15px;
  font-size: 16px;
  line-height: 22px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #fff;
  transition: background-color 0.3s ease;
}
@media all and (max-width: 768px) {
  .button-container .btn {
    font-size: 18px;
  }
}
.button-container .imageBox {
  display: flex;
  text-align: left;
}
.button-container .imageBox img {
  width: 20vw;
  height: 20vw;
  max-width: 113px;
  max-height: 113px;
}
.button-container .imageBox .arrow {
  width: 20px;
}
.button-container .imageBox .textBox {
  width: 75%;
  margin-right: 10%;
}
.button-container .imageBox .textBox hr {
  margin: 10px 0;
  border-bottom: 1px solid #d4d4d4;
}
.button-container .imageBox .textBox .title {
  margin-bottom: 10px;
}
.button-container .imageBox .textBox .title span {
  font-size: 15px;
  color: #696969;
}
.button-container .imageBox .textBox p {
  color: #696969;
  font-size: 15px;
  line-height: 18px;
}

.Frill_Trigger_Tab--center-right {
  color: #696969;
}/*# sourceMappingURL=style.css.map */