@charset "UTF-8";
/* line 17, /Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
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, sub, sup, 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;
}

/* line 22, /Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, /Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, /Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, /Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, /Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, /Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, /Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, /Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 4, ../scss/style-lp.scss */
.clearfix {
  *zoom: 1;
}
/* line 38, /Applications/Scout.app/Contents/Resources/vendor/gems/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* line 46, ../scss/style-lp.scss */
* {
  box-sizing: border-box;
}

/* line 47, ../scss/style-lp.scss */
html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

/* line 48, ../scss/style-lp.scss */
body {
  background: #d6e8f5;
  font-size: 15px;
  line-height: 1.8;
  color: #4d4d4d;
  text-align: justify;
  font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  padding-top: 60px;
}

@media only screen and (min-width: 980px) {
  /* line 50, ../scss/style-lp.scss */
  body {
    padding-top: 80px;
  }
}
/* line 52, ../scss/style-lp.scss */
a {
  text-decoration: none;
  color: #4d4d4d;
  outline: none;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

/* line 53, ../scss/style-lp.scss */
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

/* line 54, ../scss/style-lp.scss */
strong {
  font-weight: bold;
}

/* line 56, ../scss/style-lp.scss */
.container {
  margin: 0 auto;
  max-width: 1040px;
  padding-left: 20px;
  padding-right: 20px;
}

/* line 57, ../scss/style-lp.scss */
.txtLink {
  color: #0097e0;
  text-decoration: underline;
}
/* line 58, ../scss/style-lp.scss */
.txtLink:hover {
  text-decoration: none;
}

/* line 60, ../scss/style-lp.scss */
.opa {
  display: block;
}
/* line 61, ../scss/style-lp.scss */
.opa:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* line 63, ../scss/style-lp.scss */
.scalingImg {
  overflow: hidden;
  position: relative;
  text-align: center;
}
/* line 64, ../scss/style-lp.scss */
.scalingImg a {
  overflow: hidden;
  display: block;
}
/* line 65, ../scss/style-lp.scss */
.scalingImg img {
  height: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
  margin: 0 auto;
}

/* line 67, ../scss/style-lp.scss */
.scalingImg a:hover img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* line 68, ../scss/style-lp.scss */
a:hover .scalingImg img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/* line 70, ../scss/style-lp.scss */
.btnGreenGradient {
  background-image: -webkit-linear-gradient(0deg, #c3d600 10%, #58b300 60%, #c3d600);
  background-image: -moz-linear-gradient(0deg, #c3d600 10%, #58b300 60%, #c3d600);
  background-image: -o-linear-gradient(0deg, #c3d600 10%, #58b300 60%, #c3d600);
  background-image: linear-gradient(0deg, #c3d600 10%, #58b300 60%, #c3d600);
  display: block;
  padding: 15px 1em;
  margin: 0 auto;
  background-position: top center;
  background-size: 100% 200%;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
  max-width: 560px;
  font-size: 21px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
}
/* line 71, ../scss/style-lp.scss */
.btnGreenGradient:hover {
  background-position: bottom center;
}
/* line 72, ../scss/style-lp.scss */
.btnGreenGradient span {
  background: url(/img/lp/icoBtnGGArrow.svg) no-repeat right center;
  background-size: 40px 40px;
  display: block;
  padding-right: 50px;
}
/* line 73, ../scss/style-lp.scss */
.btnGreenGradient strong {
  color: #ffff00;
  font-size: 27px;
}

@media (max-width: 767px) {
  /* line 76, ../scss/style-lp.scss */
  .btnGreenGradient {
    font-size: 18px;
  }
  /* line 77, ../scss/style-lp.scss */
  .btnGreenGradient strong {
    font-size: 23px;
    display: block;
    line-height: 1.2;
  }
}
/* line 81, ../scss/style-lp.scss */
.listIndent li, .titIndent {
  padding-left: 1em;
}
/* line 82, ../scss/style-lp.scss */
.listIndent li:first-letter, .titIndent:first-letter {
  margin-left: -1em;
}

/* line 84, ../scss/style-lp.scss */
.en {
  font-family: "Roboto Condensed", sans-serif;
}

/* line 85, ../scss/style-lp.scss */
.alignC {
  text-align: center;
}

/* line 86, ../scss/style-lp.scss */
.alignR {
  text-align: right;
}

/* line 90, ../scss/style-lp.scss */
.flexWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 94, ../scss/style-lp.scss */
.row {
  margin-right: -20px;
  margin-left: -20px;
}
/* line 95, ../scss/style-lp.scss */
.row:after {
  clear: both;
}
/* line 96, ../scss/style-lp.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 98, ../scss/style-lp.scss */
.col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  /* line 100, ../scss/style-lp.scss */
  .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9 {
    float: left;
    box-sizing: border-box;
  }

  /* line 101, ../scss/style-lp.scss */
  .col-3 {
    width: 25%;
  }

  /* line 102, ../scss/style-lp.scss */
  .col-4 {
    width: 33.3%;
  }

  /* line 103, ../scss/style-lp.scss */
  .col-5 {
    width: 41.6%;
  }

  /* line 104, ../scss/style-lp.scss */
  .col-6 {
    width: 50%;
  }

  /* line 105, ../scss/style-lp.scss */
  .col-7 {
    width: 58.3%;
  }

  /* line 106, ../scss/style-lp.scss */
  .col-8 {
    width: 66.6%;
  }

  /* line 107, ../scss/style-lp.scss */
  .col-9 {
    width: 75%;
  }
}
/* line 113, ../scss/style-lp.scss */
.tbl dt, .tbl dd {
  padding: .5em 1em;
}

@media only screen and (min-width: 768px) {
  /* line 116, ../scss/style-lp.scss */
  .tbl {
    display: table;
    width: 100%;
  }
  /* line 117, ../scss/style-lp.scss */
  .tbl dl {
    display: table-row;
  }
  /* line 118, ../scss/style-lp.scss */
  .tbl dt, .tbl dd {
    vertical-align: top;
    display: table-cell;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
/* line 126, ../scss/style-lp.scss */
header {
  background: #004a80;
  border-top: 3px solid #231815;
}
/* line 127, ../scss/style-lp.scss */
header .logo {
  width: 200px;
  height: 20px;
}
/* line 128, ../scss/style-lp.scss */
header .logo img {
  width: 100%;
  height: 100%;
}

@media only screen and (min-width: 980px) {
  /* line 132, ../scss/style-lp.scss */
  header {
    border-top: 6px solid #231815;
  }
  /* line 133, ../scss/style-lp.scss */
  header .logo {
    width: 282px;
    height: 30px;
  }
}
/* line 139, ../scss/style-lp.scss */
.cd-auto-hide-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
  -webkit-transition: -webkit-transform .5s;
  transition: -webkit-transform .5s;
  transition: transform .5s;
  transition: transform .5s, -webkit-transform .5s;
}

/* line 146, ../scss/style-lp.scss */
.cd-auto-hide-header::after {
  clear: both;
  content: "";
  display: block;
}

/* line 147, ../scss/style-lp.scss */
.cd-auto-hide-header.is-hidden {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

@media only screen and (min-width: 980px) {
  /* line 150, ../scss/style-lp.scss */
  .cd-auto-hide-header {
    height: 80px;
  }
}
/* line 154, ../scss/style-lp.scss */
.cd-auto-hide-header .logo,
.cd-auto-hide-header .nav-trigger {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* line 156, ../scss/style-lp.scss */
.cd-auto-hide-header .logo {
  left: 5%;
}

/* line 157, ../scss/style-lp.scss */
.cd-auto-hide-header .logo a, .cd-auto-hide-header .logo img {
  display: block;
}

/* vertically align its content */
/* line 159, ../scss/style-lp.scss */
.cd-auto-hide-header .nav-trigger {
  display: table;
  height: 100%;
  padding: 0 1em;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  right: 0;
  border-left: 1px solid #f2f2f2;
}

/* vertically align inside parent element */
/* line 161, ../scss/style-lp.scss */
.cd-auto-hide-header .nav-trigger span {
  display: table-cell;
  vertical-align: middle;
}

/* this is the menu icon */
/* line 163, ../scss/style-lp.scss */
.cd-auto-hide-header .nav-trigger em, .cd-auto-hide-header .nav-trigger em::after, .cd-auto-hide-header .nav-trigger em::before {
  display: block;
  position: relative;
  height: 2px;
  width: 22px;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* this is the menu central line */
/* line 165, ../scss/style-lp.scss */
.cd-auto-hide-header .nav-trigger em {
  margin: 6px auto 14px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s;
}

/* line 166, ../scss/style-lp.scss */
.cd-auto-hide-header .nav-trigger em::before, .cd-auto-hide-header .nav-trigger em::after {
  position: absolute;
  content: '';
  left: 0;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

/* this is the menu icon top line */
/* line 176, ../scss/style-lp.scss */
.cd-auto-hide-header .nav-trigger em::before {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}

/* this is the menu icon bottom line */
/* line 178, ../scss/style-lp.scss */
.cd-auto-hide-header .nav-trigger em::after {
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}

@media only screen and (min-width: 980px) {
  /* line 180, ../scss/style-lp.scss */
  .cd-auto-hide-header .nav-trigger {
    display: none;
  }
}
/* transform menu icon into a 'X' icon */
/* line 183, ../scss/style-lp.scss */
.cd-auto-hide-header.nav-open .nav-trigger em {
  background-color: rgba(255, 255, 255, 0);
}

/* line 184, ../scss/style-lp.scss */
.cd-auto-hide-header.nav-open .nav-trigger em::before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* line 185, ../scss/style-lp.scss */
.cd-auto-hide-header.nav-open .nav-trigger em::after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 187, ../scss/style-lp.scss */
.cd-primary-nav {
  display: inline-block;
  float: right;
  height: 100%;
  padding-right: 5%;
}

/* line 188, ../scss/style-lp.scss */
.cd-primary-nav > ul {
  position: absolute;
  z-index: 2;
  top: 54px;
  left: 0;
  width: 100%;
  background-color: #004a80;
  display: none;
  box-shadow: 0 14px 20px rgba(0, 0, 0, 0.2);
}

/* line 189, ../scss/style-lp.scss */
.cd-primary-nav > ul a {
  display: block;
  height: 50px;
  line-height: 50px;
  padding-left: 5%;
  color: #fff;
  font-size: 1.8rem;
  border-top: 1px solid #f2f2f2;
}
/* line 190, ../scss/style-lp.scss */
.cd-primary-nav > ul a .en {
  font-size: 13px;
  margin-left: 1em;
}

/* line 192, ../scss/style-lp.scss */
.cd-primary-nav > ul a:hover, .cd-primary-nav > ul a.active {
  color: #f7931e;
}

@media only screen and (min-width: 980px) {
  /* line 194, ../scss/style-lp.scss */
  .cd-primary-nav {
    display: table;
  }

  /* line 195, ../scss/style-lp.scss */
  .cd-primary-nav > ul {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: auto;
    top: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
  }

  /* line 196, ../scss/style-lp.scss */
  .cd-primary-nav > ul::after {
    clear: both;
    content: "";
    display: block;
  }

  /* line 197, ../scss/style-lp.scss */
  .cd-primary-nav > ul li {
    display: inline-block;
    float: left;
    margin-right: 1.5em;
  }

  /* line 198, ../scss/style-lp.scss */
  .cd-primary-nav > ul li:last-of-type {
    margin-right: 0;
  }

  /* line 199, ../scss/style-lp.scss */
  .cd-primary-nav > ul a {
    height: auto;
    line-height: normal;
    padding: 0;
    border: none;
    text-align: center;
  }
  /* line 200, ../scss/style-lp.scss */
  .cd-primary-nav > ul a .en {
    display: block;
    font-size: 13px;
    margin-left: 0;
  }
}
/* line 204, ../scss/style-lp.scss */
.nav-open .cd-primary-nav ul {
  display: block;
}

@media only screen and (min-width: 980px) {
  /* line 206, ../scss/style-lp.scss */
  .nav-open .cd-primary-nav ul, .cd-primary-nav ul:target {
    display: table-cell;
  }
}
/* line 211, ../scss/style-lp.scss */
.footerInqbox {
  background: url(/img/lp/bg-footer.jpg) no-repeat center top 70px;
  background-size: cover;
  text-align: center;
}
/* line 212, ../scss/style-lp.scss */
.footerInqbox h4 {
  background-color: #004a80;
  color: #fff;
  line-height: 1.4;
  font-size: 23px;
  font-weight: bold;
  padding: 20px 1em;
}
/* line 213, ../scss/style-lp.scss */
.footerInqbox .container {
  padding-top: 50px;
  padding-bottom: 50px;
}

/* line 215, ../scss/style-lp.scss */
.btnTel {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f9ba0c), color-stop(100%, #ef7200));
  background-image: -webkit-linear-gradient(top, #f9ba0c, #ef7200);
  background-image: -moz-linear-gradient(top, #f9ba0c, #ef7200);
  background-image: -o-linear-gradient(top, #f9ba0c, #ef7200);
  background-image: linear-gradient(top, #f9ba0c, #ef7200);
  background-image: -ms-linear-gradient(top, #f9ba0c, #ef7200);
  display: block;
  padding: 15px 1em 10px;
  background-repeat: no-repeat;
  color: #fff;
  max-width: 560px;
  margin: 0 auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
/* line 216, ../scss/style-lp.scss */
.btnTel .en {
  background: url(/img/lp/icoTel.svg) no-repeat center left;
  background-size: 30px 30px;
  font-size: 36px;
  line-height: 1;
  padding-left: 40px;
}

/* line 219, ../scss/style-lp.scss */
.btnMail {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f9ba0c), color-stop(100%, #ef7200));
  background-image: -webkit-linear-gradient(top, #f9ba0c, #ef7200);
  background-image: -moz-linear-gradient(top, #f9ba0c, #ef7200);
  background-image: -o-linear-gradient(top, #f9ba0c, #ef7200);
  background-image: linear-gradient(top, #f9ba0c, #ef7200);
  background-image: -ms-linear-gradient(top, #f9ba0c, #ef7200);
  display: block;
  padding: 15px 1em 10px;
  background-repeat: no-repeat;
  color: #fff;
  max-width: 560px;
  margin: 0 auto;
  margin-top: 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
/* line 220, ../scss/style-lp.scss */
.btnMail .en {
  background: url(/img/lp/icoMail.svg) no-repeat center left;
  background-size: 30px 30px;
  font-size: 25px;
  line-height: 1;
  padding-left: 40px;
}

@media screen and (min-width: 768px) {
  /* line 224, ../scss/style-lp.scss */
  .footerInqbox h4 {
    font-size: 25px;
  }

  /* line 225, ../scss/style-lp.scss */
  .btnTel {
    font-size: 18px;
  }
  /* line 226, ../scss/style-lp.scss */
  .btnTel .en {
    font-size: 60px;
    line-height: 1;
    background-size: 45px 45px;
    padding-left: 60px;
  }
}
/* line 232, ../scss/style-lp.scss */
footer {
  background: #004a80;
  color: #fff;
  padding: 30px 0 20px;
}
/* line 233, ../scss/style-lp.scss */
footer .container {
  max-width: 1240px;
}
/* line 234, ../scss/style-lp.scss */
footer a {
  color: #fff;
}
/* line 235, ../scss/style-lp.scss */
footer address {
  display: inline-block;
}
/* line 236, ../scss/style-lp.scss */
footer .clearfix {
  border-top: 1px solid #fff;
  padding-top: 15px;
  margin-top: 20px;
}

/* line 238, ../scss/style-lp.scss */
.btn-top {
  background: #000;
  display: block;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
/* line 239, ../scss/style-lp.scss */
.btn-top span {
  margin-left: 1em;
  font-size: 14px;
}
/* line 240, ../scss/style-lp.scss */
.btn-top:hover {
  color: #f7931e;
}

/* line 242, ../scss/style-lp.scss */
.footerLogo {
  width: 190px;
  height: 20px;
  display: inline-block;
  margin-right: 1em;
}

/* line 244, ../scss/style-lp.scss */
.description, .copyright {
  font-size: 13px;
}

/* line 245, ../scss/style-lp.scss */
.copyright {
  font-weight: 100;
}

@media screen and (min-width: 768px) {
  /* line 248, ../scss/style-lp.scss */
  .description {
    float: left;
  }

  /* line 249, ../scss/style-lp.scss */
  .copyright {
    float: right;
  }
}
/* line 255, ../scss/style-lp.scss */
.header {
  background: url(/img/lp/bg-header.jpg) no-repeat center top;
  background-size: cover;
}
/* line 256, ../scss/style-lp.scss */
.header .btnTel {
  text-align: center;
}

@media screen and (max-width: 767px) {
  /* line 259, ../scss/style-lp.scss */
  .header figure {
    margin-top: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  /* line 263, ../scss/style-lp.scss */
  .header .btnTel {
    margin: 0;
  }
  /* line 264, ../scss/style-lp.scss */
  .header .txtBox {
    float: left;
  }
  /* line 265, ../scss/style-lp.scss */
  .header figure {
    float: right;
  }
}
/* line 271, ../scss/style-lp.scss */
.introArea {
  background: #fff;
  padding: 40px 0 50px;
  position: relative;
}
/* line 272, ../scss/style-lp.scss */
.introArea h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}
/* line 273, ../scss/style-lp.scss */
.introArea p {
  font-size: 15px;
}
/* line 274, ../scss/style-lp.scss */
.introArea::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 30px solid #fff;
}

@media screen and (min-width: 768px) {
  /* line 277, ../scss/style-lp.scss */
  .introArea {
    padding: 80px 0 100px;
  }
  /* line 278, ../scss/style-lp.scss */
  .introArea h2 {
    font-size: 30px;
  }
  /* line 279, ../scss/style-lp.scss */
  .introArea p {
    text-align: center;
    font-size: 18px;
  }
}
/* line 285, ../scss/style-lp.scss */
.lpDetailArea {
  padding-top: 50px;
  padding-bottom: 40px;
}

/* line 286, ../scss/style-lp.scss */
.lpDetailBox {
  margin: 40px -20px 0;
  background: #fff;
  padding: 30px 20px;
  -webkit-box-shadow: 2px 2px 1px rgba(0, 74, 128, 0.75);
  -moz-box-shadow: 2px 2px 1px rgba(0, 74, 128, 0.75);
  -ms-box-shadow: 2px 2px 1px rgba(0, 74, 128, 0.75);
  -o-box-shadow: 2px 2px 1px rgba(0, 74, 128, 0.75);
  box-shadow: 2px 2px 1px rgba(0, 74, 128, 0.75);
}
/* line 287, ../scss/style-lp.scss */
.lpDetailBox:nth-of-type(1) {
  margin-top: 0!important;
}
/* line 288, ../scss/style-lp.scss */
.lpDetailBox h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
  color: #004a80;
}
/* line 289, ../scss/style-lp.scss */
.lpDetailBox .annotation {
  font-size: 13px;
  display: block;
  margin-top: 20px;
}

/* line 291, ../scss/style-lp.scss */
.titPoint {
  position: absolute;
  left: 50%;
  top: -40px;
  text-align: center;
  color: #004a80;
  font-size: 40px;
  line-height: 1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 292, ../scss/style-lp.scss */
.titPoint span {
  color: #f7931e;
  font-size: 70px;
}

/* line 294, ../scss/style-lp.scss */
.lpDetailTitle {
  font-size: 24px;
  text-align: center;
  color: #004a80;
  font-weight: bold;
  line-height: 1.4;
  margin: 60px auto;
}

/* line 295, ../scss/style-lp.scss */
.titDetaiUB {
  text-align: center;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: bold;
  margin-bottom: 60px;
}
/* line 296, ../scss/style-lp.scss */
.titDetaiUB span {
  border-bottom: 2px solid #004a80;
  display: inline-block;
  min-width: 280px;
}

/* line 298, ../scss/style-lp.scss */
.btnMore {
  text-align: center;
  max-width: 800px;
  margin: 50px auto 0;
  padding: 0 1em;
  background: #004a80;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.4;
}
/* line 299, ../scss/style-lp.scss */
.btnMore span {
  background: url(/img/lp/icoBtnArrow.svg) no-repeat center right;
  background-size: 30px 30px;
  padding: 15px 40px 15px 0;
  display: inline-block;
}
/* line 300, ../scss/style-lp.scss */
.btnMore:hover {
  background: #f7931e;
}

@media screen and (min-width: 768px) {
  /* line 303, ../scss/style-lp.scss */
  .titPoint {
    font-size: 50px;
  }

  /* line 304, ../scss/style-lp.scss */
  .lpDetailTitle {
    font-size: 35px;
  }

  /* line 305, ../scss/style-lp.scss */
  .lpDetailArea {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  /* line 306, ../scss/style-lp.scss */
  .lpDetailBox {
    margin: 40px auto 0;
    padding: 45px;
  }

  /* line 307, ../scss/style-lp.scss */
  .titDetaiUB {
    font-size: 30px;
  }

  /* line 308, ../scss/style-lp.scss */
  .btnMore {
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  /* line 311, ../scss/style-lp.scss */
  .pc_br {
    display: none;
  }
}
/* line 317, ../scss/style-lp.scss */
.pageEPSON-LX .header {
  padding: 60px 0 45px;
}
/* line 318, ../scss/style-lp.scss */
.pageEPSON-LX .header p {
  color: #004a80;
  font-size: 25px;
  margin-top: 20px;
}
/* line 319, ../scss/style-lp.scss */
.pageEPSON-LX .header .btnTel {
  margin-top: 30px;
  margin-bottom: 20px;
}
/* line 321, ../scss/style-lp.scss */
.pageEPSON-LX .lpDetailBox {
  margin-top: 80px;
  position: relative;
}

/* line 323, ../scss/style-lp.scss */
.epsonDetailBox {
  margin-top: 50px;
}
/* line 324, ../scss/style-lp.scss */
.epsonDetailBox:nth-of-type(1) {
  margin-top: 0;
}
/* line 325, ../scss/style-lp.scss */
.epsonDetailBox figure {
  text-align: center;
  margin-top: 20px;
}
/* line 326, ../scss/style-lp.scss */
.epsonDetailBox .titFrame {
  border: 1px solid #004a80;
  color: #004a80;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 30px 0 10px;
}
/* line 327, ../scss/style-lp.scss */
.epsonDetailBox .titPlusIco {
  margin-top: 30px;
}
/* line 328, ../scss/style-lp.scss */
.epsonDetailBox .titPlusIco span {
  background: #81c153;
  color: #fff;
  padding: 5px 1em;
  margin-right: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

@media screen and (min-width: 768px) {
  /* line 333, ../scss/style-lp.scss */
  .pageEPSON-LX .header {
    padding: 60px 0 45px;
  }
  /* line 334, ../scss/style-lp.scss */
  .pageEPSON-LX .header .txtBox {
    width: 60%;
  }
  /* line 335, ../scss/style-lp.scss */
  .pageEPSON-LX .header figure {
    width: 35%;
    margin-top: 0;
  }
  /* line 336, ../scss/style-lp.scss */
  .pageEPSON-LX .header .btnGreenGradient {
    margin: 0;
  }
}
/* line 344, ../scss/style-lp.scss */
.pageSurface .header {
  padding: 50px 0;
}
/* line 345, ../scss/style-lp.scss */
.pageSurface .header p {
  color: #004a80;
  font-size: 20px;
  font-weight: bold;
  margin-top: 30px;
}
/* line 346, ../scss/style-lp.scss */
.pageSurface .header h2 {
  text-align: center;
  margin: 20px 0 15px;
}
/* line 347, ../scss/style-lp.scss */
.pageSurface .header strong {
  font-size: 15px;
  position: relative;
  line-height: 1.4;
}
/* line 348, ../scss/style-lp.scss */
.pageSurface .header strong:before, .pageSurface .header strong:after {
  content: "　";
  display: inline-block;
  width: 1px;
  background-color: #000;
  height: 30px;
}
/* line 349, ../scss/style-lp.scss */
.pageSurface .header strong:before {
  -webkit-transform: rotate(-35deg);
  -moz-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  -o-transform: rotate(-35deg);
  transform: rotate(-35deg);
  margin-right: 1em;
}
/* line 350, ../scss/style-lp.scss */
.pageSurface .header strong:after {
  -webkit-transform: rotate(35deg);
  -moz-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transform: rotate(35deg);
  margin-left: 1em;
}
/* line 353, ../scss/style-lp.scss */
.pageSurface h1 {
  width: 80%;
}

/* line 355, ../scss/style-lp.scss */
.surfaceFunctionBox {
  margin-top: 30px;
}

/* line 357, ../scss/style-lp.scss */
.blueCircle li:first-letter {
  color: #004a80;
  font-size: 13px;
}

/* line 359, ../scss/style-lp.scss */
.imgDisplay {
  text-align: center;
}
/* line 360, ../scss/style-lp.scss */
.imgDisplay figcaption {
  margin-top: 20px;
}

/* line 362, ../scss/style-lp.scss */
.surfaceSpec {
  margin-top: 50px;
}
/* line 363, ../scss/style-lp.scss */
.surfaceSpec h4 {
  font-weight: bold;
  font-size: 25px;
  line-height: 1.4;
}
/* line 364, ../scss/style-lp.scss */
.surfaceSpec h4 .en {
  font-size: 30px;
}
/* line 366, ../scss/style-lp.scss */
.surfaceSpec figure {
  text-align: center;
}
/* line 367, ../scss/style-lp.scss */
.surfaceSpec table {
  border-top: 1px solid #b3b3b3;
  width: 100%;
}
/* line 368, ../scss/style-lp.scss */
.surfaceSpec table tr {
  border-bottom: 1px solid #b3b3b3;
}
/* line 369, ../scss/style-lp.scss */
.surfaceSpec table th {
  border-right: 1px solid #b3b3b3;
  width: 10em;
}
/* line 370, ../scss/style-lp.scss */
.surfaceSpec table td {
  padding-left: 1em;
}
/* line 371, ../scss/style-lp.scss */
.surfaceSpec table th, .surfaceSpec table td {
  vertical-align: top;
  padding-top: .5em;
  padding-bottom: .5em;
  line-height: 1.4;
}

/* line 374, ../scss/style-lp.scss */
.checkList {
  margin-top: 10px;
}
/* line 375, ../scss/style-lp.scss */
.checkList li {
  background: url(/img/lp/icoCheck.svg) no-repeat left center;
  background-size: 22px 20px;
  padding-left: 26px;
}

@media screen and (max-width: 767px) {
  /* line 378, ../scss/style-lp.scss */
  .surfaceFunctionBox {
    margin-top: 50px;
  }
  /* line 379, ../scss/style-lp.scss */
  .surfaceFunctionBox figure {
    margin-top: 10px;
    text-align: center;
  }

  /* line 381, ../scss/style-lp.scss */
  .imgDisplay figcaption {
    text-align: left;
  }

  /* line 382, ../scss/style-lp.scss */
  .surfaceSpec table th {
    width: 6.5em;
    padding-right: .5em;
  }
}
@media screen and (min-width: 768px) {
  /* line 386, ../scss/style-lp.scss */
  .pageSurface .header {
    padding: 80px 0;
  }
  /* line 387, ../scss/style-lp.scss */
  .pageSurface .header .txtBox {
    width: 55%;
  }
  /* line 388, ../scss/style-lp.scss */
  .pageSurface .header figure {
    width: 45%;
  }
  /* line 389, ../scss/style-lp.scss */
  .pageSurface .header h2 {
    margin: 60px 0 15px;
  }
  /* line 390, ../scss/style-lp.scss */
  .pageSurface .header strong {
    font-size: 25px;
  }

  /* line 393, ../scss/style-lp.scss */
  .surfaceSpec {
    margin-top: 100px;
  }
  /* line 394, ../scss/style-lp.scss */
  .surfaceSpec figure {
    margin-top: 15%;
  }

  /* line 396, ../scss/style-lp.scss */
  .surfaceSpec h4 {
    font-size: 32px;
  }
  /* line 396, ../scss/style-lp.scss */
  .surfaceSpec h4 .en {
    font-size: 37px;
  }
}
/* line 402, ../scss/style-lp.scss */
.pageipad .header {
  background: linear-gradient(#ffffff, #efefef);
}
/* line 403, ../scss/style-lp.scss */
.pageipad .header img {
  margin: 0 auto;
  display: block;
}
/* line 405, ../scss/style-lp.scss */
.pageipad .intro-area {
  background: #fff;
  margin: 0 auto;
  padding: 30px 30px;
  text-align: left;
  font-size: 15px;
}
/* line 406, ../scss/style-lp.scss */
.pageipad h4 {
  font-size: 20px;
}
/* line 407, ../scss/style-lp.scss */
.pageipad .col-7 p {
  font-size: 15px;
}
/* line 408, ../scss/style-lp.scss */
.pageipad .col-7 .set-box {
  border: solid 1px #004a80;
  padding: 10px;
  margin-top: 20px;
}
/* line 409, ../scss/style-lp.scss */
.pageipad .col-7 .set-box .tit-set {
  color: #004a80;
}
/* line 410, ../scss/style-lp.scss */
.pageipad .col-7 .set-box p {
  font-size: 15px;
}
/* line 411, ../scss/style-lp.scss */
.pageipad .col-7 .set-box span {
  color: #004a80;
  font-size: 13px;
}
/* line 415, ../scss/style-lp.scss */
.pageipad .case-area .name-case {
  font-size: 18px;
}
/* line 416, ../scss/style-lp.scss */
.pageipad .case-area h4 {
  font-size: 20px;
}
/* line 417, ../scss/style-lp.scss */
.pageipad .case-area p {
  font-size: 15px;
}
/* line 418, ../scss/style-lp.scss */
.pageipad .case-area .btnCase {
  text-align: center;
  margin: 20px auto 0;
  padding: 0.5em 1em;
  background: #004a80;
  color: #fff;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.4;
}
/* line 419, ../scss/style-lp.scss */
.pageipad .case-area .btnCase:hover {
  background: #f7931e;
}
@media screen and (min-width: 768px) {
  /* line 423, ../scss/style-lp.scss */
  .pageipad .intro-area {
    padding: 50px 10px;
    text-align: center;
    font-size: 18px;
  }
  /* line 424, ../scss/style-lp.scss */
  .pageipad h4 {
    font-size: 23px;
  }
  /* line 425, ../scss/style-lp.scss */
  .pageipad .col-7 p {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  /* line 428, ../scss/style-lp.scss */
  .pageipad .pc_br {
    display: none;
  }
}

/* line 436, ../scss/style-lp.scss */
.pageapple .header {
  background: #fff;
}
/* line 437, ../scss/style-lp.scss */
.pageapple .header img {
  margin: 0 auto;
  display: block;
  width: 100%;
}
/* line 439, ../scss/style-lp.scss */
.pageapple .intro-area {
  background: #fff;
  margin: 0 auto;
  padding: 50px 10px;
  text-align: center;
  font-size: 18px;
}
/* line 440, ../scss/style-lp.scss */
.pageapple h4 {
  font-size: 23px;
}
/* line 441, ../scss/style-lp.scss */
.pageapple .col-7 p {
  font-size: 15px;
}
/* line 442, ../scss/style-lp.scss */
.pageapple .col-7 .set-box {
  border: solid 1px #004a80;
  padding: 10px;
  margin-top: 20px;
}
/* line 443, ../scss/style-lp.scss */
.pageapple .col-7 .set-box .tit-set {
  color: #004a80;
}
/* line 444, ../scss/style-lp.scss */
.pageapple .col-7 .set-box p {
  font-size: 15px;
}
/* line 445, ../scss/style-lp.scss */
.pageapple .col-7 .set-box span {
  color: #004a80;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  /* line 449, ../scss/style-lp.scss */
  .pageapple .col-7 p {
    font-size: 18px;
  }
  /* line 450, ../scss/style-lp.scss */
  .pageapple .col-7 .set-box {
    border: solid 1px #004a80;
    padding: 10px;
    margin-top: 20px;
  }
  /* line 451, ../scss/style-lp.scss */
  .pageapple .col-7 .set-box .tit-set {
    color: #004a80;
  }
  /* line 452, ../scss/style-lp.scss */
  .pageapple .col-7 .set-box p {
    font-size: 15px;
  }
  /* line 453, ../scss/style-lp.scss */
  .pageapple .col-7 .set-box span {
    color: #004a80;
    font-size: 13px;
  }
}
/* line 456, ../scss/style-lp.scss */
.pageapple h5 {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  background-color: #004a80;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 1.5em;
  margin-bottom: 10px;
}
/* line 457, ../scss/style-lp.scss */
.pageapple h5 span {
  color: #004a80;
  margin-right: 5px;
}
/* line 458, ../scss/style-lp.scss */
.pageapple h5:nth-of-type(2) {
  margin-top: 20px;
}
/* line 460, ../scss/style-lp.scss */
.pageapple h6 {
  font-weight: bold;
  font-size: 18px;
  margin-top: 1em;
}
/* line 462, ../scss/style-lp.scss */
.pageapple .lpDetailArea2 {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  /* line 465, ../scss/style-lp.scss */
  .pageapple .lpDetailArea2 {
    padding-top: 100px;
    padding-bottom: 40px;
  }
}
/* line 468, ../scss/style-lp.scss */
.pageapple .App p {
  font-size: 15px;
}
/* line 470, ../scss/style-lp.scss */
.pageapple .lpDetailArea2 h4 {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  /* line 472, ../scss/style-lp.scss */
  .pageapple .lpDetailArea2 h4 {
    font-size: 23px;
  }
}
/* line 475, ../scss/style-lp.scss */
.pageapple .txtleft p {
  text-align: left;
}
/* line 477, ../scss/style-lp.scss */
.pageapple .box {
  border: solid 1px #ccc;
  padding: 10px 20px;
  margin-top: 10px;
}
/* line 478, ../scss/style-lp.scss */
.pageapple .box p {
  font-size: 15px;
}
/* line 480, ../scss/style-lp.scss */
.pageapple .box2 {
  border: solid 1px #ccc;
  padding: 10px 20px;
  margin-top: 25px;
}
/* line 481, ../scss/style-lp.scss */
.pageapple .box2 p {
  font-size: 15px;
}
/* line 483, ../scss/style-lp.scss */
.pageapple .clearfix.container {
  margin: 0 auto;
  max-width: 1040px;
  padding: 0;
}
/* line 484, ../scss/style-lp.scss */
.pageapple .ApplLogo {
  margin: 0 0 0 auto;
  float: right;
}
@media screen and (max-width: 768px) {
  /* line 486, ../scss/style-lp.scss */
  .pageapple .pc_br {
    display: none;
  }
}
/* line 491, ../scss/style-lp.scss */
.pageapple .case-area .name-case {
  font-size: 18px;
}
/* line 492, ../scss/style-lp.scss */
.pageapple .case-area h4 {
  font-size: 20px;
}
/* line 493, ../scss/style-lp.scss */
.pageapple .case-area p {
  font-size: 15px;
}
/* line 494, ../scss/style-lp.scss */
.pageapple .case-area .btnCase {
  text-align: center;
  margin: 20px auto 0;
  padding: 0.5em 1em;
  background: #004a80;
  color: #fff;
  display: block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.4;
}
/* line 495, ../scss/style-lp.scss */
.pageapple .case-area .btnCase:hover {
  background: #f7931e;
}

/* line 503, ../scss/style-lp.scss */
.pageClick {
  /*.header { background:url(/solution/clickshare/img/bg-header.jpg) no-repeat center top; background-size:cover;
  	.btnTel { text-align:center;}
  }*/
}
/* line 507, ../scss/style-lp.scss */
.pageClick .header {
  background: #fff;
}
/* line 508, ../scss/style-lp.scss */
.pageClick .header img {
  margin: 0 auto;
  display: block;
  width: 100%;
}
/* line 510, ../scss/style-lp.scss */
.pageClick h4 span {
  font-size: 25px;
  color: #F7931E;
}
/* line 511, ../scss/style-lp.scss */
.pageClick .intro-area {
  border-top: solid 1px #ddd;
  background: #fff;
  margin: 0 auto;
  padding: 50px 30px;
  text-align: center;
  font-size: 18px;
}
/* line 512, ../scss/style-lp.scss */
.pageClick .intro-area h3 {
  font-size: 25px;
  font-weight: bold;
}
/* line 513, ../scss/style-lp.scss */
.pageClick .intro-area p {
  font-size: 15px;
  text-align: left;
}
/* line 514, ../scss/style-lp.scss */
.pageClick .intro-area small {
  font-size: 14px;
  display: block;
  text-align: left;
}
@media screen and (min-width: 768px) {
  /* line 517, ../scss/style-lp.scss */
  .pageClick h4 span {
    font-size: 30px;
  }
  /* line 518, ../scss/style-lp.scss */
  .pageClick .intro-area {
    padding: 50px 10px;
  }
  /* line 519, ../scss/style-lp.scss */
  .pageClick .intro-area h3 {
    font-size: 30px;
  }
  /* line 520, ../scss/style-lp.scss */
  .pageClick .intro-area p {
    font-size: 18px;
    text-align: center;
  }
  /* line 521, ../scss/style-lp.scss */
  .pageClick .intro-area small {
    font-size: 15px;
    text-align: center;
  }
}
/* line 525, ../scss/style-lp.scss */
.pageClick .case-box h5 {
  font-size: 18px;
  font-weight: bold;
}
/* line 526, ../scss/style-lp.scss */
.pageClick .case-box p {
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 20px 0;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  /* line 530, ../scss/style-lp.scss */
  .pageClick .case-box p {
    margin-bottom: 40px;
  }
}
/* line 533, ../scss/style-lp.scss */
.pageClick .casetxt-more {
  text-align: left;
  font-weight: bold;
  font-size: 15px;
}
/* line 534, ../scss/style-lp.scss */
.pageClick table {
  width: 100%;
  margin-top: 20px;
}
/* line 535, ../scss/style-lp.scss */
.pageClick table, .pageClick td, .pageClick th {
  border-collapse: collapse;
  padding: 5px 10px;
}
/* line 536, ../scss/style-lp.scss */
.pageClick td, .pageClick th {
  width: 25%;
}
/* line 537, ../scss/style-lp.scss */
.pageClick tr {
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
}
/* line 538, ../scss/style-lp.scss */
.pageClick th {
  background: #D6E8F5;
  padding: 0 10px;
}
/* line 539, ../scss/style-lp.scss */
.pageClick td {
  text-align: center;
  border-left: solid 1px #666;
}
/* line 541, ../scss/style-lp.scss */
.pageClick .sp-wrap p {
  text-align: center;
  font-size: 18px;
  color: #004a80;
}
/* line 543, ../scss/style-lp.scss */
.pageClick .pc-wrap {
  display: none;
}
/* line 544, ../scss/style-lp.scss */
.pageClick h4 span {
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 503, ../scss/style-lp.scss */
  .pageClick {
    /*h4 span { display: inline;}*/
  }
  /* line 547, ../scss/style-lp.scss */
  .pageClick .casetxt-more {
    text-align: center;
    font-size: 18px;
  }
  /* line 548, ../scss/style-lp.scss */
  .pageClick table, .pageClick td, .pageClick th {
    padding: 15px;
  }
  /* line 550, ../scss/style-lp.scss */
  .pageClick .sp-wrap {
    display: none;
  }
  /* line 551, ../scss/style-lp.scss */
  .pageClick .pc-wrap {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  /* line 554, ../scss/style-lp.scss */
  .pageClick .pc_br {
    display: none;
  }
}

/* line 561, ../scss/style-lp.scss */
.pageGIGA {
  /*.header { background:url(/solution/clickshare/img/bg-header.jpg) no-repeat center top; background-size:cover;
  	.btnTel { text-align:center;}
  }*/
}
/* line 566, ../scss/style-lp.scss */
.pageGIGA .header {
  background: #fff;
}
/* line 567, ../scss/style-lp.scss */
.pageGIGA .header img {
  margin: 0 auto;
  display: block;
  width: 100%;
}
/* line 569, ../scss/style-lp.scss */
.pageGIGA h4 span {
  font-size: 26px;
  color: #F7931E;
  margin-right: 0.2em;
}
/* line 570, ../scss/style-lp.scss */
.pageGIGA .intro-area {
  background: #fff;
  margin: 0 auto;
  padding: 50px 30px;
  text-align: center;
  font-size: 18px;
}
/* line 571, ../scss/style-lp.scss */
.pageGIGA .intro-area h3 {
  font-size: 25px;
  font-weight: bold;
}
/* line 572, ../scss/style-lp.scss */
.pageGIGA .intro-area p {
  font-size: 15px;
  text-align: left;
}
/* line 573, ../scss/style-lp.scss */
.pageGIGA .intro-area p span {
  font-weight: bold;
}
/* line 574, ../scss/style-lp.scss */
.pageGIGA .intro-area p .Bd {
  border-bottom: 2px solid #f7931e;
  display: inline-block;
  line-height: 1.5em;
  margin-bottom: 0.2em;
}
/* line 576, ../scss/style-lp.scss */
.pageGIGA .intro-area small {
  font-size: 14px;
  display: block;
  text-align: left;
}
/* line 578, ../scss/style-lp.scss */
.pageGIGA .balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 285px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #004a80;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}
/* line 593, ../scss/style-lp.scss */
.pageGIGA .balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #004a80;
}
/* line 603, ../scss/style-lp.scss */
.pageGIGA .balloon1 p {
  margin: 0;
  padding: 0;
}
/* line 609, ../scss/style-lp.scss */
.pageGIGA .IpBox {
  max-width: 770px;
  margin: auto;
}
/* line 610, ../scss/style-lp.scss */
.pageGIGA .Ipbox {
  text-align: center;
  margin-top: 10px;
}
/* line 611, ../scss/style-lp.scss */
.pageGIGA .Ipbox figure {
  margin-top: 10px;
  margin-bottom: 0px;
}
/* line 612, ../scss/style-lp.scss */
.pageGIGA .Ipbox figure img {
  border: 1px #8C8C8C solid;
}
@media screen and (min-width: 768px) {
  /* line 614, ../scss/style-lp.scss */
  .pageGIGA .Ipbox {
    margin-top: 0px;
  }
}
/* line 618, ../scss/style-lp.scss */
.pageGIGA .surfaceFunctionBox {
  text-align: center;
}
/* line 619, ../scss/style-lp.scss */
.pageGIGA .surfaceFunctionBox .titDetaiUB {
  color: #004a80;
  margin-bottom: 20px;
}
/* line 620, ../scss/style-lp.scss */
.pageGIGA figure {
  margin-top: 30px;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  /* line 622, ../scss/style-lp.scss */
  .pageGIGA figure {
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  /* line 625, ../scss/style-lp.scss */
  .pageGIGA h4 span {
    font-size: 40px;
  }
  /* line 626, ../scss/style-lp.scss */
  .pageGIGA .intro-area {
    padding: 50px 10px;
  }
  /* line 627, ../scss/style-lp.scss */
  .pageGIGA .intro-area h3 {
    font-size: 30px;
  }
  /* line 628, ../scss/style-lp.scss */
  .pageGIGA .intro-area p {
    font-size: 18px;
    text-align: center;
  }
  /* line 629, ../scss/style-lp.scss */
  .pageGIGA .intro-area small {
    font-size: 15px;
    text-align: center;
  }
}
/* line 633, ../scss/style-lp.scss */
.pageGIGA .case-box h5 {
  font-size: 18px;
  font-weight: bold;
}
/* line 635, ../scss/style-lp.scss */
.pageGIGA .case-box p span {
  font-size: 18px;
  font-weight: bold;
}
/* line 636, ../scss/style-lp.scss */
.pageGIGA .case-box p .opportunity {
  color: #0078d0;
}
/* line 637, ../scss/style-lp.scss */
.pageGIGA .case-box p .tool {
  color: #58b300;
}
/* line 639, ../scss/style-lp.scss */
.pageGIGA .case-box img {
  width: 65%;
}
@media screen and (min-width: 768px) {
  /* line 643, ../scss/style-lp.scss */
  .pageGIGA .case-box img {
    width: auto;
  }
}
/* line 648, ../scss/style-lp.scss */
.pageGIGA .casetxt-more {
  text-align: left;
  font-weight: normal;
  font-size: 15px;
}
/* line 649, ../scss/style-lp.scss */
.pageGIGA table {
  width: 100%;
  margin-top: 20px;
}
/* line 650, ../scss/style-lp.scss */
.pageGIGA table, .pageGIGA td, .pageGIGA th {
  border-collapse: collapse;
  padding: 5px 10px;
}
/* line 651, ../scss/style-lp.scss */
.pageGIGA td, .pageGIGA th {
  width: 25%;
}
/* line 652, ../scss/style-lp.scss */
.pageGIGA tr {
  border-top: solid 1px #666;
  border-bottom: solid 1px #666;
}
/* line 653, ../scss/style-lp.scss */
.pageGIGA th {
  background: #D6E8F5;
  padding: 0 10px;
}
/* line 654, ../scss/style-lp.scss */
.pageGIGA td {
  text-align: center;
  border-left: solid 1px #666;
}
/* line 656, ../scss/style-lp.scss */
.pageGIGA .sp-wrap p {
  text-align: center;
  font-size: 18px;
  color: #004a80;
}
/* line 658, ../scss/style-lp.scss */
.pageGIGA .pc-wrap {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 561, ../scss/style-lp.scss */
  .pageGIGA {
    /*h4 span { display: inline;}*/
  }
  /* line 662, ../scss/style-lp.scss */
  .pageGIGA .casetxt-more {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
  }
  /* line 663, ../scss/style-lp.scss */
  .pageGIGA table, .pageGIGA td, .pageGIGA th {
    padding: 15px;
  }
  /* line 665, ../scss/style-lp.scss */
  .pageGIGA .sp-wrap {
    display: none;
  }
  /* line 666, ../scss/style-lp.scss */
  .pageGIGA .pc-wrap {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  /* line 669, ../scss/style-lp.scss */
  .pageGIGA .pc_br {
    display: none;
  }
}

/* line 677, ../scss/style-lp.scss */
.pageMesh {
  /*.header { background:url(/solution/clickshare/img/bg-header.jpg) no-repeat center top; background-size:cover;
  	.btnTel { text-align:center;}
  }*/
}
/* line 682, ../scss/style-lp.scss */
.pageMesh .BM {
  margin-bottom: 20px;
}
/* line 683, ../scss/style-lp.scss */
.pageMesh .BmSp {
  margin-bottom: 25px;
}
@media screen and (min-width: 770px) {
  /* line 685, ../scss/style-lp.scss */
  .pageMesh .BmSp {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 770px) {
  /* line 690, ../scss/style-lp.scss */
  .pageMesh .reidai .row .col-3 {
    padding-right: 0;
    width: 8.5%;
  }
  /* line 691, ../scss/style-lp.scss */
  .pageMesh .reidai .row .col-9 {
    padding-right: 0;
    width: 91.5%;
  }
}
/* line 695, ../scss/style-lp.scss */
.pageMesh .reidai {
  padding: 30px;
}
/* line 696, ../scss/style-lp.scss */
.pageMesh .borDer {
  border-top: 2px #004a80 solid;
}
/* line 697, ../scss/style-lp.scss */
.pageMesh .header {
  background: #fff;
}
/* line 698, ../scss/style-lp.scss */
.pageMesh .header img {
  margin: 0 auto;
  display: block;
  width: 100%;
}
/* line 700, ../scss/style-lp.scss */
.pageMesh h4 span {
  font-size: 26px;
  color: #F7931E;
  margin-right: 0.2em;
}
/* line 701, ../scss/style-lp.scss */
.pageMesh .intro-area {
  background: #fff;
  margin: 0 auto;
  padding: 50px 30px;
  text-align: center;
  font-size: 18px;
}
/* line 702, ../scss/style-lp.scss */
.pageMesh .intro-area h3 {
  font-size: 25px;
  font-weight: bold;
}
/* line 703, ../scss/style-lp.scss */
.pageMesh .intro-area p {
  font-size: 15px;
  text-align: left;
}
/* line 704, ../scss/style-lp.scss */
.pageMesh .intro-area p span {
  font-weight: bold;
}
/* line 705, ../scss/style-lp.scss */
.pageMesh .intro-area p .Bd {
  border-bottom: 2px solid #f7931e;
  display: inline-block;
  line-height: 1.5em;
  margin-bottom: 0.2em;
}
/* line 711, ../scss/style-lp.scss */
.pageMesh .balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 285px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #004a80;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
}
/* line 726, ../scss/style-lp.scss */
.pageMesh .balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #004a80;
}
/* line 736, ../scss/style-lp.scss */
.pageMesh .balloon1 p {
  margin: 0;
  padding: 0;
}
/* line 742, ../scss/style-lp.scss */
.pageMesh .IpBox {
  max-width: 770px;
  margin: auto;
}
/* line 743, ../scss/style-lp.scss */
.pageMesh .Ipbox {
  text-align: center;
  margin-top: 10px;
}
/* line 744, ../scss/style-lp.scss */
.pageMesh .Ipbox figure {
  margin-top: 10px;
  margin-bottom: 0px;
}
/* line 745, ../scss/style-lp.scss */
.pageMesh .Ipbox figure img {
  border: 1px #8C8C8C solid;
}
@media screen and (min-width: 770px) {
  /* line 748, ../scss/style-lp.scss */
  .pageMesh .Ipbox {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  /* line 752, ../scss/style-lp.scss */
  .pageMesh .col-7 {
    width: 100%;
  }
  /* line 753, ../scss/style-lp.scss */
  .pageMesh .col-5 {
    width: 100%;
  }
}
@media screen and (min-width: 770px) {
  /* line 756, ../scss/style-lp.scss */
  .pageMesh .col-7 {
    width: 59.5%;
  }
  /* line 757, ../scss/style-lp.scss */
  .pageMesh .col-5 {
    width: 40.5%;
  }
}
/* line 762, ../scss/style-lp.scss */
.pageMesh .surfaceFunctionBox .support {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 30px;
}
/* line 763, ../scss/style-lp.scss */
.pageMesh .surfaceFunctionBox .col-7 h4 span {
  display: block;
}
/* line 764, ../scss/style-lp.scss */
.pageMesh .surfaceFunctionBox .col-7 img {
  margin-bottom: 15px;
}
/* line 765, ../scss/style-lp.scss */
.pageMesh .surfaceFunctionBox .col-7 p {
  margin-top: 15px;
}
/* line 766, ../scss/style-lp.scss */
.pageMesh .surfaceFunctionBox .col-7 p .triangle {
  position: relative;
  padding-left: 9px;
  margin-left: 4px;
  margin-right: 3px;
}
/* line 774, ../scss/style-lp.scss */
.pageMesh .surfaceFunctionBox .col-7 p .triangle::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: solid 6px transparent;
  border-left: solid 9px #4d4d4d;
  top: 50%;
  left: 0;
  margin-top: -7px;
}
/* line 786, ../scss/style-lp.scss */
.pageMesh .surfaceFunctionBox .col-5 h4 {
  font-size: 23px;
}
/* line 787, ../scss/style-lp.scss */
.pageMesh .surfaceFunctionBox .col-5 h4 span {
  font-size: 23px;
  color: #f7931e;
}
/* line 789, ../scss/style-lp.scss */
.pageMesh .surfaceFunctionBox .EgBox {
  max-width: 900px;
  margin: auto;
  margin-bottom: 55px;
  margin-top: 0px;
  border: 2px #004a80 solid;
}
/* line 790, ../scss/style-lp.scss */
.pageMesh .surfaceFunctionBox .EgBox .Egmini {
  font-size: 18px;
  font-weight: bold;
  color: #4d4d4d;
}
/* line 791, ../scss/style-lp.scss */
.pageMesh .surfaceFunctionBox .EgBox .circle {
  font-size: 13px;
  color: #004a80;
}
/* line 792, ../scss/style-lp.scss */
.pageMesh .surfaceFunctionBox .EgBox .Egsp {
  font-size: 16px;
  font-weight: bold;
  color: #4d4d4d;
}
/* line 793, ../scss/style-lp.scss */
.pageMesh .surfaceFunctionBox .EgBox .IPadB img {
  border: 1px #8C8C8C solid;
}
/* line 795, ../scss/style-lp.scss */
.pageMesh .surfaceFunctionBox .EgBox .Egtit {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #004a80;
  padding: 1em;
  margin-bottom: 0;
}
@media screen and (min-width: 770px) {
  /* line 801, ../scss/style-lp.scss */
  .pageMesh .surfaceFunctionBox .EgBox {
    margin-bottom: 75px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 769px) {
  /* line 808, ../scss/style-lp.scss */
  .pageMesh .surfaceFunctionBox figure {
    text-align: center;
  }
}
/* line 811, ../scss/style-lp.scss */
.pageMesh .titDetaiUB {
  text-align: center;
  color: #004a80;
  margin-bottom: 20px;
}
@media screen and (min-width: 770px) {
  /* line 814, ../scss/style-lp.scss */
  .pageMesh h4 span {
    font-size: 30px;
  }
  /* line 815, ../scss/style-lp.scss */
  .pageMesh .intro-area {
    padding: 50px 10px;
  }
  /* line 816, ../scss/style-lp.scss */
  .pageMesh .intro-area h3 {
    font-size: 30px;
  }
  /* line 817, ../scss/style-lp.scss */
  .pageMesh .intro-area p {
    font-size: 18px;
    text-align: center;
  }
  /* line 818, ../scss/style-lp.scss */
  .pageMesh .intro-area small {
    font-size: 15px;
    text-align: center;
  }
}
/* line 822, ../scss/style-lp.scss */
.pageMesh .case-box h5 {
  font-size: 18px;
  font-weight: bold;
}
/* line 824, ../scss/style-lp.scss */
.pageMesh .case-box p span {
  font-size: 18px;
  font-weight: bold;
}
/* line 825, ../scss/style-lp.scss */
.pageMesh .case-box p .opportunity {
  color: #0078d0;
}
/* line 826, ../scss/style-lp.scss */
.pageMesh .case-box p .tool {
  color: #58b300;
}
/* line 831, ../scss/style-lp.scss */
.pageMesh .casetxt-more {
  text-align: left;
  font-weight: normal;
  font-size: 15px;
}
/* line 834, ../scss/style-lp.scss */
.pageMesh .sp-wrap p {
  text-align: center;
  font-size: 18px;
  color: #004a80;
}
/* line 836, ../scss/style-lp.scss */
.pageMesh .pc-wrap {
  display: none;
}
@media screen and (min-width: 770px) {
  /* line 677, ../scss/style-lp.scss */
  .pageMesh {
    /*h4 span { display: inline;}*/
  }
  /* line 840, ../scss/style-lp.scss */
  .pageMesh .casetxt-more {
    font-weight: bold;
    text-align: center;
    font-size: 18px;
  }
  /* line 841, ../scss/style-lp.scss */
  .pageMesh table, .pageMesh td, .pageMesh th {
    padding: 15px;
  }
  /* line 843, ../scss/style-lp.scss */
  .pageMesh .sp-wrap {
    display: none;
  }
  /* line 844, ../scss/style-lp.scss */
  .pageMesh .pc-wrap {
    display: block;
  }
}
/* line 846, ../scss/style-lp.scss */
.pageMesh .sp_br {
  display: none;
}
@media screen and (max-width: 770px) {
  /* line 848, ../scss/style-lp.scss */
  .pageMesh .pc_br {
    display: none;
  }
  /* line 849, ../scss/style-lp.scss */
  .pageMesh .sp_br {
    display: block;
  }
}
