<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
html {
  font-size: 100%;
  line-height: 1.5em;
}

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

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

/* =========================================================
base - 基本設定
========================================================= */
html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  padding: vr();
  line-height: vr();
  position: relative;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  body {
    margin-top: 0;
  }
}

/*IE用の記述*/
_:-ms-input-placeholder body, :root body {
  font-family: Meiryo, sans-serif;
}

a {
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  transition: .3s;
  cursor: pointer;
}
a:hover {
  opacity: .7;
}
a img {
  display: inline-block;
}

/*clearfix*/
.clearfix {
  clear: both;
  display: block;
  float: none;
}
.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  font-size: 0;
  height: 0px;
}

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

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

.l-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.l-row--no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.l-row--no-gutters &gt; .l-row__col,
.l-row--no-gutters &gt; [class*="l-row__col--"] {
  padding-right: 0;
  padding-left: 0;
}

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

.l-row__col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  word-break: break-all;
}

.l-row__col--auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.l-row__col--1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.l-row__col--2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.l-row__col--3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.l-row__col--4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.l-row__col--5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.l-row__col--6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.l-row__col--7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.l-row__col--8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.l-row__col--9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.l-row__col--10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.l-row__col--11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.l-row__col--12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.l-row__col--order-first {
  -ms-flex-order: -1;
  order: -1;
}

.l-row__col--order-last {
  -ms-flex-order: 13;
  order: 13;
}

.l-row__col--order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.l-row__col--order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.l-row__col--order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.l-row__col--order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.l-row__col--order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.l-row__col--order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.l-row__col--order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.l-row__col--order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.l-row__col--order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.l-row__col--order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.l-row__col--order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.l-row__col--order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.l-row__col--order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.l-row__col--offset-1 {
  margin-left: 8.333333%;
}

.l-row__col--offset-2 {
  margin-left: 16.666667%;
}

.l-row__col--offset-3 {
  margin-left: 25%;
}

.l-row__col--offset-4 {
  margin-left: 33.333333%;
}

.l-row__col--offset-5 {
  margin-left: 41.666667%;
}

.l-row__col--offset-6 {
  margin-left: 50%;
}

.l-row__col--offset-7 {
  margin-left: 58.333333%;
}

.l-row__col--offset-8 {
  margin-left: 66.666667%;
}

.l-row__col--offset-9 {
  margin-left: 75%;
}

.l-row__col--offset-10 {
  margin-left: 83.333333%;
}

.l-row__col--offset-11 {
  margin-left: 91.666667%;
}

