<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* -----------------------------------------------------------
 pc
----------------------------------------------------------- */
/* all */
main &gt; section {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}
.inner {
	max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.flex {
  display: flex;
}
.red {
  color: #ea0606;
}
.green {
  color: #9cc813;
}
.blue {
  color: #3ca1c6;
}
.orange {
  color: #ff6900;
}
.light_green {
  color: #5fae33;
}
.navy {
  color: #005fb2;
}

a.sp_display{display:none;}

/* parts */
main {
  margin-bottom: 4rem;
}
header {
  border-bottom: 4px solid #005fb2;
  padding: 0 0 0 13rem;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background: #fff;
  z-index: 5;
}
.header_logo {
  display: flex;
  align-items: center;
}
.header_cvList {
  display: flex;
}
.header_cvListItem {
  margin-left: 2px;
}
header .inner {
  display: flex;
  justify-content: space-between;
  text-align: left;
}
#main {
  /* background: url("../img/main.webp") no-repeat top;
  background-size: contain;
  height: 48.3rem; */
  padding: 0;
  margin-top: 86px;

}
#about {
  background: url("../img/bg_about01.webp") repeat;
  padding: 5.5rem 0 7rem;
  margin-bottom: 5rem;
}
#about h2 {
  font-size: 3.8rem;
  margin-bottom: 3rem;
  font-weight: bold;
  line-height: 1.35;
}
#about p img {
  box-shadow: 0.1rem 0.9rem 1rem 0rem rgba(0,0,0,0.25);
}
#about h2 span.covez {
  font-size: 6rem;
  position: relative;
  padding-left: 2rem;
  margin-right: 4rem;
}
#about h2 span.hosho {
  font-size: 4rem;
  display: inline-block;
  margin-bottom: 1rem;
}
#about h2 span.covez::before {
  content: "";
  position: absolute;
  background: url("../img/bg_about02.webp") no-repeat;
  width: 0.333333333em;
  height: 0.816666666em;
  top: -0.06666666em;
  left: 0;
  background-size: contain;
}
#about h2 span.covez::after {
  content: "";
  position: absolute;
  background: url("../img/bg_about03.webp") no-repeat;
  width: 0.333333333em;
  height: 0.816666666em;
  top: 0.2em;
  right: -0.333333333em;
  background-size: contain;
}
#application {
  display: block;
  margin-bottom: 10.5rem;
}
#application h2 {
  font-size: 5rem;
  font-weight: bold;
}
#application h2 span {
  font-size: 3rem;
}
#application img.table {
  z-index: 2;
  position: relative;
}
#application ul li h3 {
  font-size: 5.4rem;
  width: 82%;
  margin: 0 auto 2rem;
  padding: 1.75rem 0;
  border-radius: 5px;
  background: #fff;
}
#application ul {
  margin-top: -2.5rem;
}
#application ul li {
  padding: 5.5rem 0 3.5rem;
  position: relative;
}
#application ul li p {
  width: 82%;
  margin: 0 auto;
  text-align: left;
  color: #fff;
  font-size: 2rem;
}
#application ul li.document {
  background: #005fb2;
}
#application ul li.document h3 {
  color: #005fb2;
  border: 2px dashed #005fb2 ;
}
#application ul li.document p {
  margin-bottom: 1.75rem;
}
#application ul li.document img.photo {
  margin-bottom: 3.2rem;
}
#application ul li.class {
  background: #478127;
}
#application ul li.class h3 {
  color: #478127;
  border: 2px dashed #478127;
}
#application ul li.class p {
  margin-bottom: 3rem;
}
#application ul li.class img.photo {
  margin-bottom: 5.3rem;
}
#application ul li a img.btn {
  margin-left: 1rem;
}

/* -----------stvoice-------------------- */

#stvoice {
  background-color: #fefed6;
}

#stvoice &gt; .inner {
  padding-top: 80px;
}

#stvoice p {
  font-size: 20px;
  text-align: left;
}

#stvoice li:not(:first-child) {
  margin-top: 31px;
}

.stvoice_successful {
  margin-top: 75px;
  padding-bottom: 80px;
}

.voice_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
  padding-bottom: 105px;
  margin-bottom: 80px;
}

.voiceBlock {
  width: 486px;
  height: 294px;
  margin-bottom: 15px;
}

