@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@300;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap");
@import url(https://fonts.googleapis.com/earlyaccess/mplus1p.css);
@import url(fontawesome-all.min.css);
/*----------------------------------------------------
  SCSS
----------------------------------------------------*/
/* カラー設定 */
/*  reset
----------------------------------------------------*/
@import url(fix.css);
* {
  -webkit-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt";
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  outline: 1px solid transparent;
}

@​media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.001s;
            animation-duration: 0.001s;
    -webkit-transition-duration: 0.001s;
            transition-duration: 0.001s;
  }
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  height: 100%;
  font-size: 0.625rem;
}

body {
  text-rendering: optimizeLegibility;
  margin: 0;
  background-color: transparent;
  color: #2c2c2c;
  font-family: "M PLUS 1p", メイリオ, Meiryo, "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro,sans-serif";
}

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0 0;
}

a, a:link {
  color: #f40;
  text-decoration: none;
}

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}

.bk {
  color: #000;
}

.red {
  color: #e60012;
}

p, p > span {
  font-size: 1.4rem;
  line-height: 1.5em;
  letter-spacing: 1px;
}

picture {
  display: block;
}

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

section#container-fluid {
  position: relative;
}

.cnt {
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

a {
  word-break: break-all;
  outline: 0;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

a {
  color: #f40;
}

button:focus {
  outline: 0;
  background-color: transparent;
  border: 0 solid transparent;
}

* > span {
  font-size: inherit;
}

address {
  font-style: normal;
  font-size: 1rem;
  line-height: 1.75;
  letter-spacing: 1px;
}

@media screen and (max-width: 320px) {
  a, p, li, dt, dd, th, td, address {
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }

  * span {
    font-size: inherit;
  }
}
p, th, td, span, a, .wf {
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

form {
  display: block;
  width: 100%;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}

input[type=text], input[type=email], input[type=password], input[type=tel] {
  padding: 1rem 0.5rem;
  line-height: 2.5em;
  height: 2.5em;
}
input[type=text], input[type=email], input[type=password], input[type=date] {
  border: solid 1px #ccc;
  border-radius: 3px;
  display: inline-block;
  margin: 0 6px 10px 0;
  min-height: 30px;
}

select {
  border: solid 1px #ccc;
  border-radius: 3px;
  display: inline-block;
  padding: inherit 0.5rem;
  min-height: 30px;
  font-size: 1.4rem;
}

textarea {
  border: solid 2px #ccc;
  border-radius: 3px;
  padding: 1rem;
  min-height: 12em;
  display: block;
  width: 100%;
  font-size: 1.4rem;
}

input[type=submit] {
  border: solid #ddd 1px;
  border-radius: 5px;
  padding: 0 1em;
  height: 2.2em;
  line-height: 2.2em;
  font-size: 1.6rem;
}

/*  common
----------------------------------------------------*/
.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  z-index: 0;
}

.container {
  max-width: 100%;
  width: 100%;
  position: relative;
}
.container .row {
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}

header, main, footer {
  margin: 0 auto;
}

main {
  min-height: 100%;
  height: 100%;
  display: block;
  width: 100%;
  position: relative;
  margin-bottom: 100px;
}
main * p, main * a, main * li {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  main * p, main * a, main * li {
    font-size: 16px;
  }
}
main * p span, main * a span, main * li span {
  font-size: inherit;
}

.cnt, [class^=cnt] {
  display: block;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .cnt, [class^=cnt] {
    padding-left: 1em;
    padding-right: 1em;
  }
}

.bnr {
  display: block;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.wFit {
  width: calc(100% + 40px);
  margin: 0 -20px 0 -20px;
}

/*-- header --*/
header {
  background-image: url(../images/header_bg_sp.jpg);
  background-position: center 19px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-attachment: scroll;
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  header {
    background-image: url(../images/header_bg_pc.jpg);
    background-position: center 50px;
  }
}
@media screen and (min-width: 1024px) {
  header {
    background: url(../images/header_bg_pc.jpg), -webkit-gradient(linear, left top, left bottom, from(rgba(1, 255, 128, 0.5)), color-stop(50%, #ffffff), to(#ffffff));
    background: url(../images/header_bg_pc.jpg), linear-gradient(to bottom, rgba(1, 255, 128, 0.5), #ffffff 50%, #ffffff);
    background-position: center 50px;
    background-size: unset;
    background-repeat: no-repeat;
  }
}
header #headerWide {
  text-align: center;
  width: 100%;
  display: block;
  margin: 0;
  line-height: 0;
  background-color: #008040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header #headerWide h1 {
  margin: 0 auto;
}
header #headerWide h1 > img {
  text-align: center;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
header .row ul.headerImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .row ul.headerImage li:nth-child(1) {
  width: 18%;
  margin-left: -10px;
}
header .row ul.headerImage li:nth-child(2) {
  width: 60%;
  margin-right: -10px;
}
header .row ul.headerImage li:nth-child(3) {
  width: 100%;
  margin-top: -4em;
}
header .row ul.headerImage li:nth-child(4) {
  width: 100%;
  margin-top: -2em;
}
header .row ul.headerBenefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 2em;
}
header .row ul.headerBenefits li {
  width: 19%;
}

footer {
  width: 100%;
  visibility: visible !important;
  display: block;
  background-color: #bf0061;
  padding: 0;
  height: 60px;
  line-height: 60px;
}
footer p.copy {
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
  display: block;
  text-align: center;
  line-height: 60px;
  margin: 15px 0 0;
}

#pagetopBtn {
  overflow: hidden;
  border-radius: 50%;
  position: fixed !important;
  z-index: 9999;
  text-align: center;
  text-decoration: none;
  -webkit-transform: rotateY(270deg);
          transform: rotateY(270deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 55px;
  width: 55px;
  bottom: 20px;
  right: 15px;
}
#pagetopBtn a {
  background-color: #008040;
  color: #fff;
  font-size: 10px;
  font-family: "Dosis";
  font-weight: 300;
  text-decoration: none;
  letter-spacing: 2px;
  line-height: 55px;
  height: 55px;
  width: 55px;
  display: block;
}
#pagetopBtn::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  margin: 0 auto;
  position: relative;
  top: -57px;
}

@media screen and (min-width: 768px) {
  #pagetopBtn {
    height: 75px;
    width: 75px;
    bottom: 20px;
    right: 25px;
  }
  #pagetopBtn a {
    color: #fff;
    font-size: 13px;
    font-family: "Dosis";
    font-weight: 300;
    text-decoration: none;
    letter-spacing: 2px;
    line-height: 75px;
    height: 75px;
    width: 75px;
    display: block;
  }
  #pagetopBtn:hover {
    text-decoration: none;
  }
  #pagetopBtn::after {
    content: "";
    font-family: FontAwesome;
    font-size: 18px;
    top: -70px;
  }
}
section[id^=sec] .container .row {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

#secOrder .container {
  padding: 0 0 60px;
  background: url(../images/sec_order_bg_sp.jpg) center top repeat-y;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  #secOrder .container {
    background: url(../images/sec_order_bg_pc.jpg) center top repeat-y;
    background-size: 100% auto;
  }
}
#secOrder .container .row {
  padding: 0 0 1.5em;
}
#secOrder .container .row h2.onayami {
  margin-bottom: -50px;
}
#secOrder .container .row h2.otameshi {
  margin-bottom: -20px;
}
#secOrder .container .row ul.orderCnt {
  display: block;
  width: calc(100% - 40px);
  margin: 10px 20px;
}
#secOrder .container .row ul.orderCnt li p.detail {
  border: solid 1px #333;
  background-color: #fff;
  padding: 6px;
  line-height: 1.3;
  letter-spacing: 0;
  font-size: 11px;
}
#secOrder .container .row ul.orderCnt li > ul.tokuten {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#secOrder .container .row ul.orderCnt li > ul.tokuten li {
  width: 33%;
  margin: 0;
}
#secOrder .container .row ul.orderCnt li > ul.tokuten + p {
  padding: 5px 0;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
