@charset "UTF-8";
/*! 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 {
  box-sizing: content-box;
  height: 0;
}

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

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

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

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

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

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

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

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

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

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

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 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;
}

/* -------------------------------------------------------------------------*/
/* MIXIN / ARGUMENT / COMMON CLASS
/* -------------------------------------------------------------------------*/
.default_ftz {
  font-size: 18px;
  font-size: 1.125rem;
}

@media only screen and (max-width: 640px) {
  .default_ftz {
    font-size: 16px;
    font-size: 1rem;
  }
}

.text_out, #HD #hd_logo a, #TP_kv .tp_kv_txt h2, #FT address h1 a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.fixed_area {
  max-width: 1200px;
  margin: 0 auto;
}

.tbl_scroll {
  overflow-x: auto;
}

.tbl_scroll table {
  min-width: 600px;
}

.def_cntSize, #HD #NV ul {
  max-width: 1000px;
  margin: 0 auto;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* FONT
/* -------------------------------------------------------------------------*/
.lang_ja, body {
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.mincho {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "ＭＳ 明朝", serif;
}

.redBold {
  color: #e80000;
  font-weight: bold;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* COMMON / BASE
/* -------------------------------------------------------------------------*/
html {
  font-size: 100%;
  line-height: 1.9em;
}

@media only screen and (max-width: 980px) {
  html {
    font-size: 90%;
    line-height: 1.75em;
  }
}

@media only screen and (max-width: 640px) {
  html {
    font-size: 85%;
    line-height: 1.8;
  }
}

@media print {
  html {
    width: 1000px !important;
  }
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
}

body {
  margin: 0;
  padding: 0;
  color: #393939;
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* HD
/* -------------------------------------------------------------------------*/
#HD {
  position: relative;
}

#HD .hd_caption {
  font-size: 11px;
  font-size: 0.6875rem;
  margin: 0;
  padding: 12px 10px 10px;
  line-height: 1;
  border-bottom: #e5e5e5 1px dotted;
  color: #acacac;
}

#HD .hd_btn {
  position: absolute;
  top: 5px;
  right: 10px;
  margin: 0;
  padding: 0;
  color: #fff;
  text-decoration: none;
  background-color: #1171d2;
}

#HD .hd_btn a {
  font-size: 13px;
  font-size: 0.8125rem;
  display: block;
  padding: 6px 18px 5px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  background-color: #1171d2;
  transition: background 0.2s ease;
}

#HD .hd_btn a::before {
  content: ' ';
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5.2px;
  border-color: transparent transparent transparent #ffffff;
}

#HD .hd_btn a:hover {
  background-color: #159cff;
}

#HD #hd_logo {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  padding: 7px 0;
}

#HD #hd_logo a {
  display: block;
  width: 355px;
  height: 79px;
  background: url(../img/hd_logo.png) 0 0 no-repeat;
  background-size: 100% auto;
}

#HD #hd_logo::after {
  content: '';
  width: 280px;
  height: 79px;
  background: url(../img/hd_info.png) 0 0 no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: 7px;
}

#HD #NV {
  padding: 0;
  margin: 0;
  border: #e6eaea 1px solid;
  border-left: none;
  border-right: none;
  background-color: #f4f7f6;
}

#HD #NV ul {
  display: flex;
  list-style: none;
  padding: 0;
  border-right: #e6eaea 1px solid;
}

#HD #NV li {
  font-size: 16px;
  font-size: 1rem;
  flex: auto;
  padding: 2px;
  border-left: #e6eaea 1px solid;
  line-height: 1;
}

#HD #NV li a {
  font-size: 14px;
  font-size: 0.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 57px;
  text-align: center;
  text-decoration: none;
  color: #000;
}

#HD #NV li a span {
  display: block;
}

#HD #NV li a span::before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
  width: 22px;
  height: 22px;
  background-image: url(../img/nv_icon.png);
  background-repeat: no-repeat;
}

#HD #NV li.home {
  flex: none;
  width: 70px;
}

