@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 8/9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chromes increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
//  height: 100%;
  height: 300px;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
}

html,
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', YuGothic, '游ゴシック', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, sans-serif;
  font-size: 14px;
  color: #111;
  line-height: 1.4;
}

html *,
body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

#v4_content {
  margin-top: 18px;
  padding-bottom: 60px;
  min-width: 980px;
}

#v4_content.popup {
  width: 750px;
  min-width: 0;
  margin-right: auto;
  margin-left: auto;
}

#mainContent {
  margin-top: 18px;
  float: left;
  width: 700px;
}

#subContent {
  margin-top: 18px;
  float: right;
  width: 230px;
  background-color: #f2f2f2;
  padding: 20px;
}

#subContent img {
  max-width: 100%;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.baseWidth {
  margin: 0 auto;
  width: 980px;
}

.popup .baseWidth {
  width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.lineHeight0 {
  line-height: 0;
}

.carouselWrap {
  margin-top: 18px;
  padding: 0;
}

.carouselWrap.slick-slider {
  margin-bottom: 48px;
}

.carouselWrap .slick-list {
  margin: 0 34px;
}

.carouselWrap .carouselItem {
  margin: 0 7px;
  outline: none;
}

.carouselWrap .slick-arrow {
  z-index: 200;
  height: 30px;
  margin-top: -16px;
  -webkit-transform: translate(0px, 0%);
          transform: translate(0px, 0%);
}

.carouselWrap .slick-arrow:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.carouselWrap .slick-arrow:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.carouselWrap .slick-arrow.slick-disabled {
  display: none !important;
}

.carouselWrap .slick-prev {
  left: 0;
}

.carouselWrap .slick-prev:before {
  font-family: "FontAwesome";
  content: '\f104';
  color: #b7b7b7;
  font-size: 50px;
  vertical-align: bottom;
  line-height: 0;
}

.carouselWrap .slick-next {
  right: 0;
}

.carouselWrap .slick-next:before {
  font-family: "FontAwesome";
  content: '\f105';
  color: #b7b7b7;
  font-size: 50px;
  vertical-align: bottom;
  line-height: 0;
}

.carouselWrap .slick-dots {
  position: relative;
  bottom: -18px;
}

.carouselWrap .slick-dots li button {
  width: 16px;
  height: 16px;
}

.carouselWrap .slick-dots li button:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-family: "FontAwesome";
  content: '\f111';
  color: #e4e4e4;
  font-size: 16px;
}

.carouselWrap .slick-dots li.slick-active button:before {
  color: #d7092f;
}

.carouselWrap.photoGallery {
  margin-top: 0;
  margin-right: 35px;
  width: 615px;
  height: 385px;
  float: right;
  border: 1px solid #ddd;
  background-color: #fff;
}

.carouselWrap.photoGallery.slick-slider {
  margin-bottom: 18px;
}

.carouselWrap.photoGallery .slick-prev {
  left: -35px;
}

.carouselWrap.photoGallery .slick-next {
  right: -35px;
}

.carouselWrap.photoGallery .slick-next:before {
  font-size: 54px;
}

.carouselWrap.photoGallery .slick-list {
  margin: 0;
}

.carouselWrap.photoGallery .slick-list:before {
  font-size: 54px;
}

.carouselWrap.photoGallery .carouselItem {
  position: relative;
  margin: 0;
  text-align: center;
  line-height: 0;
  height: 378px;
}

.carouselWrap.photoGallery .carouselItem img {
  display: block;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 380px;
}

.carouselWrap.photoGalleryTmb {
  margin-top: 0;
}

.carouselWrap.photoGalleryTmb.slick-slider {
  margin-bottom: 18px;
}

.carouselWrap.photoGalleryTmb .slick-list {
  margin: 0;
  margin-right: -4px;
  width: 100%;
}

.carouselWrap.photoGalleryTmb .slick-track {
  width: 100% !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
          transform: translate3d(0, 0, 0) !important;
}

.carouselWrap.photoGalleryTmb .carouselItem {
  width: 100px;
  height: 66px;
  margin: 0;
  text-align: center;
  line-height: 0;
  border: 3px solid #efefef;
  cursor: pointer;
  background-color: #fff;
}

.carouselWrap.photoGalleryTmb .carouselItem:active, .carouselWrap.photoGalleryTmb .carouselItem:active:hover, .carouselWrap.photoGalleryTmb .carouselItem:focus, .carouselWrap.photoGalleryTmb .carouselItem:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.carouselWrap.photoGalleryTmb .carouselItem.slick-current {
  border: 3px solid #d7092f;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.carouselWrap.photoGalleryTmb .carouselItem img {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  max-width: 100%;
  max-height: 60px;
}

.carouselWrap.js-carouselCampaign {
  margin-bottom: 0;
}

.carouselWrap.js-carouselCampaign .slick-list {
  margin: 0 15px;
}

.carouselWrap.js-carouselCampaign .slick-arrow {
  margin-top: 0;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

.carouselWrap.js-carouselCampaign .slick-prev {
  left: -10px;
}

.carouselWrap.js-carouselCampaign .slick-next {
  right: -10px;
}

.carouselWrap.js-carouselCampaign .slick-slide {
  margin: 0 10px;
  text-align: center;
  height: auto;
}

.carouselWrap.js-carouselCampaign .slick-slide a:active, .carouselWrap.js-carouselCampaign .slick-slide a:active:hover, .carouselWrap.js-carouselCampaign .slick-slide a:focus, .carouselWrap.js-carouselCampaign .slick-slide a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/*
.carouselWrap.js-carouselCampaign .slick-slide img{
  max-width: 630px;
  max-height: 100%;

}
*/

.carouselWrap.js-carouselCampaign .slick-slide img{
  max-width: 210px;
  max-height: 100%;
}
.carouselWrap.carouselBoxItem .slick-arrow {
  top: calc(50% - 17px) !important;
}

#overlay {
  display: none;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 990;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

#overlay.init {
  display: block;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

#overlayInit {
  display: block;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  z-index: 990;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
}

#modal,
.modalIn {
  z-index: 1000;
  position: absolute;
  width: 910px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
}

.modalIn {
  display: none;
}

#modalWrap .modalHead,
.modalInWrap .modalHead {
  padding: 20px 20px 16px 20px;
}

#modalWrap .modalHead:before, #modalWrap .modalHead:after,
.modalInWrap .modalHead:before,
.modalInWrap .modalHead:after {
  content: "";
  display: table;
}

#modalWrap .modalHead:after,
.modalInWrap .modalHead:after {
  clear: both;
}

#modalWrap .modalHead + .v4_h2Default,
.modalInWrap .modalHead + .v4_h2Default {
  margin-top: 0;
  border-top-width: 2px;
  margin-right: 20px;
  margin-left: 20px;
}

#modalWrap .modalTitle,
.modalInWrap .modalTitle {
  float: left;
  width: 840px;
  font-size: 22px;
  font-weight: bold;
}

#modalWrap .modalCloseBtn,
.modalInWrap .modalCloseBtn {
  float: right;
  cursor: pointer;
}

#modalWrap .modalCloseBtn i.fa,
.modalInWrap .modalCloseBtn i.fa {
  margin-top: -3px;
  color: #d7092f;
  font-size: 30px;
}

#modalWrap .modalBody,
.modalInWrap .modalBody {
  padding: 20px;
}

#modalWrap .modalFoot,
.modalInWrap .modalFoot {
  padding: 20px;
}

.modalFixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 1000;
  text-align: center;
}

.modalFixed .modalFoot {
  margin: 0 auto;
  padding: 20px;
  width: 910px;
  text-align: left;
}

#modal.imgModal .modalBody,
.modalIn.imgModal .modalBody {
  text-align: center;
}

#modal.imgModal .modalBody img,
.modalIn.imgModal .modalBody img {
  max-width: 100%;
}

input[type="checkbox"], input[type="radio"] {
  display: none;
}

input[type="checkbox"] + label, input[type="radio"] + label {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  vertical-align: top;
}

input[type="checkbox"] + label:before, input[type="radio"] + label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  width: 19px;
  height: 19px;
  border: 1px solid #a9a9a9;
}

input, textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
}

:placeholder-shown,
::-webkit-input-placeholder {
  color: #e1e1e1;
}

:-ms-input-placeholder {
  color: #e1e1e1;
}

::-moz-placeholder {
  color: #e1e1e1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

button {
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  background-color: transparent;
}

input,
select,
textarea {
  padding: 10px;
  border: 1px solid #a9a9a9;
}

input.sizeS,
select.sizeS,
textarea.sizeS {
  width: 100px;
}

input.sizeM,
select.sizeM,
textarea.sizeM {
  width: 240px;
}

input.sizeL,
select.sizeL,
textarea.sizeL {
  width: 320px;
}

input.sizeLL,
select.sizeLL,
textarea.sizeLL {
  width: 460px;
}

input.wMax,
select.wMax,
textarea.wMax {
  width: 100%;
}

textarea {
  min-height: 40px;
}

input {
  padding: 10px;
}

input[type="checkbox"] + label:before {
  background: #fff;
}

input[type="checkbox"]:checked + label:before {
  border: none;
}

input[type="checkbox"]:checked + label:after {
  font-family: 'FontAwesome';
  content: '\f00c';
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  width: 20px;
  height: 18px;
  padding-top: 2px;
  text-align: center;
  color: #fff;
  background: #0073ea;
  line-height: 1;
}

.checkDisabled {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  vertical-align: top;
  color: #e1e1e1;
}

.checkDisabled:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 19px;
  height: 19px;
  border: 1px solid #ddd;
}

input[disabled="disabled"] + label > span {
  color: #e1e1e1;
}

input[type="checkbox"] + label:not(:last-child),
input[type="radio"] + label:not(:last-child) {
  margin-right: 12px;
}

input[type="radio"] + label:before {
  border-radius: 50%;
}

input[type="radio"]:checked + label:before {
  border: 7px solid #0073ea;
  width: 7px;
  height: 7px;
}

select {
  padding: 8px 24px 6px 8px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url("/common_v4/img/bg_select_01.png") no-repeat 94% 50%;
}

select::-ms-expand {
  display: none;
}

.js-suggest {
  position: relative;
}

.js-suggest .js-suggestArea {
  position: absolute;
  width: 100%;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 9px;
  background-color: #fff;
  z-index: 10;
}

.js-suggest .js-suggestItem {
  font-size: 12px;
  cursor: pointer;
}

.js-suggest .js-suggestItem + .js-suggestItem {
  margin-top: 9px;
}

.linkElm,
a, .iconLink .eml,
.iconLink a {
  color: #004ac4;
  cursor: pointer;
  text-decoration: underline;
}

.linkElm:active,
a:active, .iconLink .eml:active, .linkElm:active:hover,
a:active:hover, .iconLink .eml:active:hover, .linkElm:focus,
a:focus, .iconLink .eml:focus, .linkElm:hover,
a:hover, .iconLink .eml:hover {
  color: #004ac4;
  text-decoration: none;
}

.hover:active, .hover:active:hover, .hover:focus, .hover:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.iconLink {
  position: relative;
  padding-left: 18px;
}

.iconLink.fontM {
  padding-left: 20px;
}

.iconLink.fontL {
  padding-left: 22px;
}

.iconLink i.fa {
  position: absolute;
  left: 0;
  top: 2px;
  color: #d7092f;
}

.arrowLink {
  position: relative;
  padding-left: 14px;
  font-weight: bold;
}

.arrowLink:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "FontAwesome";
  content: "\f105";
  color: #d7092f;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 0.8;
}

.backLink {
  position: relative;
  padding-left: 14px;
  font-weight: bold;
}

.backLink:before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "FontAwesome";
  content: "\f104";
  color: #d7092f;
  font-size: 1.4em;
  font-weight: normal;
  line-height: 0.8;
}

.tabLink {
  border-bottom: 1px solid #a9a9a9;
}

.tabLink ul {
  display: table;
  margin-bottom: -1px;
}

.tabLink li {
  display: table-cell;
  height: 100%;
  padding-left: 20px;
}

