/* カスタマイズ用CSS */

/* 共通 */
a {
  color: #3c3c3c !important;
}

a:hover {
  color: #999999 !important;
}

* {
  box-sizing: border-box;
  font-family: "游ゴシック体 Pr6N R","Yu Gothic Pr6N R",YuGothic,"游ゴシック体 Medium","游ゴシック Medium","Yu Gothic Medium","游ゴシック体","游ゴシック","Yu Gothic","ヒラギノ角ゴ Pro W3",Arial,Helvetica,"メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
}

@font-face {
  font-family: 'YUMIN';
  src: url('YUMIN.woff2') format('woff2');
}

@font-face {
  font-family: 'Frutiger LT 45 Light Regular.ttf';
  src: url('/html/user_data/assets/font/Frutiger LT 45 Light Regular.ttf') format('truetype');
}

.bgc-main {
  background-color: rgba(0, 0, 0, 0.5);
}

/*ヘッダー*/
.h-b {
  display: inline-block;
  background-image: url('/html/user_data/assets/img/bg.jpg');
  position: relative;
  width: 100%;
  text-align: left; 
  margin: 0 auto;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 1);
  color: #ffffff;
}

h2.bar-title {
  text-align: left;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  padding-right: calc(var(--bs-gutter-x)* 0.5);
  padding-left: calc(var(--bs-gutter-x)* 0.5);
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

@media (min-width: 1200px) {
  .bar-title {
      max-width: 1140px;
  }
}

.line1 { /* 一行目*/
  display: block;
  font-family: 'Frutiger LT 45 Light Regular.ttf', sans-serif;
  font-size: 24px;
  line-height: 1.5;
}

.line2 { /* 二行目*/
  display: block;
  font-size: 0.5em;
  line-height: 1.2;
}

.section_header {
  padding-top: 5em;
}



/* タブレット用アコーディオンメニュー */

.ec-headerNavSP , .ec-drawerRoleClose {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.ec-drawerRole {
  background-color: rgba(0, 0, 0, 0.7);
}

.ec-headerCategoryArea__heading {
  color: #3c3c3c;
}

.ec-itemNav__nav li a {
  font-size: 13px;
}

.ec-itemNav__nav li ul li a {
  font-size: 13px;
}

.ec-headerLink__item {
  color: #fff !important;
  font-weight: normal !important;
  font-size: 14px !important;
}

.fa-star:before {
    content: "\f005"; /* 星アイコンのUnicode */
}


/* コンテンツ*/

.ec-role-frame , .ec-registerRole {
  max-width: 800px;
  margin: 0 auto;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 40px;
}

.ec-pageHeader h1 {
  margin-bottom: 30px;
  font-size: 24px;
  color: #3c3c3c;
}

.ec-borderedDefs {
  width: 100%;
}

.ec-borderedDefs dl {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 20px 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  font-size: 16px;
}

.ec-borderedDefs dl:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

@media (max-width: 768px) {
  .ec-borderedDefs dl {
      grid-template-columns: 1fr;
  }
  
  .ec-borderedDefs dt {
      margin-bottom: 5px;
  }
  
  .ec-borderedDefs dd {
      margin-bottom: 10px;
      line-height: initial;
  }
}

@media only screen and (min-width: 768px) {
  .ec-borderedDefs dt {
      width: auto;
      padding-top: 0;
  }
}

@media only screen and (min-width: 768px) {
  .ec-borderedDefs dd {
      width: auto;
      font-size: 13px;
      line-height: initial;
  }
}

.col-12 {
  padding-top: 20px;
}

@media only screen and (min-width: 768px) {
  .col-12 {
    padding-top: 50px;
  }
}

.ec-borderedDefs {
  border-top: none;
}

.ec-borderedDefs dl {
  border-bottom: none;
}

.ec-layoutRole__mainBottom {
  margin-top: 100px;
}

.ec-blockBtn--action {
 color: #fff !important;
}

/* パンくず */
.breadcrumb {
  margin: 0 0 32px;
}

.breadcrumb a, .breadcrumb span {
  font-size: 0.8em;
  color: #3C3C3C;
}

.breadcrumb a:after {
  content: ">";
  padding: 0 5px;
}

/* 元のパンくず */
.ec-productRole__category a, .ec-topicpath__item a, .ec-topicpath__item--active a {
  text-decoration: none;
  font-size: .7rem;
}

.ec-topicpath__divider, .ec-productRole__category li span {
  font-size: .7rem;
}

/* ご利用ガイド */

.guide-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 50px;
  margin-bottom: 40px;
}

.guide-nav a {
  position: relative;
  font-size: 13px;
  text-decoration: none;
  color: #3c3c3c;
  padding: 5px 0;
  transition: color 0.3s ease;
  white-space: nowrap;
  text-align: center;
}

.guide-nav a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #3c3c3c;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.guide-nav a:hover {
  color: #999999;
}

