@charset "utf-8";

/* right fixed banner
===================================================== */
.right-fixed-banner-wrap {
  right: 0;
  position: fixed;
  top: 20%;
  width: 10.399%;
  z-index: 10;
}
@media screen and (max-width: 667px) {
.right-fixed-banner-wrap { display: none; }
}

.right-fixed-banner {
  display: block;
  position: relative;
  transition: .3s;
}
.right-fixed-banner:hover { opacity: .7; }
.right-fixed-banner-picture {
  display: block;
  width: 100%;
}
.right-fixed-banner-close {
  cursor: pointer;
  height: 6%;
  right: 3%;
  opacity: 0;
  position: absolute;
  top: 2%;
  width: 12%;
  z-index: 3;
}
.banner-close-icon {
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 20%;
  cursor: pointer;
  display: block;
  height: 6%;
  right: 3%;
  position: absolute;
  top: 2%;
  width: 12%;
  z-index: 2;
}
@media screen and (max-width: 667px) {
.banner-close-icon {
  height: 18px;
  width: 18px;
}
}

.banner-close-icon:before,
.banner-close-icon:after {
  background-color: #333;
  content: '';
  display: block;
  height: 15%;
  right: 11%;
  position: absolute;
  top: 40%;
  width: 80%;
}
@media screen and (max-width: 667px) {
.banner-close-icon:before,
.banner-close-icon:after {
  height: 2px;
  right: 3px;
  top: 7px;
  width: 10px;
}
}

.banner-close-icon:before { transform: rotate(45deg); }
.banner-close-icon:after { transform: rotate(-45deg); }
.right-fixed-banner-wrap input[type="checkbox"]:checked + .banner-close-icon,
.right-fixed-banner-wrap input[type="checkbox"]:checked + .banner-close-icon + .right-fixed-banner,
.right-fixed-banner-wrap input[type="checkbox"]:checked { display: none; }


.proofreading-sample {

}
@media screen and (max-width: 667px) {}
@media screen and (min-width: 668px) and (max-width: 1024px) {}

.proofreading-sample-list {
  flex: unset !important;
  padding: 0 0 0 10px !important;
  position: relative;
  width: 275px !important;
}
@media screen and (max-width: 414px) {
.proofreading-sample-list { width: 100% !important; }
}
@media screen and (min-width: 415px) and (max-width: 768px) {
.proofreading-sample-list { width: 40% !important; }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.proofreading-sample-list { width: 100% !important; }
}

.proofreading-sample-list.custom-check { margin-left: 190px !important; }
@media screen and (max-width:414px) {
.proofreading-sample-list.custom-check { margin-left: 0 !important; }
}
@media screen and (min-width: 415px) and (max-width: 768px) {
.proofreading-sample-list.custom-check {
  font-size: 14px;
  margin: 10px 0 0 44% !important;
  width: 50% !important;
}
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
.proofreading-sample-list.custom-check {
  font-size: 14px;
  margin: 10px 0 0 0 !important;
  width: 100% !important;
}
}

.proofreading-sample-check {
  left: 16px;
  margin: 0 !important;
  opacity: 0;
  position: absolute;
  top: 6px;
  transform: scale(1.85);
  z-index: 3;
}

.proofreading-sample-label {
  display: inline-block;
  line-height: 1.7;
  margin: 0 !important;
  padding-left: 30px;
  position: relative;
}

.proofreading-sample-label:before,
.proofreading-sample-label:after {
  content: '';
  left: 0;
  position: absolute;
  top: 0;
}

.proofreading-sample-label:before {
  border: 1px solid #999;
  border-radius: 3px;
  height: 25px;
  width: 25px;
  z-index: 1;
}

input.proofreading-sample-check:checked + .proofreading-sample-label:before {
  border-color: #0067ba;
  border-radius: 3px;
}

.proofreading-sample-label:after {
  border: solid #0067ba;
  border-width: 0 3px 3px 0;
  height: 12px;
  left: 9px;
  opacity: 0;
  top: 6px;
  transform: rotate(45deg);
  width: 8px;
  z-index: 2;
}

input.proofreading-sample-check:checked + .proofreading-sample-label:after { opacity: 1; }

.proofreading-sample-label-text {
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.3;
}