@charset "UTF-8";

html {
  font-size: 100%;
  line-height: 1.5em;
}

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

/* =========================================================
基本style
========================================================= */
html {
  overflow-x: hidden;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

body {
  font-size: 16px;
  font-size: 1rem;
  color: #333333;
  position: relative;
}

body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

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

a:hover {
  opacity: .8;
}

a.slideMenuNavMainLink:hover,
a.slideMenuNavSubLink:hover {
  opacity: 1;
}

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
=======================================*/
.largeContainer,
.largeMainCol2,
.largeMainCol3,
.titleH1ImgText {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {

  .largeContainer,
  .largeMainCol2,
  .largeMainCol3,
  .titleH1ImgText {
    max-width: 1220px;
  }
}

@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: -10px;
  margin-left: -10px;
}

/*隙間なし＝＝＝＝＝＝＝＝*/
.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: 10px;
  padding-left: 10px;
}

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

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

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

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

.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: 10px;
  padding-left: 10px;
}

.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: 10px;
  padding-left: 10px;
}

.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: 10px;
  padding-left: 10px;
}

.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: 10px;
  padding-left: 10px;
}

.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: 10px;
  padding-left: 10px;
}

.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: 10px;
  padding-left: 10px;
}

.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: 10px;
  padding-left: 10px;
}

.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: 10px;
  padding-left: 10px;
}

.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: 10px;
  padding-left: 10px;
}

.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: 10px;
  padding-left: 10px;
}

.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: 10px;
  padding-left: 10px;
}

.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: 10px;
  padding-left: 10px;
}

.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
==================================*/
.largeMain {
  position: relative;
}

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

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

/* 2カラム
============*/
.largeMainCol2 {
  padding-bottom: 120px;
}

