/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

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

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}
@charset "UTF-8";
/**************************************************
  base
***************************************************/
/* -----------------------------------------------
  body
-------------------------------------------------- */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, address, ul, li, dl, dt, dd, table, th, td, form, fieldset {
  margin: 0;
  padding: 0;
  line-height: 1; }

html {
  background: #fff; }

body {
  min-width: 1000px;
  background: #fff;
  color: #333;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
  zoom: 1; }
  body:after {
    content: "";
    display: block;
    clear: both;
    overflow: auto; }

body, input, select, textarea {
  font-size: 15px;
  *font-size: 88.5%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }

.size1 {
  font-size: 87.5%; }

.size2 {
  font-size: 100%; }

#inbox {
  width: 100%;
  min-width: 1000px;
  overflow: hidden; }

.inner {
  width: 1000px;
  margin: 0 auto; }

/* -----------------------------------------------
  elements
-------------------------------------------------- */
h1, h2, h3, h4, h5, ul, dl, dt, dd, p {
  margin: 0;
  padding: 0;
  font-weight: normal; }

ul li {
  list-style: none; }

ol {
  margin-top: 0;
  margin-bottom: 0; }

ol li {
  list-style: decimal; }

p {
  margin-bottom: 0; }

em, strong {
  font-style: normal;
  font-weight: bold; }

img, video {
  border: 0;
  vertical-align: bottom; }

a {
  color: #111;
  text-decoration: none; }
  a:hover {
    color: #666;
    text-decoration: underline; }

.disp-pc {
  display: block; }

/* -----------------------------------------------
  common class
-------------------------------------------------- */
.unit, ul {
  zoom: 1; }
  .unit:after, ul:after {
    content: "";
    display: block;
    clear: both;
    overflow: auto; }

.txtl {
  text-align: left; }

.txtr {
  text-align: right; }

.txtc {
  text-align: center; }

.txtm {
  font-size: 89.2857142857%; }

.txtb {
  font-size: 128.5714285714%; }

.fl {
  float: left; }

.fr {
  float: right; }

.clear {
  clear: both; }

.hide {
  display: none; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.normal {
  font-weight: normal; }

.wordbreak {
  word-break: break-all !important; }

.nowrap {
  white-space: nowrap !important; }

.indention, ul.indention li {
  margin-left: 1em;
  text-indent: -1em; }

ul.indention {
  margin-left: 0;
  text-indent: 0; }

.placeholder {
  color: #999; }

::-webkit-input-placeholder {
  color: #999; }

::-moz-placeholder {
  color: #999; }

:-moz-placeholder {
  color: #999; }

:-ms-input-placeholder {
  color: #bbb; }

:placeholder {
  color: #999; }

a[href^="tel:"] {
  cursor: default; }

a.decor-n {
  text-decoration: none; }

a.decor-u {
  text-decoration: underline; }

a.external {
  background: url(../images/icon_external.png) no-repeat right center;
  padding-right: 14px;
  zoom: 1; }

ul.list {
  zoom: 1;
  margin: 10px 0; }
  ul.list:after {
    content: "";
    display: block;
    clear: both;
    overflow: auto; }
  ul.list li {
    list-style-type: disc;
    margin-left: 20px;
    line-height: 1.4; }

ul.list-n {
  zoom: 1;
  margin: 10px 0; }
  ul.list-n:after {
    content: "";
    display: block;
    clear: both;
    overflow: auto; }
  ul.list-n li {
    list-style-type: none;
    line-height: 1.4; }

ol.dec {
  margin: 10px 0; }
  ol.dec li {
    list-style-type: decimal;
    margin-left: -20px;
    line-height: 1.4; }

.err {
  margin-top: 8px; }
  .err span {
    color: #C00;
    background: #FBEEEA;
    padding: 3px 8px;
    font-size: 92.8571428571%;
    line-height: 1.4; }

.notes a {
  font-size: 78.5714285714%;
  color: #666;
  background: url(../images/icon_bc-navi.gif) no-repeat 4px 50%;
  padding-left: 14px; }

.caution {
  color: #C00; }

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px; }
  #page-top a {
    width: 40px;
    height: 40px;
    display: block;
    background: url(../images/icon_pagetop.png) no-repeat center #005f9d;
    border: 1px solid #004D80;
    border-radius: 4px;
    outline: none; }
  #page-top a:hover {
    background: url(../images/icon_pagetop.png) no-repeat center #0072BD;
    text-decoration: none;
    border: 1px solid #004D80; }

iframe[name="google_conversion_frame"] {
  position: absolute;
  top: 0; }

/* bottan */
.entry {
  text-align: center; }

.btn-list {
  margin: 0 auto; }
  .btn-list li {
    float: left; }
    .btn-list li.back {
      padding-right: 10px; }

.btn-entry {
  margin: 0 auto;
  min-height: 60px; }
  .btn-entry a {
    display: block;
    background: url(../images/icon_arrow2.png) no-repeat right center #005f9d;
    color: #FFFFFF;
    border-radius: 2px;
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 20px 30px;
    text-decoration: none;
    font-weight: bold; }
    .btn-entry a:hover {
      background: url(../images/icon_arrow2.png) no-repeat right center #0072BD; }

.btn-back {
  margin: 0 auto;
  min-height: 60px; }
  .btn-back a {
    display: block;
    background: url(../images/icon_arrow3.png) no-repeat left center #005f9d;
    color: #FFFFFF;
    border-radius: 2px;
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 20px 30px;
    text-decoration: none;
    font-weight: bold; }
    .btn-back a:hover {
      background: url(../images/icon_arrow3.png) no-repeat left center #0072BD; }

.btn-details {
  margin: 0 auto;
  min-height: 25px; }
  .btn-details a {
    display: block;
    background: url(../images/icon_arrow2.png) no-repeat right center #91702e;
    color: #FFFFFF;
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 78.5714285714%;
    text-align: center;
    text-decoration: none; }
    .btn-details a:hover {
      background: url(../images/icon_arrow2.png) no-repeat right center #A68133; }

.btn-more {
  margin: 0 auto;
  min-height: 25px; }
  .btn-more a {
    display: block;
    background: url(../images/icon_arrow1.png) no-repeat 200px center #fff;
    border: 1px solid #024b7a;
    color: #005f9d;
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 92.8571428571%;
    text-align: center;
    padding: 20px 30px;
    text-decoration: none; }
    .btn-more a:hover {
      background: url(../images/icon_arrow1.png) no-repeat 200px center #f4f4f4; }

.btn-entry-w {
  margin: 0 auto;
  min-height: 60px; }
  .btn-entry-w a {
    display: block;
    background: url(../images/icon_arrow2.png) no-repeat right center #91702e;
    color: #FFFFFF;
    border-radius: 2px;
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 20px 30px;
    text-decoration: none;
    font-weight: bold; }
    .btn-entry-w a:hover {
      background: url(../images/icon_arrow2.png) no-repeat right center #A68133; }

.btn-entry-g {
  margin: 0 auto;
  min-height: 60px; }
  .btn-entry-g a {
    display: block;
    background: url(../images/icon_arrow5.png) no-repeat right center #FDFBF0;
    color: #91702e;
    border: 1px solid #91702e;
    border-radius: 2px;
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 20px 30px;
    text-decoration: none; }
    .btn-entry-g a:hover {
      background: url(../images/icon_arrow5.png) no-repeat right center #F7EECA; }

.btn-request-h {
  margin: 0 auto;
  min-height: 40px; }
  .btn-request-h a {
    display: block;
    background: url(../images/icon_arrow1.png) no-repeat 90% center #fff;
    border: 1px solid #024b7a;
    color: #005f9d;
    font-weight: bold;
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 100%;
    letter-spacing: 0.04em;
    text-align: center;
    padding: 6px 40px 7px 25px;
    text-decoration: none; }
    .btn-request-h a:hover {
      background: url(../images/icon_arrow1.png) no-repeat 90% center #f4f4f4; }
    .btn-request-h a span {
      background: url(../images/icon_data.png) left center/22px 26px no-repeat;
      line-height: 1.8;
      min-height: 26px;
      display: inline-block;
      padding-left: 35px; }

.btn-contact-h {
  margin: 0 auto;
  min-height: 40px; }
  .btn-contact-h a {
    display: block;
    background: url(../images/icon_arrow1.png) no-repeat 90% center #fff;
    border: 1px solid #024b7a;
    color: #005f9d;
    font-weight: bold;
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 100%;
    letter-spacing: 0.04em;
    text-align: center;
    padding: 6px 40px 7px 25px;
    text-decoration: none; }
    .btn-contact-h a:hover {
      background: url(../images/icon_arrow1.png) no-repeat 90% center #f4f4f4; }
    .btn-contact-h a span {
      background: url(../images/icon_mail.png) left center/29px 18px no-repeat;
      line-height: 1.8;
      min-height: 26px;
      display: inline-block;
      padding-left: 35px; }

.btn-contact {
  margin: 0 auto;
  min-height: 60px; }
  .btn-contact a {
    display: block;
    background: url(../images/icon_arrow1.png) no-repeat 94% center #fff;
    border: 2px solid #005f9d;
    color: #005f9d;
    font-weight: bold;
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 100%;
    text-align: center;
    padding: 12px 30px 13px 20px;
    text-decoration: none; }
    .btn-contact a:hover {
      background: url(../images/icon_arrow1.png) no-repeat 94% center #f4f4f4; }
    .btn-contact a span {
      background: url(../images/icon_mail.png) left center/29px 18px no-repeat;
      line-height: 2.0;
      min-height: 18px;
      display: inline-block;
      padding-left: 36px; }

.btn-seminar {
  margin: 0 auto;
  min-height: 60px; }
  .btn-seminar a {
    display: block;
    background: url(../images/icon_arrow1.png) no-repeat 94% center #fff;
    border: 2px solid #005f9d;
    color: #005f9d;
    font-weight: bold;
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 100%;
    text-align: center;
    padding: 12px 30px 12px 20px;
    text-decoration: none; }
    .btn-seminar a:hover {
      background: url(../images/icon_arrow1.png) no-repeat 94% center #f4f4f4; }
    .btn-seminar a span {
      background: url(../images/icon_seminar.png) left center/26px 31px no-repeat;
      line-height: 2.0;
      min-height: 31px;
      display: inline-block;
      padding-left: 32px; }

.btn-request {
  margin: 0 auto;
  min-height: 60px; }
  .btn-request a {
    display: block;
    background: url(../images/icon_arrow1.png) no-repeat 90% center #fff;
    border: 2px solid #005f9d;
    color: #005f9d;
    font-weight: bold;
    font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 100%;
    letter-spacing: 0.02em;
    text-align: center;
    padding: 12px 40px 13px 20px;
    text-decoration: none; }
    .btn-request a:hover {
      background: url(../images/icon_arrow1.png) no-repeat 90% center #f4f4f4; }
    .btn-request a span {
      background: url(../images/icon_data.png) left center/22px 26px no-repeat;
      line-height: 2.0;
      min-height: 26px;
      display: inline-block;
      padding-left: 34px; }

/* table */
table.base {
  width: 100%;
  margin: 40px 0; }
  table.base th, table.base td {
    padding: 15px;
    line-height: 1.5; }
  table.base th {
    background: #f4f4f4;
    border-bottom: 1px solid #ccc;
    text-align: left; }
    table.base th .func {
      position: absolute;
      top: 0;
      right: 0;
      background: #C00;
      color: #fff;
      padding: 2px 8px;
      font-size: 82.1428571429%;
      font-weight: normal;
      border-radius: 2px; }
  table.base td {
    border-bottom: 1px solid #ccc; }
    table.base td p {
      line-height: 1.6; }
    table.base td.anchor {
      position: relative; }

table.list {
  width: 100%;
  margin: 40px 0; }
  table.list th, table.list td {
    padding: 12px;
    line-height: 1.5; }
  table.list th {
    background: #f4f4f4;
    border-right: 1px solid #ccc;
    text-align: center; }
  table.list td {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc; }
  table.list th.last, table.list td.last {
    border-right: 0; }

/* site-navi */
.site-navi {
  position: fixed;
  bottom: 205px;
  right: 35px; }
  .site-navi li {
    padding: 10px 0;
    width: 150px;
    text-align: right; }
    .site-navi li a {
      text-decoration: none;
      font-size: 107.1428571429%;
      color: #005f9d; }
      .site-navi li a span {
        display: none; }
      .site-navi li a:hover {
        color: #ccc; }
        .site-navi li a:hover span {
          display: inherit; }

/* -----------------------------------------------
  margin class
-------------------------------------------------- */
.m_tx0 {
  margin-top: 0 !important; }

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

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

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

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

.m_rx0 {
  margin-right: 0 !important; }

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

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

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

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

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

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

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

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

.m_bx0 {
  margin-bottom: 0 !important; }

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

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

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

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

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

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

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

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

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

.m_lx0 {
  margin-left: 0 !important; }

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

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

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

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

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

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

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

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

/**************************************************
  structure
***************************************************/
/* -----------------------------------------------
  header
-------------------------------------------------- */
#page-header {
  width: 100%; }
  #page-header .header-area {
    height: 57px;
    background: #005f9d; }
    #page-header .header-area .inner {
      position: relative; }
      #page-header .header-area .inner .logo {
        position: absolute;
        top: 0;
        left: 0; }
      #page-header .header-area .inner .dial {
        color: #fff;
        font-size: 92.8571428571%;
        text-align: center;
        padding-top: 12px; }
        #page-header .header-area .inner .dial img {
          padding: 0 10px 0px 8px;
          vertical-align: middle !important; }
      #page-header .header-area .inner .btn-request-h {
        position: absolute;
        top: 8px;
        right: 0; }
      #page-header .header-area .inner .btn-contact-h {
        position: absolute;
        top: 8px;
        right: 0; }
  #page-header .header-nav {
    height: 62px;
    background: #f9f9f9;
    border-bottom: 2px solid #eaeaea; }
    #page-header .header-nav .global-nav {
      margin-left: 109px; }
      #page-header .header-nav .global-nav li {
        float: left; }
        #page-header .header-nav .global-nav li.about a {
          width: 270px; }
        #page-header .header-nav .global-nav li.object a {
          width: 155px; }
        #page-header .header-nav .global-nav li.flow a {
          width: 160px; }
        #page-header .header-nav .global-nav li.faq a {
          width: 152px; }
        #page-header .header-nav .global-nav li.seminar a {
          width: 152px; }
      #page-header .header-nav .global-nav a {
        display: block;
        background: url(../images/img_line.png) no-repeat right 13px;
        font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-size: 96.4285714286%;
        letter-spacing: 0.02em;
        text-align: center;
        color: #555;
        padding: 25px 0 20px;
        text-decoration: none; }
        #page-header .header-nav .global-nav a:hover {
          border-bottom: 4px solid #005f9d;
          color: #666; }
  #page-header h1 {
    text-align: center;
    padding: 30px 0; }

#about #page-header .global-nav li.about,
#object #page-header .global-nav li.object,
#flow #page-header .global-nav li.flow,
#faq #page-header .global-nav li.faq,
#seminar #page-header .global-nav li.seminar {
  border-bottom: 4px solid #005f9d; }

#about #page-header .global-nav li.about a:hover,
#object #page-header .global-nav li.object a:hover,
#flow #page-header .global-nav li.flow a:hover,
#faq #page-header .global-nav li.faq a:hover,
#seminar #page-header .global-nav li.seminar a:hover {
  border-bottom: 0; }

/* -----------------------------------------------
  container
-------------------------------------------------- */
#container .contents {
  width: 1000px;
  margin: 40px auto 80px; }
  #container .contents .bc-nav {
    zoom: 1;
    margin-bottom: 30px; }
    #container .contents .bc-nav:after {
      content: "";
      display: block;
      clear: both;
      overflow: auto; }
    #container .contents .bc-nav ol {
      margin-left: -40px; }
      #container .contents .bc-nav ol li {
        float: left;
        padding-left: 20px;
        font-size: 92.8571428571%;
        line-height: 1.4;
        color: #888;
        background: url(../images/icon_bc-navi.gif) no-repeat 8px 50%;
        list-style: none;
        /*white-space: nowrap;*/ }
        #container .contents .bc-nav ol li.home {
          padding-left: 0;
          background: none; }
        #container .contents .bc-nav ol li a {
          color: #888; }
  #container .contents .contact {
    border: 4px solid #cccccc;
    padding: 30px 35px;
    margin-top: 40px; }
    #container .contents .contact .unit .fl {
      width: 420px;
      margin-top: 5px; }
      #container .contents .contact .unit .fl p {
        vertical-align: middle;
        position: relative; }
        #container .contents .contact .unit .fl p span {
          position: absolute;
          top: 13px;
          right: 35px; }
    #container .contents .contact .unit .fr {
      width: 490px; }
  #container .contents .lnavi {
    border-top: 1px solid #005f9d;
    border-bottom: 1px solid #005f9d; }
    #container .contents .lnavi li {
      float: left;
      width: 33.3%;
      box-sizing: border-box;
      background: url(../images/icon_arrow6.png) no-repeat 94% center;
      border-left: 1px solid #005f9d;
      font-size: 114.2857142857%;
      line-height: 1;
      text-align: center; }
      #container .contents .lnavi li:first-child {
        border: none; }
      #container .contents .lnavi li a {
        width: 100%;
        padding: 30px 0;
        display: block;
        text-decoration: none; }
        #container .contents .lnavi li a:hover, #container .contents .lnavi li a.active {
          color: #333;
          background: url(../images/icon_arrow6.png) no-repeat 94% center #f0f8fd; }
  #container .contents .lnavi-b {
    border-top: 1px solid #005f9d;
    border-bottom: 1px solid #005f9d;
    margin: 80px 0; }
    #container .contents .lnavi-b li {
      float: left;
      width: 33.3%;
      box-sizing: border-box;
      background: url(../images/icon_arrow7.png) no-repeat 94% center;
      border-left: 1px solid #005f9d;
      font-size: 114.2857142857%;
      line-height: 1;
      text-align: center; }
      #container .contents .lnavi-b li:first-child {
        border: none; }
      #container .contents .lnavi-b li a {
        width: 100%;
        padding: 30px 0;
        display: block;
        text-decoration: none; }
        #container .contents .lnavi-b li a:hover, #container .contents .lnavi-b li a.active {
          color: #333;
          background: url(../images/icon_arrow7.png) no-repeat 94% center #f0f8fd; }
  #container .contents .item {
    background: #005f9d;
    border-radius: 4px;
    padding: 25px 20px;
    text-align: center;
    position: relative; }
    #container .contents .item:after {
      border-top: 8px solid #005f9d;
      border-right: 8px solid transparent;
      border-left: 8px solid transparent;
      content: '';
      margin-left: -10px;
      position: absolute;
      bottom: -8px;
      left: 50%; }
  #container .contents form table p {
    margin-bottom: 0;
    line-height: 1.6; }
  #container .contents form label {
    padding: 0 8px 0 3px;
    vertical-align: top; }
  #container .contents form select {
    border: 1px solid #ddd;
    padding: 4px 6px;
    border-radius: 4px;
    font-size: 100%; }
  #container .contents form textarea {
    border: 1px solid #ddd;
    vertical-align: middle;
    padding: 6px;
    border-radius: 4px;
    width: 97%; }
  #container .contents form .text-input {
    border: 1px solid #ddd;
    vertical-align: middle;
    padding: 4px 6px;
    border-radius: 4px; }
  #container .contents form .active {
    ime-mode: active; }
  #container .contents form .inactive {
    ime-mode: inactive; }
  #container .contents form .long {
    width: 400px; }
  #container .contents form .medium {
    width: 200px; }
  #container .contents form .short {
    width: 100px; }

