@charset "UTF-8";
header {
  width: 100%;
  margin: 0px auto 0px;
  z-index: 9999;
  height: 60px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.5);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .logo_box {
  width: 200px;
  position: relative;
  padding: 10px 13px;
}

.guide_navi {
  z-index: 1;
  text-align: center;
}
.guide_navi li {
  width: 140px;
  line-height: 40px;
  font-size: 14px;
}
.guide_navi li a {
  color: #fff;
  display: block;
  background-color: #ef9e4e;
  position: relative;
  height: 60px;
  line-height: 60px;
}
.guide_navi li a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.guide_navi li a span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}
.guide_navi li a span::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  top: 2px;
  left: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  background: url(../img/i_doc.png) 50% 50% no-repeat;
  background-size: 20px auto;
  z-index: 99;
}
.guide_navi li a.inq {
  background-color: #3ab9aa;
}
.guide_navi li a.inq span:before {
  background: url(../img/i_mail.png) 50% 50% no-repeat;
  background-size: 20px auto;
}
.guide_navi li.tel {
  width: 190px;
  padding-top: 3px;
  line-height: 1;
  text-align: left;
}
.guide_navi li.tel .tel_txt {
  color: #e27171;
  display: block;
  font-size: 22px;
  background: url(../img/freedial.png) 0 55% no-repeat #fff;
  background-size: 23px auto;
  line-height: 1.3;
  padding-left: 29px;
  margin: 4px auto 0;
  height: auto;
}
.guide_navi li.tel span.time {
  font-size: 11px;
  letter-spacing: 0;
  font-weight: normal;
  -webkit-transform: scale(0.92, 0.92);
          transform: scale(0.92, 0.92);
  white-space: nowrap;
  display: block;
  margin-left: -0.8em;
  padding-top: 2px;
}

.tit_wrap01 {
  height: 180px;
  margin-bottom: 80px;
}
.tit_wrap01 h1,
.tit_wrap01 h2 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tit_wrap01:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -28px;
  border: 28px solid transparent;
  border-top: 30px solid #fcb195;
  z-index: 4;
}
.tit_wrap01 .support {
  position: absolute;
  bottom: 0;
  left: 865px;
  margin: auto;
  width: 315px;
  height: 348px;
  background: url(../img/img_support.png) 0 0 no-repeat;
  background-size: 100% auto;
  color: #fff;
}
.tit_wrap01 .support p {
  width: 183px;
  text-align: center;
  padding-top: 30px;
  margin: 14px 20px;
}

.tit_wrap02 {
  height: 330px;
  padding-top: 62px;
}
.tit_wrap02 .okigaru {
  width: 286px;
  height: 235px;
  position: absolute;
  bottom: 0;
  left: 916px;
  margin: auto;
}
.tit_wrap02 .okigaru :before {
  display: block;
  content: "";
  top: 0;
  left: 50px;
  margin: auto;
  position: absolute;
  width: 232px;
  height: 235px;
  background: url(../img/img_okigaru.png) 50% 50% no-repeat;
  background-size: 100% auto;
}
.tit_wrap02 .okigaru p {
  line-height: 1.3;
  width: 116px;
  height: 116px;
  text-align: center;
  padding-top: 30px;
  margin: 27px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100%;
}

/*----------------------------------------------------
	main
----------------------------------------------------*/
.clients {
  width: 912px;
  max-width: 100%;
  margin: 100px auto 110px;
}
.clients li {
  position: relative;
  width: 294px;
  height: 80px;
  background: #fff5f2;
  margin: 3px;
}
.clients li span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.stit_powerup {
  margin: 0 auto -36px;
}

.plan_box {
  padding-top: 174px;
  position: relative;
}
.plan_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -540px;
  border: 540px solid transparent;
  border-top: 102px solid #fff;
}
.plan_box .b_w {
  display: inline;
  border-bottom: 3px solid #fff;
}
.plan_box .ribbon {
  background: url(../img/riboon.png) 50% 0 no-repeat;
  background-size: 100% auto;
  width: 584px;
  height: 95px;
  margin: 54px auto 24px;
  padding-top: 7px;
}
.plan_box .clm3 {
  margin: 25px auto 75px;
}
.plan_box .clm3 li {
  width: 280px;
  height: 180px;
  border-radius: 8px;
  background-color: #fff;
  padding: 34px 24px 30px;
  margin: 0 17px;
  border: 2px solid #ebebeb;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.plan_box .clm3 li h4 {
  margin-bottom: 20px;
}

