@font-face {
  font-family: "Sansation";
  src: url("Sansation/Sansation.ttf.woff") format("woff"), url("Sansation/Sansation.ttf.svg#Sansation") format("svg"), url("Sansation/Sansation.ttf.eot"), url("Sansation/Sansation.ttf.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 62.5%;
}

body {
  font-size: 2.8em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  line-height: 1.4;
  background: #FFFFFF;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 760px) {
  body {
    font-size: 2.7em;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 2.2em;
  }
}
@media screen and (max-width: 520px) {
  body {
    font-size: 1.68em;
  }
}
@media screen and (max-width: 400px) {
  body {
    font-size: 1.58em;
    line-height: 1.6;
  }
}

button {
  font-family: "M PLUS Rounded 1c";
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
}

.d-none {
  display: none !important;
}

.lottie > svg {
  vertical-align: bottom;
}

.inner {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}

.profile .inner {
  max-width: 1050px;
}

.usage-flow .inner,
.case-study .inner,
.qanda .inner,
.start-guide .inner {
  max-width: 950px;
}

.privacy .inner,
.operation .inner,
.usage-rules .inner {
  max-width: 850px;
}

.flex-column-box {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
}

.fuchi {
  position: absolute;
  -webkit-text-stroke: 0;
  text-shadow: none;
}

.wrap {
  width: 100%;
  margin: 0 auto;
}

.buttonStyle {
  border: 5px solid #FFFFFF;
  background: #EB8678;
  color: #FFF;
  padding: 5px 0 3px;
  border-radius: 40px;
  font-size: 1em;
  letter-spacing: 3px;
  font-weight: bold;
  margin: 0;
  box-shadow: 7px 7px 12px #cdcdcd;
  width: 74%;
  text-align: center;
  cursor: pointer;
}

#header {
  background: #CEDBEE;
  width: 100%;
  padding-top: 90px;
}
#header.home {
  background: #EAEFF5;
}
#header.start-guide {
  padding-top: 0.8em;
  padding-bottom: 0;
}
#header.start-guide .top-logo {
  width: 62%;
  max-width: 62%;
}
@media screen and (max-width: 1000px) {
  #header.start-guide .top-logo {
    width: 55%;
    max-width: 55%;
  }
}
@media screen and (max-width: 760px) {
  #header.start-guide .top-logo {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
    width: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 400px) {
  #header.start-guide .top-logo {
    margin-top: 0.8em;
    margin-bottom: 1.2em;
  }
}
@media screen and (max-width: 1000px) {
  #header.start-guide .page-title h1 {
    height: 0.7em;
  }
}
@media screen and (max-width: 400px) {
  #header.start-guide .page-title h1 {
    height: 0.6em;
  }
}
@media screen and (max-width: 760px) {
  #header {
    padding-top: 68px;
  }
}
@media screen and (max-width: 400px) {
  #header {
    padding-top: 48px;
  }
}
#header .navbar {
  display: flex;
  justify-content: center;
  width: 100vw;
  position: fixed;
  top: 0;
  z-index: 10;
}
#header .navbar .navmenu {
  background: #EAEFF7;
  position: absolute;
  top: 0.5em;
  right: 1em;
  border-radius: 15px;
}
#header .navbar .navmenu.d-none {
  display: none;
}
#header .navbar .navmenu-in {
  border: 5px solid #8F8F8F;
  border-radius: 15px;
  padding: 0.3em 4.25em;
  box-shadow: 8px 7px 3px rgba(0, 0, 0, 0.0862745098);
  position: relative;
}
@media screen and (max-width: 760px) {
  #header .navbar .navmenu-in {
    border: 3px solid #8F8F8F;
  }
}
@media screen and (max-width: 400px) {
  #header .navbar .navmenu-in {
    border: 2px solid #8F8F8F;
    padding: 0.3em 2.45em;
  }
}
#header .navbar .navmenu-in .close {
  position: absolute;
  right: 0.4em;
  top: -0.2em;
  font-size: 1.8em;
  padding: 4px;
  font-weight: 400;
  color: #8F8F8F;
  cursor: pointer;
}
#header .navbar .navmenu-item {
  min-width: 16em;
}
@media screen and (max-width: 640px) {
  #header .navbar .navmenu-item {
    min-width: 12em;
  }
}
#header .navbar .navmenu-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.3em;
}
@media screen and (max-width: 640px) {
  #header .navbar .navmenu-item a {
    height: 2.55em;
  }
}
#header .navbar .navmenu-item a img {
  height: 1.3em;
}
#header .navbar .navmenu-item + .navmenu-item {
  border-top: 3px dashed #939393;
}
@media screen and (max-width: 760px) {
  #header .navbar .navmenu-item + .navmenu-item {
    border-top: 2px dashed #939393;
  }
}
@media screen and (max-width: 400px) {
  #header .navbar .navmenu-item + .navmenu-item {
    border-top: 1px dashed #939393;
  }
}
#header .navbar-in {
  max-width: 1800px;
  display: flex;
  width: 100%;
  height: 90px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 760px) {
  #header .navbar-in {
    height: 68px;
  }
}
@media screen and (max-width: 400px) {
  #header .navbar-in {
    height: 48px;
  }
}
#header .navbar-in > * {
  height: 100%;
  padding: 0.35em;
  box-sizing: border-box;
}
#header .navbar-in-left {
  margin-left: 0.5em;
}
#header .navbar-in-left .site-logo {
  display: flex;
  align-items: center;
  height: 100%;
}
#header .navbar-in-left .site-logo img {
  height: 80%;
}
#header .navbar-in-right-flex {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  padding: 0 1.4em;
}
@media screen and (max-width: 760px) {
  #header .navbar-in-right-flex {
    padding: 0 1.2em;
  }
}
@media screen and (max-width: 400px) {
  #header .navbar-in-right-flex {
    padding: 0 0.9em;
  }
}
#header .navbar-in-right-flex > li + li {
  margin-left: 1.1em;
}
@media screen and (max-width: 760px) {
  #header .navbar-in-right-flex > li + li {
    margin-left: 0.9em;
  }
}
@media screen and (max-width: 400px) {
  #header .navbar-in-right-flex > li + li {
    margin-left: 0.7em;
  }
}
#header .navbar-in-right-flex a {
  display: flex;
  align-items: center;
  height: 100%;
}
#header .navbar-in-right-flex a.button-regist .buttonStyle {
  font-size: 0.8em;
  width: 9.3em;
  padding: 4px 0;
  font-weight: 600;
  border: 3px solid #FFFFFF;
  background: #89A0C6;
}
@media screen and (max-width: 760px) {
  #header .navbar-in-right-flex a.button-regist .buttonStyle {
    width: 8.9em;
    padding: 2px 0;
    border: 2px solid #FFFFFF;
  }
}
@media screen and (max-width: 400px) {
  #header .navbar-in-right-flex a.button-regist .buttonStyle {
    width: 8.6em;
    padding: 0;
    font-weight: 400;
    border: 2px solid #FFFFFF;
  }
}
#header .navbar-in-right-flex a.button-hamburg img {
  height: 42%;
}
@media screen and (max-width: 760px) {
  #header .navbar-in-right-flex a.button-hamburg img {
    height: 48%;
  }
}
@media screen and (max-width: 400px) {
  #header .navbar-in-right-flex a.button-hamburg img {
    height: 56%;
  }
}
#header .header-top {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 760px) {
  #header .header-top.pc {
    display: none;
  }
}
#header .header-top.sp {
  display: none;
}
@media screen and (max-width: 760px) {
  #header .header-top.sp {
    display: block;
  }
}
#header .page-title {
  padding: 0.6em 0;
  position: relative;
}
#header .page-title .point-image {
  position: absolute;
  bottom: 0;
  left: -10%;
  width: 4.4em;
}
@media screen and (max-width: 950px) {
  #header .page-title .point-image {
    left: -5%;
  }
}
@media screen and (max-width: 850px) {
  #header .page-title .point-image {
    left: 0%;
    width: 3.8em;
  }
}
@media screen and (max-width: 760px) {
  #header .page-title .point-image {
    left: 3%;
    width: 3.4em;
  }
}
@media screen and (max-width: 640px) {
  #header .page-title .point-image {
    left: 6%;
    width: 3.4em;
  }
}
@media screen and (max-width: 520px) {
  #header .page-title .point-image {
    left: 6%;
  }
}
@media screen and (max-width: 460px) {
  #header .page-title .point-image {
    left: 6%;
    width: 2.8em;
  }
}
#header .page-title h1 {
  margin: 0;
  display: flex;
  justify-content: center;
  height: 1em;
}
@media screen and (max-width: 760px) {
  #header .page-title h1 {
    height: 0.9em;
  }
}
@media screen and (max-width: 640px) {
  #header .page-title h1 {
    height: 0.8em;
  }
}
@media screen and (max-width: 400px) {
  #header .page-title h1 {
    height: 0.7em;
  }
}
#header .page-title h1 img {
  height: 100%;
}
#header .page-title h1 + p {
  margin-top: 0.4em;
  text-align: center;
  color: #2B2773;
  font-size: 1.2em;
}
@media screen and (max-width: 760px) {
  #header .page-title h1 + p {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 640px) {
  #header .page-title h1 + p {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 520px) {
  #header .page-title h1 + p {
    font-size: 0.8em;
  }
}
#header .page-title h1 + p .sp {
  display: none;
}
@media screen and (max-width: 950px) {
  #header .page-title h1 + p .sp {
    display: inline;
  }
}