.guide-nav a:hover::after {
  width: 100%;
}

.ec-role {
  font-size: initial;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  color: #3c3c3c;
}

.guide-section {
  border-top: 1px solid #DADDD8;
  padding: 40px 0;
}

.guide-section h2 {
  margin-top: 0;
  font-size: 20px;
  color: #3c3c3c;
}

.guide-section p, .guide-section ol {
  line-height: 1.7;
  color: #3c3c3c;
}

.guide-section ol {
  padding-left: 20px;
}

.guide-section p.card-guide img {
  width: 70%;
}

.guide-section p.bold {
  font-weight: bold;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .guide-nav {
    align-items: center; /* 中央揃え */
    row-gap: 20px;
    column-gap: 70px;
  }

  .guide-nav a {
    font-size: 15px;
  }
}

table.shipping-table {
    border-collapse: collapse;
    width: 100%;
  }

  .shipping-table td,
  .shipping-table th {
    border: 1px solid #000;
    padding: 6px;
    vertical-align: top;
    font-size: 11px;
  }

  .shipping-table .header,
  .shipping-table .sub-header {
    background-color: #dddddd;
  }

  .shipping-table .price-range {
    background-color: #dddddd;
    text-align: left;
  }

.support {
    display: flex;
    align-items: center;
}

a.tel {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    font-size: clamp(16px, 1.8vw, 18px);
    transition: opacity .3s;
}

a.arrow {
    display: flex;
    margin-left :15px;
    align-items: center;
    gap: 4px;
    font-size: clamp(13px, 1.5vw, 15px);
    transition: opacity .3s;
}

a.tel img , a.arrow img {
    width: 20px;
    height: auto;
}

.member-h {
  background-color: #dddddd;
  padding: 10px 20px;
  margin: 10px 0;
}

.b-bold {
  margin-bottom: 10px;
  padding-left: 30px;
  background: url(/html/user_data/assets/img/heart.png) left center no-repeat;
  background-size: 16px;
  font-weight: bold;
  font-size: 12px;
}

.c-bold {
  font-size: 13px;
}

#cancel {
  border-bottom :1px solid #DADDD8;
}


/* ログインページ */

.ec-login {
  background-color: #fff;
}

.ec-checkbox label {
   font-weight: normal;   
}

.ec-login__link > .ec-link {
   font-size: .7em;
}

.form-check-input {
  border: solid 1px #3C3C3C;
}

@media only screen and (min-width: 768px) {
  .login-frame {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    width: 550px;
  }
  .ec-login {
    padding: 30px 0 60px 0;
    margin: 0;
  }
}

.ec-blockBtn--cancel {
  transition: color 300ms ease;
  color: #fff !important;
}

.ec-blockBtn--cancel:hover {
  color: #999999 !important;
}


/* パスワード再発行送信完了ページ */
@media only screen and (min-width: 768px) {
  .ec-reportHeading > h2 {
      border-top: 0;
      font-size: 20px;
  }
}

/* 新規会員仮登録ページ */
.ec-blockBtn--cancel {
  color: #fff !important;
}

/* プライバシーポリシーページ */
.build {
      display: flex;
      margin: auto;
      letter-spacing: 1.3px;
      line-height: 1.5;
      justify-content: flex-end;
      padding-top: 20px;
}

.ec-off1Grid {
  border-top: 1px solid #DADDD8;
  padding: 40px 0;
}

    /* コンタクトヘッダー全体のデザイン */
    .contact-header {
      display: flex;
      align-items: center;
      justify-content: space-between;
      background: linear-gradient(to bottom, #cccccc, #ffffff);
      padding: 30px 0;
      border-radius: 12px;
      box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.6);
      flex-wrap: wrap;
    }

    /* 画像のスタイル */
    .contact-header img {
      max-width: 200px;
      height: auto;
      filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.7));
      border-radius: 8px;
    }

    /* テキストボックス */
    .contact-text {
      flex: 1;
      padding: 30px;
      text-align: center;
    }

    /* 見出しのスタイル */
    .contact-text h1 {
      font-size: 1.8rem;
      margin: 0;
      color: #333;
    }

    /* 説明文のスタイル */
    .contact-text p {
      margin-top: 8px;
      margin-bottom: 0;
      font-size: 1rem;
      color: #555;
    }