h3.txt28.txt_rose i {
  padding-bottom: 12px;
}

#s02 .txt_box {
  padding: 40px 0 20px;
  margin: 0 auto 76px;
}
#s02 .txt_box.justify {
  border-bottom: 3px solid #ebebeb;
  padding: 40px 0 65px;
}
#s02 .w440 {
  width: 440px;
  max-width: 49%;
}
#s02 .w440.img {
  padding-top: 5px;
}
#s02 .w440 a {
  display: inline;
}

#s03 {
  padding-bottom: 150px;
}
#s03 .tit_wrap01 {
  height: 164px;
}
#s03 .bg_w.w900 {
  padding: 40px 140px;
}
#s03 .bg_w.w900:before {
  display: block;
  content: "";
  width: 187px;
  height: 213px;
  top: 85px;
  left: 10px;
  margin: auto;
  position: absolute;
  background: url(../img/bear.png) 50% 50% no-repeat;
  background-size: 100% auto;
}
#s03 .fuki {
  width: 345px;
  height: 147px;
  margin: 0 auto 22px;
  background: url(../img/fuki_grade.png) 50% 50% no-repeat;
  background-size: 100% auto;
  padding-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.55;
}
#s03 .point5 {
  margin: 70px auto 25px;
}
#s03 .point5 li {
  margin: 0 0 50px;
  width: 286px;
}
#s03 .point5 li h4 {
  margin: 20px auto 0;
}
#s03 .bg_rose {
  width: 750px;
  max-width: 100%;
  margin: 0 auto;
  padding: 35px 30px 35px;
  border-radius: 20px;
}
#s03 .bg_rose span {
  position: relative;
  display: inline-block;
}
#s03 .bg_rose span:before {
  display: block;
  content: "・";
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  font-size: 3rem;
}

.bg_w.box1000 {
  max-width: 94%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px rgba(226, 113, 113, 0.5);
          box-shadow: 0px 0px 20px rgba(226, 113, 113, 0.5);
  padding: 53px 0 75px;
}

#s04 .bg_pink {
  padding: 40px 70px 30px;
  margin: 43px auto 25px;
}
#s04 .bg_pink .list01 li {
  padding-left: 1.2em;
  margin-bottom: 10px;
}
#s04 .bg_pink .list01 li:before {
  display: block;
  content: "";
  top: 10px;
  left: 5px;
  margin: auto;
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #e27171;
  border-radius: 100%;
}

.pylamid {
  width: 508px;
  margin: 0 auto;
}
.pylamid ol {
  width: 508px;
  height: 254px;
  background: url(../img/chart03@2x.png) 50% top no-repeat;
  background-size: 100% auto;
  margin-bottom: 10px;
}
.pylamid ol li {
  line-height: 68px;
  margin-top: 2px;
}
.pylamid ol li:first-child {
  height: 109px;
  margin-top: 0;
  padding-top: 48px;
  line-height: 1.4;
}

#s05 .tit_wrap {
  height: 400px;
  padding-top: 112px;
}
#s05 .tit_wrap:before {
  display: block;
  content: " ";
  top: 0;
  left: 0;
  right: 0;
  height: 400px;
  width: 100%;
  margin: auto;
  position: absolute;
  background: url(../img/bg_result.jpg) 50% top no-repeat;
  background-size: cover;
}
#s05 .bg_w.box1000 {
  margin: -132px auto 100px;
}
#s05 .result {
  margin-bottom: 30px;
}
#s05 .result li {
  width: 170px;
  height: 170px;
  border: 1px solid #e27171;
  margin: 0 30px 25px 30px;
  border-radius: 100%;
  position: relative;
  color: #606060;
}
#s05 .result li div {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#s06 {
  padding: 83px 0 100px;
}
#s06 .case_box {
  margin: 45px auto 0;
}
#s06 .case_box + .case_box {
  margin: 30px auto 0px;
}

