/*
Theme Name: Kagyo-aid WordPress Theme
Description: 家業エイド用WordPressテーマ
Author: SparkLab
Version: 1.0.15
*/

/* -------------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td,
figure,
figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  text-align: left;
  background: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

blockquote::before,
blockquote::after {
  content: '';
}

/* -------------------------------------------------------------------------------- */
/*	2. Document Setup
/* -------------------------------------------------------------------------------- */

html {
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
}

body * {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* -------------------------------------------------------------------------------- */
/*	3. Element Base
/* -------------------------------------------------------------------------------- */

p {
  font-size: 1.5rem;
  line-height: 1.75;
  margin: 0 0 1.25rem 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  letter-spacing: -0.005em;
  line-height: 1.3;
  margin: 1.75em 0 0.75em;
}

h1 {
  font-size: 2.8rem;
}

h2 {
  font-size: 2.4rem;
}

h3 {
  font-size: 2.2rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.8rem;
}

h6 {
  font-size: 1.6rem;
}

em,
i,
q,
dfn {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

ins {
  text-decoration: underline;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

abbr,
acronym {
  cursor: help;
}

address {
  line-height: 1.5;
  margin: 0 0 2rem 0;
}

/* Separators ------------------------------------- */

hr {
  border: none;
  border-top: 0.2rem solid #e0e4e7;
  margin: 2em auto;
}

/* Lists ------------------------------------- */

ul,
ol {
  margin: 0 0 1.25em 2em;
}

ul {
  list-style: disc;
}

ul ul {
  list-style: circle;
}

ul ul ul {
  list-style: square;
}

ol {
  list-style: decimal;
}

ol ol {
  list-style: lower-alpha;
}

ol ol ol {
  list-style: lower-roman;
}

li {
  font-size: 1.45rem;
  line-height: 1.5;
  margin: 1.5rem 0;
}

dt {
  font-weight: 600;
}

dd + dt {
  margin-top: 1.5rem;
}

dd {
  line-height: 1.5;
}

/* Quotes ------------------------------------ */

blockquote {
  border-left: 1rem solid var(--bg-hilight-color);
  margin: 0 0 1.25em 0;
  padding: 0.5em 0 0 1.5em;
}

cite {
  font-size: 0.9em;
  font-weight: 600;
}

svg,
img,
embed,
iframe,
object {
  height: auto;
  max-width: 100%;
}

/* Tables ------------------------------------ */

th,
td {
  line-height: 1.4;
  margin: 0;
  overflow: visible;
  padding: 2.5%;
}

caption {
  border-bottom: 0.1rem solid #e0e4e7;
  font-weight: 700;
  padding-bottom: 2.5%;
  text-align: center;
}

thead {
  vertical-align: bottom;
  white-space: nowrap;
}

th {
  border-bottom: 0.1rem solid #e0e4e7;
  font-weight: 600;
}

tbody > tr:nth-child(even) {
  background-color: var(--bg-hilight-color);
}

/* Code ------------------------------------ */

pre {
  padding: 2rem 1.4rem !important;
  line-height: 2.2 !important;
  border-radius: 0.8rem;
}

code {
  font-size: 1.3rem;
}

/* ------------------------------------ */

body {
  font-family: 'メイリオ', メイリオ, 'meiryo', meiryo, 'ヒラギノ角ゴ',
    ヒラギノ角ゴ, 'pro w3', 'hiragino kaku gothic pro', sans-serif;
}

/* common */
.section-inner {
  position: relative;
  margin: auto;
}

.section-title {
  position: relative;
}

.section-title h2 {
  text-align: center;
}

.section-title img {
  text-align: center;
  width: 60%;
  max-width: 20rem;
}

.section-title span {
  display: block;
  margin-top: 2.6rem;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2;
  color: rgb(1, 46, 79);
}

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

/* -------- */

/* header */

.site-header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  background: rgb(3, 199, 139);
  z-index: 99;
}

.site-header .inner {
  position: relative;
  margin: auto;
  padding: 1.8rem 0;
  width: calc(100% - 3rem);
  max-width: 100rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-title {
  position: relative;
  width: 40%;
  max-width: 18rem;
}

.header-title a {
  display: block;
  line-height: 0;
}

.header-title img {
  position: relative;
  width: 100%;
}

.header-global-menu {
  position: relative;
}

.header-global-menu a {
  position: relative;
  display: inline-block;
  margin-left: 2.6rem;
  padding: 1rem 0;
  font-size: 1.4rem;
  color: #fff;
  text-decoration: none;
}

.header-right-column {
  display: flex;
  align-items: center;
}

.hamburger-menu {
  display: none;
  position: relative;
  width: 32px;
  height: 28px;
  z-index: 9999;
  margin-left: 10px;
}

.is-home .hamburger-menu {
  display: block;
}

@media screen and (max-width: 768px) {
  .header-global-menu {
    display: none;
  }
  .hamburger-menu {
    display: block;
  }
}

button#bars {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.bar {
  background: white;
  width: 100%;
  height: 4px;
  transition: all 0.4s ease;
}
button#bars.open {
  justify-content: space-between;
  z-index: 9999;
}
button#bars.open .bar:nth-last-child(1) {
  transform: rotate(-45deg);
  transform-origin: top left;
}
button#bars.open .bar:nth-last-child(2) {
  opacity: 0;
  transition: opacity 0.4s ease;
}
button#bars.open .bar:nth-last-child(3) {
  transform: rotate(45deg);
  transform-origin: left bottom;
}

