.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container::after {
    content: "";
    display: table;
    clear: both; }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem; }
  .row::after {
    content: "";
    display: table;
    clear: both; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  box-sizing: border-box;
  min-height: 1px;
  width: 100%;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 0.3rem; }

.img-thumbnail {
  padding: 0.25rem;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* List
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0; }

a:hover {
  text-decoration: none; }

img {
  max-width: 100%; }

@font-face {
  font-family: Meiryo Bold Italic;
  src: url(../fonts/Meiryo-Bold-Italic.ttf);
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: Meiryo Bold;
  src: url(../fonts/Meiryo-Bold.ttf);
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: Meiryo Italic;
  src: url(../fonts/Meiryo-Italic.ttf);
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: Meiryo;
  src: url(../fonts/Meiryo.ttf);
  font-weight: 300;
  font-style: normal; }

input {
  outline: none !important; }

p {
  line-height: 30px; }

.site-top {
  padding: 20px 0;
  border-top: 7px solid #03C1EA; }
  .site-top .site-top-right {
    position: relative;
    font-family: Meiryo Bold;
    color: #FF702F;
    font-size: 18px; }
    .site-top .site-top-right p {
      text-align: center;
      margin: 0;
      line-height: 35px; }
    .site-top .site-top-right:before {
      position: absolute;
      display: block;
      font-family: FontAwesome;
      content: '\f098';
      font-size: 26px;
      top: 0;
      left: 0;
      margin-top: 2px; }
  .site-top .menu ul {
    list-style: none;
    text-align: center; }
    .site-top .menu ul li {
      position: relative;
      display: inline-block;
      padding: 0 10px;
      font-family: Meiryo;
      font-size: 17px;
      line-height: 35px; }
      .site-top .menu ul li a {
        text-decoration: none;
        color: #A7A9AA; }
        .site-top .menu ul li a:hover {
          color: #03C1EA;
          webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
          -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
          transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1); }
      .site-top .menu ul li:before {
        position: absolute;
        top: 50%;
        right: 0;
        display: block;
        content: '';
        width: 1px;
        height: 20px;
        background-color: #A7A9AA;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      .site-top .menu ul li:last-child:before {
        display: none; }

.slider {
  padding: 80px 0 100px 0;
  text-align: center;
  background-image: url(../img/slider.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }
  .slider .sub-title {
    font-family: Meiryo Bold;
    font-size: 26px;
    color: #fff; }
  .slider .medal {
    display: inline-block;
    background-image: url(../img/medal.png);
    background-repeat: no-repeat;
    padding: 40px 0;
    width: 13%; }
    .slider .medal > li {
      display: inline-block; }
    .slider .medal ul li {
      list-style: none;
      font-size: 18px;
      font-family: Meiryo;
      color: #fff; }
      .slider .medal ul li.percent {
        font-size: 30px;
        font-family: Meiryo Bold; }
    .slider .medal.first {
      margin-right: 20px; }
    .slider .medal.end {
      margin-left: 20px; }
  .slider .title {
    position: relative;
    line-height: 80px;
    color: #fff; }
    .slider .title h3 {
      font-size: 54px;
      margin: 0; }
    .slider .title .label {
      position: absolute;
      top: -18%;
      left: 15%;
      max-width: 160px;
      width: 100%;
      margin-top: -60px;
      margin-left: -60px;
      background-image: url(../img/label.png);
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover; }
      .slider .title .label p {
        font-size: 30px;
        line-height: 50px; }
  .slider .description {
    font-size: 16px;
    font-family: Meiryo;
    color: #fff;
    margin-bottom: 70px; }
  .slider .button {
    background-image: url(../img/button-slider.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    font-size: 26px;
    padding: 20px 60px; }

.title {
  text-align: center;
  color: #111;
  font-family: Meiryo Bold;
  font-size: 42px;
  line-height: 60px; }

.end-page .copy-right {
  padding: 40px 0;
  background-color: #262626;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-family: Meiryo; }

.button, button {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-family: Meiryo Bold; }
  .button:hover, button:hover {
    opacity: 0.7;
    border-radius: 10px; }
  .button.sub-button, button.sub-button {
    position: relative;
    max-width: 150px;
    font-size: 16px !important;
    padding: 23px 0 39px 0 !important;
    border-radius: 15px;
    color: #fff;
    font-family: Meiryo Bold;
    background-image: url(../img/sub-button.png) !important;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    margin-bottom: 0 !important; }
    .button.sub-button.one, button.sub-button.one {
      margin-left: 170px; }
    .button.sub-button.two, button.sub-button.two {
      margin-left: 20px; }
    .button.sub-button.three, button.sub-button.three {
      margin-left: 240px; }
    .button.sub-button.one:hover, .button.sub-button.two:hover, .button.sub-button.three:hover, button.sub-button.one:hover, button.sub-button.two:hover, button.sub-button.three:hover {
      box-shadow: none; }
    .button.sub-button:hover, button.sub-button:hover {
      opacity: 1; }

.information {
  position: relative;
  background-image: url(../img/information.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  z-index: 999999; }
  .information ul {
    margin: 100px 0 225px 150px; }
  .information li {
    position: relative;
    list-style: none;
    font-size: 15px;
    font-family: Meiryo Bold;
    color: #264BA7;
    margin-bottom: 35px; }
    .information li:last-child {
      margin-bottom: 0; }
    .information li:after {
      position: absolute;
      top: 0;
      left: 0;
      margin-left: -45px;
      display: block;
      content: '\f046';
      font-family: FontAwesome;
      font-size: 30px;
      color: #1B8F04; }

.bottom-information {
  position: relative;
  background-image: url(../img/bottom-information.png);
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding-top: 250px;
  margin-top: -200px; }
  .bottom-information .title {
    color: #fff; }
  .bottom-information p {
    color: #fff;
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px; }
  .bottom-information .button {
    width: 60%;
    display: inline-block;
    background: #9ADA23;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#9ADA23, #11C2D7);
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#9ADA23, #11C2D7);
    /* Standard syntax (must be last) */
    -webkit-background-size: cover;
    border-radius: 10px;
    -moz-background-size: cover;
    -o-background-size: cover;
    font-size: 35px;
    padding: 32px;
    margin-bottom: 90px; }
    .bottom-information .button.first {
      float: right;
      background: #F4D524 !important;
      /* For browsers that do not support gradients */
      background: -webkit-linear-gradient(#F4D524, #FE774C) !important;
      /* For Safari 5.1 to 6.0 */
      /* For Opera 11.1 to 12.0 */
      /* For Firefox 3.6 to 15 */
      background: linear-gradient(#F4D524, #FE774C) !important;
      /* Standard syntax (must be last) */ }
  .bottom-information.end {
    background-color: #313030;
    background-image: none;
    padding: 70px 0;
    margin: 0 !important; }
    .bottom-information.end .button {
      margin-bottom: 0; }
  .bottom-information.middle {
    padding-top: 80px;
    margin-top: -100px;
    background-image: url(../img/button-middle.png); }

.about-top {
  padding: 20px 0; }
  .about-top .title {
    color: #264BA7;
    line-height: 60px; }
  .about-top p {
    text-align: center;
    font-size: 21px;
    margin-top: 0;
    font-family: Meiryo; }

.about {
  padding: 20px 0;
  background-color: #F7F7F7; }
  .about .pig,
  .about .check,
  .about .like {
    position: relative;
    padding-left: 300px;
    margin-bottom: 60px; }
  .about p {
    font-size: 20px;
    font-family: Meiryo; }
  .about .end-about p {
    font-family: Meiryo Bold;
    text-align: center;
    color: #264BA7;
    font-size: 30px;
    line-height: 45px; }

h2.title {
  text-align: justify;
  font-size: 30px;
  font-family: Meiryo Bold;
  margin: 0 0 0 -90px; }
  h2.title span {
    color: #fff;
    font-size: 24px;
    border-radius: 100%;
    padding: 10px 12px;
    margin-right: 30px; }
    .pig h2.title span {
      background-color: #FF702F; }
    .check h2.title span {
      background-color: #F5DA22; }
    .like h2.title span {
      background-color: #264BA7; }

.pig:before, .check:before, .like:before {
  position: absolute;
  display: block;
  content: url(../img/pig.png);
  top: 10%;
  right: 15%; }

.check:before {
  content: url(../img/check.png); }

.like:before {
  content: url(../img/like.png); }

.chat {
  background-color: #F5DA22;
  padding: 200px 0 80px 0; }
  .chat .title {
    margin: 0 0 80px 0;
    position: relative; }
    .chat .title:before {
      position: absolute;
      display: block;
      content: url(../img/chat.png);
      top: 0;
      margin-top: -100px;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .chat .chat-content {
    position: relative;
    background-color: #fff;
    background-color: #fff;
    border-radius: 20px;
    text-align: justify;
    max-width: 720px;
    width: 100%;
    margin: 0 auto; }
    .chat .chat-content p {
      font-size: 25px;
      padding: 40px;
      font-family: Meiryo;
      margin: 0; }
    .chat .chat-content:after {
      position: absolute;
      display: block;
      content: '';
      bottom: 0;
      left: 5%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 10px 0 10px;
      border-color: #fff transparent transparent transparent;
      margin-bottom: -20px; }
  .chat .chat-info {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 60px; }
    .chat .chat-info .person, .chat .chat-info info {
      display: inline-block;
      vertical-align: top; }
      .chat .chat-info .person h4, .chat .chat-info info h4 {
        color: #264BA7;
        font-family: Meiryo Bold;
        font-size: 30px;
        margin: 0;
        line-height: 28px; }
        .chat .chat-info .person h4 span, .chat .chat-info info h4 span {
          font-size: 24px; }
    .chat .chat-info info {
      padding-top: 40px; }
      .chat .chat-info info p {
        margin: 5px 0 0 0 !important;
        font-family: Meiryo; }
    .chat .chat-info .person {
      border-radius: 100%;
      width: 85px;
      height: 85px;
      margin: 40px 35px 0 0; }

.work {
  position: relative;
  z-index: 999999; }
  .work .title {
    margin-top: 70px;
    font-size: 45px; }
    .work .title span {
      font-size: 50px;
      color: #264BA7; }
  .work .chart {
    text-align: center; }
    .work .chart p, .work .chart img {
      display: inline-block;
      vertical-align: middle; }
    .work .chart p {
      font-family: Meiryo Bold;
      font-size: 30px;
      max-width: 500px;
      text-align: justify;
      line-height: 43px; }
  .work .image-work ul {
    margin: 50px 0; }
    .work .image-work ul li {
      display: inline-block;
      padding: 0 25px; }
  .work .description {
    font-family: Meiryo Bold;
    font-size: 30px;
    text-align: center; }
    .work .description p {
      line-height: 50px;
      padding: 0 170px; }
  .work img {
    text-align: center;
    margin-top: 30px; }

.question {
  position: relative;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 355px; }
  .question p {
    position: relative;
    z-index: 999;
    font-family: Meiryo Bold;
    font-size: 42px;
    line-height: 60px;
    max-width: 530px;
    margin: 0 auto;
    padding: 60px 0 118px;
    background-image: url(../img/question-white.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; }
  .question .girl {
    position: absolute;
    top: 63%;
    left: 33%;
    z-index: 999999; }
  .question .question-blue {
    position: absolute;
    top: 50%;
    left: 22%; }
  .question .question-yellow {
    position: absolute;
    top: 65%;
    left: 55%; }

.about-me {
  margin-bottom: 80px;
  position: relative; }
  .about-me .heading {
    text-align: center;
    font-size: 36px;
    font-family: Meiryo Bold;
    background-color: #264BA7;
    color: #fff;
    padding: 70px 0; }
  .about-me .title {
    font-family: Meiryo Bold;
    font-size: 30px;
    color: #333;
    margin-bottom: 10px; }
  .about-me .about-1, .about-me .about-2, .about-me .about-3, .about-me .about-4 {
    padding-top: 80px;
    text-align: center; }
    .about-me .about-1 .info, .about-me .about-1 img, .about-me .about-2 .info, .about-me .about-2 img, .about-me .about-3 .info, .about-me .about-3 img, .about-me .about-4 .info, .about-me .about-4 img {
      display: inline-block;
      vertical-align: top; }
    .about-me .about-1 .info, .about-me .about-2 .info, .about-me .about-3 .info, .about-me .about-4 .info {
      font-size: 23px;
      font-family: Meiryo;
      margin-right: 35px; }
      .about-me .about-1 .info .content, .about-me .about-2 .info .content, .about-me .about-3 .info .content, .about-me .about-4 .info .content {
        text-align: justify; }
  .about-me .about-2 .info, .about-me .about-3 .info {
    margin: 0; }
  .about-me .about-2 img, .about-me .about-3 img {
    margin-right: 35px; }
  .about-me .about-2 .title, .about-me .about-3 .title {
    text-align: left; }
  .about-me .about-3 {
    margin-bottom: 80px; }
    .about-me .about-3 .title {
      line-height: 40px;
      margin-bottom: 30px !important; }
    .about-me .about-3 .info {
      vertical-align: bottom; }
  .about-me .about-4 .title {
    text-align: left; }
  .about-me .arrow-about-me {
    padding: 50px 0 160px 0;
    margin-top: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 42px;
    font-family: Meiryo Bold;
    background-image: url(../img/arror-down-big.png);
    background-size: cover; }
  .about-me .list {
    background-color: #eee;
    position: relative;
    padding-bottom: 35px;
    margin-top: 50px;
    margin-bottom: 150px; }
    .about-me .list .chat-list {
      position: absolute;
      left: 30%;
      margin-top: -30px;
      background-image: url(../img/chat-list.png);
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      max-width: 500px;
      width: 100%;
      float: right;
      text-align: center;
      padding: 80px 0; }
      .about-me .list .chat-list .title {
        line-height: 45px; }
      .about-me .list .chat-list ul > li {
        list-style: none;
        font-size: 24px;
        font-family: Meiryo;
        color: #fff;
        background-color: #03c1ea;
        max-width: 350px;
        padding: 10px 0;
        border-radius: 10px;
        margin: 0 auto;
        margin-bottom: 12px; }
    .about-me .list .list-right {
      padding-left: 85px; }
      .about-me .list .list-right .title {
        text-align: left;
        padding-top: 80px; }
      .about-me .list .list-right p {
        color: #03c1ea;
        font-size: 24px;
        font-family: Meiryo;
        line-height: 50px; }
  .about-me .rotate {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 500px; }

.plan {
  text-align: center; }
  .plan .title span {
    font-size: 50px;
    color: #264BA7; }
  .plan p {
    text-align: center;
    font-size: 25px;
    font-family: Meiryo;
    margin: 50px 0; }

.blog {
  text-align: center;
  background-color: #f7f9fa; }
  .blog .heading {
    font-size: 36px;
    font-family: Meiryo Bold;
    background-image: url(../img/heading-light.png);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    color: #fff;
    padding: 70px 0; }
  .blog h3 {
    margin-top: 70px; }
  .blog .row {
    margin-bottom: 40px; }
    .blog .row .container-blog {
      margin: 0 260px; }
      .blog .row .container-blog .post-blog {
        display: inline-block; }
        .blog .row .container-blog .post-blog img {
          max-height: 140px !important; }
        .blog .row .container-blog .post-blog .info {
          background-color: #fff;
          margin-top: -5px;
          height: 270px !important;
          margin-bottom: 40px; }
          .blog .row .container-blog .post-blog .info .title {
            font-size: 20px;
            font-family: Meiryo Bold;
            color: #333;
            padding-top: 15px; }
          .blog .row .container-blog .post-blog .info p {
            font-size: 16px;
            font-family: Meiryo;
            color: #999;
            text-align: justify;
            padding: 0 20px;
            line-height: 20px; }

.count-down {
  position: relative;
  z-index: 999999;
  background-color: #ff704f;
  padding: 80px 0;
  text-align: center; }
  .count-down h3 {
    font-size: 42px;
    color: #fff;
    margin-top: 0;
    font-family: Meiryo Bold; }
  .count-down h1, .count-down h5 {
    display: inline-block;
    font-size: 170px;
    font-family: Meiryo Bold;
    margin: 0;
    color: #fff;
    text-shadow: #333 5px 5px 30px; }
    .count-down h1 span, .count-down h5 span {
      font-size: 42px; }
  .count-down h5 {
    font-size: 42px;
    padding-left: 50px; }

.quick-answer {
  background-color: #F5DA22;
  padding: 90px 0; }
  .quick-answer h3 {
    margin-top: 0;
    color: #333; }
  .quick-answer .line {
    max-width: 780px;
    margin: 0 auto;
    padding-bottom: 50px; }
    .quick-answer .line .question2 {
      position: relative;
      background-color: #ebebeb;
      font-size: 24px;
      font-family: Meiryo Bold;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      padding: 15px 80px; }
      .quick-answer .line .question2 span {
        position: absolute;
        top: 0;
        left: 0;
        background-color: #ff704f;
        border-radius: 5px;
        font-size: 30px;
        padding: 10px;
        font-family: Meiryo Bold; }
    .quick-answer .line .answer {
      padding: 30px 80px 30px 20px;
      background-color: #fff;
      border-bottom-left-radius: 8px;
      border-bottom-right-radius: 8px;
      font-size: 20px;
      font-family: Meiryo;
      line-height: 35px; }
      .quick-answer .line .answer li.head-answer {
        font-size: 30px;
        font-family: Meiryo Bold; }
      .quick-answer .line .answer li {
        display: table-cell;
        vertical-align: top; }

.book {
  padding: 100px 0;
  text-align: center;
  margin-top: -200px;
  margin-top: 20px; }
  .book .title {
    margin: 0; }
    .book .title.title-2 {
      color: #264BA7;
      font-size: 36px;
      margin-top: -200px; }
  .book .img-book {
    margin-top: -200px; }
  .book p {
    font-size: 20px;
    font-family: Meiryo;
    margin-bottom: 45px; }
  .book .button {
    background-image: url(../img/button-book.png);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    font-size: 26px;
    padding: 18px 55px; }
  @media (min-width: 544px) {
  .container {
    max-width: 576px; }
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }
  @media (min-width: 768px) {
  .container {
    max-width: 720px; }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }
  @media (min-width: 992px) {
  .container {
    max-width: 940px; }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }
  @media (min-width: 992px) and (max-width: 1199.9px) {
  .button.sub-button.three, button.sub-button.three {
    margin-left: 300px; }
  .information li {
    margin-bottom: 20px; }
  .work .image-work ul li {
    padding: 0 3px; }
  .about-me .list .chat-list {
    left: 14%;
    padding: 85px 0; } }
  @media (min-width: 1200px) {
  .container {
    max-width: 1200px; }
  .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
    float: left; }
  .col-xl-1 {
    width: 8.33333%; }
  .col-xl-2 {
    width: 16.66667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33333%; }
  .col-xl-5 {
    width: 41.66667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33333%; }
  .col-xl-8 {
    width: 66.66667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33333%; }
  .col-xl-11 {
    width: 91.66667%; }
  .col-xl-12 {
    width: 100%; }
  .col-xl-pull-0 {
    right: auto; }
  .col-xl-pull-1 {
    right: 8.33333%; }
  .col-xl-pull-2 {
    right: 16.66667%; }
  .col-xl-pull-3 {
    right: 25%; }
  .col-xl-pull-4 {
    right: 33.33333%; }
  .col-xl-pull-5 {
    right: 41.66667%; }
  .col-xl-pull-6 {
    right: 50%; }
  .col-xl-pull-7 {
    right: 58.33333%; }
  .col-xl-pull-8 {
    right: 66.66667%; }
  .col-xl-pull-9 {
    right: 75%; }
  .col-xl-pull-10 {
    right: 83.33333%; }
  .col-xl-pull-11 {
    right: 91.66667%; }
  .col-xl-pull-12 {
    right: 100%; }
  .col-xl-push-0 {
    left: auto; }
  .col-xl-push-1 {
    left: 8.33333%; }
  .col-xl-push-2 {
    left: 16.66667%; }
  .col-xl-push-3 {
    left: 25%; }
  .col-xl-push-4 {
    left: 33.33333%; }
  .col-xl-push-5 {
    left: 41.66667%; }
  .col-xl-push-6 {
    left: 50%; }
  .col-xl-push-7 {
    left: 58.33333%; }
  .col-xl-push-8 {
    left: 66.66667%; }
  .col-xl-push-9 {
    left: 75%; }
  .col-xl-push-10 {
    left: 83.33333%; }
  .col-xl-push-11 {
    left: 91.66667%; }
  .col-xl-push-12 {
    left: 100%; }
  .col-xl-offset-0 {
    margin-left: 0%; }
  .col-xl-offset-1 {
    margin-left: 8.33333%; }
  .col-xl-offset-2 {
    margin-left: 16.66667%; }
  .col-xl-offset-3 {
    margin-left: 25%; }
  .col-xl-offset-4 {
    margin-left: 33.33333%; }
  .col-xl-offset-5 {
    margin-left: 41.66667%; }
  .col-xl-offset-6 {
    margin-left: 50%; }
  .col-xl-offset-7 {
    margin-left: 58.33333%; }
  .col-xl-offset-8 {
    margin-left: 66.66667%; }
  .col-xl-offset-9 {
    margin-left: 75%; }
  .col-xl-offset-10 {
    margin-left: 83.33333%; }
  .col-xl-offset-11 {
    margin-left: 91.66667%; }
  .col-xl-offset-12 {
    margin-left: 100%; } }
  @media (max-width: 1199.9px) {
  .site-top .site-top-right {
    font-size: 15px; }
  .site-top .menu ul li {
    font-size: 14px; }
  .slider .medal {
    width: 16%; }
  .slider .title .label {
    left: 6%; }
  .button.sub-button.one, button.sub-button.one {
    margin-left: 0; }
  .information ul {
    padding-bottom: 140px;
    margin: 100px 0 -35px 90px; }
  .bottom-information .button {
    padding: 17px 90px; }
  .about .pig,
      .about .check,
      .about .like {
    padding-left: 160px; }
  .pig:before, .check:before, .like:before {
    right: 8%; }
  .question .question-blue {
    left: 17%; }
  .question .question-yellow {
    left: 60%; }
  .about-me .arrow-about-me {
    padding: 50px 0 80px 0;
    font-size: 32px; }
  .blog .row .container-blog {
    margin: 0 100px; } }
  @media (max-width: 991.9px) {
  .site-top .site-top-right {
    font-size: 14px; }
  .site-top .menu ul li {
    font-size: 13px; }
  .slider .medal {
    width: 21%; }
  .slider .title h3 {
    font-size: 50px; }
  .slider .title .label {
    left: -3%; }
  .title {
    font-size: 39px; }
  .information ul {
    margin: 0;
    padding-bottom: 80px; }
  .bottom-information .button {
    padding: 10px 92px;
    margin-bottom: 50px; }
  .about .pig,
      .about .check,
      .about .like {
    padding-left: 50px; }
  .about .end-about p {
    font-size: 25px; }
  .pig:before, .check:before, .like:before {
    right: -4%; }
  .work .title {
    font-size: 40px; }
  .work .chart img {
    float: left; }
  .work .chart p {
    max-width: 350px;
    padding-top: 85px; }
  .work .image-work ul li {
    width: 96px; }
  .work .description p {
    padding: 0; }
  .question .question-blue {
    left: 16%; }
  .about-me .arrow-about-me {
    padding: 50px 0 94px 0 !important;
    font-size: 28px;
    line-height: 40px; }
  .about-me .list .chat-list {
    left: 15%; }
  .blog .row .container-blog .post-blog img {
    width: 100%;
    max-height: none !important; }
  .blog .row .container-blog .post-blog .info .title {
    font-size: 50px;
    padding-top: 40px; }
  .blog .row .container-blog .post-blog .info p {
    line-height: 35px;
    font-size: 30px; }
  .blog .row .container-blog .post-blog .info {
    height: 330px !important; }
  .book .title {
    font-size: 32px; }
  .book p {
    font-size: 18px; } }

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