@charset "UTF-8";
/** PAGE -- TOP
==============================================*/
@media only screen and (max-width: 767px) {
  .playground {
    height: 100vh !important;
  }
}

.section-hero {
  padding-top: 160px;
}

@media only screen and (max-width: 767px) {
  .section-hero {
    padding-top: 100px;
  }
}

.section-hero .page-title {
  font-size: 4.2rem;
}

@media only screen and (min-width: 768px) {
  .section-hero .page-title {
    letter-spacing: 0.25ch;
  }
}

@media only screen and (max-width: 767px) {
  .section-hero .page-title {
    font-size: 2.8rem;
  }
}

.section-hero .page-title-en {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
  background-image: url(../img/common/page-title-img.svg);
  height: 80px;
  padding: 28px 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  margin-bottom: 1.25em;
}

@media only screen and (max-width: 767px) {
  .section-hero .page-title-en {
    font-size: 1.0rem;
    height: 60px;
    padding-top: 20px;
    padding-left: 25px;
  }
}

.section-hero .headline {
  padding-bottom: 0;
}

.section-hero .content {
  padding-top: 80px;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
}

@media only screen and (max-width: 767px) {
  .section-hero .content {
    padding-top: 40px;
  }
}

.section-hero .content p + p {
  margin-top: 1em;
}

.section-hero .content .notes {
  font-size: 1.2rem;
}

.page--seminar .section-seminar .panel {
  padding: 2em;
}

.page--seminar .section-seminar .seminar-list {
  margin-top: 12em;
}

@media only screen and (max-width: 767px) {
  .page--seminar .section-seminar .seminar-list {
    margin-top: 4em;
  }
}

.page--seminar .section-seminar .seminar-list .cell .odd {
  background-color: rgba(255, 255, 255, 0.1);
}

.page--seminar .section-seminar .seminar-list .panel {
  height: 100%;
}

.page--seminar .section-seminar .seminar-list .num {
  font-size: 5.0rem;
  display: inline-block;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}

@media only screen and (max-width: 767px) {
  .page--seminar .section-seminar .seminar-list .num {
    font-size: 3.0rem;
  }
}

.page--seminar .section-seminar .seminar-list h2 {
  text-align: center;
  font-size: 2.6rem;
  height: 3em;
  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: .75em 0 1.5em;
  line-height: 1.7;
}

@media only screen and (max-width: 767px) {
  .page--seminar .section-seminar .seminar-list h2 {
    height: auto;
    margin: 0 0 1em;
  }
}

.page--seminar .section-seminar .seminar-list .lead {
  text-align: center;
  margin-bottom: 2em;
}

.page--seminar .section-seminar .seminar-list .txt {
  line-height: 2.2;
}

.page--about .gothic,
.page--corporate .gothic {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
}

.page--about .section-greeting,
.page--corporate .section-greeting {
  margin-bottom: 50px;
}

.page--about .section-greeting .figure img,
.page--corporate .section-greeting .figure img {
  width: 100%;
  height: auto;
}

.page--about .greeting,
.page--corporate .greeting {
  padding-left: 3em;
  padding-bottom: 3em;
}

@media only screen and (max-width: 767px) {
  .page--about .greeting,
  .page--corporate .greeting {
    padding: 1em 0;
  }
}

.page--about .greeting__headline,
.page--corporate .greeting__headline {
  margin-bottom: 1.75em;
}

@media only screen and (max-width: 767px) {
  .page--about .greeting__headline,
  .page--corporate .greeting__headline {
    padding-top: 1em;
  }
}

.page--about .greeting__headline:after,
.page--corporate .greeting__headline:after {
  content: ' ';
  display: inline-block;
  width: 3em;
  border-bottom: 1px solid #fff;
  margin-top: 1.75em;
}

.page--about .greeting__headline h2,
.page--corporate .greeting__headline h2 {
  font-size: 3.1rem;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .page--about .greeting__headline h2,
  .page--corporate .greeting__headline h2 {
    font-size: 2.2rem;
  }
}