#mobleMenu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  background: rgb(18, 18, 18);
  width: 100vw;
  height: 100vh;
  transition: all 0.4s ease;
  z-index: 0;
}
#mobleMenu.open {
  visibility: inherit;
  opacity: 1;
  transition: all 0.6s ease;
  z-index: 999;
}

#mobleMenu .inner {
  position: relative;
  width: 100%;
  padding: 12rem 0 0;
}

.is-home #mobleMenu .inner {
  padding: 10rem 0 0;
}

#mobleMenu ul {
  margin: 0 auto 0;
  width: 60%;
  font-size: 1.8rem;
}
.is-home #mobleMenu ul li {
  font-size: 1.2rem;
}

#mobleMenu ul a {
  text-decoration: none;
}

#mobleMenu ul li {
  text-align: center;
  margin-bottom: 4rem;
  letter-spacing: 0.2em;
  color: #fff;
  list-style: none;
}

#mobleMenu ul li.current {
  color: rgb(3, 199, 139);
}

/* -------- */

#MainVisual {
  position: relative;
  width: 100%;
}

#MainVisual .section-inner {
  width: calc(100% - 4rem);
  max-width: 100rem;
  padding: 3rem 0 2rem;
}

.site-logo {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 46rem;
}

.site-logo img {
  position: relative;
  width: 100%;
}

.site-description {
  position: relative;
  padding: 0 0 1rem;
}

.site-description h2 {
  margin: 1.25em 0 0.75em;
  font-size: 2.7rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  color: rgb(1, 46, 78);
}

@media screen and (max-width: 767px) {
  .site-description h2 {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .site-description h2 {
    font-size: 2.8rem;
  }
}

.particiate-button {
  position: relative;
  text-align: center;
}

.particiate-button a.particiate_button {
  position: relative;
  margin-bottom: 2rem;
  display: inline-block;
  padding: 1em 2em;
  font-size: 2rem;
  color: white;
  text-decoration: none;
  background: rgb(1, 46, 79);
  border-radius: 6rem;
  overflow: hidden;
  transition: all 0.4s ease;
}

a.particiate_button:hover {
  background: rgb(3, 199, 139);
  transition: all 0.4s ease;
}

.particiate-button span {
  position: relative;
  display: block;
  font-size: 1.2rem;
  color: #7a7a7a;
}
.particiate-button .loggin a {
  color: rgb(3, 199, 139);
}

.top-img {
  position: relative;
  width: 100vw;
}
.top-img img {
  position: relative;
  width: 100vw;
}

.textbox {
  position: relative;
  color: rgb(1, 46, 79);
}

.textbox .inner {
  position: relative;
  margin: auto;
  width: calc(100% - 3rem);
  max-width: 100rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 600px) and (max-width: 1024px) {
  .textbox .inner {
    align-items: flex-end;
  }
}

@media screen and (max-width: 767px) {
  .textbox .img {
    order: 1;
  }
}

.textbox .img {
  text-align: center;
  flex: 1 1 30rem;
  font-size: 0;
}
.textbox .img img {
  width: calc(100% - 3rem);
}
.textbox .text {
  flex: 1 1 30rem;
}

.textbox .text .text-inner {
  margin: auto;
  width: calc(100% - 3rem);
}

#Point {
  position: relative;
  background: rgb(191, 241, 220);
}