#HD #NV li.home a::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: ' ';
  display: block;
  width: 22px;
  height: 22px;
  background-image: url(../img/nv_icon.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

#HD #NV li.home a span {
  display: none;
}

#HD #NV li:nth-child(1) a span::before {
  background-position: -22px 0;
}

#HD #NV li:nth-child(2) a span::before {
  background-position: 0 -22px;
}

#HD #NV li:nth-child(3) a span::before {
  background-position: 0 -44px;
}

#HD #NV li:nth-child(4) a span::before {
  background-position: 0 -66px;
}

#HD #NV li:nth-child(5) a span::before {
  background-position: 0 -88px;
}

.ctg_home #HD #NV .home a {
  background-color: #03701a;
}

.ctg_home #HD #NV .home a::before {
  background-position: -22px 0;
}

#HD #NV .nv_selected, .ctg_about #HD #NV .about a, .ctg_flow #HD #NV .flow a, .ctg_company #HD #NV .company a, .ctg_notes #HD #NV .notes a {
  background-color: #03701a;
  color: #fff;
}

.ctg_about #HD #NV .about a span::before {
  background-position: -22px -22px;
}

.ctg_flow #HD #NV .flow a span::before {
  background-position: -22px -44px;
}

.ctg_company #HD #NV .company a span::before {
  background-position: -22px -66px;
}

.ctg_notes #HD #NV .notes a span::before {
  background-position: -22px -66px;
}

#HD .hd_info {
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: right;
  z-index: -1;
}

#HD .hd_info .hd_tel {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0 10px;
  padding: 0;
  color: #005024;
}

#HD .hd_info .hd_tel::before {
  content: ' ';
  display: inline-block;
  width: 44px;
  height: 24px;
  background: url(../img/hd_tel.png) 0 0 no-repeat;
}

#HD .hd_info .hd_time {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 10px;
  padding: 0;
  color: #737373;
}

@media only screen and (max-width: 640px) {
  #HD .hd_caption {
    height: 32psx;
  }
  #HD #hd_logo {
    padding: 8px 2px;
  }
  #HD #hd_logo a {
    width: 170px;
    height: 40px;
  }
  #HD #hd_logo::after {
    width: 177px;
    height: 50px;
    top: 3px;
    right: 3px;
  }
  #HD .hd_info {
    top: 40px;
    left: 0;
    right: 0;
  }
  #HD .hd_info .hd_tel {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #HD .hd_info .hd_tel::before {
    width: 34px;
    height: 17px;
    background-size: 100% auto;
  }
  #HD .hd_info .hd_time {
    font-size: 11px;
    font-size: 0.6875rem;
    margin: 0 10px;
    padding: 0;
    color: #737373;
  }
  #HD #NV {
    border-bottom: none;
  }
  #HD #NV .home {
    display: none;
  }
  #HD #NV li {
    display: flex;
    width: auto;
    border-bottom: #e6eaea 1px solid;
  }
  #HD #NV li a {
    font-size: 13px;
    font-size: 0.8125rem;
    height: auto;
    display: block;
    padding: 5px !important;
    width: 100%;
    line-height: 1.5;
  }
  #HD #NV li a span::before {
    display: block;
    margin: 0 auto 2px;
  }
  #HD #NV li a span i {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 350px) {
  #HD #hd_logo::after {
    width: 142px;
    height: 40px;
    top: 9px;
    right: 5px;
  }
  #HD #NV li a {
    padding: 8px 0;
  }
  #HD #NV li a span::before {
    display: block;
    margin: 0 auto 5px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* TOP
/* -------------------------------------------------------------------------*/
#TP_CNT_area {
  max-width: 1200px;
  margin: 0 auto;
}

#TP_kv {
  position: relative;
  width: 100%;
  height: auto;
  padding-top: 53.75%;
  /* BTN FIVE */
  /* ------ BUTTON STYLING ------ */
}

#TP_kv .tp_kv_txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding-top: 7%;
  max-width: 1000px;
  margin: 0 auto;
}

