@charset "UTF-8";

.btnPat01 {
  text-align: center;
}

.btnPat01 a {
  display: inline-block;
  background-color: #f7f7f7;
  padding: 10px 20px;
  margin: 0 auto;
  text-align: center;
  color: #333;
}

.btnPat01 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  text-decoration: none;
  color: #333;
}

.btnPat02 {
  text-align: center;
}

.btnPat02 a {
  display: block;
  background-color: #000000;
  color: #fff;
  text-align: center;
  line-height: 1;
  padding: 17px 20px;
}

.btnPat02 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  text-decoration: none;
  color: #fff;
}

.btnPat02 a:after {
  content: "";
  width: 7px;
  height: 9px;
  background: url(../../img/plan/btn_arrow_white.png) no-repeat left top;
  background-size: 7px 9px;
  margin-left: 0.8em;
  display: inline-block;
}

.telArea {
  margin-bottom: 50px;
}

.telArea .wrap {
  border: 1px solid #e3e3e3;
  padding: 15px 0;
  display: table;
  width: 100%;
}

.telArea .wrap div {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: center;
}

.telArea .wrap div:first-child {
  border-right: 1px solid #e3e3e3;
}

.telArea .wrap div .number {
  font-family: "Times New Roman", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif;
  font-size: 24px;
  line-height: 1;
  margin: 7px 0;
}

.telArea .wrap div .number img {
  margin-right: 10px;
}

.telArea .wrap div .time {
  font-size: 11px;
}

.accessArea {
  margin-bottom: 25px;
}

.accessArea .wrap {
  overflow: hidden;
}

.accessArea .wrap .text {
  float: left;
  width: 375px;
  text-align: center;
}

.accessArea .wrap .text .logo {
  margin-bottom: 30px;
}

.accessArea .wrap .text .logo img {
  width: 120px;
  margin: auto;
}

.accessArea .wrap .text p {
  margin-bottom: 1.5em;
  font-size: 11px;
}

.accessArea .wrap .text p.lead {
  font-size: 10px;
}

.accessArea .wrap .map {
  float: right;
  width: 480px;
  height: 200px;
}

.contactBox {
  width: 856px;
  margin: 0 auto;
  background-color: #f8f8f7;
  padding: 24px 0 30px;
  text-align: center;
}

.contactBox.last {
  width: 100%;
  margin: 64px 0 64px 0;
  padding: 48px 0 60px;
}

.contactBox.last .wrap {
  width: 856px;
  margin: 0 auto;
}

.contactBox>div strong {
  font-size: 15px;
  line-height: 1.4;
}

.contactBox>div .number {
  font-family: "Times New Roman", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif;
  font-size: 24px;
  line-height: 1;
  margin-top: 8px;
  margin-bottom: 8px;
  background: url(../../img/plan/ico_phone.png) no-repeat left center;
  display: inline-block;
  padding-left: 32px;
}

.contactBox>div .number img {
  vertical-align: top;
  margin-right: 8px;
}

.contactBox>div .time {
  font-size: 11px;
  color: #808080;
}

.contactBox .btnBox {
  text-align: center;
  margin-top: 16px;
}

.contactBox .btnBox>div {
  display: inline-block;
  width: 282px;
  margin: 0 9px;
}

.contactBox .btnBox>div.btnPlan a {
  background-color: #000000;
}

.contactBox .btnBox>div a {
  display: block;
  background-color: #000000;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  display: block;
  width: 100%;
  padding: 17px 0;
}

.contactBox .btnBox>div a:after {
  content: "";
  width: 7px;
  height: 9px;
  background: url(../../img/plan/btn_arrow_white.png) no-repeat left top;
  background-size: 7px 9px;
  margin-left: 0.8em;
  display: inline-block;
}

.contactBox .btnBox>div a:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.boxLayout01 {
  width: 856px;
  margin: 0 auto 88px;
}

.boxLayout01 .pic {
  margin-bottom: 32px;
}

.boxLayout01 .slider {
  visibility: hidden;
  height: 1px;
}

.boxLayout01 .caption {
  text-align: center;
}

.boxLayout02 {
  width: 856px;
  margin: 0 auto;
  overflow: hidden;
}

.boxLayout02 .item {
  width: 420px;
  float: left;
}

.boxLayout02 .item:nth-child(even) {
  margin-left: 16px;
}

.boxLayout02 .item .pic img {
  width: 100%;
}

.boxLayout02 .item .text {
  height: 196px;
  padding-top: 32px;
  text-align: center;
}

.boxLayout02 .item .text .stitle {
  margin-bottom: 16px;
  font-size: 16px;
}

.boxLayout02 .item .text .linkText {
  margin-top: 16px;
  display: inline-block;
}

.boxLayout03 {
  width: 856px;
  margin: 0 auto;
  border: 8px solid #f5f5f5;
  padding: 40px 48px 48px;
}

