@charset "UTF-8";
/******************************************************************************
 * Version 1.0 Release;
 * Copyright 2018
 ******************************************************************************/
/* autoprefixer grid: autoplace */
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,400i,700,900");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  word-wrap: break-word;
  word-break: normal;
}

html, body {
  height: 100%;
  scroll-behavior: smooth;
}
html body, body body {
  line-height: 1;
  overflow-x: hidden;
}

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

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
mark {
  background: #ff0;
  color: #000;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width: 100%;
  background-color: transparent;
}

table > caption {
  height: 0;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 0;
}

input, select {
  vertical-align: middle;
}

/*==================== 表單元素 - 去除ios預設外觀 input ====================*/
input,
textarea,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
}

/*==================== 表單元素 - 去除ie預設外觀 select ====================*/
select::-ms-expand {
  display: none;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*改寫iOS Safari中可點擊元素的高亮顏色*/
  font-size: initial;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/*去除focus outline-chrome預設*/
a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
}

form {
  width: 100%;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: none;
  padding: 0;
  line-height: inherit;
  color: #333;
  overflow: hidden;
  width: 100%;
}

label {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  margin-bottom: 3px;
  font-weight: bold;
}

/*隱藏小箭頭*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  /*margin: 0;*/
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}

input[type=radio],
input[type=checkbox] {
  margin-top: 1px \9 ;
  line-height: normal;
  vertical-align: baseline;
}