.voiceTxt_wrap {
  display: flex;
  align-items: center;
  padding: 0 40px;
  height: 260px;
}

.voice01 { background: url("../img/stvoice01.webp") no-repeat;}
.voice02 { background: url("../img/stvoice02.webp") no-repeat;}
.voice03 { background: url("../img/stvoice03.webp") no-repeat;}
.voice04 { background: url("../img/stvoice01.webp") no-repeat;}
.voice05 { background: url("../img/stvoice04.webp") no-repeat;}
.voice06 { background: url("../img/stvoice03.webp") no-repeat;}
.voice07 { background: url("../img/stvoice05.webp") no-repeat;}
.voice08 { background: url("../img/stvoice04.webp") no-repeat;}

#new_generation {
  background: url("../img/bg_new_generation01.webp") no-repeat center 3rem;
  height: 69.5rem;
}
#new_generation p.suggestion {
  font-size: 2.4rem;
}
#new_generation p.new {
  font-size: 4.4rem;
  margin-bottom: 17rem;
  font-weight: bold;
}
#new_generation span.is {
  font-size: 2.8rem;
}
#new_generation h2 {
  margin-bottom: 5.5rem;
}
#new_generation p.suggestion {
  margin-bottom: 3.5rem;
}
#version_up {
  margin-bottom: 7rem;
}
#version_up .inner &gt; div {
  background: #fefed7;
  padding: 5.5rem 0 2rem;
}
#version_up p.post {
  font-size: 2.6rem;
  color: #333;
  font-weight: bold;
  margin-bottom: 7rem;
}
#version_up p.post span.post_p1,
#version_up p.post span.post_p2,
#version_up p.post span.post_p3,
#version_up p.post span.post_p4 {
  display: inline-block;
}
#version_up p.post span.post_p1 {
  margin-bottom: 0.75rem;
}
#version_up p.post span.post_p2 {
  margin-bottom: 0.75rem;
}
#version_up p.post span.post_p3 {
  margin-bottom: 0.25rem;
}
#version_up p.post span.red {
  font-size: 5.2rem;
}
#version_up p.post span.underline {
  font-size: 3.6rem;
  border-bottom: 1px solid #333;
  padding-bottom: 0.25rem;
}
/* for IE */
@media all and (-ms-high-contrast: none) {
  #version_up p.post span.underline {
    padding-bottom: 0rem;
    display: inline-block;
    line-height: 0.9;
  }
}
#version_up ul.three {
  width: 92%;
  margin: 0 auto;
}
#version_up ul.three li {
  padding-bottom: 4.5rem;
  margin-bottom: 2rem;
}
#version_up ul.three li h3 {
  padding: 2.5rem 0;
  margin-bottom: 2.5rem;
}
#version_up ul.three li p {
  font-size: 1.8rem;
}
#version_up ul.three li div.flex {
  padding: 0 2.5rem 0 4rem;
}
#version_up ul.three li div.flex p {
  margin-right: 5rem;
  text-align: left;
  line-height: 1.8;
}
#version_up ul.three li div.flex img {
  padding-top: 0.5rem;
}
#version_up ul.three li h4 {
  font-size: 3.6rem;
  margin-bottom: 2rem;
}
#version_up ul.three li.human {
  background: #e1f6d2;
}
#version_up ul.three li.english {
  background: #feeaef;
}
#version_up ul.three li.ict {
  background: #ddf4fa;
}
#version_up ul.three li.ict div.flex p span {
  font-size: 1.5rem;
}
#version_up ul.three li.human h3 {
  background: url("../img/bg_version_up01.webp") no-repeat right 0.9rem bottom;
  background-color: #9dc812;
}
#version_up ul.three li.english h3 {
  background: url("../img/bg_version_up02.webp") no-repeat right 0.9rem bottom;
  background-color: #f2439a;
}
#version_up ul.three li.ict h3 {
  background: url("../img/bg_version_up03.webp") no-repeat right 0.9rem bottom;
  background-color: #00a0c2;
}
.request.version {
  margin-bottom: 9rem;
}
.request .inner {
  max-width: 100%;
}
.request h2 {
  font-size: 4rem;
  padding-bottom: 6rem;
}
.request.version h2 {
  background: url("../img/bg_request01.webp") no-repeat right calc(50% - 50rem) bottom -0.25rem;
  padding-top: 15px;
}
.request.purpose h2 {
  background: url("../img/bg_request02.webp") no-repeat right calc(50% - 50rem) bottom -0.25rem;
  height: 20.55rem;
  padding-top: 1.5rem;
}
.request .requestBox {
  display: block;
  background: #005fb2;
  position: relative;
  padding: 5rem 0;
}
.request .requestBox::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
.request .requestBox a &gt; img {
  box-shadow: 0.8rem 1rem 1rem 0rem rgba(0,0,0,0.4);
}
.request .requestBox &gt; img {
  z-index: 2;
  display: block;
  margin: 0 auto;
  position: relative;
  top: -20px;
}