.contact-title , .contact-title-form {
      position: relative;
      z-index: 1;
      margin-top: 50px;
      margin-bottom: 100px;
    }

.contact-title h1 , .contact-title-form h1 {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 300;
  border-bottom: 1px solid #DADDD8;
  padding-bottom: 20px;
}

    .contact-title::after {
      content: "CALL US";
      position: absolute;
      left: 0;
      top: -40px;
      font-size: 50px;
      color: rgba(0, 0, 0, 0.1);
      z-index: 0;
      pointer-events: none;
      font-family: 'Frutiger LT 45 Light Regular.ttf' , sans-serif;
    }

.contact-title-form::after {
      content: "FORM";
      position: absolute;
      left: 0;
      top: -40px;
      font-size: 50px;
      color: rgba(0, 0, 0, 0.1);
      z-index: 0;
      pointer-events: none;
      font-family: 'Frutiger LT 45 Light Regular.ttf' , sans-serif;
    }

.call-us {
  align-items: center;
  margin-top: 30px;
}

a.call-us-i {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    transition: opacity .3s;
    font-size: clamp(30px, 1.8vw, 40px);
    justify-content: center;
}

a.call-us-i img {
  width: 30px;
}

.call-us p {
  text-align: center;
}

.form-t {
  text-align: center;
  margin: 50px !important;
}

.form-a > .ec-off1Grid {
  border-top: 0;
  padding: 0;
}

 /* レスポンシブデザイン */
    @media screen and (max-width: 768px) {
      .contact-header {
        flex-direction: column;
        text-align: center;
      }
      
      .contact-text h1 {
        font-size: 1.5rem;
      }

      .contact-text {
        margin-left: 0;
        flex: none;
        width: 100%;
        padding: 20px;
      }

      .contact-header img {
        max-width: 170px;
      }

      .contact-title-form {
        margin-bottom: 50px;
      }

      .form-t {
        text-align: left;
        margin: 20px 0 0 0 !important;
      }
    }



/* 全体のタイトル部分 */
/* スライドショー */

.block-slide1 img {
  max-width: 100%;
  height: auto;
  display: block;
}


/* h1とpのタイトル */
.ec-pageHeader {
  text-align: center;
}

.ec-pageHeader h1{
  font-weight: lighter;
  font-size: 20px;
  border-top: none;
  border-bottom: none;
}

@media only screen and (min-width: 768px) {
  .ec-pageHeader h1 {
      border-top: none;
      border-bottom: none;
      font-size: 25px;
  }
}

.title-line-1 {
  display: flex;
  padding: 0;
  background-color: transparent;
  text-align: left;
}

.b-title {
  font-size: 4em !important;
  color: #cccccc;
  flex: 30%; 
  background-color: initial !important;
  font-family: 'Frutiger LT 45 Light Regular.ttf', sans-serif;
}

.block-des {
  display: block;
  flex: 70%;
  text-align: left;
  margin: auto 0;
  padding-left: 2em;
}

.description {
  font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'IPA明朝', 'MS PMincho', 'Noto Serif JP', serif;
  color: #666666;
  font-size: 1.3em;
}

.fz-4 {
  color: #666666;
  padding-left: 15px;
}

/* レスポンシブスタイル */
@media (max-width: 768px) { /* 768px以下の場合 */
  .title-line-1 {
      padding-left: 0 !important;
  }

  .b-title {
      flex: 0 0 40%;           /* 幅を40%に設定 */
      text-align: center;      /* 中央揃え */
      font-size: 2.5em !important;
  }

  .block-des {
      flex: 1;                   /* 残りのスペースを占める */
      padding: 0 !important;       /* パディングを調整 */
      text-align: left;
      font-size: 0.7em !important;
  }
}

.title-line-1:before {
  content: "";
  display: none;
  border-top: 0;
}


/* レスポンシブ時のメニュー*/
.ec-headerNavSP {
  left: auto;
  right: 10px;
}


/* カテゴリ名のfont*/
.sub-name {
  text-align: center;
  color: #3C3C3C;
  font-size: 1em;
}

.sub-name a {
  color: #3c3c3c;
}

