@charset "UTF-8";
/*ブレークポイント*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
  margin: 0;
}

html {
  scroll-behavior: auto;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

/*img:not([alt]){filter:blur(10px)}*/
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 62.5%;
  scroll-behavior: auto;
  height: 100%;
  -webkit-overflow-scrolling: touch;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-size: 1.4em;
  line-height: 1.8;
  letter-spacing: 0.075em;
  word-wrap: break-word;
  color: #222222;
  background: url("../img/body_bg.png") repeat top center;
  transition: background-position-y 2s ease 0.1s;
  background-size: 120% auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media print {
  body {
    width: 1000px;
  }
}
@media only screen and (min-width: 370px) {
  body {
    font-size: 1.4em;
  }
}
@media only screen and (min-width: 450px) {
  body {
    font-size: 1.5em;
  }
}
@media print, screen and (min-width: 600px) {
  body {
    font-size: 1.6em;
  }
}
@media print, screen and (min-width: 800px) {
  body {
    font-size: 1.7em;
  }
}
@media print, screen and (min-width: 1025px) {
  body {
    background-size: 1400px auto;
    font-size: 1.8em;
  }
}

img {
  width: 100%;
  height: auto;
}

::selection {
  background-color: rgba(235, 95, 92, 0.25);
}

::-moz-selection {
  background-color: rgba(235, 95, 92, 0.25);
}

a {
  text-decoration: none;
  transition: color 0.3s ease;
  color: #222222;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: underline;
  color: rgba(34, 34, 34, 0.5);
}

.f_u {
  text-decoration: underline;
}

.f_b {
  font-weight: bold;
}

.a_c {
  text-align: center;
}

.hov {
  display: inline-block;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.hov:hover {
  opacity: 0.6;
}

.sw_fade {
  opacity: 0;
  transform: translate(0, 40px);
  transition: transform 0.7s 0s ease, opacity 0.7s 0s ease;
}
.sw_fade.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

#pageTop {
  z-index: 2002;
  position: fixed;
  bottom: 0;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  right: 10px;
  padding: 0;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 1rem;
  text-decoration: none;
  color: white;
  background: rgba(61, 129, 193, 0.6);
  transition: all 0.5s ease;
  opacity: 0;
  pointer-events: none;
  box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.25);
}
#pageTop::before {
  content: "";
  display: inline-block;
  margin-right: 0;
  width: 2em;
  height: 2em;
  background-image: url("../img/pagetop.png");
  background-size: contain;
  background-repeat: no-repeat;
}
body.scroll #pageTop {
  bottom: 30px;
  opacity: 1;
  pointer-events: auto;
}

#pageTop:hover {
  background: rgba(61, 129, 193, 0.9);
}

.notes {
  font-size: 88%;
}

.app {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 500px;
}
.app .app_title {
  flex: 1;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
}
.app .app_title img {
  margin-bottom: 0.5em;
  width: 60%;
}
.app .app_appstore,
.app .app_googleplay {
  padding: 0 0.25em;
}
.app .app_appstore {
  width: 33%;
}
.app .app_googleplay {
  width: 41%;
}
.app div.notes {
  flex-grow: 1;
  width: 100%;
  text-align: right;
}

.title {
  margin: 0 auto;
  padding-top: min(20px + 10vw, 120px);
  width: 95%;
  text-align: center;
  color: #3d81c1;
}
.title h2 {
  font-size: 220%;
  line-height: 1.2;
  letter-spacing: 0.2em;
}
.title h2 span:not([class]) {
  display: inline-block;
}
.title h2 span.small {
  font-size: 70%;
}
.title .eibun {
  position: relative;
  padding-bottom: 1.25em;
  font-size: 88%;
}
.title .eibun::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  margin: 0 auto;
  width: 50%;
  max-width: 375px;
  height: 1px;
  background-color: #3d81c1;
}
.title .eibun + p {
  padding-top: 1.25em;
}
.title .eibun + p span:not([class]) {
  display: inline-block;
}

