:root {
  font-size: 12px;
}

@media (max-width: 1600) {
  :root {
    font-size: 14px;
  }
}

@media (max-width: 1400) {
  :root {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  :root {
    font-size: 12px;
  }
}

body {
  font-family: "Noto Sans TC", sans-serif;
  background-color: #fff;
}

section {
  position: relative;
  width: 100%;
  height: auto;
}

.main_color {
  color: #aa3a7a;
}

.sub_color {
  color: #FDCF5E;
}

.fix_aside {
  position: fixed;
  z-index: 99;
  right: 1rem;
  bottom: 0.5rem;
  -webkit-transform: translateX(150%);
          transform: translateX(150%);
  -webkit-transition: -webkit-transform 600ms;
  transition: -webkit-transform 600ms;
  transition: transform 600ms;
  transition: transform 600ms, -webkit-transform 600ms;
}

.fix_aside.is_active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.fix_aside .fx_item {
  position: relative;
  display: block;
  border-radius: 0.5em;
  margin: 0.5em 0;
  width: 4em;
  height: 4em;
  background-color: #fff;
  font-size: 0.95rem;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.19);
  -webkit-transition: -webkit-transform 240ms, -webkit-box-shadow 240ms;
  transition: -webkit-transform 240ms, -webkit-box-shadow 240ms;
  transition: transform 240ms, box-shadow 240ms;
  transition: transform 240ms, box-shadow 240ms, -webkit-transform 240ms, -webkit-box-shadow 240ms;
}

.fix_aside .fx_item.is_primary {
  background-color: #aa3a7a;
  color: #fff;
  line-height: 1.3;
}

.fix_aside .fx_item:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
          box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.19);
}

.fix_aside .fx_item .in_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.fix_aside .fx_item .in_wrap.ic {
  width: 100%;
  height: 100%;
  padding: 0.6em;
}

.fix_aside .fx_item .in_wrap.ic .ic_top {
  width: 100%;
  padding-top: 100%;
  background: url("img/ui/arrow_top.png") center/contain no-repeat;
}

.g_header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 98;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.g_header.is_active {
  background-color: #343a40;
}

.g_header.is_active .nav_area .nav_link {
  color: #fff;
}

.g_header.is_active .nav_area .nav_link:hover {
  color: #FF6D90;
}