#secOrder .container .row li.linkbtn {
  margin: 30px auto;
}
#secOrder .container .row li.linkbtn a {
  display: block;
  width: 85%;
  max-width: 750px;
  margin: 0 auto;
}
#secOrder .container .row li.linkbtn a > img {
  -webkit-filter: drop-shadow(0 3px 3px #333);
          filter: drop-shadow(0 3px 3px #333);
  position: relative;
}
#secOrder .container .row li.linkbtn a:active > img {
  -webkit-filter: drop-shadow(0 1px 2px #333) saturate(200%);
          filter: drop-shadow(0 1px 2px #333) saturate(200%);
  top: 1px;
  left: 1px;
}
@media screen and (min-width: 768px) {
  #secOrder .container .row li.linkbtn a:hover > img {
    -webkit-filter: drop-shadow(0 1px 2px #333) saturate(200%);
            filter: drop-shadow(0 1px 2px #333) saturate(200%);
    top: 1px;
    left: 1px;
  }
}
#secOrder .container .row li:nth-child(n+3) {
  margin-bottom: 15px;
}

#sec01 {
  padding-top: 30px;
  background: url(../images/sec01_bg1.jpg) center top no-repeat;
  background-size: auto 50%;
}
@media screen and (min-width: 768px) {
  #sec01 {
    background: url(../images/sec01_bg1.jpg) center top no-repeat;
    background-size: auto 75%;
  }
}
#sec01 div {
  margin-bottom: 15px;
}
#sec01 div h3 {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  color: #ff2694;
  -webkit-filter: sepia(50%);
          filter: sepia(50%);
}
#sec01 div h3 + p {
  color: #745028;
}

