@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*
$serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$sansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$sansSerifBold: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$msSerif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$msSansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
* {
  box-sizing: border-box;
}

:root,
html {
  font-size: 100px;
}
@media screen and (max-width: 1110px) and (min-width: 769px) {
  :root,
html {
    font-size: 9.009009009vw;
  }
}
@media screen and (max-width: 768px) {
  :root,
html {
    font-size: 26.6204427083vw;
  }
}

body {
  color: #000000;
  font-weight: 500;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.14rem;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrap {
  max-width: 97.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .wrap {
    padding-right: 0.18rem;
    padding-left: 0.18rem;
  }
}

img,
video {
  max-width: 100%;
}

img[src$="_sp.jpg"], img[src$="_sp.png"], img[src$="_sp.svg"] {
  display: none;
}
@media screen and (max-width: 768px) {
  img[src$="_sp.jpg"], img[src$="_sp.png"], img[src$="_sp.svg"] {
    display: inline-block;
  }
  img[src$="_sp.jpg"] + img, img[src$="_sp.png"] + img, img[src$="_sp.svg"] + img {
    display: none;
  }
}

html:not(.mobile) a[href^="tel:"] {
  pointer-events: none;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

em {
  font-style: normal;
}

.inner {
  max-width: 11rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 0.175rem;
  }
}

.picture {
  display: block;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline;
  }
}
select::-ms-expand {
  display: none;
}

.select-box {
  position: relative;
  display: block;
  padding: 0;
  height: 0.5rem;
}
.select-box:after {
  content: "";
  position: absolute;
  width: 0.15rem;
  height: 0.08rem;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5em;
  z-index: 2;
  background: url("../images/arrow-select.svg") 0 0 no-repeat;
  pointer-events: none;
}
.select-box select {
  display: block;
  width: 100%;
  height: 0.5rem;
  padding-left: 1.2em;
  margin: 0;
  border: 1px solid #6b6b6b;
  background: #fff;
  border-radius: 0.03rem;
  outline: none;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  font-size: 0.24rem;
}
@media screen and (max-width: 768px) {
  .select-box select {
    font-size: 0.2011rem;
  }
}

button {
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}

#fv {
  background-image: url("../images/fv-back@2x.jpg");
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 768px) {
  #fv {
    background-image: url("../images/fv-back_sp@2x.jpg");
  }
}
#fv > div {
  padding: 1rem 0 0.4rem;
}
@media screen and (max-width: 768px) {
  #fv > div {
    padding: 0.5rem 0 0.3rem;
  }
}
#fv > div:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -1rem;
  mix-blend-mode: soft-light;
  background-image: url("../images/fv-overray@2x.jpg");
  background-size: cover;
  background-position: center top;
}
@media screen and (max-width: 768px) {
  #fv > div:before {
    margin-top: 0.5rem;
    background-image: url("../images/fv-overray_sp@2x.jpg");
  }
}
#fv h1 {
  text-align: center;
  color: #0430a2;
  font-size: 0.7369rem;
  position: relative;
  line-height: 1;
  margin-bottom: 0.3rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  #fv h1 {
    font-size: 0.30425rem;
  }
}
#fv h1 span {
  display: block;
  margin: 0.2rem 0;
  letter-spacing: 0.15em;
}
#fv h1:before {
  content: "";
  display: block;
  width: 6.71rem;
  height: 0.34rem;
  mix-blend-mode: color-burn;
  margin: 0 auto;
  background-image: url("../images/fv-title01@2x.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #fv h1:before {
    width: 2.775rem;
    height: 0.14rem;
  }
}
#fv h1:after {
  content: "";
  display: block;
  width: 6.71rem;
  height: 0.34rem;
  margin: 0 auto;
  mix-blend-mode: color-burn;
  background-image: url("../images/fv-title02@2x.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #fv h1:after {
    width: 2.93rem;
    height: 0.185rem;
  }
}
#fv form {
  background: #fff;
  max-width: 8rem;
  padding: 0.4rem 0 0.3rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fv form {
    max-width: 3.365rem;
    padding: 0.2rem 0.3rem;
  }
}
#fv form p {
  font-size: 0.22rem;
  letter-spacing: 0.06em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #fv form p {
    color: #003096;
    font-size: 0.2rem;
  }
}
#fv form .date-select {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.4rem auto;
  font-size: 0.18rem;
}
@media screen and (max-width: 768px) {
  #fv form .date-select {
    flex-direction: column;
    justify-content: initial;
    align-items: initial;
    width: 100%;
    gap: 0.2rem 0;
    font-size: 0.15rem;
    margin: 0.2rem auto;
  }
}
#fv form .date-select > div {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #fv form .date-select > div {
    justify-content: flex-end;
  }
}
#fv form .date-select span {
  display: inline-block;
  margin-right: 0.1rem;
}
#fv form .date-select .select-year {
  width: 1.5rem;
}
@media screen and (max-width: 768px) {
  #fv form .date-select .select-year {
    width: 2rem;
  }
}
#fv form .date-select .select-month {
  width: 0.9rem;
  margin-left: 0.1rem;
}
@media screen and (max-width: 768px) {
  #fv form .date-select .select-month {
    width: 2rem;
  }
}
#fv form .date-select .select-day {
  width: 0.9rem;
  margin-left: 0.1rem;
}
@media screen and (max-width: 768px) {
  #fv form .date-select .select-day {
    width: 2rem;
  }
}
#fv form .date-select label {
  display: inline-block;
  margin-left: 0.1rem;
}
#fv form button {
  width: 2.2rem;
  height: 0.6rem;
  color: #fff;
  background: #002598;
  font-size: 0.22rem;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #fv form button {
    width: 100%;
    font-size: 0.18065rem;
  }
}