.container {
  margin: 0 auto;
  box-sizing: border-box;
}
.container > * {
  box-sizing: border-box;
}
.container > *.botted_line {
  border-top: 3px dashed #939393;
  width: 760px;
  margin: 0 auto;
}
@media screen and (max-width: 850px) {
  .container > *.botted_line {
    border-top: 1px dashed #939393;
    width: 80%;
  }
}
.container-in-image > img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.container-in-image > img.top-logo {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  max-width: 48%;
  width: 48%;
}
@media screen and (max-width: 760px) {
  .container-in-image > img.top-logo {
    margin-top: 1.8em;
    margin-bottom: 1.8em;
    max-width: 70%;
    width: 70%;
  }
}
@media screen and (max-width: 520px) {
  .container-in-image > img.top-logo {
    max-width: 80%;
    width: 80%;
  }
}
.container-in-image > img.page-image {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
  max-width: 38%;
  width: 38%;
}
.container-in-image > img.middle-logo {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 760px) {
  .container-in-image > img.middle-logo.pc {
    display: none;
  }
}
.container-in-image > img.middle-logo.sp {
  display: none;
}
@media screen and (max-width: 760px) {
  .container-in-image > img.middle-logo.sp {
    display: block;
    margin-top: 1.8em;
  }
}
.container .contents.usage-flow.second-block {
  padding-bottom: 3em;
}
@media screen and (max-width: 1000px) {
  .container .contents.usage-flow.second-block {
    padding: 0 0.5em 3em;
  }
}
@media screen and (max-width: 950px) {
  .container .contents.usage-flow.second-block {
    padding: 0 1em 3em;
  }
}
@media screen and (max-width: 800px) {
  .container .contents.usage-flow.second-block {
    padding: 0 0.5em 3em;
  }
}

