@font-face {
  font-family: SF-Pro-Text-Bold;
  src: url(SF-Pro-Text-Bold.otf);
}

@font-face {
  font-family: SF-Pro-Text-Regular;
  src: url(SF-Pro-Text-Regular.otf);
}

@font-face {
  font-family: SF-Pro-Text-Medium;
  src: url(SF-Pro-Text-Medium.otf);
}

html {
  font-size: 62.5%;
  font-family: 'Roboto', sans-serif;
}

body {
  color: #212529;
  background-color: #F8F0F5;
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
  outline: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-font-smoothing: subpixel-antialiased;
  position: relative;
}

*, *::before, *::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*解决手機點擊出現蓝色背景*/
  -webkit-text-size-adjust: 100%;
  /*iPhone旋轉後文字不要放大*/
  -webkit-overflow-scrolling: touch;
  /*iphone滑動不卡卡*/
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
  color: #007BFF;
  cursor: pointer;
}

img {
  display: block;
  width: 100%;
}

b {
  font-weight: bold;
}

.underline{
  text-decoration: underline!important;
}

.super {
  vertical-align: super;
  font-size: 1.4rem;
}

.color_1{
  color: #ef3f78!important;
}

.margin_1{
  margin-bottom: 2rem!important;
} /*jp*/

.margin_2{
  margin-bottom: 1rem!important;
} /*jp*/

.margin_3{
  margin-top: 2rem!important;
} /*jp*/

.margin_4{
  margin-top: 1rem!important;
} /*jp*/

.line-height_1{
  line-height: 1.5!important;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

/*########## Sart ##########*/

/*banner*/


.top_banner {
  width: 100%;
  position: relative;
}

.top_banner img {
  width: 100%;
  display: block;
}

.top_banner_logo {
  position:absolute;
  width: 35%;
  left: 2%;
  top: 0;
}

/*banner_m*/

.top_banner_m{
  width: 100%;
  position: relative;
}

.top_banner_m img {
  width: 100%;
  display: none;
}

.top_banner_m_logo {
  position:absolute;
  width: 55%;
  left: 4%;
  top: 0;
}

/*container*/

.container {
  width: 85%;
  max-width: 1400px;
  margin: 40px auto 40px;
  padding: 40px 60px;
  background-color: #FFF;
  border-radius: 8px;
}

.section_1_t1 {
  font-size: 2rem;
}

.section_1_t2 {
  font-size: 2rem;
}

.form_area {
  padding: 20px 0 0;
  display: block;
  width: 80%;
  margin: 0 auto;
}

.submit_area {
  display: block;
  width: 60%;
  margin: 40px auto 60px;
  text-align: center;
  background-color: #F2F2F2;
  border-radius: 8px;
  padding: 20px;
}

.submit_area .submit_t1{
font-weight: bold;
font-size: 2.4rem;
line-height: 1.5;
color:#F23B77;
}

.submit_area .submit_t2{
font-size: 2rem;
}


.form_area_t1 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
}

.form_area img {
  width: 754px;
  margin: 0 auto;
}

.title {
  background-color: #000;
  color: #FFF;
  font-size: 2.4rem;
  line-height: 2;
  text-align: center;
  font-weight: bold;
  border-radius: 8px 8px 0 0;
}

.speaker_area {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  margin: 0 auto;
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.2;
  padding: 40px 0 0;
  border: 1px solid #ccc;
  border-radius: 0 0 8px 8px;
}

.name {
  font-weight: bold;
}

.speaker {
  width: 33%;
  margin: 0px auto 40px;
  padding: 0 20px;
  text-align: center;
}

.speaker_4columns {
  width: 25%;
} /*jp*/

.headshot {
  width: 200px;
  height: 200px;
  margin: 0 auto;
  background-color: #ccc;
  border-radius: 100%;
}

.headshot_jp {
  width: 160px;
  height: 160px;
}

.headshot img {
  height: 100%;
  border-radius: 100%;
}

.logo {
  width: 130px;
  margin: 10px auto;
}

.logo img {
  width: 100%;
}