.boxLayout03 .titleBlock {
  margin-bottom: 30px;
}

.boxLayout03 .wrap {
  overflow: hidden;
}

.boxLayout03 .wrap .pic {
  float: left;
  width: 240px;
}

.boxLayout03 .wrap .pic img {
  max-width: 100%;
}

.boxLayout03 .wrap .text {
  margin-left: 270px;
}

.lnaviArea {
  width: 100%;
  border-bottom: 1px solid #ececec;
}

.lnaviArea .trigger {
  display: none;
}

.lnaviArea ul {
  width: 856px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
}

.lnaviArea ul li {
  display: inline-block;
}

.lnaviArea ul li a {
  display: block;
  padding: 16px 24px;
  text-align: center;
  color: #555;
  font-family: "Times New Roman", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif;
  letter-spacing: 1px;
}

.sectionBlock {
  width: 728px;
  margin: 0 auto 80px;
}

.sectionBlock>h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 32px;
  text-align: center;
}

.listLaytout01 table {
  width: 100%;
  border-top: 1px solid #e1e1e1;
}

.listLaytout01 table tr th {
  border-bottom: 1px solid #e1e1e1;
  padding: 16px;
  width: 200px;
  vertical-align: top;
  text-align: left;
}

.listLaytout01 table tr th p {
  color: #000000;
  font-weight: bold;
}

.listLaytout01 table tr td {
  border-bottom: 1px solid #e1e1e1;
  vertical-align: top;
  padding: 16px 0 16px 0;
}

.listLaytout01 table tr td .caution {
  font-size: 12px;
}

/* slider_arrow */
.mainVisualSliderArrow .slick-prev,
.mainVisualSliderArrow .slick-next {
  position: absolute;
  display: block;
  height: 56px;
  width: 56px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  padding: 0;
  border: none;
  margin-top: -9px;
  z-index: 2;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.mainVisualSliderArrow .slick-prev:before,
.mainVisualSliderArrow .slick-next:before {
  display: none;
}

.mainVisualSliderArrow .slick-dots {
  display: none !important;
}

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background-color: #fff;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  margin: -60px 0 0 -60px;
  border-radius: 50%;
  box-shadow: #928748 -4px -3px 3px -3px;
  -webkit-animation: spin 2s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 3s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  box-shadow: #b9a84d -4px -3px 3px -3px;
  -webkit-animation: spin 3s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 4s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

#loader:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border-radius: 50%;
  box-shadow: #dfcd69 -4px -3px 3px -3px;
  -webkit-animation: spin 1.5s linear infinite;
  /* Chrome, Opera 15+, Safari 5+ */
  animation: spin 2s linear infinite;
  /* Chrome, Firefox 16+, IE 10+, Opera */
}

.pager {
  overflow: hidden;
  border-top: 1px solid #e6e6e6;
  padding-top: 12px;
  margin-bottom: 36px;
}

.pager ul {
  list-style: none;
  position: relative;
  left: 50%;
  float: left;
}

.pager ul li {
  margin: 0 4px;
  position: relative;
  left: -50%;
  float: left;
}

.pager ul li.prev {
  margin: 0 28px;
}

.pager ul li.next {
  margin: 0 28px;
}

.pager ul li.next a:hover {
  background-image: url(../../img/plan/btn_arrow_white.png);
  background-size: 7px 9px;
}

.pager ul li.current span {
  background-color: #c6c2b3;
  color: #fff;
}

.pager ul li span {
  display: block;
  padding: 0.6em 0;
  min-height: 40px;
  min-width: 40px;
  text-align: center;
}

.pager ul li a {
  display: block;
  padding: 0.6em 0;
  background: #f7f7f7;
  color: #555555;
  text-decoration: none;
  cursor: pointer;
  min-height: 40px;
  min-width: 40px;
  text-align: center;
}

.pager ul li a:hover {
  background-color: #c6c2b3;
  color: #FFF;
}

.pageLink {
  position: relative;
  border-top: 1px solid #e6e6e6;
  padding-top: 12px;
  margin-bottom: 36px;
}

.pageLink .wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.pageLink .btnPat01 {
  margin-top: -42px;
  z-index: 1;
  width: 240px;
  margin: -42px auto 0;
  position: relative;
}

.pageLink .btnPat01 a {
  width: 240px;
}

.js-load {
  display: none !important;
  opacity: 0;
}

.js-load.active {
  display: block !important;
  opacity: 1;
  animation-duration: 1.4s;
  animation-name: fade-in;
  -moz-animation-duration: 1.4s;
  -moz-animation-name: fade-in;
  -webkit-animation-duration: 1.4s;
  -webkit-animation-name: fade-in;
}