.lower .main-visual {
  height: 250px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover; }
  .lower .main-visual .inner {
    height: 250px;
    position: relative; }
.lower h2 {
  zoom: 1;
  font-size: 171.4285714286%;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.04em;
  border-bottom: 2px solid #005f9d;
  padding: 12px 0;
  margin-bottom: 40px; }
  .lower h2:after {
    content: "";
    display: block;
    clear: both;
    overflow: auto; }
  .lower h2 span {
    font-size: 85.7142857143%; }
.lower h3 {
  zoom: 1;
  font-size: 157.1428571429%;
  line-height: 1.4;
  letter-spacing: 0.04em;
  border-bottom: 2px solid #999;
  padding: 12px 0;
  margin: 60px 0 40px; }
  .lower h3:after {
    content: "";
    display: block;
    clear: both;
    overflow: auto; }

/* IE10以降hack */
/* -----------------------------------------------
  plugin
-------------------------------------------------- */
/* fancybox */
.fancybox-close {
  background: url(../images/icon_close.gif) !important;
  position: absolute;
  top: -20px !important;
  right: -16px !important;
  width: 34px;
  height: 34px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-prev span {
  background: url(../images/icon_prev_b.gif) !important;
  width: 34px;
  height: 34px;
  left: 0px !important; }

.fancybox-next span {
  background: url(../images/icon_next_b.gif) !important;
  width: 34px;
  height: 34px;
  right: 0px !important; }

/* -----------------------------------------------
  footer
-------------------------------------------------- */
#page-footer .footer-contact {
  background: url(../images/bg_section.png);
  padding: 30px; }
  #page-footer .footer-contact .contact-navi {
    background: #fff;
    padding: 40px 30px 40px 40px; }
    #page-footer .footer-contact .contact-navi .unit .fl {
      width: 325px;
      position: relative; }
      #page-footer .footer-contact .contact-navi .unit .fl .tel {
        position: absolute;
        top: -8px;
        left: 70px;
        font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-size: 107.1428571429%;
        letter-spacing: 0.05em; }
    #page-footer .footer-contact .contact-navi .unit .fr {
      width: 575px;
      padding-top: 8px; }
      #page-footer .footer-contact .contact-navi .unit .fr li {
        float: left;
        padding-right: 5px; }
        #page-footer .footer-contact .contact-navi .unit .fr li.last {
          padding-right: 0; }
    #page-footer .footer-contact .contact-navi .unit .second ul {
      margin-left: 50px; }
    #page-footer .footer-contact .contact-navi .unit .second li .btn-contact a {
      padding: 12px 50px 13px 40px; }
    #page-footer .footer-contact .contact-navi .unit .second li .btn-seminar a {
      padding: 12px 40px 12px 30px; }
    #page-footer .footer-contact .contact-navi .unit .second li .btn-request a {
      padding: 12px 60px 13px 45px; }
#page-footer .footer-navi {
  background: #005f9d;
  padding: 17px 0; }
  #page-footer .footer-navi li {
    float: left;
    padding: 0 18px;
    border-right: 1px solid #fff; }
    #page-footer .footer-navi li.first {
      padding-left: 0; }
    #page-footer .footer-navi li.last {
      padding-right: 0;
      border-right: 0; }
    #page-footer .footer-navi li a {
      font-size: 92.8571428571%;
      color: #fff; }
#page-footer .footer-copy {
  padding: 25px 0 50px;
  text-align: center; }
  #page-footer .footer-copy small {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 85.7142857143%;
    letter-spacing: 1px; }

/**************************************************
  unique
***************************************************/
/* -----------------------------------------------
  home
-------------------------------------------------- */
#home .main-visual {
  background: url(../images/bg_section.png);
  padding: 30px 0; }
#home .products {
  margin-bottom: 50px; }
  #home .products .frame {
    background: url(../images/img_box_i.png) repeat-y; }
  #home .products .spot {
    background: url(../images/img_box_u.png) no-repeat center top; }
    #home .products .spot .inner {
      background: url(../images/img_box_b.png) no-repeat center bottom;
      padding: 45px 0 30px; }
    #home .products .spot h2 {
      font-size: 135.7142857143%;
      color: #005f9d;
      font-weight: bold;
      line-height: 1.6;
      text-align: center;
      margin-bottom: 30px; }
    #home .products .spot ul {
      padding: 10px 25px; }
      #home .products .spot ul li {
        float: left;
        width: 270px;
        padding: 0 23px; }
        #home .products .spot ul li .pic {
          text-align: center;
          margin: 15px 0; }
        #home .products .spot ul li .txt {
          line-height: 1.6; }
    #home .products .spot .btn-entry-w {
      zoom: 1;
      width: 400px;
      margin: 20px auto; }
      #home .products .spot .btn-entry-w:after {
        content: "";
        display: block;
        clear: both;
        overflow: auto; }
      #home .products .spot .btn-entry-w a {
        font-size: 100%; }
#home .news {
  margin-top: 40px; }
  #home .news h3 {
    font-size: 128.5714285714%;
    font-weight: bold;
    letter-spacing: 0.04em;
    padding: 12px 0;
    border-bottom: 2px solid #005f9d; }
  #home .news li {
    border-bottom: 1px dotted #ccc;
    padding: 20px 18px;
    line-height: 1.7; }
    #home .news li .date {
      letter-spacing: 0.05em; }
    #home .news li .icon {
      font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 85.7142857143%;
      line-height: 1.4;
      color: #fff;
      padding: 2px 15px;
      margin: 0 15px; }
    #home .news li .seminar {
      background: #34b7b5; }
    #home .news li .object {
      background: #ec993f; }
    #home .news li .info {
      background: #ec993f; }

/* -----------------------------------------------
  about
-------------------------------------------------- */
#about p {
  line-height: 1.6; }
#about .spot .lead {
  font-size: 142.8571428571%;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin: 60px 0; }
  #about .spot .lead span {
    color: #ac1f24; }
#about .spot .txt {
  font-size: 107.1428571429%;
  margin: 30px 0; }
#about .spot .spot-list {
  zoom: 1; }
  #about .spot .spot-list:after {
    content: "";
    display: block;
    clear: both;
    overflow: auto; }
  #about .spot .spot-list > li {
    float: left;
    width: 485px; }
    #about .spot .spot-list > li.last {
      padding-left: 30px; }
  #about .spot .spot-list .effect {
    zoom: 1;
    border: 1px solid #005f9d;
    padding: 20px; }
    #about .spot .spot-list .effect:after {
      content: "";
      display: block;
      clear: both;
      overflow: auto; }
    #about .spot .spot-list .effect h4 {
      font-size: 121.4285714286%;
      color: #005f9d;
      font-weight: bold;
      line-height: 1.6;
      text-align: center;
      margin-bottom: 10px; }
    #about .spot .spot-list .effect h5 {
      font-size: 107.1428571429%;
      font-weight: bold;
      line-height: 1.6;
      text-align: center;
      margin: 20px 0 10px; }
    #about .spot .spot-list .effect .list-n {
      background: #f4f4f4;
      padding: 8px;
      margin: 20px 0 0; }
      #about .spot .spot-list .effect .list-n li {
        font-size: 78.5714285714%; }
  #about .spot .spot-list .box2 p {
    font-size: 114.2857142857%; }
  #about .spot .spot-list .box2 .txtc {
    padding: 20px 0 30px; }
#about .legal {
  margin: 30px 0 80px;
  border: 1px solid #005f9d;
  padding: 30px; }
  #about .legal h4 {
    font-size: 121.4285714286%;
    font-weight: bold;
    letter-spacing: 0.04em;
    text-align: center;
    margin-bottom: 20px; }
  #about .legal h5 {
    font-size: 114.2857142857%;
    font-weight: bold;
    margin: 20px 0; }
  #about .legal ol {
    background: #FCF8E9;
    padding: 20px;
    margin: 20px 0 0; }
    #about .legal ol li {
      margin-left: 20px;
      font-size: 107.1428571429%;
      line-height: 1.6; }
