@charset "UTF-8";
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
@import url(https://fonts.googleapis.com/css?family=Monda);
@import url(https://fonts.googleapis.com/css?family=Cookie);
/* line 3, ../sass/_main.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 11, ../sass/_main.scss */
html {
  font-size: 1em;
  line-height: 1.4;
}

/* line 16, ../sass/_main.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 21, ../sass/_main.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 26, ../sass/_main.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* line 35, ../sass/_main.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/* line 42, ../sass/_main.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 48, ../sass/_main.scss */
textarea {
  resize: vertical;
}

/* line 52, ../sass/_main.scss */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* line 72, ../sass/_mixin_t_add.scss */
.img_r {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 92, ../sass/_mixin_t_add.scss */
.bbg {
  background-image: url("data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
}

/*!
 *  Font Awesome 4.1.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.1.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.1.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.1.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.1.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 4, ../sass/_font-awesome.min.scss */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-2x {
  font-size: 2em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-3x {
  font-size: 3em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-4x {
  font-size: 4em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-5x {
  font-size: 5em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ul > li {
  position: relative;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.pull-right {
  float: right;
}

/* line 4, ../sass/_font-awesome.min.scss */
.pull-left {
  float: left;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 4, ../sass/_font-awesome.min.scss */
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-inverse {
  color: #fff;
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-music:before {
  content: "\f001";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-search:before {
  content: "\f002";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-star:before {
  content: "\f005";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-user:before {
  content: "\f007";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-film:before {
  content: "\f008";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-gear:before, .fa-cog:before {
  content: "\f013";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-home:before {
  content: "\f015";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-road:before {
  content: "\f018";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-download:before {
  content: "\f019";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-font:before {
  content: "\f031";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-dedent:before, .fa-outdent:before {
  content: "\f03b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-mail-forward:before, .fa-share:before {
  content: "\f064";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-random:before {
  content: "\f074";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bar-chart-o:before {
  content: "\f080";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-key:before {
  content: "\f084";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-gears:before, .fa-cogs:before {
  content: "\f085";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-group:before, .fa-users:before {
  content: "\f0c0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chain:before, .fa-link:before {
  content: "\f0c1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cut:before, .fa-scissors:before {
  content: "\f0c4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-copy:before, .fa-files-o:before {
  content: "\f0c5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-legal:before, .fa-gavel:before {
  content: "\f0e3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flash:before, .fa-bolt:before {
  content: "\f0e7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-mail-reply:before, .fa-reply:before {
  content: "\f112";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-code:before {
  content: "\f121";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-question:before {
  content: "\f128";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-info:before {
  content: "\f129";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-euro:before, .fa-eur:before {
  content: "\f153";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-dollar:before, .fa-usd:before {
  content: "\f155";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-won:before, .fa-krw:before {
  content: "\f159";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-female:before {
  content: "\f182";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-male:before {
  content: "\f183";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-gittip:before {
  content: "\f184";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-turkish-lira:before, .fa-try:before {
  content: "\f195";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pied-piper-square:before, .fa-pied-piper:before {
  content: "\f1a7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-automobile:before, .fa-car:before {
  content: "\f1b9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-cab:before, .fa-taxi:before {
  content: "\f1ba";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-life-bouy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ra:before, .fa-rebel:before {
  content: "\f1d0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-ge:before, .fa-empire:before {
  content: "\f1d1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-header:before {
  content: "\f1dc";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-sliders:before {
  content: "\f1de";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 4, ../sass/_font-awesome.min.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1, ../sass/_font.scss */
body {
  font-family: 'Monda' ,'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
  font-size: 13px;
  *font-size: small;
  *font: x-small;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  color: #3d3d3d;
}

/* line 12, ../sass/_font.scss */
h1, h2, h3, h4, h4, h5, h6 {
  line-height: 1.3em;
  font-weight: bold;
}

/* line 17, ../sass/_font.scss */
.main-contents h3,
.outline_bdr h3 {
  font-size: 260%;
  color: #575757;
  line-height: 1.4em;
}

@media only screen and (max-width: 991px) {
  /* line 25, ../sass/_font.scss */
  h2, h3, h4, h4, h5, h6 {
    font-size: 120%;
  }

  /* line 28, ../sass/_font.scss */
  .main-contents h3,
  .outline_bdr h3 {
    font-size: 210%;
  }
}
@media only screen and (max-width: 767px) {
  /* line 35, ../sass/_font.scss */
  .main-contents h3,
  .outline_bdr h3 {
    font-size: 180%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 43, ../sass/_font.scss */
  .main-contents h3,
  .outline_bdr h3 {
    font-size: 18px;
  }

  /* line 47, ../sass/_font.scss */
  .main-contents h4,
  .outline_bdr h4 {
    font-size: 16px;
  }
}
/* line 1, ../sass/_parts.scss */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

/* line 2, ../sass/_parts.scss */
.clearfix:after {
  clear: both;
}

/* line 3, ../sass/_parts.scss */
.clearfix {
  *zoom: 1;
}

/* */
/* line 6, ../sass/_parts.scss */
.tx9 {
  font-size: 69%;
  line-height: 1.2em;
}

/* line 7, ../sass/_parts.scss */
.tx10 {
  font-size: 77%;
  line-height: 1.2em;
}

/* line 8, ../sass/_parts.scss */
.tx11 {
  font-size: 85%;
  line-height: 1.4em;
}

/* line 9, ../sass/_parts.scss */
.tx12 {
  font-size: 93%;
}

/* line 10, ../sass/_parts.scss */
.tx14 {
  font-size: 107%;
}

/* line 11, ../sass/_parts.scss */
.tx15 {
  font-size: 116%;
}

/* line 12, ../sass/_parts.scss */
.tx16 {
  font-size: 123.1%;
}

/* line 13, ../sass/_parts.scss */
.tx18 {
  font-size: 139%;
}

/* line 15, ../sass/_parts.scss */
.bldb {
  font-weight: bold;
}

/* line 16, ../sass/_parts.scss */
.red {
  color: #CC0000;
}

/* line 17, ../sass/_parts.scss */
.orange {
  color: #fb7b15;
}

/* line 18, ../sass/_parts.scss */
.blue {
  color: #5fb0ba;
}

/* line 20, ../sass/_parts.scss */
.fl {
  float: left !important;
}

/* line 21, ../sass/_parts.scss */
.fr {
  float: right !important;
}

/* line 22, ../sass/_parts.scss */
.blk {
  display: block;
}

/* line 23, ../sass/_parts.scss */
.inl {
  display: inline;
}

/* line 24, ../sass/_parts.scss */
.inb {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* line 25, ../sass/_parts.scss */
.ofa {
  overflow: auto;
}

/* line 26, ../sass/_parts.scss */
.hide {
  display: none;
}

/* line 28, ../sass/_parts.scss */
.tl {
  text-align: left;
}

/* line 29, ../sass/_parts.scss */
.tr {
  text-align: right;
}

/* line 30, ../sass/_parts.scss */
.tc {
  text-align: center;
}

/* line 32, ../sass/_parts.scss */
.ml0 {
  margin-left: 0px !important;
}

/* line 33, ../sass/_parts.scss */
.ml2 {
  margin-left: 2px !important;
}

/* line 34, ../sass/_parts.scss */
.ml4 {
  margin-left: 4px !important;
}

/* line 35, ../sass/_parts.scss */
.ml6 {
  margin-left: 6px !important;
}

/* line 36, ../sass/_parts.scss */
.ml8 {
  margin-left: 8px !important;
}

/* line 37, ../sass/_parts.scss */
.ml10 {
  margin-left: 10px !important;
}

/* line 38, ../sass/_parts.scss */
.ml12 {
  margin-left: 12px !important;
}

/* line 39, ../sass/_parts.scss */
.ml16 {
  margin-left: 16px !important;
}

/* line 40, ../sass/_parts.scss */
.ml20 {
  margin-left: 20px !important;
}

/* line 42, ../sass/_parts.scss */
.mt0 {
  margin-top: 0px !important;
}

/* line 43, ../sass/_parts.scss */
.mt2 {
  margin-top: 2px !important;
}

/* line 44, ../sass/_parts.scss */
.mt4 {
  margin-top: 4px !important;
}

/* line 45, ../sass/_parts.scss */
.mt6 {
  margin-top: 6px !important;
}

/* line 46, ../sass/_parts.scss */
.mt8 {
  margin-top: 8px !important;
}

/* line 47, ../sass/_parts.scss */
.mt10 {
  margin-top: 10px !important;
}

/* line 48, ../sass/_parts.scss */
.mt12 {
  margin-top: 12px !important;
}

/* line 49, ../sass/_parts.scss */
.mt16 {
  margin-top: 16px !important;
}

/* line 50, ../sass/_parts.scss */
.mt20 {
  margin-top: 20px !important;
}

/* line 51, ../sass/_parts.scss */
.mt30 {
  margin-top: 30px !important;
}

/* line 52, ../sass/_parts.scss */
.mt40 {
  margin-top: 40px !important;
}

/* line 53, ../sass/_parts.scss */
.mt50 {
  margin-top: 50px !important;
}

/* line 54, ../sass/_parts.scss */
.mt60 {
  margin-top: 60px !important;
}

/* line 55, ../sass/_parts.scss */
.mt70 {
  margin-top: 70px !important;
}

/* line 57, ../sass/_parts.scss */
.mr0 {
  margin-right: 0px !important;
}

/* line 58, ../sass/_parts.scss */
.mr2 {
  margin-right: 2px !important;
}

/* line 59, ../sass/_parts.scss */
.mr4 {
  margin-right: 4px !important;
}

/* line 60, ../sass/_parts.scss */
.mr6 {
  margin-right: 6px !important;
}

/* line 61, ../sass/_parts.scss */
.mr8 {
  margin-right: 8px !important;
}

/* line 62, ../sass/_parts.scss */
.mr10 {
  margin-right: 10px !important;
}

/* line 63, ../sass/_parts.scss */
.mr12 {
  margin-right: 12px !important;
}

/* line 64, ../sass/_parts.scss */
.mr16 {
  margin-right: 16px !important;
}

/* line 65, ../sass/_parts.scss */
.mr20 {
  margin-right: 20px !important;
}

/* line 67, ../sass/_parts.scss */
.mb0 {
  margin-bottom: 0px !important;
}

/* line 68, ../sass/_parts.scss */
.mb2 {
  margin-bottom: 2px !important;
}

/* line 69, ../sass/_parts.scss */
.mb4 {
  margin-bottom: 4px !important;
}

/* line 70, ../sass/_parts.scss */
.mb6 {
  margin-bottom: 6px !important;
}

/* line 71, ../sass/_parts.scss */
.mb8 {
  margin-bottom: 8px !important;
}

/* line 72, ../sass/_parts.scss */
.mb10 {
  margin-bottom: 10px !important;
}

/* line 73, ../sass/_parts.scss */
.mb12 {
  margin-bottom: 12px !important;
}

/* line 74, ../sass/_parts.scss */
.mb16 {
  margin-bottom: 16px !important;
}

/* line 75, ../sass/_parts.scss */
.mb20 {
  margin-bottom: 20px !important;
}

/* line 77, ../sass/_parts.scss */
.pt2 {
  padding-top: 2px !important;
}

/* line 78, ../sass/_parts.scss */
.pt4 {
  padding-top: 4px !important;
}

/* line 79, ../sass/_parts.scss */
.pt6 {
  padding-top: 6px !important;
}

/* line 80, ../sass/_parts.scss */
.pt8 {
  padding-top: 8px !important;
}

/* line 81, ../sass/_parts.scss */
.pt10 {
  padding-top: 10px !important;
}

/* line 82, ../sass/_parts.scss */
.pt12 {
  padding-top: 12px !important;
}

/* line 83, ../sass/_parts.scss */
.pt16 {
  padding-top: 16px !important;
}

/* line 84, ../sass/_parts.scss */
.pt20 {
  padding-top: 20px !important;
}

/* line 85, ../sass/_parts.scss */
.pt30 {
  padding-top: 30px !important;
}

/* line 87, ../sass/_parts.scss */
.ind {
  text-indent: -1em;
  padding-left: 1em;
}

/* line 91, ../sass/_parts.scss */
.tx-md {
  font-size: 116%;
}

/* line 94, ../sass/_parts.scss */
.img_m {
  max-width: 70%;
  height: auto;
}

/* line 98, ../sass/_parts.scss */
.breadcrumb {
  background: none;
  color: #8c8c8c;
  height: 30px;
  font-size: 12px;
}
/* line 104, ../sass/_parts.scss */
.breadcrumb .fa {
  font-size: 130%;
  margin-right: 2px;
  line-height: 0.6em;
}

/* line 111, ../sass/_parts.scss */
.ttl_page {
  background: #f6f6f6;
  padding: 0.5em 0;
  border-bottom: 1px solid #ddd;
}
/* line 115, ../sass/_parts.scss */
.ttl_page h2 {
  font-size: 220%;
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  font-weight: bold;
}
/* line 120, ../sass/_parts.scss */
.ttl_page h2 small {
  color: #3d3d3d;
  font-size: 100%;
  font-weight: bold;
}

/* line 127, ../sass/_parts.scss */
.lead-txt {
  text-align: center;
  max-width: 600px;
  padding: 2em;
  margin: auto;
}
/* line 132, ../sass/_parts.scss */
.lead-txt p {
  text-align: justify;
  font-size: 105%;
}
/* line 136, ../sass/_parts.scss */
.lead-txt h3.tl {
  display: inline-block;
}
/* line 139, ../sass/_parts.scss */
.lead-txt.tl {
  text-align: left;
  padding-top: 0;
}

/* line 146, ../sass/_parts.scss */
h3.bdr_t,
.bdr_t {
  border-top: 5px solid #f6f6f6;
  margin-top: 2em;
  clear: both;
  padding: 1.5em 0;
}

/* line 153, ../sass/_parts.scss */
.bg_gry {
  background: #e4e4e4;
}

/* line 158, ../sass/_parts.scss */
a {
  color: #4597a1;
  text-decoration: none;
}

/* line 163, ../sass/_parts.scss */
a:hover, a:focus {
  color: #4597a1;
}

/* line 166, ../sass/_parts.scss */
a img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.linkbox a img:hover {
  opacity: inherit;
  filter: none;
}

.linkbox{
    text-decoration:none;
    cursor:pointer;
}
.linkbox:hover a {
    text-decoration: none;
}

.linkbox:hover a p.ttl{
    text-decoration: underline;
}

/* line 169, ../sass/_parts.scss */
p, dt, dd {
  line-height: 1.9em;
}

/* line 173, ../sass/_parts.scss */
table, tr, td {
  border: none;
  padding: 0.7em 0;
}

/* line 177, ../sass/_parts.scss */
table {
  width: 100%;
}

/* line 180, ../sass/_parts.scss */
th, td {
  border-bottom: 1px solid #e4e4e4;
}

/* line 183, ../sass/_parts.scss */
thead th, thead td {
  text-align: center;
  font-size: 93%;
  border-top: 3px double #3d3d3d;
  border-bottom: 3px double #3d3d3d;
  box-sizing: border-box;
  padding: 1em 0;
}
/* line 191, ../sass/_parts.scss */
thead th:last-child, thead td:last-child {
  border-right: none;
}

/* line 195, ../sass/_parts.scss */
span.bg_boder_y {
  background: url(../img/bg_boder_y.png) repeat-x bottom;
}

/* line 201, ../sass/_parts.scss */
.count {
  border-radius: 50px;
  text-align: center;
  font-size: 200%;
  padding: 22px 15px;
  width: 80px;
  height: 80px;
  position: absolute;
  letter-spacing: 0em;
  background: #5FB0BA;
  color: #fff;
  font-weight: bold;
  left: 0px;
  font-family: 'Monda', sans-serif;
  z-index: 10;
}
/* line 216, ../sass/_parts.scss */
.count small {
  font-size: 55%;
  display: block;
  margin-top: 0.3em;
}

/* line 224, ../sass/_parts.scss */
.bt_area_02 {
  background: #5fb0ba;
  text-align: center;
  padding: 2em 1em;
  color: #fff;
  margin-bottom: 40px;
}
/* line 230, ../sass/_parts.scss */
.bt_area_02 h5 {
  font-size: 150%;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-right: 50px;
}
/* line 239, ../sass/_parts.scss */
.bt_area_02 .contact_information {
  display: inline-block;
  text-align: left;
  padding-left: 50px;
}
/* line 244, ../sass/_parts.scss */
.bt_area_02 .contact_information p {
  display: inline-block;
  vertical-align: top;
  line-height: 1.6em;
}
/* line 248, ../sass/_parts.scss */
.bt_area_02 .contact_information p:first-child {
  margin-right: 50px;
}
/* line 251, ../sass/_parts.scss */
.bt_area_02 .contact_information p img {
  vertical-align: top;
}
/* line 255, ../sass/_parts.scss */
.bt_area_02 .contact_information span {
  display: block;
  font-size: 90%;
}

/* line 263, ../sass/_parts.scss */
.bt_area_01 {
  text-align: center;
  padding: 40px 0 40px 0;
  margin-top: 40px;
  background: #f6f6f6;
}
/* line 268, ../sass/_parts.scss */
.bt_area_01 .btn {
  min-width: 300px;
  margin: 0 0.5em;
  font-size: 115%;
  line-height: 4;
  background: #fff;
}
/* line 274, ../sass/_parts.scss */
.bt_area_01 .btn span.glyphicon {
  background: #fc9747;
  border-radius: 20px;
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  padding: 0.5em;
  margin-right: 0.5em;
}
/* line 284, ../sass/_parts.scss */
.bt_area_01 .btn.btn-bdr-bl span.glyphicon {
  background: #83c2c9;
}

/* line 291, ../sass/_parts.scss */
.outline_bdr {
  background: url(/img/foreign/main_bg_grid.png);
  border-bottom: 5px solid #e4e4e4;
  margin-bottom: 1em;
  position: relative;
}
/* line 296, ../sass/_parts.scss */
.outline_bdr.no_grid {
  background: none;
}
/* line 299, ../sass/_parts.scss */
.outline_bdr .container {
  padding-top: 2em;
  padding-bottom: 5em;
  position: relative;
}
/* line 303, ../sass/_parts.scss */
.outline_bdr .container:after {
  content: "";
  border-top: 20px solid #e4e4e4;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-bottom: 20px solid transparent;
  position: absolute;
  bottom: -40px;
  left: calc(50% - 20px);
}
/* line 314, ../sass/_parts.scss */
.outline_bdr p.lead-txt {
  padding-top: 0;
  font-size: 110%;
  text-align: justify;
}

/* line 323, ../sass/_parts.scss */
.flow_box .step {
  background: #fefefe;
  border: 10px solid #f6f6f6;
  padding: 1em;
  margin: 0 1em;
}
/* line 329, ../sass/_parts.scss */
.flow_box dl {
  clear: both;
  display: block;
  position: relative;
  border-bottom: 2px solid #e4e4e4;
  padding-bottom: 2em;
  margin: 3em;
}
/* line 336, ../sass/_parts.scss */
.flow_box dl.last {
  border-bottom: 0;
  padding-bottom: 0em;
}
/* line 340, ../sass/_parts.scss */
.flow_box dl:not(.last):after {
  content: "";
  border-top: 10px solid #cbcbcb;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid transparent;
  position: absolute;
  bottom: -20px;
  left: 80px;
}
/* line 350, ../sass/_parts.scss */
.flow_box dl dt {
  font-size: 120%;
  display: inline-block;
  width: 200px;
  vertical-align: top;
  position: relative;
  padding-left: 2.5em;
  line-height: 1.6em;
}
/* line 358, ../sass/_parts.scss */
.flow_box dl dt span {
  background: #fb7b15;
  border-radius: 15px;
  display: inline-block;
  padding: 0.15em;
  width: 30px;
  height: 30px;
  text-align: center;
  color: #fff;
  margin-right: 10px;
  position: absolute;
  left: 0em;
  top: -0.2em;
}
/* line 374, ../sass/_parts.scss */
.flow_box dd {
  display: inline-block;
  width: 640px;
}

/* line 385, ../sass/_parts.scss */
.voice_article .number {
  margin-top: 0.8em;
  background: #3d3d3d;
  color: #fff;
  padding: 0.3em 0.5em 0.2em 0.5em;
  font-size: 230%;
  margin-bottom: 0;
}
/* line 393, ../sass/_parts.scss */
.voice_article img {
  max-width: 100%;
  height: auto;
}
/* line 397, ../sass/_parts.scss */
.voice_article h3 {
  margin: 0 0 1.2em 0;
  padding: 1.5em 20px 0 20px;
  font-size: 180%;
  color: #3d3d3d;
}
/* line 404, ../sass/_parts.scss */
.voice_article .comp_info {
  margin: auto 20px;
}
/* line 406, ../sass/_parts.scss */
.voice_article .comp_info .pic_top, .voice_article .comp_info ul {
  display: inline-block;
  list-style: none;
  vertical-align: top;
}
/* line 411, ../sass/_parts.scss */
.voice_article .comp_info li {
  padding-top: 0.5em;
}
/* line 415, ../sass/_parts.scss */
.voice_article .lead {
  background: #f6f6f6;
  padding: 1.5em;
  line-height: 1.6em;
  font-size: 116%;
}
/* line 421, ../sass/_parts.scss */
.voice_article .text {
  padding: 0.7em 3em 2em 3em;
  border: 1px solid #e4e4e4;
  font-size: 110%;
}
/* line 425, ../sass/_parts.scss */
.voice_article .text span.fr {
  display: inline-block;
  margin: 0.5em 0 1em 1em;
}
/* line 429, ../sass/_parts.scss */
.voice_article .text table {
  max-width: 100% !important;
}
/* line 433, ../sass/_parts.scss */
.voice_article .question {
  font-size: 120%;
  font-weight: bold;
  color: #3d3d3d;
  margin-left: 1em;
  margin-top: 2em;
  position: relative;
}
/* line 441, ../sass/_parts.scss */
.voice_article .question:before {
  content: "";
  width: 15px;
  height: 20px;
  position: absolute;
  background: red;
  left: -25px;
  top: 0.7em;
  background: url(/img/bg_boder_bs.png) no-repeat top left;
}
/* line 452, ../sass/_parts.scss */
.voice_article .text p:not(.question) {
  padding-left: 1.5em;
}

/* line 457, ../sass/_parts.scss */
.pager.lg li a {
  border-radius: 0;
  width: 33%;
  padding: 1.5em 0;
  background: #83c2c9;
  color: #fff;
  border: none;
  font-size: 130%;
}
/* line 465, ../sass/_parts.scss */
.pager.lg li a:hover {
  background: #5fb0ba;
}

/* line 475, ../sass/_parts.scss */
.footer_note {
  padding: 2em 0 20px 0;
  overflow: hidden;
  font-size: 86%;
  border-top: 1px solid #e4e4e4;
}
/* line 480, ../sass/_parts.scss */
.footer_note ul {
  margin: 0;
  padding: 0;
}
/* line 484, ../sass/_parts.scss */
.footer_note ul > li {
  text-indent: -2em;
  padding-left: 2em;
  list-style: none;
}
/* line 489, ../sass/_parts.scss */
.footer_note ul li li {
  text-indent: -1em;
  padding-left: 0em;
}
/* line 493, ../sass/_parts.scss */
.footer_note ul.list01 > li {
  text-indent: -1em;
  padding-left: 1em;
  list-style: none;
}
/* line 498, ../sass/_parts.scss */
.footer_note ul.list02 > li {
  text-indent: -1.3em;
  padding-left: 1em;
  list-style: none;
  margin-bottom: 1em;
}
/* line 503, ../sass/_parts.scss */
.footer_note ul.list02 > li:before {
  content: "● ";
  color: #fb7b15;
}

/* line 509, ../sass/_parts.scss */
.footer_note_box {
  margin: 30px 10%;
  padding: 3em 0 3em 0 !important;
  text-align: center;
  overflow: hidden;
  font-size: 90%;
  border-top: 1px solid #e4e4e4;
}

/* line 519, ../sass/_parts.scss */
ul.check {
  list-style: none;
  font-size: 160%;
  font-weight: bold;
}
/* line 523, ../sass/_parts.scss */
ul.check li.ico_check {
  position: relative;
  padding-left: 1.5em;
  margin-left: 0em;
}
/* line 527, ../sass/_parts.scss */
ul.check li.ico_check span.glyphicon {
  position: absolute;
  left: 0em;
  color: #5fb0ba;
}

@media (min-width: 768px) {
  /* line 539, ../sass/_parts.scss */
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  /* line 544, ../sass/_parts.scss */
  .container {
    width: 1024px;
  }
}
@media (min-width: 1200px) {
  /* line 549, ../sass/_parts.scss */
  .container {
    width: 1024px;
  }
}
/* line 554, ../sass/_parts.scss */
.img-responsive {
  margin: 0 auto;
}

/* line 557, ../sass/_parts.scss */
.glyphicon {
  margin-right: 0.3em;
}

/* line 561, ../sass/_parts.scss */
.btn {
  border: none;
}

/* line 565, ../sass/_parts.scss */
.btn-lg {
  padding: 20px 35px;
  font-size: 23px;
}

/* line 569, ../sass/_parts.scss */
.btn-md {
  line-height: 3;
}

/* line 572, ../sass/_parts.scss */
.btn span.sml {
  display: block;
  font-size: 70%;
}

/* line 578, ../sass/_parts.scss */
.btn_area {
  text-align: center;
  padding: 3em 0 8em 0;
  clear: both;
}

/* line 586, ../sass/_parts.scss */
.btn-primary {
  background-color: #fb7b15;
}

/* line 589, ../sass/_parts.scss */
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #f26e04;
}

/* line 593, ../sass/_parts.scss */
.btn-default {
  background-color: #5fb0ba;
  color: #fff;
}

/* line 597, ../sass/_parts.scss */
.btn-default:hover {
  background-color: #4597a1;
  color: #fff;
}

/* line 602, ../sass/_parts.scss */
.btn-blue {
  background-color: #3d599a;
  color: #fff;
}

.btn-blue:hover {
  background-color: #355192;
  color: #fff;
}

/* line 607, ../sass/_parts.scss */
.btn-gry {
  background-color: #8c8c8c;
  color: #fff;
}

/* line 612, ../sass/_parts.scss */
.btn-gry:hover {
  background-color: #737373;
  color: #fff;
}

/* line 617, ../sass/_parts.scss */
.btn-notes {
  background-color: #6e6e6e;
  color: #fff;
}

/* line 621, ../sass/_parts.scss */
.btn-notes:hover {
  background-color: #3a3a3a;
  color: #fff;
}

/* line 625, ../sass/_parts.scss */
.btn-bdr {
  border: 1px solid #ddd;
  color: #333;
}
/* line 628, ../sass/_parts.scss */
.btn-bdr:hover {
  background: #fafafa;
}

/* line 632, ../sass/_parts.scss */
.btn-bdr-or {
  border: 2px solid #fca560;
  color: #fb892e;
}
/* line 635, ../sass/_parts.scss */
.btn-bdr-or:hover {
  background: #fb7b15;
  color: #fff;
}

/* line 640, ../sass/_parts.scss */
.btn-bdr-bl {
  border: 2px solid #94cad1;
  color: #71b9c2;
}
/* line 643, ../sass/_parts.scss */
.btn-bdr-bl:hover {
  background: #5fb0ba;
  color: #fff;
}

/* line 648, ../sass/_parts.scss */
.box-note {
  font-size: 90%;
  line-height: 1.6em;
  overflow: hidden;
  background: #f0f0f0;
  padding: 1.5em;
  text-align: left;
}

/* line 658, ../sass/_parts.scss */
.nav-tabs {
  line-height: 0.9em;
}

/* line 661, ../sass/_parts.scss */
.nav-tabs > li {
  margin-bottom: 0px;
  margin-right: 0.5em;
  text-align: center;
  float: none;
  display: inline-block;
  font-size: 123%;
  font-weight: bold;
}
/* line 669, ../sass/_parts.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active:hover > a {
  border: 1px solid #5fb0ba;
}

/* line 673, ../sass/_parts.scss */
.nav-tabs > li > a {
  padding: 0.8em 0.5em 0px  0.5em;
}

/* line 677, ../sass/_parts.scss */
.nav-tabs span.caret {
  display: block;
  width: 0;
  height: 0;
  margin: 0.5em auto;
  vertical-align: middle;
  border-top: 6px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

/* line 690, ../sass/_parts.scss */
.nav-tabs > li.active a,
.nav-tabs > li.active a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #5fb0ba;
  color: #fff;
}

/* line 697, ../sass/_parts.scss */
.nav-tabs > li > a {
  background: #f8f8f8;
  border: none;
  overflow: hidden;
}

/* line 703, ../sass/_parts.scss */
.tab-content a {
  color: #3e868f;
}

/* line 710, ../sass/_parts.scss */
.modal-dialog {
  margin-bottom: 30px;
}

/* line 713, ../sass/_parts.scss */
.modal-header {
  border-bottom: none;
  color: #fff;
  font-size: 13px;
  text-align: left;
  position: relative;
}
/* line 720, ../sass/_parts.scss */
.modal-header button.close {
  opacity: 1;
  width: 30px;
  height: 30px;
}
/* line 724, ../sass/_parts.scss */
.modal-header button.close span {
  border-radius: 3px;
  background: #8c8c8c;
  width: 30px;
  height: 30px;
  color: #fff;
  text-shadow: none;
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 120%;
}
/* line 736, ../sass/_parts.scss */
.modal-header button.close span:hover {
  background: #3d3d3d;
}

/* line 743, ../sass/_parts.scss */
.box_green {
  margin: 60px 60px 50px 60px;
  border: 8px #5FB0BA solid;
  padding: 10px;
}

/* line 748, ../sass/_parts.scss */
.box_green h4 {
  font-size: 2em;
}

/* line 751, ../sass/_parts.scss */
.box_green .curation_p {
  line-height: 1.6em;
  font-size: 1.2em;
  margin-top: 1em;
  max-width: 650px;
  margin: 30px auto 30px auto;
  text-align: left;
  text-align: justify;
  font-size: 116%;
  padding: 0;
}

/* line 762, ../sass/_parts.scss */
.box_green .curation_img {
  padding: 0px;
  margin: 10px auto;
  min-width: 200px;
  display: inline-block;
}

/* line 768, ../sass/_parts.scss */
.box_green .curation_img img {
  margin: 0 10px !important;
  float: left;
}

/* line 772, ../sass/_parts.scss */
.box_green .more_string {
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  display: inline-block;
  text-align: right;
  font-weight: bold;
  font-size: 1.5em;
}

@media only screen and (min-width: 992px) {
  /* line 799, ../sass/_parts.scss */
  .bt_area_02 .contact_information {
    border-left: 1px dotted #fff;
  }
}
@media only screen and (max-width: 991px) {
  /* line 806, ../sass/_parts.scss */
  .bt_area_01 a.btn {
    margin: 0.5em 1px;
    min-width: 32%;
  }

  /* line 812, ../sass/_parts.scss */
  .modal-inside h5 {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 767px) {
  /* line 825, ../sass/_parts.scss */
  p, dt, dd {
    line-height: 1.6em;
  }

  /* line 828, ../sass/_parts.scss */
  .lead-txt {
    font-size: 105%;
    padding: 2em 0;
  }

  /* line 833, ../sass/_parts.scss */
  .ttl_page h2 {
    font-size: 130%;
  }

  /* line 836, ../sass/_parts.scss */
  .col12 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  /* line 840, ../sass/_parts.scss */
  .txt_l {
    font-size: 100% !important;
  }

  /* line 843, ../sass/_parts.scss */
  .sp_none {
    display: none !important;
  }

  /* line 848, ../sass/_parts.scss */
  .flow_box dl {
    margin: 1em 0 3em 0;
  }
  /* line 850, ../sass/_parts.scss */
  .flow_box dl:not(.last):after {
    bottom: -20px;
    left: 30px;
  }
  /* line 854, ../sass/_parts.scss */
  .flow_box dl dt {
    display: block;
    width: 100% !important;
    margin-bottom: 1.5em;
  }
  /* line 860, ../sass/_parts.scss */
  .flow_box dd {
    display: block;
    width: 100% !important;
  }

  /* line 868, ../sass/_parts.scss */
  .btn_area {
    padding: 2em 0;
  }
  /* line 870, ../sass/_parts.scss */
  .btn_area a.btn {
    margin-bottom: 0.5em;
  }

  /* line 874, ../sass/_parts.scss */
  .bt_area_01 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  /* line 877, ../sass/_parts.scss */
  .bt_area_01 a.btn {
    display: block !important;
    margin: 0.5em auto;
    max-width: 90%;
  }

  /* line 885, ../sass/_parts.scss */
  .bt_area_02 h5 {
    margin-right: 0 !important;
  }
  /* line 888, ../sass/_parts.scss */
  .bt_area_02 .contact_information {
    padding: 0;
    text-align: center;
  }
  /* line 891, ../sass/_parts.scss */
  .bt_area_02 .contact_information p {
    margin-left: auto;
    margin: 1em auto !important;
  }

  /* line 900, ../sass/_parts.scss */
  .voice_article h3 {
    font-size: 140%;
    padding: 1.5em 0 0 0;
  }
  /* line 904, ../sass/_parts.scss */
  .voice_article .comp_info {
    text-align: center;
    margin-left: 0;
  }
  /* line 908, ../sass/_parts.scss */
  .voice_article .pic_top {
    max-width: 30%;
    text-align: right;
  }
  /* line 912, ../sass/_parts.scss */
  .voice_article .profile {
    margin-left: 2%;
    width: 65%;
    padding: 0;
    text-align: left;
  }
  /* line 918, ../sass/_parts.scss */
  .voice_article .text {
    font-size: 100%;
    padding: 0em 1.5em 2em 1.5em;
  }
  /* line 922, ../sass/_parts.scss */
  .voice_article table {
    border: 1px solid #e4e4e4 !important;
  }
  /* line 925, ../sass/_parts.scss */
  .voice_article td, .voice_article th {
    width: 100%;
    display: inline-block;
    padding: 0.5em 1em;
  }
  /* line 930, ../sass/_parts.scss */
  .voice_article th {
    border-bottom: none;
    background: #f6f6f6;
  }
  /* line 934, ../sass/_parts.scss */
  .voice_article tr:last-child td {
    border-bottom: 0px;
  }

  /* line 941, ../sass/_parts.scss */
  .nav-tabs {
    display: none;
  }

  /* line 944, ../sass/_parts.scss */
  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
    margin-top: 10px;
  }

  /* line 951, ../sass/_parts.scss */
  .btn-lg {
    font-size: 120%;
    max-width: 100%;
  }

  /* line 957, ../sass/_parts.scss */
  #op-web .long-txt {
    padding-top: 2em;
  }
}
@media only screen and (max-width: 480px) {
  /* line 967, ../sass/_parts.scss */
  .breadcrumb {
    font-size: 12px;
  }

  /* line 971, ../sass/_parts.scss */
  .flow_box .step {
    margin: 0;
  }

  /* line 975, ../sass/_parts.scss */
  .pager.lg li a {
    font-size: 12px;
  }

  /* line 980, ../sass/_parts.scss */
  #download td span.glyphicon {
    display: block;
  }

  /* line 985, ../sass/_parts.scss */
  body.price .btn_area {
    padding: 60px 0 20px 0;
  }

  /* line 996, ../sass/_parts.scss */
  body.pr_top .btn_area,
  body.consulting .btn_area,
  body.autoupdate .btn_area,
  body.drawup .btn_area,
  body.socialmedia .btn_area,
  body.foreign .btn_area,
  body.pr_recommend .btn_area {
    padding: 60px 0 60px 0 !important;
  }
}
/* line 1, ../sass/_parts_t_add.scss */
.btn-white {
  background: #fff;
}
/* line 3, ../sass/_parts_t_add.scss */
.btn-white:hover {
  background: #fafafa;
}

/* line 8, ../sass/_parts_t_add.scss */
.content {
  margin-top: 2em;
  margin-bottom: 7em;
}
/* line 12, ../sass/_parts_t_add.scss */
.content .read_tx_m {
  font-size: 120%;
}
/* line 15, ../sass/_parts_t_add.scss */
.content .read_tx_s {
  font-size: 116%;
}
/* line 18, ../sass/_parts_t_add.scss */
.content .bt_area_02 {
  margin-bottom: -51px;
}
@media (max-width: 767px) {
  /* line 18, ../sass/_parts_t_add.scss */
  .content .bt_area_02 {
    margin-bottom: -12px;
  }
}

/* line 26, ../sass/_parts_t_add.scss */
.hd {
    text-align: center;
    margin-bottom: 30px;
    font-size: 220%;
    color: #575757;
}

/* line 33, ../sass/_parts_t_add.scss */
.newsList {
  font-size: 14px;
}
/* line 35, ../sass/_parts_t_add.scss */
.newsList h3 {
  font-size: 20px;
  background: #f9f9f9;
  padding: 16px;
  margin-top: 0;
}
/* line 43, ../sass/_parts_t_add.scss */
.newsList ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 46, ../sass/_parts_t_add.scss */
.newsList ul li {
  border-bottom: 1px solid #e4e4e4;
  padding: 10px 1em;
}
/* line 49, ../sass/_parts_t_add.scss */
.newsList ul li em {
  font-style: normal;
  display: inline-block;
  width: 8em;
  font-size: 14px;
  font-weight: normal;
}
/* line 57, ../sass/_parts_t_add.scss */
.blog_content .newsList ul li {
  font-weight: bold;
  font-size: 15px;
  padding: 10px 1em;
}
/* line 61, ../sass/_parts_t_add.scss */
.blog_content .newsList ul li em {
  width: 7em;
}
/* line 67, ../sass/_parts_t_add.scss */
.newsList .archive {
  margin-bottom: 30px;
}
/* line 69, ../sass/_parts_t_add.scss */
.newsList .archive ul {
  display: table;
  width: 100%;
  border-top: 1px solid #cae5e8;
  border-right: 1px solid #cae5e8;
  margin: 0;
  padding: 0;
}
/* line 77, ../sass/_parts_t_add.scss */
.newsList .archive ul li {
  display: table-cell;
  text-align: center;
  padding: 0;
  border: none;
}
/* line 83, ../sass/_parts_t_add.scss */
.newsList .archive ul li a, .newsList .archive ul li span {
  display: block;
  background: #eef6f7;
  padding: 15px 0;
  border-left: 1px solid #cae5e8;
  border-bottom: 1px solid #cae5e8;
}
/* line 90, ../sass/_parts_t_add.scss */
.newsList .archive ul li a:hover {
  background: #f8fcfc;
  text-decoration: none;
}
/* line 94, ../sass/_parts_t_add.scss */
.newsList .archive ul li span {
  background: none;
}
/* line 101, ../sass/_parts_t_add.scss */
.newsList .archive ul li.active a {
  background: #83c2c9;
  color: #fff;
}

/* line 109, ../sass/_parts_t_add.scss */
.subhd {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: 10px;
  margin-top: 30px;
}
/* line 115, ../sass/_parts_t_add.scss */
.privacy .subhd {
  text-indent: -2em;
  padding-left: 2em;
}

@media (max-width: 991px) {
  /* line 122, ../sass/_parts_t_add.scss */
  .newsList ul li em {
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 130, ../sass/_parts_t_add.scss */
  .content {
    margin-bottom: 4em;
  }

  /* line 134, ../sass/_parts_t_add.scss */
  .sitemap_content .list2 {
    margin-top: 30px;
  }

  /* line 137, ../sass/_parts_t_add.scss */
  .relate_pressrelease_content .newsList {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  /* line 140, ../sass/_parts_t_add.scss */
  .newsList .archive ul {
    margin-top: 30px;
    display: block;
    border: none;
    letter-spacing: -.4em;
  }
  /* line 146, ../sass/_parts_t_add.scss */
  .newsList .archive ul li {
    display: inline-block;
    width: 24%;
    margin: 2px;
    letter-spacing: normal;
  }
  /* line 151, ../sass/_parts_t_add.scss */
  .newsList .archive ul li a, .newsList .archive ul li span {
    border: 1px solid #cae5e8;
    padding: 4px 0;
  }
}
@media only screen and (max-width: 480px) {
  /* line 165, ../sass/_parts_t_add.scss */
  body.partner .btn_area,
  body.for_media .btn_area,
  body.session .btn_area {
    padding: 60px 0 60px 0 !important;
  }

  /* line 170, ../sass/_parts_t_add.scss */
  body.for_media .btn_area {
    margin-top: -60px;
    margin-bottom: 0;
  }

  /* line 175, ../sass/_parts_t_add.scss */
  form .btn_box {
    padding-bottom: 8px !important;
  }
}
/* line 2, ../sass/_frame.scss */
.ml- {
  margin-left: -15px;
}

/* line 3, ../sass/_frame.scss */
.mr- {
  margin-right: -15px;
}

/* line 6, ../sass/_frame.scss */
.red .row > div {
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 399px;
}

/* line 13, ../sass/_frame.scss */
header a:hover {
  text-decoration: none;
}
/* line 16, ../sass/_frame.scss */
header * {
  margin: 0;
  padding: 0;
  line-height: 1.3em;
}
/* line 20, ../sass/_frame.scss */
header h1 {
  font-size: 11px;
  display: inline-block;
  padding: .6em 0;
  font-weight: normal;
  float: left\9;
}
/* line 27, ../sass/_frame.scss */
header p.tel {
  display: inline-block;
}
/* line 30, ../sass/_frame.scss */
header ul {
  letter-spacing: -.4em;
}
/* line 32, ../sass/_frame.scss */
header ul li {
  letter-spacing: normal;
  display: inline-block;
}
/* line 37, ../sass/_frame.scss */
header .navs {
  padding-top: 7px;
}

/* line 42, ../sass/_frame.scss */
.w_navs {
  border-bottom: 3px solid #707070;
  min-height: 61px;
  background: #fff;
}
/* line 46, ../sass/_frame.scss */
.w_navs a:hover {
  color: #5fb0ba;
}

/* line 51, ../sass/_frame.scss */
body.pr_top .w_navs li.nav_feature > a,
body.price_index .w_navs li.nav_service > a,
body.price .w_navs li.nav_service > a,
body.foreign .w_navs li.nav_service > a,
body.media_distribution .w_navs li.nav_media > a,
body.media_partners .w_navs li.nav_media > a,
body.flow_measured .w_navs li.nav_flow > a,
body.example .w_navs li.nav_case > a,
body.socialmedia .w_navs li.nav_service > a,
body.autoupdate .w_navs li.nav_service > a,
body.drawup .w_navs li.nav_service > a,
body.consulting .w_navs li.nav_service > a,
body.movie .w_navs li.nav_service > a {
  color: #5fb0ba;
  position: relative;
}
/* line 66, ../sass/_frame.scss */
body.pr_top .w_navs li.nav_feature > a:after,
body.price_index .w_navs li.nav_service > a:after,
body.price .w_navs li.nav_service > a:after,
body.foreign .w_navs li.nav_service > a:after,
body.media_distribution .w_navs li.nav_media > a:after,
body.media_partners .w_navs li.nav_media > a:after,
body.flow_measured .w_navs li.nav_flow > a:after,
body.example .w_navs li.nav_case > a:after,
body.socialmedia .w_navs li.nav_service > a:after,
body.autoupdate .w_navs li.nav_service > a:after,
body.drawup .w_navs li.nav_service > a:after,
body.consulting .w_navs li.nav_service > a:after,
body.movie .w_navs li.nav_service > a:after {
  content: "";
  position: absolute;
  background: url(/img/bg_stripe.png) #83c2c9;
  background-size: 4px;
  height: 7px;
  width: 100%;
  left: 0;
  bottom: -16px;
}

/* line 82, ../sass/_frame.scss */
nav {
  text-align: right;
}
/* line 85, ../sass/_frame.scss */
nav > ul, nav p {
  display: inline-block;
  position: relative;
}
/* line 90, ../sass/_frame.scss */
nav > ul {
  white-space: nowrap;
}
/* line 94, ../sass/_frame.scss */
nav > ul > li {
  margin-right: 0 !important;
  position: relative;
  white-space: normal;
}
/* line 99, ../sass/_frame.scss */
nav > ul > li.nav_regist {
  display: inline-block !important;
}

/* line 101, ../sass/_frame.scss */
nav > ul > li.nav_regist a:hover {
  color: #fff;
}

.footer_extra a.file_download_btn:hover {
  color: #fff;
}

a.file_download_btn:focus:nth-child(2) {
  color: #fff;
  background: #5fb0ba;
}

.footer_extra a.file_download_btn {
  color: #fff;
}

a.consultation_meeting_btn:focus {
  color: #fff;
  background: #5fb0ba;
}

/* line 105, ../sass/_frame.scss */
nav > ul > li:first-child a {
  border: none;
}
/* line 108, ../sass/_frame.scss */
nav > ul > li > a {
  border-left: 1px solid #8c8c8c;
  padding: 0 1.6em;
  margin: 0.5em 0;
  font-size: 15px;
  font-weight: bold;
  display: block;
  color: #595959;
}
/* line 117, ../sass/_frame.scss */
nav > ul > li.nav_regist a {
  background: #5fb0ba;
  color: #fff;
  border-radius: 3px;
  padding: 8px 15px !important;
  border: none;
  margin-left: 10px;
}
/* line 124, ../sass/_frame.scss */
nav > ul > li.nav_regist a:hover {
  background: #4597a1;
}
/* line 130, ../sass/_frame.scss */
nav li ul {
  display: none;
  position: relative;
  position: absolute;
  top: 40px;
  background: #fff;
  text-align: left;
  border-radius: 6px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  padding: 12px;
  z-index: 100;
}
/* line 5, ../sass/_mixin_t_add.scss */
nav li ul::before {
  content: "";
  border: solid transparent;
  display: inline-block;
  position: absolute;
  border-width: 8px;
  border-bottom-color: rgba(0, 0, 0, 0.8);
  margin-left: -8px;
  left: 50%;
  top: -16px;
}
/* line 143, ../sass/_frame.scss */
nav li ul:before {
  left: 50px;
}
/* line 146, ../sass/_frame.scss */
nav li ul li {
  margin-right: 0 !important;
}
/* line 148, ../sass/_frame.scss */
nav li ul li a {
  display: block;
  white-space: nowrap;
  display: block;
  padding: 8px 0;
  color: #fff;
}

/* line 159, ../sass/_frame.scss */
.w_tags {
  border-bottom: 1px solid #e4e4e4;
}

/* line 163, ../sass/_frame.scss */
.hdbtns {
  text-align: right;
}
/* line 166, ../sass/_frame.scss */
.hdbtns li a {
  padding: .6em 1em;
  font-size: 12px;
  display: block;
  color: #555;
}
/* line 171, ../sass/_frame.scss */
.hdbtns li a:hover {
  text-decoration: underline;
}
/* line 175, ../sass/_frame.scss */
.hdbtns li.regist a {
  border: 1px solid #4597a1;
  border-top: none;
  background: #5fb0ba;
  color: #fff;
  text-decoration: none;
}
.hdbtns div.contact a {
    width:100%;
    margin:0;
    padding: 1em;
}
/* line 181, ../sass/_frame.scss */
.hdbtns li.regist a:hover {
  background: #4597a1;
}
/* line 185, ../sass/_frame.scss */
.hdbtns li.contact {
  display: none;
}
/* line 189, ../sass/_frame.scss */
.hdbtns div.contact {
  display: none;
}
/* line 191, ../sass/_frame.scss */
.hdbtns div.contact a {
  width: 100%;
  margin: 0;
  padding: 1em;
}

/* line 199, ../sass/_frame.scss */
.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}

/* line 207, ../sass/_frame.scss */
footer {
  background: #3d3d3d;
}
/* line 209, ../sass/_frame.scss */
footer a {
  color: #f6f6f6;
}
/* line 212, ../sass/_frame.scss */
footer a:hover {
  color: #fff;
}
/* line 215, ../sass/_frame.scss */
footer .footer_extra {
  padding: 1em 0;
  border-bottom: 1px dotted #8c8c8c;
}
/* line 218, ../sass/_frame.scss */
footer .footer_extra ul {
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
/* line 223, ../sass/_frame.scss */
footer .footer_extra li {
  display: inline-block;
  margin: 1em 2em 0.5em 2em;
}
/* line 228, ../sass/_frame.scss */
footer .footer_extra li:first-child {
  margin-left: 0;
}
/* line 231, ../sass/_frame.scss */
footer .footer_extra li:last-child {
  margin-right: 0;
}
/* line 236, ../sass/_frame.scss */
footer .pagetop {
  position: fixed;
  right: 10px;
  bottom: 0px;
  color: #f6f6f6;
  background: rgba(61, 61, 61, 0.6);
  padding: 10px;
}
/* line 243, ../sass/_frame.scss */
footer .pagetop a:hover {
  text-decoration: none;
}
/* line 247, ../sass/_frame.scss */
footer .footer_nav {
  padding: 1em 0 2em 0;
}
/* line 249, ../sass/_frame.scss */
footer .footer_nav ul {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 1em 1em 1em 0;
  padding: 0;
  color: #fff;
  list-style: none;
}
/* line 257, ../sass/_frame.scss */
footer .footer_nav ul li a {
  display: block;
  padding: 0.25em 1.75em 0.25em 0;
}
/* line 261, ../sass/_frame.scss */
footer .footer_nav ul li a.ico_fb:hover {
  color: #2c57b6;
}
footer .footer_nav ul li a.ico_insta:hover {
  color: #EA2E9C;
}
/* line 264, ../sass/_frame.scss */
footer .footer_nav ul li a.ico_tw:hover {
  color: #55acee;
}
/* line 267, ../sass/_frame.scss */
footer .footer_nav ul li a.ico_gg:hover {
  color: #dd4b39;
}
/* line 270, ../sass/_frame.scss */
footer .footer_nav ul li a.ico_rs:hover {
  color: #ff8c00;
}
/* line 274, ../sass/_frame.scss */
footer .footer_nav ul.list05 {
  float: right;
}
/* line 277, ../sass/_frame.scss */
footer .footer_nav ul li.icon a {
  display: inline-block;
  padding: 0;
  margin: 1em 0;
}
/* line 282, ../sass/_frame.scss */
footer .footer_nav ul a.btn {
  padding: 1em;
}
/* line 286, ../sass/_frame.scss */
footer .footer_btm {
  padding-top: 10px;
  background: #fff;
  text-align: center;
}
/* line 290, ../sass/_frame.scss */
footer .footer_btm ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* line 293, ../sass/_frame.scss */
footer .footer_btm ul li {
  display: inline-block;
}
/* line 297, ../sass/_frame.scss */
footer .footer_btm a {
  color: #555;
  margin: 10px;
}
/* line 301, ../sass/_frame.scss */
footer .footer_btm table.social {
  width: auto;
  margin: 0 auto 10px;
  text-align: center;
}
/* line 305, ../sass/_frame.scss */
footer .footer_btm table.social td {
  border: none;
}
/* line 309, ../sass/_frame.scss */
footer .footer_btm .social .twitter #twitter-widget-0 {
  /*  width:100px !important; */
}
/* line 312, ../sass/_frame.scss */
footer .footer_btm .social .twitter {
  /* width:100px !important; */
  overflow: hidden;
  width: 71px;
  text-align: left;
  padding-right: 4px;
}
/* line 317, ../sass/_frame.scss */
footer .footer_btm .social .facebook {
  overflow: hidden;
}
/* line 321, ../sass/_frame.scss */
footer .footer_btm .social .google {
/*  width: 72px !important;*/
  text-align: left;
  overflow: hidden;
}
/* line 325, ../sass/_frame.scss */
footer .footer_btm .social .google #___plusone_0 {
/*  width: 70px !important;*/
}
/* line 328, ../sass/_frame.scss */
footer .footer_btm .social .pocket {
  width: 90px;
  overflow: hidden;
}
/* line 332, ../sass/_frame.scss */
footer .footer_btm .social .hatena {
/*  width: 60px;*/
  padding-left: 5px;
  overflow: hidden;
}
/* line 336, ../sass/_frame.scss */
footer .footer_btm ul {
  border-top: 1px solid #e4e4e4;
  padding: 20px 0;
}
/* line 339, ../sass/_frame.scss */
footer .footer_btm ul li {
  border-left: 1px solid #e4e4e4;
  padding: 0 10px;
}
/* line 342, ../sass/_frame.scss */
footer .footer_btm ul li:first-child {
  border: none;
}
/* line 347, ../sass/_frame.scss */
footer .footer_btm .copyright {
  background: #f6f6f6;
  padding: 10px;
  margin-bottom: 0;
  font-size: 86%;
}

/* line 358, ../sass/_frame.scss */
.wrap {
  max-width: 100%;
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
}

/* line 365, ../sass/_frame.scss */
.wrap.open {
  position: fixed;
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
}
/* line 369, ../sass/_frame.scss */
.wrap.open a {
  pointer-events: none;
}
/* line 377, ../sass/_frame.scss */
body.news .wrap.open {
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
}

/* line 382, ../sass/_frame.scss */
.open .overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

/* line 391, ../sass/_frame.scss */
.drawer {
  position: fixed;
  height: 100%;
  z-index: 9000;
  top: 0;
  right: -280px;
  width: 280px;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .2s;
  transition: all .2s;
}
/* line 399, ../sass/_frame.scss */
body.news .drawer {
  left: auto;
  right: -280px;
}

/* line 414, ../sass/_frame.scss */
.drawer.open {
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
}
/* line 417, ../sass/_frame.scss */
body.news .drawer.open {
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
}

/* line 423, ../sass/_frame.scss */
.drawer {
  background: #fff;
}
/* line 424, ../sass/_frame.scss */
.drawer span.glyphicon.glyphicon-chevron-right {
  float: right;
}
/* line 427, ../sass/_frame.scss */
.drawer .fa {
  display: none;
}
/* line 431, ../sass/_frame.scss */
.drawer > div {
  padding-left: 0;
  padding-right: 0;
}
/* line 435, ../sass/_frame.scss */
.drawer .navbar-form {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
/* line 439, ../sass/_frame.scss */
.drawer .navbar-form .input-group-btn button {
  border: 1px solid #ccc;
}
/* line 444, ../sass/_frame.scss */
.drawer > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
/* line 449, ../sass/_frame.scss */
.drawer > ul .hidden-xs {
  display: block !important;
}
/* line 453, ../sass/_frame.scss */
.drawer > ul > li {
  text-align: left;
  border-bottom: 1px solid gray;
}
/* line 457, ../sass/_frame.scss */
.drawer > ul > li.nav_faq {
  display: none !important;
}
/* line 460, ../sass/_frame.scss */
.drawer > ul > li.session, .drawer > ul > li.nav_regist {
  border-bottom: 1px solid #cccccc;
}
/* line 464, ../sass/_frame.scss */
.drawer > ul > li ul {
  border-top: 1px solid #cccccc;
  list-style: none;
  padding-left: 0px;
}
/* line 469, ../sass/_frame.scss */
.drawer > ul > li ul li:not(:first-child) {
  border-top: 1px solid #cccccc;
}
/* line 472, ../sass/_frame.scss */
.drawer > ul > li ul li a {
  padding-left: 50px;
}
/* line 478, ../sass/_frame.scss */
.drawer > ul a {
  display: block;
  padding: 15px 10px;
  font-size: 14px;
  color: #222;
  font-weight: bold;
  background: #f7f7f7;
}
/* line 486, ../sass/_frame.scss */
.drawer > ul a span {
  color: #fb7b15;
}
/* line 489, ../sass/_frame.scss */
.drawer > ul a:hover {
  text-decoration: none;
}
/* line 493, ../sass/_frame.scss */
.drawer > ul a.hover {
  background: #dddddd !important;
}
/* line 497, ../sass/_frame.scss */
.drawer > ul .nav_service > a,
.drawer > ul .nav_media > a,
.drawer > ul .nav_case > a {
  pointer-events: none;
}
/* line 502, ../sass/_frame.scss */
.drawer > ul .nav_service > a span,
.drawer > ul .nav_media > a span,
.drawer > ul .nav_case > a span {
  display: none;
}

@media (max-width: 991px) {
  /* line 512, ../sass/_frame.scss */
  header .logo img {
    display: block;
    max-width: 100%;
    height: auto;
    display: inline-block;
  }
  /* line 516, ../sass/_frame.scss */
  header nav > ul > li > a {
    padding: 0 1em;
  }
  /* line 519, ../sass/_frame.scss */
  header p.tel {
    display: none;
  }

  /* line 523, ../sass/_frame.scss */
  footer .footer_nav {
    overflow: hidden;
    font-size: 90%;
  }
  /* line 525, ../sass/_frame.scss */
  footer .footer_nav ul {
    width: 24.5%;
    margin-right: 0px;
  }
  /* line 528, ../sass/_frame.scss */
  footer .footer_nav ul li a {
    padding-right: 1em;
  }
  /* line 533, ../sass/_frame.scss */
  footer .footer_nav ul.list05 {
    float: none;
    display: block;
    margin: auto !important;
    text-align: center;
    width: 50%;
  }

  /* line 543, ../sass/_frame.scss */
  footer .footer_btm ul li {
    padding: 0;
  }
  /* line 545, ../sass/_frame.scss */
  footer .footer_btm ul li a {
    margin: 10px 7px;
  }

  /* line 552, ../sass/_frame.scss */
  .newsfooter dl {
    padding: 0 90px;
  }
  /* line 555, ../sass/_frame.scss */
  .newsfooter dl:last-of-type {
    padding-right: 0;
  }
  /* line 559, ../sass/_frame.scss */
  .newsfooter dl:first-child {
    padding-right: 10px;
  }
  /* line 562, ../sass/_frame.scss */
  .newsfooter ul.list04 {
    float: none;
    display: block;
    margin: auto !important;
    text-align: center;
    width: 50%;
  }
}
@media (max-width: 767px) {
  /* line 573, ../sass/_frame.scss */
  .ml-, .mr- {
    margin: 0;
  }
  /* line 575, ../sass/_frame.scss */
  .ml- li.login i, .mr- li.login i {
    display: none;
  }

  /* line 580, ../sass/_frame.scss */
  header .mb_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 1000;
    background: #fff;
    box-sizing: border-box;
  }
  /* line 589, ../sass/_frame.scss */
  header .mb_header .box_r {
    float: right;
  }
  /* line 591, ../sass/_frame.scss */
  header .mb_header .box_r a.regist {
    margin-top: 0px;
    background: #666666;
    background: #fb7b15;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0 15px;
    font-size: 14px;
    float: right;
  }
  /* line 604, ../sass/_frame.scss */
  body.news header .mb_header {
    background: #eeeeee;
  }
  /* line 608, ../sass/_frame.scss */
  header .mb_header p.sp_nav_trigger {
    float: right;
    width: 50px;
  }
  /* line 611, ../sass/_frame.scss */
  body.news header .mb_header p.sp_nav_trigger {
    padding-right: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  /* line 617, ../sass/_frame.scss */
  header .mb_header p.sp_nav_trigger a {
    font-size: 20px;
    padding: 0;
    color: #fff;
    height: 50px;
    width: 50px;
    line-height: 53px;
    box-sizing: border-box;
    background: #fb7b15;
    background: #666666;
    display: block;
    margin-top: 0px;
    text-align: center;
  }
  /* line 632, ../sass/_frame.scss */
  body.news header .mb_header p.sp_nav_trigger a {
    background: #5fb0ba;
    float: right;
  }
  /* line 639, ../sass/_frame.scss */
  header .mb_header p.sp_nav_trigger a i {
    margin: 0;
  }
  /* line 645, ../sass/_frame.scss */
  header .mb_header .logo_alt {
    margin-top: 0px;
    text-align: center;
    width: 220px;
    max-width: 50%;
    line-height: 45px;
  }
  /* line 651, ../sass/_frame.scss */
  header .mb_header .logo_alt img {
    display: block;
    max-width: 100%;
    height: auto;
    display: inline-block;
  }
  /* line 657, ../sass/_frame.scss */
  header .w_tags {
    padding-top: 50px;
  }
  /* line 660, ../sass/_frame.scss */
  header .w_tags .tags .w_hdbtns {
    padding-bottom: 0;
  }
  /* line 665, ../sass/_frame.scss */
  header .w_tags {
    text-align: center;
    border-bottom: 1px solid #ddd;
  }
  /* line 668, ../sass/_frame.scss */
  header .w_tags .row > div {
/*    padding-bottom: 10px;*/
  }
  header .w_tags .row > div.tagline {
    margin-top: -20px;
  }
  /* line 673, ../sass/_frame.scss */
  header h1 {
    display: inline-block;
    font-weight: normal;
    color: #555;
    float: left;
    padding: 0 0 0 5px;
  }
  /* line 680, ../sass/_frame.scss */
  header p.tel {
    display: none;
  }
  /* line 682, ../sass/_frame.scss */
  header p.tel img {
    width: 140px;
    height: auto;
  }
  /* line 688, ../sass/_frame.scss */
  header .hdbtns {
    margin-left: -15px;
    margin-right: -15px;
  }
  /* line 693, ../sass/_frame.scss */
  header .hdbtns div.contact {
    display: block;
  }
  /* line 695, ../sass/_frame.scss */
  header .hdbtns div.contact a {
    border-radius: 0;
    background-color: #737373;
    text-decoration: none;
    border-top: 1px solid #595959;
    border-bottom: none;
    border-left: none;
    border-right: none;
  }
  /* line 703, ../sass/_frame.scss */
  header .hdbtns div.contact a:hover {
    background-color: #595959;
  }
  /* line 708, ../sass/_frame.scss */
  header .hdbtns ul {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  /* line 713, ../sass/_frame.scss */
  header .hdbtns ul li.regist {
    display: block;
  }
  /* line 719, ../sass/_frame.scss */
  header .hdbtns li, header .hdbtns li.contact {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  header .hdbtns div.contact {
    display: block;
  }
  header .hdbtns div.contact a {
    border-radius: 0;
    background-color: #737373;
    text-decoration: none;
    border-top:1px solid #595959;
    border-bottom:none;
    border-left:none;
    border-right:none;
  }
  header .hdbtns div.contact a:hover {
    background-color: #595959;
  }
  /* line 723, ../sass/_frame.scss */
  header .hdbtns li a, header .hdbtns li.regist a {
    background: #737373;
    color: #fff !important;
    font-size: 13px;
    font-weight: bold;
    padding: 1em 1.2em;
  }
  /* line 730, ../sass/_frame.scss */
  header .hdbtns li a:hover, header .hdbtns li a:focus, header .hdbtns li a:active, header .hdbtns li.regist a:hover, header .hdbtns li.regist a:focus, header .hdbtns li.regist a:active {
    background: #595959;
    text-decoration: none;
  }
  /* line 737, ../sass/_frame.scss */
  header .hdbtns li.login, header .hdbtns li.regist, header .hdbtns li.regist.login, header .hdbtns li.regist.regist {
    border-right: 1px solid #595959;
    box-sizing: border-box;
  }
  /* line 760, ../sass/_frame.scss */
  header .hdbtns li.regist a {
    padding: 1.2em 1em;
    border: none !important;
  }
  /* line 765, ../sass/_frame.scss */
  header .w_navs {
    display: none;
  }

  /* line 769, ../sass/_frame.scss */
  footer {
    overflow: hidden;
  }
  /* line 771, ../sass/_frame.scss */
  footer .footer_extra {
    margin: 0;
    padding: 0;
    margin-left: -5px;
    margin-right: -5px;
    background: #303030;
    border-bottom: 0;
  }
  /* line 779, ../sass/_frame.scss */
  footer .footer_nav {
    text-align: center;
    padding: 4em;
    margin: auto;
  }
  /* line 784, ../sass/_frame.scss */
  footer .footer_nav ul:not(.list05) {
    display: none;
  }
  /* line 788, ../sass/_frame.scss */
  footer .footer_nav .list05 {
    float: none !important;
    margin: 0 auto 1em auto;
    min-width: 200px;
  }
  /* line 792, ../sass/_frame.scss */
  footer .footer_nav .list05 li.icon {
    text-align: center;
  }
  /* line 797, ../sass/_frame.scss */
  footer .footer_extra ul {
    letter-spacing: -0.4em;
  }
  /* line 800, ../sass/_frame.scss */
  footer .footer_extra li {
    padding: 0;
    margin: 0;
    width: 49%;
    border: 1px solid #242424;
    letter-spacing: normal;
    margin-top: -1px;
  }
  /* line 807, ../sass/_frame.scss */
  footer .footer_extra li a {
    display: block;
    padding: 1em 0;
  }
  /* line 811, ../sass/_frame.scss */
  footer .footer_extra li a:not(.btn):hover {
    background: #242424;
  }
  /* line 814, ../sass/_frame.scss */
  footer .footer_extra li:last-child {
    padding: 0em;
    width: 100%;
  }
  /* line 818, ../sass/_frame.scss */
  footer .footer_extra li:last-child a {
    padding: 1em;
    border-radius: 0;
    font-size: 100%;
  }
  /* line 825, ../sass/_frame.scss */
  footer .footer_btm table.social {
    display: block;
    margin-bottom: 0;
  }
  /* line 828, ../sass/_frame.scss */
  footer .footer_btm table.social tbody, footer .footer_btm table.social tr, footer .footer_btm table.social td {
    display: block;
    margin: 0 auto;
  }
  /* line 832, ../sass/_frame.scss */
  footer .footer_btm table.social tr {
    padding: 0;
  }
  /* line 835, ../sass/_frame.scss */
  footer .footer_btm table.social .hatena {
    display: none;
  }
  /* line 840, ../sass/_frame.scss */
  footer .footer_btm ul li {
    display: block;
    border: none;
    padding: .3em 0;
  }
  /* line 846, ../sass/_frame.scss */
  footer .pagetop {
    bottom: 15px;
    font-size: 78%;
  }
  /* line 850, ../sass/_frame.scss */
  footer .footer_btm .copyright {
    padding-right: 70px;
    text-align: left;
  }

  /* line 859, ../sass/_frame.scss */
  .newsfooter .footer_extra {
    padding: 1em;
  }
  /* line 861, ../sass/_frame.scss */
  .newsfooter .footer_extra li {
    margin: 1em !important;
    width: auto;
  }
  /* line 865, ../sass/_frame.scss */
  .newsfooter .footer_extra li:first-child a {
    width: auto;
  }
  /* line 868, ../sass/_frame.scss */
  .newsfooter .footer_extra li:last-child a {
    border-radius: 4px;
    font-size: 14px;
  }
  /* line 873, ../sass/_frame.scss */
  .newsfooter .footer_nav {
    padding: 3em;
  }
  /* line 875, ../sass/_frame.scss */
  .newsfooter .footer_nav dl {
    display: none;
  }
  /* line 878, ../sass/_frame.scss */
  .newsfooter .footer_nav ul {
    display: block !important;
    width: 100%;
    text-align: center;
  }
  /* line 882, ../sass/_frame.scss */
  .newsfooter .footer_nav ul li {
    display: inline-block;
  }
}
@media (max-width: 360px) {
  /* line 891, ../sass/_frame.scss */
  header .mb_header .box_r a.regist {
    font-size: 12px;
  }
}
/* line 898, ../sass/_frame.scss */
.btn-back {
  color: #575757;
  background-color: #F9F9F9;
  border: 1px #F2F2F2 solid;
}

/* line 904, ../sass/_frame.scss */
.btn-back:hover, .btn-back:focus, .btn-back:active {
  color: #575757;
  background-color: #F2F2F2;
}

/* line 909, ../sass/_frame.scss */
.mb40 {
  margin-bottom: 40px !important;
}

/* line 910, ../sass/_frame.scss */
.f_left {
  float: left;
}

/* line 911, ../sass/_frame.scss */
.f_right {
  float: right;
}

/* line 912, ../sass/_frame.scss */
.c_both {
  clear: both;
}

/* line 914, ../sass/_frame.scss */
div, td, th, p, span {
  word-wrap: break-word;
  word-break: break-all;
}

footer .pagetop{
    bottom:130px;
}
footer .footer_btm .copyright{
    padding-bottom:80px;
 }

@media (max-width: 991px) {
    footer .pagetop{
        bottom:50px;
    }
}

@media (max-width: 767px) {
    footer .footer_btm .social .twitter {
        width: 78px;
    }
    footer .footer_btm .social .google {
        text-align: center;
    }

}

/*# sourceMappingURL=common.css.map */

.main_area .btn {
  font-size: 22px !important;
  padding: 6px 16px !important;
  background: #ff4066 !important;
  border: none !important;
  border-radius: 30px !important;
}

.main_area .btn:hover {
  background: #d9002b !important;
  border: none !important;
  color: #fff !important;
}

nav > ul > li.nav_regist a {
  background: #ff4066;
  transition: background-color 0.2s linear;
}

nav > ul > li.nav_regist a:hover {
  background: #d9002b;
}

.w_navs.fixed nav > ul > li.nav_regist a {
  background: #01C203;
}

.w_navs.fixed nav > ul > li.nav_regist a:hover {
  background: #018f02;
}

header .mb_header .box_r a.regist {
  background: #ff4066;
}

.fm_checkbox {
    padding-top: 10px;
}

.fm_checkbox label {
    padding-left: 30px;
}

.fm_radio label, .fm_checkbox label {
    position: relative;
    display: inline-block;
    padding: 3px 10px 3px 23px;
    cursor: pointer;
    font-size: 14px;
}

.fm_checkbox label::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #fff;
    border: 1px solid #ccc;
}

.fm_checkbox input[type="checkbox"]:checked + label::after {
    position: absolute;
    content: '';
    top: 5px;
    left: 3px;
    width: 25px;
    height: 9px;
    border-left: 4px solid #fb7b15;
    border-bottom: 4px solid #fb7b15;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.fm_checkbox input[type="checkbox"] {
    display: none;
}

.fm_radio label::after {
    opacity: 0;
    left: 3px;
    width: 12px;
    height: 12px;
    margin-top: -5px;
    background: #fb7b15;
    -webkit-transform: scale(2);
    transform: scale(2);
}

.fm_radio label::before, .fm_radio label::after {
    position: absolute;
    content: '';
    top: 50%;
    border-radius: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.fm_radio label::before {
    left: 0;
    width: 18px;
    height: 18px;
    margin-top: -8px;
    background: #f3f3f3;
    border: 1px solid #ccc;
}

.fm_radio label::before, .fm_radio label::after {
    position: absolute;
    content: '';
    top: 50%;
    border-radius: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.fm_radio label::before, .fm_radio label::after {
    position: absolute;
    content: '';
    top: 50%;
    border-radius: 100%;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.fm_radio label::after {
    opacity: 0;
    left: 3px;
    width: 12px;
    height: 12px;
    margin-top: -5px;
    background: #fb7b15;
    -webkit-transform: scale(2);
    transform: scale(2);
}

.fm_radio input[type="radio"]:checked + label::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.fm_radio input[type="radio"]:checked + label::before {
    background: #fff;
    border: 1px solid #fb7b15;
}

.fm_radio input[type="radio"] {
    display: none;
}
