@charset "UTF-8";
/*! normalize.css v3.0.0 | 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 in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: 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, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

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

/**
 * Address styling not present in IE 8/9.
 */
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.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
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 5, 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.
 */
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+, 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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -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.
 * 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.
 */
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;
}

html {
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  background-color: #ca915a;
  font: 18px/27px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: black;
}

a {
  color: #0038cc;
  text-decoration: none;
}
a:link, a:visited {
  color: #0038cc;
  text-decoration: none;
}
a:hover, a:active {
  color: #0038cc;
  text-decoration: underline;
}

strong,
em,
address {
  font-style: normal;
}

strong,
em {
  font-weight: bold;
}

img,
iframe,
video {
  border: none;
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
}

p {
  margin: 0;
}

ul,
ol,
dl {
  margin-top: 0;
}

dd {
  margin-left: 0;
}

table {
  width: 100%;
  table-layout: auto;
}

th,
td {
  padding: .75em .5em;
}

th {
  text-align: left;
}

::selection,
::-moz-selection {
  background: yellow;
}

.cf:after,
.cf:before {
  content: '';
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

.ht {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.ht li {
  list-style: none;
}
.ht a {
  display: block;
  overflow: hidden;
}
.ht br {
  display: none;
}

ul.ht,
ol.ht {
  padding: 0;
}

.text-attention {
  color: #e84a1d;
}
.text-weak {
  font-size: 62%;
  color: #666666;
}
.text-topic {
  text-align: center;
}
.text-posted,
.text-sup {
  text-align: right;
}

.point-lv01 {
  font-size: 100%;
}

.point-lv02 {
  font-size: 112%;
}

.point-lv03 {
  font-size: 123%;
}

.point-lv04 {
  font-size: 145%;
}

.point-lv05 {
  font-size: 167%;
}

.point-lv06 {
  font-size: 189%;
}

.point-lv07 {
  font-size: 212%;
}

.point-lv08 {
  font-size: 234%;
}

.point-lv09 {
  font-size: 256%;
}

.point-lv10 {
  font-size: 278%;
}

.image {
  margin: 2em 0;
  text-align: center;
}

.banners {
  padding: 0;
  list-style: none;
}
.banners a:hover img {
  filter: alpha(opacity=70);
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.nav-flat li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: .5em;
  border-left: 1px solid #ccc;
  padding-left: .5em;
  line-height: 1;
  *line-height: 1.1;
}

table ul,
table ol,
table dl{
  margin: 0;
}

.table-outline {
  border-top: 1px solid #c6c9c6;
  border-right: 1px solid #c6c9c6;
}
.table-outline thead th,
.table-outline thead td {
  text-align: center;
}
.table-outline th,
.table-outline td {
  border-bottom: 1px solid #c6c9c6;
  border-left: 1px solid #c6c9c6;
}
.table-outline th {
  background-color: transparent;
}

.section {
  margin-bottom: 2em;
}
.section-wrap {
  background-color: #fff;
  padding: 28px 25px;
}

.flexbox-l-img {
  overflow: hidden;
}
.flexbox-l-img .image {
  float: left;
  margin: 0 1em 1em 0;
}
.flexbox-l-img .cont {
  overflow: hidden;
}

.flexbox-r-img {
  overflow: hidden;
}
.flexbox-r-img .image {
  float: right;
  margin: 0 0 1em 1em;
}
.flexbox-r-img .cont {
  overflow: hidden;
}

.box {
  border: 1px solid #cccccc;
  background-color: #e5e5e5;
  padding: 1em 0.5em;
}


.l-centering, .l-inner {
  margin: 0 auto;
}

.l-inner {
  position: relative;
  width: 960px;
}

#wrapper {
}

#header{
  background: url("../img/img-main.jpg") center top no-repeat;
  background-size: cover;
}

#header-top {
  background-color: #fff;
}
#header-top > .l-inner {
  padding-right: 350px;
  padding-left: 20px;
  width: 610px;
}

#header-body {
  background: url("../img/bg-header.png") center bottom no-repeat;
  padding-bottom: 100px;
  text-align: center;
}

#main {
  background: url("../img/bg.jpg") center top repeat;
  padding-top: 25px;
}
#main > .l-inner {
  padding-bottom: 40px;
  *padding-bottom: 60px;
}

#footer {
  clear: both;
  background: url("../img/bg-footer.jpg") 0 0 repeat-x;
  padding: 50px 0;
  text-align: center;
}

.ttl-main {
  margin-bottom: 1em;
}

.mainimg {
  margin-bottom: 30px;
}

