@charset "UTF-8";
/*日本語*/
main.form {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 1280px) {
  main.form {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main.form {
    font-size: 3.1290743155vw;
  }
}
main.form form {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.8;
  margin-top: -5rem;
  padding-top: 5rem;
}
@media screen and (max-width: 1280px) {
  main.form form {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  main.form form {
    font-size: 3.1290743155vw;
  }
}
main.form h2 {
  font-size: 37px;
  line-height: 1.6;
  font-family: "UD Shin Go Medium", sans-serif;
  color: #005baa;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1280px) {
  main.form h2 {
    font-size: 2.890625vw;
  }
}
@media screen and (max-width: 767px) {
  main.form h2 {
    font-size: 4.8239895698vw;
    margin-bottom: 3rem;
  }
}
main.form p.fs25 {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 1rem;
  color: #005baa;
}
@media screen and (max-width: 1280px) {
  main.form p.fs25 {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  main.form p.fs25 {
    font-size: 3.1290743155vw;
  }
}
main.form p.fs20 {
  color: #888;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 1280px) {
  main.form p.fs20 {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main.form p.fs20 {
    font-size: 3.1290743155vw;
  }
}
main.form .requiredIcon {
  color: #ff0000;
  margin-left: 0.1rem;
}
main.form h2 span.requiredIcon {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 1280px) {
  main.form h2 span.requiredIcon {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  main.form h2 span.requiredIcon {
    font-size: 3.1290743155vw;
  }
}
main.form p span.requiredIcon {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 1280px) {
  main.form p span.requiredIcon {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main.form p span.requiredIcon {
    font-size: 3.1290743155vw;
  }
}
main.form .mb {
  margin-bottom: 5rem;
}
main.form a {
  color: #005baa;
  padding-bottom: 0.1rem;
  border-bottom: #005baa 1px solid;
}
main.form section.sec1 {
  margin: 0;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  main.form section.sec1 {
    padding: 0 2rem;
  }
}
main.form section.sec1 h2 {
  text-align: center;
  margin-bottom: 0;
}
main.form section.sec1 h2.mt {
  margin-top: 4rem;
}
main.form section.sec1 .inner {
  max-width: 1420px;
  display: block;
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  margin: 2rem auto;
  border-radius: 1.5rem;
  padding: 3rem 4rem;
}
@media screen and (max-width: 767px) {
  main.form section.sec1 .inner {
    border-radius: 0.6rem;
    padding: 2rem;
  }
}
main.form section.sec1 .inner p,
main.form section.sec1 .inner ul {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  color: #888;
}
@media screen and (max-width: 1280px) {
  main.form section.sec1 .inner p,
main.form section.sec1 .inner ul {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main.form section.sec1 .inner p,
main.form section.sec1 .inner ul {
    font-size: 3.1290743155vw;
  }
}
main.form section.sec1 .inner p li,
main.form section.sec1 .inner ul li {
  text-align: justify;
  list-style-type: disc;
  margin-bottom: 2.5rem;
  list-style-position: inside;
}
@media screen and (max-width: 767px) {
  main.form section.sec1 .inner p li,
main.form section.sec1 .inner ul li {
    margin-bottom: 2rem;
  }
}
main.form section.sec1 .inner p li:last-child,
main.form section.sec1 .inner ul li:last-child {
  margin-bottom: 0;
}
main.form section.sec2 {
  margin: 0;
  padding: 0 4rem;
  margin-top: 5rem;
  overflow-x: hidden;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  main.form section.sec2 {
    padding: 0 2rem;
    margin-top: 3rem;
  }
}
main.form section.sec2 ul.flowchart {
  max-width: 1280px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1280px) {
  main.form section.sec2 ul.flowchart {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main.form section.sec2 ul.flowchart {
    font-size: 2.8683181226vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
main.form section.sec2 ul.flowchart.for-confirm {
  margin-top: -166px;
  padding-top: 166px;
}
@media screen and (max-width: 767px) {
  main.form section.sec2 ul.flowchart.for-confirm {
    margin-top: 0;
    padding-top: 0;
  }
}
main.form section.sec2 ul.flowchart li {
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
  text-align: center;
  color: #005baa;
  padding: 1.5rem;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  border-radius: 5rem;
  background-color: fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  main.form section.sec2 ul.flowchart li {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    margin: 0 auto;
    margin-bottom: 3rem;
  }
}
main.form section.sec2 ul.flowchart li::after {
  padding: 1.5rem;
  content: "▶";
  position: absolute;
  top: 0;
  right: -5.5rem;
  -webkit-transform: scaleX(0.8) scaleY(0.8);
          transform: scaleX(0.8) scaleY(0.8);
}
@media screen and (max-width: 767px) {
  main.form section.sec2 ul.flowchart li::after {
    padding: 1.5rem;
    content: "▼";
    display: block;
    text-align: center;
    position: absolute;
    width: 50%;
    height: 0.2rem;
    margin: 0 auto;
    top: 3.5rem;
    left: 0;
    right: 0;
    -webkit-transform: scaleX(0.8) scaleY(0.8);
            transform: scaleX(0.8) scaleY(0.8);
  }
}
main.form section.sec2 ul.flowchart li:last-child::after {
  content: "";
}
main.form section.sec2 ul.flowchart li.active {
  color: #fff;
  background-color: #c3c3c3;
}
main.form section.sec2 ul.flowchart li.active::after {
  color: #005baa;
}
main.form section.sec3 {
  max-width: 1120px;
  display: block;
  margin: 0 auto;
  padding: 0 3.6rem;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 {
    padding: 0 2rem;
  }
}
main.form section.sec3 p.fs25.mb {
  color: #888;
  margin-bottom: 4rem;
}
main.form section.sec3 p.fs25.mb .requiredIcon2 {
  color: #ff0000;
}
main.form section.sec3 input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  color: inherit;
  width: 100%;
  outline: none;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  border: #005baa 1px solid;
  background-color: #fff;
  border-radius: 0.2rem;
  padding: 0.5rem;
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 1280px) {
  main.form section.sec3 input {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main.form section.sec3 input {
    font-size: 3.1290743155vw;
  }
}
main.form section.sec3 input.invalid {
  background: #fee;
  border-color: #f00;
}
main.form section.sec3 input:disabled {
  background: #eee;
  border-color: #ccc;
}
main.form section.sec3 label {
  margin-right: 4rem;
}
main.form section.sec3 label input.radio {
  display: none;
}
main.form section.sec3 label input.radio + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
  padding-left: 4rem;
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 1280px) {
  main.form section.sec3 label input.radio + span {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main.form section.sec3 label input.radio + span {
    font-size: 3.1290743155vw;
  }
}
@media screen and (max-width: 767px) {
  main.form section.sec3 label input.radio + span {
    padding-left: 3rem;
  }
}
main.form section.sec3 label input.radio + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  border-radius: 50%;
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  main.form section.sec3 label input.radio + span::before {
    width: 1.8rem;
    height: 1.8rem;
  }
}
main.form section.sec3 label input.radio + span::after {
  -webkit-transform: translateY(-50%);
  background: #005baa;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  left: 0.58rem;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 label input.radio + span::after {
    width: 1.8rem;
    height: 1.8rem;
  }
}
main.form section.sec3 label input.radio:checked + span::after {
  opacity: 1;
}
main.form section.sec3 textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: #005baa 1px solid;
  background-color: #fff;
  border-radius: 0.2rem;
  color: #000;
  padding: 0.4em 0.8em;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  outline: none;
}
@media screen and (max-width: 1280px) {
  main.form section.sec3 textarea {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main.form section.sec3 textarea {
    font-size: 3.1290743155vw;
  }
}
main.form section.sec3 textarea.invalid {
  background: #fee;
  border-color: #f00;
}
main.form section.sec3 .textarea-text:focus {
  border: #005baa 1px solid;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
main.form section.sec3 .box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .box1 {
    margin-bottom: 2rem;
  }
}
main.form section.sec3 .box1 p {
  color: #005baa;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
main.form section.sec3 .box1 p.note {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 16px;
}
@media screen and (max-width: 1280px) {
  main.form section.sec3 .box1 p.note {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .box1 p.note {
    font-size: 3.1290743155vw;
  }
}
main.form section.sec3 .box1 input {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
main.form section.sec3 .box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .box2 {
    margin-bottom: 2rem;
  }
}
main.form section.sec3 .box2 p {
  color: #005baa;
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
main.form section.sec3 .box2 input {
  -ms-flex-preferred-size: 46%;
      flex-basis: 46%;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .box2 input {
    -ms-flex-preferred-size: 44%;
        flex-basis: 44%;
  }
}
main.form section.sec3 .box2 .error,
main.form section.sec3 .box2 .confirm-value {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}
main.form section.sec3 .box3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .box3 {
    margin-bottom: 2rem;
  }
}
main.form section.sec3 .box3 p {
  color: #005baa;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
main.form section.sec3 .box3 input {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .box3 input {
    -ms-flex-preferred-size: 23%;
        flex-basis: 23%;
  }
}
main.form section.sec3 .box3 .error {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
main.form section.sec3 .box3 .blueBar {
  -ms-flex-preferred-size: 4%;
      flex-basis: 4%;
  height: 1px;
  background-color: #005baa;
  position: relative;
  top: 1.7rem;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .box3 .blueBar {
    -ms-flex-preferred-size: 2%;
        flex-basis: 2%;
    top: 1.3rem;
  }
}
main.form section.sec3 .area1 label {
  display: block;
  padding-bottom: 2rem;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .area1 label {
    padding-bottom: 1rem;
  }
}
main.form section.sec3 .area1 label input.radio + span {
  color: #005baa;
  display: block;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.8;
  color: #005baa;
}
@media screen and (max-width: 1280px) {
  main.form section.sec3 .area1 label input.radio + span {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .area1 label input.radio + span {
    font-size: 4.1720990874vw;
  }
}
main.form section.sec3 p.fs25.gray {
  color: #888;
  margin-bottom: 4rem;
  margin-top: 2rem;
}
main.form section.sec3 .area2 {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .area2 {
    margin-bottom: 4rem;
  }
}
main.form section.sec3 .area2 h2 {
  margin-bottom: 2rem;
}
main.form section.sec3 .area2 textarea {
  width: 100%;
  height: 15rem;
  display: block;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .area2 textarea {
    height: 20rem;
  }
}
body.formrun-system-confirm main.form section.sec3 .area2 textarea[data-formrun-hide-if-confirm] {
  display: none;
}

body:not(.formrun-system-confirm) main.form section.sec3 .area2 textarea[data-formrun-show-if-confirm] {
  display: none;
}

main.form section.sec3 .area5.box3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .area5.box3 {
    margin-bottom: 2rem;
  }
}
main.form section.sec3 .area5.box3 p {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  color: #005baa;
}
main.form section.sec3 .area5.box3 input {
  -ms-flex-preferred-size: 24%;
      flex-basis: 24%;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .area5.box3 input {
    -ms-flex-preferred-size: 38%;
        flex-basis: 38%;
  }
}
main.form section.sec3 .area5.box3 .error {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
main.form section.sec3 .area5.box3 .error:last-child {
  margin-left: 0;
  margin-right: auto;
}
main.form section.sec3 .area5.box3 .blueBar {
  -ms-flex-preferred-size: 4%;
      flex-basis: 4%;
  height: 1px;
  background-color: #005baa;
  position: relative;
  top: 1.7rem;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .area5.box3 .blueBar {
    -ms-flex-preferred-size: 6%;
        flex-basis: 6%;
    top: 1.3rem;
  }
}
main.form section.sec3 .area5.box3 .searchAdd {
  color: #005baa;
  cursor: pointer;
  font-size: 24px;
  font-weight: 500;
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
  background-color: fff;
  border: #005baa 2px solid;
  border-radius: 5rem;
  text-align: center;
  padding: 0.5rem;
  margin-left: 2rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1280px) {
  main.form section.sec3 .area5.box3 .searchAdd {
    font-size: 1.875vw;
  }
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .area5.box3 .searchAdd {
    font-size: 3.1290743155vw;
    margin-top: 1rem;
    -ms-flex-preferred-size: 52%;
        flex-basis: 52%;
    margin-left: 0;
  }
}
main.form section.sec3 .area5.box3 .searchAdd:hover {
  background-color: #005baa;
  color: #fff;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .area9.box3 input,
main.form section.sec3 .area10.box3 input,
main.form section.sec3 .area19.box3 input {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
main.form section.sec3 .selectArea {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .selectArea {
    margin-bottom: 2rem;
  }
}
main.form section.sec3 .selectArea p {
  color: #005baa;
}
main.form section.sec3 .selectArea .cp_ipselect {
  overflow: hidden;
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .selectArea .cp_ipselect {
    width: 70%;
  }
}
main.form section.sec3 .selectArea .cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-size: 25px;
  font-weight: 500;
  color: #005baa;
}
@media screen and (max-width: 1280px) {
  main.form section.sec3 .selectArea .cp_ipselect select {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .selectArea .cp_ipselect select {
    font-size: 3.6505867014vw;
  }
}
main.form section.sec3 .selectArea .cp_ipselect select::-ms-expand {
  display: none;
}
main.form section.sec3 .selectArea .cp_ipselect.cp_sl01 {
  padding: 0.5rem 1rem;
  position: relative;
  border: 1px solid #005baa;
  border-radius: 0.2rem;
  background: #fff;
}
main.form section.sec3 .selectArea .cp_ipselect.cp_sl01.invalid {
  background: #fee;
  border-color: #f00;
}
main.form section.sec3 .selectArea .cp_ipselect.cp_sl01::before {
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
  border-top: 0.5rem solid #005baa;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .selectArea .cp_ipselect.cp_sl01::before {
    top: 1.7rem;
    right: 1.5rem;
  }
}
main.form section.sec3 .selectArea .cp_ipselect.cp_sl01.invalid::before {
  border-top-color: #f00;
}
main.form section.sec3 .selectArea .cp_ipselect.cp_sl01 select {
  padding: 0.5rem 2.5rem 0.5rem 0.5rem;
}
main.form section.sec3 .aboutMedicine {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .aboutMedicine {
    margin-top: 2rem;
  }
}
main.form section.sec3 .aboutMedicine h2 {
  margin-bottom: 1rem;
}
main.form section.sec3 .aboutMedicine p.fs25.gray {
  color: #888;
  margin-bottom: 3rem;
}
main.form section.sec3 .aboutMedicine .area11,
main.form section.sec3 .aboutMedicine .area12,
main.form section.sec3 .aboutMedicine .area13,
main.form section.sec3 .aboutMedicine .area14,
main.form section.sec3 .aboutMedicine .area15,
main.form section.sec3 .aboutMedicine .area16,
main.form section.sec3 .aboutMedicine .area17 {
  margin-bottom: 4rem;
}
main.form section.sec3 .aboutMedicine .area11 .error {
  margin-top: 2rem;
}
main.form section.sec3 .aboutMedicine .area13 {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.form section.sec3 .aboutMedicine .area13 p {
  color: #005baa;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
main.form section.sec3 .aboutMedicine .area13 label {
  margin-bottom: 3rem;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .aboutMedicine .area13 label {
    margin-bottom: 2.5rem;
    margin-right: 2.5rem;
  }
}
main.form section.sec3 .aboutMedicine .area13 input.text {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  position: relative;
  top: -1.2rem;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .aboutMedicine .area13 input.text {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
main.form section.sec3 .aboutMedicine .area13 .error {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
main.form section.sec3 .aboutMedicine .area15,
main.form section.sec3 .aboutMedicine .area16 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
main.form section.sec3 .aboutMedicine .area15 p,
main.form section.sec3 .aboutMedicine .area16 p {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
main.form section.sec3 .aboutMedicine .area15 p.note,
main.form section.sec3 .aboutMedicine .area16 p.note {
  color: #005baa;
  font-size: 16px;
}
@media screen and (max-width: 1280px) {
  main.form section.sec3 .aboutMedicine .area15 p.note,
main.form section.sec3 .aboutMedicine .area16 p.note {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .aboutMedicine .area15 p.note,
main.form section.sec3 .aboutMedicine .area16 p.note {
    font-size: 3.1290743155vw;
  }
}
main.form section.sec3 .aboutMedicine .area15 label,
main.form section.sec3 .aboutMedicine .area16 label {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  margin-bottom: 3rem;
  margin-right: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .aboutMedicine .area15 label,
main.form section.sec3 .aboutMedicine .area16 label {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 2.5rem;
  }
}
main.form section.sec3 .aboutMedicine .area15 label:nth-child(4),
main.form section.sec3 .aboutMedicine .area15 label:nth-child(5),
main.form section.sec3 .aboutMedicine .area16 label:nth-child(4),
main.form section.sec3 .aboutMedicine .area16 label:nth-child(5) {
  margin-bottom: 0.5rem;
}
main.form section.sec3 .aboutMedicine .area15,
main.form section.sec3 .aboutMedicine .area16 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
main.form section.sec3 .aboutMedicine .area15 p,
main.form section.sec3 .aboutMedicine .area16 p {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
main.form section.sec3 .aboutMedicine .area15 label,
main.form section.sec3 .aboutMedicine .area16 label {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  margin-bottom: 3rem;
  margin-right: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .aboutMedicine .area15 label,
main.form section.sec3 .aboutMedicine .area16 label {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 2.5rem;
  }
}
main.form section.sec3 .aboutMedicine .area15 label:nth-child(4),
main.form section.sec3 .aboutMedicine .area15 label:nth-child(5),
main.form section.sec3 .aboutMedicine .area16 label:nth-child(4),
main.form section.sec3 .aboutMedicine .area16 label:nth-child(5) {
  margin-bottom: 0.5rem;
}
main.form section.sec3 .aboutProduct {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .aboutProduct {
    margin-top: 2rem;
  }
}
main.form section.sec3 .aboutProduct h2 {
  margin-bottom: 1rem;
}
main.form section.sec3 .aboutProduct p.fs25.gray {
  color: #888;
  margin-bottom: 3rem;
}
main.form section.sec3 .aboutProduct .area17 {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.form section.sec3 .aboutProduct .area17 p {
  color: #005baa;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
main.form section.sec3 .aboutProduct .area17 label {
  margin-bottom: 3rem;
  margin-right: 4rem;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .aboutProduct .area17 label {
    margin-bottom: 2.5rem;
    margin-right: 2.5rem;
  }
}
main.form section.sec3 .aboutProduct .area17 input.text {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  position: relative;
  top: -1.2rem;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .aboutProduct .area17 input.text {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
main.form section.sec3 .aboutProduct .area17 .error {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
main.form section.sec3 .aboutProduct .area18 {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.form section.sec3 .aboutProduct .area18 p {
  color: #005baa;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
main.form section.sec3 .aboutProduct .area18 label {
  margin-bottom: 3rem;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .aboutProduct .area18 label {
    margin-bottom: 2.5rem;
    margin-right: 2.5rem;
  }
}
main.form section.sec3 .aboutProduct .area18 input.text {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  position: relative;
  top: -1.2rem;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .aboutProduct .area18 input.text {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
main.form section.sec3 .aboutProduct .area18 .error {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
main.form section.sec3 .aboutProduct .area18,
main.form section.sec3 .aboutProduct .area19,
main.form section.sec3 .aboutProduct .area20,
main.form section.sec3 .aboutProduct .area21 {
  margin-bottom: 4rem;
}
main.form section.sec3 .aboutProduct .area20 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
main.form section.sec3 .aboutProduct .area20 p {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
main.form section.sec3 .aboutProduct .area20 label {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  margin-bottom: 3rem;
  margin-right: 0;
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .aboutProduct .area20 label {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    margin-bottom: 2.5rem;
  }
}
main.form section.sec3 .aboutProduct .area20 label:nth-child(4),
main.form section.sec3 .aboutProduct .area20 label:nth-child(5) {
  margin-bottom: 0.5rem;
}
main.form section.sec3 .aboutPolicy {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .aboutPolicy {
    margin-top: 4rem;
  }
}
main.form section.sec3 .aboutPolicy h2 {
  margin-bottom: 3rem;
  text-align: center;
}
main.form section.sec3 .aboutPolicy p {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 1280px) {
  main.form section.sec3 .aboutPolicy p {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .aboutPolicy p {
    font-size: 3.1290743155vw;
  }
}
main.form section.sec3 .aboutPolicy .area22 {
  text-align: center;
  padding: 2rem 0 2rem 2rem;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .aboutPolicy .area22 {
    padding: 2rem 0 2rem 2.5rem;
  }
}
main.form section.sec3 .area23 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0 8rem 0;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .area23 {
    padding: 0 0 5rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
main.form section.sec3 .area23 button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  border-radius: 5rem;
  background-color: #fff;
  font-size: 34px;
  font-weight: 500;
  color: #005baa;
  padding: 0.8rem 4rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  min-width: 11em;
}
@media screen and (max-width: 1280px) {
  main.form section.sec3 .area23 button {
    font-size: 2.65625vw;
  }
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .area23 button {
    font-size: 4.6936114733vw;
    min-width: unset;
  }
}
main.form section.sec3 .area23 button:hover {
  color: #fff;
  background-color: #005baa;
}
main.form section.sec3 .area23 button:disabled {
  pointer-events: none;
  opacity: 0.3;
}
main.form section.sec3 .area23 [data-formrun-back-button]:not(.formrun-system-show),
main.form section.sec3 .area23 [data-formrun-show-if-error]:not(.formrun-system-show),
main.form section.sec3 .area23 [data-formrun-show-if-success]:not(.formrun-system-show) {
  display: none;
}
main.form section.sec3 .area23 button[type=submit] {
  position: relative;
  padding-right: 7rem;
}
@media screen and (max-width: 767px) {
  main.form section.sec3 .area23 button[type=submit] {
    margin-top: 3rem;
  }
}
main.form section.sec3 .area23 button[type=submit]::before, main.form section.sec3 .area23 button[type=submit]::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4rem;
  margin: auto 0;
  width: 2.5rem;
  height: 2.5rem;
  background: no-repeat center center;
  background-size: contain;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
main.form section.sec3 .area23 button[type=submit]::before {
  background-image: url(../img/form_submit.svg);
}
main.form section.sec3 .area23 button[type=submit]::after {
  background-image: url(../img/form_submit_hover.svg);
  opacity: 0;
}
main.form section.sec3 .area23 button[type=submit]:hover::before {
  opacity: 0;
}
main.form section.sec3 .area23 button[type=submit]:hover::after {
  opacity: 1;
}

main.form.comic .sec1 {
  max-width: 1280px;
  padding: 0 4rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  main.form.comic .sec1 {
    padding: 0 2rem;
  }
}
main.form.comic .sec1 .inner1 {
  max-width: 1120px;
  margin-top: 3rem;
  padding: 0 4rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  main.form.comic .sec1 .inner1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
}
main.form.comic .sec1 .inner1 img {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  width: 20%;
  height: auto;
}
@media screen and (max-width: 767px) {
  main.form.comic .sec1 .inner1 img {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    margin: 2rem auto;
  }
}
main.form.comic .sec1 .inner1 p {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
@media screen and (max-width: 767px) {
  main.form.comic .sec1 .inner1 p {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
main.form.comic .sec1 .inner2 {
  max-width: 1280px;
  margin-top: 3rem;
  padding: 3rem 4rem 4rem 4rem;
  margin: 0 auto;
  background-color: #f8f8f8;
}
@media screen and (max-width: 767px) {
  main.form.comic .sec1 .inner2 {
    padding: 2rem;
  }
}
main.form.comic .sec1 .inner2 h2 {
  font-size: 30px;
  font-weight: 500;
  color: #005baa;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1280px) {
  main.form.comic .sec1 .inner2 h2 {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  main.form.comic .sec1 .inner2 h2 {
    font-size: 4.1720990874vw;
  }
}
main.form.comic .sec1 .inner2 ul.kome li {
  list-style-type: none;
  margin-bottom: 1.5rem;
}
main.form.comic .sec1 .inner2 ul.kome li::before {
  content: "※";
}
main.form.comic .sec2 {
  text-align: center;
}
main.form.comic section.sec3 .area10 p.note {
  color: #005baa;
}
main.form.comic .area11 {
  margin-bottom: 4rem;
}
main.form.comic .area20 {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin-bottom: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.form.comic .area20 p {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
main.form.comic .area20 label {
  margin-right: 2rem;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  main.form.comic .area20 label {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  main.form.comic .area20 label:nth-child(3) {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
main.form.comic .area20 input.text {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  width: 40%;
  margin-bottom: 2.5rem;
}
main.form.comic .area20 p.note {
  color: #ff0000;
  font-size: 16px;
  font-weight: 400;
  margin-top: 0.5rem;
}
@media screen and (max-width: 1280px) {
  main.form.comic .area20 p.note {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  main.form.comic .area20 p.note {
    font-size: 2.6075619296vw;
  }
}
main.form.comic .area14 {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.form.comic .area14 p {
  color: #005baa;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
main.form.comic .area14 label {
  margin-bottom: 3rem;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  main.form.comic .area14 label {
    margin-bottom: 2.5rem;
    margin-right: 1.5rem;
  }
}
main.form.comic .area14 label:nth-child(9) {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
@media screen and (max-width: 767px) {
  main.form.comic .area14 label:nth-child(9) {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}
main.form.comic .area14 input.text {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  position: relative;
  top: -1.2rem;
}
@media screen and (max-width: 767px) {
  main.form.comic .area14 input.text {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
main.form.comic .area14 .error {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
main.form.comic .area15,
main.form.comic .area16 {
  margin-bottom: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
main.form.comic .area15 p,
main.form.comic .area16 p {
  color: #005baa;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
main.form.comic .area15 label,
main.form.comic .area16 label {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  margin-bottom: 3rem;
  margin-right: 2rem;
}
@media screen and (max-width: 767px) {
  main.form.comic .area15 label,
main.form.comic .area16 label {
    margin-bottom: 2.5rem;
    margin-right: 1.5rem;
  }
}
main.form.comic .area15 label:nth-child(5),
main.form.comic .area16 label:nth-child(5) {
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
}
@media screen and (max-width: 767px) {
  main.form.comic .area15 label:nth-child(5),
main.form.comic .area16 label:nth-child(5) {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}
main.form.comic .area15 input.text,
main.form.comic .area16 input.text {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
  position: relative;
  top: -1.2rem;
}
@media screen and (max-width: 767px) {
  main.form.comic .area15 input.text,
main.form.comic .area16 input.text {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
  }
}
main.form.comic .area15 .fs25 + span,
main.form.comic .area16 .fs25 + span {
  display: block;
  margin: 0 1rem 2rem 0;
}
body.formrun-system-confirm main.form.comic .area15 .fs25 + span[data-formrun-hide-if-confirm],
body.formrun-system-confirm main.form.comic .area16 .fs25 + span[data-formrun-hide-if-confirm] {
  display: none;
}

main.form.comic .area15 .error,
main.form.comic .area16 .error {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
main.form.comic .area16 .cp_sl01 {
  margin-bottom: 2rem;
}
main.form.comic .aboutAddress1,
main.form.comic .aboutAddress2,
main.form.comic .questionnaire {
  padding-top: 6rem;
}
main.form.comic .aboutAddress1 .mb1,
main.form.comic .aboutAddress2 .mb1,
main.form.comic .questionnaire .mb1 {
  margin-bottom: 1rem;
}
main.form.comic .aboutAddress1 p.note,
main.form.comic .aboutAddress2 p.note,
main.form.comic .questionnaire p.note {
  color: #ff0000;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 1280px) {
  main.form.comic .aboutAddress1 p.note,
main.form.comic .aboutAddress2 p.note,
main.form.comic .questionnaire p.note {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 767px) {
  main.form.comic .aboutAddress1 p.note,
main.form.comic .aboutAddress2 p.note,
main.form.comic .questionnaire p.note {
    font-size: 2.6075619296vw;
  }
}
main.form.comic .aboutAddress1 p.note.blue,
main.form.comic .aboutAddress2 p.note.blue,
main.form.comic .questionnaire p.note.blue {
  color: #005baa;
}
main.form.comic .area32 {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  main.form.comic .area32 {
    margin-bottom: 2rem;
  }
}
main.form.comic .area32 h2 {
  margin-bottom: 2rem;
}
main.form.comic .area32 textarea {
  width: 100%;
  height: 15rem;
  display: block;
}
@media screen and (max-width: 767px) {
  main.form.comic .area32 textarea {
    height: 15rem;
  }
}
body.formrun-system-confirm main.form.comic .area32 textarea[data-formrun-hide-if-confirm] {
  display: none;
}

body:not(.formrun-system-confirm) main.form.comic .area32 textarea[data-formrun-show-if-confirm] {
  display: none;
}

.confirm-value.for-textarea {
  white-space: pre-wrap;
}

.error {
  color: #f00;
}

.form-template {
  display: none;
}

main.form.thanks section.message {
  width: 100%;
  padding-bottom: 8rem;
}
main.form.thanks section.message p {
  color: #888;
  font-size: 25px;
  line-height: 1.8;
  font-weight: 400;
  margin-top: 0.5rem;
  text-align: center;
  margin-bottom: 10rem;
}
@media screen and (max-width: 1280px) {
  main.form.thanks section.message p {
    font-size: 1.953125vw;
  }
}
@media screen and (max-width: 767px) {
  main.form.thanks section.message p {
    font-size: 3.1290743155vw;
    margin-bottom: 6rem;
  }
}
main.form.thanks div.backBtn {
  width: 32rem;
  display: block;
  margin: 0 auto;
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  main.form.thanks div.backBtn {
    width: 23rem;
  }
}
@media all and (-ms-high-contrast: none) {
  main.form.thanks div.backBtn {
    overflow: visible;
    /* IE11 */
  }
}
main.form.thanks div.backBtn a {
  font-weight: 500;
  font-size: 34px;
  line-height: 1;
  text-decoration: none;
  position: relative;
  padding: 1.5rem 3rem 1.5rem 3.8rem;
  border-radius: 3rem;
  -webkit-box-shadow: 0px 3px 12px -4px #005baa;
          box-shadow: 0px 3px 12px -4px #005baa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #005baa;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media screen and (max-width: 1280px) {
  main.form.thanks div.backBtn a {
    font-size: 2.65625vw;
  }
}
@media screen and (max-width: 767px) {
  main.form.thanks div.backBtn a {
    font-size: 3.6505867014vw;
    padding: 1em 3rem 1em 3.8rem;
  }
}
main.form.thanks div.backBtn:hover a {
  background-color: #fff;
  color: #005baa;
}
main.form.thanks div.backBtn span::before {
  content: "◀";
  font-size: 34px;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 1.5rem;
  bottom: 0;
  margin: auto;
  padding: 1.5rem 0;
  -webkit-transform: scaleX(0.3) scaleY(0.3) rotate(0);
          transform: scaleX(0.3) scaleY(0.3) rotate(0);
}
@media screen and (max-width: 1280px) {
  main.form.thanks div.backBtn span::before {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 767px) {
  main.form.thanks div.backBtn span::before {
    font-size: 3.515625vw;
  }
}
/*# sourceMappingURL=form.css.map */