@import url(http://weloveiconfonts.com/api/?family=entypo);
@import url(http://weloveiconfonts.com/api/?family=zocial);
/* zocial */
[class*="zocial-"]:before {
  font-family: 'zocial', sans-serif;
}
/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}
/* ---reset.css--- */
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%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
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;
}
/* ---reset.css--- */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  image-rendering: -moz-crisp-edges; /* Firefox        */
  image-rendering: -o-crisp-edges; /* Opera          */
  image-rendering: -webkit-optimize-contrast; /* Safari         */
  image-rendering: optimize-contrast; /* CSS3 Proposed  */
  image-rendering: crisp-edges; /* CSS4 Proposed  */
  image-rendering: pixelated; /* CSS4 Proposed  */
  -ms-interpolation-mode: nearest-neighbor; /* IE8+           */
}
html {
  -webkit-text-size-adjust: none;
  font-family: Arial, Helvetica, "微軟正黑體", sans-serif, Microsoft JhengHei;
}
body {
  font-size: 17px;
}
.mt-10 {
  margin-top: 10px;
}
.CTA {
  display: block;
}
.CTA .C {
  font-size: 1.5rem;
  letter-spacing: 0;
  line-height: 45px;
  height: 45px;
  z-index: 99999;
  width: 40%;
  margin: 0 auto;
  margin-top: 15px;
}
.C {
  font-family: Arial, Helvetica, "微軟正黑體", sans-serif, Microsoft JhengHei;
  font-size: 160%;
  letter-spacing: 1px;
  color: #ffffff;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-weight: 600;
  overflow: hidden;
  border: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, .3);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, .3);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, .3);
  background: #3952f6;
}
.B {
  width: 100%;
  height: auto;
  padding: 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  letter-spacing: 2;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 3px;
  border: 1px #FFFFCC solid;
  background-color: #f96700;
  color: #ffffff;
  font-weight: bolder;
  margin-bottom: 10px;
  float: none;
  margin: 0 auto;
  cursor: pointer;
}

#GOTOP {
  display: none;
  width: 80px;
  height: 80px;
  cursor: pointer;
  position: fixed;
  right: 1%;
  bottom: 1%;
  background-color: #f96700;
  border-radius: 50%;
  z-index: 555;
  text-align: center;
  color: #fff;

  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s;
}

#GOTOP 
i {
	transition:all .4s;
  display: block;
  font-size: 22px;
  line-height: 1.3;
  text-align: center;
  margin-top: -3px;
}

#GOTOP:hover {
  color: #fff;
  background-color: #f96700;
}

#GOTOP p {
  color: #fff;
  font-size: 17px;
  margin-top: 15%;
  line-height: 1.2;
  font-family: Arial,'Meiryo',"微軟正黑體","Microsoft JhengHei",sans-serif;
}

