/*
Theme Name: Twenty Sixteen Child
Theme URI: https://wordpress.org/themes/twentysixteen/
Template: twentysixteen
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Sixteen is a modernized take on an ever-popular WordPress layout — the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail. Twenty Sixteen will make your WordPress look beautiful everywhere.
Tags: one-column,two-columns,right-sidebar,accessibility-ready,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,flexible-header,microformats,post-formats,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog
Version: 2.5.1
Updated: 2019-11-07 03:22:26

*/

body {
    width:100%;
    margin:0 auto;
    padding:0px;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1.8;
    background-color: #FFF;
}

html, body {
    height: 100%;
}

body:before, body:after {
    display: none !important;
}

* {
    box-sizing: border-box;
    outline: none;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

a, a:hover, a:focus, a:active {
    color: #1f3665;
    text-decoration: underline;
}

h1 {
    color: #02595d;
    font-size: 14px;
    text-align: left;
}

h2 {
    color: #FFF;
    font-size: 14px;
    margin-bottom: 0px;
}

select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    padding: 5px;
    position: relative;
    background-image: url(image/arrow.png);
    background-repeat: no-repeat;
    background-size: 20px 10px;
    background-position: right;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: sans-serif;
}

.main {
    padding: 15px;
    position: relative;
    padding-bottom: 150px;
    min-height: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.language {
    text-align: right;
    font-size: 16px;
}

.language a {
    text-decoration: none;
}

.date-dropdowns {
    margin-bottom: 5px;
}

.date-dropdowns select {
    width: 49%;
    margin-right: 1%;
}

.date-dropdowns .day {
  display: none;
}

footer img {
    display: block;
    margin: 10px auto 0px auto;
    width: 100%;
}

footer {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.footer_links {
    font-size: 12px;
    margin-top: 40px;
    text-align: center;
}

.footer_links a {
    white-space: nowrap;
}

.checkbox_content {
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.question span {
    font-weight: bold;
    color: #266baf;
}

.question .btn span {
    color: #fff;
}

.question {
    padding: 10px 0px 0px 0px;
}

.radio {
    text-align: center;
    padding: 10px 0px;
}

.checkbox label, .textbox label {
    display: block;
}

.textbox table {
    width: 100%;
}

.textbox table, .textbox table td {
    border: none !important;
}

.textbox table td:first-child {
    width: 30%;
}

.textbox table input {
    width: 100%;
    padding: 10px;
}

.textbox table label {
    width: 50%;
    display: inline-block;
}

.textbox table input[type=radio] {
    width: auto;
    padding: 0px;
}

#verifly_code_request {
    width: 50%;
    font-size: 14px;
}

.cookie_pop {
    background-color: rgba(255,255,255,0.8);
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    bottom: 0px;
    top: 0px;
}

.accpet_cookie {
    background-color: rgba(255,255,255,1);
    padding: 20px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    border: 5px #266baf solid;
}

#accpet_cookie_btn {
    font-size: 14px !important;
}

#personal_data {
  display:none;
}

.select_gd {
    width: 99%;
}

.s_text {
    font-size: 12px;
}

.btn {
    width: auto;
    display: inline-block;
    text-align: center;
    border: none;
    color: #02595d;
    font-size: 12px;
    cursor: pointer;
    line-height: 1.2 !important;
    border-radius: 10px;
    background-color: #cccbcc;
    text-decoration: none;
}

.submit_btn {
    float: right;
    color: #FFF;
    background-color: #1f3665;
}

.tnc_main_body {
    margin: 0px;
    padding: 0px;
}

.tnc_main {
    background-color: #FFF;
    color: #02595d;
    padding: 15px;
}

.tnc_main h1 {
    font-size: 14px;
    color: #02595d;
    text-align: left;
}

.question_box {
    background-color: rgba(255,255,255,0.5);
    border-radius: 10px;
    padding: 15px 15px 50px 15px;
    position: relative;
    margin: 15px 0px;
}

.process {
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: 100%;
    color: #02595d;
    font-size: 12px;
}

.answer_set ul, .answer_set li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.answer_set label {
    display: block;
    background-color: rgba(255,255,255,0.5);
    border-radius: 10px;
    text-align: left;
    font-size: 14px;
    margin: 10px auto;
    color: #1f3665;
    border: 1px #1f3665 solid;
    padding: 5px;
    margin: 2px auto;
    width: 100%;
}

/*
.question_1 input[type="radio"], .question_4 input[type="radio"] {
    display: none;
}
*/

.answer_set .selected, .answer_set input[type="radio"]:checked+label {
    background-color: #1f3665;
    color: #FFF;
}

.answer_set input[type="checkbox"]:checked+label {
    background-color: #1f3665;
    color: #FFF;
}

.answer_set select {
    width: 100%;
    height: 40px;
    padding: 0px 15px;
    margin-bottom: 10px;
}

