@charset "UTF-8";
/* Scss Document */
/* -------------------------------

関数

------------------------------- */
/* -------------------------------

全体共通

------------------------------- */
html {
  font-size: 1px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: block;
}

body {
  background: #F4F5F7;
  color: #141414;
  font-family: YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  font-size: 16rem;
  line-height: 1.5;
  text-align: center;
}
body a {
  text-decoration: none;
}
body li {
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1.4;
}

.wrap {
  position: relative;
}

.inner {
  margin: 0 auto;
  max-width: 1080rem;
}

header {
  background: #fff;
  border-top: solid 8rem #3CB6DC;
}

.ttl {
  text-align: center;
}
.ttl--main {
  font-size: 40rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 8rem 0 0 0;
}
.ttl--main span {
  display: inline-block;
}
.ttl--sub {
  color: #EAAB65;
  font-family: lato, sans-serif;
  font-size: 24rem;
  font-weight: bold;
  letter-spacing: 4rem;
}

.txt--b {
  font-weight: bold;
  line-height: 1.75;
  max-width: 640rem;
  margin: 0 auto;
}
.txt--b span {
  display: inline-block;
}
.txt--n {
  font-weight: normal;
  line-height: 1.75;
  max-width: 640rem;
  margin: 0 auto;
}
.txt--n span {
  display: inline-block;
}

.list--point {
  display: flex;
  justify-content: center;
  margin-top: 40rem;
}
.list--point__item {
  background: #fff;
  margin-left: 24rem;
  max-width: 344rem;
  padding: 32rem;
  width: 33%;
}
.list--point__item:first-child {
  margin-left: 0;
}
.list--point__item__number {
  color: #3CB6DC;
  font-family: lato, sans-serif;
  font-weight: bold;
}
.list--point__item__number__txt {
  font-size: 12rem;
  letter-spacing: 2rem;
}
.list--point__item__number__no {
  font-size: 32rem;
}
.list--point__item__ttl {
  font-size: 22rem;
  margin-top: 24rem;
}
.list--point__item__ttl span {
  display: inline-block;
}
.list--point__item__txt {
  margin-top: 24rem;
  text-align: left;
}

.planlist {
  display: flex;
  justify-content: center;
  margin-top: 24rem;
}
.planlist__item {
  background: #fff;
  margin-left: 24rem;
  max-width: 368rem;
  width: 33%;
}
.planlist__item:first-child {
  margin-left: 0;
}
.planlist__item__ttl {
  background: #F7DBBC;
  padding: 16rem 0;
  width: 100%;
}
.planlist__item__memo {
  padding: 32rem;
}
.planlist__item__memo span {
  display: block;
  font-size: 12rem;
}
.planlist__item__memo__yen {
  align-items: baseline;
  display: flex;
  font-weight: bold;
  justify-content: center;
  margin-bottom: 32rem;
}
.planlist__item__memo__yen--01 {
  font-size: 16rem;
}
.planlist__item__memo__yen--02 {
  font-family: lato, sans-serif;
  font-size: 48rem;
  padding: 0 8rem;
}
.planlist__item__memo__yen--03 {
  font-size: 32rem;
}

.btn {
  background: #3CB6DC;
  display: inline-block;
}
.btn a {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  max-width: 340rem;
  padding: 24rem 40rem;
}

.footer {

  color: #fff;
  margin-top: 104rem;
  padding: 56rem 0 16rem 0;
}
.footer__ttl {
  font-size: 32rem;
}
.footer__address {
  margin: 16rem auto 48rem auto;
}
.footer__list {
  display: flex;
  justify-content: center;
  margin-top: 24rem;
}
.footer__list__item {
  border-right: solid 1rem #fff;
  padding: 4rem 16rem;
}
.footer__list__item:last-child {
  border-right: none;
}
.footer__list__item a {
  font-weight: bold;
}
.footer__copy {
  display: block;
  font-size: 12rem;
  margin-top: 80rem;
}