.table01 {
  font-size: 1.6rem;
  width: 100%;
}
.table01 tr {
  border-bottom: 5px solid #fff;
}
.table01 th {
  background-color: #e27171;
  padding: 10px;
  color: #fff;
  vertical-align: middle;
  width: 182px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table01 td {
  text-align: left;
  padding: 11px 30px;
  background-color: #f2f2f2;
}
.table01 td li {
  margin: 5px 0;
}

.voice.justify li {
  margin: 35px 0 0;
  width: 440px;
  max-width: 100%;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #ebebeb;
  padding: 30px 30px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.voice.justify li img {
  margin-bottom: 25px;
}
.voice.justify li p {
  text-align: left;
}

footer {
  padding-top: 20px;
  /*border-top: #c2c2c2 dotted 2px;*/
  background: url(../img/bg_footer_pc.png) center bottom repeat-x;
  background-size: auto 270px;
}
footer .snsBlock {
  text-align: center;
  padding: 28px 0 10px;
}
footer .snsBlock p {
  margin-bottom: 13px;
  font-size: 12px;
  font-weight: bold;
}
footer .snsList li {
  display: inline-block;
  width: 39px;
  height: 39px;
}
footer .snsList li + li {
  margin-left: 22px;
}
footer .snsList li a {
  display: block;
  text-indent: -9999px;
  width: 100%;
  height: 39px;
  background: url(../img/ico_sns.png) 0 0 no-repeat;
  background-size: 39px auto;
}
footer .snsList li a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
footer .snsList li:nth-child(2) a {
  background-position: 0 -38px;
}
footer .snsList li:nth-child(3) a {
  background-position: 0 -77px;
}
footer .snsList li:nth-child(4) a {
  background-position: 0 -116px;
}
footer .copyBlock {
  padding-top: 280px;
  position: relative;
}
footer .copyText {
  position: absolute;
  left: 0;
  bottom: 4px;
  width: 100%;
  padding-bottom: 3px;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

@media screen and (min-width: 737px) {
  /*-----------------------------*/
  .main_img {
    margin-top: 59px;
  }
  .main_img .img img {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover; object-position: center top;";
    /*IE対策*/
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
/*-----------------------------*/
@media screen and (max-width: 737px) {
  /*-----------------------------*/
  header {
    height: 40px;
  }
  header .logo_box {
    padding: 4px;
    width: 40%;
  }
  header .logo_box img {
    height: 27px;
    width: auto;
  }
  header .guide_navi {
    width: 150px;
    height: 40px;
  }
  header .guide_navi li.tel {
    display: inline-block;
    width: auto;
    padding-top: 1px;
  }
  header .guide_navi li.tel .tel_txt {
    display: inline-block;
    font-size: 16px;
    background-size: 18px auto;
    line-height: 1.2;
    padding-left: 23px;
  }
  header .guide_navi li.tel span.time {
    -webkit-transform: scale(0.74, 0.74);
            transform: scale(0.74, 0.74);
    margin-left: -2.4em;
    padding-top: 1px;
  }

  .tit_wrap01 {
    height: 200px;
    margin-bottom: 35px;
  }
  .tit_wrap01 h1,
.tit_wrap01 h2 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .tit_wrap01:before {
    margin-left: -17px;
    border: 17px solid transparent;
    border-top: 17px solid #fcb195;
  }

  .tit_wrap02 {
    height: 360px;
    padding-top: 30px;
  }
  .tit_wrap02 h3 {
    margin-bottom: 170px;
    line-height: 1.5;
  }
  .tit_wrap02.btm {
    height: 288px;
  }
  .tit_wrap02.btm h3 {
    margin-bottom: 25px;
  }
  .tit_wrap02 .okigaru {
    width: 226px;
    height: 160px;
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .tit_wrap02 .okigaru :before {
    display: block;
    content: "";
    top: 0;
    left: 50px;
    margin: auto;
    position: absolute;
    width: 186px;
    height: 160px;
    background: url(../img/img_okigaru.png) 50% 0 no-repeat;
    background-size: 100% auto;
  }
  .tit_wrap02 .okigaru p {
    line-height: 1.5;
    width: 96px;
    height: 96px;
    padding-top: 24px;
    margin: 18px 5px;
    font-size: 1.4rem;
  }

  .btn01 {
    margin: 0 auto;
    width: 336px;
    height: 60px;
    max-width: 100%;
  }
  .btn01 a {
    max-width: 100%;
    line-height: 56px;
    height: 60px;
    font-size: 1.8rem;
  }
  .btn01 + .btn01 {
    margin-top: 10px;
  }

  .main_img {
    margin-top: 40px;
  }

  .clients {
    margin: 50px auto 55px;
  }
  .clients .jisseki {
    margin-bottom: 25px;
  }
  .clients .jisseki img {
    height: 78px;
    width: auto;
  }
  .clients li {
    width: 49%;
    height: 45px;
    font-size: 1.1rem;
    margin: 3px 0;
    line-height: 1.4;
  }
  .clients .txt14 {
    font-size: 1.1rem;
  }

  .stit_powerup {
    margin: 0 auto -30px;
  }

  .plan_box {
    padding: 0px 20px 20px;
    position: relative;
  }
  .plan_box:before {
    margin-left: -370px;
    border: 370px solid transparent;
    border-top: 62px solid #fff;
  }
  .plan_box .txt50 {
    font-size: 2.2rem;
    margin-top: 88px;
  }
  .plan_box .b_w {
    display: inline;
    border-bottom: 3px solid #fff;
  }
  .plan_box .ribbon {
    width: 286px;
    height: 50px;
    margin: 32px auto 12px;
    padding-top: 0px;
    font-size: 1.6rem;
  }
  .plan_box h4.txt36 {
    font-size: 2.2rem;
    margin-bottom: 8px;
  }
  .plan_box .clm3 {
    margin: 25px auto 0;
  }
  .plan_box .clm3 li {
    width: 100%;
    max-width: 300px;
    height: 130px;
    padding: 12px 18px 20px;
    margin: 0 auto 10px;
    line-height: 1.7;
  }
  .plan_box .clm3 li h4 {
    margin-bottom: 7px;
    font-size: 2.2rem;
  }

  #s02 .txt_box {
    padding: 12px 0 40px;
    margin: 0 auto 52px;
  }
  #s02 .txt_box:last-child {
    padding: 12px 0 0px;
  }
  #s02 .txt_box.justify {
    padding: 12px 0 40px;
  }
  #s02 .txt_box.colm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #s02 .txt_box.colm .img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  #s02 .txt_box.colm .w440.tL {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #s02 .txt_box .w440 {
    width: 100%;
    max-width: 100%;
  }
  #s02 .txt_box .w440.img {
    padding-top: 20px;
  }

  #s03 {
    padding-bottom: 40px;
  }
  #s03 .tit_wrap01 {
    height: 118px;
  }
  #s03 .txt28.mb40 {
    margin-bottom: 15px;
  }
  #s03 .bg_w.w900 {
    padding: 24px 12px;
    letter-spacing: 0;
    line-height: 1.75;
  }
  #s03 .bg_w.w900:before {
    width: 70px;
    height: 80px;
    top: auto;
    bottom: -60px;
    left: -6px;
  }
  #s03 .bg_w.w900 .txt_rose.txt28 {
    font-size: 1.6rem;
  }
  #s03 .fuki {
    width: 190px;
    height: 80px;
    margin: 0 auto 22px;
    padding-top: 10px;
    line-height: 1.55;
    font-size: 1.2rem;
  }
  #s03 .bg_w.box1000 {
    width: 100%;
    max-width: 100%;
    padding: 20px 15px;
  }
  #s03 .bg_w.box1000 h3 .txt36 {
    line-height: 1.6;
    font-size: 2rem;
    padding-top: 10px;
    line-height: 1.6;
  }
  #s03 .point5 {
    margin: 20px auto 25px;
  }
  #s03 .point5 li {
    margin: 0 0 25px;
    width: 100%;
  }
  #s03 .point5 li h4 {
    margin: 10px auto 0;
    font-size: 2rem;
    line-height: 1.6;
  }
  #s03 .bg_rose {
    padding: 25px 0 25px 5px;
    font-size: 2rem;
  }
  #s03 .bg_rose span:before {
    content: "・";
    top: -14px;
    font-size: 1.8rem;
  }

  /*-----------------------------*/
}
@media screen and (max-width: 737px) and (min-width: 481px) {
  /*-----------------------------*/
  #s03 .point5 {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #s03 .point5 li {
    margin: 0 0 25px;
    width: 49%;
  }
  #s03 .point5 li h4 .nowrap {
    white-space: normal;
  }
}
@media screen and (max-width: 737px) {
  #s04 {
    margin-bottom: 50px;
  }
  #s04 .bg_pink {
    padding: 20px 20px 20px 16px;
    margin: 25px auto 25px;
  }
  #s04 .bg_pink .list01 li {
    margin-bottom: 5px;
    font-size: 1.6rem;
    line-height: 1.65;
  }
  #s04 .bg_pink .list01 li:before {
    top: 10px;
    left: 3px;
    width: 10px;
    height: 10px;
  }
  #s04 .txt20.txt_rose {
    line-height: 1.75;
  }
}
@media screen and (max-width: 737px) {
  .pylamid {
    width: 334px;
    margin: 0 auto;
  }
  .pylamid ol {
    width: 334px;
    height: auto;
    background: url(../img/chart03@2x.png) 50% top no-repeat;
    background-size: 100% auto;
    margin-bottom: 10px;
  }
  .pylamid ol li {
    font-size: 1.1rem;
    line-height: 44px;
    margin-top: 2px;
  }
  .pylamid ol li:first-child {
    height: 72px;
    margin-top: 0;
    padding-top: 30px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 737px) {
  #s05 .tit_wrap {
    height: 200px;
    padding-top: 40px;
    line-height: 1.6;
  }
  #s05 .tit_wrap:before {
    height: 200px;
    background: url(../img/bg_result_sp.jpg) 50% top no-repeat;
    background-size: cover;
  }
  #s05 .bg_w.box1000 {
    margin: -50px auto 40px;
    padding: 40px 10px;
  }
  #s05 .bg_w.box1000 .txt36 {
    margin-bottom: 20px;
  }
  #s05 .result {
    margin-bottom: 0px;
  }
  #s05 .result li {
    width: 120px;
    height: 120px;
    margin: 0 10px 25px;
  }
  #s05 .result li img {
    width: 64px;
    padding-top: 5px;
  }
  #s05 .result li p {
    line-height: 1;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 737px) {
  #s06 {
    padding: 45px 0 50px;
  }
  #s06 .case_box {
    margin: 30px auto 0;
    padding: 30px 22px 10px;
  }
  #s06 .case_box + .case_box {
    margin: 30px auto 0px;
  }
}
@media screen and (max-width: 737px) {
  .voice.justify li {
    margin: 15px 0 20px;
    padding: 24px 25px 20px;
  }
  .voice.justify li img {
    margin-bottom: 25px;
  }
  .voice.justify li p {
    text-align: left;
  }
  .voice.justify li p.mb30 {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 737px) {
  .table01 {
    width: 100%;
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .table01 tr,
.table01 tbody {
    display: block;
    width: 100%;
  }
  .table01 th {
    display: block;
    width: 100%;
    padding: 1px 15px 2px;
    text-align: center;
    font-weight: normal;
  }
  .table01 td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 15px 12px;
    text-align: left;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 737px) {
  .footer {
    padding-top: 0px;
    background: url(../img/bg_footer.png) center bottom repeat-x;
    background-size: auto 158px;
    margin-bottom: 58px;
  }
  .footer .snsList li + li {
    margin-left: 5px;
  }
  .footer .copyBlock {
    padding-top: 150px;
    position: relative;
  }
  .footer .copyText {
    font-size: 11px;
    line-height: 1;
  }
}
@media screen and (max-width: 737px) {
  #fix_btn {
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    height: 58px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
            box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
    padding: 2px;
  }
  #fix_btn li {
    width: 50%;
    height: 54px;
  }
  #fix_btn li:first-child {
    border-right: 1px solid #fff;
  }
  #fix_btn li:last-child {
    border-left: 1px solid #fff;
  }
  #fix_btn li a {
    color: #fff;
    display: block;
    background-color: #ef9e4e;
    position: relative;
    height: 54px;
    line-height: 54px;
  }
  #fix_btn li a:hover {
    opacity: 0.7;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  #fix_btn li a span {
    display: inline-block;
    position: relative;
    padding-left: 25px;
  }
  #fix_btn li a span::before {
    display: block;
    content: "";
    width: 20px;
    height: 20px;
    top: 2px;
    left: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    background: url(../img/i_doc.png) 50% 50% no-repeat;
    background-size: 20px auto;
    z-index: 99;
  }
  #fix_btn li a.inq {
    background-color: #3ab9aa;
  }
  #fix_btn li a.inq span:before {
    background: url(../img/i_mail.png) 50% 50% no-repeat;
    background-size: 20px auto;
  }
}
/*-----------------------------*/
/*# sourceMappingURL=style.css.map */