/* バナー*/
.banner {
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner img {
  max-width: 100%;
  height: auto;
}


/*おすすめ商品*/
.block-reco {
  background-color: #eef0f2;
  margin: 0 calc(50% - 50vw);
  padding: 0px calc(50vw - 50% + 0px);
  width: 100vw;
}

.mb-0 {
  margin-bottom: 0;
}

/*レスポンシブ時のpadding*/
@media (max-width: 600px) {
  .pt-10-rec {
    padding-top: 0px !important;
  }
}

/*おすすめ商品のfont*/
.item_name {
  text-align: left;
  font-size: 0.8em;
  font-weight: 700;
}

dd.item_price {
  font-size: 0.8em;
}
/* レスポンシブスタイル */
@media (max-width: 768px) { /* 768px以下の場合 */
  .ec-shelfRole dl {
      font-size: 0.7em !important;
  }
  .item_name {
    font-size: 1em !important;
  }
  .item_price {
    font-size: 1em !important
  }
}

.block-reco > .section_body > .ec-shelfRole {
  padding-left: 0 !important;
  padding-right: 0 !important;
}



/*新商品font*/
.new-title {
  text-align: left;
  font-weight: 700;
  color: #3c3c3c;
}

.new-sen{
  color: #3C3C3C;
}

/* お知らせ */
.ec-role {
  font-size: initial;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}
/*
.news-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}

.news-title .b-title {
  display: block;
}*/

.np-m {
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 768px) { 
  .ec-newsRole {
      padding: 0px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .ec-newsRole .ec-newsRole__news {
      border: 16px solid #eef0f2;
      padding: 20px;
  }
}

.ec-newsRole .ec-newsRole__newsItem:not(:last-of-type) {
  border-bottom: 1px solid #999999;
}

@media only screen and (min-width: 768px) {
  .ec-newsRole .ec-newsRole__newsDate {
      height: 30px;
      line-height: 30px;
      font-size: 0.8em;
      font-weight: 500;
  }
}

.ec-newsRole .ec-newsRole__newsTitle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #666666;
}

.ec-newsRole .ec-newsRole__newsDate {
  color: #333333;
}

/* 公式サイトバナー */
.os-b {
  position: relative;
  z-index: 1;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-top: 5em;
}

@media (min-width: 768px) {
  .os-b {
      margin-top: 5em;
  }
}

@media (min-width: 768px) {
  .os-b>div {
      width: 100%;
      height: 40vw;
      position: relative;
  }
}

@media (min-width: 768px) {
  .upper {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      position: relative;
  }
}

@media (min-width: 768px) {
  .upper::after {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.3);
      position: absolute;
      top: 0;
      left: 0;
  }
}

@media (min-width: 768px) {
  .lower {
      padding: 60px 0;
      text-align: center;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
  }
}