#result {
  background: #e1e4f3;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
#result .title-area {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #result .title-area {
    z-index: initial;
  }
}
#result .title-area img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2.49rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
@media screen and (max-width: 768px) {
  #result .title-area img {
    height: 1.245rem;
  }
}
#result .title-area h2 {
  font-size: 0.5rem;
  text-align: center;
  color: #0430a2;
  position: relative;
  z-index: 1;
  padding-top: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #result .title-area h2 {
    font-size: 0.25rem;
    padding-top: 0.3rem;
  }
}
#result .title-area h2:before {
  content: "";
  display: block;
  width: 1.61rem;
  height: 0.34rem;
  margin: 0 auto;
  background-image: url("../images/title-result.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #result .title-area h2:before {
    width: 0.805rem;
    height: 0.17rem;
  }
}
#result .inner {
  margin-top: 1.4rem;
  position: relative;
  padding-bottom: 0.8rem;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  #result .inner {
    margin-top: 1rem;
    padding-bottom: 0.3rem;
    z-index: 1;
  }
}
#result .inner .result-box {
  border-radius: 0.03rem;
  background: #fff;
  padding: 0.05rem;
  max-width: 6.8rem;
  position: relative;
  z-index: 1;
  box-shadow: 0.01rem 0.01rem 0.05rem rgba(0, 0, 0, 0.3);
}
#result .inner .result-box > div {
  border-radius: 0.03rem;
  border: 1px solid #e1d9fd;
  padding: 0.3rem;
}
@media screen and (max-width: 768px) {
  #result .inner .result-box > div {
    padding: 0.15rem;
  }
}
#result .inner .result-box > div h3 {
  font-size: 0.4rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: 0.05rem;
  padding: 0.1rem 0 0.15rem;
  background: #0430a2;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 768px) {
  #result .inner .result-box > div h3 {
    font-size: 0.2rem;
    padding: 0.05rem 0 0.08rem;
    margin-bottom: 0.15rem;
  }
}
#result .inner .result-box > div dl dt {
  font-weight: 700;
  font-size: 0.3566rem;
  line-height: 1;
  margin-bottom: 0.03rem;
}
@media screen and (max-width: 768px) {
  #result .inner .result-box > div dl dt {
    font-size: 0.1783rem;
    margin-bottom: 0.05rem;
  }
}
#result .inner .result-box > div dl dt span {
  position: relative;
}
#result .inner .result-box > div dl dt span:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 0.1rem;
  border-radius: 0.5rem;
  position: absolute;
  bottom: 0.05rem;
  z-index: -1;
  background: #ffea00;
}
@media screen and (max-width: 768px) {
  #result .inner .result-box > div dl dt span:before {
    height: 0.05rem;
    bottom: 0.025rem;
  }
}
#result .inner .result-box > div dl dd {
  font-size: 0.22rem;
  letter-spacing: 0.06em;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  #result .inner .result-box > div dl dd {
    font-size: 0.15rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin-bottom: 0.15rem;
  }
}
#result .inner .result-box > div dl dd:nth-last-of-type(1) {
  margin-bottom: 0;
}
#result .inner figure {
  width: 4.62rem;
  position: absolute;
  bottom: 0;
  right: -1rem;
}
@media screen and (max-width: 768px) {
  #result .inner figure {
    width: 1.295rem;
    top: -1.84rem;
    right: 0;
    bottom: initial;
  }
}

