@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html, body {
  height: 100%;
}

a {
  outline: none;
}

strong, em {
  font-weight: bold;
}

img, svg {
  vertical-align: top;
}

img:not(.fixedImg) {
  max-width: 100%;
}

input, textarea, select, button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #212121;
  font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 14px;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: middle;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="button"],
input[type="submit"],
textarea,
select,
button {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

input[type="text"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="email"],
input[type="password"],
input[type="button"],
input[type="submit"],
textarea,
button {
  -webkit-appearance: none;
}

textarea {
  resize: none;
}

input[type="button"],
input[type="submit"],
button {
  background: none;
  border: 0;
  cursor: pointer;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 100px #fff inset;
}

/*!
*  - v1.2.4
* Homepage: http://bqworks.com/slider-pro/
* Author: bqworks
* Author URL: http://bqworks.com/
*/
/* Core
--------------------------------------------------*/
.slider-pro {
  position: relative;
  margin: 0 auto;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.sp-slides-container {
  position: relative;
}

.sp-mask {
  position: relative;
}

.sp-slides {
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;
}

.sp-slide {
  position: absolute;
}

.sp-image-container {
  overflow: hidden;
}

.sp-image {
  position: relative;
  display: block;
  border: none;
}

.sp-no-js {
  overflow: hidden;
  max-width: 100%;
}

/* Thumbnails
--------------------------------------------------*/
.sp-thumbnails-container {
  position: relative;
  overflow: hidden;
}

.sp-top-thumbnails,
.sp-bottom-thumbnails {
  left: 0;
  margin: 0 auto;
}

.sp-top-thumbnails {
  position: absolute;
  top: 0;
  margin-bottom: 4px;
}

.sp-bottom-thumbnails {
  margin-top: 4px;
}

.sp-left-thumbnails,
.sp-right-thumbnails {
  position: absolute;
  top: 0;
}

.sp-right-thumbnails {
  right: 0;
  margin-left: 4px;
}

.sp-left-thumbnails {
  left: 0;
  margin-right: 4px;
}

.sp-thumbnails {
  position: relative;
}

.sp-thumbnail {
  border: none;
}

.sp-thumbnail-container {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Horizontal thumbnails
------------------------*/
.sp-top-thumbnails .sp-thumbnail-container,
.sp-bottom-thumbnails .sp-thumbnail-container {
  margin-left: 2px;
  margin-right: 2px;
}

.sp-top-thumbnails .sp-thumbnail-container:first-child,
.sp-bottom-thumbnails .sp-thumbnail-container:first-child {
  margin-left: 0;
}

.sp-top-thumbnails .sp-thumbnail-container:last-child,
.sp-bottom-thumbnails .sp-thumbnail-container:last-child {
  margin-right: 0;
}

/* Vertical thumbnails
----------------------*/
.sp-left-thumbnails .sp-thumbnail-container,
.sp-right-thumbnails .sp-thumbnail-container {
  margin-top: 2px;
  margin-bottom: 2px;
}

.sp-left-thumbnails .sp-thumbnail-container:first-child,
.sp-right-thumbnails .sp-thumbnail-container:first-child {
  margin-top: 0;
}

.sp-left-thumbnails .sp-thumbnail-container:last-child,
.sp-right-thumbnails .sp-thumbnail-container:last-child {
  margin-bottom: 0;
}

/* Right thumbnails with pointer
--------------------------------*/
.sp-right-thumbnails.sp-has-pointer {
  margin-left: -13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  left: 18px;
  margin-left: 0 !important;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  left: 0;
  top: 0;
  margin-left: 13px;
}

.sp-right-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  margin-top: -8px;
  border-right: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* Left thumbnails with pointer
-------------------------------*/
.sp-left-thumbnails.sp-has-pointer {
  margin-right: -13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  right: 18px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 5px solid #F00;
  right: 0;
  top: 0;
  margin-right: 13px;
}

.sp-left-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%;
  margin-top: -8px;
  border-left: 13px solid #F00;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

/* Bottom thumbnails with pointer
---------------------------------*/
.sp-bottom-thumbnails.sp-has-pointer {
  margin-top: -13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  top: 18px;
  margin-top: 0 !important;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  top: 0;
  margin-top: 13px;
}

.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0;
  margin-left: -8px;
  border-bottom: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* Top thumbnails with pointer
------------------------------*/
.sp-top-thumbnails.sp-has-pointer {
  margin-bottom: -13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-thumbnail {
  position: absolute;
  bottom: 18px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:before {
  content: '';
  position: absolute;
  width: 100%;
  border-bottom: 5px solid #F00;
  bottom: 0;
  margin-bottom: 13px;
}

.sp-top-thumbnails.sp-has-pointer .sp-selected-thumbnail:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
  border-top: 13px solid #F00;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}

/* Layers
--------------------------------------------------*/
.sp-layer {
  position: absolute;
  margin: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
}

.sp-black {
  color: #FFF;
  background: black;
  background: rgba(0, 0, 0, 0.7);
}

.sp-white {
  color: #000;
  background: white;
  background: rgba(255, 255, 255, 0.7);
}

.sp-rounded {
  border-radius: 10px;
}

.sp-padding {
  padding: 10px;
}

/* Touch Swipe
--------------------------------------------------*/
.sp-selectable {
  cursor: default;
}

/* Caption
--------------------------------------------------*/
.sp-caption-container {
  text-align: center;
  margin-top: 10px;
}

/* Full Screen
--------------------------------------------------*/
.sp-full-screen {
  margin: 0 !important;
  background-color: #000;
}

.sp-full-screen-button {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-full-screen-button:before {
  content: '\2195';
}

.sp-fade-full-screen {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.slider-pro:hover .sp-fade-full-screen {
  opacity: 1;
}

/* Buttons
--------------------------------------------------*/
/* Arrows
--------------------------------------------------*/
.sp-arrows {
  position: absolute;
}

.sp-slides-container:hover .sp-fade-arrows {
  opacity: 1;
}

.sp-horizontal .sp-arrows {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -15px;
}

.sp-vertical .sp-arrows {
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: -10px;
}

.sp-arrow {
  position: absolute;
  display: block;
  width: 20px;
  height: 30px;
  cursor: pointer;
}

.sp-vertical .sp-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-horizontal .sp-previous-arrow {
  left: 20px;
}

.sp-horizontal .sp-next-arrow {
  right: 20px;
}

.sp-vertical .sp-previous-arrow {
  top: 20px;
}

.sp-vertical .sp-next-arrow {
  bottom: 20px;
}

.ie8 .sp-arrow,
.ie7 .sp-arrow {
  width: 0;
  height: 0;
}

.ie8 .sp-arrow:before,
.ie8 .sp-arrow:after,
.ie7 .sp-arrow:before,
.ie7 .sp-arrow:after {
  content: none;
}

.ie8.sp-horizontal .sp-previous-arrow,
.ie7.sp-horizontal .sp-previous-arrow {
  border-right: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie8.sp-horizontal .sp-next-arrow,
.ie7.sp-horizontal .sp-next-arrow {
  border-left: 20px solid #FFF;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

.ie8.sp-vertical .sp-previous-arrow,
.ie7.sp-vertical .sp-previous-arrow {
  border-bottom: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

.ie8.sp-vertical .sp-next-arrow,
.ie7.sp-vertical .sp-next-arrow {
  border-top: 20px solid #FFF;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

/* Thumbnail Arrows
--------------------------------------------------*/
.sp-thumbnail-arrows {
  position: absolute;
}

.sp-fade-thumbnail-arrows {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.sp-thumbnails-container:hover .sp-fade-thumbnail-arrows {
  opacity: 1;
}

.sp-top-thumbnails .sp-thumbnail-arrows,
.sp-bottom-thumbnails .sp-thumbnail-arrows {
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -12px;
}

.sp-left-thumbnails .sp-thumbnail-arrows,
.sp-right-thumbnails .sp-thumbnail-arrows {
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -7px;
}

.sp-thumbnail-arrow {
  position: absolute;
  display: block;
  width: 15px;
  height: 25px;
  cursor: pointer;
}

.sp-left-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow,
.sp-right-thumbnails .sp-thumbnail-arrows .sp-thumbnail-arrow {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sp-top-thumbnails .sp-previous-thumbnail-arrow,
.sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  left: 0px;
}

.sp-top-thumbnails .sp-next-thumbnail-arrow,
.sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  right: 0px;
}

.sp-left-thumbnails .sp-previous-thumbnail-arrow,
.sp-right-thumbnails .sp-previous-thumbnail-arrow {
  top: 0px;
}

.sp-left-thumbnails .sp-next-thumbnail-arrow,
.sp-right-thumbnails .sp-next-thumbnail-arrow {
  bottom: 0px;
}

.sp-previous-thumbnail-arrow:before,
.sp-previous-thumbnail-arrow:after,
.sp-next-thumbnail-arrow:before,
.sp-next-thumbnail-arrow:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 50%;
  background-color: #FFF;
}

.sp-previous-thumbnail-arrow:before {
  left: 30%;
  top: 0;
  -webkit-transform: skew(145deg, 0deg);
  -ms-transform: skew(145deg, 0deg);
  transform: skew(145deg, 0deg);
}

.sp-previous-thumbnail-arrow:after {
  left: 30%;
  top: 50%;
  -webkit-transform: skew(-145deg, 0deg);
  -ms-transform: skew(-145deg, 0deg);
  transform: skew(-145deg, 0deg);
}

.sp-next-thumbnail-arrow:before {
  right: 30%;
  top: 0;
  -webkit-transform: skew(35deg, 0deg);
  -ms-transform: skew(35deg, 0deg);
  transform: skew(35deg, 0deg);
}

.sp-next-thumbnail-arrow:after {
  right: 30%;
  top: 50%;
  -webkit-transform: skew(-35deg, 0deg);
  -ms-transform: skew(-35deg, 0deg);
  transform: skew(-35deg, 0deg);
}

.ie8 .sp-thumbnail-arrow,
.ie7 .sp-thumbnail-arrow {
  width: 0;
  height: 0;
}

.ie8 .sp-thumbnail-arrow:before,
.ie8 .sp-thumbnail-arrow:after,
.ie7 .sp-thumbnail-arrow:before,
.ie7 .sp-thumbnail-arrow:after {
  content: none;
}

.ie8 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-previous-thumbnail-arrow {
  border-right: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-bottom-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-top-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-bottom-thumbnails .sp-next-thumbnail-arrow {
  border-left: 12px solid #FFF;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-previous-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-previous-thumbnail-arrow {
  border-bottom: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

.ie8 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie8 .sp-right-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-left-thumbnails .sp-next-thumbnail-arrow,
.ie7 .sp-right-thumbnails .sp-next-thumbnail-arrow {
  border-top: 12px solid #FFF;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
}

/* Video
--------------------------------------------------*/
a.sp-video {
  text-decoration: none;
}

a.sp-video img {
  -webkit-backface-visibility: hidden;
  border: none;
}

a.sp-video:after {
  content: '\25B6';
  position: absolute;
  width: 45px;
  padding-left: 5px;
  height: 50px;
  border: 2px solid #FFF;
  text-align: center;
  font-size: 30px;
  border-radius: 30px;
  top: 0;
  color: #FFF;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.2);
  margin: auto;
  line-height: 52px;
}

/* CSS for preventing styling issues in WordPress
--------------------------------------------------*/
.slider-pro img.sp-image,
.slider-pro img.sp-thumbnail {
  max-width: none;
  max-height: none;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  -mox-box-shadow: none !important;
  box-shadow: none !important;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}

.slider-pro a {
  position: static;
  transition: none !important;
  -moz-transition: none !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
}

.slider-pro iframe,
.slider-pro object,
.slider-pro video,
.slider-pro embed,
.slider-pro canvas {
  max-width: none;
  max-height: none;
}

.slider-pro p.sp-layer {
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h1.sp-layer {
  font-size: 32px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h2.sp-layer {
  font-size: 24px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h3.sp-layer {
  font-size: 19px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h4.sp-layer {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h5.sp-layer {
  font-size: 13px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro h6.sp-layer {
  font-size: 11px;
  line-height: 1.4;
  margin: 0;
}

.slider-pro img.sp-layer {
  border: none;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #fff;
  color: #444;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  .fancybox-skin {
    padding: 0 !important;
  }
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
}

.fancybox-close {
  background: url(../images/reason/btn-close_pc.png) no-repeat center center;
  position: absolute;
  top: -30px;
  right: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 8040;
}
@media screen and (max-width: 767px) {
  .fancybox-close {
    background: url(../images/reason/btn-close_sp.png) no-repeat center center;
    background-size: cover;
  }
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.7);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
.js-switch {
  visibility: hidden;
}
.js-switch.is-loaded {
  visibility: visible;
}

.cursiveTxt {
  font-family: 'Pinyon Script', cursive;
  color: #062d7d;
}

.txtLink a {
  background-image: url(../images/common/arrow-bl-18.png);
  background-repeat: no-repeat;
  background-position: left center;
}

.fontBd {
  font-weight: bold;
}

.redTxt {
  color: #9d0000;
}

.noteTxt {
  font-size: 12px;
  color: #999;
  margin-top: 1em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .noteTxt {
    font-size: 10px;
    text-align: left;
  }
}

.borderArrowBtn {
  width: 334px;
  margin: 30px auto 0;
}
.borderArrowBtn a {
  font-size: 15px;
  display: block;
  border: #9aa8bd 1px solid;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  position: relative;
  padding: 6px 0 5px;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.borderArrowBtn a:after {
  display: inline-block;
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/common/arrow-bl-18.png);
  background-position: center center;
  width: 8px;
  height: 100%;
  right: 11px;
  top: 0;
}

@media screen and (max-width: 767px) {
  .borderArrowBtn {
    width: 100%;
    margin-top: 20px;
  }
  .borderArrowBtn a {
    font-size: 12px;
  }
  .borderArrowBtn a:after {
    width: 7px;
  }
}
table {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}
table th, table td {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-all;
}

.tableBasic th, .tableBasic td {
  border: 1px solid #dedede;
  line-height: 1.57;
  padding: 12px 20px 10px;
}
.tableBasic th {
  background: url(../images/common/bg-gray.jpg) repeat;
  font-weight: bold;
  width: 234px;
}
.tableBasic td dt {
  font-weight: bold;
}
.tableBasic td dd + dt {
  margin-top: 20px;
}

.basicTb01 th, .basicTb01 td {
  border: 1px solid #dedede;
  padding: 17px 19px 15px 19px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.57;
}
.basicTb01 th {
  background: url(../images/common/bg-gray.jpg) repeat;
  width: 234px;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .basicTb01.large thead th {
    width: auto;
    text-align: center;
  }
  .basicTb01.large thead th:first-child {
    width: 600px;
    text-align: left;
  }
  .basicTb01.large tbody td:not(:first-child) {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .tableBasic th, .tableBasic td {
    width: 100%;
    display: block;
    float: left\9;
    clear: both;
    font-size: 14px;
    line-height: 1.42;
    padding: 8px 10px;
  }
  .tableBasic td {
    border-top: none;
  }
  .tableBasic tr + tr th {
    border-top: none;
  }

  .basicTb01 th, .basicTb01 td {
    float: left;
    clear: both;
    width: 100%;
    display: block;
    line-height: 1.428;
    border-bottom: none;
    padding: 9px 10px 8px 10px;
  }
  .basicTb01 td {
    padding: 13px 10px 11px 10px;
  }
  .basicTb01 tr:last-child td {
    border-bottom: 1px solid #dedede;
  }
  .basicTb01.large tbody th, .basicTb01.large tbody td {
    width: 50%;
    padding: 14px 10px 11px 10px;
    float: none;
    display: inline-block;
    height: 45px;
  }
  .basicTb01.large tbody td {
    border-left: none;
  }
  .basicTb01.large tbody tr:last-child th {
    border-bottom: 1px solid #dedede;
  }
  .basicTb01.large + table {
    margin-top: 9px;
  }
}
.breadcrumbs {
  font-size: 12px;
  line-height: 1.66667;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -33px;
  position: relative;
}
.breadcrumbs:before {
  content: '';
  display: inline-block;
  width: 50%;
  right: 50%;
  height: 33px;
  background: url(../images/common/bg-gray.jpg) repeat;
  position: absolute;
  top: 0;
}
.breadcrumbs .container {
  background: url(../images/common/bg-pan-long.png) no-repeat left top;
  padding: 6px 0 7px;
  height: 33px;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li + li:before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/common/arrow-bl-18.png);
  margin: 0 6px 0 2px;
  width: 8px;
  height: 9px;
  background-size: contain;
}
.breadcrumbs li a {
  color: #999;
  text-decoration: underline;
}
.breadcrumbs li a:hover {
  color: #212121;
}
.breadcrumbs li:last-child a {
  color: #212121;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}

.mainWrap {
  position: relative;
  padding: 50px 0 80px;
}
.mainWrap:before, .mainWrap:after {
  content: '';
  display: inline-block;
  width: 300px;
  height: 300px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  z-index: -1;
}
.mainWrap:before {
  background-image: url(../images/common/bg-gradation-page-l.png);
  left: 0;
}
.mainWrap:after {
  background-image: url(../images/common/bg-gradation-page-r.png);
  right: 0;
}
.mainWrap > .container > section + section {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .mainWrap {
    padding: 20px 0 50px;
  }
  .mainWrap:before, .mainWrap:after {
    display: none;
  }
  .mainWrap > .container > section + section {
    margin-top: 30px;
  }
}

.pageLeading {
  margin: 0 -90px;
  position: relative;
  min-height: 370px;
  padding-top: 182px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pageLeading:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 370px;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url(../images/contents/img-contents-topmv_pc.jpg);
}
.pageLeading > .container {
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px;
  border-radius: 3px 3px 0 0;
  background-repeat: repeat-x;
  background-image: url(../images/common/bg-gradation-page-wh_pc.png);
  text-align: center;
  min-height: 188px;
  padding: 35px 170px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pageLeading > .container .tit {
  font-size: 28px;
  color: #062d7d;
  line-height: 1.16;
}
.pageLeading > .container .tit span {
  display: block;
  font-family: "Pinyon Script", cursive;
  font-size: 16px;
  margin-bottom: 10px;
}
.pageLeading > .container .txt {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .pageLeading {
    margin: 0 -8%;
    min-height: 100px;
    padding-top: 50px;
  }
  .pageLeading:before {
    height: 100px;
  }
  .pageLeading > .container {
    min-height: 100px;
    padding: 13px 0 26px;
    background-size: auto 122px;
  }
  .pageLeading > .container .tit {
    font-size: 18px;
  }
  .pageLeading > .container .tit span {
    font-size: 12px;
  }
  .pageLeading > .container .txt {
    text-align: left;
    margin-top: 10px;
  }
}
.secTit {
  text-align: center;
  font-size: 28px;
  line-height: 1.39;
  margin: 38px 0 27px;
}
.secTit .rub {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}

.pageTitArea {
  background-repeat: repeat-x;
  background-image: url(../images/common/bg-page-title-lightblue.png);
  height: 150px;
  position: relative;
}
.pageTitArea:before {
  content: '';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-image: url(../images/common/bg-page-title-img.png);
  width: 1140px;
  height: 150px;
}
.pageTitArea .bg {
  background-repeat: repeat-x;
  background-image: url(../images/common/bg-page-title-blue.png);
  display: block;
  height: 100%;
  position: relative;
}
.pageTitArea .bg .container {
  padding-top: 38px;
}
.pageTitArea .bg .container .tit {
  font-size: 38px;
  color: #fff;
  line-height: 1.2;
}

.borderTit {
  background: url(../images/common/bg-bordertit.jpg) repeat-x;
  background-size: auto 100%;
  font-weight: bold;
  font-size: 20px;
  position: relative;
  line-height: 1.2;
  padding: 15px 0 11px 24px;
  margin-bottom: 28px;
}
.borderTit:before {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(6, 45, 125, 0.95);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2MmQ3ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA2MmQ3ZCIgc3RvcC1vcGFjaXR5PSIwLjkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #062d7d), color-stop(100%, rgba(6, 45, 125, 0.9)));
  background: -moz-linear-gradient(top, #062d7d, rgba(6, 45, 125, 0.9));
  background: -webkit-linear-gradient(top, #062d7d, rgba(6, 45, 125, 0.9));
  background: linear-gradient(to bottom, #062d7d, rgba(6, 45, 125, 0.9));
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF062D7D', endColorstr='#E6062D7D');
}

.quotationTit {
  color: #062d7d;
  font-size: 28px;
  position: relative;
  line-height: 1.27;
  margin-bottom: 40px;
}
.quotationTit:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../images/common/ico-quotation.png);
  position: absolute;
  left: -10px;
  top: -10px;
}


.quotationTitZero {
  color: #062d7d;
  font-size: 28px;
  position: relative;
  line-height: 1.27;
  margin-bottom: 40px;
}
.quotationTitZero:before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: -10px;
  top: -10px;
}



.blueTit {
  color: #062d7d;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .secTit {
    font-size: 21px;
    line-height: 1.2;
    margin: 16px 0;
  }
  .secTit .rub {
    font-size: 14px;
    margin-bottom: 0;
  }

  .pageTitArea {
    height: 58px;
  }
  .pageTitArea:before {
    background-image: url(../images/common/bg-page-title-img.png);
    width: 320px;
    height: 58px;
    background-size: auto 100%;
  }
  .pageTitArea .bg {
    background-size: auto 100%;
  }
  .pageTitArea .bg .container {
    padding-top: 19px;
  }
  .pageTitArea .bg .container .tit {
    font-size: 19px;
    margin-right: -10px;
  }
  .pageTitArea .bg .container .tit.s {
    font-size: 16px;
  }

  .borderTit {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 12px  9px 14px;
    margin-bottom: 18px;
    line-height: 1.4;
  }
  .borderTit:before {
    width: 3px;
  }

  .quotationTit {
    font-size: 18px;
    margin: 10px 0 27px;
  }
  .quotationTit:before {
    width: 18px;
    height: 15px;
    left: -6px;
    top: -6px;
  }
}
.imgBoxList01 {
  margin: -20px 0 0 -21px;
}
.imgBoxList01:before, .imgBoxList01:after {
  content: '';
  display: table;
}
.imgBoxList01:after {
  clear: both;
}
.imgBoxList01 > li {
  float: left;
  width: 235px;
  margin: 20px 0 0 20px;
}
.contents .imgBoxList01 > li {
  float: left;
  width: 320px;
  margin: 20px 0 0 20px;
}
.imgBoxList01 > li > a, .imgBoxList01 > li > span {
  display: block;
  border: 1px solid #eee;
}
.imgBoxList01 > li > a .imgArea, .imgBoxList01 > li > span .imgArea {
  border-bottom: 1px solid #eee;
}
.imgBoxList01 > li > a .txtArea, .imgBoxList01 > li > span .txtArea {
  padding: 13px 13px 13px 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 120px;
}
.imgBoxList01 > li > a .txtArea .tit, .imgBoxList01 > li > span .txtArea .tit {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.3;
  padding-left: 14px;
  background-image: url(../images/common/arrow-bl-18.png);
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: 7px auto;
}
.imgBoxList01 > li > a .txtArea .txt, .imgBoxList01 > li > span .txtArea .txt {
  line-height: 1.4;
  margin-top: 5px;
}
.imgBoxList01 > li a {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.imgBoxList01 > li a .tit {
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media print, screen and (min-width: 768px) {
  .imgBoxList01 > li a:hover {
    color: #212121;
  }
  .imgBoxList01 > li a:hover .tit {
    color: #2885a3;
  }
}

.imgBoxList02 {
  margin: -20px 0 0 -20px;
}
.imgBoxList02:before, .imgBoxList02:after {
  content: '';
  display: table;
}
.imgBoxList02:after {
  clear: both;
}
.imgBoxList02 li {
  float: left;
  width: 318px;
  border: 1px solid #dedede;
  margin: 20px 0 0 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.imgBoxList02 li .inner {
  display: block;
}
.imgBoxList02 li .inner .imgArea {
  border-bottom: 1px solid #dedede;
}
.imgBoxList02 li .inner .txtArea {
  text-align: center;
  padding: 16px 10px 15px;
  line-height: 1.375;
}
.imgBoxList02 li .inner .txtArea .subTxt {
  font-size: 12px;
  font-weight: bold;
  color: #bababa;
  margin-bottom: 10px;
}
.imgBoxList02 li .inner .txtArea .tit {
  font-weight: bold;
  font-size: 16px;
  display: table;
  width: 100%;
}
.imgBoxList02 li .inner .txtArea .tit span {
  display: table-cell;
  vertical-align: middle;
}

.imgBoxList03 {
  margin: -20px 0 0 -20px;
}
.imgBoxList03:before, .imgBoxList03:after {
  content: '';
  display: table;
}
.imgBoxList03:after {
  clear: both;
}
.imgBoxList03 li {
  float: left;
  margin: 20px 0 0 20px;
  width: 490px;
  border: 1px solid #dedede;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.imgBoxList03 li a {
  display: block;
}
.imgBoxList03 li a:before, .imgBoxList03 li a:after {
  content: '';
  display: table;
}
.imgBoxList03 li a:after {
  clear: both;
}
.imgBoxList03 li a > div {
  float: left;
}
.imgBoxList03 li a > div.imgArea {
  width: 235px;
  height: 180px;
  border-right: 1px solid #dedede;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.imgBoxList03 li a > div.txtArea {
  display: table;
  width: 252px;
  height: 180px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}
.imgBoxList03 li a > div.txtArea .txt {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.444;
  background-repeat: no-repeat;
  background-position: left 6px center;
  background-image: url(../images/common/arrow-bl-18.png);
  background-size: 8px auto;
  font-size: 18px;
  padding-left: 23px;
}
@media print, screen and (min-width: 768px) {
  .imgBoxList03 li a:hover > div.imgArea {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .imgBoxList01 {
    margin: -10px 0 0 0;
  }
  .imgBoxList01 > li {
    width: 48%;
    margin: 10px 0 0 0;
  }
  .imgBoxList01 > li:nth-child(even) {
    margin-left: 4%;
  }
  .contents .imgBoxList01 > li {
    width: 100% !important;
    margin: 10px 0 0 0;
  }

  .contents .imgBoxList01 > li:nth-child(even) {
    margin-left:0 !important;
  }
  .imgBoxList01 > li a .txtArea, .imgBoxList01 > li > span .txtArea {
    padding: 8px 10px 13px;
    min-height: inherit;
  }
  .imgBoxList01 > li a .txtArea .tit, .imgBoxList01 > li > span .txtArea .tit {
    font-size: 12px;
    color: #04235f;
    padding-left: 12px;
  }
  .imgBoxList01 > li a .txtArea .txt, .imgBoxList01 > li > span .txtArea .txt {
    font-size: 12px;
  }
  .imgBoxList01 > li a .imgArea img, .imgBoxList01 > li > span .imgArea img {
    max-width: initial;
    width: 100%;
  }

  .imgBoxList02 {
    margin: -10px 0 0 0;
  }
  .imgBoxList02 li {
    width: 48%;
    margin: 10px 0 0 0;
  }
  .imgBoxList02 li:nth-child(even) {
    margin-left: 4%;
  }
  .imgBoxList02 li .inner .txtArea {
    padding: 5px 5px 6px;
  }
  .imgBoxList02 li .inner .txtArea .subTxt {
    font-size: 8px;
    line-height: 1.25;
    margin-bottom: 5px;
  }
  .imgBoxList02 li .inner .txtArea .tit {
    font-size: 12px;
  }

  .imgBoxList03 {
    margin: 0;
  }
  .imgBoxList03 li {
    float: none;
    width: 100%;
    margin: 0;
  }
  .imgBoxList03 li a > div {
    float: none;
    width: 100% !important;
    height: auto !important;
  }
  .imgBoxList03 li a > div.imgArea {
    border-right: none;
    border-bottom: 1px solid #dedede;
  }
  .imgBoxList03 li a > div.imgArea img {
    max-width: initial;
    width: 100%;
  }
  .imgBoxList03 li a > div.txtArea {
    display: block;
    padding: 12px 10px;
  }
  .imgBoxList03 li a > div.txtArea .txt {
    display: block;
    font-size: 12px;
    background-size: 7px auto;
    padding-left: 14px;
    background-position: left center;
  }
  .imgBoxList03 li + li {
    margin-top: 20px;
  }
}
.dtBlockArea {
  margin: -40px 0 0 -40px;
}
.dtBlockArea:before, .dtBlockArea:after {
  content: '';
  display: table;
}
.dtBlockArea:after {
  clear: both;
}
.dtBlockArea > dl {
  float: left;
  width: 480px;
  margin: 40px 0 0 40px;
}
.dtBlockArea > dl dt, .dtBlockArea > dl dd {
  border: 1px solid #dedede;
}
.dtBlockArea > dl dt {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  background: #f5f5f5;
  line-height: 1.3;
  padding: 22px 0 18px;
}
.dtBlockArea > dl dd {
  border-top: none;
  padding: 24px 30px 34px;
}
.dtBlockArea > dl dd .larger {
  font-size: 16px;
}
.dtBlockArea > dl dd .btn {
  margin-top: 20px;
}
.dtBlockArea > dl dd .btnBlue {
  display: table;
  width: 100%;
}
.dtBlockArea > dl dd .btnBlue a {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(6, 45, 125, 0.95);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2MmQ3ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA2MmQ3ZCIgc3RvcC1vcGFjaXR5PSIwLjkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #062d7d), color-stop(100%, rgba(6, 45, 125, 0.9)));
  background: -moz-linear-gradient(top, #062d7d, rgba(6, 45, 125, 0.9));
  background: -webkit-linear-gradient(top, #062d7d, rgba(6, 45, 125, 0.9));
  background: linear-gradient(to bottom, #062d7d, rgba(6, 45, 125, 0.9));
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF062D7D', endColorstr='#E6062D7D');
  height: 50px;
  line-height: 1.3;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.dtBlockArea > dl dd .btnBlue a span {
  display: inline-block;
  position: relative;
  padding: 5px 0 5px 30px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: -10px;
}
.dtBlockArea > dl dd .btnBlue a span.mail {
  background-image: url(../images/common/ico-mail-wh40.png);
  background-size: 19px auto;
}
.dtBlockArea > dl dd .btnBlue a span.customer {
  background-image: url(../images/common/ico-customer-wh30.png);
  background-size: 20px auto;
  background-position: left 2px;
}
.dtBlockArea > dl dd .btnBlue a span.business {
  background-image: url(../images/common/ico-business-wh32.png);
  background-size: 19px auto;
  background-position: left 6px;
}
.dtBlockArea > dl dd .btnBlue a span.apartment {
  background-image: url(../images/common/ico-apartment-wh30.png);
  background-size: 17px auto;
}
.dtBlockArea > dl dd .btnBlue a span.graph {
  background-image: url(../images/common/ico-graph-wh28.png);
  background-size: 19px auto;
  background-position: left 3px;
}
.dtBlockArea > dl dd .btnBlue a span.hands {
  background-image: url(../images/common/ico-hands-wh32.png);
  background-size: 22px auto;
  background-position: left 3px;
}
@media print, screen and (min-width: 768px) {
  .dtBlockArea > dl dd .btnBlue a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .dtBlockArea {
    margin: 0;
  }
  .dtBlockArea > dl {
    float: none;
    width: 100%;
    margin: 0;
  }
  .dtBlockArea > dl dt {
    font-size: 16px;
    border-bottom: none;
    padding: 10px;
  }
  .dtBlockArea > dl dd {
    padding: 15px 15px 25px;
  }
  .dtBlockArea > dl dd .larger {
    font-size: 15px;
  }
  .dtBlockArea > dl dd .btnBlue a {
    font-size: 12px;
    height: 45px;
  }
  .dtBlockArea > dl dd .btnBlue a span {
    padding-left: 25px;
    margin-left: 0;
    background-position: left center !important;
  }
  .dtBlockArea > dl dd .btnBlue a span.row2 {
    text-align: left;
  }
  .dtBlockArea > dl dd .btnBlue a span.mail {
    background-size: 20px 14px;
  }
  .dtBlockArea > dl dd .btnBlue a span.mail.row2 {
    background-size: 16px auto;
  }
  .dtBlockArea > dl dd .btnBlue a span.customer {
    background-size: 15px auto;
  }
  .dtBlockArea > dl dd .btnBlue a span.business {
    background-size: 16px auto;
    padding-left: 23px;
  }
  .dtBlockArea > dl dd .btnBlue a span.apartment {
    background-size: 15px auto;
  }
  .dtBlockArea > dl dd .btnBlue a span.graph {
    background-size: 14px auto;
    padding-left: 22px;
  }
  .dtBlockArea > dl dd .btnBlue a span.hands {
    background-size: 16px auto;
    padding-left: 22px;
  }
  .dtBlockArea > dl + dl {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .overContentsArea .noteArea .txt {
    background: url(../images/company/ico-scroll.png) no-repeat;
    background-position: left 6px;
    background-size: 43px auto;
    padding-left: 50px;
    font-size: 12px;
  }
  .overContentsArea .overDetail {
    overflow-x: auto;
    margin-top: 22px;
  }
  .overContentsArea .overDetail img {
    max-width: initial;
  }
}
.pagerArea {
  padding: 20px;
  margin-top: 60px;
  background: url(../images/common/bg-gray.jpg) repeat;
}
.pagerArea:before, .pagerArea:after {
  content: '';
  display: table;
}
.pagerArea:after {
  clear: both;
}
.pagerArea > div a {
  display: block;
  line-height: 1.3;
  font-size: 13px;
}
.pagerArea > div.backBtnArea a, .pagerArea > div.pagerBtnArea {
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dedede;
}
.pagerArea > div.backBtnArea {
  float: left;
  width: 215px;
}
.pagerArea > div.backBtnArea a {
  background-image: url(../images/common/ico-page-back.png);
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: 10px center;
  padding: 12px 0 10px 48px;
}
.pagerArea > div.pagerBtnArea {
  float: right;
  width: 725px;
}
.pagerArea > div.pagerBtnArea .btn {
  width: 50%;
}
.pagerArea > div.pagerBtnArea .btn a {
  font-weight: bold;
  background-repeat: no-repeat;
  background-size: 16px;
  padding: 12px 0 10px;
  text-align: center;
}
.pagerArea > div.pagerBtnArea .btn.prev {
  float: left;
}
.pagerArea > div.pagerBtnArea .btn.prev a {
  background-image: url(../images/common/ico-pager-prev.png);
  background-position: 10px center;
}
.pagerArea > div.pagerBtnArea .btn.next {
  float: right;
}
.pagerArea > div.pagerBtnArea .btn.next a {
  background-image: url(../images/common/ico-pager-next.png);
  background-position: right 10px center;
  position: relative;
}
.pagerArea > div.pagerBtnArea .btn.next a:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 16px;
  background: #dedede;
  position: absolute;
  left: 0;
  top: 10px;
}

@media print, screen and (min-width: 768px) {
  body.management .pagerArea > div.backBtnArea a {
    padding: 12px 0 10px 33px;
  }

  body.quality .pagerArea > div.pagerBtnArea .btn a {
    padding: 21px 0 19px;
  }
}
@media screen and (max-width: 767px) {
  .pagerArea {
    padding: 10px;
    margin-top: 50px;
  }
  .pagerArea > div a {
    line-height: 1.2;
  }
  .pagerArea > div.backBtnArea {
    float: none;
    width: 100%;
  }
  .pagerArea > div.backBtnArea a {
    background-size: 13px auto;
    background-position: 9px center;
    padding: 12px 0 10px 10px;
    text-align: center;
    font-size: 12px;
  }
  .pagerArea > div.pagerBtnArea {
    float: none;
    width: 100%;
    margin-top: 10px;
    display: table;
  }
  .pagerArea > div.pagerBtnArea:before, .pagerArea > div.pagerBtnArea:after {
    content: '';
    display: table;
  }
  .pagerArea > div.pagerBtnArea:after {
    clear: both;
  }
  .pagerArea > div.pagerBtnArea .btn {
    float: none !important;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
  }
  .pagerArea > div.pagerBtnArea .btn a {
    font-size: 10px;
    background-size: 12px;
    height: 100%;
  }
  .pagerArea > div.pagerBtnArea .btn.prev a {
    padding: 10px 15px 9px 34px;
  }
  .pagerArea > div.pagerBtnArea .btn.next a {
    padding: 10px 34px 9px 15px;
  }
  .pagerArea > div.pagerBtnArea .btn.next a:before {
    height: 23px;
    top: 50%;
    margin-top: -11px;
  }
}
.meetList:before, .meetList:after {
  content: '';
  display: table;
}
.meetList:after {
  clear: both;
}
.meetList li {
  float: left;
  display: inline-block;
  width: 33%;
}
.meetList li a {
  display: block;
  height: 100%;
  background: #fff;
}
.meetList li a .imgArea {
  display: block;
  height: 0;
  padding-top: 220px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.meetList li a .imgArea .label {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=88);
  opacity: 0.88;
  padding: 2px 10px 1px;
  min-width: 80px;
  text-align: center;
  min-height: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.meetList li a .imgArea .label.parenting {
  background: #d53847;
}
.meetList li a .imgArea .label.educational {
  background: #002973;
}
.meetList li a .imgArea .label.housing {
  background: #d75ea3;
}
.meetList li a .imgArea .label.spot {
  background: #aab63b;
}
.meetList li a .txtArea {
  background: url(../images/top/bg-meet-detail.png) no-repeat right bottom;
  padding: 9px 20px 23px;
}
.meetList li a .txtArea .date {
  font-family: "Roboto";
  font-size: 13px;
  font-weight: bold;
  color: #808080;
}
.meetList li a .txtArea .tit {
  line-height: 1.437;
  font-size: 16px;
  font-weight: bold;
  margin-top: 4px;
}
.meetList li a .txtArea .txt {
  line-height: 1.5;
  margin-top: 5px;
}
@media print, screen and (min-width: 768px) {
  .meetList li a:hover {
    color: #212121;
  }
  .meetList li a:hover .imgArea {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
  }
  .meetList li a .tit {
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  .meetList li a:hover .tit {
    color: #2885a3;
  }
}

@media screen and (max-width: 767px) {
  .meetList li {
    float: none;
    width: 100%;
  }
  .meetList li a .imgArea {
    padding-top: 66%;
  }
  .meetList li a .imgArea .label {
    padding-top: 4px;
  }
  .meetList li a .txtArea {
    padding: 9px 15px 18px;
  }
  .meetList li a .txtArea .date {
    font-size: 12px;
  }
  .meetList li a .txtArea .tit {
    line-height: 1.3;
    margin-top: 9px;
  }
  .meetList li a .txtArea .txt {
    line-height: 1.45;
    margin-top: 7px;
    font-size: 12px;
  }
  .meetList li + li {
    margin-top: 20px;
  }
}

#newsArea .listArea, .secIrTopMenu .listArea {
  padding: 10px 28px 16px;
}
.secPropertyNews .listArea{
  max-height: 274px;
  overflow-y: scroll;
}
#newsArea .listArea li, .secIrTopMenu .listArea li, .secPropertyNews .listArea li {
  position: relative;
  font-size: 15px;
  padding: 15px 0 11px 168px;
}
 .secPropertyNews .listArea li.nopost{
	 padding-left:0;
 }
#newsArea .listArea li .date, .secIrTopMenu .listArea li .date, .secPropertyNews .listArea li .date {
  position: absolute;
  left: 0;
  top: 15px;
}
#newsArea .listArea li .date span, .secIrTopMenu .listArea li .date span, .secPropertyNews .listArea li .date span {
  position: absolute;
  left: 96px;
  display: inline-block;
  width: 55px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 1px 0;
  top: 1px;
}
#newsArea .listArea li .date span.ir, .secIrTopMenu .listArea li .date span.ir {
  background: #57ab3e;
}
#newsArea .listArea li .date span.news, .secIrTopMenu .listArea li .date span.news {
  background: #062d7d;
}
#newsArea .listArea li a, .secIrTopMenu .listArea li a, .secPropertyNews .listArea li a {
  color: #2885a3;
  position: relative;
}
.secPropertyNews .listArea li .date span.property{
  background: #d65639;
}
#newsArea .listArea li a.blank:after, #newsArea .listArea li a.pdf:after, .secIrTopMenu .listArea li a.blank:after, .secIrTopMenu .listArea li a.pdf:after, .secPropertyNews .listArea li a.pdf:after, .secPropertyNews .listArea li a.blank:after {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
#newsArea .listArea li a.blank:after, .secIrTopMenu .listArea li a.blank:after, .secPropertyNews .listArea li a.blank:after {
  width: 12px;
  height: 12px;
  background-image: url(../images/common/ico-window-blank.png);
  margin-left: 3px;
}
#newsArea .listArea li a.pdf:after, .secIrTopMenu .listArea li a.pdf:after, .secPropertyNews .listArea li a.pdf:after {
  width: 17px;
  height: 17px;
  background-image: url(../images/common/ico-pdf.png);
  margin-left: 19px;
  vertical-align: middle;
}

@media print, screen and (min-width: 768px) {
  #newsArea .listArea li a:hover, .secIrTopMenu .listArea li a:hover, .secPropertyNews .listArea li a:hover {
    text-decoration: underline;
  }
}
#newsArea .listArea li + li, .secIrTopMenu .listArea li + li, .secPropertyNews .listArea li + li {
  border-top: 1px dotted #999;
}
.secNotice .notice{
	width: 616px;
	margin: 0 auto;
}

.secNotice .notice h2{
	text-align: center;
	margin-bottom: 20px;
	font-size: 1.2em;
}
.secNotice .notice p{
	text-indent: 1em;
}
.secNotice .notice ul{
	width: 467px;
	margin: 20px auto;
	list-style-type: decimal;	
}
.secNotice .notice ul li{
	margin-left: 1.2em;
}


@media screen and (max-width: 767px) {
  #newsArea .infoBox {
    width: 100%;
  }
  #newsArea .infoBox .harea .tit {
    width: 70px;
    padding: 4px 0 5px;
  }
  #newsArea .infoBox .harea .txtLink {
    font-size: 12px;
    right: 9px;
    top: 4px;
  }
  #newsArea .infoBox .harea .txtLink a {
    background-size: 7px auto;
  }

  #newsArea .listArea, .secIrTopMenu .listArea {
    padding: 0;
    margin: 5px 0 10px;
  }
  #newsArea .listArea li, .secIrTopMenu .listArea li, .secPropertyNews .listArea li {
    font-size: 12px;
    padding: 8px 0 7px;
  }
  #newsArea .listArea li .date, .secIrTopMenu .listArea li .date, .secPropertyNews .listArea li .date {
    position: static;
    display: block;
    font-family: "Roboto";
    color: #808080;
  }
  #newsArea .listArea li .date span, .secIrTopMenu .listArea li .date span, .secPropertyNews .listArea li .date span {
    font-size: 9px;
    width: 50px;
    left: 70px;
    top: 9px;
  }
  #newsArea .listArea li a, .secIrTopMenu .listArea li a, .secPropertyNews .listArea li a {
    display: block;
    padding-top: 3px;
  }
  #newsArea .listArea li a.blank:after, .secIrTopMenu .listArea li a.blank:after, .secPropertyNews .listArea li a.blank:after {
    width: 10px;
    height: 10px;
  }
  #newsArea .listArea li a.pdf:after, .secIrTopMenu .listArea li a.pdf:after, .secPropertyNews .listArea li a.pdf:after {
    width: 11px;
    height: 11px;
    margin-left: 6px;
  }
	.secNotice .notice{
		margin: 0;
		width: auto;
	}
	.secNotice .notice h2{
		font-size: 1em;
		font-weight: bold;
	}
	.secNotice .notice ul{
		width: auto;
	}
}
.irNav {
  margin-bottom: 40px;
}

.irNavList:before, .irNavList:after {
  content: '';
  display: table;
}
.irNavList:after {
  clear: both;
}
.irNavList li {
  width: 20%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  border: 1px solid #dedede;
}
@media print, screen and (min-width: 768px) {
  .irNavList li {
    height: 39px;
  }
  .irNavList li + li {
    border-left: none;
  }
  .irNavList li:nth-child(n+6) {
    border-top: none;
  }
  .irNavList li:nth-child(5n+1) {
    border-left: 1px solid #dedede;
  }
  .irNavList li.finance span {
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(../images/common/ico-window-blank.png);
    background-size: 10px auto;
    padding-right: 20px;
    background-position: right 6px;
  }
}
.irNavList li a {
  display: block;
  height: 100%;
  padding: 7px 10px 7px 29px;
  background-repeat: no-repeat;
  background-position: 10px center;
  background-image: url(../images/common/arrow-bl-18.png);
  background-size: 7px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.irNavList li.s a {
  font-size: 13px;
}
.irNavList li.active a {
  background-color: #062d7d;
  color: #fff;
  background-image: url(../images/common/arrow-wh-18.png);
}

@media screen and (max-width: 767px) {
  .irNav {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .irNavList li {
    width: 100%;
    float: none;
  }
  .irNavList li a {
    font-size: 12px;
    font-weight: bold;
    background-size: 6px auto;
    padding: 13px 10px 12px 30px;
    background-position: 12px center;
  }
  .irNavList li + li {
    border-top: none;
  }
}
.ir.document .borderTit {
  margin-bottom: 14px;
}
.ir.document .infoBox li a {
  color: #2885a3;
  display: block;
  font-size: 15px;
  padding: 12px 0 12px 100px;
  position: relative;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.ir.document .infoBox li a .date {
  color: #212121;
  display: inline-block;
  margin-right: 20px;
  text-decoration: none;
  position: absolute;
  top: 12px;
  left: 0;
}
.ir.document .infoBox li a.blank:after, .ir.document .infoBox li a.pdf:after {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.ir.document .infoBox li a.blank:after {
  width: 12px;
  height: 12px;
  background-image: url(../images/common/ico-window-blank.png);
  margin-left: 3px;
}
.ir.document .infoBox li a.pdf:after {
  width: 17px;
  height: 17px;
  background-image: url(../images/common/ico-pdf.png);
  margin-left: 5px;
  vertical-align: sub;
}
@media print, screen and (min-width: 768px) {
  .ir.document .infoBox li a:hover {
    background-color: #F5F5F5;
    text-decoration: underline;
  }
}
.ir.document .infoBox li + li {
  border-top: 1px dotted #999;
}
.ir.document .infoBox.news li a {
  padding: 12px 0 12px 168px;
}
.ir.document .infoBox.news li a .label {
  position: absolute;
  left: 96px;
  display: inline-block;
  width: 55px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 1px 0;
  top: 15px;
}
.ir.document .infoBox.news li a .label.ir {
  background: #57ab3e;
}
.ir.document .infoBox.news li a .label.news {
  background: #062d7d;
}
.ir.document .tabNavArea {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: url(../images/common/bg-gray.jpg) repeat;
  padding: 9px;
  margin: 0 auto 40px;
  width: 930px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ir.document .tabNavArea .tabIrNav:before, .ir.document .tabNavArea .tabIrNav:after {
  content: '';
  display: table;
}
.ir.document .tabNavArea .tabIrNav:after {
  clear: both;
}
.ir.document .tabNavArea .tabIrNav li {
  float: left;
  width: 11%;
}
.ir.document .tabNavArea .tabIrNav li a {
  display: block;
  background: #fff;
  height: 40px;
  text-align: center;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 0;
  font-weight: bold;
}
.ir.document .tabNavArea .tabIrNav li + li a:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 17px;
  background: #dedede;
  position: absolute;
  left: 0;
  top: 12px;
}
.ir.document .tabNavArea .tabIrNav li.active a {
  background: #466dbe;
  color: #fff;
}
.ir.document .tabNavArea .tabIrNav li.active a:before {
  display: non;
}
.ir.document .tabNavArea .tabIrNav li:first-child a {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px 0 0 3px;
}
.ir.document .tabNavArea .tabIrNav li:last-child a {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0;
  border-radius: 0 3px 3px 0;
}
.ir.document .tabNavArea.slideNone {
  position: relative;
}
.ir.document .tabNavArea.slideNone:before, .ir.document .tabNavArea.slideNone:after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 60px;
  background-repeat: no-repeat;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  top: 0;
}
.ir.document .tabNavArea.slideNone:before {
  background-image: url(../images/ir/btn-tab-prev.png);
  left: -35px;
}
.ir.document .tabNavArea.slideNone:after {
  background-image: url(../images/ir/btn-tab-next.png);
  right: -35px;
}
.ir.document .slick-arrow {
  text-indent: -9999px;
  overflow: hidden;
  width: 25px;
  height: 60px;
  background-repeat: no-repeat;
  position: absolute;
}
.ir.document .slick-arrow.slick-prev {
  background-image: url(../images/ir/btn-tab-prev.png);
  left: -45px;
  top: -10px;
}
.ir.document .slick-arrow.slick-next {
  background-image: url(../images/ir/btn-tab-next.png);
  right: -45px;
  top: -10px;
}
.ir.document .tabContent section + section {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  .ir.document .infoBox li a {
    font-size: 12px;
    padding: 29px 0 12px;
  }
  .ir.document .infoBox li a .date {
    display: block;
    margin-bottom: 3px;
  }
  .ir.document .infoBox li a.pdf:after {
    width: 13px;
    height: 13px;
  }
  .ir.document .infoBox.news li a {
    padding: 29px 0 12px;
  }
  .ir.document .infoBox.news li a .label {
    left: 70px;
    top: 12px;
  }
  .ir.document .tabNavArea {
    background: none;
    padding: 0;
    border: none;
    width: 100%;
    margin-bottom: 30px;
  }
  .ir.document .tabNavArea select {
    font-weight: bold;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 40px;
  }
  .ir.document .tabContent section + section {
    margin-top: 30px;
  }
}
.bnrAdobeReader {
  border: 1px solid #dedede;
  margin-top: 38px;
}
@media print, screen and (min-width: 768px) {
  .bnrAdobeReader {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
}
.bnrAdobeReader div {
  font-weight: bold;
  padding: 14px;
}

@media screen and (max-width: 767px) {
  .bnrAdobeReader {
    padding: 14px 14px 11px;
    margin-top: 14px;
  }
  .bnrAdobeReader div {
    padding: 0;
    font-size: 12px;
    line-height: 1.5;
  }
  .bnrAdobeReader div.bnr {
    width: 79px;
    margin-bottom: 5px;
  }
}
.bnrLinkBlock {
  background: url(../images/common/bg-gray.jpg) repeat;
  padding: 40px;
  margin-top: 30px;
}
.bnrLinkBlock .inner {
  background: #fff;
  height: 170px;
}
.bnrLinkBlock .inner:before, .bnrLinkBlock .inner:after {
  content: '';
  display: table;
}
.bnrLinkBlock .inner:after {
  clear: both;
}
.bnrLinkBlock .inner img {
  float: left;
  height: 170px;
}
.bnrLinkBlock .inner .txtArea {
  float: right;
  width: 50%;
  padding: 19px 40px 19px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bnrLinkBlock .inner .txtArea .tit {
  font-weight: bold;
  font-size: 24px;
  background-repeat: no-repeat;
  background-image: url(../images/common/arrow-bl-18.png);
  background-size: 7px auto;
  background-position: left 15px;
  padding-left: 17px;
}
.bnrLinkBlock .inner .txtArea .txt {
  font-size: 16px;
}
@media print, screen and (min-width: 768px) {
  .bnrLinkBlock a {
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  .bnrLinkBlock a .tit {
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  .bnrLinkBlock a:hover .txt {
    color: #212121;
  }
}

@media screen and (max-width: 767px) {
  .bnrLinkBlock {
    padding: 15px;
    margin-top: 20px;
  }
  .bnrLinkBlock .inner {
    height: auto;
  }
  .bnrLinkBlock .inner img {
    float: none;
    height: auto;
    max-width: inherit;
    width: 100%;
  }
  .bnrLinkBlock .inner .txtArea {
    float: none;
    width: 100%;
    padding: 9px 15px 10px;
  }
  .bnrLinkBlock .inner .txtArea .tit {
    font-size: 14px;
    background-position: left 5px;
    padding-left: 12px;
  }
  .bnrLinkBlock .inner .txtArea .txt {
    font-size: 12px;
    padding-top: 2px;
  }
}
.mapBox {
  height: 0;
  padding-top: 50%;
  position: relative;
}
.mapBox > div {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

input[type="text"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="email"],
input[type="password"],
textarea,
select {
  background: #eee;
  border: 1px solid #e5e5e5;
  padding: 8px;
  width: 100%;
}

.overlay {
  background: rgba(33, 33, 33, 0.9);
  content: '';
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}

#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1000;
}
#loading.active {
  background: rgba(17, 17, 17, 0.2);
  z-index: 400;
}

@keyframes drawline {
  0% {
    stroke-dashoffset: 3000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes fillIn {
  0% {
    fill: rgba(255, 255, 255, 0);
  }
  100% {
    fill: rgba(255, 255, 255, 0.55);
  }
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(6px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(6px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(6px) rotate(0);
  }
  100% {
    transform: translateY(6px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}
.keieiFoot div {
  border: 1px solid #dedede;
  padding-bottom: 30px;
}
.keieiFoot .keieiFootBtn {
  font-size: 0;
  margin-bottom: 60px;
  text-align: center;
}
.keieiFoot .keieiFootBtn li {
  border: 1px solid #dedede;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px;
  text-align: left;
  width: 300px;
}
.keieiFoot .keieiFootBtn li a {
  display: block;
  padding: 15px 0 10px 20px;
}
.keieiFoot .keieiFootBtn li span {
  background: url(../images/common/arrow-bl-18.png) no-repeat left center;
  background-size: 7px auto;
  padding-left: 18px;
}
.keieiFoot .keieiFootBtn li:last-child {
  margin: 0;
}
.keieiFoot .keieiFootBtn li:last-child a {
  background: url(../images/management/img-guidebook.png) no-repeat 260px center;
}
.keieiFoot .keieiFootBtn li.managementVoiceBtn a {
  padding: 15px 0 10px 90px;
}
.keieiFoot h2 {
  background: #f5f5f5;
  border-bottom: 1px solid #dedede;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 14px 0;
  text-align: center;
}
.keieiFoot .keieiFootContact {
  margin: 0 auto;
  overflow: hidden;
  width: 940px;
}
.keieiFoot .keieiFootContact li {
  background: url(../images/management/bg-violet.png);
  float: left;
  margin-left: 20px;
  padding: 30px;
  width: 400px;
}
.keieiFoot .keieiFootContact li:first-child {
  margin: 0;
}
.keieiFoot .keieiFootContact li h3 {
  border-left: 3px solid #092f7f;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 5px;
  padding-left: 15px;
}
.keieiFoot .keieiFootContact li p {
  margin-top: 20px;
}
.keieiFoot .keieiFootContact li .btnBlue {
  display: table;
  width: 100%;
  margin-top: 50px;
}
.keieiFoot .keieiFootContact li .btnBlue a {
  display: table-cell;
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: rgba(6, 45, 125, 0.95);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2MmQ3ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA2MmQ3ZCIgc3RvcC1vcGFjaXR5PSIwLjkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #062d7d), color-stop(100%, rgba(6, 45, 125, 0.9)));
  background: -moz-linear-gradient(top, #062d7d, rgba(6, 45, 125, 0.9));
  background: -webkit-linear-gradient(top, #062d7d, rgba(6, 45, 125, 0.9));
  background: linear-gradient(to bottom, #062d7d, rgba(6, 45, 125, 0.9));
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF062D7D', endColorstr='#E6062D7D');
  height: 50px;
  line-height: 1.3;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.keieiFoot .keieiFootContact li .btnBlue a span {
  display: inline-block;
  position: relative;
  padding: 5px 0 5px 30px;
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: -10px;
}
.keieiFoot .keieiFootContact li .btnBlue a span.mail {
  background-image: url(../images/common/ico-mail-wh40.png);
  background-size: 19px auto;
}
@media print, screen and (min-width: 768px) {
  .keieiFoot .keieiFootContact li .btnBlue a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  .keieiFoot {
    margin-bottom: 0 !important;
  }
  .keieiFoot div {
    border: 1px solid #dedede;
    padding-bottom: 15px;
  }
  .keieiFoot .keieiFootBtn {
    margin-bottom: 30px;
  }
  .keieiFoot .keieiFootBtn li {
    display: block;
    font-size: 12px;
    margin: 0 auto 10px;
    text-align: left;
    width: 250px;
  }
  .keieiFoot .keieiFootBtn li a {
    padding: 15px 0 12px 37px;
  }
  .keieiFoot .keieiFootBtn li:last-child {
    margin: 0 auto;
  }
  .keieiFoot .keieiFootBtn li:last-child a {
    background: url(../images/management/img-guidebook.png) no-repeat 85% 52%;
    background-size: 12px auto;
  }
  .keieiFoot .keieiFootBtn li:last-child span {
    margin-right: 15px;
    padding-left: 12px;
  }
  .keieiFoot .keieiFootBtn li.managementVoiceBtn a {
    padding: 15px 0 12px 80px;
  }
  .keieiFoot h2 {
    border-bottom: 1px solid #dedede;
    font-size: 14px;
    margin-bottom: 15px;
    padding: 7px 0;
  }
  .keieiFoot .keieiFootContact {
    width: auto;
  }
  .keieiFoot .keieiFootContact li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    font-size: 11px;
    margin: 12px auto 0;
    padding: 15px;
    width: 90%;
  }
  .keieiFoot .keieiFootContact li:first-child {
    margin: 0 auto;
  }
  .keieiFoot .keieiFootContact li h3 {
    border-left: 2px solid #092f7f;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-left: 7px;
  }
  .keieiFoot .keieiFootContact li p {
    margin-top: 10px;
  }
  .keieiFoot .keieiFootContact li .btnBlue {
    display: table;
    font-size: 12px;
    margin-top: 10px;
    width: 100%;
  }
  .keieiFoot .keieiFootContact li .btnBlue a {
    font-size: 10px;
    height: 45px;
  }
  .keieiFoot .keieiFootContact li .btnBlue a span {
    padding: 5px 0 5px 20px;
    margin-left: -5px;
  }
  .keieiFoot .keieiFootContact li .btnBlue a span.mail {
    background-image: url(../images/common/ico-mail-wh40.png);
    background-size: 15px auto;
    font-size: 12px;
  }
}
html {
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #fff;
  color: #212121;
  font-family: Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  line-height: 1.857;
  min-width: 1000px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body:before {
  display: none;
}
@media print, screen and (min-width: 768px) {
  body:before {
    content: 'pc';
  }
}
@media screen and (max-width: 767px) {
  body:before {
    content: 'sp';
  }
}

a {
  color: #212121;
  text-decoration: none;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media print, screen and (min-width: 768px) {
  a:hover {
    color: #2885a3;
  }
}

::selection {
  background: #04235f;
  color: #fff;
}

::-moz-selection {
  background: #04235f;
  color: #fff;
}

input::selection,
textarea::selection {
  color: #212121;
}

input::-moz-selection,
textarea::-moz-selection {
  color: #212121;
}

#wrapper {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1000px;
  position: relative;
}
.container:before, .container:after {
  content: '';
  display: table;
}
.container:after {
  clear: both;
}
.container-1200 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1200px;
  position: relative;
}
.container-1200:before, .container-1200:after {
  content: '';
  display: table;
}
.container-1200:after {
  clear: both;
}

#content:not(.top) {
  position: relative;
  z-index: 2;
  background: #fff;
}

#header {
  height: 114px;
  border-top: 6px solid #062d7d;
  background: url(../images/common/bg-header.png) repeat-x;
  position: relative;
  z-index: 500;
}
#header:before, #header:after {
  position: absolute;
  top: 0px;
  z-index: -1;
}
#header:before {
  content: url(../images/common/bg-gradation-header-l.png);
  left: 0;
}
#header:after {
  content: url(../images/common/bg-gradation-header-r.png);
  right: 0;
}
#header.isTB:before, #header.isTB:after {
  display: none;
}
#header > .container {
  padding-top: 70px;
  position: static;
}
#header > .container:before, #header > .container:after {
  content: '';
  display: table;
}
#header > .container:after {
  clear: both;
}
#header > .container .logo {
  float: left;
  position: relative;
  z-index: 10;
}
#header > .container .globalNav {
  float: right;
}
#header > .container .globalNav > .inner > ul:before, #header > .container .globalNav > .inner > ul:after {
  content: '';
  display: table;
}
#header > .container .globalNav > .inner > ul:after {
  clear: both;
}
#header > .container .globalNav > .inner > ul > li {
  float: left;
}
#header > .container .globalNav > .inner > ul > li > p > a {
  font-weight: bold;
  font-size: 14px;
  padding: 10px 13px 18px;
}
#header > .container .globalNav > .inner > ul > li.house > p > a {
  padding: 10px 24px 18px;
}
@media print, screen and (min-width: 768px) {
  #header > .container .globalNav > .inner > ul > li > p > a:hover {
    color: #053f75;
  }
}
#header > .container .globalNav > .inner > ul > li > p > a span {
  display: inline-block;
}
#header > .container .globalNav > .inner > ul > li.active > p > a span {
  position: relative;
}
#header > .container .globalNav > .inner > ul > li.active > p > a span:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 3px;
  background: #062d7d;
  position: absolute;
  bottom: -19px;
  left: 0;
  right: 0;
  margin: auto;
}
#header > .container .globalNav > .inner > ul > li .detail {
  display: none;
  background: rgba(23, 58, 129, 0.98);
  position: absolute;
  left: 0;
  top: 113px;
  width: 100%;
  padding: 30px 0 55px;
  -moz-box-shadow: 0 1px 38px rgba(0, 95, 125, 0.26);
  -webkit-box-shadow: 0 1px 38px rgba(0, 95, 125, 0.26);
  box-shadow: 0 1px 38px rgba(0, 95, 125, 0.26);
}
#header > .container .globalNav > .inner > ul > li .detail a {
  color: #fff;
  font-weight: bold;
  line-height: 1.45;
  display: block;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media print, screen and (min-width: 768px) {
  #header > .container .globalNav > .inner > ul > li .detail a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
#header > .container .globalNav > .inner > ul > li .detail .tit {
  font-size: 22px;
  padding-left: 18px;
  position: relative;
  margin-bottom: 7px;
}
#header > .container .globalNav > .inner > ul > li .detail .tit:before {
  content: '';
  display: inline-block;
  position: absolute;
  background: url(../images/common/arrow-wh-18.png);
  width: 9px;
  height: 11px;
  background-size: contain;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
#header > .container .globalNav > .inner > ul > li .detail .detailBox {
  background: #113170;
  width: 100%;
  display: table;
}
#header > .container .globalNav > .inner > ul > li .detail .detailBox > div {
  vertical-align: middle;
  display: table-cell;
  /*height: 55px;*/
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
}
#header > .container .globalNav > .inner > ul > li .detail .detailBox .tit {
  font-size: 16px;
  margin: 0;
}
#header > .container .globalNav > .inner > ul > li.home > p > a {
  padding-right: 12px;
}
#header > .container .globalNav > .inner > ul > li.home img {
  margin-top: 4px;
  width: 16px;
}
@media print, screen and (min-width: 768px) {
  #header > .container .globalNav > .inner > ul > li.company > p > a, #header > .container .globalNav > .inner > ul > li.project > p > a {
    background: url(../images/common/arrow-header-nav.png) no-repeat;
    background-position: left 37px bottom 4px;
  }
  #header > .container .globalNav > .inner > ul > li.company .detailArea:before, #header > .container .globalNav > .inner > ul > li.company .detailArea:after {
    content: '';
    display: table;
  }
  #header > .container .globalNav > .inner > ul > li.company .detailArea:after {
    clear: both;
  }
  #header > .container .globalNav > .inner > ul > li.company .detailArea > div {
    display: inline-block;
    position: relative;
  }
  #header > .container .globalNav > .inner > ul > li.company .detailArea > div > ul {
    margin: -20px 0 0 -20px;
  }
  #header > .container .globalNav > .inner > ul > li.company .detailArea > div > ul > li {
    width: 320px;
    float: left;
    margin: 20px 0 0 20px;
    display: table;
  }
  #header > .container .globalNav > .inner > ul > li.company .detailArea > div > ul > li a, #header > .container .globalNav > .inner > ul > li.company .detailArea > div > ul > li .inner {
    padding: 0;
  }
  #header > .container .globalNav > .inner > ul > li.company .detailArea > div > ul > li a > div, #header > .container .globalNav > .inner > ul > li.company .detailArea > div > ul > li .inner > div {
    display: table-cell;
    vertical-align: middle;
  }
  #header > .container .globalNav > .inner > ul > li.company .detailArea > div > ul > li a .imgArea, #header > .container .globalNav > .inner > ul > li.company .detailArea > div > ul > li .inner .imgArea {
    width: 145px;
  }
  #header > .container .globalNav > .inner > ul > li.company .detailArea > div > ul > li a .detailBox, #header > .container .globalNav > .inner > ul > li.company .detailArea > div > ul > li .inner .detailBox {
    width: 175px;
  }
  #header > .container .globalNav > .inner > ul > li.company .detailArea > div > ul > li a .detailBox > div, #header > .container .globalNav > .inner > ul > li.company .detailArea > div > ul > li .inner .detailBox > div {
    display: block;
  }
  #header > .container .globalNav > .inner > ul > li.company .detailArea > div > ul > li.reason {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    width: 275px;
  }
  #header > .container .globalNav > .inner > ul > li.company .detailArea > div > ul > li.reason a div {
    display: block;
    width: 275px;
  }
  #header > .container .globalNav > .inner > ul > li.company .detailArea > div > ul > li.reason a div.imgArea {
    height: 210px;
  }
  #header > .container .globalNav > .inner > ul > li.company .detailArea > div > ul > li:last-child .detailBox > div {
    /*height: 122px;*/
  }
  #header > .container .globalNav > .inner > ul > li.company .detailArea > div > ul > li:last-child .detailBox .tit {
    border-bottom: 1px dotted #415a8d;
  }
  #header > .container .globalNav > .inner > ul > li.company .detailArea > div > ul > li:last-child .detailBox .tit a {
    display: inline-block;
  }
  #header > .container .globalNav > .inner > ul > li.company .detailArea > div > ul > li:last-child .detailBox ul {
    margin-top: 2px;
  }
  #header > .container .globalNav > .inner > ul > li.company .detailArea > div > ul > li:last-child .detailBox ul li a {
    display: inline-block;
    font-size: 11px;
    text-decoration: underline;
  }
  #header > .container .globalNav > .inner > ul > li.project .detailArea ul {
    margin-left: -20px;
  }
  #header > .container .globalNav > .inner > ul > li.project .detailArea ul:before, #header > .container .globalNav > .inner > ul > li.project .detailArea ul:after {
    content: '';
    display: table;
  }
  #header > .container .globalNav > .inner > ul > li.project .detailArea ul:after {
    clear: both;
  }
  #header > .container .globalNav > .inner > ul > li.project .detailArea ul li {
    width: 235px;
    margin-left: 20px;
    float: left;
  }
  #header > .container .globalNav > .inner > ul > li.project .detailArea ul li .tit {
    font-size: 16px;
  }
  #header > .container .globalNav > .inner > ul > li.project .detailArea ul li:first-child .tit {
    font-size: 14px;
  }
}
#header > .container .globalNav > .inner > ul > li + li p {
  position: relative;
}
#header > .container .globalNav > .inner > ul > li + li p:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 13px;
  background: #dedede;
  position: absolute;
  top: 7px;
}

#header > .container .globalNav > .inner > ul > li .detail{
  overflow: hidden;
}
#header > .container .globalNav > .inner > ul > li .detail .detailArea02 ul li .tit{
  font-size: 14px;
  letter-spacing: -0.05em;
  white-space: nowrap;
}
#header > .container .globalNav > .inner > ul > li .detail .detailArea02{
  width: 688px;
  float: left;
}
#header > .container .globalNav > .inner > ul > li .detail .detailArea02 ul li{
  width: 224px;
  float: left;
}
#header > .container .globalNav > .inner > ul > li .detail .detailArea02 ul li + li{
  margin: 0 0 0 8px;
}
#header > .container .globalNav > .inner > ul > li .detail .detailArea03{
  width: 462px;
  float: right;
}
#header > .container .globalNav > .inner > ul > li .detail .detailArea03 .group{
  overflow: hidden;
}
#header > .container .globalNav > .inner > ul > li .detail .detailArea03 .group .groupItem{
  width: 90px;
  float: left;
  margin-left: 6px;
  margin-bottom: 10px;
}
#header > .container .globalNav > .inner > ul > li .detail .detailArea03 .group .groupItem:nth-child(3n + 1){
  margin-left: 6px;
  /*clear: both;*/
}
#header > .container .globalNav > .inner > ul > li .detail .detailArea03 .group .groupItem .tit{
  margin: 6px 0 0;
  font-size: 13px;
}
#header > .container .globalNav > .inner > ul > li .detail .detailArea03 .group .groupItem .tit::before{
  top: 3px;
  bottom: auto;
}

@media print, screen and (max-width: 767px) {
  #header > .container .globalNav > .inner > ul > li .detail .detailArea02 ul{
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
  }
  #header > .container .globalNav > .inner > ul > li .detail .detailArea02{
    width: 100%;
    float: none;
  }
  #header > .container .globalNav > .inner > ul > li .detail .detailArea02 ul li{
    width: 100%;
    float: none;
  }

  #header > .container .globalNav > .inner > ul > li .detail .detailArea02 ul > li + li{
    border-top: 1px solid #dedede;
    margin: 0;
  }

  #header > .container .globalNav > .inner > ul > li .detail .detailArea03{
    width: 100%;
    float: none;
  }
  #header > .container .globalNav > .inner > ul > li .detail .detailArea03 .group{
    margin: 0 20px 20px;
  }
  #header > .container .globalNav > .inner > ul > li .detail .detailArea03 .group .groupItem{
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 0;
    background: url(../images/common/bg-dotted-gray.jpg) repeat;
  }

  #header > .container .globalNav > .inner > ul > li .detail .detailArea03 .group .groupItem + .groupItem {
    margin-top: 5px;
  }
	#header > .container .globalNav > .inner > ul > li .detail .detailArea03 .group .groupItem:nth-child(3n + 1) {
		margin-left: 0;
	}
  #header > .container .globalNav > .inner > ul > li .detail .detailArea03 .group .groupItem a{
    color: #212121;
    padding: 15px 20px 15px 39px;
    background-image: url(../images/common/arrow-bl-18.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 7px auto;
    display: block;
  }
  #header > .container .globalNav > .inner > ul > li .detail .detailArea03 .group .groupItem .tit{
    margin: 0;
    font-size: 12px;
    font-weight: normal;
  }
}


/* businessLink */
#businessLink{
	position: relative;
	z-index: 55;
	background: #fff;
}
#businessLink ul{
	display: flex;
}
#businessLink li{
	width: calc(100% / 3);
}
#businessLink li a{
	display: block;
	background: #000;
	position: relative;
	overflow: hidden;
}
#businessLink li a figure{
	transition: all ease 0.6s;
}
#businessLink li a:hover figure{
	transform: scale(1.2, 1.2);
	opacity: 0.5;
}
#businessLink li a img{
	width: 100%;
	height: auto;
}
#businessLink li a h3{
	width: 100%;
	position: absolute;
	bottom: 0;
}
@media print, screen and (max-width: 767px) {
	/* businessLink */
	#businessLink ul{
		display: block;
		width: 87.5%;
		margin: 0 auto;
	}
	#businessLink li{
		width: 100%;
	}
	#businessLink li a:hover figure{
		transform: scale(1, 1);
		opacity: 1;
	}
}

/* groupLink */
#groupLink .secttl{
	padding: 36px 0;
	text-align: center;
}
#groupLink .secttl .cap{
	display: block;
	font-size: 16px;
	color :#062d7d;
}
#groupLink .secttl .mainttl{
	display: block;
	font-size: 28px;
	font-weight: bold;
}
#groupLink ul{
	display: flex;
}
#groupLink ul li{
	width: calc(100% / 7);
	position: relative;
	/*background: #173a81 no-repeat right bottom;*/
}
#groupLink ul li::before{
	content: "";
	width: 1px;
	background: #4463a0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	margin: 50px 0;
}
#groupLink ul li:first-child::before{
	content: none;
}
#groupLink ul li a{
	display: block;
	padding: 66px 6%;
	/*color: #fff;*/
	transition: all ease 0.3s;
}
#groupLink ul li a:hover{
	opacity: 0.6;
}
#groupLink ul li figure{
	margin: 0 0 45px;
	text-align: center;
}
#groupLink ul li h3{
	margin: 0 0 12px;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
	height: 58px;
}
#groupLink ul li h3::before{
	content: "";
	display: inline-block;
	width: 8px;
	height: 10px;
	margin: 0 10px 0 0;
	background: url(../images/top/ico_arrow02.png) no-repeat;
	vertical-align: middle;
}
#groupLink ul li p{
	font-size: 13px;
	line-height: 1.8;
}
/*#groupLink ul li:nth-child(1){ background-image: url(../images/top/bg_group05.png);}
#groupLink ul li:nth-child(2){ background-image: url(../images/top/bg_group02.png);}
#groupLink ul li:nth-child(3){ background-image: url(../images/top/bg_group04.png);}
#groupLink ul li:nth-child(4){ background-image: url(../images/top/bg_group03.png);}
#groupLink ul li:nth-child(5){ background-image: url(../images/top/bg_group06.png);}
#groupLink ul li:nth-child(6){ background-image: url(../images/top/bg_group01.png);}
#groupLink ul li:nth-child(7){ background-image: url(../images/top/bg_group07.png);}*/

@media print, screen and (max-width: 767px) {
	/* groupLink */
	#groupLink .secttl{
		padding: 20px 0;
	}
	#groupLink .secttl .cap{
		font-size: 12px;
	}
	#groupLink .secttl .mainttl{
		font-size: 18px;
	}
	#groupLink ul{
		flex-wrap: wrap;
	}
	#groupLink ul li{
		width: 50%;
		background-size: 60% auto;
	}
	#groupLink ul li::before{
		margin: 25px 0;
	}
	#groupLink ul li:nth-child(odd)::before{
		content: none;
	}
	#groupLink ul li a{
		padding: 30px 10%;
	}
	#groupLink ul li a:hover{
		opacity: 1;
	}
	#groupLink ul li figure{
		width: 30%;
		margin: 0 auto 20px;
	}
	#groupLink ul li figure img{
		width: 100%;
		height: auto;
	}
	#groupLink ul li h3{
		margin: 0 0 8px;
		font-size: 13px;
		height: auto;
	}
	#groupLink ul li h3::before{
		width: 4px;
		height: 5px;
		margin: 0 5px 0 0;
		background-size: 100% auto;
	}
	#groupLink ul li p{
		font-size: 12px;
	}


}

#header > .container .topArea {
  position: absolute;
  width: 1000px;
  top: 6px;
  left: 50%;
  margin-left: -500px;
}
#header > .container .topTxt, #header > .container .topBtnArea {
  position: absolute;
}
#header > .container .topTxt {
  left: 0;
  font-size: 10px;
  top: 17px;
}
#header > .container .topBtnArea {
  right: 0;
  top: -6px;
}
#header > .container .topBtnArea:before, #header > .container .topBtnArea:after {
  content: '';
  display: table;
}
#header > .container .topBtnArea:after {
  clear: both;
}
#header > .container .topBtnArea > p {
  float: left;
}
#header > .container .topBtnArea > p + p {
  margin-left: 10px;
}
#header > .container .topBtnArea > p a {
  -moz-transition: opacity 0.8;
  -o-transition: opacity 0.8;
  -webkit-transition: opacity 0.8;
  transition: opacity 0.8;
}
@media print, screen and (min-width: 768px) {
  #header > .container .topBtnArea > p a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }




}

#footerNav {
  background: #e4ebf7;
  padding: 40px 0;
  position: relative;
  z-index: 2;
}
#footerNav .footerNavList {
  margin-left: -20px;
}
#footerNav .footerNavList:before, #footerNav .footerNavList:after {
  content: '';
  display: table;
}
#footerNav .footerNavList:after {
  clear: both;
}
#footerNav .footerNavList li {
  width: 235px;
  margin-left: 20px;
  float: left;
}
#footerNav .footerNavList li a {
  display: block;
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  padding: 24px 20px 22px;
  overflow: hidden;
  /*height: 100%;*/
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
#footerNav .footerNavList li a .imgArea {
  height: 44px;
}
#footerNav .footerNavList li a .imgArea > img.doc {
  width: 35px;
}
#footerNav .footerNavList li a .imgArea > img.site {
  width: 50px;
}
#footerNav .footerNavList li a .imgArea > img.company {
  width: 52px;
  margin-top: 3px;
}
#footerNav .footerNavList li a .imgArea > img.corp {
  width: 48px;
  margin-top: 7px;
}
#footerNav .footerNavList li a .tit {
  font-size: 18px;
  font-weight: bold;
  margin: 13px 0 2px;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
#footerNav .footerNavList li a .txt {
  text-align: left;
  line-height: 1.428;
}
#footerNav .footerNavList li a:after {
  content: '';
  position: absolute;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-image: url(../images/common/arrow-footer-nav_pc.png);
  right: 0;
  bottom: 0;
}
#footerNav .footerNavList li a:hover .txt {
  color: #212121;
}
#footerNav .note {
  color: #8594b1 !important;
  margin-top: 20px;
  font-size: 12px !important;
  color: #999;
  left: 110px;
  top: 79px;
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}

#footer {
  position: relative;
  z-index: 1;
  -webkit-transform: translate3d(0, 0, 0);
}
#footer .pagetopArea {
  background: #04235f;
}
#footer .pagetopArea .pagetop {
  width: 490px;
  margin: 0 auto;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#footer .pagetopArea .pagetop a {
  display: block;
  background: #0e2e6d;
  height: 55px;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/common/arrow-pagetop_pc.png);
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
#footer .pagetopArea .pagetop a span {
  height: 0;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  #footer .pagetopArea .pagetop:hover {
    width: 550px;
  }
}
#footer #footerDetail {
  position: relative;
}
#footer #footerDetail .container {
  padding: 36px 0 50px;
}
#footer #footerDetail .over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #062d7d;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
}
#footer #footerDetail .navArea:before, #footer #footerDetail .navArea:after {
  content: '';
  display: table;
}
#footer #footerDetail .navArea:after {
  clear: both;
}
#footer #footerDetail .navArea > ul {
  float: left;
}
#footer #footerDetail .navArea > ul li a {
  color: #fff;
}
#footer #footerDetail .navArea > ul > li {
  padding: 10px 0 7px;
}
#footer #footerDetail .navArea > ul > li > a {
  font-size: 15px;
  font-weight: bold;
}
#footer #footerDetail .navArea > ul > li + li {
  border-top: dotted #778eb9 1px;
}
#footer #footerDetail .navArea > ul > li > ul {
  margin-bottom: 3px;
}
#footer #footerDetail .navArea > ul > li > ul li a {
  padding-left: 20px;
  position: relative;
}
#footer #footerDetail .navArea > ul > li > ul li a:before {
  content: '';
  display: inline-block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  width: 6px;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  background-image: url(../images/common/arrow-wh-18.png);
}
#footer #footerDetail .navArea > ul > li > ul li + li {
  margin-top: 1px;
}
@media print, screen and (min-width: 768px) {
  #footer #footerDetail .navArea > ul > li a:hover {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 768px) {
  #footer #footerDetail .navArea > ul.nav01, #footer #footerDetail .navArea > ul.nav02, #footer #footerDetail .navArea > ul.nav04 {
    width: 215px;
  }
  #footer #footerDetail .navArea > ul.nav03 {
    width: 195px;
  }
  #footer #footerDetail .navArea > ul + ul {
    margin-left: 60px;
  }
  #footer #footerDetail .navArea > ul + ul.nav04 {
    margin-left: 40px;
  }
}
#footer #footerDetail .infoArea {
  background: rgba(255, 255, 255, 0.9);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 24px;
}
#footer #footerDetail .infoArea dl {
  display: table;
  width: 100%;
}
#footer #footerDetail .infoArea dl dt, #footer #footerDetail .infoArea dl dd {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  line-height: 1.5;
}
#footer #footerDetail .infoArea dl dt {
  width: 185px;
}
#footer #footerDetail .infoArea dl dt img {
  width: 100%;
}
#footer #footerDetail .infoArea dl dd {
  padding-left: 15px;
}
#footer #footerDetail .infoArea .company {
  padding: 24px 20px;
}
#footer #footerDetail .infoArea .company dd {
  position: relative;
}
#footer #footerDetail .infoArea .company dd .txt {
  padding-right: 220px;
}
#footer #footerDetail .infoArea .company dd .meet {
  position: absolute;
  width: 196px;
  right: 0;
  top: 50%;
  margin-top: -22px;
}
#footer #footerDetail .infoArea .company dd .meet a {
  border: 1px solid #dedede;
  display: block;
}
#footer #footerDetail .infoArea .group {
  border-top: 1px solid #dedede;
  padding: 19px 20px 25px;
}
#footer #footerDetail .infoArea .group dt span {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #284f9a;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  padding: 4px 0 3px;
}
#footer #footerDetail .infoArea .group .groupList {
	margin: 12px auto 0;
	width: 764px;
}
#footer #footerDetail .infoArea .group .groupList:before, #footer #footerDetail .infoArea .group .groupList:after {
  content: '';
  display: table;
}
#footer #footerDetail .infoArea .group .groupList:after {
  clear: both;
}
#footer #footerDetail .infoArea .group .groupList li {
  width: 185px;
  float: left;
}
#footer #footerDetail .infoArea .group .groupList li a {
  display: block;
  border: 1px solid #dedede;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  text-align: center;
  padding: 5px 0;
  background: #fff;
  position: relative;
}
#footer #footerDetail .infoArea .group .groupList li a img {
  height: 15.5px;
  vertical-align: middle;
}
#footer #footerDetail .infoArea .group .groupList li a:after {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  position: absolute;
  background: url(../images/common/ico-window-blank.png) no-repeat center center;
  background-size: contain;
  top: 4px;
  right: 5px;
}
#footer #footerDetail .infoArea .group .groupList li + li {
	margin: 0 0 8px 8px;
}
#footer #footerDetail .infoArea .group .groupList li:nth-child(5n){
	margin:0px;
}
@media print, screen and (min-width: 768px) {
  #footer #footerDetail .infoArea a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
#footer #footerDetail.isTB {
  background: url(../images/top/img-mv.jpg) no-repeat center bottom;
  background-size: cover;
}
#footer .footerMenu {
  background: #fff;
  position: relative;
}
#footer .footerMenu .container {
  padding: 23px 0;
  position: relative;
}
#footer .footerMenu .container ul {
  margin-left: -15px;
}
#footer .footerMenu .container ul:before, #footer .footerMenu .container ul:after {
  content: '';
  display: table;
}
#footer .footerMenu .container ul:after {
  clear: both;
}
#footer .footerMenu .container ul li {
  float: left;
  margin-left: 15px;
}
#footer .footerMenu .container ul li a {
  font-size: 12px;
  font-weight: bold;
  padding-left: 13px;
  background: url(../images/common/arrow-bl-18.png) no-repeat left center;
  background-size: 7px auto;
  line-height: 1;
}
#footer .footerMenu .container .copy {
  position: absolute;
  font-size: 11px;
  right: 0;
  top: 26px;
}

.imgFixF {
  position: fixed;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  bottom: 0;
  max-width: initial;
  min-width: initial;
  display: none;
}

.floatingBnr {
  position: fixed;
  /*top: 185px;*/
  top: 361px;
  right: 0;
  z-index: 400;
  -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
.floatingBnr > a{
	display:none;
}


.popMovie {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 400;
}
.popMovie a{
  display: block;
  -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}

.popMovie .bnr-zero{
	margin: 0 0 10px;
}
.popMovie .bnr-zero,
.popMovie .popup-iframe{
	position: relative;
}
.popMovie .bnr-zero .btnClose,
.popMovie .popup-iframe .btnClose{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.popMovie .bnr-zero .btnClose:hover,
.popMovie .popup-iframe .btnClose:hover{
	opacity: 0.6;
}
#floatingBnr .pcHide{
	display:none;
}




@media print, screen and (min-width: 768px) {
	.floatingBnr > a{display:none;}
  .floatingBnr a,
  .popMovie a {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .floatingBnr a:hover,
  .popMovie a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }

  body {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
    min-width: 320px;
    line-height: 1.428;
  }

  #wrapper {
    padding-top: 50px;
  }

  .container {
    margin: 0 6.25%;
    width: 87.5%;
  }

  #header {
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    border-top: none;
    height: 50px;
  }
  #header:before, #header:after {
    display: none;
  }
  #header > .container {
    margin: 0;
    padding-top: 0;
    width: 100%;
  }
  #header > .container .headerWrap {
    display: block;
    height: 47px;
    background: #fff;
    border-top: 3px solid #062d7d;
  }
  #header > .container .logo {
    width: 163px;
    margin: 17px 0 0 8px;
  }
  #header > .container .topArea {
    width: 100%;
    top: 0;
    left: auto;
    right: 0;
    margin: 0;
  }
  #header > .container .topArea .topBtnArea {
    top: 3px;
  }
  #header > .container .topArea .request {
    width: 50px;
    height: 100%;
    margin: 0;
  }
  #header > .container .globalNav {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    float: none;
    left: 0;
    max-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding-top: 50px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
  }
  #header > .container .globalNav > .inner > ul > li {
    background: url(../images/common/bg-dotted-gray.jpg) repeat !important;
    overflow-y: auto;
    float: none;
    display: block;
    border-top: 1px solid #dedede;
  }
  #header > .container .globalNav > .inner > ul > li > p > a {
    font-size: 14px;
    display: block;
    padding: 15px 20px;
    position: relative;
  }
  #header > .container .globalNav > .inner > ul > li.company > p > a, #header > .container .globalNav > .inner > ul > li.project > p > a {
    display: block;
    background-image: url(../images/common/arrow-gnav.png);
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 12px auto;
    background-position: right 20px center;
  }
  #header > .container .globalNav > .inner > ul > li.active > p > a span:before {
    display: none;
  }
  #header > .container .globalNav > .inner > ul > li .detail {
    position: static;
    background: #fff;
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #header > .container .globalNav > .inner > ul > li .detail > .container,
	#header > .container .globalNav > .inner > ul > li .detail > .container-1200{
    width: 100%;
    margin: 0;
  }
  #header > .container .globalNav > .inner > ul > li .detail a {
    color: #212121;
    padding: 15px 20px 15px 39px;
    background-image: url(../images/common/arrow-bl-18.png);
    background-repeat: no-repeat;
    background-position: 20px center;
    background-size: 7px auto;
    display: block;
  }
  #header > .container .globalNav > .inner > ul > li .detail .tit {
    padding: 0;
    margin: 0;
    font-size: 14px;
  }
  #header > .container .globalNav > .inner > ul > li .detail .tit:before {
    display: none;
  }
  #header > .container .globalNav > .inner > ul > li .detail .detailBox {
    background: none;
    display: block;
  }
  #header > .container .globalNav > .inner > ul > li .detail .detailBox > div {
    display: block;
    height: auto;
    padding: 0;
  }
  #header > .container .globalNav > .inner > ul > li .detail .detailBox .tit {
    font-size: 14px;
  }
  #header > .container .globalNav > .inner > ul > li .detail .detailArea ul li {
    float: none !important;
  }
  #header > .container .globalNav > .inner > ul > li .detail .detailArea ul li .detailBox {
    background: none;
  }
  #header > .container .globalNav > .inner > ul > li .detail .detailArea ul li ul {
    margin: 0 20px 20px;
  }
  #header > .container .globalNav > .inner > ul > li .detail .detailArea ul li ul li {
    background: url(../images/common/bg-dotted-gray.jpg) repeat;
  }
  #header > .container .globalNav > .inner > ul > li .detail .detailArea ul li ul li a {
    font-size: 12px;
    font-weight: normal;
  }
  #header > .container .globalNav > .inner > ul > li .detail .detailArea ul li ul li + li {
    margin-top: 5px;
  }
  #header > .container .globalNav > .inner > ul > li .detail .detailArea ul > li + li {
    border-top: 1px solid #dedede;
  }
  #header > .container .globalNav > .inner > ul > li.meet a {
    padding: 20px;
  }
  #header > .container .globalNav > .inner > ul > li.company .detail .detailArea ul > li:first-child, #header > .container .globalNav > .inner > ul > li.project .detail .detailArea ul > li:first-child {
    border-top: 1px solid #dedede;
  }
  #header #navBtn {
    cursor: pointer;
    display: block;
    height: 100%;
    position: absolute;
    right: 50px;
    top: 3px;
    width: 50px;
    background-image: url(../images/common/txt-header-nav-menu.png);
    background-repeat: no-repeat;
    background-position: center 30px;
    background-size: 100% auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #header #navBtn span {
    display: inline-block;
    width: 17px;
    height: 2px;
    background: #212121;
    position: absolute;
    left: 17px;
  }
  #header #navBtn span:nth-child(1) {
    top: 9px;
  }
  #header #navBtn span:nth-child(2) {
    top: 16px;
    -moz-transition: all 0.1s 0.1s;
    -o-transition: all 0.1s 0.1s;
    -webkit-transition: all 0.1s;
    -webkit-transition-delay: 0.1s;
    transition: all 0.1s 0.1s;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
  }
  #header #navBtn span:nth-child(3) {
    top: 23px;
  }
  #header #navBtn.active {
    background-image: url(../images/common/txt-header-nav-menu-close.png);
  }
  #header #navBtn.active span:nth-child(1) {
    -moz-animation: active-menu-bar01 0.3s linear forwards;
    -webkit-animation: active-menu-bar01 0.3s linear forwards;
    animation: active-menu-bar01 0.3s linear forwards;
  }
  #header #navBtn.active span:nth-child(2) {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  #header #navBtn.active span:nth-child(3) {
    -moz-animation: active-menu-bar03 0.3s linear forwards;
    -webkit-animation: active-menu-bar03 0.3s linear forwards;
    animation: active-menu-bar03 0.3s linear forwards;
  }

  .spMenu .spMenuList {
    border-bottom: 1px solid #eee;
  }
  .spMenu .spMenuList:before, .spMenu .spMenuList:after {
    content: '';
    display: table;
  }
  .spMenu .spMenuList:after {
    clear: both;
  }
  .spMenu .spMenuList li {
    float: left;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #eee;
    background: url(../images/common/bg-gray.jpg) repeat;
  }
  .spMenu .spMenuList li a {
    display: table;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    font-size: 10px;
    padding: 8px 8px 8px 25px;
    background: url(../images/common/arrow-bl-18.png) no-repeat;
    background-position: left 10px center;
    background-size: 6px auto;
  }
  .spMenu .spMenuList li a span {
    display: table-cell;
    vertical-align: middle;
  }
  .spMenu .spMenuList li:nth-child(even) {
    border-left: 1px solid #eee;
  }

  #footerNav {
    padding: 20px 0;
  }
  #footerNav .footerNavList {
    margin-left: 0;
    margin-top: -13px;
  }
  #footerNav .footerNavList li {
    width: 48%;
    margin-left: 0;
    margin-top: 13px;
  }
  #footerNav .footerNavList li a {
    padding: 20px 15px 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  #footerNav .footerNavList li a .imgArea {
    height: 38px;
  }
  #footerNav .footerNavList li a .imgArea > img.doc {
    width: 23px;
  }
  #footerNav .footerNavList li a .imgArea > img.site {
    width: 32px;
  }
  #footerNav .footerNavList li a .imgArea > img.company {
    width: 33px;
    margin-top: 0;
  }
  #footerNav .footerNavList li a .imgArea > img.corp {
    width: 31px;
    margin-top: 0;
  }
  #footerNav .footerNavList li a .tit {
    font-weight: normal;
    font-size: 15px;
    margin: 0;
  }
  #footerNav .footerNavList li a:after {
    background-image: url(../images/common/arrow-footer-nav_pc.png);
    width: 19px;
    height: 19px;
  }
  #footerNav .footerNavList li:nth-child(even) {
    margin-left: 4%;
  }
  #footerNav .note {
    line-height: 140%;
  }

  #footer .pagetopArea .pagetop {
    width: 140px;
  }
  #footer .pagetopArea .pagetop a {
    height: 44px;
    background-image: url(../images/common/arrow-pagetop_pc.png);
    background-size: 25px 13px;
  }
  #footer #footerDetail {
    background-image: url(../images/top/img-mv_sp.jpg);
    background: none;
  }
  #footer #footerDetail .container {
    width: 100%;
    margin: 0;
    padding: 0 0 20px;
  }
  #footer #footerDetail .navArea > ul {
    float: none;
    font-size: 0;
    display: inline;
  }
  #footer #footerDetail .navArea > ul > li {
    display: inline-block;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-top: none !important;
    border-left: 1px #2a4b90 solid !important;
    border-bottom: 1px #2a4b90 solid !important;
    vertical-align: top;
    padding: 0;
  }
  #footer #footerDetail .navArea > ul > li > a {
    font-size: 11px;
    font-weight: normal;
    height: 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 8px;
    display: block;
    line-height: 1.27;
    position: relative;
  }
  #footer #footerDetail .navArea > ul > li > a:after {
    content: '';
    display: inline-block;
    width: 7px;
    height: 9px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/common/arrow-wh-18.png);
    position: absolute;
    right: 9px;
    top: 50%;
    margin-top: -5px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
  }
  #footer #footerDetail .navArea > ul > li > a.row2 {
    padding: 6px 8px;
  }
  #footer #footerDetail .navArea > ul > li.news {
    width: 100%;
  }
  #footer #footerDetail .navArea > ul > li.news a {
    width: 50%;
    border-right: 1px #2a4b90 solid !important;
  }
  #footer #footerDetail .infoArea {
    margin: 14px auto 0;
    width: 93.75%;
    padding: 21px 15px 19px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #footer #footerDetail .infoArea > div {
    padding: 0 !important;
  }
  #footer #footerDetail .infoArea > div dl {
    display: block;
  }
  #footer #footerDetail .infoArea > div dl dt, #footer #footerDetail .infoArea > div dl dd {
    padding: 0;
    font-size: 10px;
    display: block;
    width: auto;
  }
  #footer #footerDetail .infoArea > div.company dl dt {
    text-align: center;
  }
  #footer #footerDetail .infoArea > div.company dl dt img {
    width: 163px;
  }
  #footer #footerDetail .infoArea > div.company dl dd .txt {
    padding: 0;
    margin-top: 12px;
  }
  #footer #footerDetail .infoArea > div.company dl dd .meet {
    position: static;
    margin: 10px auto 0;
    width: 100%;
  }
  #footer #footerDetail .infoArea > div.group {
    border-top: none;
    margin-top: 15px;
  }
  #footer #footerDetail .infoArea > div.group dd {
    padding-top: 5px;
  }
  #footer #footerDetail .infoArea > div.group .groupList {
    font-size: 0;
    margin: 0;
    width: auto;
  }
  #footer #footerDetail .infoArea > div.group .groupList li,
	#footer #footerDetail .infoArea > div.group .groupList li:nth-child(5n){
    width: 49%;
    margin: 5px 0 0;
  }
  #footer #footerDetail .infoArea > div.group .groupList li a {
    padding: 9px 0;
  }
  #footer #footerDetail .infoArea > div.group .groupList li a img {
    height: 11px;
  }
  #footer #footerDetail .infoArea > div.group .groupList li a:after {
    width: 6px;
    height: 6px;
    top: 3px;
    right: 4px;
  }
  #footer #footerDetail .infoArea > div.group .groupList li + li {
    margin-left: 0;
  }
  #footer #footerDetail .infoArea > div.group .groupList li:nth-child(even) {
    margin-left: 2%;
  }
  #footer .footerMenu {
    background: #fff;
  }
  #footer .footerMenu .container {
    width: 93.75%;
    padding: 10px 0 0;
    margin: 0 auto;
  }
  #footer .footerMenu .container ul {
    margin: -6px 0 0 -13px;
  }
  #footer .footerMenu .container ul li {
    margin: 6px 0 0 13px;
    min-width: 70px;
  }
  #footer .footerMenu .container ul li a {
    font-size: 10px;
    padding-left: 11px;
  }
  #footer .footerMenu .container .copy {
    position: static;
    font-family: "Roboto";
    font-size: 10px;
    text-align: center;
    background: #f5f5f5;
    margin: 0 -3.123%;
    padding: 8px 0;
    margin-top: 12px;
  }

  body.home #footer .footerMenu .container {
    padding-bottom: 92px;
  }

  .imgFixSpF {
    position: fixed;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    bottom: 0;
    display: none;
  }

  .floatingBnr {
    top: auto;
    bottom: 0;
    width: 50%;
  }
  .floatingBnr img {
    width: 100%;
    max-width: inherit;
  }
  .floatingBnr > img{display:none;}
	.floatingBnr > a{
		display:block;
	}

	.bnr-zero{
		margin: 0 0 5px;
	}
	


  .popMovie {
    top: 76%;
    right: 0;
    width: 50%;
  }
  .popMovie img {
    width: 100%;
  }
  .popMovie a:first-child{
	  margin-bottom:4px;
	}
	.popMovie .bnr-zero .btnClose,
	.popMovie .popup-iframe .btnClose{
		width: 15%;
	}
	.popMovie .bnr-zero .btnClose:hover,
	.popMovie .popup-iframe .btnClose:hover{
		opacity: 1;
	}
.spHide{
	display:none;
}
  #floatingBnr .pcHide{
    display:block;
  }
.floatingBnr .bnr01{	
	float:left;
    width: 50%;
}
.floatingBnr .bnr02{
	float: right;
    width: 100%;
}

	
}
/* common 汎用CSS
---------------------------------------------------------------------------- */
.fLeft {
  float: left;
}

.fRight {
  float: right;
}

.txtLeft {
  text-align: left;
}

.txtRight {
  text-align: right;
}

.txtCenter {
  text-align: center;
}

.indentTxt {
  padding-left: 1em;
  text-indent: -1em;
}

.txtSup {
  font-size: 50%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.keiei {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.keiei .pageLeading::before {
  background-image: url(../images/management/bg-mainimg-top.jpg);
}
.keiei .pageLeading .container {
  padding-left: 140px;
  padding-right: 140px;
}

.keieiTopMerit {
  margin-bottom: 85px;
}
.keieiTopMerit ul {
  overflow: hidden;
}
.keieiTopMerit ul li {
  border: 1px solid #dedede;
  float: left;
  margin: 0 0 20px 1%;
  width: 490px;
}
.keieiTopMerit ul li:nth-child(odd) {
  margin-left: 0;
}
.keieiTopMerit ul li h3 {
  border-bottom: 1px solid #dedede;
  background: url(../images/common/arrow-bl-18.png) no-repeat 32px 26px #f5f5f5;
  background-size: 7px 8px;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 25px 0;
  padding: 17px 0 17px 50px;
}
.keieiTopMerit ul li dl {
  padding: 0 30px 25px;
  overflow: hidden;
}
.keieiTopMerit ul li dl dt {
  font-weight: bold;
  float: left;
  text-align: center;
  width: 115px;
}
.keieiTopMerit ul li dl dt span {
  display: block;
  margin-top: 10px;
}
.keieiTopMerit ul li dl dd {
  margin-left: 135px;
}
.keieiTopMerit ul li dl dd span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.keieiTopGuide .inner {
  background: url(../images/management/bg-stripe.png);
  border: 6px solid #e4f3f6;
  padding: 43px 30px 40px;
  position: relative;
}
.keieiTopGuide .inner:before {
  content: "";
  background: url(../images/management/bg-guideimg.png) no-repeat;
  height: 345px;
  left: 50%;
  margin-left: -495px;
  position: absolute;
  top: 15px;
  width: 990px;
}
.keieiTopGuide .inner h2 {
  margin-bottom: 108px;
  text-align: center;
}
.keieiTopGuide .inner h2 span {
  left: 50%;
  margin-left: -196.5px;
  position: absolute;
  top: -50px;
}
.keieiTopGuide .inner .greetingBox {
  background: #ffffff;
  border: 2px solid #e4f3f6;
  padding: 25px 30px;
}
.keieiTopGuide .inner .greetingBox .profileBox {
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  padding-bottom: 30px;
  position: relative;
}
.keieiTopGuide .inner .greetingBox .profileBox dl {
  overflow: hidden;
}
.keieiTopGuide .inner .greetingBox .profileBox dl dt {
  float: left;
}
.keieiTopGuide .inner .greetingBox .profileBox dl dd {
  font-weight: bold;
  margin-left: 215px;
  line-height: 1.8;
}
.keieiTopGuide .inner .greetingBox .profileBox dl dd span {
  display: block;
  font-size: 32px;
  line-height: 1;
  margin-top: 7px;
}
.keieiTopGuide .inner .greetingBox .profileBox dl dd span span {
  color: #999999;
  display: inline;
  font-size: 16px;
  vertical-align: middle;
}
.keieiTopGuide .inner .greetingBox .profileBox p {
  left: 215px;
  position: absolute;
  top: 95px;
  width: 650px;
}
.keieiTopGuide .inner .activity {
  overflow: hidden;
}
.keieiTopGuide .inner .activity div {
  float: left;
  width: 50%;
}
.keieiTopGuide .inner .activity div h3 {
  color: #092f7f;
  font-size: 12px;
  font-weight: bold;
}
.keieiTopGuide .inner .activity div h4 {
  font-size: 12px;
}
.keieiTopGuide .inner .activity div li {
  font-size: 12px;
}

.keieiTopBtn {
  margin: 30px 0 60px;
}

.keieiSupportTop .keieiTopBtn {
  margin-top: 20px;
}

.keieTopVoice ul {
  margin-bottom: 60px;
}
.keieTopVoice ul li {
  border: 1px solid #dedede;
  margin-bottom: 30px;
  padding: 30px 30px 40px;
}
.keieTopVoice ul li:last-child {
  margin: 0;
}
.keieTopVoice ul li p {
  float: left;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  width: 115px;
}
.keieTopVoice ul li p span {
  display: block;
  font-size: 12px;
}
.keieTopVoice ul li p img {
  margin-bottom: 10px;
}
.keieTopVoice ul li dl {
  margin-left: 150px;
}
.keieTopVoice ul li dl dt {
  color: #284b94;
  font-size: 26px;
  font-weight: bold;
}
.keieTopVoice ul li dl dd {
  border-bottom: 1px dotted #666666;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.keieTopVoice ul li dl dd:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.keieTopVoice .keieTopNote {
  background: url(../images/management/bg-violet.png);
  padding: 25px;
}
.keieTopVoice .keieTopNote dt {
  background: url(../images/management/ic_note.png) no-repeat 10px center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
  padding-left: 40px;
}

.pageTitleQa .question {
  margin-bottom: 30px;
}
.pageTitleQa .question::after {
  clear: both;
  content: " ";
  display: block;
}
.pageTitleQa .question dt {
  float: left;
}
.pageTitleQa .question dd {
  background: url(../images/management/bg-balloon-blue.png);
  border: 1px solid #dedede;
  border-radius: 8px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 20px 0 135px;
  padding: 40px 0 35px 105px;
  position: relative;
  text-align: left;
  z-index: 1;
}
.pageTitleQa .question dd::after {
  background: url(../images/management/ico-balloon-blue.png) no-repeat;
  bottom: 30px;
  content: "";
  height: 22px;
  left: -15px;
  position: absolute;
  width: 15px;
  z-index: 2;
}
.pageTitleQa .question dd .emphasize {
  position: relative;
}
.pageTitleQa .question dd .emphasize::before, .pageTitleQa .question dd .emphasize::after {
  content: "";
  height: 19px;
  position: absolute;
  width: 25px;
  z-index: 2;
}
.pageTitleQa .question dd .emphasize::before {
  background: url(../images/management/ico-quotation-blue01.png);
  left: -40px;
  top: 7px;
}
.pageTitleQa .question dd .emphasize::after {
  background: url(../images/management/ico-quotation-blue02.png);
  top: 9px;
  right: -30px;
}
.pageTitleQa .question dd .emphasize span {
  color: #062d7d;
}
.pageTitleQa .answer {
  position: relative;
}
.pageTitleQa .answer dt {
  right: -20px;
  position: absolute;
  top: -15px;
}
.pageTitleQa .answer dd {
  background: url(../images/management/bg-balloon-brown.png);
  border: 1px solid #dedede;
  border-radius: 8px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 150px 0 20px;
  padding: 18px 0 17px 115px;
  position: relative;
  text-align: left;
  z-index: 1;
}
.pageTitleQa .answer dd::after {
  background: url(../images/management/ico-balloon-brown.png) no-repeat;
  bottom: 20px;
  content: "";
  height: 22px;
  right: -15px;
  position: absolute;
  width: 15px;
  z-index: 2;
}
.pageTitleQa .answer dd .emphasize {
  position: relative;
}
.pageTitleQa .answer dd .emphasize::before, .pageTitleQa .answer dd .emphasize::after {
  content: "";
  height: 19px;
  position: absolute;
  width: 25px;
  z-index: 2;
}
.pageTitleQa .answer dd .emphasize::before {
  background: url(../images/management/ico-quotation-brown01.png);
  left: -40px;
  top: 7px;
}
.pageTitleQa .answer dd .emphasize::after {
  background: url(../images/management/ico-quotation-brown02.png);
  bottom: 15px;
  right: -40px;
}
.pageTitleQa .answer dd .emphasize span {
  color: #cba023;
}

.pointNonakaBox {
  background: url(../images/management/bg-stripe.png);
  border: 5px solid #e4f3f6;
  margin-top: 85px !important;
  position: relative;
  padding: 85px 35px 45px;
}
.pointNonakaBox h2 {
  left: -42px;
  position: absolute;
  top: -62px;
  width: 1057px;
}
.pointNonakaBox h3 {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}
.pointNonakaBox h3 span {
  font-weight: bold;
}
.pointNonakaBox h3 .txtBlue {
  color: #062d7d;
}

.threeImportant {
  background: #ffffff;
  border: 2px solid #e4f3f6;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 30px;
  padding-bottom: 30px;
  width: 930px;
}
.threeImportant dl {
  display: table;
  margin-bottom: 25px;
}
.threeImportant dl dt, .threeImportant dl dd {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  font-size: 28px;
  font-weight: bold;
  vertical-align: middle;
}
.threeImportant dl dt {
  background: url(../images/management/bg-h3-blue.png);
  color: #ffffff;
  height: 60px;
  padding: 0 0 0 20px;
  width: 180px;
}
.threeImportant dl dt span {
  color: #fee937;
}
.threeImportant dl dd {
  background: #e4f3f6;
  padding-left: 17px;
  width: 746px;
}
.threeImportant p {
  padding: 0 28px;
}
.threeImportant ul {
  font-size: 0;
  margin: 10px 28px;
  text-align: center;
}
.threeImportant ul li {
  background: #333333;
  color: #ffffff;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  margin: 0 20px 0 0;
  padding: 7px 0 3px;
  text-align: center;
  width: 425px;
}
.threeImportant ul li:last-child {
  margin: 0;
}
.threeImportant:last-child {
  margin: 0;
}

.missionBdrBox {
  border: 1px solid #dedede;
  margin-top: 5px;
  padding: 30px 0 20px;
  position: relative;
  text-align: center;
}
.missionBdrBox span {
  display: block;
  text-align: left;
}

.paymentsTxt {
  font-weight: bold;
  margin-top: 20px;
}

.keieiColumn01 p span {
  color: #103582;
  font-weight: bold;
}
.keieiColumn01 ul {
  font-size: 0;
  margin: 25px 0 40px 0;
  text-align: center;
}
.keieiColumn01 ul li {
  border: 1px solid #dedede;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  margin-right: 20px;
  padding: 20px 0;
  text-align: center;
  width: 320px;
  vertical-align: top;
}
.keieiColumn01 ul li:last-child {
  margin-right: 0;
}
.keieiColumn01 ul li ul {
  margin: 15px 0 0;
  padding: 0;
}
.keieiColumn01 ul li li {
  background: url(../images/management/ico-check-gray.png) no-repeat 15px center, url(../images/management/bg-gray-dot.png);
  border: none;
  display: block;
  font-size: 14px;
  line-height: 1.5;
  margin: 0 auto 10px auto !important;
  padding: 10px 20px 10px 55px;
  text-align: left;
  width: 280px;
}
.keieiColumn01 ul li li:last-child {
  margin-bottom: 0 !important;
}
.keieiColumn01 ul li .lineTxt {
  padding: 21px 20px 20px 55px;
}
.keieiColumn01 ul .end {
  background: url(../images/management/bg-stripe.png);
  border: 5px solid #e4f3f6;
  padding: 16px 0;
}
.keieiColumn01 ul .end li {
  border: 2px solid #e4f3f6;
  background: url(../images/common/ico-check-bl32.png) no-repeat 15px center #ffffff;
  background-size: 24px auto;
  padding: 9px 20px 8px 55px;
}

.columnBox {
  background: #e6f1ef;
  padding: 7px 0 20px;
  position: relative;
}
.columnBox h2 {
  font-size: 27px;
  font-weight: bold;
  text-align: center;
}
.columnBox .whiteBox {
  background: #ffffff;
  margin: 0 17px;
  padding: 15px 10px 5px 95px;
}
.columnBox .whiteBox div {
  overflow: hidden;
  padding-left: 70px;
}
.columnBox .whiteBox .columnImg {
  float: left;
  width: 380px;
}
.columnBox .whiteBox .columnTxt {
  margin: 0 10px 0 415px;
}
.columnBox .whiteBox .columnTxt span {
  color: #0b3180;
  font-weight: bold;
}
.columnBox .note {
  font-size: 10px;
  margin-top: 15px;
}
.columnBox .columnTree {
  left: -95px;
  position: absolute;
  top: 85px;
}

.keieiMission01 .pageTitleQa .question dd {
  padding: 40px 0 35px 105px;
}

.lifeInsurance .pageTitleQa .question dd {
  padding: 40px 0 35px 80px;
}
.lifeInsurance .pageTitleQa .question dd .emphasize::after {
  right: -40px;
}
.lifeInsurance .pageTitleQa .answer dd {
  padding: 18px 0 17px 105px;
}
.lifeInsurance .pageTitleQa .answer dd .emphasize::after {
  right: -20px;
}
.lifeInsurance .pointNonakaBox h3 {
  line-height: 1.2;
  margin-bottom: 10px;
}
.lifeInsurance .pointNonakaBox p {
  padding: 0 30px;
}
.lifeInsurance .pointNonakaBox .pointImg {
  margin-top: 35px;
  padding: 0;
  text-align: center;
}
.lifeInsurance .lifeInsuranceImg {
  margin-left: 20px;
  width: 1008px;
}
.lifeInsurance .missionBdrBox {
  margin-top: 22px;
  padding: 20px 0 25px;
}

.newProposal p span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
}

.columnLifeInsurance {
  margin-top: 40px !important;
}
.columnLifeInsurance::after {
  content: " ";
  display: block;
  clear: both;
}
.columnLifeInsurance .columnBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.columnLifeInsurance .columnBox h2 {
  font-size: 24px;
}
.columnLifeInsurance .columnBox.column02 {
  margin: 0 50px 0 0;
  width: 494px;
}
.columnLifeInsurance .columnBox.column02 .columnTree {
  bottom: -15px;
  left: -25px;
  position: absolute;
  top: auto;
}
.columnLifeInsurance .columnBox.column02 .columnTxt {
  margin: 0 0 0 190px;
}
.columnLifeInsurance .columnBox.column03 {
  margin: 0;
  width: 456px;
}
.columnLifeInsurance .columnBox.column03 .columnTree {
  bottom: -15px;
  left: -77px;
  position: absolute;
  top: auto;
}
.columnLifeInsurance .columnBox.column03 .columnTxt {
  margin: 0 0 0 140px;
}
.columnLifeInsurance .columnBox .whiteBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 10px 10px 10px;
  height: 270px;
}
.columnLifeInsurance .columnBox .whiteBox .columnImg {
  float: none;
  margin-bottom: 10px;
  text-align: center;
  width: auto;
}

.managementVield .pageTitleQa .question dd {
  padding: 40px 0 35px 90px;
}
.managementVield .pageTitleQa .answer dd {
  padding: 18px 0 17px 170px;
}
.managementVield .pageTitleQa .answer dd .emphasize::after {
  right: -40px;
}
.managementVield .pointNonakaBox {
  padding: 80px 30px 45px;
}
.managementVield .pointNonakaBox p {
  padding: 0 30px;
}
.managementVield .pointNonakaBox h3 {
  font-weight: bold;
  margin-bottom: 5px;
}
.managementVield .pointNonakaBox .pc .managementTable {
  background: #ffffff;
  border: 1px solid #284b94;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 20px auto 0 auto;
  width: 930px;
}
.managementVield .pointNonakaBox .pc .managementTable thead th {
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 0 6px;
  text-align: center;
  width: 50%;
}
.managementVield .pointNonakaBox .pc .managementTable thead th:first-child {
  background: #284b94;
}
.managementVield .pointNonakaBox .pc .managementTable thead th:last-child {
  background: #de5151;
}
.managementVield .pointNonakaBox .pc .managementTable tbody th {
  background: #e4f3f6;
  border: 1px solid #284b94;
  color: #284b94;
  font-weight: bold;
  text-align: center;
  width: 140px;
}
.managementVield .pointNonakaBox .pc .managementTable tbody td {
  border: 1px solid #284b94;
  padding: 15px 20px;
  width: 325px;
  vertical-align: middle;
}
.managementVield .pointNonakaBox .pc .managementTable tbody tr td:last-child {
  background: #fffafa;
  font-size: 18px;
  font-weight: bold;
  width: 400px;
}
.managementVield .pointNonakaBox .pc .managementTable tbody tr td:last-child.fS {
  font-size: 16px;
}
.managementVield .columnBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.managementVield .columnBox .columnTree {
  bottom: -19px;
  left: -40px;
  top: auto;
}
.managementVield .columnBox.column05 h2 {
  background: #ffffff;
  line-height: 1.5;
  padding: 20px 0 10px 205px;
  text-align: left;
}
.managementVield .columnBox.column05 .whiteBox {
  padding-top: 0;
}
.managementVield .columnBox.column06 h2 {
  margin: 0 0 20px 0;
  text-align: left;
}
.managementVield .columnBox.column06::after {
  background: url(../images/management/img-colum06.png) no-repeat;
  background-size: 100% auto;
  bottom: -19px;
  display: block;
  height: 268px;
  left: -40px;
  top: auto;
  width: 255px;
}
.managementVield .columnBox.column06 .whiteBox div {
  padding-left: 0;
  position: relative;
  overflow: inherit;
}
.managementVield .columnBox.column06 .whiteBox div p {
  position: absolute;
  top: -34px;
  right: -68px;
}
.managementVield .columnBox.column06 .whiteBox p {
  font-size: 13px;
}
.managementVield .columnBox .whiteBox {
  margin: 0;
  padding: 25px 25px 25px 205px;
}
.managementVield .columnBox .whiteBox p {
  font-size: 12px;
}
.managementVield .missionBdrBox {
  margin-top: 18px;
  padding: 30px 25px 30px 40px;
  text-align: left;
}
.managementVield .missionBdrBox:after {
  content: " ";
  display: block;
  clear: both;
}
.managementVield .missionBdrBox p {
  float: left;
}
.managementVield .missionBdrBox ul {
  color: #999999;
  font-size: 11px;
  margin: 80px 0 0 570px;
}

.managementTaxSaving .pageTitleQa div {
  border: 1px solid #dedede;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 40px 20px 0 20px;
  padding: 15px 25px;
}
.managementTaxSaving .pageTitleQa div li {
  margin-left: 1em;
  text-indent: -1em;
}
.managementTaxSaving .pageTitleQa .question dd {
  padding: 40px 0 35px 160px;
}
.managementTaxSaving .pageTitleQa .answer dd {
  padding: 18px 0 17px 120px;
}
.managementTaxSaving .pageTitleQa .answer dd .emphasize::after {
  right: -40px;
}
.managementTaxSaving .pointNonakaBox h3 {
  margin-bottom: 5px;
}
.managementTaxSaving .pointNonakaBox p {
  padding: 0 20px;
}
.managementTaxSaving .missionBdrBox {
  height: 340px;
  margin-top: 25px;
  padding: 0;
}
.managementTaxSaving .missionBdrBox p {
  left: 48px;
  position: absolute;
  top: -25px;
}
.managementTaxSaving .columnBox {
  padding: 10px 0 20px;
}
.managementTaxSaving .columnBox::after {
  background: url(../images/management/img-colum04.png) no-repeat;
  height: 238px;
  left: -40px;
  top: 40px;
  width: 228px;
}
.managementTaxSaving .columnBox .whiteBox {
  padding: 15px 10px 15px 180px;
  overflow: hidden;
}
.managementTaxSaving .columnBox .whiteBox .columnTxt {
  float: left;
  font-size: 14px;
  margin: 0 10px 0 0;
  width: 230px;
}
.managementTaxSaving .columnBox .whiteBox .columnImg {
  float: right;
  width: 524px;
}

.apartmentExpenses div {
  font-size: 0;
  margin-top: -20px;
}
.apartmentExpenses dl {
  border: 1px solid #dedede;
  border-radius: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 243px;
  margin: 20px 20px 0 0;
  padding: 5px;
  width: 320px;
  vertical-align: top;
}
.apartmentExpenses dl:nth-child(3n) {
  margin-right: 0;
}
.apartmentExpenses dl dt {
  background: url(../images/management/bg-border-orange.png);
  border-radius: 4px 4px 0 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 7px 0 3px;
  text-align: center;
}
.apartmentExpenses dl dd {
  font-size: 14px;
  padding: 0 15px;
}
.apartmentExpenses dl dd li {
  font-size: 14px;
  font-weight: bold;
  margin-left: 1em;
  text-indent: -1em;
}
.apartmentExpenses dl dd li.etc {
  font-weight: normal;
  margin-left: 2em;
}

.managementQaList dl {
  background: url(../images/management/bg-gray-dot.png);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 15px 20px;
}
.managementQaList dl:first-of-type {
  margin: 0;
}
.managementQaList dl dt {
  border-bottom: 1px dotted #bebebe;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 0 10px 35px;
  position: relative;
}
.managementQaList dl dt span {
  color: #1e4189;
  left: 0;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 3px;
}
.managementQaList dl dd {
  padding: 0 0 0 35px;
  position: relative;
}
.managementQaList dl dd span {
  color: #ff9c00;
  left: 1px;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 4px;
}
.managementQaList p {
  color: #999999;
  font-size: 12px;
  margin-top: 12px;
  text-align: right;
}

.managementSystem h2 {
  background: url(../images/management/ico-handshake-brown.png) no-repeat center top;
  font-size: 40px;
  line-height: 1;
  padding: 100px 0 50px 0;
  text-align: center;
}
.managementSystem div {
  border: 1px solid #dedede;
  padding: 22px 40px 37px;
}
.managementSystem div h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin: -35px 0 25px 0;
  text-align: center;
}
.managementSystem div h3 span {
  background: #ffffff;
  padding: 0 45px;
}

.planBox {
  background: url(../images/management/bg-balloon-brown.png);
  border: 6px solid #e5dcbe;
  border-top: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 60px 36px;
  position: relative;
}
.planBox h2 {
  left: -26px;
  position: absolute;
  top: -40px;
  width: 1040px;
}
.planBox h2 + p {
  margin-bottom: 10px;
}
.planBox p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.managementSupportPlan01 {
  margin-top: 70px !important;
}
.managementSupportPlan01 .planBox {
  margin-bottom: 30px;
}
.managementSupportPlan01 h3 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 25px;
  position: relative;
  text-align: center;
}
.managementSupportPlan01 h3 span {
  background: #ffffff;
  display: inline-block;
  padding: 0 0.5em;
}
.managementSupportPlan01 h3::before {
  border-top: 1px solid #dedede;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  z-index: -1;
}
.managementSupportPlan01 .planMerit {
  font-size: 0;
  margin-top: -20px;
}
.managementSupportPlan01 .planMerit > li {
  border: 1px solid #dedede;
  border-radius: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  height: 168px;
  margin: 20px 20px 0 0;
  padding: 28px 25px 20px;
  width: 320px;
  vertical-align: top;
}
.managementSupportPlan01 .planMerit > li:nth-child(3n) {
  margin-right: 0;
}
.managementSupportPlan01 .planMerit > li h4 {
  color: #cba023;
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
.managementSupportPlan01 .planMerit > li li {
  font-size: 14px;
}

.planDetail {
  overflow: hidden;
  margin-top: 30px;
}
.planDetail > dl {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 490px;
}
.planDetail > dl:first-child {
  margin-right: 20px;
}
.planDetail > dl > dt {
  background: url(../images/management/bg-dt-black.png);
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  padding: 6px 0 4px;
  text-align: center;
}
.planDetail > dl > dd {
  background: #f5f5f5;
  border: 1px solid #dedede;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  height: 150px;
  padding: 5px 25px 10px;
}
.planDetail > dl > dd dl {
  overflow: hidden;
}
.planDetail > dl > dd dl dt {
  float: left;
  padding: 15px 0 0;
}
.planDetail > dl > dd dl dd {
  padding: 15px 0 10px 130px;
}
.planDetail > dl > dd dl dd:first-of-type {
  border-bottom: 1px dotted #c4c4c4;
}
.planDetail > dl > dd ul {
  margin-top: 15px;
}

.managementSupportPlan02 {
  margin-top: 100px !important;
}

.ir.stockholder .secPresentCatalog {
  background: url(../images/ir/bg-stockholder.png);
  font-size: 0;
  padding: 30px 30px 12px;
}
.ir.stockholder .secPresentCatalog div {
  display: inline-block;
  width: 460px;
  margin-right: 20px;
  vertical-align: top;
}
.ir.stockholder .secPresentCatalog div:last-of-type {
  margin-right: 0;
}
.ir.stockholder .secPresentCatalog div .whiteBox {
  background: url(../images/ir/bg-stockholde-white.png);
  border: 3px solid #e5e5cb;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 20px;
  padding: 10px 15px 15px;
}
.ir.stockholder .secPresentCatalog div .whiteBox span {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.ir.stockholder .secPresentCatalog div .catalogPdf {
  background: url(../images/common/ico-pdf.png) no-repeat 102px 17px/17px auto, url(../images/ir/btn-stockholder.png) no-repeat left top/100% auto;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-top: 21px;
}
.ir.stockholder .secPresentCatalog div .catalogPdf a {
  color: #ffffff;
  display: block;
  padding: 19px 0 15px 127px;
  -moz-transition: opacity 0.2s, color 0.2s;
  -o-transition: opacity 0.2s, color 0.2s;
  -webkit-transition: opacity 0.2s, color 0.2s;
  transition: opacity 0.2s, color 0.2s;
}
.ir.stockholder .secPresentCatalog div .catalogPdf img {
  margin-right: 10px;
  width: 17px;
  vertical-align: middle;
}
@media print, screen and (min-width: 768px) {
  .ir.stockholder .secPresentCatalog div .catalogPdf {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .ir.stockholder .secPresentCatalog div .catalogPdf:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
.ir.stockholder .secPresentCatalog .note {
  color: #999999;
  font-size: 10px;
  margin-top: 6px;
  text-align: right;
}
.ir.stockholder .secFlow .dtBlockArea {
  margin: 0;
}
.ir.stockholder .secFlow .dtBlockArea .fixFlow {
  padding: 0;
  margin-top: 8px;
}
.ir.stockholder .secFlow .dtBlockArea .fixFlow li .liWrap {
  height: 97px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: url(../images/common/bg-gray.jpg) repeat;
  padding: 0 20px;
  position: relative;
  margin-bottom: 20px;
}
.ir.stockholder .secFlow .dtBlockArea .fixFlow li .liWrap:after {
  background-color: #335394;
  content: "";
  left: 46px;
  position: absolute;
  width: 5px;
  height: 20px;
  top: 100%;
}
.ir.stockholder .secFlow .dtBlockArea .fixFlow li .liWrap .numberImg {
  margin-right: 20px;
  min-width: 57px;
  width: 57px;
}
.ir.stockholder .secFlow .dtBlockArea .fixFlow li .liWrap .numberImg:before {
  background-color: #335394;
  content: "";
  left: 46px;
  position: absolute;
  width: 5px;
  height: calc(50% - 28.5px);
  top: 0;
}
.ir.stockholder .secFlow .dtBlockArea .fixFlow li .liWrap .numberImg:after {
  background-color: #335394;
  content: "";
  left: 46px;
  position: absolute;
  width: 5px;
  height: calc(50% - 28.5px);
  bottom: 0;
}
.ir.stockholder .secFlow .dtBlockArea .fixFlow li .liWrap .fixFlowTxt {
  padding: 34px 0;
}
.ir.stockholder .secFlow .dtBlockArea .fixFlow li .liWrap .fixFlowTxt p {
  font-size: 16px;
  font-weight: bold;
}
.ir.stockholder .secFlow .dtBlockArea .fixFlow li .liWrap .fixFlowTxt .txt {
  font-weight: normal;
  font-size: inherit;
}
.ir.stockholder .secFlow .dtBlockArea .fixFlow li:first-of-type .numberImg:before {
  display: none;
}
.ir.stockholder .secFlow .dtBlockArea .fixFlow li:last-of-type {
  padding-bottom: 0;
}
.ir.stockholder .secFlow .dtBlockArea .fixFlow li:last-of-type .liWrap:after {
  display: none;
}
.ir.stockholder .secFlow .dtBlockArea .fixFlow li:last-of-type .liWrap .numberImg:after {
  display: none;
}

.ir.faq .mainWrap .container section dl {
  background: url(../images/common/bg-lightgray-dot.png);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 15px 20px;
}
.ir.faq .mainWrap .container section dl:first-of-type {
  margin: 0;
}
.ir.faq .mainWrap .container section dl dt {
  border-bottom: 1px dotted #bebebe;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 0 10px 35px;
  position: relative;
}
.ir.faq .mainWrap .container section dl dt span {
  color: #1e4189;
  left: 0;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 3px;
}
.ir.faq .mainWrap .container section dl dd {
  padding: 0 0 0 35px;
  position: relative;
}
.ir.faq .mainWrap .container section dl dd span {
  color: #ff9c00;
  left: 1px;
  line-height: 1;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 4px;
}
.ir.faq .mainWrap .container section dl dd a {
  color: #2885a3;
}
@media print, screen and (min-width: 768px) {
  .ir.faq .mainWrap .container section dl dd a:hover {
    text-decoration: underline;
  }
}
.ir.faq .mainWrap .container section p {
  color: #999999;
  font-size: 12px;
  margin-top: 7px;
  text-align: right;
}

.ir.irPolicy .mainWrap .container section h3 {
  font-weight: bold;
}
.ir.irPolicy .mainWrap .container section p {
  margin-bottom: 20px;
}

.quality .mainWrap {
  padding-top: 0;
}
.quality .note {
  color: #999999;
  font-size: 12px;
  margin: 5px 0 30px;
}

.qualityHeadLine {
  margin: 0 auto;
  height: 310px;
  position: relative;
  width: 1000px;
}
.qualityHeadLine::before {
  background: url(../images/quality/ico-quotation-blue.png) no-repeat left top;
  content: "";
  height: 20px;
  left: -13px;
  position: absolute;
  top: 38px;
  width: 25px;
  z-index: -1;
}
.qualityHeadLine h2 {
  color: #062d7d;
  font-size: 28px;
  line-height: 1.3;
  margin-bottom: 18px;
  padding: 44px 0 0 0;
}
.qualityHeadLine p {
  width: 570px;
}

.qualityPoint {
  margin-bottom: 55px;
}
.qualityPoint .pointTtl {
  background: url(../images/common/bg-bordertit.jpg) repeat-x left top;
  display: table;
  margin-bottom: 25px;
  width: 100%;
}
.qualityPoint .pointTtl dt, .qualityPoint .pointTtl dd {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  height: 50px;
  padding-top: 3px;
  vertical-align: middle;
}
.qualityPoint .pointTtl dt {
  background: linear-gradient(#062d7d, #153a85, #23468c);
  color: #ffffff;
  font-family: "Roboto";
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  width: 120px;
}
.qualityPoint .pointTtl dd {
  font-size: 20px;
  font-weight: bold;
  padding-left: 20px;
}
.qualityPoint h4 {
  color: #062d7d;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
}
.qualityPoint .pointBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
}
.qualityPoint .pointBox:after {
  content: "";
  display: table;
  clear: both;
}

.qualityArchitecture .qualityHeadLine {
  background: url(../images/quality/bg-architecture.png) no-repeat right top;
}
.qualityArchitecture .qualityImgTable, .qualityArchitecture .qualityTxtTable {
  border-collapse: collapse;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 480px;
}
.qualityArchitecture .qualityImgTable table, .qualityArchitecture .qualityTxtTable table {
  height: 213px;
}
.qualityArchitecture .qualityImgTable th, .qualityArchitecture .qualityTxtTable th {
  background: url(../images/common/bg-dotted-gray.jpg);
  border: 1px solid #dedede;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  height: 52px;
  text-align: center;
}
.qualityArchitecture .qualityImgTable td, .qualityArchitecture .qualityTxtTable td {
  border: 1px solid #dedede;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
.qualityArchitecture .qualityImgTable th {
  width: 50%;
}
.qualityArchitecture .qualityImgTable td {
  padding: 16px 0;
}
.qualityArchitecture .qualityImgTable td img {
  width: 121px;
}
.qualityArchitecture .qualityTxtTable {
  float: right;
}
.qualityArchitecture .qualityTxtTable th {
  width: 33.3%;
}
.qualityArchitecture .qualityTxtTable td {
  padding: 20px 0 18px;
}
.qualityArchitecture .qualityTxtTable p {
  font-size: 12px;
  line-height: 1.5;
  margin-top: 10px;
  text-align: left;
}
.qualityArchitecture .pointBox .fLeft {
  width: 700px;
}
.qualityArchitecture .pointBox .fLeft .note {
  margin-bottom: 40px;
}
.qualityArchitecture .pointBox .fRight {
  margin-right: 60px;
}
.qualityArchitecture .pointBox .fRight p {
  width: 147px;
}
.qualityArchitecture .pointBox .fRight ul {
  width: 123px;
}
.qualityArchitecture .pointBox .fRight ul li {
  font-size: 12px;
  line-height: 1;
  text-align: center;
}
.qualityArchitecture .pointBox .fRight ul li img {
  margin-bottom: 7px;
}
.qualityArchitecture .pointBox .fRight ul li:last-child {
  margin-top: 18px;
}
.qualityArchitecture .pointBox:last-of-type .fRight {
  margin: 0 70px 30px 0;
}
.qualityArchitecture .fontBd {
  display: block;
  margin-bottom: 5px;
}
.qualityArchitecture .note.txtRight {
  margin: 50px 0 0;
}

.qualitySickhouse .qualityHeadLine {
  background: url(../images/quality/bg-sickhouse.png) no-repeat right top;
  height: 320px;
}
.qualitySickhouse .qualityHeadLine h2 {
  line-height: 1.3;
  margin-bottom: 15px;
}
.qualitySickhouse .pointTtl {
  margin-bottom: 0;
}
.qualitySickhouse h4 {
  margin-top: 20px;
}
.qualitySickhouse .goodPoint {
  margin-top: 30px;
}
.qualitySickhouse .goodPoint dl {
  border: 1px solid #dedede;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table;
  min-height: 110px;
  margin-bottom: 20px;
  padding: 25px 0;
  width: 100%;
}
.qualitySickhouse .goodPoint dl dt, .qualitySickhouse .goodPoint dl dd {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  vertical-align: middle;
}
.qualitySickhouse .goodPoint dl dt {
  border-right: 2px dotted #dedede;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  padding: 0 0 0 30px;
  width: 320px;
}
.qualitySickhouse .goodPoint dl dt span {
  display: inline-block;
  vertical-align: middle;
}
.qualitySickhouse .goodPoint dl dt img {
  margin-right: 18px;
  vertical-align: middle;
}
.qualitySickhouse .goodPoint dl dd {
  padding: 0 40px 0 30px;
}
.qualitySickhouse .goodPoint dl:last-of-type {
  margin-bottom: 0;
}
.qualitySickhouse .goodPoint .note {
  margin: 50px 0 0;
  text-align: right;
}

.qualityGeneration .qualityHeadLine {
  background: url(../images/quality/bg-generation.png) no-repeat right top;
  height: 260px;
}
.qualityGeneration .pointTtl {
  margin-bottom: 20px;
}
.qualityGeneration h5 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
.qualityGeneration .blueprint {
  border: 1px solid #dedede;
  margin: 30px 0 50px;
  width: 100%;
}
.qualityGeneration .blueprint dt {
  background: #f5f5f5;
  border-bottom: 1px solid #dedede;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.5;
  text-align: center;
}
.qualityGeneration .blueprint dd {
  padding: 27px 0;
  text-align: center;
}
.qualityGeneration .note {
  text-align: right;
}

.qualityPet .qualityHeadLine {
  background: url(../images/quality/bg-pet.png) no-repeat right top;
  height: 260px;
}
.qualityPet .pointTtl {
  margin-bottom: 20px;
}
.qualityPet .qualityPoint {
  margin-bottom: 33px;
}
.qualityPet .qualityPoint ul {
  overflow: hidden;
  margin: 35px 0 15px;
}
.qualityPet .qualityPoint ul li {
  border: 1px solid #dedede;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 490px;
  height: 468px;
  margin-right: 20px;
  text-align: center;
}
.qualityPet .qualityPoint ul li:last-child {
  margin-right: 0;
}
.qualityPet .qualityPoint ul li h4 {
  background: #f5f5f5;
  border-bottom: 1px solid #dedede;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.5;
  margin-bottom: 18px;
  text-align: center;
}
.qualityPet .qualityPoint ul li p {
  padding: 0 28px;
  text-align: left;
}
.qualityPet .qualityPoint ul li p span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.qualityPet .note {
  text-align: right;
}
.qualityPet .note span {
  display: block;
}
.qualityPet .pagerArea {
  margin-top: 0;
}

.qualityEco .qualityHeadLine {
  background: url(../images/quality/bg-eco.png) no-repeat right top;
  height: 260px;
}
.qualityEco .pointTtl {
  margin-bottom: 20px;
}
.qualityEco .qualityPoint {
  margin-bottom: 33px;
}
.qualityEco .dendenSupport {
  border: 1px solid #dedede;
  margin: 35px 0 60px;
}
.qualityEco .dendenSupport > dt {
  background: #f5f5f5;
  border-bottom: 1px solid #dedede;
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  line-height: 2.5;
  text-align: center;
}
.qualityEco .dendenSupport > dd {
  padding: 30px 38px 29px 28px;
}
.qualityEco .dendenSupport > dd dl {
  overflow: hidden;
  margin-bottom: 12px;
}
.qualityEco .dendenSupport > dd dl dt {
  float: left;
}
.qualityEco .dendenSupport > dd dl dd {
  padding: 0 0 0 105px;
}
.qualityEco .dendenSupport > dd dl dd > .fontBd {
  font-size: 18px;
}
.qualityEco .dendenSupport > dd dl dd > .fontBd span {
  color: #cc0000;
}
.qualityEco .note {
  margin: 55px 0 30px;
  text-align: right;
}
.qualityEco .pagerArea {
  margin-top: 0;
}

.qualityFacility .qualityHeadLine {
  background: url(../images/quality/bg-facility.png) no-repeat right top;
  height: 283px;
}
.qualityFacility .pointTtl {
  margin-bottom: 20px;
}
.qualityFacility .qualityPoint {
  margin-bottom: 60px;
}
.qualityFacility .facilityList01 {
  font-size: 0;
  margin: 25px 0 0 0;
  text-align: center;
}
.qualityFacility .facilityList01 li {
  border: 1px solid #dedede;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 20px;
  width: 490px;
}
.qualityFacility .facilityList01 li p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 21px 0 17px 0;
  text-align: center;
}
.qualityFacility .facilityList01 li:last-child {
  margin: 0;
}
.qualityFacility .facilityList02 {
  font-size: 0;
  margin: 25px 0 38px 0;
  text-align: center;
}
.qualityFacility .facilityList02 li {
  border: 1px solid #dedede;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 22px 22px 0;
  width: 318px;
}
.qualityFacility .facilityList02 li p {
  border-top: 1px solid #dedede;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding: 18px 0;
  text-align: center;
}
.qualityFacility .facilityList02 li:nth-child(3n) {
  margin-right: 0;
}
.qualityFacility .pickupBox {
  background: #fbfff8;
  border: 1px solid #86c051;
  margin-bottom: 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.qualityFacility .pickupBox .pickupTtl {
  background: url(../images/quality/bg-pickup_pc.png) no-repeat;
  margin-bottom: 30px;
  padding: 16px 0 20px 0;
  width: 100%;
}
.qualityFacility .pickupBox .pickupTtl dt, .qualityFacility .pickupBox .pickupTtl dd {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
}
.qualityFacility .pickupBox .pickupTtl dt {
  background: url(../images/quality/icon-car.png) no-repeat 18px 3px;
  border-right: 1px solid #bdd3a8;
  float: left;
  font-family: "Roboto";
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 0 0 0 55px;
  width: 162px;
}
.qualityFacility .pickupBox .pickupTtl dd {
  font-size: 16px;
  line-height: 1;
  padding: 0 0 0 180px;
}
.qualityFacility .pickupBox .pickupTtl dd span {
  font-size: 24px;
  font-weight: bold;
  padding-right: 13px;
}
.qualityFacility .pickupBox ul {
  padding: 0 30px 30px;
  font-size: 0;
}
.qualityFacility .pickupBox ul li {
  display: inline-block;
  font-size: 14px;
  margin-right: 38px;
  width: 450px;
  vertical-align: top;
}
.qualityFacility .pickupBox ul li .fontBd {
  display: block;
  font-size: 16px;
  margin: 13px 0 5px;
}
.qualityFacility .pickupBox ul li span {
  font-size: 12px;
}
.qualityFacility .pickupBox ul li:last-child {
  margin: 0;
}
.qualityFacility .note {
  margin: 0;
  text-align: right;
}
.qualityFacility .pagerArea {
  margin-top: 60px;
}

.qualitySafe .qualityHeadLine {
  background: url(../images/quality/bg-safe.png) no-repeat right top;
  height: 236px;
}
.qualitySafe .qualityPoint {
  margin-bottom: 70px;
}
.qualitySafe .qualityPoint h4 {
  margin: 20px 0 10px 0;
}
.qualitySafe .qualityPoint h4 span {
  color: #212121;
  font-size: 75.5%;
  position: relative;
  top: 0;
  vertical-align: top;
}
.qualitySafe .qualityPoint .pointList {
  font-size: 0;
}
.qualitySafe .qualityPoint .pointList > li {
  border: 1px solid #dedede;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333333;
  display: inline-block;
  margin: 0 20px 20px 0;
  vertical-align: top;
  width: 490px;
}
.qualitySafe .qualityPoint .pointList > li:nth-child(2n) {
  margin-right: 0;
}
.qualitySafe .qualityPoint .pointList > li:last-child {
  margin-bottom: 5px;
}
.qualitySafe .qualityPoint .pointList > li h5 {
  background: #f5f5f5;
  border-bottom: 1px solid #dedede;
  font-size: 18px;
  font-weight: bold;
  line-height: 3.2;
  padding-left: 30px;
}
.qualitySafe .qualityPoint .pointList > li div {
  overflow: hidden;
  padding: 20px 20px 10px;
}
.qualitySafe .qualityPoint .pointList > li div .fLeft {
  width: 145px;
  margin-right: 20px;
}
.qualitySafe .qualityPoint .pointList > li div .fLeft span {
  color: #999999;
  display: block;
  font-size: 10px;
  margin-top: 8px;
}
.qualitySafe .qualityPoint .pointList > li div p {
  font-size: 14px;
}
.qualitySafe .qualityPoint .pointList > li .bdrTxtBox {
  border-top: 2px dotted #dedede;
  border-bottom: 2px dotted #dedede;
  margin: 5px 20px 16px;
  padding: 30px 0 16px;
}
.qualitySafe .qualityPoint .pointList > li .bdrTxtBox p span {
  background: url(../images/quality/icon-check-green.png) no-repeat 5px 1px;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 12px;
  padding-left: 30px;
}
.qualitySafe .qualityPoint .pointList > li ul {
  margin: 0 20px;
}
.qualitySafe .qualityPoint .pointList > li ul li {
  font-size: 14px;
}
.qualitySafe .qualityPoint .pointList .lBox {
  height: 594px;
}
.qualitySafe .scrollBox {
  border: 1px solid #dedede;
  margin-top: 25px;
  overflow-x: auto;
  padding: 30px 0 43px;
  text-align: center;
  width: inherit;
  margin-bottom: 20px;
}
.qualitySafe .note.txtLeft {
  text-align: left;
}
.qualitySafe .safeSecurity {
  background: #f9fbff;
  border: 1px solid #e1e7f2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 33px 0 60px;
  padding: 40px 39px 20px;
  position: relative;
}
.qualitySafe .safeSecurity .leadBox {
  width: 460px;
  margin-bottom: 45px;
}
.qualitySafe .safeSecurity .leadBox .leadTxt {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.3;
}
.qualitySafe .safeSecurity .leadBox h5 {
  margin: 13px 0 17px;
}
.qualitySafe .safeSecurity .leadBox .tripleSecurityImg {
  right: 40px;
  position: absolute;
  top: 40px;
  width: 450px;
}
.qualitySafe .safeSecurity .leadBox .tripleSecurityImg span {
  color: #999999;
  display: block;
  font-size: 10px;
}
.qualitySafe .safeSecurity .leadBox .note {
  font-size: 12px;
  margin-top: 10px;
  text-align: left;
}
.qualitySafe .threePoint:last-of-type ul {
  margin-bottom: 0;
}
.qualitySafe .threePoint h6 {
  color: #062d7d;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}
.qualitySafe .threePoint h6 img {
  margin-right: 13px;
  vertical-align: middle;
  width: 50px;
}
.qualitySafe .threePoint .leadTxt {
  color: #062d7d;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  margin: 20px 0 10px;
}
.qualitySafe .threePoint ul {
  font-size: 0;
  margin-bottom: 60px;
}
.qualitySafe .threePoint ul li {
  background: #ffffff;
  border: 1px solid #dedede;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 20px 20px 0;
  vertical-align: top;
  width: 450px;
}
.qualitySafe .threePoint ul li:nth-child(2n) {
  margin-right: 0;
}
.qualitySafe .threePoint ul li:last-child {
  margin: 0;
}
.qualitySafe .threePoint ul li dt {
  background: url(../images/quality/bg-threepoint.png);
  font-size: 18px;
  font-weight: bold;
  line-height: 3;
  padding-left: 20px;
}
.qualitySafe .threePoint ul li dd {
  font-size: 14px;
  overflow: hidden;
  padding: 20px 20px 10px;
  position: relative;
}
.qualitySafe .threePoint ul li dd .fLeft {
  color: #999999;
  font-size: 10px;
  width: 145px;
}
.qualitySafe .threePoint ul li dd .fLeft img {
  margin-bottom: 7px;
}
.qualitySafe .threePoint ul li dd p {
  margin-left: 165px;
}
.qualitySafe .threePoint ul li dd .shiftTxt {
  left: 20px;
  position: absolute;
  top: 130px;
}
.qualitySafe .threePoint ul .gate {
  width: 100%;
}
.qualitySafe .threePoint ul .gate dd .fLeft {
  width: 300px;
}
.qualitySafe .threePoint ul .gate dd p {
  margin-left: 315px;
}
.qualitySafe .threePoint ul .gate dd .note {
  text-align: left;
}
.qualitySafe .threePoint ul .heightMatch {
  height: 268px;
}
.qualitySafe .note {
  margin: 0;
  text-align: right;
}
.qualitySafe .pagerArea {
  margin-top: 60px;
}

.qualitySupport .qualityHeadLine {
  background: url(../images/quality/bg-support.png) no-repeat right top;
  height: 283px;
}
.qualitySupport .pointTtl {
  margin-bottom: 20px;
}
.qualitySupport .qualityPoint {
  margin-bottom: 55px;
}
.qualitySupport .qualityPoint .scrollBox {
  border: 1px solid #dedede;
  margin-top: 25px;
  overflow-x: auto;
  padding: 30px 0 43px;
  text-align: center;
  width: inherit;
}
.qualitySupport .qualityPoint a {
  color: #2885a3 !important;
}
.qualitySupport .note {
  margin-top: 12px;
  text-align: right;
}
.qualitySupport .pagerArea {
  margin-top: 0;
}

.qualityZero .mainWrap {
  background: url(../images/quality/bg-zero01.png);
  padding: 80px 0 70px;
}
.qualityZero .mainWrap::before, .qualityZero .mainWrap::after {
  z-index: 0;
}
.qualityZero .rankingArea {
  background: url(../images/quality/bg-zero02.png);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 0;
  margin-bottom: 75px;
  padding: 45px 10px 20px;
}
.qualityZero .rankingArea:before, .qualityZero .rankingArea:after {
  content: '';
  display: table;
}
.qualityZero .rankingArea:after {
  clear: both;
}
.qualityZero .rankingArea div {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  margin-right: 10px;
  padding-bottom: 20px;
  position: relative;
  width: 485px;
}
.qualityZero .rankingArea div:last-of-type {
  margin-right: 0;
}
.qualityZero .rankingArea div.right {
  background: url(../images/quality/bg-zero02_pc.png) no-repeat bottom center;
}
.qualityZero .rankingArea div.right .tac {
  text-align: center !important;
}
.qualityZero .rankingArea div.right .tac img {
  margin-bottom: 10px;
}
.qualityZero .rankingArea div.right .tac .note {
  font-size: 12px;
  text-align: center !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}
.qualityZero .rankingArea div h2 {
  position: absolute;
  top: -95px;
  left: 50%;
  margin-left: -235px;
}
.qualityZero .rankingArea div li.esleadRank dl dt, .qualityZero .rankingArea div li.esleadRank dl dd {
  color: #062d7d;
  font-size: 26px;
}
.qualityZero .rankingArea div li.esleadRank dl dt {
  padding: 0 0 0 30px;
}
.qualityZero .rankingArea div li:nth-child(odd) {
  background: url(../images/quality/bg-zero03.png) no-repeat;
}
.qualityZero .rankingArea div dl {
  display: table;
  height: 45px;
}
.qualityZero .rankingArea div dl dt, .qualityZero .rankingArea div dl dd {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
}
.qualityZero .rankingArea div dl dt {
  padding-left: 37px;
  width: 100px;
}
.qualityZero .rankingArea div dl dd img {
  margin-top: -4px;
  padding-right: 10px;
  vertical-align: middle;
}
.qualityZero .rankingArea div .note {
  font-size: 12px;
  margin: 8px 0 15px;
  text-align: right;
}
.qualityZero .rankingArea .pastRankingBtn {
  background: url(../images/quality/bg-btn-zero_pc.png) no-repeat;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto;
  width: 460px;
  text-align: center;
}
.qualityZero .rankingArea .pastRankingBtn img {
  padding-right: 9px;
  width: 17px;
  vertical-align: middle;
}
.qualityZero .rankingArea .pastRankingBtn a {
  color: #ffffff;
  display: block;
  padding: 16px 0 16px;
}
.qualityZero .satisfyDemand {
  background: url(../images/quality/bg-zero02.png);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 75px;
  padding: 61px 40px 20px;
  position: relative;
}
.qualityZero .satisfyDemand h2 {
  position: absolute;
  top: -46px;
  left: 50%;
  margin-left: -340px;
}
.qualityZero .satisfyDemand h3 {
  margin: 0 0 10px 109px;
}
.qualityZero .satisfyDemand .note {
  font-size: 12px;
  line-height: 1.5;
  margin: 0px;
  text-align: center;
}
.qualityZero .satisfyDemand .note.s {
  font-size: 10px;
}
.qualityZero .satisfyDemand p:last-child {
  margin-top: 14px;
}
.qualityZero .pastRanking {
  background: url(../images/quality/bg-zero02.png);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 160px 0 35px;
  position: relative;
}
.qualityZero .pastRanking h2 {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -468px;
}
.qualityZero .pastRanking p {
  text-align: center;
}
.qualityZero .pastRanking p span {
  font-size: 18px;
  font-weight: bold;
}
.qualityZero .pastRanking .note {
  margin: 15px 0 0 0;
}
.qualityZero .reasonTtl {
  background: url(../images/quality/bg-zero02.png);
  padding: 50px 0 60px;
}
.qualityZero .reasonTtl .inner {
  width: 1000px;
  margin: 0 auto;
}
.qualityZero .reasonTtl .inner .tit {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.16;
}
.qualityZero .reasonTtl .inner .tit span {
  color: #062d7d;
}
.qualityZero .reasonTtl .inner .tit .engTtl {
  display: block;
  font-family: "Pinyon Script", cursive;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 10px;
}
.qualityZero .reasonTtl .inner .txt {
  margin-top: 15px;
}
.qualityZero .reasonTtl .inner p {
  text-align: center;
}
.qualityZero .reasonTtl .inner .reasonBtn {
  background: url(../images/quality/bg-btn-zero_pc.png) no-repeat;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  margin: 20px auto 0;
  width: 460px;
  text-align: center;
}
.qualityZero .reasonTtl .inner .reasonBtn a {
  color: #ffffff;
  display: block;
  padding: 17px 0 17px;
}

.reason .mainWrap {
  padding: 0;
}
.reason .mainWrap:before {
  display: none;
}
.reason .mainWrap .pageLeading {
  margin: 0;
  padding: 0;
  height: inherit;
}
.reason .mainWrap .pageLeading:before {
  display: none;
}
.reason .mainWrap .pageLeading > .container {
  padding: 35px 0;
}
.reason .mainWrap .pageLeading > .container .tit span {
  font-size: 20px;
}
.reason .mainWrap .pageLeading > .container .txt {
  margin-top: 20px;
}
.reason .secReason {
  padding: 50px 0 0;
}

.reason .newspdf{
  margin: 48px auto 0;
  height: 660px;
  /*padding: 74.4845360824% 0 0;*/
  max-width: 800px;
  position: relative;
  overflow: hidden;
}
.reason .newspdf iframe{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .reason .newspdf{
    padding: 92% 0 0;
    height: 0;
  }
}

.reason .secReason section {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 520px;
  margin-left: -90px;
  overflow: hidden;
  padding-top: 53px;
  width: 1180px;
}
.reason .secReason section:nth-of-type(odd) {
  padding-right: 90px;
}
.reason .secReason section:nth-of-type(odd) .layoutBlock {
  margin-left: auto;
}
.reason .secReason section:nth-of-type(even) {
  padding-left: 90px;
}
.reason .secReason section:nth-of-type(even) .layoutBlock {
  margin-right: auto;
}
.reason .secReason .layoutBlock {
  background-color: rgba(255, 255, 255, 0.9);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 400px;
  padding: 40px 40px 30px;
  position: relative;
  width: 500px;
  z-index: 3;
}
.reason .secReason .layoutBlock h2 {
  margin-bottom: 25px;
}
.reason .secReason .layoutBlock .tit {
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 7px;
  font-weight: bold;
  position: relative;
	z-index: 10;
}
.reason .secReason .layoutBlock .txt {
  font-size: 14px;
  line-height: 26px;
  position: relative;
  z-index: 10;
}
.reason .secReason .layoutBlock .indentTxt {
  font-size: 12px;
  line-height: 1.5;
  margin: 5px 0 18px;
  padding-left: 1em;
  text-indent: -1em;
}
.reason .secReason .layoutBlock .rankingBtn {
  background: url(../images/reason/ico-plus.png) no-repeat 95% center #1a3469;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.5;
  position: relative;
  text-align: center;
  width: 200px;
  z-index: 100;
}
.reason .secReason .layoutBlock .rankingBtn a {
  color: #ffffff !important;
  display: block;
  padding: 8px 0 7px;
}
.reason .secReason .layoutBlock:before {
  box-shadow: 0 0 0 1px #fff inset;
  content: "";
  height: 400px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 500px;
  z-index: 2;
}
.reason .secReason .layoutBlock:after {
  background-repeat: no-repeat;
  content: "";
  position: absolute;
}

.reason .secReason .reason01 {
	height: 580px;
  padding-top: 40px;
  padding-right: 0 !important;
  background-image: url(../images/reason/img-reason-reason01-bg.jpg);
}
.reason .secReason .reason01 .layoutBlock:after {
  background-image: url(../images/reason/img-reason-reason01-num.png);
  bottom: -40px;
  right: 23px;
  height: 136px;
  width: 154px;
}

.reason .secReason .reason01 .layoutBlock {
  height:500px;
  width: 910px;
  margin: 0 auto;
}
.reason .secReason .reason01 .layoutBlock:before {
  height: 500px;
  width: 910px;
}
.reason .secReason .reason01 .layoutBlock h2 {
  margin-bottom: 30px;
}


.reason .secReason .reason02 {
  background-image: url(../images/reason/img-reason-reason02-bg.jpg);
}
.reason .secReason .reason02 .layoutBlock h2 {
  margin-left: -11px;
}
.reason .secReason .reason02 .layoutBlock:after {
  background-image: url(../images/reason/img-reason-reason02-num.png);
  bottom: -70px;
  right: 21px;
  height: 136px;
  width: 187px;
}
.reason .secReason .reason03 {
  background-image: url(../images/reason/img-reason-reason03-bg.jpg);
}
.reason .secReason .reason03 .layoutBlock{
  padding: 25px 40px 30px;
}
.reason .secReason .reason03 .layoutBlock:after {
  background-image: url(../images/reason/img-reason-reason03-num.png);
  bottom: -70px;
  right: 24px;
  height: 145px;
  width: 179px;
}
.reason .secReason .reason03 .layoutBlock h2{
  margin-bottom: 20px;
}

.reason .secReason .reason04 {
  background-image: url(../images/reason/img-reason-reason04-bg.jpg);
}
.reason .secReason .reason04 .layoutBlock h2 {
  margin-left: -7px;
}
.reason .secReason .reason04 .layoutBlock:after {
  background-image: url(../images/reason/img-reason-reason04-num.png);
  bottom: -74px;
  right: 15px;
  height: 150px;
  width: 180px;
}
.reason .secReason .reason05 {
  background-image: url(../images/reason/img-reason-reason05-bg.jpg);
}
@media print, screen and (min-width: 768px) {
  .reason .secReason .reason05 .layoutBlock {
    padding: 35px 40px 30px;
  }
}
.reason .secReason .reason05 .layoutBlock:after {
  background-image: url(../images/reason/img-reason-reason05-num.png);
  bottom: -80px;
  right: 30px;
  height: 152px;
  width: 172px;
}
.reason .secReason .reason06 {
  background-image: url(../images/reason/img-reason-reason06-bg.jpg);
}
.reason .secReason .reason06 .layoutBlock h2 {
  margin-left: -6px;
}
.reason .secReason .reason06 .layoutBlock:after {
  background-image: url(../images/reason/img-reason-reason06-num.png);
  bottom: -67px;
  right: 18px;
  height: 137px;
  width: 184px;
}
.reason .secReason .reason07 {
  background-image: url(../images/reason/img-reason-reason07-bg.jpg);
  margin-bottom: 55px;
}
.reason .secReason .reason07 .layoutBlock:after {
  background-image: url(../images/reason/img-reason-reason07-num.png);
  bottom: -70px;
  right: 18px;
  height: 147px;
  width: 186px;
}
.reason .qualityBtn {
  margin: 30px 0 60px;
}
@media print, screen and (min-width: 768px) {
  .reason .qualityBtn .inner .txtArea {
    padding: 20px 15px 10px;
  }
}

@media screen and (max-width: 767px) {
  .keiei .mainWrap {
    padding-top: 0;
  }
  .keiei .mainWrap .container {
    margin: 0 auto 0 auto;
    width: 100%;
  }
  .keiei .mainWrap .container .pageLeadingWrap {
    margin: 0 6.25%;
    width: 87.5%;
  }
  .keiei .mainWrap .container .pageLeading {
    margin: 0 -8%;
    min-height: 100px;
    padding-top: 50px;
  }
  .keiei .mainWrap .container .pageLeading .container {
    background-size: auto 122px;
    margin: 0 6.25%;
    min-height: 100px;
    padding: 13px 0 26px;
    width: 87.5%;
  }
  .keiei .mainWrap .container section {
    margin: 0 auto 30px;
    width: 87.5%;
  }
  .keiei .mainWrap .container section.keieiTopGuide {
    margin: 0 auto;
    width: 100%;
  }

  .keieiTopMerit {
    margin-bottom: 40px;
  }
  .keieiTopMerit ul li {
    border: 1px solid #dedede;
    float: left;
    margin: 0 0 10px 0;
    width: 99%;
  }
  .keieiTopMerit ul li h3 {
    border-bottom: 1px solid #dedede;
    background: url(../images/common/arrow-bl-18.png) no-repeat 10px 13px #f5f5f5;
    background-size: 7px 8px;
    font-size: 12px;
    margin-bottom: 12px;
    padding: 8px 0 8px 25px;
  }
  .keieiTopMerit ul li dl {
    padding: 0 15px 12px;
  }
  .keieiTopMerit ul li dl dt {
    font-size: 10px;
    text-align: center;
    width: 23%;
  }
  .keieiTopMerit ul li dl dt span {
    display: block;
    margin-top: 5px;
  }
  .keieiTopMerit ul li dl dd {
    font-size: 12px;
    margin-left: 30%;
  }
  .keieiTopMerit ul li dl dd span {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
  }

  .keieiTopGuide {
    position: relative;
    margin: 40px auto 30px !important;
  }
  .keieiTopGuide .spBg {
    left: 0;
    position: absolute;
    top: 2.5%;
    width: 100%;
    z-index: 1;
  }
  .keieiTopGuide .spBg img {
    width: 100%;
  }
  .keieiTopGuide .inner {
    background: url(../images/management/bg-stripe.png);
    border: none;
    border-top: 3px solid #e4f3f6;
    border-bottom: 3px solid #e4f3f6;
    padding: 15px 15px 15px;
    position: relative;
  }
  .keieiTopGuide .inner:before {
    content: none;
  }
  .keieiTopGuide .inner h2 {
    margin-bottom: 16.5%;
    text-align: center;
  }
  .keieiTopGuide .inner h2 span {
    left: 50%;
    margin-left: -93px;
    position: absolute;
    top: -25px;
    width: 196px;
  }
  .keieiTopGuide .inner .greetingBox {
    background: #ffffff;
    border: 1px solid #e4f3f6;
    padding: 12px;
  }
  .keieiTopGuide .inner .greetingBox .profileBox {
    display: table;
    margin-bottom: 12px;
    padding-bottom: 15px;
    position: relative;
  }
  .keieiTopGuide .inner .greetingBox .profileBox dl {
    margin-bottom: 10px;
  }
  .keieiTopGuide .inner .greetingBox .profileBox dl dt, .keieiTopGuide .inner .greetingBox .profileBox dl dd {
    display: table-cell;
    vertical-align: middle;
  }
  .keieiTopGuide .inner .greetingBox .profileBox dl dt {
    float: none;
    margin-bottom: 10px;
    width: 35%;
  }
  .keieiTopGuide .inner .greetingBox .profileBox dl dd {
    font-size: 10px;
    line-height: 1.5;
    margin-left: 0;
    padding-left: 5%;
  }
  .keieiTopGuide .inner .greetingBox .profileBox dl dd span {
    font-size: 20px;
    margin-top: 7px;
  }
  .keieiTopGuide .inner .greetingBox .profileBox dl dd span span {
    font-size: 10px;
  }
  .keieiTopGuide .inner .greetingBox .profileBox p {
    font-size: 12px;
    position: static;
    width: auto;
  }
  .keieiTopGuide .inner .activity {
    overflow: hidden;
  }
  .keieiTopGuide .inner .activity div {
    float: none;
    width: 100%;
  }
  .keieiTopGuide .inner .activity div h3 {
    color: #092f7f;
    font-size: 12px;
    font-weight: bold;
  }
  .keieiTopGuide .inner .activity div h4 {
    font-size: 12px;
  }
  .keieiTopGuide .inner .activity div ul {
    margin-bottom: 10px;
  }
  .keieiTopGuide .inner .activity div li {
    font-size: 10px;
  }

  .keieiTopBtn {
    margin: 0 auto 30px;
  }

  .keieTopVoice ul {
    margin-bottom: 30px;
  }
  .keieTopVoice ul li {
    border: 1px solid #dedede;
    margin-bottom: 15px;
    padding: 15px 15px 20px;
  }
  .keieTopVoice ul li:last-child {
    margin: 0;
  }
  .keieTopVoice ul li p {
    float: none;
    text-align: left;
    margin-bottom: 5px;
    overflow: hidden;
    width: 100%;
  }
  .keieTopVoice ul li p img {
    float: left;
    margin-right: 10px;
    width: 23%;
  }
  .keieTopVoice ul li p span {
    font-size: 14px;
    margin: 10px 0 0;
  }
  .keieTopVoice ul li dl {
    margin-left: 0;
  }
  .keieTopVoice ul li dl dt {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .keieTopVoice ul li dl dd {
    font-size: 12px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .keieTopVoice .keieTopNote {
    padding: 12px;
  }
  .keieTopVoice .keieTopNote dt {
    font-size: 14px;
    margin-bottom: 5px;
    padding-left: 30px;
  }
  .keieTopVoice .keieTopNote dd {
    font-size: 12px;
  }

  .keieiMission01 .pageTitArea .bg .container {
    padding-top: 7px;
  }
  .keieiMission01 .pageTitleQa .question dd {
    padding: 12px 13% 11px 12%;
  }

  .pageTitleQa .question {
    margin-bottom: 15px;
  }
  .pageTitleQa .question dt {
    width: 22.5%;
  }
  .pageTitleQa .question dd {
    border: 1px solid #dedede;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 1% 0 25%;
    padding: 10px 13% 12px 12%;
    text-align: left;
  }
  .pageTitleQa .question dd::after {
    background: url(../images/management/ico-balloon-blue.png) no-repeat;
    background-size: 100% auto;
    bottom: 15px;
    height: 11px;
    left: -7.5px;
    width: 7.5px;
  }
  .pageTitleQa .question dd .emphasize {
    position: relative;
  }
  .pageTitleQa .question dd .emphasize::before, .pageTitleQa .question dd .emphasize::after {
    height: 7.5px;
    width: 10px;
    z-index: 2;
  }
  .pageTitleQa .question dd .emphasize::before {
    background: url(../images/management/ico-quotation-blue01.png);
    background-size: 100% auto;
    left: -13px;
    top: 0;
  }
  .pageTitleQa .question dd .emphasize::after {
    background: url(../images/management/ico-quotation-blue02.png);
    background-size: 100% auto;
    top: 0;
    right: -10px;
  }
  .pageTitleQa .answer {
    *zoom: 1;
  }
  .pageTitleQa .answer:after {
    content: "";
    display: table;
    clear: both;
  }
  .pageTitleQa .answer dt {
    float: right;
    margin-right: -6%;
    position: static;
    right: 0;
    top: 0;
    width: 24%;
  }
  .pageTitleQa .answer dd {
    font-size: 12px;
    line-height: 1.5;
    margin: 0 20% 0 5px;
    padding: 10px 8%;
    z-index: 1;
  }
  .pageTitleQa .answer dd::after {
    background: url(../images/management/ico-balloon-brown.png) no-repeat;
    background-size: 100% auto;
    bottom: 10px;
    height: 11px;
    right: -7.5px;
    position: absolute;
    width: 7.5px;
  }
  .pageTitleQa .answer dd .emphasize {
    display: block;
  }
  .pageTitleQa .answer dd .emphasize::before, .pageTitleQa .answer dd .emphasize::after {
    height: 7.5px;
    width: 10px;
    z-index: 2;
  }
  .pageTitleQa .answer dd .emphasize::before {
    background: url(../images/management/ico-quotation-brown01.png);
    background-size: 100% auto;
    left: -18px;
    top: 2px;
  }
  .pageTitleQa .answer dd .emphasize::after {
    background: url(../images/management/ico-quotation-brown02.png);
    background-size: 100% auto;
    right: -7.5%;
    top: 2px;
  }

  .pointNonakaBox {
    background: url(../images/management/bg-stripe.png);
    border: none;
    border-bottom: 2px solid #e4f3f6;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 18% 0 0 -7% !important;
    padding: 18% 6.5% 22px;
    width: 114%;
  }
  .pointNonakaBox h2 {
    left: 0;
    position: absolute;
    top: -30px;
    width: 100%;
  }
  .pointNonakaBox h2 img {
    max-width: inherit;
    width: 100%;
  }
  .pointNonakaBox h3 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .threeImportant {
    border: 1px solid #e4f3f6;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding-bottom: 15px;
    width: auto;
  }
  .threeImportant dl {
    margin-bottom: 12px;
    width: 100%;
  }
  .threeImportant dl dt, .threeImportant dl dd {
    font-size: 14px;
  }
  .threeImportant dl dt {
    background: url(../images/management/bg-h3-blue_sp.png);
    height: 50px;
    padding: 0 0 0 10px;
    width: 90px;
  }
  .threeImportant dl dd {
    padding-left: 10px;
    width: auto;
  }
  .threeImportant p {
    font-size: 12px;
    padding: 0 15px;
  }
  .threeImportant ul {
    margin: 10px 15px;
  }
  .threeImportant ul li {
    display: block;
    font-size: 11px;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 6px 0;
    width: auto;
  }

  .missionBdrBox {
    margin-top: 5px;
    padding: 15px 10px 10px;
    position: relative;
    text-align: center;
  }

  .paymentsTxt {
    font-size: 9px;
    margin-top: 10px;
  }

  .keieiColumn01 p span {
    color: #103582;
    font-weight: bold;
  }
  .keieiColumn01 ul {
    margin: 12px 0 20px 0;
  }
  .keieiColumn01 ul li {
    display: block;
    font-size: 16px;
    margin: 0 0 10px;
    padding: 20px 15px;
    width: 100%;
  }
  .keieiColumn01 ul li:last-child {
    margin: 0;
  }
  .keieiColumn01 ul li ul {
    margin: 15px 0 0;
    padding: 0;
  }
  .keieiColumn01 ul li li {
    background: url(../images/management/ico-check-gray.png) no-repeat 9px center/12px auto, url(../images/management/bg-gray-dot.png);
    border: none;
    display: block;
    font-size: 12px;
    line-height: 1.5;
    margin: 0 auto 10px auto !important;
    padding: 10px 15px 10px 30px;
    text-align: left;
    width: 100%;
  }
  .keieiColumn01 ul li .lineTxt {
    padding: 10px 15px 10px 35px;
  }
  .keieiColumn01 ul .end {
    border: 2px solid #e4f3f6;
    padding: 16px 15px;
  }
  .keieiColumn01 ul .end li {
    border: 1px solid #e4f3f6;
    background: url(../images/common/ico-check-bl32.png) no-repeat 9px center #ffffff;
    background-size: 12px auto;
  }

  .columnBox {
    padding: 12px 0 15px;
  }
  .columnBox h2 {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 0 25px 0 24%;
    text-align: left;
  }
  .columnBox .whiteBox {
    background: #ffffff;
    margin: 0 17px;
    padding: 20px 15px 15px;
  }
  .columnBox .whiteBox div {
    overflow: hidden;
    padding-left: 0;
  }
  .columnBox .whiteBox .columnImg {
    float: none;
    margin: 0 10px 10px;
    width: auto;
  }
  .columnBox .whiteBox .columnTxt {
    font-size: 12px;
    margin: 0;
  }
  .columnBox .columnTree {
    left: -24px;
    top: -9px;
    width: 80px;
  }

  .lifeInsurance .pageTitArea .bg .container {
    padding-top: 7px;
  }
  .lifeInsurance .pageTitleQa .question dd {
    padding: 12px 0 11px 10%;
  }
  .lifeInsurance .pageTitleQa .question dd .emphasize::after {
    right: -35px;
  }
  .lifeInsurance .pageTitleQa .answer dd {
    padding: 10px 8%;
  }
  .lifeInsurance .pageTitleQa .answer dd .emphasize::after {
    right: -10px;
  }
  .lifeInsurance .pointNonakaBox {
    padding: 18% 3.5% 22px;
  }
  .lifeInsurance .pointNonakaBox h3 {
    margin-bottom: 5px;
  }
  .lifeInsurance .pointNonakaBox .pointImg {
    margin-top: 15px;
  }
  .lifeInsurance .pointNonakaBox p {
    font-size: 12px;
    padding: 0 15px;
  }
  .lifeInsurance .lifeInsuranceImg {
    margin: 0;
    width: auto;
  }
  .lifeInsurance .missionBdrBox {
    margin-top: 10px;
    padding: 10px;
  }

  .newProposal p span {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .columnLifeInsurance {
    margin-top: 30px !important;
  }
  .columnLifeInsurance::after {
    content: " ";
    display: block;
    clear: both;
  }
  .columnLifeInsurance .columnBox {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
  }
  .columnLifeInsurance .columnBox h2 {
    font-size: 14px;
  }
  .columnLifeInsurance .columnBox.column02 {
    margin: 0 0 20px 0;
    width: 100%;
  }
  .columnLifeInsurance .columnBox.column02 .columnTree {
    bottom: auto;
    left: -25px;
    top: -8px;
    width: 80px;
  }
  .columnLifeInsurance .columnBox.column02 .columnImg {
    width: 220px;
  }
  .columnLifeInsurance .columnBox.column02 .columnTxt {
    margin: 0;
  }
  .columnLifeInsurance .columnBox.column03 {
    margin: 0;
    width: 100%;
  }
  .columnLifeInsurance .columnBox.column03 .columnTree {
    bottom: auto;
    left: -25px;
    top: -8px;
    width: 80px;
  }
  .columnLifeInsurance .columnBox.column03 .columnImg {
    width: 158px;
  }
  .columnLifeInsurance .columnBox.column03 .columnTxt {
    margin: 0;
  }
  .columnLifeInsurance .columnBox .whiteBox {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 5% 15px;
    height: auto;
  }
  .columnLifeInsurance .columnBox .whiteBox .columnImg {
    margin: 0 auto 10px;
  }
  .columnLifeInsurance .columnBox .whiteBox p {
    font-size: 12px;
  }

  .managementVield .pageTitArea .bg .container {
    padding-top: 7px;
  }
  .managementVield .pageTitleQa .question dd {
    padding: 12px 5% 11px 10%;
  }
  .managementVield .pageTitleQa .question dd .emphasize::after {
    right: -15px;
  }
  .managementVield .pageTitleQa .answer dd {
    padding: 10px 7% 10px 9%;
  }
  .managementVield .pageTitleQa .answer dd .emphasize::after {
    right: -10px;
  }
  .managementVield .pointNonakaBox {
    padding: 18% 6.5% 22px;
    margin-top: 25px !important;
  }
  .managementVield .pointNonakaBox p {
    font-size: 12px;
    padding: 0;
  }
  .managementVield .pointNonakaBox .sp table {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    border-collapse: collapse;
    width: 100%;
  }
  .managementVield .pointNonakaBox .sp table thead th {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0 8px;
    text-align: center;
    width: 100%;
  }
  .managementVield .pointNonakaBox .sp table tbody th {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    width: 25%;
  }
  .managementVield .pointNonakaBox .sp table tbody td {
    font-size: 12px;
    padding: 15px 3% 15px 3%;
    width: 75%;
  }
  .managementVield .pointNonakaBox .managementTableFeaturea {
    border: 1px solid #284b94;
  }
  .managementVield .pointNonakaBox .managementTableFeaturea thead th {
    background: #284b94;
  }
  .managementVield .pointNonakaBox .managementTableFeaturea tbody th {
    background: #e4f3f6;
    border: 1px solid #284b94;
    color: #284b94;
  }
  .managementVield .pointNonakaBox .managementTableFeaturea tbody td {
    background: #ffffff;
    border: 1px solid #284b94;
  }
  .managementVield .pointNonakaBox .managementTableCase {
    border: 1px solid #de5151;
  }
  .managementVield .pointNonakaBox .managementTableCase thead th {
    background: #de5151;
  }
  .managementVield .pointNonakaBox .managementTableCase tbody th {
    background: #f8e8e8;
    border: 1px solid #de5151;
    color: #de5151;
  }
  .managementVield .pointNonakaBox .managementTableCase tbody td {
    background: #fffafa;
    border: 1px solid #de5151;
    font-weight: bold;
  }
  .managementVield .columnBox {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5%;
  }
  .managementVield .columnBox h2 {
    padding: 0 0 0 19%;
  }
  .managementVield .columnBox.column05 .columnTree {
    bottom: auto;
    left: -25px;
    top: -8px;
  }
  .managementVield .columnBox.column05 h2 {
    background: none;
    margin-bottom: 0;
    padding: 0 0 0 50px;
  }
  .managementVield .columnBox.column05 .whiteBox {
    margin-top: 10px;
    padding-top: 5%;
  }
  .managementVield .columnBox.column06 .columnTree {
    bottom: auto;
    left: -25px;
    top: -8px;
  }
  .managementVield .columnBox.column06 .whiteBox {
    padding-top: 15px;
  }
  .managementVield .columnBox.column06 .whiteBox div h2 {
    margin: 0;
    text-align: center;
  }
  .managementVield .columnBox.column06 .whiteBox div p {
    position: static;
    margin: 0 -8% 10px 0;
  }
  .managementVield .columnBox.column06 .whiteBox p {
    font-size: 12px;
  }
  .managementVield .columnBox .whiteBox {
    margin: 0;
    padding: 15px 5%;
  }
  .managementVield .columnBox .whiteBox h2 {
    width: auto;
    margin: 0 0 10px;
    padding: 0;
  }
  .managementVield .missionBdrBox {
    padding: 15px 4%;
  }
  .managementVield .missionBdrBox p {
    float: none;
  }
  .managementVield .missionBdrBox ul {
    font-size: 10px;
    margin: 10px 0 0 0;
  }

  .managementTaxSaving .pageTitArea .bg .container {
    padding-top: 7px;
  }
  .managementTaxSaving .pageTitleQa .question dd {
    padding: 10px 9% 12px 18%;
  }
  .managementTaxSaving .pageTitleQa .question dd .emphasize::after {
    right: -15px;
  }
  .managementTaxSaving .pageTitleQa .answer dd {
    margin: 0 25% 0 5px;
    padding: 10px 7% 10px 9%;
  }
  .managementTaxSaving .pageTitleQa .answer dd .emphasize::after {
    right: -10px;
  }
  .managementTaxSaving .pageTitleQa div {
    border: 1px solid #dedede;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 10% 0 0;
    padding: 12px 5%;
    font-size: 11px;
  }
  .managementTaxSaving .pointNonakaBox p {
    font-size: 12px;
    padding: 0;
  }
  .managementTaxSaving .missionBdrBox {
    height: auto;
    margin-top: 12px;
    padding: 8px;
  }
  .managementTaxSaving .missionBdrBox p {
    font-size: 12px;
    margin: 0;
    position: static;
  }
  .managementTaxSaving .columnBox h2 {
    font-weight: bold;
  }
  .managementTaxSaving .columnBox .columnTree {
    left: -25px;
    top: -8px;
    width: 80px;
  }
  .managementTaxSaving .columnBox .whiteBox {
    padding: 20px 10px 15px;
  }
  .managementTaxSaving .columnBox .whiteBox .columnTxt {
    float: none;
    font-size: 12px;
    margin: 10px 0 0;
    width: auto;
  }
  .managementTaxSaving .columnBox .whiteBox .columnImg {
    float: none;
    width: auto;
  }

  .apartmentExpenses .borderTit {
    margin-bottom: 15px;
  }
  .apartmentExpenses div {
    margin-top: 0;
  }
  .apartmentExpenses dl {
    display: block;
    height: auto;
    margin: 10px 0 0 0;
    padding: 0 0 5%;
    width: 100%;
  }
  .apartmentExpenses dl dt {
    border-radius: 4px 4px 0 0;
    font-size: 16px;
    padding: 7px 0;
  }
  .apartmentExpenses dl dd {
    font-size: 12px;
    padding: 0 5%;
  }
  .apartmentExpenses dl dd li {
    font-size: 12px;
  }

  .managementQaList dl {
    background: url(../images/management/bg-gray-dot.png);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 4% 15px 3.5%;
  }
  .managementQaList dl dt {
    border-bottom: 1px dotted #bebebe;
    padding: 0 0 10px 10%;
  }
  .managementQaList dl dt span {
    font-size: 18px;
    left: 0px;
    top: 1px;
  }
  .managementQaList dl dd {
    font-size: 14px;
    padding: 0 0 0 10%;
  }
  .managementQaList dl dd span {
    font-size: 18px;
    left: 1px;
    top: 1px;
  }
  .managementQaList p {
    font-size: 9px;
  }

  .managementSystem h2 {
    background: url(../images/management/ico-handshake-brown.png) no-repeat center top;
    background-size: 59px auto;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    padding: 50px 0 25px 0;
    text-align: center;
  }
  .managementSystem div {
    padding: 12px 4% 20px;
  }
  .managementSystem div h3 {
    font-size: 14px;
    margin: -19px 0 12px 0;
  }
  .managementSystem div h3 span {
    padding: 0 22px;
  }
  .managementSystem div p {
    font-size: 12px;
  }

  .planBox {
    background: url(../images/management/bg-stripe-orange.png);
    background-size: 24px auto;
    border-top: 3px solid #e5dcbe;
    border-bottom: 3px solid #e5dcbe;
    border-left: none;
    border-right: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -7.5%;
    padding: 14% 5% 18px;
    position: relative;
    width: 115%;
  }
  .planBox h2 {
    left: 0;
    top: -25px;
    width: 100%;
  }
  .planBox h2 img {
    max-width: inherit;
    width: 100%;
  }
  .planBox p {
    font-size: 14px;
  }

  .managementSupportPlan01 {
    margin-top: 50px !important;
  }
  .managementSupportPlan01 .planBox {
    margin-bottom: 15px;
  }
  .managementSupportPlan01 h3 {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .managementSupportPlan01 h3 span {
    background: #ffffff;
    display: inline-block;
    padding: 0 0.5em;
  }
  .managementSupportPlan01 .planMerit {
    font-size: 0;
    margin-top: -10px;
  }
  .managementSupportPlan01 .planMerit > li {
    border: 1px solid #dedede;
    display: block;
    height: auto;
    margin: 10px auto 0;
    padding: 15px 6% 20px;
    width: 100%;
  }
  .managementSupportPlan01 .planMerit > li:nth-child(3n) {
    margin-right: 0;
  }
  .managementSupportPlan01 .planMerit > li h4 {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .managementSupportPlan01 .planMerit > li li {
    font-size: 12px;
  }

  .planDetail {
    overflow: hidden;
    margin-top: 30px;
  }
  .planDetail > dl {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
    width: 100%;
  }
  .planDetail > dl:first-child {
    margin: 0 0 10px;
  }
  .planDetail > dl > dt {
    font-size: 12px;
    padding: 10px 0 8px;
  }
  .planDetail > dl > dd {
    height: auto;
    padding: 5px 5% 15px;
    font-weight: normal;
  }
  .planDetail > dl > dd dl {
    font-size: 12px;
  }
  .planDetail > dl > dd dl dt {
    float: none;
    padding: 7px 0 0;
    font-weight: bold;
  }
  .planDetail > dl > dd dl dd {
    padding: 7px 0;
  }
  .planDetail > dl > dd dl dd:last-child {
    padding-bottom: 0;
  }
  .planDetail > dl > dd ul {
    margin-top: 7px;
    font-size: 12px;
    font-weight: bold;
  }

  .managementSupportPlan02 {
    margin-top: 50px !important;
  }
  .managementSupportPlan02 .planBox {
    padding-top: 13%;
  }
  .managementSupportPlan02 p {
    font-size: 14px;
  }

  .ir.stockholder .mainWrap {
    padding-top: 0;
  }
  .ir.stockholder .secPresentCatalog {
    background: url(../images/ir/bg-stockholder.png);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: -7.5%;
    padding: 25px 6.25% 20px;
    width: 115%;
  }
  .ir.stockholder .secPresentCatalog div {
    display: block;
    width: 100%;
    margin: 0 0 15px 0;
  }
  .ir.stockholder .secPresentCatalog div:last-of-type {
    margin: 0;
  }
  .ir.stockholder .secPresentCatalog div .whiteBox {
    margin-top: 15px;
    padding: 10px 5% 10px;
  }
  .ir.stockholder .secPresentCatalog div .whiteBox span {
    font-size: 15px;
    margin-bottom: 5px;
  }
  .ir.stockholder .secPresentCatalog .note {
    color: #999999;
    font-size: 10px;
    margin-top: 6px;
    text-align: right;
  }
  .ir.stockholder .secPresentCatalog .catalogPdf {
    background: url(../images/ir/btn-stockholder-sp.png) no-repeat left top/100% auto;
    font-size: 14px;
    font-weight: bold;
    margin-top: 5px;
    text-align: center;
  }
  .ir.stockholder .secPresentCatalog .catalogPdf a {
    color: #ffffff;
    display: block;
    padding: 5.5% 0;
  }
  .ir.stockholder .secPresentCatalog .catalogPdf a span {
    padding-left: 20px;
    background: url(../images/common/ico-pdf.png) no-repeat left center/14px auto;
  }
  .ir.stockholder .secFlow .dtBlockArea .fixFlow {
    margin: 0;
  }
  .ir.stockholder .secFlow .dtBlockArea .fixFlow li .liWrap {
    height: 105px;
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .ir.stockholder .secFlow .dtBlockArea .fixFlow li .liWrap:after {
    left: 30px;
  }
  .ir.stockholder .secFlow .dtBlockArea .fixFlow li .liWrap .numberImg {
    height: 45px;
    margin-right: 10px;
    min-width: 45px;
    width: 45px;
  }
  .ir.stockholder .secFlow .dtBlockArea .fixFlow li .liWrap .numberImg:before {
    height: calc(50% - 22px);
    left: 30px;
    top: 0;
  }
  .ir.stockholder .secFlow .dtBlockArea .fixFlow li .liWrap .numberImg:after {
    height: calc(50% - 22px);
    left: 30px;
    bottom: 0;
  }
  .ir.stockholder .secFlow .dtBlockArea .fixFlow li .liWrap .fixFlowTxt {
    padding: 16px 0 16px 0;
  }
  .ir.stockholder .secFlow .dtBlockArea .fixFlow li .liWrap .fixFlowTxt p {
    font-size: 14px;
    line-height: 1.3;
  }
  .ir.stockholder .secFlow .dtBlockArea .fixFlow li .liWrap .fixFlowTxt .txt {
    font-size: 12px;
    margin-top: 10px;
  }

  .ir.faq .mainWrap .container section dl {
    background: url(../images/common/bg-lightgray-dot.png);
    margin-top: 10px;
    padding: 4% 15px 3.5%;
  }
  .ir.faq .mainWrap .container section dl dt {
    padding: 0 0 10px 10%;
    font-size: 14px;
  }
  .ir.faq .mainWrap .container section dl dt span {
    font-size: 14px;
    left: 0;
    top: 3px;
  }
  .ir.faq .mainWrap .container section dl dd {
    font-size: 14px;
    padding: 0 0 0 10%;
  }
  .ir.faq .mainWrap .container section dl dd span {
    font-size: 14px;
    left: 2px;
    top: 53px;
  }
  .ir.faq .mainWrap .container section p {
    font-size: 9px;
  }

  .ir.irPolicy .mainWrap .container section h3 {
    line-height: 1.5;
  }
  .ir.irPolicy .mainWrap .container section p {
    margin-bottom: 15px;
  }

  .quality .mainWrap {
    padding-top: 0;
  }
  .quality .note {
    color: #999999;
    font-size: 11px;
    margin: 15px 0 25px;
  }
  .quality .scrollTxt {
    background: url(../images/quality/img-scroll.png) no-repeat left 7px/42px auto;
    padding-left: 55px;
  }

  .qualityHeadLine {
    height: auto;
    margin-bottom: 25px;
    width: 100%;
  }
  .qualityHeadLine::before {
    background: url(../images/quality/ico-quotation-blue.png) no-repeat left top/100% auto;
    height: 14px;
    left: -6px;
    top: 23px;
    width: 18px;
    z-index: -1;
  }
  .qualityHeadLine h2 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 12px;
    padding: 30px 0 0 0;
  }
  .qualityHeadLine p {
    width: auto;
  }

  .qualityPoint {
    margin-bottom: 25px;
  }
  .qualityPoint .pointTtl {
    background: url(../images/common/bg-bordertit.jpg) repeat-x left top/100% auto;
    margin-bottom: 12px;
    width: 100%;
  }
  .qualityPoint .pointTtl dt, .qualityPoint .pointTtl dd {
    height: auto;
    padding: 10px 0;
  }
  .qualityPoint .pointTtl dt {
    border-bottom: 2px solid #23468c;
    font-size: 12px;
    width: 70px;
  }
  .qualityPoint .pointTtl dd {
    border-bottom: 2px solid #e0e6f1;
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
  }
  .qualityPoint h4 {
    font-size: 14px;
    line-height: 1.4;
  }
  .qualityPoint .pointBox {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    *zoom: 1;
  }
  .qualityPoint .pointBox:after {
    content: "";
    display: table;
    clear: both;
  }

  .qualityArchitecture .qualityHeadLine {
    background: none;
    height: auto;
  }
  .qualityArchitecture .qualityImgTable, .qualityArchitecture .qualityTxtTable {
    float: none;
    width: 100%;
  }
  .qualityArchitecture .qualityImgTable table, .qualityArchitecture .qualityTxtTable table {
    height: auto;
  }
  .qualityArchitecture .qualityImgTable th, .qualityArchitecture .qualityTxtTable th {
    line-height: 1.4;
    font-size: 10px;
    height: auto;
  }
  .qualityArchitecture .qualityImgTable {
    margin-bottom: 15px;
  }
  .qualityArchitecture .qualityImgTable th {
    font-size: 11px;
    padding: 10px 0;
    width: 50%;
  }
  .qualityArchitecture .qualityImgTable td {
    font-size: 11px;
    padding: 13px 0 16px;
  }
  .qualityArchitecture .qualityImgTable td img {
    width: 91px;
  }
  .qualityArchitecture .qualityTxtTable {
    float: none;
  }
  .qualityArchitecture .qualityTxtTable th {
    width: 33.3%;
    padding: 10px 0;
  }
  .qualityArchitecture .qualityTxtTable td {
    padding: 10px 0;
  }
  .qualityArchitecture .qualityTxtTable p {
    font-size: 11px;
    margin-top: 10px;
  }
  .qualityArchitecture .qualityTxtTable .indentTxt {
    color: #999999;
    font-size: 11px;
  }
  .qualityArchitecture .pointBox .fLeft {
    width: 100%;
  }
  .qualityArchitecture .pointBox .fLeft .note {
    margin-bottom: 25px;
  }
  .qualityArchitecture .pointBox .fRight {
    float: none;
    margin: 0;
  }
  .qualityArchitecture .pointBox .fRight p {
    width: 106px;
    margin: 0 auto 10px;
  }
  .qualityArchitecture .pointBox .fRight ul {
    font-size: 0;
    text-align: center;
    width: auto;
  }
  .qualityArchitecture .pointBox .fRight ul li {
    display: inline-block;
    font-size: 11px;
    text-align: center;
  }
  .qualityArchitecture .pointBox .fRight ul li img {
    margin-bottom: 9px;
    width: 62px;
  }
  .qualityArchitecture .pointBox .fRight ul li:last-child {
    margin: 0 0 0 20px;
  }
  .qualityArchitecture .pointBox:last-of-type .fRight {
    margin: 0;
  }
  .qualityArchitecture .pointBox:last-of-type h4:last-of-type {
    margin: 20px 0 10px;
  }
  .qualityArchitecture h4:last-of-type {
    margin: 25px 0 10px;
  }
  .qualityArchitecture .note.txtRight {
    margin: 7px 0 0;
    text-align: left;
  }

  .qualitySickhouse .qualityHeadLine {
    background: none;
    height: auto;
    margin-bottom: 15px;
  }
  .qualitySickhouse .qualityHeadLine h2 {
    margin-bottom: 10px;
  }
  .qualitySickhouse .pointTtl {
    margin-bottom: 0;
  }
  .qualitySickhouse h4 {
    margin: 15px 0 5px;
  }
  .qualitySickhouse .qualityPoint {
    margin-bottom: 0;
  }
  .qualitySickhouse .goodPoint {
    margin-top: 18px;
  }
  .qualitySickhouse .goodPoint dl {
    display: block;
    min-height: auto;
    margin-bottom: 15px;
    padding: 15px 0;
    width: 100%;
  }
  .qualitySickhouse .goodPoint dl dt, .qualitySickhouse .goodPoint dl dd {
    display: block;
  }
  .qualitySickhouse .goodPoint dl dt {
    border-right: none;
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .qualitySickhouse .goodPoint dl dt span {
    display: block;
    margin: 10px 0 8px;
    font-size: 14px;
    font-weight: bold;
  }
  .qualitySickhouse .goodPoint dl dt img {
    margin: 0;
    width: 40px;
  }
  .qualitySickhouse .goodPoint dl dd {
    font-size: 14px;
    padding: 0 15px;
  }
  .qualitySickhouse .goodPoint .note {
    margin: 25px 0 0;
    text-align: left;
  }
  .qualitySickhouse .pagerArea {
    margin-top: 25px;
  }

  .qualityGeneration .qualityHeadLine {
    background: none;
    height: auto;
  }
  .qualityGeneration .pointTtl {
    margin-bottom: 15px;
  }
  .qualityGeneration h4 {
    margin: 0 0 8px 0;
  }
  .qualityGeneration h5 {
    font-size: 14px;
    margin: 10px 0 7px;
  }
  .qualityGeneration .blueprint {
    border: 1px solid #dedede;
    margin: 15px 0 25px;
  }
  .qualityGeneration .blueprint dt {
    font-size: 12px;
  }
  .qualityGeneration .blueprint dd {
    padding: 20px 21px 25px 17px;
  }
  .qualityGeneration .note {
    margin-bottom: 0;
    text-align: left;
  }
  .qualityGeneration .pagerArea {
    margin-top: 0;
  }

  .qualityPet .qualityHeadLine {
    background: none;
    height: auto;
  }
  .qualityPet .pointTtl {
    margin-bottom: 20px;
  }
  .qualityPet .qualityPoint {
    margin-bottom: 33px;
  }
  .qualityPet .qualityPoint ul {
    overflow: hidden;
    margin: 15px 0 15px;
  }
  .qualityPet .qualityPoint ul li {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
    padding-bottom: 15px;
  }
  .qualityPet .qualityPoint ul li:last-child {
    margin: 0;
  }
  .qualityPet .qualityPoint ul li h4 {
    font-size: 12px;
    line-height: 1;
    margin-bottom: 15px;
    padding: 10px 0;
  }
  .qualityPet .qualityPoint ul li div {
    padding: 0 15px;
  }
  .qualityPet .qualityPoint ul li div p {
    margin-top: 10px;
    padding: 0;
    text-align: left;
  }
  .qualityPet .qualityPoint ul li div p span {
    display: block;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .qualityPet .note {
    line-height: 1.5;
    text-align: left;
  }
  .qualityPet .note span {
    margin-top: 7px;
  }
  .qualityPet .pagerArea {
    margin-top: 0;
  }

  .qualityEco .qualityHeadLine {
    background: none;
    height: auto;
  }
  .qualityEco .pointTtl {
    margin-bottom: 15px;
  }
  .qualityEco .qualityPoint {
    margin-bottom: 30px;
  }
  .qualityEco .dendenSupport {
    border: 1px solid #dedede;
    margin: 25px 0 0 0;
  }
  .qualityEco .dendenSupport > dt {
    font-size: 12px;
    line-height: 1;
    padding: 10px 0;
  }
  .qualityEco .dendenSupport > dd {
    padding: 13px 15px 23px 15px;
  }
  .qualityEco .dendenSupport > dd dl {
    overflow: hidden;
    margin-bottom: 5px;
  }
  .qualityEco .dendenSupport > dd dl dt {
    float: left;
    width: 42px;
  }
  .qualityEco .dendenSupport > dd dl dd {
    padding: 0 0 0 55px;
  }
  .qualityEco .dendenSupport > dd dl dd > .fontBd {
    font-size: 14px;
  }
  .qualityEco .dendenSupport > dd dl dd > .fontBd span {
    color: #cc0000;
  }
  .qualityEco .dendenSupport > dd .js-switch {
    margin-top: 10px;
  }
  .qualityEco .note {
    line-height: 1.5;
    text-align: left;
  }
  .qualityEco .pagerArea {
    margin-top: 0;
  }

  .quality.facility .pageTitArea .bg .container {
    padding-top: 7px;
  }

  .qualityFacility .qualityHeadLine {
    background: none;
    height: auto;
  }
  .qualityFacility .pointTtl {
    margin-bottom: 20px;
  }
  .qualityFacility .qualityPoint {
    margin-bottom: 30px;
  }
  .qualityFacility .facilityList01 {
    margin: 17px 0 0 0;
  }
  .qualityFacility .facilityList01 li {
    display: block;
    margin: 0 0 15px;
    width: 100%;
  }
  .qualityFacility .facilityList01 li p {
    font-size: 12px;
    line-height: 1;
    padding: 13px 0 14px 0;
  }
  .qualityFacility .facilityList01 li:last-child {
    margin: 0;
  }
  .qualityFacility .facilityList02 {
    font-size: 0;
    margin: 25px 0 38px 0;
    text-align: left;
  }
  .qualityFacility .facilityList02 li {
    display: inline-block;
    margin: 0 4% 11px 0;
    width: 48%;
    vertical-align: top;
  }
  .qualityFacility .facilityList02 li p {
    font-size: 12px;
    height: 65px;
    line-height: 1.3;
    padding: 15px 0 0;
  }
  .qualityFacility .facilityList02 li .threeLine {
    padding-top: 9px;
  }
  .qualityFacility .facilityList02 li:nth-child(1) P {
    height: 75px;
    padding-top: 5px;
  }
  .qualityFacility .facilityList02 li:nth-child(2) P {
    height: 75px;
  }
  .qualityFacility .facilityList02 li:nth-child(2n) {
    margin-right: 0 !important;
  }
  .qualityFacility .facilityList02 li:nth-child(3n) {
    margin-right: 4%;
  }
  .qualityFacility .facilityList02 li:last-child {
    margin-bottom: 0;
  }
  .qualityFacility .facilityList02 li:last-child p {
    height: 50px;
    padding-top: 8px;
  }
  .qualityFacility .pickupBox {
    margin-bottom: 10px;
  }
  .qualityFacility .pickupBox .pickupTtl {
    background: url(../images/quality/bg-pickup_sp.png) no-repeat left top/100% auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px;
    padding: 10px 0 11px 0;
    width: 100%;
  }
  .qualityFacility .pickupBox .pickupTtl dt, .qualityFacility .pickupBox .pickupTtl dd {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
  }
  .qualityFacility .pickupBox .pickupTtl dt {
    background: url(../images/quality/icon-car.png) no-repeat 8px center/15px auto;
    border-right: 1px solid #bdd3a8;
    float: left;
    font-size: 12px;
    padding: 17px 0 17px 27px;
    width: 82px;
  }
  .qualityFacility .pickupBox .pickupTtl dd {
    font-size: 10px;
    line-height: 1.4;
    margin-left: 83px;
    padding: 0 0 0 12px;
  }
  .qualityFacility .pickupBox .pickupTtl dd span {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
    padding-right: 0;
  }
  .qualityFacility .pickupBox ul {
    padding: 0 15px 22px;
    font-size: 0;
  }
  .qualityFacility .pickupBox ul li {
    display: inline-block;
    font-size: 14px;
    margin: 0 0 35px 0;
    width: 100%;
    vertical-align: top;
  }
  .qualityFacility .pickupBox ul li .fontBd {
    display: block;
    font-size: 14px;
    margin: 13px 0 5px;
  }
  .qualityFacility .pickupBox ul li span {
    font-size: 11px;
    line-height: 1.5;
  }
  .qualityFacility .pickupBox ul li:last-child {
    margin: 0;
  }
  .qualityFacility .note {
    margin: 0;
    text-align: left;
  }
  .qualityFacility .pagerArea {
    margin-top: 27px;
  }

  .safe .pageTitArea .bg .container .tit {
    font-size: 17px;
  }

  .qualitySafe .qualityHeadLine {
    background: none;
    height: auto;
  }
  .qualitySafe .qualityPoint {
    margin-bottom: 70px;
  }
  .qualitySafe .qualityPoint h4 {
    margin: 25px 0 15px 0;
  }
  .qualitySafe .qualityPoint h4 span {
    color: #062d7d;
    font-size: 14px;
    position: static;
    top: auto;
  }
  .qualitySafe .qualityPoint .pointList > li {
    display: block;
    margin: 0 0 15px 0;
    width: 100%;
  }
  .qualitySafe .qualityPoint .pointList > li:last-child {
    margin-bottom: 5px;
  }
  .qualitySafe .qualityPoint .pointList > li h5 {
    font-size: 12px;
    line-height: 1.3;
    padding: 9px 0 12px 12px;
  }
  .qualitySafe .qualityPoint .pointList > li div {
    padding: 15px 5.5% 18px;
  }
  .qualitySafe .qualityPoint .pointList > li div .fLeft {
    float: none;
    margin: 0 auto 12px;
    width: 120px;
  }
  .qualitySafe .qualityPoint .pointList > li div .fLeft span {
    font-size: 11px;
    text-align: center;
  }
  .qualitySafe .qualityPoint .pointList > li .bdrTxtBox {
    margin: 0 15px 16px;
    padding: 20px 0 18px;
  }
  .qualitySafe .qualityPoint .pointList > li .bdrTxtBox p span {
    background: url(../images/quality/icon-check-green.png) no-repeat left 3px/14px auto;
    font-size: 14px;
    margin-bottom: 12px;
    padding-left: 17px;
  }
  .qualitySafe .qualityPoint .pointList > li ul {
    margin: 0 20px 15px;
  }
  .qualitySafe .qualityPoint .pointList > li ul li {
    font-size: 14px;
  }
  .qualitySafe .qualityPoint .pointList .lBox {
    height: auto;
  }
  .qualitySafe .scrollTxt {
    margin-top: 33px;
  }
  .qualitySafe .scrollBox {
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 0;
    position: relative;
    margin-bottom: 10px;
  }
  .qualitySafe .scrollBox img {
    max-width: initial;
    height: 335px;
  }
  .qualitySafe .safeSecurity {
    border: none;
    margin: 28px 0 15px -7.5%;
    padding: 20px 6.5% 43px;
    width: 115%;
  }
  .qualitySafe .safeSecurity .leadBox {
    width: 100%;
    margin-bottom: 45px;
  }
  .qualitySafe .safeSecurity .leadBox .leadTxt {
    font-size: 14px;
  }
  .qualitySafe .safeSecurity .leadBox h5 {
    margin: 12px 0 15px;
  }
  .qualitySafe .safeSecurity .leadBox .tripleSecurityImg {
    margin-bottom: 8px;
    position: static;
    right: auto;
    top: auto;
    width: 100%;
  }
  .qualitySafe .safeSecurity .leadBox .tripleSecurityImg span {
    display: none;
  }
  .qualitySafe .safeSecurity .leadBox .note {
    font-size: 11px;
  }
  .qualitySafe .threePoint:last-of-type ul {
    margin-bottom: 0;
  }
  .qualitySafe .threePoint h6 {
    font-size: 17px;
    line-height: 1.3;
    margin-bottom: 12px;
    overflow: hidden;
  }
  .qualitySafe .threePoint h6 img {
    float: left;
    margin: -3px 10px 0 0;
    width: 50px;
  }
  .qualitySafe .threePoint .leadTxt {
    font-size: 14px;
    line-height: 2;
    margin: 20px 0 10px;
  }
  .qualitySafe .threePoint ul {
    font-size: 0;
    margin-bottom: 60px;
  }
  .qualitySafe .threePoint ul li {
    display: block;
    margin: 0 0 15px 0;
    width: 100%;
  }
  .qualitySafe .threePoint ul li:last-child {
    margin: 0;
  }
  .qualitySafe .threePoint ul li dt {
    font-size: 12px;
    padding-left: 15px;
  }
  .qualitySafe .threePoint ul li dd {
    font-size: 14px;
    padding: 20px 3.5% 18px;
  }
  .qualitySafe .threePoint ul li dd .fLeft {
    display: block;
    float: none;
    font-size: 11px;
    margin: 0 auto 10px;
    text-align: center;
    width: 120px;
  }
  .qualitySafe .threePoint ul li dd .fLeft img {
    margin-bottom: 3px;
  }
  .qualitySafe .threePoint ul li dd p {
    margin-left: 0;
  }
  .qualitySafe .threePoint ul li dd .shiftTxt {
    left: auto;
    margin-top: 12px;
    position: static;
    top: auto;
    width: 151px;
  }
  .qualitySafe .threePoint ul .gate {
    width: 100%;
  }
  .qualitySafe .threePoint ul .gate dd .fLeft {
    width: 100%;
  }
  .qualitySafe .threePoint ul .gate dd p {
    margin-left: 0;
  }
  .qualitySafe .threePoint ul .gate dd .note {
    text-align: left;
  }
  .qualitySafe .threePoint ul .heightMatch {
    height: auto;
  }
  .qualitySafe .note {
    margin: 0;
    text-align: left;
  }
  .qualitySafe .pagerArea {
    margin-top: 35px;
  }

  .quality.support .pageTitArea .bg .container {
    padding-top: 7px;
  }

  .qualitySupport .qualityHeadLine {
    background: none;
    height: auto;
  }
  .qualitySupport .pointTtl {
    margin-bottom: 15px;
  }
  .qualitySupport .qualityPoint {
    margin-bottom: 30px;
  }
  .qualitySupport .qualityPoint .scrollTxt {
    margin-top: 25px;
  }
  .qualitySupport .qualityPoint .scrollBox {
    margin-top: 12px;
    padding: 0;
    text-align: center;
  }
  .qualitySupport .qualityPoint .scrollBox img {
    max-width: initial;
    height: 268px;
  }
  .qualitySupport .note {
    margin-top: 8px;
    text-align: left;
  }
  .qualitySupport .pagerArea {
    margin-top: 0;
  }

  .qualityZero .mainWrap {
    padding: 50px 0 0;
  }
  .qualityZero .mainWrap .container {
    width: 115%;
    margin: 0 0 0 -7.5%;
    padding: 0 7.5%;
  }
  .qualityZero .rankingArea {
    background: url(../images/quality/bg-zero02.png);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 0;
    margin: 0 auto 50px;
    padding: 40px 3.125% 20px;
    width: 100%;
  }
  .qualityZero .rankingArea div {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 1.625%;
    padding: 0;
    padding-bottom: 20px;
    position: relative;
    width: 49.1875%;
    vertical-align: top;
  }
  .qualityZero .rankingArea div:last-of-type {
    padding: 0;
  }
  .qualityZero .rankingArea div.right {
    background: url(../images/quality/bg-zero02_sp.png) no-repeat bottom center;
    background-size: 146px 90px;
  }
  .qualityZero .rankingArea div.right .tac {
    text-align: center !important;
    width: 100%;
  }
  .qualityZero .rankingArea div.right .tac img {
    width: 80%;
    max-width: 124px;
  }
  .qualityZero .rankingArea div.right .tac .note {
    font-size: 9px !important;
    text-align: left !important;
    margin-bottom: 0 !important;
  }
  .qualityZero .rankingArea div h2 {
    position: absolute;
    top: -70px;
    left: 50%;
    width: 150px;
    margin-left: -75px;
  }
  .qualityZero .rankingArea div li.esleadRank dl dt, .qualityZero .rankingArea div li.esleadRank dl dd {
    color: #062d7d;
    font-size: 12px;
  }
  .qualityZero .rankingArea div li.esleadRank dl dt {
    padding: 0 0 0 7px;
  }
  .qualityZero .rankingArea div li:nth-child(odd) {
    background: url(../images/quality/bg-zero03.png) no-repeat;
  }
  .qualityZero .rankingArea div dl {
    display: table;
    height: 30px;
  }
  .qualityZero .rankingArea div dl dt, .qualityZero .rankingArea div dl dd {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    vertical-align: middle;
  }
  .qualityZero .rankingArea div dl dt {
    padding-left: 10px;
    width: 30px;
  }
  .qualityZero .rankingArea div dl dd {
    padding-left: 5px;
  }
  .qualityZero .rankingArea div dl dd img {
    margin-top: -2px;
    padding-right: 5px;
    vertical-align: middle;
    width: 16px;
  }
  .qualityZero .rankingArea div .note {
    font-size: 9px;
    margin: 5px 0 15px;
    padding-left: 1em;
    text-align: left;
    text-indent: -1em;
    margin-left: 2em !important;
  }
  .qualityZero .rankingArea div .note + .note {
    margin-top: 10px;
  }
  .qualityZero .rankingArea .pastRankingBtn {
    background: url(../images/quality/bg-btn-zero02_sp.png) no-repeat left top;
    background-size: 100% 100%;
    padding-left: 30px;
    position: relative;
    font-size: 12px;
    margin: 0 auto;
    width: 80%;
    text-align: left;
  }
  .qualityZero .rankingArea .pastRankingBtn img {
    position: absolute;
    top: 30px;
    left: 10px;
    padding-right: 5px;
    width: 17px;
    vertical-align: middle;
    margin-top: -3px;
  }
  .qualityZero .rankingArea .pastRankingBtn a {
    line-height: 140%;
    color: #ffffff;
    display: block;
    padding: 16px 0 14px 10px;
  }
  .qualityZero .satisfyDemand {
    background: url(../images/quality/bg-zero02.png);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 40px;
    padding: 40px 6.25% 20px;
    position: relative;
  }
  .qualityZero .satisfyDemand h2 {
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -132px;
    width: 264px;
  }
  .qualityZero .satisfyDemand h3 {
    margin: 0 15px 10px 15px;
    text-align: center;
  }
  .qualityZero .satisfyDemand .note {
    font-size: 11px;
    padding-left: 1em;
    text-align: left;
    text-indent: -1em;
  }
  .qualityZero .pastRanking {
    background: url(../images/quality/bg-zero02.png);
    margin-bottom: 40px;
    padding: 110px 6.25% 20px;
    position: relative;
  }
  .qualityZero .pastRanking h2 {
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -140px;
    width: 280px;
  }
  .qualityZero .pastRanking p {
    text-align: left;
  }
  .qualityZero .pastRanking p span {
    font-size: 14px;
  }
  .qualityZero .pastRanking .note {
    margin: 15px 0 0 0;
    text-align: left;
  }
  .qualityZero .reasonTtl {
    background: url(../images/quality/bg-zero02.png);
    padding: 20px 0 45px;
  }
  .qualityZero .reasonTtl .inner {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 6.25%;
    width: 100%;
  }
  .qualityZero .reasonTtl .inner .tit {
    font-size: 20px;
    text-align: center;
  }
  .qualityZero .reasonTtl .inner .tit .engTtl {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .qualityZero .reasonTtl .inner .txt {
    margin-top: 13px;
  }
  .qualityZero .reasonTtl .inner p {
    text-align: left;
  }
  .qualityZero .reasonTtl .inner .reasonBtn {
    background: url(../images/quality/bg-btn-zero_sp.png) no-repeat left top/100% auto;
    font-size: 14px;
    margin: 15px auto 0;
    text-align: center;
    width: 280px;
  }
  .qualityZero .reasonTtl .inner .reasonBtn a {
    color: #ffffff;
    display: block;
    padding: 16px 0 14px;
  }

  .reason .mainWrap {
    padding: 0;
  }
  .reason .mainWrap:before {
    display: none;
  }
  .reason .mainWrap .pageLeading {
    margin: 0;
    padding: 0;
    height: inherit;
  }
  .reason .mainWrap .pageLeading:before {
    display: none;
  }
  .reason .mainWrap .pageLeading > .container {
    padding: 35px 0;
  }
  .reason .mainWrap .pageLeading > .container .tit span {
    font-size: 20px;
  }
  .reason .mainWrap .pageLeading > .container .txt {
    line-height: 1.45;
    margin-top: 20px;
  }
  .reason .secReason {
    padding: 30px 0 0;
  }
  .reason .secReason section {
    height: auto;
    margin-left: -7.5%;
    overflow: hidden;
    padding-top: calc(316 / 640 * 100%);
    width: 115%;
    background-repeat: no-repeat !important;
    background-size: 120% auto !important;
  }
  .reason .secReason section:nth-of-type(odd) {
    padding-right: 0;
  }
  .reason .secReason section:nth-of-type(odd) .layoutBlock {
    margin-left: 6.25%;
  }
  .reason .secReason section:nth-of-type(even) {
    padding-left: 0;
  }
  .reason .secReason section:nth-of-type(even) .layoutBlock {
    margin-right: 6.25%;
  }
  .reason .secReason .layoutBlock {
    background: url(../images/reason/bg-blue.png) no-repeat left top/150px auto #ffffff;
    height: auto;
    margin: 0 6.25% 40px;
    padding: 30px 20px 0;
    position: relative;
    width: 87.5%;
  }
  .reason .secReason .layoutBlock h2 {
    margin-bottom: 12px;
  }
  .reason .secReason .layoutBlock .tit {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 7px;
  }
  .reason .secReason .layoutBlock .txt {
    line-height: 1.45;
  }
  .reason .secReason .layoutBlock .indentTxt {
    font-size: 11px;
    margin: 10px 0 15px;
  }
  .reason .secReason .layoutBlock .rankingBtn {
    font-size: 11px;
    width: 100%;
  }
  .reason .secReason .layoutBlock .rankingBtn a {
    color: #ffffff !important;
    display: block;
  }
  .reason .secReason .layoutBlock:before {
    content: none;
  }

  .reason .secReason .reason01 {
    height: auto;
    padding-top: 90% !important;
    padding-right: 0 !important;
    background-size:200% auto !important;
    background-position: right top;
  }
  .reason .secReason .reason01 .layoutBlock:after {
    background-image: url(../images/reason/img-reason-reason01-num.png);
    background-size: 100% auto;
    top: -68px;
    bottom: auto;
    right: 23px;
    height: 68px;
    width: 77px;
  }

  .reason .secReason .reason01 .layoutBlock {
    height: auto;
    width: auto;
    margin: 0 6.25% 40px;
  }
  .reason .secReason .reason01 .layoutBlock h2 {
    margin-bottom: 20px;
  }


  .reason .secReason .reason02 .layoutBlock h2 {
    margin-left: 0;
  }
  .reason .secReason .reason02 .layoutBlock:after {
    background-image: url(../images/reason/img-reason-reason02-num.png);
    background-size: 100% auto;
    top: -68px;
    bottom: auto;
    left: 21px;
    right: auto;
    height: 68px;
    width: 93px;
  }
  .reason .secReason .reason03 .layoutBlock:after {
    background-image: url(../images/reason/img-reason-reason03-num.png);
    background-size: 100% auto;
    top: -72px;
    bottom: auto;
    right: 24px;
    height: 72px;
    width: 89px;
  }
  .reason .secReason .reason03 .layoutBlock {
    padding: 30px 20px 0;
  }
  .reason .secReason .reason04 .layoutBlock h2 {
    margin-left: 0;
  }
  .reason .secReason .reason04 .layoutBlock:after {
    background-image: url(../images/reason/img-reason-reason04-num.png);
    background-size: 100% auto;
    top: -75px;
    bottom: auto;
    left: 15px;
    right: auto;
    height: 75px;
    width: 90px;
  }
  .reason .secReason .reason05 .layoutBlock:after {
    background-image: url(../images/reason/img-reason-reason05-num.png);
    background-size: 100% auto;
    top: -76px;
    bottom: auto;
    right: 30px;
    height: 76px;
    width: 86px;
  }
  .reason .secReason .reason06 .layoutBlock h2 {
    margin-left: 0;
  }
  .reason .secReason .reason06 .layoutBlock:after {
    background-image: url(../images/reason/img-reason-reason06-num.png);
    background-size: 100% auto;
    top: -69px;
    bottom: auto;
    left: 18px;
    right: auto;
    height: 69px;
    width: 92px;
  }
  .reason .secReason .reason07 .layoutBlock:after {
    background-image: url(../images/reason/img-reason-reason07-num.png);
    background-size: 100% auto;
    top: -74px;
    bottom: auto;
    right: 18px;
    height: 74px;
    width: 93px;
  }





}
@media print, screen and (min-width: 768px) {
  .home #header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
.home section {
  position: relative;
  z-index: 2;
}
.home .secTop {
  width: 100%;
  z-index: 1;
  background: #288ce9;
}
.home .secTop .imgFix {
  bottom: 0;
  position: fixed;
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  left: 50%;
  margin-left: -1000px;
  top: 0;
}
.home .secTop .mvArea {
  height: 553px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.home .secTop .mvArea .container {
  position: relative;
  height: 100%;
}
.home .secTop .mvArea #mvLogoArea #mvLogo {
  width: 856px;
  height: 550px;
  fill: none;
  stroke: #fff;
  stroke-width: 1;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  margin: 135px 0 0 -288px;
  mix-blend-mode: overlay;
}
.home .secTop .mvArea #mvLogoArea.active #mvLogo {
  -moz-animation: drawline 1.8s 1s linear forwards, fillIn 0.9s 2.7s linear both;
  -webkit-animation: drawline 1.8s 1s linear forwards, fillIn 0.9s 2.7s linear both;
  animation: drawline 1.8s 1s linear forwards, fillIn 0.9s 2.7s linear both;
}
.home .secTop .mvArea #mvLogoArea.ie {
  display: none;
}
.home .secTop .mvArea #mvLogoArea.ie #mvLogo {
  fill: rgba(255, 255, 255, 0.4);
  stroke-dashoffset: 0;
}
.home .secTop .mvArea .tit {
	width: 100%;
  position: absolute;
  top: 50%;
	transform: translateY(-50%);
	text-align: center;
}
.home .secTop .mvArea .reco {
  position: absolute;
  bottom: 213px;
  right: 0;
}
.home .secTop .mvArea .scrollDown {
  position: absolute;
  left: 50%;
  margin-left: -12px;
  bottom: 180px;
}
.home .secTop .mvArea .scrollDown a {
  display: block;
  width: 24px;
}
.home .secTop .mvArea.isTB {
  background: url(../images/top/img-mv.jpg) no-repeat center top;
  background-size: cover;
}
.home .secTop .mvArea.isTB .fixedImg {
  display: none;
}
.home .secTop .alertArea {
  background: rgba(255, 255, 255, 0.9);
  height: 49px;
  position: absolute;
  top: 120px;
  width: 100%;
  border-top: 1px #062d7d solid;
}
.home .secTop .alertArea .alertList {
  margin-top: 13px;
}
.home .secTop .alertArea .alertList li {
  position: relative;
  padding-left: 120px;
}
.home .secTop .alertArea .alertList li p, .home .secTop .alertArea .alertList li a {
  color: #f12727;
  font-weight: bold;
}
.home .secTop .alertArea .alertList li .date {
  position: absolute;
  left: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 32px;
}
.home .secTop .alertArea .alertList li .date:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  background-image: url(../images/common/ico-alert.png);
  left: 0;
  top: 4px;
  position: absolute;
}
.home .secTop .alertArea .alertList li a {
  text-decoration: underline;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .home .secTop .alertArea .alertList li a:hover {
    text-decoration: none;
  }
}
.home .secTop .zeroArea {
  background: rgba(255, 255, 255, 0.95);
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 100px;
}
.home .secTop .zeroArea a{
	display: block;
	transition: opacity ease 0.3s;
}
.home .secTop .zeroArea a:hover{
	opacity: 0.6;
}
.home .secTop .zeroArea:before, .home .secTop .zeroArea:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.home .secTop .zeroArea:before {
  width: 100%;
  height: 33px;
  right: 50%;
  margin-right: -500px;
  background: rgba(255, 255, 255, 0.95);
  top: -32px;
}
.home .secTop .zeroArea:after {
  width: 31px;
  height: 33px;
  background: url(../images/top/arrow-zero-white.png);
  top: -31px;
  left: 50%;
  margin-left: 500px;
}
.home .secTop .zeroArea.isTB:before, .home .secTop .zeroArea.isTB:after {
  top: -31px;
}
.home .secTop .zeroArea.isTB:after {
  margin-left: 499px;
}
.home .secTop .zeroArea .container:before, .home .secTop .zeroArea .container:after {
  content: '';
  display: table;
}
.home .secTop .zeroArea .container:after {
  clear: both;
}
.home .secTop .zeroArea .container .trophy, .home .secTop .zeroArea .container .note {
  position: absolute;
}
.home .secTop .zeroArea .container .txt {
  float: left;
  margin: -15px 0 0 80px;
}
.home .secTop .zeroArea .container .btn {
  float: right;
  margin-top: 5px;
  display: block;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media print, screen and (min-width: 768px) {
  .home .secTop .zeroArea .container .btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
.home .secTop .zeroArea .container .trophy {
  top: -8px;
  left: -20px;
	width: 8%;
}
.home .secTop .zeroArea .container .note {
  font-size: 10px;
  color: #999;
  left: 80px;
  top: 60px;
  line-height: 1.4;
}
.home .secTop .topBtnArea {
  background: #fff;
  position: relative;
  z-index: 1;
}
.home .secTop .topBtnArea .btnList.residence:before, .home .secTop .topBtnArea .btnList.residence:after {
  content: '';
  display: table;
}
.home .secTop .topBtnArea .btnList.residence:after {
  clear: both;
}
.home .secTop .topBtnArea .btnList.residence li {
  width: 20%;
  float: left;
}
.home .secTop .topBtnArea .btnList.residence li a {
  display: block;
  height: 250px;
  position: relative;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.home .secTop .topBtnArea .btnList.residence li a .imgArea,
.home .secTop .topBtnArea .btnList.residence li a .over,
.home .secTop .topBtnArea .btnList.residence li a .line {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.home .secTop .topBtnArea .btnList.residence li a .imgArea {
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -moz-transition: 0.1s;
  -o-transition: 0.1s;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.home .secTop .topBtnArea .btnList.residence li a .over {
  background: rgba(0, 42, 115, 0.85);
  z-index: 1;
}
.home .secTop .topBtnArea .btnList.residence li a .line {
  padding: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.home .secTop .topBtnArea .btnList.residence li a .line > div {
  position: relative;
  height: 100%;
}
.home .secTop .topBtnArea .btnList.residence li a .line span {
  position: absolute;
  display: block;
  background: #fff;
  mix-blend-mode: overlay;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.home .secTop .topBtnArea .btnList.residence li a .line span.top, .home .secTop .topBtnArea .btnList.residence li a .line span.bottom {
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
}
.home .secTop .topBtnArea .btnList.residence li a .line span.right, .home .secTop .topBtnArea .btnList.residence li a .line span.left {
  height: 100%;
  width: 1px;
  transform: scale(1, 0);
}
.home .secTop .topBtnArea .btnList.residence li a .line span.top {
  top: 0;
  left: 0;
}
.home .secTop .topBtnArea .btnList.residence li a .line span.bottom {
  left: 0;
  bottom: 0;
}
.home .secTop .topBtnArea .btnList.residence li a .line span.right {
  top: 0;
  right: 0;
}
.home .secTop .topBtnArea .btnList.residence li a .line span.left {
  top: 0;
  left: 0;
}
.home .secTop .topBtnArea .btnList.residence li a .inner {
  position: relative;
  z-index: 10;
  text-align: center;
  width: calc(100% - 30px);
  height: 220px;
  margin: 15px auto;
}
.home .secTop .topBtnArea .btnList.residence li a .inner .tit {
  font-size: 18px;
  font-weight: bold;
  margin-top: 12px;
  line-height: 1.222;
}
.home .secTop .topBtnArea .btnList.residence li a .inner .txt {
  font-size: 12px;
  line-height: 1.58;
  margin-top: 23px;
}
.home .secTop .topBtnArea .btnList.residence li a .inner .ico {
  padding-top: 47px;
}
.home .secTop .topBtnArea .btnList.residence li.family a .imgArea {
  background-image: url(../images/top/bg-residence-type01.jpg);
}
.home .secTop .topBtnArea .btnList.residence li.family a .ico {
  width: 50px;
}
.home .secTop .topBtnArea .btnList.residence li.family a .txt {
  margin-top: 13px;
}
@media print, screen and (min-width: 768px) {
  .home .secTop .topBtnArea .btnList.residence li.family a:hover .imgArea {
    background-image: url(../images/top/bg-residence-type01_on.jpg);
  }
}
.home .secTop .topBtnArea .btnList.residence li.city a .imgArea {
  background-image: url(../images/top/bg-residence-type02.jpg);
}
.home .secTop .topBtnArea .btnList.residence li.city a .ico {
  width: 50px;
}
@media print, screen and (min-width: 768px) {
  .home .secTop .topBtnArea .btnList.residence li.city a:hover .imgArea {
    background-image: url(../images/top/bg-residence-type02_on.jpg);
  }
}
.home .secTop .topBtnArea .btnList.residence li.rent a .imgArea {
  background-image: url(../images/top/bg-residence-type03.jpg);
}
.home .secTop .topBtnArea .btnList.residence li.rent a .ico {
  width: 50px;
}
@media print, screen and (min-width: 768px) {
  .home .secTop .topBtnArea .btnList.residence li.rent a:hover .imgArea {
    background-image: url(../images/top/bg-residence-type03_on.jpg);
  }
}
.home .secTop .topBtnArea .btnList.residence li.change a .imgArea {
  background-image: url(../images/top/bg-residence-type04.jpg);
}
.home .secTop .topBtnArea .btnList.residence li.change a .ico {
  width: 50px;
}
@media print, screen and (min-width: 768px) {
  .home .secTop .topBtnArea .btnList.residence li.change a:hover .imgArea {
    background-image: url(../images/top/bg-residence-type04_on.jpg);
  }
}
.home .secTop .topBtnArea .btnList.residence li.relation a .imgArea {
  background-image: url(../images/top/bg-residence-type05.jpg);
}
.home .secTop .topBtnArea .btnList.residence li.relation a .ico {
  width: 62px;
}
@media print, screen and (min-width: 768px) {
  .home .secTop .topBtnArea .btnList.residence li.relation a:hover .imgArea {
    background-image: url(../images/top/bg-residence-type05_on.jpg);
  }
}
.home .secTop .topBtnArea .btnList.residence li.relation a .txt {
  margin-top: 16px;
}
@media print, screen and (min-width: 768px) {
  .home .secTop .topBtnArea .btnList.residence li a:hover .imgArea {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .home .secTop .topBtnArea .btnList.residence li a:hover .over {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
    opacity: 0.2;
  }
  .home .secTop .topBtnArea .btnList.residence li a:hover .line span {
    transform: scale(1);
  }
}
.home .secDetail {
  position: relative;
  padding-top: 35px;
  background: #fff;
}
.home .secDetail:before, .home .secDetail:after {
  content: '';
  display: inline-block;
  width: 300px;
  height: 100%;
  top: 0;
  position: absolute;
  background-repeat: repeat-y;
}
.home .secDetail:before {
  left: 0;
  background-image: url(../images/common/bg-gradation-title-l.png);
}
.home .secDetail:after {
  right: 0;
  background-image: url(../images/common/bg-gradation-title-r.png);
}
.home .secDetail .secTit {
  margin: 0 0 15px;
}
.home .secDetail .slideInner .slider {
  padding: 20px 0 0 0;
  -moz-transition: padding-top 0.2s;
  -o-transition: padding-top 0.2s;
  -webkit-transition: padding-top 0.2s;
  transition: padding-top 0.2s;
}
.home .secDetail .slideInner .slider .inner {
  display: block;
  position: relative;
  width: 333px;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.home .secDetail .slideInner .slider .inner a {
  display: block;
  height: 100%;
}
.home .secDetail .slideInner .slider .inner a:before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.home .secDetail .slideInner .slider .inner .txtArea {
  display: block;
  width: 100%;
  height: 108px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(51, 51, 51, 0.88);
  padding: 14px 19px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.home .secDetail .slideInner .slider .inner .txtArea .tit {
  font-size: 16px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.home .secDetail .slideInner .slider .inner .txtArea .tit span {
  font-size: 12px;
}
.home .secDetail .slideInner .slider .inner .txtArea .txt {
  line-height: 1.66;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  font-size: 12px;
  margin-top: 6px;
}
.home .secDetail .slideInner .slider.prev .inner .txtArea {
  padding: 14px 35px 14px 19px;
}
.home .secDetail .slideInner .slider:first-child.next .inner .txtArea {
  padding: 14px 19px 14px 35px;
}
.home .secDetail .slideInner .slider.sp-selected {
  padding: 0 20px 0 20px;
  margin-left: -20px;
  background: #fff;
  z-index: 200;
}
.home .secDetail .slideInner .slider.sp-selected .inner a:before {
  display: none;
}
.home .secDetail .slideInner .slider.sp-selected .inner .txtArea {
  background: rgba(0, 41, 115, 0.88);
}
.home .secDetail .slideInner .slider.sp-selected .inner .txtArea .txt {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.home .secDetail .slideInner .slider.sp-selected + .slider .inner .txtArea {
  padding: 14px 19px 14px 35px;
}
@media print, screen and (min-width: 768px) {
  .home .secDetail .slideInner .slider .inner {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .home .secDetail .slideInner .slider:hover .inner {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
.home .secDetail .slideInner .slideNone {
  text-align: center;
  margin-left: -15px;
}
.home .secDetail .slideInner .slideNone .sp-slide {
  position: static;
  display: inline-block;
  margin-left: 15px;
}
.home .secDetail .slideInner .slideNone .sp-slide .txtArea {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.home .secDetail .sp-arrows {
  top: 145px !important;
  z-index: 400;
}
@media print, screen and (min-width: 768px) {
  .home .secDetail .sp-arrows {
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .home .secDetail .sp-arrows:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
.home .secDetail .sp-arrow {
  width: 30px;
  height: 138px;
  background-repeat: no-repeat;
  background-position: center center;
}
.home .secDetail .sp-arrow.sp-previous-arrow {
  background-image: url(../images/top/pager-topslider-next_pc.png);
  left: 50%;
  margin-left: -240px;
}
.home .secDetail .sp-arrow.sp-next-arrow {
  background-image: url(../images/top/pager-topslider-prev_pc.png);
  right: 50%;
  margin-right: -240px;
}
.home .secEsleadInfo {
  padding: 10px 0 60px;
  background: #fff;
}
.home .secEsleadInfo .secTit {
  margin-bottom: 0;
}
.home .secEsleadInfo .borderArrowBtn {
  margin-top: 5px;
}
.home .secMeet {
  background: url(../images/top/bg-meet.jpg) repeat;
  padding: 170px 0 60px;
}
.home .secMeet.none {
  display: none;
}
.home .secMeet .container > .tit {
  text-align: center;
}
.home .secMeet .container > .tit span {
  display: block;
  margin-top: 10px;
}
.home .secMeet .container > .tit img {
  width: 160px;
}
.home .secMeet .meetItem01,
.home .secMeet .meetItem02 {
  position: absolute;
}
.home .secMeet .meetItem01 #meetSvg01,
.home .secMeet .meetItem01 #meetSvg02,
.home .secMeet .meetItem02 #meetSvg01,
.home .secMeet .meetItem02 #meetSvg02 {
  fill: none;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  z-index: -1;
}
.home .secMeet .meetItem01 {
  width: 410px;
  height: 250px;
  top: -170px;
  right: -110px;
}
.home .secMeet .meetItem01 #meetSvg01 {
  width: 420px;
  stroke: #9cbecc;
  stroke-width: 0.5;
}
.home .secMeet .meetItem01.active #meetSvg01 {
  -moz-animation: drawline 5s 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  -webkit-animation: drawline 5s 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  animation: drawline 5s 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.home .secMeet .meetItem01.ie {
  display: none;
}
.home .secMeet .meetItem01.ie #meetSvg01 {
  stroke-dashoffset: 0;
}
.home .secMeet .meetItem02 {
  width: 582px;
  height: 294px;
  left: -291px;
  bottom: -257px;
}
.home .secMeet .meetItem02 #meetSvg02 {
  width: 582px;
  stroke: #b3c3cc;
  stroke-width: 1;
}
.home .secMeet .meetItem02.active #meetSvg02 {
  -moz-animation: drawline 6s 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  -webkit-animation: drawline 6s 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  animation: drawline 6s 1s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.home .secMeet .meetItem02.ie {
  display: none;
}
.home .secMeet .meetItem02.ie #meetSvg02 {
  stroke-dashoffset: 0;
}
.home .secMeet .detailArea {
  margin-top: 22px;
}

.company .companyTopMv img {
  max-width: initial;
  width: 100%;
}
.company .companyTopMv .txt {
  text-align: center;
  margin-top: 32px;
}
.company .companyTopMv .linkArea {
  background: url(../images/common/bg-gray.jpg) repeat;
  padding: 30px 0 35px;
  margin-top: 30px;
}
.company .companyTopMv .linkArea .btn {
  text-align: center;
}
.company .companyTopMv .linkArea .btn a {
  padding: 8px 0 7px;
  font-weight: bold;
  font-size: 18px;
  background: #fff;
  width: 500px;
  display: inline-block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #dedede;
  background-repeat: no-repeat;
  background-image: url(../images/common/arrow-bl-18.png);
  background-size: 7px auto;
  background-position: right 20px center;
}
.company .companyTopMv .linkArea .btn a span {
  display: inline-block;
  margin-left: -20px;
}
.company .secOutline .tit, .company .secName .tit {
  text-align: center;
  margin-top: 40px;
}
.company .secTopmessage{
  margin-top: 57px;
}
.company .secTopmessage .topTit01 {
  margin: 10px 0 0 0;
}
.company .secTopmessage .txt {
  margin-top: 30px;
}
.company .secTopmessage ul{
  margin-left: 1em;
  margin-top: 30px;
}
.company .secTopmessage ul li{
  margin-top: 0.5em;
  text-indent: -1em;
}
.company .secThoughtDetail .txt {
  margin-top: 30px;
}
.company .secOutline {
  margin-top: 57px;
}
.company .secOutline .txt {
  text-align: center;
  margin-top: 30px;
}
.company .secOutline .tit span {
  font-size: 20px;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.company .secName {
  margin-top: 52px !important;
}
.company .secName .txtArea {
  border-top: 1px dotted #ccc;
  margin: 40px 40px 0;
  padding: 23px 0 0;
}
.company .secName .txtArea dl {
  display: table;
}
.company .secName .txtArea dl dt, .company .secName .txtArea dl dd {
  display: table-cell;
  vertical-align: middle;
}
.company .secName .txtArea dl dt {
  width: 236px;
}
.company .secName .txtArea dl dd {
  border-left: 1px solid #eee;
  padding-left: 30px;
}
.company .secCompanyInfo .imgBoxList01 > li > a ul, .company .secCompanyInfo .imgBoxList01 > li > span ul {
  margin-top: 10px;
}
.company .secCompanyInfo .imgBoxList01 > li > a ul li a, .company .secCompanyInfo .imgBoxList01 > li > span ul li a {
  font-size: 11px;
  color: #2885a3;
  font-weight: bold;
  text-align: center;
  background: url(../images/common/bg-gray.jpg) repeat;
  display: block;
  line-height: 1;
  padding: 7px 0;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media print, screen and (min-width: 768px) {
  .company .secCompanyInfo .imgBoxList01 > li > a ul li a:hover, .company .secCompanyInfo .imgBoxList01 > li > span ul li a:hover {
    text-decoration: underline;
  }
}
.company .secCompanyInfo .imgBoxList01 > li > a ul li + li, .company .secCompanyInfo .imgBoxList01 > li > span ul li + li {
  margin-top: 6px;
}
.company .secCompanyInfo .imgBoxList01 > li:last-child .tit a {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media print, screen and (min-width: 768px) {
  .company .secCompanyInfo .imgBoxList01 > li:last-child .tit a:hover {
    color: #2885a3;
  }
}
.company .secEsleadInfo {
  margin-top: 50px !important;
}
.company .secEsleadInfo .secTit {
  margin-bottom: 10px;
}
.company.ad .listArea {
  margin-top: 30px;
}
.company.result .secResultMenu .imgBoxList03 {
  margin-top: 30px;
}
.company.result .secResultDetail .resultDetailList {
  margin: -20px 0 0 -20px;
}
.company.result .secResultDetail .resultDetailList:before, .company.result .secResultDetail .resultDetailList:after {
  content: '';
  display: table;
}
.company.result .secResultDetail .resultDetailList:after {
  clear: both;
}
.company.result .secResultDetail .resultDetailList li {
  float: left;
  width: 320px;
  margin-left: 20px;
  border-bottom: 1px dotted #999;
  background-repeat: no-repeat;
  background-position: left top 24px;
  background-size: 12px auto;
  background-image: url(../images/common/ico-check-bl32.png);
  padding: 16px 0 8px 22px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.company.outline .mapBox {
  padding-top: 40%;
}
.company.outline .tableBasic a {
  color: #2885a3;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media print, screen and (min-width: 768px) {
  .company.outline .tableBasic a:hover {
    text-decoration: underline;
  }
}
.company.outline .note {
  color: #999;
  font-size: 12px;
  margin-top: 15px;
  text-align: right;
}

.contents .pageLeading:before {
  background-image: url(../images/contents/img-contents-topmv_pc.jpg);
}
.contents.detail .mainWrap {
  padding-top: 0;
}
.contents.detail .mainWrap > .container > section + section {
  margin-top: 50px;
}
.contents.detail .mainWrap > .container > section figure{
	margin:20px auto 0;
	text-align: center;
}
.contents.detail .topLeadArea {
  background-position: right top;
  background-repeat: no-repeat;
  height: 179px;
  display: table;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .contents.detail .topLeadArea .titArea {
    display: table-cell;
    vertical-align: middle;
  }
  .contents.detail .topLeadArea .titArea .quotationTit {
    margin-bottom: 0;
  }
}
.contents.detail .topLeadArea.rent {
  background-image: url(../images/contents/img-contents-rent-mv.png);
}
.contents.detail .topLeadArea.city {
  background-image: url(../images/contents/img-contents-city-mv.png);
}
.contents.detail .topLeadArea.rebuilding {
  background-image: url(../images/contents/img-contents-rebuilding-mv.png);
}
.contents.detail .topLeadArea.family {
  background-image: url(../images/contents/img-contents-family-mv.png);
}
.contents.detail .imgRight:before, .contents.detail .imgRight:after {
  content: '';
  display: table;
}
.contents.detail .imgRight:after {
  clear: both;
}
.contents.detail .imgRight img {
  float: right;
  padding: 0 0 30px 30px;
}

.recruit .pageLeading{
  padding-top: 0;
}
.recruit .mainWrap {
  padding-bottom: 120px;
}
/*
.recruit .pageLeading:before {
  background-image: url(../images/recruit/img-recruit-topmv_pc.jpg);
}
*/
.recruit .pageLeading:before{
	content: none;
}
.recruit .recruitWrap:before, .recruit .recruitWrap:after {
  content: '';
  display: table;
}
.recruit .recruitWrap:after {
  clear: both;
}
.recruit .recruitWrap > section {
  float: left;
  width: 48%;
}
.recruit .recruitWrap > section + section {
  margin-left: 4%;
}
.recruit .pageLeading .container{
  padding: 15px 100px 35px;
  text-align: left;
}
.recruit .pageLeading .container .txt:nth-of-type(1){
  margin-top: 0;
}
.recruit .pageLeading .container .txt{
  margin-top: 30px;
  font-size: 16px;
}
.recruit .pageLeading .container .recruit-list{
  margin-top: 30px;
  padding: 0 30px;
  font-size: 16px;
}
.recruit .pageLeading .container .recruit-list dt{
  font-weight: bold;
}
.recruit .pageLeading .container .recruit-list dd{
  padding: 0 0 0 1em;
  text-indent: -1em;
}
.recruit .pageLeading .container .recruit-list dd::before{
  content: "・";
}
.recruit .pageLeading .container .sign{
  margin-top: 30px;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .recruit .recruitWrap > section a {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .recruit .recruitWrap > section a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}

.house .container > section + section {
  padding-top: 60px;
  margin-top: 0;
}
.house .mainWrap:before, .house .mainWrap:after {
  display: none;
}
.house .zeroArea {
  background-repeat: repeat-x;
  background-image: url(../images/house/bg-zero_pc.jpg);
  height: 140px;
}
.house .zeroArea .container:before, .house .zeroArea .container:after {
  content: '';
  display: table;
}
.house .zeroArea .container:after {
  clear: both;
}
.house .zeroArea .container .trophy, .house .zeroArea .container .note {
  position: absolute;
}
.house .zeroArea .container .txt {
  float: left;
  margin: 13px 0 0 70px;
}
.house .zeroArea .container .btn {
  float: right;
  margin-top: 30px;
  display: block;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media print, screen and (min-width: 768px) {
  .house .zeroArea .container .btn:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
.house .zeroArea .container .trophy {
  top: 24px;
  left: -43px;
	width: 10%;
}
.house .zeroArea .container .note {
  font-size: 10px;
  color: #999;
  left: 70px;
  top: 90px;
  line-height: 1.4;
}
.house .housingList {
  margin: -30px 0 0 -20px;
}
.house .housingList:before, .house .housingList:after {
  content: '';
  display: table;
}
.house .housingList:after {
  clear: both;
}
.house .housingList li, .house .housingList .housingBlock {
  width: 320px;
  float: left;
  margin: 30px 0 0 20px;
}
.house .housingList li .inner, .house .housingList .housingBlock .inner {
  border: 1px solid #dedede;
}
.house .housingList li .inner .imgArea, .house .housingList .housingBlock .inner .imgArea {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 77%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-bottom: 1px solid #dedede;
  position: relative;
}
.house .housingList li .inner .imgArea .typeLabel, .house .housingList .housingBlock .inner .imgArea .typeLabel {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  width: 125px;
  line-height: 1;
  text-align: center;
  padding: 7px 0;
}
.house .housingList li .inner .imgArea .typeLabel.apartment, .house .housingList .housingBlock .inner .imgArea .typeLabel.apartment {
  background: rgba(6, 118, 124, 0.95);
}
.house .housingList li .inner .imgArea .typeLabel.house, .house .housingList .housingBlock .inner .imgArea .typeLabel.house {
  background: rgba(193, 183, 29, 0.95);
}
@media print, screen and (min-width: 768px) {
  .house .housingList li .inner .imgArea, .house .housingList .housingBlock .inner .imgArea {
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .house .housingList li .inner .imgArea:hover, .house .housingList .housingBlock .inner .imgArea:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
.house .housingList li .inner .txtArea, .house .housingList .housingBlock .inner .txtArea {
  line-height: 1.666;
  padding: 6px 19px 19px;
}
.house .housingList li .inner .txtArea .small, .house .housingList .housingBlock .inner .txtArea .small {
  font-size: 12px;
  color: #bababa;
  font-weight: bold;
}
.house .housingList li .inner .txtArea .balloon, .house .housingList .housingBlock .inner .txtArea .balloon {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #062d7d;
  background: #f5f5f5;
  border: 1px solid #dedede;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 8px 5px 6px;
  position: relative;
  margin-top: 5px;
}
.house .housingList li .inner .txtArea .balloon:after, .house .housingList .housingBlock .inner .txtArea .balloon:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  background-image: url(../images/house/arrow-balloon.png);
  position: absolute;
  bottom: -12px;
  right: 15px;
}
.house .housingList li .inner .txtArea .tit, .house .housingList .housingBlock .inner .txtArea .tit {
  font-weight: bold;
  font-size: 18px;
  padding-left: 15px;
  background-image: url(../images/common/arrow-bl-18.png);
  background-repeat: no-repeat;
  background-size: 6px auto;
  background-position: left center;
  line-height: 1.3;
  margin-top: 27px;
}
.house .housingList li .inner .txtArea .tit:after, .house .housingList .housingBlock .inner .txtArea .tit:after {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/common/ico-window-blank.png);
  background-size: contain;
  width: 11px;
  height: 11px;
  line-height: 1.4;
  vertical-align: top;
  margin: 4px 0 0 5px;
}
.house .housingList li .inner .txtArea table, .house .housingList .housingBlock .inner .txtArea table {
  width: 100%;
}
.house .housingList li .inner .txtArea table th, .house .housingList li .inner .txtArea table td, .house .housingList .housingBlock .inner .txtArea table th, .house .housingList .housingBlock .inner .txtArea table td {
  vertical-align: top;
  font-size: 12px;
  padding: 11px 0 10px;
}
.house .housingList li .inner .txtArea table th, .house .housingList .housingBlock .inner .txtArea table th {
  width: 80px;
  font-weight: bold;
}
.house .housingList li .inner .txtArea table tr + tr th, .house .housingList li .inner .txtArea table tr + tr td, .house .housingList .housingBlock .inner .txtArea table tr + tr th, .house .housingList .housingBlock .inner .txtArea table tr + tr td {
  border-top: 1px dotted #999;
}
.house .housingList li .inner .txtArea .btnArea:before, .house .housingList li .inner .txtArea .btnArea:after, .house .housingList .housingBlock .inner .txtArea .btnArea:before, .house .housingList .housingBlock .inner .txtArea .btnArea:after {
  content: '';
  display: table;
}
.house .housingList li .inner .txtArea .btnArea:after, .house .housingList .housingBlock .inner .txtArea .btnArea:after {
  clear: both;
}
.house .housingList li .inner .txtArea .btnArea .btn, .house .housingList .housingBlock .inner .txtArea .btnArea .btn {
  float: left;
  width: 134px;
}
.house .housingList li .inner .txtArea .btnArea .btn a, .house .housingList .housingBlock .inner .txtArea .btnArea .btn a {
  display: block;
  height: 44px;
  text-align: center;
  color: #fff;
  line-height: 44px;
  font-weight: bold;
  background: rgba(6, 45, 125, 0.95);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA2MmQ3ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzA2MmQ3ZCIgc3RvcC1vcGFjaXR5PSIwLjkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #062d7d), color-stop(100%, rgba(6, 45, 125, 0.9)));
  background: -moz-linear-gradient(top, #062d7d, rgba(6, 45, 125, 0.9));
  background: -webkit-linear-gradient(top, #062d7d, rgba(6, 45, 125, 0.9));
  background: linear-gradient(to bottom, #062d7d, rgba(6, 45, 125, 0.9));
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF062D7D', endColorstr='#E6062D7D');
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.house .housingList li .inner .txtArea .btnArea .btn a span, .house .housingList .housingBlock .inner .txtArea .btnArea .btn a span {
  display: inline-block;
  position: relative;
}
.house .housingList li .inner .txtArea .btnArea .btn a span:before, .house .housingList li .inner .txtArea .btnArea .btn a span:after, .house .housingList .housingBlock .inner .txtArea .btnArea .btn a span:before, .house .housingList .housingBlock .inner .txtArea .btnArea .btn a span:after {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.house .housingList li .inner .txtArea .btnArea .btn a span:after, .house .housingList .housingBlock .inner .txtArea .btnArea .btn a span:after {
  width: 11px;
  height: 11px;
  background-image: url(../images/common/ico-window-wh-opa60.png);
  right: -19px;
}
@media print, screen and (min-width: 768px) {
  .house .housingList li .inner .txtArea .btnArea .btn a:hover, .house .housingList .housingBlock .inner .txtArea .btnArea .btn a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
.house .housingList li .inner .txtArea .btnArea .btn.document a span:before, .house .housingList .housingBlock .inner .txtArea .btnArea .btn.document a span:before {
  background-image: url(../images/common/ico-document-wh-opa60.png);
  width: 11px;
  height: 15px;
  padding-right: 7px;
  left: -22px;
}
.house .housingList li .inner .txtArea .btnArea .btn.detail a span:before, .house .housingList li .inner .txtArea .btnArea .btn.soldout a span:before, .house .housingList .housingBlock .inner .txtArea .btnArea .btn.detail a span:before, .house .housingList .housingBlock .inner .txtArea .btnArea .btn.soldout a span:before {
  background-image: url(../images/common/arrow-wh-18.png);
  width: 7px;
  height: 8px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  left: -15px;
}
.house .housingList li .inner .txtArea .btnArea .btn.detail, .house .housingList .housingBlock .inner .txtArea .btnArea .btn.detail {
  margin-left: 10px;
}
.house .housingList li .inner .txtArea .btnArea .btn.detail a, .house .housingList .housingBlock .inner .txtArea .btnArea .btn.detail a {
  background: rgba(28, 155, 18, 0.95);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFjOWIxMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFjOWIxMiIgc3RvcC1vcGFjaXR5PSIwLjkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1c9b12), color-stop(100%, rgba(28, 155, 18, 0.9)));
  background: -moz-linear-gradient(top, #1c9b12, rgba(28, 155, 18, 0.9));
  background: -webkit-linear-gradient(top, #1c9b12, rgba(28, 155, 18, 0.9));
  background: linear-gradient(to bottom, #1c9b12, rgba(28, 155, 18, 0.9));
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF1C9B12', endColorstr='#E61C9B12');
}
.house .housingList li .inner .txtArea .btnArea .btn.soldout a, .house .housingList .housingBlock .inner .txtArea .btnArea .btn.soldout a {
  background: rgba(148, 148, 148, 0.95);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk0OTQ5NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk0OTQ5NCIgc3RvcC1vcGFjaXR5PSIwLjkiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #949494), color-stop(100%, rgba(148, 148, 148, 0.9)));
  background: -moz-linear-gradient(top, #949494, rgba(148, 148, 148, 0.9));
  background: -webkit-linear-gradient(top, #949494, rgba(148, 148, 148, 0.9));
  background: linear-gradient(to bottom, #949494, rgba(148, 148, 148, 0.9));
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF949494', endColorstr='#E6949494');
}
.house .housingList li .inner .txtArea .btnArea .btn.soldout a span, .house .housingList .housingBlock .inner .txtArea .btnArea .btn.soldout a span {
  margin-right: -10px;
}
.house .housingList li .inner .txtArea .btnArea .btn.soldout a span:after, .house .housingList .housingBlock .inner .txtArea .btnArea .btn.soldout a span:after {
  display: none;
}
.house .housingList.soldout li, .house .housingList.soldout .housingBlock {
  position: relative;
}
.house .housingList.soldout li:before, .house .housingList.soldout .housingBlock:before {
  content: '';
  display: inline-block;
  width: 70px;
  height: 70px;
  position: absolute;
  top: -4px;
  left: -5px;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  background-image: url(../images/house/ico-soldout.png);
  z-index: 10;
}
.house .housingList.soldout li .inner .txtArea .balloon, .house .housingList.soldout .housingBlock .inner .txtArea .balloon {
  color: #f22121;
}
@media print, screen and (min-width: 768px) {
  .house .housingList.soldout .housingBlock:before {
    top: 15px;
    left: 15px;
  }
}
.house .secMap .mapWrap {
  position: relative;
  overflow: hidden;
}
.house .secMap .mapWrap .mapBox {
  border: 1px solid #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.house .secMap .mapWrap .infoBox {
  position: absolute;
  right: -380px;
  top: 1px;
  -moz-transition: right 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: right 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: right 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: right 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media print, screen and (min-width: 768px) {
  .house .secMap .mapWrap .infoBox .mapInner {
    height: 500px;
    overflow-y: scroll;
    background: rgba(255, 255, 255, 0.9);
    -moz-box-shadow: -5px 0px 50px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: -5px 0px 50px rgba(0, 0, 0, 0.1);
    box-shadow: -5px 0px 50px rgba(0, 0, 0, 0.1);
  }
  .house .secMap .mapWrap .infoBox .mapInner::-webkit-scrollbar {
    all: unset;
    width: 5px;
    background: #fff;
    margin-right: 5px;
  }
  .house .secMap .mapWrap .infoBox .mapInner::-webkit-scrollbar-thumb {
    all: unset;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 2.5px;
    -webkit-border-radius: 2.5px;
    border-radius: 2.5px;
    background: #062d7d;
  }
}
.house .secMap .mapWrap .infoBox .housingList {
  margin: 0;
}
.house .secMap .mapWrap .infoBox .housingList .housingBlock {
  float: none;
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .house .secMap .mapWrap .infoBox .housingList .housingBlock .inner {
    padding: 19px 14px 19px 19px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
  }
  .house .secMap .mapWrap .infoBox .housingList .housingBlock .inner .imgArea {
    border: 1px solid #dedede;
  }
  .house .secMap .mapWrap .infoBox .housingList .housingBlock .inner .txtArea {
    padding: 6px 0 0;
  }
}
.house .secMap .mapWrap .infoBox.show {
  right: 1px;
}
.house .secMap .mapWrap .infoBox .infoItem:not(:first-child) {
  display: none;
}
.house .secMap .btnListArea {
  background: url(../images/common/bg-gray.jpg) repeat;
  padding: 32px 0 34px;
  margin-top: 40px;
}
.house .secMap .btnListArea .btnList {
  text-align: center;
  font-size: 0;
}
.house .secMap .btnListArea .btnList li {
  display: inline-block;
  padding: 10px;
}
.house .secMap .btnListArea .btnList li a {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  border: 1px solid #dedede;
  min-width: 300px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  padding: 17px 0 15px;
  background-repeat: no-repeat;
  background-image: url(../images/common/arrow-down-bl18.png);
  background-size: 10px auto;
  background-position: right 15px center;
}
/*
.house .secMap .btnListArea .btnList li + li {
  margin-left: 20px;
}
*/
.house .secMap + section {
  padding-top: 40px;
}
.house .secPicUp.none {
  display: none;
}
.house .secPicUp .meetList li {
  width: 25%;
}
.house .secPicUp .meetList li a {
  border: 1px solid #eee;
}
.house .secPicUp .meetList li a .imgArea {
  padding-top: 65.6%;
}
.house .secPicUp .meetList li a .txtArea {
  background: #fff;
}
@media print, screen and (min-width: 768px) {
  .house .secPicUp .meetList li + li a {
    border-left: none;
  }
}

#qualityTop .mainWrap {
  padding: 50px 0 80px;
}

.ir.top .pageLeading:before {
  background-image: url(../images/ir/img-ir-topmv_pc.jpg);
}
.ir.top .secIrTopMenu .otherList a {
  display: block;
  line-height: 1.3;
  border: 1px solid #dedede;
  padding: 16px 15px 15px 40px;
  background-repeat: no-repeat;
  background-color: #fff;
  background-image: url(../images/common/arrow-bl-18.png);
  background-position: 20px center;
  background-size: 7px auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16px;
}
.ir.top .secIrTopMenu .menuBoxArea {
  margin-left: -20px;
}
.ir.top .secIrTopMenu .menuBoxArea:before, .ir.top .secIrTopMenu .menuBoxArea:after {
  content: '';
  display: table;
}
.ir.top .secIrTopMenu .menuBoxArea:after {
  clear: both;
}
.ir.top .secIrTopMenu .menuBoxArea .menuBox {
  float: left;
  margin-left: 20px;
}
.ir.top .secIrTopMenu .menuBoxArea .menuBox dl dt, .ir.top .secIrTopMenu .menuBoxArea .menuBox dl dd {
  border: 1px solid #dedede;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ir.top .secIrTopMenu .menuBoxArea .menuBox dl dt {
  font-size: 16px;
  font-weight: bold;
  background: #f5f5f5;
  padding: 12px 20px 10px;
  position: relative;
}
.ir.top .secIrTopMenu .menuBoxArea .menuBox dl dt .btn {
  position: absolute;
  border: 1px solid #dedede;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  top: 10px;
  right: 10px;
  padding: 0 14px 0 10px;
}
.ir.top .secIrTopMenu .menuBoxArea .menuBox dl dt .btn span {
  display: inline-block;
  padding-left: 14px;
  background-repeat: no-repeat;
  background-image: url(../images/common/arrow-bl-18.png);
  background-position: left 7px;
  background-size: 7px auto;
  font-size: 13px;
  font-weight: normal;
}
.ir.top .secIrTopMenu .menuBoxArea .menuBox dl dd {
  border-top: none;
  padding: 5px 20px 15px;
}
.ir.top .secIrTopMenu .menuBoxArea .menuBox dl dd.listHightBox {
  padding: 0;
}
.ir.top .secIrTopMenu .menuBoxArea .menuBox dl dd.listHightBox .inner {
  padding: 0 20px 10px;
}
@media print, screen and (min-width: 768px) {
  .ir.top .secIrTopMenu .menuBoxArea .menuBox.l {
    width: 660px;
  }
  .ir.top .secIrTopMenu .menuBoxArea .menuBox.m {
    width: 490px;
  }
  .ir.top .secIrTopMenu .menuBoxArea .menuBox.s {
    width: 320px;
  }
  .ir.top .secIrTopMenu .menuBoxArea .menuBox.message, .ir.top .secIrTopMenu .menuBoxArea .menuBox.highlight, .ir.top .secIrTopMenu .menuBoxArea .menuBox.other {
    height: 202px;
    margin-top: 39px;
  }
  .ir.top .secIrTopMenu .menuBoxArea .menuBox.message dd, .ir.top .secIrTopMenu .menuBoxArea .menuBox.highlight dd, .ir.top .secIrTopMenu .menuBoxArea .menuBox.other dd {
    height: 145px;
  }
  .ir.top .secIrTopMenu .menuBoxArea .menuBox.document, .ir.top .secIrTopMenu .menuBoxArea .menuBox.yuuka {
    margin-top: 33px;
  }

}
.ir.top .secIrTopMenu .menuBoxArea .menuBox.stockPrices dt span {
  padding-left: 18px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/common/arrow-bl-18.png);
  background-size: 7px auto;
  background-position: left;
}
.ir.top .secIrTopMenu .menuBoxArea .menuBox.stockPrices dd .inner {
  /*padding: 20px !important;*/
  display: block;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.ir.top .secIrTopMenu .menuBoxArea .menuBox.stockPrices dd .inner .btn {
  display: block;
  width: 280px;
  height: 50px;
  /*margin-top: 17px;*/
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/ir/bg-btn-blue_pc.png);
  color: #fff;
  text-align: center;
  font-weight: bold;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 13px;
}

.ir.top .secIrTopMenu .menuBoxArea .menuBox.stockPrices dd .txtPrice {
  padding: 20px 20px 5px 5px;
}
.ir.top .secIrTopMenu .menuBoxArea .menuBox.stockPrices dd .txtPriceLink {
  padding: 0 20px;
  text-align: right;
}
.ir.top .secIrTopMenu .menuBoxArea .menuBox.stockPrices dd .txtPriceLink a{
  color: #2885a3;
}
.ir.top .secIrTopMenu .menuBoxArea .menuBox.stockPrices dd .txtPriceLink a:hover{
  text-decoration: underline;
}

@media print, screen and (min-width: 768px) {
  .ir.top .secIrTopMenu .menuBoxArea .menuBox.stockPrices dd .inner:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
.ir.top .secIrTopMenu .menuBoxArea .menuBox.message dd {
  padding: 15px 10px 15px 20px;
}
.ir.top .secIrTopMenu .menuBoxArea .menuBox.message dd .mainTxt {
  color: #00387d;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3636;
}
.ir.top .secIrTopMenu .menuBoxArea .menuBox.message dd .name {
  font-size: 12px;
  text-align: right;
  /*
  margin: 33px 8px 0 0;
  */
  margin: 5px 8px 0 0;
}
.ir.top .secIrTopMenu .menuBoxArea .menuBox.message dd .name span {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  padding-left: 10px;
}
.ir.top .secIrTopMenu .menuBoxArea .menuBox.highlight dd {
  padding-top: 0;
}
.ir.top .secIrTopMenu .menuBoxArea .menuBox.highlight dd .highlightList li a {
  display: block;
  padding: 15px;
  line-height: 1.2;
  background-repeat: no-repeat;
  background-image: url(../images/common/arrow-bl-18.png);
  background-size: 7px auto;
  background-position: left center;
}
.ir.top .secIrTopMenu .menuBoxArea .menuBox.highlight dd .highlightList li + li {
  border-top: 1px dotted #999;
}
.ir.top .secIrTopMenu .menuBoxArea .menuBox.other li + li {
  margin-top: 20px;
}
.ir.top .secIrTopMenu .bottomMenu {
  margin-top: 40px;
}
.ir.top .secIrTopMenu .bottomMenu .otherList:before, .ir.top .secIrTopMenu .bottomMenu .otherList:after {
  content: '';
  display: table;
}
.ir.top .secIrTopMenu .bottomMenu .otherList:after {
  clear: both;
}
.ir.top .secIrTopMenu .bottomMenu .otherList li {
  float: left;
  width: 235px;
}
.ir.top .secIrTopMenu .bottomMenu .otherList li + li {
  margin-left: 20px;
}
.ir.top .secIrTopMenu .linkArea {
  background: url(../images/common/bg-gray.jpg) repeat;
  padding: 25px 40px 40px;
  margin-top: 60px;
}
.ir.top .secIrTopMenu .linkArea .tit {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-left: 11px;
}
.ir.top .secIrTopMenu .linkArea .tit:before {
  content: '';
  display: inline-block;
  background: #083e81;
  width: 2px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 6px;
}
.ir.top .secIrTopMenu .linkArea .otherList {
  margin-top: 10px;
}
.ir.top .secIrTopMenu .linkArea .otherList:before, .ir.top .secIrTopMenu .linkArea .otherList:after {
  content: '';
  display: table;
}
.ir.top .secIrTopMenu .linkArea .otherList:after {
  clear: both;
}
.ir.top .secIrTopMenu .linkArea .otherList li {
  float: left;
  width: 293px;
}
.ir.top .secIrTopMenu .linkArea .otherList li + li {
  margin-left: 20px;
}
.ir.top .listArea li {
  padding: 15px 0 11px 100px;
}
.ir .graphArea {
  margin-top: 40px;
}
.ir.calendar .calendarArea {
  position: relative;
  margin-top: 40px;
}
.ir.calendar .calendarArea + section {
  margin-top: 40px;
}
.ir.calendar .calendarArea .calendarTb th, .ir.calendar .calendarArea .calendarTb td {
  width: 70px;
  border: 2px #fff solid;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
}
.ir.calendar .calendarArea .calendarTb th {
  background: #b8cbff;
}
.ir.calendar .calendarArea .calendarTb td {
  background: #e5edff;
}
.ir.calendar .calendarArea .calendarTb thead th {
  height: 52px;
}
.ir.calendar .calendarArea .calendarTb thead th:first-child {
  width: 136px;
  border-left: none;
}
.ir.calendar .calendarArea .calendarTb thead th:last-child {
  border-right: none;
}
.ir.calendar .calendarArea .calendarTb tbody th, .ir.calendar .calendarArea .calendarTb tbody td {
  height: 75px;
}
.ir.calendar .calendarArea .calendarTb tbody th {
  width: 136px;
  border-left: none;
}
.ir.calendar .calendarArea .calendarTb tbody td:last-child {
  border-right: none;
}
.ir.calendar .calendarArea .txtArea p {
  color: #062d7d;
  font-weight: bold;
  position: absolute;
  margin-top: 20px;
  margin-left: 10px;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.2;
  white-space: nowrap;
}
@media print, screen and (min-width: 768px) {
  .ir.calendar .calendarArea .txtArea p:nth-child(even) {
    margin-top: 45px;
  }
  .ir.calendar .calendarArea .txtArea p.m4 {
    left: 140px;
  }
  .ir.calendar .calendarArea .txtArea p.m5 {
    left: 212px;
  }
  .ir.calendar .calendarArea .txtArea p.m6 {
    left: 282px;
  }
  .ir.calendar .calendarArea .txtArea p.m7 {
    left: 353px;
  }
  .ir.calendar .calendarArea .txtArea p.m8 {
    left: 426px;
  }
  .ir.calendar .calendarArea .txtArea p.m9 {
    left: 498px;
  }
  .ir.calendar .calendarArea .txtArea p.m10 {
    left: 570px;
  }
  .ir.calendar .calendarArea .txtArea p.m11 {
    left: 642px;
  }
  .ir.calendar .calendarArea .txtArea p.m12 {
    left: 714px;
  }
  .ir.calendar .calendarArea .txtArea p.m1 {
    left: 786px;
  }
  .ir.calendar .calendarArea .txtArea p.m2 {
    left: 858px;
  }
  .ir.calendar .calendarArea .txtArea p.m3 {
    left: 930px;
  }
  .ir.calendar .calendarArea .txtArea p.middle {
    margin-left: 25px;
  }
  .ir.calendar .calendarArea .txtArea p.late {
    margin-left: 42px;
  }
}
@media print, screen and (min-width: 768px) {
  .ir.calendar .calendarArea .txtArea.publication p {
    top: 54px;
  }
  .ir.calendar .calendarArea .txtArea.meeting p {
    top: 131px;
  }
}
.ir.calendar .secSchedule .borderTit span {
  font-weight: normal;
  font-size: 14px;
}
.ir.calendar .secSchedule + section {
  margin-top: 40px;
}
.ir.shareholders .note {
  font-size: 12px;
  line-height: 1.8333;
  margin-top: 12px;
}
.ir.shareholders .secGraph:before, .ir.shareholders .secGraph:after {
  content: '';
  display: table;
}
.ir.shareholders .secGraph:after {
  clear: both;
}
.ir.shareholders .secGraph .pieArea {
  width: 320px;
  height: 320px;
  position: relative;
  float: left;
  margin-left: 140px;
}
.ir.shareholders .secGraph .pieArea .allVal {
  position: absolute;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  top: 134px;
}
.ir.shareholders .secGraph .pieArea .allVal span {
  font-family: "Roboto";
}
.ir.shareholders .secGraph .txtArea {
  float: right;
  width: 50%;
  margin: 30px 0 0 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 10px;
}
.ir.shareholders .secGraph .txtArea table {
  width: 373px;
}
.ir.shareholders .secGraph .txtArea table th, .ir.shareholders .secGraph .txtArea table td {
  font-size: 12px;
  padding: 7px 0 5px;
  border-bottom: solid #dedede 1px;
}
.ir.shareholders .secGraph .txtArea table th {
  padding-left: 20px;
  position: relative;
}
.ir.shareholders .secGraph .txtArea table th span {
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 10px;
}
.ir.shareholders .secGraph .txtArea table td {
  text-align: right;
  position: relative;
  padding-right: 70px;
}
.ir.shareholders .secGraph .txtArea table td .tbPer {
  display: inline-block;
  width: 70px;
  position: absolute;
  right: 0;
  white-space: nowrap;
}
.ir.shareholders .secGraph .txtArea .note {
  line-height: 1.333;
}
.ir.inquiry .btnBlue {
  text-align: center;
  margin-top: 40px;
}
.ir.inquiry .btnBlue a {
  width: 460px;
  height: 50px;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url(../images/common/bg-btn-blue_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.ir.inquiry .btnBlue a span {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  display: inline-block;
  margin: 12px 0 0 -18px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-image: url(../images/common/ico-mail-wh40.png);
  background-position: left 7px;
  background-size: 20px auto;
}

.relation .dtBlockArea dt {
  background: none;
  border-bottom: none;
  padding: 32px 0 3px;
}
.relation .dtBlockArea .btnBlue span {
  padding: 5px 18px 5px 0;
  background-image: url(../images/common/ico-window-wh-opa60.png);
  background-position: right 8px;
  background-size: 12px auto;
  margin: 0 -10px 0 0;
}

.sitemap .sitemapList a {
  background: url(../images/common/arrow-bl-18.png) no-repeat 0 center;
  -moz-background-size: 7px auto;
  -o-background-size: 7px auto;
  -webkit-background-size: 7px auto;
  background-size: 7px auto;
  display: inline-block;
  padding-left: 23px;
}
.sitemap .sitemapList > li {
  padding: 19px 0 18px;
}
.sitemap .sitemapList > li > p a {
  font-size: 20px;
  font-weight: bold;
  padding-top: 4px;
}
.sitemap .sitemapList > li + li {
  border-top: 1px dotted #999;
}
.sitemap .sitemapList > li:first-child {
  padding-top: 4px;
}
.sitemap .sitemapList ul {
  margin: 5px 0 -6px;
  overflow: hidden;
}
.sitemap .sitemapList ul li {
  float: left;
  margin-bottom: 11px;
  width: 33%;
}
.sitemap .sitemapList ul li a {
  padding-top: 2px;
}

.notfound .secError {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/common/bg-gray.jpg) repeat 0 0;
  border: 1px solid #dedede;
  margin: 0 auto;
  padding: 33px 39px 38px;
  width: 745px;
}
.notfound .secError .titArea {
  margin-bottom: 28px;
  text-align: center;
}
.notfound .secError .titArea .tit {
  display: block;
  font-size: 40px;
  font-family: "Roboto";
  line-height: 1.5;
}
.notfound .secError .titArea p {
  color: #999;
  font-size: 15px;
  font-weight: bold;
}
.notfound .secError .errorInner {
  background: #fff;
  padding: 28px 58px 27px 63px;
}
.notfound .secError .errorInner p {
  background: url(../images/notfound/ico-alert.png) no-repeat 0 center;
  -moz-background-size: 15px auto;
  -o-background-size: 15px auto;
  -webkit-background-size: 15px auto;
  background-size: 15px auto;
  font-size: 16px;
  font-weight: bold;
  margin-right: -10px;
  padding-left: 26px;
}
.notfound .secError .errorInner ul {
  border-top: 1px dotted #999;
  margin-top: 11px;
  padding-top: 14px;
}
.notfound .secError .errorInner ul li {
  background: url(../images/common/ico-check-bl32.png) no-repeat 0 center;
  -moz-background-size: 12px auto;
  -o-background-size: 12px auto;
  -webkit-background-size: 12px auto;
  background-size: 12px auto;
  padding-left: 24px;
}
.notfound .secError .errorInner ul li + li {
  margin-top: 5px;
}
.notfound .secError + .btnHome {
  margin: 30px auto 0;
  width: 215px;
}
.notfound .secError + .btnHome a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 13px;
  display: block;
  border: 1px solid #dedede;
  text-align: center;
  padding: 6px 0 5px;
}
.notfound .secError + .btnHome a:before {
  display: inline-block;
  content: '';
  background: url(../images/common/ico-home.png) no-repeat 0 0;
  -moz-background-size: 16px auto;
  -o-background-size: 16px auto;
  -webkit-background-size: 16px auto;
  background-size: 16px auto;
  width: 16px;
  height: 17px;
  margin: -1px 9px 0 -8px;
  top: 0;
  vertical-align: middle;
}

.policy .txt {
  margin-bottom: 20px;
}
.policy .txtList dt {
  font-weight: bold;
}
.policy .txtList dd {
  padding-left: 1.3em;
}
.policy .txtList dd p + * {
  margin-top: 10px;
}
.policy .txtList dd + dt {
  margin-top: 20px;
}
.policy .nameArea {
  text-align: right;
  margin: 30px 0 20px;
}
.policy .mainWrap a {
  color: #2885a3;
}
@media print, screen and (min-width: 768px) {
  .policy .mainWrap a:hover {
    text-decoration: underline;
  }
}

.houseNone .secHouseNone .box {
  background: url(../images/common/bg-gray.jpg) repeat;
  border: 1px solid #dedede;
  width: 745px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 40px 38px;
  margin: 0 auto;
}
.houseNone .secHouseNone .box .tit {
  color: #062d7d;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
}
.houseNone .secHouseNone .box .tit + .txt {
  text-align: center;
}
.houseNone .secHouseNone .box .bnrArea {
  margin-top: 33px;
}
.houseNone .secHouseNone .box .bnrArea a {
  color: #212121;
}
.houseNone .secHouseNone .box .bnrArea a:before, .houseNone .secHouseNone .box .bnrArea a:after {
  content: '';
  display: table;
}
.houseNone .secHouseNone .box .bnrArea a:after {
  clear: both;
}
.houseNone .secHouseNone .box .bnrArea a > div {
  width: 50%;
  height: 170px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.houseNone .secHouseNone .box .bnrArea a > div.imgArea {
  float: left;
}
.houseNone .secHouseNone .box .bnrArea a > div.txtArea {
  float: right;
  background: #fff;
  padding: 35px 20px 0 30px;
}
.houseNone .secHouseNone .box .bnrArea a > div.txtArea .txt {
  font-size: 16px;
  line-height: 1.625;
}
.houseNone .secHouseNone .box .bnrArea a > div.txtArea .arrow {
  text-align: right;
  font-weight: bold;
  margin-top: 20px;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.houseNone .secHouseNone .box .bnrArea a > div.txtArea .arrow span {
  display: inline-block;
  padding-left: 13px;
  background-repeat: no-repeat;
  background-image: url(../images/common/arrow-bl-18.png);
  background-size: 7px auto;
  background-position: left 7px;
}
@media print, screen and (min-width: 768px) {
  .houseNone .secHouseNone .box .bnrArea a:hover .arrow {
    color: #2885a3;
  }
}
.houseNone .secHouseNone .btn {
  text-align: center;
  margin-top: 30px;
}
.houseNone .secHouseNone .btn a {
  border: 1px solid #dedede;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  width: 215px;
  display: inline-block;
}
.houseNone .secHouseNone .btn a span {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../images/common/ico-home.png);
  background-size: 16px auto;
  background-position: left 10px;
  padding: 8px 0 7px 24px;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .home #content {
    padding-bottom: 0;
    overflow: hidden;
  }
  .home .spMenu {
    display: none;
  }
  .home .secTop .mvArea {
    height: 165px;
    padding-top: 0;
    overflow: hidden;
  }
  .home .secTop .mvArea .imgFix{
		height: 216px;
		bottom: 0;
		z-index: 0;
		left: 50%;
		top: 0;
		margin-left: 0;
		transform: translateX(-50%);
  }
  .home .secTop .mvArea .imgFixSp {
    position: fixed;
    z-index: -1;
    top: auto;
    bottom: 0;
  }
  .home .secTop .mvArea .container {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    height: 100%;
  }
  .home .secTop .mvArea #mvLogoArea {
    position: relative;
    height: 100%;
  }
  .home .secTop .mvArea #mvLogoArea #mvLogo {
    width: 165%;
    height: 100%;
    position: absolute;
    margin: -25px 0 0 -83%;
    top: 0;
    left: 50%;
  }
  .home .secTop .mvArea .tit {
		left: 0;
		right: 0;
		width: 300px;
		margin: 0 auto;
  }
  .home .secTop .mvArea .reco {
    width: 87.5%;
    bottom: 19px;
    top: auto;
    right: 6.25%;
  }
  .home .secTop .alertArea {
    top: 0;
    height: 25px;
    border-top: none;
  }
  .home .secTop .alertArea .container {
    padding: 0 3.125%;
  }
  .home .secTop .alertArea .alertList {
    margin-top: 6px;
  }
  .home .secTop .alertArea .alertList li {
    padding-left: 75px;
  }
  .home .secTop .alertArea .alertList li p, .home .secTop .alertArea .alertList li a {
    font-size: 10px;
    font-weight: normal;
  }
  .home .secTop .alertArea .alertList li .date {
    padding-left: 16px;
  }
  .home .secTop .alertArea .alertList li .date:before {
    width: 11px;
    height: 9px;
    top: 2px;
  }
  .home .secTop .alertArea .alertList li a {
    padding-right: 3.125%;
  }
  .home .secTop .topBtnArea .btnList.residence li {
    width: 100%;
    float: none;
  }
  .home .secTop .topBtnArea .btnList.residence li a {
    background: #214483;
    background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlM2Q3NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzI0NGI4ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #1e3d76), color-stop(100%, #244b8f));
    background: -moz-linear-gradient(top, #1e3d76, #244b8f);
    background: -webkit-linear-gradient(top, #1e3d76, #244b8f);
    background: linear-gradient(to bottom, #1e3d76, #244b8f);
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF1E3D76', endColorstr='#FF244B8F');
    height: auto;
    position: relative;
    padding: 15px 0 12px 60px;
  }
  .home .secTop .topBtnArea .btnList.residence li a:after {
    content: '';
    display: inline-block;
    position: absolute;
    width: 9px;
    height: 12px;
    background: url(../images/common/arrow-wh-18.png);
    background-size: contain;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
    opacity: 0.9;
    right: 19px;
    top: 29px;
  }
  .home .secTop .topBtnArea .btnList.residence li a .inner {
    height: auto;
    width: 100%;
    margin: 0;
    text-align: left;
    position: static;
  }
  .home .secTop .topBtnArea .btnList.residence li a .inner .tit {
    font-size: 16px;
    margin: 0;
    font-weight: normal;
  }
  .home .secTop .topBtnArea .btnList.residence li a .inner .txt {
    font-size: 10px;
    margin-top: 3px !important;
  }
  .home .secTop .topBtnArea .btnList.residence li a .inner .ico {
    position: absolute;
    padding-top: 0;
    top: 25px;
    left: 15px;
    width: 32px;
  }
  .home .secTop .topBtnArea .btnList.residence li + li {
    border-top: 1px solid #fff;
  }
  .home .secDetail {
    padding-top: 40px;
  }
  .home .secDetail:before, .home .secDetail:after {
    width: 160px;
    height: 76px;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .home .secDetail:before {
    background-image: url(../images/common/bg-gradation-title-l_sp.png);
    background-position: left top;
  }
  .home .secDetail:after {
    background-image: url(../images/common/bg-gradation-title-r_sp.png);
    background-position: right top;
  }
  .home .secDetail #sliderProSP .slider .inner {
    width: 260px;
    height: 312px;
  }
  .home .secDetail #sliderProSP .slider .inner .txtArea {
    height: 85px;
    padding: 11px 14px;
  }
  .home .secDetail #sliderProSP .slider .inner .txtArea .tit {
    font-size: 14px;
  }
  .home .secDetail #sliderProSP .slider .inner .txtArea .tit span {
    font-size: 10px;
  }
  .home .secDetail #sliderProSP .slider .inner .txtArea .txt {
    font-size: 12px;
  }
  .home .secDetail #sliderProSP .slider.sp-selected {
    padding: 0 10px 20px 10px;
    margin-left: -10px;
  }
  .home .secDetail .sp-arrows {
    top: 107px !important;
  }
  .home .secDetail .sp-arrow {
    width: 25px;
    height: 90px;
    background-size: 100% auto;
  }
  .home .secDetail .sp-arrow.sp-previous-arrow {
    background-image: url(../images/top/pager-topslider-prev_sp.png);
    margin-left: -121px;
  }
  .home .secDetail .sp-arrow.sp-next-arrow {
    background-image: url(../images/top/pager-topslider-next_sp.png);
    margin-right: -121px;
  }
  .home .secEsleadInfo {
    padding: 10px 0 40px;
  }
  .home .secMeet {
    padding: 40px 0 40px;
  }
  .home .secMeet .container > .tit img {
    width: 116px;
  }
  .home .secMeet .container > .tit span {
    font-size: 12px;
  }
  .home .secMeet .meetItem01 {
    width: 131px;
    right: -50px;
    top: -40px;
  }
  .home .secMeet .meetItem01 #meetSvg01 {
    width: 131px;
    height: 80px;
    stroke-dashoffset: 0;
  }
  .home .secMeet .meetItem02 {
    display: none;
  }
  .home .secMeet .meetItem02 #meetSvg02 {
    stroke-dashoffset: 0;
  }
  .home .secMeet .detailArea {
    margin-top: 15px;
  }

  .company .companyTopMv {
    margin: -20px -8% 0;
  }
  .company .companyTopMv .txt, .company .companyTopMv .linkArea {
    width: 87.5%;
  }
  .company .companyTopMv .txt {
    text-align: left;
    margin: 20px auto 10px;
  }
  .company .companyTopMv .linkArea {
    padding: 10px;
    margin: 0 auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .company .companyTopMv .linkArea .btn a {
    width: 100%;
    font-size: 12px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 11px 0 10px;
    background-position: right 10px center;
  }
  .company .secCompanyInfo .imgBoxList01 li:last-child .tit a {
    color: #04235f;
  }
  .company .secOutline .txt, .company .secName .txt {
    text-align: left;
  }
  .company .secOutline {
    margin-top: 30px;
  }
  .company .secOutline .tit {
    margin-top: 20px;
  }
  .company .secOutline .txt {
    margin-top: 15px;
  }
  .company .secName {
    margin-top: 27px !important;
  }
  .company .secName .tit {
    margin-top: 27px;
  }
  .company .secName .txtArea {
    margin: 18px 0 0 0;
    padding: 20px 0 0 0;
  }
  .company .secName .txtArea dl {
    display: block;
  }
  .company .secName .txtArea dl dt, .company .secName .txtArea dl dd {
    display: block;
  }
  .company .secName .txtArea dl dt {
    width: 100%;
    text-align: center;
  }
  .company .secName .txtArea dl dt img {
    width: 141px;
  }
  .company .secName .txtArea dl dd {
    padding: 16px 0 0 0;
    border-left: none;
  }
  .company .secCompanyInfo .imgBoxList01 > li > a ul li a, .company .secCompanyInfo .imgBoxList01 > li > span ul li a {
    font-size: 8px;
    text-align: left;
    line-height: 1.375;
    padding: 5px 10px;
  }
  .company .secEsleadInfo {
    margin-top: 30px !important;
  }
  .company .secEsleadInfo .container {
    margin: auto;
    width: 100%;
  }
  .company.formation .formationArea img {
    width: 622px;
  }
  .company.ad .listArea {
    margin-top: 25px;
  }
  .company.result .secResultMenu .imgBoxList03 {
    margin-top: 23px;
  }
  .company.result .secResultDetail .borderTit {
    position: relative;
  }
  .company.result .secResultDetail .borderTit:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../images/common/ico-list-open.png);
    background-size: contain;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
  }
  .company.result .secResultDetail .borderTit.open:after {
    background-image: url(../images/common/ico-list-close.png);
  }
  .company.result .secResultDetail .listArea {
    display: none;
  }
  .company.result .secResultDetail .listArea .resultDetailList {
    margin: -13px 0 0 0;
  }
  .company.result .secResultDetail .listArea .resultDetailList li {
    float: none;
    display: block;
    width: 100%;
    background-size: 11px auto;
    margin-left: 0;
    font-size: 14px;
    padding: 11px 0 11px 20px;
    background-position: left center;
  }
  .company.result .secResultDetail + .secResultDetail {
    margin-top: 20px;
  }
  .company.outline .note {
    font-size: 10px;
  }

  .contents .mainWrap {
    padding-top: 0;
  }
  .contents.detail .mainWrap {
    padding-top: 20px;
  }
  .contents.detail .mainWrap > .container > section + section {
    margin-top: 25px;
  }
.contents.detail .mainWrap > .container > section figure{
	margin:10px auto 0;
}
  .contents.detail .topLeadArea {
    background: none !important;
    height: auto;
    display: block;
  }
  .contents.detail .topLeadArea .titArea {
    display: block;
  }
  .contents.detail .imgRight img {
    float: none;
    padding: 0;
  }
  .contents.detail .imgRight img + p {
    margin-top: 18px;
  }

  .recruit .mainWrap {
    padding-bottom: 50px;
  }
  .recruit .recruitWrap > section {
    float: none;
    width: auto;
    padding: 0 8%;
  }
  .recruit .recruitWrap > section + section {
    margin: 40px 0 0 0;
  }
  .recruit .pageLeading .container{
    min-height: 100px;
    padding: 13px 0 26px;
  }
  .recruit .pageLeading .container .txt{
    margin-top: 10px;
    font-size: 14px;
  }
  .recruit .pageLeading .container .recruit-list{
    margin-top: 20px;
    padding: 0;
    font-size: 14px;
  }
  .recruit .pageLeading .container .sign{
    width: 60%;
    max-width: 200px;
    margin: 15px 0 0 auto;
  }
  .recruit .pageLeading .container .sign img{
    width: 100%;
    height: auto;
  }
  .house .container > section + section {
    padding-top: 50px;
    margin-top: 0;
  }
  .house .zeroArea {
    background-image: url(../images/house/bg-zero_sp.jpg);
		background-repeat: repeat;
    height: auto;
  }
  .house .zeroArea .container {
    padding-bottom: 6px;
    width: 93.75%;
    margin: 0 auto;
  }
  .house .zeroArea .container .txt {
    float: none;
    margin: 6px 0 0;
  }
  .house .zeroArea .container .btn {
    float: none;
    margin-top: 8px;
  }
  .house .zeroArea .container .trophy {
    width: 10%;
    top: 10%;
    left: 3%;
    margin-top: 0;
  }
  .house .zeroArea .container .note {
    position: static;
    font-size: 8px;
    margin-top: 4px;
  }
  .house .housingList {
    margin: -60px 0 0 0;
  }
  .house .housingList li, .house .housingList .housingBlock {
    width: 100%;
    float: none;
    margin: 60px 0 0 0;
  }
  .house .housingList li .inner, .house .housingList .housingBlock .inner {
    border: none;
  }
  .house .housingList li .inner .imgArea, .house .housingList .housingBlock .inner .imgArea {
    border: 1px solid #dedede;
  }
  .house .housingList li .inner .imgArea .typeLabel, .house .housingList .housingBlock .inner .imgArea .typeLabel {
    width: 115px;
  }
  .house .housingList li .inner .txtArea, .house .housingList .housingBlock .inner .txtArea {
    line-height: 1.5;
    padding: 3px 0 0 0;
  }
  .house .housingList li .inner .txtArea .small, .house .housingList .housingBlock .inner .txtArea .small {
    font-size: 10px;
  }
  .house .housingList li .inner .txtArea .balloon, .house .housingList .housingBlock .inner .txtArea .balloon {
    font-size: 14px;
    padding: 6px 5px 5px;
  }
  .house .housingList li .inner .txtArea .balloon:after, .house .housingList .housingBlock .inner .txtArea .balloon:after {
    width: 15px;
    right: 12px;
  }
  .house .housingList li .inner .txtArea .tit, .house .housingList .housingBlock .inner .txtArea .tit {
    font-size: 16px;
    margin-top: 17px;
  }
  .house .housingList li .inner .txtArea .btnArea, .house .housingList .housingBlock .inner .txtArea .btnArea {
    margin-top: 5px;
  }
  .house .housingList li .inner .txtArea .btnArea .btn, .house .housingList .housingBlock .inner .txtArea .btnArea .btn {
    width: 48%;
  }
  .house .housingList li .inner .txtArea .btnArea .btn a, .house .housingList .housingBlock .inner .txtArea .btnArea .btn a {
    font-size: 14px;
  }
  .house .housingList li .inner .txtArea .btnArea .btn.detail, .house .housingList .housingBlock .inner .txtArea .btnArea .btn.detail {
    margin-left: 4%;
  }
  .house .secMap .mapWrap .mapBox {
    padding-top: 73%;
  }
  .house .secMap .mapWrap .infoBox {
    position: static;
    overflow: inherit;
    height: auto;
    display: none;
    margin-top: 25px;
  }
  .house .secMap .mapWrap .infoBox .mapInner {
    clear: both;
  }
  .house .secMap .mapWrap .infoBox.show {
    display: block;
  }
  .house .secMap .btnListArea {
    margin-top: 33px;
    padding: 10px 10px 15px;
  }
  .house .secMap .btnListArea .btnList li {
    display: block;
    padding: 0;
  }
  .house .secMap .btnListArea .btnList li a {
    min-width: inherit;
    font-size: 12px;
    padding: 13px 0;
    background-position: right 10px center;
    background-size: 9px auto;
  }
  .house .secMap .btnListArea .btnList li a span {
    display: block;
    margin-left: -10px;
  }
  .house .secMap .btnListArea .btnList li + li {
    margin: 10px 0 0 0;
  }
  .house .secMap + section {
    padding-top: 30px;
  }
  .house .secPicUp .meetList {
    font-size: 0;
  }
  .house .secPicUp .meetList li {
    width: 50%;
    vertical-align: top;
    height: auto;
  }
  .house .secPicUp .meetList li a .txtArea {
    padding: 7px 8px 10px;
  }
  .house .secPicUp .meetList li a .txtArea .date {
    font-size: 11px;
  }
  .house .secPicUp .meetList li a .txtArea .tit {
    line-height: 1.5;
    font-size: 14px;
    margin-top: 3px;
  }
  .house .secPicUp .meetList li:nth-child(even) a {
    border-left: none;
  }
  .house .secPicUp .meetList li + li {
    margin-top: 0;
  }

  .land .dtBlockArea .larger + p {
    margin-top: 10px;
  }

  #qualityTop .mainWrap {
    padding: 20px 0 50px;
  }

  .ir .graphArea {
    margin-top: 10px;
  }
  .ir.top .secIrTopMenu .menuBoxArea {
    margin: 0;
  }
  .ir.top .secIrTopMenu .menuBoxArea .menuBox {
    float: none;
    width: 100% !important;
    height: auto !important;
    margin-left: 0;
  }
  .ir.top .secIrTopMenu .menuBoxArea .menuBox + .menuBox {
    margin-top: 20px;
  }
  .ir.top .secIrTopMenu .menuBoxArea .menuBox dl dt {
    font-size: 13px;
    padding: 13px 13px 12px;
  }
  .ir.top .secIrTopMenu .menuBoxArea .menuBox dl dt .btn {
    padding: 4px 10px 4px 8px;
    top: 7px;
    right: 13px;
  }
  .ir.top .secIrTopMenu .menuBoxArea .menuBox dl dt .btn span {
    font-size: 10px;
    background-position: left 3px;
  }
  .ir.top .secIrTopMenu .menuBoxArea .menuBox dl dd {
    height: auto !important;
    margin: 0 !important;
    padding: 5px 13px;
  }
  .ir.top .secIrTopMenu .menuBoxArea .menuBox dl dd.listHightBox {
    padding: 0;
  }
  .ir.top .secIrTopMenu .menuBoxArea .menuBox dl dd.listHightBox .inner {
    padding: 5px 13px;
  }
  .ir.top .secIrTopMenu .menuBoxArea .menuBox.message dd {
    padding: 13px;
  }
  .ir.top .secIrTopMenu .menuBoxArea .menuBox.message dd .mainTxt {
    font-size: 18px;
  }
  .ir.top .secIrTopMenu .menuBoxArea .menuBox.message dd .name {
    margin: 20px 0px 0 0;
  }
  .ir.top .secIrTopMenu .menuBoxArea .menuBox.message dd .name span {
    font-size: 15px;
  }
  .ir.top .secIrTopMenu .menuBoxArea .menuBox.stockPrices dd .inner {
    padding: 13px !important;
  }
  .ir.top .secIrTopMenu .menuBoxArea .menuBox.stockPrices dd .inner img {
    max-width: inherit;
    width: 100%;
  }
  .ir.top .secIrTopMenu .menuBoxArea .menuBox.stockPrices dd .inner .btn {
    width: 100%;
    height: 45px;
    background-size: cover;
    background-position: center center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-image: url(../images/ir/bg-btn-blue_sp.png);
    margin: 13px auto 0;
  }
  .ir.top .secIrTopMenu .menuBoxArea .menuBox.stockPrices dd {
    padding-bottom: 13px !important;
  }
  .ir.top .secIrTopMenu .menuBoxArea .menuBox.stockPrices dd .txtPrice{
    padding: 20px 13px 10px;
  }
  .ir.top .secIrTopMenu .menuBoxArea .menuBox.highlight dd .highlightList li a {
    font-size: 12px;
  }
   .ir.top .secIrTopMenu .menuBoxArea .menuBox.stockPrices dd .txtPriceLink {
    padding: 0 13px;
    font-size: 12px;
  }
  .ir.top .secIrTopMenu .listArea li {
    padding: 10px 0 12px;
  }
  .ir.top .secIrTopMenu .otherList a {
    font-size: 12px;
    padding: 13px 15px 14px 30px;
    background-position: 13px center;
  }
  .ir.top .secIrTopMenu .bottomMenu .otherList li, .ir.top .secIrTopMenu .linkArea .otherList li {
    float: none;
    width: 100%;
  }
  .ir.top .secIrTopMenu .bottomMenu {
    margin-top: 20px;
  }
  .ir.top .secIrTopMenu .bottomMenu .otherList li + li {
    margin: 20px 0 0 0;
  }
  .ir.top .secIrTopMenu .linkArea {
    margin-top: 30px;
    padding: 14px 13px 20px 13px;
  }
  .ir.top .secIrTopMenu .linkArea .tit {
    font-size: 13px;
  }
  .ir.top .secIrTopMenu .linkArea .tit:before {
    top: 1px;
  }
  .ir.top .secIrTopMenu .linkArea .otherList li + li {
    margin: 10px 0 0 0;
  }
  .ir.calendar .calendarArea {
    margin-top: 0;
    padding-bottom: 30px;
  }
  .ir.calendar .calendarArea + section {
    margin-top: 0;
  }
  .ir.calendar .calendarArea .calendarTb thead th {
    height: 47px;
  }
  .ir.calendar .calendarArea .calendarTb thead th:first-child {
    width: 20%;
  }
  .ir.calendar .calendarArea .calendarTb tbody th, .ir.calendar .calendarArea .calendarTb tbody td {
    height: 35px;
  }
  .ir.calendar .calendarArea .txtArea p {
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;
    margin: 5px 0 0 23px;
    padding: 1em 0 0;
    left: 20%;
    white-space: normal;
  }
  .ir.calendar .calendarArea .txtArea p:nth-child(even) {
    margin-left: 71px;
  }
  .ir.calendar .calendarArea .txtArea p.m4 {
    top: 49px;
  }
  .ir.calendar .calendarArea .txtArea p.m5 {
    top: 84px;
  }
  .ir.calendar .calendarArea .txtArea p.m6 {
    top: 119px;
  }
  .ir.calendar .calendarArea .txtArea p.m7 {
    top: 154px;
  }
  .ir.calendar .calendarArea .txtArea p.m8 {
    top: 189px;
  }
  .ir.calendar .calendarArea .txtArea p.m9 {
    top: 224px;
  }
  .ir.calendar .calendarArea .txtArea p.m10 {
    top: 259px;
  }
  .ir.calendar .calendarArea .txtArea p.m11 {
    top: 294px;
  }
  .ir.calendar .calendarArea .txtArea p.m12 {
    top: 329px;
  }
  .ir.calendar .calendarArea .txtArea p.m1 {
    top: 364px;
  }
  .ir.calendar .calendarArea .txtArea p.m2 {
    top: 399px;
  }
  .ir.calendar .calendarArea .txtArea p.m3 {
    top: 434px;
  }
  .ir.calendar .calendarArea .txtArea p.middle {
    margin-top: 10px;
  }
  .ir.calendar .calendarArea .txtArea p.late {
    margin-top: 15px;
  }
  .ir.calendar .calendarArea .txtArea.meeting p {
    left: 60%;
  }
  .ir.shareholders .note {
    margin-top: 5px;
    line-height: 1.666;
  }
  .ir.shareholders .secGraph .pieArea {
    width: 225px;
    height: 225px;
    margin: 0 auto;
    float: none;
  }
  .ir.shareholders .secGraph .pieArea .allVal {
    font-size: 17px;
    top: 95px;
  }
  .ir.shareholders .secGraph .pieArea .allVal span {
    font-size: 20px;
  }
  .ir.shareholders .secGraph .txtArea {
    float: none;
    width: 100%;
    padding: 0;
  }
  .ir.shareholders .secGraph .txtArea table {
    width: 100%;
  }
  .ir.shareholders .secGraph .txtArea table th, .ir.shareholders .secGraph .txtArea table td {
    width: 100%;
    display: block;
    border: solid #dedede 1px;
    border-bottom: none;
    font-size: 14px;
    text-align: left;
  }
  .ir.shareholders .secGraph .txtArea table th {
    font-weight: bold;
    background: url(../images/common/bg-gray.jpg) repeat;
    padding-left: 35px;
  }
  .ir.shareholders .secGraph .txtArea table th span {
    left: 11px;
    width: 15px;
    height: 15px;
    top: 9px;
  }
  .ir.shareholders .secGraph .txtArea table td {
    padding: 13px 10px 11px 10px;
  }
  .ir.shareholders .secGraph .txtArea table td .tbPer {
    width: auto;
    position: static;
  }
  .ir.shareholders .secGraph .txtArea table tr:last-child {
    border-bottom: solid #dedede 1px;
  }
  .ir.inquiry .btnBlue {
    margin-top: 15px;
  }
  .ir.inquiry .btnBlue a {
    width: 250px;
    height: 45px;
    background-image: url(../images/common/bg-btn-blue_sp.png);
  }
  .ir.inquiry .btnBlue a span {
    font-size: 12px;
    padding-left: 27px;
    margin-left: -10px;
    background-position: left 2px;
  }
  .ir.inquiry .pagerArea {
    margin-top: 30px;
  }

  .relation .dtBlockArea dt {
    padding: 20px 0 0;
  }
  .relation .dtBlockArea dt .house {
    width: 158px;
  }
  .relation .dtBlockArea dt .ejr {
    width: 184px;
  }
  .relation .dtBlockArea dt .sd {
    width: 122px;
  }
  .relation .dtBlockArea dt .el {
    width: 156px;
  }
  .relation .dtBlockArea dt .ek {
    width: 172px;
  }
  .relation .dtBlockArea dt .ec {
    width: 180px;
  }
  .relation .dtBlockArea dt .etk {
    width: 197px;
  }
  .relation .dtBlockArea dd {
    padding-bottom: 18px;
  }
  .relation .dtBlockArea .btnBlue {
    margin-top: 12px;
  }
  .relation .dtBlockArea .btnBlue span {
    background-position: right 7px !important;
    font-size: 14px;
  }

  .sitemap .sitemapList a {
    padding: 0 0 0 15px !important;
  }
  .sitemap .sitemapList > li {
    padding: 20px 0 20px;
  }
  .sitemap .sitemapList > li > p a {
    font-size: 16px;
  }
  .sitemap .sitemapList > li:first-child {
    padding-top: 4px;
  }
  .sitemap .sitemapList ul {
    margin: 13px 0 -10px;
  }
  .sitemap .sitemapList ul li {
    float: none;
    margin-bottom: 14px;
    width: 100%;
  }

  .notfound .pageTitArea .tit {
    font-size: 15px !important;
  }
  .notfound .mainWrap {
    padding-top: 0;
  }
  .notfound .mainWrap > .container {
    margin: 0;
    width: 100%;
  }
  .notfound .secError {
    -moz-background-size: 1px 1px;
    -o-background-size: 1px 1px;
    -webkit-background-size: 1px 1px;
    background-size: 1px 1px;
    border: none;
    padding: 20px 6.25% 20px;
    width: 100%;
  }
  .notfound .secError .titArea {
    margin-bottom: 24px;
  }
  .notfound .secError .titArea .tit {
    font-size: 30px;
    line-height: 1.35;
  }
  .notfound .secError .titArea p {
    font-size: 11px;
  }
  .notfound .secError .errorInner {
    padding: 15px 15px 26px;
  }
  .notfound .secError .errorInner p {
    background-position: center 0;
    -moz-background-size: 22px auto;
    -o-background-size: 22px auto;
    -webkit-background-size: 22px auto;
    background-size: 22px auto;
    font-size: 14px;
    margin-right: 0;
    padding: 26px 0 0;
    text-align: center;
  }
  .notfound .secError .errorInner ul {
    margin-top: 16px;
    padding-top: 18px;
  }
  .notfound .secError .errorInner ul li {
    -moz-background-size: 18px auto;
    -o-background-size: 18px auto;
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
    font-size: 14px;
    padding-left: 27px;
  }
  .notfound .secError .errorInner ul li + li {
    margin-top: 12px;
  }
  .notfound .secError + .btnHome {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px auto 0;
    padding: 0 6.25%;
    width: 100%;
  }
  .notfound .secError + .btnHome a {
    font-size: 12px;
    padding: 6px 0 5px;
  }
  .notfound .secError + .btnHome a:before {
    -moz-background-size: 15px auto;
    -o-background-size: 15px auto;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
    width: 15px;
    height: 15px;
    margin: -4px 6px 0 -4px;
  }

  .quality.top .imgBoxList01 li {
    width: 100%;
    float: none;
  }
  .quality.top .imgBoxList01 li + li {
    margin: 15px 0 0 0;
  }

  .policy .txtList dd {
    padding: 5px 0 0 0;
  }

  .houseNone .mainWrap {
    padding-top: 0;
  }
  .houseNone .secHouseNone .box {
    width: 100%;
    padding: 30px 6.25%;
    border: none;
  }
  .houseNone .secHouseNone .box .tit {
    font-size: 23px;
    line-height: 1.26;
  }
  .houseNone .secHouseNone .box .tit + .txt {
    text-align: left;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .houseNone .secHouseNone .box .bnrArea {
    margin-top: 18px;
  }
  .houseNone .secHouseNone .box .bnrArea a > div {
    width: 100%;
    height: auto;
    float: none !important;
  }
  .houseNone .secHouseNone .box .bnrArea a > div.txtArea {
    padding: 11px 15px 20px;
  }
  .houseNone .secHouseNone .box .bnrArea a > div.txtArea .txt {
    font-size: 12px;
    line-height: 1.5;
  }
  .houseNone .secHouseNone .box .bnrArea a > div.txtArea .arrow {
    font-size: 11px;
    margin-top: 8px;
  }
  .houseNone .secHouseNone .box .bnrArea a > div.txtArea .arrow span {
    background-position: left 4px;
  }
  .houseNone .secHouseNone .btn {
    margin-top: 20px;
  }
  .houseNone .secHouseNone .btn a {
    width: 87.5%;
  }
  .houseNone .secHouseNone .btn a span {
    font-size: 12px;
  }
}
.business .pageLeading:before {
  background-image: url(../images/business/img-business-topmv_pc.jpg);
}
.business .secSpecial .specialList {
  margin: -20px 0 0 -20px;
}
.business .secSpecial .specialList:before, .business .secSpecial .specialList:after {
  content: '';
  display: table;
}
.business .secSpecial .specialList:after {
  clear: both;
}
.business .secSpecial .specialList li {
  background: url(../images/common/bg-gray.jpg) repeat;
  border: 1px solid #dedede;
  float: left;
  margin: 20px 0 0 20px;
  width: 490px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.business .secSpecial .specialList li > div {
  padding: 0 30px 28px;
}
.business .secSpecial .specialList li > div .ribbon {
  display: block;
  height: 65px;
  margin: 0px auto 20px;
  width: 60px;
}
.business .secSpecial .specialList li > div .tit {
  border-bottom: 1px dotted rgba(28, 63, 135, 0.4);
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  margin: 0 0 19px 0;
  padding: 0 0 10px 0;
  text-align: center;
}
.business .secSpecial .specialList li > div .txt span {
  color: #e92020;
  font-weight: bold;
}
.business .inquiryBtnArea {
  background: url(../images/common/bg-gray.jpg) repeat;
  margin: 30px 0 0 0;
  padding: 32px 0 33px 0;
  text-align: center;
}
.business .inquiryBtnArea a {
  background-color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 0 1px #dedede inset;
  color: #212121;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  padding: 15px 0 12px 0;
  position: relative;
  text-align: center;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 500px;
}
.business .inquiryBtnArea a:after {
  background: url(../images/common/arrow-bl-18.png);
  background-size: 100%;
  content: "";
  height: 9px;
  margin: 0 auto 20px;
  margin-top: -3px;
  position: absolute;
  right: 21px;
  top: 50%;
  width: 7px;
}
@media print, screen and (min-width: 768px) {
  .business .inquiryBtnArea a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}

.tomonokai.detail .mainWrap {
  padding: 0 0 80px;
}
.tomonokai.detail .mainWrap .container {
  width: 700px;
}
.tomonokai.detail .topLeadArea {
  background-position: right top;
  background-image: url(../images/contact/img-contact-tomonokai-mv.png);
  background-repeat: no-repeat;
  height: 179px;
  display: table;
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .tomonokai.detail .topLeadArea .titArea {
    display: table-cell;
    vertical-align: middle;
  }
  .tomonokai.detail .topLeadArea .titArea .quotationTit {
    margin-bottom: 0;
  }
}
.tomonokai.detail .selectTable01 {
  margin: 30px 0 0 0;
}
.tomonokai.detail .selectTable01 th, .tomonokai.detail .selectTable01 td {
  border: 1px solid #dedede;
}
.tomonokai.detail .selectTable01 th {
  background: url(../images/common/bg-gray.jpg) repeat;
  font-weight: bold;
  padding: 22px 20px;
  width: 33.5%;
}
.tomonokai.detail .selectTable01 th .required {
  background-color: #c72429;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  width: 40px;
}
.tomonokai.detail .selectTable01 td {
  padding: 20px;
}
.tomonokai.detail .selectTable01 td select[name="choiceEsate"] {
  background: none;
  color: #999;
  font-size: 12px;
  padding: 4px 8px;
  height: 30px;
}

.guide .pageLeading:before {
  background-image: url(../images/guide/img-guide-topmv_pc.jpg);
}
.guide .mainWrap > .container > section + section {
  margin-top: 32px;
}
.guide .overContentsArea .txt {
  font-size: 12px;
  margin-top: 15px;
  margin-right: 27px;
  text-align: right;
}
.guide .overContentsArea .overDetail {
  margin: 0 0 0 -32px;
  width: 1032px;
}
.guide .secService .annotationTxt {
  color: #999;
  display: block;
  font-size: 12px;
  margin-top: 10px;
}
.guide .secService .blueTit {
  margin-top: 23px;
}
.guide .secService .txt a {
  color: #2885a3;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media print, screen and (min-width: 768px) {
  .guide .secService .txt a:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
.guide .secService .dtBlockArea {
  margin: 24px 0 0 0;
}
.guide .secService .dtBlockArea > dl {
  float: none;
  margin: 0 0 20px 0;
  width: 100%;
}
.guide .secService .dtBlockArea > dl:last-of-type {
  margin-bottom: 0;
}
.guide .secService .dtBlockArea > dl dt {
  font-size: 16px;
  padding: 21px 0 17px 30px;
  text-align: initial;
}
.guide .secService .dtBlockArea > dl dd {
  padding: 22px 30px;
}
.guide .secService .dtBlockArea > dl dd p {
  font-weight: bold;
}
.guide .secService .dtBlockArea .detailBox + .detailBox {
  margin-top: 22px;
}
.guide .secService .dtBlockArea .detailBox .smallTit {
  background-color: #e5edff;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 0 3px 30px;
}
.guide .secService .dtBlockArea .detailBox .smallTxt {
  font-weight: normal;
  padding: 14px 0 0 30px;
}
.guide .secService .dtBlockArea ol {
  list-style-type: decimal;
  padding: 20px 0 0 50px;
}
.guide .secService .dtBlockArea .pdf {
  display: block;
  margin-top: 28px;
  margin-bottom: 6px;
  text-align: right;
}
.guide .secService .dtBlockArea .pdf:before {
  background: url(../images/common/arrow-bl-18.png);
  background-size: 100%;
  display: inline-block;
  content: "";
  height: 9px;
  margin-right: 10px;
  width: 7px;
}
.guide .secService .dtBlockArea .pdf:after {
  background-image: url(../images/common/ico-pdf.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  content: '';
  display: inline-block;
  height: 17px;
  margin-left: 16px;
  width: 17px;
  vertical-align: sub;
}
.guide .secService .dtBlockArea .fixFlow {
  padding: 0;
  margin-top: 8px;
}
.guide .secService .dtBlockArea .fixFlow li .liWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  background: url(../images/common/bg-gray.jpg) repeat;
  padding: 0 20px;
  position: relative;
  margin-bottom: 20px;
}
.guide .secService .dtBlockArea .fixFlow li .liWrap:after {
  background-color: #335394;
  content: "";
  left: 46px;
  position: absolute;
  width: 5px;
  height: 20px;
  top: 100%;
}
.guide .secService .dtBlockArea .fixFlow li .liWrap .numberImg {
  margin-right: 20px;
  min-width: 57px;
  width: 57px;
}
.guide .secService .dtBlockArea .fixFlow li .liWrap .numberImg:before {
  background-color: #335394;
  content: "";
  left: 46px;
  position: absolute;
  width: 5px;
  height: calc(50% - 28.5px);
  top: 0;
}
.guide .secService .dtBlockArea .fixFlow li .liWrap .numberImg:after {
  background-color: #335394;
  content: "";
  left: 46px;
  position: absolute;
  width: 5px;
  height: calc(50% - 28.5px);
  bottom: 0;
}
.guide .secService .dtBlockArea .fixFlow li .liWrap .fixFlowTxt {
  padding: 20px 0;
}
.guide .secService .dtBlockArea .fixFlow li .liWrap .fixFlowTxt p {
  font-size: 16px;
}
.guide .secService .dtBlockArea .fixFlow li .liWrap .fixFlowTxt .txt {
  font-weight: normal;
  font-size: inherit;
}
.guide .secService .dtBlockArea .fixFlow li:first-of-type .numberImg:before {
  display: none;
}
.guide .secService .dtBlockArea .fixFlow li:last-of-type {
  padding-bottom: 0;
}
.guide .secService .dtBlockArea .fixFlow li:last-of-type .liWrap:after {
  display: none;
}
.guide .secService .dtBlockArea .fixFlow li:last-of-type .liWrap .numberImg:after {
  display: none;
}
.guide .secService > section + section {
  margin-top: 30px;
}
.guide .secService > section.secFirst {
  margin-bottom: 35px;
}
.guide .secService > section.secFirst .overContentsArea {
  margin-top: 30px;
}
.guide .secService > section.secFirst .overContentsArea .overDetail {
  margin: 0;
}
.guide .secService > section.secThird .annotationTxt {
  margin-top: 3px;
}
.guide .secService > section.secThird .detailBox {
  margin-top: 22px;
}
.guide .secService > section.secFour .detailBox {
  margin-top: 40px;
}
.guide .secService > section.secFour .detailBox:last-of-type {
  margin-bottom: 12px;
}
.guide .secService > section.secFive .dtBlockArea > dl dd {
  padding: 30px;
}
.guide #afterService {
  margin-top: -60px;
  padding-top: 60px;
}
.guide .qualityBtn {
  margin: 30px 0 50px;
}
@media print, screen and (min-width: 768px) {
  .guide .qualityBtn .inner .txtArea {
    padding: 20px 15px 10px;
  }
}

.message .mainWrap section .topTit01 {
  /*margin: 10px 0 28px 0;*/
  margin: 10px 0 0 0;
}
/*
.message .mainWrap section .txt + .txt {
  margin-top: 28px;
}
*/
.message .mainWrap section .txt {
  margin-top: 28px;
}
.message .mainWrap section ul {
    margin-left: 1em;
    margin-top: 30px;
}
.message .mainWrap section ul li {
    margin-top: 0.5em;
    text-indent: -1em;
}

body.reason {
  height: auto;
}
body.reason .fancyBtn {
  position: relative;
  z-index: 100;
}

.keieiFoot .keieiFootBtn li {
  text-align: center;
}
.keieiFoot .keieiFootBtn li a {
  padding: 15px 20px 13px 20px;
}
.keieiFoot .keieiFootBtn li a span {
  margin-left: -10px;
}
@media screen and (max-width: 767px) {
  .keieiFoot .keieiFootBtn li a span {
    padding-left: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .keieiFoot .keieiFootBtn li.book {
    text-align: left;
  }
}
.keieiFoot .keieiFootBtn li.book a span {
  margin-left: 0;
}

.keiei .keieTopVoice {
  margin-top: -60px;
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .business .mainWrap {
    padding: 0 0 50px;
  }
  .business .secSpecial .specialList {
    margin: -20px 0 0 0;
  }
  .business .secSpecial .specialList li {
    margin: 20px 0 0 0;
    width: 100%;
  }
  .business .secSpecial .specialList li > div {
    padding: 0 15px 22px;
  }
  .business .secSpecial .specialList li > div .ribbon {
    height: 48px;
    margin: 0px auto 10px;
    width: 45px;
  }
  .business .secSpecial .specialList li > div .tit {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 12px 0;
  }
  .business .secSpecial .specialList li > div .txt {
    font-size: #spfontSize;
  }
  .business .secContract .overDetail img {
    width: 701px;
  }
  .business .inquiryBtnArea {
    padding: 10px;
  }
  .business .inquiryBtnArea a {
    font-size: 12px;
    padding: 13px 0 12px 0;
    width: 100%;
  }
  .business .inquiryBtnArea a:after {
    background: url(../images/common/arrow-bl-18.png);
    background-size: 100%;
    height: 9px;
    margin-top: -4px;
    right: 12px;
    width: 7px;
  }

  .tomonokai.detail .mainWrap {
    padding: 20px 0 50px;
  }
  .tomonokai.detail .mainWrap .container {
    width: auto;
  }
  .tomonokai.detail .topLeadArea {
    background: none !important;
    height: auto;
    display: block;
  }
  .tomonokai.detail .selectTable01 tr:last-of-type td {
    border-bottom: 1px solid #dedede;
  }
  .tomonokai.detail .selectTable01 th, .tomonokai.detail .selectTable01 td {
    display: block;
    font-size: 12px;
  }
  .tomonokai.detail .selectTable01 th {
    padding: 7px 10px;
    width: 100%;
  }
  .tomonokai.detail .selectTable01 th .required {
    float: none;
    margin-left: 8px;
    font-size: 10px;
    height: 20px;
    line-height: 20px;
    width: 34px;
  }
  .tomonokai.detail .selectTable01 td {
    border-top: none;
    border-bottom: none;
    padding: 10px;
  }
  .tomonokai.detail .selectTable01 td select[name="choiceEsate"] {
    padding: 4px;
  }

  .guide .pageLeading:before {
    background-image: url(../images/guide/img-guide-topmv_pc.jpg);
  }
  .guide .mainWrap {
    padding-top: 0;
  }
  .guide .overContentsArea .txt {
    margin-right: 0;
    text-align: inherit;
  }
  .guide .overContentsArea .overDetail {
    margin: 18px 0 0 -16px;
    width: inherit;
  }
  .guide .overContentsArea .overDetail img {
    height: 335px;
  }
  .guide .secService .annotationTxt {
    font-size: 11px;
  }
  .guide .secService .borderTit {
    line-height: 1.4;
  }
  .guide .secService .blueTit {
    font-size: 16px;
    margin: 0 0 7px 0;
  }
  .guide .secService .dtBlockArea > dl dt, .guide .secService .dtBlockArea > dl dd {
    font-size: 14px;
    padding: 11px 14px;
  }
  .guide .secService .dtBlockArea > dl dd {
    padding: 18px 13px 17px 13px;
  }
  .guide .secService .dtBlockArea > dl dd p {
    font-size: 12px;
  }
  .guide .secService .dtBlockArea > dl dt {
    border-bottom: 1px solid #dedede;
  }
  .guide .secService .dtBlockArea .detailBox + .detailBox {
    margin-top: 12px;
  }
  .guide .secService .dtBlockArea .detailBox .smallTit {
    font-size: #spfontSize;
    padding: 8px 15px;
  }
  .guide .secService .dtBlockArea .detailBox .smallTxt {
    font-size: 12px;
    padding: 14px 13px 0 12px;
  }
  .guide .secService .dtBlockArea ol {
    font-size: 12px;
    padding: 14px 16px 14px 30px;
  }
  .guide .secService .dtBlockArea .pdf {
    margin-top: 32px;
    margin-bottom: 15px;
    padding-left: 14px;
    text-align: inherit;
  }
  .guide .secService .dtBlockArea .pdf:after {
    height: 13px;
    margin-left: 6px;
    width: 13px;
    vertical-align: inherit;
  }
  .guide .secService .dtBlockArea .fixFlow {
    margin: 0;
  }
  .guide .secService .dtBlockArea .fixFlow li .liWrap {
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .guide .secService .dtBlockArea .fixFlow li .liWrap:after {
    left: 28px;
  }
  .guide .secService .dtBlockArea .fixFlow li .liWrap .numberImg {
    height: 40px;
    margin-right: 10px;
    min-width: 40px;
    width: 40px;
  }
  .guide .secService .dtBlockArea .fixFlow li .liWrap .numberImg:before {
    height: calc(50% - 20px);
    left: 28px;
    top: 0;
  }
  .guide .secService .dtBlockArea .fixFlow li .liWrap .numberImg:after {
    height: calc(50% - 20px);
    left: 28px;
    bottom: 0;
  }
  .guide .secService .dtBlockArea .fixFlow li .liWrap .fixFlowTxt {
    padding: 12px 0 19px 0;
  }
  .guide .secService .dtBlockArea .fixFlow li .liWrap .fixFlowTxt p {
    font-size: 12px;
  }
  .guide .secService .dtBlockArea .fixFlow li .liWrap .fixFlowTxt .txt {
    font-size: 12px;
    margin-top: 10px;
  }
  .guide .secService > section {
    margin-top: 30px;
  }
  .guide .secService > section.secFirst {
    margin-top: 42px;
    margin-bottom: 0;
  }
  .guide .secService > section.secFirst .overContentsArea {
    margin-top: 30px;
  }
  .guide .secService > section.secFirst .overContentsArea .overDetail {
    margin: 0;
  }
  .guide .secService > section.secFirst .overContentsArea .overDetail img {
    height: 174px;
    margin-top: 16px;
  }
  .guide .secService > section.secThird .detailBox {
    margin-top: 18px;
  }
  .guide .secService > section.secFour .detailBox {
    margin-top: 28px;
  }
  .guide .secService > section.secFour .detailBox:last-of-type {
    margin-bottom: 0;
  }
  .guide .secService > section.secFour .dtBlockArea > dl dd {
    padding: 13px 13px 30px 13px;
  }
  .guide .secService > section.secFive .dtBlockArea > dl dd {
    padding: 13px 13px 30px 13px;
  }

  .message .mainWrap section .topTit01 {
    margin-top: 0;
  }

  body.quality.zero .spMenu {
    display: none;
  }

  .keiei .keieTopVoice {
    margin: -60px auto 30px !important;
  }
}





.qualityZero .rankingArea {
  /*あとでなんとかするから＞＜*/
  background: none !important;
  border-radius: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 0 0 !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.qualityZero .rankingArea .note {
  margin-bottom: 0 !important;
}

.qualityZero .rankingArea div.right .tac {
  margin-top: 11px !important;
}

.qualityZero .rankingArea div.right .tac p.note {
  line-height: 1.4 !important;
  margin-top: 15px !important;
}

.qualityZero .rankingArea div.right .tac p.note + p.note {
  margin-top: 8px !important;
}

.qualityZero .rankingArea > div {
  background: url(../images/quality/bg-zero02.png);
  border-radius: 3px;
  margin-top: -35px;
  margin-left: 0 !important;
  padding-top: 45px;
  padding-bottom: 4px !important;
  width: 475px !important;
}

.qualityZero .rankingArea div h2 {
  top: -50px !important;
}

.qualityZero .rankingArea div.right {
  background: url(../images/quality/bg-zero02_pc.png) no-repeat bottom center, url(../images/quality/bg-zero02.png) !important;
}

.qualityZero .rankingArea div .note {
  margin-top: 2px !important;
  padding-right: 29px !important;
}

.qualityZero .rankingArea .pastRankingBtn {
  background-size: 100% !important;
  width: 88% !important;
}

.qualityZero .rankingArea .rankingArea-supply {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 12px;
  margin-bottom: 20px;
}

.qualityZero .rankingArea .rankingArea-supply > div {
  margin: 0;
  padding: 0;
}

.qualityZero .rankingArea .rankingArea-supply--item {
  background: none !important;
  display: inline-block;
}

.qualityZero .rankingArea .rankingArea-supply--item:not(:first-of-type) {
  border-top: 1px dashed #989898;
  margin-top: 19px;
  padding-top: 21px;
}

.qualityZero .rankingArea .rankingArea-supply--item__tit {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  border-left: 3px solid #062d7d;
  padding-left: 12px;
}

.qualityZero .rankingArea .rankingArea-supply--item-area {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e9e8e3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 13px;
  padding: 16px 20px 16px 76px;
  width: 424px;
}

.qualityZero .rankingArea .rankingArea-supply--item-area__rank {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  color: #062d7d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4px;
  position: relative;
}

.qualityZero .rankingArea .rankingArea-supply--item-area__rank span {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  margin-left: -2px;
}

.qualityZero .rankingArea .rankingArea-supply--item-area__rank:before {
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  background: url(../images/quality/ico-zero01-gold.png);
  position: absolute;
  left: -55px;
  top: -9px;
  height: 48px;
  width: 47px;
}

.qualityZero .rankingArea .rankingArea-supply--item-area__detail {
  margin-left: 29px;
  padding: 0;
  position: relative;
  width: 100%;
}

.qualityZero .rankingArea .rankingArea-supply--item-area__detail:before {
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  background-color: #d6d1c4;
  bottom: 11px;
  position: absolute;
  left: -17px;
  height: 22px;
  width: 1px;
}

.qualityZero .rankingArea .rankingArea-supply--item-area__detail-name {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #333;
  margin-top: 6px;
}

.qualityZero .rankingArea .rankingArea-supply--item-area__detail-cap {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #c50000;
  margin-top: 6px;
}

@media screen and (max-width: 767px) {
  /*あとでなんとかするから＞＜*/
  .qualityZero .mainWrap {
    padding: 40px 0 0 !important;
  }
  .qualityZero .rankingArea {
    background: none !important;
    border-radius: 0 !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 45px 0 0 !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .qualityZero .rankingArea .note {
    margin-bottom: 0 !important;
  }
  .qualityZero .rankingArea div.right .tac {
    margin-top: 47px !important;
  }
  .qualityZero .rankingArea div.right .tac p.note {
    line-height: 1.4 !important;
    margin-top: -1px !important;
  }
  .qualityZero .rankingArea div.right .tac p.note + p.note {
    margin-top: 8px !important;
  }
  .qualityZero .rankingArea > div {
    background: url(../images/quality/bg-zero02.png);
    border-radius: 3px;
    margin-top: -35px;
    margin-left: 0 !important;
    padding-top: 45px;
    padding-bottom: 4px !important;
    width: 50% !important;
  }
  .qualityZero .rankingArea div h2 {
    top: -30px !important;
  }
  .qualityZero .rankingArea div.right {
    background: url(../images/quality/bg-zero02_pc.png) no-repeat bottom center, url(../images/quality/bg-zero02.png) !important;
    background-size: 146px 90px,100% !important;
  }
  .qualityZero .rankingArea div .note {
    margin-top: 6px !important;
    padding-right: 13px !important;
  }
  .qualityZero .rankingArea .pastRankingBtn {
    background-size: 100% !important;
    border-radius: 6px;
    width: 75% !important;
  }
  .qualityZero .rankingArea .pastRankingBtn a {
    padding: 9px 0 13px 10px !important;
  }
  .qualityZero .rankingArea .rankingArea-supply {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 5px;
    margin-top: 0;
    margin-bottom: 11px;
  }
  .qualityZero .rankingArea .rankingArea-supply > div {
    margin: 0;
    padding: 0;
  }
  .qualityZero .rankingArea .rankingArea-supply--item {
    background: none !important;
    display: inline-block;
    width: 100%;
  }
  .qualityZero .rankingArea .rankingArea-supply--item:not(:first-of-type) {
    border-top: none;
    margin-top: 11px;
    padding-top: 0;
  }
  .qualityZero .rankingArea .rankingArea-supply--item__tit {
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    border-left: 3px solid #062d7d;
    padding-left: 12px;
  }
  .qualityZero .rankingArea .rankingArea-supply--item-area {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #e9e8e3;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 7px;
    padding: 6px 10px 9px 10px !important;
    width: 100%;
  }
  .qualityZero .rankingArea .rankingArea-supply--item-area__rank {
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 4px;
    position: relative;
  }
  .qualityZero .rankingArea .rankingArea-supply--item-area__rank span {
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    margin-left: 2px;
  }
  .qualityZero .rankingArea .rankingArea-supply--item-area__rank:before {
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    background: url(../images/quality/ico-zero01-gold_sp.png);
    background-size: cover;
    position: relative;
    left: 0;
    top: 0;
    height: 18.5px;
    width: 18.5px;
    margin-bottom: -2px;
    margin-right: 3px;
  }
  .qualityZero .rankingArea .rankingArea-supply--item-area__detail {
    margin-left: 0;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .qualityZero .rankingArea .rankingArea-supply--item-area__detail:before {
    display: none;
  }
  .qualityZero .rankingArea .rankingArea-supply--item-area__detail-name {
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    margin-top: 6px;
    text-align: center;
  }
  .qualityZero .rankingArea .rankingArea-supply--item-area__detail-cap {
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    margin-top: 6px;
    text-align: center;
  }
}