#about .structure h4 {
  font-size: 135.7142857143%;
  color: #005f9d;
  font-weight: bold;
  line-height: 1.6;
  text-align: center; }
#about .structure .txtc {
  margin: 40px 0 50px; }
#about .structure ul li h5 {
  font-size: 114.2857142857%;
  font-weight: bold;
  border-bottom: 1px dotted #999;
  padding: 12px 0; }
  #about .structure ul li h5 span {
    background: #b49b63;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 107.1428571429%;
    font-weight: normal;
    color: #fff;
    padding: 5px 10px;
    border-radius: 100px;
    margin-right: 6px; }
#about .structure ul li p {
  font-size: 114.2857142857%;
  padding: 10px 0 20px; }
#about .manage {
  margin: 80px 0 50px;
  border-bottom: 1px dotted #999; }
  #about .manage h4 {
    font-size: 135.7142857143%;
    color: #005f9d;
    font-weight: bold;
    line-height: 1.6;
    text-align: center; }
  #about .manage ul {
    margin: 40px 0 20px;
    padding: 10px 20px; }
    #about .manage ul li {
      float: left;
      width: 280px;
      padding: 0 20px; }
      #about .manage ul li .img {
        text-align: center; }
      #about .manage ul li .txt {
        font-size: 107.1428571429%;
        margin: 20px 0; }
#about .group {
  margin-bottom: 50px; }
  #about .group h4 {
    font-size: 135.7142857143%;
    color: #005f9d;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 40px; }
    #about .group h4 span {
      vertical-align: middle;
      padding-right: 20px; }
  #about .group ul {
    margin: 40px auto;
    width: 700px; }
    #about .group ul li {
      float: left;
      padding-left: 10px; }
      #about .group ul li.left {
        padding-left: 0;
        padding-top: 8px; }
      #about .group ul li .now {
        font-size: 85.7142857143%;
        text-align: right;
        padding-top: 2px; }
#about .attention h4 {
  font-size: 135.7142857143%;
  border-bottom: 1px dotted #999;
  padding: 12px 0;
  margin: 40px 0 30px; }
#about .attention h5 {
  font-size: 107.1428571429%;
  color: #005f9d;
  font-weight: bold;
  margin: 20px 0 10px;
  border-left: 15px solid #005f9d;
  padding-left: 7px; }
#about .corporate h3 {
  margin: 80px 0 40px; }
#about .corporate h4 {
  font-size: 135.7142857143%;
  color: #005f9d;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  border-top: 1px dotted #999;
  padding-top: 40px;
  margin-bottom: 30px; }
#about .corporate .logo {
  width: 680px;
  margin: 0 auto;
  display: block;
  border: 1px solid #cccccc;
  padding: 20px;
  text-align: center; }
#about .corporate .unit {
  width: 720px;
  margin: 40px auto; }
  #about .corporate .unit .fl {
    width: 410px;
    padding-top: 20px; }
  #about .corporate .unit .fr {
    width: 280px; }
#about .corporate ul li {
  width: 245px;
  float: left;
  padding-right: 6px; }
  #about .corporate ul li.last {
    padding-right: 0; }

/* -----------------------------------------------
  object
-------------------------------------------------- */
#object .contents {
  position: relative; }
  #object .contents .rate {
    position: absolute;
    top: -52px;
    left: 0;
    font-size: 78.5714285714%;
    line-height: 1.2;
    color: #666; }
#object .main-visual .scale {
  position: absolute;
  left: 0;
  top: 40px; }
#object .main-visual .mark {
  position: absolute;
  right: 0;
  bottom: 18px; }
#object .btn-entry {
  width: 450px;
  margin: 40px auto; }
  #object .btn-entry a {
    font-size: 114.2857142857%;
    padding: 22px 30px; }
#object .explain {
  margin-bottom: 60px; }
  #object .explain h4 {
    font-size: 135.7142857143%;
    color: #005f9d;
    font-weight: bold;
    margin-bottom: 30px; }
  #object .explain p {
    line-height: 1.6; }
  #object .explain .unit {
    zoom: 1;
    margin-bottom: 50px; }
    #object .explain .unit:after {
      content: "";
      display: block;
      clear: both;
      overflow: auto; }
    #object .explain .unit .fl {
      width: 630px; }
      #object .explain .unit .fl .txt {
        font-size: 107.1428571429%; }
    #object .explain .unit .fr {
      width: 320px; }
    #object .explain .unit .move {
      border: 2px solid #ccc;
      padding: 20px 40px 15px;
      margin-top: 50px; }
      #object .explain .unit .move ul {
        margin-top: 15px; }
        #object .explain .unit .move ul li {
          font-size: 85.7142857143%;
          line-height: 1.4; }
    #object .explain .unit .about {
      margin: 30px 0 0;
      border: 2px solid #ccc;
      padding: 20px 15px; }
      #object .explain .unit .about h5 {
        font-size: 114.2857142857%;
        color: #005f9d;
        border-bottom: 1px dotted #005f9d;
        padding-bottom: 10px;
        margin-bottom: 20px; }
      #object .explain .unit .about p {
        font-size: 92.8571428571%; }
  #object .explain .map {
    zoom: 1;
    margin-bottom: 40px; }
    #object .explain .map:after {
      content: "";
      display: block;
      clear: both;
      overflow: auto; }
    #object .explain .map h5 {
      font-size: 114.2857142857%;
      font-weight: bold;
      color: #005f9d;
      margin-bottom: 15px; }
    #object .explain .map li {
      float: left;
      width: 490px; }
      #object .explain .map li.last {
        padding-left: 20px; }
      #object .explain .map li p {
        font-size: 85.7142857143%;
        line-height: 1.4;
        margin-top: 5px; }
#object .object-box {
  zoom: 1;
  border: 1px solid #005f9d;
  margin-bottom: 40px; }
  #object .object-box:after {
    content: "";
    display: block;
    clear: both;
    overflow: auto; }
  #object .object-box h3 {
    font-size: 114.2857142857%;
    margin: 0;
    border-bottom: 0;
    background: #f0f8fd;
    padding-left: 15px;
    font-weight: bold;
    position: relative; }
    #object .object-box h3 a {
      display: block;
      text-decoration: none; }
  #object .object-box .fl {
    width: 798px; }
  #object .object-box .fr {
    width: 200px; }
  #object .object-box .property {
    padding: 15px; }
    #object .object-box .property table.base {
      margin: 0;
      border: 1px solid #ccc; }
      #object .object-box .property table.base th, #object .object-box .property table.base td {
        padding: 9px 8px;
        font-size: 92.8571428571%; }
      #object .object-box .property table.base th {
        width: 100px;
        background: #FDFBF0;
        font-weight: normal;
        text-align: center; }
      #object .object-box .property table.base td {
        background: #fff; }
  #object .object-box .btn-entry {
    position: absolute;
    top: 7px;
    right: 8px;
    width: 170px;
    margin: 0 auto;
    min-height: 22px; }
    #object .object-box .btn-entry a {
      font-size: 78.5714285714%;
      font-weight: normal;
      padding: 10px 20px; }
#object #movie {
  margin-bottom: 60px; }
  #object #movie h4 {
    font-size: 128.5714285714%;
    border-left: 4px solid #333;
    margin-bottom: 10px;
    padding: 4px 10px; }
  #object #movie h4.mv {
    border-left: 0;
    padding: 0;
    margin: 60px 0 10px;
    text-align: center; }
  #object #movie div {
    margin: 0 auto;
    text-align: center; }
    #object #movie div iframe {
      border: 4px solid #cccccc; }

#object-outline table.base th {
  text-align: center;
  border-right: 1px solid #ccc; }
  #object-outline table.base th .mini {
    font-size: 85.7142857143%; }
#object-outline table.base td .mini {
  font-size: 85.7142857143%; }
#object-outline table.base td .big {
  font-size: 114.2857142857%; }
#object-outline table.base td .look {
  color: #005f9d; }
#object-outline table.base td.sub {
  width: 80px;
  background: #FDFBF0;
  text-align: center; }
#object-outline table.base td .btn-details {
  position: absolute;
  width: 90px; }
  #object-outline table.base td .btn-details a {
    font-size: 85.7142857143%;
    padding: 5px 15px 5px 10px; }
#object-outline #tab3 table.base th {
  width: 120px; }
#object-outline #tab1 table.base th {
  width: 150px; }
#object-outline #tab1 .case {
  font-size: 92.8571428571%;
  line-height: 1.4;
  margin: -20px 0 30px 2.5em;
  text-indent: -2.5em; }
#object-outline #tab2 table.base th {
  width: 150px; }
#object-outline #tab2 .caution {
  font-size: 128.5714285714%;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px; }