.answer_set ul {
  margin: 20px auto;
}

/*
.answer_set li {
  float: left;
}
*/

.answer_set ul:after {
  clear: both;
  display: table;
  content: " ";
}

/*
.question_1 li, .question_4 li {
  width: 20%;
}
*/

.arrow-right {
  position: relative;
  padding-right: 20px;
  padding-left: 10px;
}

.arrow-right i {
  position: absolute;
    top: 13px;
    right: 10px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #FFF;
}

.arrow-left {
  position: relative;
  padding-right: 10px;
  padding-left: 20px;
}

.arrow-left i {
  position: absolute;
    top: 13px;
    left: 10px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #02595d;
}

.btn_set:after {
    content: " ";
    display: table;
   clear: both;
}

.btn_set .btn {
    width: auto;
    font-size: 14px;
}

.q_img {
    display: inline-block;
    width: 80px;
}

.question_box p {
    color: #02595d;
    margin: 0px;
    padding: 0px;
    font-size: 12px;
}

.thanks {
    color: #FFF;
    padding: 200px 0px;
    font-weight: bold;
    text-align: center;
}

input[type=text],input[type=tel], select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    border: none;
    background-color: #FFF;
    height: 35px;
}

iframe {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    border: none;
    background-color: #FFF;

}

.question_box {
  color: #1f3665;
}

.question_box table,  .question_box td {
    border: none;
    padding: 0px;
    margin: 0px;
}

.question_box h2  {
    position: relative;
    color: #1f3665;
}

.question_box h2 span  {
    position: absolute;
    left: 0px;
    font-style: normal;
    width: 15px;
}

.question_box h2 span:before {
    content: " ";
    position: absolute;
    top: 7px;
    right: 0px;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #02595d;
}

.have_input input[type=text] {
    display:none;
}

.selected input[type=text] {
    display: inline-block !important;
}

.question_box table {
    font-size: 14px;
}

.question_box table b {
    font-size: 16px;
}

.page-template-template-personal-information-collection, .page-template-template-privacy-notice, .page-template-template-terms-of-use, .page-template-template-personal-information-collection-links, .page-template-template-personal-information-collection-en {
    background-color: #FFF;
    background-image: none;
    color: #000;
}

.page-template-template-personal-information-collection .main, .page-template-template-privacy-notice .main, .page-template-template-terms-of-use .main, .page-template-template-personal-information-collection-links .main, .page-template-template-personal-information-collection-en .main {
    padding-bottom: 1px !important;
}

.page-template-template-personal-information-collection-links a, .page-template-template-personal-information-collection-links a:hover, .page-template-template-personal-information-collection-links a:focus, .page-template-template-personal-information-collection-links a:active, .page-template-template-personal-information-collection-en a, .page-template-template-personal-information-collection-en a:hover, .page-template-template-personal-information-collection-en a:focus, .page-template-template-personal-information-collection-en a:active {
    color: #02595d;
    text-decoration: underline;
    font-weight: bold;
}

.answer_set input[type=text] {
  margin-bottom: 10px;
  border: 1px solid #1f3665;
}

/*
.question_4 {
    opacity: 0.2;
}

.question_4 li {
    display: block;
    float: none;
}

.question_4 input {
    width: 100%;
    height: 30px;
    margin-bottom: 6px;
}
*/

#q7_personal_data {
    color: #02595d;
}

#q7_personal_data input {
    margin-bottom: 2px;
}

#checkbox_order_reset_btn {
    width: 100px;
    display: block;
    margin: 10px auto;
    color: #FFF;
    background-color: #189197;
    font-size: 12px;
    padding: 10px;
    cursor: pointer;
    line-height: 1.2 !important;
    border-radius: 10px;
    text-align: center;
    border: none;
}


.question_5 li {
    position: relative;
}

.question_5 li span {
    border-radius: 50%;
    background-color: #189197;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    width: 20px;
    height: 20px;
    position: absolute;
    display: block;
    left: 5px;
    top: 8px;
    text-align: center;
    line-height: 20px;
}

#q5_ordering {
    position: absolute;
    left: -1000px;
}

.q_info {
    padding: 0px 0px 20px 5px;
    color: #02595d;
}

.postid-23493 {
  background-image: url(image/plt_ntd_bg.jpg);
}

.postid-23493 .submit_btn {
    background-color: #f36527;
}

.postid-23493 .question_box, .postid-23493 .question_box h2, .postid-23493 .question_box p, .postid-23493 .answer_set select option, .postid-23493 .answer_set label, .postid-23493 .main a {
    color: #f36527;
}

.postid-23493 .answer_set .selected, .postid-23493 .answer_set input[type="radio"]:checked+label {
    background-color: #f36527;
    color: #FFF;
}

.postid-23493 .footer_links {
  color: #000;
}

