@charset "UTF-8";
/* Theme Name: tomoya_practice */
button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #1565c0;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-align: center;
  text-decoration: none;
  -webkit-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
  background-color: #11519a;
  color: #fff;
}

button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px;
}

button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
  background-color: #1565c0;
}

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

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 0.375em;
}

input,
select,
textarea {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 16px;
}

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
}

[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
  border-color: #b1b1b1;
}

[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
  border-color: #1565c0;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
  outline: none;
}

[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
  background-color: #f2f2f2;
  cursor: not-allowed;
}

[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
  border: 1px solid #ddd;
}

[type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #858585;
}

[type='color']::-moz-placeholder, [type='date']::-moz-placeholder, [type='datetime']::-moz-placeholder, [type='datetime-local']::-moz-placeholder, [type='email']::-moz-placeholder, [type='month']::-moz-placeholder, [type='number']::-moz-placeholder, [type='password']::-moz-placeholder, [type='search']::-moz-placeholder, [type='tel']::-moz-placeholder, [type='text']::-moz-placeholder, [type='time']::-moz-placeholder, [type='url']::-moz-placeholder, [type='week']::-moz-placeholder, input:not([type])::-moz-placeholder, textarea::-moz-placeholder {
  color: #858585;
}

[type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #858585;
}

[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
  color: #858585;
}

textarea {
  resize: vertical;
}

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%;
}

select {
  margin-bottom: 0.75em;
  width: 100%;
}

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 3px solid rgba(21, 101, 192, 0.6);
  outline-offset: 2px;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body {
  height: 100%;
}

body {
  margin: 0;
}

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

dl {
  margin: 0;
}

dt {
  font-weight: 600;
  margin: 0;
}

dd {
  margin: 0;
}

figure {
  margin: 0;
}

img,
picture {
  margin: 0;
  max-width: 100%;
}

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%;
}

thead {
  line-height: 1.2;
  vertical-align: bottom;
}

tbody {
  vertical-align: top;
}

tr {
  border-bottom: 1px solid #ddd;
}

th {
  font-weight: 600;
}

th,
td {
  padding: 0.75em 0.75em 0.75em 0;
}

html {
  color: #333;
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ Ｐ明朝','MS PMincho','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-size: 62.5%;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体','ＭＳ Ｐ明朝','MS PMincho','ヒラギノ明朝 ProN','Hiragino Mincho ProN',sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em;
  letter-spacing: 0.05em;
}

p {
  font-size: 1.4rem;
  margin: 0 0 0.75em;
  letter-spacing: 0.05em;
}

a {
  color: #1565c0;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

/*!
 * Font Awesome Free 5.0.3 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

.fa-xs {
  font-size: .75em;
}

.fa-sm {
  font-size: .875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1);
}

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-aws:before {
  content: "\f375";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comments:before {
  content: "\f086";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frown:before {
  content: "\f119";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-key:before {
  content: "\f084";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-male:before {
  content: "\f183";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-moon:before {
  content: "\f186";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nintendo-switch:before {
  content: "\f418";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-percent:before {
  content: "\f295";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-plane:before {
  content: "\f072";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-print:before {
  content: "\f02f";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-random:before {
  content: "\f074";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-rendact:before {
  content: "\f3e4";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-road:before {
  content: "\f018";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-safari:before {
  content: "\f267";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-strava:before {
  content: "\f428";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-train:before {
  content: "\f238";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!------------------------------------*    Base
\*!------------------------------------*/
.drawer-open {
  overflow: hidden !important;
}

.drawer-nav {
  position: fixed;
  z-index: 101;
  top: 0;
  overflow: hidden;
  width: 16.25rem;
  height: 100%;
  color: #222;
  background-color: #fff;
}

.drawer-brand {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 3.75rem;
  display: block;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-menu-item {
  font-size: 1rem;
  display: block;
  padding: 0.75rem;
  text-decoration: none;
  color: #222;
}

.drawer-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! overlay */
.drawer-overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.drawer-open .drawer-overlay {
  display: block;
}

/*!------------------------------------*    Top
\*!------------------------------------*/
.drawer--top .drawer-nav {
  top: -100%;
  left: 0;
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: top 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
}

.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
  right: 0;
}

/*!------------------------------------*    Left
\*!------------------------------------*/
.drawer--left .drawer-nav {
  left: -16.25rem;
  -webkit-transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: left 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: 16.25rem;
}

/*!------------------------------------*    Right
\*!------------------------------------*/
.drawer--right .drawer-nav {
  right: -16.25rem;
  -webkit-transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: right 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 16.25rem;
}

/*!------------------------------------*    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 0;
  display: block;
  box-sizing: content-box;
  width: 2rem;
  padding: 0;
  padding-top: 18px;
  padding-right: 0.75rem;
  padding-bottom: 30px;
  padding-left: 0.75rem;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border: 0;
  outline: 0;
  background-color: transparent;
}

.drawer-hamburger:hover {
  cursor: pointer;
  background-color: transparent;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 10px;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  width: 100%;
  height: 2px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #222;
}

.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  position: absolute;
  top: -10px;
  left: 0;
  content: ' ';
}

.drawer-hamburger-icon:after {
  top: 10px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: 0;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*!------------------------------------*    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

/*!------------------------------------*    Sidebar
\*!------------------------------------*/
.drawer--sidebar {
  background-color: #fff;
}

.drawer--sidebar .drawer-contents {
  background-color: #fff;
}

@media (min-width: 64em) {
  .drawer--sidebar .drawer-hamburger {
    display: none;
    visibility: hidden;
  }
  .drawer--sidebar .drawer-nav {
    display: block;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    position: fixed;
    width: 12.5rem;
    height: 100%;
  }
  /*! Left */
  .drawer--sidebar.drawer--left .drawer-nav {
    left: 0;
    border-right: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 12.5rem;
  }
  /*! Right */
  .drawer--sidebar.drawer--right .drawer-nav {
    right: 0;
    border-left: 1px solid #ddd;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 12.5rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 48rem;
  }
}

@media (min-width: 75em) {
  .drawer--sidebar .drawer-nav {
    width: 16.25rem;
  }
  .drawer--sidebar.drawer--left .drawer-contents {
    margin-left: 16.25rem;
  }
  .drawer--sidebar.drawer--right .drawer-contents {
    margin-right: 16.25rem;
  }
  /*! container */
  .drawer--sidebar .drawer-container {
    max-width: 60rem;
  }
}

/*!------------------------------------*    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-navbar-header {
  border-bottom: 1px solid #ddd;
  background-color: #fff;
}

.drawer-navbar {
  z-index: 102;
  top: 0;
  width: 100%;
}

/*! .drawer-navbar modifier */
.drawer-navbar--fixed {
  position: fixed;
}

.drawer-navbar-header {
  position: relative;
  z-index: 102;
  box-sizing: border-box;
  width: 100%;
  height: 3.75rem;
  padding: 0 0.75rem;
  text-align: center;
}

.drawer-navbar .drawer-brand {
  line-height: 3.75rem;
  display: inline-block;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
}

.drawer-navbar .drawer-brand:hover {
  background-color: transparent;
}

.drawer-navbar .drawer-nav {
  padding-top: 3.75rem;
}

.drawer-navbar .drawer-menu {
  padding-bottom: 7.5rem;
}

@media (min-width: 64em) {
  .drawer-navbar {
    height: 3.75rem;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar .drawer-navbar-header {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0;
    border: 0;
  }
  .drawer-navbar .drawer-menu--right {
    float: right;
  }
  .drawer-navbar .drawer-menu li {
    float: left;
  }
  .drawer-navbar .drawer-menu-item {
    line-height: 3.75rem;
    padding-top: 0;
    padding-bottom: 0;
  }
  .drawer-navbar .drawer-hamburger {
    display: none;
  }
  .drawer-navbar .drawer-nav {
    position: relative;
    left: 0;
    overflow: visible;
    width: auto;
    height: 3.75rem;
    padding-top: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .drawer-navbar .drawer-menu {
    padding: 0;
  }
  /*! dropdown */
  .drawer-navbar .drawer-dropdown-menu {
    position: absolute;
    width: 16.25rem;
    border: 1px solid #ddd;
  }
  .drawer-navbar .drawer-dropdown-menu-item {
    padding-left: 0.75rem;
  }
}

/*!------------------------------------*    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
}

.drawer-dropdown-menu > li {
  width: 100%;
  list-style: none;
}

.drawer-dropdown-menu-item {
  line-height: 3.75rem;
  display: block;
  padding: 0;
  padding-right: 0.75rem;
  padding-left: 1.5rem;
  text-decoration: none;
  color: #222;
}

.drawer-dropdown-menu-item:hover {
  text-decoration: underline;
  color: #555;
  background-color: transparent;
}

/*! open */
.drawer-dropdown.open > .drawer-dropdown-menu {
  display: block;
}

/*! drawer-caret */
.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: opacity .2s ease, -webkit-transform .2s ease;
  transition: transform .2s ease, opacity .2s ease;
  transition: transform .2s ease, opacity .2s ease, -webkit-transform .2s ease;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/*! open */
.drawer-dropdown.open .drawer-caret {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

/*!------------------------------------*    Container
\*!------------------------------------*/
.drawer-container {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 64em) {
  .drawer-container {
    max-width: 60rem;
  }
}

@media (min-width: 75em) {
  .drawer-container {
    max-width: 70rem;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 10px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 55%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 30px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 1199px) {
  .slick-prev:before,
  .slick-next:before {
    font-size: 20px;
  }
}

.slick-prev {
  left: -45px;
  z-index: 10;
}

@media screen and (max-width: 1199px) {
  .slick-prev {
    left: 10px;
  }
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: 0px;
}

.slick-prev:before {
  content: "";
  background: url(./assets/img/icon_left.png) no-repeat center center;
  background-size: cover;
  color: #000;
  display: block;
  width: 15px;
  height: 26px;
  opacity: 0.2;
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -45px;
}

@media screen and (max-width: 1199px) {
  .slick-next {
    right: 10px;
    z-index: 10;
  }
}

[dir="rtl"] .slick-next {
  left: 0px;
  right: auto;
}

.slick-next:before {
  content: "";
  background: url(./assets/img/icon_right.png) no-repeat center center;
  background-size: cover;
  color: #000;
  display: block;
  width: 15px;
  height: 26px;
  opacity: 0.2;
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

img {
  border: none;
}

a {
  text-decoration: none;
  color: #333;
}

a:hover {
  opacity: 0.8;
}

.content-width {
  width: 1020px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .content-width {
    width: 100%;
    padding: 0 15px;
  }
}

.single-content-width {
  width: 750px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .single-content-width {
    width: 100%;
    padding: 0 15px;
  }
}

.txt-deco-none {
  text-decoration: none;
  color: #333333;
  font-size: 1.8rem;
}

.txt-deco-none:hover {
  opacity: 0.8;
}

.txt-deco-none--fff {
  text-decoration: none;
  color: #fff;
  font-size: 1.2rem;
}

.txt-deco-none--fff:hover {
  color: #999;
}

.heading-h2--left {
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 30px;
}

.heading-h2--left:after {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  background-color: #dcb779;
  margin: 7px 0px 0px 2px;
}

@media screen and (max-width: 767px) {
  .heading-h2--left {
    font-size: 2.0rem;
  }
}

.heading-h2--center {
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 30px;
  text-align: center;
}

.heading-h2--center:after {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  background-color: #dcb779;
  margin: 0 auto;
  margin-top: 7px;
}

@media screen and (max-width: 767px) {
  .heading-h2--center {
    font-size: 2.0rem;
  }
}

.detail-btn {
  width: 240px;
  padding: 15px;
  margin: 0 auto;
  background-color: #dcb779;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .detail-btn {
    padding: 10px;
  }
}

.detail-btn a {
  text-decoration: none;
  color: #fff;
  font-size: 1.8rem;
  padding: 15px 32px;
}

.detail-btn a:hover {
  opacity: 0.8;
}

.section {
  padding: 70px 0px;
}

@media screen and (max-width: 1199px) {
  .section {
    padding: 30px 0px;
  }
}

.section--gray {
  padding: 70px 0px;
  background-color: #f8f5f0;
  transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}

.section {
  transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -webkit-transition: -webkit-transform 0.7s;
  transition: -webkit-transform 0.7s;
  transition: transform 0.7s;
  transition: transform 0.7s, -webkit-transform 0.7s;
  -moz-transition: transform 0.7s;
  -webkit-transition: transform 0.7s;
  -o-transition: transform 0.7s;
}

.breadcrumb {
  background: #dcb779;
  color: #fff;
  padding: 4px 0;
  margin-top: 30px;
}

@media screen and (max-width: 1199px) {
  .breadcrumb {
    margin-bottom: 0px;
    padding: 5px 15px;
    margin-top: 0px;
  }
}

.breadcrumb-list {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}

.breadcrumb-list::after {
  clear: both;
  content: "";
  display: block;
}

.breadcrumb-list li {
  display: inline-block;
  font-size: 1.2rem;
}

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

.breadcrumb-list li:after {
  font-family: FontAwesome;
  content: '\f105';
  display: inline-block;
  font-size: 1.2rem;
  margin: 0 10px;
}

.breadcrumb-list li a {
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .pagination {
    text-align: center;
    margin-top: 10px;
  }
}

.pagination .page-numbers {
  font-size: 1.4rem;
  color: #313131;
  border: 1px solid #313131;
  padding: 8px;
  margin-right: 3px;
}

.pagination .current {
  font-size: 1.4rem;
  background-color: #313131;
  color: #fff;
}

.pagination .page-numbers.next {
  border: none;
  font-size: 2.2rem;
}

.pagination .page-numbers.prev {
  border: none;
  font-size: 2.2rem;
}

#loader {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #fff;
  /*Loaderの背景色としたいものを指定*/
  opacity: 1.0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  /*一番前面に出るように（今回はbxSlidrの矢印が9999だったのでそれを超えるようにしました）*/
}

#loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  /* Safari用 */
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
}

.header {
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  margin-bottom: 30px;
}

@media screen and (max-width: 1199px) {
  .header {
    margin-bottom: 0px;
  }
}

.header .main-visual {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .header .main-visual {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 767px) {
  .header .main-visual {
    height: 200px;
  }
}

.header .main-visual__list {
  width: 100%;
  height: 600px;
  overflow: hidden;
  background-attachment: fixed;
}

@media screen and (max-width: 767px) {
  .header .main-visual__list {
    height: 200px;
  }
}

.header .main-visual img {
  width: 100%;
  height: 500px;
  vertical-align: center;
}

@media screen and (max-width: 767px) {
  .header .main-visual img {
    height: 200px;
  }
}

.header .main-visual__logo {
  position: absolute;
  top: 10%;
  left: 10%;
}

@media screen and (max-width: 767px) {
  .header .main-visual__logo {
    top: 15px;
    left: 15px;
  }
}

.header .main-visual__logo img {
  width: 215px;
  height: auto;
}

@media screen and (max-width: 767px) {
  .header .main-visual__logo img {
    width: 100px;
  }
}

.header .main-visual__right-txt {
  position: absolute;
  top: 10%;
  right: 10%;
}

.header .main-visual__right-txt img {
  width: 200px;
  height: auto;
}

@media screen and (max-width: 1199px) {
  .header .main-visual__right-txt {
    display: none;
  }
}

.header .main-visual .main-visual__description__list__item {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  color: #fff;
  font-size: 3.6rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 767px) {
  .header .main-visual .main-visual__description__list__item {
    top: 60%;
    left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .header .main-visual .main-visual__description__list__item {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.header .slide__img {
  position: relative;
  overflow-x: hidden;
  line-height: 0;
}

.header .slide__img .slick-current .slider-list__item {
  opacity: 1;
}

.header .slide__img .slide__list {
  overflow-x: hidden;
}

.header .slide__img .slide__list__item img {
  width: 100%;
  height: 100%;
}

.header .slide__img {
  margin-bottom: 35px;
}

@media screen and (max-width: 1199px) {
  .header .slide__img {
    margin-bottom: 0px;
  }
}

.header .global-menu__list__item {
  display: inline-block;
  border-right: 1px solid #333;
  line-height: 1;
  font-size: 0;
  margin: 0px;
}

@media screen and (max-width: 1199px) {
  .header .global-menu__list__item {
    display: none;
  }
}

.header .global-menu__list__item a {
  display: block;
  margin: 0px 20px;
}

.header .global-menu__list__item:last-child {
  border-right: 0px solid #333;
}

.header .global-menu__list__item:last-child a {
  margin: 0px 0px 0 20px;
}

.header .global-menu__list__item:first-child a {
  margin: 0px 20px 0 10px;
}

.drawer-hamburger {
  width: 3.0rem;
  padding-right: 1.5rem;
  padding-bottom: 25px;
  padding-left: 1.5rem;
  position: fixed;
  top: 0;
  right: 1;
}

@media screen and (min-width: 1200px) {
  .drawer-hamburger {
    display: none;
  }
}

.drawer-hamburger .drawer-hamburger-icon::before, .drawer-hamburger .drawer-hamburger-icon::after {
  background: #333;
}

.header .drawer-toggle {
  width: 32px;
}

.drawer-nav .drawer-menu {
  padding: 15px 5px;
}

.drawer-nav .drawer-menu li {
  border-bottom: 1px solid #f0f0f0;
}

.drawer-nav .drawer-menu li a {
  font-size: 1.2rem;
  display: block;
  padding: 15px 10px;
}

.menu-fixed-pc {
  display: none;
}

@media screen and (min-width: 1200px) {
  .menu-fixed-pc {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #dcb779;
    padding: 25px;
    z-index: 50;
    opacity: 1;
  }
}

.menu-fixed-pc .global-menu__list__item {
  border-right: 1px solid #fff;
}

.menu-fixed-pc .txt-deco-none {
  color: #fff;
}

.footer {
  background-color: #333;
  padding: 40px 0px 70px;
  margin-top: 40px;
}

@media screen and (max-width: 1199px) {
  .footer {
    padding: 30px 0px 30px;
  }
}

.footer .content-width {
  position: relative;
}

.footer .footer__btn {
  position: absolute;
  left: 445px;
  top: -80px;
  width: 130px;
  height: 130px;
  border-radius: 100px;
  background: #333;
  z-index: -1;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 1199px) {
  .footer .footer__btn {
    left: 50%;
    top: -4%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
  }
}

.footer .footer__btn__icon:before {
  font-family: 'FontAwesome';
  content: '\f106';
  font-size: 35px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer .footer__btn__icon:before {
    font-size: 30px;
  }
}

.footer__global-menu__list {
  text-align: center;
  margin-bottom: 42px;
}

@media screen and (max-width: 1199px) {
  .footer__global-menu__list {
    margin-bottom: 20px;
  }
}

.footer__global-menu__list__item {
  display: inline-block;
  line-height: 1;
  font-size: 0;
  margin: 0px;
}

@media screen and (max-width: 1199px) {
  .footer__global-menu__list__item {
    line-height: 2;
  }
}

.footer__global-menu__list__item a {
  display: block;
  margin: 0px 9px;
}

.footer__info::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 767px) {
  .footer__info {
    text-align: center;
  }
}

.footer__info__img {
  float: left;
  display: inline-block;
  width: 125px;
}

@media screen and (max-width: 767px) {
  .footer__info__img {
    float: none;
    display: inline-block;
    text-align: center;
    margin-bottom: 15px;
  }
}

.footer__info .footer__info__txt {
  float: left;
  display: inline-block;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 5px;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .footer__info .footer__info__txt {
    display: block;
    float: none;
    margin-left: 0px;
    line-height: 1.2;
  }
}

.footer__info .footer__info__txt__tel {
  display: inline-block;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .footer__info .footer__info__txt__tel {
    display: block;
    margin-right: 0px;
  }
}

.footer__info .footer__info__txt p {
  margin-bottom: 13px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .footer__info .footer__info__txt p {
    text-align: center;
  }
}

.copy-right {
  background-color: #333;
  padding-bottom: 30px;
}

.copy-right p {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}

.fixed-contact-height {
  display: none;
}

@media screen and (max-width: 1199px) {
  .fixed-contact-height {
    display: block;
    height: 53px;
    width: 100%;
    background-color: #dcb779;
  }
}

.fixed-contact {
  display: none;
}

@media screen and (max-width: 1199px) {
  .fixed-contact {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #dcb779;
    opacity: 0.9;
    padding: 10px;
    text-align: center;
  }
}

.fixed-contact .fixed-contact-tel {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #fff;
  margin-right: 10px;
}

.fixed-contact .fixed-contact-tel a {
  color: #fff;
  letter-spacing: 0.25em;
  font-size: 1.4rem;
  padding: 5px 10px;
}

.fixed-contact .fixed-contact-web {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #fff;
}

.fixed-contact .fixed-contact-web a {
  color: #fff;
  letter-spacing: 0.25em;
  font-size: 1.4rem;
  padding: 5px 10px;
}

.top .section-add-20190118 .center {
  text-align: center;
  margin-bottom: 40px;
}

.top .section-add-20190118 .story-view {
  height: 500px;
}

@media screen and (max-width: 767px) {
  .top .section-add-20190118 .story-view {
    height: 350px;
  }
}

.top .section-1--bgimg {
  background: url(./assets/img/p0101_m.jpg);
  background-attachment: fixed;
}

.top .section-1 {
  position: relative;
  width: 1020px;
  margin: 0 auto;
}

@media screen and (max-width: 1199px) {
  .top .section-1 {
    width: 100%;
    padding: 0px 15px;
  }
}

.top .section-1 .section-1__contents__img {
  display: inline-block;
  margin-right: 60px;
}

@media screen and (max-width: 1199px) {
  .top .section-1 .section-1__contents__img {
    display: block;
    float: none;
    text-align: left;
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .top .section-1 .section-1__contents__img img {
    width: 80%;
  }
}

@media screen and (max-width: 767px) {
  .top .section-1 .section-1__contents__img img {
    width: 100%;
  }
}

.top .section-1 .section-1__contents__txt {
  position: absolute;
  top: 14%;
  right: 0%;
  width: 476px;
  background-color: #fff;
  padding: 30px;
}

@media screen and (max-width: 1199px) {
  .top .section-1 .section-1__contents__txt {
    right: 0%;
    top: 18%;
  }
}

@media screen and (max-width: 767px) {
  .top .section-1 .section-1__contents__txt {
    position: inherit;
    width: 100%;
    padding: 10px 5px;
  }
}

.top .section-1 .section-1__contents__txt p {
  margin-bottom: 0px;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.top .section-2 {
  background-image: url(./assets/img/top_sec_02_bg.jpg);
  background-size: cover;
  background-attachment: fixed;
}

.top .section-2 .section-2__sub-title {
  text-align: center;
  line-height: 1.3;
}

.top .section-2 .section-2__img {
  display: block;
}

@media screen and (max-width: 767px) {
  .top .section-2 .section-2__img {
    display: none;
  }
}

.top .section-2 .section-2__img__sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .top .section-2 .section-2__img__sp {
    display: block;
    margin-bottom: 25px;
  }
}

.top .section-2__img {
  padding: 30px 0 50px;
}

.top .background__img {
  background-image: url(./assets/img/bg-img-2.jpg);
  height: 400px;
  background-size: cover;
  background-attachment: fixed;
}

@media screen and (max-width: 767px) {
  .top .background__img {
    background-image: url(./assets/img/bg-img-2.jpg);
    height: 200px;
    background-size: cover;
    background-attachment: inherit;
  }
}

.top .section-3__list::after {
  clear: both;
  content: "";
  display: block;
}

.top .section-3__list__item {
  width: 20%;
  box-shadow: 0px 1px 2px 0px #f0f0f0;
  float: left;
  margin-bottom: 30px;
}

.top .section-3__list__item__img img {
  width: 204px;
  height: 140px;
}

@media screen and (max-width: 1199px) {
  .top .section-3__list__item__img img {
    width: 100%;
    height: auto;
  }
}

.top .section-3__list__item__txt {
  padding: 20px;
  letter-spacing: 0.05em;
}

.top .section-3__list__item__txt__h3 {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.top .section-3__list__item__txt__p {
  font-size: 1.2rem;
}

.top .section-4 {
  padding: 20px 0;
  margin-bottom: 55px;
}

.top .section-4::after {
  clear: both;
  content: "";
  display: block;
}

.top .section-4 .section-4__h3 {
  margin-bottom: 5px;
  display: inline-block;
  margin-right: 10px;
}

.top .section-4__news {
  float: left;
  width: 500px;
  margin-right: 20px;
  padding: 20px 30px;
  background-color: #fff;
}

@media screen and (max-width: 1199px) {
  .top .section-4__news {
    width: 100%;
    margin-right: 0px;
    padding: 15px;
  }
}

.top .section-4__news .section-4__event-more {
  display: inline-block;
  background-color: #dcb779;
  line-height: 1;
  padding: 8px 6px 6px;
}

@media screen and (max-width: 767px) {
  .top .section-4__news .section-4__event-more {
    padding: 8px 3px 6px;
  }
}

.top .section-4__news .section-4__event-more a {
  color: #fff;
  padding: 0px 10px;
  font-size: 1.2rem;
}

.top .section-4__news .section-4__news-more {
  display: inline-block;
  background-color: #dcb779;
  line-height: 1;
  margin-right: 5px;
  padding: 5px 10px;
}

.top .section-4__news .section-4__news-more a {
  color: #fff;
  padding: 0px 10px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.top .section-4__news__item {
  border-bottom: 1px solid #f9f9f9;
  padding: 15px 0px;
}

.top .section-4__news__item__info {
  display: inline-block;
  font-size: 0rem;
}

@media screen and (max-width: 767px) {
  .top .section-4__news__item__info {
    margin-bottom: 5px;
  }
}

.top .section-4__news__item__info__time {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-right: 13px;
}

.top .section-4__news__item__info__cat {
  display: inline-block;
  background-color: #333333;
  padding: 2.5px  8px;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-right: 8px;
}

.top .section-4__news__item__info__cat a {
  color: #fff;
  text-decoration: none;
}

.top .section-4__news__item__info__cat a:hover {
  opacity: 0.8;
}

.top .section-4__news__item__txt {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .top .section-4__news__item__txt {
    display: block;
  }
}

.top .section-4__news__item__txt a {
  text-decoration: none;
  color: #000;
}

.top .section-4__news__item__txt a:hover {
  opacity: 0.8;
}

.top .section-4__news .section-4__btn {
  padding: 35px 0px 20px;
  text-align: right;
}

@media screen and (max-width: 1199px) {
  .top .section-4__news .section-4__btn {
    text-align: center;
  }
}

.top .section-4__news .section-4__btn a {
  font-size: 1.8rem;
  text-decoration: none;
  color: #dcb779;
  padding: 20px 65px;
  border: 1px solid #dcb779;
  letter-spacing: 0.05em;
}

.top .section-4__news .section-4__btn a:hover {
  color: #fff;
  background-color: #dcb779;
}

.top .section-4__blog {
  float: left;
  width: 500px;
  padding: 20px 30px;
  background-color: #fff;
}

@media screen and (max-width: 1199px) {
  .top .section-4__blog {
    width: 100%;
    padding: 15px;
  }
}

.top .section-4__blog .section-4__blog-more {
  display: inline-block;
  background-color: #dcb779;
  line-height: 1;
  padding: 5px 10px;
}

.top .section-4__blog .section-4__blog-more a {
  color: #fff;
  padding: 0px 10px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

.top .section-4__blog__item {
  border-bottom: 1px solid #f9f9f9;
  padding: 15px 0px;
}

.top .section-4__blog__item__info {
  display: inline-block;
  font-size: 0rem;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .top .section-4__blog__item__info {
    margin-bottom: 5px;
  }
}

.top .section-4__blog__item__info__time {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-right: 13px;
}

.top .section-4__blog__item__info__cat {
  display: inline-block;
  background-color: #f39700;
  padding: 2.5px  8px;
  font-size: 1.2rem;
  line-height: 1;
}

.top .section-4__blog__item__info__cat a {
  color: #fff;
  text-decoration: none;
}

.top .section-4__blog__item__info__cat a:hover {
  opacity: 0.8;
}

.top .section-4__blog__item__txt {
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 767px) {
  .top .section-4__blog__item__txt {
    display: block;
  }
}

.top .section-4__blog__item__txt a {
  text-decoration: none;
  color: #000;
}

.top .section-4__blog__item__txt a:hover {
  opacity: 0.8;
}

.top .section-4__blog .section-4__btn {
  padding: 35px 0px 20px;
  text-align: right;
}

@media screen and (max-width: 1199px) {
  .top .section-4__blog .section-4__btn {
    text-align: center;
  }
}

.top .section-4__blog .section-4__btn a {
  font-size: 1.8rem;
  text-decoration: none;
  color: #dcb779;
  padding: 20px 65px;
  border: 1px solid #dcb779;
  letter-spacing: 0.05em;
}

.top .section-4__blog .section-4__btn a:hover {
  color: #fff;
  background-color: #dcb779;
}

.makehouse .section {
  padding: 70px 0px 0px;
}

@media screen and (max-width: 767px) {
  .makehouse .section {
    padding: 35px 0px 0px;
  }
}

.makehouse .section .heading__h3 {
  font-weight: normal;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #d4be99;
  padding-bottom: 10px;
}

.makehouse .section .makehouse__txt {
  margin-bottom: 28px;
}

.makehouse .section .makehouse__txt__p {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 0px;
}

.makehouse .section .section__list::after {
  clear: both;
  content: "";
  display: block;
}

.makehouse .section .section__list__item {
  margin-bottom: 35px;
}

.makehouse .section .section__list__item::after {
  clear: both;
  content: "";
  display: block;
}

.makehouse .section .section__list__item:last-child {
  margin-bottom: 0px;
}

.makehouse .section .section__list__item__img {
  float: left;
  width: 220px;
}

@media screen and (max-width: 1199px) {
  .makehouse .section .section__list__item__img {
    width: 100%;
    margin-bottom: 10px;
  }
  .makehouse .section .section__list__item__img::after {
    clear: both;
    content: "";
    display: block;
  }
  .makehouse .section .section__list__item__img img {
    float: left;
  }
}

@media screen and (max-width: 1199px) and (max-width: 767px) {
  .makehouse .section .section__list__item__img img {
    width: 48%;
    margin-right: 2%;
  }
}

.makehouse .section .section__list__item__txt {
  float: left;
  width: 800px;
  padding: 18px 0 0 40px;
}

@media screen and (max-width: 1199px) {
  .makehouse .section .section__list__item__txt {
    width: 100%;
    padding: 0px;
  }
}

.makehouse .section .section__list__item__txt h4 {
  font-size: 2.0rem;
  font-weight: normal;
  margin-bottom: 15px;
}

.makehouse .section .section__list__item__txt h4:after {
  content: "";
  display: block;
  width: 72px;
  height: 1px;
  background-color: #d4be99;
  margin: 7px 0px 0px 2px;
}

.makehouse .section .section__list__item__txt p {
  font-size: 1.6rem;
  margin-bottom: 0px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .makehouse .section .section__list__item__txt p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.makehouse .section .section__list__item__txt dt {
  font-size: 1.6rem;
  margin-bottom: 0px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .makehouse .section .section__list__item__txt dt {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.makehouse .section .section__list__item__txt dd {
  text-indent: 1em;
  font-size: 1.6rem;
  margin-bottom: 0px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .makehouse .section .section__list__item__txt dd {
    text-indent: 1em;
    font-size: 1.4rem;
    line-height: 1.6;
  }
}

.makehouse .section-4__img {
  padding: 70px 0px 0px;
}

@media screen and (max-width: 767px) {
  .makehouse .section-4__img {
    padding: 35px 0px 0px;
  }
}

.makehouse .section-5 {
  padding: 70px 0px;
}

@media screen and (max-width: 767px) {
  .makehouse .section-5 {
    padding: 35px 0px;
  }
}

.company .section-1__list {
  text-align: center;
  font-size: 0;
  margin-bottom: 20px;
}

.company .section-1__list__item {
  display: inline-block;
}

.company .section-1__list__item img {
  margin-bottom: 20px;
}

.company .section-1__list__item:first-child {
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .company .section-1__list__item:first-child {
    margin-right: 0px;
  }
}

.company .section-1__list__item p {
  font-size: 1.8rem;
  margin-bottom: 0px;
}

.company .section-1__table {
  margin: 0 auto;
  width: 760px;
}

@media screen and (max-width: 1199px) {
  .company .section-1__table {
    width: 750px;
  }
}

@media screen and (max-width: 767px) {
  .company .section-1__table {
    width: 100%;
  }
}

.company .section-1__table .section-1__table--dl {
  display: table;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.company .section-1__table .section-1__table--dl:first-child {
  border-top: 1px solid #d5d5d5;
}

@media screen and (max-width: 767px) {
  .company .section-1__table .section-1__table--dl {
    display: block;
    font-size: 1.2rem;
  }
}

.company .section-1__table .section-1__table--dt {
  text-align: center;
  display: table-cell;
  background-color: #f2f2f2;
  width: 180px;
  padding: 5.5px 0px;
  border-bottom: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
}

@media screen and (max-width: 767px) {
  .company .section-1__table .section-1__table--dt {
    width: 100%;
    display: block;
  }
}

.company .section-1__table .section-1__table--dd {
  width: 580px;
  display: table-cell;
  padding: 5.5px 0px;
  padding-left: 20px;
  border-bottom: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}

@media screen and (max-width: 1199px) {
  .company .section-1__table .section-1__table--dd {
    width: 570px;
  }
}

@media screen and (max-width: 767px) {
  .company .section-1__table .section-1__table--dd {
    width: 100%;
    display: block;
    text-align: center;
    padding-left: 0px;
    border-left: 1px solid #d5d5d5;
  }
}

.archive-example .section-1__list::after {
  clear: both;
  content: "";
  display: block;
}

.archive-example .section-1__list__item {
  width: 20%;
  box-shadow: 0px 1px 2px 0px #f0f0f0;
  float: left;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .archive-example .section-1__list__item {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
}

.archive-example .section-1__list__item a {
  text-decoration: none;
  color: #333;
}

.archive-example .section-1__list__item a:hover {
  opacity: 0.8;
}

.archive-example .section-1__list__item__img {
  text-align: center;
}

.archive-example .section-1__list__item__img img {
  width: 204px;
  height: 140px;
}

@media screen and (max-width: 767px) {
  .archive-example .section-1__list__item__img img {
    width: auto;
    height: auto;
  }
}

.archive-example .section-1__list__item__txt {
  padding: 20px;
  letter-spacing: 0.05em;
  height: 210px;
}

@media screen and (max-width: 767px) {
  .archive-example .section-1__list__item__txt {
    height: auto;
  }
}

.archive-example .section-1__list__item__txt__h3 {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .archive-example .section-1__list__item__txt__h3 {
    text-align: center;
  }
}

.archive-example .section-1__list__item__txt__p {
  font-size: 1.2rem;
}

.news .section-1__list::after {
  clear: both;
  content: "";
  display: block;
}

.news .section-1__list__item {
  width: 20%;
  box-shadow: 0px 1px 2px 0px #f0f0f0;
  float: left;
}

@media screen and (max-width: 767px) {
  .news .section-1__list__item {
    width: 100%;
  }
}

.news .section-1__list__item a {
  text-decoration: none;
  color: #000;
}

.news .section-1__list__item a:hover {
  opacity: 0.8;
}

.news .section-1__list__item__img img {
  width: 204px;
  height: 140px;
}

@media screen and (max-width: 1199px) {
  .news .section-1__list__item__img img {
    width: 100%;
    height: auto;
  }
}

.news .section-1__list__item__txt {
  padding: 18px;
  padding-top: 10px;
  letter-spacing: 0.05em;
}

.news .section-1__list__item__txt__data {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.news .section-1__list__item__txt__data__time {
  display: inline-block;
  font-size: 1.4rem;
}

.news .section-1__list__item__txt__data__cat {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0px 8px;
  background-color: #f39700;
  line-height: 1.4;
}

.news .section-1__list__item__txt__data__cat a {
  text-decoration: none;
  color: #fff;
}

.news .section-1__list__item__txt__p {
  font-size: 1.2rem;
}

.single .heading-h2--left {
  font-size: 2.0rem;
  margin-bottom: 18px;
}

.single .section-1__data {
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .single .section-1__data {
    margin-bottom: 20px;
  }
}

.single .section-1__data__time {
  display: inline-block;
  font-size: 1.4rem;
}

.single .section-1__data__cat {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0px 8px;
  background-color: #f39700;
  line-height: 1.4;
}

.single .section-1__data__cat a {
  text-decoration: none;
  color: #fff;
}

.single .section-1 .section-1__img {
  text-align: center;
}

.single .section-1 .section-1__img img {
  width: 80%;
  height: auto;
  margin-bottom: 20px;
}

.single .section-1 .section-1__content {
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
  color: #313131;
  font-size: 1.6rem;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .single .section-1 .section-1__content {
    margin-bottom: 30px;
  }
}

.example-single .section-1__dicription {
  text-align: center;
  color: #666666;
  font-size: 1.4rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .example-single .section-1__dicription {
    margin-bottom: 20px;
  }
}

.example-single .section-1__img::after {
  clear: both;
  content: "";
  display: block;
}

.example-single .section-1__img .bx-slider {
  float: left;
  width: 450px;
  margin-right: 10px;
}

@media screen and (max-width: 1199px) {
  .example-single .section-1__img .bx-slider {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
}

.example-single .section-1__img #large img {
  width: 450px;
}

.example-single .section-1__img__small {
  width: 560px;
  float: left;
}

@media screen and (max-width: 1199px) {
  .example-single .section-1__img__small {
    width: 100%;
  }
}

.example-single .section-1__img__small .section-1__img__small__list::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 767px) {
  .example-single .section-1__img__small #bx-pager a:nth-child(3n) img {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

.example-single .section-1__img__small #bx-pager img {
  float: left;
  width: 135px;
  height: 90px;
  margin-right: 5px;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .example-single .section-1__img__small #bx-pager img {
    float: left;
    width: 24%;
    height: auto;
    margin-right: 1%;
  }
}

@media screen and (max-width: 767px) {
  .example-single .section-1__img__small #bx-pager img {
    float: left;
    margin-right: 1.3%;
    width: 32%;
    height: auto;
  }
}

.example-single .section-1__img .section-1__img__small__txt {
  text-align: center;
}

.example-single .section-1__img .section-1__img__small__txt p {
  margin-bottom: 0px;
  padding: 50px 0px;
}

@media screen and (max-width: 1199px) {
  .example-single .section-1__img .section-1__img__small__txt p {
    padding: 25px 0 0 0px;
  }
}

@media screen and (max-width: 767px) {
  .example-single .section-1__img .section-1__img__small__txt p {
    padding: 10px 0px;
    font-size: 1.2rem;
  }
}

.example__deteil {
  text-align: center;
  margin-bottom: 100px;
  font-size: 0px;
}

@media screen and (max-width: 1199px) {
  .example__deteil {
    margin-bottom: 50px;
  }
}

.example__deteil .example__deteil__btn {
  display: inline-block;
  width: 240px;
  margin-right: 10px;
  padding: 15px;
  background-color: #d4be99;
  text-align: center;
}

.example__deteil .example__deteil__btn:nth-child(3) {
  margin-right: 0px;
}

@media screen and (max-width: 767px) {
  .example__deteil .example__deteil__btn {
    margin-bottom: 10px;
    margin-right: 0px;
  }
}

.example__deteil .example__deteil__btn a {
  text-decoration: none;
  color: #fff;
  font-size: 1.8rem;
  padding: 15px 51px;
}

@media screen and (max-width: 1199px) {
  .example__deteil .example__deteil__btn a {
    font-size: 1.4rem;
  }
}

.example__deteil .example__deteil__btn a:hover {
  opacity: 0.8;
}

.events .section-1__dicription {
  text-align: center;
  color: #666666;
  font-size: 1.4rem;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .events .section-1__dicription {
    margin-bottom: 20px;
  }
}

.events .section-1__img::after {
  clear: both;
  content: "";
  display: block;
}

.events .section-1__img .bx-slider {
  float: left;
  width: 450px;
  margin-right: 10px;
}

@media screen and (max-width: 1199px) {
  .events .section-1__img .bx-slider {
    width: 100%;
    text-align: center;
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

.events .section-1__img__small {
  width: 560px;
  float: left;
}

@media screen and (max-width: 1199px) {
  .events .section-1__img__small {
    width: 100%;
  }
}

.events .section-1__img__small .section-1__img__small__list::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 767px) {
  .events .section-1__img__small #bx-pager a:nth-child(3n) img {
    margin-right: 0px;
  }
}

.events .section-1__img__small #bx-pager img {
  float: left;
  width: 135px;
  height: auto;
  margin-right: 5px;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
  .events .section-1__img__small #bx-pager img {
    float: left;
    width: 24%;
    margin-right: 1%;
  }
}

@media screen and (max-width: 767px) {
  .events .section-1__img__small #bx-pager img {
    float: left;
    margin-right: 1.3%;
    width: 32%;
  }
}

.events .section-1__img .section-1__img__small__txt {
  text-align: center;
}

.events .section-1__img .section-1__img__small__txt p {
  margin-bottom: 0px;
  padding: 50px 0px;
}

@media screen and (max-width: 1199px) {
  .events .section-1__img .section-1__img__small__txt p {
    padding: 25px 0 0 0px;
  }
}

@media screen and (max-width: 767px) {
  .events .section-1__img .section-1__img__small__txt p {
    padding: 10px 0px;
    font-size: 1.2rem;
  }
}

.example__deteil {
  text-align: center;
  margin-bottom: 100px;
  font-size: 0px;
}

@media screen and (max-width: 1199px) {
  .example__deteil {
    margin-bottom: 50px;
  }
}

.example__deteil .example__deteil__btn {
  display: inline-block;
  width: 240px;
  margin-right: 10px;
  padding: 15px;
  background-color: #dcb779;
  text-align: center;
}

.example__deteil .example__deteil__btn:nth-child(3) {
  margin-right: 0px;
}

@media screen and (max-width: 767px) {
  .example__deteil .example__deteil__btn {
    margin-bottom: 10px;
    margin-right: 0px;
  }
}

.example__deteil .example__deteil__btn a {
  text-decoration: none;
  color: #fff;
  font-size: 1.8rem;
  padding: 15px 51px;
}

@media screen and (max-width: 1199px) {
  .example__deteil .example__deteil__btn a {
    font-size: 1.4rem;
  }
}

.example__deteil .example__deteil__btn a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1199px) {
  .contact .section__container {
    padding: 0 15px;
  }
}

.contact .section__table {
  display: table;
  width: 100%;
}

@media screen and (max-width: 1199px) {
  .contact .section__table {
    display: block;
  }
}

.contact .section .submit-btn {
  text-align: center;
}

.contact .section .submit-btn input {
  display: inline-block;
  margin-top: 20px;
  padding: 20px 120px;
  color: #fff;
  background-color: #dcb779;
}

.contact .section .submit-btn input:hover {
  opacity: 0.8;
}

.contact .section .section__table {
  width: 1000px;
}

@media screen and (max-width: 1199px) {
  .contact .section .section__table {
    width: 100%;
  }
}

.contact .section .wpcf7-form {
  border-top: 1px solid #d5d5d5;
}

.contact .section__definition {
  display: table-row;
  font-family: 'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,sans-serif;
}

.contact .section__definition::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 1199px) {
  .contact .section__definition {
    display: block;
  }
}

.contact .section__definition dt {
  display: table-cell;
  width: 300px;
  font-size: 1.8rem;
  text-align: center;
  font-weight: normal;
  color: #333333;
  background: #f2f2f2;
  padding: 20px 0;
  border-bottom: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
  border-left: 1px solid #d5d5d5;
}

.contact .section__definition dt:after {
  content: "必須";
  display: inline-block;
  float: right;
  background-color: #f39700;
  color: #fff;
  font-size: 1.2rem;
  padding: 3px 12px;
  margin-right: 10px;
}

@media screen and (max-width: 1199px) {
  .contact .section__definition dt:after {
    float: none;
    margin-right: 0px;
    margin-left: 5px;
    padding: 1px 6px;
    font-size: 1.0rem;
  }
}

@media screen and (max-width: 1199px) {
  .contact .section__definition dt {
    display: block;
    padding: 5px 10px;
    font-size: 1.2rem;
    width: 100%;
    border-bottom: 1px solid #d5d5d5;
  }
}

.contact .section__definition dd {
  width: 700px;
  display: table-cell;
  background: #f9f9f9;
  color: #000;
  font-size: 1.6rem;
  vertical-align: middle;
  padding: 0 20px;
  border-bottom: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}

@media screen and (max-width: 1199px) {
  .contact .section__definition dd {
    width: 100%;
    display: block;
    border-bottom: 1px solid #fff;
    font-size: 1.2rem;
    padding: 15px;
    border-left: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
  }
}

.contact .section__definition dd input {
  margin-bottom: 0px;
}

.contact .section__definition dd textarea {
  margin: 15px 0px;
}

.insta {
  margin-bottom: 80px;
}

.insta .insta-wrap .insta-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.insta .insta-wrap .insta-list li {
  width: 330px;
  height: 330px;
  overflow: hidden;
  margin-right: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 1199px) {
  .insta .insta-wrap .insta-list li {
    width: 32%;
    margin-right: 2%;
    height: 32%;
  }
}

.insta .insta-wrap .insta-list li:nth-child(3n) {
  margin-right: 0px;
}

.insta .insta-wrap .insta-list li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.insta .insta-wrap .insta-more {
  width: 240px;
  margin: 0 auto;
}

.insta .insta-wrap .insta-more a {
  display: block;
  background-color: #dcb779;
  color: #fff;
  text-align: center;
  padding: 10px 0px;
  font-size: 2.0rem;
}

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