#object-outline #tab2 .schedule {
  zoom: 1;
  margin-bottom: 50px; }
  #object-outline #tab2 .schedule:after {
    zoom: 1; }
    #object-outline #tab2 .schedule:after:after {
      content: "";
      display: block;
      clear: both;
      overflow: auto; }
  #object-outline #tab2 .schedule li {
    margin: 0 auto 30px;
    position: relative;
    width: 90%; }
    #object-outline #tab2 .schedule li:last-child {
      margin: 0 auto; }
    #object-outline #tab2 .schedule li:not(:last-child):after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      border: 30px solid rgba(0, 0, 0, 0);
      border-left-width: 30px;
      border-top-color: #f0f8fd;
      border-top-width: 20px;
      left: 46%; }
    #object-outline #tab2 .schedule li div {
      padding: 15px;
      background: #f0f8fd;
      text-align: center; }
      #object-outline #tab2 .schedule li div h4 {
        font-size: 142.8571428571%;
        font-weight: bold;
        color: #005f9d;
        letter-spacing: 2px;
        line-height: 1.4;
        margin-bottom: 5px; }
      #object-outline #tab2 .schedule li div p {
        font-size: 135.7142857143%;
        font-weight: bold;
        line-height: 1.4; }
        #object-outline #tab2 .schedule li div p span {
          font-size: 71.4285714286%;
          font-weight: normal; }
#object-outline #tab2 .rule {
  margin-bottom: 50px; }
  #object-outline #tab2 .rule h5 {
    zoom: 1;
    font-size: 150%;
    color: #005f9d;
    letter-spacing: 0.04em;
    border-bottom: 1px solid #005f9d;
    padding: 12px 0;
    margin: 30px 0; }
    #object-outline #tab2 .rule h5:after {
      content: "";
      display: block;
      clear: both;
      overflow: auto; }
  #object-outline #tab2 .rule p {
    line-height: 1.6; }
  #object-outline #tab2 .rule .dec {
    margin: 20px 0; }
    #object-outline #tab2 .rule .dec li {
      line-height: 1.6;
      padding-bottom: 10px; }

.photo h4 {
  font-size: 114.2857142857%;
  font-weight: bold;
  color: #005f9d;
  margin-bottom: 20px; }
.photo ul {
  zoom: 1; }
  .photo ul:after {
    content: "";
    display: block;
    clear: both;
    overflow: auto; }
  .photo ul li {
    float: left; }
    .photo ul li.last {
      padding-right: 0; }
    .photo ul li .img {
      margin-bottom: 10px; }
    .photo ul li .txt {
      font-size: 85.7142857143%;
      line-height: 1.4;
      padding: 0 5px 0 0; }

.takamatsuekimae #object-outline table.base .btn-details {
  top: 12px;
  left: 250px; }
.takamatsuekimae .photo ul li {
  width: 245px;
  padding-right: 6px; }
  .takamatsuekimae .photo ul li.last {
    padding-right: 0; }

.meguro .contents {
  margin-top: 60px !important; }
.meguro .lnavi {
  margin-top: 60px; }
.meguro #object-outline table.base .btn-details {
  top: 12px;
  left: 280px; }
.meguro .photo ul li {
  width: 325px;
  padding: 0 12px 20px 0; }
  .meguro .photo ul li.last {
    padding-right: 0; }
  .meguro .photo ul li .txt {
    text-align: center; }

/* -----------------------------------------------
  flow
-------------------------------------------------- */
#flow .contract {
  zoom: 1; }
  #flow .contract:after {
    zoom: 1; }
    #flow .contract:after:after {
      content: "";
      display: block;
      clear: both;
      overflow: auto; }
  #flow .contract li {
    margin: 0 auto 40px;
    position: relative;
    border: 1px dotted #666; }
    #flow .contract li:last-child {
      margin: 0 auto; }
    #flow .contract li:not(:last-child):after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      border: 20px solid rgba(0, 0, 0, 0);
      border-left-color: rgba(0, 0, 0, 0);
      border-left-width: 20px;
      border-top-color: #005f9d;
      border-top-width: 20px;
      left: 48%; }
    #flow .contract li div {
      padding: 30px;
      background: #f9f9f9; }
      #flow .contract li div h4 {
        font-size: 128.5714285714%;
        font-weight: bold;
        line-height: 1.6;
        /*margin-bottom: 10px;*/ }
        #flow .contract li div h4 span {
          font-family: Arial, Helvetica, sans-serif;
          font-size: 71.4285714286%;
          font-weight: normal;
          background: #91702e;
          border-radius: 2px;
          padding: 4px 8px;
          color: #fff;
          margin-right: 8px;
          vertical-align: middle; }
      #flow .contract li div p {
        line-height: 1.4; }
    #flow .contract li.step1:not(:last-child):after {
      top: 108%; }
    #flow .contract li.step1 .unit {
      zoom: 1; }
      #flow .contract li.step1 .unit:after {
        content: "";
        display: block;
        clear: both;
        overflow: auto; }
      #flow .contract li.step1 .unit .fl {
        width: 680px;
        padding: 0; }
      #flow .contract li.step1 .unit .fr {
        width: 240px;
        padding: 0; }
    #flow .contract li.step1 .btn-entry {
      margin: 10px auto; }
      #flow .contract li.step1 .btn-entry a {
        font-size: 100%; }
    #flow .contract li.step2:not(:last-child):after {
      top: 108%; }
    #flow .contract li.step3:not(:last-child):after {
      top: 105%; }
    #flow .contract li.step3 .list li {
      border: 0;
      margin: 0 0 0 20px;
      line-height: 1.6; }
      #flow .contract li.step3 .list li:not(:last-child):after {
        border: 0; }
    #flow .contract li.step4:not(:last-child):after, #flow .contract li.step5:not(:last-child):after {
      top: 114%; }

/* -----------------------------------------------
  faq
-------------------------------------------------- */
#faq .main p {
  line-height: 1.6; }
#faq .question ul {
  margin: 40px 0 15px; }
  #faq .question ul li {
    margin-bottom: 35px; }
    #faq .question ul li h4 {
      zoom: 1;
      font-size: 114.2857142857%;
      font-weight: bold;
      line-height: 1.4;
      padding-bottom: 12px;
      border-bottom: 1px dotted #444;
      background: url(../images/icon_plus.png) right 5px/22px 22px no-repeat;
      /*margin-left: 2.2em; text-indent: -2.2em;*/ }
      #faq .question ul li h4:after {
        content: "";
        display: block;
        clear: both;
        overflow: auto; }
      #faq .question ul li h4.selected {
        background: url(../images/icon_minus.png) right 5px/22px 22px no-repeat; }
      #faq .question ul li h4 span {
        font-family: Arial, Helvetica, sans-serif;
        background: #005f9d;
        border-radius: 2px;
        padding: 4px 8px;
        color: #fff;
        margin-right: 8px; }
    #faq .question ul li .ans {
      padding-top: 12px;
      display: none; }
      #faq .question ul li .ans .an {
        float: left;
        font-size: 114.2857142857%;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
        line-height: 1.1;
        background: #ac1f24;
        border-radius: 2px;
        padding: 4px 8px;
        color: #fff;
        margin-right: 8px; }

/* -----------------------------------------------
  company
-------------------------------------------------- */
#company table.base th {
  width: 180px;
  text-align: center; }
#company table.base td li {
  line-height: 1.5; }
  #company table.base td li span {
    margin-right: 20px; }

/* -----------------------------------------------
  seminar
-------------------------------------------------- */
#seminar .main p {
  line-height: 1.6; }
#seminar table.list th.date {
  width: 160px; }
#seminar table.list th.time {
  width: 110px; }
#seminar table.list th.place {
  width: 65px; }
#seminar table.list th.last {
  width: 120px; }
#seminar table.list td {
  text-align: center; }
  #seminar table.list td.name {
    text-align: left; }
#seminar table.list .btn-details {
  width: 110px; }
  #seminar table.list .btn-details a {
    padding: 6px 15px 7px 8px; }
#seminar table.base th {
  width: 180px;
  text-align: center; }
#seminar table.base td .btn-details {
  position: absolute;
  top: 22px;
  right: 15px;
  width: 160px; }
  #seminar table.base td .btn-details a {
    padding: 6px 20px 7px 10px; }
#seminar .txt {
  line-height: 1.8; }
#seminar .txt p {
  line-height: 1.8; }
#seminar .profile .fl {
  width: 130px; }
#seminar .profile .fr {
  width: 835px; }
#seminar .profile .lecturer {
  font-size: 114.2857142857%;
  border-bottom: 1px dotted #999;
  padding: 8px 0 15px;
  margin-bottom: 15px; }
#seminar .btn-entry {
  zoom: 1;
  width: 400px;
  margin: 40px auto; }
  #seminar .btn-entry:after {
    content: "";
    display: block;
    clear: both;
    overflow: auto; }
  #seminar .btn-entry a {
    font-size: 114.2857142857%; }

/* -----------------------------------------------
  form
-------------------------------------------------- */
#form .form p {
  line-height: 1.6; }
#form .btn-entry {
  width: 320px; }
  #form .btn-entry a {
    font-size: 107.1428571429%; }
#form .btn-back {
  width: 300px; }
  #form .btn-back a {
    font-size: 107.1428571429%; }
#form .btn-list {
  width: 510px; }
  #form .btn-list .btn-entry {
    width: 250px; }
  #form .btn-list .btn-back {
    width: 250px; }
#form table.base th {
  width: 280px; }
  #form table.base th p {
    position: relative;
    padding: 0 50px 0 0;
    font-weight: bold;
    line-height: 1.2; }
