@charset "UTF-8";
* {
  font-family: 'Roboto','微軟正黑體','蘋果儷中黑',Arial;
  position: relative;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
    transition--moz-transition: 1s;
    transition--webkit-transition: 1s;
    transition--o-transition: 1s; }

html, body {
  margin: 0; }

/* ========= sass設定 ========= */
h1, h2, h3, h4, h5, h6, p {
  margin: 0; }

input {
  outline: none;
  margin-left: 15px;
  border: none;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  color: #1A1A1A; }

select {
  -webkit-appearance: none;
    -webkit-appearance--moz-appearance: none;
  text-indent: 0.01px;
  -o-text-overflow: "";
  text-overflow: "";
  border: none;
  background: none;
  margin-left: 15px;
  height: 100%;
  width: calc(100% - 100px);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  color: #1A1A1A;
  background: url(../images/icon_arrow.svg) center right 8px no-repeat; }

input[type=date]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  display: none; }

a {
  text-decoration: none;
  display: inline-block; }

a,
select {
  cursor: pointer; }



.keep_container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  pointer-events: none;
  z-index: 20; }

.top_logo_box {
  margin: 40px 0 0 50px; }

.top_logo_color,
.share_fb_color,
.share_line_color {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1; }

.share_fb_white,
.share_line_white {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.share {
  margin-top: 30px;
  display: inline-block; }

.share_text,
.share_fb_box,
.share_line_box {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle; }

.share_fb_box,
.share_line_box {
  width: 30px;
  height: 30px;
  pointer-events: auto; }

.share_text {
  margin-right: 8px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 22px;
  color: #666; }

.share_fb_color {
  width: 100%;
  height: 100%;
  background-image: url(../images/icon_fb.png);
  background-repeat: no-repeat;
  background-size: cover; }

.share_fb_white {
  width: 100%;
  height: 100%;
  background-image: url(../images/icon_fb_white.png);
  background-repeat: no-repeat;
  background-size: cover; }

.share_line_color {
  width: 100%;
  height: 100%;
  background-image: url(../images/icon_line.png);
  background-repeat: no-repeat;
  background-size: cover; }

.share_line_white {
  width: 100%;
  height: 100%;
  background-image: url(../images/icon_line_white.png);
  background-repeat: no-repeat;
  background-size: cover; }

.keep_button {
  position: absolute;
  right: 20px;
  top: calc(50% - 80px); }

.keep_button_top,
.keep_button_middle,
.keep_button_bottom {
  text-align: center;
  pointer-events: auto;
  display: block;
  width: 120px;
  height: 120px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(25, 50, 100, 0.3);
  box-shadow: 0 2px 10px rgba(25, 50, 100, 0.3); }

.keep_button_top a,
.keep_button_middle a,
.keep_button_bottom a {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 120px;
  color: #3BBEE4; }

.keep_button_top,
.keep_button_bottom {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 10px;
  right: 10px; }
  .keep_button_top a,
  .keep_button_bottom a {
    line-height: 100px; }

.keep_button:hover .keep_button {
  height: 350px; }

.keep_button:hover .keep_button_top {
  margin-top: -125px; }

.keep_button:hover .keep_button_bottom {
  margin-top: 125px; }

.keep_button_top:hover {
  background-color: #49A6C7;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s; }
  .keep_button_top:hover a {
    color: #fff; }

.keep_button_bottom:hover {
  background-color: #49A6C7;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s; }
  .keep_button_bottom:hover a {
    color: #fff; }

.keep_button_middle:hover {
  background-color: #49A6C7;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s; }
  .keep_button_middle:hover a {
    color: #fff; }

@media screen and (max-width: 767px) {
  .top_logo_box {
    margin: 30px 0 0 25px;
    width: 120px; }
  .top_logo_white,
  .share_fb_color,
  .share_line_color {
    opacity: 0; }
  .top_logo_color {
    width: 100%;
    opacity: 0; }
  .top_logo_white {
    width: 100%;
    opacity: 1; }
  .keep_button {
    top: auto;
    bottom: 20px; }
  .keep_button_item {
    width: 70px;
    height: 70px; }
  .keep_button_item a {
    font-size: 14px;
    line-height: 20px;
    width: 40px;
    margin: 15px auto 0 auto; }
  .keep_button_bottom {
    right: 0;
    top: auto;
    bottom: 0; }
  .keep_button_middle {
    margin-bottom: 80px; }
  .keep_button_top {
    right: 0;
    top: auto;
    bottom: 160px; } }

.cut02_h3 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 3.5px;
  line-height: 24px;
  color: #666; }

.cut02_h2 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 3px;
  line-height: 40px;
  color: #666; }

.list_item {
  margin-bottom: 30px;
  border-bottom: 0.5px solid #B4B4B4; }

.list_item_title {
  width: 75px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 30px;
  border-bottom: 1.5px solid #1A1A1A; }

.page_list {
  height: 100%;
  text-align: center;
  padding-top: 130px;
  padding-bottom: 250px;
  background-image: url(../images/img_cut02_bg.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden; }

.page_list h2,
.page_list h3 {
  text-align: center; }

.page_list h2 {
  margin-bottom: 20px; }

.page_list h3 {
  margin-bottom: 50px; }

.list_container {
  width: 700px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 0 auto;
  padding: 80px 100px 70px 100px;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
  background-color: #fff;
  z-index: 3; }

.list_item_title {
  text-align: left; }

.list_item_p {
  display: inline-block;
  width: calc(100% - 110px);
  text-align: left;
  margin-left: 20px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1.5px;
  line-height: 20px; }

.list_item_p span {
  margin-left: 10px;
  font-size: 22px;
  font-weight: 600px;
  color: #3BBEE4; }

.list_warning {
  margin-top: 80px;
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 17px;
  color: #666; }

.list_h4 {
  margin-top: 65px;
  margin-bottom: 40px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2.3px;
  line-height: 20px;
  color: #49A6C7; }

.list_item {
  text-align: left; }

.list_item_margin {
  margin: 0; }

.list_item_p_myopia {
  display: inline-block;
  line-height: 30px;
  width: calc(100% / 4 - 30px); }

.list_circle {
  position: absolute;
  top: calc(50% - 475px);
  left: calc(50% - 475px);
  width: 950px;
  height: 950px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 0; }

@media all and (max-width: 715px) {
  .top_logo_color {
    width: 100%;
    height: auto; }
  .top_logo_box {
    width: 120px;
    margin: 35px 0 0 30px; }
  .list_container {
    width: 95%;
    padding: 60px 30px 60px 30px; }
  .page_list h3 {
    font-size: 18px;
    width: 80%;
    margin: 0 auto 50px auto; }
  .share_text {
    display: block;
    margin-bottom: 10px; } }

.input_container {
  text-align: left; }

.input_container .list_item_p {
  width: calc(100% - 120px); }

.search_input_item {
  margin-bottom: 25px; }

.search_warning {
  margin-top: 0; }

.cut03_button {
  width: 250px;
  height: 60px;
  margin-top: 60px;
  border: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: 60px;
  border-radius: 5px;
  cursor: pointer;
  overflow: hidden;
  background-color: #49A6C7; }
.cut03_button a {
    color: #fff; }
.cut03_button span {
    color: #fff; }

.search_circle {
  width: 1170px;
  height: 1170px;
  top: calc(100% - 700px);
  left: calc(50% - 575px); }

===== 0122 新增 =====

.keep_container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  pointer-events: none;
  z-index: 20; }

.logo-a {
  pointer-events: auto;
  position: absolute;
  cursor: pointer;
  height: 40px;
  width: 150px;
  z-index: 20;
}

.top_logo_box {
  margin: 40px 0 0 50px; }

.top_logo_color,
.share_fb_color,
.share_line_color {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0; }

.share_fb_white,
.share_line_white {
  position: absolute;
  top: 0;
  left: 0; }

.share {
  position: absolute;
  bottom: 30px;
  right: 40px; }

.share_text,
.share_fb_box,
.share_line_box {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle; }

.share_fb_box,
.share_line_box {
  width: 30px;
  height: 30px;
  pointer-events: auto; }

.share_text {
  margin-right: 8px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.7px;
  line-height: 22px;
  color: #fff; }

.share_fb_color {
  width: 100%;
  height: 100%;
  background-image: url(../images/icon_fb.png);
  background-repeat: no-repeat;
  background-size: cover; }

.share_fb_white {
  width: 100%;
  height: 100%;
  background-image: url(../images/icon_fb_white.png);
  background-repeat: no-repeat;
  background-size: cover; }

.share_line_color {
  width: 100%;
  height: 100%;
  background-image: url(../images/icon_line.png);
  background-repeat: no-repeat;
  background-size: cover; }

.share_line_white {
  width: 100%;
  height: 100%;
  background-image: url(../images/icon_line_white.png);
  background-repeat: no-repeat;
  background-size: cover; }

.keep_button {
  position: absolute;
  right: 20px;
  top: calc(50% - 80px); }

.keep_button_top,
.keep_button_middle,
.keep_button_bottom {
  text-align: center;
  pointer-events: auto;
  display: block;
  width: 120px;
  height: 120px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 10px rgba(25, 50, 100, 0.3);
  box-shadow: 0 2px 10px rgba(25, 50, 100, 0.3); }

.keep_button_top a,
.keep_button_middle a,
.keep_button_bottom a {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.7px;
  line-height: 120px;
  color: #3BBEE4; }

.keep_button_top,
.keep_button_bottom {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 10px;
  right: 10px; }
  .keep_button_top a,
  .keep_button_bottom a {
    line-height: 100px; }

.keep_button:hover .keep_button {
  height: 350px; }

.keep_button:hover .keep_button_top {
  margin-top: -125px; }

.keep_button:hover .keep_button_bottom {
  margin-top: 125px; }

.keep_button_top:hover {
  background-color: #49A6C7;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s; }
  .keep_button_top:hover a {
    color: #fff; }

.keep_button_bottom:hover {
  background-color: #49A6C7;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s; }
  .keep_button_bottom:hover a {
    color: #fff; }

.keep_button_middle:hover {
  background-color: #49A6C7;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s; }
  .keep_button_middle:hover a {
    color: #fff; }

.button_mobile {
  display: none; }


.keep_menu_open,
.keep_menu_close {
  pointer-events: auto;
  cursor: pointer;
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
      box-sizing: border-box;
}

.keep_hr {
  width: 26px;
  height: 3px;
  background: #fff;
  margin-bottom: 8px;
}

.keep_menu_open {
  height: 72px;
  width: 72px;
  margin: 0 -1px -1px 0;
  background-color: #FFF;
  padding: 17px 19px 0 19px;
  z-index: 20;
}

.open_text {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 1px;
  width: 40px;
  color: #3BBEE4;
}

.keep_menu_close {
  height: 50px;
  width: 50px;
  border: 1px solid #fff;
  margin-right: 10px;
}

.keep_menu_close .keep_hr {
  background-color: #fff;
  position: absolute;
  margin: 25px 12px;
  width: 25px;
  height: 2px;
}

.keep_hr_1 { transform: rotate(45deg); }
.keep_hr_2 { transform: rotate(-45deg); }


@media screen and (max-width: 767px) {
  .top_logo_box {
    margin: 30px 0 0 25px;
    width: 120px; }
  .top_logo_white {
    width: 100%;
    opacity: 1; }
  .share_fb_color,
  .share_line_color {
    opacity: 0; }
  .top_logo_color {
    width: 100%;
    opacity: 0; }
  .share_fb_color,
  .share_line_color {
    opacity: 1; }
  .keep_button {
    top: auto;
    bottom: 20px; }
  .keep_button_item {
    width: 70px;
    height: 70px; }
  .keep_button_item a {
    font-size: 14px;
    line-height: 20px;
    width: 40px;
    margin: 15px auto 0 auto; }
  .keep_button_bottom {
    right: 0;
    top: auto;
    bottom: 0; }
  .keep_button_middle .button_mobile {
    top: 15px; }
  /*.keep_button_middle {
    margin-bottom: 80px; }*/
  .keep_button_middle {
    margin-bottom: 0; }
  /*.keep_button_top {
    right: 0;
    top: auto;
    bottom: 160px; }*/
  .keep_button_top {
    right: 0;
    top: auto;
    bottom: 0; }
  .share {
    bottom: 20px;
    right: auto;
    left: 20px; }
  .share_text {
    display: none; }
  .button_web {
    display: none; }
  .button_mobile {
    display: block; }
  .keep_menu_open,
  .keep_menu_close {
      display: inline-block;
    }
  }
