@charset "UTF-8";
/*! normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:300,400,500");
/* line 11, ../sass/component/_normalize_cstm1.3.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 30, ../sass/component/_normalize_cstm1.3.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../sass/component/_normalize_cstm1.3.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/* line 56, ../sass/component/_normalize_cstm1.3.scss */
script {
  display: none !important;
}

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

/**
 * Remove default margin.
 */
/* line 80, ../sass/component/_normalize_cstm1.3.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 92, ../sass/component/_normalize_cstm1.3.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 100, ../sass/component/_normalize_cstm1.3.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 108, ../sass/component/_normalize_cstm1.3.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 122, ../sass/component/_normalize_cstm1.3.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 131, ../sass/component/_normalize_cstm1.3.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

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

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 148, ../sass/component/_normalize_cstm1.3.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 156, ../sass/component/_normalize_cstm1.3.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 166, ../sass/component/_normalize_cstm1.3.scss */
mark {
  background: #ff0;
  color: #000;
}

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 187, ../sass/component/_normalize_cstm1.3.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 195, ../sass/component/_normalize_cstm1.3.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 203, ../sass/component/_normalize_cstm1.3.scss */
small {
  font-size: 80%;
}

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

/* line 219, ../sass/component/_normalize_cstm1.3.scss */
sup {
  top: -0.5em;
}

/* line 223, ../sass/component/_normalize_cstm1.3.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 235, ../sass/component/_normalize_cstm1.3.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 243, ../sass/component/_normalize_cstm1.3.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 255, ../sass/component/_normalize_cstm1.3.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 267, ../sass/component/_normalize_cstm1.3.scss */
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.
 */
/* line 278, ../sass/component/_normalize_cstm1.3.scss */
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.
 */
/* line 289, ../sass/component/_normalize_cstm1.3.scss */
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.
 */
/* line 303, ../sass/component/_normalize_cstm1.3.scss */
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.
 */
/* line 315, ../sass/component/_normalize_cstm1.3.scss */
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.
 */
/* line 328, ../sass/component/_normalize_cstm1.3.scss */
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.
 */
/* line 340, ../sass/component/_normalize_cstm1.3.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */
/* line 350, ../sass/component/_normalize_cstm1.3.scss */
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).
 */
/* line 362, ../sass/component/_normalize_cstm1.3.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  /* 2 */
  box-sizing: border-box;
}

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 383, ../sass/component/_normalize_cstm1.3.scss */
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.
 */
/* line 394, ../sass/component/_normalize_cstm1.3.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 407, ../sass/component/_normalize_cstm1.3.scss */
table {
  width: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0px;
  table-layout: fixed;
}

/* New Style
   ========================================================================== */
/* .clearfix:before, .clearfix:after {
  content: " ";
  display: table;
} */
/* line 425, ../sass/component/_normalize_cstm1.3.scss */
.clearfix:after, .contentWrap:after, .columnsPost:after, header:after, nav ul:after, footer:after, .ftrBtn:after, .postInfo:after, .sidebarWidget:after, article:after, section:after {
  content: "";
  display: table;
  clear: both;
}

/* line 431, ../sass/component/_normalize_cstm1.3.scss */
.clear {
  height: 0;
  clear: both;
  overflow: hidden;
}

/* div:after, ul:after, ol:after, dl:after, section:after, article:after, header:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
} */
/* Typography resets */
/* line 447, ../sass/component/_normalize_cstm1.3.scss */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  direction: ltr;
}

/* line 471, ../sass/component/_normalize_cstm1.3.scss */
ul {
  list-style-position: inside;
}

/*------fdn_cstm セットアップ------*/
/* @mixin clearfix() {
  *zoom:1;
  &:before, &:after { content: " "; display: table; }
  &:after { clear: both; }
} */
/* line 272, ../sass/fdn_cstm/_global.scss */
meta.foundation-mq-small {
  font-family: "only screen and (min-width: 769px)";
  width: 769px;
}

/* line 277, ../sass/fdn_cstm/_global.scss */
meta.foundation-mq-medium {
  font-family: "only screen and (min-width:992px)";
  width: 992px;
}

/* line 282, ../sass/fdn_cstm/_global.scss */
meta.foundation-mq-large {
  font-family: "only screen and (min-width:1281px)";
  width: 1281px;
}

/* line 298, ../sass/fdn_cstm/_global.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 304, ../sass/fdn_cstm/_global.scss */
html,
body {
  font-size: 62.5%;
}

/* line 308, ../sass/fdn_cstm/_global.scss */
body {
  background: #fff;
  color: #333;
  padding: 0;
  margin: 0;
  font-family: Avenir, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  position: relative;
  cursor: default;
  -webkit-text-size-adjust: 100%;
}

/* line 323, ../sass/fdn_cstm/_global.scss */
a {
  color: #444;
  text-decoration: none;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}
/* line 327, ../sass/fdn_cstm/_global.scss */
a:hover {
  color: #7b7b7b;
}
/* line 330, ../sass/fdn_cstm/_global.scss */
a:active, a:focus {
  outline: 0;
}

/* line 336, ../sass/fdn_cstm/_global.scss */
a:hover {
  cursor: pointer;
}

/* line 338, ../sass/fdn_cstm/_global.scss */
img {
  border: 0;
  vertical-align: bottom;
}

/* line 340, ../sass/fdn_cstm/_global.scss */
a img {
  box-shadow: #fff 0 0 0;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/* line 346, ../sass/fdn_cstm/_global.scss */
img,
object,
embed {
  max-width: 100%;
  height: auto;
}

/* line 350, ../sass/fdn_cstm/_global.scss */
object,
embed {
  height: 100%;
}

/* line 352, ../sass/fdn_cstm/_global.scss */
img {
  -ms-interpolation-mode: bicubic;
}

/* line 356, ../sass/fdn_cstm/_global.scss */
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

/* line 363, ../sass/fdn_cstm/_global.scss */
.left {
  float: left !important;
}

/* line 364, ../sass/fdn_cstm/_global.scss */
.right {
  float: right !important;
}

/* line 365, ../sass/fdn_cstm/_global.scss */
.text-left {
  text-align: left !important;
}

/* line 366, ../sass/fdn_cstm/_global.scss */
.text-right, .textRight {
  text-align: right !important;
}

/* line 367, ../sass/fdn_cstm/_global.scss */
.text-center, .textCenter {
  text-align: center !important;
}

/* line 368, ../sass/fdn_cstm/_global.scss */
.text-justify {
  text-align: justify !important;
}

/* line 369, ../sass/fdn_cstm/_global.scss */
.hide {
  display: none;
}

/* line 375, ../sass/fdn_cstm/_global.scss */
.antialiased {
  -webkit-font-smoothing: antialiased;
}

/* line 378, ../sass/fdn_cstm/_global.scss */
img {
  display: inline-block;
  vertical-align: middle;
}

/* line 388, ../sass/fdn_cstm/_global.scss */
textarea {
  height: auto;
  min-height: 50px;
}

/* line 391, ../sass/fdn_cstm/_global.scss */
select {
  width: 100%;
}

/* Grid HTML Classes */
/* line 90, ../sass/fdn_cstm/_grid.scss */
.row {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  word-wrap: break-word;
  /*
      &.collapse {
         > .column,
         > .columns { @include grid-column($collapse:true); }
  
        .row {margin-left:0; margin-right:0;}
      }
  */
  /*
      .row { @include grid-row($behavior:nest);
        &.collapse { @include grid-row($behavior:nest-collapse); }
      }
      */
  /*
      @media only screen and (max-width: $xs-screen - 1px) {
      // @media only screen and (max-width: $small-screen) {
      padding-left: 1.1rem;
      // padding-left: 0.75rem;
      padding-right: 1.1rem;
      //padding-right: 0.75rem;
      }
  */
}
/* line 121, ../sass/fdn_cstm/_global.scss */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* line 118, ../sass/fdn_cstm/_grid.scss */
.columns {
  position: relative;
  width: 100%;
  float: left;
}

/* Styles for default */
@media only screen {
  /* line 131, ../sass/fdn_cstm/_grid.scss */
  .columns {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  /* line 137, ../sass/fdn_cstm/_grid.scss */
  .xs-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 137, ../sass/fdn_cstm/_grid.scss */
  .xs-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 137, ../sass/fdn_cstm/_grid.scss */
  .xs-3 {
    position: relative;
    width: 25%;
  }

  /* line 137, ../sass/fdn_cstm/_grid.scss */
  .xs-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 137, ../sass/fdn_cstm/_grid.scss */
  .xs-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 137, ../sass/fdn_cstm/_grid.scss */
  .xs-6 {
    position: relative;
    width: 50%;
  }

  /* line 137, ../sass/fdn_cstm/_grid.scss */
  .xs-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 137, ../sass/fdn_cstm/_grid.scss */
  .xs-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 137, ../sass/fdn_cstm/_grid.scss */
  .xs-9 {
    position: relative;
    width: 75%;
  }

  /* line 137, ../sass/fdn_cstm/_grid.scss */
  .xs-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 137, ../sass/fdn_cstm/_grid.scss */
  .xs-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 137, ../sass/fdn_cstm/_grid.scss */
  .xs-12 {
    position: relative;
    width: 100%;
  }

  /*.xs-offset-0 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.xs-offset-1 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.xs-offset-2 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.xs-offset-3 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.xs-offset-4 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.xs-offset-5 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.xs-offset-6 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.xs-offset-7 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.xs-offset-8 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.xs-offset-9 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.xs-offset-10 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /* line 145, ../sass/fdn_cstm/_grid.scss */
  .xs-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 146, ../sass/fdn_cstm/_grid.scss */
  .xs-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 145, ../sass/fdn_cstm/_grid.scss */
  .xs-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 146, ../sass/fdn_cstm/_grid.scss */
  .xs-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 145, ../sass/fdn_cstm/_grid.scss */
  .xs-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 146, ../sass/fdn_cstm/_grid.scss */
  .xs-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 145, ../sass/fdn_cstm/_grid.scss */
  .xs-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 146, ../sass/fdn_cstm/_grid.scss */
  .xs-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 145, ../sass/fdn_cstm/_grid.scss */
  .xs-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 146, ../sass/fdn_cstm/_grid.scss */
  .xs-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 145, ../sass/fdn_cstm/_grid.scss */
  .xs-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 146, ../sass/fdn_cstm/_grid.scss */
  .xs-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 145, ../sass/fdn_cstm/_grid.scss */
  .xs-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 146, ../sass/fdn_cstm/_grid.scss */
  .xs-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 145, ../sass/fdn_cstm/_grid.scss */
  .xs-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 146, ../sass/fdn_cstm/_grid.scss */
  .xs-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 145, ../sass/fdn_cstm/_grid.scss */
  .xs-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 146, ../sass/fdn_cstm/_grid.scss */
  .xs-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 145, ../sass/fdn_cstm/_grid.scss */
  .xs-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 146, ../sass/fdn_cstm/_grid.scss */
  .xs-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 145, ../sass/fdn_cstm/_grid.scss */
  .xs-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 146, ../sass/fdn_cstm/_grid.scss */
  .xs-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* [class*="column"] + [class*="column"]:last-child { float: $opposite-direction; } */
  /* line 150, ../sass/fdn_cstm/_grid.scss */
  [class*="column"] + [class*="column"].end {
    float: right;
  }

  /* [class*="column"] + [class*="column"].end { float: $default-float; } */
  /* line 153, ../sass/fdn_cstm/_grid.scss */
  .column.xs-centered, .column.xs-center,
  .columns.xs-centered, .columns.xs-center,
  .columnsFull.xs-center {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
    overflow: hidden;
  }
}
/* Styles for minXs */
@media only screen and (min-width: 481px) {
  /* line 165, ../sass/fdn_cstm/_grid.scss */
  .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  /* line 170, ../sass/fdn_cstm/_grid.scss */
  .columns {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }

  /* line 176, ../sass/fdn_cstm/_grid.scss */
  .small-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 176, ../sass/fdn_cstm/_grid.scss */
  .small-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 176, ../sass/fdn_cstm/_grid.scss */
  .small-3 {
    position: relative;
    width: 25%;
  }

  /* line 176, ../sass/fdn_cstm/_grid.scss */
  .small-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 176, ../sass/fdn_cstm/_grid.scss */
  .small-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 176, ../sass/fdn_cstm/_grid.scss */
  .small-6 {
    position: relative;
    width: 50%;
  }

  /* line 176, ../sass/fdn_cstm/_grid.scss */
  .small-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 176, ../sass/fdn_cstm/_grid.scss */
  .small-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 176, ../sass/fdn_cstm/_grid.scss */
  .small-9 {
    position: relative;
    width: 75%;
  }

  /* line 176, ../sass/fdn_cstm/_grid.scss */
  .small-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 176, ../sass/fdn_cstm/_grid.scss */
  .small-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 176, ../sass/fdn_cstm/_grid.scss */
  .small-12 {
    position: relative;
    width: 100%;
  }

  /*.row .large-offset-0 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-1 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-2 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-3 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-4 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-5 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-6 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-7 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-8 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-9 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-10 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-11 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /* line 184, ../sass/fdn_cstm/_grid.scss */
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 185, ../sass/fdn_cstm/_grid.scss */
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 184, ../sass/fdn_cstm/_grid.scss */
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 185, ../sass/fdn_cstm/_grid.scss */
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 184, ../sass/fdn_cstm/_grid.scss */
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 185, ../sass/fdn_cstm/_grid.scss */
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 184, ../sass/fdn_cstm/_grid.scss */
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 185, ../sass/fdn_cstm/_grid.scss */
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 184, ../sass/fdn_cstm/_grid.scss */
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 185, ../sass/fdn_cstm/_grid.scss */
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 184, ../sass/fdn_cstm/_grid.scss */
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 185, ../sass/fdn_cstm/_grid.scss */
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 184, ../sass/fdn_cstm/_grid.scss */
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 185, ../sass/fdn_cstm/_grid.scss */
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 184, ../sass/fdn_cstm/_grid.scss */
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 185, ../sass/fdn_cstm/_grid.scss */
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 184, ../sass/fdn_cstm/_grid.scss */
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 185, ../sass/fdn_cstm/_grid.scss */
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 184, ../sass/fdn_cstm/_grid.scss */
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 185, ../sass/fdn_cstm/_grid.scss */
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 184, ../sass/fdn_cstm/_grid.scss */
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 185, ../sass/fdn_cstm/_grid.scss */
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 188, ../sass/fdn_cstm/_grid.scss */
  .column.small-centered, .column.small-center,
  .columns.small-centered, .columns.small-center,
  .columnsFull.small-center {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
    overflow: hidden;
  }

  /* line 192, ../sass/fdn_cstm/_grid.scss */
  .column.small-uncentered, .column.small-uncenter,
  .columns.small-uncentered, .columns.small-uncenter,
  .columnsFull.small-uncenter {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 200, ../sass/fdn_cstm/_grid.scss */
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right !important;
  }
}
/* Styles for minSmall */
@media only screen and (min-width: 769px) {
  /* line 212, ../sass/fdn_cstm/_grid.scss */
  .row {
    padding-left: 1rem;
    padding-right: 1rem;
    max-width: 106.4rem;
  }

  /* line 219, ../sass/fdn_cstm/_grid.scss */
  .columns {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  /* line 225, ../sass/fdn_cstm/_grid.scss */
  .medium-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 225, ../sass/fdn_cstm/_grid.scss */
  .medium-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 225, ../sass/fdn_cstm/_grid.scss */
  .medium-3 {
    position: relative;
    width: 25%;
  }

  /* line 225, ../sass/fdn_cstm/_grid.scss */
  .medium-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 225, ../sass/fdn_cstm/_grid.scss */
  .medium-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 225, ../sass/fdn_cstm/_grid.scss */
  .medium-6 {
    position: relative;
    width: 50%;
  }

  /* line 225, ../sass/fdn_cstm/_grid.scss */
  .medium-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 225, ../sass/fdn_cstm/_grid.scss */
  .medium-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 225, ../sass/fdn_cstm/_grid.scss */
  .medium-9 {
    position: relative;
    width: 75%;
  }

  /* line 225, ../sass/fdn_cstm/_grid.scss */
  .medium-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 225, ../sass/fdn_cstm/_grid.scss */
  .medium-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 225, ../sass/fdn_cstm/_grid.scss */
  .medium-12 {
    position: relative;
    width: 100%;
  }

  /*.row .large-offset-0 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-1 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-2 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-3 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-4 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-5 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-6 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-7 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-8 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-9 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-10 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-11 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /* line 233, ../sass/fdn_cstm/_grid.scss */
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 234, ../sass/fdn_cstm/_grid.scss */
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 233, ../sass/fdn_cstm/_grid.scss */
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 234, ../sass/fdn_cstm/_grid.scss */
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 233, ../sass/fdn_cstm/_grid.scss */
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 234, ../sass/fdn_cstm/_grid.scss */
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 233, ../sass/fdn_cstm/_grid.scss */
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 234, ../sass/fdn_cstm/_grid.scss */
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 233, ../sass/fdn_cstm/_grid.scss */
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 234, ../sass/fdn_cstm/_grid.scss */
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 233, ../sass/fdn_cstm/_grid.scss */
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 234, ../sass/fdn_cstm/_grid.scss */
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 233, ../sass/fdn_cstm/_grid.scss */
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 234, ../sass/fdn_cstm/_grid.scss */
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 233, ../sass/fdn_cstm/_grid.scss */
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 234, ../sass/fdn_cstm/_grid.scss */
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 233, ../sass/fdn_cstm/_grid.scss */
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 234, ../sass/fdn_cstm/_grid.scss */
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 233, ../sass/fdn_cstm/_grid.scss */
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 234, ../sass/fdn_cstm/_grid.scss */
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 233, ../sass/fdn_cstm/_grid.scss */
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 234, ../sass/fdn_cstm/_grid.scss */
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 237, ../sass/fdn_cstm/_grid.scss */
  .column.medium-centered, .column.medium-center,
  .columns.medium-centered, .columns.medium-center,
  .columnsFull.medium-center {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
    overflow: hidden;
  }

  /* line 241, ../sass/fdn_cstm/_grid.scss */
  .column.medium-uncentered, .column.medium-uncenter,
  .columns.medium-uncentered, .columns.medium-uncenter,
  .columnsFull.medium-uncenter {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 249, ../sass/fdn_cstm/_grid.scss */
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right !important;
  }
}
/* Styles for minMedium */
@media only screen and (min-width: 992px) {
  /* line 273, ../sass/fdn_cstm/_grid.scss */
  .large-1 {
    position: relative;
    width: 8.33333%;
  }

  /* line 273, ../sass/fdn_cstm/_grid.scss */
  .large-2 {
    position: relative;
    width: 16.66667%;
  }

  /* line 273, ../sass/fdn_cstm/_grid.scss */
  .large-3 {
    position: relative;
    width: 25%;
  }

  /* line 273, ../sass/fdn_cstm/_grid.scss */
  .large-4 {
    position: relative;
    width: 33.33333%;
  }

  /* line 273, ../sass/fdn_cstm/_grid.scss */
  .large-5 {
    position: relative;
    width: 41.66667%;
  }

  /* line 273, ../sass/fdn_cstm/_grid.scss */
  .large-6 {
    position: relative;
    width: 50%;
  }

  /* line 273, ../sass/fdn_cstm/_grid.scss */
  .large-7 {
    position: relative;
    width: 58.33333%;
  }

  /* line 273, ../sass/fdn_cstm/_grid.scss */
  .large-8 {
    position: relative;
    width: 66.66667%;
  }

  /* line 273, ../sass/fdn_cstm/_grid.scss */
  .large-9 {
    position: relative;
    width: 75%;
  }

  /* line 273, ../sass/fdn_cstm/_grid.scss */
  .large-10 {
    position: relative;
    width: 83.33333%;
  }

  /* line 273, ../sass/fdn_cstm/_grid.scss */
  .large-11 {
    position: relative;
    width: 91.66667%;
  }

  /* line 273, ../sass/fdn_cstm/_grid.scss */
  .large-12 {
    position: relative;
    width: 100%;
  }

  /*.row .large-offset-0 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-1 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-2 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-3 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-4 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-5 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-6 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-7 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-8 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-9 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-10 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /*.row .large-offset-11 { @include grid-column($offset:$i, $collapse:null,$float:false); }*/
  /* line 281, ../sass/fdn_cstm/_grid.scss */
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }

  /* line 282, ../sass/fdn_cstm/_grid.scss */
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }

  /* line 281, ../sass/fdn_cstm/_grid.scss */
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }

  /* line 282, ../sass/fdn_cstm/_grid.scss */
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }

  /* line 281, ../sass/fdn_cstm/_grid.scss */
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }

  /* line 282, ../sass/fdn_cstm/_grid.scss */
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }

  /* line 281, ../sass/fdn_cstm/_grid.scss */
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }

  /* line 282, ../sass/fdn_cstm/_grid.scss */
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }

  /* line 281, ../sass/fdn_cstm/_grid.scss */
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }

  /* line 282, ../sass/fdn_cstm/_grid.scss */
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }

  /* line 281, ../sass/fdn_cstm/_grid.scss */
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }

  /* line 282, ../sass/fdn_cstm/_grid.scss */
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }

  /* line 281, ../sass/fdn_cstm/_grid.scss */
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }

  /* line 282, ../sass/fdn_cstm/_grid.scss */
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }

  /* line 281, ../sass/fdn_cstm/_grid.scss */
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }

  /* line 282, ../sass/fdn_cstm/_grid.scss */
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }

  /* line 281, ../sass/fdn_cstm/_grid.scss */
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }

  /* line 282, ../sass/fdn_cstm/_grid.scss */
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }

  /* line 281, ../sass/fdn_cstm/_grid.scss */
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }

  /* line 282, ../sass/fdn_cstm/_grid.scss */
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }

  /* line 281, ../sass/fdn_cstm/_grid.scss */
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }

  /* line 282, ../sass/fdn_cstm/_grid.scss */
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }

  /* line 285, ../sass/fdn_cstm/_grid.scss */
  .column.large-centered, .column.large-center,
  .columns.large-centered, .columns.large-center,
  .columnsFull.large-center {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
    overflow: hidden;
  }

  /* line 289, ../sass/fdn_cstm/_grid.scss */
  .column.large-uncentered, .column.large-uncenter,
  .columns.large-uncentered, .columns.large-uncenter,
  .columnsFull.large-uncenter {
    margin-left: 0;
    margin-right: 0;
    float: left !important;
  }

  /* line 297, ../sass/fdn_cstm/_grid.scss */
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important;
  }
}
/* Foundation Visibility HTML Classes */
/* line 9, ../sass/fdn_cstm/_visibility.scss */
.show-for-small, .showSmall,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important;
}