.tabLink li > span,
.tabLink li > a {
  display: table;
  width: 165px;
  height: 100%;
  padding: 15px 5px 12px 5px;
  border: 1px solid #a9a9a9;
  background-color: #828282;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.tabLink li > a:active, .tabLink li > a:active:hover, .tabLink li > a:focus, .tabLink li > a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.tabLink li.curent > span {
  border-bottom-color: #fff;
  background-color: #fff;
  color: #111;
}

li {
  list-style: none;
}

.listLink li, .listLink2 li, .listLink3 li, .listLink4 li, .listLink5 li, .listLink6 li, .listLink7 li, .listLink8 li {
  float: left;
  margin-top: 12px;
  padding-right: 12px;
}

.listLink li .arrowLink, .listLink2 li .arrowLink, .listLink3 li .arrowLink, .listLink4 li .arrowLink, .listLink5 li .arrowLink, .listLink6 li .arrowLink, .listLink7 li .arrowLink, .listLink8 li .arrowLink {
  font-weight: normal;
}

.listLink:before, .listLink:after {
  content: "";
  display: table;
}

.listLink:after {
  clear: both;
}

.listLink li {
  float: none;
  padding-right: 0;
}

.listLink li:first-child {
  margin-top: 0;
}

.listLink2:before, .listLink2:after {
  content: "";
  display: table;
}

.listLink2:after {
  clear: both;
}

.listLink2 li {
  width: 50%;
}

.listLink2 li:nth-child(-n + 2) {
  margin-top: 0;
}

.listLink3:before, .listLink3:after {
  content: "";
  display: table;
}

.listLink3:after {
  clear: both;
}

.listLink3 li {
  width: 33.33333%;
}

.listLink3 li:nth-child(-n + 3) {
  margin-top: 0;
}

.listLink4:before, .listLink4:after {
  content: "";
  display: table;
}

.listLink4:after {
  clear: both;
}

.listLink4 li {
  width: 25%;
}

.listLink4 li:nth-child(-n + 4) {
  margin-top: 0;
}

.listLink5:before, .listLink5:after {
  content: "";
  display: table;
}

.listLink5:after {
  clear: both;
}

.listLink5 li {
  width: 20%;
}

.listLink5 li:nth-child(-n + 5) {
  margin-top: 0;
}

.listLink6:before, .listLink6:after {
  content: "";
  display: table;
}

.listLink6:after {
  clear: both;
}

.listLink6 li {
  width: 16.66666%;
}

.listLink6 li:nth-child(-n + 6) {
  margin-top: 0;
}

.listLink7:before, .listLink7:after {
  content: "";
  display: table;
}

.listLink7:after {
  clear: both;
}

.listLink7 li {
  width: 14.28%;
}

.listLink7 li:nth-child(-n + 7) {
  margin-top: 0;
}

.listLink8:before, .listLink8:after {
  content: "";
  display: table;
}

.listLink8:after {
  clear: both;
}

.listLink8 li {
  width: 12.5%;
}

.listLink8 li:nth-child(-n + 8) {
  margin-top: 0;
}

ul.disc {
  margin-left: 15px;
}

ul.disc > li {
  list-style: disc;
  padding-left: 5px;
}

.listFloatL:before, .listFloatL:after {
  content: "";
  display: table;
}

.listFloatL:after {
  clear: both;
}

.listFloatL.tight li {
  margin-right: 0;
  line-height: 0;
}

.listFloatL.tight li img {
  vertical-align: bottom;
}

.listFloatL li {
  float: left;
  margin-right: 9px;
}

.listBnr {
  margin-top: 24px;
}

.listBnr li {
  margin-top: 9px;
  line-height: 0;
}

.listBnr li:first-child {
  margin-top: 0;
}

.listBnr li a {
  display: block;
}

.v4_h2Default + .rowWrap,
.v4_h2Default + .rowBlock,
.v4_h2Icon + .rowWrap,
.v4_h2Icon + .rowBlock,
.v4_h2Simple + .rowWrap,
.v4_h2Simple + .rowBlock,
.v4_h3Default + .rowWrap,
.v4_h3Default + .rowBlock,
.v4_h4Default + .rowWrap,
.v4_h4Default + .rowBlock {
  margin-top: 24px;
}

.rowBlock {
  margin-right: -20px;
}

.rowBlock:before, .rowBlock:after {
  content: "";
  display: table;
}

.rowBlock:after {
  clear: both;
}

.rowBlock > div,
.rowBlock > .panelDefault,
.rowBlock > .rowChild,
.rowBlock > li {
  min-height: 1px;
  float: left;
  margin-top: 24px;
  margin-right: 20px;
}

.rowBlock.row2 > div,
.rowBlock.row2 > .panelDefault,
.rowBlock.row2 > .rowChild,
.rowBlock.row2 > li {
  width: calc(50% - 20px);
}

.rowBlock.row2 > div:nth-child(-n + 2),
.rowBlock.row2 > .panelDefault:nth-child(-n + 2),
.rowBlock.row2 > .rowChild:nth-child(-n + 2),
.rowBlock.row2 > li:nth-child(-n + 2) {
  margin-top: 0;
}

.rowBlock.row3 > div,
.rowBlock.row3 > .panelDefault,
.rowBlock.row3 > .rowChild,
.rowBlock.row3 > li {
  width: calc(33.3333% - 20px);
}

.rowBlock.row3 > div:nth-child(-n + 3),
.rowBlock.row3 > .panelDefault:nth-child(-n + 3),
.rowBlock.row3 > .rowChild:nth-child(-n + 3),
.rowBlock.row3 > li:nth-child(-n + 3) {
  margin-top: 0;
}

.rowWrap {
  margin-right: -10px;
  width: 100%;
}

.rowWrap:before, .rowWrap:after {
  content: "";
  display: table;
}

.rowWrap:after {
  clear: both;
}

.rowWrap > div,
.rowWrap > .panelDefault,
.rowWrap > .rowChild,
.rowWrap > li {
  min-height: 1px;
  float: left;
  margin-top: 24px;
  margin-right: 10px;
}

.row2 > div,
.row2 > .panelDefault,
.row2 > .rowChild,
.row2 > li {
  width: calc(50% - 10px);
}

.row2 > div:nth-child(-n + 2),
.row2 > .panelDefault:nth-child(-n + 2),
.row2 > .rowChild:nth-child(-n + 2),
.row2 > li:nth-child(-n + 2) {
  margin-top: 0;
}

.row3 > div,
.row3 > .panelDefault,
.row3 > .rowChild,
.row3 > li {
  width: calc(33.3333% - 10px);
}

.row3 > div:nth-child(-n + 3),
.row3 > .panelDefault:nth-child(-n + 3),
.row3 > .rowChild:nth-child(-n + 3),
.row3 > li:nth-child(-n + 3) {
  margin-top: 0;
}

.row3 > .lineBoxRow {
  margin-right: 0;
  width: calc(33.3333% + 8px);
}

.row3 > .lineBoxRow:first-child {
  width: calc(33.3333% - 4px);
}

.row3 > .lineBoxRow:last-child {
  width: calc(33.3333% - 4px);
}

.row4 > div,
.row4 > .panelDefault,
.row4 > .rowChild,
.row4 > li {
  width: calc(25% - 10px);
}

.row4 > div:nth-child(-n + 4),
.row4 > .panelDefault:nth-child(-n + 4),
.row4 > .rowChild:nth-child(-n + 4),
.row4 > li:nth-child(-n + 4) {
  margin-top: 0;
}

.row5 > div,
.row5 > .panelDefault,
.row5 > .rowChild,
.row5 > li {
  width: calc(20% - 10px);
}

.row5 > div:nth-child(-n + 5),
.row5 > .panelDefault:nth-child(-n + 5),
.row5 > .rowChild:nth-child(-n + 5),
.row5 > li:nth-child(-n + 5) {
  margin-top: 0;
}

dl.rowDL:before, dl.rowDL:after {
  content: "";
  display: table;
}

dl.rowDL:after {
  clear: both;
}

dl.rowDL:not(.floatL) + dl.rowDL:not(.floatL) {
  margin-top: 18px;
}

dl.rowDL.floatL {
  margin-right: 9px;
}

dl.rowDL dt {
  float: left;
}

dl.rowDL dt.sizeS {
  width: 150px;
}

dl.rowDL dt.sizeS + dd {
  width: calc(100% - 160px);
}

dl.rowDL dt.sizeM {
  width: 250px;
}

dl.rowDL dt.sizeM + dd {
  width: calc(100% - 260px);
}

dl.rowDL dt.sizeL {
  width: 350px;
}

dl.rowDL dt.sizeL + dd {
  width: calc(100% - 360px);
}

dl.rowDL dd {
  float: left;
}

.widthSize20p {
  width: 20% !important;
}

.widthSize25p {
  width: 25% !important;
}

.widthSize50p {
  width: 50% !important;
}

.widthSize60p {
  width: 60% !important;
}

.widthSize70p {
  width: 70% !important;
}

.widthSize75p {
  width: 75% !important;
}

