@charset "UTF-8";
@font-face {
  font-family: "GENJ";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/GenJyuuGothic-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "GENJ";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/GenJyuuGothic-Bold.ttf") format("truetype");
}

html {
  font-size: 62.5%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #efeff3;
}

.site-wrapper {
  font-family: "GENJ", "游ゴシック", "游ゴシック体", "Yu Gothic", "Noto Sans JP", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #232932;
  width: 100vw;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  box-shadow: 0px 0px 60px rgba(96, 76, 63, 0.15);
}

main {
  flex: 1;
  overflow-x: hidden;
  letter-spacing: 0.1em;
}

img {
  vertical-align: bottom;
  width: 100%;
}

a {
  color: #232932;
  text-decoration: none;
  display: block;
}

ul {
  list-style: none;
}

h2 {
  font-size: 3.2rem;
  text-align: center;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.4rem;
}

p {
  font-size: 2rem;
  display: inline-block;
  line-height: 1.8em;
}

.pc-only {
  display: inline-block;
}

@media screen and (max-width: 860px) {
  .pc-only {
    /*iPad向記述*/
    display: none;
  }
}

.pc-none {
  display: none;
}

@media screen and (max-width: 860px) {
  .pc-none {
    /*iPad向記述*/
    display: block;
  }
}

.book-top {
  position: absolute;
  bottom: -1px;
  z-index: 10;
  fill: #ce7e7e;
  width: 100%;
  max-height: 50px;
}

.book-top-rotate {
  transform: rotate(180deg);
  top: -1px;
  bottom: auto;
}

/* --------------------------------------------
 *                 accent
 * -------------------------------------------- */