#type {
  padding: 0.5rem 0 0.8rem;
}
@media screen and (max-width: 768px) {
  #type {
    padding: 0.3rem 0 0.4rem;
  }
}
#type ul {
  display: flex;
  flex-direction: column;
  gap: 0.3rem 0;
}
@media screen and (max-width: 768px) {
  #type ul {
    padding: 0;
    gap: 0.2rem 0;
  }
}
#type ul li {
  width: 100%;
  padding-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  #type ul li {
    padding-bottom: 0.05rem;
  }
}
#type ul li > p {
  font-size: 0.32rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #type ul li > p {
    font-size: 0.16rem;
  }
}
#type ul li div {
  height: 1.8rem;
  margin-bottom: 0.2rem;
  padding-top: 0.05rem;
}
@media screen and (max-width: 768px) {
  #type ul li div {
    padding-top: 0.02rem;
    height: 0.9rem;
  }
}
#type ul li div h2 {
  color: #004286;
  text-align: center;
  line-height: 1.5;
  margin-top: 0.05rem;
}
#type ul li div h2 span {
  font-size: 0.4517rem;
  display: inline-block;
  margin-right: 0.2rem;
  border-bottom: 0.06rem solid #004286;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #type ul li div h2 span {
    font-size: 0.22585rem;
    border-bottom-width: 0.03rem;
  }
}
#type ul li div h2 em {
  font-size: 0.541rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  #type ul li div h2 em {
    font-size: 0.2705rem;
  }
}
#type ul li div p {
  text-align: center;
  color: #004286;
  font-size: 0.32rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #type ul li div p {
    font-size: 0.15rem;
  }
}
#type ul li:nth-child(1) div {
  background-image: url("../images/banner-back01@2x.jpg");
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 768px) {
  #type ul li:nth-child(1) div {
    background-image: url("../images/banner-back01_sp@2x.jpg");
  }
}
#type ul li:nth-child(2) div {
  background-image: url("../images/banner-back02@2x.jpg");
  background-size: cover;
  background-position: center;
}
#type ul li:nth-child(2) div h2 {
  color: #fff;
}
#type ul li:nth-child(2) div h2 span {
  border-color: #fff;
}
#type ul li:nth-child(2) div p {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #type ul li:nth-child(2) div {
    background-image: url("../images/banner-back02_sp@2x.jpg");
  }
}
#type ul li:nth-child(3) div {
  background-image: url("../images/banner-back03@2x.jpg");
  background-size: cover;
  background-position: center;
}
#type ul li:nth-child(3) div h2 span {
  margin-right: 0.6rem;
}
@media screen and (max-width: 768px) {
  #type ul li:nth-child(3) div h2 span {
    margin-right: 0.4rem;
  }
}
@media screen and (max-width: 768px) {
  #type ul li:nth-child(3) div {
    background-image: url("../images/banner-back03_sp@2x.jpg");
  }
}
#type .to-link {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 6rem;
  width: 100%;
  height: 1rem;
  background: #002598;
  color: #fff;
  font-size: 0.2992rem;
  margin: 0.8rem auto 0;
  border-radius: 0.03rem;
}
@media screen and (max-width: 768px) {
  #type .to-link {
    max-width: 3rem;
    height: 0.6rem;
    font-size: 0.18rem;
    margin: 0.4rem auto 0;
  }
}
#type .to-link:before {
  content: "";
  display: inline-block;
  width: 0.64rem;
  height: 0.38rem;
  background-image: url("../images/icon-note@2x.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #type .to-link:before {
    width: 0.32rem;
    height: 0.19rem;
  }
}

footer {
  position: relative;
  height: 0.96rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  background-image: url("../images/footer-back@2x.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  footer {
    height: 0.48rem;
    background-image: url("../images/footer-back_sp@2x.jpg");
  }
}
footer:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: soft-light;
  background-image: url("../images/footer-overray@2x.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  footer:before {
    background-image: url("../images/footer-overray_sp@2x.jpg");
  }
}
footer small {
  font-size: 0.12rem;
  color: #002598;
}

.drawer--left .drawer-hamburger {
  height: 0.45rem;
  left: inherit;
  right: 5%;
  top: 5%;
  z-index: 9999999;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: inherit;
  top: 5%;
}

.drawer--left .drawer-nav {
  left: -100%;
}

.drawer--right .drawer-hamburger {
  height: 0.45rem;
  right: inherit;
  right: 5%;
  top: 5%;
  z-index: 9999999;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: inherit;
  top: 5%;
}

.drawer--right .drawer-nav {
  right: -100%;
}