h3 {
  margin: 3em auto 0;
  padding: 0.5em 0;
  border-radius: 5px;
  width: 10em;
  font-size: 150%;
  letter-spacing: 0.2em;
  line-height: 1;
  text-align: center;
  color: #ffffff;
  background-color: rgba(61, 129, 193, 0.5);
}
h3 + .lead {
  margin: 1em auto 0;
  width: 95%;
  font-weight: bold;
  text-align: center;
  color: #3d81c1;
}

ul.flow_capture {
  margin: 0 auto;
  padding: 1px 0 0;
  width: 95%;
  max-width: 400px;
  list-style-type: none;
}
ul.flow_capture li {
  margin-top: 2em;
}
ul.flow_capture li p {
  line-height: 1.4;
}
ul.flow_capture li figure {
  border: solid 2px #3d81c1;
  background-color: #ffffff;
}
ul.flow_capture li .notes {
  padding-top: 0.5em;
}
ul.flow_capture li .text {
  position: relative;
  padding-bottom: 0.5em;
  padding-left: 2.5em;
}
ul.flow_capture li .text::before {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  content: "00";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 1em;
  width: 2em;
  height: 2em;
  transform: translateY(-5px);
  font-weight: bold;
  color: #ffffff;
  background-color: #3d81c1;
}
ul.flow_capture li .figure {
  margin: 0 auto;
  width: 90%;
}
ul.flow_capture li:nth-of-type(1) .text::before {
  content: "1";
}
ul.flow_capture li:nth-of-type(2) .text::before {
  content: "2";
}
ul.flow_capture li:nth-of-type(3) .text::before {
  content: "3";
}
ul.flow_capture li:nth-of-type(4) .text::before {
  content: "4";
}
ul.flow_capture li:nth-of-type(5) .text::before {
  content: "5";
}
ul.flow_capture li:nth-of-type(6) .text::before {
  content: "6";
}
ul.flow_capture li:nth-of-type(7) .text::before {
  content: "7";
}
ul.flow_capture li:nth-of-type(8) .text::before {
  content: "8";
}
ul.flow_capture li:nth-of-type(9) .text::before {
  content: "9";
}
ul.flow_capture li:nth-of-type(10) .text::before {
  content: "10";
}
ul.flow_capture li:nth-of-type(11) .text::before {
  content: "11";
}
ul.flow_capture li:nth-of-type(12) .text::before {
  content: "12";
}
ul.flow_capture li:nth-of-type(13) .text::before {
  content: "13";
}
ul.flow_capture li:nth-of-type(14) .text::before {
  content: "14";
}
ul.flow_capture li:nth-of-type(15) .text::before {
  content: "15";
}
@media print, screen and (min-width: 600px) {
  ul.flow_capture {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1020px;
  }
  ul.flow_capture li {
    width: 48%;
  }
  ul.flow_capture li .figure {
    width: 100%;
  }
  ul.flow_capture li.sw_fade:nth-of-type(even) {
    transition-delay: 0.2s;
  }
}

