@charset "UTF-8";
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet
******************************************************************/
/*********************
IMPORTING PARTIALS
*********************/
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

body {
  margin: 0;
}

h1, h2, h3, h4, h5, p, div, section, dl, dt, dd, ul, li, span, a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* ==========================================================================
   Links
   ========================================================================== */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
ol,
ul {
  padding: 0;
  list-style-type: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
  vertical-align: bottom;
  width: 100%;
  max-width: 100%;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}

.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}

.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-style: italic;
}

p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}

/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/*********************
TRANSITION
*********************/
/*
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
.last-col {
  float: right;
  padding-right: 0 !important;
}

/* Mobile Grid Styles */
@media (max-width: 767px) {
  .m-all {
    float: left;
    width: 100%;
    padding-right: 0;
  }
  .m-1of2 {
    float: left;
    width: 50%;
  }
  .m-1of3 {
    float: left;
    width: 33.33%;
  }
  .m-2of3 {
    float: left;
    width: 66.66%;
  }
  .m-1of4 {
    float: left;
    width: 25%;
  }
  .m-3of4 {
    float: left;
    width: 75%;
  }
}

/* Portrait tablet to landscape */
@media (min-width: 768px) and (max-width: 1029px) {
  .t-all {
    float: left;
    width: 100%;
    padding-right: 0;
  }
  .t-1of2 {
    float: left;
    width: 50%;
    padding: .5em;
  }
  .t-1of3 {
    float: left;
    width: 33.33%;
  }
  .t-2of3 {
    float: left;
    width: 66.66%;
  }
  .t-1of4 {
    float: left;
    width: 25%;
  }
  .t-3of4 {
    float: left;
    width: 75%;
  }
  .t-1of5 {
    float: left;
    width: 20%;
  }
  .t-2of5 {
    float: left;
    width: 40%;
  }
  .t-3of5 {
    float: left;
    width: 60%;
  }
  .t-4of5 {
    float: left;
    width: 80%;
  }
}

/* Landscape to small desktop */
@media (min-width: 1030px) {
  .d-all {
    float: left;
    width: 100%;
    padding-right: 0;
  }
  .d-1of2 {
    float: left;
    width: 50%;
    padding: .5em;
  }
  .d-1of3 {
    float: left;
    width: 33.33%;
  }
  .d-2of3 {
    float: left;
    width: 66.66%;
  }
  .d-1of4 {
    float: left;
    width: 25%;
  }
  .d-3of4 {
    float: left;
    width: 75%;
  }
  .d-1of5 {
    float: left;
    width: 20%;
  }
  .d-2of5 {
    float: left;
    width: 40%;
  }
  .d-3of5 {
    float: left;
    width: 60%;
  }
  .d-4of5 {
    float: left;
    width: 80%;
  }
  .d-1of6 {
    float: left;
    width: 16.6666666667%;
  }
  .d-1of7 {
    float: left;
    width: 14.2857142857%;
  }
  .d-2of7 {
    float: left;
    width: 28.5714286%;
  }
  .d-3of7 {
    float: left;
    width: 42.8571429%;
  }
  .d-4of7 {
    float: left;
    width: 57.1428572%;
  }
  .d-5of7 {
    float: left;
    width: 71.4285715%;
  }
  .d-6of7 {
    float: left;
    width: 85.7142857%;
  }
  .d-1of8 {
    float: left;
    width: 12.5%;
  }
  .d-1of9 {
    float: left;
    width: 11.1111111111%;
  }
  .d-1of10 {
    float: left;
    width: 10%;
  }
  .d-1of11 {
    float: left;
    width: 9.09090909091%;
  }
  .d-1of12 {
    float: left;
    width: 8.33%;
  }
}

/*********************
IMPORTING MODULES
*********************/
/*********************
ALERTS AND NOTICES
*********************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #b30000;
  background: #cc0000;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

/*********************
BUTTON DEFAULTS
*********************/
.blue-btn {
  display: inline-block;
  position: relative;
  font-family: Avenir, "Helvetica neue", Helvetica, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}

.blue-btn:hover, .blue-btn:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}

.blue-btn:active {
  top: 1px;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn:hover, .blue-btn:focus {
  background-color: #494949;
}

.blue-btn:active {
  background-color: #464646;
}

/*********************
INPUTS
*********************/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 1em;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #222;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  font-family: Avenir, "Helvetica neue", Helvetica, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  background-color: white;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}

input[type="text"]:focus, input[type="text"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  background-color: #f7f8fa;
  outline: none;
}

input[type="text"].error, input[type="text"].is-invalid,
input[type="email"].error,
input[type="email"].is-invalid,
input[type="url"].error,
input[type="url"].is-invalid,
input[type="tel"].error,
input[type="tel"].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #cc0000;
  border-color: #cc0000;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #cc0000;
}