@media screen and (min-width: 576px) {
  .l-row__col--sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .l-row__col--sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .l-row__col--sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .l-row__col--sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .l-row__col--sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .l-row__col--sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .l-row__col--sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .l-row__col--sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .l-row__col--sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-sm-0 {
    margin-left: 0;
  }

  .l-row__col--offset-sm-1 {
    margin-left: 8.333333%;
  }

  .l-row__col--offset-sm-2 {
    margin-left: 16.666667%;
  }

  .l-row__col--offset-sm-3 {
    margin-left: 25%;
  }

  .l-row__col--offset-sm-4 {
    margin-left: 33.333333%;
  }

  .l-row__col--offset-sm-5 {
    margin-left: 41.666667%;
  }

  .l-row__col--offset-sm-6 {
    margin-left: 50%;
  }

  .l-row__col--offset-sm-7 {
    margin-left: 58.333333%;
  }

  .l-row__col--offset-sm-8 {
    margin-left: 66.666667%;
  }

  .l-row__col--offset-sm-9 {
    margin-left: 75%;
  }

  .l-row__col--offset-sm-10 {
    margin-left: 83.333333%;
  }

  .l-row__col--offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media screen and (min-width: 768px) {
  .l-row__col--md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .l-row__col--md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .l-row__col--md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .l-row__col--md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .l-row__col--md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .l-row__col--md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .l-row__col--md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .l-row__col--md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .l-row__col--md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-md-0 {
    margin-left: 0;
  }

  .l-row__col--offset-md-1 {
    margin-left: 8.333333%;
  }

  .l-row__col--offset-md-2 {
    margin-left: 16.666667%;
  }

  .l-row__col--offset-md-3 {
    margin-left: 25%;
  }

  .l-row__col--offset-md-4 {
    margin-left: 33.333333%;
  }

  .l-row__col--offset-md-5 {
    margin-left: 41.666667%;
  }

  .l-row__col--offset-md-6 {
    margin-left: 50%;
  }

  .l-row__col--offset-md-7 {
    margin-left: 58.333333%;
  }

  .l-row__col--offset-md-8 {
    margin-left: 66.666667%;
  }

  .l-row__col--offset-md-9 {
    margin-left: 75%;
  }

  .l-row__col--offset-md-10 {
    margin-left: 83.333333%;
  }

  .l-row__col--offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media screen and (min-width: 992px) {
  .l-row__col--lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .l-row__col--lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .l-row__col--lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .l-row__col--lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .l-row__col--lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .l-row__col--lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .l-row__col--lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .l-row__col--lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .l-row__col--lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-lg-0 {
    margin-left: 0;
  }

  .l-row__col--offset-lg-1 {
    margin-left: 8.333333%;
  }

  .l-row__col--offset-lg-2 {
    margin-left: 16.666667%;
  }

  .l-row__col--offset-lg-3 {
    margin-left: 25%;
  }

  .l-row__col--offset-lg-4 {
    margin-left: 33.333333%;
  }

  .l-row__col--offset-lg-5 {
    margin-left: 41.666667%;
  }

  .l-row__col--offset-lg-6 {
    margin-left: 50%;
  }

  .l-row__col--offset-lg-7 {
    margin-left: 58.333333%;
  }

  .l-row__col--offset-lg-8 {
    margin-left: 66.666667%;
  }

  .l-row__col--offset-lg-9 {
    margin-left: 75%;
  }

  .l-row__col--offset-lg-10 {
    margin-left: 83.333333%;
  }

  .l-row__col--offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media screen and (min-width: 1200px) {
  .l-row__col--xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .l-row__col--xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .l-row__col--xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .l-row__col--xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .l-row__col--xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .l-row__col--xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .l-row__col--xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .l-row__col--xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .l-row__col--xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .l-row__col--xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .l-row__col--xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .l-row__col--xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .l-row__col--xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .l-row__col--xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .l-row__col--order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .l-row__col--order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }

  .l-row__col--order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }

  .l-row__col--order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .l-row__col--order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .l-row__col--order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .l-row__col--order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .l-row__col--order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .l-row__col--order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .l-row__col--order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .l-row__col--order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .l-row__col--order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .l-row__col--order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .l-row__col--order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .l-row__col--order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .l-row__col--offset-xl-0 {
    margin-left: 0;
  }

  .l-row__col--offset-xl-1 {
    margin-left: 8.333333%;
  }

  .l-row__col--offset-xl-2 {
    margin-left: 16.666667%;
  }

  .l-row__col--offset-xl-3 {
    margin-left: 25%;
  }

  .l-row__col--offset-xl-4 {
    margin-left: 33.333333%;
  }

  .l-row__col--offset-xl-5 {
    margin-left: 41.666667%;
  }

  .l-row__col--offset-xl-6 {
    margin-left: 50%;
  }

  .l-row__col--offset-xl-7 {
    margin-left: 58.333333%;
  }

  .l-row__col--offset-xl-8 {
    margin-left: 66.666667%;
  }

  .l-row__col--offset-xl-9 {
    margin-left: 75%;
  }

  .l-row__col--offset-xl-10 {
    margin-left: 83.333333%;
  }

  .l-row__col--offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.l-row__col--column-between-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.l-row__col--column-around-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

/* =========================================================
common -  共通レイアウトの記述
========================================================= */
/*wrap==========*/
.l-wrap {
  background: url(../images/common/bg_body_loop.jpg) repeat-x center top;
  background-size: 40%;
}

/*==================================
main
==================================*/
.l-main {
  position: relative;
}

.l-main--narrow {
  max-width: 900px;
  margin: 0 auto;
}

.l-main--mini {
  max-width: 650px;
  margin: 0 auto;
}

/* 2カラム
============*/
.l-main--col2 {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .l-main--col2 {
    padding-bottom: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .l-main--col2.reverse {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.l-main--col2 .l-main {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .l-main--col2 .l-main {
    width: calc(100% - 290px);
  }
}
@media screen and (min-width: 768px) {
  .l-main--col2 .l-side {
    width: 250px;
  }
}

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

/*==================================
section
==================================*/
.l-section {
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .l-section {
    margin: 50px auto 0;
  }
}
.l-section.bg-color {
  background: #dddddd !important;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .l-section.bg-color {
    padding: 50px 0;
  }
}
.l-section--in {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .l-section--in {
    padding-bottom: 50px;
  }
}

/* =======================================
  ■Object
=======================================*/
/* Component
======================================= */
/* =========================================================
header - ヘッダー関連全てココ
========================================================= */
.c-header {
  background: #ffffff;
}
.c-header__in {
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .c-header__in {
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}

/*SPメニュー＝＝＝＝＝＝＝＝＝＝＝*/
.c-head-sp-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .c-head-sp-nav {
    display: none;
  }
}
.c-head-sp-nav__link {
  display: block;
  width: 100%;
  padding: 12px 5px;
  text-align: center;
}
.c-head-sp-nav__link .in {
  display: inline-block;
  color: #ffffff;
  position: relative;
  padding-left: 27px;
  font-size: 14px;
  font-size: 0.875rem;
}
.c-head-sp-nav__link .in::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: url(../images/icon/icon_phone_main.svg) no-repeat center;
  background-color: #ffffff;
  background-size: 60% 60%;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
}
.c-head-sp-nav__link.tel {
  background: #0A79C1;
}
.c-head-sp-nav__link.tel .in::before {
  background-image: url(../images/icon/icon_phone_main.svg);
}
.c-head-sp-nav__link.mail {
  background: #8CD5FF;
}
.c-head-sp-nav__link.mail .in::before {
  background-image: url(../images/icon/icon_mail_sub03.svg);
}
.c-head-sp-nav__link.menu {
  background: #70C7D1;
}
.c-head-sp-nav__link.menu .in::before {
  border-radius: 0;
  background-size: 70% 70%;
  background-image: url(../images/icon/icon_menu_w.svg);
  background-color: transparent;
}

/*logo======*/
.c-header-logo {
  text-align: center;
}
.c-header-logo__link {
  max-width: 60%;
}
@media screen and (min-width: 768px) {
  .c-header-logo__link {
    max-width: 310px;
  }
}

/*contact====*/
.c-header-contact {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-header-contact {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-header-contact .c-header-contact-tel {
  background: #F6FCFF;
  border-radius: 10px;
  padding: 10px 15px;
}
.c-header-contact .c-header-contact-tel__item .ttl {
  position: relative;
  padding-left: 15px;
  font-size: 10px;
  font-size: 0.625rem;
  margin-bottom: 5px;
  color: #0A79C1;
}
.c-header-contact .c-header-contact-tel__item .ttl::before {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0A79C1;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
}
.c-header-contact .c-header-contact-tel__item .contents .in {
  position: relative;
  padding-left: 25px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #0A79C1;
  font-weight: bold;
}
.c-header-contact .c-header-contact-tel__item .contents .in::before {
  display: inline-block;
  content: '';
  width: 22px;
  height: 22px;
  border-radius: 5px;
  background: url("../images/icon/icon_tel_w.svg") no-repeat center;
  background-size: 80% 80%;
  background-color: #0A79C1;
  position: absolute;
  top: calc(50% - 11px);
  left: 0;
}
.c-header-contact .c-header-contact-tel__item.service {
  margin-bottom: 10px;
}
.c-header-contact .c-header-contact-tel__item.house_nursing .ttl {
  color: #00B0EC;
}
.c-header-contact .c-header-contact-tel__item.house_nursing .ttl::before {
  background: #00B0EC;
}
.c-header-contact .c-header-contact-tel__item.house_nursing .contents .in {
  color: #00B0EC;
}
.c-header-contact .c-header-contact-tel__item.house_nursing .contents .in::before {
  background-color: #00B0EC;
}
.c-header-contact .c-header-contact-form {
  margin-left: 15px;
}
.c-header-contact .c-header-contact-form .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  background: #F09199;
  border: 5px solid #F16675;
  border-radius: 10px;
  height: 100%;
  padding: 5px 7px;
  text-align: center;
}
.c-header-contact .c-header-contact-form .btn .in {
  position: relative;
  padding-top: 45px;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}
.c-header-contact .c-header-contact-form .btn .in::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 20px);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: url(../images/icon/icon_mail_accent.svg) no-repeat center;
  background-size: 60% 60%;
  background-color: #ffffff;
}
.c-header-contact .c-header-contact-form .btn .in .small {
  font-size: 80%;
  display: block;
  margin-bottom: 2px;
}

/*caption====*/
.c-header-catch {
  background: rgba(255, 255, 255, 0.3);
  padding: 5px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-header-catch {
    text-align: left;
  }
}
.c-header-catch .text {
  font-size: 10px;
  font-size: 0.625rem;
  color: #666666;
}
@media screen and (min-width: 768px) {
  .c-header-catch .text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/* =========================================================
footer - footer関連全てココ
========================================================= */
/*c-foot-pagetop*/
.c-foot-pagetop {
  text-align: center;
  margin-top: 50px;
}
.c-foot-pagetop .link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  width: 100px;
  height: 50px;
  border-radius: 50px 50px 0 0;
  background: #0A79C1;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-foot-pagetop .link {
    width: 120px;
    height: 60px;
    border-radius: 60px 60px 0 0;
  }
}
.c-foot-pagetop .link .in {
  display: inline-block;
  background: url(../images/icon/icon_up_w.svg) no-repeat top center;
  background-size: 15px 15px;
  padding-top: 17px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-foot-pagetop .link .in {
    background-size: 20px 20px;
    padding-top: 25px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/*footer＝＝＝＝＝＝＝＝*/
/*法人概要＝＝＝＝＝＝＝*/
.c-footer-corp-ttl {
  background: #0A79C1;
  padding: 8px 0;
}
.c-footer-corp-ttl .in {
  position: relative;
  padding-left: 18px;
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-footer-corp-ttl .in {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-footer-corp-ttl .in::before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: calc(50% - 7px);
  left: 0;
  background: #ffffff;
  margin-right: 5px;
}
.c-footer-corp__contents {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*info*/
@media screen and (min-width: 768px) {
  .c-footer-corp-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .c-footer-corp-info__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-footer-corp-info__logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-footer-corp-info__logo {
    text-align: left;
    width: 320px;
  }
}
.c-footer-corp-info__logo a {
  display: inline-block;
}
.c-footer-corp-info__logo img {
  max-width: 250px;
}
@media screen and (min-width: 768px) {
  .c-footer-corp-info__logo img {
    max-width: 300px;
  }
}
.c-footer-corp-info__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  background: #EEEEEE;
  border-radius: 10px;
  padding: 10px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .c-footer-corp-info__contact {
    padding: 5px 10px;
    margin-top: 0;
    margin-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  .c-footer-corp-info__contact .text {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.c-footer-corp-info__contact .link {
  max-width: 60px;
}
.c-footer-corp-info__box {
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .c-footer-corp-info__box {
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: calc(100% - 320px);
  }
}
.c-footer-corp-info__item {
  border-left: 3px solid #8CD5FF;
  padding-left: 5px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .c-footer-corp-info__item {
    padding-right: 5px;
    width: 50%;
  }
}
.c-footer-corp-info__ttl {
  color: #157FC3;
  font-weight: bold;
  line-height: 1.8;
  font-size: 14px;
  font-size: 0.875rem;
}
.c-footer-corp-info__ttl a {
  color: #157FC3;
}
.c-footer-corp-info__text {
  line-height: 1.6;
  font-size: 13px;
  font-size: 0.8125rem;
}
.c-footer-corp-info__text .in-ttl {
  display: block;
  background: url(../images/icon/icon_right_main.svg) no-repeat left center;
  background-size: 10px 10px;
  padding-left: 15px;
  color: #157FC3;
}
.c-footer-corp-info__text .in-text {
  display: block;
  padding-left: 15px;
  color: #F09199;
}

/*map===========*/
.c-footer-corp-map {
  padding-left: 10px;
}
.c-footer-corp-map__in {
  border: 2px solid #cccccc;
  border-radius: 10px;
  padding: 10px;
}

/*コピーライト＝＝＝＝＝＝＝＝＝*/
.c-footer-copy {
  background: url(../images/common/bg_foot.jpg);
  padding: 10px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-footer-copy {
    padding: 15px 0;
  }
}
@media screen and (min-width: 768px) {
  .c-footer-copy__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.c-footer-copy__text {
  font-size: 10px;
  font-size: 0.625rem;
  color: #0A79C1;
}

/*nav========*/
.c-footer-nav {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-footer-nav {
    margin-bottom: 0px;
  }
}
.c-footer-nav__item {
  display: inline-block;
  line-height: 1.3;
}
.c-footer-nav__item::after {
  content: "/";
  display: inline-block;
  padding: 0 3px;
  font-size: 12px;
  font-size: 0.75rem;
  color: #0A79C1;
  font-weight: bold;
}
.c-footer-nav__item:last-of-type::after {
  content: none;
}
.c-footer-nav__item .link {
  font-size: 12px;
  font-size: 0.75rem;
  color: #0A79C1;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-footer-nav__item .link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

/* =========================================================
navigation - グローバルナビ SPメニュー　内部リンク
========================================================= */
/* =================================
  ■【PC】グローバルナビ
=================================*/
.c-gnav {
  display: none;
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .c-gnav {
    display: block;
  }
}
.c-gnav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.c-gnav__item {
  width: 100%;
  border-top: 3px solid #91BADF;
  border-bottom: 3px solid #91BADF;
  background: #ffffff;
  overflow: hidden;
}
.c-gnav__item:first-of-type {
  border-radius: 10px 0 0 10px;
  border-left: 3px solid #91BADF;
}
.c-gnav__item:first-of-type .c-gnav__link {
  border-left: none;
}
.c-gnav__item:last-of-type {
  border-radius: 0 10px 10px 0;
  border-right: 3px solid #91BADF;
}
.c-gnav__item.content .c-gnav__link .in::before {
  background-image: url(../images/icon/icon_sun_w.svg);
}
.c-gnav__item.house_nursing .c-gnav__link .in::before {
  background-image: url(../images/icon/icon_housenursing_w.svg);
}
.c-gnav__item.outline .c-gnav__link .in::before {
  background-image: url(../images/icon/icon_outline_w.svg);
}
.c-gnav__item.news .c-gnav__link .in::before {
  background-image: url(../images/icon/icon_now_w.svg);
}
.c-gnav__link {
  display: block;
  width: 100%;
  padding: 15px 5px;
  text-align: center;
  border-left: 6px dotted #dcdcdc;
}
.c-gnav__link:hover {
  background: repeating-linear-gradient(-45deg, #fff, #fff 3px, #E5F5FF 3px, #E5F5FF 6px);
}
.c-gnav__link .in {
  color: #0A79C1;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
  padding-left: 28px;
}
.c-gnav__link .in::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: url(../images/icon/icon_sun_w.svg) no-repeat center;
  background-color: #0A79C1;
  background-size: 60% 60%;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
}

/*デイサービスセンター*/
.p-content .c-gnav__item.content .c-gnav__link {
  background: repeating-linear-gradient(-45deg, #fff, #fff 3px, #E5F5FF 3px, #E5F5FF 6px);
}

/*居宅介護支援*/
.p-nursing .c-gnav__item.house_nursing .c-gnav__link {
  background: repeating-linear-gradient(-45deg, #fff, #fff 3px, #E5F5FF 3px, #E5F5FF 6px);
}

/*法人概要*/
.p-outline .c-gnav__item.outline .c-gnav__link {
  background: repeating-linear-gradient(-45deg, #fff, #fff 3px, #E5F5FF 3px, #E5F5FF 6px);
}

/*あおばな通信*/
.p-news .c-gnav__item.news .c-gnav__link {
  background: repeating-linear-gradient(-45deg, #fff, #fff 3px, #E5F5FF 3px, #E5F5FF 6px);
}

/*====================
　■【SP】横スライドメニュー
====================*/
/*ヘッダーのSPメニューボタン*/
.c-slide-menu__btn .in {
  transition: .3s;
  cursor: pointer;
}
.c-slide-menu__btn .in:hover {
  opacity: .7;
}

/*menu*/
.c-slide-menu {
  background: #70C7D1;
  position: relative;
}
.c-slide-menu-ttl {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 10px;
  border-bottom: 1px solid #ffffff;
}
.c-slide-menu__contents {
  padding: 10px;
}
.c-slide-menu .c-main-menu {
  margin-bottom: 15px;
}
.c-slide-menu .c-main-menu__item {
  width: 100%;
  border-left: 3px solid #91BADF;
  border-right: 3px solid #91BADF;
  background: #ffffff;
  overflow: hidden;
}
.c-slide-menu .c-main-menu__item:first-of-type {
  border-radius: 10px 10px 0 0;
  border-top: 3px solid #91BADF;
}
.c-slide-menu .c-main-menu__item:first-of-type .link {
  border-top: none;
}
.c-slide-menu .c-main-menu__item:last-of-type {
  border-radius: 0 0 10px 10px;
  border-bottom: 3px solid #91BADF;
}
.c-slide-menu .c-main-menu__item .link {
  display: block;
  width: 100%;
  padding: 15px 10px;
  border-top: 3px dotted #dcdcdc;
}
.c-slide-menu .c-main-menu__item .in {
  color: #0A79C1;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
  padding-left: 28px;
}
.c-slide-menu .c-main-menu__item .in::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: url(../images/icon/icon_sun_w.svg) no-repeat center;
  background-color: #0A79C1;
  background-size: 60% 60%;
  position: absolute;
  top: calc(50% - 12px);
  left: 0;
}
.c-slide-menu .c-main-menu__item.content .link .in::before {
  background-image: url(../images/icon/icon_sun_w.svg);
}
.c-slide-menu .c-main-menu__item.house_nursing .link .in::before {
  background-image: url(../images/icon/icon_housenursing_w.svg);
}
.c-slide-menu .c-main-menu__item.outline .link .in::before {
  background-image: url(../images/icon/icon_outline_w.svg);
}
.c-slide-menu .c-main-menu__item.news .link .in::before {
  background-image: url(../images/icon/icon_now_w.svg);
}
.c-slide-menu .c-sub-menu__item {
  margin-bottom: 10px;
  padding-left: 10px;
}
.c-slide-menu .c-sub-menu__item .in {
  color: #ffffff;
  position: relative;
  padding-left: 15px;
}
.c-slide-menu .c-sub-menu__item .in::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 5px);
  left: 0;
}
.c-slide-menu__close {
  position: absolute;
  top: 10px;
  right: 10px;
}
.c-slide-menu__close .icon {
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon/icon_batu_w.svg) no-repeat center;
}

/*====================
　■内部リンク
====================*/
.c-nav-internal {
  margin-bottom: 20px;
  background: #0A79C1;
}
.c-nav-internal__item:first-of-type {
  border-right: 1px solid #ffffff;
}
.c-nav-internal__item .link {
  display: block;
  text-align: center;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .c-nav-internal__item .link {
    padding: 15px 5px;
  }
}
.c-nav-internal__item .link .in {
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  background: url(../images/icon/icon_arrow_bown_w.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .c-nav-internal__item .link .in {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* =========================================================
side - サイド
========================================================= */
/* =========================================================
title - 共通のタイトルやテキストなど
========================================================= */
/*メインタイトル
=============*/
.c-ttl-h1 {
  padding: 20px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-ttl-h1 {
    padding: 20px 0 60px;
  }
}
.c-ttl-h1 .main .in {
  color: #0A79C1;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-ttl-h1 .main .in {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.c-ttl-h1 .sub {
  display: block;
  margin-top: 7px;
}
.c-ttl-h1 .sub .in {
  color: #8CD5FF;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .c-ttl-h1 .sub .in {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/*h2 コンテンツ
==============*/
.c-ttl-contents-h2 {
  text-align: center;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .c-ttl-contents-h2 {
    padding: 50px 0;
  }
}
.c-ttl-contents-h2 .in {
  color: #0A79C1;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0 60px;
  background: url(../images/common/img_h2_line_left.svg) no-repeat left center;
  background-size: 50px auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-ttl-contents-h2 .in {
    font-size: 28px;
    font-size: 1.75rem;
    padding: 0 160px;
    background-size: 140px 25px;
  }
}
.c-ttl-contents-h2 .in::before {
  content: '';
  width: 60px;
  height: 15px;
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  right: 0;
  background: url(../images/common/img_h2_line_right.svg) no-repeat right center;
  background-size: 50px auto;
}
@media screen and (min-width: 768px) {
  .c-ttl-contents-h2 .in::before {
    width: 160px;
    height: 30px;
    top: calc(50% - 15px);
    background-size: 140px 25px;
  }
}
.c-ttl-contents-h2 + .c-basic-txt, .c-ttl-contents-h2 + .p-basic-list__item, .c-ttl-contents-h2 + .p-ol-list__item, .c-ttl-contents-h2 + .p-ol-list--sub__item, .p-blog-page__content ul .c-ttl-contents-h2 + li {
  padding-bottom: 20px;
}

/*h2
=============*/
.c-ttl-h2 {
  background: #DBF0FC;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .c-ttl-h2 {
    padding: 10px 15px;
  }
}
.c-ttl-h2 .in {
  display: inline-block;
  border-left: 5px solid #0A79C1;
  padding-left: 5px;
  font-size: 16px;
  font-size: 1rem;
  color: #0A79C1;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .c-ttl-h2 .in {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/*h3
=============*/
.c-ttl-h3 {
  background: #eeeeee;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-ttl-h3 {
    padding: 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/* =========================================================
text - 共通のテキストなど
========================================================= */
.c-basic-txt, .p-basic-list__item, .p-ol-list__item, .p-ol-list--sub__item, .p-blog-page__content ul li {
  color: #333333;
  line-height: 1.8;
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-basic-txt, .p-basic-list__item, .p-ol-list__item, .p-ol-list--sub__item, .p-blog-page__content ul li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-basic-txt p, .p-basic-list__item p, .p-ol-list__item p, .p-ol-list--sub__item p, .p-blog-page__content ul li p {
  margin-bottom: 10px;
}
.c-basic-txt a, .p-basic-list__item a, .p-ol-list__item a, .p-ol-list--sub__item a, .p-blog-page__content ul li a {
  color: #1185E7;
  text-decoration: underline;
  display: inline-block;
}
@media screen and (min-width: 576px) {
  .c-basic-txt a, .p-basic-list__item a, .p-ol-list__item a, .p-ol-list--sub__item a, .p-blog-page__content ul li a {
    transition: .3s;
    cursor: pointer;
  }
  .c-basic-txt a:hover, .p-basic-list__item a:hover, .p-ol-list__item a:hover, .p-ol-list--sub__item a:hover, .p-blog-page__content ul li a:hover {
    opacity: .7;
  }
}
.c-basic-txt strong, .p-basic-list__item strong, .p-ol-list__item strong, .p-ol-list--sub__item strong, .p-blog-page__content ul li strong {
  font-weight: bold;
}
.c-basic-txt .c-basic-txt--img, .p-basic-list__item .c-basic-txt--img, .p-ol-list__item .c-basic-txt--img, .p-ol-list--sub__item .c-basic-txt--img, .p-blog-page__content ul li .c-basic-txt--img {
  text-align: center;
  margin: 0 auto 10px;
}
.c-basic-txt img, .p-basic-list__item img, .p-ol-list__item img, .p-ol-list--sub__item img, .p-blog-page__content ul li img {
  display: inline-block;
}

/*文字配置＝＝＝＝＝＝＝＝＝*/
.pc-center {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .pc-center {
    text-align: center;
  }
}

.sp-center {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sp-center {
    text-align: left;
  }
}

/* =========================================================
button - ボタン関係のコンポーネント
========================================================= */
/*ベースボタン＝＝＝＝*/
.c-basic-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 320px;
  width: 100%;
  padding: 12px 10px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background: url(../images/icon/icon_right_w.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
  background-position: center right 10%;
  background-color: #0A79C1;
  text-align: center;
  text-decoration: none !important;
  transition: .3s;
  transition: .3s;
  cursor: pointer;
}
.c-basic-btn:hover {
  opacity: .7;
}
@media screen and (min-width: 768px) {
  .c-basic-btn {
    padding: 18px 10px;
  }
}
.c-basic-btn__in {
  display: block;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-basic-btn__in {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-basic-btn.send {
  background-color: #c60d0d;
}

/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  ■ページトップへ戻るボタン
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
.c-pagetop {
  text-align: center;
  position: relative;
}

.c-pagetop-btn {
  text-decoration: none;
  position: relative;
  width: 50px;
  height: 50px;
  display: inline-block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #0A79C1;
}
.c-pagetop-btn__in {
  text-align: center;
  position: relative;
  z-index: 50;
}
.c-pagetop-btn__icon {
  width: 25px;
  height: 25px;
  position: absolute;
  top: calc(50% + 14px);
  left: -12px;
}

/* =========================================================
media - 画像関係のコンポーネント
========================================================= */
.c-responsive-img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.c-responsive-img__link {
  width: 100%;
}

.c-circle-img {
  border-radius: 50%;
}

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

/* =========================================================
ifream - ifream関連
========================================================= */
/*gmap===================*/
.c-gmap {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media screen and (min-width: 992px) {
  .c-gmap {
    padding-top: 30%;
  }
}
.c-gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*ifream===================*/
.c-ifream {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 130%;
}
@media screen and (min-width: 992px) {
  .c-ifream {
    padding-top: 30.22%;
  }
}
.c-ifream iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/* =========================================================
pankuzu - パンくず
========================================================= */
/*パンクズ＝＝＝＝＝＝＝＝＝＝＝*/
.c-pankuzu {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-pankuzu {
    display: block;
  }
}
.c-pankuzu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 12px;
}
.c-pankuzu__item {
  margin-left: 5px;
  background: url(../images/icon/icon_right_main.svg) no-repeat left center;
  background-size: 8px 8px;
  padding-left: 13px;
  background-position: left top 5px;
  max-width: 50%;
}
.c-pankuzu__item:first-of-type {
  margin-left: 0;
  background-image: none;
  padding-left: 0;
  padding-right: 0;
}
.c-pankuzu__item:first-of-type .c-pankuzu__name {
  color: #0A79C1;
  text-decoration: underline;
}
.c-pankuzu__in {
  color: #0A79C1;
  font-size: 12px;
  font-size: 0.75rem;
}

/* =========================================================
pagenation - ページ送り
plugin使用
========================================================= */
.c-pagenation {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.c-pagenation .wp-pagenavi span, .c-pagenation .wp-pagenavi a {
  color: #0A79C1;
  border-radius: 50%;
  border: 1px solid #0A79C1;
}
.c-pagenation .wp-pagenavi span.pages, .c-pagenation .wp-pagenavi a.pages {
  border: none;
}
.c-pagenation .wp-pagenavi span.page, .c-pagenation .wp-pagenavi a.page {
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.c-pagenation .wp-pagenavi span.current, .c-pagenation .wp-pagenavi a.current {
  background: #0A79C1;
  color: #ffffff;
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.c-pagenation .wp-pagenavi span.previouspostslink, .c-pagenation .wp-pagenavi span.nextpostslink, .c-pagenation .wp-pagenavi a.previouspostslink, .c-pagenation .wp-pagenavi a.nextpostslink {
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  color: #959595;
  border: 1px solid #959595;
}

/* =========================================================
form - フォーム関連
========================================================= */
/*form要素のcssリセット*/
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  display: inline-block;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

/*問い合わせ　ステップ
===============*/
.c-form-stepbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  max-width: 500px;
  position: relative;
  text-align: center;
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  .c-form-stepbar {
    margin: 0 auto 40px;
  }
}
.c-form-stepbar__item {
  position: relative;
  width: 33.333%;
  line-height: 1.3;
  text-align: center;
}
.c-form-stepbar__item::after {
  content: ' ';
  display: block;
  width: calc(100% - 70px);
  height: 1px;
  border-bottom: 5px dotted #cccccc;
  position: absolute;
  left: -24%;
  top: 27px;
}
@media screen and (min-width: 768px) {
  .c-form-stepbar__item::after {
    left: -30%;
  }
}
.c-form-stepbar__item:first-child::after {
  content: none;
}
.c-form-stepbar .visited .c-form-stepbar__icon {
  background: #0A79C1;
}
.c-form-stepbar .visited .c-form-stepbar__text {
  color: #0A79C1;
}
.c-form-stepbar .visited::after {
  border-bottom-color: #0A79C1;
}
.c-form-stepbar__icon {
  position: relative;
  display: inline-block;
  background: #cccccc;
  width: 60px;
  height: 60px;
  padding-top: 10px;
  margin-bottom: 5px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  z-index: 5;
}
.c-form-stepbar__icon .text {
  font-size: 10px;
  font-size: 0.625rem;
  display: block;
  font-weight: bold;
}
.c-form-stepbar__icon .num {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
}
.c-form-stepbar__text {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #cccccc;
  font-weight: bold;
}

/*===================
formの形
====================*/
.c-form {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.c-form-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-bottom: 1px dashed #707070;
}
@media screen and (min-width: 768px) {
  .c-form-in {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.c-form .col1 .c-form-in {
  border-bottom: none;
  margin-bottom: 20px;
}
.c-form-ttl {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px;
  width: 100%;
  line-height: 1.3;
  padding: 10px 10px 0;
}
@media screen and (min-width: 768px) {
  .c-form-ttl {
    padding: 10px;
    width: 25%;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
@media screen and (min-width: 992px) {
  .c-form-ttl {
    width: 30%;
  }
}
.c-form-ttl--while {
  margin: 15px auto 0;
  text-align: center;
  background: #0A79C1;
  padding: 15px 10px;
}
.c-form-ttl--while__in {
  font-weight: bold;
  color: #ffffff;
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .c-form-ttl--while__in {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-form-items {
  padding: 10px;
  width: 100%;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .c-form-items {
    width: 75%;
  }
  .c-form-items input {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .c-form-items {
    width: 70%;
  }
}
.c-form-content {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
  text-align: left;
  line-height: 1.3;
  /*テキストエリア*/
}
@media screen and (min-width: 768px) {
  .c-form-content {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    text-align: left;
  }
}
.c-form-content &gt; .c-basic-txt, .c-form-content &gt; .p-basic-list__item, .c-form-content &gt; .p-ol-list__item, .c-form-content &gt; .p-ol-list--sub__item, .p-blog-page__content ul .c-form-content &gt; li {
  text-align: left;
  width: 100%;
}
.c-form-content.mini {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-form-content.mini {
    text-align: left;
  }
}
.c-form-content__in {
  display: inline-block;
  padding: 0 0 15px;
  width: 100%;
}
.c-form-content__in .c-ttl-in {
  font-size: 13px;
  font-size: 0.8125rem;
  background: #efefef;
  padding: 5px;
}
.c-form-content__in .in {
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .c-form-content__in .in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-form-content__in .c-form-input.date {
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .c-form-content__in .c-form-input.date {
    margin: 0 15px 0 0;
    max-height: 48px;
  }
}
@media screen and (min-width: 768px) {
  .c-form-content__in.hope .p-search-select {
    max-height: 48px;
    max-width: 260px;
    width: 100%;
  }
}
.c-form-content__in.hope .c-form-select {
  max-width: 80px;
}
.c-form-content__flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-form-content__item:first-child {
  margin-top: 7px;
}
.c-form-content__item-ttl {
  max-width: 120px;
  -moz-border-radius: 4;
  -webkit-border-radius: 4;
  border-radius: 4;
}
.c-form-content input[type="text"],
.c-form-content input[type="number"],
.c-form-content input[type="password"],
.c-form-content input[type="email"],
.c-form-content input[type="tel"],
.c-form-content input[type="date"],
.c-form-content textarea,
.c-form-content select {
  padding: 3px 10px;
  outline: none;
  border: 1px solid #707070;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 15px;
  font-size: 0.9375rem;
  width: 100%;
}
.c-form-content select {
  max-width: 120px;
  padding: 6px 10px;
}
@media screen and (max-width: 767px) {
  .c-form-content .c-form-input__line-up + .c-txt-sentence,
  .c-form-content input + .c-txt-sentence,
  .c-form-content textarea + .c-txt-sentence,
  .c-form-content select + .c-txt-sentence {
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .c-form-content .c-form-input__line-up + .c-txt-sentence,
  .c-form-content input + .c-txt-sentence,
  .c-form-content textarea + .c-txt-sentence,
  .c-form-content select + .c-txt-sentence {
    text-align: left;
  }
}
.c-form-content .c-form-textarea {
  max-width: 400px;
  width: 100%;
  height: 150px;
  margin: 0;
  display: block;
  font-family: sans-serif;
}
@media screen and (min-width: 768px) {
  .c-form-content .c-form-textarea {
    display: inline-block;
  }
}
.c-form-content .c-form-textarea:focus {
  background: #FAFFC1;
}
.c-form-content .c-form-select {
  max-width: 400px;
  width: 100%;
  display: block;
}
.c-form-content .c-form-select:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c-form-content .c-form-select {
    display: inline-block;
  }
}
.c-form-content .c-form-select.mini {
  max-width: 90px;
  display: inline-block;
}
.c-form-content .c-form-add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
  max-width: 150px;
}
@media screen and (min-width: 768px) {
  .c-form-content .c-form-add {
    display: block;
    margin: 0;
  }
}
.c-form-content .c-form-add .c-form-input {
  margin-right: 10px;
}
.c-form-content .c-form-add .c-link-btn--mini {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  max-width: 100px;
}
@media screen and (min-width: 768px) {
  .c-form-content .c-form-add .c-link-btn--mini {
    display: inline-block;
  }
}
.c-form-agree {
  text-align: center;
  margin: 20px auto 30px;
}
.c-form-agree .c-form-error {
  text-align: center;
  margin-bottom: 10px;
  display: block;
}
.c-form-agree .c-form-checkbox {
  display: inline-block;
  width: auto;
  border: none;
  box-shadow: none;
  padding: 0;
}
.c-form-agree .c-form-checkbox__parts {
  padding-right: 0px;
}
@media screen and (min-width: 992px) {
  .c-form-agree .c-form-checkbox__parts {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-form-agree .c-form-checkbox__parts a {
  text-decoration: underline;
  color: #0A79C1;
}
.c-form-agree .c-form-req {
  padding-right: 55px;
}
.c-form-agree .c-form-req::after {
  right: 0;
  top: calc(50% - 11px);
}
.c-form .u-ta-c.c-basic-txt, .c-form .u-ta-c.p-basic-list__item, .c-form .u-ta-c.p-ol-list__item, .c-form .u-ta-c.p-ol-list--sub__item, .c-form .p-blog-page__content ul li.u-ta-c, .p-blog-page__content ul .c-form li.u-ta-c {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-form .u-ta-c.c-basic-txt, .c-form .u-ta-c.p-basic-list__item, .c-form .u-ta-c.p-ol-list__item, .c-form .u-ta-c.p-ol-list--sub__item, .c-form .p-blog-page__content ul li.u-ta-c, .p-blog-page__content ul .c-form li.u-ta-c {
    text-align: center;
  }
}

/*basic
===============*/
/*セレクトタグ*/
.c-form-select {
  display: block;
  width: 100%;
  border: 1px solid #959595;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: url(../images/icon/icon_bottom_gray.svg) no-repeat right 5px center;
  background-size: 10px 10px;
  padding-right: 20px;
  background-color: #ffffff;
  min-height: 36px;
  line-height: 34px;
  cursor: pointer;
}
@media all and (-ms-high-contrast: none) {
  .c-form-select {
    background: #ffffff;
    padding-right: 5px;
  }
}
.c-form-select[disabled="disabled"] {
  border-color: #dddddd;
  color: #dddddd;
  background: #ffffff;
}

/*input*/
input.c-form-input {
  border: 1px solid #707070;
  padding: 5px 10px;
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  max-width: 400px;
  display: block;
  min-height: 36px;
  line-height: 34px;
}
input.c-form-input:focus {
  background: #FAFFC1;
}
@media screen and (min-width: 768px) {
  input.c-form-input.mini {
    max-width: 300px;
  }
}
@media screen and (min-width: 768px) {
  input.c-form-input.mini2 {
    max-width: 150px;
  }
}
input.c-form-input.mini3 {
  max-width: 90px;
}
@media screen and (min-width: 768px) {
  input.c-form-input.mini3 {
    max-width: 100px;
  }
}

/*input date*/
input[type="date"].c-form-input {
  font-size: 15px;
  font-size: 0.9375rem;
  max-width: 230px;
}

/*input text*/
input[type="text"].c-form-text {
  border: 1px solid #707070;
  padding: 5px;
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/*パスワード*/
@media screen and (min-width: 768px) {
  .c-form-password {
    max-width: 300px;
  }
}

/*【mw wp form】====================== */
.mw_wp_form .c-form-content input[type="text"], .mw_wp_form .c-form-content input[type="number"], .mw_wp_form .c-form-content input[type="password"], .mw_wp_form .c-form-content input[type="email"], .mw_wp_form .c-form-content input[type="tel"], .mw_wp_form .c-form-content textarea, .mw_wp_form .c-form-content select {
  width: auto;
  max-width: 100%;
}

.mw_wp_form .c-form-content .mwform-tel-field {
  display: inline-block;
}
.mw_wp_form .c-form-content .mwform-tel-field .c-form-input {
  max-width: 30%;
}

.c-form-btnarea {
  text-align: center;
}
.c-form-btnarea .c-form-mw-btn {
  display: block;
  margin: 20px auto;
  padding: 15px 20px;
  border-radius: 50px;
  color: #ffffff;
  font-weight: bold;
  background: url(../images/icon/icon_right_w.svg) no-repeat right 6.5px center;
  background-size: 13px 13px;
  padding-right: 26px;
  background-color: #0A79C1;
  width: 100%;
  max-width: 300px;
  font-size: 14px;
  font-size: 0.875rem;
  transition: .3s;
  cursor: pointer;
}
.c-form-btnarea .c-form-mw-btn:hover {
  opacity: .7;
}
@media screen and (min-width: 768px) {
  .c-form-btnarea .c-form-mw-btn {
    margin: 20px 5px;
    display: inline-block;
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-form-btnarea .c-form-mw-btn.back {
  background: url(../images/icon/icon_left_w.svg) no-repeat left 6.5px center;
  background-size: 13px 13px;
  padding-left: 26px;
  background-color: #959595;
}

/*【mw wp form】 ラジオボタン*/
.c-form-radio--mw {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c-form-radio--mw {
    min-width: 300px;
    word-break: keep-all;
  }
}
.c-form-radio--mw .mwform-radio-field.horizontal-item {
  margin: 0 0 5px;
  padding: 0 5px;
  display: block;
  width: 50%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-form-radio--mw .mwform-radio-field.horizontal-item {
    width: 25%;
    margin: 0;
  }
}
.c-form-radio--mw .mwform-radio-field.horizontal-item label {
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 15px 10px;
  border: 1px solid #707070;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  transition: .2s;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .c-form-radio--mw .mwform-radio-field.horizontal-item label {
    max-width: 200px;
    padding: 15px 10px;
  }
}
.c-form-radio--mw .mwform-radio-field.horizontal-item label input {
  display: none !important;
}
.c-form-radio--mw .mwform-radio-field.horizontal-item label input:checked + .mwform-radio-field-text {
  color: #F09199;
}
.c-form-radio--mw .mwform-radio-field.horizontal-item label input:checked + .mwform-radio-field-text::before {
  background-color: #F09199;
  color: #ffffff;
}
.c-form-radio--mw .mwform-radio-field.horizontal-item label .mwform-radio-field-text {
  display: inline-block;
  position: relative;
  color: #000000;
  padding-left: 25px;
}
.c-form-radio--mw .mwform-radio-field.horizontal-item label .mwform-radio-field-text::before {
  content: '●';
  font-size: 11px;
  color: #E7E7E7;
  text-align: center;
  background-color: #E7E7E7;
  width: 20px;
  padding: 5px 0;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  left: 0;
}

/*チェックボタン*/
.c-form-checkbox__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c-form-checkbox__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}

.c-form-checkbox__item {
  margin-bottom: 10px;
  padding: 0 5px;
  width: 100%;
}
@media screen and (min-width: 350px) {
  .c-form-checkbox__item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .c-form-checkbox__item {
    width: 25%;
  }
}

label.c-form-checkbox {
  display: block;
  width: 100%;
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 15px;
  border: 1px solid #707070;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  transition: .2s;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.2);
}
label.c-form-checkbox input {
  display: none !important;
}
label.c-form-checkbox input:checked + .c-form-checkbox__parts {
  color: #F09199;
}
label.c-form-checkbox input:checked + .c-form-checkbox__parts::before {
  background: url("../images/icon/icon_check_w.svg") no-repeat center;
  background-size: 70% 70%;
  background-color: #F09199;
}
label.c-form-checkbox .c-form-checkbox__parts {
  display: inline-block;
  position: relative;
  color: #000000;
  padding-left: 25px;
  line-height: 1.3;
}
label.c-form-checkbox .c-form-checkbox__parts::before {
  content: ' ';
  background-color: #E7E7E7;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  position: absolute;
  top: -2px;
  left: 0;
}

/*”！選べない！*/
span.c-form-checkbox {
  display: block;
  width: 100%;
  display: block;
  margin: 0;
  padding: 15px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  background: #eeeeee;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
span.c-form-checkbox__parts {
  display: inline-block;
  position: relative;
  color: #959595;
  padding-left: 25px;
}

/*枠無し*/
.no-waku--checkbox .c-form-checkbox {
  border: none;
  box-shadow: 0 0 0 0 transparent;
}

/*ラジオボタン*/
.c-form-radio__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c-form-radio__list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
  }
}

.c-form-radio__item {
  margin-bottom: 10px;
  padding: 0 5px;
  width: 100%;
}
@media screen and (min-width: 350px) {
  .c-form-radio__item {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .c-form-radio__item {
    width: 25%;
  }
}

label.c-form-radio {
  display: block;
  width: 100%;
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 15px;
  border: 1px solid #707070;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  transition: .2s;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.2);
}
label.c-form-radio input {
  display: none !important;
}
label.c-form-radio input:checked + .c-form-radio__parts {
  color: #F09199;
}
label.c-form-radio input:checked + .c-form-radio__parts::before {
  background-color: #F09199;
}
label.c-form-radio input:checked + .c-form-radio__parts::after {
  background-color: #ffffff;
}
label.c-form-radio .c-form-radio__parts {
  display: inline-block;
  position: relative;
  color: #000000;
  padding-left: 25px;
}
label.c-form-radio .c-form-radio__parts::before {
  content: ' ';
  background-color: #E7E7E7;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  top: -3px;
  left: 0;
}
label.c-form-radio .c-form-radio__parts::after {
  content: ' ';
  background-color: #E7E7E7;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  top: 2px;
  left: 5px;
}

/*”！選べない！*/
span.c-form-radio {
  display: block;
  width: 100%;
  display: block;
  margin: 0;
  padding: 15px;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  background: #eeeeee;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
span.c-form-radio__parts {
  display: inline-block;
  position: relative;
  color: #959595;
  padding-left: 25px;
}

/*【mw wp form】 チェックボタン*/
.c-form-checkbox--mw {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-form-checkbox--mw {
    min-width: 300px;
    word-break: keep-all;
  }
}
.c-form-checkbox--mw .mwform-checkbox-field {
  width: 50%;
}
.c-form-checkbox--mw .mwform-checkbox-field label {
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 10px;
  border: 1px solid #707070;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  transition: .2s;
  box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 768px) {
  .c-form-checkbox--mw .mwform-checkbox-field label {
    max-width: 200px;
  }
}
.c-form-checkbox--mw .mwform-checkbox-field label input {
  display: none !important;
}
.c-form-checkbox--mw .mwform-checkbox-field label input:checked + .mwform-checkbox-field-text {
  color: #F09199;
}
.c-form-checkbox--mw .mwform-checkbox-field label input:checked + .mwform-checkbox-field-text::before {
  background: url("../images/icon/icon_check_w.svg") no-repeat center;
  background-size: 70% 70%;
  background-color: #F09199;
}
.c-form-checkbox--mw .mwform-checkbox-field label .mwform-checkbox-field-text {
  display: inline-block;
  position: relative;
  color: #000000;
  padding-left: 25px;
}
.c-form-checkbox--mw .mwform-checkbox-field label .mwform-checkbox-field-text::before {
  content: ' ';
  background-color: #E7E7E7;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  position: absolute;
  top: -3px;
  left: 0;
}

/*テキストエリア*/
.c-form-textarea {
  max-width: 550px;
  width: 100%;
  height: 150px;
  margin: 0 auto;
  display: block;
  font-family: sans-serif;
  padding: 3px 10px;
  outline: none;
  background: #ffffff;
  border: 1px solid #707070;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
}

/*必須*/
.c-form-req {
  position: relative;
  padding-right: 50px;
  margin-top: 0px;
}
.c-form-req::after {
  content: "必須";
  font-size: 11px;
  font-size: 0.6875rem;
  color: #ffffff;
  font-weight: normal;
  -moz-border-radius: 3;
  -webkit-border-radius: 3;
  border-radius: 3;
  border: 1px solid #F09199;
  background: #F09199;
  position: absolute;
  padding: 4px 10px;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .c-form-req::after {
    top: 7px;
    right: 5px;
  }
}
@media screen and (min-width: 768px) {
  .c-form-req::after {
    right: 10px;
    top: 5px;
  }
}

/*必須 背景色変更*/
.c-input--req {
  background-color: #ffe8e8;
}
.c-input--req + .c-form-checkbox__parts::before {
  background-color: #ffe8e8;
}

/*error表示*/
.c-input--error {
  border-color: #c60d0d !important;
}
.c-input--error + .c-form-checkbox__parts::before {
  border-color: #c60d0d !important;
}
.c-input--error.c-form-radio {
  border: 1px solid #c60d0d;
  -moz-border-radius: 5;
  -webkit-border-radius: 5;
  border-radius: 5;
}

/*inputが２個以上並ぶとき*/
.c-form .c-form-input__line-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c-form .c-form-input__line-up {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .c-form .c-form-input__line-up.long {
    width: 100%;
    max-width: 80%;
  }
}
.c-form .c-form-input__line-up.long .c-form-input {
  margin: 0 0 5px;
  width: 70%;
}
.c-form .c-form-input__line-up .c-form-input {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-form .c-form-input__line-up .c-form-input {
    width: 100%;
    max-width: 200px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}
.c-form .c-form-input__line-up .c-form-input:last-of-type {
  margin-right: 0;
}
.c-form .c-form-input__line-up .c-form-input__ttl {
  width: 15%;
  margin-bottom: 10px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .c-form .c-form-input__line-up .c-form-input__ttl {
    padding-right: 10px;
    text-align: center;
    width: auto;
    min-width: 45px;
  }
}
.c-form .c-form-input__line-up .c-form-input__text {
  text-align: left;
  padding-left: 5px;
}
@media screen and (min-width: 768px) {
  .c-form .c-form-input__line-up .c-form-input__text {
    width: 30%;
    margin-bottom: 0;
    padding-right: 10px;
    width: auto;
    min-width: 100px;
  }
}
.c-form .c-form-input__line-up .c-form-select {
  width: 85%;
  max-width: 100%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .c-form .c-form-input__line-up .c-form-select {
    width: 100%;
    max-width: 200px;
    min-width: 170px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}

/*ボタンの並び*/
.c-form-btnarea {
  text-align: center;
}
.c-form-btnarea .c-basic-btn {
  display: inline-block;
  max-width: 300px;
  margin: 5px auto;
}
@media screen and (min-width: 768px) {
  .c-form-btnarea .c-basic-btn {
    margin: 5px;
  }
}
.c-form-btnarea--reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .c-form-btnarea--reverse {
    display: block;
  }
}

/*確認画面
=======================*/
/*error！*/
.c-form-confirmation__ttl {
  background: #c60d0d;
  padding: 15px;
  text-align: center;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
}

.c-form-confirmation {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .c-form-confirmation .c-form-ttl, .c-form-confirmation .c-form-content {
    padding: 10px 0;
  }
}
.c-form-confirmation .c-form-req::after {
  content: none;
}
.c-form-confirmation .mw_wp_form__privacy {
  display: none !important;
}
.c-form-confirmation .c-form-content {
  font-size: 15px;
  font-size: 0.9375rem;
}
.c-form-confirmation .c-form-in.name .c-form-content::after {
  content: "様";
  padding-left: 3px;
}

/*サンクス
=======================*/
.c-form-thanks .mw_wp_form_send_error {
  border: 2px solid #c60d0d;
  padding: 20px;
  margin-bottom: 20px;
  text-align: center;
  border-radius: 5px;
  color: #c60d0d;
  font-weight: bold;
  line-height: 1.6;
}
.c-form-thanks__contents .c-ttl-h1 .main {
  font-size: 17px;
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .c-form-thanks__contents .c-ttl-h1 .main {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/*大きいエラー表示　通常表示
=======================*/
/*error*/
.c-form-box--error {
  margin: 15px auto;
  padding: 20px;
  border: 6px double #c60d0d;
  background: #ffdfdf;
}
.c-form-box--error__title {
  text-align: left;
  font-size: 120%;
  margin-bottom: 10px;
  color: #c60d0d;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-form-box--error__title {
    text-align: center;
  }
}
.c-form-box--error__title .in {
  background: url(../images/icon/icon_exclamation_red.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
}
.c-form-box--error p {
  text-align: left;
  color: #c60d0d;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .c-form-box--error p {
    text-align: center;
  }
}

/*normal*/
.c-form-box--normal {
  margin: 15px auto;
  padding: 20px;
  border: 2px dashed #70C7D1;
  background: #ffffff;
}
.c-form-box--normal__title {
  text-align: center;
  font-size: 120%;
  margin-bottom: 10px;
  color: #70C7D1;
  font-weight: bold;
}
.c-form-box--normal p {
  text-align: center;
  color: #70C7D1;
  font-weight: bold;
}

/*error　バリデーション*/
.c-form-error {
  text-align: left;
  display: block;
}
.c-form-error .error {
  display: inline-block;
  padding: 5px 10px;
  color: #c60d0d;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  background: url(../images/icon/icon_exclamation_red.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
}
.c-form-error ~ .c-form-checkbox__list .c-form-checkbox, .c-form-error ~ .c-form-select, .c-form-error ~ .p-search-select .c-form-select, .c-form-error ~ .c-form-textarea, .c-form-error ~ .c-form-input, .c-form-error ~ .mwform-tel-field .c-form-input, .c-form-error ~ .mwform-zip-field .c-form-input {
  background-color: #ffe8e8;
}

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

/* =========================================================
list - リストのオブジェクト
========================================================= */
/* ====================
	■シンプルなリスト
	=====================*/
.p-basic-list {
  display: inline-block;
  text-align: left;
}
.p-basic-list__item {
  display: block;
  text-indent: -1.3rem;
  padding-left: 1rem;
  margin-bottom: 5px;
}
.p-basic-list__item:before {
  content: "・";
  color: #0A79C1;
}

/* ====================
	■番号付きなリスト
	=====================*/
.p-ol-list {
  display: inline-block;
  text-align: left;
}
.p-ol-list__item {
  display: block;
  position: relative;
  padding-left: 1.8rem;
  margin-bottom: 10px;
}
.p-ol-list__item &gt; .p-ol-list--sub {
  padding-left: 0;
}

.p-ol-list__item:nth-child(1):before {
  content: "1.";
  color: #0A79C1;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(2):before {
  content: "2.";
  color: #0A79C1;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(3):before {
  content: "3.";
  color: #0A79C1;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(4):before {
  content: "4.";
  color: #0A79C1;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(5):before {
  content: "5.";
  color: #0A79C1;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(6):before {
  content: "6.";
  color: #0A79C1;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(7):before {
  content: "7.";
  color: #0A79C1;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(8):before {
  content: "8.";
  color: #0A79C1;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(9):before {
  content: "9.";
  color: #0A79C1;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.p-ol-list__item:nth-child(10):before {
  content: "10.";
  color: #0A79C1;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

/* in==================*/
.p-ol-list--sub {
  display: inline-block;
  text-align: left;
  padding: 10px 0 0 10px;
  margin-left: -14px;
}
.p-ol-list--sub__item {
  display: block;
  position: relative;
  padding-left: 3rem;
  margin-bottom: 5px;
}

.p-ol-list--sub__item:nth-child(1):before {
  content: "【1】";
  color: #0A79C1;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(2):before {
  content: "【2】";
  color: #0A79C1;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(3):before {
  content: "【3】";
  color: #0A79C1;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(4):before {
  content: "【4】";
  color: #0A79C1;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(5):before {
  content: "【5】";
  color: #0A79C1;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(6):before {
  content: "【6】";
  color: #0A79C1;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(7):before {
  content: "【7】";
  color: #0A79C1;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(8):before {
  content: "【8】";
  color: #0A79C1;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(9):before {
  content: "【9】";
  color: #0A79C1;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(10):before {
  content: "【10】";
  color: #0A79C1;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(11):before {
  content: "【11】";
  color: #0A79C1;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(12):before {
  content: "【12】";
  color: #0A79C1;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(13):before {
  content: "【13】";
  color: #0A79C1;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(14):before {
  content: "【14】";
  color: #0A79C1;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(15):before {
  content: "【15】";
  color: #0A79C1;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(16):before {
  content: "【16】";
  color: #0A79C1;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(17):before {
  content: "【17】";
  color: #0A79C1;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(18):before {
  content: "【18】";
  color: #0A79C1;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(19):before {
  content: "【19】";
  color: #0A79C1;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

.p-ol-list--sub__item:nth-child(20):before {
  content: "【20】";
  color: #0A79C1;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

/* ====================
	■下線
	=====================*/
.p-line-list__item {
  border-top: 1px solid #cccccc;
  padding: 15px 10px;
}
.p-line-list__item:first-of-type {
  border-top: none;
}

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

/*===================
横から出るメニュー　
*/
article.js-menu--list {
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 9999;
  transition: .4s;
  min-height: 100%;
  height: 100%;
  width: 90%;
  overflow-y: scroll;
}
article.js-menu--list.active {
  right: 0;
}
article.js-menu--list div.g-menu_contents {
  height: 100%;
}
article.js-menu--list.active .g-menu_close {
  left: 1em;
}

article.back_curtain {
  display: none;
  height: 100vh;
  width: 100vw;
  background: url("../images/icon/icon_multiply_w.svg") no-repeat;
  background-size: 8% auto;
  background-position: left 1% top 5px;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  position: fixed;
  top: 0;
}

.js-menu--open,
.js-image-menu--open {
  cursor: pointer;
}

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

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

.js-media-accordion__body {
  display: none;
}
@media screen and (min-width: 768px) {
  .js-media-accordion__body {
    display: block;
  }
}

/*===================
【js-tab】タブ切り替え
*/
.js-tab-body .js-tab-contents {
  display: none;
}
.js-tab-body .js-tab-contents.js-tab-show {
  display: block;
}

/*======================
【js-slick】スライダー
======================*/
.slick-slider {
  opacity: 0;
  transition: 0.3s;
}
.slick-slider.slick-initialized {
  opacity: 1;
}
.slick-slider .slick-track {
  min-width: 100%;
}

.slick-dotted.slick-slider {
  margin-bottom: 50px;
}

.js-slick-prev,
.js-slick-next {
  display: block;
  position: absolute;
  top: calc(50% - 27px);
  width: 33px;
  height: 54px;
  background-color: #0A79C1;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  z-index: 50;
  transition: .3s;
  cursor: pointer;
}
.js-slick-prev:hover,
.js-slick-next:hover {
  opacity: .7;
}

.js-slick-prev {
  left: 0;
  background-image: url(../images/icon/icon_arrow_left_w.svg);
  -moz-border-radius: 0 100% 100% 0/50%;
  -webkit-border-radius: 0;
  border-radius: 0 100% 100% 0/50%;
  background-position: left 2px center;
}

.js-slick-next {
  right: 0;
  background-image: url(../images/icon/icon_arrow_right_w.svg);
  -moz-border-radius: 100% 0 0 100%/50%;
  -webkit-border-radius: 100%;
  border-radius: 100% 0 0 100%/50%;
  background-position: right 2px center;
}

.slick-dots {
  bottom: -45px;
}
.slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
.slick-dots li .js-slick__dots-item {
  color: #dddddd;
  font-size: 13px;
}
.slick-dots li.slick-active .js-slick__dots-item {
  color: #0A79C1;
}

.js-slick-fllwidth .slick-dots {
  bottom: -45px;
}
.js-slick-fllwidth .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 3px;
}
.js-slick-fllwidth .slick-dots li .js-slick__dots-item {
  color: #D6D6D6;
  font-size: 13px;
}
.js-slick-fllwidth .slick-dots li.slick-active .js-slick__dots-item {
  color: #7D7D7D;
}

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

/*Project
======================================= */
/* =========================================================
top - topページの独自コンテンツ
========================================================= */
/*===========
**メインヴィジュアル
============*/
@media screen and (max-width: 767px) {
  .p-top-mainvisual .l-container, .p-top-mainvisual .l-main--col2, .p-top-mainvisual .l-main--col3 {
    padding: 0;
  }
}
.p-top-mainvisual__in {
  background: url(../images/top/mainimg_bg02_sp.png) no-repeat center bottom;
  background-size: cover;
  position: relative;
  padding-bottom: 50%;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual__in {
    background: url(../images/top/mainimg_bg02_pc.png) no-repeat right bottom;
    background-size: cover;
    padding-bottom: 15px;
  }
}
.p-top-mainvisual__h1 {
  position: relative;
  z-index: 5;
  text-align: left;
  padding-top: 5%;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual__h1 {
    text-align: left;
    padding: 20px 0 15px;
  }
}
.p-top-mainvisual__h1 .pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual__h1 .pc {
    display: block;
    max-width: 650px;
  }
}
.p-top-mainvisual__text {
  position: relative;
  z-index: 5;
  text-align: left;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF0A79C1', endColorstr='#FF0A79C1');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhNzljMSIvPjxzdG9wIG9mZnNldD0iMiUiIHN0b3AtY29sb3I9IiMwYTc5YzEiLz48c3RvcCBvZmZzZXQ9IjkwJSIgc3RvcC1jb2xvcj0iIzBhNzljMSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYTc5YzEiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #0a79c1), color-stop(2%, #0a79c1), color-stop(90%, rgba(10, 121, 193, 0)), color-stop(100%, rgba(10, 121, 193, 0)));
  background-image: -moz-linear-gradient(left, #0a79c1 0%, #0a79c1 2%, rgba(10, 121, 193, 0) 90%, rgba(10, 121, 193, 0) 100%);
  background-image: -webkit-linear-gradient(left, #0a79c1 0%, #0a79c1 2%, rgba(10, 121, 193, 0) 90%, rgba(10, 121, 193, 0) 100%);
  background-image: linear-gradient(to right, #0a79c1 0%, #0a79c1 2%, rgba(10, 121, 193, 0) 90%, rgba(10, 121, 193, 0) 100%);
  padding: 10px;
  max-width: 270px;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual__text {
    padding: 20px;
    padding-left: 165px;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FF0A79C1', endColorstr='#FF0A79C1');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzBhNzljMSIvPjxzdG9wIG9mZnNldD0iMiUiIHN0b3AtY29sb3I9IiMwYTc5YzEiLz48c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzBhNzljMSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYTc5YzEiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #0a79c1), color-stop(2%, #0a79c1), color-stop(50%, rgba(10, 121, 193, 0)), color-stop(100%, rgba(10, 121, 193, 0)));
    background-image: -moz-linear-gradient(left, #0a79c1 0%, #0a79c1 2%, rgba(10, 121, 193, 0) 50%, rgba(10, 121, 193, 0) 100%);
    background-image: -webkit-linear-gradient(left, #0a79c1 0%, #0a79c1 2%, rgba(10, 121, 193, 0) 50%, rgba(10, 121, 193, 0) 100%);
    background-image: linear-gradient(to right, #0a79c1 0%, #0a79c1 2%, rgba(10, 121, 193, 0) 50%, rgba(10, 121, 193, 0) 100%);
    max-width: 100%;
  }
}
.p-top-mainvisual__text img {
  display: inline-block;
  max-width: 180px;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual__text img {
    max-width: 300px;
  }
}
.p-top-mainvisual__catch.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual__catch.pc {
    display: block;
    padding: 25px 0;
    text-align: right;
    padding-left: 130px;
  }
}
.p-top-mainvisual__catch.sp {
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual__catch.sp {
    display: none;
  }
}

/*動き*/
.p-top-mainvisual__h1 {
  position: relative;
  opacity: 0;
  -moz-animation: opning 1.5s ease-in forwards;
  -webkit-animation: opning 1.5s ease-in forwards;
  animation: opning 1.5s ease-in forwards;
}

@-moz-keyframes opning {
  0% {
    opacity: 0;
    bottom: -50px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes opning {
  0% {
    opacity: 0;
    bottom: -50px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes opning {
  0% {
    opacity: 0;
    bottom: -50px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
/*===========
**catch
============*/
.p-top-catch {
  padding: 15px 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-catch {
    padding: 50px 0;
  }
}
.p-top-catch__text {
  color: #0A79C1;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-top-catch__text {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-top-catch__text .line {
  background: #FAFFC1;
}
.p-top-catch__bnr {
  background: #D9EDFF;
  border: 3px solid #0A79C1;
  border-radius: 10px;
  padding: 20px 10px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-catch__bnr {
    padding: 30px 10px;
  }
}
.p-top-catch__bnr .in {
  display: inline-block;
  font-weight: bold;
  color: #0A79C1;
  font-size: 16px;
  font-size: 1rem;
  background: url(../images/icon/icon_right_main.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-catch__bnr .in {
    font-size: 25px;
    font-size: 1.5625rem;
    background: url(../images/icon/icon_right_main.svg) no-repeat right center;
    background-size: 22px 22px;
    padding-right: 27px;
  }
}

/*===========
**nav
============*/
.p-top-nav__item {
  margin-bottom: 10px;
  text-align: center;
}
.p-top-nav__btn {
  background: #0A79C1;
  border-radius: 10px;
  width: 100%;
  margin: 0 auto;
}
.p-top-nav__btn .ttl {
  padding: 10px 10px;
  border-bottom: 1px solid #ffffff;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .p-top-nav__btn .ttl {
    padding: 20px 10px;
    text-align: center;
  }
}
.p-top-nav__btn .ttl .in {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  position: relative;
  padding-left: 23px;
}
@media screen and (min-width: 768px) {
  .p-top-nav__btn .ttl .in {
    font-size: 18px;
    font-size: 1.125rem;
    padding-left: 28px;
  }
}
.p-top-nav__btn .ttl .in::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: url(../images/icon/icon_sun_sub02.svg) no-repeat center;
  background-color: #ffffff;
  background-size: 60% 60%;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-top-nav__btn .ttl .in::before {
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
  }
}
.p-top-nav__btn .contents {
  padding: 10px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-top-nav__btn .contents {
    display: block;
  }
}
.p-top-nav__btn .contents .photo {
  display: block;
  text-align: center;
  max-width: 35%;
}
@media screen and (min-width: 768px) {
  .p-top-nav__btn .contents .photo {
    max-width: 100%;
  }
}
.p-top-nav__btn .contents .photo img {
  max-width: 250px;
  width: 100%;
}
.p-top-nav__btn .contents .contents-in {
  width: 65%;
  margin-left: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-nav__btn .contents .contents-in {
    width: 100%;
    margin: 5px 0 10px;
  }
}
.p-top-nav__btn .contents .text {
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-top-nav__btn .contents .text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-top-nav__btn .contents .c-basic-btn {
  background-color: #ffffff;
  padding: 10px;
  max-width: 150px;
}
@media screen and (min-width: 768px) {
  .p-top-nav__btn .contents .c-basic-btn {
    max-width: 190px;
  }
}
.p-top-nav__btn.content {
  background: #97CB77;
}
.p-top-nav__btn.content .ttl .in::before {
  background-image: url(../images/icon/icon_sun_sub04.svg);
}
.p-top-nav__btn.content .c-basic-btn {
  background-image: url(../images/icon/icon_right_sub04.svg);
}
.p-top-nav__btn.content .c-basic-btn .c-basic-btn__in {
  color: #97CB77;
}
.p-top-nav__btn.house_nursing {
  background: #F09199;
}
.p-top-nav__btn.house_nursing .ttl .in::before {
  background-image: url(../images/icon/icon_housenursing_accent.svg);
}
.p-top-nav__btn.house_nursing .c-basic-btn {
  background-image: url(../images/icon/icon_right_accent.svg);
}
.p-top-nav__btn.house_nursing .c-basic-btn .c-basic-btn__in {
  color: #F09199;
}
.p-top-nav__btn.outline {
  background: #70C7D1;
}
.p-top-nav__btn.outline .ttl .in::before {
  background-image: url(../images/icon/icon_outline_sub02.svg);
}
.p-top-nav__btn.outline .c-basic-btn {
  background-image: url(../images/icon/icon_right_sub02.svg);
}
.p-top-nav__btn.outline .c-basic-btn .c-basic-btn__in {
  color: #70C7D1;
}

/*動き*/
.p-top-nav__item {
  opacity: 0;
}

.p-top-nav__item.active {
  position: relative;
  -moz-animation: nav 0.5s ease-in forwards;
  -webkit-animation: nav 0.5s ease-in forwards;
  animation: nav 0.5s ease-in forwards;
}

@-moz-keyframes nav {
  0% {
    opacity: 0;
    bottom: -50px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes nav {
  0% {
    opacity: 0;
    bottom: -50px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes nav {
  0% {
    opacity: 0;
    bottom: -50px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
/*===========
**NEWS
============*/
.p-top-news {
  margin: 30px auto;
  padding: 30px 0 0;
  background-color: #F6F6F6;
}
@media screen and (min-width: 768px) {
  .p-top-news {
    margin: 50px auto;
    padding: 50px 0 0;
  }
}
.p-top-news .l-container, .p-top-news .l-main--col2, .p-top-news .l-main--col3 {
  background: url(../images/top/img_now_bg.svg) no-repeat bottom right;
  background-size: 35% auto;
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-top-news .l-container, .p-top-news .l-main--col2, .p-top-news .l-main--col3 {
    background-size: 200px auto;
    padding-bottom: 50px;
  }
}
.p-top-news__ttl {
  text-align: center;
  margin-bottom: 10px;
}
.p-top-news__ttl .in {
  color: #0A79C1;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0 90px;
  background: url(../images/top/img_now_line_left.svg) no-repeat left center;
  background-size: 80px auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-top-news__ttl .in {
    font-size: 25px;
    font-size: 1.5625rem;
    padding: 0 160px;
    background-size: 140px 25px;
  }
}
.p-top-news__ttl .in::before {
  content: '';
  width: 90px;
  height: 15px;
  display: block;
  position: absolute;
  top: calc(50% - 7px);
  right: 0;
  background: url(../images/top/img_now_line_right.svg) no-repeat right center;
  background-size: 80px auto;
}
@media screen and (min-width: 768px) {
  .p-top-news__ttl .in::before {
    width: 160px;
    height: 30px;
    top: calc(50% - 15px);
    background-size: 140px 25px;
  }
}
.p-top-news__caption {
  text-align: center;
  color: #666666;
  font-weight: bold;
  line-height: 1.6;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__caption {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-top-news .p-blog-list {
  max-width: 700px;
  margin: 20px auto 0;
}
@media screen and (min-width: 768px) {
  .p-top-news .p-blog-list {
    margin: 30px auto 0;
  }
}
.p-top-news__btn {
  text-align: center;
  margin-top: 25px;
}
.p-top-news__btn .c-basic-btn {
  max-width: 270px;
}

/* =========================================================
content - デイサービスセンターページの独自コンテンツ
========================================================= */
/*=============
あおばなの理念
==============*/
/*看護師常駐======*/
.p-content-kango {
  background: #FCFFE2;
  border-radius: 5px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-content-kango {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-content-kango__ttl {
  background: #74B842;
  border-radius: 5px 5px 0 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-content-kango__ttl {
    border-radius: 5px 0 0 5px;
    width: 100%;
    max-width: 300px;
  }
}
.p-content-kango__ttl .in {
  display: inline-block;
  position: relative;
  padding: 15px;
  padding-left: 50px;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .p-content-kango__ttl .in {
    padding: 20px;
    padding-left: 100px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.p-content-kango__ttl .in::before {
  content: '';
  display: block;
  width: 42px;
  height: 52px;
  background: url(../images/content/icon_staff.png) no-repeat center bottom;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 768px) {
  .p-content-kango__ttl .in::before {
    width: 82px;
    height: 102px;
  }
}
.p-content-kango__text {
  padding: 15px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-content-kango__text {
    padding: 5px 30px;
  }
}

/*削除予定↓↓↓↓↓↓↓＝＝＝＝＝＝＝＝＝＝＝＝*/
/*main============*/
.p-content-philosophy-main {
  background: #ECF6FF;
  border-radius: 10px;
  padding: 20px 10px 10px;
}
@media screen and (min-width: 768px) {
  .p-content-philosophy-main {
    padding: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .p-content-philosophy-main__text {
    max-width: 500px;
  }
}
.p-content-philosophy-main__text .c-basic-txt, .p-content-philosophy-main__text .p-basic-list__item, .p-content-philosophy-main__text .p-ol-list__item, .p-content-philosophy-main__text .p-ol-list--sub__item, .p-content-philosophy-main__text .p-blog-page__content ul li, .p-blog-page__content ul .p-content-philosophy-main__text li {
  font-weight: bold;
}
.p-content-philosophy-main__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-content-philosophy-main__ttl {
    margin-bottom: 20px;
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.p-content-philosophy-main__photo {
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-content-philosophy-main__photo {
    margin-top: 0;
    padding-left: 10px;
    width: 40%;
  }
}
.p-content-philosophy-main__photo img {
  max-width: 250px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-content-philosophy-main__photo img {
    max-width: 350px;
  }
}

/*あおばなでの過ごし方============*/
.p-content-days__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-content-days__tab {
    width: calc(100% - 300px);
  }
}
.p-content-days__tab .item {
  width: 50%;
  text-align: center;
  padding: 0 5px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-content-days__tab .item {
    width: 25%;
    margin-bottom: 0;
  }
}
.p-content-days__tab .item .in {
  display: block;
  border: 2px solid #BABABA;
  background: #ffffff;
  border-radius: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #bababa;
  font-weight: bold;
  padding: 10px 5px 5px;
  padding-bottom: 35px;
  background: url(../images/icon/icon_tree_gray.svg) no-repeat bottom 5px center;
  background-size: 25px 25px;
  transition: .3s;
  cursor: pointer;
}
.p-content-days__tab .item .in:hover {
  opacity: .7;
}
@media screen and (min-width: 768px) {
  .p-content-days__tab .item .in {
    border: 3px solid #BABABA;
    border-bottom-color: #ffffff;
    border-radius: 10px 10px 0 0;
    font-size: 10px;
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 992px) {
  .p-content-days__tab .item .in {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-content-days__tab .item.outdoors .in {
  background-image: url(../images/icon/icon_tree_gray.svg);
}
.p-content-days__tab .item.outdoors.js-tab-active .in {
  border-color: #E9FFE5;
  background-color: #E9FFE5;
  background-image: url(../images/icon/icon_tree_green.svg);
  color: #24AC3A;
}
.p-content-days__tab .item.life .in {
  background-image: url(../images/icon/icon_life_gray.svg);
}
.p-content-days__tab .item.life.js-tab-active .in {
  border-color: #ffddcc;
  background-color: #ffddcc;
  background-image: url(../images/icon/icon_life_orange.svg);
  color: #F0844E;
}
.p-content-days__tab .item.event .in {
  background-image: url(../images/icon/icon_event_gray.svg);
}
.p-content-days__tab .item.event.js-tab-active .in {
  border-color: #ffdfe5;
  background-color: #ffdfe5;
  background-image: url(../images/icon/icon_event_accent.svg);
  color: #EA617C;
}
.p-content-days__tab .item.another .in {
  background-image: url(../images/icon/icon_another_gray.svg);
}
.p-content-days__tab .item.another.js-tab-active .in {
  border-color: #ECF6FF;
  background-color: #ECF6FF;
  background-image: url(../images/icon/icon_another_main.svg);
  color: #0A79C1;
}
.p-content-days__box {
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .p-content-days__box {
    padding: 50px 0;
  }
}
.p-content-days__ttl {
  border-top: 2px solid #959595;
  border-bottom: 2px solid #959595;
  text-align: center;
  padding: 10px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-content-days__ttl {
    padding: 15px;
    margin-bottom: 30px;
  }
}
.p-content-days__ttl .in {
  display: inline-block;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-content-days__ttl .in {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-content-days__ttl .in::before {
  content: "‟";
  margin-right: 5px;
}
.p-content-days__ttl .in::after {
  content: "“";
  margin-left: 5px;
}
.p-content-days__photo {
  position: relative;
  border: 3px solid #ffffff;
  border-radius: 10px;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.5);
  margin: 40px auto 50px;
}
@media screen and (min-width: 768px) {
  .p-content-days__photo {
    border: 5px solid #ffffff;
    margin: 60px auto 50px;
  }
}
.p-content-days__photo::before {
  content: '';
  width: 60px;
  height: 60px;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  left: calc(50% - 30px);
  background: url(../images/icon/icon_tree_w.svg) no-repeat center;
  background-size: 60% 60%;
  background-color: #959595;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-content-days__photo::before {
    width: 100px;
    height: 100px;
    top: -50px;
    left: calc(50% - 50px);
  }
}
.p-content-days__photo img {
  vertical-align: bottom;
  border-radius: 10px;
}

/*head=============*/
@media screen and (min-width: 768px) {
  .p-content-days-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.p-content-days-head .ttl {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-content-days-head .ttl {
    font-size: 30px;
    font-size: 1.875rem;
    text-align: left;
    margin-bottom: 0;
  }
}

/*album===============*/
.p-content-days-album {
  margin-bottom: 20px;
}
.p-content-days-album__ttl {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-content-days-album__ttl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    margin-bottom: 30px;
  }
}
.p-content-days-album__ttl .ttl {
  display: inline-block;
  font-size: 22px;
  font-size: 1.375rem;
  position: relative;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-content-days-album__ttl .ttl {
    font-size: 30px;
    font-size: 1.875rem;
    width: 30%;
  }
}
.p-content-days-album__ttl .ttl::before {
  content: '';
  background: #8EFFA0;
  position: absolute;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-content-days-album__ttl .ttl::before {
    height: 20px;
    bottom: -5px;
  }
}
.p-content-days-album__ttl .ttl .in {
  position: relative;
  z-index: 10;
}
.p-content-days-album__ttl .c-basic-txt, .p-content-days-album__ttl .p-basic-list__item, .p-content-days-album__ttl .p-ol-list__item, .p-content-days-album__ttl .p-ol-list--sub__item, .p-content-days-album__ttl .p-blog-page__content ul li, .p-blog-page__content ul .p-content-days-album__ttl li {
  text-align: left;
  padding-left: 10px;
  font-weight: bold;
}
.p-content-days-album__item {
  margin-bottom: 20px;
}
.p-content-days-album__item .ttl {
  color: #24AC3A;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-content-days-album__item .ttl {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-content-days-album__item .c-basic-txt, .p-content-days-album__item .p-basic-list__item, .p-content-days-album__item .p-ol-list__item, .p-content-days-album__item .p-ol-list--sub__item, .p-content-days-album__item .p-blog-page__content ul li, .p-blog-page__content ul .p-content-days-album__item li {
  max-width: 360px;
  margin: 5px auto 0;
  line-height: 1.6;
}
.p-content-days-album__photo {
  position: relative;
  border: 3px solid #ffffff;
  border-radius: 10px;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.5);
  margin: 0 auto 20px;
  max-width: 360px;
}
@media screen and (min-width: 768px) {
  .p-content-days-album__photo {
    border: 5px solid #ffffff;
  }
}
.p-content-days-album__photo img {
  border-radius: 10px;
  overflow: hidden;
  vertical-align: bottom;
}

/*色*/
.p-content-days__box.outdoors {
  background: #E9FFE5;
}
.p-content-days__box.outdoors .p-content-days__ttl {
  border-color: #24AC3A;
  color: #24AC3A;
}
.p-content-days__box.outdoors .p-content-days__photo::before {
  background-color: #24AC3A;
  background-image: url(../images/icon/icon_tree_w.svg);
}
.p-content-days__box.outdoors .p-content-days-album__ttl .ttl::before {
  background: #8EFFA0;
}
.p-content-days__box.outdoors .p-content-days-album__item .ttl {
  color: #24AC3A;
}
.p-content-days__box.life {
  background: #FFDDCC;
}
.p-content-days__box.life .p-content-days__ttl {
  border-color: #F0844E;
  color: #F0844E;
}
.p-content-days__box.life .p-content-days__photo::before {
  background-color: #F0844E;
  background-image: url(../images/icon/icon_life_w.svg);
}
.p-content-days__box.life .p-content-days-album__ttl .ttl::before {
  background: #ffaf87;
}
.p-content-days__box.life .p-content-days-album__item .ttl {
  color: #F0844E;
}
.p-content-days__box.event {
  background: #FFDFE5;
}
.p-content-days__box.event .p-content-days__ttl {
  border-color: #EA617C;
  color: #EA617C;
}
.p-content-days__box.event .p-content-days__photo::before {
  background-color: #EA617C;
  background-image: url(../images/icon/icon_event_w.svg);
}
.p-content-days__box.event .p-content-days-album__ttl .ttl::before {
  background: #ffc4d0;
}
.p-content-days__box.event .p-content-days-album__item .ttl {
  color: #EA617C;
}
.p-content-days__box.another {
  background: #ECF6FF;
}
.p-content-days__box.another .p-content-days__ttl {
  border-color: #0A79C1;
  color: #0A79C1;
}
.p-content-days__box.another .p-content-days__photo::before {
  background-color: #0A79C1;
  background-image: url(../images/icon/icon_another_w.svg);
}
.p-content-days__box.another .p-content-days-album__ttl .ttl::before {
  background: #8CD5FF;
}
.p-content-days__box.another .p-content-days-album__item .ttl {
  color: #0A79C1;
}

/*削除予定↑↑↑↑↑↑↑↑↑↑↑↑＝＝＝＝＝＝＝＝＝＝＝＝*/
/*=============
あおばなの1日
==============*/
.p-content-timeline__item {
  position: relative;
  background: url(../images/icon/icon_bottom_gray.svg) no-repeat bottom center;
  background-size: 40px 40px;
  padding-bottom: 45px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-content-timeline__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
.p-content-timeline__item:last-of-type {
  background: none;
}

.p-content-schedule {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-content-schedule {
    width: 100%;
  }
}
.p-content-schedule__ttl {
  background: #0A79C1;
  padding: 12px 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  color: #ffffff;
  line-height: 1.6;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-content-schedule__ttl {
    padding: 15px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-content-schedule__photo {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 10px auto;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #ffffff;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px) {
  .p-content-schedule__photo {
    margin: 0;
    margin-left: 5px;
  }
}
.p-content-schedule__photo img {
  width: 100%;
  vertical-align: bottom;
}
.p-content-schedule__photolist .photo {
  margin-bottom: 15px;
  text-align: center;
}
.p-content-schedule__photolist .photo img {
  width: 100%;
  max-width: 250px;
  border-radius: 5px;
  overflow: hidden;
  border: 2px solid #ffffff;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.5);
}
.p-content-schedule__photolist .text {
  text-align: center;
  color: #0A79C1;
  font-weight: bold;
  margin-top: 5px;
}
.p-content-schedule__in {
  border: 2px solid #cccccc;
  padding: 15px;
  border-radius: 10px;
  margin: 15px auto;
}

/* =========================================================
nursing - 居宅介護支援ページの独自コンテンツ
========================================================= */
/*=============
ご相談ください
==============*/
.p-nursing-consultation__ttl {
  border-top: 2px solid #0A79C1;
  border-bottom: 2px solid #0A79C1;
  margin: 10px auto  30px;
  padding: 15px;
  text-align: center;
  color: #0A79C1;
  font-weight: bold;
  line-height: 1.6;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-nursing-consultation__ttl {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 20px auto 50px;
  }
}
.p-nursing-consultation__step .text {
  background: #ECECEC;
  border-radius: 5px;
  padding: 15px;
  margin: 0 5px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-nursing-consultation__box {
  background: #FCFFE2;
  border-radius: 5px;
  padding: 20px 10px;
  margin: 28px auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-nursing-consultation__box {
    margin: 50px auto;
    padding: 40px 20px;
  }
}
.p-nursing-consultation__box::before {
  content: '';
  width: 40px;
  height: 40px;
  background: url(../images/icon/icon_arrow_bown_black.svg) no-repeat center;
  position: absolute;
  top: -30px;
  left: calc(50% - 20px);
}
@media screen and (min-width: 768px) {
  .p-nursing-consultation__box::before {
    width: 80px;
    height: 80px;
    top: -40px;
    left: calc(50% - 40px);
  }
}
@media screen and (min-width: 768px) {
  .p-nursing-consultation__box .box-text {
    width: calc(95% - 350px);
    padding: 25px 0 25px 20px;
  }
}
.p-nursing-consultation__box .box-text .ttl {
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.5;
}
.p-nursing-consultation__box .box-text .ttl::before {
  content: '';
  background: #ECFB85;
  position: absolute;
  width: 100%;
  height: 10px;
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-nursing-consultation__box .box-text .ttl::before {
    height: 20px;
    bottom: -5px;
  }
}
.p-nursing-consultation__box .box-text .ttl .in {
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-nursing-consultation__box .box-text .ttl .in {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-nursing-consultation__box .box-text .box-list {
  display: block;
}
.p-nursing-consultation__box .box-text .box-list .item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}
.p-nursing-consultation__box .box-text .box-list .item::before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #ECFB85;
  position: absolute;
  top: 6px;
  left: 0;
}
.p-nursing-consultation__box .box-photo {
  max-width: 330px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-nursing-consultation__box .box-photo {
    position: absolute;
    top: calc(50% - 130px);
    right: 5%;
  }
}

/*=============
ご利用方法
==============*/
@media screen and (min-width: 768px) {
  .p-nursing-howto__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.p-nursing-howto__item {
  margin-bottom: 20px;
  position: relative;
  padding-left: 20px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .p-nursing-howto__item {
    width: 25%;
    margin-bottom: 40px;
    padding: 30px 12px 0;
  }
}
.p-nursing-howto__item::after {
  content: none;
  width: 60px;
  height: 60px;
  display: block;
  background: url(../images/icon/icon_arrow_right_main.svg) no-repeat center;
  position: absolute;
  top: calc(50% - 30px);
  right: -40px;
  z-index: 50;
}
@media screen and (min-width: 768px) {
  .p-nursing-howto__item::after {
    content: '';
  }
}
.p-nursing-howto__item.no2::before {
  content: '';
  display: block;
  width: 32px;
  height: 26px;
  background: #91BADF;
  position: absolute;
  top: calc(50% - 13px);
  right: -1px;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-nursing-howto__item.no2::before {
    top: auto;
    bottom: -66px;
    right: calc(50% - 13px);
    width: 26px;
    height: 68px;
  }
}
.p-nursing-howto__item.no2 .p-howto::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 20px 30px 0;
  border-color: transparent #91BADF transparent transparent;
  position: absolute;
  top: calc(50% - 30px);
  right: -4px;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-nursing-howto__item.no2 .p-howto::after {
    top: auto;
    bottom: -2px;
    right: calc(50% - 30px);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 20px 30px;
    border-color: transparent transparent #91BADF transparent;
  }
}
.p-nursing-howto__item.no2 .p-howto::before {
  content: '';
  text-align: center;
  width: 26px;
  height: 500%;
  background: #91BADF;
  position: absolute;
  top: calc(50% - 13px);
  right: -34px;
  color: #ffffff;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-nursing-howto__item.no2 .p-howto::before {
    content: none;
  }
}
.p-nursing-howto__item.no4::before {
  content: none;
  display: block;
  position: absolute;
  bottom: -20px;
  right: 50%;
  width: 300%;
  height: 3px;
  border-radius: 5px;
  background: #0A79C1;
}
@media screen and (min-width: 768px) {
  .p-nursing-howto__item.no4::before {
    content: '';
  }
}
.p-nursing-howto__item.no4::after {
  top: auto;
  bottom: -20px;
  right: 50%;
  width: 3px;
  height: 50px;
  border-radius: 5px;
  background: #0A79C1;
}
.p-nursing-howto__item.no5::before {
  content: none;
  display: block;
  position: absolute;
  top: -23px;
  right: calc(50% - 30px);
  width: 60px;
  height: 60px;
  background: url(../images/icon/icon_arrow_bown02_main.svg) no-repeat center;
}
@media screen and (min-width: 768px) {
  .p-nursing-howto__item.no5::before {
    content: '';
  }
}
.p-nursing-howto__item.no8::before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background: #91BADF;
  position: absolute;
  top: calc(50% - 13px);
  right: 4px;
}
@media screen and (min-width: 768px) {
  .p-nursing-howto__item.no8::before {
    top: 0;
    right: calc(50% - 13px);
    width: 26px;
    height: 40px;
  }
}
.p-nursing-howto__item.no8::after {
  content: '再アセスメント';
  text-align: center;
  width: 26px;
  height: 592%;
  background: #91BADF;
  position: absolute;
  top: auto;
  bottom: calc(50% - 13px);
  right: -1px;
  color: #ffffff;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-nursing-howto__item.no8::after {
    width: 204%;
    height: 26px;
    bottom: auto;
    top: 0;
    right: calc(50%);
    line-height: 1.6;
  }
}
@media screen and (min-width: 768px) {
  .p-nursing-howto__item.no5, .p-nursing-howto__item.no6, .p-nursing-howto__item.no7, .p-nursing-howto__item.no8 {
    padding-top: 75px;
  }
}

.p-howto {
  border: 3px solid #0A79C1;
  height: 100%;
  border-radius: 10px;
  padding: 10px 11px 20px;
  padding-left: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-howto {
    padding: 70px 10px 30px;
  }
}
.p-howto .p-howto-no {
  position: relative;
  background: #0A79C1;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  position: absolute;
  top: calc(50% - 20px);
  left: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-howto .p-howto-no {
    width: 80px;
    height: 80px;
    top: -40px;
    left: calc(50% - 40px);
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-howto .p-howto-icon {
  width: 50px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  .p-howto .p-howto-icon {
    width: 100px;
    margin-bottom: 30px;
  }
}
.p-howto .p-howto-ttl {
  font-weight: bold;
  color: #0A79C1;
  font-size: 15px;
  font-size: 0.9375rem;
  margin-bottom: 10px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-howto .p-howto-ttl {
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-howto .p-howto-ttl .in {
  background: #ECFB85;
  padding: 0 2px;
}

/*=============
開示資料
==============*/
.p-nursing-data {
  margin-top: 3rem;
}
.p-nursing-data__box {
  margin-top: 2rem;
}
.p-nursing-data__list {
  display: inline-block;
  width: 100%;
}
.p-nursing-data__item {
  width: 100%;
  border-bottom: 2px solid #f5f4f4;
  padding-bottom: 10px;
  font-size: 14px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-nursing-data__item {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-nursing-data__content {
  display: flex;
  align-items: flex-start;
  position: relative;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .p-nursing-data__content {
    align-items: center;
  }
}
.p-nursing-data__content:before {
  content: "";
  background: url(../images/icon/icon_pdf.svg) no-repeat center;
  display: inline-block;
  width: 47px;
  height: 26px;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .p-nursing-data__content:before {
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
  }
}
.p-nursing-data__content a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.p-nursing-data__year {
  margin-right: 10px;
}

/* =========================================================
blog - 記事・ブログ関連
========================================================= */
/*記事一覧==================*/
.p-blog-list__item {
  margin-bottom: 10px;
}
.p-blog-list__link {
  display: block;
  position: relative;
  padding: 5px 10px 10px;
  text-align: left;
  background: url(../images/icon/icon_right_main.svg) no-repeat right 6px center;
  background-size: 12px 12px;
  padding-right: 24px;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  border-radius: 5px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-blog-list__link {
    padding: 15px;
    padding-left: 138px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-blog-list__date {
  display: inline-block;
  color: #333333;
  padding-right: 18px;
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-blog-list__date {
    position: absolute;
    top: 18px;
    left: 15px;
    margin-right: 5px;
  }
}
.p-blog-list__date::after {
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #CCCCCC;
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
}
.p-blog-list__ttl {
  display: block;
  width: 100%;
  color: #0A79C1;
}

/*記事一覧 のサイド==================*/
/*最近の投稿*/
.p-blog-side-recently {
  margin-bottom: 30px;
}
.p-blog-side-recently__ttl {
  background: #0A79C1;
  color: #ffffff;
  font-weight: bold;
  padding: 15px 10px;
  font-size: 15px;
  font-size: 0.9375rem;
}
.p-blog-side-recently__list {
  padding: 10px;
  background: #efefef;
}
.p-blog-side-recently__item {
  margin-bottom: 5px;
}
.p-blog-side-recently__item .link {
  display: block;
  border: 1px solid #cccccc;
  padding: 8px 10px;
  margin-bottom: 5px;
  border-radius: 10px;
  background: url(../images/icon/icon_right_main.svg) no-repeat right 5px center;
  background-size: 10px 10px;
  padding-right: 20px;
  background-color: #ffffff;
}
.p-blog-side-recently__contents .date {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #333333;
  margin-bottom: 5px;
}
.p-blog-side-recently__contents .ttl {
  display: block;
  color: #0A79C1;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
}

/*月別アーカイブ*/
.p-blog-side-month__ttl {
  background: #0A79C1;
  color: #ffffff;
  font-weight: bold;
  padding: 15px 10px;
  font-size: 15px;
  font-size: 0.9375rem;
}
.p-blog-side-month__contents {
  padding: 10px;
  background: #efefef;
}

/*記事詳細==================*/
.p-blog-page {
  border: 1px solid #dddddd;
  border-top: 3px solid #0A79C1;
  background: #ffffff;
  margin-bottom: 30px;
}
.p-blog-page__head {
  border-bottom: 1px dashed #cccccc;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .p-blog-page__head {
    padding: 15px;
  }
}
.p-blog-page__meta {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #666666;
  margin-bottom: 5px;
}
.p-blog-page__ttl {
  font-weight: bold;
  color: #0A79C1;
  line-height: 1.6;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-blog-page__ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-blog-page__content {
  padding: 10px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-blog-page__content {
    padding: 15px;
  }
}
.p-blog-page__content img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
.p-blog-page__content p {
  line-height: 1.8;
  letter-spacing: 1.5px;
  font-size: 14;
  color: #333333;
}
@media screen and (min-width: 768px) {
  .p-blog-page__content p {
    font-size: 15;
  }
}
.p-blog-page__content em {
  font-style: italic;
}
.p-blog-page__content strong {
  font-weight: bold;
}
.p-blog-page__content h2 {
  background: #eeeeee;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-blog-page__content h2 {
    padding: 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-blog-page__content h3 {
  font-size: 16px;
  font-size: 1rem;
  border: 2px solid #cccccc;
  padding: 5px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-blog-page__content h3 {
    padding: 10px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-blog-page__content h4 {
  font-size: 16px;
  font-size: 1rem;
  padding: 5px 0;
  font-weight: bold;
  border-bottom: 2px dotted #157FC3;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-blog-page__content h4 {
    padding: 10px 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-blog-page__content ul li {
  display: block;
  text-indent: -1.3rem;
  padding-left: 1rem;
  margin-bottom: 5px;
}
.p-blog-page__content ul li:before {
  content: "・";
  color: #0A79C1;
}
.p-blog-page__content table {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
.p-blog-page__content table th {
  background: #eeeeee;
  padding: 10px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.p-blog-page__content table td {
  padding: 10px;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.p-blog-page__content .wp-block-table.is-style-stripes table {
  border: none;
}
.p-blog-page__content .wp-block-table.is-style-stripes figcaption {
  text-align: center;
}

/* =========================================================
outline - 法人概要
========================================================= */
/*=========
事業案内
＝＝＝＝＝＝＝*/
.p-outline-corp {
  margin-bottom: 20px;
}
.p-outline-corp__photo {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-outline-corp__photo {
    padding-right: 20px;
  }
}

/*box*/
.p-outline-corp-box {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-outline-corp-box {
    margin-bottom: 40px;
  }
}
.p-outline-corp-box.house_nursing .p-outline-corp-box__ttl {
  position: relative;
}
.p-outline-corp-box__ttl {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #cccccc;
}
.p-outline-corp-box__ttl .sub {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  color: #0A79C1;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-outline-corp-box__ttl .sub {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-outline-corp-box__ttl .main {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: bold;
  color: #0A79C1;
}
@media screen and (min-width: 768px) {
  .p-outline-corp-box__ttl .main {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
.p-outline-corp-box__text {
  position: relative;
  color: #959595;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  padding-left: 15px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-outline-corp-box__text {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-outline-corp-box__text::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #959595;
  position: absolute;
  top: 7px;
  left: 0;
}
.p-outline-corp-box__num {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.p-outline-corp-box__num .ttl {
  width: 40px;
  text-align: center;
  background: #959595;
  border-radius: 5px;
  color: #ffffff;
  padding: 5px;
  margin-bottom: 10px;
  font-size: 12px;
  font-size: 0.75rem;
}
.p-outline-corp-box__num .text {
  width: calc(100% - 40px);
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 10px;
  margin-bottom: 10px;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .p-outline-corp-box__num .text {
    font-size: 22px;
    font-size: 1.375rem;
  }
}
.p-outline-corp-box__box {
  background: #DFF3FF;
  border-radius: 10px;
  padding: 10px 15px 8px;
}

/*access*/
.p-outline-access__text {
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
}

/*=============
開示資料
==============*/
.p-outline-data {
  margin-top: 3rem;
}
.p-outline-data__box {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-outline-data__box {
    margin-top: 1rem;
  }
}
.p-outline-data__list {
  display: inline-block;
  width: 100%;
}
.p-outline-data__item {
  width: 100%;
  border-bottom: 2px solid #f5f4f4;
  padding: 10px 0;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-outline-data__item {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-outline-data__content {
  display: flex;
  align-items: flex-start;
  position: relative;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
  .p-outline-data__content {
    align-items: center;
  }
}
.p-outline-data__content:before {
  content: "";
  background: url(../images/icon/icon_pdf.svg) no-repeat center;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .p-outline-data__content:before {
    width: 25px;
    height: 25px;
    margin-bottom: 5px;
  }
}
.p-outline-data__content a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.p-outline-data__year {
  margin-right: 10px;
}

/* =========================================================
sitemap - サイトマップページの独自コンテンツ
========================================================= */
/*box*/
.p-sitemap-box {
  margin-bottom: 20px;
  background: #D7EDFB;
  border-radius: 5px;
  padding: 15px 10px 10px;
}
@media screen and (min-width: 768px) {
  .p-sitemap-box {
    padding: 15px;
  }
}
.p-sitemap-box__main .link {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #0A79C1;
  background: url(../images/icon/icon_right_main.svg) no-repeat left center;
  background-size: 12px 12px;
  padding-left: 17px;
}
@media screen and (min-width: 768px) {
  .p-sitemap-box__main .link {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-sitemap-box__sub {
  margin-top: 10px;
}
.p-sitemap-box__sub .link {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #0A79C1;
  padding: 10px;
  margin-right: 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  background: url(../images/icon/icon_right_main.svg) no-repeat right 5px center;
  background-size: 10px 10px;
  padding-right: 20px;
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-sitemap-box__sub .link {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/* =========================================================
not_found -not_foundページの独自コンテンツ
========================================================= */
/* =========================================================
print - プリント表示に対する対応
========================================================= */
@media print {
  body::before {
    background: none;
  }

  .l-header,
  .l-footer {
    display: none !important;
  }

  .p-arrivals-search-page .l-main--row .l-main--right {
    width: 100% !important;
  }
  .p-arrivals-search-page .l-main--row .l-main--right .p-arrivals-box__contents {
    padding: 0 10px 10px;
  }
  .p-arrivals-search-page .l-main--row .l-main--right .p-arrivals-images::before {
    padding-top: 80%;
  }
  .p-arrivals-search-page .l-main--row .l-main--right .p-arrivals-box__images {
    width: 30%;
  }
  .p-arrivals-search-page .l-main--row .l-main--right .p-arrivals-box__info {
    width: 70%;
  }
  .p-arrivals-search-page .l-main--row .l-main--right .p-arrivals-box__link {
    display: none;
  }

  .c-main-ttl__in {
    font-size: 30px;
  }

  .l-main {
    max-width: 100% !important;
    margin: 0 auto;
  }

  .l-main--row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .l-main--row .l-main--left {
    width: calc(100% - 300px) !important;
    padding-right: 15px;
  }
  .l-main--row .slick-track, .l-main--row .slick-initialized .slick-slide {
    width: calc(100% - 300px) !important;
  }
  .l-main--row .l-side {
    max-width: 300px;
  }

  .jq-inview-fade {
    opacity: 1 !important;
    display: block !important;
    top: 0 !important;
  }

  .p-detail-images-print {
    display: block !important;
  }
  .p-detail-images-print__item {
    text-align: center;
    max-height: 500px;
    background: #ffffff;
  }
  .p-detail-images-print__in {
    max-height: 500px;
  }

  .c-table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  .c-table .c-th, .c-table .c-td {
    padding: 15px 10px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .c-table .c-th:first-of-type, .c-table .c-td:first-of-type {
    border-top: none;
  }
  .c-table .c-th {
    width: 15%;
  }
  .c-table .c-td {
    width: 85%;
  }
  .c-table.c-table--col4 .c-th {
    width: 15%;
  }
  .c-table.c-table--col4 .c-td {
    background: #ffffff;
    width: 35%;
  }
  .c-table.c-table--col4 .c-th, .c-table.c-table--col4 .c-td {
    display: block !important;
  }
  .c-table.c-table--col4 .c-th:first-of-type, .c-table.c-table--col4 .c-td:first-of-type {
    border-top: none;
  }
  .c-table.c-table--col4 .c-th:nth-of-type(2), .c-table.c-table--col4 .c-td:nth-of-type(2) {
    border-top: none;
  }
}
/* Utility
======================================= */
/* =========================================================
text - 文字の装飾など
========================================================= */
.u-fc-main {
  color: #0A79C1 !important;
}

.u-fc-white {
  color: #ffffff !important;
}

.u-fc-red {
  color: #c60d0d !important;
}

.u-fc-green {
  color: #766D44 !important;
}

.u-fc-blue {
  color: #2D83BA !important;
}

.u-fw-l {
  font-weight: lighter !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

.u-ta-l {
  text-align: left;
}

.u-ta-c {
  text-align: center;
}

.u-ta-r {
  text-align: right;
}

/* =========================================================
margin - 余白の調整
========================================================= */
.u-m-0 {
  margin: 0 !important;
}

.u-mt-0,
.u-my-0 {
  margin-top: 0 !important;
}

.u-mr-0,
.u-mx-0 {
  margin-right: 0 !important;
}

.u-mb-0,
.u-my-0 {
  margin-bottom: 0 !important;
}

.u-ml-0,
.u-mx-0 {
  margin-left: 0 !important;
}

.u-m-1 {
  margin: 0.5rem !important;
}

.u-mt-1,
.u-my-1 {
  margin-top: 0.5rem !important;
}

.u-mr-1,
.u-mx-1 {
  margin-right: 0.5rem !important;
}

.u-mb-1,
.u-my-1 {
  margin-bottom: 0.5rem !important;
}

.u-ml-1,
.u-mx-1 {
  margin-left: 0.5rem !important;
}

.u-m-2 {
  margin: 1rem !important;
}

.u-mt-2,
.u-my-2 {
  margin-top: 1rem !important;
}

.u-mr-2,
.u-mx-2 {
  margin-right: 1rem !important;
}

.u-mb-2,
.u-my-2 {
  margin-bottom: 1rem !important;
}

.u-ml-2,
.u-mx-2 {
  margin-left: 1rem !important;
}

.u-m-3 {
  margin: 1.5rem !important;
}

.u-mt-3,
.u-my-3 {
  margin-top: 1.5rem !important;
}

.u-mr-3,
.u-mx-3 {
  margin-right: 1.5rem !important;
}

.u-mb-3,
.u-my-3 {
  margin-bottom: 1.5rem !important;
}

.u-ml-3,
.u-mx-3 {
  margin-left: 1.5rem !important;
}

.u-m-4 {
  margin: 2rem !important;
}

.u-mt-4,
.u-my-4 {
  margin-top: 2rem !important;
}

.u-mr-4,
.u-mx-4 {
  margin-right: 2rem !important;
}

.u-mb-4,
.u-my-4 {
  margin-bottom: 2rem !important;
}

.u-ml-4,
.u-mx-4 {
  margin-left: 2rem !important;
}

.u-m-5 {
  margin: 3rem !important;
}

.u-mt-5,
.u-my-5 {
  margin-top: 3rem !important;
}

.u-mr-5,
.u-mx-5 {
  margin-right: 3rem !important;
}

.u-mb-5,
.u-my-5 {
  margin-bottom: 3rem !important;
}

.u-ml-5,
.u-mx-5 {
  margin-left: 3rem !important;
}

.u-p-0 {
  padding: 0 !important;
}

.u-pt-0,
.u-py-0 {
  padding-top: 0 !important;
}

.u-pr-0,
.u-px-0 {
  padding-right: 0 !important;
}

.u-pb-0,
.u-py-0 {
  padding-bottom: 0 !important;
}

.u-pl-0,
.u-px-0 {
  padding-left: 0 !important;
}

.u-p-1 {
  padding: 0.5rem !important;
}

.u-pt-1,
.u-py-1 {
  padding-top: 0.5rem !important;
}

.u-pr-1,
.u-px-1 {
  padding-right: 0.5rem !important;
}

.u-pb-1,
.u-py-1 {
  padding-bottom: 0.5rem !important;
}

.u-pl-1,
.u-px-1 {
  padding-left: 0.5rem !important;
}

.u-p-2 {
  padding: 1rem !important;
}

.u-pt-2,
.u-py-2 {
  padding-top: 1rem !important;
}

.u-pr-2,
.u-px-2 {
  padding-right: 1rem !important;
}

.u-pb-2,
.u-py-2 {
  padding-bottom: 1rem !important;
}

.u-pl-2,
.u-px-2 {
  padding-left: 1rem !important;
}

.u-p-3 {
  padding: 1.5rem !important;
}

.u-pt-3,
.u-py-3 {
  padding-top: 1.5rem !important;
}

.u-pr-3,
.u-px-3 {
  padding-right: 1.5rem !important;
}

.u-pb-3,
.u-py-3 {
  padding-bottom: 1.5rem !important;
}

.u-pl-3,
.u-px-3 {
  padding-left: 1.5rem !important;
}

.u-p-4 {
  padding: 2rem !important;
}

.u-pt-4,
.u-py-4 {
  padding-top: 2rem !important;
}

.u-pr-4,
.u-px-4 {
  padding-right: 2rem !important;
}

.u-pb-4,
.u-py-4 {
  padding-bottom: 2rem !important;
}

.u-pl-4,
.u-px-4 {
  padding-left: 2rem !important;
}

.u-p-5 {
  padding: 3rem !important;
}

.u-pt-5,
.u-py-5 {
  padding-top: 3rem !important;
}

.u-pr-5,
.u-px-5 {
  padding-right: 3rem !important;
}

.u-pb-5,
.u-py-5 {
  padding-bottom: 3rem !important;
}

.u-pl-5,
.u-px-5 {
  padding-left: 3rem !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mt-auto,
.u-my-auto {
  margin-top: auto !important;
}

.u-mr-auto,
.u-mx-auto {
  margin-right: auto !important;
}

.u-mb-auto,
.u-my-auto {
  margin-bottom: auto !important;
}

.u-ml-auto,
.u-mx-auto {
  margin-left: auto !important;
}

@media screen and (min-width: 576px) {
  .u-m-sm-0 {
    margin: 0 !important;
  }

  .u-mt-sm-0,
  .u-my-sm-0 {
    margin-top: 0 !important;
  }

  .u-mr-sm-0,
  .u-mx-sm-0 {
    margin-right: 0 !important;
  }

  .u-mb-sm-0,
  .u-my-sm-0 {
    margin-bottom: 0 !important;
  }

  .u-ml-sm-0,
  .u-mx-sm-0 {
    margin-left: 0 !important;
  }

  .u-m-sm-1 {
    margin: 0.5rem !important;
  }

  .u-mt-sm-1,
  .u-my-sm-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-sm-1,
  .u-mx-sm-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-sm-1,
  .u-my-sm-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-sm-1,
  .u-mx-sm-1 {
    margin-left: 0.5rem !important;
  }

  .u-m-sm-2 {
    margin: 1rem !important;
  }

  .u-mt-sm-2,
  .u-my-sm-2 {
    margin-top: 1rem !important;
  }

  .u-mr-sm-2,
  .u-mx-sm-2 {
    margin-right: 1rem !important;
  }

  .u-mb-sm-2,
  .u-my-sm-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-sm-2,
  .u-mx-sm-2 {
    margin-left: 1rem !important;
  }

  .u-m-sm-3 {
    margin: 1.5rem !important;
  }

  .u-mt-sm-3,
  .u-my-sm-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-sm-3,
  .u-mx-sm-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-sm-3,
  .u-my-sm-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-sm-3,
  .u-mx-sm-3 {
    margin-left: 1.5rem !important;
  }

  .u-m-sm-4 {
    margin: 2rem !important;
  }

  .u-mt-sm-4,
  .u-my-sm-4 {
    margin-top: 2rem !important;
  }

  .u-mr-sm-4,
  .u-mx-sm-4 {
    margin-right: 2rem !important;
  }

  .u-mb-sm-4,
  .u-my-sm-4 {
    margin-bottom: 2rem !important;
  }

  .u-ml-sm-4,
  .u-mx-sm-4 {
    margin-left: 2rem !important;
  }

  .u-m-sm-5 {
    margin: 3rem !important;
  }

  .u-mt-sm-5,
  .u-my-sm-5 {
    margin-top: 3rem !important;
  }

  .u-mr-sm-5,
  .u-mx-sm-5 {
    margin-right: 3rem !important;
  }

  .u-mb-sm-5,
  .u-my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .u-ml-sm-5,
  .u-mx-sm-5 {
    margin-left: 3rem !important;
  }

  .u-p-sm-0 {
    padding: 0 !important;
  }

  .u-pt-sm-0,
  .u-py-sm-0 {
    padding-top: 0 !important;
  }

  .u-pr-sm-0,
  .u-px-sm-0 {
    padding-right: 0 !important;
  }

  .u-pb-sm-0,
  .u-py-sm-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-sm-0,
  .u-px-sm-0 {
    padding-left: 0 !important;
  }

  .u-p-sm-1 {
    padding: 0.5rem !important;
  }

  .u-pt-sm-1,
  .u-py-sm-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-sm-1,
  .u-px-sm-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-sm-1,
  .u-py-sm-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-sm-1,
  .u-px-sm-1 {
    padding-left: 0.5rem !important;
  }

  .u-p-sm-2 {
    padding: 1rem !important;
  }

  .u-pt-sm-2,
  .u-py-sm-2 {
    padding-top: 1rem !important;
  }

  .u-pr-sm-2,
  .u-px-sm-2 {
    padding-right: 1rem !important;
  }

  .u-pb-sm-2,
  .u-py-sm-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-sm-2,
  .u-px-sm-2 {
    padding-left: 1rem !important;
  }

  .u-p-sm-3 {
    padding: 1.5rem !important;
  }

  .u-pt-sm-3,
  .u-py-sm-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-sm-3,
  .u-px-sm-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-sm-3,
  .u-py-sm-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-sm-3,
  .u-px-sm-3 {
    padding-left: 1.5rem !important;
  }

  .u-p-sm-4 {
    padding: 2rem !important;
  }

  .u-pt-sm-4,
  .u-py-sm-4 {
    padding-top: 2rem !important;
  }

  .u-pr-sm-4,
  .u-px-sm-4 {
    padding-right: 2rem !important;
  }

  .u-pb-sm-4,
  .u-py-sm-4 {
    padding-bottom: 2rem !important;
  }

  .u-pl-sm-4,
  .u-px-sm-4 {
    padding-left: 2rem !important;
  }

  .u-p-sm-5 {
    padding: 3rem !important;
  }

  .u-pt-sm-5,
  .u-py-sm-5 {
    padding-top: 3rem !important;
  }

  .u-pr-sm-5,
  .u-px-sm-5 {
    padding-right: 3rem !important;
  }

  .u-pb-sm-5,
  .u-py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .u-pl-sm-5,
  .u-px-sm-5 {
    padding-left: 3rem !important;
  }

  .u-m-sm-auto {
    margin: auto !important;
  }

  .u-mt-sm-auto,
  .u-my-sm-auto {
    margin-top: auto !important;
  }

  .u-mr-sm-auto,
  .u-mx-sm-auto {
    margin-right: auto !important;
  }

  .u-mb-sm-auto,
  .u-my-sm-auto {
    margin-bottom: auto !important;
  }

  .u-ml-sm-auto,
  .u-mx-sm-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .u-m-md-0 {
    margin: 0 !important;
  }

  .u-mt-md-0,
  .u-my-md-0 {
    margin-top: 0 !important;
  }

  .u-mr-md-0,
  .u-mx-md-0 {
    margin-right: 0 !important;
  }

  .u-mb-md-0,
  .u-my-md-0 {
    margin-bottom: 0 !important;
  }

  .u-ml-md-0,
  .u-mx-md-0 {
    margin-left: 0 !important;
  }

  .u-m-md-1 {
    margin: 0.5rem !important;
  }

  .u-mt-md-1,
  .u-my-md-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-md-1,
  .u-mx-md-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-md-1,
  .u-my-md-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-md-1,
  .u-mx-md-1 {
    margin-left: 0.5rem !important;
  }

  .u-m-md-2 {
    margin: 1rem !important;
  }

  .u-mt-md-2,
  .u-my-md-2 {
    margin-top: 1rem !important;
  }

  .u-mr-md-2,
  .u-mx-md-2 {
    margin-right: 1rem !important;
  }

  .u-mb-md-2,
  .u-my-md-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-md-2,
  .u-mx-md-2 {
    margin-left: 1rem !important;
  }

  .u-m-md-3 {
    margin: 1.5rem !important;
  }

  .u-mt-md-3,
  .u-my-md-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-md-3,
  .u-mx-md-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-md-3,
  .u-my-md-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-md-3,
  .u-mx-md-3 {
    margin-left: 1.5rem !important;
  }

  .u-m-md-4 {
    margin: 2rem !important;
  }

  .u-mt-md-4,
  .u-my-md-4 {
    margin-top: 2rem !important;
  }

  .u-mr-md-4,
  .u-mx-md-4 {
    margin-right: 2rem !important;
  }

  .u-mb-md-4,
  .u-my-md-4 {
    margin-bottom: 2rem !important;
  }

  .u-ml-md-4,
  .u-mx-md-4 {
    margin-left: 2rem !important;
  }

  .u-m-md-5 {
    margin: 3rem !important;
  }

  .u-mt-md-5,
  .u-my-md-5 {
    margin-top: 3rem !important;
  }

  .u-mr-md-5,
  .u-mx-md-5 {
    margin-right: 3rem !important;
  }

  .u-mb-md-5,
  .u-my-md-5 {
    margin-bottom: 3rem !important;
  }

  .u-ml-md-5,
  .u-mx-md-5 {
    margin-left: 3rem !important;
  }

  .u-p-md-0 {
    padding: 0 !important;
  }

  .u-pt-md-0,
  .u-py-md-0 {
    padding-top: 0 !important;
  }

  .u-pr-md-0,
  .u-px-md-0 {
    padding-right: 0 !important;
  }

  .u-pb-md-0,
  .u-py-md-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-md-0,
  .u-px-md-0 {
    padding-left: 0 !important;
  }

  .u-p-md-1 {
    padding: 0.5rem !important;
  }

  .u-pt-md-1,
  .u-py-md-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-md-1,
  .u-px-md-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-md-1,
  .u-py-md-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-md-1,
  .u-px-md-1 {
    padding-left: 0.5rem !important;
  }

  .u-p-md-2 {
    padding: 1rem !important;
  }

  .u-pt-md-2,
  .u-py-md-2 {
    padding-top: 1rem !important;
  }

  .u-pr-md-2,
  .u-px-md-2 {
    padding-right: 1rem !important;
  }

  .u-pb-md-2,
  .u-py-md-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-md-2,
  .u-px-md-2 {
    padding-left: 1rem !important;
  }

  .u-p-md-3 {
    padding: 1.5rem !important;
  }

  .u-pt-md-3,
  .u-py-md-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-md-3,
  .u-px-md-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-md-3,
  .u-py-md-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-md-3,
  .u-px-md-3 {
    padding-left: 1.5rem !important;
  }

  .u-p-md-4 {
    padding: 2rem !important;
  }

  .u-pt-md-4,
  .u-py-md-4 {
    padding-top: 2rem !important;
  }

  .u-pr-md-4,
  .u-px-md-4 {
    padding-right: 2rem !important;
  }

  .u-pb-md-4,
  .u-py-md-4 {
    padding-bottom: 2rem !important;
  }

  .u-pl-md-4,
  .u-px-md-4 {
    padding-left: 2rem !important;
  }

  .u-p-md-5 {
    padding: 3rem !important;
  }

  .u-pt-md-5,
  .u-py-md-5 {
    padding-top: 3rem !important;
  }

  .u-pr-md-5,
  .u-px-md-5 {
    padding-right: 3rem !important;
  }

  .u-pb-md-5,
  .u-py-md-5 {
    padding-bottom: 3rem !important;
  }

  .u-pl-md-5,
  .u-px-md-5 {
    padding-left: 3rem !important;
  }

  .u-m-md-auto {
    margin: auto !important;
  }

  .u-mt-md-auto,
  .u-my-md-auto {
    margin-top: auto !important;
  }

  .u-mr-md-auto,
  .u-mx-md-auto {
    margin-right: auto !important;
  }

  .u-mb-md-auto,
  .u-my-md-auto {
    margin-bottom: auto !important;
  }

  .u-ml-md-auto,
  .u-mx-md-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 992px) {
  .u-m-lg-0 {
    margin: 0 !important;
  }

  .u-mt-lg-0,
  .u-my-lg-0 {
    margin-top: 0 !important;
  }

  .u-mr-lg-0,
  .u-mx-lg-0 {
    margin-right: 0 !important;
  }

  .u-mb-lg-0,
  .u-my-lg-0 {
    margin-bottom: 0 !important;
  }

  .u-ml-lg-0,
  .u-mx-lg-0 {
    margin-left: 0 !important;
  }

  .u-m-lg-1 {
    margin: 0.5rem !important;
  }

  .u-mt-lg-1,
  .u-my-lg-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-lg-1,
  .u-mx-lg-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-lg-1,
  .u-my-lg-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-lg-1,
  .u-mx-lg-1 {
    margin-left: 0.5rem !important;
  }

  .u-m-lg-2 {
    margin: 1rem !important;
  }

  .u-mt-lg-2,
  .u-my-lg-2 {
    margin-top: 1rem !important;
  }

  .u-mr-lg-2,
  .u-mx-lg-2 {
    margin-right: 1rem !important;
  }

  .u-mb-lg-2,
  .u-my-lg-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-lg-2,
  .u-mx-lg-2 {
    margin-left: 1rem !important;
  }

  .u-m-lg-3 {
    margin: 1.5rem !important;
  }

  .u-mt-lg-3,
  .u-my-lg-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-lg-3,
  .u-mx-lg-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-lg-3,
  .u-my-lg-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-lg-3,
  .u-mx-lg-3 {
    margin-left: 1.5rem !important;
  }

  .u-m-lg-4 {
    margin: 2rem !important;
  }

  .u-mt-lg-4,
  .u-my-lg-4 {
    margin-top: 2rem !important;
  }

  .u-mr-lg-4,
  .u-mx-lg-4 {
    margin-right: 2rem !important;
  }

  .u-mb-lg-4,
  .u-my-lg-4 {
    margin-bottom: 2rem !important;
  }

  .u-ml-lg-4,
  .u-mx-lg-4 {
    margin-left: 2rem !important;
  }

  .u-m-lg-5 {
    margin: 3rem !important;
  }

  .u-mt-lg-5,
  .u-my-lg-5 {
    margin-top: 3rem !important;
  }

  .u-mr-lg-5,
  .u-mx-lg-5 {
    margin-right: 3rem !important;
  }

  .u-mb-lg-5,
  .u-my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .u-ml-lg-5,
  .u-mx-lg-5 {
    margin-left: 3rem !important;
  }

  .u-p-lg-0 {
    padding: 0 !important;
  }

  .u-pt-lg-0,
  .u-py-lg-0 {
    padding-top: 0 !important;
  }

  .u-pr-lg-0,
  .u-px-lg-0 {
    padding-right: 0 !important;
  }

  .u-pb-lg-0,
  .u-py-lg-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-lg-0,
  .u-px-lg-0 {
    padding-left: 0 !important;
  }

  .u-p-lg-1 {
    padding: 0.5rem !important;
  }

  .u-pt-lg-1,
  .u-py-lg-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-lg-1,
  .u-px-lg-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-lg-1,
  .u-py-lg-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-lg-1,
  .u-px-lg-1 {
    padding-left: 0.5rem !important;
  }

  .u-p-lg-2 {
    padding: 1rem !important;
  }

  .u-pt-lg-2,
  .u-py-lg-2 {
    padding-top: 1rem !important;
  }

  .u-pr-lg-2,
  .u-px-lg-2 {
    padding-right: 1rem !important;
  }

  .u-pb-lg-2,
  .u-py-lg-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-lg-2,
  .u-px-lg-2 {
    padding-left: 1rem !important;
  }

  .u-p-lg-3 {
    padding: 1.5rem !important;
  }

  .u-pt-lg-3,
  .u-py-lg-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-lg-3,
  .u-px-lg-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-lg-3,
  .u-py-lg-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-lg-3,
  .u-px-lg-3 {
    padding-left: 1.5rem !important;
  }

  .u-p-lg-4 {
    padding: 2rem !important;
  }

  .u-pt-lg-4,
  .u-py-lg-4 {
    padding-top: 2rem !important;
  }

  .u-pr-lg-4,
  .u-px-lg-4 {
    padding-right: 2rem !important;
  }

  .u-pb-lg-4,
  .u-py-lg-4 {
    padding-bottom: 2rem !important;
  }

  .u-pl-lg-4,
  .u-px-lg-4 {
    padding-left: 2rem !important;
  }

  .u-p-lg-5 {
    padding: 3rem !important;
  }

  .u-pt-lg-5,
  .u-py-lg-5 {
    padding-top: 3rem !important;
  }

  .u-pr-lg-5,
  .u-px-lg-5 {
    padding-right: 3rem !important;
  }

  .u-pb-lg-5,
  .u-py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .u-pl-lg-5,
  .u-px-lg-5 {
    padding-left: 3rem !important;
  }

  .u-m-lg-auto {
    margin: auto !important;
  }

  .u-mt-lg-auto,
  .u-my-lg-auto {
    margin-top: auto !important;
  }

  .u-mr-lg-auto,
  .u-mx-lg-auto {
    margin-right: auto !important;
  }

  .u-mb-lg-auto,
  .u-my-lg-auto {
    margin-bottom: auto !important;
  }

  .u-ml-lg-auto,
  .u-mx-lg-auto {
    margin-left: auto !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-m-xl-0 {
    margin: 0 !important;
  }

  .u-mt-xl-0,
  .u-my-xl-0 {
    margin-top: 0 !important;
  }

  .u-mr-xl-0,
  .u-mx-xl-0 {
    margin-right: 0 !important;
  }

  .u-mb-xl-0,
  .u-my-xl-0 {
    margin-bottom: 0 !important;
  }

  .u-ml-xl-0,
  .u-mx-xl-0 {
    margin-left: 0 !important;
  }

  .u-m-xl-1 {
    margin: 0.5rem !important;
  }

  .u-mt-xl-1,
  .u-my-xl-1 {
    margin-top: 0.5rem !important;
  }

  .u-mr-xl-1,
  .u-mx-xl-1 {
    margin-right: 0.5rem !important;
  }

  .u-mb-xl-1,
  .u-my-xl-1 {
    margin-bottom: 0.5rem !important;
  }

  .u-ml-xl-1,
  .u-mx-xl-1 {
    margin-left: 0.5rem !important;
  }

  .u-m-xl-2 {
    margin: 1rem !important;
  }

  .u-mt-xl-2,
  .u-my-xl-2 {
    margin-top: 1rem !important;
  }

  .u-mr-xl-2,
  .u-mx-xl-2 {
    margin-right: 1rem !important;
  }

  .u-mb-xl-2,
  .u-my-xl-2 {
    margin-bottom: 1rem !important;
  }

  .u-ml-xl-2,
  .u-mx-xl-2 {
    margin-left: 1rem !important;
  }

  .u-m-xl-3 {
    margin: 1.5rem !important;
  }

  .u-mt-xl-3,
  .u-my-xl-3 {
    margin-top: 1.5rem !important;
  }

  .u-mr-xl-3,
  .u-mx-xl-3 {
    margin-right: 1.5rem !important;
  }

  .u-mb-xl-3,
  .u-my-xl-3 {
    margin-bottom: 1.5rem !important;
  }

  .u-ml-xl-3,
  .u-mx-xl-3 {
    margin-left: 1.5rem !important;
  }

  .u-m-xl-4 {
    margin: 2rem !important;
  }

  .u-mt-xl-4,
  .u-my-xl-4 {
    margin-top: 2rem !important;
  }

  .u-mr-xl-4,
  .u-mx-xl-4 {
    margin-right: 2rem !important;
  }

  .u-mb-xl-4,
  .u-my-xl-4 {
    margin-bottom: 2rem !important;
  }

  .u-ml-xl-4,
  .u-mx-xl-4 {
    margin-left: 2rem !important;
  }

  .u-m-xl-5 {
    margin: 3rem !important;
  }

  .u-mt-xl-5,
  .u-my-xl-5 {
    margin-top: 3rem !important;
  }

  .u-mr-xl-5,
  .u-mx-xl-5 {
    margin-right: 3rem !important;
  }

  .u-mb-xl-5,
  .u-my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .u-ml-xl-5,
  .u-mx-xl-5 {
    margin-left: 3rem !important;
  }

  .u-p-xl-0 {
    padding: 0 !important;
  }

  .u-pt-xl-0,
  .u-py-xl-0 {
    padding-top: 0 !important;
  }

  .u-pr-xl-0,
  .u-px-xl-0 {
    padding-right: 0 !important;
  }

  .u-pb-xl-0,
  .u-py-xl-0 {
    padding-bottom: 0 !important;
  }

  .u-pl-xl-0,
  .u-px-xl-0 {
    padding-left: 0 !important;
  }

  .u-p-xl-1 {
    padding: 0.5rem !important;
  }

  .u-pt-xl-1,
  .u-py-xl-1 {
    padding-top: 0.5rem !important;
  }

  .u-pr-xl-1,
  .u-px-xl-1 {
    padding-right: 0.5rem !important;
  }

  .u-pb-xl-1,
  .u-py-xl-1 {
    padding-bottom: 0.5rem !important;
  }

  .u-pl-xl-1,
  .u-px-xl-1 {
    padding-left: 0.5rem !important;
  }

  .u-p-xl-2 {
    padding: 1rem !important;
  }

  .u-pt-xl-2,
  .u-py-xl-2 {
    padding-top: 1rem !important;
  }

  .u-pr-xl-2,
  .u-px-xl-2 {
    padding-right: 1rem !important;
  }

  .u-pb-xl-2,
  .u-py-xl-2 {
    padding-bottom: 1rem !important;
  }

  .u-pl-xl-2,
  .u-px-xl-2 {
    padding-left: 1rem !important;
  }

  .u-p-xl-3 {
    padding: 1.5rem !important;
  }

  .u-pt-xl-3,
  .u-py-xl-3 {
    padding-top: 1.5rem !important;
  }

  .u-pr-xl-3,
  .u-px-xl-3 {
    padding-right: 1.5rem !important;
  }

  .u-pb-xl-3,
  .u-py-xl-3 {
    padding-bottom: 1.5rem !important;
  }

  .u-pl-xl-3,
  .u-px-xl-3 {
    padding-left: 1.5rem !important;
  }

  .u-p-xl-4 {
    padding: 2rem !important;
  }

  .u-pt-xl-4,
  .u-py-xl-4 {
    padding-top: 2rem !important;
  }

  .u-pr-xl-4,
  .u-px-xl-4 {
    padding-right: 2rem !important;
  }

  .u-pb-xl-4,
  .u-py-xl-4 {
    padding-bottom: 2rem !important;
  }

  .u-pl-xl-4,
  .u-px-xl-4 {
    padding-left: 2rem !important;
  }

  .u-p-xl-5 {
    padding: 3rem !important;
  }

  .u-pt-xl-5,
  .u-py-xl-5 {
    padding-top: 3rem !important;
  }

  .u-pr-xl-5,
  .u-px-xl-5 {
    padding-right: 3rem !important;
  }

  .u-pb-xl-5,
  .u-py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .u-pl-xl-5,
  .u-px-xl-5 {
    padding-left: 3rem !important;
  }

  .u-m-xl-auto {
    margin: auto !important;
  }

  .u-mt-xl-auto,
  .u-my-xl-auto {
    margin-top: auto !important;
  }

  .u-mr-xl-auto,
  .u-mx-xl-auto {
    margin-right: auto !important;
  }

  .u-mb-xl-auto,
  .u-my-xl-auto {
    margin-bottom: auto !important;
  }

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

@media screen and (min-width: 768px) {
  .sp-show {
    display: none !important;
  }
}

.u-none {
  display: none !important;
}

.u-inline {
  display: inline !important;
}

.u-inline-block {
  display: inline-block !important;
}

.u-block {
  display: block !important;
}

.u-table {
  display: table !important;
}

.u-table-row {
  display: table-row !important;
}

.u-table-cell {
  display: table-cell !important;
}

.u-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.u-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media screen and (min-width: 576px) {
  .u-sm-none {
    display: none !important;
  }

  .u-sm-inline {
    display: inline !important;
  }

  .u-sm-inline-block {
    display: inline-block !important;
  }

  .u-sm-block {
    display: block !important;
  }

  .u-sm-table {
    display: table !important;
  }

  .u-sm-table-row {
    display: table-row !important;
  }

  .u-sm-table-cell {
    display: table-cell !important;
  }

  .u-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 768px) {
  .u-mu-none {
    display: none !important;
  }

  .u-mu-inline {
    display: inline !important;
  }

  .u-mu-inline-block {
    display: inline-block !important;
  }

  .u-mu-block {
    display: block !important;
  }

  .u-mu-table {
    display: table !important;
  }

  .u-mu-table-row {
    display: table-row !important;
  }

  .u-mu-table-cell {
    display: table-cell !important;
  }

  .u-mu-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-mu-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 992px) {
  .u-lg-none {
    display: none !important;
  }

  .u-lg-inline {
    display: inline !important;
  }

  .u-lg-inline-block {
    display: inline-block !important;
  }

  .u-lg-block {
    display: block !important;
  }

  .u-lg-table {
    display: table !important;
  }

  .u-lg-table-row {
    display: table-row !important;
  }

  .u-lg-table-cell {
    display: table-cell !important;
  }

  .u-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-xl-none {
    display: none !important;
  }

  .u-xl-inline {
    display: inline !important;
  }

  .u-xl-inline-block {
    display: inline-block !important;
  }

  .u-xl-block {
    display: block !important;
  }

  .u-xl-table {
    display: table !important;
  }

  .u-xl-table-row {
    display: table-row !important;
  }

  .u-xl-table-cell {
    display: table-cell !important;
  }

  .u-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .u-print-none {
    display: none !important;
  }

  .u-print-inline {
    display: inline !important;
  }

  .u-print-inline-block {
    display: inline-block !important;
  }

  .u-print-block {
    display: block !important;
  }

  .u-print-table {
    display: table !important;
  }

  .u-print-table-row {
    display: table-row !important;
  }

  .u-print-table-cell {
    display: table-cell !important;
  }

  .u-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .u-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
/* =========================================================
flex - flexを使った位置調整など
========================================================= */
.u-flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.u-flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.u-flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.u-flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.u-flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.u-flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.u-flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.u-flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.u-flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.u-flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.u-flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.u-flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.u-justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.u-justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.u-justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.u-justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.u-justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.u-align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.u-align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.u-align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.u-align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.u-align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.u-align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.u-align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.u-align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.u-align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.u-align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.u-align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.u-align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.u-align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.u-align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.u-align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.u-align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.u-align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media screen and (min-width: 576px) {
  .u-flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .u-flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 992px) {
  .u-flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .u-flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .u-flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .u-flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .u-flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .u-flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .u-flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .u-flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }

  .u-flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }

  .u-flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }

  .u-flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }

  .u-flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }

  .u-justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .u-justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .u-justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .u-justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .u-justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .u-align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .u-align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .u-align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .u-align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .u-align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .u-align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .u-align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .u-align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .u-align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .u-align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .u-align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .u-align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .u-align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .u-align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .u-align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .u-align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .u-align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
</pre></body></html>