.widthSize85p {
  width: 85% !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mtBlank {
  margin-top: 9px !important;
}

.mtS {
  margin-top: 18px !important;
}

.mtM {
  margin-top: 24px !important;
}

.mtL {
  margin-top: 48px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mrBlank {
  margin-right: 9px !important;
}

.mrS {
  margin-right: 18px !important;
}

.mrM {
  margin-right: 24px !important;
}

.mrL {
  margin-right: 48px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mbBlank {
  margin-bottom: 9px !important;
}

.mbS {
  margin-bottom: 18px !important;
}

.mbM {
  margin-bottom: 24px !important;
}

.mbL {
  margin-bottom: 48px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mlBlank {
  margin-left: 9px !important;
}

.mlS {
  margin-left: 18px !important;
}

.mlM {
  margin-left: 24px !important;
}

.mlL {
  margin-left: 48px !important;
}

.mAuto {
  margin-left: auto;
  margin-right: auto;
}

.m0 {
  margin: 0 !important;
}

.m5 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m20 {
  margin: 20px !important;
}

.m30 {
  margin: 30px !important;
}

.mBlank {
  margin: 9px !important;
}

.mS {
  margin: 18px !important;
}

.mM {
  margin: 24px !important;
}

.mL {
  margin: 48px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.ptBlank {
  padding-top: 9px !important;
}

.ptS {
  padding-top: 18px !important;
}

.ptM {
  padding-top: 24px !important;
}

.ptL {
  padding-top: 48px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.prBlank {
  padding-right: 9px !important;
}

.prS {
  padding-right: 18px !important;
}

.prM {
  padding-right: 24px !important;
}

.prL {
  padding-right: 48px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pbBlank {
  padding-bottom: 9px !important;
}

.pbS {
  padding-bottom: 18px !important;
}

.pbM {
  padding-bottom: 24px !important;
}

.pbL {
  padding-bottom: 48px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.plBlank {
  padding-left: 9px !important;
}

.plS {
  padding-left: 18px !important;
}

.plM {
  padding-left: 24px !important;
}

.plL {
  padding-left: 48px !important;
}

.p0 {
  padding: 0 !important;
}

.p10 {
  padding: 10px !important;
}

.p20 {
  padding: 20px !important;
}

.pBlank {
  padding: 9px !important;
}

.pS {
  padding: 18px !important;
}

.pM {
  padding: 24px !important;
}

.pL {
  padding: 48px !important;
}

.ptbJust10 {
  padding-top: 10px !important;
  padding-bottom: 8px !important;
}

.ptbJustS {
  padding-top: 18px !important;
  padding-bottom: 14px !important;
}

.ptbJustM {
  padding-top: 24px !important;
  padding-bottom: 20px !important;
}

.ptbJustL {
  padding-top: 48px !important;
  padding-bottom: 44px !important;
}

.btnDefault, .btnEm, .btnSldm, .btnOrange, .btnDisable {
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
  display: inline-block;
  cursor: pointer;
  width: auto;
  position: relative;
}

.btnDefault a, .btnEm a, .btnSldm a, .btnOrange a, .btnDisable a, .btnDefault button, .btnEm button, .btnSldm button, .btnOrange button, .btnDisable button, .btnDefault .buttonElm, .btnEm .buttonElm, .btnSldm .buttonElm, .btnOrange .buttonElm, .btnDisable .buttonElm {
  display: table;
  text-decoration: none;
  color: #fff;
}

.btnDefault:not(.js-openBtn) i.fa:first-child, .btnEm:not(.js-openBtn) i.fa:first-child, .btnSldm:not(.js-openBtn) i.fa:first-child, .btnOrange:not(.js-openBtn) i.fa:first-child, .btnDisable:not(.js-openBtn) i.fa:first-child {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 10px  8px;
}

.btnDefault:not(.js-openBtn) .imgIcon, .btnEm:not(.js-openBtn) .imgIcon, .btnSldm:not(.js-openBtn) .imgIcon, .btnOrange:not(.js-openBtn) .imgIcon, .btnDisable:not(.js-openBtn) .imgIcon {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 0;
  padding-left: 8px;
}

.btnDefault:not(.js-openBtn) .imgIcon img, .btnEm:not(.js-openBtn) .imgIcon img, .btnSldm:not(.js-openBtn) .imgIcon img, .btnOrange:not(.js-openBtn) .imgIcon img, .btnDisable:not(.js-openBtn) .imgIcon img {
  max-height: 24px;
}

.btnDefault .text, .btnEm .text, .btnSldm .text, .btnOrange .text, .btnDisable .text {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 10px 11px;
  font-weight: 900;
  font-size: 15px;
}

.btnDefault .text, .btnEm .text, .btnSldm .text, .btnOrange .text, .btnDisable .bundleText {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 10px 11px;
  font-weight: 900;
  font-size: 15px;
}

#v4_content #contentHead .btnDefault .text { /* for change todoufuken btn */
  font-size: 12px;
}

#v4_content #subContent .panelContent .panelBody .panelText .btnSldm .buttonElm .text { /* for DK SELECT btn */
  font-size: 14px;
}

.btnDefault i.fa.btnArrow, .btnEm i.fa.btnArrow, .btnSldm i.fa.btnArrow, .btnOrange i.fa.btnArrow, .btnDisable i.fa.btnArrow {
  position: absolute;
  top: 50%;
  right: 2%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  font-size: 1.6em;
  color: #e97a8f;
}

.btnDefault i.fa.btnArrow + .text, .btnEm i.fa.btnArrow + .text, .btnSldm i.fa.btnArrow + .text, .btnOrange i.fa.btnArrow + .text, .btnDisable i.fa.btnArrow + .text {
  padding-right: 1.6em;
}

.sizeSS.btnDefault .text, .sizeSS.btnEm .text, .sizeSS.btnSldm .text, .sizeSS.btnOrange .text, .sizeSS.btnDisable .text {
  width: 120px;
}

.sizeS.btnDefault .text, .sizeS.btnEm .text, .sizeS.btnSldm .text, .sizeS.btnOrange .text, .sizeS.btnDisable .text {
  width: 140px;
}

.sizeM.btnDefault .text, .sizeM.btnEm .text, .sizeM.btnSldm .text, .sizeM.btnOrange .text, .sizeM.btnDisable .text {
  width: 250px;
}

.sizeL.btnDefault .text, .sizeL.btnEm .text, .sizeL.btnSldm .text, .sizeL.btnOrange .text, .sizeL.btnDisable .text {
  width: 300px;
}

.wMax.btnDefault, .wMax.btnEm, .wMax.btnSldm, .wMax.btnOrange, .wMax.btnDisable {
  width: 100%;
}

.wMax.btnDefault a, .wMax.btnEm a, .wMax.btnSldm a, .wMax.btnOrange a, .wMax.btnDisable a, .wMax.btnDefault button, .wMax.btnEm button, .wMax.btnSldm button, .wMax.btnOrange button, .wMax.btnDisable button, .wMax.btnDefault .buttonElm, .wMax.btnEm .buttonElm, .wMax.btnSldm .buttonElm, .wMax.btnOrange .buttonElm, .wMax.btnDisable .buttonElm {
  width: 100%;
}

.wMax.btnDefault i.fa:first-child, .wMax.btnEm i.fa:first-child, .wMax.btnSldm i.fa:first-child, .wMax.btnOrange i.fa:first-child, .wMax.btnDisable i.fa:first-child {
  width: 36px;
}

.wMax.btnDefault .text, .wMax.btnEm .text, .wMax.btnSldm .text, .wMax.btnOrange .text, .wMax.btnDisable .text {
  width: calc(100% - 36px);
}

.wMax.btnDefault button .text, .wMax.btnEm button .text, .wMax.btnSldm button .text, .wMax.btnOrange button .text, .wMax.btnDisable button .text {
  width: 100% !important;
}

.btnSS.btnDefault, .btnSS.btnEm, .btnSS.btnSldm, .btnSS.btnOrange, .btnSS.btnDisable {
  font-size: 11px;
}

.btnSS.btnDefault .text, .btnSS.btnEm .text, .btnSS.btnSldm .text, .btnSS.btnOrange .text, .btnSS.btnDisable .text {
  font-weight: normal;
}

.btnS.btnDefault, .btnS.btnEm, .btnS.btnSldm, .btnS.btnOrange, .btnS.btnDisable {
  font-size: 12px;
}

.btnS.btnDefault .text, .btnS.btnEm .text, .btnS.btnSldm .text, .btnS.btnOrange .text, .btnS.btnDisable .text {
  font-weight: normal;
}

.btnM.btnDefault, .btnM.btnEm, .btnM.btnSldm, .btnM.btnOrange, .btnM.btnDisable {
  font-size: 16px;
}

.btnM.btnDefault i.fa:first-child, .btnM.btnEm i.fa:first-child, .btnM.btnSldm i.fa:first-child, .btnM.btnOrange i.fa:first-child, .btnM.btnDisable i.fa:first-child {
  padding: 15px  12px;
}

.btnM.btnDefault .imgIcon img, .btnM.btnEm .imgIcon img, .btnM.btnSldm .imgIcon img, .btnM.btnOrange .imgIcon img, .btnM.btnDisable .imgIcon img {
  max-height: 34px;
}

.btnM.btnDefault .text, .btnM.btnEm .text, .btnM.btnSldm .text, .btnM.btnOrange .text, .btnM.btnDisable .text {
  padding: 15px  12px;
}

.btnM.wMax.btnDefault i.fa:first-child, .btnM.wMax.btnEm i.fa:first-child, .btnM.wMax.btnSldm i.fa:first-child, .btnM.wMax.btnOrange i.fa:first-child, .btnM.wMax.btnDisable i.fa:first-child {
  width: 45px;
}

.btnM.wMax.btnDefault .text, .btnM.wMax.btnEm .text, .btnM.wMax.btnSldm .text, .btnM.wMax.btnOrange .text, .btnM.wMax.btnDisable .text {
  width: calc(100% - 45px);
}

.btnL.btnDefault, .btnL.btnEm, .btnL.btnSldm, .btnL.btnOrange, .btnL.btnDisable {
  font-size: 20px;
}

.btnL.btnDefault i.fa:first-child, .btnL.btnEm i.fa:first-child, .btnL.btnSldm i.fa:first-child, .btnL.btnOrange i.fa:first-child, .btnL.btnDisable i.fa:first-child {
  padding: 20px  15px;
}

.btnL.btnDefault .imgIcon img, .btnL.btnEm .imgIcon img, .btnL.btnSldm .imgIcon img, .btnL.btnOrange .imgIcon img, .btnL.btnDisable .imgIcon img {
  max-height: 48px;
}

.btnL.btnDefault .text, .btnL.btnEm .text, .btnL.btnSldm .text, .btnL.btnOrange .text, .btnL.btnDisable .text {
  padding: 20px  15px;
}

.btnL.wMax.btnDefault i.fa:first-child, .btnL.wMax.btnEm i.fa:first-child, .btnL.wMax.btnSldm i.fa:first-child, .btnL.wMax.btnOrange i.fa:first-child, .btnL.wMax.btnDisable i.fa:first-child {
  width: 55px;
}

.btnL.wMax.btnDefault .text, .btnL.wMax.btnEm .text, .btnL.wMax.btnSldm .text, .btnL.wMax.btnOrange .text, .btnL.wMax.btnDisable .text {
  width: calc(100% - 55px);
}

.btnDefault:not(.btnDisable):active, .btnEm:not(.btnDisable):active, .btnSldm:not(.btnDisable):active, .btnOrange:not(.btnDisable):active, .btnDisable:not(.btnDisable):active, .btnDefault:not(.btnDisable):active:hover, .btnEm:not(.btnDisable):active:hover, .btnSldm:not(.btnDisable):active:hover, .btnOrange:not(.btnDisable):active:hover, .btnDisable:not(.btnDisable):active:hover, .btnDefault:not(.btnDisable):focus, .btnEm:not(.btnDisable):focus, .btnSldm:not(.btnDisable):focus, .btnOrange:not(.btnDisable):focus, .btnDisable:not(.btnDisable):focus, .btnDefault:not(.btnDisable):hover, .btnEm:not(.btnDisable):hover, .btnSldm:not(.btnDisable):hover, .btnOrange:not(.btnDisable):hover, .btnDisable:not(.btnDisable):hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

a .btnDefault:active, a .btnEm:active, a .btnSldm:active, a .btnOrange:active, a .btnDisable:active, a .btnDefault:active:hover, a .btnEm:active:hover, a .btnSldm:active:hover, a .btnOrange:active:hover, a .btnDisable:active:hover, a .btnDefault:focus, a .btnEm:focus, a .btnSldm:focus, a .btnOrange:focus, a .btnDisable:focus, a .btnDefault:hover, a .btnEm:hover, a .btnSldm:hover, a .btnOrange:hover, a .btnDisable:hover {
  opacity: 1 !important;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.btnDefault {
  background-color: #f6f6f6;
  border: 1px solid #e7e7e7;
}

.btnDefault a,
.btnDefault button,
.btnDefault .buttonElm {
  color: #111;
}

.btnDefault i.fa:first-child {
  background-color: #e8e8e8;
  color: #d7092f;
}

.btnEm {
  background-color: #d7092f;
}

.btnEm i.fa:first-child {
  background-color: #bd1130;
}

.btnSldm {
  background: #fff;
  border: 3px solid #d7092f;
}

.btnSldm i.fa:first-child {
  background-color: #d7092f;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  padding-left: 5px !important;
}

.btnSldm .text {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.btnSldm.btnM i.fa:first-child {
  padding-left: 9px !important;
}

.btnSldm.btnM .text {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.btnSldm.btnL i.fa:first-child {
  padding-left: 12px !important;
}

.btnSldm.btnL .text {
  padding-top: 17px !important;
  padding-bottom: 17px !important;
}

.btnSldm .text {
  color: #111;
}

.btnOrange {
  background: #ff6c00;
}

.btnOrange i.fa:first-child {
  background-color: #cf5800;
}

.btnDisable {
  background: #ccc;
  cursor: default;
}

.btnDisable a,
.btnDisable button,
.btnDisable .buttonElm {
  cursor: default;
}

.btnDisable i.fa:first-child {
  background-color: #e8e8e8;
}

.btnIcon, .btnIconDisable {
  border-radius: 50%;
  display: inline-block;
}

.btnIcon a, .btnIconDisable a, .btnIcon button, .btnIconDisable button, .btnIcon .buttonElm, .btnIconDisable .buttonElm {
  display: table;
  text-decoration: none;
}

.btnIcon i.fa:first-child, .btnIconDisable i.fa:first-child {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 46px;
  height: 46px;
  font-size: 22px;
}

.btnIcon {
  background-color: #f6f6f6;
  cursor: pointer;
  border: 1px solid #e7e7e7;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}

.btnIcon a,
.btnIcon button,
.btnIcon .buttonElm {
  color: #d7092f;
}

.btnIcon:active, .btnIcon:active:hover, .btnIcon:focus, .btnIcon:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.btnIconDisable {
  background: #ccc;
  cursor: default;
  border: 1px solid #fff;
}

.btnIconDisable a,
.btnIconDisable button,
.btnIconDisable .buttonElm {
  color: #dfdfdf;
}

.js-btnSwitchingWrap .js-compareTargetBtn > .btnDisable,
.js-btnSwitchingWrap .js-allInTargetBtn > .btnDisable,
.js-btnSwitchingWrap .js-cityTargetBtn > .btnDisable {
  display: none;
}

.js-btnSwitchingWrap .js-compareTargetBtn > .btnEm,
.js-btnSwitchingWrap .js-compareTargetBtn > .btnDefault,
.js-btnSwitchingWrap .js-allInTargetBtn > .btnEm,
.js-btnSwitchingWrap .js-allInTargetBtn > .btnDefault,
.js-btnSwitchingWrap .js-cityTargetBtn > .btnEm,
.js-btnSwitchingWrap .js-cityTargetBtn > .btnDefault {
  display: block;
}

#js-extensionBtnSwitching .js-btnSwitchRentDwn .btnDefault,
#js-extensionBtnSwitching .js-btnSwitchRentUp .btnDefault,
#js-extensionBtnSwitching .js-btnSwitchFloorplanDwn .btnDefault,
#js-extensionBtnSwitching .js-btnSwitchFloorplanUp .btnDefault {
  display: none;
}

#js-extensionBtnSwitching .extensionElm .extensionBtn .btnDefault + .btnDisable .text {
  padding: 11px 9px;
}

#js-extensionBtnSwitching .extensionElm .extensionBtn .btnDefault + .btnDisable.sizeSS .text {
  width: 122px;
}

#js-extensionBtnSwitching .extensionElm .extensionBtn .btnDefault + .btnDisable.sizeS .text {
  width: 142px;
}

#js-extensionBtnSwitching .extensionElm .extensionBtn .btnDefault + .btnDisable.sizeM .text {
  width: 252px;
}

#js-extensionBtnSwitching .extensionElm .extensionBtn .btnDefault + .btnDisable.sizeL .text {
  width: 302px;
}

.js-btnSwitchingWrap .js-allInTargetBtn .btnDefault + .btnDisable .text,
.js-btnSwitchingWrap .js-compareTargetBtn .btnDefault + .btnDisable .text,
.js-btnSwitchingWrap .js-cityTargetBtn .btnDefault + .btnDisable .text {
  padding: 11px 9px;
}

.js-btnSwitchingWrap .js-allInTargetBtn .btnDefault + .btnDisable.sizeSS .text,
.js-btnSwitchingWrap .js-compareTargetBtn .btnDefault + .btnDisable.sizeSS .text,
.js-btnSwitchingWrap .js-cityTargetBtn .btnDefault + .btnDisable.sizeSS .text {
  width: 122px;
}

.js-btnSwitchingWrap .js-allInTargetBtn .btnDefault + .btnDisable.sizeS .text,
.js-btnSwitchingWrap .js-compareTargetBtn .btnDefault + .btnDisable.sizeS .text,
.js-btnSwitchingWrap .js-cityTargetBtn .btnDefault + .btnDisable.sizeS .text {
  width: 142px;
}

.js-btnSwitchingWrap .js-allInTargetBtn .btnDefault + .btnDisable.sizeM .text,
.js-btnSwitchingWrap .js-compareTargetBtn .btnDefault + .btnDisable.sizeM .text,
.js-btnSwitchingWrap .js-cityTargetBtn .btnDefault + .btnDisable.sizeM .text {
  width: 252px;
}

.js-btnSwitchingWrap .js-allInTargetBtn .btnDefault + .btnDisable.sizeL .text,
.js-btnSwitchingWrap .js-compareTargetBtn .btnDefault + .btnDisable.sizeL .text,
.js-btnSwitchingWrap .js-cityTargetBtn .btnDefault + .btnDisable.sizeL .text {
  width: 302px;
}

.js-btnSwitchingWrap .js-compareTargetBtn .btnDefault.sizeM,
.js-btnSwitchingWrap .js-compareTargetBtn .btnDisable.sizeM {
  width: 283px;
}

.tableDefault, .tableRow, .tableForm, .tableCheckBox, .tableHouse {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.wAuto.tableDefault, .wAuto.tableRow, .wAuto.tableForm, .wAuto.tableCheckBox, .wAuto.tableHouse {
  width: auto;
}

.tableDefault th, .tableRow th, .tableForm th, .tableCheckBox th, .tableHouse th {
  padding: 8px;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
  border: 1px solid #ddd;
  background: #f4f4f4;
}

.tableDefault td, .tableRow td, .tableForm td, .tableCheckBox td, .tableHouse td {
  padding: 8px;
  vertical-align: middle;
  border: 1px solid #ddd;
  text-align: center;
}

.wide.tableDefault th, .wide.tableRow th, .wide.tableForm th, .wide.tableCheckBox th, .wide.tableHouse th, .wide.tableDefault td, .wide.tableRow td, .wide.tableForm td, .wide.tableCheckBox td, .wide.tableHouse td {
  padding: 16px;
}

.layoutFixed.tableDefault, .layoutFixed.tableRow, .layoutFixed.tableForm, .layoutFixed.tableCheckBox, .layoutFixed.tableHouse {
  table-layout: fixed;
}

.tableDefault td.noBorder, .tableRow td.noBorder, .tableForm td.noBorder, .tableCheckBox td.noBorder, .tableHouse td.noBorder {
  border: none;
}

.tableDefault td.noBorder + td, .tableRow td.noBorder + td, .tableForm td.noBorder + td, .tableCheckBox td.noBorder + td, .tableHouse td.noBorder + td {
  border-left: none;
}

.textL.tableDefault th, .textL.tableRow th, .textL.tableForm th, .textL.tableCheckBox th, .textL.tableHouse th, .textL.tableDefault td, .textL.tableRow td, .textL.tableForm td, .textL.tableCheckBox td, .textL.tableHouse td, .tableDefault tr.textL th, .tableRow tr.textL th, .tableForm tr.textL th, .tableCheckBox tr.textL th, .tableHouse tr.textL th, .tableDefault tr.textL td, .tableRow tr.textL td, .tableForm tr.textL td, .tableCheckBox tr.textL td, .tableHouse tr.textL td {
  text-align: left;
}

.tableDefault td.textL, .tableRow td.textL, .tableForm td.textL, .tableCheckBox td.textL, .tableHouse td.textL {
  text-align: left;
}

.textT.tableDefault th, .textT.tableRow th, .textT.tableForm th, .textT.tableCheckBox th, .textT.tableHouse th, .textT.tableDefault td, .textT.tableRow td, .textT.tableForm td, .textT.tableCheckBox td, .textT.tableHouse td, .tableDefault tr.textT th, .tableRow tr.textT th, .tableForm tr.textT th, .tableCheckBox tr.textT th, .tableHouse tr.textT th, .tableDefault tr.textT td, .tableRow tr.textT td, .tableForm tr.textT td, .tableCheckBox tr.textT td, .tableHouse tr.textT td {
  vertical-align: top;
}

.tableDefault tr.listIn td, .tableRow tr.listIn td, .tableForm tr.listIn td, .tableCheckBox tr.listIn td, .tableHouse tr.listIn td {
  vertical-align: top;
}

.tableDefault tr.listIn td .listFloatL, .tableRow tr.listIn td .listFloatL, .tableForm tr.listIn td .listFloatL, .tableCheckBox tr.listIn td .listFloatL, .tableHouse tr.listIn td .listFloatL {
  margin-top: -5px;
  margin-right: -5px;
}

.tableDefault tr.listIn td .listFloatL li, .tableRow tr.listIn td .listFloatL li, .tableForm tr.listIn td .listFloatL li, .tableCheckBox tr.listIn td .listFloatL li, .tableHouse tr.listIn td .listFloatL li {
  margin-top: 5px;
  margin-right: 5px;
  width: 114px;
}

.tableDefault th.sizeCheckBox, .tableRow th.sizeCheckBox, .tableForm th.sizeCheckBox, .tableCheckBox th.sizeCheckBox, .tableHouse th.sizeCheckBox, .tableDefault td.sizeCheckBox, .tableRow td.sizeCheckBox, .tableForm td.sizeCheckBox, .tableCheckBox td.sizeCheckBox, .tableHouse td.sizeCheckBox {
  width: 39px;
}

.tableDefault th.sizeSS, .tableRow th.sizeSS, .tableForm th.sizeSS, .tableCheckBox th.sizeSS, .tableHouse th.sizeSS, .tableDefault td.sizeSS, .tableRow td.sizeSS, .tableForm td.sizeSS, .tableCheckBox td.sizeSS, .tableHouse td.sizeSS {
  width: 46px;
}

.tableDefault th.sizeS, .tableRow th.sizeS, .tableForm th.sizeS, .tableCheckBox th.sizeS, .tableHouse th.sizeS, .tableDefault td.sizeS, .tableRow td.sizeS, .tableForm td.sizeS, .tableCheckBox td.sizeS, .tableHouse td.sizeS {
  width: 64px;
}

.tableDefault th.sizeM, .tableRow th.sizeM, .tableForm th.sizeM, .tableCheckBox th.sizeM, .tableHouse th.sizeM, .tableDefault td.sizeM, .tableRow td.sizeM, .tableForm td.sizeM, .tableCheckBox td.sizeM, .tableHouse td.sizeM {
  width: 75px;
}

.tableDefault th.sizeL, .tableRow th.sizeL, .tableForm th.sizeL, .tableCheckBox th.sizeL, .tableHouse th.sizeL, .tableDefault td.sizeL, .tableRow td.sizeL, .tableForm td.sizeL, .tableCheckBox td.sizeL, .tableHouse td.sizeL {
  width: 95px;
}

.tableDefault th.sizeLL, .tableRow th.sizeLL, .tableForm th.sizeLL, .tableCheckBox th.sizeLL, .tableHouse th.sizeLL, .tableDefault td.sizeLL, .tableRow td.sizeLL, .tableForm td.sizeLL, .tableCheckBox td.sizeLL, .tableHouse td.sizeLL {
  width: 105px;
}

.tableDefault th.size3L, .tableRow th.size3L, .tableForm th.size3L, .tableCheckBox th.size3L, .tableHouse th.size3L, .tableDefault td.size3L, .tableRow td.size3L, .tableForm td.size3L, .tableCheckBox td.size3L, .tableHouse td.size3L {
  width: 115px;
}

.tableDefault th.size30p, .tableRow th.size30p, .tableForm th.size30p, .tableCheckBox th.size30p, .tableHouse th.size30p, .tableDefault td.size30p, .tableRow td.size30p, .tableForm td.size30p, .tableCheckBox td.size30p, .tableHouse td.size30p {
  width: 30%;
}

.tableDefault .arrowLink, .tableRow .arrowLink, .tableForm .arrowLink, .tableCheckBox .arrowLink, .tableHouse .arrowLink, .tableDefault .labelAc, .tableRow .labelAc, .tableForm .labelAc, .tableCheckBox .labelAc, .tableHouse .labelAc {
  display: inline-block;
}

.tableDefault .nowrap, .tableRow .nowrap, .tableForm .nowrap, .tableCheckBox .nowrap, .tableHouse .nowrap {
  white-space: nowrap;
}

.tableDefault .wordBreak, .tableRow .wordBreak, .tableForm .wordBreak, .tableCheckBox .wordBreak, .tableHouse .wordBreak {
  word-break: break-all;
}

.tableRow th {
  font-weight: normal;
}

.tableRow td {
  text-align: left;
}

.tableForm th {
  text-align: left;
}

.tableForm th:first-child {
  width: 140px;
}

.tableForm td {
  text-align: left;
}

.tableForm td > select + input[type="checkbox"],
.tableForm td > select + input[type="radio"] {
  margin-top: 0;
}

.tableForm td > select + input[type="checkbox"] + label,
.tableForm td > select + input[type="radio"] + label {
  margin-left: 9px;
  vertical-align: middle;
}

.tableCheckBox {
  margin-top: 24px;
}

.tableCheckBox th {
  padding: 8px 2px;
  font-size: 12px;
  font-weight: normal;
  border-left: none;
  border-right: none;
}

.tableCheckBox td {
  padding: 8px 2px;
  text-align: left;
  border-left: none;
  border-right: none;
}

.tableCheckBox td.textR2 {
  width: 170px;
  border-left: none;
  border-right: none;
}

.tableCheckBox td.textR2 .btnEm {
  float: right;
}

.tableCheckBox .checkBox {
  padding: 0;
  text-align: right;
}

.tableCheckBox .checkBox input[type="checkbox"] + label {
  width: 30px;
  padding-left: 0;
  text-align: center;
}

.tableCheckBox .checkBox input[type="checkbox"] + label:before, .tableCheckBox .checkBox input[type="checkbox"] + label:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.tableCheckBox .checkedBG th,
.tableCheckBox .checkedBG td {
  background-color: #fff1f1;
}

.tableCheckBox .linkTd {
  padding: 0;
}

.tableCheckBox .linkTd table th,
.tableCheckBox .linkTd table td {
  padding-left: 2px;
  padding-right: 2px;
  border: none;
}

.tableCheckBox .linkTd a {
  display: block;
  color: #111;
  text-decoration: none;
}

td.visitWrap {
  padding: 0;
  width: 40px;
}

td.visitWrap table {
  padding: 0;
  margin: 0;
  border: none;
}

td.visitWrap td.js-target {
  padding: 0;
  margin: 0;
  border: none;
  float: left;
  margin-left: 0px;
}

td.visited {
  padding: 0;
  border: none;
  float: left;
  margin-left: 0px;
}

td.visited span.Visited {
  color: #868686;
  border: 1px #868686 solid;
  font-size: 10px;
  line-height: 17px;
  text-align: center;
  display: inline-block;
  padding-right: 0;
  padding-left: 0;
}

.tableCheckBox .linkTd a:active, .tableCheckBox .linkTd a:active:hover, .tableCheckBox .linkTd a:focus, .tableCheckBox .linkTd a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.tableHouse {
  table-layout: fixed;
}

.tableHouse tr.checkEml th {
  width: 160px;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  background: #ffe4e6;
}

.tableHouse tr.checkEml th .js-allInTargetBtn {
  margin-top: 3px;
  min-height: 40px;
}

.tableHouse tr.checkEml th .btnEm,
.tableHouse tr.checkEml th .btnDisable {
  width: 100%;
}

.tableHouse tr.checkEml th .btnEm i.fa:first-child,
.tableHouse tr.checkEml th .btnDisable i.fa:first-child {
  width: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.tableHouse tr.checkEml th .btnEm .text,
.tableHouse tr.checkEml th .btnDisable .text {
  padding-left: 3px;
  padding-right: 0;
  text-align: center;
}

.tableHouse tr.checkEml td {
  background: #ffe4e6;
}

.tableHouse tr.checkEml td label {
  vertical-align: middle;
}

.tableHouse .logo {
  display: block;
  margin: 0 auto;
  width: 110px;
}

.tableHouse .loorPlan a.js-modalBtn,
.tableHouse .roomPhoto a.js-modalBtn {
  line-height: 1;
  display: block;
  width: 100%;
  height: 125px;
  position: relative;
  text-decoration: none;
}

.tableHouse .loorPlan a.js-modalBtn img,
.tableHouse .roomPhoto a.js-modalBtn img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
}

.tableHouse .loorPlan a.js-modalBtn:active, .tableHouse .loorPlan a.js-modalBtn:active:hover, .tableHouse .loorPlan a.js-modalBtn:focus, .tableHouse .loorPlan a.js-modalBtn:hover,
.tableHouse .roomPhoto a.js-modalBtn:active,
.tableHouse .roomPhoto a.js-modalBtn:active:hover,
.tableHouse .roomPhoto a.js-modalBtn:focus,
.tableHouse .roomPhoto a.js-modalBtn:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.tableHouse .loorPlan a.js-modalBtn:active img, .tableHouse .loorPlan a.js-modalBtn:active:hover img, .tableHouse .loorPlan a.js-modalBtn:focus img, .tableHouse .loorPlan a.js-modalBtn:hover img,
.tableHouse .roomPhoto a.js-modalBtn:active img,
.tableHouse .roomPhoto a.js-modalBtn:active:hover img,
.tableHouse .roomPhoto a.js-modalBtn:focus img,
.tableHouse .roomPhoto a.js-modalBtn:hover img {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.tableHouse .loorPlan a:after {
  font-family: 'FontAwesome';
  content: '\f00e';
  font-size: 28px;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 35px;
  right: 28px;
  color: #d7092f;
}

.tableElm {
  display: table;
}

.tableElm.wMax {
  width: 100%;
}

.tableElm > * {
  display: table-cell;
  vertical-align: middle;
}

.tableElm .nowrap {
  white-space: nowrap;
}

.tableElm .wordBreak {
  word-break: break-all;
}

.labelDefault, .labelEM, .labelDisable, .labelBorder {
  color: #fff;
  text-align: center;
  padding: 3px 10px 1px 10px;
  font-size: 12px;
  background-color: #fff;
}

.labelDefault.labelRed {
  color: #eb5959;
  border: 1px solid #eb5959;
}

.labelDefault.labelBlue {
  color: #435ebd;
  border: 1px solid #435ebd;
}

.labelDefault.labelGreen {
  color: #427800;
  border: 1px solid #427800;
}

.labelAc {
  font-size: 12px;
  padding: 4px 0 2px 0;
  text-align: center;
  color: #fff;
  width: 40px;
}

.labelAc.sizeM {
  width: 75px;
}

.labelAc.iconRequired {
  background-color: #e90000;
  margin-left: 9px;
  display: inline-block;
}

.labelAc.iconRed {
  background-color: #e90000;
}

.labelAc.iconOrange {
  background-color: #fd6c15;
}

.labelAc.iconGreen {
  background-color: #5a8c0a;
}

.labelEM {
  background: #fff1f1;
  border: 1px solid #d7092f;
  color: #d7092f;
}

.labelDisable {
  background: #efefef;
  border: 1px solid #ddd;
  color: #ddd;
}

.rowWrap > li {
  margin-top: 8px;
}

.rowWrap > li .labelEM,
.rowWrap > li .labelDisable {
  display: block;
  width: 100%;
}

.labelArrowWrap {
  display: table;
}

.labelArrowWrap .labelArrow {
  white-space: nowrap;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 15px;
  line-height: 1;
  background-repeat: no-repeat;
  background-image: url("/common_v4/img/bg_label_01.png");
  background-position: 100% 100%;
  background-size: auto 100%;
}

.labelArrowWrap i.fa {
  width: 20px;
  font-size: 1.5em;
}

.labelArrowWrap .text {
  text-align: center;
}

.labelArrowWrap .labelArrowEml {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}

.sizeS.labelArrowWrap .labelArrow .text {
  display: inline-block;
  width: 74px;
}

.sizeM.labelArrowWrap .labelArrow .text {
  display: inline-block;
  width: 140px;
}

.sizeL.labelArrowWrap .labelArrow .text {
  display: inline-block;
  width: 230px;
}

.wMax.labelArrowWrap {
  width: 100%;
}

.labelArrowGray .labelArrow {
  background-color: #efefef;
}

.labelArrowDGray .labelArrow {
  background-color: #868686;
  color: #fff;
  font-weight: bold;
}

.lineBoxRow {
  padding-left: 18px;
  padding-right: 18px;
}

.lineBoxRow + .lineBoxRow {
  border-left: 1px solid #ddd;
}

.lineBoxRow:first-child {
  padding-left: 0;
}

.lineBoxRow:last-child {
  padding-right: 0;
}

.lineBoxJust {
  line-height: 1;
}

.lineBoxJust * {
  line-height: 1.4;
}

.lineBoxB {
  border-bottom: 1px solid #ddd;
  padding-top: 9px;
  padding-bottom: 9px;
}

.lineBoxB:first-child {
  padding-top: 0;
}

.lineBoxB.lineBoxJust {
  padding-top: 0;
  padding-bottom: 0;
}

.bgWrapPink .lineBoxB {
  border-color: #f9b9bc;
}

.lineRedBox {
  border-top: 4px solid #d7092f;
  margin-top: 24px;
  padding-top: 18px;
}

.lineRedBox + .lineRedBox {
  margin-top: 48px;
}

.lineRedBox > .lineBox:first-child {
  padding-top: 0;
}

.borderBox {
  border: 1px solid #ddd;
  padding: 20px;
}

.colorWhite {
  color: #fff !important;
}

.colorRed {
  color: #d7092f !important;
}

.colorGray {
  color: #a1a1a1 !important;
}

.colorPink {
  color: #f87373 !important;
}

.colorThinPink {
  color: #ff94ac !important;
}

.colorBlue {
  color: #4e9ada !important;
}

.colorGreen {
  color: #4eb16d !important;
}

.colorOrange {
  color: #ff9a09 !important;
}

.textT {
  vertical-align: top !important;
}

.textM {
  vertical-align: middle !important;
}

.textB {
  vertical-align: bottom !important;
}

.textL {
  text-align: left !important;
}

.textC {
  text-align: center !important;
}

.textR {
  text-align: right !important;
}

.fontBase {
  font-size: 14px !important;
}

.fontS {
  font-size: 12px !important;
}

.fontM {
  font-size: 16px !important;
}

.fontL {
  font-size: 18px !important;
}

.fontLL {
  font-size: 20px !important;
}

.font3L {
  font-size: 24px !important;
}

.normal {
  font-weight: normal;
}

.emphasis {
  font-weight: bold;
}

dl.notes {
  padding-left: 0;
  text-indent: 0;
  color: #616161;
}

dl.notes dt {
  font-size: 14px;
  font-weight: bold;
}

dl.notes dd {
  padding-top: 9px;
  font-size: 12px;
}

.numPrice {
  color: #d7092f;
  font-size: 18px;
}

.numEm {
  color: #d7092f;
  font-weight: bold;
  font-size: 24px;
}

.panelDefault, .panelHouse {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #111;
}

.panelDefault .panelImg, .panelHouse .panelImg {
  line-height: 0;
}

.panelDefault .panelImg img, .panelHouse .panelImg img {
  border: 1px solid #ddd;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.panelDefault .panelIconImg, .panelHouse .panelIconImg {
  line-height: 0;
}

.panelDefault .panelText .arrowLink, .panelHouse .panelText .arrowLink {
  color: #004ac4;
}

.panelDefault .panelText .arrowLink span, .panelHouse .panelText .arrowLink span {
  text-decoration: underline;
}

.panelDefault .panelLinkBlock, .panelHouse .panelLinkBlock {
  padding: 10px 0 0 0;
  text-align: right;
}

.panelDefault .panelLinkBlock .arrowLink, .panelHouse .panelLinkBlock .arrowLink {
  display: inline-block;
}

.panelDefault:active, .panelHouse:active, .panelDefault:active:hover, .panelHouse:active:hover, .panelDefault:focus, .panelHouse:focus, .panelDefault:hover, .panelHouse:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  color: #111;
}

.panelDefault:active .arrowLink span, .panelHouse:active .arrowLink span, .panelDefault:active:hover .arrowLink span, .panelHouse:active:hover .arrowLink span, .panelDefault:focus .arrowLink span, .panelHouse:focus .arrowLink span, .panelDefault:hover .arrowLink span, .panelHouse:hover .arrowLink span {
  text-decoration: none;
}

.panelDefault .leadText {
  padding-left: 12px;
}

.panelDefault .arrowLink + .leadText {
  margin-top: 9px;
}

.rowChild .panelDefault {
  margin-top: 18px;
}

.panelY .panelText {
  margin-top: 18px;
  padding: 0 9px;
}

.panelX:before, .panelX:after {
  content: "";
  display: table;
}

.panelX:after {
  clear: both;
}

.panelX .panelImg {
  float: left;
}

.panelX .panelImg img {
  max-width: 110px;
}

.rowChild .panelX .panelImg {
  width: 112px;
}

.rowChild .panelX .panelImg img {
  max-width: 100%;
}

.panelX .panelText {
  margin-left: 122px;
  padding: 9px 0;
}

.panelX .panelIconImg {
  float: left;
}

.panelX .panelIconImg img {
  max-width: 85px;
}

.panelX .panelIconImg + .panelText {
  margin-left: 95px;
}

a.panelBox {
  display: block;
  text-decoration: none;
  color: #111;
}

a.panelBox:active, a.panelBox:active:hover, a.panelBox:focus, a.panelBox:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.panelBox {
  width: 188px;
  margin-top: 48px;
}

.panelBox:first-child {
  margin-top: 0;
}

.panelBox .panelTit {
  padding-bottom: 9px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #a9a9a9;
}

.panelBox .panelBody {
  margin-top: 18px;
}

.panelBox .panelBody .leadText {
  margin-top: 9px;
  font-size: 12px;
}

.panelBox .panelBody .leadText .ruby {
  font-size: 6pt;
}

.panelBox .panelBody .leadText .red {
    color: #d7092f;
}

.panelBox .panelBody .leadText .bold {
	font-weight: bold;
}

.panelBox .houseParts + .houseParts {
  margin-top: 35px;
}

.panelBox .housePartspartsY .partsImg {
  height: 115px;
}

.panelHouse {
  margin-top: 18px;
  padding: 6px;
  background: #ededed;
  cursor: default;
}

.panelHouse:active, .panelHouse:active:hover, .panelHouse:focus, .panelHouse:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.panelHouse .panelBody {
  padding: 10px 0 6px 0;
  border-bottom: 1px solid #ddd;
}

.panelHouse dd:last-child .panelBody {
  padding-bottom: 0;
  border-bottom: none;
}

.panelHouse .panelContent {
  border-radius: 5px;
  padding: 10px;
  background: #fff;
  border: 1px solid #c0c0c0;
  border-top: 4px solid #d7092f;
}

.panelHouse .panelContent .partsImg {
  height: 125px;
}

.panelHouse .panelTit {
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

.floatL {
  float: left !important;
}

.floatR {
  float: right !important;
}

.iconFacilityShoppingCenter, .iconFacilityConvini, .iconFacilityHomeCenter, .iconFacilityBank, .iconFacilityPostOffice, .iconFacilityRestaurant, .iconFacilityHospital, .iconFacilityPublicOffice, .iconFacilityBankparking, .iconFacilityGs, .iconFacilityBookStore, .iconFacilityDepartment, .iconFacilityPark, .iconFacilityLibrary, .iconFacilityStation {
  display: inline-block;
  width: 24px;
  height: 22px;
  margin-right: 9px;
  background-image: url("/common_v4/img/icon_map.png");
  background-repeat: no-repeat;
  background-size: 24px auto;
}

.iconFacilityShoppingCenter {
  background-position: 0 0;
}

.iconFacilityConvini {
  background-position: 0 -24px;
}

.iconFacilityHomeCenter {
  background-position: 0 -48px;
}

.iconFacilityBank {
  background-position: 0 -72px;
}

.iconFacilityPostOffice {
  background-position: 0 -96px;
}

.iconFacilityRestaurant {
  background-position: 0 -120px;
}

.iconFacilityHospital {
  background-position: 0 -144px;
}

.iconFacilityPublicOffice {
  background-position: 0 -168px;
}

.iconFacilityBankparking {
  background-position: 0 -192px;
}

.iconFacilityGs {
  background-position: 0 -216px;
}

.iconFacilityBookStore {
  background-position: 0 -240px;
}

.iconFacilityDepartment {
  background-position: 0 -264px;
}

.iconFacilityPark {
  background-position: 0 -288px;
}

.iconFacilityLibrary {
  background-position: 0 -312px;
}

.iconFacilityStation {
  background-position: 0 -336px;
}

.bgWrapPink {
  padding: 20px 0;
  background-color: #fff1f1;
  border-top: 1px solid #f9b9bc;
  border-bottom: 1px solid #f9b9bc;
}

.bgWrapWhite {
  background-color: #fff;
}

.bgWrapGray {
  padding: 30px 0;
  background-color: #efefef;
}

.bgWrapDGray {
  padding: 30px 0;
  background-color: #dadada;
}

.bgWrapBlack {
  padding: 14px 0 10px 0;
  background-color: #525252;
}

.balloon {
  position: relative;
  padding: 12px 18px 8px 18px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.balloon:before {
  content: "";
  position: absolute;
  left: 33px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin-left: -10px;
}

.balloon:after {
  content: "";
  position: absolute;
  left: 33px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  margin-left: -10px;
}

.balloonTop.balloon {
  margin-top: 18px;
}

.balloonTop.balloon:before {
  border-top-color: transparent;
  border-bottom: 20px solid #ddd;
  top: -20px;
}

.balloonTop.balloon:after {
  border-top-color: transparent;
  border-bottom: 20px solid #fff;
  top: -18px;
}

.balloonBtm.balloon {
  margin-bottom: 18px;
}

.balloonBtm.balloon:before {
  border-top-width: 20px;
  border-top-style: solid;
  border-top-color: #ddd;
  bottom: -20px;
}

.balloonBtm.balloon:after {
  border-top-width: 20px;
  border-top-style: solid;
  border-top-color: #fff;
  bottom: -18px;
}

.stepElm {
  display: table;
  overflow: hidden;
}

.stepElm:before, .stepElm:after {
  content: "";
  display: table;
}

.stepElm:after {
  clear: both;
}

.stepElm li {
  float: left;
  position: relative;
  padding: 10px 0 0 28px;
  height: 40px;
  color: #5b5b5b;
  background-color: #efefef;
  font-weight: bold;
}

.stepElm li:before {
  position: absolute;
  content: "";
  top: -1px;
  left: 0;
  width: 28px;
  height: 42px;
  background-color: #efefef;
  background-image: url("/common_v4/img/bg_step_01.png");
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.stepElm li.current {
  background-color: #5b5b5b;
  color: #fff;
}

.stepElm li.current:before {
  background-image: url("/common_v4/img/bg_step_01_current.png");
}

.stepElm li.current + li:before {
  background-color: #5b5b5b;
}

.stepElm li:first-child {
  padding-left: 10px;
}

.stepElm li:first-child:before {
  width: 0;
  height: 0;
  background-image: none;
}

.stepElm li:last-child {
  padding-right: 10px;
}

.stepElm.sizeS li {
  width: 120px;
  text-align: center;
}

.stepElm.sizeM li {
  width: 180px;
  text-align: center;
}

.stepElm.row4 {
  width: 100%;
}

.stepElm.row4 li {
  width: 25%;
  text-align: center;
}

#contentHead {
  margin: 0 auto;
  width: 980px;
  position: relative;
  text-align: left;
}

#contentHead:before, #contentHead:after {
  content: "";
  display: table;
}

#contentHead:after {
  clear: both;
}

#contentHead .btnDefault {
  float: right;
}

#v4_breadcrumb {
  min-height: 42px;
  padding-top: 18px;
}

#v4_breadcrumb li {
  display: inline;
  font-size: 12px;
}

#v4_breadcrumb li:after {
  padding-left: 9px;
  content: ">";
}

#v4_breadcrumb li:last-child:after {
  padding-left: 0;
  content: "";
}