.btn {
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  font-size: 150%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.btn a {
  position: relative;
  display: block;
  padding: 1em;
  border-radius: 1.5em;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.btn a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 13px;
  height: 19px;
  background: url("../img/btn_arrow1.png") no-repeat center center;
  background-size: cover;
}
.btn a:hover {
  opacity: 0.7;
  transform: translateY(2px);
}
.btn.btn1 a {
  color: #ffffff;
  background: rgb(229, 59, 3);
  background: linear-gradient(0deg, rgb(229, 59, 3) 0%, rgb(241, 110, 7) 100%);
}
.btn.btn2 {
  font-size: 120%;
}
.btn.btn2 a {
  padding: 0.75em;
  border-radius: 1.3em;
  border: solid 2px #0c0d6a;
  color: #0c0d6a;
}
.btn.btn2 a::after {
  background: url("../img/btn_arrow2.png") no-repeat center center;
  background-size: cover;
  transform: translateY(-50%) scale(90%);
}
.btn.btn3 {
  display: inline-block;
  margin-top: 0.5em;
  margin-right: 0.5em;
  width: auto;
  font-size: 95%;
  text-align: left;
}
.btn.btn3 a {
  padding: 0.5em 35px 0.5em 1em;
  color: #ffffff;
  background: rgb(229, 59, 3);
  background: linear-gradient(0deg, rgb(245, 114, 21) 0%, rgb(249, 180, 39) 100%);
}
.btn.btn3 a::after {
  transform: translateY(-50%) rotateZ(90deg) scale(0.7, 0.7);
}
.btn.btn4 {
  margin-top: min(30px + 2vw, 50px);
  width: 95%;
  max-width: 700px;
  line-height: 1.2;
}
.btn.btn4 a {
  padding: 0.5em 1.5em 0.75em;
  border-radius: 2em;
  font-size: 110%;
  color: #ffffff;
  background: rgb(62, 120, 195);
  background: linear-gradient(0deg, rgb(62, 120, 195) 0%, rgb(115, 182, 223) 100%);
}
.btn.btn4 a span {
  display: inline-block;
}
.btn.btn4 a span.small {
  padding: 0.25em 0;
  font-size: 70%;
}
.btn.btn4 + .notes {
  margin-top: 0.75em;
}

span.marker {
  background: linear-gradient(transparent 60%, #ffe87b 60%);
}

@keyframes motion {
  0% {
    filter: blur(20px) opacity(0%);
  }
  100% {
    filter: blur(0) opacity(100%);
  }
}
header {
  width: 100%;
  line-height: 0;
  background: rgb(229, 246, 255);
  background: linear-gradient(0deg, rgba(229, 246, 255, 0) 25%, rgba(229, 246, 255, 0.8) 25%, rgba(168, 223, 255, 0.8) 100%);
}
header .inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
header .inner::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/header_img.jpg") no-repeat center top;
  background-size: cover;
  filter: blur(20px) opacity(0%);
  -webkit-mask-image: linear-gradient(rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(rgb(0, 0, 0) 80%, rgba(0, 0, 0, 0) 100%);
}
header .inner h1 {
  margin: 0 auto;
  padding: 1em 0;
  width: 100%;
  transition-delay: 0.5s;
}
header .inner h1 img {
  margin: 0 auto;
  width: 90%;
  max-width: 587px;
  filter: drop-shadow(15px 15px 30px rgba(65, 20, 8, 0.25)) drop-shadow(0px 0px 10px rgba(65, 20, 8, 0.4));
  transform: translateZ(0);
}
header .inner p {
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  color: #6a4623;
  transition-delay: 0.75s;
}
.initialized header .inner::before {
  animation-name: motion;
  animation-duration: 1s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  transition-property: filter;
}

nav {
  margin: 0 auto;
  padding: 2em 0;
  width: 95%;
  max-width: 1100px;
  text-align: center;
}
nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
nav > ul {
  display: inline-block;
  padding: 2em 2em;
  text-align: left;
  background-color: rgba(235, 227, 220, 0.4);
}
nav > ul li {
  margin: 0 auto;
  padding: 0.5em 0;
  line-height: 1.2;
}
nav > ul li a {
  display: block;
  margin: 0 auto;
  padding-left: 0.8em;
  text-indent: -0.8em;
  transition: color 0.3s ease-out;
  color: #6a4623;
}
nav > ul li a:hover {
  color: rgba(106, 70, 35, 0.7);
}
nav > ul li ul {
  margin-top: 0.5em;
  padding-left: 1em;
}
nav > ul li ul li a {
  padding-left: 1.8em;
  text-indent: -1.8em;
}
@media print, screen and (min-width: 600px) {
  nav {
    padding: 4em 0;
  }
  nav > ul {
    padding: 2em 4em;
  }
}

#section1 {
  position: relative;
  padding: 0 0 0;
  background: rgba(220, 242, 255, 0.8);
  background: linear-gradient(90deg, rgba(220, 242, 255, 0.8) 0%, rgba(245, 251, 255, 0.8) 100%);
}
#section1 #flow {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  margin: min(15px + 7vw, 80px) auto 0;
  padding: 0 0 min(5px + 4vw, 50px);
  width: 95%;
  max-width: 1020px;
  list-style-type: none;
}
#section1 #flow::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -25px;
  content: "";
  width: 50px;
  height: 100%;
  background-color: rgba(61, 129, 193, 0.5);
}
#section1 #flow li {
  position: relative;
}
#section1 #flow li.week_container {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  margin: 0 auto;
  width: 90%;
  max-width: 840px;
  border: solid 4px #0c0d6a;
  border-radius: 10px;
  line-height: 1.4;
  background-color: #ffffff;
  box-shadow: 5px 5px 16px 0px rgba(94, 110, 133, 0.4);
}
#section1 #flow li.week_container:not(:first-of-type) {
  margin-top: min(5px + 4vw, 50px);
}
#section1 #flow li.week_container figure,
#section1 #flow li.week_container > div {
  padding: min(5px + 1.5vw, 20px);
}
#section1 #flow li.week_container figure {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  padding-right: 0;
  padding-left: 0;
  width: min(60px + 5vw, 120px);
}
#section1 #flow li.week_container figure img {
  width: 70%;
}
#section1 #flow li.week_container > div {
  flex: 1;
}
#section1 #flow li.week_container > div p.heading {
  font-size: 120%;
  font-weight: bold;
  color: #0c0d6a;
}
#section1 #flow li.week_container > div p.notes {
  margin-top: 0.5em;
  font-size: 76%;
}
#section1 #flow li.week_container.kmo figure {
  background-color: rgba(12, 13, 106, 0.1);
}
@media print, screen and (min-width: 600px) {
  #section1 #flow li.week_container.kmo {
    margin-left: 0;
  }
}
#section1 #flow li.week_container.kanri {
  border-color: #3d81c1;
}
#section1 #flow li.week_container.kanri figure {
  background-color: rgba(61, 129, 193, 0.1);
}
#section1 #flow li.week_container.kanri > div p.heading {
  color: #3d81c1;
}
@media print, screen and (min-width: 600px) {
  #section1 #flow li.week_container.kanri {
    margin-right: 0;
  }
}
#section1 #flow li.week_container.jugyo {
  border-color: #63b457;
}
#section1 #flow li.week_container.jugyo figure {
  background-color: rgba(99, 180, 87, 0.1);
}
#section1 #flow li.week_container.jugyo > div p.heading {
  color: #63b457;
}
@media print, screen and (min-width: 600px) {
  #section1 #flow li.week_container.jugyo {
    margin-right: 0;
  }
}
#section1 #flow li:not([class]) {
  margin-top: min(5px + 2vw, 25px);
}
#section1 #flow li:not([class]) + li.week_container {
  margin-top: min(5px + 2vw, 25px);
}
#section1 #flow li:not([class]) > figure {
  margin: 0 auto;
  width: 126px;
}
@media print, screen and (min-width: 600px) {
  #section1 #flow li.week_container {
    border-width: 6px;
  }
}
@media print, screen and (min-width: 800px) {
  #section1 #flow li.week_container {
    border-width: 8px;
  }
}
#section1 #flow .app {
  margin: 0.75em 0 0;
  width: 100%;
  max-width: 400px;
}
#section1 #flow .app .app_title {
  font-size: 70%;
  letter-spacing: 0;
}
#section1 #flow .app .app_title img {
  width: 50%;
}
#section1 .flow_end {
  margin: 0 auto 0;
  width: 80%;
  max-width: 450px;
}
#section1 .flow_end::before {
  display: block;
  content: "";
  margin: 0 auto;
  width: 50%;
  aspect-ratio: 4/1;
  max-width: 144px;
  background: url("../img/flow_arrow.png") no-repeat center top;
  background-size: contain;
}
#section1 .flow_end span {
  display: block;
  margin-top: -30px;
  transform: translateY(30px);
}

#section2 {
  padding-bottom: min(20px + 10vw, 120px);
}
#section2 #section2-1 {
  padding-top: 1px;
}
#section2 #section2-2 {
  padding-top: 1px;
}

#section4 {
  padding-bottom: min(20px + 10vw, 120px);
}
#section4 .faq {
  margin: 3em auto 0;
  width: 95%;
  max-width: 1080px;
}
#section4 .faq li {
  border-radius: 15px;
  background-color: rgba(61, 129, 193, 0.1);
  transition: all 0.3s ease-out;
}
#section4 .faq li:not(:first-of-type) {
  margin-top: 0.5em;
}
#section4 .faq li:hover {
  background-color: rgba(61, 129, 193, 0.2);
}
#section4 .faq li .faq_header,
#section4 .faq li .faq_body div {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 20px;
}
#section4 .faq li .faq_header p,
#section4 .faq li .faq_body div p {
  flex: 1;
}
#section4 .faq li .faq_header::before,
#section4 .faq li .faq_body div::before {
  display: block;
  content: "";
  margin-right: 1em;
  width: min(44px, 20px + 3vw);
  aspect-ratio: 1;
  background: url("../img/faq_q.png") no-repeat center center;
  background-size: cover;
}
#section4 .faq li .faq_header {
  padding-right: 80px;
  font-size: 120%;
  font-weight: bold;
  line-height: 1.2;
  cursor: pointer;
}
#section4 .faq li .faq_header::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(-50%, -50%) rotate(180deg);
  width: 19px;
  aspect-ratio: 1;
  background: url("../img/faq_arrow.png") no-repeat center center;
  background-size: contain;
  transition: all 0.3s ease-out;
}
#section4 .faq li .faq_body {
  display: none;
}
#section4 .faq li .faq_body div {
  padding-top: 0;
}
#section4 .faq li .faq_body div::before {
  background: url("../img/faq_a.png") no-repeat center center;
  background-size: cover;
}
#section4 .faq li.open {
  background-color: rgba(61, 129, 193, 0.05);
}
#section4 .faq li.open .faq_header::after {
  transform: translate(-50%, -50%) rotate(0deg);
}
#section5 {
  margin: 0 auto;
  width: 95%;
  max-width: 1080px;
  padding-bottom: min(20px + 10vw, 120px);
}
#section5 .btn {
  margin-top: 15px;
}

