@charset "UTF-8";
/* line 5, ../../../.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/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, ../../../.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 9, ../sass/_base.scss */
.cf:before, .container:before, .slidetitle-4:before, footer nav:before, #sec-1:before, #sec-2:before, #sec-3:before, #sec-4:before, #sec-5:before, #sec-5 .sec-5-img:before, #sec-6:before, #sec-6 .c-box:before, #sec-7:before, #sec-7 .c-box:before,
.cf:after,
.container:after,
.slidetitle-4:after,
footer nav:after,
#sec-1:after,
#sec-2:after,
#sec-3:after,
#sec-4:after,
#sec-5:after,
#sec-5 .sec-5-img:after,
#sec-6:after,
#sec-6 .c-box:after,
#sec-7:after,
#sec-7 .c-box:after {
  content: " ";
  display: table;
}

/* line 15, ../sass/_base.scss */
.cf:after, .container:after, .slidetitle-4:after, footer nav:after, #sec-1:after, #sec-2:after, #sec-3:after, #sec-4:after, #sec-5:after, #sec-5 .sec-5-img:after, #sec-6:after, #sec-6 .c-box:after, #sec-7:after, #sec-7 .c-box:after {
  clear: both;
}

/* line 19, ../sass/_base.scss */
.cf, .container, .slidetitle-4, footer nav, #sec-1, #sec-2, #sec-3, #sec-4, #sec-5, #sec-5 .sec-5-img, #sec-6, #sec-6 .c-box, #sec-7, #sec-7 .c-box {
  *zoom: 1;
}

/* line 3, ../sass/style.scss */
html {
  font-size: 62.5%;
}

/* line 7, ../sass/style.scss */
body {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", sans-serif;
  font-size: 1.6rem;
  color: #333333;
  line-height: 1.6;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

/* line 18, ../sass/style.scss */
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

/* line 26, ../sass/style.scss */
p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* line 31, ../sass/style.scss */
.txt-right {
  margin-top: 3rem;
  text-align: right !important;
}

/* line 36, ../sass/style.scss */
hr {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -moz-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0;
  -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0;
  box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0;
  margin: 30px 0;
}

/* line 42, ../sass/style.scss */
.container {
  display: block;
  position: relative;
  width: 100%;
  max-width: 1024px;
  height: 100%;
  margin: 0 auto;
}

/* line 52, ../sass/style.scss */
header {
  width: 100%;
  height: 60px;
  color: white;
}
/* line 56, ../sass/style.scss */
header h1 a {
  display: block;
  margin: 5px 0 0 10px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  text-transform: capitalize;
  background-image: url(../img/logo_posnet_201504.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 326px;
  height: 41px;
}

@media screen and (max-width: 700px) {
  /* line 73, ../sass/style.scss */
  header h1 a {
    text-indent: -119988px;
    overflow: hidden;
    text-align: left;
    text-transform: capitalize;
    background-image: url(../img/logo_posnet_sp.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 114px;
    height: 41px;
  }
}
/* line 88, ../sass/style.scss */
#h-sns {
  display: block;
  position: absolute;
  font-size: 2.4rem;
  color: lightgray;
  bottom: 5px;
  right: 214px;
}
/* line 95, ../sass/style.scss */
#h-sns a {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  /* line 102, ../sass/style.scss */
  #h-sns {
    display: none;
  }
}
/* line 107, ../sass/style.scss */
.usage {
  display: block;
  width: 174px;
  height: 28px;
  position: absolute;
  bottom: 10px;
  right: 20px;
  font-size: 1.4rem;
  text-align: center;
  vertical-align: middle;
  line-height: 2;
  color: white;
  background-color: #c63c4c;
}
/* line 120, ../sass/style.scss */
.usage:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 124, ../sass/style.scss */
.usage a {
  color: inherit;
  text-decoration: none;
}

