@charset "UTF-8";
/**
 *
 * 共通系sass（モール、HP、企業ページ）
 * 
 * @copyright  2014 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   media
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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;
}

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * 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.
 */
img {
  border: 0;
}

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

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

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

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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;
}

/**
 * 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] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

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

html {
  overflow-y: scroll;
}

body {
  font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  letter-spacing: 0;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border: 0;
  line-height: 1.5;
  text-align: left;
  font-size: 14px;
}

html > body {
  font-size: 14px;
}

* + html body {
  font-family: "メイリオ", "Meiryo";
}

div, h1, h2, h3, h4, h5, h6, p, address, form, em {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
}

img {
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  text-indent: 0;
  margin: 0;
  padding: 0;
  border: 0;
  /* image-rendering: -webkit-optimize-contrast; */
  -ms-interpolation-mode: bicubic;
}

table, th, td {
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  border-collapse: collapse;
}

hr, legend {
  display: none;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

input {
  font-family: inherit;
}

ul, ol, dl {
  margin: 0;
  padding: 0;
  list-style-image: none;
  list-style-position: outside;
}

ul {
  list-style: none;
}

ol {
  list-style-type: decimal;
}

li {
  margin: 0;
  padding: 0;
  display: block;
}

dt, dd {
  margin: 0;
  padding: 0;
}

a,
a:link,
a:visited {
  color: #009;
  text-decoration: underline;
}

a:hover {
  color: #36f;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   横幅指定（%）
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.w1p {
  width: 1% !important;
}

.w2p {
  width: 2% !important;
}

.w3p {
  width: 3% !important;
}

.w4p {
  width: 4% !important;
}

.w5p {
  width: 5% !important;
}

.w6p {
  width: 6% !important;
}

.w7p {
  width: 7% !important;
}

.w8p {
  width: 8% !important;
}

.w9p {
  width: 9% !important;
}

.w10p {
  width: 10% !important;
}

.w11p {
  width: 11% !important;
}

.w12p {
  width: 12% !important;
}

.w13p {
  width: 13% !important;
}

.w14p {
  width: 14% !important;
}

.w15p {
  width: 15% !important;
}

.w16p {
  width: 16% !important;
}

.w17p {
  width: 17% !important;
}

.w18p {
  width: 18% !important;
}

.w19p {
  width: 19% !important;
}

.w20p {
  width: 20% !important;
}

.w21p {
  width: 21% !important;
}

.w22p {
  width: 22% !important;
}

.w23p {
  width: 23% !important;
}

.w24p {
  width: 24% !important;
}

.w25p {
  width: 25% !important;
}

.w26p {
  width: 26% !important;
}

.w27p {
  width: 27% !important;
}

.w28p {
  width: 28% !important;
}

.w29p {
  width: 29% !important;
}

.w30p {
  width: 30% !important;
}

.w31p {
  width: 31% !important;
}

.w32p {
  width: 32% !important;
}

.w33p {
  width: 33% !important;
}

.w34p {
  width: 34% !important;
}

.w35p {
  width: 35% !important;
}

.w36p {
  width: 36% !important;
}

.w37p {
  width: 37% !important;
}

.w38p {
  width: 38% !important;
}

.w39p {
  width: 39% !important;
}

.w40p {
  width: 40% !important;
}

.w41p {
  width: 41% !important;
}

.w42p {
  width: 42% !important;
}

.w43p {
  width: 43% !important;
}

.w44p {
  width: 44% !important;
}

.w45p {
  width: 45% !important;
}

.w46p {
  width: 46% !important;
}

.w47p {
  width: 47% !important;
}

.w48p {
  width: 48% !important;
}

.w49p {
  width: 49% !important;
}

.w50p {
  width: 50% !important;
}

.w51p {
  width: 51% !important;
}

.w52p {
  width: 52% !important;
}

.w53p {
  width: 53% !important;
}

.w54p {
  width: 54% !important;
}

.w55p {
  width: 55% !important;
}

.w56p {
  width: 56% !important;
}

.w57p {
  width: 57% !important;
}

.w58p {
  width: 58% !important;
}

.w59p {
  width: 59% !important;
}

.w60p {
  width: 60% !important;
}

.w61p {
  width: 61% !important;
}

.w62p {
  width: 62% !important;
}

.w63p {
  width: 63% !important;
}

.w64p {
  width: 64% !important;
}

.w65p {
  width: 65% !important;
}

.w66p {
  width: 66% !important;
}

.w67p {
  width: 67% !important;
}

.w68p {
  width: 68% !important;
}

.w69p {
  width: 69% !important;
}

.w70p {
  width: 70% !important;
}

.w71p {
  width: 71% !important;
}

.w72p {
  width: 72% !important;
}

.w73p {
  width: 73% !important;
}

.w74p {
  width: 74% !important;
}

.w75p {
  width: 75% !important;
}

.w76p {
  width: 76% !important;
}

.w77p {
  width: 77% !important;
}

.w78p {
  width: 78% !important;
}

.w79p {
  width: 79% !important;
}

.w80p {
  width: 80% !important;
}

.w81p {
  width: 81% !important;
}

.w82p {
  width: 82% !important;
}

.w83p {
  width: 83% !important;
}

.w84p {
  width: 84% !important;
}

.w85p {
  width: 85% !important;
}

.w86p {
  width: 86% !important;
}

.w87p {
  width: 87% !important;
}

.w88p {
  width: 88% !important;
}

.w89p {
  width: 89% !important;
}

.w90p {
  width: 90% !important;
}

.w91p {
  width: 91% !important;
}

.w92p {
  width: 92% !important;
}

.w93p {
  width: 93% !important;
}

.w94p {
  width: 94% !important;
}

.w95p {
  width: 95% !important;
}

.w96p {
  width: 96% !important;
}

.w97p {
  width: 97% !important;
}

.w98p {
  width: 98% !important;
}

.w99p {
  width: 99% !important;
}

.w100p {
  width: 100% !important;
}

.wFull {
  width: 100% !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   横幅指定（width）
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.w1 {
  width: 1px !important;
}

.w2 {
  width: 2px !important;
}

.w3 {
  width: 3px !important;
}

.w4 {
  width: 4px !important;
}

.w5 {
  width: 5px !important;
}

.w6 {
  width: 6px !important;
}

.w7 {
  width: 7px !important;
}

.w8 {
  width: 8px !important;
}

.w9 {
  width: 9px !important;
}

.w10 {
  width: 10px !important;
}

.w11 {
  width: 11px !important;
}

.w12 {
  width: 12px !important;
}

.w13 {
  width: 13px !important;
}

.w14 {
  width: 14px !important;
}

.w15 {
  width: 15px !important;
}

.w16 {
  width: 16px !important;
}

.w17 {
  width: 17px !important;
}

.w18 {
  width: 18px !important;
}

.w19 {
  width: 19px !important;
}

.w20 {
  width: 20px !important;
}

.w21 {
  width: 21px !important;
}

.w22 {
  width: 22px !important;
}

.w23 {
  width: 23px !important;
}

.w24 {
  width: 24px !important;
}

.w25 {
  width: 25px !important;
}

.w26 {
  width: 26px !important;
}

.w27 {
  width: 27px !important;
}

.w28 {
  width: 28px !important;
}

.w29 {
  width: 29px !important;
}

.w30 {
  width: 30px !important;
}

.w31 {
  width: 31px !important;
}

.w32 {
  width: 32px !important;
}

.w33 {
  width: 33px !important;
}

.w34 {
  width: 34px !important;
}

.w35 {
  width: 35px !important;
}

.w36 {
  width: 36px !important;
}

.w37 {
  width: 37px !important;
}

.w38 {
  width: 38px !important;
}

.w39 {
  width: 39px !important;
}

.w40 {
  width: 40px !important;
}

.w41 {
  width: 41px !important;
}

.w42 {
  width: 42px !important;
}

.w43 {
  width: 43px !important;
}

.w44 {
  width: 44px !important;
}

.w45 {
  width: 45px !important;
}

.w46 {
  width: 46px !important;
}

.w47 {
  width: 47px !important;
}

.w48 {
  width: 48px !important;
}

.w49 {
  width: 49px !important;
}

.w50 {
  width: 50px !important;
}

.w51 {
  width: 51px !important;
}

.w52 {
  width: 52px !important;
}

.w53 {
  width: 53px !important;
}

.w54 {
  width: 54px !important;
}

.w55 {
  width: 55px !important;
}

.w56 {
  width: 56px !important;
}

.w57 {
  width: 57px !important;
}

.w58 {
  width: 58px !important;
}

.w59 {
  width: 59px !important;
}

.w60 {
  width: 60px !important;
}

.w61 {
  width: 61px !important;
}

.w62 {
  width: 62px !important;
}

.w63 {
  width: 63px !important;
}

.w64 {
  width: 64px !important;
}

.w65 {
  width: 65px !important;
}

.w66 {
  width: 66px !important;
}

.w67 {
  width: 67px !important;
}

.w68 {
  width: 68px !important;
}

.w69 {
  width: 69px !important;
}

.w70 {
  width: 70px !important;
}

.w71 {
  width: 71px !important;
}

.w72 {
  width: 72px !important;
}

.w73 {
  width: 73px !important;
}

.w74 {
  width: 74px !important;
}

.w75 {
  width: 75px !important;
}

.w76 {
  width: 76px !important;
}

.w77 {
  width: 77px !important;
}

.w78 {
  width: 78px !important;
}

.w79 {
  width: 79px !important;
}

.w80 {
  width: 80px !important;
}

.w81 {
  width: 81px !important;
}

.w82 {
  width: 82px !important;
}

.w83 {
  width: 83px !important;
}

.w84 {
  width: 84px !important;
}

.w85 {
  width: 85px !important;
}

.w86 {
  width: 86px !important;
}

.w87 {
  width: 87px !important;
}

.w88 {
  width: 88px !important;
}

.w89 {
  width: 89px !important;
}

.w90 {
  width: 90px !important;
}

.w91 {
  width: 91px !important;
}

.w92 {
  width: 92px !important;
}

.w93 {
  width: 93px !important;
}

.w94 {
  width: 94px !important;
}

.w95 {
  width: 95px !important;
}

.w96 {
  width: 96px !important;
}

.w97 {
  width: 97px !important;
}

.w98 {
  width: 98px !important;
}

.w99 {
  width: 99px !important;
}

.w100 {
  width: 100px !important;
}

.w101 {
  width: 101px !important;
}

.w102 {
  width: 102px !important;
}

.w103 {
  width: 103px !important;
}

.w104 {
  width: 104px !important;
}

.w105 {
  width: 105px !important;
}

.w106 {
  width: 106px !important;
}

.w107 {
  width: 107px !important;
}

.w108 {
  width: 108px !important;
}

.w109 {
  width: 109px !important;
}

.w110 {
  width: 110px !important;
}

.w111 {
  width: 111px !important;
}

.w112 {
  width: 112px !important;
}

.w113 {
  width: 113px !important;
}

.w114 {
  width: 114px !important;
}

.w115 {
  width: 115px !important;
}

.w116 {
  width: 116px !important;
}

.w117 {
  width: 117px !important;
}

.w118 {
  width: 118px !important;
}

.w119 {
  width: 119px !important;
}

.w120 {
  width: 120px !important;
}

.w121 {
  width: 121px !important;
}

.w122 {
  width: 122px !important;
}

.w123 {
  width: 123px !important;
}

.w124 {
  width: 124px !important;
}

.w125 {
  width: 125px !important;
}

.w126 {
  width: 126px !important;
}

.w127 {
  width: 127px !important;
}

.w128 {
  width: 128px !important;
}

.w129 {
  width: 129px !important;
}

.w130 {
  width: 130px !important;
}

.w131 {
  width: 131px !important;
}

.w132 {
  width: 132px !important;
}

.w133 {
  width: 133px !important;
}

.w134 {
  width: 134px !important;
}

.w135 {
  width: 135px !important;
}

.w136 {
  width: 136px !important;
}

.w137 {
  width: 137px !important;
}

.w138 {
  width: 138px !important;
}

.w139 {
  width: 139px !important;
}

.w140 {
  width: 140px !important;
}

.w141 {
  width: 141px !important;
}

.w142 {
  width: 142px !important;
}

.w143 {
  width: 143px !important;
}

.w144 {
  width: 144px !important;
}

.w145 {
  width: 145px !important;
}

.w146 {
  width: 146px !important;
}

.w147 {
  width: 147px !important;
}

.w148 {
  width: 148px !important;
}

.w149 {
  width: 149px !important;
}

.w150 {
  width: 150px !important;
}

.w151 {
  width: 151px !important;
}

.w152 {
  width: 152px !important;
}

.w153 {
  width: 153px !important;
}

.w154 {
  width: 154px !important;
}

.w155 {
  width: 155px !important;
}

.w156 {
  width: 156px !important;
}

.w157 {
  width: 157px !important;
}

.w158 {
  width: 158px !important;
}

.w159 {
  width: 159px !important;
}

.w160 {
  width: 160px !important;
}

.w161 {
  width: 161px !important;
}

.w162 {
  width: 162px !important;
}

.w163 {
  width: 163px !important;
}

.w164 {
  width: 164px !important;
}

.w165 {
  width: 165px !important;
}

.w166 {
  width: 166px !important;
}

.w167 {
  width: 167px !important;
}

.w168 {
  width: 168px !important;
}

.w169 {
  width: 169px !important;
}

.w170 {
  width: 170px !important;
}

.w171 {
  width: 171px !important;
}

.w172 {
  width: 172px !important;
}

.w173 {
  width: 173px !important;
}

.w174 {
  width: 174px !important;
}

.w175 {
  width: 175px !important;
}

.w176 {
  width: 176px !important;
}

.w177 {
  width: 177px !important;
}

.w178 {
  width: 178px !important;
}

.w179 {
  width: 179px !important;
}

.w180 {
  width: 180px !important;
}

.w181 {
  width: 181px !important;
}

.w182 {
  width: 182px !important;
}

.w183 {
  width: 183px !important;
}

.w184 {
  width: 184px !important;
}

.w185 {
  width: 185px !important;
}

.w186 {
  width: 186px !important;
}

.w187 {
  width: 187px !important;
}

.w188 {
  width: 188px !important;
}

.w189 {
  width: 189px !important;
}

.w190 {
  width: 190px !important;
}

.w191 {
  width: 191px !important;
}

.w192 {
  width: 192px !important;
}

.w193 {
  width: 193px !important;
}

.w194 {
  width: 194px !important;
}

.w195 {
  width: 195px !important;
}

.w196 {
  width: 196px !important;
}

.w197 {
  width: 197px !important;
}

.w198 {
  width: 198px !important;
}

.w199 {
  width: 199px !important;
}

.w200 {
  width: 200px !important;
}

.w201 {
  width: 201px !important;
}

.w202 {
  width: 202px !important;
}

.w203 {
  width: 203px !important;
}

.w204 {
  width: 204px !important;
}

.w205 {
  width: 205px !important;
}

.w206 {
  width: 206px !important;
}

.w207 {
  width: 207px !important;
}

.w208 {
  width: 208px !important;
}

.w209 {
  width: 209px !important;
}

.w210 {
  width: 210px !important;
}

.w211 {
  width: 211px !important;
}

.w212 {
  width: 212px !important;
}

.w213 {
  width: 213px !important;
}

.w214 {
  width: 214px !important;
}

.w215 {
  width: 215px !important;
}

.w216 {
  width: 216px !important;
}

.w217 {
  width: 217px !important;
}

.w218 {
  width: 218px !important;
}

.w219 {
  width: 219px !important;
}

.w220 {
  width: 220px !important;
}

.w221 {
  width: 221px !important;
}

.w222 {
  width: 222px !important;
}

.w223 {
  width: 223px !important;
}

.w224 {
  width: 224px !important;
}

.w225 {
  width: 225px !important;
}

.w226 {
  width: 226px !important;
}

.w227 {
  width: 227px !important;
}

.w228 {
  width: 228px !important;
}

.w229 {
  width: 229px !important;
}

.w230 {
  width: 230px !important;
}

.w231 {
  width: 231px !important;
}

.w232 {
  width: 232px !important;
}

.w233 {
  width: 233px !important;
}

.w234 {
  width: 234px !important;
}

.w235 {
  width: 235px !important;
}

.w236 {
  width: 236px !important;
}

.w237 {
  width: 237px !important;
}

.w238 {
  width: 238px !important;
}

.w239 {
  width: 239px !important;
}

.w240 {
  width: 240px !important;
}

.w241 {
  width: 241px !important;
}

.w242 {
  width: 242px !important;
}

.w243 {
  width: 243px !important;
}

.w244 {
  width: 244px !important;
}

.w245 {
  width: 245px !important;
}

.w246 {
  width: 246px !important;
}

.w247 {
  width: 247px !important;
}

.w248 {
  width: 248px !important;
}

.w249 {
  width: 249px !important;
}

.w250 {
  width: 250px !important;
}

.w251 {
  width: 251px !important;
}

.w252 {
  width: 252px !important;
}

.w253 {
  width: 253px !important;
}

.w254 {
  width: 254px !important;
}

.w255 {
  width: 255px !important;
}

.w256 {
  width: 256px !important;
}

.w257 {
  width: 257px !important;
}

.w258 {
  width: 258px !important;
}

.w259 {
  width: 259px !important;
}

.w260 {
  width: 260px !important;
}

.w261 {
  width: 261px !important;
}

.w262 {
  width: 262px !important;
}

.w263 {
  width: 263px !important;
}

.w264 {
  width: 264px !important;
}

.w265 {
  width: 265px !important;
}

.w266 {
  width: 266px !important;
}

.w267 {
  width: 267px !important;
}

.w268 {
  width: 268px !important;
}

.w269 {
  width: 269px !important;
}

.w270 {
  width: 270px !important;
}

.w271 {
  width: 271px !important;
}

.w272 {
  width: 272px !important;
}

.w273 {
  width: 273px !important;
}

.w274 {
  width: 274px !important;
}

.w275 {
  width: 275px !important;
}

.w276 {
  width: 276px !important;
}

.w277 {
  width: 277px !important;
}

.w278 {
  width: 278px !important;
}

.w279 {
  width: 279px !important;
}

.w280 {
  width: 280px !important;
}

.w281 {
  width: 281px !important;
}

.w282 {
  width: 282px !important;
}

.w283 {
  width: 283px !important;
}

.w284 {
  width: 284px !important;
}

.w285 {
  width: 285px !important;
}

.w286 {
  width: 286px !important;
}

.w287 {
  width: 287px !important;
}

.w288 {
  width: 288px !important;
}

.w289 {
  width: 289px !important;
}

.w290 {
  width: 290px !important;
}

.w291 {
  width: 291px !important;
}

.w292 {
  width: 292px !important;
}

.w293 {
  width: 293px !important;
}

.w294 {
  width: 294px !important;
}

.w295 {
  width: 295px !important;
}

.w296 {
  width: 296px !important;
}

.w297 {
  width: 297px !important;
}

.w298 {
  width: 298px !important;
}

.w299 {
  width: 299px !important;
}

.w300 {
  width: 300px !important;
}

.w301 {
  width: 301px !important;
}

.w302 {
  width: 302px !important;
}

.w303 {
  width: 303px !important;
}

.w304 {
  width: 304px !important;
}

.w305 {
  width: 305px !important;
}

.w306 {
  width: 306px !important;
}

.w307 {
  width: 307px !important;
}

.w308 {
  width: 308px !important;
}

.w309 {
  width: 309px !important;
}

.w310 {
  width: 310px !important;
}

.w311 {
  width: 311px !important;
}

.w312 {
  width: 312px !important;
}

.w313 {
  width: 313px !important;
}

.w314 {
  width: 314px !important;
}

.w315 {
  width: 315px !important;
}

.w316 {
  width: 316px !important;
}

.w317 {
  width: 317px !important;
}

.w318 {
  width: 318px !important;
}

.w319 {
  width: 319px !important;
}

.w320 {
  width: 320px !important;
}

.w321 {
  width: 321px !important;
}

.w322 {
  width: 322px !important;
}

.w323 {
  width: 323px !important;
}

.w324 {
  width: 324px !important;
}

.w325 {
  width: 325px !important;
}

.w326 {
  width: 326px !important;
}

.w327 {
  width: 327px !important;
}

.w328 {
  width: 328px !important;
}

.w329 {
  width: 329px !important;
}

.w330 {
  width: 330px !important;
}

.w331 {
  width: 331px !important;
}

.w332 {
  width: 332px !important;
}

.w333 {
  width: 333px !important;
}

.w334 {
  width: 334px !important;
}

.w335 {
  width: 335px !important;
}

.w336 {
  width: 336px !important;
}

.w337 {
  width: 337px !important;
}

.w338 {
  width: 338px !important;
}

.w339 {
  width: 339px !important;
}

.w340 {
  width: 340px !important;
}

.w341 {
  width: 341px !important;
}

.w342 {
  width: 342px !important;
}

.w343 {
  width: 343px !important;
}

.w344 {
  width: 344px !important;
}

.w345 {
  width: 345px !important;
}

.w346 {
  width: 346px !important;
}

.w347 {
  width: 347px !important;
}

.w348 {
  width: 348px !important;
}

.w349 {
  width: 349px !important;
}

.w350 {
  width: 350px !important;
}

.w351 {
  width: 351px !important;
}

.w352 {
  width: 352px !important;
}

.w353 {
  width: 353px !important;
}

.w354 {
  width: 354px !important;
}

.w355 {
  width: 355px !important;
}

.w356 {
  width: 356px !important;
}

.w357 {
  width: 357px !important;
}

.w358 {
  width: 358px !important;
}

.w359 {
  width: 359px !important;
}

.w360 {
  width: 360px !important;
}

.w361 {
  width: 361px !important;
}

.w362 {
  width: 362px !important;
}

.w363 {
  width: 363px !important;
}

.w364 {
  width: 364px !important;
}

.w365 {
  width: 365px !important;
}

.w366 {
  width: 366px !important;
}

.w367 {
  width: 367px !important;
}

.w368 {
  width: 368px !important;
}

.w369 {
  width: 369px !important;
}

.w370 {
  width: 370px !important;
}

.w371 {
  width: 371px !important;
}

.w372 {
  width: 372px !important;
}

.w373 {
  width: 373px !important;
}

.w374 {
  width: 374px !important;
}

.w375 {
  width: 375px !important;
}

.w376 {
  width: 376px !important;
}

.w377 {
  width: 377px !important;
}

.w378 {
  width: 378px !important;
}

.w379 {
  width: 379px !important;
}

.w380 {
  width: 380px !important;
}

.w381 {
  width: 381px !important;
}

.w382 {
  width: 382px !important;
}

.w383 {
  width: 383px !important;
}

.w384 {
  width: 384px !important;
}

.w385 {
  width: 385px !important;
}

.w386 {
  width: 386px !important;
}

.w387 {
  width: 387px !important;
}

.w388 {
  width: 388px !important;
}

.w389 {
  width: 389px !important;
}

.w390 {
  width: 390px !important;
}

.w391 {
  width: 391px !important;
}

.w392 {
  width: 392px !important;
}

.w393 {
  width: 393px !important;
}

.w394 {
  width: 394px !important;
}

.w395 {
  width: 395px !important;
}

.w396 {
  width: 396px !important;
}

.w397 {
  width: 397px !important;
}

.w398 {
  width: 398px !important;
}

.w399 {
  width: 399px !important;
}

.w400 {
  width: 400px !important;
}

.w401 {
  width: 401px !important;
}

.w402 {
  width: 402px !important;
}

.w403 {
  width: 403px !important;
}

.w404 {
  width: 404px !important;
}

.w405 {
  width: 405px !important;
}

.w406 {
  width: 406px !important;
}

.w407 {
  width: 407px !important;
}

.w408 {
  width: 408px !important;
}

.w409 {
  width: 409px !important;
}

.w410 {
  width: 410px !important;
}

.w411 {
  width: 411px !important;
}

.w412 {
  width: 412px !important;
}

.w413 {
  width: 413px !important;
}

.w414 {
  width: 414px !important;
}

.w415 {
  width: 415px !important;
}

.w416 {
  width: 416px !important;
}

.w417 {
  width: 417px !important;
}

.w418 {
  width: 418px !important;
}

.w419 {
  width: 419px !important;
}

.w420 {
  width: 420px !important;
}

.w421 {
  width: 421px !important;
}

.w422 {
  width: 422px !important;
}

.w423 {
  width: 423px !important;
}

.w424 {
  width: 424px !important;
}

.w425 {
  width: 425px !important;
}

.w426 {
  width: 426px !important;
}

.w427 {
  width: 427px !important;
}

.w428 {
  width: 428px !important;
}

.w429 {
  width: 429px !important;
}

.w430 {
  width: 430px !important;
}

.w431 {
  width: 431px !important;
}

.w432 {
  width: 432px !important;
}

.w433 {
  width: 433px !important;
}

.w434 {
  width: 434px !important;
}

.w435 {
  width: 435px !important;
}

.w436 {
  width: 436px !important;
}

.w437 {
  width: 437px !important;
}

.w438 {
  width: 438px !important;
}

.w439 {
  width: 439px !important;
}

.w440 {
  width: 440px !important;
}

.w441 {
  width: 441px !important;
}

.w442 {
  width: 442px !important;
}

.w443 {
  width: 443px !important;
}

.w444 {
  width: 444px !important;
}

.w445 {
  width: 445px !important;
}

.w446 {
  width: 446px !important;
}

.w447 {
  width: 447px !important;
}

.w448 {
  width: 448px !important;
}

.w449 {
  width: 449px !important;
}

.w450 {
  width: 450px !important;
}

.w451 {
  width: 451px !important;
}

.w452 {
  width: 452px !important;
}

.w453 {
  width: 453px !important;
}

.w454 {
  width: 454px !important;
}

.w455 {
  width: 455px !important;
}

.w456 {
  width: 456px !important;
}

.w457 {
  width: 457px !important;
}

.w458 {
  width: 458px !important;
}

.w459 {
  width: 459px !important;
}

.w460 {
  width: 460px !important;
}

.w461 {
  width: 461px !important;
}

.w462 {
  width: 462px !important;
}

.w463 {
  width: 463px !important;
}

.w464 {
  width: 464px !important;
}

.w465 {
  width: 465px !important;
}

.w466 {
  width: 466px !important;
}

.w467 {
  width: 467px !important;
}

.w468 {
  width: 468px !important;
}

.w469 {
  width: 469px !important;
}

.w470 {
  width: 470px !important;
}

.w471 {
  width: 471px !important;
}

.w472 {
  width: 472px !important;
}

.w473 {
  width: 473px !important;
}

.w474 {
  width: 474px !important;
}

.w475 {
  width: 475px !important;
}

.w476 {
  width: 476px !important;
}

.w477 {
  width: 477px !important;
}

.w478 {
  width: 478px !important;
}

.w479 {
  width: 479px !important;
}

.w480 {
  width: 480px !important;
}

.w481 {
  width: 481px !important;
}

.w482 {
  width: 482px !important;
}

.w483 {
  width: 483px !important;
}

.w484 {
  width: 484px !important;
}

.w485 {
  width: 485px !important;
}

.w486 {
  width: 486px !important;
}

.w487 {
  width: 487px !important;
}

.w488 {
  width: 488px !important;
}

.w489 {
  width: 489px !important;
}

.w490 {
  width: 490px !important;
}

.w491 {
  width: 491px !important;
}

.w492 {
  width: 492px !important;
}

.w493 {
  width: 493px !important;
}

.w494 {
  width: 494px !important;
}

.w495 {
  width: 495px !important;
}

.w496 {
  width: 496px !important;
}

.w497 {
  width: 497px !important;
}

.w498 {
  width: 498px !important;
}

.w499 {
  width: 499px !important;
}

.w500 {
  width: 500px !important;
}

.w501 {
  width: 501px !important;
}

.w502 {
  width: 502px !important;
}

.w503 {
  width: 503px !important;
}

.w504 {
  width: 504px !important;
}

.w505 {
  width: 505px !important;
}

.w506 {
  width: 506px !important;
}

.w507 {
  width: 507px !important;
}

.w508 {
  width: 508px !important;
}

.w509 {
  width: 509px !important;
}

.w510 {
  width: 510px !important;
}

.w511 {
  width: 511px !important;
}

.w512 {
  width: 512px !important;
}

.w513 {
  width: 513px !important;
}

.w514 {
  width: 514px !important;
}

.w515 {
  width: 515px !important;
}

.w516 {
  width: 516px !important;
}

.w517 {
  width: 517px !important;
}

.w518 {
  width: 518px !important;
}

.w519 {
  width: 519px !important;
}

.w520 {
  width: 520px !important;
}

.w521 {
  width: 521px !important;
}

.w522 {
  width: 522px !important;
}

.w523 {
  width: 523px !important;
}

.w524 {
  width: 524px !important;
}

.w525 {
  width: 525px !important;
}

.w526 {
  width: 526px !important;
}

.w527 {
  width: 527px !important;
}

.w528 {
  width: 528px !important;
}

.w529 {
  width: 529px !important;
}

.w530 {
  width: 530px !important;
}

.w531 {
  width: 531px !important;
}

.w532 {
  width: 532px !important;
}

.w533 {
  width: 533px !important;
}

.w534 {
  width: 534px !important;
}

.w535 {
  width: 535px !important;
}

.w536 {
  width: 536px !important;
}

.w537 {
  width: 537px !important;
}

.w538 {
  width: 538px !important;
}

.w539 {
  width: 539px !important;
}

.w540 {
  width: 540px !important;
}

.w541 {
  width: 541px !important;
}

.w542 {
  width: 542px !important;
}

.w543 {
  width: 543px !important;
}

.w544 {
  width: 544px !important;
}

.w545 {
  width: 545px !important;
}

.w546 {
  width: 546px !important;
}

.w547 {
  width: 547px !important;
}

.w548 {
  width: 548px !important;
}

.w549 {
  width: 549px !important;
}

.w550 {
  width: 550px !important;
}

.w551 {
  width: 551px !important;
}

.w552 {
  width: 552px !important;
}

.w553 {
  width: 553px !important;
}

.w554 {
  width: 554px !important;
}

.w555 {
  width: 555px !important;
}

.w556 {
  width: 556px !important;
}

.w557 {
  width: 557px !important;
}

.w558 {
  width: 558px !important;
}

.w559 {
  width: 559px !important;
}

.w560 {
  width: 560px !important;
}

.w561 {
  width: 561px !important;
}

.w562 {
  width: 562px !important;
}

.w563 {
  width: 563px !important;
}

.w564 {
  width: 564px !important;
}

.w565 {
  width: 565px !important;
}

.w566 {
  width: 566px !important;
}

.w567 {
  width: 567px !important;
}

.w568 {
  width: 568px !important;
}

.w569 {
  width: 569px !important;
}

.w570 {
  width: 570px !important;
}

.w571 {
  width: 571px !important;
}

.w572 {
  width: 572px !important;
}

.w573 {
  width: 573px !important;
}

.w574 {
  width: 574px !important;
}

.w575 {
  width: 575px !important;
}

.w576 {
  width: 576px !important;
}

.w577 {
  width: 577px !important;
}

.w578 {
  width: 578px !important;
}

.w579 {
  width: 579px !important;
}

.w580 {
  width: 580px !important;
}

.w581 {
  width: 581px !important;
}

.w582 {
  width: 582px !important;
}

.w583 {
  width: 583px !important;
}

.w584 {
  width: 584px !important;
}

.w585 {
  width: 585px !important;
}

.w586 {
  width: 586px !important;
}

.w587 {
  width: 587px !important;
}

.w588 {
  width: 588px !important;
}

.w589 {
  width: 589px !important;
}

.w590 {
  width: 590px !important;
}

.w591 {
  width: 591px !important;
}

.w592 {
  width: 592px !important;
}

.w593 {
  width: 593px !important;
}

.w594 {
  width: 594px !important;
}

.w595 {
  width: 595px !important;
}

.w596 {
  width: 596px !important;
}

.w597 {
  width: 597px !important;
}

.w598 {
  width: 598px !important;
}

.w599 {
  width: 599px !important;
}

.w600 {
  width: 600px !important;
}

.w601 {
  width: 601px !important;
}

.w602 {
  width: 602px !important;
}

.w603 {
  width: 603px !important;
}

.w604 {
  width: 604px !important;
}

.w605 {
  width: 605px !important;
}

.w606 {
  width: 606px !important;
}

.w607 {
  width: 607px !important;
}

.w608 {
  width: 608px !important;
}

.w609 {
  width: 609px !important;
}

.w610 {
  width: 610px !important;
}

.w611 {
  width: 611px !important;
}

.w612 {
  width: 612px !important;
}

.w613 {
  width: 613px !important;
}

.w614 {
  width: 614px !important;
}

.w615 {
  width: 615px !important;
}

.w616 {
  width: 616px !important;
}

.w617 {
  width: 617px !important;
}

.w618 {
  width: 618px !important;
}

.w619 {
  width: 619px !important;
}

.w620 {
  width: 620px !important;
}

.w621 {
  width: 621px !important;
}

.w622 {
  width: 622px !important;
}

.w623 {
  width: 623px !important;
}

.w624 {
  width: 624px !important;
}

.w625 {
  width: 625px !important;
}

.w626 {
  width: 626px !important;
}

.w627 {
  width: 627px !important;
}

.w628 {
  width: 628px !important;
}

.w629 {
  width: 629px !important;
}

.w630 {
  width: 630px !important;
}

.w631 {
  width: 631px !important;
}

.w632 {
  width: 632px !important;
}

.w633 {
  width: 633px !important;
}

.w634 {
  width: 634px !important;
}

.w635 {
  width: 635px !important;
}

.w636 {
  width: 636px !important;
}

.w637 {
  width: 637px !important;
}

.w638 {
  width: 638px !important;
}

.w639 {
  width: 639px !important;
}

.w640 {
  width: 640px !important;
}

.w641 {
  width: 641px !important;
}

.w642 {
  width: 642px !important;
}

.w643 {
  width: 643px !important;
}

.w644 {
  width: 644px !important;
}

.w645 {
  width: 645px !important;
}

.w646 {
  width: 646px !important;
}

.w647 {
  width: 647px !important;
}

.w648 {
  width: 648px !important;
}

.w649 {
  width: 649px !important;
}

.w650 {
  width: 650px !important;
}

.w651 {
  width: 651px !important;
}

.w652 {
  width: 652px !important;
}

.w653 {
  width: 653px !important;
}

.w654 {
  width: 654px !important;
}

.w655 {
  width: 655px !important;
}

.w656 {
  width: 656px !important;
}

.w657 {
  width: 657px !important;
}

.w658 {
  width: 658px !important;
}

.w659 {
  width: 659px !important;
}

.w660 {
  width: 660px !important;
}

.w661 {
  width: 661px !important;
}

.w662 {
  width: 662px !important;
}

.w663 {
  width: 663px !important;
}

.w664 {
  width: 664px !important;
}

.w665 {
  width: 665px !important;
}

.w666 {
  width: 666px !important;
}

.w667 {
  width: 667px !important;
}

.w668 {
  width: 668px !important;
}

.w669 {
  width: 669px !important;
}

.w670 {
  width: 670px !important;
}

.w671 {
  width: 671px !important;
}

.w672 {
  width: 672px !important;
}

.w673 {
  width: 673px !important;
}

.w674 {
  width: 674px !important;
}

.w675 {
  width: 675px !important;
}

.w676 {
  width: 676px !important;
}

.w677 {
  width: 677px !important;
}

.w678 {
  width: 678px !important;
}

.w679 {
  width: 679px !important;
}

.w680 {
  width: 680px !important;
}

.w681 {
  width: 681px !important;
}

.w682 {
  width: 682px !important;
}

.w683 {
  width: 683px !important;
}

.w684 {
  width: 684px !important;
}

.w685 {
  width: 685px !important;
}

.w686 {
  width: 686px !important;
}

.w687 {
  width: 687px !important;
}

.w688 {
  width: 688px !important;
}

.w689 {
  width: 689px !important;
}

.w690 {
  width: 690px !important;
}

.w691 {
  width: 691px !important;
}

.w692 {
  width: 692px !important;
}

.w693 {
  width: 693px !important;
}

.w694 {
  width: 694px !important;
}

.w695 {
  width: 695px !important;
}

.w696 {
  width: 696px !important;
}

.w697 {
  width: 697px !important;
}

.w698 {
  width: 698px !important;
}

.w699 {
  width: 699px !important;
}

.w700 {
  width: 700px !important;
}

.w701 {
  width: 701px !important;
}

.w702 {
  width: 702px !important;
}

.w703 {
  width: 703px !important;
}

.w704 {
  width: 704px !important;
}

.w705 {
  width: 705px !important;
}

.w706 {
  width: 706px !important;
}

.w707 {
  width: 707px !important;
}

.w708 {
  width: 708px !important;
}

.w709 {
  width: 709px !important;
}

.w710 {
  width: 710px !important;
}

.w711 {
  width: 711px !important;
}

.w712 {
  width: 712px !important;
}

.w713 {
  width: 713px !important;
}

.w714 {
  width: 714px !important;
}

.w715 {
  width: 715px !important;
}

.w716 {
  width: 716px !important;
}

.w717 {
  width: 717px !important;
}

.w718 {
  width: 718px !important;
}

.w719 {
  width: 719px !important;
}

.w720 {
  width: 720px !important;
}

.w721 {
  width: 721px !important;
}

.w722 {
  width: 722px !important;
}

.w723 {
  width: 723px !important;
}

.w724 {
  width: 724px !important;
}

.w725 {
  width: 725px !important;
}

.w726 {
  width: 726px !important;
}

.w727 {
  width: 727px !important;
}

.w728 {
  width: 728px !important;
}

.w729 {
  width: 729px !important;
}

.w730 {
  width: 730px !important;
}

.w731 {
  width: 731px !important;
}

.w732 {
  width: 732px !important;
}

.w733 {
  width: 733px !important;
}

.w734 {
  width: 734px !important;
}

.w735 {
  width: 735px !important;
}

.w736 {
  width: 736px !important;
}

.w737 {
  width: 737px !important;
}

.w738 {
  width: 738px !important;
}

.w739 {
  width: 739px !important;
}

.w740 {
  width: 740px !important;
}

.w741 {
  width: 741px !important;
}

.w742 {
  width: 742px !important;
}

.w743 {
  width: 743px !important;
}

.w744 {
  width: 744px !important;
}

.w745 {
  width: 745px !important;
}

.w746 {
  width: 746px !important;
}

.w747 {
  width: 747px !important;
}

.w748 {
  width: 748px !important;
}

.w749 {
  width: 749px !important;
}

.w750 {
  width: 750px !important;
}

.w751 {
  width: 751px !important;
}

.w752 {
  width: 752px !important;
}

.w753 {
  width: 753px !important;
}

.w754 {
  width: 754px !important;
}

.w755 {
  width: 755px !important;
}

.w756 {
  width: 756px !important;
}

.w757 {
  width: 757px !important;
}

.w758 {
  width: 758px !important;
}

.w759 {
  width: 759px !important;
}

.w760 {
  width: 760px !important;
}

.w761 {
  width: 761px !important;
}

.w762 {
  width: 762px !important;
}

.w763 {
  width: 763px !important;
}

.w764 {
  width: 764px !important;
}

.w765 {
  width: 765px !important;
}

.w766 {
  width: 766px !important;
}

.w767 {
  width: 767px !important;
}

.w768 {
  width: 768px !important;
}

.w769 {
  width: 769px !important;
}

.w770 {
  width: 770px !important;
}

.w771 {
  width: 771px !important;
}

.w772 {
  width: 772px !important;
}

.w773 {
  width: 773px !important;
}

.w774 {
  width: 774px !important;
}

.w775 {
  width: 775px !important;
}

.w776 {
  width: 776px !important;
}

.w777 {
  width: 777px !important;
}

.w778 {
  width: 778px !important;
}

.w779 {
  width: 779px !important;
}

.w780 {
  width: 780px !important;
}

.w781 {
  width: 781px !important;
}

.w782 {
  width: 782px !important;
}

.w783 {
  width: 783px !important;
}

.w784 {
  width: 784px !important;
}

.w785 {
  width: 785px !important;
}

.w786 {
  width: 786px !important;
}

.w787 {
  width: 787px !important;
}

.w788 {
  width: 788px !important;
}

.w789 {
  width: 789px !important;
}

.w790 {
  width: 790px !important;
}

.w791 {
  width: 791px !important;
}

.w792 {
  width: 792px !important;
}

.w793 {
  width: 793px !important;
}

.w794 {
  width: 794px !important;
}

.w795 {
  width: 795px !important;
}

.w796 {
  width: 796px !important;
}

.w797 {
  width: 797px !important;
}

.w798 {
  width: 798px !important;
}

.w799 {
  width: 799px !important;
}

.w800 {
  width: 800px !important;
}

.w801 {
  width: 801px !important;
}

.w802 {
  width: 802px !important;
}

.w803 {
  width: 803px !important;
}

.w804 {
  width: 804px !important;
}

.w805 {
  width: 805px !important;
}

.w806 {
  width: 806px !important;
}

.w807 {
  width: 807px !important;
}

.w808 {
  width: 808px !important;
}

.w809 {
  width: 809px !important;
}

.w810 {
  width: 810px !important;
}

.w811 {
  width: 811px !important;
}

.w812 {
  width: 812px !important;
}

.w813 {
  width: 813px !important;
}

.w814 {
  width: 814px !important;
}

.w815 {
  width: 815px !important;
}

.w816 {
  width: 816px !important;
}

.w817 {
  width: 817px !important;
}

.w818 {
  width: 818px !important;
}

.w819 {
  width: 819px !important;
}

.w820 {
  width: 820px !important;
}

.w821 {
  width: 821px !important;
}

.w822 {
  width: 822px !important;
}

.w823 {
  width: 823px !important;
}

.w824 {
  width: 824px !important;
}

.w825 {
  width: 825px !important;
}

.w826 {
  width: 826px !important;
}

.w827 {
  width: 827px !important;
}

.w828 {
  width: 828px !important;
}

.w829 {
  width: 829px !important;
}

.w830 {
  width: 830px !important;
}

.w831 {
  width: 831px !important;
}

.w832 {
  width: 832px !important;
}

.w833 {
  width: 833px !important;
}

.w834 {
  width: 834px !important;
}

.w835 {
  width: 835px !important;
}

.w836 {
  width: 836px !important;
}

.w837 {
  width: 837px !important;
}

.w838 {
  width: 838px !important;
}

.w839 {
  width: 839px !important;
}

.w840 {
  width: 840px !important;
}

.w841 {
  width: 841px !important;
}

.w842 {
  width: 842px !important;
}

.w843 {
  width: 843px !important;
}

.w844 {
  width: 844px !important;
}

.w845 {
  width: 845px !important;
}

.w846 {
  width: 846px !important;
}

.w847 {
  width: 847px !important;
}

.w848 {
  width: 848px !important;
}

.w849 {
  width: 849px !important;
}

.w850 {
  width: 850px !important;
}

.w851 {
  width: 851px !important;
}

.w852 {
  width: 852px !important;
}

.w853 {
  width: 853px !important;
}

.w854 {
  width: 854px !important;
}

.w855 {
  width: 855px !important;
}

.w856 {
  width: 856px !important;
}

.w857 {
  width: 857px !important;
}

.w858 {
  width: 858px !important;
}

.w859 {
  width: 859px !important;
}

.w860 {
  width: 860px !important;
}

.w861 {
  width: 861px !important;
}

.w862 {
  width: 862px !important;
}

.w863 {
  width: 863px !important;
}

.w864 {
  width: 864px !important;
}

.w865 {
  width: 865px !important;
}

.w866 {
  width: 866px !important;
}

.w867 {
  width: 867px !important;
}

.w868 {
  width: 868px !important;
}

.w869 {
  width: 869px !important;
}

.w870 {
  width: 870px !important;
}

.w871 {
  width: 871px !important;
}

.w872 {
  width: 872px !important;
}

.w873 {
  width: 873px !important;
}

.w874 {
  width: 874px !important;
}

.w875 {
  width: 875px !important;
}

.w876 {
  width: 876px !important;
}

.w877 {
  width: 877px !important;
}

.w878 {
  width: 878px !important;
}

.w879 {
  width: 879px !important;
}

.w880 {
  width: 880px !important;
}

.w881 {
  width: 881px !important;
}

.w882 {
  width: 882px !important;
}

.w883 {
  width: 883px !important;
}

.w884 {
  width: 884px !important;
}

.w885 {
  width: 885px !important;
}

.w886 {
  width: 886px !important;
}

.w887 {
  width: 887px !important;
}

.w888 {
  width: 888px !important;
}

.w889 {
  width: 889px !important;
}

.w890 {
  width: 890px !important;
}

.w891 {
  width: 891px !important;
}

.w892 {
  width: 892px !important;
}

.w893 {
  width: 893px !important;
}

.w894 {
  width: 894px !important;
}

.w895 {
  width: 895px !important;
}

.w896 {
  width: 896px !important;
}

.w897 {
  width: 897px !important;
}

.w898 {
  width: 898px !important;
}

.w899 {
  width: 899px !important;
}

.w900 {
  width: 900px !important;
}

.w901 {
  width: 901px !important;
}

.w902 {
  width: 902px !important;
}

.w903 {
  width: 903px !important;
}

.w904 {
  width: 904px !important;
}

.w905 {
  width: 905px !important;
}

.w906 {
  width: 906px !important;
}

.w907 {
  width: 907px !important;
}

.w908 {
  width: 908px !important;
}

.w909 {
  width: 909px !important;
}

.w910 {
  width: 910px !important;
}

.w911 {
  width: 911px !important;
}

.w912 {
  width: 912px !important;
}

.w913 {
  width: 913px !important;
}

.w914 {
  width: 914px !important;
}

.w915 {
  width: 915px !important;
}

.w916 {
  width: 916px !important;
}

.w917 {
  width: 917px !important;
}

.w918 {
  width: 918px !important;
}

.w919 {
  width: 919px !important;
}

.w920 {
  width: 920px !important;
}

.w921 {
  width: 921px !important;
}

.w922 {
  width: 922px !important;
}

.w923 {
  width: 923px !important;
}

.w924 {
  width: 924px !important;
}

.w925 {
  width: 925px !important;
}

.w926 {
  width: 926px !important;
}

.w927 {
  width: 927px !important;
}

.w928 {
  width: 928px !important;
}

.w929 {
  width: 929px !important;
}

.w930 {
  width: 930px !important;
}

.w931 {
  width: 931px !important;
}

.w932 {
  width: 932px !important;
}

.w933 {
  width: 933px !important;
}

.w934 {
  width: 934px !important;
}

.w935 {
  width: 935px !important;
}

.w936 {
  width: 936px !important;
}

.w937 {
  width: 937px !important;
}

.w938 {
  width: 938px !important;
}

.w939 {
  width: 939px !important;
}

.w940 {
  width: 940px !important;
}

.w941 {
  width: 941px !important;
}

.w942 {
  width: 942px !important;
}

.w943 {
  width: 943px !important;
}

.w944 {
  width: 944px !important;
}

.w945 {
  width: 945px !important;
}

.w946 {
  width: 946px !important;
}

.w947 {
  width: 947px !important;
}

.w948 {
  width: 948px !important;
}

.w949 {
  width: 949px !important;
}

.w950 {
  width: 950px !important;
}

.w951 {
  width: 951px !important;
}

.w952 {
  width: 952px !important;
}

.w953 {
  width: 953px !important;
}

.w954 {
  width: 954px !important;
}

.w955 {
  width: 955px !important;
}

.w956 {
  width: 956px !important;
}

.w957 {
  width: 957px !important;
}

.w958 {
  width: 958px !important;
}

.w959 {
  width: 959px !important;
}

.w960 {
  width: 960px !important;
}

.w961 {
  width: 961px !important;
}

.w962 {
  width: 962px !important;
}

.w963 {
  width: 963px !important;
}

.w964 {
  width: 964px !important;
}

.w965 {
  width: 965px !important;
}

.w966 {
  width: 966px !important;
}

.w967 {
  width: 967px !important;
}

.w968 {
  width: 968px !important;
}

.w969 {
  width: 969px !important;
}

.w970 {
  width: 970px !important;
}

.w971 {
  width: 971px !important;
}

.w972 {
  width: 972px !important;
}

.w973 {
  width: 973px !important;
}

.w974 {
  width: 974px !important;
}

.w975 {
  width: 975px !important;
}

.w976 {
  width: 976px !important;
}

.w977 {
  width: 977px !important;
}

.w978 {
  width: 978px !important;
}

.w979 {
  width: 979px !important;
}

.w980 {
  width: 980px !important;
}

.w981 {
  width: 981px !important;
}

.w982 {
  width: 982px !important;
}

.w983 {
  width: 983px !important;
}

.w984 {
  width: 984px !important;
}

.w985 {
  width: 985px !important;
}

.w986 {
  width: 986px !important;
}

.w987 {
  width: 987px !important;
}

.w988 {
  width: 988px !important;
}

.w989 {
  width: 989px !important;
}

.w990 {
  width: 990px !important;
}

.w991 {
  width: 991px !important;
}

.w992 {
  width: 992px !important;
}

.w993 {
  width: 993px !important;
}

.w994 {
  width: 994px !important;
}

.w995 {
  width: 995px !important;
}

.w996 {
  width: 996px !important;
}

.w997 {
  width: 997px !important;
}

.w998 {
  width: 998px !important;
}

.w999 {
  width: 999px !important;
}

.w1000 {
  width: 1000px !important;
}

.w1001 {
  width: 1001px !important;
}

.w1002 {
  width: 1002px !important;
}

.w1003 {
  width: 1003px !important;
}

.w1004 {
  width: 1004px !important;
}

.w1005 {
  width: 1005px !important;
}

.w1006 {
  width: 1006px !important;
}

.w1007 {
  width: 1007px !important;
}

.w1008 {
  width: 1008px !important;
}

.w1009 {
  width: 1009px !important;
}

.w1010 {
  width: 1010px !important;
}

.w1011 {
  width: 1011px !important;
}

.w1012 {
  width: 1012px !important;
}

.w1013 {
  width: 1013px !important;
}

.w1014 {
  width: 1014px !important;
}

.w1015 {
  width: 1015px !important;
}

.w1016 {
  width: 1016px !important;
}

.w1017 {
  width: 1017px !important;
}

.w1018 {
  width: 1018px !important;
}

.w1019 {
  width: 1019px !important;
}

.w1020 {
  width: 1020px !important;
}

.w1021 {
  width: 1021px !important;
}

.w1022 {
  width: 1022px !important;
}

.w1023 {
  width: 1023px !important;
}

.w1024 {
  width: 1024px !important;
}

.w1025 {
  width: 1025px !important;
}

.w1026 {
  width: 1026px !important;
}

.w1027 {
  width: 1027px !important;
}

.w1028 {
  width: 1028px !important;
}

.w1029 {
  width: 1029px !important;
}

.w1030 {
  width: 1030px !important;
}

.w1031 {
  width: 1031px !important;
}

.w1032 {
  width: 1032px !important;
}

.w1033 {
  width: 1033px !important;
}

.w1034 {
  width: 1034px !important;
}

.w1035 {
  width: 1035px !important;
}

.w1036 {
  width: 1036px !important;
}

.w1037 {
  width: 1037px !important;
}

.w1038 {
  width: 1038px !important;
}

.w1039 {
  width: 1039px !important;
}

.w1040 {
  width: 1040px !important;
}

.w1041 {
  width: 1041px !important;
}

.w1042 {
  width: 1042px !important;
}

.w1043 {
  width: 1043px !important;
}

.w1044 {
  width: 1044px !important;
}

.w1045 {
  width: 1045px !important;
}

.w1046 {
  width: 1046px !important;
}

.w1047 {
  width: 1047px !important;
}

.w1048 {
  width: 1048px !important;
}

.w1049 {
  width: 1049px !important;
}

.w1050 {
  width: 1050px !important;
}

.w1051 {
  width: 1051px !important;
}

.w1052 {
  width: 1052px !important;
}

.w1053 {
  width: 1053px !important;
}

.w1054 {
  width: 1054px !important;
}

.w1055 {
  width: 1055px !important;
}

.w1056 {
  width: 1056px !important;
}

.w1057 {
  width: 1057px !important;
}

.w1058 {
  width: 1058px !important;
}

.w1059 {
  width: 1059px !important;
}

.w1060 {
  width: 1060px !important;
}

.w1061 {
  width: 1061px !important;
}

.w1062 {
  width: 1062px !important;
}

.w1063 {
  width: 1063px !important;
}

.w1064 {
  width: 1064px !important;
}

.w1065 {
  width: 1065px !important;
}

.w1066 {
  width: 1066px !important;
}

.w1067 {
  width: 1067px !important;
}

.w1068 {
  width: 1068px !important;
}

.w1069 {
  width: 1069px !important;
}

.w1070 {
  width: 1070px !important;
}

.w1071 {
  width: 1071px !important;
}

.w1072 {
  width: 1072px !important;
}

.w1073 {
  width: 1073px !important;
}

.w1074 {
  width: 1074px !important;
}

.w1075 {
  width: 1075px !important;
}

.w1076 {
  width: 1076px !important;
}

.w1077 {
  width: 1077px !important;
}

.w1078 {
  width: 1078px !important;
}

.w1079 {
  width: 1079px !important;
}

.w1080 {
  width: 1080px !important;
}

.w1081 {
  width: 1081px !important;
}

.w1082 {
  width: 1082px !important;
}

.w1083 {
  width: 1083px !important;
}

.w1084 {
  width: 1084px !important;
}

.w1085 {
  width: 1085px !important;
}

.w1086 {
  width: 1086px !important;
}

.w1087 {
  width: 1087px !important;
}

.w1088 {
  width: 1088px !important;
}

.w1089 {
  width: 1089px !important;
}

.w1090 {
  width: 1090px !important;
}

.w1091 {
  width: 1091px !important;
}

.w1092 {
  width: 1092px !important;
}

.w1093 {
  width: 1093px !important;
}

.w1094 {
  width: 1094px !important;
}

.w1095 {
  width: 1095px !important;
}

.w1096 {
  width: 1096px !important;
}

.w1097 {
  width: 1097px !important;
}

.w1098 {
  width: 1098px !important;
}

.w1099 {
  width: 1099px !important;
}

.w1100 {
  width: 1100px !important;
}

.w1101 {
  width: 1101px !important;
}

.w1102 {
  width: 1102px !important;
}

.w1103 {
  width: 1103px !important;
}

.w1104 {
  width: 1104px !important;
}

.w1105 {
  width: 1105px !important;
}

.w1106 {
  width: 1106px !important;
}

.w1107 {
  width: 1107px !important;
}

.w1108 {
  width: 1108px !important;
}

.w1109 {
  width: 1109px !important;
}

.w1110 {
  width: 1110px !important;
}

.w1111 {
  width: 1111px !important;
}

.w1112 {
  width: 1112px !important;
}

.w1113 {
  width: 1113px !important;
}

.w1114 {
  width: 1114px !important;
}

.w1115 {
  width: 1115px !important;
}

.w1116 {
  width: 1116px !important;
}

.w1117 {
  width: 1117px !important;
}

.w1118 {
  width: 1118px !important;
}

.w1119 {
  width: 1119px !important;
}

.w1120 {
  width: 1120px !important;
}

.w1121 {
  width: 1121px !important;
}

.w1122 {
  width: 1122px !important;
}

.w1123 {
  width: 1123px !important;
}

.w1124 {
  width: 1124px !important;
}

.w1125 {
  width: 1125px !important;
}

.w1126 {
  width: 1126px !important;
}

.w1127 {
  width: 1127px !important;
}

.w1128 {
  width: 1128px !important;
}

.w1129 {
  width: 1129px !important;
}

.w1130 {
  width: 1130px !important;
}

.w1131 {
  width: 1131px !important;
}

.w1132 {
  width: 1132px !important;
}

.w1133 {
  width: 1133px !important;
}

.w1134 {
  width: 1134px !important;
}

.w1135 {
  width: 1135px !important;
}

.w1136 {
  width: 1136px !important;
}

.w1137 {
  width: 1137px !important;
}

.w1138 {
  width: 1138px !important;
}

.w1139 {
  width: 1139px !important;
}

.w1140 {
  width: 1140px !important;
}

.w1141 {
  width: 1141px !important;
}

.w1142 {
  width: 1142px !important;
}

.w1143 {
  width: 1143px !important;
}

.w1144 {
  width: 1144px !important;
}

.w1145 {
  width: 1145px !important;
}

.w1146 {
  width: 1146px !important;
}

.w1147 {
  width: 1147px !important;
}

.w1148 {
  width: 1148px !important;
}

.w1149 {
  width: 1149px !important;
}

.w1150 {
  width: 1150px !important;
}

.w1151 {
  width: 1151px !important;
}

.w1152 {
  width: 1152px !important;
}

.w1153 {
  width: 1153px !important;
}

.w1154 {
  width: 1154px !important;
}

.w1155 {
  width: 1155px !important;
}

.w1156 {
  width: 1156px !important;
}

.w1157 {
  width: 1157px !important;
}

.w1158 {
  width: 1158px !important;
}

.w1159 {
  width: 1159px !important;
}

.w1160 {
  width: 1160px !important;
}

.w1161 {
  width: 1161px !important;
}

.w1162 {
  width: 1162px !important;
}

.w1163 {
  width: 1163px !important;
}

.w1164 {
  width: 1164px !important;
}

.w1165 {
  width: 1165px !important;
}

.w1166 {
  width: 1166px !important;
}

.w1167 {
  width: 1167px !important;
}

.w1168 {
  width: 1168px !important;
}

.w1169 {
  width: 1169px !important;
}

.w1170 {
  width: 1170px !important;
}

.w1171 {
  width: 1171px !important;
}

.w1172 {
  width: 1172px !important;
}

.w1173 {
  width: 1173px !important;
}

.w1174 {
  width: 1174px !important;
}

.w1175 {
  width: 1175px !important;
}

.w1176 {
  width: 1176px !important;
}

.w1177 {
  width: 1177px !important;
}

.w1178 {
  width: 1178px !important;
}

.w1179 {
  width: 1179px !important;
}

.w1180 {
  width: 1180px !important;
}

.w1181 {
  width: 1181px !important;
}

.w1182 {
  width: 1182px !important;
}

.w1183 {
  width: 1183px !important;
}

.w1184 {
  width: 1184px !important;
}

.w1185 {
  width: 1185px !important;
}

.w1186 {
  width: 1186px !important;
}

.w1187 {
  width: 1187px !important;
}

.w1188 {
  width: 1188px !important;
}

.w1189 {
  width: 1189px !important;
}

.w1190 {
  width: 1190px !important;
}

.w1191 {
  width: 1191px !important;
}

.w1192 {
  width: 1192px !important;
}

.w1193 {
  width: 1193px !important;
}

.w1194 {
  width: 1194px !important;
}

.w1195 {
  width: 1195px !important;
}

.w1196 {
  width: 1196px !important;
}

.w1197 {
  width: 1197px !important;
}

.w1198 {
  width: 1198px !important;
}

.w1199 {
  width: 1199px !important;
}

.w1200 {
  width: 1200px !important;
}

.w1201 {
  width: 1201px !important;
}

.w1202 {
  width: 1202px !important;
}

.w1203 {
  width: 1203px !important;
}

.w1204 {
  width: 1204px !important;
}

.w1205 {
  width: 1205px !important;
}

.w1206 {
  width: 1206px !important;
}

.w1207 {
  width: 1207px !important;
}

.w1208 {
  width: 1208px !important;
}

.w1209 {
  width: 1209px !important;
}

.w1210 {
  width: 1210px !important;
}

.w1211 {
  width: 1211px !important;
}

.w1212 {
  width: 1212px !important;
}

.w1213 {
  width: 1213px !important;
}

.w1214 {
  width: 1214px !important;
}

.w1215 {
  width: 1215px !important;
}

.w1216 {
  width: 1216px !important;
}

.w1217 {
  width: 1217px !important;
}

.w1218 {
  width: 1218px !important;
}

.w1219 {
  width: 1219px !important;
}

.w1220 {
  width: 1220px !important;
}

.w1221 {
  width: 1221px !important;
}

.w1222 {
  width: 1222px !important;
}

.w1223 {
  width: 1223px !important;
}

.w1224 {
  width: 1224px !important;
}

.w1225 {
  width: 1225px !important;
}

.w1226 {
  width: 1226px !important;
}

.w1227 {
  width: 1227px !important;
}

.w1228 {
  width: 1228px !important;
}

.w1229 {
  width: 1229px !important;
}

.w1230 {
  width: 1230px !important;
}

.w1231 {
  width: 1231px !important;
}

.w1232 {
  width: 1232px !important;
}

.w1233 {
  width: 1233px !important;
}

.w1234 {
  width: 1234px !important;
}

.w1235 {
  width: 1235px !important;
}

.w1236 {
  width: 1236px !important;
}

.w1237 {
  width: 1237px !important;
}

.w1238 {
  width: 1238px !important;
}

.w1239 {
  width: 1239px !important;
}

.w1240 {
  width: 1240px !important;
}

.w1241 {
  width: 1241px !important;
}

.w1242 {
  width: 1242px !important;
}

.w1243 {
  width: 1243px !important;
}

.w1244 {
  width: 1244px !important;
}

.w1245 {
  width: 1245px !important;
}

.w1246 {
  width: 1246px !important;
}

.w1247 {
  width: 1247px !important;
}

.w1248 {
  width: 1248px !important;
}

.w1249 {
  width: 1249px !important;
}

.w1250 {
  width: 1250px !important;
}

.w1251 {
  width: 1251px !important;
}

.w1252 {
  width: 1252px !important;
}

.w1253 {
  width: 1253px !important;
}

.w1254 {
  width: 1254px !important;
}

.w1255 {
  width: 1255px !important;
}

.w1256 {
  width: 1256px !important;
}

.w1257 {
  width: 1257px !important;
}

.w1258 {
  width: 1258px !important;
}

.w1259 {
  width: 1259px !important;
}

.w1260 {
  width: 1260px !important;
}

.w1261 {
  width: 1261px !important;
}

.w1262 {
  width: 1262px !important;
}

.w1263 {
  width: 1263px !important;
}

.w1264 {
  width: 1264px !important;
}

.w1265 {
  width: 1265px !important;
}

.w1266 {
  width: 1266px !important;
}

.w1267 {
  width: 1267px !important;
}

.w1268 {
  width: 1268px !important;
}

.w1269 {
  width: 1269px !important;
}

.w1270 {
  width: 1270px !important;
}

.w1271 {
  width: 1271px !important;
}

.w1272 {
  width: 1272px !important;
}

.w1273 {
  width: 1273px !important;
}

.w1274 {
  width: 1274px !important;
}

.w1275 {
  width: 1275px !important;
}

.w1276 {
  width: 1276px !important;
}

.w1277 {
  width: 1277px !important;
}

.w1278 {
  width: 1278px !important;
}

.w1279 {
  width: 1279px !important;
}

.w1280 {
  width: 1280px !important;
}

.w1281 {
  width: 1281px !important;
}

.w1282 {
  width: 1282px !important;
}

.w1283 {
  width: 1283px !important;
}

.w1284 {
  width: 1284px !important;
}

.w1285 {
  width: 1285px !important;
}

.w1286 {
  width: 1286px !important;
}

.w1287 {
  width: 1287px !important;
}

.w1288 {
  width: 1288px !important;
}

.w1289 {
  width: 1289px !important;
}

.w1290 {
  width: 1290px !important;
}

.w1291 {
  width: 1291px !important;
}

.w1292 {
  width: 1292px !important;
}

.w1293 {
  width: 1293px !important;
}

.w1294 {
  width: 1294px !important;
}

.w1295 {
  width: 1295px !important;
}

.w1296 {
  width: 1296px !important;
}

.w1297 {
  width: 1297px !important;
}

.w1298 {
  width: 1298px !important;
}

.w1299 {
  width: 1299px !important;
}

.w1300 {
  width: 1300px !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   高さ指定（height）
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.h1 {
  height: 1px !important;
}

.h2 {
  height: 2px !important;
}

.h3 {
  height: 3px !important;
}

.h4 {
  height: 4px !important;
}

.h5 {
  height: 5px !important;
}

.h6 {
  height: 6px !important;
}

.h7 {
  height: 7px !important;
}

.h8 {
  height: 8px !important;
}

.h9 {
  height: 9px !important;
}

.h10 {
  height: 10px !important;
}

.h11 {
  height: 11px !important;
}

.h12 {
  height: 12px !important;
}

.h13 {
  height: 13px !important;
}

.h14 {
  height: 14px !important;
}

.h15 {
  height: 15px !important;
}

.h16 {
  height: 16px !important;
}

.h17 {
  height: 17px !important;
}

.h18 {
  height: 18px !important;
}

.h19 {
  height: 19px !important;
}

.h20 {
  height: 20px !important;
}

.h21 {
  height: 21px !important;
}

.h22 {
  height: 22px !important;
}

.h23 {
  height: 23px !important;
}

.h24 {
  height: 24px !important;
}

.h25 {
  height: 25px !important;
}

.h26 {
  height: 26px !important;
}

.h27 {
  height: 27px !important;
}

.h28 {
  height: 28px !important;
}

.h29 {
  height: 29px !important;
}

.h30 {
  height: 30px !important;
}

.h31 {
  height: 31px !important;
}

.h32 {
  height: 32px !important;
}

.h33 {
  height: 33px !important;
}

.h34 {
  height: 34px !important;
}

.h35 {
  height: 35px !important;
}

.h36 {
  height: 36px !important;
}

.h37 {
  height: 37px !important;
}

.h38 {
  height: 38px !important;
}

.h39 {
  height: 39px !important;
}

.h40 {
  height: 40px !important;
}

.h41 {
  height: 41px !important;
}

.h42 {
  height: 42px !important;
}

.h43 {
  height: 43px !important;
}

.h44 {
  height: 44px !important;
}

.h45 {
  height: 45px !important;
}

.h46 {
  height: 46px !important;
}

.h47 {
  height: 47px !important;
}

.h48 {
  height: 48px !important;
}

.h49 {
  height: 49px !important;
}

.h50 {
  height: 50px !important;
}

.h51 {
  height: 51px !important;
}

.h52 {
  height: 52px !important;
}

.h53 {
  height: 53px !important;
}

.h54 {
  height: 54px !important;
}

.h55 {
  height: 55px !important;
}

.h56 {
  height: 56px !important;
}

.h57 {
  height: 57px !important;
}

.h58 {
  height: 58px !important;
}

.h59 {
  height: 59px !important;
}

.h60 {
  height: 60px !important;
}

.h61 {
  height: 61px !important;
}

.h62 {
  height: 62px !important;
}

.h63 {
  height: 63px !important;
}

.h64 {
  height: 64px !important;
}

.h65 {
  height: 65px !important;
}

.h66 {
  height: 66px !important;
}

.h67 {
  height: 67px !important;
}

.h68 {
  height: 68px !important;
}

.h69 {
  height: 69px !important;
}

.h70 {
  height: 70px !important;
}

.h71 {
  height: 71px !important;
}

.h72 {
  height: 72px !important;
}

.h73 {
  height: 73px !important;
}

.h74 {
  height: 74px !important;
}

.h75 {
  height: 75px !important;
}

.h76 {
  height: 76px !important;
}

.h77 {
  height: 77px !important;
}

.h78 {
  height: 78px !important;
}

.h79 {
  height: 79px !important;
}

.h80 {
  height: 80px !important;
}

.h81 {
  height: 81px !important;
}

.h82 {
  height: 82px !important;
}

.h83 {
  height: 83px !important;
}

.h84 {
  height: 84px !important;
}

.h85 {
  height: 85px !important;
}

.h86 {
  height: 86px !important;
}

.h87 {
  height: 87px !important;
}

.h88 {
  height: 88px !important;
}

.h89 {
  height: 89px !important;
}

.h90 {
  height: 90px !important;
}

.h91 {
  height: 91px !important;
}

.h92 {
  height: 92px !important;
}

.h93 {
  height: 93px !important;
}

.h94 {
  height: 94px !important;
}

.h95 {
  height: 95px !important;
}

.h96 {
  height: 96px !important;
}

.h97 {
  height: 97px !important;
}

.h98 {
  height: 98px !important;
}

.h99 {
  height: 99px !important;
}

.h100 {
  height: 100px !important;
}

.h101 {
  height: 101px !important;
}

.h102 {
  height: 102px !important;
}

.h103 {
  height: 103px !important;
}

.h104 {
  height: 104px !important;
}

.h105 {
  height: 105px !important;
}

.h106 {
  height: 106px !important;
}

.h107 {
  height: 107px !important;
}

.h108 {
  height: 108px !important;
}

.h109 {
  height: 109px !important;
}

.h110 {
  height: 110px !important;
}

.h111 {
  height: 111px !important;
}

.h112 {
  height: 112px !important;
}

.h113 {
  height: 113px !important;
}

.h114 {
  height: 114px !important;
}

.h115 {
  height: 115px !important;
}

.h116 {
  height: 116px !important;
}

.h117 {
  height: 117px !important;
}

.h118 {
  height: 118px !important;
}

.h119 {
  height: 119px !important;
}

.h120 {
  height: 120px !important;
}

.h121 {
  height: 121px !important;
}

.h122 {
  height: 122px !important;
}

.h123 {
  height: 123px !important;
}

.h124 {
  height: 124px !important;
}

.h125 {
  height: 125px !important;
}

.h126 {
  height: 126px !important;
}

.h127 {
  height: 127px !important;
}

.h128 {
  height: 128px !important;
}

.h129 {
  height: 129px !important;
}

.h130 {
  height: 130px !important;
}

.h131 {
  height: 131px !important;
}

.h132 {
  height: 132px !important;
}

.h133 {
  height: 133px !important;
}

.h134 {
  height: 134px !important;
}

.h135 {
  height: 135px !important;
}

.h136 {
  height: 136px !important;
}

.h137 {
  height: 137px !important;
}

.h138 {
  height: 138px !important;
}

.h139 {
  height: 139px !important;
}

.h140 {
  height: 140px !important;
}

.h141 {
  height: 141px !important;
}

.h142 {
  height: 142px !important;
}

.h143 {
  height: 143px !important;
}

.h144 {
  height: 144px !important;
}

.h145 {
  height: 145px !important;
}

.h146 {
  height: 146px !important;
}

.h147 {
  height: 147px !important;
}

.h148 {
  height: 148px !important;
}

.h149 {
  height: 149px !important;
}

.h150 {
  height: 150px !important;
}

.h151 {
  height: 151px !important;
}

.h152 {
  height: 152px !important;
}

.h153 {
  height: 153px !important;
}

.h154 {
  height: 154px !important;
}

.h155 {
  height: 155px !important;
}

.h156 {
  height: 156px !important;
}

.h157 {
  height: 157px !important;
}

.h158 {
  height: 158px !important;
}

.h159 {
  height: 159px !important;
}

.h160 {
  height: 160px !important;
}

.h161 {
  height: 161px !important;
}

.h162 {
  height: 162px !important;
}

.h163 {
  height: 163px !important;
}

.h164 {
  height: 164px !important;
}

.h165 {
  height: 165px !important;
}

.h166 {
  height: 166px !important;
}

.h167 {
  height: 167px !important;
}

.h168 {
  height: 168px !important;
}

.h169 {
  height: 169px !important;
}

.h170 {
  height: 170px !important;
}

.h171 {
  height: 171px !important;
}

.h172 {
  height: 172px !important;
}

.h173 {
  height: 173px !important;
}

.h174 {
  height: 174px !important;
}

.h175 {
  height: 175px !important;
}

.h176 {
  height: 176px !important;
}

.h177 {
  height: 177px !important;
}

.h178 {
  height: 178px !important;
}

.h179 {
  height: 179px !important;
}

.h180 {
  height: 180px !important;
}

.h181 {
  height: 181px !important;
}

.h182 {
  height: 182px !important;
}

.h183 {
  height: 183px !important;
}

.h184 {
  height: 184px !important;
}

.h185 {
  height: 185px !important;
}

.h186 {
  height: 186px !important;
}

.h187 {
  height: 187px !important;
}

.h188 {
  height: 188px !important;
}

.h189 {
  height: 189px !important;
}

.h190 {
  height: 190px !important;
}

.h191 {
  height: 191px !important;
}

.h192 {
  height: 192px !important;
}

.h193 {
  height: 193px !important;
}

.h194 {
  height: 194px !important;
}

.h195 {
  height: 195px !important;
}

.h196 {
  height: 196px !important;
}

.h197 {
  height: 197px !important;
}

.h198 {
  height: 198px !important;
}

.h199 {
  height: 199px !important;
}

.h200 {
  height: 200px !important;
}

.h201 {
  height: 201px !important;
}

.h202 {
  height: 202px !important;
}

.h203 {
  height: 203px !important;
}

.h204 {
  height: 204px !important;
}

.h205 {
  height: 205px !important;
}

.h206 {
  height: 206px !important;
}

.h207 {
  height: 207px !important;
}

.h208 {
  height: 208px !important;
}

.h209 {
  height: 209px !important;
}

.h210 {
  height: 210px !important;
}

.h211 {
  height: 211px !important;
}

.h212 {
  height: 212px !important;
}

.h213 {
  height: 213px !important;
}

.h214 {
  height: 214px !important;
}

.h215 {
  height: 215px !important;
}

.h216 {
  height: 216px !important;
}

.h217 {
  height: 217px !important;
}

.h218 {
  height: 218px !important;
}

.h219 {
  height: 219px !important;
}

.h220 {
  height: 220px !important;
}

.h221 {
  height: 221px !important;
}

.h222 {
  height: 222px !important;
}

.h223 {
  height: 223px !important;
}

.h224 {
  height: 224px !important;
}

.h225 {
  height: 225px !important;
}

.h226 {
  height: 226px !important;
}

.h227 {
  height: 227px !important;
}

.h228 {
  height: 228px !important;
}

.h229 {
  height: 229px !important;
}

.h230 {
  height: 230px !important;
}

.h231 {
  height: 231px !important;
}

.h232 {
  height: 232px !important;
}

.h233 {
  height: 233px !important;
}

.h234 {
  height: 234px !important;
}

.h235 {
  height: 235px !important;
}

.h236 {
  height: 236px !important;
}

.h237 {
  height: 237px !important;
}

.h238 {
  height: 238px !important;
}

.h239 {
  height: 239px !important;
}

.h240 {
  height: 240px !important;
}

.h241 {
  height: 241px !important;
}

.h242 {
  height: 242px !important;
}

.h243 {
  height: 243px !important;
}

.h244 {
  height: 244px !important;
}

.h245 {
  height: 245px !important;
}

.h246 {
  height: 246px !important;
}

.h247 {
  height: 247px !important;
}

.h248 {
  height: 248px !important;
}

.h249 {
  height: 249px !important;
}

.h250 {
  height: 250px !important;
}

.h251 {
  height: 251px !important;
}

.h252 {
  height: 252px !important;
}

.h253 {
  height: 253px !important;
}

.h254 {
  height: 254px !important;
}

.h255 {
  height: 255px !important;
}

.h256 {
  height: 256px !important;
}

.h257 {
  height: 257px !important;
}

.h258 {
  height: 258px !important;
}

.h259 {
  height: 259px !important;
}

.h260 {
  height: 260px !important;
}

.h261 {
  height: 261px !important;
}

.h262 {
  height: 262px !important;
}

.h263 {
  height: 263px !important;
}

.h264 {
  height: 264px !important;
}

.h265 {
  height: 265px !important;
}

.h266 {
  height: 266px !important;
}

.h267 {
  height: 267px !important;
}

.h268 {
  height: 268px !important;
}

.h269 {
  height: 269px !important;
}

.h270 {
  height: 270px !important;
}

.h271 {
  height: 271px !important;
}

.h272 {
  height: 272px !important;
}

.h273 {
  height: 273px !important;
}

.h274 {
  height: 274px !important;
}

.h275 {
  height: 275px !important;
}

.h276 {
  height: 276px !important;
}

.h277 {
  height: 277px !important;
}

.h278 {
  height: 278px !important;
}

.h279 {
  height: 279px !important;
}

.h280 {
  height: 280px !important;
}

.h281 {
  height: 281px !important;
}

.h282 {
  height: 282px !important;
}

.h283 {
  height: 283px !important;
}

.h284 {
  height: 284px !important;
}

.h285 {
  height: 285px !important;
}

.h286 {
  height: 286px !important;
}

.h287 {
  height: 287px !important;
}

.h288 {
  height: 288px !important;
}

.h289 {
  height: 289px !important;
}

.h290 {
  height: 290px !important;
}

.h291 {
  height: 291px !important;
}

.h292 {
  height: 292px !important;
}

.h293 {
  height: 293px !important;
}

.h294 {
  height: 294px !important;
}

.h295 {
  height: 295px !important;
}

.h296 {
  height: 296px !important;
}

.h297 {
  height: 297px !important;
}

.h298 {
  height: 298px !important;
}

.h299 {
  height: 299px !important;
}

.h300 {
  height: 300px !important;
}

.h301 {
  height: 301px !important;
}

.h302 {
  height: 302px !important;
}

.h303 {
  height: 303px !important;
}

.h304 {
  height: 304px !important;
}

.h305 {
  height: 305px !important;
}

.h306 {
  height: 306px !important;
}

.h307 {
  height: 307px !important;
}

.h308 {
  height: 308px !important;
}

.h309 {
  height: 309px !important;
}

.h310 {
  height: 310px !important;
}

.h311 {
  height: 311px !important;
}

.h312 {
  height: 312px !important;
}

.h313 {
  height: 313px !important;
}

.h314 {
  height: 314px !important;
}

.h315 {
  height: 315px !important;
}

.h316 {
  height: 316px !important;
}

.h317 {
  height: 317px !important;
}

.h318 {
  height: 318px !important;
}

.h319 {
  height: 319px !important;
}

.h320 {
  height: 320px !important;
}

.h321 {
  height: 321px !important;
}

.h322 {
  height: 322px !important;
}

.h323 {
  height: 323px !important;
}

.h324 {
  height: 324px !important;
}

.h325 {
  height: 325px !important;
}

.h326 {
  height: 326px !important;
}

.h327 {
  height: 327px !important;
}

.h328 {
  height: 328px !important;
}

.h329 {
  height: 329px !important;
}

.h330 {
  height: 330px !important;
}

.h331 {
  height: 331px !important;
}

.h332 {
  height: 332px !important;
}

.h333 {
  height: 333px !important;
}

.h334 {
  height: 334px !important;
}

.h335 {
  height: 335px !important;
}

.h336 {
  height: 336px !important;
}

.h337 {
  height: 337px !important;
}

.h338 {
  height: 338px !important;
}

.h339 {
  height: 339px !important;
}

.h340 {
  height: 340px !important;
}

.h341 {
  height: 341px !important;
}

.h342 {
  height: 342px !important;
}

.h343 {
  height: 343px !important;
}

.h344 {
  height: 344px !important;
}

.h345 {
  height: 345px !important;
}

.h346 {
  height: 346px !important;
}

.h347 {
  height: 347px !important;
}

.h348 {
  height: 348px !important;
}

.h349 {
  height: 349px !important;
}

.h350 {
  height: 350px !important;
}

.h351 {
  height: 351px !important;
}

.h352 {
  height: 352px !important;
}

.h353 {
  height: 353px !important;
}

.h354 {
  height: 354px !important;
}

.h355 {
  height: 355px !important;
}

.h356 {
  height: 356px !important;
}

.h357 {
  height: 357px !important;
}

.h358 {
  height: 358px !important;
}

.h359 {
  height: 359px !important;
}

.h360 {
  height: 360px !important;
}

.h361 {
  height: 361px !important;
}

.h362 {
  height: 362px !important;
}

.h363 {
  height: 363px !important;
}

.h364 {
  height: 364px !important;
}

.h365 {
  height: 365px !important;
}

.h366 {
  height: 366px !important;
}

.h367 {
  height: 367px !important;
}

.h368 {
  height: 368px !important;
}

.h369 {
  height: 369px !important;
}

.h370 {
  height: 370px !important;
}

.h371 {
  height: 371px !important;
}

.h372 {
  height: 372px !important;
}

.h373 {
  height: 373px !important;
}

.h374 {
  height: 374px !important;
}

.h375 {
  height: 375px !important;
}

.h376 {
  height: 376px !important;
}

.h377 {
  height: 377px !important;
}

.h378 {
  height: 378px !important;
}

.h379 {
  height: 379px !important;
}

.h380 {
  height: 380px !important;
}

.h381 {
  height: 381px !important;
}

.h382 {
  height: 382px !important;
}

.h383 {
  height: 383px !important;
}

.h384 {
  height: 384px !important;
}

.h385 {
  height: 385px !important;
}

.h386 {
  height: 386px !important;
}

.h387 {
  height: 387px !important;
}

.h388 {
  height: 388px !important;
}

.h389 {
  height: 389px !important;
}

.h390 {
  height: 390px !important;
}

.h391 {
  height: 391px !important;
}

.h392 {
  height: 392px !important;
}

.h393 {
  height: 393px !important;
}

.h394 {
  height: 394px !important;
}

.h395 {
  height: 395px !important;
}

.h396 {
  height: 396px !important;
}

.h397 {
  height: 397px !important;
}

.h398 {
  height: 398px !important;
}

.h399 {
  height: 399px !important;
}

.h400 {
  height: 400px !important;
}

.h401 {
  height: 401px !important;
}

.h402 {
  height: 402px !important;
}

.h403 {
  height: 403px !important;
}

.h404 {
  height: 404px !important;
}

.h405 {
  height: 405px !important;
}

.h406 {
  height: 406px !important;
}

.h407 {
  height: 407px !important;
}

.h408 {
  height: 408px !important;
}

.h409 {
  height: 409px !important;
}

.h410 {
  height: 410px !important;
}

.h411 {
  height: 411px !important;
}

.h412 {
  height: 412px !important;
}

.h413 {
  height: 413px !important;
}

.h414 {
  height: 414px !important;
}

.h415 {
  height: 415px !important;
}

.h416 {
  height: 416px !important;
}

.h417 {
  height: 417px !important;
}

.h418 {
  height: 418px !important;
}

.h419 {
  height: 419px !important;
}

.h420 {
  height: 420px !important;
}

.h421 {
  height: 421px !important;
}

.h422 {
  height: 422px !important;
}

.h423 {
  height: 423px !important;
}

.h424 {
  height: 424px !important;
}

.h425 {
  height: 425px !important;
}

.h426 {
  height: 426px !important;
}

.h427 {
  height: 427px !important;
}

.h428 {
  height: 428px !important;
}

.h429 {
  height: 429px !important;
}

.h430 {
  height: 430px !important;
}

.h431 {
  height: 431px !important;
}

.h432 {
  height: 432px !important;
}

.h433 {
  height: 433px !important;
}

.h434 {
  height: 434px !important;
}

.h435 {
  height: 435px !important;
}

.h436 {
  height: 436px !important;
}

.h437 {
  height: 437px !important;
}

.h438 {
  height: 438px !important;
}

.h439 {
  height: 439px !important;
}

.h440 {
  height: 440px !important;
}

.h441 {
  height: 441px !important;
}

.h442 {
  height: 442px !important;
}

.h443 {
  height: 443px !important;
}

.h444 {
  height: 444px !important;
}

.h445 {
  height: 445px !important;
}

.h446 {
  height: 446px !important;
}

.h447 {
  height: 447px !important;
}

.h448 {
  height: 448px !important;
}

.h449 {
  height: 449px !important;
}

.h450 {
  height: 450px !important;
}

.h451 {
  height: 451px !important;
}

.h452 {
  height: 452px !important;
}

.h453 {
  height: 453px !important;
}

.h454 {
  height: 454px !important;
}

.h455 {
  height: 455px !important;
}

.h456 {
  height: 456px !important;
}

.h457 {
  height: 457px !important;
}

.h458 {
  height: 458px !important;
}

.h459 {
  height: 459px !important;
}

.h460 {
  height: 460px !important;
}

.h461 {
  height: 461px !important;
}

.h462 {
  height: 462px !important;
}

.h463 {
  height: 463px !important;
}

.h464 {
  height: 464px !important;
}

.h465 {
  height: 465px !important;
}

.h466 {
  height: 466px !important;
}

.h467 {
  height: 467px !important;
}

.h468 {
  height: 468px !important;
}

.h469 {
  height: 469px !important;
}

.h470 {
  height: 470px !important;
}

.h471 {
  height: 471px !important;
}

.h472 {
  height: 472px !important;
}

.h473 {
  height: 473px !important;
}

.h474 {
  height: 474px !important;
}

.h475 {
  height: 475px !important;
}

.h476 {
  height: 476px !important;
}

.h477 {
  height: 477px !important;
}

.h478 {
  height: 478px !important;
}

.h479 {
  height: 479px !important;
}

.h480 {
  height: 480px !important;
}

.h481 {
  height: 481px !important;
}

.h482 {
  height: 482px !important;
}

.h483 {
  height: 483px !important;
}

.h484 {
  height: 484px !important;
}

.h485 {
  height: 485px !important;
}

.h486 {
  height: 486px !important;
}

.h487 {
  height: 487px !important;
}

.h488 {
  height: 488px !important;
}

.h489 {
  height: 489px !important;
}

.h490 {
  height: 490px !important;
}

.h491 {
  height: 491px !important;
}

.h492 {
  height: 492px !important;
}

.h493 {
  height: 493px !important;
}

.h494 {
  height: 494px !important;
}

.h495 {
  height: 495px !important;
}

.h496 {
  height: 496px !important;
}

.h497 {
  height: 497px !important;
}

.h498 {
  height: 498px !important;
}

.h499 {
  height: 499px !important;
}

.h500 {
  height: 500px !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   margin
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* margin*/
.mar0, .m0 {
  margin: 0px !important;
}

.mar1, .m1 {
  margin: 1px !important;
}

.mar2, .m2 {
  margin: 2px !important;
}

.mar3, .m3 {
  margin: 3px !important;
}

.mar4, .m4 {
  margin: 4px !important;
}

.mar5, .m5 {
  margin: 5px !important;
}

.mar6, .m6 {
  margin: 6px !important;
}

.mar7, .m7 {
  margin: 7px !important;
}

.mar8, .m8 {
  margin: 8px !important;
}

.mar9, .m9 {
  margin: 9px !important;
}

.mar10, .m10 {
  margin: 10px !important;
}

.mar11, .m11 {
  margin: 11px !important;
}

.mar12, .m12 {
  margin: 12px !important;
}

.mar13, .m13 {
  margin: 13px !important;
}

.mar14, .m14 {
  margin: 14px !important;
}

.mar15, .m15 {
  margin: 15px !important;
}

.mar16, .m16 {
  margin: 16px !important;
}

.mar17, .m17 {
  margin: 17px !important;
}

.mar18, .m18 {
  margin: 18px !important;
}

.mar19, .m19 {
  margin: 19px !important;
}

.mar20, .m20 {
  margin: 20px !important;
}

.mar21, .m21 {
  margin: 21px !important;
}

.mar22, .m22 {
  margin: 22px !important;
}

.mar23, .m23 {
  margin: 23px !important;
}

.mar24, .m24 {
  margin: 24px !important;
}

.mar25, .m25 {
  margin: 25px !important;
}

.mar26, .m26 {
  margin: 26px !important;
}

.mar27, .m27 {
  margin: 27px !important;
}

.mar28, .m28 {
  margin: 28px !important;
}

.mar29, .m29 {
  margin: 29px !important;
}

.mar30, .m30 {
  margin: 30px !important;
}

.mar31, .m31 {
  margin: 31px !important;
}

.mar32, .m32 {
  margin: 32px !important;
}

.mar33, .m33 {
  margin: 33px !important;
}

.mar34, .m34 {
  margin: 34px !important;
}

.mar35, .m35 {
  margin: 35px !important;
}

.mar36, .m36 {
  margin: 36px !important;
}

.mar37, .m37 {
  margin: 37px !important;
}

.mar38, .m38 {
  margin: 38px !important;
}

.mar39, .m39 {
  margin: 39px !important;
}

.mar40, .m40 {
  margin: 40px !important;
}

.mar41, .m41 {
  margin: 41px !important;
}

.mar42, .m42 {
  margin: 42px !important;
}

.mar43, .m43 {
  margin: 43px !important;
}

.mar44, .m44 {
  margin: 44px !important;
}

.mar45, .m45 {
  margin: 45px !important;
}

.mar46, .m46 {
  margin: 46px !important;
}

.mar47, .m47 {
  margin: 47px !important;
}

.mar48, .m48 {
  margin: 48px !important;
}

.mar49, .m49 {
  margin: 49px !important;
}

.mar50, .m50 {
  margin: 50px !important;
}

/* margin-right*/
.marR0, .mR0 {
  margin-right: 0px !important;
}

.marR1, .mR1 {
  margin-right: 1px !important;
}

.marR2, .mR2 {
  margin-right: 2px !important;
}

.marR3, .mR3 {
  margin-right: 3px !important;
}

.marR4, .mR4 {
  margin-right: 4px !important;
}

.marR5, .mR5 {
  margin-right: 5px !important;
}

.marR6, .mR6 {
  margin-right: 6px !important;
}

.marR7, .mR7 {
  margin-right: 7px !important;
}

.marR8, .mR8 {
  margin-right: 8px !important;
}

.marR9, .mR9 {
  margin-right: 9px !important;
}

.marR10, .mR10 {
  margin-right: 10px !important;
}

.marR11, .mR11 {
  margin-right: 11px !important;
}

.marR12, .mR12 {
  margin-right: 12px !important;
}

.marR13, .mR13 {
  margin-right: 13px !important;
}

.marR14, .mR14 {
  margin-right: 14px !important;
}

.marR15, .mR15 {
  margin-right: 15px !important;
}

.marR16, .mR16 {
  margin-right: 16px !important;
}

.marR17, .mR17 {
  margin-right: 17px !important;
}

.marR18, .mR18 {
  margin-right: 18px !important;
}

.marR19, .mR19 {
  margin-right: 19px !important;
}

.marR20, .mR20 {
  margin-right: 20px !important;
}

.marR21, .mR21 {
  margin-right: 21px !important;
}

.marR22, .mR22 {
  margin-right: 22px !important;
}

.marR23, .mR23 {
  margin-right: 23px !important;
}

.marR24, .mR24 {
  margin-right: 24px !important;
}

.marR25, .mR25 {
  margin-right: 25px !important;
}

.marR26, .mR26 {
  margin-right: 26px !important;
}

.marR27, .mR27 {
  margin-right: 27px !important;
}

.marR28, .mR28 {
  margin-right: 28px !important;
}

.marR29, .mR29 {
  margin-right: 29px !important;
}

.marR30, .mR30 {
  margin-right: 30px !important;
}

.marR31, .mR31 {
  margin-right: 31px !important;
}

.marR32, .mR32 {
  margin-right: 32px !important;
}

.marR33, .mR33 {
  margin-right: 33px !important;
}

.marR34, .mR34 {
  margin-right: 34px !important;
}

.marR35, .mR35 {
  margin-right: 35px !important;
}

.marR36, .mR36 {
  margin-right: 36px !important;
}

.marR37, .mR37 {
  margin-right: 37px !important;
}

.marR38, .mR38 {
  margin-right: 38px !important;
}

.marR39, .mR39 {
  margin-right: 39px !important;
}

.marR40, .mR40 {
  margin-right: 40px !important;
}

.marR41, .mR41 {
  margin-right: 41px !important;
}

.marR42, .mR42 {
  margin-right: 42px !important;
}

.marR43, .mR43 {
  margin-right: 43px !important;
}

.marR44, .mR44 {
  margin-right: 44px !important;
}

.marR45, .mR45 {
  margin-right: 45px !important;
}

.marR46, .mR46 {
  margin-right: 46px !important;
}

.marR47, .mR47 {
  margin-right: 47px !important;
}

.marR48, .mR48 {
  margin-right: 48px !important;
}

.marR49, .mR49 {
  margin-right: 49px !important;
}

.marR50, .mR50 {
  margin-right: 50px !important;
}

/* margin-left*/
.marL0, .mL0 {
  margin-left: 0px !important;
}

.marL1, .mL1 {
  margin-left: 1px !important;
}

.marL2, .mL2 {
  margin-left: 2px !important;
}

.marL3, .mL3 {
  margin-left: 3px !important;
}

.marL4, .mL4 {
  margin-left: 4px !important;
}

.marL5, .mL5 {
  margin-left: 5px !important;
}

.marL6, .mL6 {
  margin-left: 6px !important;
}

.marL7, .mL7 {
  margin-left: 7px !important;
}

.marL8, .mL8 {
  margin-left: 8px !important;
}

.marL9, .mL9 {
  margin-left: 9px !important;
}

.marL10, .mL10 {
  margin-left: 10px !important;
}

.marL11, .mL11 {
  margin-left: 11px !important;
}

.marL12, .mL12 {
  margin-left: 12px !important;
}

.marL13, .mL13 {
  margin-left: 13px !important;
}

.marL14, .mL14 {
  margin-left: 14px !important;
}

.marL15, .mL15 {
  margin-left: 15px !important;
}

.marL16, .mL16 {
  margin-left: 16px !important;
}

.marL17, .mL17 {
  margin-left: 17px !important;
}

.marL18, .mL18 {
  margin-left: 18px !important;
}

.marL19, .mL19 {
  margin-left: 19px !important;
}

.marL20, .mL20 {
  margin-left: 20px !important;
}

.marL21, .mL21 {
  margin-left: 21px !important;
}

.marL22, .mL22 {
  margin-left: 22px !important;
}

.marL23, .mL23 {
  margin-left: 23px !important;
}

.marL24, .mL24 {
  margin-left: 24px !important;
}

.marL25, .mL25 {
  margin-left: 25px !important;
}

.marL26, .mL26 {
  margin-left: 26px !important;
}

.marL27, .mL27 {
  margin-left: 27px !important;
}

.marL28, .mL28 {
  margin-left: 28px !important;
}

.marL29, .mL29 {
  margin-left: 29px !important;
}

.marL30, .mL30 {
  margin-left: 30px !important;
}

.marL31, .mL31 {
  margin-left: 31px !important;
}

.marL32, .mL32 {
  margin-left: 32px !important;
}

.marL33, .mL33 {
  margin-left: 33px !important;
}

.marL34, .mL34 {
  margin-left: 34px !important;
}

.marL35, .mL35 {
  margin-left: 35px !important;
}

.marL36, .mL36 {
  margin-left: 36px !important;
}

.marL37, .mL37 {
  margin-left: 37px !important;
}

.marL38, .mL38 {
  margin-left: 38px !important;
}

.marL39, .mL39 {
  margin-left: 39px !important;
}

.marL40, .mL40 {
  margin-left: 40px !important;
}

.marL41, .mL41 {
  margin-left: 41px !important;
}

.marL42, .mL42 {
  margin-left: 42px !important;
}

.marL43, .mL43 {
  margin-left: 43px !important;
}

.marL44, .mL44 {
  margin-left: 44px !important;
}

.marL45, .mL45 {
  margin-left: 45px !important;
}

.marL46, .mL46 {
  margin-left: 46px !important;
}

.marL47, .mL47 {
  margin-left: 47px !important;
}

.marL48, .mL48 {
  margin-left: 48px !important;
}

.marL49, .mL49 {
  margin-left: 49px !important;
}

.marL50, .mL50 {
  margin-left: 50px !important;
}

/* margin-top*/
.marT0, .mT0 {
  margin-top: 0px !important;
}

.marT1, .mT1 {
  margin-top: 1px !important;
}

.marT2, .mT2 {
  margin-top: 2px !important;
}

.marT3, .mT3 {
  margin-top: 3px !important;
}

.marT4, .mT4 {
  margin-top: 4px !important;
}

.marT5, .mT5 {
  margin-top: 5px !important;
}

.marT6, .mT6 {
  margin-top: 6px !important;
}

.marT7, .mT7 {
  margin-top: 7px !important;
}

.marT8, .mT8 {
  margin-top: 8px !important;
}

.marT9, .mT9 {
  margin-top: 9px !important;
}

.marT10, .mT10 {
  margin-top: 10px !important;
}

.marT11, .mT11 {
  margin-top: 11px !important;
}

.marT12, .mT12 {
  margin-top: 12px !important;
}

.marT13, .mT13 {
  margin-top: 13px !important;
}

.marT14, .mT14 {
  margin-top: 14px !important;
}

.marT15, .mT15 {
  margin-top: 15px !important;
}

.marT16, .mT16 {
  margin-top: 16px !important;
}

.marT17, .mT17 {
  margin-top: 17px !important;
}

.marT18, .mT18 {
  margin-top: 18px !important;
}

.marT19, .mT19 {
  margin-top: 19px !important;
}

.marT20, .mT20 {
  margin-top: 20px !important;
}

.marT21, .mT21 {
  margin-top: 21px !important;
}

.marT22, .mT22 {
  margin-top: 22px !important;
}

.marT23, .mT23 {
  margin-top: 23px !important;
}

.marT24, .mT24 {
  margin-top: 24px !important;
}

.marT25, .mT25 {
  margin-top: 25px !important;
}

.marT26, .mT26 {
  margin-top: 26px !important;
}

.marT27, .mT27 {
  margin-top: 27px !important;
}

.marT28, .mT28 {
  margin-top: 28px !important;
}

.marT29, .mT29 {
  margin-top: 29px !important;
}

.marT30, .mT30 {
  margin-top: 30px !important;
}

.marT31, .mT31 {
  margin-top: 31px !important;
}

.marT32, .mT32 {
  margin-top: 32px !important;
}

.marT33, .mT33 {
  margin-top: 33px !important;
}

.marT34, .mT34 {
  margin-top: 34px !important;
}

.marT35, .mT35 {
  margin-top: 35px !important;
}

.marT36, .mT36 {
  margin-top: 36px !important;
}

.marT37, .mT37 {
  margin-top: 37px !important;
}

.marT38, .mT38 {
  margin-top: 38px !important;
}

.marT39, .mT39 {
  margin-top: 39px !important;
}

.marT40, .mT40 {
  margin-top: 40px !important;
}

.marT41, .mT41 {
  margin-top: 41px !important;
}

.marT42, .mT42 {
  margin-top: 42px !important;
}

.marT43, .mT43 {
  margin-top: 43px !important;
}

.marT44, .mT44 {
  margin-top: 44px !important;
}

.marT45, .mT45 {
  margin-top: 45px !important;
}

.marT46, .mT46 {
  margin-top: 46px !important;
}

.marT47, .mT47 {
  margin-top: 47px !important;
}

.marT48, .mT48 {
  margin-top: 48px !important;
}

.marT49, .mT49 {
  margin-top: 49px !important;
}

.marT50, .mT50 {
  margin-top: 50px !important;
}

/* margin-bottom*/
.marB0, .mB0 {
  margin-bottom: 0px !important;
}

.marB1, .mB1 {
  margin-bottom: 1px !important;
}

.marB2, .mB2 {
  margin-bottom: 2px !important;
}

.marB3, .mB3 {
  margin-bottom: 3px !important;
}

.marB4, .mB4 {
  margin-bottom: 4px !important;
}

.marB5, .mB5 {
  margin-bottom: 5px !important;
}

.marB6, .mB6 {
  margin-bottom: 6px !important;
}

.marB7, .mB7 {
  margin-bottom: 7px !important;
}

.marB8, .mB8 {
  margin-bottom: 8px !important;
}

.marB9, .mB9 {
  margin-bottom: 9px !important;
}

.marB10, .mB10 {
  margin-bottom: 10px !important;
}

.marB11, .mB11 {
  margin-bottom: 11px !important;
}

.marB12, .mB12 {
  margin-bottom: 12px !important;
}

.marB13, .mB13 {
  margin-bottom: 13px !important;
}

.marB14, .mB14 {
  margin-bottom: 14px !important;
}

.marB15, .mB15 {
  margin-bottom: 15px !important;
}

.marB16, .mB16 {
  margin-bottom: 16px !important;
}

.marB17, .mB17 {
  margin-bottom: 17px !important;
}

.marB18, .mB18 {
  margin-bottom: 18px !important;
}

.marB19, .mB19 {
  margin-bottom: 19px !important;
}

.marB20, .mB20 {
  margin-bottom: 20px !important;
}

.marB21, .mB21 {
  margin-bottom: 21px !important;
}

.marB22, .mB22 {
  margin-bottom: 22px !important;
}

.marB23, .mB23 {
  margin-bottom: 23px !important;
}

.marB24, .mB24 {
  margin-bottom: 24px !important;
}

.marB25, .mB25 {
  margin-bottom: 25px !important;
}

.marB26, .mB26 {
  margin-bottom: 26px !important;
}

.marB27, .mB27 {
  margin-bottom: 27px !important;
}

.marB28, .mB28 {
  margin-bottom: 28px !important;
}

.marB29, .mB29 {
  margin-bottom: 29px !important;
}

.marB30, .mB30 {
  margin-bottom: 30px !important;
}

.marB31, .mB31 {
  margin-bottom: 31px !important;
}

.marB32, .mB32 {
  margin-bottom: 32px !important;
}

.marB33, .mB33 {
  margin-bottom: 33px !important;
}

.marB34, .mB34 {
  margin-bottom: 34px !important;
}

.marB35, .mB35 {
  margin-bottom: 35px !important;
}

.marB36, .mB36 {
  margin-bottom: 36px !important;
}

.marB37, .mB37 {
  margin-bottom: 37px !important;
}

.marB38, .mB38 {
  margin-bottom: 38px !important;
}

.marB39, .mB39 {
  margin-bottom: 39px !important;
}

.marB40, .mB40 {
  margin-bottom: 40px !important;
}

.marB41, .mB41 {
  margin-bottom: 41px !important;
}

.marB42, .mB42 {
  margin-bottom: 42px !important;
}

.marB43, .mB43 {
  margin-bottom: 43px !important;
}

.marB44, .mB44 {
  margin-bottom: 44px !important;
}

.marB45, .mB45 {
  margin-bottom: 45px !important;
}

.marB46, .mB46 {
  margin-bottom: 46px !important;
}

.marB47, .mB47 {
  margin-bottom: 47px !important;
}

.marB48, .mB48 {
  margin-bottom: 48px !important;
}

.marB49, .mB49 {
  margin-bottom: 49px !important;
}

.marB50, .mB50 {
  margin-bottom: 50px !important;
}

.marB51, .mB51 {
  margin-bottom: 51px !important;
}

.marB52, .mB52 {
  margin-bottom: 52px !important;
}

.marB53, .mB53 {
  margin-bottom: 53px !important;
}

.marB54, .mB54 {
  margin-bottom: 54px !important;
}

.marB55, .mB55 {
  margin-bottom: 55px !important;
}

.marB56, .mB56 {
  margin-bottom: 56px !important;
}

.marB57, .mB57 {
  margin-bottom: 57px !important;
}

.marB58, .mB58 {
  margin-bottom: 58px !important;
}

.marB59, .mB59 {
  margin-bottom: 59px !important;
}

.marB60, .mB60 {
  margin-bottom: 60px !important;
}

.marB61, .mB61 {
  margin-bottom: 61px !important;
}

.marB62, .mB62 {
  margin-bottom: 62px !important;
}

.marB63, .mB63 {
  margin-bottom: 63px !important;
}

.marB64, .mB64 {
  margin-bottom: 64px !important;
}

.marB65, .mB65 {
  margin-bottom: 65px !important;
}

.marB66, .mB66 {
  margin-bottom: 66px !important;
}

.marB67, .mB67 {
  margin-bottom: 67px !important;
}

.marB68, .mB68 {
  margin-bottom: 68px !important;
}

.marB69, .mB69 {
  margin-bottom: 69px !important;
}

.marB70, .mB70 {
  margin-bottom: 70px !important;
}

.marB71, .mB71 {
  margin-bottom: 71px !important;
}

.marB72, .mB72 {
  margin-bottom: 72px !important;
}

.marB73, .mB73 {
  margin-bottom: 73px !important;
}

.marB74, .mB74 {
  margin-bottom: 74px !important;
}

.marB75, .mB75 {
  margin-bottom: 75px !important;
}

.marB76, .mB76 {
  margin-bottom: 76px !important;
}

.marB77, .mB77 {
  margin-bottom: 77px !important;
}

.marB78, .mB78 {
  margin-bottom: 78px !important;
}

.marB79, .mB79 {
  margin-bottom: 79px !important;
}

.marB80, .mB80 {
  margin-bottom: 80px !important;
}

.marB81, .mB81 {
  margin-bottom: 81px !important;
}

.marB82, .mB82 {
  margin-bottom: 82px !important;
}

.marB83, .mB83 {
  margin-bottom: 83px !important;
}

.marB84, .mB84 {
  margin-bottom: 84px !important;
}

.marB85, .mB85 {
  margin-bottom: 85px !important;
}

.marB86, .mB86 {
  margin-bottom: 86px !important;
}

.marB87, .mB87 {
  margin-bottom: 87px !important;
}

.marB88, .mB88 {
  margin-bottom: 88px !important;
}

.marB89, .mB89 {
  margin-bottom: 89px !important;
}

.marB90, .mB90 {
  margin-bottom: 90px !important;
}

.marB91, .mB91 {
  margin-bottom: 91px !important;
}

.marB92, .mB92 {
  margin-bottom: 92px !important;
}

.marB93, .mB93 {
  margin-bottom: 93px !important;
}

.marB94, .mB94 {
  margin-bottom: 94px !important;
}

.marB95, .mB95 {
  margin-bottom: 95px !important;
}

.marB96, .mB96 {
  margin-bottom: 96px !important;
}

.marB97, .mB97 {
  margin-bottom: 97px !important;
}

.marB98, .mB98 {
  margin-bottom: 98px !important;
}

.marB99, .mB99 {
  margin-bottom: 99px !important;
}

.marB100, .mB100 {
  margin-bottom: 100px !important;
}

.marB101, .mB101 {
  margin-bottom: 101px !important;
}

.marB102, .mB102 {
  margin-bottom: 102px !important;
}

.marB103, .mB103 {
  margin-bottom: 103px !important;
}

.marB104, .mB104 {
  margin-bottom: 104px !important;
}

.marB105, .mB105 {
  margin-bottom: 105px !important;
}

.marB106, .mB106 {
  margin-bottom: 106px !important;
}

.marB107, .mB107 {
  margin-bottom: 107px !important;
}

.marB108, .mB108 {
  margin-bottom: 108px !important;
}

.marB109, .mB109 {
  margin-bottom: 109px !important;
}

.marB110, .mB110 {
  margin-bottom: 110px !important;
}

.marB111, .mB111 {
  margin-bottom: 111px !important;
}

.marB112, .mB112 {
  margin-bottom: 112px !important;
}

.marB113, .mB113 {
  margin-bottom: 113px !important;
}

.marB114, .mB114 {
  margin-bottom: 114px !important;
}

.marB115, .mB115 {
  margin-bottom: 115px !important;
}

.marB116, .mB116 {
  margin-bottom: 116px !important;
}

.marB117, .mB117 {
  margin-bottom: 117px !important;
}

.marB118, .mB118 {
  margin-bottom: 118px !important;
}

.marB119, .mB119 {
  margin-bottom: 119px !important;
}

.marB120, .mB120 {
  margin-bottom: 120px !important;
}

.marB121, .mB121 {
  margin-bottom: 121px !important;
}

.marB122, .mB122 {
  margin-bottom: 122px !important;
}

.marB123, .mB123 {
  margin-bottom: 123px !important;
}

.marB124, .mB124 {
  margin-bottom: 124px !important;
}

.marB125, .mB125 {
  margin-bottom: 125px !important;
}

.marB126, .mB126 {
  margin-bottom: 126px !important;
}

.marB127, .mB127 {
  margin-bottom: 127px !important;
}

.marB128, .mB128 {
  margin-bottom: 128px !important;
}

.marB129, .mB129 {
  margin-bottom: 129px !important;
}

.marB130, .mB130 {
  margin-bottom: 130px !important;
}

.marB131, .mB131 {
  margin-bottom: 131px !important;
}

.marB132, .mB132 {
  margin-bottom: 132px !important;
}

.marB133, .mB133 {
  margin-bottom: 133px !important;
}

.marB134, .mB134 {
  margin-bottom: 134px !important;
}

.marB135, .mB135 {
  margin-bottom: 135px !important;
}

.marB136, .mB136 {
  margin-bottom: 136px !important;
}

.marB137, .mB137 {
  margin-bottom: 137px !important;
}

.marB138, .mB138 {
  margin-bottom: 138px !important;
}

.marB139, .mB139 {
  margin-bottom: 139px !important;
}

.marB140, .mB140 {
  margin-bottom: 140px !important;
}

.marB141, .mB141 {
  margin-bottom: 141px !important;
}

.marB142, .mB142 {
  margin-bottom: 142px !important;
}

.marB143, .mB143 {
  margin-bottom: 143px !important;
}

.marB144, .mB144 {
  margin-bottom: 144px !important;
}

.marB145, .mB145 {
  margin-bottom: 145px !important;
}

.marB146, .mB146 {
  margin-bottom: 146px !important;
}

.marB147, .mB147 {
  margin-bottom: 147px !important;
}

.marB148, .mB148 {
  margin-bottom: 148px !important;
}

.marB149, .mB149 {
  margin-bottom: 149px !important;
}

.marB150, .mB150 {
  margin-bottom: 150px !important;
}

.marB151, .mB151 {
  margin-bottom: 151px !important;
}

.marB152, .mB152 {
  margin-bottom: 152px !important;
}

.marB153, .mB153 {
  margin-bottom: 153px !important;
}

.marB154, .mB154 {
  margin-bottom: 154px !important;
}

.marB155, .mB155 {
  margin-bottom: 155px !important;
}

.marB156, .mB156 {
  margin-bottom: 156px !important;
}

.marB157, .mB157 {
  margin-bottom: 157px !important;
}

.marB158, .mB158 {
  margin-bottom: 158px !important;
}

.marB159, .mB159 {
  margin-bottom: 159px !important;
}

.marB160, .mB160 {
  margin-bottom: 160px !important;
}

.marB161, .mB161 {
  margin-bottom: 161px !important;
}

.marB162, .mB162 {
  margin-bottom: 162px !important;
}

.marB163, .mB163 {
  margin-bottom: 163px !important;
}

.marB164, .mB164 {
  margin-bottom: 164px !important;
}

.marB165, .mB165 {
  margin-bottom: 165px !important;
}

.marB166, .mB166 {
  margin-bottom: 166px !important;
}

.marB167, .mB167 {
  margin-bottom: 167px !important;
}

.marB168, .mB168 {
  margin-bottom: 168px !important;
}

.marB169, .mB169 {
  margin-bottom: 169px !important;
}

.marB170, .mB170 {
  margin-bottom: 170px !important;
}

.marB171, .mB171 {
  margin-bottom: 171px !important;
}

.marB172, .mB172 {
  margin-bottom: 172px !important;
}

.marB173, .mB173 {
  margin-bottom: 173px !important;
}

.marB174, .mB174 {
  margin-bottom: 174px !important;
}

.marB175, .mB175 {
  margin-bottom: 175px !important;
}

.marB176, .mB176 {
  margin-bottom: 176px !important;
}

.marB177, .mB177 {
  margin-bottom: 177px !important;
}

.marB178, .mB178 {
  margin-bottom: 178px !important;
}

.marB179, .mB179 {
  margin-bottom: 179px !important;
}

.marB180, .mB180 {
  margin-bottom: 180px !important;
}

.marB181, .mB181 {
  margin-bottom: 181px !important;
}

.marB182, .mB182 {
  margin-bottom: 182px !important;
}

.marB183, .mB183 {
  margin-bottom: 183px !important;
}

.marB184, .mB184 {
  margin-bottom: 184px !important;
}

.marB185, .mB185 {
  margin-bottom: 185px !important;
}

.marB186, .mB186 {
  margin-bottom: 186px !important;
}

.marB187, .mB187 {
  margin-bottom: 187px !important;
}

.marB188, .mB188 {
  margin-bottom: 188px !important;
}

.marB189, .mB189 {
  margin-bottom: 189px !important;
}

.marB190, .mB190 {
  margin-bottom: 190px !important;
}

.marB191, .mB191 {
  margin-bottom: 191px !important;
}

.marB192, .mB192 {
  margin-bottom: 192px !important;
}

.marB193, .mB193 {
  margin-bottom: 193px !important;
}

.marB194, .mB194 {
  margin-bottom: 194px !important;
}

.marB195, .mB195 {
  margin-bottom: 195px !important;
}

.marB196, .mB196 {
  margin-bottom: 196px !important;
}

.marB197, .mB197 {
  margin-bottom: 197px !important;
}

.marB198, .mB198 {
  margin-bottom: 198px !important;
}

.marB199, .mB199 {
  margin-bottom: 199px !important;
}

.marB200, .mB200 {
  margin-bottom: 200px !important;
}

.marTN10 {
  margin-top: -10px;
}

.marLR5 {
  margin-left: 5px;
  margin-right: 5px;
}

.marLR10 {
  margin-left: 10px;
  margin-right: 10px;
}

.marTB3 {
  margin-top: 3px;
  margin-bottom: 3px;
}

.marTB10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.center, .marLRAuto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.lblMarR5 label {
  margin-right: 5px !important;
}

.lblMarR10 label {
  margin-right: 10px !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   padding
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* padding*/
.pad0, .p0 {
  padding: 0px !important;
}

.pad1, .p1 {
  padding: 1px !important;
}

.pad2, .p2 {
  padding: 2px !important;
}

.pad3, .p3 {
  padding: 3px !important;
}

.pad4, .p4 {
  padding: 4px !important;
}

.pad5, .p5 {
  padding: 5px !important;
}

.pad6, .p6 {
  padding: 6px !important;
}

.pad7, .p7 {
  padding: 7px !important;
}

.pad8, .p8 {
  padding: 8px !important;
}

.pad9, .p9 {
  padding: 9px !important;
}

.pad10, .p10 {
  padding: 10px !important;
}

.pad11, .p11 {
  padding: 11px !important;
}

.pad12, .p12 {
  padding: 12px !important;
}

.pad13, .p13 {
  padding: 13px !important;
}

.pad14, .p14 {
  padding: 14px !important;
}

.pad15, .p15 {
  padding: 15px !important;
}

.pad16, .p16 {
  padding: 16px !important;
}

.pad17, .p17 {
  padding: 17px !important;
}

.pad18, .p18 {
  padding: 18px !important;
}

.pad19, .p19 {
  padding: 19px !important;
}

.pad20, .p20 {
  padding: 20px !important;
}

.pad21, .p21 {
  padding: 21px !important;
}

.pad22, .p22 {
  padding: 22px !important;
}

.pad23, .p23 {
  padding: 23px !important;
}

.pad24, .p24 {
  padding: 24px !important;
}

.pad25, .p25 {
  padding: 25px !important;
}

.pad26, .p26 {
  padding: 26px !important;
}

.pad27, .p27 {
  padding: 27px !important;
}

.pad28, .p28 {
  padding: 28px !important;
}

.pad29, .p29 {
  padding: 29px !important;
}

.pad30, .p30 {
  padding: 30px !important;
}

/* padding-right*/
.padR1, .pR1 {
  padding-right: 1px !important;
}

.padR2, .pR2 {
  padding-right: 2px !important;
}

.padR3, .pR3 {
  padding-right: 3px !important;
}

.padR4, .pR4 {
  padding-right: 4px !important;
}

.padR5, .pR5 {
  padding-right: 5px !important;
}

.padR6, .pR6 {
  padding-right: 6px !important;
}

.padR7, .pR7 {
  padding-right: 7px !important;
}

.padR8, .pR8 {
  padding-right: 8px !important;
}

.padR9, .pR9 {
  padding-right: 9px !important;
}

.padR10, .pR10 {
  padding-right: 10px !important;
}

.padR11, .pR11 {
  padding-right: 11px !important;
}

.padR12, .pR12 {
  padding-right: 12px !important;
}

.padR13, .pR13 {
  padding-right: 13px !important;
}

.padR14, .pR14 {
  padding-right: 14px !important;
}

.padR15, .pR15 {
  padding-right: 15px !important;
}

.padR16, .pR16 {
  padding-right: 16px !important;
}

.padR17, .pR17 {
  padding-right: 17px !important;
}

.padR18, .pR18 {
  padding-right: 18px !important;
}

.padR19, .pR19 {
  padding-right: 19px !important;
}

.padR20, .pR20 {
  padding-right: 20px !important;
}

.padR21, .pR21 {
  padding-right: 21px !important;
}

.padR22, .pR22 {
  padding-right: 22px !important;
}

.padR23, .pR23 {
  padding-right: 23px !important;
}

.padR24, .pR24 {
  padding-right: 24px !important;
}

.padR25, .pR25 {
  padding-right: 25px !important;
}

.padR26, .pR26 {
  padding-right: 26px !important;
}

.padR27, .pR27 {
  padding-right: 27px !important;
}

.padR28, .pR28 {
  padding-right: 28px !important;
}

.padR29, .pR29 {
  padding-right: 29px !important;
}

.padR30, .pR30 {
  padding-right: 30px !important;
}

/* padding-left*/
.padL1, .pL1 {
  padding-left: 1px !important;
}

.padL2, .pL2 {
  padding-left: 2px !important;
}

.padL3, .pL3 {
  padding-left: 3px !important;
}

.padL4, .pL4 {
  padding-left: 4px !important;
}

.padL5, .pL5 {
  padding-left: 5px !important;
}

.padL6, .pL6 {
  padding-left: 6px !important;
}

.padL7, .pL7 {
  padding-left: 7px !important;
}

.padL8, .pL8 {
  padding-left: 8px !important;
}

.padL9, .pL9 {
  padding-left: 9px !important;
}

.padL10, .pL10 {
  padding-left: 10px !important;
}

.padL11, .pL11 {
  padding-left: 11px !important;
}

.padL12, .pL12 {
  padding-left: 12px !important;
}

.padL13, .pL13 {
  padding-left: 13px !important;
}

.padL14, .pL14 {
  padding-left: 14px !important;
}

.padL15, .pL15 {
  padding-left: 15px !important;
}

.padL16, .pL16 {
  padding-left: 16px !important;
}

.padL17, .pL17 {
  padding-left: 17px !important;
}

.padL18, .pL18 {
  padding-left: 18px !important;
}

.padL19, .pL19 {
  padding-left: 19px !important;
}

.padL20, .pL20 {
  padding-left: 20px !important;
}

.padL21, .pL21 {
  padding-left: 21px !important;
}

.padL22, .pL22 {
  padding-left: 22px !important;
}

.padL23, .pL23 {
  padding-left: 23px !important;
}

.padL24, .pL24 {
  padding-left: 24px !important;
}

.padL25, .pL25 {
  padding-left: 25px !important;
}

.padL26, .pL26 {
  padding-left: 26px !important;
}

.padL27, .pL27 {
  padding-left: 27px !important;
}

.padL28, .pL28 {
  padding-left: 28px !important;
}

.padL29, .pL29 {
  padding-left: 29px !important;
}

.padL30, .pL30 {
  padding-left: 30px !important;
}

/* padding-top*/
.padT1, .pT1 {
  padding-top: 1px !important;
}

.padT2, .pT2 {
  padding-top: 2px !important;
}

.padT3, .pT3 {
  padding-top: 3px !important;
}

.padT4, .pT4 {
  padding-top: 4px !important;
}

.padT5, .pT5 {
  padding-top: 5px !important;
}

.padT6, .pT6 {
  padding-top: 6px !important;
}

.padT7, .pT7 {
  padding-top: 7px !important;
}

.padT8, .pT8 {
  padding-top: 8px !important;
}

.padT9, .pT9 {
  padding-top: 9px !important;
}

.padT10, .pT10 {
  padding-top: 10px !important;
}

.padT11, .pT11 {
  padding-top: 11px !important;
}

.padT12, .pT12 {
  padding-top: 12px !important;
}

.padT13, .pT13 {
  padding-top: 13px !important;
}

.padT14, .pT14 {
  padding-top: 14px !important;
}

.padT15, .pT15 {
  padding-top: 15px !important;
}

.padT16, .pT16 {
  padding-top: 16px !important;
}

.padT17, .pT17 {
  padding-top: 17px !important;
}

.padT18, .pT18 {
  padding-top: 18px !important;
}

.padT19, .pT19 {
  padding-top: 19px !important;
}

.padT20, .pT20 {
  padding-top: 20px !important;
}

.padT21, .pT21 {
  padding-top: 21px !important;
}

.padT22, .pT22 {
  padding-top: 22px !important;
}

.padT23, .pT23 {
  padding-top: 23px !important;
}

.padT24, .pT24 {
  padding-top: 24px !important;
}

.padT25, .pT25 {
  padding-top: 25px !important;
}

.padT26, .pT26 {
  padding-top: 26px !important;
}

.padT27, .pT27 {
  padding-top: 27px !important;
}

.padT28, .pT28 {
  padding-top: 28px !important;
}

.padT29, .pT29 {
  padding-top: 29px !important;
}

.padT30, .pT30 {
  padding-top: 30px !important;
}

/* padding-bottom*/
.padB1, .pB1 {
  padding-bottom: 1px !important;
}

.padB2, .pB2 {
  padding-bottom: 2px !important;
}

.padB3, .pB3 {
  padding-bottom: 3px !important;
}

.padB4, .pB4 {
  padding-bottom: 4px !important;
}

.padB5, .pB5 {
  padding-bottom: 5px !important;
}

.padB6, .pB6 {
  padding-bottom: 6px !important;
}

.padB7, .pB7 {
  padding-bottom: 7px !important;
}

.padB8, .pB8 {
  padding-bottom: 8px !important;
}

.padB9, .pB9 {
  padding-bottom: 9px !important;
}

.padB10, .pB10 {
  padding-bottom: 10px !important;
}

.padB11, .pB11 {
  padding-bottom: 11px !important;
}

.padB12, .pB12 {
  padding-bottom: 12px !important;
}

.padB13, .pB13 {
  padding-bottom: 13px !important;
}

.padB14, .pB14 {
  padding-bottom: 14px !important;
}

.padB15, .pB15 {
  padding-bottom: 15px !important;
}

.padB16, .pB16 {
  padding-bottom: 16px !important;
}

.padB17, .pB17 {
  padding-bottom: 17px !important;
}

.padB18, .pB18 {
  padding-bottom: 18px !important;
}

.padB19, .pB19 {
  padding-bottom: 19px !important;
}

.padB20, .pB20 {
  padding-bottom: 20px !important;
}

.padB21, .pB21 {
  padding-bottom: 21px !important;
}

.padB22, .pB22 {
  padding-bottom: 22px !important;
}

.padB23, .pB23 {
  padding-bottom: 23px !important;
}

.padB24, .pB24 {
  padding-bottom: 24px !important;
}

.padB25, .pB25 {
  padding-bottom: 25px !important;
}

.padB26, .pB26 {
  padding-bottom: 26px !important;
}

.padB27, .pB27 {
  padding-bottom: 27px !important;
}

.padB28, .pB28 {
  padding-bottom: 28px !important;
}

.padB29, .pB29 {
  padding-bottom: 29px !important;
}

.padB30, .pB30 {
  padding-bottom: 30px !important;
}

.padLR5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.padLR10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.padTB5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   ボックス
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   位置指定
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.taL, .txtLt {
  text-align: left !important;
}

.taR, .txtRt {
  text-align: right !important;
}

.taC, .txtCt {
  text-align: center !important;
}

.vaT, .vaTop {
  vertical-align: top;
}

.vaM, .vaMiddle {
  vertical-align: middle;
}

.vaB, .vaBottom {
  vertical-align: bottom;
}

.posA {
  position: absolute;
}

.posR {
  position: relative;
}

.posF {
  position: fixed;
}

.posLt0 {
  left: 0;
  top: 0;
}

.posRt0 {
  right: 0;
  top: 0;
}

.posRb0 {
  right: 0;
  bottom: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

.z100 {
  z-index: 100;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   装飾用classスタイル設定
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.none {
  display: none !important;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.inlineBlock {
  display: inline-block;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: top;
}

.ofh {
  overflow: hidden;
}

.bgWhite {
  background-color: #ffffff !important;
}

.bgYellow {
  background-color: #ffffcc !important;
}

.bgDark {
  background-color: #dddddd;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//    ボーダー指定
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.bdNone {
  border: none !important;
}

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

.bdBtmNone {
  border-bottom: none !important;
}

.bdGray {
  border: 1px solid #CCCCCC;
}

.bdTopGray {
  border-top: 1px solid #CCCCCC;
}

.bdBtmGray {
  border-bottom: 2px solid #6C7075;
}

.bdBGray {
  border-bottom: 1px solid #CCCCCC;
}

.bdBGrayDot {
  border-bottom: 1px dotted #CCCCCC;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   フォント
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.txtBlack {
  color: #000000;
}

.txtGray {
  color: #666666;
}

.txtSilver {
  color: #AAAAAA !important;
}

.txtRed {
  color: #E74C3C;
}

.txtBlue {
  color: #345887;
}

.txtSkyblue {
  color: #207CCA;
}

.txtOrange {
  color: #FF6600 !important;
}

.txtLOrange {
  color: #ffa500;
}

.txtGreen {
  color: #03967a;
}

.txtAqua {
  color: #0F8ECF;
}

.txtBold {
  font-weight: bold;
}

.txtLine {
  text-decoration: line-through;
}

.bold {
  font-weight: bold;
}

/* サイズ
======================================================== */
.fSize10, .fs10 {
  font-size: 10px !important;
}

.fSize11, .fs11 {
  font-size: 11px !important;
}

.fSize12, .fs12 {
  font-size: 12px !important;
}

.fSize13, .fs13 {
  font-size: 13px !important;
}

.fSize14, .fs14 {
  font-size: 14px !important;
}

.fSize15, .fs15 {
  font-size: 15px !important;
}

.fSize16, .fs16 {
  font-size: 16px !important;
}

.fSize17, .fs17 {
  font-size: 17px !important;
}

.fSize18, .fs18 {
  font-size: 18px !important;
}

.fSize19, .fs19 {
  font-size: 19px !important;
}

.fSize20, .fs20 {
  font-size: 20px !important;
}

.fSize21, .fs21 {
  font-size: 21px !important;
}

.fSize22, .fs22 {
  font-size: 22px !important;
}

.fSize23, .fs23 {
  font-size: 23px !important;
}

.fSize24, .fs24 {
  font-size: 24px !important;
}

.fSize25, .fs25 {
  font-size: 25px !important;
}

.fSize26, .fs26 {
  font-size: 26px !important;
}

.fSize27, .fs27 {
  font-size: 27px !important;
}

.fSize28, .fs28 {
  font-size: 28px !important;
}

.fSize29, .fs29 {
  font-size: 29px !important;
}

.fSize30, .fs30 {
  font-size: 30px !important;
}

.ffMSP {
  font-family: "ＭＳ Ｐゴシック";
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   Float
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.flL {
  float: left !important;
  display: inline-block;
}

.flR {
  float: right !important;
  display: inline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   Clear Fix
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.clearfix:after,
.cFix:after {
  content: "";
  display: block;
  clear: both;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   必須テキスト
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.nec, .noChk {
  background-color: #FFE6F2 !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   リスト
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 水平方向
======================================================== */
.hList li {
  float: left;
  display: inline;
}

/* 水平方向(右寄）
======================================================== */
.hListRt li {
  float: right;
  display: inline;
}

.hList:after,
.hListRt:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   スクロール
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* スクロール幅は16px */
.scrollX {
  overflow-x: scroll;
}

.scrollY {
  overflow-y: scroll;
}

/* エラーメッセージ
---------------------------------------------*/
.com_err_list {
  margin: 10px 0 10px 0;
  padding: 5px 10px 5px 10px;
  border: solid 1px #dcdcdc;
  background-color: #FFFFCC;
  font-size: small;
  text-align: left;
  color: red;
}

.com_err_item {
  background-color: #FF0000;
}

/* カーソル
---------------------------------------------*/
.link_cursor, .pointer {
  cursor: pointer;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   パンくず
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.co-c-breadcrumb {
  width: 100%;
  padding: 10px;
  margin: 0 auto;
  font-size: 12px;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #f8f8f8;
}
.co-c-breadcrumb li {
  display: inline-block;
}
.co-c-breadcrumb li a {
  color: #555;
  text-decoration: none;
}
.co-c-breadcrumb li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  padding: 0 5px;
}
@media only screen and (min-width: 960px) {
  .co-c-breadcrumb {
    width: 1140px;
    padding: 0;
    font-size: 14px;
    background: transparent;
  }
}

/**
 *
 * ボタン
 * 
 * @copyright  2014 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   ボタン
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 一覧操作ボタン
---------------------------------------------*/
.btnListFavorite,
.btnListDetail,
.btnListInquiry,
.btnListAllCheck,
.btnListFavoriteDel,
.btnListMapAll,
.btnListOptionAll {
  height: 0px;
  display: inline-block;
  overflow: hidden;
  background-image: url(../../img_com/estate/sprite/list_action_btn.png);
  background-repeat: no-repeat;
  padding: 20px 0 0 0;
  vertical-align: middle;
}

/* お気に入りに追加 */
.btnListFavorite {
  width: 126px;
  background-position: 0 0;
}

.btnListFavorite:hover {
  background-position: 0 -20px;
}

/* 詳細を見る */
.btnListDetail {
  width: 100px;
  background-position: -126px 0;
}

.btnListDetail:hover {
  background-position: -126px -20px;
}

/* 問い合わせ */
.btnListInquiry {
  width: 110px;
  background-position: -226px 0;
}

.btnListInquiry:hover {
  background-position: -226px -20px;
}

/* 全てチェック */
.btnListAllCheck {
  width: 90px;
  background-position: -336px 0;
}

.btnListAllCheck:hover {
  background-position: -336px -20px;
}

/* お気に入りから削除 */
.btnListFavoriteDel {
  width: 130px;
  background-position: -426px 0;
}

.btnListFavoriteDel:hover {
  background-position: -426px -20px;
}

/* 地図上のすべての物件を表示 */
.btnListMapAll {
  width: 150px;
  background-position: -556px 0;
}

.btnListMapAll:hover {
  background-position: -556px -20px;
}

/* すべてのこだわり条件を表示 */
.btnListOptionAll {
  width: 160px;
  background-position: -706px 0;
}

.btnListOptionAll:hover {
  background-position: -706px -20px;
}

/* 一覧ビュー切替ボタン
---------------------------------------------*/
.btnListViewListOn, .btnListViewListOff,
.btnListViewMapOn, .btnListViewMapOff,
.btnListViewFavOff {
  width: 150px;
  height: 0px;
  display: block;
  overflow: hidden;
  background-image: url(../../img_com/estate/sprite/list_view_btn.png);
  background-repeat: no-repeat;
  padding: 30px 0 0 0;
  vertical-align: middle;
}

/* 一覧で表示 */
.btnListViewListOn {
  background-position: 0 0;
}

.btnListViewListOff {
  background-position: 0 -30px;
}

.btnListViewListOff:hover {
  background-position: 0 -60px;
}

/* 地図で表示 */
.btnListViewMapOn {
  background-position: -150px 0;
}

.btnListViewMapOff {
  background-position: -150px -30px;
}

.btnListViewMapOff:hover {
  background-position: -150px -60px;
}

/* お気に入り物件 */
.btnListViewFavOff {
  background-position: -300px -30px;
}

.btnListViewFavOff:hover {
  background-position: -300px -60px;
}

/* サイドメイン検索
---------------------------------------------*/
a.btnSideRegion, a.btnSideRegionOn,
a.btnSideStation, a.btnSideStationOn,
a.btnSideMap, a.btnSideMapOn,
a.btnSideHouse, a.btnSideHouseOn,
a.btnSideMansion, a.btnSideMansionOn,
a.btnSideLand, a.btnSideLandOn,
.estateLeftCondTitle {
  width: 200px;
  height: 0px;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  padding: 35px 0 0 0;
}

/* 地域から検索 */
a.btnSideRegion, a.btnSideRegionOn {
  background-image: url(../../img_com/estate/side_search_region.png);
}

a.btnSideRegion:hover {
  background-position: 0 -35px;
}

a.btnSideRegionOn {
  background-position: 0 -70px;
}

/* 沿線・駅から検索 */
a.btnSideStation, a.btnSideStationOn {
  background-image: url(../../img_com/estate/side_search_station.png);
}

a.btnSideStation:hover {
  background-position: 0 -35px;
}

a.btnSideStationOn {
  background-position: 0 -70px;
}

/* 地図から検索 */
a.btnSideMap, .btnSideMapOn {
  background-image: url(../../img_com/estate/side_search_map.png);
}

a.btnSideMap:hover {
  background-position: 0 -35px;
}

a.btnSideMapOn {
  background-position: 0 -70px;
}

/* 戸建 */
a.btnSideHouse, a.btnSideHouseOn {
  background-image: url(../../img_com/estate/side_house.png);
}

a.btnSideHouse:hover {
  background-position: 0 -35px;
}

a.btnSideHouseOn {
  background-position: 0 -70px;
}

/* マンション */
a.btnSideMansion, a.btnSideMansionOn {
  background-image: url(../../img_com/estate/side_mansion.png);
}

a.btnSideMansion:hover {
  background-position: 0 -35px;
}

a.btnSideMansionOn {
  background-position: 0 -70px;
}

/* 土地 */
a.btnSideLand, a.btnSideLandOn {
  background-image: url(../../img_com/estate/side_land.png);
}

a.btnSideLand:hover {
  background-position: 0 -35px;
}

a.btnSideLandOn {
  background-position: 0 -70px;
}

/* 条件で絞込 */
.estateLeftCondTitle {
  background-image: url(../../img_com/estate/side_condition.png);
}

/* ダイアログ検索
---------------------------------------------*/
.btnDialogSearch,
.btnDialogSelect,
a.btnAreaSearch,
a.btnSchoolSearch {
  width: 150px;
  height: 0px;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  padding: 35px 0 0 0;
}

/* 検索 */
.btnDialogSearch {
  background-image: url(../../img_com/estate/dialog_search.png);
}

.btnDialogSearch:hover {
  background-position: 0 -35px;
}

/* 選択 */
.btnDialogSelect {
  background-image: url(../../img_com/estate/dialog_select.png);
}

.btnDialogSelect:hover {
  background-position: 0 -35px;
}

/* エリア選択 */
a.btnAreaSearch {
  background-image: url(../../img_com/estate/dialog_area_btn.png);
}

a.btnAreaSearch:hover {
  background-position: 0 -35px;
}

/* 校区選択 */
a.btnSchoolSearch {
  background-image: url(../../img_com/estate/dialog_school_btn.png);
}

a.btnSchoolSearch:hover {
  background-position: 0 -35px;
}

/* 戻る */
a.btnDialogBack {
  width: 70px;
  height: 0px;
  display: block;
  overflow: hidden;
  background-image: url(../../img_com/estate/dialog_back_btn.png);
  background-repeat: no-repeat;
  padding: 26px 0 0 0;
}

a.btnDialogBack:hover {
  background-position: 0 -26px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   CSSボタン
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 標準ボタン(small)
======================================================== */
.btn {
  padding: 10px 20px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none !important;
  text-align: center;
  /* 小ボタン
  ======================================================== */
  /* 大ボタン
  ======================================================== */
}
.btn.silver {
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6));
  background: linear-gradient(#ffffff, #e6e6e6);
  border: 1px #b4b4b4 solid;
  color: #505050 !important;
  text-shadow: 1px 1px 1px #FFFFFF;
}
.btn.silver:hover {
  background: #efefef;
}
.btn.red {
  background: #972024;
  background: -webkit-gradient(linear, left top, left bottom, from(#eb6452), to(#972024));
  background: linear-gradient(#eb6452, #972024);
  border: 1px #972024 solid;
  color: #FFF !important;
  -webkit-box-shadow: 0 1px 0 #f3f3f3 inset;
          box-shadow: 0 1px 0 #f3f3f3 inset;
  text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0px;
}
.btn.red:hover {
  background: #972024;
}
.btn.blue {
  background: #4190D2;
  background: -webkit-gradient(linear, left top, left bottom, from(#4190D2), to(#207CCA));
  background: linear-gradient(#4190D2, #207CCA);
  border: 1px #207CCA solid;
  color: #FFF !important;
  -webkit-box-shadow: 0 1px 0 #b9c3e4 inset;
          box-shadow: 0 1px 0 #b9c3e4 inset;
  text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0px;
}
.btn.blue:hover {
  background: #207CCA;
}
.btn.orange {
  background: #FF8800;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFAA33), to(#FF8800));
  background: linear-gradient(#FFAA33, #FF8800);
  border: 1px #F27300 solid;
  color: #FFF;
  -webkit-box-shadow: 0 1px 0 #f3f3f3 inset;
          box-shadow: 0 1px 0 #f3f3f3 inset;
  text-shadow: 1px 2px 3px #C45C00;
}
.btn.orange:hover {
  background: #FF8800;
}
.btn.disabled {
  background: #efefef;
  border: 1px #b4b4b4 solid;
  color: #505050 !important;
  text-shadow: 1px 1px 1px #FFFFFF;
  cursor: not-allowed;
}
.btn.sm {
  font-size: 14px;
  font-weight: normal;
  padding: 2px 10px;
}
.btn.lg {
  padding: 20px 40px;
  font-size: 20px;
  font-weight: bold;
}

/** ボタングループ */
.btn-group {
  display: inline-block;
  vertical-align: middle;
}
.btn-group:after {
  content: "";
  display: block;
  clear: both;
}
.btn-group .btn {
  padding: 2px 10px;
  margin: 0 0 0 -1px;
  display: inline-block;
  position: relative;
  float: left;
  border-radius: 0;
  text-decoration: none;
  text-shadow: 1px 1px 1px #FFFFFF;
  cursor: pointer;
  text-align: center;
  background: #f5f5f5;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(3%, #fbfbfb), color-stop(48%, #f0f0f0), color-stop(52%, #ebebeb), to(#e6e6e6));
  background: linear-gradient(#ffffff, #fbfbfb 3%, #f0f0f0 48%, #ebebeb 52%, #e6e6e6);
  border: 1px #b4b4b4 solid;
  color: #505050;
}
.btn-group .btn:first-child {
  margin: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group .btn:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group .btn:hover {
  background: #efefef;
}
.btn-group .btn.active {
  color: #FFF;
  background: #006699;
  text-shadow: rgba(0, 0, 0, 0.4) 0px -1px 0px;
}
.btn-group .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/**
 *
 * テキスト
 * 
 * @copyright  2015 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  システムページwrapper
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.system-wrapper {
  max-width: 980px;
  margin: 0 auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  100%背景
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.flow {
  background-color: #D2D8E1;
  padding: 30px 0 30px 0;
}
.flow h2 {
  font-size: 30px;
  display: block;
  text-align: center;
  margin: 0 0 20px 0;
}
.flow .text {
  background-color: #FFFFFF;
  padding: 10px;
  height: 100px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  テキスト
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 説明文
======================================================== */
div.contents-box {
  margin: 0 0 100px 0;
}

div.contents-box.link {
  margin-top: -20px;
  padding-top: 20px;
}

div.radius-box {
  border-radius: 4px;
  padding: 15px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
div.radius-box.white {
  background-color: #FFFFFF;
}

/**
 *
 * アイコン
 * 
 * @copyright  2014 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   トップアイコン
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.icon {
  width: 25px;
  height: 0px;
  display: inline-block;
  overflow: hidden;
  background-image: url(../../img_com/pc/icon/icon_search_item.png);
  background-repeat: no-repeat;
  margin: 0;
  padding: 25px 0 0 0;
  vertical-align: middle;
}
.icon.house {
  background-position: 0 0;
}
.icon.mansion {
  background-position: -25px 0;
}
.icon.land {
  background-position: -50px 0;
}
.icon.business {
  background-position: -75px 0;
}
.icon.park {
  background-position: -100px 0;
}
.icon.staff {
  background-position: -125px 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   アイコン
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 物件種別
---------------------------------------------*/
.iEstateType01,
.iEstateType02,
.iEstateType03,
.iEstateType11,
.iEstateType12,
.iEstateType21,
.iEstateType22,
.iEstateType23,
.iEstateType24,
.iEstateType25,
.iEstateType27,
.iEstateType31,
.iEstateType32,
.iEstateType33,
.iEstateType41,
.iEstateType51,
.iEstateType91,
.iEstateDivNew {
  width: 60px;
  height: 0px;
  display: inline-block;
  overflow: hidden;
  background-image: url(../../img_com/estate/sprite/estate_type.png?20250322);
  background-repeat: no-repeat;
  margin: 0;
  padding: 20px 0 0 0;
  vertical-align: middle;
}

/* 一戸建て */
.iEstateType01 {
  background-position: 0 0;
}

/* テラスハウス */
.iEstateType02 {
  background-position: -60px 0;
}

/* 貸家 */
.iEstateType03 {
  background-position: -120px 0;
}

/* アパート */
.iEstateType11 {
  background-position: -180px 0;
}

/* マンション */
.iEstateType12 {
  background-position: -240px 0;
}

/* 店舗 */
.iEstateType21 {
  background-position: -300px 0;
}

/* 事務所 */
.iEstateType22 {
  background-position: -360px 0;
}

/* 店舗付住宅 */
.iEstateType23 {
  background-position: -420px 0;
}

/* 倉庫 */
.iEstateType24 {
  background-position: -540px 0;
}

/* 宿泊施設 */
.iEstateType25 {
  background-position: -720px 0;
}

/* 店舗・事務所 */
.iEstateType27 {
  background-position: -780px 0;
}

/* ビル */
.iEstateType31 {
  background-position: -480px 0;
}

/* 一棟マンション */
.iEstateType32 {
  background-position: -240px 0;
}

/* 一棟アパート */
.iEstateType33 {
  background-position: -180px 0;
}

/* 土地 */
.iEstateType41 {
  background-position: -600px 0;
}

/* 駐車場 */
.iEstateType51 {
  background-position: -660px 0;
}

/* その他 */
.iEstateType91 {
  background-position: -840px 0;
}

/* 新築 */
.iEstateDivNew {
  width: 40px;
  background-position: 0 -20px;
}

/* 特徴
---------------------------------------------*/
.iFeature01On,
.iFeature02On,
.iFeature03On,
.iFeature04On,
.iFeature05On,
.iFeature06On,
.iFeature07On,
.iFeature08On,
.iFeature09On,
.iFeature10On,
.iFeature11On,
.iFeature12On,
.iFeature13On,
.iFeature14On,
.iFeature15On,
.iFeature16On,
.iFeature17On,
.iFeature18On,
.iFeature19On,
.iFeature20On,
.iFeature21On {
  width: 84px;
  height: 15px;
  display: block;
  overflow: hidden;
  background-image: url(../../img_com/estate/sprite/list_feature_on.png);
  background-repeat: no-repeat;
  margin: 0;
  vertical-align: middle;
}

.iFeature01Off,
.iFeature02Off,
.iFeature03Off,
.iFeature04Off,
.iFeature05Off,
.iFeature06Off,
.iFeature07Off,
.iFeature08Off,
.iFeature09Off,
.iFeature10Off,
.iFeature11Off,
.iFeature12Off,
.iFeature13Off,
.iFeature14Off,
.iFeature15Off,
.iFeature16Off,
.iFeature17Off,
.iFeature18Off,
.iFeature19Off,
.iFeature20Off,
.iFeature21Off {
  width: 84px;
  height: 15px;
  display: block;
  overflow: hidden;
  background-image: url(../../img_com/estate/sprite/list_feature_off.png);
  background-repeat: no-repeat;
  margin: 0;
  vertical-align: middle;
}

/* 日当たり良好 */
.iFeature01On, .iFeature01Off {
  background-position: 0 0;
}

/* 角地 */
.iFeature02On, .iFeature02Off {
  background-position: -84px 0;
}

/* 閑静な住宅街 */
.iFeature03On, .iFeature03Off {
  background-position: -168px 0;
}

/* 駐車場2台以上 */
.iFeature04On, .iFeature04Off {
  background-position: -252px 0;
}

/* オール電化 */
.iFeature05On, .iFeature05Off {
  background-position: -336px 0;
}

/* システムキッチン */
.iFeature06On, .iFeature06Off {
  background-position: -420px 0;
}

/* 二世帯向き */
.iFeature07On, .iFeature07Off {
  background-position: -504px 0;
}

/* バリアフリー */
.iFeature08On, .iFeature08Off {
  background-position: -588px 0;
}

/* 免震構造 */
.iFeature09On, .iFeature09Off {
  background-position: -672px 0;
}

/* 即引渡し */
.iFeature10On, .iFeature10Off {
  background-position: -756px 0;
}

/* 分割可 */
.iFeature11On, .iFeature11Off {
  background-position: -840px 0;
}

/* 角部屋 */
.iFeature12On, .iFeature12Off {
  background-position: 0 -15px;
}

/* 1階 */
.iFeature13On, .iFeature13Off {
  background-position: -84px -15px;
}

/* 2階以上 */
.iFeature14On, .iFeature14Off {
  background-position: -168px -15px;
}

/* 駐車場(近隣含む) */
.iFeature15On, .iFeature15Off {
  background-position: -252px -15px;
}

/* ペット相談 */
.iFeature16On, .iFeature16Off {
  background-position: -336px -15px;
}

/* オートロック */
.iFeature17On, .iFeature17Off {
  background-position: -420px -15px;
}

/* 追焚き機能 */
.iFeature18On, .iFeature18Off {
  background-position: -504px -15px;
}

/* エアコン */
.iFeature19On, .iFeature19Off {
  background-position: -588px -15px;
}

/* 居抜き */
.iFeature20On, .iFeature20Off {
  background-position: -672px -15px;
}

/* エレベーター */
.iFeature21On, .iFeature21Off {
  background-position: -756px -15px;
}

/* 特徴（賃貸）
---------------------------------------------*/
.iRFeature01On,
.iRFeature02On,
.iRFeature03On,
.iRFeature04On,
.iRFeature05On,
.iRFeature06On,
.iRFeature07On,
.iRFeature08On,
.iRFeature09On,
.iRFeature10On,
.iRFeature11On,
.iRFeature12On,
.iRFeature13On,
.iRFeature14On,
.iRFeature15On,
.iRFeature16On,
.iRFeature17On,
.iRFeature18On,
.iRFeature19On {
  width: 84px;
  height: 15px;
  display: block;
  overflow: hidden;
  background-image: url(../../img_com/estate/sprite/rent_list_feature_on.png);
  background-repeat: no-repeat;
  margin: 0;
  vertical-align: middle;
}

.iRFeature01Off,
.iRFeature02Off,
.iRFeature03Off,
.iRFeature04Off,
.iRFeature05Off,
.iRFeature06Off,
.iRFeature07Off,
.iRFeature08Off,
.iRFeature09Off,
.iRFeature10Off,
.iRFeature11Off,
.iRFeature12Off,
.iRFeature13Off,
.iRFeature14Off,
.iRFeature15Off,
.iRFeature16Off,
.iRFeature17Off,
.iRFeature18Off,
.iRFeature19Off {
  width: 84px;
  height: 15px;
  display: block;
  overflow: hidden;
  background-image: url(../../img_com/estate/sprite/rent_list_feature_off.png);
  background-repeat: no-repeat;
  margin: 0;
  vertical-align: middle;
}

/* バス・トイレ別 */
.iRFeature01On, .iRFeature01Off {
  background-position: 0 0;
}

/* ペット相談 */
.iRFeature02On, .iRFeature02Off {
  background-position: -84px 0;
}

/* 温水洗浄便座 */
.iRFeature03On, .iRFeature03Off {
  background-position: -168px 0;
}

/* 浴室乾燥機 */
.iRFeature04On, .iRFeature04Off {
  background-position: -252px 0;
}

/* 洗濯機置き場 */
.iRFeature05On, .iRFeature05Off {
  background-position: -336px 0;
}

/* カウンターキッチン */
.iRFeature06On, .iRFeature06Off {
  background-position: -420px 0;
}

/* エアコン */
.iRFeature07On, .iRFeature07Off {
  background-position: -504px 0;
}

/* ウォークインクローゼット */
.iRFeature08On, .iRFeature08Off {
  background-position: -588px 0;
}

/* 洗髪洗面化粧台 */
.iRFeature09On, .iRFeature09Off {
  background-position: -672px 0;
}

/* サンルーム */
.iRFeature10On, .iRFeature10Off {
  background-position: -756px 0;
}

/* 角部屋 */
.iRFeature11On, .iRFeature11Off {
  background-position: -840px 0;
}

/* インターネット無料 */
.iRFeature12On, .iRFeature12Off {
  background-position: -924px 0;
}

/* 駐車場(近隣含む) */
.iRFeature13On, .iRFeature13Off {
  background-position: -1008px 0;
}

/* オートロック */
.iRFeature14On, .iRFeature14Off {
  background-position: -1092px 0;
}

/* 1階 */
.iRFeature15On, .iRFeature15Off {
  background-position: 0 -15px;
}

/* 2階以上 */
.iRFeature16On, .iRFeature16Off {
  background-position: -84px -15px;
}

/* 居抜き */
.iRFeature17On, .iRFeature17Off {
  background-position: -168px -15px;
}

/* エレベーター */
.iRFeature18On, .iRFeature18Off {
  background-position: -252px -15px;
}

/* 即引渡し可 */
.iRFeature19On, .iRFeature19Off {
  background-position: -336px -15px;
}

/**
 *
 * ラベル
 * 
 * @copyright  2013 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   テキストアイコン（ラベル）
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.lbl {
  margin: 0;
  padding: 0 2px 0 2px;
  display: inline-block;
  border-radius: 2px;
  background-color: #FFFFFF;
  text-align: center;
  line-height: 1.4em;
}
.lbl.red {
  border: 1px #e71f19 solid;
  color: #e71f19;
}
.lbl.blue {
  border: 1px #18499d solid;
  color: #18499d;
}
.lbl.black {
  border: 1px #333333 solid;
  color: #333333;
}
.lbl.pink {
  border: 1px #e4016f solid;
  color: #e4016f;
}
.lbl.green {
  border: 1px #80bf01 solid;
  color: #80bf01;
}
.lbl.orange {
  border: 1px #fa7e01 solid;
  color: #fa7e01;
}
.lbl.yellow {
  border: 1px #e5ad01 solid;
  color: #e5ad01;
}
.lbl.sky {
  border: 1px #119de9 solid;
  color: #119de9;
}
.lbl.purple {
  border: 1px #8c4ecc solid;
  color: #8c4ecc;
}
.lbl.disabled {
  border: 1px #ccc solid;
  color: #ccc;
  background-color: #fff;
}

/**
 * フォーム
 */
.form {
  margin: 0 0 30px 0;
}
.form .formGroup {
  margin: 0 0 10px 0;
}
.form dl {
  width: 100%;
  display: table;
  margin: 0 0 15px 0;
}
.form dt {
  display: table-cell;
  width: 200px;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: bold;
  border-bottom: #ddd dotted 1px;
}
.form dd {
  display: table-cell;
  width: auto;
  margin: 0 0 20px 0;
  padding: 0 0 15px 0;
  border-bottom: #ddd dotted 1px;
}
.form dt span.must {
  margin: 0 0 0 4px;
  font-size: 10px;
  font-weight: normal;
  color: #e71f19;
}

/**
 *
 * タグ
 * 
 * @copyright  2013 Sesh
 * @version  1.0.0
 */
/* タグ
======================================================== */
.tag {
  padding: 0 7px 0 7px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
}
.tag.pink {
  background-color: #e4016f;
}
.tag.green {
  background-color: #5cb85c;
}
.tag.orange {
  background-color: #fa7e01;
}
.tag.yellow {
  background-color: #e5ad01;
}
.tag.sky {
  background-color: #119de9;
}
.tag.purple {
  background-color: #8c4ecc;
}
.tag.red {
  background-color: #d1193b;
}
.tag.blue {
  background-color: #428bca;
}
.tag.gray {
  background-color: #999999;
}

/**
 *
 * テキスト
 * 
 * @copyright  2015 Sesh
 * @version  1.0.0
 */
/* 説明文
======================================================== */
div.text-box {
  line-height: 24px;
}

/**
 *
 * アイコン付文章
 * 
 * @copyright  2015 Sesh
 * @version  1.0.0
 */
/* 操作説明（なてな）
======================================================== */
.txtIconQues {
  background-image: url(../../img_com/pc/icon/icon_ques.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 3px 0 3px 30px;
  display: inline-block;
}

/* チェック
======================================================== */
.txtIconCheck {
  background-image: url(../../img_com/pc/icon/icon_check.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 3px 0 3px 30px;
  display: inline-block;
}

/**
 *
 * タイトル
 * 
 * @copyright  2015 Sesh
 * @version  1.0.0
 */
/* 説明ページ
======================================================== */
h2.text-tit {
  margin: 0 0 30px 0;
  font-size: 34px;
  color: #207CCA;
}

h3.text-tit {
  margin: 0 0 20px 0;
  padding: 5px 0 0 40px;
  font-size: 24px;
  background-image: url(../../img_com/pc/icon/tit_icon_h3.png);
  background-repeat: no-repeat;
  background-position: left center;
}

h4.text-tit {
  margin: 0 0 5px 0;
  font-size: 18px;
  color: #207CCA;
  font-weight: bold;
}

/**
 *
 * コンポーネント
 * 
 * @copyright  2014 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   吹き出し
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.tip-left {
  display: block;
  margin: 0 2px 0 10px;
  outline: none;
  position: relative;
}
div.tip-left div.box {
  padding: 7px 10px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #3e84b5;
}
div.tip-left div.box:before {
  content: "";
  position: absolute;
  top: 10px;
  left: -9px;
  margin-left: 0;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 9px solid #3e84b5;
}
div.tip-left div.box:after {
  content: "";
  position: absolute;
  top: 10px;
  left: -9px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  margin-left: 1px;
  border-right: 9px solid #fff;
}
div.tip-left.top {
  margin: 10px 0 0 0;
}
div.tip-left.top div.box:before {
  content: "";
  position: absolute;
  top: -9px;
  left: 10px;
  margin-left: 0;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #3e84b5;
  border-top: none;
}
div.tip-left.top div.box:after {
  content: "";
  position: absolute;
  top: -8px;
  left: 9px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  border-top: none;
}

div.tip-right {
  display: block;
  margin: 0 10px 0 2px;
  outline: none;
  position: relative;
}
div.tip-right div.box {
  padding: 7px 10px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #3e84b5;
}
div.tip-right div.box:before {
  content: "";
  position: absolute;
  top: 10px;
  right: -9px;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid #3e84b5;
}
div.tip-right div.box:after {
  content: "";
  position: absolute;
  top: 10px;
  right: -8px;
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  margin-left: -9px;
  border-left: 9px solid #fff;
}
div.tip-right.top {
  margin: 10px 0 0 0;
}
div.tip-right.top div.box:before {
  content: "";
  position: absolute;
  top: -9px;
  right: 10px;
  margin-left: 0;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #3e84b5;
  border-top: none;
}
div.tip-right.top div.box:after {
  content: "";
  position: absolute;
  top: -8px;
  right: 10px;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #fff;
  border-top: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   パンくずリスト
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.breadcrumb {
  font-size: 12px;
  margin: 0 0 10px 0;
}
div.breadcrumb li {
  display: inline-block;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   タブ
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.tab-list {
  margin: 0 0 10px 0;
  border-bottom: solid 1px #CCC;
}
ul.tab-list:after {
  content: "";
  display: block;
  clear: both;
}
ul.tab-list > li {
  float: left;
  display: block;
  margin: 0 0 -1px 0;
}
ul.tab-list > li a:not(.btn) {
  margin: 0 2px 0 0;
  padding: 7px 15px;
  display: block;
  border: solid 1px #CCC;
  border-radius: 4px 4px 0 0;
  text-align: center;
  color: #004EA2;
  text-decoration: none;
  background-color: #F8F8F8;
}
ul.tab-list > li a:not(.btn):hover {
  background-color: #EEE;
}
ul.tab-list > li.active a:not(.btn) {
  background-color: #fff;
  border-bottom-color: transparent;
  color: #333;
}

.tab-list.lg > ul:after {
  content: "";
  display: block;
  clear: both;
}
.tab-list.lg > ul.tab-head {
  margin: 0 0 20px 0;
  border-bottom: solid 2px #336089;
}
.tab-list.lg > ul.tab-foot {
  margin: 20px 0 0 0;
  border-top: solid 2px #336089;
}
.tab-list.lg > ul > li {
  float: left;
  display: block;
  margin: 0;
}
.tab-list.lg > ul > li a:not(.btn) {
  margin: 0 7px 0 0;
  padding: 7px;
  min-width: 150px;
  display: block;
  border: solid 1px #CCC;
  text-align: center;
  color: #333;
  font-size: 16px;
  text-decoration: none;
  background-color: #F8F8F8;
  font-weight: bold;
}
.tab-list.lg > ul > li a:not(.btn):hover {
  background-color: #EEE;
}
.tab-list.lg > ul > li.active a:not(.btn) {
  background-color: #336089;
  border-color: #336089;
  color: #fff;
}
.tab-list.lg > ul.tab-head > li a:not(.btn) {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
}
.tab-list.lg > ul.tab-foot > li a:not(.btn) {
  border-top: none;
  border-radius: 0 0 6px 6px;
}

.tab-inner {
  display: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   メニュー
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.menu-list {
  margin: 0 0 10px 0;
  border-bottom: solid 2px #336089;
}
ul.menu-list:after {
  content: "";
  display: block;
  clear: both;
}
ul.menu-list li {
  float: left;
  display: block;
  margin: 0 0 -1px 10px;
}
ul.menu-list li a {
  padding: 9px 15px;
  display: block;
  border-top: solid 1px #CCC;
  border-left: solid 1px #CCC;
  border-right: solid 1px #CCC;
  border-radius: 4px 4px 0 0;
  text-align: center;
  color: #004EA2;
  text-decoration: none;
  background-color: #F8F8F8;
}
ul.menu-list li a:hover {
  background-color: #336089;
  color: #fff;
}
ul.menu-list li.active a {
  background-color: #336089;
  border: solid 1px #336089;
  color: #fff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   captcha
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.captcha-box {
  margin: 0 0 5px 0;
}
div.captcha-box:after {
  content: "";
  display: block;
  clear: both;
}
div.captcha-box div.image {
  float: left;
  display: inline-block;
  width: 160px;
}
div.captcha-box div.image img {
  border: solid 1px #CCC;
}
div.captcha-box div.update {
  float: left;
  display: inline-block;
  width: 100px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   画像リンクフェード
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.image-fade:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/**
 *
 * 検索画面
 * 
 * @copyright  2015 Sesh
 * @version  1.0.0
 */
div.search {
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //  フッター固定ボタン
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
}
div.search .btn-box {
  width: 980px;
  z-index: 999;
  text-align: center;
  margin: 0 0 20px 0;
}
div.search .btn-box.fix {
  position: fixed;
  top: auto;
  bottom: 0;
}
div.search .btn-box-overlay {
  display: none;
  width: 100%;
  height: 115px;
  position: fixed;
  top: auto;
  left: 0;
  bottom: 0;
  background: #333;
  opacity: 0.65;
  z-index: 998;
}

/**
 *
 * タイトル
 * 
 * @copyright  2013 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   メッセージ
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 汎用メッセージ
======================================================== */
.message {
  width: 100%;
  padding: 10px 15px 10px 15px;
  margin: 0 0 20px 0;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.message.green {
  background-color: #dff0d8;
  border-color: #b2dba1;
  color: #3c763d;
}
.message.yellow {
  background-color: #fcf8e3;
  border-color: #f5e79e;
  color: #8a6d3b;
}
.message.red {
  background-color: #f2dede;
  border-color: #dca7a7;
  color: #a94442;
}
.message.orange {
  background-color: #fdf0e6;
}
.message.rd2 {
  border-radius: 2px;
}

/**
 *
 * table CSS
 * 
 * 
 * @copyright  2013 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   テーブル
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 詳細表示テーブルデザイン
---------------------------------------------*/
.tbl {
  border-collapse: collapse;
  border: none;
}
.tbl th,
.tbl td {
  margin: 0;
  color: #000000;
  font-size: 14px;
  font-weight: normal;
}
.tbl th {
  padding: 5px;
  color: #2d2d2d;
  border: 1px solid #C7C7C7;
  background-color: #efefef;
  font-weight: bold;
}
.tbl.list th {
  text-align: center;
}
.tbl td {
  padding: 5px;
  border: 1px solid #C7C7C7;
  background-color: #fff;
}
.tbl input {
  margin: 0;
  padding: 0 2px 0 0;
  vertical-align: middle;
}
.tbl select {
  margin: 0px;
  padding: 5px;
  vertical-align: middle;
}
.tbl .bgGray {
  background-color: #e2e3e8 !important;
}
.tbl .bgDark {
  background-color: #DDDDDD !important;
}
.tbl .bgFocus {
  background-color: #FFFFCC;
  cursor: pointer;
}
.tbl .bdTNone {
  border-top: none !important;
}
.tbl .bdBDash {
  border-bottom: 1px dashed #CCCCCC !important;
}

.tbl-responsive .tbl th,
.tbl-responsive .tbl td {
  padding: 10px;
}

/* 入力テーブルデザイン
---------------------------------------------*/
.iptTbl {
  border-collapse: collapse;
  border: none;
}
.iptTbl th,
.iptTbl td {
  margin: 0;
}
.iptTbl th {
  padding: 10px;
  color: #2d2d2d;
  font-weight: bold;
  border: 1px solid #C7C7C7;
  background-color: #efefef;
}
.iptTbl td {
  padding: 10px;
  border: 1px solid #C7C7C7;
  background-color: #fff;
}
.iptTbl input {
  margin: 0;
  padding: 0 2px 0 0;
  vertical-align: middle;
}
.iptTbl select {
  margin: 0px;
  padding: 5px;
  vertical-align: middle;
}
.iptTbl .note {
  font-size: 11px;
  color: #666666;
}

/**
 *
 * dojoカスタム（PC、スマホ共通）
 * 
 * @copyright  2016 Sesh
 * @version  1.0.0
 */
.dijitInputField .dijitPlaceHolder {
  font-style: normal;
  padding: 5px !important;
}

.dijitTextBox .dijitInputField {
  padding: 5px !important;
}

.sm .dijitInputField .dijitPlaceHolder {
  padding: 1px 2px !important;
}
.sm.dijitTextBox .dijitInputField {
  padding: 1px 2px !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   テンキー
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*
 全体
=================================*/
.c-tenkey {
  font-family: "Noto Sans JP", sans-serif;
  width: 95%;
  margin: 10px auto;
  text-align: center;
}

/*
 ディスプレイ
=================================*/
.c-tenkey__display {
  margin: 0 auto;
}

.c-tenkey__display__number {
  margin-top: 7px;
}

.c-tenkey__display__number li {
  display: inline-block;
  vertical-align: middle;
}

.c-tenkey__display__number li > div {
  text-align: center;
  width: 40px;
  height: 50px;
  margin: 3px;
  border: solid 2px #ccc;
  line-height: 45px;
  font-size: 22px;
}

/*
 入力キー
=================================*/
.c-tenkey__key {
  width: 300px;
  height: 400px;
  margin: 0 auto;
  font-size: 30px;
}

.c-tenkey__key td {
  width: 30%;
  height: 78px;
  text-align: center;
  padding: 10px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.c-tenkey__key a {
  color: #333;
  text-decoration: none;
  outline: none;
  display: block;
}
@media only screen and (min-width: 960px) {
  .c-tenkey__key a:hover {
    background-color: #ccc;
    color: #fff;
  }
}

.c-tenkey__circle {
  height: 78px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #999;
  border-radius: 50%;
  padding: 16px;
}

.c-tenkey__circle--active,
.c-tenkey__circle:active {
  background-color: #ccc;
  color: #fff;
}

.c-tenkey__backspace {
  padding: 12px 10px;
  height: 74%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  margin: 0 9px;
  line-height: 30px;
}

.c-tenkey__backspace:active {
  background-color: #eee;
}

/**
 *
 * パーツ
 * 
 * @copyright  2016 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  新着情報
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.news-area {
  width: 765px;
  margin: 0 auto 30px auto;
  overflow: hidden;
  font-size: 14px;
}
.news-area:after {
  content: "";
  display: block;
  clear: both;
}
.news-area dt {
  width: 120px;
  line-height: 190%;
  float: left;
  text-align: right;
  border-bottom: 1px dotted #ccc;
}
.news-area dd {
  width: 630px;
  line-height: 190%;
  padding: 0 0 0 15px;
  float: right;
  border-bottom: 1px dotted #ccc;
}
.news-area .news-more {
  width: 765px;
  text-align: right;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  おすすめ物件、新着物件
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.recom-estate-area {
  width: 765px;
  overflow: hidden;
  margin: 0 0 50px 0;
}

.recom-estate-box {
  width: 765px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  /* 詳細を見るボタン */
}
.recom-estate-box ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.recom-estate-box ul:after {
  content: "";
  display: block;
  clear: both;
}
.recom-estate-box li {
  float: left;
  display: inline-block;
  width: 174px;
  min-height: 290px;
  margin: 0 7px 10px 0;
  padding: 5px;
  border: 1px solid #CCCCCC;
}
.recom-estate-box li:nth-of-type(4n) {
  margin-right: 0;
}
.recom-estate-box p {
  width: 174px;
  margin: 0;
}
.recom-estate-box .list-img {
  width: 174px;
  height: 179px;
  text-align: center;
  margin: 0 0 5px 0;
  position: relative;
}
.recom-estate-box .list-img a {
  text-align: center;
  text-decoration: none;
}
.recom-estate-box .list-nm {
  height: 64px;
}
.recom-estate-box .list-nm a {
  font-size: 14px;
}
.recom-estate-box .list-nm a:hover {
  text-decoration: underline;
}
.recom-estate-box .list-price {
  font-size: 18px;
  color: red;
}
.recom-estate-box .btn-detail {
  width: 80px;
  overflow: hidden;
  float: right;
  display: inline;
  margin: 0 0 5px 0;
}
.recom-estate-box .btn-detail a {
  display: block;
  overflow: hidden;
  width: 80px;
  height: 0;
  margin: 0;
  padding: 20px 0 0 0;
  background-image: url(../../img_com/estate/btn_detail.png);
  background-repeat: no-repeat;
}
.recom-estate-box .btn-detail a:hover {
  background-position: 0 -20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  新着物件＆値下げ物件
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.new-price-area {
  width: 765px;
  margin: 0 auto 30px auto;
  overflow: hidden;
}
div.new-price-area:after {
  content: "";
  display: block;
  clear: both;
}
div.new-price-area .new-price-box {
  float: left;
  display: block;
  width: 375px;
}
div.new-price-area .new-price-box.left {
  margin: 0 15px 0 0;
}
div.new-price-area .new-price-box-in {
  width: 353px;
  height: 150px;
  padding: 5px 10px 5px 10px;
  overflow-y: scroll;
  border: solid 1px #CCC;
  font-size: 12px;
}
div.new-price-area .new-price-box-in:after {
  content: "";
  display: block;
  clear: both;
}
div.new-price-area .new-price-box-in dt {
  width: 40px;
  line-height: 190%;
  float: left;
  border-bottom: 1px dotted #cccccc;
}
div.new-price-area .new-price-box-in dd {
  width: 295px;
  line-height: 190%;
  float: left;
  border-bottom: 1px dotted #cccccc;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   グローバルヘッダー
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.gHeader {
  width: 100%;
  min-width: 980px;
  height: 40px;
  overflow: hidden;
  background-color: #1D3E6A;
  margin: 0 0 10px 0;
}

div.gHeaderIn {
  width: 980px;
  margin: 0 auto;
}

div.gHeaderLt {
  width: 480px;
  float: left;
  display: inline-block;
}
div.gHeaderLt a {
  width: 230px;
  display: block;
  margin: 0;
  color: #FFFFFF;
  text-decoration: none;
  font-size: 18px;
  line-height: 40px;
}

div.gHeaderRt {
  width: 500px;
  float: left;
  display: inline-block;
}

div.gHeaderBtnBox {
  width: 495px;
  margin: 7px 0 0 0;
}

/* 回り込み解除
======================================================== */
div.gHeaderIn:after,
div.gHeaderBtnBox:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   ページ上部へ
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.go-page-top {
  width: 60px;
  height: 45px;
  display: none;
  position: fixed;
  right: 30px;
  bottom: 20px;
  z-index: 9999;
}
.go-page-top img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  物件一覧
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*
　物件一覧-ver2
================================*/
.estate-index-v2 li {
  position: relative;
  width: 90%;
  margin: 0 auto 50px auto;
  border: solid 1px #9c9c9c;
  background-color: #f5f5f5;
}

.estate-index-v2 li:last-child {
  margin-bottom: 20px;
}

.estate-index-v2 a {
  display: block;
  text-decoration: none;
  color: #333;
}

.estate-index-v2__image {
  position: relative;
}

.estate-index-v2__image img {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}

.estate-index-v2__label {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding: 5px 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}

.estate-index-v2__price {
  line-height: 1.3;
  font-size: 20px;
  font-weight: bold;
}

.estate-index-v2__price span {
  margin-left: 2px;
  font-size: 17px;
}

.estate-index-v2__textarea {
  padding: 15px 20px;
}

.estate-index-v2__type {
  display: inline-block;
  margin-bottom: 10px;
  padding: 3px 10px;
  line-height: 1.6;
  font-size: 14px;
  color: #fff;
  background-color: #062f4f;
}

.estate-index-v2__type[data-type*=賃貸] {
  background: #03967a;
}

.estate-index-v2__address {
  margin-bottom: 10px;
  font-weight: bold;
}

.estate-index-v2__access {
  margin-bottom: 10px;
  font-size: 15px;
}

.estate-index-v2__catchcopy {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: left;
  font-size: 15px;
  color: #E74C3C;
}

/* PC */
@media screen and (min-width: 768px) {
  .estate-index-v2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 8px;
  }
  .estate-index-v2::after {
    content: "";
    display: block;
    width: 30%;
  }
  .estate-index-v2 li {
    width: 30%;
    margin: 0 0 50px 0;
  }
  .estate-index-v2 li:last-child {
    margin-bottom: 50px;
  }
  .estate-index-v2 a {
    height: 100%;
  }
  .estate-index-v2 a:hover {
    opacity: 0.6;
  }
  .estate-index-v2__price {
    font-size: 22px;
  }
  .estate-index-v2__price span {
    font-size: 18px;
  }
}
/**
 *
 * 売買
 * 
 * @copyright  2014 Sesh
 * @version  1.0.0
 */
div.estate-buy {
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //   物件一覧
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
  /* 一覧テーブル */
}
div.estate-buy .list {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #999999;
  border-spacing: 0px;
}
div.estate-buy .list th {
  background-color: #ededf8;
  font-size: 12px;
  padding: 5px;
  border: solid 1px #BBBBBB;
  color: #444444;
}
div.estate-buy .list td {
  background-color: #FFFFFF;
  font-size: 14px;
  padding: 5px;
  border: solid 1px #BBBBBB;
}

div.estate-buy-openhouse {
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //   オープンハウス
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
}
div.estate-buy-openhouse .recom_estate_list li {
  min-height: 320px;
}
div.estate-buy-openhouse .recom_estate_list .oh-date {
  min-height: 45px;
  color: #ff6600;
}
div.estate-buy-openhouse .recom_estate_list .oh-date p {
  font-weight: bold !important;
}

/* 検索バナー
======================================================== */
a.bnrOhHouse,
a.bnrOhMansion,
a.bnrOhLand {
  overflow: hidden;
  display: block;
  width: 240px;
  height: 0;
  padding: 90px 0 0 0;
  background-repeat: no-repeat;
}
a.bnrOhHouse:hover,
a.bnrOhMansion:hover,
a.bnrOhLand:hover {
  background-position: 0 -90px;
}

a.bnrOhHouse {
  background-image: url(../../img_com/estate/bnr_oh_house.png);
}

a.bnrOhMansion {
  background-image: url(../../img_com/estate/bnr_oh_mansion.png);
}

a.bnrOhLand {
  background-image: url(../../img_com/estate/bnr_oh_land.png);
}

/**
 *
 * 賃貸
 * 
 * @copyright  2014 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   物件一覧
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.rentListBox {
  width: 760px;
  margin: 0 0 20px 0;
  border: 1px solid #C7C7C7;
  border-radius: 5px;
  -webkit-box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.07);
  box-shadow: 3px 3px 2px rgba(0, 0, 0, 0.07);
  background-color: #fff;
}

div.rentListTopBar {
  height: 5px;
  border: 1px solid #5f9ea0;
  background-color: #5f9ea0;
  border-radius: 4px 4px 0 0;
  -webkit-box-shadow: 0 1px 0 #8fbec0 inset;
  box-shadow: 0 1px 0 #8fbec0 inset;
}

div.rentListTitle {
  width: 740px;
  margin: 0 0 10px 0;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #C7C7C7;
}

div.rentListTitleLeft {
  float: left;
  display: inline-block;
  width: 550px;
}

div.rentListTitleRight {
  float: left;
  display: inline-block;
  width: 190px;
  text-align: right;
  padding: 4px 0 0 0;
}

div.rentListHeader {
  width: 760px;
  margin: 0 0 10px 0;
}

div.rentListHeaderLeft {
  float: left;
  display: inline-block;
  width: 130px;
}

div.rentListHeaderRight {
  float: left;
  display: inline-block;
  width: 620px;
}

div.rentListHeaderRight div.commentBox {
  width: 600px;
}

div.rentListEstate {
  width: 760px;
  margin: 0 0 10px 0;
}

div.rentListEstate table {
  width: 760px;
}

div.rentListEstate th {
  padding: 2px 5px 2px 5px;
  border-top: 1px solid #C7C7C7;
  border-bottom: 1px solid #C7C7C7;
  background-color: #E4E4F2;
  font-size: 12px;
  text-align: center;
}

div.rentListEstate td {
  padding: 5px 5px 5px 5px;
  border-bottom: 1px solid #C7C7C7;
  font-size: 12px;
  text-align: center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   物件詳細
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 物件詳細（建物内の物件一覧）
---------------------------------------------*/
div.buildEstateList {
  margin: 0 0 20px 0;
}

div.buildEstateListLeft {
  float: left;
  display: inline-block;
  width: 30px;
}

div.buildEstateListCenter {
  float: left;
  display: inline-block;
  width: 890px;
}

div.buildEstateListRight {
  float: left;
  display: inline-block;
  width: 30px;
}

div.buildEstateListCenter li {
  float: left;
  display: inline-block;
  margin: 0 10px 0 0;
  text-align: center;
}

div.buildEstateListCenter li a {
  width: 150px;
  height: 150px;
  padding: 8px;
  margin: 0 0 5px 0;
  display: inline-block;
  border: solid 1px #C7C7C7;
  text-align: center;
}

div.buildEstateList a.slidePrev {
  display: block;
  width: 25px;
  height: 0;
  overflow: hidden;
  padding: 25px 0 0 0;
  margin: 95px 0 0 0;
  background-image: url(../../js_com/lib/jquery/colorbox/images/controls.png);
  background-position: -75px 0;
  background-repeat: no-repeat;
}

div.buildEstateList a.slidePrev:hover {
  background-position: -75px -25px;
}

div.buildEstateList a.slideNext {
  display: block;
  width: 25px;
  height: 0;
  overflow: hidden;
  padding: 25px 0 0 0;
  margin: 95px 0 0 0;
  background-image: url(../../js_com/lib/jquery/colorbox/images/controls.png);
  background-position: -50px 0;
  background-repeat: no-repeat;
}

div.buildEstateList a.slideNext:hover {
  background-position: -50px -25px;
}

/**
 *
 * 一覧
 * 
 * @copyright  2014 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  物件一覧
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.estate-list {
  width: 980px;
  margin: 0 auto;
}
.estate-list:after {
  content: "";
  display: block;
  clear: both;
}
.estate-list .estate-list-left {
  width: 200px;
  float: left;
}
.estate-list .estate-list-main {
  width: 765px;
  padding: 0 0 0 15px;
  float: left;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  バナー
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* Web商談紹介バナー */
.bnr-web-sales {
  margin: 0 0 10px 0;
}
.bnr-web-sales a {
  width: 765px;
  height: 0px;
  display: block;
  overflow: hidden;
  background-image: url(../../img_com/banner/bnr_websales.png);
  background-repeat: no-repeat;
  margin: 0;
  padding: 120px 0 0 0;
  vertical-align: middle;
}
.bnr-web-sales a:hover {
  background-position: 0 -120px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   一覧
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 物件名 */
.estateTitle {
  color: #004EA2 !important;
  font-size: 18px;
  vertical-align: middle;
  text-decoration: none !important;
}

.estateTitle:hover {
  text-decoration: underline !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   一覧表示切替
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 一覧 or 地図切替 （一覧上部）
======================================================== */
div.listViewBtnArea {
  width: 100%;
  border-bottom: solid 2px #103F79;
  margin: 0 0 5px 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   特徴
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
ul.featureList li {
  width: 84px;
  margin: 0 4px 2px 0;
  float: left;
  display: inline-block;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   コメント
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.commentBox {
  padding: 2px 9px 2px 9px;
  background-color: #FFFDE5;
  border: solid 1px #FDE6BA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   オープンハウス
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 日時 */
.ohDate {
  color: #fa7e01;
  font-size: 18px;
  vertical-align: middle;
  text-decoration: none !important;
}
.ohDate.sm {
  font-size: 16px;
  font-weight: bold;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   物件一覧該当物件なし
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.estateListNoneBox {
  background-color: #fff;
  border: solid 1px #ccc;
  padding: 20px 10px;
  margin: 0 0 30px 0;
  text-align: center;
}
.estateListNoneBox p {
  color: #FF6600;
  font-weight: bold;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   物件一覧エリア欄
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.estateListAreaBox {
  background-color: #fff;
  border: solid 1px #ccc;
  padding: 10px;
}
.estateListAreaBox a {
  font-size: 12px;
}

/**
 *
 * 物件詳細
 * 
 * @copyright  2014 Sesh
 * @version  1.0.0
 */
.estate-detail {
  /* お気に入り値下げ通知 */
  /* お気に入りボタン */
  /* 動画 */
  /* パノラマ */
  /* 写真 */
  /* 補足写真 */
  /** 担当者コメント */
  /** 物件資料 */
  /** ローンシミュレーション */
  /* 空室待ち */
  /* お問い合わせ */
  /* 店舗 */
}
.estate-detail .p-estate-detail__favorite__discount {
  margin: 5px 10px 0 0;
  font-size: 12px;
}
.estate-detail .btn-add-favorite {
  display: inline-block;
  padding: 5px 15px;
  border: solid 1px #ccc;
  border-radius: 5px;
  font-size: 14px;
  background: #f8f8f8;
  color: #333;
  text-decoration: none;
}
.estate-detail .btn-add-favorite:hover {
  background: #eee;
}
.estate-detail .btn-add-favorite i {
  font-size: 18px;
  vertical-align: middle;
  margin-right: 5px;
}
.estate-detail .btn-add-favorite i.fa-star {
  color: #ffc107;
}
.estate-detail .movie-area {
  width: 950px;
  padding: 15px;
}
.estate-detail .movie-area:after {
  content: "";
  display: block;
  clear: both;
}
.estate-detail .movie-area .movie-left {
  width: 460px;
  float: left;
  display: block;
  text-align: center;
}
.estate-detail .movie-area .movie-right {
  width: 460px;
  float: left;
  display: block;
  text-align: center;
}
.estate-detail .movie-area .inquiry-box {
  text-align: center;
}
.estate-detail .panorama-area {
  margin: 0 auto 30px auto;
}
.estate-detail .panorama-area .panorama-view {
  height: 460px;
  margin-bottom: 10px;
}
.estate-detail .panorama-area .panorama-thumbnail-list:after {
  content: "";
  display: block;
  clear: both;
}
.estate-detail .panorama-area .panorama-thumbnail-list li {
  width: 140px;
  float: left;
  display: block;
  margin: 0 10px 0 0;
  text-align: center;
}
.estate-detail .panorama-area .panorama-thumbnail-list li a {
  width: 140px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 2px;
  border: solid 1px #ccc;
}
.estate-detail .panorama-area .panorama-thumbnail-list li.active a {
  padding: 1px;
  border: solid 2px #fa7e01;
}
.estate-detail .panorama-area .panorama-thumbnail-list li img {
  display: block;
}
.estate-detail .panorama-area .panorama-thumbnail-list li img:hover {
  opacity: 0.5;
}
.estate-detail .img-area {
  width: 950px;
  padding: 15px;
  background-color: #f8f8f8;
}
.estate-detail .img-area:after {
  content: "";
  display: block;
  clear: both;
}
.estate-detail .img-area .img-left {
  width: 590px;
  float: left;
  display: block;
}
.estate-detail .img-area .img-right {
  width: 360px;
  float: left;
  display: block;
}
.estate-detail .img-area .img-right .thumbnail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.estate-detail .img-area .img-right .thumbnail-list li {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 10px 10px 0;
  padding: 2px;
  border: solid 1px #ccc;
}
.estate-detail .img-area .img-right .thumbnail-list li a {
  width: 100px;
  height: 100px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  outline: none;
}
.estate-detail .img-area .img-right .thumbnail-list li.active {
  padding: 1px;
  border: solid 2px #fa7e01;
}
.estate-detail .img-area .img-right .thumbnail-list li img:hover {
  opacity: 0.5;
}
.estate-detail .img-area .img-box {
  margin: 0 0 10px 0;
}
.estate-detail .img-area .img-box:after {
  content: "";
  display: block;
  clear: both;
}
.estate-detail .img-area .img-box .box-left, .estate-detail .img-area .img-box .box-right {
  width: 50px;
  float: left;
  display: block;
}
.estate-detail .img-area .img-box .box-left a, .estate-detail .img-area .img-box .box-right a {
  display: block;
  width: 40px;
  height: 80px;
  background-color: #ccc;
  text-align: center;
}
.estate-detail .img-area .img-box .box-left a:hover, .estate-detail .img-area .img-box .box-right a:hover {
  opacity: 0.5;
}
.estate-detail .img-area .img-box .box-left i, .estate-detail .img-area .img-box .box-right i {
  margin: 28px 0 0 0;
  font-size: 24px;
  color: #fff;
}
.estate-detail .img-area .img-box .box-left a {
  margin: 210px 0 0 10px;
  border-radius: 40px 0 0 40px;
}
.estate-detail .img-area .img-box .box-right a {
  margin: 210px 10px 0 0;
  border-radius: 0 40px 40px 0;
}
.estate-detail .img-area .img-box .box-main {
  padding: 10px;
  float: left;
  display: block;
  background-color: #fff;
  border: solid 1px #ccc;
}
.estate-detail .img-area .img-box .box-main .box-inner {
  width: 450px;
  height: 450px;
  margin: 0 0 10px 0;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.estate-detail .img-area .img-box .box-main .box-foot {
  font-size: 12px;
}
.estate-detail .img-area .img-box .box-main .box-foot .type {
  display: inline-block;
  width: 100px;
}
.estate-detail .img-area .img-box .box-main .box-foot .expand {
  display: inline-block;
  width: 250px;
  text-align: center;
}
.estate-detail .img-area .img-box .box-main .box-foot .page {
  display: inline-block;
  width: 100px;
  text-align: right;
}
.estate-detail .img-area .img-caption {
  width: 470px;
  margin: 0 0 0 50px;
}
.estate-detail .img-sub-area .thumbnail-list {
  font-size: 0;
}
.estate-detail .img-sub-area .thumbnail-list li {
  width: 182px;
  display: inline-block;
  vertical-align: top;
  margin: 0 17px 15px 0;
}
.estate-detail .img-sub-area .thumbnail-list li:nth-of-type(5n) {
  margin-right: 0;
}
.estate-detail .img-sub-area .thumbnail-list li a {
  width: 182px;
  height: 182px;
  border: solid 1px #ccc;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.estate-detail .img-sub-area .thumbnail-list li img {
  display: block;
  margin: 0 auto;
}
.estate-detail .img-sub-area .thumbnail-list li img:hover {
  opacity: 0.5;
}
.estate-detail .img-sub-area .thumbnail-list ._text {
  margin-top: 3px;
  text-align: left;
  font-size: 12px;
}
.estate-detail .comment-box {
  width: 980px;
  margin: 0 0 20px 0;
}
.estate-detail .comment-box .box {
  background-color: #FFFDE5;
  border-color: #FDE6BA;
}
.estate-detail .comment-box .box:before {
  border-right: 9px solid #FDE6BA;
}
.estate-detail .comment-box .box:after {
  border-right: 9px solid #FFFDE5;
}
.estate-detail .doc-list li {
  display: inline-block;
  margin-right: 20px;
  padding: 3px 0;
}
.estate-detail .doc-list li:last-child {
  margin-right: 0;
}
.estate-detail .doc-list li a {
  text-decoration: none;
}
.estate-detail .loan-tbl th {
  font-size: 14px;
}
.estate-detail .loan-tbl .price-box {
  display: table;
  width: 350px;
}
.estate-detail .loan-tbl .price-box-lt {
  display: table-cell;
  width: 135px;
  vertical-align: middle;
  font-size: 18px;
}
.estate-detail .loan-tbl .price-box-rt {
  display: table-cell;
  width: 215px;
  text-align: right;
  vertical-align: middle;
}
.estate-detail .loan-tbl .estate-price {
  font-size: 24px;
  color: #ff0000;
  margin: 0 5px 0 0;
}
.estate-detail .loan-tbl .loan-price {
  font-size: 40px;
  color: #ff0000;
  margin: 0 5px 0 0;
}
.estate-detail .wait-box {
  width: 100%;
  padding: 30px 20px;
  margin: 0 0 30px 0;
  border: solid 2px #c7c7c7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.estate-detail .wait-box ._inner {
  width: 640px;
  margin: 0 auto;
}
.estate-detail .wait-box ._arrow {
  width: 0;
  height: 0;
  margin: 5px 0 0 0;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 15px solid #6699cc;
}
.estate-detail .estateInquiryBox {
  width: 765px;
  height: 130px;
  overflow: hidden;
  position: relative;
  margin: 20px auto 30px auto;
  background-image: url(../../img_com/estate/inquiry_bg.png);
  background-repeat: no-repeat;
}
.estate-detail .estateInquiryBox.hp {
  background-image: url(../../img_com/estate/inquiry_bg_hp.png);
}
.estate-detail .estateInquiryBox .btnFavorite {
  width: 150px;
  height: 0px;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 15px;
  left: 600px;
  background-image: url(../../img_com/estate/btn_favorite.png);
  background-repeat: no-repeat;
  padding: 37px 0 0 0;
}
.estate-detail .estateInquiryBox .btnFavorite:hover {
  background-position: 0 -37px;
}
.estate-detail .estateInquiryBox .btnInquiry {
  width: 220px;
  height: 0px;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 63px;
  left: 530px;
  background-image: url(../../img_com/estate/btn_inquiry_rd.png);
  background-repeat: no-repeat;
  padding: 50px 0 0 0;
}
.estate-detail .estateInquiryBox .btnInquiry:hover {
  background-position: 0 -50px;
}
.estate-detail .estateShopBox {
  overflow: hidden;
  padding: 10px;
  background-color: #fff;
  border: solid 1px #ccc;
}
.estate-detail .estateShopBox:after {
  content: "";
  display: block;
  clear: both;
}

/**
 *
 * 物件一覧（地図）
 * 
 * @copyright  2014 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   物件一覧（地図）
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 地図内物件一覧 */
div.mapEstateWindow {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 310px;
}

div.mapEstateWindow div#mapList {
  display: none;
  border: solid 1px #4068A9;
  background-color: #FFFFFF;
}

div.mapEstateWindow div#mapListArea td {
  font-size: 12px;
}

div.mapEstateWindow div#mapListArea a {
  color: #004EA2;
  text-decoration: none;
}

div.mapEstateWindow div.mapListTitleBox {
  width: 300px;
  padding: 3px 0 3px 10px;
  background-color: #4068A9;
  color: #FFFFFF;
}

div.mapEstateWindow label#mapListCount {
  padding: 0 3px 0 3px;
  font-size: 16px;
  color: #FF0000;
  background-color: #FFFFFF;
}

a.mapListToggleBtnOpen, a.mapListToggleBtnClose {
  width: 312px;
  height: 0px;
  display: block;
  overflow: hidden;
  background-image: url(../../img_com/estate/map_toggle_btn.png);
  background-repeat: no-repeat;
  padding: 20px 0 0 0;
}

a.mapListToggleBtnOpen {
  background-position: 0 -30px;
}

/**
 *
 * 検索
 * 
 * @copyright  2014 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//     不動産物件 検索ボタン（地域、地図、沿線）
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
a#btnSearchRegion,
a#btnSearchMap,
a#btnSearchSchool,
a#btnSearchStation {
  overflow: hidden;
  display: block;
  width: 237px;
  height: 0;
  padding: 75px 0 0 0;
  background-repeat: no-repeat;
}

/* 地域検索
======================================================== */
a#btnSearchRegion {
  background-image: url(../../img_com/estate/btn_region.png);
}

/* 地図検索
======================================================== */
a#btnSearchMap {
  background-image: url(../../img_com/estate/btn_map.png);
}

/* 沿線検索
======================================================== */
a#btnSearchStation {
  background-image: url(../../img_com/estate/btn_station.png);
}

/* 学校区検索
======================================================== */
a#btnSearchSchool {
  background-image: url(../../img_com/estate/btn_school.png);
}

a#btnSearchRegion:hover,
a#btnSearchMap:hover,
a#btnSearchSchool:hover,
a#btnSearchStation:hover {
  background-position: 0 -75px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   物件検索
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.estateSearchBox {
  background-color: #fff;
  border: solid 1px #ccc;
}

.estateSearchTitle {
  background-color: #FFFDE5;
  padding: 5px 0 5px 10px;
  font-size: 16px;
}

.estateSearchRoomTypeGroup:after {
  content: "";
  display: block;
  clear: both;
}
.estateSearchRoomTypeGroup .group {
  width: 70px;
  margin: 0 20px 0 0;
  border-right: 1px solid #ccc;
}

/**
 *
 * ダイアログ
 * 
 * @copyright  2014 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   ダイアログ検索
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.dialogTitle {
  width: 100%;
  background-color: #17478f;
  margin: 0 0 10px 0;
}

div.dialogTitle h2 {
  height: 24px;
  font-size: 16px;
  padding: 3px 0 0 10px;
  color: #FFFFFF;
}

/**
 *
 * サイドバー
 * 
 * @copyright  2014 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   検索
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
div.estateLeftSearchBox,
div.estateLeftCondBox {
  width: 190px;
  padding: 10px 4px 10px 4px;
  border-left: solid 1px #CCCCCC;
  border-right: solid 1px #CCCCCC;
  border-bottom: solid 1px #CCCCCC;
  font-size: 12px;
  background-color: #fff;
}

div.estateLeftSearchBox .searchItem {
  padding: 0 0 0 16px;
  background: url(../../img_com/estate/side_arrow_12.png) left center;
  background-repeat: no-repeat;
}

ul.estateLeftCondLink li {
  width: 94px;
  float: left;
  display: inline-block;
  margin: 0 2px 2px 0;
}

ul.estateLeftCondLink li.last {
  margin: 0 0 2px 0;
}

ul.estateLeftCondLink a, ul.estateLeftCondLink label {
  display: block;
  overflow: hidden;
  width: 84px;
  height: 21px;
  padding: 3px 5px 0 5px;
  text-decoration: none;
  color: #004EA2;
  font-family: "ＭＳ Ｐゴシック";
  font-size: 12px;
  background-image: url(../../img_com/estate/side_btn_bg.png);
  background-repeat: no-repeat;
}

ul.estateLeftCondLink a:hover, a.on {
  background-position: 0 -24px;
}

ul.estateLeftCondLink label {
  color: #AAAAAA;
}

div.estateLeftCondBox .searchItem {
  padding: 0 0 0 7px;
  margin: 0 0 5px 0;
  border-left: solid 5px #18488E;
}

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

.estate-list-left .item-list li {
  display: inline-block;
  width: 90px;
}

/**
 *
 * js制御
 * 
 * @copyright  2014 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//   物件一覧
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* 物件選択 */
.selectEstateHover {
  background-color: #6699F1 !important;
  cursor: pointer;
}

/**
 *
 * チラシ
 * 
 * @copyright  2016 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  チラシ一覧
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.flyer-area {
  width: 978px;
  overflow: hidden;
  margin: 0 0 50px 0;
  padding: 0 1px 0 1px;
}
.flyer-area ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.flyer-area ul:after {
  content: "";
  display: block;
  clear: both;
}
.flyer-area li {
  float: left;
  display: inline-block;
  width: 180px;
  min-height: 260px;
  margin: 0 7px 10px 0;
  padding: 4px;
  border: 1px solid #CCCCCC;
}
.flyer-area li:nth-of-type(5n) {
  margin-right: 0;
}
.flyer-area .list-img {
  width: 180px;
  height: 180px;
  margin: 0 0 5px 0;
}
.flyer-area .list-nm {
  min-height: 40px;
}
.flyer-area .list-nm a {
  font-size: 14px;
}
.flyer-area .list-nm a:hover {
  text-decoration: underline;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  チラシ詳細
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.flyer-main-area {
  width: 938px;
  overflow: hidden;
  margin: 0 0 40px 0;
  padding: 20px;
  border: 1px solid #CCCCCC;
}
.flyer-main-area .main-box {
  width: 938px;
}
.flyer-main-area .main-box:after {
  content: "";
  display: block;
  clear: both;
}
.flyer-main-area .main-box .main-img {
  width: 304px;
  float: left;
  display: inline-block;
  margin: 0 20px 0 0;
}
.flyer-main-area .main-box .main-img .main-img-inner {
  padding: 1px;
  border: solid 1px #ccc;
}
.flyer-main-area .main-box .main-img-list {
  width: 300px;
  float: left;
  display: inline-block;
  margin: 0 20px 0 0;
}
.flyer-main-area .main-box .main-img-list ul:after {
  content: "";
  display: block;
  clear: both;
}
.flyer-main-area .main-box .main-img-list li {
  float: left;
  display: inline-block;
  width: 90px;
  margin: 0 9px 9px 0;
  padding: 1px;
  border: solid 1px #ccc;
}
.flyer-main-area .main-box .main-img-list li:nth-of-type(3n) {
  margin-right: 0;
}
.flyer-main-area .main-box .main-detail {
  width: 294px;
  float: left;
  display: inline-block;
}
.flyer-main-area .main-box .main-detail .area {
  font-size: 24px;
}
.flyer-main-area .main-box .main-detail a.area {
  color: #004EA2 !important;
  text-decoration: none;
}
.flyer-main-area .main-box .main-detail a.area:hover {
  text-decoration: underline;
}
.flyer-main-area .main-box .main-detail .price {
  font-size: 32px;
}
.flyer-main-area .main-box .main-detail th {
  width: 30%;
}
.flyer-main-area .main-box .main-detail td {
  width: 70%;
}

.flyer-sub-area {
  width: 980px;
  overflow: hidden;
  margin: 0 0 50px 0;
}
.flyer-sub-area ul {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.flyer-sub-area ul:after {
  content: "";
  display: block;
  clear: both;
}
.flyer-sub-area li {
  float: left;
  display: inline-block;
  width: 458px;
  margin: 0 20px 20px 0;
  padding: 10px;
  border: 1px solid #CCCCCC;
}
.flyer-sub-area li:nth-of-type(2n) {
  margin-right: 0;
}
.flyer-sub-area .list-box {
  width: 458px;
}
.flyer-sub-area .list-box:after {
  content: "";
  display: block;
  clear: both;
}
.flyer-sub-area .list-box .list-img {
  width: 180px;
  float: left;
  display: inline-block;
  margin: 0 20px 0 0;
}
.flyer-sub-area .list-box .list-detail {
  width: 258px;
  float: left;
  display: inline-block;
}
.flyer-sub-area .list-box .list-detail .area {
  font-size: 20px;
}
.flyer-sub-area .list-box .list-detail a.area {
  color: #004EA2 !important;
  text-decoration: none;
}
.flyer-sub-area .list-box .list-detail a.area:hover {
  text-decoration: underline;
}
.flyer-sub-area .list-box .list-detail .price {
  font-size: 24px;
}
.flyer-sub-area .list-box .list-detail th {
  width: 30%;
}
.flyer-sub-area .list-box .list-detail td {
  width: 70%;
}

/**
 *
 * ローンシミュレーション
 * 
 * @copyright  2016 Sesh
 * @version  1.0.0
 */
.estate-loan {
  /** ローンシミュレーション */
}
.estate-loan .loan-box {
  width: 640px;
  margin: 0 auto 50px auto;
}
.estate-loan .loan-box th {
  font-size: 14px;
}
.estate-loan .price-area {
  width: 350px;
  padding: 20px;
  margin: 0 auto;
  background-color: #FFFDE5;
  border: solid 1px #FF8800;
}
.estate-loan .price-area .price-box {
  display: table;
  width: 350px;
}
.estate-loan .price-area .price-box-lt {
  display: table-cell;
  width: 135px;
  vertical-align: middle;
  font-size: 18px;
}
.estate-loan .price-area .price-box-rt {
  display: table-cell;
  width: 215px;
  text-align: right;
  vertical-align: middle;
}
.estate-loan .price-area .monthly-price {
  font-size: 40px;
  color: #ff0000;
  margin: 0 5px 0 0;
}

/**
 *
 * リフォーム事例
 * 
 * @copyright  2017 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  リフォーム事例一覧
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.reform__list {
  margin: 0 0 30px 0;
}
.reform__list ul {
  font-size: 0;
  margin-bottom: 10px;
}
.reform__list li {
  width: 30%;
  margin: 0 5% 30px 0;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.reform__list li:nth-of-type(3n) {
  margin-right: 0;
}
.reform__list li a img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 4/3;
  margin: 0 0 5px 0;
}
.reform__list li a img:hover {
  opacity: 0.7;
}
.reform__list ._comment {
  height: 60px;
  font-size: 13px;
  margin: 3px 0 10px 0;
}
.reform__list ._tag {
  height: 25px;
}
.reform__list .tag {
  border-radius: 0px;
  font-weight: normal;
  margin-bottom: 3px;
}
.reform__list ._detail {
  font-size: 13px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  リフォーム事例詳細
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.reform__detail .img-area {
  background-color: #fff;
}

.reform__detail-about {
  width: 100%;
  margin-bottom: 80px;
}
.reform__detail-about h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.reform__detail-about h4 {
  font-size: 15px;
  background: #777;
  padding: 5px 10px 3px 10px;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
}
.reform__detail-about ._lt {
  width: 45%;
  float: left;
}
.reform__detail-about ._rt {
  width: 45%;
  float: right;
}
.reform__detail-about ._item-list dl {
  margin-bottom: 0;
  padding: 7px 2px;
  border-bottom: 1px dotted #999999;
}
.reform__detail-about ._item-list dl:after {
  content: "";
  display: block;
  clear: both;
}
.reform__detail-about ._item-list dl dt {
  display: block;
  font-weight: bold;
  float: left;
  width: 30%;
  margin-right: 5%;
}
.reform__detail-about ._item-list dl dd {
  display: block;
  float: left;
  width: 65%;
}

.reform__before-after {
  margin-bottom: 80px;
}
.reform__before-after:after {
  content: "";
  display: block;
  clear: both;
}
.reform__before-after h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 15px 0;
}
.reform__before-after ._img {
  display: table;
  float: left;
}
.reform__before-after ._img ._before {
  width: 250px;
  display: table-cell;
}
.reform__before-after ._img ._arrow {
  width: 70px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding-top: 23px;
}
.reform__before-after ._img ._arrow i {
  font-size: 22px;
  color: #555;
}
.reform__before-after ._img ._after {
  width: 250px;
  display: table-cell;
}
.reform__before-after ._comment {
  width: 350px;
  float: right;
}
.reform__before-after ._before img,
.reform__before-after ._after img {
  max-width: 250px;
}
.reform__before-after ._before p,
.reform__before-after ._after p {
  color: #ff7300;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 5px;
}

/**
 *
 * お客様の声
 * 
 * @copyright  2017 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  お客様の声一覧
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.survey__list {
  margin: 0 0 30px 0;
}
.survey__list ul {
  font-size: 0;
}
.survey__list ul:after {
  content: "";
  display: block;
  clear: both;
}
.survey__list li {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
.survey__list li a {
  width: 200px;
  display: inline-block;
  color: #000000;
  text-decoration: none;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #CCCCCC;
  margin-right: 20px;
  margin-bottom: 20px;
}
.survey__list li a:hover {
  opacity: 0.6;
}
.survey__list ._image {
  margin-bottom: 10px;
}
.survey__list ._image img {
  display: block;
}
.survey__list ._name {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}
.survey__list ._tag {
  margin-bottom: 10px;
}
.survey__list ._detail {
  font-size: 13px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  お客様の声詳細
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.survey__detail {
  width: 980px;
  margin-bottom: 50px;
}
.survey__detail:after {
  content: "";
  display: block;
  clear: both;
}
.survey__detail ._lt {
  width: 450px;
  float: left;
}
.survey__detail ._rt {
  width: 480px;
  float: right;
}
.survey__detail ._cstmr_type {
  border-bottom: solid 2px #336089;
  margin-bottom: 20px;
}
.survey__detail ._cstmr_type span {
  padding: 5px;
  width: 100px;
  display: block;
  border-radius: 4px 4px 0 0;
  border-bottom: none;
  text-align: center;
  font-size: 16px;
  background-color: #336089;
  color: #fff;
}
.survey__detail ._name h3 {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
}
.survey__detail ._ques {
  font-weight: bold;
  margin-bottom: 10px;
}
.survey__detail ._ques i {
  color: #336089;
}
.survey__detail ._ans {
  margin-bottom: 30px;
}
.survey__detail ._staff-box {
  padding: 20px;
  border-radius: 4px;
  background-color: #efefef;
}
.survey__detail ._staff-box h4 {
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  margin-bottom: 15px;
}
.survey__detail ._staff-comment:after {
  content: "";
  display: block;
  clear: both;
}
.survey__detail ._staff-comment ._image {
  float: left;
  margin: 0 15px 10px 0;
  text-align: center;
}
.survey__detail ._staff-comment ._image img {
  margin-bottom: 10px;
}

.survey__tag {
  padding: 2px 10px;
  display: inline-block;
  text-align: center;
  font-size: 13px;
}
.survey__tag._area {
  background-color: #ede5cb;
}
.survey__tag._type {
  background-color: #eee;
}

/**
 *
 * ブログ
 * 
 * @copyright  2017 Sesh
 * @version  1.0.0
 */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  ブログ一覧
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.cms__slog {
  /** レイアウト */
  /** タグ */
}
.cms__slog ._container {
  width: 980px;
  margin: 0 auto;
  /** サイド */
  /** メイン */
}
.cms__slog ._container:after {
  content: "";
  display: block;
  clear: both;
}
.cms__slog ._container ._left {
  width: 200px;
  margin: 0 20px 0 0;
  float: left;
}
.cms__slog ._container ._main {
  width: 760px;
  float: left;
}
.cms__slog ._left {
  /** リスト */
}
.cms__slog ._left h2 {
  font-size: 15px;
  font-weight: bold;
  color: #555;
  border-bottom: solid 1px #999;
  margin: 0;
  height: 35px;
  line-height: 35px;
}
.cms__slog ._left ._left-list {
  margin: 0 0 30px 0;
}
.cms__slog ._left ._left-list li {
  font-size: 13px;
}
.cms__slog ._left ._left-list li a {
  width: 100%;
  padding: 10px 0;
  display: inline-block;
  text-decoration: none;
}
.cms__slog .entry_tit {
  font-size: 26px;
  font-weight: bold;
  color: #555;
  margin-bottom: 20px;
}
.cms__slog img {
  max-width: 100%;
}
.cms__slog ._tag {
  display: inline-block;
  padding: 5px 10px;
  text-align: center;
  background-color: #efefef;
  text-decoration: none;
  color: #2d2d2d;
  font-size: 12px;
}
.cms__slog a._tag:hover {
  background-color: #ccc;
}
.cms__slog .entry_list {
  margin-bottom: 30px;
}
.cms__slog .entry_list > ul > li {
  border-bottom: solid 1px #ddd;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: table;
  width: 100%;
}
.cms__slog .entry_list > ul > li ._detail {
  display: table-cell;
  vertical-align: top;
}
.cms__slog .entry_list > ul > li ._detail h2 {
  margin-bottom: 10px;
}
.cms__slog .entry_list > ul > li ._detail h2 a {
  color: #004EA2;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.cms__slog .entry_list > ul > li ._detail h2 a:hover {
  text-decoration: underline;
}
.cms__slog .entry_list > ul > li ._image {
  display: table-cell;
  vertical-align: top;
  width: 150px;
  padding-left: 20px;
}
.cms__slog .entry_img_list > ul {
  font-size: 0;
}
.cms__slog .entry_img_list > ul > li {
  width: 30%;
  margin: 0 5% 30px 0;
  display: inline-block;
  vertical-align: top;
}
.cms__slog .entry_img_list > ul > li:nth-of-type(3n) {
  margin-right: 0;
}
.cms__slog .entry_img_list > ul > li ._image {
  margin-bottom: 10px;
}
.cms__slog .entry_img_list > ul > li ._image img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  aspect-ratio: 4/3;
}
.cms__slog .entry_img_list > ul > li ._detail {
  font-size: 14px;
}
.cms__slog .entry_img_list > ul > li ._detail h2 {
  margin-bottom: 10px;
}
.cms__slog .entry_img_list > ul > li ._detail h2 a {
  color: #004EA2;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.cms__slog .entry_img_list > ul > li ._detail h2 a:hover {
  text-decoration: underline;
}
.cms__slog .entry_pager {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  padding: 10px 0;
  margin-bottom: 30px;
}
.cms__slog .entry_pager:after {
  content: "";
  display: block;
  clear: both;
}
.cms__slog .entry_pager .pager_lt {
  width: 50%;
  float: left;
}
.cms__slog .entry_pager .pager_lt a {
  display: block;
  line-height: 50px;
  position: relative;
  padding-left: 30px;
  color: #000;
}
.cms__slog .entry_pager .pager_lt a:after {
  content: "";
  display: block;
  clear: both;
}
.cms__slog .entry_pager .pager_lt a ._title {
  display: block;
  float: left;
  padding-left: 15px;
}
.cms__slog .entry_pager .pager_lt a:hover ._title {
  text-decoration: underline;
}
.cms__slog .entry_pager .pager_lt a img {
  float: left;
}
.cms__slog .entry_pager .pager_lt a ._arrow {
  position: absolute;
  display: block;
  width: 20px;
  top: 0;
  left: 0;
  font-size: 20px;
  text-align: center;
}
.cms__slog .entry_pager .pager_rt {
  width: 50%;
  float: right;
}
.cms__slog .entry_pager .pager_rt a {
  display: block;
  line-height: 50px;
  position: relative;
  padding-right: 30px;
  color: #000;
}
.cms__slog .entry_pager .pager_rt a:after {
  content: "";
  display: block;
  clear: both;
}
.cms__slog .entry_pager .pager_rt a ._title {
  display: block;
  float: right;
  text-align: right;
  padding-right: 15px;
}
.cms__slog .entry_pager .pager_rt a:hover ._title {
  text-decoration: underline;
}
.cms__slog .entry_pager .pager_rt a img {
  float: right;
}
.cms__slog .entry_pager .pager_rt a ._arrow {
  position: absolute;
  display: block;
  width: 20px;
  top: 0;
  right: 0;
  font-size: 20px;
  text-align: center;
}

/**
 * ミニブログ
 */
.cms__mlog {
  /** レイアウト */
  /** 記事一覧 */
}
.cms__mlog a {
  color: #004EA2 !important;
  text-decoration: none !important;
}
.cms__mlog a:hover {
  text-decoration: underline !important;
}
.cms__mlog ._container {
  width: 980px;
  margin: 0 auto;
  /** サイド */
  /** メイン */
}
.cms__mlog ._container:after {
  content: "";
  display: block;
  clear: both;
}
.cms__mlog ._container ._left {
  width: 200px;
  margin: 0 20px 0 0;
  float: left;
}
.cms__mlog ._container ._main {
  width: 760px;
  float: left;
}
.cms__mlog ._left {
  /** ボタン */
}
.cms__mlog ._left h2 {
  font-size: 15px;
  font-weight: bold;
  color: #555;
  border-bottom: solid 1px #999;
  margin: 0 0 10px 0;
  height: 35px;
  line-height: 35px;
}
.cms__mlog ._left ._btn {
  display: inline-block;
  width: 120px;
  padding: 5px 0;
  text-align: center;
  background-color: #efefef;
  text-decoration: none;
  color: #2d2d2d !important;
  font-size: 12px;
}
.cms__mlog ._left ._btn:hover {
  background-color: #ddd;
  text-decoration: none !important;
}
.cms__mlog .entry-list li {
  width: 600px;
  padding: 10px;
  border-top: solid 1px #ddd;
}
.cms__mlog .img-box {
  position: relative;
  width: 500px;
  margin: 0 auto;
}
.cms__mlog .img-box a {
  display: inline-block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}
.cms__mlog .img-box.col-1 {
  padding-bottom: 500px;
}
.cms__mlog .img-box.col-1 a {
  width: 100%;
  padding-bottom: 100%;
  top: 0;
  left: 0;
}
.cms__mlog .img-box.col-2 {
  padding-bottom: 250px;
}
.cms__mlog .img-box.col-2 a {
  width: 49%;
  padding-bottom: 50%;
  top: 0;
}
.cms__mlog .img-box.col-2 .img-1 {
  left: 0;
}
.cms__mlog .img-box.col-2 .img-2 {
  right: 0;
}
.cms__mlog .img-box.col-3 {
  padding-bottom: 500px;
}
.cms__mlog .img-box.col-3 .img-1 {
  width: 49%;
  padding-bottom: 100%;
  top: 0;
  left: 0;
}
.cms__mlog .img-box.col-3 .img-2,
.cms__mlog .img-box.col-3 .img-3 {
  width: 49%;
  padding-bottom: 50%;
}
.cms__mlog .img-box.col-3 .img-2 {
  right: 0;
}
.cms__mlog .img-box.col-3 .img-3 {
  right: 0;
  bottom: 0;
}
.cms__mlog .img-box.col-4 {
  padding-bottom: 500px;
}
.cms__mlog .img-box.col-4 a {
  width: 49%;
  padding-bottom: 50%;
}
.cms__mlog .img-box.col-4 .img-1 {
  top: 0;
  left: 0;
}
.cms__mlog .img-box.col-4 .img-2 {
  top: 0;
  right: 0;
}
.cms__mlog .img-box.col-4 .img-3 {
  left: 0;
  bottom: 0;
}
.cms__mlog .img-box.col-4 .img-4 {
  right: 0;
  bottom: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  ログイン
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.cms__auth {
  /* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
  //  ログインボタン
  // ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
}
.cms__auth .login {
  display: table;
}
.cms__auth .login .radius-box {
  background-color: #FFFFFF;
  border-radius: 4px;
  padding: 15px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: table-cell;
}
.cms__auth .login .radius-box.gray {
  background-color: #FAFAFA;
  border: solid 1px #DEDEDE;
}
.cms__auth .login .dijitTextBox {
  background-color: #fff !important;
  /*
  input[type="text"], input[type="password"] {
      font-size: 18px;
  }

  .dijitValidationContainer {
      padding: 5px 0 !important;
  }

  .dijitInputInner {
      padding: 5px !important;
  }

  .dijitPlaceHolder {
      font-size: 16px !important;
      padding: 6px !important;
  }
  */
}
.cms__auth .btn-login {
  display: inline-block;
  width: 300px;
  padding: 8px 15px;
  color: #fff !important;
  text-decoration: none !important;
  text-align: left;
  font-size: 18px;
  border-radius: 4px;
  background-color: #4682b4;
  border: none;
  text-align: center;
}
.cms__auth .btn-login._red {
  background-color: #dd4b39;
}
.cms__auth .btn-login:hover {
  opacity: 0.8;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  求人一覧
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.cms__job-list > ul > li {
  margin-bottom: 35px;
  border-top: solid 1px #ccc;
}
.cms__job-list > ul > li:last-child {
  border-bottom: solid 1px #ccc;
}
.cms__job-list .job-list__header {
  margin-bottom: 10px;
  padding: 5px 15px;
  border-bottom: dotted 1px #ccc;
}
.cms__job-list .job-list__header:after {
  content: "";
  display: block;
  clear: both;
}
.cms__job-list .job-list__header h3 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.cms__job-list .job-list__header h3 a {
  color: #1d3994;
  text-decoration: none;
}
.cms__job-list .job-list__header h3 a:hover {
  text-decoration: underline;
}
.cms__job-list .job-list__header .job-list__header--left {
  float: left;
  width: 700px;
  padding: 10px 0;
}
.cms__job-list .job-list__header .job-list__header--right {
  float: left;
  width: 250px;
  text-align: right;
}
.cms__job-list .job-list__body {
  padding: 15px;
}
.cms__job-list .job-list__body:after {
  content: "";
  display: block;
  clear: both;
}
.cms__job-list .job-list__body .job-list__detail {
  float: left;
  width: 700px;
}
.cms__job-list .job-list__body .job-list__detail dt {
  font-weight: bold;
  width: 100px;
  float: left;
  margin-bottom: 10px;
}
.cms__job-list .job-list__body .job-list__detail dd {
  margin-bottom: 10px;
  width: 600px;
  float: left;
}
.cms__job-list .job-list__body .job-list__image {
  text-align: center;
  float: right;
  width: 200px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  求人詳細
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.cms__job-detail {
  margin-bottom: 50px;
}
.cms__job-detail:after {
  content: "";
  display: block;
  clear: both;
}
.cms__job-detail .job-detail__about {
  width: 650px;
  float: left;
}
.cms__job-detail .job-detail__image {
  width: 300px;
  float: right;
}
.cms__job-detail .job-detail__image__main {
  text-align: center;
  margin-bottom: 20px;
}
.cms__job-detail .job-detail__image__sub {
  width: 300px;
  margin: 0 auto;
}
.cms__job-detail .job-detail__image__sub:after {
  content: "";
  display: block;
  clear: both;
}
.cms__job-detail .job-detail__image__sub li {
  float: left;
  margin-right: 4px;
}
.cms__job-detail .job-detail__image__sub li:last-child {
  margin-right: 0;
}
.cms__job-detail .job-detail__image__sub li a {
  display: block;
  border: solid 1px #eee;
}
.cms__job-detail .job-detail__image__sub li img {
  display: block;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  店舗情報
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.cms__shop-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cms__shop-image .cms__shop-image__item {
  width: 23.5%;
  margin-right: 2%;
}
.cms__shop-image .cms__shop-image__item:last-child {
  margin-right: 0;
}
.cms__shop-image .cms__shop-image__item img {
  width: 100%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
//  施設一覧
// ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.facility__list {
  margin: 0 0 30px 0;
}
.facility__list ul {
  font-size: 0;
}
.facility__list ul > p {
  font-size: 14px;
}
.facility__list li {
  width: 150px;
  display: inline-block;
  vertical-align: top;
  padding: 10px;
  border: solid 1px #CCCCCC;
  margin-right: 18px;
  margin-bottom: 20px;
  font-size: 14px;
}
.facility__list ._image {
  height: 150px;
  margin-bottom: 10px;
}
.facility__list ._image img {
  display: block;
}
.facility__list ._detail {
  font-size: 12px;
}