#nav-main {
  margin: 0;
  padding: 8px 0;
  line-height: 1;
  *line-height: 1.2;
  list-style: none;
  font-size: 78%;
  font-weight: bold;
}
#nav-main li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0 1em;
}
#nav-main li:first-child {
}
#nav-main a {
  display: block;
  padding: 10px 0;
  color: #666;
}
#nav-main .is-current {
  color: #e84a1d;
}

.header-contact{
  position: absolute;
  top: 0;
  right: 20px;
  background: url("../img/bg-header-contact.png") 0 0 no-repeat;
  padding: 7px 15px 15px 15px;
  width: 281px;
  height: 72px;
}
.header-contact .ttl{
  margin-bottom: 5px;
  background-image: url("../img/ttl-header-contact.png");
  width: 180px;
  height: 24px;
}
.header-contact .tel,
.header-contact .fax{
  overflow: hidden;
}
.header-contact .tel{
  float: left;
  background-image: url("../img/txt-header-contact-tel.png");
  width: 135px;
  height: 46px;
}
.header-contact .fax{
  position: relative;
  float: right;
  background-image: url("../img/txt-header-contact-fax.png");
  width: 134px;
  height: 48px;
}
.header-contact a.dl{
  position: absolute;
  top: 0;
  right: 0;
  background-image: url("../img/nav-header-contact-dl.png");
  width: 70px;
  height: 20px;
}
.header-contact a.dl:hover{
  background-position: 0 -20px;
}

.nav-footer {
  overflow: hidden;
  margin-top: 9px;
  margin-left: 120px;
  line-height: 1;
}
.nav-footer a {
  color: #fff;
}

.nav-arw {
  background: url("../img/icon-arw.png") 0 center no-repeat;
  padding-left: 15px;
}

.nav-flat {
  padding: 0;
  letter-spacing: -.4em;
}
.nav-flat li {
  display: inline-block;
  border-left: 1px solid #666;
  margin-left: .5em;
  padding-left: .5em;
  letter-spacing: normal;
  line-height: 1.1;
}
.nav-flat li:last-child {
  border-right: 1px solid #666;
  padding-right: .5em;
}

.pull-left{
  float: left;
}
.pull-right{
  float: right;
}
dl.horizontal{
  margin: 0;
}
dl.horizontal dt{
  float: left;
}
dl.horizontal dd{
  margin-bottom: .15em;
  margin-left: 80px;
}
.table{
  display: table;
  width: 100%;
  table-layout: auto;
  border-collapse: collapse;
}
.table-cell{
  display: table-cell;
  vertical-align: middle;
}

h1 {
  margin: 0 auto 60px auto;
  background-image: url("../img/header-text-02.png");
  width: 782px;
  height: 278px;
}

.htxt01 {
  margin: 30px 0;
  font-size: 89%;
  font-weight: bold;
  color: #fff;
}

.htxt02 {
  margin: 0 auto 24px auto;
  background-image: url("../img/header-text-01.png");
  width: 556px;
  height: 44px;
}

.htxt03 {
  margin: 0 auto;
  background-image: url("../img/header-text-03.png");
  width: 378px;
  height: 39px;
}

#section-00 .lead {
  margin-bottom: 40px;
  background-image: url("../img/section00-lead.png");
  width: 941px;
  height: 139px;
}

.section-header .ttl{
  float: left;
}
.section-header .lead{
  line-height: 80px;
  font-weight: bold;
  font-size: 30px;
}

.section-ttl-01, .section-ttl-02 {
  position: relative;
  top: 0;
  left: -30px;
  margin-bottom: 10px;
  background: url("../img/h2-01.png") 0 0 no-repeat;
  padding-top: 12px;
  padding-left: 30px;
  width: 210px;
  height: 78px;
  line-height: 1.1;
  font-weight: bold;
  color: #fff;
}
.section-ttl-01 .ttl-main, .section-ttl-02 .ttl-main,
.section-ttl-01 .ttl-sub,
.section-ttl-02 .ttl-sub {
  display: block;
  margin: 0;
}
.section-ttl-01 .ttl-main, .section-ttl-02 .ttl-main {
  font-size: 167%;
}
.section-ttl-01 .ttl-sub, .section-ttl-02 .ttl-sub {
  font-size: 112%;
}

.section-ttl-02 {
  float: left;
  background: url("../img/h2-02.png") 0 0 no-repeat;
}