#Point .section-inner {
  width: calc(100% - 3);
  max-width: 120rem;
  padding: 4rem 0;
}

#Point .container {
  position: relative;
  margin-top: 6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-around;
}

#Point .container .item {
  margin-bottom: 4rem;
  padding: 0 1.5rem;
  flex: 0 0 30rem;
  color: rgb(1, 46, 79);
  text-align: center;
}

#Point .container img {
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  #Point .container img {
    width: 80%;
  }
}

#Point .container h2 {
  text-align: center;
  font-size: 2rem;
}

#Story {
  position: relative;
}

#Story .section-inner {
  width: calc(100% - 4rem);
  max-width: 80rem;
  padding: 4rem 0;
}

#Story .section-title {
  margin-bottom: 8rem;
}

.readmore-button {
  position: relative;
  text-align: center;
}

.readmore-button a {
  position: relative;
  display: inline-block;
  padding: 1em 4em;
  font-size: 2rem;
  color: rgb(1, 46, 79);
  border: 2px solid rgb(1, 46, 79);
  text-decoration: none;
  border-radius: 6rem;
  overflow: hidden;
  transition: all 0.4s ease;
}

.readmore-button a:hover {
  color: white;
  background: rgb(1, 46, 79);
  transition: all 0.4s ease;
}

.two-column {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.two-column .img {
  flex: 1 1 20rem;
  text-align: center;
  margin-bottom: 2rem;
}
.two-column .img img {
  width: calc(100% - 2rem);
}
.two-column .text {
  flex: 1 1 40rem;
}
.two-column .text-inner {
  position: relative;
  margin: auto;
  width: calc(100% - 2rem);
}

.story-parts {
  position: relative;
  margin: 6rem auto 1rem;
  color: rgb(1, 46, 79);
}

.story-parts .heading {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}

.story-parts .name {
  font-size: 1.8rem;
  margin-bottom: 1em;
}
.story-parts .san {
  font-size: 1.4rem;
}

.parts-foot {
  padding: 8rem 0;
}
.two-column.parts-foot .img img {
  width: 90%;
}
@media screen and (max-width: 639px) {
  .two-column.parts-foot .img img {
    width: 60%;
  }
}
.parts-foot .text-inner p {
  margin-bottom: 2.6rem;
  font-size: 1.6rem;
  text-align: center;
}

/* footer */

.site-footer {
  position: relative;
  background: rgb(3, 199, 139);
}
.footer-above {
  position: relative;
  width: 100%;
  background: rgba(129, 227, 186);
}
.footer-above a {
  display: inline-block;
  color: rgb(1, 46, 79);
  font-size: 1.4rem;
  margin: 0 1rem;
}

.footer-inner {
  position: relative;
  margin: auto;
  padding: 4rem 0;
  width: calc(100% - 4rem);
  max-width: 600px;
}
.footer-above .footer-inner {
  text-align: center;
}

.copyright {
  position: relative;
  padding: 1rem 0 2rem;
}

.copyright p {
  color: white;
  text-align: center;
}

.social-media {
  position: relative;
  margin: auto;
  display: flex;
  width: 100%;
  max-width: 24rem;
  justify-content: space-around;
  align-items: center;
}
.social-media .icon {
  flex: 0 0 calc(100% / 4 - 2.2rem);
}

/* concept */

#page-concept .featured-slider {
  position: relative;
  width: 100%;
  height: 460px;
}
#silider-inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.slide {
  transition: margin 0.7s cubic-bezier(0.85, 0, 0.15, 1);
}

@media screen and (max-width: 767px) {
  #page-concept .featured-slider {
    height: 320px;
  }
}

.slider-button-container {
  position: absolute;
  top: 0;
  left: 6%;
  width: 88%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.slider-button-container button {
  width: 4vw;
  max-width: 30px;
  cursor: pointer;
}
.slider-button-container button svg {
  fill: white;
}

#onNextSlide {
  position: relative;
  transform: rotate(180deg);
}
#goBackSlide {
  position: relative;
}

.featured-slider img {
  position: relative;
  flex: 0 0 100%;
  height: 100%;
  object-fit: cover;
}

#page-concept .section-inner {
  position: relative;
  padding: 4rem 0 12rem;
  width: calc(100% - 6rem);
  max-width: 800px;
}
#page-concept .section-titile {
  position: relative;
  margin-bottom: 4rem;
}

#page-concept .text p {
  font-size: 1.6rem;
}

.section-leading {
  position: relative;
  text-align: center;
  margin-bottom: 4rem;
}
.section-leading h2 {
  text-align: center;
  line-height: 3;
  font-size: 2.6rem;
}
@media screen and (max-width: 767px) {
  .section-leading h2 {
    font-size: 2rem;
  }
}
.section-leading img {
  position: relative;
  display: block;
  margin: auto;
  width: calc(100% - 4rem);
  max-width: 600px;
}

.ourconcept {
  position: relative;
  display: inline-block;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}

.ourconcept::after {
  position: relative;
  display: inline-block;
  content: '';
  margin: 0;
  width: 100%;
  height: 6px;
  background: white;
}

#Concept {
  position: relative;
  background: rgb(135, 135, 135);
  color: white;
}

#Concept2 {
  position: relative;
  background: rgb(82, 82, 82);
  color: white;
}

#Concept2 .section-leading h2 {
  font-size: 5rem;
  letter-spacing: -0.05em;
  margin-bottom: 0.5em;
  line-height: 2 !important;
}
@media screen and (max-width: 767px) {
  #Concept2 .section-leading h2 {
    font-size: 2.6rem;
  }
}

.online_comunity {
  position: relative;
  padding: 4em 0 0;
  width: 100%;
  text-align: center;
}

.online_comunity a {
  position: relative;
  display: inline-block;
  margin: auto;
  padding: 1.2em 4em;
  text-decoration: none;
  background: rgb(3, 199, 139);
  color: white;
  border-radius: 4rem;
  overflow: hidden;
  font-size: 2rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .online_comunity a {
    font-size: 1.8rem;
    padding: 1.6em 2em;
  }
}

/* about */

#page-about {
  background: rgba(140, 140, 140);
  color: white;
  padding: 0 0 6rem;
}

#page-about .featured-img {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 1000px;
}

#page-about .section-inner {
  width: calc(100% - 6rem);
  max-width: 1000px;
}

#page-about .text {
  margin-bottom: 6rem;
}

#page-about h1 {
  text-align: center;
  margin-bottom: 1.75em;
}

#page-about .container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}

#page-about .container .item {
  position: relative;
  margin-bottom: 2rem;
  flex: 0 1 calc(1000px / 3 - 2rem);
  border: 2px solid;
}

@media screen and (max-width: 470px) {
  #page-about .container .item {
    flex: 100%;
  }
}

#page-about .container .item-inner {
  padding: 1rem 2rem 4rem;
  text-align: center;
}
#page-about .container .item-inner * {
  text-align: center;
}

#page-about .item-inner h2 span {
  font-size: 1.4rem;
  font-weight: normal;
}

#page-about .container .item a {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  margin: 2rem auto 0;
  padding: 1em 2em;
  background: #fff;
  color: #464646;
  text-decoration: none;
  border-radius: 10rem;
  transition: all 0.4s ease;
}
#page-about .container .item:nth-child(3) a {
  margin-top: 4rem !important;
}

#page-about .container a:hover {
  background: rgb(212, 212, 212);
  transition: all 0.4s ease;
}

#partnerShip {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 8rem 0;
}
#partnerShip .section-inner {
  position: relative;
  width: calc(100% - 6rem);
  padding: 2rem 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  max-width: 460px;
}
#partnerShip .section-inner h2 {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  margin: 0 0 0.75em;
}
#partnerShip .section-inner h2,
#partnerShip .section-inner p {
  color: rgba(82, 82, 82);
}
#partnerShip .mail {
  margin: 0;
}
#partnerShip .mail a {
  color: rgb(3, 199, 139);
}

#sparkLab {
  background: rgb(146, 224, 192);
  color: white;
  padding: 4rem 0;
}
#sparkLab .section-inner {
  width: calc(100% - 6rem);
  max-width: 500px;
}
#sparkLab .section-inner p {
  text-align: center;
  font-size: 1.8rem;
}
#sparkLab .section-inner a {
  color: white;
}

#page-story {
  position: relative;
  width: 100%;
  padding: 0 0 6rem;
}

#page-story .featured-img {
  position: relative;
  margin: auto auto 6rem;
  width: 100%;
  max-width: 1000px;
}

#page-story .textbox {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100%;
}

#page-story .page-title {
  margin: auto auto 10rem;
  padding: 0.5em 2em;
  font-size: 4.6rem;
  color: white;
  text-align: center;
  border: 4px solid;
}