footer {
  width: 100%;
  background-color: #ffffff;
}
footer .menu {
  width: 100%;
  background-color: #0c0d6a;
}
footer .menu .inner {
  position: relative;
  margin: 0 auto;
  padding: 3em 0;
  width: 95%;
  max-width: 1200px;
  text-align: center;
}
footer .menu .inner .contact {
  display: inline-block;
  padding-top: 2em;
  color: #ffffff;
}
footer .menu .inner .contact > div {
  line-height: 1.5;
}
footer .menu .inner .contact > div:not(:first-of-type) {
  margin-top: 1.5em;
}
footer .menu .inner .contact > div .contact_title {
  font-weight: bold;
}
footer .menu .inner .contact > div .contact_number {
  font-weight: bold;
  font-size: 140%;
}
footer .menu .inner .contact > div .contact_txt {
  font-size: 88%;
}
footer .menu .inner .contact > div span {
  display: inline-block;
}
footer .menu .inner > .notes {
  margin-top: 2em;
  width: 100%;
  color: #ffffff;
  text-align: left;
  font-size: 72.22%;
}
footer .apps .app {
  padding: 1.5em 1em;
  border-radius: 20px;
  background-color: #ffffff;
}
footer .apps .app:not(:first-of-type) {
  margin-top: 1em;
}
footer h6 {
  margin: 0 auto;
  padding: 3em 0 0.75em;
  width: 93px;
}
footer h6 + p {
  margin: 0 auto;
  padding-bottom: 2em;
  text-align: center;
  font-size: 88%;
}
@media print, screen and (min-width: 800px) {
  footer .menu .inner {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  footer .menu .inner .contact {
    padding-top: 0;
    text-align: left;
  }
}

/*# sourceMappingURL=lp2.css.map */