h2 {
  font-size: 2.6rem;
  color: #f96700;
  font-weight: 800;
  margin-bottom: 1.5rem;
  text-align: center;
}
.WRAPPER{
	overflow:hidden;
}
/* ----------電腦版型--------------------------- */
#header {
  width: 100%;
  height: auto;
  display: block;
  z-index: 9999;
}
#fb {
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 0;
  clear: both;
  display: block;
}
/*-------------footer-------------------------*/
#footer {
  display: none;
  width: 100%;
  min-width: 320px;
  height: 60px;
  background-color: #df2012;
  bottom: 0;
}
#footer ul {
  display: block;
  width: 220px;
  margin: 0 auto;
  padding-top: 10px;
}
#footer li {
  display: block;
  float: left;
  padding-right: 5%;
}
#footer a {
  text-indent: -9999px;
}
#footer li#GJUN a {
  display: block;
  background-image: url(../images/GJUN.png);
  background-repeat: no-repeat;
  line-height: 40px;
  width: 150px;
  height: 40px;
}
#footer li#FB a {
  display: block;
  background-image: url(../images/FB.png);
  width: 40px;
  height: 40px;
  background-position: bottom;
  padding-right: -5%;
}
#footer li#FB a:hover {
  background-position: top;
}
/*------------- CONTENT1 -------------*/
#CONTENT1 {
  width: 100%;
  height: 542px;
  background-image: url(../images/top_bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  overflow: hidden;
  align-items: flex-end;
  display: flex;
}
#CONTENT1 .WRAPPER {
  margin: 0 auto;
  position: relative;
  width: 1200px;
  max-width: 1200px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.workertalk {
  position: absolute;
  top: 502px;
  left: 125px;
  /*    border: 1px solid #fff;*/
  height: 39px;
  width: 184px;
}
.workertalk img {}
.flex-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.setbx1 .setcol1 h3 {
  color: #102754;
  font-weight: 800;
  display: block;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
}
.setbx1 .setcol1 {
  background-color: #e6e6e6;
  border: 10px solid #fff;
  padding: 1rem;
  text-align: center;
}
.setbx1 .setcol1 img {
  width: 100%;
}
.setbx1 .setcol1 span {
  color: #7e7e7e;
  text-align: center;
  margin: 0.5rem;
  font-size: 1.1rem;
  display: block;
}
#TOP {
  margin: 0px 40px 0 50px;
  display: flex;
  justify-content: center;
  align-items: end;
  flex: 0 0 22%;
}
#TITEL_block {
  width: 100%;
  max-width: 410px;
  height: auto;
}
#TITEL {
  background-image: url(../images/title.png);
  width: 100%;
  padding-bottom: 164.170732%;
  background-size: 100% auto;
  float: none;
  background-repeat: no-repeat;
  background-position: center top;
  /*	height: 27rem;*/
}
#PIC_block {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 50%;
  justify-content: center;
}
#PIC {
  background-image: url(../images/pic.png);
  background-repeat: no-repeat;
  width: 100%;
  height: 463px;
  background-position: center bottom;
  padding-bottom: 120.170732%;
}
/*
@-webkit-keyframes discolor {
  0%, 50% {
    background-color: #0090ff;
  }
  51%, 100% {
    background-color: #1c9cfe;
  }
}
@-moz-keyframes discolor {
  0%, 50% {
    background-color: #0090ff;
  }
  51%, 100% {
    background-color: #1c9cfe;
  }
}
@-o-keyframes discolor {
  0%, 50% {
    background-color: #0090ff;
  }
  51%, 100% {
    background-color: #1c9cfe;
  }
}
@keyframes discolor {
  0%, 50% {
    background-color: #0090ff;
  }
  51%, 100% {
    background-color: #1c9cfe;
  }

}*/
/*------------- CONTENT2 -------------*/
#CONTENT2 {
  width: 100%;
  height: auto;
  padding: 4rem 0;
  background-color: #ffffff;
  overflow: hidden;
}
#CONTENT2 .WRAPPER {
  margin: 0 auto;
  width: 1000px;
}
.titBx {
  position: relative;
  padding: 2rem 2rem 2rem;
  border-style: solid;
  border-color: #102854;
  border-width: 3px 3px 9px 3px;
  border-radius: 10px;
  width: 80%;
  margin: auto;
  margin-bottom: 3rem;
}
.titBx .tiangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #102854 transparent transparent transparent;
  position: absolute;
  bottom: -24px;
  left: 374px;
}
.titBx .description {
  color: #102854;
  text-align: justify;
  font-size: 1.2rem;
  line-height: 2rem;
}
.titBx .description strong {
  font-weight: 700;
}
/*------------- CONTENT3 -------------*/
#CONTENT3 {
  width: 100%;
  padding: 80px 0 40px;
  background: url("../images/formbg.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
#CONTENT3 .WRAPPER {
  margin: 0 auto;
  width: 1000px;
}
.formbx {
  background-color: #ffffff;
  /*    overflow: hidden;*/
  padding: 1.8rem 1rem 1.5rem;
  border-radius: 15px;
  min-height: 22rem;
  position: relative;
}
.formtit {
  background-color: #ffffff;
  display: inline-block;
  position: absolute;
  top: -48px;
  overflow: visible;
  border-radius: 15px 15px 0 0;
  padding: 0.6rem 3rem 0rem 2.5em;
  left: 468px;
}
.formtit h1 {
  display: block;
  font-size: 2.4rem;
  font-weight: bolder;
  text-align: center;
  color: #102754;
  /* margin-bottom: 15px; */
  font-style: italic;
}
#CONTENT3 #FORM h2 {
  color: #f96700;
  font-weight: bold;
  font-size: 2rem;
  font-style: italic;
}
#GIFT {
  float: left;
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
#GIFT img {
  margin: 0 auto;
  width: 83%;
  height: auto;
  padding-top: 1rem;
}
/*------------表單------------*/
#FORM {
  float: left;
  width: 50%;
  margin: 0 auto;
  z-index: 99999;
}
#FORM .BIG {
  width: 98%;
}
#FORM .BIG_2 {
  width: 48%;
  height: auto;
  float: left;
  margin-right: 2%;
}
#FORM #NAME {
  width: 98%;
  height: auto;
  float: left;
}
#FORM #PHONE {
  width: 48%;
  height: auto;
  float: left;
  margin-right: 2%;
}
#FORM #EMAIL {
  width: 48%;
  height: auto;
  float: left;
  margin-right: 2%;
}
#FORM #Dept {
  margin: 0px 0px 20px 0px;
  width: 100%;
  height: 40px;
}
#FORM #CITY {
  float: left;
  width: 48%;
  height: auto;
}
#ddl_city_no {
  width: 100%;
  font-size: 16px;
  text-align: center;
}
#FORM #SCHOOL {
  margin-left: 10px;
  float: left;
  width: 48%;
  height: 40px;
}
#ddl_area_no {
  width: 100%;
  height: 40px;
  font-size: 16px;
  text-align: center;
}
#READ {
  font-size: 100%;
  width: 100%;
  display: flex;
  padding-top: 10px;
  float: left;
  margin-top: 1%;
  margin-bottom: 2%;
}
#READ .searchtext2 {
  min-width: 20px;
  min-height: 20px;
  border: solid px gray;
  background-color: #FFF;
  float: left;
}
#READ span {
  display: inline-flex;
  width: 100%;
  font-size: 90%;
  color: #333333;
  text-indent: 5px;
  line-height: 1.3;
}
#FORM #BUT p {
  display: block !important;
  position: relative;
}
/*
#FORM #BUT p img {
  display: none;
  position: absolute;
  top: 30%;
}
*/
.A {
  font-family: Arial, Helvetica, "微軟正黑體", sans-serif, Microsoft JhengHei;
  color: #333;
  background-color: #f9f9f9;
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 8px;
  font-size: 90%;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  border: 1px solid #666;
  border-radius: 10px;
}
.AAA:focus {
  outline: none;
}
#FORM #BUT {
  float: left;
  width: 100%;
  height: auto;
}
#BUT i {
  color: #fff;
  font-size: 26px;
  padding-top: 20px;
  position: absolute;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
  z-index: 2;
}
/*------------- CONTENT4 -------------*/
#CONTENT4 {
  width: 100%;
  padding: 4rem 0;
  background: #ffffff;
}
#CONTENT4 .WRAPPER {
  margin: 0 auto;
  width: 1000px;
}
.setbx2 .setcol2 {
  text-align: center;
}
.setbx2 .setcol2 .imgbx {
  border-radius: 999px;
  text-align: center;
  box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 30%);
  background-size: 54%;
  height: 10rem;
  width: 10rem;
	margin: auto;
  margin-bottom: 1rem;
  background-color: #ffffff;
  image-rendering: -moz-crisp-edges; /* Firefox        */
  image-rendering: -o-crisp-edges; /* Opera          */
  image-rendering: -webkit-optimize-contrast; /* Safari         */
  image-rendering: optimize-contrast; /* CSS3 Proposed  */
}
.setimg1 {
  background: url(../images/img4.png)no-repeat center center;
}
.setimg2 {
  background: url(../images/img5.png)no-repeat center center;
}
.setimg3 {
  background: url(../images/img6.png)no-repeat center center;
}
.setimg4 {
  background: url(../images/img7.png)no-repeat center center;
}
.setbx2 .setcol2 img {
  width: 100%;
}
.setbx2 .setcol2 span {
  color: #000000;
  text-align: center;
  margin: 0.5rem;
  font-size: 1.1rem;
  display: block;
  line-height: 25px;
}
/* --CONTENT5-------------------------------------*/
#CONTENT5 {
  width: 100%;
  padding: 4rem 0;
  background: #e6e6e6;
}
#CONTENT5 .WRAPPER {
  margin: 0 auto;
  width: 1000px;
}
.teachbx {
  background: #ffffff;
  border-radius: 15px 15px 0 0;
}
.t-phto {
  image-rendering: -moz-crisp-edges; /* Firefox        */
  image-rendering: -o-crisp-edges; /* Opera          */
  image-rendering: -webkit-optimize-contrast; /* Safari         */
  image-rendering: optimize-contrast; /* CSS3 Proposed  */
  background: #ff8207;
  overflow: hidden;
  background-image: url(../images/img8.png);
  background-repeat: no-repeat;
  height: 17rem;
  background-position: center 6px;
  background-size: 69%;
}
.tname {
  color: #ffffff;
  background: #444444;
  text-align: center;
  font-size: 1.2rem;
  padding: 0.6rem;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tname span {
  font-size: 1rem;
}
.t-info {
  color: #102854;
  padding: 2rem;
}
.t-info h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.t-info p {
  color: #102854;
  text-align: justify;
  font-size: 1.2rem;
  line-height: 2rem;
}
.teachbx2 {
  background-color: rgba(255, 255, 255, 0.4);
}
.teachbx2 .photobx {
  align-items: center;
  display: flex;
}
.teachbx2 .photo {
  width: 100%;
  padding: 1rem;
}
.teachbx2 .tabbx {
  padding: 2rem 1rem 1rem;
}
.teachbx2 .tabbx ul {
  color: #000;
  padding: 1rem;
  line-height: 2rem;
}
.teachbx2 .tabbx ul li {}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #133a6a;
  background-color: #cfcfcf;
  border-color: transparent;
  font-size: 1.4rem;
  font-weight: bold;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  background-color: #102854;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  margin-right: 5px;
}
/* --CONTENT6-------------------------------------*/
#CONTENT6 {
  padding: 4rem 0 6rem;
  background-image: url(../images/mainBg3.png);
  background-size: 19px auto;
  background-attachment: fixed;
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-position: left top;
  background-repeat: repeat;
}
#CONTENT6 .WRAPPER {
  margin: 0 auto;
  width: 1000px;
}
.setimg5 {
  background: url(../images/img10.png)no-repeat center center;
}
.setimg6 {
  background: url(../images/img11.png)no-repeat center center;
}
.setimg7 {
  background: url(../images/img12.png)no-repeat center center;
}
.setimg8 {
  background: url(../images/img13.png)no-repeat center center;
}
.learn-list {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #102754;
  margin-top: 5rem;
}
.learn-list h4 {
  margin-bottom: 20px;
}
.learn-list span {
  color: #ff8207;
}
.head {
  border-bottom: #102854 1px solid;
  background-color: #102854;
  color: #fff;
  text-align: center;
  display: block;
}
.head .cont-head {
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
}
.head .cont-head {
  padding: 15px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
}
.cont-table {
  border: #102854 1px solid;
  width: 100%;
  background-color: #fff;
}
.cont-table .content {
  width: 100%;
}
.cont-table .content .cont-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: #102854 1px solid;
}
.cont-table .course-item {
  padding: 17px;
  color: #102854;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.5;
}
.cont-table .info {
  padding: 17px;
  border-left: #102854 1px solid;
  line-height: 1.5;
}
.cont-table .content .cont-one .col-md-6 {
  padding: 0px;
}
/* --平板版型1-------------------------------------*/
@media screen and (max-width:1024px) {
  #header {
    display: none;
  }
  #fb {
    display: none;
  }
	  #ALL {
 
	  overflow: hidden;
  }
  /*-------------footer-------------------------*/
  #footer {
    display: block;
  }
  /*------------- CONTENT1 -------------*/
  #CONTENT1 {
    height: auto;
  }
  .titBx {
    width: 100%;
    position: inherit;
  }
  #CONTENT1 .WRAPPER {
    width: 100%;
    height: auto;
    background-image: none;
  }
  #TITEL {
    background-image: url(../images/title_mb.png);
   padding-bottom: 56.5%;
    background-position: -53px 32px;
    background-size: 119%;
  }
  #TITEL_block {
    max-width: inherit;
  }
  #TOP {
    flex: 1;
  }
  #PIC_block {
    display: none;
  }
	.workertalk{
		display: none;
	}
  /*------------- CONTENT2 -------------*/
  #CONTENT2 .WRAPPER {
    width: 96%;
    margin: 0 auto;
  }
  /*------------- CONTENT3 -------------*/
  #CONTENT3 .WRAPPER {
    margin: 0 auto;
    width: 96%;
    max-width: 100%;
  }
  #GIFT {
    display: block;
    float: left;
    width: 40%;
    margin: 0 auto;
  }
  #FORM {
    float: left;
    width: 60%;
    margin: 0 auto;
  }
  .formtit h1 {
    margin-bottom: 15px;
  }
  /*------------- CONTENT4 -------------*/
  #CONTENT4 .WRAPPER {
    margin: 0 auto;
    width: 96%;
    max-width: 100%;
  }
  .box {
    width: 100%;
  }
  .box-r {
    margin-left: 1.3rem;
  }
  .txtp {
    font-size: 1rem;
  }
  .titBx .tiangle {
    display: none;
  }


  /*------------- CONTENT5 -------------*/

 #CONTENT5 .WRAPPER {
   
    width: 100%;
    max-width: 100%;
  }	
	.t-phto {
  
    background-size: 20%;
}
	
	#CONTENT5 {
   
    padding: 2rem 0;
   
}
  /*------------- CONTENT5 -------------*/	
	#CONTENT6 .WRAPPER {
   
    width: 95%;
}
	
}
/* --平板版型2-------------------------------------*/
@media screen and (max-width:767px) {
  #ALL {
    margin-top: 0px;
	  
  }
  /*------------- CONTENT1 -------------*/
  #CONTENT1 .WRAPPER {
    width: 100%;
    height: auto;
  }
  .flex-wrap {
    width: 100%;
    flex-direction: column;
  }
  h1 {
    width: 100%;
  }
  /*------------- CONTENT2 -------------*/
  #CONTENT2 .WRAPPER {
    width: 100%;
  }
  .setbx1 .setcol1 h3 {
    font-size: 1.8rem;
	  margin-top: 0.5rem;
  }
  .setbx1 .setcol1 span {
    font-size: 1.6rem;
  }
  /*------------- CONTENT3 -------------*/
  #CONTENT3 .WRAPPER {
    width: 100%;
  }
  #GIFT {
    width: 100%;
    margin-top: 20px;
  }
  #GIFT img {
    width: 85%;
    padding-top: 0px;
    margin-bottom: 15px;
  }
  #FORM {
    width: 100%;
  }
  #FORM .BIG {
    width: 98%;
  }
  #FORM .BIG_2 {
    width: 98%;
  }
  .formbx {
    overflow: hidden;
  }
  .formtit {
    display: block;
    position: inherit;
    top: 0px;
    overflow: visible;
    padding: 0em;
    left: 0;
  }
  .formtit h1 {
    margin-bottom: 0px;
  }
  .formbx {
    width: 95%;
    margin: auto;
  }
  /*------------- CONTENT4 -------------*/
  #CONTENT4 .WRAPPER {
    margin: 0 auto;
    width: 100%;
  }
  .box {
    width: 100%;
    flex-direction: column;
    margin-bottom: 25px;
  }
  .box img {
    margin-bottom: 30px;
  }
  .box-r {
    margin-left: 0rem;
  }
  .setbx2 .setcol2 .imgbx {
/*
    height: 20rem;
    width: 20rem;
*/
    display: flex;
    margin: auto;
  }
  .setbx2 .setcol2 span {
    font-size: 1.6rem;
    margin: 1rem 0 2.5rem;
  }
  /*------------- CONTENT5 -------------*/
  #CONTENT5 .WRAPPER {
    margin: 0 auto;
    width: 100%;
  }
  #CONTENT5 {
    padding: 2rem 0 1rem;
  }
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-size: 1.3em;
  }
  .teachbx2 {
    padding-bottom: 2rem;
  }
  .teachbx2 .photo {
    width: 64%;
    padding: 0rem;
    margin: auto;
  }
  /*------------- CONTENT6 -------------*/
  #CONTENT6 .WRAPPER {
    margin: 0 auto;
    width: 95%;
  }
  .cont-table .course-item {
    color: #fff;
    background-color: #102754;
  }
  .head {
    display: none;
  }
  .cont-table .info {
    text-align: center;
  }
  .t-phto {
    background-size: 24%;
  }
  .learn-list {
    font-size: 1.8rem;
  }
}
/* --手機版型1-------------------------------------*/
@media screen and (max-width:639px) {
  /*------------- CONTENT1 -------------*/
  #TOP {
    display: block;
    float: none;
    margin: 0 auto;
    width: 80%;
  }
  #PIC_block {
    float: none;
    width: 100%;
    margin: 0 auto;
  }
  #TITEL {
    background-image: url(../images/title_mb.png);
   padding-bottom: 57.5%;
    background-position: -28px 55px;
    background-size: 112%;
  }
  /*------------- CONTENT2 -------------*/
  #CONTENT2 {
    height: auto;
  }
  #CONTENT2 .WRAPPER {}
  #CONTENT2 h2 {
    font-size: 2rem;
  }
  /*------------- CONTENT3 -------------*/
  #CONTENT3 {
    padding: 40px 0 40px;
  }
  #FORM {
    float: none;
  }
  /*------------- CONTENT4 -------------*/
  #CONTENT4 .WRAPPER {
    width: 100%;
  }
  ul.item {
    margin-top: 10px;
  }
  ul.item li {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
  }
  #JOIN {
    display: block;
    width: 70%;
  }
  .setbx2 .setcol2 span {
    margin: 1.5rem 0 3rem;
  }
  /*------------- CONTENT5 -------------*/
  #CONTENT5 .WRAPPER {
    width: 95%;
  }
  /*------------- CONTENT6 -------------*/
  #CONTENT6 .WRAPPER {
    width: 100%;
  }
}
/* --手機版型2-------------------------------------*/
@media screen and (max-width:479px) {
	#ALL {
    overflow: initial;
}
  h2 {
    font-size: 2.4rem;
  }
  /*------------- CONTENT1 -------------*/
  #TITEL {
   background-position: -44px 43px;
    background-size: 122%;
    padding-bottom: 61.5%;
  }
  /*------------- CONTENT2 -------------*/
  #CONTENT2 {
    padding: 2rem 0;
  }
  #CONTENT2 .WRAPPER {
    width: 95%;
    margin-bottom: 1.5rem;
  }
  /*------------- CONTENT3 -------------*/
  #FORM {
    float: none;
    width: 95%
  }
  #FORM .BIG {
    width: 100%;
  }
  #FORM .BIG_2 {
    width: 100%;
  }
  #FORM #NAME {
    width: 100%;
  }
  #FORM #PHONE {
    width: 100%;
  }
  #FORM #EMAIL {
    
    width: 100%;
  }
  #FORM #CITY {
    width: 48%;
  }
  #FORM #SCHOOL {
    width: 48%;
  }
  #READ {
    width: 100%;
  }
  #READ span {
    width: 100%;
  }
  #FORM #BUT {
    width: 100%;
  }
  /*------------- CONTENT4 -------------*/
  #CONTENT4 {
    padding: 3rem 0 2rem;
  }
  #CONTENT4 .WRAPPER {
    width: 95%;
  }
  .setbx2 .setcol2 span {
   font-size: 1.2rem;
    margin: 1rem 0 1rem;
    line-height: 1.5rem;
  }

  /*------------- CONTENT5 -------------*/
  .t-phto {
    background-size: 37%;
  }
  .t-info h3 {
    line-height: 32px;
  }
  /*------------- CONTENT6 -------------*/
  #CONTENT6 {
    padding: 3rem 0 4rem;
  }
  #CONTENT6 .WRAPPER {
    width: 95%;
  }
  .learn-list h4 {
    margin-bottom: 10px;
    line-height: 32px;
  }
  .learn-list {
    margin-top: 2rem;
  }
}