input[type="text"].success, input[type="text"].is-valid,
input[type="email"].success,
input[type="email"].is-valid,
input[type="url"].success,
input[type="url"].is-valid,
input[type="tel"].success,
input[type="tel"].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #fff;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}

input[type="text"][disabled], input[type="text"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #cfcfcf;
  opacity: 0.6;
}

input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
input[type="email"][disabled]:focus,
input[type="email"][disabled]:active,
input[type="email"].is-disabled:focus,
input[type="email"].is-disabled:active,
input[type="url"][disabled]:focus,
input[type="url"][disabled]:active,
input[type="url"].is-disabled:focus,
input[type="url"].is-disabled:active,
input[type="tel"][disabled]:focus,
input[type="tel"][disabled]:active,
input[type="tel"].is-disabled:focus,
input[type="tel"].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

select {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
}

/*********************
BASE (MOBILE) SIZE
*********************/
/*********************
GENERAL STYLES
*********************/
body {
  font: inherit;
  font-family: Avenir, "Helvetica neue", Helvetica, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/*********************
LAYOUT & GRID STYLES
*********************/
.wrap {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
}

.brpc {
  display: none;
}

.imgpc {
  display: none;
}

.noborder {
  border: 0;
}

/*********************
LINK STYLES
*********************/
a {
  text-decoration: none;
}

a, a:visited {
  color: #fd637d;
  /* on hover */
  /* on click */
  /* mobile tap color */
}

a:link, a:visited:link {
  /* it basically works like the :hover selector for mobile devices. */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  margin: 0;
  font-weight: 500;
  font-size: 16px;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

/*********************
HEADER STYLES
*********************/
.header {
  background: #ffcdd5;
}

.hero {
  padding: 24px 12px 8px;
  text-align: center;
}

.hero .hero_lead {
  font-size: .875em;
  margin-bottom: 1em;
}

.hero .hero_lead span {
  font-size: .857em;
}

.hero .logo {
  margin-bottom: 1em;
}

.hero .logo img {
  width: 95%;
  max-width: 300px;
}

.hero .btn {
  display: block;
  font-size: 1em;
  color: white;
  padding: .5em 0;
  margin: 0 auto 1em;
  background: #1daaa7;
  border-radius: 6px;
  width: 12em;
}

.hero_warn_text {
  font-size: .75em;
  text-align: right;
}

/*********************
NAV
*********************/
.nav {
  background: white;
  border-bottom: 1px solid #fd637d;
}

.gnav li {
  float: left;
  width: 50%;
}

.gnav li a {
  display: block;
  font-size: .875em;
  padding: 8px 0 4px;
  text-align: center;
}

.gnav li:nth-child(5) {
  display: none;
}

/*********************
CONTENTS
*********************/
.main section {
  padding: 32px 0;
  text-align: center;
}

.main .sec1_lead {
  font-size: 1em;
  margin-bottom: 1em;
}

.main .sec_ttl {
  font-size: 1.5em;
  margin-bottom: .25em;
}

.main .icon {
  max-width: 64px;
  margin-bottom: 1em;
}

.sec1 p {
  font-size: 1em;
  margin-bottom: 1em;
}

.sec1 p.omakase_text {
  line-height: 2em;
}

.sec1 p.omakase_text img {
  width: 85%;
  max-width: 300px;
  vertical-align: baseline;
  margin-right: 8px;
  padding-top: 8px;
}

.sec1 h3 {
  font-size: 1.5em;
  color: #fd637d;
  font-weight: 700;
}

.fuan3 {
  max-width: 400px;
  margin: 0 auto 24px;
}

.fuan3 li {
  float: left;
  width: 48%;
  height: 150px;
  margin-bottom: 8px;
  background: url(../img/top_img01.png) no-repeat;
  background-size: contain;
  background-position: center;
  background-position-x: center;
  position: relative;
}

.fuan3 li:first-child {
  width: 50%;
  margin: 0 25%;
}

.fuan3 li:nth-child(2) {
  margin: 0 4% 0 0;
}

.fuan3 li p {
  position: absolute;
  top: 50%;
  color: #1daaa7;
  font-weight: 700;
  width: 100%;
  font-size: .75em;
  letter-spacing: -0.1em;
}

.fuan3 li p.line2 {
  margin-top: -1.5em;
}

.fuan3 li p.line3 {
  margin-top: -2em;
}

.sec2, .sec4, .sec6 {
  background: #ffe6f0;
}

.step {
  max-width: 400px;
  margin: 0 auto;
  padding-top: 1em;
}

.step li {
  float: left;
  width: 48%;
  padding-bottom: .5em;
}

.step li:first-child {
  margin: 0 27%;
}

.step li:nth-child(2) {
  margin-right: 4%;
}

.step li img {
  margin-bottom: 8px;
}

.step p {
  font-size: .75em;
}

.sec3 img {
  margin-bottom: 1em;
}

.sec3 p {
  color: #535353;
  font-size: .8125em;
  text-align: left;
}

.sec4 h3 {
  font-size: 1.25em;
}

.sec4 h3 span {
  font-size: 1.2em;
  color: #fd637d;
}

.sec4 h3 span.emp {
  font-weight: 700;
  font-size: 1.6em;
}

.sec4 p {
  font-size: .8125em;
  color: #535353;
}

/* plan */
.credit {
  text-align: center;
  padding: 2em 0;
}

.credit h4 {
  margin-bottom: 2em;
  font-weight: bold;
  line-height: 1.3;
  color: #666;
}

.credit ul {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.credit li {
  margin-bottom: 1em;
}

.credit img {
  width: auto;
  max-width: 100%;
  margin: 0 20px 10px;
  height: 50px;
}

.credit span {
  display: block;
  color: #666;
  letter-spacing: 1px;
  font-size: .8125em;
}

.faq {
  margin: 0 auto;
  margin-bottom: 1em;
  padding-top: 1em;
}

.faq dt, .faq dd {
  font-size: .8125em;
  color: #535353;
  text-align: left;
}

.faq dt {
  margin-bottom: .5em;
}

.faq dt:before {
  content: 'Q.';
  color: #fd637d;
  font-size: 1.23em;
  margin-right: 4px;
}

.faq dd {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

.faq dd:before {
  content: 'A.';
  color: #1daaa7;
  font-size: 1.23em;
  margin-right: 4px;
}

.faq dd.noborder {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.sec6 p {
  font-size: .8125em;
  color: #535353;
}

.sec6 .warn_text {
  color: #cc0000;
}

.contactBox {
  padding: 16px 0 48px;
  border-radius: 8px;
}

.contactBox input, .contactBox textarea, .contactBox select {
  border-radius: 4px;
  line-height: 1.5;
  padding: 4px 8px;
  font-size: 1em;
  width: 100%;
  color: #222;
}

.contactBox input[type="submit"] {
  color: #fff;
  background-color: #fd637d;
  font-size: 1.25em;
  width: 6em;
  border: 0;
  margin: 0 auto 4px;
}

.contactBox dt {
  background: #fd637d;
  color: #fff;
  text-align: center;
  line-height: 2;
  margin-bottom: 4px;
  border-radius: 4px;
}

.contactBox dd {
  margin-bottom: 1em;
}

.contactBox .submitBtn {
  clear: both;
}

#err_msg ul {
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0 16px 16px;
  border-radius: 8px;
  padding: 8px;
}

#err_msg ul li {
  font-size: .8125em;
  color: #cc0000;
}

.submitBtn .warning {
  font-size: .8125em;
  text-align: center;
}

.jumpBtn {
  bottom: 0;
  position: fixed;
  right: 0;
  z-index: 2;
  width: 60px;
  height: 90px;
  display: block;
}

/*********************
FOOTER STYLES
*********************/
.footer {
  background: #000;
  color: white;
}

.copyright {
  text-align: center;
  display: block;
}

/*********************
TABLET & SMALLER LAPTOPS
*********************/
@media only screen and (min-width: 600px) {
  .fuan3 {
    max-width: 100%;
  }
  .fuan3 li {
    width: 32%;
  }
  .fuan3 li:first-child {
    width: 32%;
    margin: 0 2% 0 0;
  }
  .fuan3 li:nth-child(2) {
    margin: 0 2% 0 0;
  }
  .step {
    max-width: 100%;
  }
  .step li {
    width: 32%;
  }
  .step li:first-child {
    width: 32%;
    margin: 0 2% 0 0;
  }
  .step li:nth-child(2) {
    margin: 0 2% 0 0;
  }
}

@media only screen and (min-width: 768px) {
  /*********************
GENERAL STYLES 768 up
*********************/
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    max-width: 760px;
  }
  .brsp {
    display: none;
  }
  .brpc {
    display: block;
  }
  .imgsp {
    display: none;
  }
  .imgpc {
    display: block;
  }
  /*********************
HEADER STYLES
*********************/
  .hero {
    padding: 80px 12px 8px;
    height: 340px;
    position: relative;
  }
  .hero .hero_lead {
    margin-bottom: 2em;
  }
  .hero .logo {
    margin-bottom: 2em;
  }
  .hero .logo img {
    max-width: 320px;
  }
  .hero_warn_text {
    position: absolute;
    right: 1em;
    bottom: 1em;
  }
  /*********************
NAV
*********************/
  .gnav li {
    width: 20%;
  }
  .gnav li a {
    padding: 16px 0 12px;
  }
  .gnav li:nth-child(5) {
    display: block;
  }
  /*********************
CONTENTS
*********************/
  .main section {
    padding: 40px 0;
  }
  .sec1 p {
    font-size: 1em;
    margin-bottom: 1em;
  }
  .sec1 p.omakase_text {
    line-height: 2em;
  }
  .sec1 p.omakase_text img {
    width: 85%;
    max-width: 300px;
    vertical-align: baseline;
    margin-right: 8px;
    padding-top: 8px;
  }
  .sec1 h3 {
    font-size: 1.5em;
    color: #fd637d;
    font-weight: 700;
  }
  .fuan3 {
    max-width: 600px;
  }
  .fuan3 li {
    height: 170px;
  }
  .fuan3 li p {
    font-size: .8125em;
    letter-spacing: 0;
  }
  .step {
    max-width: 600px;
  }
  .step li {
    width: 30%;
  }
  .step li:first-child {
    width: 30%;
    margin: 0 5% 0 0;
  }
  .step li:nth-child(2) {
    margin: 0 5% 0 0;
  }
  .sec3 p {
    text-align: center;
  }
  .sec5 .wrap {
    max-width: 600px;
  }
  .faq dt, .faq dd {
    padding-left: 3em;
    padding-right: 3em;
  }
  /* plan */
  .credit {
    padding-bottom: 0;
  }
 .thanksText {
    font-weight: normal;
    margin-bottom: 3em;
  }
 .thanksText span.thksReMail {
    font-weight: bold;
    color: #FD637D;
  }
  .contactBox {
    max-width: 432px;
    /* max-width: 350px; */
    margin: 0 auto;
  }
  #err_msg ul {
    margin: 0 auto 16px;
    width: 380px;
  }
  /*********************
FOOTER STYLES
*********************/
}

/*********************
DESKTOP
*********************/
@media only screen and (min-width: 1030px) {
  /*********************
LAYOUT & GRID STYLES
*********************/
  .wrap {
    max-width: 1000px;
  }
  /*********************
LINK STYLES
*********************/
  a, a:visited {
    color: #fd637d;
    /* on hover */
    /* on click */
    /* mobile tap color */
  }
  a:link, a:visited:link {
    /* it basically works like the :hover selector for mobile devices. */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  }
  /*********************
HEADER STYLES
*********************/
  .hero {
    width: 1000px;
    margin: 0 auto;
    height: 420px;
  }
  .hero .hero_lead {
    font-size: 1.125em;
    font-weight: 700;
  }
  .hero .logo {
    margin-bottom: 3em;
  }
  .hero .logo img {
    max-width: 409px;
  }
  .hero .btn {
    font-size: 1.125em;
    padding: 7px;
    width: 13em;
    -moz-transition: .2s linear;
    -webkit-transition: .2s linear;
    -ms-transition: .2s linear;
    transition: .2s linear;
    border: 2px solid #ffcdd5;
  }
  .hero .btn:hover {
    background: white;
    border-radius: 23px;
    border: 2px solid #1daaa7;
    color: #1daaa7;
    font-weight: 600;
  }
  /*********************
NAV
*********************/
  .gnav li {
    width: 20%;
  }
  .gnav li a {
    font-size: 1.125em;
    font-weight: 700;
    padding: 20px 0 12px;
    border-bottom: 4px solid #fff;
    -moz-transition: .5s linear;
    -webkit-transition: .5s linear;
    -ms-transition: .5s linear;
    transition: .5s linear;
  }
  .gnav li a:hover {
    border-bottom: 4px solid #fd637d;
  }
  .gnav li:nth-child(5) {
    display: block;
  }
  /*********************
CONTENTS
*********************/
  .main section {
    padding: 72px 0;
  }
  .main .sec1_lead {
    font-size: 1.375em;
    font-weight: 700;
  }
  .main .sec_ttl {
    font-size: 2em;
  }
  .main .icon {
    max-width: 120px;
  }
  .sec1 p {
    font-size: 1.375em;
    font-weight: 600;
  }
  .sec1 p.omakase_text {
    line-height: 2em;
  }
  .sec1 p.omakase_text img {
    max-width: 370px;
  }
  .sec1 h3 {
    font-size: 2.875em;
  }
  .sec1 h4 {
    font-size: 1.375em;
    font-weight: 500;
  }
  .fuan3 {
    max-width: 800px;
  }
  .fuan3 li {
    height: 231px;
  }
  .fuan3 li p {
    font-size: 1em;
  }
  .step {
    max-width: 800px;
  }
  .step li img {
    max-width: 230px;
  }
  .step p {
    font-size: .875em;
  }
  .sec3 p {
    text-align: center;
    font-size: .875em;
  }
  .sec3 img {
    max-width: 787px;
  }
  .sec4 h3 {
    font-size: 1.5em;
  }
  .sec4 h3 span {
    font-size: 1.5em;
  }
  .sec4 p {
    font-size: .875em;
  }
  .sec4 .warn_text {
    font-size: .857em;
  }
  .sec5 .wrap {
    max-width: 640px;
  }
  .faq dt, .faq dd {
    font-size: .875em;
    padding-left: 3em;
    padding-right: 3em;
  }
  .sec6 p {
    font-size: .875em;
  }
  .thanksText {
    font-weight: normal;
    margin-bottom: 3em;
  }
 .thanksText span.thksReMail {
    font-weight: bold;
    color: #FD637D;
  }
  .contactBox {
    /* max-width: 432px; */
    max-width: 700px;
    margin: 0 auto;
    padding: 24px 24px 48px;
  }
  .contactBox input[type="submit"] {
    width: 8em;
  }
  .contactS {
    float: left;
    width: 47.5%;
    margin-right: 3%;
  }
  .contactS2 {
    float: right;
    width: 47.5%;
  }
  #err_msg ul {
    margin: 0 auto 16px;
    width: 480px;
    max-width: auto;
  }
  .jumpBtn {
    width: 80px;
    height: 120px;
  }
  /*********************
FOOTER STYLES
*********************/
}