.main .container h5.text-box {
  margin: 0;
  text-align: center;
  color: #2B2773;
}
@media screen and (max-width: 760px) {
  .main .container h5.text-box {
    font-size: 1.1em;
    line-height: 1.6;
  }
}
.main .container h5.text-box .sp {
  display: none;
}
@media screen and (max-width: 760px) {
  .main .container h5.text-box .sp {
    display: inline;
  }
}
.main .container .button-box {
  padding: 0.6em 0;
}
@media screen and (max-width: 760px) {
  .main .container .button-box {
    padding: 1em 0 1.2em;
  }
}
.main .container .button-box-anker img {
  display: block;
  margin: 0 auto;
  max-width: 56%;
  width: 56%;
}
@media screen and (max-width: 760px) {
  .main .container .button-box-anker img {
    max-width: 65%;
    width: 65%;
  }
}
@media screen and (max-width: 520px) {
  .main .container .button-box-anker img {
    max-width: 72%;
    width: 72%;
  }
}
.main .container .case_study > img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.registration-in {
  max-width: 668px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  padding: 1.6em 0;
}
@media screen and (max-width: 760px) {
  .registration-in {
    padding: 1.8em 0;
  }
}
@media screen and (max-width: 400px) {
  .registration-in {
    padding: 2em 0;
  }
}
.registration-in > * {
  flex: 1;
  max-width: 50%;
  display: flex;
  flex-flow: column;
}
.registration-in > * .image-box {
  display: flex;
  justify-content: center;
}
.registration-in > * .image-box img {
  width: 72%;
}
.registration-in > * .regist-button {
  display: flex;
  justify-content: center;
}
.registration-in > * .regist-button img {
  width: 82%;
}
@media screen and (max-width: 760px) {
  .registration-in > * .regist-button img {
    width: 80%;
  }
}
@media screen and (max-width: 400px) {
  .registration-in > * .regist-button img {
    width: 78%;
  }
}
.registration-in > * .text-box {
  display: flex;
  justify-content: center;
  color: #8F8F8F;
  font-size: 0.7em;
  font-weight: 400;
}
.registration-in > * .text-box > a {
  color: inherit;
  text-decoration: underline;
}
.registration-in > * .text-box + .text-box {
  margin-top: 0.6em;
}
.registration-in > * .text-box.anno {
  font-size: 0.5em;
}
@media screen and (max-width: 760px) {
  .registration-in .regist-button .buttonStyle {
    border: 3px solid #FFFFFF;
    padding: 1px 0;
    letter-spacing: 2px;
    width: 71%;
  }
}
@media screen and (max-width: 400px) {
  .registration-in .regist-button .buttonStyle {
    border: 3px solid #FFFFFF;
    padding: 1px 0;
    letter-spacing: 2px;
    width: 71%;
  }
}
.registration-in .left .regist-button .buttonStyle {
  background: #55BC6B;
}
.registration-in .right .regist-button .buttonStyle {
  background: #EB8678;
}

.usage-flow .container-in-image.contents-top > img {
  margin-top: 2.2em;
  margin-bottom: 1.8em;
  max-width: 38%;
  width: 38%;
}
.usage-flow.first-block {
  box-sizing: border-box;
}
.usage-flow.first-block .tab-list {
  padding: 0 0.6em;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .usage-flow.first-block .tab-list {
    padding: 0 0;
  }
}
.usage-flow.first-block .tab-list.saiken > .saimu {
  display: none;
}
.usage-flow.first-block .tab-list.saiken .body {
  background-image: url("../img/tab_body_saiken_w910h1.png");
}
.usage-flow.first-block .tab-list.saiken .foot {
  background-image: url("../img/tab_foot_saiken_w910h72.png");
}
.usage-flow.first-block .tab-list.saimu > .saiken {
  display: none;
}
.usage-flow.first-block .tab-list.saimu .body {
  background-image: url("../img/tab_body_saimu_w910h1.png");
}
.usage-flow.first-block .tab-list.saimu .foot {
  background-image: url("../img/tab_foot_saimu_w910h72.png");
}
.usage-flow.first-block .tab-list-block {
  width: 100%;
  box-sizing: border-box;
}
.usage-flow.first-block .tab-list-block.head {
  position: relative;
}
.usage-flow.first-block .tab-list-block.head > label {
  position: absolute;
  width: 44.5%;
  height: 88%;
  top: 2.4%;
  box-sizing: border-box;
  cursor: pointer;
}
.usage-flow.first-block .tab-list-block.head > label.tab-saiken {
  left: 4.5%;
  border-radius: 30px 30px 30px 0;
}
.usage-flow.first-block .tab-list-block.head > label.tab-saimu {
  right: 4.5%;
  border-radius: 30px 30px 0 30px;
}
.usage-flow.first-block .tab-list-block.head img {
  width: 100%;
  vertical-align: bottom;
}
.usage-flow.first-block .tab-list-block.body {
  background-size: contain;
  background-repeat: repeat-y;
  padding: 0 2.6em;
}
@media screen and (max-width: 760px) {
  .usage-flow.first-block .tab-list-block.body {
    padding: 0 2.2em;
  }
}
@media screen and (max-width: 400px) {
  .usage-flow.first-block .tab-list-block.body {
    padding: 0 1.9em;
  }
}
.usage-flow.first-block .tab-list-block.body .body-block {
  width: 100%;
}
.usage-flow.first-block .tab-list-block.body .body-block-item {
  display: flex;
  padding: 0.6em 0 0;
}
.usage-flow.first-block .tab-list-block.body .body-block-item + li {
  border-top: 3px dashed #939393;
}
@media screen and (max-width: 760px) {
  .usage-flow.first-block .tab-list-block.body .body-block-item + li {
    border-top: 2px dashed #939393;
  }
}
@media screen and (max-width: 400px) {
  .usage-flow.first-block .tab-list-block.body .body-block-item + li {
    border-top: 1px dashed #939393;
  }
}
.usage-flow.first-block .tab-list-block.body .body-block-item:last-child {
  padding-bottom: 0;
}
.usage-flow.first-block .tab-list-block.body .body-block-item .number {
  flex: 0 0 11.8%;
}
@media screen and (max-width: 640px) {
  .usage-flow.first-block .tab-list-block.body .body-block-item .number {
    flex: 0 0 14.8%;
  }
}
.usage-flow.first-block .tab-list-block.body .body-block-item .number img {
  padding-left: 0.4em;
  height: 2.3em;
}
@media screen and (max-width: 950px) {
  .usage-flow.first-block .tab-list-block.body .body-block-item .number img {
    padding-left: 0.2em;
  }
}
.usage-flow.first-block .tab-list-block.body .body-block-item .explain {
  flex: 0 0 88.2%;
  color: #8F8F8F;
  font-size: 0.75em;
  padding-bottom: 0.6em;
  font-weight: 400;
}
@media screen and (max-width: 640px) {
  .usage-flow.first-block .tab-list-block.body .body-block-item .explain {
    flex: 0 0 85.2%;
  }
}
.usage-flow.first-block .tab-list-block.body .body-block-item .explain .emphasis {
  font-weight: 700;
  color: #2B2773;
  font-size: 1.5em;
  display: block;
  margin-bottom: 0.1em;
  letter-spacing: 1px;
  line-height: 1.3;
}
.usage-flow.first-block .tab-list-block.body .body-block-item .explain .emphasis a {
  color: inherit;
  text-decoration: underline;
}
.usage-flow.first-block .tab-list-block.body .body-block-item .explain .small {
  font-size: 0.7em;
}
.usage-flow.first-block .tab-list-block.foot {
  height: 4em;
  background-size: contain;
  background-repeat: no-repeat;
}
.usage-flow-box {
  width: 100%;
  border: 4px solid #8F8F8F;
  border-top: none;
  border-radius: 30px 30px 0 0;
  box-sizing: border-box;
}
.usage-flow-box .tab-top {
  display: flex;
  height: 300px;
  margin: -4px 0 0 -4px;
  width: calc(100% - 8px);
  box-sizing: border-box;
}
.usage-flow-box .tab-top > li {
  flex: 0 0 calc(50% + 4px);
  max-width: calc(50% + 4px);
  border: 4px solid #8F8F8F;
  border-bottom: none;
  border-radius: 30px 30px 0 0;
  background: #FFF;
  z-index: 13;
}
.usage-flow-box .tab-top > li + li {
  margin-left: -8px;
}
.usage-flow-box .tab-bottom {
  display: flex;
  height: 300px;
  margin: -4px 0 0 -4px;
  width: calc(100% - 8px);
  box-sizing: border-box;
}
.usage-flow-box .tab-bottom > li {
  flex: 0 0 50%;
  max-width: 50%;
  border: 4px solid #8F8F8F;
  border-bottom: none;
  border-right: none;
  border-radius: 30px 0 0 0;
  background: #FFF;
  z-index: 13;
}
.usage-flow-box .tab-bottom > li + li {
  border: none;
}
.usage-flow .card {
  background: #F5F5F5;
  padding: 1em 2.6em;
  border-radius: 20px;
  box-sizing: border-box;
}
.usage-flow .card.livemode {
  padding-bottom: 0;
}
.usage-flow .card.bg-none {
  background: none;
}
.usage-flow .card + .card {
  margin-top: 1.8em;
}
@media screen and (max-width: 950px) {
  .usage-flow .card {
    padding: 1em 1.6em;
  }
}
@media screen and (max-width: 800px) {
  .usage-flow .card {
    padding: 1em 1em;
  }
}

.case-study .container-in-image.contents-middle > img {
  margin-top: 1.2em;
  margin-bottom: 1.8em;
  max-width: 35%;
  width: 35%;
}
.case-study.first-block {
  padding: 2em 3em;
}
@media screen and (max-width: 1000px) {
  .case-study.first-block {
    padding: 2em 2em;
  }
}
@media screen and (max-width: 900px) {
  .case-study.first-block {
    padding: 2em 1em;
  }
}
@media screen and (max-width: 800px) {
  .case-study.first-block {
    padding: 2em 0.7em;
  }
}
.case-study.first-block ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.case-study.first-block ul > a + a {
  margin-top: 0.6em;
}
.case-study.first-block ul li {
  height: auto;
  display: flex;
  align-items: center;
  border: 3px solid #8F8F8F;
  border-radius: 15px;
  box-shadow: 7px 7px 7px #CDCDCD;
  background: #EAEFF7;
}
@media screen and (max-width: 400px) {
  .case-study.first-block ul li {
    border: 2px solid #8F8F8F;
    border-radius: 10px;
  }
}
.case-study.first-block ul li:nth-child(even) {
  background: #F5F5F5;
}
.case-study.first-block ul li .image {
  flex: 0 0 28%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.case-study.first-block ul li .image img {
  width: 62%;
}
@media screen and (max-width: 760px) {
  .case-study.first-block ul li .image img {
    width: 70%;
  }
}
@media screen and (max-width: 400px) {
  .case-study.first-block ul li .image img {
    width: 80%;
  }
}
.case-study.first-block ul li .text {
  flex: 0 0 55%;
  height: auto;
  padding: 0.4em 0;
}
.case-study.first-block ul li .text .case-label {
  height: 1.55em;
}
.case-study.first-block ul li .text .case-label > img {
  height: 100%;
}
.case-study.first-block ul li .text .case-label + p {
  color: #2B2773;
  font-size: 0.7em;
  position: relative;
  font-weight: 400;
}
.case-study.first-block ul li .arrow {
  flex: 0 0 17%;
  height: auto;
  text-align: center;
  position: relative;
}
.case-study.first-block ul li .arrow > img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  right: 0;
  margin: auto;
  width: 0.9em;
}
.case-study.first-block ul li .arrow:before {
  content: "";
  width: 2.1em;
  height: 2.1em;
  border-radius: 1.05em;
  background: #FFF;
  display: block;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .case-study.second-block {
    padding: 0 0.5em;
  }
}
@media screen and (max-width: 950px) {
  .case-study.second-block {
    padding: 0 1em;
  }
}
@media screen and (max-width: 800px) {
  .case-study.second-block {
    padding: 0 0.5em;
  }
}
.case-study.second-block .card {
  background: #F5F5F5;
  padding: 1em 2.6em;
  border-radius: 20px;
  box-sizing: border-box;
}
.case-study.second-block .card:nth-child(odd) {
  background: #EAEFF7;
}
.case-study.second-block .card + .card {
  margin-top: 1.8em;
}
@media screen and (max-width: 950px) {
  .case-study.second-block .card {
    padding: 1em 1.6em;
  }
}
@media screen and (max-width: 800px) {
  .case-study.second-block .card {
    padding: 1em 1em;
  }
}
.case-study .card {
  background: #F5F5F5;
  padding: 1em 2.6em;
  border-radius: 20px;
  box-sizing: border-box;
}
.case-study .card.livemode {
  padding-bottom: 0;
}
.case-study .card.bg-none {
  background: none;
}
.case-study .card + .card {
  margin-top: 1.8em;
}
@media screen and (max-width: 950px) {
  .case-study .card {
    padding: 1em 1.6em;
  }
}
@media screen and (max-width: 800px) {
  .case-study .card {
    padding: 1em 1em;
  }
}

