/* =================================
sakigake
================================= */
/* header */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 25px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .header {
    display: block;
    padding: 10px 15px 15px;
  }
}
.header .site-name {
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .header .site-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.header .site-name span {
  display: block;
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .header .site-name span {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-left: 15px;
    font-size: 1.2rem;
  }
}
.header .site-name strong {
  display: block;
  color: #3143cf;
  font-size: 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .header .site-name strong {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 2.4rem;
    font-weight: 500;
  }
}
.header .head-contact {
  -ms-flex-preferred-size: 456px;
      flex-basis: 456px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .header .head-contact {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    margin: 10px 0 0;
  }
}
.header .head-contact .tel {
  width: 100%;
  max-width: 170px;
}
@media only screen and (max-width: 768px) {
  .header .head-contact .tel {
    max-width: 130px;
  }
}
.header .head-contact .tel strong {
  display: block;
  color: #3143cf;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .header .head-contact .tel strong {
    font-size: 1.6rem;
  }
}
.header .head-contact .tel strong:before {
  display: inline-block;
  content: "";
  width: 15px;
  height: 16px;
  margin-right: 8px;
  background: url(../images/icon_tel.svg) no-repeat 0 0;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .header .head-contact .tel strong:before {
    width: 11px;
    height: 13px;
  }
}
.header .head-contact .tel small {
  display: block;
  color: #636363;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  .header .head-contact .tel small {
    font-size: 1rem;
  }
}
.header .head-contact .btn-contact {
  width: 100%;
  max-width: 246px;
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  .header .head-contact .btn-contact {
    max-width: 157px;
    margin-left: auto;
  }
}
.header .head-contact .btn-contact > a {
  display: block;
  padding: 9px;
  background: #ead964;
  border-radius: 21px;
  color: #383838;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .header .head-contact .btn-contact > a {
    padding: 6.6px;
    border-radius: 20px;
    font-size: 1.2rem;
  }
}
.header .head-contact .btn-contact > a:hover {
  text-decoration: none;
}

/* footer */
.footer {
  padding: 20px 15px;
}
.footer .copy {
  font-size: 1.4rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .footer .copy {
    font-size: 1rem;
  }
}

/* common */
section.has-bg {
  background: #f0f0f0;
}
section h2 {
  color: #3143cf;
  font-size: 3.4rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  section h2 {
    font-size: 2rem;
  }
}
section h2 .only-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  section h2 .only-sp {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  section h2 .only-pc {
    display: none;
  }
}

.sec-inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px;
}

.font-roboto {
  font-family: Roboto, sans-serif;
}

.font-bueno {
  font-family: BuenosAires, sans-serif;
}

/* kv */
.kv {
  position: relative;
}
.kv .text-wrap {
  position: absolute;
  top: calc(50% - 2.0833333333vw);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .kv .text-wrap {
    top: calc(50% - 5.3333333333vw);
    width: 100%;
  }
}
.kv h1 {
  color: #fff;
  font-size: 3.8888888889vw;
  font-weight: 700;
  text-align: center;
  line-height: 1.32;
}
@media only screen and (max-width: 768px) {
  .kv h1 {
    font-size: 5.8666666667vw;
  }
}
.kv h1 span {
  display: inline-block;
  position: relative;
}
.kv h1 small {
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  font-size: 2.0833333333vw;
}
@media only screen and (max-width: 768px) {
  .kv h1 small {
    font-size: 3.7333333333vw;
  }
}
.kv .kv-read {
  margin-top: 90px;
  color: #fff;
  font-size: 2.2222222222vw;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .kv .kv-read {
    margin-top: 40px;
    font-size: 3.7333333333vw;
  }
}
.kv .btn {
  max-width: 26.8055555556vw;
  margin: 2.7777777778vw auto 0;
}
@media only screen and (max-width: 768px) {
  .kv .btn {
    max-width: 63.2vw;
    margin: 4vw auto 0;
  }
}
.kv .btn a {
  display: block;
  padding: 20px;
  background: #ead964;
  border-radius: 47px;
  color: #383838;
  font-size: 1.1111111111vw;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 768px) {
  .kv .btn a {
    padding: 5px;
    border-radius: 15px;
    font-size: 2.6666666667vw;
  }
}
.kv .btn a:hover {
  text-decoration: none;
}
.kv img {
  width: 100%;
}