#sec02 {
  background-color: rgba(191, 0, 97, 0.1);
}
#sec02 .container {
  padding: 0;
}
#sec02 .container .row {
  padding: 0;
}
#sec02 .container .row ul.nutrients > li:nth-child(1) {
  background: url(../images/sec02_kouraininjin_bg_sp.jpg) center top no-repeat;
  background-size: cover;
}
#sec02 .container .row ul.nutrients > li:nth-child(2) {
  background: url(../images/sec02_suppon_bg_sp.jpg) center top no-repeat;
  background-size: cover;
}
#sec02 .container .row ul.nutrients > li:nth-child(3) {
  background: url(../images/sec02_maca_bg_sp.jpg) center top no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  #sec02 .container .row ul.nutrients > li:nth-child(1) {
    background: url(../images/sec02_kouraininjin_bg_pc.jpg) center top no-repeat;
    background-size: cover;
  }
  #sec02 .container .row ul.nutrients > li:nth-child(2) {
    background: url(../images/sec02_suppon_bg_pc.jpg) center top no-repeat;
    background-size: cover;
  }
  #sec02 .container .row ul.nutrients > li:nth-child(3) {
    background: url(../images/sec02_maca_bg_pc.jpg) center top no-repeat;
    background-size: cover;
  }
}
#sec02 .container .row ul.nutrients li h2 {
  width: 55%;
  margin-left: 45%;
}
#sec02 .container .row ul.nutrients li ul.benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10px 20px;
}
#sec02 .container .row ul.nutrients li ul.benefits li {
  width: 24%;
}
#sec02 .container .row ul.nutrients li p {
  padding: 0 20px 2em;
  color: #fff;
  text-justify: inter-character;
}
#sec02 .container .row ul.nutrients li:nth-child(2) h2 {
  margin-left: 0;
  margin-right: 45%;
}

#sec03 {
  background-color: #251e4b;
}
#sec03 .container {
  padding: 0 0 80px;
}
@media screen and (min-width: 768px) {
  #sec03 .container {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1024px) {
  #sec03 .container {
    padding-bottom: 200px;
  }
}
#sec03 .container .row {
  padding: 0 20px;
}
#sec03 .container .row p.txt1 {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  margin: 0 auto 20px;
}
#sec03 .container .row .img1 {
  display: block;
  width: 70%;
  margin: 0 auto 20px;
}
#sec03 .container .row p.txt2 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 15px;
}
#sec03 .container .row p.txt2 span {
  color: #ffff00;
  font-size: inherit;
}
@media screen and (min-width: 768px) {
  #sec03 .container .row p.txt2 {
    font-size: 20px;
  }
}
#sec03 .container .row .terms {
  background-color: #fff;
  padding: 15px;
}
#sec03 .container .row .terms h3 {
  border-top: solid 1px #e3a831;
  border-bottom: solid 1px #e3a831;
  font-weight: bold;
  font-size: 1.5em;
  padding: 10px;
  margin-bottom: 15px;
  text-align: center;
}
#sec03 .container .row .terms ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 6px;
}