#TP_kv .tp_kv_txt h2 {
  display: block;
  margin: 0 0 0 10px;
  padding: 0;
  line-height: 0;
  width: 45%;
  padding-top: 26%;
  background: url(../../img/tp_kv_txt.png) 0 0 no-repeat;
  background-size: 100% auto;
}

#TP_kv .tp_kv_txt p {
  display: none;
}

#TP_kv figure {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: -1;
}

#TP_kv figure img {
  width: 100%;
  height: auto;
}

#TP_kv .tp_nv_btn {
  position: absolute;
  width: 100%;
  bottom: 5.6%;
  padding: 2% 0;
  text-align: center;
  background: url(../../img/tp_btn_bc.png);
  line-height: 1;
}

#TP_kv .tp_nv_btn ul {
  display: inline-block;
  width: 100%;
  max-width: 1000px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

#TP_kv .tp_nv_btn li {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 27.5%;
}

#TP_kv .tp_nv_btn li a {
  position: relative;
  display: block;
  padding-top: 25.41806%;
  line-height: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#TP_kv .tp_nv_btn li a span {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#TP_kv .tp_nv_btn li:nth-child(1) {
  background: url(../../img/tp_nv_3_bc.png);
}

#TP_kv .tp_nv_btn li:nth-child(1) a {
  border: 1px solid #c4fafb;
}

#TP_kv .tp_nv_btn li:nth-child(1) a span {
  background-image: url(../../img/tp_nv_3_t.png);
}

#TP_kv .tp_nv_btn li:nth-child(2) {
  margin: 0 5%;
  background: url(../../img/tp_nv_2_bc.png);
}

#TP_kv .tp_nv_btn li:nth-child(2) a {
  border: 1px solid #f1ebb9;
}

#TP_kv .tp_nv_btn li:nth-child(2) a span {
  background-image: url(../../img/tp_nv_2_t.png);
}

#TP_kv .tp_nv_btn li:nth-child(3) {
  background: url(../../img/tp_nv_1_bc.png);
}

#TP_kv .tp_nv_btn li:nth-child(3) a {
  border: 1px solid #cee8a3;
}

#TP_kv .tp_nv_btn li:nth-child(3) a span {
  background-image: url(../../img/tp_nv_1_t.png);
}

#TP_kv .tp_nv_btn p {
  margin: 20px 0 0;
  text-align: center;
  line-height: 1;
}

#TP_kv .tp_nv_btn p a {
  display: inline-block;
  width: 100%;
  padding: 15px 10px 13px;
  max-width: 400px;
  background-color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  border-radius: 3rem;
  border: 1px solid #fff;
  color: #333;
  font-weight: bold;
  transition: background 0.2s ease;
}

#TP_kv .tp_nv_btn p a:hover {
  background-color: #fff;
}

#TP_kv .btn-five::before {
  transition: transform 0.15s, 0.15s border-radius 0.15s;
  opacity: 0;
  background: rgba(255, 255, 255, 0.4);
  transform: scale(0.1, 0.1);
  border-radius: 50%;
}

#TP_kv .btn-five:hover::before {
  opacity: 1;
  transform: scale(1, 1);
  border-radius: 0;
}

#TP_kv .btn-five::after {
  transition: all 0.3s;
}

#TP_kv .btn-five:hover::after {
  opacity: 0;
}

#TP_kv .btn {
  position: relative;
  transition: all 0.3s;
}

#TP_kv .btn span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  cursor: pointer;
}