.lower {
    vertical-align: middle;
    text-align: center;width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.home-logo {
    padding-bottom: 1em;
    width: 30vw;
}

@media (min-width: 768px) {
  .home-logo {
      padding-bottom: 2em;
      width: 20vw;
  }
}

@media (min-width: 768px) {
  .lower>p {
      color: #fff;
      margin: 50px auto;
      white-space: nowrap;
  }
}

.lower>p {
  font-size: clamp(10px, 1.3vw, 10px);
  line-height: 2;
  letter-spacing: 1px;
  margin: 0 auto 20px;
  text-align: center;
  color: #fff;
}

@media (min-width: 768px) {
  .os-b-btn {
      display: inline-block;
      max-width: 220px;
      border-color: #ffffff;
  }
}

.os-b-btn {
  width: 50%;
  height: auto;
  font-size: 12px;
  padding: 12px 10px;
  margin: 0 auto;
  text-align: center;
  display: block;
  border: 1px solid #ffffff;
  border-radius: 7px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  transition: .45s;
  line-height: 1.3;
  z-index: 1;
}

@media (min-width: 768px) {
  .os-b-sp {
      color: #fff;
  }
}

.os-b-sp {
  position: relative;
  z-index: 3;
  transition: color .45s;
  color: #fff;
}


/* フッター */

.footer {
    background-color: #eeeff2;
    width: 100%;
    color: #3c3c3c;
}

.box {
    margin: 3rem auto 0 auto;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

@media (max-width: 600px) {
    .box {
     padding: 1em;
    }
}

.box_a {
    display: flex;
    width: 70%;
    flex-wrap: wrap;
}

.box_b {
    display: flex;
    flex-wrap: wrap;
    width: 30%;
}

@media (max-width: 600px) {
    .box_a , .box_b {
        width: 100%;
    }
}

.f-1 {
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.f-3 {
    width: 100%;
    padding-bottom: 2.5em;
}

.f-1_m {
    display: flex;
    align-items: flex-end;
    width: 100%;
    padding-top: 0.5rem;
}

.tittle {
    position: relative;
    display: inline-block;
    font-size: large;
    font-weight: bold;
    font-family: 'Frutiger LT 45 Light Regular.ttf', sans-serif;
}

@media (max-width: 600px) {
    .tittle {
     font-size: medium;
    }
}

.u_l {
    border-bottom: solid 1px #cccccc;
    margin-right: 2rem;
    margin-left: 0.5rem;
    margin-bottom: 0.3rem;
    flex-grow: 1;
}

.f-2 {
    display: flex;
    align-items: flex-start;
    width: 100%;
}

.word {
    margin-right: 2rem;
    padding: 1rem 0 2.5em 0;
}

.word-tel {
    margin-right: 2rem;
    padding: 1rem 0 2.5em 0;
    width: 100%;
}

.word p a {
    color: #3c3c3c;
    text-decoration: none;
}

.word p a:hover {
    color: #999999;
}

@media (max-width: 600px) {
    .word , .u_l {
        margin-right: 0;
    }
}

ul.f-l-u-p {
    font-size: 0.8rem;
    font-family: 'Yu Gothic','Hiragino Sans',sans-serif;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px 4px;
    list-style: none;
    padding-left: 0;
    margin-block-start: 0;
}

@media (min-width: 600px) {
    ul.f-l-u-p {
        display: grid;
        gap: 5px 30px;
        list-style: none;
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

ul.f-l-u-p li a {
    color: #3c3c3c; 
    text-decoration: none;
}

ul.f-l-u-p li a:hover {
color: #999999;
}

.word p img {
    width: 40%;
    padding: 0.75rem;
}

@media (max-width: 600px) {
    .word p img {
        width: 70%;
    }
}

.contact {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.icon_img {
    width: 10%;
    margin-top: 0.5rem;
    margin-right: 0.3rem;
}

.icon_img img {
    width: 80%;
}

p {
    font-size: 0.8rem;
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding: 1px 0;
}

.w-1 {
    font-size: 1.5em;
    font-family: 'Yu Gothic','Hiragino Sans',sans-serif;
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    flex-grow: 1;
    padding-top: 0.15rem;
}

.f-4 {
    display: flex;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 2.5em;
    text-align: left;
    justify-content: center;
    align-items: flex-end;
}

.inner {
    display: flex;
    width: 60%;
    text-align: left;
    justify-content: center;
    align-items: center;
}

@media (max-width: 900px) {
    .f-4 {
        display: block;
        padding-bottom: 0;
    }
}

@media (max-width: 900px) {
    .inner , .f-l-u {
        width: 100%;
        margin-bottom: 3em;
    }
}

.f-logo {
    position: relative;
    display: inline-block;
    width: 30%;
}

@media (max-width: 900px) {
    .f-logo {
        width: 20%;
    }
}

.f-logo p img {
    width: 100%;
}

.f-campany {
    width: 70%;
    padding-left: 2em;
}

@media (max-width: 900px) {
    .f-campany {
        padding-left: 3%;
        width: 80%;
    }
}

.f-campany p {
    font-size: 1em;
    line-height: 1.5;
    text-align: left;
    font-family: '游明朝', 'Yu Mincho', 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', 'IPA明朝', 'MS PMincho', 'Noto Serif JP', serif;
}

@media (max-width: 600px) {
    .f-campany p {
    font-size: 0.7em;
    }
}

ul.f-l-u {
    font-size: 0.7rem;
    font-family: 'Yu Gothic','Hiragino Sans',sans-serif;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
    padding-left: 0;
    list-style: none;
    margin-block-start: 0;
    align-items: center;
    width: 40%;
    margin: 0;
}

@media (max-width: 900px) {
    ul.f-l-u {
        list-style: none;
        justify-content: center;
        padding: 0;
        margin-bottom: 2em;
        width: 100%;
    }
}

ul.f-l-u li a {
    color: #3c3c3c; 
    text-decoration: none;
}

ul.f-l-u li a:hover {
    color: #999999;
}

.f-5 {
    text-align: center;
    padding-bottom: 2em;
}

@media (max-width: 600px) {
    .f-5 {
      padding-bottom: 0;  
    }
}

.copyright {
    color: #999999;
    font-size: 0.7em;
}


@media (max-width: 600px) {
    .copyright {
     font-size: 0.5em;
    }
}