@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Figtree:wght@400;500;600;700&family=Montserrat:wght@400;500;600;700&family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&display=swap");
/* line 106, C:/Users/noguchi/.local/share/gem/ruby/3.1.0/gems/compass-core-1.0.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 100%;
  line-height: 1.5em;
}

/*=======================================
 ■Foundation
=======================================*/
/* line 5, ../../sass_new/sass/foundation/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* line 26, ../../sass_new/sass/foundation/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 30, ../../sass_new/sass/foundation/_reset.scss */
body {
  line-height: 1;
}

/* line 33, ../../sass_new/sass/foundation/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 36, ../../sass_new/sass/foundation/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 39, ../../sass_new/sass/foundation/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 44, ../../sass_new/sass/foundation/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 49, ../../sass_new/sass/foundation/_reset.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* =========================================================
base - 基本設定
========================================================= */
/* line 4, ../../sass_new/sass/foundation/_base.scss */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

/* line 8, ../../sass_new/sass/foundation/_base.scss */
body {
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  padding: vr();
  line-height: vr();
  position: relative;
  padding-top: 67px;
}
@media screen and (min-width: 768px) {
  /* line 8, ../../sass_new/sass/foundation/_base.scss */
  body {
    padding-top: 100px;
  }
}

/* line 27, ../../sass_new/sass/foundation/_base.scss */
a {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: .3s;
  cursor: pointer;
}
/* line 59, ../../sass_new/sass/core/mixin/_other.scss */
a:hover {
  opacity: .7;
}
/* line 32, ../../sass_new/sass/foundation/_base.scss */
a img {
  display: inline-block;
}

/*clearfix*/
/* line 39, ../../sass_new/sass/foundation/_base.scss */
.clearfix {
  clear: both;
  display: block;
  float: none;
}
/* line 49, ../../sass_new/sass/foundation/_base.scss */
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  font-size: 0;
  height: 0px;
}

/* =======================================
 ■Layout
=======================================*/
/* =========================================================
section - コンテンツの大枠
========================================================= */
/* line 9, ../../sass_new/sass/layout/_container.scss */
.l-container, .l-main--col2, .l-main--col3 {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  /* line 9, ../../sass_new/sass/layout/_container.scss */
  .l-container, .l-main--col2, .l-main--col3 {
    max-width: 1210px;
  }
}
@media screen and (min-width: 768px) {
  /* line 21, ../../sass_new/sass/layout/_container.scss */
  .l-container--fluid-md {
    max-width: 100% !important;
    padding: 0;
  }
}

/* =========================================================
bootstrap4のグリッドシステム
========================================================= */
/*!
 * Bootstrap Grid v4.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
/* line 15, ../../sass_new/sass/layout/_grid.scss */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

/* line 26, ../../sass_new/sass/layout/_grid.scss */
.l-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

/* line 35, ../../sass_new/sass/layout/_grid.scss */
.l-row--no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 40, ../../sass_new/sass/layout/_grid.scss */
.l-row--no-gutters > .l-row__col,
.l-row--no-gutters > [class*="l-row__col--"] {
  padding-right: 0;
  padding-left: 0;
}

/* line 46, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--1, .l-row__col--2, .l-row__col--3, .l-row__col--4, .l-row__col--5, .l-row__col--6, .l-row__col--7, .l-row__col--8, .l-row__col--9, .l-row__col--10, .l-row__col--11, .l-row__col--12, .l-row__col,
.l-row__col--auto, .l-row__col--sm-1, .l-row__col--sm-2, .l-row__col--sm-3, .l-row__col--sm-4, .l-row__col--sm-5, .l-row__col--sm-6, .l-row__col--sm-7, .l-row__col--sm-8, .l-row__col--sm-9, .l-row__col--sm-10, .l-row__col--sm-11, .l-row__col--sm-12, .l-row__col--sm,
.l-row__col--sm-auto, .l-row__col--md-1, .l-row__col--md-2, .l-row__col--md-3, .l-row__col--md-4, .l-row__col--md-5, .l-row__col--md-6, .l-row__col--md-7, .l-row__col--md-8, .l-row__col--md-9, .l-row__col--md-10, .l-row__col--md-11, .l-row__col--md-12, .l-row__col--md,
.l-row__col--md-auto, .l-row__col--lg-1, .l-row__col--lg-2, .l-row__col--lg-3, .l-row__col--lg-4, .l-row__col--lg-5, .l-row__col--lg-6, .l-row__col--lg-7, .l-row__col--lg-8, .l-row__col--lg-9, .l-row__col--lg-10, .l-row__col--lg-11, .l-row__col--lg-12, .l-row__col--lg,
.l-row__col--lg-auto, .l-row__col--xl-1, .l-row__col--xl-2, .l-row__col--xl-3, .l-row__col--xl-4, .l-row__col--xl-5, .l-row__col--xl-6, .l-row__col--xl-7, .l-row__col--xl-8, .l-row__col--xl-9, .l-row__col--xl-10, .l-row__col--xl-11, .l-row__col--xl-12, .l-row__col--xl,
.l-row__col--xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 59, ../../sass_new/sass/layout/_grid.scss */
.l-row__col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  word-break: break-all;
}

/* line 68, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

/* line 75, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

/* line 81, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

/* line 87, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 93, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

/* line 99, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

/* line 105, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 111, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

/* line 117, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

/* line 123, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 129, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

/* line 135, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

/* line 141, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 147, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--order-first {
  -ms-flex-order: -1;
  order: -1;
}

/* line 152, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--order-last {
  -ms-flex-order: 13;
  order: 13;
}

/* line 157, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--order-0 {
  -ms-flex-order: 0;
  order: 0;
}

/* line 162, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--order-1 {
  -ms-flex-order: 1;
  order: 1;
}

/* line 167, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--order-2 {
  -ms-flex-order: 2;
  order: 2;
}

/* line 172, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--order-3 {
  -ms-flex-order: 3;
  order: 3;
}

/* line 177, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--order-4 {
  -ms-flex-order: 4;
  order: 4;
}

/* line 182, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--order-5 {
  -ms-flex-order: 5;
  order: 5;
}

/* line 187, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--order-6 {
  -ms-flex-order: 6;
  order: 6;
}

/* line 192, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--order-7 {
  -ms-flex-order: 7;
  order: 7;
}

/* line 197, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--order-8 {
  -ms-flex-order: 8;
  order: 8;
}

/* line 202, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--order-9 {
  -ms-flex-order: 9;
  order: 9;
}

/* line 207, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--order-10 {
  -ms-flex-order: 10;
  order: 10;
}

/* line 212, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--order-11 {
  -ms-flex-order: 11;
  order: 11;
}

/* line 217, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--order-12 {
  -ms-flex-order: 12;
  order: 12;
}

/* line 222, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--offset-1 {
  margin-left: 8.333333%;
}

/* line 226, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--offset-2 {
  margin-left: 16.666667%;
}

/* line 230, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--offset-3 {
  margin-left: 25%;
}

/* line 234, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--offset-4 {
  margin-left: 33.333333%;
}

/* line 238, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--offset-5 {
  margin-left: 41.666667%;
}

/* line 242, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--offset-6 {
  margin-left: 50%;
}

/* line 246, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--offset-7 {
  margin-left: 58.333333%;
}

/* line 250, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--offset-8 {
  margin-left: 66.666667%;
}

/* line 254, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--offset-9 {
  margin-left: 75%;
}

/* line 258, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--offset-10 {
  margin-left: 83.333333%;
}

/* line 262, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--offset-11 {
  margin-left: 91.666667%;
}

@media screen and (min-width: 576px) {
  /* line 267, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 274, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 280, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 285, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 290, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 295, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 300, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 305, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 310, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 315, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 320, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 325, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 330, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 335, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 340, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 344, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 348, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 352, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 356, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 360, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 364, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 368, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 372, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 376, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 380, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 384, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 388, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 392, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 396, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 400, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-sm-0 {
    margin-left: 0;
  }

  /* line 403, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-sm-1 {
    margin-left: 8.333333%;
  }

  /* line 406, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-sm-2 {
    margin-left: 16.666667%;
  }

  /* line 409, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-sm-3 {
    margin-left: 25%;
  }

  /* line 412, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-sm-4 {
    margin-left: 33.333333%;
  }

  /* line 415, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-sm-5 {
    margin-left: 41.666667%;
  }

  /* line 418, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-sm-6 {
    margin-left: 50%;
  }

  /* line 421, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-sm-7 {
    margin-left: 58.333333%;
  }

  /* line 424, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-sm-8 {
    margin-left: 66.666667%;
  }

  /* line 427, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-sm-9 {
    margin-left: 75%;
  }

  /* line 430, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-sm-10 {
    margin-left: 83.333333%;
  }

  /* line 433, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media screen and (min-width: 768px) {
  /* line 439, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 446, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 452, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 457, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 462, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 467, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 472, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 477, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 482, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 487, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 492, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 497, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 502, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 507, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 512, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 516, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 520, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 524, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 528, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 532, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 536, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 540, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 544, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 548, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 552, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 556, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 560, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 564, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 568, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 572, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-md-0 {
    margin-left: 0;
  }

  /* line 575, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-md-1 {
    margin-left: 8.333333%;
  }

  /* line 578, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-md-2 {
    margin-left: 16.666667%;
  }

  /* line 581, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-md-3 {
    margin-left: 25%;
  }

  /* line 584, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-md-4 {
    margin-left: 33.333333%;
  }

  /* line 587, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-md-5 {
    margin-left: 41.666667%;
  }

  /* line 590, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-md-6 {
    margin-left: 50%;
  }

  /* line 593, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-md-7 {
    margin-left: 58.333333%;
  }

  /* line 596, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-md-8 {
    margin-left: 66.666667%;
  }

  /* line 599, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-md-9 {
    margin-left: 75%;
  }

  /* line 602, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-md-10 {
    margin-left: 83.333333%;
  }

  /* line 605, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media screen and (min-width: 900px) {
  /* line 611, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 618, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 624, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 629, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 634, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 639, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 644, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 649, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 654, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 659, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 664, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 669, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 674, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 679, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 684, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 688, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 692, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 696, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 700, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 704, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 708, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 712, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 716, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 720, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 724, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 728, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 732, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 736, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 740, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 744, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-lg-0 {
    margin-left: 0;
  }

  /* line 747, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-lg-1 {
    margin-left: 8.333333%;
  }

  /* line 750, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-lg-2 {
    margin-left: 16.666667%;
  }

  /* line 753, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-lg-3 {
    margin-left: 25%;
  }

  /* line 756, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-lg-4 {
    margin-left: 33.333333%;
  }

  /* line 759, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-lg-5 {
    margin-left: 41.666667%;
  }

  /* line 762, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-lg-6 {
    margin-left: 50%;
  }

  /* line 765, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-lg-7 {
    margin-left: 58.333333%;
  }

  /* line 768, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-lg-8 {
    margin-left: 66.666667%;
  }

  /* line 771, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-lg-9 {
    margin-left: 75%;
  }

  /* line 774, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-lg-10 {
    margin-left: 83.333333%;
  }

  /* line 777, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media screen and (min-width: 1200px) {
  /* line 783, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  /* line 790, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  /* line 796, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  /* line 801, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  /* line 806, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  /* line 811, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  /* line 816, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  /* line 821, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /* line 826, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  /* line 831, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  /* line 836, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  /* line 841, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  /* line 846, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  /* line 851, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  /* line 856, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  /* line 860, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  /* line 864, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  /* line 868, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  /* line 872, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  /* line 876, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  /* line 880, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  /* line 884, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  /* line 888, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  /* line 892, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  /* line 896, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  /* line 900, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  /* line 904, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  /* line 908, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  /* line 912, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  /* line 916, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-xl-0 {
    margin-left: 0;
  }

  /* line 919, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-xl-1 {
    margin-left: 8.333333%;
  }

  /* line 922, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-xl-2 {
    margin-left: 16.666667%;
  }

  /* line 925, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-xl-3 {
    margin-left: 25%;
  }

  /* line 928, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-xl-4 {
    margin-left: 33.333333%;
  }

  /* line 931, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-xl-5 {
    margin-left: 41.666667%;
  }

  /* line 934, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-xl-6 {
    margin-left: 50%;
  }

  /* line 937, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-xl-7 {
    margin-left: 58.333333%;
  }

  /* line 940, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-xl-8 {
    margin-left: 66.666667%;
  }

  /* line 943, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-xl-9 {
    margin-left: 75%;
  }

  /* line 946, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-xl-10 {
    margin-left: 83.333333%;
  }

  /* line 949, ../../sass_new/sass/layout/_grid.scss */
  .l-row__col--offset-xl-11 {
    margin-left: 91.666667%;
  }
}
/* line 961, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--column-between-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* line 968, ../../sass_new/sass/layout/_grid.scss */
.l-row__col--column-around-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

/* =========================================================
common -  共通レイアウトの記述
========================================================= */
/*==================================
main
==================================*/
/* line 7, ../../sass_new/sass/layout/_common.scss */
.l-main {
  position: relative;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  /* line 7, ../../sass_new/sass/layout/_common.scss */
  .l-main {
    margin-bottom: 100px;
  }
}

/* line 17, ../../sass_new/sass/layout/_common.scss */
.l-main--narrow {
  max-width: 900px;
  margin: 0 auto;
}

/* line 23, ../../sass_new/sass/layout/_common.scss */
.l-main--mini {
  max-width: 650px;
  margin: 0 auto;
}

/* 2カラム
============*/
/* line 41, ../../sass_new/sass/layout/_common.scss */
.l-main--col2 {
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  /* line 41, ../../sass_new/sass/layout/_common.scss */
  .l-main--col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  /* line 50, ../../sass_new/sass/layout/_common.scss */
  .l-main--col2.reverse {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
/* line 56, ../../sass_new/sass/layout/_common.scss */
.l-main--col2 .l-main {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  /* line 56, ../../sass_new/sass/layout/_common.scss */
  .l-main--col2 .l-main {
    width: calc(100% - 240px);
  }
}
@media screen and (min-width: 768px) {
  /* line 63, ../../sass_new/sass/layout/_common.scss */
  .l-main--col2 .l-side {
    width: 200px;
  }
}

/* 3カラム
============*/
/* line 85, ../../sass_new/sass/layout/_common.scss */
.l-main--col3 {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  /* line 85, ../../sass_new/sass/layout/_common.scss */
  .l-main--col3 {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 768px) {
  /* line 85, ../../sass_new/sass/layout/_common.scss */
  .l-main--col3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
/* line 97, ../../sass_new/sass/layout/_common.scss */
.l-main--col3 .l-main {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  /* line 97, ../../sass_new/sass/layout/_common.scss */
  .l-main--col3 .l-main {
    width: calc(100% - 360px);
    padding: 0 20px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-order: 2;
    -ms-flex-order: 2;
    order: 2;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 108, ../../sass_new/sass/layout/_common.scss */
  .l-main--col3 .l-side--left {
    width: 200px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  /* line 115, ../../sass_new/sass/layout/_common.scss */
  .l-main--col3 .l-side--right {
    width: 160px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}

/*==================================
section
==================================*/
/* line 129, ../../sass_new/sass/layout/_common.scss */
.l-section {
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  /* line 129, ../../sass_new/sass/layout/_common.scss */
  .l-section {
    margin: 50px auto 0;
  }
}
/* line 139, ../../sass_new/sass/layout/_common.scss */
.l-section.bg-color {
  background: #dddddd !important;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  /* line 139, ../../sass_new/sass/layout/_common.scss */
  .l-section.bg-color {
    padding: 50px 0;
  }
}
/* line 152, ../../sass_new/sass/layout/_common.scss */
.l-section--in {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  /* line 152, ../../sass_new/sass/layout/_common.scss */
  .l-section--in {
    padding-bottom: 50px;
  }
}

/*contetns===========*/
/* line 165, ../../sass_new/sass/layout/_common.scss */
.l-section-contetns__img {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  /* line 165, ../../sass_new/sass/layout/_common.scss */
  .l-section-contetns__img {
    padding: 0 20px 10px 0;
    float: left;
    max-width: 250px;
  }
}
@media screen and (min-width: 768px) {
  /* line 174, ../../sass_new/sass/layout/_common.scss */
  .l-section-contetns__img.right {
    float: right;
    padding: 0 0 10px 20px;
  }
}
/* line 183, ../../sass_new/sass/layout/_common.scss */
.l-section-contetns .img-full {
  text-align: center;
  margin-bottom: 20px;
}

/*pick up*/
/* line 190, ../../sass_new/sass/layout/_common.scss */
.l-box-pickup {
  background: #e0e9f1;
  padding: 30px 10px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}

/* =======================================
  ■Object
=======================================*/
/* Component
======================================= */
/* =========================================================
header - ヘッダー関連全てココ
========================================================= */
/* line 4, ../../sass_new/sass/object/component/_header.scss */
.c-header {
  background: #ffffff;
  width: 100%;
  height: 66px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  /* line 4, ../../sass_new/sass/object/component/_header.scss */
  .c-header {
    height: 100px;
  }
}

/*head==============*/
/* line 21, ../../sass_new/sass/object/component/_header.scss */
.c-header-head {
  padding: 5px 0 0;
}
@media screen and (min-width: 768px) {
  /* line 21, ../../sass_new/sass/object/component/_header.scss */
  .c-header-head {
    padding: 10px 0 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 30, ../../sass_new/sass/object/component/_header.scss */
  .c-header-head__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  /* line 39, ../../sass_new/sass/object/component/_header.scss */
  .c-header-head .c-gnav {
    flex-shrink: 0;
    margin-right: 20px;
    margin-top: 10px;
  }
  /* line 47, ../../sass_new/sass/object/component/_header.scss */
  .c-header-head .c-gnav .l-container, .c-header-head .c-gnav .l-main--col2, .c-header-head .c-gnav .l-main--col3 {
    padding: 0;
    max-width: none;
  }
}

/*logo===============*/
/* line 56, ../../sass_new/sass/object/component/_header.scss */
.c-header-logo {
  width: 100%;
  max-width: 210px;
  margin: 3px 0 0 3px;
}
@media screen and (min-width: 768px) {
  /* line 56, ../../sass_new/sass/object/component/_header.scss */
  .c-header-logo {
    width: 350px;
    max-width: none;
    margin: 0;
    margin-left: 10px;
    margin-right: auto;
    flex-shrink: 0;
  }
}
/* line 72, ../../sass_new/sass/object/component/_header.scss */
.c-header-logo__link {
  display: inline-block;
  width: 100%;
}

/*contact=============*/
/* line 82, ../../sass_new/sass/object/component/_header.scss */
.c-header-contact {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 82, ../../sass_new/sass/object/component/_header.scss */
  .c-header-contact {
    display: block;
    flex-shrink: 0;
    margin-right: 15px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1275px) {
  /* line 97, ../../sass_new/sass/object/component/_header.scss */
  .c-header-contact__head .contact-tel {
    display: none;
  }
}
/* line 105, ../../sass_new/sass/object/component/_header.scss */
.c-header-contact__bottom {
  margin-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* line 110, ../../sass_new/sass/object/component/_header.scss */
.c-header-contact__bottom .shop-date {
  display: none;
}

/*tel=============*/
/* line 120, ../../sass_new/sass/object/component/_header.scss */
.contact-tel__in {
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #062a53;
  background: url(../images/common/icon_tel_sub.svg) no-repeat left center;
  background-size: 50px 33px;
  padding-left: 56px;
  font-size: 27px;
  font-size: 1.6875rem;
}

/*mail============*/
/* line 133, ../../sass_new/sass/object/component/_header.scss */
.contact-mail {
  position: fixed;
  right: 0;
  top: 90px;
  height: 160px;
  width: 33px;
  z-index: 100;
  border-radius: 5px 0 0 5px;
  background: #901e25;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 133, ../../sass_new/sass/object/component/_header.scss */
  .contact-mail {
    display: flex;
    top: 150px;
    width: 42px;
    height: 155px;
  }
}
/* line 156, ../../sass_new/sass/object/component/_header.scss */
.p-top .contact-mail {
  background: #901e25;
}
@media screen and (max-width: 767px) {
  /* line 156, ../../sass_new/sass/object/component/_header.scss */
  .p-top .contact-mail {
    display: flex;
  }
}
/* line 164, ../../sass_new/sass/object/component/_header.scss */
.contact-mail::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon/icon_mail_w.svg) no-repeat center center;
  background-size: 100% auto;
  flex-shrink: 0;
}
/* line 174, ../../sass_new/sass/object/component/_header.scss */
.contact-mail.js-contact-mail--hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 174, ../../sass_new/sass/object/component/_header.scss */
  .contact-mail.js-contact-mail--hidden {
    display: flex;
  }
}
/* line 183, ../../sass_new/sass/object/component/_header.scss */
.contact-mail__in {
  color: #ffffff;
  font-weight: bold;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  letter-spacing: 0.1em;
  margin-top: 6px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.3;
}

/*shop============*/
/* line 196, ../../sass_new/sass/object/component/_header.scss */
.shop-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 10px;
  width: calc(100% - 150px);
}
/* line 204, ../../sass_new/sass/object/component/_header.scss */
.shop-date__dt {
  width: 70px;
  padding: 2.5px 5px 7.5px;
  line-height: 1;
  text-align: center;
  background: #8491a0;
  border: solid 2px #8491a0;
}
/* line 212, ../../sass_new/sass/object/component/_header.scss */
.shop-date__dt:first-of-type {
  border-bottom: 1px solid #ffffff;
}
/* line 216, ../../sass_new/sass/object/component/_header.scss */
.shop-date__dt:last-of-type {
  border-top: none;
}
/* line 221, ../../sass_new/sass/object/component/_header.scss */
.shop-date__dt .in {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #ffffff;
}
/* line 228, ../../sass_new/sass/object/component/_header.scss */
.shop-date__dd {
  width: calc(100% - 70px);
  background: #ffffff;
  border: 2px solid #d8d8d8;
  padding: 5px;
}
/* line 234, ../../sass_new/sass/object/component/_header.scss */
.shop-date__dd:last-of-type {
  border-top: none;
}
/* line 239, ../../sass_new/sass/object/component/_header.scss */
.shop-date__dd .in {
  font-size: 13px;
  font-size: 0.8125rem;
}

/*text==============*/
/* line 246, ../../sass_new/sass/object/component/_header.scss */
.c-header-text {
  display: none;
  padding: 5px 0;
  background: #901e25;
  margin-top: 2em;
}
@media screen and (min-width: 900px) {
  /* line 246, ../../sass_new/sass/object/component/_header.scss */
  .c-header-text {
    margin-top: 1em;
  }
}
/* line 259, ../../sass_new/sass/object/component/_header.scss */
.c-header-text__text {
  color: #ffffff;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  /* line 259, ../../sass_new/sass/object/component/_header.scss */
  .c-header-text__text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/* =========================================================
footer - footer関連全てココ
========================================================= */
/*contact============*/
/* line 5, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-contact {
  margin-bottom: 50px;
}
/* line 8, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-contact::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(../images/icon/icon_down_main.svg) no-repeat center;
  background-size: contain;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  /* line 8, ../../sass_new/sass/object/component/_footer.scss */
  .c-footer-contact::after {
    width: 200px;
    height: 200px;
  }
}
@media screen and (min-width: 768px) {
  /* line 5, ../../sass_new/sass/object/component/_footer.scss */
  .c-footer-contact {
    margin-bottom: 0;
  }
}
/* line 33, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-contact__ttl {
  background: #901e25;
  padding: 15px 0;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  /* line 33, ../../sass_new/sass/object/component/_footer.scss */
  .c-footer-contact__ttl {
    padding: 25px 0;
  }
}
/* line 45, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-contact__ttl .in {
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  /* line 45, ../../sass_new/sass/object/component/_footer.scss */
  .c-footer-contact__ttl .in {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 60, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-contact__text {
  text-align: left;
}
@media screen and (min-width: 768px) {
  /* line 60, ../../sass_new/sass/object/component/_footer.scss */
  .c-footer-contact__text {
    text-align: center;
  }
}
/* line 70, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-contact__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  /* line 70, ../../sass_new/sass/object/component/_footer.scss */
  .c-footer-contact__list {
    padding-top: 25px;
  }
}
/* line 83, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-contact__item {
  width: 50%;
  padding: 0 10px 15px;
}
@media screen and (min-width: 768px) {
  /* line 83, ../../sass_new/sass/object/component/_footer.scss */
  .c-footer-contact__item {
    width: 25%;
  }
}

/*contact-box===========*/
/* line 96, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-icon-img {
  text-align: center;
  width: 100%;
  margin-top: -3em;
}
@media screen and (min-width: 768px) {
  /* line 96, ../../sass_new/sass/object/component/_footer.scss */
  .c-footer-icon-img {
    margin-top: 0;
  }
}

/*contact-box===========*/
/* line 115, ../../sass_new/sass/object/component/_footer.scss */
.contact-box__photo {
  border-bottom: 4px solid #810b4c;
  padding-bottom: 10px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}
/* line 122, ../../sass_new/sass/object/component/_footer.scss */
.contact-box__photo::before {
  content: "";
  background: url(../images/common/icon_checkbox.svg) no-repeat center;
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  bottom: -2em;
}
@media screen and (min-width: 768px) {
  /* line 122, ../../sass_new/sass/object/component/_footer.scss */
  .contact-box__photo::before {
    width: 30px;
    height: 30px;
  }
}
/* line 149, ../../sass_new/sass/object/component/_footer.scss */
.contact-box__text {
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
  font-size: 0.875rem;
  margin-left: 1em;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  /* line 149, ../../sass_new/sass/object/component/_footer.scss */
  .contact-box__text {
    font-size: 16px;
    font-size: 1rem;
    margin-left: 0;
  }
}

/*form==========*/
/* line 173, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-form__ttl {
  position: relative;
  background: #901e25;
  border-radius: 10px 10px 0 0;
  padding: 5px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  /* line 173, ../../sass_new/sass/object/component/_footer.scss */
  .c-footer-form__ttl {
    padding: 10px 0;
    margin-bottom: 40px;
  }
}
/* line 187, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-form__ttl::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #901e25 transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 25px);
}
/* line 199, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-form__ttl .in {
  display: inline-flex;
  align-items: center;
  height: 50px;
  font-weight: bold;
  line-height: 1.2;
  color: #ffffff;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  /* line 199, ../../sass_new/sass/object/component/_footer.scss */
  .c-footer-form__ttl .in {
    font-size: 25px;
    font-size: 1.5625rem;
    height: 90px;
    background-size: 90px 80px;
  }
}
@media screen and (min-width: 768px) {
  /* line 218, ../../sass_new/sass/object/component/_footer.scss */
  .c-footer-form__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px 30px;
  }
}
@media screen and (min-width: 768px) {
  /* line 228, ../../sass_new/sass/object/component/_footer.scss */
  .c-footer-form__item {
    width: 50%;
    padding: 0 20px;
  }
}