.g_header .header_cnt {
  position: relative;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.g_header .menu_btn {
  position: relative;
  width: 48px;
  height: 48px;
  text-align: center;
  border-radius: 6px;
  border: 1px solid #fff;
}

.g_header .menu_btn .icon {
  display: inline-block;
  position: absolute;
  left: 20%;
  top: 50%;
  width: 60%;
  height: 4px;
  margin-top: -2px;
  background-color: #fff;
}

.g_header .menu_btn .icon::before, .g_header .menu_btn .icon::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.g_header .menu_btn .icon::before {
  top: -200%;
}

.g_header .menu_btn .icon::after {
  bottom: -200%;
}

.g_header .menu_btn.sty_white {
  border-color: #fff;
}

.g_header .menu_btn.sty_white .icon, .g_header .menu_btn.sty_white .icon::before, .g_header .menu_btn.sty_white .icon::after {
  background-color: #fff;
}

.g_header .nav_area {
  position: relative;
  z-index: 3;
}

.g_header .nav_area .nav_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.g_header .nav_area .nav_cnt {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.g_header .nav_area .nav_item {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: normal;
}

.g_header .nav_area .nav_item.is_highlight {
  padding: 0 6px;
}

.g_header .nav_area .nav_item.is_highlight .nav_link {
  background-color: #FDCF5E;
  color: #000;
}

.g_header .nav_area .nav_link {
  border-radius: 4px;
  display: block;
  padding: 12px;
  color: #aa3a7a;
  text-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.g_header .nav_area .nav_link:hover {
  color: #015CA1;
  text-decoration: none;
}

.g_header .header_sns {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0 12px;
  text-align: right;
}

.g_header .header_sns .hover {
  display: inline-block;
  position: relative;
}

.g_header .header_sns .hover img {
  width: 40px;
  line-height: 0;
}

.g_header .header_sns .hover:hover .hover_menu {
  display: block;
}

.g_header .header_sns .hover_holder {
  cursor: pointer;
}

.g_header .header_sns .hover_menu {
  position: absolute;
  padding: 0.5em 0;
  display: none;
}

.g_header .header_sns .hover_menu .hover_item {
  cursor: pointer;
  display: block;
  margin-top: 0.5em;
}

.bttn {
  display: inline-block;
}

.bttn .bttn_inner {
  cursor: pointer;
  display: block;
  padding: 0.75em 2em;
  border-radius: 2em;
  font-size: 1.25em;
  line-height: 1;
  border: 2px solid #aa3a7a;
  text-align: center;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #000;
}

.bttn .bttn_inner:hover {
  text-decoration: none;
}

.bttn .xl_size {
  font-size: 2em;
}

.bttn .lg_size {
  font-size: 1.5em;
}

.bttn .sm_size {
  font-size: 1em;
}

.bttn .xs_size {
  padding: 0.35em 1em;
  font-size: 0.95em;
}

.bttn .main_b {
  background-color: #aa3a7a;
  color: #fff;
  text-shadow: 0 2px rgba(0, 0, 0, 0.2);
}

.bttn .main_b:hover {
  background-color: #392b8b;
}

.bttn .dark_b {
  border-width: 0;
  background-color: #000;
  color: #aa3a7a;
}

.bttn .dark_b:hover {
  background-color: #160f02;
}

.bttn .sub_b {
  background-color: #fff;
  color: #aa3a7a;
}

.bttn .sub_b:hover {
  background-color: rgba(57, 43, 139, 0.1);
}

.g_kv {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.g_kv .desktop {
  position: relative;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.g_kv .desktop img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.g_main {
  overflow: hidden;
}

.sc_cnt {
  position: relative;
  padding: 30px 0;
  background-color: #fff;
}

.sc_cnt .container {
  max-width: 1200px;
}

.sc_cnt .sp_tit {
  position: relative;
  margin: 50px auto 25px auto;
  text-align: center;
}

.sc_cnt .sp_tit p {
  position: relative;
  display: inline-block;
  font-weight: bold;
  font-size: 36px;
  line-height: 1.5;
  color: #aa3a7a;
}

.sc_cnt .sp_tit p::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50%;
  height: 10px;
  background-color: #aa3a7a;
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.sc_cnt .parag {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 25px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc_cnt .parag p {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 40px;
  font-size: 18px;
  text-align: justify;
  line-height: 1.5;
  color: #000;
}

.sc_cnt .parag p .tit {
  font-size: 24px;
  color: #644F54;
  font-weight: bold;
}

.sc_cnt .parag .pic {
  position: relative;
  width: 100%;
  max-width: 557px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 557px;
          flex: 1 0 557px;
  height: auto;
}

.sc_cnt .parag .pic img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.sc_benefit {
  position: relative;
  background-color: #F4F2F3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0 50px 0;
}

.sc_benefit .tit {
  position: relative;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #644F54;
  margin: 0 0 45px 0;
}

.sc_benefit .items {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.sc_benefit .items .item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 33%;
          flex: 1 0 33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc_benefit .items .item .pic {
  position: relative;
  width: 100%;
  max-width: 110px;
  height: auto;
}

.sc_benefit .items .item .pic img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.sc_benefit .items .item .t {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  margin: 20px auto 10px auto;
}

.sc_benefit .items .item .text {
  position: relative;
  font-size: 18px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sc_spk {
  position: relative;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0 50px 0;
}

.sc_spk .container {
  max-width: 1200px;
}

.sc_spk .tit {
  position: relative;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #644F54;
  margin: 0 0 45px 0;
}

.sc_spk .items {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.sc_spk .items .item {
  position: relative;
  width: 100%;
  max-width: 500px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.sc_spk .items .item .slg {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 21px;
  font-weight: 500;
  color: #AEC067;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  border: 1px #AEC067 solid;
  border-width: 0;
  text-decoration: none;
}

.sc_spk .items .item .slg p {
  position: relative;
  text-align: right;
  margin: 25px 0;
}

.sc_spk .items .item .slg p span {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 25px;
  border-radius: 25px;
  border: 1px #AEC067 solid;
  background-color: #AEC067;
  color: #fff;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.sc_spk .items .item .slg:hover p span {
  background-color: #fff;
  color: #AEC067;
}

.sc_spk .items .item .pic {
  position: relative;
  width: 100%;
  max-width: 200px;
  height: auto;
  border: 5px #AEC067 solid;
  border-radius: 99%;
  overflow: hidden;
  margin: 20px auto;
}

.sc_spk .items .item .pic img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.sc_spk .items .item .c {
  position: relative;
  text-align: center;
  font-size: 18px;
}

.sc_video {
  position: relative;
  background-color: #E9E6E7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 0 50px 0;
}

.sc_video .tit {
  position: relative;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #644F54;
  margin: 0 0 45px 0;
}

.sc_video .video {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.sc_video .video img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.sc_video .video:hover img {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}

.sc_form {
  position: relative;
  background-color: rgba(233, 230, 231, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 70px 0 100px 0;
}

.sc_form .container {
  max-width: 1000px;
}

.sc_form-tit {
  position: relative;
  font-size: 42px;
  font-weight: bold;
  color: #644F54;
  text-align: center;
}

.sc_form-sub {
  position: relative;
  margin: 25px auto;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2.375rem;
  text-align: center;
  color: #644F54;
}

.sc_form-sub span {
  color: #644F54;
}

.sc_form-gift {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 30px auto;
  text-align: center;
}

.sc_form-gift a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  width: auto;
  height: auto;
  padding: 35px 60px;
  display: block;
  border-radius: 75px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 16px rgba(172, 56, 123, 0.2);
          box-shadow: 0 4px 16px rgba(172, 56, 123, 0.2);
  background-color: #fff;
}

.sc_form-gift a img {
  position: relative;
  width: 100%;
  max-width: 600px;
  height: auto;
}

.sc_form-gift a:hover {
  -webkit-box-shadow: 0 0 0 rgba(172, 56, 123, 0.2);
          box-shadow: 0 0 0 rgba(172, 56, 123, 0.2);
}

.sc_form form {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1.875rem 0 0 0;
  font-size: 1.5rem;
  line-height: 2.375rem;
}

.sc_form form .text {
  position: relative;
  margin: 1.875rem auto;
}

.sc_form form .text ul {
  position: relative;
  margin: 0 0 0 -40px;
  list-style: none;
}

.sc_form form .text li {
  position: relative;
  margin: 1.5625rem 0;
  color: #644F54;
  text-align: center;
}

.sc_form form .text li label {
  margin: 0;
}

.sc_form form .text li label span {
  display: inline-block;
  width: 150px;
  text-align: left;
}

.sc_form form input {
  position: relative;
  margin: 0 0.625rem 0 0;
  color: #644F54;
  border: 1px #fff solid;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 10px;
}

.sc_form form input[type='checkbox'] {
  width: 1.25rem;
  height: 1.25rem;
}

.sc_form form .Q {
  position: relative;
  color: #333333;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 3.125rem;
  max-width: 700px;
  margin: 0 auto;
}

.sc_form form .Q span {
  position: relative;
  display: inline-block;
  margin: 0 0 0 -3.125rem;
}

.sc_form form .A {
  position: relative;
  margin: 15px auto 30px auto;
  color: #644F54;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 0 0 3.125rem;
  max-width: 700px;
}

.sc_form form .A-item {
  white-space: nowrap;
}

.sc_form form .A-item input[type='checkbox'] {
  width: 1.25rem;
  height: 1.25rem;
}

.sc_form form .A-item input[type='radio'] {
  width: 1.25rem;
  height: 1.25rem;
}

.sc_form form .A-item label {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  color: #644F54;
}

.sc_form form .A-item label:hover {
  color: #528B00;
}

.sc_form form .text-info {
  color: #333333 !important;
}

.sc_form-submit {
  position: relative;
  text-align: center;
}

.sc_form-submit a {
  position: relative;
  display: inline-block;
  margin: 30px auto;
  padding: 15px 50px;
  background-color: #aa3a7a;
  border: #fff 6px solid;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  border-radius: 99px;
  text-decoration: none;
}

.sc_form-submit a p {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 1.875rem;
}

.sc_form-submit a:hover {
  background: #fff;
  border: #aa3a7a 6px solid;
  color: #aa3a7a;
}

.sc_form .policy {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.sc_form .policy_tip {
  text-align: right;
}

.sc_form .policy_box {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.sc_detail {
  background-color: #fff;
}

.sc_detail .list {
  padding-left: 1.5em;
}

.sc_detail .list li {
  padding: 0.25em 0;
  line-height: 1.4;
}

.sc_detail .ps {
  font-size: 0.75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px 20px 20px;
}

@media (max-width: 768px) {
  .g_header {
    background-color: #343a40;
  }
  .g_header .header_cnt {
    display: block;
    padding: 0.5rem 0;
  }
  .g_header .menu_trigger {
    padding: 0 24px;
  }
  .g_header .nav_area .nav_content {
    display: block;
  }
  .g_header .nav_area .nav_cnt {
    padding: 10px 0;
    display: block;
  }
  .g_header .nav_area .nav_item.is_highlight {
    padding: 0;
  }
  .g_header .nav_area .nav_link {
    border-radius: 0;
    padding: 16px 24px;
  }
  .g_kv .desktop {
    margin: 64px 0 0 0;
  }
  .g_kv .desktop img {
    width: 120%;
    max-width: 120%;
  }
  .sc_cnt {
    padding: 30px 0;
  }
  .sc_cnt .sp_tit {
    margin: 25px auto;
  }
  .sc_cnt .sp_tit p {
    font-size: 26px;
  }
  .sc_cnt .sp_tit p::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 50%;
    height: 10px;
    background-color: #aa3a7a;
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
            clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
  .sc_cnt .parag {
    margin: 25px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sc_cnt .parag p {
    padding: 15px;
    font-size: 16px;
  }
  .sc_cnt .parag p .tit {
    font-size: 21px;
  }
  .sc_cnt .parag .pic {
    max-width: 557px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .sc_benefit {
    padding: 30px 0;
  }
  .sc_benefit .tit {
    font-size: 24px;
    margin: 0 0 30px 0;
  }
  .sc_benefit .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .sc_spk {
    padding: 30px 0;
  }
  .sc_spk .tit {
    font-size: 24px;
    margin: 0 0 30px 0;
  }
  .sc_spk .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .sc_spk .items .item {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: stretch;
        -ms-flex-pack: stretch;
            justify-content: stretch;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sc_spk .items .item .slg {
    font-size: 21px;
  }
  .sc_video {
    padding: 30px 0;
  }
  .sc_video .tit {
    font-size: 24px;
    margin: 0 0 30px 0;
  }
  .sc_form {
    padding: 30px 0 150px 0;
  }
  .sc_form-tit {
    font-size: 2.25rem;
    text-align: center;
  }
  .sc_form-sub {
    margin: 20px auto;
    font-size: 1.5rem;
    line-height: 2.375rem;
    text-align: left;
  }
  .sc_form-gift {
    position: relative;
    width: 100%;
    height: auto;
    margin: 20px auto;
    text-align: center;
  }
  .sc_form-gift a {
    padding: 15px 30px;
    border-radius: 35px;
  }
  .sc_form form {
    font-size: 1.5rem;
    line-height: 2.375rem;
  }
  .sc_form form .text li label span {
    width: 220px;
  }
  .sc_form form .A-item {
    white-space: nowrap;
  }
  .sc_detail {
    background-color: #fff;
  }
  .sc_detail .list {
    padding-left: 1.5em;
  }
  .sc_detail .list li {
    padding: 0.25em 0;
    line-height: 1.4;
  }
  .sc_detail .ps {
    font-size: 0.75rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px 20px 20px;
  }
}
/*# sourceMappingURL=style.css.map */