/* ----------------------------------------
 Reset
---------------------------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* ----------------------------------------
 Base
---------------------------------------- */
html {
  font-family: "Noto Sans Japanese", serif;
  font-weight: 500;
  font-size: 62.5%;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: #FFF;
  color: #000;
  width: 100%;
  min-width: 1000px;
  margin: 0 auto;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.65;
}

* {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #00aaff;
  text-decoration: none;
  border: none;
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
}
a img {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:focus, *:focus {
  outline: none;
}

br {
  line-height: 1;
}

img {
  vertical-align: top;
}

input[type="button"], input[type="submit"], select, button {
  cursor: pointer;
}

::-ms-expand {
  display: none;
}

body.ios a img {
  opacity: 1;
}

input[type="button"], input[type="submit"], input[type="text"], select, button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
}

input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder {
  color: #aaa;
  font-weight: normal;
}

/*clearfix --------------------------- */
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.cl {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.pc-in {
  display: inline-block;
}

.sp-in {
  display: none;
}

.pc-table {
  display: table;
}

.sp-table {
  display: none;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: inherit;
    font-weight: 400;
  }

  img {
    width: 100%;
  }

  a:hover img {
    opacity: 1;
  }

  body.ios input[type="text"],
  body.ios select,
  body.ios textarea {
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .pc-in {
    display: none;
  }

  .sp-in {
    display: inline-block;
  }

  .pc-table {
    display: none;
  }

  .sp-table {
    display: table;
  }
}
/* ========================================
 Common PC Setting
======================================== */
.inner {
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

h2 {
  margin-bottom: 28px;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1;
}

.h2-lead {
  text-align: center;
}

h3 {
  background: #00aaff;
  color: #FFF;
  display: block;
  width: 712px;
  height: 60px;
  margin: 0 auto 30px;
  font-size: 2.7rem;
  font-weight: 500;
  line-height: 55px;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
h3.is-brown {
  background: #c9bbac;
  color: #000;
}

a.btn {
  background: #1e9239;
  color: #FFF;
  display: inline-block;
  width: 100%;
  height: 66px;
  line-height: 62px;
  vertical-align: top;
  border: 2px solid #1e9239;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
a.btn:hover {
  background: #FFF;
  color: #1e9239;
}
a.btn span {
  background-image: url(../img/common/contact_arrow.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 40px;
}
a.btn.is-blue {
  background: #00aaff;
  max-width: 474px;
  border: 2px solid #00aaff;
}
a.btn.is-blue:hover {
  background: #FFF;
  color: #00aaff;
}
a.btn.is-blue span {
  background-image: url(../img/common/arrow_blue.png);
}

.bottom-btns {
  text-align: center;
  margin-bottom: 140px;
}

.contact-block .contact-frame {
  padding: 45px 0;
  border: #A0A0A0 solid 1px;
  text-align: center;
  font-size: 0;
}
.contact-block .contact-frame a {
  max-width: 200px;
  font-size: 1.6rem;
}
.contact-block .contact-frame .tel {
  display: inline-block;
  text-align: left;
  margin-left: 30px;
  font-size: 1.6rem;
}
.contact-block .contact-frame .tel span {
  display: block;
  color: #1e9239;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1;
}
.contact-block .contact-frame .tel a {
  font-size: 1.6rem;
}
.contact-block .lead {
  color: #1e9239;
  margin: 30px 0 150px;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.under-footer {
  background: #00aaff;
}
.under-footer footer {
  margin: 0;
  padding: 20px 0;
}

.is-hide {
  display: none !important;
}

/* ----------------------------------------
 Header
---------------------------------------- */
header {
  overflow: hidden;
}
header .logo {
  padding-top: 10px;
}
header .logo a {
  color: #000;
}
header .logo span {
  display: inline-block;
  margin-left: 30px;
  font-size: 2rem;
  vertical-align: bottom;
  line-height: 1;
}
header .btns {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0;
}
header .btns a {
  display: inline-block;
  height: 50px;
  padding: 0px 20px;
  color: #FFF;
  font-size: 1.6rem;
  line-height: 42px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
header .btns a.request {
  background-color: #00aaff;
  border: 2px solid #00aaff;
}
header .btns a.contact {
  background-color: #1e9239;
  border: 2px solid #1e9239;
}
header .btns a:hover {
  background-color: #FFF;
}
header .btns a:hover.request {
  color: #00aaff;
  border: 2px solid #00aaff;
}
header .btns a:hover.contact {
  color: #1e9239;
  border: 2px solid #1e9239;
}

.sp-nav {
  display: none;
}

/* ----------------------------------------
 Footer
---------------------------------------- */
footer {
  padding-top: 75px;
  padding-bottom: 25px;
  overflow: hidden;
}
footer .footer-left {
  float: left;
}
footer .footer-left .logo span {
  display: inline-block;
  margin-left: 10px;
  font-size: 1.4rem;
  vertical-align: bottom;
  line-height: 1;
}
footer .footer-left .copy {
  margin-top: 5px;
  font-size: 1rem;
}
footer .privacy {
  float: right;
  background: #FFF;
  height: 84px;
  margin-right: 30px;
  padding: 10px 10px 10px 15px;
  font-size: 1rem;
  overflow: hidden;
}
footer .privacy .text {
  float: left;
}
footer .privacy .mark {
  float: right;
}
footer .pagetop-area {
  float: right;
}
footer .pagetop-area a {
  display: block;
  margin-bottom: 6px;
}

/* ========================================
 TOP PC Setting
======================================== */
.page-index {
  background-image: url(../img/index/bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  min-height: 1510px;
  position: relative;
  z-index: 300;
}

.page-index2 {
  background-image: url(../img/index/bg2.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  width: 100%;
  max-width: 1236px;
  margin-top: -1000px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 1070px;
  padding-bottom: 130px;
  text-align: center;
  position: relative;
  z-index: 0;
}
.page-index2 ul {
  text-align: center;
}
.page-index2 ul li {
  background: #00aaff;
  display: inline-block;
  width: 836px;
  height: 80px;
  margin-bottom: 30px;
  font-size: 4rem;
  font-weight: 700;
  line-height: 75px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
}
.page-index2 ul li span {
  color: #ffff00;
  font-weight: 900;
}
.page-index2 .robo {
  margin-top: 80px;
  display: inline-block;
  position: relative;
}
.page-index2 .robo span {
  display: inline-block;
  font-size: 2rem;
  position: absolute;
  right: 60px;
  top: 54px;
}

.page-index3 {
  background-image: url(../img/index/point_photo.png);
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  max-width: 1236px;
  margin: -60px auto 70px;
  padding: 100px 0 70px;
  position: relative;
  z-index: 200;
  text-align: center;
}
.page-index3 .title {
  padding-left: 0.5em;
  font-size: 4.7rem;
  font-weight: 700;
  letter-spacing: -1px;
}
.page-index3 ul {
  width: 100%;
  max-width: 942px;
  margin: 30px auto 0;
}
.page-index3 ul li {
  background: #fff;
  height: 80px;
  margin-bottom: 30px;
  padding-left: 20px;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 75px;
  position: relative;
  -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
}
.page-index3 ul li span {
  color: #ff0000;
}
.page-index3 ul li:before {
  content: "";
  background: url(../img/index/point_tag.png);
  width: 36px;
  height: 65px;
  position: absolute;
  left: 20px;
  top: -7px;
}

.index-footer-wrap {
  overflow: hidden;
}

.index-footer {
  padding-top: 300px;
  position: relative;
  z-index: 90;
  background-color: #0af;
}
.index-footer .contact-main {
  min-height: 400px;
}
.index-footer:before {
  content: "";
  background-image: url(../img/index/bg3.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-color: #fff;
  width: 4000px;
  height: 2600px;
  position: absolute;
  left: 50%;
  top: -364px;
  margin-left: -2000px;
  z-index: -1;
}

/* ----------------------------------------
 Intro
---------------------------------------- */
.intro {
  margin-top: 60px;
}
.intro .intro-left {
  width: 50%;
  min-width: 500px;
  text-align: center;
}
.intro h1 .text01 {
  padding-left: 0.5em;
  padding-bottom: 5px;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
}
.intro h1 .text02 {
  font-size: 5.5rem;
  font-weight: 900;
  line-height: 1;
}
.intro .lead {
  width: 412px;
  margin: 45px auto 0;
  position: relative;
  font-size: 1.6rem;
  overflow: hidden;
}
.intro .lead .huki {
  background-repeat: no-repeat;
  position: relative;
  color: #ffff00;
  font-size: 2rem;
  font-weight: 500;
  line-height: 39px;
  overflow: hidden;
}
.intro .lead .huki01 {
  background-image: url(../img/index/huki01.png);
  width: 297px;
  height: 55px;
  margin-top: 5px;
}
.intro .lead .huki02 {
  float: right;
  background-image: url(../img/index/huki02.png);
  width: 338px;
  height: 56px;
  margin-top: -3px;
}
.intro .lead .huki03 {
  float: left;
  background-image: url(../img/index/huki03.png);
  width: 178px;
  height: 55px;
  margin-top: -5px;
}
.intro .lead .text {
  float: left;
  font-size: 1.8rem;
  margin-left: 10px;
  padding-top: 13px;
}
.intro .soudan {
  margin-top: 30px;
  font-weight: 900;
  line-height: 1;
}
.intro .soudan .text01 {
  font-size: 2.3rem;
}
.intro .soudan .text02 {
  margin-top: 10px;
  padding-left: 0.5em;
  font-size: 5rem;
}
.intro .soudan a {
  background: url(../img/index/btn01_on.png);
  display: inline-block;
  width: 299px;
  height: 84px;
  margin-top: 25px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: left;
  position: relative;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.intro .soudan a:hover {
  color: #FFF;
}
.intro .soudan a:hover img {
  opacity: 0;
}
.intro .soudan a span {
  display: inline-block;
  padding: 32px 0 0 25px;
  position: absolute;
  left: 0;
  top: 0;
}

.index-difference {
  margin-top: 250px;
  text-align: center;
}
.index-difference ul {
  margin-top: 40px;
  text-align: center;
  font-size: 0;
}
.index-difference ul li {
  display: inline-block;
  width: 204px;
  height: 328px;
  margin: 0 40px;
  position: relative;
}
.index-difference ul li.last div {
  line-height: 1.2;
}
.index-difference ul li div {
  display: table;
  width: 100%;
  height: 204px;
  font-size: 3.5rem;
  font-weight: 900;
  text-align: center;
  line-height: 1.4;
  position: absolute;
  bottom: 0;
}
.index-difference ul li div span {
  display: table-cell;
  vertical-align: middle;
}
.index-difference .tumari {
  color: #FFF;
  margin-top: 80px;
  padding-left: 1em;
  font-size: 5rem;
  font-weight: 700;
  letter-spacing: -1px;
}

.flow-block {
  background: #00aaff;
  width: 100%;
  max-width: 1150px;
  margin: 32px auto 60px;
  padding: 86px 70px;
}
.flow-block .flow-table {
  background-image: url(../img/index/flow_bg.png);
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  -webkit-background-size: 100%;
  background-size: 100%;
}
.flow-block .flow-table table {
  width: 100%;
  height: 152px;
}
.flow-block .flow-table table td {
  width: 25%;
  vertical-align: middle;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
}
.flow-block .flow-table table td.dounyu {
  color: #FFF;
}
.flow-block .flow-table table td span {
  display: block;
  font-size: 1.6rem;
  font-weight: 350;
}
.flow-block .flow-step {
  margin-top: 10px;
}
.flow-block .flow-step ul li {
  position: relative;
  padding-top: 24px;
}
.flow-block .flow-step ul li .step-num {
  background: #000;
  color: #FFF;
  width: 98px;
  height: 98px;
  position: absolute;
  right: 100px;
  top: 0;
  font-size: 2rem;
  font-weight: 300;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.flow-block .flow-step ul li .step-num__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.flow-block .flow-step ul li .step-num span {
  font-weight: 300;
  font-size: 2.4rem;
}
.flow-block .flow-step ul li .step-wrap {
  display: table;
  background: #FFF;
  width: 100%;
  height: 280px;
  padding: 10px;
  overflow: hidden;
}
.flow-block .flow-step ul li .step-wrap .photo {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
}
.flow-block .flow-step ul li .step-wrap .photo img {
  width: 100%;
}
.flow-block .flow-step ul li .step-wrap .information {
  display: table-cell;
  width: 50%;
  padding: 0 70px 0 40px;
  vertical-align: middle;
  position: relative;
}
.flow-block .flow-step ul li .step-wrap .information a.step-arrow {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -31px;
}
.flow-block .flow-step ul li .step-wrap .information .title {
  font-size: 3rem;
  margin-bottom: 10px;
}
.flow-block .flow-step ul li .step-wrap .information strong {
  font-weight: 900;
}

.bx-wrapper {
  margin: 0;
}

.bx-wrapper .bx-controls-direction a {
  background-repeat: no-repeat;
  background-position: 0;
  width: 23px;
  height: 62px;
  margin-top: -20px;
}

.bx-wrapper .bx-prev {
  background-image: url("../img/index/step_arrow_left.png");
  left: 30px;
}

.bx-wrapper .bx-next {
  background-image: url("../img/index/step_arrow_right.png");
  right: 30px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: 0;
}

.more-block {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 0;
}
.more-block a {
  display: inline-block;
  color: #FFF;
  width: 31.1%;
  margin-left: 3.3%;
  height: 207px;
  font-size: 1.8rem;
  position: relative;
}
.more-block a:first-child {
  margin-left: 0;
}
.more-block a.more01 {
  background-image: url(../img/index/more_photo01_on.png);
}
.more-block a.more02 {
  background-image: url(../img/index/more_photo02_on.png);
}
.more-block a.more03 {
  background-image: url(../img/index/more_photo03_on.png);
}
.more-block a:hover img {
  opacity: 0;
}
.more-block a span {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -.7em;
  padding-right: 30px;
  font-weight: 400;
}
.more-block a span:after {
  content: "";
  background-image: url(../img/common/arrow_blue.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}

.more-block02 {
  text-align: center;
  font-size: 0;
  margin-bottom: 150px;
}
.more-block02 a {
  display: inline-block;
  color: #FFF;
  width: 100%;
  height: 130px;
  font-size: 1.8rem;
  position: relative;
}
.more-block02 a.more04 {
  background: #00aaff;
}
.more-block02 a span.text01 {
  position: absolute;
  left: 12%;
  top: 40%;
  margin-top: -.7em;
  font-weight: 400;
  padding-left: 150px;
  text-align: left;
}
.more-block02 a span.text01:before {
  content: "";
  background-image: url(../img/index/more_illust04.png);
  background-repeat: no-repeat;
  width: 119px;
  height: 102px;
  position: absolute;
  left: 0;
  top: -40%;
}

.more-block02 a span.text02 {
  position: absolute;
  right: 18%;
  top: 50%;
  margin-top: -.7em;
  padding-right: 30px;
  font-weight: 400;
}
.more-block02 a span.text02:after {
  content: "";
  background-image: url(../img/common/arrow_blank.png);
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -10px;
}

.about-block {
  width: 100%;
  max-width: 858px;
  margin: auto;
  position: relative;
  z-index: 100;
}
.about-block .about-wrap {
  background: #c9bbac;
  padding: 60px;
  text-align: center;
}
.about-block .about-inner {
  background: #FFF;
  padding: 30px 60px 60px;
}
.about-block .title {
  font-size: 3rem;
  font-weight: 700;
}
.about-block .information {
  margin-top: 20px;
  border-top: 1px solid #c9bbac;
  font-size: 1.9rem;
  text-align: left;
}
.about-block .information dl {
  padding: 15px 0;
  border-bottom: 1px solid #c9bbac;
  overflow: hidden;
}
.about-block .information dl dt {
  float: left;
  min-width: 7.5em;
}
.about-block .information dl dd {
  overflow: hidden;
}
.about-block > p {
  margin-top: 15px;
  font-size: 1.2rem;
}

/* ========================================
 UNDER PC Setting
======================================== */
.page-under {
  padding-top: 80px;
}

.rpa-merit ul {
  margin: 100px 0;
  font-size: 2.1rem;
  line-height: 1.4;
  color: #FFF;
  overflow: hidden;
}
.rpa-merit ul li {
  float: left;
  width: 30.2%;
  margin-left: 4.7%;
}
.rpa-merit ul li:first-child {
  margin-left: 0;
}
.rpa-merit ul li .photo img {
  width: 100%;
  max-width: 302px;
}
.rpa-merit ul li .text {
  background: #00aaff;
  padding: 10px 0;
  text-align: center;
}

.rpa-special ul {
  margin: 60px 0 100px;
  font-size: 2.4rem;
  line-height: 1.4;
  overflow: hidden;
}
.rpa-special ul li {
  float: left;
  width: 19.6%;
  margin-left: 7.19%;
  text-align: center;
}
.rpa-special ul li.special03 {
  width: 24.6%;
  margin-left: 4.7%;
}
.rpa-special ul li.special04 {
  width: 19.6%;
  margin-left: 4.7%;
}
.rpa-special ul li:first-child {
  margin-left: 0;
}
.rpa-special ul li .figure img {
  width: 100%;
  max-width: 196px;
}
.rpa-special ul li .text {
  margin-top: 10px;
  padding: 10px 0;
  text-align: center;
}

.rpa-pitfalls ul {
  margin: 100px 0;
  font-size: 2.1rem;
  line-height: 1.4;
  overflow: hidden;
}
.rpa-pitfalls ul li {
  float: left;
  width: 25.9%;
  margin-left: 11%;
}
.rpa-pitfalls ul li:first-child {
  margin-left: 0;
}
.rpa-pitfalls ul li .figure img {
  width: 100%;
  max-width: 259px;
}
.rpa-pitfalls ul li .text p {
  margin-top: 10px;
  font-size: 2.4rem;
  text-align: center;
}
.rpa-pitfalls ul li .text span {
  display: block;
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1.8;
}

.support {
  text-align: center;
}
.support__inner {
  background: #00aaff;
  color: #FFF;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 120px;
  padding: 30px 0;
  position: relative;
  font-size: 2.5rem;
}
.support__inner span {
  position: relative;
}
.support__inner span:after {
  content: "";
  background: url(../img/under/support.png);
  width: 127px;
  height: 127px;
  position: absolute;
  right: -127px;
  top: 50%;
  margin-top: -64px;
}

@media only screen and (max-width: 767px) {
  /* ========================================
   Common SP Setting
  ======================================== */
  h2 {
    margin-bottom: 14px;
    text-align: center;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1;
  }

  .h2-lead {
    font-size: 1.4rem;
  }

  h3 {
    background: #00aaff;
    color: #FFF;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    padding: 7px 0;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
  }
  h3.is-brown {
    background: #c9bbac;
    color: #000;
  }

  a.btn {
    background: #1e9239;
    color: #FFF;
    display: inline-block;
    width: 100%;
    height: 66px;
    line-height: 62px;
    vertical-align: top;
    font-size: 1.5rem;
    border: 2px solid #1e9239;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  a.btn:hover {
    background: #1e9239;
    color: #fff;
  }
  a.btn span {
    background-image: url(../img/sp/common/contact_arrow.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    -moz-background-size: 20px;
    -o-background-size: 20px;
    -webkit-background-size: 20px;
    background-size: 20px;
    padding: 5px 0 5px 30px;
  }
  a.btn.sp-small {
    font-size: 80%;
  }
  a.btn.is-blue {
    background: #00aaff;
    max-width: 474px;
    border: 2px solid #00aaff;
  }
  a.btn.is-blue:hover {
    background: #00aaff;
    color: #FFF;
  }
  a.btn.is-blue span {
    background-image: url(../img/sp/common/arrow_blue.png);
  }

  .bottom-btns {
    text-align: center;
    margin-bottom: 80px;
    padding: 0 20px;
  }

  .contact-block {
    margin-bottom: 100px;
    padding: 0 20px;
  }
  .contact-block.is-bottom {
    margin-bottom: 50px;
  }
  .contact-block .contact-frame {
    padding: 0;
    border: none;
    text-align: center;
  }
  .contact-block .contact-frame > a {
    position: relative;
    line-height: 1;
    max-width: none;
    margin-top: 5px;
    padding: 25px 0;
    height: auto;
  }
  .contact-block .contact-frame > a span {
    width: 264px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 5px 0 5px 30px;
    text-align: left;
  }
  .contact-block .contact-frame .tel {
    display: inline-block;
    width: 100%;
    max-width: 385px;
    height: 66px;
    margin-top: 5px;
    margin-left: 0px;
    text-align: left;
    font-size: 1.25rem;
    border: #A0A0A0 solid 1px;
  }
  .contact-block .contact-frame .tel a {
    color: #000;
    position: relative;
    max-width: 385px;
    height: 66px;
  }
  .contact-block .contact-frame .tel a div {
    background-image: url(../img/sp/common/arrow_green.png);
    background-repeat: no-repeat;
    background-position: left center;
    -moz-background-size: 20px;
    -o-background-size: 20px;
    -webkit-background-size: 20px;
    background-size: 20px;
    padding-left: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 264px;
  }
  .contact-block .contact-frame .tel a span {
    display: block;
    color: #1e9239;
    font-size: 2.1rem;
    font-weight: 400;
    line-height: 1;
  }
  .contact-block .lead {
    color: #1e9239;
    margin: 30px 0 150px;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
  }

  .under-footer footer {
    padding: 20px 20px;
  }
  .under-footer .pagetop {
    right: 20px;
    top: 20px;
  }

  .link-goal {
    margin-top: -60px;
    padding-top: 60px;
  }

  /* ----------------------------------------
   Header
  ---------------------------------------- */
  header {
    overflow: hidden;
    background: #fff;
    height: 44px;
    position: fixed !important;
    left: 0;
    top: 0;
    z-index: 1000;
  }
  header .logo {
    padding: 8px 0 0 8px;
  }
  header .logo img {
    max-width: 80px;
  }
  header .logo span {
    margin-left: 10px;
    font-size: 1.3rem;
    vertical-align: middle;
  }
  header .btns {
    display: none;
  }

  .sp-nav {
    display: none;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 900;
  }
  .sp-nav .sp-nav-main {
    display: none;
    padding-top: 44px;
  }
  .sp-nav a {
    display: block;
    padding: 12px 0;
    font-size: 1.6rem;
    text-align: center;
    color: #00aaff;
    border-bottom: 1px solid #00aaff;
  }
  .sp-nav a:first-child {
    border-top: 1px solid #00aaff;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 2000;
    width: 18px;
    height: 17px;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #00aaff;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 7px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  .menu-trigger.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(7px) rotate(-45deg);
    transform: translateY(7px) rotate(-45deg);
  }
  .menu-trigger.is-active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) rotate(45deg);
    transform: translateY(-7px) rotate(45deg);
  }

  /* ----------------------------------------
   Footer
  ---------------------------------------- */
  footer {
    padding-top: 40px;
    padding-bottom: 25px;
    overflow: hidden;
    position: relative;
  }
  footer .footer-left {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  footer .footer-left .logo {
    display: inline-block;
    width: 100px;
  }
  footer .footer-left .logo span {
    display: none;
  }
  footer .footer-left .copy {
    display: none;
  }
  footer .privacy {
    float: none;
    background: #FFF;
    width: 100%;
    height: auto;
    margin-right: 30px;
    padding: 10px 10px 10px 10px;
    font-size: 1rem;
    overflow: hidden;
  }
  footer .privacy .text {
    float: left;
    width: 76.51%;
  }
  footer .privacy .mark {
    float: right;
    width: 22.92%;
  }
  footer .pagetop-area {
    position: absolute;
    right: 0;
    top: 20px;
    width: 60px;
    margin-right: 20px;
  }
  footer .pagetop-area a {
    margin-bottom: 2px;
  }
  footer .copys {
    margin-top: 20px;
    text-align: center;
    font-size: 1.1rem;
  }

  /* ========================================
   TOP PC Setting
  ======================================== */
  .page-index {
    background: none;
    min-height: auto;
    padding-top: 44px;
    position: relative;
    z-index: 300;
  }
  .page-index .intro-wrap {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 800;
  }

  .page-index2 {
    background-image: url(../img/index/bg2.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    max-width: 1236px;
    margin-top: -20%;
    margin-right: auto;
    margin-left: auto;
    padding: 30% 15px 30%;
    text-align: center;
    position: relative;
    z-index: 0;
  }
  .page-index2 ul {
    text-align: center;
  }
  .page-index2 ul li {
    background: #00aaff;
    display: inline-block;
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding: 10px;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1.2;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
  }
  .page-index2 ul li span {
    display: inline-block;
    color: #ffff00;
    font-weight: 900;
  }
  .page-index2 .robo {
    margin-top: 80px;
    display: inline-block;
    position: relative;
  }
  .page-index2 .robo span {
    display: inline-block;
    font-size: 2rem;
    position: absolute;
    right: 60px;
    top: 54px;
  }

  .page-index3 {
    background-image: url(../img/sp/index/point_photo.png);
    background-repeat: no-repeat;
    background-position: center top;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    width: 100%;
    max-width: 1236px;
    margin: -60px auto 40px;
    padding: 50px 0 60px;
    position: relative;
    z-index: 200;
    text-align: center;
  }
  .page-index3 .title {
    padding-left: 0.5em;
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -1px;
  }
  .page-index3 ul {
    width: 100%;
    max-width: 942px;
    margin: 30px auto 0;
    padding: 0 10px;
  }
  .page-index3 ul li {
    background: #fff;
    height: auto;
    margin-bottom: 15px;
    padding: 10px 20px 10px 30px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.4;
    position: relative;
    -moz-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.3);
  }
  .page-index3 ul li span {
    color: #ff0000;
  }
  .page-index3 ul li:before {
    content: "";
    background: url(../img/index/point_tag.png);
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    width: 18px;
    height: 33px;
    position: absolute;
    left: 10px;
    top: -4px;
  }

  .index-footer {
    background-image: url(../img/sp/index/bg3.png);
    background-repeat: no-repeat;
    background-position: center top;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    -webkit-background-size: 100%;
    background-size: 100%;
    background-color: #fff;
    margin-top: 40px;
    padding: 25% 10px 0;
    position: relative;
    z-index: 100;
  }
  .index-footer .contact-main {
    margin-top: 40px;
/*    text-align: center;*/
  }
  .index-footer:before {
    display: none;
  }
  .index-footer .pagetop-area {
    top: 40px;
  }

  /* ----------------------------------------
   Intro
  ---------------------------------------- */
  .intro {
    margin-top: 44px;
    padding-top: 35px;
  }
  .intro .intro-left {
    width: 100%;
    min-width: auto;
    padding: 0 10px;
    text-align: center;
  }
  .intro .soudan {
    margin-top: 0px;
    overflow: hidden;
  }
  .intro .soudan .text01 {
    display: none;
  }
  .intro .soudan .text02 {
    display: none;
  }
  .intro .soudan a {
    float: left;
    background: none;
    display: inline-block;
    width: auto;
    height: auto;
    margin-top: 25px;
    margin-left: 10px;
    width: 50.13%;
  }
  .intro .soudan a:hover img {
    opacity: 1;
  }
  .intro .soudan a span {
    display: none;
  }

  .index-difference {
    margin-top: 70%;
    padding: 0 5%;
    text-align: center;
  }
  .index-difference ul {
    margin-top: 40px;
    text-align: center;
    font-size: 0;
  }
  .index-difference ul li {
    display: inline-block;
    width: 204px;
    height: 328px;
    margin: 0 40px;
    position: relative;
  }
  .index-difference ul li.last div {
    line-height: 1.2;
  }
  .index-difference ul li div {
    display: table;
    width: 100%;
    height: 204px;
    font-size: 3.5rem;
    font-weight: 900;
    text-align: center;
    line-height: 1.4;
    position: absolute;
    bottom: 0;
  }
  .index-difference ul li div span {
    display: table-cell;
    vertical-align: middle;
  }
  .index-difference .tumari {
    color: #FFF;
    margin-top: 80px;
    padding-left: 1em;
    font-size: 5rem;
    font-weight: 700;
    letter-spacing: -1px;
  }

  .flow-block {
    background: none;
    width: 100%;
    max-width: 1150px;
    margin: 32px auto 60px;
    padding: 0 10px;
  }
  .flow-block ul li {
    margin-bottom: 30px;
    text-align: center;
  }
  .flow-block ul li .text {
    padding-top: 30px;
    position: relative;
    font-size: 1.5rem;
  }
  .flow-block ul li .text h2 {
    font-size: 2.1rem;
  }
  .flow-block ul li .text .step-num {
    background: #000;
    color: #FFF;
    width: 70px;
    height: 70px;
    position: absolute;
    left: 10px;
    top: -25px;
    font-size: 1.5rem;
    font-weight: 300;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
  }
  .flow-block ul li .text .step-num__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .flow-block ul li .text .step-num span {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .flow-block ul li .text p {
    margin-top: 20px;
    text-align: left;
  }
  .flow-block ul li .arrow {
    margin-top: 30px;
    text-align: center;
  }
  .flow-block ul li .arrow img {
    max-width: 61px;
  }
  .flow-block ul li.dounyu div {
    display: inline-block;
    background: #00aaff;
    color: #FFF;
    width: 160px;
    height: 160px;
    font-weight: 300;
    position: relative;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
  }
  .flow-block ul li.dounyu div span {
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: 500;
    font-size: 3.3rem;
  }

  .bx-wrapper {
    margin: 0;
  }

  .bx-wrapper .bx-controls-direction a {
    background-repeat: no-repeat;
    background-position: 0;
    width: 23px;
    height: 62px;
    margin-top: -20px;
  }

  .bx-wrapper .bx-prev {
    background-image: url("../img/index/step_arrow_left.png");
    left: 30px;
  }

  .bx-wrapper .bx-next {
    background-image: url("../img/index/step_arrow_right.png");
    right: 30px;
  }

  .bx-wrapper .bx-next:hover,
  .bx-wrapper .bx-next:focus {
    background-position: 0;
  }

  .more-block {
    margin-top: 15px;
    margin-bottom: 0;
    padding: 0 10px;
    text-align: center;
    font-size: 0;
  }
  .more-block a {
    background: none;
    display: block;
    color: #FFF;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
    height: auto;
    font-size: 2rem;
    position: relative;
  }
  .more-block a:first-child {
    margin-left: 0;
  }
  .more-block a:hover img {
    opacity: 1;
  }
  .more-block a span {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -.7em;
    padding-right: 30px;
    font-weight: 400;
  }
  .more-block a span:after {
    content: "";
    background-image: url(../img/sp/common/arrow_blue.png);
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
  }

  .more-block02 {
    margin-top: 15px;
    margin-bottom: 70px;
    padding: 0 10px;
    text-align: center;
    font-size: 0;
  }
  .more-block02 a {
    background: #00aaff;
    display: block;
    color: #FFF;
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
    height: 236px;
    font-size: 2rem;
    position: relative;
  }
  .more-block02 a:hover img {
    opacity: 1;
  }
  .more-block02 a span.text01 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    margin: 30px 0 0 28px;
    font-size: 18px;
  }
.more-block02 a span.text01:before {
    content: "";
    background-image: none;
    background-repeat: no-repeat;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
}
  .more-block02 a span.text02:before {
    content: "";
    background-image: url(../img/index/more_illust04.png);
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    width: 60px;
    height: 50px;
    position: absolute;
    left: -86px;
    top: -8px;
    margin-top: 0;
  }
  .more-block02 a span.text02 {
    position: absolute;
    right: 20px;
    top: unset;
    bottom: 28%;
    margin-top: -.7em;
    padding-right: 30px;
    font-weight: 400;
  }
  .more-block02 a span.text02:after {
    content: "";
    background-image: url(../img/common/arrow_blank.png);
    background-repeat: no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
  }

  .about-block {
    width: 100%;
    max-width: 858px;
    margin: auto;
    padding: 0 10px;
  }
  .about-block .about-wrap {
    background: #c9bbac;
    padding: 20px 5px;
    text-align: center;
  }
  .about-block .about-inner {
    background: #FFF;
    padding: 20px 15px;
  }
  .about-block .title {
    font-size: 2.2rem;
    font-weight: 700;
  }
  .about-block .information {
    margin-top: 10px;
    border-top: 1px solid #c9bbac;
    font-size: 1.5rem;
    text-align: left;
  }
  .about-block .information dl {
    padding: 15px 0;
    border-bottom: 1px solid #c9bbac;
    overflow: hidden;
  }
  .about-block .information dl dt {
    float: left;
    min-width: auto;
  }
  .about-block .information dl dt.non-flow {
    float: none;
  }
  .about-block .information dl dd {
    overflow: hidden;
  }
  .about-block > p {
    margin-left: 5px;
    font-size: 1.4rem;
  }

  /* ========================================
   UNDER SP Setting
  ======================================== */
  .page-under {
    padding-top: 80px;
  }

  .rpa-merit {
    padding: 0 20px;
  }
  .rpa-merit ul {
    margin: 30px 0 0;
    font-size: 1.7rem;
    line-height: 1.4;
    color: #FFF;
    overflow: hidden;
  }
  .rpa-merit ul li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 34px;
    overflow: hidden;
    display: table;
  }
  .rpa-merit ul li:first-child {
    margin-left: 0;
  }
  .rpa-merit ul li.merit01 .photo {
    background-image: url(../img/under/merit_photo01.png);
  }
  .rpa-merit ul li.merit02 .photo {
    background-image: url(../img/under/merit_photo02.png);
  }
  .rpa-merit ul li.merit03 .photo {
    background-image: url(../img/under/merit_photo03.png);
  }
  .rpa-merit ul li .photo {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .rpa-merit ul li .photo img {
    display: none;
  }
  .rpa-merit ul li .text {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    background: #00aaff;
    padding: 12px 0;
    text-align: center;
  }

  .rpa-special {
    padding: 0 20px;
  }
  .rpa-special ul {
    margin: 30px 0 50px;
    line-height: 1.4;
    overflow: hidden;
    font-size: 0;
    text-align: center;
  }
  .rpa-special ul li {
    float: none;
    display: inline-block;
    width: 50%;
    margin: 0 0 20px;
    text-align: center;
    font-size: 1.4rem;
  }
  .rpa-special ul li.special03 {
    width: 50%;
    margin: 0;
  }
  .rpa-special ul li.special04 {
    width: 50%;
    margin: 0;
  }
  .rpa-special ul li:first-child {
    margin: 0;
  }
  .rpa-special ul li .figure {
    width: 85%;
    margin: auto;
  }
  .rpa-special ul li .figure img {
    width: 100%;
    max-width: 196px;
  }
  .rpa-special ul li .text {
    margin-top: 10px;
    padding: 10px 0;
    text-align: center;
  }

  .rpa-pitfalls {
    padding: 0 20px;
  }
  .rpa-pitfalls ul {
    margin: 50px 0 0;
    font-size: 2.1rem;
    line-height: 1.4;
    overflow: hidden;
  }
  .rpa-pitfalls ul li {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 80px;
  }
  .rpa-pitfalls ul li:first-child {
    margin-left: 0;
  }
  .rpa-pitfalls ul li .figure {
    text-align: center;
  }
  .rpa-pitfalls ul li .figure img {
    width: 100%;
    max-width: 200px;
  }
  .rpa-pitfalls ul li .text p {
    margin-top: 10px;
    font-size: 2.4rem;
    text-align: center;
  }
  .rpa-pitfalls ul li .text span {
    display: block;
    margin-top: 5px;
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .support {
    text-align: center;
  }
  .support__inner {
    background: #00aaff;
    color: #FFF;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 60px;
    padding: 24px 100px 24px 10px;
    position: relative;
    font-size: 1.6rem;
  }
  .support__inner span {
    display: inline-block;
    position: relative;
  }
  .support__inner span:after {
    content: "";
    background: url(../img/under/support.png);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    width: 90px;
    height: 90px;
    position: absolute;
    right: -90px;
    top: 50%;
    margin-top: -45px;
  }
}

  /* ----------------------------------------
   個人情報の取り扱い
  ---------------------------------------- */
.mod-text {
  display: block;
  position: relative;
  width: auto;
  height: inherit;
  margin: 20px 0 10px;
  padding: 0;
  word-break: break-all;
  word-wrap: break-word;
  text-align: left;
  line-height: 1.6;
  letter-spacing: 0.04em;
  background-color: #00aaff;
  border: 0;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .mod-text {
/*    margin: -30px 0 20px;*/
    color: #00aaff;
    background-color: #fff;
  }
}
.mod-box {
  display: block;
  position: relative;
  width: auto;
  margin: 0;
  padding: 0;
  text-align: left;
  background-color: #fff;
  border: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
}
.mod-box:before,
.mod-box:after {
  content: "";
  display: table;
}
.mod-box:after {
  clear: both;
}
.mod-textgroup {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-f-l {
  background-color: #f5f5f5;
  padding: 20px 15px 20px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .block-f-l {
    margin: 0 0 20px;
  }
}
.block-f-l:after{
  content: "";
  display: table;
}
.block-f-l__a {
  padding: 0 0 12px;
  line-height: 1.5;
}
.block-f-l__text {
  padding-bottom: 10px;
}
.block-f-l__scroll {
  overflow-y: auto;
  overflow-x: none;
  height: 170px;
  padding: 10px;
  border: none;
  background-color: #fff;
}
.block-a-k__icon {
  margin-right: 10px;
  top: -2px;
}
.footer-inner {
  width: 100%;
  background-color: #0af;
}
.footer-inner footer {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #0af;
}