.blk01 {
  position: relative;
  margin-bottom: 40px;
  *margin-bottom: 60px;
  background: white url("../img/bg-white.jpg") 0 0 repeat;
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
}
.blk01 > .inner {
  padding: 56px 20px;
}
.blk01 .pin01,
.blk01 .pin02,
.blk01 .pin03,
.blk01 .pin04 {
  position: absolute;
}
.blk01 .pin01 {
  top: 0;
  left: 20px;
}
.blk01 .pin02 {
  top: 0;
  right: 0;
}
.blk01 .pin03 {
  bottom: 0;
  left: 20px;
}
.blk01 .pin04 {
  right: 0;
  bottom: 0;
}

.flow{
  clear: both;
}
.flow .ttl,
#recruit-section-01 h3{
  margin-bottom: 20px;
  background-color: #eee;
  padding: 6px 20px;
  font-weight: bold;
  font-size: 20px;
}
.flowlist{
  margin-left: -20px;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.flowlist li{
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  margin-left: 20px;
  height: 161px;
}
.flowlist li a{
}
.flowlist li .image img{
  width: auto;
  height: 100%;
}
.flowlist li .roupe{
  position: absolute;
  right: 5px;
  bottom: 5px;
  line-height: 1;
}

.flowlist li::before{
  position: absolute;
  top: -7px;
  left: -7px;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}
.flowlist-blue li::before{
  background-color: #0074d6;
}
.flowlist-green li::before{
  background-color: #009b61;
}
.flowlist li:nth-child(1)::before{
  content: "1";
}
.flowlist li:nth-child(2)::before{
  content: "2";
}
.flowlist li:nth-child(3)::before{
  content: "3";
}
.flowlist li:nth-child(4)::before{
  content: "4";
}
.flowlist li:nth-child(5)::before{
  content: "5";
}
.flowlist li:nth-child(6)::before{
  content: "6";
}
.flowlist li:nth-child(7)::before{
  content: "7";
}
.flowlist li:nth-child(8)::before{
  content: "8";
}
.flowlist li:nth-child(9)::before{
  content: "9";
}

.itemprice {
  margin-bottom: 40px;
}
#section-04 .itemprice{
  float: right;
  width: 680px;
}
.itemprice table {
  margin-bottom: 15px;
  border: 1px solid #ccc;
  font-size: 78%;
}
.itemprice table th,
.itemprice table td {
  border-bottom: 1px solid #c6c9c6;
  border-left: 1px solid #c6c9c6;
  line-height: 1.3;
}
.itemprice table tr:first-child th,
.itemprice table tr:first-child td {
  border-top: none;
}
.itemprice table thead th {
  background-color: #ebebeb;
  border-bottom: 3px solid #c6c9c6;
  text-align: center;
}
.itemprice table tr th:first-child,
.itemprice table tr td:first-child {
  border-left: none;
}
.itemprice table .divide th,
.itemprice table .divide td{
  border-bottom-width: 3px;
}
.itemprice .banners{
  background-color: yellow;
  text-align: center;
  vertical-align: middle;
}
.itemprice .note {
  margin: 0;
  padding: 0;
  line-height: 1.3;
  list-style: none;
  font-size: 73%;
  /*text-align: right;*/
}
.itemprice .note li{
  margin-bottom: 5px;
}

.itemimage {
  float: left;
  margin-bottom: 40px;
}
.itemimage .main {
  margin-bottom: 20px;
}
.itemimage ul {
  *margin-left: 0;
  padding: 0;
  list-style: none;
}
.itemimage li {
  float: left;
  margin-left: 6px;
  border: 1px solid #ccc;
}
.itemimage li:first-child {
  margin: 0;
}
.itemimage li > a {
  position: relative;
  display: block;
}
.itemimage li > a .roupe {
  position: absolute;
  right: 0;
  bottom: 0;
}

.nav-sample {
  clear: both;
}
.nav-sample a {
  margin: 0 auto;
  background-image: url("../img/nav-sample.png");
  width: 640px;
  height: 113px;
}
.nav-sample a:hover {
  background-position: 0 -113px;
}

.nav-sales{
  clear: both;
}
.nav-sales a{
  margin: 0 auto;
  background-image: url("../img/nav-sales.png");
  width: 620px;
  height: 140px;
}
.nav-sales a:hover{
  background-position: 0 -140px;
}

.voicelist{
  margin: 0;
  padding: 0 50px;
  list-style: none;
}
.voicelist li{
  clear: both;
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 15px;
}
.voicelist-container{
  margin: 0;
}
.voicelist-container dt{
  float: left;
  width: 220px;
}
.voicelist-container dd{
  overflow: hidden;
}
.voicelist-company,
.voicelist-location,
.voicelist-name{
  margin-bottom: .3em;
  line-height: 1;
}
.voicelist-company{
  font-weight: bold;
}
.voicelist-location,
.voicelist-name{
  font-size: 85%;
}
.voicelist-location{
  margin-bottom: .5em;
  color: #666;
}
.voicelist-name{
  font-size: 85%;
}
.voicelist-txt{}

