@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background-color: #0089e4;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background-color: #0089e4;
  color: #fff;
  text-shadow: none;
}

html {
  -webkit-text-size-adjust: none;
  font-family: Arial, Helvetica, "微軟正黑體", sans-serif, Microsoft JhengHei;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Arial, Helvetica, "source-han-sans-traditional", "微軟正黑體",
    "Microsoft JhengHsans", sans-serif;
}

a {
  text-decoration: none !important;
}

.ANT {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

/* ----------電腦版型--------------------------- */

.TOP {
  display: block;
  overflow: hidden;
  background: url(../images/bodybg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
}

.TOP .WRAPPER {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: auto;
  background: url(../images/topbg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 130px;
  padding-bottom: 150px;
}

.TOPTirtle {
  display: block;
  width: 60%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}

.TOPTirtle img {
  width: 100%;
  height: auto;
}

.TOPTirtle .logo-microsoft {
  position: absolute;
  left: -130px;
  top: -90px;
  width: 120px;
}
/*------------- FORM_BLOCK -------------*/

.FORM_BLOCK {
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 60px;
  background: url(../images/bodybg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.FORM_BLOCK .container .row {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1280px;
}

.h1 {
  position: relative;
  width: 100%;
  font-size: 30px;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto;
  padding: 5px 15px;
  font-weight: bold;
  margin-bottom: 15px;
}

.LineBottom {
  width: 300px;
  height: 3px;
  background-color: yellow;
  margin: 0 auto;
  margin-bottom: 30px;
}

.h2 {
  width: 50%;
  height: auto;
  font-size: 24px;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  margin: 0 auto;
  margin-top: 15px;
  margin-bottom: 20px;
  border: 1px solid #fff;
  padding: 15px;
  -webkit-animation: discolor 1s infinite;
  -moz-animation: discolor 1s infinite;
  -ms-animation: discolor 1s infinite;
  -o-animation: discolor 1s infinite;
  animation: discolor 1s infinite;
}

@-webkit-keyframes discolor {

  0%,
  50% {
    color: #ffff00;
  }

  51%,
  100% {
    color: #fff;
  }
}

@-moz-keyframes discolor {

  0%,
  50% {
    color: #ffff00;
  }

  51%,
  100% {
    color: #fff;
  }
}

@-o-keyframes discolor {

  0%,
  50% {
    color: #ffff00;
  }

  51%,
  100% {
    color: #fff;
  }
}

@keyframes discolor {

  0%,
  50% {
    color: #ffff00;
  }

  51%,
  100% {
    color: #fff;
  }
}

.tada {
  animation: tada 3s infinite;
  animation-delay: 2s;
}

.pulse {
  animation: pulse 2s infinite;
  animation-delay: 3s;
}

#GIFT {
  display: block;
  float: left;
  width: 50%;
  margin: 0 auto;
  padding: 0 5%;
}

#GIFT img {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
}

/*------------表單------------*/
#FORM {
  display: block;
  float: left;
  width: 50%;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0 5%;
}

#FORM #NAME {
  width: 98%;
  height: auto;
  float: left;
  margin: 0 1%;
}

#FORM #PHONE {
  width: 98%;
  height: auto;
  float: left;
  margin: 0 1%;
}

#FORM #EMAIL,
#FORM #CLASS,
#FORM #GIFT {
  width: 98%;
  height: auto;
  margin: 0 1%;
}

#FORM #Dept {
  margin: 0px 0px 20px 0px;
  width: 100%;
  height: 35px;
}

#FORM #CITY {
  width: 48%;
  height: auto;
  float: left;
  margin: 0 1%;
}

#ddl_city_no {
  width: 100%;
  text-align: center;
  height: 35px;
}

#FORM #SCHOOL {
  width: 48%;
  height: auto;
  float: left;
  margin: 0 1%;
}

#ddl_area_no {
  width: 100%;
  height: 40px;
  text-align: center;
  height: 35px;
}

