/* Generated by less 2.5.1 */
@charset "UTF-8";
/* LESS Document */
img {
  max-width: 100%;
}
.privacy_container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 5%;
  background: #FFF;
  position: relative;
}
.privacy_container:before,
.privacy_container:after {
  content: "";
  display: block;
  width: 70px;
  height: 100%;
  position: absolute;
  top: 0;
  background: #fff;
}
.privacy_container:before {
  left: 100%;
}
.privacy_container:after {
  right: 100%;
}
@media screen and (max-width: 768px) {
  .privacy_container {
    padding: 8vw 5vw 9vw;
  }
}
.privacy_inner {
  max-width: 960px;
  margin: auto;
}
h2 {
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 7%;
}
h2 span {
  display: block;
}
h2 .sub {
  font-family: 'Noto Sans TC', sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
}
h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  padding: 15px 50px;
  background: #ecf6fc url("../img/icon_h4.svg") left 20px center no-repeat;
  background-size: 22px 22px;
}
.caution {
  text-align: center;
  border: 1px #ee5959 solid;
  color: #ee5959;
  padding: 1%;
  margin-bottom: 3%;
}
@media screen and (max-width: 640px) {
  .caution {
    padding: 3%;
    margin-bottom: 5%;
  }
}
.headtxt {
  padding-bottom: 4%;
  margin-bottom: 4%;
  border-bottom: 1px #f2f2f2 solid;
}
.tit {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 0 30px;
  background: url("../img/icon_h4.svg") left center no-repeat;
  background-size: 22px 22px;
  margin-bottom: 20px;
}
.txt {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px #dddddd dashed;
}
.signature {
  padding-top: 20px;
  text-align: right;
  margin-bottom: 40px;
  font-weight: bold;
}
.ssltxt {
  padding: 2% 3%;
  border: 5px #ecf6fc solid;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .ssltxt {
    padding: 5% 6%;
  }
}
.consent {
  text-align: center;
}
.consent_btn {
  background: #ffffe8;
  display: inline-block;
  padding: 15px;
  margin-bottom: 5%;
}
.consent_btn span {
  color: #ea3333;
}
@media screen and (max-width: 640px) {
  .consent_btn {
    margin-bottom: 20px;
  }
}
.btn_area {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-bottom: 20px;
}
.btn_area div {
  margin: 0 10px;
}
.btn_area a {
  display: block;
  max-width: 342px;
  border: 2px #ff7e45 solid;
  padding: 18px;
  font-size: 16px;
  font-weight: bold;
}
.btn_area .back_btn {
  width: 342px;
}
.btn_area .back_btn a {
  color: #ff7e45;
  position: relative;
}
.btn_area .back_btn a:before {
  content: "";
  width: 22px;
  height: 22px;
  background: url("../img/ico_arrow.svg") no-repeat;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -11px;
}
.btn_area .cv_btn {
  width: 342px;
}
.btn_area .cv_btn a {
  background: #ff7e45;
  color: #FFF;
  position: relative;
}
.btn_area .cv_btn a:before {
  content: "";
  width: 19px;
  height: 22px;
  background: url("../img/ico_regist.svg") no-repeat;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top: -11px;
}
@media screen and (max-width: 640px) {
  .btn_area {
    display: block;
  }
  .btn_area .back_btn {
    width: 94%;
    margin: 0 auto;
  }
  .btn_area .cv_btn {
    width: 94%;
    margin: 0 auto 20px;
  }
}
input[type=checkbox] {
  display: none;
}
.check_css {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0 0 0 42px;
  vertical-align: middle;
  cursor: pointer;
}
@media screen and (max-width: 640px) {
  .check_css {
    padding: 0 0 0 26px;
  }
}
.check_css:hover:after {
  border-color: #ff7e45;
}
.check_css:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 19px;
  display: block;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  border: 2px solid #ccc;
  content: '';
}
@media screen and (max-width: 640px) {
  .check_css:after {
    left: 3px;
  }
}
.check_css:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 23px;
  display: block;
  margin-top: -5px;
  width: 6px;
  height: 8px;
  border-right: 2px solid #ff7e45;
  border-bottom: 2px solid #ff7e45;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 640px) {
  .check_css:before {
    left: 7px;
  }
}
input[type=checkbox]:checked + .check_css:before {
  opacity: 1;
}