#form table.base .name {
  padding: 0 12px 0 7px; }
#form .step {
  zoom: 1;
  margin: 30px 0; }
  #form .step:after {
    zoom: 1; }
    #form .step:after:after {
      content: "";
      display: block;
      clear: both;
      overflow: auto; }
  #form .step li {
    float: left;
    position: relative;
    margin-right: 10px;
    margin-left: 0;
    padding: 10px 112px;
    background-color: #eee;
    border-radius: 2px;
    height: 30px;
    line-height: 30px; }
    #form .step li:last-child {
      margin-right: 0; }
    #form .step li:not(:last-child):after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      top: 15px;
      right: -17px;
      border: 10px solid rgba(0, 0, 0, 0);
      border-left-width: 10px;
      border-left-color: #eee; }
    #form .step li.now {
      background: #005f9d;
      color: #fff; }
    #form .step li:not(:last-child).now:after {
      border-left-color: #005f9d; }
    #form .step li.end {
      background: #aaa;
      color: #fff; }
    #form .step li:not(:last-child).end:after {
      border-left-color: #aaa; }
#form .complete {
  margin: 40px 0 60px;
  border: 1px dotted #555;
  padding: 30px; }
  #form .complete p {
    line-height: 1.4; }
    #form .complete p em {
      font-size: 114.2857142857%; }

/**************************************************
　smartphone
***************************************************/
.disp-sp {
  display: none; }