#sec04 {
  margin-top: -60px;
}
@media screen and (min-width: 768px) {
  #sec04 {
    margin-top: -80px;
  }
}
@media screen and (min-width: 1024px) {
  #sec04 {
    margin-top: -140px;
  }
}
#sec04 h2 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}
#sec04 .container {
  background: url(../images/sec04_merit_bg.png) center top repeat-y;
  background-size: cover;
  padding: 0 0 30px;
  position: relative;
}
#sec04 .container .row {
  padding: 0 20px;
}
#sec04 .container .row .merit {
  max-width: 800px;
  margin: 0 auto;
}
#sec04 .container .row .merit ul li {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(75%, #fffff2), to(#ffffd2));
  background: linear-gradient(to bottom, #FFF, #fffff2 75%, #ffffd2);
  border-radius: 1em;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #sec04 .container .row .merit ul li {
    margin-bottom: 35px;
  }
}
#sec04 .container .row .merit ul li h3 {
  position: relative;
  left: -5px;
  top: -10px;
}
#sec04 .container .row .merit ul li p {
  padding: 1em 1em 1em;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  #sec04 .container .row .merit ul li p {
    font-size: 20px;
    padding: 20px 30px;
  }
}

#sec05 .container {
  padding: 0 0 30px;
}
#sec05 .container .row {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  #sec05 .container .row .voice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#sec05 .container .row .voice dl {
  margin-bottom: 25px;
}
#sec05 .container .row .voice dl dt {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  #sec05 .container .row .voice dl {
    max-width: 47%;
  }
}
#sec05 .container .row .voice dl:last-of-type {
  margin-bottom: 10px;
}
#sec05 .container .row .voice + p {
  font-size: 11px;
  text-align: right;
  display: block;
}

#formCnt {
  margin: 0;
  position: relative;
}
#formCnt .container {
  background-color: #f6f6f6;
}
#formCnt .container .row {
  padding: 0 0 4em;
  max-width: 1024px;
  margin: 0 auto;
}
#formCnt .container .row .ttl {
  width: 100%;
  margin: 0 0 20px;
}
#formCnt .container .row .ttl h2 {
  position: relative;
  background-color: #bf0061;
  color: #fff;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 0.8em 0;
  margin: 0 0 0.5em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #formCnt .container .row .ttl h2 {
    font-size: 30px;
  }
}
#formCnt .container .row .formTxt {
  padding: 0 20px;
}
#formCnt .container .row .form-group:nth-child(odd) {
  background-color: #ececec;
}
#formCnt .container .row .form-group {
  width: 100%;
  padding: 20px 15px 25px;
  margin: 0 auto;
  position: relative;
  font-size: 14px;
}
#formCnt .container .row .form-group p > label {
  font-weight: bold;
}
#formCnt .container .row .form-group p {
  margin-bottom: 0;
}
#formCnt .container .row .form-group span.red {
  background: #e60012;
  padding: 4px 10px;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
#formCnt .container .row .form-group input, #formCnt .container .row .form-group select, #formCnt .container .row .form-group textarea, #formCnt .container .row .form-group p {
  font-family: sans-serif;
}
#formCnt .container .row .form-group select, #formCnt .container .row .form-group input {
  margin-top: 6px;
  display: inline-block;
}
#formCnt .container .row .form-group textarea {
  min-height: 12em;
}
#formCnt .container .row .form-group input.zip {
  width: 8em;
}
#formCnt .container .row .form-group select.pref {
  width: 50%;
}
#formCnt .container .row p.chktxt1 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1em !important;
  display: block;
}
#formCnt .container .row .checkLabel label {
  line-height: 24px;
  height: 24px;
  margin-right: 1em;
  margin-bottom: 10px;
  display: block;
  width: 100%;
  font-size: 3.6vw;
  font-weight: bold;
}
#formCnt .container .row .checkLabel .checkbox {
  display: none;
}
#formCnt .container .row .checkLabel .checkbox-icon {
  position: relative;
  top: 0.35em;
  left: 0;
  display: inline-block;
  margin-right: 5px;
  width: 1.5em;
  height: 1.5em;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