.page--about .greeting__content p,
.page--corporate .greeting__content p {
  margin-bottom: 1.25em;
}

.page--about .greeting__content dl,
.page--corporate .greeting__content dl {
  letter-spacing: 0.15ch;
  margin-top: 2.5em;
}

.page--about .greeting__content dt, .page--about .greeting__content dd .small,
.page--corporate .greeting__content dt,
.page--corporate .greeting__content dd .small {
  font-size: 1.2rem;
}

.page--about .greeting__content dt,
.page--corporate .greeting__content dt {
  line-height: 1;
}

.page--about .greeting__content dd,
.page--corporate .greeting__content dd {
  font-size: 2.2rem;
}

.page--about .greeting__content dd .small,
.page--corporate .greeting__content dd .small {
  margin-left: 2em;
}

.page--about .section-greeting,
.page--corporate .section-greeting {
  margin-top: 100px;
}

@media only screen and (max-width: 767px) {
  .page--about .section-greeting,
  .page--corporate .section-greeting {
    margin-top: 3em;
  }
}

.page--about .section-profile .txt,
.page--corporate .section-profile .txt {
  margin-bottom: 1em;
}

.page--about .section-profile .strong,
.page--corporate .section-profile .strong {
  font-size: 2.6rem;
  margin-bottom: 1em;
  line-height: 1;
}

.page--about .section .panel,
.page--corporate .section .panel {
  padding: 40px 50px;
}

@media only screen and (max-width: 767px) {
  .page--about .section .panel,
  .page--corporate .section .panel {
    padding: 20px;
  }
}

.page--about .section .panel.bg,
.page--corporate .section .panel.bg {
  background-color: rgba(255, 255, 255, 0.1);
}

@media only screen and (min-width: 768px) {
  .page--about .section-coach dl,
  .page--corporate .section-coach dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5em;
  }
  .page--about .section-coach dl dt,
  .page--corporate .section-coach dl dt {
    width: 8em;
  }
}

@media only screen and (max-width: 767px) {
  .page--about .section-coach dl,
  .page--corporate .section-coach dl {
    margin-bottom: 1.5em;
  }
  .page--about .section-coach dt,
  .page--corporate .section-coach dt {
    font-size: 1.2rem;
  }
}

.page--about .section-career .headline span,
.page--corporate .section-career .headline span {
  margin: 0 0 0 2em;
}

@media only screen and (min-width: 768px) {
  .page--about .section-career ul,
  .page--corporate .section-career ul {
    padding-left: 8em;
  }
}

.page--about .section-career ul li,
.page--corporate .section-career ul li {
  position: relative;
  margin-bottom: 1.5em;
}

@media only screen and (max-width: 767px) {
  .page--about .section-career ul li,
  .page--corporate .section-career ul li {
    padding-top: 60px;
    margin-bottom: 0;
  }
}

.page--about .section-career ul li:before,
.page--corporate .section-career ul li:before {
  content: ' ';
  display: inline-block;
  width: 2em;
  border-bottom: 1px solid #fff;
  position: absolute;
}

@media only screen and (min-width: 768px) {
  .page--about .section-career ul li:before,
  .page--corporate .section-career ul li:before {
    top: 1.75ch;
    left: -6em;
  }
}

@media only screen and (max-width: 767px) {
  .page--about .section-career ul li:before,
  .page--corporate .section-career ul li:before {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: 30px;
  }
}

