@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;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

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

img {
  image-rendering: -webkit-optimize-contrast;
}

/*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 {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .l-container, .l-main--col2, .l-main--col3 {
    max-width: 1240px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .l-container--fluid-md {
    max-width: 100% !important;
    padding: 0;
  }
}
.l-container--mini {
  max-width: 800px;
}

/* =========================================================
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;
}
/*グリッドの外側＝＝＝＝＝＝＝＝*/
.l-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}

/*隙間なし＝＝＝＝＝＝＝＝*/
.l-row--no-gutters {
  margin-right: 0;
  margin-left: 0;
}

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

.l-row__col,
.l-row__col--auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--sm,
.l-row__col--sm-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--md,
.l-row__col--md-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--lg,
.l-row__col--lg-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--xl,
.l-row__col--xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.l-row__col--1,
.l-row__col--sm-1,
.l-row__col--md-1,
.l-row__col--lg-1,
.l-row__col--xl-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

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

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

.l-row__col--2,
.l-row__col--sm-2,
.l-row__col--md-2,
.l-row__col--lg-2,
.l-row__col--xl-2 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

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

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

.l-row__col--3,
.l-row__col--sm-3,
.l-row__col--md-3,
.l-row__col--lg-3,
.l-row__col--xl-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

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

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

.l-row__col--4,
.l-row__col--sm-4,
.l-row__col--md-4,
.l-row__col--lg-4,
.l-row__col--xl-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

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

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

.l-row__col--5,
.l-row__col--sm-5,
.l-row__col--md-5,
.l-row__col--lg-5,
.l-row__col--xl-5 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

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

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

.l-row__col--6,
.l-row__col--sm-6,
.l-row__col--md-6,
.l-row__col--lg-6,
.l-row__col--xl-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

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

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

.l-row__col--7,
.l-row__col--sm-7,
.l-row__col--md-7,
.l-row__col--lg-7,
.l-row__col--xl-7 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

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

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

.l-row__col--8,
.l-row__col--sm-8,
.l-row__col--md-8,
.l-row__col--lg-8,
.l-row__col--xl-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

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

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

.l-row__col--9,
.l-row__col--sm-9,
.l-row__col--md-9,
.l-row__col--lg-9,
.l-row__col--xl-9 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

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

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

.l-row__col--10,
.l-row__col--sm-10,
.l-row__col--md-10,
.l-row__col--lg-10,
.l-row__col--xl-10 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

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

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

.l-row__col--11,
.l-row__col--sm-11,
.l-row__col--md-11,
.l-row__col--lg-11,
.l-row__col--xl-11 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

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

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

.l-row__col--12,
.l-row__col--sm-12,
.l-row__col--md-12,
.l-row__col--lg-12,
.l-row__col--xl-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

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

.l-row__col--offset-12 {
  margin-left: 100%;
}

.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--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;
}

@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.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .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.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .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.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .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.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

  .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-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .l-row__col--offset-sm-12 {
    margin-left: 100%;
  }
}
@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.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .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.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .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.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .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.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

  .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-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .l-row__col--offset-md-12 {
    margin-left: 100%;
  }
}
@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.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .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.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .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.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .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.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

  .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-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .l-row__col--offset-lg-12 {
    margin-left: 100%;
  }
}
@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.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

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

  .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.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

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

  .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.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

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

  .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.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

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

  .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-0 {
    margin-left: 0%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .l-row__col--offset-xl-12 {
    margin-left: 100%;
  }
}
.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 -  共通レイアウトの記述
========================================================= */
/*==================================
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: 120px;
}
@media screen and (min-width: 768px) {
  .l-main--col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -moz-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .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% - 240px);
  }
}
@media screen and (min-width: 768px) {
  .l-main--col2 .l-side {
    width: 200px;
  }
}

/* 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;
  width: 100%;
  height: 60px;
  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: 992px) {
  .c-header {
    height: auto;
    display: block;
  }
}
.c-header__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  padding: 5px 0;
}
@media screen and (min-width: 992px) {
  .c-header__in {
    padding: 10px 0;
  }
}

/*logo======*/
.c-header-logo__link {
  width: 200px;
}
@media screen and (min-width: 992px) {
  .c-header-logo__link {
    width: 300px;
  }
}

/*info===============*/
.c-header-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.c-header-info__contact {
  display: none;
  max-width: 340px;
  margin-right: 20px;
}
@media screen and (min-width: 992px) {
  .c-header-info__contact {
    display: block;
  }
}
.c-header-info__contact .ttl {
  background: #009342;
  border-radius: 20px;
  padding: 8px 5px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #ffffff;
}
.c-header-info__contact .data {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
}
.c-header-info__contact .data .shop-tel {
  background: #f88200;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 15px;
  font-weight: bold;
  height: 62px;
  width: 67%;
  margin: 0 3% 0 0;
}
.c-header-info__contact .data .shop-tel .name {
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  padding-bottom: 5px;
}
.c-header-info__contact .data .shop-tel .tel {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
}
.c-header-info__contact .data .shop-mail {
  background: #ea5822;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px;
  height: 62px;
  width: 30%;
}
.c-header-info__contact .data .shop-mail .in {
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
  padding-top: 25px;
  background: url(../images/icon/icon_mail_w.svg) no-repeat top center;
  background-size: 25px 25px;
}
.c-header-info__contact .data .shop-data {
  padding-top: 5px;
  width: 100%;
  font-weight: bold;
  font-size: 12px;
  font-size: 0.75rem;
}
.c-header-info__tirashi {
  position: fixed;
  top: 0;
  right: 56px;
  z-index: 50;
}
@media screen and (min-width: 992px) {
  .c-header-info__tirashi {
    position: relative;
    top: auto;
    right: auto;
  }
}
.c-header-info__tirashi a {
  display: block;
  background: #e72026;
  width: 60px;
  height: 60px;
  padding: 8px 5px;
}
@media screen and (min-width: 992px) {
  .c-header-info__tirashi a {
    width: 115px;
    height: 115px;
    padding: 14px 10px;
    border-radius: 5px;
  }
}
.c-header-info__tirashi a img {
  width: 100%;
}

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

.c-pagetop-btn {
  text-decoration: none;
  position: relative;
  display: block;
  z-index: 50;
  padding: 10px 0;
  text-align: center;
}
.c-pagetop-btn__in {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: url(../images/icon/icon_up_gray.svg) no-repeat center;
  background-size: 60% 60%;
  background-color: #ffffff;
}
@media screen and (min-width: 992px) {
  .c-pagetop-btn__in {
    width: 80px;
    height: 80px;
  }
}

/* =========================================================
footer - footer関連全てココ
========================================================= */
.c-footer {
  border-top: 15px solid #fe5959;
  background: #ffffff;
  margin-bottom: 110px;
}
@media screen and (min-width: 992px) {
  .c-footer {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .c-footer__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;
    padding: 30px 0;
  }
}

/*head=========*/
.c-footer-head {
  padding: 30px 0;
}
@media screen and (min-width: 992px) {
  .c-footer-head {
    padding: 0;
  }
}

/*logo=======*/
.c-footer-logo {
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .c-footer-logo {
    text-align: left;
    padding-bottom: 30px;
  }
}
.c-footer-logo__link {
  display: inline-block;
  width: 100%;
  padding-bottom: 5px;
}
.c-footer-logo__link img {
  max-width: 250px;
  width: 100%;
}