.requestBoxLinks {
  display: flex;
  justify-content: space-between;
  width: 690px;
  margin: 30px auto 0;
}

#shortest {
  margin-bottom: 9.25rem;
}
#shortest ul li {
  padding: 1rem;
  margin-bottom: 3rem;
}
#shortest ul li.primary {
  background: #C85204;
}
#shortest ul li.junior {
  background: #478127;
}
#shortest ul li.senior {
  background: #005fb2;
}
#shortest h2 {
  margin-bottom: 5.25rem;
}
#shortest h3 {
  background: #fff;
}
#shortest li div.left &gt; p {
  font-size: 2rem;
  color: #fff;
  padding: 2rem 4rem 0;
  text-align: left;
  margin-bottom: 3.25rem;
  line-height: 1.75;
}
#shortest li div.left &gt; a {
  margin-left: -1rem;
}
#shortest li .person {
  height: fit-content;
}
.modal_check {
  background: #fef8e8;
  padding: 3rem 2.0rem 8rem 3.75rem;
  position: relative;
}
.modal_check#check_primary {
  border: 20px solid #ff8a00;
}
.modal_check#check_junior {
  border: 20px solid #5fae33;
}
.modal_check#check_senior {
  border: 20px solid #005fb2;
}
.modal_check h4 {
  margin-bottom: 3.5rem;
}
.modal_check div.flex div.right {
  margin-left: 3.25rem;
}
.modal_check div.flex div.right p.text {
  text-align: left;
  line-height: 1.95;
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
.modal_check div.flex div.right p.marks {
  font-size: 2rem;
  text-align: left;
}
.modal_check div.flex div.right p.marks span {
  background: #fff;
  padding: 1.25rem 1.25rem;
  border: 1px solid #ea0606;
  border-radius: 3rem;
  margin-right: 1.25rem;
}
.modal_check .close {
  position: absolute;
  right: 0;
  bottom: 0;
}
#voice {
  background: #fefed7;
  padding: 7rem 0 6rem;
  margin-bottom: 2.5rem;
}
#voice ul li.flex div.left {
  width: 26%;
}
#voice h2 {
  font-size: 6rem;
  margin-bottom: 4rem;
}
#voice ul {
  text-align: left;
}
#voice ul li.flex {
  padding-left: 4rem;
  align-items: flex-start;
}
#voice ul li.flex:not(:last-of-type) {
  margin-bottom: 7rem;
}
#voice ul li.flex div.right {
  margin-left: 3rem;
  margin-right: 1rem;
  width: 72%;
}
#voice ul li.flex div.right h3 {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}
#voice ul li.flex div.right h4 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
#voice ul li.flex div.right p {
  font-size: 1.8rem;
  line-height: 1.7;
  margin-right: 1rem;
}
#voice ul li.flex.primary div.right h3 {
  background: url("../img/bg_voice01.webp") repeat-x left bottom;
  padding-bottom: 0.25rem;
}
#voice ul li.flex.junior div.right h3 {
  background: url("../img/bg_voice02.webp") repeat-x left bottom;
  padding-bottom: 0.3em;
}
#voice ul li.flex.senior div.right h3 {
  background: url("../img/bg_voice03.webp") repeat-x left bottom;
  padding-bottom: 0.3rem;
}
#voice ul li.flex div.right h3 span {
  font-size: 5rem;
}
#counselling {
  margin-bottom: 8.5rem;
}
#counselling h2 {
  font-size: 6rem;
  background-image:
    url("../img/bg_counselling01.webp"),
    url("../img/bg_counselling02.webp"),
    url("../img/bg_counselling03.webp");
  background-repeat:
    no-repeat,
    no-repeat,
    repeat-x;
  background-position:
    left calc(50% - 42.5rem) bottom 0.2rem,
    right calc(50% - 41.5rem) bottom 0.2rem,
    bottom;
  line-height: 1.3;
  padding-bottom: 3.25rem;
  margin-bottom: 6rem;
}
#counselling div.flex {
  align-items: flex-end;
}
#counselling div.flex div.right {
  margin-left: 5rem;
  padding-top: 3rem;
}
#counselling div.flex div.right p {
  font-size: 2rem;
  text-align: left;
  margin-bottom: 4rem;
}
#counselling div.flex div.right a img {
  max-width: 51.5rem;
}
#look_for {
  background: #478127;
  padding: 9rem 0 5.5rem;
}
#look_for h2 {
  font-size: 6rem;
  color: #fff;
  margin-bottom: 6rem;
}
#look_for ul.flex {
  flex-wrap: wrap;
  justify-content: space-around;
}
#look_for ul.flex li {
  margin-bottom: 2rem;
}
footer {
  text-align: center;
  margin-bottom: 2.5rem;
}
footer ul li a,
footer p {
  color: #307E9C;
}
footer ul.flex {
  justify-content: center;
  margin-bottom: 2.5rem;
}
footer p.name {
  margin-bottom: 1rem;
}
footer p.copy {
  font-size: 1.3rem;
}