/* line 13, ../sass/fdn_cstm/_visibility.scss */
.show-for-medium,
.show-for-medium-up,
.show-for-large,
.showLarge,
.show-for-large-up,
.show-for-xlarge {
  display: none !important;
}

/* line 19, ../sass/fdn_cstm/_visibility.scss */
.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hideLarge,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important;
}

/* line 25, ../sass/fdn_cstm/_visibility.scss */
.hide-for-small, .hideSmall,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important;
}

/* Specific visilbity for tables */
/*
table {
  &.show-for-small,
  &.show-for-medium-down,
  &.show-for-large-down,
  &.hide-for-medium,
  &.hide-for-medium-up,
  &.hide-for-large,
  &.hide-for-large-up,
  &.hide-for-xlarge { display: table; }
}
thead {
  &.show-for-small,
  &.show-for-medium-down,
  &.show-for-large-down,
  &.hide-for-medium,
  &.hide-for-medium-up,
  &.hide-for-large,
  &.hide-for-large-up,
  &.hide-for-xlarge { display: table-header-group !important; }
}
tbody {
  &.show-for-small,
  &.show-for-medium-down,
  &.show-for-large-down,
  &.hide-for-medium,
  &.hide-for-medium-up,
  &.hide-for-large,
  &.hide-for-large-up,
  &.hide-for-xlarge { display: table-row-group !important; }
}
tr {
  &.show-for-small,
  &.show-for-medium-down,
  &.show-for-large-down,
  &.hide-for-medium,
  &.hide-for-medium-up,
  &.hide-for-large,
  &.hide-for-large-up,
  &.hide-for-xlarge { display: table-row !important; }
}
td,
th {
  &.show-for-small,
  &.show-for-medium-down,
  &.show-for-large-down,
  &.hide-for-medium,
  &.hide-for-medium-up,
  &.hide-for-large,
  &.hide-for-large-up,
  &.hide-for-xlarge { display: table-cell !important; }
}
*/
@media only screen and (min-width: 769px) {
  /* line 85, ../sass/fdn_cstm/_visibility.scss */
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important;
  }

  /* line 88, ../sass/fdn_cstm/_visibility.scss */
  .show-for-small, .showSmall {
    display: none !important;
  }

  /* line 90, ../sass/fdn_cstm/_visibility.scss */
  .hide-for-small, .hideSmall {
    display: inherit !important;
  }

  /* line 92, ../sass/fdn_cstm/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /*
  table {
    &.show-for-medium,
    &.show-for-medium-up,
    &.hide-for-small { display: table; }
  }
  thead {
    &.show-for-medium,
    &.show-for-medium-up,
    &.hide-for-small { display: table-header-group !important; }
  }
  tbody {
    &.show-for-medium,
    &.show-for-medium-up,
    &.hide-for-small { display: table-row-group !important; }
  }
  tr {
    &.show-for-medium,
    &.show-for-medium-up,
    &.hide-for-small { display: table-row !important; }
  }
  td,
  th {
    &.show-for-medium,
    &.show-for-medium-up,
    &.hide-for-small { display: table-cell !important; }
  }
  */
}
@media only screen and (min-width: 992px) {
  /* line 127, ../sass/fdn_cstm/_visibility.scss */
  .show-for-large, .showLarge,
  .show-for-large-up {
    display: inherit !important;
  }

  /* line 130, ../sass/fdn_cstm/_visibility.scss */
  .show-for-medium,
  .show-for-medium-down {
    display: none !important;
  }

  /* line 133, ../sass/fdn_cstm/_visibility.scss */
  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important;
  }

  /* line 136, ../sass/fdn_cstm/_visibility.scss */
  .hide-for-large, .hideLarge,
  .hide-for-large-up {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /*
  table {
    &.show-for-large,
    &.show-for-large-up,
    &.hide-for-medium,
    &.hide-for-medium-down { display: table; }
  }
  thead {
    &.show-for-large,
    &.show-for-large-up,
    &.hide-for-medium,
    &.hide-for-medium-down { display: table-header-group !important; }
  }
  tbody {
    &.show-for-large,
    &.show-for-large-up,
    &.hide-for-medium,
    &.hide-for-medium-down { display: table-row-group !important; }
  }
  tr {
    &.show-for-large,
    &.show-for-large-up,
    &.hide-for-medium,
    &.hide-for-medium-down { display: table-row !important; }
  }
  td,
  th {
    &.show-for-large,
    &.show-for-large-up,
    &.hide-for-medium,
    &.hide-for-medium-down { display: table-cell !important; }
  }
  */
}
@media only screen and (min-width: 1281px) {
  /* line 176, ../sass/fdn_cstm/_visibility.scss */
  .show-for-xlarge {
    display: inherit !important;
  }

  /* line 178, ../sass/fdn_cstm/_visibility.scss */
  .show-for-large, .showLarge,
  .show-for-large-down {
    display: none !important;
  }

  /* line 181, ../sass/fdn_cstm/_visibility.scss */
  .hide-for-large, .hideLarge,
  .hide-for-large-down {
    display: inherit !important;
  }

  /* line 184, ../sass/fdn_cstm/_visibility.scss */
  .hide-for-xlarge {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /*
  table {
    &.show-for-xlarge,
    &.hide-for-large,
    &.hide-for-large-down { display: table; }
  }
  thead {
    &.show-for-xlarge,
    &.hide-for-large,
    &.hide-for-large-down { display: table-header-group !important; }
  }
  tbody {
    &.show-for-xlarge,
    &.hide-for-large,
    &.hide-for-large-down { display: table-row-group !important; }
  }
  tr {
    &.show-for-xlarge,
    &.hide-for-large,
    &.hide-for-large-down { display: table-row !important; }
  }
  td,
  th {
    &.show-for-xlarge,
    &.hide-for-large,
    &.hide-for-large-down { display: table-cell !important; }
  }
  */
}
/* Orientation targeting */
/* line 219, ../sass/fdn_cstm/_visibility.scss */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

/* line 221, ../sass/fdn_cstm/_visibility.scss */
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visilbity for tables */
/*
table {
  &.hide-for-landscape,
  &.show-for-portrait { display: table; }
}
thead {
  &.hide-for-landscape,
  &.show-for-portrait { display: table-header-group !important; }
}
tbody {
  &.hide-for-landscape,
  &.show-for-portrait { display: table-row-group !important; }
}
tr {
  &.hide-for-landscape,
  &.show-for-portrait { display: table-row !important; }
}
td,
th {
  &.hide-for-landscape,
  &.show-for-portrait { display: table-cell !important; }
}
*/
@media only screen and (orientation: landscape) {
  /* line 250, ../sass/fdn_cstm/_visibility.scss */
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  /* line 252, ../sass/fdn_cstm/_visibility.scss */
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /*
  table {
    &.show-for-landscape,
    &.hide-for-portrait { display: table; }
  }
  thead {
    &.show-for-landscape,
    &.hide-for-portrait { display: table-header-group !important; }
  }
  tbody {
    &.show-for-landscape,
    &.hide-for-portrait { display: table-row-group !important; }
  }
  tr {
    &.show-for-landscape,
    &.hide-for-portrait { display: table-row !important; }
  }
  td,
  th {
    &.show-for-landscape,
    &.hide-for-portrait { display: table-cell !important; }
  }
  */
}
@media only screen and (orientation: portrait) {
  /* line 282, ../sass/fdn_cstm/_visibility.scss */
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  /* line 284, ../sass/fdn_cstm/_visibility.scss */
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visilbity for tables */
  /*
  table {
    &.show-for-portrait,
    &.hide-for-landscape { display: table; }
  }
  thead {
    &.show-for-portrait,
    &.hide-for-landscape { display: table-header-group !important; }
  }
  tbody {
    &.show-for-portrait,
    &.hide-for-landscape { display: table-row-group !important; }
  }
  tr {
    &.show-for-portrait,
    &.hide-for-landscape { display: table-row !important; }
  }
  td,
  th {
    &.show-for-portrait,
    &.hide-for-landscape { display: table-cell !important; }
  }
  */
}
/* Touch-enabled device targeting */
/* line 314, ../sass/fdn_cstm/_visibility.scss */
.show-for-touch {
  display: none !important;
}

/* line 315, ../sass/fdn_cstm/_visibility.scss */
.hide-for-touch {
  display: inherit !important;
}

/* line 316, ../sass/fdn_cstm/_visibility.scss */
.touch .show-for-touch {
  display: inherit !important;
}

/* line 317, ../sass/fdn_cstm/_visibility.scss */
.touch .hide-for-touch {
  display: none !important;
}

/* Specific visilbity for tables */
/* line 320, ../sass/fdn_cstm/_visibility.scss */
table.hide-for-touch {
  display: table;
}

/* line 321, ../sass/fdn_cstm/_visibility.scss */
.touch table.show-for-touch {
  display: table;
}

/* line 322, ../sass/fdn_cstm/_visibility.scss */
thead.hide-for-touch {
  display: table-header-group !important;
}

/* line 323, ../sass/fdn_cstm/_visibility.scss */
.touch thead.show-for-touch {
  display: table-header-group !important;
}

/* line 324, ../sass/fdn_cstm/_visibility.scss */
tbody.hide-for-touch {
  display: table-row-group !important;
}

/* line 325, ../sass/fdn_cstm/_visibility.scss */
.touch tbody.show-for-touch {
  display: table-row-group !important;
}

/* line 326, ../sass/fdn_cstm/_visibility.scss */
tr.hide-for-touch {
  display: table-row !important;
}

/* line 327, ../sass/fdn_cstm/_visibility.scss */
.touch tr.show-for-touch {
  display: table-row !important;
}

/* line 328, ../sass/fdn_cstm/_visibility.scss */
td.hide-for-touch {
  display: table-cell !important;
}

/* line 329, ../sass/fdn_cstm/_visibility.scss */
.touch td.show-for-touch {
  display: table-cell !important;
}

/* line 330, ../sass/fdn_cstm/_visibility.scss */
th.hide-for-touch {
  display: table-cell !important;
}

/* line 331, ../sass/fdn_cstm/_visibility.scss */
.touch th.show-for-touch {
  display: table-cell !important;
}

/* Foundation Block Grids for below xs breakpoint */
@media only screen {
  /* line 75, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-1 {
    display: block;
    margin: 0 -0.4rem;
  }
  /* line 76, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-1 > li {
    display: inline;
    height: auto;
    float: left;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-1 > li {
    width: 100%;
    padding: 0 0.4rem;
    margin-bottom: 0.8rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 75, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-2 {
    display: block;
    margin: 0 -0.4rem;
  }
  /* line 76, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-2 > li {
    display: inline;
    height: auto;
    float: left;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-2 > li {
    width: 50%;
    padding: 0 0.4rem;
    margin-bottom: 0.8rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 75, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-3 {
    display: block;
    margin: 0 -0.4rem;
  }
  /* line 76, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-3 > li {
    display: inline;
    height: auto;
    float: left;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.4rem;
    margin-bottom: 0.8rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 75, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-4 {
    display: block;
    margin: 0 -0.4rem;
  }
  /* line 76, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-4 > li {
    display: inline;
    height: auto;
    float: left;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-4 > li {
    width: 25%;
    padding: 0 0.4rem;
    margin-bottom: 0.8rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 75, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-5 {
    display: block;
    margin: 0 -0.4rem;
  }
  /* line 76, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-5 > li {
    display: inline;
    height: auto;
    float: left;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-5 > li {
    width: 20%;
    padding: 0 0.4rem;
    margin-bottom: 0.8rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 75, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-6 {
    display: block;
    margin: 0 -0.4rem;
  }
  /* line 76, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-6 > li {
    display: inline;
    height: auto;
    float: left;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.4rem;
    margin-bottom: 0.8rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 75, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-7 {
    display: block;
    margin: 0 -0.4rem;
  }
  /* line 76, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-7 > li {
    display: inline;
    height: auto;
    float: left;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.4rem;
    margin-bottom: 0.8rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 75, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-8 {
    display: block;
    margin: 0 -0.4rem;
  }
  /* line 76, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-8 > li {
    display: inline;
    height: auto;
    float: left;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.4rem;
    margin-bottom: 0.8rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 75, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-9 {
    display: block;
    margin: 0 -0.4rem;
  }
  /* line 76, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-9 > li {
    display: inline;
    height: auto;
    float: left;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.4rem;
    margin-bottom: 0.8rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 75, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-10 {
    display: block;
    margin: 0 -0.4rem;
  }
  /* line 76, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-10 > li {
    display: inline;
    height: auto;
    float: left;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-10 > li {
    width: 10%;
    padding: 0 0.4rem;
    margin-bottom: 0.8rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 75, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-11 {
    display: block;
    margin: 0 -0.4rem;
  }
  /* line 76, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-11 > li {
    display: inline;
    height: auto;
    float: left;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.4rem;
    margin-bottom: 0.8rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 75, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-12 {
    display: block;
    margin: 0 -0.4rem;
  }
  /* line 76, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-12 > li {
    display: inline;
    height: auto;
    float: left;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.4rem;
    margin-bottom: 0.8rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Foundation Block Grids for above xs breakpoint */
@media only screen and (min-width: 481px) {
  /* Remove xs grid clearing */
  /* line 91, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }

  /* line 91, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }

  /* line 91, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }

  /* line 91, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }

  /* line 91, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }

  /* line 91, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }

  /* line 91, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }

  /* line 91, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }

  /* line 91, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }

  /* line 91, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }

  /* line 91, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }

  /* line 91, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }

  /* line 94, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-1 {
    display: block;
    margin: 0 -0.8rem;
    /* block-grid padding--check point*/
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 0.8rem;
    margin-bottom: 1.6rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 94, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-2 {
    display: block;
    margin: 0 -0.8rem;
    /* block-grid padding--check point*/
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 0.8rem;
    margin-bottom: 1.6rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 94, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-3 {
    display: block;
    margin: 0 -0.8rem;
    /* block-grid padding--check point*/
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 0.8rem;
    margin-bottom: 1.6rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 94, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-4 {
    display: block;
    margin: 0 -0.8rem;
    /* block-grid padding--check point*/
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 0.8rem;
    margin-bottom: 1.6rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 94, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-5 {
    display: block;
    margin: 0 -0.8rem;
    /* block-grid padding--check point*/
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 0.8rem;
    margin-bottom: 1.6rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 94, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-6 {
    display: block;
    margin: 0 -0.8rem;
    /* block-grid padding--check point*/
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 0.8rem;
    margin-bottom: 1.6rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 94, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-7 {
    display: block;
    margin: 0 -0.8rem;
    /* block-grid padding--check point*/
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 0.8rem;
    margin-bottom: 1.6rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 94, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-8 {
    display: block;
    margin: 0 -0.8rem;
    /* block-grid padding--check point*/
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 0.8rem;
    margin-bottom: 1.6rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 94, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-9 {
    display: block;
    margin: 0 -0.8rem;
    /* block-grid padding--check point*/
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 0.8rem;
    margin-bottom: 1.6rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 94, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-10 {
    display: block;
    margin: 0 -0.8rem;
    /* block-grid padding--check point*/
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 0.8rem;
    margin-bottom: 1.6rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 94, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-11 {
    display: block;
    margin: 0 -0.8rem;
    /* block-grid padding--check point*/
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 0.8rem;
    margin-bottom: 1.6rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 94, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-12 {
    display: block;
    margin: 0 -0.8rem;
    /* block-grid padding--check point*/
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 0.8rem;
    margin-bottom: 1.6rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 769px) {
  /* Remove small grid clearing */
  /* line 105, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }

  /* line 105, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }

  /* line 105, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }

  /* line 105, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }

  /* line 105, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }

  /* line 105, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }

  /* line 105, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }

  /* line 105, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }

  /* line 105, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }

  /* line 105, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }

  /* line 105, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }

  /* line 105, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }

  /* line 108, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-1 {
    display: block;
    margin: 0 -1rem;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-1 > li {
    width: 100%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 108, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-2 {
    display: block;
    margin: 0 -1rem;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-2 > li {
    width: 50%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 108, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-3 {
    display: block;
    margin: 0 -1rem;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 108, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-4 {
    display: block;
    margin: 0 -1rem;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-4 > li {
    width: 25%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 108, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-5 {
    display: block;
    margin: 0 -1rem;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-5 > li {
    width: 20%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 108, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-6 {
    display: block;
    margin: 0 -1rem;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 108, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-7 {
    display: block;
    margin: 0 -1rem;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 108, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-8 {
    display: block;
    margin: 0 -1rem;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-8 > li {
    width: 12.5%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 108, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-9 {
    display: block;
    margin: 0 -1rem;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 108, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-10 {
    display: block;
    margin: 0 -1rem;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-10 > li {
    width: 10%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 108, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-11 {
    display: block;
    margin: 0 -1rem;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 108, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-12 {
    display: block;
    margin: 0 -1rem;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Foundation Block Grids for above medium breakpoint */
@media only screen and (min-width: 992px) {
  /* Remove small grid clearing */
  /* line 118, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }

  /* line 118, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }

  /* line 118, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }

  /* line 118, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }

  /* line 118, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }

  /* line 118, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }

  /* line 118, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }

  /* line 118, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }

  /* line 118, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }

  /* line 118, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }

  /* line 118, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }

  /* line 118, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }

  /* line 121, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-1 {
    display: block;
    margin: 0 -1rem;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 121, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-2 {
    display: block;
    margin: 0 -1rem;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 121, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-3 {
    display: block;
    margin: 0 -1rem;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 121, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-4 {
    display: block;
    margin: 0 -1rem;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 121, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-5 {
    display: block;
    margin: 0 -1rem;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 121, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-6 {
    display: block;
    margin: 0 -1rem;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 121, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-7 {
    display: block;
    margin: 0 -1rem;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 121, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-8 {
    display: block;
    margin: 0 -1rem;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 121, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-9 {
    display: block;
    margin: 0 -1rem;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 121, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-10 {
    display: block;
    margin: 0 -1rem;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 121, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-11 {
    display: block;
    margin: 0 -1rem;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 121, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-12 {
    display: block;
    margin: 0 -1rem;
  }
  /* line 40, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 1rem;
    margin-bottom: 2rem;
  }
  /* line 48, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 49, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/*block-fullgrid*/
/* Foundation Block Grids for below xs breakpoint */
@media only screen {
  /* line 138, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-1 {
    display: block;
    margin: 0 0;
  }
  /* line 139, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-1 > li {
    display: inline;
    height: auto;
    float: left;
  }
  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-1 > li {
    width: 100%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 138, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-2 {
    display: block;
    margin: 0 0;
  }
  /* line 139, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-2 > li {
    display: inline;
    height: auto;
    float: left;
  }
  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-2 > li {
    width: 50%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 138, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-3 {
    display: block;
    margin: 0 0;
  }
  /* line 139, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-3 > li {
    display: inline;
    height: auto;
    float: left;
  }
  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-3 > li {
    width: 33.33333%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 138, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-4 {
    display: block;
    margin: 0 0;
  }
  /* line 139, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-4 > li {
    display: inline;
    height: auto;
    float: left;
  }
  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-4 > li {
    width: 25%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 138, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-5 {
    display: block;
    margin: 0 0;
  }
  /* line 139, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-5 > li {
    display: inline;
    height: auto;
    float: left;
  }
  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-5 > li {
    width: 20%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 138, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-6 {
    display: block;
    margin: 0 0;
  }
  /* line 139, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-6 > li {
    display: inline;
    height: auto;
    float: left;
  }
  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-6 > li {
    width: 16.66667%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 138, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-7 {
    display: block;
    margin: 0 0;
  }
  /* line 139, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-7 > li {
    display: inline;
    height: auto;
    float: left;
  }
  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-7 > li {
    width: 14.28571%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 138, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-8 {
    display: block;
    margin: 0 0;
  }
  /* line 139, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-8 > li {
    display: inline;
    height: auto;
    float: left;
  }
  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-8 > li {
    width: 12.5%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 138, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-9 {
    display: block;
    margin: 0 0;
  }
  /* line 139, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-9 > li {
    display: inline;
    height: auto;
    float: left;
  }
  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-9 > li {
    width: 11.11111%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 138, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-10 {
    display: block;
    margin: 0 0;
  }
  /* line 139, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-10 > li {
    display: inline;
    height: auto;
    float: left;
  }
  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-10 > li {
    width: 10%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 138, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-11 {
    display: block;
    margin: 0 0;
  }
  /* line 139, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-11 > li {
    display: inline;
    height: auto;
    float: left;
  }
  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-11 > li {
    width: 9.09091%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 138, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-12 {
    display: block;
    margin: 0 0;
  }
  /* line 139, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-12 > li {
    display: inline;
    height: auto;
    float: left;
  }
  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-12 > li {
    width: 8.33333%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Foundation Block Grids for above xs breakpoint */
@media only screen and (min-width: 481px) {
  /* Remove xs grid clearing */
  /* line 154, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }

  /* line 154, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }

  /* line 154, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }

  /* line 154, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }

  /* line 154, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }

  /* line 154, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }

  /* line 154, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }

  /* line 154, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }

  /* line 154, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }

  /* line 154, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }

  /* line 154, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }

  /* line 154, ../sass/fdn_cstm/_block-grid.scss */
  .xs-block-fullgrid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }

  /* line 157, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-1 {
    /* block-grid padding--check point*/
  }
  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-1 > li {
    width: 100%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 157, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-2 {
    /* block-grid padding--check point*/
  }
  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-2 > li {
    width: 50%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 157, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-3 {
    /* block-grid padding--check point*/
  }
  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-3 > li {
    width: 33.33333%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 157, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-4 {
    /* block-grid padding--check point*/
  }
  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-4 > li {
    width: 25%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 157, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-5 {
    /* block-grid padding--check point*/
  }
  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-5 > li {
    width: 20%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 157, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-6 {
    /* block-grid padding--check point*/
  }
  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-6 > li {
    width: 16.66667%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 157, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-7 {
    /* block-grid padding--check point*/
  }
  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-7 > li {
    width: 14.28571%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 157, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-8 {
    /* block-grid padding--check point*/
  }
  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-8 > li {
    width: 12.5%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 157, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-9 {
    /* block-grid padding--check point*/
  }
  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-9 > li {
    width: 11.11111%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 157, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-10 {
    /* block-grid padding--check point*/
  }
  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-10 > li {
    width: 10%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 157, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-11 {
    /* block-grid padding--check point*/
  }
  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-11 > li {
    width: 9.09091%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 157, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-12 {
    /* block-grid padding--check point*/
  }
  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-12 > li {
    width: 8.33333%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Foundation Block Grids for above small breakpoint */
@media only screen and (min-width: 769px) {
  /* Remove small grid clearing */
  /* line 168, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }

  /* line 168, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }

  /* line 168, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }

  /* line 168, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }

  /* line 168, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }

  /* line 168, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }

  /* line 168, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }

  /* line 168, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }

  /* line 168, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }

  /* line 168, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }

  /* line 168, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }

  /* line 168, ../sass/fdn_cstm/_block-grid.scss */
  .small-block-fullgrid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }

  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-1 > li {
    width: 100%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-2 > li {
    width: 50%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-3 > li {
    width: 33.33333%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-4 > li {
    width: 25%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-5 > li {
    width: 20%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-6 > li {
    width: 16.66667%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-7 > li {
    width: 14.28571%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-8 > li {
    width: 12.5%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-9 > li {
    width: 11.11111%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-10 > li {
    width: 10%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-11 > li {
    width: 9.09091%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-12 > li {
    width: 8.33333%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/* Foundation Block Grids for above medium breakpoint */
@media only screen and (min-width: 992px) {
  /* Remove small grid clearing */
  /* line 181, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-1 > li:nth-of-type(1n+1) {
    clear: none;
  }

  /* line 181, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-2 > li:nth-of-type(2n+1) {
    clear: none;
  }

  /* line 181, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-3 > li:nth-of-type(3n+1) {
    clear: none;
  }

  /* line 181, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-4 > li:nth-of-type(4n+1) {
    clear: none;
  }

  /* line 181, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-5 > li:nth-of-type(5n+1) {
    clear: none;
  }

  /* line 181, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-6 > li:nth-of-type(6n+1) {
    clear: none;
  }

  /* line 181, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-7 > li:nth-of-type(7n+1) {
    clear: none;
  }

  /* line 181, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-8 > li:nth-of-type(8n+1) {
    clear: none;
  }

  /* line 181, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-9 > li:nth-of-type(9n+1) {
    clear: none;
  }

  /* line 181, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-10 > li:nth-of-type(10n+1) {
    clear: none;
  }

  /* line 181, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-11 > li:nth-of-type(11n+1) {
    clear: none;
  }

  /* line 181, ../sass/fdn_cstm/_block-grid.scss */
  .medium-block-fullgrid-12 > li:nth-of-type(12n+1) {
    clear: none;
  }

  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-1 > li {
    width: 100%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-1 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-2 > li {
    width: 50%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-2 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-3 > li {
    width: 33.33333%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-3 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-4 > li {
    width: 25%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-4 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-5 > li {
    width: 20%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-5 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-6 > li {
    width: 16.66667%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-6 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-7 > li {
    width: 14.28571%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-7 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-8 > li {
    width: 12.5%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-8 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-9 > li {
    width: 11.11111%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-9 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-10 > li {
    width: 10%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-10 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-11 > li {
    width: 9.09091%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-11 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  /* line 60, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-12 > li {
    width: 8.33333%;
  }
  /* line 62, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-12 > li:nth-of-type(n) {
    clear: none;
  }
  /* line 63, ../sass/fdn_cstm/_block-grid.scss */
  .large-block-fullgrid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}
/*
@mixin table {
  background: $table-bg;
  margin-bottom: $table-margin-bottom;
  border: $table-border-style $table-border-size $table-border-color;
  border-collapse: collapse;

  thead,
  tfoot {
    background: $table-head-bg;
    font-weight: $table-head-font-weight;

    tr {
      th,
      td {
        padding: $table-head-padding;
        font-size: $table-head-font-size;
        color: $table-head-font-color;
        text-align: $default-float;
      }
    }
  }

  tr {
    th,
    td {
      padding: $table-row-padding;
      font-size: $table-row-font-size;
      color: $table-row-font-color;
    }

    &.even,
    &.alt,
    &:nth-of-type(even) { background: $table-even-row-bg; }
  }

  thead tr th,
  tfoot tr th,
  tbody tr td,
  tr td,
  tfoot tr td { display: $table-display; line-height: $table-line-height; }
}
*/
/* Tables */
/* line 111, ../sass/fdn_cstm/_tables.scss */
table {
  background: #fff;
}
/* line 83, ../sass/fdn_cstm/_tables.scss */
table thead, table tfoot {
  font-weight: normal;
}
/* line 87, ../sass/fdn_cstm/_tables.scss */
table thead tr th,
table thead tr td, table tfoot tr th,
table tfoot tr td {
  padding: 0.8rem 1rem 1rem;
}
/* line 95, ../sass/fdn_cstm/_tables.scss */
table tr th,
table tr td {
  padding: 1.2rem 1.3rem;
}
/* line 101, ../sass/fdn_cstm/_tables.scss */
table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
  display: table-cell;
  line-height: 1.8rem;
}

/*clr lib.*/
/*max-width*/
/* webFont */
/* line 38, ../sass/_fdn_cstm2.6.scss */
.webFont300 {
  font-family: 'Fira Sans';
  font-weight: 300 !important;
}

/* line 42, ../sass/_fdn_cstm2.6.scss */
.webFont400 {
  font-family: 'Fira Sans';
  font-weight: 400 !important;
}

/* line 46, ../sass/_fdn_cstm2.6.scss */
.webFont500 {
  font-family: 'Fira Sans';
  font-weight: 500 !important;
}

/* General mixin */
/*  category */
/* add 201610 */
/* add 201611 */
/* add 20170317 */
/* general */
/*  typ */
/*btn mixin*/
/*btn mixin END*/
/* hover */
/* layout */
/* toggle */
/* dl  */
/* list */
/* position */
/* after */
/* other */
/* General Styling */
/* line 58, ../sass/_fdn_cstm2.6.scss */
::selection {
  background: #eed5aa;
  /* Safari */
}

/* line 61, ../sass/_fdn_cstm2.6.scss */
::-moz-selection {
  background: #eed5aa;
  /* Firefox */
}

/* line 82, ../sass/component/_mixin1.5.scss */
input::-webkit-input-placeholder {
  color: #bbb;
  font-weight: 400;
}
/* line 86, ../sass/component/_mixin1.5.scss */
input:-ms-input-placeholder {
  color: #bbb;
  font-weight: 400;
}
/* line 90, ../sass/component/_mixin1.5.scss */
input::-moz-placeholder {
  color: #bbb;
  font-weight: 400;
}
/* line 70, ../sass/_fdn_cstm2.6.scss */
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* line 75, ../sass/_fdn_cstm2.6.scss */
.ignore {
  cursor: default !important;
}

/* line 545, ../sass/component/_mixin1.5.scss */
.imgHover a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 550, ../sass/component/_mixin1.5.scss */
.imgHover a:hover img {
  opacity: 0.8;
}

/* line 83, ../sass/_fdn_cstm2.6.scss */
.gridImgHover li img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 540, ../sass/component/_mixin1.5.scss */
.gridImgHover li img:hover {
  opacity: 0.8;
}

/*------------------------------------- Component Styling -------------------------------------*/
/* line 7, ../sass/style.scss */
body {
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

/*===== Columns =====*/
/* line 17, ../sass/style.scss */
.contentWrap {
  position: relative;
  padding-top: 80px;
}
@media only screen and (min-width: 769px) {
  /* line 17, ../sass/style.scss */
  .contentWrap {
    padding-top: 194px;
  }
}

/* line 26, ../sass/style.scss */
#frontPage.contentWrap {
  padding-top: 50px;
}
@media only screen and (min-width: 769px) {
  /* line 26, ../sass/style.scss */
  #frontPage.contentWrap {
    padding-top: 194px;
  }
}

/* line 32, ../sass/style.scss */
#page-adv201707.contentWrap {
  padding-top: 0;
}

/* line 36, ../sass/style.scss */
.rowWrap {
  width: 100%;
  overflow: hidden;
}

/* line 40, ../sass/style.scss */
.rowNegative {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}
@media only screen and (min-width: 481px) {
  /* line 40, ../sass/style.scss */
  .rowNegative {
    margin-left: -0.8rem;
    margin-right: -0.8rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 40, ../sass/style.scss */
  .rowNegative {
    margin-left: -1rem;
    margin-right: -1rem;
  }
}

/* line 55, ../sass/style.scss */
.columnsFull {
  position: relative;
  padding-left: 0rem;
  padding-right: 0rem;
  float: left;
}

/* line 61, ../sass/style.scss */
.columnsLeft {
  padding-left: 0rem;
}

/* line 64, ../sass/style.scss */
.columnsRight {
  padding-right: 0rem;
}

/* line 67, ../sass/style.scss */
.columnsPagetop {
  line-height: 4.5rem;
}
/* line 69, ../sass/style.scss */
.columnsPagetop a {
  display: block;
  width: 100%;
  height: 50px;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  line-height: 5rem;
  background-color: #ff80aa;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 79, ../sass/style.scss */
.columnsPagetop a:hover {
  background-color: #ff4d88;
}

/* line 84, ../sass/style.scss */
.columnsRsp {
  position: relative;
  width: 100%;
  padding-left: 0rem;
  padding-right: 0rem;
  float: left;
  overflow: hidden;
}
@media only screen and (min-width: 481px) {
  /* line 84, ../sass/style.scss */
  .columnsRsp {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 84, ../sass/style.scss */
  .columnsRsp {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media only screen and (min-width: 481px) {
  /* line 104, ../sass/style.scss */
  .row.articleGrid-2 > article:nth-of-type(2n+1) {
    clear: both;
  }
}
@media only screen and (min-width: 769px) {
  /* line 104, ../sass/style.scss */
  .row.articleGrid-2 > article:nth-of-type(2n+1) {
    clear: none;
  }
}

/* line 113, ../sass/style.scss */
.columnsPost {
  position: relative;
  padding-left: 0rem;
  padding-right: 0rem;
  float: left;
  margin-bottom: 50px;
}
@media only screen and (min-width: 769px) {
  /* line 113, ../sass/style.scss */
  .columnsPost {
    margin-bottom: 42px;
  }
}

/* line 126, ../sass/style.scss */
.rowBgc {
  background-color: #fff;
  padding-bottom: 30px;
}

/*===== typ =====*/
/* line 133, ../sass/style.scss */
h1, h2, h3 {
  font-weight: 500;
}

/* h1 */
/* line 138, ../sass/style.scss */
.h1Both > h1 {
  color: #8c602c;
  text-align: center;
  font-size: 2.2rem;
  overflow: hidden;
  padding: 70px 0 0;
  background-image: url(../images/logo_h1_m.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 86px;
  margin-bottom: 26px;
}
@media only screen and (min-width: 481px) {
  /* line 138, ../sass/style.scss */
  .h1Both > h1 {
    text-align: left;
    font-size: 2.6rem;
    letter-spacing: 0.2rem;
    padding: 20px 0 20px 120px;
    overflow: visible;
    position: relative;
    background-image: none;
  }
}
@media only screen and (min-width: 769px) {
  /* line 138, ../sass/style.scss */
  .h1Both > h1 {
    margin-top: 20px;
    line-height: 1.5;
    font-size: 2.8rem;
    letter-spacing: 0.4rem;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 481px) {
  /* line 166, ../sass/style.scss */
  .h1Both > h1:after {
    content: "";
    width: 116px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 0;
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    background-image: url(../images/logo_h1_m.png);
    background-repeat: no-repeat;
    background-size: 116px;
  }
}

/* line 182, ../sass/style.scss */
.h1feed > h1 {
  text-align: center;
  color: #8c602c;
  font-size: 2.2rem;
  margin-bottom: 26px;
}
@media only screen and (min-width: 481px) {
  /* line 182, ../sass/style.scss */
  .h1feed > h1 {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 769px) {
  /* line 182, ../sass/style.scss */
  .h1feed > h1 {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 182, ../sass/style.scss */
  .h1feed > h1 {
    margin-bottom: 30px;
  }
}

/* line 191, ../sass/style.scss */
.columnsSingle h1 {
  display: block;
  color: #8c602c;
  font-size: 2rem;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 28px;
  background-image: url(../images/ptn_dgnl.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media only screen and (min-width: 481px) {
  /* line 191, ../sass/style.scss */
  .columnsSingle h1 {
    font-size: 2.4rem;
    line-height: 1.8;
    letter-spacing: 0.08rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 191, ../sass/style.scss */
  .columnsSingle h1 {
    margin-bottom: 26px;
    font-size: 2.6rem;
    line-height: 1.8;
  }
}

/* line 214, ../sass/style.scss */
.h1Search {
  margin-bottom: 30px;
  overflow: hidden;
  padding: 0 26px 0 16px;
}
@media only screen and (min-width: 481px) {
  /* line 214, ../sass/style.scss */
  .h1Search {
    padding: 0 26px 0 18px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 214, ../sass/style.scss */
  .h1Search {
    max-width: 102.4rem;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 36px 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 214, ../sass/style.scss */
  .h1Search {
    padding: 0 90px 0 0;
  }
}

/* line 233, ../sass/style.scss */
.h1Search > h1 {
  color: #8c602c;
  font-size: 2.2rem;
  padding-right: 6px;
  position: relative;
  display: inline-block;
}
/* line 281, ../sass/component/_mixin1.5.scss */
.h1Search > h1:after {
  content: "";
  width: 100%;
  min-width: 480px;
  height: 10px;
  border-bottom: 1px dashed #f6ae68;
  border-top: 1px dashed #f6ae68;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -2px;
}
@media only screen and (min-width: 481px) {
  /* line 281, ../sass/component/_mixin1.5.scss */
  .h1Search > h1:after {
    min-width: 768px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 281, ../sass/component/_mixin1.5.scss */
  .h1Search > h1:after {
    min-width: 1024px;
  }
}
@media only screen and (min-width: 481px) {
  /* line 233, ../sass/style.scss */
  .h1Search > h1 {
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 233, ../sass/style.scss */
  .h1Search > h1 {
    font-size: 2.6rem;
    letter-spacing: 0.4rem;
  }
}

/* line 250, ../sass/style.scss */
.h1Search .searchWord {
  color: #f6ae68;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.2rem;
  margin-bottom: 10px;
}

/*  h2 */
/* line 259, ../sass/style.scss */
h2, .h2Style {
  color: #ff4d88;
  font-size: 2.2rem;
}
@media only screen and (min-width: 481px) {
  /* line 259, ../sass/style.scss */
  h2, .h2Style {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 769px) {
  /* line 259, ../sass/style.scss */
  h2, .h2Style {
    font-size: 2.6rem;
  }
}

/* line 263, ../sass/style.scss */
.columnsPost h2 a {
  display: block;
  color: #8c602c;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 14px;
  margin-bottom: 10px;
  padding-bottom: 14px;
  background-image: url(../images/ptn_dgnl.png);
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media only screen and (min-width: 769px) {
  /* line 263, ../sass/style.scss */
  .columnsPost h2 a {
    margin-bottom: 6px;
    min-height: 110px;
  }
}
@media only screen and (min-width: 992px) {
  /* line 263, ../sass/style.scss */
  .columnsPost h2 a {
    min-height: 80px;
  }
}

@media only screen and (min-width: 481px) {
  /* line 285, ../sass/style.scss */
  #blog .columnsPost.collect h2 a,
  #archive .columnsPost.collect h2 a {
    margin-top: 0;
    min-height: auto !important;
  }
}

/* line 293, ../sass/style.scss */
#single-post .columnsSingle h1 {
  margin-bottom: 0;
}

/* line 296, ../sass/style.scss */
#single-post .columnsSingle h2 {
  font-size: 1.8rem;
  color: #8c602c;
  margin: 30px 0 16px;
  padding: 8px 0;
  border-top: 1px solid #8c602c;
  border-bottom: 1px solid #8c602c;
}
@media only screen and (min-width: 481px) {
  /* line 296, ../sass/style.scss */
  #single-post .columnsSingle h2 {
    font-size: 2rem;
  }
}

/* line 307, ../sass/style.scss */
#single-post .columnsSingle h3 {
  font-size: 1.6rem;
  color: #8c602c;
  margin: 30px 0 16px;
  padding: 10px 0;
  border-bottom: 1px dashed #8c602c;
}
@media only screen and (min-width: 481px) {
  /* line 307, ../sass/style.scss */
  #single-post .columnsSingle h3 {
    font-size: 1.8rem;
  }
}

/* line 318, ../sass/style.scss */
.sidebarWidget > h2, .relatedWidget > h2 {
  color: #444;
  font-size: 1.8rem;
  line-height: 1.6;
  position: relative;
  margin-bottom: 14px;
  padding-bottom: 8px;
  margin-top: 4px;
}
@media only screen and (min-width: 769px) {
  /* line 318, ../sass/style.scss */
  .sidebarWidget > h2, .relatedWidget > h2 {
    font-size: 2rem;
    margin-top: 0;
  }
}
/* line 331, ../sass/style.scss */
.sidebarWidget > h2:after, .relatedWidget > h2:after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #efefef;
}
/* line 340, ../sass/style.scss */
.sidebarWidget > h2 span, .relatedWidget > h2 span {
  position: relative;
  display: inline-block;
}
/* line 344, ../sass/style.scss */
.sidebarWidget > h2 span:after, .relatedWidget > h2 span:after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -8px;
  background-color: #f9c898;
  z-index: 1;
}

/* line 355, ../sass/style.scss */
.latest.sidebarWidget > h2, .relatedWidget > h2 {
  margin-bottom: 28px;
}

/*  h3 */
/* line 360, ../sass/style.scss */
h3 {
  color: #8c602c;
  font-size: 1.8rem;
}
@media only screen and (min-width: 481px) {
  /* line 360, ../sass/style.scss */
  h3 {
    font-size: 2rem;
    line-height: 1.8;
  }
}

/* line 545, ../sass/component/_mixin1.5.scss */
.latest .columnsPost a img, .relatedWidget .columnsPost a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* line 550, ../sass/component/_mixin1.5.scss */
.latest .columnsPost a:hover img, .relatedWidget .columnsPost a:hover img {
  opacity: 0.8;
}
/* line 372, ../sass/style.scss */
.latest .columnsPost h3, .relatedWidget .columnsPost h3 {
  color: #444;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  background-image: none;
  min-height: auto;
  margin-bottom: 6px;
}
/* line 386, ../sass/style.scss */
.latest .columnsPost:hover h3, .relatedWidget .columnsPost:hover h3 {
  text-decoration: underline;
}
@media only screen and (min-width: 481px) {
  /* line 389, ../sass/style.scss */
  .latest .columnsPost a, .relatedWidget .columnsPost a {
    display: inline-block;
    width: 100%;
  }
}

/* line 397, ../sass/style.scss */
.latest .columnsPost h3 {
  line-height: 1.5;
}
@media only screen and (min-width: 481px) {
  /* line 397, ../sass/style.scss */
  .latest .columnsPost h3 {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 397, ../sass/style.scss */
  .latest .columnsPost h3 {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 769px) {
  /* line 410, ../sass/style.scss */
  .relatedWidget .columnsPost h3 {
    font-size: 1.6rem;
  }
}

/* line 417, ../sass/style.scss */
.wp .columns, .wp .columnsFull {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media only screen and (min-width: 769px) {
  /* line 417, ../sass/style.scss */
  .wp .columns, .wp .columnsFull {
    font-size: 1.6rem;
  }
}

/* line 426, ../sass/style.scss */
.font12 {
  font-size: 1.2rem !important;
}

/* line 429, ../sass/style.scss */
.font14 {
  font-size: 1.4rem !important;
}

/* line 432, ../sass/style.scss */
.font16 {
  font-size: 1.6rem !important;
}

/* line 435, ../sass/style.scss */
.font18 {
  font-size: 1.8rem !important;
}

/* line 444, ../sass/style.scss */
.fontBold {
  font-weight: 700;
}

/* line 447, ../sass/style.scss */
.fontLight {
  font-weight: 300;
}

/*===== Layout =====*/
/* line 453, ../sass/style.scss */
.wrapW {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  padding: 30px 0 50px;
}
@media only screen and (min-width: 481px) {
  /* line 453, ../sass/style.scss */
  .wrapW {
    padding: 40px 0 90px;
  }
}
/* line 459, ../sass/style.scss */
.wrapW.first {
  padding-top: 0;
}

/* line 463, ../sass/style.scss */
#blog .wrapW,
#archive .wrapW {
  padding-top: 0;
}

/* line 473, ../sass/style.scss */
.wrapPtn {
  background-color: #fff7f5;
  overflow: hidden;
  background-image: url(../images/bg_ptn01.png);
  padding: 30px 0 50px;
}
@media only screen and (min-width: 481px) {
  /* line 473, ../sass/style.scss */
  .wrapPtn {
    padding: 40px 0 90px;
  }
}

/* line 483, ../sass/style.scss */
.wrapC1 {
  width: 100%;
  background-color: #ffc2d6;
  overflow: hidden;
  padding: 40px 0 50px;
}
@media only screen and (min-width: 481px) {
  /* line 483, ../sass/style.scss */
  .wrapC1 {
    padding: 50px 0 60px;
  }
}

/* line 491, ../sass/style.scss */
.youtube {
  position: relative;
  /*padding: 30px 0 56.25%;*/
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

/* line 498, ../sass/style.scss */
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*

#ancCpn {
  @include anc();
} */
/*===== btn =====*/
/* line 335, ../sass/component/_mixin1.5.scss */
.btnC1 a {
  display: block;
  cursor: pointer;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-left: 0;
  padding-bottom: 16px;
  padding-right: 0;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  border-radius: 6px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (min-width: 481px) {
  /* line 335, ../sass/component/_mixin1.5.scss */
  .btnC1 a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 335, ../sass/component/_mixin1.5.scss */
  .btnC1 a {
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 1.4;
  }
}
/* line 369, ../sass/component/_mixin1.5.scss */
.btnC1.thin a {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 9.8px;
  padding-right: 9.8px;
}
/* line 377, ../sass/component/_mixin1.5.scss */
.btnC1.normal a {
  font-weight: 400;
}
/* line 382, ../sass/component/_mixin1.5.scss */
.btnC1.wf a {
  font-size: 2rem;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media only screen and (min-width: 481px) {
  /* line 382, ../sass/component/_mixin1.5.scss */
  .btnC1.wf a {
    font-size: 2.2rem;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
/* line 397, ../sass/component/_mixin1.5.scss */
.btnC1 a {
  color: #fff;
  background-color: #ff4d88;
  line-height: 1.4;
}
/* line 401, ../sass/component/_mixin1.5.scss */
.btnC1 a:hover, .btnC1 a:focus {
  background-color: #ff80aa;
}
/* line 406, ../sass/component/_mixin1.5.scss */
.btnC1 a.ignore:hover, .btnC1 a.ignore:focus {
  background-color: #ff4d88;
}

/* line 335, ../sass/component/_mixin1.5.scss */
.btnC1dk a {
  display: block;
  cursor: pointer;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-left: 0;
  padding-bottom: 16px;
  padding-right: 0;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  border-radius: 6px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (min-width: 481px) {
  /* line 335, ../sass/component/_mixin1.5.scss */
  .btnC1dk a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 335, ../sass/component/_mixin1.5.scss */
  .btnC1dk a {
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 1.4;
  }
}
/* line 369, ../sass/component/_mixin1.5.scss */
.btnC1dk.thin a {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 9.8px;
  padding-right: 9.8px;
}
/* line 377, ../sass/component/_mixin1.5.scss */
.btnC1dk.normal a {
  font-weight: 400;
}
/* line 382, ../sass/component/_mixin1.5.scss */
.btnC1dk.wf a {
  font-size: 2rem;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media only screen and (min-width: 481px) {
  /* line 382, ../sass/component/_mixin1.5.scss */
  .btnC1dk.wf a {
    font-size: 2.2rem;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
/* line 397, ../sass/component/_mixin1.5.scss */
.btnC1dk a {
  color: #fff;
  background-color: #e6004c;
  line-height: 1.4;
}
/* line 401, ../sass/component/_mixin1.5.scss */
.btnC1dk a:hover, .btnC1dk a:focus {
  background-color: #ff4d88;
}
/* line 406, ../sass/component/_mixin1.5.scss */
.btnC1dk a.ignore:hover, .btnC1dk a.ignore:focus {
  background-color: #e6004c;
}

/* line 335, ../sass/component/_mixin1.5.scss */
.btnBdrC1 a {
  display: block;
  cursor: pointer;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-left: 0;
  padding-bottom: 16px;
  padding-right: 0;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  border-radius: 6px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (min-width: 481px) {
  /* line 335, ../sass/component/_mixin1.5.scss */
  .btnBdrC1 a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 335, ../sass/component/_mixin1.5.scss */
  .btnBdrC1 a {
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 1.4;
  }
}
/* line 369, ../sass/component/_mixin1.5.scss */
.btnBdrC1.thin a {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 9.8px;
  padding-right: 9.8px;
}
/* line 377, ../sass/component/_mixin1.5.scss */
.btnBdrC1.normal a {
  font-weight: 400;
}
/* line 382, ../sass/component/_mixin1.5.scss */
.btnBdrC1.wf a {
  font-size: 2rem;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media only screen and (min-width: 481px) {
  /* line 382, ../sass/component/_mixin1.5.scss */
  .btnBdrC1.wf a {
    font-size: 2.2rem;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
/* line 414, ../sass/component/_mixin1.5.scss */
.btnBdrC1 a {
  color: #ff4d88;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: #ff4d88;
}
/* line 420, ../sass/component/_mixin1.5.scss */
.btnBdrC1 a:hover, .btnBdrC1 a:focus {
  color: #fff;
  border-color: #ff6799;
  background-color: #ff6799;
}
/* line 427, ../sass/component/_mixin1.5.scss */
.btnBdrC1 a.ignore:hover, .btnBdrC1 a.ignore:focus {
  color: #ff4d88;
  border-color: #ff4d88;
  background-color: transparent;
}
/* line 524, ../sass/style.scss */
.btnBdrC1 a:hover, .btnBdrC1 a:focus {
  color: #ff4d88;
  background-color: #ffbdd3;
}

/* line 335, ../sass/component/_mixin1.5.scss */
.btnBdrGray a {
  display: block;
  cursor: pointer;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-left: 0;
  padding-bottom: 16px;
  padding-right: 0;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  border-radius: 6px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (min-width: 481px) {
  /* line 335, ../sass/component/_mixin1.5.scss */
  .btnBdrGray a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 335, ../sass/component/_mixin1.5.scss */
  .btnBdrGray a {
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 1.4;
  }
}
/* line 369, ../sass/component/_mixin1.5.scss */
.btnBdrGray.thin a {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 9.8px;
  padding-right: 9.8px;
}
/* line 377, ../sass/component/_mixin1.5.scss */
.btnBdrGray.normal a {
  font-weight: 400;
}
/* line 382, ../sass/component/_mixin1.5.scss */
.btnBdrGray.wf a {
  font-size: 2rem;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media only screen and (min-width: 481px) {
  /* line 382, ../sass/component/_mixin1.5.scss */
  .btnBdrGray.wf a {
    font-size: 2.2rem;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
/* line 414, ../sass/component/_mixin1.5.scss */
.btnBdrGray a {
  color: #888;
  background-color: transparent;
  border-style: solid;
  border-width: 1px;
  border-color: #888;
}
/* line 420, ../sass/component/_mixin1.5.scss */
.btnBdrGray a:hover, .btnBdrGray a:focus {
  color: #fff;
  border-color: #959595;
  background-color: #959595;
}
/* line 427, ../sass/component/_mixin1.5.scss */
.btnBdrGray a.ignore:hover, .btnBdrGray a.ignore:focus {
  color: #888;
  border-color: #888;
  background-color: transparent;
}
/* line 535, ../sass/style.scss */
.btnBdrGray a:hover, .btnBdrGray a:focus {
  color: #888;
  background-color: #efefef;
}

/* line 335, ../sass/component/_mixin1.5.scss */
.btnC4 a {
  display: block;
  cursor: pointer;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-left: 0;
  padding-bottom: 16px;
  padding-right: 0;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  border-radius: 6px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (min-width: 481px) {
  /* line 335, ../sass/component/_mixin1.5.scss */
  .btnC4 a {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 335, ../sass/component/_mixin1.5.scss */
  .btnC4 a {
    padding-top: 14px;
    padding-bottom: 14px;
    line-height: 1.4;
  }
}
/* line 369, ../sass/component/_mixin1.5.scss */
.btnC4.thin a {
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 9.8px;
  padding-right: 9.8px;
}
/* line 377, ../sass/component/_mixin1.5.scss */
.btnC4.normal a {
  font-weight: 400;
}
/* line 382, ../sass/component/_mixin1.5.scss */
.btnC4.wf a {
  font-size: 2rem;
  padding-top: 14px;
  padding-bottom: 14px;
}
@media only screen and (min-width: 481px) {
  /* line 382, ../sass/component/_mixin1.5.scss */
  .btnC4.wf a {
    font-size: 2.2rem;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
/* line 397, ../sass/component/_mixin1.5.scss */
.btnC4 a {
  color: #fff;
  background-color: #f6ae68;
  line-height: 1.4;
}
/* line 401, ../sass/component/_mixin1.5.scss */
.btnC4 a:hover, .btnC4 a:focus {
  background-color: #f9c898;
}
/* line 406, ../sass/component/_mixin1.5.scss */
.btnC4 a.ignore:hover, .btnC4 a.ignore:focus {
  background-color: #f6ae68;
}

/* line 547, ../sass/style.scss */
hr.bgi {
  height: 4px;
  margin: 14px 0;
  background-image: url(../images/ptn_dgnl.png);
  background-repeat: repeat-x;
  border: none;
}
@media only screen and (min-width: 481px) {
  /* line 547, ../sass/style.scss */
  hr.bgi {
    margin: 20px 0;
  }
}

/*------------------------------------- Wordpress Styling -------------------------------------*/
/* line 4, ../sass/component/_cmp_header.scss */
header {
  width: 100%;
  height: 50px;
  color: #fff;
  background-color: #ff80aa;
  position: absolute;
  z-index: 1011;
  top: 0;
}
@media only screen and (min-width: 769px) {
  /* line 4, ../sass/component/_cmp_header.scss */
  header {
    height: 80px;
  }
}

@media only screen and (max-width: 768px) {
  /* line 18, ../sass/component/_cmp_header.scss */
  header.hidden {
    top: -50px;
    position: fixed;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
  }
}

@media only screen and (max-width: 768px) {
  /* line 26, ../sass/component/_cmp_header.scss */
  header.active {
    -moz-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
}

/* line 32, ../sass/component/_cmp_header.scss */
header h1 a {
  font-size: 2.4rem;
  color: #fff;
  display: block;
  width: 116px;
  height: 50px;
  line-height: 48px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
@media only screen and (min-width: 481px) {
  /* line 32, ../sass/component/_cmp_header.scss */
  header h1 a {
    width: 130px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 32, ../sass/component/_cmp_header.scss */
  header h1 a {
    width: 170px;
    height: 80px;
    line-height: 78px;
  }
}
/* line 55, ../sass/component/_cmp_header.scss */
header h1 a:hover {
  opacity: .7;
}

/* line 61, ../sass/component/_cmp_header.scss */
.toolbar {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1000;
  font-size: 16px;
  color: #fff;
}
/* line 68, ../sass/component/_cmp_header.scss */
.toolbar i {
  font-size: 30px;
}
/* line 71, ../sass/component/_cmp_header.scss */
.toolbar span {
  display: none;
}
@media only screen and (min-width: 481px) {
  /* line 71, ../sass/component/_cmp_header.scss */
  .toolbar span {
    display: inline-block;
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}
@media only screen and (min-width: 769px) {
  /* line 61, ../sass/component/_cmp_header.scss */
  .toolbar {
    display: none;
  }
}

/* line 83, ../sass/component/_cmp_header.scss */
.close-button {
  height: 50px;
  text-align: left;
  line-height: 50px;
  padding-top: 10px;
  padding-left: 10px;
  cursor: pointer;
}
/* line 90, ../sass/component/_cmp_header.scss */
.close-button i {
  color: #f8f8f8;
  font-size: 36px;
}
@media only screen and (min-width: 769px) {
  /* line 83, ../sass/component/_cmp_header.scss */
  .close-button {
    display: none;
  }
}

/* line 99, ../sass/component/_cmp_header.scss */
nav {
  width: 100%;
  height: 0;
  text-align: center;
  opacity: 0;
  position: fixed;
  top: -100px;
  overflow: auto;
  display: none;
  z-index: 1020;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 769px) {
  /* line 99, ../sass/component/_cmp_header.scss */
  nav {
    background-color: #fff;
    width: 100%;
    height: auto !important;
    opacity: 1 !important;
    display: block !important;
    position: absolute;
    top: 80px !important;
    line-height: 1.4;
    overflow: visible;
    z-index: 1010;
  }
}

/* line 127, ../sass/component/_cmp_header.scss */
.navOverlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.92);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1019;
}

@media only screen and (min-width: 769px) {
  /* line 140, ../sass/component/_cmp_header.scss */
  nav.hidden {
    position: fixed;
    top: -62px !important;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: transform 0.15s ease-in-out;
    -moz-transition: transform 0.15s ease-in-out;
    -ms-transition: transform 0.15s ease-in-out;
    -o-transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
  }
}

@media only screen and (min-width: 769px) {
  /* line 148, ../sass/component/_cmp_header.scss */
  nav.active {
    border-bottom: 1px solid #ff4d88;
    -moz-transform: translate3d(0, 62px, 0);
    -ms-transform: translate3d(0, 62px, 0);
    -webkit-transform: translate3d(0, 62px, 0);
    transform: translate3d(0, 62px, 0);
  }
}

/* line 155, ../sass/component/_cmp_header.scss */
nav ul {
  list-style: none;
}
@media only screen and (min-width: 769px) {
  /* line 155, ../sass/component/_cmp_header.scss */
  nav ul {
    display: inline-block;
  }
}

/* line 163, ../sass/component/_cmp_header.scss */
nav li {
  display: block;
  float: left;
  width: 100%;
}

/*PC*/
@media only screen and (min-width: 769px) {
  /* line 172, ../sass/component/_cmp_header.scss */
  nav li {
    width: auto;
    line-height: 1;
    position: relative;
    padding: 36px 0;
  }
  /* line 181, ../sass/component/_cmp_header.scss */
  nav li:after {
    content: "";
    border-right: 1px solid #d2d2d2;
    height: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media only screen and (min-width: 769px) {
  /* line 200, ../sass/component/_cmp_header.scss */
  nav li:first-child:before {
    content: "";
    border-right: 1px solid #d2d2d2;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

/* line 212, ../sass/component/_cmp_header.scss */
nav li a {
  display: block;
  text-align: left;
  font-size: 1.8rem;
  color: #fff;
  padding: 18px 0 18px 24px;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  /* line 212, ../sass/component/_cmp_header.scss */
  nav li a {
    font-size: 1.6rem;
    letter-spacing: 0.12rem;
    line-height: 1;
    text-align: center;
    color: #1e1e1e;
    padding: 10px 16px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media only screen and (min-width: 992px) {
  /* line 212, ../sass/component/_cmp_header.scss */
  nav li a {
    padding: 12px 26px;
  }
}
/* line 235, ../sass/component/_cmp_header.scss */
nav li a:hover {
  color: #fff;
  background-color: #2b2b2b;
}
@media only screen and (min-width: 769px) {
  /* line 235, ../sass/component/_cmp_header.scss */
  nav li a:hover {
    color: #ff3477;
    background-color: transparent;
  }
}

@media only screen and (min-width: 769px) {
  /* line 246, ../sass/component/_cmp_header.scss */
  nav li a:after {
    content: "";
    background-color: #ff4d88;
    height: 4px;
    width: 0%;
    position: absolute;
    bottom: 26px;
    left: 50%;
    z-index: 10;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: width 0.2s ease-in-out;
    -moz-transition: width 0.2s ease-in-out;
    -ms-transition: width 0.2s ease-in-out;
    -o-transition: width 0.2s ease-in-out;
    transition: width 0.2s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

@media only screen and (min-width: 769px) {
  /* line 262, ../sass/component/_cmp_header.scss */
  nav li a:hover:after {
    width: 70%;
  }
}

@media only screen and (min-width: 769px) {
  /* line 268, ../sass/component/_cmp_header.scss */
  nav.hidden > ul > li {
    padding: 8px 0 6px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  /* line 271, ../sass/component/_cmp_header.scss */
  nav.hidden > ul > li a:after {
    bottom: -4px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) {
  /* line 276, ../sass/component/_cmp_header.scss */
  nav.hidden > ul > li a:hover:after {
    bottom: -4px;
  }
}

/* line 288, ../sass/component/_cmp_header.scss */
nav .menuClose {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  text-align: left;
  padding: 16px 0 16px 24px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (min-width: 769px) {
  /* line 288, ../sass/component/_cmp_header.scss */
  nav .menuClose {
    display: none;
  }
}
/* line 300, ../sass/component/_cmp_header.scss */
nav .menuClose:hover {
  background-color: #2b2b2b;
}

/* line 3, ../sass/component/_cmp_footer.scss */
footer {
  width: 100%;
  color: #8c602c;
  background-color: #f7ead5;
  padding-top: 30px;
}
@media only screen and (min-width: 769px) {
  /* line 3, ../sass/component/_cmp_footer.scss */
  footer {
    padding-top: 40px;
  }
}
/* line 13, ../sass/component/_cmp_footer.scss */
footer .columnsPagetop {
  margin-bottom: 70px;
}
@media only screen and (min-width: 769px) {
  /* line 13, ../sass/component/_cmp_footer.scss */
  footer .columnsPagetop {
    margin-bottom: 0;
  }
}
/* line 19, ../sass/component/_cmp_footer.scss */
footer .fa {
  padding: 0;
}
/* line 22, ../sass/component/_cmp_footer.scss */
footer .logo {
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  width: 110px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  /* line 22, ../sass/component/_cmp_footer.scss */
  footer .logo {
    width: 160px;
    margin-bottom: 20px;
  }
}
/* line 37, ../sass/component/_cmp_footer.scss */
footer .copy {
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

/* line 43, ../sass/component/_cmp_footer.scss */
footer .columnsPagetop.pageFlat {
  margin-bottom: 0;
}

/* line 47, ../sass/component/_cmp_footer.scss */
footer .info {
  list-style: none;
}
/* line 49, ../sass/component/_cmp_footer.scss */
footer .info li {
  text-align: center;
  font-size: 1.4rem;
}
/* line 52, ../sass/component/_cmp_footer.scss */
footer .info li:last-child {
  margin-top: 6px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 769px) {
  /* line 52, ../sass/component/_cmp_footer.scss */
  footer .info li:last-child {
    margin-bottom: 40px;
  }
}
/* line 59, ../sass/component/_cmp_footer.scss */
footer .info li span {
  vertical-align: middle;
  font-size: 1.5rem;
}

/* #fadeButton */
/* line 67, ../sass/component/_cmp_footer.scss */
#fadeButton {
  position: fixed;
  bottom: 50px;
  right: 15px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  /* line 67, ../sass/component/_cmp_footer.scss */
  #fadeButton {
    display: none !important;
  }
}
/* line 78, ../sass/component/_cmp_footer.scss */
#fadeButton a {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 2.6rem;
  text-align: center;
  display: block;
  color: #fff;
  border-radius: 50%;
  background-color: #e6004c;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 89, ../sass/component/_cmp_footer.scss */
#fadeButton a:hover {
  background-color: #ff0155;
}
/* line 93, ../sass/component/_cmp_footer.scss */
#fadeButton .fa {
  padding: 0;
}

/* .ftrBtn */
/* line 99, ../sass/component/_cmp_footer.scss */
.ftrBtn {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 11;
}
/* line 110, ../sass/component/_cmp_footer.scss */
.ftrBtn ul {
  list-style: none;
  overflow: hidden;
}
/* line 113, ../sass/component/_cmp_footer.scss */
.ftrBtn ul li {
  float: left;
  width: 50%;
}
/* line 125, ../sass/component/_cmp_footer.scss */
.ftrBtn li a {
  display: block;
  height: 70px;
  line-height: 108px;
  color: #8c602c;
  text-align: center;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  position: relative;
}
/* line 141, ../sass/component/_cmp_footer.scss */
.ftrBtn li a:before {
  content: "";
  display: block;
  font-family: FontAwesome;
  font-size: 3.4rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #ff4d88;
  position: absolute;
  top: 38%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 156, ../sass/component/_cmp_footer.scss */
.ftrBtn li:first-child a {
  color: #8c602c;
  border-top: 1px solid #8c602c;
  border-right: 1px solid #8c602c;
  background-color: #fff;
}
/* line 162, ../sass/component/_cmp_footer.scss */
.ftrBtn li:first-child a:hover {
  background-color: #ffe6ee;
}
/* line 165, ../sass/component/_cmp_footer.scss */
.ftrBtn li:first-child a:before {
  content: "";
  color: #ff4d88;
}
/* line 173, ../sass/component/_cmp_footer.scss */
.ftrBtn li:last-child a {
  color: #8c602c;
  border-top: 1px solid #8c602c;
  border-right: none;
  background-color: #fff;
}
/* line 178, ../sass/component/_cmp_footer.scss */
.ftrBtn li:last-child a:hover {
  background-color: #ffe6ee;
}
/* line 181, ../sass/component/_cmp_footer.scss */
.ftrBtn li:last-child a:before {
  content: "";
  color: #ff4d88;
}
@media only screen and (min-width: 769px) {
  /* line 99, ../sass/component/_cmp_footer.scss */
  .ftrBtn {
    display: none;
  }
}

/* アイキャッチサムネイル */
/* line 566, ../sass/style.scss */
img.size-orig_thumbnail_small, img.size-square_thumbnail_small {
  width: 100%;
}

@media only screen and (max-width: 480px) {
  /* line 570, ../sass/style.scss */
  #blog img.attachment-square_thumbnail,
  #archive img.attachment-square_thumbnail {
    width: 100%;
  }
}

/* line 577, ../sass/style.scss */
.postInfo {
  margin-bottom: 12px;
}
@media only screen and (min-width: 769px) {
  /* line 577, ../sass/style.scss */
  .postInfo {
    margin-bottom: 10px;
  }
}

/* line 590, ../sass/style.scss */
.postCategory a {
  display: inline-block;
  float: left;
  font-size: 1.4rem;
  padding: 2px 8px;
  margin-top: 10px;
  color: #fff;
  background-color: #f6ae68;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 599, ../sass/style.scss */
.postCategory a:hover {
  background: #f9c898;
}

/* line 605, ../sass/style.scss */
.postCategory.news a {
  background-color: #eacb95;
}
/* line 607, ../sass/style.scss */
.postCategory.news a:hover {
  background-color: #eed5aa;
}

/* line 613, ../sass/style.scss */
.postDate {
  display: inline-block;
  margin-left: 14px;
  font-size: 1.4rem;
  padding: 2px 0;
  margin-top: 10px;
  color: #888;
}

/* line 623, ../sass/style.scss */
.collect .imgHover a {
  display: block;
  position: relative;
}
/* line 627, ../sass/style.scss */
.collect .imgHover a:hover img {
  opacity: .7;
}
/* line 630, ../sass/style.scss */
.collect .imgHover a:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  border: 18px solid transparent;
  border-right: 18px solid rgba(255, 77, 136, 0.8);
  border-bottom: 18px solid rgba(255, 77, 136, 0.8);
  z-index: 1;
}
@media only screen and (min-width: 481px) {
  /* line 630, ../sass/style.scss */
  .collect .imgHover a:after {
    border-width: 20px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 630, ../sass/style.scss */
  .collect .imgHover a:after {
    border-width: 20px;
  }
}

/*===== archive-archives.php =====*/
/* line 638, ../sass/style.scss */
#blog .columns.archiveWrap,
#archive .columns.archiveWrap {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 769px) {
  /* line 638, ../sass/style.scss */
  #blog .columns.archiveWrap,
  #archive .columns.archiveWrap {
    padding-right: 1rem;
  }
}

/* line 649, ../sass/style.scss */
#blog .columnsPost.collect .postExcerpt,
#archive .columnsPost.collect .postExcerpt {
  margin-top: 16px;
}

@media only screen and (min-width: 481px) {
  /* line 657, ../sass/style.scss */
  #blog .columnsPost.collect .columnsRsp,
  #archive .columnsPost.collect .columnsRsp {
    width: 35%;
  }
}

@media only screen and (min-width: 481px) {
  /* line 663, ../sass/style.scss */
  #blog .columnsPost.collect .columns,
  #archive .columnsPost.collect .columns {
    width: 65%;
  }
}

/*===== single.php =====*/
/* line 673, ../sass/style.scss */
#single-post .postDate {
  font-size: 1.5rem;
  margin-top: 0;
  margin-left: 0;
}
/* line 678, ../sass/style.scss */
#single-post .postCategory {
  margin-top: 32px;
  text-align: right;
}
/* line 681, ../sass/style.scss */
#single-post .postCategory a {
  float: none;
  margin-top: 0;
}
/* line 686, ../sass/style.scss */
#single-post .wrapW {
  padding-top: 24px;
}

/*===== サイドバー =====*/
/* line 695, ../sass/style.scss */
.columns.sidebar {
  margin-top: 60px;
}
@media only screen and (min-width: 769px) {
  /* line 695, ../sass/style.scss */
  .columns.sidebar {
    margin-top: 0;
  }
}

/* line 701, ../sass/style.scss */
.sidebarWidget {
  margin-bottom: 26px;
}
/* line 705, ../sass/style.scss */
.sidebarWidget.latest article:last-child {
  margin-bottom: 0;
}

/* line 710, ../sass/style.scss */
.sidebarWidget > .captions, .relatedWidget > .captions {
  font-size: 1.2rem;
  color: #f39538;
}

/* line 716, ../sass/style.scss */
.sidebarWidget .archiveList, .sidebarWidget .categoryList {
  list-style: none;
}
/* line 718, ../sass/style.scss */
.sidebarWidget .archiveList li a, .sidebarWidget .categoryList li a {
  display: block;
  width: 100%;
  font-size: 1.6rem;
  color: #444;
  padding: 10px 0px 4px 20px;
  margin-bottom: 8px;
  text-decoration: none;
  position: relative;
}
/* line 730, ../sass/style.scss */
.sidebarWidget .archiveList li a:after, .sidebarWidget .categoryList li a:after {
  content: "\f105";
  font-family: FontAwesome;
  font-size: 26px;
  color: #444;
  position: absolute;
  top: 56%;
  left: 0;
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 742, ../sass/style.scss */
.sidebarWidget .archiveList li:hover a, .sidebarWidget .categoryList li:hover a {
  text-decoration: underline;
}
/* line 746, ../sass/style.scss */
.sidebarWidget .archiveList li:hover a:after, .sidebarWidget .categoryList li:hover a:after {
  color: #f6ae68;
}

/*===== サイドバー新着 .latest =====*/
/* line 754, ../sass/style.scss */
.latest .columnsPost {
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #efefef;
  line-height: 1;
}
@media only screen and (min-width: 769px) {
  /* line 754, ../sass/style.scss */
  .latest .columnsPost {
    padding-bottom: 10px;
  }
}
/* line 763, ../sass/style.scss */
.latest .columnsPost .squareThumbnail {
  width: 25%;
  max-width: 112px;
  float: left;
}
@media only screen and (min-width: 481px) {
  /* line 763, ../sass/style.scss */
  .latest .columnsPost .squareThumbnail {
    width: 16%;
    max-width: 122px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 763, ../sass/style.scss */
  .latest .columnsPost .squareThumbnail {
    width: 80px;
    margin-right: 16px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 781, ../sass/style.scss */
.latest .columnsPost .postInfo {
  width: 75%;
}
@media only screen and (min-width: 481px) {
  /* line 781, ../sass/style.scss */
  .latest .columnsPost .postInfo {
    width: 84%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 781, ../sass/style.scss */
  .latest .columnsPost .postInfo {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: auto;
    overflow: hidden;
  }
}
/* line 795, ../sass/style.scss */
.latest .columnsPost .postDate {
  margin-top: 0;
  margin-left: 0;
  padding: 0;
}
@media only screen and (min-width: 769px) {
  /* line 795, ../sass/style.scss */
  .latest .columnsPost .postDate {
    font-size: 1.4rem !important;
  }
}
/* line 803, ../sass/style.scss */
.latest .columnsPost .postExcerpt {
  font-size: 1.4rem;
  color: #888888;
}
@media only screen and (min-width: 769px) {
  /* line 803, ../sass/style.scss */
  .latest .columnsPost .postExcerpt {
    display: none;
  }
}

/*===== 関連記事 .relatedWidget =====*/
/* line 814, ../sass/style.scss */
.relatedWidget .columnsPost {
  margin-bottom: 26px;
  padding-bottom: 6px;
  border-bottom: 1px solid #efefef;
}
@media only screen and (min-width: 769px) {
  /* line 814, ../sass/style.scss */
  .relatedWidget .columnsPost {
    padding-bottom: 0;
  }
}
/* line 821, ../sass/style.scss */
.relatedWidget .columnsPost .squareThumbnail {
  width: 25%;
  max-width: 112px;
  float: left;
}
@media only screen and (min-width: 481px) {
  /* line 821, ../sass/style.scss */
  .relatedWidget .columnsPost .squareThumbnail {
    width: 16%;
    max-width: 122px;
    padding-right: 10px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 821, ../sass/style.scss */
  .relatedWidget .columnsPost .squareThumbnail {
    max-width: 110px;
  }
}
/* line 836, ../sass/style.scss */
.relatedWidget .columnsPost .postInfo {
  width: 75%;
}
@media only screen and (min-width: 481px) {
  /* line 836, ../sass/style.scss */
  .relatedWidget .columnsPost .postInfo {
    width: 84%;
  }
}
/* line 842, ../sass/style.scss */
.relatedWidget .columnsPost .postExcerpt {
  display: block;
  font-size: 1.4rem;
  color: #888;
}

/*===== Search Forms =====*/
/* line 852, ../sass/style.scss */
.searchWrap {
  width: 100%;
  border: 1px solid rgba(26, 26, 26, 0.2);
}

/* line 857, ../sass/style.scss */
.search-form {
  position: relative;
}

/* line 860, ../sass/style.scss */
.form-control {
  font-size: 14px;
  padding: 10px 60px 10px 10px;
  outline: none;
  border: 0;
  width: 100%;
  height: 50px;
}
/* line 97, ../sass/component/_mixin1.5.scss */
.form-control:placeholder-shown {
  color: #888;
  font-size: 14px;
}
/* line 100, ../sass/component/_mixin1.5.scss */
.form-control::-webkit-input-placeholder {
  color: #888;
  font-size: 14px;
}
/* line 103, ../sass/component/_mixin1.5.scss */
.form-control:-moz-placeholder {
  opacity: 1;
  color: #888;
  font-size: 14px;
}
/* line 107, ../sass/component/_mixin1.5.scss */
.form-control::-moz-placeholder {
  opacity: 1;
  color: #888;
  font-size: 14px;
}
/* line 111, ../sass/component/_mixin1.5.scss */
.form-control:-ms-input-placeholder {
  color: #888;
  font-size: 14px;
}

/* line 872, ../sass/style.scss */
.form-control:focus {
  border-color: #ddd;
}

/* line 875, ../sass/style.scss */
.search-submit {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  font-size: 1.8rem;
  color: #444;
  border: 0;
  background: rgba(26, 26, 26, 0.1);
  -webkit-appearance: none;
  outline: none;
}
/* line 888, ../sass/style.scss */
.search-submit:hover {
  color: #1a1a1a;
}
/* line 891, ../sass/style.scss */
.search-submit .fa {
  padding-right: 0;
}

@media only screen and (min-width: 481px) {
  /* line 897, ../sass/style.scss */
  .search-no-results .no-results {
    min-height: 1000px;
  }
}

/*===== .ページネーション =====*/
/* line 906, ../sass/style.scss */
.pagenation {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  /* line 906, ../sass/style.scss */
  .pagenation {
    margin-top: 30px;
  }
}
/* line 914, ../sass/style.scss */
.pagenation ul {
  font-size: 0;
}
/* line 915, ../sass/style.scss */
.pagenation li {
  display: inline-block;
  margin: 0 5px 10px;
}
/* line 919, ../sass/style.scss */
.pagenation li a {
  display: inline-block;
  padding: 8px 14px;
  font-size: 1.4rem;
  border: 1px solid #444;
  background-color: #fff;
}
/* line 925, ../sass/style.scss */
.pagenation li a:hover {
  color: #fff;
  background-color: #444;
}
/* line 930, ../sass/style.scss */
.pagenation li.current {
  padding: 8px 14px;
  font-size: 1.4rem;
  color: #fff;
  border: 1px solid #444;
  background-color: #444;
}
/* line 937, ../sass/style.scss */
.pagenation .fa {
  padding-right: 2px;
  padding-left: 2px;
}

/*===== 固定ページ =====*/
/* line 947, ../sass/style.scss */
.page .dlStyleRspInfo {
  margin-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  /* line 947, ../sass/style.scss */
  .page .dlStyleRspInfo {
    margin-bottom: 0;
  }
}
/* line 952, ../sass/style.scss */
.page .dlStyleRspInfo dt {
  font-weight: 400;
}

/* line 1003, ../sass/component/_mixin1.5.scss */
.page .dlStyleRspInfo dl {
  overflow: hidden;
}
/* line 1006, ../sass/component/_mixin1.5.scss */
.page .dlStyleRspInfo dt {
  padding: 12px 0 8px;
  color: #c08826;
  width: 100%;
  border-top: 1px dashed #888;
}
@media only screen and (min-width: 481px) {
  /* line 1006, ../sass/component/_mixin1.5.scss */
  .page .dlStyleRspInfo dt {
    float: left;
    width: 100px;
    padding: 16px 0 14px 14px;
  }
}
/* line 1017, ../sass/component/_mixin1.5.scss */
.page .dlStyleRspInfo dt:first-of-type {
  border-top: none;
}
/* line 1021, ../sass/component/_mixin1.5.scss */
.page .dlStyleRspInfo dd {
  padding: 14px 0 16px;
  border-top: 1px dashed #888;
}
/* line 1024, ../sass/component/_mixin1.5.scss */
.page .dlStyleRspInfo dd .thin {
  padding: 10px 0;
  font-size: 1.3rem;
}
@media only screen and (min-width: 481px) {
  /* line 1021, ../sass/component/_mixin1.5.scss */
  .page .dlStyleRspInfo dd {
    margin-left: 100px;
    padding: 16px 0 14px 14px;
  }
}
@media only screen and (min-width: 481px) {
  /* line 1032, ../sass/component/_mixin1.5.scss */
  .page .dlStyleRspInfo dd:first-of-type {
    border-top: none;
  }
}
/* line 1038, ../sass/component/_mixin1.5.scss */
.page .dlStyleRspInfo:before, .page .dlStyleRspInfo:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px dashed #888;
}
/* line 1045, ../sass/component/_mixin1.5.scss */
.page .dlStyleRspInfo.thin dt {
  padding: 8px 0;
}
@media only screen and (min-width: 481px) {
  /* line 1045, ../sass/component/_mixin1.5.scss */
  .page .dlStyleRspInfo.thin dt {
    padding: 10px 0 10px 8px;
  }
}
/* line 1053, ../sass/component/_mixin1.5.scss */
.page .dlStyleRspInfo.thin dd {
  padding: 10px 0;
}
@media only screen and (min-width: 481px) {
  /* line 1053, ../sass/component/_mixin1.5.scss */
  .page .dlStyleRspInfo.thin dd {
    padding: 10px 0 10px 8px;
  }
}

/* #frontPage */
/* line 964, ../sass/style.scss */
#frontPage .slideCnt {
  background-color: #fff;
}
@media only screen and (min-width: 481px) {
  /* line 964, ../sass/style.scss */
  #frontPage .slideCnt {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 964, ../sass/style.scss */
  #frontPage .slideCnt {
    padding-bottom: 40px;
  }
}

/* page-menu.php */
/* line 979, ../sass/style.scss */
#frontPage .frontMenu ul,
#page-menu .frontMenu ul {
  list-style: none;
  padding: 16px 0;
  border-top: 1px dotted #888;
  border-bottom: 1px dotted #888;
}
/* line 985, ../sass/style.scss */
#frontPage .frontMenu li,
#page-menu .frontMenu li {
  margin-bottom: 12px;
}
/* line 987, ../sass/style.scss */
#frontPage .frontMenu li:last-child,
#page-menu .frontMenu li:last-child {
  margin-bottom: 0;
}
/* line 991, ../sass/style.scss */
#frontPage .frontMenu li:before,
#page-menu .frontMenu li:before {
  content: "\f004";
  font-family: FontAwesome;
  color: #f19783;
  padding-right: 8px;
}

/* line 999, ../sass/style.scss */
#frontPage .featureSet span,
#page-menu .featureSet span {
  width: 130px;
  height: 130px;
  line-height: 130px;
  display: block;
  margin: 0 auto;
  font-size: 2rem;
  text-align: center;
  color: #f19783;
  border: 1px solid #f19783;
  border-radius: 50%;
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  /* line 999, ../sass/style.scss */
  #frontPage .featureSet span,
  #page-menu .featureSet span {
    width: 140px;
    height: 140px;
    line-height: 140px;
    font-size: 2.2rem;
  }
}

/* line 1021, ../sass/style.scss */
#frontPage .featureSet h3,
#page-menu .featureSet h3 {
  text-align: center;
  color: #c08826;
  font-size: 1.8rem;
  margin-top: 20px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 481px) {
  /* line 1021, ../sass/style.scss */
  #frontPage .featureSet h3,
  #page-menu .featureSet h3 {
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1021, ../sass/style.scss */
  #frontPage .featureSet h3,
  #page-menu .featureSet h3 {
    font-size: 2.2rem;
  }
}

/* line 1029, ../sass/style.scss */
#frontPage .featureCosmetics h3,
#page-menu .featureCosmetics h3 {
  text-align: center;
  color: #f19783;
  font-size: 1.8rem;
  margin-top: 20px;
  margin-bottom: 24px;
  padding-top: 16px;
  border-top: 1px dashed #888;
}
@media only screen and (min-width: 481px) {
  /* line 1029, ../sass/style.scss */
  #frontPage .featureCosmetics h3,
  #page-menu .featureCosmetics h3 {
    font-size: 2rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1029, ../sass/style.scss */
  #frontPage .featureCosmetics h3,
  #page-menu .featureCosmetics h3 {
    font-size: 2.2rem;
  }
}

/* line 1040, ../sass/style.scss */
#page-menu01 .dlMenu01 {
  list-style: none;
}
/* line 1042, ../sass/style.scss */
#page-menu01 .dlMenu01 li {
  font-size: 1.6rem;
  color: #8c602c;
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  /* line 1042, ../sass/style.scss */
  #page-menu01 .dlMenu01 li {
    font-size: 1.7rem;
  }
}
/* line 1050, ../sass/style.scss */
#page-menu01 .dlMenu01 li:before {
  content: "\f046";
  font-family: FontAwesome;
  color: #ff80aa;
  padding-right: 8px;
}

/* line 1061, ../sass/style.scss */
#page-menu01 .dlMenu02 dt {
  font-size: 2rem;
  color: #ec7155;
  padding: 8px 0 2px;
  border-bottom: 1px dotted #888;
  margin-bottom: 12px;
}
@media only screen and (min-width: 769px) {
  /* line 1061, ../sass/style.scss */
  #page-menu01 .dlMenu02 dt {
    font-size: 2.2rem;
  }
}
/* line 1071, ../sass/style.scss */
#page-menu01 .dlMenu02 dd {
  margin-bottom: 20px;
}
/* line 1074, ../sass/style.scss */
#page-menu01 .dlMenu02 ul {
  list-style: none;
  margin-bottom: 10px;
}

/* line 1081, ../sass/style.scss */
#page-menu01 .dlMenu02 li {
  margin-bottom: 10px;
}
/* line 1084, ../sass/style.scss */
#page-menu01 .dlMenu02 li:before {
  content: "\f004";
  font-family: FontAwesome;
  color: #f19783;
  padding-right: 8px;
}

/* line 1093, ../sass/style.scss */
#page-menu01 .menuCnt,
#page-menu02 .menuCnt,
#page-menu03 .menuCnt {
  background-color: #fff;
  border: 1px solid #f9c898;
  padding: 12px 12px 16px 12px;
  border-radius: 6px;
  border: 1px solid #f9c898;
}
@media only screen and (min-width: 481px) {
  /* line 1093, ../sass/style.scss */
  #page-menu01 .menuCnt,
  #page-menu02 .menuCnt,
  #page-menu03 .menuCnt {
    padding: 16px 16px 20px 16px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1093, ../sass/style.scss */
  #page-menu01 .menuCnt,
  #page-menu02 .menuCnt,
  #page-menu03 .menuCnt {
    padding: 24px 24px 28px 24px;
  }
}
/* line 1107, ../sass/style.scss */
#page-menu01 .menuCnt .flow,
#page-menu02 .menuCnt .flow,
#page-menu03 .menuCnt .flow {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px dashed #888;
}

/* line 1116, ../sass/style.scss */
#page-menu01 .menuCnt .dlMenuMain dt,
#page-menu02 .menuCnt .dlMenuMain dt,
#page-menu03 .menuCnt .dlMenuMain dt {
  font-size: 2rem;
  color: #ff4d88;
}
@media only screen and (min-width: 769px) {
  /* line 1116, ../sass/style.scss */
  #page-menu01 .menuCnt .dlMenuMain dt,
  #page-menu02 .menuCnt .dlMenuMain dt,
  #page-menu03 .menuCnt .dlMenuMain dt {
    font-size: 2.2rem;
  }
}
/* line 1122, ../sass/style.scss */
#page-menu01 .menuCnt .dlMenuMain dt span,
#page-menu02 .menuCnt .dlMenuMain dt span,
#page-menu03 .menuCnt .dlMenuMain dt span {
  display: block;
  color: #1a1a1a;
  margin-top: 10px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  /* line 1122, ../sass/style.scss */
  #page-menu01 .menuCnt .dlMenuMain dt span,
  #page-menu02 .menuCnt .dlMenuMain dt span,
  #page-menu03 .menuCnt .dlMenuMain dt span {
    font-size: 1.6rem;
  }
}
/* line 1131, ../sass/style.scss */
#page-menu01 .menuCnt .dlMenuMain dt i,
#page-menu02 .menuCnt .dlMenuMain dt i,
#page-menu03 .menuCnt .dlMenuMain dt i {
  color: #ff80aa;
}
/* line 1134, ../sass/style.scss */
#page-menu01 .menuCnt .dlMenuMain dt .add,
#page-menu02 .menuCnt .dlMenuMain dt .add,
#page-menu03 .menuCnt .dlMenuMain dt .add {
  margin-top: 16px;
  color: #c08826;
  font-size: 1.8rem;
}
@media only screen and (min-width: 481px) {
  /* line 1134, ../sass/style.scss */
  #page-menu01 .menuCnt .dlMenuMain dt .add,
  #page-menu02 .menuCnt .dlMenuMain dt .add,
  #page-menu03 .menuCnt .dlMenuMain dt .add {
    font-size: 2rem;
  }
}
/* line 1143, ../sass/style.scss */
#page-menu01 .menuCnt .dlMenuMain dd,
#page-menu02 .menuCnt .dlMenuMain dd,
#page-menu03 .menuCnt .dlMenuMain dd {
  color: #ff4d88;
  font-size: 2.4rem;
  letter-spacing: 0.2rem;
  margin-top: 10px;
}
@media only screen and (min-width: 769px) {
  /* line 1143, ../sass/style.scss */
  #page-menu01 .menuCnt .dlMenuMain dd,
  #page-menu02 .menuCnt .dlMenuMain dd,
  #page-menu03 .menuCnt .dlMenuMain dd {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 992px) {
  /* line 1143, ../sass/style.scss */
  #page-menu01 .menuCnt .dlMenuMain dd,
  #page-menu02 .menuCnt .dlMenuMain dd,
  #page-menu03 .menuCnt .dlMenuMain dd {
    text-align: right;
  }
}
/* line 1154, ../sass/style.scss */
#page-menu01 .menuCnt .dlMenuMain dd span,
#page-menu02 .menuCnt .dlMenuMain dd span,
#page-menu03 .menuCnt .dlMenuMain dd span {
  font-size: 2rem;
  color: #888;
}
/* line 1157, ../sass/style.scss */
#page-menu01 .menuCnt .dlMenuMain dd span.tax,
#page-menu02 .menuCnt .dlMenuMain dd span.tax,
#page-menu03 .menuCnt .dlMenuMain dd span.tax {
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  /* line 1157, ../sass/style.scss */
  #page-menu01 .menuCnt .dlMenuMain dd span.tax,
  #page-menu02 .menuCnt .dlMenuMain dd span.tax,
  #page-menu03 .menuCnt .dlMenuMain dd span.tax {
    font-size: 1.6rem;
  }
}

/* page-voice.php */
/* line 1172, ../sass/style.scss */
#frontPage .listVoice li,
#page-voice .listVoice li {
  margin-bottom: 26px;
}
/* line 1174, ../sass/style.scss */
#frontPage .listVoice li .comment,
#page-voice .listVoice li .comment {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ff80aa;
  padding: 12px 12px 20px 12px;
  border-radius: 6px;
  position: relative;
}
@media only screen and (min-width: 481px) {
  /* line 1174, ../sass/style.scss */
  #frontPage .listVoice li .comment,
  #page-voice .listVoice li .comment {
    padding: 16px 16px 24px 16px;
  }
}
/* line 1186, ../sass/style.scss */
#frontPage .listVoice li .comment .title,
#page-voice .listVoice li .comment .title {
  margin-bottom: 4px;
  color: #ff80aa;
  font-weight: bold;
}
/* line 1196, ../sass/style.scss */
#frontPage .listVoice li .icon,
#page-voice .listVoice li .icon {
  width: 60px;
  color: #f9c898;
  margin-top: 10px;
  text-align: center;
}
/* line 1205, ../sass/style.scss */
#frontPage .listVoice li .icon i,
#page-voice .listVoice li .icon i {
  font-size: 48px;
}
/* line 1207, ../sass/style.scss */
#frontPage .listVoice li .icon i.fa,
#page-voice .listVoice li .icon i.fa {
  padding: 0;
}
/* line 1214, ../sass/style.scss */
#frontPage .listVoice li:nth-child(even) .icon,
#page-voice .listVoice li:nth-child(even) .icon {
  float: right;
}
@media only screen and (min-width: 481px) {
  /* line 1214, ../sass/style.scss */
  #frontPage .listVoice li:nth-child(even) .icon,
  #page-voice .listVoice li:nth-child(even) .icon {
    float: none;
  }
}
/* line 1221, ../sass/style.scss */
#frontPage .listVoice li:last-child,
#page-voice .listVoice li:last-child {
  margin-bottom: 0;
}
/* line 1224, ../sass/style.scss */
#frontPage .listVoice .detail,
#page-voice .listVoice .detail {
  display: inline-block;
  margin-top: 20px;
  color: #888;
  font-size: 1.3rem;
}
@media only screen and (min-width: 769px) {
  /* line 1224, ../sass/style.scss */
  #frontPage .listVoice .detail,
  #page-voice .listVoice .detail {
    margin-top: 14px;
    font-size: 1.4rem;
  }
}

/* line 1238, ../sass/style.scss */
#page-menu02 .flowList li,
#page-menu03 .flowList li {
  margin-bottom: 24px;
}
/* line 1241, ../sass/style.scss */
#page-menu02 .flowList .title,
#page-menu03 .flowList .title {
  color: #f19783;
  font-size: 1.8rem;
  margin-top: 10px;
  margin-bottom: 6px;
}
@media only screen and (min-width: 481px) {
  /* line 1241, ../sass/style.scss */
  #page-menu02 .flowList .title,
  #page-menu03 .flowList .title {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1241, ../sass/style.scss */
  #page-menu02 .flowList .title,
  #page-menu03 .flowList .title {
    font-size: 2rem;
  }
}

/* page-profile */
/* line 1251, ../sass/style.scss */
#frontPage .nameSet,
#page-profile .nameSet {
  text-align: center;
  color: #80002a;
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (min-width: 481px) {
  /* line 1251, ../sass/style.scss */
  #frontPage .nameSet,
  #page-profile .nameSet {
    font-size: 2.2rem;
    line-height: 1.6;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1251, ../sass/style.scss */
  #frontPage .nameSet,
  #page-profile .nameSet {
    font-size: 2.6rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1251, ../sass/style.scss */
  #frontPage .nameSet,
  #page-profile .nameSet {
    text-align: left;
  }
}
/* line 1259, ../sass/style.scss */
#frontPage .nameSet span,
#page-profile .nameSet span {
  display: block;
  color: #888;
  font-weight: normal;
  font-size: 1.6rem;
}
@media only screen and (min-width: 481px) {
  /* line 1259, ../sass/style.scss */
  #frontPage .nameSet span,
  #page-profile .nameSet span {
    display: inline;
    font-size: 1.8rem;
    padding-right: 16px;
  }
}

/* line 1273, ../sass/style.scss */
.campaignBnr {
  width: 80%;
  margin: 0 auto;
  padding: 12px;
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 8px;
  background-color: #ff4d88;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
}
@media only screen and (min-width: 992px) {
  /* line 1273, ../sass/style.scss */
  .campaignBnr {
    width: 60%;
    font-size: 2.2rem;
  }
}

/* line 1290, ../sass/style.scss */
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

/* line 1296, ../sass/style.scss */
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* #feed */
/* line 10, ../sass/component/_cmp_feed.scss */
#feed dl {
  font-size: 1.6rem;
  overflow: hidden;
}
/* line 14, ../sass/component/_cmp_feed.scss */
#feed dt {
  font-family: 'Fira Sans';
  padding: 12px 0 8px;
  color: #8c602c;
  width: 100%;
  border-top: 1px dashed #888;
}
@media only screen and (min-width: 481px) {
  /* line 14, ../sass/component/_cmp_feed.scss */
  #feed dt {
    float: left;
    width: 120px;
    padding: 14px 0 10px 16px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 14, ../sass/component/_cmp_feed.scss */
  #feed dt {
    width: 140px;
  }
}
/* line 30, ../sass/component/_cmp_feed.scss */
#feed dt:first-of-type {
  border-top: none;
}
/* line 34, ../sass/component/_cmp_feed.scss */
#feed dd {
  border-top: 1px dashed #888;
}
@media only screen and (min-width: 481px) {
  /* line 34, ../sass/component/_cmp_feed.scss */
  #feed dd {
    margin-left: 120px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 34, ../sass/component/_cmp_feed.scss */
  #feed dd {
    margin-left: 140px;
  }
}
@media only screen and (min-width: 481px) {
  /* line 42, ../sass/component/_cmp_feed.scss */
  #feed dd:first-of-type {
    border-top: none;
  }
}
/* line 48, ../sass/component/_cmp_feed.scss */
#feed dd a {
  display: block;
  padding: 14px 0 20px;
  overflow: hidden;
}
@media only screen and (min-width: 481px) {
  /* line 48, ../sass/component/_cmp_feed.scss */
  #feed dd a {
    padding: 14px 0 10px 16px;
  }
}
/* line 55, ../sass/component/_cmp_feed.scss */
#feed dd a span.new {
  display: inline-block;
  padding: 0 4px;
  margin-right: 8px;
  color: #fff;
  background-color: #ff80aa;
}
/* line 63, ../sass/component/_cmp_feed.scss */
#feed:before, #feed:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px dashed #888;
}
/* line 69, ../sass/component/_cmp_feed.scss */
#feed a {
  text-decoration: underline;
}

/* googleMapApi */
/* line 4, ../sass/component/_cmp_gma.scss */
#map_canvas, #map_canvas02, .mapAcf {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
@media only screen and (min-width: 481px) {
  /* line 4, ../sass/component/_cmp_gma.scss */
  #map_canvas, #map_canvas02, .mapAcf {
    height: 350px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 4, ../sass/component/_cmp_gma.scss */
  #map_canvas, #map_canvas02, .mapAcf {
    height: 500px;
  }
}

/*Form Style*/
/* line 4, ../sass/component/_cmp_form.scss */
.dlEntry {
  /*style*/
  font-size: 1.6rem;
  padding: 16px;
  border: 1px dashed #8c602c;
  border-radius: 6px;
  background-color: #fff;
  -moz-box-shadow: 1px 1px 2px #d1d1d1;
  -webkit-box-shadow: 1px 1px 2px #d1d1d1;
  box-shadow: 1px 1px 2px #d1d1d1;
}
@media only screen and (min-width: 992px) {
  /* line 4, ../sass/component/_cmp_form.scss */
  .dlEntry {
    font-size: 1.7rem;
    padding: 30px;
  }
}
/* line 19, ../sass/component/_cmp_form.scss */
.dlEntry dl {
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  /* line 21, ../sass/component/_cmp_form.scss */
  .dlEntry dl:after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px dashed #888;
  }
}
/* line 30, ../sass/component/_cmp_form.scss */
.dlEntry dt {
  font-weight: bold;
  padding: 8px 0 8px 8px;
  color: #5e5e5e;
  width: 100%;
  background-color: #f5f5f5;
}
@media only screen and (min-width: 992px) {
  /* line 30, ../sass/component/_cmp_form.scss */
  .dlEntry dt {
    float: left;
    width: 280px;
    padding: 14px 0 18px 14px;
    border-top: 1px dashed #888;
    background-color: #fff;
  }
}
/* line 44, ../sass/component/_cmp_form.scss */
.dlEntry dt:first-of-type {
  border-top: none;
}
/* line 48, ../sass/component/_cmp_form.scss */
.dlEntry dd {
  padding: 14px 0 20px;
}
@media only screen and (min-width: 992px) {
  /* line 48, ../sass/component/_cmp_form.scss */
  .dlEntry dd {
    margin-left: 280px;
    padding: 14px 0 18px 14px;
    border-top: 1px dashed #888;
  }
}
@media only screen and (min-width: 992px) {
  /* line 55, ../sass/component/_cmp_form.scss */
  .dlEntry dd:first-of-type {
    border-top: none;
  }
}
/* line 61, ../sass/component/_cmp_form.scss */
.dlEntry input:focus {
  outline-color: #ff4d88;
}
/* line 65, ../sass/component/_cmp_form.scss */
.dlEntry select:focus {
  outline-color: #ff4d88;
}
/* line 68, ../sass/component/_cmp_form.scss */
.dlEntry textarea:focus {
  outline-color: #ff4d88;
}
/* line 71, ../sass/component/_cmp_form.scss */
.dlEntry label {
  cursor: pointer;
}
/* line 74, ../sass/component/_cmp_form.scss */
.dlEntry span {
  font-weight: normal;
}
/* line 77, ../sass/component/_cmp_form.scss */
.dlEntry .postCode {
  display: none;
}
@media only screen and (min-width: 769px) {
  /* line 77, ../sass/component/_cmp_form.scss */
  .dlEntry .postCode {
    display: inline;
  }
}
/* line 83, ../sass/component/_cmp_form.scss */
.dlEntry textarea {
  width: 100%;
}

/* line 89, ../sass/component/_cmp_form.scss */
#formCheck .dlEntry dd {
  padding: 14px 0 4px;
  margin-bottom: 34px;
  border-bottom: 1px dotted #888;
}
@media only screen and (min-width: 769px) {
  /* line 89, ../sass/component/_cmp_form.scss */
  #formCheck .dlEntry dd {
    min-height: 66px;
    padding: 14px 0 18px 14px;
    margin-bottom: 0;
    border-bottom: none;
  }
}

/*.dlEntry component*/
/* line 104, ../sass/component/_cmp_form.scss */
.dlEntry .inputFloat:after {
  content: "";
  display: table;
  clear: both;
}

/* line 109, ../sass/component/_cmp_form.scss */
.dlEntry .inputFloat {
  list-style: none;
}
/* line 111, ../sass/component/_cmp_form.scss */
.dlEntry .inputFloat li {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  float: left;
  margin-right: 14px;
}
/* line 115, ../sass/component/_cmp_form.scss */
.dlEntry .inputFloat li input:checked + label {
  color: #ff4d88;
}
/* line 119, ../sass/component/_cmp_form.scss */
.dlEntry .inputFloat li label {
  display: block;
  width: 100%;
  padding: 10px;
}
@media only screen and (min-width: 769px) {
  /* line 119, ../sass/component/_cmp_form.scss */
  .dlEntry .inputFloat li label {
    padding: 0 0  10px 0;
  }
}
@media only screen and (min-width: 769px) {
  /* line 126, ../sass/component/_cmp_form.scss */
  .dlEntry .inputFloat li label:hover {
    color: #ff4d88;
  }
}
/* line 132, ../sass/component/_cmp_form.scss */
.dlEntry .inputFloat input {
  margin-right: 8px;
}
/* line 134, ../sass/component/_cmp_form.scss */
.dlEntry .inputFloat input:checked + span {
  color: #ff4d88;
  font-weight: bold;
}

/* line 141, ../sass/component/_cmp_form.scss */
.dlEntry .inputList {
  list-style: none;
}
/* line 143, ../sass/component/_cmp_form.scss */
.dlEntry .inputList li {
  border-top: 1px solid #EEE;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 146, ../sass/component/_cmp_form.scss */
.dlEntry .inputList li:first-child {
  border-top: none;
}
/* line 150, ../sass/component/_cmp_form.scss */
.dlEntry .inputList li label {
  display: block;
  width: 100%;
  padding: 10px;
}
@media only screen and (min-width: 769px) {
  /* line 154, ../sass/component/_cmp_form.scss */
  .dlEntry .inputList li label:hover {
    color: #ff4d88;
  }
}
/* line 160, ../sass/component/_cmp_form.scss */
.dlEntry .inputList input {
  margin-right: 8px;
}
/* line 162, ../sass/component/_cmp_form.scss */
.dlEntry .inputList input:checked + span {
  color: #ff4d88;
  font-weight: bold;
}

/* line 170, ../sass/component/_cmp_form.scss */
.dlEntry .inputFloatRsp:after {
  content: "";
  display: table;
  clear: both;
}

/* line 175, ../sass/component/_cmp_form.scss */
.dlEntry .inputFloatRsp {
  list-style: none;
}
/* line 177, ../sass/component/_cmp_form.scss */
.dlEntry .inputFloatRsp li {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 179, ../sass/component/_cmp_form.scss */
.dlEntry .inputFloatRsp li input:checked + label {
  color: #ff4d88;
}
@media only screen and (min-width: 481px) {
  /* line 177, ../sass/component/_cmp_form.scss */
  .dlEntry .inputFloatRsp li {
    float: left;
    margin-right: 14px;
  }
}
/* line 187, ../sass/component/_cmp_form.scss */
.dlEntry .inputFloatRsp li label {
  display: block;
  width: 100%;
  padding: 10px;
}
@media only screen and (min-width: 769px) {
  /* line 191, ../sass/component/_cmp_form.scss */
  .dlEntry .inputFloatRsp li label:hover {
    color: #ff4d88;
  }
}
/* line 197, ../sass/component/_cmp_form.scss */
.dlEntry .inputFloatRsp input {
  margin-right: 8px;
}
/* line 199, ../sass/component/_cmp_form.scss */
.dlEntry .inputFloatRsp input:checked + span {
  color: #ff4d88;
  font-weight: bold;
}

/* line 206, ../sass/component/_cmp_form.scss */
.dlEntry .field {
  padding: 6px;
  width: 100%;
}

/* line 210, ../sass/component/_cmp_form.scss */
.dlEntry .fieldHalf {
  padding: 6px;
  width: 100%;
}
@media only screen and (min-width: 769px) {
  /* line 210, ../sass/component/_cmp_form.scss */
  .dlEntry .fieldHalf {
    width: 50%;
  }
}

/* line 218, ../sass/component/_cmp_form.scss */
.dlEntry .app {
  text-align: center;
  color: #fff;
  background-color: #ff1a66;
  margin-left: 16px;
  padding: 2px 8px;
  border-radius: 6px;
}

/* line 228, ../sass/component/_cmp_form.scss */
.dlEntry .reserve span {
  display: inline-block;
  width: 25%;
}
@media only screen and (min-width: 481px) {
  /* line 228, ../sass/component/_cmp_form.scss */
  .dlEntry .reserve span {
    width: 15%;
  }
}
/* line 234, ../sass/component/_cmp_form.scss */
.dlEntry .reserve span.month {
  display: inline;
  margin-right: 8px;
}
/* line 238, ../sass/component/_cmp_form.scss */
.dlEntry .reserve span.day {
  display: inline;
  margin-right: 18px;
}
/* line 242, ../sass/component/_cmp_form.scss */
.dlEntry .reserve span.time {
  display: block;
  width: 100%;
  margin-top: 24px;
}
@media only screen and (min-width: 481px) {
  /* line 242, ../sass/component/_cmp_form.scss */
  .dlEntry .reserve span.time {
    display: inline-block;
    width: 25%;
    margin-top: 0;
  }
}

/* line 255, ../sass/component/_cmp_form.scss */
.buttonSbmit, .buttonFormBack {
  border-radius: 6px;
  border: none;
  display: block;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  padding-top: 18px;
  padding-left: 36px;
  padding-bottom: 18px;
  padding-right: 36px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  width: 85%;
  color: #fff;
  background-color: #ff4d88;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-appearance: none;
}
@media only screen and (min-width: 481px) {
  /* line 255, ../sass/component/_cmp_form.scss */
  .buttonSbmit, .buttonFormBack {
    width: 75%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 255, ../sass/component/_cmp_form.scss */
  .buttonSbmit, .buttonFormBack {
    width: 50%;
    padding-top: 16px;
    padding-left: 32px;
    padding-bottom: 16px;
    padding-right: 32px;
    font-size: 1.8rem;
    line-height: 1;
  }
}
/* line 294, ../sass/component/_cmp_form.scss */
.buttonSbmit:hover, .buttonFormBack:hover, .buttonSbmit:focus, .buttonFormBack:focus {
  background-color: #ff1a66;
}

/* line 299, ../sass/component/_cmp_form.scss */
.buttonFormBack {
  background-color: #cfcfcf !important;
}
/* line 303, ../sass/component/_cmp_form.scss */
.buttonFormBack:hover, .buttonFormBack:focus {
  background-color: #bbbbbb !important;
}

/* line 309, ../sass/component/_cmp_form.scss */
.entryStep {
  list-style: none;
  font-size: 0;
  text-align: center;
}
/* line 313, ../sass/component/_cmp_form.scss */
.entryStep li {
  position: relative;
  width: -moz-calc((100% / 3) - 10px);
  width: -o-calc((100% / 3) - 10px);
  width: -webkit-calc((100% / 3) - 10px);
  width: calc((100% / 3) - 10px);
  margin-right: 14px;
  display: inline-block;
  background-color: #dadada;
  padding: 10px 4px;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 6px;
}
@media only screen and (min-width: 481px) {
  /* line 313, ../sass/component/_cmp_form.scss */
  .entryStep li {
    width: -moz-calc((100% / 3) - 16px);
    width: -o-calc((100% / 3) - 16px);
    width: -webkit-calc((100% / 3) - 16px);
    width: calc((100% / 3) - 16px);
    margin-right: 24px;
    padding: 12px 4px;
    font-weight: bold;
  }
}
@media only screen and (min-width: 769px) {
  /* line 313, ../sass/component/_cmp_form.scss */
  .entryStep li {
    max-width: 202px;
  }
}
/* line 335, ../sass/component/_cmp_form.scss */
.entryStep li:after {
  content: "";
  border: 10px solid transparent;
  border-left: 10px solid #dadada;
  position: absolute;
  top: 50%;
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  right: -20px;
}
@media only screen and (min-width: 481px) {
  /* line 335, ../sass/component/_cmp_form.scss */
  .entryStep li:after {
    border: 14px solid transparent;
    border-left: 14px solid #dadada;
    right: -28px;
  }
}
/* line 347, ../sass/component/_cmp_form.scss */
.entryStep li:last-child {
  margin-right: 0;
}
/* line 349, ../sass/component/_cmp_form.scss */
.entryStep li:last-child:after {
  content: none;
}
/* line 354, ../sass/component/_cmp_form.scss */
.entryStep .step {
  display: block;
  text-align: center;
  line-height: 1.4;
}
@media only screen and (min-width: 481px) {
  /* line 354, ../sass/component/_cmp_form.scss */
  .entryStep .step {
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 354, ../sass/component/_cmp_form.scss */
  .entryStep .step {
    font-size: 2rem;
  }
}
/* line 364, ../sass/component/_cmp_form.scss */
.entryStep .step span {
  font-size: 1.2rem;
}
@media only screen and (min-width: 769px) {
  /* line 364, ../sass/component/_cmp_form.scss */
  .entryStep .step span {
    font-size: 1.4rem;
  }
}
/* line 371, ../sass/component/_cmp_form.scss */
.entryStep .fa {
  font-size: 2.8rem;
  padding-right: 0 !important;
  margin-bottom: 10px;
}
@media only screen and (min-width: 481px) {
  /* line 371, ../sass/component/_cmp_form.scss */
  .entryStep .fa {
    font-size: 3.2rem;
  }
}

/* line 381, ../sass/component/_cmp_form.scss */
.entryStep li.active {
  background-color: #ff4d88;
}
/* line 383, ../sass/component/_cmp_form.scss */
.entryStep li.active:after {
  border-left: 10px solid #ff4d88;
}
@media only screen and (min-width: 481px) {
  /* line 383, ../sass/component/_cmp_form.scss */
  .entryStep li.active:after {
    border-left: 14px solid #ff4d88;
  }
}

/* line 392, ../sass/component/_cmp_form.scss */
.entryStepTitle {
  color: #663f1c;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.8;
  margin-top: 18px;
}
@media only screen and (min-width: 481px) {
  /* line 392, ../sass/component/_cmp_form.scss */
  .entryStepTitle {
    font-size: 1.6rem;
    margin-top: 24px;
  }
}

/* line 406, ../sass/component/_cmp_form.scss */
.errorMsg, .errorMsgSub {
  display: block;
  color: #f11;
  font-size: 14px;
  font-weight: bold !important;
  margin-top: 8px;
}

/* line 413, ../sass/component/_cmp_form.scss */
.errorMsg {
  background-color: #ffdddd;
}

/* line 420, ../sass/component/_cmp_form.scss */
.wp.main.navLess header, .wp.recruit.navLess header {
  position: absolute !important;
}
/* line 423, ../sass/component/_cmp_form.scss */
.wp.main.navLess nav, .wp.main.navLess .toolbar, .wp.recruit.navLess nav, .wp.recruit.navLess .toolbar {
  display: none !important;
}
/* line 426, ../sass/component/_cmp_form.scss */
.wp.main.navLess .headerPad, .wp.recruit.navLess .headerPad {
  padding-top: 50px;
}
@media only screen and (min-width: 769px) {
  /* line 426, ../sass/component/_cmp_form.scss */
  .wp.main.navLess .headerPad, .wp.recruit.navLess .headerPad {
    padding-top: 80px;
  }
}

/*visible*/
/* line 3, ../sass/component/_cmp_visible.scss */
.visible {
  overflow: visible !important;
}

/* line 6, ../sass/component/_cmp_visible.scss */
.show-for-xs, .showXs, .showSmart {
  display: inherit !important;
}
@media only screen and (min-width: 481px) {
  /* line 6, ../sass/component/_cmp_visible.scss */
  .show-for-xs, .showXs, .showSmart {
    display: none !important;
  }
}

/* line 12, ../sass/component/_cmp_visible.scss */
.hide-for-xs, .hideXs, .hideSmart {
  display: none !important;
}
@media only screen and (min-width: 481px) {
  /* line 12, ../sass/component/_cmp_visible.scss */
  .hide-for-xs, .hideXs, .hideSmart {
    display: inherit !important;
  }
}

/* line 30, ../sass/component/_cmp_visible.scss */
.showMedium {
  display: none !important;
}
@media only screen and (min-width: 992px) {
  /* line 30, ../sass/component/_cmp_visible.scss */
  .showMedium {
    display: inherit !important;
  }
}

/* line 36, ../sass/component/_cmp_visible.scss */
.hideMedium {
  display: inherit !important;
}
@media only screen and (min-width: 992px) {
  /* line 36, ../sass/component/_cmp_visible.scss */
  .hideMedium {
    display: none !important;
  }
}

@media only screen and (min-width: 992px) {
  /* line 49, ../sass/component/_cmp_visible.scss */
  .showXL {
    display: inherit !important;
  }
}

@media only screen and (min-width: 992px) {
  /* line 54, ../sass/component/_cmp_visible.scss */
  .hideXL {
    display: none !important;
  }
}

/* line 60, ../sass/component/_cmp_visible.scss */
.showXsmL {
  display: block;
}
@media only screen and (min-width: 481px) {
  /* line 60, ../sass/component/_cmp_visible.scss */
  .showXsmL {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  /* line 60, ../sass/component/_cmp_visible.scss */
  .showXsmL {
    display: block;
  }
}

/* line 69, ../sass/component/_cmp_visible.scss */
.showXsMl {
  display: block;
}
@media only screen and (min-width: 481px) {
  /* line 69, ../sass/component/_cmp_visible.scss */
  .showXsMl {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  /* line 69, ../sass/component/_cmp_visible.scss */
  .showXsMl {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  /* line 69, ../sass/component/_cmp_visible.scss */
  .showXsMl {
    display: none;
  }
}

/* line 81, ../sass/component/_cmp_visible.scss */
.showXsML {
  display: block;
}
@media only screen and (min-width: 481px) {
  /* line 81, ../sass/component/_cmp_visible.scss */
  .showXsML {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  /* line 81, ../sass/component/_cmp_visible.scss */
  .showXsML {
    display: block;
  }
}

/* line 90, ../sass/component/_cmp_visible.scss */
.showxsML {
  display: none;
}
@media only screen and (min-width: 769px) {
  /* line 90, ../sass/component/_cmp_visible.scss */
  .showxsML {
    display: block;
  }
}

/* line 97, ../sass/component/_cmp_visible.scss */
.showSmallOnly, .showTablet {
  display: none !important;
}
@media only screen and (min-width: 481px) {
  /* line 97, ../sass/component/_cmp_visible.scss */
  .showSmallOnly, .showTablet {
    display: block !important;
  }
}
@media only screen and (min-width: 769px) {
  /* line 97, ../sass/component/_cmp_visible.scss */
  .showSmallOnly, .showTablet {
    display: none !important;
  }
}

/* line 106, ../sass/component/_cmp_visible.scss */
.hideSmallOnly, .hideTablet {
  display: block !important;
}
@media only screen and (min-width: 481px) {
  /* line 106, ../sass/component/_cmp_visible.scss */
  .hideSmallOnly, .hideTablet {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  /* line 106, ../sass/component/_cmp_visible.scss */
  .hideSmallOnly, .hideTablet {
    display: block !important;
  }
}

/* line 6, ../sass/component/_cmp_advpage.scss */
.wp.advPage .adv_header {
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #ff0155;
}
/* line 11, ../sass/component/_cmp_advpage.scss */
.wp.advPage .adv_header img {
  width: 160px;
}
@media only screen and (min-width: 481px) {
  /* line 11, ../sass/component/_cmp_advpage.scss */
  .wp.advPage .adv_header img {
    width: 198px;
  }
}

/* line 19, ../sass/component/_cmp_advpage.scss */
.wp.advPage .adv_main img {
  width: 100%;
}

/* line 24, ../sass/component/_cmp_advpage.scss */
.wp.advPage h1 {
  color: #8c602c;
  text-align: center;
  font-size: 20px;
  padding: 36px 10px;
  background-image: url(../images/logo_h1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 120px;
}
@media only screen and (min-width: 481px) {
  /* line 24, ../sass/component/_cmp_advpage.scss */
  .wp.advPage h1 {
    font-size: 22px;
    padding: 48px 0;
    background-size: 148px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 24, ../sass/component/_cmp_advpage.scss */
  .wp.advPage h1 {
    font-size: 26px;
  }
}

/* line 43, ../sass/component/_cmp_advpage.scss */
.wp.advPage .adv_clrTitle {
  color: #ff0155;
  text-align: center;
  font-size: 18px;
  padding: 10px;
}
@media only screen and (min-width: 481px) {
  /* line 43, ../sass/component/_cmp_advpage.scss */
  .wp.advPage .adv_clrTitle {
    font-size: 20px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 43, ../sass/component/_cmp_advpage.scss */
  .wp.advPage .adv_clrTitle {
    font-size: 24px;
  }
}

@media only screen and (min-width: 481px) {
  /* line 57, ../sass/component/_cmp_advpage.scss */
  .wp.advPage .adv_firstCnt {
    list-style: none;
  }
}
/* line 66, ../sass/component/_cmp_advpage.scss */
.wp.advPage .adv_firstCnt li {
  font-size: 1.8rem;
  color: #8c602c;
  margin-bottom: 18px;
}
/* line 70, ../sass/component/_cmp_advpage.scss */
.wp.advPage .adv_firstCnt li i {
  color: #f9c898;
}

/* line 77, ../sass/component/_cmp_advpage.scss */
.wp.advPage .adv_voiceCnt .dlContent,
.wp.advPage .adv_flowCnt .dlContent {
  margin-top: 20px;
}
/* line 81, ../sass/component/_cmp_advpage.scss */
.wp.advPage .adv_voiceCnt .dlContent dt,
.wp.advPage .adv_flowCnt .dlContent dt {
  font-size: 2rem;
  color: #b3003b;
  padding: 8px 0 2px;
  border-bottom: 1px dotted #888;
  margin-bottom: 12px;
}
/* line 88, ../sass/component/_cmp_advpage.scss */
.wp.advPage .adv_voiceCnt .dlContent dd,
.wp.advPage .adv_flowCnt .dlContent dd {
  margin-bottom: 16px;
  border-bottom: 1px dotted #888;
}
/* line 92, ../sass/component/_cmp_advpage.scss */
.wp.advPage .adv_voiceCnt .dlContent ul,
.wp.advPage .adv_flowCnt .dlContent ul {
  list-style: none;
  margin-bottom: 10px;
}
/* line 95, ../sass/component/_cmp_advpage.scss */
.wp.advPage .adv_voiceCnt .dlContent ul li,
.wp.advPage .adv_flowCnt .dlContent ul li {
  margin-bottom: 14px;
  font-size: 16px;
}
@media only screen and (min-width: 769px) {
  /* line 95, ../sass/component/_cmp_advpage.scss */
  .wp.advPage .adv_voiceCnt .dlContent ul li,
  .wp.advPage .adv_flowCnt .dlContent ul li {
    font-size: 18px;
  }
}
/* line 103, ../sass/component/_cmp_advpage.scss */
.wp.advPage .adv_voiceCnt .dlContent span,
.wp.advPage .adv_flowCnt .dlContent span {
  font-size: 1.4rem;
  color: #888;
}
/* line 107, ../sass/component/_cmp_advpage.scss */
.wp.advPage .adv_voiceCnt .dlContent i,
.wp.advPage .adv_flowCnt .dlContent i {
  color: #f9c898;
}

/* line 113, ../sass/component/_cmp_advpage.scss */
.wp.advPage .wrapC6 {
  width: 100%;
  background-color: #fff7f5;
  overflow: hidden;
  background-image: url(../images/bg_ptn01.png);
  padding: 30px 0 40px;
}

/* line 120, ../sass/component/_cmp_advpage.scss */
.wp.advPage .adv_pointCnt li {
  font-size: 18px;
  color: #8c602c;
  text-align: center;
}
/* line 125, ../sass/component/_cmp_advpage.scss */
.wp.advPage .adv_pointCnt .pointTitle {
  color: #fff;
  font-size: 20px;
  margin-bottom: 12px;
  border-radius: 6px;
  background-color: #ff4d88;
}
/* line 132, ../sass/component/_cmp_advpage.scss */
.wp.advPage .adv_pointCnt li:nth-child(2) .pointTitle {
  background-color: #eacb95;
}
/* line 135, ../sass/component/_cmp_advpage.scss */
.wp.advPage .adv_pointCnt li:nth-child(3) .pointTitle {
  background-color: #f19783;
}

/* line 140, ../sass/component/_cmp_advpage.scss */
.wp.advPage .btnC1 a {
  padding-top: 22px;
  padding-bottom: 22px;
}
@media only screen and (min-width: 481px) {
  /* line 140, ../sass/component/_cmp_advpage.scss */
  .wp.advPage .btnC1 a {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 140, ../sass/component/_cmp_advpage.scss */
  .wp.advPage .btnC1 a {
    padding-top: 24px;
    padding-bottom: 24px;
    font-size: 2.2rem;
  }
}

/* line 153, ../sass/component/_cmp_advpage.scss */
.wp.advPage .adv_priceCnt {
  padding: 16px;
  border-radius: 6px;
  border: 2px solid #b3003b;
}
@media only screen and (min-width: 481px) {
  /* line 153, ../sass/component/_cmp_advpage.scss */
  .wp.advPage .adv_priceCnt {
    border: 1px solid #b3003b;
  }
}
/* line 162, ../sass/component/_cmp_advpage.scss */
.wp.advPage .adv_priceCnt dt {
  font-size: 2.2rem;
  color: #8c602c;
  padding-bottom: 10px;
  border-bottom: 1px dotted #888;
  margin-bottom: 12px;
}
/* line 169, ../sass/component/_cmp_advpage.scss */
.wp.advPage .adv_priceCnt dd span {
  color: #b3003b;
  font-size: 24px;
}
@media only screen and (min-width: 769px) {
  /* line 169, ../sass/component/_cmp_advpage.scss */
  .wp.advPage .adv_priceCnt dd span {
    font-size: 26px;
  }
}

/* line 178, ../sass/component/_cmp_advpage.scss */
.wp.advPage .adv_salonTitle {
  color: #ff0155;
  font-size: 18px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 481px) {
  /* line 178, ../sass/component/_cmp_advpage.scss */
  .wp.advPage .adv_salonTitle {
    font-size: 20px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 178, ../sass/component/_cmp_advpage.scss */
  .wp.advPage .adv_salonTitle {
    font-size: 22px;
  }
}

/* line 191, ../sass/component/_cmp_advpage.scss */
.wp.advPage .adv_facialPoint .circle {
  color: #f19783;
  text-align: center;
  font-size: 22px;
  width: 140px;
  height: 140px;
  line-height: 140px;
  margin: 0 auto 14px;
  border-radius: 50%;
  border: 1px solid #f19783;
  background-color: #fff;
}
/* line 203, ../sass/component/_cmp_advpage.scss */
.wp.advPage .adv_facialPoint .title {
  color: #c08826;
  font-size: 18px;
  text-align: center;
  margin-bottom: 16px;
}
@media only screen and (min-width: 481px) {
  /* line 203, ../sass/component/_cmp_advpage.scss */
  .wp.advPage .adv_facialPoint .title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 203, ../sass/component/_cmp_advpage.scss */
  .wp.advPage .adv_facialPoint .title {
    font-size: 22px;
  }
}

/* line 218, ../sass/component/_cmp_advpage.scss */
.wp.advPage .adv_salonInfo .logo {
  width: 180px;
  margin: 0 auto 10px;
}
/* line 226, ../sass/component/_cmp_advpage.scss */
.wp.advPage .adv_salonInfo .title {
  color: #c08826;
  font-size: 20px;
}
/* line 231, ../sass/component/_cmp_advpage.scss */
.wp.advPage .adv_salonInfo .dlStyleRspInfo dt {
  color: #c08826;
}

/* line 239, ../sass/component/_cmp_advpage.scss */
.profCnt .imgCnt img {
  border-radius: 50%;
  vertical-align: top;
}
/* line 243, ../sass/component/_cmp_advpage.scss */
.profCnt .name {
  color: #8c602c;
  font-size: 2.4rem;
  text-align: center;
  margin-top: 20px;
}
/* line 248, ../sass/component/_cmp_advpage.scss */
.profCnt .name span {
  color: #888;
  font-size: 1.4rem;
  display: block;
  margin: auto;
}
/* line 255, ../sass/component/_cmp_advpage.scss */
.profCnt .banner a {
  display: block;
  border: 1px solid #efefef;
}

/*------------------------------------- Base Styling -------------------------------------*/
/* line 1312, ../sass/style.scss */
blockquote {
  position: relative;
  padding: 30px 16px 8px 16px;
  font-style: italic;
  background: #efefef;
  color: #555;
}

/* line 1319, ../sass/style.scss */
blockquote:before {
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 14px;
  vertical-align: middle;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 28px;
  line-height: 1;
}

/* line 1331, ../sass/style.scss */
blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

/* line 1336, ../sass/style.scss */
blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 14px;
}

/* line 1343, ../sass/style.scss */
.displayBlock, .block {
  display: block;
}

/* line 1346, ../sass/style.scss */
.testBlock {
  display: block !important;
}

/* line 1349, ../sass/style.scss */
.floatNone {
  float: none;
}

/* line 1352, ../sass/style.scss */
.lastMb {
  margin-bottom: 0;
}

/* line 1356, ../sass/style.scss */
.lastChildMb li:last-child {
  margin-bottom: 0;
}

/* line 1361, ../sass/style.scss */
.hideLi li {
  display: none;
}

/* line 1365, ../sass/style.scss */
.mb0 {
  margin-bottom: 0 !important;
}

/* line 1369, ../sass/style.scss */
.liMb0 li {
  margin-bottom: 0 !important;
}

/* line 1377, ../sass/style.scss */
.oXs-center {
  /*only-Xs-centered*/
  position: relative;
  margin-left: auto;
  margin-right: auto;
  float: none !important;
  overflow: hidden;
}
@media only screen and (min-width: 481px) {
  /* line 1377, ../sass/style.scss */
  .oXs-center {
    float: left !important;
  }
}

/* line 1388, ../sass/style.scss */
.oSmall-center, .oS-center {
  /*only-Small-centered*/
}
@media only screen and (min-width: 481px) {
  /* line 1388, ../sass/style.scss */
  .oSmall-center, .oS-center {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
    overflow: hidden;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1388, ../sass/style.scss */
  .oSmall-center, .oS-center {
    float: left !important;
  }
}

/* line 1401, ../sass/style.scss */
.oMedium-center, .oM-center {
  /*only-Medium-centered*/
}
@media only screen and (min-width: 769px) {
  /* line 1401, ../sass/style.scss */
  .oMedium-center, .oM-center {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important;
    overflow: hidden;
  }
}
@media only screen and (min-width: 992px) {
  /* line 1401, ../sass/style.scss */
  .oMedium-center, .oM-center {
    float: left !important;
  }
}

/* line 1414, ../sass/style.scss */
.toS-center {
  /*to-small-centered*/
  position: relative;
  margin-left: auto;
  margin-right: auto;
  float: none !important;
  overflow: hidden;
}
@media only screen and (min-width: 481px) {
  /* line 1414, ../sass/style.scss */
  .toS-center {
    float: left !important;
  }
}

/* line 1425, ../sass/style.scss */
.toM-center {
  /*to-medium-centered*/
  position: relative;
  margin-left: auto;
  margin-right: auto;
  float: none !important;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  /* line 1425, ../sass/style.scss */
  .toM-center {
    float: left !important;
  }
}

/* line 1436, ../sass/style.scss */
.toL-center {
  /*to-large-centered*/
  position: relative;
  margin-left: auto;
  margin-right: auto;
  float: none !important;
  overflow: hidden;
}
@media only screen and (min-width: 992px) {
  /* line 1436, ../sass/style.scss */
  .toL-center {
    float: left !important;
  }
}

/* line 1449, ../sass/style.scss */
.imgCircle img {
  border-radius: 50%;
  vertical-align: top;
}

/* line 1455, ../sass/style.scss */
.linkCircle img {
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* line 540, ../sass/component/_mixin1.5.scss */
.linkCircle img:hover {
  opacity: 0.8;
}

/* line 1460, ../sass/style.scss */
.replace {
  display: block;
  white-space: nowrap;
  text-indent: -100%;
  overflow: hidden;
}

/* line 1467, ../sass/style.scss */
.fa {
  padding-right: 5px;
}

/* line 1470, ../sass/style.scss */
.clrWhite, .clrW {
  color: #fff !important;
}

/* line 1474, ../sass/style.scss */
.bgWhite {
  background-color: #fff;
}

/* line 1478, ../sass/style.scss */
.clrC1 {
  color: #ff4d88 !important;
}

/* line 1481, ../sass/style.scss */
.clrC2 {
  color: #eacb95 !important;
}

/* line 1484, ../sass/style.scss */
.clrC3 {
  color: #f19783 !important;
}

/* line 1487, ../sass/style.scss */
.clrC4 {
  color: #f9c898 !important;
}

/* line 1490, ../sass/style.scss */
.clrC5 {
  color: #8c602c !important;
}

/* line 1493, ../sass/style.scss */
.clrC6 {
  color: #fff7f5 !important;
}

/* line 1496, ../sass/style.scss */
.clrGray {
  color: #888 !important;
}

/* line 1499, ../sass/style.scss */
.clrLightGray {
  color: #efefef !important;
}

/* line 1503, ../sass/style.scss */
.bgC1 {
  background-color: #ff4d88;
}

/*

.bgC3 {
  background-color: $clrC3;
}
.bgC4 {
  background-color: $clrC4;
}
.bgTransparent {
  background-color: transparent;
}
 */
/* line 1519, ../sass/style.scss */
.margin0a {
  margin: 0 auto;
}

/* line 1522, ../sass/style.scss */
.mt10x {
  margin-top: 10px;
}
@media only screen and (min-width: 481px) {
  /* line 1522, ../sass/style.scss */
  .mt10x {
    margin-top: 0;
  }
}

/* line 1528, ../sass/style.scss */
.mt20x {
  margin-top: 20px;
}
@media only screen and (min-width: 481px) {
  /* line 1528, ../sass/style.scss */
  .mt20x {
    margin-top: 0;
  }
}

/* line 1534, ../sass/style.scss */
.mt30x {
  margin-top: 30px;
}
@media only screen and (min-width: 481px) {
  /* line 1534, ../sass/style.scss */
  .mt30x {
    margin-top: 0;
  }
}

/* line 1540, ../sass/style.scss */
.mt10sm {
  margin-top: 10px;
}
@media only screen and (min-width: 769px) {
  /* line 1540, ../sass/style.scss */
  .mt10sm {
    margin-top: 0;
  }
}

/* line 1546, ../sass/style.scss */
.mt20sm {
  margin-top: 20px;
}
@media only screen and (min-width: 769px) {
  /* line 1546, ../sass/style.scss */
  .mt20sm {
    margin-top: 0;
  }
}

/* line 1552, ../sass/style.scss */
.mt30sm {
  margin-top: 30px;
}
@media only screen and (min-width: 769px) {
  /* line 1552, ../sass/style.scss */
  .mt30sm {
    margin-top: 0;
  }
}

/* line 1561, ../sass/style.scss */
.mt10 {
  margin-top: 1rem;
}
@media only screen and (min-width: 769px) {
  /* line 1561, ../sass/style.scss */
  .mt10 {
    margin-top: 1.1rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1561, ../sass/style.scss */
  .mt10 {
    margin-top: 1.3rem;
  }
}

/* line 1570, ../sass/style.scss */
.mb10 {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 769px) {
  /* line 1570, ../sass/style.scss */
  .mb10 {
    margin-bottom: 1.1rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1570, ../sass/style.scss */
  .mb10 {
    margin-bottom: 1.3rem;
  }
}

/* line 1561, ../sass/style.scss */
.mt20 {
  margin-top: 2rem;
}
@media only screen and (min-width: 769px) {
  /* line 1561, ../sass/style.scss */
  .mt20 {
    margin-top: 2.2rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1561, ../sass/style.scss */
  .mt20 {
    margin-top: 2.6rem;
  }
}

/* line 1570, ../sass/style.scss */
.mb20 {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 769px) {
  /* line 1570, ../sass/style.scss */
  .mb20 {
    margin-bottom: 2.2rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1570, ../sass/style.scss */
  .mb20 {
    margin-bottom: 2.6rem;
  }
}

/* line 1561, ../sass/style.scss */
.mt30 {
  margin-top: 3rem;
}
@media only screen and (min-width: 769px) {
  /* line 1561, ../sass/style.scss */
  .mt30 {
    margin-top: 3.3rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1561, ../sass/style.scss */
  .mt30 {
    margin-top: 3.9rem;
  }
}

/* line 1570, ../sass/style.scss */
.mb30 {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 769px) {
  /* line 1570, ../sass/style.scss */
  .mb30 {
    margin-bottom: 3.3rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1570, ../sass/style.scss */
  .mb30 {
    margin-bottom: 3.9rem;
  }
}

/* line 1561, ../sass/style.scss */
.mt40 {
  margin-top: 4rem;
}
@media only screen and (min-width: 769px) {
  /* line 1561, ../sass/style.scss */
  .mt40 {
    margin-top: 4.4rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1561, ../sass/style.scss */
  .mt40 {
    margin-top: 5.2rem;
  }
}

/* line 1570, ../sass/style.scss */
.mb40 {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 769px) {
  /* line 1570, ../sass/style.scss */
  .mb40 {
    margin-bottom: 4.4rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1570, ../sass/style.scss */
  .mb40 {
    margin-bottom: 5.2rem;
  }
}

/* line 1561, ../sass/style.scss */
.mt50 {
  margin-top: 5rem;
}
@media only screen and (min-width: 769px) {
  /* line 1561, ../sass/style.scss */
  .mt50 {
    margin-top: 5.5rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1561, ../sass/style.scss */
  .mt50 {
    margin-top: 6.5rem;
  }
}

/* line 1570, ../sass/style.scss */
.mb50 {
  margin-bottom: 5rem;
}
@media only screen and (min-width: 769px) {
  /* line 1570, ../sass/style.scss */
  .mb50 {
    margin-bottom: 5.5rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1570, ../sass/style.scss */
  .mb50 {
    margin-bottom: 6.5rem;
  }
}

/* line 1561, ../sass/style.scss */
.mt60 {
  margin-top: 6rem;
}
@media only screen and (min-width: 769px) {
  /* line 1561, ../sass/style.scss */
  .mt60 {
    margin-top: 6.6rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1561, ../sass/style.scss */
  .mt60 {
    margin-top: 7.8rem;
  }
}

/* line 1570, ../sass/style.scss */
.mb60 {
  margin-bottom: 6rem;
}
@media only screen and (min-width: 769px) {
  /* line 1570, ../sass/style.scss */
  .mb60 {
    margin-bottom: 6.6rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1570, ../sass/style.scss */
  .mb60 {
    margin-bottom: 7.8rem;
  }
}

/* line 1561, ../sass/style.scss */
.mt70 {
  margin-top: 7rem;
}
@media only screen and (min-width: 769px) {
  /* line 1561, ../sass/style.scss */
  .mt70 {
    margin-top: 7.7rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1561, ../sass/style.scss */
  .mt70 {
    margin-top: 9.1rem;
  }
}

/* line 1570, ../sass/style.scss */
.mb70 {
  margin-bottom: 7rem;
}
@media only screen and (min-width: 769px) {
  /* line 1570, ../sass/style.scss */
  .mb70 {
    margin-bottom: 7.7rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1570, ../sass/style.scss */
  .mb70 {
    margin-bottom: 9.1rem;
  }
}

/* line 1561, ../sass/style.scss */
.mt80 {
  margin-top: 8rem;
}
@media only screen and (min-width: 769px) {
  /* line 1561, ../sass/style.scss */
  .mt80 {
    margin-top: 8.8rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1561, ../sass/style.scss */
  .mt80 {
    margin-top: 10.4rem;
  }
}

/* line 1570, ../sass/style.scss */
.mb80 {
  margin-bottom: 8rem;
}
@media only screen and (min-width: 769px) {
  /* line 1570, ../sass/style.scss */
  .mb80 {
    margin-bottom: 8.8rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1570, ../sass/style.scss */
  .mb80 {
    margin-bottom: 10.4rem;
  }
}

/* line 1561, ../sass/style.scss */
.mt90 {
  margin-top: 9rem;
}
@media only screen and (min-width: 769px) {
  /* line 1561, ../sass/style.scss */
  .mt90 {
    margin-top: 9.9rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1561, ../sass/style.scss */
  .mt90 {
    margin-top: 11.7rem;
  }
}

/* line 1570, ../sass/style.scss */
.mb90 {
  margin-bottom: 9rem;
}
@media only screen and (min-width: 769px) {
  /* line 1570, ../sass/style.scss */
  .mb90 {
    margin-bottom: 9.9rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1570, ../sass/style.scss */
  .mb90 {
    margin-bottom: 11.7rem;
  }
}

/* line 1582, ../sass/style.scss */
.mt10m {
  margin-top: 1rem;
}
@media only screen and (min-width: 481px) {
  /* line 1582, ../sass/style.scss */
  .mt10m {
    margin-top: 1.1rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1582, ../sass/style.scss */
  .mt10m {
    margin-top: 0;
  }
}

/* line 1591, ../sass/style.scss */
.mb10m {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 481px) {
  /* line 1591, ../sass/style.scss */
  .mb10m {
    margin-bottom: 1.1rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1591, ../sass/style.scss */
  .mb10m {
    margin-bottom: 0;
  }
}

/* line 1582, ../sass/style.scss */
.mt20m {
  margin-top: 2rem;
}
@media only screen and (min-width: 481px) {
  /* line 1582, ../sass/style.scss */
  .mt20m {
    margin-top: 2.2rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1582, ../sass/style.scss */
  .mt20m {
    margin-top: 0;
  }
}

/* line 1591, ../sass/style.scss */
.mb20m {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 481px) {
  /* line 1591, ../sass/style.scss */
  .mb20m {
    margin-bottom: 2.2rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1591, ../sass/style.scss */
  .mb20m {
    margin-bottom: 0;
  }
}

/* line 1582, ../sass/style.scss */
.mt30m {
  margin-top: 3rem;
}
@media only screen and (min-width: 481px) {
  /* line 1582, ../sass/style.scss */
  .mt30m {
    margin-top: 3.3rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1582, ../sass/style.scss */
  .mt30m {
    margin-top: 0;
  }
}

/* line 1591, ../sass/style.scss */
.mb30m {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 481px) {
  /* line 1591, ../sass/style.scss */
  .mb30m {
    margin-bottom: 3.3rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1591, ../sass/style.scss */
  .mb30m {
    margin-bottom: 0;
  }
}

/* line 1582, ../sass/style.scss */
.mt40m {
  margin-top: 4rem;
}
@media only screen and (min-width: 481px) {
  /* line 1582, ../sass/style.scss */
  .mt40m {
    margin-top: 4.4rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1582, ../sass/style.scss */
  .mt40m {
    margin-top: 0;
  }
}

/* line 1591, ../sass/style.scss */
.mb40m {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 481px) {
  /* line 1591, ../sass/style.scss */
  .mb40m {
    margin-bottom: 4.4rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1591, ../sass/style.scss */
  .mb40m {
    margin-bottom: 0;
  }
}

/* line 1582, ../sass/style.scss */
.mt50m {
  margin-top: 5rem;
}
@media only screen and (min-width: 481px) {
  /* line 1582, ../sass/style.scss */
  .mt50m {
    margin-top: 5.5rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1582, ../sass/style.scss */
  .mt50m {
    margin-top: 0;
  }
}

/* line 1591, ../sass/style.scss */
.mb50m {
  margin-bottom: 5rem;
}
@media only screen and (min-width: 481px) {
  /* line 1591, ../sass/style.scss */
  .mb50m {
    margin-bottom: 5.5rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1591, ../sass/style.scss */
  .mb50m {
    margin-bottom: 0;
  }
}

/* line 1582, ../sass/style.scss */
.mt60m {
  margin-top: 6rem;
}
@media only screen and (min-width: 481px) {
  /* line 1582, ../sass/style.scss */
  .mt60m {
    margin-top: 6.6rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1582, ../sass/style.scss */
  .mt60m {
    margin-top: 0;
  }
}

/* line 1591, ../sass/style.scss */
.mb60m {
  margin-bottom: 6rem;
}
@media only screen and (min-width: 481px) {
  /* line 1591, ../sass/style.scss */
  .mb60m {
    margin-bottom: 6.6rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1591, ../sass/style.scss */
  .mb60m {
    margin-bottom: 0;
  }
}

/* line 1582, ../sass/style.scss */
.mt70m {
  margin-top: 7rem;
}
@media only screen and (min-width: 481px) {
  /* line 1582, ../sass/style.scss */
  .mt70m {
    margin-top: 7.7rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1582, ../sass/style.scss */
  .mt70m {
    margin-top: 0;
  }
}

/* line 1591, ../sass/style.scss */
.mb70m {
  margin-bottom: 7rem;
}
@media only screen and (min-width: 481px) {
  /* line 1591, ../sass/style.scss */
  .mb70m {
    margin-bottom: 7.7rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1591, ../sass/style.scss */
  .mb70m {
    margin-bottom: 0;
  }
}

/* line 1582, ../sass/style.scss */
.mt80m {
  margin-top: 8rem;
}
@media only screen and (min-width: 481px) {
  /* line 1582, ../sass/style.scss */
  .mt80m {
    margin-top: 8.8rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1582, ../sass/style.scss */
  .mt80m {
    margin-top: 0;
  }
}

/* line 1591, ../sass/style.scss */
.mb80m {
  margin-bottom: 8rem;
}
@media only screen and (min-width: 481px) {
  /* line 1591, ../sass/style.scss */
  .mb80m {
    margin-bottom: 8.8rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1591, ../sass/style.scss */
  .mb80m {
    margin-bottom: 0;
  }
}

/* line 1582, ../sass/style.scss */
.mt90m {
  margin-top: 9rem;
}
@media only screen and (min-width: 481px) {
  /* line 1582, ../sass/style.scss */
  .mt90m {
    margin-top: 9.9rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1582, ../sass/style.scss */
  .mt90m {
    margin-top: 0;
  }
}

/* line 1591, ../sass/style.scss */
.mb90m {
  margin-bottom: 9rem;
}
@media only screen and (min-width: 481px) {
  /* line 1591, ../sass/style.scss */
  .mb90m {
    margin-bottom: 9.9rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1591, ../sass/style.scss */
  .mb90m {
    margin-bottom: 0;
  }
}

/* line 1609, ../sass/style.scss */
.pt10 {
  padding-top: 1rem;
}
@media only screen and (min-width: 769px) {
  /* line 1609, ../sass/style.scss */
  .pt10 {
    padding-top: 1.1rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1609, ../sass/style.scss */
  .pt10 {
    padding-top: 1.3rem;
  }
}

/* line 1618, ../sass/style.scss */
.pb10 {
  padding-bottom: 1rem;
}
@media only screen and (min-width: 769px) {
  /* line 1618, ../sass/style.scss */
  .pb10 {
    padding-bottom: 1.1rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1618, ../sass/style.scss */
  .pb10 {
    padding-bottom: 1.3rem;
  }
}

/* line 1609, ../sass/style.scss */
.pt20 {
  padding-top: 2rem;
}
@media only screen and (min-width: 769px) {
  /* line 1609, ../sass/style.scss */
  .pt20 {
    padding-top: 2.2rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1609, ../sass/style.scss */
  .pt20 {
    padding-top: 2.6rem;
  }
}

/* line 1618, ../sass/style.scss */
.pb20 {
  padding-bottom: 2rem;
}
@media only screen and (min-width: 769px) {
  /* line 1618, ../sass/style.scss */
  .pb20 {
    padding-bottom: 2.2rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1618, ../sass/style.scss */
  .pb20 {
    padding-bottom: 2.6rem;
  }
}

/* line 1609, ../sass/style.scss */
.pt30 {
  padding-top: 3rem;
}
@media only screen and (min-width: 769px) {
  /* line 1609, ../sass/style.scss */
  .pt30 {
    padding-top: 3.3rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1609, ../sass/style.scss */
  .pt30 {
    padding-top: 3.9rem;
  }
}

/* line 1618, ../sass/style.scss */
.pb30 {
  padding-bottom: 3rem;
}
@media only screen and (min-width: 769px) {
  /* line 1618, ../sass/style.scss */
  .pb30 {
    padding-bottom: 3.3rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1618, ../sass/style.scss */
  .pb30 {
    padding-bottom: 3.9rem;
  }
}

/* line 1609, ../sass/style.scss */
.pt40 {
  padding-top: 4rem;
}
@media only screen and (min-width: 769px) {
  /* line 1609, ../sass/style.scss */
  .pt40 {
    padding-top: 4.4rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1609, ../sass/style.scss */
  .pt40 {
    padding-top: 5.2rem;
  }
}

/* line 1618, ../sass/style.scss */
.pb40 {
  padding-bottom: 4rem;
}
@media only screen and (min-width: 769px) {
  /* line 1618, ../sass/style.scss */
  .pb40 {
    padding-bottom: 4.4rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1618, ../sass/style.scss */
  .pb40 {
    padding-bottom: 5.2rem;
  }
}

/* line 1609, ../sass/style.scss */
.pt50 {
  padding-top: 5rem;
}
@media only screen and (min-width: 769px) {
  /* line 1609, ../sass/style.scss */
  .pt50 {
    padding-top: 5.5rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1609, ../sass/style.scss */
  .pt50 {
    padding-top: 6.5rem;
  }
}

/* line 1618, ../sass/style.scss */
.pb50 {
  padding-bottom: 5rem;
}
@media only screen and (min-width: 769px) {
  /* line 1618, ../sass/style.scss */
  .pb50 {
    padding-bottom: 5.5rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1618, ../sass/style.scss */
  .pb50 {
    padding-bottom: 6.5rem;
  }
}

/* line 1609, ../sass/style.scss */
.pt60 {
  padding-top: 6rem;
}
@media only screen and (min-width: 769px) {
  /* line 1609, ../sass/style.scss */
  .pt60 {
    padding-top: 6.6rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1609, ../sass/style.scss */
  .pt60 {
    padding-top: 7.8rem;
  }
}

/* line 1618, ../sass/style.scss */
.pb60 {
  padding-bottom: 6rem;
}
@media only screen and (min-width: 769px) {
  /* line 1618, ../sass/style.scss */
  .pb60 {
    padding-bottom: 6.6rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1618, ../sass/style.scss */
  .pb60 {
    padding-bottom: 7.8rem;
  }
}

/* line 1609, ../sass/style.scss */
.pt70 {
  padding-top: 7rem;
}
@media only screen and (min-width: 769px) {
  /* line 1609, ../sass/style.scss */
  .pt70 {
    padding-top: 7.7rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1609, ../sass/style.scss */
  .pt70 {
    padding-top: 9.1rem;
  }
}

/* line 1618, ../sass/style.scss */
.pb70 {
  padding-bottom: 7rem;
}
@media only screen and (min-width: 769px) {
  /* line 1618, ../sass/style.scss */
  .pb70 {
    padding-bottom: 7.7rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1618, ../sass/style.scss */
  .pb70 {
    padding-bottom: 9.1rem;
  }
}

/* line 1609, ../sass/style.scss */
.pt80 {
  padding-top: 8rem;
}
@media only screen and (min-width: 769px) {
  /* line 1609, ../sass/style.scss */
  .pt80 {
    padding-top: 8.8rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1609, ../sass/style.scss */
  .pt80 {
    padding-top: 10.4rem;
  }
}

/* line 1618, ../sass/style.scss */
.pb80 {
  padding-bottom: 8rem;
}
@media only screen and (min-width: 769px) {
  /* line 1618, ../sass/style.scss */
  .pb80 {
    padding-bottom: 8.8rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1618, ../sass/style.scss */
  .pb80 {
    padding-bottom: 10.4rem;
  }
}

/* line 1609, ../sass/style.scss */
.pt90 {
  padding-top: 9rem;
}
@media only screen and (min-width: 769px) {
  /* line 1609, ../sass/style.scss */
  .pt90 {
    padding-top: 9.9rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1609, ../sass/style.scss */
  .pt90 {
    padding-top: 11.7rem;
  }
}

/* line 1618, ../sass/style.scss */
.pb90 {
  padding-bottom: 9rem;
}
@media only screen and (min-width: 769px) {
  /* line 1618, ../sass/style.scss */
  .pb90 {
    padding-bottom: 9.9rem;
  }
}
@media only screen and (min-width: 1281px) {
  /* line 1618, ../sass/style.scss */
  .pb90 {
    padding-bottom: 11.7rem;
  }
}

/* line 1630, ../sass/style.scss */
.pt10m {
  padding-top: 1rem;
}
@media only screen and (min-width: 481px) {
  /* line 1630, ../sass/style.scss */
  .pt10m {
    padding-top: 1.1rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1630, ../sass/style.scss */
  .pt10m {
    padding-top: 0;
  }
}

/* line 1639, ../sass/style.scss */
.pb10m {
  padding-bottom: 1rem;
}
@media only screen and (min-width: 481px) {
  /* line 1639, ../sass/style.scss */
  .pb10m {
    padding-bottom: 1.1rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1639, ../sass/style.scss */
  .pb10m {
    padding-bottom: 0;
  }
}

/* line 1630, ../sass/style.scss */
.pt20m {
  padding-top: 2rem;
}
@media only screen and (min-width: 481px) {
  /* line 1630, ../sass/style.scss */
  .pt20m {
    padding-top: 2.2rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1630, ../sass/style.scss */
  .pt20m {
    padding-top: 0;
  }
}

/* line 1639, ../sass/style.scss */
.pb20m {
  padding-bottom: 2rem;
}
@media only screen and (min-width: 481px) {
  /* line 1639, ../sass/style.scss */
  .pb20m {
    padding-bottom: 2.2rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1639, ../sass/style.scss */
  .pb20m {
    padding-bottom: 0;
  }
}

/* line 1630, ../sass/style.scss */
.pt30m {
  padding-top: 3rem;
}
@media only screen and (min-width: 481px) {
  /* line 1630, ../sass/style.scss */
  .pt30m {
    padding-top: 3.3rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1630, ../sass/style.scss */
  .pt30m {
    padding-top: 0;
  }
}

/* line 1639, ../sass/style.scss */
.pb30m {
  padding-bottom: 3rem;
}
@media only screen and (min-width: 481px) {
  /* line 1639, ../sass/style.scss */
  .pb30m {
    padding-bottom: 3.3rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1639, ../sass/style.scss */
  .pb30m {
    padding-bottom: 0;
  }
}

/* line 1630, ../sass/style.scss */
.pt40m {
  padding-top: 4rem;
}
@media only screen and (min-width: 481px) {
  /* line 1630, ../sass/style.scss */
  .pt40m {
    padding-top: 4.4rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1630, ../sass/style.scss */
  .pt40m {
    padding-top: 0;
  }
}

/* line 1639, ../sass/style.scss */
.pb40m {
  padding-bottom: 4rem;
}
@media only screen and (min-width: 481px) {
  /* line 1639, ../sass/style.scss */
  .pb40m {
    padding-bottom: 4.4rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1639, ../sass/style.scss */
  .pb40m {
    padding-bottom: 0;
  }
}

/* line 1630, ../sass/style.scss */
.pt50m {
  padding-top: 5rem;
}
@media only screen and (min-width: 481px) {
  /* line 1630, ../sass/style.scss */
  .pt50m {
    padding-top: 5.5rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1630, ../sass/style.scss */
  .pt50m {
    padding-top: 0;
  }
}

/* line 1639, ../sass/style.scss */
.pb50m {
  padding-bottom: 5rem;
}
@media only screen and (min-width: 481px) {
  /* line 1639, ../sass/style.scss */
  .pb50m {
    padding-bottom: 5.5rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1639, ../sass/style.scss */
  .pb50m {
    padding-bottom: 0;
  }
}

/* line 1630, ../sass/style.scss */
.pt60m {
  padding-top: 6rem;
}
@media only screen and (min-width: 481px) {
  /* line 1630, ../sass/style.scss */
  .pt60m {
    padding-top: 6.6rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1630, ../sass/style.scss */
  .pt60m {
    padding-top: 0;
  }
}

/* line 1639, ../sass/style.scss */
.pb60m {
  padding-bottom: 6rem;
}
@media only screen and (min-width: 481px) {
  /* line 1639, ../sass/style.scss */
  .pb60m {
    padding-bottom: 6.6rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1639, ../sass/style.scss */
  .pb60m {
    padding-bottom: 0;
  }
}

/* line 1630, ../sass/style.scss */
.pt70m {
  padding-top: 7rem;
}
@media only screen and (min-width: 481px) {
  /* line 1630, ../sass/style.scss */
  .pt70m {
    padding-top: 7.7rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1630, ../sass/style.scss */
  .pt70m {
    padding-top: 0;
  }
}

/* line 1639, ../sass/style.scss */
.pb70m {
  padding-bottom: 7rem;
}
@media only screen and (min-width: 481px) {
  /* line 1639, ../sass/style.scss */
  .pb70m {
    padding-bottom: 7.7rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1639, ../sass/style.scss */
  .pb70m {
    padding-bottom: 0;
  }
}

/* line 1630, ../sass/style.scss */
.pt80m {
  padding-top: 8rem;
}
@media only screen and (min-width: 481px) {
  /* line 1630, ../sass/style.scss */
  .pt80m {
    padding-top: 8.8rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1630, ../sass/style.scss */
  .pt80m {
    padding-top: 0;
  }
}

/* line 1639, ../sass/style.scss */
.pb80m {
  padding-bottom: 8rem;
}
@media only screen and (min-width: 481px) {
  /* line 1639, ../sass/style.scss */
  .pb80m {
    padding-bottom: 8.8rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1639, ../sass/style.scss */
  .pb80m {
    padding-bottom: 0;
  }
}

/* line 1630, ../sass/style.scss */
.pt90m {
  padding-top: 9rem;
}
@media only screen and (min-width: 481px) {
  /* line 1630, ../sass/style.scss */
  .pt90m {
    padding-top: 9.9rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1630, ../sass/style.scss */
  .pt90m {
    padding-top: 0;
  }
}

/* line 1639, ../sass/style.scss */
.pb90m {
  padding-bottom: 9rem;
}
@media only screen and (min-width: 481px) {
  /* line 1639, ../sass/style.scss */
  .pb90m {
    padding-bottom: 9.9rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1639, ../sass/style.scss */
  .pb90m {
    padding-bottom: 0;
  }
}