.page--mission .section-hero .content .desc {
  font-size: 2.6rem;
  line-height: 1;
  margin-bottom: 1em;
  position: relative;
  font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

@media only screen and (max-width: 767px) {
  .page--mission .section-hero .content .desc {
    line-height: 1.7;
    font-size: 2.4rem;
  }
}

.page--mission .section-hero .content .desc span {
  display: inline-block;
  width: 100%;
}

.page--mission .section-hero .content .desc:after {
  content: ' ';
  display: inline-block;
  width: 2em;
  border-bottom: 2px solid #fff;
  padding: 1.25em 0 0;
}

.page--corporate .section + .section {
  margin-top: 60px;
}

.page--corporate .section .headline__subtitle {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  .page--corporate .section .headline__subtitle {
    font-size: 1.2rem;
  }
}

.page--corporate .section .content p + p {
  margin-top: 2em;
}

.page--corporate .section .content .notes {
  font-size: 87.5%;
}

.page--corporate .section .content h3 {
  font-size: 2.2rem;
  margin-bottom: 1.25em;
}

@media only screen and (max-width: 767px) {
  .page--corporate .section .content h3 {
    font-size: 1.6rem;
    padding: 0.25em 0 0;
  }
}

.page--corporate .section .content .imgs {
  margin-top: 4em;
}

@media only screen and (max-width: 767px) {
  .page--corporate .section .content .imgs {
    margin: 2em 0 0;
  }
}

.page--corporate .section .content .txt, .page--corporate .section .content .notes {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
}

@media only screen and (min-width: 768px) {
  .page--corporate .section-hero {
    margin-bottom: 100px;
  }
}

.page--corporate .section-service .block + .block {
  margin-top: 3em;
}

@media only screen and (max-width: 767px) {
  .page--corporate .section-service {
    margin-top: 30px !important;
  }
}

.page--personal .section-article {
  margin-top: 4em;
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, Hiragino Kaku Gothic ProN, Hiragino Sans, ヒラギノ角ゴ ProN W3, Arial, メイリオ, Meiryo, sans-serif;
}

@media only screen and (max-width: 767px) {
  .page--personal .section-article {
    margin-left: 2em;
    text-indent: -2em;
  }
  .page--personal .section-article li {
    margin: 0.5em 0;
  }
}

.page--news .section-article {
  padding: 100px 0 0;
}

@media only screen and (max-width: 767px) {
  .page--news .section-article {
    padding: 20px 0 0;
  }
}

.page--news .section-article .headline {
  padding: 0;
}

.page--news .section-article .content {
  padding-top: 1em;
}

@media only screen and (min-width: 768px) {
  .page--news .section-article .content {
    margin-left: 35%;
  }
}

.page--news .section-article .entry {
  padding: 50px 0;
}

@media only screen and (max-width: 767px) {
  .page--news .section-article .entry {
    padding: 1.5em 0;
  }
}

.page--news .section-article .entry__headline {
  margin-bottom: 2em;
}

@media only screen and (min-width: 768px) {
  .page--news .section-article .entry .date {
    padding-left: 2em;
  }
}

@media only screen and (max-width: 767px) {
  .page--news .section-article .entry .date {
    padding-bottom: 1em;
  }
}

.page--news .section-article .entry + .entry {
  border-top: 1px solid #fff;
}

.page--news .section-article .entry .meta {
  text-align: right;
  margin-top: 2em;
  font-size: 1.0rem;
}

@media only screen and (max-width: 767px) {
  .page--news .section-article .entry .meta {
    margin-top: 4em;
  }
}

.page--news .alm-btn-wrap {
  display: block;
  text-align: center;
  padding: 10px 0 25px;
  position: relative;
}

.page--news .alm-btn-wrap:after {
  display: table;
  clear: both;
  height: 0;
  width: 100%;
  content: '';
}

.page--news .alm-btn-wrap .alm-load-more-btn {
  font-size: 15px;
  font-weight: 600;
  width: auto;
  height: 42px;
  line-height: 42px;
  background: #ed7070;
  color: #fff;
  border: none;
  border-radius: 4px;
  margin: 0 0 4px;
  padding: 0 20px;
  display: inline-block;
  position: relative;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  text-align: center;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.page--news .alm-btn-wrap .alm-load-more-btn.loading, .page--news .alm-btn-wrap .alm-load-more-btn:hover {
  background-color: #e06464;
  color: #fff;
  text-decoration: none;
}

.page--news .alm-btn-wrap .alm-load-more-btn:active {
  -webkit-box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 2px 1px rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.page--news .alm-btn-wrap .alm-load-more-btn.loading {
  cursor: default;
  outline: 0;
  padding-left: 44px;
}

.page--news .alm-btn-wrap .alm-load-more-btn.done {
  cursor: default;
  opacity: .15;
  background-color: #ed7070;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.page--news .alm-btn-wrap .alm-load-more-btn.done:before {
  background: 0 0;
  width: 0;
}

.page--news .alm-btn-wrap .alm-load-more-btn:before {
  background: 0 0;
  width: 0;
}

.page--news .alm-masonry {
  display: block;
  overflow: hidden;
  clear: both;
}

.page--news .ajax-load-more-wrap {
  margin: 0 0 0 auto;
}

@media only screen and (min-width: 768px) {
  .page--news .ajax-load-more-wrap {
    width: 700px;
  }
}

.page--news .ajax-load-more-wrap.infinite .alm-load-more-btn {
  width: 100%;
  background-color: transparent !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../img/spinner.svg);
  border: none !important;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  overflow: hidden;
  text-indent: -9999px;
  cursor: default !important;
  outline: 0 !important;
}

.page--news .ajax-load-more-wrap.infinite .alm-load-more-btn:before {
  display: none !important;
}

.page--news .ajax-load-more-wrap.infinite .alm-load-more-btn:active, .page--news .ajax-load-more-wrap.infinite .alm-load-more-btn:focus {
  outline: 0;
}

.page--news .ajax-load-more-wrap.infinite .alm-load-more-btn.done {
  opacity: 0;
}

.page--news .ajax-load-more-wrap.infinite .alm-load-more-btn.loading {
  opacity: 1;
}

.page--news .alm-listing {
  margin: 0;
  padding: 0;
}

.page--news .alm-listing .alm-reveal {
  outline: 0;
}

.page--news .alm-listing .alm-reveal:after {
  display: table;
  clear: both;
  height: 0;
  width: 100%;
  content: '';
}

.page--diary .insta {
  margin-top: 4em;
}

.page--diary .insta .cell {
  margin-bottom: 40px;
}

.page--diary #sb_instagram #sbi_load .sbi_load_btn, .page--diary #sb_instagram .sbi_follow_btn a {
  background-color: transparent;
  border: 1px solid #fff;
  margin-top: 3em;
  padding: 1em 3em;
}

.page--bell .gn-brand_logo a {
  background-image: url(../img/common/brand-logo-g.svg);
  background-size: 90% auto;
}

@media only screen and (max-width: 767px) {
  .page--bell .gn-brand_logo a {
    background-size: 50px auto;
  }
}

.page--bell .site-main {
  color: #111;
}

.page--bell .section-article {
  padding: 100px 0 0;
}

@media only screen and (max-width: 767px) {
  .page--bell .section-article {
    padding: 50px 0 0;
  }
}

.page--bell .section-article .headline {
  color: #111;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  .page--bell .section-article .headline {
    position: fixed;
  }
}

.page--bell .section-article .headline .page-title {
  font-size: 4.2rem;
}

.page--bell .section-article .headline .subtitle {
  margin: 1em 0.5em;
}

@media only screen and (max-width: 767px) {
  .page--bell .section-article .headline {
    margin-bottom: 3em;
  }
}

.page--bell .section-article .content {
  padding-top: 1em;
}

@media only screen and (min-width: 768px) {
  .page--bell .section-article .content {
    margin-left: 35%;
  }
}

.page--bell .section-article .entry {
  margin-bottom: 4em;
  padding-bottom: 4em;
  border-bottom: 2px dotted #ccc;
}

.page--bell .section-article .entry__headline {
  margin-bottom: 2em;
}

.page--bell .section-article .entry__title {
  font-size: 2.8rem;
}

@media only screen and (max-width: 767px) {
  .page--bell .section-article .entry__title {
    font-size: 2.4rem;
  }
}

.page--bell .section-article .entry__body {
  font-size: 1.8rem;
}

@media only screen and (max-width: 767px) {
  .page--bell .section-article .entry__body {
    font-size: 1.6rem;
  }
}

.page--bell .section-article .entry .date {
  font-size: 1.2rem;
}

@media only screen and (min-width: 768px) {
  .page--bell .section-article .entry .date {
    padding-left: 2em;
  }
}

