@charset "UTF-8";

.row {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

html {
  font-size: 1rem;
}

body {
  font-family: 'Noto Sans TC' , 'Noto Sans KR' , 'Arial Unicode MS' !important;
  font-family: Arial, Helvetica, 微軟正黑體, sans-serif;
  color: #343a40;
  line-height: 1.5;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  text-decoration: none;
  transition: all 0.35s;
}

a:hover,
a:focus a:active {
  text-decoration: none;
}

ul,
ol {
  margin: 0;
}

ul {
  padding: 0;
  list-style: none;
}

ol {
  padding-left: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  font-weight: normal;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.2rem;
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  color: 1.125rem;
}

@media (max-width: lg px) {
  p {
    font-size: 1rem;
  }
}

.WRAPPER {
  width: 100vw;
  margin: 0 auto;
  position: relative;
}

.mainTitleBox {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .mainTitleBox {
    margin-bottom: 10px;
  }
}

.mainTitle {
  position: relative;
  color: #fff;
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 20px;
}

.mainTitle::before {
  content: "▼";
  color: #e53520;
  font-size: 30px;
}

.mainTitle span {
  font-size: 21px;
  color: #fff !important;
  background-color: #eb341e;
  margin: 0 15px;
  padding: 10px 15px;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .mainTitle {
    font-size: 30px;
  }
}

@media (max-width: 428px) {
  .mainTitle {
    padding: 10px 25px;
  }
}

.mainTitle span {
  color: #FBFF00;
}

.ribbon01 {
  background-image: url(../images/ribbon01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  padding: 0 15px;
  margin: 0 30px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

.ribbon02 {
  background-image: url(../images/ribbon02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

.ribbon03 {
  background-image: url(../images/ribbon03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
}

.ribbon04 {
  background-image: url(../images/ribbon04.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  color: #04051e;
}

#GOTOP {
  background-image: url(../images/gotop.png);
  right: 10px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 9999;
  position: fixed;
}

.banner {
  position: relative;
  background-color: #04051e;
  background-image: url(../images/banner-MV.jpg);
  overflow: hidden;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  background-color: #04051e;
  height: calc(100vh - 150px);
  min-height: 25rem;
  width: 100%;
}

@media (max-width: 1680px) {
  .banner {
    height: calc(100vh - 235px);
  }
}

@media (max-width: 1440px) {
  .banner {
    height: calc(100vh - 350px);
  }
}

.banner h1 {
  position: absolute;
  top: 90%;
  left: 60%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.banner-bg-color {
  position: absolute;
  display: block;
  overflow: hidden;
  left: 0;
  bottom: 0;
  color: #fff;
  padding: 15px 30px;
  width: 100%;
  background: linear-gradient(180deg, transparent 0%, #04051e 90%);
}

.banner-bg-color-box {
  font-size: 21px;
  max-width: 1240px;
  margin: 0 auto;
  text-align: center;
}

.card {
  background-color: transparent;
  background-clip: border-box;
  border: 0px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}

.card-body {
  background-color: white;
}

.CONTENT1 .card-text {
  font-size: 17px;
}

.CONTENT1 .card-text span {
  color: #e60012;
}

.CONTENT1 h5 {
  font-size: 22px;
  font-weight: 700;
}

.CONTENT1 ul li {
  margin-left: 25px;
  list-style-image: url('../images/check.png');
}

.card-footer {
  border-top: 0px solid rgba(0, 0, 0, .125);
  padding: 15px;
}

@media (max-width: 1024px) {
  .banner {
    height: calc(75vh - 0px);
    background-image: url(../images/banner-MV_m.jpg);
    background-position: top center;
  }
  .banner h1 {
    top: 97.5%;
  }
}

@media (max-width: 991px) {

  .ribbon01,
  .ribbon02,
  .ribbon03,
  .ribbon04 {
    font-size: 21px;
  }
}

@media (max-width: 768px) {
  .banner {
    background-image: url(../images/banner-MV-mb.jpg);
    height: 650px;
  }

  .banner h1 {
    left: 50%;
    padding: 15px;
  }

  .banner-bg-color-box {
    font-size: 16px;
  }

  .ribbon01 {
    background-image: none;
    background-color: #f8e07d;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 15px;
    width: 45%;
  }

  .ribbon02 {
    background-image: none;
    background-color: #f8e07d;
    text-align: center;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 15px;
  }

  .ribbon03 {
    background-image: none;
    background-color: #f8e07d;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 15px;
    width: 70%;
  }

  .ribbon04 {
    background-image: none;
    background-color: #f8e07d;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 5px;
    font-size: 16px;
    padding: 5px 15px;
    width: 50%;
  }

  .mainTitle span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }

  .banner-bg-color {
    padding: 15px;
  }
}

@media (max-width: 551px) {
  .banner h1 {
    top: 100%;
  }

  .ribbon01,
  .ribbon03,
  .ribbon04 {
    width: 90%;
  }
}


@media (max-width: 375px) {}

@media (max-width: 320px) {}

/*from*/
.FORM {
  display: block;
  width: 100%;
  background-color: #04051e;
  overflow: hidden;
  padding: 4% 0;
}

@media (max-width: 992px) {
  .FORM {
    padding: 8% 0;
  }
}

@media (max-width: 428px) {
  .FORM {
    padding: 15% 0 15%;
  }
}

.FORM .container {
  max-width: 1240px;
}

.FORM .freecard {
  text-align: center;
}

.FORM .freecard img {
  width: 80%;
  margin-bottom: 20px;
}

.FORM .INP_A_2 {
  width: 100%;
  font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", DFKai-SB, sans-serif;
  color: #495057;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  font-weight: 500;
  border: 0 solid #666;
  border-bottom: 1px solid #2B2B29;
  min-height: 70px;
  padding: 10px;
}

.FORM .INP_A_2 :focus {
  outline: 0;
}

.FORM .FREE_TEXT {
  margin: 30px auto;
}

.FORM .FREE_TEXT p {
  text-align: center;
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  padding: 0 20px;
}

@media (max-width: 768px) {
  .FORM .FREE_TEXT p {
    text-align: left;
  }
}

.FORM .FREE_TEXT .FREE01 {
  margin: 0 auto;
  width: 100%;
}

.FORM .FREE_TEXT .FREE01 p {
  display: block;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .FORM .FREE_TEXT .FREE01 p {
    text-align: left;
  }
}

.FORM #FROM_B {
  margin: 15px;
}

.FORM #FROM_B #FROM {
  width: 100%;
  margin: 0 auto;
}

.FORM #FROM_B #FROM span {
  line-height: 1.4;
}

.FORM #FROM_B #FROM #NAME {
  width: 98%;
  height: auto;
  float: left;
  margin: 1%;
}

.FORM #FROM_B #FROM #PHONE {
  width: 98%;
  height: auto;
  float: left;
  margin: 1%;
}

.FORM #FROM_B #FROM #DISCOUNT {
  text-align: left;
  width: 98%;
  height: auto;
  float: left;
  margin: 1%;
}

.FORM #FROM_B #FROM .Remark {
  margin-left: 10px;
  color: #fff;
  background-color: #ea0505;
  border-radius: 5px;
  padding: 5px 5px;
  font-size: 12px;
  display: inline-block;
}