@media screen and (min-width: 768px) {
  .largeMainCol2 {
    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) {
  .largeMainCol2.reverse {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.largeMainCol2 .largeMain {
  padding-bottom: 0;
}

@media screen and (min-width: 768px) {
  .largeMainCol2 .largeMain {
    width: calc(100% - 240px);
  }
}

@media screen and (min-width: 768px) {
  .largeMainCol2 .l-side {
    width: 200px;
  }
}

/* 3カラム
============*/
.largeMainCol3 {
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .largeMainCol3 {
    padding-bottom: 120px;
  }
}

@media screen and (min-width: 768px) {
  .largeMainCol3 {
    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;
  }
}

.largeMainCol3 .largeMain {
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .largeMainCol3 .largeMain {
    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) {
  .largeMainCol3 .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) {
  .largeMainCol3 .l-side--right {
    width: 160px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-order: 3;
    -ms-flex-order: 3;
    order: 3;
  }
}

/*==================================
section
==================================*/
.largeSection {
  margin: 0 auto;
  padding-top: 50px;
}

@media screen and (min-width: 768px) {
  .sectionL {
    padding-top: 0px;
  }

  .largeSection {
    padding-top: 100px;
  }
}

.largeSection.bg-color {
  background: #dddddd !important;
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .largeSection.bg-color {
    padding: 50px 0;
  }
}

.l-section--in {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .l-section--in {
    padding-top: 60px;
  }
}

/* =========================================================
header - ヘッダー関連全てココ
========================================================= */
.header {
  background: #ffffff;
  width: 100%;
  height: 70px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

@media screen and (min-width: 992px) {
  .header {
    height: 80px;
  }
}

.headerIn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

/*headerを固定する場合*/
body {
  margin-top: 70px;
}

@media screen and (min-width: 992px) {
  body {
    margin-top: 80px;
  }
}

.headerLogo {
  /* padding: 5px; */
  width: calc(100% - 210px);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.shopName {
  background-color: #e60012;
  color: #fff;
  /* font-size: 9px; */
  font-size: 0.585rem;
  padding: 3px 8px;
  border-radius: 40px;
  width: 120px;
}
@media screen and (min-width: 992px) {
  .headerLogo {
    /* width: 210px; */
    width: 280px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.headerLogoLink {
  /* width: 120px; */
  /* height: 50px; */
  width: 110px;
  margin-right: 5px;
}

@media screen and (min-width: 992px) {
  .headerLogoLink {
    /* width: 120px; */
    width: 45%;
    margin-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .headerLogoLink {
    width: 90px;
    margin-top: 0px !important;
    margin-bottom: 3px;
  }
    .headerLogoLink img {
    /* height: 40px !important; */
    display: inline-block !important;
    vertical-align: top !important;
    margin-top: 0px;
    }
    .shopName {
      background-color: #e60012;
      color: #fff;
      /* font-size: 9px; */
      font-size: 0.585rem;
      padding: 3px 8px;
      border-radius: 40px;
      margin-top: 0px;
    }
    
}

.headerLogoLink img {
  display: inline-block;
  vertical-align: bottom;
}

.headerContact {
  display: flex;
  width: 130px;
}

@media screen and (min-width: 992px) {
  .headerContact {
    width: 330px;
  }
}

.headerContactTel {
  text-align: center;
  height: 70px;
  width: 70px;
  display: inline-block;
  background: url(/img/icon/tel.svg) no-repeat center top 5px;
  background-size: 30px 30px;
  background-color: #F6AB00;
  padding: 40px 5px 5px;
}

@media screen and (max-width: 991px) {
  .headerContactTel {
    position: relative;
  }

  .headerContactTel a:not(.in-link) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent: -999px;
    z-index: 5;
  }

  .headerContactTel a.in-link {
    position: relative;
    z-index: 5;
  }
}

@media screen and (min-width: 992px) {
  .headerContactTel {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #F6AB00;
    width: 250px;
    height: 80px;
    padding: 5px;
  }
}

.headerContactTelPhone .in {
  display: none;
  color: #fff;
  font-weight: bold;
  background: url(/img/icon/icon_phone_w.svg) no-repeat left 7.5px center;
  background-size: 15px 15px;
  padding-left: 30px;
}

@media screen and (min-width: 992px) {
  .headerContactTelPhone .in {
    display: inline-block;
    font-size: 28px;
    font-size: 1.925rem;
    background: url(/img/icon/tel.svg) no-repeat left 12.5px center;
    background-size: 30px 30px;
    padding-left: 45px;
  }
}

.headerContactTelData {
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 10px;
  font-size: 0.625rem;
}

@media screen and (min-width: 992px) {
  .headerContactTelData {
    padding-top: 10px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.headerContactTelData .ttl {
  display: block;
}

@media screen and (min-width: 992px) {
  .headerContactTelData .ttl {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px;
  }
}

.headerContactTelData .time {
  display: block;
  padding-top: 5px;
}

@media screen and (min-width: 992px) {
  .headerContactTelData .time {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 0 5px;
  }
}

.headerContactMail {
  width: 60px;
  height: 70px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .headerContactMail {
    width: 80px;
    height: 80px;
  }
}

.headerContactMailBtn {
  display: block;
  width: 70px;
  height: 70px;
  background: url(/img/icon/icon_mail_w.svg) no-repeat center top 13px;
  background-size: 30px 30px;
  background-color: #5CB531;
  padding: 43px 5px 5px;
}

@media screen and (min-width: 992px) {
  .headerContactMailBtn {
    background-position: center top 14px;
    padding: 45px 5px 5px;
    width: 80px;
    height: 80px;
  }
}

.headerContactMailBtn .in {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
}

@media screen and (min-width: 992px) {
  .headerContactMailBtn .in {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.slideContact {
  padding-top: 50px;
}

@media screen and (min-width: 768px) {
  .slideContact {
    padding-top: 100px;
  }
}

.slideContactList {
  border-radius: 10px;
  overflow: hidden;
  background-color: #5cb531;
}

@media screen and (min-width: 768px) {
  .slideContactList {
    display: flex;
    align-items: center;
    background: #5cb531;
  }
}

@media screen and (min-width: 768px) {
  .slideUnderContactItem {
    width: 50%;
    height: 100%;
  }
}

.slideUnderContactBox {
  padding: 15px 10px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .slideUnderContactBox {
    text-align: center;
    padding: 35px 10px;
  }
}

.slideUnderContactBox.phone {
  background: #898989;
}

.slideUnderContactBox.phone .in {
  font-size: 28px;
  font-size: 1.925rem;
  background: url(/img/icon/tel.svg) no-repeat left center;
  background-size: 30px 30px;
  padding-left: 35px;
  height: 35px;
}

@media screen and (min-width: 992px) {
  .slideUnderContactBox.phone .in {
    font-size: 33px;
    font-size: 2.3625rem;
    background: url(/img/icon/tel.svg) no-repeat left center;
    background-size: 40px 40px;
    padding-left: 45px;
    height: 45px;
  }
}

.slideUnderContactBox.mail>.in {
  font-size: 26px;
  font-size: 1.25rem;
  background: url(/img/icon/mail_green.svg) no-repeat left center;
  background-size: 30px 30px;
  padding-left: 35px;
}

@media screen and (min-width: 768px) {
  .slideUnderContactBox.mail>.in {
    font-size: 30px;
    font-size: 1.875rem;
    background: url(/img/icon/mail_green.svg) no-repeat left center;
    background-size: 40px 40px;
    padding-left: 45px;
  }
}

.slideUnderContactLink {
  display: block;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .slideUnderContactLink {
    height: 100%;
  }
}

.slideUnderContactLink .in {
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
}

.slideUnderContactData {
  display: block;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 10px;
}

@media screen and (min-width: 768px) {
  .slideUnderContactData {
    display: block;
    text-align: center;
    font-size: 16px;
    font-size: 1rem;
  }
}

.slideUnderContactData .ttl {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}

@media screen and (min-width: 768px) {
  .slideUnderContactData .ttl {
    width: 80px;
  }
}

.slideUnderContactData .time {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 5px;
}

.slideUnderContactData .text .in {
  padding-right: 10px;
}

.footer {
  background: #595757;
  margin-top: 100px;
  padding: 30px 0;
  margin-bottom: 70px;
}

@media screen and (min-width: 992px) {
  .footer {
    padding: 50px 0;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .footerContents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: space-between;
    -moz-flex-direction: space-between;
    -ms-flex-direction: space-between;
    flex-direction: space-between;
  }
}

.footerLogo {
  /* text-align: center; */
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .footerLogo {
    text-align: left;
  }
}

.footerLogoLink {
  /* width: 180px; */
  /* padding: 15px 20px; */
  /* padding: 15px 30px 15px 0px; */
  width: 120px;
  padding: 0px 0px 10px 0px;
  margin-right: 10px;
}

@media screen and (min-width: 992px) {
  .footerLogoLink {
    /* width: 200px; */
    width: 130px;
  }
}

.footerLogoLink img {
  display: inline-block;
  vertical-align: bottom;
}

.footerData {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .footerData {
    width: 280px;
    text-align: left;
  }
}

.footerPhone {
  padding: 0px 0 10px 0;
  display: inline-block;
}

.footerPhone .in {
  display: inline-block;
  font-size: 28px;
  font-size: 1.925rem;
  background: url(/img/icon/tel_blue.svg) no-repeat left center;
  background-size: 28px 28px;
  padding-left: 30px;
  color: #0081cc;
  font-weight: bold;
}

.footerData2 {
  display: block;
  color: #ffffff;
  font-weight: bold;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  padding-bottom: 10px;
  max-width: 220px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .footerData2 {
    display: block;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 0;
    margin: 0;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.footerData2 .ttl {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}

@media screen and (min-width: 992px) {
  .footerData2 .ttl {
    width: 60px;
  }
}

.footerData2 .time {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 5px;
}

.footerMail {
  padding: 15px 0;
  text-align: center;
}

.footerMail .link {
  display: inline-block;
  padding: 15px 10px;
  border: 2px solid #0081cc;
  border-radius: 100px;
  text-align: center;
  max-width: 280px;
  width: 100%;
  background-color: #fff;
}

.footerMail .in {
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  color: #0081cc;
  font-weight: bold;
  word-break: break-all;
  background: url(/img/icon/mail_blue.svg) no-repeat left center;
  background-size: 22px 22px;
  padding-left: 27px;
}

.footerNav {
  display: none;
}

@media screen and (min-width: 992px) {
  .footerNav {
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    width: calc(100% - 210px);
  }
}

.footerNavMain {
  display: flex;
  flex-wrap: wrap;
  max-width: 620px;
  width: 100%;
  padding-right: 50px;
}

.footerNavMainItem {
  width: 33.3%;
  text-align: right;
}

.footerNavMainLink {
  padding: 15px 10px;
  background: url(/img/icon/icon_right_w.svg) no-repeat right 6px center;
  background-size: 12px 12px;
  padding-right: 24px;
  color: #ffffff;
  font-weight: bold;
  font-size: 17px;
  font-size: 1.0625rem;
}

/*sub*/
@media screen and (min-width: 992px) {
  .footerNavSub {
    width: 100%;
    max-width: 160px;
  }
}

.footerNavSubItem {
  padding-top: 15px;
  padding-right: 10px;
}

.footerNavSubLink {
  display: inline-block;
  width: 100%;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3;
}

/*line====================*/
.footerLink {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

@media screen and (min-width: 992px) {
  .footerLink {
    flex-direction: row;
  }
}

/*line====================*/
.c-footer-line {
  margin: 0 20px;
  padding: 15px 0 0;
  width: 75%;
}

@media screen and (min-width: 992px) {
  .c-footer-line {
    padding: 40px 0;
    width: auto;
  }
}

.c-footer-line__btn {
  display: block;
  width: 100%;
  max-width: 340px;
  background: #00B900;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 10px;
  padding: 15px 10px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .c-footer-line__btn {
    max-width: 620px;
    padding: 30px 15px;
  }
}

.c-footer-line__btn .in {
  color: #ffffff;
  font-weight: bold;
  background: url(/img/common/line-icon.png) no-repeat center left;
  background-size: 30px 30px;
  padding-left: 35px;
}

@media screen and (min-width: 992px) {
  .c-footer-line__btn .in {
    padding-left: 65px;
    background-size: 60px 60px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.footerContact {
  padding: 20px 0;
  width: 75%;
}

@media screen and (min-width: 992px) {
  .footerContact {
    padding: 40px 0;
    width: auto;
  }
}

.footerContactBtn {
  display: block;
  width: 100%;
  max-width: 340px;
  background: #e60012;
  text-align: center;
  border: 2px solid #ffffff;
  border-radius: 10px;
  padding: 15px 10px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .footerContactBtn {
    max-width: 620px;
    padding: 30px 15px;
  }
}

.footerContactBtn .in {
  color: #ffffff;
  font-weight: bold;
  background: url(/img/icon/icon_mail_w.svg) no-repeat center left;
  background-size: 30px 30px;
  padding-left: 35px;
}

@media screen and (min-width: 992px) {
  .footerContactBtn .in {
    padding-left: 60px;
    background-size: 45px 45px;
    font-size: 30px;
    font-size: 1.875rem;
  }
}

.footerCopy {
  text-align: center;
}

.footerCopyText {
  font-size: 10px;
  font-size: 0.625rem;
  color: #ffffff;
}

@media screen and (min-width: 768px) {
  .footerCopyText {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/*fix menu=============*/
.fixMenu {
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 70px;
  transition: .5s;
  z-index: 100;
}

@media screen and (min-width: 992px) {
  .fixMenu {
    bottom: 6%;
    left: auto;
    right: 0;
    height: 240px;
    width: 100px;
  }
}

.fixMenu.active {
  bottom: 0;
}

@media screen and (min-width: 992px) {
  .fixMenu.active {
    bottom: 6%;
  }
}

.fixMenuList {
  display: flex;
}

@media screen and (min-width: 992px) {
  .fixMenuList {
    display: block;
  }
}

.fixMenuItem {
  width: 49.8%;
}

@media screen and (min-width: 992px) {
  .fixMenuItem {
    width: 100px;
  }
}

.fixMenuItem .link {
  display: block;
  height: 70px;
  border: 2px solid #ffffff;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .fixMenuItem .link {
    border-radius: 10px 0 0 10px;
    border: 2px solid #ffffff;
    border-right: none;
    height: 90px;
    text-align: center;
    line-height: 1.2;
  }
}

.fixMenuItem .link .in {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: bold;
  padding: 45px 0 0;
}

@media screen and (min-width: 576px) {
  .fixMenuItem .link .in {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 992px) {
  .fixMenuItem .link .in {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.fixMenuItem .link.mail {
  background-color: #5cb531;
}

.fixMenuItem .link.mail .in {
  background: url(/img/icon/icon_mail_w.svg) no-repeat top 5px center;
  background-size: 35px 35px;
  color: #ffffff;
}

.fixMenuItem .link.tel {
  background-color: #3e3a39;
}

.fixMenuItem .link.tel .in {
  background: url(/img/icon/tel_side.svg) no-repeat top 5px center;
  background-size: 35px 35px;
  color: #ffffff;
}

.bigTxt {
  font-size: 13px;
}

.fixMenuItem .link.line {
  background-color: #F1F1F1;
}

.fixMenuItem .link.line .in {
  background: url(/img/common/line-icon.png) no-repeat top 5px center;
  background-size: 25px 25px;
  color: #00B900;
}

.fixMenuShow {
  display: none;
}

@media screen and (min-width: 992px) {
  .fixMenuShow {
    display: block;
  }
}

.gNav {
  display: none;
}

@media screen and (min-width: 992px) {
  .gNav {
    display: block;
    padding: 0 10px;
    width: calc(100% - 540px);
  }
}

.gnavSub {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 10px 0;
  width: 100%;
}

.gnavSubLink {
  display: block;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  color: #000000;
  padding: 0 10px;
}

@media screen and (min-width: 1200px) {
  .gnavSubLink {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.gnavMain {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-top: 1px solid #0081cc;
  padding: 10px 0;
}

.gnavMainLink {
  display: block;
  text-align: center;
  font-size: 11px;
  /* font-size: 0.6875rem; */
  font-size: 0.69rem;
  color: #000000;
  font-weight: bold;
  padding: 0 8px 0 5px;
  background: url(/img/icon/icon_right_black.svg) no-repeat right 2.5px center;
  background-size: 5px 5px;
  padding-right: 10px;
}

@media screen and (min-width: 1200px) {
  .gnavMainLink {
    font-size: 15px;
    font-size: 0.8875rem;
    padding: 0 15px;
    background: url(/img/icon/icon_right_black.svg) no-repeat right 5px center;
    background-size: 10px 10px;
    padding-right: 20px;
  }
}

/*====================
スマホスライドメニュー
====================*/
.slideMenuBtn {
  /* width: 70px; */
  width: 60px;
  height: 70px;
  padding: 10px;
  background: #FF8E0A;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .slideMenuBtn {
    display: none;
  }
}

.slideMenuBtn .in {
  display: block;
  background: url(/img/icon/icon_menu_white.svg) no-repeat top center;
  background-size: 35px 35px;
  padding-top: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  font-size: 0.625rem;
}

.slideMenuArea {
  /* background: #5cb531; */
  background: #0081cc;
  padding: 10px;
}
@media screen and (min-width: 992px) {
  .slideMenuArea {
    display: none;
  }
}

.slideMenuClose {
  padding-top: 25px;
}

.slideMenuClose .icon {
  display: block;
  width: 100%;
  /* background: #000; */
  background: #e60012;
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 15px 10px;
  transition: .3s;
  cursor: pointer;
  text-align: center;
}

.slideMenuClose .icon:hover {
  opacity: .7;
}

.slideMenuClose .in {
  color: #ffffff;
  font-weight: bold;
  background: url(/img/icon/icon_multiply_w.svg) no-repeat left 6.5px center;
  background-size: 13px 13px;
  padding-left: 26px;
}

.slideMenuArea .slideContact {
  padding-top: 20px;
}

.slideMenuArea .slideContactList {
  border: 1px solid #ffffff;
}

.slideMenuLogo {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slideMenuLogoLink {
  /* width: 120px; */
  width: 85px;
  margin-right: 10px;
}

.slideMenuLogoLink img {
  display: inline-block;
  vertical-align: bottom;
}

.slideMenuNavMain {
  margin-bottom: 10px;
}

.slideMenuNavMainItem {
  /* border-bottom: 2px solid #5cb531; */
  border-bottom: 2px solid #0081cc;
}

.slideMenuNavMainLink {
  display: block;
  background: url(/img/icon/icon_right_main.svg) no-repeat right 6px center;
  background-size: 12px 12px;
  padding-right: 24px;
  background-color: #ffffff;
  padding: 15px 10px;
  color: #000000;
  font-weight: bold;
}

.slideMenuNavSub {
  display: flex;
  flex-wrap: wrap;
}

.slideMenuNavSubItem {
  width: 50%;
  padding-top: 15px;
  padding-right: 10px;
}

.slideMenuNavSubLink {
  display: inline-block;
  width: 100%;
  color: #ffffff;
  font-weight: bold;
  background: url(/img/icon/icon_right_w.svg) no-repeat right 5px center;
  background-size: 10px 10px;
  padding-right: 20px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3;
}

/* =========================================================
side - サイド
========================================================= */
/* =========================================================
title - 共通のタイトルやテキストなど
========================================================= */
/*メインタイトル
=============*/
.c-ttl-h1 {
  padding: 50px 0 30px;
  margin-bottom: 20px;
}

.c-ttl-h1__title {
  font-weight: bold;
}

.c-ttl-h1__title .sub {
  display: block;
  color: #42BA00;
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .c-ttl-h1__title .sub {
    font-size: 22px;
    font-size: 1.375rem;
    padding-bottom: 15px;
  }
}

.c-ttl-h1__title .main {
  display: block;
  color: #000000;
  font-size: 30px;
  font-size: 1.875rem;
}

@media screen and (min-width: 768px) {
  .c-ttl-h1__title .main {
    font-size: 48px;
    font-size: 3rem;
  }
}

.c-ttl-h1__text {
  padding-top: 10px;
  text-align: center;
}

/*img===========*/
.imgBlock {
  overflow: hidden;
}

.imgTitle {
  padding: 10px 0;
  text-align: center;
  font-weight: bold;
  /* line-height: 1.3; */
  line-height: 1.8;
}

.titleH1ImgText {
  line-height: 1.6;
  letter-spacing: 1px;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .titleH1ImgText {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/*h2
=============*/
.c-ttl-h2 {
  border-left: 2px solid #42BA00;
  padding-left: 15px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .c-ttl-h2 {
    margin-bottom: 30px;
  }
}

.c-ttl-h2 .in {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
  .c-ttl-h2 .in {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

/*h3
=============*/
.c-ttl-h3 {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .c-ttl-h3 {
    margin-bottom: 30px;
  }
}

.c-ttl-h3 .in {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #42BA00;
  line-height: 1.3;
  letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
  .c-ttl-h3 .in {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/*h4
=============*/
.c-ttl-h4 {
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #F1F1F1;
  margin-bottom: 10px;
}

.c-ttl-h4 .in {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
  letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
  .c-ttl-h4 .in {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

/* =========================================================
text - 共通のテキストなど
========================================================= */
.basicTxt,
.p-basic-list__item,
.p-ol-list__item,
.p-ol-list--sub__item,
.p-kome-list__item {
  color: #333333;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 13px;
  /* font-size: 0.8125rem; */
  font-size: 0.8725rem;
}

@media screen and (min-width: 768px) {

  .basicTxt,
  .p-basic-list__item,
  .p-ol-list__item,
  .p-ol-list--sub__item,
  .p-kome-list__item {
    font-size: 14px;
    /* font-size: 0.875rem; */
    font-size: 0.885rem;
    line-height: 1.8;
  }
}

.basicTxt p,
.p-basic-list__item p,
.p-ol-list__item p,
.p-ol-list--sub__item p,
.p-kome-list__item p {
  margin-bottom: 10px;
}

.basicTxt a,
.p-basic-list__item a,
.p-ol-list__item a,
.p-ol-list--sub__item a,
.p-kome-list__item a {
  color: #1185E7;
  text-decoration: underline;
  display: inline-block;
}

@media screen and (min-width: 576px) {

  .basicTxt a,
  .p-basic-list__item a,
  .p-ol-list__item a,
  .p-ol-list--sub__item a,
  .p-kome-list__item a {
    transition: .3s;
    cursor: pointer;
  }

  .basicTxt a:hover,
  .p-basic-list__item a:hover,
  .p-ol-list__item a:hover,
  .p-ol-list--sub__item a:hover,
  .p-kome-list__item a:hover {
    opacity: .7;
  }
}

.basicTxt strong,
.p-basic-list__item strong,
.p-ol-list__item strong,
.p-ol-list--sub__item strong,
.p-kome-list__item strong {
  font-weight: bold;
}

.basicTxt .basicTxtImg,
.p-basic-list__item .basicTxtImg,
.p-ol-list__item .basicTxtImg,
.p-ol-list--sub__item .basicTxtImg,
.p-kome-list__item .basicTxtImg {
  text-align: center;
  margin: 0 auto 10px;
}

.basicTxt img,
.p-basic-list__item img,
.p-ol-list__item img,
.p-ol-list--sub__item img,
.p-kome-list__item 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;
  }
}

/*ベースボタン＝＝＝＝*/
.basicBtn {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: inline-flex;
  max-width: 320px;
  width: 100%;
  padding: 15px 10px;
  border-radius: 27px;
  background: url(/img/icon/icon_right_w.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
  background-position: center right 10%;
  background-color: #e71f19;
  text-align: center;
  text-decoration: none !important;
  transition: .3s;
  transition: .3s;
  cursor: pointer;
}

.basicBtn:hover {
  opacity: .7;
}

.basicBtnMg {
  margin: 5% 0px 0px 0px;
}

@media screen and (min-width: 768px) {
  .basicBtn {
    padding: 20px 10px;
  }
}

.basicBtn .in {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  color: #ffffff;
  font-weight: bold;
  position: relative;
}

@media screen and (min-width: 768px) {
  .basicBtn .in {
    font-size: 16px;
    font-size: 1rem;
  }
}

.basicBtn.back {
  background: url(/img/icon/icon_left_w.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
  background-position: center left 10%;
  background-color: #e60012;
}

.basicBtn.send {
  background-color: #BA0000;
}

.basicBtn.phone {
  padding: 20px 10px;
  border-radius: 5px;
  background-color: #000000;
}

.basicBtn.phone .in {
  background: url(/img/icon/icon_phone_w.svg) no-repeat left center;
  background-size: 13px 13px;
  padding-left: 18px;
}

.basicBtn.mail {
  padding: 20px 10px;
  border-radius: 5px;
  background-color: #42BA00;
}

.basicBtn.mail .in {
  background: url(/img/icon/icon_mail_w.svg) no-repeat left center;
  background-size: 13px 13px;
  padding-left: 18px;
}

.basicBtn.line {
  padding: 20px 10px;
  border-radius: 5px;
  background: url(/img/icon/icon_right_main.svg) no-repeat right center;
  background-size: 15px 15px;
  padding-right: 20px;
  background-position: center right 10%;
  background-color: #F1F1F1;
}

.basicBtn.line .in {
  background: url(/img/common/line-icon.png) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 18px;
  color: #00B900;
}

.basicBtn.black {
  background-color: #231815;
}

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

.c-responsive-img__link {
  width: 100%;
}

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

/*=============
高さに合わせてトリミング
==============*/
.c-square-img {
  display: block;
  overflow: hidden;
  width: 100%;
  /* トリミングしたい枠の幅 */
  height: 190px;
  /* トリミングしたい枠の高さ */
  position: relative;
}

.c-square-img__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}

/* =========================================================
ifream - ifream関連
========================================================= */
/*gmap===================*/
.c-gmap {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

@media screen and (min-width: 992px) {
  .c-gmap {
    padding-top: 50%;
  }
}

.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 - パンくず
========================================================= */
/*パンクズ＝＝＝＝＝＝＝＝＝＝＝*/
.pkz {
  background: #F1F1F1;
}

.pankuzuList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 0;
}

.pankuzuItem {
  margin-left: 5px;
  background: url(/img/icon/icon_right_main.svg) no-repeat left center;
  background-size: 10px 10px;
  padding-left: 15px;
  background-position: left top 5px;
  max-width: 50%;
}

.pankuzuItem:first-of-type {
  margin-left: 0;
  background-image: none;
  padding-left: 0;
  padding-right: 0;
}

.pankuzuItem:first-of-type .pankuzuName {
  color: #0081cc;
  text-decoration: underline;
}

.pankuzuName {
  color: #333333;
  font-size: 12px;
  font-size: 0.85rem;
}

/* =========================================================
pagenation - ページ送り
========================================================= */
.c-pagenation {
  padding: 20px 0;
}

.c-pagenation__num {
  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 .c-pagenation__num>.c-pagenation__link {
  margin-left: .5rem;
  padding: 10px 15px;
  height: 25px;
  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;
  background: #ffffff;
  border: 1px solid #42BA00;
  color: #42BA00;
  transition: .3s;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (min-width: 768px) {
  .c-pagenation .c-pagenation__num>.c-pagenation__link {
    height: 30px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.c-pagenation .c-pagenation__num>.c-pagenation__link a {
  color: #42BA00;
  font-weight: bold;
  transition: .3s;
  cursor: pointer;
}

.c-pagenation .c-pagenation__num>.c-pagenation__link a:hover {
  opacity: .7;
}

/* =========================================================
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;
}

/*nav===============*/
.c-form-nav {
  padding: 20px 0;
}

.c-form-nav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .c-form-nav__list {
    padding-bottom: 2px;
  }
}

.c-form-nav__item {
  width: 50%;
}

@media screen and (min-width: 768px) {
  .c-form-nav__item {
    border-right: 2px solid #ffffff;
  }
}

.c-form-nav__item:nth-child(1) {
  border-right: 1px solid #ffffff;
}

@media screen and (min-width: 768px) {
  .c-form-nav__item:nth-child(1) {
    border-bottom: none;
  }
}

.c-form-nav__item:nth-child(2) {
  border-left: 1px solid #ffffff;
}

@media screen and (min-width: 768px) {
  .c-form-nav__item:nth-child(2) {
    border-left: none;
    border-bottom: none;
  }
}

.c-form-nav__item:nth-child(3) {
  border-left: 1px solid #ffffff;
}

@media screen and (min-width: 768px) {
  .c-form-nav__item:nth-child(3) {
    border-top: none;
  }
}

.c-form-nav__item:nth-child(4) {
  border-left: 1px solid #ffffff;
}

@media screen and (min-width: 768px) {
  .c-form-nav__item:nth-child(4) {
    border-top: none;
    border-left: none;
    border-right: none;
  }
}

.c-form-nav__link {
  display: block;
  padding: 20px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  background: url(/img/icon/icon_right_w.svg) no-repeat right 6px center;
  background-size: 12px 12px;
  padding-right: 24px;
}

@media screen and (min-width: 768px) {
  .c-form-nav__link {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.c-form-nav__link.type1 {
  background-color: #42BA00;
}

.c-form-nav__link.type1.active {
  border-bottom: 5px solid #157100;
}

.c-form-nav__link.type2 {
  background-color: #000000;
}

.c-form-nav__link.type2.active {
  border-bottom: 5px solid #939393;
}

.c-form-nav__link.type3 {
  background-color: #FF9100;
}

.c-form-nav__link.type3.active {
  border-bottom: 5px solid #d56c00;
}

.c-form-nav__link.type4 {
  background-color: #959595;
}

.c-form-nav__link.type4.active {
  border-bottom: 5px solid #5b5b5b;
}

/*問い合わせ　ステップ ※htmlは同じ
===============*/
/*丸いデザイン*/
.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-of-type::after {
  content: none;
}

.c-form-stepbar .visited .c-form-stepbar__icon {
  background: #42BA00;
}

.c-form-stepbar .visited .c-form-stepbar__text {
  color: #42BA00;
}

.c-form-stepbar .visited::after {
  border-bottom-color: #42BA00;
}

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

.c-form__in {
  padding-bottom: 30px;
}

/*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;
  border-bottom: 1px dashed #707070;
}

@media screen and (min-width: 768px) {
  .c-form-in {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}

/*ttl==============*/
.c-form-ttl {
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px;
  width: 100%;
  line-height: 1.6;
  padding: 10px 10px 0;
}

@media screen and (min-width: 768px) {
  .c-form-ttl {
    padding: 15px 10px;
    width: 40%;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

/*項目==============*/
.c-form-items {
  padding: 10px;
  width: 100%;
  background: #ffffff;
}

@media screen and (min-width: 768px) {
  .c-form-items {
    padding: 0 10px 15px;
    width: 60%;
  }

  .c-form-items input {
    display: inline-block;
  }
}

/*コンテンツ==============*/
.c-form-content {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: left;
  line-height: 1.3;
  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;
  /*テキストエリア*/
}

@media screen and (min-width: 768px) {
  .c-form-content {
    font-size: 15px;
    font-size: 0.9375rem;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
  }
}

.c-form-content.input-long input {
  max-width: 100% !important;
}

.c-form-content__in {
  padding: 0 0 10px;
}

.c-form-content__in .c-ttl-in {
  font-size: 13px;
  font-size: 0.8125rem;
  background: #efefef;
  padding: 5px;
  margin-bottom: 10px;
}

.c-form-content__in .in {
  padding: 5px 0;
}

@media screen and (min-width: 768px) {
  .c-form-content__in .in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-form-content input[type="text"],
.c-form-content input[type="number"],
.c-form-content input[type="password"],
.c-form-content input[type="email"],
.c-form-content input[type="tel"],
.c-form-content input[type="date"],
.c-form-content textarea,
.c-form-content select {
  padding: 3px 10px;
  margin: 0 5px;
  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%;
  max-width: calc(45% - 10px);
}

@media screen and (min-width: 768px) {

  .c-form-content input[type="text"],
  .c-form-content input[type="number"],
  .c-form-content input[type="password"],
  .c-form-content input[type="email"],
  .c-form-content input[type="tel"],
  .c-form-content input[type="date"],
  .c-form-content textarea,
  .c-form-content select {
    margin: 15px 5px 0;
    max-width: calc(45% - 10px);
  }
}

.c-form-content input.input-mini {
  max-width: calc(30% - 10px);
}

.c-form-content input.input-long {
  width: 100%;
  max-width: 100%;
  margin: 5px 5px 0;
}

@media screen and (max-width: 767px) {

  .c-form-content .c-form-input__line-up+.c-txt-sentence,
  .c-form-content input+.c-txt-sentence,
  .c-form-content textarea+.c-txt-sentence,
  .c-form-content select+.c-txt-sentence {
    text-align: center;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 768px) {

  .c-form-content .c-form-input__line-up+.c-txt-sentence,
  .c-form-content input+.c-txt-sentence,
  .c-form-content textarea+.c-txt-sentence,
  .c-form-content select+.c-txt-sentence {
    text-align: left;
  }
}

.c-form-content textarea {
  max-width: 400px;
  width: 100%;
  height: 150px;
  margin: 15px auto;
  display: block;
  font-family: sans-serif;
}

@media screen and (min-width: 768px) {
  .c-form-content textarea {
    display: inline-block;
  }
}

.c-form-content textarea:focus {
  background: #cee9ff;
}

.c-form-content .c-form-passcheck__btn {
  right: 10px;
}

.c-form-content select {
  width: 100%;
  display: block;
  max-width: 190px;
  padding: 6px 10px;
  max-width: calc(45% - 10px);
  min-width: 150px;
}

.c-form-content select:hover {
  opacity: 1;
}

@media screen and (min-width: 768px) {
  .c-form-content select {
    display: inline-block;
  }
}

.c-form-content select.mini {
  max-width: 90px;
  display: inline-block;
}

.c-form-content .c-form-add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
  max-width: 150px;
}

@media screen and (min-width: 768px) {
  .c-form-content .c-form-add {
    display: block;
    margin: 0;
  }
}

.c-form-content .c-form-add .c-form-input {
  margin-right: 10px;
}

.c-form-content .c-form-add .c-link-btn--mini {
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  max-width: 100px;
}

@media screen and (min-width: 768px) {
  .c-form-content .c-form-add .c-link-btn--mini {
    display: inline-block;
  }
}

/*パスワードを表示するボタン*/
.c-form-passcheck {
  position: relative;
  width: 100%;
  max-width: 400px !important;
  margin: 0;
  display: block;
}

@media screen and (min-width: 768px) {
  .c-form-passcheck {
    display: inline-block;
    max-width: 300px;
    margin: 0 auto;
  }
}

.c-form-passcheck__input {
  padding-right: 25px;
  max-width: 100%;
}

.c-form-passcheck__btn {
  display: block;
  background: url("/img/icon/icon_eye_gray.svg") no-repeat center center;
  background-size: 20px 20px;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: #efefef;
  z-index: 10;
  position: absolute;
  right: 7px;
  bottom: calc(50% - 15px);
  cursor: pointer;
}

/*規約に同意=========*/
.c-form-agree {
  text-align: center;
  margin: 20px auto 30px;
}

.c-form-agree .c-form-error {
  text-align: center;
  margin-bottom: 10px;
  display: block;
}

.c-form-agree .c-form-checkbox {
  display: inline-block;
  width: auto;
  border: none;
  box-shadow: none;
  padding: 0;
}

.c-form-agree .c-form-checkbox__parts {
  padding-right: 0px;
}

@media screen and (min-width: 992px) {
  .c-form-agree .c-form-checkbox__parts {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.c-form-agree .c-form-checkbox__parts a {
  text-decoration: underline;
  color: #42BA00;
}

.c-form-agree .c-form-req {
  padding-right: 55px;
}

.c-form-agree .c-form-req::after {
  right: 0;
  top: calc(50% - 11px);
}

/*inputの装飾
===============*/
/*input*/
.c-form-content input {
  border: 1px solid #707070;
  padding: 5px 10px;
  margin-top: 15px;
  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;
}

.c-form-content input:focus {
  background: #cee9ff;
}

@media screen and (min-width: 768px) {
  .c-form-content input.mini {
    max-width: 300px;
  }
}

@media screen and (min-width: 768px) {
  .c-form-content input.mini2 {
    max-width: 150px;
  }
}

.c-form-content input.mini3 {
  max-width: 90px;
}

@media screen and (min-width: 768px) {
  .c-form-content 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-content select {
  display: block;
  width: 100%;
  border: 1px solid #959595;
  padding: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  min-height: 41px;
  line-height: 34px;
  cursor: pointer;
}

@media all and (-ms-high-contrast: none) {
  .c-form-content select {
    background: #ffffff;
    padding-right: 5px;
  }
}

.c-form-content 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 本体===========*/
label.c-form-checkbox {
  display: block;
  width: 100%;
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 15px;
  border: 1px solid #707070;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  transition: .2s;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

label.c-form-checkbox input {
  display: none !important;
}

label.c-form-checkbox input:checked+.c-form-checkbox__parts {
  color: #ff420c;
}

label.c-form-checkbox input:checked+.c-form-checkbox__parts::before {
  background: url("/img/icon/icon_check_w.svg") no-repeat center;
  background-size: 70% 70%;
  background-color: #ff420c;
}

label.c-form-checkbox .c-form-checkbox__parts {
  display: inline-block;
  position: relative;
  color: #000000;
  padding-left: 25px;
  line-height: 1.3;
}

label.c-form-checkbox .c-form-checkbox__parts::before {
  content: ' ';
  background-color: #E7E7E7;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  position: absolute;
  top: -2px;
  left: 0;
}

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

span.c-form-checkbox__parts {
  display: inline-block;
  position: relative;
  color: #959595;
  padding-left: 25px;
}

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

/*【mw wp form】 ラジオボタン*/
.mwform-radio-field.horizontal-item {
  margin: 15px 0 5px;
  padding: 0 5px;
  display: block;
  width: calc(45% - 10px);
  text-align: left;
}

@media screen and (min-width: 768px) {
  .mwform-radio-field.horizontal-item {
    width: 28%;
    margin: 15px 0 0;
  }
}

.mwform-radio-field.horizontal-item label {
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 15px 10px;
  border: 1px solid #707070;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  transition: .2s;
}

@media screen and (min-width: 768px) {
  .mwform-radio-field.horizontal-item label {
    max-width: 200px;
    padding: 15px 10px;
  }
}

.mwform-radio-field.horizontal-item label input {
  display: none !important;
}

.mwform-radio-field.horizontal-item label input:checked+.mwform-radio-field-text {
  color: #42BA00;
}

.mwform-radio-field.horizontal-item label input:checked+.mwform-radio-field-text::before {
  background-color: #42BA00;
  color: #ffffff;
}

.mwform-radio-field.horizontal-item label .mwform-radio-field-text {
  display: inline-block;
  position: relative;
  color: #000000;
  padding-left: 25px;
}

.mwform-radio-field.horizontal-item label .mwform-radio-field-text::before {
  content: '●';
  font-size: 11px;
  color: #E7E7E7;
  text-align: center;
  background-color: #E7E7E7;
  width: 20px;
  padding: 5px 0;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  left: 0;
}

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

/*label 本体===========*/
label.c-form-radio {
  display: block;
  width: 100%;
  display: block;
  cursor: pointer;
  margin: 0;
  padding: 15px;
  border: 1px solid #707070;
  border-radius: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  transition: .2s;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

label.c-form-radio input {
  display: none !important;
}

label.c-form-radio input:checked+.c-form-radio__parts {
  color: #ff420c;
}

label.c-form-radio input:checked+.c-form-radio__parts::before {
  background-color: #ff420c;
}

label.c-form-radio input:checked+.c-form-radio__parts::after {
  background-color: #ffffff;
}

label.c-form-radio .c-form-radio__parts {
  display: inline-block;
  position: relative;
  color: #000000;
  padding-left: 25px;
}

label.c-form-radio .c-form-radio__parts::before {
  content: ' ';
  background-color: #E7E7E7;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  position: absolute;
  top: -3px;
  left: 0;
}

label.c-form-radio .c-form-radio__parts::after {
  content: ' ';
  background-color: #E7E7E7;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  top: 2px;
  left: 5px;
}

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

span.c-form-radio__parts {
  display: inline-block;
  position: relative;
  color: #959595;
  padding-left: 25px;
}

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

/*テキストエリア*/
.c-form-content textarea {
  max-width: 550px;
  width: 100%;
  height: 150px;
  margin: 15px auto 0;
  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: 60px;
  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: #ff420c;
  position: absolute;
  padding: 4px 10px;
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .c-form-req::after {
    right: 5px;
    top: calc(50% - 6px);
  }
}

@media screen and (min-width: 768px) {
  .c-form-req::after {
    top: calc(50% - 14px);
    right: 10px;
  }
}

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

.c-input--req+.c-form-checkbox__parts::before {
  background-color: #ffe8e8;
}

/*error表示*/
.c-input--error {
  border-color: #BA0000 !important;
}

.c-input--error+.c-form-checkbox__parts::before {
  border-color: #BA0000 !important;
}

.c-input--error.c-form-radio {
  border: 1px solid #BA0000;
  -moz-border-radius: 5;
  -webkit-border-radius: 5;
  border-radius: 5;
}

/*inputが２個以上並ぶとき*/
.c-form .c-form-input__line-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .c-form .c-form-input__line-up {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: none;
    flex-wrap: nowrap;
  }
}

@media screen and (min-width: 768px) {
  .c-form .c-form-input__line-up.long {
    width: 100%;
    max-width: 80%;
  }
}

.c-form .c-form-input__line-up.long .c-form-input {
  margin: 0 0 5px;
  width: 70%;
}

.c-form .c-form-input__line-up .c-form-input {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .c-form .c-form-input__line-up .c-form-input {
    width: 100%;
    max-width: 200px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}

.c-form .c-form-input__line-up .c-form-input:last-of-type {
  margin-right: 0;
}

.c-form .c-form-input__line-up .c-form-input__ttl {
  width: 15%;
  margin-bottom: 10px;
  text-align: left;
}

@media screen and (min-width: 768px) {
  .c-form .c-form-input__line-up .c-form-input__ttl {
    padding-right: 10px;
    text-align: center;
    width: auto;
    min-width: 45px;
  }
}

.c-form .c-form-input__line-up .c-form-input__text {
  text-align: left;
  padding-left: 5px;
}

@media screen and (min-width: 768px) {
  .c-form .c-form-input__line-up .c-form-input__text {
    width: 30%;
    margin-bottom: 0;
    padding-right: 10px;
    width: auto;
    min-width: 100px;
  }
}

.c-form .c-form-input__line-up .c-form-select {
  width: 85%;
  max-width: 100%;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .c-form .c-form-input__line-up .c-form-select {
    width: 100%;
    max-width: 200px;
    min-width: 170px;
    margin-bottom: 0;
    margin-right: 15px;
  }
}

/*ボタンの並び*/
.c-form-btnarea {
  text-align: center;
}

.c-form-btnarea .basicBtn {
  display: inline-block;
  max-width: 300px;
  margin: 5px auto;
}

@media screen and (min-width: 768px) {
  .c-form-btnarea .basicBtn {
    margin: 5px;
  }
}

.c-form-btnarea--reverse {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .c-form-btnarea--reverse {
    display: block;
  }
}

.c-form-btnarea input[type="submit"] {
  display: block;
  margin: 20px auto;
  padding: 15px 20px;
  border-radius: 50px;
  color: #ffffff;
  font-weight: bold;
  background: url(/img/icon/icon_right_w.svg) no-repeat right 6.5px center;
  background-size: 13px 13px;
  padding-right: 26px;
  background-color: #42BA00;
  width: 100%;
  max-width: 300px;
  font-size: 14px;
  font-size: 0.875rem;
  transition: .3s;
  cursor: pointer;
  transition: .3s;
  cursor: pointer;
}

.c-form-btnarea input[type="submit"]:hover {
  opacity: .7;
}

.mwform-tel-field input[type="text"] {
  max-width: calc(30% - 10px);
}

@media screen and (min-width: 768px) {
  .mwform-tel-field input[type="text"] {
    max-width: 100%;
  }
}

/*=================
メッセージ
＝＝＝＝＝＝＝＝＝＝＝＝*/
.c-form-message {
  border: 5px solid #dddddd;
  padding: 15px;
  margin: 0 auto 20px;
  height: 120px;
  overflow-y: scroll;
}

.c-form-message__ttl {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
}

/*=====================
確認画面
=======================*/
.c-form-confirmation {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {

  .c-form-confirmation .c-form-ttl,
  .c-form-confirmation .c-form-content {
    padding: 10px 0;
  }
}

.c-form-confirmation .c-form-req::after {
  content: none;
}

.c-form-confirmation .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;
}

.mw_wp_form_confirm .c-form-stepbar .c-form-stepbar__item:nth-of-type(2)::after {
  border-bottom-color: #42BA00;
}

.mw_wp_form_confirm .c-form-stepbar .c-form-stepbar__item:nth-of-type(2) .c-form-stepbar__icon {
  background: #42BA00;
}

.mw_wp_form_confirm .c-form-stepbar .c-form-stepbar__item:nth-of-type(2) .c-form-stepbar__text {
  color: #42BA00;
}

/*=======================
サンクス
=======================*/
.c-form-thanks {
  text-align: center;
}

.c-form-thanks__ttl {
  margin-bottom: 10px;
  line-height: 1.6;
}

.c-form-thanks__ttl .main {
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
}

.c-form-thanks__ttl .sub {
  padding-top: 5px;
  display: block;
  font-size: 16px;
  font-size: 1rem;
}

/*=======================
大きいエラー表示　通常表示
=======================*/
/*error*/
.c-form-box--error {
  margin: 15px auto;
  padding: 20px;
  border: 6px double #BA0000;
  background: #ffdfdf;
}

.c-form-box--error__title {
  text-align: left;
  font-size: 120%;
  margin-bottom: 10px;
  color: #BA0000;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .c-form-box--error__title {
    text-align: center;
  }
}

.c-form-box--error__title .in {
  background: url(/img/icon/icon_exclamation_red.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
}

.c-form-box--error p {
  text-align: left;
  color: #BA0000;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .c-form-box--error p {
    text-align: center;
  }
}

/*===========
error　バリデーション
============*/
.c-form-error {
  text-align: left;
}

.c-form-error .error {
  display: block;
  padding: 5px 10px;
  color: #BA0000;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  background: url(/img/icon/icon_exclamation_red.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
}

.c-form-error~.c-form-checkbox__list .c-form-checkbox,
.c-form-error~.c-form-select,
.c-form-error~.p-search-select .c-form-select,
.c-form-error~.mwform-tel-field .c-form-input,
.c-form-error~.c-form-input,
.c-form-error~.c-form-textarea {
  background-color: #ffe8e8;
}

/* =========================================================
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: 25px 20px;
    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;
  }
}

/*table basic=====================*/
.c-table--basic {
  width: 100%;
  border-bottom: 1px solid #F1F1F1;
  border-right: 1px solid #F1F1F1;
}

.c-table--basic th,
.c-table--basic td {
  padding: 15px 10px;
  text-align: center;
  border-top: 1px solid #F1F1F1;
  border-left: 1px solid #F1F1F1;
  line-height: 1.3;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {

  .c-table--basic th,
  .c-table--basic td {
    padding: 20px 10px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.c-table--basic__thead th {
  background: #D9F1CC;
  font-weight: bold;
  color: #42BA00;
}

.c-table--basic__tbody th {
  background: #F8F8F8;
  font-weight: bold;
}

.c-table--basic__tbody td.u-fc-red {
  font-weight: bold;
}

/* =========================================================
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: #42BA00;
}

/* ====================
	■番号付きなリスト
	=====================*/
.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: #42BA00;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-ol-list--sub__item:nth-child(20):before {
  content: "【20】";
  color: #42BA00;
  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;
}

/* ====================
	■※リスト
	=====================*/
.p-kome-list {
  display: inline-block;
  text-align: left;
}

.p-kome-list__item {
  display: block;
  text-indent: -1.3rem;
  padding-left: 1rem;
  margin-bottom: 5px;
}

.p-kome-list__item:before {
  content: "※";
}

/* =========================================================
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: 100%;
  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.backClose {
  display: none;
  height: 100vh;
  width: 100vw;
  background: url("/img/icon/icon_multiply_w.svg") no-repeat;
  background-size: 10% 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】アコーディオン
======================*/
/* .accordionSwitch {
  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(/img/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(/img/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】スライダー
======================*/
.slickMain a,
.slickMain h1,
.slickMain picture {
  width: 100%;
}

.slickMain a img,
.slickMain h1 img,
.slickMain picture img {
  width: 100%;
}

.slick-slider {
  opacity: 0;
  transition: 0.3s;
  margin: 0 -5px;
  overflow: hidden;
}

.js-slick-col4_2.slick-slider {
  opacity: 0;
  transition: 0.3s;
  margin: 0 5px;
  overflow: visible !important;
}

.slick-slider.slick-initialized {
  opacity: 1;
}

.slick-slider .slick-track {
  min-width: 100%;
}

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

.js-slick-prev,
.js-slick-next {
  display: block;
  position: absolute;
  top: calc(50% - 20px);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 50;
  transition: .3s;
  cursor: pointer;
}

.js-slick-prev:hover,
.js-slick-next:hover {
  opacity: .7;
}

.js-slick-prev2,
.js-slick-next2 {
  display: block;
  position: absolute;
  top: calc(50% - 40px);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 50;
  transition: .3s;
  cursor: pointer;
}

.js-slick-prev2:hover,
.js-slick-next2:hover {
  opacity: .7;
}
.pageMain {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.pageMain a,
.pageMain h1,
.pageMain picture {
  width: 100%;
}

.pageMain a img,
.pageMain h1 img,
.pageMain picture img {
  width: 100%;
}

@media screen and (min-width: 992px) {

  .js-slick-prev,
  .js-slick-next {
    width: 50px;
    height: 50px;
  }

  .js-slick-prev2,
  .js-slick-next2 {
    width: 40px;
    height: 40px;
  }
}

.js-slick-prev {
  left: 7.5%;
  background-image: url(/img/icon/icon_slide_left.svg);
}

.js-slick-next {
  right: 7.5%;
  background-image: url(/img/icon/icon_slide_right.svg);
}

.js-slick-prev2 {
  left: -15px;
  background-image: url(/img/icon/icon_slide_left3.svg);
}

.js-slick-next2 {
  right: -15px;
  background-image: url(/img/icon/icon_slide_right3.svg);

}

.slick-dots {
  bottom: -25px;
}

.slick-dots li {
  width: 50px;
  height: 8px;
  margin: 0 3px;
}

@media screen and (min-width: 768px) {
  .slick-dots li {
    width: 90px;
  }
}

.slick-dots li .js-slick__dots-item {
  color: #dddddd;
  font-size: 13px;
}

.slick-dots li .js-slick__dots-item .line {
  display: inline-block;
  width: 30px;
  height: 8px;
  border-radius: 10px;
  background: #ffffff;
  border: 1px solid #42BA00;
}

@media screen and (min-width: 768px) {
  .slick-dots li .js-slick__dots-item .line {
    width: 90px;
  }
}

.slick-dots li.slick-active .js-slick__dots-item {
  color: #42BA00;
}

.slick-dots li.slick-active .js-slick__dots-item .line {
  background: #42BA00;
}

.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】カルーセルスライダーにポップアップ（colorboxを追加）*/
.js-slick-photo .item {
  position: relative;
  text-align: center;
}

.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-slick-photo .item img {
  margin: 0 auto;
}

/*===================
【js-colorbox】画像のポップアップ
*/
#colorbox #cboxTitle {
  width: 100%;
  color: #42BA00;
  font-weight: bold;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}

#colorbox #cboxClose {
  background: url("/img/icon/icon_multiply_w.svg") no-repeat center;
  background-color: #42BA00;
  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("/img/icon/icon_right_w.svg") no-repeat center;
  background-color: #42BA00;
  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("/img/icon/icon_left_w.svg") no-repeat center;
  background-color: #42BA00;
  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ページの独自コンテンツ
========================================================= */
/*main-visual=============*/
.topMainVisual {
  overflow: hidden;
}

.topMainVisual li {
  text-align: center;
}

.topMainVisual li a {
  width: 100%;
}

.topMainVisual img {
  padding: 0 10px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .topMainVisual .slick-dots {
    display: none;
  }
}

/*h2==============*/
.topH2 {
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .topH2 {
    margin-bottom: 40px;
  }
}

.topH2 .sub {
  display: block;
  padding-bottom: 10px;
  color: #e60012;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .topH2 {
    margin-top: 50px;
  }
}

@media screen and (min-width: 768px) {
  .topH2 .sub {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.topH2 .main {
  display: block;
  color: #231815;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .topH2 .main {
    font-size: 32px;
    font-size: 2rem;
  }
}

/*CAMPAIGN=================*/
/*campaignBlock============*/
.campaignBlock {
  position: relative;
  transition: .3s;
  cursor: pointer;
  padding: 0 5px 20px;
}

.campaignBlock a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}

.campaignBlock a.in-link {
  position: relative;
  z-index: 5;
}

.campaignBlock:hover {
  opacity: .7;
}

.campaignPhoto {
  border-radius: 5px;
  overflow: hidden;
}

.campaignData {
  line-height: 1.3;
}

.campaignTitle {
  font-size: 16px;
  /* font-size: 1rem; */
  font-size: 0.966rem;
  font-weight: bold;
  margin-top: 5px;
}

.campaignText {
  padding-top: 10px;
  font-size: 12px;
  font-size: 0.75rem;
  word-break: break-all;
}

/*NEWS====================*/
.topNewsIn {
  background: #f7f8f8;
  /* padding: 40px 20px; */
  padding: 30px 20px 20px 20px;
}

@media screen and (min-width: 768px) {
  .topNewsIn {
    /* padding: 50px; */
    padding: 40px 50px 20px 50px;
  }
}

.topNewsTitle {
  position: relative;
}

.topNewsTitle .basicBtn {
  max-width: 120px;
  position: absolute;
  top: 0;
  right: 0;
  background-size: 10px 10px;
}

@media screen and (min-width: 768px) {
  .topNewsTitle .basicBtn {
    max-width: 180px;
  }
}

.topNewsTitle .basicBtn .in {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .topNewsTitle .basicBtn .in {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.topNewsList {
  padding-top: 15px;
  border-top: 2px solid #ffffff;
}

@media screen and (min-width: 768px) {
  .topNewsList {
    padding: 20px 0 0 0px;
  }
}

.topNewsItem {
  padding-bottom: 15px;
  border-bottom: 2px solid #ffffff;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .topNewsItem {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.topNewsItem .data {
  display: block;
  font-weight: bold;
  color: #e60012;
  padding-bottom: 6px;
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .topNewsItem .data {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1rem;
    padding: 0 10px 0 0;
  }
}

.topNewsItem .ttl {
  text-decoration: underline;
  color: #000000;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .topNewsItem .ttl {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-size: 1rem;
  }
}

/*PICKUP====================*/
.p-top-pickup .houjinPickupBlock {
  position: relative;
  transition: .3s;
  cursor: pointer;
  padding-bottom: 30px;
}

.p-top-pickup .houjinPickupBlock a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}

.p-top-pickup .houjinPickupBlock a.in-link {
  position: relative;
  z-index: 5;
}

.p-top-pickup .houjinPickupBlock:hover {
  opacity: .7;
}

.p-top-pickup .houjinPickupPay {
  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-top-pickup .houjinPickupBlock .payBlock {
  border-radius: 0;
  display: block;
  width: calc(50% - 5px);
}

.p-top-pickup .houjinPickupBlock .payTitle {
  width: 100%;
  border-radius: 5px;
  padding: 8px 10px;
  text-align: left;
  display: block;
}

.p-top-pickup .houjinPickupBlock .payData {
  background: none;
  width: 100%;
  padding: 10px 0 0;
}

.p-top-pickup .houjinPickupBlock .payData .zei {
  font-size: 12px;
  font-size: 0.75rem;
}

.p-top-pickup .houjinPickupBlock .payData .long {
  color: #000000;
}

/*法人様・個人様====================*/
.topReason {
  margin: 50px auto 0;
  background: #ffe67a;
  padding: 50px 0;
}

@media screen and (min-width: 768px) {
  .topReason {
    margin: 100px auto 0;
    padding: 100px 0;
  }
}

.topReasonTitle {
  text-align: center;
  color: #e60012;
  font-size: 18px;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: bold;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .topReasonTitle {
    font-size: 30px;
    font-size: 1.875rem;
    padding-bottom: 40px;
  }
}

/* .topReasonContents {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
} */
/* .topReasonContents .houjinReasonBlock:last-of-type {
  margin-bottom: 0;
} */
@media screen and (max-width: 767px) {
  .topReasonContents {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .topReasonContents {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.topReasonBtn {
  padding-top: 25px;
  text-align: center;
}

.topReasonBtn .basicBtn {
  max-width: 200px;
}

/*about=================*/
.topAboutItem {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .topAboutItem {
    margin-bottom: 0;
  }
}

.topAboutItem:last-of-type {
  margin-bottom: 0;
}

/*box*/
.topAboutBlock {
  background: #f7f8f8;
  padding: 30px 20px;
}

@media screen and (min-width: 768px) {
  .topAboutBlock {
    padding: 40px 30px;
    height: 100%;
  }
}

.topAboutBlock a {
  color: #333333;
  display: block;
  text-align: center;
}

.topAboutPhoto {
  text-align: center;
  padding-bottom: 20px;
}

.topAboutTitle {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.6;
}

.topAboutTitle .sub {
  display: block;
  color: #0081cc;
  font-size: 15px;
  /* font-size: 0.9375rem; */
  font-size: 1.425rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .topAboutTitle .sub {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.topAboutTitle .main {
  display: block;
  font-size: 22px;
  /* font-size: 1.375rem; */
  font-size: 1.525rem;
  color: #231815;
}

@media screen and (min-width: 768px) {
  .topAboutTitle .main {
    font-size: 32px;
    /* font-size: 2rem; */
    font-size: 1.875rem;
  }
}

.topAboutTitle .color {
  color: #e60012;
}

.topAboutText {
  padding-bottom: 10px;
  text-align: left;
}

.topAboutLink {
  padding-top: 10px;
  text-align: left;
}

.topAboutLink .link {
  color: #0081cc;
  font-weight: bold;
  font-size: 12px;
  /* font-size: 0.75rem; */
  font-size: 0.85rem;
  background: url(/img/icon/icon_right_main.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
}

/*voice====================*/
.topVoiceTitle {
  position: relative;
}

.topVoiceTitle .basicBtn {
  max-width: 120px;
  position: absolute;
  top: -15px;
  right: 0;
  background-size: 10px 10px;
}

@media screen and (min-width: 768px) {
  .topVoiceTitle .basicBtn {
    top: 0;
    max-width: 180px;
  }
}

.topVoiceTitle .basicBtn .in {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .topVoiceTitle .basicBtn .in {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

/*FAQ====================*/
.topFaqTitle {
  position: relative;
}

.topFaqTitle .basicBtn {
  max-width: 120px;
  position: absolute;
  top: 0;
  right: 0;
  background-size: 10px 10px;
}

@media screen and (min-width: 768px) {
  .topFaqTitle .basicBtn {
    max-width: 180px;
  }
}

.topFaqTitle .basicBtn .in {
  font-size: 12px;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .topFaqTitle .basicBtn .in {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.topFaqContents {
  padding-bottom: 30px;
}

.topFaqH3 {
  border-left: 5px solid #0081cc;
  padding-left: 10px;
  margin-bottom: 15px;
}

.topFaqH3 .in {
  color: #0081cc;
  font-weight: bold;
  line-height: 1.3;
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (min-width: 768px) {
  .topFaqH3 .in {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.topFaqItem {
  margin-bottom: 20px;
  border-radius: 5px;
  overflow: hidden;
}

.topFaqQ {
  background: #0081cc;
  min-height: 60px;
}

.topFaqQ .in {
  display: block;
  position: relative;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.3;
  font-size: 16px;
  font-size: 1rem;
  padding: 20px 50px 20px 40px;
  transition: .3s;
  /* cursor: pointer; */
}

/* .topFaqQ .in:hover {
  opacity: .7;
} */
.topFaqQ .in::before {
  content: "Q";
  position: absolute;
  top: 20px;
  left: 20px;
}

.topFaqA {
  position: relative;
  background: #F8F8F8;
  padding: 20px;
}

.topFaqA .in {
  display: inline-block;
  position: relative;
  padding-left: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 13px;
  /* font-size: 0.8125rem; */
  font-size: 0.9125rem;
}

@media screen and (min-width: 768px) {
  .topFaqA .in {
    font-size: 14px;
    /* font-size: 0.875rem; */
    font-size: 0.975rem;
    line-height: 1.8;
  }
}

.topFaqA .in::before {
  content: "A";
  color: #0081cc;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

/*COMPANY=======================*/
.p-top-company {
  position: relative;
  margin: 50px auto;
  background: #0081cc;
  padding: 50px 0 130px;
}

@media screen and (min-width: 768px) {
  .p-top-company {
    margin: 100px auto 0;
    padding: 50px 0;
  }
}

.p-top-company::before {
  content: '';
  width: 100%;
  height: 100px;
  background: url(/img/top/top_company.webp) no-repeat center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  .p-top-company::before {
    width: 45%;
    max-width: 650px;
    height: 100%;
    left: auto;
    right: 0;
  }
}

.topCompanyData {
  margin: auto;
  max-width: 500px;
}

@media screen and (min-width: 768px) {
  .topCompanyData {
    max-width: none;
  }
}

.topCompanyTitle {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 30px;
}

.topCompanyTitle .sub {
  display: block;
  padding-bottom: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .topCompanyTitle .sub {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.topCompanyTitle .main {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .topCompanyTitle .main {
    font-size: 32px;
    font-size: 2rem;
  }
}

.topCompanyText {
  color: #ffffff;
}

.topCompanyBtn {
  padding-top: 20px;
  text-align: center;
}

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

/*link=========================*/
@media screen and (min-width: 768px) {
  .topLink {
    padding-bottom: 0;
  }
}

.toplinkTitle {
  color: #F08300;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .toplinkTitle {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.toplinkItem {
  padding-bottom: 20px;
}

.toplinkLink .name {
  display: block;
  color: #000000;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .toplinkLink .name {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

/* =========================================================
list - listページの独自コンテンツ
========================================================= */
.listBtn {
  text-align: center;
}

/*nav==============*/
.listNav {
  padding: 30px 0;
  margin: auto;
  /* max-width: 600px; */
}

@media screen and (min-width: 992px) {
  .listNav {
    max-width: none;
  }
}

.listNavList {
  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: 992px) {
  .listNavList {
    display: flex;
    justify-content: space-between;
    /* justify-content: center; */
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .listNavItem {
    width: 33.3%;
    padding: 0 5px 5px;
    cursor: pointer;
  }
  }
  @media screen and (min-width: 768px) {
.listNavItem {
  width: 20%;
  padding: 0 5px 5px;
  cursor: pointer;
}
  }
@media screen and (min-width: 992px) {
  .listNavItem {
    width: 20%;
  }
  .listNavItem img {
    width: 100% !important;
  }

}

/*list===============*/
/*box===================*/
.listBlock {
  /* border: 1px solid #F1F1F1; */
  border: 3px solid #e60012;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .listBlock {
    padding: 30px;
    margin-bottom: 50px;
  }
}

.listContents {
  padding-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .listContents {
    /* 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-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between; */
    justify-content: space-between;
  }
}

.listImg {
  border-radius: 10px;
  overflow: hidden;
  padding-bottom: 30px;
  text-align: center;
  padding-top: 40px;
}

@media screen and (min-width: 992px) {
  .listImg {
    /* width: calc(100% - 640px); */
    width: calc(100% - 720px);
  }
}

.listImg.topShow {
  display: none;
}

@media screen and (min-width: 992px) {
  .listImg.topShow {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.listImg.footShow {
  display: block;
}

@media screen and (min-width: 992px) {
  .listImg.footShow {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .listInfo {
    /* width: 640px; */
    width: 700px;
    padding-right: 0px;
  }
}

.listTitle {
  margin-bottom: 15px;
}

.listTitle .class {
  position: relative;
  display: block;
  /* background: linear-gradient(0deg, rgba(218, 224, 0, 1) 0%, rgba(162, 205, 22, 1) 42.84%, rgba(92, 181, 49, 1) 100%); */
  background : linear-gradient(0deg, rgba(132, 186, 229, 1) 0%, rgba(0, 129, 204, 1) 100%);
  padding: 10px 10px 10px 20px;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 10px;
}

.listTitle .class::before {
  content: '';
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 7px;
  background: #ffffff;
}

.listTitle .catch {
  color: #e60012;
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
}

@media screen and (min-width: 992px) {
  .listTitle .catch {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

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

.listData .tr {
  display: flex;
  align-items: center;
  margin-right: 5px;
  /* width: 25%; */
}

.listData .tr2 {
  display: flex;
  align-items: center;
  width: 15%;
}

.listData .ttl {
  /* background: #F1F1F1; */
  background-color: #efefef;
  padding: 10px 5px;
  margin-bottom: 5px;
  width: 90px;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

.listData .ttl2 {
  /* background: #F1F1F1; */
  background-color: #efefef;
  padding: 10px 5px;
  margin-bottom: 5px;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
}

@media screen and (min-width: 992px) {
  .listData .ttl {
    /* width: 80px; */
    font-size: 12px;
    font-size: 0.75rem;
  }

  .listData .ttl2 {
    /* width: 80px; */
    font-size: 12px;
    font-size: 0.75rem;
    width: 60px;
  }
}

.listData .data {
  width: calc(100% - 100px);
  /* padding: 10px; */
  padding: 10px 5px;
  margin-bottom: 5px;
  font-size: 15px;
  /* font-size: 0.9375rem; */
  font-size: 0.9rem;
  font-weight: bold;
}

.listData .data2 {
  width: calc(100% - 70px);
  /* padding: 10px; */
  padding: 10px 5px;
  margin-bottom: 5px;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
}

@media screen and (min-width: 992px) {
  .listData .data {
    width: auto;
    min-width: 100px;
  }

  .listData .data2 {
    width: auto;
    min-width: 70px;
  }
}

.listSub {
  font-size: 11px;
  font-size: 0.8875rem;
  line-height: 1.5;
  margin-bottom: 15px;
  color: #231815;
}

.listText {
  color: #231815;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (min-width: 768px) {
  .listText {
    font-size: 14px;
    font-size: 0.975rem;
    line-height: 1.8;
    color: #231815;
  }
}

@media screen and (min-width: 768px) {
  .listPay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -5px;
  }
}

@media screen and (min-width: 768px) {
  .listPay .payBlock {
    width: 50%;
    padding: 0 5px;
  }
}

.p-list-box__btn .btn {
  background: #D31649;
  padding: 20px;
  width: 100%;
  border-radius: 10px;
  text-align: center;
}

.p-list-box__btn .btn .in {
  display: inline-block;
  line-height: 1.6;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  background: url(/img/icon/icon_right_w.svg) no-repeat right 6px center;
  background-size: 12px 12px;
  padding-right: 24px;
}

@media screen and (min-width: 992px) {
  .p-list-box__btn .btn .in {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

/*payBlock===========*/
.payBlock {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
  transition: .3s;
  cursor: pointer;
  border-radius: 5px 0px 0px 5px;
}

.payBlock a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}

.payBlock a.in-link {
  position: relative;
  z-index: 5;
}

.payBlock:hover {
  opacity: .7;
}

/*payBlock2*/
.payBlock2 {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 15px;
  position: relative;
  transition: .3s;
  cursor: pointer;
  border-radius: 5px 0px 0px 5px;
}

.payBlock2 a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}

.payBlock2 a.in-link {
  position: relative;
  z-index: 5;
}

.payBlock2:hover {
  opacity: .7;
}

@media screen and (max-width: 767px) {
  .payBlock2 {
    border-radius: 5px 5px 0px 0px;
    width: 100%;
  }
}

@media (min-width: 768px)and (max-width: 991px) {
  .payBlock2 {
    border-radius: 5px 5px 0px 0px;
    width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .payBlock {
    display: flex;
    justify-content: space-between;
    width: 50%;
    padding: 0 5px;
  }

  .payBlock2 {
    display: flex;
    justify-content: space-between;
    width: 49.5%;
    padding: 0 0px;
  }
}

.payTitle {
  display: block;
  background: #F6AB00;
  padding: 15px 2px;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .payTitle {
    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;
    width: 200px;
    min-height: 120px;
  }
}

.payTitle .sub {
  display: block;
  padding-bottom: 5px;
  color: #ffffff;
  font-weight: bold;
  font-size: 16px;
  font-size: 1rem;
}

.payTitle .btn .link {
  font-size: 12px;
  font-size: 0.75rem;
  color: #ffffff;
  background: url(/img/icon/icon_right_w.svg) no-repeat right 5px center;
  background-size: 10px 10px;
  padding-right: 20px;
}

.payData {
  background: #F8F8F8;
  padding: 10px 25px;
  padding: 17px 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  align-items: baseline;
  -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: 992px) {
  .payData {
    -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: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    width: calc(100% - 200px);
    min-height: 120px;
    padding: 10px;
  }
}

.payData .day {
  padding-bottom: 10px;
  font-size: 10px;
  font-size: 0.625rem;
  margin-right: 10px;
}

.payData .day .big {
  font-weight: bold;
  font-size: 150%;
}

@media screen and (min-width: 992px) {
  .payData .day .big {
    font-size: 230%;
  }
}

.payData .long {
  font-size: 28px;
  font-size: 1.75rem;
  /* color: #BA0000; */
  font-weight: bold;
}

.long {
  color: #BA0000;
}

@media screen and (min-width: 992px) {
  .payData .long {
    font-size: 38px;
    font-size: 2.375rem;
  }
}

.payData .long .mini {
  position: relative;
  color: #000000;
  font-size: 45%;
}

.payData .long .mini::before {
  content: '（税込）';
  position: absolute;
  top: -10px;
  left: -3px;
  font-size: 10px;
  word-break: keep-all;
}

.payBlock.month .payTitle {
  background: #0073BD;
}

.payBlock2.month .payTitle {
  background: #0073BD;
}

/* =========================================================
detail - detailページの独自コンテンツ
========================================================= */
/*list==============*/
/*box==============*/
.p-detail-list-box {
  padding-top: 50px;
  margin-top: 50px;
  border-top: 2px dotted #cccccc;
}

@media screen and (min-width: 992px) {
  .p-detail-list-box {
    padding-top: 50px;
  }
}

.p-detail-list-box:first-of-type {
  border: none;
  margin-top: 0;
}

.p-detail-list-box .data-top {
  display: block;
}

@media screen and (min-width: 992px) {
  .p-detail-list-box .data-top {
    display: none;
  }
}

.p-detail-list-box .data-bottom {
  display: none;
}

@media screen and (min-width: 992px) {
  .p-detail-list-box .data-bottom {
    display: block;
  }
}

.p-detail-list-box__contents {
  margin: auto;
  max-width: 600px;
}

@media screen and (min-width: 992px) {
  .p-detail-list-box__contents {
    padding-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
  }
}

.p-detail-list-box__photo {
  padding-bottom: 20px;
}

@media screen and (min-width: 992px) {
  .p-detail-list-box__photo {
    padding: 0 20px 0 0;
    width: calc(100% - 600px);
  }
}

@media screen and (min-width: 992px) {
  .p-detail-list-box__data {
    padding-bottom: 30px;
    width: 100%;
    max-width: 600px;
  }
}

.p-detail-list-box__info {
  padding-top: 20px;
}

.p-detail-list-box__info .info-ttl {
  background: #F8F8F8;
  padding: 10px;
  margin-bottom: 10px;
}

.p-detail-list-box__info .info-ttl .in {
  display: inline-block;
  color: #42BA00;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}

.p-detail-list-box__info .info-ttl .in.hand {
  background: url(/img/icon/icon_hand_gray.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
}

.p-detail-list-box__info .info-ttl .in.car {
  background: url(/img/icon/icon_car_gray.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
}

.p-detail-list-box__info .info-ttl .in.another {
  background: url(/img/icon/icon_right_gray.svg) no-repeat left center;
  background-size: 15px 15px;
  padding-left: 20px;
}

.p-detail-list-box__info .info-text {
  margin-bottom: 10px;
}

.p-detail-list-box__other {
  margin: 10px auto;
  max-width: 600px;
}

@media screen and (min-width: 992px) {
  .p-detail-list-box__other {
    margin: 10px auto 30px;
    max-width: none;
  }
}

.p-detail-list-box__other .other-list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  padding: 10px 10px 0px 10px;
  background: #F8F8F8;
}

@media screen and (min-width: 992px) {
  .p-detail-list-box__other .other-list {
    padding: 20px 10px 0 10px;
  }
}

.p-detail-list-box__other .other-item {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #666666;
  font-weight: bold;
  padding: 2px 10px;
  border-right: 1px solid #666666;
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .p-detail-list-box__other .other-item {
    font-size: 16px;
    font-size: 1rem;
    padding: 5px 15px;
    margin-bottom: 20px;
  }
}

.p-detail-list-box__pay {
  margin: auto;
  max-width: 600px;
}

@media screen and (min-width: 992px) {
  .p-detail-list-box__pay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
  }
}

.p-detail-list-box__btn {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  .p-detail-list-box__btn {
    max-width: 100%;
  }
}

.p-detail-list-box__btn .basicBtn {
  margin-bottom: 10px;
}

@media screen and (min-width: 992px) {
  .p-detail-list-box__btn .basicBtn {
    max-width: 33%;
  }
}

/*box-ttl-data=============*/
.box-ttl-data__data {
  padding-bottom: 10px;
}

.box-ttl-data__maker {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}

.box-ttl-data__option {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  border-left: 1px solid #F1F1F1;
  padding-left: 10px;
  color: #8D8D8D;
  font-size: 15px;
  font-size: 0.9375rem;
}

.box-ttl-data__name {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 10px;
}

/*icon==========*/
.box-ttl-data-icon__item {
  display: inline-block;
  padding: 5px 12px;
  border-radius: 30px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
}

.box-ttl-data-icon__item.type1 {
  background: #FF8E0A;
}

.box-ttl-data-icon__item.type2 {
  background: #BA0000;
}

.box-ttl-data-icon__item.type3 {
  background: #5353EF;
}

/* =========================================================
houjin - 法人様専用ページ
========================================================= */
/*============
PICK UP
=============*/
.p-houjin-pickup__ttl {
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .p-houjin-pickup__ttl {
    margin-bottom: 50px;
  }
}

.p-houjin-pickup__ttl .sub {
  display: block;
  color: #42BA00;
  padding-bottom: 10px;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (min-width: 768px) {
  .p-houjin-pickup__ttl .sub {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.p-houjin-pickup__ttl .main {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
}

@media screen and (min-width: 768px) {
  .p-houjin-pickup__ttl .main {
    font-size: 32px;
    font-size: 2rem;
  }
}

.houjinPickupItem {
  padding: 0 10px;
}

.p-houjin-pickup__btn {
  padding: 30px 0;
  text-align: center;
}

/*box===========*/
.houjinPickupBlock {
  position: relative;
  transition: .3s;
  cursor: pointer;
}

.houjinPickupBlock a:not(.in-link) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 5;
}

.houjinPickupBlock a.in-link {
  position: relative;
  z-index: 5;
}

.houjinPickupBlock:hover {
  opacity: .7;
}

.houjinPickupPhoto {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 5px;
}

.houjinPickupImg {
  position: relative;
  overflow: hidden;
  display: block;
  text-align: center;
  height: 290px;
}

.houjinPickupImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  width: auto;
  max-height: 100%;
}

.houjinPickupData {
  width: 100%;
  padding: 10px;
  /* background: rgba(0, 0, 0, 0.4); */
  background: rgba(159, 160, 160, 1);
}

.houjinPickupData .kurasu {
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ED6C00;
  padding: 5px 10px;
  border-radius: 5px;
  background: #ffffff;
  color: #ED6C00;
  font-weight: bold;
  font-size: 10px;
  font-size: 0.625rem;
}

.houjinPickupData .name {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  color: #ffffff;
  font-size: 14px;
  font-size: 0.875rem;
}

.houjinPickupPay .payBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
}

@media screen and (min-width: 768px) {
  .houjinPickupPay .payBlock {
    width: 100%;
    padding: 0;
  }
}

.houjinPickupPay .payTitle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  line-height: 1.3;
}

@media screen and (min-width: 576px) {
  .houjinPickupPay .payTitle {
    width: 120px;
    min-height: auto;
  }
}

@media screen and (min-width: 992px) {
  .houjinPickupPay .payTitle {
    width: 140px;
  }
}

.houjinPickupPay .payData {
  width: calc(100% - 110px);
  display: block;
  padding: 10px 5px 10px 10px;
}

@media screen and (min-width: 768px) {
  .houjinPickupPay .payData {
    width: calc(100% - 115px);
    min-height: auto;
    padding: 10px 5px 10px 15px;
  }
}

@media screen and (min-width: 768px) {
  .houjinPickupPay .payData {
    width: calc(100% - 140px);
  }
}

.houjinPickupPay .payTitle .sub {
  font-size: 10px;
  font-size: 0.625rem;
  padding: 0;
}

@media screen and (min-width: 576px) {
  .houjinPickupPay .payTitle .sub {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.houjinPickupPay .payData .day {
  font-size: 13px;
  font-size: 0.8125rem;
}

@media screen and (min-width: 576px) {
  .houjinPickupPay .payData .day {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.houjinPickupPay .payData .long {
  font-size: 23px;
  font-size: 1.4375rem;
}

@media screen and (min-width: 576px) {
  .houjinPickupPay .payData .long {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

.houjinPickupPayMain {
  padding-bottom: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #000000;
}

@media screen and (min-width: 768px) {
  .houjinPickupPayMain {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.houjinPickupPayMain .big {
  font-size: 180%;
  /* color: #e60012; */
}

.big {
  color: #e60012;
}

.colorBlack {
  color: #231815 !important;
}

.colorRed {
  color: #e60012 !important;
}

@media screen and (min-width: 992px) {
  .houjinPickupPayMain .big {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

/*REASON================*/
.p-houjin-reason {
  background: #8FD04B;
  padding: 50px 0;
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .p-houjin-reason {
    padding: 100px 0;
    margin-top: 100px;
  }
}

.p-houjin-reason__ttl {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .p-houjin-reason__ttl {
    margin-bottom: 100px;
  }
}

.p-houjin-reason__ttl .sub {
  display: block;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .p-houjin-reason__ttl .sub {
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.p-houjin-reason__ttl .main {
  display: block;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  .p-houjin-reason__ttl .main {
    font-size: 32px;
    font-size: 2rem;
  }
}

/*box==============*/

@media screen and (max-width: 767px) {
  .houjinReasonBlock {
    width: 100%;
    position: relative;
  }

  .houjinReasonBlock:first-of-type {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 768px) {
  .houjinReasonBlock {
    width: 45%;
    position: relative;
  }
}

/* .houjinReasonBlock {
  width: 45%;
  position: relative;
} */

.houjinReasonBlock:nth-child(even) .houjinReasonPhoto {
  border-radius: 5px;
}

/* @media screen and (min-width: 768px) {
  .houjinReasonBlock:nth-child(even) .houjinReasonPhoto {
    left: auto;
    right: 0;
  }
}

@media screen and (min-width: 768px) {
  .houjinReasonBlock:nth-child(even) .houjinReasonContents {
    margin-left: 0;
    margin-right: 30%;
    padding: 80px 70px 70px 50px;
  }
}

@media screen and (min-width: 992px) {
  .houjinReasonBlock:nth-child(even) .houjinReasonContents {
    margin-right: 450px;
  }
} */

/* @media screen and (min-width: 768px) {
  .houjinReasonBlock:last-of-type {
    margin-bottom: 0;
  }
} */

.houjinReasonPhoto {
  position: relative;
  z-index: 5;
  border-radius: 15px;
  overflow: hidden;
  width: 90%;
}

@media screen and (min-width: 768px) {
  .houjinReasonPhoto {
    width: 90%;
    margin-top: 30px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
  }

  .mt01 {
    margin-top: 40px !important;
  }
}

@media screen and (min-width: 992px) {
  .houjinReasonPhoto {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .houjinReasonContents {
    margin-top: -100px;
    background: #ffffff;
    border-radius: 15px;
    padding: 60px 30px 30px;
    margin-left: 30px;
  }
}

@media screen and (min-width: 768px) {
  .houjinReasonContents {
    /* border-radius: 10px; */
    background: #ffffff;
    border-radius: 15px;
    padding: 60px 30px 30px;
    margin-top: 40%;
    margin-left: 30px;
  }
}

@media screen and (min-width: 992px) {
  .houjinReasonContents {
    /* margin-top: 250px; */
    margin-top: 48%;
  }
}

.houjinReasonTitle {
  color: #0081cc;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.275rem;
  /* margin-top: 50px; */
  margin-top: 60px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .houjinReasonTitle {
    font-size: 24px;
    /* font-size: 1.775rem; */
    font-size: 1.575rem;
  }
}

/* =========================================================
company - 会社案内関連
========================================================= */
.p-company__btn {
  padding-top: 50px;
  text-align: center;
}

/*name===========*/
.p-company-name {
  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-company-name__link {
  color: #42BA00;
  background: url(/img/icon/icon_right_main.svg) no-repeat right center;
  background-size: 10px 10px;
  padding-right: 15px;
}

/* =========================================================
trouble - 困った時は
========================================================= */
.c-ttl-h1.trouble {
  background: url(/img/trouble/main-visual.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0;
}

.c-ttl-h1.trouble .main {
  color: #ffffff;
}

/*flow====================*/
.p-trouble-flow__item {
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  .p-trouble-flow__item {
    padding-top: 30px;
  }
}

/*box=======*/
.p-trouble-flow-box {
  background: #F8F8F8;
  height: 100%;
  border-radius: 10px;
  padding: 25px;
}

.p-trouble-flow-box__ttl {
  color: #FF8E0A;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  padding-bottom: 15px;
}

.p-trouble-flow-box__img {
  text-align: center;
  padding-bottom: 15px;
}

/*how==================*/
.p-trouble-how__link {
  padding: 30px 0;
  text-align: right;
}

.p-trouble-how__link .link {
  color: #42BA00;
  font-size: 15px;
  font-size: 0.9375rem;
  background: url(/img/icon/icon_right_main.svg) no-repeat right center;
  background-size: 12px 12px;
  padding-right: 17px;
}

.p-trouble-how__btn {
  padding: 30px 0 0;
  text-align: center;
}

/*=====================
違法駐車について ihouchusha
=====================*/
.p-trouble-ihouchusha__flow .flow-box__item {
  position: relative;
  background: #efefef;
  padding: 20px;
  border-radius: 5px;
  font-weight: bold;
  margin-bottom: 30px;
  font-weight: bold;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .p-trouble-ihouchusha__flow .flow-box__item {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-trouble-ihouchusha__flow .flow-box__item::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #0059b8 transparent transparent transparent;
  position: absolute;
  bottom: -26px;
  left: calc(50% - 25px);
}

.p-trouble-ihouchusha__flow .flow-box__item:last-of-type {
  margin-bottom: 0;
  background: #42BA00;
  color: #ffffff;
}

.p-trouble-ihouchusha__flow .flow-box__item:last-of-type::before {
  content: none;
}

/* =========================================================
insurance - レンタカーの保険と補償
========================================================= */
.p-insurance__btn {
  padding: 30px 0 0;
  text-align: center;
}

.c-ttl-h1.insurance {
  background: url(/img/insurance/main-visual.jpg) no-repeat center;
  background-size: cover;
  padding: 50px 0;
}

.c-ttl-h1.insurance .main {
  color: #ffffff;
}

/*about================*/
.p-insurance-about__table {
  padding: 30px 0 0;
}

.p-insurance-about__cyui .cyui-ttl {
  color: #BA0000;
  font-weight: bold;
  padding-bottom: 20px;
}

/*tel=============*/
.p-insurance-about-tel {
  padding: 30px 0 0;
}

.p-insurance-about-tel__logo {
  border-radius: 5px;
  border: 1px solid #42BA00;
  padding: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-insurance-about-tel__logo {
    padding: 30px;
  }
}

.p-insurance-about-tel__logo img {
  display: inline-block;
  vertical-align: text-top;
  padding: 5px 0;
}

@media screen and (min-width: 768px) {
  .p-insurance-about-tel__logo img {
    padding: 0 10px;
    max-width: calc(50% - 20px);
  }
}

/*cdw========================*/
/*box*/
.p-insurance-cdw-box {
  background: #F8F8F8;
  margin: 30px auto;
  padding: 30px;
}

@media screen and (min-width: 768px) {
  .p-insurance-cdw-box {
    padding: 50px;
  }
}

.p-insurance-cdw-box__photo {
  padding-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .p-insurance-cdw-box__photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-insurance-cdw-box__photo .cdw-photo01 {
  position: relative;
  padding-bottom: 60px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-insurance-cdw-box__photo .cdw-photo01 {
    padding: 0 30px 0 0;
  }
}

.p-insurance-cdw-box__photo .cdw-photo01::before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 40px 40px 0 40px;
  border-color: #42BA00 transparent transparent transparent;
  position: absolute;
  bottom: 10px;
  left: calc(50% - 40px);
}

@media screen and (min-width: 768px) {
  .p-insurance-cdw-box__photo .cdw-photo01::before {
    bottom: calc(50% - 40px);
    left: auto;
    right: -20px;
    width: 0;
    border-width: 40px 0 40px 40px;
    border-color: transparent transparent transparent #42BA00;
  }
}

.p-insurance-cdw-box__photo .cdw-photo02 {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-insurance-cdw-box__photo .cdw-photo02 {
    padding: 0 0 0 30px;
  }
}

.p-insurance-cdw-box__pay {
  margin: 30px auto;
  padding: 20px 10px;
  background: #ffffff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-insurance-cdw-box__pay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding: 20px 30px;
  }
}

.p-insurance-cdw-box__pay .pay {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .p-insurance-cdw-box__pay .pay {
    font-size: 22px;
    font-size: 1.375rem;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-insurance-cdw-box__pay .pay {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

/*NOC===========*/
.p-insurance-noc__table {
  padding: 30px 0;
}

/* =========================================================
shitadori - 不用車･廃車下取り手続き
========================================================= */
.p-shitadori-box {
  margin-top: 30px;
  background: #efefef;
  padding: 30px;
}

.p-shitadori-box__list {
  padding: 15px 20px 10px;
  margin-bottom: 10px;
  background: #ffffff;
}

.p-shitadori-box__item {
  display: inline-block;
  width: 100%;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-shitadori-box__item {
    width: 30%;
  }
}

/* =========================================================
blog - 記事・ブログ関連
========================================================= */
/*記事一覧==================*/
/*記事詳細==================*/
.p-blog-data {
  padding-bottom: 20px;
}

.p-blog-data .category {
  display: inline-block;
  vertical-align: middle;
  background: #F1F1F1;
  letter-spacing: 1px;
  color: #FF8E0A;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 5px 10px;
}

.p-blog-data .data {
  display: inline-block;
  vertical-align: middle;
  color: #42BA00;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 10px;
}

/*サムネイル*/
.p-blog-sam {
  padding: 20px 0;
  text-align: center;
}

.p-blog-sam img {
  display: inline-block;
}

/*contents=====================*/
@media screen and (min-width: 768px) {
  .p-blog-contents {
    max-width: 800px;
    margin: auto;
  }
}

.p-blog-contents figure {
  padding: 15px 0;
  text-align: center;
}

.p-blog-contents img {
  display: inline-block;
  height: auto;
  max-width: 100%;
}

.p-blog-contents .data {
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 0 0 5px;
}

.p-blog-contents h1 {
  line-height: 1.2;
  letter-spacing: 1px;
  font-size: 25px;
  font-size: 1.5625rem;
  word-break: break-all;
}

@media screen and (min-width: 768px) {
  .p-blog-contents h1 {
    font-size: 32px;
    font-size: 2rem;
  }
}

.p-blog-contents h2 {
  line-height: 1.6;
  letter-spacing: 1px;
  font-size: 22px;
  font-size: 1.375rem;
  padding: 15px 0;
  word-break: break-all;
}

@media screen and (min-width: 768px) {
  .p-blog-contents h2 {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.p-blog-contents h3 {
  line-height: 1.6;
  letter-spacing: 1px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #42BA00;
  padding: 15px 0;
  word-break: break-all;
}

@media screen and (min-width: 768px) {
  .p-blog-contents h3 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

.p-blog-contents h4 {
  line-height: 1.6;
  letter-spacing: 1px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 15px 0;
  word-break: break-all;
}

@media screen and (min-width: 768px) {
  .p-blog-contents h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.p-blog-contents h5,
.p-blog-contents h6 {
  line-height: 1.6;
  letter-spacing: 1px;
  font-size: 16px;
  font-size: 1rem;
  color: #8D8D8D;
  font-weight: bold;
  padding: 15px 0;
  word-break: break-all;
}

@media screen and (min-width: 768px) {

  .p-blog-contents h5,
  .p-blog-contents h6 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.p-blog-contents p {
  color: #333333;
  line-height: 1.8;
  letter-spacing: 1px;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 15px 0;
  word-break: break-all;
}

@media screen and (min-width: 768px) {
  .p-blog-contents p {
    font-size: 16px;
    font-size: 1rem;
  }
}

.p-blog-contents p a {
  color: #42BA00;
  text-decoration: underline;
  word-break: break-all;
}

.p-blog-contents p strong {
  font-weight: bold;
}

/* =========================================================
sitemap - サイトマップページの独自コンテンツ
========================================================= */
/* =========================================================
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;
  }

  .largeMain {
    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: #42BA00 !important;
}

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

.u-fc-red {
  color: #BA0000 !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;
}

.btnBoxCenter {
  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の見え方切り替え*/
.pcShow {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .pcShow {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .spShow {
    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;
  }
}

/*20250416追加*/
.backColorRed {
  background-color: #e60012 !important;
}

@media screen and (max-width: 484px) {
  .listData .sptr {
    display: flex;
    align-items: center;
    margin-right: 10px;
    /* width: 60%; */
  }

  .listData .sptr2 {
    display: flex;
    align-items: center;
    width: 100%;
  }

  .listData .sptr3 {
    display: flex;
    align-items: center;
    width: 35%;
  }

  .listData .data2 {
    width: 50%;
  }

  .listData .ttl2 {
    width: 50px;
  }

  .listData .ttl {
    width: 100px;
  }

  .listData .data {
    width: auto;
  }
}

@media (min-width: 485px)and (max-width: 991px) {
  .listData .sptr {
    display: flex;
    align-items: center;
    margin-right: 10px;
    /* width: 48%; */
  }

  .listData .sptr2 {
    display: flex;
    align-items: center;
    margin-right: 5px;
    width: 48%;
  }

  .listData .sptr3 {
    display: flex;
    align-items: center;
    margin-right: 5px;
    width: 48%;
  }

  .listData .ttl2 {
    width: 50px;
  }

  .listData .ttl {
    width: 100px;
  }

  .listData .data {
    width: auto;
  }
}

.payBlock2.colorOrange {
  border: solid 3px #f6ab00;
  box-sizing: border-box;
  margin-right: 0.5%;
}

.payBlock2.colorBlue {
  border: solid 3px #0073bd;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .payBlock2.colorBlue {
    margin-left: 0.5%;
  }
  }
.payBackColor {
  background-color: #fffeee !important;
}

@media screen and (min-width: 768px) {
  .topCompanyText {
    width: 53%;
  }
}

@media screen and (max-width: 991px) {
  .footerLogoLink {
    width: 120px;
    text-align: center !important;
    padding: 15px 0px;
  }

  .footerData2 {
    text-align: center !important;
  }
}