.dot-text {
  padding-top: 0.4em;
  background-position: top left -1px;
  background-repeat: repeat-x;
  background-size: 1.1em 0.3em;
  background-image: radial-gradient(0.15em 0.15em at center center, #fff, #fff 100%, transparent);
}

@media screen and (max-width: 860px) {
  .dot-text {
    /*iPad向記述*/
    background-image: radial-gradient(0.15em 0.15em at center center, #e0315b, #e0315b 100%, transparent);
  }
}

.small {
  font-size: 83%;
}

.txt-dot {
  background-position: top -1px left 3px;
  background-repeat: repeat-x;
  background-size: 1em 0.2em;
  background-image: radial-gradient(0.07em 0.07em at center center, #fff, #fff 100%, transparent);
}

/* --------------------------------------------
 *                 header
 * -------------------------------------------- */
.header {
  position: relative;
  z-index: 999;
  width: 100%;
  height: 70px;
  background: #ce7e7e;
}

.header__logo {
  width: 180px;
  height: 70px;
  margin-left: 30px;
  display: flex;
  flex-flow: nowrap;
  justify-content: flex-start;
  position: absolute;
  align-items: center;
}

.header__logo img {
  height: 30px;
}

/* --------------------------------------------
 *                 fv
 * -------------------------------------------- */
.fv {
  position: relative;
  width: 100%;
  height: 950px;
  background-color: #fff;
  z-index: 0;
}

.fv .fv-contents {
  margin: 0 auto;
  width: 95%;
  height: 680px;
}

@media screen and (max-width: 550px) {
  .fv .fv-contents {
    /*SP向記述*/
    height: 460px;
  }
}

.fv .fv-contents .fv-people {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 360px;
}

.fv .fv-contents .fv-copy {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 550px;
  text-align: center;
  z-index: 10;
  padding-top: 120px;
}

.fv .fv-contents .fv-copy__txt {
  position: absolute;
  font-size: 7rem;
  letter-spacing: 3px;
  line-height: 1.4;
  color: #fff;
  z-index: 10;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding-top: 120px;
}

.fv .fv-contents .fv-copy__bg {
  width: 100%;
  position: relative;
  top: 0;
  z-index: 1;
}

.fv .fv-contents .fv-copy__bg img {
  max-height: 420px;
  object-fit: fill;
}

.fv .fv-contents .rewards-copy {
  position: relative;
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
}

.fv .fv-contents .rewards-copy__bubble {
  width: 260px;
}

.fv .fv-contents .rewards-copy__h {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: flex-end;
}

.fv .fv-contents .rewards-copy__h::before, .fv .fv-contents .rewards-copy__h::after {
  content: "";
  width: 35px;
  height: 50px;
  background: url(../img/icon_slash.svg) no-repeat;
  background-size: contain;
}

.fv .fv-contents .rewards-copy__h::after {
  transform: scale(-1, 1);
}

.fv .fv-contents .fv-rewards {
  position: relative;
  width: 100%;
  max-width: 420px;
  display: flex;
  margin: 0 auto;
}

.fv .fv-contents .fv-rewards .reward-img {
  padding: 10px;
}

.fv .fv-bg {
  position: absolute;
  background-color: #ce7e7e;
  width: 100%;
  height: 440px;
  top: 0px;
  z-index: -1;
}

@media screen and (max-width: 550px) {
  .fv .fv-bg {
    /*SP向記述*/
    height: 350px;
  }
}

/* --------------------------------------------
 *                 cta
 * -------------------------------------------- */
.cta {
  position: relative;
  width: 100%;
  background-color: #ce7e7e;
  padding-bottom: 20px;
}

.cta h2 {
  color: #fff;
}

@media screen and (max-width: 550px) {
  .cta {
    /*SP向記述*/
    padding-top: 20px;
  }
}

.cta-panel {
  margin: 20px auto 0 auto;
  width: 94%;
  max-width: 600px;
  background-color: #fff;
  padding: 20px 0;
  border-radius: 10px;
}

.cta-panel p {
  display: block;
  text-align: center;
}

.cta-panel h4 {
  color: #fff;
  text-align: center;
  background-color: #e0315b;
  padding: 5px 0;
}

.cta-panel .cta-bookList {
  width: 100%;
  overflow: hidden;
  display: flex;
  list-style: none;
  margin-top: 10px;
  padding-bottom: 30px;
  justify-content: center;
}

.cta-panel .cta-bookList li {
  height: 130px;
  margin: 0px 10px;
  box-shadow: 0px 4px 8px rgba(37, 56, 84, 0.24);
}

@media screen and (max-width: 550px) {
  .cta-panel .cta-bookList li {
    /*SP向記述*/
    height: 110px;
    margin: 0px 5px;
  }
}

.cta-panel .cta-bookList li img {
  height: 130px;
  width: auto;
}

@media screen and (max-width: 550px) {
  .cta-panel .cta-bookList li img {
    /*SP向記述*/
    height: 110px;
  }
}

.ribbon {
  box-sizing: content-box;
  position: relative;
  padding: 10px 20px;
  color: #fff;
  /*フォントカラー*/
  background: #232932;
  /*背景色*/
  margin: 0 -20px;
}

@media screen and (max-width: 550px) {
  .ribbon {
    /*SP向記述*/
    margin: 0 -10px;
  }
}

.ribbon::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #000;
  /*折り返し部分*/
}

@media screen and (max-width: 550px) {
  .ribbon::before {
    /*SP向記述*/
    border-right: solid 10px #000;
    /*折り返し部分*/
  }
}

.ribbon::after {
  position: absolute;
  content: "";
  top: 100%;
  right: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-left: solid 20px #000;
  /*折り返し部分*/
}

@media screen and (max-width: 550px) {
  .ribbon::after {
    /*SP向記述*/
    border-left: solid 10px #000;
    /*折り返し部分*/
  }
}

.cta-list ul {
  padding: 0.1em 1em;
  position: relative;
  color: #232932;
  list-style-type: none;
  background-color: #fcf5e4;
  font-size: 2.4rem;
  font-weight: 700;
  width: 95%;
  max-width: 400px;
  margin: 20px auto;
}

.cta-list ul li {
  line-height: 1.5;
  padding: 0.5em 0 0.5em 2.4em;
  border-bottom: dashed 1px #4f5a6b;
}

.cta-list ul li::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  left: 2em;
  color: #e0315b;
  font-weight: 900;
}

.cta-list ul li:last-of-type {
  border-bottom: none;
}

.plan-img {
  margin: 0 auto;
  width: 90%;
  max-width: 400px;
}

/* aタグのリセットCSS */
a.cta-btn {
  text-decoration: none;
  /* アンダーラインを消す */
}

/* buttonタグのリセットCSS */
button.cta-btn {
  border: none;
  appearance: none;
  padding: 0;
}

/* ボタン本体の装飾 */
.cta-btn {
  position: relative;
  /* static以外を指定 */
  z-index: 0;
  /* グラデーションよりも上に配置 */
  display: inline-block;
  /* inline以外にする */
  padding: 0.3em 0.6em;
  width: 90%;
  max-width: 550px;
  line-height: 60px;
  /* 行の高さ(heightと同じにする) */
  background: transparent;
  /* 背景を透明にする */
  border-radius: 10px;
  /* 角の丸み */
  overflow: hidden;
  /* はみ出した部分を非表示(角丸を付ける場合は必須) */
  cursor: pointer;
  /* カーソルをポインターにする */
  /* 以下ボタンのテキスト装飾(自由にカスタマイズしてください) */
  color: #fff;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  border: 2px solid #fff;
  box-shadow: 0px 4px 8px rgba(37, 56, 84, 0.24);
  left: 50%;
  transform: translateX(-50%);
}

.cta-btn .btn-yellow {
  color: #fdff54;
}

@media screen and (max-width: 550px) {
  .cta-btn {
    /*SP向記述*/
    width: 95%;
    font-size: 2.4rem;
  }
}

/* ::before, ::afterで2種類のグラデーションを用意 */
.cta-btn::before,
.cta-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* グラデーション1 */
.cta-btn::before {
  transition: all 0.6s;
  /* アニメーション実行時間 */
  z-index: -1;
  background: linear-gradient(0deg, #52a749 0%, #255928 100%);
}

/* グラデーション2 */
.cta-btn::after {
  z-index: -2;
  background: linear-gradient(0deg, #255928 0%, #52a749 100%);
}

/* ホバー時にグラデーション1を透明にする */
.cta-btn:hover::before {
  opacity: 0;
}

/* --------------------------------------------
 *                 jikkan
 * -------------------------------------------- */
.jikkan {
  position: relative;
  width: 100%;
  padding-top: 70px;
  padding-bottom: 40px;
  background-image: url(../img/bg.jpeg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.jikkan__h {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: flex-end;
}

.jikkan__h::before, .jikkan__h::after {
  content: "";
  width: 35px;
  height: 50px;
  background: url(../img/jikkan_accent.svg) no-repeat;
  background-size: contain;
}

.jikkan__h::after {
  transform: scale(-1, 1);
}

.jikkan .jikkan_contents {
  position: relative;
  width: 95%;
  margin: 20px auto 0 auto;
  max-width: 450px;
}

.jikkan .jikkan_contents .jikkan_txt {
  width: 70%;
  margin-left: 0;
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(37, 56, 84, 0.24);
  padding: 1em 4em 1em 2em;
  border-radius: 7px;
  z-index: 1;
}

@media screen and (max-width: 550px) {
  .jikkan .jikkan_contents .jikkan_txt {
    /*SP向記述*/
    width: 80%;
    padding-left: 1em;
  }
}

.jikkan .jikkan_contents .jikkan_img {
  position: absolute;
  width: 20%;
  min-width: 180px;
  z-index: 10;
  bottom: -40px;
  right: 0px;
}

@media screen and (max-width: 550px) {
  .jikkan .jikkan_contents .jikkan_img {
    /*SP向記述*/
    right: -40px;
    min-width: 160px;
  }
}

/* --------------------------------------------
 *                 trouble solution
 * -------------------------------------------- */
.trouble .solution {
  position: relative;
  width: 100%;
}

/* --------------------------------------------
 *                 function
 * -------------------------------------------- */
.function {
  position: relative;
  width: 100%;
  background-color: #fdebeb;
  padding: 40px 0px 80px 0px;
}

.function h1 {
  text-align: center;
  font-size: 3rem;
  line-height: 1.4em;
  margin-bottom: 20px;
}

@media screen and (max-width: 550px) {
  .function h1 {
    /*SP向記述*/
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 340px) {
  .function h1 {
    /*mini向記述*/
    font-size: 2.6rem;
  }
}

.function .function-list {
  position: relative;
  width: 95%;
  max-width: 600px;
  margin: 0 auto;
}

.function .function-list .function-list-item {
  position: relative;
  background: #ffffff;
  width: 100%;
  margin: 20px 0px;
  border-radius: 10px;
  padding: 15px 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 550px) {
  .function .function-list .function-list-item {
    /*SP向記述*/
    margin: 15px 0;
  }
}

.function .function-list .function-list-item h3 {
  text-align: center;
  margin-bottom: 10px;
}

.function .function-list .function-list-item__contents {
  display: flex;
  align-items: center;
}

.function .function-list .function-list-item__contents .funcliton-ico {
  width: 120px;
  margin-right: 20px;
}

@media screen and (max-width: 550px) {
  .function .function-list .function-list-item__contents .funcliton-ico {
    /*SP向記述*/
    margin-right: 5px;
  }
}

.function .function-list .function-list-item__contents p {
  width: 80%;
}

/* --------------------------------------------
 *                 recommend
 * -------------------------------------------- */
.recommend {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 40px;
}

@media screen and (max-width: 340px) {
  .recommend {
    /*mini向記述*/
    padding: 30px 0;
  }
}

.recommend h4 {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  font-size: 2.4rem;
  text-align: center;
  color: #ffffff;
  background: #e0315b;
  padding: 0.4em 2em;
  border-radius: 20px;
  margin-bottom: 20px;
}

.recommend h4:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #e0315b;
}

@media screen and (max-width: 550px) {
  .recommend h4 {
    /*SP向記述*/
    font-size: 2.2rem;
    line-height: 1em;
    padding: 0.8em 1.5em 0.7em 1.5em;
    border-radius: 30px;
  }
}

@media screen and (max-width: 340px) {
  .recommend h4 {
    /*mini向記述*/
    font-size: 2rem;
  }
}

.recommend h1 {
  font-size: 4rem;
  text-align: center;
  color: #232932;
  line-height: 1.2em;
  margin-bottom: 30px;
}

@media screen and (max-width: 550px) {
  .recommend h1 {
    /*SP向記述*/
    font-size: 3.5rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 340px) {
  .recommend h1 {
    /*mini向記述*/
    font-size: 3.2rem;
  }
}

.recommend .recommend_box {
  position: relative;
  width: 95%;
  max-width: 500px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  margin-bottom: 30px;
}

@media screen and (max-width: 550px) {
  .recommend .recommend_box {
    /*SP向記述*/
    margin-bottom: 20px;
  }
}

.recommend .recommend_box h3 {
  font-size: 2.4rem;
  text-align: center;
  color: #ffffff;
  background: #232932;
  width: 100%;
  padding: 0.3em 0px;
}

.recommend .recommend_box .recommend_box__books {
  position: relative;
  width: 90%;
  max-width: 500px;
  left: 50%;
  transform: translateX(-50%);
}

.recommend .recommend_box .recommend_box__books ul {
  position: relative;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

.recommend .recommend_box .recommend_box__books ul li {
  position: relative;
  width: 22%;
  margin: 8px 0px;
  box-sizing: border-box;
}

/* --------------------------------------------
 *                 flow
 * -------------------------------------------- */
.h-ico {
  position: relative;
  width: 50px;
  max-width: 600px;
  margin: 0 auto;
}

.flow {
  position: relative;
  width: 100%;
  padding: 40px 0 20px 0;
  background: #ce7e7e;
}

@media screen and (max-width: 550px) {
  .flow {
    /*SP向記述*/
    padding: 30px 0 10px 0;
  }
}

.flow h2 {
  margin-bottom: 30px;
  margin-top: 20px;
  color: #fff;
}

@media screen and (max-width: 550px) {
  .flow h2 {
    /*SP向記述*/
    margin-bottom: 20px;
  }
}

.flow ul {
  position: relative;
  width: 94%;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 30px;
  font-weight: 700;
}

.flow ul li {
  position: relative;
  display: flex;
  margin: 0 auto;
  justify-content: center;
  margin-bottom: 40px;
}

.flow ul li .flow-num {
  position: relative;
  background-color: #232932;
  font-size: 1.8rem;
  padding: 0.5em 0;
  color: #ffffff;
  width: 120px;
  text-align: center;
  border-radius: 10px 0px 0px 10px;
  line-height: 2em;
}

.flow ul li .flow-num .bigger {
  font-size: 3rem;
}

.flow ul li .flow-num p {
  position: relative;
  width: 100%;
  align-items: center;
  /* 縦方向中央揃え */
  top: 50%;
  transform: translateY(-50%);
}

.flow ul li .flow-txt {
  display: flex;
  align-items: center;
  font-size: 2rem;
  padding: 1em 2em 1em 1.5em;
  width: 450px;
  background: #ffffff;
  border-radius: 0px 10px 10px 0px;
  box-sizing: border-box;
  line-height: 1em;
}

@media screen and (max-width: 550px) {
  .flow ul li .flow-txt {
    /*SP向記述*/
    padding: 1em;
    width: 400px;
  }
}

@media screen and (max-width: 340px) {
  .flow ul li .flow-txt {
    /*mini向記述*/
    font-size: 1.8rem;
    width: 400px;
  }
}

.flow ul li::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0dd";
  color: #ffffff;
  font-size: 5rem;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.flow ul li:nth-child(4)::after {
  visibility: hidden;
}

/* --------------------------------------------
 *                 voice
 * -------------------------------------------- */
.voice {
  position: relative;
  width: 100%;
  padding: 40px 0 40px 0;
  background-image: url(../img/bg.jpeg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 550px) {
  .voice {
    /*SP向記述*/
    padding: 30px 0 20px 0;
  }
}

.voice h2 {
  margin-bottom: 30px;
  margin-top: 20px;
}

@media screen and (max-width: 550px) {
  .voice h2 {
    /*SP向記述*/
    margin-bottom: 20px;
  }
}

.voice .voice-box {
  position: relative;
  width: 95%;
  max-width: 600px;
  margin: 50px auto;
}

.voice .voice-box h4 {
  position: relative;
  text-shadow: 0px 2px 4px #fff;
  width: 70%;
  padding: 0.5em 0em;
  z-index: 10;
}

.voice .voice-box .name {
  position: relative;
  background-color: #232932;
  padding: 0 1em;
  color: #fff;
  border-radius: 10px 10px 0px 0px;
  z-index: 10;
}

.voice .voice-box .comment {
  position: relative;
  background-color: #fff;
  padding: 1em;
  border-radius: 0px 10px 10px 10px;
  box-shadow: 0px 4px 8px rgba(37, 56, 84, 0.24);
  z-index: 10;
}

.voice .voice-box .voice-photo {
  position: absolute;
  z-index: 1;
  width: 250px;
  top: -40px;
  right: 0;
}

@media screen and (max-width: 550px) {
  .voice .voice-box .voice-photo {
    /*SP向記述*/
    right: -10px;
  }
}

.voice .voice-box .voice-photo img {
  z-index: 1;
}

/* --------------------------------------------
 *                 faq
 * -------------------------------------------- */
.faq {
  position: relative;
  background: #efeff3;
  padding: 50px 0px 50px 0px;
}

@media screen and (max-width: 550px) {
  .faq {
    /*SP向記述*/
    padding: 30px 0px 30px 0px;
  }
}

.qa-list {
  position: relative;
  margin: 40px auto;
  width: 95%;
  max-width: 600px;
}

.qa-list dl {
  position: relative;
  margin: 20px 0 0;
  cursor: pointer;
  background: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 550px) {
  .qa-list dl {
    /*SP向記述*/
    margin: 10px 0 0;
  }
}

.qa-list dl:first-child {
  margin-top: 0;
}

.qa-list dl::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f067";
  position: absolute;
  top: 22px;
  right: 26px;
  color: #e0315b;
  font-size: 2.4rem;
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 70px 20px 70px;
  font-weight: bold;
  font-size: 2rem;
}

.qa-list dl dt::before {
  top: 32px;
  left: 14px;
  content: "Q";
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: white;
  /*Q文字色*/
  background: #e0315b;
  /*Q背景色*/
  font-weight: bold;
  font-size: 2rem;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  transform: translateY(-50%);
  border-radius: 50%;
}

.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 5px 20px 20px 70px;
}

.qa-list dl dd p {
  margin: 30px 0 0;
  font-weight: bold;
  background-color: #ffffff;
  border-radius: 10px;
  padding-top: 0.5em;
  padding-right: 1em;
  font-weight: normal;
}

.qa-list dl dd p:first-child {
  margin-top: 0;
}

.qa-list dl dd::before {
  top: 30px;
  left: 14px;
  content: "A";
  display: inline-block;
  position: absolute;
  padding: 0em;
  color: #e0315b;
  /*A文字色*/
  background: #ffe1e8;
  /*A背景色*/
  font-weight: bold;
  font-size: 2rem;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  bottom: -80px;
  transform: translateY(-50%);
  border-radius: 50%;
}

.qa-list .open::after {
  transform: rotate(-45deg);
}

/* --------------------------------------------
 *                 footer
 * -------------------------------------------- */
.footer_logo {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
  margin: -1px 0 -5px 0;
  overflow: hidden;
}

.footer_logo img {
  color: #ffffff;
}

footer {
  position: relative;
  width: 100%;
  padding-bottom: 0px;
  background: #232932;
}

footer .nav {
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  padding: 20px 0px;
}

footer .nav a {
  display: inline-block;
  font-size: 1.2rem;
  height: auto;
  line-height: 1.5;
  margin: 0px 16px 0px 16px;
  text-align: left;
  color: #ffffff;
}

footer .copyRight {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2rem;
  opacity: 0.4;
  text-align: center;
  display: block;
  color: #ffffff;
}
/*# sourceMappingURL=index.css.map */