/* -------------------------------

トップページ

------------------------------- */
.header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 80rem 0;
}
.header__txt {
  font-weight: bold;
  margin-right: 4%;
  text-align: left;
  width: 56%;
}
.header__txt--main {
  color: #3CB6DC;
  font-size: 80rem;
}
.header__txt--sub {
  color: #141414;
  font-size: 48rem;
  line-height: 1.4;
}
.header__txt--sub span {
  display: inline-block;
}
.header__img {
  max-width: 448rem;
  width: 40%;
}
.header__img img {
  width: 100%;
}

.overview {
  padding-top: 104rem;
}
.overview__txt {
  margin-top: 24rem;
}

.problem {
  margin-top: 104rem;
}
.problem__list {
  display: inline-block;
  margin-top: 32rem;
}
.problem__list__item {
  align-items: center;
  display: flex;
  margin-top: 24rem;
}
.problem__list__item:first-child {
  margin-top: 0;
}
.problem__list__item__img {
  margin-right: 16rem;
}
.problem__list__item__txt {
  font-size: 24rem;
  font-weight: bold;
}

.entrust {
  margin-top: 124rem;
}

.price {
  margin-top: 124rem;
}
.price__about {
  align-items: center;
  display: flex;
  font-weight: bold;
  justify-content: center;
  margin-top: 24rem;
}
.price__about__item {
  background: #fff;
  border-radius: 16rem;
  max-width: 294rem;
  padding: 32rem;
}
.price__about__item__plus {
  background: none;
  margin: 0 32rem;
}
.price__about__item__txt {
  font-size: 24rem;
  margin-top: 8rem;
}
.price__pr {
  font-size: 28rem;
  font-weight: bold;
  margin-top: 32rem;
}
.price__pr span {
  color: #3CB6DC;
}
.price__pr br {
  display: none;
}
.price__create {
  margin-top: 104rem;
}
.price__create__table {
  margin-top: 16rem;
  overflow-x: scroll;
}
.price__create__table__box {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  white-space: nowrap;
}
.price__create__table__box__plan {
  background: #F7DBBC;
  border-right: solid 1rem #fff;
  padding: 24rem 0;
  text-align: center;
}
.price__create__table__box__item {
  background: #DFE4EA;
  border-bottom: solid 1rem #fff;
  font-weight: bold;
  padding: 24rem;
  text-align: left;
  vertical-align: middle;
}
.price__create__table__box__detail {
  background: #fff;
  border-right: solid 1rem #141414;
  border-bottom: solid 1rem #141414;
  padding: 24rem;
}
.price__create__table__box__detail__default {
  font-size: 12rem;
  font-weight: bold;
}
.price__create__table__box__detail__yen {
  align-items: baseline;
  display: flex;
  font-weight: bold;
  justify-content: center;
  margin-top: 8rem;
}
.price__create__table__box__detail__yen__number {
  font-size: 32rem;
}
.price__create__table__box__detail__yen__credit {
  font-size: 20rem;
}
.price__create__table__box__detail__txt {
  font-size: 12rem;
  line-height: 1.4;
  margin-top: 8rem;
}
.price__create__table__attention {
  font-size: 12rem;
  line-height: 1.4;
  margin-top: 8rem;
  text-align: right;
}
.price__month {
  margin-top: 104rem;
}
.price__month__list__item__txt {
  margin-top: 24rem;
}
.price__month__list__item--b {
  font-size: 24rem;
  font-weight: bold;
}
.price__month__note {
  font-size: 12rem;
  margin-top: 32rem;
}
.price__option {
  margin-top: 80rem;
}
.price__option .ttl--main {
  font-size: 32rem;
}