@media (max-width: sm px) {
  .FORM #FROM_B #FROM .Remark {
    margin-left: 2px;
  }
}

.FORM #FROM_B #FROM #EMAIL,
.FORM #FROM_B #FROM #CLASS,
.FORM #FROM_B #FROM #GIFT,
.FORM #FROM_B #FROM #SESSION {
  width: 98%;
  height: auto;
  margin: 1%;
}

.FORM #FROM_B #FROM #CITY {
  width: 48%;
  height: auto;
  margin: 1%;
}

.FORM #FROM_B #FROM #SCHOOL {
  width: 48%;
  height: auto;
  margin: 1%;
}

.FORM #FROM_B #FROM #ddl_city_no {
  text-align: center;
}

.FORM #FROM_B #FROM #ddl_area_no {
  text-align: center;
}

.FORM #FROM_B #FROM #BUT {
  height: 55px;
  line-height: 55px;
  color: #333333;
  cursor: pointer;
  text-align: center;
  background-color: #00ffff;
  transition: all 0.2s ease-in-out;
  margin-top: 10px;
  letter-spacing: 3px;
  border-radius: 30px;
  font-weight: 500;
  display: inline-block;
  width: 100%;
}

@media (max-width: 428px) {
  .FORM #FROM_B #FROM #BUT {
    width: 90%;
  }
}