.sec-catch {
  margin-top: -5.0694444444vw;
  padding: 5.6944444444vw 0 90px;
}
@media only screen and (max-width: 768px) {
  .sec-catch {
    margin-top: -8.8vw;
    padding: 10.6666666667vw 0 50px;
  }
}
.sec-catch h2 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .sec-catch h2 {
    position: relative;
    z-index: 3;
    margin-bottom: 15px;
  }
}
.sec-catch h2 sub {
  font-size: 1.2rem;
}
.sec-catch .eye-catch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 866px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .sec-catch .eye-catch {
    display: block;
    padding: 0;
  }
}
.sec-catch .eye-catch .logo {
  position: relative;
  text-align: center;
}
.sec-catch .eye-catch .logo img {
  position: relative;
  z-index: 2;
}
.sec-catch .eye-catch .logo .text {
  position: relative;
  z-index: 2;
  display: block;
  margin-top: 30px;
  font-size: 2.2rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .sec-catch .eye-catch .logo .text {
    font-size: 1.6rem;
  }
}
.sec-catch .eye-catch .logo:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  width: 307px;
  height: 307px;
  background: radial-gradient(50% 50% at 50% 50%, #fff 60.94%, rgba(255, 255, 255, 0) 100%);
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .sec-catch .eye-catch .logo:after {
    width: 201px;
    height: 201px;
  }
}
.sec-catch .eye-catch .logo01 img {
  max-width: 279px;
}
@media only screen and (max-width: 768px) {
  .sec-catch .eye-catch .logo01 img {
    max-width: 212px;
  }
}
.sec-catch .eye-catch .logo02 {
  padding-top: 20px;
}
@media only screen and (max-width: 768px) {
  .sec-catch .eye-catch .logo02 {
    padding: 0;
  }
}
.sec-catch .eye-catch .logo02 img {
  max-width: 287px;
}
@media only screen and (max-width: 768px) {
  .sec-catch .eye-catch .logo02 img {
    max-width: 213px;
  }
}
.sec-catch .eye-catch .logo02 .text {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  .sec-catch .eye-catch .logo02 .text {
    margin-top: 30px;
  }
}
.sec-catch .eye-catch .cross {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 3;
  width: 44px;
  padding-top: 25px;
}
@media only screen and (max-width: 768px) {
  .sec-catch .eye-catch .cross {
    margin: 35px auto;
    padding: 0;
  }
}
.sec-catch .about {
  max-width: 866px;
  margin: 55px auto 10px;
  padding: 20px 57px;
  border: 4px solid #3143cf;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec-catch .about {
    padding: 15px;
    border-width: 2px;
    font-size: 1.4rem;
  }
}
.sec-catch .about dt {
  font-weight: 700;
}
.sec-catch .notes {
  max-width: 866px;
  margin: 10px auto 0;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .sec-catch .notes {
    font-size: 1.2rem;
  }
}

.sec-task {
  padding: 90px 0 90px;
}
@media only screen and (max-width: 768px) {
  .sec-task {
    padding: 40px 0 45px;
  }
}
.sec-task h2 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .sec-task h2 {
    margin-bottom: 30px;
  }
}
.sec-task .list {
  max-width: 860px;
  margin: 0 auto;
}
.sec-task .list li {
  position: relative;
  padding-left: 48px;
  font-size: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .sec-task .list li {
    padding-left: 29px;
    font-size: 1.6rem;
  }
}
.sec-task .list li:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 31px;
  background: url(../images/icon_check.svg) no-repeat 0 0;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .sec-task .list li:before {
    top: 4px;
    width: 18px;
    height: 18px;
  }
}
.sec-task .list li + li {
  margin-top: 30px;
}