.btnDefault + #v4_breadcrumb {
  margin-right: 220px;
}

.emergency {
  margin: 0 auto;
  width: 980px;
  margin-top: 18px;
  border: 4px solid #e90000;
  padding: 10px;
  line-height: 1%;
}

.emergency > p {
  display: table;
}

.emergency i.fa {
  display: table-cell;
  padding-right: 9px;
  font-size: 28px;
  color: #e90000;
  vertical-align: top;
}

.emergency a {
  display: table-cell;
  padding-top: 9px;
  line-height: 1.4;
  vertical-align: top;
  font-weight: bold;
}

.errorMsgBox {
  margin: 0 auto;
  width: 980px;
  margin-top: 18px;
  border: 4px solid #e90000;
  padding: 10px;
  line-height: 1%;
}

.errorMsgBox > p {
  display: table;
}

.errorMsgBox i.fa {
  display: table-cell;
  padding-right: 9px;
  font-size: 28px;
  color: #e90000;
  vertical-align: top;
}

.errorMsgBox span {
  display: table-cell;
  padding-top: 3px;
  line-height: 1.4;
  vertical-align: top;
  font-weight: bold;
  color: #e90000;
}

.errorMsg {
  color: #e90000 !important;
}

.js-accordionWrap,
.js-accordionTableWrap {
  position: relative;
  padding-top: 24px;
}

.js-accordionWrap .js-accordionBody,
.js-accordionTableWrap .js-accordionBody {
  margin-bottom: 24px;
}

.js-accordionWrap.js-open .js-accordionBtn .js-openBtn,
.js-accordionTableWrap.js-open .js-accordionBtn .js-openBtn {
  display: none;
}

.js-accordionWrap.js-open .js-accordionWrap:not(.js-open) .js-accordionBtn .js-openBtn,
.js-accordionTableWrap.js-open .js-accordionWrap:not(.js-open) .js-accordionBtn .js-openBtn {
  display: inline-block;
}

.js-accordionWrap:not(.js-open) .js-accordionBody,
.js-accordionWrap:not(.js-open) .js-accordionTr,
.js-accordionTableWrap:not(.js-open) .js-accordionBody,
.js-accordionTableWrap:not(.js-open) .js-accordionTr {
  display: none;
}

.js-accordionWrap:not(.js-open) .js-accordionBtn .js-closeBtn,
.js-accordionTableWrap:not(.js-open) .js-accordionBtn .js-closeBtn {
  display: none;
}

.js-accordionWrap:not(.js-open) .js-accordionWrap.js-open .js-accordionBody,
.js-accordionWrap:not(.js-open) .js-accordionWrap.js-open .js-accordionTr,
.js-accordionTableWrap:not(.js-open) .js-accordionWrap.js-open .js-accordionBody,
.js-accordionTableWrap:not(.js-open) .js-accordionWrap.js-open .js-accordionTr {
  display: block;
}

.js-accordionWrap:not(.js-open) .js-accordionWrap.js-open .js-accordionBtn .js-closeBtn,
.js-accordionTableWrap:not(.js-open) .js-accordionWrap.js-open .js-accordionBtn .js-closeBtn {
  display: inline-block;
}

.js-accordionWrap .js-accordionBtn .js-openBtn,
.js-accordionWrap .js-accordionBtn .js-closeBtn,
.js-accordionTableWrap .js-accordionBtn .js-openBtn,
.js-accordionTableWrap .js-accordionBtn .js-closeBtn {
  position: relative;
}

.js-accordionWrap .js-accordionBtn .js-openBtn i.fa:not(.icon),
.js-accordionWrap .js-accordionBtn .js-closeBtn i.fa:not(.icon),
.js-accordionTableWrap .js-accordionBtn .js-openBtn i.fa:not(.icon),
.js-accordionTableWrap .js-accordionBtn .js-closeBtn i.fa:not(.icon) {
  background-color: transparent;
}

.js-accordionWrap .js-accordionBtn .js-openBtn i.fa.icon,
.js-accordionWrap .js-accordionBtn .js-closeBtn i.fa.icon,
.js-accordionTableWrap .js-accordionBtn .js-openBtn i.fa.icon,
.js-accordionTableWrap .js-accordionBtn .js-closeBtn i.fa.icon {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 10px  8px;
  font-size: 1.2em;
}

.js-accordionWrap .js-accordionBtn .js-openBtn.iconLink,
.js-accordionWrap .js-accordionBtn .js-closeBtn.iconLink,
.js-accordionTableWrap .js-accordionBtn .js-openBtn.iconLink,
.js-accordionTableWrap .js-accordionBtn .js-closeBtn.iconLink {
  padding-left: 0;
  color: #004ac4;
  cursor: pointer;
  text-decoration: underline;
}

.js-accordionWrap .js-accordionBtn .js-openBtn.iconLink:active, .js-accordionWrap .js-accordionBtn .js-openBtn.iconLink:active:hover, .js-accordionWrap .js-accordionBtn .js-openBtn.iconLink:focus, .js-accordionWrap .js-accordionBtn .js-openBtn.iconLink:hover,
.js-accordionWrap .js-accordionBtn .js-closeBtn.iconLink:active,
.js-accordionWrap .js-accordionBtn .js-closeBtn.iconLink:active:hover,
.js-accordionWrap .js-accordionBtn .js-closeBtn.iconLink:focus,
.js-accordionWrap .js-accordionBtn .js-closeBtn.iconLink:hover,
.js-accordionTableWrap .js-accordionBtn .js-openBtn.iconLink:active,
.js-accordionTableWrap .js-accordionBtn .js-openBtn.iconLink:active:hover,
.js-accordionTableWrap .js-accordionBtn .js-openBtn.iconLink:focus,
.js-accordionTableWrap .js-accordionBtn .js-openBtn.iconLink:hover,
.js-accordionTableWrap .js-accordionBtn .js-closeBtn.iconLink:active,
.js-accordionTableWrap .js-accordionBtn .js-closeBtn.iconLink:active:hover,
.js-accordionTableWrap .js-accordionBtn .js-closeBtn.iconLink:focus,
.js-accordionTableWrap .js-accordionBtn .js-closeBtn.iconLink:hover {
  color: #004ac4;
  text-decoration: none;
}