.FORM #FROM_B #FROM #BUT:hover {
  box-shadow: none;
  transform: translate3D(0, 4px, 0);
  background-color: #A6BFF3;
  color: #333333;
}

.FORM #FROM_B #FROM #BUT .B {
  font-size: 24px;
}

.FORM #FROM_B #FROM #BUT i {
  margin-left: 6px;
  margin-top: 10px;
  color: #333333;
  font-size: 1.5rem;
}

.FORM #FROM_B #FROM #BUT .fa-angle-right {
  animation: rightanime 1s linear infinite;
}

@keyframes rightanime {
  50% {
    transform: translateX(10px);
    opacity: 0.5;
  }

  100% {
    transform: translateX(10px);
    opacity: 0;
  }
}

.FORM #FROM_B #FROM #BUT .fas {
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.FORM #FROM_B #FROM #READ {
  width: 100%;
  font-size: 16px;
  display: block;
  float: left;
  margin-top: 15px;
  color: #fff;
  line-height: 1;
  margin-bottom: 15px;
  text-align: center;
}

.FORM #FROM_B #FROM #READ span {
  position: relative;
  padding-left: 2px;
}

.FORM #FROM_B #FROM #READ a {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-decoration: underline;
}

.FORM #FROM_B #FROM #READ .CHBOX {
  min-width: 20px;
  min-height: 20px;
  vertical-align: sub;
}

.FORM #FROM_B #FROM #READ input[type=checkbox] {
  display: none;
}

.FORM #FROM_B #FROM #READ label input[type=checkbox]+span::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  border: 1px solid #1A5FE8;
  position: relative;
  top: 0;
  left: 0px;
  margin-right: 5px;
  background-color: #fff;
  border-radius: 50%;
  vertical-align: middle;
}

.FORM #FROM_B #FROM #READ label input[type=checkbox]:checked+span::after {
  transform: rotate(0deg);
  transition: 0.5s;
  opacity: 1;
  color: #1A5FE8;
}

.FORM #FROM_B #FROM #READ label input[type=checkbox]+span::after {
  content: "\f00c";
  font-family: "FontAwesome";
  font-size: 20px;
  color: #1A5FE8;
  position: absolute;
  left: 5px;
  top: -3px;
  transform: rotate(360deg);
  transition: 0.5s;
  opacity: 0;
}

.FORM #FROM_B #FROM .INP_A {
  width: 100%;
  font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", DFKai-SB, sans-serif;
  color: #fff;
  height: 36px;
  line-height: 36px;
  max-height: 36px;
  font-size: 16px;
  text-align: left;
  background-color: transparent;
  font-weight: 500;
  border: 0 solid #fff;
  border-bottom: 1px solid #fff;
}

.FORM #FROM_B #FROM .INP_A :focus {
  outline: 0;
}

.FORM #FROM_B #FROM .INP_B {
  width: 30%;
  font-family: Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", DFKai-SB, sans-serif;
  color: #495057;
  height: 36px;
  line-height: 36px;
  max-height: 36px;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  font-weight: 500;
  border: 0 solid #666;
}

.FORM #FROM_B #FROM .INP_B :focus {
  outline: 0;
}

@media (max-width: 768px) {
  .FORM #FROM_B #FROM .INP_B {
    width: 38%;
  }
}

@media (max-width: sm px) {
  .FORM #FROM_B #FROM .INP_B {
    width: 38%;
  }
}

@media (max-width: 414px) {
  .FORM #FROM_B #FROM .INP_B {
    width: 38%;
  }
}

@media (max-width: xs px) {
  .FORM #FROM_B #FROM .INP_B {
    width: 26%;
  }
}

.FORM #FROM_B #FROM option {
  color: #051a23;
  /* Sets the text color of all options to blue */
}

.CONTENT1 {
  overflow: hidden;
  padding: 50px 15px;
  background-image: url(../images/bg.png);
  background-repeat: repeat;
  background-position: center center;
}