input[type=radio] {
  -webkit-appearance: radio;
  border-radius: 50%;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

input[type=range] {
  display: block;
  width: 100%;
}

/*file、radio、checkbox的focus設定*/
input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/*placeholder*/
::-webkit-input-placeholder { /* WebKit browsers */
  color: #b4d1d9;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #ddd;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #ddd;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #ddd;
}

/*額外新增*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*==================== 清單 ====================*/
ul,
ol {
  margin-top: 0;
  margin-bottom: 0.625em; /*10/16*/
  /* padding-left: 30px; */
}

/* 第二層崁套margin皆為0 */
ul > li > ul,
ul > li > ol,
ol > li > ol,
ol > li > ul {
  margin: 0;
  padding-left: 30px;
}

img {
  border: 0;
  margin: 0;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: normal;
}

em {
  font-weight: normal;
  font-style: normal;
}

body {
  content: "xs";
}
@media (min-width: 768px) {
  body {
    content: "s";
  }
}
@media (min-width: 960px) {
  body {
    content: "m";
  }
}
@media (min-width: 1230px) {
  body {
    content: "l";
  }
}
@media (min-width: 1920px) {
  body {
    content: "xl";
  }
}

::-moz-selection {
  color: #fff;
  background: #939FBA;
}

::selection {
  color: #fff;
  background: #939FBA;
}

.hide {
  display: none;
}
@media (min-width: 0) {
  .hide-xs {
    display: none;
  }
}
@media (min-width: 600px) {
  .hide-sm {
    display: none;
  }
}
@media (min-width: 768px) {
  .hide-md {
    display: none;
  }
}
@media (min-width: 960px) {
  .hide-lg {
    display: none;
  }
}
@media (min-width: 1230px) {
  .hide-xl {
    display: none;
  }
}
@media (min-width: 1920px) {
  .hide-xxl {
    display: none;
  }
}

.block {
  display: block;
}
@media (min-width: 0) {
  .block-xs {
    display: block;
  }
}
@media (min-width: 600px) {
  .block-sm {
    display: block;
  }
}
@media (min-width: 768px) {
  .block-md {
    display: block;
  }
}
@media (min-width: 960px) {
  .block-lg {
    display: block;
  }
}
@media (min-width: 1230px) {
  .block-xl {
    display: block;
  }
}
@media (min-width: 1920px) {
  .block-xxl {
    display: block;
  }
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.movie-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.movie-box iframe,
.movie-box object,
.movie-box embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.form {
  width: 100%;
  position: relative;
}
.form .row {
  overflow: hidden;
}
.form__control {
  font-family: "Rubik", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  line-height: 1.15;
  width: 100%;
  padding: 10px 20px;
  min-height: 50px;
  border: none;
  background: #d8e7ec;
}
select.form__control {
  padding: 10px;
  background: #d8e7ec url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI3LjUuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9Imljb24tY2hldnJvbi1kb3duIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDQgNDQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDQ0IDQ0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6bm9uZTt9Cgkuc3Qxe2ZpbGw6IzIzMTgxNTt9Cjwvc3R5bGU+CjxnIGlkPSJjaGV2cm9uLWRvd24iPgoJPHJlY3QgaWQ9IlJlY3RhbmdsZV8yMTg0IiBjbGFzcz0ic3QwIiB3aWR0aD0iNDQiIGhlaWdodD0iNDQiLz4KCTxwYXRoIGlkPSJQYXRoXzY2MTciIGNsYXNzPSJzdDEiIGQ9Ik0yMiwzMGMtMC41LDAtMS0wLjItMS40LTAuNmwtMTItMTJjLTAuOC0wLjgtMC44LTIsMC0yLjhjMC44LTAuOCwyLTAuOCwyLjgsMEwyMiwyNS4yCgkJbDEwLjYtMTAuNmMwLjgtMC44LDItMC44LDIuOCwwYzAuOCwwLjgsMC44LDIsMCwyLjhsLTEyLDEyQzIzLDI5LjgsMjIuNSwzMCwyMiwzMHoiLz4KPC9nPgo8L3N2Zz4K") right center no-repeat;
}

textarea.form__control {
  height: auto;
}

.form__control[disabled], .form__control[readonly], fieldset[disabled] .form__control {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: 0.65;
  background-color: #ccc;
  border-color: #ddd;
}
.form__controls {
  margin-bottom: 18px;
}
.form__controls:focus {
  border-color: #ddd;
  outline: 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.35);
}
.form__legend {
  display: none;
}
.form__intro {
  margin: 0 0 1em;
  line-height: 1.4;
  font-size: 14px;
}
@media (min-width: 960px) {
  .form__intro {
    font-size: 44px;
  }
}
.form__field {
  margin-bottom: 23px;
}
.form__field::after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.form__field--inline .form__field::after {
  display: none;
}
.form__field-group .form__field {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 20px);
          flex: 0 0 calc(50% - 20px);
  margin: 0 10px;
}
.form__field-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}
.form__field-inner {
  border-radius: 100px;
  border: 1px solid #231815;
  padding: 20px 30px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form__field--error .form__field-inner {
  border-color: #D92F07;
}
.form__field--inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__field-verify img {
  width: auto;
  max-width: auto;
}
@media (min-width: 768px) {
  .form__field-birth .form__control-row {
    margin: 0 -5px;
    overflow: hidden;
  }
}
.form__field-birth .form__control-year,
.form__field-birth .form__control-month,
.form__field-birth .form__control-day {
  display: block;
}
@media (min-width: 768px) {
  .form__field-birth .form__control-year,
.form__field-birth .form__control-month,
.form__field-birth .form__control-day {
    float: left;
    margin: 0 5px;
    width: calc(33.33333333% - 10px);
  }
}
.form__field-birth .form__control-year,
.form__field-birth .form__control-month {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .form__field-address .form__control-row {
    margin: 0 -5px;
    overflow: hidden;
  }
}
.form__field-address .form__control-city,
.form__field-address .form__control-town,
.form__field-address .form__control-zip,
.form__field-address .form__control-address {
  display: block;
}
@media (min-width: 768px) {
  .form__field-address .form__control-city,
.form__field-address .form__control-town,
.form__field-address .form__control-zip {
    float: left;
    margin: 0 5px;
  }
}
@media (min-width: 768px) {
  .form__field-address .form__control-city,
.form__field-address .form__control-town {
    width: calc(40% - 10px);
  }
}
@media (min-width: 768px) {
  .form__field-address .form__control-zip {
    width: calc(20% - 10px);
  }
}
@media (min-width: 768px) {
  .form__field-address .form__control-zip::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    line-height: 0;
  }
}
@media (min-width: 768px) {
  .form__field-address .form__control-address {
    clear: both;
  }
}
.form__field-keepcheckbox {
  margin-bottom: 5px;
}
.form__label {
  text-align: left;
  font-weight: normal;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  border-right: 1px solid #231815;
  padding: 10px;
  letter-spacing: 3px;
}
@media (min-width: 960px) {
  .form--horizontal .form__label {
    margin-bottom: 0;
    float: left;
    min-height: 1px;
    width: 130px;
    padding: 20px 10px;
  }
}
.form__field--inline .form__label {
  margin-bottom: 0;
}
.form__field--inline .form__label:after {
  content: ":";
  display: inline;
}
.form__label-tips {
  font-size: 14px;
  font-weight: normal;
  display: block;
  margin: 5px 0 0 0;
}
@media (min-width: 768px) {
  .form__label-tips {
    display: inline;
    margin: 0 0 0 5px;
  }
}
.form__field-required .form__label::after {
  display: none;
  color: #7C2F00;
  margin-left: 4px;
}
.form__label--hide {
  display: none;
}
.form__tips {
  font-size: 26px;
  text-align: center;
  margin: 60px 0;
}
.form__optgroup {
  background: #d8e7ec;
}
.form__inputgroup {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - 170px);
          flex: 0 0 calc(100% - 170px);
}
.form__field-required .form__inputgroup {
  position: relative;
}
.form__field--inline .form__inputgroup {
  padding-left: 5px;
}
@media (min-width: 960px) {
  .form--horizontal .form__inputgroup {
    padding: 0 0 0 130px;
  }
}
.form__inputgroup--with-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__inputgroup--with-btn .btn {
  margin-left: 10px;
}
.form__inputgroup.loading::after {
  margin: -0.7em 0em 0em -0.7em;
  width: 1.4em;
  height: 1.4em;
}
.form__feedstatic {
  min-height: 46px;
  padding: 14px 0 12px;
  line-height: 1.4;
}
.form__field--inline .form__feedstatic {
  min-height: initial;
  padding: 0;
  line-height: 1.2;
}
.form__comment {
  color: #888;
  font-size: 0.875em;
  margin: 5px 0 10px;
  line-height: 1.64;
}
.form__controls + .form__comment {
  margin-top: -10px;
}
.form__comment-highlight {
  color: #D92F07;
}
.form__feedback {
  display: none;
  margin: 20px 0 10px;
  position: relative;
  padding-left: 24px;
  line-height: 1.3;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.form__comment + .form__feedback {
  margin: -5px 0 0;
}
.form__field--error .form__feedback {
  color: #D92F07;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__field--error .form__feedback > a {
  color: inherit;
}
.form__field--success .form__feedback {
  color: #0cac00;
  display: block;
}
.form__controls + .form__feedback {
  margin-top: -10px;
}
.form__feedback i {
  position: absolute;
  font-size: 20px;
  top: -1px;
  left: 0;
}
.form__feedback-icon {
  width: 32px;
  margin: -10px 5px 0 0;
}
.form__field--success .form__feedback-icon {
  color: #0cac00;
}
.form__field--error .form__feedback-icon {
  color: #D92F07;
}
.form__feedback-text {
  font-size: 32px;
}
.form__keep {
  padding: 0 30px;
}
.form__comment + .form__keep {
  margin-top: -8px;
}
.form__keep-label {
  font-size: 0.875em;
  margin: 0;
  line-height: 2 !important;
}
.form__keeps {
  overflow: hidden;
}
.form__keep-left {
  float: left;
}
.form__keep-right {
  float: right;
  padding: 12px 0 0;
  font-size: 14px;
}
.form__btn-edit {
  margin: 10px 0 0 0;
}
.form__expend {
  overflow: hidden;
  -webkit-transition: max-height 0.35s;
  transition: max-height 0.35s;
  max-height: 0;
  margin-bottom: 0;
}
.form__expend--open {
  max-height: 2000px;
}

.form-upload__control {
  position: fixed;
  right: 100%;
  bottom: 100%;
}
.form-upload__preview {
  background: #fff;
  border: 1px dashed #ddd;
  text-align: center;
  margin: 10px 0 0;
  overflow: hidden;
  position: relative;
}
.form-upload__preview::after {
  content: "";
  padding-top: 75%;
  display: block;
}
.form-upload__preview-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.input-verify-icon {
  position: absolute;
  right: 5px;
  top: 10px;
  display: none;
}
.form__field--error .input-verify-icon {
  color: #D92F07;
}
.form__field--success .input-verify-icon {
  color: #0cac00;
  display: block;
}

.list-option {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .list-option {
    text-align: left;
  }
}
.list-option--2, .list-option--3 {
  margin: 0 -5px;
}
@media (min-width: 768px) {
  .list-option--2, .list-option--3 {
    margin: 0;
  }
}
.list-option--inline {
  overflow: hidden;
}
.list-option__item {
  list-style: none;
  text-align: left;
}
@media (min-width: 768px) {
  .list-option__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    width: auto;
    float: none;
  }
}
@media (min-width: 960px) {
  .list-option__item {
    margin-right: 30px;
  }
}
.list-option--inline .list-option__item {
  width: auto;
  margin: 0 20px 0 5px;
  float: left;
}
.list-option--2 .list-option__item {
  width: calc(50% - 10px);
  margin: 0 5px;
  float: left;
}
@media (min-width: 768px) {
  .list-option--2 .list-option__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    width: auto;
    float: none;
  }
}
@media (min-width: 960px) {
  .list-option--2 .list-option__item {
    margin-right: 30px;
  }
}
.list-option--3 .list-option__item {
  width: calc(33.333% - 10px);
  margin: 0 5px;
  float: left;
}
@media (min-width: 768px) {
  .list-option--3 .list-option__item {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 0 0;
    width: auto;
    float: none;
  }
}
@media (min-width: 768px) {
  .list-option__item:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .list-option--2 .list-option__item:last-child, .list-option--3 .list-option__item:last-child {
    margin-right: 0;
  }
}