/* line 130, ../sass/style.scss */
.twitter {
  margin-right: 15px;
}
/* line 132, ../sass/style.scss */
.twitter:hover {
  color: #00b8f4;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 138, ../sass/style.scss */
.facebook {
  margin-right: 15px;
}
/* line 140, ../sass/style.scss */
.facebook:hover {
  color: #3b5998;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 147, ../sass/style.scss */
nav.global-nav {
  width: 100%;
  background: #f1f1f1;
  min-height: 40px;
  padding-left: 20px;
  text-align: right;
}
/* line 153, ../sass/style.scss */
nav.global-nav li {
  display: inline-block;
  margin-top: 10px;
  margin-right: 20px;
  font-size: 1.4rem;
  font-weight: normal;
  color: gray;
}
/* line 160, ../sass/style.scss */
nav.global-nav li:hover, nav.global-nav li.active {
  color: #333333;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 164, ../sass/style.scss */
nav.global-nav li a {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 810px) {
  /* line 172, ../sass/style.scss */
  nav.global-nav {
    text-align: left;
    padding: 10px 20px;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
  }
  /* line 175, ../sass/style.scss */
  nav.global-nav li {
    margin-bottom: 10px;
  }
}
/* line 183, ../sass/style.scss */
#slider1 {
  display: block;
  width: 100px;
  height: auto;
  max-height: 640px;
}

/* line 190, ../sass/style.scss */
.slide {
  position: relative;
  width: 100%;
  height: 640px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  /* line 199, ../sass/style.scss */
  .slide {
    height: 370px;
  }
}
/* line 204, ../sass/style.scss */
.slide1 {
  background: url(../img/slide_1.jpg) no-repeat center top;
  background-size: cover;
}

/* line 210, ../sass/style.scss */
.slide2 {
  background: url(../img/slide_2.jpg) no-repeat center center;
  background-size: cover;
}

/* line 215, ../sass/style.scss */
.slide3 {
  background: url(../img/slide_3.jpg) no-repeat center center;
  background-size: cover;
}

/* line 220, ../sass/style.scss */
.slide4 {
  background: url(../img/slide_4.jpg) no-repeat center center;
  background-size: cover;
}

/* line 226, ../sass/style.scss */
.bx-pager {
  width: 120px !important;
  bottom: 10px !important;
  right: 10px;
}

/* line 234, ../sass/style.scss */
.slidetitle {
  display: block;
  position: absolute;
  top: 60%;
  left: 5%;
  max-width: 80%;
  height: auto;
  padding: 5px 10px 5px 10px;
  border-left: 5px solid #4a789f;
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 244, ../sass/style.scss */
.slidetitle h2 {
  font-size: 3rem;
}
/* line 247, ../sass/style.scss */
.slidetitle h3 {
  font-size: 2.4rem;
  font-weight: bold;
}
/* line 251, ../sass/style.scss */
.slidetitle p {
  font-size: 1.8rem;
}

/* line 257, ../sass/style.scss */
.slidetitle-2 {
  display: block;
  position: absolute;
  bottom: 10%;
  left: 20px;
  max-width: 80%;
  height: auto;
  padding: 5px 5px 5px 10px;
  border-left: 5px solid #4a789f;
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 267, ../sass/style.scss */
.slidetitle-2 h2 {
  font-size: 3rem;
}
/* line 270, ../sass/style.scss */
.slidetitle-2 h3 {
  font-size: 2.4rem;
  font-weight: bold;
}
/* line 274, ../sass/style.scss */
.slidetitle-2 p {
  font-size: 1.8rem;
}

/* line 279, ../sass/style.scss */
.slidetitle-3 {
  display: block;
  position: absolute;
  bottom: 10%;
  left: 20px;
  max-width: 100%;
  height: auto;
  padding: 5px 5px 5px 10px;
  border-left: 5px solid #c63c4c;
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 289, ../sass/style.scss */
.slidetitle-3 h2 {
  font-size: 3rem;
}
/* line 292, ../sass/style.scss */
.slidetitle-3 h3 {
  font-size: 2.4rem;
  font-weight: bold;
}
/* line 296, ../sass/style.scss */
.slidetitle-3 p {
  font-size: 1.8rem;
}

/* line 301, ../sass/style.scss */
.slidetitle-4 {
  display: block;
  position: absolute;
  top: 120px;
  left: 160px;
  max-width: 80%;
  height: auto;
  padding: 5px 5px 5px 10px;
  border-left: 5px solid #c63c4c;
  background-color: rgba(255, 255, 255, 0.8);
}
/* line 312, ../sass/style.scss */
.slidetitle-4 h2 {
  font-size: 3rem;
}
/* line 315, ../sass/style.scss */
.slidetitle-4 h3 {
  font-size: 2.4rem;
  font-weight: bold;
}
/* line 319, ../sass/style.scss */
.slidetitle-4 p {
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  /* line 326, ../sass/style.scss */
  .slidetitle h2, .slidetitle-2 h2, .slidetitle-3 h2, .slidetitle-4 h2 {
    font-size: 2rem;
  }

  /* line 330, ../sass/style.scss */
  .slidetitle-1 {
    max-width: 90%;
  }

  /* line 333, ../sass/style.scss */
  .slidetitle-2 {
    bottom: 20%;
    left: 5%;
  }

  /* line 337, ../sass/style.scss */
  .slidetitle-3 {
    bottom: 15%;
    max-width: 90%;
    left: 5%;
  }

  /* line 342, ../sass/style.scss */
  .slidetitle-4 {
    top: 60%;
    left: 5%;
  }
}
/* line 350, ../sass/style.scss */
.btn_boxlink, .btn_sample, .btn_trial {
  display: block;
  width: 200px;
  height: 40px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: white;
  text-decoration: none;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 2;
}
/* line 361, ../sass/style.scss */
.btn_boxlink:hover, .btn_sample:hover, .btn_trial:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 369, ../sass/style.scss */
.btn_sample {
  background: #1e2637;
  float: left;
  margin: 10px;
}

/* line 376, ../sass/style.scss */
.btn_trial {
  display: block;
  width: auto;
  height: auto;
  padding: 5px 20px;
  background: #c63c4c;
  position: absolute;
  bottom: 30px;
  right: 20px;
}

/* line 389, ../sass/style.scss */
.trial {
  width: 100%;
  height: 280px;
  background: url(../img/otoiawase.png) center bottom no-repeat;
  background-color: #f2f8ff;
  background-size: contain;
}

@media screen and (max-width: 920px) {
  /* line 398, ../sass/style.scss */
  .trial {
    display: none;
  }
}
/* line 406, ../sass/style.scss */
.trial_sp {
  padding-top: 30px;
  background: #f2f8ff;
}
/* line 409, ../sass/style.scss */
.trial_sp .container {
  background: url(../img/bg_trial_sp.png) no-repeat 10px 0;
  font-size: 1.6rem;
}
/* line 413, ../sass/style.scss */
.trial_sp .sp-inner {
  padding-left: 200px;
}
/* line 415, ../sass/style.scss */
.trial_sp .sp-inner i {
  padding-right: 10px;
}
/* line 419, ../sass/style.scss */
.trial_sp .sp-inner .sp-hover:hover, .trial_sp .sp-inner .sp-tel:hover, .trial_sp .sp-inner .sp-web:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 424, ../sass/style.scss */
.trial_sp .sp-inner .sp-tel {
  display: block;
  min-height: 50px;
  margin: 0 20px 20px 0;
  padding: 5px 10px 0 20px;
  color: white;
  background: #3786c4;
  text-decoration: none;
  font-size: 3rem;
  font-weight: bold;
}
/* line 436, ../sass/style.scss */
.trial_sp .sp-inner .sp-web {
  display: block;
  min-height: 55px;
  margin: 0 20px 30px 0;
  padding: 10px 10px 0 20px;
  color: white;
  background: #d7343b;
  text-decoration: none;
  font-size: 2.6rem;
  font-weight: bold;
}
/* line 447, ../sass/style.scss */
.trial_sp .sp-inner .sp-web i {
  font-size: 3rem;
}
/* line 452, ../sass/style.scss */
.trial_sp .sp-1 {
  color: #d7343b;
  font-weight: bold;
  font-size: 3rem;
  padding-right: 20px;
}
/* line 458, ../sass/style.scss */
.trial_sp .sp-2 {
  color: #333;
  font-weight: bold;
  padding-right: 20px;
}

@media screen and (max-width: 670px) {
  /* line 467, ../sass/style.scss */
  .trial_sp .container {
    background: none;
  }
  /* line 470, ../sass/style.scss */
  .trial_sp .sp-inner {
    padding-left: 20px;
  }
}
@media screen and (min-width: 921px) {
  /* line 480, ../sass/style.scss */
  .trial_sp {
    display: none;
  }
}
@media screen and (max-width: 670px) {
  /* line 485, ../sass/style.scss */
  .trial_sp .sp-inner .sp-web {
    font-size: 2rem;
  }
}
/* line 492, ../sass/style.scss */
.wrap {
  width: 100%;
  padding: 10px 20px;
  position: relative;
}

/* line 499, ../sass/style.scss */
h1 {
  font-size: 2.5rem;
}

/* line 503, ../sass/style.scss */
ul.bread {
  text-align: right;
}
/* line 505, ../sass/style.scss */
ul.bread li {
  display: inline-block;
  color: gray;
}
/* line 508, ../sass/style.scss */
ul.bread li:after {
  padding-left: 10px;
  padding-right: 10px;
  content: "\f0da";
  font-family: FontAwesome;
}
/* line 515, ../sass/style.scss */
ul.bread li:last-child:after {
  content: "";
  padding-left: 0;
  padding-right: 0;
}
/* line 521, ../sass/style.scss */
ul.bread li a {
  color: black;
  text-decoration: none;
}
/* line 524, ../sass/style.scss */
ul.bread li a:hover {
  color: gray;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 533, ../sass/style.scss */
.page-title {
  background: white;
}

/* line 538, ../sass/style.scss */
footer {
  background: #f1f1f1;
  width: 100%;
  padding: 30px 0 0;
}
/* line 545, ../sass/style.scss */
footer small {
  font-size: 1.4rem;
  color: gray;
}
/* line 549, ../sass/style.scss */
footer h1 {
  display: block;
  float: left;
}

/* line 555, ../sass/style.scss */
.red {
  color: red;
}

/* line 559, ../sass/style.scss */
p {
  margin-bottom: 0.6rem;
}

/* line 563, ../sass/style.scss */
.bold {
  font-weight: bold;
}

/* line 567, ../sass/style.scss */
.big {
  font-size: 2.5rem;
}

/* line 571, ../sass/style.scss */
.center {
  width: 100%;
  max-width: 960px;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 940px) {
  /* line 579, ../sass/style.scss */
  .p-left {
    text-align: left !important;
  }
}
/* line 584, ../sass/style.scss */
#sec-1 {
  padding: 50px 0;
  background: white;
  width: 100%;
  height: auto;
}
/* line 590, ../sass/style.scss */
#sec-1 img {
  margin-top: 20px;
  width: 100%;
  height: auto;
}
/* line 595, ../sass/style.scss */
#sec-1 h1 {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 10px;
}
/* line 600, ../sass/style.scss */
#sec-1 h2 {
  font-size: 2rem;
  text-align: center;
  color: gray;
  margin-bottom: 60px;
}
/* line 606, ../sass/style.scss */
#sec-1 p {
  font-size: 1.8rem;
  color: gray;
  overflow: auto;
  zoom: 1;
}
/* line 612, ../sass/style.scss */
#sec-1 .p-box {
  display: block;
  height: auto;
  width: 100%;
  padding: 0 20px;
}

/* line 621, ../sass/style.scss */
#sec-2 {
  padding: 50px 0;
  background: #FDFAEF;
  width: 100%;
  height: auto;
}
/* line 627, ../sass/style.scss */
#sec-2 h1 {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 60px;
}
/* line 632, ../sass/style.scss */
#sec-2 h2 {
  font-size: 2rem;
  text-align: center;
  color: #333333;
  margin-bottom: 30px;
}
/* line 638, ../sass/style.scss */
#sec-2 p {
  font-size: 1.8rem;
  color: gray;
  overflow: auto;
  zoom: 1;
  text-align: left;
}
/* line 645, ../sass/style.scss */
#sec-2 .p-box {
  display: block;
  width: 600px;
  height: auto;
  width: 100%;
  padding: 0 20px;
}

/* line 655, ../sass/style.scss */
.tsuyomi, .tsuyomi-1, .tsuyomi-2, .tsuyomi-3 {
  display: inline-block;
  width: 30%;
  height: auto;
  padding: 0px 20px;
  text-align: center;
  vertical-align: top;
}
/* line 662, ../sass/style.scss */
.tsuyomi i, .tsuyomi-1 i, .tsuyomi-2 i, .tsuyomi-3 i {
  font-size: 4rem;
  color: gray;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  /* line 670, ../sass/style.scss */
  .tsuyomi, .tsuyomi-1, .tsuyomi-2, .tsuyomi-3 {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}
/* line 682, ../sass/style.scss */
.tsuyomi-2 {
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}

/* line 693, ../sass/style.scss */
#sec-3 {
  padding: 50px 0;
  background: white;
  width: 100%;
  height: auto;
}
/* line 699, ../sass/style.scss */
#sec-3 h1 {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 20px;
}
/* line 704, ../sass/style.scss */
#sec-3 h2 {
  font-size: 2rem;
  text-align: center;
  color: gray;
  margin-bottom: 60px;
}
/* line 710, ../sass/style.scss */
#sec-3 p {
  font-size: 1.8rem;
  color: gray;
  overflow: auto;
  zoom: 1;
  text-align: center;
}
/* line 717, ../sass/style.scss */
#sec-3 ul {
  width: 100%;
  max-width: 480px;
  margin: 40px auto;
}
/* line 721, ../sass/style.scss */
#sec-3 ul li {
  font-size: 2.4rem;
  color: #333333;
}
/* line 725, ../sass/style.scss */
#sec-3 ul i {
  color: #00a0e9;
  margin-right: 10px;
}

@media screen and (max-width: 480px) {
  /* line 735, ../sass/style.scss */
  #sec-3 ul li {
    font-size: 2rem;
  }
}
/* line 742, ../sass/style.scss */
#sec-4 {
  padding: 50px 0;
  background: #FDFAEF;
  width: 100%;
  height: auto;
}
/* line 748, ../sass/style.scss */
#sec-4 h1 {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 60px;
}
/* line 753, ../sass/style.scss */
#sec-4 h2, #sec-4 h3 {
  font-size: 2rem;
  text-align: center;
  color: #333333;
  margin-bottom: 30px;
}
/* line 759, ../sass/style.scss */
#sec-4 h3 {
  font-size: 4rem;
  color: #333333;
}
/* line 763, ../sass/style.scss */
#sec-4 p {
  font-size: 1.8rem;
  color: gray;
  overflow: auto;
  zoom: 1;
  text-align: left;
  padding: 0 20px;
}
/* line 771, ../sass/style.scss */
#sec-4 .p-under {
  display: block;
  width: 100%;
}
/* line 775, ../sass/style.scss */
#sec-4 .img-2-1 {
  display: inline-block;
  width: 100%;
  max-width: 539px;
  margin: 20px 15px 20px 20px;
}
/* line 781, ../sass/style.scss */
#sec-4 .img-2-2 {
  display: inline-block;
  width: 100%;
  max-width: 425px;
  margin: 20px 0 20px 0;
}

@media screen and (max-width: 1050px) {
  /* line 791, ../sass/style.scss */
  #sec-4 h1 {
    margin-bottom: 30px;
  }
  /* line 794, ../sass/style.scss */
  #sec-4 .img-2-1, #sec-4 .img-2-2 {
    display: block !important;
    margin: 30px auto 40px !important;
  }
}
/* line 802, ../sass/style.scss */
#sec-5 {
  padding: 50px 0;
  width: 100%;
  height: auto;
}
/* line 807, ../sass/style.scss */
#sec-5 h1 {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 10px;
}
/* line 812, ../sass/style.scss */
#sec-5 h2, #sec-5 h3 {
  font-size: 2rem;
  text-align: center;
  color: #333333;
  margin-bottom: 30px;
}
/* line 818, ../sass/style.scss */
#sec-5 h3 {
  font-size: 4rem;
  color: #333333;
}
/* line 822, ../sass/style.scss */
#sec-5 p {
  font-size: 1.8rem;
  color: gray;
  overflow: auto;
  zoom: 1;
  text-align: left;
  padding: 0 20px;
}
/* line 830, ../sass/style.scss */
#sec-5 .p-under {
  display: block;
  height: auto;
  width: 100%;
}
/* line 840, ../sass/style.scss */
#sec-5 img {
  display: block;
  width: 100%;
  max-width: 493px;
  float: left;
  margin-top: 20px;
  margin-left: auto;
  margin-bottom: 20px;
  margin-right: 20px;
}
/* line 849, ../sass/style.scss */
#sec-5 img:nth-child(2n) {
  margin-right: 0;
}

@media screen and (max-width: 1050px) {
  /* line 858, ../sass/style.scss */
  #sec-5 img {
    float: none;
    margin: 20px auto 30px !important;
  }
  /* line 861, ../sass/style.scss */
  #sec-5 img:last-child {
    margin-bottom: 50px !important;
  }
}
/* line 867, ../sass/style.scss */
#sec-6 {
  padding: 50px 0;
  width: 100%;
  height: auto;
  background: #FDFAEF;
}
/* line 873, ../sass/style.scss */
#sec-6 h1 {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 60px;
}
/* line 878, ../sass/style.scss */
#sec-6 h2 {
  font-size: 2rem;
  text-align: left;
  background: #f1f1f1;
  color: #333333;
  margin-bottom: 40px;
  padding: 10px;
  margin-bottom: 1.5rem;
}
/* line 887, ../sass/style.scss */
#sec-6 p {
  font-size: 1.8rem;
  color: gray;
  text-align: left;
  padding: 0 20px;
}
/* line 893, ../sass/style.scss */
#sec-6 .c-box {
  display: block;
  width: 100%;
  padding: 20px;
  margin-bottom: 50px;
  background: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 1px 2px 3px #f1f1f1;
  -webkit-box-shadow: 1px 2px 3px #f1f1f1;
  box-shadow: 1px 2px 3px #f1f1f1;
}
/* line 902, ../sass/style.scss */
#sec-6 .c-box img {
  float: right;
  margin-left: 10px;
  padding: 3px;
  border: 1px solid lightgray;
}
/* line 908, ../sass/style.scss */
#sec-6 .c-box .small {
  font-size: 1.6rem;
}
/* line 911, ../sass/style.scss */
#sec-6 .c-box .c-link {
  padding: 0 20px;
  margin-top: 30px;
}
/* line 914, ../sass/style.scss */
#sec-6 .c-box .c-link li {
  margin-bottom: 1.5rem;
}
/* line 916, ../sass/style.scss */
#sec-6 .c-box .c-link li:last-child {
  margin-bottom: 0;
}
/* line 919, ../sass/style.scss */
#sec-6 .c-box .c-link li a {
  color: #4a789f;
}

@media screen and (max-width: 480px) {
  /* line 930, ../sass/style.scss */
  #sec-6 h2 {
    margin-bottom: 20px;
  }
  /* line 934, ../sass/style.scss */
  #sec-6 .c-box img {
    display: block;
    float: none;
    margin: 0 auto 20px;
  }
}
/* line 943, ../sass/style.scss */
#sec-7 {
  padding: 50px 0;
  width: 100%;
  height: auto;
}
/* line 948, ../sass/style.scss */
#sec-7 h1 {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 60px;
}
/* line 953, ../sass/style.scss */
#sec-7 h2 {
  font-size: 2rem;
  text-align: left;
  background: #f1f1f1;
  color: #c63c4c;
  margin-bottom: 40px;
  padding: 10px;
}
/* line 961, ../sass/style.scss */
#sec-7 p {
  font-size: 1.8rem;
  color: gray;
  overflow: auto;
  zoom: 1;
  text-align: left;
  padding: 0 20px;
}
/* line 969, ../sass/style.scss */
#sec-7 .c-box {
  display: block;
  width: 100%;
  padding: 20px;
  margin-bottom: 50px;
  background: white;
  border: 1px solid #f1f1f1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 1px 2px 3px #f1f1f1;
  -webkit-box-shadow: 1px 2px 3px #f1f1f1;
  box-shadow: 1px 2px 3px #f1f1f1;
}
/* line 979, ../sass/style.scss */
#sec-7 .c-box i {
  color: #c63c4c;
  margin-right: 10px;
  font-size: 2.4rem;
}
/* line 984, ../sass/style.scss */
#sec-7 .c-box img {
  float: right;
  padding: 3px;
  border: 1px solid lightgray;
}
/* line 989, ../sass/style.scss */
#sec-7 .c-box .small {
  font-size: 1.6rem;
}
/* line 992, ../sass/style.scss */
#sec-7 .c-box p {
  margin-bottom: 1.5rem;
}

/* line 999, ../sass/style.scss */
#sec-8 {
  padding: 50px 0;
  width: 100%;
  height: auto;
  background: #FDFAEF;
}
/* line 1004, ../sass/style.scss */
#sec-8 h1 {
  font-size: 4rem;
  text-align: center;
  margin-bottom: 60px;
}
/* line 1009, ../sass/style.scss */
#sec-8 h2 {
  font-size: 2rem;
  text-align: left;
  background: #f1f1f1;
  color: gray;
  margin-bottom: 40px;
  padding: 10px;
}
/* line 1017, ../sass/style.scss */
#sec-8 p {
  font-size: 1.8rem;
  color: gray;
  overflow: auto;
  zoom: 1;
  text-align: left;
  padding: 0 20px;
}
/* line 1025, ../sass/style.scss */
#sec-8 dl {
  border: 1px solid #f1f1f1;
  padding: 50px;
  background: white;
  color: gray;
}
/* line 1030, ../sass/style.scss */
#sec-8 dl dt {
  display: block;
  float: left;
  width: 160px;
  clear: both;
}
/* line 1036, ../sass/style.scss */
#sec-8 dl dd {
  display: block;
  overflow: auto;
  zoom: 1;
}

@media screen and (max-width: 767px) {
  /* line 1046, ../sass/style.scss */
  #sec-8 dl {
    padding: 50px 20px;
  }
  /* line 1048, ../sass/style.scss */
  #sec-8 dl dt {
    width: 100px;
  }
}
@media screen and (max-width: 480px) {
  /* line 1056, ../sass/style.scss */
  #sec-1, #sec-2, #sec-3, #sec-4, #sec-5, #sec-6, #sec-7, #sec-8 {
    padding: 30px 0;
  }
  /* line 1058, ../sass/style.scss */
  #sec-1 h1, #sec-2 h1, #sec-3 h1, #sec-4 h1, #sec-5 h1, #sec-6 h1, #sec-7 h1, #sec-8 h1 {
    font-size: 3rem;
  }

  /* line 1064, ../sass/style.scss */
  #sec-2 h1, #sec-4 h1, #sec-6 h1, #sec-7 h1, #sec-8 h1 {
    margin-bottom: 30px;
  }

  /* line 1069, ../sass/style.scss */
  #sec-4 h3, #sec-5 h3 {
    font-size: 3rem;
  }

  /* line 1074, ../sass/style.scss */
  #sec-8 dl {
    padding: 50px 20px;
  }
  /* line 1076, ../sass/style.scss */
  #sec-8 dl dt {
    width: 100px;
    float: none;
    font-weight: bold;
    margin-bottom: 10px;
  }
}
/* line 1088, ../sass/style.scss */
footer {
  background: #f1f1f1;
  width: 100%;
  padding: 30px 0 0;
}
/* line 1095, ../sass/style.scss */
footer small {
  font-size: 1.4rem;
  color: gray;
}

/* line 1101, ../sass/style.scss */
.footer-pc {
  min-height: 40px;
  padding-left: 20px;
  text-align: right;
}
/* line 1102, ../sass/style.scss */
.footer-pc h1 {
  display: block;
  float: left;
}
/* line 1109, ../sass/style.scss */
.footer-pc li {
  display: inline-block;
  margin-top: 10px;
  margin-right: 20px;
  font-size: 1.4rem;
  font-weight: normal;
  color: gray;
}
/* line 1116, ../sass/style.scss */
.footer-pc li:hover, .footer-pc li.active {
  color: #333333;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
/* line 1120, ../sass/style.scss */
.footer-pc li a {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 950px) {
  /* line 1131, ../sass/style.scss */
  .footer-pc {
    display: none;
  }
}
@media screen and (min-width: 951px) {
  /* line 1138, ../sass/style.scss */
  .footer-sp {
    display: none;
  }
}
/* line 1144, ../sass/style.scss */
.footer-sp {
  padding: 20px 0;
}
/* line 1146, ../sass/style.scss */
.footer-sp .footer-logo {
  display: block;
  float: none;
  width: 119px;
  height: 60px;
  margin: 10px auto 0;
}
/* line 1153, ../sass/style.scss */
.footer-sp nav {
  margin-top: 20px;
}
/* line 1155, ../sass/style.scss */
.footer-sp nav ul {
  background: white;
}
/* line 1157, ../sass/style.scss */
.footer-sp nav ul li {
  display: block;
  border-bottom: 1px solid #f1f1f1;
  padding: 13px 20px 0;
  min-height: 50px;
  background: url(../img/footer-arrow.png) no-repeat right 20px center;
}
/* line 1163, ../sass/style.scss */
.footer-sp nav ul li a {
  display: block;
  font-size: 1.6rem;
  color: #333;
  text-decoration: none;
}
/* line 1169, ../sass/style.scss */
.footer-sp nav ul li:hover {
  background: #fff3dc url(../img/footer-arrow.png) no-repeat right 20px center;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1180, ../sass/style.scss */
button {
  margin: 20px auto 0;
  font-size: 1.6rem;
  border-top: 1px solid #ccc;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #ccc;
  padding: 5px 20px;
  font-weight: bold;
  cursor: pointer;
  color: #666;
  background: -moz-linear-gradient(top, #fff, #F1F1F1 1%, #F1F1F1 50%, #DFDFDF 99%, #ccc);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #F1F1F1), color-stop(0.5, #F1F1F1), color-stop(0.99, #DFDFDF), to(#ccc));
}
/* line 1193, ../sass/style.scss */
button:hover {
  background: -moz-linear-gradient(top, #fff, #e1e1e1 1%, #e1e1e1 50%, #cfcfcf 99%, #ccc);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.01, #e1e1e1), color-stop(0.5, #e1e1e1), color-stop(0.99, #cfcfcf), to(#ccc));
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* line 1201, ../sass/style.scss */
.pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
  text-align: center;
  cursor: pointer;
}

/* line 1209, ../sass/style.scss */
.pagetop a {
  display: block;
  position: relative;
  width: 100px;
  height: 140px;
  background: url(../img/to_top.png) no-repeat center top;
  color: gray;
  font-size: 1.4rem;
  text-decoration: none;
  line-height: 50px;
}
/* line 1219, ../sass/style.scss */
.pagetop a p {
  display: block;
  position: absolute;
  left: 5px;
  bottom: 0;
  text-align: center;
}

@media screen and (max-width: 950px) {
  /* line 1230, ../sass/style.scss */
  .pagetop {
    bottom: -200px;
  }
}