/* sp
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
@media screen and (max-width: 767px) {
  .telArea {
    display: none;
  }

  .accessArea {
    margin-bottom: 25px;
  }

  .accessArea .wrap {
    overflow: hidden;
  }

  .accessArea .wrap .text {
    float: none;
    width: 100%;
    text-align: center;
  }

  .accessArea .wrap .text .logo {
    margin-bottom: 15px;
  }

  .accessArea .wrap .text .logo img {
    width: 120px;
    margin: auto;
  }

  .accessArea .wrap .text p {
    margin-bottom: 1.5em;
    font-size: 11px;
  }

  .accessArea .wrap .text p.lead {
    font-size: 10px;
  }

  .accessArea .wrap .text p .linkText {
    border: 1px solid #b2b2b2;
    padding: 10px 40px;
    margin-top: 5px;
    color: #333;
  }

  .accessArea .wrap .map {
    display: none;
  }

  .contactBox {
    width: 100%;
    margin: 0 auto;
    background-color: #f8f8f7;
    padding: 16px 0;
    text-align: center;
  }

  .contactBox.last {
    width: 100%;
    margin: 32px 0 32px;
    padding: 24px 0 24px;
  }

  .contactBox.last .wrap {
    width: 100%;
    margin: 0 auto;
  }

  .contactBox>div strong {
    font-size: 10px;
    line-height: 1.4;
  }

  .contactBox>div .number {
    font-family: "Times New Roman", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif;
    font-size: 18px;
    line-height: 1;
    margin-top: 8px;
    margin-bottom: 4px;
    background: none;
    display: inline-block;
    padding-left: 0px;
  }

  .contactBox>div .number a {
    background-color: #fff;
    border: 1px solid #000000;
    width: 232px;
    padding: 10px;
    display: block;
    margin: auto;
  }

  .contactBox>div .number a:before {
    content: "";
    background: url(../../img/plan/ico_phone.png) no-repeat left center;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    margin-top: -3px;
    vertical-align: middle;
  }

  .contactBox>div .number a:after {
    content: "";
    background: url(../../img/plan/btn_arrow_brown.png) no-repeat left top;
    background-size: 6px 8px;
    width: 6px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0.5em;
    margin-top: -3px;
  }

  .contactBox>div .time {
    font-size: 11px;
    color: #808080;
  }

  .contactBox .btnBox {
    text-align: center;
    margin-top: 16px;
  }

  .contactBox .btnBox>div {
    display: inline-block;
    width: 232px;
    margin: 0 9px 8px;
  }

  .contactBox .btnBox>div.btnPlan a {
    background-color: #000000;
  }

  .contactBox .btnBox>div a {
    display: block;
    background-color: #000000;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    display: block;
    width: 100%;
    padding: 15px 0;
  }

  .contactBox .btnBox>div a:after {
    content: "";
    width: 7px;
    height: 9px;
    background: url(../../img/plan/btn_arrow_white.png) no-repeat left top;
    background-size: 7px 9px;
    margin-left: 0.8em;
    display: inline-block;
  }

  .contactBox .btnBox>div a:hover {
    text-decoration: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }

  .boxLayout01 {
    width: 100%;
    margin: 0 auto 44px;
    padding: 0 5%;
  }

  .boxLayout01 .pic {
    display: none;
  }

  .boxLayout01 .slider {
    visibility: visible;
    height: auto;
  }

  .boxLayout01 .caption {
    text-align: center;
  }

  .boxLayout02 {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 9.375%;
  }

  .boxLayout02 .item {
    width: 100%;
    float: none;
  }

  .boxLayout02 .item:nth-child(even) {
    margin-left: 0;
  }

  .boxLayout02 .item .pic img {
    width: 100%;
  }

  .boxLayout02 .item .text {
    height: auto;
    padding-top: 16px;
    text-align: center;
    font-size: 10px;
    padding-bottom: 40px;
  }

  .boxLayout02 .item .text .stitle {
    margin-bottom: 16px;
    font-size: 12px;
  }

  .boxLayout02 .item .text .linkText {
    margin-top: 16px;
    display: inline-block;
  }

  .boxLayout03 {
    width: 81.25%;
    margin: 0 auto;
    border: 4px solid #f5f5f5;
    padding: 20px;
  }

  .boxLayout03 .titleBlock {
    margin-bottom: 16px;
  }

  .boxLayout03 .titleBlock h2 {
    font-size: 14px;
    letter-spacing: 3px;
  }

  .boxLayout03 .wrap {
    overflow: hidden;
    text-align: center;
  }

  .boxLayout03 .wrap .pic {
    float: none;
    width: 160px;
    margin: 0 auto 16px;
  }

  .boxLayout03 .wrap .pic img {
    max-width: 100%;
  }

  .boxLayout03 .wrap .text {
    margin-left: 0;
    text-align: left;
  }

  .boxLayout03 .wrap .text p {
    font-size: 10px;
  }

  .boxLayout03 .wrap .text a {
    display: block;
    text-align: center;
  }

  .slider {
    width: 100%;
  }

  .slider img {
    width: 100%;
  }

  .slider .slick-slider {
    margin-bottom: 0;
  }

  .slider .slick-dots {
    text-align: center;
    right: 0;
    bottom: 12px;
    opacity: 1;
  }

  .lnaviArea {
    width: 100%;
    border-bottom: none;
  }

  .lnaviArea .trigger {
    display: block;
    background-color: #f4f4f4;
    font-size: 10px;
    font-family: "Times New Roman", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif;
    letter-spacing: 2px;
    text-align: center;
    padding: 16px 0;
  }

  .lnaviArea .trigger.active:after {
    content: " ー";
  }

  .lnaviArea .trigger:after {
    content: " ＋";
    color: #000;
  }

  .lnaviArea ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: none;
  }

  .lnaviArea ul li {
    float: left;
    width: 50%;
  }

  .lnaviArea ul li a {
    display: block;
    padding: 16px 0;
    text-align: center;
    color: #555;
    font-family: "Times New Roman", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Pゴシック", "MS P Gothic", sans-serif;
    font-size: 11px;
  }

  .sectionBlock {
    width: 100%;
    margin: 0 auto 40px;
  }

  .sectionBlock>h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
  }

  .listLaytout01 {
    padding: 0 5%;
  }

  .listLaytout01 table {
    width: 100%;
    border-top: 1px solid #e1e1e1;
  }

  .listLaytout01 table tr th {
    border-bottom: none;
    display: block;
    padding: 13px 8px;
    width: 200px;
    vertical-align: top;
    text-align: left;
  }

  .listLaytout01 table tr th p {
    color: #000000;
  }

  .listLaytout01 table tr td {
    border-bottom: 1px solid #e1e1e1;
    display: block;
    vertical-align: top;
    padding: 0 8px 12px;
  }

  .listLaytout01 table tr td .caution {
    font-size: 10px;
    padding-left: 1em;
    text-indent: -1em;
    margin-top: 4px;
  }

  /* slider_arrow */
  .mainVisualSliderArrow .slick-prev,
  .mainVisualSliderArrow .slick-next {
    display: none !important;
  }

  .mainVisualSliderArrow .slick-dots {
    display: block !important;
  }

  #loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: #fff;
  }

  #loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    border-radius: 50%;
    box-shadow: #928748 -2px -1px 1px -1px;
    -webkit-animation: spin 2s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 3s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
  }

  #loader:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border-radius: 50%;
    box-shadow: #b9a84d -2px -1px 1px -1px;
    -webkit-animation: spin 3s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 4s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
  }

  #loader:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    box-shadow: #dfcd69 -2px -1px 1px -1px;
    -webkit-animation: spin 1.5s linear infinite;
    /* Chrome, Opera 15+, Safari 5+ */
    animation: spin 2s linear infinite;
    /* Chrome, Firefox 16+, IE 10+, Opera */
  }

  .pager {
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
    padding-top: 12px;
    margin-bottom: 36px;
  }

  .pager ul {
    list-style: none;
    position: relative;
    left: 50%;
    float: left;
  }

  .pager ul li {
    margin: 0 2px;
    position: relative;
    left: -50%;
    float: left;
  }

  .pager ul li.prev {
    margin: 0 14px;
  }

  .pager ul li.next {
    margin: 0 14px;
  }

  .pager ul li.next a:hover {
    background-image: url(../../img/plan/btn_arrow_white.png);
    background-size: 7px 9px;
  }

  .pager ul li.current span {
    background-color: #c6c2b3;
    color: #fff;
  }

  .pager ul li span {
    display: block;
    padding: 0.75em 0;
    min-height: 30px;
    min-width: 30px;
    text-align: center;
    font-size: 10px;
  }

  .pager ul li a {
    display: block;
    padding: 0.75em 0;
    background: #f7f7f7;
    color: #555555;
    text-decoration: none;
    cursor: pointer;
    min-height: 30px;
    min-width: 30px;
    text-align: center;
    font-size: 10px;
  }

  .pager ul li a:hover {
    background-color: #c6c2b3;
    color: #FFF;
  }

  .pageLink {
    position: relative;
    border-top: 1px solid #e6e6e6;
    padding-top: 8px;
    margin-bottom: 16px;
  }

  .pageLink .wrap {
    overflow: hidden;
    width: 100%;
    position: relative;
    text-align: center;
  }

  .pageLink .btnPat01 {
    z-index: 1;
    width: 200px;
    margin: 0 auto;
    position: relative;
  }

  .pageLink .btnPat01 a {
    width: 200px;
  }
}

/* loading spin */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }

  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */
  }

  100% {
    -webkit-transform: rotate(360deg);
    /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-moz-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}