@media screen and (max-width: 767px) {
  #page-story .page-title {
    font-size: 2.8rem;
    margin: auto auto 2.6rem;
  }
  #page-story .featured-img {
    margin-bottom: 2.4rem;
  }
}

#page-story .page-title span {
  display: block;
}

#page-story .entry-posts {
  position: relative;
  margin: auto;
  padding-bottom: 6rem;
  width: 100%;
  max-width: 1000px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

#page-story a.post {
  position: relative;
  margin-bottom: 2.4rem;
  display: block;
  text-decoration: none;
  width: 30%;
  flex: 0 0 calc(100% / 3 - 1.6rem);
  color: inherit;
  box-shadow: 0 0 2rem rgba(131, 131, 131, 0.238);
}

@media screen and (max-width: 1024px) {
  #page-story a.post {
    position: relative;
    margin-bottom: 2.4rem;
    display: block;
    text-decoration: none;
    flex: 0 0 calc(100% / 2 - 1.6rem);
    width: 50%;
    color: inherit;
    box-shadow: 0 0 2rem rgba(131, 131, 131, 0.238);
  }
}

@media screen and (max-width: 767px) {
  #page-story a.post {
    position: relative;
    margin-bottom: 2.4rem;
    display: block;
    text-decoration: none;
    flex: 0 0 100%;
    color: inherit;
    width: 100%;
    box-shadow: 0 0 2rem rgba(131, 131, 131, 0.238);
  }
}

#page-story .post-inner {
  padding: 2.6rem;
}

#page-story .post-inner p {
  word-wrap: break-word;
}

#page-story .post-img {
  margin-bottom: 1.2rem;
}

#page-story .post-img img {
  object-fit: cover;
  height: 150px;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  #page-story .post-img img {
    object-fit: cover;
    height: 220px;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #page-story .post-img img {
    object-fit: cover;
    height: 200px;
    width: 100%;
  }
}

#page-story h2.post-title {
  font-size: 1.8rem;
  line-height: 1.75;
  margin-top: 0.75em;
}

/* story pagination */

#story-pagination {
  position: relative;
}

#story-pagination {
  position: relative;
  margin: auto;
  width: 80%;
  max-width: 400px;
  display: flex;
  justify-content: space-around;
}

#story-pagination .pagination {
  position: relative;
  margin: auto;
  width: calc(100% - 4rem);
  max-width: 400px;
}

#story-pagination ul.page-numbers {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

ul.page-numbers li {
  list-style: none;
  color: rgb(3, 199, 139);
  font-size: 1.4rem;
}

ul.page-numbers li .page-numbers {
  padding: 0.75em 0.9em;
}

.page-numbers {
  display: block;
  color: #03c78a;
  padding: 0.55em 0.9em;
  font-size: 1.4rem;
}

.page-numbers.current {
  color: white;
  background: rgb(3, 199, 139);
  border-radius: 0.4em;
}

#story-pagination a {
  text-decoration: none;
  color: inherit;
}

#story-pagination a {
  color: #03c78a;
}

#story-pagination a:hover {
  color: white;
  background: rgba(108, 166, 149, 0.515);
  border-radius: 0.4em;
}

/* agreement / privacy-policy */

.page-header {
  position: relative;
  width: 100%;
  height: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}

.page-header img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
}

.page-title {
  position: relative;
  color: #fff;
}

.page-title h1 {
  text-align: center;
  font-weight: normal;
}

.page .section-inner {
  position: relative;
  width: calc(100% - 6rem);
  padding: 8rem 0;
  max-width: 600px;
}

.page .section-inner * {
  color: #012e4f;
}
.page .section-inner p {
  font-size: 1.5rem;
}

/* page-registration */

#page-registration .section-inner {
  min-height: 100vh;
}

#page-registration .section-inner iframe {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

@media screen and (max-width: 767px) {
  #page-registration .section-inner {
    width: 100%;
    padding: 0;
  }
}

/* page-thanks  */

#page-thanks .section-inner {
  width: calc(100% - 6rem);
  max-width: 800px;
  padding: 6rem 0 12rem;
}

#page-thanks h1 {
  margin-bottom: 1.25em;
  text-align: center;
  color: rgb(3, 199, 139);
}

#page-thanks p {
  color: rgb(1, 46, 78);
}

.page .blog-inner {
  position: relative;
  width: calc(100% - 6rem);
  padding: 2rem 0 6rem;
  margin: auto;
  max-width: 900px;
}