@media screen and (max-width: 768px) {
  .disp-sp {
    display: block; }

  .disp-pc {
    display: none; }

  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box; }

  body {
    min-width: 320px;
    font-size: 14px; }

  img {
    max-width: 100%;
    height: auto; }

  iframe {
    width: 100%;
    height: 100%; }

  .fl {
    float: none;
    width: 100%; }

  .fr {
    float: none;
    width: 100%; }

  a[href^="tel:"] {
    cursor: pointer; }

  /* -----------------------------------------------
    container
  -------------------------------------------------- */
  #inbox {
    min-width: 100%; }
    #inbox h2 img {
      display: none; }
    #inbox h2::after {
      display: inline-block;
      content: attr(data-label);
      line-height: 1.4; }

  .inner {
    width: 100%; }

  .site-navi {
    display: none !important; }

  #page-top {
    bottom: 8px;
    right: 8px; }
    #page-top a {
      width: 35px;
      height: 35px; }

  iframe[name="google_conversion_frame"] {
    display: none; }

  table.base {
    margin: 30px 0;
    border-top: 1px solid #ccc; }
    table.base th {
      display: block;
      padding: 10px 15px; }
    table.base td {
      display: block; }

  table.list {
    margin: 30px 0; }
    table.list th {
      display: none; }
    table.list td {
      display: list-item;
      list-style-type: none;
      border-right: 0;
      text-align: left; }
    table.list th.last, table.list td.last {
      border-right: 0; }

  .sp-table {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; }

  .sp-table::-webkit-scrollbar {
    height: 5px; }

  .sp-table::-webkit-scrollbar-track {
    background: #F1F1F1; }

  .sp-table::-webkit-scrollbar-thumb {
    background: #BCBCBC; }

  /* header */
  #page-header .header-area {
    height: 40px; }
    #page-header .header-area .inner .logo img {
      width: 60%;
      height: auto; }
    #page-header .header-area .inner .dial {
      display: none; }
    #page-header .header-area .inner .btn-request-h {
      display: none; }
    #page-header .header-area .inner .dial-sp {
      color: #fff;
      font-size: 100%;
      text-align: center;
      padding-top: 8px; }
      #page-header .header-area .inner .dial-sp a {
        color: #fff;
        text-decoration: none; }
        #page-header .header-area .inner .dial-sp a span {
          background: url(../images/icon_tel.png) left center/14px 16px no-repeat;
          line-height: 1.8;
          min-height: 16px;
          display: inline-block;
          padding-left: 14px;
          margin-left: 3px; }
  #page-header .header-nav {
    display: none; }
  #page-header h1 {
    padding: 20px 0 25px;
    margin-left: 60px; }
    #page-header h1 img {
      width: 94%;
      height: auto; }
  #page-header .sp-menu {
    zoom: 1; }
    #page-header .sp-menu:after {
      content: "";
      display: block;
      clear: both;
      overflow: auto; }
    #page-header .sp-menu dt {
      position: absolute;
      top: 8px;
      right: 10px;
      cursor: pointer; }
      #page-header .sp-menu dt .menu-trigger {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        position: relative;
        width: 30px;
        height: 24px; }
        #page-header .sp-menu dt .menu-trigger span {
          display: inline-block;
          transition: all .4s;
          box-sizing: border-box;
          position: absolute;
          left: 0;
          width: 100%;
          height: 4px;
          background-color: #fff; }
          #page-header .sp-menu dt .menu-trigger span:nth-of-type(1) {
            top: 0; }
          #page-header .sp-menu dt .menu-trigger span:nth-of-type(2) {
            top: 10px; }
          #page-header .sp-menu dt .menu-trigger span:nth-of-type(3) {
            bottom: 0; }
        #page-header .sp-menu dt .menu-trigger.active span:nth-of-type(1) {
          -webkit-transform: translateY(10px) rotate(-45deg);
          transform: translateY(10px) rotate(-45deg); }
        #page-header .sp-menu dt .menu-trigger.active span:nth-of-type(2) {
          opacity: 0; }
        #page-header .sp-menu dt .menu-trigger.active span:nth-of-type(3) {
          -webkit-transform: translateY(-10px) rotate(45deg);
          transform: translateY(-10px) rotate(45deg); }
    #page-header .sp-menu dd {
      display: none;
      position: absolute;
      top: 41px;
      right: 0;
      z-index: 200;
      width: 100%; }
    #page-header .sp-menu .sp-nav {
      background: #777; }
      #page-header .sp-menu .sp-nav li {
        display: block;
        color: #fff;
        border-bottom: 1px dotted #fff;
        background: url(../images/icon_arrow2.png) no-repeat right center; }
        #page-header .sp-menu .sp-nav li.tel {
          background: none;
          border-bottom: none; }
          #page-header .sp-menu .sp-nav li.tel span {
            background: url(../images/icon_tel.png) left center/14px 16px no-repeat;
            line-height: 1.8;
            min-height: 16px;
            display: inline-block;
            padding-left: 15px;
            margin-left: 3px; }
          #page-header .sp-menu .sp-nav li.tel a {
            padding: 12px 20px; }
            #page-header .sp-menu .sp-nav li.tel a:hover {
              background: #888; }
        #page-header .sp-menu .sp-nav li a {
          display: block;
          color: #fff;
          text-decoration: none;
          padding: 20px; }
          #page-header .sp-menu .sp-nav li a:hover {
            background: url(../images/icon_arrow2.png) no-repeat right center #999; }

  /* contents */
  #container .contents {
    width: 100%;
    margin: 20px auto 40px;
    padding: 0 15px; }
    #container .contents .bc-nav ol li {
      font-size: 85.7142857143%; }
    #container .contents .contact {
      border: 3px solid #cccccc;
      padding: 20px; }
      #container .contents .contact .unit .fl {
        width: 100%;
        margin: 0 0 8px 0;
        text-align: center; }
        #container .contents .contact .unit .fl p span {
          position: static;
          margin-left: 10px; }
      #container .contents .contact .unit .fr {
        width: 100%;
        text-align: center; }
    #container .contents .lnavi li {
      background: url(../images/icon_arrow6.png) no-repeat center 87%;
      font-size: 107.1428571429%; }
      #container .contents .lnavi li a {
        padding: 25px 0 35px; }
        #container .contents .lnavi li a:hover, #container .contents .lnavi li a.active {
          background: url(../images/icon_arrow6.png) no-repeat center 87% #f0f8fd; }
    #container .contents .lnavi-b {
      margin: 60px 0; }
      #container .contents .lnavi-b li {
        background: url(../images/icon_arrow7.png) no-repeat center 12%;
        font-size: 107.1428571429%; }
        #container .contents .lnavi-b li a {
          padding: 35px 0 25px; }
          #container .contents .lnavi-b li a:hover, #container .contents .lnavi-b li a.active {
            background: url(../images/icon_arrow7.png) no-repeat center 12% #f0f8fd; }
    #container .contents form select {
      width: 100%; }
    #container .contents form textarea {
      width: 100%; }
    #container .contents form .long {
      width: 100%; }
    #container .contents form .medium {
      width: 80%; }
    #container .contents form .short {
      width: 30%; }

  .lower .main-visual {
    height: 0;
    background-size: contain;
    padding-top: 13.02%; }
  .lower h2 {
    zoom: 1;
    font-size: 128.5714285714%;
    letter-spacing: 0;
    margin-bottom: 30px; }
    .lower h2:after {
      content: "";
      display: block;
      clear: both;
      overflow: auto; }
  .lower h3 {
    zoom: 1;
    font-size: 121.4285714286%;
    letter-spacing: 0;
    margin: 40px 0 30px; }
    .lower h3:after {
      content: "";
      display: block;
      clear: both;
      overflow: auto; }

  /* home */
  #home .main-visual {
    padding: 20px 0; }
  #home .products .frame {
    background: 0; }
  #home .products .spot {
    background: 0; }
    #home .products .spot .inner {
      background: 0;
      border: 6px double #dbca86;
      padding: 20px 15px 10px; }
    #home .products .spot h2 {
      font-size: 114.2857142857%;
      margin-bottom: 0;
      text-align: left; }
      #home .products .spot h2 br {
        display: none; }
    #home .products .spot ul {
      padding: 15px 0; }
      #home .products .spot ul li {
        float: none;
        width: 100%;
        padding: 0; }
        #home .products .spot ul li .img {
          text-align: center;
          margin-top: 20px; }
    #home .products .spot .btn-entry-w {
      width: 85%; }
      #home .products .spot .btn-entry-w a {
        font-size: 92.8571428571%;
        line-height: 1.2; }
  #home .news {
    margin: 30px 0 50px; }
    #home .news h3 {
      font-size: 114.2857142857%; }
    #home .news li {
      padding: 20px 5px; }
      #home .news li .icon {
        font-size: 78.5714285714%; }
      #home .news li .txt {
        display: block;
        padding-top: 5px; }

  /* about */
  #about .spot .lead {
    font-size: 114.2857142857%;
    text-align: left;
    margin: 30px 0; }
    #about .spot .lead br {
      display: none; }
  #about .spot .txt {
    font-size: 92.8571428571%;
    margin: 20px 0; }
  #about .spot .item {
    padding: 20px 10px; }
  #about .spot .spot-box {
    margin-bottom: 30px; }
  #about .spot .spot-list > li {
    float: none;
    width: 100%; }
    #about .spot .spot-list > li.last {
      padding-left: 0; }
  #about .spot .spot-list .effect {
    padding: 15px;
    margin-bottom: 20px; }
    #about .spot .spot-list .effect h4 {
      font-size: 114.2857142857%; }
    #about .spot .spot-list .effect h5 {
      font-size: 100%; }
  #about .spot .spot-list .box2 p {
    font-size: 100%; }
  #about .spot .spot-list .box2 .txtc {
    padding: 10px 0 20px; }
  #about .legal {
    margin: 0 0 40px;
    padding: 25px 15px 20px; }
    #about .legal h4 {
      font-size: 114.2857142857%;
      letter-spacing: 0; }
    #about .legal h5 {
      font-size: 100%; }
    #about .legal ol {
      padding: 15px;
      margin: 20px 0 0; }
      #about .legal ol li {
        margin-left: 10px;
        font-size: 92.8571428571%; }
  #about .structure h4 {
    font-size: 121.4285714286%;
    text-align: left; }
    #about .structure h4 br {
      display: none; }
  #about .structure .txtc {
    margin: 30px 0; }
  #about .structure ul li h5 {
    font-size: 100%;
    line-height: 1.6; }
    #about .structure ul li h5 span {
      font-size: 85.7142857143%;
      padding: 5px 8px;
      border-radius: 50px; }
  #about .structure ul li p {
    font-size: 92.8571428571%;
    padding: 10px 0; }
  #about .manage {
    margin: 40px 0; }
    #about .manage h4 {
      font-size: 121.4285714286%;
      text-align: left; }
      #about .manage h4 br {
        display: none; }
    #about .manage ul {
      padding: 0; }
      #about .manage ul li {
        float: none;
        width: 100%;
        padding: 0 20px; }
        #about .manage ul li .txt {
          font-size: 100%; }
  #about .group {
    margin-bottom: 10px; }
    #about .group h4 {
      font-size: 121.4285714286%;
      margin-bottom: 30px; }
      #about .group h4 span {
        padding: 0 0 10px 0;
        display: block; }
    #about .group ul {
      margin: 30px auto 0;
      width: 100%; }
      #about .group ul li {
        float: none;
        padding: 0 0 20px 10px;
        text-align: center; }
        #about .group ul li.left {
          padding-left: 0;
          padding-top: 0; }
        #about .group ul li .now {
          font-size: 78.5714285714%;
          text-align: center;
          padding-top: 4px; }
  #about .attention h4 {
    font-size: 121.4285714286%; }
  #about .corporate h3 {
    margin: 60px 0 40px; }
  #about .corporate h4 {
    font-size: 121.4285714286%;
    padding-top: 30px;
    margin-bottom: 30px; }
  #about .corporate .logo {
    width: 100%; }
  #about .corporate .unit {
    width: 100%;
    margin: 30px auto; }
    #about .corporate .unit .fl {
      width: 100%;
      text-align: center;
      padding: 0;
      margin-bottom: 40px; }
    #about .corporate .unit .fr {
      width: 100%;
      text-align: center; }
  #about .corporate ul li {
    width: 100%;
    float: none;
    padding: 0 0 6px;
    text-align: center; }
    #about .corporate ul li.last {
      padding-right: 0; }

  /* object */
  #object .contents {
    margin-top: 20px; }
    #object .contents .rate {
      display: none; }
  #object .main-visual .scale {
    display: none; }
  #object .main-visual .mark {
    display: none; }
  #object .btn-entry {
    width: 80%; }
    #object .btn-entry a {
      font-size: 100%; }
  #object .main .scale {
    color: #ac1f24;
    margin-bottom: 5px; }
  #object .explain {
    margin-bottom: 50px; }
    #object .explain h4 {
      font-size: 121.4285714286%; }
      #object .explain h4 .mark {
        font-size: 78.5714285714%;
        font-weight: normal;
        color: #fff;
        background: #ac1f24;
        border-radius: 5px;
        padding: 5px 8px;
        margin-left: 10px;
        display: inline-block; }
    #object .explain .unit {
      margin-bottom: 20px; }
      #object .explain .unit .fl {
        width: 100%;
        margin-bottom: 20px; }
        #object .explain .unit .fl .txt {
          font-size: 100%; }
      #object .explain .unit .fr {
        width: 100%;
        text-align: center; }
      #object .explain .unit .rates {
        font-size: 78.5714285714%;
        margin: 20px 0; }
      #object .explain .unit .move {
        margin-top: 0;
        padding: 20px 15px 15px; }
    #object .explain .map {
      margin: 40px 0 20px; }
      #object .explain .map li {
        width: 100%;
        margin-bottom: 20px; }
        #object .explain .map li.last {
          padding-left: 0; }
        #object .explain .map li img {
          text-align: center; }
  #object .object-box {
    margin-bottom: 20px; }
    #object .object-box h3 {
      font-size: 100%;
      background: url(../images/icon_arrow4.png) no-repeat right center #f0f8fd; }
    #object .object-box .fl {
      width: 100%; }
    #object .object-box .fr {
      width: 100%;
      text-align: center;
      padding-bottom: 15px; }
    #object .object-box .property {
      padding: 10px; }
      #object .object-box .property table.base th, #object .object-box .property table.base td {
        padding: 9px 8px;
        font-size: 85.7142857143%; }
      #object .object-box .property table.base th {
        width: 100%; }
    #object .object-box .btn-entry {
      display: none; }
  #object #movie {
    margin-bottom: 40px; }
    #object #movie h4 {
      font-size: 121.4285714286%; }
    #object #movie div iframe {
      width: 100%;
      height: auto; }

  #object-outline table.base th {
    border-right: 0; }
  #object-outline table.base td .big {
    font-size: 107.1428571429%; }
  #object-outline table.base td.sub {
    width: 100%;
    display: block;
    padding: 6px;
    border-bottom: 1px dotted #ccc; }
  #object-outline table.base td .btn-details {
    position: static;
    width: 30%;
    margin-top: 10px; }
    #object-outline table.base td .btn-details a {
      border-radius: 2px; }
  #object-outline #tab1 table.base th {
    width: 100%; }
    #object-outline #tab1 table.base th br {
      display: none; }
  #object-outline #tab1 .case {
    margin: 0 0 0 2.5em; }
  #object-outline #tab2 table.base th {
    width: 100%; }
    #object-outline #tab2 table.base th br {
      display: none; }
  #object-outline #tab2 .caution {
    font-size: 107.1428571429%;
    text-align: left; }
  #object-outline #tab2 .schedule {
    margin-bottom: 40px; }
    #object-outline #tab2 .schedule li {
      width: 100%; }
      #object-outline #tab2 .schedule li:not(:last-child):after {
        left: 46%; }
      #object-outline #tab2 .schedule li div h4 {
        font-size: 121.4285714286%;
        letter-spacing: 1px; }
      #object-outline #tab2 .schedule li div p {
        font-size: 107.1428571429%; }
  #object-outline #tab2 .rule h5 {
    font-size: 128.5714285714%; }
  #object-outline #tab3 table.base th {
    width: 100%; }

  .photo ul li {
    float: none;
    text-align: center; }
    .photo ul li img {
      width: auto;
      height: auto; }
    .photo ul li .txt {
      font-size: 78.5714285714%;
      padding: 0 5px 10px 0; }

  .takamatsuekimae .photo ul li {
    width: 100%;
    padding-right: 0; }

  .meguro .explain {
    margin-bottom: 20px !important; }
  .meguro #movie {
    margin-bottom: 30px !important; }
  .meguro .contents {
    margin-top: 20px !important; }
  .meguro .lnavi {
    margin-top: 30px; }
  .meguro .photo ul li {
    width: 100%;
    padding: 0; }

  /* flow */
  #flow .contract li div {
    padding: 20px 15px; }
    #flow .contract li div h4 {
      font-size: 114.2857142857%; }
  #flow .contract li.step1:not(:last-child):after {
    top: 106%; }
  #flow .contract li.step1 .unit .fl {
    width: 100%; }
    #flow .contract li.step1 .unit .fl .m_tx2 {
      margin-top: 10px !important; }
  #flow .contract li.step1 .unit .fr {
    width: 100%; }
  #flow .contract li.step1 .btn-entry {
    margin: 10px auto 0; }
    #flow .contract li.step1 .btn-entry a {
      font-size: 92.8571428571%;
      padding: 15px 30px; }
  #flow .contract li.step2:not(:last-child):after {
    top: 108%; }
  #flow .contract li.step2 .m_tx2 {
    margin-top: 10px !important; }
  #flow .contract li.step3:not(:last-child):after {
    top: 105%; }
  #flow .contract li.step4:not(:last-child):after, #flow .contract li.step5:not(:last-child):after {
    top: 116%; }

  /* faq */
  #faq .question ul {
    margin: 30px 0 15px; }
    #faq .question ul li h4 {
      font-size: 100%;
      background-position: right 2px; }
      #faq .question ul li h4.selected {
        background-position: right 2px; }
    #faq .question ul li .ans .an {
      font-size: 100%; }

  /* company */
  #company table.base th {
    width: auto; }

  /* seminar */
  #seminar table.list th.title {
    display: block;
    background: #f4f4f4;
    padding: 10px;
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 0; }
  #seminar table.list td {
    text-align: left;
    border-bottom: 1px dotted #ccc; }
  #seminar table.list .disp {
    display: none; }
  #seminar table.list .btn-details {
    width: 60%; }
    #seminar table.list .btn-details a {
      padding: 5px 15px 7px 8px;
      border-radius: 2px; }
  #seminar table.list td:nth-of-type(1):before {
    content: "［日程］"; }
  #seminar table.list td:nth-of-type(2):before {
    content: "［時間］"; }
  #seminar table.list td:nth-of-type(3):before {
    content: "［開催地］"; }
  #seminar table.base th {
    width: 100%; }
  #seminar table.base td .btn-details {
    position: static;
    margin-top: 10px;
    width: 60%; }
    #seminar table.base td .btn-details a {
      border-radius: 2px; }
  #seminar .profile .fl {
    float: left;
    width: 25%; }
  #seminar .profile .fr {
    float: right;
    width: 70%; }
  #seminar .profile .lecturer {
    font-size: 100%; }
  #seminar .btn-entry {
    width: 100%;
    margin: 30px auto; }
    #seminar .btn-entry a {
      font-size: 100%; }

  /* form */
  #form .btn-entry {
    width: 80%; }
    #form .btn-entry a {
      font-size: 100%; }
  #form .btn-back {
    width: 80%; }
    #form .btn-back a {
      font-size: 100%; }
  #form .btn-list {
    width: 100%; }
    #form .btn-list li {
      width: 50%; }
      #form .btn-list li .btn-entry {
        width: 100%; }
      #form .btn-list li .btn-back {
        width: 100%; }
  #form table.base th {
    width: 100%; }
  #form table.base td .mei {
    display: block;
    margin-top: 6px; }
  #form .step li {
    float: none;
    margin: 0 auto 10px;
    text-align: center;
    padding: 5px;
    height: auto; }
    #form .step li:last-child {
      margin: 0 auto; }
    #form .step li:not(:last-child):after {
      border: 10px solid rgba(0, 0, 0, 0);
      border-left-color: rgba(0, 0, 0, 0);
      border-top-width: 10px;
      border-top-color: #eee;
      border-top-width: 10px;
      left: 48%;
      right: auto;
      top: 90%; }
    #form .step li:not(:last-child).now:after {
      border-left-color: rgba(0, 0, 0, 0);
      border-top-color: #005f9d; }
    #form .step li:not(:last-child).end:after {
      border-left-color: rgba(0, 0, 0, 0);
      border-top-color: #aaa; }
  #form .complete {
    margin: 30px 0 50px;
    padding: 20px; }
    #form .complete p em {
      font-size: 100%; }

  /* footer */
  #page-footer .footer-contact {
    padding: 15px; }
    #page-footer .footer-contact .contact-navi {
      padding: 20px; }
      #page-footer .footer-contact .contact-navi .unit .fl {
        width: 100%;
        text-align: center; }
        #page-footer .footer-contact .contact-navi .unit .fl .tel {
          position: static;
          font-size: 100%;
          letter-spacing: 0; }
      #page-footer .footer-contact .contact-navi .unit .fr {
        display: none; }
  #page-footer .footer-navi {
    padding: 0; }
    #page-footer .footer-navi .sp-contact {
      background: #005f9d; }
      #page-footer .footer-navi .sp-contact li {
        float: left;
        display: block;
        width: 33.3%;
        padding: 6px 12px;
        border-bottom: 1px solid #fff; }
        #page-footer .footer-navi .sp-contact li:hover {
          background: #0072BD; }
        #page-footer .footer-navi .sp-contact li.contact a span {
          background: url(../images/icon_mail_w.png) left center/19px 12px no-repeat;
          padding-left: 25px; }
        #page-footer .footer-navi .sp-contact li.seminar a span {
          background: url(../images/icon_seminar_w.png) left center/17px 21px no-repeat;
          padding-left: 25px; }
        #page-footer .footer-navi .sp-contact li.request {
          border-right: 0; }
          #page-footer .footer-navi .sp-contact li.request a span {
            background: url(../images/icon_data_w.png) left center/14px 17px no-repeat;
            padding-left: 25px; }
        #page-footer .footer-navi .sp-contact li a {
          display: block;
          color: #fff;
          font-size: 82.1428571429%; }
          #page-footer .footer-navi .sp-contact li a span {
            line-height: 2.5;
            min-height: 31px;
            display: inline-block; }
    #page-footer .footer-navi .second li {
      float: none;
      width: 100%;
      border-right: 0;
      background: url(../images/icon_arrow2.png) no-repeat right center; }
      #page-footer .footer-navi .second li:hover {
        background: url(../images/icon_arrow2.png) no-repeat right center #0072BD; }
    #page-footer .footer-navi .sp-guide {
      zoom: 1; }
      #page-footer .footer-navi .sp-guide:after {
        content: "";
        display: block;
        clear: both;
        overflow: auto; }
      #page-footer .footer-navi .sp-guide li {
        display: block;
        float: none;
        padding: 12px;
        border-right: 0;
        border-bottom: 1px solid #fff;
        background: url(../images/icon_arrow2.png) no-repeat right center; }
        #page-footer .footer-navi .sp-guide li:hover {
          background: url(../images/icon_arrow2.png) no-repeat right center #0072BD; }
        #page-footer .footer-navi .sp-guide li a {
          font-size: 92.8571428571%;
          color: #fff;
          text-decoration: none; }
    #page-footer .footer-navi .fnavi {
      display: none; }
  #page-footer .footer-copy {
    padding: 20px 0;
    text-align: center; }
    #page-footer .footer-copy small {
      font-size: 78.5714285714%;
      letter-spacing: 0; } }