@media only screen and (max-width: 767px) {
  .page--bell .section-article .entry .date {
    padding-bottom: 1em;
  }
}

.page--bell .section-article .entry .meta {
  text-align: right;
  margin-top: 2em;
  font-size: 1.0rem;
}

@media only screen and (max-width: 767px) {
  .page--bell .section-article .entry .meta {
    margin-top: 4em;
  }
}

.pager,
.navigation.pagination {
  padding: 30px 0 40px;
}

.pager a,
.navigation.pagination a {
  opacity: 1;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1);
}

@media only screen and (max-width: 767px) {
  .pager a,
  .navigation.pagination a {
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}

.pager a:hover,
.navigation.pagination a:hover {
  opacity: 0.7;
}

@media only screen and (max-width: 767px) {
  .pager a:hover,
  .navigation.pagination a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}

@media only screen and (max-width: 767px) {
  .pager,
  .navigation.pagination {
    padding-bottom: 30px;
  }
}

.pager .nav-links,
.navigation.pagination .nav-links {
  position: relative;
  text-align: center;
}

.pager .nav-links > *,
.navigation.pagination .nav-links > * {
  color: #111;
  display: block;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 8px;
}

.pager .nav-links span.current,
.navigation.pagination .nav-links span.current {
  background-color: #DCDCDC;
}

.pager .nav-links .next,
.pager .nav-links .prev,
.navigation.pagination .nav-links .next,
.navigation.pagination .nav-links .prev {
  position: relative;
  top: 0;
  padding: 0 30px;
}

@media only screen and (max-width: 767px) {
  .pager .nav-links .next,
  .pager .nav-links .prev,
  .navigation.pagination .nav-links .next,
  .navigation.pagination .nav-links .prev {
    top: 2px;
  }
}

.pager .nav-links a.next,
.navigation.pagination .nav-links a.next {
  right: 0;
  padding-right: 8px;
}

.pager .nav-links a.next:after,
.navigation.pagination .nav-links a.next:after {
  position: absolute;
  right: -12px;
  top: 50%;
  margin-top: -6px;
  content: " ";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 6px solid #111;
}

.pager .nav-links a.prev,
.navigation.pagination .nav-links a.prev {
  left: 0;
  padding-left: 8px;
}

.pager .nav-links a.prev:before,
.navigation.pagination .nav-links a.prev:before {
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -6px;
  content: " ";
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-right: 6px solid #111;
}

@media only screen and (max-width: 767px) {
  .pager .nav-links .page-numbers,
  .navigation.pagination .nav-links .page-numbers {
    display: none;
  }
  .pager .nav-links .page-numbers.next, .pager .nav-links .page-numbers.prev,
  .navigation.pagination .nav-links .page-numbers.next,
  .navigation.pagination .nav-links .page-numbers.prev {
    display: inline-block;
    position: absolute;
  }
}

.customform .btnBox {
  text-align: center;
  margin-top: 3em;
}

.customform .formBlock {
  margin-top: 60px;
}

@media only screen and (max-width: 767px) {
  .customform .formBlock {
    margin-top: 30px;
  }
}

.customform .item {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .customform .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 767px) {
  .customform .item {
    margin-bottom: 20px;
  }
}

.customform .item__title {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 768px) {
  .customform .item__title {
    width: 30%;
  }
}

@media only screen and (max-width: 767px) {
  .customform .item__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.customform .item__title span {
  margin-left: 1em;
}

.customform .item__title .required {
  color: #CC3301;
}

@media only screen and (min-width: 768px) {
  .customform .item__content {
    width: 70%;
  }
}

.customform .thanks {
  text-align: center;
}

.customform .thanks .strong {
  font-size: 24px;
  font-weight: bold;
  margin: 2em 0;
}

@media only screen and (max-width: 767px) {
  .customform .thanks .strong {
    font-size: 18px;
  }
}

.customform input,
.customform textarea,
.customform select {
  min-height: 40px;
  font-size: 16px;
  padding: 1em;
}

@media only screen and (max-width: 767px) {
  .customform input,
  .customform textarea,
  .customform select {
    font-size: 14px;
  }
}

.customform input:focus,
.customform textarea:focus,
.customform select:focus {
  outline: 0;
  border: 1px solid #6BA0F2 !important;
}

.customform input[type="text"],
.customform input[type="email"],
.customform input[type="tel"],
.customform input[type="number"] {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
  background-color: transparent;
  height: auto;
  width: 100%;
  border: 1px solid #fff;
}

.customform textarea {
  width: 100% !important;
  min-height: 14em;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #fff;
}

@media only screen and (max-width: 767px) {
  .customform textarea {
    max-width: none;
  }
}

.customform select {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  display: inline-block;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #fff;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMjQgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU3LjEgKDgzMDg4KSAtIGh0dHBzOi8vc2tldGNoLmNvbSAtLT4KICAgIDx0aXRsZT5hcnJvdzwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSJQYWdlLTEiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJhcnJvdyIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEuMDAwMDAwLCAwLjAwMDAwMCkiIGZpbGw9IiNGRkZGRkYiIGZpbGwtcnVsZT0ibm9uemVybyI+CiAgICAgICAgICAgIDxwb2x5Z29uIGlkPSJQYXRoIiBwb2ludHM9IjI0Ljk2OCAwIDEyLjk2OCAxMiAwLjk2OCAwIj48L3BvbHlnb24+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  width: 100%;
}

.customform #submit-button,
.customform input[type="submit"] {
  background: #6BA0F2;
  border: none;
  padding: 20px 0;
  width: 40%;
  font-size: 16px;
  color: #FFF;
  cursor: pointer;
  border-radius: 40px;
}

.customform #submit-button:hover,
.customform input[type="submit"]:hover {
  background-color: #82aff4;
}

@media only screen and (max-width: 767px) {
  .customform #submit-button,
  .customform input[type="submit"] {
    padding: 14px 0;
    width: 100%;
  }
}

.mw_wp_form_confirm.mw_wp_form_preview .itemContent {
  padding: 1em;
  background-color: #f5f5f5;
}

.mw_wp_form_confirm.mw_wp_form_preview .btnBox input[name="submitBack"] {
  background-color: #A1A1A1;
}

.mw_wp_form_confirm.mw_wp_form_preview .btnBox > * {
  margin: 0 0 1em;
}

.page--contact .section-hero .content,
.page--confirm .section-hero .content,
.page--complete .section-hero .content {
  padding-top: 3em;
}

.page--contact .section-mailform,
.page--confirm .section-mailform,
.page--complete .section-mailform {
  margin-top: 5em;
}

@media only screen and (max-width: 767px) {
  .page--contact .section-mailform,
  .page--confirm .section-mailform,
  .page--complete .section-mailform {
    margin-top: 2em;
  }
}

.page--contact .section-mailform .desc,
.page--confirm .section-mailform .desc,
.page--complete .section-mailform .desc {
  margin-bottom: 3em;
}

@media only screen and (max-width: 767px) {
  .page--contact .section-mailform .desc,
  .page--confirm .section-mailform .desc,
  .page--complete .section-mailform .desc {
    margin-bottom: 1.5em;
  }
}

.page--contact .section-mailform .panel,
.page--confirm .section-mailform .panel,
.page--complete .section-mailform .panel {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 80px;
}

@media only screen and (max-width: 767px) {
  .page--contact .section-mailform .panel,
  .page--confirm .section-mailform .panel,
  .page--complete .section-mailform .panel {
    padding: 30px 15px;
  }
}
