@charset "UTF-8";
/* ==========================================================================
  Foundation
  ========================================================================== */
* {
  min-height: 0;
  min-width: 0;
}

/* base */
html {
  font-size: 10px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
  overflow-x: hidden;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.6rem;
}

/*=================
共通クラス
===================*/
.fw_400 {
  font-weight: 400 !important;
}

.fw_500 {
  font-weight: 500 !important;
}

.fw_600 {
  font-weight: 600 !important;
}

.ofy_s {
  overflow-y: scroll;
}

.ofx_s {
  overflow-y: scroll;
}

.v_m {
  vertical-align: middle;
}

.v_t {
  vertical-align: top;
}

.v_b {
  vertical-align: bottom;
}

/* ==========================================================================
  common header
  ========================================================================== */
/* ==========================================================================
  common footer
  ========================================================================== */
/* ==========================================================================
  footer
  ========================================================================== */
.footer {
  background-color: #132b4c;
  padding: 80px 0 0px;
}
@media (max-width: 999px) {
  .footer {
    padding: 40px 0 0;
  }
}
.footer .footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 1000px) {
  .footer .footer__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 999px) {
  .footer .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer .footer__contents {
  margin-bottom: 50px;
}
.footer .footer__contents:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
@media (max-width: 999px) {
  .footer .footer__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .footer__left {
  width: calc(100% - 410px);
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 999px) {
  .footer .footer__left {
    float: unset;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.footer .footer__right {
  width: 410px;
  float: right;
}
@media (max-width: 999px) {
  .footer .footer__right {
    float: unset;
    width: 100%;
  }
}
.footer .footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
@media (max-width: 999px) {
  .footer .footer__logo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .footer__logo li {
  width: 50%;
}
.footer .footer__logo li.c_logo {
  width: 160px;
  padding: 5px;
  background: #fff;
}
@media (max-width: 999px) {
  .footer .footer__logo li.c_logo {
    width: 135px;
  }
}
.footer .footer__logo li.c_logo img {
  width: 100%;
}
.footer .footer__logo li.g_logo {
  width: 110px;
  padding: 5px;
  background: #fff;
}
@media (max-width: 999px) {
  .footer .footer__logo li.g_logo {
    width: 90px;
  }
}
.footer .footer__logo li.g_logo img {
  width: 100%;
}
.footer .footer__link {
  color: #fff;
}
@media (max-width: 999px) {
  .footer .footer__link {
    width: 50%;
  }
}
.footer .footer__link ul:not(.solo__link) {
  margin-bottom: 15px;
}
@media (max-width: 999px) {
  .footer .footer__link ul:not(.solo__link) {
    display: none;
  }
}
.footer .footer__link ul:not(.solo__link) a {
  font-size: 1.4rem;
  line-height: 2;
}
@media (max-width: 999px) {
  .footer .footer__link ul:not(.solo__link) a {
    font-size: 1.2rem;
  }
}
.footer .footer__link ul:not(.solo__link) a:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  -webkit-font-language-override: normal;
          font-language-override: normal;
  font-size: 90%;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  content: "";
  margin-right: 10px;
}
.footer .footer__link ul:not(.solo__link) a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}
.footer .footer__link ul:not(.solo__link).active {
  display: block;
}
.footer .footer__link:not(:last-child) {
  margin-right: 100px;
}
@media screen and (min-width: 980px) and (max-width: 1025px) {
  .footer .footer__link:not(:last-child) {
    margin-right: 50px;
  }
}
@media (max-width: 999px) {
  .footer .footer__link:not(:last-child) {
    margin-right: unset;
  }
}
.footer .footer__ttl {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 5px;
}
@media (max-width: 999px) {
  .footer .footer__ttl:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "";
    font-size: 1rem;
    margin-left: 10px;
  }
}
.footer .footer__ttl a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}
@media (max-width: 999px) {
  .footer .footer__ttl {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.footer .footer__copyright {
  font-size: 1.6rem;
}
@media (max-width: 999px) {
  .footer .footer__copyright {
    font-size: 1.2rem;
  }
}

.link__bottom {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 999px) {
  .link__bottom {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.link__bottom .bnr__item:not(:nth-child(even)) {
  margin-right: 5px;
}
.link__bottom .bnr__item a {
  padding-top: calc(70 / 200 * 100%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  display: inline-block;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link__bottom .bnr__item a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 999px) {
  .link__bottom .bnr__item a {
    width: 150px;
    margin-bottom: 10px;
  }
}

.solo__link li {
  margin-bottom: 20px;
}
.solo__link li a {
  font-size: 1.5rem;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 999px) {
  .solo__link li a {
    font-size: 1.4rem;
  }
}
.solo__link li a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}

.copyright {
  background-color: #001726;
  padding-top: 20px;
  padding-bottom: 20px;
}
.copyright .privacy {
  font-size: 1.2rem;
  color: #fff;
  display: inline-block;
  position: absolute;
  left: 0;
}
@media (max-width: 999px) {
  .copyright .privacy {
    margin-right: unset;
    position: relative;
    left: unset;
    margin-bottom: 15px;
  }
}
.copyright .privacy a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.copyright .privacy a:first-child {
  margin-right: 2em;
}
.copyright .privacy a:hover {
  opacity: 0.8;
}
.copyright .copy {
  font-family: "Inter", sans-serif;
  color: #fff;
  font-size: 1.2rem;
}
@media (max-width: 999px) {
  .copyright .copy {
    text-align: center;
  }
}
.copyright .copy__inner {
  max-width: 1160px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media (max-width: 999px) {
  .copyright .copy__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* ==========================================================================
common parts
========================================================================== */
/* ==========================================================================
pages
========================================================================== */
@media (max-width: 999px) {
  #front-page.fixed {
    position: relative;
  }
}

#headderWrap {
  z-index: 100;
}

#headder {
  padding-top: 150px;
}
@media (max-width: 999px) {
  #headder {
    display: none;
  }
}

.header_logo {
  display: none;
}
@media (max-width: 999px) {
  .header_logo {
    display: block;
  }
}
.header_logo img {
  max-width: 100%;
}

.hamburger-menu {
  margin: 0 calc(50% - 50vw);
  padding: 18px 30px 10px;
  width: 100vw;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 10;
  background: url(https://www.album-therapy.or.jp/wp/wp-content/themes/alsera2018/img/footerBg.gif) repeat;
}
@media (max-width: 999px) {
  .hamburger-menu {
    padding: 5px 3%;
    position: fixed;
    z-index: 100;
    top: 0;
    background-image: unset;
    background-color: #fff;
  }
  .hamburger-menu:after {
    content: "";
    display: block;
    clear: both;
  }
}
.hamburger-menu h1 {
  float: left;
  max-width: 240px;
  padding-top: 10px;
}

.menu-btn {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  width: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 90;
  background: #fff;
  border-radius: 5px;
}
@media (max-width: 999px) {
  .menu-btn {
    height: 50px;
    width: 50px;
  }
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 30px;
  border-radius: 3px;
  /*ボタンの線の色*/
  background-color: #f9ba2b;
  position: absolute;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.menu-btn span:before {
  bottom: 10px;
}

.menu-btn span:after {
  top: 10px;
}

.menu-btn {
  position: relative;
  margin-left: auto;
  cursor: pointer;
}
.menu-btn:before {
  position: absolute;
  content: "Menu";
  bottom: 3px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 10px;
}

#menu-btn-check:checked ~ .menu-btn:before {
  content: "Close";
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

#menu-btn-check {
  display: none;
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0);
  /*メニューオープン時は真ん中の線を透明にする*/
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

#menu-btn-check:checked ~ .menu-btn span::before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

#menu-btn-check:checked ~ .menu-btn span::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
}

.menu-wrap {
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 3%;
}
@media (max-width: 999px) {
  .menu-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.menu-wrap .left-side,
.menu-wrap .right-side {
  width: 50%;
}
@media (max-width: 999px) {
  .menu-wrap .left-side,
.menu-wrap .right-side {
    width: 100%;
  }
}

.menu-content {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  z-index: 80;
  background-image: url(https://www.album-therapy.or.jp/wp/wp-content/themes/alsera2018/img/footerBg.gif);
  background-repeat: repeat-y;
  color: #222;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
}
@media screen and (min-width: 980px) and (max-width: 1600px) {
  .menu-content {
    overflow-y: auto;
    padding-bottom: 80px;
    -webkit-transform: translateY(-120%);
            transform: translateY(-120%);
  }
}
@media (max-width: 999px) {
  .menu-content {
    overflow-y: auto;
    padding-bottom: 150px;
    -webkit-transform: translateY(-130%);
            transform: translateY(-130%);
  }
}

#menu-btn-check:checked ~ .menu-content {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
@media (max-width: 999px) {
  #menu-btn-check:checked ~ .menu-content {
    padding-top: 20px;
  }
}

.menu-list {
  margin-bottom: 30px;
}
.menu-list > li {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 980px) and (max-width: 1600px) {
  .menu-list > li {
    margin-bottom: 10px;
  }
}
@media (max-width: 999px) {
  .menu-list > li {
    margin-bottom: 5px;
  }
}
.menu-list > li > a {
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  padding: 12px 40px 12px 50px;
  font-size: 2rem;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 15px;
  line-height: 1.1;
}
@media screen and (min-width: 980px) and (max-width: 1600px) {
  .menu-list > li > a {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 999px) {
  .menu-list > li > a {
    padding: 8px 20px 8px 35px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    display: block;
  }
}
.menu-list > li > a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}
.menu-list > li > a i {
  display: inline-block;
  margin-left: 5px;
}
.menu-list > li > .disable {
  display: inline-block;
  background-color: #fff;
  border-radius: 5px;
  padding: 12px 40px 12px 50px;
  font-size: 2rem;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 15px;
  line-height: 1.1;
}
@media screen and (min-width: 980px) and (max-width: 1600px) {
  .menu-list > li > .disable {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
@media (max-width: 999px) {
  .menu-list > li > .disable {
    padding: 8px 20px 8px 35px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    display: block;
  }
}
.menu-list > li > .disable i {
  display: inline-block;
  margin-left: 5px;
}
.menu-list li > ul {
  padding-left: 2em;
  margin-bottom: unset;
}
.menu-list li > ul a {
  font-size: 1.6rem;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (min-width: 980px) and (max-width: 1600px) {
  .menu-list li > ul a {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
@media (max-width: 999px) {
  .menu-list li > ul a {
    font-size: 1.2rem;
  }
}
.menu-list li > ul a:before {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  -webkit-font-language-override: normal;
          font-language-override: normal;
  font-size: 90%;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  content: "";
  margin-right: 10px;
  color: #f9ba2b;
}
.menu-list li > ul a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}
.menu-list li > ul a i {
  display: inline-block;
  margin-left: 5px;
}

#headder #gNav .has_child {
  position: relative;
}
#headder #gNav .has_child:after {
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  -webkit-font-language-override: normal;
          font-language-override: normal;
  font-size: 90%;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  content: "";
}
#headder #gNav .has_child > a {
  display: block;
}
#headder #gNav .menu_wrap {
  display: none;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 5;
}
#headder #gNav .menu_wrap.active {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#headder #gNav .menu_wrap .g_nav_mega_list {
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 3px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 3px;
}
#headder #gNav .menu_wrap .g_nav_mega_list li {
  display: block;
  width: 100%;
}
#headder #gNav .menu_wrap .g_nav_mega_list li a {
  position: relative;
  display: block;
  padding: 10px 10px;
  font-size: 1.4rem;
  border-bottom: 1px dotted #ccc;
  line-height: 1.5;
}
#headder #gNav .menu_wrap .g_nav_mega_list li a:before {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  -webkit-font-language-override: normal;
          font-language-override: normal;
  font-size: 90%;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  content: "";
  margin-right: 10px;
  color: #f9ba2b;
}
#headder #gNav .menu_wrap .g_nav_mega_list li a:after {
  content: unset;
}
#headder #gNav .menu_wrap .g_nav_mega_list li a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.8;
}

