@charset "UTF-8";
body, div, dl, dt, dd, ul, li, ol, li, h1, h2, h3, h4, h5, form, p, table, th, td, address {
  margin: 0;
  padding: 0;
}

body {
  color: #333;
  font-family: Verdana, Arial, 'メイリオ', Meiryo, 'ヒラギノ角ゴPro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  line-height: 120%;
}

a img, img {
  border: 0;
}

ul, li, ol, li {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a {
  color: #0096d4;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

input[type='text'], input[type='password'] {
  padding: 3px;
  border: 1px solid #ccc;
}

select {
  padding: 3px;
  border: 1px solid #ccc;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.clearfix {
  zoom: 1;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  font-size: 12px;
  background: #f5f5f5;
}

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

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.cancel {
  text-decoration: line-through !important;
}

input[type='button'], input[type='submit'] {
  display: inline-block;
  margin: 10px 3px;
  padding: 0 1.6em;
  font-size: 1em;
  background: #fff;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
}

.button {
  display: inline-block;
  margin: 5px 15px 5px 15px;
  padding: 15px 40px 15px 40px;
  color: #fff;
  font-size: 1.2em;
  text-align: center;
  text-decoration: none;
  background-color: #555;
  border: 1px solid #555;
  border-radius: 5%;
}

.button:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #555;
}

.button--firstMessage {
  margin: 25% 15px 0 15px;
}

.--itemRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.--itemRight-left {
  margin-right: auto;
}

.--itemCenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#slideMenuInput {
  display: none;
}

.slideMenu {
  position: fixed;
  z-index: 9999;
  width: 100%;
  padding: 0;
}

.slideMenuNav {
  position: absolute;
  top: -500px;
  z-index: 9999;
  width: 100%;
  text-align: center;
  background: #333;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.slideMenuNav__list {
  position: static;
  right: 0;
  bottom: 0;
  font-size: 11px;
  list-style: none;
}

.slideMenuNav__button {
  border-bottom: 1px solid #999;
}

.slideMenuNav__text {
  display: block;
  width: 100%;
  padding: 18px 0;
  color: #fff;
  text-decoration: none;
}

.slideMenuNav__headline {
  padding: 5px;
  background: #999;
}

.slideMenuNav__headline span {
  color: #fff;
}

.slideMenuToggle {
  position: absolute;
  top: 8px;
  right: 10px;
  z-index: 101;
  width: 34px;
  height: 36px;
}

.slideMenuToggle__check {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.slideMenuToggle__line {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #333;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}

.slideMenuToggle__line--line1 {
  top: 0;
}

.slideMenuToggle__line--line2 {
  top: 10px;
}

.slideMenuToggle__line--line3 {
  top: 20px;
}

#slideMenuInput:checked + .slideMenuToggle span:nth-child(1) {
  top: 11px;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

#slideMenuInput:checked + .slideMenuToggle span:nth-child(2) {
  left: 50%;
  width: 0;
}

#slideMenuInput:checked + .slideMenuToggle span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}

#slideMenuInput:checked ~ .slideMenuNav {
  display: block;
  -webkit-transform: translateY(556px);
  transform: translateY(550px);
}

@media screen and (min-width: 768px) {
  .slideMenuNav, .slideMenuToggle, #slideMenuInput:checked ~ .slideMenuNav {
    display: none;
  }
}

html {
  scroll-behavior: smooth;
}

@media screen and (max-width: 320px) {
  body {
    font-size: 10px;
  }
}

section:before {
  display: block;
  height: 124px;
  margin-top: -124px;
  visibility: hidden;
  content: ' ';
}

.container {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.5rem 1rem 1.5rem 1rem;
  background: #fff;
  line-height: 1.5;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 5;
  background: rgba(255, 255, 255, 0.9);
}

.siteName__icon {
  display: inline-block;
  width: 2em;
  height: 2em;
  margin: 0 auto;
  color: #fff;
  font-size: 1.5em;
  line-height: 2em;
  text-align: center;
  background: #23466e;
  border-radius: 50%;
}

.siteName__text {
  padding-right: 1rem;
  color: #23466e;
  font-size: 2em;
  font-family: 'Gabriola', 'Zapfino', 'ヒラギノ角ゴシック', 'Hiragino Sans', 'Meiryo UI', sans-serif;
  text-decoration: none;
}

.headerMenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 1.2em;
}

.headerMenu__button {
  margin: .25rem .25rem .25rem .25rem;
}

.headerMenu__text {
  text-decoration: none;
  display: block;
  padding: .5rem 1rem .5rem 1rem;
}

.headerMenu__text:hover {
  text-decoration: none;
}

.headerMenu__button {
  color: #fff;
  background-color: #555;
  border: 1px solid #fff;
}

.headerMenu__button:hover {
  color: #555;
  background-color: #fff;
  border: 1px solid #555;
}

.headerMenu__text {
  color: #fff;
  background-color: #555;
}

.headerMenu__text:hover {
  color: #555;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .headerMenu {
    display: none;
  }
}

.cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7.5rem 2rem 7.5rem 2rem;
  background: #555;
  line-height: 1.5;
  height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url("../img/cover.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/cover.jpg");
  background-size: cover;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 480px) {
  .cover {
    padding: 4rem 0.25rem 4rem 0.25rem;
  }
}

.cover__subject {
  margin-bottom: 0.5rem;
  font-size: 3em;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .cover__subject {
    font-size: 2.5em;
  }
}

.cover__text {
  margin-bottom: 0.5rem;
  font-size: 1em;
  text-align: center;
  color: #fff;
  font-size: 3em;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .cover {
    height: 375px;
  }
}

@media screen and (max-width: 320px) {
  .cover {
    height: 250px;
    padding: 1rem;
  }
}

@media screen and (max-width: 480px) {
  .cover__text {
    font-size: 2.5em;
  }
}

@media screen and (max-width: 320px) {
  .cover__text {
    font-size: 2em;
  }
}

.products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7.5rem 2rem 7.5rem 2rem;
  line-height: 1.5;
}

@media screen and (max-width: 480px) {
  .products {
    padding: 4rem 0.25rem 4rem 0.25rem;
  }
}

.products__subject {
  margin-bottom: 0.5rem;
  font-size: 3em;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .products__subject {
    font-size: 2.5em;
  }
}

.products__text {
  margin-bottom: 0.5rem;
  font-size: 1em;
  text-align: center;
}

.productsItemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 0;
  line-height: 1.5;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.productsItem {
  margin: 1rem;
  padding: 1rem;
  background: #fff;
  border: 1px solid #555;
  width: 330px;
  min-height: 200px;
}

@media screen and (max-width: 768px) {
  .productsItem {
    width: 100%;
  }
}

.productsItem__icon {
  display: inline-block;
  width: 2em;
  height: 2em;
  margin: 0 auto;
  color: #fff;
  font-size: 1.3em;
  line-height: 2em;
  text-align: center;
  background: #23466e;
  border-radius: 50%;
  margin-right: 0.5em;
}

.productsItem__subject {
  margin-bottom: 1rem;
  font-size: 1.5em;
}

.productsItem__text {
  font-size: 1.2em;
}

.basePlan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7.5rem 2rem 7.5rem 2rem;
  background: #fff;
  line-height: 1.5;
}

@media screen and (max-width: 480px) {
  .basePlan {
    padding: 4rem 0.25rem 4rem 0.25rem;
  }
}

.basePlan__subject {
  margin-bottom: 0.5rem;
  font-size: 3em;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .basePlan__subject {
    font-size: 2.5em;
  }
}

.basePlan__text {
  margin-bottom: 0.5rem;
  font-size: 1em;
  text-align: center;
}

.basePlanList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 0;
  line-height: 1.5;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.basePlanItem {
  margin: 1rem;
  padding: 1rem;
  background: #7e9895;
  width: 450px;
  min-height: 300px;
  padding-bottom: 3rem;
  color: #fff;
}

@media screen and (max-width: 480px) {
  .basePlanItem {
    width: 100%;
  }
}

.basePlanItem__subject {
  padding-bottom: 1rem;
  font-size: 2.5em;
}

@media screen and (max-width: 480px) {
  .basePlanItem__subject {
    font-size: 2em;
  }
}

.basePlanItem__price {
  position: relative;
  z-index: 0;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem 0 1rem 0;
  color: #fff;
  font-size: 2rem;
  background: #1d695f;
  font-size: 1.5em;
}