/*********************
PRINT STYLESHEET
*********************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}

/* ==========================================================================
   ISMS & P mark fix
   ========================================================================== */
.contactBox .about-privacy-text {
  margin-bottom: 1em;
}
.contactBox .about-privacy-text p {
  line-height: 1.2;
  font-weight: 700;
}
.contactBox .confirm-text-ttl {
  color: black;
  font-size: 0.9125rem;
  font-weight: 700;
  text-align: left;  
  border-bottom: 1px solid;
  line-height: 1.2;
  padding: 0 0.25em 0.25em;
  margin-bottom: 0.5em;
}
.contactBox .confirm-text {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 700px;
  overflow: auto;
  height: 60vh;
  max-height: 300px;
  padding: 1em;
  border: 1px solid #ccc;
  border-radius: 4px;
  background:white;
}
.contactBox .confirm-text dt, .contactBox .confirm-text dd, .confirm-text th,.contactBox .confirm-text td {
  background: none;
  color: black;
  text-align: left;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
.contactBox .confirm-text dt {
  font-weight: 600;
}
.contactBox .confirm-text dt, .contactBox .confirm-text dd {
  padding: 0 0 0.5em;
}
.contactBox .confirm-text dd {
  padding-left: 3em;
}
.contactBox .confirm-text table {
  border-collapse: collapse;
  max-width: 650px;
}
.contactBox .confirm-text table th, .contactBox .confirm-text table td {
  border: 1px solid #ccc;
  padding: 0.25em 0.5em;
  font-size: 0.775rem;
}
.contactBox .confirm-text table th {
  background: #f6f6f6;
}
.contactBox .confirm-text a {
  text-decoration: underline !important;
}
.contactBox .confirm-area {
  padding-top: 1em;
}
.contactBox .confirm-area input {
  width: auto;
}
span.acceptance-text{
  font-weight: 700;
}
.g-recaptcha {
 margin: 3%;
}
.g-recaptcha div {
  display: inline-block;
  margin-top: 0em;
  padding-bottom: 0em;
}
.logo-certification {
  padding: 1em 0;
  background: white;
  border-radius: 15px;
  width: 90%;
  max-width: 660px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
.logo-certification img {
  height: 100px;
  width:auto;
}
.logo-list .flex{
  display: flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:center;
}
.logo-certification .certificateion-text {
  font-size: clamp(12px, 10.718px + 0.321vw, 14px);
  font-weight: 400;
}
.logo-certification .logo-list, .logo-certification .flex {
  gap: 1em;
}