.sec-feature {
  padding: 80px 0 100px;
  background: #3143cf;
}
@media only screen and (max-width: 768px) {
  .sec-feature {
    padding: 50px 0;
  }
}
.sec-feature h2 {
  margin-bottom: 50px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .sec-feature h2 {
    margin-bottom: 35px;
  }
}
.sec-feature .read {
  margin-bottom: 50px;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec-feature .read {
    margin-bottom: 20px;
    font-size: 1.6rem;
    text-align: left;
  }
}
.sec-feature .point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .sec-feature .point-list {
    display: block;
  }
}
.sec-feature .point-list li {
  width: calc(25% - 30px);
  padding: 30px 20px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .sec-feature .point-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-feature .point-list li + li {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-feature .point-list .head {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 103px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-feature .point-list .body {
    width: calc(100% - 103px);
    padding-left: 15px;
  }
}
.sec-feature .point-list i {
  display: block;
  max-width: 123px;
  margin: 0 auto 35px;
  padding: 3px;
  background: #3143cf;
  border-radius: 52px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec-feature .point-list i {
    max-width: 103px;
    margin-bottom: 14px;
    font-size: 1.4rem;
  }
}
.sec-feature .point-list figure {
  display: block;
  position: relative;
  width: 117px;
  height: 77px;
  margin: 35px auto 25px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec-feature .point-list figure {
    width: 103px;
    margin: 0;
  }
}
.sec-feature .point-list figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.sec-feature .point-list h3 {
  color: #3143cf;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec-feature .point-list h3 {
    font-size: 1.6rem;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .sec-feature .point-list h3 br {
    display: none;
  }
}
.sec-feature .point-list p {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec-feature .point-list p {
    margin-top: 10px;
    font-size: 1.4rem;
    text-align: left;
  }
}
.sec-feature .point-list .point01 figure img {
  width: 71px;
}
.sec-feature .point-list .point02 figure img {
  width: 77px;
}
.sec-feature .point-list .point03 figure img {
  width: 59px;
}
.sec-feature .point-list .point04 figure img {
  width: 115px;
}
@media only screen and (max-width: 768px) {
  .sec-feature .point-list .point04 figure img {
    width: 103px;
  }
}

.sec-function {
  padding: 84px 0;
}
@media only screen and (max-width: 768px) {
  .sec-function {
    padding: 50px 0;
  }
}
.sec-function h2 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .sec-function h2 {
    margin-bottom: 30px;
  }
}
.sec-function .read {
  margin-bottom: 50px;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec-function .read {
    margin-bottom: 20px;
    font-size: 1.6rem;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  .sec-function .read .only-pc {
    display: none;
  }
}
.sec-function .function-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -27px;
}
@media only screen and (max-width: 768px) {
  .sec-function .function-list {
    display: block;
    margin-top: 20px;
  }
}
.sec-function .function-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 20px);
  margin: 27px 0 0 40px;
  border: 4px solid #3143cf;
}
@media only screen and (max-width: 768px) {
  .sec-function .function-list > li {
    width: 100%;
    margin: 0;
    border-width: 2px;
  }
}
.sec-function .function-list > li:nth-child(2n+1) {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .sec-function .function-list > li + li {
    margin-top: 10px;
  }
}
.sec-function .function-list figure {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 170px;
  min-height: 170px;
}
@media only screen and (max-width: 768px) {
  .sec-function .function-list figure {
    width: 130px;
    min-height: 130px;
  }
}
.sec-function .function-list figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  .sec-function .function-list figure img {
    max-width: 103px;
  }
}
.sec-function .function-list .text {
  padding: 0 20px 0 10px;
}
@media only screen and (max-width: 768px) {
  .sec-function .function-list .text {
    padding: 10px 15px 10px 0;
  }
}
.sec-function .function-list .text h3 {
  margin-bottom: 10px;
  color: #3143cf;
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .sec-function .function-list .text h3 {
    margin-bottom: 5px;
    font-size: 1.6rem;
  }
}
.sec-function .function-list .text p {
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .sec-function .function-list .text p {
    font-size: 1.4rem;
  }
}
.sec-function .function-list .text ul {
  padding-left: 25px;
  list-style-type: disc;
  font-size: 1.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .sec-function .function-list .text ul {
    font-size: 1.4rem;
  }
}