#READ {
  width: 100%;
  font-size: 16px;
  display: block;
  float: left;
  margin-top: 2%;
  margin-right: 10px;
  color: #fff;
  line-height: 20px;
}

#READ .searchtext2 {
  min-width: 20px;
  min-height: 20px;
  border: 1px solid #1971db;
  background-color: #fff;
  vertical-align: text-bottom;
}

#FORM #BUT {
  float: left;
  width: 100%;
  height: auto;
  margin-top: 2%;
  margin-bottom: 20px;
}

.A {
  color: #666666;
  background-color: #fff;
  border: 1px solid #1971db;
  width: 100%;
  height: 35px;
  line-height: 35px;
  margin-top: 5px;
  font-size: 100%;
  text-align: left;
  padding-left: 10px;
  overflow: hidden;
  font-family: Arial, Helvetica, "微軟正黑體", sans-serif, Microsoft JhengHei;
}

.B {
  width: 100%;
  height: 50px;
  display: block;
  margin: 0 auto;
  *zoom: 1;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 2;
  color: #fff;
  text-decoration: none;
  background-color: #0075a9;
  cursor: pointer;
  border-radius: 2px;
  border-bottom: 10px solid #056691;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
}

.C {
  width: 100%;
  height: 50px;
  display: block;
  margin: 0 auto;
  *zoom: 1;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  letter-spacing: 2;
  color: #1b1b1b;
  text-decoration: none;
  background-color: #ffff00;
  cursor: pointer;
  border-bottom: 6px solid #f8d200;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
}

/*------------- CONTENT1 -------------*/

