@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

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

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

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

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 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.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px; }

body {
  font-size: 14px;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #666666;
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #22b573;
  text-decoration: none; }
  a:hover, a:focus {
    color: #1a8a58;
    text-decoration: none; }

img {
  vertical-align: middle; }

.aside {
  width: 240px;
  margin-left: 60px;
  float: left; }

.aside-nav-heading {
  margin-top: 5px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1;
  border-top: 1px solid #333338;
  border-bottom: 1px solid #dddddd;
  font-size: 16px; }

.aside-nav-link {
  margin-top: 0;
  margin-bottom: 0px;
  padding-left: 0;
  padding-bottom: 25px;
  list-style: none; }

.aside-nav-link li {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1;
  border-bottom: 1px solid #dddddd; }

.aside-nav-link li:before {
  content: "ー ";
  color: #22b573;
  font-weight: bold; }

.aside-nav-link a {
  color: #666666; }

.aside-nav-link a:hover {
  color: #999999; }

.aside-banner {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-top: 25px;
  list-style: none; }

.aside-banner li {
  margin-bottom: 20px; }

.content {
  min-height: 800px;
  padding-top: 55px;
  padding-bottom: 60px; }
  .content:before, .content:after {
    content: " ";
    display: table; }
  .content:after {
    clear: both; }

.footer {
  height: 210px;
  padding-top: 40px;
  background-color: #333338; }

.footer-logo img {
  width: 216px; }

.footer-logo small {
  margin-left: 2em;
  font-size: 12px;
  color: #ffffff; }

.footer-contact {
  margin-top: 20px;
  color: #999999;
  font-size: 12px;
  line-height: 21px; }

.footer-credit {
  margin-top: -21px;
  color: #999999;
  font-size: 12px;
  text-align: right;
  line-height: 21px; }

.header {
  height: 100px;
  background: #333338; }

.header .container {
  height: 100%;
  position: relative; }

.header-logo {
  line-height: 1;
  position: absolute;
  left: 0px;
  bottom: 30px; }

.header-logo img {
  width: 216px; }

.header-nav-main {
  position: absolute;
  right: 0px;
  bottom: 30px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.header-nav-main li {
  display: inline-block;
  margin-right: 2.5em; }

.header-nav-main li:last-child {
  margin-right: 0; }

.header-nav-main a {
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase; }

.header-nav-main a:hover {
  color: #dddddd; }

.header-nav-main .active a {
  color: #22b573; }

.header-nav-main .active a:hover {
  color: #1a8a58; }

.header-nav-sub {
  position: absolute;
  right: 0;
  top: 15px;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.header-nav-sub li {
  display: inline-block; }

.header-nav-sub li:after {
  content: "|";
  margin-left: 1em;
  margin-right: 1em; }

.header-nav-sub li:last-child:after {
  content: "";
  margin-left: 0;
  margin-right: 0; }

.header-nav-sub a {
  font-size: 12px;
  font-weight: bold;
  color: #b3b3b3;
  text-transform: uppercase; }

.header-nav-sub a:hover {
  color: #9a9a9a; }

.main {
  width: 780px;
  float: left; }

.banner img {
  margin-bottom: 30px; }

.card-image {
  position: relative;
  z-index: 1000; }

.card-index {
  position: relative;
  z-index: 1100;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
  color: #ffffff;
  background: #22b573;
  border-radius: 50%;
  font-size: 16px;
  text-align: center; }

.card-caption {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.6;
  font-size: 16px;
  font-weight: bold;
  text-align: center; }

.card-button {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1;
  border-radius: 2px;
  border: 1px solid #22b573;
  display: block;
  text-align: center; }

.card-button:hover {
  border-color: #1a8a58; }

.card-small {
  margin-bottom: 0; }

.card-medium {
  margin-bottom: 30px; }

.card-large {
  margin-bottom: 60px; }

.email-account:after {
  content: "@"; }

.form {
  margin-top: 30px;
  width: 100%; }

.form th,
.form td {
  padding: 20px;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd; }

.form th {
  width: 240px;
  line-height: 40px;
  background: #f6f6f6;
  font-weight: normal;
  text-align: left;
  vertical-align: top; }

.form-label {
  position: relative;
  width: 100%;
  display: block; }

.form-label-required:after,
.form-label-optional:after {
  position: absolute;
  top: 5px;
  right: 0;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 30px;
  color: #ffffff; }

.form-label-required:after {
  content: "必須";
  background: #22b573; }

.form-label-optional:after {
  content: "任意";
  background: #cccccc; }

.form-control {
  padding-left: 10px;
  padding-right: 10px;
  width: 400px;
  border: 1px solid #dddddd;
  border-radius: 2px; }

textarea.form-control {
  width: 100%; }

.form-control-small {
  width: 120px; }

.form-submit {
  width: 320px;
  height: 66px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: #22b573;
  background: transparent;
  border: 1px solid #22b573;
  font-weight: bold; }

.form-submit:hover {
  color: #1a8a58;
  border-color: #1a8a58; }

.container {
  width: 1080px;
  margin-left: auto;
  margin-right: auto; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-1 {
  width: 8.33333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left; }

.col-2 {
  width: 16.66667%;
  padding-left: 15px;
  padding-right: 15px;
  float: left; }

.col-3 {
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  float: left; }

.col-4 {
  width: 33.33333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left; }

.col-5 {
  width: 41.66667%;
  padding-left: 15px;
  padding-right: 15px;
  float: left; }

.col-6 {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  float: left; }

.col-7 {
  width: 58.33333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left; }

.col-8 {
  width: 66.66667%;
  padding-left: 15px;
  padding-right: 15px;
  float: left; }

.col-9 {
  width: 75%;
  padding-left: 15px;
  padding-right: 15px;
  float: left; }

.col-10 {
  width: 83.33333%;
  padding-left: 15px;
  padding-right: 15px;
  float: left; }

.col-11 {
  width: 91.66667%;
  padding-left: 15px;
  padding-right: 15px;
  float: left; }

.col-12 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  float: left; }

.h2 {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 33px;
  color: #333338;
  font-size: 24px;
  font-weight: normal; }

.h2 small {
  line-height: 1;
  margin-left: 1em;
  font-size: 14px;
  color: #666666;
  text-transform: uppercase; }

.h3 {
  line-height: 1;
  margin-bottom: 25px;
  color: #333338; }

.highlight {
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 30px;
  color: #ffffff;
  background: #333338;
  font-size: 16px;
  text-align: center; }

.highlight-icon {
  display: inline;
  margin-right: 15px;
  color: #22b573;
  font-size: 24px;
  font-weight: bold; }

.highlight-text {
  display: inline; }

.highlight-text b {
  color: #22b573;
  font-size: 24px; }

.jumbotron {
  background-repeat: repeat-x;
  background-position: center top; }

.jumbotron-large {
  height: 480px; }

.jumbotron-medium {
  height: 320px; }

.ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 25px;
  list-style: none; }

.ul li {
  position: relative;
  margin-top: 35px;
  line-height: 28px;
  color: #333338;
  font-size: 16px;
  font-weight: bold; }

.ul li:first-child {
  margin-top: 0; }

.ul li:before {
  content: "";
  position: absolute;
  left: -25px;
  top: 3px;
  width: 20px;
  height: 20px;
  border: 10px solid transparent;
  border-left-color: #22b573; }

.ul li:after {
  content: "";
  position: absolute;
  left: -23px;
  top: 8px;
  width: 10px;
  height: 10px;
  border: 5px solid transparent;
  border-left-color: #ffffff; }

.ul small {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 34px;
  display: block;
  color: #666666;
  font-size: 14px;
  font-weight: normal; }

.media {
  margin-bottom: 60px; }

.media-title {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1;
  font-size: 16px; }

.media-text {
  margin-top: 0;
  margin-bottom: 10px; }

.media-more {
  display: block;
  text-align: right; }

.panel {
  padding: 30px;
  border: 1px solid #dddddd;
  border-radius: 9px; }

.panel-separator {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: -30px;
  margin-right: -30px;
  border: 0;
  border-top: 1px solid #dddddd; }

.p {
  margin-top: 0; }

.person {
  margin-top: 10px;
  text-align: right; }

.person-position {
  margin-right: 1em;
  display: inline-block; }

.person-name {
  display: inline-block;
  font-size: 16px; }

.hr {
  margin-top: 60px;
  margin-bottom: 60px;
  border: 0;
  border-top: 1px solid #dddddd; }

.sitemap {
  padding-left: 0;
  list-style: none; }

.sitemap li {
  margin-bottom: 30px; }

.sitemap li:first-child {
  margin-top: 30px; }

.sitemap li:before {
  content: "ー ";
  color: #22b573;
  font-weight: bold; }

.sitemap ul {
  padding-left: 20px;
  list-style: none; }

.table {
  width: 100%; }

.table td,
.table th {
  padding-top: 15px;
  padding-bottom: 15px; }

.table-default th,
.table-default td {
  border-bottom: 1px solid #dddddd;
  vertical-align: top; }

.table-default tr:last-child th,
.table-default tr:last-child td {
  border-bottom: 0; }

.table-default th {
  font-weight: normal;
  text-align: left; }

.table-borderless td {
  padding-top: 5px;
  padding-bottom: 5px; }

.table-total {
  color: #22b573;
  font-size: 24px;
  font-weight: bold; }

.thumbnail-caption {
  padding-top: 20px;
  padding-bottom: 10px;
  line-height: 24.5px;
  display: block;
  font-size: 100%;
  text-align: center; }

.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }
