/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  position: relative;
}

/**
 * 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
   ========================================================================== */

/**
 * 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
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 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 */
}

/**
 * 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 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
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 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;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

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 in Chrome and Safari on macOS.
 */

[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 Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}





* {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica, Arial, "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, 'メイリオ', sans-serif;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  position: relative;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}

header {
  width: 100%;
  height: 115px;
  border-bottom: solid 2px #E5E5E5;
  position: relative;
  background: #fff;
}

a,
button {
  transition-property: all;
  transition: 0.1s linear;
  color: #154C84;
  text-decoration: none;
}

a:hover {
  opacity: 0.5;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

em {
  font-style: normal;
}

select,
input[type=radio],
input[type=checkbox] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 0.4em;
  position: relative;
  vertical-align: middle;
}

select:focus,
input:focus,
textarea:focus {
  background-color: #FFF8F8;
  outline: 0;
}

select {
  border: solid 1px #ADADAD;
  position: relative;
  z-index: 1;
  background-color: transparent;
}

select:after {}

:placeholder-shown {
  color: #434343;
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #ccc;
}

/* Firefox 18- */
:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #ccc;
}

/*p::selection {
  background-color: transparent;
  color: transparent;
}*/

.main__result__sidebar__box__inner .select__container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
}

.select-wrap {
  position: relative;
  display: inline-block;
}

.select-wrap::after {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  right: 10px;
  top: 50%;
  content: "\e929";
  font-family: icons;
  color: #ADADAD;
  font-size: 18px;
  margin-top: -9px;
}

input[type=radio],
input[type=checkbox] {
  border: solid 2px #E8B9B9;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  display: none;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=checkbox]:checked {
  background-color: #EF6565;
  outline: none;
}

input[type=radio]:checked {
  background: #EF6565;
  outline: none;
}

input[type=radio]:checked+label {
  color: #EF6565;
}

.radio+label {
  /*padding-left: 22px;*/
  margin-left: 22px;
  position: relative;
  width: auto;
  display: block;
}

.radio--small+label {
  font-size: 9px;
}

.radio+label::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: -22px;
  width: 14px;
  height: 14px;
  border: solid 2px #E8B9B9;
  background: #fff;
  border-radius: 50%;
}

.radio:checked+label {
  color: #EF6565;
  font-weight: bold;
}

.radio:checked+label::after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: -18px;
  width: 10px;
  height: 10px;
  background: #EF6565;
  border-radius: 50%;
  transform: scale(1, 1);
}

.radio:checked+label::after {
  animation: pulsate .1s ease-in;
  /* スピードなど */
}

.checkbox-parts {
  padding-left: 22px;
  position: relative;
  display: block;
  letter-spacing: -0.04em;
}

.checkbox-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 14px;
  height: 14px;
  border: solid 2px #E8B9B9;
  background-color: #fff;
}

.checkbox-parts--small {
  /*font-size: 8px;
  letter-spacing: -0.1em;
  padding-left: 22px;*/
}

.main__result__sidebar__box__inner .checkbox-parts--small {
  font-size: 8px;
  letter-spacing: -0.04em;
}

.checkbox-input:checked+.checkbox-parts {
  color: #EF6565;
  font-weight: bold;
}

.checkbox-input:checked+.checkbox-parts:before {
  background: #EF6565;
  border: solid 2px #EF6565;
}

.checkbox-input:checked+.checkbox-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 5px;
  width: 4px;
  height: 8px;
  transform: rotate(40deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  animation: pulsate .1s linear;
}

@keyframes pulsate {
  0% {
    transform: scale(0, 0);
  }

  50% {
    opacity: 1;
  }

  100% {
    transform: scale(2, 2);
    opacity: 0.0;
  }
}

button.submit1,
input[type=submit] {
  /* 文字サイズを1.4emに指定 */
  font-size: 20px;
  margin: 0;
  font-weight: bold;
  padding: 10px 0;
  background-color: #CD3138;
  border-radius: 4px;
  border: solid 1px #892227;
  box-shadow: 0 2px 0 #892227;
  color: #fff;
  display: block;
  width: 100%;
}

button.submit1:hover {
  background-color: #B7292F;
}

button.submit1:before,
input[type=submit]:before {
  content: "\f138";
  font-family: icons;
  color: #F4ACAF;
  margin-right: 0.5em;
}

/* button style ---------- */

.btn__area {
  display: block;
  text-align: center;
  margin: 30px 0 0;
}

.btn__area li {
  display: inline-block;
  margin: 30px 0 0;
  padding: 0 10px;
}

.btn {
  margin: 20px auto 0;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  padding: 0.5em 2.5em;
  border-radius: 6px;
  display: inline-block;
  position: relative;
}

.btn--large {
  font-size: 24px;
}

.btn--medium {
  font-size: 18px;
}

.btn--small {
  font-size: 14px;
}

.btn--red {
  background-color: #CD3138;
  border: solid 1px #892227;
  box-shadow: 0 2px 0 #892227;
  color: #fff;
}

.btn--red:before {
  position: absolute;
  content: "\f138";
  font-family: icons;
  left: 0.5em;
}

.btn--pink {
  background-color: #FCF0F0;
  border: solid 1px #EBBEBE;
  box-shadow: 0 2px 0 #EBBEBE;
  color: #cd3138;
}

.btn--pink:before {
  position: absolute;
  content: "\f138";
  font-family: icons;
  left: 0.8em;
}

.btn--gray {
  background-color: #ddd;
  border: solid 1px #bababa;
  box-shadow: 0 2px 0 #bababa;
  color: #666;
}

.btn--gray:before {
  position: absolute;
  content: "\f138";
  font-family: icons;
  left: 0.8em;
}

.btn--back:before {
  position: absolute;
  content: "\f137" !important;
  font-family: icons;
  left: 0.8em;
}

.header__external-links {
  margin: 0;
  width: 100%;
  height: 25px;
  background-color: #cd3138;
  color: #fff;
  font-size: 0.7rem;
  position: relative;
}

.header__external-links h1 {
  position: absolute;
  left: 1em;
  display: inline;
  font-size: 0.7rem;
  font-weight: normal;

}

.header__external-links ul {
  margin: 0 auto;
  padding: 0 10px;
  list-style: none;
  height: 25px;
  max-width: 1200px;
  text-align: right;
}

.header__external-links ul li {
  line-height: 25px;
  display: inline-block;
  padding-left: 2em;
}

.header__external-links ul li a {
  color: #fff;
  text-decoration: none;
}

.header__external-links ul li a:before {
  content: "\e928";
  font-family: icons;
  padding-right: 0.4em;
}

_:-ms-fullscreen,
:root .header__external-links ul li a:before {
  content: ">";
  font-family: sans-serif;
}

.header__content {
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  position: relative;
}

.header__content__logo {
  margin: 0;
  padding: 5px 0 0 10px;
  width: 195px;
  position: relative;
  z-index: 10;
}

.header__content__logo img {
  width: 100%;
  height: auto;
}

.header__content__search {
  position: absolute;
  left: 0;
  top: 5px;
  padding-left: 220px;
  width: 65%;
}

.header__content__search dl {
  position: relative;
  background-color: #fff;
  border: 1px solid #d5c8c8;
  border-radius: 2px;
}

.header__content__search dl dt {
  margin-right: 40px;
  padding: 8px 0 8px 8px;
}

.header__content__search dl dt input {
  width: 100%;
  height: 24px;
  line-height: 24px;
  background: none;
  border: none;
  outline: none;
}

.header__content__search dl dt input::placeholder {
  color: #ccc;
}

.header__content__search dl dd {
  position: absolute;
  top: -1px;
  right: -1px;
}

.header__content__search dl dd button {
  display: block;
  padding: 10px;
  background-color: #cd3138;
  border: none;
  border-radius: 0 2px 2px 0;

}

.header__content__search dl dd button span {
  display: block;
  width: 22px;
  height: 22px;
  font-size: 20px;
}

_:-ms-fullscreen,
:root .header__content__search dl dd button span {
  display: block;
  width: 44px;
  height: 22px;
  font-size: 20px;
}

.header__content__search dl dd button span:before {
  content: "\e907";
  font-family: icons;
  color: #fff;
}

_:-ms-fullscreen,
:root .header__content__search dl dd button span:before {
  content: "検索";
  color: #fff;
  vertical-align: middle;
  font-size: 16px;
}

.header__content__menu {
  position: absolute;
  top: 60px;
  right: 0;
  width: 35%;
  padding-right: 10px;
}

.header__content__menu__registration {
  display: none;
}

.header__content__menu--logged-in {
  top: 40px;
}

.header__content__menu__list {
  list-style: none;
  text-align: right;
  font-size: 0;
}

.header__content__menu__list li {
  display: inline-block;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.header__content__menu__list li:after {
  content: "｜";
  margin: 0;
  padding: 0;
}

.header__content__menu__list li:last-child:after {
  content: none;
}

.header__content__menu__list li a {
  color: #5f4b4c;
}

.header__content__menu__list li.header__content__menu__greet {
  margin: 0;
  padding: 0.3em 0 0.7em;
  display: block;
}

.logged-in {
  background: #E8767A;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  margin-left: 0.6em;
  padding: 0.3em 0.8em;
  border-radius: 4px;
}

.logged-in:before {
  content: "\e938";
  font-family: icons;
  margin-right: 0.3em;
}


.header__content__menu__list li.header__content__menu__greet:after {
  content: none;
}

.header__content__menu__inquiry {
  display: none;
}

.header__register__button {
  border-radius: 6px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 0.5em;
  display: block;
  width: 100%;
  margin: 0.5em 0;
  border: none;
  background-color: #ccc;
  font-weight: bold;
  box-shadow: 0 2px 0 #ddd;
}

.header__register__button i {
  color: #fff;
}

.header__register__button--fb {
  background-color: #3b5998;
  box-shadow: 0 2px 0 #1B3365;

}

.header__register__button--mail {
  background-color: #EF6565;
  box-shadow: 0 2px 0 #B25252;
}

.header__register__divide {
  display: block;
  text-align: center;
  position: relative;
  margin: 30px 0;
}

.header__register__divide span {
  width: auto;
  padding: 0 1em;
  background: #fff;
  z-index: 1;
  display: inline-block;
}

.header__register__divide:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #999;
  z-index: -1;

}

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  right: 3.75vw;
  top: 2.8125vw;
  width: 10vw;
  height: 10vw;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 0.9375vw;
  width: 9.375vw;
  margin: 0 0 0 1.25vw;
  background: #CD3138;
  left: 0;
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 3.125vw;
}

#nav-toggle span:nth-child(3) {
  top: 6.25vw;
}

#nav-toggle span:nth-child(4) {
  top: 8.125vw;
  font-size: 2.5vw;
  padding-top: 0.1em;
  letter-spacing: -0.1em;
  height: auto;
  background: none;
  width: 10vw;
  color: #CD3138;
  text-align: center;
}

#nav-toggle-mypage {
  display: none;
  position: absolute;
  z-index: -9999;
}

.header__content__mypage {
  display: none;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  background-color: transparent;
}



.link--alt {
  color: #fff;
}

.link--alt:hover,
.link--alt:focus {
  color: #ddf;
}

.login__gradient {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #bfd255;
  background: linear-gradient(135deg, #fa354c 0%, #1a2980 100%);
  z-index: -1;
}

.login__container {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.login__form {
  overflow: hidden;
  position: relative;
  background: #fff;
  padding: 20px 0 0;
}

.login__form--onpage {
  width: 400px;
  margin: 0 auto;
}

.login__form--onpage p {
  display: block;
  margin-top: 20px;
}

.login__form--choose {
  min-height: 400px;
}

.login__form--alert {
  animation: shake 150ms linear 3;
}

.message {
  max-height: 0;
  line-height: 1.5;
  letter-spacing: 0.1px;
  overflow: hidden;
  transition: max-height 250ms linear;
}

.message--alert {
  max-height: 300px;
  background: #fa354c;
  color: white;
  animation: blink 250ms linear 2;
}

.message__link {
  text-decoration: underline;
  cursor: pointer;
}

.login__message {
  padding: 10px;
  margin: -55px 0 20px -40px;
  width: calc(100% + 80px);
  box-sizing: border-box;
}

.login__title {
  font-family: 'Droid Serif', serif;
  font-style: italic;
  padding: 15px;
  position: absolute;
  margin-top: 0;
  margin-bottom: 20px;
  color: white;
}

.login__fieldset {
  margin-bottom: 30px;
  width: 100%;
  display: block;
}

.login__label {
  text-align: left;
  padding-bottom: 0.3em;
}

.login__fieldset input {
  border: solid 1px #999;
  border-radius: 4px;
}

.login__fieldset--center {
  text-align: center;
}

.login__info {
  text-align: center;
  margin-bottom: 10px;
  color: grey;
}

.login__social {
  cursor: pointer;
}

.icon {
  padding: 5px;
}

.icon--medium {
  width: 45px;
}

.icon--google {
  outline: 1px solid lightgrey;
  outline-offset: -5px;
}

.login__input {
  display: block;
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  padding: 10px;
  margin-bottom: 30px;
  width: 100%;
  box-sizing: border-box;
  transition: border 250ms ease-in-out;
}

.login__input--error {
  border: 1px solid #fa354c;
}

.input__extrainfo {
  color: grey;
  font-size: 0.8rem;
}

.input__message {
  font-size: 0.8rem;
}

.input__message--error {
  color: #fa354c;
}

.login__label {
  font-family: 'Lato', sans-serif;
  font-size: 1rem;
  position: relative;
  display: block;
  margin-top: -1rem;
  transition: transform 200ms ease-in-out, opacity 200ms ease-in-out;
}

.login__button {
  border: transparent;
  margin-top: -5px;
  font-size: 1rem;
  background: #CD3138;
  color: #fff;
  font-weight: bold;
  padding: 15px;
  width: 100%;
  cursor: pointer;
  margin-bottom: 0;
  border-radius: 4px;
  position: relative;
  font-size: 20px;
}

.login__button:before {
  position: absolute;
  content: "\e938";
  font-family: icons;
  left: 1em;
  color: #F4ACAF;
}

.login__button--reminder:before {
  position: absolute;
  content: "\f138";
}

.login__footnote {
  text-align: center;
}

.login__footnote a {
  display: block;
  margin: 0 0 0.5em;
}

.login__footnote a:before {
  content: "\e928";
  font-family: icons;
  margin-right: 0.3em;
}

.statusbar {
  width: 100%;
  height: 5px;
  box-sizing: border-box;
  position: absolute;
  max-height: 0;
  overflow: hidden;
  left: 0;
  bottom: 0;
  transition: max-height 250ms linear;
}

.statusbar--loading {
  max-height: 5px;
  background: linear-gradient(to right, #4cd964, #007aff, #ff2d55, #5856d6, #4cd964);
  background-size: 300% 100%;
  animation: loading 2s linear infinite;
}

.statusbar--alert {
  max-height: 5px;
  background: #fa354c;
  animation: blink 250ms linear 2;
}

@keyframes loading {
  0% {
    background-position: 0% 100%
  }

  100% {
    background-position: 300% 100%
  }
}

@keyframes blink {
  50% {
    background: transparent
  }
}

@keyframes shake {
  25% {
    transform: translateX(-5%)
  }

  50% {
    transform: translateX(5%)
  }
}

.bounce {
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  background-color: #1a2980;
  border-radius: 50%;
  z-index: 1000;
  transform: translate(-50%, -50%) scale(1, 1);
  animation: bounce 850ms linear 1 forwards;
}

.bouce--pre {
  pointer-events: none;
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: #fff;
  animation: fade 250ms linear 1 forwards;
}

@keyframes bounce {
  100% {
    background-color: #fff;
    transform: translate(-50%, -50%) scale(500, 500);
  }
}

@keyframes fade {
  100% {
    opacity: 0;
  }
}

.breadcrumb {
  width: 1000px;
  margin: 0 auto;
  padding: 0.4em 0;
}

.breadcrumb li {
  display: inline-block;
  font-size: 12px;
  color: #666;
}

.breadcrumb li:after {
  content: "\e90f";
  font-family: icons;
}

.breadcrumb li:last-child:after {
  content: none;
}

.main {
  width: 1000px;
  margin: 40px auto;
  padding: 0;
  position: relative;
  display: block;
}

.main__content--1col {
  width: 1000px;
}

.main__content--1col .main__content__inner {
  margin: 0 5%;
}

.main__content--1col .main__content__inner .content {
  width: auto;
}

.main__content--1col article {
  width: auto;
  margin: 0;
  padding: 0 0 2em;
  min-height: 600px;
}

.main__content--1col article h3 {
  font-size: 24px;
  padding: 1em 0;
}

.main__content--1col article p {
  font-size: 14px;
}

.main__content--1col article .date {
  font-size: 12px;
  text-align: right;
}

.main__content--1col article .memorize {
  text-align: center;
  margin: 2em 0 0;
}

.main__content--1col .inner__inquiry {
  border: solid 2px #cd3138;
  padding: 0;
  margin-bottom: 40px;
}

.main__content--1col .inner__inquiry__title {
  background: #cd3138;
  color: #fff;
  margin: 0;
  padding: 0.5em;
  text-align: center;
}

.main__content--1col .content__inquiry__box__button {
  margin: 0 25px;
  font-size: 24px;
  display: flex;
  padding: 20px;
}


.main__box__notes {
  width: auto;
  border: solid 1px #cd3138;
  margin: 50px 0 0;
  padding: 0;
  line-height: 1.5;
}

.main__box__notes h3 {
  background: #cd3138;
  color: #fff;
  margin: 0;
  padding: 0.4em 0.7em;
  font-size: 16px;
}

.main__box__notes p {
  font-size: 14px;
  padding: 0.5em 2em 0;
}

.main__box__notes__number {
  padding: 0;
  text-align: center;
}

.main__box__notes__number span {
  display: block;
}

/* common article style */

.common__article {
  margin: 0 15px;
  padding: 0 0 30px;
  border-bottom: solid 2px #ccc;
}

.common__article hr {
  background: #ddd;
  height: 2px;
  -webkit-appearance: none;
  border: none;
}

.common__article h3 {
  font-size: 20px;
  color: #773a3d;
  background: #ffedee;
  padding: 0.5em;
}

.common__article h4 {
  font-size: 18px;
  width: auto;
  display: inline-block;
  color: #773a3d;
  border-top: dotted 2px #B5B5B5;
  border-bottom: dotted 2px #B5B5B5;
  padding: 0.5em 0;
}

.common__article h5 {
  font-size: 18px;
}

.common__article h6 {
  font-size: 16px;
}

.common__article p {
  display: block;
  padding: 0 0 0.8em;
  line-height: 1.5;
}

.common__article__image {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
  margin: 30px 0;
}

.common__article__image--tall {
  height: 600px;
}

.common__article__image--taller {
  height: 750px;
}

.common__article__image img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.common__article__image:after {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 0.8em 0.5em 0;
  font-size: 12px;
  content: "イメージ";
  color: #fff;
  text-shadow:
    black 1px 1px 0, black -1px -1px 0,
    /*右下、左上*/
    black -1px 1px 0, black 1px -1px 0,
    /*右上、左下*/
    black 0px 1px 0, black 0 -1px 0,
    /*右、左*/
    black -1px 0 0, black 1px 0 0;
  /*上、下*/
}

.common__article__list {
  list-style: none;
  font-size: 16px;
  color: #434343;
}

.common__article__list--bold {
  font-weight: bold;
}

.common__article__list li {
  padding: 0 0 0.5em 3em;
  position: relative;
}

.common__article__list li:before {
  position: absolute;
  left: 0em;
  content: "・";
}

.common__article ul {
  list-style: none;
  font-size: 16px;
  color: #434343;
}

.common__article ul.bold {
  font-weight: bold;
}

.common__article ul li {
  padding: 0 0 0.5em 1.3em;
  position: relative;
}

.common__article ul li:before {
  position: absolute;
  left: 0em;
  content: "・";
}

.common__article ul.star {
  font-weight: bold;
  margin: 2em 0;
}

.common__article ul.star li:before {
  content: "";
}

.common__article ul.star li span.cyan {
  color: steelblue;
  margin: 0 0 0 1em;
}

.common__article ol {
  padding-left: 2em;
  margin: 2em 0;
}

.common__article ol li {
  padding: 0 0 0.8em 1.5em;
  line-height: 1.5;
}

.common__article ol li strong {
  font-size: 1.2em;
  line-height: 1.8em;
}

.common__article table {
  font-size: 90%;
  width: 100%;
  margin: 30px 0;
  background-color: #fafafa;
  line-height: 2em;
  border-collapse: separate;
  border-spacing: 0;
  border: 2px solid #ddd;
  border-radius: 6px;
  /* CSS3草案 */
}

.common__article table tr {}

.common__article table tr th,
.common__article table tr td {
  font-size: 13px;
  line-height: 1.2em;
  margin: 5px;
  padding: 0.7em 0.5em;
  /*border-top: solid 1px #ddd;*/
}

.common__article table tr th {
  font-weight: bold;
  width: 35%;
  /*border-top: solid 1px #ddd;*/
  border-right: solid 1px #ddd;
}

.common__article table.outline tr th {
  font-weight: bold;
  width: 35%;
  border-top: solid 1px #fff;
  background: #eee;
}

.common__article table tr td {}

.common__article table.outline tr td {
  border-top: solid 1px #ddd;
}

.common__article table tr:first-child td {
  border-top: none;
}

.common__article table tr th:first-child,
.common__article table tr td:first-child {
  border-left: none;
}

.common__article table .caption {
  background-color: #eee;
}

.common__article table .caption {
  font-weight: bold;
  font-size: 125%;
  color: #0075c2;
  line-height: 1.3em;
  margin-bottom: 10px;
  margin: 15px 5px;
}

.common__article table tr td.caption:before {
  content: "■ ";
}

.footer {
  width: 100%;
  clear: both;
}

.footer__bnr {
  width: 1000px;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  min-height: 60px;
}

.footer__bnr li {
  width: 18%;
  padding: 0;
  text-align: center;
}

.footer__bnr__servicename {
  display: block;
  color: #999;
  font-size: 11px;
  font-weight: bold;
  padding: 0 0 0.8em;
  line-height: 1.4;
}

/*.footer__bnr__servicename br {
  display: none;
}*/

.footer__bnr li img {
  width: 80%;
  height: auto;
}

_:-ms-fullscreen,
:root .footer__bnr li img {
  width: 80%;
  height: auto;
}

.footer__social {
  width: 1000px;
  margin: 50px auto;
  display: flex;
  justify-content: flex-end;
  min-height: 48px;
}

.footer__social li {
  margin-left: 20px;
  font-size: 48px;
}

.footer__social li img {
  width: 48px;
  height: auto;
}

.icon-twitter {
  color: #55acee;
}

.icon-facebook {
  color: #3b5998;
}

.footer__content {
  max-width: 1000px;
  margin: 0 auto;
}

.footer__content h3 {
  font-size: 16px;
  border-left: solid 6px #DCDCDC;
  margin: 2em 0 1em;
  padding-left: 0.6em;
}

.footer__area-link {
  font-size: 12px;
  text-align: center;
  line-height: 1.6;
  padding: 0 60px;
  font-size: 0;
}

.footer__area-link--al {
  text-align: left;
}

.footer__area-link:before {
  color: #777;
}

.footer__area-link li {}

.footer__area-link li:before {
  content: "｜";
  color: #777;
  margin-left: -1em;
}

.footer__area-link li {
  display: inline-block;
  font-size: 12px;
}

.footer__area-link li a {}

.footer__area-link li:after {
  content: "｜";
  color: #777;
}

.footer__area-link--company {
  border-top: solid 2px #EEE;
  margin: 50px 0 0;
  padding-top: 1em;
}

.footer__area-link--company li {
  margin: 1em 0;
}

.footer__copyright {
  margin: 0;
  width: 100%;
  height: 25px;
  background-color: #cd3138;
  color: #fff;
  font-size: 0.7rem;
  text-align: center;
}

.footer__copyright p {
  height: 25px;
  line-height: 25px;
  margin: 0;
  padding: 0;
}

#pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 18px;
  font-weight: bold;
  z-index: 9999;
}

#pagetop a {
  background: rgba(205, 49, 56, 0.8);
  text-decoration: none;
  color: #fff;
  width: 80px;
  height: 80px;
  padding-top: 40px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  position: relative;
}

#pagetop a:before {
  content: "\e913";
  font-family: icons;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 32px;
  text-align: center;
  padding: -1em 0 0;
  line-height: 1;
}

_:-ms-fullscreen,
:root #pagetop a:before {
  content: "▲";
  font-family: sans-serif;
}

#pagetop a:hover {
  text-decoration: none;
}

.notes {
  color: #CC0000;
}

.ac {
  text-align: center;
}

.ar {
  text-align: right;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt50 {
  padding-top: 50px;
}

.pt60 {
  padding-top: 60px;
}

.pt70 {
  padding-top: 70px;
}

.pt80 {
  padding-top: 80px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb80 {
  padding-bottom: 80px;
}

.fc-red {
  color: #cd3138 !important;
}

.fc-gray {
  color: #666 !important;
}

.font-small {
  font-size: 10px !important;
}

.font-large {
  font-size: 18px !important;
}

.font-xlarge {
  font-size: 24px !important;
}

.font-xxlarge {}

.font-bold {
  font-weight: bold;
}

.show-sp {
  display: none !important;
}

.show-pc {
  display: block;
}

.login-p-title {
  font-size: 18px !important;
}

.login-p {
  max-width: 600px;
  margin: auto;
}


@media screen and (max-width: 1000px) {

  .header__content__logo {
    margin: 0;
    padding: 70px 0 0 10px;
    width: 180px;
  }

  .header__content__logo.tokai img {
    margin-top: 17px !important;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
  }


  .header__content__logo img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 10px;
    margin: auto;
  }

  .header__content__search {
    padding-left: 200px;
    width: 67%
  }

  .header__content__search dl dt {
    margin-right: 40px;
    padding: 8px 0 8px 8px;
  }

  .header__content__search dl dt input {
    height: 20px;
    line-height: 20px;
    font-size: 12px;
  }

  .header__content__search dl dd button {
    padding: 10px;
  }

  .header__content__search dl dd button span {
    width: 18px;
    height: 18px;
    font-size: 16px;
  }

  .header__content__menu {
    width: 170px;
    top: 30px;
    padding-right: 5px;
  }

  .header__content__menu--logged-in {
    top: 40px;
    width: 35%;
  }

  .header__content__menu__list {

    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-end;

  }

  .header__content__menu__list li {
    font-size: 12px;
    /*width: 33.3%;*/
    width: auto;
    text-align: center;
    padding: 0.1em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 5px;
    letter-spacing: -0.05em;
  }


  /*.header__content__menu__list li:nth-child(odd) {
    border-left: solid 1px #ccc;
  }*/

  .header__content__menu__list li.header__content__menu__greet {
    display: block;
    width: 100%;
    border: none;
    text-align: right;
    letter-spacing: 0;
  }

  .header__content__menu__list li.header__content__menu__greet .logged-in {
    font-size: 10px;
  }

  .header__content__menu__list li a {
    display: block;
    text-align: center;
    width: 100%;
  }

  .breadcrumb {
    width: auto;
    margin: 0 10px;
  }

  .main {
    width: 100%;

  }

  .main__content {
    width: auto;
    float: none;
  }

  .main__content--1col {
    width: auto;
  }

  .main__content--1col article {
    width: auto;
    margin: 0 5%;
    min-height: 600px;
  }

  .main__content--1col .inner__inquiry {
    border: solid 2px #cd3138;
    padding: 0;
    margin-bottom: 40px;
  }

  .main__content--1col .inner__inquiry__title {
    background: #cd3138;
    color: #fff;
    margin: 0;
    padding: 0.5em;
    text-align: center;
  }

  .main__content--1col .content__inquiry__box__button {
    margin: 0 4.375vw 4.375vw;
    padding-top: 0;
    font-size: 5vw;
    display: block;
  }

  .main__content--1col .content__inquiry__box__button li {
    margin-top: 25px;
  }

  .main__content--1col .content__inquiry__box__button li a {
    height: 8.75vw;
  }

  .main__content--1col .content__inquiry__box__button li a:before {
    font-size: 32px;
  }

  .footer__bnr {
    width: 100%;
    margin: 50px 10px;
  }

  .footer__bnr li a img {
    width: 80%;
    height: auto;
  }

  .footer__bnr__servicename {
    font-size: 10px;
  }

  .footer__bnr__servicename br {
    display: block;
  }

  .footer__social {
    width: auto;
    justify-content: center;
    margin: 30px 0 0;
  }

  .footer__social li {
    margin-left: 0.2em;
    margin-right: 0.2em;
    font-size: 48px;
  }

  .footer__content {
    width: auto;
    margin: 0 10px;
  }
}

@media screen and (max-width: 768px) {

  a,
  button,
  a:hover {
    transition-property: none;
    transition: none;
    opacity: 1;
  }

  .main {
    margin: 30px 0 0;
  }

  .header__content__search {
    padding-left: 160px;
  }

  .header__external-links h1 {
    display: none;
  }

  .header__content__logo {
    margin: 0;
    padding: 70px 0 0;
    width: 140px;
  }

  .header__content__menu {
    top: 45px;
    width: auto;
  }

  .header__content__menu__list {
    width: auto;
  }

  .header__content__menu__list li {
    width: 6em;
    padding: 0;
  }

  .header__content__menu__list li:nth-child(-n+2) {
    display: none;
  }

  .main__result__sidebar__box__inner .select__container {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .main__result__sidebar__box__inner .select-wrap {
    width: 11em;
    margin: 0;
  }

  .main__result__sidebar__box__inner .select-wrap::after {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    right: 0;
    top: 50%;
    content: "\e929";
    font-family: icons;
    color: #ADADAD;
    font-size: 18px;
    margin-top: -0.7em;
  }

  .main__result__sidebar__search__wave {
    margin: 0 0.5em
  }
}

@media screen and (max-width:480px) {

  body {
    min-width: 1px;
  }

  input[type=radio],
  input[type=checkbox] {
    width: 4.375vw;
    height: 4.375vw;
    margin-right: 1.5625vw;
  }

  input[type=radio] {
    border-radius: 50%;
  }

  input[type=checkbox]:checked {
    background-color: #EF6565;
    outline: none;
  }

  input[type=radio]:checked {
    background: #EF6565;
    outline: none;
  }

  input[type=radio]:checked+label {
    color: #EF6565;
  }

  .radio+label {
    margin-left: 22px;
    position: relative;
  }

  .radio+label::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: -22px;
    width: 14px;
    height: 14px;
    border: solid 2px #E8B9B9;
    border-radius: 50%;
  }

  .radio:checked+label {
    color: #EF6565;
    font-weight: bold;
  }

  .radio:checked+label::after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: -18px;
    width: 10px;
    height: 10px;
    background: #EF6565;
    border-radius: 50%;
    transform: scale(1, 1);
  }

  .checkbox-parts {
    padding-left: 6.875vw;
  }

  .checkbox-parts::before {
    top: -0.3125vw;
    width: 4.375vw;
    height: 4.375vw;
  }

  .checkbox-input:checked+.checkbox-parts::after {
    top: 0.3125vw;
    left: 1.5625vw;
    width: 1.25vw;
    height: 2.5vw;
    border-bottom: 0.9375vw solid #fff;
    border-right: 0.9375vw solid #fff;
  }

  /* button style ---------- */

  .btn__area {
    display: block;
    text-align: center;
    margin: 5.625vw 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    box-orient: vertical;
  }

  .btn__area li {
    display: block;
    margin: 0;
    padding: 0;
  }

  .btn__area li.btn__back {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }

  .btn__area li.btn__enter {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
  }

  .btn {
    margin: 3.125vw 2.5vw 0;
    font-size: 5vw;
    padding: 0.5em 2.5em;
  }

  .btn--large {
    font-size: 4.6875vw;

  }

  .btn--medium {
    font-size: 3.75vw;
  }

  .btn--small {
    font-size: 3.125vw;
  }

  .btn--red {
    background-color: #CD3138;
    border: solid 1px #892227;
    box-shadow: 0 2px 0 #892227;
    color: #fff;
  }

  .btn--red:before {
    position: absolute;
    content: "\f138";
    font-family: icons;
    left: 0.8em;
  }

  _:-ms-fullscreen,
  :root .btn--red:before {
    content: "≫";
    font-family: sans-serif;
  }

  .btn--pink {
    background-color: #FCF0F0;
    border: solid 1px #EBBEBE;
    box-shadow: 0 2px 0 #EBBEBE;
    color: #cd3138;
  }

  .btn--pink:before {
    position: absolute;
    content: "\f138";
    font-family: icons;
    left: 0.8em;
  }

  _:-ms-fullscreen,
  :root .btn--pink:before {
    content: "≫";
    font-family: sans-serif;
  }

  header {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 15vw;
    border-bottom: none;
    position: relative;
  }

  .header__external-links {
    display: none;
  }

  .header__content {
    position: relative;
    background: #fff;
    z-index: 4;
    height: 15vw;
    border-bottom: solid 2px #e5e5e5;
  }


  .header__content__logo {
    margin: 0;
    padding: 12.5vw 0 0;
    width: 30%;
  }

  .header__content__search {
    display: none;
  }

  .header__content__menu {
    position: absolute;
    /*top: 0;*/
    top: 15vw;
    left: 100vw;
    width: 100%;
    height: auto;
    background: #fff;
    margin: 0;
    padding: 0;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    z-index: 3;
    border-bottom: solid 2px #eee;
  }

  .header__content__menu__registration {
    padding: 0;
    margin: 0;
  }

  .header__content__menu__registration a {
    margin: 4.375vw 4.375vw 0;
    width: auto;
    text-align: center;
    font-size: 6.25vw;
    font-weight: bold;
    padding: 3.125vw 0;
    background-color: #CD3138;
    border: solid 1px #892227;
    border-radius: 4px;
    box-shadow: 0 2px 0 #892227;
    color: #fff;
    display: block;
    position: relative;
  }

  .header__content__menu__list {
    width: 100%;
    margin: 0;
    padding: 3.125vw 0;
    display: block;
    background: #fdfdfd;
  }

  .header__content__menu__list li {
    flex: none;
    width: auto;
    display: block;
    padding: 0.3em 0;
    margin: 0 2.5vw;
    border-right: none;
    border-left: none !important;
    text-align: left;
    font-size: 4.375vw;
    letter-spacing: 0;
    border-bottom: solid 2px #eee;
    font-weight: bold;
  }

  .header__content__menu__list li:nth-child(-n+2) {
    display: block;
  }

  .header__content__menu__list li.header__content__menu__greet {
    text-align: center;
    font-size: 3.75vw;
  }

  .header__content__menu__list__title {
    font-weight: bold;
    padding: 2.5vw 0;
    display: block;
  }

  .header__content__menu__list__title:before {
    content: "\e919";
    font-family: icons;
    margin-right: 0.3em;
  }

  _:-ms-fullscreen,
  :root .header__content__menu__list__title:before {
    content: "▼";
    font-family: sans-serif;
  }

  .header__content__menu__list li:after {
    content: none !important;
  }

  .header__content__menu__list li a {
    text-align: left;
    padding: 0.5em 0 0;
    display: inline-block;
  }

  .header__content__menu__list li ul {
    padding-top: 0.4em;
    display: flex;
    flex-wrap: wrap;
  }

  .header__content__menu__list li ul li {
    border-bottom: none;
    font-size: 3.75vw;
    margin: 0;
    padding: 0;
    /*border-bottom: dotted 1px #ddd;*/
    font-weight: normal;
    width: 50%;
  }

  .header__content__menu__list li ul li a {
    padding: 0.6em 0 1.2em;
    padding-left: 0.2em;
    position: relative;

  }

  .header__content__menu__list li ul li a:before {
    content: "\e928";
    font-family: icons;
    color: #ccc;
    margin-right: 0.3em;
  }

  _:-ms-fullscreen,
  :root p.header__content__menu__list li ul li a:before {
    content: ">";
    font-family: sans-serif;
  }


  .header__content__menu__list li ul li:last-child {
    border-bottom: none;
  }

  .header__content__menu__inquiry {
    margin: 0 3.125vw;
    display: block;

  }

  .header__content__menu__inquiry__title {
    padding: 0 0 2.5vw;
    font-size: 4.375vw;
  }

  .header__content__menu__inquiry__title:before {
    content: "\e919";
    font-family: icons;
    margin-right: 0.3em;
  }

  _:-ms-fullscreen,
  :root .header__content__menu__inquiry__title:before {
    content: "▼";
    font-family: sans-serif;
  }

  .header__content__menu__inquiry__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 4.375vw;
  }

  .header__content__menu__inquiry__button li {
    width: 49%;
  }

  .header__content__menu__inquiry__button li a {
    color: #fff;
    text-align: center;
    padding: 0.8em 0 0.8em 0.7em;
    display: block;
    background: #1A88A2;
    border-radius: 4px;
    position: relative;
    font-size: 3.75vw;
    font-weight: bold;
  }

  .header__content__menu__inquiry__button li a:before {
    position: absolute;
    left: 0.4em;
    top: 0.4em;
    content: "\e942";
    font-family: icons;
    margin-right: 0.2em;
    font-weight: normal;
    font-size: 5vw;
  }

  .header__content__menu__inquiry__button li:last-child a {
    background: #62B12A;
  }

  .header__content__menu__inquiry__button li:last-child a:before {
    content: "\e904";
  }

  /* Toggle Button */
  #nav-toggle {
    display: block;
  }

  /* #nav-toggle 切り替えアニメーション */
  .openmenu #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }

  .openmenu #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }

  .openmenu #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }

  /* #global-nav スライドアニメーション */
  .openmenu .header__content__menu {
    /* #global-nav top + #mobile-head height */
    /*-moz-transform: translateY(187.5vw);
    -webkit-transform: translateY(187.5vw);
    transform: translateY(187.5vw);*/
    position: absolute;
    top: 15vw;
    left: 0;
  }

  #modal-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
  }

  .openmenu:after {
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 2;
    animation: fadeIn .1s ease 0s 1 normal;
    -webkit-animation: fadeIn .1s ease 0s 1 normal;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  /* Toggle Button for mypage */
  #nav-toggle-mypage {
    display: block;
    position: absolute;
    right: 15.625vw;
    top: 2.5vw;
    width: 15.625vw;
    height: 10.625vw;
    cursor: pointer;
    z-index: 101;
    border-left: solid 2px #E7CDCD;
    border-right: solid 2px #E7CDCD;
    padding-right: 0.9375vw;
  }

  #nav-toggle-mypage div {
    position: relative;
  }

  #nav-toggle-mypage span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    margin: 0 5%;
    text-align: center;
    left: 0;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
  }

  #nav-toggle-mypage span:nth-child(1):after {
    top: 0;
    content: "\e903";
    font-family: icons;
    font-size: 7.5vw;
    color: #CD3138;
  }

  #nav-toggle-mypage span.login:nth-child(1):after {
    top: 0;
    content: "\ea13";
    font-family: icons;
    font-size: 7.5vw;
    color: #CD3138;
  }

  #nav-toggle-mypage span:last-child {
    top: 8.4375vw;
    font-size: 2.5vw;
    padding-top: 0.1em;
    letter-spacing: -0.1em;
    height: auto;
    background: none;
    width: 100%;
    margin: 0;
    color: #CD3138;
  }

  /* #global-nav スライドアニメーション */
  .open-mypage .header__content__menu__mypage {
    /* #global-nav top + #mobile-head height */
    -moz-transform: translateY(187.5vw);
    -webkit-transform: translateY(187.5vw);
    transform: translateY(187.5vw);
  }

  .header__content__mypage {
    padding: 0;
    position: relative;
    display: block;
  }

  .header__content__mypage h2 {
    font-size: 5vw;
    background: #cd3138;
    color: #fff;
    margin: 0;
    padding: 0.5em;
  }

  .header__content__mypage__list {
    margin: 3.125vw 2.5vw 0;

  }

  .header__content__mypage__list li {
    border-bottom: solid 2px #ddd;
  }

  .header__content__mypage__list li a {
    padding: 0.6em 0;
    display: block;
    color: #5f4b4c;
    font-size: 4.375vw;
  }

  .header__content__mypage__list li a:before {
    content: "\e91b";
    font-family: icons;
    margin-right: 0.3em;
  }

  .header__content__mypage__list__title {
    font-size: 4.375vw;
    font-weight: bold;
    padding: 2.5vw 0;
    display: block;
  }

  .header__content__mypage__list__title:before {
    content: "\e919";
    font-family: icons;
    margin-right: 0.3em;
  }

  _:-ms-fullscreen,
  :root .header__content__mypage__list__title:before {
    content: "▼";
    font-family: sans-serif;
  }

  .header__content__mypage__list li ul {}

  .header__content__mypage__list li ul li {
    padding: 0 0 0 0.5em;
    text-align: left;
    font-weight: normal;
    border-bottom: dotted 1px #ddd;
  }

  .header__content__mypage__list li ul li:last-child {
    border-bottom: none;
  }

  .header__content__mypage__list li ul li a {
    font-size: 3.75vw;
    position: relative;
    padding: 0.6em;
  }

  .header__content__mypage__list li ul li a:before {
    content: none;
  }

  .header__content__mypage__list li ul li a:after {
    content: "\e916";
    font-family: icons;
    position: absolute;
    right: 0;
    color: #ccc;
  }

  .close-modal-mypage {
    font-size: 5.625vw;
    padding: 0;
    width: 8.75vw;
    height: 8.75vw;
    position: absolute;
    top: 1.875vw;
    left: 2.5vw;
    color: #fff;
    display: block;
    z-index: 9999;
    cursor: pointer;
  }

  .main {
    width: auto;
    margin: 0;
  }

  .main__content--1col {
    width: auto;
  }

  .main__content--1col .main__content__inner {
    margin: 0;
  }



  .main__content--1col article {
    width: auto;
    margin: 0 2.5vw;
    min-height: 60vw;
    line-height: 1.4;
  }

  .main__content--1col article p {
    font-size: 3.75vw;
  }

  .main__content--1col article h3 {
    font-size: 6.25vw;
  }

  .main__content--1col article .date {
    font-size: 3.75vw;
  }

  .main__content--1col .content__inquiry__box__button li a {
    height: 18.75vw;

  }

  .main__content--1col .content__inquiry__box__button li a:before {
    font-size: 8vw;
    left: 2.5vw;
  }

  .breadcrumb {
    display: none;
  }

  .login__form--onpage {
    width: auto;
    margin: 0;
  }

  /* common article style */

  .common__article {
    margin: 0;
    line-height: 1.4;
    font-size: 3.75vw;
  }

  .common__article h3 {
    font-size: 6.25vw;
  }

  .common__article h4 {
    font-size: 5.625vw;
  }

  .common__article h5 {
    font-size: 5vw;
  }

  .common__article h6 {
    font-size: 4.375vw;
  }

  .common__article p {
    display: block;
    padding: 0 0 0.6em;
    font-size: 3.75vw;
  }

  .common__article__list {
    font-size: 4.375vw;
    color: #434343;
  }

  .common__article__image {
    width: 100%;
    height: 50vw;
  }

  .common__article__image--tall {
    height: 60vw;
  }

  .common__article__image--taller {
    height: 75vw;
  }

  .show-sp {
    display: block !important;
    width: auto;
  }

  .show-pc {
    display: none !important;
  }

  .footer__bnr {
    display: none;
  }

  .footer__social {
    margin: 5.625vw 0 0;
  }

  .footer__social li {
    font-size: 12.5vw;
  }

  .footer__content h3,
  .footer__area-link {
    display: none;
  }

  .footer__area-link--company {
    display: block;
    padding: 0 0 18.75vw;
    border-top: 0;
  }

  .footer__area-link--company li:nth-last-child(-n+2) {
    display: none;
  }

  .footer__area-link li:before {
    content: "";
  }

  .footer__area-link li:first-child:before {
    content: "｜";
  }

  .footer__area-link li:after {
    content: "｜";
    color: #777;
    margin-right: 1em;
  }

  #pagetop {
    font-size: 4.375vw;
  }

  #pagetop a {
    width: 12.5vw;
    height: 12.5vw;
    padding-top: 6.25vw;
  }

  #pagetop a:before {
    top: 0;
    left: 0;
    font-size: 10vw;
  }

  #pagetop a:hover {
    opacity: 1;
  }

  .font-small {}

  .font-small {}

  .font-large {
    font-size: 5vw !important;
  }

  .font-xlarge {
    font-size: 7.5vw !important;
  }

  .font-xxlarge {}

  .login-p-title {
    max-width: 100%;
    font-size: 4vw !important;
    text-align: left;
  }

  .login-p {
    max-width: 100%;
    font-size: 4.375vw;
    text-align: center;
    font-weight: bold;
  }
}


/* icon-font */

@font-face {
  font-family: 'icons';
  src: url('../fonts/icons.eot?apqkzr');
  src: url('../fonts/icons.eot?apqkzr#iefix') format('embedded-opentype'),
    url('../fonts/icons.ttf?apqkzr') format('truetype'),
    url('../fonts/icons.woff?apqkzr') format('woff'),
    url('../fonts/icons.svg?apqkzr#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-lock-open:before {
  content: "\e937";
}

.icon-lock:before {
  content: "\e938";
}

.icon-waste-bin:before {
  content: "\e941";
}

.icon-file-signature:before {
  content: "\e93f";
  color: #4b4b4b;
}

.icon-buliding:before {
  content: "\e93c";
  color: #4b4b4b;
}

.icon-check-file:before {
  content: "\e93a";
  color: #4b4b4b;
}

.icon-history-clock:before {
  content: "\e93b";
}

.icon-bukenavi:before {
  content: "\e92c";
}

.icon-facebook:before {
  content: "\e92a";
}

.icon-twitter:before {
  content: "\e92b";
}

.icon-tri-up:before {
  content: "\e920";
}

.icon-tri-left:before {
  content: "\e927";
}

.icon-tri-right:before {
  content: "\e928";
}

.icon-tri-down:before {
  content: "\e929";
}

.icon-heart:before {
  content: "\e90a";
  color: #4b4b4b;
}

.icon-station1:before {
  content: "\e90b";
}

.icon-user:before {
  content: "\e903";
}

.icon-envelope2:before {
  content: "\e904";
}

.icon-exclusive:before {
  content: "\e905";
}

.icon-glasses:before {
  content: "\e906";
}

.icon-loupe:before {
  content: "\e907";
}

.icon-ic_new:before {
  content: "\e908";
}

.icon-cheers:before {
  content: "\e909";
}

.icon-station2:before {
  content: "\e90c";
}

.icon-play:before {
  content: "\e900";
}

.icon-play-alt:before {
  content: "\e901";
}

.icon-map-pin-fill:before {
  content: "\e902";
}

.icon-home2:before {
  content: "\e943";
}

.icon-home22:before {
  content: "\e944";
}

.icon-home3:before {
  content: "\e946";
}

.icon-office:before {
  content: "\e949";
}

.icon-newspaper:before {
  content: "\e94a";
}

.icon-pencil2:before {
  content: "\e94b";
}

.icon-pencil22:before {
  content: "\e94c";
}

.icon-quill:before {
  content: "\e94d";
}

.icon-pen:before {
  content: "\e94e";
}

.icon-blog:before {
  content: "\e94f";
}

.icon-eyedropper2:before {
  content: "\e950";
}

.icon-droplet:before {
  content: "\e951";
}

.icon-paint-format:before {
  content: "\e952";
}

.icon-image2:before {
  content: "\e953";
}

.icon-images:before {
  content: "\e954";
}

.icon-camera2:before {
  content: "\e955";
}

.icon-headphones2:before {
  content: "\e959";
}

.icon-music2:before {
  content: "\e95a";
}

.icon-play3:before {
  content: "\e95b";
}

.icon-film2:before {
  content: "\e95c";
}

.icon-video-camera2:before {
  content: "\e95d";
}

.icon-dice:before {
  content: "\e95e";
}

.icon-pacman:before {
  content: "\e95f";
}

.icon-spades:before {
  content: "\e960";
}

.icon-clubs:before {
  content: "\e961";
}

.icon-diamonds:before {
  content: "\e962";
}

.icon-bullhorn2:before {
  content: "\e963";
}

.icon-connection:before {
  content: "\e964";
}

.icon-podcast2:before {
  content: "\e965";
}

.icon-feed2:before {
  content: "\e966";
}

.icon-mic:before {
  content: "\e967";
}

.icon-book2:before {
  content: "\e968";
}

.icon-books:before {
  content: "\e96e";
}

.icon-library:before {
  content: "\e96f";
}

.icon-file-text2:before {
  content: "\e970";
}

.icon-profile:before {
  content: "\e971";
}

.icon-file-empty:before {
  content: "\e972";
}

.icon-files-empty:before {
  content: "\e973";
}

.icon-file-text22:before {
  content: "\e974";
}

.icon-file-picture:before {
  content: "\e975";
}

.icon-file-music:before {
  content: "\e976";
}

.icon-file-play:before {
  content: "\e977";
}

.icon-file-video:before {
  content: "\e978";
}

.icon-file-zip:before {
  content: "\e979";
}

.icon-copy2:before {
  content: "\e97a";
}

.icon-paste2:before {
  content: "\e97b";
}

.icon-stack:before {
  content: "\e97c";
}

.icon-folder2:before {
  content: "\e97d";
}

.icon-folder-open2:before {
  content: "\e97e";
}

.icon-folder-plus:before {
  content: "\e97f";
}

.icon-folder-minus:before {
  content: "\e980";
}

.icon-folder-download:before {
  content: "\e981";
}

.icon-folder-upload:before {
  content: "\e982";
}

.icon-price-tag:before {
  content: "\e983";
}

.icon-price-tags:before {
  content: "\e984";
}

.icon-barcode2:before {
  content: "\e985";
}

.icon-qrcode2:before {
  content: "\e986";
}

.icon-ticket2:before {
  content: "\e987";
}

.icon-cart:before {
  content: "\e988";
}

.icon-coin-dollar:before {
  content: "\e989";
}

.icon-coin-euro:before {
  content: "\e98a";
}

.icon-coin-pound:before {
  content: "\e98b";
}

.icon-coin-yen:before {
  content: "\e98c";
}

.icon-credit-card2:before {
  content: "\e98d";
}

.icon-calculator2:before {
  content: "\e98e";
}

.icon-lifebuoy:before {
  content: "\e98f";
}

.icon-phone2:before {
  content: "\e942";
}

.icon-phone-hang-up:before {
  content: "\e990";
}

.icon-address-book2:before {
  content: "\e991";
}

.icon-envelope1:before {
  content: "\e945";
}

.icon-pushpin:before {
  content: "\e992";
}

.icon-location:before {
  content: "\e947";
}

.icon-location2:before {
  content: "\e948";
}

.icon-compass2:before {
  content: "\e993";
}

.icon-compass22:before {
  content: "\e994";
}

.icon-map2:before {
  content: "\e995";
}

.icon-map22:before {
  content: "\e996";
}

.icon-history2:before {
  content: "\e997";
}

.icon-clock:before {
  content: "\e998";
}

.icon-clock2:before {
  content: "\e999";
}

.icon-alarm:before {
  content: "\e99a";
}

.icon-bell2:before {
  content: "\e99b";
}

.icon-stopwatch:before {
  content: "\e99c";
}

.icon-calendar2:before {
  content: "\e99d";
}

.icon-printer:before {
  content: "\e99e";
}

.icon-keyboard:before {
  content: "\e99f";
}

.icon-display:before {
  content: "\e956";
}

.icon-laptop2:before {
  content: "\e957";
}

.icon-mobile2:before {
  content: "\e958";
}

.icon-mobile22:before {
  content: "\e9a0";
}

.icon-tablet2:before {
  content: "\e9a1";
}

.icon-tv2:before {
  content: "\e9a2";
}

.icon-drawer:before {
  content: "\e9a3";
}

.icon-drawer2:before {
  content: "\e9a4";
}

.icon-box-add:before {
  content: "\e9a5";
}

.icon-box-remove:before {
  content: "\e9a6";
}

.icon-download2:before {
  content: "\e9a7";
}

.icon-upload2:before {
  content: "\e9a8";
}

.icon-floppy-disk:before {
  content: "\e9a9";
}

.icon-drive:before {
  content: "\e9aa";
}

.icon-database2:before {
  content: "\e9ab";
}

.icon-undo2:before {
  content: "\e9ac";
}

.icon-redo:before {
  content: "\e9ad";
}

.icon-undo22:before {
  content: "\e9ae";
}

.icon-redo2:before {
  content: "\e9af";
}

.icon-forward2:before {
  content: "\e969";
}

.icon-reply2:before {
  content: "\e96a";
}

.icon-bubble:before {
  content: "\e96b";
}

.icon-bubbles:before {
  content: "\e96c";
}

.icon-bubbles2:before {
  content: "\e96d";
}

.icon-bubble2:before {
  content: "\e9b0";
}

.icon-bubbles3:before {
  content: "\e9b1";
}

.icon-bubbles4:before {
  content: "\e9b2";
}

.icon-user3:before {
  content: "\e9b3";
}

.icon-users2:before {
  content: "\e9b4";
}

.icon-user-plus2:before {
  content: "\e9b5";
}

.icon-user-minus:before {
  content: "\e9b6";
}

.icon-user-check:before {
  content: "\e9b7";
}

.icon-user-tie:before {
  content: "\e9b8";
}

.icon-quotes-left:before {
  content: "\e9b9";
}

.icon-quotes-right:before {
  content: "\e9ba";
}

.icon-hour-glass:before {
  content: "\e9bb";
}

.icon-spinner2:before {
  content: "\e9bc";
}

.icon-spinner22:before {
  content: "\e9bd";
}

.icon-spinner3:before {
  content: "\e9be";
}

.icon-spinner4:before {
  content: "\e9bf";
}

.icon-spinner5:before {
  content: "\e9c0";
}

.icon-spinner6:before {
  content: "\e9c1";
}

.icon-spinner7:before {
  content: "\e9c2";
}

.icon-spinner8:before {
  content: "\e9c3";
}

.icon-spinner9:before {
  content: "\e9c4";
}

.icon-spinner10:before {
  content: "\e9c5";
}

.icon-spinner11:before {
  content: "\e9c6";
}

.icon-binoculars2:before {
  content: "\e9c7";
}

.icon-search2:before {
  content: "\e9c8";
}

.icon-zoom-in2:before {
  content: "\e9c9";
}

.icon-zoom-out2:before {
  content: "\e9ca";
}

.icon-enlarge:before {
  content: "\e9cb";
}

.icon-shrink:before {
  content: "\e9cc";
}

.icon-enlarge2:before {
  content: "\e9cd";
}

.icon-shrink2:before {
  content: "\e9ce";
}

.icon-key3:before {
  content: "\e9cf";
}

.icon-key22:before {
  content: "\e9d0";
}

.icon-lock4:before {
  content: "\e9d1";
}

.icon-unlocked:before {
  content: "\e9d2";
}

.icon-wrench2:before {
  content: "\e9d3";
}

.icon-equalizer:before {
  content: "\e9d4";
}

.icon-equalizer2:before {
  content: "\e9d5";
}

.icon-cog2:before {
  content: "\e9d6";
}

.icon-cogs2:before {
  content: "\e9d7";
}

.icon-hammer:before {
  content: "\e9d8";
}

.icon-magic-wand:before {
  content: "\e9d9";
}

.icon-aid-kit:before {
  content: "\e9da";
}

.icon-bug2:before {
  content: "\e9db";
}

.icon-pie-chart2:before {
  content: "\e9dc";
}

.icon-stats-dots:before {
  content: "\e9dd";
}

.icon-stats-bars:before {
  content: "\e9de";
}

.icon-stats-bars2:before {
  content: "\e9df";
}

.icon-trophy2:before {
  content: "\e9e0";
}

.icon-gift2:before {
  content: "\e9e1";
}

.icon-glass2:before {
  content: "\e9e2";
}

.icon-glass22:before {
  content: "\e9e3";
}

.icon-mug:before {
  content: "\e9e4";
}

.icon-spoon-knife:before {
  content: "\e9e5";
}

.icon-leaf2:before {
  content: "\e9e6";
}

.icon-rocket2:before {
  content: "\e9e7";
}

.icon-meter:before {
  content: "\e9e8";
}

.icon-meter2:before {
  content: "\e9e9";
}

.icon-hammer2:before {
  content: "\e9ea";
}

.icon-fire2:before {
  content: "\e9eb";
}

.icon-lab:before {
  content: "\e9ec";
}

.icon-magnet2:before {
  content: "\e9ed";
}

.icon-bin:before {
  content: "\e9ee";
}

.icon-bin2:before {
  content: "\e9ef";
}

.icon-briefcase2:before {
  content: "\e9f0";
}

.icon-airplane:before {
  content: "\e9f1";
}

.icon-truck2:before {
  content: "\e9f2";
}

.icon-road2:before {
  content: "\e9f3";
}

.icon-accessibility:before {
  content: "\e9f4";
}

.icon-target:before {
  content: "\e9f5";
}

.icon-shield2:before {
  content: "\e9f6";
}

.icon-power:before {
  content: "\e9f7";
}

.icon-switch:before {
  content: "\e9f8";
}

.icon-power-cord:before {
  content: "\e9f9";
}

.icon-clipboard2:before {
  content: "\e9fa";
}

.icon-list-numbered:before {
  content: "\e9fb";
}

.icon-list2:before {
  content: "\e9fc";
}

.icon-list22:before {
  content: "\e9fd";
}

.icon-tree2:before {
  content: "\e9fe";
}

.icon-menu:before {
  content: "\e9ff";
}

.icon-menu2:before {
  content: "\ea00";
}

.icon-menu3:before {
  content: "\ea01";
}

.icon-menu4:before {
  content: "\ea02";
}

.icon-cloud2:before {
  content: "\ea03";
}

.icon-cloud-download2:before {
  content: "\ea04";
}

.icon-cloud-upload2:before {
  content: "\ea05";
}

.icon-cloud-check:before {
  content: "\ea06";
}

.icon-download22:before {
  content: "\ea07";
}

.icon-upload22:before {
  content: "\ea08";
}

.icon-download3:before {
  content: "\ea09";
}

.icon-upload3:before {
  content: "\ea0a";
}

.icon-sphere:before {
  content: "\ea0b";
}

.icon-earth:before {
  content: "\ea0c";
}

.icon-link2:before {
  content: "\ea0d";
}

.icon-flag2:before {
  content: "\ea0e";
}

.icon-attachment:before {
  content: "\ea11";
}

.icon-eye2:before {
  content: "\ea12";
}

.icon-eye-plus:before {
  content: "\ea15";
}

.icon-eye-minus:before {
  content: "\ea16";
}

.icon-eye-blocked:before {
  content: "\ea17";
}

.icon-bookmark2:before {
  content: "\ea18";
}

.icon-bookmarks:before {
  content: "\ea19";
}

.icon-sun:before {
  content: "\ea1a";
}

.icon-contrast:before {
  content: "\ea1b";
}

.icon-brightness-contrast:before {
  content: "\ea1c";
}

.icon-star-empty:before {
  content: "\ea1d";
}

.icon-star-half2:before {
  content: "\ea1e";
}

.icon-star-full:before {
  content: "\ea1f";
}

.icon-heart3:before {
  content: "\ea20";
}

.icon-heart-broken:before {
  content: "\ea21";
}

.icon-man:before {
  content: "\ea22";
}

.icon-woman:before {
  content: "\ea23";
}

.icon-man-woman:before {
  content: "\ea24";
}

.icon-happy:before {
  content: "\ea25";
}

.icon-happy2:before {
  content: "\ea26";
}

.icon-smile:before {
  content: "\ea27";
}

.icon-smile2:before {
  content: "\ea28";
}

.icon-tongue:before {
  content: "\ea29";
}

.icon-tongue2:before {
  content: "\ea2a";
}

.icon-sad:before {
  content: "\ea2b";
}

.icon-sad2:before {
  content: "\ea2c";
}

.icon-wink:before {
  content: "\ea2d";
}

.icon-wink2:before {
  content: "\ea2e";
}

.icon-grin:before {
  content: "\ea2f";
}

.icon-grin2:before {
  content: "\ea30";
}

.icon-cool:before {
  content: "\ea45";
}

.icon-cool2:before {
  content: "\ea46";
}

.icon-angry:before {
  content: "\ea47";
}

.icon-angry2:before {
  content: "\ea48";
}

.icon-evil:before {
  content: "\ea49";
}

.icon-evil2:before {
  content: "\ea4a";
}

.icon-shocked:before {
  content: "\ea4b";
}

.icon-shocked2:before {
  content: "\ea4c";
}

.icon-baffled:before {
  content: "\ea4d";
}

.icon-baffled2:before {
  content: "\ea4e";
}

.icon-confused:before {
  content: "\ea4f";
}

.icon-confused2:before {
  content: "\ea50";
}

.icon-neutral:before {
  content: "\ea51";
}

.icon-neutral2:before {
  content: "\ea57";
}

.icon-hipster:before {
  content: "\ea58";
}

.icon-hipster2:before {
  content: "\ea59";
}

.icon-wondering:before {
  content: "\ea5a";
}

.icon-wondering2:before {
  content: "\ea5b";
}

.icon-sleepy:before {
  content: "\ea5c";
}

.icon-sleepy2:before {
  content: "\ea5d";
}

.icon-frustrated:before {
  content: "\ea5e";
}

.icon-frustrated2:before {
  content: "\ea5f";
}

.icon-crying:before {
  content: "\ea60";
}

.icon-crying2:before {
  content: "\ea61";
}

.icon-point-up:before {
  content: "\ea62";
}

.icon-point-right:before {
  content: "\ea63";
}

.icon-point-down:before {
  content: "\ea64";
}

.icon-point-left:before {
  content: "\ea65";
}

.icon-warning2:before {
  content: "\ea66";
}

.icon-notification:before {
  content: "\ea67";
}

.icon-question2:before {
  content: "\ea68";
}

.icon-plus2:before {
  content: "\ea69";
}

.icon-minus2:before {
  content: "\ea6a";
}

.icon-info2:before {
  content: "\ea6b";
}

.icon-cancel-circle:before {
  content: "\ea6c";
}

.icon-blocked:before {
  content: "\ea6d";
}

.icon-cross:before {
  content: "\ea0f";
}

.icon-checkmark:before {
  content: "\ea10";
}

.icon-checkmark2:before {
  content: "\ea6e";
}

.icon-spell-check:before {
  content: "\ea6f";
}

.icon-enter:before {
  content: "\ea13";
}

.icon-exit:before {
  content: "\ea14";
}

.icon-play22:before {
  content: "\ea70";
}

.icon-pause2:before {
  content: "\ea71";
}

.icon-stop2:before {
  content: "\ea72";
}

.icon-previous:before {
  content: "\ea73";
}

.icon-next:before {
  content: "\ea74";
}

.icon-backward2:before {
  content: "\ea75";
}

.icon-forward22:before {
  content: "\ea76";
}

.icon-play32:before {
  content: "\ea77";
}

.icon-pause22:before {
  content: "\ea78";
}

.icon-stop22:before {
  content: "\ea79";
}

.icon-backward22:before {
  content: "\ea7a";
}

.icon-forward3:before {
  content: "\ea7b";
}

.icon-first:before {
  content: "\ea7c";
}

.icon-last:before {
  content: "\ea7d";
}

.icon-previous2:before {
  content: "\ea7e";
}

.icon-next2:before {
  content: "\ea7f";
}

.icon-eject2:before {
  content: "\ea80";
}

.icon-volume-high:before {
  content: "\ea81";
}

.icon-volume-medium:before {
  content: "\ea82";
}

.icon-volume-low:before {
  content: "\ea83";
}

.icon-volume-mute:before {
  content: "\ea84";
}

.icon-volume-mute2:before {
  content: "\ea85";
}

.icon-volume-increase:before {
  content: "\ea86";
}

.icon-volume-decrease:before {
  content: "\ea87";
}

.icon-loop:before {
  content: "\ea88";
}

.icon-loop2:before {
  content: "\ea89";
}

.icon-infinite:before {
  content: "\ea8a";
}

.icon-shuffle:before {
  content: "\ea8b";
}

.icon-arrow-up-left:before {
  content: "\ea31";
}

.icon-arrow-up2:before {
  content: "\ea32";
}

.icon-arrow-up-right:before {
  content: "\ea33";
}

.icon-arrow-right2:before {
  content: "\ea34";
}

.icon-arrow-down-right:before {
  content: "\ea35";
}

.icon-arrow-down2:before {
  content: "\ea36";
}

.icon-arrow-down-left:before {
  content: "\ea37";
}

.icon-arrow-left2:before {
  content: "\ea38";
}

.icon-arrow-up-left2:before {
  content: "\ea39";
}

.icon-arrow-up22:before {
  content: "\ea3a";
}

.icon-arrow-up-right2:before {
  content: "\ea3b";
}

.icon-arrow-right22:before {
  content: "\ea3c";
}

.icon-arrow-down-right2:before {
  content: "\ea3d";
}

.icon-arrow-down22:before {
  content: "\ea3e";
}

.icon-arrow-down-left2:before {
  content: "\ea3f";
}

.icon-arrow-left22:before {
  content: "\ea40";
}

.icon-circle-up:before {
  content: "\ea41";
}

.icon-circle-right:before {
  content: "\ea42";
}

.icon-circle-down:before {
  content: "\ea43";
}

.icon-circle-left:before {
  content: "\ea44";
}

.icon-tab:before {
  content: "\ea8c";
}

.icon-move-up:before {
  content: "\ea8d";
}

.icon-move-down:before {
  content: "\ea8e";
}

.icon-sort-alpha-asc2:before {
  content: "\ea8f";
}

.icon-sort-alpha-desc2:before {
  content: "\ea90";
}

.icon-sort-numeric-asc2:before {
  content: "\ea91";
}

.icon-sort-numberic-desc:before {
  content: "\ea92";
}

.icon-sort-amount-asc2:before {
  content: "\ea93";
}

.icon-sort-amount-desc2:before {
  content: "\ea94";
}

.icon-command:before {
  content: "\ea95";
}

.icon-shift:before {
  content: "\ea96";
}

.icon-ctrl:before {
  content: "\ea97";
}

.icon-opt:before {
  content: "\ea98";
}

.icon-checkbox-checked:before {
  content: "\ea52";
}

.icon-checkbox-unchecked:before {
  content: "\ea53";
}

.icon-radio-checked:before {
  content: "\ea54";
}

.icon-radio-checked2:before {
  content: "\ea55";
}

.icon-radio-unchecked:before {
  content: "\ea56";
}

.icon-crop2:before {
  content: "\ea99";
}

.icon-make-group:before {
  content: "\ea9a";
}

.icon-ungroup:before {
  content: "\ea9b";
}

.icon-scissors2:before {
  content: "\ea9c";
}

.icon-filter3:before {
  content: "\ea9d";
}

.icon-font2:before {
  content: "\ea9e";
}

.icon-ligature:before {
  content: "\ea9f";
}

.icon-ligature2:before {
  content: "\eaa0";
}

.icon-text-height2:before {
  content: "\eaa1";
}

.icon-text-width2:before {
  content: "\eaa2";
}

.icon-font-size:before {
  content: "\eaa3";
}

.icon-bold2:before {
  content: "\eaa4";
}

.icon-underline2:before {
  content: "\eaa5";
}

.icon-italic2:before {
  content: "\eaa6";
}

.icon-strikethrough2:before {
  content: "\eaa7";
}

.icon-omega:before {
  content: "\eaa8";
}

.icon-sigma:before {
  content: "\eaa9";
}

.icon-page-break:before {
  content: "\eaaa";
}

.icon-superscript2:before {
  content: "\eaab";
}

.icon-subscript2:before {
  content: "\eaac";
}

.icon-superscript22:before {
  content: "\eaad";
}

.icon-subscript22:before {
  content: "\eaae";
}

.icon-text-color:before {
  content: "\eaaf";
}

.icon-pagebreak:before {
  content: "\eab0";
}

.icon-clear-formatting:before {
  content: "\eab1";
}

.icon-table2:before {
  content: "\eab2";
}

.icon-table22:before {
  content: "\eab3";
}

.icon-insert-template:before {
  content: "\eab4";
}

.icon-pilcrow:before {
  content: "\eab5";
}

.icon-ltr:before {
  content: "\eab6";
}

.icon-rtl:before {
  content: "\eab7";
}

.icon-section:before {
  content: "\eab8";
}

.icon-paragraph-left:before {
  content: "\eab9";
}

.icon-paragraph-center:before {
  content: "\eaba";
}

.icon-paragraph-right:before {
  content: "\eabb";
}

.icon-paragraph-justify:before {
  content: "\eabc";
}

.icon-indent-increase:before {
  content: "\eabd";
}

.icon-indent-decrease:before {
  content: "\eabe";
}

.icon-share2:before {
  content: "\eabf";
}

.icon-new-tab:before {
  content: "\eac0";
}

.icon-embed:before {
  content: "\eac1";
}

.icon-embed2:before {
  content: "\eac2";
}

.icon-terminal2:before {
  content: "\eac3";
}

.icon-share22:before {
  content: "\eac4";
}

.icon-mail:before {
  content: "\eac5";
}

.icon-mail2:before {
  content: "\eac6";
}

.icon-mail3:before {
  content: "\eac7";
}

.icon-mail4:before {
  content: "\eac8";
}

.icon-amazon2:before {
  content: "\eac9";
}

.icon-google2:before {
  content: "\eaca";
}

.icon-google22:before {
  content: "\eacb";
}

.icon-google3:before {
  content: "\eacc";
}

.icon-google-plus2:before {
  content: "\eacd";
}

.icon-google-plus22:before {
  content: "\eace";
}

.icon-google-plus3:before {
  content: "\eacf";
}

.icon-hangouts:before {
  content: "\ead0";
}

.icon-google-drive:before {
  content: "\ead1";
}

.icon-facebook3:before {
  content: "\ead2";
}

.icon-facebook22:before {
  content: "\ead3";
}

.icon-instagram2:before {
  content: "\ead4";
}

.icon-whatsapp2:before {
  content: "\ead5";
}

.icon-spotify2:before {
  content: "\ead6";
}

.icon-telegram2:before {
  content: "\ead7";
}

.icon-twitter3:before {
  content: "\ead8";
}

.icon-vine2:before {
  content: "\ead9";
}

.icon-vk2:before {
  content: "\eada";
}

.icon-renren2:before {
  content: "\eadb";
}

.icon-sina-weibo:before {
  content: "\eadc";
}

.icon-rss2:before {
  content: "\eadd";
}

.icon-rss22:before {
  content: "\eade";
}

.icon-youtube2:before {
  content: "\eadf";
}

.icon-youtube22:before {
  content: "\eae0";
}

.icon-twitch2:before {
  content: "\eae1";
}

.icon-vimeo2:before {
  content: "\eae2";
}

.icon-vimeo22:before {
  content: "\eae3";
}

.icon-lanyrd:before {
  content: "\eae4";
}

.icon-flickr2:before {
  content: "\eae5";
}

.icon-flickr22:before {
  content: "\eae6";
}

.icon-flickr3:before {
  content: "\eae7";
}

.icon-flickr4:before {
  content: "\eae8";
}

.icon-dribbble2:before {
  content: "\eae9";
}

.icon-behance2:before {
  content: "\eaea";
}

.icon-behance22:before {
  content: "\eaeb";
}

.icon-deviantart2:before {
  content: "\eaec";
}

.icon-500px2:before {
  content: "\eaed";
}

.icon-steam2:before {
  content: "\eaee";
}

.icon-steam22:before {
  content: "\eaef";
}

.icon-dropbox2:before {
  content: "\eaf0";
}

.icon-onedrive:before {
  content: "\eaf1";
}

.icon-github2:before {
  content: "\eaf2";
}

.icon-npm:before {
  content: "\eaf3";
}

.icon-basecamp:before {
  content: "\eaf4";
}

.icon-trello2:before {
  content: "\eaf5";
}

.icon-wordpress2:before {
  content: "\eaf6";
}

.icon-joomla2:before {
  content: "\eaf7";
}

.icon-ello:before {
  content: "\eaf8";
}

.icon-blogger:before {
  content: "\eaf9";
}

.icon-blogger2:before {
  content: "\eafa";
}

.icon-tumblr2:before {
  content: "\eafb";
}

.icon-tumblr22:before {
  content: "\eafc";
}

.icon-yahoo2:before {
  content: "\eafd";
}

.icon-yahoo22:before {
  content: "\eafe";
}

.icon-tux:before {
  content: "\eaff";
}

.icon-appleinc:before {
  content: "\eb00";
}

.icon-finder:before {
  content: "\eb01";
}

.icon-android2:before {
  content: "\eb02";
}

.icon-windows2:before {
  content: "\eb03";
}

.icon-windows8:before {
  content: "\eb04";
}

.icon-soundcloud2:before {
  content: "\eb05";
}

.icon-soundcloud22:before {
  content: "\eb06";
}

.icon-skype2:before {
  content: "\eb07";
}

.icon-reddit2:before {
  content: "\eb08";
}

.icon-hackernews:before {
  content: "\eb09";
}

.icon-wikipedia:before {
  content: "\eb0a";
}

.icon-linkedin2:before {
  content: "\eb0b";
}

.icon-linkedin22:before {
  content: "\eb0c";
}

.icon-lastfm2:before {
  content: "\eb0d";
}

.icon-lastfm22:before {
  content: "\eb0e";
}

.icon-delicious2:before {
  content: "\eb0f";
}

.icon-stumbleupon2:before {
  content: "\eb10";
}

.icon-stumbleupon22:before {
  content: "\eb11";
}

.icon-stackoverflow:before {
  content: "\eb12";
}

.icon-pinterest2:before {
  content: "\eb13";
}

.icon-pinterest22:before {
  content: "\eb14";
}

.icon-xing2:before {
  content: "\eb15";
}

.icon-xing22:before {
  content: "\eb16";
}

.icon-flattr:before {
  content: "\eb17";
}

.icon-foursquare2:before {
  content: "\eb18";
}

.icon-yelp2:before {
  content: "\eb19";
}

.icon-paypal2:before {
  content: "\eb1a";
}

.icon-chrome2:before {
  content: "\eb1b";
}

.icon-firefox2:before {
  content: "\eb1c";
}

.icon-IE:before {
  content: "\eb1d";
}

.icon-edge2:before {
  content: "\eb1e";
}

.icon-safari2:before {
  content: "\eb1f";
}

.icon-opera2:before {
  content: "\eb20";
}

.icon-file-pdf:before {
  content: "\eb21";
}

.icon-file-openoffice:before {
  content: "\eb22";
}

.icon-file-word:before {
  content: "\eb23";
}

.icon-file-excel:before {
  content: "\eb24";
}

.icon-libreoffice:before {
  content: "\eb25";
}

.icon-html-five:before {
  content: "\eb26";
}

.icon-html-five2:before {
  content: "\eb27";
}

.icon-css32:before {
  content: "\eb28";
}

.icon-git2:before {
  content: "\eb29";
}

.icon-codepen2:before {
  content: "\eb2a";
}

.icon-svg:before {
  content: "\eb2b";
}

.icon-IcoMoon:before {
  content: "\eb2c";
}

.icon-asterisk:before {
  content: "\f069";
}

.icon-plus:before {
  content: "\f067";
}

.icon-question:before {
  content: "\f128";
}

.icon-minus:before {
  content: "\f068";
}

.icon-glass:before {
  content: "\f000";
}

.icon-music:before {
  content: "\f001";
}

.icon-search:before {
  content: "\f002";
}

.icon-envelope-o:before {
  content: "\f003";
}

.icon-heart2:before {
  content: "\f004";
}

.icon-star:before {
  content: "\f005";
}

.icon-star-o:before {
  content: "\f006";
}

.icon-user2:before {
  content: "\f007";
}

.icon-film:before {
  content: "\f008";
}

.icon-th-large:before {
  content: "\f009";
}

.icon-th:before {
  content: "\f00a";
}

.icon-th-list:before {
  content: "\f00b";
}

.icon-check:before {
  content: "\f00c";
}

.icon-close2:before {
  content: "\f00d";
}

.icon-remove:before {
  content: "\f00d";
}

.icon-times:before {
  content: "\f00d";
}

.icon-search-plus:before {
  content: "\f00e";
}

.icon-search-minus:before {
  content: "\f010";
}

.icon-power-off:before {
  content: "\f011";
}

.icon-signal:before {
  content: "\f012";
}

.icon-cog:before {
  content: "\f013";
}

.icon-gear:before {
  content: "\f013";
}

.icon-trash-o:before {
  content: "\f014";
}

.icon-home:before {
  content: "\f015";
}

.icon-file-o:before {
  content: "\f016";
}

.icon-clock-o:before {
  content: "\f017";
}

.icon-road:before {
  content: "\f018";
}

.icon-download:before {
  content: "\f019";
}

.icon-arrow-circle-o-down:before {
  content: "\f01a";
}

.icon-arrow-circle-o-up:before {
  content: "\f01b";
}

.icon-inbox:before {
  content: "\f01c";
}

.icon-play-circle-o:before {
  content: "\f01d";
}

.icon-repeat:before {
  content: "\f01e";
}

.icon-rotate-right:before {
  content: "\f01e";
}

.icon-refresh:before {
  content: "\f021";
}

.icon-list-alt:before {
  content: "\f022";
}

.icon-lock3:before {
  content: "\f023";
}

.icon-flag:before {
  content: "\f024";
}

.icon-headphones:before {
  content: "\f025";
}

.icon-volume-off:before {
  content: "\f026";
}

.icon-volume-down:before {
  content: "\f027";
}

.icon-volume-up:before {
  content: "\f028";
}

.icon-qrcode:before {
  content: "\f029";
}

.icon-barcode:before {
  content: "\f02a";
}

.icon-tag:before {
  content: "\f02b";
}

.icon-tags:before {
  content: "\f02c";
}

.icon-book:before {
  content: "\f02d";
}

.icon-bookmark:before {
  content: "\f02e";
}

.icon-print2:before {
  content: "\f02f";
}

.icon-camera:before {
  content: "\f030";
}

.icon-font:before {
  content: "\f031";
}

.icon-bold:before {
  content: "\f032";
}

.icon-italic:before {
  content: "\f033";
}

.icon-text-height:before {
  content: "\f034";
}

.icon-text-width:before {
  content: "\f035";
}

.icon-align-left:before {
  content: "\f036";
}

.icon-align-center:before {
  content: "\f037";
}

.icon-align-right:before {
  content: "\f038";
}

.icon-align-justify:before {
  content: "\f039";
}

.icon-list:before {
  content: "\f03a";
}

.icon-dedent:before {
  content: "\f03b";
}

.icon-outdent:before {
  content: "\f03b";
}

.icon-indent:before {
  content: "\f03c";
}

.icon-video-camera:before {
  content: "\f03d";
}

.icon-image:before {
  content: "\f03e";
}

.icon-photo:before {
  content: "\f03e";
}

.icon-picture-o:before {
  content: "\f03e";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-map-marker:before {
  content: "\f041";
}

.icon-adjust:before {
  content: "\f042";
}

.icon-tint:before {
  content: "\f043";
}

.icon-edit:before {
  content: "\f044";
}

.icon-pencil-square-o:before {
  content: "\f044";
}

.icon-share-square-o:before {
  content: "\f045";
}

.icon-check-square-o:before {
  content: "\f046";
}

.icon-arrows:before {
  content: "\f047";
}

.icon-step-backward:before {
  content: "\f048";
}

.icon-fast-backward:before {
  content: "\f049";
}

.icon-backward:before {
  content: "\f04a";
}

.icon-play2:before {
  content: "\f04b";
}

.icon-pause:before {
  content: "\f04c";
}

.icon-stop:before {
  content: "\f04d";
}

.icon-forward:before {
  content: "\f04e";
}

.icon-fast-forward:before {
  content: "\f050";
}

.icon-step-forward:before {
  content: "\f051";
}

.icon-eject:before {
  content: "\f052";
}

.icon-chevron-left2:before {
  content: "\f053";
}

.icon-chevron-right2:before {
  content: "\f054";
}

.icon-plus-circle:before {
  content: "\f055";
}

.icon-minus-circle:before {
  content: "\f056";
}

.icon-times-circle:before {
  content: "\f057";
}

.icon-check-circle:before {
  content: "\f058";
}

.icon-question-circle:before {
  content: "\f059";
}

.icon-info-circle:before {
  content: "\f05a";
}

.icon-crosshairs:before {
  content: "\f05b";
}

.icon-times-circle-o:before {
  content: "\f05c";
}

.icon-check-circle-o:before {
  content: "\f05d";
}

.icon-ban:before {
  content: "\f05e";
}

.icon-arrow-left:before {
  content: "\f060";
}

.icon-arrow-right:before {
  content: "\f061";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-arrow-down:before {
  content: "\f063";
}

.icon-mail-forward:before {
  content: "\f064";
}

.icon-share:before {
  content: "\f064";
}

.icon-expand:before {
  content: "\f065";
}

.icon-compress:before {
  content: "\f066";
}

.icon-exclamation-circle:before {
  content: "\f06a";
}

.icon-gift:before {
  content: "\f06b";
}

.icon-leaf:before {
  content: "\f06c";
}

.icon-fire:before {
  content: "\f06d";
}

.icon-eye:before {
  content: "\f06e";
}

.icon-eye-slash:before {
  content: "\f070";
}

.icon-exclamation-triangle:before {
  content: "\f071";
}

.icon-warning:before {
  content: "\f071";
}

.icon-plane:before {
  content: "\f072";
}

.icon-calendar:before {
  content: "\f073";
}

.icon-random:before {
  content: "\f074";
}

.icon-comment:before {
  content: "\f075";
}

.icon-magnet:before {
  content: "\f076";
}

.icon-chevron-up2:before {
  content: "\f077";
}

.icon-chevron-down2:before {
  content: "\f078";
}

.icon-retweet:before {
  content: "\f079";
}

.icon-shopping-cart:before {
  content: "\f07a";
}

.icon-folder:before {
  content: "\f07b";
}

.icon-folder-open:before {
  content: "\f07c";
}

.icon-arrows-v:before {
  content: "\f07d";
}

.icon-arrows-h:before {
  content: "\f07e";
}

.icon-bar-chart:before {
  content: "\f080";
}

.icon-bar-chart-o:before {
  content: "\f080";
}

.icon-twitter-square:before {
  content: "\f081";
}

.icon-facebook-square:before {
  content: "\f082";
}

.icon-camera-retro:before {
  content: "\f083";
}

.icon-key2:before {
  content: "\f084";
}

.icon-cogs:before {
  content: "\f085";
}

.icon-gears:before {
  content: "\f085";
}

.icon-comments:before {
  content: "\f086";
}

.icon-thumbs-o-up:before {
  content: "\f087";
}

.icon-thumbs-o-down:before {
  content: "\f088";
}

.icon-star-half:before {
  content: "\f089";
}

.icon-heart-o:before {
  content: "\f08a";
}

.icon-sign-out:before {
  content: "\f08b";
}

.icon-linkedin-square:before {
  content: "\f08c";
}

.icon-thumb-tack:before {
  content: "\f08d";
}

.icon-external-link:before {
  content: "\f08e";
}

.icon-sign-in:before {
  content: "\f090";
}

.icon-trophy:before {
  content: "\f091";
}

.icon-github-square:before {
  content: "\f092";
}

.icon-upload:before {
  content: "\f093";
}

.icon-lemon-o:before {
  content: "\f094";
}

.icon-phone:before {
  content: "\f095";
}

.icon-square-o:before {
  content: "\f096";
}

.icon-bookmark-o:before {
  content: "\f097";
}

.icon-phone-square:before {
  content: "\f098";
}

.icon-twitter2:before {
  content: "\f099";
}

.icon-facebook2:before {
  content: "\f09a";
}

.icon-facebook-f:before {
  content: "\f09a";
}

.icon-github:before {
  content: "\f09b";
}

.icon-unlock:before {
  content: "\f09c";
}

.icon-credit-card:before {
  content: "\f09d";
}

.icon-feed:before {
  content: "\f09e";
}

.icon-rss:before {
  content: "\f09e";
}

.icon-hdd-o:before {
  content: "\f0a0";
}

.icon-bullhorn:before {
  content: "\f0a1";
}

.icon-bell-o:before {
  content: "\f0a2";
}

.icon-certificate:before {
  content: "\f0a3";
}

.icon-hand-o-right:before {
  content: "\f0a4";
}

.icon-hand-o-left:before {
  content: "\f0a5";
}

.icon-hand-o-up:before {
  content: "\f0a6";
}

.icon-hand-o-down:before {
  content: "\f0a7";
}

.icon-arrow-circle-left:before {
  content: "\f0a8";
}

.icon-arrow-circle-right:before {
  content: "\f0a9";
}

.icon-arrow-circle-up:before {
  content: "\f0aa";
}

.icon-arrow-circle-down:before {
  content: "\f0ab";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-wrench:before {
  content: "\f0ad";
}

.icon-tasks:before {
  content: "\f0ae";
}

.icon-filter2:before {
  content: "\f0b0";
}

.icon-briefcase:before {
  content: "\f0b1";
}

.icon-arrows-alt:before {
  content: "\f0b2";
}

.icon-group:before {
  content: "\f0c0";
}

.icon-users:before {
  content: "\f0c0";
}

.icon-chain:before {
  content: "\f0c1";
}

.icon-link:before {
  content: "\f0c1";
}

.icon-cloud:before {
  content: "\f0c2";
}

.icon-flask:before {
  content: "\f0c3";
}

.icon-cut:before {
  content: "\f0c4";
}

.icon-scissors:before {
  content: "\f0c4";
}

.icon-copy:before {
  content: "\f0c5";
}

.icon-files-o:before {
  content: "\f0c5";
}

.icon-paperclip:before {
  content: "\f0c6";
}

.icon-floppy-o:before {
  content: "\f0c7";
}

.icon-save:before {
  content: "\f0c7";
}

.icon-square:before {
  content: "\f0c8";
}

.icon-bars:before {
  content: "\f0c9";
}

.icon-navicon:before {
  content: "\f0c9";
}

.icon-reorder:before {
  content: "\f0c9";
}

.icon-list-ul:before {
  content: "\f0ca";
}

.icon-list-ol:before {
  content: "\f0cb";
}

.icon-strikethrough:before {
  content: "\f0cc";
}

.icon-underline:before {
  content: "\f0cd";
}

.icon-table:before {
  content: "\f0ce";
}

.icon-magic:before {
  content: "\f0d0";
}

.icon-truck:before {
  content: "\f0d1";
}

.icon-pinterest:before {
  content: "\f0d2";
}

.icon-pinterest-square:before {
  content: "\f0d3";
}

.icon-google-plus-square:before {
  content: "\f0d4";
}

.icon-google-plus:before {
  content: "\f0d5";
}

.icon-money:before {
  content: "\f0d6";
}

.icon-caret-down:before {
  content: "\f0d7";
}

.icon-caret-up:before {
  content: "\f0d8";
}

.icon-caret-left:before {
  content: "\f0d9";
}

.icon-caret-right:before {
  content: "\f0da";
}

.icon-columns:before {
  content: "\f0db";
}

.icon-sort:before {
  content: "\f0dc";
}

.icon-unsorted:before {
  content: "\f0dc";
}

.icon-sort-desc:before {
  content: "\f0dd";
}

.icon-sort-down:before {
  content: "\f0dd";
}

.icon-sort-asc:before {
  content: "\f0de";
}

.icon-sort-up:before {
  content: "\f0de";
}

.icon-envelope:before {
  content: "\f0e0";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.icon-rotate-left:before {
  content: "\f0e2";
}

.icon-undo:before {
  content: "\f0e2";
}

.icon-gavel:before {
  content: "\f0e3";
}

.icon-legal:before {
  content: "\f0e3";
}

.icon-dashboard:before {
  content: "\f0e4";
}

.icon-tachometer:before {
  content: "\f0e4";
}

.icon-comment-o:before {
  content: "\f0e5";
}

.icon-comments-o:before {
  content: "\f0e6";
}

.icon-bolt:before {
  content: "\f0e7";
}

.icon-flash:before {
  content: "\f0e7";
}

.icon-sitemap:before {
  content: "\f0e8";
}

.icon-umbrella:before {
  content: "\f0e9";
}

.icon-clipboard:before {
  content: "\f0ea";
}

.icon-paste:before {
  content: "\f0ea";
}

.icon-lightbulb-o:before {
  content: "\f0eb";
}

.icon-exchange:before {
  content: "\f0ec";
}

.icon-cloud-download:before {
  content: "\f0ed";
}

.icon-cloud-upload:before {
  content: "\f0ee";
}

.icon-user-md:before {
  content: "\f0f0";
}

.icon-stethoscope:before {
  content: "\f0f1";
}

.icon-suitcase:before {
  content: "\f0f2";
}

.icon-bell:before {
  content: "\f0f3";
}

.icon-coffee:before {
  content: "\f0f4";
}

.icon-cutlery:before {
  content: "\f0f5";
}

.icon-file-text-o:before {
  content: "\f0f6";
}

.icon-building-o:before {
  content: "\f0f7";
}

.icon-hospital-o:before {
  content: "\f0f8";
}

.icon-ambulance:before {
  content: "\f0f9";
}

.icon-medkit:before {
  content: "\f0fa";
}

.icon-fighter-jet:before {
  content: "\f0fb";
}

.icon-beer:before {
  content: "\f0fc";
}

.icon-h-square:before {
  content: "\f0fd";
}

.icon-plus-square:before {
  content: "\f0fe";
}

.icon-angle-double-left:before {
  content: "\f100";
}

.icon-angle-double-right:before {
  content: "\f101";
}

.icon-angle-double-up:before {
  content: "\f102";
}

.icon-angle-double-down:before {
  content: "\f103";
}

.icon-angle-left:before {
  content: "\f104";
}

.icon-angle-right:before {
  content: "\f105";
}

.icon-angle-up:before {
  content: "\f106";
}

.icon-angle-down:before {
  content: "\f107";
}

.icon-desktop:before {
  content: "\f108";
}

.icon-laptop:before {
  content: "\f109";
}

.icon-tablet:before {
  content: "\f10a";
}

.icon-mobile:before {
  content: "\f10b";
}

.icon-mobile-phone:before {
  content: "\f10b";
}

.icon-circle-o:before {
  content: "\f10c";
}

.icon-quote-left:before {
  content: "\f10d";
}

.icon-quote-right:before {
  content: "\f10e";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-circle:before {
  content: "\f111";
}

.icon-mail-reply:before {
  content: "\f112";
}

.icon-reply:before {
  content: "\f112";
}

.icon-github-alt:before {
  content: "\f113";
}

.icon-folder-o:before {
  content: "\f114";
}

.icon-folder-open-o:before {
  content: "\f115";
}

.icon-smile-o:before {
  content: "\f118";
}

.icon-frown-o:before {
  content: "\f119";
}

.icon-meh-o:before {
  content: "\f11a";
}

.icon-gamepad:before {
  content: "\f11b";
}

.icon-keyboard-o:before {
  content: "\f11c";
}

.icon-flag-o:before {
  content: "\f11d";
}

.icon-flag-checkered:before {
  content: "\f11e";
}

.icon-terminal:before {
  content: "\f120";
}

.icon-code:before {
  content: "\f121";
}

.icon-mail-reply-all:before {
  content: "\f122";
}

.icon-reply-all:before {
  content: "\f122";
}

.icon-star-half-empty:before {
  content: "\f123";
}

.icon-star-half-full:before {
  content: "\f123";
}

.icon-star-half-o:before {
  content: "\f123";
}

.icon-location-arrow:before {
  content: "\f124";
}

.icon-crop:before {
  content: "\f125";
}

.icon-code-fork:before {
  content: "\f126";
}

.icon-chain-broken:before {
  content: "\f127";
}

.icon-unlink:before {
  content: "\f127";
}

.icon-info:before {
  content: "\f129";
}

.icon-exclamation:before {
  content: "\f12a";
}

.icon-superscript:before {
  content: "\f12b";
}

.icon-subscript:before {
  content: "\f12c";
}

.icon-eraser:before {
  content: "\f12d";
}

.icon-puzzle-piece:before {
  content: "\f12e";
}

.icon-microphone:before {
  content: "\f130";
}

.icon-microphone-slash:before {
  content: "\f131";
}

.icon-shield:before {
  content: "\f132";
}

.icon-calendar-o:before {
  content: "\f133";
}

.icon-fire-extinguisher:before {
  content: "\f134";
}

.icon-rocket:before {
  content: "\f135";
}

.icon-maxcdn:before {
  content: "\f136";
}

.icon-chevron-circle-left:before {
  content: "\f137";
}

.icon-chevron-circle-right:before {
  content: "\f138";
}

.icon-chevron-circle-up:before {
  content: "\f139";
}

.icon-chevron-circle-down:before {
  content: "\f13a";
}

.icon-html5:before {
  content: "\f13b";
}

.icon-css3:before {
  content: "\f13c";
}

.icon-anchor:before {
  content: "\f13d";
}

.icon-unlock-alt:before {
  content: "\f13e";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-ellipsis-h:before {
  content: "\f141";
}

.icon-ellipsis-v:before {
  content: "\f142";
}

.icon-rss-square:before {
  content: "\f143";
}

.icon-play-circle:before {
  content: "\f144";
}

.icon-ticket:before {
  content: "\f145";
}

.icon-minus-square:before {
  content: "\f146";
}

.icon-minus-square-o:before {
  content: "\f147";
}

.icon-level-up:before {
  content: "\f148";
}

.icon-level-down:before {
  content: "\f149";
}

.icon-check-square:before {
  content: "\f14a";
}

.icon-pencil-square:before {
  content: "\f14b";
}

.icon-external-link-square:before {
  content: "\f14c";
}

.icon-share-square:before {
  content: "\f14d";
}

.icon-compass:before {
  content: "\f14e";
}

.icon-caret-square-o-down:before {
  content: "\f150";
}

.icon-toggle-down:before {
  content: "\f150";
}

.icon-caret-square-o-up:before {
  content: "\f151";
}

.icon-toggle-up:before {
  content: "\f151";
}

.icon-caret-square-o-right:before {
  content: "\f152";
}

.icon-toggle-right:before {
  content: "\f152";
}

.icon-eur:before {
  content: "\f153";
}

.icon-euro:before {
  content: "\f153";
}

.icon-gbp:before {
  content: "\f154";
}

.icon-dollar:before {
  content: "\f155";
}

.icon-usd:before {
  content: "\f155";
}

.icon-inr:before {
  content: "\f156";
}

.icon-rupee:before {
  content: "\f156";
}

.icon-cny:before {
  content: "\f157";
}

.icon-jpy:before {
  content: "\f157";
}

.icon-rmb:before {
  content: "\f157";
}

.icon-yen:before {
  content: "\f157";
}

.icon-rouble:before {
  content: "\f158";
}

.icon-rub:before {
  content: "\f158";
}

.icon-ruble:before {
  content: "\f158";
}

.icon-krw:before {
  content: "\f159";
}

.icon-won:before {
  content: "\f159";
}

.icon-bitcoin:before {
  content: "\f15a";
}

.icon-btc:before {
  content: "\f15a";
}

.icon-file:before {
  content: "\f15b";
}

.icon-file-text:before {
  content: "\f15c";
}

.icon-sort-alpha-asc:before {
  content: "\f15d";
}

.icon-sort-alpha-desc:before {
  content: "\f15e";
}

.icon-sort-amount-asc:before {
  content: "\f160";
}

.icon-sort-amount-desc:before {
  content: "\f161";
}

.icon-sort-numeric-asc:before {
  content: "\f162";
}

.icon-sort-numeric-desc:before {
  content: "\f163";
}

.icon-thumbs-up:before {
  content: "\f164";
}

.icon-thumbs-down:before {
  content: "\f165";
}

.icon-youtube-square:before {
  content: "\f166";
}

.icon-youtube:before {
  content: "\f167";
}

.icon-xing:before {
  content: "\f168";
}

.icon-xing-square:before {
  content: "\f169";
}

.icon-youtube-play:before {
  content: "\f16a";
}

.icon-dropbox:before {
  content: "\f16b";
}

.icon-stack-overflow:before {
  content: "\f16c";
}

.icon-instagram:before {
  content: "\f16d";
}

.icon-flickr:before {
  content: "\f16e";
}

.icon-adn:before {
  content: "\f170";
}

.icon-bitbucket:before {
  content: "\f171";
}

.icon-bitbucket-square:before {
  content: "\f172";
}

.icon-tumblr:before {
  content: "\f173";
}

.icon-tumblr-square:before {
  content: "\f174";
}

.icon-long-arrow-down:before {
  content: "\f175";
}

.icon-long-arrow-up:before {
  content: "\f176";
}

.icon-long-arrow-left:before {
  content: "\f177";
}

.icon-long-arrow-right:before {
  content: "\f178";
}

.icon-apple:before {
  content: "\f179";
}

.icon-windows:before {
  content: "\f17a";
}

.icon-android:before {
  content: "\f17b";
}

.icon-linux:before {
  content: "\f17c";
}

.icon-dribbble:before {
  content: "\f17d";
}

.icon-skype:before {
  content: "\f17e";
}

.icon-foursquare:before {
  content: "\f180";
}

.icon-trello:before {
  content: "\f181";
}

.icon-female:before {
  content: "\f182";
}

.icon-male:before {
  content: "\f183";
}

.icon-gittip:before {
  content: "\f184";
}

.icon-gratipay:before {
  content: "\f184";
}

.icon-sun-o:before {
  content: "\f185";
}

.icon-moon-o:before {
  content: "\f186";
}

.icon-archive:before {
  content: "\f187";
}

.icon-bug:before {
  content: "\f188";
}

.icon-vk:before {
  content: "\f189";
}

.icon-weibo:before {
  content: "\f18a";
}

.icon-renren:before {
  content: "\f18b";
}

.icon-pagelines:before {
  content: "\f18c";
}

.icon-stack-exchange:before {
  content: "\f18d";
}

.icon-arrow-circle-o-right:before {
  content: "\f18e";
}

.icon-arrow-circle-o-left:before {
  content: "\f190";
}

.icon-caret-square-o-left:before {
  content: "\f191";
}

.icon-toggle-left:before {
  content: "\f191";
}

.icon-dot-circle-o:before {
  content: "\f192";
}

.icon-wheelchair:before {
  content: "\f193";
}

.icon-vimeo-square:before {
  content: "\f194";
}

.icon-try:before {
  content: "\f195";
}

.icon-turkish-lira:before {
  content: "\f195";
}

.icon-plus-square-o:before {
  content: "\f196";
}

.icon-space-shuttle:before {
  content: "\f197";
}

.icon-slack:before {
  content: "\f198";
}

.icon-envelope-square:before {
  content: "\f199";
}

.icon-wordpress:before {
  content: "\f19a";
}

.icon-openid:before {
  content: "\f19b";
}

.icon-bank:before {
  content: "\f19c";
}

.icon-institution:before {
  content: "\f19c";
}

.icon-university:before {
  content: "\f19c";
}

.icon-graduation-cap:before {
  content: "\f19d";
}

.icon-mortar-board:before {
  content: "\f19d";
}

.icon-yahoo:before {
  content: "\f19e";
}

.icon-google:before {
  content: "\f1a0";
}

.icon-reddit:before {
  content: "\f1a1";
}

.icon-reddit-square:before {
  content: "\f1a2";
}

.icon-stumbleupon-circle:before {
  content: "\f1a3";
}

.icon-stumbleupon:before {
  content: "\f1a4";
}

.icon-delicious:before {
  content: "\f1a5";
}

.icon-digg:before {
  content: "\f1a6";
}

.icon-pied-piper-pp:before {
  content: "\f1a7";
}

.icon-pied-piper-alt:before {
  content: "\f1a8";
}

.icon-drupal:before {
  content: "\f1a9";
}

.icon-joomla:before {
  content: "\f1aa";
}

.icon-language:before {
  content: "\f1ab";
}

.icon-fax:before {
  content: "\f1ac";
}

.icon-building:before {
  content: "\f1ad";
}

.icon-child:before {
  content: "\f1ae";
}

.icon-paw:before {
  content: "\f1b0";
}

.icon-spoon:before {
  content: "\f1b1";
}

.icon-cube:before {
  content: "\f1b2";
}

.icon-cubes:before {
  content: "\f1b3";
}

.icon-behance:before {
  content: "\f1b4";
}

.icon-behance-square:before {
  content: "\f1b5";
}

.icon-steam:before {
  content: "\f1b6";
}

.icon-steam-square:before {
  content: "\f1b7";
}

.icon-recycle:before {
  content: "\f1b8";
}

.icon-automobile:before {
  content: "\f1b9";
}

.icon-car:before {
  content: "\f1b9";
}

.icon-cab:before {
  content: "\f1ba";
}

.icon-taxi:before {
  content: "\f1ba";
}

.icon-tree:before {
  content: "\f1bb";
}

.icon-spotify:before {
  content: "\f1bc";
}

.icon-deviantart:before {
  content: "\f1bd";
}

.icon-soundcloud:before {
  content: "\f1be";
}

.icon-database:before {
  content: "\f1c0";
}

.icon-file-pdf-o:before {
  content: "\f1c1";
}

.icon-file-word-o:before {
  content: "\f1c2";
}

.icon-file-excel-o:before {
  content: "\f1c3";
}

.icon-file-powerpoint-o:before {
  content: "\f1c4";
}

.icon-file-image-o:before {
  content: "\f1c5";
}

.icon-file-photo-o:before {
  content: "\f1c5";
}

.icon-file-picture-o:before {
  content: "\f1c5";
}

.icon-file-archive-o:before {
  content: "\f1c6";
}

.icon-file-zip-o:before {
  content: "\f1c6";
}

.icon-file-audio-o:before {
  content: "\f1c7";
}

.icon-file-sound-o:before {
  content: "\f1c7";
}

.icon-file-movie-o:before {
  content: "\f1c8";
}

.icon-file-video-o:before {
  content: "\f1c8";
}

.icon-file-code-o:before {
  content: "\f1c9";
}

.icon-vine:before {
  content: "\f1ca";
}

.icon-codepen:before {
  content: "\f1cb";
}

.icon-jsfiddle:before {
  content: "\f1cc";
}

.icon-life-bouy:before {
  content: "\f1cd";
}

.icon-life-buoy:before {
  content: "\f1cd";
}

.icon-life-ring:before {
  content: "\f1cd";
}

.icon-life-saver:before {
  content: "\f1cd";
}

.icon-support:before {
  content: "\f1cd";
}

.icon-circle-o-notch:before {
  content: "\f1ce";
}

.icon-ra:before {
  content: "\f1d0";
}

.icon-rebel:before {
  content: "\f1d0";
}

.icon-resistance:before {
  content: "\f1d0";
}

.icon-empire:before {
  content: "\f1d1";
}

.icon-ge:before {
  content: "\f1d1";
}

.icon-git-square:before {
  content: "\f1d2";
}

.icon-git:before {
  content: "\f1d3";
}

.icon-hacker-news:before {
  content: "\f1d4";
}

.icon-y-combinator-square:before {
  content: "\f1d4";
}

.icon-yc-square:before {
  content: "\f1d4";
}

.icon-tencent-weibo:before {
  content: "\f1d5";
}

.icon-qq:before {
  content: "\f1d6";
}

.icon-wechat:before {
  content: "\f1d7";
}

.icon-weixin:before {
  content: "\f1d7";
}

.icon-paper-plane2:before {
  content: "\f1d8";
}

.icon-send2:before {
  content: "\f1d8";
}

.icon-paper-plane-o:before {
  content: "\f1d9";
}

.icon-send-o:before {
  content: "\f1d9";
}

.icon-history:before {
  content: "\f1da";
}

.icon-circle-thin:before {
  content: "\f1db";
}

.icon-header:before {
  content: "\f1dc";
}

.icon-paragraph:before {
  content: "\f1dd";
}

.icon-sliders:before {
  content: "\f1de";
}

.icon-share-alt:before {
  content: "\f1e0";
}

.icon-share-alt-square:before {
  content: "\f1e1";
}

.icon-bomb:before {
  content: "\f1e2";
}

.icon-futbol-o:before {
  content: "\f1e3";
}

.icon-soccer-ball-o:before {
  content: "\f1e3";
}

.icon-tty:before {
  content: "\f1e4";
}

.icon-binoculars:before {
  content: "\f1e5";
}

.icon-plug:before {
  content: "\f1e6";
}

.icon-slideshare:before {
  content: "\f1e7";
}

.icon-twitch:before {
  content: "\f1e8";
}

.icon-yelp:before {
  content: "\f1e9";
}

.icon-newspaper-o:before {
  content: "\f1ea";
}

.icon-wifi:before {
  content: "\f1eb";
}

.icon-calculator:before {
  content: "\f1ec";
}

.icon-paypal:before {
  content: "\f1ed";
}

.icon-google-wallet:before {
  content: "\f1ee";
}

.icon-cc-visa:before {
  content: "\f1f0";
}

.icon-cc-mastercard:before {
  content: "\f1f1";
}

.icon-cc-discover:before {
  content: "\f1f2";
}

.icon-cc-amex:before {
  content: "\f1f3";
}

.icon-cc-paypal:before {
  content: "\f1f4";
}

.icon-cc-stripe:before {
  content: "\f1f5";
}

.icon-bell-slash:before {
  content: "\f1f6";
}

.icon-bell-slash-o:before {
  content: "\f1f7";
}

.icon-trash:before {
  content: "\f1f8";
}

.icon-copyright:before {
  content: "\f1f9";
}

.icon-at:before {
  content: "\f1fa";
}

.icon-eyedropper:before {
  content: "\f1fb";
}

.icon-paint-brush:before {
  content: "\f1fc";
}

.icon-birthday-cake:before {
  content: "\f1fd";
}

.icon-area-chart:before {
  content: "\f1fe";
}

.icon-pie-chart:before {
  content: "\f200";
}

.icon-line-chart:before {
  content: "\f201";
}

.icon-lastfm:before {
  content: "\f202";
}

.icon-lastfm-square:before {
  content: "\f203";
}

.icon-toggle-off:before {
  content: "\f204";
}

.icon-toggle-on:before {
  content: "\f205";
}

.icon-bicycle:before {
  content: "\f206";
}

.icon-bus:before {
  content: "\f207";
}

.icon-ioxhost:before {
  content: "\f208";
}

.icon-angellist:before {
  content: "\f209";
}

.icon-cc:before {
  content: "\f20a";
}

.icon-ils:before {
  content: "\f20b";
}

.icon-shekel:before {
  content: "\f20b";
}

.icon-sheqel:before {
  content: "\f20b";
}

.icon-meanpath:before {
  content: "\f20c";
}

.icon-buysellads:before {
  content: "\f20d";
}

.icon-connectdevelop:before {
  content: "\f20e";
}

.icon-dashcube:before {
  content: "\f210";
}

.icon-forumbee:before {
  content: "\f211";
}

.icon-leanpub:before {
  content: "\f212";
}

.icon-sellsy:before {
  content: "\f213";
}

.icon-shirtsinbulk:before {
  content: "\f214";
}

.icon-simplybuilt:before {
  content: "\f215";
}

.icon-skyatlas:before {
  content: "\f216";
}

.icon-cart-plus:before {
  content: "\f217";
}

.icon-cart-arrow-down:before {
  content: "\f218";
}

.icon-diamond:before {
  content: "\f219";
}

.icon-ship:before {
  content: "\f21a";
}

.icon-user-secret:before {
  content: "\f21b";
}

.icon-motorcycle:before {
  content: "\f21c";
}

.icon-street-view:before {
  content: "\f21d";
}

.icon-heartbeat:before {
  content: "\f21e";
}

.icon-venus:before {
  content: "\f221";
}

.icon-mars:before {
  content: "\f222";
}

.icon-mercury:before {
  content: "\f223";
}

.icon-intersex:before {
  content: "\f224";
}

.icon-transgender:before {
  content: "\f224";
}

.icon-transgender-alt:before {
  content: "\f225";
}

.icon-venus-double:before {
  content: "\f226";
}

.icon-mars-double:before {
  content: "\f227";
}

.icon-venus-mars:before {
  content: "\f228";
}

.icon-mars-stroke:before {
  content: "\f229";
}

.icon-mars-stroke-v:before {
  content: "\f22a";
}

.icon-mars-stroke-h:before {
  content: "\f22b";
}

.icon-neuter:before {
  content: "\f22c";
}

.icon-genderless:before {
  content: "\f22d";
}

.icon-facebook-official:before {
  content: "\f230";
}

.icon-pinterest-p:before {
  content: "\f231";
}

.icon-whatsapp:before {
  content: "\f232";
}

.icon-server:before {
  content: "\f233";
}

.icon-user-plus:before {
  content: "\f234";
}

.icon-user-times:before {
  content: "\f235";
}

.icon-bed:before {
  content: "\f236";
}

.icon-hotel:before {
  content: "\f236";
}

.icon-viacoin:before {
  content: "\f237";
}

.icon-train:before {
  content: "\f238";
}

.icon-subway:before {
  content: "\f239";
}

.icon-medium:before {
  content: "\f23a";
}

.icon-y-combinator:before {
  content: "\f23b";
}

.icon-yc:before {
  content: "\f23b";
}

.icon-optin-monster:before {
  content: "\f23c";
}

.icon-opencart:before {
  content: "\f23d";
}

.icon-expeditedssl:before {
  content: "\f23e";
}

.icon-battery:before {
  content: "\f240";
}

.icon-battery-4:before {
  content: "\f240";
}

.icon-battery-full:before {
  content: "\f240";
}

.icon-battery-3:before {
  content: "\f241";
}

.icon-battery-three-quarters:before {
  content: "\f241";
}

.icon-battery-2:before {
  content: "\f242";
}

.icon-battery-half:before {
  content: "\f242";
}

.icon-battery-1:before {
  content: "\f243";
}

.icon-battery-quarter:before {
  content: "\f243";
}

.icon-battery-0:before {
  content: "\f244";
}

.icon-battery-empty:before {
  content: "\f244";
}

.icon-mouse-pointer:before {
  content: "\f245";
}

.icon-i-cursor:before {
  content: "\f246";
}

.icon-object-group:before {
  content: "\f247";
}

.icon-object-ungroup:before {
  content: "\f248";
}

.icon-sticky-note:before {
  content: "\f249";
}

.icon-sticky-note-o:before {
  content: "\f24a";
}

.icon-cc-jcb:before {
  content: "\f24b";
}

.icon-cc-diners-club:before {
  content: "\f24c";
}

.icon-clone:before {
  content: "\f24d";
}

.icon-balance-scale:before {
  content: "\f24e";
}

.icon-hourglass-o:before {
  content: "\f250";
}

.icon-hourglass-1:before {
  content: "\f251";
}

.icon-hourglass-start:before {
  content: "\f251";
}

.icon-hourglass-2:before {
  content: "\f252";
}

.icon-hourglass-half:before {
  content: "\f252";
}

.icon-hourglass-3:before {
  content: "\f253";
}

.icon-hourglass-end:before {
  content: "\f253";
}

.icon-hourglass:before {
  content: "\f254";
}

.icon-hand-grab-o:before {
  content: "\f255";
}

.icon-hand-rock-o:before {
  content: "\f255";
}

.icon-hand-paper-o:before {
  content: "\f256";
}

.icon-hand-stop-o:before {
  content: "\f256";
}

.icon-hand-scissors-o:before {
  content: "\f257";
}

.icon-hand-lizard-o:before {
  content: "\f258";
}

.icon-hand-spock-o:before {
  content: "\f259";
}

.icon-hand-pointer-o:before {
  content: "\f25a";
}

.icon-hand-peace-o:before {
  content: "\f25b";
}

.icon-trademark:before {
  content: "\f25c";
}

.icon-registered:before {
  content: "\f25d";
}

.icon-creative-commons:before {
  content: "\f25e";
}

.icon-gg:before {
  content: "\f260";
}

.icon-gg-circle:before {
  content: "\f261";
}

.icon-tripadvisor:before {
  content: "\f262";
}

.icon-odnoklassniki:before {
  content: "\f263";
}

.icon-odnoklassniki-square:before {
  content: "\f264";
}

.icon-get-pocket:before {
  content: "\f265";
}

.icon-wikipedia-w:before {
  content: "\f266";
}

.icon-safari:before {
  content: "\f267";
}

.icon-chrome:before {
  content: "\f268";
}

.icon-firefox:before {
  content: "\f269";
}

.icon-opera:before {
  content: "\f26a";
}

.icon-internet-explorer:before {
  content: "\f26b";
}

.icon-television:before {
  content: "\f26c";
}

.icon-tv:before {
  content: "\f26c";
}

.icon-contao:before {
  content: "\f26d";
}

.icon-500px:before {
  content: "\f26e";
}

.icon-amazon:before {
  content: "\f270";
}

.icon-calendar-plus-o:before {
  content: "\f271";
}

.icon-calendar-minus-o:before {
  content: "\f272";
}

.icon-calendar-times-o:before {
  content: "\f273";
}

.icon-calendar-check-o:before {
  content: "\f274";
}

.icon-industry:before {
  content: "\f275";
}

.icon-map-pin:before {
  content: "\f276";
}

.icon-map-signs:before {
  content: "\f277";
}

.icon-map-o:before {
  content: "\f278";
}

.icon-map:before {
  content: "\f279";
}

.icon-commenting:before {
  content: "\f27a";
}

.icon-commenting-o:before {
  content: "\f27b";
}

.icon-houzz:before {
  content: "\f27c";
}

.icon-vimeo:before {
  content: "\f27d";
}

.icon-black-tie:before {
  content: "\f27e";
}

.icon-fonticons:before {
  content: "\f280";
}

.icon-reddit-alien:before {
  content: "\f281";
}

.icon-edge:before {
  content: "\f282";
}

.icon-credit-card-alt:before {
  content: "\f283";
}

.icon-codiepie:before {
  content: "\f284";
}

.icon-modx:before {
  content: "\f285";
}

.icon-fort-awesome:before {
  content: "\f286";
}

.icon-usb:before {
  content: "\f287";
}

.icon-product-hunt:before {
  content: "\f288";
}

.icon-mixcloud:before {
  content: "\f289";
}

.icon-scribd:before {
  content: "\f28a";
}

.icon-pause-circle:before {
  content: "\f28b";
}

.icon-pause-circle-o:before {
  content: "\f28c";
}

.icon-stop-circle:before {
  content: "\f28d";
}

.icon-stop-circle-o:before {
  content: "\f28e";
}

.icon-shopping-bag:before {
  content: "\f290";
}

.icon-shopping-basket:before {
  content: "\f291";
}

.icon-hashtag:before {
  content: "\f292";
}

.icon-bluetooth:before {
  content: "\f293";
}

.icon-bluetooth-b:before {
  content: "\f294";
}

.icon-percent:before {
  content: "\f295";
}

.icon-gitlab:before {
  content: "\f296";
}

.icon-wpbeginner:before {
  content: "\f297";
}

.icon-wpforms:before {
  content: "\f298";
}

.icon-envira:before {
  content: "\f299";
}

.icon-universal-access:before {
  content: "\f29a";
}

.icon-wheelchair-alt:before {
  content: "\f29b";
}

.icon-question-circle-o:before {
  content: "\f29c";
}

.icon-blind:before {
  content: "\f29d";
}

.icon-audio-description:before {
  content: "\f29e";
}

.icon-volume-control-phone:before {
  content: "\f2a0";
}

.icon-braille:before {
  content: "\f2a1";
}

.icon-assistive-listening-systems:before {
  content: "\f2a2";
}

.icon-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.icon-asl-interpreting:before {
  content: "\f2a3";
}

.icon-deaf:before {
  content: "\f2a4";
}

.icon-deafness:before {
  content: "\f2a4";
}

.icon-hard-of-hearing:before {
  content: "\f2a4";
}

.icon-glide:before {
  content: "\f2a5";
}

.icon-glide-g:before {
  content: "\f2a6";
}

.icon-sign-language:before {
  content: "\f2a7";
}

.icon-signing:before {
  content: "\f2a7";
}

.icon-low-vision:before {
  content: "\f2a8";
}

.icon-viadeo:before {
  content: "\f2a9";
}

.icon-viadeo-square:before {
  content: "\f2aa";
}

.icon-snapchat:before {
  content: "\f2ab";
}

.icon-snapchat-ghost:before {
  content: "\f2ac";
}

.icon-snapchat-square:before {
  content: "\f2ad";
}

.icon-pied-piper:before {
  content: "\f2ae";
}

.icon-first-order:before {
  content: "\f2b0";
}

.icon-yoast:before {
  content: "\f2b1";
}

.icon-themeisle:before {
  content: "\f2b2";
}

.icon-google-plus-circle:before {
  content: "\f2b3";
}

.icon-google-plus-official:before {
  content: "\f2b3";
}

.icon-fa:before {
  content: "\f2b4";
}

.icon-font-awesome:before {
  content: "\f2b4";
}

.icon-handshake-o:before {
  content: "\f2b5";
}

.icon-envelope-open:before {
  content: "\f2b6";
}

.icon-envelope-open-o:before {
  content: "\f2b7";
}

.icon-linode:before {
  content: "\f2b8";
}

.icon-address-book:before {
  content: "\f2b9";
}

.icon-address-book-o:before {
  content: "\f2ba";
}

.icon-address-card:before {
  content: "\f2bb";
}

.icon-vcard:before {
  content: "\f2bb";
}

.icon-address-card-o:before {
  content: "\f2bc";
}

.icon-vcard-o:before {
  content: "\f2bc";
}

.icon-user-circle:before {
  content: "\f2bd";
}

.icon-user-circle-o:before {
  content: "\f2be";
}

.icon-user-o:before {
  content: "\f2c0";
}

.icon-id-badge:before {
  content: "\f2c1";
}

.icon-drivers-license:before {
  content: "\f2c2";
}

.icon-id-card:before {
  content: "\f2c2";
}

.icon-drivers-license-o:before {
  content: "\f2c3";
}

.icon-id-card-o:before {
  content: "\f2c3";
}

.icon-quora:before {
  content: "\f2c4";
}

.icon-free-code-camp:before {
  content: "\f2c5";
}

.icon-telegram:before {
  content: "\f2c6";
}

.icon-thermometer:before {
  content: "\f2c7";
}

.icon-thermometer-4:before {
  content: "\f2c7";
}

.icon-thermometer-full:before {
  content: "\f2c7";
}

.icon-thermometer-3:before {
  content: "\f2c8";
}

.icon-thermometer-three-quarters:before {
  content: "\f2c8";
}

.icon-thermometer-2:before {
  content: "\f2c9";
}

.icon-thermometer-half:before {
  content: "\f2c9";
}

.icon-thermometer-1:before {
  content: "\f2ca";
}

.icon-thermometer-quarter:before {
  content: "\f2ca";
}

.icon-thermometer-0:before {
  content: "\f2cb";
}

.icon-thermometer-empty:before {
  content: "\f2cb";
}

.icon-shower:before {
  content: "\f2cc";
}

.icon-bath:before {
  content: "\f2cd";
}

.icon-bathtub:before {
  content: "\f2cd";
}

.icon-s15:before {
  content: "\f2cd";
}

.icon-podcast:before {
  content: "\f2ce";
}

.icon-window-maximize:before {
  content: "\f2d0";
}

.icon-window-minimize:before {
  content: "\f2d1";
}

.icon-window-restore:before {
  content: "\f2d2";
}

.icon-times-rectangle:before {
  content: "\f2d3";
}

.icon-window-close:before {
  content: "\f2d3";
}

.icon-times-rectangle-o:before {
  content: "\f2d4";
}

.icon-window-close-o:before {
  content: "\f2d4";
}

.icon-bandcamp:before {
  content: "\f2d5";
}

.icon-grav:before {
  content: "\f2d6";
}

.icon-etsy:before {
  content: "\f2d7";
}

.icon-imdb:before {
  content: "\f2d8";
}

.icon-ravelry:before {
  content: "\f2d9";
}

.icon-eercast:before {
  content: "\f2da";
}

.icon-microchip:before {
  content: "\f2db";
}

.icon-snowflake-o:before {
  content: "\f2dc";
}

.icon-superpowers:before {
  content: "\f2dd";
}

.icon-wpexplorer:before {
  content: "\f2de";
}

.icon-meetup:before {
  content: "\f2e0";
}

.icon-chevron-down:before {
  content: "\e90d";
}

.icon-chevron-left:before {
  content: "\e90e";
}

.icon-chevron-right:before {
  content: "\e90f";
}

.icon-chevron-small-down:before {
  content: "\e910";
}

.icon-chevron-small-left:before {
  content: "\e911";
}

.icon-chevron-small-right:before {
  content: "\e912";
}

.icon-chevron-small-up:before {
  content: "\e913";
}

.icon-chevron-thin-down:before {
  content: "\e914";
}

.icon-chevron-thin-left:before {
  content: "\e915";
}

.icon-chevron-thin-right:before {
  content: "\e916";
}

.icon-chevron-thin-up:before {
  content: "\e917";
}

.icon-chevron-up:before {
  content: "\e918";
}

.icon-trash2:before {
  content: "\e940";
}

.icon-triangle-down:before {
  content: "\e919";
}

.icon-triangle-left:before {
  content: "\e91a";
}

.icon-triangle-right:before {
  content: "\e91b";
}

.icon-triangle-up:before {
  content: "\e91c";
}

.icon-circle-with-cross:before {
  content: "\e91d";
}

.icon-info-with-circle:before {
  content: "\e91e";
}

.icon-key:before {
  content: "\e91f";
}

.icon-location3:before {
  content: "\e921";
}

.icon-lock-open2:before {
  content: "\e922";
}

.icon-lock2:before {
  content: "\e923";
}

.icon-attention:before {
  content: "\e924";
}

.icon-paper-plane:before {
  content: "\e92d";
}

.icon-print:before {
  content: "\e925";
}

.icon-arrow-thin-down:before {
  content: "\e92e";
}

.icon-arrow-thin-left:before {
  content: "\e92f";
}

.icon-arrow-thin-right:before {
  content: "\e930";
}

.icon-arrow-thin-up:before {
  content: "\e931";
}

.icon-bookmarkcopy2:before {
  content: "\e932";
}

.icon-bookmarkcopy3:before {
  content: "\e933";
}

.icon-close:before {
  content: "\e926";
}

.icon-filter:before {
  content: "\e939";
}

.icon-send:before {
  content: "\e934";
}

.icon-user-solid-circle:before {
  content: "\e935";
}

.icon-user-solid-square:before {
  content: "\e936";
}

.icon-zoom-in:before {
  content: "\e93d";
}

.icon-zoom-out:before {
  content: "\e93e";
}