@charset "UTF-8";
/**
 * App
 */
/* ==========================================================================
   Foundation
   ========================================================================== */
/*==================================
* breakpoint
==================================*/
/*==================================
* margin
==================================*/
/*==================================
* padding
==================================*/
/*==================================
* z-index
==================================*/
/*==================================
* round
==================================*/
/*==================================
* theme
==================================*/
/* Clear Fix
======================================================== */
/* Vendors
----------------------------------------------------------------- */
/**
 * #Normalize
 */
/* ==========================================================================
   Normalize.css
   ========================================================================== */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* Base
----------------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-family: Arial, sans-serif;
  background-color: #fafafa;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #333;
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1.3;
  font-size: 1.6em;
}

/*--- ページタイトル --- */
h2 {
  margin: 0 0 15px 0;
  font-size: 20px;
  font-weight: bold;
  color: #2A3F54;
}

/*--- ページ見出し --- */
h3 {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: bold;
  color: #2A3F54;
}

/*--- 項目名 --- */
h4 {
  margin: 0 0 10px 0;
  font-size: 14px;
  font-weight: bold;
  color: #555;
}

ol {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

dd {
  margin: 0;
}

em {
  font-style: normal;
}

img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

p {
  margin: 0;
  padding: 0;
}

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #63a0d4;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   テキストボックス、パスワード、テキストエリア
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
input[type=text],
input[type=password],
textarea,
select {
  display: inline-block;
  height: 30px;
  padding: 3px 6px;
  font-size: 14px;
  line-height: 1.3;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  vertical-align: middle;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #777;
}
input[type=text][disabled], input[type=text][readonly],
input[type=password][disabled],
input[type=password][readonly],
textarea[disabled],
textarea[readonly],
select[disabled],
select[readonly] {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
input[type=text][disabled],
input[type=password][disabled],
textarea[disabled],
select[disabled] {
  background-color: #eee !important;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: middle;
}

input[type=radio] + label,
input[type=checkbox] + label {
  font-weight: 400;
  margin-bottom: 0;
  cursor: pointer;
  vertical-align: middle;
}

input[type=radio],
input[type=checkbox] {
  position: relative;
  top: -2px;
  margin-right: 2px;
}

label {
  font-weight: normal;
  cursor: pointer;
  vertical-align: middle;
}

/*==================================
* 背景色
==================================*/
.nec, .noChk {
  background-color: #fff0f5 !important;
}

/* ==========================================================================
   Layout
========================================================================== */
/**
 * Body
 */
/*
　iframeBody
================================*/
.l-body-iframe {
  background-color: transparent;
}

/**
 * Container
 */
/*
　コンテナ
================================*/
.l-container {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .l-container {
    display: flex;
    margin-top: 60px;
  }
  .l-container .l-main {
    width: calc(100% - 240px);
  }
  .l-container .l-nav {
    width: 240px;
  }
}

/**
 * Header
 */
/*
　ヘッダー
================================*/
.l-header {
  position: fixed;
  top: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  align-items: center;
  background: #fff;
  border-bottom: solid 1px #ededed;
  z-index: 100;
}
.l-header .l-header__menu__bars {
  width: 50px;
  padding-left: 10px;
}
.l-header .l-header__menu__bars > a {
  color: #555;
}
.l-header .l-header__menu__bars > a > i {
  font-size: 2.4rem;
}
.l-header .l-header__brand {
  width: calc(100% - 110px);
}
.l-header .l-header__brand h1 {
  line-height: 1;
  font-size: 1.4rem;
  text-align: center;
}
.l-header .l-header__brand h1 a {
  margin-left: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #555;
}
.l-header .l-header__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 50px;
  margin-right: 10px;
}
.l-header .l-header__menu .l-header__menu__message {
  margin-right: 20px;
}
.l-header .l-header__menu .l-header__menu__message > a {
  position: relative;
  display: block;
  color: #555;
}
.l-header .l-header__menu .l-header__menu__message > a.is-notice::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  right: -5px;
  width: 10px;
  height: 10px;
  background: #ffa500;
  border-radius: 10px;
}
.l-header .l-header__menu .l-header__menu__message > a > i {
  font-size: 2.4rem;
}
.l-header .l-header__menu .l-header__menu__user > a {
  color: #ccc;
}
.l-header .l-header__menu .l-header__menu__user > a > i {
  font-size: 2.4rem;
}
.l-header .l-header__menu .l-header__menu__notice {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 10px;
  transform: translateY(-5px);
  background: #ffa500;
  border-radius: 10px;
}
.l-header .l-header__menu .dropdown-menu i {
  font-size: 1.4rem;
  margin-right: 10px;
  width: 15px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 60px;
  }
  .l-header .l-header__menu__bars {
    display: none;
  }
  .l-header .l-header__brand h1 {
    font-size: 1.8rem;
    margin-left: 20px;
    text-align: left;
  }
  .l-header .l-header__brand h1 a {
    font-size: 1.8rem;
  }
  .l-header .l-header__menu {
    width: 120px;
    margin-right: 20px;
  }
  .l-header .l-header__menu .l-header__menu__message {
    margin-right: 30px;
  }
  .l-header .l-header__menu .l-header__menu__user > a > i {
    font-size: 3rem;
  }
}

/**
 * Main
 */
/*
　メイン
================================*/
.l-main {
  padding: 8px 8px 80px 8px;
  height: calc(100vh - 50px);
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .l-main {
    padding: 15px 20px 50px 20px;
    height: calc(100vh - 60px);
  }
}

.l-main-simple {
  padding: 20px 8px;
}
@media screen and (min-width: 768px) {
  .l-main-simple {
    width: 900px;
    margin: 0 auto;
  }
}

/**
 * Side
 */
/*
　サイド
================================*/
.l-aside {
  position: absolute;
  top: 50px;
  left: 0;
  transform: translateX(-100%);
  width: 240px;
  height: calc(100vh - 50px);
  background: #fff;
  transition: all 0.3s;
  z-index: 120;
}
.l-aside.is-open {
  transform: translateX(0);
}
@media screen and (min-width: 768px) {
  .l-aside {
    display: block;
    position: static;
    transform: none;
    width: 240px;
    height: calc(100vh - 60px);
    border-right: solid 1px #ededed;
  }
}

/*
　ナビゲーション
================================*/
.l-nav > ul {
  display: block;
  margin-top: 15px;
}
.l-nav > ul > li {
  width: 100%;
}
.l-nav > ul > li > a {
  display: block;
  position: relative;
  padding: 15px 20px;
  text-align: left;
  font-size: 1.6rem;
  color: #555;
}
.l-nav > ul > li > a.is-active, .l-nav > ul > li > a:hover {
  color: #044E80;
  font-weight: bold;
}
.l-nav > ul > li > a i {
  display: inline-block;
  width: 30px;
  text-align: center;
  margin-right: 10px;
}
.l-nav > ul > li > a .fa-chevron-up,
.l-nav > ul > li > a .fa-chevron-down {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-size: 14px;
}
.l-nav > ul > li > ul {
  display: none;
  padding: 5px 0;
  transform: translateY(-5px);
  background: #fafafa;
  box-shadow: inset -5px 0 5px -5px rgba(0, 0, 0, 0.1);
}
.l-nav > ul > li > ul.is-open {
  display: block;
}
.l-nav > ul > li > ul > li {
  padding: 5px 0;
}
.l-nav > ul > li > ul > li > a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  position: relative;
  padding: 0 0 0 30px;
  margin-left: 20px;
  font-size: 1.4rem;
  color: #333;
}
.l-nav > ul > li > ul > li > a.is-active, .l-nav > ul > li > ul > li > a:hover {
  color: #044E80;
  font-weight: bold;
}
.l-nav > ul > li > ul > li > a::before {
  position: absolute;
  top: 50%;
  left: 15px;
  content: "-";
  transform: translateY(-60%);
}
.l-nav .l-nav__notice {
  display: inline-block;
  position: static;
  width: 12px;
  height: 12px;
  background: #ffa500;
  border-radius: 10px;
  margin-left: 10px;
}

.l-nav-overlay {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  z-index: 110;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.l-nav-overlay.is-open {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.5);
}

/*
　フッターナビゲーション
================================*/
.l-footer-nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  border-top: solid 1px #ededed;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .l-footer-nav {
    display: none;
  }
}
.l-footer-nav ul {
  display: flex;
  width: 100%;
}
.l-footer-nav ul li {
  width: 25%;
}
.l-footer-nav ul li a {
  display: block;
  position: relative;
  padding: 10px;
  text-align: center;
  font-size: 1.2rem;
  color: #555;
}
.l-footer-nav ul li a.is-active {
  color: #044E80;
  font-weight: bold;
}
.l-footer-nav ul li a i {
  display: block;
  margin-bottom: 3px;
  font-size: 2rem;
}
.l-footer-nav .l-nav__notice {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 15px;
  width: 10px;
  height: 10px;
  background: #ffa500;
  border-radius: 10px;
}

/* ==========================================================================
   Object
========================================================================== */
/* Utitlity
----------------------------------------------------------------- */
/**
 * Base
 */
/*==================================
* Display
==================================*/
@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}

@media screen and (max-width: 399px) {
  .u-hidden-sm-down {
    display: none !important;
  }
}

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