.CONTENT1 img {
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.CONTENT1title {
  position: relative;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  margin-bottom: 25px;
}

.CONTENT1title::before {
  content: "▼";
  color: #e53520;
  font-size: 30px;
  padding-right: 10px;
}

@media (max-width: 768px) {
  .CONTENT1title {
    font-size: 30px;
  }
}

.CONTENT1title span {
  color: #051a23;
}

.CONTENT1 .ytitle {
  width: 100%;
  font-size: 18px;
  padding: 15px;
  background: #fff;
}

.CONTENT1 .ysub {
  width: 100%;
  font-size: 1.3rem;
  padding: 1rem 1rem;
  line-height: 1.575;
  text-align: justify;
  background-color: #caced9;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
  min-height: 42%;
}

.CONTENT1 .card-body {
  flex: inherit;
  min-height: 108.5px;
}

@media (max-width: 1199px) {
  .CONTENT1 .ysub {
    height: 40%;
    font-size: 18px;
  }
}

@media (max-width: 992px) {
  .CONTENT1 .ysub {
    height: 45%;
  }
}

@media (max-width: 768px) {
  .CONTENT1 .ysub {
    height: auto;
    padding: 15px;
  }

  .CONTENT1 .card-body {
    min-height: auto;
  }
}

.CONTENT2 {
  overflow: hidden;
  padding: 50px 15px;
  background: #caced9;
}

.CONTENT2 img {
  width: 80%;
  margin: 15px;
}

.x-img {
  display: inline-block;
  padding: 15px;
}

.CONTENT3 {
  overflow: hidden;
  padding: 50px 15px;
  background-image: url(../images/bg.png);
  background-repeat: repeat;
  background-position: center center;
}

.CONTENT3 .sub1 {
  width: 100%;
  font-size: 36px;
  font-weight: bold;
  color: #155e92;
  text-align: center;
  padding: 50px 15px;
  line-height: 1.3;
}

.CONTENT3 img {
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.CONTENT3 .ysub {
  width: 100%;
  font-size: 1.3rem;
  padding: 15px 30px 15px 30px;
  line-height: 1.575;
  text-align: justify;
  background-color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}

.CONTENT3 .card-body {
  flex: none;
  background-color: rgba(0,0,0,0.5);
  color: #FFF;
  padding: 1rem 2rem;
  position: absolute;
  top: 157px;
}

@media (max-width: 1366px) {
  .CONTENT3 .card-body {
    top: 133px;
  }
}

@media (max-width: 1024px) {
  .CONTENT3 .card-body {
    top: 102px;
  }
}

@media (max-width: 768px) {
  .CONTENT3 .card-body {
    padding: 0.75rem 1rem;
    top: 95px;
  }

  .CONTENT3 .ysub {
    padding: 35px 30px 15px 30px;
  }
}

@media (max-width: 767px) {
  .CONTENT3 .card-body {
    padding: 0.75rem 1rem;
    top: 190px;
  }

  .CONTENT3 .ysub {
    padding: 15px 30px 15px 30px;
  }
}

@media (max-width: 430px) {
  .CONTENT3 .card-body {
    top: 135px;
  }
}

@media (max-width: 390px) {
  .CONTENT3 .card-body {
    top: 115px;
  }
}


.CONTENT3 .card-body p {
  font-weight: 700;
}

.CONTENT3 .boxcar {
  width: 90%;
  font-size: 21px;
  color: #29273c;
  padding: 5px 15px;
  margin: 15px;
  background-color: #fff;
  border-radius: 5px;
}

.CONTENT3 .arrow {
  display: block;
}

.CONTENT3 .arrow-m {
  display: none;
  margin-bottom: 15px;
}

.CONTENT3 .arrow-mm {
  display: none;
  margin-bottom: 15px;
}

.CONTENT3 .boxcar span {
  color: #ed2773;
}

.CONTENT3 .container .card-footer p {
  margin-bottom: 0rem !important;
}

.x-right {
  margin-left: 0 !important;
}

.CONTENT4 {
  overflow: hidden;
  padding: 0 15px;
  background-image: url(../images/bg.png);
  background-repeat: repeat;
  background-position: center center;
}

.CONTENT4 .sub1 {
  width: 100%;
  font-size: 36px;
  font-weight: bold;
  color: #155e92;
  text-align: center;
  padding: 50px 15px;
  line-height: 1.3;
}

.CONTENT4 img {
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.CONTENT4 .ysub {
  width: 100%;
  font-size: 1.3rem;
  padding: 15px 30px 18px 30px;
  line-height: 1.575;
  text-align: justify;
  background-color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
  min-height: 150px;
}


@media (max-width: 390px) {
  .CONTENT4 .ysub {
    min-height: fit-content;
  }
}

.CONTENT4 .ysub span {
  color: #ed2773;
}

.CONTENT4 .card-body {
  flex: none;
}

.CONTENT4 .card-body {
  background-color: #155e92;
  color: #fff;
}

.CONTENT4 .card-body p {
  font-weight: 700;
}

.CONTENT4 .card-footer p {
  margin-bottom: 0rem !important;
}

.CONTENT5 {
  overflow: hidden;
  padding: 25px 15px 0px 15px;
  background-image: url(../images/bg.png);
  background-repeat: repeat;
  background-position: center center;
}

.CONTENT5 h3 {
  font-size: 40px;
  line-height: 1.875;
  font-weight: bold;
  font-style: italic;
  color: #29273c;
  text-align: center;
  background-color: #f8e07d;
}

.CONTENT5 img {
  width: 100%;
  height: auto;
}

.CONTENT5 .card-img-top {
  margin-top: 30px;
}

.CONTENT5 .trainning {
  display: flex;
  align-items: end;
}

.CONTENT6 {
  overflow: hidden;
  padding: 50px 15px;
  background-image: url(../images/bottom.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.CONTENT6 .work {
  font-size: 18px;
  line-height: 1.5;
  color: #04051e;
  margin-bottom: 15px;
}

.CONTENT6 .work p {
  font-size: 24px;
  color: #f8e07d;
}

.CONTENT6 .office {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  text-decoration: underline;
  margin-bottom: 15px;
  text-underline-offset: 3px;
}

.CONTENT6 .office-sub {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .CONTENT5 h3 {
    font-size: 30px;
  }

  .mv>iframe {
    height: 30vh;
  }

  .CONTENT3 .sub1 {
    font-size: 30px;
  }

  .CONTENT3 .arrow {
    display: none;
  }

  .CONTENT3 .arrow-m {
    display: block;
  }

  .CONTENT3 .arrow-mm {
    display: none;
  }
}

.CONTENT5 h2 span {
  color: #ffc152;
}

.table {
  width: 80%;
  border-collapse: collapse;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.table td,
.table th {
  padding: 12px 15px;
  border: 3px solid #051a23;
  text-align: center;
  font-size: 16px;
}

.table th {
  font-size: 18px;
  background-color: #ffc152;
  color: #333333;
}

.table tbody tr:nth-child(odd) {
  background-color: #8bf1fe;
}


.table tbody tr:nth-child(even) {
  background-color: #fff;
}

/*responsive*/

@media (max-width: 500px) {
  .table thead {
    display: none;
  }

  .table,
  .table tbody,
  .table tr,
  .table td {
    display: block;
    width: 100%;
  }

  .table tr {
    margin-bottom: 15px;
  }

  .table td {
    padding-left: 50%;
    text-align: left;
    position: relative;
  }

  .table td::before {
    content: attr(data-label);
    position: absolute;
    left: 0;
    width: 50%;
    padding-left: 15px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
  }
}

.CENTER {
  width: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
}

.btn {
  color: #333333;
  cursor: pointer;
  text-align: center;
  background-color: #ffc152;
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
  margin-top: 10px;
  letter-spacing: 3px;
  border-radius: 8px;
  font-weight: 500;
  display: inline-block;
  width: 250px;
}

@media (max-width: 428px) {
  .btn {
    width: 90%;
  }

  .CONTENT3 .arrow-m {
    display: none;
  }

  .CONTENT3 .arrow-mm {
    display: block;
  }
}

.btn:hover {
  box-shadow: none;
  transform: translate3D(0, 4px, 0);
  background-color: #A6BFF3;
  color: #333333;
}

.FORM #FROM_B #FROM #BUT .B {
  font-size: 24px;
}

.btn i {
  margin-left: 6px;
  margin-top: 10px;
}

.btn .fa-angle-right {
  animation: rightanime 1s linear infinite;
}

@keyframes rightanime {
  50% {
    transform: translateX(10px);
    opacity: 0.5;
  }

  100% {
    transform: translateX(10px);
    opacity: 0;
  }
}

.btn .fas {
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}