.list-option-img {
  padding: 0;
  list-style: none;
  min-height: 29px;
}
@media (min-width: 960px) {
  .list-option-img {
    margin: 0 -4px;
  }
}
.list-option-img__item {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin: 4px;
}
@media (min-width: 960px) {
  .list-option-img__item {
    width: 20px;
    height: 20px;
  }
}
.list-option-img__checkbox, .list-option-img__radio {
  display: none;
  position: absolute;
  padding: 0;
  margin-left: 0;
}
.list-option-img__label {
  cursor: pointer;
  display: block;
  position: relative;
  vertical-align: top;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0;
}
.list-option-img__label::after {
  content: "";
  position: absolute;
  display: none;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.list-option-img__checkbox:checked + .list-option-img__label::after, .list-option-img__radio:checked + .list-option-img__label::after {
  display: block;
}
.list-option-img__img {
  pointer-events: none;
}

.radiobox,
.checkbox {
  display: none;
  position: absolute;
}
.radiobox[disabled],
.checkbox[disabled] {
  cursor: not-allowed;
}
.radiobox__label,
.checkbox__label {
  cursor: pointer;
  display: block;
  position: relative;
  vertical-align: middle;
  padding: 9px 0 9px 64px;
  line-height: 1.5;
  font-weight: normal;
  max-width: initial;
  font-size: 18px;
}
.radiobox__label::before,
.checkbox__label::before {
  width: 44px;
  height: 44px;
  border: 1px solid #231815;
  content: "";
  display: inline-block;
  position: absolute;
  top: 15px;
  left: 0px;
  background: #fff;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  border-radius: 4px;
}
.radiobox__label::after,
.checkbox__label::after {
  content: "";
  position: absolute;
  display: none;
}

.radiobox:checked + .radiobox__label::after,
.checkbox:checked + .checkbox__label::after {
  display: block;
}

.radiobox[disabled] + .radiobox__label,
.checkbox[disabled] + .checkbox__label {
  color: #ddd;
  cursor: not-allowed;
}

.radiobox[disabled] + .radiobox__label::before,
.radiobox[disabled] + .radiobox__label::after .checkbox[disabled] + .checkbox__label::before,
.checkbox[disabled] + .checkbox__label::after {
  cursor: not-allowed;
}

.radiobox[disabled] + .radiobox__label::before,
.checkbox[disabled] + .checkbox__label::before {
  border-color: #ddd;
}

.radiobox__label::before {
  border-radius: 50%;
}
.radiobox__label::after {
  background: #707070;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  top: 17px;
  left: 4px;
}
.radiobox:checked[disabled] + .radiobox__label::after {
  background: #ddd;
}

.checkbox__label::after {
  width: 22px;
  height: 32px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-width: 6px;
  border-style: solid;
  border-color: #231815;
  border-top: 0;
  border-left: 0;
  top: 17px;
  left: 10px;
}
.checkbox:checked[disabled] + .checkbox__label::after {
  border-color: #ddd;
}

.list-report {
  padding: 0;
  list-style: none;
}
.list-report__item {
  margin-bottom: 5px;
}
.list-report__item:last-child {
  margin-bottom: 0;
}
.list-report__item--all .list-report__title {
  float: none;
  width: 100%;
  text-align: left;
}
.list-report__data {
  word-break: break-all;
  word-wrap: break-word;
}
.list-report__item--all .list-report__data {
  padding-left: 0;
}

.list-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-btn__item {
  margin: -1px 0 0 -1px;
}
.list-btn--xs-2 .list-btn__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (min-width: 960px) {
  .list-btn--lg-4 .list-btn__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
}
@media (min-width: 960px) {
  .list-btn--lg-5 .list-btn__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
  }
}

.radiobtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.radiobtn__item {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.radiobtn__item + .radiobtn__item {
  margin-left: -1px;
}
.radiobtn__input {
  display: none;
  position: absolute;
}
.radiobtn__label {
  border: 1px solid #ddd;
  font-size: 33px;
  text-align: center;
  padding: 15px;
  line-height: 1.15;
  min-height: 50px;
  font-weight: normal;
  width: 100%;
  margin: 0;
  display: block;
  cursor: pointer;
  position: relative;
  background: #fff;
  padding-left: 40px;
}
.radiobtn__input:checked + .radiobtn__label {
  background: #7C2F00;
  color: #fff;
}

body {
  color: #231815;
  font: 100%/1.4 "Rubik", "-apple-system", BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "微軟正黑體", "Microsoft JhengHei", sans-serif;
  background: #d8e7ec;
}

a {
  color: #666;
  text-decoration: underline;
}
a:focus, a:active {
  color: #a37a0d;
  text-decoration: none;
  outline: 0;
}
@media (min-width: 960px) {
  a:hover {
    color: #a37a0d;
    text-decoration: none;
    outline: 0;
  }
}

.heading1,
.heading2,
.heading3,
.heading4,
.heading5,
.heading6 {
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  text-transform: none;
  color: #3F210F;
}

.heading1 {
  font-size: 30px;
  margin-bottom: 5px;
}
@media (min-width: 960px) {
  .heading1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}

.heading2 {
  font-size: 16px;
  margin: 0 0 15px;
}

.heading6 {
  font-size: 1em;
}

.heading-desc {
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}
@media (min-width: 960px) {
  .heading-desc {
    margin-bottom: 40px;
  }
}

.page-paragraph {
  font-size: 14px;
  line-height: 1.7;
}

.time {
  font-size: 12px;
  color: #ddd;
  font-weight: 300;
}

.text {
  font-size: 14px;
}

.text-bold {
  font-weight: bold;
}

.text-primary {
  color: #a37a0d;
}
.text-primary:hover, .text-primary:focus {
  color: #a37a0d;
}

.text-secondary {
  color: #D92F07;
}
.text-secondary:hover, .text-secondary:focus {
  color: #D92F07;
}

.text-dark {
  color: #3F210F;
}
.text-dark:hover, .text-dark:focus {
  color: #3F210F;
}

.text-third {
  color: #888;
}

.text-fourth {
  color: #eee;
}

.text-success {
  color: #0cac00;
}
.text-success:hover, .text-success:focus {
  color: #0cac00;
}

.text-info {
  color: #888;
}
.text-info:hover, .text-info:focus {
  color: #888;
}

.text-warning {
  color: #D92F07;
}
.text-warning:hover, .text-warning:focus {
  color: #D92F07;
}

.bg-primary {
  background: #939FBA;
}

.btn-link {
  text-decoration: underline;
  background: transparent;
}
.btn-link:active {
  text-decoration: none;
}

.listtext {
  padding: 0 0 0 30px;
  line-height: 1.4;
}
.listtext--no {
  padding-left: 0;
  list-style-type: none;
}
.listtext--decimal-arc {
  counter-reset: counter;
}
.listtext--decimal-arc > .listtext__item {
  list-style: none;
  position: relative;
}
.listtext--decimal-arc > .listtext__item::before {
  counter-increment: counter;
  content: "(" counter(counter) ")";
  position: absolute;
  left: -1.5em;
}
.listtext--cjk-arc {
  counter-reset: counter;
  padding-left: 1.5em;
}
.listtext--cjk-arc > .listtext__item {
  list-style: none;
  position: relative;
  padding-left: 0.3em;
}
.listtext--cjk-arc > .listtext__item::before {
  counter-increment: counter;
  content: "(" counter(counter, cjk-ideographic) ")";
  position: absolute;
  left: -1.5em;
}
.listtext__item {
  margin-bottom: 15px;
}
.listtext--disc > .listtext__item {
  list-style-type: disc;
}
.listtext--circle > .listtext__item {
  list-style-type: circle;
}
.listtext--square > .listtext__item {
  list-style-type: square;
}
.listtext--no > .listtext__item {
  list-style-type: none;
}
.listtext--decimal > .listtext__item {
  list-style-type: decimal;
}
.listtext--cjk > .listtext__item {
  list-style-type: cjk-ideographic;
}
.listtext--lowerlatin > .listtext__item {
  list-style-type: lower-latin;
}
.listtext__field {
  display: block;
  float: left;
  text-align: right;
  width: 90px;
}
.listtext__data {
  display: block;
  padding: 0 0 0 90px;
  word-break: break-all;
  word-wrap: break-word;
}

.listtext--gap > .listtext__item {
  margin-bottom: 1.5em;
}
.listtext--lg > .listtext__item {
  font-size: 14px;
  font-weight: bold;
}
.listtext__item * {
  font-weight: initial;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .listtext__item * {
    font-size: medium;
    font-weight: normal;
  }
}

.text-article {
  line-height: 1.625;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.text-article .listtext--cjk {
  padding-left: 2.5em;
}
.text-article .listtext--disc {
  padding-left: 1.5em;
}
.text-article__heading {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
  color: #3F210F;
}
.text-article__heading--bg {
  font-size: 16px;
  background: #FFEFBF;
  padding: 0.625em;
}
@media (min-width: 768px) {
  .text-article__heading:first-child {
    margin-top: 20px;
  }
}
.text-article__heading--black {
  color: inherit;
}
.text-article__heading--gap-sm {
  margin-bottom: 0.3333333333em;
}
.text-article__subheading {
  font-weight: bold;
  margin-bottom: 10px;
  color: #3F210F;
  font-size: 14px;
}
.text-article__paragraph {
  margin: 0 0 2.15em;
}
.text-article__paragraph--gap-top {
  margin-top: 2.15em;
}

.note {
  font-size: 14px;
  margin-bottom: 10px;
}

.list-report {
  padding: 0;
  list-style: none;
}
.list-report__item {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
.list-report__item:last-child {
  margin-bottom: 0;
}
.list-report__item--all {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.list-report__title {
  font-weight: bold;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #3F210F;
  float: none;
  width: 80px;
  text-align: left;
}
.list-report__item--all .list-report__title {
  float: none;
  width: 100%;
  text-align: left;
  margin-bottom: 10px;
}
.list-report__title::after {
  content: "：";
  display: inline;
}
.list-report__item--all .list-report__title::after {
  display: none;
}
.list-report__data {
  word-break: break-all;
  word-wrap: break-word;
}
@media (min-width: 768px) {
  .list-report__data {
    padding-left: 0;
  }
}
.list-report__item--all .list-report__data {
  padding-left: 0;
}

.text-indent {
  position: absolute;
  text-indent: -9999px;
}

.wrap {
  position: relative;
  overflow: hidden;
  font-size: 44px;
  font-size: 33px;
  width: 1280px;
  margin: 0 auto;
  color: #000;
  border: 1px solid #ffffff;
}

.wrap__inner {
  margin: 0 auto;
  position: relative;
}
@media (min-width: 960px) {
  .wrap__inner::after {
    content: " ";
    display: block;
    clear: both;
    line-height: 0;
    height: 0;
    visibility: hidden;
  }
}

.content {
  min-height: 50vh;
  margin: 0 auto;
}
.section {
  position: relative;
}
.section__inner {
  padding: 0 120px;
}
.section__btnbox {
  position: absolute;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  padding: 0 10%;
  aspect-ratio: 1280/2400;
}

.section__btnbox_finish {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  padding: 0 10%;
  aspect-ratio: 1280 / 230;
}

.section-finish .section__btnbox {
  aspect-ratio: 1280/290;
}
.section__btnboxs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section__btn {
  display: block;
  width: 50%;
  margin: 0 5.85%;
  cursor: pointer;
}

.section-form {
  margin-bottom: 20px;
}

.btn-submit {
  border: none;
  background: transparent;
  display: block;
  cursor: pointer;
}

.section-movie {
  padding: 55px;
  background: #e7ce75;
}