.basePlanItem__price--mini {
  margin-left: 1rem;
  font-size: 0.6em;
}

.basePlanItem__price--left {
  margin-left: -35px;
}

.basePlanItem__price--left:before {
  position: absolute;
  top: 100%;
  left: 0;
  border: none;
  border-right: solid 20px #315550;
  border-bottom: solid 15px transparent;
  content: '';
}

.basePlanItem__price--right:after {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 0px;
  height: 0px;
  border-width: 30px 15px 30px 0px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  content: '';
}

.basePlanItem__text {
  padding-top: 1rem;
  font-size: 1.2em;
}

.basePlanItem__textSubject {
  display: block;
  font-size: 1.4em;
}

.optionPlan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7.5rem 2rem 7.5rem 2rem;
  background: #555;
  line-height: 1.5;
  height: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.7))), url("../img/option.jpg");
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/option.jpg");
  background-size: cover;
}

@media screen and (max-width: 480px) {
  .optionPlan {
    padding: 4rem 0.25rem 4rem 0.25rem;
  }
}

.optionPlan__subject {
  margin-bottom: 0.5rem;
  font-size: 3em;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .optionPlan__subject {
    font-size: 2.5em;
  }
}

.optionPlan__text {
  margin-bottom: 0.5rem;
  font-size: 1em;
  text-align: center;
}

.optionPlan__subject, .optionPlan__text {
  color: #fff;
}

.optionPlanList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 0;
  line-height: 1.5;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.optionPlanItem {
  margin: 1rem;
  padding: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 480px) {
  .optionPlanItem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.optionPlanItem__icon {
  display: inline-block;
  width: 2em;
  height: 2em;
  margin: 0 auto;
  color: #23466e;
  font-size: 3em;
  line-height: 2em;
  text-align: center;
  background: #fff;
  border-radius: 50%;
}

.optionPlanItem__subject {
  font-size: 2em;
}

.optionPlanItem__price {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  font-size: 1.5em;
}

.optionPlanItem__price:before, .optionPlanItem__price:after {
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  content: '';
}

.optionPlanItem__price:before {
  left: 0;
}

.optionPlanItem__price:after {
  right: 0;
}

@media screen and (max-width: 480px) {
  .optionPlanItem__price {
    font-size: 1.2em;
  }
}

.optionPlanItem__priceIcon {
  margin-right: 0.3rem;
}

.optionPlanItemIconArea {
  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-right: 1rem;
  padding: 2rem;
  background: #23466e;
}

@media screen and (max-width: 480px) {
  .optionPlanItemIconArea {
    margin-right: 0;
    padding: 1rem;
  }
}

.optionPlanItemTextArea {
  padding: 1rem;
}

.demo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7.5rem 2rem 7.5rem 2rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .demo {
    padding: 4rem 0.25rem 4rem 0.25rem;
  }
}

.demo__subject {
  margin-bottom: 0.5rem;
  font-size: 3em;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .demo__subject {
    font-size: 2.5em;
  }
}

.demo__text {
  margin-bottom: 0.5rem;
  font-size: 1em;
  text-align: center;
}

.demo__image {
  max-width: 800px;
  margin: auto;
  padding: 2rem;
}

.demo__image img {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .demo__image {
    width: 100%;
  }
}

.demoList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 0;
  line-height: 1.5;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.demoSite {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 1rem;
  padding: 2rem;
  background: #fff;
  border: 1px solid #555;
}

@media screen and (max-width: 480px) {
  .demoSite {
    width: 100%;
    padding: 1rem;
  }
}

.demoSiteCard {
  margin: 0;
  padding: 1rem;
  background: #fff;
  border: 1px solid #555;
  margin-bottom: 1rem;
  font-size: 1.3em;
  text-align: left;
}

.demoSiteCard__icon {
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  margin: 0 auto;
  color: #fff;
  font-size: 1em;
  line-height: 1.8em;
  text-align: center;
  background: #23466e;
  border-radius: 50%;
}

.demoSiteCard a {
  color: #555;
  text-decoration: none;
}

.demoSiteAccount {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #555;
  margin-bottom: 1rem;
}

.demoSiteAccount__table {
  width: 100%;
}