.postid-24061 {
  background-image: url(image/plt_ntd_bg.jpg);
}

.postid-24061 .submit_btn {
    background-color: #f36527;
}

.postid-24061 .question_box, .postid-24061 .question_box h2, .postid-24061 .question_box p, .postid-24061 .answer_set select option, .postid-24061 .answer_set label, .postid-24061 .main a {
    color: #f36527;
}

.postid-24061 .answer_set .selected, .postid-24061 .answer_set input[type="radio"]:checked+label {
    background-color: #f36527;
    color: #FFF;
}

.postid-24061 .footer_links {
  color: #000;
}

.postid-24061 #q2_brand option:last-child, .postid-24061 #q2_brand option:last-child {
  display: none !important;
}

.postid-24061 #q7_personal_data {
    color: #f36527;
}

.postid-24061 .language, .postid-24069 .language {
    display: none;
}

.postid-23502 #q2_brand option:last-child, .postid-23502 #q3_brand option:last-child, .postid-23643 #q2_brand option:last-child, .postid-23643 #q3_brand option:last-child, .postid-23793 #q2_brand option:last-child, .postid-23793 #q3_brand option:last-child, .selector-hide {
  display: none !important;
  visibility: hidden !important;
}

.page-template-template-survey-thank-you .btn {
    width: 150px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 0px auto;
    display: block;
}

.page-template-template-survey-thank-you, .page-template-template-survey-done, .page-template-template-blank-page {
  background-image: none !important;
  background-color: #FFF !important;
}

.page-template-template-survey-done h1, .page-template-template-blank-page h1 {
  text-align: center;
  color: #000;
}


.btn:disabled, .btn[disabled] {
  background-color: #ccc !important;
  border-radius: 10px !important;
  position: relative;
}

.btn:disabled:after, .btn[disabled]:after {
  content: "載入中...";
  position: absolute;
  bottom: -20px;
  right: 0px;
  color: #000;
  display: block;
  text-align: right;
  font-size: 12px;
}

.eng .btn:disabled:after, .eng .btn[disabled]:after {
  content: "Loading...";
}

#signature, #signature canvas {
	height: 300px !important;
}


a {
    color: #266baf;
    text-decoration: none;
}

h1 {
    color: #266baf;
    font-size: 30px;
    text-align: center;
}

h2 {
    color: #266baf;
    font-size: 20px;
    margin-bottom: 0px;
}

select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -ms-appearance: none;
    padding: 10px;
    position: relative;
    background-image: url(image/arrow.png);
    background-repeat: no-repeat;
    background-size: 20px 10px;
    background-position: right;
    margin-bottom: 10px;
	border: 1px #ccc solid;
}

.main {
    border: 5px #266baf solid;
    padding: 30px 15px 40px 15px;
}

.language {
    text-align: center;
    font-size: 20px;
}

.date-dropdowns {
    margin-bottom: 40px;
}

.date-dropdowns select {
    width: 48%;
    margin-right: 1%;
}

.date-dropdowns .day {
  display: none;
}

.btn {
    width: 100%;
    display: block;
    text-align: center;
    background-color: #266baf !important;
    border: none;
    color: #FFF !important;
    font-size: 20px;
    cursor: pointer;
    line-height: 1.2 !important;
}

footer img {
    display: block;
    margin: 0px auto;
    max-width: 400px;
}

footer div {
    background-color: #266baf;
}

.footer_links {
    font-size: 12px;
    margin-top: 40px;
    text-align: center;
}

.footer_links a {
    white-space: nowrap;
	color: #FFF;
}

.checkbox_content {
    font-size: 12px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.question span {
    font-weight: bold;
    color: #266baf;
}

.question .btn span {
    color: #fff;
}

.question {
    padding: 10px 0px 0px 0px;
}

.radio {
    text-align: center;
    padding: 10px 0px;
}

.checkbox label, .textbox label {
    display: block;
}

.textbox table {
    width: 100%;
}

.textbox table, .textbox table td {
    border: none !important;
}

.textbox table td:first-child {
    width: 30%;
}

.textbox table input {
    width: 100%;
    padding: 10px;
}

.textbox table label {
    width: 50%;
    display: inline-block;
}

.textbox table input[type=radio] {
    width: auto;
    padding: 0px;
}

#verifly_code_request {
    width: 50%;
    font-size: 14px;
}

.cookie_pop {
    background-color: rgba(255,255,255,0.8);
    position: fixed;
    z-index: 1000;
    width: 100%;
    height: 100%;
    bottom: 0px;
    top: 0px;
}

.accpet_cookie {
    background-color: rgba(255,255,255,1);
    padding: 20px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    border: 5px #266baf solid;
}

#accpet_cookie_btn {
    font-size: 14px !important;
}

#personal_data {
  display:none;
}

.end_btn .btn {
    padding: 10px;
}