.menu {
  margin-top: 124rem;
}
.menu__create {
  margin-top: 32rem;
}
.menu__create .ttl--main {
  font-size: 32rem;
}
.menu__create__txt {
  margin-top: 8rem;
}
.menu__create__list__page {
  font-size: 20rem;
  background: linear-gradient(transparent 80%, #EAAB65 0%);
  display: inline;
  padding: 0 0 4rem 0;
}
.menu__create__list__about {
  font-weight: bold;
  margin-top: 24rem;
}
.menu__create__list__detail {
  margin-top: 40rem;
}
.menu__create__list__detail__contents {
  border-top: solid 1rem #141414;
  border-bottom: solid 1rem #141414;
  display: inline-block;
  margin-top: 8rem;
  padding: 16rem;
  text-align: left;
}
.menu__create__list__etc {
  margin-top: 40rem;
}
.menu__create__kokuchi .ttl {
  margin-top: 40rem;
}
.menu__create__kokuchi .ttl--main {
  font-size: 24rem;
}
.menu__create__btn {
  margin-top: 40rem;
}
.menu__attention {
  font-size: 12rem;
  line-height: 1.6;
  margin-top: 16rem;
  text-align: right;
}
.menu__operation {
  margin-top: 80rem;
}
.menu__operation .ttl--main {
  font-size: 32rem;
}
.menu__operation__note {
  font-size: 12rem;
  margin-top: 32rem;
}
.menu__operation__btn {
  margin-top: 24rem;
}
.menu__other {
  display: flex;
  justify-content: space-between;
  margin-top: 104rem;
}
.menu__other__memo {
  max-width: 600rem;
  text-align: left;
}
.menu__other__memo__ttl {
  font-size: 32rem;
}
.menu__other__memo__txt {
  margin-top: 24rem;
}
.menu__other__img {
  max-width: 414rem;
}
.menu__other__img img {
  width: 100%;
}
.menu__other__btn {
  margin-top: 48rem;
}

.flow {
  margin-top: 124rem;
}
.flow__list {
  display: inline-block;
  margin: 0 auto;
}
.flow__list__item {
  display: flex;
  margin-top: 32rem;
}
.flow__list__item__number {
  color: #3CB6DC;
  font-family: lato, sans-serif;
  font-weight: bold;
  padding-right: 32rem;
  position: relative;
  border-right: solid 2rem #3CB6DC;
}
.flow__list__item__number__txt {
  font-size: 16rem;
  letter-spacing: 2rem;
}
.flow__list__item__number__no {
  font-size: 56rem;
}
.flow__list__item__memo {
  padding-left: 32rem;
}
.flow__list__item__memo__ttl {
  font-size: 24rem;
  text-align: left;
}
.flow__list__item__memo__txt {
  text-align: left;
}

.lecture {
  margin-top: 124rem;
}
.lecture__about {
  margin-top: 24rem;
}
.lecture__date {
  margin-top: 40rem;
}

.contact {
  margin-top: 104rem;
}
.contact__btn {
  margin-top: 24rem;
}
.contact__btn a {
  background: #3CB6DC;
  color: #fff;
  display: inline-block;
  font-size: 24rem;
  font-weight: bold;
  max-width: 640rem;
  padding: 32rem 0;
  width: 100%;
}

.support {
  margin-top: 124rem;
}

.banner {
  position: fixed;
  bottom: 16rem;
  right: 0;
}
.banner a {
  background-color: #40D1B0;
  color: #fff;
  display: inline-block;
  font-size: 24rem;
  font-weight: bold;
  padding: 24rem 40rem;
}

/* -------------------------------

ホームページ制作

------------------------------- */
.homepage .header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 80rem 0;
}
.homepage .header__txt--sub {
  color: #3CB6DC;
  font-size: 40rem;
  font-weight: bold;
  text-align: left;
}
.homepage .header__txt--sub span {
  color: #141414;
  display: inline-block;
  font-size: 32rem;
  margin-left: 8rem;
}
.homepage .header__txt--main {
  color: #141414;
  font-size: 64rem;
  font-weight: bold;
  text-align: left;
}
.homepage .header__txt--main span {
  display: block;
  font-size: 64rem;
}
.homepage .header__txt__memo {
  margin-top: 40rem;
  text-align: left;
}
.homepage .header__img img {
  max-width: 448rem;
}
.homepage .problem {
  margin-top: 124rem;
}