.js-accordionWrap .js-accordionBtn .js-openBtn.iconLink i.fa,
.js-accordionWrap .js-accordionBtn .js-closeBtn.iconLink i.fa,
.js-accordionTableWrap .js-accordionBtn .js-openBtn.iconLink i.fa,
.js-accordionTableWrap .js-accordionBtn .js-closeBtn.iconLink i.fa {
  position: relative;
  left: 0;
  right: auto;
  -webkit-transform: translate(0px, 0);
          transform: translate(0px, 0);
  margin-right: 9px;
}

.textC .js-accordionBtn {
  display: inline-block;
}

.houseParts {
  position: relative;
}

.houseParts .partsImg {
  line-height: 0;
  text-align: center;
  border: 1px solid #ddd;
  position: relative;
  background-color: #fff;
}

.houseParts .partsImg img {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

.houseParts .partsText .arrowLink {
  color: #004ac4;
}

.houseParts .partsText .arrowLink span {
  text-decoration: underline;
}

.houseParts .partsBody {
  display: block;
  color: #111;
  text-decoration: none;
}

.houseParts .partsBody .arrowLink,
.houseParts .partsBody .leadText {
  margin-top: 9px;
}

.houseParts .partsBody .leadText {
  padding-left: 12px;
  word-break: break-all;
}

.houseParts .partsBody .num {
  font-size: 18px;
  color: #d7092f;
}

.houseParts a.partsBody .arrowLink span {
  text-decoration: underline;
  color: #004ac4;
}

.houseParts a.partsBody:active, .houseParts a.partsBody:active:hover, .houseParts a.partsBody:focus, .houseParts a.partsBody:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.houseParts a.partsBody:active .arrowLink span, .houseParts a.partsBody:active:hover .arrowLink span, .houseParts a.partsBody:focus .arrowLink span, .houseParts a.partsBody:hover .arrowLink span {
  text-decoration: none;
}

.houseParts.partsY .partsImg {
  height: 186px;
}

.houseParts.partsX .partsBody:before, .houseParts.partsX .partsBody:after {
  content: "";
  display: table;
}

.houseParts.partsX .partsBody:after {
  clear: both;
}

.houseParts.partsX .partsImg {
  float: left;
  margin-right: 10px;
}

.houseParts.partsX .partsImg.sizeS {
  width: 160px;
  height: 100px;
}

.houseParts.partsX .partsImg.sizeM {
  width: 185px;
  height: 115px;
}

.houseParts.partsX .partsImg.sizeL {
  width: 200px;
  height: 125px;
}

.houseParts.partsX .partsImg.sizeLL {
  width: 295px;
  height: 185px;
}

.houseParts.partsX .partsImgWrap {
  float: left;
  margin-right: 10px;
}

.houseParts.partsX .partsImgWrap .partsImg {
  float: none;
}

.houseParts.partsX .partsImgWrap + p {
  margin-top: 18px;
}

.houseParts.partsX .partsText {
  float: left;
}

.houseParts.partsX .partsText *:first-child {
  margin-top: 0;
}

.houseParts.partsX .sizeS + .partsText {
  width: calc(100% - 170px);
}

.houseParts.partsX .sizeM + .partsText {
  width: calc(100% - 195px);
}

.houseParts.partsX .sizeL + .partsText {
  width: calc(100% - 210px);
}

.houseParts.partsX .sizeLL + .partsText {
  width: calc(100% - 305px);
}

.houseParts .iconListModal {
  position: absolute;
  top: 20px;
  right: 0;
}

.houseParts .iconListModal:hover {
  cursor: pointer;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.detailHouseParts:hover {
  cursor: pointer;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.houseTermsSet {
  padding: 20px 0;
}

.houseTermsSet:before, .houseTermsSet:after {
  content: "";
  display: table;
}

.houseTermsSet:after {
  clear: both;
}

.houseTermsSet .houseTermsDetail {
  width: 720px;
  float: left;
  padding-bottom: 18px;
  border-bottom: 1px solid #ddd;
}

.houseTermsSet .houseTermsDetail:before, .houseTermsSet .houseTermsDetail:after {
  content: "";
  display: table;
}

.houseTermsSet .houseTermsDetail:after {
  clear: both;
}

.houseTermsSet .houseTermsDetail dl {
  padding: 0 18px;
  position: relative;
}

.houseTermsSet .houseTermsDetail dl:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  left: 0;
  background: #000;
}

.houseTermsSet .houseTermsDetail dl:first-child {
  padding-left: 0;
}

.houseTermsSet .houseTermsDetail dl:first-child:before {
  height: 0;
  left: 0;
}

.houseTermsSet .houseTermsDetail dl dt {
  display: inline-block;
}

.houseTermsSet .houseTermsDetail dl dd {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
}

.houseTermsSet .housePoint {
  width: 720px;
  float: left;
  padding-top: 18px;
}

.houseTermsSet .housePoint:before, .houseTermsSet .housePoint:after {
  content: "";
  display: table;
}

.houseTermsSet .housePoint:after {
  clear: both;
}

.houseTermsSet .housePoint .pointLabel {
  display: table;
  float: left;
  width: 130px;
  position: relative;
  margin-right: 20px;
  padding: 10px 0 10px 15px;
  color: #d7092f;
  border: 1px solid #d7092f;
}

.houseTermsSet .housePoint .pointLabel:before {
  content: "";
  position: absolute;
  width: 130px;
  height: 0;
  top: 50%;
  left: 129px;
  margin-top: -6px;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #d7092f;
}

.houseTermsSet .housePoint .pointLabel:after {
  content: "";
  position: absolute;
  width: 130px;
  height: 0;
  top: 50%;
  left: 127px;
  margin-top: -6px;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #fff;
}

.houseTermsSet .housePoint .pointLabel i.fa {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
}

.houseTermsSet .housePoint .pointLabel p {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}

.houseTermsSet .housePoint .comment {
  float: left;
  width: 570px;
  padding: 10px 0 8px 0;
  color: #d7092f;
}

.houseTermsSet .realEstate {
  width: 230px;
  float: right;
  padding-top: 18px;
}

.houseTermsSet .realEstate .realEstateDetail:before, .houseTermsSet .realEstate .realEstateDetail:after {
  content: "";
  display: table;
}

.houseTermsSet .realEstate .realEstateDetail:after {
  clear: both;
}

.houseTermsSet .realEstate .realEstateDetail .icon {
  float: left;
}

.houseTermsSet .realEstate .realEstateDetail .shopDetail {
  float: right;
  width: 170px;
}

.houseTermsSet .realEstate .realEstateDetail .shopDetail .tel {
  color: #d7092f;
  font-weight: bold;
  font-size: 18px;
}

.houseTermsSet .realEstate .realEstateDetail .shopDetail p {
  margin-bottom: 5px;
}

.houseTermsSet .realEstate .realEstateDetail .shopDetail p:last-child {
  margin-bottom: 10px;
}

.housePhotoSet .zoomBtn a {
  display: block;
  background-color: #4e4e4e;
  padding: 8px 10px 10px 10px;
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: 1;
}

.housePhotoSet .zoomBtn a i.fa, .housePhotoSet .zoomBtn2 a i.fa {
  color: #989898;
  font-size: 30px;
}

.housePhotoSet .zoomBtn a:active, .housePhotoSet .zoomBtn a:active:hover, .housePhotoSet .zoomBtn a:focus, .housePhotoSet .zoomBtn a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.housePhotoSet .zoomBtn2 a {
  display: block;
  background-color: #4e4e4e;
  padding: 8px 10px 10px 10px;
  position: absolute;
  top: 26px;
  left: 9px;
  z-index: 1;
}

.housePhotoSet .zoomBtn2 a:active, .housePhotoSet .zoomBtn2 a:active:hover, .housePhotoSet .zoomBtn2 a:focus, .housePhotoSet .zoomBtn2 a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.housePhotoSet .loorPlan {
  position: relative;
  width: 285px;
  height: 385px;
  float: left;
  padding: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.housePhotoSet .loorPlan img {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  max-width: 100%;
  max-height: 380px;
}

.housePhotoSet .panorama:before, .housePhotoSet .panorama:after {
  content: "";
  display: table;
}

.housePhotoSet .panorama:after {
  clear: both;
}

.housePhotoSet .panorama .text {
  width: 100px;
  height: 66px;
  float: left;
  padding: 10px 0 8px 20px;
  background-color: #858585;
  color: #fff;
  font-size: 16px;
}

.housePhotoSet .panorama .photoLink {
  float: left;
  width: calc(100% - 100px);
}

.housePhotoSet .panorama .photoLink:before, .housePhotoSet .panorama .photoLink:after {
  content: "";
  display: table;
}

.housePhotoSet .panorama .photoLink:after {
  clear: both;
}

.housePhotoSet .panorama .photoLink li {
  width: 100px;
  height: 66px;
  margin: 0;
  float: left;
  margin-left: 4px;
  text-align: center;
  line-height: 0;
  background-color: #fff;
}

.housePhotoSet .panorama .photoLink li:active, .housePhotoSet .panorama .photoLink li:active:hover, .housePhotoSet .panorama .photoLink li:focus, .housePhotoSet .panorama .photoLink li:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.housePhotoSet .panorama .photoLink li img {
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  max-width: 100%;
  max-height: 60px;
}

.houseCheck {
  margin-top: 20px;
  display: table;
  width: 100%;
  border: 1px solid #ddd;
}

.houseCheck .checkBox {
  display: table-cell;
  padding: 10px;
  width: 39px;
  background: #ffe4e6;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #ddd;
}

.houseCheck .checkBox input[type="checkbox"] + label {
  padding-left: 19px;
  vertical-align: middle;
}

.houseCheck .houseCheckBody {
  display: table-cell;
  padding: 10px;
}

.houseCheck .houseCheckBody.tableIn {
  padding: 0;
}

.houseCheck .houseCheckBody.tableIn .tableDefault tr:first-child th,
.houseCheck .houseCheckBody.tableIn .tableDefault tr:first-child td {
  border-top: none;
}

.houseCheck .houseCheckBody.tableIn .tableDefault tr:last-child th,
.houseCheck .houseCheckBody.tableIn .tableDefault tr:last-child td {
  border-bottom: none;
}

.houseCheck .houseCheckBody.tableIn .tableDefault tr th:first-child,
.houseCheck .houseCheckBody.tableIn .tableDefault tr td:first-child {
  border-left: none;
}

.houseCheck .houseCheckBody.tableIn .tableDefault tr th:last-child,
.houseCheck .houseCheckBody.tableIn .tableDefault tr td:last-child {
  border-right: none;
}

.housePartsTab .tabLink {
  margin-bottom: -1px;
}

.housePartsTab .tabLink ul {
  width: 100%;
}

.housePartsTab .tabLink li {
  width: 48%;
  padding-left: 2%;
}

.housePartsTab .tabLink li:first-child {
  padding-left: 0;
  padding-right: 2%;
}

.housePartsTab .tabLink li span {
  width: 100%;
}

.housePartsTab .tabLink li:not(.curent) span {
  cursor: pointer;
}

.housePartsTab .tabLink li:not(.curent) span:active, .housePartsTab .tabLink li:not(.curent) span:active:hover, .housePartsTab .tabLink li:not(.curent) span:focus, .housePartsTab .tabLink li:not(.curent) span:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.housePartsTab .houseParts {
  padding: 10px;
  border-right: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  border-left: 1px solid #a9a9a9;
}

.housePartsTab .houseParts .houseCheckbox label {
  width: 100%;
}

.housePartsTab .houseParts .partsImg img {
  display: none;
}

.housePartsTab .houseParts .partsImg img.curent {
  display: inline;
}

.realEstateParts {
  padding: 20px;
  border: 1px solid #ddd;
  margin-top: 24px;
}

.realEstateParts > *:first-child {
  margin-top: 0;
}

.realEstateParts .shopDetail {
  width: 51%;
  float: left;
}

.realEstateParts .shopDetail:before, .realEstateParts .shopDetail:after {
  content: "";
  display: table;
}

.realEstateParts .shopDetail:after {
  clear: both;
}

.realEstateParts .shopDetail .shopImg {
  float: left;
}

.realEstateParts .shopDetail .shopImg img {
  width: 185px;
}

.realEstateParts .shopDetail .shopDetailText {
  float: right;
  width: calc(100% - 205px);
}

.realEstateParts .shopDetail .shopDetailText p + p {
  margin-top: 9px;
}

.realEstateParts .shopInquiry {
  width: 48%;
  float: right;
  padding: 18px;
  border: 1px solid #ddd;
  background-color: #efefef;
}

.realEstateParts .shopInquiry:before, .realEstateParts .shopInquiry:after {
  content: "";
  display: table;
}

.realEstateParts .shopInquiry:after {
  clear: both;
}

.realEstateParts .shopInquiry .staffImg {
  float: right;
  line-height: 0;
}

.realEstateParts .shopInquiry .staffImg img {
  border: 1px solid #ddd;
  width: 190px;
}

.realEstateParts .shopInquiry .shopInquiryText {
  float: left;
  width: calc(100% - 200px);
}

.realEstateParts .shopInquiry .shopInquiryText .shopTel {
  margin-top: 9px;
}

.realEstateParts .shopInquiry .shopInquiryText .shopTelNum {
  font-weight: bold;
  font-size: 24px;
  color: #d7092f;
}

.realEstateParts .shopInquiry .shopInquiryText p:last-child {
  margin-top: 9px;
}

.realEstateParts.mailInquiry .mailInquiryTit {
  font-weight: bold;
  font-size: 20px;
}

.realEstateParts.mailInquiry .mailInquiryTit img {
  margin-right: 18px;
  vertical-align: middle;
}

.mapElm:before, .mapElm:after {
  content: "";
  display: table;
}

.mapElm:after {
  clear: both;
}

.mapElm .mapBody {
  float: left;
  width: 660px;
  height: 540px;
}

.mapElm .mapFacility {
  float: left;
  width: 320px;
  height: 540px;
  padding: 0 0 0 18px;
  border: 1px solid #ddd;
}

.mapElm .mapFacility dt {
  height: 46px;
  padding: 18px 0 30px 0;
  font-size: 18px;
  line-height: 1;
  border-bottom: 3px solid #ddd;
}

.mapElm .mapFacility dd {
  width: 302px;
  height: 492px;
  overflow-y: scroll;
}

.mapElm .mapFacility dd ul {
  padding: 18px 0;
}

.mapElm .mapIcon label a {
  vertical-align: top;
}

#mapArea {
  position: relative;
  height: 620px;
}

#mapArea .houseList {
  position: absolute;
  right: 0;
  top: -48px;
  width: 400px;
}

#mapArea .js-accordionBtn .btnDefault .text {
  width: 160px;
}