@media screen and (max-width: 767px) {
  .u-hidden-md-down {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

.u-display-flex {
  display: flex;
}

.u-display-table-cell {
  display: table-cell;
  vertical-align: top;
  word-break: break-all;
}

.u-radius-50p {
  border-radius: 50% !important;
}

.u-visibility-hidden {
  visibility: hidden;
}

/*==================================
* flex
==================================*/
.u-jc-sb {
  justify-content: space-between;
}

.u-jc-ct {
  justify-content: center;
}

/*==================================
* flex list
==================================*/
ul.u-flex-list {
  display: flex;
  flex-wrap: wrap;
}
ul.u-flex-list li {
  padding-bottom: 10px;
}

/*==================================
* Float
==================================*/
.u-float-left {
  float: left !important;
}

.u-float-right {
  float: right !important;
}

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

.u-clearfix:after {
  content: "" !important;
  display: table !important;
  clear: both !important;
}

/*==================================
* Background
==================================*/
.u-bc-disabled {
  background-color: #efefef !important;
}

.u-bc-read {
  background-color: #f6f8fa !important;
}

.u-bc-yellow {
  background-color: #ffffcc !important;
}

/*==================================
* Scroll
==================================*/
.u-scroll-y {
  overflow-y: scroll;
}

/*==================================
* 行制限
==================================*/
.u-line-clamp1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.u-line-clamp2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.u-line-clamp3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.u-line-clamp4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.u-line-clamp5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

/*==================================
* frame
==================================*/
.u-frame {
  width: 100%;
  height: 100%;
  border: 0;
}

/*==================================
* border
==================================*/
.u-border-top-none {
  border-top: none !important;
}

/*==================================
* 背景色
==================================*/
.nec, .noChk {
  background-color: #fff0f5 !important;
}

/*==================================
* カーソル
==================================*/
.u-cursor-pointer {
  cursor: pointer;
}

/**
 * Border
 */
.u-border-top {
  border-top: solid 1px #D1D8D9;
}

.u-border-bottom {
  border-bottom: solid 1px #D1D8D9;
}

.u-border-top-none {
  border-top: none !important;
}

/**
 * margin
 */
/**
 * m : margin
 *
 * a : all
 * t : top
 * b : bottom
 * l : left
 * r : right
 *
 * x : left and right
 * y : top and bottom

 * [$name]
 * xs
 * sm
 * md
 * lg
 * xl
 */
.u-ma-xs {
  margin: 0.5rem !important;
}

.u-mt-xs {
  margin-top: 0.5rem !important;
}

.u-mb-xs {
  margin-bottom: 0.5rem !important;
}

.u-ml-xs {
  margin-left: 0.5rem !important;
}

.u-mr-xs {
  margin-right: 0.5rem !important;
}

.u-mx-xs {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.u-my-xs {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

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

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

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

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

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

.u-mx-sm {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.u-my-sm {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

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

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

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

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

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

.u-mx-md {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.u-my-md {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

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

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

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

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

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

.u-mx-lg {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.u-my-lg {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

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

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

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

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

.u-mx-xl {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.u-my-xl {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

/*==================================
* margin
==================================*/
.u-m0 {
  margin: 0px !important;
}

.u-m1 {
  margin: 1px !important;
}

.u-m2 {
  margin: 2px !important;
}

.u-m3 {
  margin: 3px !important;
}

.u-m4 {
  margin: 4px !important;
}

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

.u-m6 {
  margin: 6px !important;
}

.u-m7 {
  margin: 7px !important;
}

.u-m8 {
  margin: 8px !important;
}

.u-m9 {
  margin: 9px !important;
}

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

.u-m11 {
  margin: 11px !important;
}

.u-m12 {
  margin: 12px !important;
}

.u-m13 {
  margin: 13px !important;
}

.u-m14 {
  margin: 14px !important;
}

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

.u-m16 {
  margin: 16px !important;
}

.u-m17 {
  margin: 17px !important;
}

.u-m18 {
  margin: 18px !important;
}

.u-m19 {
  margin: 19px !important;
}

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

.u-m21 {
  margin: 21px !important;
}

.u-m22 {
  margin: 22px !important;
}

.u-m23 {
  margin: 23px !important;
}

.u-m24 {
  margin: 24px !important;
}

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

.u-m26 {
  margin: 26px !important;
}

.u-m27 {
  margin: 27px !important;
}

.u-m28 {
  margin: 28px !important;
}

.u-m29 {
  margin: 29px !important;
}

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

.u-m31 {
  margin: 31px !important;
}

.u-m32 {
  margin: 32px !important;
}

.u-m33 {
  margin: 33px !important;
}

.u-m34 {
  margin: 34px !important;
}

.u-m35 {
  margin: 35px !important;
}

.u-m36 {
  margin: 36px !important;
}

.u-m37 {
  margin: 37px !important;
}

.u-m38 {
  margin: 38px !important;
}

.u-m39 {
  margin: 39px !important;
}

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

.u-m41 {
  margin: 41px !important;
}

.u-m42 {
  margin: 42px !important;
}

.u-m43 {
  margin: 43px !important;
}

.u-m44 {
  margin: 44px !important;
}

.u-m45 {
  margin: 45px !important;
}

.u-m46 {
  margin: 46px !important;
}

.u-m47 {
  margin: 47px !important;
}

.u-m48 {
  margin: 48px !important;
}

.u-m49 {
  margin: 49px !important;
}

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

/*==================================
* margin-top
==================================*/
.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-1 {
  margin-top: 1px !important;
}

.u-mt-2 {
  margin-top: 2px !important;
}

.u-mt-3 {
  margin-top: 3px !important;
}

.u-mt-4 {
  margin-top: 4px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-6 {
  margin-top: 6px !important;
}

.u-mt-7 {
  margin-top: 7px !important;
}

.u-mt-8 {
  margin-top: 8px !important;
}

.u-mt-9 {
  margin-top: 9px !important;
}

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

.u-mt-11 {
  margin-top: 11px !important;
}

.u-mt-12 {
  margin-top: 12px !important;
}

.u-mt-13 {
  margin-top: 13px !important;
}

.u-mt-14 {
  margin-top: 14px !important;
}

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

.u-mt-16 {
  margin-top: 16px !important;
}

.u-mt-17 {
  margin-top: 17px !important;
}

.u-mt-18 {
  margin-top: 18px !important;
}

.u-mt-19 {
  margin-top: 19px !important;
}

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

.u-mt-21 {
  margin-top: 21px !important;
}

.u-mt-22 {
  margin-top: 22px !important;
}

.u-mt-23 {
  margin-top: 23px !important;
}

.u-mt-24 {
  margin-top: 24px !important;
}

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

.u-mt-26 {
  margin-top: 26px !important;
}

.u-mt-27 {
  margin-top: 27px !important;
}

.u-mt-28 {
  margin-top: 28px !important;
}

.u-mt-29 {
  margin-top: 29px !important;
}

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

.u-mt-31 {
  margin-top: 31px !important;
}

.u-mt-32 {
  margin-top: 32px !important;
}

.u-mt-33 {
  margin-top: 33px !important;
}

.u-mt-34 {
  margin-top: 34px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-36 {
  margin-top: 36px !important;
}

.u-mt-37 {
  margin-top: 37px !important;
}

.u-mt-38 {
  margin-top: 38px !important;
}

.u-mt-39 {
  margin-top: 39px !important;
}

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

.u-mt-41 {
  margin-top: 41px !important;
}

.u-mt-42 {
  margin-top: 42px !important;
}

.u-mt-43 {
  margin-top: 43px !important;
}

.u-mt-44 {
  margin-top: 44px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-46 {
  margin-top: 46px !important;
}

.u-mt-47 {
  margin-top: 47px !important;
}

.u-mt-48 {
  margin-top: 48px !important;
}

.u-mt-49 {
  margin-top: 49px !important;
}

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

/*==================================
* margin-left
==================================*/
.u-ml-0 {
  margin-left: 0px !important;
}

.u-ml-1 {
  margin-left: 1px !important;
}

.u-ml-2 {
  margin-left: 2px !important;
}

.u-ml-3 {
  margin-left: 3px !important;
}

.u-ml-4 {
  margin-left: 4px !important;
}

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

.u-ml-6 {
  margin-left: 6px !important;
}

.u-ml-7 {
  margin-left: 7px !important;
}

.u-ml-8 {
  margin-left: 8px !important;
}

.u-ml-9 {
  margin-left: 9px !important;
}

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

.u-ml-11 {
  margin-left: 11px !important;
}

.u-ml-12 {
  margin-left: 12px !important;
}

.u-ml-13 {
  margin-left: 13px !important;
}

.u-ml-14 {
  margin-left: 14px !important;
}

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

.u-ml-16 {
  margin-left: 16px !important;
}

.u-ml-17 {
  margin-left: 17px !important;
}

.u-ml-18 {
  margin-left: 18px !important;
}

.u-ml-19 {
  margin-left: 19px !important;
}

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

.u-ml-21 {
  margin-left: 21px !important;
}

.u-ml-22 {
  margin-left: 22px !important;
}

.u-ml-23 {
  margin-left: 23px !important;
}

.u-ml-24 {
  margin-left: 24px !important;
}

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

.u-ml-26 {
  margin-left: 26px !important;
}

.u-ml-27 {
  margin-left: 27px !important;
}

.u-ml-28 {
  margin-left: 28px !important;
}

.u-ml-29 {
  margin-left: 29px !important;
}

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

.u-ml-31 {
  margin-left: 31px !important;
}

.u-ml-32 {
  margin-left: 32px !important;
}

.u-ml-33 {
  margin-left: 33px !important;
}

.u-ml-34 {
  margin-left: 34px !important;
}

.u-ml-35 {
  margin-left: 35px !important;
}

.u-ml-36 {
  margin-left: 36px !important;
}

.u-ml-37 {
  margin-left: 37px !important;
}

.u-ml-38 {
  margin-left: 38px !important;
}

.u-ml-39 {
  margin-left: 39px !important;
}

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

.u-ml-41 {
  margin-left: 41px !important;
}

.u-ml-42 {
  margin-left: 42px !important;
}

.u-ml-43 {
  margin-left: 43px !important;
}

.u-ml-44 {
  margin-left: 44px !important;
}

.u-ml-45 {
  margin-left: 45px !important;
}

.u-ml-46 {
  margin-left: 46px !important;
}

.u-ml-47 {
  margin-left: 47px !important;
}

.u-ml-48 {
  margin-left: 48px !important;
}

.u-ml-49 {
  margin-left: 49px !important;
}

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

/*==================================
* margin-right
==================================*/
.u-mr-0 {
  margin-right: 0px !important;
}

.u-mr-1 {
  margin-right: 1px !important;
}

.u-mr-2 {
  margin-right: 2px !important;
}

.u-mr-3 {
  margin-right: 3px !important;
}

.u-mr-4 {
  margin-right: 4px !important;
}

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

.u-mr-6 {
  margin-right: 6px !important;
}

.u-mr-7 {
  margin-right: 7px !important;
}

.u-mr-8 {
  margin-right: 8px !important;
}

.u-mr-9 {
  margin-right: 9px !important;
}

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

.u-mr-11 {
  margin-right: 11px !important;
}

.u-mr-12 {
  margin-right: 12px !important;
}

.u-mr-13 {
  margin-right: 13px !important;
}

.u-mr-14 {
  margin-right: 14px !important;
}

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

.u-mr-16 {
  margin-right: 16px !important;
}

.u-mr-17 {
  margin-right: 17px !important;
}

.u-mr-18 {
  margin-right: 18px !important;
}

.u-mr-19 {
  margin-right: 19px !important;
}

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

.u-mr-21 {
  margin-right: 21px !important;
}

.u-mr-22 {
  margin-right: 22px !important;
}

.u-mr-23 {
  margin-right: 23px !important;
}

.u-mr-24 {
  margin-right: 24px !important;
}

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

.u-mr-26 {
  margin-right: 26px !important;
}

.u-mr-27 {
  margin-right: 27px !important;
}

.u-mr-28 {
  margin-right: 28px !important;
}

.u-mr-29 {
  margin-right: 29px !important;
}

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

.u-mr-31 {
  margin-right: 31px !important;
}

.u-mr-32 {
  margin-right: 32px !important;
}

.u-mr-33 {
  margin-right: 33px !important;
}

.u-mr-34 {
  margin-right: 34px !important;
}

.u-mr-35 {
  margin-right: 35px !important;
}

.u-mr-36 {
  margin-right: 36px !important;
}

.u-mr-37 {
  margin-right: 37px !important;
}

.u-mr-38 {
  margin-right: 38px !important;
}

.u-mr-39 {
  margin-right: 39px !important;
}

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

.u-mr-41 {
  margin-right: 41px !important;
}

.u-mr-42 {
  margin-right: 42px !important;
}

.u-mr-43 {
  margin-right: 43px !important;
}

.u-mr-44 {
  margin-right: 44px !important;
}

.u-mr-45 {
  margin-right: 45px !important;
}

.u-mr-46 {
  margin-right: 46px !important;
}

.u-mr-47 {
  margin-right: 47px !important;
}

.u-mr-48 {
  margin-right: 48px !important;
}

.u-mr-49 {
  margin-right: 49px !important;
}

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

/*==================================
* margin-bottom
==================================*/
.u-mb-0 {
  margin-bottom: 0px !important;
}

.u-mb-1 {
  margin-bottom: 1px !important;
}

.u-mb-2 {
  margin-bottom: 2px !important;
}

.u-mb-3 {
  margin-bottom: 3px !important;
}

.u-mb-4 {
  margin-bottom: 4px !important;
}

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

.u-mb-6 {
  margin-bottom: 6px !important;
}

.u-mb-7 {
  margin-bottom: 7px !important;
}

.u-mb-8 {
  margin-bottom: 8px !important;
}

.u-mb-9 {
  margin-bottom: 9px !important;
}

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

.u-mb-11 {
  margin-bottom: 11px !important;
}

.u-mb-12 {
  margin-bottom: 12px !important;
}

.u-mb-13 {
  margin-bottom: 13px !important;
}

.u-mb-14 {
  margin-bottom: 14px !important;
}

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

.u-mb-16 {
  margin-bottom: 16px !important;
}

.u-mb-17 {
  margin-bottom: 17px !important;
}

.u-mb-18 {
  margin-bottom: 18px !important;
}

.u-mb-19 {
  margin-bottom: 19px !important;
}

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

.u-mb-21 {
  margin-bottom: 21px !important;
}

.u-mb-22 {
  margin-bottom: 22px !important;
}

.u-mb-23 {
  margin-bottom: 23px !important;
}

.u-mb-24 {
  margin-bottom: 24px !important;
}

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

.u-mb-26 {
  margin-bottom: 26px !important;
}

.u-mb-27 {
  margin-bottom: 27px !important;
}

.u-mb-28 {
  margin-bottom: 28px !important;
}

.u-mb-29 {
  margin-bottom: 29px !important;
}

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

.u-mb-31 {
  margin-bottom: 31px !important;
}

.u-mb-32 {
  margin-bottom: 32px !important;
}

.u-mb-33 {
  margin-bottom: 33px !important;
}

.u-mb-34 {
  margin-bottom: 34px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-36 {
  margin-bottom: 36px !important;
}

.u-mb-37 {
  margin-bottom: 37px !important;
}

.u-mb-38 {
  margin-bottom: 38px !important;
}

.u-mb-39 {
  margin-bottom: 39px !important;
}

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

.u-mb-41 {
  margin-bottom: 41px !important;
}

.u-mb-42 {
  margin-bottom: 42px !important;
}

.u-mb-43 {
  margin-bottom: 43px !important;
}

.u-mb-44 {
  margin-bottom: 44px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-46 {
  margin-bottom: 46px !important;
}

.u-mb-47 {
  margin-bottom: 47px !important;
}

.u-mb-48 {
  margin-bottom: 48px !important;
}

.u-mb-49 {
  margin-bottom: 49px !important;
}

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

/*==================================
*  中央寄せ
==================================*/
.u-m-center {
  margin-left: auto;
  margin-right: auto;
}

/**
 * Padding
 */
/**
 * p : padding
 *
 * a : all
 * t : top
 * b : bottom
 * l : left
 * r : right
 *
 * x : left and right
 * y : top and bottom

 * [$name]
 * xs
 * sm
 * md
 * lg
 * xl
 */
.u-pa-xs {
  padding: 0.5rem !important;
}

.u-pt-xs {
  padding-top: 0.5rem !important;
}

.u-pb-xs {
  padding-bottom: 0.5rem !important;
}

.u-pl-xs {
  padding-left: 0.5rem !important;
}

.u-pr-xs {
  padding-right: 0.5rem !important;
}

.u-mx-xs {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.u-py-xs {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

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

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

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

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

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

.u-mx-sm {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.u-py-sm {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

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

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

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

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

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

.u-mx-md {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.u-py-md {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

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

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

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

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

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

.u-mx-lg {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.u-py-lg {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

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

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

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

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

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

.u-mx-xl {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.u-py-xl {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

/*==================================
* padding
==================================*/
.u-p-0 {
  padding: 0px !important;
}

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

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

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

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

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

.u-p-6 {
  padding: 6px !important;
}

.u-p-7 {
  padding: 7px !important;
}

.u-p-8 {
  padding: 8px !important;
}

.u-p-9 {
  padding: 9px !important;
}

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

.u-p-11 {
  padding: 11px !important;
}

.u-p-12 {
  padding: 12px !important;
}

.u-p-13 {
  padding: 13px !important;
}

.u-p-14 {
  padding: 14px !important;
}

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

.u-p-16 {
  padding: 16px !important;
}

.u-p-17 {
  padding: 17px !important;
}

.u-p-18 {
  padding: 18px !important;
}

.u-p-19 {
  padding: 19px !important;
}

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

.u-p-21 {
  padding: 21px !important;
}

.u-p-22 {
  padding: 22px !important;
}

.u-p-23 {
  padding: 23px !important;
}

.u-p-24 {
  padding: 24px !important;
}

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

.u-p-26 {
  padding: 26px !important;
}

.u-p-27 {
  padding: 27px !important;
}

.u-p-28 {
  padding: 28px !important;
}

.u-p-29 {
  padding: 29px !important;
}

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

/*==================================
* padding-top
==================================*/
.u-pt-0 {
  padding-top: 0px !important;
}

.u-pt-1 {
  padding-top: 1px !important;
}

.u-pt-2 {
  padding-top: 2px !important;
}

.u-pt-3 {
  padding-top: 3px !important;
}

.u-pt-4 {
  padding-top: 4px !important;
}

.u-pt-5 {
  padding-top: 5px !important;
}

.u-pt-6 {
  padding-top: 6px !important;
}

.u-pt-7 {
  padding-top: 7px !important;
}

.u-pt-8 {
  padding-top: 8px !important;
}

.u-pt-9 {
  padding-top: 9px !important;
}

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

.u-pt-11 {
  padding-top: 11px !important;
}

.u-pt-12 {
  padding-top: 12px !important;
}

.u-pt-13 {
  padding-top: 13px !important;
}

.u-pt-14 {
  padding-top: 14px !important;
}

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

.u-pt-16 {
  padding-top: 16px !important;
}

.u-pt-17 {
  padding-top: 17px !important;
}

.u-pt-18 {
  padding-top: 18px !important;
}

.u-pt-19 {
  padding-top: 19px !important;
}

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

.u-pt-21 {
  padding-top: 21px !important;
}

.u-pt-22 {
  padding-top: 22px !important;
}

.u-pt-23 {
  padding-top: 23px !important;
}

.u-pt-24 {
  padding-top: 24px !important;
}

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

.u-pt-26 {
  padding-top: 26px !important;
}

.u-pt-27 {
  padding-top: 27px !important;
}

.u-pt-28 {
  padding-top: 28px !important;
}

.u-pt-29 {
  padding-top: 29px !important;
}

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

/*==================================
* padding-left
==================================*/
.u-pl-0 {
  padding-left: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*==================================
* padding-right
==================================*/
.u-pr-0 {
  padding-right: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*==================================
* padding-bottom
==================================*/
.u-pb-0 {
  padding-bottom: 0px !important;
}

.u-pb-1 {
  padding-bottom: 1px !important;
}

.u-pb-2 {
  padding-bottom: 2px !important;
}

.u-pb-3 {
  padding-bottom: 3px !important;
}

.u-pb-4 {
  padding-bottom: 4px !important;
}

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

.u-pb-6 {
  padding-bottom: 6px !important;
}

.u-pb-7 {
  padding-bottom: 7px !important;
}

.u-pb-8 {
  padding-bottom: 8px !important;
}

.u-pb-9 {
  padding-bottom: 9px !important;
}

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

.u-pb-11 {
  padding-bottom: 11px !important;
}

.u-pb-12 {
  padding-bottom: 12px !important;
}

.u-pb-13 {
  padding-bottom: 13px !important;
}

.u-pb-14 {
  padding-bottom: 14px !important;
}

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

.u-pb-16 {
  padding-bottom: 16px !important;
}

.u-pb-17 {
  padding-bottom: 17px !important;
}

.u-pb-18 {
  padding-bottom: 18px !important;
}

.u-pb-19 {
  padding-bottom: 19px !important;
}

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

.u-pb-21 {
  padding-bottom: 21px !important;
}

.u-pb-22 {
  padding-bottom: 22px !important;
}

.u-pb-23 {
  padding-bottom: 23px !important;
}

.u-pb-24 {
  padding-bottom: 24px !important;
}

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

.u-pb-26 {
  padding-bottom: 26px !important;
}

.u-pb-27 {
  padding-bottom: 27px !important;
}

.u-pb-28 {
  padding-bottom: 28px !important;
}

.u-pb-29 {
  padding-bottom: 29px !important;
}

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

/**
 * Position
 */
/*==================================
* position
==================================*/
.u-position-static {
  position: static !important;
}

.u-position-relative {
  position: relative !important;
}

.u-position-absolute {
  position: absolute !important;
}

.u-position-fixed {
  position: fixed !important;
}

/*==================================
* vertical-align
==================================*/
.u-valign-top {
  vertical-align: top !important;
}

.u-valign-middle {
  vertical-align: middle !important;
}

.u-valign-bottom {
  vertical-align: bottom !important;
}

/**
 * Responsive
 */
.u-responsive__list .u-responsive__list--col {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .u-responsive__list .u-responsive__list--col {
    display: block;
    margin-bottom: 10px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   スマホブロック
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.u-sp-block {
  display: inline;
}
@media only screen and (max-width: 560px) {
  .u-sp-block {
    display: block;
    margin: 0 0 5px 0 !important;
  }
  .u-sp-block input[type=text] {
    width: 100% !important;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   スマホ改行
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.u-sp-br {
  display: none;
}
@media only screen and (max-width: 560px) {
  .u-sp-br {
    display: block;
    content: "";
  }
}

/**
 * Table
 */
/*--- 非表示 --- */
tr.line-disabled td {
  background-color: #efefef !important;
}

/*--- 既読 --- */
tr.line-read td {
  background-color: #f6f8fa !important;
}

/*--- ホバー --- */
.u-table-hover tr:hover > td {
  background-color: #FFFFEE !important;
  cursor: pointer;
}

/*--- fixレイアウト --- */
.u-table-fixed {
  table-layout: fixed;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   一般テーブル（背景付き）
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.u-table {
  border-collapse: collapse;
}
.u-table tbody {
  background-color: #F8F8F8;
}
.u-table tr {
  background-color: #FAFAFA;
}
.u-table th, .u-table td {
  margin: 0px;
  padding: 7px 10px 7px 10px;
  box-sizing: border-box;
  height: 45px;
}
.u-table th {
  color: #333;
  text-align: center;
  background-color: #F2F2F2;
  border: 1px solid #CCC;
  border-top-color: #CCC;
  border-bottom-color: #CCC;
  font-weight: bold;
}
.u-table td {
  border: 1px solid #C7C7C7;
  background-color: #FFF;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   レスポンシブテーブル
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.u-table-responsive {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  background-color: #FFF;
}
.u-table-responsive tbody {
  background-color: #F8F8F8;
}
.u-table-responsive th, .u-table-responsive td {
  margin: 0px;
  padding: 7px 10px 7px 10px;
  text-align: left;
  box-sizing: border-box;
  height: 45px;
  background-color: #FFF;
}
.u-table-responsive th {
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
}
.u-table-responsive td {
  border-bottom: 1px solid #ededed;
}
.u-table-responsive tr:last-child td {
  border: none;
}
.u-table-responsive .u-table__menu .u-table__menu--sp {
  display: none !important;
}
.u-table-responsive .u-table__menu .u-table__menu--default {
  display: table !important;
  width: 100% !important;
}
.u-table-responsive .u-table__menu .u-table__menu--info {
  display: table-cell;
}
.u-table-responsive .u-table__menu .u-table__menu--btn {
  display: table-cell;
  text-align: right;
}

@media only screen and (max-width: 560px) {
  .u-table-responsive thead {
    display: none;
  }
  .u-table-responsive tr {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
    background-color: #FFF;
  }
  .u-table-responsive tr.line-disabled {
    background-color: #efefef !important;
  }
  .u-table-responsive tr:last-child {
    border: none;
  }
  .u-table-responsive td {
    display: table;
    width: 100% !important;
    border: 0;
    margin: 0;
    padding: 0 0 5px 0;
    height: 0;
    border: none;
    word-break: break-all;
  }
  .u-table-responsive td:before {
    display: table-cell;
    content: attr(data-th);
    font-weight: bold;
    width: 30%;
    padding: 0 5px;
    text-align: left;
    vertical-align: top;
  }
  .u-table-responsive .u-table__menu {
    padding-bottom: 10px;
  }
  .u-table-responsive .u-table__menu .u-table__menu--pc {
    display: none !important;
  }
  .u-table-responsive .u-table__menu .u-table__menu--sp {
    display: table !important;
    width: 100% !important;
  }
  .u-table-responsive .u-table__menu:before {
    display: inline;
    content: none;
    font-weight: bold;
    width: 0;
    padding: 0;
    text-align: left;
    vertical-align: top;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   リストテーブル
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.u-table-list {
  width: 100%;
  border-spacing: 0;
  border-collapse: separate;
  background-color: #FFF;
}
.u-table-list th, .u-table-list td {
  margin: 0px;
  padding: 7px 10px 7px 10px;
  text-align: left;
  box-sizing: border-box;
  height: 45px;
  background-color: #FFF;
}
.u-table-list th {
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #CCC;
}
.u-table-list td {
  border-bottom: 1px solid #ededed;
}
.u-table-list tr:last-child td {
  border: none;
}
.u-table-list .u-table-list__rate {
  position: relative;
}
.u-table-list .u-table-list__rate .u-table-list__rate-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  max-width: calc(100% - 1px);
  height: calc(100% - 1px);
  background: #f5f5f5;
  border-bottom: solid 2px #337ab7;
  z-index: 5;
  transition: 0.5s;
}
.u-table-list .u-table-list__rate span {
  position: relative;
  z-index: 10;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   スクロールテーブル
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.u-table-scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
}

/**
 * Text
 */
/*==================================
* color
==================================*/
.u-fc-blue {
  color: #044E80 !important;
}

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

.u-fc-green {
  color: #03967a !important;
}

.u-fc-yellow {
  color: #ffc107 !important;
}

.u-fc-orange {
  color: #ffa500 !important;
}

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

.u-fc-gray {
  color: #999 !important;
}

.u-fc-cyan {
  color: #17a2b8 !important;
}

a.u-text-link {
  color: #337ab7 !important;
}

.u-required {
  color: #dc3545 !important;
}

/*==================================
* font-size
==================================*/
.u-fs-0 {
  font-size: 0px !important;
}

.u-fs-1 {
  font-size: 1px !important;
}

.u-fs-2 {
  font-size: 2px !important;
}

.u-fs-3 {
  font-size: 3px !important;
}

.u-fs-4 {
  font-size: 4px !important;
}

.u-fs-5 {
  font-size: 5px !important;
}

.u-fs-6 {
  font-size: 6px !important;
}

.u-fs-7 {
  font-size: 7px !important;
}

.u-fs-8 {
  font-size: 8px !important;
}

.u-fs-9 {
  font-size: 9px !important;
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-21 {
  font-size: 21px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}

.u-fs-h1 {
  font-size: 2.5rem !important;
}

.u-fs-h2 {
  font-size: 2rem !important;
}

.u-fs-h3 {
  font-size: 1.75rem !important;
}

.u-fs-h4 {
  font-size: 1.5rem !important;
}

.u-fs-h5 {
  font-size: 1.25rem !important;
}

.u-fs-h6 {
  font-size: 1rem !important;
}

@media screen and (min-width: 768px) {
  .u-fs-h1 {
    font-size: 3rem !important;
  }
  .u-fs-h2 {
    font-size: 2.5rem !important;
  }
  .u-fs-h3 {
    font-size: 2.2rem !important;
  }
  .u-fs-h4 {
    font-size: 1.75rem !important;
  }
  .u-fs-h5 {
    font-size: 1.5rem !important;
  }
  .u-fs-h6 {
    font-size: 1rem !important;
  }
}
/*==================================
* font-weight
==================================*/
.u-fw-light {
  font-weight: 300 !important;
}

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

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

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

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

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

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

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

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

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

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

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

/*==================================
* align
==================================*/
.u-text-top {
  vertical-align: top !important;
}

.u-text-center {
  text-align: center !important;
}

.u-text-right {
  text-align: right !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-middle {
  vertical-align: middle !important;
}

.u-text-bottom {
  vertical-align: bottom !important;
}

@media screen and (min-width: 768px) {
  .u-txt-pc-center {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .u-txt-sp-center {
    text-align: left;
  }
}

/*==================================
* もっと見る
==================================*/
.u-text-more {
  height: 40px;
  padding-bottom: 20px;
  overflow: hidden;
  position: relative;
}
.u-text-more .u-text-more__link {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  background: #fff;
}

/*==================================
* その他
==================================*/
/* アンダーライン */
.u-text-underline {
  text-decoration: underline !important;
}

/* テキストを改行しない */
.u-text-nowrap {
  white-space: nowrap !important;
}

/* テキストを改行する */
.u-text-breakword {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

.u-text-breakall {
  word-break: break-all;
}

/* テキストを両端揃え */
.u-text-justify {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

/**
 * width
 */
/*==================================
* width
==================================*/
.u-w10 {
  width: 10px !important;
}

.u-w20 {
  width: 20px !important;
}

.u-w30 {
  width: 30px !important;
}

.u-w40 {
  width: 40px !important;
}

.u-w50 {
  width: 50px !important;
}

.u-w60 {
  width: 60px !important;
}

.u-w70 {
  width: 70px !important;
}

.u-w80 {
  width: 80px !important;
}

.u-w90 {
  width: 90px !important;
}

.u-w100 {
  width: 100px !important;
}

.u-w110 {
  width: 110px !important;
}

.u-w120 {
  width: 120px !important;
}

.u-w130 {
  width: 130px !important;
}

.u-w140 {
  width: 140px !important;
}

.u-w150 {
  width: 150px !important;
}

.u-w160 {
  width: 160px !important;
}

.u-w170 {
  width: 170px !important;
}

.u-w180 {
  width: 180px !important;
}

.u-w190 {
  width: 190px !important;
}

.u-w200 {
  width: 200px !important;
}

.u-w210 {
  width: 210px !important;
}

.u-w220 {
  width: 220px !important;
}

.u-w230 {
  width: 230px !important;
}

.u-w240 {
  width: 240px !important;
}

.u-w250 {
  width: 250px !important;
}

.u-w260 {
  width: 260px !important;
}

.u-w270 {
  width: 270px !important;
}

.u-w280 {
  width: 280px !important;
}

.u-w290 {
  width: 290px !important;
}

.u-w300 {
  width: 300px !important;
}

.u-w310 {
  width: 310px !important;
}

.u-w320 {
  width: 320px !important;
}

.u-w330 {
  width: 330px !important;
}

.u-w340 {
  width: 340px !important;
}

.u-w350 {
  width: 350px !important;
}

.u-w360 {
  width: 360px !important;
}

.u-w370 {
  width: 370px !important;
}

.u-w380 {
  width: 380px !important;
}

.u-w390 {
  width: 390px !important;
}

.u-w400 {
  width: 400px !important;
}

/*
.u-w80  { width: 80px !important; }
.u-w100 { width: 100px !important; }
.u-w120 { width: 120px !important; }
.u-w140 { width: 140px !important; }
.u-w150 { width: 150px !important; }
.u-w170 { width: 170px !important; }
.u-w180 { width: 180px !important; }
.u-w200 { width: 200px !important; }
.u-w220 { width: 220px !important; }
.u-w250 { width: 250px !important; }
.u-w270 { width: 270px !important; }
.u-w300 { width: 300px !important; }
*/
/*==================================
* width (%)
==================================*/
.w0 {
  width: 0 !important;
}

.u-w0p {
  width: 0% !important;
}

.u-w1p {
  width: 1% !important;
}

.u-w2p {
  width: 2% !important;
}

.u-w3p {
  width: 3% !important;
}

.u-w4p {
  width: 4% !important;
}

.u-w5p {
  width: 5% !important;
}

.u-w6p {
  width: 6% !important;
}

.u-w7p {
  width: 7% !important;
}

.u-w8p {
  width: 8% !important;
}

.u-w9p {
  width: 9% !important;
}

.u-w10p {
  width: 10% !important;
}

.u-w11p {
  width: 11% !important;
}

.u-w12p {
  width: 12% !important;
}

.u-w13p {
  width: 13% !important;
}

.u-w14p {
  width: 14% !important;
}

.u-w15p {
  width: 15% !important;
}

.u-w16p {
  width: 16% !important;
}

.u-w17p {
  width: 17% !important;
}

.u-w18p {
  width: 18% !important;
}

.u-w19p {
  width: 19% !important;
}

.u-w20p {
  width: 20% !important;
}

.u-w21p {
  width: 21% !important;
}

.u-w22p {
  width: 22% !important;
}

.u-w23p {
  width: 23% !important;
}

.u-w24p {
  width: 24% !important;
}

.u-w25p {
  width: 25% !important;
}

.u-w26p {
  width: 26% !important;
}

.u-w27p {
  width: 27% !important;
}

.u-w28p {
  width: 28% !important;
}

.u-w29p {
  width: 29% !important;
}

.u-w30p {
  width: 30% !important;
}

.u-w31p {
  width: 31% !important;
}

.u-w32p {
  width: 32% !important;
}

.u-w33p {
  width: 33% !important;
}

.u-w34p {
  width: 34% !important;
}

.u-w35p {
  width: 35% !important;
}

.u-w36p {
  width: 36% !important;
}

.u-w37p {
  width: 37% !important;
}

.u-w38p {
  width: 38% !important;
}

.u-w39p {
  width: 39% !important;
}

.u-w40p {
  width: 40% !important;
}

.u-w41p {
  width: 41% !important;
}

.u-w42p {
  width: 42% !important;
}

.u-w43p {
  width: 43% !important;
}

.u-w44p {
  width: 44% !important;
}

.u-w45p {
  width: 45% !important;
}

.u-w46p {
  width: 46% !important;
}

.u-w47p {
  width: 47% !important;
}

.u-w48p {
  width: 48% !important;
}

.u-w49p {
  width: 49% !important;
}

.u-w50p {
  width: 50% !important;
}

.u-w51p {
  width: 51% !important;
}

.u-w52p {
  width: 52% !important;
}

.u-w53p {
  width: 53% !important;
}

.u-w54p {
  width: 54% !important;
}

.u-w55p {
  width: 55% !important;
}

.u-w56p {
  width: 56% !important;
}

.u-w57p {
  width: 57% !important;
}

.u-w58p {
  width: 58% !important;
}

.u-w59p {
  width: 59% !important;
}

.u-w60p {
  width: 60% !important;
}

.u-w61p {
  width: 61% !important;
}

.u-w62p {
  width: 62% !important;
}

.u-w63p {
  width: 63% !important;
}

.u-w64p {
  width: 64% !important;
}

.u-w65p {
  width: 65% !important;
}

.u-w66p {
  width: 66% !important;
}

.u-w67p {
  width: 67% !important;
}

.u-w68p {
  width: 68% !important;
}

.u-w69p {
  width: 69% !important;
}

.u-w70p {
  width: 70% !important;
}

.u-w71p {
  width: 71% !important;
}

.u-w72p {
  width: 72% !important;
}

.u-w73p {
  width: 73% !important;
}

.u-w74p {
  width: 74% !important;
}

.u-w75p {
  width: 75% !important;
}

.u-w76p {
  width: 76% !important;
}

.u-w77p {
  width: 77% !important;
}

.u-w78p {
  width: 78% !important;
}

.u-w79p {
  width: 79% !important;
}

.u-w80p {
  width: 80% !important;
}

.u-w81p {
  width: 81% !important;
}

.u-w82p {
  width: 82% !important;
}

.u-w83p {
  width: 83% !important;
}

.u-w84p {
  width: 84% !important;
}

.u-w85p {
  width: 85% !important;
}

.u-w86p {
  width: 86% !important;
}

.u-w87p {
  width: 87% !important;
}

.u-w88p {
  width: 88% !important;
}

.u-w89p {
  width: 89% !important;
}

.u-w90p {
  width: 90% !important;
}

.u-w91p {
  width: 91% !important;
}

.u-w92p {
  width: 92% !important;
}

.u-w93p {
  width: 93% !important;
}

.u-w94p {
  width: 94% !important;
}

.u-w95p {
  width: 95% !important;
}

.u-w96p {
  width: 96% !important;
}

.u-w97p {
  width: 97% !important;
}

.u-w98p {
  width: 98% !important;
}

.u-w99p {
  width: 99% !important;
}

.u-w100p {
  width: 100% !important;
}

/*==================================
* min-width
==================================*/
.u-min-w10 {
  min-width: 10px !important;
}

.u-min-w20 {
  min-width: 20px !important;
}

.u-min-w30 {
  min-width: 30px !important;
}

.u-min-w40 {
  min-width: 40px !important;
}

.u-min-w50 {
  min-width: 50px !important;
}

.u-min-w60 {
  min-width: 60px !important;
}

.u-min-w70 {
  min-width: 70px !important;
}

.u-min-w80 {
  min-width: 80px !important;
}

.u-min-w90 {
  min-width: 90px !important;
}

.u-min-w100 {
  min-width: 100px !important;
}

.u-min-w110 {
  min-width: 110px !important;
}

.u-min-w120 {
  min-width: 120px !important;
}

.u-min-w130 {
  min-width: 130px !important;
}

.u-min-w140 {
  min-width: 140px !important;
}

.u-min-w150 {
  min-width: 150px !important;
}

.u-min-w160 {
  min-width: 160px !important;
}

.u-min-w170 {
  min-width: 170px !important;
}

.u-min-w180 {
  min-width: 180px !important;
}

.u-min-w190 {
  min-width: 190px !important;
}

.u-min-w200 {
  min-width: 200px !important;
}

.u-min-w210 {
  min-width: 210px !important;
}

.u-min-w220 {
  min-width: 220px !important;
}

.u-min-w230 {
  min-width: 230px !important;
}

.u-min-w240 {
  min-width: 240px !important;
}

.u-min-w250 {
  min-width: 250px !important;
}

.u-min-w260 {
  min-width: 260px !important;
}

.u-min-w270 {
  min-width: 270px !important;
}

.u-min-w280 {
  min-width: 280px !important;
}

.u-min-w290 {
  min-width: 290px !important;
}

.u-min-w300 {
  min-width: 300px !important;
}

/*==================================
* max-width
==================================*/
.u-max-w10 {
  max-width: 10px !important;
}

.u-max-w20 {
  max-width: 20px !important;
}

.u-max-w30 {
  max-width: 30px !important;
}

.u-max-w40 {
  max-width: 40px !important;
}

.u-max-w50 {
  max-width: 50px !important;
}

.u-max-w60 {
  max-width: 60px !important;
}

.u-max-w70 {
  max-width: 70px !important;
}

.u-max-w80 {
  max-width: 80px !important;
}

.u-max-w90 {
  max-width: 90px !important;
}

.u-max-w100 {
  max-width: 100px !important;
}

.u-max-w110 {
  max-width: 110px !important;
}

.u-max-w120 {
  max-width: 120px !important;
}

.u-max-w130 {
  max-width: 130px !important;
}

.u-max-w140 {
  max-width: 140px !important;
}

.u-max-w150 {
  max-width: 150px !important;
}

.u-max-w160 {
  max-width: 160px !important;
}

.u-max-w170 {
  max-width: 170px !important;
}

.u-max-w180 {
  max-width: 180px !important;
}

.u-max-w190 {
  max-width: 190px !important;
}

.u-max-w200 {
  max-width: 200px !important;
}

.u-max-w210 {
  max-width: 210px !important;
}

.u-max-w220 {
  max-width: 220px !important;
}

.u-max-w230 {
  max-width: 230px !important;
}

.u-max-w240 {
  max-width: 240px !important;
}

.u-max-w250 {
  max-width: 250px !important;
}

.u-max-w260 {
  max-width: 260px !important;
}

.u-max-w270 {
  max-width: 270px !important;
}

.u-max-w280 {
  max-width: 280px !important;
}

.u-max-w290 {
  max-width: 290px !important;
}

.u-max-w300 {
  max-width: 300px !important;
}

/*==================================
* min-width (%)
==================================*/
.u-min-w0p {
  min-width: 0% !important;
}

.u-min-w1p {
  min-width: 1% !important;
}

.u-min-w2p {
  min-width: 2% !important;
}

.u-min-w3p {
  min-width: 3% !important;
}

.u-min-w4p {
  min-width: 4% !important;
}

.u-min-w5p {
  min-width: 5% !important;
}

.u-min-w6p {
  min-width: 6% !important;
}

.u-min-w7p {
  min-width: 7% !important;
}

.u-min-w8p {
  min-width: 8% !important;
}

.u-min-w9p {
  min-width: 9% !important;
}

.u-min-w10p {
  min-width: 10% !important;
}

.u-min-w11p {
  min-width: 11% !important;
}

.u-min-w12p {
  min-width: 12% !important;
}

.u-min-w13p {
  min-width: 13% !important;
}

.u-min-w14p {
  min-width: 14% !important;
}

.u-min-w15p {
  min-width: 15% !important;
}

.u-min-w16p {
  min-width: 16% !important;
}

.u-min-w17p {
  min-width: 17% !important;
}

.u-min-w18p {
  min-width: 18% !important;
}

.u-min-w19p {
  min-width: 19% !important;
}

.u-min-w20p {
  min-width: 20% !important;
}

.u-min-w21p {
  min-width: 21% !important;
}

.u-min-w22p {
  min-width: 22% !important;
}

.u-min-w23p {
  min-width: 23% !important;
}

.u-min-w24p {
  min-width: 24% !important;
}

.u-min-w25p {
  min-width: 25% !important;
}

.u-min-w26p {
  min-width: 26% !important;
}

.u-min-w27p {
  min-width: 27% !important;
}

.u-min-w28p {
  min-width: 28% !important;
}

.u-min-w29p {
  min-width: 29% !important;
}

.u-min-w30p {
  min-width: 30% !important;
}

.u-min-w31p {
  min-width: 31% !important;
}

.u-min-w32p {
  min-width: 32% !important;
}

.u-min-w33p {
  min-width: 33% !important;
}

.u-min-w34p {
  min-width: 34% !important;
}

.u-min-w35p {
  min-width: 35% !important;
}

.u-min-w36p {
  min-width: 36% !important;
}

.u-min-w37p {
  min-width: 37% !important;
}

.u-min-w38p {
  min-width: 38% !important;
}

.u-min-w39p {
  min-width: 39% !important;
}

.u-min-w40p {
  min-width: 40% !important;
}

.u-min-w41p {
  min-width: 41% !important;
}

.u-min-w42p {
  min-width: 42% !important;
}

.u-min-w43p {
  min-width: 43% !important;
}

.u-min-w44p {
  min-width: 44% !important;
}

.u-min-w45p {
  min-width: 45% !important;
}

.u-min-w46p {
  min-width: 46% !important;
}

.u-min-w47p {
  min-width: 47% !important;
}

.u-min-w48p {
  min-width: 48% !important;
}

.u-min-w49p {
  min-width: 49% !important;
}

.u-min-w50p {
  min-width: 50% !important;
}

.u-min-w51p {
  min-width: 51% !important;
}

.u-min-w52p {
  min-width: 52% !important;
}

.u-min-w53p {
  min-width: 53% !important;
}

.u-min-w54p {
  min-width: 54% !important;
}

.u-min-w55p {
  min-width: 55% !important;
}

.u-min-w56p {
  min-width: 56% !important;
}

.u-min-w57p {
  min-width: 57% !important;
}

.u-min-w58p {
  min-width: 58% !important;
}

.u-min-w59p {
  min-width: 59% !important;
}

.u-min-w60p {
  min-width: 60% !important;
}

.u-min-w61p {
  min-width: 61% !important;
}

.u-min-w62p {
  min-width: 62% !important;
}

.u-min-w63p {
  min-width: 63% !important;
}

.u-min-w64p {
  min-width: 64% !important;
}

.u-min-w65p {
  min-width: 65% !important;
}

.u-min-w66p {
  min-width: 66% !important;
}

.u-min-w67p {
  min-width: 67% !important;
}

.u-min-w68p {
  min-width: 68% !important;
}

.u-min-w69p {
  min-width: 69% !important;
}

.u-min-w70p {
  min-width: 70% !important;
}

.u-min-w71p {
  min-width: 71% !important;
}

.u-min-w72p {
  min-width: 72% !important;
}

.u-min-w73p {
  min-width: 73% !important;
}

.u-min-w74p {
  min-width: 74% !important;
}

.u-min-w75p {
  min-width: 75% !important;
}

.u-min-w76p {
  min-width: 76% !important;
}

.u-min-w77p {
  min-width: 77% !important;
}

.u-min-w78p {
  min-width: 78% !important;
}

.u-min-w79p {
  min-width: 79% !important;
}

.u-min-w80p {
  min-width: 80% !important;
}

.u-min-w81p {
  min-width: 81% !important;
}

.u-min-w82p {
  min-width: 82% !important;
}

.u-min-w83p {
  min-width: 83% !important;
}

.u-min-w84p {
  min-width: 84% !important;
}

.u-min-w85p {
  min-width: 85% !important;
}

.u-min-w86p {
  min-width: 86% !important;
}

.u-min-w87p {
  min-width: 87% !important;
}

.u-min-w88p {
  min-width: 88% !important;
}

.u-min-w89p {
  min-width: 89% !important;
}

.u-min-w90p {
  min-width: 90% !important;
}

.u-min-w91p {
  min-width: 91% !important;
}

.u-min-w92p {
  min-width: 92% !important;
}

.u-min-w93p {
  min-width: 93% !important;
}

.u-min-w94p {
  min-width: 94% !important;
}

.u-min-w95p {
  min-width: 95% !important;
}

.u-min-w96p {
  min-width: 96% !important;
}

.u-min-w97p {
  min-width: 97% !important;
}

.u-min-w98p {
  min-width: 98% !important;
}

.u-min-w99p {
  min-width: 99% !important;
}

.u-min-w100p {
  min-width: 100% !important;
}

/*==================================
* max-width (%)
==================================*/
.u-max-w0p {
  max-width: 0% !important;
}

.u-max-w1p {
  max-width: 1% !important;
}

.u-max-w2p {
  max-width: 2% !important;
}

.u-max-w3p {
  max-width: 3% !important;
}

.u-max-w4p {
  max-width: 4% !important;
}

.u-max-w5p {
  max-width: 5% !important;
}

.u-max-w6p {
  max-width: 6% !important;
}

.u-max-w7p {
  max-width: 7% !important;
}

.u-max-w8p {
  max-width: 8% !important;
}

.u-max-w9p {
  max-width: 9% !important;
}

.u-max-w10p {
  max-width: 10% !important;
}

.u-max-w11p {
  max-width: 11% !important;
}

.u-max-w12p {
  max-width: 12% !important;
}

.u-max-w13p {
  max-width: 13% !important;
}

.u-max-w14p {
  max-width: 14% !important;
}

.u-max-w15p {
  max-width: 15% !important;
}

.u-max-w16p {
  max-width: 16% !important;
}

.u-max-w17p {
  max-width: 17% !important;
}

.u-max-w18p {
  max-width: 18% !important;
}

.u-max-w19p {
  max-width: 19% !important;
}

.u-max-w20p {
  max-width: 20% !important;
}

.u-max-w21p {
  max-width: 21% !important;
}

.u-max-w22p {
  max-width: 22% !important;
}

.u-max-w23p {
  max-width: 23% !important;
}

.u-max-w24p {
  max-width: 24% !important;
}

.u-max-w25p {
  max-width: 25% !important;
}

.u-max-w26p {
  max-width: 26% !important;
}

.u-max-w27p {
  max-width: 27% !important;
}

.u-max-w28p {
  max-width: 28% !important;
}

.u-max-w29p {
  max-width: 29% !important;
}

.u-max-w30p {
  max-width: 30% !important;
}

.u-max-w31p {
  max-width: 31% !important;
}

.u-max-w32p {
  max-width: 32% !important;
}

.u-max-w33p {
  max-width: 33% !important;
}

.u-max-w34p {
  max-width: 34% !important;
}

.u-max-w35p {
  max-width: 35% !important;
}

.u-max-w36p {
  max-width: 36% !important;
}

.u-max-w37p {
  max-width: 37% !important;
}

.u-max-w38p {
  max-width: 38% !important;
}

.u-max-w39p {
  max-width: 39% !important;
}

.u-max-w40p {
  max-width: 40% !important;
}

.u-max-w41p {
  max-width: 41% !important;
}

.u-max-w42p {
  max-width: 42% !important;
}

.u-max-w43p {
  max-width: 43% !important;
}

.u-max-w44p {
  max-width: 44% !important;
}

.u-max-w45p {
  max-width: 45% !important;
}

.u-max-w46p {
  max-width: 46% !important;
}

.u-max-w47p {
  max-width: 47% !important;
}

.u-max-w48p {
  max-width: 48% !important;
}

.u-max-w49p {
  max-width: 49% !important;
}

.u-max-w50p {
  max-width: 50% !important;
}

.u-max-w51p {
  max-width: 51% !important;
}

.u-max-w52p {
  max-width: 52% !important;
}

.u-max-w53p {
  max-width: 53% !important;
}

.u-max-w54p {
  max-width: 54% !important;
}

.u-max-w55p {
  max-width: 55% !important;
}

.u-max-w56p {
  max-width: 56% !important;
}

.u-max-w57p {
  max-width: 57% !important;
}

.u-max-w58p {
  max-width: 58% !important;
}

.u-max-w59p {
  max-width: 59% !important;
}

.u-max-w60p {
  max-width: 60% !important;
}

.u-max-w61p {
  max-width: 61% !important;
}

.u-max-w62p {
  max-width: 62% !important;
}

.u-max-w63p {
  max-width: 63% !important;
}

.u-max-w64p {
  max-width: 64% !important;
}

.u-max-w65p {
  max-width: 65% !important;
}

.u-max-w66p {
  max-width: 66% !important;
}

.u-max-w67p {
  max-width: 67% !important;
}

.u-max-w68p {
  max-width: 68% !important;
}

.u-max-w69p {
  max-width: 69% !important;
}

.u-max-w70p {
  max-width: 70% !important;
}

.u-max-w71p {
  max-width: 71% !important;
}

.u-max-w72p {
  max-width: 72% !important;
}

.u-max-w73p {
  max-width: 73% !important;
}

.u-max-w74p {
  max-width: 74% !important;
}

.u-max-w75p {
  max-width: 75% !important;
}

.u-max-w76p {
  max-width: 76% !important;
}

.u-max-w77p {
  max-width: 77% !important;
}

.u-max-w78p {
  max-width: 78% !important;
}

.u-max-w79p {
  max-width: 79% !important;
}

.u-max-w80p {
  max-width: 80% !important;
}

.u-max-w81p {
  max-width: 81% !important;
}

.u-max-w82p {
  max-width: 82% !important;
}

.u-max-w83p {
  max-width: 83% !important;
}

.u-max-w84p {
  max-width: 84% !important;
}

.u-max-w85p {
  max-width: 85% !important;
}

.u-max-w86p {
  max-width: 86% !important;
}

.u-max-w87p {
  max-width: 87% !important;
}

.u-max-w88p {
  max-width: 88% !important;
}

.u-max-w89p {
  max-width: 89% !important;
}

.u-max-w90p {
  max-width: 90% !important;
}

.u-max-w91p {
  max-width: 91% !important;
}

.u-max-w92p {
  max-width: 92% !important;
}

.u-max-w93p {
  max-width: 93% !important;
}

.u-max-w94p {
  max-width: 94% !important;
}

.u-max-w95p {
  max-width: 95% !important;
}

.u-max-w96p {
  max-width: 96% !important;
}

.u-max-w97p {
  max-width: 97% !important;
}

.u-max-w98p {
  max-width: 98% !important;
}

.u-max-w99p {
  max-width: 99% !important;
}

.u-max-w100p {
  max-width: 100% !important;
}

/*==================================
* height
==================================*/
.u-h10 {
  height: 10px !important;
}

.u-h20 {
  height: 20px !important;
}

.u-h30 {
  height: 30px !important;
}

.u-h40 {
  height: 40px !important;
}

.u-h50 {
  height: 50px !important;
}

.u-h60 {
  height: 60px !important;
}

.u-h70 {
  height: 70px !important;
}

.u-h80 {
  height: 80px !important;
}

.u-h90 {
  height: 90px !important;
}

.u-h100 {
  height: 100px !important;
}

.u-h110 {
  height: 110px !important;
}

.u-h120 {
  height: 120px !important;
}

.u-h130 {
  height: 130px !important;
}

.u-h140 {
  height: 140px !important;
}

.u-h150 {
  height: 150px !important;
}

.u-h160 {
  height: 160px !important;
}

.u-h170 {
  height: 170px !important;
}

.u-h180 {
  height: 180px !important;
}

.u-h190 {
  height: 190px !important;
}

.u-h200 {
  height: 200px !important;
}

.u-h210 {
  height: 210px !important;
}

.u-h220 {
  height: 220px !important;
}

.u-h230 {
  height: 230px !important;
}

.u-h240 {
  height: 240px !important;
}

.u-h250 {
  height: 250px !important;
}

.u-h260 {
  height: 260px !important;
}

.u-h270 {
  height: 270px !important;
}

.u-h280 {
  height: 280px !important;
}

.u-h290 {
  height: 290px !important;
}

.u-h300 {
  height: 300px !important;
}

.u-h310 {
  height: 310px !important;
}

.u-h320 {
  height: 320px !important;
}

.u-h330 {
  height: 330px !important;
}

.u-h340 {
  height: 340px !important;
}

.u-h350 {
  height: 350px !important;
}

.u-h360 {
  height: 360px !important;
}

.u-h370 {
  height: 370px !important;
}

.u-h380 {
  height: 380px !important;
}

.u-h390 {
  height: 390px !important;
}

.u-h400 {
  height: 400px !important;
}

.u-h410 {
  height: 410px !important;
}

.u-h420 {
  height: 420px !important;
}

.u-h430 {
  height: 430px !important;
}

.u-h440 {
  height: 440px !important;
}

.u-h450 {
  height: 450px !important;
}

.u-h460 {
  height: 460px !important;
}

.u-h470 {
  height: 470px !important;
}

.u-h480 {
  height: 480px !important;
}

.u-h490 {
  height: 490px !important;
}

.u-h500 {
  height: 500px !important;
}

/* Component
----------------------------------------------------------------- */
a.btn-default {
  color: #5A738E;
}
a.btn-default .fa,
a.btn-default .fas,
a.btn-default .far {
  color: #5A738E;
}

@media screen and (max-width: 990px) {
  .row {
    margin-right: -5px !important;
    margin-left: -5px !important;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   datepicker
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
input.datepicker[readonly] {
  cursor: pointer !important;
  background-color: #fff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   input-daterange （datepicker 範囲）
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.input-group .form-control {
  z-index: 2 !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   validator
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
input[type=text].error,
input[type=password].error,
textarea.error,
select.error {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
input[type=text].error:focus,
input[type=password].error:focus,
textarea.error:focus,
select.error:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   印刷（URLを表示しない）
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media print {
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   ボタン
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.btn.btn-base {
  background-color: #F7F7F7;
  border: solid 1px #CCC;
  color: #333;
}
.btn.btn-base:hover {
  background-color: #e6e6e6;
}

.btn-group .btn.btn-primary,
.btn-group .btn.btn-danger {
  background-color: #FFF;
  border-color: #ccc;
  color: #333;
}
.btn-group .btn.btn-primary.active {
  background-color: #337ab7;
  border-color: #204d74;
  color: #FFF;
}
.btn-group .btn.btn-danger.active {
  background-color: #c9302c;
  border-color: #ac2925;
  color: #FFF;
}

.btn.btn-gray {
  background-color: #F8F8F8;
}

.btn.btn-link {
  text-decoration: underline;
}

.btn-block {
  padding: 14px 12px;
  font-size: 16px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   パネル
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.panel-heading {
  padding: 10px 10px 10px 15px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   nav
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.navbar-brand {
  font-size: 14px;
}

.nav-wrap {
  position: relative; /*z-indexの指定や子要素の基準とするために指定*/
  z-index: 10; /*ドロップダウンしたメニューが隠れないように*/
}

.nav-pills > li > a {
  text-align: center;
  background-color: #F8F8F8;
}

.nav-box {
  border-bottom: 1px solid #ddd;
  margin: 0;
  padding: 0 0 5px 0;
}
.nav-box .nav-tabs {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .navbar-header {
    float: left;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-nav {
    float: left;
    margin: 0;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   tab
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.tab-content {
  padding: 0;
  background-color: #fff;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.tab-content .tab-pane {
  padding: 15px 8px;
  min-height: 100px;
}
@media screen and (min-width: 768px) {
  .tab-content .tab-pane {
    padding: 15px;
  }
}

.nav-tabs > li > a:hover {
  background-color: #FFF;
}

.nav-tabs > li {
  position: relative;
  text-align: center;
}
.nav-tabs > li.is-notice::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 8px;
  width: 10px;
  height: 10px;
  background: #ffa500;
  border-radius: 10px;
}

.nav-tabs li.error a {
  color: #a94442;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   table
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.table > tr > th,
.table > tr > td,
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  height: 30px;
  vertical-align: middle;
  padding: 7px;
}
.table > tr > th.focus, .table > tr > th.active,
.table > tr > td.focus,
.table > tr > td.active,
.table > thead > tr > th.focus,
.table > thead > tr > th.active,
.table > tbody > tr > th.focus,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.focus,
.table > tfoot > tr > th.active,
.table > thead > tr > td.focus,
.table > thead > tr > td.active,
.table > tbody > tr > td.focus,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.focus,
.table > tfoot > tr > td.active {
  background-color: #FFFFEE;
}

.table-bordered .del {
  background-color: #e9e9e9 !important;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #FFFFEE;
}

.table {
  width: auto;
  margin-bottom: 0;
  /* 一覧レイアウト */
  /* 売上集計レイアウト */
  /* 合計行レイアウト */
}
.table th {
  text-align: center !important;
  background-color: #172D44 !important;
  color: #FFFFFF;
  border: 1px solid #C7C7C7;
  padding: 7px !important;
}
.table td {
  border: 1px solid #C7C7C7;
  background-color: #FFF;
}
.table .btn.btn-link {
  padding: 0;
}
.table.list tr.dark {
  background-color: #DDDDDD !important;
}
.table.list th {
  text-align: center !important;
  background-color: #172D44 !important;
  color: #FFFFFF;
  border: 1px solid #C7C7C7;
}
.table.list td {
  border: 1px solid #C7C7C7;
}
.table.report th {
  text-align: center !important;
}
.table.report td {
  border-top: none !important;
  border-bottom: none !important;
}
.table.report tr.odd {
  background-color: #FAFAD2 !important;
}
.table thead.summary {
  font-weight: bold;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   アコーディオン
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#accordion .panel-heading {
  padding: 0;
}
#accordion .panel-title a {
  width: 100%;
  padding: 10px 15px;
  display: block;
}
#accordion .panel-heading a:hover {
  text-decoration: none;
}
#accordion .accordion-toggle {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#accordion .accordion-toggle:before {
  content: "\e093";
  padding-right: 8px;
  font-size: 16px;
}
#accordion .accordion-toggle.collapsed:before {
  content: "\e094";
  padding-right: 8px;
  font-size: 16px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   ドロップダウン
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.dropdown, .dropup {
  position: relative;
}

.dropdown-menu-over {
  margin: 0;
  top: -1px;
}

.dropdown-menu-right {
  right: -1px;
}

@media screen and (max-width: 767px) {
  .dropdown-menu > li > a {
    padding: 5px 20px;
  }
}

.dropdown-menu > li > a {
  color: #333;
  padding: 10px 20px;
}

.dropdown-menu {
  padding: 0;
}

.dropdown-menu .divider {
  margin: 0;
}

.dropdown-menu-input {
  padding: 20px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #f1f1f1 !important;
  box-shadow: none !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   パンくず
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.breadcrumb {
  margin: 0;
  padding: 0;
  background: #F9F9F9;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   multiselect
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.multiselect-container.dropdown-menu li .checkbox {
  width: 100%;
  border-radius: 0;
  transition: none;
}
.multiselect-container.dropdown-menu li.active .checkbox {
  background-color: #337ab7;
}
.multiselect-container.dropdown-menu li.active .checkbox:before {
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  opacity: 1;
}
.multiselect-container.dropdown-menu li.active .checkbox:hover:after {
  border-color: #fff;
}

.multiselect-container > li > a > label > input[type=checkbox] {
  margin-top: 8px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   modal
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.modal-open .modal-align-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* iosでスクロールしなくなる不具合対応 */
/**
 * c-form
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   ラジオボタン・チェックボックス
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.c-radio, .c-checkbox {
  box-sizing: border-box;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 2px 10px 2px 35px !important;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
  background-color: #FFFFFF;
}
.c-radio:hover, .c-checkbox:hover {
  background-color: #f6f7f8;
}
.c-radio:hover:after, .c-checkbox:hover:after {
  border-color: #337ab7;
}
.c-radio:after, .c-checkbox:after {
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: "";
}
.c-radio input[type=radio], .c-radio input[type=checkbox], .c-checkbox input[type=radio], .c-checkbox input[type=checkbox] {
  display: none;
}

.c-radio:before {
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #337ab7;
  content: "";
  opacity: 0;
}

.c-checkbox:before {
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -7px;
  width: 8px;
  height: 12px;
  border-right: 3px solid #337ab7;
  border-bottom: 3px solid #337ab7;
  content: "";
  opacity: 0;
  transform: rotate(45deg);
}

.c-checkbox:has(input:checked):before {
  opacity: 1;
}

/** チェックボックスリスト */
.c-form-check-list input {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .c-form-check-list {
    border: solid 1px #dedede;
  }
  .c-form-check-list li {
    border-bottom: solid 1px #dedede;
  }
  .c-form-check-list li:last-child {
    border-bottom: none;
  }
  .c-form-check-list li label {
    display: block;
    padding: 10px;
  }
}

/**
 * Grid
 */
.c-grid {
  display: block;
  width: 100%;
}
.c-grid .col-1, .c-grid .col-2, .c-grid .col-3, .c-grid .col-4, .c-grid .col-5, .c-grid .col-6, .c-grid .col-7, .c-grid .col-8, .c-grid .col-9, .c-grid .col-10, .c-grid .col-11, .c-grid .col-12 {
  width: 100%;
  display: block;
  margin-bottom: 30px;
}
@media only screen and (min-width: 560px) and (max-width: 960px) {
  .c-grid .col-4 {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 960px) {
  .c-grid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }
  .c-grid .c-grid__row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-right: -10px;
    margin-left: -10px;
  }
  .c-grid .c-grid__row:after {
    content: "";
    display: table;
    clear: both;
  }
  .c-grid .col-1, .c-grid .col-2, .c-grid .col-3, .c-grid .col-4, .c-grid .col-5, .c-grid .col-6, .c-grid .col-7, .c-grid .col-8, .c-grid .col-9, .c-grid .col-10, .c-grid .col-11, .c-grid .col-12 {
    display: block;
    float: left;
    padding-right: 10px;
    padding-left: 10px;
  }
  .c-grid .col-12 {
    width: 100%;
  }
  .c-grid .col-11 {
    width: 91.66666667%;
  }
  .c-grid .col-10 {
    width: 83.33333333%;
  }
  .c-grid .col-9 {
    width: 75%;
  }
  .c-grid .col-8 {
    width: 66.66666667%;
  }
  .c-grid .col-7 {
    width: 58.33333333%;
  }
  .c-grid .col-6 {
    width: 50%;
  }
  .c-grid .col-5 {
    width: 41.66666667%;
  }
  .c-grid .col-4 {
    width: 33.33333333%;
  }
  .c-grid .col-3 {
    width: 25%;
  }
  .c-grid .col-2 {
    width: 16.66666667%;
  }
  .c-grid .col-1 {
    width: 8.33333333%;
  }
}

/**
 * c-input
 */
.c-input {
  background-color: #FFF;
}
.c-input.c-input--underline tr {
  border-bottom: dashed 1px #CCC;
}
.c-input.c-input--underline tr:last-child {
  border-bottom: none;
}
.c-input .c-input__required {
  color: #fff;
  background-color: #dc3545;
  margin-left: 20px;
  padding: 2px 5px;
  font-size: 12px;
  border-radius: 3px;
}
.c-input table {
  width: 100%;
  margin: 0;
  padding: 0;
}
.c-input th, .c-input td {
  padding: 10px 0 15px 0;
}
.c-input th {
  font-weight: bold;
  color: #666;
  text-align: left;
  width: 150px;
}
.c-input .c-input__image-list li {
  display: inline-block;
  width: 100px;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 560px) {
  .c-input {
    padding: 15px 0 15px 0;
    background-color: transparent;
  }
  .c-input th {
    display: block;
    width: 100%;
    padding: 0 0 5px 0;
    border: none;
    background-color: transparent;
  }
  .c-input td {
    display: block;
    padding: 0 0 20px 0;
    border: none;
  }
  .c-input tr:last-child td:last-child {
    padding: 0;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   レスポンシブテーブル
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.c-input-responsive {
  width: 100%;
  border-collapse: collapse;
}
.c-input-responsive tr {
  background-color: #FAFAFA;
}
.c-input-responsive th, .c-input-responsive td {
  margin: 0px;
  padding: 7px 10px 7px 10px;
  box-sizing: border-box;
}
.c-input-responsive th {
  color: #333;
  text-align: center;
  background-color: #F2F2F2;
  border: 1px solid #CCC;
  border-top-color: #CCC;
  border-bottom-color: #CCC;
  font-weight: bold;
}
.c-input-responsive td {
  padding: 10px;
  border: 1px solid #C7C7C7;
  background-color: #FFF;
}

@media only screen and (max-width: 560px) {
  .c-input-responsive thead {
    display: none;
  }
  .c-input-responsive th, .c-input-responsive td {
    display: block;
    border-bottom: none;
  }
  .c-input-responsive td:last-child {
    border: 1px solid #C7C7C7;
  }
}
/**
 * Label
 */
.c-label,
.c-label--green,
.c-label--orange,
.c-label--red,
.c-label--blue,
.c-label--dark,
.c-label--light,
.c-label--danger,
.c-label--warning,
.c-label--info,
.c-label--success,
.c-label--secondary,
.c-label--primary {
  margin: 0;
  padding: 0 3px;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  border-radius: 3px;
  background-color: #FFFFFF;
  text-align: center;
  background: #FFF;
  border: solid 1px #6c757d;
  color: #6c757d;
  font-size: 12px;
}

.c-label--primary {
  border: solid 1px #044E80 !important;
  color: #044E80 !important;
  background-color: #FFF;
}

.c-label--secondary {
  border: solid 1px #ffa500 !important;
  color: #ffa500 !important;
  background-color: #FFF;
}

.c-label--success {
  border: solid 1px #03967a !important;
  color: #03967a !important;
  background-color: #FFF;
}

.c-label--info {
  border: solid 1px #17a2b8 !important;
  color: #17a2b8 !important;
  background-color: #FFF;
}

.c-label--warning {
  border: solid 1px #ffc107 !important;
  color: #ffc107 !important;
  background-color: #FFF;
}

.c-label--danger {
  border: solid 1px #dc3545 !important;
  color: #dc3545 !important;
  background-color: #FFF;
}

.c-label--light {
  border: solid 1px #adb5bd !important;
  color: #adb5bd !important;
  background-color: #FFF;
}

.c-label--dark {
  border: solid 1px #343a40 !important;
  color: #343a40 !important;
  background-color: #FFF;
}

.c-label--blue {
  border: solid 1px #044E80 !important;
  color: #044E80 !important;
  background-color: #FFF;
}

.c-label--red {
  border: solid 1px #dc3545 !important;
  color: #dc3545 !important;
  background-color: #FFF;
}

.c-label--orange {
  border: solid 1px #ffa500 !important;
  color: #ffa500 !important;
  background-color: #FFF;
}

.c-label--green {
  border: solid 1px #03967a !important;
  color: #03967a !important;
  background-color: #FFF;
}

/**
 * List
 */
ul.c-list {
  /*--- ホバー --- */
  /*--- 基本レイアウト --- */
  /*--- リンク --- */
  /*--- ブロック --- */
}
ul.c-list .c-list__title {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #337ab7;
}
ul.c-list .u-list-hover:hover {
  background-color: #FFFFEE;
}
ul.c-list > li {
  border-bottom: dashed 1px #DBDBDB;
  display: block;
  padding: 10px 0;
}
ul.c-list > li:last-child {
  border-bottom: none;
}
ul.c-list li.c-list__link {
  padding: 0;
}
ul.c-list li.c-list__link > a {
  display: block;
  padding: 10px 0;
}
ul.c-list li.c-list__container {
  display: table;
  width: 100%;
  padding: 15px 10px 15px 10px;
  background-color: #FFF;
  vertical-align: top;
  box-sizing: border-box;
  border: solid 1px #CCC;
  border-bottom: none;
}
ul.c-list li.c-list__container:first-child {
  -moz-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}
ul.c-list li.c-list__container:last-child {
  -moz-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: solid 1px #CCC;
}
ul.c-list li.c-list__container > a {
  display: block;
}
ul.c-list li.c-list__container .c-list__cell {
  display: table-cell;
  padding: 5px;
}
ul.c-list li.c-list__container .c-list__image {
  display: table-cell;
  vertical-align: top;
  width: 50px;
  padding: 0 15px 0 0;
}
ul.c-list li.c-list__container .c-list__main {
  display: table-cell;
  vertical-align: middle;
}
ul.c-list li.c-list__container .c-list__main > a {
  color: #333;
}
ul.c-list li.c-list__container .c-list__tools {
  padding-left: 10px;
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   テーブル
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.c-list__table {
  width: 100%;
}
.c-list__table .c-list__container {
  width: 100%;
  border-bottom: dashed 1px #DBDBDB;
  display: table;
  padding: 5px 0;
}
.c-list__table .c-list__container:last-child {
  border-bottom: none;
}
.c-list__table .c-list__cell {
  display: table-cell;
  padding: 5px;
  word-break: break-all;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   写真付きメニュー
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.c-list-dtl {
  width: 100%;
}
.c-list-dtl .c-list__container {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0 10px 0;
  border-bottom: dashed 1px #DBDBDB;
}
.c-list-dtl .c-list__container:first-of-type {
  padding-top: 0;
}
.c-list-dtl .c-list__container:last-of-type {
  border-bottom: none;
}
.c-list-dtl .c-list-dtl__img {
  padding: 0 15px 0 0;
  text-align: center;
}
.c-list-dtl .c-list-dtl__info {
  width: 100%;
}
.c-list-dtl .c-list-dtl__info .c-list-dtl__info--header {
  display: flex;
  margin-bottom: 10px;
}
.c-list-dtl .c-list-dtl__info .c-list-dtl__info--header .c-list-dtl__info--title {
  flex: 1;
  font-weight: bold;
  word-break: break-all;
}
.c-list-dtl .c-list-dtl__info .c-list-dtl__info--header .c-list-dtl__info--price {
  padding-left: 10px;
  font-weight: bold;
  text-align: right;
}
.c-list-dtl .c-list-dtl__info .c-list-dtl__info--main {
  display: flex;
}
.c-list-dtl .c-list-dtl__info .c-list-dtl__info--main .c-list-dtl__info--about {
  flex: 1;
}
.c-list-dtl .c-list-dtl__info .c-list-dtl__info--main .c-list-dtl__info--tools {
  padding-left: 10px;
  text-align: right;
}

/**
 * Menu
 */
.c-system-menu ul {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin-right: -5px !important;
  margin-left: -5px !important;
}
.c-system-menu li {
  margin-bottom: 20px;
  padding-right: 5px;
  padding-left: 5px;
}
.c-system-menu li a {
  display: inline-block;
  width: 90px;
  padding: 10px 0;
  background-color: #FFF;
  box-sizing: border-box;
  border: solid 1px #CCC;
  border-radius: 4px;
  text-align: center;
  color: #5A738E !important;
}
.c-system-menu li a i {
  font-size: 28px;
  display: block;
  margin-bottom: 8px;
}
.c-system-menu li a span {
  font-weight: bold;
  font-size: 12px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   メニューパネル
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.c-menu-panel__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-menu-panel__row::after {
  content: "";
  display: block;
  width: 32%;
}
.c-menu-panel__row .c-menu-panel {
  width: 32%;
  padding: 10px;
  background-color: #FFF;
  border-radius: 4px;
  margin-bottom: 20px;
  box-sizing: border-box;
  border: solid 1px #CCC;
}
.c-menu-panel__row .c-menu-panel__header {
  margin-bottom: 20px;
  padding: 5px 0;
  border-bottom: solid 1px #CCC;
}
.c-menu-panel__row .c-menu-panel__header h3 {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 560px) {
  .c-menu-panel__row {
    display: block;
    flex-wrap: none;
    justify-content: none;
  }
  .c-menu-panel__row .c-menu-panel {
    display: block;
    width: 100%;
  }
}
/* icon-menu
 ======================= */
.c-icon-menu {
  width: 100%;
}
.c-icon-menu a {
  display: block;
  margin-bottom: 30px;
  background: #fff;
  border: solid 1px #ccc;
  padding: 20px;
  text-align: center;
  position: relative;
}
.c-icon-menu a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: solid 3px #7f7f7f;
  border-right: solid 3px #7f7f7f;
  transform: rotate(45deg);
}
.c-icon-menu a .c-icon-menu__image {
  max-width: 100%;
  margin-bottom: 20px;
}
.c-icon-menu a .c-icon-menu__image img {
  width: 50%;
}
.c-icon-menu a .c-icon-menu__image i {
  font-size: 50px;
}
.c-icon-menu a .c-icon-menu__header {
  margin-bottom: 20px;
}
.c-icon-menu a .c-icon-menu__header h3 {
  font-size: 20px;
  font-weight: bold;
}
.c-icon-menu a .c-icon-menu__body {
  font-size: 14px;
  color: #333;
}
@media screen and (min-width: 768px) {
  .c-icon-menu {
    display: flex;
    flex-wrap: wrap;
    width: auto;
    margin: 0;
  }
  .c-icon-menu a {
    width: 300px;
    margin: 0 50px 50px 0;
    padding: 30px 20px;
  }
  .c-icon-menu a:last-child {
    margin-right: 0;
  }
  .c-icon-menu a:hover {
    background-color: rgba(127, 191, 255, 0.1);
    color: #333;
  }
  .c-icon-menu a .c-icon-menu__image img {
    width: 40%;
  }
  .c-icon-menu a .c-icon-menu__image i {
    font-size: 50px;
  }
  .c-icon-menu a .c-icon-menu__header h3 {
    font-size: 20px;
  }
}

/* tab-menu
 ======================= */
.c-tab-menu {
  display: flex;
  background: #fff;
  margin-bottom: 20px;
}
.c-tab-menu li:not(:last-child):not(.is-active)::after {
  content: "|";
  color: #ccc;
}
.c-tab-menu li:has(+ .is-active)::after {
  content: "" !important;
}
.c-tab-menu li a {
  display: inline-block;
  padding: 10px 20px;
}
.c-tab-menu li.is-active a {
  background: #337ab7;
  color: #fff !important;
}
/**
 * Page
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   header
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.p-header {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}
.p-header .p-header__breadcrumb {
  display: table-cell;
}
.p-header .p-header__menu {
  display: table-cell;
  text-align: right;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   2-column layout
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.p-column-2 {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.p-column-2 .p-main {
  flex: 1;
  margin: 0;
  min-width: 200px;
}
.p-column-2 .p-left {
  width: 30%;
  margin-right: 20px;
  max-width: 300px;
  min-width: 230px;
}
.p-column-2 .p-right {
  width: 30%;
  margin-left: 20px;
  max-width: 300px;
  min-width: 230px;
}
.p-column-2 .p-right--wide {
  width: 40%;
  margin-left: 20px;
  max-width: 400px;
  min-width: 300px;
}
.p-column-2 .p-menu {
  width: 20%;
  margin-right: 20px;
  max-width: 300px;
  min-width: 230px;
}

@media screen and (max-width: 767px) {
  .p-column-2 {
    display: block;
    justify-content: flex-start;
  }
  .p-column-2 .p-main {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  .p-column-2 .p-left,
  .p-column-2 .p-right,
  .p-column-2 .p-right--wide,
  .p-column-2 .p-menu {
    width: 100%;
    display: block;
    max-width: none;
    min-width: none;
    margin-left: 0;
  }
  .p-column-2 .p-left {
    margin-bottom: 30px;
  }
  .p-column-2 .p-menu {
    margin-bottom: 30px;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   card
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media screen and (min-width: 768px) {
  .p-main-sm {
    width: 900px;
    margin: 0 auto;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   card
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.p-card {
  margin: 0 0 10px 0;
  padding: 15px;
  border: solid 1px #ddd;
  border-radius: 5px;
  background-color: #FFF;
}
.p-card .p-card__border--top {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #D1D8D9;
}
.p-card .p-card__border--bottom {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #D1D8D9;
}
.p-card .p-card__menu {
  width: 80%;
  margin: 0 auto;
}
.p-card .p-card__menu ul.col-2 {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
.p-card .p-card__menu ul.col-2 li {
  width: 45%;
  list-style: none;
}
.p-card .p-card__message {
  margin-bottom: 30px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-card .p-card__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.p-card .p-card__header .p-card__header__title h2 {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0;
}
.p-card .p-card__header .p-card__header__menu {
  font-size: 1.2rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-card .p-card__message {
    font-size: 1.6rem;
  }
  .p-card .p-card__header .p-card__header__title h2 {
    font-size: 1.6rem;
  }
  .p-card .p-card__header .p-card__header__menu {
    font-size: 1.4rem;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   tab sidebar
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.tab-side-content {
  margin-top: 41px;
}

@media screen and (max-width: 767px) {
  .tab-side-content {
    margin-top: 20px;
  }
}
/**
 * Panel
 */
.c-panel {
  display: inline-block;
  width: 100%;
  border: solid 1px #CCC;
  border-radius: 5px;
  background-color: #FFF;
}
.c-panel .c-panel__header {
  padding: 10px;
  border-bottom: solid 1px #CCC;
  background-color: #F6F6F6;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.c-panel .c-panel__header h3, .c-panel .c-panel__header h4, .c-panel .c-panel__header p, .c-panel .c-panel__header label {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #5A738E !important;
}
.c-panel .c-panel__body {
  padding: 10px;
  box-sizing: border-box;
}
.c-panel .c-panel__item li {
  border-bottom: solid 1px #CCC;
}
.c-panel .c-panel__item li:last-child {
  border: none;
}
.c-panel .c-panel__item a {
  display: block;
  width: 100%;
  padding: 10px;
}
.c-panel .c-panel__item .c-panel__item__container {
  display: table;
  width: 100%;
}
.c-panel .c-panel__item .c-panel__item__container .c-panel__item__main {
  display: table-cell;
}
.c-panel .c-panel__item .c-panel__item__container .c-panel__item__right {
  display: table-cell;
  text-align: right;
}
.c-panel .c-panel__item .u-table-list a {
  padding: 0;
}

@media only screen and (max-width: 560px) {
  .c-panel {
    display: block;
    flex-wrap: none;
    justify-content: none;
    align-content: stretch;
  }
  .c-panel .c-panel__body {
    display: block;
    width: 100%;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   パネル配置(一列配置)
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.c-panel-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-right: -5px !important;
  margin-left: -5px !important;
}
.c-panel-list .c-panel-list__col {
  display: block;
  width: 160px;
  box-sizing: border-box;
  margin-bottom: 50px;
  padding-right: 5px;
  padding-left: 5px;
}

@media only screen and (max-width: 560px) {
  .c-panel-list .c-panel-list__col {
    width: 50%;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   パネル配置（2column、column）
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.c-panel-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: -15px !important;
  margin-left: -15px !important;
}
.c-panel-row .c-panel-row--col2,
.c-panel-row .c-panel-row--col3,
.c-panel-row .c-panel-row--col4 {
  display: block;
  box-sizing: border-box;
  margin-bottom: 30px;
  padding-right: 15px;
  padding-left: 15px;
}
.c-panel-row .c-panel-row--col2 {
  width: 50%;
}
.c-panel-row .c-panel-row--col3 {
  width: 33.3%;
}
.c-panel-row .c-panel-row--col4 {
  width: 25%;
}

@media only screen and (max-width: 560px) {
  .c-panel-row .c-panel-row--col2,
  .c-panel-row .c-panel-row--col3,
  .c-panel-row .c-panel-row--col4 {
    width: 100%;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   タグ
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.c-tag,
.c-tag--green,
.c-tag--orange,
.c-tag--red,
.c-tag--blue,
.c-tag--dark,
.c-tag--light,
.c-tag--danger,
.c-tag--warning,
.c-tag--info,
.c-tag--success,
.c-tag--secondary,
.c-tag--primary {
  padding: 2px 7px 2px 7px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
}

.c-tag--primary {
  background-color: #044E80 !important;
}

.c-tag--secondary {
  background-color: #ffa500 !important;
}

.c-tag--success {
  background-color: #03967a !important;
}

.c-tag--info {
  background-color: #17a2b8 !important;
}

.c-tag--warning {
  background-color: #ffc107 !important;
}

.c-tag--danger {
  background-color: #dc3545 !important;
}

.c-tag--light {
  background-color: #adb5bd !important;
}

.c-tag--dark {
  background-color: #343a40 !important;
}

.c-tag--blue {
  background-color: #044E80 !important;
}

.c-tag--red {
  background-color: #dc3545 !important;
}

.c-tag--orange {
  background-color: #ffa500 !important;
}

.c-tag--green {
  background-color: #03967a !important;
}

/**
 * Wizard
 */
.c-wizard {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .c-wizard {
    margin-top: 3rem;
  }
}
.c-wizard .c-wizard__steps {
  display: table;
  list-style: none;
  position: relative;
  width: 100%;
  margin: 0 0 20px;
}
.c-wizard .c-wizard__steps li {
  display: table-cell;
  text-align: center;
}
.c-wizard .c-wizard__steps li a {
  display: block;
  position: relative;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
  color: #666;
  cursor: default;
}
.c-wizard .c-wizard__steps li a:before {
  content: "";
  position: absolute;
  height: 4px;
  background: #ccc;
  top: 13px;
  width: 100%;
  z-index: 4;
  left: 0;
}
.c-wizard .c-wizard__steps li a .c-wizard__step-no {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100px;
  display: block;
  margin: 0 auto 5px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  position: relative;
  z-index: 5;
}
.c-wizard .c-wizard__steps li a.c-wizard__step--disabled .c-wizard__step-no {
  background: #ccc;
}
.c-wizard .c-wizard__steps li a.c-wizard__step--selected:before, .c-wizard .c-wizard__steps li a.c-wizard__step--selected .c-wizard__step-no {
  background: #34495E;
}
.c-wizard .c-wizard__steps li a .c-wizard__step-nm {
  font-size: 85%;
}
.c-wizard .c-wizard__steps li:first-child a:before {
  left: 50%;
}
.c-wizard .c-wizard__steps li:last-child a:before {
  right: 50%;
  width: 50%;
  left: auto;
}
.c-wizard.c-wizard--col-3 li {
  width: 33.3%;
}

/* Project Component
----------------------------------------------------------------- */
/**
 * RoomType
 */
.pc-room-type:after {
  content: "";
  display: table;
  clear: both;
}
.pc-room-type li {
  float: left;
  width: 33.3%;
  margin-bottom: 5px;
}
.pc-room-type li:nth-child(3n-1) {
  clear: both;
}
@media screen and (min-width: 768px) {
  .pc-room-type li {
    width: 100px;
  }
}

/**
 * Table
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   物件詳細テーブル
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.c-estate-table {
  width: 100%;
  margin-bottom: 30px;
  border-left: 1px solid #C7C7C7;
  border-top: 1px solid #C7C7C7;
}
.c-estate-table dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.c-estate-table dt, .c-estate-table dd {
  margin: 0;
  padding: 7px 8px;
  font-size: 12px;
}
.c-estate-table dt {
  width: 25%;
  color: #333;
  text-align: center;
  background-color: #F2F2F2;
  border-right: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
  font-weight: bold;
}
.c-estate-table dd {
  width: 75%;
  border-right: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
}
@media screen and (min-width: 768px) {
  .c-estate-table dt, .c-estate-table dd {
    padding: 7px 10px;
    font-size: 14px;
  }
  .c-estate-table dt {
    width: 15%;
  }
  .c-estate-table dd {
    width: 35%;
  }
  .c-estate-table dd.c-estate-table__col-2 {
    width: 85%;
  }
}

/* Project Page
----------------------------------------------------------------- */
/**
 * index
 */
/*==================================
* 物件情報
==================================*/
.p-default-index-estate {
  padding: 15px 10px;
  margin-bottom: 30px;
}
.p-default-index-estate .swiper-slide {
  width: 180px;
}
.p-default-index-estate .p-default-index-estate__item {
  color: #333;
  display: block;
  width: 100%;
}
.p-default-index-estate .p-default-index-estate__item .p-default-index-estate__item__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 8px 0 0;
}
.p-default-index-estate .p-default-index-estate__item .p-default-index-estate__item__info {
  background: #fff;
  padding: 5px;
  position: relative;
  border-right: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
  border-left: solid 1px #ededed;
  border-radius: 0 0 8px 8px;
}
.p-default-index-estate .p-default-index-estate__item .p-default-index-estate__item__info .p-default-index-estate__item__info__label .p-default-index-estate__item__info__type {
  display: inline-block;
  padding: 0 3px;
  margin-bottom: 5px;
  font-size: 10px;
  border-radius: 4px;
  color: #044E80;
  border: solid 1px #044E80;
}
.p-default-index-estate .p-default-index-estate__item .p-default-index-estate__item__info .p-default-index-estate__item__info__adres {
  height: 40px;
}
.p-default-index-estate .p-default-index-estate__item .p-default-index-estate__item__info .p-default-index-estate__item__info__adres h3 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.p-default-index-estate .p-default-index-estate__item .p-default-index-estate__item__info .p-default-index-estate__item__info__price-type {
  font-size: 12px;
}
.p-default-index-estate .p-default-index-estate__item .p-default-index-estate__item__info .p-default-index-estate__item__info__price-type .p-default-index-estate__item__info__price {
  margin-right: 3px;
  font-size: 16px;
  font-weight: bold;
  color: #dc3545;
}
.p-default-index-estate .p-default-index-estate__item .p-default-index-estate__item__info .p-default-index-estate__item__info__price-type .p-default-index-list__item__info__contracted {
  margin-right: 3px;
  font-size: 16px;
  font-weight: bold;
  color: #dc3545;
}
.p-default-index-estate .p-default-index-estate__item .p-default-index-estate__item__info .p-default-index-estate__item__info__price-type .p-default-index-estate__item__info__room-type {
  margin-left: 10px;
  font-size: 14px;
}
.p-default-index-estate .p-default-index-estate__item--more {
  color: #555;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 200px;
  border: solid 1px #ededed;
  border-radius: 8px;
  background: #fafafa;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-default-index-estate .swiper {
    margin-right: -20px;
    padding-right: 30px;
  }
  .p-default-index-estate .swiper-button-prev,
  .p-default-index-estate .swiper-button-next {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-default-index-estate {
    padding: 15px;
  }
  .p-default-index-estate .swiper {
    margin-right: -15px;
    padding-right: 20px;
  }
  .p-default-index-estate .swiper-slide {
    width: 220px;
  }
  .p-default-index-estate .p-default-index-estate__item .p-default-index-estate__item__info {
    padding: 10px;
  }
  .p-default-index-estate .p-default-index-estate__item .p-default-index-estate__item__info .p-default-index-estate__item__info__label .p-default-index-estate__item__info__type {
    font-size: 11px;
  }
  .p-default-index-estate .p-default-index-estate__item .p-default-index-estate__item__info .p-default-index-estate__item__info__adres h3 {
    font-size: 14px;
  }
  .p-default-index-estate .p-default-index-estate__item .p-default-index-estate__item__info .p-default-index-estate__item__info__price-type {
    font-size: 14px;
  }
  .p-default-index-estate .p-default-index-estate__item .p-default-index-estate__item__info .p-default-index-estate__item__info__price-type .p-default-index-estate__item__info__price {
    font-size: 18px;
  }
  .p-default-index-estate .p-default-index-estate__item .p-default-index-estate__item__info .p-default-index-estate__item__info__price-type .p-default-index-estate__item__info__room-type {
    font-size: 16px;
  }
  .p-default-index-estate .p-default-index-estate__item--more {
    height: 238px;
  }
}

/*==================================
* 店舗情報
==================================*/
.p-default-index-shop {
  padding: 15px;
  background: #fff;
  border: solid 1px #ededed;
}
.p-default-index-shop .p-default-index-shop__info {
  margin-bottom: 20px;
}
.p-default-index-shop .p-default-index-shop__map {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-default-index-shop {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
  }
  .p-default-index-shop .p-default-index-shop__info {
    width: 590px;
    margin-bottom: 0;
  }
  .p-default-index-shop .p-default-index-shop__map {
    width: 200px;
  }
}

/**
 * auth
 */
/*==================================
* 会員登録
==================================*/
.p-default-auth-input {
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  .p-default-auth-input {
    max-width: 450px;
    padding: 20px 0;
    margin: 0 auto;
  }
}

/**
 * login
 */
/*==================================
* ログイン
==================================*/
.p-login {
  width: 98%;
  margin: 0 auto;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-login {
    width: 400px;
  }
}
.p-login h2 {
  margin-bottom: 30px;
  text-align: center;
}
.p-login .p-login-box {
  width: 100%;
  background-color: #fff;
  border: 1px #e6e6e6 solid;
  border-radius: 4px;
  padding: 20px 15px;
}
@media screen and (min-width: 768px) {
  .p-login .p-login-box {
    padding: 20px;
  }
}
.p-login .p-login-copy {
  margin: 30px 0 0 0;
  text-align: center;
  color: #333;
  font-size: 12px;
}

.p-login__input-box {
  width: 100%;
  margin: 0;
  padding: 0;
  display: table;
}
.p-login__input-box .addon {
  width: 40px;
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.33;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.p-login__input-box.lg .addon {
  width: 50px;
  padding: 8px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.p-login__input-box .control {
  width: 100%;
  display: table-cell;
  height: 32px;
  padding: 3px 6px;
  font-size: 14px;
  line-height: 1.3;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.p-login__input-box.lg .control {
  width: 100%;
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.p-login__input-box .p-login__input-label {
  display: table-cell;
  width: 100%;
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border: solid 1px #ccc;
  border-radius: 6px;
  background: #fafafa;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/**
 * shop
 */
/*==================================
* 店舗情報
==================================*/
.p-default-shop-image {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.p-default-shop-image .p-default-shop-image__item {
  width: 49%;
  margin-right: 2%;
  margin-bottom: 10px;
}
.p-default-shop-image .p-default-shop-image__item:nth-child(2n) {
  margin-right: 0;
}
.p-default-shop-image .p-default-shop-image__item img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-default-shop-image .p-default-shop-image__item {
    width: 24%;
    margin-right: 1.333%;
    margin-bottom: 0;
  }
  .p-default-shop-image .p-default-shop-image__item:nth-child(2n) {
    margin-right: 1.333%;
  }
  .p-default-shop-image .p-default-shop-image__item:nth-child(4) {
    margin-right: 0;
  }
}

/**
 * common
 */
/*==================================
* エリア・駅検索
==================================*/
.p-matching-common-search-list {
  height: 300px;
  overflow-y: auto;
}
.p-matching-common-search-list .p-matching-common-search-list__check {
  display: flex;
  width: 100%;
}
.p-matching-common-search-list .p-matching-common-search-list__check label {
  width: 100%;
  padding-left: 10px;
}

.p-matching-common-search-list__select {
  padding: 10px 0;
  text-align: center;
}

/**
 * estate
 */
/*==================================
* 希望条件
==================================*/
.p-matching-estate-needs {
  margin: 10px 0 20px 0;
  /* ドロップダウンボタンのスタイル */
  /* コンテナのスタイル */
  /* ドロップダウンコンテンツ */
}
.p-matching-estate-needs .p-matching-estate-needs__dropdown__button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2px 10px 5px 10px;
  background: #fff;
  border-radius: 4px;
  border: solid 1px #dedede;
  color: #333 !important;
  font-size: 14px;
}
.p-matching-estate-needs .p-matching-estate-needs__dropdown__button .p-matching-estate-needs__dropdown__button__needs {
  width: calc(100% - 20px);
}
.p-matching-estate-needs .p-matching-estate-needs__dropdown__button .p-matching-estate-needs__dropdown__button__needs span {
  font-size: 10px;
  color: #044E80;
}
.p-matching-estate-needs .p-matching-estate-needs__dropdown__button .p-matching-estate-needs__dropdown__button__needs p {
  font-size: 14px;
}
.p-matching-estate-needs .p-matching-estate-needs__dropdown__button .p-matching-estate-needs__dropdown__button__icon {
  width: 10px;
  text-align: center;
}
.p-matching-estate-needs .p-matching-estate-needs__dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}
.p-matching-estate-needs .p-matching-estate-needs__dropdown__content {
  display: none;
  width: 100%;
  position: absolute;
  background-color: #fff;
  border: solid 1px #dedede;
  border-radius: 4px;
  box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.p-matching-estate-needs .p-matching-estate-needs__dropdown__content .p-matching-estate-needs__dropdown__content__title {
  display: block;
  padding: 5px 5px 0 5px;
  color: #044E80;
  font-size: 12px;
}
.p-matching-estate-needs .p-matching-estate-needs__dropdown__content a {
  color: #333;
  padding: 10px 15px;
  text-decoration: none;
  text-align: left;
  display: block;
  white-space: nowrap;
}
.p-matching-estate-needs .p-matching-estate-needs__dropdown__content a:hover {
  background-color: #fafafa;
}
.p-matching-estate-needs .p-matching-estate-needs__dropdown__content a.is-notice::after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #ffa500;
  border-radius: 10px;
}
.p-matching-estate-needs .p-matching-estate-needs__dropdown__content.is-show {
  display: block;
}
.p-matching-estate-needs .p-matching-estate-needs__dropdown--right .p-matching-estate-needs__dropdown__content {
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-matching-estate-needs .p-matching-estate-needs__dropdown {
    width: 350px;
  }
  .p-matching-estate-needs .p-matching-estate-needs__dropdown__content {
    width: 350px;
  }
}

/*==================================
* 物件検索
==================================*/
.p-matching-estate-search {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.p-matching-estate-search .p-matching-estate-search__type select {
  font-size: 13px;
}
.p-matching-estate-search .p-matching-estate-search__order {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-matching-estate-search {
    justify-content: flex-start;
  }
  .p-matching-estate-search .p-matching-estate-search__order {
    margin-left: 20px;
  }
}

/*==================================
* 物件一覧
==================================*/
.p-matching-estate-list {
  margin-top: 10px;
}
.p-matching-estate-list .p-matching-estate-list__date {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #777;
}
.p-matching-estate-list > ul {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  margin-bottom: 20px;
}
.p-matching-estate-list > ul > li {
  color: #333;
}
.p-matching-estate-list .p-matching-estate-list__item {
  color: #333;
  display: flex;
}
.p-matching-estate-list .p-matching-estate-list__item .p-matching-estate-list__item__image {
  width: 30%;
}
.p-matching-estate-list .p-matching-estate-list__item .p-matching-estate-list__item__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px 0 0 8px;
}
.p-matching-estate-list .p-matching-estate-list__item .p-matching-estate-list__item__info {
  width: 70%;
  background: #fff;
  padding: 10px;
  position: relative;
  border-right: solid 1px #ededed;
  border-bottom: solid 1px #ededed;
  border-radius: 0 8px 8px 0;
}
.p-matching-estate-list .p-matching-estate-list__item .p-matching-estate-list__item__info .p-matching-estate-list__item__info__label {
  width: calc(100% - 40px);
}
.p-matching-estate-list .p-matching-estate-list__item .p-matching-estate-list__item__info .p-matching-estate-list__item__info__label:after {
  content: "";
  display: table;
  clear: both;
}
.p-matching-estate-list .p-matching-estate-list__item .p-matching-estate-list__item__info .p-matching-estate-list__item__info__label .p-matching-estate-list__item__info__type,
.p-matching-estate-list .p-matching-estate-list__item .p-matching-estate-list__item__info .p-matching-estate-list__item__info__label .p-matching-estate-list__item__info__limit {
  float: left;
  text-align: center;
  padding: 0 3px;
  margin-bottom: 5px;
  margin-right: 3px;
  font-size: 11px;
  border-radius: 4px;
}
.p-matching-estate-list .p-matching-estate-list__item .p-matching-estate-list__item__info .p-matching-estate-list__item__info__label .p-matching-estate-list__item__info__type {
  color: #044E80;
  border: solid 1px #044E80;
}
.p-matching-estate-list .p-matching-estate-list__item .p-matching-estate-list__item__info .p-matching-estate-list__item__info__label .p-matching-estate-list__item__info__limit {
  color: #dc3545;
  border: solid 1px #dc3545;
}
.p-matching-estate-list .p-matching-estate-list__item .p-matching-estate-list__item__info .p-matching-estate-list__item__info__label .p-matching-estate-list__item__info__read {
  float: right;
  margin-bottom: 5px;
  color: #03967a;
  font-size: 12px;
  font-weight: bold;
}
.p-matching-estate-list .p-matching-estate-list__item .p-matching-estate-list__item__info .p-matching-estate-list__item__info__adres h3 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.p-matching-estate-list .p-matching-estate-list__item .p-matching-estate-list__item__info .p-matching-estate-list__item__info__price-type {
  margin-bottom: 5px;
  font-size: 12px;
}
.p-matching-estate-list .p-matching-estate-list__item .p-matching-estate-list__item__info .p-matching-estate-list__item__info__price-type .p-matching-estate-list__item__info__price {
  margin-right: 3px;
  font-size: 20px;
  font-weight: bold;
  color: #dc3545;
}
.p-matching-estate-list .p-matching-estate-list__item .p-matching-estate-list__item__info .p-matching-estate-list__item__info__price-type .p-matching-estate-list__item__info__contracted {
  margin-right: 3px;
  font-size: 16px;
  font-weight: bold;
  color: #dc3545;
}
.p-matching-estate-list .p-matching-estate-list__item .p-matching-estate-list__item__info .p-matching-estate-list__item__info__price-type .p-matching-estate-list__item__info__room-type {
  margin-left: 10px;
  font-size: 16px;
}
.p-matching-estate-list .p-matching-estate-list__item .p-matching-estate-list__item__info .p-matching-estate-list__item__info__catchcopy {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 12px;
}
.p-matching-estate-list .p-matching-estate-list__item .p-matching-estate-list__item__info .p-matching-estate-list__item__check {
  position: absolute;
  top: 6px;
  right: 50px;
}
.p-matching-estate-list .p-matching-estate-list__item .p-matching-estate-list__item__info .p-matching-estate-list__item__favorite {
  position: absolute;
  top: 8px;
  right: 15px;
}
.p-matching-estate-list .p-matching-estate-list__item .p-matching-estate-list__item__info .p-matching-estate-list__item__favorite i {
  font-size: 16px;
  color: #777;
}
.p-matching-estate-list .p-matching-estate-list__item .p-matching-estate-list__item__info .p-matching-estate-list__item__favorite i.fas {
  color: #ffc107;
}
@media screen and (min-width: 768px) {
  .p-matching-estate-list .p-matching-estate-list__item {
    display: block;
  }
  .p-matching-estate-list .p-matching-estate-list__item .p-matching-estate-list__item__image {
    width: 100%;
  }
  .p-matching-estate-list .p-matching-estate-list__item .p-matching-estate-list__item__image img {
    height: auto;
    border-radius: 8px 8px 0 0;
  }
  .p-matching-estate-list .p-matching-estate-list__item .p-matching-estate-list__item__info {
    width: 100%;
    border-left: solid 1px #ededed;
    border-radius: 0 0 8px 8px;
  }
  .p-matching-estate-list > ul {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}

/*==================================
* 物件詳細
==================================*/
.p-matching-estate-detail {
  /** オープンハウス */
  /** コメント */
  /** 動画 */
  /* パノラマ */
  /** 画像 */
  /** 物件資料 */
  /** 周辺施設 */
  /** 地図 */
  /** 問合せ */
}
.p-matching-estate-detail h2 {
  margin-bottom: 15px;
}
.p-matching-estate-detail .p-matching-estate-detail__limit {
  display: inline-block;
  width: 70px;
  text-align: center;
  padding: 0 3px;
  margin-bottom: 5px;
  margin-right: 2px;
  font-size: 14px;
  border-radius: 4px;
  color: #dc3545;
  border: solid 1px #dc3545;
  vertical-align: middle;
}
.p-matching-estate-detail .p-matching-estate-detail__openhouse {
  margin-bottom: 30px;
}
.p-matching-estate-detail .p-matching-estate-detail__openhouse .p-matching-estate-detail__openhouse__date,
.p-matching-estate-detail .p-matching-estate-detail__openhouse .p-matching-estate-detail__openhouse__time,
.p-matching-estate-detail .p-matching-estate-detail__openhouse .p-matching-estate-detail__openhouse__action {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.p-matching-estate-detail .p-matching-estate-detail__openhouse .p-matching-estate-detail__openhouse__action {
  color: #ffa500;
}
.p-matching-estate-detail .p-matching-estate-detail__openhouse .p-matching-estate-detail__openhouse__biko {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-matching-estate-detail .p-matching-estate-detail__openhouse .p-matching-estate-detail__openhouse__date,
  .p-matching-estate-detail .p-matching-estate-detail__openhouse .p-matching-estate-detail__openhouse__time {
    display: inline;
    margin-right: 20px;
  }
  .p-matching-estate-detail .p-matching-estate-detail__openhouse .p-matching-estate-detail__openhouse__date {
    margin-left: 10px;
  }
  .p-matching-estate-detail .p-matching-estate-detail__openhouse .p-matching-estate-detail__openhouse__action {
    display: inline;
  }
}
.p-matching-estate-detail .p-matching-estate-detail__comment {
  margin-bottom: 30px;
  padding: 10px;
  background-color: #FFFDE5;
  border: solid 1px #FDE6BA;
  border-radius: 6px;
}
.p-matching-estate-detail .p-matching-estate-detail__comment__person {
  margin-bottom: 30px;
}
.p-matching-estate-detail .p-matching-estate-detail__comment__person .p-matching-estate-detail__comment__person__text {
  position: relative;
  margin-bottom: 15px;
  padding: 10px;
  background-color: #FFFDE5;
  border: solid 1px #FDE6BA;
  border-radius: 6px;
}
.p-matching-estate-detail .p-matching-estate-detail__comment__person .p-matching-estate-detail__comment__person__text::before, .p-matching-estate-detail .p-matching-estate-detail__comment__person .p-matching-estate-detail__comment__person__text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.p-matching-estate-detail .p-matching-estate-detail__comment__person .p-matching-estate-detail__comment__person__text::before {
  bottom: -18px;
  left: 30px;
  border: 9px solid transparent;
  border-top: 9px solid #FDE6BA;
}
.p-matching-estate-detail .p-matching-estate-detail__comment__person .p-matching-estate-detail__comment__person__text::after {
  bottom: -17px;
  left: 30px;
  border: 9px solid transparent;
  border-top: 9px solid #FFFDE5;
}
.p-matching-estate-detail .p-matching-estate-detail__comment__person .p-matching-estate-detail__comment__person__image {
  width: 80px;
}
.p-matching-estate-detail .p-matching-estate-detail__comment__person .p-matching-estate-detail__comment__person__image img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-matching-estate-detail .p-matching-estate-detail__comment__person {
    display: flex;
    align-items: flex-start;
  }
  .p-matching-estate-detail .p-matching-estate-detail__comment__person .p-matching-estate-detail__comment__person__text {
    order: 2;
    max-width: calc(100% - 100px);
    margin-bottom: 0;
  }
  .p-matching-estate-detail .p-matching-estate-detail__comment__person .p-matching-estate-detail__comment__person__text::before {
    left: -18px;
    top: 10px;
    border: 9px solid transparent;
    border-right: 9px solid #FDE6BA;
  }
  .p-matching-estate-detail .p-matching-estate-detail__comment__person .p-matching-estate-detail__comment__person__text::after {
    left: -17px;
    top: 10px;
    border: 9px solid transparent;
    border-right: 9px solid #FFFDE5;
  }
  .p-matching-estate-detail .p-matching-estate-detail__comment__person .p-matching-estate-detail__comment__person__image {
    order: 1;
    width: 100px;
    padding-right: 20px;
  }
}
.p-matching-estate-detail .p-matching-estate-detail__movie {
  margin-bottom: 30px;
}
.p-matching-estate-detail .p-matching-estate-detail__movie .p-matching-estate-detail__movie__item {
  margin-bottom: 20px;
}
.p-matching-estate-detail .p-matching-estate-detail__movie .p-matching-estate-detail__movie__item iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
}
@media screen and (min-width: 768px) {
  .p-matching-estate-detail .p-matching-estate-detail__movie {
    display: flex;
    justify-content: space-between;
  }
  .p-matching-estate-detail .p-matching-estate-detail__movie .p-matching-estate-detail__movie__item {
    width: 47%;
    margin-bottom: 0;
  }
}
.p-matching-estate-detail .p-matching-estate-detail__panorama {
  margin: 0 auto 30px auto;
}
.p-matching-estate-detail .p-matching-estate-detail__panorama .p-matching-estate-detail__panorama__view {
  height: 300px;
  margin-bottom: 10px;
}
.p-matching-estate-detail .p-matching-estate-detail__panorama .p-matching-estate-detail__panorama__thumbnail ul {
  display: flex;
  justify-content: center;
}
.p-matching-estate-detail .p-matching-estate-detail__panorama .p-matching-estate-detail__panorama__thumbnail ul li {
  width: 18%;
  display: block;
  margin-right: 2%;
  text-align: center;
}
.p-matching-estate-detail .p-matching-estate-detail__panorama .p-matching-estate-detail__panorama__thumbnail ul li:last-child {
  margin-right: 0;
}
.p-matching-estate-detail .p-matching-estate-detail__panorama .p-matching-estate-detail__panorama__thumbnail ul li a {
  width: 100%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 2px;
  border: solid 1px #ccc;
}
.p-matching-estate-detail .p-matching-estate-detail__panorama .p-matching-estate-detail__panorama__thumbnail ul li.is-active a {
  padding: 1px;
  border: solid 2px #ffa500;
}
.p-matching-estate-detail .p-matching-estate-detail__panorama .p-matching-estate-detail__panorama__thumbnail ul li img {
  width: 100%;
  display: block;
}
.p-matching-estate-detail .p-matching-estate-detail__panorama .p-matching-estate-detail__panorama__img-type {
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .p-matching-estate-detail .p-matching-estate-detail__panorama .p-matching-estate-detail__panorama__view {
    height: 460px;
  }
}
.p-matching-estate-detail .p-matching-estate-detail__image {
  margin-bottom: 30px;
}
.p-matching-estate-detail .p-matching-estate-detail__image .p-matching-estate-detail__image__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.p-matching-estate-detail .p-matching-estate-detail__image .p-matching-estate-detail__image__head a {
  width: 47%;
  border: solid 1px #ededed;
}
.p-matching-estate-detail .p-matching-estate-detail__image .p-matching-estate-detail__image__head a img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-matching-estate-detail .p-matching-estate-detail__image ul {
  display: flex;
  flex-wrap: wrap;
}
.p-matching-estate-detail .p-matching-estate-detail__image ul li {
  width: 33.3%;
}
.p-matching-estate-detail .p-matching-estate-detail__image ul li a img {
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-matching-estate-detail .p-matching-estate-detail__image ul li {
    width: 12.5%;
  }
}
.p-matching-estate-detail .p-matching-estate-detail__doc li {
  padding: 3px 0;
}
@media screen and (min-width: 768px) {
  .p-matching-estate-detail .p-matching-estate-detail__doc li {
    display: inline-block;
    margin-right: 20px;
  }
  .p-matching-estate-detail .p-matching-estate-detail__doc li:last-child {
    margin-right: 0;
  }
}
.p-matching-estate-detail .p-matching-estate-detail__facility {
  margin-bottom: 30px;
}
.p-matching-estate-detail .p-matching-estate-detail__facility ul {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
.p-matching-estate-detail .p-matching-estate-detail__facility ul li {
  width: 48%;
  margin-bottom: 10px;
  padding: 10px;
  border: solid 1px #dedede;
}
.p-matching-estate-detail .p-matching-estate-detail__facility .p-matching-estate-detail__facility__image {
  margin-bottom: 10px;
}
.p-matching-estate-detail .p-matching-estate-detail__facility .p-matching-estate-detail__facility__image img {
  width: 100%;
}
.p-matching-estate-detail .p-matching-estate-detail__facility .p-matching-estate-detail__facility__info {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .p-matching-estate-detail .p-matching-estate-detail__facility ul {
    gap: 0.8%;
  }
  .p-matching-estate-detail .p-matching-estate-detail__facility ul li {
    width: 16%;
  }
}
.p-matching-estate-detail .p-matching-estate-detail__map {
  margin-bottom: 10px;
}
.p-matching-estate-detail .p-matching-estate-detail__inquiry {
  margin: 50px 0;
}
.p-matching-estate-detail .p-matching-estate-detail__inquiry .p-matching-estate-detail__inquiry__form {
  margin-bottom: 30px;
}
.p-matching-estate-detail .p-matching-estate-detail__inquiry .p-matching-estate-detail__inquiry__form .p-matching-estate-detail__inquiry__form__button {
  display: flex;
  justify-content: space-between;
}
.p-matching-estate-detail .p-matching-estate-detail__inquiry .p-matching-estate-detail__inquiry__form .p-matching-estate-detail__inquiry__form__button a {
  display: block;
  width: 45%;
  padding: 20px 0;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  background-color: #044E80;
  border-radius: 5px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.p-matching-estate-detail .p-matching-estate-detail__inquiry .p-matching-estate-detail__inquiry__form .p-matching-estate-detail__inquiry__form__button a i {
  display: block;
  margin-bottom: 10px;
  font-size: 30px;
}
.p-matching-estate-detail .p-matching-estate-detail__inquiry .p-matching-estate-detail__inquiry__tel {
  padding: 10px;
  background: #fff;
  border: solid 1px #ededed;
  border-radius: 8px;
}
.p-matching-estate-detail .p-matching-estate-detail__inquiry .p-matching-estate-detail__inquiry__tel .p-matching-estate-detail__inquiry__tel__no {
  text-align: center;
}
.p-matching-estate-detail .p-matching-estate-detail__inquiry .p-matching-estate-detail__inquiry__tel .p-matching-estate-detail__inquiry__tel__no a {
  color: #333;
  font-size: 30px;
  font-weight: bold;
}
.p-matching-estate-detail .p-matching-estate-detail__inquiry .p-matching-estate-detail__inquiry__tel .p-matching-estate-detail__inquiry__tel__no a i {
  margin-right: 10px;
  font-size: 26px;
}
.p-matching-estate-detail .p-matching-estate-detail__inquiry .p-matching-estate-detail__inquiry__tel .p-matching-estate-detail__inquiry__tel__open {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-matching-estate-detail .p-matching-estate-detail__inquiry {
    display: flex;
    justify-content: space-between;
  }
  .p-matching-estate-detail .p-matching-estate-detail__inquiry .p-matching-estate-detail__inquiry__form {
    width: 47%;
    margin-bottom: 0;
  }
  .p-matching-estate-detail .p-matching-estate-detail__inquiry .p-matching-estate-detail__inquiry__tel {
    width: 47%;
  }
}

/** チャット */
.p-matching-estate-detail__chat {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  transform: translateY(100vh);
  transition-duration: 0.3s;
}
.p-matching-estate-detail__chat.is-active {
  transform: translateY(0);
}
.p-matching-estate-detail__chat .p-matching-estate-detail__chat__header {
  position: relative;
  text-align: center;
  background: #fff;
  height: 50px;
  justify-content: center;
  display: flex;
  align-items: center;
  border-bottom: solid 1px #ededed;
}
.p-matching-estate-detail__chat .p-matching-estate-detail__chat__header h3 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
}
.p-matching-estate-detail__chat .p-matching-estate-detail__chat__header .p-matching-estate-detail__chat__header__close {
  position: absolute;
  right: 10px;
}
.p-matching-estate-detail__chat .p-matching-estate-detail__chat__body {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-matching-estate-detail__chat {
    width: 375px;
    max-height: 600px;
    right: 120px;
    border-radius: 8px 8px 0 0;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);
  }
  .p-matching-estate-detail__chat .p-matching-estate-detail__chat__header {
    border-radius: 8px 8px 0 0;
  }
  .p-matching-estate-detail__chat .p-matching-estate-detail__chat__body {
    height: calc(100% - 50px);
    margin: 0 0 -50px 0;
    padding: 0;
  }
}

/** メニュー */
.p-matching-estate-detail__menu {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  border-top: solid 1px #ededed;
  z-index: 100;
}
.p-matching-estate-detail__menu ul {
  display: flex;
  width: 100%;
}
.p-matching-estate-detail__menu ul li {
  width: 25%;
}
.p-matching-estate-detail__menu ul li a {
  display: block;
  position: relative;
  padding: 10px 0;
  text-align: center;
  font-size: 1.2rem;
  color: #555;
}
.p-matching-estate-detail__menu ul li a.is-active {
  color: #044E80;
  font-weight: bold;
}
.p-matching-estate-detail__menu ul li a.is-success {
  color: #03967a;
  font-weight: bold;
}
.p-matching-estate-detail__menu ul li a.is-danger {
  color: #dc3545;
  font-weight: bold;
}
.p-matching-estate-detail__menu ul li a.is-notice::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 15px;
  width: 10px;
  height: 10px;
  background: #ffa500;
  border-radius: 10px;
}
.p-matching-estate-detail__menu ul li a i {
  display: block;
  margin-bottom: 3px;
  font-size: 2rem;
}
.p-matching-estate-detail__menu ul li a i.fa-star.fas {
  color: #ffc107;
}
@media screen and (min-width: 768px) {
  .p-matching-estate-detail__menu {
    right: 0;
    bottom: 50%;
    left: auto;
    transform: translateY(50%);
    width: auto;
    border: solid 1px #ededed;
  }
  .p-matching-estate-detail__menu ul {
    flex-direction: column;
  }
  .p-matching-estate-detail__menu ul li {
    width: 80px;
  }
  .p-matching-estate-detail__menu ul li a {
    padding: 15px 10px;
    font-size: 1.2rem;
  }
  .p-matching-estate-detail__menu ul li a:hover {
    color: #044E80;
    font-weight: bold;
  }
  .p-matching-estate-detail__menu ul li a.is-notice::after {
    width: 12px;
    height: 12px;
  }
}

/** 評価 */
.p-matching-estate-detail__judge {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  transform: translateY(120%);
  transition-duration: 0.3s;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}
.p-matching-estate-detail__judge.is-active {
  transform: translateY(0);
}
.p-matching-estate-detail__judge .p-matching-estate-detail__judge__close {
  position: absolute;
  top: 0;
  right: 0;
}
.p-matching-estate-detail__judge .p-matching-estate-detail__judge__close a {
  display: inline-block;
  padding: 0 5px;
  color: #555;
  cursor: pointer;
  background: #fff;
}
.p-matching-estate-detail__judge .p-matching-estate-detail__judge__inner {
  padding: 10px 5px 20px 5px;
  background: #fff;
  border-top: solid 1px #ededed;
}
.p-matching-estate-detail__judge .p-matching-estate-detail__judge__item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.p-matching-estate-detail__judge .p-matching-estate-detail__judge__item dt, .p-matching-estate-detail__judge .p-matching-estate-detail__judge__item dd {
  padding: 10px 0;
  width: 25%;
  text-align: center;
}
.p-matching-estate-detail__judge .p-matching-estate-detail__judge__item dd {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.p-matching-estate-detail__judge .p-matching-estate-detail__judge__item dd label {
  font-size: 1.8rem;
  color: #aaa;
}
.p-matching-estate-detail__judge .p-matching-estate-detail__judge__item dd label [type=radio] {
  display: none;
}
.p-matching-estate-detail__judge .p-matching-estate-detail__judge__item dd label [type=radio]:checked + .fa-thumbs-down {
  color: #dc3545;
}
.p-matching-estate-detail__judge .p-matching-estate-detail__judge__item dd label [type=radio]:checked + .fa-thumbs-up {
  color: #03967a;
}
.p-matching-estate-detail__judge .p-matching-estate-detail__judge__button {
  text-align: center;
}
.p-matching-estate-detail__judge .p-matching-estate-detail__judge__button .btn-primary,
.p-matching-estate-detail__judge .p-matching-estate-detail__judge__button .btn-danger {
  width: 120px;
  background: #fafafa;
}

/*==================================
* 物件問合せ
==================================*/
.p-matching-estate-inquiry__estate {
  margin-bottom: 20px;
}
.p-matching-estate-inquiry__estate .p-matching-estate-inquiry__estate__image {
  margin-bottom: 10px;
  text-align: center;
}
.p-matching-estate-inquiry__estate .p-matching-estate-inquiry__estate__image img {
  width: 80%;
}
.p-matching-estate-inquiry__estate .p-matching-estate-inquiry__estate__info .p-matching-estate-inquiry__estate__info__adres h3 {
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.p-matching-estate-inquiry__estate .p-matching-estate-inquiry__estate__info .p-matching-estate-inquiry__estate__info__type {
  display: inline-block;
  padding: 0 3px;
  margin-bottom: 5px;
  font-size: 10px;
  color: #044E80;
  border: solid 1px #044E80;
  border-radius: 4px;
}
.p-matching-estate-inquiry__estate .p-matching-estate-inquiry__estate__info .p-matching-estate-inquiry__estate__info__price-type {
  margin-bottom: 5px;
  font-size: 12px;
}
.p-matching-estate-inquiry__estate .p-matching-estate-inquiry__estate__info .p-matching-estate-inquiry__estate__info__price-type .p-matching-estate-inquiry__estate__info__price {
  margin-right: 3px;
  font-size: 20px;
  font-weight: bold;
  color: #dc3545;
}
.p-matching-estate-inquiry__estate .p-matching-estate-inquiry__estate__info .p-matching-estate-inquiry__estate__info__price-type .p-matching-estate-inquiry__estate__info__room-type {
  margin-left: 10px;
  font-size: 16px;
}

/**
 * message
 */
/*==================================
* メッセージ一覧
==================================*/
.p-matching-message-list ul {
  border: solid 1px #dedede;
  border-radius: 8px;
}
.p-matching-message-list ul li {
  border-bottom: solid 1px #dedede;
}
.p-matching-message-list ul li:first-child a {
  border-radius: 8px 8px 0 0;
}
.p-matching-message-list ul li:last-child {
  border-bottom: 0;
}
.p-matching-message-list ul li:last-child a {
  border-radius: 0 0 8px 8px;
}
.p-matching-message-list ul li a {
  display: block;
  padding: 10px;
  background: #fff;
  color: #333;
  text-decoration: none;
}
.p-matching-message-list ul li a.is-read {
  background: #f5f5f5;
}
.p-matching-message-list ul li a h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.p-matching-message-list .p-matching-message-list__summary {
  color: #555;
}
.p-matching-message-list .p-matching-message-list__summary .p-matching-message-list__description {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.p-matching-message-list .p-matching-message-list__summary .p-matching-message-list__date {
  font-size: 14px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-matching-message-list ul li a {
    padding: 15px;
  }
  .p-matching-message-list .p-matching-message-list__summary {
    display: flex;
    width: 100%;
  }
  .p-matching-message-list .p-matching-message-list__summary .p-matching-message-list__description {
    width: calc(100% - 150px);
  }
  .p-matching-message-list .p-matching-message-list__summary .p-matching-message-list__date {
    width: 150px;
  }
}

/**
 * chat
 */
/*==================================
* チャット
==================================*/
.p-online-chat {
  position: relative;
  height: calc(100vh - 50px);
  background: #fff;
  margin: -8px -8px -80px -8px;
  padding: 8px;
}
@media screen and (min-width: 768px) {
  .p-online-chat {
    height: calc(100vh - 60px);
    margin: -15px -20px -50px -20px;
    padding: 15px 20px;
  }
}

.p-online-chat__talk-list {
  width: 100%;
  height: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 5px 100px 5px;
  overflow-y: scroll;
  /* Edge 対応 */
  -ms-overflow-style: none;
  /* Chrome, Safari 対応 */
}
.p-online-chat__talk-list::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-online-chat__talk-list {
    padding: 10px 15px 100px 15px;
  }
}

.p-online-chat__talk--you {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: left;
}
.p-online-chat__talk--you .p-online-chat__talk__text {
  background: #f1f1f1;
  border-radius: 0 8px 8px 8px;
  margin-right: 10px;
}
.p-online-chat__talk--you .p-online-chat__talk__link,
.p-online-chat__talk--you .p-online-chat__talk__image {
  margin-right: 10px;
}

.p-online-chat__talk--me {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
}
.p-online-chat__talk--me .p-online-chat__talk__text {
  background: #e0edff;
  border-radius: 8px 0 8px 8px;
  margin-left: 10px;
}
.p-online-chat__talk--me .p-online-chat__talk__link,
.p-online-chat__talk--me .p-online-chat__talk__image {
  margin-left: 10px;
}

.p-online-chat__talk--you .dropdown,
.p-online-chat__talk--me .dropdown {
  align-self: flex-start;
}

.p-online-chat__talk__date {
  margin-bottom: 20px;
  text-align: center;
}
.p-online-chat__talk__date span {
  display: inline-block;
  padding: 3px 20px;
  background: #dedede;
  border-radius: 20px;
  font-size: 1.2rem;
}

.p-online-chat__talk__text {
  display: inline-block;
  position: relative;
  text-align: left;
  max-width: 80%;
  padding: 8px;
  overflow-wrap: break-word;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .p-online-chat__talk__text {
    padding: 10px;
    font-size: 1.4rem;
  }
}

.p-online-chat__talk__time {
  display: block;
  color: #777;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .p-online-chat__talk__time {
    font-size: 1.2rem;
  }
}

.p-online-chat__talk__image img {
  width: 240px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p-online-chat__talk__image img {
    width: 300px;
  }
}

.p-online-chat__talk__link {
  max-width: 240px;
}
.p-online-chat__talk__link a {
  display: block;
  border-radius: 8px;
  background: #f1f1f1;
  color: #333;
}
.p-online-chat__talk__link .p-online-chat__talk__link__image img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 8px 8px 0 0;
}
.p-online-chat__talk__link .p-online-chat__talk__link__info {
  padding: 8px;
  text-align: left;
}
.p-online-chat__talk__link .p-online-chat__talk__link__info .p-online-chat__talk__link__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.3;
}
.p-online-chat__talk__link .p-online-chat__talk__link__info .p-online-chat__talk__link__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 5px;
  font-size: 1.2rem;
  color: #555;
  line-height: 1.3;
}
.p-online-chat__talk__link .p-online-chat__talk__link__info .p-online-chat__talk__link__filename {
  font-size: 1.2rem;
  font-weight: bold;
}
.p-online-chat__talk__link .p-online-chat__talk__link__info .p-online-chat__talk__link__filename i {
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .p-online-chat__talk__link {
    max-width: 300px;
  }
  .p-online-chat__talk__link .p-online-chat__talk__link__info {
    padding: 10px;
  }
  .p-online-chat__talk__link .p-online-chat__talk__link__info .p-online-chat__talk__link__title {
    font-size: 1.6rem;
  }
  .p-online-chat__talk__link .p-online-chat__talk__link__info .p-online-chat__talk__link__filename {
    font-size: 1.4rem;
  }
}

.p-online-chat__send {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 5px 4px;
  background: #fafafa;
  border-top: solid 1px #ddd;
  z-index: 1000;
}
.p-online-chat__send .p-online-chat__send__body {
  display: flex;
  align-items: flex-end;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
.p-online-chat__send .p-online-chat__send__body .p-online-chat__send__clip {
  width: 40px;
  text-align: center;
}
.p-online-chat__send .p-online-chat__send__body .p-online-chat__send__clip a {
  display: inline-block;
  margin-bottom: 7px;
  color: #777;
}
.p-online-chat__send .p-online-chat__send__body .p-online-chat__send__clip a i {
  font-size: 20px;
}
.p-online-chat__send .p-online-chat__send__body .p-online-chat__send__input {
  width: calc(100% - 80px);
}
.p-online-chat__send .p-online-chat__send__body .p-online-chat__send__input textarea {
  width: 100%;
  height: 36px;
  max-height: 108px;
  padding: 7px 10px;
  border: 1px solid #ddd;
  border-radius: 15px;
  text-align: left;
  resize: none;
}
.p-online-chat__send .p-online-chat__send__body .p-online-chat__send__input textarea:focus {
  box-shadow: none;
}
.p-online-chat__send .p-online-chat__send__body .p-online-chat__send__button {
  width: 40px;
  text-align: center;
}
.p-online-chat__send .p-online-chat__send__body .p-online-chat__send__button a {
  display: inline-block;
  margin-bottom: 7px;
  color: #777;
}
.p-online-chat__send .p-online-chat__send__body .p-online-chat__send__button a i {
  font-size: 20px;
}
.p-online-chat__send .p-online-chat__send__body .p-online-chat__send__button a.is-active {
  color: #03967a;
}
@media screen and (min-width: 768px) {
  .p-online-chat__send {
    width: 100%;
    padding: 15px 10px;
  }
}

/**
 * reserve
 */
/*==================================
* 予約メニュー
==================================*/
.p-online-reserve-menu h2 {
  text-align: center;
  margin-bottom: 30px;
}
.p-online-reserve-menu .c-icon-menu {
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-online-reserve-menu h2 {
    margin-bottom: 50px;
  }
}

/*==================================
* 予約日時選択
==================================*/
.p-online-reserve-select {
  margin: 10px -8px;
  padding: 8px;
  background: #fff;
}
.p-online-reserve-select .p-online-reserve-select__header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.p-online-reserve-select .p-online-reserve-select__body {
  overflow-x: auto;
  padding-bottom: 20px;
}
.p-online-reserve-select .p-online-reserve-select__body ul {
  display: flex;
}
.p-online-reserve-select .p-online-reserve-select__body ul li {
  width: 100px;
  min-width: 100px;
  padding: 10px 0;
}
.p-online-reserve-select .p-online-reserve-select__body ul li.is-today {
  background: #fffdec;
  border-radius: 8px;
}
.p-online-reserve-select .p-online-reserve-select__body .p-online-reserve-select__date {
  margin-bottom: 20px;
  text-align: center;
}
.p-online-reserve-select .p-online-reserve-select__body .p-online-reserve-select__date h3 {
  font-size: 2rem;
  font-weight: bold;
  color: #555;
  margin-bottom: 0;
}
.p-online-reserve-select .p-online-reserve-select__body .p-online-reserve-select__date p {
  font-size: 1.4rem;
  font-weight: bold;
  color: #555;
}
.p-online-reserve-select .p-online-reserve-select__body .p-online-reserve-select__time {
  text-align: center;
}
.p-online-reserve-select .p-online-reserve-select__body .p-online-reserve-select__time a {
  display: inline-block;
  width: 80%;
  padding: 5px;
  margin-bottom: 10px;
  border: solid 2px #044E80;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #044E80;
  background: #fff;
  text-align: center;
}
.p-online-reserve-select .p-online-reserve-select__body .p-online-reserve-select__time a.is-disabled {
  border-color: #ccc;
  color: #ccc;
  cursor: not-allowed;
}
@media screen and (min-width: 768px) {
  .p-online-reserve-select {
    margin: 10px 0;
    padding: 15px;
  }
  .p-online-reserve-select .p-online-reserve-select__body ul li {
    width: 14.2857142857%;
  }
  .p-online-reserve-select .p-online-reserve-select__body .p-online-reserve-select__date h3 {
    font-size: 2.4rem;
  }
  .p-online-reserve-select .p-online-reserve-select__body .p-online-reserve-select__time a {
    font-size: 2rem;
  }
  .p-online-reserve-select .p-online-reserve-select__body .p-online-reserve-select__time a:hover:not(.is-disabled) {
    background-color: rgba(127, 191, 255, 0.1);
    color: #333;
  }
}

/**
 * common
 */
/*==================================
* 地図ダイアログ
==================================*/
.p-guest-common-map-search {
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.p-guest-common-map-search .p-guest-common-map-search__input {
  flex: 1;
}
.p-guest-common-map-search .p-guest-common-map-search__button {
  display: flex;
  gap: 5px;
}
.p-guest-common-map-search .p-guest-common-map-search__button .btn {
  min-width: 60px;
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 30px;
}
@media screen and (min-width: 768px) {
  .p-guest-common-map-search {
    gap: 15px;
  }
  .p-guest-common-map-search .p-guest-common-map-search__button {
    gap: 10px;
  }
  .p-guest-common-map-search .p-guest-common-map-search__button .btn {
    min-width: 70px;
    padding: 4px 8px;
    font-size: 13px;
    line-height: 1.5;
    min-height: 30px;
  }
}

.p-guest-common-map-location .btn {
  padding: 4px 8px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 30px;
  white-space: nowrap;
}
.p-guest-common-map-location .btn .fa {
  margin-right: 3px;
}
.p-guest-common-map-location.is-loading .btn {
  opacity: 0.6;
  cursor: not-allowed;
}