.button a, .submit-button {
  display: block;
  width: 300px;
  border-radius: 80px;
  color: #FFF;
  padding: 15px 0;
  margin: 40px auto 40px;
  text-align: center;
  background-image: linear-gradient(110deg, #ffb741 -48%, #f23e76 89%, #f23b77 0);
  font-weight: 500!important;
  cursor: pointer;
  border: none!important;
  text-decoration: none;
  font-weight: bold;
}

.button_2-border-wrap {
  width: 660px;
  position: relative;
  background: linear-gradient(110deg, #ffb741 -48%, #f23e76 89%, #f23b77 0);
  padding: 2px;
  margin: 30px auto 30px;
  border-radius: 42px;
  font-weight: 500!important;
  cursor: pointer;
  border: none!important;
 
}

.button_2 {
  background: #FFF;
  padding: 15px 0;
  text-align: center;
  border-radius: 40px;
  color: #f23b77;
  font-size: 2rem;
  line-height: 1.2;
  padding: 10px 20px;
}

.button_2 a {
  text-decoration: none;
}

/* .txt_color{
  background: -webkit-linear-gradient(300deg, #ffb741 -48%, #f23e76 89%, #f23b77 0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
} */

.agenda_area {
  margin: 0 auto;
  text-align: left;
  font-size: 1.7rem;
  line-height: 1.5;
  padding: 0px;
  border: 1px solid #ccc;
  border-radius: 0 0 8px 8px;
}

.agenda_txt {
  padding: 20px 60px 20px 60px;
  border-bottom: 1px solid #ccc;
  font-size: 2rem;
}

.agenda_txt:last-child {
  border-bottom: none;
}

.agenda_t1 {
  font-weight: bold;
}

.agenda_time{
  margin-bottom: 10px;
  color: #186ba6;
}

.agenda_headshot {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}

.agenda_headshot_flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  width: 230px;
  text-align: left;
  align-items: center;
  margin-right: 60px;
  margin-top: 20px;
}

.agenda_headshot .headshot {
  width: 100px;
  height: 100px;
}

.agenda_headshot .headshot img {
  width: 100%;
  vertical-align: middle;
  border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #FFF;
  box-shadow: 0 0 3px 0 rgb(0 0 0 / 20%);
}

.agenda_headshot .logo {
  padding-left: 10px;
}

.agenda_headshot .logo img {
  width: 80%;
}

.agenda_headshot .name {
  font-size: 1.4rem;
}

.agenda_headshot .speaker_title {
  font-size: 1.4rem;
}

.video_area{
  margin: 0 auto;
  text-align: left;
  font-size: 1.7rem;
  line-height: 1.5;
  padding: 0px;
  border: 1px solid #ccc;
  border-radius: 0 0 8px 8px;
}

.video_content{
  padding: 30px;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  margin: 0 auto;
  font-size: 1.7rem;
}

.video_content:last-child{
 border: none;
}

.video_l{
  width: 30%;
  margin-bottom: 20px;
}

.video_l img{
  border-radius: 8px;
}


.video_r{
 width: 65%;
}

.video_t1{
  font-weight: bold;
  margin-bottom: 2rem;
}

.footer {
  text-align: center;
  margin-bottom: 60px;
}

.contact_area {
  text-align: center;
}

.contact_area a {
  text-decoration: underline;
  color: #007BFF;
  font-size: 1.7rem;
}

.icon_title {
  text-align: center;
  font-weight: bold;
  font-size: 3rem;
}

.icon_area {
  display: flex;
  flex-direction: row;
  width: 15%;
  margin: 10px auto;
}

.icon {
  margin: 0 10px;
}

.icon img {
  border-radius: 100%;
}

.copyright {
  font-size: 1.7rem;
}

.iframe_form {
  visibility: hidden;
  height: 0;
  border: 0;
  padding: 0;
  width: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.col {
  flex: 0 0 49%;
  max-width: 49%;
}

.submit-button  {
  display: block;
  width: 300px;
  border-radius: 40px;
  color: #FFF;
  padding: 15px 0;
  margin: 40px auto 40px;
  text-align: center;
  background-image: linear-gradient(110deg, #ffb741 -48%, #f23e76 89%, #f23b77 0);
  font-weight: 500!important;
  cursor: pointer;
  border: none!important;
  font-size: 20px;
  margin-top: 20px;
}

.pf-form-field__required:after {
  font-size: 14px;
  color: #ef3f78;
  font-weight: 700;
  content: '*';
}

.contact-us-form_field_title {
  line-height: 1.3em;
  font-weight: 600;
  color: #000;
  margin-bottom: .5em;
  font-size: 14px!important;
}

.form-control {
  display: block;
  width: 100%;
  height: 52px;
  padding: 6px 0 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-bottom: 20px;
}
/*RWD*/

@media only screen and (max-width: 1024px) {
  .submit_area {
    width: 80%;
  }
  
  .headshot {
    width: 160px;
    height: 160px;
  }

  .headshot_jp {
    width: 120px;
    height: 120px;
  }

  .logo {
    width: 90px;
  }

  .agenda_headshot .logo{
    width: 120px;
  }

  .icon_area {
    width: 30%;
  }
}

@media only screen and (max-width: 768px) {
  .form_area img {
    width: 500px;
    margin: 0 auto;
  }
  .container {
    width: 90%;
    margin: 40px auto 40px;
    padding: 40px 40px;
    background-color: #FFF;
    border-radius: 8px;
  }
  .headshot {
    width: 120px;
    height: 120px;
  }

  .headshot_jp {
    width: 100px;
    height: 100px;
  }


  .agenda_headshot .logo{
    width: 100px;
  }

  .agenda_headshot .headshot{
    width: 100px;
    height: 100px;
  }

  .agenda_txt{
    padding: 20px 20px;
    /* font-size: 1.4rem; */
  }
  .agenda_headshot_flex {
    width: 200px;
    margin-right: 20px;
    margin-top: 20px;
  }
  .icon_area {
    width: 40%;
  }

  .button a, .submit-button {
    margin: 30px auto 30px;
    padding: 10px 10px;
    width: 300px;
  }

  .button_2-border-wrap{
    width: 620px;
  }



}

@media only screen and (max-width: 767px) {

  .m_none{
    display: none;
  }

  .form_area {
    padding: 20px 0 0;
    width: 100%;
  }
  .submit_area {
    padding: 20px;
    width: 100%;
  }


  .form_area_t1 {
    text-align: left;
  }
  /*banner*/
  .top_banner img {
    width: 100%;
    display: none;
  }




  /*banner_m*/
  .top_banner_m img {
    width: 100%;
    display: block;
  }
  .container {
    width: 100%;
    max-width: 767px;
    padding: 20px 20px;
    margin: 0;
    border-radius: 0;
  }
  .section_1_t2 {
    font-size: 1.7rem;
  }
  .title {
    font-size: 2rem;
  }
  .headshot {
    width: 120px;
    height: 120px;
  }
  .logo {
    width: 80px;
    font-size: 1.4rem;
  }
  .speaker_area {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .speaker {
    width: 50%;
  }
  .agenda_txt {
    padding: 20px 20px 20px 20px;
  }

  .agenda_headshot {
    align-items: flex-start;
  }

  .agenda_headshot_flex {
    width: 50%;
    align-items: center;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .agenda_headshot .logo {
    width: 120px;
  }

  .agenda_headshot .logo img {
    width: 100%;
    margin: 0 auto;
  }
  .button a, .submit-button {
    margin: 30px auto 30px;
    padding: 10px 10px;
    width: 100%;
  }
.agenda_headshot {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  /* align-items: center; */
}
  .button_2-border-wrap{
    width: 100%;
  }

  .contact_area {
    font-size: 1.7rem;
  }
  .footer {
    margin-top: 20px;
  }
  .icon_title {
    font-size: 2.4rem;
  }
  .icon_area {
    width: 60%;
  }

  .row {
    margin: 0 auto;
  }

  .col {
    flex: 0 0 100%;
    max-width: 100%;
  }


  .video_content{
    padding: 20px;
    border-bottom: 1px solid #ccc;
    display: flex;
    flex-wrap: wrap;
    flex-direction:column;
    justify-content: space-around;
    margin: 0 auto;
    font-size: 1.7rem;
  }

  .video_l{
    width: 100%;
  }

  .video_r{
    width: 100%;
  }

}

@media only screen and (max-width: 320px) {
  html {
    font-size: 50%;
  }
  .headshot {
    width: 100px;
    height: 100px;
  }
  .logo {
    width: 60px;
  }
  .speaker_area {
    padding: 20px 0 0;
  }
  .speaker {
    margin: 0px auto 20px;
  }
  .agenda_txt {
    padding: 15px;
  }
  .agenda_headshot .headshot {
    width: 50px;
    height: 50px;
  }
  .agenda_headshot .headshot img {
    border: 2px solid #FFF;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 10%);
  }
}