#mapArea .houseListBody {
  margin: 6px 0 0 0;
  background: #fff;
  border: 1px solid #a9a9a9;
}

#mapArea .houseListBody .selectElm {
  padding: 5px 9px 0 9px;
  height: 55px;
}

#mapArea .houseListBody #js-addPagination {
  height: 65px;
}

#mapArea .houseListBody #js-addPagination .paginationElm {
  margin-top: 0;
  padding: 18px 0 0 9px;
  text-align: left;
}

#mapArea .houseListBody .housePartsTab {
  padding: 0 9px;
}

#mapArea .houseListBody .housePartsTab .tabLink {
  height: 52px;
}

#mapArea .houseListBody .btnBlockElm {
  padding: 0 9px;
  height: 120px;
}

#mapArea .houseListBody .btnBlockElm .sizeIrregular .text {
  width: 158px;
}

#mapArea .houseListBody #js-addHouseList {
  overflow-y: scroll;
  height: 328px;
}

#mapArea .js-accordionWrap .js-accordionWrap.js-open .js-openBtn {
  display: none;
}

#mapArea .js-accordionWrap .js-accordionWrap.js-open .js-closeBtn {
  display: block;
}

#mapArea .js-accordionWrap .js-accordionWrap:not(.js-open) .js-openBtn {
  display: block;
}

#mapArea .js-accordionWrap .js-accordionWrap:not(.js-open) .js-closeBtn {
  display: none;
}

.paginationElm {
  margin-top: 18px;
  text-align: right;
}

.paginationElm > ul {
  display: inline-block;
  line-height: 1;
}

.paginationElm > ul:before, .paginationElm > ul:after {
  content: "";
  display: table;
}

.paginationElm > ul:after {
  clear: both;
}

.paginationElm > ul > li {
  float: left;
}

.paginationElm > ul ul:before, .paginationElm > ul ul:after {
  content: "";
  display: table;
}

.paginationElm > ul ul:after {
  clear: both;
}

.paginationElm > ul ul li {
  float: left;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  text-align: center;
}

.paginationElm > ul ul li:last-child {
  border-right: 1px solid #ddd;
}

.paginationElm > ul ul li a {
  display: block;
  height: 35px;
  padding-top: 10px;
  color: #111;
  text-decoration: none;
}

.paginationElm > ul ul li a:active, .paginationElm > ul ul li a:active:hover, .paginationElm > ul ul li a:focus, .paginationElm > ul ul li a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.paginationElm > ul ul li.blank {
  width: 30px;
  height: 35px;
  padding-top: 10px;
  border: none;
}

.paginationElm > ul ul li.current {
  font-weight: bold;
  border-color: #d7092f;
  background: #d7092f;
}

.paginationElm > ul ul li.current + li {
  border-left-color: #d7092f;
}

.paginationElm > ul ul li.current a {
  color: #fff;
}

.paginationElm .pageNum li a {
  width: 30px;
}

.paginationElm .prev li {
  font-size: 12px;
}

.paginationElm .prev li:last-child {
  border-right: none;
}

.paginationElm .prev li a {
  width: 70px;
}

.paginationElm .prev li i.fa {
  margin-right: 9px;
}

.paginationElm .next li {
  font-size: 12px;
}

.paginationElm .next li:first-child {
  border-left: none;
}

.paginationElm .next li a {
  width: 70px;
}

.paginationElm .next li i.fa {
  margin-left: 9px;
}

.extensionElm:before, .extensionElm:after {
  content: "";
  display: table;
}

.extensionElm:after {
  clear: both;
}

.extensionElm .leadText {
  padding-top: 9px;
  float: left;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.extensionElm .extensionBtn {
  float: right;
}

.extensionElm .extensionBtn:before, .extensionElm .extensionBtn:after {
  content: "";
  display: table;
}

.extensionElm .extensionBtn:after {
  clear: both;
}

.extensionElm .extensionBtn dl {
  float: left;
  margin-left: 24px;
}

.extensionElm .extensionBtn dl:before, .extensionElm .extensionBtn dl:after {
  content: "";
  display: table;
}

.extensionElm .extensionBtn dl:after {
  clear: both;
}

.extensionElm .extensionBtn dt {
  float: left;
  padding-top: 18px;
  color: #c7c7c7;
}

.extensionElm .extensionBtn dd {
  float: left;
  margin-left: 9px;
}

.extensionElm .extensionBtn dd .btnDisable,
.extensionElm .extensionBtn dd .btnDefault {
  width: 145px;
}

.extensionElm .extensionBtn dd .btnDisable > span i.fa,
.extensionElm .extensionBtn dd .btnDisable a i.fa,
.extensionElm .extensionBtn dd .btnDefault > span i.fa,
.extensionElm .extensionBtn dd .btnDefault a i.fa {
  font-size: 30px;
}

.floatingBtm {
  z-index: 600;
  position: fixed;
  bottom: 0;
  width: 100%;
  min-width: 980px;
}

.js-fadeElm {
  display: none;
}

.tooltipParts {
  display: none;
  width: 386px;
  position: absolute;
  left: -400px;
  top: 100px;
  background: #fff;
  border: 2px solid #d7092f;
  padding: 18px;
  text-align: center;
}

.tooltipParts img {
  max-width: 350px;
}

.prefectureSearch .lineBoxB {
  padding-top: 15px;
  padding-bottom: 15px;
}

.prefectureSearch .textSeach:before, .prefectureSearch .textSeach:after {
  content: "";
  display: table;
}

.prefectureSearch .textSeach:after {
  clear: both;
}

.prefectureSearch .textSeach input {
  float: left;
  width: 383px;
  height: 42px;
  border-right: none;
}

.prefectureSearch .textSeach button {
  float: left;
  width: 42px;
  height: 42px;
  background-color: #bd1130;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.prefectureSearch .textSeach button i.fa {
  color: #fff;
}

.prefectureSearch .textSeach button:active, .prefectureSearch .textSeach button:active:hover, .prefectureSearch .textSeach button:focus, .prefectureSearch .textSeach button:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.prefectureSearch .mainSeachItem:before, .prefectureSearch .mainSeachItem:after {
  content: "";
  display: table;
}

.prefectureSearch .mainSeachItem:after {
  clear: both;
}

.prefectureSearch .mainSeachItem > a {
  display: block;
  border: 1px solid #ddd;
  width: 348px;
  height: 152px;
  text-decoration: none;
  line-height: 1;
}

.prefectureSearch .mainSeachItem > a:active, .prefectureSearch .mainSeachItem > a:active:hover, .prefectureSearch .mainSeachItem > a:focus, .prefectureSearch .mainSeachItem > a:hover {
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.prefectureSearch .mainSeachItem > a p {
  padding: 112px 15px 0 15px;
  font-size: 18px;
  color: #111;
}

.prefectureSearch .mainSeachItem > a p span {
  font-size: 20px;
  font-weight: bold;
}

.prefectureSearch .mainSeachItem > a i.fa {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  text-align: center;
  background: #d7092f;
  color: #fff;
  vertical-align: top;
}

.prefectureSearch .mainSeachItem .addressSeach {
  float: left;
  background: url("/common_v4/img/bg_prefecture_01.png") no-repeat;
}

.prefectureSearch .mainSeachItem .stationSeach {
  float: right;
  background: url("/common_v4/img/bg_prefecture_02.png") no-repeat;
}

.prefectureSearch .seachLinkBtn > div:nth-last-child(-n + 2) {
  margin-top: 5px;
}

.prefectureSearch .shopSeach .labelArrow + .labelArrowEml {
  width: 254px;
}

.prefectureSearch #campaign h2 {
  font-size: 20px;
  font-weight: bold;
}

/* ----------------------------------------------------------
   クォータリー賃貸ロゴ・バナー追加対応_20170914
---------------------------------------------------------- */

/*  titleQuarterlyBanner
---------------------------------------------------------- */
.titleQuarterlyLogo{
  overflow: hidden;
}

/*2カラムの場合*/
.titleQuarterlyLogo2column{
  width: 700px;
}

.titleQuarterlyLogo h1{
  float: left;
}

.titleQuarterlyLogo .titleQuarterlyLogoItem{
  float: right;
}

/*  sideQuarterlyBanner
---------------------------------------------------------- */
.sideQuarterlyLogo{
  padding-top: 0;
}

.sideQuarterlyLogoItem{
  text-align: right;
  margin-bottom: 35px;
}

/*  QuarterlyBanner
---------------------------------------------------------- */
.QuarterlyBanner{
  text-align: center;
  margin-top: 24px;
}

.QuarterlyBanner img{
  vertical-align: bottom;
}

/*  QuarterlyBannerList
---------------------------------------------------------- */
.QuarterlyBannerList{
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.QuarterlyBannerList img{
  vertical-align: bottom;
}

/* TopPage Selection  */
div.selectionBlock {
	width:220px;
	display:inline-block;
	vertical-align:top;
}

div.selectionHeader {
	background-color:#ffeedd;
	width:212px;
	padding:4px;
	font-weight:bold;
}

ul.selectionList {
	margin-left:10px;
	margin-top:10px;
}

ul.selectionList > li {
	margin-bottom:5px;
}