.sec-introduction {
  padding: 60px 0 100px;
}
@media only screen and (max-width: 768px) {
  .sec-introduction {
    padding: 50px 0;
  }
}
.sec-introduction h2 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .sec-introduction h2 {
    margin-bottom: 40px;
  }
}
.sec-introduction figure {
  display: block;
  padding: 24px 28px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .sec-introduction figure {
    margin-right: -15px;
    padding: 5px;
    overflow: scroll;
  }
}
@media only screen and (max-width: 768px) {
  .sec-introduction figure img {
    width: 488px;
  }
}
.sec-introduction .notes {
  margin-top: 15px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .sec-introduction .notes {
    font-size: 1.2rem;
  }
}

.sec-flow {
  padding: 60px 0;
}
@media only screen and (max-width: 768px) {
  .sec-flow {
    padding: 50px 0;
  }
}
.sec-flow .sec-inner {
  max-width: 1060px;
}
.sec-flow h2 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  .sec-flow h2 {
    margin-bottom: 30px;
  }
}
.sec-flow .flow-area {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
}
.sec-flow .flow-area ol li {
  border-top: 1px solid #EEE;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 21px 25px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .sec-flow .flow-area ol li {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px;
  }
}
.sec-flow .flow-area ol li > p {
  width: 115px;
}
@media only screen and (max-width: 1440px) {
  .sec-flow .flow-area ol li > p {
    max-width: 115px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-flow .flow-area ol li > p {
    width: 40px;
  }
}
.sec-flow .flow-area ol li > p img {
  max-width: 46px;
}
@media only screen and (max-width: 768px) {
  .sec-flow .flow-area ol li > p img {
    width: 30px;
    height: auto;
  }
}
.sec-flow .flow-area ol li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 1440px) {
  .sec-flow .flow-area ol li dl {
    display: block;
    width: calc(100% - 115px);
  }
}
@media only screen and (max-width: 768px) {
  .sec-flow .flow-area ol li dl {
    display: block;
    width: calc(100% - 50px);
    letter-spacing: 0;
  }
}
.sec-flow .flow-area ol li dl dt {
  font-size: 2.4rem;
  font-weight: 700;
  width: 370px;
}
@media only screen and (max-width: 1440px) {
  .sec-flow .flow-area ol li dl dt {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .sec-flow .flow-area ol li dl dt {
    width: 100%;
    padding-bottom: 4px;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
.sec-flow .flow-area ol li dl dd {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .sec-flow .flow-area ol li dl dd {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 1440px) {
  .sec-flow .flow-area ol li dl dd .spHide {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .sec-flow .flow-area ol li dl dd .spHide {
    display: none;
  }
}
.sec-flow .flow-area ol li.blue {
  background-color: #3143cf;
  color: #fff;
}
.sec-flow .flow-area .arrow {
  position: absolute;
  top: 110px;
  right: 22px;
}
@media only screen and (max-width: 768px) {
  .sec-flow .flow-area .arrow {
    right: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-flow .flow-area .arrow img {
    width: 60px;
  }
}
.sec-flow .notes {
  max-width: 1000px;
  margin: 27px auto 0;
  padding: 25px;
  background: #E5E5E5;
}
@media only screen and (max-width: 768px) {
  .sec-flow .notes {
    padding: 15px;
  }
}
.sec-flow .notes dt {
  font-size: 2.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .sec-flow .notes dt {
    font-size: 1.6rem;
  }
}
.sec-flow .notes dd {
  margin-top: 5px;
  font-size: 1.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .sec-flow .notes dd {
    font-size: 1.4rem;
  }
}
.sec-flow .notes dd a {
  text-decoration: underline;
}

/* contact */
.sec-contact {
  padding: 100px 0;
}
@media only screen and (max-width: 768px) {
  .sec-contact {
    padding: 45px 0;
  }
}
.sec-contact h2 {
  color: #333;
}
.sec-contact h2 small {
  display: block;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .sec-contact h2 small {
    font-size: 1.6rem;
  }
}

.form-area {
  max-width: 888px;
  margin: 30px auto 0;
  padding: 45px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .form-area {
    padding: 20px;
    border-width: 3px;
  }
}
.form-area iframe {
  width: 100%;
}
.form-area [id*=embbed] {
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
}