@media screen and (max-width: 480px) {
  /* header */
  #page-header .header-area .inner .dial-sp {
    color: #fff;
    font-size: 71.4285714286%;
    text-align: center;
    padding: 10px 0 0 8px; }
  #page-header h1 {
    padding: 0 0 15px; }

  /* contents */
  #container .contents .contact .unit .fl p span {
    display: block;
    margin: 5px 0 0 0; }

  #home .products .spot .btn-entry-w {
    width: 100%; }
    #home .products .spot .btn-entry-w a {
      font-size: 85.7142857143%;
      line-height: 1.2;
      padding: 15px 30px; }

  #about .spot .spot-list .effect h4 {
    font-size: 107.1428571429%; }
  #about .spot .spot-list .effect h5 {
    font-size: 92.8571428571%; }
  #about .legal h4 {
    font-size: 107.1428571429%; }
  #about .legal h5 {
    font-size: 92.8571428571%; }
  #about .group h4 {
    font-size: 114.2857142857%;
    text-align: left; }
    #about .group h4 span {
      text-align: center; }

  #object .explain h4.mark {
    margin-top: 6px; }

  #object-outline #tab2 .schedule li:not(:last-child):after {
    left: 42%; }

  /* footer */
  #page-footer .footer-navi .sp-contact li {
    float: none;
    width: 100%;
    border-right: 0;
    background: url(../images/icon_arrow2.png) no-repeat right center; }
    #page-footer .footer-navi .sp-contact li:hover {
      background: url(../images/icon_arrow2.png) no-repeat right center #0072BD; }
    #page-footer .footer-navi .sp-contact li a {
      font-size: 92.8571428571%; }
  #page-footer .footer-navi .sp-guide li {
    background: url(../images/icon_arrow4.png) no-repeat right center #f9f9f9;
    border-bottom: 1px solid #005f9d; }
    #page-footer .footer-navi .sp-guide li:hover {
      background: url(../images/icon_arrow4.png) no-repeat right center #eeeeee; }
    #page-footer .footer-navi .sp-guide li a {
      color: #005f9d; } }
/* retina display */