@media (max-width: 999px) {
  .contact-btn {
    text-align: center;
  }
}
.contact-btn a {
  display: inline-block;
  font-size: 2.4rem;
  background-color: #fff;
  border: 2px solid #f9ba2b;
  border-radius: 5px;
  padding: 15px 40px 15px 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  color: #333;
}
@media screen and (min-width: 980px) and (max-width: 1600px) {
  .contact-btn a {
    font-size: 2rem;
  }
}
@media (max-width: 999px) {
  .contact-btn a {
    font-size: 1.8rem;
  }
}
.contact-btn a:before {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  -webkit-font-language-override: normal;
          font-language-override: normal;
  font-size: 90%;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  content: "";
  margin-right: 10px;
  color: #f9ba2b;
}
.contact-btn a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #f9ba2b;
  color: #fff;
}
.contact-btn a:hover::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.dli-caret-circle-fill-right {
  display: inline-block;
  vertical-align: middle;
  color: #f9ba2b;
  line-height: 1;
  position: relative;
  width: 0.8em;
  height: 0.8em;
  border: 0.1em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: absolute;
  left: 15px;
}

.dli-caret-circle-fill-right::before {
  content: "";
  color: #fff;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.18em 0.31177em;
  border-left-color: currentColor;
  border-right: 0;
  -webkit-transform: translateX(15%);
          transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#footer ul.footer_dsn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 999px) {
  #footer ul.footer_dsn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 3% 0;
  }
}
#footer ul.footer_dsn > li {
  float: unset;
}
#footer ul.footer_dsn > li a {
  text-indent: unset;
  overflow: unset;
  height: unset;
  width: unset !important;
  position: relative;
  display: block;
  margin-bottom: 15px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.4rem;
  line-height: 1;
}
#footer ul.footer_dsn > li a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}
#footer ul.footer_dsn > li > a {
  background-color: #fff;
  border-radius: 99em;
  padding: 8px 20px 8px 40px;
  font-size: 1.5rem;
}
#footer ul.footer_dsn > li > ul {
  padding-left: 5px;
}
#footer ul.footer_dsn > li > ul li {
  font-size: 1.4rem;
  margin-bottom: 15px;
}
#footer ul.footer_dsn > li > ul li a {
  position: relative;
}
#footer ul.footer_dsn > li > ul li a:before {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  -webkit-font-language-override: normal;
          font-language-override: normal;
  font-size: 90%;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  content: "";
  margin-right: 10px;
  color: #f9ba2b;
}

.footer_logo {
  max-width: 221px;
  margin: 0 auto 20px;
}

#footer p.add {
  margin-top: unset;
  padding-top: unset;
}

#headderWrap p.bird {
  top: 135px;
}

#headder ul#gNav li {
  position: unset;
}

#topNewsBox > ul > li > p.titele a {
  font-size: 1.6rem;
}
/*# sourceMappingURL=styles.css.map */