.qanda .container-in-image.list-4 > img, .qanda .container-in-image.list-5 > img, .qanda .container-in-image.list-6 > img {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  max-width: 20%;
  width: 20%;
}
.qanda.first-block {
  padding: 7em 0 2em;
}
@media screen and (max-width: 1000px) {
  .qanda.first-block {
    padding: 7em 1em 2em;
  }
}
.qanda.first-block ul {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  background: #EAEFF7;
  border-radius: 20px;
  box-shadow: 7px 7px 7px #CDCDCD;
  position: relative;
  padding: 6.5em 2.6em 2em;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .qanda.first-block ul {
    padding: 6.5em 1.6em 2em;
  }
}
@media screen and (max-width: 760px) {
  .qanda.first-block ul {
    padding: 6.5em 1em 2em;
  }
}
.qanda.first-block ul .top-image {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 8.5em;
  top: -4.7em;
}
@media screen and (max-width: 760px) {
  .qanda.first-block ul .top-image {
    width: 7.5em;
    top: -4.1em;
  }
}
@media screen and (max-width: 640px) {
  .qanda.first-block ul .top-image {
    width: 7.5em;
    top: -4.1em;
  }
}
.qanda.first-block ul .top-image img {
  width: 100%;
}
.qanda.first-block ul .flex-block {
  height: auto;
  display: flex;
  align-items: center;
  padding: 0.4em 0;
}
.qanda.first-block ul .flex-block .mark {
  flex: 0 0 16%;
  height: 2.7em;
}
@media screen and (max-width: 760px) {
  .qanda.first-block ul .flex-block .mark {
    height: 2.3em;
  }
}
@media screen and (max-width: 520px) {
  .qanda.first-block ul .flex-block .mark {
    height: 2.1em;
  }
}
@media screen and (max-width: 400px) {
  .qanda.first-block ul .flex-block .mark {
    height: 1.9em;
  }
}
.qanda.first-block ul .flex-block .mark > img {
  height: 100%;
  padding-left: 0.3em;
}
@media screen and (max-width: 760px) {
  .qanda.first-block ul .flex-block .mark > img {
    padding-left: 0.2em;
  }
}
@media screen and (max-width: 400px) {
  .qanda.first-block ul .flex-block .mark > img {
    padding-left: 0.1em;
  }
}
.qanda.first-block ul .flex-block .query {
  flex: 0 0 84%;
}
@media screen and (max-width: 520px) {
  .qanda.first-block ul .flex-block .query {
    flex: 0 0 86%;
  }
}
.qanda.first-block ul .flex-block .query a {
  display: block;
  color: #2B2773;
  text-decoration: underline;
  font-size: 0.85em;
}
.qanda.first-block ul .flex-block + .flex-block {
  border-top: 3px dashed #AAB8CE;
}
@media screen and (max-width: 400px) {
  .qanda.first-block ul .flex-block + .flex-block {
    border-top: 1px dashed #AAB8CE;
  }
}
.qanda.second-block {
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 0 1.6em;
}
@media screen and (max-width: 760px) {
  .qanda.second-block {
    margin-top: 1em;
    padding: 0 1em;
  }
}
.qanda.second-block .list .flex-block {
  height: auto;
  display: flex;
  align-items: center;
  padding: 0.8em 0;
}
.qanda.second-block .list .flex-block .mark {
  flex: 0 0 19%;
  height: 4.7em;
}
@media screen and (max-width: 760px) {
  .qanda.second-block .list .flex-block .mark {
    flex: 0 0 21%;
    height: 4.2em;
  }
}
@media screen and (max-width: 520px) {
  .qanda.second-block .list .flex-block .mark {
    flex: 0 0 22%;
    height: 3.7em;
  }
}
@media screen and (max-width: 400px) {
  .qanda.second-block .list .flex-block .mark {
    flex: 0 0 24%;
    height: 3.3em;
  }
}
.qanda.second-block .list .flex-block .mark > img {
  height: 100%;
}
@media screen and (max-width: 760px) {
  .qanda.second-block .list .flex-block .mark > img {
    padding-left: 0.2em;
  }
}
@media screen and (max-width: 520px) {
  .qanda.second-block .list .flex-block .mark > img {
    padding-left: 0.3em;
  }
}
@media screen and (max-width: 400px) {
  .qanda.second-block .list .flex-block .mark > img {
    padding-left: 0.4em;
  }
}
.qanda.second-block .list .flex-block .query {
  flex: 0 0 81%;
  display: block;
  color: #2B2773;
  font-size: 1.25em;
  margin-top: 1em;
}
@media screen and (max-width: 760px) {
  .qanda.second-block .list .flex-block .query {
    flex: 0 0 79%;
  }
}
@media screen and (max-width: 520px) {
  .qanda.second-block .list .flex-block .query {
    flex: 0 0 78%;
  }
}
@media screen and (max-width: 400px) {
  .qanda.second-block .list .flex-block .query {
    flex: 0 0 76%;
    font-size: 0.9em;
  }
}
.qanda.second-block .list .answer {
  color: #8F8F8F;
  font-size: 0.9em;
  font-weight: 400;
  padding: 0.8em 0;
}
@media screen and (max-width: 400px) {
  .qanda.second-block .list .answer {
    font-size: 0.75em;
  }
}
.qanda.second-block .list .answer a {
  color: inherit;
  text-decoration: underline;
}