.CONTENT1 {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 60px;
  background: url(../images/bodybg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.CONTENT1 .container {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1280px;
}

.CONTENT1h1 {
  width: 100%;
  height: auto;
  font-size: 30px;
  line-height: 1.6;
  font-weight: 900;
  color: #1b1b1b;
  text-align: center;
  margin-bottom: 30px;
}

.CONTENT1h1 span {
  font-weight: 700;
}

.CONTENT1h2 {
  width: 20%;
  height: auto;
  font-size: 24px;
  line-height: 1.6;
  font-weight: 400;
  color: #1b1b1b;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 60px;
  border: 1px solid #1b1b1b;
  padding: 10px 15px;
}

.CONTENT1circleBigBox {
  width: 100%;
  height: auto;
  padding-top: 20px;
}

.CONTENT1circleBox {
  display: block;
  overflow: hidden;
  width: 33.333;
  height: 440px;
  border-radius: 5%;
  background-color: #fff;
  margin: 0 auto;
  margin-bottom: 15px;
}

.CONTENT1circlePic {
  overflow: hidden;
  width: 100%;
  height: 200px;
  margin: 0 auto;
}

.CONTENT1circlePic img {
  transform: scale(1, 1);
  transition: all 1s ease-out;
}

.CONTENT1circlePic img:hover {
  transform: scale(1.2, 1.2);
}

.CONTENT1circleTirtle {
  width: 100%;
  height: auto;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
  background-color: #1c446a;
  padding: 15px 0;
}

.CONTENT1circleText {
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  color: #1b1b1b;
  padding: 15px;
  margin: 0 auto;
}

/*------------- CONTENT2 -------------*/

.CONTENT2 {
  display: block;
  overflow: hidden;
  background: url(../images/bodybg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  height: auto;
}

.CONTENT2 .container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1280px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.CONTENT2 .container img {
  width: 100%;
  height: auto;
  padding-top: 150px;
}

h1 {
  position: relative;
  width: 100%;
  font-size: 30px;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto;
  padding: 5px 15px;
  font-weight: bold;
  margin-bottom: 15px;
}

.CONTENT2workBox1 {
  position: absolute;
  display: table;
  cursor: pointer;
  width: 50px;
  height: auto;
  top: 280px;
  left: 80px;
}

.CONTENT2workBox1 p {
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}

.CONTENT2workBox2 {
  position: absolute;
  display: table;
  cursor: pointer;
  width: 50px;
  height: auto;
  top: 300px;
  left: 210px;
}

.CONTENT2workBox2 p {
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}

.CONTENT2workBox3 {
  position: absolute;
  display: table;
  cursor: pointer;
  width: 50px;
  height: auto;
  top: 210px;
  left: 480px;
}

.CONTENT2workBox3 p {
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}

.CONTENT2workBox4 {
  position: absolute;
  display: table;
  cursor: pointer;
  width: 50px;
  height: auto;
  top: 240px;
  left: 880px;
}

.CONTENT2workBox4 p {
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}

.CONTENT2workBox5 {
  position: absolute;
  display: table;
  cursor: pointer;
  width: 50px;
  height: auto;
  top: 280px;
  left: 1000px;
}

.CONTENT2workBox5 p {
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}

.CONTENT2workBox6 {
  position: absolute;
  display: table;
  cursor: pointer;
  width: 50px;
  height: auto;
  top: 450px;
  left: 1150px;
}

.CONTENT2workBox6 p {
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  color: #fff;
}

.CONTENT2button {
  position: relative;
  width: 2.55em;
  height: 2.5em;
  border-radius: 100%;
  border: solid 1px #0000ff;
  background-color: #fff;
  margin: 0 auto;
}

.CONTENT2button :before,
.CONTENT2button :after {
  content: "";
  position: absolute;
  background-color: white;
  transition: transform 0.25s ease-out;
}

/* Vertical line */
.CONTENT2button :before {
  background-color: #0000ff;
  width: 2px;
  height: 30px;
  left: 50%;
  top: 50%;
  margin-top: -15px;
}

/* horizontal line */
.CONTENT2button :after {
  background-color: #0000ff;
  width: 30px;
  height: 2px;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -2.5px;
}

.CONTENT2button :hover {
  cursor: pointer;
}

.CONTENT2button :hover:before {
  transform: rotate(90deg);
}

.CONTENT2button :hover:after {
  transform: rotate(180deg);
}

button {
  -webkit-appearance: button;
  -webkit-writing-mode: horizontal-tb !important;
  color: transparent;
  background-color: transparent;
  border-color: transparent;
}

.modal-content {
  margin-top: 50%;
}

.modal-header {
  min-height: 16.43px;
  padding: 15px;
  border-bottom: 0px solid #e5e5e5;
}

.modal-body {
  line-height: 1.6;
}

.modal-open {
  overflow: hidden;
  padding-right: 0 !important;
}

:focus {
  outline: -webkit-focus-ring-color auto 0px;
}

.CTA1 {
  float: none;
  display: table;
  position: absolute;
  width: 220px;
  height: 48px !important;
  background-color: rgba(28, 68, 106, 0.9);
  color: #fff;
  border: 3px solid #fff;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  padding-top: 12px;
  margin-top: 42%;
  margin-left: 40%;
  top: 0;
  left: 0;
  right: 0;
}

.CTA1 p {
  font-size: 24px;
  color: #fff;
}

.CTA2 {
  float: none;
  display: table;
  width: 220px;
  height: 48px !important;
  background-color: rgba(28, 68, 106, 0.9);
  color: #fff;
  border: 3px solid #fff;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  margin: 0 auto;
  cursor: pointer;
  text-align: center;
  padding-top: 12px;
  margin-bottom: 60px;
}

.CTA2 p {
  font-size: 24px;
  color: #000;
}

/*------------- CONTENT3 -------------*/

.CONTENT3 {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 60px;
  background: url(../images/bodybg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.CONTENT3 .container {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1280px;
}

h2 {
  position: relative;
  width: 100%;
  font-size: 30px;
  color: #fff;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto;
  padding: 5px 15px;
  font-weight: bold;
  margin-bottom: 15px;
}

h3 {
  position: relative;
  width: 100%;
  font-size: 24px;
  color: #00ffff;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto;
  padding: 30px 15px;
  font-weight: bold;
}

.CONTENT3box {
  width: 100%;
  height: auto;
}

.CONTENT3boxBox {
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  border-radius: 15px;
}

.CONTENT3boxBoxName {
  float: left;
  width: 100%;
  height: 85px;
  background-color: #1c446a;
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  padding: 5px;
  color: #fff;
  font-weight: bold;
}

.CONTENT3boxBoxNumber {
  float: left;
  overflow: hidden;
  width: 100%;
  height: 570px;
  background-color: #fff;
  font-size: 24px;
  line-height: 1.6;
  text-align: right;
  padding: 15px;
  color: #fff;
}

.CONTENT3boxBoxTitle {
  float: left;
  width: 100%;
  height: 30px;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
  color: #13377a;
  font-weight: bold;
  margin-bottom: 15px;
  font-weight: bold;
}

.CONTENT3boxBoxList {
  float: left;
  width: 100%;
  height: auto;
}

.CONTENT3boxBoxList ul {
  list-style-type: decimal;
  text-align: left;
  padding: 15px 30px;
}

.CONTENT3boxBoxList ul li {
  font-size: 18px;
  line-height: 1.3;
  color: #1b1b1b;
  font-weight: 500;
}

.panel-title {
  color: #fff;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 15px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-default>.panel-heading {
  font-size: 22px;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  background-color: #1c446a;
  border-color: transparent;
  text-align: center;
  border-radius: 15px;
}

.panel-heading .accordion-toggle:before /展開時/ {
  content: "－";
}

.panel-heading .accordion-toggle.collapsed:before /合起來/ {
  content: "＋";
}

/*------------- CONTENT4 -------------*/

.CONTENT4 {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 60px;
  background: url(../images/bodybg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.CONTENT4 .container {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1280px;
}

.CONTENT4box {
  width: 100%;
  height: auto;
}

.CONTENT4boxbox {
  float: left;
  width: 18%;
  height: auto;
  padding: 1%;
}

/*------------- CONTENT5 -------------*/

.CONTENT5 {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 60px;
  background: url(../images/bodybg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.CONTENT5 .container {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1280px;
}

.CONTENT5box {
  width: 100%;
  height: auto;
}

.CONTENT5boxbox {
  float: left;
  width: 18%;
  height: auto;
  padding: 1%;
}

.margin {
  margin-bottom: 15px;
}

.margin img {
  border: 7px solid #dcdcdc;
}


/* --電腦版型2-------------------------------------*/
@media screen and (max-width: 1920px) {}


/* --電腦版型2-------------------------------------*/
@media screen and (max-width: 1199px) {
  .CONTENT2workBox4 {
    left: 700px;
  }

  .CONTENT2workBox5 {
    top: 280px;
    left: 800px;
  }

  .CONTENT2workBox6 {
    top: 450px;
    left: 980px;
  }
}

/* --電腦版型3-------------------------------------*/
@media screen and (max-width: 1024px) {

  .CONTENT2workBox1 {
    top: 250px;
    left: 50px;
  }

  .CONTENT2workBox2 {
    top: 300px;
    left: 150px;
  }

  .CONTENT2workBox3 {
    top: 210px;
    left: 350px;
  }

  .CONTENT2workBox4 {
    top: 200px;
    left: 700px;
  }

  .CONTENT2workBox5 {
    top: 280px;
    left: 800px;
  }

  .CONTENT2workBox6 {
    top: 430px;
    left: 950px;
  }

  .CTA1 {
    margin-top: 48%;
  }

  h2 {
    width: 40%;
  }

  .CONTENT3boxBoxNumber {
    height: 700px;
  }
}

/* --電腦版型3-------------------------------------*/
@media screen and (max-width: 991px) {

  .CONTENT2workBox1 {
    left: 180px;
  }

  .CONTENT2workBox2 {
    left: 280px;
  }

  .CONTENT2workBox3 {
    left: 420px;
  }

  .CONTENT2workBox4 {
    left: 520px;
  }

  .CONTENT2workBox5 {
    left: 600px;
  }

  .CONTENT2workBox6 {
    left: 700px;
  }

  .CTA1 {
    margin-top: 70%;
  }
}

/* --平板版型1-------------------------------------*/
@media screen and (max-width: 768px) {
  .TOP .WRAPPER {
    padding-top: 130px;
    padding-bottom: 80px;
  }
  .TOPTirtle .logo-microsoft {
    left: 50%;
    top: -96px;
    width: 110px;
    transform: translateX(-50%);
  }

  .TOPTirtle {
    width: 80%;
  }

  .CONTENT1h2 {
    width: 30%;
  }

  .CONTENT2workBox1 {
    top: 280px;
    left: 30px;
  }

  .CONTENT2workBox2 {
    top: 320px;
    left: 130px;
  }

  .CONTENT2workBox3 {
    top: 200px;
    left: 250px;
  }

  .CONTENT2workBox4 {
    top: 280px;
    left: 450px;
  }

  .CONTENT2workBox5 {
    top: 350px;
    left: 580px;
  }

  .CONTENT2workBox6 {
    top: 420px;
    left: 690px;
  }

  .CTA1 {
    margin-top: 80%;
    margin-left: 36%;
  }

  h1 {
    width: 100%;
  }

  #GIFT {
    width: 100%;
    padding: 0;
  }

  #FORM {
    width: 100%;
    padding: 0;
  }

  .FORM_BLOCK .container .row {
    width: 100%;
  }

  .h1 {
    font-size: 30px;
    line-height: 1.3;
    padding: 0;
  }

  .CONTENT3boxBoxNumber {
    height: 100%;
  }

  h2 {
    width: 50%;
  }

  .slick-prev {
    left: -10px !important;
  }

  .slick-next {
    right: -10px !important;
  }
}

/* --平板版型2-------------------------------------*/
@media screen and (max-width: 767px) {

  .CONTENT2workBox1 {
    top: 310px;
    left: 30px;
  }

  .CONTENT2workBox2 {
    top: 360px;
    left: 150px;
  }

  .CONTENT2workBox3 {
    top: 250px;
    left: 250px;
  }

  .CONTENT2workBox4 {
    top: 280px;
    left: 380px;
  }

  .CONTENT2workBox5 {
    top: 350px;
    left: 470px;
  }

  .CONTENT2workBox6 {
    top: 450px;
    left: 560px;
  }

  .margin {
    display: none;
  }
}

/* --手機版型1-------------------------------------*/
@media screen and (max-width: 639px) {
  .TOPTirtle {
    width: 90%;
  }

  .CONTENT2workBox1 {
    top: 310px;
    left: 30px;
  }

  .CONTENT2workBox1 p {
    font-size: 20px;
  }

  .CONTENT2workBox2 {
    top: 360px;
    left: 130px;
  }

  .CONTENT2workBox2 p {
    font-size: 20px;
  }

  .CONTENT2workBox3 {
    top: 250px;
    left: 200px;
  }

  .CONTENT2workBox3 p {
    font-size: 20px;
  }

  .CONTENT2workBox4 {
    top: 280px;
    left: 300px;
  }

  .CONTENT2workBox4 p {
    font-size: 20px;
  }

  .CONTENT2workBox5 {
    top: 350px;
    left: 380px;
  }

  .CONTENT2workBox5 p {
    font-size: 20px;
  }

  .CONTENT2workBox6 {
    top: 450px;
    left: 430px;
  }

  .CONTENT2workBox6 p {
    font-size: 20px;
  }

  .CTA1 {
    margin-top: 90%;
    margin-left: 34%;
  }

  h1 {
    width: 55%;
  }

  h2 {
    width: 60%;
  }

  #FORM #NAME {
    width: 98%;
    height: auto;
    margin: 0 1%;
  }

  #FORM #PHONE {
    width: 98%;
    height: auto;
    margin: 0 1%;
  }
}

/* --手機版型2-------------------------------------*/
@media screen and (max-width: 479px) {
  .TOP .WRAPPER {
    padding-top: 130px;
    padding-bottom: 80px;
  }

  .TOPTirtle {
    width: 98%;
  }

  .TOP,
  .FORM_BLOCK,
  .CONTENT1,
  .CONTENT2,
  .CONTENT3,
  .CONTENT4 {
    min-width: 320px;
  }

  .CONTENT1h1 {
    font-size: 24px;
  }

  .CONTENT1h2 {
    width: 50%;
    font-size: 18px;
  }

  .CONTENT2 img {
    margin-top: 50px;
  }

  .CONTENT2workBox1 {
    top: 320px;
    left: 10px;
  }

  .CONTENT2workBox2 {
    top: 380px;
    left: 90px;
  }

  .CONTENT2workBox3 {
    top: 280px;
    left: 170px;
  }

  .CONTENT2workBox4 {
    top: 320px;
    left: 270px;
  }

  .CONTENT2workBox5 {
    top: 350px;
    left: 360px;
  }

  .CONTENT2workBox6 {
    top: 450px;
    left: 410px;
  }

  .h1 {
    font-size: 21px;
  }

  h1 {
    font-size: 21px;
  }

  h2 {
    font-size: 21px;
  }

  .CONTENT3boxBoxNumber {
    padding: 0 0 0 15px;
  }

  .CONTENT3boxBoxTitle {
    height: 40px;
    font-size: 19px;
    margin-bottom: 0;
  }

  .CONTENT3boxBoxList ul {
    list-style-type: decimal;
    text-align: left;
    padding: 5px 15px;
  }

  .CONTENT3boxBoxList ul li {
    font-size: 14px;
    line-height: 1.3;
    color: #1b1b1b;
    font-weight: 500;
  }

  .CTA1 {
    margin-top: 115%;
    margin-left: 27%;
  }

  #READ {
    font-size: 15px;
  }
}

/* --手機版型3-------------------------------------*/
@media screen and (max-width: 425px) {
  .CONTENT2workBox1 {
    top: 280px;
    left: 10px;
  }

  .CONTENT2workBox2 {
    top: 350px;
    left: 70px;
  }

  .CONTENT2workBox3 {
    top: 220px;
    left: 120px;
  }

  .CONTENT2workBox4 {
    top: 280px;
    left: 200px;
  }

  .CONTENT2workBox5 {
    top: 350px;
    left: 250px;
  }

  .CONTENT2workBox6 {
    top: 420px;
    left: 310px;
  }

  .CTA1 {
    margin-top: 125%;
    margin-left: 24%;
  }

  h1 {
    width: 100%;
  }

  h2 {
    width: 100%;
  }
}

/* --手機版型4-------------------------------------*/
@media screen and (max-width: 375px) {

  .CTA1 {
    margin-top: 135%;
    margin-left: 22%;
  }
}

/* --手機版型4-------------------------------------*/
@media screen and (max-width: 360px) {

  .CONTENT2workBox1 {
    top: 280px;
    left: 10px;
  }

  .CONTENT2workBox2 {
    top: 230px;
    left: 70px;
  }

  .CONTENT2workBox3 {
    top: 180px;
    left: 120px;
  }

  .CONTENT2workBox4 {
    top: 200px;
    left: 180px;
  }

  .CONTENT2workBox5 {
    top: 260px;
    left: 220px;
  }

  .CONTENT2workBox6 {
    top: 320px;
    left: 260px;
  }

  .CTA1 {
    margin-top: 130%;
    margin-left: 20%;
  }
}

/* --手機版型5-------------------------------------*/
@media screen and (max-width: 320px) {

  .CONTENT1circleBox {
    width: 260px;
    margin: 15px 0;
  }

  .CONTENT1circleText {
    font-size: 15px;
    width: 90%;
  }

  .CTA1 {
    margin-top: 125%;
    margin-left: 15%;
  }

  .CONTENT3boxBoxName {
    font-size: 18px;
    line-height: 1.6;
  }
}