#formCnt .container .row .checkLabel .checkbox:checked + .checkbox-icon {
  background: #bf0061;
}
#formCnt .container .row .checkLabel .checkbox:checked + .checkbox-icon::before {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: 55%;
  width: 40%;
  height: 4px;
  border-radius: 2px;
  -webkit-transform: translate(-6px, 5px) rotateZ(-135deg);
          transform: translate(-6px, 5px) rotateZ(-135deg);
  -webkit-transform-origin: 2px 2px;
          transform-origin: 2px 2px;
  background: #FFFFFF;
}
#formCnt .container .row .checkLabel .checkbox:checked + .checkbox-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: 55%;
  width: 76%;
  height: 4px;
  border-radius: 2px;
  -webkit-transform: translate(-6px, 5px) rotateZ(-45deg);
          transform: translate(-6px, 5px) rotateZ(-45deg);
  -webkit-transform-origin: 2px 2px;
          transform-origin: 2px 2px;
  background: #FFFFFF;
}
#formCnt .container .row .checkLabel .check p.schTxt {
  display: block;
}
#formCnt .container .row label.confirm::after {
  position: absolute;
  top: 25%;
  right: 10px;
}
#formCnt .container .row label.fix::after {
  position: absolute;
  top: 25%;
  left: 10px;
}
#formCnt .container .row label.submit::after {
  position: absolute;
  top: 25%;
  right: 10px;
}
#formCnt .container .row dl#submit {
  padding: 3em 5%;
  display: block;
  width: 100%;
  overflow: hidden;
}
#formCnt .container .row dt {
  float: left;
}
#formCnt .container .row dd {
  float: right;
}
#formCnt .container .row label button[type=submit] {
  position: relative;
  border-radius: 0.5em;
  padding: 0 2.5em 0 1.3em;
  height: 3.6em;
  min-height: 3.6em;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
  text-shadow: 1px 1px 1px #777;
  -webkit-filter: drop-shadow(0 3px 3px #999);
          filter: drop-shadow(0 3px 3px #999);
  position: relative;
}
#formCnt .container .row label button[type=submit]:active {
  -webkit-filter: drop-shadow(0 1px 2px #888) saturate(200%);
          filter: drop-shadow(0 1px 2px #888) saturate(200%);
  top: 1px;
  left: 1px;
}
@media screen and (min-width: 768px) {
  #formCnt .container .row label button[type=submit]:hover {
    -webkit-filter: drop-shadow(0 1px 2px #888) saturate(200%);
            filter: drop-shadow(0 1px 2px #888) saturate(200%);
    top: 1px;
    left: 1px;
  }
}
#formCnt .container .row label button.btn-success {
  background-color: #fc5500;
  border-color: #fc5500;
}
#formCnt .container .row label button::after {
  display: block;
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 30%;
  right: 1em;
  width: 10px;
  height: 10px;
  margin: 0;
}
#formCnt .container .row .fix button[type=submit] {
  background-color: #5c4bb7;
  border-color: #5c4bb7;
  padding: 0 1.3em 0 2.5em;
}
#formCnt .container .row .fix button::after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  right: 0;
  left: 1em;
}
#formCnt .container .row #sendMsg {
  text-align: left;
  padding: 6em 0;
}
@media screen and (min-width: 768px) {
  #formCnt .container .row #sendMsg {
    text-align: center;
  }
}

.topBtn {
  text-align: center;
  margin: 0 auto 100px;
}
.topBtn a {
  border-radius: 1.5em;
  background-color: #fc5500;
  color: #fff;
  font-size: 16px;
  height: 3em;
  line-height: 3em;
  padding: 0 20px;
  min-width: 10em;
  display: inline-block;
  margin: 0 auto;
}