.human .flex,
.ict .flex{
  align-items: flex-start;
}

.document .photo{
  width: 391px;
}

#LearningProgram{
  margin-bottom: 30px;
}


/* -----------------------------------------------------------
 sp
----------------------------------------------------------- */
@media screen and (max-width:768px) {

  /* all */
  main &gt; section,
  footer {
		padding: 0 1rem;
	}
a.pc_display{display:none;}
a.sp_display{display:inline-block;}
  /* parts */
  header {
    padding: 1.25rem 0 1.25rem 1.25rem;
  }

  .header_cvListItem {
    margin-left: 2px;
  }
  .header_cvListItem img{
    height: 45px;
    width: auto;
  }
  header a.sp_display img {
    width: 16.696rem
  }
  #main {
    height: auto;
  }
  #about {
    padding: 3rem 0;
  }
  #about h2 {
    font-size: 2.25rem;
    margin-bottom: 1.25rem;
    line-height: 1.5;
  }
  #about h2 span.covez {
    font-size: 3.5rem;
    margin-left: 1.75rem;
    margin-right: 2rem;
    padding-left: 1.3rem;
  }
  #about h2 span.covez::after {
    top: 0.6rem;
  }
  #about h2 span.hosho {
    font-size: 2.5rem;
  }
  #about p img {
    margin: 0 auto;
    width: 94.5%;
  }
  #application ul {
    flex-direction: column;
  }
  #application {
    padding: 0;
    margin-bottom: 4rem;
  }
  #application ul li {
    padding: 5.5rem 1rem 3.5rem;
  }
  #application ul li a img.btn {
    margin-left: 0.5rem;
  }
  #application h2 {
    font-size: 2.8rem;
  }
  #application ul li img.photo {
    width: 100%;
  }
  #application h2 span {
    font-size: 2.4rem;
  }
  #application ul li h3 {
    font-size: 4rem;
    padding: 1rem 0;
    width: 96%;
  }
  #application ul li p {
    width: 96%;
  }
  #new_generation p.suggestion {
    font-size: 2rem;
  }
  #new_generation p.new {
    font-size: 3.6rem;
  }
  #version_up {
    padding: 0;
  }
  #version_up .inner &gt; div {
    padding: 5.5rem 1rem 2rem;
  }
  #version_up ul.three li div.flex {
    display: block;
    padding: 0 2rem;
  }
  #version_up ul.three li div.flex img {
    width: 100%;
  }
  #version_up ul.three li div.flex p {
    margin-right: 0;
  }
  #version_up ul.three {
    width: 100%;
  }
  #version_up ul.three li {
    padding-bottom: 2rem;
  }
  #version_up ul.three li h3 img {
    width: 35%;
  }
  #version_up ul.three li h4 {
    font-size: 3rem;
  }
  .request {
    padding: 0;
  }
  .request .requestBox {
    padding: 3rem 0;
  }
  .request .requestBox::after {
    display: none;
  }
  .request .requestBox &gt; img {
    width: 40%;
    top: -3vw
  }
  .request .requestBox a {
    top: 0;
  }
  .request .requestBox a img{
    max-width: 88%;
    margin: 0 auto;
  }
  .request h2 {
    font-size: 2.8rem;
  }
  .request.version {
    margin-bottom: 4rem;
  }
  .request.version h2 img {
    width: 30%;
  }
  .request.version h2 {
    background: url("../img/bg_request01.webp") no-repeat center bottom;
    background-size: 35%;
    padding: 0 1rem 13rem;
  }
  .request.purpose h2 {
    background: url("../img/bg_request02.webp") no-repeat center bottom;
    height: auto;
    padding-top: 1.5rem;
    background-size: 27%;
    padding-bottom: 15rem;
    height: auto;
  }
  .request.pleasure h2 {
    background: url("../img/bg_request03.webp") no-repeat center bottom;
    height: auto;
    padding-top: 6.5rem;
    background-size: 26%;
    padding-bottom: 15rem;
  }

  .requestBoxLinks {
    width: 94%;
    margin: 20px auto 0;
  }
  #shortest h2 {
    margin-bottom: 3rem;
  }
  #shortest h3 {
    padding: 1rem 4rem;
  }
  #shortest ul li {
    flex-direction: column;
  }
  #shortest li div.left &gt; a {
    margin-left: 0;
    padding: 0 1rem;
  }
  #shortest li div.left &gt; a img {
    width: 95%;
    margin-left: 0.5rem;
  }
  #shortest li div.left + img {
    width: 100%;
    margin: 0 auto;
  }
  #shortest ul li {
    padding: 1rem;
  }
  #shortest li div.left &gt; p {
    padding: 2rem 2rem 0;
    margin-bottom: 2rem;
  }
  #shortest ul li.flex div.left {
    margin-bottom: 2rem;
  }
  .modal_check {
    padding: 3rem 2.0rem 8rem;
  }
  .modal_check div.flex {
    display: block;
  }
  .modal_check div.flex &gt; img {
    margin-bottom: 2rem;
    width: 100%;
  }
  .modal_check h4 img {
    width: 100%;
  }
  .modal_check div.flex div.right {
    margin-left: 0;
  }
  .modal_check div.flex div.right p.marks {
    display: flex;
    flex-direction: column;
  }
  .modal_check div.flex div.right p.marks span {
    text-align: center;
    margin-bottom: 1.5rem;
  }
  #new_generation {
    height: 64rem;
    background: url(../img/bg_new_generation01.webp) no-repeat center 0rem;
    background-size: contain;
    padding-top: 1em;
  }
  #voice {
    padding: 7rem 1rem 6rem
  }
  #voice h2 {
    font-size: 4rem;
  }
  #voice ul li.flex div.left {
    width: 40%;
  }
  #voice ul li.flex div.right p {
    margin-right: 0;
    margin-left: -14rem;
  }
  #voice ul li.flex.primary div.right h3 {
    padding-bottom: 1rem;
  }
  #voice ul li.flex div.right {
    margin-left: 1rem;
  }
  #voice ul li.flex {
    padding-left: 0;
  }
  #voice ul li.flex.senior div.right h3 {
    padding-bottom: 0.75rem;
  }
  #counselling h2 {
    font-size: 3rem;
  }
  #counselling div.flex {
    display: block;
  }
  #counselling div.flex &gt; img {
    width: 100%;
  }
  #counselling div.flex div.right {
    margin-left: 0;
  }
  #counselling div.flex div.right a img {
    max-width: 100%;
  }
  #look_for {
    padding: 5rem 0 2.5rem;
  }
  #look_for h2 {
    font-size: 3rem;
    margin-bottom: 4rem;
  }
  #look_for ul.flex {
    justify-content: space-between;
    padding: 0px 1.5rem;
  }
  #look_for ul.flex li {
    width: 48%;
  }
  footer ul.flex li span.sp_display {
    display: inline;
  }
  footer ul.flex {
    flex-wrap: wrap;
    margin: 0 auto 2.5rem;
  }

  /* -----------stvoice-------------------- */

  #stvoice {
    margin-bottom: 4rem;
  }
  #stvoice &gt; .inner {
    padding-top: 4rem;
  }
  .ttl_wrap {
    width: 84.4vw;
    margin: 0 auto;
  }

  #stvoice p {
    font-size: 3.2vw;
  }

  #stvoice .stvoice_successful li:not(:first-child) {
    margin-top: 5.6vw;
  }

  .stvoice_successful {
    margin-top: 9vw;
    padding-bottom: 8vw;
  }

  .voice_wrap {
    display: block;
    margin-top: 4rem;
    padding-bottom: 5rem;
  }

  .voiceBlock {
    width: 100%;
    margin-bottom: 1vw;
  }

  .voiceTxt_wrap {
    padding: 0 5.3vw 6.6vw;
    height: 100%;
  }

  .voice01 {
    background: url("../img/stvoice01_sp.webp") no-repeat;
    background-size: contain;
    height: 36.8vw;
  }
  .voice02 {
    background: url("../img/stvoice02_sp.webp") no-repeat;
    background-size: contain;
    height: 25vw;
  }
  .voice03 {
    background: url("../img/stvoice03_sp.webp") no-repeat;
    background-size: contain;
    height: 30vw;
  }
  .voice04 {
    background: url("../img/stvoice04_sp.webp") no-repeat;
    background-size: contain;
    height: 24.1vw;
  }
  .voice05 {
    background: url("../img/stvoice05_sp.webp") no-repeat;
    background-size: contain;
    height: 29.4vw;
  }
  .voice06 {
    background: url("../img/stvoice06_sp.webp") no-repeat;
    background-size: contain;
    height: 35.7vw;
  }
  .voice07 {
    background: url("../img/stvoice07_sp.webp") no-repeat;
    background-size: contain;
    height: 31vw;
  }
  .voice08 {
    background: url("../img/stvoice08_sp.webp") no-repeat;
    background-size: contain;
    height: 35.7vw;
  }

  #LearningProgram{
    margin-bottom: 5vw;
  }

}