.drawer-nav {
  z-index: 9999;
  width: 84.5vw;
  height: 100vh;
  background: #fff;
  overflow: scroll;
  font-family: "Nunito Sans", sans-serif;
}
.drawer-nav .sp-logo {
  padding: 0.3rem 0.5rem;
  display: block;
  border-bottom: 1px solid #c2c2c2;
}
.drawer-nav .drawer-menu {
  margin-top: 0;
  padding: 0.2rem 0.5rem;
}
.drawer-nav .drawer-menu li {
  font-size: 0.3rem;
  margin: 0.2rem 0;
  width: 100%;
}
.drawer-nav .drawer-menu li span {
  display: block;
  font-size: 0.12rem;
}

.drawer-overlay {
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.5);
}

.drawer-hamburger {
  z-index: 11;
  width: 0.6rem;
  padding: 0;
}

.drawer-hamburger-icon {
  background-color: #474747;
  margin-top: 20px;
  width: 90%;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  height: 1px;
  background-color: #000;
  top: -10px;
}

.drawer-hamburger-icon:before {
  width: 100%;
}

.drawer-hamburger-icon:after {
  top: 10px;
  width: 100%;
}

.drawer-open .drawer-hamburger-icon:after,
.drawer-open .drawer-hamburger-icon:before {
  background-color: #fff;
  width: 100%;
}

.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: none;
  border-right: none;
  border-left: none;
  float: right;
}

.drawer-dropdown.open .drawer-caret {
  transform: rotate(90deg);
}

ion-icon {
  --ionicon-stroke-width: 16px;
  color: #474747;
}

.dr-link,
.drawer-dropdown-menu-item {
  background: #eeeeee;
}

.dr-link {
  font-size: 0.18rem;
  padding: 0.8em 0 0.8em 0.75rem;
}

.drawer-dropdown-menu-item {
  font-size: 0.18rem;
  margin: 0.1em 0;
  padding-left: 1.5em;
  font-weight: normal;
  color: #474747;
}

.drawer-dropdown-menu li a {
  padding-top: 0.3em !important;
  padding-bottom: 0.3em !important;
}

/*通常のハンバーガーメニュー用　上から降りてくるタイプ
.btn_hamburger{
    display:none;
}
@include sp{
.btn_hamburger {
    display:block;
    width: 5.0rem;
    height: 5.0rem;
    background:$color-navy;
    position: absolute;
    z-index: 9999;
    right: 0;
    transition:all 0.2s linear;
}
}
.btn_hamburger.menu-txt{
    background:#fff;
}
.btn_hamburger a {
    position: relative;
    display: block;
    width: 40%;
    height: 16px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    z-index: 99999;
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    &:after {
        display: block;
        position: absolute;
        bottom: -28px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 0.8rem;
    }
}

.btn_hamburger span {
    position: absolute;
    display: inline-block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
}
.btn_hamburger.menu-txt span{
    background-color:$color-txt;
}
.btn_hamburger span:nth-of-type(1) {
    top: 0;
}

.btn_hamburger span:nth-of-type(2) {
    top: 7px;
}

.btn_hamburger span:nth-of-type(3) {
    bottom: 0;
}

.btn_hamburger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.btn_hamburger.menu-txt span:nth-of-type(2)::after {
    background-color:$color-txt;
}
.btn_hamburger .active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn_hamburger .active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.btn_hamburger .active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) scale(0);
    -ms-transform: translateY(20px) scale(0);
    transform: translateY(20px) scale(0);
}

.btn_hamburger .active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) scale(0);
    -ms-transform: translateY(-20px) scale(0);
    transform: translateY(-20px) scale(0);
}

.sp-menu {
    display: none;
}

#sp-menu {
    top: 5.0rem;
    max-width: 100%;
    width: 100%;
    background: $color-navy;;
    padding: 0;
    overflow: hidden;
    position: absolute;
    color:#fff;
}

#sp-nav {
    padding-top: 1.5rem;

    ul {
        text-align: left;
        width: 100%;
        margin-left: 0;

        &:nth-child(1) {
            li {
                display: block;
                font-size:1.4rem;
                text-align: left;
                margin: 2.5rem 0;
                padding-left:5.0rem;
                a{
                    display:block;
                }
            }
        }
    }
}
*/
.fadeup {
  -webkit-animation-name: fadeup;
          animation-name: fadeup;
}

.fadeIn {
  transition: all 0.9s linear;
  opacity: 1 !important;
}

@-webkit-keyframes fadeup {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.faderight {
  -webkit-animation-name: faderight;
          animation-name: faderight;
}

@-webkit-keyframes faderight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes faderight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */