@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html {
  font-style: normal;
  font-weight: bold;
  color: #000000;
  font-weight: 400;
  font-size: 62.5%;
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  overflow: auto;
  height: -webkit-fill-available;
  background-color: #FFFFFF;
}

body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  counter-reset: number 0;
  word-wrap: break-word;
  overflow: hidden;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

a {
  color: #000000;
}

input[type=submit], input[type=button], button {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-appearance: none;
}

.l-header {
  width: 100%;
}

.l-main {
  width: 100%;
}

.l-footer {
  width: 1200px;
  margin: auto;
}
@media screen and (max-width: 1279px) {
  .l-footer {
    width: auto;
    padding: 0 20px;
  }
}

.c-icon--taxistand img {
  width: auto;
  height: 70px;
}
@media screen and (max-width: 1279px) {
  .c-icon--taxistand img {
    height: 35px;
  }
}
.c-icon--company img {
  width: auto;
  height: 70px;
}
@media screen and (max-width: 1279px) {
  .c-icon--company img {
    height: 35px;
  }
}
.c-icon--service {
  margin-left: 40px;
}
@media screen and (max-width: 1279px) {
  .c-icon--service {
    margin-left: 20px;
  }
}
.c-icon--service img {
  width: auto;
  height: 100px;
}
@media screen and (max-width: 1279px) {
  .c-icon--service img {
    height: 50px;
  }
}
.c-icon--contact img {
  width: auto;
  height: 70px;
}
@media screen and (max-width: 1279px) {
  .c-icon--contact img {
    height: 35px;
  }
}

.c-section {
  width: auto;
  height: auto;
  margin: auto;
  padding: 100px calc((100% - 1200px) / 2);
}
@media screen and (max-width: 1279px) {
  .c-section {
    padding: 50px 20px;
  }
}

.c-title {
  text-align: center;
  color: #4D4D4D;
  font-weight: 700;
  font-size: 4.8rem;
  line-height: 100%;
  padding-bottom: 2em;
}
@media screen and (max-width: 1279px) {
  .c-title {
    font-size: 2.4rem;
  }
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  height: 100px;
  transition: all 0.5s ease-out;
}
.p-header.ls-active {
  background-color: #FFFFFF;
  box-shadow: 0 0 5px #005886;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 1279px) {
  .p-header {
    height: 60px;
  }
}
.p-header__logo {
  position: absolute;
  top: 20px;
  left: 50px;
  width: 404px;
  height: 70px;
  font-size: 0;
  background: url(../img/common/logo.png) no-repeat left top;
}
@media screen and (max-width: 1279px) {
  .p-header__logo {
    top: 18px;
    left: 10px;
    width: 202px;
    height: 35px;
    background-size: 100% auto;
  }
}
.p-header__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-header__button {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 1279px) {
  .p-header__button {
    display: block;
  }
}
.p-header__button:checked ~ .p-header__label .p-label__bar--top {
  background-color: #FFFFFF;
  transform: translateY(0) rotate(45deg);
  transition: all 0.25s ease-out;
}
.p-header__button:checked ~ .p-header__label .p-label__bar--middle {
  opacity: 0;
  transition: all 0.25s ease-out;
}
.p-header__button:checked ~ .p-header__label .p-label__bar--bottom {
  background-color: #FFFFFF;
  transform: translateY(0) rotate(-45deg);
  transition: all 0.25s ease-out;
}
.p-header__button:checked ~ .p-header__label .p-label__title {
  color: #FFFFFF;
}
.p-header__button:checked ~ .p-header__label .p-label__title--menu {
  display: none;
  transition: all 0.25s ease-out;
}
.p-header__button:checked ~ .p-header__label .p-label__title--close {
  display: block;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 1279px) {
  .p-header__button:checked ~ .p-header__mainmenu {
    animation: headerMainmenu 0.25s ease-out forwards;
  }
  @keyframes headerMainmenu {
    0% {
      opacity: 0;
      visibility: hidden;
      transform: translateX(100vw);
    }
    100% {
      opacity: 1;
      visibility: visible;
      transform: translateX(0);
    }
  }
}
.p-header__button:checked ~ .p-header__mainmenu .p-mainmenu__list {
  opacity: 1;
  transition: all 0.5s ease-out;
}
.p-header__button:checked ~ .p-header__mainmenu .p-mainmenu__list.ls-active {
  transform: translateY(0);
}
.p-header__button:not(:checked) ~ .p-header__label .p-label__bar {
  background-color: #005886;
}
.p-header__button:not(:checked) ~ .p-header__label .p-label__bar--top {
  transform: translateY(-10px) scaleX(0.85) rotate(0);
  transition: all 0.25s ease-out;
}
.p-header__button:not(:checked) ~ .p-header__label .p-label__bar--middle {
  transform: translateY(0) scaleX(0.7);
  transition: all 0.25s ease-out;
}
.p-header__button:not(:checked) ~ .p-header__label .p-label__bar--bottom {
  transform: translateY(10px) rotate(0);
  transition: all 0.25s ease-out;
}
.p-header__button:not(:checked) ~ .p-header__label .p-label__title--menu {
  display: block;
  transition: all 0.25s ease-out;
}
.p-header__button:not(:checked) ~ .p-header__label .p-label__title--close {
  display: none;
  transition: all 0.25s ease-out;
}
@media screen and (max-width: 1279px) {
  .p-header__button:not(:checked) ~ .p-header__mainmenu {
    opacity: 0;
    visibility: hidden;
    transform: translateX(100vw);
  }
}
.p-header__button:not(:checked) ~ .p-header__mainmenu .p-mainmenu__list.ls-active {
  transform: translateY(0);
}
.p-header__label {
  display: none;
}
@media screen and (max-width: 1279px) {
  .p-header__label {
    position: fixed;
    display: block;
    z-index: 150;
    top: 15px;
    right: 10px;
    width: 40px;
    height: 20px;
  }
}
@media screen and (max-width: 1279px) {
  .p-header__label .p-label__bar {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 30px;
    height: 2px;
  }
}
@media screen and (max-width: 1279px) {
  .p-header__label .p-label__title {
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #005886;
    font-size: 1rem;
    line-height: 100%;
  }
}
.p-header__mainmenu {
  position: fixed;
  z-index: 110;
  top: 20px;
  right: 50px;
}
@media screen and (max-width: 1279px) {
  .p-header__mainmenu {
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    overflow: scroll;
  }
}
.p-header__mainmenu .p-mainmenu__list {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
@media screen and (max-width: 1280px) {
  .p-header__mainmenu .p-mainmenu__list {
    margin-right: 0;
  }
}
@media screen and (max-width: 1279px) {
  .p-header__mainmenu .p-mainmenu__list {
    width: 100vw;
    height: auto;
    margin-right: 0;
    padding: 80px 0 30px;
    background-color: #005886;
  }
}
.p-header__mainmenu .p-mainmenu__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  margin: 0 20px;
}
@media screen and (max-width: 1280px) {
  .p-header__mainmenu .p-mainmenu__item {
    margin-left: 0;
  }
}
@media screen and (max-width: 1279px) {
  .p-header__mainmenu .p-mainmenu__item {
    display: block;
    width: calc(100% - 40px);
    height: auto;
    margin: 0 20px;
    border-top: #FFFFFF solid 1px;
  }
}
.p-header__mainmenu .p-mainmenu__item a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 0;
  white-space: nowrap;
  color: #005886;
  font-size: 1.6rem;
  line-height: 125%;
}
@media screen and (max-width: 1279px) {
  .p-header__mainmenu .p-mainmenu__item a {
    padding: 20px 0 20px 20px;
    color: #FFFFFF;
    font-size: 1.5rem;
    line-height: 133%;
    justify-content: flex-start;
  }
}
.p-header__mainmenu .p-mainmenu__item--home {
  display: none;
}
@media screen and (max-width: 1279px) {
  .p-header__mainmenu .p-mainmenu__item--home {
    display: block;
  }
}
.p-header__mainmenu .p-mainmenu__item--recruit {
  display: none;
}
@media screen and (max-width: 1279px) {
  .p-header__mainmenu .p-mainmenu__item--recruit {
    display: block;
    border-bottom: #FFFFFF solid 1px;
  }
}
.p-header__mainmenu .p-mainmenu__item--recruit a {
  justify-content: space-between;
}
.p-header__mainmenu .p-mainmenu__item--recruit i {
  margin-right: 10px;
}
.p-header__mainmenu .p-mainmenu__item:hover::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #005886;
}
@media screen and (max-width: 1279px) {
  .p-header__mainmenu .p-mainmenu__item:hover::before {
    display: none;
  }
}
.p-header__mainmenu .p-mainmenu__button {
  display: none;
}
@media screen and (max-width: 1279px) {
  .p-header__mainmenu .p-mainmenu__button {
    visibility: hidden;
  }
}
@media screen and (max-width: 1279px) {
  .p-header__mainmenu .p-mainmenu__button:checked ~ .p-mainmenu__label::before {
    content: "－";
  }
}
@media screen and (max-width: 1279px) {
  .p-header__mainmenu .p-mainmenu__button:checked ~ .p-mainmenu__sublist {
    display: flex;
  }
}
@media screen and (max-width: 1279px) {
  .p-header__mainmenu .p-mainmenu__button:not(:checked) ~ .p-mainmenu__label::before {
    content: "＋";
  }
}
@media screen and (max-width: 1279px) {
  .p-header__mainmenu .p-mainmenu__button:not(:checked) ~ .p-mainmenu__sublist {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .p-header__mainmenu .p-mainmenu__label {
    position: absolute;
    z-index: 151;
    top: 18px;
    right: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 1279px) {
  .p-header__mainmenu .p-mainmenu__label::before {
    text-align: center;
    color: #FFFFFF;
    font-size: 2rem;
  }
}
.p-header__mainmenu .p-mainmenu__sublist {
  display: none;
}
@media screen and (max-width: 1279px) {
  .p-header__mainmenu .p-mainmenu__sublist {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 7.5%;
  }
}
@media screen and (max-width: 1279px) {
  .p-header__mainmenu .p-mainmenu__taxistand {
    position: relative;
    width: 48%;
    height: 0;
    padding-top: 48%;
    margin: 2% 0;
  }
}
@media screen and (max-width: 1279px) {
  .p-header__mainmenu .p-mainmenu__taxistand a {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0;
    border: #FFFFFF 2px solid;
    box-sizing: border-box;
    text-align: center;
    font-size: clamp(1.2rem, 5vw, 6rem);
    line-height: 133%;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.p-header__mainmenu .p-mainmenu__taxistand img {
  width: 80%;
  height: auto;
  margin-bottom: 5%;
}
.p-header__mainmenu .p-mainmenu__taxistand address {
  width: 80%;
  font-size: clamp(1rem, 4vw, 3rem);
  line-height: 133%;
  margin-top: 5%;
  border-top: #FFFFFF solid 1px;
  padding-top: 5%;
}
@media screen and (max-width: 1279px) {
  .p-header__mainmenu .p-mainmenu__service {
    position: relative;
    width: 31%;
    height: 0;
    padding-top: 31%;
    margin: 2% 0;
  }
}
@media screen and (max-width: 1279px) {
  .p-header__mainmenu .p-mainmenu__service a {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0;
    border: #FFFFFF 2px solid;
    box-sizing: border-box;
    text-align: center;
    font-size: clamp(1rem, 3vw, 2rem);
    line-height: 133%;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.p-header__mainmenu .p-mainmenu__service img {
  margin-bottom: 5%;
}
@media screen and (max-width: 1279px) {
  .p-header__mainmenu .p-mainmenu__service--01 img {
    width: auto;
    height: 44.1%;
  }
}
@media screen and (max-width: 1279px) {
  .p-header__mainmenu .p-mainmenu__service--02 img {
    width: auto;
    height: 41.03%;
  }
}
@media screen and (max-width: 1279px) {
  .p-header__mainmenu .p-mainmenu__service--03 img {
    width: auto;
    height: 51.28%;
  }
}
@media screen and (max-width: 1279px) {
  .p-header__mainmenu .p-mainmenu__service--04 img {
    width: auto;
    height: 41.03%;
  }
}
@media screen and (max-width: 1279px) {
  .p-header__mainmenu .p-mainmenu__service--05 img {
    width: auto;
    height: 46.15%;
  }
}
@media screen and (max-width: 1279px) {
  .p-header__mainmenu .p-mainmenu__service--06 img {
    width: auto;
    height: 32.82%;
  }
}

.p-telephone {
  height: 60px;
}
.p-telephone--pc {
  display: inline-block;
  width: 260px;
}
@media screen and (max-width: 1279px) {
  .p-telephone--pc {
    display: block;
    width: 100%;
  }
}
.p-telephone--sp {
  display: none;
}
@media screen and (max-width: 1279px) {
  .p-telephone--sp {
    display: block;
    position: fixed;
    z-index: 100;
    bottom: 0;
    width: 100%;
    box-sizing: content-box;
    opacity: 0;
  }
  .p-telephone--sp.ls-active {
    animation: telephoneSP 1s ease forwards;
  }
  @keyframes telephoneSP {
    0% {
      opacity: 0;
      transform: translateY(60px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
}
.p-telephone a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: #BE272D;
  cursor: default;
  pointer-events: none;
}
@media screen and (max-width: 1279px) {
  .p-telephone a {
    border-radius: 0;
    cursor: pointer;
    pointer-events: all;
  }
}
@media screen and (max-width: 1279px) {
  .p-telephone a::before {
    content: "\f0da\f0da\f0da";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    color: #F9EB21;
    font-weight: 700;
    font-size: 2rem;
    padding-right: 1em;
    transform: scaleX(1.5);
  }
}
@media screen and (max-width: 1279px) {
  .p-telephone a::after {
    content: "\f0d9\f0d9\f0d9";
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    color: #F9EB21;
    font-weight: 700;
    font-size: 2rem;
    padding-left: 1em;
    transform: scaleX(1.5);
  }
}
.p-telephone img {
  width: auto;
  height: 42px;
  margin-right: 13px;
}
@media screen and (max-width: 1279px) {
  .p-telephone img {
    height: 38px;
    margin-right: 7px;
  }
}
.p-telephone span {
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 133%;
}
@media screen and (max-width: 1279px) {
  .p-telephone span {
    font-size: 1.5rem;
  }
}

.p-pagetitle {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 260px;
  margin-top: 130px;
  padding-top: 110px;
  background: url(../img/common/bg_city.png) no-repeat bottom 10px left 55vw, #005886;
  clip-path: polygon(0 110px, 0 260px, 100vw 260px, 100vw 0);
}
@media screen and (max-width: 1279px) {
  .p-pagetitle {
    width: auto;
    height: 100px;
    margin-top: 65px;
    padding: 20px 20px 0;
    background-position: bottom center, center;
    background-size: auto 55px, auto;
    clip-path: polygon(0 20px, 0 100px, 100vw 100px, 100vw 0);
  }
}
.p-pagetitle__icon {
  position: absolute;
  bottom: 30px;
  left: calc(50vw - 600px);
}
@media screen and (max-width: 1279px) {
  .p-pagetitle__icon {
    bottom: 18px;
    left: 20px;
  }
}
.p-pagetitle__japanese {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  width: 1200px;
  height: 100px;
  padding-left: 180px;
  color: #FFFFFF;
  font-size: 4.8rem;
}
@media screen and (max-width: 1279px) {
  .p-pagetitle__japanese {
    width: 100%;
    height: 50px;
    padding-left: 90px;
    font-size: 2.4rem;
  }
}
.p-pagetitle__english {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1200px;
  height: 50px;
  padding-left: 180px;
  color: #E3E3E3;
  font-size: 2rem;
}
@media screen and (max-width: 1279px) {
  .p-pagetitle__english {
    width: 100%;
    height: 30px;
    padding-left: 90px;
    font-size: 1.2rem;
  }
}

.p-breadcrumbs {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: 1200px;
  height: 50px;
  margin: auto;
  font-size: 1.4rem;
  line-height: 100%;
}
@media screen and (max-width: 1279px) {
  .p-breadcrumbs {
    width: 100%;
    height: 24px;
    padding: 0 20px;
    font-size: 1.2rem;
  }
}
.p-breadcrumbs a {
  text-decoration: underline;
}

.p-form__text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 225%;
  padding-bottom: 2em;
}
@media screen and (max-width: 1279px) {
  .p-form__text {
    max-width: 340px;
    margin: auto;
    font-size: 1.2rem;
    line-height: 175%;
  }
}
.p-form__address {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 80px;
  margin: 0 auto 80px;
  border: #005886 solid 5px;
  border-radius: 20px;
}
@media screen and (max-width: 1279px) {
  .p-form__address {
    width: auto;
    max-width: 340px;
    height: 75px;
    margin-bottom: 40px;
    border-width: 2px;
    border-radius: 10px;
  }
}
.p-form__address small {
  color: #005886;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 100%;
  padding-top: 2px;
}
@media screen and (max-width: 1279px) {
  .p-form__address small {
    font-size: 1.4rem;
    padding-top: 0;
  }
}
.p-form__address strong {
  color: #005886;
  font-size: 3rem;
  line-height: 100%;
}
@media screen and (max-width: 1279px) {
  .p-form__address strong {
    font-size: 2rem;
  }
}
.p-form__address a {
  pointer-events: none;
}
@media screen and (max-width: 1279px) {
  .p-form__address a {
    pointer-events: auto;
  }
}
.p-form__list {
  position: relative;
  margin-bottom: 80px;
  padding: 20px 0;
  background-color: #E3E3E3;
}
@media screen and (max-width: 1279px) {
  .p-form__list {
    max-width: 340px;
    margin: 0 auto 40px;
    padding: 10px 0;
  }
}
.p-form__list::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc((100vw - 1200px) / -2);
  width: 100vw;
  height: 100%;
  background-color: #E3E3E3;
}
@media screen and (max-width: 1279px) {
  .p-form__list::before {
    left: calc((100vw - 100%) / -2);
  }
}
.p-form__note {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 1.6rem;
  line-height: 225%;
}
@media screen and (max-width: 1279px) {
  .p-form__note {
    font-size: 1.2rem;
    line-height: 200%;
  }
}
.p-form__note::before {
  content: "※";
}
.p-form__table {
  width: 100%;
  margin-bottom: 80px;
}
@media screen and (max-width: 1279px) {
  .p-form__table {
    display: block;
    width: auto;
    max-width: 340px;
    margin: 0 auto 40px;
  }
}
.p-form__table tbody {
  width: 100%;
}
@media screen and (max-width: 1279px) {
  .p-form__table tbody {
    display: block;
  }
}
.p-form__table tr {
  border-bottom: #666666 solid 1px;
}
@media screen and (max-width: 1279px) {
  .p-form__table tr {
    display: block;
    width: 100%;
  }
}
.p-form__table th {
  vertical-align: middle;
  width: 300px;
  padding: 1em 2em;
  font-size: 1.6rem;
  line-height: 200%;
}
@media screen and (max-width: 1279px) {
  .p-form__table th {
    display: block;
    width: 100%;
    padding: 0.5em 1em;
    font-size: 1.2rem;
    line-height: 175%;
  }
}
.p-form__table td {
  width: auto;
  padding: 1em 3em;
  font-size: 1.6rem;
  line-height: 200%;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1279px) {
  .p-form__table td {
    display: block;
    width: 100%;
    padding: 0.5em 1.5em;
    font-size: 1.2rem;
    line-height: 175%;
  }
}
.p-form__input {
  width: 740px;
  height: 50px;
  margin: 1px 2px;
  padding: 0 5px;
  border: #E3E3E3 solid 1px;
}
@media screen and (max-width: 1279px) {
  .p-form__input {
    width: 100%;
    height: 25px;
  }
}
.p-form__zip {
  width: 150px;
  height: 50px;
  margin: 1px 2px;
  padding: 0 5px;
  border: #E3E3E3 solid 1px;
}
@media screen and (max-width: 1279px) {
  .p-form__zip {
    height: 25px;
  }
}
.p-form__textarea {
  width: 810px;
  height: 350px;
  border: #E3E3E3 solid 1px;
}
@media screen and (max-width: 1279px) {
  .p-form__textarea {
    width: 100%;
    height: 180px;
  }
}
.p-form__privacy {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 80px;
  padding: 30px 100px;
  background-color: #E3E3E3;
}
@media screen and (max-width: 1279px) {
  .p-form__privacy {
    width: auto;
    max-width: 340px;
    margin: 0 auto 40px;
    padding: 15px;
  }
}
.p-form__checkbox {
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin-right: 50px;
}
@media screen and (max-width: 1279px) {
  .p-form__checkbox {
    width: 45px;
    height: 45px;
    margin-top: -15px;
    margin-right: 15px;
  }
}
.p-form__about {
  color: #005886;
  font-weight: 700;
  font-size: 2rem;
  line-height: 150%;
  padding-bottom: 1em;
}
@media screen and (max-width: 1279px) {
  .p-form__about {
    font-size: 1.5rem;
    line-height: 100%;
  }
}
.p-form__caution {
  font-size: 1.6rem;
  line-height: 150%;
}
@media screen and (max-width: 1279px) {
  .p-form__caution {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-form__caution br {
    display: none;
  }
}
.p-form__button {
  display: flex;
  align-items: center;
  width: 840px;
  height: auto;
  margin: auto;
}
.p-form__button--one {
  justify-content: center;
}
.p-form__button--two {
  justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  .p-form__button {
    display: block;
    width: auto;
    max-width: 340px;
  }
}
.p-form__submit input {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 80px;
  border-radius: 10px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
  background-color: #005886;
  transition: all 0.5s ease-out;
}
.p-form__submit input:hover {
  opacity: 0.75;
  transition: all 0.5s ease-out;
}
@media screen and (max-width: 1279px) {
  .p-form__submit input {
    width: 100%;
    max-width: 340px;
    height: 40px;
    margin: 5px 0;
    border-radius: 10px;
    font-size: 1.5rem;
  }
}
.p-form .msg {
  color: #F44336;
}

.p-pagetop {
  display: block;
  position: absolute;
  z-index: 20;
  right: 40px;
  bottom: 260px;
  width: 80px;
  height: 80px;
  border-radius: 10px;
}
@media screen and (max-width: 1279px) {
  .p-pagetop {
    right: 20px;
    bottom: 400px;
    width: 40px;
    height: 40px;
  }
}
.p-pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border: #005886 solid 2px;
  border-radius: 10px;
  background-color: #FFFFFF;
}
.p-pagetop a:hover {
  opacity: 0.75;
  transition: all 1s ease;
}
.p-pagetop i {
  text-align: center;
  color: #005886;
  font-size: 5rem;
  line-height: 100%;
}
@media screen and (max-width: 1279px) {
  .p-pagetop i {
    font-size: 2.5rem;
  }
}
.p-pagetop.ls-active {
  position: fixed;
  bottom: 60px;
  animation: pagetopActive 1s ease;
}
@media screen and (max-width: 1279px) {
  .p-pagetop.ls-active {
    bottom: 80px;
  }
}
@keyframes pagetopActive {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.p-footer {
  position: relative;
  width: 100%;
  height: 400px;
  padding-top: 100px;
  background: url(../img/common/bg_city.png) no-repeat left 30px bottom 10px, #005886;
  clip-path: polygon(0 0, 0 400px, 100vw 400px, 100vw 100px);
}
@media screen and (max-width: 1279px) {
  .p-footer {
    height: 410px;
    padding-top: 50px;
    padding-bottom: env(safe-area-inset-bottom);
    background-position: center bottom 120px;
    background-size: auto 55px;
    clip-path: polygon(0 0, 0 410px, 100vw 410px, 100vw 50px);
  }
}
.p-footer__logo {
  float: left;
  width: 336px;
  height: 58px;
  margin-bottom: 22px;
  font-size: 0;
  background: url(../img/common/logo_w.png) no-repeat center;
  background-size: 100% auto;
}
.p-footer__logo a {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1279px) {
  .p-footer__logo {
    float: none;
    display: inline-block;
    width: 200px;
    height: 35px;
  }
}
.p-footer__mascot {
  float: right;
  margin-top: 10px;
}
@media screen and (max-width: 1279px) {
  .p-footer__mascot img {
    position: absolute;
    z-index: 5;
    top: 70px;
    right: 20px;
    width: auto;
    height: 160px;
    margin-top: 0;
  }
}
.p-footer__mainmenu {
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 160px;
  padding: 0 30px;
  border-left: #FFFFFF solid 1px;
}
@media screen and (max-width: 1279px) {
  .p-footer__mainmenu {
    display: none;
  }
}
.p-footer__mainmenu .p-mainmenu__item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: auto;
  margin: 0 10px;
}
.p-footer__mainmenu .p-mainmenu__item a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 125%;
}
.p-footer__mainmenu .p-mainmenu__item:hover::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1279px) {
  .p-footer__mainmenu .p-mainmenu__item:hover::before {
    display: none;
  }
}
.p-footer__address {
  display: inline-block;
  margin-left: 3em;
  text-align: left;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 179%;
}
@media screen and (max-width: 1279px) {
  .p-footer__address {
    display: block;
    margin-left: 0;
    font-size: 1.4rem;
  }
}
.p-footer__copyright {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  color: #FFFFFF;
  font-size: 1.6rem;
  line-height: 100%;
}
@media screen and (max-width: 1279px) {
  .p-footer__copyright {
    bottom: 60px;
    height: 60px;
    color: #005886;
    font-size: 1.4rem;
    background-color: #FFFFFF;
  }
}

/* content===========================================

	utility.css

		Utilities
		Fonts
		Colors
		Spacing
		Border radius
		Table (Responsive)


	KABOSU MEDIA WORKS

===================================================== */
/*	 Utilities
===================================================== */
.u-clear {
  clear: both;
}

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

.u-dn {
  display: none;
}

.u-di {
  display: inline;
}

.u-db {
  display: block;
}

.u-dt {
  display: table;
}

.u-vh {
  visibility: hidden;
}

.u-fln {
  float: none;
}

.u-fll {
  float: left;
}

.u-flr {
  float: right;
}

.u-tal {
  text-align: left;
}

.u-tac {
  text-align: center;
}

.u-tar {
  text-align: right;
}

.u-wmvlr {
  writing-mode: vertical-lr;
}

.u-wmvrl {
  writing-mode: vertical-rl;
}

.u-wmhtb {
  writing-mode: horizontal-tb;
}

/*	Fonts
===================================================== */
.u-fontMincho {
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Noto Serif Japanese", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.u-fontMarugo {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
}

.u-fontKakugo {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.u-fontCenturyGothic {
  font-family: Century Gothic, sans-serif;
}

.u-fontTenMincho {
  font-family: "ten-mincho", serif;
}

.u-fontV7Gothic {
  font-family: vdl-v7gothic, sans-serif;
}

.u-fontZenOldMincho {
  font-family: "Zen Old Mincho", serif;
}

.u-fontMPlus1 {
  font-family: "M PLUS 1", sans-serif;
}

.u-fontNotoSansJP {
  font-family: "Noto Sans JP", sans-serif;
}

.u-fontYuGothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.u-fontZenKakuGochicAntique {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

/*	Colors
===================================================== */
/* cRed:Red, cBlue:Blue, cGreen:Green, cYellow:Yellow, cGrey:Grey  */
/*** 参考元 --> http://t32k.me/wisteria/ ***/
.u-cBlack {
  color: #000000;
}

.u-cRed-light {
  color: #FFCDD2;
}

.u-cRed {
  color: #F44336;
}

.u-cRed-dark {
  color: #B71C1C;
}

.u-cBlue-light {
  color: #BBDEFB;
}

.u-cBlue {
  color: #2196F3;
}

.u-cBlue-dark {
  color: #0D47A1;
}

.u-cGreen-light {
  color: #C8E6C9;
}

.u-cGreen {
  color: #4CAF50;
}

.u-cGreen-dark {
  color: #1B5E20;
}

.u-cYellow-light {
  color: #FFF9C4;
}

.u-cYellow {
  color: #FFEB3B;
}

.u-cYellow-dark {
  color: #F57F17;
}

.u-cGrey-light {
  color: #F5F5F5;
}

.u-cGrey {
  color: #9E9E9E;
}

.u-cGrey-dark {
  color: #212121;
}

/* background color */
.u-bgcRed-light {
  background-color: #FFCDD2;
}

.u-bgcRed {
  background-color: #F44336;
}

.u-bgcRed-dark {
  background-color: #B71C1C;
}

.u-bgcBlue-light {
  background-color: #BBDEFB;
}

.u-bgcBlue {
  background-color: #2196F3;
}

.u-bgcBlue-dark {
  background-color: #0D47A1;
}

.u-bgcGreen-light {
  background-color: #C8E6C9;
}

.u-bgcGreen {
  background-color: #4CAF50;
}

.u-bgcGreen-dark {
  background-color: #1B5E20;
}

.u-bgcYellow-light {
  background-color: #FFF9C4;
}

.u-bgcYellow {
  background-color: #FFEB3B;
}

.u-bgcYellow-dark {
  background-color: #F57F17;
}

.u-bgcGrey-light {
  background-color: #F5F5F5;
}

.u-bgcGrey {
  background-color: #9E9E9E;
}

.u-bgcGrey-dark {
  background-color: #212121;
}

/*	Spacing
===================================================== */
/*margin (rem) */
.u-ma {
  margin: auto;
}

.u-mn {
  margin: 0;
}

.u-mtn {
  margin-top: 0;
}

.u-mts {
  margin-top: 0.4rem;
}

.u-mtm {
  margin-top: 1.6rem;
}

.u-mtl {
  margin-top: 3.2rem;
}

.u-mtx {
  margin-top: 4.8rem;
}

.u-mbn {
  margin-bottom: 0;
}

.u-mbs {
  margin-bottom: 0.4rem;
}

.u-mbm {
  margin-bottom: 1.6rem;
}

.u-mbl {
  margin-bottom: 3.2rem;
}

.u-mbx {
  margin-bottom: 4.8rem;
}

/*margin (px) */
.u-mt5 {
  margin-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

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

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

/*padding (rem) */
.u-pn {
  padding: 0;
}

.u-ptn {
  padding-top: 0;
}

.u-pts {
  padding-top: 0.4rem;
}

.u-ptm {
  padding-top: 1.6rem;
}

.u-ptl {
  padding-top: 3.2rem;
}

.u-ptx {
  padding-top: 4.8rem;
}

.u-pbn {
  padding-bottom: 0;
}

.u-pbs {
  padding-bottom: 0.4rem;
}

.u-pbm {
  padding-bottom: 1.6rem;
}

.u-pbl {
  padding-bottom: 3.2rem;
}

.u-pbx {
  padding-bottom: 4.8rem;
}

/*padding (px) */
.u-pt5 {
  padding-top: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

/*	Border radius
===================================================== */
.c-br-4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -ms-border-radius: 4px;
}

.c-br-8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -ms-border-radius: 8px;
}

.c-br-12 {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  -ms-border-radius: 12px;
}

.c-br-16 {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  -ms-border-radius: 16px;
}

/*	Table (Responsive)
===================================================== */
.p-table-responsive {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}

@media only screen and (max-width: 40em) {
  .p-table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .p-table-responsive th,
  .p-table-responsive td {
    white-space: nowrap;
  }
}
.u-touchGesture {
  text-align: center;
  color: #999;
  padding: 3%;
  margin-bottom: 12px;
  border: solid 1px #ddd;
  background-color: #eee;
}

.u-touchGesture img {
  max-width: 80%;
  vertical-align: bottom;
}