.privacy.first-block,
.operation.first-block,
.usage-rules.first-block {
  padding: 2em 0 2em;
  color: #8F8F8F;
}
@media screen and (max-width: 900px) {
  .privacy.first-block,
.operation.first-block,
.usage-rules.first-block {
    padding: 2em 1em 2em;
  }
}
.privacy.first-block .title,
.operation.first-block .title,
.usage-rules.first-block .title {
  font-size: 1em;
  font-weight: 700;
  margin: 1.6em 0;
}
.privacy.first-block .text-box,
.operation.first-block .text-box,
.usage-rules.first-block .text-box {
  font-size: 0.85em;
  color: #8F8F8F;
  font-weight: 400;
}
.privacy.first-block .text-box.sub,
.operation.first-block .text-box.sub,
.usage-rules.first-block .text-box.sub {
  font-size: 1em;
  margin: 1.2em 0;
}
.privacy.first-block .text-box.enactment,
.operation.first-block .text-box.enactment,
.usage-rules.first-block .text-box.enactment {
  text-align: right;
  margin: 1.4em 0;
}

main.start-guide {
  padding-bottom: 1em;
}
@media screen and (max-width: 1000px) {
  main.start-guide {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
@media screen and (max-width: 400px) {
  main.start-guide {
    padding-left: 0.7em;
    padding-right: 0.7em;
  }
}
main.start-guide .container-in-image.contents-top > img {
  margin-top: 1.4em;
  margin-bottom: 1.2em;
  max-width: 22%;
  width: 22%;
}
main.start-guide .card + .card {
  margin-top: 2.4em;
}
main.start-guide .card.type-one > .layout-one {
  margin: 0 0.85em;
}
main.start-guide .card.type-one > .layout-one h6 {
  font-size: 1.4em;
  margin: 0 0 0.4em;
  padding: 0;
  color: #2B2773;
  height: auto;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  main.start-guide .card.type-one > .layout-one h6 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 760px) {
  main.start-guide .card.type-one > .layout-one h6 {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 400px) {
  main.start-guide .card.type-one > .layout-one h6 {
    font-size: 1em;
  }
}
main.start-guide .card.type-one > .layout-one .text-box.enactment {
  text-align: right;
  margin: 1.4em 0;
}
main.start-guide .card.type-two {
  margin-bottom: 2.4em;
  background: #F5F5F5;
  padding: 1.2em 2.6em;
  margin-top: 1.2em;
  border-radius: 14px;
  box-sizing: border-box;
}
main.start-guide .card.type-two.pb-0 {
  padding-bottom: 0;
}
main.start-guide .card.type-two > .layout-one h6 {
  height: 2.55em;
}
@media screen and (max-width: 400px) {
  main.start-guide .card.type-two > .layout-one h6 {
    height: 2.3em;
  }
}
main.start-guide .card.type-two > .layout-one h6 .title-icon {
  height: 4.4em;
}
@media screen and (max-width: 1000px) {
  main.start-guide .card.type-two {
    padding: 1.4em 1em;
  }
}
main.start-guide .card.type-two .guide-block {
  width: 100%;
}
main.start-guide .card.type-two .guide-block-item {
  display: flex;
  padding: 0.6em 0 0;
}
main.start-guide .card.type-two .guide-block-item + li {
  border-top: 3px dashed #939393;
}
@media screen and (max-width: 760px) {
  main.start-guide .card.type-two .guide-block-item + li {
    border-top: 2px dashed #939393;
  }
}
@media screen and (max-width: 400px) {
  main.start-guide .card.type-two .guide-block-item + li {
    border-top: 1px dashed #939393;
  }
}
main.start-guide .card.type-two .guide-block-item:last-child {
  padding-bottom: 0;
}
main.start-guide .card.type-two .guide-block-item .number {
  flex: 0 0 14%;
}
main.start-guide .card.type-two .guide-block-item .number img {
  padding-top: 0.2em;
  padding-left: 0.7em;
  height: 2.4em;
}
@media screen and (max-width: 400px) {
  main.start-guide .card.type-two .guide-block-item .number img {
    padding-left: 0.4em;
  }
}
main.start-guide .card.type-two .guide-block-item .explain {
  flex: 0 0 86%;
  color: #8F8F8F;
  font-size: 0.75em;
  padding-bottom: 0.6em;
  font-weight: 400;
}
main.start-guide .card.type-two .guide-block-item .explain .emphasis {
  font-weight: 700;
  color: #2B2773;
  font-size: 1.5em;
  display: block;
  margin-bottom: 0.1em;
  letter-spacing: 1px;
  line-height: 1.3;
}
main.start-guide .card.type-two .guide-block-item .explain .emphasis a {
  color: inherit;
  text-decoration: underline;
}
main.start-guide .card.type-two .guide-block-item .explain .small {
  font-size: 0.8em;
}
main.start-guide .card .text-box {
  line-height: 2;
  font-size: 0.74em;
}
main.start-guide .card .text-box a {
  color: inherit;
}
main.start-guide .card .text-box a.colored {
  color: #2B2773;
}

.profile.first-block {
  padding: 2em 0 2em;
  color: #8F8F8F;
}
@media screen and (max-width: 1100px) {
  .profile.first-block {
    padding: 2em 1em 2em;
  }
}
@media screen and (max-width: 800px) {
  .profile.first-block {
    padding: 1em 1.4em 1em;
  }
}
.profile.first-block .list > * .heading {
  margin: 0 7em;
  padding: 0.2em 0 1.2em;
}
@media screen and (max-width: 1100px) {
  .profile.first-block .list > * .heading {
    margin: 0 4em;
  }
}
@media screen and (max-width: 900px) {
  .profile.first-block .list > * .heading {
    margin: 0 2em;
  }
}
@media screen and (max-width: 800px) {
  .profile.first-block .list > * .heading {
    margin: 0 0.5em;
  }
}
@media screen and (max-width: 400px) {
  .profile.first-block .list > * .heading {
    margin: 0 0;
  }
}
.profile.first-block .list > * .heading.top-line {
  border-top: 2px solid #AAAABB;
}
@media screen and (max-width: 520px) {
  .profile.first-block .list > * .heading.top-line {
    border-top: 1px solid #AAAABB;
  }
}
.profile.first-block .list > * .heading-title {
  display: flex;
  justify-content: center;
  font-family: "Sansation";
  color: #2B2773;
  font-size: 1.4em;
  letter-spacing: 2px;
  font-weight: 400;
  margin: 0.8em 0;
}
.profile.first-block .list > * .heading-text {
  text-align: center;
  font-weight: 400;
  font-size: 0.8em;
}
.profile.first-block .list > * .heading-text.plus-line-height {
  line-height: 2.2;
}
@media screen and (max-width: 800px) {
  .profile.first-block .list > * .heading-text.company {
    text-align: left;
    padding: 0 2em;
    line-height: 2.1;
  }
}
.profile.first-block .list > * .member {
  min-height: 500px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.profile.first-block .list > * .member > li {
  flex: 0 0 50%;
  max-width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .profile.first-block .list > * .member > li:nth-child(2) {
    margin-top: 1.4em;
  }
}
.profile.first-block .list > * .member > li:nth-child(n+3) {
  margin-top: 1.4em;
}
.profile.first-block .list > * .member > li:nth-child(odd) {
  padding-right: 0.6em;
}
@media screen and (max-width: 800px) {
  .profile.first-block .list > * .member > li:nth-child(odd) {
    padding-right: 0;
  }
}
.profile.first-block .list > * .member > li:nth-child(even) {
  padding-left: 0.6em;
}
@media screen and (max-width: 800px) {
  .profile.first-block .list > * .member > li:nth-child(even) {
    padding-left: 0;
  }
}
@media screen and (max-width: 800px) {
  .profile.first-block .list > * .member > li {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0em;
    padding-left: 0em;
  }
}
.profile.first-block .list > * .member-header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 0.8em;
}
.profile.first-block .list > * .member-header-item.text {
  flex: 0 0 62%;
  border-bottom: 2px dashed #A8A8A8;
  line-height: 1.8;
}
@media screen and (max-width: 520px) {
  .profile.first-block .list > * .member-header-item.text {
    border-bottom: 1px dashed #A8A8A8;
  }
}
.profile.first-block .list > * .member-header-item.text p {
  margin: 0;
  font-size: 0.75em;
  font-weight: 400;
  padding-bottom: 0.4em;
}
.profile.first-block .list > * .member-header-item.text p .name {
  font-weight: 700;
  display: block;
  font-size: 1.1em;
}
.profile.first-block .list > * .member-header-item.image {
  flex: 0 0 38%;
  text-align: right;
}
.profile.first-block .list > * .member-header-item.image img {
  width: 75%;
  vertical-align: bottom;
}
.profile.first-block .list > * .member-body p {
  font-size: 0.75em;
  font-weight: 400;
}
.profile.first-block .list > * .member-body p + p {
  margin-top: 0.8em;
}
.profile.first-block .list > * .member-body p.career {
  font-size: 0.58em;
  line-height: 1.8;
}
.profile.first-block .title {
  font-size: 1em;
  font-weight: 700;
  margin: 1.6em 0;
}
.profile.first-block .text-box {
  font-size: 0.85em;
  color: #8F8F8F;
  font-weight: 400;
}
.profile.first-block .text-box.sub {
  font-size: 1em;
  margin: 1.2em 0;
}
.profile.first-block .text-box.enactment {
  text-align: right;
  margin: 1.4em 0;
}

.layout-one h6 {
  position: relative;
  border-bottom: 3px solid #939393;
  padding-left: 4.9em;
  padding-bottom: 0.4em;
  margin-top: 1.4em;
  margin-bottom: 1em;
  height: 2.15em;
}
@media screen and (max-width: 760px) {
  .layout-one h6 {
    border-bottom: 2px solid #939393;
  }
}
@media screen and (max-width: 400px) {
  .layout-one h6 {
    border-bottom: 1px solid #939393;
  }
}
@media screen and (max-width: 760px) {
  .layout-one h6 {
    height: 2.05em;
  }
}
@media screen and (max-width: 520px) {
  .layout-one h6 {
    height: 1.95em;
  }
}
@media screen and (max-width: 400px) {
  .layout-one h6 {
    height: 1.85em;
  }
}
.layout-one h6 .image-text {
  height: 100%;
}
.layout-one h6 .title-icon {
  position: absolute;
  left: -0.8em;
  bottom: 0;
  display: block;
  height: 4.2em;
}
.layout-one h6 .title-icon.second {
  left: -0.75em;
  height: 4.4em;
}
.layout-one h6 .title-icon.third {
  left: -0.45em;
  height: 4.1em;
}
.layout-one .text-box {
  padding: 0px 0.4em;
  font-size: 0.75em;
  font-weight: 400;
  line-height: 1.7;
  color: #8F8F8F;
}
.layout-one .text-box a {
  text-decoration: underline;
  color: inherit;
}
.layout-one .text-box + .text-box {
  margin-top: 2em;
}
.layout-one .text-box.small {
  font-size: 0.64em;
}
.layout-one .text-box.small.stick {
  margin-top: 0;
}
.layout-one .text-box .emphasis {
  color: #454284;
}
.layout-two-header {
  display: flex;
  align-items: center;
  border-bottom: 3px dashed #AAB8CE;
  margin: 0.7em 0.7em 1.4em;
  padding-bottom: 0.5em;
  line-height: 1.2;
}
@media screen and (max-width: 760px) {
  .layout-two-header {
    border-bottom: 2px dashed #AAB8CE;
  }
}
@media screen and (max-width: 400px) {
  .layout-two-header {
    margin: 0.7em 0.3em 1.4em;
    border-bottom: 1px dashed #AAB8CE;
  }
}
.layout-two-header .number {
  flex: 0 0 25%;
  height: 3.4em;
}
@media screen and (max-width: 760px) {
  .layout-two-header .number {
    height: 3.1em;
  }
}
@media screen and (max-width: 520px) {
  .layout-two-header .number {
    height: 2.9em;
  }
}
@media screen and (max-width: 400px) {
  .layout-two-header .number {
    height: 2.7em;
  }
}
.layout-two-header .number > img {
  height: 100%;
}
.layout-two-header .text {
  padding-bottom: 0.2em;
}
.layout-two-header .text .emphasis {
  height: 2.2em;
  margin-bottom: 0.1em;
}
@media screen and (max-width: 760px) {
  .layout-two-header .text .emphasis {
    height: 2em;
    margin-bottom: 0.2em;
  }
}
@media screen and (max-width: 520px) {
  .layout-two-header .text .emphasis {
    height: 1.8em;
  }
}
@media screen and (max-width: 400px) {
  .layout-two-header .text .emphasis {
    height: 1.65em;
  }
}
.layout-two-header .text .emphasis > img {
  height: 100%;
}
.layout-two-header .text .emphasis + p {
  color: #2B2773;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 2px;
}
@media screen and (max-width: 1000px) {
  .layout-two-header .text .emphasis + p {
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 900px) {
  .layout-two-header .text .emphasis + p {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 760px) {
  .layout-two-header .text .emphasis + p {
    font-size: 0.75em;
    font-weight: 700;
    letter-spacing: 1px;
  }
}
.layout-two-body p {
  font-size: 0.75em;
  font-weight: 400;
  color: #8F8F8F;
}
.layout-two-body .second {
  margin-top: 1em;
}
.layout-two-body .flex-block {
  display: flex;
  align-items: flex-end;
}
.layout-two-body .flex-block-item.image {
  flex: 0 0 34%;
}
.layout-two-body .flex-block-item.image img {
  display: block;
  width: 36%;
  margin: 0 auto;
}
@media screen and (max-width: 400px) {
  .layout-two-body .flex-block-item.image img {
    width: 48%;
  }
}
.layout-two-body .flex-block-item.text {
  flex: 0 0 66%;
}
.layout-two-body .flex-block-item.text .type {
  height: 1.8em;
}
@media screen and (max-width: 760px) {
  .layout-two-body .flex-block-item.text .type {
    height: 1.6em;
  }
}
@media screen and (max-width: 520px) {
  .layout-two-body .flex-block-item.text .type {
    height: 1.5em;
  }
}
@media screen and (max-width: 400px) {
  .layout-two-body .flex-block-item.text .type {
    height: 1.4em;
  }
}
.layout-two-body .flex-block-item.text .type > img {
  height: 100%;
}
.layout-two-body .flex-block-item.text .type + .name {
  font-size: 0.95em;
  position: relative;
  letter-spacing: 1px;
  padding: 0.3em 0 0.6em;
  border-bottom: 2px dashed;
  margin-bottom: 0.6em;
}
@media screen and (max-width: 900px) {
  .layout-two-body .flex-block-item.text .type + .name {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 760px) {
  .layout-two-body .flex-block-item.text .type + .name {
    font-size: 0.8em;
    letter-spacing: 0px;
  }
}
@media screen and (max-width: 400px) {
  .layout-two-body .flex-block-item.text .type + .name {
    font-size: 0.7em;
    border-bottom: 1px dashed;
  }
}
.layout-two-body .flex-block-item.text .type + .name.saiken {
  color: #39B153;
}
.layout-two-body .flex-block-item.text .type + .name.saimu {
  color: #F3825E;
}
.layout-two-body .text-block p {
  margin-top: 2em;
}

.youtube {
  width: 90%;
  margin: 1.4em auto;
  max-width: 700px;
  aspect-ratio: 8/5;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

#footer {
  width: 100%;
  background: #2B2773;
  display: flex;
  justify-content: center;
  flex-flow: column;
  position: relative;
}
#footer #page-top {
  position: fixed;
  bottom: 2em;
  right: 2em;
  z-index: 99;
}
@media screen and (max-width: 1000px) {
  #footer #page-top {
    bottom: 0.5em;
    right: 0.5em;
  }
}
@media screen and (max-width: 400px) {
  #footer #page-top {
    bottom: 0.4em;
    right: 0.4em;
  }
}
#footer #page-top a {
  display: block;
  max-width: 3em;
}
@media screen and (max-width: 1000px) {
  #footer #page-top a {
    max-width: 2em;
  }
}
@media screen and (max-width: 400px) {
  #footer #page-top a {
    max-width: 2.4em;
  }
}
#footer #page-top a img {
  width: 100%;
}
#footer .footernav {
  display: flex;
  box-sizing: border-box;
  padding: 1em 3.5em;
  flex-wrap: wrap;
}
@media screen and (max-width: 760px) {
  #footer .footernav {
    padding: 1em 3em;
  }
}
@media screen and (max-width: 400px) {
  #footer .footernav {
    padding: 1em 2em;
  }
}
#footer .footernav li {
  flex: 0 0 50%;
  max-width: 50%;
  line-height: 3;
}
@media screen and (max-width: 640px) {
  #footer .footernav li {
    line-height: 3.4;
  }
}
#footer .footernav li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #FFFFFF;
  font-size: 0.6em;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 400px) {
  #footer .footernav li > a {
    font-size: 0.75em;
  }
}
#footer .footernav li > a:before {
  content: url("../img/separator.png");
  position: absolute;
  right: -0.5em;
  transform: scale(0.48);
}
@media screen and (max-width: 760px) {
  #footer .footernav li > a:before {
    top: -16px;
  }
}
@media screen and (max-width: 520px) {
  #footer .footernav li > a:before {
    top: -20px;
    transform: scale(0.37);
  }
}
@media screen and (max-width: 400px) {
  #footer .footernav li > a:before {
    transform: scale(0.28);
  }
}
#footer .footernav li:nth-child(odd) > a:after {
  content: url("../img/separator.png");
  position: absolute;
  left: 0;
  transform: scale(0.48);
}
@media screen and (max-width: 760px) {
  #footer .footernav li:nth-child(odd) > a:after {
    top: -16px;
  }
}
@media screen and (max-width: 520px) {
  #footer .footernav li:nth-child(odd) > a:after {
    top: -20px;
    transform: scale(0.37);
  }
}
@media screen and (max-width: 400px) {
  #footer .footernav li:nth-child(odd) > a:after {
    transform: scale(0.28);
  }
}
#footer .copyrights p {
  padding-bottom: 1em;
  color: #FFFFFF;
  font-size: 0.5em;
  text-align: center;
  font-weight: 400;
}/*# sourceMappingURL=style.css.map */