/*form-box===========*/
/* line 239, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-form .form-box {
  background: url(../images/common/bg_slash.png);
  border-radius: 10px 10px 0 0;
  margin-bottom: 20px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  /* line 239, ../../sass_new/sass/object/component/_footer.scss */
  .c-footer-form .form-box {
    margin-bottom: 0;
  }
}
/* line 251, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-form .form-box__ttl {
  background: #062a53;
  text-align: center;
  padding: 10px;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  /* line 251, ../../sass_new/sass/object/component/_footer.scss */
  .c-footer-form .form-box__ttl {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 15px 10px;
  }
}
/* line 267, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-form .form-box__contents {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  /* line 267, ../../sass_new/sass/object/component/_footer.scss */
  .c-footer-form .form-box__contents {
    padding: 15px;
  }
}
/* line 277, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-form .form-box__btn {
  display: block;
  border: 4px solid #062a53;
  border-radius: 100px;
  padding: 15px 10px;
  margin-bottom: 10px;
  text-align: center;
  background: url(../images/icon/icon_right_sub.svg) no-repeat right 7.5px center;
  background-size: 15px 15px;
  padding-right: 30px;
  background-color: #e0e9f1;
}
@media screen and (min-width: 768px) {
  /* line 277, ../../sass_new/sass/object/component/_footer.scss */
  .c-footer-form .form-box__btn {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 767px) {
  /* line 293, ../../sass_new/sass/object/component/_footer.scss */
  .c-footer-form .form-box__btn .contact-tel .contact-tel__in {
    font-size: 22px;
    font-size: 1.375rem;
    background-size: 30px 13px;
    padding-left: 35px;
  }
}
/* line 309, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-form .form-box .shop-date {
  width: 100%;
  padding: 0;
  max-width: 250px;
  margin-bottom: 10px;
  margin: 0 auto;
}
/* line 317, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-form .form-box .shop-date__dt {
  width: 100px;
}
/* line 323, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-form .form-box .shop-date__dd {
  width: calc(100% - 100px);
}
/* line 331, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-form .form-box .c-basic-txt, .c-footer-form .form-box .p-basic-list__item, .c-footer-form .form-box .p-ol-list__item, .c-footer-form .form-box .p-ol-list--sub__item {
  font-size: 12px;
  font-size: 0.75rem;
}

/*mail============*/
/* line 341, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-form .form-box.mail .form-box__ttl {
  background: #901e25;
}
/* line 345, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-form .form-box.mail .form-box__btn {
  border-color: #901e25;
  background: url(../images/icon/icon_right_main.svg) no-repeat right 7.5px center;
  background-size: 15px 15px;
  padding-right: 30px;
  background-color: #e0e9f1;
}
/* line 350, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-form .form-box.mail .form-box__btn .text {
  color: #901e25;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  /* line 350, ../../sass_new/sass/object/component/_footer.scss */
  .c-footer-form .form-box.mail .form-box__btn .text {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
/* line 362, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-form .form-box.mail .form-box__dl {
  line-height: 1.5;
}
/* line 366, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-form .form-box.mail .form-box__dt {
  position: relative;
  color: #062a53;
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 20px;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 374, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-form .form-box.mail .form-box__dt::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #062a53;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 387, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-form .form-box.mail .form-box__dd {
  padding-left: 20px;
  margin-bottom: 15px;
  font-size: 12px;
  font-size: 0.75rem;
}

/*footer============*/
/* line 397, ../../sass_new/sass/object/component/_footer.scss */
.c-footer {
  background: url(../images/common/foot_line.svg) top left repeat-x;
  background-color: #ffffff;
  background-size: auto 20px;
  padding-top: 50px;
  margin-top: 50px;
  margin-bottom: 55px;
}
@media screen and (min-width: 768px) {
  /* line 397, ../../sass_new/sass/object/component/_footer.scss */
  .c-footer {
    background-size: 540px auto;
    padding-top: 60px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  /* line 413, ../../sass_new/sass/object/component/_footer.scss */
  .c-footer__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (-ms-high-contrast: none) {
  /* line 423, ../../sass_new/sass/object/component/_footer.scss */
  .c-footer {
    background: none;
    border: 5px solid #EFEFEF;
  }
}
/*shop========*/
/* line 430, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-shop {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  /* line 430, ../../sass_new/sass/object/component/_footer.scss */
  .c-footer-shop {
    width: 45%;
    padding-right: 15px;
  }
}
/* line 447, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-shop__logo {
  max-width: 250px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  /* line 447, ../../sass_new/sass/object/component/_footer.scss */
  .c-footer-shop__logo {
    max-width: 380px;
  }
}
/* line 458, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-shop__add {
  margin-bottom: 5px;
}
/* line 465, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-shop__add .in {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  /* line 465, ../../sass_new/sass/object/component/_footer.scss */
  .c-footer-shop__add .in {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* line 477, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-shop__add .map-link {
  display: inline-block;
  vertical-align: middle;
  margin: 1em 0;
  padding: 10px 40px;
  background: url(../images/icon/icon_right_w.svg) no-repeat right 4px center;
  background-size: 8px 8px;
  padding-right: 16px;
  padding-right: 33px;
  background-color: #901e25;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}
/* line 494, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-shop__tel {
  margin-bottom: 10px;
}
/* line 500, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-shop__tel .link {
  font-size: 12px;
  font-size: 0.75rem;
  color: #1185E7;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  /* line 500, ../../sass_new/sass/object/component/_footer.scss */
  .c-footer-shop__tel .link {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
/* line 513, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-shop__btn {
  margin-bottom: 10px;
}
/* line 520, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-shop__btn .c-basic-btn {
  max-width: 210px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  /* line 520, ../../sass_new/sass/object/component/_footer.scss */
  .c-footer-shop__btn .c-basic-btn {
    max-width: 265px;
  }
}
/* line 532, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-shop__btn .btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 0 5px;
}
/* line 544, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-shop__btn .btn.fb {
  background: url(../images/icon/icon_facebook_w.svg) no-repeat center;
  background-size: 20px 20px;
  background-color: #1877F2;
}
/* line 553, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-shop__btn .btn.x {
  background: url(../images/icon/icon_x.svg) no-repeat center;
  background-size: 24px 24px;
  background-color: #000;
}
/* line 562, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-shop__btn .btn.instagram {
  background: linear-gradient(45deg, #4d64d4 0%, #cf2f93 33%, #f16939 66%, #ffdd83 100%);
}
/* line 568, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-shop__btn .btn.instagram::before {
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/icon/icon_Instagram_w.svg) no-repeat center;
  background-size: 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 584, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-shop__chumon {
  margin-bottom: 10px;
}

/*calendar=======*/
@media screen and (min-width: 768px) {
  /* line 590, ../../sass_new/sass/object/component/_footer.scss */
  .c-footer-calendar {
    width: 55%;
  }
}
/* line 598, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-calendar__ttl {
  width: 100%;
  background: #901e25;
  color: #ffffff;
  padding: 10px 5px;
  border-radius: 5px 5px 0 0;
  text-align: center;
}

/*nav===================*/
/* line 622, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-nav {
  margin-top: 30px;
  padding: 30px 0 20px;
  background: #e0e9f1;
}
@media screen and (min-width: 768px) {
  /* line 622, ../../sass_new/sass/object/component/_footer.scss */
  .c-footer-nav {
    padding: 30px 0 15px;
  }
}
/* line 633, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* line 642, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-nav__item {
  width: 50%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  /* line 642, ../../sass_new/sass/object/component/_footer.scss */
  .c-footer-nav__item {
    width: 25%;
    margin-bottom: 15px;
  }
}
/* line 653, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-nav__item .link {
  font-size: 10px;
  font-size: 0.625rem;
  background: url(../images/icon/icon_right_gray.svg) no-repeat right center;
  background-size: 8px 8px;
  padding-right: 13px;
  color: #333333;
}
@media screen and (min-width: 768px) {
  /* line 653, ../../sass_new/sass/object/component/_footer.scss */
  .c-footer-nav__item .link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*コピーライト＝＝＝＝＝＝＝＝＝*/
/* line 668, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-copy {
  padding: 20px 0;
  background: #ffffff;
  text-align: center;
}
/* line 673, ../../sass_new/sass/object/component/_footer.scss */
.c-footer-copy__in {
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  /* line 673, ../../sass_new/sass/object/component/_footer.scss */
  .c-footer-copy__in {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/*fix menu=============*/
/* line 684, ../../sass_new/sass/object/component/_footer.scss */
.c-fix-menu {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 57px;
  transition: .5s;
  z-index: 20;
}
@media screen and (min-width: 768px) {
  /* line 684, ../../sass_new/sass/object/component/_footer.scss */
  .c-fix-menu {
    display: none;
  }
}
/* line 698, ../../sass_new/sass/object/component/_footer.scss */
.c-fix-menu.active {
  bottom: 0;
}
/* line 703, ../../sass_new/sass/object/component/_footer.scss */
.c-fix-menu__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 708, ../../sass_new/sass/object/component/_footer.scss */
.c-fix-menu .fix-btn {
  width: 100%;
  height: 57px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: url(../images/icon/icon_right_w.svg) no-repeat right 6px center;
  background-size: 12px 12px;
  padding-right: 24px;
}
/* line 718, ../../sass_new/sass/object/component/_footer.scss */
.c-fix-menu .fix-btn__in {
  color: #ffffff;
  padding: 20px 0 20px 30px;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 726, ../../sass_new/sass/object/component/_footer.scss */
.c-fix-menu .fix-btn.tel {
  background-color: #062a53;
}
/* line 729, ../../sass_new/sass/object/component/_footer.scss */
.c-fix-menu .fix-btn.tel .fix-btn__in {
  background: url(../images/icon/icon_tel_w.svg) no-repeat center left;
  background-size: 20px 20px;
}
/* line 736, ../../sass_new/sass/object/component/_footer.scss */
.c-fix-menu .fix-btn.mail {
  background-color: #901e25;
}
/* line 739, ../../sass_new/sass/object/component/_footer.scss */
.c-fix-menu .fix-btn.mail .fix-btn__in {
  background: url(../images/icon/icon_mail_w.svg) no-repeat center left;
  background-size: 20px 20px;
}

/* =========================================================
navigation - グローバルナビ SPメニュー　内部リンク
========================================================= */
/* =================================
  ■【PC】グローバルナビ
=================================*/
/* line 7, ../../sass_new/sass/object/component/_navigation.scss */
.c-gnav {
  display: none;
  padding: 8px 0;
}
@media screen and (min-width: 768px) {
  /* line 7, ../../sass_new/sass/object/component/_navigation.scss */
  .c-gnav {
    display: block;
  }
}
/* line 14, ../../sass_new/sass/object/component/_navigation.scss */
.c-gnav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* line 29, ../../sass_new/sass/object/component/_navigation.scss */
.c-gnav__item:last-of-type {
  margin-right: 0;
}
/* line 33, ../../sass_new/sass/object/component/_navigation.scss */
.c-gnav__link {
  display: block;
  width: 100%;
  padding: 15px 12px;
  background-size: 5px 2px;
  background-color: #ffffff;
}
/* line 43, ../../sass_new/sass/object/component/_navigation.scss */
.c-gnav__link .in {
  color: #333333;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3;
}

/*IE*/
@media all and (-ms-high-contrast: none) {
  /* line 63, ../../sass_new/sass/object/component/_navigation.scss */
  .c-gnav__link .in {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/*====================
　■【SP】横スライドメニュー
====================*/
/*ヘッダーのSPメニューボタン*/
/* line 74, ../../sass_new/sass/object/component/_navigation.scss */
.c-slide-menu__btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  /* line 74, ../../sass_new/sass/object/component/_navigation.scss */
  .c-slide-menu__btn {
    display: none;
  }
}
/* line 83, ../../sass_new/sass/object/component/_navigation.scss */
.c-slide-menu__btn .in {
  transition: .3s;
  cursor: pointer;
  display: block;
  margin-top: 9px;
  margin-right: 5px;
  padding-top: 30px;
  color: #062a53;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  width: 36px;
  position: relative;
}
/* line 95, ../../sass_new/sass/object/component/_navigation.scss */
.c-slide-menu__btn .in::before {
  content: '';
  width: 100%;
  height: 3px;
  background: #062a53;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0 12px 0 0 #062a53, 0 24px 0 0 #062a53;
}
/* line 106, ../../sass_new/sass/object/component/_navigation.scss */
.c-slide-menu__btn .in:hover {
  opacity: .7;
}

/*menu===========*/
/* line 113, ../../sass_new/sass/object/component/_navigation.scss */
.c-slide-menu {
  background: #efefef;
  padding: 10px;
  position: relative;
}
/* line 119, ../../sass_new/sass/object/component/_navigation.scss */
.c-slide-menu__close {
  margin-top: 15px;
}
/* line 121, ../../sass_new/sass/object/component/_navigation.scss */
.c-slide-menu__close .icon {
  display: block;
  background: #062a53;
  padding: 10px;
  border: 2px solid #cccccc;
  border-radius: 5px;
  text-align: center;
}
/* line 128, ../../sass_new/sass/object/component/_navigation.scss */
.c-slide-menu__close .icon .in {
  background: url(../images/icon/icon_multiply_w.svg) no-repeat left 7.5px center;
  background-size: 15px 15px;
  padding-left: 30px;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}

/*head============*/
/* line 139, ../../sass_new/sass/object/component/_navigation.scss */
.c-slide-menu-head {
  position: relative;
  margin-bottom: 10px;
}
/* line 147, ../../sass_new/sass/object/component/_navigation.scss */
.c-slide-menu-head__logo {
  max-width: 190px;
}
/* line 153, ../../sass_new/sass/object/component/_navigation.scss */
.c-slide-menu-head__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}
/* line 159, ../../sass_new/sass/object/component/_navigation.scss */
.c-slide-menu-head__close .icon {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/icon/icon_multiply_w.svg) no-repeat center;
  background-size: 70% 70%;
  background-color: #b1b1b1;
  border-radius: 5px;
}

/*contact============*/
/* line 176, ../../sass_new/sass/object/component/_navigation.scss */
.c-slide-menu-contact__btn .tel {
  display: block;
  padding: 15px 10px;
  margin-bottom: 5px;
  background: url(../images/icon/icon_right_w.svg) no-repeat right 6px center;
  background-size: 12px 12px;
  padding-right: 24px;
  background-color: #901e25;
  text-align: center;
  border-radius: 5px;
}
/* line 184, ../../sass_new/sass/object/component/_navigation.scss */
.c-slide-menu-contact__btn .tel .in {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  background: url(../images/icon/icon_tel_w.svg) no-repeat left 9px center;
  background-size: 18px 18px;
  padding-left: 36px;
}
/* line 192, ../../sass_new/sass/object/component/_navigation.scss */
.c-slide-menu-contact__btn .mail {
  display: block;
  padding: 15px 10px;
  margin-bottom: 10px;
  background: url(../images/icon/icon_right_w.svg) no-repeat right 6px center;
  background-size: 12px 12px;
  padding-right: 24px;
  background-color: #062a53;
  text-align: center;
  border-radius: 5px;
}
/* line 200, ../../sass_new/sass/object/component/_navigation.scss */
.c-slide-menu-contact__btn .mail .in {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  background: url(../images/icon/icon_mail_w.svg) no-repeat left 9px center;
  background-size: 18px 18px;
  padding-left: 36px;
}
/* line 219, ../../sass_new/sass/object/component/_navigation.scss */
.c-slide-menu-contact .shop-date {
  padding: 0;
  width: 100%;
}

/*nav============*/
/* line 234, ../../sass_new/sass/object/component/_navigation.scss */
.c-slide-menu-nav {
  margin-top: 10px;
}
/* line 237, ../../sass_new/sass/object/component/_navigation.scss */
.c-slide-menu-nav .main {
  margin-bottom: 20px;
  border-radius: 5px;
  background: #ffffff;
  border: 2px solid #901e25;
}
/* line 243, ../../sass_new/sass/object/component/_navigation.scss */
.c-slide-menu-nav .main .c-slide-menu-nav__item {
  border-bottom: 2px solid #901e25;
}
/* line 245, ../../sass_new/sass/object/component/_navigation.scss */
.c-slide-menu-nav .main .c-slide-menu-nav__item:last-of-type {
  border-bottom: none;
}
/* line 250, ../../sass_new/sass/object/component/_navigation.scss */
.c-slide-menu-nav .main .c-slide-menu-nav__link {
  display: block;
  padding: 15px 10px;
  color: #901e25;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  background: url(../images/icon/icon_right_main.svg) no-repeat right 5px center;
  background-size: 10px 10px;
  padding-right: 20px;
}
/* line 262, ../../sass_new/sass/object/component/_navigation.scss */
.c-slide-menu-nav .sub .c-slide-menu-nav__item {
  margin-bottom: 15px;
}
/* line 266, ../../sass_new/sass/object/component/_navigation.scss */
.c-slide-menu-nav .sub .c-slide-menu-nav__link {
  display: block;
  background: url(../images/icon/icon_right_gray.svg) no-repeat left 6px center;
  background-size: 12px 12px;
  padding-left: 24px;
  color: #333333;
  font-size: 14px;
  font-size: 0.875rem;
}

/* =========================================================
side - サイド
========================================================= */
/* =========================================================
title - 共通のタイトルやテキストなど
========================================================= */
/*メインタイトル
=============*/
/* line 6, ../../sass_new/sass/object/component/_ttl.scss */
.c-h1-page {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  /* line 6, ../../sass_new/sass/object/component/_ttl.scss */
  .c-h1-page {
    margin-bottom: 30px;
  }
}

/* line 14, ../../sass_new/sass/object/component/_ttl.scss */
.c-ttl-h1 {
  margin-bottom: 20px;
  border: 1px solid #D6D6D6;
  border-left: 10px solid #901e25;
  padding: 10px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  /* line 14, ../../sass_new/sass/object/component/_ttl.scss */
  .c-ttl-h1 {
    margin-bottom: 80px;
    padding: 20px 10px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/*h2
=============*/
/* line 31, ../../sass_new/sass/object/component/_ttl.scss */
.c-ttl-h2 {
  position: relative;
  padding: 15px 0;
  text-align: center;
  margin-bottom: 25px;
  border-bottom: 5px solid #d4dadf;
  background: #e0e9f1;
}
@media screen and (min-width: 768px) {
  /* line 31, ../../sass_new/sass/object/component/_ttl.scss */
  .c-ttl-h2 {
    padding: 20px 0;
    margin-bottom: 35px;
  }
}
/* line 43, ../../sass_new/sass/object/component/_ttl.scss */
.c-ttl-h2::before {
  content: '';
  position: absolute;
  bottom: -15px;
  left: calc(50% - 15px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #d4dadf transparent transparent transparent;
}
/* line 55, ../../sass_new/sass/object/component/_ttl.scss */
.c-ttl-h2 .in {
  color: #333333;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  /* line 55, ../../sass_new/sass/object/component/_ttl.scss */
  .c-ttl-h2 .in {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

/*h3
=============*/
/* line 71, ../../sass_new/sass/object/component/_ttl.scss */
.c-ttl-h3 {
  padding-bottom: 10px;
  border-bottom: 1px dotted #d4dadf;
  margin-bottom: 15px;
}
/* line 75, ../../sass_new/sass/object/component/_ttl.scss */
.c-ttl-h3 .in {
  display: inline-block;
  border-left: 5px solid #d4dadf;
  padding: 5px 10px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  /* line 75, ../../sass_new/sass/object/component/_ttl.scss */
  .c-ttl-h3 .in {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/*小見出し*/
/* line 89, ../../sass_new/sass/object/component/_ttl.scss */
.c-ttl-fw {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  /* line 89, ../../sass_new/sass/object/component/_ttl.scss */
  .c-ttl-fw {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* =========================================================
text - 共通のテキストなど
========================================================= */
/* line 7, ../../sass_new/sass/object/component/_txt.scss */
.c-basic-txt, .p-basic-list__item, .p-ol-list__item, .p-ol-list--sub__item {
  color: #333333;
  line-height: 1.8;
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  /* line 7, ../../sass_new/sass/object/component/_txt.scss */
  .c-basic-txt, .p-basic-list__item, .p-ol-list__item, .p-ol-list--sub__item {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
/* line 17, ../../sass_new/sass/object/component/_txt.scss */
.c-basic-txt p, .p-basic-list__item p, .p-ol-list__item p, .p-ol-list--sub__item p {
  margin-bottom: 10px;
}
/* line 22, ../../sass_new/sass/object/component/_txt.scss */
.c-basic-txt a, .p-basic-list__item a, .p-ol-list__item a, .p-ol-list--sub__item a {
  color: #1185E7;
  text-decoration: underline;
  display: inline-block;
}
@media screen and (min-width: 576px) {
  /* line 22, ../../sass_new/sass/object/component/_txt.scss */
  .c-basic-txt a, .p-basic-list__item a, .p-ol-list__item a, .p-ol-list--sub__item a {
    transition: .3s;
    cursor: pointer;
  }
  /* line 59, ../../sass_new/sass/core/mixin/_other.scss */
  .c-basic-txt a:hover, .p-basic-list__item a:hover, .p-ol-list__item a:hover, .p-ol-list--sub__item a:hover {
    opacity: .7;
  }
}
/* line 33, ../../sass_new/sass/object/component/_txt.scss */
.c-basic-txt strong, .p-basic-list__item strong, .p-ol-list__item strong, .p-ol-list--sub__item strong {
  font-weight: bold;
}
/* line 38, ../../sass_new/sass/object/component/_txt.scss */
.c-basic-txt .c-basic-txt--img, .p-basic-list__item .c-basic-txt--img, .p-ol-list__item .c-basic-txt--img, .p-ol-list--sub__item .c-basic-txt--img {
  text-align: center;
  margin: 0 auto 10px;
}
/* line 42, ../../sass_new/sass/object/component/_txt.scss */
.c-basic-txt img, .p-basic-list__item img, .p-ol-list__item img, .p-ol-list--sub__item img {
  display: inline-block;
}
/* line 46, ../../sass_new/sass/object/component/_txt.scss */
.c-basic-txt .fw-b, .p-basic-list__item .fw-b, .p-ol-list__item .fw-b, .p-ol-list--sub__item .fw-b {
  font-weight: bold;
  color: #901e25;
}

/*文字配置＝＝＝＝＝＝＝＝＝*/
/* line 54, ../../sass_new/sass/object/component/_txt.scss */
.pc-center {
  text-align: left;
}
@media screen and (min-width: 768px) {
  /* line 54, ../../sass_new/sass/object/component/_txt.scss */
  .pc-center {
    text-align: center;
  }
}

/* line 62, ../../sass_new/sass/object/component/_txt.scss */
.sp-center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 62, ../../sass_new/sass/object/component/_txt.scss */
  .sp-center {
    text-align: left;
  }
}

/* =========================================================
button - ボタン関係のコンポーネント
========================================================= */
/*ベースボタン＝＝＝＝*/
/* line 9, ../../sass_new/sass/object/component/_button.scss */
.c-basic-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 320px;
  width: 100%;
  padding: 18px 10px;
  border-radius: 5px;
  background: url(../images/icon/icon_right_w.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
  background-position: center right 10%;
  background-color: #901e25;
  text-align: center;
  text-decoration: none !important;
  transition: .3s;
  transition: .3s;
  cursor: pointer;
}
/* line 59, ../../sass_new/sass/core/mixin/_other.scss */
.c-basic-btn:hover {
  opacity: .7;
}
@media screen and (min-width: 768px) {
  /* line 9, ../../sass_new/sass/object/component/_button.scss */
  .c-basic-btn {
    padding: 18px 10px;
  }
}
/* line 29, ../../sass_new/sass/object/component/_button.scss */
.c-basic-btn--sm {
  max-width: 150px;
  padding: 10px 0;
  background: url(../images/icon/icon_right_w.svg) no-repeat right center;
  background-size: 10px 10px;
  padding-right: 15px;
  padding-right: 10px;
  background-position: center right 8%;
}
/* line 40, ../../sass_new/sass/object/component/_button.scss */
.c-basic-btn__in {
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  /* line 40, ../../sass_new/sass/object/component/_button.scss */
  .c-basic-btn__in {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 53, ../../sass_new/sass/object/component/_button.scss */
.c-basic-btn__in--sm {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3;
}
/* line 60, ../../sass_new/sass/object/component/_button.scss */
.c-basic-btn.popular {
  background-color: #062a53;
}
/* line 63, ../../sass_new/sass/object/component/_button.scss */
.c-basic-btn.popular--red {
  background-color: #901e25;
}
/* line 69, ../../sass_new/sass/object/component/_button.scss */
.c-basic-btn.basic {
  background-color: #062a53;
}
/* line 74, ../../sass_new/sass/object/component/_button.scss */
.c-basic-btn.send {
  background-color: #c60d0d;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  ■ページトップへ戻るボタン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/* line 86, ../../sass_new/sass/object/component/_button.scss */
.c-pagetop {
  text-align: center;
  position: relative;
}

/* line 90, ../../sass_new/sass/object/component/_button.scss */
.c-pagetop-btn {
  text-decoration: none;
  position: relative;
  width: 50px;
  height: 50px;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #901e25;
}
/* line 98, ../../sass_new/sass/object/component/_button.scss */
.c-pagetop-btn__in {
  text-align: center;
  position: relative;
  z-index: 50;
}
/* line 103, ../../sass_new/sass/object/component/_button.scss */
.c-pagetop-btn__icon {
  width: 25px;
  height: 25px;
  position: absolute;
  top: calc(50% + 14px);
  left: -12px;
}

/*===============================
ページ下部のリンク
===============================*/
/*お問い合わせ*/
/* line 119, ../../sass_new/sass/object/component/_button.scss */
.c-btn-contact {
  padding-top: 50px;
}
/* line 126, ../../sass_new/sass/object/component/_button.scss */
.c-btn-contact__link {
  position: relative;
  display: block;
  background: #901e25;
  padding: 30px 15px 30px 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 126, ../../sass_new/sass/object/component/_button.scss */
  .c-btn-contact__link {
    text-align: center;
    padding: 30px 15px 30px 10px;
  }
}
/* line 138, ../../sass_new/sass/object/component/_button.scss */
.c-btn-contact__link .in {
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #ffffff;
  background: url(../images/icon/icon_right_w.svg) no-repeat right 9px center;
  background-size: 18px 18px;
  padding-right: 36px;
}
@media screen and (min-width: 768px) {
  /* line 138, ../../sass_new/sass/object/component/_button.scss */
  .c-btn-contact__link .in {
    font-size: 30px;
    font-size: 1.875rem;
    background: url(../images/icon/icon_right_w.svg) no-repeat right 11px center;
    background-size: 22px 22px;
    padding-right: 44px;
  }
}

/*他ページへのリンク*/
/* line 155, ../../sass_new/sass/object/component/_button.scss */
.c-btn-page {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  /* line 162, ../../sass_new/sass/object/component/_button.scss */
  .c-btn-page__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
  }
}
/* line 170, ../../sass_new/sass/object/component/_button.scss */
.c-btn-page__item {
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 170, ../../sass_new/sass/object/component/_button.scss */
  .c-btn-page__item {
    padding: 0 10px;
    width: 50%;
    margin: 0 auto;
  }
}
/* line 181, ../../sass_new/sass/object/component/_button.scss */
.c-btn-page__link {
  display: block;
  max-width: 530px;
  position: relative;
  margin: 0 auto;
}
/* line 191, ../../sass_new/sass/object/component/_button.scss */
.c-btn-page__link .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -80%);
  font-size: 25px;
  font-size: 1.5625rem;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #333333;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  /* line 191, ../../sass_new/sass/object/component/_button.scss */
  .c-btn-page__link .text {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

/* =========================================================
media - 画像関係のコンポーネント
========================================================= */
/* line 11, ../../sass_new/sass/object/component/_media.scss */
.c-responsive-img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
/* line 15, ../../sass_new/sass/object/component/_media.scss */
.c-responsive-img__link {
  width: 100%;
}

/* line 23, ../../sass_new/sass/object/component/_media.scss */
.c-circle-img {
  border-radius: 50%;
}

/*=============
高さに合わせてトリミング
==============*/
/* line 31, ../../sass_new/sass/object/component/_media.scss */
.c-square-img {
  display: block;
  overflow: hidden;
  width: 100%;
  /* トリミングしたい枠の幅 */
  height: 190px;
  /* トリミングしたい枠の高さ */
  position: relative;
}
/* line 37, ../../sass_new/sass/object/component/_media.scss */
.c-square-img__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

/* =========================================================
ifream - ifream関連
========================================================= */
/*gmap===================*/
/* line 6, ../../sass_new/sass/object/component/_ifream.scss */
.c-gmap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media screen and (min-width: 900px) {
  /* line 6, ../../sass_new/sass/object/component/_ifream.scss */
  .c-gmap {
    padding-top: 35%;
  }
}
/* line 16, ../../sass_new/sass/object/component/_ifream.scss */
.c-gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*ifream===================*/
/* line 26, ../../sass_new/sass/object/component/_ifream.scss */
.c-ifream {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 130%;
}
@media screen and (min-width: 900px) {
  /* line 26, ../../sass_new/sass/object/component/_ifream.scss */
  .c-ifream {
    padding-top: 30.22%;
  }
}
/* line 39, ../../sass_new/sass/object/component/_ifream.scss */
.c-ifream iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*movie*/
/* line 50, ../../sass_new/sass/object/component/_ifream.scss */
.c-ifream-movie {
  max-width: 700px;
  margin: 20px auto;
}
/* line 53, ../../sass_new/sass/object/component/_ifream.scss */
.c-ifream-movie__in {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 56.25%;
}
/* line 59, ../../sass_new/sass/object/component/_ifream.scss */
.c-ifream-movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* =========================================================
pankuzu - パンくず
========================================================= */
/*パンクズ＝＝＝＝＝＝＝＝＝＝＝*/
/* line 5, ../../sass_new/sass/object/component/_pankuzu.scss */
.c-pankuzu {
  padding-top: 1em;
  color: #000000;
}
/* line 9, ../../sass_new/sass/object/component/_pankuzu.scss */
.c-pankuzu__in {
  font-size: 10px;
  font-size: 0.625rem;
  padding: 10px 5px;
}
@media screen and (min-width: 768px) {
  /* line 9, ../../sass_new/sass/object/component/_pankuzu.scss */
  .c-pankuzu__in {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
/* line 18, ../../sass_new/sass/object/component/_pankuzu.scss */
.c-pankuzu .home {
  color: #000000;
}
/* line 25, ../../sass_new/sass/object/component/_pankuzu.scss */
.c-pankuzu .name {
  color: #000000;
}

/* =========================================================
pagenation - ページ送り
========================================================= */
/* line 5, ../../sass_new/sass/object/component/_pagenation.scss */
.c-pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  padding: 0 0 15px;
}
/* line 9, ../../sass_new/sass/object/component/_pagenation.scss */
.c-pagenation .wp-pagenavi {
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  /* line 9, ../../sass_new/sass/object/component/_pagenation.scss */
  .c-pagenation .wp-pagenavi {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 0 0 30px;
  }
}
/* line 16, ../../sass_new/sass/object/component/_pagenation.scss */
.c-pagenation .wp-pagenavi .pages {
  margin-right: 10px;
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  /* line 16, ../../sass_new/sass/object/component/_pagenation.scss */
  .c-pagenation .wp-pagenavi .pages {
    margin-right: 20px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
/* line 25, ../../sass_new/sass/object/component/_pagenation.scss */
.c-pagenation .wp-pagenavi .first,
.c-pagenation .wp-pagenavi .previouspostslink,
.c-pagenation .wp-pagenavi .current,
.c-pagenation .wp-pagenavi .page,
.c-pagenation .wp-pagenavi .nextpostslink,
.c-pagenation .wp-pagenavi .last {
  display: inline-block;
  padding: 4px 5px;
  margin: 0 3px;
  border-radius: 3px;
  background: #666666;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  /* line 25, ../../sass_new/sass/object/component/_pagenation.scss */
  .c-pagenation .wp-pagenavi .first,
  .c-pagenation .wp-pagenavi .previouspostslink,
  .c-pagenation .wp-pagenavi .current,
  .c-pagenation .wp-pagenavi .page,
  .c-pagenation .wp-pagenavi .nextpostslink,
  .c-pagenation .wp-pagenavi .last {
    padding: 7px 10px;
    margin: 0 5px;
  }
}
/* line 43, ../../sass_new/sass/object/component/_pagenation.scss */
.c-pagenation .wp-pagenavi .current {
  background: #901e25;
}
/* line 46, ../../sass_new/sass/object/component/_pagenation.scss */
.c-pagenation .wp-pagenavi .first,
.c-pagenation .wp-pagenavi .previouspostslink,
.c-pagenation .wp-pagenavi .nextpostslink,
.c-pagenation .wp-pagenavi .last {
  background: #dddddd;
  color: #333333;
}

/* line 57, ../../sass_new/sass/object/component/_pagenation.scss */
.wp-pagenavi {
  text-align: center;
}

/* line 61, ../../sass_new/sass/object/component/_pagenation.scss */
.item_category .wp-pagenavi {
  margin-top: 50px;
}

/* =========================================================
form - フォーム関連
========================================================= */
/*form要素のcssリセット*/
/* line 5, ../../sass_new/sass/object/component/_form.scss */
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 11, ../../sass_new/sass/object/component/_form.scss */
input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  display: inline-block;
}

/* line 18, ../../sass_new/sass/object/component/_form.scss */
button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

/* line 30, ../../sass_new/sass/object/component/_form.scss */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* line 35, ../../sass_new/sass/object/component/_form.scss */
input[type="number"] {
  -moz-appearance: textfield;
}

/*問い合わせ　ステップ
===============*/
/* line 42, ../../sass_new/sass/object/component/_form.scss */
.c-form-stepbar {
  position: relative;
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  /* line 42, ../../sass_new/sass/object/component/_form.scss */
  .c-form-stepbar {
    margin: 50px auto;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
/* line 51, ../../sass_new/sass/object/component/_form.scss */
.c-form-stepbar__item {
  position: relative;
  width: calc(100% - 15px);
  background: #F9F9F9;
  padding: 8px 15px 0 16px;
  margin-right: 15px;
  margin-bottom: 5px;
  height: 30px;
}
@media screen and (min-width: 768px) {
  /* line 51, ../../sass_new/sass/object/component/_form.scss */
  .c-form-stepbar__item {
    padding: 12px 15px 0 9px;
    margin-bottom: 0;
    width: 33.333%;
    height: 40px;
  }
}
/* line 66, ../../sass_new/sass/object/component/_form.scss */
.c-form-stepbar__item::before, .c-form-stepbar__item::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  position: absolute;
  top: 0;
}
@media screen and (min-width: 768px) {
  /* line 66, ../../sass_new/sass/object/component/_form.scss */
  .c-form-stepbar__item::before, .c-form-stepbar__item::after {
    border-width: 20px 0 20px 15px;
  }
}
/* line 79, ../../sass_new/sass/object/component/_form.scss */
.c-form-stepbar__item::before {
  border-color: transparent transparent transparent #ffffff;
  left: 0;
}
/* line 83, ../../sass_new/sass/object/component/_form.scss */
.c-form-stepbar__item::after {
  border-color: transparent transparent transparent #F9F9F9;
  right: -15px;
}
/* line 87, ../../sass_new/sass/object/component/_form.scss */
.c-form-stepbar__item:first-child::before, .c-form-stepbar__item:last-child::after {
  content: none;
}
/* line 91, ../../sass_new/sass/object/component/_form.scss */
.c-form-stepbar__item:last-child {
  width: 100%;
  margin-right: 0;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  /* line 91, ../../sass_new/sass/object/component/_form.scss */
  .c-form-stepbar__item:last-child {
    width: 33.333%;
    padding-right: 0;
  }
}
/* line 102, ../../sass_new/sass/object/component/_form.scss */
.c-form-stepbar__icon {
  font-weight: bold;
}
/* line 104, ../../sass_new/sass/object/component/_form.scss */
.c-form-stepbar__icon .text {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  /* line 104, ../../sass_new/sass/object/component/_form.scss */
  .c-form-stepbar__icon .text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
/* line 113, ../../sass_new/sass/object/component/_form.scss */
.c-form-stepbar .visited {
  background: #901e25;
  color: #ffffff;
}
/* line 116, ../../sass_new/sass/object/component/_form.scss */
.c-form-stepbar .visited::after {
  border-color: transparent transparent transparent #901e25;
}

/*===================
formの形
====================*/
/* line 126, ../../sass_new/sass/object/component/_form.scss */
.c-form-box {
  border: 5px solid #CBEDF7;
  padding: 10px;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  /* line 126, ../../sass_new/sass/object/component/_form.scss */
  .c-form-box {
    padding: 30px;
  }
}

/*in=============*/
/* line 138, ../../sass_new/sass/object/component/_form.scss */
.c-form-in {
  margin-bottom: 20px;
}

/*ttl===============*/
/* line 146, ../../sass_new/sass/object/component/_form.scss */
.c-form-ttl {
  padding: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3;
  font-weight: bold;
  background: #ededed;
}
@media screen and (min-width: 768px) {
  /* line 146, ../../sass_new/sass/object/component/_form.scss */
  .c-form-ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* line 160, ../../sass_new/sass/object/component/_form.scss */
.c-form-ttl .small {
  font-size: 75%;
  margin-left: 10px;
}

/* line 182, ../../sass_new/sass/object/component/_form.scss */
.c-form-content__ttl {
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  /* line 182, ../../sass_new/sass/object/component/_form.scss */
  .c-form-content__ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 192, ../../sass_new/sass/object/component/_form.scss */
.c-form-content .c-ttl-in {
  padding: 10px 0;
  line-height: 1.3;
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 197, ../../sass_new/sass/object/component/_form.scss */
.c-form-content .c-basic-txt, .c-form-content .p-basic-list__item, .c-form-content .p-ol-list__item, .c-form-content .p-ol-list--sub__item {
  font-size: 12px;
  font-size: 0.75rem;
}

/* line 202, ../../sass_new/sass/object/component/_form.scss */
.c-form .c-form-main {
  max-width: 600px;
  margin: 0 auto;
}
/* line 205, ../../sass_new/sass/object/component/_form.scss */
.c-form .c-form-main__in {
  border-bottom: 1px dotted #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  /* line 205, ../../sass_new/sass/object/component/_form.scss */
  .c-form .c-form-main__in {
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 217, ../../sass_new/sass/object/component/_form.scss */
.c-form .c-form-main__in:last-of-type {
  border-bottom: none;
  margin-bottom: 0;
}
/* line 222, ../../sass_new/sass/object/component/_form.scss */
.c-form .c-form-main__ttl {
  position: relative;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  /* line 222, ../../sass_new/sass/object/component/_form.scss */
  .c-form .c-form-main__ttl {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  /* line 230, ../../sass_new/sass/object/component/_form.scss */
  .c-form .c-form-main__contents {
    width: 70%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 239, ../../sass_new/sass/object/component/_form.scss */
.c-form .c-form-main__contents .c-form-input,
.c-form .c-form-main__contents .c-form-select {
  margin: 0 auto 5px;
}
@media screen and (min-width: 768px) {
  /* line 239, ../../sass_new/sass/object/component/_form.scss */
  .c-form .c-form-main__contents .c-form-input,
  .c-form .c-form-main__contents .c-form-select {
    margin: 0 5px 5px;
  }
}
/* line 249, ../../sass_new/sass/object/component/_form.scss */
.c-form .c-form-main__contents .num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* line 254, ../../sass_new/sass/object/component/_form.scss */
.c-form .c-form-main__contents .add-text {
  width: 100%;
  margin-top: 10px;
}
/* line 257, ../../sass_new/sass/object/component/_form.scss */
.c-form .c-form-main__contents .add-text .c-form-select {
  max-width: 250px;
}
/* line 260, ../../sass_new/sass/object/component/_form.scss */
.c-form .c-form-main__contents .add-text .c-form-input {
  margin-top: 10px;
}

/*basic
===============*/
/*セレクトタグ*/
/* line 271, ../../sass_new/sass/object/component/_form.scss */
.c-form .c-form-select {
  display: block;
  width: 100%;
  max-width: 300px;
  border: 1px solid #959595;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url(../images/icon/icon_bottom_gray.svg) no-repeat right 5px center;
  background-size: 10px 10px;
  padding-right: 20px;
  background-color: #ffffff;
  min-height: 36px;
  line-height: 34px;
}
@media all and (-ms-high-contrast: none) {
  /* line 271, ../../sass_new/sass/object/component/_form.scss */
  .c-form .c-form-select {
    background: #ffffff;
    padding-right: 5px;
  }
}

/*input*/
/* line 292, ../../sass_new/sass/object/component/_form.scss */
.c-form .c-form-input {
  border: 1px solid #dddddd;
  padding: 5px 10px;
  background: #F9F9F9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  max-width: 400px;
  display: block;
  min-height: 36px;
  line-height: 34px;
}
/* line 304, ../../sass_new/sass/object/component/_form.scss */
.c-form .c-form-input:focus {
  border-color: #901e25;
  background: #ebf7ff;
}
@media screen and (min-width: 768px) {
  /* line 308, ../../sass_new/sass/object/component/_form.scss */
  .c-form .c-form-input.mini {
    max-width: 300px;
  }
}
@media screen and (min-width: 768px) {
  /* line 314, ../../sass_new/sass/object/component/_form.scss */
  .c-form .c-form-input.mini2 {
    max-width: 150px;
  }
}
/* line 320, ../../sass_new/sass/object/component/_form.scss */
.c-form .c-form-input.mini3 {
  max-width: 90px;
}
@media screen and (min-width: 768px) {
  /* line 320, ../../sass_new/sass/object/component/_form.scss */
  .c-form .c-form-input.mini3 {
    max-width: 100px;
  }
}

/* line 332, ../../sass_new/sass/object/component/_form.scss */
.c-form .c-form-input--city {
  width: 187px;
  background: #e0e9f1 !important;
}

/* line 338, ../../sass_new/sass/object/component/_form.scss */
.c-form .c-form-input--name {
  min-width: 323px;
  background: #e0e9f1 !important;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  /* line 338, ../../sass_new/sass/object/component/_form.scss */
  .c-form .c-form-input--name {
    margin-left: 10px;
    margin-top: 0;
  }
}

/*input text*/
/* line 354, ../../sass_new/sass/object/component/_form.scss */
input[type="text"].c-form-text {
  border: 1px solid #dddddd;
  padding: 5px;
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/*パスワード*/
@media screen and (min-width: 768px) {
  /* line 362, ../../sass_new/sass/object/component/_form.scss */
  .c-form-password {
    max-width: 300px;
  }
}

/*ラジオボタン*/
/* line 370, ../../sass_new/sass/object/component/_form.scss */
.c-form-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 370, ../../sass_new/sass/object/component/_form.scss */
  .c-form-radio {
    min-width: 300px;
    word-break: keep-all;
  }
}
/* line 380, ../../sass_new/sass/object/component/_form.scss */
.c-form-radio input {
  display: none !important;
}
/* line 383, ../../sass_new/sass/object/component/_form.scss */
.c-form-radio label {
  display: block;
  cursor: pointer;
  width: 50%;
  margin: 0;
  padding: 10px;
  color: #959595;
  border-top: 1px solid #959595;
  border-bottom: 1px solid #959595;
  border-right: 1px solid #959595;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  line-height: 1;
  transition: .2s;
}
/* line 397, ../../sass_new/sass/object/component/_form.scss */
.c-form-radio label:first-of-type {
  border-radius: 3px 0 0 3px;
  border-left: 1px solid #959595;
}
/* line 401, ../../sass_new/sass/object/component/_form.scss */
.c-form-radio label:last-of-type {
  border-radius: 0 3px 3px 0;
}
@media screen and (min-width: 768px) {
  /* line 383, ../../sass_new/sass/object/component/_form.scss */
  .c-form-radio label {
    max-width: 200px;
  }
}
/* line 410, ../../sass_new/sass/object/component/_form.scss */
.c-form-radio input[type="radio"]:checked + .switch-on {
  background-color: #901e25;
  color: #ffffff;
  border: none;
}
/* line 418, ../../sass_new/sass/object/component/_form.scss */
.c-form-radio--long {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #959595;
  border-left: 1px solid #959595;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
/* line 423, ../../sass_new/sass/object/component/_form.scss */
.c-form-radio--long label {
  max-width: 100%;
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #959595;
  border-right: 1px solid #959595;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
/* line 433, ../../sass_new/sass/object/component/_form.scss */
.c-form-radio--long label:first-of-type {
  border-left: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/* line 437, ../../sass_new/sass/object/component/_form.scss */
.c-form-radio--long label:last-of-type {
  -moz-border-radius: 0 0 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 0;
}

/*チェックボタン*/
/* line 445, ../../sass_new/sass/object/component/_form.scss */
.c-form-checkbox__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
@media screen and (min-width: 768px) {
  /* line 445, ../../sass_new/sass/object/component/_form.scss */
  .c-form-checkbox__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
/* line 454, ../../sass_new/sass/object/component/_form.scss */
.c-form-checkbox__list .c-form-checkbox {
  border: 1px solid #959595;
  width: 46%;
  padding: 10px 5px;
  margin: 0 5px 5px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  text-align: left;
}

/* line 467, ../../sass_new/sass/object/component/_form.scss */
.c-form-checkbox {
  display: block;
  width: 100%;
}
/* line 470, ../../sass_new/sass/object/component/_form.scss */
.c-form-checkbox__input {
  display: none !important;
}
/* line 474, ../../sass_new/sass/object/component/_form.scss */
.c-form-checkbox__parts {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  word-break: break-all;
  padding-left: 25px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  /* line 474, ../../sass_new/sass/object/component/_form.scss */
  .c-form-checkbox__parts {
    padding-left: 30px;
    padding-right: 0;
  }
}
/* line 485, ../../sass_new/sass/object/component/_form.scss */
.c-form-checkbox__parts::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #959595;
  -moz-border-radius: 4;
  -webkit-border-radius: 4;
  border-radius: 4;
  background: #ffffff;
}
/* line 499, ../../sass_new/sass/object/component/_form.scss */
.c-form-checkbox__input:checked + .c-form-checkbox__parts {
  color: #901e25;
  font-weight: bold;
}
/* line 502, ../../sass_new/sass/object/component/_form.scss */
.c-form-checkbox__input:checked + .c-form-checkbox__parts::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: 7px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #901e25;
  border-right: 3px solid #901e25;
}

/*テキストエリア*/
/* line 518, ../../sass_new/sass/object/component/_form.scss */
.c-form-textarea {
  max-width: 400px;
  width: 100%;
  height: 150px;
  display: block;
  font-family: sans-serif;
  padding: 3px 10px;
  outline: none;
  background: #F9F9F9;
  border: 1px solid #959595;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}

/*【mw wp form】 チェックボタン*/
/* line 534, ../../sass_new/sass/object/component/_form.scss */
.c-form-radio--mw {
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 534, ../../sass_new/sass/object/component/_form.scss */
  .c-form-radio--mw {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    min-width: 300px;
    word-break: keep-all;
    width: 100%;
  }
}
/* line 551, ../../sass_new/sass/object/component/_form.scss */
.c-form-radio--mw .mwform-radio-field {
  display: block;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  /* line 551, ../../sass_new/sass/object/component/_form.scss */
  .c-form-radio--mw .mwform-radio-field {
    width: 49%;
    margin-left: 0 !important;
  }
}
/* line 569, ../../sass_new/sass/object/component/_form.scss */
.c-form-radio--mw .mwform-radio-field label {
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 15px 10px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  transition: .2s;
}
@media screen and (min-width: 768px) {
  /* line 569, ../../sass_new/sass/object/component/_form.scss */
  .c-form-radio--mw .mwform-radio-field label {
    max-width: 400px;
  }
}
/* line 585, ../../sass_new/sass/object/component/_form.scss */
.c-form-radio--mw .mwform-radio-field label input {
  display: none !important;
}
/* line 587, ../../sass_new/sass/object/component/_form.scss */
.c-form-radio--mw .mwform-radio-field label input:checked + .mwform-radio-field-text {
  color: #901e25;
}
/* line 589, ../../sass_new/sass/object/component/_form.scss */
.c-form-radio--mw .mwform-radio-field label input:checked + .mwform-radio-field-text::before {
  background: url("../images/icon/icon_circle_w.svg") no-repeat center;
  background-size: 50% 50%;
  background-color: #901e25;
}
/* line 596, ../../sass_new/sass/object/component/_form.scss */
.c-form-radio--mw .mwform-radio-field label .mwform-radio-field-text {
  display: inline-block;
  position: relative;
  color: #000000;
  padding-left: 25px;
}
/* line 601, ../../sass_new/sass/object/component/_form.scss */
.c-form-radio--mw .mwform-radio-field label .mwform-radio-field-text::before {
  content: ' ';
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  position: absolute;
  top: -3px;
  left: 0;
}

/* line 623, ../../sass_new/sass/object/component/_form.scss */
.c-form-radio--reserve {
  justify-content: flex-start;
}
/* line 627, ../../sass_new/sass/object/component/_form.scss */
.c-form-radio--reserve .mwform-radio-field:first-child {
  width: auto;
}
/* line 630, ../../sass_new/sass/object/component/_form.scss */
.c-form-radio--reserve .mwform-radio-field:first-child label {
  background: #e0e9f1;
  max-width: 218px;
}
/* line 636, ../../sass_new/sass/object/component/_form.scss */
.c-form-radio--reserve .mwform-radio-field:nth-child(2) {
  width: auto;
}
/* line 638, ../../sass_new/sass/object/component/_form.scss */
.c-form-radio--reserve .mwform-radio-field:nth-child(2) label {
  background: #e0e9f1;
  max-width: 218px;
}
@media screen and (min-width: 768px) {
  /* line 638, ../../sass_new/sass/object/component/_form.scss */
  .c-form-radio--reserve .mwform-radio-field:nth-child(2) label {
    margin-left: 10px;
  }
}
/* line 650, ../../sass_new/sass/object/component/_form.scss */
.c-form-radio--reserve .mwform-radio-field:nth-child(2) span {
  width: 182px;
}

/*【mw wp form】 チェックボックス*/
/* line 658, ../../sass_new/sass/object/component/_form.scss */
.c-form-checkbox--mw {
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 658, ../../sass_new/sass/object/component/_form.scss */
  .c-form-checkbox--mw {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    min-width: 300px;
    word-break: keep-all;
    width: 100%;
  }
}
/* line 669, ../../sass_new/sass/object/component/_form.scss */
.c-form-checkbox--mw .mwform-checkbox-field {
  display: block;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  /* line 669, ../../sass_new/sass/object/component/_form.scss */
  .c-form-checkbox--mw .mwform-checkbox-field {
    width: 49%;
    margin-left: 0 !important;
  }
}
/* line 677, ../../sass_new/sass/object/component/_form.scss */
.c-form-checkbox--mw .mwform-checkbox-field label {
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 15px 10px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  transition: .2s;
}
@media screen and (min-width: 768px) {
  /* line 677, ../../sass_new/sass/object/component/_form.scss */
  .c-form-checkbox--mw .mwform-checkbox-field label {
    max-width: 400px;
  }
}
/* line 691, ../../sass_new/sass/object/component/_form.scss */
.c-form-checkbox--mw .mwform-checkbox-field label input {
  display: none !important;
}
/* line 693, ../../sass_new/sass/object/component/_form.scss */
.c-form-checkbox--mw .mwform-checkbox-field label input:checked + .mwform-checkbox-field-text {
  color: #901e25;
}
/* line 695, ../../sass_new/sass/object/component/_form.scss */
.c-form-checkbox--mw .mwform-checkbox-field label input:checked + .mwform-checkbox-field-text::before {
  background: url("../images/icon/icon_check_w.svg") no-repeat center;
  background-size: 70% 70%;
  background-color: #901e25;
}
/* line 702, ../../sass_new/sass/object/component/_form.scss */
.c-form-checkbox--mw .mwform-checkbox-field label .mwform-checkbox-field-text {
  display: inline-block;
  position: relative;
  color: #000000;
  padding-left: 25px;
}
/* line 707, ../../sass_new/sass/object/component/_form.scss */
.c-form-checkbox--mw .mwform-checkbox-field label .mwform-checkbox-field-text::before {
  content: ' ';
  background-color: #E7E7E7;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  position: absolute;
  top: -3px;
  left: 0;
}

/*error必須*/
/* line 723, ../../sass_new/sass/object/component/_form.scss */
.c-form-req {
  position: relative;
  padding-right: 50px;
  margin-top: 0px;
}
/* line 727, ../../sass_new/sass/object/component/_form.scss */
.c-form-req::after {
  content: "必須";
  color: #c60d0d;
  background: #ffffff;
  font-size: 11px;
  font-size: 0.6875rem;
  position: absolute;
  -moz-border-radius: 3;
  -webkit-border-radius: 3;
  border-radius: 3;
  padding: 4px;
  border: 1px solid #c60d0d;
}
@media screen and (max-width: 767px) {
  /* line 727, ../../sass_new/sass/object/component/_form.scss */
  .c-form-req::after {
    top: 7px;
    right: 5px;
  }
}
@media screen and (min-width: 768px) {
  /* line 727, ../../sass_new/sass/object/component/_form.scss */
  .c-form-req::after {
    right: 10px;
    top: 5px;
  }
}

/*error必須 背景色変更*/
/* line 749, ../../sass_new/sass/object/component/_form.scss */
.c-input--req {
  background-color: #ffe8e8 !important;
}
/* line 751, ../../sass_new/sass/object/component/_form.scss */
.c-input--req + .c-form-checkbox__parts::before {
  background-color: #ffe8e8 !important;
}

/*error表示*/
/* line 757, ../../sass_new/sass/object/component/_form.scss */
.c-form-error {
  display: block;
}
/* line 759, ../../sass_new/sass/object/component/_form.scss */
.c-form-error .error {
  display: block;
  padding: 5px 10px;
  color: #c60d0d;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  background: url(../images/icon/icon_exclamation_red.svg) no-repeat left 7.5px center;
  background-size: 15px 15px;
  padding-left: 30px;
}

/* line 769, ../../sass_new/sass/object/component/_form.scss */
.c-input--error {
  border-color: #c60d0d !important;
}
/* line 771, ../../sass_new/sass/object/component/_form.scss */
.c-input--error + .c-form-checkbox__parts::before {
  border-color: #c60d0d !important;
}
/* line 774, ../../sass_new/sass/object/component/_form.scss */
.c-input--error.c-form-radio {
  border: 1px solid #c60d0d;
  -moz-border-radius: 5;
  -webkit-border-radius: 5;
  border-radius: 5;
}

/*ボタンの並び*/
/* line 783, ../../sass_new/sass/object/component/_form.scss */
.c-form-btnarea {
  text-align: center;
  margin: 20px auto;
}
/* line 786, ../../sass_new/sass/object/component/_form.scss */
.c-form-btnarea .c-basic-btn {
  display: inline-block;
  max-width: 300px;
  margin: 5px auto;
  border: none;
  color: #ffffff;
  font-weight: bold;
  transition: .3s;
  cursor: pointer;
}
/* line 59, ../../sass_new/sass/core/mixin/_other.scss */
.c-form-btnarea .c-basic-btn:hover {
  opacity: .7;
}
@media screen and (min-width: 768px) {
  /* line 786, ../../sass_new/sass/object/component/_form.scss */
  .c-form-btnarea .c-basic-btn {
    margin: 5px;
  }
}
/* line 799, ../../sass_new/sass/object/component/_form.scss */
.c-form-btnarea--reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  /* line 799, ../../sass_new/sass/object/component/_form.scss */
  .c-form-btnarea--reverse {
    display: block;
  }
}

/*確認画面
=======================*/
/* line 814, ../../sass_new/sass/object/component/_form.scss */
.c-form.confirmation .c-form-main__ttl, .c-form.confirmation .c-form-main__contents {
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  /* line 814, ../../sass_new/sass/object/component/_form.scss */
  .c-form.confirmation .c-form-main__ttl, .c-form.confirmation .c-form-main__contents {
    padding: 10px 0;
  }
}
/* line 821, ../../sass_new/sass/object/component/_form.scss */
.c-form.confirmation .p-delivery-form__input .input-text::before {
  content: none;
}
/* line 824, ../../sass_new/sass/object/component/_form.scss */
.c-form.confirmation .c-form-content__in.kakunin {
  display: none;
}

/*大きいエラー表示　通常表示
=======================*/
/*error*/
/* line 834, ../../sass_new/sass/object/component/_form.scss */
.c-form-box--error {
  margin: 15px auto;
  padding: 20px;
  border: 6px double #c60d0d;
  background: #ffdfdf;
}
/* line 839, ../../sass_new/sass/object/component/_form.scss */
.c-form-box--error p {
  text-align: center;
  color: #c60d0d;
  font-weight: bold;
}
/* line 844, ../../sass_new/sass/object/component/_form.scss */
.c-form-box--error__title {
  font-size: 120%;
  background: url(../images/icon/icon_exclamation_red.svg) no-repeat left center;
  background-size: 20px 20px;
  padding-left: 25px;
  display: inline-block;
}

/*normal*/
/* line 852, ../../sass_new/sass/object/component/_form.scss */
.c-form-box--normal {
  margin: 15px auto;
  padding: 20px;
  border: 2px dashed #901e25;
  background: #e0fffc;
}
/* line 857, ../../sass_new/sass/object/component/_form.scss */
.c-form-box--normal p {
  text-align: center;
  color: #901e25;
  font-weight: bold;
}
/* line 862, ../../sass_new/sass/object/component/_form.scss */
.c-form-box--normal__title {
  font-size: 120%;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  /* line 868, ../../sass_new/sass/object/component/_form.scss */
  .c-form .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
  }
}

/*====================
form page
====================*/
/* line 881, ../../sass_new/sass/object/component/_form.scss */
.p-counsel .p-counsel-ttl .c-ttl-h1 {
  margin-bottom: 10px;
  text-align: left;
}
/* line 885, ../../sass_new/sass/object/component/_form.scss */
.p-counsel .p-counsel-ttl .c-basic-txt, .p-counsel .p-counsel-ttl .p-basic-list__item, .p-counsel .p-counsel-ttl .p-ol-list__item, .p-counsel .p-counsel-ttl .p-ol-list--sub__item {
  text-align: left;
}

/*====================
form btn
====================*/
/* line 895, ../../sass_new/sass/object/component/_form.scss */
.c-form-btnarea .c-form-mw-btn {
  display: block;
  margin: 20px auto;
  padding: 15px 20px;
  border-radius: 50px;
  color: #ffffff;
  font-weight: bold;
  background: url(../images/icon/icon_right_w.svg) no-repeat right 7.5px center;
  background-size: 15px 15px;
  padding-right: 30px;
  background-color: #901e25;
  width: 100%;
  max-width: 300px;
  font-size: 14px;
  font-size: 0.875rem;
  transition: .3s;
  cursor: pointer;
}
/* line 911, ../../sass_new/sass/object/component/_form.scss */
.c-form-btnarea .c-form-mw-btn.back {
  background: url(../images/icon/icon_left_w.svg) no-repeat left 7.5px center;
  background-size: 15px 15px;
  padding-left: 30px;
  background-color: #666666;
}

/*============
calendarボタンの追加
=============*/
/* line 922, ../../sass_new/sass/object/component/_form.scss */
.popup-btn a {
  display: inline-block;
  padding: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  border-radius: 10px;
  background: url(../images/icon/icon_right_w.svg) no-repeat right 5px center;
  background-size: 10px 10px;
  padding-right: 20px;
  background-color: #901e25;
}

/* line 934, ../../sass_new/sass/object/component/_form.scss */
.u-flex-row--form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  /* line 934, ../../sass_new/sass/object/component/_form.scss */
  .u-flex-row--form {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

/* =========================================================
table.scss - 表
========================================================= */
/* line 4, ../../sass_new/sass/object/component/_table.scss */
.c-table {
  background: #F9F9F9;
  border: 1px solid #E5E5E5;
}
@media screen and (min-width: 768px) {
  /* line 4, ../../sass_new/sass/object/component/_table.scss */
  .c-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 12, ../../sass_new/sass/object/component/_table.scss */
.c-table .c-th, .c-table .c-td {
  padding: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  border-top: 1px solid #E5E5E5;
  letter-spacing: 1px;
  line-height: 1.8;
  width: 100%;
  min-height: 44px;
}
@media screen and (min-width: 768px) {
  /* line 12, ../../sass_new/sass/object/component/_table.scss */
  .c-table .c-th, .c-table .c-td {
    padding: 15px 10px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
/* line 27, ../../sass_new/sass/object/component/_table.scss */
.c-table .c-th {
  color: #000000;
}
/* line 29, ../../sass_new/sass/object/component/_table.scss */
.c-table .c-th:first-of-type {
  border-top: none;
}
@media screen and (min-width: 768px) {
  /* line 27, ../../sass_new/sass/object/component/_table.scss */
  .c-table .c-th {
    width: 15%;
  }
}
/* line 38, ../../sass_new/sass/object/component/_table.scss */
.c-table .c-td {
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  /* line 38, ../../sass_new/sass/object/component/_table.scss */
  .c-table .c-td {
    width: 85%;
  }
  /* line 43, ../../sass_new/sass/object/component/_table.scss */
  .c-table .c-td:first-of-type {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  /* line 53, ../../sass_new/sass/object/component/_table.scss */
  .c-table--sp-full .c-th, .c-table--sp-full .c-td {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  /* line 62, ../../sass_new/sass/object/component/_table.scss */
  .c-table--col4 .c-th:nth-of-type(2), .c-table--col4 .c-td:nth-of-type(2) {
    border-top: none;
  }
}
/* line 70, ../../sass_new/sass/object/component/_table.scss */
.c-table--col4 .c-th:first-of-type {
  border-top: none;
}
@media screen and (min-width: 768px) {
  /* line 69, ../../sass_new/sass/object/component/_table.scss */
  .c-table--col4 .c-th {
    width: 15%;
  }
}
/* line 79, ../../sass_new/sass/object/component/_table.scss */
.c-table--col4 .c-td {
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  /* line 80, ../../sass_new/sass/object/component/_table.scss */
  .c-table--col4 .c-td:first-of-type {
    border-top: none;
  }
}
@media screen and (min-width: 768px) {
  /* line 79, ../../sass_new/sass/object/component/_table.scss */
  .c-table--col4 .c-td {
    width: 35%;
  }
}
/* line 95, ../../sass_new/sass/object/component/_table.scss */
.c-table__width {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  /* line 95, ../../sass_new/sass/object/component/_table.scss */
  .c-table__width {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
  }
}
/* line 104, ../../sass_new/sass/object/component/_table.scss */
.c-table__width .c-table {
  width: 100%;
  border-top: 1px dashed #dddddd;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  /* line 104, ../../sass_new/sass/object/component/_table.scss */
  .c-table__width .c-table {
    border: none;
    border-right: 1px dashed #dddddd;
  }
}
/* line 113, ../../sass_new/sass/object/component/_table.scss */
.c-table__width .c-table:last-of-type {
  border-bottom: 1px dashed #dddddd;
}
@media screen and (min-width: 768px) {
  /* line 113, ../../sass_new/sass/object/component/_table.scss */
  .c-table__width .c-table:last-of-type {
    border: none;
  }
}
@media screen and (min-width: 768px) {
  /* line 104, ../../sass_new/sass/object/component/_table.scss */
  .c-table__width .c-table {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  /* line 124, ../../sass_new/sass/object/component/_table.scss */
  .c-table__width .c-table .c-th, .c-table__width .c-table .c-td {
    width: 100%;
  }
}

/* =========================================================
list - リストのオブジェクト
========================================================= */
/* ====================
	■シンプルなリスト
	=====================*/
/* line 8, ../../sass_new/sass/object/component/_list.scss */
.p-basic-list {
  display: inline-block;
  text-align: left;
}
/* line 12, ../../sass_new/sass/object/component/_list.scss */
.p-basic-list__item {
  display: block;
  text-indent: -1.3rem;
  padding-left: 1rem;
  margin-bottom: 5px;
}
/* line 19, ../../sass_new/sass/object/component/_list.scss */
.p-basic-list__item:before {
  content: "・";
  color: #901e25;
}

/* ====================
	■番号付きなリスト
	=====================*/
/* line 29, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list {
  display: inline-block;
  text-align: left;
}
/* line 33, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list__item {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 5px;
}
/* line 39, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list__item > .p-ol-list--sub {
  padding-left: 0;
}

/* line 47, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list__item:nth-child(1):before {
  content: "1.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 47, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list__item:nth-child(2):before {
  content: "2.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 47, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list__item:nth-child(3):before {
  content: "3.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 47, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list__item:nth-child(4):before {
  content: "4.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 47, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list__item:nth-child(5):before {
  content: "5.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 47, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list__item:nth-child(6):before {
  content: "6.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 47, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list__item:nth-child(7):before {
  content: "7.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 47, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list__item:nth-child(8):before {
  content: "8.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 47, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list__item:nth-child(9):before {
  content: "9.";
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

/* in==================*/
/* line 58, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list--sub {
  display: inline-block;
  text-align: left;
  padding: 10px 0 0 10px;
  margin-left: -14px;
}
/* line 63, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list--sub__item {
  display: block;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 5px;
}

/* line 74, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list--sub__item:nth-child(1):before {
  content: "【1】";
  color: #901e25;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

/* line 74, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list--sub__item:nth-child(2):before {
  content: "【2】";
  color: #901e25;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

/* line 74, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list--sub__item:nth-child(3):before {
  content: "【3】";
  color: #901e25;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

/* line 74, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list--sub__item:nth-child(4):before {
  content: "【4】";
  color: #901e25;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

/* line 74, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list--sub__item:nth-child(5):before {
  content: "【5】";
  color: #901e25;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

/* line 74, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list--sub__item:nth-child(6):before {
  content: "【6】";
  color: #901e25;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

/* line 74, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list--sub__item:nth-child(7):before {
  content: "【7】";
  color: #901e25;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

/* line 74, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list--sub__item:nth-child(8):before {
  content: "【8】";
  color: #901e25;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

/* line 74, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list--sub__item:nth-child(9):before {
  content: "【9】";
  color: #901e25;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

/* line 74, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list--sub__item:nth-child(10):before {
  content: "【10】";
  color: #901e25;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

/* line 74, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list--sub__item:nth-child(11):before {
  content: "【11】";
  color: #901e25;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

/* line 74, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list--sub__item:nth-child(12):before {
  content: "【12】";
  color: #901e25;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

/* line 74, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list--sub__item:nth-child(13):before {
  content: "【13】";
  color: #901e25;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

/* line 74, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list--sub__item:nth-child(14):before {
  content: "【14】";
  color: #901e25;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

/* line 74, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list--sub__item:nth-child(15):before {
  content: "【15】";
  color: #901e25;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

/* line 74, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list--sub__item:nth-child(16):before {
  content: "【16】";
  color: #901e25;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

/* line 74, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list--sub__item:nth-child(17):before {
  content: "【17】";
  color: #901e25;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

/* line 74, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list--sub__item:nth-child(18):before {
  content: "【18】";
  color: #901e25;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

/* line 74, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list--sub__item:nth-child(19):before {
  content: "【19】";
  color: #901e25;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

/* line 74, ../../sass_new/sass/object/component/_list.scss */
.p-ol-list--sub__item:nth-child(20):before {
  content: "【20】";
  color: #901e25;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

/* ====================
	■下線
	=====================*/
/* line 90, ../../sass_new/sass/object/component/_list.scss */
.p-line-list__item {
  border-top: 1px solid #cccccc;
  padding: 15px 10px;
}
/* line 93, ../../sass_new/sass/object/component/_list.scss */
.p-line-list__item:first-of-type {
  border-top: none;
}

/* =========================================================
calendar
========================================================= */
@media screen and (min-width: 768px) {
  /* line 4, ../../sass_new/sass/object/component/_calendar.scss */
  .c-calendar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  /* line 12, ../../sass_new/sass/object/component/_calendar.scss */
  .c-calendar .widget_mtssb_calendar_widget {
    width: 70%;
  }
}
/* line 19, ../../sass_new/sass/object/component/_calendar.scss */
.c-calendar .widget_mtssb_calendar_widget .widgettitle {
  display: none;
}
/* line 23, ../../sass_new/sass/object/component/_calendar.scss */
.c-calendar .widget_mtssb_calendar_widget .mtssb-calendar-widget {
  padding: 10px;
  border: 1px solid #eeeeee;
  background: #ffffff;
}
/* line 29, ../../sass_new/sass/object/component/_calendar.scss */
.c-calendar .widget_mtssb_calendar_widget table {
  margin-bottom: 10px;
}
/* line 34, ../../sass_new/sass/object/component/_calendar.scss */
.c-calendar .widget_mtssb_calendar_widget .week-title {
  padding: 5px 0 10px;
  border-bottom: 2px solid #eeeeee;
}
/* line 40, ../../sass_new/sass/object/component/_calendar.scss */
.c-calendar .widget_mtssb_calendar_widget .monthly-calendar td {
  border-bottom: 1px dashed #eeeeee;
}
/* line 46, ../../sass_new/sass/object/component/_calendar.scss */
.c-calendar .widget_mtssb_calendar_widget .calendar-mark a.calendar-daylink {
  color: #062a53;
  font-family: "Noto Sans JP", sans-serif;
}
/* line 54, ../../sass_new/sass/object/component/_calendar.scss */
.c-calendar .widget_mtssb_calendar_widget .monthly-prev,
.c-calendar .widget_mtssb_calendar_widget .monthly-next {
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
}
/* line 59, ../../sass_new/sass/object/component/_calendar.scss */
.c-calendar .widget_mtssb_calendar_widget .monthly-prev .no-link,
.c-calendar .widget_mtssb_calendar_widget .monthly-next .no-link {
  color: #dddddd;
  padding: 7px 10px;
}
/* line 64, ../../sass_new/sass/object/component/_calendar.scss */
.c-calendar .widget_mtssb_calendar_widget .monthly-prev a,
.c-calendar .widget_mtssb_calendar_widget .monthly-next a {
  color: #ffffff;
  padding: 7px 10px;
  border-radius: 5px;
}
/* line 73, ../../sass_new/sass/object/component/_calendar.scss */
.c-calendar .widget_mtssb_calendar_widget .monthly-prev a {
  background: url(../images/icon/icon_left_w.svg) no-repeat left 5px center;
  background-size: 10px 10px;
  padding-left: 20px;
  background-color: #062a53;
}
/* line 81, ../../sass_new/sass/object/component/_calendar.scss */
.c-calendar .widget_mtssb_calendar_widget .monthly-next a {
  background: url(../images/icon/icon_right_w.svg) no-repeat right 5px center;
  background-size: 10px 10px;
  padding-right: 20px;
  background-color: #062a53;
}
/* line 89, ../../sass_new/sass/object/component/_calendar.scss */
.c-calendar .monthly-calendar caption {
  padding: 10px;
  border-bottom: 2px dotted #901e25;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}
/* line 99, ../../sass_new/sass/object/component/_calendar.scss */
.c-calendar .day-calendar h3 {
  display: none;
}
/* line 103, ../../sass_new/sass/object/component/_calendar.scss */
.c-calendar .day-calendar p {
  width: 100%;
  text-align: center;
  padding: 10px;
  background: #062a53;
  color: #ffffff;
  font-weight: bold;
}
/* line 112, ../../sass_new/sass/object/component/_calendar.scss */
.c-calendar .day-calendar table {
  width: 100%;
}
/* line 118, ../../sass_new/sass/object/component/_calendar.scss */
.c-calendar .day-calendar table tr:first-of-type th,
.c-calendar .day-calendar table tr:first-of-type td {
  background: #eeeeee;
  font-weight: bold;
}
/* line 129, ../../sass_new/sass/object/component/_calendar.scss */
.c-calendar .btn-back {
  background: #efefef;
  text-align: center;
  padding: 5px;
}
/* line 134, ../../sass_new/sass/object/component/_calendar.scss */
.c-calendar .btn-back input {
  display: inline-block;
  width: 100%;
  max-width: 100px;
  padding: 5px;
  border-radius: 5px;
  background: #cccccc;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  transition: .3s;
  cursor: pointer;
}
/* line 59, ../../sass_new/sass/core/mixin/_other.scss */
.c-calendar .btn-back input:hover {
  opacity: .7;
}
@media screen and (min-width: 768px) {
  /* line 148, ../../sass_new/sass/object/component/_calendar.scss */
  .c-calendar .widget_text {
    width: 30%;
    padding: 10px;
  }
}

/* line 159, ../../sass_new/sass/object/component/_calendar.scss */
.c-calendar-description {
  margin: 15px auto;
}
@media screen and (min-width: 768px) {
  /* line 159, ../../sass_new/sass/object/component/_calendar.scss */
  .c-calendar-description {
    margin: 0 auto;
  }
}
/* line 167, ../../sass_new/sass/object/component/_calendar.scss */
.c-calendar-description .c-basic-txt, .c-calendar-description .p-basic-list__item, .c-calendar-description .p-ol-list__item, .c-calendar-description .p-ol-list--sub__item {
  font-size: 13px;
  font-size: 0.8125rem;
}
/* line 172, ../../sass_new/sass/object/component/_calendar.scss */
.c-calendar-description .c-calendar-category {
  background: #e0e9f1;
  padding: 10px 10px 5px;
}
/* line 176, ../../sass_new/sass/object/component/_calendar.scss */
.c-calendar-description .c-calendar-category .category-item {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 5px;
}
/* line 185, ../../sass_new/sass/object/component/_calendar.scss */
.c-calendar-description .c-calendar-rest {
  background: #901e25;
  padding: 10px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
}

/* line 197, ../../sass_new/sass/object/component/_calendar.scss */
.day-box.no-day {
  background-color: #e0e9f1;
}

/*popup==================================*/
/* line 202, ../../sass_new/sass/object/component/_calendar.scss */
#cboxLoadedContent {
  background: #ffffff;
  padding: 10px;
  border: 1px solid #000000;
}
/* line 207, ../../sass_new/sass/object/component/_calendar.scss */
#cboxLoadedContent .popup-calendar__ttl {
  background: #901e25;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  padding: 10px;
}

/*box==================*/
/* line 218, ../../sass_new/sass/object/component/_calendar.scss */
.c-calendar-box {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  /* line 218, ../../sass_new/sass/object/component/_calendar.scss */
  .c-calendar-box {
    padding-top: 50px;
  }
}
/* line 227, ../../sass_new/sass/object/component/_calendar.scss */
.c-calendar-box__ttl {
  background: #901e25;
  padding: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
@media screen and (min-width: 768px) {
  /* line 227, ../../sass_new/sass/object/component/_calendar.scss */
  .c-calendar-box__ttl {
    padding: 15px 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* line 259, ../../sass_new/sass/object/component/_calendar.scss */
.c-calendar-box__btn {
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 259, ../../sass_new/sass/object/component/_calendar.scss */
  .c-calendar-box__btn {
    margin-top: 20px;
  }
}

/* =========================================================
plugin - jsの追記
========================================================= */
/*=======================
【 js-inview】スクロール位置の取得
headerのfix
*/
/* line 10, ../../sass_new/sass/object/component/_plugin.scss */
.jq-head-fix {
  position: fixed;
  top: -100%;
  left: 0;
  z-index: 100;
  width: 100%;
  transition: .5s;
  opacity: 0;
}
/* line 18, ../../sass_new/sass/object/component/_plugin.scss */
.jq-head-fix.jq-head-fix-on {
  top: 0;
  opacity: 1;
}

/*===================
横から出るメニュー　
*/
/* line 27, ../../sass_new/sass/object/component/_plugin.scss */
article.js-menu--list {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9999;
  transition: .4s;
  min-height: 100%;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
}
/* line 37, ../../sass_new/sass/object/component/_plugin.scss */
article.js-menu--list.active {
  right: 0;
}
/* line 40, ../../sass_new/sass/object/component/_plugin.scss */
article.js-menu--list div.g-menu_contents {
  height: 100%;
}
/* line 43, ../../sass_new/sass/object/component/_plugin.scss */
article.js-menu--list.active .g-menu_close {
  left: 1em;
}

/* line 48, ../../sass_new/sass/object/component/_plugin.scss */
article.back_curtain {
  display: none;
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  position: fixed;
  top: 0;
}

/* line 58, ../../sass_new/sass/object/component/_plugin.scss */
.js-menu--open,
.js-image-menu--open {
  cursor: pointer;
}

/*======================
【js-open】検索サイド　スマホの処理
======================*/
@media screen and (max-width: 767px) {
  /* line 69, ../../sass_new/sass/object/component/_plugin.scss */
  .js-open {
    position: fixed;
    left: 0;
    bottom: calc(-100% + 55px);
    z-index: 1000;
    width: 100%;
    height: 100%;
    transition: .3s;
  }
}
@media screen and (min-width: 768px) {
  /* line 81, ../../sass_new/sass/object/component/_plugin.scss */
  .js-open .js-open-btn,
  .js-open .js-open-close {
    display: none;
  }
}
/* line 89, ../../sass_new/sass/object/component/_plugin.scss */
.js-open.js-clicked {
  bottom: 0;
  overflow-y: scroll;
  height: 100%;
}

/*======================
【js-media-accordion】レスポンシブしたらドロップダウンメニューに
======================*/
/* line 99, ../../sass_new/sass/object/component/_plugin.scss */
.js-media-accordion__btn {
  transition: .3s;
  cursor: pointer;
}
/* line 59, ../../sass_new/sass/core/mixin/_other.scss */
.js-media-accordion__btn:hover {
  opacity: .7;
}
@media screen and (min-width: 768px) {
  /* line 99, ../../sass_new/sass/object/component/_plugin.scss */
  .js-media-accordion__btn {
    cursor: inherit;
  }
  /* line 67, ../../sass_new/sass/core/mixin/_other.scss */
  .js-media-accordion__btn:hover {
    opacity: 1;
  }
}
/* line 106, ../../sass_new/sass/object/component/_plugin.scss */
.js-media-accordion__btn__in {
  background: url(../images/icon/icon_bottom_w.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  /* line 106, ../../sass_new/sass/object/component/_plugin.scss */
  .js-media-accordion__btn__in {
    background-image: none;
    padding-left: 0;
    padding-right: 0;
  }
}
/* line 116, ../../sass_new/sass/object/component/_plugin.scss */
.js-media-accordion__btn.rotate .js-media-accordion__btn__in {
  background: url(../images/icon/icon_up_w.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
}

/* line 122, ../../sass_new/sass/object/component/_plugin.scss */
.js-media-accordion__body {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 122, ../../sass_new/sass/object/component/_plugin.scss */
  .js-media-accordion__body {
    display: block;
  }
}

/*======================
【js-slick】スライダー
======================*/
/* line 134, ../../sass_new/sass/object/component/_plugin.scss */
.slick-slider {
  opacity: 0;
  transition: 0.3s;
}
/* line 137, ../../sass_new/sass/object/component/_plugin.scss */
.slick-slider.slick-initialized {
  opacity: 1;
}
/* line 141, ../../sass_new/sass/object/component/_plugin.scss */
.slick-slider .slick-track {
  min-width: 100%;
}

/* line 145, ../../sass_new/sass/object/component/_plugin.scss */
.slick-dotted.slick-slider {
  margin-bottom: 50px;
  text-align: center;
}

/* line 152, ../../sass_new/sass/object/component/_plugin.scss */
.js-slick-prev,
.js-slick-next {
  display: block;
  position: absolute;
  top: calc(50% - 27px);
  width: 33px;
  height: 54px;
  background-color: #901e25;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  z-index: 50;
  transition: .3s;
  cursor: pointer;
}
/* line 59, ../../sass_new/sass/core/mixin/_other.scss */
.js-slick-prev:hover,
.js-slick-next:hover {
  opacity: .7;
}

/* line 166, ../../sass_new/sass/object/component/_plugin.scss */
.js-slick-prev {
  left: 0;
  background-image: url(../images/icon/icon_arrow_left_w.svg);
  -moz-border-radius: 0 100% 100% 0/50%;
  -webkit-border-radius: 0;
  border-radius: 0 100% 100% 0/50%;
  background-position: left 2px center;
}

/* line 172, ../../sass_new/sass/object/component/_plugin.scss */
.js-slick-next {
  right: 0;
  background-image: url(../images/icon/icon_arrow_right_w.svg);
  -moz-border-radius: 100% 0 0 100%/50%;
  -webkit-border-radius: 100%;
  border-radius: 100% 0 0 100%/50%;
  background-position: right 2px center;
}

/* line 181, ../../sass_new/sass/object/component/_plugin.scss */
.slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
/* line 185, ../../sass_new/sass/object/component/_plugin.scss */
.slick-dots li .js-slick__dots-item {
  color: #dddddd;
  font-size: 13px;
}
/* line 190, ../../sass_new/sass/object/component/_plugin.scss */
.slick-dots li.slick-active .js-slick__dots-item {
  color: #901e25;
}

/* line 199, ../../sass_new/sass/object/component/_plugin.scss */
.js-slick-fllwidth .slick-dots {
  bottom: -45px;
}
/* line 201, ../../sass_new/sass/object/component/_plugin.scss */
.js-slick-fllwidth .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
/* line 205, ../../sass_new/sass/object/component/_plugin.scss */
.js-slick-fllwidth .slick-dots li .js-slick__dots-item {
  color: #D6D6D6;
  font-size: 13px;
}
/* line 210, ../../sass_new/sass/object/component/_plugin.scss */
.js-slick-fllwidth .slick-dots li.slick-active .js-slick__dots-item {
  color: #7D7D7D;
}

/*===================
【js-colorbox】画像のポップアップ
*/
/* line 225, ../../sass_new/sass/object/component/_plugin.scss */
#colorbox #cboxTitle {
  width: 100%;
  color: #901e25;
  font-weight: bold;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}
/* line 231, ../../sass_new/sass/object/component/_plugin.scss */
#colorbox #cboxClose {
  background: url("../images/icon/icon_multiply_w.svg") no-repeat center;
  background-color: #901e25;
  background-size: 60% 60%;
  width: 32px;
  height: 32px;
  top: -32px;
  right: 0px;
  transition: .3s;
  cursor: pointer;
}
/* line 59, ../../sass_new/sass/core/mixin/_other.scss */
#colorbox #cboxClose:hover {
  opacity: .7;
}
/* line 241, ../../sass_new/sass/object/component/_plugin.scss */
#colorbox #cboxNext {
  background: url("../images/icon/icon_right_w.svg") no-repeat center;
  background-color: #901e25;
  background-size: 70% 70%;
  width: 35px;
  height: 35px;
  top: calc(50% - 17px);
  right: 0;
  border: 1px solid #959595;
  opacity: 0.8;
  -moz-border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 5px;
  transition: .3s;
  cursor: pointer;
}
/* line 59, ../../sass_new/sass/core/mixin/_other.scss */
#colorbox #cboxNext:hover {
  opacity: .7;
}
/* line 254, ../../sass_new/sass/object/component/_plugin.scss */
#colorbox #cboxPrevious {
  background: url("../images/icon/icon_left_w.svg") no-repeat center;
  background-color: #901e25;
  background-size: 70% 70%;
  width: 35px;
  height: 35px;
  top: calc(50% - 17px);
  left: 0;
  border: 1px solid #959595;
  opacity: 0.8;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 5px 5px 0;
  transition: .3s;
  cursor: pointer;
}
/* line 59, ../../sass_new/sass/core/mixin/_other.scss */
#colorbox #cboxPrevious:hover {
  opacity: .7;
}

/*Project
======================================= */
/* =========================================================
top - topページの独自コンテンツ
========================================================= */
/* line 4, ../../sass_new/sass/object/project/_top.scss */
.home .c-footer-contact {
  display: none;
}

/* line 8, ../../sass_new/sass/object/project/_top.scss */
.home .c-footer-icon {
  display: none;
}

/*アニメーションサンプル　あとで消す、絶対*/
/* line 20, ../../sass_new/sass/object/project/_top.scss */
.p-top-anime {
  padding: 20px;
  margin-bottom: 50px;
  background: #901e25;
  color: #ffffff;
  position: relative;
  opacity: 0;
}
/* line 28, ../../sass_new/sass/object/project/_top.scss */
.p-top-anime.active {
  -moz-animation: sample 1300ms alternate 500ms forwards;
  -webkit-animation: sample 1300ms alternate 500ms forwards;
  animation: sample 1300ms alternate 500ms forwards;
}

/*[sample]の実行*/
@-moz-keyframes sample {
  0% {
    opacity: 0;
    bottom: 200px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes sample {
  0% {
    opacity: 0;
    bottom: 200px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes sample {
  0% {
    opacity: 0;
    bottom: 200px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
/*スライダーエリア=================*/
/* line 47, ../../sass_new/sass/object/project/_top.scss */
.p-top-slider {
  position: relative;
}
/* line 53, ../../sass_new/sass/object/project/_top.scss */
.p-top-slider__item {
  height: calc(100vh - 156.6px);
  min-height: 600px;
  overflow: hidden;
}
/* line 58, ../../sass_new/sass/object/project/_top.scss */
.p-top-slider__item .c-responsive-img {
  display: inline-block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  max-width: 100%;
}
/* line 70, ../../sass_new/sass/object/project/_top.scss */
.p-top-slider-ttl {
  font-size: 28px;
  font-size: 1.75rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 4px;
  text-align: center;
  text-shadow: 0 1px 38px rgba(0, 0, 0, 0.22), 0 0 12px rgba(0, 0, 0, 0.18);
  width: 100%;
  position: absolute;
  top: 26%;
  left: 50%;
  transform: translateX(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  /* line 70, ../../sass_new/sass/object/project/_top.scss */
  .p-top-slider-ttl {
    font-size: 52px;
    font-size: 3.25rem;
    color: #fff;
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    top: 32%;
    left: 6%;
    width: inherit;
    transform: none;
  }
}
/* line 104, ../../sass_new/sass/object/project/_top.scss */
.p-top-slider-ttl__en {
  display: block;
  margin: 0.5em 0 0;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  font-size: 17px;
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  /* line 104, ../../sass_new/sass/object/project/_top.scss */
  .p-top-slider-ttl__en {
    margin-top: 0.2em;
    font-size: 26px;
    font-size: 1.625rem;
  }
}
/* line 121, ../../sass_new/sass/object/project/_top.scss */
.p-top-slider-caption {
  font-size: 12px;
  font-size: 0.75rem;
  color: #292929;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 2px;
  width: 80%;
  position: absolute;
  right: 0;
  bottom: -1px;
  padding: 1.5em 1em 1em 1.5em;
  background: #fff;
  border-radius: 7px 0 0 0;
}
@media screen and (min-width: 768px) {
  /* line 121, ../../sass_new/sass/object/project/_top.scss */
  .p-top-slider-caption {
    width: 620px;
    font-size: 18px;
    font-size: 1.125rem;
    padding: 2em 2em 2em 2em;
    border-radius: 10px 0 0 0;
  }
}
/* line 142, ../../sass_new/sass/object/project/_top.scss */
.p-top-slider-caption__en {
  display: inline-block;
  margin: 0 0 5px;
  padding: 0.4em 0.85em;
  color: #fff;
  background: #062a53;
  border-radius: 2px;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  font-size: 11px;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  /* line 142, ../../sass_new/sass/object/project/_top.scss */
  .p-top-slider-caption__en {
    padding: 0.5em 0.8em;
    border-radius: 3px;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 164, ../../sass_new/sass/object/project/_top.scss */
.p-top-slider-caption__text {
  margin: 0;
}
@media screen and (min-width: 768px) {
  /* line 164, ../../sass_new/sass/object/project/_top.scss */
  .p-top-slider-caption__text {
    line-height: 1.6;
  }
}
/* line 179, ../../sass_new/sass/object/project/_top.scss */
.p-top-slider .l-container, .p-top-slider .l-main--col2, .p-top-slider .l-main--col3 {
  padding: 0;
}
/* line 183, ../../sass_new/sass/object/project/_top.scss */
.p-top-slider .slick-dotted.slick-slider {
  margin-bottom: 32px;
  text-align: center;
}

/*最良の選択=================*/
/* line 193, ../../sass_new/sass/object/project/_top.scss */
.p-top-promis {
  margin-top: 4em;
}
/* line 197, ../../sass_new/sass/object/project/_top.scss */
.p-top-promis-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5em;
}
@media screen and (min-width: 768px) {
  /* line 197, ../../sass_new/sass/object/project/_top.scss */
  .p-top-promis-inner {
    gap: 4em;
  }
}
/* line 211, ../../sass_new/sass/object/project/_top.scss */
.p-top-promis-txt-wrap__catch {
  font-size: 20px;
  font-size: 1.25rem;
  color: #901e25;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  /* line 211, ../../sass_new/sass/object/project/_top.scss */
  .p-top-promis-txt-wrap__catch {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 20px;
    text-align: center;
  }
}
/* line 227, ../../sass_new/sass/object/project/_top.scss */
.p-top-promis-txt-wrap__txt {
  line-height: 1.5;
  font-weight: bold;
  color: #062a53;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  /* line 227, ../../sass_new/sass/object/project/_top.scss */
  .p-top-promis-txt-wrap__txt {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
  }
}
/* line 243, ../../sass_new/sass/object/project/_top.scss */
.p-top-promis-ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  background: #062a53;
  display: block;
  padding: 0.8em 0.8em;
  border-radius: 5px;
  margin: 1em auto 1em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  /* line 243, ../../sass_new/sass/object/project/_top.scss */
  .p-top-promis-ttl {
    font-size: 25px;
    font-size: 1.5625rem;
    padding: 0.8em 4em;
  }
}
/* line 264, ../../sass_new/sass/object/project/_top.scss */
.p-top-promis-img {
  max-width: 25%;
}
@media screen and (min-width: 768px) {
  /* line 264, ../../sass_new/sass/object/project/_top.scss */
  .p-top-promis-img {
    max-width: 15%;
  }
}
/* line 274, ../../sass_new/sass/object/project/_top.scss */
.p-top-promis-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3em;
  padding: 2em 0 0;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}
/* line 284, ../../sass_new/sass/object/project/_top.scss */
.p-top-promis-item {
  background-color: #062a53;
  width: 100%;
  position: relative;
}
/* line 290, ../../sass_new/sass/object/project/_top.scss */
.p-top-promis-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #062a53;
}
@media screen and (min-width: 768px) {
  /* line 290, ../../sass_new/sass/object/project/_top.scss */
  .p-top-promis-item:not(:last-child)::after {
    left: -16px;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #062a53;
    border-left: 0;
  }
}
/* line 318, ../../sass_new/sass/object/project/_top.scss */
.p-top-promis-contents::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(../images/icon/icon_down_main.svg) no-repeat center;
  background-size: contain;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  /* line 318, ../../sass_new/sass/object/project/_top.scss */
  .p-top-promis-contents::after {
    width: 200px;
    height: 200px;
  }
}
/* line 333, ../../sass_new/sass/object/project/_top.scss */
.p-top-promis-contents__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1em;
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  /* line 333, ../../sass_new/sass/object/project/_top.scss */
  .p-top-promis-contents__list {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
/* line 345, ../../sass_new/sass/object/project/_top.scss */
.p-top-promis-contents__item {
  border: 2px solid #901e25;
  border-radius: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  /* line 345, ../../sass_new/sass/object/project/_top.scss */
  .p-top-promis-contents__item {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* line 367, ../../sass_new/sass/object/project/_top.scss */
.p-footer-contact::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(../images/icon/icon_down_main.svg) no-repeat center;
  background-size: contain;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  /* line 367, ../../sass_new/sass/object/project/_top.scss */
  .p-footer-contact::after {
    width: 200px;
    height: 200px;
  }
}

/* line 385, ../../sass_new/sass/object/project/_top.scss */
.p-footer-icon-img {
  margin-top: 2em;
}
/* line 388, ../../sass_new/sass/object/project/_top.scss */
.p-footer-icon-img::after {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(../images/icon/icon_down_main.svg) no-repeat center;
  background-size: contain;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  /* line 388, ../../sass_new/sass/object/project/_top.scss */
  .p-footer-icon-img::after {
    width: 200px;
    height: 200px;
  }
}

/*bnr=================*/
/* 提供住宅会社====================*/
/* line 415, ../../sass_new/sass/object/project/_top.scss */
.p-top-contractor {
  padding: 0;
}
@media screen and (min-width: 768px) {
  /* line 415, ../../sass_new/sass/object/project/_top.scss */
  .p-top-contractor {
    padding: 20px 0 50px;
  }
}
/* line 426, ../../sass_new/sass/object/project/_top.scss */
.p-top-contractor__ttl {
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  /* line 431, ../../sass_new/sass/object/project/_top.scss */
  .p-top-contractor__ttl img {
    max-width: 100%;
  }
}
/* line 447, ../../sass_new/sass/object/project/_top.scss */
.p-top-contractor__contents .contents-item {
  position: relative;
  padding: 0 10px;
}
/* line 38, ../../sass_new/sass/core/mixin/_other.scss */
.p-top-contractor__contents .contents-item a.a100:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
/* line 47, ../../sass_new/sass/core/mixin/_other.scss */
.p-top-contractor__contents .contents-item a.a100.in-link {
  position: relative;
  z-index: 5;
}
/* line 453, ../../sass_new/sass/object/project/_top.scss */
.p-top-contractor__contents .contents-img {
  padding-bottom: 5px;
  border-bottom: 3px solid #901e25;
}
/* line 457, ../../sass_new/sass/object/project/_top.scss */
.p-top-contractor__contents .contents-img .img-in {
  position: relative;
  padding-top: 65%;
  overflow: hidden;
  background: #efefef;
}
/* line 463, ../../sass_new/sass/object/project/_top.scss */
.p-top-contractor__contents .contents-img .img-in img {
  display: inline-block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 476, ../../sass_new/sass/object/project/_top.scss */
.p-top-contractor__contents .contents-name {
  margin-top: 10px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3;
}
/* line 486, ../../sass_new/sass/object/project/_top.scss */
.p-top-contractor__btn {
  text-align: center;
}

/*calendar＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* line 492, ../../sass_new/sass/object/project/_top.scss */
.p-top-calendar {
  background: #fafafa;
  padding: 40px 0 0;
}
@media screen and (min-width: 768px) {
  /* line 492, ../../sass_new/sass/object/project/_top.scss */
  .p-top-calendar {
    padding: 70px 0;
  }
}
/* line 502, ../../sass_new/sass/object/project/_top.scss */
.p-top-calendar__in {
  margin-bottom: 20px;
}
/* line 510, ../../sass_new/sass/object/project/_top.scss */
.p-top-calendar__ttl {
  background: #901e25;
  margin-bottom: 15px;
  padding: 15px 10px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 5px 5px 0 0;
}
@media screen and (min-width: 768px) {
  /* line 510, ../../sass_new/sass/object/project/_top.scss */
  .p-top-calendar__ttl {
    padding: 20px 10px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 529, ../../sass_new/sass/object/project/_top.scss */
.p-top-calendar .c-calendar-description {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  /* line 529, ../../sass_new/sass/object/project/_top.scss */
  .p-top-calendar .c-calendar-description {
    margin-top: 0;
  }
}
/* line 539, ../../sass_new/sass/object/project/_top.scss */
.p-top-calendar__btn {
  text-align: center;
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  /* line 545, ../../sass_new/sass/object/project/_top.scss */
  .p-top-calendar .c-calendar {
    padding-right: 10px;
  }
}

/* おうちの相談窓口を利用するとお得！====================*/
/* line 563, ../../sass_new/sass/object/project/_top.scss */
.p-top-reason__ttl {
  font-size: 18px;
  font-size: 1.125rem;
  color: #062a53;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  /* line 563, ../../sass_new/sass/object/project/_top.scss */
  .p-top-reason__ttl {
    font-size: 25px;
    font-size: 1.5625rem;
    margin-bottom: 20px;
  }
}
/* line 582, ../../sass_new/sass/object/project/_top.scss */
.p-top-reason-bigttl__sub {
  text-align: left;
  font-weight: bold;
  margin: 1em auto;
  color: #901e25;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  /* line 582, ../../sass_new/sass/object/project/_top.scss */
  .p-top-reason-bigttl__sub {
    font-size: 30px;
    font-size: 1.875rem;
    text-align: center;
  }
}
/* line 601, ../../sass_new/sass/object/project/_top.scss */
.p-top-reason-bigttl__main {
  text-align: left;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  /* line 601, ../../sass_new/sass/object/project/_top.scss */
  .p-top-reason-bigttl__main {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
  }
}
/* line 615, ../../sass_new/sass/object/project/_top.scss */
.p-top-reason__contents {
  margin: 2em auto;
  background: #e0e9f1;
  padding: 1.3em 1.3em;
}
@media screen and (min-width: 768px) {
  /* line 615, ../../sass_new/sass/object/project/_top.scss */
  .p-top-reason__contents {
    padding: 2em 0;
  }
}
/* line 638, ../../sass_new/sass/object/project/_top.scss */
.p-top-reason__item {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  /* line 638, ../../sass_new/sass/object/project/_top.scss */
  .p-top-reason__item {
    margin: 0 auto 2em;
  }
}
/* line 648, ../../sass_new/sass/object/project/_top.scss */
.p-top-reason__item:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  /* line 653, ../../sass_new/sass/object/project/_top.scss */
  .p-top-reason__body {
    text-align: left;
    max-width: 50%;
    margin: 0 auto;
  }
}
/* line 662, ../../sass_new/sass/object/project/_top.scss */
.p-top-reason__merit {
  background-color: #901e25;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  display: inline-block;
  border-radius: 5px;
}
/* line 674, ../../sass_new/sass/object/project/_top.scss */
.p-top-reason__txt {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
}
@media screen and (min-width: 900px) {
  /* line 674, ../../sass_new/sass/object/project/_top.scss */
  .p-top-reason__txt {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 694, ../../sass_new/sass/object/project/_top.scss */
.p-top-reason .reason-img {
  text-align: center;
}
/* line 702, ../../sass_new/sass/object/project/_top.scss */
.p-top-reason .reason-name {
  text-align: center;
  margin-top: 5px;
}
/* line 711, ../../sass_new/sass/object/project/_top.scss */
.p-top-reason__btn {
  text-align: center;
  margin-top: 15px;
}

/* blog====================*/
/* line 719, ../../sass_new/sass/object/project/_top.scss */
.p-top-blog {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  /* line 719, ../../sass_new/sass/object/project/_top.scss */
  .p-top-blog {
    padding: 70px 0;
  }
}
/* line 728, ../../sass_new/sass/object/project/_top.scss */
.p-top-blog__section {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  /* line 728, ../../sass_new/sass/object/project/_top.scss */
  .p-top-blog__section {
    margin-bottom: 0;
  }
}
/* line 738, ../../sass_new/sass/object/project/_top.scss */
.p-top-blog__ttl {
  border-bottom: 4px solid #e0e9f1;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #666666;
  font-weight: bold;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 1.5px;
}
@media screen and (min-width: 768px) {
  /* line 738, ../../sass_new/sass/object/project/_top.scss */
  .p-top-blog__ttl {
    margin-bottom: 15px;
    font-size: 56px;
    font-size: 3.5rem;
  }
}
/* line 753, ../../sass_new/sass/object/project/_top.scss */
.p-top-blog__ttl:first-letter {
  color: #901e25;
  font-size: 120%;
}
/* line 766, ../../sass_new/sass/object/project/_top.scss */
.p-top-blog .blog-item {
  position: relative;
  margin-bottom: 15px;
}
/* line 38, ../../sass_new/sass/core/mixin/_other.scss */
.p-top-blog .blog-item a.a100:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
/* line 47, ../../sass_new/sass/core/mixin/_other.scss */
.p-top-blog .blog-item a.a100.in-link {
  position: relative;
  z-index: 5;
}
/* line 771, ../../sass_new/sass/object/project/_top.scss */
.p-top-blog .blog-item__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 780, ../../sass_new/sass/object/project/_top.scss */
.p-top-blog .blog-photo {
  width: 120px;
}
/* line 783, ../../sass_new/sass/object/project/_top.scss */
.p-top-blog .blog-photo img {
  display: inline-block;
  width: 100%;
  height: auto;
}
/* line 791, ../../sass_new/sass/object/project/_top.scss */
.p-top-blog .blog-contents {
  width: calc(100% - 120px);
  padding-left: 10px;
}
/* line 797, ../../sass_new/sass/object/project/_top.scss */
.p-top-blog .blog-cate {
  display: inline-block;
  background: #e0e9f1;
  color: #ffffff;
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 806, ../../sass_new/sass/object/project/_top.scss */
.p-top-blog .blog-cate.ohanashi, .p-top-blog .blog-cate.new_housing_company {
  background: #613494;
}
/* line 813, ../../sass_new/sass/object/project/_top.scss */
.p-top-blog .blog-cate.new, .p-top-blog .blog-cate.notice {
  background: #EF8200;
}
/* line 819, ../../sass_new/sass/object/project/_top.scss */
.p-top-blog .blog-cate.study_group, .p-top-blog .blog-cate.housing_term_knowledg {
  background: #ff5480;
}
/* line 826, ../../sass_new/sass/object/project/_top.scss */
.p-top-blog .blog-cate.seminar, .p-top-blog .blog-cate.housing_subsidies {
  background: #e0e9f1;
}
/* line 833, ../../sass_new/sass/object/project/_top.scss */
.p-top-blog .blog-cate.seminar_thu_fly, .p-top-blog .blog-cate.housing_company_informatio {
  background: #062a53;
}
/* line 840, ../../sass_new/sass/object/project/_top.scss */
.p-top-blog .blog-cate.example {
  background: #217a24;
}
/* line 845, ../../sass_new/sass/object/project/_top.scss */
.p-top-blog .blog-cate.a-years-note {
  background: #338096;
}
/* line 850, ../../sass_new/sass/object/project/_top.scss */
.p-top-blog .blog-cate.important {
  background: #901e25;
}
/* line 855, ../../sass_new/sass/object/project/_top.scss */
.p-top-blog .blog-cate.land {
  background: #e55353;
}
/* line 861, ../../sass_new/sass/object/project/_top.scss */
.p-top-blog .icon-new {
  display: inline-block;
}
/* line 864, ../../sass_new/sass/object/project/_top.scss */
.p-top-blog .icon-new .in {
  display: inline-block;
  background: #901e25;
  color: #FFF;
  padding: 3px;
  border-radius: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 875, ../../sass_new/sass/object/project/_top.scss */
.p-top-blog .blog-date {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 5px 0;
}
/* line 882, ../../sass_new/sass/object/project/_top.scss */
.p-top-blog .blog-ttl {
  display: block;
  line-height: 1.5;
  color: #1185E7;
  text-decoration: underline;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  /* line 882, ../../sass_new/sass/object/project/_top.scss */
  .p-top-blog .blog-ttl {
    padding-right: 20px;
  }
}
/* line 896, ../../sass_new/sass/object/project/_top.scss */
.p-top-blog-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
/* line 903, ../../sass_new/sass/object/project/_top.scss */
.p-top-blog__btn {
  text-align: center;
  margin-top: 10px;
  flex: 1;
}
@media screen and (min-width: 768px) {
  /* line 903, ../../sass_new/sass/object/project/_top.scss */
  .p-top-blog__btn {
    margin-top: 20px;
  }
}
/* line 913, ../../sass_new/sass/object/project/_top.scss */
.p-top-blog__btn--sm {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  /* line 913, ../../sass_new/sass/object/project/_top.scss */
  .p-top-blog__btn--sm {
    margin-top: 40px;
  }
}
/* line 922, ../../sass_new/sass/object/project/_top.scss */
.p-top-blog__btn--inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  max-width: 320px;
  margin: 0 auto;
}
/* line 930, ../../sass_new/sass/object/project/_top.scss */
.p-top-blog__btn--2lines {
  line-height: 1.2;
}

/*bnr=====================*/
/* line 938, ../../sass_new/sass/object/project/_top.scss */
.p-top-bnr-bottom {
  margin: 30px auto;
}
/* line 942, ../../sass_new/sass/object/project/_top.scss */
.p-top-bnr-bottom__item {
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  /* line 942, ../../sass_new/sass/object/project/_top.scss */
  .p-top-bnr-bottom__item {
    margin-bottom: 0;
  }
}
/* line 952, ../../sass_new/sass/object/project/_top.scss */
.p-top-bnr-bottom .link {
  display: inline-block;
  max-width: 500px;
}
/* line 956, ../../sass_new/sass/object/project/_top.scss */
.p-top-bnr-bottom .link img {
  width: 100%;
}

/* =========================================================
flow - ご利用の流れページの独自コンテンツ
========================================================= */
/* line 4, ../../sass_new/sass/object/project/_flow.scss */
.box-flow-top {
  padding: 20px 10px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  /* line 4, ../../sass_new/sass/object/project/_flow.scss */
  .box-flow-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    padding: 20px 30px;
  }
}
@media screen and (min-width: 768px) {
  /* line 18, ../../sass_new/sass/object/project/_flow.scss */
  .box-flow-top__contents {
    width: 70%;
  }
}
/* line 27, ../../sass_new/sass/object/project/_flow.scss */
.box-flow-top .ttl_basic {
  text-align: center;
  margin-bottom: 1em;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #062a53;
}
@media screen and (min-width: 768px) {
  /* line 27, ../../sass_new/sass/object/project/_flow.scss */
  .box-flow-top .ttl_basic {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: bold;
  }
}
/* line 45, ../../sass_new/sass/object/project/_flow.scss */
.box-flow-top .box-txt {
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  /* line 45, ../../sass_new/sass/object/project/_flow.scss */
  .box-flow-top .box-txt {
    text-align: justify;
  }
}
/* line 56, ../../sass_new/sass/object/project/_flow.scss */
.box-flow-top .box-img {
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 56, ../../sass_new/sass/object/project/_flow.scss */
  .box-flow-top .box-img {
    width: 30%;
  }
}
/* line 64, ../../sass_new/sass/object/project/_flow.scss */
.box-flow-top .box-img img {
  border: 5px solid white;
}

/*STEP===========*/
/* line 72, ../../sass_new/sass/object/project/_flow.scss */
.box-flow-contents {
  padding: 3em 0 0;
}
@media screen and (min-width: 768px) {
  /* line 72, ../../sass_new/sass/object/project/_flow.scss */
  .box-flow-contents {
    padding: 6em 0 0;
  }
}
/* line 80, ../../sass_new/sass/object/project/_flow.scss */
.box-flow-contents-item {
  max-width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  /* line 80, ../../sass_new/sass/object/project/_flow.scss */
  .box-flow-contents-item {
    max-width: 75%;
  }
  /* line 89, ../../sass_new/sass/object/project/_flow.scss */
  .box-flow-contents-item--ver2 {
    margin-left: auto;
  }
}
/* line 96, ../../sass_new/sass/object/project/_flow.scss */
.box-flow-contents__ttl {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  margin-top: 2em;
  position: relative;
}
@media screen and (min-width: 768px) {
  /* line 96, ../../sass_new/sass/object/project/_flow.scss */
  .box-flow-contents__ttl {
    margin-top: 4em;
  }
}
/* line 111, ../../sass_new/sass/object/project/_flow.scss */
.box-flow-contents__step {
  margin-bottom: 3em;
  background-color: #e0e9f1;
  overflow: hidden;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  /* line 111, ../../sass_new/sass/object/project/_flow.scss */
  .box-flow-contents__step {
    margin-bottom: 6em;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
/* line 132, ../../sass_new/sass/object/project/_flow.scss */
.box-flow-contents__inner {
  width: 100%;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  /* line 132, ../../sass_new/sass/object/project/_flow.scss */
  .box-flow-contents__inner {
    width: 65%;
    padding: 2em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/* line 147, ../../sass_new/sass/object/project/_flow.scss */
.box-flow-contents__wrap {
  display: flex;
  align-items: center;
  position: absolute;
  top: -2em;
}
@media screen and (min-width: 768px) {
  /* line 147, ../../sass_new/sass/object/project/_flow.scss */
  .box-flow-contents__wrap {
    top: -3em;
  }
}
/* line 160, ../../sass_new/sass/object/project/_flow.scss */
.box-flow-contents__label {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.5em;
  color: #062a53;
}
@media screen and (min-width: 768px) {
  /* line 160, ../../sass_new/sass/object/project/_flow.scss */
  .box-flow-contents__label {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
/* line 172, ../../sass_new/sass/object/project/_flow.scss */
.box-flow-contents__num {
  color: #901e25;
  font-size: 12px;
  font-size: 0.75rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  /* line 172, ../../sass_new/sass/object/project/_flow.scss */
  .box-flow-contents__num {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 184, ../../sass_new/sass/object/project/_flow.scss */
.box-flow-contents__value {
  color: #901e25;
  font-size: 70px;
  font-size: 4.375rem;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 900;
}
@media screen and (min-width: 768px) {
  /* line 184, ../../sass_new/sass/object/project/_flow.scss */
  .box-flow-contents__value {
    font-size: 100px;
    font-size: 6.25rem;
  }
}
/* line 197, ../../sass_new/sass/object/project/_flow.scss */
.box-flow-contents__catch {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  /* line 197, ../../sass_new/sass/object/project/_flow.scss */
  .box-flow-contents__catch {
    text-align: center;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 209, ../../sass_new/sass/object/project/_flow.scss */
.box-flow-contents__txt {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  /* line 209, ../../sass_new/sass/object/project/_flow.scss */
  .box-flow-contents__txt {
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* line 219, ../../sass_new/sass/object/project/_flow.scss */
.box-flow-contents__img {
  padding: 2em 0 0;
  max-width: 40%;
}
@media screen and (min-width: 768px) {
  /* line 219, ../../sass_new/sass/object/project/_flow.scss */
  .box-flow-contents__img {
    width: 30%;
    padding: 1em 2em;
  }
}
/* line 231, ../../sass_new/sass/object/project/_flow.scss */
.box-flow-contents__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
/* line 241, ../../sass_new/sass/object/project/_flow.scss */
.box-flow-contents__list {
  max-width: 100%;
  text-align: center;
}

/* =========================================================
contractor - 提携住宅会社
========================================================= */
/*＝＝＝＝＝＝＝＝＝＝＝
一覧
＝＝＝＝＝＝＝＝＝＝＝*/
/*list=========*/
@media screen and (min-width: 768px) {
  /* line 8, ../../sass_new/sass/object/project/_contractor.scss */
  .p-contractor-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}

/*item===========*/
/* line 19, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-item {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  /* line 19, ../../sass_new/sass/object/project/_contractor.scss */
  .p-contractor-item {
    width: 25%;
    padding: 0 10px 40px;
    margin-bottom: 40px;
  }
}
/* line 31, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-item__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  /* line 31, ../../sass_new/sass/object/project/_contractor.scss */
  .p-contractor-item__in {
    display: block;
  }
}

/*photo==============*/
/* line 43, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-photo {
  width: 120px;
}
@media screen and (min-width: 768px) {
  /* line 43, ../../sass_new/sass/object/project/_contractor.scss */
  .p-contractor-photo {
    width: 100%;
    padding-bottom: 3px;
    border-bottom: 3px solid #901e25;
    margin-bottom: 5px;
  }
}
/* line 54, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-photo .link {
  display: block;
  position: relative;
  padding-top: 75%;
  overflow: hidden;
  background: #f6f6f6;
}
/* line 62, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-photo img {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
  max-width: inherit;
  width: auto;
}

/*contents==============*/
/* line 75, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-contents {
  width: calc(100% - 120px);
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  /* line 75, ../../sass_new/sass/object/project/_contractor.scss */
  .p-contractor-contents {
    width: 100%;
    padding: 0;
  }
}

/*name==============*/
/* line 87, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-name {
  text-align: left;
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  /* line 87, ../../sass_new/sass/object/project/_contractor.scss */
  .p-contractor-name {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/*sub==============*/
/* line 101, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-subttl {
  text-align: left;
  font-size: 13px !important;
}
/* line 108, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-subttl p,
.p-contractor-subttl span {
  text-align: left !important;
  font-size: 13px !important;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  /* line 108, ../../sass_new/sass/object/project/_contractor.scss */
  .p-contractor-subttl p,
  .p-contractor-subttl span {
    font-size: 15px !important;
  }
}
/* line 120, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-subttl img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/*btn================*/
/* line 129, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-btn {
  width: 100%;
  padding-top: 2px;
}
@media screen and (min-width: 768px) {
  /* line 129, ../../sass_new/sass/object/project/_contractor.scss */
  .p-contractor-btn {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
  }
}

/*link*/
/* line 144, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-link {
  display: block;
  padding: 5px 10px;
  background: #901e25;
  text-align: right;
}
@media screen and (min-width: 768px) {
  /* line 144, ../../sass_new/sass/object/project/_contractor.scss */
  .p-contractor-link {
    text-align: center;
    display: inline-block;
    width: 100%;
    max-width: 150px;
    border-radius: 5px;
    padding: 10px;
  }
}
/* line 160, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-link .in {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
  background: url(../images/icon/icon_right_w.svg) no-repeat right center;
  background-size: 10px 10px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  /* line 160, ../../sass_new/sass/object/project/_contractor.scss */
  .p-contractor-link .in {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*＝＝＝＝＝＝＝＝＝＝＝
詳細
＝＝＝＝＝＝＝＝＝＝＝*/
/*アイキャッチ＝＝＝＝＝＝*/
/* line 179, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-details-photo {
  width: 100%;
  max-width: 750px;
  margin: 0 auto 20px;
}
/* line 184, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-details-photo__in {
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 184, ../../sass_new/sass/object/project/_contractor.scss */
  .p-contractor-details-photo__in {
    margin: 0 auto 50px;
  }
}
/* line 192, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-details-photo__in img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/*コンテンツ＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* line 204, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-details-contents__ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 10px;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  /* line 204, ../../sass_new/sass/object/project/_contractor.scss */
  .p-contractor-details-contents__ttl {
    font-size: 27px;
    font-size: 1.6875rem;
    margin: 0 auto 30px;
  }
}
/* line 219, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-details-contents__text {
  max-width: 750px;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0 auto 20px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  /* line 219, ../../sass_new/sass/object/project/_contractor.scss */
  .p-contractor-details-contents__text {
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 768px) {
  /* line 232, ../../sass_new/sass/object/project/_contractor.scss */
  .p-contractor-details-contents__table {
    text-align: center;
  }
}
/* line 240, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-details-contents__tr {
  margin-bottom: 25px;
}
/* line 247, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-details-contents__th {
  color: #901e25;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  /* line 247, ../../sass_new/sass/object/project/_contractor.scss */
  .p-contractor-details-contents__th {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
/* line 259, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-details-contents__td {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  /* line 259, ../../sass_new/sass/object/project/_contractor.scss */
  .p-contractor-details-contents__td {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
/* line 270, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-details-contents__photo {
  margin: 30px auto;
}
@media screen and (min-width: 768px) {
  /* line 270, ../../sass_new/sass/object/project/_contractor.scss */
  .p-contractor-details-contents__photo {
    margin: 50px auto;
  }
}
/* line 279, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-details-contents__photo .photo-ttl {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  /* line 279, ../../sass_new/sass/object/project/_contractor.scss */
  .p-contractor-details-contents__photo .photo-ttl {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 25px;
  }
}
/* line 292, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-details-contents__photo .photo-ttl .in {
  display: inline-block;
  padding: 20px 30px;
  background: #cccccc;
}
@media screen and (min-width: 768px) {
  /* line 292, ../../sass_new/sass/object/project/_contractor.scss */
  .p-contractor-details-contents__photo .photo-ttl .in {
    padding: 30px;
  }
}
@media screen and (min-width: 768px) {
  /* line 305, ../../sass_new/sass/object/project/_contractor.scss */
  .p-contractor-details-contents__photo .photo-item {
    padding: 0 10px;
  }
}
/* line 312, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-details-contents__photo .photo-item__in {
  position: relative;
  overflow: hidden;
  padding-top: 70%;
  background: #f9f9f9;
}
/* line 321, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-details-contents__photo .photo-item__in img {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  height: 100%;
}
/* line 335, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-details-contents__photo .photo-item .c-basic-txt, .p-contractor-details-contents__photo .photo-item .p-basic-list__item, .p-contractor-details-contents__photo .photo-item .p-ol-list__item, .p-contractor-details-contents__photo .photo-item .p-ol-list--sub__item {
  margin-top: 10px;
  font-size: 70%;
}

/*navigation ＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/* line 346, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-navigation {
  max-width: 750px;
  margin: 0 auto;
}
/* line 354, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-navigation .screen-reader-text {
  display: none;
}
/* line 359, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-navigation .nav-links {
  padding: 20px 0;
  text-align: center;
}
/* line 367, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-navigation .nav-links a {
  display: inline-block;
  padding: 10px;
  background: #666666;
  color: #ffffff;
  font-weight: bold;
  font-size: 10px;
  font-size: 0.625rem;
  border-radius: 5px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  /* line 367, ../../sass_new/sass/object/project/_contractor.scss */
  .p-contractor-navigation .nav-links a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 20px;
    margin-bottom: 0;
  }
}
/* line 384, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-navigation .nav-links a .meta-nav {
  font-size: 10px;
  font-size: 0.625rem;
  padding-right: 5px;
}
@media screen and (min-width: 768px) {
  /* line 391, ../../sass_new/sass/object/project/_contractor.scss */
  .p-contractor-navigation .nav-links .nav-previous {
    float: right;
  }
}
/* line 398, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-navigation .nav-links .nav-previous .meta-nav {
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  /* line 404, ../../sass_new/sass/object/project/_contractor.scss */
  .p-contractor-navigation .nav-links .nav-next {
    float: left;
  }
}
/* line 411, ../../sass_new/sass/object/project/_contractor.scss */
.p-contractor-navigation .nav-links .nav-next .meta-nav {
  padding-right: 5px;
}

/* =========================================================
voice - お客様の声
========================================================= */
/*h1==============*/
/* line 7, ../../sass_new/sass/object/project/_voice.scss */
.p-voice-speech {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  gap: 2em;
  margin-bottom: 1em;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  /* line 7, ../../sass_new/sass/object/project/_voice.scss */
  .p-voice-speech {
    gap: 5em;
    margin-bottom: 2em;
  }
}
/* line 20, ../../sass_new/sass/object/project/_voice.scss */
.p-voice-speech__bubble {
  position: relative;
  background-color: #062a53;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  display: inline-block;
  padding: 0.5em 1.5em;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  /* line 20, ../../sass_new/sass/object/project/_voice.scss */
  .p-voice-speech__bubble {
    font-size: 16px;
    font-size: 1rem;
    padding: 1.5em 2.5em;
    border-radius: 20px;
  }
}
/* line 35, ../../sass_new/sass/object/project/_voice.scss */
.p-voice-speech__bubble::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #062a53;
}
@media screen and (min-width: 768px) {
  /* line 35, ../../sass_new/sass/object/project/_voice.scss */
  .p-voice-speech__bubble::after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #062a53;
  }
}
/* line 53, ../../sass_new/sass/object/project/_voice.scss */
.p-voice-speech__bubble:nth-child(1)::after {
  bottom: -5px;
  right: 30px;
}
@media screen and (min-width: 768px) {
  /* line 53, ../../sass_new/sass/object/project/_voice.scss */
  .p-voice-speech__bubble:nth-child(1)::after {
    bottom: -12px;
  }
}
/* line 65, ../../sass_new/sass/object/project/_voice.scss */
.p-voice-speech__bubble:nth-child(2)::after {
  bottom: -5px;
  left: 30px;
}
@media screen and (min-width: 768px) {
  /* line 65, ../../sass_new/sass/object/project/_voice.scss */
  .p-voice-speech__bubble:nth-child(2)::after {
    bottom: -12px;
  }
}
/* line 80, ../../sass_new/sass/object/project/_voice.scss */
.p-voice-speech__txt {
  line-height: 1.3;
  text-align: center;
}

/*list==============*/
/*item=============*/
/* line 91, ../../sass_new/sass/object/project/_voice.scss */
.p-voice-item {
  padding: 20px 10px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  /* line 91, ../../sass_new/sass/object/project/_voice.scss */
  .p-voice-item {
    padding: 30px;
  }
}
/* line 100, ../../sass_new/sass/object/project/_voice.scss */
.p-voice-item:nth-child(even) {
  background: #e0e9f1;
}
/* line 105, ../../sass_new/sass/object/project/_voice.scss */
.p-voice-item__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
/* line 113, ../../sass_new/sass/object/project/_voice.scss */
.p-voice-item__photo {
  width: 80px;
}
@media screen and (min-width: 768px) {
  /* line 113, ../../sass_new/sass/object/project/_voice.scss */
  .p-voice-item__photo {
    width: 230px;
  }
}
/* line 121, ../../sass_new/sass/object/project/_voice.scss */
.p-voice-item__photo img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
/* line 129, ../../sass_new/sass/object/project/_voice.scss */
.p-voice-item__contents {
  width: calc(100% - 80px);
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  /* line 129, ../../sass_new/sass/object/project/_voice.scss */
  .p-voice-item__contents {
    width: calc(100%-230px);
  }
}
/* line 139, ../../sass_new/sass/object/project/_voice.scss */
.p-voice-item__contents .ttl {
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  /* line 139, ../../sass_new/sass/object/project/_voice.scss */
  .p-voice-item__contents .ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* =========================================================
faq - よくあるご質問
========================================================= */
/* line 16, ../../sass_new/sass/object/project/_faq.scss */
.p-faq .single-faq {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  /* line 16, ../../sass_new/sass/object/project/_faq.scss */
  .p-faq .single-faq {
    margin-bottom: 50px;
  }
}
/* line 24, ../../sass_new/sass/object/project/_faq.scss */
.p-faq .faq-question {
  padding: 11px 0;
  position: relative;
  line-height: 1.3;
  font-weight: bold;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  /* line 24, ../../sass_new/sass/object/project/_faq.scss */
  .p-faq .faq-question {
    margin-bottom: 25px;
  }
}
/* line 36, ../../sass_new/sass/object/project/_faq.scss */
.p-faq .faq-question .icon_q {
  display: inline-block;
  background: #062a53;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 15px;
  margin-right: 20px;
}
/* line 52, ../../sass_new/sass/object/project/_faq.scss */
.p-faq .faq-number {
  margin-right: 0.5em;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  /* line 52, ../../sass_new/sass/object/project/_faq.scss */
  .p-faq .faq-number {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
/* line 63, ../../sass_new/sass/object/project/_faq.scss */
.p-faq .faq-answer {
  background: #e0e9f1;
  padding: 15px;
  margin-top: 20px;
  position: relative;
  line-height: 1.6;
}
/* line 72, ../../sass_new/sass/object/project/_faq.scss */
.p-faq .faq-answer::after {
  content: '';
  position: absolute;
  top: -20px;
  left: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 20px 15px;
  border-color: transparent transparent #e0e9f1 transparent;
}
/* line 85, ../../sass_new/sass/object/project/_faq.scss */
.p-faq .faq-answer .icon_a {
  display: block;
  background: #901e25;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 15px;
  margin-bottom: 20px;
  max-width: 45px;
  text-align: center;
}
/* line 101, ../../sass_new/sass/object/project/_faq.scss */
.p-faq .faq-answer img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
/* line 111, ../../sass_new/sass/object/project/_faq.scss */
.p-faq .faq-answer p {
  line-height: 1.8;
  font-size: 13px;
}
@media screen and (min-width: 768px) {
  /* line 111, ../../sass_new/sass/object/project/_faq.scss */
  .p-faq .faq-answer p {
    font-size: 15px;
  }
}

/* =========================================================
corp - 店舗案内
========================================================= */
/*contents=========*/
/*table========*/
/* line 17, ../../sass_new/sass/object/project/_corp.scss */
.p-corp-table__tr {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  /* line 17, ../../sass_new/sass/object/project/_corp.scss */
  .p-corp-table__tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
/* line 28, ../../sass_new/sass/object/project/_corp.scss */
.p-corp-table__th {
  background: #e0e9f1;
  padding: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  /* line 28, ../../sass_new/sass/object/project/_corp.scss */
  .p-corp-table__th {
    padding: 15px 10px;
    border-bottom: 1px solid #ffffff;
    width: 20%;
    text-align: center;
  }
}
/* line 44, ../../sass_new/sass/object/project/_corp.scss */
.p-corp-table__td {
  padding: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  /* line 44, ../../sass_new/sass/object/project/_corp.scss */
  .p-corp-table__td {
    border-bottom: 1px solid #f3f3f3;
    width: 80%;
    padding: 15px 10px;
  }
}
/* line 55, ../../sass_new/sass/object/project/_corp.scss */
.p-corp-table__td a {
  color: #1185E7;
  text-decoration: underline;
}
/* line 60, ../../sass_new/sass/object/project/_corp.scss */
.p-corp-table__td img {
  display: block;
  max-width: 400px;
  width: 100%;
}
/* line 66, ../../sass_new/sass/object/project/_corp.scss */
.p-corp-table__td .c-gmap {
  max-width: 400px;
}
/* line 71, ../../sass_new/sass/object/project/_corp.scss */
.p-corp-table__in {
  text-align: center;
  background-color: #f9f9f9;
  padding: 1.3em;
}
@media screen and (min-width: 768px) {
  /* line 71, ../../sass_new/sass/object/project/_corp.scss */
  .p-corp-table__in {
    padding: 2.5em;
  }
}
/* line 83, ../../sass_new/sass/object/project/_corp.scss */
.p-corp-table__ttl {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: justify;
  margin-bottom: 1.5em;
  color: #901e25;
}
@media screen and (min-width: 768px) {
  /* line 83, ../../sass_new/sass/object/project/_corp.scss */
  .p-corp-table__ttl {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
/* line 95, ../../sass_new/sass/object/project/_corp.scss */
.p-corp-table__photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  gap: 2em;
}
@media screen and (min-width: 768px) {
  /* line 95, ../../sass_new/sass/object/project/_corp.scss */
  .p-corp-table__photo {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}
/* line 109, ../../sass_new/sass/object/project/_corp.scss */
.p-corp-table-profile {
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #e0e9f1;
}
@media screen and (min-width: 768px) {
  /* line 109, ../../sass_new/sass/object/project/_corp.scss */
  .p-corp-table-profile {
    width: 45%;
    padding: 2em;
  }
}
/* line 127, ../../sass_new/sass/object/project/_corp.scss */
.p-corp-table-profile__job {
  margin-bottom: 1.5em;
}
/* line 131, ../../sass_new/sass/object/project/_corp.scss */
.p-corp-table-profile__job-catch {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  /* line 131, ../../sass_new/sass/object/project/_corp.scss */
  .p-corp-table-profile__job-catch {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 144, ../../sass_new/sass/object/project/_corp.scss */
.p-corp-table-profile__job-name {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  /* line 144, ../../sass_new/sass/object/project/_corp.scss */
  .p-corp-table-profile__job-name {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
/* line 161, ../../sass_new/sass/object/project/_corp.scss */
.p-corp-table-profile__license-lavel {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
}
/* line 167, ../../sass_new/sass/object/project/_corp.scss */
.p-corp-table-profile__license-value {
  display: block;
  font-weight: bold;
}
/* line 177, ../../sass_new/sass/object/project/_corp.scss */
.p-corp-table-contents__ttl {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  text-align: justify;
  margin-bottom: 1em;
  color: #062a53;
}
@media screen and (min-width: 768px) {
  /* line 177, ../../sass_new/sass/object/project/_corp.scss */
  .p-corp-table-contents__ttl {
    font-size: 20px;
    font-size: 1.25rem;
    margin-top: 1.5em;
  }
}
/* line 191, ../../sass_new/sass/object/project/_corp.scss */
.p-corp-table-contents__txt {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: justify;
  font-weight: 600;
  line-height: 1.6;
  background-color: #fff;
  padding: 2em;
}
@media screen and (min-width: 768px) {
  /* line 191, ../../sass_new/sass/object/project/_corp.scss */
  .p-corp-table-contents__txt {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 204, ../../sass_new/sass/object/project/_corp.scss */
.p-corp-table-contents__lg {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  color: #901e25;
}
@media screen and (min-width: 768px) {
  /* line 204, ../../sass_new/sass/object/project/_corp.scss */
  .p-corp-table-contents__lg {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* line 219, ../../sass_new/sass/object/project/_corp.scss */
.staff-photo {
  max-width: 60%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  /* line 219, ../../sass_new/sass/object/project/_corp.scss */
  .staff-photo {
    aspect-ratio: 3 / 3.5;
    overflow: hidden;
    max-width: 30%;
    margin: 0;
    flex: 1;
  }
}
/* line 231, ../../sass_new/sass/object/project/_corp.scss */
.staff-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 43%;
}

/* =========================================================
blog - 記事・ブログ関連
========================================================= */
/*記事一覧==================*/
/* line 8, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-list__list {
  margin-bottom: 30px;
}
/* line 12, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-list__item {
  position: relative;
  border-bottom: 1px solid #cccccc;
  padding: 10px 0;
  transition: .3s;
}
/* line 38, ../../sass_new/sass/core/mixin/_other.scss */
.p-blog-list__item a.a100:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
/* line 47, ../../sass_new/sass/core/mixin/_other.scss */
.p-blog-list__item a.a100.in-link {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  /* line 12, ../../sass_new/sass/object/project/_blog.scss */
  .p-blog-list__item {
    padding: 20px 10px;
  }
}
/* line 21, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-list__item:hover {
  background: #efefef;
}
/* line 26, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-list__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background: url(../images/icon/icon_right_main.svg) no-repeat right 7.5px center;
  background-size: 15px 15px;
  padding-right: 30px;
}
/* line 31, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-list__photo {
  position: relative;
  width: 100px;
  padding-top: 20%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  /* line 31, ../../sass_new/sass/object/project/_blog.scss */
  .p-blog-list__photo {
    padding-top: 10%;
  }
}
/* line 40, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-list__photo img {
  display: inline-block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* line 52, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-list__contents {
  width: calc(100% - 100px);
  padding-left: 20px;
}
/* line 58, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-list .post_cate {
  display: inline-block;
  background: #e0e9f1;
  color: #ffffff;
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 66, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-list .post_cate.ohanashi, .p-blog-list .post_cate.new_housing_company {
  background: #613494;
}
/* line 72, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-list .post_cate.new, .p-blog-list .post_cate.notice {
  background: #EF8200;
}
/* line 77, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-list .post_cate.study_group, .p-blog-list .post_cate.housing_term_knowledg {
  background: #ff5480;
}
/* line 83, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-list .post_cate.seminar, .p-blog-list .post_cate.housing_subsidies {
  background: #062a53;
}
/* line 89, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-list .post_cate.seminar_thu_fly, .p-blog-list .post_cate.housing_company_informatio {
  background: #062a53;
}
/* line 95, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-list .post_cate.example {
  background: #217a24;
}
/* line 99, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-list .post_cate.a-years-note {
  background: #338096;
}
/* line 103, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-list .post_cate.important {
  background: #901e25;
}
/* line 107, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-list .post_cate.land {
  background: #e55353;
}
/* line 112, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-list .post_date {
  display: block;
  padding: 5px 0 10px;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}
/* line 119, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-list .icon-new {
  display: inline-block;
}
/* line 121, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-list .icon-new .in {
  display: inline-block;
  background: #901e25;
  color: #FFF;
  padding: 3px;
  border-radius: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 131, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-list .post_text {
  display: block;
  margin-top: 10px;
  line-height: 1.5;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  /* line 131, ../../sass_new/sass/object/project/_blog.scss */
  .p-blog-list .post_text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/*サイド*/
/* line 146, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-side__box {
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
/* line 152, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-side__ttl {
  border-radius: 5px 5px 0 0;
  padding: 15px 10px;
  background: #666666;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 161, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-side__contents {
  padding: 10px;
}
/* line 166, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-side__contents .archive_month select {
  display: block;
  width: 100%;
  max-width: 300px;
  border: 1px solid #959595;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url(../images/icon/icon_bottom_gray.svg) no-repeat right 5px center;
  background-size: 10px 10px;
  padding-right: 20px;
  background-color: #ffffff;
  min-height: 36px;
  line-height: 34px;
  transition: .3s;
  cursor: pointer;
}
/* line 59, ../../sass_new/sass/core/mixin/_other.scss */
.p-blog-side__contents .archive_month select:hover {
  opacity: .7;
}
@media all and (-ms-high-contrast: none) {
  /* line 166, ../../sass_new/sass/object/project/_blog.scss */
  .p-blog-side__contents .archive_month select {
    background: #ffffff;
    padding-right: 5px;
  }
}
/* line 190, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-side__contents .category-item {
  border-bottom: 1px solid #cccccc;
}
/* line 192, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-side__contents .category-item:last-of-type {
  border-bottom: none;
}
/* line 195, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-side__contents .category-item .link {
  display: block;
  padding: 10px;
  background: url(../images/icon/icon_right_gray.svg) no-repeat right center;
  background-size: 10px 10px;
  padding-right: 15px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #666666;
}

/*記事詳細==================*/
/* line 214, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__head {
  margin-bottom: 20px;
}
/* line 218, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__ttl {
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  padding-bottom: 10px;
  border-bottom: 2px solid #901e25;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  /* line 218, ../../sass_new/sass/object/project/_blog.scss */
  .p-blog-page__ttl {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
/* line 231, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page .post_cate {
  display: inline-block;
  background: #e0e9f1;
  color: #ffffff;
  padding: 3px 5px;
  border-radius: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 239, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page .post_cate.ohanashi, .p-blog-page .post_cate.new_housing_company {
  background: #613494;
}
/* line 245, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page .post_cate.new, .p-blog-page .post_cate.notice {
  background: #EF8200;
}
/* line 250, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page .post_cate.study_group, .p-blog-page .post_cate.housing_term_knowledg {
  background: #ff5480;
}
/* line 256, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page .post_cate.seminar, .p-blog-page .post_cate.housing_subsidies {
  background: #062a53;
}
/* line 262, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page .post_cate.seminar_thu_fly, .p-blog-page .post_cate.housing_company_informatio {
  background: #062a53;
}
/* line 268, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page .post_cate.example {
  background: #217a24;
}
/* line 272, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page .post_cate.a-years-note {
  background: #338096;
}
/* line 276, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page .post_cate.important {
  background: #901e25;
}
/* line 280, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page .post_cate.land {
  background: #e55353;
}
/* line 285, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__time {
  display: block;
  text-align: right;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  /* line 285, ../../sass_new/sass/object/project/_blog.scss */
  .p-blog-page__time {
    float: right;
  }
}
/* line 296, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page .icon-new {
  display: inline-block;
}
/* line 298, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page .icon-new .in {
  display: inline-block;
  background: #901e25;
  color: #fff;
  padding: 3px;
  border-radius: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 308, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__thumb {
  margin-bottom: 20px;
}
/* line 310, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__thumb img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
/* line 317, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__content {
  line-height: 1.8;
  letter-spacing: 1px;
}
/* line 320, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__content img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* line 325, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__content .aligncenter {
  text-align: center;
  margin: 0 auto;
}
/* line 329, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__content a {
  color: #1185E7;
  text-decoration: underline;
}
/* line 336, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page .form_link_btn {
  text-align: center;
}
/* line 340, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page .addtoany_content {
  text-align: center;
}

/*nav*/
/* line 347, ../../sass_new/sass/object/project/_blog.scss */
.nav-links a {
  display: block;
  border: 3px solid #eeeeee;
  background: #ffffff;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 10px;
  color: #333333;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
}
/* line 358, ../../sass_new/sass/object/project/_blog.scss */
.nav-links .nav-previous {
  background: none !important;
}
/* line 360, ../../sass_new/sass/object/project/_blog.scss */
.nav-links .nav-previous a {
  text-align: right;
}
/* line 362, ../../sass_new/sass/object/project/_blog.scss */
.nav-links .nav-previous a .meta-nav {
  padding-left: 10px;
}
/* line 367, ../../sass_new/sass/object/project/_blog.scss */
.nav-links .nav-next {
  background: none !important;
}
/* line 370, ../../sass_new/sass/object/project/_blog.scss */
.nav-links .nav-next a .meta-nav {
  padding-right: 10px;
}

/*新着情報　カテゴリ*/
/* line 378, ../../sass_new/sass/object/project/_blog.scss */
.item_category.l-main--col2.reverse {
  padding-bottom: 0;
}

/*詳細ページ*/
/*投稿メインエリア　reset解除*/
/* line 386, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__content {
  /*ul打ち消しておく*/
}
/* line 388, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__content .widget-title {
  font-size: 40px;
}
/* line 391, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__content .service-title,
.p-blog-page__content .employee-name,
.p-blog-page__content .latest-news-area .entry-title {
  font-size: 18px;
}
/* line 396, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__content blockquote {
  border: 0;
}
/* line 399, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__content blockquote:before {
  float: left;
  margin-right: 10px;
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 1;
  content: '\f10d';
  color: #ff6b53;
}
/* line 408, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__content em {
  font-style: italic;
}
/* line 411, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__content hr {
  display: inherit;
}
/* line 414, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__content cite {
  font-style: italic;
  padding: 0 20px;
}
/* line 418, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__content .nicescroll-rails {
  z-index: 9999 !important;
}
/* line 421, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__content code {
  white-space: pre-wrap;
}
/* line 424, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__content ::selection {
  background-color: #ff6b53;
  color: #fff;
}
/* line 428, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__content input,
.p-blog-page__content textarea {
  padding: 15px;
  max-width: 100%;
  border: 2px solid #444;
}
/* line 434, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__content button,
.p-blog-page__content html input[type="button"],
.p-blog-page__content input[type="reset"],
.p-blog-page__content input[type="submit"] {
  background-color: #ff6b53;
  padding: 10px 20px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  box-shadow: 0 5px 0 #C2503D;
  border-radius: 5px;
  font-weight: 700;
  border: 0;
}
/* line 449, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__content input[type="radio"],
.p-blog-page__content input[type="checkbox"] {
  padding: 0;
}
/* line 455, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__content table {
  border: solid;
  width: 100%;
  margin-bottom: 20px;
  border-color: #dddddd;
  border-width: 1px;
  border-collapse: separate;
  /* 枠線を結合しない */
}
/* line 464, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__content th {
  background-color: #F8F8F8;
}
/* line 468, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__content table > thead > tr > th,
.p-blog-page__content table > tbody > tr > th,
.p-blog-page__content table > tfoot > tr > th,
.p-blog-page__content table > thead > tr > td,
.p-blog-page__content table > tbody > tr > td,
.p-blog-page__content table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}
/* line 478, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__content table > thead > tr > th,
.p-blog-page__content table > tbody > tr > th,
.p-blog-page__content table > tfoot > tr > th,
.p-blog-page__content table > thead > tr > td,
.p-blog-page__content table > tbody > tr > td,
.p-blog-page__content table > tfoot > tr > td {
  border: 1px solid #dddddd;
  border-collapse: collapse;
}
/* line 491, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__content ul {
  margin: 1em 0;
  padding-left: 0px;
  list-style-position: inside;
}
/* line 496, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__content ul li {
  /*list-style-type: circle;*/
}
/* line 501, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__content ul[style="list-style-type: disc;"] li {
  /* list-style-type: disc;*/
}
/* line 506, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__content ul[style="list-style-type: square;"] li {
  /* list-style-type: disc;*/
}
/* line 510, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__content ol {
  list-style-type: decimal;
}
/* line 514, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__content ul {
  list-style: none;
  padding-left: 1.4em;
  text-indent: -1.4em;
}
/* line 520, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__content img {
  text-align: center;
}
/* line 524, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page__content p a {
  display: block;
}

/*詳細下部固定情報＝＝＝＝＝＝＝＝*/
/* line 532, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page-lock {
  margin-top: 20px;
}
/* line 538, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page-lock__ttl {
  background: #FF8A8A;
  padding: 15px 10px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  /* line 538, ../../sass_new/sass/object/project/_blog.scss */
  .p-blog-page-lock__ttl {
    padding: 25px 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
/* line 553, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page-lock__bnr {
  margin-bottom: 10px;
}
/* line 560, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page-lock__text {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  /* line 560, ../../sass_new/sass/object/project/_blog.scss */
  .p-blog-page-lock__text {
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
  }
}
/* line 570, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page-lock__list {
  display: block;
  border: 1px solid #959595;
  padding: 10px !important;
}
@media screen and (min-width: 768px) {
  /* line 570, ../../sass_new/sass/object/project/_blog.scss */
  .p-blog-page-lock__list {
    padding: 20px !important;
  }
}
/* line 580, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page-lock__item {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8;
  text-indent: 0;
  font-weight: bold;
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  /* line 580, ../../sass_new/sass/object/project/_blog.scss */
  .p-blog-page-lock__item {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
/* line 592, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page-lock__item::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
/* line 599, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page-lock__item:last-of-type {
  margin-bottom: 0;
}
/* line 603, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page-lock__item .in {
  color: #E83428;
}
/* line 611, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page-lock__form-btn {
  text-align: center;
  margin-bottom: 10px;
}
/* line 617, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page-lock__form-btn a {
  display: inline-block;
}
/* line 625, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page-lock__map {
  text-align: center;
}
/* line 631, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page-lock__map img {
  padding: 10px;
  display: inline-block;
  vertical-align: middle;
  max-width: 320px;
}
/* line 642, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page-lock__link {
  text-align: center;
  padding: 20px 0;
}
/* line 648, ../../sass_new/sass/object/project/_blog.scss */
.p-blog-page-lock__link a {
  display: inline-block;
}

/* =========================================================
sitemap - サイトマップページの独自コンテンツ
========================================================= */
@media screen and (min-width: 768px) {
  /* line 9, ../../sass_new/sass/object/project/_sitemap.scss */
  .p-sitemap__list {
    margin: 0 -10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* line 18, ../../sass_new/sass/object/project/_sitemap.scss */
.p-sitemap__item {
  padding: 0 10px 15px;
}
@media screen and (min-width: 768px) {
  /* line 18, ../../sass_new/sass/object/project/_sitemap.scss */
  .p-sitemap__item {
    width: 33.3%;
  }
}
/* line 25, ../../sass_new/sass/object/project/_sitemap.scss */
.p-sitemap__item .link {
  display: block;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY0NjQ2NCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(100, 100, 100, 0.1)), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  border: 1px solid #cccccc;
  border-radius: 10px;
  padding: 20px 10px;
  text-align: center;
}
/* line 36, ../../sass_new/sass/object/project/_sitemap.scss */
.p-sitemap__item .link .in {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #333333;
  font-weight: bold;
  background: url(../images/icon/icon_right_main.svg) no-repeat right center;
  background-size: 12px 12px;
  padding-right: 17px;
}

/* =========================================================
not_found -not_foundページの独自コンテンツ
========================================================= */
/* =========================================================
print - プリント表示に対する対応
========================================================= */
@media print {
  /* line 5, ../../sass_new/sass/object/project/_print.scss */
  body::before {
    background: none;
  }

  /* line 9, ../../sass_new/sass/object/project/_print.scss */
  .l-header,
  .l-footer {
    display: none !important;
  }

  /* line 15, ../../sass_new/sass/object/project/_print.scss */
  .c-main-ttl__in {
    font-size: 30px;
  }

  /* line 18, ../../sass_new/sass/object/project/_print.scss */
  .l-main {
    max-width: 100% !important;
    margin: 0 auto;
  }

  /* line 22, ../../sass_new/sass/object/project/_print.scss */
  .l-main--row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  /* line 25, ../../sass_new/sass/object/project/_print.scss */
  .l-main--row .l-main--left {
    width: calc(100% - 300px) !important;
    padding-right: 15px;
  }
  /* line 29, ../../sass_new/sass/object/project/_print.scss */
  .l-main--row .slick-track, .l-main--row .slick-initialized .slick-slide {
    width: calc(100% - 300px) !important;
  }
  /* line 32, ../../sass_new/sass/object/project/_print.scss */
  .l-main--row .l-side {
    max-width: 300px;
  }

  /* line 37, ../../sass_new/sass/object/project/_print.scss */
  .jq-inview-fade {
    opacity: 1 !important;
    display: block !important;
    top: 0 !important;
  }

  /* line 43, ../../sass_new/sass/object/project/_print.scss */
  .p-detail-images-print {
    display: block !important;
  }
  /* line 45, ../../sass_new/sass/object/project/_print.scss */
  .p-detail-images-print__item {
    text-align: center;
    max-height: 500px;
    background: #ffffff;
  }
  /* line 50, ../../sass_new/sass/object/project/_print.scss */
  .p-detail-images-print__in {
    max-height: 500px;
  }

  /* line 56, ../../sass_new/sass/object/project/_print.scss */
  .c-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  /* line 60, ../../sass_new/sass/object/project/_print.scss */
  .c-table .c-th, .c-table .c-td {
    padding: 15px 10px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  /* line 63, ../../sass_new/sass/object/project/_print.scss */
  .c-table .c-th:first-of-type, .c-table .c-td:first-of-type {
    border-top: none;
  }
  /* line 67, ../../sass_new/sass/object/project/_print.scss */
  .c-table .c-th {
    width: 15%;
  }
  /* line 70, ../../sass_new/sass/object/project/_print.scss */
  .c-table .c-td {
    width: 85%;
  }
  /* line 74, ../../sass_new/sass/object/project/_print.scss */
  .c-table.c-table--col4 .c-th {
    width: 15%;
  }
  /* line 77, ../../sass_new/sass/object/project/_print.scss */
  .c-table.c-table--col4 .c-td {
    background: #ffffff;
    width: 35%;
  }
  /* line 81, ../../sass_new/sass/object/project/_print.scss */
  .c-table.c-table--col4 .c-th, .c-table.c-table--col4 .c-td {
    display: block !important;
  }
  /* line 83, ../../sass_new/sass/object/project/_print.scss */
  .c-table.c-table--col4 .c-th:first-of-type, .c-table.c-table--col4 .c-td:first-of-type {
    border-top: none;
  }
  /* line 86, ../../sass_new/sass/object/project/_print.scss */
  .c-table.c-table--col4 .c-th:nth-of-type(2), .c-table.c-table--col4 .c-td:nth-of-type(2) {
    border-top: none;
  }

  /* line 93, ../../sass_new/sass/object/project/_print.scss */
  .p-contractor-details-contents__th, .p-contractor-details-contents__td {
    text-align: center;
  }
}
/* Utility
======================================= */
/* =========================================================
text - 文字の装飾など
========================================================= */
/* line 13, ../../sass_new/sass/object/utility/_text.scss */
.u-fc-main {
  color: #901e25 !important;
}

/* line 19, ../../sass_new/sass/object/utility/_text.scss */
.u-fc-white {
  color: #ffffff !important;
}

/* line 25, ../../sass_new/sass/object/utility/_text.scss */
.u-fc-red {
  color: #c60d0d !important;
}

/* line 31, ../../sass_new/sass/object/utility/_text.scss */
.u-fc-green {
  color: #766D44 !important;
}

/* line 37, ../../sass_new/sass/object/utility/_text.scss */
.u-fc-blue {
  color: #2D83BA !important;
}

/* line 41, ../../sass_new/sass/object/utility/_text.scss */
.u-fc-orange {
  color: #d88866;
}

/* line 53, ../../sass_new/sass/object/utility/_text.scss */
.u-fw-l {
  font-weight: lighter !important;
}

/* line 59, ../../sass_new/sass/object/utility/_text.scss */
.u-fw-n {
  font-weight: normal !important;
}

/* line 65, ../../sass_new/sass/object/utility/_text.scss */
.u-fw-b {
  font-weight: bold !important;
}

/* line 76, ../../sass_new/sass/object/utility/_text.scss */
.u-ta-l {
  text-align: left;
}

/* line 82, ../../sass_new/sass/object/utility/_text.scss */
.u-ta-c {
  text-align: center;
}

/* line 88, ../../sass_new/sass/object/utility/_text.scss */
.u-ta-r {
  text-align: right;
}

/* line 92, ../../sass_new/sass/object/utility/_text.scss */
.u-bg-salmaonpink {
  background: #ef8d8d;
}

/* line 96, ../../sass_new/sass/object/utility/_text.scss */
.u-bg-orange {
  background: #ffdcb2;
}

/* line 100, ../../sass_new/sass/object/utility/_text.scss */
.u-bg-blue {
  background: #a6cedd;
}

/* =========================================================
margin - 余白の調整
========================================================= */
/* line 5, ../../sass_new/sass/object/utility/_margin.scss */
.u-m-0 {
  margin: 0 !important;
}

/* line 9, ../../sass_new/sass/object/utility/_margin.scss */
.u-mt-0,
.u-my-0 {
  margin-top: 0 !important;
}

/* line 14, ../../sass_new/sass/object/utility/_margin.scss */
.u-mr-0,
.u-mx-0 {
  margin-right: 0 !important;
}

/* line 19, ../../sass_new/sass/object/utility/_margin.scss */
.u-mb-0,
.u-my-0 {
  margin-bottom: 0 !important;
}

/* line 24, ../../sass_new/sass/object/utility/_margin.scss */
.u-ml-0,
.u-mx-0 {
  margin-left: 0 !important;
}

/* line 29, ../../sass_new/sass/object/utility/_margin.scss */
.u-m-1 {
  margin: 0.5rem !important;
}

/* line 33, ../../sass_new/sass/object/utility/_margin.scss */
.u-mt-1,
.u-my-1 {
  margin-top: 0.5rem !important;
}

/* line 38, ../../sass_new/sass/object/utility/_margin.scss */
.u-mr-1,
.u-mx-1 {
  margin-right: 0.5rem !important;
}

/* line 43, ../../sass_new/sass/object/utility/_margin.scss */
.u-mb-1,
.u-my-1 {
  margin-bottom: 0.5rem !important;
}

/* line 48, ../../sass_new/sass/object/utility/_margin.scss */
.u-ml-1,
.u-mx-1 {
  margin-left: 0.5rem !important;
}

/* line 53, ../../sass_new/sass/object/utility/_margin.scss */
.u-m-2 {
  margin: 1rem !important;
}

/* line 57, ../../sass_new/sass/object/utility/_margin.scss */
.u-mt-2,
.u-my-2 {
  margin-top: 1rem !important;
}

/* line 62, ../../sass_new/sass/object/utility/_margin.scss */
.u-mr-2,
.u-mx-2 {
  margin-right: 1rem !important;
}

/* line 67, ../../sass_new/sass/object/utility/_margin.scss */
.u-mb-2,
.u-my-2 {
  margin-bottom: 1rem !important;
}

/* line 72, ../../sass_new/sass/object/utility/_margin.scss */
.u-ml-2,
.u-mx-2 {
  margin-left: 1rem !important;
}

/* line 77, ../../sass_new/sass/object/utility/_margin.scss */
.u-m-3 {
  margin: 1.5rem !important;
}

/* line 81, ../../sass_new/sass/object/utility/_margin.scss */
.u-mt-3,
.u-my-3 {
  margin-top: 1.5rem !important;
}

/* line 86, ../../sass_new/sass/object/utility/_margin.scss */
.u-mr-3,
.u-mx-3 {
  margin-right: 1.5rem !important;
}

/* line 91, ../../sass_new/sass/object/utility/_margin.scss */
.u-mb-3,
.u-my-3 {
  margin-bottom: 1.5rem !important;
}

/* line 96, ../../sass_new/sass/object/utility/_margin.scss */
.u-ml-3,
.u-mx-3 {
  margin-left: 1.5rem !important;
}

/* line 101, ../../sass_new/sass/object/utility/_margin.scss */
.u-m-4 {
  margin: 2rem !important;
}

/* line 105, ../../sass_new/sass/object/utility/_margin.scss */
.u-mt-4,
.u-my-4 {
  margin-top: 2rem !important;
}

/* line 110, ../../sass_new/sass/object/utility/_margin.scss */
.u-mr-4,
.u-mx-4 {
  margin-right: 2rem !important;
}

/* line 115, ../../sass_new/sass/object/utility/_margin.scss */
.u-mb-4,
.u-my-4 {
  margin-bottom: 2rem !important;
}

/* line 120, ../../sass_new/sass/object/utility/_margin.scss */
.u-ml-4,
.u-mx-4 {
  margin-left: 2rem !important;
}

/* line 125, ../../sass_new/sass/object/utility/_margin.scss */
.u-m-5 {
  margin: 3rem !important;
}

/* line 129, ../../sass_new/sass/object/utility/_margin.scss */
.u-mt-5,
.u-my-5 {
  margin-top: 3rem !important;
}

/* line 134, ../../sass_new/sass/object/utility/_margin.scss */
.u-mr-5,
.u-mx-5 {
  margin-right: 3rem !important;
}

/* line 139, ../../sass_new/sass/object/utility/_margin.scss */
.u-mb-5,
.u-my-5 {
  margin-bottom: 3rem !important;
}

/* line 144, ../../sass_new/sass/object/utility/_margin.scss */
.u-ml-5,
.u-mx-5 {
  margin-left: 3rem !important;
}

/* line 149, ../../sass_new/sass/object/utility/_margin.scss */
.u-p-0 {
  padding: 0 !important;
}

/* line 153, ../../sass_new/sass/object/utility/_margin.scss */
.u-pt-0,
.u-py-0 {
  padding-top: 0 !important;
}

/* line 158, ../../sass_new/sass/object/utility/_margin.scss */
.u-pr-0,
.u-px-0 {
  padding-right: 0 !important;
}

/* line 163, ../../sass_new/sass/object/utility/_margin.scss */
.u-pb-0,
.u-py-0 {
  padding-bottom: 0 !important;
}

/* line 168, ../../sass_new/sass/object/utility/_margin.scss */
.u-pl-0,
.u-px-0 {
  padding-left: 0 !important;
}

/* line 173, ../../sass_new/sass/object/utility/_margin.scss */
.u-p-1 {
  padding: 0.5rem !important;
}

/* line 177, ../../sass_new/sass/object/utility/_margin.scss */
.u-pt-1,
.u-py-1 {
  padding-top: 0.5rem !important;
}

/* line 182, ../../sass_new/sass/object/utility/_margin.scss */
.u-pr-1,
.u-px-1 {
  padding-right: 0.5rem !important;
}

/* line 187, ../../sass_new/sass/object/utility/_margin.scss */
.u-pb-1,
.u-py-1 {
  padding-bottom: 0.5rem !important;
}

/* line 192, ../../sass_new/sass/object/utility/_margin.scss */
.u-pl-1,
.u-px-1 {
  padding-left: 0.5rem !important;
}

/* line 197, ../../sass_new/sass/object/utility/_margin.scss */
.u-p-2 {
  padding: 1rem !important;
}

/* line 201, ../../sass_new/sass/object/utility/_margin.scss */
.u-pt-2,
.u-py-2 {
  padding-top: 1rem !important;
}

/* line 206, ../../sass_new/sass/object/utility/_margin.scss */
.u-pr-2,
.u-px-2 {
  padding-right: 1rem !important;
}

/* line 211, ../../sass_new/sass/object/utility/_margin.scss */
.u-pb-2,
.u-py-2 {
  padding-bottom: 1rem !important;
}

/* line 216, ../../sass_new/sass/object/utility/_margin.scss */
.u-pl-2,
.u-px-2 {
  padding-left: 1rem !important;
}

/* line 221, ../../sass_new/sass/object/utility/_margin.scss */
.u-p-3 {
  padding: 1.5rem !important;
}

/* line 225, ../../sass_new/sass/object/utility/_margin.scss */
.u-pt-3,
.u-py-3 {
  padding-top: 1.5rem !important;
}

/* line 230, ../../sass_new/sass/object/utility/_margin.scss */
.u-pr-3,
.u-px-3 {
  padding-right: 1.5rem !important;
}

/* line 235, ../../sass_new/sass/object/utility/_margin.scss */
.u-pb-3,
.u-py-3 {
  padding-bottom: 1.5rem !important;
}

/* line 240, ../../sass_new/sass/object/utility/_margin.scss */
.u-pl-3,
.u-px-3 {
  padding-left: 1.5rem !important;
}

/* line 245, ../../sass_new/sass/object/utility/_margin.scss */
.u-p-4 {
  padding: 2rem !important;
}

/* line 249, ../../sass_new/sass/object/utility/_margin.scss */
.u-pt-4,
.u-py-4 {
  padding-top: 2rem !important;
}

/* line 254, ../../sass_new/sass/object/utility/_margin.scss */
.u-pr-4,
.u-px-4 {
  padding-right: 2rem !important;
}

/* line 259, ../../sass_new/sass/object/utility/_margin.scss */
.u-pb-4,
.u-py-4 {
  padding-bottom: 2rem !important;
}

/* line 264, ../../sass_new/sass/object/utility/_margin.scss */
.u-pl-4,
.u-px-4 {
  padding-left: 2rem !important;
}

/* line 269, ../../sass_new/sass/object/utility/_margin.scss */
.u-p-5 {
  padding: 3rem !important;
}

/* line 273, ../../sass_new/sass/object/utility/_margin.scss */
.u-pt-5,
.u-py-5 {
  padding-top: 3rem !important;
}

/* line 278, ../../sass_new/sass/object/utility/_margin.scss */
.u-pr-5,
.u-px-5 {
  padding-right: 3rem !important;
}

/* line 283, ../../sass_new/sass/object/utility/_margin.scss */
.u-pb-5,
.u-py-5 {
  padding-bottom: 3rem !important;
}

/* line 288, ../../sass_new/sass/object/utility/_margin.scss */
.u-pl-5,
.u-px-5 {
  padding-left: 3rem !important;
}

/* line 293, ../../sass_new/sass/object/utility/_margin.scss */
.u-m-auto {
  margin: auto !important;
}

/* line 297, ../../sass_new/sass/object/utility/_margin.scss */
.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

/* line 302, ../../sass_new/sass/object/utility/_margin.scss */
.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

/* line 307, ../../sass_new/sass/object/utility/_margin.scss */
.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

/* line 312, ../../sass_new/sass/object/utility/_margin.scss */
.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

@media screen and (min-width: 576px) {
  /* line 318, ../../sass_new/sass/object/utility/_margin.scss */
  .u-m-sm-0 {
    margin: 0 !important;
  }

  /* line 321, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mt-sm-0,
  .u-my-sm-0 {
    margin-top: 0 !important;
  }

  /* line 325, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mr-sm-0,
  .u-mx-sm-0 {
    margin-right: 0 !important;
  }

  /* line 329, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mb-sm-0,
  .u-my-sm-0 {
    margin-bottom: 0 !important;
  }

  /* line 333, ../../sass_new/sass/object/utility/_margin.scss */
  .u-ml-sm-0,
  .u-mx-sm-0 {
    margin-left: 0 !important;
  }

  /* line 337, ../../sass_new/sass/object/utility/_margin.scss */
  .u-m-sm-1 {
    margin: 0.5rem !important;
  }

  /* line 340, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mt-sm-1,
  .u-my-sm-1 {
    margin-top: 0.5rem !important;
  }

  /* line 344, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mr-sm-1,
  .u-mx-sm-1 {
    margin-right: 0.5rem !important;
  }

  /* line 348, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mb-sm-1,
  .u-my-sm-1 {
    margin-bottom: 0.5rem !important;
  }

  /* line 352, ../../sass_new/sass/object/utility/_margin.scss */
  .u-ml-sm-1,
  .u-mx-sm-1 {
    margin-left: 0.5rem !important;
  }

  /* line 356, ../../sass_new/sass/object/utility/_margin.scss */
  .u-m-sm-2 {
    margin: 1rem !important;
  }

  /* line 359, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mt-sm-2,
  .u-my-sm-2 {
    margin-top: 1rem !important;
  }

  /* line 363, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mr-sm-2,
  .u-mx-sm-2 {
    margin-right: 1rem !important;
  }

  /* line 367, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mb-sm-2,
  .u-my-sm-2 {
    margin-bottom: 1rem !important;
  }

  /* line 371, ../../sass_new/sass/object/utility/_margin.scss */
  .u-ml-sm-2,
  .u-mx-sm-2 {
    margin-left: 1rem !important;
  }

  /* line 375, ../../sass_new/sass/object/utility/_margin.scss */
  .u-m-sm-3 {
    margin: 1.5rem !important;
  }

  /* line 378, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mt-sm-3,
  .u-my-sm-3 {
    margin-top: 1.5rem !important;
  }

  /* line 382, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mr-sm-3,
  .u-mx-sm-3 {
    margin-right: 1.5rem !important;
  }

  /* line 386, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mb-sm-3,
  .u-my-sm-3 {
    margin-bottom: 1.5rem !important;
  }

  /* line 390, ../../sass_new/sass/object/utility/_margin.scss */
  .u-ml-sm-3,
  .u-mx-sm-3 {
    margin-left: 1.5rem !important;
  }

  /* line 394, ../../sass_new/sass/object/utility/_margin.scss */
  .u-m-sm-4 {
    margin: 2rem !important;
  }

  /* line 397, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mt-sm-4,
  .u-my-sm-4 {
    margin-top: 2rem !important;
  }

  /* line 401, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mr-sm-4,
  .u-mx-sm-4 {
    margin-right: 2rem !important;
  }

  /* line 405, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mb-sm-4,
  .u-my-sm-4 {
    margin-bottom: 2rem !important;
  }

  /* line 409, ../../sass_new/sass/object/utility/_margin.scss */
  .u-ml-sm-4,
  .u-mx-sm-4 {
    margin-left: 2rem !important;
  }

  /* line 413, ../../sass_new/sass/object/utility/_margin.scss */
  .u-m-sm-5 {
    margin: 3rem !important;
  }

  /* line 416, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mt-sm-5,
  .u-my-sm-5 {
    margin-top: 3rem !important;
  }

  /* line 420, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mr-sm-5,
  .u-mx-sm-5 {
    margin-right: 3rem !important;
  }

  /* line 424, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mb-sm-5,
  .u-my-sm-5 {
    margin-bottom: 3rem !important;
  }

  /* line 428, ../../sass_new/sass/object/utility/_margin.scss */
  .u-ml-sm-5,
  .u-mx-sm-5 {
    margin-left: 3rem !important;
  }

  /* line 432, ../../sass_new/sass/object/utility/_margin.scss */
  .u-p-sm-0 {
    padding: 0 !important;
  }

  /* line 435, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pt-sm-0,
  .u-py-sm-0 {
    padding-top: 0 !important;
  }

  /* line 439, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pr-sm-0,
  .u-px-sm-0 {
    padding-right: 0 !important;
  }

  /* line 443, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pb-sm-0,
  .u-py-sm-0 {
    padding-bottom: 0 !important;
  }

  /* line 447, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pl-sm-0,
  .u-px-sm-0 {
    padding-left: 0 !important;
  }

  /* line 451, ../../sass_new/sass/object/utility/_margin.scss */
  .u-p-sm-1 {
    padding: 0.5rem !important;
  }

  /* line 454, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pt-sm-1,
  .u-py-sm-1 {
    padding-top: 0.5rem !important;
  }

  /* line 458, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pr-sm-1,
  .u-px-sm-1 {
    padding-right: 0.5rem !important;
  }

  /* line 462, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pb-sm-1,
  .u-py-sm-1 {
    padding-bottom: 0.5rem !important;
  }

  /* line 466, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pl-sm-1,
  .u-px-sm-1 {
    padding-left: 0.5rem !important;
  }

  /* line 470, ../../sass_new/sass/object/utility/_margin.scss */
  .u-p-sm-2 {
    padding: 1rem !important;
  }

  /* line 473, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pt-sm-2,
  .u-py-sm-2 {
    padding-top: 1rem !important;
  }

  /* line 477, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pr-sm-2,
  .u-px-sm-2 {
    padding-right: 1rem !important;
  }

  /* line 481, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pb-sm-2,
  .u-py-sm-2 {
    padding-bottom: 1rem !important;
  }

  /* line 485, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pl-sm-2,
  .u-px-sm-2 {
    padding-left: 1rem !important;
  }

  /* line 489, ../../sass_new/sass/object/utility/_margin.scss */
  .u-p-sm-3 {
    padding: 1.5rem !important;
  }

  /* line 492, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pt-sm-3,
  .u-py-sm-3 {
    padding-top: 1.5rem !important;
  }

  /* line 496, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pr-sm-3,
  .u-px-sm-3 {
    padding-right: 1.5rem !important;
  }

  /* line 500, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pb-sm-3,
  .u-py-sm-3 {
    padding-bottom: 1.5rem !important;
  }

  /* line 504, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pl-sm-3,
  .u-px-sm-3 {
    padding-left: 1.5rem !important;
  }

  /* line 508, ../../sass_new/sass/object/utility/_margin.scss */
  .u-p-sm-4 {
    padding: 2rem !important;
  }

  /* line 511, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pt-sm-4,
  .u-py-sm-4 {
    padding-top: 2rem !important;
  }

  /* line 515, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pr-sm-4,
  .u-px-sm-4 {
    padding-right: 2rem !important;
  }

  /* line 519, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pb-sm-4,
  .u-py-sm-4 {
    padding-bottom: 2rem !important;
  }

  /* line 523, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pl-sm-4,
  .u-px-sm-4 {
    padding-left: 2rem !important;
  }

  /* line 527, ../../sass_new/sass/object/utility/_margin.scss */
  .u-p-sm-5 {
    padding: 3rem !important;
  }

  /* line 530, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pt-sm-5,
  .u-py-sm-5 {
    padding-top: 3rem !important;
  }

  /* line 534, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pr-sm-5,
  .u-px-sm-5 {
    padding-right: 3rem !important;
  }

  /* line 538, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pb-sm-5,
  .u-py-sm-5 {
    padding-bottom: 3rem !important;
  }

  /* line 542, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pl-sm-5,
  .u-px-sm-5 {
    padding-left: 3rem !important;
  }

  /* line 546, ../../sass_new/sass/object/utility/_margin.scss */
  .u-m-sm-auto {
    margin: auto !important;
  }

  /* line 549, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mt-sm-auto,
  .u-my-sm-auto {
    margin-top: auto !important;
  }

  /* line 553, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mr-sm-auto,
  .u-mx-sm-auto {
    margin-right: auto !important;
  }

  /* line 557, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mb-sm-auto,
  .u-my-sm-auto {
    margin-bottom: auto !important;
  }

  /* line 561, ../../sass_new/sass/object/utility/_margin.scss */
  .u-ml-sm-auto,
  .u-mx-sm-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 568, ../../sass_new/sass/object/utility/_margin.scss */
  .u-m-md-0 {
    margin: 0 !important;
  }

  /* line 571, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mt-md-0,
  .u-my-md-0 {
    margin-top: 0 !important;
  }

  /* line 575, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mr-md-0,
  .u-mx-md-0 {
    margin-right: 0 !important;
  }

  /* line 579, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mb-md-0,
  .u-my-md-0 {
    margin-bottom: 0 !important;
  }

  /* line 583, ../../sass_new/sass/object/utility/_margin.scss */
  .u-ml-md-0,
  .u-mx-md-0 {
    margin-left: 0 !important;
  }

  /* line 587, ../../sass_new/sass/object/utility/_margin.scss */
  .u-m-md-1 {
    margin: 0.5rem !important;
  }

  /* line 590, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mt-md-1,
  .u-my-md-1 {
    margin-top: 0.5rem !important;
  }

  /* line 594, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mr-md-1,
  .u-mx-md-1 {
    margin-right: 0.5rem !important;
  }

  /* line 598, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mb-md-1,
  .u-my-md-1 {
    margin-bottom: 0.5rem !important;
  }

  /* line 602, ../../sass_new/sass/object/utility/_margin.scss */
  .u-ml-md-1,
  .u-mx-md-1 {
    margin-left: 0.5rem !important;
  }

  /* line 606, ../../sass_new/sass/object/utility/_margin.scss */
  .u-m-md-2 {
    margin: 1rem !important;
  }

  /* line 609, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mt-md-2,
  .u-my-md-2 {
    margin-top: 1rem !important;
  }

  /* line 613, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mr-md-2,
  .u-mx-md-2 {
    margin-right: 1rem !important;
  }

  /* line 617, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mb-md-2,
  .u-my-md-2 {
    margin-bottom: 1rem !important;
  }

  /* line 621, ../../sass_new/sass/object/utility/_margin.scss */
  .u-ml-md-2,
  .u-mx-md-2 {
    margin-left: 1rem !important;
  }

  /* line 625, ../../sass_new/sass/object/utility/_margin.scss */
  .u-m-md-3 {
    margin: 1.5rem !important;
  }

  /* line 628, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mt-md-3,
  .u-my-md-3 {
    margin-top: 1.5rem !important;
  }

  /* line 632, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mr-md-3,
  .u-mx-md-3 {
    margin-right: 1.5rem !important;
  }

  /* line 636, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mb-md-3,
  .u-my-md-3 {
    margin-bottom: 1.5rem !important;
  }

  /* line 640, ../../sass_new/sass/object/utility/_margin.scss */
  .u-ml-md-3,
  .u-mx-md-3 {
    margin-left: 1.5rem !important;
  }

  /* line 644, ../../sass_new/sass/object/utility/_margin.scss */
  .u-m-md-4 {
    margin: 2rem !important;
  }

  /* line 647, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mt-md-4,
  .u-my-md-4 {
    margin-top: 2rem !important;
  }

  /* line 651, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mr-md-4,
  .u-mx-md-4 {
    margin-right: 2rem !important;
  }

  /* line 655, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mb-md-4,
  .u-my-md-4 {
    margin-bottom: 2rem !important;
  }

  /* line 659, ../../sass_new/sass/object/utility/_margin.scss */
  .u-ml-md-4,
  .u-mx-md-4 {
    margin-left: 2rem !important;
  }

  /* line 663, ../../sass_new/sass/object/utility/_margin.scss */
  .u-m-md-5 {
    margin: 3rem !important;
  }

  /* line 666, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mt-md-5,
  .u-my-md-5 {
    margin-top: 3rem !important;
  }

  /* line 670, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mr-md-5,
  .u-mx-md-5 {
    margin-right: 3rem !important;
  }

  /* line 674, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mb-md-5,
  .u-my-md-5 {
    margin-bottom: 3rem !important;
  }

  /* line 678, ../../sass_new/sass/object/utility/_margin.scss */
  .u-ml-md-5,
  .u-mx-md-5 {
    margin-left: 3rem !important;
  }

  /* line 682, ../../sass_new/sass/object/utility/_margin.scss */
  .u-p-md-0 {
    padding: 0 !important;
  }

  /* line 685, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pt-md-0,
  .u-py-md-0 {
    padding-top: 0 !important;
  }

  /* line 689, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pr-md-0,
  .u-px-md-0 {
    padding-right: 0 !important;
  }

  /* line 693, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pb-md-0,
  .u-py-md-0 {
    padding-bottom: 0 !important;
  }

  /* line 697, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pl-md-0,
  .u-px-md-0 {
    padding-left: 0 !important;
  }

  /* line 701, ../../sass_new/sass/object/utility/_margin.scss */
  .u-p-md-1 {
    padding: 0.5rem !important;
  }

  /* line 704, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pt-md-1,
  .u-py-md-1 {
    padding-top: 0.5rem !important;
  }

  /* line 708, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pr-md-1,
  .u-px-md-1 {
    padding-right: 0.5rem !important;
  }

  /* line 712, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pb-md-1,
  .u-py-md-1 {
    padding-bottom: 0.5rem !important;
  }

  /* line 716, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pl-md-1,
  .u-px-md-1 {
    padding-left: 0.5rem !important;
  }

  /* line 720, ../../sass_new/sass/object/utility/_margin.scss */
  .u-p-md-2 {
    padding: 1rem !important;
  }

  /* line 723, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pt-md-2,
  .u-py-md-2 {
    padding-top: 1rem !important;
  }

  /* line 727, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pr-md-2,
  .u-px-md-2 {
    padding-right: 1rem !important;
  }

  /* line 731, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pb-md-2,
  .u-py-md-2 {
    padding-bottom: 1rem !important;
  }

  /* line 735, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pl-md-2,
  .u-px-md-2 {
    padding-left: 1rem !important;
  }

  /* line 739, ../../sass_new/sass/object/utility/_margin.scss */
  .u-p-md-3 {
    padding: 1.5rem !important;
  }

  /* line 742, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pt-md-3,
  .u-py-md-3 {
    padding-top: 1.5rem !important;
  }

  /* line 746, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pr-md-3,
  .u-px-md-3 {
    padding-right: 1.5rem !important;
  }

  /* line 750, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pb-md-3,
  .u-py-md-3 {
    padding-bottom: 1.5rem !important;
  }

  /* line 754, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pl-md-3,
  .u-px-md-3 {
    padding-left: 1.5rem !important;
  }

  /* line 758, ../../sass_new/sass/object/utility/_margin.scss */
  .u-p-md-4 {
    padding: 2rem !important;
  }

  /* line 761, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pt-md-4,
  .u-py-md-4 {
    padding-top: 2rem !important;
  }

  /* line 765, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pr-md-4,
  .u-px-md-4 {
    padding-right: 2rem !important;
  }

  /* line 769, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pb-md-4,
  .u-py-md-4 {
    padding-bottom: 2rem !important;
  }

  /* line 773, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pl-md-4,
  .u-px-md-4 {
    padding-left: 2rem !important;
  }

  /* line 777, ../../sass_new/sass/object/utility/_margin.scss */
  .u-p-md-5 {
    padding: 3rem !important;
  }

  /* line 780, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pt-md-5,
  .u-py-md-5 {
    padding-top: 3rem !important;
  }

  /* line 784, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pr-md-5,
  .u-px-md-5 {
    padding-right: 3rem !important;
  }

  /* line 788, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pb-md-5,
  .u-py-md-5 {
    padding-bottom: 3rem !important;
  }

  /* line 792, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pl-md-5,
  .u-px-md-5 {
    padding-left: 3rem !important;
  }

  /* line 796, ../../sass_new/sass/object/utility/_margin.scss */
  .u-m-md-auto {
    margin: auto !important;
  }

  /* line 799, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mt-md-auto,
  .u-my-md-auto {
    margin-top: auto !important;
  }

  /* line 803, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mr-md-auto,
  .u-mx-md-auto {
    margin-right: auto !important;
  }

  /* line 807, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mb-md-auto,
  .u-my-md-auto {
    margin-bottom: auto !important;
  }

  /* line 811, ../../sass_new/sass/object/utility/_margin.scss */
  .u-ml-md-auto,
  .u-mx-md-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 900px) {
  /* line 818, ../../sass_new/sass/object/utility/_margin.scss */
  .u-m-lg-0 {
    margin: 0 !important;
  }

  /* line 821, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mt-lg-0,
  .u-my-lg-0 {
    margin-top: 0 !important;
  }

  /* line 825, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mr-lg-0,
  .u-mx-lg-0 {
    margin-right: 0 !important;
  }

  /* line 829, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mb-lg-0,
  .u-my-lg-0 {
    margin-bottom: 0 !important;
  }

  /* line 833, ../../sass_new/sass/object/utility/_margin.scss */
  .u-ml-lg-0,
  .u-mx-lg-0 {
    margin-left: 0 !important;
  }

  /* line 837, ../../sass_new/sass/object/utility/_margin.scss */
  .u-m-lg-1 {
    margin: 0.5rem !important;
  }

  /* line 840, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mt-lg-1,
  .u-my-lg-1 {
    margin-top: 0.5rem !important;
  }

  /* line 844, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mr-lg-1,
  .u-mx-lg-1 {
    margin-right: 0.5rem !important;
  }

  /* line 848, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mb-lg-1,
  .u-my-lg-1 {
    margin-bottom: 0.5rem !important;
  }

  /* line 852, ../../sass_new/sass/object/utility/_margin.scss */
  .u-ml-lg-1,
  .u-mx-lg-1 {
    margin-left: 0.5rem !important;
  }

  /* line 856, ../../sass_new/sass/object/utility/_margin.scss */
  .u-m-lg-2 {
    margin: 1rem !important;
  }

  /* line 859, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mt-lg-2,
  .u-my-lg-2 {
    margin-top: 1rem !important;
  }

  /* line 863, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mr-lg-2,
  .u-mx-lg-2 {
    margin-right: 1rem !important;
  }

  /* line 867, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mb-lg-2,
  .u-my-lg-2 {
    margin-bottom: 1rem !important;
  }

  /* line 871, ../../sass_new/sass/object/utility/_margin.scss */
  .u-ml-lg-2,
  .u-mx-lg-2 {
    margin-left: 1rem !important;
  }

  /* line 875, ../../sass_new/sass/object/utility/_margin.scss */
  .u-m-lg-3 {
    margin: 1.5rem !important;
  }

  /* line 878, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mt-lg-3,
  .u-my-lg-3 {
    margin-top: 1.5rem !important;
  }

  /* line 882, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mr-lg-3,
  .u-mx-lg-3 {
    margin-right: 1.5rem !important;
  }

  /* line 886, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mb-lg-3,
  .u-my-lg-3 {
    margin-bottom: 1.5rem !important;
  }

  /* line 890, ../../sass_new/sass/object/utility/_margin.scss */
  .u-ml-lg-3,
  .u-mx-lg-3 {
    margin-left: 1.5rem !important;
  }

  /* line 894, ../../sass_new/sass/object/utility/_margin.scss */
  .u-m-lg-4 {
    margin: 2rem !important;
  }

  /* line 897, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mt-lg-4,
  .u-my-lg-4 {
    margin-top: 2rem !important;
  }

  /* line 901, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mr-lg-4,
  .u-mx-lg-4 {
    margin-right: 2rem !important;
  }

  /* line 905, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mb-lg-4,
  .u-my-lg-4 {
    margin-bottom: 2rem !important;
  }

  /* line 909, ../../sass_new/sass/object/utility/_margin.scss */
  .u-ml-lg-4,
  .u-mx-lg-4 {
    margin-left: 2rem !important;
  }

  /* line 913, ../../sass_new/sass/object/utility/_margin.scss */
  .u-m-lg-5 {
    margin: 3rem !important;
  }

  /* line 916, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mt-lg-5,
  .u-my-lg-5 {
    margin-top: 3rem !important;
  }

  /* line 920, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mr-lg-5,
  .u-mx-lg-5 {
    margin-right: 3rem !important;
  }

  /* line 924, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mb-lg-5,
  .u-my-lg-5 {
    margin-bottom: 3rem !important;
  }

  /* line 928, ../../sass_new/sass/object/utility/_margin.scss */
  .u-ml-lg-5,
  .u-mx-lg-5 {
    margin-left: 3rem !important;
  }

  /* line 932, ../../sass_new/sass/object/utility/_margin.scss */
  .u-p-lg-0 {
    padding: 0 !important;
  }

  /* line 935, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pt-lg-0,
  .u-py-lg-0 {
    padding-top: 0 !important;
  }

  /* line 939, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pr-lg-0,
  .u-px-lg-0 {
    padding-right: 0 !important;
  }

  /* line 943, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pb-lg-0,
  .u-py-lg-0 {
    padding-bottom: 0 !important;
  }

  /* line 947, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pl-lg-0,
  .u-px-lg-0 {
    padding-left: 0 !important;
  }

  /* line 951, ../../sass_new/sass/object/utility/_margin.scss */
  .u-p-lg-1 {
    padding: 0.5rem !important;
  }

  /* line 954, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pt-lg-1,
  .u-py-lg-1 {
    padding-top: 0.5rem !important;
  }

  /* line 958, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pr-lg-1,
  .u-px-lg-1 {
    padding-right: 0.5rem !important;
  }

  /* line 962, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pb-lg-1,
  .u-py-lg-1 {
    padding-bottom: 0.5rem !important;
  }

  /* line 966, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pl-lg-1,
  .u-px-lg-1 {
    padding-left: 0.5rem !important;
  }

  /* line 970, ../../sass_new/sass/object/utility/_margin.scss */
  .u-p-lg-2 {
    padding: 1rem !important;
  }

  /* line 973, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pt-lg-2,
  .u-py-lg-2 {
    padding-top: 1rem !important;
  }

  /* line 977, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pr-lg-2,
  .u-px-lg-2 {
    padding-right: 1rem !important;
  }

  /* line 981, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pb-lg-2,
  .u-py-lg-2 {
    padding-bottom: 1rem !important;
  }

  /* line 985, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pl-lg-2,
  .u-px-lg-2 {
    padding-left: 1rem !important;
  }

  /* line 989, ../../sass_new/sass/object/utility/_margin.scss */
  .u-p-lg-3 {
    padding: 1.5rem !important;
  }

  /* line 992, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pt-lg-3,
  .u-py-lg-3 {
    padding-top: 1.5rem !important;
  }

  /* line 996, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pr-lg-3,
  .u-px-lg-3 {
    padding-right: 1.5rem !important;
  }

  /* line 1000, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pb-lg-3,
  .u-py-lg-3 {
    padding-bottom: 1.5rem !important;
  }

  /* line 1004, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pl-lg-3,
  .u-px-lg-3 {
    padding-left: 1.5rem !important;
  }

  /* line 1008, ../../sass_new/sass/object/utility/_margin.scss */
  .u-p-lg-4 {
    padding: 2rem !important;
  }

  /* line 1011, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pt-lg-4,
  .u-py-lg-4 {
    padding-top: 2rem !important;
  }

  /* line 1015, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pr-lg-4,
  .u-px-lg-4 {
    padding-right: 2rem !important;
  }

  /* line 1019, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pb-lg-4,
  .u-py-lg-4 {
    padding-bottom: 2rem !important;
  }

  /* line 1023, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pl-lg-4,
  .u-px-lg-4 {
    padding-left: 2rem !important;
  }

  /* line 1027, ../../sass_new/sass/object/utility/_margin.scss */
  .u-p-lg-5 {
    padding: 3rem !important;
  }

  /* line 1030, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pt-lg-5,
  .u-py-lg-5 {
    padding-top: 3rem !important;
  }

  /* line 1034, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pr-lg-5,
  .u-px-lg-5 {
    padding-right: 3rem !important;
  }

  /* line 1038, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pb-lg-5,
  .u-py-lg-5 {
    padding-bottom: 3rem !important;
  }

  /* line 1042, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pl-lg-5,
  .u-px-lg-5 {
    padding-left: 3rem !important;
  }

  /* line 1046, ../../sass_new/sass/object/utility/_margin.scss */
  .u-m-lg-auto {
    margin: auto !important;
  }

  /* line 1049, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mt-lg-auto,
  .u-my-lg-auto {
    margin-top: auto !important;
  }

  /* line 1053, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mr-lg-auto,
  .u-mx-lg-auto {
    margin-right: auto !important;
  }

  /* line 1057, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mb-lg-auto,
  .u-my-lg-auto {
    margin-bottom: auto !important;
  }

  /* line 1061, ../../sass_new/sass/object/utility/_margin.scss */
  .u-ml-lg-auto,
  .u-mx-lg-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 1068, ../../sass_new/sass/object/utility/_margin.scss */
  .u-m-xl-0 {
    margin: 0 !important;
  }

  /* line 1071, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mt-xl-0,
  .u-my-xl-0 {
    margin-top: 0 !important;
  }

  /* line 1075, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mr-xl-0,
  .u-mx-xl-0 {
    margin-right: 0 !important;
  }

  /* line 1079, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mb-xl-0,
  .u-my-xl-0 {
    margin-bottom: 0 !important;
  }

  /* line 1083, ../../sass_new/sass/object/utility/_margin.scss */
  .u-ml-xl-0,
  .u-mx-xl-0 {
    margin-left: 0 !important;
  }

  /* line 1087, ../../sass_new/sass/object/utility/_margin.scss */
  .u-m-xl-1 {
    margin: 0.5rem !important;
  }

  /* line 1090, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mt-xl-1,
  .u-my-xl-1 {
    margin-top: 0.5rem !important;
  }

  /* line 1094, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mr-xl-1,
  .u-mx-xl-1 {
    margin-right: 0.5rem !important;
  }

  /* line 1098, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mb-xl-1,
  .u-my-xl-1 {
    margin-bottom: 0.5rem !important;
  }

  /* line 1102, ../../sass_new/sass/object/utility/_margin.scss */
  .u-ml-xl-1,
  .u-mx-xl-1 {
    margin-left: 0.5rem !important;
  }

  /* line 1106, ../../sass_new/sass/object/utility/_margin.scss */
  .u-m-xl-2 {
    margin: 1rem !important;
  }

  /* line 1109, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mt-xl-2,
  .u-my-xl-2 {
    margin-top: 1rem !important;
  }

  /* line 1113, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mr-xl-2,
  .u-mx-xl-2 {
    margin-right: 1rem !important;
  }

  /* line 1117, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mb-xl-2,
  .u-my-xl-2 {
    margin-bottom: 1rem !important;
  }

  /* line 1121, ../../sass_new/sass/object/utility/_margin.scss */
  .u-ml-xl-2,
  .u-mx-xl-2 {
    margin-left: 1rem !important;
  }

  /* line 1125, ../../sass_new/sass/object/utility/_margin.scss */
  .u-m-xl-3 {
    margin: 1.5rem !important;
  }

  /* line 1128, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mt-xl-3,
  .u-my-xl-3 {
    margin-top: 1.5rem !important;
  }

  /* line 1132, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mr-xl-3,
  .u-mx-xl-3 {
    margin-right: 1.5rem !important;
  }

  /* line 1136, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mb-xl-3,
  .u-my-xl-3 {
    margin-bottom: 1.5rem !important;
  }

  /* line 1140, ../../sass_new/sass/object/utility/_margin.scss */
  .u-ml-xl-3,
  .u-mx-xl-3 {
    margin-left: 1.5rem !important;
  }

  /* line 1144, ../../sass_new/sass/object/utility/_margin.scss */
  .u-m-xl-4 {
    margin: 2rem !important;
  }

  /* line 1147, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mt-xl-4,
  .u-my-xl-4 {
    margin-top: 2rem !important;
  }

  /* line 1151, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mr-xl-4,
  .u-mx-xl-4 {
    margin-right: 2rem !important;
  }

  /* line 1155, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mb-xl-4,
  .u-my-xl-4 {
    margin-bottom: 2rem !important;
  }

  /* line 1159, ../../sass_new/sass/object/utility/_margin.scss */
  .u-ml-xl-4,
  .u-mx-xl-4 {
    margin-left: 2rem !important;
  }

  /* line 1163, ../../sass_new/sass/object/utility/_margin.scss */
  .u-m-xl-5 {
    margin: 3rem !important;
  }

  /* line 1166, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mt-xl-5,
  .u-my-xl-5 {
    margin-top: 3rem !important;
  }

  /* line 1170, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mr-xl-5,
  .u-mx-xl-5 {
    margin-right: 3rem !important;
  }

  /* line 1174, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mb-xl-5,
  .u-my-xl-5 {
    margin-bottom: 3rem !important;
  }

  /* line 1178, ../../sass_new/sass/object/utility/_margin.scss */
  .u-ml-xl-5,
  .u-mx-xl-5 {
    margin-left: 3rem !important;
  }

  /* line 1182, ../../sass_new/sass/object/utility/_margin.scss */
  .u-p-xl-0 {
    padding: 0 !important;
  }

  /* line 1185, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pt-xl-0,
  .u-py-xl-0 {
    padding-top: 0 !important;
  }

  /* line 1189, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pr-xl-0,
  .u-px-xl-0 {
    padding-right: 0 !important;
  }

  /* line 1193, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pb-xl-0,
  .u-py-xl-0 {
    padding-bottom: 0 !important;
  }

  /* line 1197, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pl-xl-0,
  .u-px-xl-0 {
    padding-left: 0 !important;
  }

  /* line 1201, ../../sass_new/sass/object/utility/_margin.scss */
  .u-p-xl-1 {
    padding: 0.5rem !important;
  }

  /* line 1204, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pt-xl-1,
  .u-py-xl-1 {
    padding-top: 0.5rem !important;
  }

  /* line 1208, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pr-xl-1,
  .u-px-xl-1 {
    padding-right: 0.5rem !important;
  }

  /* line 1212, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pb-xl-1,
  .u-py-xl-1 {
    padding-bottom: 0.5rem !important;
  }

  /* line 1216, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pl-xl-1,
  .u-px-xl-1 {
    padding-left: 0.5rem !important;
  }

  /* line 1220, ../../sass_new/sass/object/utility/_margin.scss */
  .u-p-xl-2 {
    padding: 1rem !important;
  }

  /* line 1223, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pt-xl-2,
  .u-py-xl-2 {
    padding-top: 1rem !important;
  }

  /* line 1227, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pr-xl-2,
  .u-px-xl-2 {
    padding-right: 1rem !important;
  }

  /* line 1231, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pb-xl-2,
  .u-py-xl-2 {
    padding-bottom: 1rem !important;
  }

  /* line 1235, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pl-xl-2,
  .u-px-xl-2 {
    padding-left: 1rem !important;
  }

  /* line 1239, ../../sass_new/sass/object/utility/_margin.scss */
  .u-p-xl-3 {
    padding: 1.5rem !important;
  }

  /* line 1242, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pt-xl-3,
  .u-py-xl-3 {
    padding-top: 1.5rem !important;
  }

  /* line 1246, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pr-xl-3,
  .u-px-xl-3 {
    padding-right: 1.5rem !important;
  }

  /* line 1250, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pb-xl-3,
  .u-py-xl-3 {
    padding-bottom: 1.5rem !important;
  }

  /* line 1254, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pl-xl-3,
  .u-px-xl-3 {
    padding-left: 1.5rem !important;
  }

  /* line 1258, ../../sass_new/sass/object/utility/_margin.scss */
  .u-p-xl-4 {
    padding: 2rem !important;
  }

  /* line 1261, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pt-xl-4,
  .u-py-xl-4 {
    padding-top: 2rem !important;
  }

  /* line 1265, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pr-xl-4,
  .u-px-xl-4 {
    padding-right: 2rem !important;
  }

  /* line 1269, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pb-xl-4,
  .u-py-xl-4 {
    padding-bottom: 2rem !important;
  }

  /* line 1273, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pl-xl-4,
  .u-px-xl-4 {
    padding-left: 2rem !important;
  }

  /* line 1277, ../../sass_new/sass/object/utility/_margin.scss */
  .u-p-xl-5 {
    padding: 3rem !important;
  }

  /* line 1280, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pt-xl-5,
  .u-py-xl-5 {
    padding-top: 3rem !important;
  }

  /* line 1284, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pr-xl-5,
  .u-px-xl-5 {
    padding-right: 3rem !important;
  }

  /* line 1288, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pb-xl-5,
  .u-py-xl-5 {
    padding-bottom: 3rem !important;
  }

  /* line 1292, ../../sass_new/sass/object/utility/_margin.scss */
  .u-pl-xl-5,
  .u-px-xl-5 {
    padding-left: 3rem !important;
  }

  /* line 1296, ../../sass_new/sass/object/utility/_margin.scss */
  .u-m-xl-auto {
    margin: auto !important;
  }

  /* line 1299, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mt-xl-auto,
  .u-my-xl-auto {
    margin-top: auto !important;
  }

  /* line 1303, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mr-xl-auto,
  .u-mx-xl-auto {
    margin-right: auto !important;
  }

  /* line 1307, ../../sass_new/sass/object/utility/_margin.scss */
  .u-mb-xl-auto,
  .u-my-xl-auto {
    margin-bottom: auto !important;
  }

  /* line 1311, ../../sass_new/sass/object/utility/_margin.scss */
  .u-ml-xl-auto,
  .u-mx-xl-auto {
    margin-left: auto !important;
  }
}
/* =========================================================
display - ブレイクポイントごとに表示切替
========================================================= */
/*PCとSPの見え方切り替え*/
/* line 5, ../../sass_new/sass/object/utility/_display.scss */
.pc-show {
  display: none !important;
}
@media screen and (min-width: 768px) {
  /* line 5, ../../sass_new/sass/object/utility/_display.scss */
  .pc-show {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  /* line 13, ../../sass_new/sass/object/utility/_display.scss */
  .sp-show {
    display: none !important;
  }
}

/* line 21, ../../sass_new/sass/object/utility/_display.scss */
.u-none {
  display: none !important;
}

/* line 25, ../../sass_new/sass/object/utility/_display.scss */
.u-inline {
  display: inline !important;
}

/* line 29, ../../sass_new/sass/object/utility/_display.scss */
.u-inline-block {
  display: inline-block !important;
}

/* line 33, ../../sass_new/sass/object/utility/_display.scss */
.u-block {
  display: block !important;
}

/* line 37, ../../sass_new/sass/object/utility/_display.scss */
.u-table {
  display: table !important;
}

/* line 41, ../../sass_new/sass/object/utility/_display.scss */
.u-table-row {
  display: table-row !important;
}

/* line 45, ../../sass_new/sass/object/utility/_display.scss */
.u-table-cell {
  display: table-cell !important;
}

/* line 49, ../../sass_new/sass/object/utility/_display.scss */
.u-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

/* line 54, ../../sass_new/sass/object/utility/_display.scss */
.u-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media screen and (min-width: 576px) {
  /* line 60, ../../sass_new/sass/object/utility/_display.scss */
  .u-sm-none {
    display: none !important;
  }

  /* line 63, ../../sass_new/sass/object/utility/_display.scss */
  .u-sm-inline {
    display: inline !important;
  }

  /* line 66, ../../sass_new/sass/object/utility/_display.scss */
  .u-sm-inline-block {
    display: inline-block !important;
  }

  /* line 69, ../../sass_new/sass/object/utility/_display.scss */
  .u-sm-block {
    display: block !important;
  }

  /* line 72, ../../sass_new/sass/object/utility/_display.scss */
  .u-sm-table {
    display: table !important;
  }

  /* line 75, ../../sass_new/sass/object/utility/_display.scss */
  .u-sm-table-row {
    display: table-row !important;
  }

  /* line 78, ../../sass_new/sass/object/utility/_display.scss */
  .u-sm-table-cell {
    display: table-cell !important;
  }

  /* line 81, ../../sass_new/sass/object/utility/_display.scss */
  .u-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 85, ../../sass_new/sass/object/utility/_display.scss */
  .u-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 768px) {
  /* line 92, ../../sass_new/sass/object/utility/_display.scss */
  .u-mu-none {
    display: none !important;
  }

  /* line 95, ../../sass_new/sass/object/utility/_display.scss */
  .u-mu-inline {
    display: inline !important;
  }

  /* line 98, ../../sass_new/sass/object/utility/_display.scss */
  .u-mu-inline-block {
    display: inline-block !important;
  }

  /* line 101, ../../sass_new/sass/object/utility/_display.scss */
  .u-mu-block {
    display: block !important;
  }

  /* line 104, ../../sass_new/sass/object/utility/_display.scss */
  .u-mu-table {
    display: table !important;
  }

  /* line 107, ../../sass_new/sass/object/utility/_display.scss */
  .u-mu-table-row {
    display: table-row !important;
  }

  /* line 110, ../../sass_new/sass/object/utility/_display.scss */
  .u-mu-table-cell {
    display: table-cell !important;
  }

  /* line 113, ../../sass_new/sass/object/utility/_display.scss */
  .u-mu-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 117, ../../sass_new/sass/object/utility/_display.scss */
  .u-mu-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 900px) {
  /* line 124, ../../sass_new/sass/object/utility/_display.scss */
  .u-lg-none {
    display: none !important;
  }

  /* line 127, ../../sass_new/sass/object/utility/_display.scss */
  .u-lg-inline {
    display: inline !important;
  }

  /* line 130, ../../sass_new/sass/object/utility/_display.scss */
  .u-lg-inline-block {
    display: inline-block !important;
  }

  /* line 133, ../../sass_new/sass/object/utility/_display.scss */
  .u-lg-block {
    display: block !important;
  }

  /* line 136, ../../sass_new/sass/object/utility/_display.scss */
  .u-lg-table {
    display: table !important;
  }

  /* line 139, ../../sass_new/sass/object/utility/_display.scss */
  .u-lg-table-row {
    display: table-row !important;
  }

  /* line 142, ../../sass_new/sass/object/utility/_display.scss */
  .u-lg-table-cell {
    display: table-cell !important;
  }

  /* line 145, ../../sass_new/sass/object/utility/_display.scss */
  .u-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 149, ../../sass_new/sass/object/utility/_display.scss */
  .u-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 156, ../../sass_new/sass/object/utility/_display.scss */
  .u-xl-none {
    display: none !important;
  }

  /* line 159, ../../sass_new/sass/object/utility/_display.scss */
  .u-xl-inline {
    display: inline !important;
  }

  /* line 162, ../../sass_new/sass/object/utility/_display.scss */
  .u-xl-inline-block {
    display: inline-block !important;
  }

  /* line 165, ../../sass_new/sass/object/utility/_display.scss */
  .u-xl-block {
    display: block !important;
  }

  /* line 168, ../../sass_new/sass/object/utility/_display.scss */
  .u-xl-table {
    display: table !important;
  }

  /* line 171, ../../sass_new/sass/object/utility/_display.scss */
  .u-xl-table-row {
    display: table-row !important;
  }

  /* line 174, ../../sass_new/sass/object/utility/_display.scss */
  .u-xl-table-cell {
    display: table-cell !important;
  }

  /* line 177, ../../sass_new/sass/object/utility/_display.scss */
  .u-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 181, ../../sass_new/sass/object/utility/_display.scss */
  .u-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  /* line 188, ../../sass_new/sass/object/utility/_display.scss */
  .u-print-none {
    display: none !important;
  }

  /* line 191, ../../sass_new/sass/object/utility/_display.scss */
  .u-print-inline {
    display: inline !important;
  }

  /* line 194, ../../sass_new/sass/object/utility/_display.scss */
  .u-print-inline-block {
    display: inline-block !important;
  }

  /* line 197, ../../sass_new/sass/object/utility/_display.scss */
  .u-print-block {
    display: block !important;
  }

  /* line 200, ../../sass_new/sass/object/utility/_display.scss */
  .u-print-table {
    display: table !important;
  }

  /* line 203, ../../sass_new/sass/object/utility/_display.scss */
  .u-print-table-row {
    display: table-row !important;
  }

  /* line 206, ../../sass_new/sass/object/utility/_display.scss */
  .u-print-table-cell {
    display: table-cell !important;
  }

  /* line 209, ../../sass_new/sass/object/utility/_display.scss */
  .u-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  /* line 213, ../../sass_new/sass/object/utility/_display.scss */
  .u-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* =========================================================
flex - flexを使った位置調整など
========================================================= */
/* line 5, ../../sass_new/sass/object/utility/_flex.scss */
.u-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* line 9, ../../sass_new/sass/object/utility/_flex.scss */
.u-flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

/* line 14, ../../sass_new/sass/object/utility/_flex.scss */
.u-flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

/* line 19, ../../sass_new/sass/object/utility/_flex.scss */
.u-flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

/* line 24, ../../sass_new/sass/object/utility/_flex.scss */
.u-flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

/* line 29, ../../sass_new/sass/object/utility/_flex.scss */
.u-flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

/* line 34, ../../sass_new/sass/object/utility/_flex.scss */
.u-flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

/* line 39, ../../sass_new/sass/object/utility/_flex.scss */
.u-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

/* line 44, ../../sass_new/sass/object/utility/_flex.scss */
.u-flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

/* line 49, ../../sass_new/sass/object/utility/_flex.scss */
.u-flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

/* line 54, ../../sass_new/sass/object/utility/_flex.scss */
.u-flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

/* line 59, ../../sass_new/sass/object/utility/_flex.scss */
.u-flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

/* line 64, ../../sass_new/sass/object/utility/_flex.scss */
.u-flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

/* line 69, ../../sass_new/sass/object/utility/_flex.scss */
.u-justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

/* line 74, ../../sass_new/sass/object/utility/_flex.scss */
.u-justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

/* line 79, ../../sass_new/sass/object/utility/_flex.scss */
.u-justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

/* line 84, ../../sass_new/sass/object/utility/_flex.scss */
.u-justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

/* line 89, ../../sass_new/sass/object/utility/_flex.scss */
.u-justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

/* line 94, ../../sass_new/sass/object/utility/_flex.scss */
.u-align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

/* line 99, ../../sass_new/sass/object/utility/_flex.scss */
.u-align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

/* line 104, ../../sass_new/sass/object/utility/_flex.scss */
.u-align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

/* line 109, ../../sass_new/sass/object/utility/_flex.scss */
.u-align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

/* line 114, ../../sass_new/sass/object/utility/_flex.scss */
.u-align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

/* line 119, ../../sass_new/sass/object/utility/_flex.scss */
.u-align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

/* line 124, ../../sass_new/sass/object/utility/_flex.scss */
.u-align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

/* line 129, ../../sass_new/sass/object/utility/_flex.scss */
.u-align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

/* line 134, ../../sass_new/sass/object/utility/_flex.scss */
.u-align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

/* line 139, ../../sass_new/sass/object/utility/_flex.scss */
.u-align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

/* line 144, ../../sass_new/sass/object/utility/_flex.scss */
.u-align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

/* line 149, ../../sass_new/sass/object/utility/_flex.scss */
.u-align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

/* line 154, ../../sass_new/sass/object/utility/_flex.scss */
.u-align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

/* line 159, ../../sass_new/sass/object/utility/_flex.scss */
.u-align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

/* line 164, ../../sass_new/sass/object/utility/_flex.scss */
.u-align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

/* line 169, ../../sass_new/sass/object/utility/_flex.scss */
.u-align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

/* line 174, ../../sass_new/sass/object/utility/_flex.scss */
.u-align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media screen and (min-width: 576px) {
  /* line 180, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 184, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 188, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 192, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 196, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 200, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 204, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 208, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  /* line 212, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  /* line 216, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  /* line 220, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  /* line 224, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  /* line 228, ../../sass_new/sass/object/utility/_flex.scss */
  .u-justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 232, ../../sass_new/sass/object/utility/_flex.scss */
  .u-justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 236, ../../sass_new/sass/object/utility/_flex.scss */
  .u-justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 240, ../../sass_new/sass/object/utility/_flex.scss */
  .u-justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 244, ../../sass_new/sass/object/utility/_flex.scss */
  .u-justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 248, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 252, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 256, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 260, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 264, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 268, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 272, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 276, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 280, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 284, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 288, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 292, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 296, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 300, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 304, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 308, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 312, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  /* line 319, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 323, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 327, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 331, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 335, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 339, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 343, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 347, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  /* line 351, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  /* line 355, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  /* line 359, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  /* line 363, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  /* line 367, ../../sass_new/sass/object/utility/_flex.scss */
  .u-justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 371, ../../sass_new/sass/object/utility/_flex.scss */
  .u-justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 375, ../../sass_new/sass/object/utility/_flex.scss */
  .u-justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 379, ../../sass_new/sass/object/utility/_flex.scss */
  .u-justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 383, ../../sass_new/sass/object/utility/_flex.scss */
  .u-justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 387, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 391, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 395, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 399, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 403, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 407, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 411, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 415, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 419, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 423, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 427, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 431, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 435, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 439, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 443, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 447, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 451, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 900px) {
  /* line 458, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 462, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 466, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 470, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 474, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 478, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 482, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 486, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  /* line 490, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  /* line 494, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  /* line 498, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  /* line 502, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  /* line 506, ../../sass_new/sass/object/utility/_flex.scss */
  .u-justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 510, ../../sass_new/sass/object/utility/_flex.scss */
  .u-justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 514, ../../sass_new/sass/object/utility/_flex.scss */
  .u-justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 518, ../../sass_new/sass/object/utility/_flex.scss */
  .u-justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 522, ../../sass_new/sass/object/utility/_flex.scss */
  .u-justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 526, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 530, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 534, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 538, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 542, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 546, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 550, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 554, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 558, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 562, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 566, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 570, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 574, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 578, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 582, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 586, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 590, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 1200px) {
  /* line 597, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  /* line 601, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  /* line 605, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  /* line 609, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  /* line 613, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  /* line 617, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  /* line 621, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  /* line 625, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  /* line 629, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  /* line 633, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  /* line 637, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  /* line 641, ../../sass_new/sass/object/utility/_flex.scss */
  .u-flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  /* line 645, ../../sass_new/sass/object/utility/_flex.scss */
  .u-justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  /* line 649, ../../sass_new/sass/object/utility/_flex.scss */
  .u-justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  /* line 653, ../../sass_new/sass/object/utility/_flex.scss */
  .u-justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  /* line 657, ../../sass_new/sass/object/utility/_flex.scss */
  .u-justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  /* line 661, ../../sass_new/sass/object/utility/_flex.scss */
  .u-justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  /* line 665, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  /* line 669, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  /* line 673, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  /* line 677, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  /* line 681, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  /* line 685, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  /* line 689, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  /* line 693, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  /* line 697, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  /* line 701, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  /* line 705, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  /* line 709, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  /* line 713, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  /* line 717, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  /* line 721, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  /* line 725, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  /* line 729, ../../sass_new/sass/object/utility/_flex.scss */
  .u-align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
