@charset "UTF-8";
/* =========================================================
 Foundation
========================================================= */
/* ---------------------------------------------------------
 ress.css • v1.1.1
--------------------------------------------------------- */
/*  Global selectors
--------------------------------------------------------- */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

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

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements */
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/*  Global elements
--------------------------------------------------------- */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

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

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*  Forms
--------------------------------------------------------- */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit] [role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* Specify media element style
--------------------------------------------------------- */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* Accessibility
--------------------------------------------------------- */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* Selection
--------------------------------------------------------- */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

/* ---------------------------------------------------------
 flex-slider
--------------------------------------------------------- */
@font-face {
  font-family: "flexslider-icon";
  src: url("../fonts/flexslider-icon.eot");
  src: url("../fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("../fonts/flexslider-icon.woff") format("woff"), url("../fonts/flexslider-icon.ttf") format("truetype"), url("../fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.flex-pauseplay span {
  text-transform: capitalize;
}

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

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
  width: 100%;
  display: block;
}

.flexslider .slides:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .flexslider .slides {
  display: block;
}

* html .flexslider .slides {
  height: 1%;
}

.no-js .flexslider .slides > li:first-child {
  display: block;
}

.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
          box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
}

.flexslider .slides {
  zoom: 1;
}

.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.loading .flex-viewport {
  max-height: 300px;
}

.carousel li {
  margin-right: 5px;
}

.flex-direction-nav {
  *height: 0;
}

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: "\f001";
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}

.flex-direction-nav a.flex-next:before {
  content: "\f002";
}

.flex-direction-nav .flex-prev {
  left: -50px;
}

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: "\f004";
}

.flex-pauseplay a:hover {
  opacity: 1;
}

.flex-pauseplay a.flex-play:before {
  content: "\f003";
}

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.flex-control-thumbs img:hover {
  opacity: 1;
}

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
/* ---------------------------------------------------------
 Baseスタイル
--------------------------------------------------------- */
html {
  min-height: 100%;
}