.faqlist{
  padding: 0 50px;
}
.faqlist dt,
.faqlist dd{
  padding-left: 40px;
}
.faqlist dt{
  margin-bottom: 5px;
  font-weight: bold;
  color: #009B61;
}
.faqlist dd{
  margin-bottom: 15px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 15px;
}
.faqicon-q,
.faqicon-a{
  display: inline-block;
  margin-right: 8px;
  margin-left: -40px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.faqicon-q{
  background-color: #009B61;
}
.faqicon-a{
  background-color: #0074D6;
}

.section-header{
  margin-bottom: 20px;
  height: 90px;
}

#section-voices h2,
#section-faq h2{
  padding-top: 22px;
  height: 68px;
}
#section-voices .lead{
  padding-top: 10px;
  font-weight: bold;
  color: #007FDA;
}

#section-contact {
  background: url("../img/bg-contact.jpg") 0 0 repeat;
  padding-bottom: 40px;
  box-shadow: 0 5px 10px -5px rgba(255, 255, 255, 0.3) inset;
}
#section-contact h2 {
  position: relative;
  top: -10px;
  left: 0;
  background-image: url("../img/h2-contact.png");
  width: 488px;
  height: 70px;
}
#section-contact .contactlist {
  margin: 0;
  padding-top: 20px;
  padding-left: 0;
  list-style: none;
}
#section-contact .contactlist .fax {
  margin-bottom: 20px;
  background-image: url("../img/txt-contact-fax.png");
  width: 959px;
  height: 61px;
}
#section-contact .contactlist .download {
  position: absolute;
  right: 0;
  top: 40px;
}
#section-contact .contactlist .download a {
  background-image: url("../img/nav-contact-download.png");
  width: 290px;
  height: 40px;
}
#section-contact .contactlist .download a:hover {
  background-position: 0 -40px;
}
#section-contact .contactlist .phone {
  background-image: url("../img/txt-contact-phone.png");
  width: 959px;
  height: 61px;
}

#section-service {
  background: url("../img/bg-service.jpg") center top repeat-x;
  padding-top: 60px;
  padding-bottom: 50px;
  text-align: center;
}
#section-service h2 {
  margin-bottom: 15px;
  line-height: 1.3;
  font-size: 167%;
  font-weight: bold;
}

.nav-service {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px auto 0 auto;
  padding-left: 0;
  width: 740px;
  list-style: none;
}
.nav-service li {
  margin-left: 20px;
}
.nav-service li:first-child {
  margin-left: 0;
}
.nav-service a {
  display: block;
  height: 74px;
}
.nav-service .nav01 a {
  background-image: url("../img/nav-service-01.png");
  width: 220px;
}
.nav-service .nav01 a:hover {
  background-position: 0 -74px;
}
.nav-service .nav02 a {
  background-image: url("../img/nav-service-02.png");
  width: 260px;
}
.nav-service .nav02 a:hover {
  background-position: 0 -74px;
}
.nav-service .nav03 a {
  background-image: url("../img/nav-service-03.png");
  width: 220px;
}
.nav-service .nav03 a:hover {
  background-position: 0 -74px;
}
.nav-service-02{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding: 0;
  text-align: center;
  list-style: none;
}
.nav-service-02 li{
  margin: 0 .4em;
  font-size: 20px;
  font-weight: bold;
}
.nav-service-02 a{
  display: block;
  background-color: #e84a1d;
  padding: 20px;
  color: #fff;
  border-radius: 10px;
}
.nav-service-02 a:hover{
  background-color: #ee6a38;
  text-decoration: none;
}

.footer-catchcopy{
  font-weight: bold;
  font-size: 30px;
}

.copyright {
  line-height: 1.3;
  text-align: center;
  font-size: 67%;
  color: #fff;
}



#access-section-01 .ttl-main,
#sales-section-01 .ttl-main,
#recruit-section-01 .ttl-main{
  line-height: 60px;
}

.map iframe{
  width: 100%;
}


.section-text p{
  margin-bottom: .5em;
}

#sales-section-01 dl.horizontal{
  clear: both;
}
#sales-section-01 dl.horizontal img{
  vertical-align: baseline;
}


#recruit-section-01 td > dl > dt{
  margin-top: 1em;
  font-weight: bold;
}
#recruit-section-01 td > dl > dt:first-of-type{
  margin-top: 0;
}
#recruit-section-01 table dl.horizontal dd{
  margin-bottom: 0;
  margin-left: 320px;
}