/* -------------------------------

下層ページ

------------------------------- */
.subpage .header {
  display: block;
}
.subpage__header__ttl {
  font-size: 56rem;
}
.subpage__header__ttl--sub {
  font-size: 32rem;
  font-weight: bold;
}
.subpage__header__txt {
  margin-top: 48rem;
}
.subpage__service {
  margin-top: 124rem;
}
.subpage__service__about {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 56rem;
}
.subpage__service__about__img {
  margin-right: 56rem;
}
.subpage__service__about__list {
  max-width: 540rem;
}
.subpage__service__about__list__item {
  display: flex;
  align-items: flex-start;
  margin-top: 32rem;
}
.subpage__service__about__list__item:first-child {
  margin-top: 0;
}
.subpage__service__about__list__item__number {
  color: #3CB6DC;
  font-family: lato, sans-serif;
  font-size: 32rem;
  font-weight: bold;
  margin-right: 16rem;
}
.subpage__service__about__list__item__memo {
  text-align: left;
}
.subpage__service__about__list__item__memo__ttl {
  font-size: 24rem;
}
.subpage__service__about__list__item__memo__ttl span {
  font-size: 16rem;
}
.subpage__service__about__list__item__memo__txt {
  margin-top: 8rem;
}
.subpage__memo {
  margin-top: 124rem;
}
.subpage__memo__about {
  margin-top: 24rem;
}
.subpage__memo__box {
  margin-top: 56rem;
}
.subpage__memo__box__ttl {
  font-size: 24rem;
}
.subpage__memo__box__txt {
  margin-top: 16rem;
}

.line .entrust {
  margin-top: 64rem;
}
.line .menu__create__list__etc {
  margin-top: 16rem;
}
.line .menu__create__list__page {
  display: inline-block;
  margin-top: 32rem;
  padding: 0;
}
.line .planlist__item__memo__yen {
  margin-bottom: 0;
}
.line__24 {
  margin-top: 104rem;
}
.line__24__ttl {
  font-size: 28rem;
  font-weight: bold;
}
.line__24__ttl span {
  color: #3CB6DC;
}
.line__24__img {
  margin: 40rem auto 0 auto;
  max-width: 398rem;
}
.line__24__img img {
  width: 100%;
}
.line__24__txt {
  margin-top: 32rem;
}

.digital .entrust {
  margin-top: 64rem;
}

.partner .subpage__memo {
  margin-top: 104rem;
}
.partner__group {
  background: #fff;
  border: solid 2rem #3CB6DC;
  border-radius: 16rem;
  display: inline-block;
  margin-top: 48rem;
  padding: 24rem 32rem 32rem 32rem;
}
.partner__group__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.partner__group__list__item {
  background: #F7DBBC;
  margin: 8rem 8rem 0 0;
  padding: 16rem 0;
  width: 30%;
}
.partner__group__list__item:nth-child(3n) {
  margin-right: 0;
}
.partner__group__list__item:last-child {
  margin-left: 8rem;
}
.partner__group__list__item__txt {
  font-weight: bold;
}