html {
  font-size: 14px;
}
@media print, screen and (min-width: 769px) {
  html {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 981px) {
  html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 1241px) {
  html {
    font-size: 14px;
  }
}

body {
  min-height: 100%;
  -webkit-print-color-adjust: exact;
  font-family: -apple-system, "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  color: #333;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.l-container {
  background: #f5f2f1;
}

h1, h2, h3.h4, h5.h6 {
  line-height: 1;
  font-size: 1rem;
}

p {
  margin: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

li {
  list-style: none;
}

ol {
  padding-left: 1.1rem;
  text-indent: -1.1rem;
}
ol > li {
  list-style-position: inside;
  list-style-type: decimal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #25892b;
  text-decoration: underline;
}
a:hover {
  color: #25892b;
  text-decoration: none;
  cursor: pointer;
}

.br-pc:before {
  content: "\a";
  white-space: pre;
}

.view-sp {
  display: none;
}

@media print, screen and (max-width: 640px) {
  .br-pc:before {
    content: "";
    white-space: pre;
  }
  .br-sp:before {
    content: "\a";
    white-space: pre;
  }
  .view-pc {
    display: none;
  }
  .view-sp {
    display: block;
  }
}
/* =========================================================
 Layout
========================================================= */
/* ---------------------------------------------------------
	Layout - header
--------------------------------------------------------- */
/* ヘッダー
--------------------------------------------------------- */
.l-header {
  height: 120px;
  background-image: url(../images/l-header_bg.jpg), -webkit-gradient(linear, left top, right top, from(#191716), color-stop(77%, #191716), color-stop(23%, #e1dfdb), to(#e1dfdb));
  background-image: url(../images/l-header_bg.jpg), -webkit-linear-gradient(left, #191716 0%, #191716 77%, #e1dfdb 23%, #e1dfdb 100%);
  background-image: url(../images/l-header_bg.jpg), linear-gradient(90deg, #191716 0%, #191716 77%, #e1dfdb 23%, #e1dfdb 100%);
  background-position: 77% 50%;
  background-repeat: no-repeat;
  padding-left: 5px;
}
@media print, screen and (max-width: 768px) {
  .l-header {
    height: auto;
    background-image: none;
    background-color: #191716;
  }
}
@media print, screen and (max-width: 640px) {
  .l-header {
    background-image: none;
    background-color: #191716;
  }
}
.l-header a {
  color: #fff;
}

.p-header_contents {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 980px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 0 0;
}
@media print, screen and (max-width: 768px) {
  .p-header_contents {
    padding: 10px 0 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (max-width: 640px) {
  .p-header_contents {
    padding: 15px 0 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-header_left .description {
  margin-bottom: 10px;
  font-size: 0.8571428571rem;
  color: #767676;
}
@media print, screen and (max-width: 768px) {
  .p-header_left .description {
    display: none;
  }
}
.p-header_left .site_title {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 768px) {
  .p-header_left .site_title {
    margin-bottom: 10px;
    text-align: center;
  }
}
@media print, screen and (max-width: 640px) {
  .p-header_left .site_title {
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
    font-weight: bold;
  }
}
.p-header_left .site_title .p-site_logo {
  font-size: 1.7142857143rem;
  line-height: 1;
}
.p-header_left .site_title .p-site_logo a {
  text-decoration: none;
}
.p-header_left .site_title .p-site_logo a:hover {
  color: #baac88;
}
.p-header_left .site_title .p-site_logo span {
  font-size: 1.2857142857rem;
}
.p-header_left .site_title .p-subtitle {
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ 明朝", serif;
  color: #8b8b8c;
  font-size: 0.8571428571rem;
  letter-spacing: 1.5px;
}

.p-header_right {
  width: 185px;
  margin-top: 15px;
}
@media print, screen and (max-width: 640px) {
  .p-header_right {
    display: none;
  }
}

.p-info_box {
  background: transparent url("image.png") left top no-repeat;
  background-color: #191716;
}

.p-info_tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 6px 12px 0;
  background: #fff;
  color: #333;
  text-align: center;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-info_tel .tel {
  margin-bottom: 2px;
  font-size: 1.2857142857rem;
  font-weight: bold;
}
.p-info_tel .tel::before {
  content: "\f095";
  font-size: 90%;
  font-family: FontAwesome;
  margin-right: 5px;
}
.p-info_tel .hour {
  margin-bottom: 5px;
  font-size: 0.7142857143rem;
}

.p-info_mail {
  display: block;
  padding: 5px;
  background: #191716;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
}
@media print, screen and (max-width: 768px) {
  .p-info_mail {
    border: 1px solid #fff;
  }
}
.p-info_mail:hover {
  opacity: 0.7;
}
.p-info_mail::before {
  content: "\f0e0";
  font-size: 90%;
  font-family: FontAwesome;
  margin-right: 5px;
}

.l-global_navi {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 980px;
}

/* ---------------------------------------------------------
	Layout - contents
--------------------------------------------------------- */
/* h1
--------------------------------------------------------- */
.l-page_title {
  height: auto;
  background: url(../images/h1_pattern.jpg) repeat;
  color: #333;
}
@media print, screen and (max-width: 768px) {
  .l-page_title {
    height: auto;
  }
}

.h1_box {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 980px;
  padding: 30px 0 40px;
}
@media print, screen and (max-width: 980px) {
  .h1_box {
    padding: 30px 10px 35px;
  }
}
@media print, screen and (max-width: 640px) {
  .h1_box {
    padding: 15px 15px 20px;
  }
}
.h1_box h1 {
  font-size: 1.7142857143rem;
}
@media print, screen and (max-width: 768px) {
  .h1_box h1 {
    font-size: 1.4285714286rem;
  }
}
.l-page_service .h1_box {
  background-image: url(../images/h1_service.jpg);
}
.l-page_result .h1_box {
  background-image: url(../images/h1_result.jpg);
}
.l-page_company .h1_box {
  background-image: url(../images/h1_company.jpg);
}
.l-page_recruit .h1_box {
  background-image: url(../images/h1_recruit.jpg);
}
.l-page_news .h1_box {
  background-image: url(../images/h1_news.jpg);
}
.l-page_contact .h1_box {
  background-image: url(../images/h1_contact.jpg);
}

/* コンテンツ
--------------------------------------------------------- */
.l-contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 980px;
  padding: 40px 0 165px;
}
@media print, screen and (max-width: 980px) {
  .l-contents {
    padding: 40px 10px;
  }
}
@media print, screen and (max-width: 768px) {
  .l-contents {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

/* メインコンテンツ
--------------------------------------------------------- */
.l-main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media print, screen and (max-width: 768px) {
  .l-main {
    padding-bottom: 40px;
  }
}

/* サイドバー
--------------------------------------------------------- */
.l-sidebar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 250px;
  margin-left: 20px;
}
@media print, screen and (max-width: 768px) {
  .l-sidebar {
    width: 100%;
    margin-left: 0;
  }
}
.l-sidebar > * {
  margin-bottom: 10px;
}

.c-child_list_container {
  margin-bottom: 40px;
}

.c-child_list_title a {
  display: block;
  position: relative;
  padding: 13px 20px 13px 35px;
  background: #191716;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
.c-child_list_title a:hover {
  color: #8b8b8c;
}
.c-child_list_title a::before {
  position: absolute;
  content: "\f0da";
  font-family: FontAwesome;
  left: 20px;
  top: 32%;
}

.c-child_list {
  padding: 0 0 15px;
  background: #fff;
}
.c-child_list > li {
  line-height: 1.25;
}
.c-child_list > li > a {
  display: block;
  padding: 0 10px;
  text-decoration: none;
  color: #333;
}
.c-child_list > li > a:hover {
  background: #b7b2a8;
  color: #fff;
}
.c-child_list > li > a > span {
  position: relative;
  display: block;
  height: 100%;
  padding: 11px 0 11px 25px;
  border-bottom: 1px dotted #ccc;
}
.c-child_list > li > a > span::before {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  left: 10px;
  top: 27%;
}
.c-child_list .is-active > a {
  background: #b7b2a8;
  color: #fff;
}

.c-grandchild_list > li a {
  display: block;
  padding: 0 5px 5px 2.5rem;
  text-indent: -1rem;
  text-decoration: none;
  color: #333;
}
.c-grandchild_list > li a:hover {
  color: #d1652e;
}
.c-grandchild_list > li a::before {
  content: "・";
  text-decoration: none !important;
}
.c-grandchild_list .is-active_grandchild {
  text-decoration: underline;
}

.l-sidebar_post_list {
  margin-bottom: 30px;
}
.l-sidebar_post_list > .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 5px;
  border-bottom: 1px solid #562b08;
  color: #31190d;
  font-size: 1.1428571429rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}
.l-sidebar_post_list > .title:hover {
  opacity: 0.7;
}
.l-sidebar_post_list > .title::after {
  display: block;
  content: "\f105";
  margin-right: 10px;
  font-family: FontAwesome;
}
.l-sidebar_post_list.is-category li {
  border-bottom: 1px solid #c6b8ac;
  font-size: 1rem;
}
.l-sidebar_post_list.is-category li a {
  display: block;
  padding: 10px;
  color: #333;
  text-decoration: none;
}
.l-sidebar_post_list.is-category li a > span {
  text-decoration: underline;
}
.l-sidebar_post_list.is-category li a:hover {
  color: #ff614d;
}
.l-sidebar_post_list.is-category li a::before {
  content: "\f105";
  margin-right: 10px;
  font-family: FontAwesome;
}
.l-sidebar_post_list.is-category .title::after {
  display: none;
}
.l-sidebar_post_list.is-new_thumb > .title {
  margin-bottom: 13px;
}
.l-sidebar_post_list.is-new_thumb li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  line-height: 1.33;
}
.l-sidebar_post_list.is-new_thumb li .thumb {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: 10px;
  background-position: center center;
  background-size: cover;
}
.l-sidebar_post_list.is-new_thumb li .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0;
}
.l-sidebar_post_list.is-new_thumb li .info .title {
  display: block;
  font-size: 0.8571428571rem;
  color: #333;
}

.p-side_banner {
  display: block;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 768px) {
  .p-side_banner {
    text-align: center;
  }
}
@media print, screen and (max-width: 768px) {
  .p-side_banner img {
    width: 100%;
    max-width: 250px;
    height: auto;
  }
}
.p-side_banner:last-of-type {
  margin-bottom: 0;
}
.p-side_banner:hover {
  opacity: 0.7;
}

/* ---------------------------------------------------------
  Layout - footer
--------------------------------------------------------- */
/* フッター
--------------------------------------------------------- */
.l-footer {
  position: relative;
  background: #d9d6d1;
}
.l-footer a img:hover {
  opacity: 0.7;
}

.p-footer_contents {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 980px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 65px;
}
@media print, screen and (max-width: 980px) {
  .p-footer_contents {
    padding: 30px 10px;
  }
}
.p-footer_contents .p-info_company {
  width: 330px;
  margin-right: 25px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 0.8571428571rem;
}
.p-footer_contents .p-info_company .logo {
  display: block;
  margin: 20px 0 15px;
}
@media print, screen and (max-width: 768px) {
  .p-footer_contents .p-info_company .logo {
    margin: 0 0 15px;
  }
}
.p-footer_contents .p-info_company .add > span {
  color: #25892b;
}
.p-footer_contents .p-info_company .tel .telLink {
  color: #333;
  text-decoration: none;
}
.p-footer_contents .p-info_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 20px;
}
.p-footer_contents .p-info_box .p-info_tel {
  width: 160px;
  padding: 6px 12px 2px;
}
.p-footer_contents .p-info_box .p-info_tel .tel {
  font-size: 1.1428571429rem;
}
.p-footer_contents .p-info_box .p-info_tel .tel > a {
  color: #333;
  text-decoration: none;
}
.p-footer_contents .p-info_box .p-info_mail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  color: #fff;
  border-width: 0;
}

.p-footer_navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media print, screen and (max-width: 768px) {
  .p-footer_navi {
    display: none;
  }
}
.p-footer_navi > ul {
  width: 23%;
  padding-left: 15px;
  border-left: 1px solid #afa99e;
  font-size: 0.8571428571rem;
}
.p-footer_navi > ul.p-footer_navi_1 {
  width: 29%;
}
.p-footer_navi > ul.p-footer_navi_2 {
  width: 25%;
}
.p-footer_navi > ul li {
  margin-bottom: 10px;
}
.p-footer_navi > ul li a {
  color: #333;
  text-decoration: none;
}
.p-footer_navi > ul li a:hover {
  text-decoration: underline;
}
.p-footer_navi > ul li .sub-menu {
  margin-top: 10px;
}
.p-footer_navi > ul li .sub-menu li {
  margin-left: 0.5rem;
}
.p-footer_navi > ul li .sub-menu li::before {
  content: "-";
}

.p-copyright {
  background: #191716;
  padding: 5px 0;
}
.p-copyright small {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 980px;
  font-size: 0.8571428571rem;
  color: #adadad;
  text-align: center;
}
@media print, screen and (max-width: 640px) {
  .p-copyright small {
    line-height: 1.4;
  }
}

.pageTop {
  display: none;
  z-index: 10;
}
@media print, screen and (min-width: 641px) {
  .pageTop {
    position: absolute;
    top: -48px;
    right: 10px;
  }
}
@media print, screen and (max-width: 640px) {
  .pageTop {
    position: fixed;
    right: 5px;
    bottom: 5px;
    text-align: center;
  }
}
@media print, screen and (min-width: 641px) {
  .pageTop.fixed {
    position: fixed;
    top: auto;
    bottom: 30px;
  }
}

.pageTopBtn {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: url(../images/pagetop_icon.png) no-repeat center center;
  text-indent: -9999px;
}
@media print, screen and (max-width: 640px) {
  .pageTopBtn {
    display: none;
  }
}
.pageTopBtn:hover {
  opacity: 0.7;
  cursor: pointer;
}

/* =========================================================
 Object
========================================================= */
/* ---------------------------------------------------------
 Component - gridSystem(flexbox)
--------------------------------------------------------- */
.c-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
}

.c-grid__item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-grid--gutter .c-grid__item {
  padding: 15px;
}
.c-grid--gutter .c-grid__item.gutter-none {
  padding: 0;
}

.c-grid__item--full {
  -webkit-box-flex: 0 !important;
  -webkit-flex: 0 0 100% !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
}

@media print, screen and (min-width: 641px) {
  .c-grid__item--full--sm {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
@media print, screen and (min-width: 769px) {
  .c-grid__item--full--md {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
@media print, screen and (min-width: 981px) {
  .c-grid__item--full--lg {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .c-grid__item--full--xl {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.c-grid__size1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.3333333333%;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
}

.c-grid__size2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.6666666667%;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
}

.c-grid__size3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}

.c-grid__size4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
}

.c-grid__size5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.6666666667%;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
}

.c-grid__size6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.c-grid__size7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.3333333333%;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
}

.c-grid__size8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.6666666667%;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
}

.c-grid__size9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}

.c-grid__size10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.3333333333%;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
}

.c-grid__size11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.6666666667%;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
}

.c-grid__size12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

@media print, screen and (min-width: 641px) {
  .c-grid__size1--sm {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 8.3333333333% !important;
        -ms-flex: 0 0 8.3333333333% !important;
            flex: 0 0 8.3333333333% !important;
  }
}
@media print, screen and (min-width: 641px) {
  .c-grid__size2--sm {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 16.6666666667% !important;
        -ms-flex: 0 0 16.6666666667% !important;
            flex: 0 0 16.6666666667% !important;
  }
}
@media print, screen and (min-width: 641px) {
  .c-grid__size3--sm {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 25% !important;
        -ms-flex: 0 0 25% !important;
            flex: 0 0 25% !important;
  }
}
@media print, screen and (min-width: 641px) {
  .c-grid__size4--sm {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 33.3333333333% !important;
        -ms-flex: 0 0 33.3333333333% !important;
            flex: 0 0 33.3333333333% !important;
  }
}
@media print, screen and (min-width: 641px) {
  .c-grid__size5--sm {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 41.6666666667% !important;
        -ms-flex: 0 0 41.6666666667% !important;
            flex: 0 0 41.6666666667% !important;
  }
}
@media print, screen and (min-width: 641px) {
  .c-grid__size6--sm {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 50% !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
  }
}
@media print, screen and (min-width: 641px) {
  .c-grid__size7--sm {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 58.3333333333% !important;
        -ms-flex: 0 0 58.3333333333% !important;
            flex: 0 0 58.3333333333% !important;
  }
}
@media print, screen and (min-width: 641px) {
  .c-grid__size8--sm {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 66.6666666667% !important;
        -ms-flex: 0 0 66.6666666667% !important;
            flex: 0 0 66.6666666667% !important;
  }
}
@media print, screen and (min-width: 641px) {
  .c-grid__size9--sm {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 75% !important;
        -ms-flex: 0 0 75% !important;
            flex: 0 0 75% !important;
  }
}
@media print, screen and (min-width: 641px) {
  .c-grid__size10--sm {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 83.3333333333% !important;
        -ms-flex: 0 0 83.3333333333% !important;
            flex: 0 0 83.3333333333% !important;
  }
}
@media print, screen and (min-width: 641px) {
  .c-grid__size11--sm {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 91.6666666667% !important;
        -ms-flex: 0 0 91.6666666667% !important;
            flex: 0 0 91.6666666667% !important;
  }
}
@media print, screen and (min-width: 641px) {
  .c-grid__size12--sm {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
@media print, screen and (min-width: 769px) {
  .c-grid__size1--md {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 8.3333333333% !important;
        -ms-flex: 0 0 8.3333333333% !important;
            flex: 0 0 8.3333333333% !important;
  }
}
@media print, screen and (min-width: 769px) {
  .c-grid__size2--md {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 16.6666666667% !important;
        -ms-flex: 0 0 16.6666666667% !important;
            flex: 0 0 16.6666666667% !important;
  }
}
@media print, screen and (min-width: 769px) {
  .c-grid__size3--md {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 25% !important;
        -ms-flex: 0 0 25% !important;
            flex: 0 0 25% !important;
  }
}
@media print, screen and (min-width: 769px) {
  .c-grid__size4--md {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 33.3333333333% !important;
        -ms-flex: 0 0 33.3333333333% !important;
            flex: 0 0 33.3333333333% !important;
  }
}
@media print, screen and (min-width: 769px) {
  .c-grid__size5--md {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 41.6666666667% !important;
        -ms-flex: 0 0 41.6666666667% !important;
            flex: 0 0 41.6666666667% !important;
  }
}
@media print, screen and (min-width: 769px) {
  .c-grid__size6--md {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 50% !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
  }
}
@media print, screen and (min-width: 769px) {
  .c-grid__size7--md {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 58.3333333333% !important;
        -ms-flex: 0 0 58.3333333333% !important;
            flex: 0 0 58.3333333333% !important;
  }
}
@media print, screen and (min-width: 769px) {
  .c-grid__size8--md {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 66.6666666667% !important;
        -ms-flex: 0 0 66.6666666667% !important;
            flex: 0 0 66.6666666667% !important;
  }
}
@media print, screen and (min-width: 769px) {
  .c-grid__size9--md {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 75% !important;
        -ms-flex: 0 0 75% !important;
            flex: 0 0 75% !important;
  }
}
@media print, screen and (min-width: 769px) {
  .c-grid__size10--md {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 83.3333333333% !important;
        -ms-flex: 0 0 83.3333333333% !important;
            flex: 0 0 83.3333333333% !important;
  }
}
@media print, screen and (min-width: 769px) {
  .c-grid__size11--md {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 91.6666666667% !important;
        -ms-flex: 0 0 91.6666666667% !important;
            flex: 0 0 91.6666666667% !important;
  }
}
@media print, screen and (min-width: 769px) {
  .c-grid__size12--md {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
@media print, screen and (min-width: 981px) {
  .c-grid__size1--lg {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 8.3333333333% !important;
        -ms-flex: 0 0 8.3333333333% !important;
            flex: 0 0 8.3333333333% !important;
  }
}
@media print, screen and (min-width: 981px) {
  .c-grid__size2--lg {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 16.6666666667% !important;
        -ms-flex: 0 0 16.6666666667% !important;
            flex: 0 0 16.6666666667% !important;
  }
}
@media print, screen and (min-width: 981px) {
  .c-grid__size3--lg {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 25% !important;
        -ms-flex: 0 0 25% !important;
            flex: 0 0 25% !important;
  }
}
@media print, screen and (min-width: 981px) {
  .c-grid__size4--lg {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 33.3333333333% !important;
        -ms-flex: 0 0 33.3333333333% !important;
            flex: 0 0 33.3333333333% !important;
  }
}
@media print, screen and (min-width: 981px) {
  .c-grid__size5--lg {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 41.6666666667% !important;
        -ms-flex: 0 0 41.6666666667% !important;
            flex: 0 0 41.6666666667% !important;
  }
}
@media print, screen and (min-width: 981px) {
  .c-grid__size6--lg {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 50% !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
  }
}
@media print, screen and (min-width: 981px) {
  .c-grid__size7--lg {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 58.3333333333% !important;
        -ms-flex: 0 0 58.3333333333% !important;
            flex: 0 0 58.3333333333% !important;
  }
}
@media print, screen and (min-width: 981px) {
  .c-grid__size8--lg {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 66.6666666667% !important;
        -ms-flex: 0 0 66.6666666667% !important;
            flex: 0 0 66.6666666667% !important;
  }
}
@media print, screen and (min-width: 981px) {
  .c-grid__size9--lg {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 75% !important;
        -ms-flex: 0 0 75% !important;
            flex: 0 0 75% !important;
  }
}
@media print, screen and (min-width: 981px) {
  .c-grid__size10--lg {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 83.3333333333% !important;
        -ms-flex: 0 0 83.3333333333% !important;
            flex: 0 0 83.3333333333% !important;
  }
}
@media print, screen and (min-width: 981px) {
  .c-grid__size11--lg {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 91.6666666667% !important;
        -ms-flex: 0 0 91.6666666667% !important;
            flex: 0 0 91.6666666667% !important;
  }
}
@media print, screen and (min-width: 981px) {
  .c-grid__size12--lg {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .c-grid__size1--xl {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 8.3333333333% !important;
        -ms-flex: 0 0 8.3333333333% !important;
            flex: 0 0 8.3333333333% !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .c-grid__size2--xl {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 16.6666666667% !important;
        -ms-flex: 0 0 16.6666666667% !important;
            flex: 0 0 16.6666666667% !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .c-grid__size3--xl {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 25% !important;
        -ms-flex: 0 0 25% !important;
            flex: 0 0 25% !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .c-grid__size4--xl {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 33.3333333333% !important;
        -ms-flex: 0 0 33.3333333333% !important;
            flex: 0 0 33.3333333333% !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .c-grid__size5--xl {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 41.6666666667% !important;
        -ms-flex: 0 0 41.6666666667% !important;
            flex: 0 0 41.6666666667% !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .c-grid__size6--xl {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 50% !important;
        -ms-flex: 0 0 50% !important;
            flex: 0 0 50% !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .c-grid__size7--xl {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 58.3333333333% !important;
        -ms-flex: 0 0 58.3333333333% !important;
            flex: 0 0 58.3333333333% !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .c-grid__size8--xl {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 66.6666666667% !important;
        -ms-flex: 0 0 66.6666666667% !important;
            flex: 0 0 66.6666666667% !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .c-grid__size9--xl {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 75% !important;
        -ms-flex: 0 0 75% !important;
            flex: 0 0 75% !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .c-grid__size10--xl {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 83.3333333333% !important;
        -ms-flex: 0 0 83.3333333333% !important;
            flex: 0 0 83.3333333333% !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .c-grid__size11--xl {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 91.6666666667% !important;
        -ms-flex: 0 0 91.6666666667% !important;
            flex: 0 0 91.6666666667% !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .c-grid__size12--xl {
    -webkit-box-flex: 0 !important;
    -webkit-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.c-grid__order1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.c-grid__order2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.c-grid__order3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

.c-grid__order4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

.c-grid__order5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

.c-grid__order6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

.c-grid__order7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}

.c-grid__order8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}

.c-grid__order9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}

.c-grid__order10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}

.c-grid__order11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11;
}

.c-grid__order12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12;
}

@media print, screen and (min-width: 641px) {
  .c-grid__order1--sm {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
}
@media print, screen and (min-width: 641px) {
  .c-grid__order2--sm {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
}
@media print, screen and (min-width: 641px) {
  .c-grid__order3--sm {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
}
@media print, screen and (min-width: 641px) {
  .c-grid__order4--sm {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
}
@media print, screen and (min-width: 641px) {
  .c-grid__order5--sm {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
}
@media print, screen and (min-width: 641px) {
  .c-grid__order6--sm {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
}
@media print, screen and (min-width: 641px) {
  .c-grid__order7--sm {
    -webkit-box-ordinal-group: 8 !important;
    -webkit-order: 7 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
}
@media print, screen and (min-width: 641px) {
  .c-grid__order8--sm {
    -webkit-box-ordinal-group: 9 !important;
    -webkit-order: 8 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
}
@media print, screen and (min-width: 641px) {
  .c-grid__order9--sm {
    -webkit-box-ordinal-group: 10 !important;
    -webkit-order: 9 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
}
@media print, screen and (min-width: 641px) {
  .c-grid__order10--sm {
    -webkit-box-ordinal-group: 11 !important;
    -webkit-order: 10 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
}
@media print, screen and (min-width: 641px) {
  .c-grid__order11--sm {
    -webkit-box-ordinal-group: 12 !important;
    -webkit-order: 11 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
}
@media print, screen and (min-width: 641px) {
  .c-grid__order12--sm {
    -webkit-box-ordinal-group: 13 !important;
    -webkit-order: 12 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
}
@media print, screen and (min-width: 769px) {
  .c-grid__order1--md {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
}
@media print, screen and (min-width: 769px) {
  .c-grid__order2--md {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
}
@media print, screen and (min-width: 769px) {
  .c-grid__order3--md {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
}
@media print, screen and (min-width: 769px) {
  .c-grid__order4--md {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
}
@media print, screen and (min-width: 769px) {
  .c-grid__order5--md {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
}
@media print, screen and (min-width: 769px) {
  .c-grid__order6--md {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
}
@media print, screen and (min-width: 769px) {
  .c-grid__order7--md {
    -webkit-box-ordinal-group: 8 !important;
    -webkit-order: 7 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
}
@media print, screen and (min-width: 769px) {
  .c-grid__order8--md {
    -webkit-box-ordinal-group: 9 !important;
    -webkit-order: 8 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
}
@media print, screen and (min-width: 769px) {
  .c-grid__order9--md {
    -webkit-box-ordinal-group: 10 !important;
    -webkit-order: 9 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
}
@media print, screen and (min-width: 769px) {
  .c-grid__order10--md {
    -webkit-box-ordinal-group: 11 !important;
    -webkit-order: 10 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
}
@media print, screen and (min-width: 769px) {
  .c-grid__order11--md {
    -webkit-box-ordinal-group: 12 !important;
    -webkit-order: 11 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
}
@media print, screen and (min-width: 769px) {
  .c-grid__order12--md {
    -webkit-box-ordinal-group: 13 !important;
    -webkit-order: 12 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
}
@media print, screen and (min-width: 981px) {
  .c-grid__order1--lg {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
}
@media print, screen and (min-width: 981px) {
  .c-grid__order2--lg {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
}
@media print, screen and (min-width: 981px) {
  .c-grid__order3--lg {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
}
@media print, screen and (min-width: 981px) {
  .c-grid__order4--lg {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
}
@media print, screen and (min-width: 981px) {
  .c-grid__order5--lg {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
}
@media print, screen and (min-width: 981px) {
  .c-grid__order6--lg {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
}
@media print, screen and (min-width: 981px) {
  .c-grid__order7--lg {
    -webkit-box-ordinal-group: 8 !important;
    -webkit-order: 7 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
}
@media print, screen and (min-width: 981px) {
  .c-grid__order8--lg {
    -webkit-box-ordinal-group: 9 !important;
    -webkit-order: 8 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
}
@media print, screen and (min-width: 981px) {
  .c-grid__order9--lg {
    -webkit-box-ordinal-group: 10 !important;
    -webkit-order: 9 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
}
@media print, screen and (min-width: 981px) {
  .c-grid__order10--lg {
    -webkit-box-ordinal-group: 11 !important;
    -webkit-order: 10 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
}
@media print, screen and (min-width: 981px) {
  .c-grid__order11--lg {
    -webkit-box-ordinal-group: 12 !important;
    -webkit-order: 11 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
}
@media print, screen and (min-width: 981px) {
  .c-grid__order12--lg {
    -webkit-box-ordinal-group: 13 !important;
    -webkit-order: 12 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .c-grid__order1--xl {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .c-grid__order2--xl {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .c-grid__order3--xl {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .c-grid__order4--xl {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .c-grid__order5--xl {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .c-grid__order6--xl {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            order: 6 !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .c-grid__order7--xl {
    -webkit-box-ordinal-group: 8 !important;
    -webkit-order: 7 !important;
        -ms-flex-order: 7 !important;
            order: 7 !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .c-grid__order8--xl {
    -webkit-box-ordinal-group: 9 !important;
    -webkit-order: 8 !important;
        -ms-flex-order: 8 !important;
            order: 8 !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .c-grid__order9--xl {
    -webkit-box-ordinal-group: 10 !important;
    -webkit-order: 9 !important;
        -ms-flex-order: 9 !important;
            order: 9 !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .c-grid__order10--xl {
    -webkit-box-ordinal-group: 11 !important;
    -webkit-order: 10 !important;
        -ms-flex-order: 10 !important;
            order: 10 !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .c-grid__order11--xl {
    -webkit-box-ordinal-group: 12 !important;
    -webkit-order: 11 !important;
        -ms-flex-order: 11 !important;
            order: 11 !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .c-grid__order12--xl {
    -webkit-box-ordinal-group: 13 !important;
    -webkit-order: 12 !important;
        -ms-flex-order: 12 !important;
            order: 12 !important;
  }
}
/* ---------------------------------------------------------
 Component - table
--------------------------------------------------------- */
.c-table_base {
  width: 100%;
  line-height: 1.4;
}
@media print, screen and (max-width: 640px) {
  .c-table_base tbody tr:last-child td {
    border-bottom: 1px solid #ccc;
  }
}
.c-table_base tbody th {
  padding: 20px 15px;
  background-color: #eae8e5;
  border: 1px solid #ccc;
  vertical-align: top;
  color: inherit;
  text-align: left;
  white-space: nowrap;
}
@media print, screen and (max-width: 640px) {
  .c-table_base tbody th {
    padding: 10px;
    border-bottom: 0;
  }
}
.c-table_base tbody td {
  padding: 20px 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  vertical-align: top;
}
@media print, screen and (max-width: 640px) {
  .c-table_base tbody td {
    padding: 10px;
    border-bottom: 0;
  }
}
.c-table_base.c-table_another_color_ver th {
  background-color: #97908a;
  color: #fff;
}
.c-table_base.c-table_another_column_ver th {
  background-color: #eae8e5;
  color: #333;
}
.c-table_base.c-table_another_column_ver tr:first-child th {
  background-color: #97908a;
  color: #fff;
}

@media print, screen and (max-width: 640px) {
  .c-table_base thead th, .c-table_base thead td, .c-table_base tbody th {
    white-space: normal;
  }
  .c-table_mobile_scroll {
    overflow-x: auto;
    white-space: nowrap;
  }
  .c-table_mobile_scroll::before {
    display: block;
    margin-top: 10px;
    margin-bottom: 5px;
    color: #191716;
    content: "※左右にスワイプしてご覧ください";
  }
  .c-table_mobile_block {
    display: block;
    width: 100%;
    /*
    thead{
    	display: none;
    */
  }
  .c-table_mobile_block tbody {
    display: block;
  }
  .c-table_mobile_block tbody tr, .c-table_mobile_block tbody th, .c-table_mobile_block tbody td {
    display: block;
  }
  .c-table_mobile_thead_Left {
    display: block;
  }
  .c-table_mobile_thead_Left::after {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #f00;
    content: "※左右にスワイプしてご覧ください";
  }
  .c-table_mobile_thead_Left thead {
    display: block;
    float: left;
  }
  .c-table_mobile_thead_Left thead tr {
    display: block;
  }
  .c-table_mobile_thead_Left thead th, .c-table_mobile_thead_Left thead td {
    display: block;
    width: auto;
  }
  .c-table_mobile_thead_Left tbody {
    display: block;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  .c-table_mobile_thead_Left tbody tr {
    display: inline-block;
  }
  .c-table_mobile_thead_Left tbody th, .c-table_mobile_thead_Left tbody td {
    display: block;
  }
  .c-table_mobile_thead_Left.c-table_base {
    border-width: 0;
  }
  .c-table_mobile_thead_Left.c-table_base thead th + th, .c-table_mobile_thead_Left.c-table_base thead th + td, .c-table_mobile_thead_Left.c-table_base thead td + th, .c-table_mobile_thead_Left.c-table_base thead td + td, .c-table_mobile_thead_Left.c-table_base tbody th + th, .c-table_mobile_thead_Left.c-table_base tbody th + td, .c-table_mobile_thead_Left.c-table_base tbody td + th, .c-table_mobile_thead_Left.c-table_base tbody td + td {
    border-top-width: 0;
  }
}
@media print, screen and (max-width: 640px) {
  .c-table_base--result tbody tr:last-child td {
    border-bottom: 1px solid #ccc;
  }
}
.c-table_base--result tbody th {
  background-color: #999;
  border: 1px solid #ccc;
  vertical-align: middle;
  color: #fff;
  text-align: center;
}
.c-table_base--result tbody td {
  background-color: #fff;
  border: 1px solid #ccc;
  vertical-align: middle;
}

.c-table_base--result_border tbody tr:first-child td {
  border-top: 1px dotted #ccc;
}
.c-table_base--result_border tbody tr:nth-child(odd) td {
  background: #f4f7f9;
}
.c-table_base--result_border tbody tr:nth-child(even) td {
  background: #fff;
}
.c-table_base--result_border tbody td {
  border-right-width: 0;
  border-bottom: 1px dotted #ccc;
  border-left-width: 0;
}

/* ---------------------------------------------------------
 Component - list
--------------------------------------------------------- */
.c-list_bullet {
  list-style: none;
}
.c-list_bullet > li {
  margin-left: 1rem;
  line-height: 1.4;
}
.c-list_bullet > li + li {
  margin-top: 0.3rem;
}
.c-list_bullet > li:before {
  display: inline-block;
  width: 1rem;
  margin-left: -1rem;
  content: "・";
}

.c-list_kome {
  list-style: none;
}
.c-list_kome > li {
  margin-left: 1rem;
  line-height: 1.4;
}
.c-list_kome > li + li {
  margin-top: 0.3rem;
}
.c-list_kome > li:before {
  display: inline-block;
  width: 1rem;
  margin-left: -1rem;
  content: "※";
}

.c-list_asterisk {
  list-style: none;
}
.c-list_asterisk > li {
  margin-left: 1rem;
  line-height: 1.4;
}
.c-list_asterisk > li + li {
  margin-top: 0.3rem;
}
.c-list_asterisk > li:before {
  display: inline-block;
  width: 1rem;
  margin-left: -1rem;
  content: "＊";
}

.c-list_obj_icon {
  list-style: none;
}
.c-list_obj_icon > li {
  position: relative;
  margin-left: 1rem;
  line-height: 1.4;
}
.c-list_obj_icon > li + li {
  margin-top: 0.3rem;
}
.c-list_obj_icon > li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.3rem;
  left: -1rem;
  width: 0.75rem;
  height: 0.75rem;
  background-color: #43a12b;
}

.c-list_obj_icon--dia li::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-list_obj_icon--check > li::after {
  width: 0.7em;
  height: 0.3em;
  background-color: transparent;
  border-left: 2px solid #43a12b;
  border-bottom: 2px solid #43a12b;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-list_obj_icon--maru > li {
  margin-left: 0.8em;
}
.c-list_obj_icon--maru > li::after {
  left: -0.8em;
  border-radius: 50%;
}

.c-list_obj_icon--line_maru > li::after {
  top: 0.35rem;
  background-color: transparent;
  border: 2px solid #43a12b;
  border-radius: 50%;
  width: 0.57rem;
  height: 0.57rem;
}

ol.c-list_number_icon__circle {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  text-indent: 0;
}
ol.c-list_number_icon__circle > li {
  position: relative;
  padding-left: 1rem;
  list-style: none;
}
ol.c-list_number_icon__circle > li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  display: block;
  float: left;
  background: #fff;
  height: 1rem;
  width: 1rem;
  border-radius: 50%;
  border: 1px solid #333;
  font-size: 0.9285714286rem;
  line-height: 1;
  color: #333;
  text-align: center;
  margin-top: 0.28rem;
  margin-right: 0.05rem;
  margin-left: -1rem;
  padding-top: 0rem;
  padding-left: 0.05rem;
}

.c-list_arrow {
  list-style: none;
}
.c-list_arrow > li {
  position: relative;
  margin-left: 1rem;
  line-height: 1.5;
}
.c-list_arrow > li + li {
  margin-top: 0.5rem;
}
.c-list_arrow > li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.52rem;
  left: -1rem;
  width: 0.45rem;
  height: 0.45rem;
  border-right: 2px solid #ef7e6a;
  border-bottom: 2px solid #ef7e6a;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-list_triangle {
  list-style: none;
}
.c-list_triangle > li {
  position: relative;
  margin-left: 0.9rem;
  line-height: 1.5;
}
.c-list_triangle > li + li {
  margin-bottom: 0.5rem;
}
.c-list_triangle > li::before {
  display: block;
  content: "";
  position: absolute;
  top: 0.5rem;
  left: -0.9rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3rem 0 0.3rem 0.6rem;
  border-color: transparent transparent transparent #ef7e6a;
}

.c-list_awesome {
  list-style: none;
}
.c-list_awesome > li {
  line-height: 1.4;
}
.c-list_awesome > li::before {
  display: inline-block;
  font-size: 90%;
  font-family: FontAwesome;
  line-height: 1;
}

.c-list_awesome--check > li {
  margin-left: 1rem;
}
.c-list_awesome--check > li::before {
  content: "\f046";
  width: 1rem;
  margin-left: -1rem;
  color: #ef7e6a;
}
.c-list_awesome--check > li + li {
  margin-top: 0.3rem;
}

.c-list_awesome--dainari_maru > li {
  margin-left: 1rem;
}
.c-list_awesome--dainari_maru > li::before {
  content: "\f138";
  width: 1rem;
  margin-left: -1rem;
  color: #ef7e6a;
}
.c-list_awesome--dainari_maru > li + li {
  margin-top: 0.6em;
}

.c-list_awesome--arrow > li {
  margin-left: 1.2rem;
}
.c-list_awesome--arrow > li::before {
  content: "\f18e";
  width: 1.2rem;
  margin-left: -1.2rem;
  color: #ef7e6a;
}
.c-list_awesome--arrow > li + li {
  margin-top: 0.6em;
}

.c-list_unique_icon {
  margin-left: 1rem;
}
.c-list_unique_icon li {
  position: relative;
  margin-left: 1rem;
  line-height: 1.4;
}
.c-list_unique_icon li + li {
  margin-top: 0.1rem;
  margin-bottom: 0.1rem;
}
.c-list_unique_icon li::before {
  display: block;
  font-family: fontawesome;
  content: "\f111";
  position: absolute;
  top: 0.2rem;
  left: -1rem;
  color: #29aba1;
  font-size: 75%;
}

.p-list_stripe li {
  border-bottom: 1px dotted #cccccc;
}
.p-list_stripe li a {
  display: block;
  padding: 20px 15px;
}
.p-list_stripe li a:hover {
  cursor: pointer;
}
.p-list_stripe li:nth-child(odd) a {
  background: #f4f7f9;
}
.p-list_stripe li:nth-child(odd) a:hover {
  background: #f9f8f4;
}

/* ---------------------------------------------------------
 Component - google map
--------------------------------------------------------- */
.c-googlemap_container__obj {
  width: 100%;
  height: 400px;
  top: 0;
}
@media print, screen and (max-width: 980px) {
  .c-googlemap_container__obj {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 640px) {
  .c-googlemap_container__obj {
    height: 300px;
  }
}

.c-googlemap_link {
  font-size: 1rem;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media print, screen and (max-width: 640px) {
  .c-googlemap_link {
    margin-top: 0;
  }
}

/* ---------------------------------------------------------
 Component - youtube
--------------------------------------------------------- */
.c-youtube_container {
  width: 685px;
  height: 385px;
}
@media print, screen and (max-width: 980px) {
  .c-youtube_container {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 56.25%;
  }
}
.c-youtube_container iframe {
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 980px) {
  .c-youtube_container iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}

/* ---------------------------------------------------------
 Component - bread crumb
--------------------------------------------------------- */
.l-bread {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 980px;
  margin-bottom: 5px;
  list-style: none;
  font-size: 0.8571428571rem;
  color: #333;
}
.l-bread::after {
  display: block;
  clear: both;
  content: "";
}
.l-bread > li {
  float: left;
  margin-right: 3px;
}
.l-bread > li:before {
  margin-right: 3px;
  content: ">";
}
.l-bread > li:first-child:before {
  display: none;
}
.l-bread > li a {
  color: #808080;
  text-decoration: underline;
}

/* ---------------------------------------------------------
 Component - global navi
--------------------------------------------------------- */
/* 全般
--------------------------------------------------------- */
.c-global_navi__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (max-width: 768px) {
  .c-global_navi__menu {
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-global_navi__menu li {
  font-size: 1rem;
}
.c-global_navi__menu li a {
  display: block;
  padding: 0 10px;
  border-right: 1px solid #5e5e5e;
  line-height: 1;
  text-decoration: none;
}
.c-global_navi__menu li a:hover {
  color: #baac88;
}
.c-global_navi__menu li:first-child a {
  padding-left: 0;
}
.c-global_navi__menu li:last-child a {
  padding-right: 0;
  border-right-width: 0;
}
.c-global_navi__menu li.is-sp_only {
  display: none;
}
.c-global_navi__menu .current-menu-item a, .c-global_navi__menu .current-page-ancestor a {
  color: #baac88;
}
.news .c-global_navi__menu .news {
  color: #0051ad;
  font-weight: bold;
}

/* スマホ
--------------------------------------------------------- */
.c-overlay {
  z-index: 4000;
  position: absolute;
  top: 0;
  left: 0;
  background: #777;
  opacity: 0.7;
  display: none;
}
.c-overlay.is-visible {
  display: block;
}

.c-view_global_navi_btn {
  display: none;
}
@media print, screen and (max-width: 640px) {
  .c-view_global_navi_btn {
    display: inline-block;
    z-index: 9999;
    position: absolute;
    top: 12px;
    right: 5px;
    width: 55px;
    height: 55px;
    background-color: #fff;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px;
  }
}
.c-view_global_navi_btn::after {
  display: block;
  font-size: 0.7142857143rem;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  color: #191716;
  content: "メニュー";
}
.c-view_global_navi_btn i {
  position: relative;
  display: block;
  width: 55%;
  height: 2px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  margin-bottom: 12px;
  background: #191716;
}
.c-view_global_navi_btn i::before, .c-view_global_navi_btn i::after {
  position: absolute;
  top: 55%;
  display: block;
  width: 100%;
  height: 2px;
  background: #191716;
  content: "";
}
.c-view_global_navi_btn i::before {
  margin-top: -8px;
}
.c-view_global_navi_btn i::after {
  margin-top: 6px;
}
.c-view_global_navi_btn.is-open {
  background: none;
  border: none;
}
.c-view_global_navi_btn.is-open::after {
  padding-top: 15px;
  content: "閉じる";
  color: #fff;
}
.c-view_global_navi_btn.is-open i {
  height: 0;
}
.c-view_global_navi_btn.is-open i::before, .c-view_global_navi_btn.is-open i::after {
  margin-top: 0;
  height: 4px;
  background-color: #fff;
}
.c-view_global_navi_btn.is-open i::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #fff;
}
.c-view_global_navi_btn.is-open i::after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.l-globalNavi--sp {
  display: none;
}

.c-global_navi_sp {
  font-family: -apple-system, "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
@media print, screen and (max-width: 640px) {
  .c-global_navi_sp {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9000;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 10px;
    background: #191716;
    opacity: 0.9;
  }
}

.c-global_navi_sp__menu {
  display: block;
  list-style: none none;
  margin: 15px 0 0;
  padding: 0 1em;
  z-index: 10;
}
.c-global_navi_sp__menu:last-child {
  margin-top: 0;
}
.c-global_navi_sp__menu li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  color: #f4f4f4;
  margin: 0;
}
.c-global_navi_sp__menu li a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #f4f4f4;
  text-align: center;
  border-bottom: 1px solid #fff;
}
.c-global_navi_sp__menu li a:hover {
  background-color: #aaa;
  color: #626262;
}
.c-global_navi_sp__menu li::after {
  font-size: 0.8571428571rem;
  padding-left: 15px;
}
.c-global_navi_sp__menu li.phone {
  padding: 15px 30px;
}
.c-global_navi_sp__menu li.phone a {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
.c-global_navi_sp__menu li.phone a:hover {
  color: #fff;
}
.c-global_navi_sp__menu li.phone a::before {
  content: "\f095";
  font-size: 90%;
  font-family: FontAwesome;
  margin-right: 5px;
}
.c-global_navi_sp__menu .current-menu-item a {
  background: #fff;
  color: #626262;
  font-weight: bold;
  border-bottom: 0;
}

.c-mulch_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media print, screen and (max-width: 768px) {
  .c-mulch_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (max-width: 768px) {
  .c-mulch_box > div {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.c-mulch_img {
  display: block;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.c-mulch_img img {
  margin-bottom: 15px;
}
@media print, screen and (max-width: 768px) {
  .c-mulch_img {
    text-align: center;
  }
}

.c-mulch_img_right {
  margin-left: 15px;
}
@media print, screen and (max-width: 768px) {
  .c-mulch_img_right {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important;
    margin-left: 0;
  }
}

.c-mulch_img_left {
  margin-right: 15px;
}
@media print, screen and (max-width: 768px) {
  .c-mulch_img_left {
    margin-right: 0;
  }
}

.c-mulch_img_rows img {
  display: block;
}
@media print, screen and (max-width: 768px) {
  .c-mulch_img_rows img {
    margin-right: auto;
    margin-left: auto;
  }
}
.c-mulch_img_rows img:not(:first-child) {
  margin-top: 15px;
}

@media print, screen and (max-width: 768px) {
  .c-mulch_img_cols img {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}
.c-mulch_img_cols img:not(:first-child) {
  margin-left: 15px;
}
@media print, screen and (max-width: 768px) {
  .c-mulch_img_cols img:not(:first-child) {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

/* ---------------------------------------------------------
project - wp wdit button
--------------------------------------------------------- */
.p-editlink {
  display: none;
}
@media print, screen and (min-width: 769px) {
  .p-editlink {
    display: block;
    position: absolute;
    bottom: 3px;
    right: 3px;
    font-size: 0.8571428571rem;
    line-height: 1.1;
    z-index: 9999;
  }
}
.p-editlink a {
  display: block;
  padding: 5px 0;
  width: 100px;
  background: #000;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  opacity: 0.3;
}
.p-editlink a:hover {
  opacity: 1;
  text-decoration: none;
}

/* ---------------------------------------------------------
utility - align
--------------------------------------------------------- */
.alignleft {
  float: left;
}

img.alignleft {
  display: block;
  float: left;
  margin-right: 1rem;
  margin-bottom: 1rem;
}
@media print, screen and (max-width: 640px) {
  img.alignleft {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}

.alignright {
  float: right;
}

img.alignright {
  display: block;
  float: right;
  margin-bottom: 1rem;
  margin-left: 1rem;
}
@media print, screen and (max-width: 640px) {
  img.alignright {
    float: none;
    margin-right: auto;
    margin-left: auto;
  }
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

img.aligncenter {
  margin-bottom: 1rem;
}

/* ---------------------------------------------------------
project - contactform7
--------------------------------------------------------- */
.p-contactform_container {
  max-width: 100%;
  margin-top: 20px;
  padding-left: 15px;
}
.p-contactform_container input[type=text],
.p-contactform_container input[type=tel],
.p-contactform_container input[type=email] {
  width: 100%;
  max-width: 100%;
  padding: 3px 5px;
  background-color: #f5f5f5;
  border: 1px solid #d3d3d3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.p-contactform_container input[type=text]:focus,
.p-contactform_container input[type=tel]:focus,
.p-contactform_container input[type=email]:focus {
  background-color: #eee;
}
.p-contactform_container input[type=text].wpcf7-not-valid,
.p-contactform_container input[type=tel].wpcf7-not-valid,
.p-contactform_container input[type=email].wpcf7-not-valid {
  border: 1px solid #e00;
}
.p-contactform_container textarea {
  width: 100%;
  height: 160px;
  padding: 3px 5px;
  background-color: #f5f5f5;
  border: 1px solid #d3d3d3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.p-contactform_container textarea:focus {
  background-color: #f8f5f5;
}
.p-contactform_container textarea.wpcf7-not-valid {
  border: 1px solid #e00;
}
.p-contactform_container .wpcf7-list-item:first-child {
  margin-left: 0;
}
.p-contactform_container span.wpcf7-not-valid-tip {
  margin-top: 2px;
  font-size: 0.8571428571rem;
  color: #e00;
}
.p-contactform_container tbody th, .p-contactform_container tbody td {
  padding: 15px 20px;
}
@media print, screen and (max-width: 640px) {
  .p-contactform_container tbody th, .p-contactform_container tbody td {
    padding: 10px;
  }
}
.p-contactform_container tbody th {
  white-space: normal;
}
@media print, screen and (min-width: 641px) {
  .p-contactform_container tbody th {
    width: 30%;
  }
}

.p-contactform_required_mark::after {
  display: inline-block;
  margin-left: 5px;
  font-size: 0.8571428571rem;
  color: #c1272d;
  content: "必須";
  font-weight: normal;
}

.p-contactform_input_attention_email {
  margin: 10px 0 3px;
  font-size: 0.8571428571rem;
  line-height: 1.4;
}

.p-contactform_input_attention_address {
  font-size: 0.8571428571rem;
  font-weight: normal;
}

.p-contactform_input_attention_zip {
  margin: 0 0 10px;
  font-size: 0.8571428571rem;
  line-height: 1.25;
}

.p-contactform_input_attention_privacy {
  margin: 5px 0 10px;
  font-size: 0.8571428571rem;
  line-height: 1.25;
}

.p-conactform_zip_inner {
  margin-bottom: 10px;
}
.p-conactform_zip_inner::before {
  content: "〒";
  margin-right: 5px;
}
.p-conactform_zip_inner input[type=text] {
  width: 20%;
}
.p-conactform_zip_inner .your-zip2::before {
  margin-right: 5px;
  margin-left: 5px;
  content: "-";
}

.p-contactform_attention {
  text-align: center !important;
}

.p-contactform_submit_inner {
  margin-top: 2em;
  text-align: center;
}
.p-contactform_submit_inner .ajax-loader {
  display: block !important;
  margin-top: 5px !important;
  margin-right: auto !important;
  margin-left: auto !important;
}

.wpcf7-submit {
  display: inline-block;
  padding: 14px 73px;
  border-radius: 5px;
  background-color: #005007;
  background: -webkit-linear-gradient(top, #4a892b 0%, #005007 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#4a892b), to(#005007));
  background: linear-gradient(to bottom, #4a892b 0%, #005007 100%);
  font-size: 1.2857142857rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  cursor: pointer;
}

/* ---------------------------------------------------------
project - archiveList pageNavi
--------------------------------------------------------- */
.p-pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
.p-pagenation li.active {
  width: 40px;
  margin-right: 5px;
  padding: 13px 0;
  background: #8d8478;
  color: #fff;
  text-align: center;
  line-height: 1;
}
.p-pagenation li a {
  display: block;
  width: 40px;
  margin-right: 5px;
  padding: 13px 0;
  background: #fff;
  border: 1px solid #8d8478;
  text-decoration: none;
  color: #8d8478;
  text-align: center;
  line-height: 1;
}
.p-pagenation li a:hover {
  background: #8d8478;
  color: #fff;
}

.p-pagenation .prev a,
.p-pagenation .next a {
  letter-spacing: 1px;
}
.p-pagenation .prev a:hover,
.p-pagenation .next a:hover {
  color: #fff;
  font-weight: bold;
}
@media print, screen and (max-width: 640px) {
  .p-pagenation .prev a,
  .p-pagenation .next a {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}

/* ---------------------------------------------------------
project - wp faq list
--------------------------------------------------------- */
.p-faqList {
  list-style: none;
}

.p-faqList__question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  padding: 15px;
  background-color: #fff;
  color: #25892b;
  cursor: pointer;
}
@media print, screen and (max-width: 640px) {
  .p-faqList__question {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.p-faqList__question::before {
  display: inline-block;
  font-size: 1.2857142857rem;
  color: #8d8478;
  content: "Ｑ.";
  line-height: 1.14;
  font-weight: bold;
}
.p-faqList__question::after {
  display: inline-block;
  content: "\f055";
  font-size: 1.5714285714rem;
  font-family: FontAwesome;
  line-height: 1;
  color: #8d8478;
}
.p-faqList__question.active::after {
  content: "\f056";
}

.p-faqList__questionWrap {
  width: 100%;
  margin-right: 15px;
  margin-left: 15px;
  line-height: 1.6;
}
@media print, screen and (max-width: 640px) {
  .p-faqList__questionWrap {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.p-faqList__answer {
  display: block;
  clear: both;
  content: "";
  margin: 0;
  padding: 15px 15px 25px;
  background-color: #f7f4f0;
  cursor: pointer;
}
@media print, screen and (max-width: 640px) {
  .p-faqList__answer {
    padding: 10px 20px;
  }
}
.p-faqList__answer::before {
  display: inline-block;
  float: left;
  font-size: 1.2857142857rem;
  color: #ef6331;
  content: "A.";
  line-height: 1.14;
  font-weight: bold;
}
@media print, screen and (max-width: 640px) {
  .p-faqList__answer::before {
    display: none;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.p-faqList__answerWrap {
  margin-left: 38px;
  line-height: 1.6;
}
@media print, screen and (max-width: 640px) {
  .p-faqList__answerWrap {
    margin-right: 0;
    margin-left: 0;
  }
}

.p-faqList__goEdit {
  margin-top: 3px;
  font-size: 0.75rem;
  text-align: right;
  line-height: 1;
}

/* ---------------------------------------------------------
project - text-styles
--------------------------------------------------------- */
.p-catchcopy {
  margin-bottom: 25px;
  font-family: "Hiragino Mincho ProN", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ 明朝", serif;
  font-size: 1.7142857143rem;
  color: #31190d;
  line-height: 1.35;
  font-weight: bold;
}
@media print, screen and (max-width: 640px) {
  .p-catchcopy {
    font-size: 1.4285714286rem;
  }
}

.p-h2 {
  margin-bottom: 15px;
  padding: 10px 15px;
  border-left: 2px solid #8d8478;
  background: #fff;
  color: #333;
  font-size: 1.2857142857rem;
  font-weight: bold;
  line-height: 1.25;
}
.p-h2 > a {
  color: #333;
  text-decoration: none;
}
.p-h2 > a:hover {
  opacity: 0.7;
}

.p-h2_indent {
  padding-left: 15px;
}
.p-h3 {
  position: relative;
  margin-bottom: 15px;
  margin-left: 15px;
  padding-bottom: 5px;
  font-size: 1.1428571429rem;
  line-height: 1.35;
}
.p-h3::after {
  position: absolute;
  display: inline-block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #000; /*線の色*/
}
@media print, screen and (max-width: 640px) {
  .p-h3 {
    font-size: 1.2857142857rem;
  }
}

.p-h3_indent {
  padding-left: 15px;
}
.p-h4 {
  margin-bottom: 10px;
  padding-left: 35px;
  background-image: url(../images/h4_icon.jpg);
  background-repeat: no-repeat;
  background-position: 17px 5px;
}
.p-h4_indent {
  padding-left: 35px;
}
@media print, screen and (max-width: 640px) {
  .p-h4_indent {
    padding-left: 15px;
  }
}

.p-em {
  font-weight: bold;
  color: #c1652e;
}

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

/* ---------------------------------------------------------
project - child page list
--------------------------------------------------------- */
.p-child_pages__container_thumb .p-child_pages__list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 980px) {
  .p-child_pages__container_thumb .p-child_pages__list {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
.p-child_pages__container_thumb .p-child_pages__list > li {
  margin-bottom: 10px;
  border: 1px solid #d6d6d6;
}
.p-child_pages__container_thumb .p-child_pages__list > li.is-active {
  display: none;
}
.p-child_pages__container_thumb .p-child_pages__list a {
  display: block;
  width: 230px;
  padding: 10px 10px 0;
  background: #fff;
  color: #665744;
  text-decoration: none;
}
.p-child_pages__container_thumb .p-child_pages__list a:hover {
  background: #b7b2a8;
  color: #fff;
}
.p-child_pages__container_thumb .p-child_pages__list a .thumb {
  width: 210px;
  height: 110px;
  background-size: cover;
  background-position: center center;
}
.p-child_pages__container_thumb .p-child_pages__list a .title {
  padding: 11px 0;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}

/* ---------------------------------------------------------
project - site common
--------------------------------------------------------- */
.p-common_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 0.8571428571rem;
}
@media print, screen and (max-width: 768px) {
  .p-common_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media print, screen and (max-width: 768px) {
  .p-common_left {
    margin: 10px auto 30px;
  }
}

.p-common_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  padding-left: 10px;
}
@media print, screen and (max-width: 768px) {
  .p-common_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
}
.p-common_right .fuujinkun {
  display: block;
  margin-top: 2px;
  margin-right: 5px;
}
@media print, screen and (max-width: 768px) {
  .p-common_right .fuujinkun {
    margin: 0 0 20px;
    text-align: center;
  }
}
@media print, screen and (max-width: 640px) {
  .p-common_right .fuujinkun {
    display: none;
  }
}

.p-common_info {
  text-align: right;
}
.p-common_info .hour {
  font-size: 0.8571428571rem;
  line-height: 2;
}
@media print, screen and (max-width: 768px) {
  .p-common_info .hour {
    text-align: center;
    margin-bottom: 15px;
  }
}
@media print, screen and (max-width: 640px) {
  .p-common_info .hour {
    margin-bottom: 5px;
  }
}
.p-common_info .mail {
  display: block;
}
.p-common_info .mail img {
  margin-top: 0;
}

.p-single_footer {
  font-size: 0.8571428571rem;
}
.p-single_footer_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 5px;
  line-height: 1;
}
.p-single_footer_link .go_archive {
  border-right: 1px solid #333;
  border-left: 1px solid #333;
}
.p-single_footer_link a {
  padding-right: 8px;
  padding-left: 8px;
  color: #333;
  text-decoration: underline;
}
.p-single_footer_link a:hover {
  text-decoration: none;
}
@media print, screen and (max-width: 640px) {
  .p-single_footer_link a {
    padding: 2px 10px;
  }
}

.p-page_footer {
  text-align: center;
  font-size: 1rem;
}
.p-page_footer .link a {
  display: inline-block;
  margin: 0 15px;
  text-decoration: none;
}
.p-page_footer .link a:hover {
  text-decoration: underline;
}

/* ---------------------------------------------------------
project - トップページ
--------------------------------------------------------- */
/* コンテンツ全体
--------------------------------------------------------- */
.p-home_contents {
  padding-bottom: 3rem;
}
@media print, screen and (max-width: 640px) {
  .p-home_contents {
    padding-top: 1rem !important;
  }
}
@media print, screen and (max-width: 980px) {
  .p-home_contents img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
@media print, screen and (min-width: 641px) {
  .p-home_contents > div {
    position: relative;
  }
}

.p-home_page_link {
  display: inline-block;
  padding: 0.35em 1em;
  border: 1px solid #b7b2a8;
  font-size: 0.8571428571rem;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  color: #333;
}
.p-home_page_link:hover {
  background-color: #b7b2a8;
  color: #333;
}

/* メイン画像
--------------------------------------------------------- */
.p-home_mainimg__list > li {
  max-width: 980px;
  width: 100%;
  height: auto;
}
.p-home_mainimg__list > li img {
  max-width: 100%;
  width: auto;
  height: auto;
  opacity: 0.4;
}
.p-home_mainimg__list > li.swiper-slide-active img, .p-home_mainimg__list > li.swiper-slide-duplicate-active img {
  opacity: 1;
}

/* メイン
--------------------------------------------------------- */
@media print, screen and (max-width: 640px) {
  .p-home_main {
    padding-bottom: 1rem !important;
  }
}
.p-home_main img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.p-home_slogan__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media print, screen and (min-width: 981px) {
  .p-home_slogan__title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-home_slogan__title .p-catchcopy {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-bottom: 0;
}
@media print, screen and (min-width: 981px) {
  .p-home_slogan__title .p-catchcopy {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-home_slogan__link {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  display: block;
  text-align: right;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 981px) {
  .p-home_slogan__link {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.p-home_works {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}
@media print, screen and (max-width: 640px) {
  .p-home_works {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
}
.p-home_works .block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 980px) {
  .p-home_works .block-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (max-width: 640px) {
  .p-home_works .block-container {
    margin: 0 auto 1em;
  }
}
.p-home_works .block-container .item:nth-child(3) {
  margin-right: 0;
}

.p-home_reform {
  margin-bottom: 1.42rem;
}
.p-home_reform .p-child_pages__list {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0;
  padding: 0.5rem;
  background-color: #b7b2a8;
}
.p-home_reform .p-child_pages__list > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.3%;
  margin-right: 0;
  margin-bottom: 0;
  padding: 2.5px;
}
@media print, screen and (max-width: 640px) {
  .p-home_reform .p-child_pages__list > li {
    width: 50%;
    font-size: 12px;
  }
}
.p-home_reform .p-child_pages__list > li a {
  display: block;
  width: 100%;
  padding: 0.85rem;
  background-color: #fff;
  border: 2px solid #d6d6d6;
  font-weight: bold;
  text-align: center;
  color: #665744;
  text-decoration: none;
}
.p-home_reform .p-child_pages__list > li a:hover {
  background-color: #191716;
  border-color: #191716;
  color: #fff;
}
.p-home_reform .p-child_pages__list > li a::before {
  display: none;
}
.p-home_reform .p-child_pages__list .thumb,
.p-home_reform .p-child_pages__list .excerpt {
  display: none;
}

.p-home_reform__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 640px) {
  .p-home_reform__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-home_reform__title .title {
  display: block;
  margin-bottom: 0;
  padding-left: 22px;
  background: url(../images/h4_icon.jpg) no-repeat 0 0.15rem;
  font-size: 1.2857142857rem;
  font-weight: bold;
}
@media print, screen and (max-width: 640px) {
  .p-home_reform__title .title {
    margin-bottom: 0.5rem;
  }
}

.p-home_flow__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
@media print, screen and (max-width: 640px) {
  .p-home_flow__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-home_flow__thumb {
  text-align: center;
}
@media print, screen and (max-width: 640px) {
  .p-home_flow__thumb {
    padding-top: 1rem;
  }
}
.p-home_flow__thumb > img {
  width: 100%;
  max-width: 210px;
}

.p-home_flow__contents {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 1rem 1rem 1rem 1.42rem;
}
@media print, screen and (max-width: 640px) {
  .p-home_flow__contents {
    padding: 1rem 0.8rem;
  }
}

.p-home_flow__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 640px) {
  .p-home_flow__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-home_flow__title .title {
  display: block;
  font-size: 1.2857142857rem;
  font-weight: bold;
}
@media print, screen and (max-width: 640px) {
  .p-home_flow__title .title {
    margin-bottom: 0.5rem;
  }
}

.p-home_flow__text {
  line-height: 1.4;
}

.p-home_taiou {
  margin-top: 3rem;
}

.p-home_taiou__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0;
  padding-left: 22px;
  background: url(../images/h4_icon.jpg) no-repeat 0 0.15rem;
  font-size: 1.2857142857rem;
  font-weight: bold;
}
.p-home_taiou__title .title {
  display: block;
  font-size: 1.2857142857rem;
  font-weight: bold;
}
@media print, screen and (max-width: 640px) {
  .p-home_taiou__title .title {
    margin-bottom: 0.5rem;
  }
}

/* サイド
--------------------------------------------------------- */
.p-home_side__work,
.p-home_side__news {
  margin-bottom: 2rem;
}

.p-home_side__work_title,
.p-home_side__news_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 0.847rem;
  border-bottom: 1px solid #562b08;
}
.p-home_side__work_title::after,
.p-home_side__news_title::after {
  content: "\f105";
  font-family: FontAwesome;
}
.p-home_side__work_title a,
.p-home_side__news_title a {
  display: block;
  padding-bottom: 0.2rem;
  font-size: 1.1428571429rem;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
  color: #31190d;
}

.p-home_side__work_list li + li,
.p-home_side__news_list li + li {
  margin-top: 0.75rem;
}
.p-home_side__work_list a,
.p-home_side__news_list a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333;
}
.p-home_side__work_list a:hover,
.p-home_side__news_list a:hover {
  opacity: 0.7;
}

.p-home_side__work_thumb,
.p-home_side__news_thumb {
  display: block;
  width: 60px;
  height: 60px;
  margin-right: 0.5rem;
  background-position: center center;
  background-size: cover;
}

.p-home_side__work_post_title,
.p-home_side__news_post_title {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  font-size: 0.8571428571rem;
  line-height: 1.4;
}

/* フッター
--------------------------------------------------------- */
@media print, screen and (max-width: 980px) {
  .p-home_footer_contents img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
}
.p-home_footer_contents > div {
  position: relative;
}

.p-home_company {
  padding: 2.5rem 1rem;
  background-color: #fff;
  border-top: 1px solid #ccc;
}
@media print, screen and (min-width: 981px) {
  .p-home_company {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-home_company__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 980px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-home_company__title {
  display: block;
  margin-bottom: 1.25rem;
  padding-left: 22px;
  background: url(../images/h4_icon.jpg) no-repeat 0 0.15rem;
  font-size: 1.2857142857rem;
  font-weight: bold;
}
@media print, screen and (max-width: 640px) {
  .p-home_company__title {
    padding-bottom: 0.5em;
    border-bottom: 1px solid #ccc;
  }
}

.p-home_company__info {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media print, screen and (min-width: 641px) {
  .p-home_company__info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media print, screen and (max-width: 640px) {
  .p-home_company__info {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 641px) {
  .p-home_company__info .c-mulch_img {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}

@media print, screen and (max-width: 640px) {
  .p-home_company__box1 {
    width: 100%;
  }
}

.p-home_company__box2 {
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
@media print, screen and (max-width: 640px) {
  .p-home_company__box2 {
    width: 100%;
    margin: 1rem 0;
    text-align: center;
  }
}

.p-home_company__box3 {
  width: 100%;
  margin-top: 1rem;
}
@media print, screen and (min-width: 981px) {
  .p-home_company__box3 {
    width: 30%;
    margin-top: 0;
  }
}
.p-home_company__box3 .c-googlemap_container {
  position: relative;
  padding-top: 50%;
}
@media print, screen and (min-width: 981px) {
  .p-home_company__box3 .c-googlemap_container {
    padding-top: 72.5%;
  }
}
.p-home_company__box3 .c-googlemap_container__obj {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.p-home_teikei {
  padding: 2rem 1rem;
}
@media print, screen and (min-width: 981px) {
  .p-home_teikei {
    padding-right: 0;
    padding-left: 0;
  }
}

.p-home_teikei__inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 980px;
  width: 980px;
}
@media print, screen and (min-width: 981px) {
  .p-home_teikei__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (max-width: 980px) {
  .p-home_teikei__inner {
    width: 100%;
  }
}

.p-home_teikei__title {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 981px) {
  .p-home_teikei__title {
    width: 315px;
    margin-right: 3rem;
    margin-bottom: 0;
  }
}

.p-home_teikei__banner {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: -6px;
}
@media print, screen and (max-width: 980px) {
  .p-home_teikei__banner {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-home_teikei__banner > li {
  padding: 6px;
}
@media print, screen and (min-width: 981px) {
  .p-home_teikei__banner > li {
    display: inline-block;
  }
}

/* ---------------------------------------------------------
project - service
--------------------------------------------------------- */
.l-page_service .c-mulch_img img:hover {
  opacity: 0.7;
}

.p-service_linkbtn {
  display: block;
  width: 175px;
  margin-left: 5px;
  padding: 8px;
  border: 1px solid #0051ad;
  color: #0051ad;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
.p-service_linkbtn:hover {
  opacity: 0.7;
}
.p-service_linkbtn::after {
  content: "\f18e";
  font-family: FontAwesome;
  margin-left: 3px;
}

/* ---------------------------------------------------------
project - company
--------------------------------------------------------- */
.p-service_philosophy_box {
  margin-left: 5px;
  padding: 30px 30px 25px;
  background: #f5f4f3;
  border: 1px solid #eeedeb;
}
@media print, screen and (max-width: 640px) {
  .p-service_philosophy_box {
    padding: 15px;
  }
}
.p-service_philosophy_box .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5714285714rem;
  color: #323f43;
}
.p-service_philosophy_box .title:before, .p-service_philosophy_box .title:after {
  border-top: 1px solid #4083c1;
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.p-service_philosophy_box .title:before {
  margin-right: 10px;
}
.p-service_philosophy_box .title:after {
  margin-left: 10px;
}
.p-service_philosophy_box .contents {
  margin-top: 10px;
  font-size: 1.4285714286rem;
  color: #0051ad;
  text-align: center;
}
@media print, screen and (max-width: 640px) {
  .p-service_philosophy_box .contents {
    margin-top: 30px;
    font-size: 1.2857142857rem;
    line-height: 1.4;
  }
}
.p-service_philosophy_box .contents > p {
  margin-bottom: 10px;
}

.p-company_googlemap {
  padding-left: 15px;
}
@media print, screen and (max-width: 980px) {
  .p-company_googlemap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
  }
}
@media print, screen and (max-width: 980px) {
  .p-company_googlemap .c-list_obj_icon {
    margin-bottom: 15px;
  }
}
@media print, screen and (max-width: 980px) {
  .p-company_googlemap .c-mulch_img {
    margin: 0 auto 10px;
  }
}
@media print, screen and (max-width: 640px) {
  .p-company_googlemap .c-mulch_img {
    margin: 0 auto 30px;
  }
}
@media print, screen and (max-width: 980px) {
  .p-company_googlemap .c-mulch_img img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
}

/* ---------------------------------------------------------
project - contact
--------------------------------------------------------- */
.p-contact_tel_box {
  margin-bottom: 35px;
  padding: 20px;
  background: #fff;
  text-align: center;
  line-height: 1;
}
.p-contact_tel_box .tel {
  margin-bottom: 10px;
  font-size: 1.7142857143rem;
  color: #c7161e;
  font-weight: bold;
}
.p-contact_tel_box .tel > a {
  color: #c7161e;
  text-decoration: none;
}
.p-contact_tel_box .tel::before {
  content: "\f095";
  font-size: 90%;
  font-family: FontAwesome;
  margin-right: 5px;
}
.p-contact_tel_box .hour {
  font-size: 1.1428571429rem;
}

/* ---------------------------------------------------------
project - concept
--------------------------------------------------------- */
.concept_link_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 640px) {
  .concept_link_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (max-width: 980px) {
  .concept_link_inner li {
    width: 33%;
  }
}
@media print, screen and (max-width: 640px) {
  .concept_link_inner li {
    width: 100%;
    max-width: 230px;
    margin-bottom: 1rem;
  }
}

.concept_link_inner__img {
  position: relative;
  overflow: hidden;
}
.concept_link_inner__img a {
  display: block;
}
.concept_link_inner__img a img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.concept_link_inner__title {
  position: absolute;
  display: block;
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  width: 100%;
  padding: 5px 5px 2px;
  font-size: 1.1428571429rem;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width: 980px) {
  .concept_link_inner__title {
    font-size: 0.8571428571rem;
  }
}
@media print, screen and (max-width: 640px) {
  .concept_link_inner__title {
    font-size: 1.1428571429rem;
  }
}

/* ---------------------------------------------------------
project - reform
--------------------------------------------------------- */
.p-reform_footer_flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  margin-top: 80px;
  background: #fff;
}
@media print, screen and (max-width: 980px) {
  .p-reform_footer_flow {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
    padding: 5px;
  }
}
@media print, screen and (max-width: 640px) {
  .p-reform_footer_flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 10px;
  }
}
.p-reform_footer_flow .img {
  display: block;
  width: 210px;
}
.p-reform_footer_flow .img:hover {
  opacity: 0.7;
}
.p-reform_footer_flow .note {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 15px 15px 20px;
  line-height: 1.5;
}
@media print, screen and (max-width: 640px) {
  .p-reform_footer_flow .note {
    padding: 15px 0 0;
  }
}
.p-reform_footer_flow .note .title {
  position: relative;
  display: block;
  margin-bottom: 12px;
  font-size: 1.2857142857rem;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
}
@media print, screen and (max-width: 640px) {
  .p-reform_footer_flow .note .title {
    text-align: center;
  }
}
.p-reform_footer_flow .note .title:hover {
  opacity: 0.7;
}
.p-reform_footer_flow .note .title::after {
  position: absolute;
  content: "\f105";
  top: 3px;
  font-size: 0.8571428571rem;
  font-family: FontAwesome;
  margin-left: 5px;
}

.p-reform_footer_contact {
  margin-top: 20px;
  padding: 20px;
  background: #fff;
}
@media print, screen and (max-width: 640px) {
  .p-reform_footer_contact {
    padding: 15px 10px;
    line-height: 1.5;
  }
}
.p-reform_footer_contact .p-reform_footer_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
@media print, screen and (max-width: 980px) {
  .p-reform_footer_contact .p-reform_footer_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media print, screen and (max-width: 640px) {
  .p-reform_footer_contact .p-reform_footer_info {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-reform_footer_contact .p-reform_footer_info .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.5px;
}
@media print, screen and (max-width: 980px) {
  .p-reform_footer_contact .p-reform_footer_info .info {
    margin-bottom: 5px;
  }
}
@media print, screen and (max-width: 640px) {
  .p-reform_footer_contact .p-reform_footer_info .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
}
.p-reform_footer_contact .p-reform_footer_info .info .tel {
  margin-right: 5px;
  font-size: 1.4285714286rem;
  font-weight: bold;
}
@media print, screen and (max-width: 640px) {
  .p-reform_footer_contact .p-reform_footer_info .info .tel {
    line-height: 1.2;
  }
}
.p-reform_footer_contact .p-reform_footer_info .info .tel::before {
  content: "\f095";
  font-size: 100%;
  font-family: FontAwesome;
  margin-right: 3px;
}
.p-reform_footer_contact .p-reform_footer_info .info .tel > a {
  color: #333;
  text-decoration: none;
}
.p-reform_footer_contact .p-reform_footer_info .p-info_mail {
  width: 270px;
  padding: 8px;
  font-size: 1.1428571429rem;
  color: #fff;
}
@media print, screen and (max-width: 640px) {
  .p-reform_footer_contact .p-reform_footer_info .p-info_mail {
    margin-top: 5px;
  }
}

.p-reform_footer_work_list {
  margin-top: 55px;
}

.reform_template01, .reform_template02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
@media print, screen and (max-width: 768px) {
  .reform_template01, .reform_template02 {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
.reform_template01 li, .reform_template02 li {
  width: 49%;
  max-width: 340px;
  height: auto;
}
.reform_template01 .reform_img img, .reform_template02 .reform_img img {
  display: block;
}
@media print, screen and (max-width: 980px) {
  .reform_template01 .reform_img img, .reform_template02 .reform_img img {
    width: auto;
  }
}
.reform_template01 .before, .reform_template02 .before {
  font-family: "arial";
  font-weight: 700;
  font-size: 1.2857142857rem;
  color: #2e802c;
}
.reform_template01 .after, .reform_template02 .after {
  font-family: "arial";
  font-weight: 700;
  font-size: 1.2857142857rem;
  color: #dc5400;
}
.reform_template01 .reform_txt, .reform_template02 .reform_txt {
  width: 340px;
}
@media print, screen and (max-width: 980px) {
  .reform_template01 .reform_txt, .reform_template02 .reform_txt {
    width: auto;
  }
}

/*リフォームの流れ＆注文住宅の流れ*/
.l-page_reform .l-contents p.p-catchcopy {
  text-align: center;
  color: #31190D;
}

.step-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 2em 0 1em;
}

span.step {
  position: relative;
  display: inline-block;
  width: 15%;
  text-align: center;
  background: #8D8478;
  color: #fff;
  padding: 0.75em;
  z-index: 2;
  font-size: 16px;
}

span.step::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  right: -2.77em;
  top: 0;
  border: 1.57em transparent solid;
  border-left: 1.2em solid #8D8478;
}

/* ---------------------------------------------------------
project - blog
--------------------------------------------------------- */
/* 共通（トップページ含む）
--------------------------------------------------------- */
.p-blog_subtitle {
  margin-bottom: 15px;
  padding-left: 24px;
  font-size: 1.1428571429rem;
  background-position: 0 1px;
}

.p-blog_nodata {
  padding-top: 30px;
}

.p-blog_note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.p-blog_note .category {
  font-size: 0;
}
.p-blog_note .category > span {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 8px;
  background: #8e8578;
  font-size: 0.8571428571rem;
  color: #fff;
  line-height: 1.33;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.p-blog_note .date {
  font-size: 1rem;
  color: #666;
  line-height: 1.36;
}

/* アーカイブページ
--------------------------------------------------------- */
.p-blog_archive_list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  background: #fff;
}
.p-blog_archive_list_thumb {
  display: block;
  width: 130px;
  height: 100px;
  background-size: cover;
  background-position: center center;
}
.p-blog_archive_list_info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 15px 5px;
  font-size: 0;
}
.p-blog_archive_list_info .title {
  display: block;
  color: #333;
  font-size: 1rem;
  text-decoration: underline;
}
@media print, screen and (max-width: 768px) {
  .p-blog_archive_list_info .title {
    margin-bottom: 5px;
    line-height: 1.25;
  }
}
.p-blog_archive_list_info .title:hover {
  color: #d1652e;
  text-decoration: none;
}

/* シングルページ
--------------------------------------------------------- */
.p-blog_single_box .p-blog_note {
  margin-bottom: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid #c6b8ac;
}
.p-blog_single_box .contents {
  padding-bottom: 100px;
  border-bottom: 1px solid #c6b8ac;
}

/* サイドバー（全ページ共通/最新5件）
--------------------------------------------------------- */
/* ---------------------------------------------------------
project - recruit
--------------------------------------------------------- */
.p-recruit_requirement_box {
  margin-top: 10px;
  padding: 15px 20px 5px;
  background: #fffcf9;
  border-top: 1px solid #f2f2f2;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #f2f2f2;
}
.p-recruit_requirement_box > p {
  margin-bottom: 10px;
  font-size: 1.2857142857rem;
  font-weight: bold;
}

.p-recruit_img_box {
  padding-left: 5px;
}
@media print, screen and (max-width: 980px) {
  .p-recruit_img_box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0;
  }
  .p-recruit_img_box img {
    width: 30%;
    height: auto;
  }
}
@media print, screen and (max-width: 640px) {
  .p-recruit_img_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-recruit_img_box img {
    display: block;
    width: 100%;
    max-width: 275px;
    height: auto;
    margin: 0 auto 10px !important;
  }
}

/* ---------------------------------------------------------
project - profile
--------------------------------------------------------- */
.p-map_info_box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-map_googlemap {
  width: 100%;
}

/* ---------------------------------------------------------
project - reform
--------------------------------------------------------- */
/*施行事例・お客様の声 ：アーカイブページ*/
.block-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media print, screen and (max-width: 640px) {
  .block-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.block-container .item {
  width: 230px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 1em;
  vertical-align: middle;
  margin-right: 8.8px;
  margin-bottom: 1em;
}
.block-container .item:nth-child(3n) {
  margin-right: 0;
}
@media print, screen and (max-width: 640px) {
  .block-container .item {
    margin-right: 0;
  }
}

.block-container .item img:hover {
  opacity: 0.7;
}

.block-container .item p {
  padding: 1em 1em 0em 1em;
}

.block-container .item a {
  color: #333;
}

.block-container .item a:hover {
  color: #D1652E;
}

.cat-list {
  margin-bottom: 2em;
}

/*施行事例・お客様の声 ：個別ページ*/
.page_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1em;
}
@media print, screen and (max-width: 640px) {
  .page_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page_header span {
  padding: 0.25em;
}
.page_header .cat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 640px) {
  .page_header .cat {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.page_header .cat .category_name {
  border: 1px solid #ccc;
}
.page_header .cat .category_name:not(:last-child) {
  margin-right: 1em;
}
@media print, screen and (max-width: 640px) {
  .page_header .cat .category_name {
    margin-bottom: 0.75em;
  }
}

.slide-area {
  width: 100%;
  background: #fff;
  padding: 0.75em;
}

.slide-area h2.point {
  color: #9F6F37;
  font-size: 1.33em;
  text-align: center;
  font-weight: normal;
  margin: 2em 0 1em;
}

.slide-area table.point {
  width: 100%;
  border-top: 1px solid #ccc;
  text-align: left;
}

.slide-area table.point tr {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.slide-area table.point th {
  width: 40%;
  background: #E8E6E3;
  padding: 1em 0.5em 1em 1em;
}

.slide-area table.point td {
  width: 60%;
  padding: 1em 0.5em 1em 1em;
}

/*ビフォーアフター*/
.before_after {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 1em;
}

.ba-title, .drawing .title {
  border-bottom: 2px solid #8D8478;
  padding: 0 2.5em 0.25em 0;
  display: inline-block;
  margin-top: 2em;
  font-weight: bold;
}

.before_after > div {
  width: 45%;
}

.before_after .tri {
  width: auto;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 2em;
}

.before_after .label {
  background: #545352;
  color: #fff;
  text-align: center;
  padding: 0.15em;
  font-size: 1.2em;
}

.drawing img {
  display: block;
  margin: 1em auto;
  width: 100%;
}

/*スライダー*/
.mainimg {
  min-height: 440px;
  position: relative;
  background-position: center center;
  margin: 0 auto;
}

.selectimg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media print, screen and (max-width: 640px) {
  .selectimg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.selectimg .change-image {
  max-width: 168px;
  width: 100%;
  height: 117px;
  background-size: cover;
  background-position: center;
  margin-top: 0.75em;
  margin-right: 5.5px;
}
@media print, screen and (max-width: 640px) {
  .selectimg .change-image {
    max-width: 100%;
    width: 100%;
    height: 200px;
    margin-top: 0.75em;
    margin-right: 5.5px;
  }
  .selectimg .change-image.vertical {
    width: 293px;
    height: 440px;
  }
}

.selectimg .change-image:nth-child(4n) {
  margin-right: 0;
}

.selectimg .change-image:hover {
  opacity: 0.75;
}

/*施行事例・お客様の声 ：サイドバー*/
.headline {
  font-size: 16px;
  display: inline-block;
  width: 100%;
  font-weight: bold;
  color: #31190D;
  border-bottom: 1px solid #562B08;
}

.cat-list ul {
  padding: 0.5em 0 0;
}

.cat-list ul li {
  padding: 0.75em;
  border-bottom: 1px solid #C6B8AC;
}

.cat-list ul li a {
  color: #562B08;
  text-decoration: none;
}

.cat-list ul li::before {
  content: ">";
  font-size: 1em;
  padding-right: 1em;
  display: inline-block;
}

.foot_works_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

.foot_works_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.foot_works_box:first-child {
  margin-top: 1em;
}

.foot_works_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 1em;
}

.foot_works_title .foot_title_link {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  color: #31190D;
}

/* ページネーション */
.pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3em;
}

.wp-pagenavi > * {
  font-size: 1.25em;
  border: 1px solid #8D8478;
  margin: 0 0.5em;
  padding: 5px 10px;
}

.wp-pagenavi > a {
  text-decoration: none;
  background: #fff;
  color: #8D8478;
}

.wp-pagenavi > .current {
  background: #8D8478;
  color: #fff;
}

.wp-pagenavi > a:hover {
  background: #8D8478;
  color: #fff;
}

/*共通で使えるデザインクラス*/
.s-h2 {
  position: relative;
  background: #fff;
  z-index: 1;
  display: inline-block;
  width: 85%;
  font-size: 16px;
  padding: 1em 0 1em 2.5em;
}

.h2_text, .h3_text {
  padding-left: 1em;
}

.s-h2-02 {
  font-size: 16px;
  color: #31190D;
}

.s-h2-02::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 0.5em solid #191716;
  border-right: 0.5em solid #8E8578;
  border-bottom: 0.5em solid #8E8578;
  border-left: 0.5em solid #191716;
  vertical-align: bottom;
  margin-right: 0.5em;
}

.s-h3 {
  font-size: 1.75em;
  border-bottom: 2px solid #562B08;
}

.s-h302 {
  display: block;
  background: #fff;
  padding: 0.5em 0 0.5em 1em;
  border-left: 3px solid #8D8478;
}

.s-btn {
  display: inline-block;
  text-decoration: none;
  border: 1px solid #ccc;
  color: #25972B;
  padding: 0.5em 1em;
  background: #eee; /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f4f4f4 0%, #d8d8d8 100%); /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#d8d8d8));
  background: linear-gradient(to bottom, #f4f4f4 0%, #d8d8d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f4f4f4", endColorstr="#d8d8d8",GradientType=0 ); /* IE6-9 */
}

.s-btn:hover {
  opacity: 0.85;
}

.s-mincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

/*------------------------------------------------------------------------------
スマートフォン
--------------------------------------------------------------------------------*/
/*スライダー*/
@media print, screen and (max-width: 769px) {
  .mainimg {
    min-height: auto;
  }
  .mainimg img {
    max-width: 100%;
    max-height: auto;
    position: relative;
  }
  .selectimg img {
    width: 33%;
    height: auto;
    margin-right: 0.5%;
    max-height: auto;
  }
  .selectimg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .selectimg img:nth-child(3n) {
    margin-right: 0;
  }
  .selectimg img:last-child {
    margin-right: 0;
  }
  .selectimg img:nth-child(4n) {
    margin-right: auto;
  }
}
@media print, screen and (max-width: 640px) {
  span.step {
    width: 25%;
    color: #fff;
    padding: 0.55em;
    font-size: 14px;
  }
  span.step::before {
    position: absolute;
    right: -2.5em;
    border: 1.365em transparent solid;
    border-left: 1.2em solid #8D8478;
  }
  .s-h2 {
    width: 75%;
    font-size: 14px;
    padding: 0.85em 0 0.85em 3em;
  }
}
/* 共通で使えるレイアウトクラス */
.s-contents {
  margin: 4em 0;
}

.s-mb-half {
  margin-bottom: 0.5em;
}

.s-mb-one {
  margin-bottom: 1em;
}

.s-mb-onehalf {
  margin-bottom: 1.5em;
}

.s-mb-double {
  margin-bottom: 2em;
}

.s-mt-half {
  margin-top: 0.5em;
}

.s-mt-one {
  margin-top: 1em;
}

.s-mt-onehalf {
  margin-top: 1.5em;
}

.s-mt-double {
  margin-top: 2em;
}

/* ---------------------------------------------------------
 Utility - margin
--------------------------------------------------------- */
.u-m_m {
  margin: 15px !important;
}

@media print, screen and (min-width: 641px) {
  .u-m_m--sm {
    margin: 15px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-m_m--md {
    margin: 15px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-m_m--lg {
    margin: 15px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-m_m--xl {
    margin: 15px !important;
  }
}
.u-m_l {
  margin: 30px !important;
}

@media print, screen and (min-width: 641px) {
  .u-m_l--sm {
    margin: 30px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-m_l--md {
    margin: 30px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-m_l--lg {
    margin: 30px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-m_l--xl {
    margin: 30px !important;
  }
}
.u-m_xl {
  margin: 45px !important;
}

@media print, screen and (min-width: 641px) {
  .u-m_xl--sm {
    margin: 45px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-m_xl--md {
    margin: 45px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-m_xl--lg {
    margin: 45px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-m_xl--xl {
    margin: 45px !important;
  }
}
.u-m_s {
  margin: 7.5px !important;
}

@media print, screen and (min-width: 641px) {
  .u-m_s--sm {
    margin: 7.5px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-m_s--md {
    margin: 7.5px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-m_s--lg {
    margin: 7.5px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-m_s--xl {
    margin: 7.5px !important;
  }
}
.u-m_xs {
  margin: 5px !important;
}

@media print, screen and (min-width: 641px) {
  .u-m_xs--sm {
    margin: 5px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-m_xs--md {
    margin: 5px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-m_xs--lg {
    margin: 5px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-m_xs--xl {
    margin: 5px !important;
  }
}
.u-m_none {
  margin: 0 !important;
}

@media print, screen and (min-width: 641px) {
  .u-m_none--sm {
    margin: 0 !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-m_none--md {
    margin: 0 !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-m_none--lg {
    margin: 0 !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-m_none--xl {
    margin: 0 !important;
  }
}
.u-mt_m {
  margin-top: 15px !important;
}

@media print, screen and (min-width: 641px) {
  .u-mt_m--sm {
    margin-top: 15px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-mt_m--md {
    margin-top: 15px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-mt_m--lg {
    margin-top: 15px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-mt_m--xl {
    margin-top: 15px !important;
  }
}
.u-mt_l {
  margin-top: 30px !important;
}

@media print, screen and (min-width: 641px) {
  .u-mt_l--sm {
    margin-top: 30px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-mt_l--md {
    margin-top: 30px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-mt_l--lg {
    margin-top: 30px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-mt_l--xl {
    margin-top: 30px !important;
  }
}
.u-mt_xl {
  margin-top: 45px !important;
}

@media print, screen and (min-width: 641px) {
  .u-mt_xl--sm {
    margin-top: 45px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-mt_xl--md {
    margin-top: 45px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-mt_xl--lg {
    margin-top: 45px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-mt_xl--xl {
    margin-top: 45px !important;
  }
}
.u-mt_s {
  margin-top: 7.5px !important;
}

@media print, screen and (min-width: 641px) {
  .u-mt_s--sm {
    margin-top: 7.5px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-mt_s--md {
    margin-top: 7.5px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-mt_s--lg {
    margin-top: 7.5px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-mt_s--xl {
    margin-top: 7.5px !important;
  }
}
.u-mt_xs {
  margin-top: 5px !important;
}

@media print, screen and (min-width: 641px) {
  .u-mt_xs--sm {
    margin-top: 5px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-mt_xs--md {
    margin-top: 5px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-mt_xs--lg {
    margin-top: 5px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-mt_xs--xl {
    margin-top: 5px !important;
  }
}
.u-mt_none {
  margin-top: 0 !important;
}

@media print, screen and (min-width: 641px) {
  .u-mt_none--sm {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-mt_none--md {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-mt_none--lg {
    margin-top: 0 !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-mt_none--xl {
    margin-top: 0 !important;
  }
}
.u-mb_m {
  margin-bottom: 15px !important;
}

@media print, screen and (min-width: 641px) {
  .u-mb_m--sm {
    margin-bottom: 15px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-mb_m--md {
    margin-bottom: 15px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-mb_m--lg {
    margin-bottom: 15px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-mb_m--xl {
    margin-bottom: 15px !important;
  }
}
.u-mb_l {
  margin-bottom: 30px !important;
}

@media print, screen and (min-width: 641px) {
  .u-mb_l--sm {
    margin-bottom: 30px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-mb_l--md {
    margin-bottom: 30px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-mb_l--lg {
    margin-bottom: 30px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-mb_l--xl {
    margin-bottom: 30px !important;
  }
}
.u-mb_xl {
  margin-bottom: 45px !important;
}

@media print, screen and (min-width: 641px) {
  .u-mb_xl--sm {
    margin-bottom: 45px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-mb_xl--md {
    margin-bottom: 45px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-mb_xl--lg {
    margin-bottom: 45px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-mb_xl--xl {
    margin-bottom: 45px !important;
  }
}
.u-mb_s {
  margin-bottom: 7.5px !important;
}

@media print, screen and (min-width: 641px) {
  .u-mb_s--sm {
    margin-bottom: 7.5px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-mb_s--md {
    margin-bottom: 7.5px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-mb_s--lg {
    margin-bottom: 7.5px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-mb_s--xl {
    margin-bottom: 7.5px !important;
  }
}
.u-mb_xs {
  margin-bottom: 5px !important;
}

@media print, screen and (min-width: 641px) {
  .u-mb_xs--sm {
    margin-bottom: 5px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-mb_xs--md {
    margin-bottom: 5px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-mb_xs--lg {
    margin-bottom: 5px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-mb_xs--xl {
    margin-bottom: 5px !important;
  }
}
.u-mb_none {
  margin-bottom: 0 !important;
}

@media print, screen and (min-width: 641px) {
  .u-mb_none--sm {
    margin-bottom: 0 !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-mb_none--md {
    margin-bottom: 0 !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-mb_none--lg {
    margin-bottom: 0 !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-mb_none--xl {
    margin-bottom: 0 !important;
  }
}
.u-ml_m {
  margin-left: 15px !important;
}

@media print, screen and (min-width: 641px) {
  .u-ml_m--sm {
    margin-left: 15px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-ml_m--md {
    margin-left: 15px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-ml_m--lg {
    margin-left: 15px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-ml_m--xl {
    margin-left: 15px !important;
  }
}
.u-ml_l {
  margin-left: 30px !important;
}

@media print, screen and (min-width: 641px) {
  .u-ml_l--sm {
    margin-left: 30px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-ml_l--md {
    margin-left: 30px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-ml_l--lg {
    margin-left: 30px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-ml_l--xl {
    margin-left: 30px !important;
  }
}
.u-ml_xl {
  margin-left: 45px !important;
}

@media print, screen and (min-width: 641px) {
  .u-ml_xl--sm {
    margin-left: 45px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-ml_xl--md {
    margin-left: 45px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-ml_xl--lg {
    margin-left: 45px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-ml_xl--xl {
    margin-left: 45px !important;
  }
}
.u-ml_s {
  margin-left: 7.5px !important;
}

@media print, screen and (min-width: 641px) {
  .u-ml_s--sm {
    margin-left: 7.5px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-ml_s--md {
    margin-left: 7.5px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-ml_s--lg {
    margin-left: 7.5px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-ml_s--xl {
    margin-left: 7.5px !important;
  }
}
.u-ml_xs {
  margin-left: 5px !important;
}

@media print, screen and (min-width: 641px) {
  .u-ml_xs--sm {
    margin-left: 5px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-ml_xs--md {
    margin-left: 5px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-ml_xs--lg {
    margin-left: 5px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-ml_xs--xl {
    margin-left: 5px !important;
  }
}
.u-ml_none {
  margin-left: 0 !important;
}

@media print, screen and (min-width: 641px) {
  .u-ml_none--sm {
    margin-left: 0 !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-ml_none--md {
    margin-left: 0 !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-ml_none--lg {
    margin-left: 0 !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-ml_none--xl {
    margin-left: 0 !important;
  }
}
.u-mr_m {
  margin-right: 15px !important;
}

@media print, screen and (min-width: 641px) {
  .u-mr_m--sm {
    margin-right: 15px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-mr_m--md {
    margin-right: 15px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-mr_m--lg {
    margin-right: 15px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-mr_m--xl {
    margin-right: 15px !important;
  }
}
.u-mr_l {
  margin-right: 30px !important;
}

@media print, screen and (min-width: 641px) {
  .u-mr_l--sm {
    margin-right: 30px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-mr_l--md {
    margin-right: 30px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-mr_l--lg {
    margin-right: 30px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-mr_l--xl {
    margin-right: 30px !important;
  }
}
.u-mr_xl {
  margin-right: 45px !important;
}

@media print, screen and (min-width: 641px) {
  .u-mr_xl--sm {
    margin-right: 45px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-mr_xl--md {
    margin-right: 45px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-mr_xl--lg {
    margin-right: 45px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-mr_xl--xl {
    margin-right: 45px !important;
  }
}
.u-mr_s {
  margin-right: 7.5px !important;
}

@media print, screen and (min-width: 641px) {
  .u-mr_s--sm {
    margin-right: 7.5px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-mr_s--md {
    margin-right: 7.5px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-mr_s--lg {
    margin-right: 7.5px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-mr_s--xl {
    margin-right: 7.5px !important;
  }
}
.u-mr_xs {
  margin-right: 5px !important;
}

@media print, screen and (min-width: 641px) {
  .u-mr_xs--sm {
    margin-right: 5px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-mr_xs--md {
    margin-right: 5px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-mr_xs--lg {
    margin-right: 5px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-mr_xs--xl {
    margin-right: 5px !important;
  }
}
.u-mr_none {
  margin-right: 0 !important;
}

@media print, screen and (min-width: 641px) {
  .u-mr_none--sm {
    margin-right: 0 !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-mr_none--md {
    margin-right: 0 !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-mr_none--lg {
    margin-right: 0 !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-mr_none--xl {
    margin-right: 0 !important;
  }
}
/* ---------------------------------------------------------
 Utility - padding
--------------------------------------------------------- */
.u-p_m {
  padding: 15px !important;
}

@media print, screen and (min-width: 641px) {
  .u-p_m--sm {
    padding: 15px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-p_m--md {
    padding: 15px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-p_m--lg {
    padding: 15px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-p_m--xl {
    padding: 15px !important;
  }
}
.u-p_l {
  padding: 30px !important;
}

@media print, screen and (min-width: 641px) {
  .u-p_l--sm {
    padding: 30px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-p_l--md {
    padding: 30px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-p_l--lg {
    padding: 30px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-p_l--xl {
    padding: 30px !important;
  }
}
.u-p_xl {
  padding: 45px !important;
}

@media print, screen and (min-width: 641px) {
  .u-p_xl--sm {
    padding: 45px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-p_xl--md {
    padding: 45px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-p_xl--lg {
    padding: 45px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-p_xl--xl {
    padding: 45px !important;
  }
}
.u-p_s {
  padding: 7.5px !important;
}

@media print, screen and (min-width: 641px) {
  .u-p_s--sm {
    padding: 7.5px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-p_s--md {
    padding: 7.5px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-p_s--lg {
    padding: 7.5px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-p_s--xl {
    padding: 7.5px !important;
  }
}
.u-p_xs {
  padding: 5px !important;
}

@media print, screen and (min-width: 641px) {
  .u-p_xs--sm {
    padding: 5px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-p_xs--md {
    padding: 5px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-p_xs--lg {
    padding: 5px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-p_xs--xl {
    padding: 5px !important;
  }
}
.u-p_none {
  padding: 0 !important;
}

@media print, screen and (min-width: 641px) {
  .u-p_none--sm {
    padding: 0 !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-p_none--md {
    padding: 0 !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-p_none--lg {
    padding: 0 !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-p_none--xl {
    padding: 0 !important;
  }
}
.u-pt_m {
  padding-top: 15px !important;
}

@media print, screen and (min-width: 641px) {
  .u-pt_m--sm {
    padding-top: 15px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pt_m--md {
    padding-top: 15px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-pt_m--lg {
    padding-top: 15px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-pt_m--xl {
    padding-top: 15px !important;
  }
}
.u-pt_l {
  padding-top: 30px !important;
}

@media print, screen and (min-width: 641px) {
  .u-pt_l--sm {
    padding-top: 30px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pt_l--md {
    padding-top: 30px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-pt_l--lg {
    padding-top: 30px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-pt_l--xl {
    padding-top: 30px !important;
  }
}
.u-pt_xl {
  padding-top: 45px !important;
}

@media print, screen and (min-width: 641px) {
  .u-pt_xl--sm {
    padding-top: 45px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pt_xl--md {
    padding-top: 45px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-pt_xl--lg {
    padding-top: 45px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-pt_xl--xl {
    padding-top: 45px !important;
  }
}
.u-pt_s {
  padding-top: 7.5px !important;
}

@media print, screen and (min-width: 641px) {
  .u-pt_s--sm {
    padding-top: 7.5px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pt_s--md {
    padding-top: 7.5px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-pt_s--lg {
    padding-top: 7.5px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-pt_s--xl {
    padding-top: 7.5px !important;
  }
}
.u-pt_xs {
  padding-top: 5px !important;
}

@media print, screen and (min-width: 641px) {
  .u-pt_xs--sm {
    padding-top: 5px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pt_xs--md {
    padding-top: 5px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-pt_xs--lg {
    padding-top: 5px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-pt_xs--xl {
    padding-top: 5px !important;
  }
}
.u-pt_none {
  padding-top: 0 !important;
}

@media print, screen and (min-width: 641px) {
  .u-pt_none--sm {
    padding-top: 0 !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pt_none--md {
    padding-top: 0 !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-pt_none--lg {
    padding-top: 0 !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-pt_none--xl {
    padding-top: 0 !important;
  }
}
.u-pb_m {
  padding-bottom: 15px !important;
}

@media print, screen and (min-width: 641px) {
  .u-pb_m--sm {
    padding-bottom: 15px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pb_m--md {
    padding-bottom: 15px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-pb_m--lg {
    padding-bottom: 15px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-pb_m--xl {
    padding-bottom: 15px !important;
  }
}
.u-pb_l {
  padding-bottom: 30px !important;
}

@media print, screen and (min-width: 641px) {
  .u-pb_l--sm {
    padding-bottom: 30px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pb_l--md {
    padding-bottom: 30px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-pb_l--lg {
    padding-bottom: 30px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-pb_l--xl {
    padding-bottom: 30px !important;
  }
}
.u-pb_xl {
  padding-bottom: 45px !important;
}

@media print, screen and (min-width: 641px) {
  .u-pb_xl--sm {
    padding-bottom: 45px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pb_xl--md {
    padding-bottom: 45px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-pb_xl--lg {
    padding-bottom: 45px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-pb_xl--xl {
    padding-bottom: 45px !important;
  }
}
.u-pb_s {
  padding-bottom: 7.5px !important;
}

@media print, screen and (min-width: 641px) {
  .u-pb_s--sm {
    padding-bottom: 7.5px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pb_s--md {
    padding-bottom: 7.5px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-pb_s--lg {
    padding-bottom: 7.5px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-pb_s--xl {
    padding-bottom: 7.5px !important;
  }
}
.u-pb_xs {
  padding-bottom: 5px !important;
}

@media print, screen and (min-width: 641px) {
  .u-pb_xs--sm {
    padding-bottom: 5px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pb_xs--md {
    padding-bottom: 5px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-pb_xs--lg {
    padding-bottom: 5px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-pb_xs--xl {
    padding-bottom: 5px !important;
  }
}
.u-pb_none {
  padding-bottom: 0 !important;
}

@media print, screen and (min-width: 641px) {
  .u-pb_none--sm {
    padding-bottom: 0 !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pb_none--md {
    padding-bottom: 0 !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-pb_none--lg {
    padding-bottom: 0 !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-pb_none--xl {
    padding-bottom: 0 !important;
  }
}
.u-pl_m {
  padding-left: 15px !important;
}

@media print, screen and (min-width: 641px) {
  .u-pl_m--sm {
    padding-left: 15px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pl_m--md {
    padding-left: 15px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-pl_m--lg {
    padding-left: 15px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-pl_m--xl {
    padding-left: 15px !important;
  }
}
.u-pl_l {
  padding-left: 30px !important;
}

@media print, screen and (min-width: 641px) {
  .u-pl_l--sm {
    padding-left: 30px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pl_l--md {
    padding-left: 30px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-pl_l--lg {
    padding-left: 30px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-pl_l--xl {
    padding-left: 30px !important;
  }
}
.u-pl_xl {
  padding-left: 45px !important;
}

@media print, screen and (min-width: 641px) {
  .u-pl_xl--sm {
    padding-left: 45px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pl_xl--md {
    padding-left: 45px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-pl_xl--lg {
    padding-left: 45px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-pl_xl--xl {
    padding-left: 45px !important;
  }
}
.u-pl_s {
  padding-left: 7.5px !important;
}

@media print, screen and (min-width: 641px) {
  .u-pl_s--sm {
    padding-left: 7.5px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pl_s--md {
    padding-left: 7.5px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-pl_s--lg {
    padding-left: 7.5px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-pl_s--xl {
    padding-left: 7.5px !important;
  }
}
.u-pl_xs {
  padding-left: 5px !important;
}

@media print, screen and (min-width: 641px) {
  .u-pl_xs--sm {
    padding-left: 5px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pl_xs--md {
    padding-left: 5px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-pl_xs--lg {
    padding-left: 5px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-pl_xs--xl {
    padding-left: 5px !important;
  }
}
.u-pl_none {
  padding-left: 0 !important;
}

@media print, screen and (min-width: 641px) {
  .u-pl_none--sm {
    padding-left: 0 !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pl_none--md {
    padding-left: 0 !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-pl_none--lg {
    padding-left: 0 !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-pl_none--xl {
    padding-left: 0 !important;
  }
}
.u-pr_m {
  padding-right: 15px !important;
}

@media print, screen and (min-width: 641px) {
  .u-pr_m--sm {
    padding-right: 15px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pr_m--md {
    padding-right: 15px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-pr_m--lg {
    padding-right: 15px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-pr_m--xl {
    padding-right: 15px !important;
  }
}
.u-pr_l {
  padding-right: 30px !important;
}

@media print, screen and (min-width: 641px) {
  .u-pr_l--sm {
    padding-right: 30px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pr_l--md {
    padding-right: 30px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-pr_l--lg {
    padding-right: 30px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-pr_l--xl {
    padding-right: 30px !important;
  }
}
.u-pr_xl {
  padding-right: 45px !important;
}

@media print, screen and (min-width: 641px) {
  .u-pr_xl--sm {
    padding-right: 45px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pr_xl--md {
    padding-right: 45px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-pr_xl--lg {
    padding-right: 45px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-pr_xl--xl {
    padding-right: 45px !important;
  }
}
.u-pr_s {
  padding-right: 7.5px !important;
}

@media print, screen and (min-width: 641px) {
  .u-pr_s--sm {
    padding-right: 7.5px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pr_s--md {
    padding-right: 7.5px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-pr_s--lg {
    padding-right: 7.5px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-pr_s--xl {
    padding-right: 7.5px !important;
  }
}
.u-pr_xs {
  padding-right: 5px !important;
}

@media print, screen and (min-width: 641px) {
  .u-pr_xs--sm {
    padding-right: 5px !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pr_xs--md {
    padding-right: 5px !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-pr_xs--lg {
    padding-right: 5px !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-pr_xs--xl {
    padding-right: 5px !important;
  }
}
.u-pr_none {
  padding-right: 0 !important;
}

@media print, screen and (min-width: 641px) {
  .u-pr_none--sm {
    padding-right: 0 !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-pr_none--md {
    padding-right: 0 !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-pr_none--lg {
    padding-right: 0 !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-pr_none--xl {
    padding-right: 0 !important;
  }
}
/* ---------------------------------------------------------
 Utility - width
--------------------------------------------------------- */
.u-width_0 {
  width: 0% !important;
}

@media print, screen and (min-width: 641px) {
  .u-width_0--sm {
    width: 0% !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-width_0--md {
    width: 0% !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-width_0--lg {
    width: 0% !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-width_0--xl {
    width: 0% !important;
  }
}
.u-width_10 {
  width: 10% !important;
}

@media print, screen and (min-width: 641px) {
  .u-width_10--sm {
    width: 10% !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-width_10--md {
    width: 10% !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-width_10--lg {
    width: 10% !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-width_10--xl {
    width: 10% !important;
  }
}
.u-width_20 {
  width: 20% !important;
}

@media print, screen and (min-width: 641px) {
  .u-width_20--sm {
    width: 20% !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-width_20--md {
    width: 20% !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-width_20--lg {
    width: 20% !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-width_20--xl {
    width: 20% !important;
  }
}
.u-width_30 {
  width: 30% !important;
}

@media print, screen and (min-width: 641px) {
  .u-width_30--sm {
    width: 30% !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-width_30--md {
    width: 30% !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-width_30--lg {
    width: 30% !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-width_30--xl {
    width: 30% !important;
  }
}
.u-width_40 {
  width: 40% !important;
}

@media print, screen and (min-width: 641px) {
  .u-width_40--sm {
    width: 40% !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-width_40--md {
    width: 40% !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-width_40--lg {
    width: 40% !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-width_40--xl {
    width: 40% !important;
  }
}
.u-width_50 {
  width: 50% !important;
}

@media print, screen and (min-width: 641px) {
  .u-width_50--sm {
    width: 50% !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-width_50--md {
    width: 50% !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-width_50--lg {
    width: 50% !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-width_50--xl {
    width: 50% !important;
  }
}
.u-width_60 {
  width: 60% !important;
}

@media print, screen and (min-width: 641px) {
  .u-width_60--sm {
    width: 60% !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-width_60--md {
    width: 60% !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-width_60--lg {
    width: 60% !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-width_60--xl {
    width: 60% !important;
  }
}
.u-width_70 {
  width: 70% !important;
}

@media print, screen and (min-width: 641px) {
  .u-width_70--sm {
    width: 70% !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-width_70--md {
    width: 70% !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-width_70--lg {
    width: 70% !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-width_70--xl {
    width: 70% !important;
  }
}
.u-width_80 {
  width: 80% !important;
}

@media print, screen and (min-width: 641px) {
  .u-width_80--sm {
    width: 80% !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-width_80--md {
    width: 80% !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-width_80--lg {
    width: 80% !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-width_80--xl {
    width: 80% !important;
  }
}
.u-width_90 {
  width: 90% !important;
}

@media print, screen and (min-width: 641px) {
  .u-width_90--sm {
    width: 90% !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-width_90--md {
    width: 90% !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-width_90--lg {
    width: 90% !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-width_90--xl {
    width: 90% !important;
  }
}
.u-width_100 {
  width: 100% !important;
}

@media print, screen and (min-width: 641px) {
  .u-width_100--sm {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-width_100--md {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-width_100--lg {
    width: 100% !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-width_100--xl {
    width: 100% !important;
  }
}
/* ---------------------------------------------------------
utility - display
--------------------------------------------------------- */
.u-d_n {
  display: none !important;
}

@media print, screen and (min-width: 641px) {
  .u-d_n--sm {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-d_n--md {
    display: none !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-d_n--lg {
    display: none !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-d_n--xl {
    display: none !important;
  }
}
.u-d_b {
  display: block !important;
}

@media print, screen and (min-width: 641px) {
  .u-d_b--sm {
    display: block !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-d_b--md {
    display: block !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-d_b--lg {
    display: block !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-d_b--xl {
    display: block !important;
  }
}
.u-d_i {
  display: inline !important;
}

@media print, screen and (min-width: 641px) {
  .u-d_i--sm {
    display: inline !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-d_i--md {
    display: inline !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-d_i--lg {
    display: inline !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-d_i--xl {
    display: inline !important;
  }
}
.u-d_ib {
  display: inline-block !important;
}

@media print, screen and (min-width: 641px) {
  .u-d_ib--sm {
    display: inline-block !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-d_ib--md {
    display: inline-block !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-d_ib--lg {
    display: inline-block !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-d_ib--xl {
    display: inline-block !important;
  }
}
.u-d_t {
  display: table !important;
}

@media print, screen and (min-width: 641px) {
  .u-d_t--sm {
    display: table !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-d_t--md {
    display: table !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-d_t--lg {
    display: table !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-d_t--xl {
    display: table !important;
  }
}
.u-d_tbc {
  display: table-cell !important;
}

@media print, screen and (min-width: 641px) {
  .u-d_tbc--sm {
    display: table-cell !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-d_tbc--md {
    display: table-cell !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-d_tbc--lg {
    display: table-cell !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-d_tbc--xl {
    display: table-cell !important;
  }
}
/* ---------------------------------------------------------
utility - text・font
--------------------------------------------------------- */
.u-ta_l {
  text-align: left !important;
}

@media print, screen and (min-width: 641px) {
  .u-ta_l--sm {
    text-align: left !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-ta_l--md {
    text-align: left !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-ta_l--lg {
    text-align: left !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-ta_l--xl {
    text-align: left !important;
  }
}
.u-ta_c {
  text-align: center !important;
}

@media print, screen and (min-width: 641px) {
  .u-ta_c--sm {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-ta_c--md {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-ta_c--lg {
    text-align: center !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-ta_c--xl {
    text-align: center !important;
  }
}
.u-ta_r {
  text-align: right !important;
}

@media print, screen and (min-width: 641px) {
  .u-ta_r--sm {
    text-align: right !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-ta_r--md {
    text-align: right !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-ta_r--lg {
    text-align: right !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-ta_r--xl {
    text-align: right !important;
  }
}
.u-va_t {
  vertical-align: top !important;
}

@media print, screen and (min-width: 641px) {
  .u-va_t--sm {
    vertical-align: top !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-va_t--md {
    vertical-align: top !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-va_t--lg {
    vertical-align: top !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-va_t--xl {
    vertical-align: top !important;
  }
}
.u-va_m {
  vertical-align: middle !important;
}

@media print, screen and (min-width: 641px) {
  .u-va_m--sm {
    vertical-align: middle !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-va_m--md {
    vertical-align: middle !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-va_m--lg {
    vertical-align: middle !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-va_m--xl {
    vertical-align: middle !important;
  }
}
.u-va_b {
  vertical-align: bottom !important;
}

@media print, screen and (min-width: 641px) {
  .u-va_b--sm {
    vertical-align: bottom !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-va_b--md {
    vertical-align: bottom !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-va_b--lg {
    vertical-align: bottom !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-va_b--xl {
    vertical-align: bottom !important;
  }
}
.u-fs_normal {
  font-size: 1rem;
}

@media print, screen and (min-width: 641px) {
  .u-fs_normal--sm {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 769px) {
  .u-fs_normal--md {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 981px) {
  .u-fs_normal--lg {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-fs_normal--xl {
    font-size: 1rem;
  }
}
.u-fs_xs {
  font-size: 0.625em;
}

@media print, screen and (min-width: 641px) {
  .u-fs_xs--sm {
    font-size: 0.625em;
  }
}
@media print, screen and (min-width: 769px) {
  .u-fs_xs--md {
    font-size: 0.625em;
  }
}
@media print, screen and (min-width: 981px) {
  .u-fs_xs--lg {
    font-size: 0.625em;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-fs_xs--xl {
    font-size: 0.625em;
  }
}
.u-fs_ss {
  font-size: 0.75em;
}

@media print, screen and (min-width: 641px) {
  .u-fs_ss--sm {
    font-size: 0.75em;
  }
}
@media print, screen and (min-width: 769px) {
  .u-fs_ss--md {
    font-size: 0.75em;
  }
}
@media print, screen and (min-width: 981px) {
  .u-fs_ss--lg {
    font-size: 0.75em;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-fs_ss--xl {
    font-size: 0.75em;
  }
}
.u-fs_s {
  font-size: 0.875em;
}

@media print, screen and (min-width: 641px) {
  .u-fs_s--sm {
    font-size: 0.875em;
  }
}
@media print, screen and (min-width: 769px) {
  .u-fs_s--md {
    font-size: 0.875em;
  }
}
@media print, screen and (min-width: 981px) {
  .u-fs_s--lg {
    font-size: 0.875em;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-fs_s--xl {
    font-size: 0.875em;
  }
}
.u-fs_l {
  font-size: 1.125em;
}

@media print, screen and (min-width: 641px) {
  .u-fs_l--sm {
    font-size: 1.125em;
  }
}
@media print, screen and (min-width: 769px) {
  .u-fs_l--md {
    font-size: 1.125em;
  }
}
@media print, screen and (min-width: 981px) {
  .u-fs_l--lg {
    font-size: 1.125em;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-fs_l--xl {
    font-size: 1.125em;
  }
}
.u-fs_ll {
  font-size: 1.25em;
}

@media print, screen and (min-width: 641px) {
  .u-fs_ll--sm {
    font-size: 1.25em;
  }
}
@media print, screen and (min-width: 769px) {
  .u-fs_ll--md {
    font-size: 1.25em;
  }
}
@media print, screen and (min-width: 981px) {
  .u-fs_ll--lg {
    font-size: 1.25em;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-fs_ll--xl {
    font-size: 1.25em;
  }
}
.u-fs_xl {
  font-size: 1.5em;
}

@media print, screen and (min-width: 641px) {
  .u-fs_xl--sm {
    font-size: 1.5em;
  }
}
@media print, screen and (min-width: 769px) {
  .u-fs_xl--md {
    font-size: 1.5em;
  }
}
@media print, screen and (min-width: 981px) {
  .u-fs_xl--lg {
    font-size: 1.5em;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-fs_xl--xl {
    font-size: 1.5em;
  }
}
.u-fw_b {
  font-weight: bold !important;
}

@media print, screen and (min-width: 641px) {
  .u-fw_b--sm {
    font-weight: bold !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-fw_b--md {
    font-weight: bold !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-fw_b--lg {
    font-weight: bold !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-fw_b--xl {
    font-weight: bold !important;
  }
}
.u-fw_n {
  font-weight: normal !important;
}

@media print, screen and (min-width: 641px) {
  .u-fw_n--sm {
    font-weight: normal !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-fw_n--md {
    font-weight: normal !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-fw_n--lg {
    font-weight: normal !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-fw_n--xl {
    font-weight: normal !important;
  }
}
.u-ws_nowrap {
  white-space: nowrap !important;
}

@media print, screen and (min-width: 641px) {
  .u-ws_nowrap--sm {
    white-space: nowrap !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-ws_nowrap--md {
    white-space: nowrap !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-ws_nowrap--lg {
    white-space: nowrap !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-ws_nowrap--xl {
    white-space: nowrap !important;
  }
}
.u-ws_normal {
  white-space: normal !important;
}

@media print, screen and (min-width: 641px) {
  .u-ws_normal--sm {
    white-space: normal !important;
  }
}
@media print, screen and (min-width: 769px) {
  .u-ws_normal--md {
    white-space: normal !important;
  }
}
@media print, screen and (min-width: 981px) {
  .u-ws_normal--lg {
    white-space: normal !important;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-ws_normal--xl {
    white-space: normal !important;
  }
}
.u-lh_normal {
  line-height: 1.6;
}

@media print, screen and (min-width: 641px) {
  .u-lh_normal--sm {
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 769px) {
  .u-lh_normal--md {
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 981px) {
  .u-lh_normal--lg {
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-lh_normal--xl {
    line-height: 1.6;
  }
}
.u-lh_xs {
  line-height: 1;
}

@media print, screen and (min-width: 641px) {
  .u-lh_xs--sm {
    line-height: 1;
  }
}
@media print, screen and (min-width: 769px) {
  .u-lh_xs--md {
    line-height: 1;
  }
}
@media print, screen and (min-width: 981px) {
  .u-lh_xs--lg {
    line-height: 1;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-lh_xs--xl {
    line-height: 1;
  }
}
.u-lh_ss {
  line-height: 1.35;
}

@media print, screen and (min-width: 641px) {
  .u-lh_ss--sm {
    line-height: 1.35;
  }
}
@media print, screen and (min-width: 769px) {
  .u-lh_ss--md {
    line-height: 1.35;
  }
}
@media print, screen and (min-width: 981px) {
  .u-lh_ss--lg {
    line-height: 1.35;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-lh_ss--xl {
    line-height: 1.35;
  }
}
.u-lh_s {
  line-height: 1.4;
}

@media print, screen and (min-width: 641px) {
  .u-lh_s--sm {
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 769px) {
  .u-lh_s--md {
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 981px) {
  .u-lh_s--lg {
    line-height: 1.4;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-lh_s--xl {
    line-height: 1.4;
  }
}
.u-lh_l {
  line-height: 1.8;
}

@media print, screen and (min-width: 641px) {
  .u-lh_l--sm {
    line-height: 1.8;
  }
}
@media print, screen and (min-width: 769px) {
  .u-lh_l--md {
    line-height: 1.8;
  }
}
@media print, screen and (min-width: 981px) {
  .u-lh_l--lg {
    line-height: 1.8;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-lh_l--xl {
    line-height: 1.8;
  }
}
.u-lh_ll {
  line-height: 2;
}

@media print, screen and (min-width: 641px) {
  .u-lh_ll--sm {
    line-height: 2;
  }
}
@media print, screen and (min-width: 769px) {
  .u-lh_ll--md {
    line-height: 2;
  }
}
@media print, screen and (min-width: 981px) {
  .u-lh_ll--lg {
    line-height: 2;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-lh_ll--xl {
    line-height: 2;
  }
}
.u-td_n {
  text-decoration: none;
}

@media print, screen and (min-width: 641px) {
  .u-td_n--sm {
    text-decoration: none;
  }
}
@media print, screen and (min-width: 769px) {
  .u-td_n--md {
    text-decoration: none;
  }
}
@media print, screen and (min-width: 981px) {
  .u-td_n--lg {
    text-decoration: none;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-td_n--xl {
    text-decoration: none;
  }
}
.u-td_u {
  text-decoration: underline;
}

@media print, screen and (min-width: 641px) {
  .u-td_u--sm {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 769px) {
  .u-td_u--md {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 981px) {
  .u-td_u--lg {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-td_u--xl {
    text-decoration: underline;
  }
}
/* ---------------------------------------------------------
utility - flexbox
--------------------------------------------------------- */
.u-flex_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media print, screen and (min-width: 641px) {
  .u-flex_row--sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media print, screen and (min-width: 769px) {
  .u-flex_row--md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media print, screen and (min-width: 981px) {
  .u-flex_row--lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-flex_row--xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.u-flex_row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media print, screen and (min-width: 641px) {
  .u-flex_row-reverse--sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 769px) {
  .u-flex_row-reverse--md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 981px) {
  .u-flex_row-reverse--lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-flex_row-reverse--xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.u-flex_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media print, screen and (min-width: 641px) {
  .u-flex_column--sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 769px) {
  .u-flex_column--md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 981px) {
  .u-flex_column--lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-flex_column--xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.u-flex_column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

@media print, screen and (min-width: 641px) {
  .u-flex_column-reverse--sm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 769px) {
  .u-flex_column-reverse--md {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 981px) {
  .u-flex_column-reverse--lg {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-flex_column-reverse--xl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.u-flex_wrap {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media print, screen and (min-width: 641px) {
  .u-flex_wrap--sm {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 769px) {
  .u-flex_wrap--md {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 981px) {
  .u-flex_wrap--lg {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-flex_wrap--xl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.u-flex_nowrap {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}

@media print, screen and (min-width: 641px) {
  .u-flex_nowrap--sm {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media print, screen and (min-width: 769px) {
  .u-flex_nowrap--md {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media print, screen and (min-width: 981px) {
  .u-flex_nowrap--lg {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-flex_nowrap--xl {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
}
.u-justify-content_flex-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media print, screen and (min-width: 641px) {
  .u-justify-content_flex-start--sm {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media print, screen and (min-width: 769px) {
  .u-justify-content_flex-start--md {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media print, screen and (min-width: 981px) {
  .u-justify-content_flex-start--lg {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-justify-content_flex-start--xl {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.u-justify-content_flex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media print, screen and (min-width: 641px) {
  .u-justify-content_flex-end--sm {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media print, screen and (min-width: 769px) {
  .u-justify-content_flex-end--md {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media print, screen and (min-width: 981px) {
  .u-justify-content_flex-end--lg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-justify-content_flex-end--xl {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.u-justify-content_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media print, screen and (min-width: 641px) {
  .u-justify-content_center--sm {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 769px) {
  .u-justify-content_center--md {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 981px) {
  .u-justify-content_center--lg {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-justify-content_center--xl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.u-justify-content_space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media print, screen and (min-width: 641px) {
  .u-justify-content_space-between--sm {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 769px) {
  .u-justify-content_space-between--md {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 981px) {
  .u-justify-content_space-between--lg {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-justify-content_space-between--xl {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.u-justify-content_space-around {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

@media print, screen and (min-width: 641px) {
  .u-justify-content_space-around--sm {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media print, screen and (min-width: 769px) {
  .u-justify-content_space-around--md {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media print, screen and (min-width: 981px) {
  .u-justify-content_space-around--lg {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-justify-content_space-around--xl {
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
  }
}
.u-align-items_flex-start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media print, screen and (min-width: 641px) {
  .u-align-items_flex-start--sm {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media print, screen and (min-width: 769px) {
  .u-align-items_flex-start--md {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media print, screen and (min-width: 981px) {
  .u-align-items_flex-start--lg {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-align-items_flex-start--xl {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.u-align-items_flex-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media print, screen and (min-width: 641px) {
  .u-align-items_flex-end--sm {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media print, screen and (min-width: 769px) {
  .u-align-items_flex-end--md {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media print, screen and (min-width: 981px) {
  .u-align-items_flex-end--lg {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-align-items_flex-end--xl {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.u-align-items_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media print, screen and (min-width: 641px) {
  .u-align-items_center--sm {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 769px) {
  .u-align-items_center--md {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 981px) {
  .u-align-items_center--lg {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-align-items_center--xl {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.u-align-items_baseline {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media print, screen and (min-width: 641px) {
  .u-align-items_baseline--sm {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media print, screen and (min-width: 769px) {
  .u-align-items_baseline--md {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media print, screen and (min-width: 981px) {
  .u-align-items_baseline--lg {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-align-items_baseline--xl {
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.u-align-items_stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media print, screen and (min-width: 641px) {
  .u-align-items_stretch--sm {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media print, screen and (min-width: 769px) {
  .u-align-items_stretch--md {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media print, screen and (min-width: 981px) {
  .u-align-items_stretch--lg {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-align-items_stretch--xl {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.u-align-self_flex-start {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

@media print, screen and (min-width: 641px) {
  .u-align-self_flex-start--sm {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}
@media print, screen and (min-width: 769px) {
  .u-align-self_flex-start--md {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}
@media print, screen and (min-width: 981px) {
  .u-align-self_flex-start--lg {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-align-self_flex-start--xl {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
}
.u-align-self_flex-end {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

@media print, screen and (min-width: 641px) {
  .u-align-self_flex-end--sm {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}
@media print, screen and (min-width: 769px) {
  .u-align-self_flex-end--md {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}
@media print, screen and (min-width: 981px) {
  .u-align-self_flex-end--lg {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-align-self_flex-end--xl {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}
.u-align-self_center {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
}

@media print, screen and (min-width: 641px) {
  .u-align-self_center--sm {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}
@media print, screen and (min-width: 769px) {
  .u-align-self_center--md {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}
@media print, screen and (min-width: 981px) {
  .u-align-self_center--lg {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-align-self_center--xl {
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
  }
}
.u-align-self_baseline {
  -webkit-align-self: baseline;
      -ms-flex-item-align: baseline;
          align-self: baseline;
}

@media print, screen and (min-width: 641px) {
  .u-align-self_baseline--sm {
    -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
            align-self: baseline;
  }
}
@media print, screen and (min-width: 769px) {
  .u-align-self_baseline--md {
    -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
            align-self: baseline;
  }
}
@media print, screen and (min-width: 981px) {
  .u-align-self_baseline--lg {
    -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
            align-self: baseline;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-align-self_baseline--xl {
    -webkit-align-self: baseline;
        -ms-flex-item-align: baseline;
            align-self: baseline;
  }
}
.u-align-self_stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch;
}

@media print, screen and (min-width: 641px) {
  .u-align-self_stretch--sm {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
  }
}
@media print, screen and (min-width: 769px) {
  .u-align-self_stretch--md {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
  }
}
@media print, screen and (min-width: 981px) {
  .u-align-self_stretch--lg {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-align-self_stretch--xl {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
  }
}
.u-align-content_flex-start {
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

@media print, screen and (min-width: 641px) {
  .u-align-content_flex-start--sm {
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
  }
}
@media print, screen and (min-width: 769px) {
  .u-align-content_flex-start--md {
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
  }
}
@media print, screen and (min-width: 981px) {
  .u-align-content_flex-start--lg {
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-align-content_flex-start--xl {
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
  }
}
.u-align-content_flex-end {
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
}

@media print, screen and (min-width: 641px) {
  .u-align-content_flex-end--sm {
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
  }
}
@media print, screen and (min-width: 769px) {
  .u-align-content_flex-end--md {
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
  }
}
@media print, screen and (min-width: 981px) {
  .u-align-content_flex-end--lg {
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-align-content_flex-end--xl {
    -webkit-align-content: flex-end;
        -ms-flex-line-pack: end;
            align-content: flex-end;
  }
}
.u-align-content_center {
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

@media print, screen and (min-width: 641px) {
  .u-align-content_center--sm {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
@media print, screen and (min-width: 769px) {
  .u-align-content_center--md {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
@media print, screen and (min-width: 981px) {
  .u-align-content_center--lg {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-align-content_center--xl {
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
  }
}
.u-align-content_space-between {
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}

@media print, screen and (min-width: 641px) {
  .u-align-content_space-between--sm {
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
  }
}
@media print, screen and (min-width: 769px) {
  .u-align-content_space-between--md {
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
  }
}
@media print, screen and (min-width: 981px) {
  .u-align-content_space-between--lg {
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-align-content_space-between--xl {
    -webkit-align-content: space-between;
        -ms-flex-line-pack: justify;
            align-content: space-between;
  }
}
.u-align-content_space-around {
  -webkit-align-content: space-around;
      -ms-flex-line-pack: distribute;
          align-content: space-around;
}

@media print, screen and (min-width: 641px) {
  .u-align-content_space-around--sm {
    -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
            align-content: space-around;
  }
}
@media print, screen and (min-width: 769px) {
  .u-align-content_space-around--md {
    -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
            align-content: space-around;
  }
}
@media print, screen and (min-width: 981px) {
  .u-align-content_space-around--lg {
    -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
            align-content: space-around;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-align-content_space-around--xl {
    -webkit-align-content: space-around;
        -ms-flex-line-pack: distribute;
            align-content: space-around;
  }
}
.u-align-content_stretch {
  -webkit-align-content: stretch;
      -ms-flex-line-pack: stretch;
          align-content: stretch;
}

@media print, screen and (min-width: 641px) {
  .u-align-content_stretch--sm {
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
  }
}
@media print, screen and (min-width: 769px) {
  .u-align-content_stretch--md {
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
  }
}
@media print, screen and (min-width: 981px) {
  .u-align-content_stretch--lg {
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-align-content_stretch--xl {
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
  }
}
.u-order_1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media print, screen and (min-width: 641px) {
  .u-order_1--sm {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media print, screen and (min-width: 769px) {
  .u-order_1--md {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media print, screen and (min-width: 981px) {
  .u-order_1--lg {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-order_1--xl {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.u-order_2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

@media print, screen and (min-width: 641px) {
  .u-order_2--sm {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media print, screen and (min-width: 769px) {
  .u-order_2--md {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media print, screen and (min-width: 981px) {
  .u-order_2--lg {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-order_2--xl {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.u-order_3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
}

@media print, screen and (min-width: 641px) {
  .u-order_3--sm {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media print, screen and (min-width: 769px) {
  .u-order_3--md {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media print, screen and (min-width: 981px) {
  .u-order_3--lg {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-order_3--xl {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
.u-order_4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;
}

@media print, screen and (min-width: 641px) {
  .u-order_4--sm {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media print, screen and (min-width: 769px) {
  .u-order_4--md {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media print, screen and (min-width: 981px) {
  .u-order_4--lg {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-order_4--xl {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}
.u-order_5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5;
}

@media print, screen and (min-width: 641px) {
  .u-order_5--sm {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media print, screen and (min-width: 769px) {
  .u-order_5--md {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media print, screen and (min-width: 981px) {
  .u-order_5--lg {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-order_5--xl {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}
.u-order_6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6;
}

@media print, screen and (min-width: 641px) {
  .u-order_6--sm {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media print, screen and (min-width: 769px) {
  .u-order_6--md {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media print, screen and (min-width: 981px) {
  .u-order_6--lg {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-order_6--xl {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
  }
}
.u-order_7 {
  -webkit-box-ordinal-group: 8;
  -webkit-order: 7;
      -ms-flex-order: 7;
          order: 7;
}

@media print, screen and (min-width: 641px) {
  .u-order_7--sm {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media print, screen and (min-width: 769px) {
  .u-order_7--md {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media print, screen and (min-width: 981px) {
  .u-order_7--lg {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-order_7--xl {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
  }
}
.u-order_8 {
  -webkit-box-ordinal-group: 9;
  -webkit-order: 8;
      -ms-flex-order: 8;
          order: 8;
}

@media print, screen and (min-width: 641px) {
  .u-order_8--sm {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media print, screen and (min-width: 769px) {
  .u-order_8--md {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media print, screen and (min-width: 981px) {
  .u-order_8--lg {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-order_8--xl {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
  }
}
.u-order_9 {
  -webkit-box-ordinal-group: 10;
  -webkit-order: 9;
      -ms-flex-order: 9;
          order: 9;
}

@media print, screen and (min-width: 641px) {
  .u-order_9--sm {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media print, screen and (min-width: 769px) {
  .u-order_9--md {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media print, screen and (min-width: 981px) {
  .u-order_9--lg {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-order_9--xl {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
        -ms-flex-order: 9;
            order: 9;
  }
}
.u-order_10 {
  -webkit-box-ordinal-group: 11;
  -webkit-order: 10;
      -ms-flex-order: 10;
          order: 10;
}

@media print, screen and (min-width: 641px) {
  .u-order_10--sm {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media print, screen and (min-width: 769px) {
  .u-order_10--md {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media print, screen and (min-width: 981px) {
  .u-order_10--lg {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-order_10--xl {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
        -ms-flex-order: 10;
            order: 10;
  }
}
.u-order_11 {
  -webkit-box-ordinal-group: 12;
  -webkit-order: 11;
      -ms-flex-order: 11;
          order: 11;
}

@media print, screen and (min-width: 641px) {
  .u-order_11--sm {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
}
@media print, screen and (min-width: 769px) {
  .u-order_11--md {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
}
@media print, screen and (min-width: 981px) {
  .u-order_11--lg {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-order_11--xl {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
        -ms-flex-order: 11;
            order: 11;
  }
}
.u-order_12 {
  -webkit-box-ordinal-group: 13;
  -webkit-order: 12;
      -ms-flex-order: 12;
          order: 12;
}

@media print, screen and (min-width: 641px) {
  .u-order_12--sm {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media print, screen and (min-width: 769px) {
  .u-order_12--md {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media print, screen and (min-width: 981px) {
  .u-order_12--lg {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
}
@media print, screen and (min-width: 1241px) {
  .u-order_12--xl {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12;
  }
}
/* ---------------------------------------------------------
 Utility - clearfix
--------------------------------------------------------- */
.u-clearfix::after {
  display: block;
  clear: both;
  content: " ";
}

.u-clearfix::after {
  display: block;
  clear: both;
  content: " ";
}

@media print, screen and (min-width: 641px) {
  .u-clearfix--sm::after {
    display: block;
    clear: both;
    content: " ";
  }
}
@media print, screen and (min-width: 769px) {
  .u-clearfix--md::after {
    display: block;
    clear: both;
    content: " ";
  }
}
@media print, screen and (min-width: 981px) {
  .u-clearfix--lg::after {
    display: block;
    clear: both;
    content: " ";
  }
}
@media print, screen and (min-width: 1241px) {
  .u-clearfix--xl::after {
    display: block;
    clear: both;
    content: " ";
  }
}