@charset "UTF-8";
/* --------------------------------------------------- */
/* setting
/* --------------------------------------------------- */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: 'icomoon';
  src: url("../font/icomoon.eot?9f7gc3");
  src: url("../font/icomoon.eot?9f7gc3#iefix") format("embedded-opentype"), url("../font/icomoon.ttf?9f7gc3") format("truetype"), url("../font/icomoon.woff?9f7gc3") format("woff"), url("../font/icomoon.svg?9f7gc3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-close:before {
  content: "\e5cd";
}

.icon-dehaze:before {
  content: "\e3c7";
}

.icon-spinner:before {
  content: "\f110";
}

.icon-arrow-right:before {
  content: "\e900";
}

.icon-headarrow:before {
  content: "\e901";
}

.icon-arrow-left:before {
  content: "\e902";
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=cd59cc491520ee9e74d7230e74afa313)
 * Config saved to config.json and https://gist.github.com/cd59cc491520ee9e74d7230e74afa313
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
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;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
} */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

.container, .container--1col {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container, .container--1col {
    /* width: 750px; */
  }
}
@media (min-width: 992px) {
  .container, .container--1col {
    /* width: 970px; */
  }
}
@media (min-width: 1200px) {
  .container, .container--1col {
    /* width: 1170px; */
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: .6rem;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666667%;
}

.col-xs-pull-10 {
  right: 83.33333333%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666667%;
}

.col-xs-pull-7 {
  right: 58.33333333%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666667%;
}

.col-xs-pull-4 {
  right: 33.33333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.66666667%;
}

.col-xs-pull-1 {
  right: 8.33333333%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666667%;
}

.col-xs-push-10 {
  left: 83.33333333%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666667%;
}

.col-xs-push-7 {
  left: 58.33333333%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666667%;
}

.col-xs-push-4 {
  left: 33.33333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.66666667%;
}

.col-xs-push-1 {
  left: 8.33333333%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
    margin-bottom: 0;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66666667%;
  }

  .col-sm-10 {
    width: 83.33333333%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66666667%;
  }

  .col-sm-7 {
    width: 58.33333333%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66666667%;
  }

  .col-sm-4 {
    width: 33.33333333%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66666667%;
  }

  .col-sm-1 {
    width: 8.33333333%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66666667%;
  }

  .col-sm-pull-10 {
    right: 83.33333333%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66666667%;
  }

  .col-sm-pull-7 {
    right: 58.33333333%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66666667%;
  }

  .col-sm-pull-4 {
    right: 33.33333333%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66666667%;
  }

  .col-sm-pull-1 {
    right: 8.33333333%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66666667%;
  }

  .col-sm-push-10 {
    left: 83.33333333%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66666667%;
  }

  .col-sm-push-7 {
    left: 58.33333333%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66666667%;
  }

  .col-sm-push-4 {
    left: 33.33333333%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66666667%;
  }

  .col-sm-push-1 {
    left: 8.33333333%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66666667%;
  }

  .col-md-pull-10 {
    right: 83.33333333%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66666667%;
  }

  .col-md-pull-7 {
    right: 58.33333333%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66666667%;
  }

  .col-md-pull-4 {
    right: 33.33333333%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66666667%;
  }

  .col-md-pull-1 {
    right: 8.33333333%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66666667%;
  }

  .col-md-push-10 {
    left: 83.33333333%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66666667%;
  }

  .col-md-push-7 {
    left: 58.33333333%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66666667%;
  }

  .col-md-push-4 {
    left: 33.33333333%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66666667%;
  }

  .col-md-push-1 {
    left: 8.33333333%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66666667%;
  }

  .col-lg-10 {
    width: 83.33333333%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66666667%;
  }

  .col-lg-7 {
    width: 58.33333333%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66666667%;
  }

  .col-lg-4 {
    width: 33.33333333%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66666667%;
  }

  .col-lg-1 {
    width: 8.33333333%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66666667%;
  }

  .col-lg-pull-10 {
    right: 83.33333333%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66666667%;
  }

  .col-lg-pull-7 {
    right: 58.33333333%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66666667%;
  }

  .col-lg-pull-4 {
    right: 33.33333333%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66666667%;
  }

  .col-lg-pull-1 {
    right: 8.33333333%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66666667%;
  }

  .col-lg-push-10 {
    left: 83.33333333%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66666667%;
  }

  .col-lg-push-7 {
    left: 58.33333333%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66666667%;
  }

  .col-lg-push-4 {
    left: 33.33333333%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66666667%;
  }

  .col-lg-push-1 {
    left: 8.33333333%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}

.form-control {
  display: inline-block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  vertical-align: middle;
}

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #ccc;
}

.form-control::-webkit-input-placeholder {
  color: #ccc;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}

.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.input--xs {
  width: 45%;
}

.input--s {
  width: 60%;
}

.input--m {
  width: 100%;
}

@media (min-width: 768px) {
  .input--xs {
    width: 30%;
  }
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}

.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}

.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-static {
    display: inline-block;
  }

  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }

  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }

  .form-inline .input-group > .form-control {
    width: 100%;
  }

  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }

  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container--1col:before,
.container:after,
.container--1col:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container--1col:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

html {
  font-size: 87.5%;
  height: 100%;
}

body {
  font-size: 14px;
  font-size: 1rem;
  color: #000;
  line-height: 1.8;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo;
  text-justify: inter-word;
  font-feature-settings: 'palt';
  font-weight: normal;
  display: block;
  height: 100%;
}

a {
  color: #000;
  text-decoration: underline;
}

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

iframe {
  max-width: 100%;
}

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

ol, ul {
  margin: 0;
  padding-left: 1.5em;
}

/* --------------------------------------------------- */
/* section, grid style
/* --------------------------------------------------- */
main {
  padding-top: 180px;
}

.container, .container--1col {
  margin: 0 auto;
  padding: 0 25px;
  max-width: 1050px;
  min-width: 1000px;
}
@media screen and (max-width: 767px) {
  .container, .container--1col {
    padding: 0 15px;
  }
}

.container--1col {
  max-width: 930px;
}

.mainContents {
  width: 73%;
  float: left;
}

.sidebar {
  width: 22%;
  float: right;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 12px;
    font-size: 0.85714rem;
  }

  main {
    padding-top: 50px;
  }

  .container, .container--1col {
    min-width: inherit;
  }

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

  .sidebar {
    width: 100%;
    float: none;
    margin-top: 2rem;
  }
}
/* helper
-------------------------*/
.mb-0 {
  margin-bottom: 0rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.pr-0 {
  padding-right: 0rem !important;
}

.pl-0 {
  padding-left: 0rem !important;
}

.pd-0 {
  padding: 0rem !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pr-1 {
  padding-right: 1rem !important;
}

.pl-1 {
  padding-left: 1rem !important;
}

.pd-1 {
  padding: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pr-2 {
  padding-right: 2rem !important;
}

.pl-2 {
  padding-left: 2rem !important;
}

.pd-2 {
  padding: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pr-3 {
  padding-right: 3rem !important;
}

.pl-3 {
  padding-left: 3rem !important;
}

.pd-3 {
  padding: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pr-4 {
  padding-right: 4rem !important;
}

.pl-4 {
  padding-left: 4rem !important;
}

.pd-4 {
  padding: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pr-5 {
  padding-right: 5rem !important;
}

.pl-5 {
  padding-left: 5rem !important;
}

.pd-5 {
  padding: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pr-6 {
  padding-right: 6rem !important;
}

.pl-6 {
  padding-left: 6rem !important;
}

.pd-6 {
  padding: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pr-7 {
  padding-right: 7rem !important;
}

.pl-7 {
  padding-left: 7rem !important;
}

.pd-7 {
  padding: 7rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pr-8 {
  padding-right: 8rem !important;
}

.pl-8 {
  padding-left: 8rem !important;
}

.pd-8 {
  padding: 8rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pr-9 {
  padding-right: 9rem !important;
}

.pl-9 {
  padding-left: 9rem !important;
}

.pd-9 {
  padding: 9rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pr-10 {
  padding-right: 10rem !important;
}

.pl-10 {
  padding-left: 10rem !important;
}

.pd-10 {
  padding: 10rem !important;
}

/* js
-------------------------*/
.js-clickable {
  cursor: pointer;
}
.js-clickable:hover {
  opacity: .7;
}

/* title
-------------------------*/
.ti-pagetitle, .ti-pagetitle--base, .ti-pagetitle--company, .ti-pagetitle--electrical, .ti-pagetitle--photovoltaics, .ti-pagetitle--contact, .ti-pagetitle--support, .ti-pagetitle--privacy, .ti-pagetitle--news, .ti-pagetitle--media, .ti-pagetitle--work, .ti-pagetitle--movie, .ti-pagetitle--simulation {
  background-size: cover;
  background-position: center;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #fff;
  height: 180px;
  margin-bottom: 6rem;
  background-color: #ccc;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.ti-pagetitle h1, .ti-pagetitle--base h1, .ti-pagetitle--company h1, .ti-pagetitle--electrical h1, .ti-pagetitle--photovoltaics h1, .ti-pagetitle--contact h1, .ti-pagetitle--support h1, .ti-pagetitle--privacy h1, .ti-pagetitle--news h1, .ti-pagetitle--media h1, .ti-pagetitle--work h1, .ti-pagetitle--movie h1, .ti-pagetitle--simulation h1, .ti-pagetitle p, .ti-pagetitle--base p, .ti-pagetitle--company p, .ti-pagetitle--electrical p, .ti-pagetitle--photovoltaics p, .ti-pagetitle--contact p, .ti-pagetitle--support p, .ti-pagetitle--privacy p, .ti-pagetitle--news p, .ti-pagetitle--media p, .ti-pagetitle--work p, .ti-pagetitle--movie p, .ti-pagetitle--simulation p {
  margin: 0;
  font-size: 30px;
  font-size: 2.14286rem;
  font-weight: bold;
}
.ti-pagetitle span, .ti-pagetitle--base span, .ti-pagetitle--company span, .ti-pagetitle--electrical span, .ti-pagetitle--photovoltaics span, .ti-pagetitle--contact span, .ti-pagetitle--support span, .ti-pagetitle--privacy span, .ti-pagetitle--news span, .ti-pagetitle--media span, .ti-pagetitle--work span, .ti-pagetitle--movie span, .ti-pagetitle--simulation span {
  font-size: 12px;
  font-size: 0.85714rem;
  letter-spacing: 0.05em;
  display: block;
  font-weight: normal;
}
.ti-pagetitle em, .ti-pagetitle--base em, .ti-pagetitle--company em, .ti-pagetitle--electrical em, .ti-pagetitle--photovoltaics em, .ti-pagetitle--contact em, .ti-pagetitle--support em, .ti-pagetitle--privacy em, .ti-pagetitle--news em, .ti-pagetitle--media em, .ti-pagetitle--work em, .ti-pagetitle--movie em, .ti-pagetitle--simulation em {
  font-size: 18px;
  font-size: 1.28571rem;
}

.ti-primary {
  font-size: 24px;
  font-size: 1.71429rem;
  position: relative;
  border-bottom: 3px solid #c7dff2;
  line-height: 1.6;
  padding-bottom: .2em;
  margin: 2em 0 1.1em;
}
.ti-primary:after {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 150px;
  height: 3px;
  background-color: #00347c;
}

.ti-secondary {
  background-color: #e6f2fc;
  color: #00347c;
  padding: .4em .8em;
  margin: 1.6em 0 1em;
  line-height: 1.5;
  font-size: 18px;
  font-size: 1.28571rem;
}

@media screen and (max-width: 767px) {
  .ti-pagetitle, .ti-pagetitle--base, .ti-pagetitle--company, .ti-pagetitle--electrical, .ti-pagetitle--photovoltaics, .ti-pagetitle--contact, .ti-pagetitle--support, .ti-pagetitle--privacy, .ti-pagetitle--news, .ti-pagetitle--media, .ti-pagetitle--work, .ti-pagetitle--movie, .ti-pagetitle--simulation {
    height: 120px;
    margin-bottom: 2rem;
  }
  .ti-pagetitle h1, .ti-pagetitle--base h1, .ti-pagetitle--company h1, .ti-pagetitle--electrical h1, .ti-pagetitle--photovoltaics h1, .ti-pagetitle--contact h1, .ti-pagetitle--support h1, .ti-pagetitle--privacy h1, .ti-pagetitle--news h1, .ti-pagetitle--media h1, .ti-pagetitle--work h1, .ti-pagetitle--movie h1, .ti-pagetitle--simulation h1, .ti-pagetitle p, .ti-pagetitle--base p, .ti-pagetitle--company p, .ti-pagetitle--electrical p, .ti-pagetitle--photovoltaics p, .ti-pagetitle--contact p, .ti-pagetitle--support p, .ti-pagetitle--privacy p, .ti-pagetitle--news p, .ti-pagetitle--media p, .ti-pagetitle--work p, .ti-pagetitle--movie p, .ti-pagetitle--simulation p {
    font-size: 24px;
    font-size: 1.71429rem;
  }

  .ti-primary {
    font-size: 20px;
    font-size: 1.42857rem;
    margin: 1.8em 0 .9em;
    line-height: 1.3;
  }

  .ti-secondary {
    font-size: 15px;
    font-size: 1.07143rem;
  }
}
/* align
-------------------------*/
.al-right {
  text-align: right;
}

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

/* text
-------------------------*/
.tx-xs {
  font-size: 11px;
  font-size: 0.78571rem;
}

.tx-s {
  font-size: 12px;
  font-size: 0.85714rem;
}

.tx-m {
  font-size: 16px;
  font-size: 1.14286rem;
}

.tx-l {
  font-size: 18px;
  font-size: 1.28571rem;
  line-height: 1.6;
}

.tx-xl {
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 1.4;
}

.tx-xxl {
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 1.4;
}

.tx-xxxl {
  font-size: 30px;
  font-size: 2.14286rem;
  line-height: 1.3;
}

.tx-bold {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .tx-xs {
    font-size: 10px;
    font-size: 0.71429rem;
  }

  .tx-s {
    font-size: 11px;
    font-size: 0.78571rem;
  }

  .tx-m {
    font-size: 13px;
    font-size: 0.92857rem;
  }

  .tx-l {
    font-size: 14px;
    font-size: 1rem;
  }

  .tx-xl {
    font-size: 16px;
    font-size: 1.14286rem;
  }

  .tx-xxl {
    font-size: 19px;
    font-size: 1.35714rem;
  }

  .tx-xxxl {
    font-size: 21px;
    font-size: 1.5rem;
  }
}
/* color
-------------------------*/
.cl-gray {
  color: #666;
}

.cl-attention {
  color: #f14643;
}

.cl-base {
  color: #00347c;
}

/* list
-------------------------*/
li li + li {
  margin-top: 0;
}

[class*="list-"] {
  padding-left: 1.0rem;
}

.li-disc {
  list-style: disc inside none;
}

.li-num {
  list-style: decimal inside none;
}

.li-inline {
  padding: 0;
  margin: 0;
}
.li-inline li {
  display: inline-block;
}

.li-note {
  padding: 0;
  list-style: none;
  margin-left: 1.3em;
}
.li-note li:before {
  content: '※';
  width: 1.3em;
  margin-left: -1.3em;
  display: inline-block;
}

/* table
-------------------------*/
.tbl-primary, .tbl-secondary, .tbl-thirdry, .tbl-form {
  border-collapse: collapse;
  width: 100%;
  line-height: 1.6;
}

.tbl-primary tr {
  border-top: 1px solid #ccc;
}
.tbl-primary tr:last-child {
  border-bottom: 1px solid #ccc;
}
.tbl-primary th {
  background-color: #e6f2fc;
  color: #00347c;
  padding: .8rem 1.2rem;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
.tbl-primary td {
  padding: .8rem 1.2rem;
}

.tbl-secondary tr {
  border-top: 1px dashed #ccc;
}
.tbl-secondary tr:last-child {
  border-bottom: 1px dashed #ccc;
}
.tbl-secondary th {
  background-color: #f3f3f3;
  padding: .8rem 1.2rem;
  color: #666;
  text-align: left;
}
.tbl-secondary td {
  padding: .8rem 1.2rem;
}

.tbl-thirdry th {
  background-color: #f3f3f3;
  border: 1px solid #ccc;
  padding: .8rem 1.2rem;
  color: #666;
  text-align: center;
}
.tbl-thirdry td {
  border: 1px solid #ccc;
  padding: .8rem 1.2rem;
  text-align: center;
}

.tbl-form tr {
  border-bottom: 4px solid #fff;
}
.tbl-form th {
  background-color: #f3f3f3;
  padding: .8rem 1.2rem;
  color: #666;
  text-align: left;
  position: relative;
  white-space: nowrap;
  width: 25%;
}
.tbl-form th.is-require:after {
  content: '必須';
  background-color: #F01B1F;
  color: #fff;
  display: inline-block;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  line-height: 1;
  padding: .3em .5em;
  font-weight: normal;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  font-size: 0.85714rem;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.tbl-form td {
  padding: .8rem 1.2rem;
}

@media screen and (max-width: 767px) {
  .tbl-primary th {
    display: block;
    padding: .4rem 1rem;
  }
  .tbl-primary td {
    display: block;
    padding: .6rem .4rem;
  }

  .tbl-secondary th {
    display: block;
    padding: .4rem 1rem;
  }
  .tbl-secondary th br {
    display: none;
  }
  .tbl-secondary td {
    display: block;
    padding: .6rem .4rem;
  }
  .tbl-secondary td + td {
    padding-top: 0;
    margin-top: -.6rem;
  }

  .tbl-thirdry {
    line-height: 1.4;
  }
  .tbl-thirdry th {
    padding: .4rem;
  }
  .tbl-thirdry td {
    padding: .4rem;
  }

  .tbl-form th {
    display: block;
    width: 100%;
    padding: .4rem 1rem;
  }
  .tbl-form td {
    display: block;
    padding: .6rem .4rem;
  }
}
/* btn
-------------------------*/
.btn-primary, .btn-secondary, .btn-back, .btn-search {
  display: inline-block;
  text-decoration: none;
  position: relative;
  text-align: center;
  vertical-align: middle;
  border: none;
  cursor: pointer;
  -moz-transition: all 0.5s cubic-bezier(0, 0.7, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0.7, 0.3, 1);
  -webkit-transition: all 0.5s cubic-bezier(0, 0.7, 0.3, 1);
  transition: all 0.5s cubic-bezier(0, 0.7, 0.3, 1);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.btn-primary:after, .btn-secondary:after, .btn-back:after, .btn-search:after {
  font-family: 'icomoon';
  content: "\e900";
  position: absolute;
  top: 50%;
  right: 20px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: normal;
}

.btn-primary {
  background-color: #00347c;
  color: #fff;
  padding: .5em 4em;
}
.btn-primary:hover {
  background-color: #005fe2;
}
.btn-primary:after {
  font-size: 15px;
  font-size: 1.07143rem;
}

.btn-secondary {
  background-color: #c7dff2;
  color: #00347c;
  padding: .5em 4em;
  border: 1px solid #00347c;
}
.btn-secondary:hover {
  background-color: #f0f7fc;
}

.btn-back {
  background-color: #999;
  color: #fff;
  padding: .5em 4em;
}
.btn-back:after {
  content: '';
}
.btn-back:before {
  font-family: 'icomoon';
  content: "\e902";
  position: absolute;
  top: 50%;
  left: 20px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: normal;
  color: #fff;
}
.btn-back:hover {
  background-color: #b3b3b3;
}

.btn-search {
  background-color: #666;
  color: #fff;
  padding: .6em 1em;
}
.btn-search:after {
  content: '';
}

.btn--medium {
  width: 320px;
  padding-left: 0;
  padding-right: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn--full {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn--chubu {
  background-color: #00347c;
}
.btn--chubu:hover {
  background-color: #005fe2;
}

.btn--tohoku {
  background-color: #df0000;
}
.btn--tohoku:hover {
  background-color: #ff4646;
}

.btn--kanto {
  background-color: #ff7800;
}
.btn--kanto:hover {
  background-color: #ffae66;
}

.btn--kyusyu {
  background-color: #3dc13a;
}
.btn--kyusyu:hover {
  background-color: #88db86;
}

@media screen and (max-width: 767px) {
  .btn-primary:after, .btn-secondary:after, .btn-back:after, .btn-search:after {
    right: 10px;
  }

  .btn-primary {
    padding: .5em 3em;
  }

  .btn-secondary {
    padding: .5em 3em;
  }

  .btn-search {
    padding: .8em 1em;
  }

  .btn--medium {
    width: 100%;
  }
}
/* box
-------------------------*/
.box-primary h2:first-child, .box-attention h2:first-child, .box-primary h3:first-child, .box-attention h3:first-child, .box-primary h4:first-child, .box-attention h4:first-child, .box-primary h5:first-child, .box-attention h5:first-child, .box-primary p:first-child, .box-attention p:first-child, .box-primary ul:first-child, .box-attention ul:first-child {
  margin-top: 0;
}
.box-primary h2:last-child, .box-attention h2:last-child, .box-primary h3:last-child, .box-attention h3:last-child, .box-primary h4:last-child, .box-attention h4:last-child, .box-primary h5:last-child, .box-attention h5:last-child, .box-primary p:last-child, .box-attention p:last-child, .box-primary ul:last-child, .box-attention ul:last-child {
  margin-bottom: 0;
}

.box-primary {
  border: 5px solid #eee;
  padding: 30px;
}
.box-primary--background {
  border: 5px solid #eee;
  padding: 30px;
  background-position: right top;
  background-size: cover;
}
.box-primary--background dl {
  width: 470px;
  margin: 0;
  color: #555;
}
.box-primary--background dl dt {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.14286rem;
  margin-bottom: .6em;
  line-height: 1.55;
}
.box-primary--background dl dd {
  margin: 0;
}

.box-attention {
  background-color: #fff0af;
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .box-primary {
    padding: 15px;
  }
  .box-primary--background {
    padding: 15px;
    position: relative;
    z-index: 1;
  }
  .box-primary--background dl {
    width: 100%;
  }
  .box-primary--background * {
    position: relative;
    z-index: 5;
  }
  .box-primary--background:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.75);
  }

  .box-attention {
    padding: 15px;
  }
}
/* anchor
-------------------------*/
.an-arrow, .an-arrows a, .an-arrow--right, .an-arrows--right a, .an-arrow--left, .an-arrows--left a {
  text-decoration: none;
}
.an-arrow:before, .an-arrows a:before, .an-arrow--right:before, .an-arrows--right a:before, .an-arrow--left:before, .an-arrows--left a:before, .an-arrow:after, .an-arrows a:after, .an-arrow--right:after, .an-arrows--right a:after, .an-arrow--left:after, .an-arrows--left a:after {
  font-family: 'icomoon';
  color: #00347c;
  display: inline-block;
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
  vertical-align: middle;
}
.an-arrow:hover, .an-arrows a:hover, .an-arrow--right:hover, .an-arrows--right a:hover, .an-arrow--left:hover, .an-arrows--left a:hover {
  color: #333333;
}

.an-arrow:before, .an-arrows a:before {
  content: "\e900";
  margin-right: .5em;
}

.an-arrow--right:after, .an-arrows--right a:after {
  content: "\e900";
  margin-left: .5em;
}

.an-arrow--left:before, .an-arrows--left a:before {
  content: "\e902";
  margin-right: .5em;
}

/* display
-------------------------*/
.only-pc {
  display: inherit;
}

.only-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }

  .only-sp {
    display: inherit;
  }
}
/* clearfix
-------------------------*/
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

/* --------------------------------------------------- */
/* header
/* --------------------------------------------------- */
header {
  height: 180px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #fff;
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  margin-top: 0;
  -moz-transition: all 0.5s cubic-bezier(0, 0.7, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0.7, 0.3, 1);
  -webkit-transition: all 0.5s cubic-bezier(0, 0.7, 0.3, 1);
  transition: all 0.5s cubic-bezier(0, 0.7, 0.3, 1);
}
header.is-small {
  margin-top: -50px;
  -moz-transition: all 0.5s cubic-bezier(0, 0.7, 0.3, 1);
  -o-transition: all 0.5s cubic-bezier(0, 0.7, 0.3, 1);
  -webkit-transition: all 0.5s cubic-bezier(0, 0.7, 0.3, 1);
  transition: all 0.5s cubic-bezier(0, 0.7, 0.3, 1);
}
header.is-small .headerTitle__logo span {
  display: block;
  margin-bottom: 1em;
}
header.is-small .headerTitle__logo em {
  display: inline-block;
}
header.is-small .headerTitle__logo img {
  display: inline-block;
  margin-top: 0;
  vertical-align: middle;
}
header .headerBar {
  background-color: #00347c;
  color: #fff;
  line-height: 1.6;
  height: 40px;
  margin-bottom: 20px;
}
header .headerBar .container, header .headerBar .container--1col {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: 40px;
}
header .headerBar__area {
  font-size: 17px;
  font-size: 1.21429rem;
  font-weight: bold;
  margin: 0 .5em 0 0;
  white-space: nowrap;
}
header .headerBar__area em {
  display: inline-block;
  font-size: 22px;
  font-size: 1.57143rem;
  background-color: #002962;
  padding: 0 .5em;
  margin-right: .5em;
  height: 40px;
}
header .headerBar__branch {
  list-style: none;
  padding: 0;
}
header .headerBar__branch li {
  display: inline-block;
  border: 1px solid #fff;
  padding: 0 .3em;
  font-size: 12px;
  font-size: 0.85714rem;
}
header .headerTitle {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 1.5rem;
  height: 66px;
}
header .headerTitle__logo {
  font-size: 12px;
  font-size: 0.85714rem;
  color: #666;
  font-weight: normal;
  margin: 0;
  line-height: 1;
}
header .headerTitle__logo img {
  display: block;
  margin-top: 1rem;
  width: 236px;
}
header .headerTitle__logo em {
  display: none;
  background-color: #002962;
  color: #fff;
  vertical-align: middle;
  padding: .4em;
  margin-right: .5em;
  font-size: 23px;
  font-size: 1.64286rem;
}
header .headerTitle__contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
header .headerTitle__contact li {
  display: table-cell;
  vertical-align: middle;
}
header .headerTitle__contactTel {
  background: url(/assets/img/common/ico-tel.png) no-repeat 10px center #fff0af;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 1.1;
  padding: 0 1.5em 0 4.5em;
}
header .headerTitle__contactTel em {
  font-weight: bold;
  font-size: 32px;
  font-size: 2.28571rem;
}
header .headerTitle__contactTel a {
  text-decoration: none;
  pointer-events: none;
}
header .headerTitle__contactForm {
  background-color: #ffa800;
  text-align: center;
}
header .headerTitle__contactForm a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 204px;
  height: 66px;
  line-height: 66px;
  font-size: 18px;
  font-size: 1.28571rem;
}
header .headerTitle__contactForm a:before {
  content: url(/assets/img/common/ico-mail.png);
  vertical-align: middle;
  margin-right: 10px;
  display: inline-block;
  line-height: 1;
}
header .headerTitle__contactForm:hover {
  background-color: #ffcb66;
}
header .headerTitle__bars {
  display: none;
}
header .gnav {
  height: 34px;
}
header .gnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: table;
  width: 100%;
  border-left: 1px solid #ccc;
}
header .gnav ul li {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #ccc;
  position: relative;
}
header .gnav ul li:nth-child(1) {
  width: 18%;
}
header .gnav ul li:nth-child(1):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 4px solid #ffcc00;
}
header .gnav ul li:nth-child(2) {
  width: 18%;
}
header .gnav ul li:nth-child(2):after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 4px solid #127ac3;
}
header .gnav ul li:last-child {
  display: none;
}
header .gnav ul li.is-active a {
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e6f2fc 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6f2fc 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e6f2fc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr=$base-color-lightest,GradientType=0 );
  color: #00347c;
}
header .gnav ul li:nth-child(1).is-active a, header .gnav ul li:nth-child(1) a:hover {
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 0%, #fff5cd 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #fff5cd 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fff5cd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr=#fff5cd,GradientType=0 );
  color: #d79d00;
}
header .gnav ul li:nth-child(2).is-active a, header .gnav ul li:nth-child(2) a:hover {
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e6f5ff 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6f5ff 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e6f5ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr=#e6f5ff,GradientType=0 );
  color: #127ac3;
}
header .gnav a {
  text-decoration: none;
  font-weight: bold;
  display: block;
  padding: .3em .6em;
}
header .gnav a:hover {
  background: #fff;
  background: -moz-linear-gradient(top, #ffffff 0%, #e6f2fc 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #e6f2fc 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #e6f2fc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr=$base-color-lightest,GradientType=0 );
  color: #00347c;
}

@media screen and (max-width: 767px) {
  header {
    height: 53px;
    display: block;
  }
  header.is-small {
    margin-top: 0;
  }
  header .headerBar {
    display: none;
  }
  header .headerTitle {
    height: 53px;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 5;
    border-top: 3px solid #00347c;
    background-color: #fff;
    margin: 0 -15px;
  }
  header .headerTitle__logo {
    margin-left: 15px;
  }
  header .headerTitle__logo span {
    display: none !important;
  }
  header .headerTitle__logo em {
    display: inline-block !important;
    font-size: 12px !important;
  }
  header .headerTitle__logo img {
    display: inline-block;
    vertical-align: middle;
    width: 155px;
    margin-top: 0;
  }
  header .headerTitle__contact {
    position: fixed;
    top: auto;
    bottom: 0;
    left: 0;
    z-index: 889;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    height: 60px;
    background-color: #bb6d00;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  header .headerTitle__contact li {
    display: block;
  }
  header .headerTitle__contactTel {
    width: 39%;
    background-image: none;
    padding: 0;
    text-align: center;
    height: 60px;
  }
  header .headerTitle__contactTel span {
    display: none;
  }
  header .headerTitle__contactTel em {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1;
  }
  header .headerTitle__contactTel em:before {
    content: url(/assets/img/common/ico-tel.png);
    vertical-align: middle;
    -moz-transform: scale(0.45, 0.45);
    -ms-transform: scale(0.45, 0.45);
    -webkit-transform: scale(0.45, 0.45);
    transform: scale(0.45, 0.45);
    display: block;
    margin: -7px 0 -12px 0;
  }
  header .headerTitle__contactTel br {
    display: none;
  }
  header .headerTitle__contactTel a {
    pointer-events: all;
  }
  header .headerTitle__contactForm {
    width: 39%;
    height: 60px;
  }
  header .headerTitle__contactForm a {
    width: auto;
    height: 60px;
    line-height: 1;
    font-size: 14px;
    font-size: 1rem;
  }
  header .headerTitle__contactForm a:before {
    -moz-transform: scale(0.55, 0.55);
    -ms-transform: scale(0.55, 0.55);
    -webkit-transform: scale(0.55, 0.55);
    transform: scale(0.55, 0.55);
    margin: -1px 0 -8px 0;
    display: block;
  }
  header .headerTitle__bars {
    display: block;
    background-color: #00347c;
    color: #fff;
    font-size: 26px;
    font-size: 1.85714rem;
    width: 60px;
    height: 50px;
    text-align: center;
    line-height: 50px;
  }
  header .headerTitle__bars span {
    display: inline-block;
  }
  header .gnav {
    position: fixed;
    top: 53px;
    left: 0;
    z-index: 3;
    width: 100%;
    height: auto;
    -moz-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.2);
    visibility: hidden;
    pointer-events: none;
    -moz-transition: all 0.5s cubic-bezier(0, 0.7, 0.3, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0.7, 0.3, 1);
    -webkit-transition: all 0.5s cubic-bezier(0, 0.7, 0.3, 1);
    transition: all 0.5s cubic-bezier(0, 0.7, 0.3, 1);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    opacity: 0;
  }
  header .gnav.is-open {
    visibility: visible;
    pointer-events: all;
    -moz-transition: all 0.5s cubic-bezier(0, 0.7, 0.3, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0.7, 0.3, 1);
    -webkit-transition: all 0.5s cubic-bezier(0, 0.7, 0.3, 1);
    transition: all 0.5s cubic-bezier(0, 0.7, 0.3, 1);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
  }
  header .gnav ul {
    display: block;
    border-left: 0;
    background-color: #fff;
  }
  header .gnav ul li {
    display: block;
    width: 100% !important;
    text-align: left;
    border-right: 0;
    border-top: 1px solid #ccc;
    font-size: 14px;
    font-size: 1rem;
  }
  header .gnav ul li:after {
    border: 0 !important;
  }
  header .gnav ul li:first-child a {
    border-left: 10px solid #ffcc00;
    padding-left: 15px;
  }
  header .gnav ul li:nth-child(2) a {
    border-left: 10px solid #127ac3;
    padding-left: 15px;
  }
  header .gnav ul li:last-child {
    display: inherit;
  }
  header .gnav a {
    padding: 10px 25px;
  }
  header .gnav a:after {
    font-family: 'icomoon';
    content: "\e900";
    position: absolute;
    right: 10px;
    top: 50%;
    font-weight: normal;
    color: #00347c;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 12px;
    font-size: 0.85714rem;
  }
}
/* --------------------------------------------------- */
/* footer
/* --------------------------------------------------- */
.footer, .footer--kanto {
  background-color: #00347c;
  color: #fff;
  padding: 2rem 0;
  margin-top: 12rem;
  position: relative;
}
.footer .container, .footer--kanto .container, .footer .container--1col, .footer--kanto .container--1col {
  position: relative;
}
.footer .container:after, .footer--kanto .container:after, .footer .container--1col:after, .footer--kanto .container--1col:after {
  content: url(/assets/img/common/ico-tower.png);
  position: absolute;
  left: 0;
  top: -101px;
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.footer .container:before, .footer--kanto .container:before, .footer .container--1col:before, .footer--kanto .container--1col:before {
  content: url(/assets/img/common/ico-car.png);
  position: absolute;
  top: -93px;
  left: 50%;
  margin-left: -150px;
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.footer__pageup {
  position: absolute;
  top: -48px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.footer__pageup span {
  background-color: #00347c;
  color: #fff;
  width: 114px;
  height: 20px;
  display: block;
  text-align: center;
  text-decoration: none;
  position: relative;
  cursor: pointer;
  line-height: 1.1;
}
.footer__pageup span:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 57px 12px 57px;
  border-color: transparent transparent #00347c transparent;
  position: absolute;
  left: 0;
  top: -12px;
}
.footer__pageup:hover span {
  background-color: #005fe2;
}
.footer__pageup:hover span:after {
  border-color: transparent transparent #005fe2 transparent;
}
.footerLink {
  border-bottom: 1px dotted #fff;
  padding-bottom: .5rem;
}
.footerLink ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footerLink ul li {
  display: inline-block;
  border-right: 1px solid #fff;
  line-height: 1;
  margin-right: .5em;
  padding-right: .7em;
}
.footerLink ul li a {
  color: #fff;
  text-decoration: none;
}
.footerLink ul li a:hover {
  opacity: .8;
}
.footerAddress {
  margin-top: 1rem;
  line-height: 1.6;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.footerAddress p {
  margin: .5rem 0 0 0;
}
.footerAddress p img {
  width: 190px;
}
.footerAddress dl {
  margin: 0;
}
.footerAddress dl dt {
  display: inline-block;
}
.footerAddress dl dd {
  display: inline-block;
  margin-left: 1em;
}
.footerAddress__copyright {
  font-size: 11px;
  font-size: 0.78571rem;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .footer, .footer--kanto {
    margin-top: 6rem;
    padding-bottom: 80px !important;
    padding-bottom: 1.5rem;
  }
  .footer .container:before, .footer--kanto .container:before, .footer .container--1col:before, .footer--kanto .container--1col:before {
    margin-left: 70px;
  }
  .footerLink {
    text-align: center;
  }
  .footerAddress {
    display: block;
  }
  .footerAddress dl {
    font-size: 10px;
    font-size: 0.71429rem;
    margin-top: .2em;
  }
  .footerAddress dl dt {
    display: block;
    font-weight: bold;
  }
  .footerAddress dl dd {
    margin-left: 0;
  }
  .footerAddress__copyright {
    font-size: 10px;
    font-size: 0.71429rem;
    text-align: center;
    transform-origin: center center;
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    margin-top: 2em !important;
  }

  #chamo-window #chamo-waiting {
    padding: 1px !important;
    line-height: 0;
  }
}
.localnav {
  background-color: #fff;
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.14);
}
.localnav dl {
  margin: 0;
}
.localnav dl dt {
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: bold;
  padding: 1.1em .7em;
  border-bottom: 4px solid #ffcc00;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #fff4c7 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #fff4c7 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #fff4c7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff4c7',GradientType=0 );
}
.localnav dl dd {
  margin: 0;
  border-top: 2px dotted #ccc;
}
.localnav dl dd:first-of-type {
  border: none;
}
.localnav dl dd a {
  display: block;
  padding: 1.5em 1em;
  text-decoration: none;
  position: relative;
}
.localnav dl dd a:after {
  font-family: 'icomoon';
  content: "\e900";
  color: #00347c;
  font-size: 12px;
  font-size: 0.85714rem;
  position: absolute;
  top: 50%;
  right: 10px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.localnav dl dd.is-active a, .localnav dl dd a:hover {
  background-color: #e6f2fc;
}
.localnav__sub {
  margin-left: 1.5em !important;
}

.cta-contact {
  background-color: #e6f2fc;
  text-align: center;
  padding: 3.2rem 0;
  margin-top: 100px;
  position: relative;
  line-height: 0;
}
.cta-contact:after {
  content: url(/assets/img/common/img-charcter-02.png);
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin-left: -420px;
  pointer-events: none;
}
.cta-contact__btn {
  width: 760px;
  margin: auto;
}
.cta-contact__btn a {
  padding-top: .7em;
  padding-bottom: .7em;
}

.cta-epc {
  background-color: #ffcc00;
  padding: 10px 0;
}
.cta-epcWrap {
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.cta-epc__img {
  background-image: url(/assets/img/photovoltaics/img-epc.jpg);
  background-size: cover;
  background-position: center;
  width: 38%;
  min-height: 230px;
}
.cta-epc__txt {
  width: 59%;
  padding-right: 1em;
}
.cta-epc__ttl {
  color: #ffa800;
  font-size: 24px;
  font-size: 1.71429rem;
  font-weight: bold;
  margin: 0 0 .2em;
  line-height: 1.35;
}

@media screen and (max-width: 767px) {
  .cta-contact {
    margin-top: 3rem;
    padding: 2rem 0;
  }
  .cta-contact__btn {
    width: 85%;
    margin: auto;
  }

  .cta-epc__img {
    width: 100%;
    min-height: 120px;
  }
  .cta-epc__txt {
    width: 100%;
    padding: 15px;
  }
  .cta-epc__ttl {
    font-size: 18px;
    font-size: 1.28571rem;
  }
}
.wp-pagenavi {
  text-align: center;
}
.wp-pagenavi .current {
  display: inline-block;
  background-color: #ccc;
  line-height: 1;
  padding: .8em 1em;
  margin: 0 10px;
  color: #999;
}
.wp-pagenavi a {
  display: inline-block;
  background-color: #00347c;
  color: #fff;
  line-height: 1;
  padding: .8em 1em;
  margin: 0 10px;
}

.post-links {
  border-top: 1px solid #ccc;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  list-style: none;
  padding: 1em 0 0 0;
  margin-top: 3em;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999990 !important;
  overflow: hidden;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}
#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  padding: 15px;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}
#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}
#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}
#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}
#swipebox-slider .slide-loading:after {
  font-family: 'icomoon';
  content: "\f110";
  color: #fff;
  font-size: 32px;
  font-size: 2.28571rem;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  /* bottom: -50px; */
  bottom: 20px;
}
#swipebox-bottom-bar.visible-bars {
  /* transform: translate3d(0,-50px,0); */
}

#swipebox-top-bar {
  top: -50px;
}
#swipebox-top-bar.visible-bars {
  transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  float: left;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#swipebox-prev:after {
  font-family: 'icomoon';
  content: "\e902";
  color: #fff;
  font-size: 22px;
  font-size: 1.57143rem;
}

#swipebox-next {
  float: right;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#swipebox-next:after {
  font-family: 'icomoon';
  content: "\e900";
  color: #fff;
  font-size: 22px;
  font-size: 1.57143rem;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
#swipebox-close:after {
  font-family: 'icomoon';
  content: "\e5cd";
  color: #fff;
  font-size: 32px;
  font-size: 2.28571rem;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  animation: rightSpring 0.3s;
}
.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before, .swipebox-touch #swipebox-container:after {
  backface-visibility: hidden;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}
.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565;
}
.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}
.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@media screen and (min-width: 800px) {
  #swipebox-close {
    top: 20px;
    right: 40px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}
/* Skin 
--------------------------*/
#swipebox-overlay {
  background: rgba(0, 0, 0, 0.85);
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

.home-mainVisual {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  height: 380px;
  background: #00347c;
  background: -moz-linear-gradient(top, #003f96 0%, #002c67 100%);
  background: -webkit-linear-gradient(top, #003f96 0%, #002c67 100%);
  background: linear-gradient(to bottom, #003f96 0%, #002c67 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$gradient-color-start', endColorstr='$gradient-color-end',GradientType=0 );
}
.home-mainVisual__txt {
  width: 38%;
  color: #fff;
}
.home-mainVisual__txtWrap {
  width: 340px;
  margin: auto;
  float: right;
  text-align: left;
  margin-right: 60px;
}
.home-mainVisual__txt h2 {
  font-size: 38px;
  font-size: 2.71429rem;
  line-height: 1.2;
  margin: 0;
  border-bottom: 1px solid #fff;
  padding-bottom: .2em;
  margin-bottom: .2em;
}
.home-mainVisual__txt p {
  margin: 0;
}
.home-mainVisual__branch {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-size: 1.42857rem;
  line-height: 1.5;
  margin-bottom: .5em;
}
.home-mainVisual__branch li {
  display: inline-block;
}
.home-mainVisual__img {
  width: 62%;
  height: 100%;
  display: block;
  background-position: center;
  background-size: cover;
  z-index: 10;
  line-height: 0;
}

.home-business {
  background-color: #ffcc00;
  position: relative;
}
.home-business .container, .home-business .container--1col {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-top: 7px;
  padding-bottom: 7px;
  position: relative;
}
.home-business__safety, .home-business__solar {
  width: 50%;
  height: 380px;
  text-align: center;
  background-color: #fff;
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: bold;
}
.home-business__safety p, .home-business__solar p {
  margin: 0;
}
.home-business__safety em, .home-business__solar em {
  font-size: 24px;
  font-size: 1.71429rem;
  background-color: #ffa800;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding: .3em 0;
  margin-top: .1em;
  width: 50%;
  position: relative;
  white-space: nowrap;
}
.home-business__safety em:after, .home-business__solar em:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 18px 28px 0;
  border-color: transparent #ffa800 transparent transparent;
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -webkit-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.home-business__safety a, .home-business__solar a {
  text-decoration: none;
  color: #ffa800;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 2em;
  background-image: url(/assets/img/home/bg-business-01.jpg);
  background-position: center;
  background-size: cover;
}
.home-business__safety a:hover, .home-business__solar a:hover {
  opacity: .7;
}
.home-business__solar em {
  background-color: #127ac3;
}
.home-business__solar em:after {
  right: inherit;
  left: -5px;
  border-width: 28px 18px 0 0;
  border-color: #127ac3 transparent transparent transparent;
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  transform: rotate(20deg);
}
.home-business__solar a {
  background-image: url(/assets/img/home/bg-business-02.jpg);
  color: #127ac3;
}
.home-business__badge {
  position: absolute;
  right: 40px;
  bottom: 50px;
}
.home-business__badge:hover {
  filter: brightness(120%);
}
.home-business__chara {
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  pointer-events: none;
}
.home-business__catch {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #ffcc00;
  font-size: 30px;
  font-size: 2.14286rem;
  display: inline-block;
  line-height: 1;
  height: 60px;
  line-height: 60px;
  font-weight: bold;
  white-space: nowrap;
  padding: 0 .7em;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
}
.home-business__catch em {
  font-size: 40px;
  font-size: 2.85714rem;
}
.home-business__catch:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 60px 32px;
  border-color: transparent transparent #ffcc00 transparent;
  position: absolute;
  left: -31px;
}
.home-business__catch:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 60px 0 0 32px;
  border-color: transparent transparent transparent #ffcc00;
  position: absolute;
  right: -31px;
}

.home-reason {
  margin-top: 5rem;
  margin-bottom: 4rem;
}
.home-reason h2 {
  color: #00347c;
  font-size: 32px;
  font-size: 2.28571rem;
  position: relative;
  text-align: center;
  margin-bottom: 2.5rem;
}
.home-reason h2:after {
  font-family: 'icomoon';
  content: "\e901";
  position: absolute;
  bottom: -1rem;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 10px;
  font-size: 0.71429rem;
}
.home-reason h2 span {
  position: relative;
}
.home-reason h2 span:before {
  content: url(/assets/img/common/ico-reason.png);
  position: absolute;
  top: -30px;
  left: -100px;
  border: 3px solid #00347c;
  display: inline-block;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  line-height: 0;
  -moz-transform: scale(0.55, 0.55);
  -ms-transform: scale(0.55, 0.55);
  -webkit-transform: scale(0.55, 0.55);
  transform: scale(0.55, 0.55);
}
.home-reason h2 span:after {
  content: url(/assets/img/home/img-balloon-01.png);
  position: absolute;
  right: -200px;
}
.home-reasonWrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 3rem;
}
.home-reason__area {
  text-align: center;
  width: 23%;
}
.home-reason__area dl {
  margin: 0;
}
.home-reason__area dl dt {
  font-size: 24px;
  font-size: 1.71429rem;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: .4em;
  position: relative;
}
.home-reason__area dl dt:before {
  content: url(/assets/img/home/img-balloon-02.png);
  position: absolute;
  left: -40px;
  top: -30px;
  -moz-transform: scale(0.52, 0.52);
  -ms-transform: scale(0.52, 0.52);
  -webkit-transform: scale(0.52, 0.52);
  transform: scale(0.52, 0.52);
}
.home-reason__area dl dd {
  margin: 0;
}
.home-reason__area a {
  color: #3c3c3c;
  text-decoration: none;
}
.home-reason__area a em {
  color: #00347c;
}
.home-reason__network, .home-reason__material {
  width: 35%;
  background-color: #f6f1e8;
  text-align: center;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.home-reason__network dl, .home-reason__material dl {
  margin: 0;
  padding: 12px 10px 5px 10px;
}
.home-reason__network dl dt, .home-reason__material dl dt {
  font-size: 22px;
  font-size: 1.57143rem;
  font-weight: bold;
  line-height: 1.1;
}
.home-reason__network dl dd, .home-reason__material dl dd {
  margin: .5em 0 0 0;
  line-height: 1.5;
  font-size: 13px;
  font-size: 0.92857rem;
}
.home-reason__network a, .home-reason__material a {
  text-decoration: none;
  color: #00347c;
}

.home-media {
  background-color: #e5eff5;
  padding: 4rem 0;
}
.home-media h2 {
  color: #00347c;
  font-size: 32px;
  font-size: 2.28571rem;
  position: relative;
  text-align: center;
  margin-top: 0;
}
.home-media h2 span {
  position: relative;
}
.home-media h2 span:before {
  content: url(/assets/img/common/ico-media.png);
  position: absolute;
  top: -30px;
  left: -95px;
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.home-media__feeds {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: strech;
  align-items: strech;
  margin-bottom: 3rem;
}
.home-media__feedsItem {
  width: 317px;
  background-color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
}
.home-media__feedsItem dl {
  margin: 1rem 1.5rem;
}
.home-media__feedsItem dl dt {
  color: #006699;
  font-size: 12px;
  font-size: 0.85714rem;
  margin-bottom: .4em;
}
.home-media__feedsItem dl dd {
  margin: 0;
  line-height: 1.4;
}
.home-media__feedsItem a {
  text-decoration: none;
}
.home-media__img {
  width: 100%;
  height: 12rem;
  overflow: hidden;
  position: relative;
}
.home-media__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.home-news, .news-index {
  margin-top: 4rem;
}
.home-news h2, .news-index h2 {
  color: #00347c;
  font-size: 32px;
  font-size: 2.28571rem;
  position: relative;
  text-align: center;
}
.home-news h2 span, .news-index h2 span {
  position: relative;
}
.home-news h2 span:before, .news-index h2 span:before {
  content: url(/assets/img/common/ico-bulb.png);
  position: absolute;
  top: -30px;
  left: -80px;
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -webkit-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
}
.home-news__feeds, .news-index__feeds {
  margin-bottom: 4rem;
  border-top: 2px dotted #00347c;
}
.home-news__feeds dl, .news-index__feeds dl {
  border-bottom: 2px dotted #00347c;
  display: table;
  width: 100%;
  margin: 0;
  padding: .7em 0;
}
.home-news__feeds dl dt, .news-index__feeds dl dt {
  color: #00347c;
  display: table-cell;
  width: 25%;
  text-align: center;
}
.home-news__feeds dl dd, .news-index__feeds dl dd {
  margin: 0;
  display: table-cell;
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.5;
}
.home-news__feeds a, .news-index__feeds a {
  color: #666;
  text-decoration: none;
}
.home-news__feeds a:hover, .news-index__feeds a:hover {
  color: #ccc;
}

@media screen and (max-width: 767px) {
  .home-mainVisual {
    height: auto;
    display: block;
  }
  .home-mainVisual__txt {
    width: 100%;
  }
  .home-mainVisual__txtWrap {
    width: auto;
    margin-right: 0;
    float: none;
    padding: 20px 15px;
  }
  .home-mainVisual__txt h2 {
    font-size: 20px;
    font-size: 1.42857rem;
    padding-bottom: .4em;
    margin-bottom: .4em;
  }
  .home-mainVisual__txt p {
    font-size: 11px;
    font-size: 0.78571rem;
  }
  .home-mainVisual__img {
    width: 100%;
    height: 180px;
    display: block;
    position: relative;
  }
  .home-mainVisual__branch {
    font-size: 14px;
    font-size: 1rem;
  }

  .home-business .container, .home-business .container--1col {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-business__safety, .home-business__solar {
    width: 100%;
    height: 180px;
  }
  .home-business__safety p, .home-business__solar p {
    font-size: 12px;
    font-size: 0.85714rem;
  }
  .home-business__safety em, .home-business__solar em {
    font-size: 20px;
    font-size: 1.42857rem;
    width: 65%;
  }
  .home-business__safety a, .home-business__solar a {
    padding-top: 1.2em;
  }
  .home-business__solar {
    height: 210px;
  }
  .home-business__catch {
    font-size: 15px;
    font-size: 1.07143rem;
    height: 45px;
    line-height: 45px;
    padding: 0 .5em;
  }
  .home-business__catch:before {
    border-width: 0 0 45px 32px;
  }
  .home-business__catch:after {
    border-width: 45px 0 0 32px;
  }
  .home-business__catch em {
    font-size: 20px;
    font-size: 1.42857rem;
  }
  .home-business__chara {
    width: 100px;
    bottom: 20px;
  }
  .home-business__badge {
    width: 72px;
    right: 20px;
    bottom: 45px;
  }

  .home-reason {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .home-reasonWrap {
    margin-bottom: .5rem;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .home-reason h2 {
    font-size: 25px;
    font-size: 1.78571rem;
    margin-bottom: 1em;
  }
  .home-reason h2 span:before {
    -moz-transform: scale(0.4, 0.4);
    -ms-transform: scale(0.4, 0.4);
    -webkit-transform: scale(0.4, 0.4);
    transform: scale(0.4, 0.4);
    left: -83px;
    top: -33px;
  }
  .home-reason h2 span:after {
    -moz-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
    right: -120px;
    top: -55px;
  }
  .home-reason .container > p, .home-reason .container--1col > p {
    font-size: 14px;
    font-size: 1rem;
  }
  .home-reason__area {
    width: 100%;
    margin-bottom: 10px;
  }
  .home-reason__area dl dt {
    font-size: 20px;
    font-size: 1.42857rem;
  }
  .home-reason__area dl dt:before {
    left: 50%;
    margin-left: -145px;
  }
  .home-reason__network, .home-reason__material {
    width: 100%;
    margin-bottom: 15px;
  }
  .home-reason__network dl dt, .home-reason__material dl dt {
    font-size: 20px;
    font-size: 1.42857rem;
  }

  .home-media {
    padding: 3rem 0;
  }
  .home-media h2 {
    font-size: 25px;
    font-size: 1.78571rem;
    line-height: 1.2;
  }
  .home-media h2 span:before {
    -moz-transform: scale(0.4, 0.4);
    -ms-transform: scale(0.4, 0.4);
    -webkit-transform: scale(0.4, 0.4);
    transform: scale(0.4, 0.4);
    left: -83px;
    top: -33px;
  }
  .home-media iframe {
    width: 100%;
    height: auto;
  }
  .home-media__feeds {
    margin-bottom: 2rem;
  }
  .home-media__feedsItem {
    width: 100%;
    margin-top: 1rem;
  }
  .home-media__feedsItem dl {
    margin: .7rem 1rem;
  }
  .home-media__feedsItem dl dt {
    margin-bottom: 0;
  }
  .home-media__img {
    height: 10rem;
  }

  .home-news, .news-index {
    margin-top: 1rem;
  }
  .home-news h2, .news-index h2 {
    font-size: 25px;
    font-size: 1.78571rem;
    line-height: 1.3;
  }
  .home-news h2 span:before, .news-index h2 span:before {
    -moz-transform: scale(0.4, 0.4);
    -ms-transform: scale(0.4, 0.4);
    -webkit-transform: scale(0.4, 0.4);
    transform: scale(0.4, 0.4);
    left: -67px;
    top: -34px;
  }
  .home-news__feeds, .news-index__feeds {
    margin-bottom: 2rem;
  }
  .home-news__feeds dl dt, .news-index__feeds dl dt {
    width: 100%;
    display: block;
    text-align: left;
    font-size: 12px;
    font-size: 0.85714rem;
  }
  .home-news__feeds dl dd, .news-index__feeds dl dd {
    width: 100%;
    display: block;
    font-size: 13px;
    font-size: 0.92857rem;
  }
}
@media screen and (max-width: 360px) {
  .home-reason h2 span:after {
    right: -100px;
  }

  .home-business__catch {
    font-size: 12px;
    font-size: 0.85714rem;
  }
  .home-business__catch em {
    font-size: 16px;
    font-size: 1.14286rem;
  }
}
.ti-pagetitle--base {
  background-image: url(/assets/img/base/bg-pagetitle.jpg);
}

.base-list {
  list-style: none;
  margin: 0;
  padding-left: 1em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.base-list li {
  width: 50%;
}

.base-callCenter {
  background-color: #fff0af;
  color: #666;
  margin-top: 1.5rem;
}
.base-callCenter dl {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 20px;
  margin: 0;
}
.base-callCenter dl dt {
  background: url(/assets/img/common/ico-tel.png) no-repeat left center;
  background-size: 32px auto;
  padding: 15px 0 15px 40px;
}
.base-callCenter dl dd {
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 1.5;
}

.base-address {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.base-address dl {
  margin: 0;
}
.base-address dl dt {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.14286rem;
}
.base-address dl dd {
  margin: .3em 0 0 0;
  color: #666;
}
.base-address__gmap {
  line-height: 0;
}
.base-address__gmap iframe {
  width: 100% !important;
  height: 140px;
}

.base-network {
  background-color: #ebf9ff;
  padding: 30px;
  margin-top: 5rem;
}
.base-network h3 {
  color: #00347c;
  font-size: 24px;
  font-size: 1.71429rem;
  margin: 1rem 0 0 1.5rem;
}
.base-network h3 img {
  width: 20px;
  height: auto;
  vertical-align: middle;
  margin-right: .4em;
}
.base-network p {
  margin: .6em 0 0 1.5rem;
  width: 45%;
  position: relative;
  z-index: 3;
}
.base-network__map {
  text-align: center;
  margin-top: -8rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .base-address {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
  }

  .base-callCenter dl {
    padding: 10px 15px 15px 15px;
  }
  .base-callCenter dl dt {
    width: 100%;
    padding: 5px 0 5px 30px;
    background-size: 22px auto;
    font-weight: bold;
  }
  .base-callCenter dl dd {
    width: 100%;
    margin: 0;
  }

  .base-network {
    padding: 15px;
  }
  .base-network h3 {
    font-size: 18px;
    font-size: 1.28571rem;
    margin: 0;
    padding: 0 .5rem;
  }
  .base-network p {
    width: 100%;
    margin: 0;
    padding: .5rem .5rem 0 .5rem;
  }
  .base-network__map {
    margin-top: -2rem;
  }
}
.ti-pagetitle--company {
  background-image: url(/assets/img/company/bg-pagetitle.jpg);
}

.ti-pagetitle--electrical {
  background-image: url(/assets/img/electrical-safety/bg-pagetitle.jpg);
}

.electrical-head__ttl, .photovoltaics-head__ttl {
  background-image: url(/assets/img/electrical-safety/bg-title.jpg);
  background-size: cover;
  height: 530px;
  text-align: center;
}
.electrical-head h2, .photovoltaics-head h2 {
  display: inline-block;
  margin: auto;
  font-size: 30px;
  font-size: 2.14286rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  position: relative;
  margin-top: 2em;
}
.electrical-head h2:before, .photovoltaics-head h2:before {
  content: url(/assets/img/common/ico-service.png);
  position: absolute;
  left: 50%;
  top: -50px;
  margin-left: -200px;
  border: 3px solid #00347c;
  display: inline-block;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  border-radius: 60px;
  -moz-transform: scale(0.6, 0.6);
  -ms-transform: scale(0.6, 0.6);
  -webkit-transform: scale(0.6, 0.6);
  transform: scale(0.6, 0.6);
  line-height: 0;
}
.electrical-head h2 span, .photovoltaics-head h2 span {
  font-size: 24px;
  font-size: 1.71429rem;
}

.electrical-support, .photovoltaics-support {
  background-color: #fffadd;
  border: 1px solid #666;
  text-align: center;
  margin: 3rem 0;
  padding-bottom: 2rem;
}
.electrical-support h3, .photovoltaics-support h3 {
  font-size: 24px;
  font-size: 1.71429rem;
}

.electrical-reason, .photovoltaics-reason {
  text-align: center;
  margin-top: 80px;
  position: relative;
}
.electrical-reason:after, .photovoltaics-reason:after {
  content: url(/assets/img/common/img-charcter-01.png);
  position: absolute;
  top: -32px;
  left: 80px;
  z-index: 20;
}
.electrical-reason h3, .photovoltaics-reason h3 {
  color: #fff;
  font-size: 24px;
  font-size: 1.71429rem;
  display: inline-block;
  background-color: #00347c;
  margin: auto;
  height: 55px;
  line-height: 58px;
  padding: 0 2.2em;
  position: relative;
  z-index: 10;
}
.electrical-reason h3:before, .photovoltaics-reason h3:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 55px 32px;
  border-color: transparent transparent #00347c transparent;
  position: absolute;
  left: -32px;
}
.electrical-reason h3:after, .photovoltaics-reason h3:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 55px 0 0 32px;
  border-color: transparent transparent transparent #00347c;
  position: absolute;
  right: -32px;
}
.electrical-reasonWrap, .photovoltaics-reasonWrap {
  background-color: #00347c;
  padding: 7px 7px 5px 7px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  text-align: left;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  z-index: 30;
}
.electrical-reasonWrap dl, .photovoltaics-reasonWrap dl {
  background-color: #fff;
  width: 49.8%;
  margin: 0 0 2px 0;
  padding: 20px;
  counter-increment: number 1;
  position: relative;
  z-index: 25;
}
.electrical-reasonWrap dl:nth-child(2), .photovoltaics-reasonWrap dl:nth-child(2), .electrical-reasonWrap dl:nth-child(3), .photovoltaics-reasonWrap dl:nth-child(3), .electrical-reasonWrap dl:nth-child(6), .photovoltaics-reasonWrap dl:nth-child(6) {
  background-color: #f6f1e8;
}
.electrical-reasonWrap dl:nth-child(1), .photovoltaics-reasonWrap dl:nth-child(1) {
  border-top-left-radius: 4px;
}
.electrical-reasonWrap dl:nth-child(2), .photovoltaics-reasonWrap dl:nth-child(2) {
  border-top-right-radius: 4px;
}
.electrical-reasonWrap dl:nth-child(5), .photovoltaics-reasonWrap dl:nth-child(5) {
  border-bottom-left-radius: 4px;
}
.electrical-reasonWrap dl:last-child, .photovoltaics-reasonWrap dl:last-child {
  border-bottom-right-radius: 4px;
}
.electrical-reasonWrap dl dt, .photovoltaics-reasonWrap dl dt {
  color: #00347c;
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: .7em;
}
.electrical-reasonWrap dl dd, .photovoltaics-reasonWrap dl dd {
  margin: 0;
}
.electrical-reasonWrap dl dd img, .photovoltaics-reasonWrap dl dd img {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
.electrical-reason__ico, .photovoltaics-reason__ico {
  display: inline-block;
  background-color: #fff0af;
  border: 2px dotted #00347c;
  width: 45px;
  height: 45px;
  padding-top: .8em;
  margin-right: 1em;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  line-height: 1.1;
  font-size: 10px;
  font-size: 0.71429rem;
  text-align: center;
  vertical-align: middle;
}
.electrical-reason__ico em, .photovoltaics-reason__ico em {
  display: block;
  font-size: 18px;
  font-size: 1.28571rem;
}
.electrical-reason__ttl, .photovoltaics-reason__ttl {
  display: inline-block;
  vertical-align: middle;
}

.electrical-manage h3, .demand-merit h3, .photovoltaics-manage h3 {
  background-color: #00347c;
  color: #fff;
  font-size: 18px;
  font-size: 1.28571rem;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 4px;
  margin-top: 2.5em;
  line-height: 1.6;
}
.electrical-manage h3 em, .demand-merit h3 em, .photovoltaics-manage h3 em {
  font-size: 16px;
  font-size: 1.14286rem;
  background-color: #ffcc00;
  color: #00347c;
  display: table-cell;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 5em;
  text-align: center;
  line-height: 1;
}
.electrical-manage h3 span, .demand-merit h3 span, .photovoltaics-manage h3 span {
  display: table-cell;
  padding-left: .8em;
}
.electrical-manage__network {
  background-image: url(/assets/img/electrical-safety/bg-callcenter.jpg);
}

.demand-head h2 {
  background-color: #00347c;
  color: #fff;
  font-size: 21px;
  font-size: 1.5rem;
  margin: 0;
  padding: .3em .6em;
  line-height: 1.4;
}
.demand-head__bg {
  background-image: url(/assets/img/electrical-safety/bg-demand-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  padding: 25px;
  border: 1px solid #00347c;
}
.demand-head__bg h3 {
  margin: 0 0 .5em;
  font-size: 24px;
  font-size: 1.71429rem;
  font-weight: normal;
  line-height: 1.3;
  color: #00347c;
}
.demand-head__bg p {
  margin: 1em 0 0 0;
  width: 72%;
}

.demand-merit h3 em {
  width: 6em;
  white-space: nowrap;
}
.demand-merit__mail ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.demand-merit__mail ul li {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .electrical-head h2, .photovoltaics-head h2 {
    font-size: 18px;
    font-size: 1.28571rem;
    margin-top: 1.2em;
  }
  .electrical-head h2 span, .photovoltaics-head h2 span {
    font-size: 14px;
    font-size: 1rem;
  }
  .electrical-head__ttl, .photovoltaics-head__ttl {
    height: 270px;
  }
  .electrical-head__ttl h2:before, .photovoltaics-head__ttl h2:before {
    -moz-transform: scale(0.45, 0.45);
    -ms-transform: scale(0.45, 0.45);
    -webkit-transform: scale(0.45, 0.45);
    transform: scale(0.45, 0.45);
    top: -60px;
    margin-left: -140px;
  }
  .electrical-head p.tx-xxl, .photovoltaics-head p.tx-xxl {
    margin-top: 2rem !important;
  }
  .electrical-head p:last-child, .photovoltaics-head p:last-child {
    text-align: left;
  }
  .electrical-head p:last-child br, .photovoltaics-head p:last-child br {
    display: none;
  }

  .electrical-support, .photovoltaics-support {
    margin: 2rem 0;
    padding: 0 15px 15px 15px;
  }
  .electrical-support h3, .photovoltaics-support h3 {
    font-size: 18px;
    font-size: 1.28571rem;
  }

  .electrical-reason, .photovoltaics-reason {
    margin-top: 40px;
  }
  .electrical-reason:after, .photovoltaics-reason:after {
    -moz-transform: scale(0.55, 0.55);
    -ms-transform: scale(0.55, 0.55);
    -webkit-transform: scale(0.55, 0.55);
    transform: scale(0.55, 0.55);
    left: -10px;
    top: -40px;
  }
  .electrical-reason h3, .photovoltaics-reason h3 {
    font-size: 16px;
    font-size: 1.14286rem;
    height: 45px;
    line-height: 48px;
    padding: 0 .5em;
  }
  .electrical-reasonWrap dl, .photovoltaics-reasonWrap dl {
    width: 100%;
  }
  .electrical-reasonWrap dl dt, .photovoltaics-reasonWrap dl dt {
    font-size: 16px;
    font-size: 1.14286rem;
  }
  .electrical-reasonWrap dl:nth-child(1), .photovoltaics-reasonWrap dl:nth-child(1) {
    border-top-right-radius: 4px;
  }
  .electrical-reasonWrap dl:nth-child(2), .photovoltaics-reasonWrap dl:nth-child(2) {
    border-radius: 0;
  }
  .electrical-reasonWrap dl:nth-child(5), .photovoltaics-reasonWrap dl:nth-child(5) {
    border-radius: 0;
  }
  .electrical-reasonWrap dl:last-child, .photovoltaics-reasonWrap dl:last-child {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .electrical-reason__ico, .photovoltaics-reason__ico {
    width: 40px;
    height: 40px;
    padding-top: .4em;
  }
  .electrical-reason__ico em, .photovoltaics-reason__ico em {
    font-size: 16px;
    font-size: 1.14286rem;
  }

  .electrical-manage h3, .demand-merit h3, .photovoltaics-manage h3 {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 1.3;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: strech;
    align-items: strech;
    margin-top: 1.5em;
  }
  .electrical-manage h3 em, .demand-merit h3 em, .photovoltaics-manage h3 em {
    font-size: 14px;
    font-size: 1rem;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .demand-head h2 {
    font-size: 17px;
    font-size: 1.21429rem;
  }
  .demand-head__bg {
    padding: 15px;
  }
  .demand-head__bg h3 {
    font-size: 16px;
    font-size: 1.14286rem;
    line-height: 1.6;
  }
  .demand-head__bg h3 br {
    display: none;
  }
  .demand-head__bg p {
    width: 100%;
  }

  .demand-merit h3 em {
    width: 25%;
  }
  .demand-merit h3 span {
    width: 75%;
  }
}
@media screen and (max-width: 360px) {
  .electrical-reason:after, .photovoltaics-reason:after {
    -moz-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
    left: -15px;
    top: -40px;
  }
  .electrical-reason h3, .photovoltaics-reason h3 {
    font-size: 14px;
    font-size: 1rem;
  }
}
.ti-pagetitle--photovoltaics {
  background-image: url(/assets/img/photovoltaics/bg-pagetitle.jpg);
}

.photovoltaics-head__ttl {
  background-image: url(/assets/img/photovoltaics/bg-title.jpg);
  height: 380px;
}

.photovoltaics-reasonWrap {
  padding-top: 2px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.photovoltaics-reason__head {
  background-color: #003f96;
  padding: 22px;
  border-left: 7px solid #00347c;
  border-right: 7px solid #00347c;
  border-top: 7px solid #00347c;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
  z-index: 30;
  text-align: left;
}
.photovoltaics-reason__head h4 {
  color: #fff0af;
  font-size: 18px;
  font-size: 1.28571rem;
  margin: 0 0 .4em;
}
.photovoltaics-reason__head p {
  color: #fff;
  margin: 0;
}

.photovoltaics-manage__network {
  background-image: url(/assets/img/photovoltaics/bg-maintenance.jpg);
}
.photovoltaics-manage__network > p {
  border-bottom: 3px dotted #f14643;
  width: 470px;
  margin: 0 0 .8em;
  padding: 0 0 .3em 50px;
  line-height: 1.5;
  font-size: 24px;
  font-size: 1.71429rem;
  font-weight: bold;
  color: #f14643;
  background-image: url(/assets/img/common/ico-attention.png);
  background-size: 41px 31px;
  background-repeat: no-repeat;
}
.photovoltaics-manage h3 em {
  width: 10em;
}
.photovoltaics-manage .btn-live {
  width: 100px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .photovoltaics-head__ttl {
    height: 230px;
  }

  .photovoltaics-manage__network > p {
    width: 100%;
    font-size: 18px;
    font-size: 1.28571rem;
    background-size: 30px 20px;
    padding-left: 40px;
  }
  .photovoltaics-manage__network dl dt {
    font-size: 14px;
    font-size: 1rem;
  }
  .photovoltaics-manage .btn-live {
    width: 80px;
  }

  .photovoltaics-reason__head h4 {
    font-size: 14px;
    font-size: 1rem;
  }
}
.ti-pagetitle--contact {
  background-image: url(/assets/img/contact/bg-pagetitle.jpg);
}

.ti-pagetitle--support {
  background-image: url(/assets/img/support/bg-pagetitle.jpg);
}

.support-head {
  background-image: url(/assets/img/support/bg-support-01.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  text-align: right;
}
.support-head h2 {
  font-size: 36px;
  font-size: 2.57143rem;
  line-height: 1.2;
  padding: 150px 0;
  margin: 0 25px 25px 0;
}

.sp_bk01 {
  background: url(/assets/img/support/support_back01.gif) no-repeat right 20px;
  padding-bottom: 14px;
  padding-top: 30px;
}

.sp_bk02 {
  background: url(/assets/img/support/support_back02.gif) no-repeat right 60px;
  padding-bottom: 14px;
  padding-top: 80px;
}

@media screen and (max-width: 767px) {
  .support-head h2 {
    font-size: 24px;
    font-size: 1.71429rem;
    padding: 60px 0;
  }

  .sp_bk01 {
    background-size: 110px auto;
  }

  .sp_bk02 {
    padding-top: 40px;
    background-size: 120px auto;
    background-position: right 20px;
  }
}
.ti-pagetitle--privacy {
  background-image: url(/assets/img/privacy/bg-pagetitle.jpg);
}

.ti-pagetitle--news {
  background-image: url(/assets/img/news/bg-pagetitle.jpg);
}

.news-index {
  margin-top: 0;
}

.news-detail > h1 {
  margin-top: 0;
}
.news-detail__date {
  color: #00347c;
  font-size: 16px;
  font-size: 1.14286rem;
  margin-top: 0;
  margin-bottom: .5em;
}

.ti-pagetitle--media {
  background-image: url(/assets/img/media/bg-pagetitle.jpg);
}

.media-index {
  margin-top: 0;
}
.media-index__feeds {
  margin-bottom: 4rem;
  border-top: 2px dotted #00347c;
}
.media-index__feeds article {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  border-bottom: 2px dotted #00347c;
  padding: .7em 0;
}
.media-index__feeds article dl {
  width: 72%;
  margin: 0;
}
.media-index__feeds article dl dt {
  color: #00347c;
}
.media-index__feeds article dl dd {
  margin: 0;
  color: #666;
  font-size: 13px;
  font-size: 0.92857rem;
  line-height: 1.6;
}
.media-index__feeds article dl dd:first-of-type {
  font-size: 16px;
  font-size: 1.14286rem;
  margin-bottom: .4em;
  line-height: 1.5;
}
.media-index__feeds article a {
  text-decoration: none;
}
.media-index__feedsImg {
  width: 25%;
  height: 120px;
  overflow: hidden;
  position: relative;
}
.media-index__feedsImg img {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.media-detail > h1 {
  margin-top: 0;
}
.media-detail__date {
  color: #00347c;
  font-size: 16px;
  font-size: 1.14286rem;
  margin-top: 0;
  margin-bottom: .5em;
}

@media screen and (max-width: 767px) {
  .media-movie iframe {
    height: 194px;
  }

  .media-index__feeds article dl {
    width: 70%;
  }
  .media-index__feeds article dl dd {
    font-size: 12px;
    font-size: 0.85714rem;
  }
  .media-index__feeds article dl dd:first-of-type {
    font-size: 14px;
    font-size: 1rem;
    line-height: 1.4;
  }
  .media-index__feedsImg {
    height: auto;
  }
  .media-index__feedsImg img {
    top: 3px;
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 360px) {
  .media-movie iframe {
    height: 160px;
  }
}
.ti-pagetitle--work {
  background-image: url(/assets/img/work/bg-pagetitle.jpg);
}

.ti-pagetitle--movie {
  background-image: url(/assets/img/movie/bg-pagetitle.jpg);
}

.movie-index .col-sm-6 {
  margin-bottom: 1rem;
}
.movie-index .col-sm-6 p {
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .movie-index iframe {
    height: 194px;
  }
}
@media screen and (max-width: 360px) {
  .movie-index iframe {
    height: 160px;
  }
}
.ti-pagetitle--simulation {
  background-image: url(/assets/img/simulation/bg-pagetitle.jpg);
}

.simulation-form p {
  margin: 0;
}
.simulation-form p span {
  width: 8em;
  display: inline-block;
}
.simulation-form p + p {
  margin-top: .8em;
}

.simulation-result dl {
  padding: 15px;
  border: 3px solid #F8B500;
  margin: 30px 0 0;
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}
.simulation-result dl dt {
  display: block;
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 230px;
}
.simulation-result dl dd {
  line-height: 1.1;
}
.simulation-result dl dd p {
  margin: 0;
}
.simulation-result dl .y_txt {
  color: #F8B500;
  font-size: 22px;
  font-size: 1.57143rem;
}
.simulation-result dl .w_txt {
  color: #fff;
}
.simulation-result dl .fee1 {
  font-size: 58px;
  font-size: 4.14286rem;
  font-family: Helvetica, Arial, sans-serif;
}
.simulation-result dl .fee2, .simulation-result dl .fee3 {
  font-size: 48px;
  font-size: 3.42857rem;
  color: #666;
  font-family: Helvetica, Arial, sans-serif;
}
.simulation-result dl .fee4 {
  font-size: 58px;
  font-size: 4.14286rem;
  font-family: Helvetica, Arial, sans-serif;
}
.simulation-result dl .fee5, .simulation-result dl .fee6 {
  color: #fff;
  font-size: 48px;
  font-size: 3.42857rem;
  font-family: Helvetica, Arial, sans-serif;
}
.simulation-result__total {
  background-color: #F8B500;
}

@media screen and (max-width: 767px) {
  .simulation-result dl {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .simulation-result dl dt {
    width: 100%;
  }
}