#TP_kv .btn::before, #TP_kv .btn::after {
  content: '';
  position: absolute;
  transition: all 0.3s;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 640px) {
  #TP_kv .tp_kv_txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 7%;
    max-width: 1000px;
    margin: 0 auto;
  }
  #TP_kv .tp_kv_txt h2 {
    min-width: 200px;
    padding: 0;
    height: 165px;
  }
  #TP_kv .tp_kv_txt p {
    display: none;
  }
  #TP_kv .tp_nv_btn {
    position: relative;
    bottom: auto;
    padding: 0 0 25px;
    text-align: center;
    background: url(../../img/tp_btn_bc.png) #fff;
  }
  #TP_kv .tp_nv_btn ul {
    display: inline-block;
    width: 100%;
    max-width: 1000px;
    list-style: none;
    margin: 0;
    padding: 10px;
  }
  #TP_kv .tp_nv_btn li {
    display: block;
    width: 100%;
    max-width: 295px;
    margin: 10px auto !important;
    padding: 0;
  }
  #TP_kv .tp_nv_btn li a {
    display: block;
    padding-top: 25.41806%;
    line-height: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  #TP_kv .tp_nv_btn li:nth-child(1) a {
    border: 1px solid #c4fafb;
  }
  #TP_kv .tp_nv_btn li:nth-child(2) {
    margin: 0;
  }
  #TP_kv .tp_nv_btn li:nth-child(2) a {
    border: 1px solid #f1ebb9;
  }
  #TP_kv .tp_nv_btn li:nth-child(3) a {
    border: 1px solid #cee8a3;
  }
  #TP_kv .tp_nv_btn p {
    margin: 0;
  }
  #TP_kv .tp_nv_btn p a {
    max-width: 295px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* FT
/* -------------------------------------------------------------------------*/
#FT {
  background-color: #f6f6f6;
}

#FT ul {
  list-style: none;
  margin: 0;
  padding: 5px 10px;
  background-color: #e9e9e9;
  text-align: center;
}

#FT li {
  display: inline-block;
  margin: 0;
  padding: 0 10px;
  line-height: 1;
  border-left: 1px solid #d2d2d2;
}

#FT li a {
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  color: #4570b1;
}

.ctg_about #FT li.about a,
.ctg_flow #FT li.flow a,
.ctg_company #FT li.company a,
.ctg_notes #FT li.notes a {
  color: #000;
  cursor: default;
}

#FT address {
  margin: 0 auto;
  padding: 20px 0;
  max-width: 1200px;
  font-style: normal;
}

#FT address h1 {
  margin: 0 10px;
  padding: 0;
}

#FT address h1 a {
  display: block;
  margin: 0;
  padding: 0;
  width: 172px;
  height: 23px;
  background: url(../img/ft_logo.png);
}

#FT address p {
  font-size: 12px;
  font-size: 0.75rem;
  display: inline-block;
  color: #7a7675;
  padding: 0;
  margin: 5px 0 0 10px;
}

#FT .copyright {
  margin: 0;
  background-color: #fff;
}

#FT .copyright small {
  font-size: 10px;
  font-size: 0.625rem;
  display: block;
  max-width: 1200px;
  padding: 5px 10px 10px;
  margin: 0 auto;
  color: #919191;
  text-align: right;
}

#FT .privacy {
  margin: 0 auto;
  max-width: 1200px;
  border-bottom: 1px solid #e3e3e3;
}

#FT .privacy p {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0;
  padding: 10px 10px 8px;
  text-align: right;
  line-height: 1;
}

#FT .privacy a {
  text-decoration: none;
  color: #4570b1;
}

@media only screen and (max-width: 640px) {
  #FT ul {
    display: none;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* PAGE
/* -------------------------------------------------------------------------*/
.pg_kv h2 {
  font-size: 32px;
  font-size: 2rem;
  display: block;
  height: 181px;
  line-height: 181px;
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
  color: #fff;
}

body.ctg_about .pg_kv {
  background: url(../img/kv_about.png) right top no-repeat #0a98a0;
  background-size: auto 100%;
}

body.ctg_flow .pg_kv {
  background: url(../img/kv_flow.png) right top no-repeat #c8b71b;
  background-size: auto 100%;
}

body.ctg_company .pg_kv {
  background: url(../img/kv_company.png) right top no-repeat #73b10e;
  background-size: auto 100%;
}

body.ctg_info .pg_kv {
  background: url(../img/kv_info.png) right top no-repeat #73b10e;
  background-size: auto 100%;
}

body.ctg_notes .pg_kv {
  background: url(../img/kv_notes.png) right top no-repeat #0e78b1;
  background-size: auto 100%;
}

#CNT {
  max-width: 1030px;
  padding: 30px 15px 50px;
  margin: 0 auto;
}

@media only screen and (max-width: 980px) {
  .pg_kv h2 {
    height: 130px;
    line-height: 130px;
  }
}

@media only screen and (max-width: 640px) {
  .pg_kv h2 {
    font-size: 24px;
    font-size: 1.5rem;
    height: auto;
    line-height: 1;
    padding: 20px 10px;
  }
  #CNT {
    padding: 30px 10px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* ABOUT
/* -------------------------------------------------------------------------*/
.about_block {
  display: block;
  padding: 20px 20px 5px;
  border: 4px solid #f4f7f6;
  margin-bottom: 30px;
}

.about_block h3 {
  font-size: 20px;
  font-size: 1.25rem;
  border-left: 8px solid #0a98a0;
  border-bottom: 1px solid #0a98a0;
  color: #0a98a0;
  margin: 0;
  padding: 8px 5px 8px 20px;
}

.about_block p {
  margin: 20px;
}

.about_block .emphasis {
  display: inline-block;
  padding: 5px 10px;
  background-color: #ecf9fa;
  color: #007b82;
}

.about_block .info {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0 0 10px;
}

.about_info {
  overflow: hidden;
}

.about_info .license {
  position: relative;
  width: 50%;
  margin: 0 auto;
  background-color: #f4f7f6;
  border: 1px solid #d9ece6;
}

.about_info .license p {
  margin: 0;
}

.about_info .license a {
  font-size: 24px;
  font-size: 1.5rem;
  display: block;
  text-decoration: none;
  line-height: 1.3;
}

.about_info .license a::before {
  position: absolute;
  left: 10px;
  bottom: 0;
  display: block;
  content: ' ';
  width: 30%;
  padding-top: 30%;
  background: url(../../about/img/screen_shot.png) 0 0 no-repeat;
  background-size: 100% auto;
}

.about_info .license a span {
  display: inline-block;
  margin-left: 40%;
  margin-bottom: 2%;
  margin-top: 10%;
  padding-right: 40px;
  color: #0048b5;
  background: url(../img/link_arw.png) right center no-repeat;
}

@media only screen and (max-width: 980px) {
  .about_info .license a {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

@media only screen and (max-width: 640px) {
  .about_info .license {
    width: 100%;
  }
  .about_info .license a {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .about_info .license a::before {
    width: 80px;
    padding-top: 80px;
  }
  .about_info .license a span {
    display: inline-block;
    margin-left: 20%;
    margin-bottom: 2%;
    margin-top: 10%;
    padding-right: 40px;
    color: #0048b5;
    background: url(../img/link_arw.png) right center no-repeat;
    margin-left: 100px;
    margin: 20px 0 20px 110px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* FLOW
/* -------------------------------------------------------------------------*/
.flow_area .flow_block {
  display: block;
  border: 4px solid #f4f7f6;
  padding: 15px 20px 10px 150px;
  margin-bottom: 20px;
  background-position: 25px center;
  background-repeat: no-repeat;
  background-color: #fff;
}

.flow_area .flow_block .title {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 0;
  padding: 0 0 10px;
  font-weight: bold;
  border-bottom: #ccc 1px dotted;
}

.flow_area .flow_block .title img {
  margin-right: 10px;
}

.flow_area .flow_n_1 ul {
  list-style: none;
  margin: -15px 0 10px 10px;
  padding: 0;
}

.flow_area .flow_n_1 li {
  position: relative;
  margin: 0;
  padding: 0 0 0 20px;
  background: url(../img/icon_round.png) 0 8px no-repeat;
}

.flow_area .flow_n_1 {
  background-image: url(../../flow/img/icon_1.png);
}

.flow_area .flow_n_2 {
  background-image: url(../../flow/img/icon_2.png);
}

.flow_area .flow_n_3 {
  background-image: url(../../flow/img/icon_3.png);
}

.flow_area .flow_n_4 {
  background-image: url(../../flow/img/icon_4.png);
}

.flow_area .flow_n_5 {
  background-image: url(../../flow/img/icon_5.png);
}

.flow_area .flow_n_6 {
  background-image: url(../../flow/img/icon_6.png);
}

.flow_area .flow_n_7 {
  background-image: url(../../flow/img/icon_7.png);
}

.flow_area .flow_n_8 {
  background-image: url(../../flow/img/icon_8.png);
}

.flow_area .flow_box_1 {
  background-color: #f4f7f6;
  padding: 10px;
  text-align: center;
}

.flow_area .flow_box_1 p {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.flow_area .flow_box_1 .flow_tel {
  font-size: 24px;
  font-size: 1.5rem;
  margin-right: 10px;
  font-weight: bold;
  color: #005024;
}

.flow_area .flow_box_1 .flow_tel::before {
  display: inline-block;
  content: ' ';
  width: 44px;
  height: 27px;
  background: url(../../flow/img/icon_tel.png) 0 0 no-repeat;
  vertical-align: middle;
}

.flow_area .flow_box_1 .flow_time {
  font-size: 14px;
  font-size: 0.875rem;
  margin-right: 10px;
}

.flow_area .flow_box_1 .flow_contact {
  text-align: center;
}

.flow_area .flow_box_1 .flow_contact a {
  display: inline-block;
  padding: 18px 20px 15px;
  background-color: #fff;
  border: 2px solid #03701a;
  line-height: 1;
  text-decoration: none;
  color: #03701a;
  border-radius: 5rem;
  transition: background 0.2s ease, border-color 0.2s ease;
  font-weight: bold;
}

.flow_area .flow_box_1 .flow_contact a::before {
  content: ' ';
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  vertical-align: middle;
  background: url(../img/nv_icon.png) 0 -88px no-repeat;
}

.flow_area .flow_box_1 .flow_contact a:hover {
  background-color: #9ee7ae;
  border-color: #9ee7ae;
}

.flow_area .flow_arw {
  text-align: center;
}

.flow_area .flow_arw p {
  margin: 0;
}

.flow_area .flow_arw::after {
  content: url(../../flow/img/arow.png);
}

.flow_area2 {
  background-color: #f0faf2;
  padding: 10px;
}

.flow_area2 > h4 {
  font-size: 18px;
  font-size: 1.125rem;
  margin: -10px -10px 0;
  padding: 10px 10px 8px;
  background: url(../../flow/img/ttl_bc.png);
  color: #fff;
  text-align: center;
}

.flow_area2 .info {
  text-align: center;
}

.flow_area2 .info p {
  display: inline-block;
  text-align: left;
  margin-bottom: 0;
}

.flow_area2 .info2 {
  border-top: 1px solid #d8ecdc;
  margin: 10px;
  text-align: center;
}

.flow_area2 .info2 P {
  font-size: 13px;
  font-size: 0.8125rem;
  position: relative;
  display: inline-block;
  text-align: left;
  padding-left: 30px;
}

.flow_area2 .info2 P::before {
  content: '※1';
  position: absolute;
  top: 0;
  left: 0;
}

.flow_area2 .flow_block {
  border-color: #e2f5e6;
  margin-bottom: 5px;
}

@media only screen and (max-width: 980px) {
  .flow_area .flow_block {
    padding: 15px 20px 10px 110px;
    background-size: 71.33333px 56.66667px;
  }
}

@media only screen and (max-width: 640px) {
  .flow_area .flow_block {
    padding: 75px 10px 10px;
    background-position: center 10px;
  }
  .flow_area .flow_block .title {
    position: relative;
    padding-left: 35px;
    line-height: 1.2;
  }
  .flow_area .flow_block .title img {
    position: absolute;
    top: -6px;
    left: 0;
    width: 30px;
    height: 30px;
    vertical-align: middle;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* COMPANY
/* -------------------------------------------------------------------------*/
.cmp_box {
  border: 5px solid #f4f7f6;
  padding: 20px;
  margin-bottom: 5%;
}

.cmp_box h3 {
  margin: 10px 0 0;
  padding: 0;
}

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

.cmp_box p {
  margin: 10px 10px 10px 20px;
}

.cmp_map {
  position: relative;
  width: 100%;
  padding-top: 55%;
  border: 1px solid #d6d6d6;
}

.cmp_map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 640px) {
  .cmp_box {
    padding: 5px;
  }
  .cmp_box h3 {
    margin: 0;
  }
  .cmp_box p {
    margin: 5px;
  }
  .cmp_map {
    padding-top: 400px;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* CONTACT
/* -------------------------------------------------------------------------*/
#formbox {
  display: block;
  border: 4px solid #f4f7f6;
  padding: 15px 20px;
  margin-bottom: 20px;
  background-position: 25px center;
  background-repeat: no-repeat;
  background-color: #fff;
}

#formbox form {
  margin: 30px 0;
  padding: 30px;
  background-color: #fafffb;
  border: 2px solid #dcf4e1;
}

#formbox .frm_tbl {
  width: 100%;
}

#formbox .frm_tbl th {
  text-align: left;
  font-weight: normal;
  background-color: #e7ffeb;
  vertical-align: top;
}

#formbox .frm_tbl th.items {
  width: 200px;
}

#formbox .frm_tbl th.kome {
  width: 30px;
  font-size: 14px;
}

#formbox .frm_tbl th, #formbox .frm_tbl td {
  padding: 8px;
  border: 1px solid #c1d4c9;
  line-height: 1.2;
}

#formbox .frm_tbl td {
  background-color: #fff;
}

#formbox .frm_tbl .info {
  font-size: 13px;
  font-size: 0.8125rem;
}

#formbox .frm_tbl .sz_1 {
  width: 100%;
}

