@charset "UTF-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
span {
  font-family: '微軟正黑體' !important; }

h1,
h2,
h3,
h4 {
  font-weight: bold; }

a {
  -o-transition: all .4s ease;
  transition: all .4s ease;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  text-decoration: none;
  cursor: pointer; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style-type: none; }

ul.cjk-ideographic {
  padding-left: 30px; }
  ul.cjk-ideographic li {
    list-style-type: cjk-ideographic; }

.line-height-normal {
  line-height: normal; }

* {
  color: #474747; }

.text-orange {
  color: #FF8249; }

.text-blue {
  color: #005e98; }

.text-green {
  color: #5FBA44; }

.text-red {
  color: red; }

.text-purple {
  color: #C849FF; }

.text-purple {
  color: #8c2da3; }

.text-green2 {
  color: #7BC032; }

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

.text1 {
  font-size: 1rem; }

.text2 {
  font-size: 2rem; }

.text3 {
  font-size: 3rem; }

.text4 {
  font-size: 4rem; }

.text6 {
  font-size: 6rem; }

.text12 {
  font-size: 12px; }

.text14 {
  font-size: 14px; }

.text16 {
  font-size: 16px; }

.text18 {
  font-size: 18px; }

.text22 {
  font-size: 22px; }

.text24 {
  font-size: 24px; }

.text26 {
  font-size: 26px; }

.text28 {
  font-size: 28px; }

.text32 {
  font-size: 32px; }

.line-h38 {
  line-height: 38px; }

.w-100 {
  width: 100% !important; }

.w-80 {
  width: 80% !important; }

.w-60 {
  width: 60% !important; }

.w-50 {
  width: 50% !important; }

.w-25 {
  width: 25% !important; }

.w-80px {
  width: 80px !important; }

.w-120px {
  width: 120px !important; }

.w-175px {
  width: 175px !important;
  line-height: 30px !important; }

.w-222px {
  width: 222px !important;
  text-align: left; }

.w-320px {
  width: 320px !important;
  height: 64px; }

.w-400px {
  width: 400px !important; }

.w-100-img img {
  width: 100% !important; }

.h-100 {
  height: 100% !important; }

.h-80 {
  height: 80% !important; }

.h-75 {
  height: 75% !important; }

.h-60 {
  height: 60% !important; }

.h-50 {
  height: 50% !important; }

.h-25 {
  height: 25% !important; }

.h-72px {
  min-height: 72px !important; }

.h-120px {
  min-height: 120px !important; }

.h-138px {
  min-height: 138px !important; }

.h-170px {
  min-height: 170px !important; }

.h-175px {
  min-height: 175px !important; }

.h-195px {
  min-height: 195px; }

.h-214px {
  min-height: 214px; }

.h-240px {
  min-height: 240px !important; }

.h-320px {
  min-height: 320px !important; }

.h-400px {
  min-height: 400px !important; }

.over-text {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.over-2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.over-3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.over-4 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  height: 96px; }

.over-5 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: 110px; }

.over-6 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical; }

.border-n {
  border: none !important; }

.border-tb {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000; }

.border-t-g {
  border-top: 1px solid #ddd; }

.border-r {
  border-right: 1px solid #ededed; }

.border-b {
  border-bottom: 1px solid #ddd; }

.border-b-g {
  border-bottom: 1px solid #ededed; }

.border-b-2b {
  border-bottom: 2px solid #0f51a3; }

.border-t-w {
  border-top: 1px solid #fff; }

.border-md-r {
  border-bottom: 1px solid #000; }

@media (min-width: 992px) {
  .border-md-r {
    border-right: 1px solid #000;
    border-bottom: none; } }

.underline {
  text-decoration: underline; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 768px) {
  .btn-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

@media (min-width: 1200px) {
  .w-md-100 {
    width: 100% !important; }
  .w-md-80 {
    width: 80% !important; }
  .w-md-60 {
    width: 60% !important; }
  .w-md-50 {
    width: 50% !important; }
  .w-md-25 {
    width: 25% !important; }
  .w-md-80px {
    width: 80px !important; }
  .w-md-120px {
    width: 120px !important; }
  .w-md-175px {
    width: 175px !important;
    line-height: 40px !important; }
  .w-md-240px {
    width: 240px !important; }
  .w-md-320px {
    width: 320px !important;
    height: 64px; }
  .w-md-400px {
    width: 400px !important; } }

@media (max-width: 768px) {
  .w-sm-100 {
    width: 100% !important; }
  .w-sm-80 {
    width: 80% !important; }
  .w-sm-60 {
    width: 60% !important; }
  .w-sm-50 {
    width: 50% !important; }
  .w-sm-25 {
    width: 25% !important; }
  .w-sm-80px {
    width: 80px !important; }
  .w-sm-120px {
    width: 120px !important; }
  .w-sm-175px {
    width: 175px !important;
    line-height: 40px !important; }
  .w-sm-240px {
    width: 240px !important; }
  .w-sm-320px {
    width: 320px !important;
    height: 64px; }
  .w-sm-400px {
    width: 400px !important; } }

.ml-0 {
  margin-left: 0px !important; }

.ml-10 {
  margin-left: 10px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-20 {
  margin-left: 20px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-40 {
  margin-left: 40px !important; }

.ml-48 {
  margin-left: 48px !important; }

.ml-50 {
  margin-left: 50px !important; }

.ml-60 {
  margin-left: 60px !important; }

.ml-70 {
  margin-left: 70px !important; }

.ml-80 {
  margin-left: 80px !important; }

.ml-90 {
  margin-left: 90px !important; }

.ml-100 {
  margin-left: 100px !important; }

/*------Margin right-------*/
.mr-0 {
  margin-right: 0px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mr-60 {
  margin-right: 60px !important; }

.mr-70 {
  margin-right: 70px !important; }

.mr-80 {
  margin-right: 80px !important; }

.mr-90 {
  margin-right: 90px !important; }

.mr-100 {
  margin-right: 100px !important; }

/*------Margin Top-------*/
.mt-0 {
  margin-top: 0px !important; }

.mt-7 {
  margin-top: 7px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-35 {
  margin-top: 35px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-45 {
  margin-top: 45px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-52 {
  margin-top: 52px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mt-110 {
  margin-top: 110px !important; }

.mt-180 {
  margin-top: 180px !important; }

/*------Margin Bottom-------*/
.mb-0 {
  margin-bottom: 0px !important; }

.mb-5 {
  margin-bottom: 5px !important; }

.mb-7-5 {
  margin-bottom: 7.5px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-35 {
  margin-bottom: 35px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-58 {
  margin-bottom: 58px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-83 {
  margin-bottom: 83px !important; }

.mb-85 {
  margin-bottom: 85px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mtb-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important; }

/*------Padding all-------*/
.p-60 {
  padding: 60px !important; }

/*------Padding left-------*/
.pl-0 {
  padding-left: 0px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pl-30 {
  padding-left: 30px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pl-50 {
  padding-left: 50px !important; }

.pl-60 {
  padding-left: 60px !important; }

.pl-70 {
  padding-left: 70px !important; }

.pl-80 {
  padding-left: 80px !important; }

.pl-90 {
  padding-left: 90px !important; }

.pl-100 {
  padding-left: 100px !important; }

/*------Padding right-------*/
.pr-0 {
  padding-right: 0px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pr-30 {
  padding-right: 30px !important; }

.pr-40 {
  padding-right: 40px !important; }

.pr-50 {
  padding-right: 50px !important; }

.pr-60 {
  padding-right: 60px !important; }

.pr-70 {
  padding-right: 70px !important; }

.pr-80 {
  padding-right: 80px !important; }

.pr-90 {
  padding-right: 90px !important; }

.pr-100 {
  padding-right: 100px !important; }

/*------Padding Left Right-------*/
.plr-0 {
  padding-left: 0px !important;
  padding-right: 0px !important; }

.plr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important; }

.plr-25 {
  padding-left: 25px !important;
  padding-right: 25px !important; }

.plr-35 {
  padding-left: 35px !important;
  padding-right: 35px !important; }

.plr-40 {
  padding-left: 40px !important;
  padding-right: 40px !important; }

.plr-45 {
  padding-left: 45px !important;
  padding-right: 45px !important; }

.plr-50 {
  padding-left: 50px !important;
  padding-right: 50px !important; }

.plr-80 {
  padding-left: 80px !important;
  padding-right: 80px !important; }

.plr-100 {
  padding-left: 100px !important;
  padding-right: 100px !important; }

/*------Padding Top-------*/
.pt-0 {
  padding-top: 0px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-45 {
  padding-top: 45px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pt-75 {
  padding-top: 75px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-94 {
  padding-top: 94px !important; }

.pt-95 {
  padding-top: 95px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pt-110 {
  padding-top: 110px !important; }

.pt-140 {
  padding-top: 140px !important; }

/*------Padding-------*/
.p-50 {
  padding: 50px !important; }

.p-48 {
  padding: 48px !important; }

.p-40 {
  padding: 40px !important; }

.p-38 {
  padding: 38px !important; }

/*------Padding Bottom-------*/
.pb-0 {
  padding-bottom: 0px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-45 {
  padding-bottom: 45px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-55 {
  padding-bottom: 55px !important; }

.pb-58 {
  padding-bottom: 58px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-65 {
  padding-bottom: 65px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pb-75 {
  padding-bottom: 75px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pb-95 {
  padding-bottom: 95px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pb-110 {
  padding-bottom: 110px !important; }

.pb-120 {
  padding-bottom: 120px !important; }

.pb-130 {
  padding-bottom: 130px !important; }

.pb-140 {
  padding-bottom: 140px !important; }

/*------Padding  Top Bottom-------*/
.ptb-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important; }

.ptb-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important; }

.ptb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

.ptb-11 {
  padding-top: 11px !important;
  padding-bottom: 11px !important; }

.ptb-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important; }

.ptb-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important; }

.ptb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

.ptb-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important; }

.ptb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important; }

.ptb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important; }

.ptb-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important; }

.ptb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.ptb-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important; }

.ptb-58 {
  padding-top: 58px !important;
  padding-bottom: 58px !important; }

.ptb-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important; }

.ptb-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }

.ptb-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important; }

.ptb-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important; }

.ptb-92 {
  padding-top: 92px !important;
  padding-bottom: 92px !important; }

.ptb-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important; }

.ptb-110 {
  padding-top: 110px !important;
  padding-bottom: 110px !important; }

.ptb-118 {
  padding-top: 118px !important;
  padding-bottom: 118px !important; }

.ptb-120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important; }

.ptb-130 {
  padding-top: 130px !important;
  padding-bottom: 130px !important; }

.ptb-132 {
  padding-top: 132px !important;
  padding-bottom: 132px !important; }

.ptb-140 {
  padding-top: 140px !important;
  padding-bottom: 140px !important; }

.ptb-150 {
  padding-top: 150px !important;
  padding-bottom: 150px !important; }

.ptb-160 {
  padding-top: 160px !important;
  padding-bottom: 160px !important; }

.ptb-180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important; }

.ptb-200 {
  padding-top: 200px !important;
  padding-bottom: 200px !important; }

.ptb-240 {
  padding-top: 240px !important;
  padding-bottom: 240px !important; }

@media (min-width: 768px) {
  .pl-md-0 {
    padding-left: 0 !important; }
  .pr-md-0 {
    padding-right: 0 !important; }
  .pl-md-30 {
    padding-left: 30px !important; }
  .mb-md-30 {
    margin-bottom: 30px; } }

@media (max-width: 768px) {
  .mb-md-30 {
    margin-bottom: 15px; }
  .mb-sm-30 {
    margin-bottom: 30px; } }

.img-wrap .img-item {
  position: relative;
  padding-top: 100%;
  overflow: hidden; }
  .img-wrap .img-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }

.title_img {
  margin-bottom: 40px; }
  .title_img img {
    max-width: 100%;
    margin: 0 auto;
    display: block; }
  .title_img h3 {
    font-size: 186.66667%;
    text-align: center; }
    .title_img h3 span {
      font-size: 100%;
      display: inline-block; }

.title_btn {
  margin-bottom: 30px;
  text-align: center; }
  .title_btn ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none; }
    .title_btn ul li {
      display: inline-block;
      margin: 0 5% 30px; }
      .title_btn ul li a {
        display: block;
        font-size: 266.66667%;
        font-weight: bold;
        color: #e72b4a;
        padding: 13px 30px;
        background: #fff;
        -webkit-border-radius: 13px;
        -moz-border-radius: 13px;
        border-radius: 13px;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease; }
      .title_btn ul li:hover a, .title_btn ul li.active a {
        background: #fff799; }
  @media (max-width: 768px) {
    .title_btn ul li {
      margin: 0 2% 15px; }
      .title_btn ul li a {
        font-size: 213.33333%;
        padding: 13px 15px; } }
  @media (max-width: 440px) {
    .title_btn ul li {
      margin: 0 2% 15px; }
      .title_btn ul li a {
        font-size: 133.33333%;
        padding: 13px 15px; } }

.section_tb {
  margin-bottom: 157px; }
  .section_tb .section_tb_item {
    font-size: 24px;
    color: #474747;
    border-bottom: 1px solid #920783;
    padding: 17px 0; }
    .section_tb .section_tb_item div,
    .section_tb .section_tb_item span {
      font-size: 100%; }
    .section_tb .section_tb_item span {
      color: #e72b4a; }
    .section_tb .section_tb_item:last-child {
      border-bottom: none; }
    @media (max-width: 767px) {
      .section_tb .section_tb_item .section_tb {
        margin-bottom: 80px; }
      .section_tb .section_tb_item .section_tb_item {
        font-size: 16px; } }
  .section_tb .section_tb_item02 {
    padding: 17px 0; }
    .section_tb .section_tb_item02 h2 {
      color: #e72b4a;
      font-size: 293.33333%; }
    .section_tb .section_tb_item02 h3 {
      color: #96289b;
      font-size: 213.33333%; }
    .section_tb .section_tb_item02 p {
      font-size: 213.33333%; }
    @media (max-width: 768px) {
      .section_tb .section_tb_item02 img {
        width: 100%; }
      .section_tb .section_tb_item02 h2 {
        color: #e72b4a;
        font-size: 213.33333%; }
      .section_tb .section_tb_item02 h3 {
        color: #96289b;
        font-size: 160%; }
      .section_tb .section_tb_item02 p {
        font-size: 160%; } }
    @media (max-width: 440px) {
      .section_tb .section_tb_item02 img {
        width: 100%; }
      .section_tb .section_tb_item02 h2 {
        color: #e72b4a;
        font-size: 186.66667%; }
      .section_tb .section_tb_item02 h3 {
        color: #96289b;
        font-size: 133.33333%; }
      .section_tb .section_tb_item02 p {
        font-size: 133.33333%; } }
  .section_tb .section_tb_item03 {
    padding: 0 15px; }
    .section_tb .section_tb_item03 .main_tb-title .row {
      background: #d2afa4;
      font-size: 24px; }
      .section_tb .section_tb_item03 .main_tb-title .row [class^=col] {
        color: #000;
        padding: 15px;
        text-align: center;
        font-size: 100%; }
    @media (max-width: 767px) {
      .section_tb .section_tb_item03 .main_tb-title {
        display: none; } }
    .section_tb .section_tb_item03 .main_tb-body .row {
      padding: 10px 0px;
      border-bottom: 2px solid #e274e8;
      font-size: 24px; }
      .section_tb .section_tb_item03 .main_tb-body .row:nth-child(odd) {
        background: #fff; }
      .section_tb .section_tb_item03 .main_tb-body .row:nth-child(even) {
        background: #faf6cc; }
      .section_tb .section_tb_item03 .main_tb-body .row [class^=col] {
        padding: 5px;
        text-align: center;
        font-size: 100%; }
        .section_tb .section_tb_item03 .main_tb-body .row [class^=col] img {
          position: relative;
          top: 3px;
          right: 5px; }
      @media (max-width: 767px) {
        .section_tb .section_tb_item03 .main_tb-body .row [class^=col] {
          display: -ms-flexbox;
          display: -webkit-box;
          display: flex;
          -ms-flex-wrap: wrap;
          flex-wrap: nowrap;
          padding: 0 15px;
          margin-bottom: 5px;
          text-align: left;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .section_tb .section_tb_item03 .main_tb-body .row [class^=col]:before {
            content: attr(data-title) " ";
            color: #000;
            font-weight: 700;
            white-space: nowrap;
            padding: 5px 15px;
            background: #e274e8;
            color: #fff;
            margin: 0 10px 0px 0;
            min-width: 38%; } }

.index_section .enter_item, .enter_section .enter_item {
  border: 5px solid #920783;
  border-radius: 12px;
  padding: 50px;
  background: white; }
  .index_section .enter_item .col-form-label, .enter_section .enter_item .col-form-label {
    font-size: 160%; }
  .index_section .enter_item .form-group, .enter_section .enter_item .form-group {
    margin-bottom: 30px; }
  .index_section .enter_item .btn-custom01 img, .enter_section .enter_item .btn-custom01 img {
    width: 100%; }

.index_section h2, .enter_section h2 {
  font-size: 213.33333%; }

.index_section p, .enter_section p {
  font-size: 160%; }

.index_section .cjk-ideographic li, .enter_section .cjk-ideographic li {
  margin-bottom: 20px;
  font-size: 160%; }

@media (max-width: 768px) {
  .index_section h2, .enter_section h2 {
    font-size: 186.66667%; }
  .index_section p, .enter_section p {
    font-size: 160%; }
  .index_section .cjk-ideographic li, .enter_section .cjk-ideographic li {
    margin-bottom: 20px;
    font-size: 160%; } }

@media (max-width: 440px) {
  .index_section h2, .enter_section h2 {
    font-size: 186.66667%; }
  .index_section p, .enter_section p {
    font-size: 160%; }
  .index_section .cjk-ideographic li, .enter_section .cjk-ideographic li {
    margin-bottom: 20px;
    font-size: 133.33333%; } }

@media (max-width: 767px) {
  .header {
    padding: 10px 0 35px;
    text-align: center; }
  img {
    max-width: 100% !important; } }