/* --------------------------------

タブレット・スマホ共通

----------------------------------*/
@media screen and (max-width: 1190px) {
  .inner {
    padding: 0 4%;
  }
  .menu__other__img {
    max-width: 640rem;
  }
}
/* --------------------------------

タブレット

----------------------------------*/
@media (min-width: 768px) and (max-width: 1190px) {
  .header {
    padding: 80rem 4%;
  }
  .header__txt--sub span {
    display: inline;
  }
  .overview {
    padding-top: 80rem;
  }
  .problem {
    margin-top: 104rem;
  }
  .problem__list__item__txt {
    text-align: left;
  }
  .entrust {
    margin-top: 104rem;
  }
  .price {
    margin-top: 104rem;
  }
  .price__pr span {
    display: inline;
  }
  .price__pr br {
    display: none;
  }
  .price__create__table__box {
    width: auto;
  }
  .price__option {
    margin-top: 80rem;
  }
  .menu {
    margin-top: 80rem;
  }
  .menu__other__memo {
    margin-right: 4%;
    width: 60%;
  }
  .homepage .header {
    padding: 80rem 4%;
  }
  .homepage .header__txt--main span {
    display: inline;
  }
  .homepage .header__txt--sub {
    font-size: 32rem;
  }
  .homepage .problem {
    margin-top: 80rem;
  }
}
/* --------------------------------

スマホ

----------------------------------*/
@media screen and (max-width: 767px) {
  .ttl--main {
    font-size: 32rem;
  }
  .header {
    flex-direction: column;
    padding: 40rem 0 80rem 0;
  }
  .header__txt {
    margin-right: 0;
    text-align: center;
    width: 100%;
  }
  .header__txt--sub {
    line-height: 1;
  }
  .header__txt--sub span {
    display: inline;
    font-size: 32rem;
  }
  .header__img {
    margin-top: 32rem;
    width: 100%;
  }
  .header__img img {
    width: 80%;
  }
  .overview {
    padding-top: 80rem;
  }
  .problem__list {
    margin-top: 40rem;
  }
  .problem__list__item {
    align-items: flex-start;
  }
  .problem__list__item__txt {
    font-size: 20rem;
    text-align: left;
  }
  .problem__list__item__img {
    margin-right: 16rem;
    text-align: left;
  }
  .problem__list__item__img img {
    max-width: 98rem;
    min-width: 48rem;
    width: auto;
  }
  .list--point {
    flex-direction: column;
    margin-top: 24rem;
  }
  .list--point__item {
    margin-left: 0;
    margin-top: 24rem;
    max-width: 829rem;
    width: 100%;
  }
  .list--point__item:first-child {
    margin-top: 0;
  }
  .entrust {
    margin-top: 80rem;
  }
  .price {
    margin-top: 80rem;
  }
  .price__about {
    flex-direction: column;
    margin-top: 24rem;
  }
  .price__about__item__plus {
    margin: 16rem 32rem;
  }
  .price__pr {
    margin-top: 24rem;
  }
  .price__pr br {
    display: inline-block;
  }
  .price__create {
    margin-top: 80rem;
  }
  .price__create__table__box {
    width: auto;
  }
  .price__create__flow {
    margin-top: 16rem;
  }
  .price__month {
    margin-top: 80rem;
  }
  .price__month__list {
    margin-top: 0;
  }
  .price__month__note {
    margin-top: 8rem;
    text-align: right;
  }
  .price__option {
    margin-top: 80rem;
  }
  .planlist {
    flex-direction: column;
    margin-top: 8rem;
  }
  .planlist__item {
    margin: 16rem 0 0 0;
    max-width: 829rem;
    width: 100%;
  }
  .menu {
    margin-top: 80rem;
  }
  .menu__create .ttl {
    margin-top: 24rem;
  }
  .menu__create .ttl--main {
    font-size: 24rem;
  }
  .menu__create__txt {
    margin-top: 8rem;
  }
  .menu__create__kokuchi .ttl--main {
    font-size: 16rem;
  }
  .menu__create__btn {
    margin-top: 24rem;
  }
  .menu__operation .ttl--main {
    font-size: 24rem;
  }
  .menu__operation__note {
    margin-top: 8rem;
    text-align: right;
  }
  .menu__other {
    align-items: center;
    flex-direction: column;
    margin-top: 56rem;
  }
  .menu__other__memo {
    text-align: center;
  }
  .menu__other__memo__ttl {
    font-size: 24rem;
  }
  .menu__other__memo__txt {
    margin-top: 16rem;
  }
  .menu__other__img {
    margin-top: 24rem;
  }
  .menu__other__btn {
    margin-top: 32rem;
  }
  .flow {
    margin-top: 104rem;
  }
  .flow__list__item {
    flex-direction: column;
  }
  .flow__list__item__number {
    border-bottom: solid 2rem #3CB6DC;
    border-right: none;
    padding: 0;
  }
  .flow__list__item__memo {
    margin-top: 16rem;
    padding: 0;
  }
  .flow__list__item__memo__ttl {
    text-align: center;
  }
  .flow__list__item__memo__txt {
    margin-top: 8rem;
    text-align: center;
  }
  .lecture {
    margin-top: 80rem;
  }
  .support {
    margin-top: 80rem;
  }
  .contact {
    margin-top: 80rem;
  }
  .contact .ttl--main span {
    display: inline;
  }
  .footer__list {
    border-top: solid 1rem #fff;
    flex-direction: column;
  }
  .footer__list__item {
    border-bottom: solid 1rem #fff;
    border-right: none;
  }
  .footer__list__item a {
    display: block;
    padding: 16rem 0;
  }
  .banner {
    bottom: 0;
  }
  .banner a {
    font-size: 20rem;
  }
  .subpage .header.inner {
    padding: 40rem 4%;
  }
  .subpage__header__ttl {
    font-size: 48rem;
  }
  .subpage__header__txt {
    margin-top: 32rem;
  }
  .subpage__service {
    margin-top: 104rem;
  }
  .subpage__service__about {
    flex-direction: column;
    margin-top: 32rem;
  }
  .subpage__service__about__img {
    margin-right: 0;
    max-width: 640rem;
  }
  .subpage__service__about__list {
    margin-top: 16rem;
  }
  .subpage__service__about__list__item {
    align-items: center;
    flex-direction: column;
  }
  .subpage__service__about__list__item__number {
    margin-right: 0;
    text-align: center;
  }
  .subpage__service__about__list__item__memo__ttl {
    text-align: center;
  }
  .subpage__memo {
    margin-top: 80rem;
  }
  .homepage .header.inner {
    padding: 40rem 4%;
  }
  .homepage .header__img img {
    width: 100%;
  }
  .homepage .header__txt--sub {
    font-size: 24rem;
    line-height: 1.4;
    text-align: center;
  }
  .homepage .header__txt--sub span {
    font-size: 24rem;
  }
  .homepage .header__txt--main {
    font-size: 40rem;
    text-align: center;
  }
  .homepage .header__txt--main span {
    font-size: 40rem;
  }
  .homepage .header__txt__memo {
    margin-top: 24rem;
  }
  .homepage .problem {
    margin-top: 80rem;
  }
  .digital .entrust {
    margin-top: 40rem;
  }
  .digital .subpage__header__ttl span {
    display: inline-block;
  }
  .digital .subpage__header__ttl--sub {
    font-size: 24rem;
  }
  .line .entrust {
    margin-top: 80rem;
  }
  .partner .subpage__header__ttl span {
    display: inline-block;
  }
  .partner .subpage__header__ttl--sub {
    font-size: 24rem;
  }
  .partner .subpage__memo {
    margin-top: 80rem;
  }
  .partner__group {
    width: 100%;
  }
  .partner__group__list {
    flex-direction: column;
  }
  .partner__group__list__item {
    width: 100%;
  }
  .partner__group__list__item:last-child {
    margin-left: 0;
  }
}