/* Ver-B用 sp ヘッダー非追従 */
@media screen and (max-width: 768px) {
  #type-b header {
    position: absolute;
  }
}

/* Ver-B用 sp 下部固定バナー */
@media print, screen and (min-width: 769px) {
  .footerFixd_bnr {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .footerFixd_bnr {
    position: fixed;
    bottom: -100px;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,0.6);
    padding: 10px 0;
    z-index: 2;
  }
  .footerFixd_bnr.scrollUp {
    animation: scrollUp 0.7s forwards;
    animation-iteration-count: 1;
    -webkit-animation: scrollUp 0.7s forwards;
    -webkit-animation-iteration-count: 1;
    display: block;
  }
  .footerFixd_bnr.scrollDown {
    animation: scrollDown 0.7s forwards;
    animation-iteration-count: 1;
    -webkit-animation: scrollDown 0.7s forwards;
    -webkit-animation-iteration-count: 1;
    display: block;
  }
  .footerFixd_bnr ul {
    width: 92.53333333333333%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
  }
  .footerFixd_bnr ul:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: "";
  }
  .footerFixd_bnr li {
    border-radius: 3px;
    background: #5fae33;
    width: 48%;
    float: left;
    margin-left: 4%;
  }
  .footerFixd_bnr li:first-child {
    background: #FA6803;
    margin-left: 0;
  }
  .footerFixd_bnr li:last-child {
    background: #FD4079;
  }
  .footerFixd_bnr a {
    display: -webkit-flex;
    display: flex;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    padding: 8px 10px;
    position: relative;
    text-decoration: none;
    -webkit-align-items: center;
            align-items: center;
    height: 100%;
    box-sizing: border-box;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .footerFixd_bnr a::before {
    content: '';
    width: 28px;
    height: 28px;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
    background: url("/assets/img/footerFixd_bnrIcon.png") no-repeat left top;
    background-size: contain;
  }
  .footerFixd_bnr a span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
  }
}

@-webkit-keyframes scrollUp {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes scrollUp {
  0% {
    bottom: -100px;
  }
  100% {
    bottom: 0;
  }
}
@-webkit-keyframes scrollDown {
  0% {
    bottom: 0;
  }
  100% {
    bottom: -100px;
  }
}
@keyframes scrollDown {
  0% {
    bottom: 0;
  }
  100% {
    bottom: -100px;
  }
}</pre></body></html>