/*shop===========*/
.c-footer-shop {
  border: 1px solid #f88200;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .c-footer-shop {
    text-align: left;
    max-width: 500px;
  }
}
.c-footer-shop__ttl {
  background: #f88200;
  padding: 10px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.c-footer-shop__info {
  position: relative;
  padding: 15px;
}
@media screen and (min-width: 992px) {
  .c-footer-shop__info {
    padding-right: 170px;
  }
}
.c-footer-shop__tel {
  padding-bottom: 10px;
}
.c-footer-shop__tel a {
  display: inline-block;
  font-weight: bold;
  color: #f88200;
  font-size: 35px;
  font-size: 2.1875rem;
}
.c-footer-shop__text {
  padding-bottom: 15px;
}
.c-footer-shop .shop-mail {
  background: #ea5822;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px;
  height: 62px;
}
@media screen and (min-width: 992px) {
  .c-footer-shop .shop-mail {
    position: absolute;
    top: 10px;
    right: 10px;
  }
}
.c-footer-shop .shop-mail .in {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  padding-top: 30px;
  background: url(../images/icon/icon_mail_w.svg) no-repeat top center;
  background-size: 25px 25px;
}

/*nav============*/
.c-footer-nav {
  display: none;
}
@media screen and (min-width: 992px) {
  .c-footer-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.c-footer-nav__list {
  padding-left: 10px;
}
.c-footer-nav__item {
  padding-bottom: 20px;
}
.c-footer-nav__link {
  position: relative;
  display: inline-block;
  font-weight: bold;
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  padding-left: 15px;
}
.c-footer-nav__link:before {
  content: '';
  display: block;
  width: 10px;
  height: 2px;
  background: #000000;
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
}

/*コピーライト＝＝＝＝＝＝＝＝＝*/
.c-footer-copy {
  background: #e72026;
  text-align: center;
  padding: 10px 0;
}
.c-footer-copy__text {
  font-size: 10px;
  font-size: 0.625rem;
  color: #ffffff;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .c-footer-copy__text {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/*fix menu=============*/
.c-fix-menu {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 110px;
  background: #e72026;
  transition: .5s;
  z-index: 10;
  padding-top: 5px;
}
@media screen and (min-width: 992px) {
  .c-fix-menu {
    display: none;
  }
}
.c-fix-menu.active {
  bottom: 0;
}
.c-fix-menu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.c-fix-menu__item {
  width: 33.3%;
  padding: 0 5px;
}
.c-fix-menu__link {
  display: block;
  border: 5px solid #ea5822;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.7);
  text-align: center;
}
.c-fix-menu__link img {
  max-height: 85px;
}
.c-fix-menu__link.tel {
  border-color: #691a80;
}
.c-fix-menu__link.mail {
  border-color: #ea5822;
}
.c-fix-menu__link.line {
  border-color: #00b900;
}

/* =========================================================
navigation - グローバルナビ SPメニュー　内部リンク
========================================================= */
/* =================================
  ■【PC】グローバルナビ
=================================*/
.c-gnav {
  display: none;
  background: #fe5959;
}
@media screen and (min-width: 992px) {
  .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;
  border-left: 1px solid #ffffff;
}
.c-gnav__item {
  width: 100%;
  position: relative;
  border-right: 1px solid #ffffff;
}
.c-gnav__link {
  display: block;
  width: 100%;
  height: 100%;
  text-align: left;
  padding: 15px 10px;
  padding-left: 60px;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
}
.c-gnav__link::before {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60% 60%;
  background-color: #ffffff;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 20px);
  left: 10px;
}
.c-gnav__link:hover ~ .c-gnav__sub {
  display: block;
  opacity: 1;
}
.c-gnav__link .jp {
  display: block;
  font-size: 17px;
  font-size: 1.0625rem;
}
.c-gnav__link .en {
  padding-top: 5px;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}
.c-gnav__link.stockcars::before {
  background-image: url(../images/common/icon_stockcars.svg);
}
.c-gnav__link.blog::before {
  background-image: url(../images/common/icon_blog.svg);
}
.c-gnav__link.reason::before {
  background-image: url(../images/common/icon_reason.svg);
}
.c-gnav__link.about::before {
  background-image: url(../images/common/icon_about.svg);
}
.c-gnav__link.voice::before {
  background-image: url(../images/common/icon_voice.svg);
}
.c-gnav__link.question::before {
  background-image: url(../images/common/icon_question.svg);
}
.c-gnav__sub {
  display: none;
  opacity: 0;
  transition: .3s;
  position: absolute;
  bottom: -123%;
  left: 0;
  z-index: 10;
  background: #e14343;
  border: 1px solid #ffffff;
  padding: 15px 10px 0px;
  width: 100%;
}
.c-gnav__sub:hover {
  display: block;
  opacity: 1;
}
.c-gnav__sub .sub-link {
  display: block;
  margin-bottom: 15px;
}
.c-gnav__sub .sub-link .in {
  background: url(../images/icon/icon_right_w.svg) no-repeat left center;
  background-size: 12px 12px;
  padding-left: 17px;
  color: #ffffff;
  font-weight: bold;
}

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

/*menu=========*/
.c-drawer {
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 992px) {
  .c-drawer {
    display: none;
  }
}

.c-drawer-button {
  background: #ef7d1b;
}
.c-drawer-button:hover {
  background: #ef7d1b;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  background-color: #ffffff;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: calc(100% - 60px);
}

.drawer-nav {
  width: calc(100% - 60px);
}

.drawer--right .drawer-nav {
  right: -100%;
}

.drawer-overlay {
  z-index: 60;
}

.c-drawer-nav {
  background: #ea5822;
}
.c-drawer-nav__wrap {
  padding: 15px 10px;
}
.c-drawer-nav__head {
  background: #ffffff;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
  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;
}
.c-drawer-nav__logo {
  padding-right: 10px;
}
.c-drawer-nav__logo--link {
  display: inline-block;
  max-width: 200px;
  width: 100%;
}
.c-drawer-nav__logo--link img {
  width: 100%;
}
.c-drawer-nav__tirashi a {
  display: block;
  background: #e72026;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  padding: 8px 5px;
}
.c-drawer-nav__tirashi a img {
  width: 100%;
}
.c-drawer-nav__nav--list {
  padding-bottom: 10px;
}
.c-drawer-nav__nav--item {
  padding-bottom: 5px;
}
.c-drawer-nav__nav--link {
  display: block;
  padding: 15px;
  background: url(../images/icon/icon_right_black.svg) no-repeat right 7.5px center;
  background-size: 15px 15px;
  padding-right: 30px;
  background-color: rgba(255, 255, 255, 0.85);
  color: #000000;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
.c-drawer-nav__nav-sub {
  padding-bottom: 15px;
}
.c-drawer-nav__nav-sub--item {
  padding-bottom: 10px;
}
.c-drawer-nav__nav-sub--link {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  color: #ffffff;
  font-weight: bold;
  background: url(../images/icon/icon_right_w.svg) no-repeat left 6px center;
  background-size: 12px 12px;
  padding-left: 24px;
}
.c-drawer-nav__contact {
  background: #ffffff;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
}
.c-drawer-nav__contact .ttl {
  background: #009342;
  border-radius: 20px;
  padding: 8px 5px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  color: #ffffff;
}
.c-drawer-nav__contact .data {
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  text-align: center;
}
.c-drawer-nav__contact .data .shop-tel {
  background: #f88200;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px;
  height: 62px;
  width: calc(97%/3);
}
.c-drawer-nav__contact .data .shop-tel .in {
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  padding-top: 30px;
  background: url(../images/icon/icon_phone_w.svg) no-repeat top center;
  background-size: 25px 25px;
}
.c-drawer-nav__contact .data .shop-mail {
  background: #ea5822;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px;
  height: 62px;
  width: calc(97%/3);
}
.c-drawer-nav__contact .data .shop-mail .in {
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  padding-top: 30px;
  background: url(../images/icon/icon_mail_w.svg) no-repeat top center;
  background-size: 25px 25px;
}
.c-drawer-nav__contact .data .shop-line {
  background: #00b900;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px;
  height: 62px;
  width: calc(97%/3);
}
.c-drawer-nav__contact .data .shop-line .in {
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  padding-top: 30px;
  background: url(../images/icon/icon_line_w.svg) no-repeat top center;
  background-size: 25px 25px;
}
.c-drawer-nav__contact .data .shop-data {
  padding-top: 5px;
  width: 100%;
  font-weight: bold;
  line-height: 1.2;
  font-size: 10px;
  font-size: 0.625rem;
}

/* =========================================================
side - サイド
========================================================= */
/* =========================================================
title - 共通のタイトルやテキストなど
========================================================= */
/*メインタイトル
=============*/
.c-ttl-h1 {
  background: url(../images/common/dotted_bg.jpg) repeat;
  padding: 10px 0;
  margin-bottom: 20px;
  border-top: 10px solid #000000;
  border-bottom: 10px solid #000000;
}
@media screen and (min-width: 768px) {
  .c-ttl-h1 {
    margin-bottom: 30px;
  }
}
.c-ttl-h1__in {
  background: url(../images/common/h1-bg-sp.svg) no-repeat center;
  background-size: contain;
  text-align: center;
  padding: 25px 0;
  min-height: 100px;
  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;
}
@media screen and (min-width: 768px) {
  .c-ttl-h1__in {
    background-image: url(../images/common/h1-bg-pc.svg);
    min-height: 200px;
  }
}
.c-ttl-h1__in .in {
  color: #000000;
  font-weight: bold;
  font-size: 30px;
  font-size: 1.875rem;
  -moz-text-shadow: 0px 0px 5px rgba(246, 203, 0, 0.8);
  -webkit-text-shadow: 0px 0px 5px rgba(246, 203, 0, 0.8);
  -ms-text-shadow: 0px 0px 5px rgba(246, 203, 0, 0.8);
  text-shadow: 0px 0px 5px rgba(246, 203, 0, 0.8);
}
@media screen and (min-width: 768px) {
  .c-ttl-h1__in .in {
    font-size: 50px;
    font-size: 3.125rem;
  }
}

/*h2
=============*/
.c-ttl-h2 {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .c-ttl-h2 {
    margin-bottom: 20px;
  }
}
.c-ttl-h2__contents {
  position: relative;
  background: #009241;
  border: 5px solid #000000;
  padding: 15px;
  text-align: center;
  color: #ffffff;
  line-height: 1.6;
  min-height: 50px;
  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: 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;
}
@media screen and (min-width: 768px) {
  .c-ttl-h2__contents {
    min-height: 110px;
    padding: 20px 15px;
  }
}
.c-ttl-h2__contents::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 50px 0 0;
  border-color: #78b794 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .c-ttl-h2__contents::before {
    border-width: 100px 100px 0 0;
  }
}
.c-ttl-h2__contents::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 50px 50px;
  border-color: transparent transparent #78b794 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .c-ttl-h2__contents::after {
    border-width: 0 0 100px 100px;
  }
}
.c-ttl-h2__contents .main {
  display: inline-block;
  padding: 3px 5px;
  position: relative;
  z-index: 10;
  font-weight: bold;
  font-size: 23px;
  font-size: 1.4375rem;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-ttl-h2__contents .main {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 992px) {
  .c-ttl-h2__contents .main {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.c-ttl-h2__contents .sub {
  padding-top: 10px;
  display: block;
  position: relative;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .c-ttl-h2__contents .sub {
    font-size: 16px;
    font-size: 1rem;
  }
}

/*h3
=============*/
.c-ttl-h3 {
  background: #fff3ea;
  border-bottom: 2px solid #f88200;
  padding: 10px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .c-ttl-h3 {
    padding: 15px;
    margin-bottom: 20px;
  }
}
.c-ttl-h3 .in {
  position: relative;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
  line-height: 1.6;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .c-ttl-h3 .in {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.c-ttl-h3 .in::before {
  content: '';
  width: 15px;
  height: 15px;
  background: #f88200;
  position: absolute;
  top: calc(50% - 7.5px);
  left: 0;
}

/* =========================================================
text - 共通のテキストなど
========================================================= */
.c-basic-txt, .p-basic-list__item, .p-ol-list__item, .p-ol-list--sub__item, .p-blog-single__contents ul li, .p-blog-single__contents ol li {
  color: #333333;
  line-height: 2.2;
  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-single__contents ul li, .p-blog-single__contents ol 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-single__contents ul li p, .p-blog-single__contents ol 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-single__contents ul li a, .p-blog-single__contents ol 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-single__contents ul li a, .p-blog-single__contents ol 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-single__contents ul li a:hover, .p-blog-single__contents ol 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-single__contents ul li strong, .p-blog-single__contents ol 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-single__contents ul li .c-basic-txt--img, .p-blog-single__contents ol 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-single__contents ul li img, .p-blog-single__contents ol 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: block;
  position: relative;
  text-align: center;
  padding: 20px 10px;
  margin: 0 auto;
  width: 100%;
  max-width: 450px;
  border: 4px solid #000000;
  border-radius: 10px;
  box-shadow: 0px 0px 15px -5px rgba(0, 0, 0, 0.8);
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3MjAyNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmODQwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e72026), color-stop(100%, #ff8400));
  background-image: -moz-linear-gradient(top, #e72026 0%, #ff8400 100%);
  background-image: -webkit-linear-gradient(top, #e72026 0%, #ff8400 100%);
  background-image: linear-gradient(to bottom, #e72026 0%, #ff8400 100%);
  width: 95%;
}
@media screen and (min-width: 768px) {
  .c-basic-btn {
    padding: 22px 10px;
  }
}
.c-basic-btn::before {
  content: '';
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 2px solid #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 7px;
}
.c-basic-btn .in {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  background: url(../images/icon/icon_right_w.svg) no-repeat right center;
  background-size: 20px 20px;
  padding-right: 25px;
}
@media screen and (min-width: 768px) {
  .c-basic-btn .in {
    font-size: 30px;
  }
}

/* =========================================================
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%;
}
.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 {
  background: #ea5822;
}
.c-pankuzu__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.c-pankuzu__item {
  margin-left: 5px;
  background: url(../images/icon/icon_right_w.svg) no-repeat left center;
  background-size: 10px 10px;
  padding-left: 15px;
  background-position: left top 5px;
  max-width: 50%;
}
.c-pankuzu__item a {
  text-decoration: underline;
}
.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: #ffffff;
  text-decoration: underline;
}
.c-pankuzu__name {
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}

/* =========================================================
pagenation - ページ送り
========================================================= */
.c-pagenation {
  padding: 30px 0;
}
.c-pagenation__num,
.c-pagenation .nav-links {
  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__link {
  display: inline-block;
}
.c-pagenation .page-numbers {
  display: inline-block;
  font-weight: bold;
  background: #e7e7e7;
  padding: 5px 10px;
  margin: 0 5px;
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
}
.c-pagenation .page-numbers.current {
  background: #FF8300;
  color: #ffffff;
}

/* =========================================================
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: 30px 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: #E62027;
}
.c-form-stepbar .visited .c-form-stepbar__text {
  color: #E62027;
}
.c-form-stepbar .visited::after {
  border-bottom-color: #E62027;
}
.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;
}
.c-form-stepbar__icon .num {
  font-size: 24px;
  font-size: 1.5rem;
  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;
}

/*in============*/
.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;
  background: #f1f1f1;
}
@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-in:nth-child(2n) {
  background: #ffffff;
}

/*ttl==============*/
.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: 15px;
    width: 25%;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 992px) {
  .c-form-ttl {
    width: 30%;
  }
}

/*項目==============*/
.c-form-items {
  padding: 15px 10px;
  width: 100%;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .c-form-items {
    width: 75%;
    padding: 15px 10px;
  }
  .c-form-items input {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  .c-form-items {
    width: 70%;
  }
}
.c-form-items .error {
  margin-top: 5px;
  background: #E62027;
  padding: 10px;
  border-radius: 100px;
  text-align: center;
  color: #ffffff !important;
  font-weight: bold;
  max-width: 400px;
}

/*規約に同意=========*/
.c-form-agree {
  text-align: center;
  margin: 20px auto 30px;
}
.c-form-agree .mwform-checkbox-field label {
  max-width: 400px;
  margin: 0 auto;
  border: none;
  box-shadow: none;
}
.c-form-agree .c-form-checkbox {
  display: inline-block;
  width: auto;
  border: none;
  box-shadow: none;
  padding: 0;
}
.c-form-agree .c-form-checkbox .mwform-checkbox-field-text {
  padding-right: 0px;
  padding-bottom: 15px;
  line-height: 1.6;
}
@media screen and (min-width: 992px) {
  .c-form-agree .c-form-checkbox .mwform-checkbox-field-text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-form-agree .c-form-checkbox .mwform-checkbox-field-text a {
  text-decoration: underline;
  color: #1185E7;
}
.c-form-agree .c-form-req {
  padding-right: 55px;
}
.c-form-agree .c-form-req::after {
  right: 0;
  top: calc(50% - 11px);
}
.c-form-agree .error {
  margin: 5px auto 0;
  background: #E62027;
  padding: 10px;
  border-radius: 100px;
  text-align: center;
  color: #ffffff !important;
  font-weight: bold;
  max-width: 250px;
}

/*inputの装飾
===============*/
/*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: #cee9ff;
}
@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;
}

/*セレクトタグ*/
.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;
}

/*チェックボタン==================*/
/*list*/
.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;
  }
}

/*item*/
.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 本体===========*/
.mwform-checkbox-field label {
  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: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.mwform-checkbox-field label input {
  display: none !important;
}
.mwform-checkbox-field label input:checked ~ .mwform-checkbox-field-text {
  color: #ff420c;
}
.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: #ff420c;
}
.mwform-checkbox-field label .mwform-checkbox-field-text {
  display: inline-block;
  position: relative;
  color: #000000;
  padding-left: 25px;
  line-height: 1.3;
}
.mwform-checkbox-field label .mwform-checkbox-field-text::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;
}

/*ラジオボタン==================*/
/*list*/
.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;
  }
}

/*item*/
.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%;
  }
}

.c-form .mw_wp_form .horizontal-item + .horizontal-item {
  margin: 0;
}

.mwform-radio-field {
  display: inline-block;
  margin: 0;
  padding: 5px;
}
@media screen and (min-width: 768px) {
  .mwform-radio-field {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .mwform-radio-field {
    max-width: 30%;
  }
}

/*label 本体===========*/
.mwform-radio-field label {
  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.3;
  transition: .2s;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.mwform-radio-field label input {
  display: none !important;
}
.mwform-radio-field label input:checked + .mwform-radio-field-text {
  color: #ff420c;
}
.mwform-radio-field label input:checked + .mwform-radio-field-text::before {
  background-color: #ff420c;
}
.mwform-radio-field label input:checked + .mwform-radio-field-text::after {
  background-color: #ffffff;
}
.mwform-radio-field label .mwform-radio-field-text {
  display: inline-block;
  position: relative;
  color: #000000;
  padding-left: 25px;
}
.mwform-radio-field label .mwform-radio-field-text::before {
  content: ' ';
  background-color: #E7E7E7;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  top: -3px;
  left: 0;
}
.mwform-radio-field label .mwform-radio-field-text::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;
}

/*テキストエリア*/
.c-form-textarea {
  max-width: 550px;
  width: 100%;
  height: 150px;
  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;
  background: #E62027;
  position: absolute;
  padding: 4px 10px;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .c-form-req::after {
    top: calc(50% - 11px);
    right: 5px;
  }
}
@media screen and (min-width: 768px) {
  .c-form-req::after {
    right: 10px;
  }
}

/*ボタンの並び*/
.c-form-btnarea {
  text-align: center;
  padding-top: 10px;
}
.c-form-btnarea .c-form-btn {
  width: 100%;
  max-width: 250px;
  padding: 15px;
  background: url(../images/icon/icon_right_w.svg) no-repeat right 6px center;
  background-size: 12px 12px;
  padding-right: 24px;
  background-color: #ea5822;
  border-radius: 100px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  transition: .3s;
  cursor: pointer;
}
.c-form-btnarea .c-form-btn:hover {
  opacity: .7;
}
@media screen and (min-width: 768px) {
  .c-form-btnarea .c-form-btn {
    font-size: 20px;
    font-size: 1.25rem;
    max-width: 300px;
    padding: 20px 15px;
  }
}

.c-form-btnarea .c-form-returnbtn {
  width: 100%;
  max-width: 250px;
  margin: 15px 0 0;
  background: url(../images/icon/icon_right_w.svg) no-repeat right 6px center;
  background-size: 12px 12px;
  color: #333;
  font-weight: bold;
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  transition: .3s;
  cursor: pointer;
  text-decoration: underline;
}
.c-form-btnarea .c-form-returnbtn:hover {
  opacity: .7;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .c-form-btnarea .c-form-returnbtn {
    font-size: 20px;
    font-size: 1.25rem;
    max-width: 300px;
    padding: 0 15px;
  }
}

/*=====================
確認画面
=======================*/
.c-form-confirmation .c-form-req::after {
  content: none;
}
.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 {
  text-align: center;
}
.c-form-thanks__ttl {
  font-size: 22px;
  margin-bottom: 10px;
  line-height: 1.6;
  font-weight: bold;
}
.c-form-thanks__ttl .main {
  font-weight: bold;
  font-size: 25px;
  font-size: 1.5625rem;
}
.c-form-thanks__ttl .sub {
  padding-top: 5px;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
}
.c-form-thanks__text {
  padding-top: 5px;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.8;
}
.c-form-thanks__btn {
  padding-top: 20px;
}

/* =========================================================
table.scss - 表
========================================================= */
.c-table {
  background: #F9F9F9;
  border-top: 1px solid #E5E5E5;
  border-left: 1px solid #E5E5E5;
}
.c-table .c-tr {
  border-bottom: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5;
}
@media screen and (min-width: 768px) {
  .c-table .c-tr {
    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;
  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;
  font-weight: bold;
}
.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;
  }
}

/*1行4列のテーブル===========*/
@media screen and (min-width: 768px) {
  .c-table--col4 {
    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-table--col4 .c-tr {
    width: 50%;
  }
}
@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;
  }
}
@media screen and (min-width: 768px) {
  .c-table--col4 .c-th {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .c-table--col4 .c-td {
    width: 70%;
  }
}

/*タイトルが上にまとめてあるテーブル============*/
.c-table--width {
  border-top: none;
}
@media screen and (min-width: 768px) {
  .c-table--width {
    width: 100%;
    border-bottom: 1px solid #E5E5E5;
  }
}
.c-table--width .c-table {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .c-table--width .c-table {
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    border-top: none;
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  .c-table--width .c-table:first-of-type {
    border-top: 1px solid #E5E5E5;
  }
  .c-table--width .c-table:first-of-type .c-th {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .c-table--width .c-table .c-tr {
    display: block;
    width: 100%;
    margin-bottom: 0;
    border-bottom: none;
    background: #ffffff;
  }
}
@media screen and (min-width: 768px) {
  .c-table--width .c-table .c-th, .c-table--width .c-table .c-td {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .c-table--width .c-table .c-th {
    display: none;
    background: #F9F9F9;
  }
}
.c-table--width .c-table .c-td {
  border-top: 1px dotted #dddddd;
}

/*タイトルが上にも横にもあるテーブル============*/
@media screen and (min-width: 768px) {
  .c-table--w-th__ttl {
    width: 20%;
  }
}
@media screen and (min-width: 768px) {
  .c-table--w-th .c-table {
    width: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* =========================================================
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: #1185E7;
}

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

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

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

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

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

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

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

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

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

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

/* in==================*/
.p-ol-list--sub {
  display: 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: #1185E7;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-ol-list--sub__item:nth-child(20):before {
  content: "【20】";
  color: #1185E7;
  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-accordion】アコーディオン
======================*/
.js-accordion__switch {
  cursor: pointer;
}

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

.js-sp-accordion__body {
  display: none;
  opacity: 0;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .js-sp-accordion__body {
    display: block;
    opacity: 1;
  }
}

/*======================
【js-tab】タブ切り替え
======================*/
.js-tab-menu {
  transition: .3s;
  cursor: pointer;
}
.js-tab-menu:hover {
  opacity: .7;
}

.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: 30px;
}
@media screen and (min-width: 768px) {
  .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: #1185E7;
  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_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_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: -25px;
}
@media screen and (min-width: 768px) {
  .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: #f88200;
}

.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;
}

.slick-dots li button:before {
  font-size: 15px;
}

/*【slick】カルーセルスライダーにポップアップ（colorboxを追加）*/
.js-slick-photo .item {
  position: relative;
}
.js-slick-photo .item a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}
.js-slick-photo .item a.in-link {
  position: relative;
  z-index: 5;
}

/*===================
【js-colorbox】画像のポップアップ
*/
#colorbox #cboxTitle {
  width: 100%;
  color: #1185E7;
  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: #1185E7;
  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: #1185E7;
  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: #1185E7;
  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ページの独自コンテンツ
========================================================= */
/*アニメーションサンプル　あとで消す、絶対*/
.p-top-anime {
  padding: 20px;
  margin-bottom: 50px;
  background: #1185E7;
  color: #ffffff;
  position: relative;
  opacity: 0;
}
.p-top-anime.active {
  -moz-animation: sample 1300ms alternate 500ms forwards;
  -webkit-animation: sample 1300ms alternate 500ms forwards;
  animation: sample 1300ms alternate 500ms forwards;
}

/*[sample]の実行*/
@-moz-keyframes sample {
  0% {
    opacity: 0;
    bottom: 200px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes sample {
  0% {
    opacity: 0;
    bottom: 200px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes sample {
  0% {
    opacity: 0;
    bottom: 200px;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
/*mainvisual============*/
.p-top-mainvisual {
  position: relative;
  background: url(../images/top/fv-bg.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 25px 0 0;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual {
    padding: 30px 0 0;
  }
}
.p-top-mainvisual__fv {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual__fv {
    margin-bottom: 80px;
  }
}
.p-top-mainvisual__fv--item {
  text-align: center;
  padding: 0 10px;
}
.p-top-mainvisual__fv--item a {
  display: inline-block;
}
.p-top-mainvisual__fv--item a img {
  width: 100%;
}
.p-top-mainvisual__bnr {
  background: rgba(255, 255, 255, 1);
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .p-top-mainvisual__bnr {
    padding: 50px 0;
  }
}
.p-top-mainvisual__bnr--item {
  text-align: center;
  padding: 0 10px;
}
.p-top-mainvisual__bnr--item a {
  display: inline-block;
}
.p-top-mainvisual__bnr--item a img {
  width: 100%;
}

/*maker===============*/
.p-top-maker {
  position: relative;
  background: #fff9ed;
  padding: 40px 0 30px;
}
@media screen and (min-width: 768px) {
  .p-top-maker {
    padding: 80px 0;
  }
}
.p-top-maker__ttl {
  font-size: 25px;
  font-size: 1.5625rem;
  text-align: center;
  font-weight: bold;
  color: #f88200;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .p-top-maker__ttl {
    font-size: 50px;
    font-size: 3.125rem;
    margin-bottom: 35px;
  }
}
.p-top-maker__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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.p-top-maker__item {
  width: calc(100% / 8);
  padding: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .p-top-maker__item {
    padding: 0 5px 10px;
    width: 12.5%;
  }
}
.p-top-maker__item img {
  text-align: center;
}

/*sale=================*/
.p-top-sale {
  position: relative;
  background: #fd9900;
  padding: 40px 0 30px;
}
@media screen and (min-width: 768px) {
  .p-top-sale {
    padding: 80px 0;
  }
}
.p-top-sale::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 0;
  border-color: #fdc400 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-top-sale::before {
    border-width: 200px 200px 0 0;
  }
}
.p-top-sale__ttl {
  text-align: center;
  padding-bottom: 30px;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-top-sale__ttl {
    padding-bottom: 50px;
  }
}
.p-top-sale__ttl img {
  width: 100%;
  max-width: 750px;
}
.p-top-sale__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-top-sale__list {
    margin: 0 -10px;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }
}
.p-top-sale__item {
  margin: 0 10px;
  padding-bottom: 30px;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .p-top-sale__item {
    margin: 0;
    padding: 0 10px;
  }
}
.p-top-sale__box {
  text-align: center;
}
.p-top-sale__box img {
  border: 2px solid #ffffff;
}
.p-top-sale__name {
  display: block;
  padding-top: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  font-size: 20px;
  font-size: 1.25rem;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-top-sale__name {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

/*stockcars==================*/
.p-top-stockcars {
  position: relative;
  background: #fe5959;
  padding: 40px 0 30px;
}
@media screen and (min-width: 768px) {
  .p-top-stockcars {
    padding: 80px 0;
  }
}
.p-top-stockcars::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 0;
  border-color: #e0484d transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-top-stockcars::before {
    border-width: 200px 200px 0 0;
  }
}
.p-top-stockcars__ttl {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-stockcars__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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    margin-bottom: 40px;
  }
}
.p-top-stockcars__ttl .time {
  position: relative;
  display: block;
  max-width: 250px;
  background: #ffed44;
  padding: 10px 20px;
  margin: 0 auto 10px;
  border-radius: 10px;
  color: #ff0500;
  font-weight: bold;
  line-height: 1.3;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-stockcars__ttl .time {
    padding: 20px;
    font-size: 40px;
    font-size: 2.5rem;
    margin-bottom: 0;
    margin-right: 30px;
    top: 13px;
    width: 300px;
  }
}
@media screen and (min-width: 992px) {
  .p-top-stockcars__ttl .time {
    padding: 60px 20px;
  }
}
.p-top-stockcars__ttl .time::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffed44 transparent transparent transparent;
  position: absolute;
  bottom: -9px;
  right: calc(50% - 10px);
}
@media screen and (min-width: 768px) {
  .p-top-stockcars__ttl .time::before {
    border-width: 32.5px 0 32.5px 30px;
    border-color: transparent transparent transparent #ffed44;
    bottom: calc(50% - 32.5%);
    right: -30px;
  }
}
.p-top-stockcars__ttl img {
  width: 100%;
  max-width: 750px;
}
@media screen and (min-width: 768px) {
  .p-top-stockcars__ttl img {
    max-width: calc(100% - 300px);
  }
}
.p-top-stockcars__contents {
  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: 576px) {
  .p-top-stockcars__contents {
    margin: 0 -15px;
  }
}
.p-top-stockcars__btn {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-stockcars__btn {
    padding-top: 30px;
  }
}

/*about================*/
.p-top-about {
  position: relative;
  background: #f88200;
  padding: 40px 0 30px;
}
@media screen and (min-width: 768px) {
  .p-top-about {
    padding: 80px 0;
  }
}
.p-top-about::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 0;
  border-color: #fb992c transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-top-about::before {
    border-width: 200px 200px 0 0;
  }
}
.p-top-about__ttl {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-about__ttl {
    margin-bottom: 40px;
  }
}
.p-top-about__ttl img {
  width: 100%;
  max-width: 750px;
}
.p-top-about__item img {
  width: 100%;
  max-width: 100%;
}

/*news=================*/
.p-top-news {
  position: relative;
  background: #ffefde;
  padding: 40px 0 30px;
}
@media screen and (min-width: 768px) {
  .p-top-news {
    padding: 80px 0;
  }
}
.p-top-news::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 0;
  border-color: #ffdebb transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-top-news::before {
    border-width: 200px 200px 0 0;
  }
}
@media screen and (min-width: 768px) {
  .p-top-news__in {
    padding-left: 200px;
    background: url(../images/top/news-img.png) no-repeat left center;
    background-size: 140px auto;
    min-height: 380px;
  }
}
.p-top-news__ttl {
  font-weight: bold;
  position: relative;
  padding: 40px 0;
  margin-bottom: 10px;
}
.p-top-news__ttl::before, .p-top-news__ttl::after {
  content: '';
  display: block;
  width: 3px;
  height: 50px;
  background: #ffcc00;
  position: absolute;
  left: 23px;
}
@media screen and (min-width: 768px) {
  .p-top-news__ttl::before, .p-top-news__ttl::after {
    height: 70px;
    left: 33px;
  }
}
.p-top-news__ttl::before {
  transform: rotate(69deg);
  top: -13px;
}
@media screen and (min-width: 768px) {
  .p-top-news__ttl::before {
    top: -23px;
  }
}
.p-top-news__ttl::after {
  transform: rotate(-69deg);
  bottom: -7px;
}
@media screen and (min-width: 768px) {
  .p-top-news__ttl::after {
    bottom: -17px;
  }
}
.p-top-news__ttl .jp {
  display: inline-block;
  vertical-align: middle;
  color: #ff5400;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__ttl .jp {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.p-top-news__ttl .en {
  display: inline-block;
  vertical-align: middle;
  color: #ff0060;
  padding-left: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__ttl .en {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-top-news__item {
  position: relative;
  background: #ffffff;
  padding: 15px 10px;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-top-news__item {
    padding-left: 150px;
  }
}
.p-top-news__item .data {
  display: block;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__item .data {
    padding-bottom: 0;
    font-size: 15px;
    font-size: 0.9375rem;
    position: absolute;
    top: 18px;
    left: 15px;
  }
}
.p-top-news__item .link {
  color: #001fdb;
  text-decoration: underline;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-top-news__item .link {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-top-news__item:nth-child(2n) {
  background: none;
}
.p-top-news__btn {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-news__btn {
    padding-top: 40px;
  }
}

/*reazon================*/
.p-top-reazon {
  position: relative;
  background: #ff9000;
  padding: 40px 0 30px;
}
@media screen and (min-width: 768px) {
  .p-top-reazon {
    padding: 80px 0;
  }
}
.p-top-reazon::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 0;
  border-color: #ffba00 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-top-reazon::before {
    border-width: 200px 200px 0 0;
  }
}
.p-top-reazon__ttl {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-reazon__ttl {
    margin-bottom: 40px;
  }
}
.p-top-reazon__ttl img {
  display: inline-block;
  width: 100%;
  max-width: 500px;
}
@media screen and (min-width: 768px) {
  .p-top-reazon__ttl img {
    vertical-align: middle;
  }
}
.p-top-reazon__btn {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-reazon__btn {
    padding-top: 40px;
  }
}

.p-top-reazon-box {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-reazon-box {
    padding-bottom: 40px;
  }
}
.p-top-reazon-box:last-of-type {
  padding-bottom: 0;
}
.p-top-reazon-box__ttl {
  position: relative;
  background: #e56100;
  padding: 15px 10px;
  padding-left: 45px;
}
@media screen and (min-width: 768px) {
  .p-top-reazon-box__ttl {
    padding-left: 80px;
  }
}
.p-top-reazon-box__ttl .num {
  display: block;
  width: 25px;
  height: 25px;
  padding: 4px;
  background: #ffffff;
  color: #e56100;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  position: absolute;
  top: calc(50% - 15px);
  left: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-top-reazon-box__ttl .num {
    width: 50px;
    height: 50px;
    padding: 7px;
    left: 20px;
    font-size: 35px;
    font-size: 2.1875rem;
    top: calc(50% - 25px);
  }
}
.p-top-reazon-box__ttl .ttl {
  display: inline-block;
  background: #e72a25;
  font-weight: bold;
  color: #ffffff;
  line-height: 1.5;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-reazon-box__ttl .ttl {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.p-top-reazon-box__contents {
  border: 3px solid #e56100;
  padding: 15px;
  background: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-top-reazon-box__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
  }
}
.p-top-reazon-box__photo {
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-top-reazon-box__photo {
    padding: 0 0 0 10px;
    max-width: 400px;
  }
}
@media screen and (min-width: 768px) {
  .p-top-reazon-box__text {
    width: calc(100% - 400px);
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-top-reazon-box__text .red {
  color: #e72a25;
  font-weight: bold;
}

/*company=============*/
.p-top-company {
  position: relative;
  background: #009342;
  padding: 40px 0 30px;
}
@media screen and (min-width: 768px) {
  .p-top-company {
    padding: 80px 0;
  }
}
.p-top-company::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 0;
  border-color: #00b953 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-top-company::before {
    border-width: 200px 200px 0 0;
  }
}
.p-top-company__ttl {
  position: relative;
  z-index: 10;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-top-company__ttl {
    margin-bottom: 50px;
  }
}
.p-top-company__ttl .in {
  position: relative;
  display: inline-block;
  padding: 0 50px;
  font-weight: bold;
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: 2px;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-top-company__ttl .in {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 992px) {
  .p-top-company__ttl .in {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.p-top-company__ttl .in::before, .p-top-company__ttl .in::after {
  content: '';
  display: block;
  width: 3px;
  height: 50px;
  background: #ffffff;
  position: absolute;
  top: calc(50% - 25px);
}
@media screen and (min-width: 768px) {
  .p-top-company__ttl .in::before, .p-top-company__ttl .in::after {
    width: 5px;
    height: 70px;
    top: calc(50% - 35px);
  }
}
.p-top-company__ttl .in::before {
  transform: rotate(-20deg);
  left: 0;
}
.p-top-company__ttl .in::after {
  transform: rotate(20deg);
  right: 0;
}
.p-top-company__ttl .sub {
  display: block;
  padding-top: 10px;
  font-size: 50%;
}
@media screen and (min-width: 768px) {
  .p-top-company__ttl .sub {
    font-size: 50%;
  }
}
@media screen and (min-width: 768px) {
  .p-top-company__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.p-top-company__photo {
  text-align: center;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .p-top-company__photo {
    width: 50%;
    padding-left: 20px;
  }
}
.p-top-company__photo img {
  width: 100%;
  max-width: 450px;
  border: 2px solid #ffffff;
}
.p-top-company__text {
  color: #ffffff;
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-top-company__text {
    width: 50%;
    text-align: left;
  }
}
.p-top-company__text .name {
  display: block;
  padding-bottom: 10px;
  font-size: 23px;
  font-size: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-top-company__text .name {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 992px) {
  .p-top-company__text .name {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.p-top-company__text .tel {
  display: block;
  padding-bottom: 10px;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-top-company__text .tel {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 992px) {
  .p-top-company__text .tel {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-top-company__text .tel a {
  color: #fff600;
  text-decoration: none;
}
.p-top-company__text .data {
  display: block;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-top-company__text .data {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-top-company__text .data {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-top-company__btn {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-top-company__btn {
    padding-top: 40px;
  }
}

/* =========================================================
stockcars - 在庫ページの独自コンテンツ
========================================================= */
/*1コマ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.p-stockcars-box {
  padding: 0 0 20px;
  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;
  width: 49%;
}
@media screen and (min-width: 576px) {
  .p-stockcars-box {
    padding: 0 15px 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-stockcars-box {
    width: 33.3%;
  }
}
@media screen and (min-width: 992px) {
  .p-stockcars-box {
    width: 25%;
  }
}
.p-stockcars-box:nth-of-type(2n+1) {
  margin: 0 2% 0 0;
}
@media screen and (min-width: 768px) {
  .p-stockcars-box:nth-of-type(2n+1) {
    margin: 0;
  }
}
.p-stockcars-box__photo {
  position: relative;
  text-align: center;
  background: #ffffff;
  border: 2px solid #eeeeee;
  min-height: 150px;
}
@media screen and (min-width: 768px) {
  .p-stockcars-box__photo {
    min-height: 200px;
  }
}
.p-stockcars-box__photo > img {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  object-fit: contain;
  height: 150px;
}
@media screen and (min-width: 768px) {
  .p-stockcars-box__photo > img {
    height: 200px;
  }
}
.p-stockcars-box__icon {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 110px;
}
.p-stockcars-box__icon img {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
}
.p-stockcars-box__name {
  font-weight: bold;
  color: #ffffff;
  line-height: 1.3;
  background: #ff8300;
  padding: 8px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-stockcars-box__name {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.p-stockcars-box__name span {
  display: block;
  font-size: 85%;
}
.p-stockcars-box__pay {
  color: #ffffff;
  background: #e72026;
  padding: 10px;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-stockcars-box__pay {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    flex-direction: row;
  }
}
.p-stockcars-box__pay .ttl {
  border: 1px solid #ffffff;
  padding: 5px;
  text-align: center;
  line-height: 1.3;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: bold;
}
.p-stockcars-box__pay .pay {
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  margin: 8px 0 0;
  width: 100%;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-stockcars-box__pay .pay {
    margin: 0;
    width: auto;
  }
}
.p-stockcars-box__pay .pay .big {
  font-size: 7vw;
}
@media screen and (min-width: 768px) {
  .p-stockcars-box__pay .pay .big {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
.p-stockcars-box__data {
  background: #ffffff;
}
.p-stockcars-box__data .data-tr {
  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;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 7px;
}
@media screen and (min-width: 768px) {
  .p-stockcars-box__data .data-tr {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 10px;
  }
}
.p-stockcars-box__data .data-tr:nth-child(2n) {
  background: #eeeeee;
}
.p-stockcars-box__data .data-tr .ttl {
  font-weight: bold;
}
.p-stockcars-box__btn {
  background: #eeeeee;
}
.p-stockcars-box__btn--detail {
  padding: 5px;
}
.p-stockcars-box__btn--detail .btn-detail {
  width: 100%;
  padding: 10px;
  border: 2px solid #000000;
  border-radius: 5px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3MjAyNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmODQwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e72026), color-stop(100%, #ff8400));
  background-image: -moz-linear-gradient(top, #e72026 0%, #ff8400 100%);
  background-image: -webkit-linear-gradient(top, #e72026 0%, #ff8400 100%);
  background-image: linear-gradient(to bottom, #e72026 0%, #ff8400 100%);
  text-align: center;
}
.p-stockcars-box__btn--detail .btn-detail .in {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.3;
  font-weight: bold;
  position: relative;
  background: url(../images/icon/icon_right_w.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .p-stockcars-box__btn--detail .btn-detail .in {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-stockcars-box__btn--contact {
  padding: 0 5px 5px;
  margin: 0 -5px;
  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;
}
.p-stockcars-box__btn--contact .btn-contact {
  padding: 10px 0;
  border: 2px solid #000000;
  border-radius: 5px;
  background-size: 70% 70%;
  background-position: center;
  background-repeat: no-repeat;
  width: 30%;
  height: 40px;
  margin: 0 5px;
}
.p-stockcars-box__btn--contact .btn-contact.mail {
  background-image: url(../images/icon/icon_mail_w.svg);
  background-color: #ea5822;
}
.p-stockcars-box__btn--contact .btn-contact.tel {
  background-image: url(../images/icon/icon_phone_w.svg);
  background-color: #691a80;
}
.p-stockcars-box__btn--contact .btn-contact.line {
  background-image: url(../images/icon/icon_line_w.svg);
  background-color: #00b900;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝
在庫情報 一覧
＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.p-stockcars-mv__ttl img {
  width: 100%;
}

/*詳細検索＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.p-stockcars-search {
  margin-bottom: 30px;
}
.p-stockcars-search__in {
  border: 1px solid #ff7112;
  margin: 20px auto 0;
}
.p-stockcars-search__ttl {
  background: #ff7112;
  text-align: center;
  padding: 15px 10px;
}
@media screen and (min-width: 768px) {
  .p-stockcars-search__ttl {
    padding: 15px 10px;
  }
}
.p-stockcars-search__ttl .in {
  display: inline-block;
  background: #ffffff;
  line-height: 1.3;
  font-weight: bold;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-stockcars-search__ttl .in {
    font-size: 36px;
    font-size: 2.25rem;
  }
}
.p-stockcars-search__form {
  background: #fff3ea;
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  .p-stockcars-search__form {
    padding: 12px 30px;
  }
}
.p-stockcars-search__tr {
  padding: 10px 0;
  border-bottom: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  .p-stockcars-search__tr {
    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;
    padding: 12px 0;
  }
}
.p-stockcars-search__tr .ttl {
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-stockcars-search__tr .ttl {
    width: 250px;
    padding-bottom: 0;
    padding-right: 20px;
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
  }
}
@media screen and (min-width: 768px) {
  .p-stockcars-search__tr .data {
    width: calc(100% - 250px);
  }
}
.p-stockcars-search__tr .data input {
  display: inline-block;
  padding: 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%;
  background-color: #ffffff;
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .p-stockcars-search__tr .data input {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-stockcars-search__tr .data select {
  display: inline-block;
  padding: 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%;
  background: url(../images/icon/icon_bottom_gray.svg) no-repeat right 7.5px center;
  background-size: 15px 15px;
  padding-right: 30px;
  background-color: #ffffff;
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .p-stockcars-search__tr .data select {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-stockcars-search__tr .data.pay select {
  max-width: 120px;
}
@media screen and (min-width: 768px) {
  .p-stockcars-search__tr .data.pay select {
    max-width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .p-stockcars-search__tr .data.pay .kara {
    padding: 0 5px;
  }
}
.p-stockcars-search__btn {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-stockcars-search__btn {
    padding-top: 15px;
  }
}
.p-stockcars-search__btn .btn {
  display: inline-block;
  background: #ff7112;
  border-radius: 5px;
  text-align: center;
  padding: 8px 10px;
  width: 100%;
  max-width: 220px;
}
@media screen and (min-width: 768px) {
  .p-stockcars-search__btn .btn {
    max-width: 280px;
  }
}
.p-stockcars-search__btn .btn input {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
  background: url(../images/icon/icon_search_w.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
}
.p-stockcars-search__btn .btn input:hover {
  opacity: .8;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-stockcars-search__btn .btn input {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-stockcars-search__btn .clearbtn {
  display: inline-block;
  background: #bbb;
  border-radius: 5px;
  text-align: center;
  margin: 0 10px;
  padding: 8px 10px;
  width: 100%;
  max-width: 120px;
}
@media screen and (min-width: 768px) {
  .p-stockcars-search__btn .clearbtn {
    max-width: 180px;
  }
}
.p-stockcars-search__btn .clearbtn input {
  background: #bbb;
  border: none;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  color: #ffffff;
}
.p-stockcars-search__btn .clearbtn input:hover {
  opacity: .8;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .p-stockcars-search__btn .clearbtn input {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/*tab=========*/
.p-stockcars-tab {
  padding: 20px 0;
}
.p-stockcars-tab__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.p-stockcars-tab__item {
  padding: 0 5px 10px;
  width: 50%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-stockcars-tab__item {
    width: 25%;
  }
}
.p-stockcars-tab__item a {
  display: inline-block;
}
.p-stockcars-tab__item a img {
  width: 100%;
}

/*list===========*/
.p-stockcars-list {
  padding-bottom: 50px;
}
.p-stockcars-list__data {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  padding: 0 0 10px;
}
@media screen and (min-width: 768px) {
  .p-stockcars-list__data {
    flex-direction: row;
    align-items: flex-end;
  }
}
.p-stockcars-list__data .ttl {
  display: inline-block;
  vertical-align: baseline;
}
.p-stockcars-list__data .data {
  display: inline-block;
  vertical-align: baseline;
}
.p-stockcars-list__data .data .big {
  display: inline-block;
  vertical-align: baseline;
  font-size: 180%;
}
.p-stockcars-list__data .research {
  font-size: 16px;
  font-size: 1rem;
  background: #fdf8bc;
  margin: 6px 0 0;
  padding: 10px 15px;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .p-stockcars-list__data .research {
    margin: 0 0 0 12px;
  }
}
.p-stockcars-list__data .research .data {
  font-size: 85%;
}
.p-stockcars-list__contents {
  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: 576px) {
  .p-stockcars-list__contents {
    margin: 0 -15px;
  }
}
.p-stockcars-list__contents--noresult {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 25px 5px;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝＝
在庫情報　詳細
＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width: 992px) {
  .p-stockcars-data__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 992px) {
  .p-stockcars-data__photo {
    width: 50%;
  }
}
.p-stockcars-data__photo .img-list__item {
  text-align: center;
}
.p-stockcars-data__photo .img-list__item img {
  width: 100%;
}
.p-stockcars-data__photo .img-list.nav {
  padding: 10px;
}
.p-stockcars-data__photo .img-list.nav .img-list__item {
  position: relative;
  overflow: hidden;
  display: block;
  text-align: center;
  height: 60px;
  margin: 0 5px;
}
@media screen and (min-width: 768px) {
  .p-stockcars-data__photo .img-list.nav .img-list__item {
    height: 90px;
  }
}
.p-stockcars-data__photo .img-list.nav .img-list__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: auto;
  max-height: 100%;
}
.p-stockcars-data__contents {
  padding-top: 20px;
}
@media screen and (min-width: 992px) {
  .p-stockcars-data__contents {
    width: 50%;
    padding-top: 0;
    padding-left: 30px;
  }
}
.p-stockcars-data__pay {
  text-align: right;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-stockcars-data__pay {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-stockcars-data__pay .ttl {
  display: inline-block;
  vertical-align: baseline;
  padding-right: 10px;
}
.p-stockcars-data__pay .data {
  display: inline-block;
  vertical-align: baseline;
}
.p-stockcars-data__pay .data .main {
  color: #fe5959;
  font-size: 40px;
  font-size: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-stockcars-data__pay .data .main {
    font-size: 50px;
    font-size: 3.125rem;
  }
}
.p-stockcars-data__pay-another {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}
.p-stockcars-data__pay-another .pay-another-box {
  margin: 0 5px;
  width: 50%;
  border: 1px solid #fe5959;
  font-weight: bold;
  text-align: center;
}
.p-stockcars-data__pay-another .pay-another-box .ttl {
  display: block;
  width: 100%;
  background: #fe5959;
  color: #ffffff;
  padding: 10px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-stockcars-data__pay-another .pay-another-box .ttl {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-stockcars-data__pay-another .pay-another-box .data {
  display: block;
  background: #ffffff;
  padding: 10px;
  color: #000000;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-stockcars-data__pay-another .pay-another-box .data {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-stockcars-data__data {
  border: 1px solid #000000;
  border-right: none;
  text-align: center;
  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;
}
.p-stockcars-data__data .data-box {
  border-right: 1px solid #000000;
  width: 50%;
}
.p-stockcars-data__data .data-box .ttl {
  display: block;
  background: #e1e1e1;
  padding: 10px;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-stockcars-data__data .data-box .ttl {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-stockcars-data__data .data-box .data {
  padding: 10px;
  background: #ffffff;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-stockcars-data__data .data-box .data {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-stockcars-data__loan {
  position: relative;
  display: block;
  margin-top: 15px;
}
.p-stockcars-data__loan .loan-box {
  position: relative;
  display: block;
  padding: 20px;
  padding-right: 50px;
  background: #fff3ea;
  border-radius: 5px;
  color: #f88200;
  font-weight: bold;
}
.p-stockcars-data__loan .loan-box:before {
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background: url(../images/icon/icon_bottom_w.svg) no-repeat center;
  background-size: 50% 50%;
  background-color: #f88200;
  position: absolute;
  right: 10px;
  top: calc(50% - 15px);
}
.p-stockcars-data__loan .loan-box .ttl {
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .p-stockcars-data__loan .loan-box .ttl {
    font-size: 18px;
    font-size: 1.125rem;
    padding-bottom: 20px;
  }
}
.p-stockcars-data__loan .loan-box .data {
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-stockcars-data__loan .loan-box .data {
    font-size: 52px;
    font-size: 3.25rem;
  }
}
.p-stockcars-data__loan .loan-box .data .small {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-size: 0.9375rem;
  padding-right: 5px;
}
@media screen and (min-width: 768px) {
  .p-stockcars-data__loan .loan-box .data .small {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/*info===========*/
.p-stockcars-info {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .p-stockcars-info {
    padding: 50px 0;
  }
}
.p-stockcars-info__contents {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  .p-stockcars-info__contents {
    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;
  }
}
.p-stockcars-info__dl {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background: #e1e1e1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 768px) {
  .p-stockcars-info__dl {
    width: 50%;
  }
}
.p-stockcars-info__dl .ttl {
  padding: 15px 10px;
  font-weight: bold;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  width: 40%;
}
@media screen and (min-width: 768px) {
  .p-stockcars-info__dl .ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-stockcars-info__dl .data {
  padding: 15px 10px;
  background: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
  width: 60%;
}
@media screen and (min-width: 768px) {
  .p-stockcars-info__dl .data {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-stockcars-info__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;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
}
.p-stockcars-info__list .item {
  padding: 15px 10px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  text-align: center;
  width: 50%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-stockcars-info__list .item {
    width: 25%;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-stockcars-info__loan .loan-pay {
  position: relative;
  padding: 15px 10px;
  margin-bottom: 40px;
  border-bottom: 5px solid #fe5959;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-stockcars-info__loan .loan-pay {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.p-stockcars-info__loan .loan-pay::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 45px 0 45px;
  border-color: #fe5959 transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 45px);
}
.p-stockcars-info__loan .loan-pay .sub {
  display: inline-block;
  vertical-align: middle;
  background: #000000;
  border-radius: 5px;
  padding: 10px 15px;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-stockcars-info__loan .loan-pay .sub {
    padding: 15px 20px;
  }
}
.p-stockcars-info__loan .loan-pay .big {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  color: #fe5959;
  font-size: 180%;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-stockcars-info__loan .loan-pay .big {
    font-size: 200%;
  }
}
.p-stockcars-info__loan .loan-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.p-stockcars-info__loan .loan-item {
  margin: 0 5px 10px;
  background: #e1e1e1;
  padding: 15px;
  font-size: 14px;
  font-size: 0.875rem;
  width: calc(50% - 10px);
}
@media screen and (min-width: 768px) {
  .p-stockcars-info__loan .loan-item {
    padding: 20px 15px;
    width: calc(33.3% - 10px);
    font-size: 16px;
    font-size: 1rem;
    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;
  }
}
.p-stockcars-info__loan .loan-item .ttl {
  font-weight: bold;
  padding-bottom: 5px;
  font-size: 80%;
}
@media screen and (min-width: 768px) {
  .p-stockcars-info__loan .loan-item .ttl {
    padding-bottom: 0;
    font-size: 100%;
  }
}
.p-stockcars-info__btn {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-stockcars-info__btn {
    padding-top: 30px;
  }
}

/*bnr=========*/
.p-stockcars-bnr {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .p-stockcars-bnr {
    padding: 50px 0;
  }
}
.p-stockcars-bnr__item {
  text-align: center;
}
.p-stockcars-bnr__item a img {
  max-width: 100%;
}

/*他おすすめ車種はこちら==============*/
.p-stockcars-recommend {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .p-stockcars-recommend {
    padding: 50px 0;
  }
}
.p-stockcars-recommend__contents {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
@media screen and (min-width: 768px) {
  .p-stockcars-recommend__contents {
    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;
  }
}

/*ハヤシ自動車が選ばれる4つの理由=================*/
.p-stockcars-reazon {
  padding: 50px 0;
}
.p-stockcars-reazon__box {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-stockcars-reazon__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 768px) {
  .p-stockcars-reazon__box:nth-child(2n) {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .p-stockcars-reazon__box:nth-child(2n) .p-stockcars-reazon__photo {
    padding-left: 0;
    padding-right: 30px;
  }
}
.p-stockcars-reazon__photo {
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-stockcars-reazon__photo {
    max-width: 520px;
    padding-left: 30px;
    padding-bottom: 0;
  }
}
.p-stockcars-reazon__photo img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-stockcars-reazon__info {
    width: calc(100% - 520px);
  }
}
.p-stockcars-reazon__ttl {
  padding-bottom: 15px;
}
.p-stockcars-reazon__ttl .in {
  color: #ff8300;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-stockcars-reazon__ttl .in {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

/* =========================================================
blog - 記事・ブログ関連
========================================================= */
/*記事一覧==================*/
.p-blog-contents {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-blog-contents {
    padding-bottom: 80px;
  }
}
.p-blog-contents__item {
  background: #fffbe9;
}
.p-blog-contents__item:nth-child(2n) {
  background: #ffffff;
}
.p-blog-contents__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 10px;
  background: url(../images/icon/icon_right_main.svg) no-repeat right 6px center;
  background-size: 12px 12px;
  padding-right: 24px;
}
@media screen and (min-width: 768px) {
  .p-blog-contents__link {
    padding: 15px;
    background: url(../images/icon/icon_right_main.svg) no-repeat right 10px center;
    background-size: 20px 20px;
    padding-right: 40px;
  }
}
.p-blog-contents__photo {
  width: 25%;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-blog-contents__photo {
    padding-right: 20px;
  }
}
.p-blog-contents__photo img {
  width: 100%;
  height: auto;
}
.p-blog-contents__info {
  width: 75%;
}
.p-blog-contents__info .data {
  display: block;
  color: #ea5822;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-blog-contents__info .data {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.p-blog-contents__ttl {
  padding-top: 10px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  color: #000000;
}
@media screen and (min-width: 768px) {
  .p-blog-contents__ttl {
    padding-top: 15px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

/*404========*/
.p-blog-404__ttl {
  font-weight: bold;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  color: #ea5822;
  text-align: center;
}
.p-blog-404__btn {
  padding-top: 30px;
}

/*記事詳細==================*/
.p-blog-detail {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-blog-detail {
    padding-bottom: 80px;
  }
}
.p-blog-detail__contents {
  padding-top: 30px;
}
.p-blog-detail__btn {
  padding-top: 30px;
}

/*記事＝＝＝＝＝＝＝＝*/
.p-blog-single__photo {
  text-align: center;
  padding-bottom: 30px;
}
.p-blog-single__photo img {
  max-width: 100%;
}
.p-blog-single__data {
  padding-top: 20px;
  text-align: center;
  color: #009241;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-blog-single__data {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-blog-single__contents p {
  padding: 20px 0;
  color: #333333;
  line-height: 2;
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-blog-single__contents p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-blog-single__contents p a {
  text-decoration: underline;
}
.p-blog-single__contents .wp-block-heading {
  margin-bottom: 40px;
}
.p-blog-single__contents h1 {
  background: #ff9e9e;
  border-left: 15px solid #e72026;
  padding: 15px;
  color: #000000;
  font-weight: bold;
  font-size: 30px;
  font-size: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-blog-single__contents h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.p-blog-single__contents h2 {
  position: relative;
  color: #000000;
  font-weight: bold;
  font-size: 30px;
  font-size: 1.875rem;
  border-bottom: 5px solid #78b794;
  padding-left: 30px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-blog-single__contents h2 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.p-blog-single__contents h2::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #009241;
  position: absolute;
  top: 9px;
  left: 0;
}
.p-blog-single__contents h3 {
  position: relative;
  color: #ea5822;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .p-blog-single__contents h3 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.p-blog-single__contents h3::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #ea5822;
  position: absolute;
  top: calc(50% - 11px);
  left: 0;
}
.p-blog-single__contents h4 {
  position: relative;
  color: #009241;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .p-blog-single__contents h4 {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}
.p-blog-single__contents h4::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background: #009241;
  border-radius: 100%;
  position: absolute;
  top: calc(50% - 11px);
  left: 0;
}
.p-blog-single__contents h5 {
  position: relative;
  color: #691a80;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-blog-single__contents h5 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-blog-single__contents h6 {
  position: relative;
  color: #000000;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-blog-single__contents h6 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-blog-single__contents ul {
  display: inline-block;
  text-align: left;
  padding: 20px 0;
}
.p-blog-single__contents ul li {
  display: block;
  text-indent: -1.3rem;
  padding-left: 1rem;
  margin-bottom: 5px;
}
.p-blog-single__contents ul li:before {
  content: "・";
  color: #1185E7;
}
.p-blog-single__contents ol {
  display: block;
  text-align: left;
  padding: 20px 0;
}
.p-blog-single__contents ol li {
  display: block;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 5px;
}
.p-blog-single__contents ol li:nth-child(1):before {
  content: "1.";
  color: #333333;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.p-blog-single__contents ol li:nth-child(2):before {
  content: "2.";
  color: #333333;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.p-blog-single__contents ol li:nth-child(3):before {
  content: "3.";
  color: #333333;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.p-blog-single__contents ol li:nth-child(4):before {
  content: "4.";
  color: #333333;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.p-blog-single__contents ol li:nth-child(5):before {
  content: "5.";
  color: #333333;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.p-blog-single__contents ol li:nth-child(6):before {
  content: "6.";
  color: #333333;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.p-blog-single__contents ol li:nth-child(7):before {
  content: "7.";
  color: #333333;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.p-blog-single__contents ol li:nth-child(8):before {
  content: "8.";
  color: #333333;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}
.p-blog-single__contents ol li:nth-child(9):before {
  content: "9.";
  color: #333333;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

/* =========================================================
reason -選ばれる理由ページの独自コンテンツ
========================================================= */
.p-reason__ttl {
  text-align: center;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-reason__ttl {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
.p-reason__ttl .in {
  display: inline;
  background: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-weight: bold;
  font-size: 25px;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-reason__ttl .in {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 992px) {
  .p-reason__ttl .in {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

/*p-reason-mv=========*/
.p-reason-mv__ttl img {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
}

/*p-reason-about================*/
.p-reason-about__ttl {
  background: #fe5959;
  text-align: center;
  padding: 15px 0;
  letter-spacing: 2px;
}
@media screen and (min-width: 768px) {
  .p-reason-about__ttl {
    padding: 40px 0;
  }
}
.p-reason-about__ttl--in {
  font-weight: bold;
  color: #ffffff;
}
.p-reason-about__ttl--in .sub {
  display: block;
  padding-bottom: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-reason-about__ttl--in .sub {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-reason-about__ttl--in .main {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-reason-about__ttl--in .main {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.p-reason-about__ttl--in .main .big {
  font-size: 120%;
  color: #f0ff00;
}
.p-reason-about__contents {
  padding: 15px 0 20px;
}
@media screen and (min-width: 768px) {
  .p-reason-about__contents {
    padding: 30px 0 80px;
  }
}
.p-reason-about__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
@media screen and (min-width: 768px) {
  .p-reason-about__list {
    margin: 0 -10px;
  }
}
.p-reason-about__box {
  padding: 0 5px 15px;
  text-align: center;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .p-reason-about__box {
    width: 25%;
    padding: 0 10px;
  }
}
.p-reason-about__box .photo {
  text-align: center;
}
.p-reason-about__box .photo img {
  width: 100%;
}
.p-reason-about__box .ttl {
  color: #fe5959;
  font-weight: bold;
  padding-top: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-reason-about__box .ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/*p-reason-reason=============*/
.p-reason-reason {
  position: relative;
  background: #78b794;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p-reason-reason {
    padding: 80px 0;
  }
}

.p-reason-reason-box {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-reason-reason-box {
    padding-bottom: 30px;
    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-reason-reason-box:nth-of-type(2n) {
    -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;
  }
  .p-reason-reason-box:nth-of-type(2n) .p-reason-reason-box__info {
    padding-left: 0;
    padding-right: 40px;
  }
}
.p-reason-reason-box:last-of-type {
  padding-bottom: 0;
}
.p-reason-reason-box__photo {
  padding-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reason-reason-box__photo {
    padding-bottom: 0;
    width: 360px;
  }
}
.p-reason-reason-box__photo img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-reason-reason-box__info {
    width: calc(100% - 360px);
    padding-left: 40px;
  }
}
.p-reason-reason-box__ttl {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.5;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ffffff;
}
@media screen and (min-width: 768px) {
  .p-reason-reason-box__ttl {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
}
.p-reason-reason-box__text {
  color: #ffffff;
}

/*maker=================*/
.p-reason-maker {
  position: relative;
  background: #fff9ed;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p-reason-maker {
    padding: 80px 0;
  }
}
.p-reason-maker__ttl {
  font-size: 25px;
  font-size: 1.5625rem;
  text-align: center;
  font-weight: bold;
  color: #f88200;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .p-reason-maker__ttl {
    font-size: 50px;
    font-size: 3.125rem;
    margin-bottom: 35px;
  }
}
.p-reason-maker__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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.p-reason-maker__item {
  width: 25%;
  padding: 0 5px 10px;
}
@media screen and (min-width: 768px) {
  .p-reason-maker__item {
    width: 12.5%;
  }
}
.p-reason-maker__item img {
  text-align: center;
}
.p-reason-maker__btn {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-reason-maker__btn {
    padding-top: 40px;
  }
}

/*support=============*/
.p-reason-support {
  position: relative;
  background: #74bfdf;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p-reason-support {
    padding: 80px 0;
  }
}
.p-reason-support__img .photo img {
  width: 100%;
}

.p-reason-support-box {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 2px dotted #ffffff;
}
@media screen and (min-width: 768px) {
  .p-reason-support-box {
    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;
    border: none;
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .p-reason-support-box:nth-of-type(2n) {
    -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;
  }
  .p-reason-support-box:nth-of-type(2n) .p-reason-support-box__info {
    padding-left: 0;
    padding-right: 40px;
  }
}
.p-reason-support-box__photo {
  padding-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reason-support-box__photo {
    padding-bottom: 0;
    width: 50%;
  }
}
.p-reason-support-box__photo img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-reason-support-box__info {
    width: 50%;
    padding-left: 40px;
  }
}
.p-reason-support-box__ttl {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.5;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-reason-support-box__ttl {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
}
.p-reason-support-box__text {
  color: #ffffff;
}

/*info==============*/
.p-reason-info {
  position: relative;
  background: #bfc639;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p-reason-info {
    padding: 80px 0;
  }
}
.p-reason-info__img img {
  width: 100%;
}

/* =========================================================
about - お客様の声ページの独自コンテンツ
========================================================= */
/*MV===========*/
.p-about-mv__ttl img {
  width: 100%;
}

/*contents===============*/
.p-about-contents {
  padding: 20px 0;
}
.p-about-contents__ttl {
  position: relative;
  background: #f88200;
  border-radius: 100px;
  padding: 15px 25px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about-contents__ttl {
    padding: 20px 25px;
    margin-bottom: 50px;
  }
}
.p-about-contents__ttl::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 40px 0 40px;
  border-color: #f88200 transparent transparent transparent;
  position: absolute;
  bottom: -13px;
  left: calc(50% - 40px);
}
.p-about-contents__ttl .in {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.6;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-about-contents__ttl .in {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.p-about-box {
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-about-box {
    padding-bottom: 30px;
    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-about-box:nth-of-type(2n) {
    -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;
  }
  .p-about-box:nth-of-type(2n) .p-about-box__info {
    padding-left: 0;
    padding-right: 20px;
  }
}
.p-about-box__photo {
  padding-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-about-box__photo {
    padding-bottom: 0;
    width: 50%;
  }
}
.p-about-box__photo img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-about-box__info {
    width: 50%;
    padding-left: 20px;
  }
}
.p-about-box__ttl {
  color: #f88200;
  font-weight: bold;
  line-height: 1.5;
  font-size: 22px;
  font-size: 1.375rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-about-box__ttl {
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 20px;
  }
}

/*bnr===============*/
.p-about-bnr {
  padding: 30px 0;
  background: #fff9ed;
}
@media screen and (min-width: 768px) {
  .p-about-bnr {
    padding: 80px 0;
  }
}
.p-about-bnr__item {
  text-align: center;
}
.p-about-bnr__item a img {
  max-width: 100%;
}

/*list==============*/
.p-about-list {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .p-about-list {
    padding: 80px 0;
  }
}
.p-about-list__tab {
  padding: 20px 0;
}
.p-about-list__tab .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.p-about-list__tab .item {
  padding: 0 5px 10px;
  width: 50%;
  text-align: center;
}
.p-about-list__tab .item a {
  display: inline-block;
}
.p-about-list__tab .item a img {
  width: 100%;
}
.p-about-list__contents {
  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: 576px) {
  .p-about-list__contents {
    margin: 0 -15px;
  }
}
.p-about-list__btn {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-about-list__btn {
    padding-top: 30px;
  }
}

/* =========================================================
voice - お客様の声ページの独自コンテンツ
========================================================= */
/*共通パーツ＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.p-voice-block {
  position: relative;
  background: #0096d7;
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .p-voice-block {
    padding: 80px 0;
  }
}
.p-voice-block::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100px 0 0;
  border-color: #00b2ff transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-voice-block::before {
    border-width: 200px 200px 0 0;
  }
}
.p-voice-block__ttl {
  position: relative;
  z-index: 10;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-voice-block__ttl {
    margin-bottom: 50px;
  }
}
.p-voice-block__ttl .in {
  position: relative;
  display: inline-block;
  padding: 0 50px;
  font-weight: bold;
  font-size: 25px;
  font-size: 1.5625rem;
  letter-spacing: 5px;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .p-voice-block__ttl .in {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 992px) {
  .p-voice-block__ttl .in {
    font-size: 45px;
    font-size: 2.8125rem;
  }
}
.p-voice-block__ttl .in::before, .p-voice-block__ttl .in::after {
  content: '';
  display: block;
  width: 3px;
  height: 50px;
  background: #ffffff;
  position: absolute;
  top: calc(50% - 25px);
}
@media screen and (min-width: 768px) {
  .p-voice-block__ttl .in::before, .p-voice-block__ttl .in::after {
    width: 5px;
    height: 70px;
    top: calc(50% - 35px);
  }
}
.p-voice-block__ttl .in::before {
  transform: rotate(-20deg);
  left: 0;
}
.p-voice-block__ttl .in::after {
  transform: rotate(20deg);
  right: 0;
}
.p-voice-block__ttl .sub {
  display: block;
  padding-top: 10px;
  font-size: 50%;
}
@media screen and (min-width: 768px) {
  .p-voice-block__ttl .sub {
    font-size: 50%;
  }
}
.p-voice-block__list {
  position: relative;
  z-index: 10;
  margin: 0 -10px;
}
.p-voice-block__item {
  padding: 0 10px;
}
.p-voice-block__photo img {
  width: 100%;
}
.p-voice-block .item-ttl {
  padding-top: 15px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.6;
}
.p-voice-block .item-ttl .time {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-voice-block .item-ttl .time {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-voice-block .item-ttl .ttl {
  display: block;
  padding-top: 2px;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-voice-block .item-ttl .ttl {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/*記事一覧==================*/
.p-voice-contents {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-voice-contents {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 576px) {
  .p-voice-contents__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
.p-voice-contents__item {
  padding-bottom: 20px;
}
@media screen and (min-width: 576px) {
  .p-voice-contents__item {
    padding: 0 10px 40px;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .p-voice-contents__item {
    width: 33.3%;
  }
}
.p-voice-contents__photo {
  position: relative;
  overflow: hidden;
  display: block;
  text-align: center;
  height: 200px;
  background: #efefef;
}
.p-voice-contents__photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: auto;
  max-height: 100%;
}
.p-voice-contents__info {
  padding-top: 10px;
  font-weight: bold;
  line-height: 1.6;
  word-break: break-all;
}
.p-voice-contents__info .data {
  font-size: 13px;
  font-size: 0.8125rem;
}
.p-voice-contents__ttl {
  padding-top: 2px;
  font-size: 16px;
  font-size: 1rem;
}

/*404========*/
.p-voice-404__ttl {
  font-weight: bold;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  color: #ea5822;
  text-align: center;
}
.p-voice-404__btn {
  padding-top: 30px;
}

/* =========================================================
question -よくある質問ページの独自コンテンツ
========================================================= */
.p-question__text {
  text-align: center;
}
.p-question__contents {
  padding: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .p-question__contents {
    padding: 0 0 80px;
  }
}

/*box===========*/
.c-question-box {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-question-box {
    padding-top: 30px;
  }
}
.c-question-box__label {
  position: relative;
  display: block;
  min-height: 65px;
  padding: 15px;
  padding-left: 70px;
  border: 3px solid #000000;
  background: #ea5822;
  transition: .3s;
  cursor: pointer;
}
.c-question-box__label:hover {
  opacity: .7;
}
@media screen and (min-width: 768px) {
  .c-question-box__label {
    padding: 20px;
    padding-left: 70px;
  }
}
.c-question-box__label::before {
  content: "Q";
  display: block;
  width: 50px;
  height: 50px;
  background: #ffffff;
  text-align: center;
  color: #ea5822;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.6;
  position: absolute;
  top: 15px;
  left: 10px;
}
@media screen and (min-width: 768px) {
  .c-question-box__label::before {
    top: 8px;
  }
}
.c-question-box__q {
  display: block;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.6;
  background: url(../images/icon/icon_bottom_w.svg) no-repeat right center;
  background-size: 12px 12px;
  padding-right: 17px;
}
.c-question-box__input {
  display: none;
}
.c-question-box__input:checked + .c-question-box__label .c-question-box__q {
  background: url(../images/icon/icon_up_w.svg) no-repeat right center;
  background-size: 12px 12px;
  padding-right: 17px;
}
.c-question-box__input:checked ~ .c-question-box__a {
  opacity: 1;
  overflow: inherit;
  line-height: 1.6;
  padding: 15px;
  padding-left: 70px;
}
@media screen and (min-width: 768px) {
  .c-question-box__input:checked ~ .c-question-box__a {
    padding: 30px 20px;
    padding-left: 70px;
  }
}
.c-question-box__a {
  position: relative;
  background: #ffebe9;
  padding-left: 70px;
  transition: line-height 0.4s ease-out 0s, padding 0.4s ease-out 0s, opacity 0.6s 0.3s;
  opacity: 0;
  overflow: hidden;
  line-height: 0;
}
.c-question-box__a::before {
  content: "A";
  display: block;
  width: 50px;
  height: 50px;
  background: #ffffff;
  text-align: center;
  color: #ea5822;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.6;
  position: absolute;
  top: 15px;
  left: 10px;
}
@media screen and (min-width: 768px) {
  .c-question-box__a::before {
    top: 18px;
  }
}

/* =========================================================
company -会社概要ページの独自コンテンツ
========================================================= */
/*mv===========*/
.p-company-mv {
  text-align: center;
}
.p-company-mv img {
  display: inline-block;
  width: 100%;
}

/*data================*/
.p-company-data {
  padding: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .p-company-data {
    padding: 80px 0 0;
  }
}
.p-company-data__tr {
  background: #f1f1f1;
  padding: 15px 10px;
}
@media screen and (min-width: 768px) {
  .p-company-data__tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
  }
}
.p-company-data__tr:nth-of-type(2n) {
  background: #ffffff;
}
.p-company-data__th {
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 1.8;
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-company-data__th {
    padding: 10px;
    width: 180px;
    text-align: center;
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-company-data__td {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-company-data__td {
    padding: 10px 15px;
    border-left: 1px solid #000000;
    width: calc(100% - 180px);
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/*access=============*/
.p-company-access {
  padding: 30px 0;
}
@media screen and (min-width: 768px) {
  .p-company-access {
    padding: 80px 0;
  }
}

/* =========================================================
sitemap -サイトマップページの独自コンテンツ
========================================================= */
.p-sitemap__contents {
  padding: 0 0 30px;
}
@media screen and (min-width: 768px) {
  .p-sitemap__contents {
    padding: 0 0 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-sitemap__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px;
  }
}
.p-sitemap__item {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .p-sitemap__item {
    width: 50%;
    padding: 0 10px 20px;
  }
}
@media screen and (min-width: 768px) {
  .p-sitemap__item.home {
    width: 100%;
    padding-bottom: 15px;
  }
}
.p-sitemap__item.home .p-sitemap__link {
  background: #e72026;
  padding: 20px 15px;
}
.p-sitemap__item.home .p-sitemap__link .in {
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-sitemap__item.home .p-sitemap__link .in {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.p-sitemap__link {
  display: block;
  background: #ea5822;
  padding: 15px;
  border-radius: 5px;
}
@media screen and (min-width: 768px) {
  .p-sitemap__link {
    padding: 20px;
  }
}
.p-sitemap__link .in {
  background: url(../images/icon/icon_right_w.svg) no-repeat left center;
  background-size: 12px 12px;
  padding-left: 17px;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-sitemap__link .in {
    background: url(../images/icon/icon_right_w.svg) no-repeat left center;
    background-size: 15px 15px;
    padding-left: 20px;
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

/* =========================================================
policy -プライバシーポリシーページの独自コンテンツ
========================================================= */
.p-policy__text {
  padding-bottom: 40px;
}

/*info==============*/
.p-policy-info {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .p-policy-info {
    padding-bottom: 80px;
  }
}
.p-policy-info .p-basic-list,
.p-policy-info .p-ol-list {
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-policy-info .p-basic-list,
  .p-policy-info .p-ol-list {
    padding-top: 30px;
  }
}

/* =========================================================
contact - お問合せページの独自コンテンツ
========================================================= */
/*共通ブロック＝＝＝＝＝＝＝＝＝*/
.p-contact-block {
  background: url(../images/common/dotted_bg.jpg) repeat;
  padding: 50px 0;
}
.p-contact-block__ttl {
  background: #de0000;
  border: 5px solid #000000;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-contact-block__ttl {
    text-align: center;
  }
}
.p-contact-block__ttl .in {
  position: relative;
  display: inline-block;
  padding: 20px 10px;
  padding-left: 120px;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .p-contact-block__ttl .in {
    font-size: 30px;
    font-size: 1.875rem;
    padding: 30px 10px;
    padding-left: 210px;
  }
}
@media screen and (min-width: 992px) {
  .p-contact-block__ttl .in {
    font-size: 40px;
    font-size: 2.5rem;
  }
}
.p-contact-block__ttl .in::before {
  content: '';
  display: block;
  width: 110px;
  height: 80px;
  background: url(../images/common/contact-ttl-img.png) no-repeat bottom left;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-contact-block__ttl .in::before {
    width: 200px;
    height: 150px;
  }
}
@media screen and (min-width: 768px) {
  .p-contact-block__list {
    margin: 0 -5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-contact-block__btn {
  padding: 0 0 5px;
}
@media screen and (min-width: 768px) {
  .p-contact-block__btn {
    padding: 0 5px;
    width: 33.3%;
  }
}
.p-contact-block__btn.mail .p-contact-block__link {
  background-color: #ea5822;
}
.p-contact-block__btn.mail .p-contact-block__link .main {
  background: url(../images/icon/icon_right_w.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .p-contact-block__btn.mail .p-contact-block__link .main {
    background: url(../images/icon/icon_right_w.svg) no-repeat bottom center;
    background-size: 15px 15px;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
.p-contact-block__btn.mail .p-contact-block__link .main::before {
  background-image: url(../images/icon/icon_mail_orange.svg);
}
.p-contact-block__btn.tel .p-contact-block__link {
  background-color: #691a80;
}
.p-contact-block__btn.tel .p-contact-block__link .main::before {
  background-image: url(../images/icon/icon_phone_purple.svg);
}
.p-contact-block__btn.line .p-contact-block__link {
  background-color: #00b900;
}
.p-contact-block__btn.line .p-contact-block__link .main {
  background: url(../images/icon/icon_right_w.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .p-contact-block__btn.line .p-contact-block__link .main {
    background: url(../images/icon/icon_right_w.svg) no-repeat bottom center;
    background-size: 15px 15px;
    padding-bottom: 20px;
    padding-right: 0;
  }
}
.p-contact-block__btn.line .p-contact-block__link .main::before {
  background-image: url(../images/icon/icon_line_green.svg);
}
.p-contact-block__link {
  position: relative;
  display: block;
  border: 5px solid #000000;
  padding: 20px 10px;
  padding-left: 70px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.6;
  box-shadow: 0px 0px 15px -5px #888888;
}
@media screen and (min-width: 768px) {
  .p-contact-block__link {
    text-align: center;
    padding: 20px 10px;
    height: 100%;
  }
}
.p-contact-block__link .main {
  display: inline-block;
  font-size: 18px;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-contact-block__link .main {
    position: relative;
    font-size: 20px;
    font-size: 1.25rem;
    padding-top: 70px;
  }
}
.p-contact-block__link .main::before {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #ffffff;
  background-size: 60% 60%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: calc(50% - 25px);
  left: 10px;
}
@media screen and (min-width: 768px) {
  .p-contact-block__link .main::before {
    width: 60px;
    height: 60px;
    top: 0;
    left: calc(50% - 30px);
  }
}
.p-contact-block__link .sub {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact-block__link .sub {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

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

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

  .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: #1185E7 !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;
  line-height: 0;
}
@media screen and (min-width: 768px) {
  .pc-show {
    display: block !important;
  }
}

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

/*非表示========*/
.u-none {
  display: none !important;
}

/*lnline=========*/
.u-inline {
  display: inline !important;
}

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

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

/*table=========*/
.u-table {
  display: table !important;
}

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

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

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

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

/*sm=============*/
@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;
  }
}
/*md=============*/
@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;
  }
}
/*lg=================*/
@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;
  }
}
/*xl====================*/
@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;
  }
}
/*print=================*/
@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;
  }
}