/* -------------------------------

フッター

------------------------------- */

footer {
  background: linear-gradient(135deg, #1edec9 0%, #00a1d4 100%);
}

footer .footerinner {
  width: 80%;
  max-width: 480px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 481px) {
  footer .footerinner {
    width: 92%;
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (min-width: 800px) {
  footer .footerinner {
    display: block;
    width: 92%;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
  }
}

footer .footerinner .logo_footer {
  width: 162px;
  padding-top: 60px;
}

@media screen and (min-width: 481px) {
  footer .footerinner .logo_footer {
    padding-top: 70px;
  }
}

@media screen and (min-width: 800px) {
  footer .footerinner .logo_footer {
    width: 216px;
  }
}

footer .footerinner .logo_footer img {
  width: 100%;
}

footer .footerinner .footer_menu {
  margin: 30px 0 50px 0;
}

@media screen and (min-width: 481px) {
  footer .footerinner .footer_menu {
    margin: 45px 0 50px 0;
  }
}

@media screen and (min-width: 800px) {
  footer .footerinner .footer_menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 10px 0 50px 0;
  }
}

footer .footerinner .footer_menu ul {
  padding-inline-start: 0;
}

footer .footerinner .footer_menu ul li {
  list-style: none;
  padding-bottom: 5px;

}

footer .footerinner .footer_menu ul li a {
  color: white;
}

footer .footerinner .footer_menu ul li a:hover {
  color: #d8d9d9;
}

footer .footerinner .footer_menu ul li.footer_menu_childli::before {
  content: '└ ';
  color: white;
}

footer .footer_copy {
  text-align: center;
  border-top: 1px solid white;
  padding-bottom: 70px;
}

footer .footer_copy p {

  color: white;
}