.demoSiteAccount__label {
  padding: 1em;
  color: #fff;
  background: #23466e;
  border: 1px solid #ccc;
}

.demoSiteAccount__label--right {
  text-align: right;
}

.demoSiteAccount__text {
  padding: 1em;
  text-align: left;
  border: 1px solid #ccc;
}

.demoForm {
  margin: 1rem;
  padding: 2rem;
  background: #fff;
  border: 1px solid #555;
}

@media screen and (max-width: 480px) {
  .demoForm {
    width: 100%;
    padding: 1rem;
  }
}

.demoForm__title {
  padding-bottom: 1em;
}

.demoForm__form iframe {
  width: 100%;
  height: 350px;
}

.contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7.5rem 2rem 7.5rem 2rem;
  background: #fff;
  line-height: 1.5;
}

@media screen and (max-width: 480px) {
  .contact {
    padding: 4rem 0.25rem 4rem 0.25rem;
  }
}

.contact__subject {
  margin-bottom: 0.5rem;
  font-size: 3em;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .contact__subject {
    font-size: 2.5em;
  }
}

.contact__text {
  margin-bottom: 0.5rem;
  font-size: 1em;
  text-align: center;
}

.contact__form iframe {
  width: 100%;
  height: 900px;
}

.law {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7.5rem 2rem 7.5rem 2rem;
  background: #fff;
  line-height: 1.5;
}

@media screen and (max-width: 480px) {
  .law {
    padding: 4rem 0.25rem 4rem 0.25rem;
  }
}

.law__subject {
  margin-bottom: 0.5rem;
  font-size: 3em;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .law__subject {
    font-size: 2.5em;
  }
}

.law__text {
  margin-bottom: 0.5rem;
  font-size: 1em;
  text-align: center;
}

.law__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.law__table {
  max-width: 800px;
  width: 100%;
}

.law__label {
  padding: 1em;
  color: #fff;
  background: #23466e;
  border: 1px solid #ccc;
  width: 200px;
}

.law__label--right {
  text-align: right;
}

@media screen and (max-width: 480px) {
  .law__label {
    display: block;
    width: 100%;
  }
}

.law__text {
  padding: 1em;
  text-align: left;
  border: 1px solid #ccc;
}

@media screen and (max-width: 480px) {
  .law__text {
    display: block;
    width: 100%;
  }
}

.order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7.5rem 2rem 7.5rem 2rem;
  background: #fff;
  line-height: 1.5;
}

@media screen and (max-width: 480px) {
  .order {
    padding: 4rem 0.25rem 4rem 0.25rem;
  }
}

.order__subject {
  margin-bottom: 0.5rem;
  font-size: 3em;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .order__subject {
    font-size: 2.5em;
  }
}

.order__text {
  margin-bottom: 0.5rem;
  font-size: 1em;
  text-align: center;
}

.order__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.orderItemList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 0;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 800px;
}

@media screen and (max-width: 768px) {
  .orderItemList {
    width: 100%;
  }
}

.orderItem {
  text-align: left;
  margin-bottom: 2rem;
}

.orderItem__subject {
  margin-bottom: 1rem;
  font-size: 1.5em;
  color: #23466e;
}

.orderItem__text {
  font-size: 1.2em;
  margin: 1rem;
}

.orderItem__notes {
  padding: 10px 20px 10px 20px;
  border: 1px solid #EEE;
  line-height: 1.7;
  color: #fff;
  background: #23466e;
}

.orderItem__license {
  width: 100%;
  height: 150px;
}

.orderItem__update {
  text-align: right;
}

.orderItem__form {
  width: 100%;
  height: 900px;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7.5rem 2rem 7.5rem 2rem;
  background: #555;
  line-height: 1.5;
}

@media screen and (max-width: 480px) {
  .footer {
    padding: 4rem 0.25rem 4rem 0.25rem;
  }
}

.footer__subject {
  margin-bottom: 0.5rem;
  font-size: 3em;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .footer__subject {
    font-size: 2.5em;
  }
}

.footer__text {
  margin-bottom: 0.5rem;
  font-size: 1em;
  text-align: center;
}

.footer__copy {
  color: #fff;
  text-align: center;
}

.footer__copy a {
  color: #fff;
}
/*# sourceMappingURL=sample.css.map */