#formbox .frm_tbl .sz_2 {
  width: 100%;
}

#formbox .alert {
  color: #d43b3b;
}

#formbox .tp_msg {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

#formbox .formSubmitButton {
  text-align: center;
  margin-top: 30px;
}

#formbox .en {
  font-size: 13px;
  margin-left: 5px;
}

@media only screen and (max-width: 640px) {
  #formbox {
    padding: 0;
    border: none;
  }
  #formbox form {
    margin: 20px 0;
    padding: 0;
    border: none;
  }
  #formbox .frm_tbl {
    display: block;
    width: 100%;
  }
  #formbox .frm_tbl tbody {
    display: block;
    width: 100%;
  }
  #formbox .frm_tbl tr {
    display: block;
    width: 100%;
  }
  #formbox .frm_tbl th, #formbox .frm_tbl td {
    display: block;
    width: 100%;
    border: none;
  }
  #formbox .frm_tbl th {
    border-top: 1px solid #cae9d8;
  }
  #formbox .frm_tbl td {
    margin-bottom: 20px;
  }
  #formbox .frm_tbl .sz_1 {
    max-width: none;
  }
  #formbox .frm_tbl .sz_2 {
    max-width: none;
  }
}

/* -------------------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/
/* ABOUT
/* -------------------------------------------------------------------------*/
.notes_top {
  margin-bottom: 2rem;
  padding: 30px;
  font-weight: bold;
  background-color: #e9f6fa;
}

.notes_top p {
  margin: 0;
  padding: 0;
}

.notes_top p + p {
  margin-top: 1rem;
}

@media only screen and (max-width: 640px) {
  .notes_top {
    padding: 15px;
  }
}

.notes_block {
  display: block;
  padding: 20px 20px 5px;
  border: 4px solid #f4f7f6;
  margin-bottom: 30px;
}

.notes_block h3 {
  font-size: 20px;
  font-size: 1.25rem;
  border-left: 8px solid #0e78b1;
  border-bottom: 1px solid #0e78b1;
  color: #0e78b1;
  margin: 0;
  padding: 8px 5px 8px 20px;
}

.notes_block p {
  margin: 20px;
}
