/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */

/* hubspot precedence */

/* */

@charset "UTF-8";
@import"https://fonts.googleapis.com/earlyaccess/notosansjapanese.css";
@import"https://fonts.googleapis.com/css?family=Oswald";
@import"https://fonts.googleapis.com/css?family=Oswald:300";
.anchor__item a:before,
.button--text>a,
.button--default>a,
.figure img,
.figure--movie:before,
.icon,
.icon:after,
.movie:before,
.movie:after {
  -webkit-transition: all .3s;
  transition: all .3s
}

@-webkit-keyframes table-swipe {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20, 5px) rotate(0);
    transform: translate(-20, 5px) rotate(0)
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(20px, -5px) rotate(15deg);
    transform: translate(20px, -5px) rotate(15deg)
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(20px, -5px) rotate(15deg);
    transform: translate(20px, -5px) rotate(15deg)
  }
}

@keyframes table-swipe {
  0% {
    opacity: 0;
    -webkit-transform: translate(-20, 5px) rotate(0);
    transform: translate(-20, 5px) rotate(0)
  }
  75% {
    opacity: 1;
    -webkit-transform: translate(20px, -5px) rotate(15deg);
    transform: translate(20px, -5px) rotate(15deg)
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(20px, -5px) rotate(15deg);
    transform: translate(20px, -5px) rotate(15deg)
  }
}

@-webkit-keyframes link-underline {
  0% {
    width: 0
  }
  100% {
    width: 100%
  }
}

@keyframes link-underline {
  0% {
    width: 0
  }
  100% {
    width: 100%
  }
}

html {
  background-color: #fff;
  color: #111;
  font-family: Noto Sans CJK JP, Noto Sans Japanese, sans-serif;
  font-size: 14px;
  line-height: 1.3571428571;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

a {
  background-color: transparent;
  color: #092033;
  text-decoration: none
}

mark {
  background-color: #ffdc00;
  color: #111
}

input[type=submit],
input[type=reset],
html input[type=button],
button {
  -webkit-appearance: button
}

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

input[type=search] {
  -webkit-appearance: textfield
}

hr,
img,
iframe,
fieldset,
legend {
  border: 0
}

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

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

table {
  border-collapse: collapse
}

input[type=text],
input[type=search],
input[type=tel],
input[type=url],
input[type=email],
input[type=password],
input[type=number],
input[type=color],
textarea {
  border-radius: 0
}

table {
  border-spacing: 0
}

sub {
  bottom: -.2em
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

hr,
input[type=search] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

input,
button,
select,
optgroup,
textarea {
  color: inherit
}

html body [disabled] {
  cursor: default
}

input[type=submit],
input[type=reset],
html input[type=button],
button {
  cursor: pointer
}

article,
section,
nav,
aside,
header,
footer,
figure,
figcaption,
main {
  display: block
}

video,
audio,
progress,
canvas {
  display: inline-block
}

[hidden],
template {
  display: none
}

h1,
h2,
h3,
h4,
h5,
h6,
address,
pre,
code,
samp,
kbd,
th,
input,
button,
select,
optgroup,
textarea {
  font: inherit
}

pre,
code,
samp,
kbd {
  font-family: Noto Mono, monospace
}

sub,
sup {
  font-size: 78.5714285714%
}

small {
  font-size: 85.7142857143%
}

strong,
b,
optgroup {
  font-weight: 700
}

hr {
  height: 0
}

img {
  height: auto
}

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

sub,
sup {
  line-height: 0
}

input,
button {
  line-height: 1.3214285714
}

@media(min-width:641px) and (max-width:640px) {
  input,
  button {
    line-height: 1.3035714286
  }
}

@media(max-width:640px) {
  input,
  button {
    line-height: 1.2857142857
  }
}

li {
  list-style: none
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
pre,
blockquote,
ol,
ul,
dl,
dd,
figure,
input,
button,
select,
optgroup,
textarea,
fieldset {
  margin: 0
}

img,
iframe,
video,
canvas {
  max-width: 100%
}

pre,
textarea {
  overflow: auto
}

button {
  overflow: visible
}

ol,
ul,
td,
th,
input[type=checkbox],
input[type=radio],
fieldset,
legend {
  padding: 0
}

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

sub,
sup {
  position: relative
}

q:after {
  content: "\201D"
}

q:before {
  content: "\201C"
}

caption,
th {
  text-align: left
}

abbr[title] {
  text-decoration: none
}

button,
select {
  text-transform: none
}

sup {
  top: -.6em
}

sub,
sup,
progress,
meter {
  vertical-align: baseline
}

img,
iframe,
video,
audio,
input[type=image],
textarea,
canvas {
  vertical-align: bottom
}

.list--float:after {
  clear: both;
  content: "";
  display: block
}

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

svg:not(:root) {
  max-width: 100%;
  overflow: hidden;
  vertical-align: bottom
}

button {
  border: none;
  background: none
}

button:focus {
  outline: none
}

.natural {
  display: block;
  padding-bottom: 2.5px;
  padding-top: 2.5px
}

.natural figure figcaption,
.natural caption {
  color: #aaa;
  font-size: 85.7142857143%;
  line-height: 1.3214285714;
  margin-bottom: 5px;
  margin-top: 5px
}

.natural figure figcaption:first-child,
.natural caption:first-child {
  margin-top: 0
}

@media screen and (max-width:640px) {
  .natural figure figcaption,
  .natural caption {
    line-height: 1.3035714286
  }
}

@media screen and (max-width:640px) {
  .natural figure figcaption,
  .natural caption {
    line-height: 1.2857142857
  }
}

.natural pre {
  background-color: #002b36;
  color: #839496;
  border-radius: .25em;
  padding: 21.5px 50px
}

@media screen and (max-width:640px) {
  .natural pre {
    padding-left: 20px;
    padding-right: 20px
  }
}

@media screen and (max-width:640px) {
  .natural pre {
    padding-left: 15px;
    padding-right: 15px
  }
}

.natural h1,
.natural h2,
.natural h3,
.natural h4,
.natural h5,
.natural h6 {
  display: block;
  font-weight: 700;
  line-height: 1.3214285714
}

@media screen and (max-width:640px) {
  .natural h1,
  .natural h2,
  .natural h3,
  .natural h4,
  .natural h5,
  .natural h6 {
    line-height: 1.3035714286
  }
}

@media screen and (max-width:640px) {
  .natural h1,
  .natural h2,
  .natural h3,
  .natural h4,
  .natural h5,
  .natural h6 {
    line-height: 1.2857142857
  }
}

.natural blockquote,
.natural ol,
.natural ul,
.natural dd {
  padding-left: 50px
}

@media screen and (max-width:640px) {
  .natural blockquote,
  .natural ol,
  .natural ul,
  .natural dd {
    padding-left: 20px
  }
}

@media screen and (max-width:640px) {
  .natural blockquote,
  .natural ol,
  .natural ul,
  .natural dd {
    padding-left: 15px
  }
}

.natural li,
.natural dt {
  margin-top: 2.5px
}

.natural pre,
.natural h1,
.natural h2,
.natural h3,
.natural h4,
.natural h5,
.natural h6,
.natural .solid,
.natural hr,
.natural blockquote,
.natural table {
  display: block;
  margin-bottom: 21.5px;
  margin-top: 21.5px
}

.natural pre+pre,
.natural h1+pre,
.natural h2+pre,
.natural h3+pre,
.natural h4+pre,
.natural h5+pre,
.natural h6+pre,
.natural .solid+pre,
.natural hr+pre,
.natural blockquote+pre,
.natural table+pre,
.natural pre+h1,
.natural h1+h1,
.natural h2+h1,
.natural h3+h1,
.natural h4+h1,
.natural h5+h1,
.natural h6+h1,
.natural .solid+h1,
.natural hr+h1,
.natural blockquote+h1,
.natural table+h1,
.natural pre+h2,
.natural h1+h2,
.natural h2+h2,
.natural h3+h2,
.natural h4+h2,
.natural h5+h2,
.natural h6+h2,
.natural .solid+h2,
.natural hr+h2,
.natural blockquote+h2,
.natural table+h2,
.natural pre+h3,
.natural h1+h3,
.natural h2+h3,
.natural h3+h3,
.natural h4+h3,
.natural h5+h3,
.natural h6+h3,
.natural .solid+h3,
.natural hr+h3,
.natural blockquote+h3,
.natural table+h3,
.natural pre+h4,
.natural h1+h4,
.natural h2+h4,
.natural h3+h4,
.natural h4+h4,
.natural h5+h4,
.natural h6+h4,
.natural .solid+h4,
.natural hr+h4,
.natural blockquote+h4,
.natural table+h4,
.natural pre+h5,
.natural h1+h5,
.natural h2+h5,
.natural h3+h5,
.natural h4+h5,
.natural h5+h5,
.natural h6+h5,
.natural .solid+h5,
.natural hr+h5,
.natural blockquote+h5,
.natural table+h5,
.natural pre+h6,
.natural h1+h6,
.natural h2+h6,
.natural h3+h6,
.natural h4+h6,
.natural h5+h6,
.natural h6+h6,
.natural .solid+h6,
.natural hr+h6,
.natural blockquote+h6,
.natural table+h6,
.natural pre+.solid,
.natural h1+.solid,
.natural h2+.solid,
.natural h3+.solid,
.natural h4+.solid,
.natural h5+.solid,
.natural h6+.solid,
.natural .solid+.solid,
.natural hr+.solid,
.natural blockquote+.solid,
.natural table+.solid,
.natural pre+hr,
.natural h1+hr,
.natural h2+hr,
.natural h3+hr,
.natural h4+hr,
.natural h5+hr,
.natural h6+hr,
.natural .solid+hr,
.natural hr+hr,
.natural blockquote+hr,
.natural table+hr,
.natural pre+blockquote,
.natural h1+blockquote,
.natural h2+blockquote,
.natural h3+blockquote,
.natural h4+blockquote,
.natural h5+blockquote,
.natural h6+blockquote,
.natural .solid+blockquote,
.natural hr+blockquote,
.natural blockquote+blockquote,
.natural table+blockquote,
.natural pre+table,
.natural h1+table,
.natural h2+table,
.natural h3+table,
.natural h4+table,
.natural h5+table,
.natural h6+table,
.natural .solid+table,
.natural hr+table,
.natural blockquote+table,
.natural table+table {
  margin-top: 24px
}

.natural p,
.natural ol,
.natural ul,
.natural dl,
.natural figure {
  display: block;
  margin-bottom: 19px;
  margin-top: 19px
}

.natural td,
.natural th {
  border: 1px solid #ddd;
  padding: 11.5px 50px;
  white-space: nowrap
}

.ie9 .natural td,
.natural .ie9 td,
.ie9 .natural th,
.natural .ie9 th {
  white-space: normal
}

@media screen and (max-width:640px) {
  .natural td,
  .natural th {
    padding-left: 20px;
    padding-right: 20px
  }
}

@media screen and (max-width:640px) {
  .natural td,
  .natural th {
    padding-left: 15px;
    padding-right: 15px
  }
}

html {
  color: #092033;
  font-family: Noto Sans CJK JP, Noto Sans Japanese, sans-serif;
  font-weight: 300;
  letter-spacing: .1em;
  line-height: 1.78em
}

body {
  overflow-x: hidden
}

.natural h1 {
  font-size: 2.5em
}

.natural h2 {
  font-size: 1.75em
}

.natural h3 {
  font-size: 1.25em
}

.natural hr {
  background-color: #ddd;
  height: 1px
}

.natural blockquote {
  border-left: 1px solid #ddd;
  color: #aaa
}

.natural li {
  list-style-type: inherit
}

.natural li ol,
.natural li ul {
  margin-bottom: 0;
  margin-top: 0
}

.natural dt {
  font-style: italic;
  font-weight: 700
}

.natural table {
  overflow: auto
}

.natural th {
  font-weight: 700
}

.block {
  display: block;
  text-decoration: none
}

.block,
.block:active,
.block:visited {
  color: inherit
}

.break {
  word-wrap: break-word
}

.full {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%
}

.stick {
  margin: 0 !important
}

.stick-bottom {
  margin-bottom: 0 !important
}

.stick-left {
  margin-left: 0 !important
}

.stick-right {
  margin-right: 0 !important
}

.stick-top {
  margin-top: 0 !important
}

.text-center {
  text-align: center !important
}

.text-left {
  text-align: left !important
}

.text-right {
  text-align: right !important
}

.text-lower {
  text-transform: lowercase
}

.text-upper {
  text-transform: uppercase
}

.word {
  display: inline-block
}

.site-footer {
  padding-bottom: 100px
}

.site-footer .site-footer .container {
  padding: 0
}

.site-footer .page-top {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #092033;
  border-bottom: 1px solid #092033;
}

.site-footer .page-top__button {
  font-size: 18px;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  position: relative;
  padding-left: 20px;
  -webkit-transition: .3s;
  transition: .3s
}

.site-footer .page-top__button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 6px;
  border-color: transparent transparent #092033
}

.site-footer .page-top__button:hover {
  color: #ef4e1c;
  -webkit-transition: .3s;
  transition: .3s
}

.site-footer .page-top__button:hover:before {
  top: 40%;
  border-color: transparent transparent #ef4e1c;
  -webkit-transition: .3s;
  transition: .3s
}

.site-footer__nav.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px
}

@media screen and (max-width:640px) {
  .site-footer__nav.container {
    display: block;
    padding: 0
  }
}

.site-footer__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px
}

@media screen and (max-width:640px) {
  .site-footer__nav__list {
    display: block;
    margin-right: 0
  }
}

.site-footer__nav__list__item {
  padding-left: 10px;
  padding-right: 10px;
  border-left: 1px solid #092033;
  font-weight: bolder
}

@media screen and (max-width:640px) {
  .site-footer__nav__list__item {
    padding-left: 0;
    padding-right: 0;
    border-left: none;
    border-bottom: 1px solid #e2ebf2
  }
}

.site-footer__nav__list__item:first-child {
  padding-left: 0;
  border-left: none
}

.site-footer__nav__list__item.--to-home>a {
  position: relative;
  padding-right: 20px
}

.site-footer__nav__list__item.--to-home>a:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE1IDEyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzA5MjAzMztmaWxsLXJ1bGU6ZXZlbm9kZDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPuOCouODvOODiOODnOODvOODiSAzPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMiwzVjBIMFY5SDN2M0gxNVYzWk0xLDhWM0gxMVY4SDFabTEzLDNINFY5aDhWNmgyWiIvPjwvc3ZnPg==)
}

.site-footer__nav__list__item>a {
  -webkit-transition: .3s;
  transition: .3s
}

@media screen and (max-width:640px) {
  .site-footer__nav__list__item>a {
    padding: 8px 15px;
    display: inline-block
  }
}

.site-footer__nav__list__item>a:hover {
  color: #ef4e1c;
  -webkit-transition: .3s;
  transition: .3s
}

.site-footer__nav__copyright {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  font-weight: bolder
}

@media screen and (max-width:640px) {
  .site-footer__nav__copyright {
    text-align: left;
    padding: 0 15px;
    font-size: 11px;
    text-align: center
  }
}

.site-footer__inquiry {
  background: #092033;
  padding: 15px 0;
  position: fixed;
  bottom: 0;
  z-index: 999;
  width: 100%
}

@media screen and (max-width:640px) {
  .site-footer__inquiry {
    background: url(/service/assets/images/common/bg_footer_inquiry_contents_navigation_sp.png);
    padding: 0
  }
}

@media screen and (max-width:640px) {
  .site-footer__inquiry>.container {
    padding: 0
  }
}

.site-footer__inquiry__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}

@media screen and (max-width:640px) {
  .site-footer__inquiry__contents {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit
  }
}

.site-footer__inquiry__contents__message {
  padding-right: 7%;
  position: relative;
  width: 28%;
  white-space: nowrap
}

.site-footer__inquiry__contents__message__balloon {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #fff;
  border-right: none;
  text-align: center;
  font-size: 15px;
  color: #fff;
  position: relative
}

@media screen and (max-width:1155px) {
  .site-footer__inquiry__contents__message__balloon {
    font-size: 12px;
    padding: 8px 10px
  }
}

.site-footer__inquiry__contents__message__balloon:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 40px;
  position: absolute;
  top: 0;
  right: -6px;
  background-image: url(https://cdn2.hubspot.net/hubfs/549124/lp_image/service_landing/bg_tail_footer_inquiry_message_border.png);
  background-size: contain
}

.site-footer__inquiry__contents__message__balloon:after {
  content: "";
  width: 82px;
  height: 65px;
  position: absolute;
  bottom: -20px;
  right: -92px;
  background: url(https://cdn2.hubspot.net/hubfs/549124/lp_image/service_landing/img_master_footer_inquiry_message.png) no-repeat;
  background-size: contain
}

.site-footer__inquiry__contents__phone {
  margin-left: 30px
}

.site-footer__inquiry__contents__phone--is-laptop {
  display: none;
  width: 100px;
  background: url(https://cdn2.hubspot.net/hubfs/549124/lp_image/service_landing/bg_footer_inquiry_contents_phone_sp.png);
  background-size: 100%;
  border-left: 1px solid #fff
}

@media screen and (max-width:640px) {
  .site-footer__inquiry__contents__phone--is-laptop {
    display: block
  }
}

@media screen and (max-width:640px) {
  .site-footer__inquiry__contents__phone--is-laptop__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
}

.site-footer__inquiry__contents__phone--is-laptop__text>a {
  display: block;
  position: relative;
  padding-right: 38px;
  color: #fff;
  font-weight: 700;
  font-size: 17px
}

@media screen and (max-width:640px) {
  .site-footer__inquiry__contents__phone--is-laptop__text>a:after {
    content: "";
    display: inline-block;
    width: 25px;
    height: 35px;
    position: absolute;
    top: 50%;
    margin-top: -17.5px;
    right: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNS45MyA0OS44MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT7jgqLjgrvjg4Pjg4ggMTwvdGl0bGU+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNy42OCwxLjgxYTEuMzYsMS4zNiwwLDAsMSwxLjE2LjY1bDMuNTIsNS45YTEuMzUsMS4zNSwwLDAsMS0uNDcsMS44NUw5LjI4LDExLjc3cy00LDQuMzksMy40MywxNi44OGM2LDEwLjExLDExLDExLjA3LDEyLjYzLDExLjA3YTIuODcsMi44NywwLDAsMCwuNiwwbDIuNjItMS41NmExLjM2LDEuMzYsMCwwLDEsMS44NS40NmwzLjUyLDUuOWExLjM2LDEuMzYsMCwwLDEtLjQ2LDEuODVsLTIuNjIsMS41NmE3LjI5LDcuMjksMCwwLDEtMS41Mi4xM0MyNS44Nyw0OCwxNyw0Ni4zNyw4LjA3LDMxLjQyLTMuMzcsMTIuMjYsNC4zNywzLjU2LDQuMzcsMy41Nkw3LDJhMS4zMywxLjMzLDAsMCwxLC42OS0uMTlNNy42OCwwQTMuMDksMy4wOSwwLDAsMCw2LjA2LjQ1TDMuNDQsMkExLjc0LDEuNzQsMCwwLDAsMywyLjM2Yy0uMzUuNC04LjQ4LDkuOTIsMy41LDMwLDQsNi43Myw4LjUsMTEuNjIsMTMuMywxNC41M2ExOC4zOSwxOC4zOSwwLDAsMCw5LjUxLDMsOC44Nyw4Ljg3LDAsMCwwLDEuOTQtLjE4LDEuNjIsMS42MiwwLDAsMCwuNTEtLjIxbDIuNjEtMS41NmEzLjE2LDMuMTYsMCwwLDAsMS4wOS00LjMzTDMyLDM3LjY1YTMuMTcsMy4xNywwLDAsMC0yLjcxLTEuNTQsMy4wOSwzLjA5LDAsMCwwLTEuNjIuNDVsLTIuMjcsMS4zNmgwYy0uODMsMC01LjI4LS40OS0xMS4wOC0xMC4yUzEwLjA4LDE0LDEwLjU1LDEzLjEybDIuMjctMS4zNmEzLjE3LDMuMTcsMCwwLDAsMS4wOS00LjMzTDEwLjM5LDEuNTRBMy4xOCwzLjE4LDAsMCwwLDcuNjgsMFoiLz48L2c+PC9nPjwvc3ZnPg==)
  }
}

.site-footer__inquiry__contents__phone__number {
  font-size: 34px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 700;
  position: relative;
  white-space: nowrap
}

.site-footer__inquiry__contents__phone__number>a {
  color: #fff;
}

.site-footer__inquiry__contents__phone__number:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 28px;
  position: absolute;
  top: 0;
  left: -30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNS45MyA0OS44MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT7jgqLjgrvjg4Pjg4ggMTwvdGl0bGU+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNy42OCwxLjgxYTEuMzYsMS4zNiwwLDAsMSwxLjE2LjY1bDMuNTIsNS45YTEuMzUsMS4zNSwwLDAsMS0uNDcsMS44NUw5LjI4LDExLjc3cy00LDQuMzksMy40MywxNi44OGM2LDEwLjExLDExLDExLjA3LDEyLjYzLDExLjA3YTIuODcsMi44NywwLDAsMCwuNiwwbDIuNjItMS41NmExLjM2LDEuMzYsMCwwLDEsMS44NS40NmwzLjUyLDUuOWExLjM2LDEuMzYsMCwwLDEtLjQ2LDEuODVsLTIuNjIsMS41NmE3LjI5LDcuMjksMCwwLDEtMS41Mi4xM0MyNS44Nyw0OCwxNyw0Ni4zNyw4LjA3LDMxLjQyLTMuMzcsMTIuMjYsNC4zNywzLjU2LDQuMzcsMy41Nkw3LDJhMS4zMywxLjMzLDAsMCwxLC42OS0uMTlNNy42OCwwQTMuMDksMy4wOSwwLDAsMCw2LjA2LjQ1TDMuNDQsMkExLjc0LDEuNzQsMCwwLDAsMywyLjM2Yy0uMzUuNC04LjQ4LDkuOTIsMy41LDMwLDQsNi43Myw4LjUsMTEuNjIsMTMuMywxNC41M2ExOC4zOSwxOC4zOSwwLDAsMCw5LjUxLDMsOC44Nyw4Ljg3LDAsMCwwLDEuOTQtLjE4LDEuNjIsMS42MiwwLDAsMCwuNTEtLjIxbDIuNjEtMS41NmEzLjE2LDMuMTYsMCwwLDAsMS4wOS00LjMzTDMyLDM3LjY1YTMuMTcsMy4xNywwLDAsMC0yLjcxLTEuNTQsMy4wOSwzLjA5LDAsMCwwLTEuNjIuNDVsLTIuMjcsMS4zNmgwYy0uODMsMC01LjI4LS40OS0xMS4wOC0xMC4yUzEwLjA4LDE0LDEwLjU1LDEzLjEybDIuMjctMS4zNmEzLjE3LDMuMTcsMCwwLDAsMS4wOS00LjMzTDEwLjM5LDEuNTRBMy4xOCwzLjE4LDAsMCwwLDcuNjgsMFoiLz48L2c+PC9nPjwvc3ZnPg==)
}

@media screen and (max-width:640px) {
  .site-footer__inquiry__contents__navigation {
    width: calc(100% - 100px);
    position: static;
    right: auto;
    background: url(https://cdn2.hubspot.net/hubfs/549124/lp_image/service_landing/bg_banner_extra-banners_bg_pc.png);
    background-repeat: repeat
  }
}

@media screen and (max-width:640px) {
  .site-footer__inquiry__contents__navigation__text {
          color: #fff;
          font-size: 12px;
          text-align: center;
          font-weight: bolder;
  }
  .site-footer__inquiry__contents__navigation__text>a {
    padding: 5px 0;
    letter-spacing: .1em;
    text-align: center;
    color: #fff;
    display: block;
    font-size: 11px;
  }
}

.site-footer__inquiry__contents__navigation__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: center;
  margin-left: 30px
}

@media screen and (max-width:641px) {
  .site-footer__inquiry__contents__navigation__list {
    margin-top: 0;
    margin-left: 10px
  }
}

/* @media screen and (max-width:1135px) {
  .site-footer__inquiry__contents__navigation__list {
    margin-left: 3%
  }
} */

@media screen and (max-width:640px) {
  .site-footer__inquiry__contents__navigation__list {
    margin-left: 0
  }
}

.site-footer__inquiry__contents__navigation__list__item {
  border: 1px solid #ef4e1c;
  letter-spacing: .05em;
  -webkit-transition: .3s;
  transition: .3s
}

/* @media screen and (max-width:1135px) {
  .site-footer__inquiry__contents__navigation__list__item {
    font-size: 12px;
    white-space: nowrap
  }
} */

@media screen and (max-width:640px) {
  .site-footer__inquiry__contents__navigation__list__item {
    width: 50%
  }
}

.site-footer__inquiry__contents__navigation__list__item:hover {
  background-color: #ef4e1c
}

.site-footer__inquiry__contents__navigation__list__item:last-child {
  margin-left: 10px
}

@media screen and (max-width:640px) {
  .site-footer__inquiry__contents__navigation__list__item:last-child {
    margin-left: 0;
    border-left: none
  }
}

.site-footer__inquiry__contents__navigation__list__item>a {
  display: block;
  padding: 10px 20px;
  color: #fff
}

@media screen and (max-width:1135px) {
  .site-footer__inquiry__contents__navigation__list__item>a {
    padding: 10px 15px
  }
}

@media screen and (max-width:641px) {
  .site-footer__inquiry__contents__navigation__list__item>a .view--is-desktop {
    display: none
  }
}

@media screen and (min-width:641px) {
  .site-footer__inquiry__contents__navigation__list__item>a .view--is-laptop {
    display: none
  }
}

@media screen and (max-width:640px) {
  .site-footer__inquiry__contents__navigation__list__item>a .view--is-laptop {
    font-size: 11px;
    display: inline-block
  }
}

@media screen and (max-width:641px) {
  .site-footer__inquiry__contents__navigation__list__item>a {
    padding: 5px 0
  }
}

.site-footer__inquiry__contents__navigation__list__item>a:before {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #ef4e1c;
  margin-right: 5px
}

.site-footer__inquiry__contents__navigation__list__item>a:hover:before {
  background-image: url(/service/assets/images/common/ico_arrow_button_pc_active.png)
}

.site-header{padding-top:15px}@media screen and (max-width:640px){.site-header{padding:0}}@media screen and (min-width:641px){.site-header .nav{font-weight:500}}.site-header .nav__categories__list__item a{text-decoration:none;color:#092033}.home .site-header .nav__categories__list__item[data-category=home] a,.elements .site-header .nav__categories__list__item[data-category=elements] a,.layouts_functions .site-header .nav__categories__list__item[data-category=layouts_functions] a,.modules .site-header .nav__categories__list__item[data-category=modules] a{color:#af0000}.site-header .nav>.container{margin-bottom:15px}@media screen and (max-width:640px){.site-header .nav>.container{margin-bottom:0;padding:0}}.site-header .nav>.container .extra-nav{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#fff;position:relative;z-index:5}@media screen and (max-width:640px){.site-header .nav>.container .extra-nav{height:50px}}.site-header .nav>.container .extra-nav__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:408px;margin-right:20px}@media screen and (max-width:640px){.site-header .nav>.container .extra-nav__logo{width:auto;margin-left:10px}}.site-header .nav>.container .extra-nav__logo__image img{max-width:175px;width:100%;vertical-align:bottom}@media screen and (max-width:640px){.site-header .nav>.container .extra-nav__logo__image{width:110px}}.site-header .nav>.container .extra-nav__logo__text{line-height:1.4em;font-size:13px;margin-left:20px}@media screen and (max-width:640px){.site-header .nav>.container .extra-nav__logo__text{display:none}}.site-header .nav>.container .extra-nav__phone{width:225px;margin-right:20px}@media screen and (max-width:640px){.site-header .nav>.container .extra-nav__phone{width:auto;margin-left:auto;left:-40px;position:relative}}.site-header .nav>.container .extra-nav__phone__text{letter-spacing:0}@media screen and (max-width:640px){.site-header .nav>.container .extra-nav__phone__text{display:none}}.site-header .nav>.container .extra-nav__phone__number{font-size:28px;margin-top:5px;font-family:Oswald,sans-serif;-ms-font-feature-settings:"normal";font-weight:600;letter-spacing:1px;color:#092033;padding-left:38px;position:relative;white-space:nowrap}@media screen and (max-width:640px){.site-header .nav>.container .extra-nav__phone__number{padding-left:25px}}.site-header .nav>.container .extra-nav__phone__number:before{content:"";position:absolute;left:0;bottom:0;width:32px;height:17px;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjE3cHgiIHZpZXdCb3g9IjAgMCAzOCAyMS43NCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMyMzE4MTU7fS5jbHMtMntmaWxsOiMwMGE3M2M7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT48L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTMzLjg5LDE5LjY5YTIuMDYsMi4wNiwwLDEsMCwyLTIuMDYsMi4wNSwyLjA1LDAsMCwwLTIsMi4wNm0uMjQsMGExLjgyLDEuODIsMCwxLDEsMS44MSwxLjgxQTEuODEsMS44MSwwLDAsMSwzNC4xMywxOS42OVoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0zNi45NCwyMWgtLjM5bC0uOC0xLjI0SDM1LjRWMjFoLS4zMlYxOC4zaC43N2EuOTIuOTIsMCwwLDEsLjYyLjE5LjYzLjYzLDAsMCwxLC4yMi41Mi42NS42NSwwLDAsMS0uMTYuNDQuNzguNzgsMCwwLDEtLjQ1LjI2TDM2Ljk0LDIxTTM1LjQsMTkuNTFoLjRhLjYyLjYyLDAsMCwwLC40MS0uMTQuNDMuNDMsMCwwLDAsLjE1LS4zNGMwLS4zLS4xOC0uNDYtLjU1LS40NkgzNS40WiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTIwLjY2LDEyLjM4YTQsNCwwLDEsMCw4LjA5LDBjMC0yLjIxLTIuMTgtNC00LTVDMjIuODUsOC40MSwyMC42NiwxMC4xNywyMC42NiwxMi4zOFoiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00LjIyLDEyLjQzYTQsNCwwLDEsMCw4LjA5LDBjMC0yLjIxLTIuMTktNC00LTVDNi40MSw4LjQ2LDQuMjIsMTAuMjIsNC4yMiwxMi40M1oiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik0wLDBWMjEuNDdIMzIuOVYwWk0zMi45LDUuMjJhMTYuNjYsMTYuNjYsMCwwLDAtNi4yNywxLjE5YzIsMS4zNiw0LDMuNDIsNCw2YTYuMTEsNi4xMSwwLDAsMS02LjA1LDYuMDYsNiw2LDAsMCwxLTYtNi4wNmMwLTIuNiwxLjg3LTQuNjYsMy45LTZhMTUuNjcsMTUuNjcsMCwwLDAtNi4wNy0xLjE5LDE1LjY4LDE1LjY4LDAsMCwwLTYuMDgsMS4xOWMyLDEuMzYsMy45LDMuNDIsMy45LDZhNiw2LDAsMCwxLTYsNi4wNiw2LjE1LDYuMTUsMCwwLDEtNi4xLTYuMDZjMC0yLjYsMi00LjY2LDQuMDUtNkExNi42MSwxNi42MSwwLDAsMCwwLDUuMjJWMy4zNEExOC40NSwxOC40NSwwLDAsMSw4LjMxLDUuMjJhMTcuNjUsMTcuNjUsMCwwLDEsOC4xNC0xLjg4LDE3LjY0LDE3LjY0LDAsMCwxLDguMTMsMS44OEExOC40NywxOC40NywwLDAsMSwzMi45LDMuMzRaIi8+PC9nPjwvZz48L3N2Zz4=)}@media screen and (max-width:640px){.site-header .nav>.container .extra-nav__phone__number:before{width:14px;height:10px;bottom:inherit;top:50%;margin-top:-5px}}@media screen and (max-width:640px){.site-header .nav>.container .extra-nav__phone__number{font-size:16px;margin-top:0;font-weight:600}.site-header .nav>.container .extra-nav__phone__number:before{width:20px;height:11px;background-size:contain}}.site-header .nav>.container .extra-nav__navigation{width:377px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:640px){.site-header .nav>.container .extra-nav__navigation{display:none}}.site-header .nav>.container .extra-nav__navigation__to-home__list{margin-right:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:640px){.site-header .nav>.container .extra-nav__navigation__to-home__list{display:block;margin-right:10px}}.site-header .nav>.container .extra-nav__navigation__to-home__list__item{letter-spacing:.05em}.site-header .nav>.container .extra-nav__navigation__to-home__list__item .icon{padding-right:20px}@media screen and (max-width:640px){.site-header .nav>.container .extra-nav__navigation__to-home__list__item .icon{font-size:12px}}.site-header .nav>.container .extra-nav__navigation__to-home__list__item .icon:after{right:0}.site-header .nav>.container .extra-nav__navigation__to-home__list__item .icon:hover:after{-webkit-transform:translateX(0);transform:translateX(0);opacity:.5}.site-header .nav>.container .extra-nav__navigation__to-home__list__item:not(:first-child){border-left:1px solid #092033;padding-left:10px}@media screen and (max-width:640px){.site-header .nav>.container .extra-nav__navigation__to-home__list__item:not(:first-child){border-left:none;padding-left:0}}.site-header .nav>.container .extra-nav__navigation__to-home__list__item:first-child{padding-right:10px}@media screen and (max-width:640px){.site-header .nav>.container .extra-nav__navigation__to-home__list__item:first-child{padding-right:0}}.site-header .nav>.container .extra-nav__navigation__to-this__list__item{border:solid #ef4e1c 1px;font-size:13px;letter-spacing:.05em;-webkit-transition:.3s;transition:.3s}@media screen and (max-width:640px){.site-header .nav>.container .extra-nav__navigation__to-this__list__item{font-size:12px}}.site-header .nav>.container .extra-nav__navigation__to-this__list__item:last-child{margin-top:-1px}.site-header .nav>.container .extra-nav__navigation__to-this__list__item>a{display:block;padding:4px 10px 4px 24px;color:#ef4e1c;position:relative}@media screen and (max-width:640px){.site-header .nav>.container .extra-nav__navigation__to-this__list__item>a{padding:4px 10px 4px 24px}}.site-header .nav>.container .extra-nav__navigation__to-this__list__item>a:before{content:"";left:10px;top:50%;margin-top:-4.5px;position:absolute;width:0;height:0;border-style:solid;border-width:4.5px 0 4.5px 6px;border-color:transparent transparent transparent #ef4e1c}.site-header .nav>.container .extra-nav__navigation__to-this__list__item:hover{background-color:#ef4e1c}.site-header .nav>.container .extra-nav__navigation__to-this__list__item:hover>a{color:#fff}.site-header .nav>.container .extra-nav__navigation__to-this__list__item:hover>a:before{border-color:transparent transparent transparent #fff}@media screen and (max-width:640px){.site-header .nav>.container .extra-nav__button{position:absolute;display:block;height:10px;width:50px;height:50px;border:none;background-color:#092033;color:#fff;top:0;right:0}}.site-header .nav>.container .extra-nav__button__line{display:block;position:absolute;top:17px;left:50%;width:18px;height:2px;margin-left:-9px;background:#fff;-webkit-transition:.2s;transition:.2s}.site-header .nav>.container .extra-nav__button__line:after,.site-header .nav>.container .extra-nav__button__line:before{display:block;content:"";position:absolute;top:50%;left:0;width:18px;height:2px;background:#fff;-webkit-transition:.2s;transition:.2s}.site-header .nav>.container .extra-nav__button__line:before{margin-top:-7px}.site-header .nav>.container .extra-nav__button__line:after{margin-top:5px}.site-header .nav>.container .extra-nav__button__line.-close{background:transparent}.site-header .nav>.container .extra-nav__button__line.-close:before{margin-top:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.site-header .nav>.container .extra-nav__button__line.-close:after{margin-top:0;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.site-header .nav>.container .extra-nav__button__text{font-family:Oswald,sans-serif;font-size:10px;left:50%;-webkit-transform:scale(.8);transform:scale(.8);position:absolute;margin-left:-12px;bottom:8px;letter-spacing:.1em}.site-header .main-nav{background-size:200px 0;background-color:rgba(9,35,51,.9);position:relative;z-index:5}@media screen and (max-width:640px){.site-header .main-nav{display:none;position:fixed;top:50px;width:100%;height:100%;padding-bottom:70px;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:1000;overflow:auto}}@media screen and (max-width:640px){.site-header .main-nav>.container{padding:0}}.site-header .main-nav__navigation__list{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;letter-spacing:.03em;position:relative}@media screen and (max-width:640px){.site-header .main-nav__navigation__list{display:block}}.site-header .main-nav__navigation__list__item{font-weight:500;padding-top:15px;padding-bottom:15px}@media screen and (max-width:640px){.site-header .main-nav__navigation__list__item{border-bottom:1px solid #fff;padding-top:0;padding-bottom:0}}.home .site-header .main-nav__navigation__list__item--home{background-color:#ef4e1c}.trouble .site-header .main-nav__navigation__list__item--trouble{background-color:#ef4e1c}.trouble .site-header .main-nav__navigation__list__item--trouble>a:hover{color:#fff}@media screen and (min-width:641px){.repair .site-header .main-nav__navigation__list__item--repair{background-color:#ef4e1c}.repair .site-header .main-nav__navigation__list__item--repair>a:hover{color:#fff}}.repair-index .site-header .main-nav__navigation__list__item--repair .--maintenance-repair__senior{background-color:#ef4e1c}.repair-staff-index .site-header .main-nav__navigation__list__item--repair .--maintenance-repair__child ul li:nth-child(1){background-color:#ef4e1c}.repair-parts-index .site-header .main-nav__navigation__list__item--repair .--maintenance-repair__child ul li:nth-child(2){background-color:#ef4e1c}.repair-flow-index .site-header .main-nav__navigation__list__item--repair .--maintenance-repair__child ul li:nth-child(3){background-color:#ef4e1c}@media screen and (min-width:641px){.bearing .site-header .main-nav__navigation__list__item--bearing{background-color:#ef4e1c}.bearing .site-header .main-nav__navigation__list__item--bearing>a:hover{color:#fff}}.bearing-index .site-header .main-nav__navigation__list__item--bearing .--bearing__senior{background-color:#ef4e1c}.bearing-marumorikun .site-header .main-nav__navigation__list__item--bearing .--bearing__child ul li:nth-child(1){background-color:#ef4e1c}.bearing-expander .site-header .main-nav__navigation__list__item--bearing .--bearing__child ul li:nth-child(2){background-color:#ef4e1c}.case .site-header .main-nav__navigation__list__item--case{background-color:#ef4e1c}.case .site-header .main-nav__navigation__list__item--case>a:hover{color:#fff}.inspection .site-header .main-nav__navigation__list__item--inspection{background-color:#ef4e1c}.inspection .site-header .main-nav__navigation__list__item--inspection>a:hover{color:#fff}.faq .site-header .main-nav__navigation__list__item--faq{background-color:#ef4e1c}.faq .site-header .main-nav__navigation__list__item--faq>a:hover{color:#fff}@media screen and (min-width:641px){.site-header .main-nav__navigation__list__item--home a{text-align:center}}.site-header .main-nav__navigation__list__item:first-child{width:58px;position:absolute;padding-top:0;padding-bottom:0;left:0;height:100%;top:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width:641px){.site-header .main-nav__navigation__list__item:first-child{display:-webkit-box;display:-ms-flexbox;display:flex}}@media screen and (max-width:640px){.site-header .main-nav__navigation__list__item:first-child{position:static;width:100%;background:inherit;display:none}}.site-header .main-nav__navigation__list__item:first-child a{width:58px;border-left:solid 1px rgba(255,255,255,.5)}@media screen and (max-width:640px){.site-header .main-nav__navigation__list__item:first-child a{border-left:none;width:auto}}.site-header .main-nav__navigation__list__item:first-child a img{position:relative;top:-5px}@media screen and (max-width:640px){.site-header .main-nav__navigation__list__item:first-child.--home{display:none}}.site-header .main-nav__navigation__list__item:nth-child(3){margin-left:58px}@media screen and (max-width:640px){.site-header .main-nav__navigation__list__item:nth-child(3){margin-left:0}}.site-header .main-nav__navigation__list__item:last-child>a.icon{padding-right:40px}@media screen and (max-width:785px){.site-header .main-nav__navigation__list__item:last-child>a.icon{padding-right:20px}}.site-header .main-nav__navigation__list__item:last-child>a.icon .svg-popup{right:20px;-webkit-transition:.3s;transition:.3s;top:16px}@media screen and (max-width:785px){.site-header .main-nav__navigation__list__item:last-child>a.icon .svg-popup{right:10px;top:22px}}.site-header .main-nav__navigation__list__item>a{border-right:solid 1px rgba(255,255,255,.5);color:#fff;display:block;letter-spacing:.075em;position:relative;padding:3px 17px;-webkit-transition:.3s;transition:.3s}.site-header .main-nav__navigation__list__item>a:hover{color:#ef4e1c;-webkit-transition:.3s;transition:.3s}@media screen and (max-width:640px){.site-header .main-nav__navigation__list__item>a:hover{color:#fff}}.site-header .main-nav__navigation__list__item>a:hover .svg-popup{fill:#ef4e1c;-webkit-transition:.3s;transition:.3s}@media screen and (max-width:640px){.site-header .main-nav__navigation__list__item>a{padding:10px 15px 10px 50px;border-right:none}.site-header .main-nav__navigation__list__item>a:before{content:"";width:4px;height:10px;position:absolute;top:50%;margin-top:-5px;left:30px;background:url(/service/assets/images/common/ico_arrow_item_sp.png) no-repeat;background-size:contain}}@media screen and (max-width:640px){.site-header .main-nav__navigation__list__item.--maintenance-repair,.site-header .main-nav__navigation__list__item.--bearing{position:relative;padding:0}}.site-header .main-nav__navigation__list__item.--maintenance-repair:before,.site-header .main-nav__navigation__list__item.--bearing:before{content:normal}.site-header .main-nav__navigation__list__item.--maintenance-repair__senior,.site-header .main-nav__navigation__list__item.--bearing__senior{display:block;border-bottom:1px solid #fff}@media screen and (max-width:640px){.site-header .main-nav__navigation__list__item.--maintenance-repair__senior,.site-header .main-nav__navigation__list__item.--bearing__senior{margin-bottom:-1px}}.site-header .main-nav__navigation__list__item.--maintenance-repair__senior .--maintenance-repair__button,.site-header .main-nav__navigation__list__item.--maintenance-repair__senior .--bearing__button,.site-header .main-nav__navigation__list__item.--bearing__senior .--maintenance-repair__button,.site-header .main-nav__navigation__list__item.--bearing__senior .--bearing__button{background:inherit;border-left:1px solid #fff}.site-header .main-nav__navigation__list__item.--maintenance-repair__senior .--maintenance-repair__button:before,.site-header .main-nav__navigation__list__item.--maintenance-repair__senior .--maintenance-repair__button:after,.site-header .main-nav__navigation__list__item.--maintenance-repair__senior .--bearing__button:before,.site-header .main-nav__navigation__list__item.--maintenance-repair__senior .--bearing__button:after,.site-header .main-nav__navigation__list__item.--bearing__senior .--maintenance-repair__button:before,.site-header .main-nav__navigation__list__item.--bearing__senior .--maintenance-repair__button:after,.site-header .main-nav__navigation__list__item.--bearing__senior .--bearing__button:before,.site-header .main-nav__navigation__list__item.--bearing__senior .--bearing__button:after{content:"";position:absolute;left:50%;margin-left:-5.5px;width:11px;height:2px;background-color:#fff;border-radius:4px;-webkit-transition:all .4s;transition:all .4s}.site-header .main-nav__navigation__list__item.--maintenance-repair__senior .--maintenance-repair__button:before,.site-header .main-nav__navigation__list__item.--maintenance-repair__senior .--bearing__button:before,.site-header .main-nav__navigation__list__item.--bearing__senior .--maintenance-repair__button:before,.site-header .main-nav__navigation__list__item.--bearing__senior .--bearing__button:before{top:50%;margin-top:-1px;-webkit-transform:rotate(0);transform:rotate(0)}.site-header .main-nav__navigation__list__item.--maintenance-repair__senior .--maintenance-repair__button:after,.site-header .main-nav__navigation__list__item.--maintenance-repair__senior .--bearing__button:after,.site-header .main-nav__navigation__list__item.--bearing__senior .--maintenance-repair__button:after,.site-header .main-nav__navigation__list__item.--bearing__senior .--bearing__button:after{top:50%;margin-top:-1px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.site-header .main-nav__navigation__list__item.--maintenance-repair__senior .--maintenance-repair__button.-active:before,.site-header .main-nav__navigation__list__item.--maintenance-repair__senior .--bearing__button.-active:before,.site-header .main-nav__navigation__list__item.--bearing__senior .--maintenance-repair__button.-active:before,.site-header .main-nav__navigation__list__item.--bearing__senior .--bearing__button.-active:before{display:none}.site-header .main-nav__navigation__list__item.--maintenance-repair__senior .--maintenance-repair__button.-active:after,.site-header .main-nav__navigation__list__item.--maintenance-repair__senior .--bearing__button.-active:after,.site-header .main-nav__navigation__list__item.--bearing__senior .--maintenance-repair__button.-active:after,.site-header .main-nav__navigation__list__item.--bearing__senior .--bearing__button.-active:after{top:50%;margin-top:-1px;-webkit-transform:rotate(180deg);transform:rotate(180deg)}.site-header .main-nav__navigation__list__item.--maintenance-repair__button,.site-header .main-nav__navigation__list__item.--bearing__button{width:40px;height:44px;margin-top:1px;margin-bottom:0;border:none;background-color:#092033;color:#fff;position:absolute;top:0;right:0}.site-header .main-nav__navigation__list__item.--maintenance-repair__button:before,.site-header .main-nav__navigation__list__item.--bearing__button:before{content:normal}.site-header .main-nav__navigation__list__item.--maintenance-repair__child,.site-header .main-nav__navigation__list__item.--bearing__child{display:none;padding:0;border-bottom:none}.site-header .main-nav__navigation__list__item.--maintenance-repair__child:before,.site-header .main-nav__navigation__list__item.--bearing__child:before{content:normal}.site-header .main-nav__navigation__list__item.--maintenance-repair__child__list,.site-header .main-nav__navigation__list__item.--bearing__child__list{display:block;margin-left:15px;padding:0;border-bottom:none}@media screen and (max-width:640px){.site-header .main-nav__navigation__list__item.--maintenance-repair__child__list,.site-header .main-nav__navigation__list__item.--bearing__child__list{padding:0 30px;margin-left:0;-webkit-box-sizing:border-box;box-sizing:border-box}}.site-header .main-nav__navigation__list__item.--maintenance-repair__child__list:before,.site-header .main-nav__navigation__list__item.--bearing__child__list:before{content:normal}.site-header .main-nav__navigation__list__item.--maintenance-repair__child__list__item,.site-header .main-nav__navigation__list__item.--bearing__child__list__item{border-top:1px solid #fff;border-bottom:none}.site-header .main-nav__navigation__list__item.--maintenance-repair__child__list__item:first-child,.site-header .main-nav__navigation__list__item.--bearing__child__list__item:first-child{display:list-item;border-top:none}.site-header .maintenance-repair_enlarge,.site-header .bearing_enlarge{background-color:rgba(242,246,249,.8);position:absolute;left:0;opacity:0;-webkit-transition:.3s;transition:.3s;z-index:-999;width:100%;height:0}.site-header .maintenance-repair_enlarge.-active,.site-header .bearing_enlarge.-active{height:196px;opacity:1;-webkit-transition:.3s;transition:.3s;z-index:10}.site-header .maintenance-repair_enlarge.-active .maintenance-repair_enlarge__container,.site-header .maintenance-repair_enlarge.-active .bearing_enlarge__container,.site-header .bearing_enlarge.-active .maintenance-repair_enlarge__container,.site-header .bearing_enlarge.-active .bearing_enlarge__container{-webkit-transition:.3s;transition:.3s;display:block}.site-header .maintenance-repair_enlarge__container,.site-header .bearing_enlarge__container{display:none;max-width:930px;margin:0 auto;-webkit-transition:.3s;transition:.3s}.site-header .maintenance-repair_enlarge__container .maintenance-repair_enlarge__content,.site-header .maintenance-repair_enlarge__container .bearing_enlarge__content,.site-header .bearing_enlarge__container .maintenance-repair_enlarge__content,.site-header .bearing_enlarge__container .bearing_enlarge__content{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:30px;padding-bottom:30px}.site-header .maintenance-repair_enlarge__container .maintenance-repair_enlarge__content:before,.site-header .maintenance-repair_enlarge__container .bearing_enlarge__content:before,.site-header .bearing_enlarge__container .maintenance-repair_enlarge__content:before,.site-header .bearing_enlarge__container .bearing_enlarge__content:before{content:"";display:inline-block;width:16px;height:7px;position:relative;top:-37px;left:260px;background-image:url(/service/assets/images/common/img_tail_header_enlarge-box.png)}.site-header .maintenance-repair_enlarge__container .maintenance-repair_enlarge__content__heading-content,.site-header .maintenance-repair_enlarge__container .bearing_enlarge__content__heading-content,.site-header .bearing_enlarge__container .maintenance-repair_enlarge__content__heading-content,.site-header .bearing_enlarge__container .bearing_enlarge__content__heading-content{margin-left:-10px;padding-right:25px;width:20%;-webkit-box-sizing:border-box;box-sizing:border-box}.site-header .maintenance-repair_enlarge__container .maintenance-repair_enlarge__content__heading-content__term,.site-header .maintenance-repair_enlarge__container .bearing_enlarge__content__heading-content__term,.site-header .bearing_enlarge__container .maintenance-repair_enlarge__content__heading-content__term,.site-header .bearing_enlarge__container .bearing_enlarge__content__heading-content__term{color:#ef4e1c;font-size:15px;font-family:Oswald,sans-serif}.site-header .maintenance-repair_enlarge__container .maintenance-repair_enlarge__content__heading-content__description,.site-header .maintenance-repair_enlarge__container .bearing_enlarge__content__heading-content__description,.site-header .bearing_enlarge__container .maintenance-repair_enlarge__content__heading-content__description,.site-header .bearing_enlarge__container .bearing_enlarge__content__heading-content__description{margin-top:5px;font-size:19px}.site-header .maintenance-repair_enlarge__container .maintenance-repair_enlarge__content__child-contents,.site-header .maintenance-repair_enlarge__container .bearing_enlarge__content__child-contents,.site-header .bearing_enlarge__container .maintenance-repair_enlarge__content__child-contents,.site-header .bearing_enlarge__container .bearing_enlarge__content__child-contents{width:80%;border-left:1px solid #092033}.site-header .maintenance-repair_enlarge__container .maintenance-repair_enlarge__content__child-contents__list,.site-header .maintenance-repair_enlarge__container .bearing_enlarge__content__child-contents__list,.site-header .bearing_enlarge__container .maintenance-repair_enlarge__content__child-contents__list,.site-header .bearing_enlarge__container .bearing_enlarge__content__child-contents__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.site-header .maintenance-repair_enlarge__container .maintenance-repair_enlarge__content__child-contents__list__item,.site-header .maintenance-repair_enlarge__container .bearing_enlarge__content__child-contents__list__item,.site-header .bearing_enlarge__container .maintenance-repair_enlarge__content__child-contents__list__item,.site-header .bearing_enlarge__container .bearing_enlarge__content__child-contents__list__item{margin-left:30px;width:calc(33.3333% - 30px)}.site-header .maintenance-repair_enlarge__container .maintenance-repair_enlarge__content__child-contents__list__item>a,.site-header .maintenance-repair_enlarge__container .bearing_enlarge__content__child-contents__list__item>a,.site-header .bearing_enlarge__container .maintenance-repair_enlarge__content__child-contents__list__item>a,.site-header .bearing_enlarge__container .bearing_enlarge__content__child-contents__list__item>a{display:block}.site-header .maintenance-repair_enlarge__container .maintenance-repair_enlarge__content__child-contents__list__item .figure,.site-header .maintenance-repair_enlarge__container .bearing_enlarge__content__child-contents__list__item .figure,.site-header .bearing_enlarge__container .maintenance-repair_enlarge__content__child-contents__list__item .figure,.site-header .bearing_enlarge__container .bearing_enlarge__content__child-contents__list__item .figure{margin-bottom:0}.site-header .maintenance-repair_enlarge__container .maintenance-repair_enlarge__content__child-contents__list__item .figure.icon-image,.site-header .maintenance-repair_enlarge__container .bearing_enlarge__content__child-contents__list__item .figure.icon-image,.site-header .bearing_enlarge__container .maintenance-repair_enlarge__content__child-contents__list__item .figure.icon-image,.site-header .bearing_enlarge__container .bearing_enlarge__content__child-contents__list__item .figure.icon-image{position:relative}.site-header .maintenance-repair_enlarge__container .maintenance-repair_enlarge__content__child-contents__list__item .figure.icon-image:before,.site-header .maintenance-repair_enlarge__container .bearing_enlarge__content__child-contents__list__item .figure.icon-image:before,.site-header .bearing_enlarge__container .maintenance-repair_enlarge__content__child-contents__list__item .figure.icon-image:before,.site-header .bearing_enlarge__container .bearing_enlarge__content__child-contents__list__item .figure.icon-image:before{content:"";display:inline-block;position:absolute;bottom:10px;right:10px;z-index:10}.site-header .maintenance-repair_enlarge__container .maintenance-repair_enlarge__content__child-contents__list__item .figure.icon-image.marumorikun:before,.site-header .maintenance-repair_enlarge__container .bearing_enlarge__content__child-contents__list__item .figure.icon-image.marumorikun:before,.site-header .bearing_enlarge__container .maintenance-repair_enlarge__content__child-contents__list__item .figure.icon-image.marumorikun:before,.site-header .bearing_enlarge__container .bearing_enlarge__content__child-contents__list__item .figure.icon-image.marumorikun:before{width:76px;height:48px;background:url(https://cdn2.hubspot.net/hubfs/549124/lp_image/service_landing/ico_marumorikun_pc.png);background-repeat:no-repeat;background-size:contain}.site-header .maintenance-repair_enlarge__container .maintenance-repair_enlarge__content__child-contents__list__item .figure.icon-image.expander:before,.site-header .maintenance-repair_enlarge__container .bearing_enlarge__content__child-contents__list__item .figure.icon-image.expander:before,.site-header .bearing_enlarge__container .maintenance-repair_enlarge__content__child-contents__list__item .figure.icon-image.expander:before,.site-header .bearing_enlarge__container .bearing_enlarge__content__child-contents__list__item .figure.icon-image.expander:before{width:111px;height:29px;background:url(https://cdn2.hubspot.net/hubfs/549124/lp_image/service_landing/ico_expander.png);background-repeat:no-repeat;background-size:contain}.site-header .maintenance-repair_enlarge__container .maintenance-repair_enlarge__content__child-contents__list__item .anchor,.site-header .maintenance-repair_enlarge__container .bearing_enlarge__content__child-contents__list__item .anchor,.site-header .bearing_enlarge__container .maintenance-repair_enlarge__content__child-contents__list__item .anchor,.site-header .bearing_enlarge__container .bearing_enlarge__content__child-contents__list__item .anchor{margin-top:15px;margin-left:0;font-size:15px;position:relative;padding-left:15px}.site-header .maintenance-repair_enlarge__container .maintenance-repair_enlarge__content__child-contents__list__item .anchor:before,.site-header .maintenance-repair_enlarge__container .bearing_enlarge__content__child-contents__list__item .anchor:before,.site-header .bearing_enlarge__container .maintenance-repair_enlarge__content__child-contents__list__item .anchor:before,.site-header .bearing_enlarge__container .bearing_enlarge__content__child-contents__list__item .anchor:before{content:"";left:0;top:50%;margin-top:-6px;position:absolute;width:0;height:0;border-style:solid;border-width:6px 0 6px 6px;border-color:transparent transparent transparent #ef4e1c}.site-header .maintenance-repair_enlarge__container .bearing_enlarge__content:before,.site-header .bearing_enlarge__container .bearing_enlarge__content:before{left:425px}.site-header .extra-nav__navigation--lower{display:none}@media screen and (max-width:640px){.site-header .extra-nav__navigation--lower{display:block}}.site-header .extra-nav__navigation--lower__to-home{margin-top:20px}.site-header .extra-nav__navigation--lower__to-home__list{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:30px;padding-right:30px}.site-header .extra-nav__navigation--lower__to-home__list__item{width:50%;padding-left:25px;padding-right:25px}.site-header .extra-nav__navigation--lower__to-home__list__item:first-child{text-align:right}.site-header .extra-nav__navigation--lower__to-home__list__item:last-child{border-left:2px solid #fff}.site-header .extra-nav__navigation--lower__to-home__list__item a{color:#fff}.site-header .extra-nav__navigation--lower--more{display:none;margin-top:15px;padding-bottom:30px}@media screen and (max-width:640px){.site-header .extra-nav__navigation--lower--more{display:block;padding-bottom:0}}.site-header .extra-nav__navigation--lower--more__to-this__list{display:-webkit-box;display:-ms-flexbox;display:flex}.site-header .extra-nav__navigation--lower--more__to-this__list__item{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-left:10px;border:1px solid #fff;text-align:center}.site-header .extra-nav__navigation--lower--more__to-this__list__item:last-child{margin-right:10px}.site-header .extra-nav__navigation--lower--more__to-this__list__item>a{display:block;padding:13px;letter-spacing:.05em;font-size:12px;color:#fff}.site-header .extra-nav__navigation--lower--more__to-this__list__item>a>span{position:relative;padding-left:15px}.site-header .extra-nav__navigation--lower--more__to-this__list__item>a>span:before{content:"";left:0;top:50%;margin-top:-6px;position:absolute;width:0;height:0;border-style:solid;border-width:6px 0 6px 6px;border-color:transparent transparent transparent #ef4e1c}.site-header .extra-nav__phone--lower{display:none;margin-top:20px}@media screen and (max-width:640px){.site-header .extra-nav__phone--lower{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.site-header .extra-nav__phone--lower__text{margin-left:10px;margin-right:10px;padding:6px 15px;background:rgba(255,255,255,.2);color:#fff;font-size:11px;position:relative}.site-header .extra-nav__phone--lower__text:after{content:"";display:inline-block;width:9px;height:13px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:-9px;background-image:url(/service/assets/images/common/img_tail_header_phone_background.png);background-size:contain}.site-header .extra-nav__phone--lower__number{margin-top:15px;margin-left:10px;margin-right:10px;color:#fff;font-size:24px;letter-spacing:.05em;font-weight:700;font-family:Oswald,sans-serif;-ms-font-feature-settings:"normal"}@media screen and (max-width:640px){.site-header .extra-nav__phone--lower__number{margin-top:0}}@media screen and (max-width:640px){.-overlay{position:absolute;width:100%;height:100%;z-index:5;left:0;top:0;overflow:hidden}}

@media screen and (max-width:640px) {
  .-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 5;
    left: 0;
    top: 0;
    overflow: hidden
  }
}

.site-extra-footer_banners__inquiry {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 30px;
  padding-bottom: 50px;
  background: url(/service/assets/images/common/bg_banner_inquiry_bg.jpg) no-repeat;
  background-size: cover;
  position: relative
}

@media screen and (max-width:640px) {
  .site-extra-footer_banners__inquiry {
    padding-top: 15px;
    padding-bottom: 30px
  }
}

@media screen and (max-width:641px) {
  .site-extra-footer_banners__inquiry__lead {
    position: relative
  }
}

.site-extra-footer_banners__inquiry__lead .__lead {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 50px;
  line-height: 1.1;
  letter-spacing: .1em
}

@media screen and (max-width:640px) {
  .site-extra-footer_banners__inquiry__lead .__lead {
    width: calc(100% - 150px);
    text-align: left;
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: .05em;
    height: 140px;
    margin-bottom: 0;
    padding: 0 15px
  }
}

.site-extra-footer_banners__inquiry__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff
}

@media screen and (max-width:641px) {
  .site-extra-footer_banners__inquiry__contents {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0
  }
}

.site-extra-footer_banners__inquiry__contents__column {
  width: calc(50% - 120px)
}

.site-extra-footer_banners__inquiry__contents__column .__message .__balloon {
  padding: 15px 10px;
  border: 1px solid #fff;
  border-bottom: none;
  position: relative
}

.site-extra-footer_banners__inquiry__contents__column .__message .__balloon:before {
  content: "";
  display: inline-block;
  width: 50%;
  height: 14px;
  position: absolute;
  bottom: -14px;
  left: 0;
  background: url(/service/assets/images/common/border_banner_inquiry_border_left.png) no-repeat right;
  background-size: cover
}

.site-extra-footer_banners__inquiry__contents__column .__message .__balloon:after {
  content: "";
  display: inline-block;
  width: 50%;
  height: 14px;
  position: absolute;
  bottom: -14px;
  right: 0;
  background: url(/service/assets/images/common/border_banner_inquiry_border_right.png) no-repeat left;
  background-size: cover
}

@media screen and (max-width:640px) {
  .site-extra-footer_banners__inquiry__contents__column .__message .__balloon {
    padding-top: 12px;
    padding-bottom: 12px;
    border-left: none;
    border-right: none
  }
}

.site-extra-footer_banners__inquiry__contents__column .__message .__balloon .__text {
  text-align: center;
  font-size: 20px;
  font-weight: 700
}

@media screen and (max-width:641px) {
  .site-extra-footer_banners__inquiry__contents__column .__message .__balloon .__text {
    font-size: 15px;
    font-weight: bolder
  }
}

.site-extra-footer_banners__inquiry__contents__column.__phone {
  text-align: center
}

@media screen and (max-width:641px) {
  .site-extra-footer_banners__inquiry__contents__column.__phone {
    width: auto;
    margin-left: 0;
    margin-right: 0
  }
}

.site-extra-footer_banners__inquiry__contents__column.__phone .__message .__balloon .__text {
  text-align: center;
  font-size: 20px;
  font-weight: 700
}

@media screen and (max-width:641px) {
  .site-extra-footer_banners__inquiry__contents__column.__phone .__message .__balloon .__text {
    font-size: 15px;
    font-weight: bolder
  }
}

.site-extra-footer_banners__inquiry__contents__column.__phone .__number {
  margin-top: 20px
}

.site-extra-footer_banners__inquiry__contents__column.__phone .__number .__text {
  font-size: 56px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
  line-height: 1
}

@media screen and (max-width:995px) {
  .site-extra-footer_banners__inquiry__contents__column.__phone .__number .__text {
    font-size: 5vw
  }
}

.site-extra-footer_banners__inquiry__contents__column.__phone .__number .__text>a {
  color: #fff
}

.site-extra-footer_banners__inquiry__contents__column.__phone .__number .__text span {
  position: relative;
  padding-left: 48px
}

@media screen and (max-width:640px) {
  .site-extra-footer_banners__inquiry__contents__column.__phone .__number .__text span {
    padding-left: 30px
  }
}

.site-extra-footer_banners__inquiry__contents__column.__phone .__number .__text span:before {
  content: "";
  width: 36px;
  height: 50px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNS45MyA0OS44MiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT7jgqLjgrvjg4Pjg4ggMTwvdGl0bGU+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNy42OCwxLjgxYTEuMzYsMS4zNiwwLDAsMSwxLjE2LjY1bDMuNTIsNS45YTEuMzUsMS4zNSwwLDAsMS0uNDcsMS44NUw5LjI4LDExLjc3cy00LDQuMzksMy40MywxNi44OGM2LDEwLjExLDExLDExLjA3LDEyLjYzLDExLjA3YTIuODcsMi44NywwLDAsMCwuNiwwbDIuNjItMS41NmExLjM2LDEuMzYsMCwwLDEsMS44NS40NmwzLjUyLDUuOWExLjM2LDEuMzYsMCwwLDEtLjQ2LDEuODVsLTIuNjIsMS41NmE3LjI5LDcuMjksMCwwLDEtMS41Mi4xM0MyNS44Nyw0OCwxNyw0Ni4zNyw4LjA3LDMxLjQyLTMuMzcsMTIuMjYsNC4zNywzLjU2LDQuMzcsMy41Nkw3LDJhMS4zMywxLjMzLDAsMCwxLC42OS0uMTlNNy42OCwwQTMuMDksMy4wOSwwLDAsMCw2LjA2LjQ1TDMuNDQsMkExLjc0LDEuNzQsMCwwLDAsMywyLjM2Yy0uMzUuNC04LjQ4LDkuOTIsMy41LDMwLDQsNi43Myw4LjUsMTEuNjIsMTMuMywxNC41M2ExOC4zOSwxOC4zOSwwLDAsMCw5LjUxLDMsOC44Nyw4Ljg3LDAsMCwwLDEuOTQtLjE4LDEuNjIsMS42MiwwLDAsMCwuNTEtLjIxbDIuNjEtMS41NmEzLjE2LDMuMTYsMCwwLDAsMS4wOS00LjMzTDMyLDM3LjY1YTMuMTcsMy4xNywwLDAsMC0yLjcxLTEuNTQsMy4wOSwzLjA5LDAsMCwwLTEuNjIuNDVsLTIuMjcsMS4zNmgwYy0uODMsMC01LjI4LS40OS0xMS4wOC0xMC4yUzEwLjA4LDE0LDEwLjU1LDEzLjEybDIuMjctMS4zNmEzLjE3LDMuMTcsMCwwLDAsMS4wOS00LjMzTDEwLjM5LDEuNTRBMy4xOCwzLjE4LDAsMCwwLDcuNjgsMFoiLz48L2c+PC9nPjwvc3ZnPg==) no-repeat
}

@media screen and (max-width:640px) {
  .site-extra-footer_banners__inquiry__contents__column.__phone .__number .__text span:before {
    width: 25px;
    height: 38px;
    margin-top: -16px
  }
}

@media screen and (max-width:640px) {
  .site-extra-footer_banners__inquiry__contents__column.__phone .__number .__text {
    font-size: 43px
  }
}

.site-extra-footer_banners__inquiry__contents__column.__link {
  text-align: center;
  margin-left: auto
}

@media screen and (max-width:641px) {
  .site-extra-footer_banners__inquiry__contents__column.__link {
    width: auto;
    margin-top: 25px;
    margin-left: 0;
    margin-right: 0
  }
}

.site-extra-footer_banners__inquiry__contents__column.__link .__message .__balloon .__text {
  text-align: center;
  font-size: 20px;
  font-weight: 700
}

@media screen and (max-width:641px) {
  .site-extra-footer_banners__inquiry__contents__column.__link .__message .__balloon .__text {
    font-size: 15px;
    font-weight: bolder
  }
}

.site-extra-footer_banners__inquiry__contents__column.__link .__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-left: -10px;
  margin-right: -10px
}

@media screen and (max-width:641px) {
  .site-extra-footer_banners__inquiry__contents__column.__link .__buttons {
    margin-left: 10px;
    margin-right: 10px
  }
}

.site-extra-footer_banners__inquiry__contents__column.__link .__buttons .__button {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #fff;
  -webkit-transition: .3s;
  transition: .3s
}

.site-extra-footer_banners__inquiry__contents__column.__link .__buttons .__button:hover {
  background: none
}

@media screen and (max-width:641px) {
  .site-extra-footer_banners__inquiry__contents__column.__link .__buttons .__button {
    margin-left: 5px;
    margin-right: 5px
  }
}

.site-extra-footer_banners__inquiry__contents__column.__link .__buttons .__button>a {
  display: block;
  padding: 15px 10px;
  font-weight: 700;
  color: #ef4e1c;
  -webkit-transition: .3s;
  transition: .3s
}

.site-extra-footer_banners__inquiry__contents__column.__link .__buttons .__button>a .__text {
  display: inline-block;
  position: relative;
  text-align: left;
  padding-left: 12px
}

.site-extra-footer_banners__inquiry__contents__column.__link .__buttons .__button>a .__text:before {
  content: "";
  left: 0;
  top: 50%;
  margin-top: -6px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #ef4e1c
}

.site-extra-footer_banners__inquiry__contents__column.__link .__buttons .__button>a:hover {
  color: #fff
}

.site-extra-footer_banners__inquiry__contents__column.__link .__buttons .__button>a:hover .__text:before {
  border-color: transparent transparent transparent #fff
}

@media screen and (max-width:641px) {
  .site-extra-footer_banners__inquiry__contents__column.__link .__buttons .__button>a {
    line-height: 1.4em
  }
}

.site-extra-footer_banners__inquiry:before {
  content: "";
  position: absolute;
  width: 241px;
  height: 218px;
  background: url(/service/assets/images/common/icon_banner-inquiry.png) no-repeat;
  background-size: cover;
  left: 50%;
  margin-left: -109px;
  bottom: 0
}

@media screen and (max-width:640px) {
  .site-extra-footer_banners__inquiry:before {
    width: 135px;
    height: 141px;
    left: inherit;
    right: 0;
    bottom: inherit;
    top: 15px
  }
}

.site-extra-footer_banners .__main-banners {
  padding-bottom: 30px
}

.site-extra-footer_banners .__main-banners__banners {
  margin-top: 20px
}

.site-extra-footer_banners .__main-banners__banners.--one.--no-margin-top {
  margin-top: 0
}

.site-extra-footer_banners .__main-banners__banners.--two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px
}

@media screen and (max-width:641px) {
  .site-extra-footer_banners .__main-banners__banners.--two {
    display: block
  }
}

.site-extra-footer_banners .__main-banners__banners.--two .__banner {
  width: 510px;
  margin-left: 15px;
  margin-right: 15px;
  overflow: hidden
}

@media screen and (max-width:641px) {
  .site-extra-footer_banners .__main-banners__banners.--two .__banner {
    width: auto;
    margin-top: 25px
  }
}

@media screen and (max-width:640px) {
  .site-extra-footer_banners .__main-banners__banners.--two .__banner>a {
    display: block;
    text-align: center
  }
}

.site-extra-footer_banners .__main-banners__banners.--two .__banner>a img {
  -webkit-transition: .3s;
  transition: .3s
}

.site-extra-footer_banners .__main-banners__banners.--two .__banner>a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: .3s;
  transition: .3s
}

.site-extra-footer_banners__extra-banners {
  padding: 30px 0;
  background-image: url(/service/assets/images/common/bg_banner_extra-banners_bg_pc.png);
  background-repeat: repeat
}

@media screen and (max-width:641px) {
  .site-extra-footer_banners__extra-banners {
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 30px
  }
}

.site-extra-footer_banners__extra-banners__banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media screen and (max-width:641px) {
  .site-extra-footer_banners__extra-banners__banners {
    margin-left: 0;
    margin-right: 0
  }
}

.site-extra-footer_banners__extra-banners__banners__banner {
  width: calc(25% - 23px);
  margin-right: 30px;
  margin-bottom: 20px
}

.site-extra-footer_banners__extra-banners__banners__banner:nth-child(4n+4) {
  margin-right: 0
}

.site-extra-footer_banners__extra-banners__banners__banner:nth-last-child(-n+4) {
  margin-bottom: 0
}

@media screen and (max-width:640px) {
  .site-extra-footer_banners__extra-banners__banners__banner {
    margin-left: 0;
    margin-right: 0;
    width: calc(50% - 10px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  .site-extra-footer_banners__extra-banners__banners__banner:nth-child(odd) {
    margin-right: 20px
  }
  .site-extra-footer_banners__extra-banners__banners__banner:nth-last-child(-n+4) {
    margin-bottom: 20px
  }
  .site-extra-footer_banners__extra-banners__banners__banner:nth-last-child(-n+2) {
    margin-bottom: 0
  }
}

@media screen and (max-width:640px) {
  .site-extra-footer_banners__extra-banners__banners__banner {
    width: 100%;
    padding: 0
  }
  .site-extra-footer_banners__extra-banners__banners__banner:nth-child(odd) {
    margin-right: 0
  }
  .site-extra-footer_banners__extra-banners__banners__banner:nth-last-child(-n+4) {
    margin-bottom: 20px
  }
  .site-extra-footer_banners__extra-banners__banners__banner:nth-last-child(-n+2) {
    margin-bottom: 20px
  }
  .site-extra-footer_banners__extra-banners__banners__banner:last-child {
    margin-bottom: 0
  }
}

.site-extra-footer_banners__extra-banners__banners__banner>a {
  display: block;
  overflow: hidden
}

.site-extra-footer_banners__extra-banners__banners__banner>a img {
  -webkit-transition: .3s;
  transition: .3s
}

.site-extra-footer_banners__extra-banners__banners__banner>a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: .3s;
  transition: .3s
}

@media screen and (max-width:640px) {
  .site-extra-footer_banners__inquiry .container {
    padding: 0
  }
}

.anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px
}

.anchor:not(:first-child) {
  margin-top: 50px
}

.anchor:not(:last-child) {
  margin-bottom: 20px
}

.anchor__item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 214px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 40px
}

@media screen and (max-width:640px) {
  .anchor__item {
    width: 50%;
    margin-bottom: 30px
  }
}

.anchor__item a {
  text-decoration: none;
  position: relative;
  display: block;
  color: #092033;
  padding-right: 30px
}

.anchor__item a:before {
  position: absolute;
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiA2LjUiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMWYyYjJiO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvX2Fycm93X2Rvd248L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMi0yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMi0yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxLTIiPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2IDYuNSAxMiAwLjUgMTEuNSAwIDYgNS41IDAuNSAwIDAgMC41IDYgNi41Ii8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 6px
}

.anchor__item a:after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background: #ccc;
  position: absolute;
  bottom: -10px;
  left: 0
}

.anchor__item a:hover:before {
  -webkit-transform: translateY(5px);
  transform: translateY(5px)
}

.billboard {
  height: 280px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden
}

@media screen and (max-width:641px) {
  .billboard {
    height: auto;
    padding-top: 75px;
    padding-bottom: 75px
  }
}

.trouble-index .billboard {
  background-image: url(/service/assets/images/trouble/KV_trouble.jpg)
}

.bearing-index .billboard {
  background-image: url(/service/assets/images/bearing/KV_bearing.jpg)
}

.repair-index .billboard {
  background-image: url(/service/assets/images/repair/KV_repair_index.jpg)
}

.repair-flow-index .billboard {
  background-image: url(/service/assets/images/repair/flow/KV_repair_flow.jpg)
}

.repair-staff-index .billboard {
  background-image: url(/service/assets/images/repair/staff/KV_repair_staff.jpg)
}

.repair-parts-index .billboard {
  background-image: url(/service/assets/images/repair/parts/KV_repair_parts.jpg)
}

.case-index .billboard {
  background-image: url(/service/assets/images/case/KV_case.jpg)
}

.inspection-index .billboard {
  background-image: url(/service/assets/images/inspection/KV_inspection.jpg)
}

.button:not(:first-child) {
  margin-top: 30px
}

@media screen and (max-width:640px) {
  .button:not(:first-child) {
    margin-top: 20px
  }
}

.button:not(:last-child) {
  margin-bottom: 30px
}

@media screen and (max-width:640px) {
  .button:not(:last-child) {
    margin-bottom: 20px
  }
}

.button--window {
  position: relative;
  padding: 13px 50px 13px 30px;
  color: #ef4e1c;
  border: 1px solid #ef4e1c;
  -webkit-transition: .3s;
  transition: .3s
}

.button--window:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 12px;
  position: absolute;
  top: 18px;
  right: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAxMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNlZjRlMWM7ZmlsbC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT7jgqLjgrvjg4Pjg4ggNTwvdGl0bGU+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTIsM1YwSDBWOUgzdjNIMTVWM1pNMSw4VjNIMTFWOEgxWm0xMywzSDRWOWg4VjZoMloiLz48L2c+PC9nPjwvc3ZnPg==)
}

.button--window:hover {
  background: #ef4e1c;
  color: #fff
}

.button--window:hover:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAxMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7ZmlsbC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT7jgqLjgrvjg4Pjg4ggMzwvdGl0bGU+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTIsM1YwSDBWOUgzdjNIMTVWM1pNMSw4VjNIMTFWOEgxWm0xMywzSDRWOWg4VjZoMloiLz48L2c+PC9nPjwvc3ZnPg==)
}

.button--fill-arrow {
  padding: 10px 30px;
  border: 1px solid #ef4e1c;
  font-weight: 500;
  -webkit-transition: .3s;
  transition: .3s;
  display: inline-block
}

@media screen and (max-width:640px) {
  .button--fill-arrow {
    width: auto;
    text-align: center
  }
}

.button--fill-arrow>a {
  display: block;
  padding: 10px 30px
}

.button--fill-arrow .__text {
  color: #ef4e1c;
  position: relative;
  display: inline-block;
  padding-left: 13px
}

.button--fill-arrow .__text:before {
  content: "";
  left: 0;
  top: 50%;
  margin-top: -6px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #ef4e1c
}

.button--fill-arrow:hover {
  background: #ef4e1c
}

.button--fill-arrow:hover .__text {
  color: #fff
}

.button--fill-arrow:hover .__text:before {
  border-color: transparent transparent transparent #fff
}

@media screen and (max-width:641px) {
  .button--fill-arrow {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .05em;
    position: relative
  }
}

.button--fill-arrow.--rich:hover {
  background: url(/service/assets/images/common/bg_rich-columns_button-hover_bg_pc.jpg);
  -webkit-transition: .3s;
  transition: .3s
}

.button--default>a {
  min-width: 240px;
  max-width: 360px;
  display: inline-block;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #092033;
  border: 1px solid #092033;
  padding: 10px 50px 9px;
  text-decoration: none
}

@media screen and (max-width:640px) {
  .button--default>a {
    min-width: auto
  }
}

.button--default>a:hover {
  border: 1px solid #ccc
}

.columns__column {
  padding-left: 15px;
  padding-right: 15px
}

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

.columns--two>.columns__column:nth-child(n+3),
.columns--one-two>.columns__column:nth-child(n+3),
.columns--two-one>.columns__column:nth-child(n+3),
.columns--three>.columns__column:nth-child(n+4),
.columns--four>.columns__column:nth-child(n+5) {
  margin-top: 30px
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.columns:not(:first-child) {
  margin-top: 40px
}

@media screen and (max-width:640px) {
  .columns:not(:first-child) {
    margin-top: 20px
  }
}

.columns:not(:last-child) {
  margin-bottom: 50px
}

@media screen and (max-width:640px) {
  .columns {
    margin-left: -15px;
    margin-right: -15px
  }
}

.columns__column {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media screen and (max-width:640px) {
  .columns__column {
    padding-left: 15px;
    padding-right: 15px
  }
}

.columns--narrow {
  margin-left: -10px;
  margin-right: -10px
}

.columns--narrow>.columns__column {
  padding-left: 10px;
  padding-right: 10px
}

.columns--one>.columns__column {
  float: none;
  width: 100%
}

.columns--two>.columns__column {
  width: 50%
}

@media screen and (max-width:641px) {
  .columns--two>.columns__column {
    width: 100%
  }
  .columns--two>.columns__column:not(:first-child) {
    margin-top: 20px
  }
}

@media screen and (max-width:640px) {
  .columns--two {
    margin-left: 0;
    margin-right: 0
  }
  .columns--two>.columns__column {
    width: 100%;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }
  .columns--two>.columns__column:not(:first-child) {
    margin-top: 30px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }
  .columns--two>.columns__column:not(:last-child) {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }
}

@media screen and (max-width:640px) {
  .columns--two.columns--to-two {
    margin-left: -15px;
    margin-right: -15px
  }
  .columns--two.columns--to-two>.columns__column {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
  }
  .columns--two.columns--to-two>.columns__column:not(:first-child) {
    margin-top: 0
  }
  .columns--two.columns--to-two>.columns__column:nth-child(n+3) {
    margin-top: 30px
  }
}

.columns--one-two {
  margin-bottom: 0
}

.columns--one-two>.columns__column:nth-child(odd) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.columns--one-two>.columns__column:nth-child(even) {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2
}

@media screen and (max-width:640px) {
  .columns--one-two {
    margin-left: 0;
    margin-right: 0
  }
  .columns--one-two>.columns__column {
    width: 100%;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }
  .columns--one-two>.columns__column:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }
  .columns--one-two>.columns__column:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-top: 30px
  }
}

.columns--two-one>.columns__column:nth-child(1) {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2
}

.columns--two-one>.columns__column:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

@media screen and (max-width:640px) {
  .columns--two-one {
    margin-left: 0;
    margin-right: 0
  }
  .columns--two-one>.columns__column {
    width: 100%;
    padding: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }
  .columns--two-one>.columns__column:nth-child(1) {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }
  .columns--two-one>.columns__column:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-top: 30px
  }
}

.columns--three>.columns__column {
  width: 33%
}

@media screen and (max-width:640px) {
  .columns--three>.columns__column {
    width: 50%
  }
  .columns--three>.columns__column:not(:nth-child(1)),
  .columns--three>.columns__column:not(:nth-child(2)) {
    margin-top: 0
  }
  .columns--three>.columns__column:not(:nth-last-child(1)),
  .columns--three>.columns__column:not(:nth-last-child(2)) {
    margin-bottom: 30px
  }
}

@media screen and (max-width:640px) {
  .columns--three>.columns__column {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }
  .columns--three>.columns__column:not(:first-child) {
    margin-top: 30px;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }
  .columns--three>.columns__column:not(:last-child) {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto
  }
}

@media screen and (max-width:640px) {
  .columns--three.columns--to-one>.columns__column {
    width: 33%;
    padding-left: 15px;
    padding-right: 15px
  }
}

@media screen and (max-width:640px) {
  .columns--three.columns--to-one>.columns__column {
    width: 100%
  }
}

.columns--four>.columns__column {
  width: 25%
}

@media screen and (max-width:640px) {
  .columns--four>.columns__column {
    width: 50%
  }
  .columns--four>.columns__column:not(:nth-child(1)),
  .columns--four>.columns__column:not(:nth-child(2)) {
    margin-top: 0
  }
  .columns--four>.columns__column:not(:nth-last-child(1)),
  .columns--four>.columns__column:not(:nth-last-child(2)) {
    margin-bottom: 30px
  }
}

@media screen and (max-width:640px) {
  .columns--four.columns--to-one>.columns__column {
    width: 100%
  }
}

.columns--reverse>.columns__column:nth-child(1) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2
}

@media screen and (max-width:641px) {
  .columns--reverse>.columns__column:nth-child(1) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
}

.columns--reverse>.columns__column:nth-child(2) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1
}

@media screen and (max-width:641px) {
  .columns--reverse>.columns__column:nth-child(2) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
}

.columns--vertical-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
  min-width: 280px;
  padding-left: 50px;
  padding-right: 50px
}

@media screen and (max-width:640px) {
  .container {
    padding-left: 20px;
    padding-right: 20px
  }
}

@media screen and (max-width:640px) {
  .container {
    padding-left: 15px;
    padding-right: 15px
  }
}

@media screen and (max-width:641px) {
  .page-description .container {
    padding-left: 15px;
    padding-right: 15px
  }
}

.container--default--is-palmtop {
  padding-left: 0;
  padding-right: 0
}

.description-list:not(:first-child) {
  margin-top: 20px
}

.description-list:not(:last-child) {
  margin-bottom: 40px
}

.description-list__item {
  display: table;
  border-bottom: 1px solid #ccc
}

.description-list__item:not(:first-child) {
  margin-top: 30px
}

@media screen and (max-width:640px) {
  .description-list__item:not(:first-child) {
    margin-top: 40px
  }
}

.description-list__heading {
  width: 200px;
  font-weight: 500;
  padding-left: 10px;
  padding-bottom: 20px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell
}

@media screen and (max-width:640px) {
  .description-list__heading {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0
  }
}

.description-list__content {
  width: auto;
  padding-right: 10px;
  padding-left: 50px;
  padding-bottom: 20px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: table-cell
}

@media screen and (max-width:640px) {
  .description-list__content {
    padding-left: 40px
  }
}

@media screen and (max-width:640px) {
  .description-list__content {
    display: block;
    width: 100%;
    border-bottom: none;
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
    padding-bottom: 30px
  }
}

.faq-list {
  border-bottom: 1px solid #e2ebf2;
  padding-bottom: 30px
}

.faq-list:not(:first-child) {
  margin-top: 20px
}

@media screen and (max-width:640px) {
  .faq-list:not(:first-child) {
    margin-top: 20px
  }
}

.faq-list:not(:last-child) {
  margin-bottom: 40px
}

@media screen and (max-width:640px) {
  .faq-list:not(:last-child) {
    margin-bottom: 40px
  }
}

.faq-list__item:not(:first-child) {
  margin-top: 30px;
  border-top: 1px dotted #ccc;
  padding-top: 30px
}

.faq-list__question,
.faq-list__answer {
  position: relative;
  padding-left: 60px;
  padding-top: 7px
}

.faq-list__question:before,
.faq-list__answer:before {
  display: block;
  padding: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  width: 40px;
  font-size: 30px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-family: Oswald, sans-serif
}

.faq-list__question {
  font-weight: 400;
  min-height: 28px;
  font-size: 24px;
  line-height: 1.3em
}

.faq-list__question:before {
  content: "Q";
  color: #fff;
  line-height: .8em;
  background: url(/service/assets/images/common/bg_balloon_download-lead.png)
}

@media screen and (max-width:640px) {
  .faq-list__question {
    font-size: 20px
  }
}

.faq-list__answer {
  margin-top: 33px;
  font-size: 15px
}

.faq-list__answer:before {
  content: "A";
  font-weight: 400;
  color: #fff;
  background: url(/service/assets/images/common/bg_rich-lead_bg_pc.png)
}

@media screen and (max-width:640px) {
  .faq-list__answer {
    font-size: 13px
  }
}

.figure {
  overflow: hidden
}

.figure:not(:first-child) {
  margin-top: 20px
}

@media screen and (max-width:640px) {
  .figure:not(:first-child) {
    margin-top: 10px
  }
}

.figure:not(:last-child) {
  margin-bottom: 20px
}

@media screen and (max-width:640px) {
  .figure:not(:last-child) {
    margin-bottom: 10px
  }
}

.figure img {
  width: 100%
}

a:hover .figure img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2)
}

.figure figcaption {
  font-size: 13px;
  letter-spacing: .14em;
  line-height: 1.6;
  margin-top: 10px
}

@media screen and (max-width:640px) {
  .figure figcaption {
    font-size: 12px;
    line-height: 1.5
  }
}

.figure--movie {
  position: relative;
  -webkit-transition: .5s;
  transition: .5s
}

.figure--movie:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #092033;
  opacity: .3;
  pointer-events: none
}

.figure--movie:hover:before {
  opacity: 0
}

.figure--label-step01:after {
  content: "";
  display: inline-block;
  width: 103px;
  height: 30px;
  position: relative;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/service/assets/images/common/ico_step_01_figure_pc.png)
}

.figure--label-step02:after {
  content: "";
  display: inline-block;
  width: 103px;
  height: 30px;
  position: relative;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/service/assets/images/common/ico_step_02_figure_pc.png)
}

.figure--label-step03:after {
  content: "";
  display: inline-block;
  width: 103px;
  height: 30px;
  position: relative;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/service/assets/images/common/ico_step_03_figure_pc.png)
}

.figure--label-step04:after {
  content: "";
  display: inline-block;
  width: 103px;
  height: 30px;
  position: relative;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/service/assets/images/common/ico_step_04_figure_pc.png)
}

.figure--label-step05:after {
  content: "";
  display: inline-block;
  width: 103px;
  height: 30px;
  position: relative;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/service/assets/images/common/ico_step_05_figure_pc.png)
}

.figure--label-step06:after {
  content: "";
  display: inline-block;
  width: 103px;
  height: 30px;
  position: relative;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/service/assets/images/common/ico_step_06_figure_pc.png)
}

.figure--label-step07:after {
  content: "";
  display: inline-block;
  width: 103px;
  height: 30px;
  position: relative;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/service/assets/images/common/ico_step_07_figure_pc.png)
}

.figure--label-step08:after {
  content: "";
  display: inline-block;
  width: 103px;
  height: 30px;
  position: relative;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/service/assets/images/common/ico_step_08_figure_pc.png)
}

.figure--label-before:after {
  content: "";
  display: inline-block;
  width: 112px;
  height: 30px;
  position: relative;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/service/assets/images/common/ico_before_figure_pc.png)
}

.figure--label-working:after {
  content: "";
  display: inline-block;
  width: 128px;
  height: 30px;
  position: relative;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/service/assets/images/common/ico_working_figure_pc.png)
}

.figure--label-after:after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 30px;
  position: relative;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/service/assets/images/common/ico_after_figure_pc.png)
}

.figure--numbered-01 {
  overflow: visible;
  position: relative
}

.figure--numbered-01:after {
  content: "";
  display: inline-block;
  width: 56px;
  height: 62px;
  position: absolute;
  bottom: -20px;
  left: 20px;
  background-image: url(/service/assets/images/common/img_repair_index_figre-tag_01_pc.png)
}

.figure--numbered-02 {
  overflow: visible;
  position: relative
}

.figure--numbered-02:after {
  content: "";
  display: inline-block;
  width: 63px;
  height: 62px;
  position: absolute;
  bottom: -20px;
  left: 20px;
  background-image: url(/service/assets/images/common/img_repair_index_figre-tag_02_pc.png)
}

.figure--numbered-03 {
  overflow: visible;
  position: relative
}

.figure--numbered-03:after {
  content: "";
  display: inline-block;
  width: 65px;
  height: 62px;
  position: absolute;
  bottom: -20px;
  left: 20px;
  background-image: url(/service/assets/images/common/img_repair_index_figre-tag_03_pc.png)
}

.figure--movie:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MSA1MSI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fS5jbHMtMntmaWxsOm5vbmU7c3Ryb2tlOiNmZmY7c3Ryb2tlLW1pdGVybGltaXQ6MTA7ZmlsbC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT7jgqLjgrvjg4Pjg4ggMTwvdGl0bGU+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzcuNSwyNmwtMTgsMTAuNTF2LTIxWiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI1LjUuNWEyNSwyNSwwLDEsMS0yNSwyNUEyNSwyNSwwLDAsMSwyNS41LjVaIi8+PC9nPjwvZz48L3N2Zz4=)
}

.figure--special-numbered {
  overflow: visible;
  position: relative
}

.figure--special-numbered:after {
  content: "0" counter(special);
  counter-increment: special 1;
  position: absolute;
  bottom: -20px;
  left: 15px;
  font-size: 50px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  font-family: Oswald, sans-serif
}

.figure--special-numbered>a {
  display: block;
  overflow: hidden
}

.figure--special-numbered>a:after {
  content: "";
  left: 68PX;
  bottom: -20px;
  margin-top: -6px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #ef4e1c
}

.figure--special-numbered>a>img {
  -webkit-transition: .3s;
  transition: .3s
}

.figure--special-numbered>a>img:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: .3s;
  transition: .3s
}

.figure--coming-soon {
  position: relative
}

.figure--coming-soon:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(9, 32, 51, .5)
}

.figure--coming-soon span {
  display: block;
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-family: Oswald, sans-serif
}

.heading-1 {
  height: 80px;
  text-align: center;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: .3em;
  line-height: 1.4;
  color: #fff
}

@media screen and (max-width:641px) {
  .heading-1 {
    height: auto;
    font-size: 20px;
    font-weight: bolder;
    letter-spacing: .15em
  }
}

.heading-2 {
  font-size: 30px;
  letter-spacing: .3em;
  line-height: 1.66
}

.heading-2:not(:first-child) {
  margin-top: 100px
}

@media screen and (max-width:640px) {
  .heading-2:not(:first-child) {
    margin-top: 80px
  }
}

@media screen and (max-width:640px) {
  .heading-2:not(:first-child) {
    margin-top: 60px
  }
}

.heading-2:not(:last-child) {
  margin-bottom: 40px
}

@media screen and (max-width:640px) {
  .heading-2:not(:last-child) {
    margin-bottom: 20px
  }
}

@media screen and (max-width:640px) {
  .heading-2 {
    font-size: 28px;
    line-height: 1.5
  }
}

.heading-2.page-heading-columns__column__box__page-heading {
  margin-top: 0;
  padding-bottom: 15px;
  font-size: 26px;
  letter-spacing: .1em;
  font-weight: bolder;
  color: #fff
}

@media screen and (max-width:641px) {
  .heading-2.page-heading-columns__column__box__page-heading {
    font-size: 20px
  }
}

.heading-2.page-heading--reverse-columns__column__box__page-heading {
  margin-top: 0;
  padding-bottom: 15px;
  font-size: 26px;
  letter-spacing: .1em;
  font-weight: bolder;
  color: #fff
}

@media screen and (max-width:641px) {
  .heading-2.page-heading--reverse-columns__column__box__page-heading {
    font-size: 20px
  }
}

.heading-2--line {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-size: 45px;
  font-weight: bolder;
  color: #fff;
  letter-spacing: .15em;
  position: relative
}

@media screen and (max-width:640px) {
  .heading-2--line {
    padding-bottom: 15px;
    font-size: 30px
  }
}

.heading-2--line:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ef4e1c
}

.heading-2--line:not(:first-child) {
  margin-top: 20px
}

@media screen and (max-width:640px) {
  .heading-2--line:not(:first-child) {
    margin-top: 80px
  }
}

@media screen and (max-width:640px) {
  .heading-2--line:not(:first-child) {
    margin-top: 25px
  }
}

.heading-2--line:not(:last-child) {
  margin-bottom: 25px
}

@media screen and (max-width:640px) {
  .heading-2--line:not(:last-child) {
    margin-bottom: 20px
  }
}

.heading-2--rich-columns {
  margin-top: 0;
  font-size: 26px;
  letter-spacing: .1em;
  line-height: 1.4;
  font-weight: bolder;
  color: #fff
}

.heading-2--rich-columns:not(:first-child) {
  margin-top: 20px
}

@media screen and (max-width:641px) {
  .heading-2--rich-columns:not(:first-child) {
    margin-top: 15px
  }
}

.heading-2--rich-columns:not(:last-child) {
  margin-bottom: 20px
}

@media screen and (max-width:640px) {
  .heading-2--rich-columns:not(:last-child) {
    margin-bottom: 20px
  }
}

@media screen and (max-width:641px) {
  .heading-2--rich-columns {
    font-size: 20px;
    padding-bottom: 0
  }
}

.heading-3 {
  position: relative;
  margin-top: 0;
  padding-bottom: 20px;
  margin-bottom: 0;
  font-size: 24px;
  letter-spacing: .04em;
  font-weight: bolder
}

.heading-3:not(:first-child) {
  margin-top: 60px
}

@media screen and (max-width:640px) {
  .heading-3:not(:first-child) {
    margin-top: 40px
  }
}

.heading-3:not(:last-child) {
  margin-bottom: 30px
}

@media screen and (max-width:640px) {
  .heading-3:not(:last-child) {
    margin-bottom: 20px
  }
}

@media screen and (max-width:640px) {
  .heading-3 {
    font-size: 24px;
    line-height: 1.5
  }
}

@media screen and (max-width:641px) {
  .heading-3 {
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: .1em
  }
}

.heading-3--white {
  color: #fff
}

.heading-3--line:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ef4e1c
}

.heading-3--numbered-01 {
  margin-top: 80px;
  padding-top: 60px;
  position: relative
}

.heading-3--numbered-01:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 75px;
  position: absolute;
  top: -30px;
  left: 0;
  background: url(/service/assets/images/common/img_heading-tag_01_pc.png)
}

.heading-3--numbered-01:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #ef4e1c
}

.heading-3--card {
  padding-bottom: 0
}

.heading-3--card:not(:first-child) {
  margin-top: 10px
}

@media screen and (max-width:640px) {
  .heading-3--card:not(:first-child) {
    margin-top: 15px
  }
}

.heading-3--card:not(:last-child) {
  margin-bottom: 15px
}

@media screen and (max-width:640px) {
  .heading-3--card:not(:last-child) {
    padding-bottom: 0
  }
}

.heading-3--fill-arrow {
  position: relative;
  display: inline-block;
  padding-left: 15px
}

.heading-3--fill-arrow:before {
  content: "";
  left: 0;
  top: 15px;
  margin-top: -6px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #ef4e1c;
  -webkit-transition: .2s;
  transition: .2s
}

.heading-3--fill-arrow:hover:before {
  left: 5px
}

@media screen and (max-width:641px) {
  .heading-3 {
    display: inline-block;
    font-size: 14px;
    letter-spacing: .05em;
    position: relative
  }
}

.sitemap .heading-3 {
  margin-bottom: 0;
  letter-spacing: .08em;
  line-height: 1.25
}

@media screen and (max-width:641px) {
  .sitemap .heading-3 {
    font-size: 22px
  }
}

@media screen and (max-width:640px) {
  .sitemap .heading-3 {
    font-size: 18px
  }
}

.heading-4 {
  font-weight: bolder;
  letter-spacing: .075em;
  font-size: 18px;
  line-height: 1.6
}

.heading-4:not(:first-child) {
  margin-top: 30px
}

@media screen and (max-width:641px) {
  .heading-4:not(:first-child) {
    margin-top: 20px
  }
}

.heading-4:not(:last-child) {
  margin-bottom: 20px
}

@media screen and (max-width:640px) {
  .heading-4 {
    font-size: 18px;
    line-height: 1.5
  }
}

.heading-5 {
  font-size: 15px;
  letter-spacing: .1em;
  line-height: 1.5;
  font-weight: bolder
}

.heading-5:not(:first-child) {
  margin-top: 20px
}

.heading-5:not(:last-child) {
  margin-bottom: 10px
}

@media screen and (max-width:640px) {
  .heading-5 {
    margin-top: 18px;
    font-size: 14px
  }
}

.page-heading {
  margin-bottom: 60px
}

@media screen and (max-width:641px) {
  .page-heading {
    margin-left: -20px;
    margin-right: -20px
  }
}

.page-heading__box {
  width: 100%;
  background-image: url(/service/assets/images/common/bg_balloon_download-lead.png);
  position: relative
}

.page-heading__box__contents {
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 75px
}

@media screen and (max-width:641px) {
  .page-heading__box__contents {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px
  }
}

.page-heading__box__contents__columns {
  width: 1000px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:641px) {
  .page-heading__box__contents__columns {
    width: auto;
    display: block;
    margin-left: 0;
    margin-right: 0
  }
}

@media screen and (max-width:641px) {
  .page-heading__box__contents__columns__column {
    margin-left: 0;
    margin-right: 0
  }
}

.page-heading__box__contents__columns__column__box {
  padding-right: 20px;
  margin-top: -3px;
  margin-bottom: -4px;
  border-right: 1px solid #fff
}

@media screen and (max-width:641px) {
  .page-heading__box__contents__columns__column__box {
    width: 100%;
    margin: auto;
    padding-bottom: 20px;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #fff
  }
}

.page-heading__box__contents__columns__column__box__ruby {
  font-size: 18px;
  font-family: Oswald, sans-serif;
  font-weight: bolder;
  color: #ef4e1c
}

.page-heading__box__contents__columns__column__box__page-heading {
  font-size: 26px;
  letter-spacing: .1em;
  font-weight: bolder;
  color: #fff
}

@media screen and (max-width:641px) {
  .page-heading__box__contents__columns__column__box__page-heading {
    font-size: 20px
  }
}

.page-heading__box__contents__columns__column__box__page-heading:not(:first-child) {
  margin-top: 0
}

.page-heading__box__contents__columns__column .paragraph {
  width: 570px;
  margin-left: 35px;
  letter-spacing: .075em;
  font-size: 15px;
  font-weight: bolder;
  color: #fff
}

@media screen and (max-width:641px) {
  .page-heading__box__contents__columns__column .paragraph {
    width: auto;
    margin-top: 20px;
    margin-left: 0;
    line-height: 1.8
  }
}

.page-heading__box:after {
  content: "";
  display: inline-block;
  width: calc(50vw - 50%);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(99%);
  transform: translateX(99%);
  background-image: url(/service/assets/images/common/bg_balloon_download-lead.png);
  z-index: -1
}

@media screen and (max-width:641px) {
  .page-heading__box:after {
    content: normal
  }
}

.page-heading--reverse .page-heading__box:after {
  right: inherit;
  left: 0;
  -webkit-transform: translateX(-99%);
  transform: translateX(-99%)
}

.page-heading--center {
  width: 1050px
}

@media screen and (max-width:641px) {
  .page-heading--center {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 25px
  }
}

.page-heading--center .page-heading--center-columns {
  margin-left: 0;
  margin-right: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 35px;
  padding-right: 35px;
  background: url(/service/assets/images/common/bg_banner_extra-banners_bg_pc.png)
}

@media screen and (max-width:641px) {
  .page-heading--center .page-heading--center-columns {
    width: auto;
    padding-top: 60px;
    padding-bottom: 35px
  }
}

@media screen and (max-width:641px) {
  .page-heading--center .page-heading--center-columns__column {
    width: 100%
  }
}

.page-heading--center .page-heading--center-columns__column:nth-child(2) {
  padding-left: 35px
}

@media screen and (max-width:641px) {
  .page-heading--center .page-heading--center-columns__column:nth-child(2) {
    padding-left: 0;
    margin-top: 20px
  }
}

.page-heading--center .page-heading--center-columns__column:nth-child(2) .paragraph {
  max-width: 800px;
  letter-spacing: .075em;
  font-size: 26px;
  font-weight: 700;
  color: #fff
}

.page-heading--center .page-heading--center-columns__column:nth-child(2) .paragraph--repair_staff {
  max-width: 660px
}

.page-heading--center .page-heading--center-columns__column__box {
  margin: 0 0 0 230px;
  padding-right: 30px;
  border-right: 1px solid #fff
}

@media screen and (max-width:641px) {
  .page-heading--center .page-heading--center-columns__column__box {
    width: 100%;
    margin: auto;
    padding-bottom: 20px;
    padding-right: 0;
    border-right: none;
    border-bottom: 1px solid #fff
  }
}

.page-heading--center .page-heading--center-columns__column__box__ruby {
  font-size: 27px;
  font-family: Oswald, sans-serif;
  color: #ef4e1c
}

.page-heading--center .page-heading--center-columns__column__box__ruby span.first {
  display: block;
  font-size: 44px
}

@media screen and (max-width:641px) {
  .page-heading--center .page-heading--center-columns__column__box__ruby span.first {
    font-size: 50px
  }
}

.page-heading--center .page-heading--center-columns__column__box__ruby span.second {
  display: block;
  margin-top: 5px
}

@media screen and (max-width:641px) {
  .page-heading--center .page-heading--center-columns__column__box__ruby span.second {
    margin-top: 18px;
    font-size: 30px
  }
}

.page-heading--simple__box {
  position: relative;
  background-image: url(/service/assets/images/common/bg_balloon_download-lead.png)
}

@media screen and (max-width:641px) {
  .page-heading--simple__box {
    margin-right: 0;
    padding-top: 35px;
    padding-bottom: 35px
  }
}

.page-heading--simple__box__contents {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 75px
}

@media screen and (max-width:641px) {
  .page-heading--simple__box__contents {
    padding: 0;
    text-align: center
  }
}

.page-heading--simple__box__contents__ruby {
  padding-top: 10px;
  font-size: 18px;
  font-family: Oswald, sans-serif;
  color: #ef4e1c
}

.page-heading--simple__box:after {
  content: "";
  display: inline-block;
  width: calc(50vw - 50%);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(99%);
  transform: translateX(99%);
  background-image: url(/service/assets/images/common/bg_balloon_download-lead.png);
  z-index: -1
}

@media screen and (max-width:641px) {
  .page-heading--simple__box:after {
    content: normal
  }
}

.icon {
  position: relative;
  color: #092033;
  text-decoration: none;
  display: inline-block;
  padding-right: 20px
}

.icon:hover {
  color: #ccc
}

.icon:hover:after {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: .5
}

.icon--default {
  padding-right: 10px
}

.icon--default:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2LjUgMTIiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMWYyYjJiO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvX2Fycm93PC90aXRsZT48ZyBpZD0i44Os44Kk44Ok44O8XzIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMS0yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxIj48cG9seWdvbiBjbGFzcz0iY2xzLTEiIHBvaW50cz0iNi41IDYgMC41IDAgMCAwLjUgNS41IDYgMCAxMS41IDAuNSAxMiA2LjUgNiIvPjwvZz48L2c+PC9zdmc+);
  background-repeat: no-repeat;
  display: block;
  width: 8px;
  height: 12px;
  vertical-align: middle;
  position: absolute;
  right: -10px;
  top: calc(50% - 6px)
}

.button--default .icon--default:after {
  right: 20px
}

.icon--default:hover {
  color: #ccc
}

.icon--default:hover:after {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
  opacity: .5
}

.icon--window:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0i44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDE1IDEyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzA5MjAzMztmaWxsLXJ1bGU6ZXZlbm9kZDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPuOCouODvOODiOODnOODvOODiSAzPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xMiwzVjBIMFY5SDN2M0gxNVYzWk0xLDhWM0gxMVY4SDFabTEzLDNINFY5aDhWNmgyWiIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  display: block;
  width: 15px;
  height: 12px;
  vertical-align: middle;
  position: absolute;
  right: -23px;
  top: calc(50% - 6px)
}

.icon--map:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA3LjU3IDEyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzFmMmIyYjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmljb19tYXA8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9ImNvbnRlbnQiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTMuNzksMEEzLjc5LDMuNzksMCwwLDAsMCwzLjc5QzAsOC4xNywzLjc5LDEyLDMuNzksMTJTNy41Nyw4LjE3LDcuNTcsMy43OUEzLjc5LDMuNzksMCwwLDAsMy43OSwwWm0wLDUuMzlBMS4zOSwxLjM5LDAsMSwxLDUuMTgsNCwxLjM5LDEuMzksMCwwLDEsMy43OSw1LjM5WiIvPjwvZz48L2c+PC9zdmc+);
  background-repeat: no-repeat;
  display: block;
  width: 8px;
  height: 12px;
  vertical-align: middle;
  position: absolute;
  right: -19px;
  top: calc(50% - 6px)
}

.icon--pdf:after {
  content: "";
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5Ljk0IDEyIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6IzA0MDAwMDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmljb19wZGY8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9ImNvbnRlbnQiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTYuOTMuNzUsOCwxLjgybDEuMiwxLjI2djguMThILjc1Vi43NUg2LjkzTTcuMjQsMEgwVjEySDkuOTRWMi43Nkw4LjUzLDEuMjksNy4yNCwwWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTcuOCw3LjUyYS45LjksMCwwLDAtLjE4LS4yMiwxLjMzLDEuMzMsMCwwLDAtLjIyLS4xNiwyLjkzLDIuOTMsMCwwLDAtMS40OC0uM0g1Ljg0bC0uMTEtLjFBMywzLDAsMCwxLDUuMTMsNmE0LjA1LDQuMDUsMCwwLDAsLjQzLTEuNzcsMSwxLDAsMCwwLDAtLjI0Ljc4Ljc4LDAsMCwwLS4xNy0uMzFoMGEuNjMuNjMsMCwwLDAtLjQ3LS4yMi41OS41OSwwLDAsMC0uNDUuMjEuODUuODUsMCwwLDAtLjE4LjU1LDQuNyw0LjcsMCwwLDAsLjA4LDFsMCwuMDdBMy42LDMuNiwwLDAsMCw0LjYsNmMtLjEzLjI2LS4yNi40OS0uMzUuNjRMNCw3YTUuNCw1LjQsMCwwLDAtLjkyLjI0LDIuMzUsMi4zNSwwLDAsMC0uODQuNDksMSwxLDAsMCwwLS4yNy40LjYxLjYxLDAsMCwwLDAsLjQyLjU5LjU5LDAsMCwwLC4yNS4yOWwuMDksMGEuNzYuNzYsMCwwLDAsLjI5LjA2LDEsMSwwLDAsMCwuNjgtLjI4LDcuMDYsNy4wNiwwLDAsMCwxLTEuMjJsLjYzLS4wOC43My0uMDUuMTkuMTdhNy43Nyw3Ljc3LDAsMCwwLC44NC42OGgwTDcsOC4zM2EuNzIuNzIsMCwwLDAsLjMxLjA3LjYyLjYyLDAsMCwwLC4zNi0uMTFBLjU3LjU3LDAsMCwwLDcuODYsOCwuNjEuNjEsMCwwLDAsNy44LDcuNTJabS0zLTIuNzZhNC4yMSw0LjIxLDAsMCwxLDAtLjU0YzAtLjE4LjA3LS4zLjE2LS4zcy4xNS4wNi4xOC4xOWEuNTcuNTcsMCwwLDEsMCwuMTNjMCwuMDYsMCwuMTIsMCwuMThBMi43MiwyLjcyLDAsMCwxLDUsNWEzLjg3LDMuODcsMCwwLDEtLjEyLjRBMy4zOCwzLjM4LDAsMCwxLDQuNzUsNC43NlpNMi40NSw4LjM5YzAtLjA2LDAtLjE3LjE1LS4zMWEyLjM2LDIuMzYsMCwwLDEsMS0uNWwtLjI3LjM0YTMuNywzLjcsMCwwLDEtLjM3LjQuNTkuNTksMCwwLDEtLjMxLjE2SDIuNjRBLjE5LjE5LDAsMCwxLDIuNDUsOC4zOVptMi4yLTEuNDZ2MGgwdjBsLjIxLS4zN3YwbDAsMCwuMTkuMjQuMS4xMWgwbDAsMEw1LDYuODlINC44OVpNNyw3Ljc4YTUuMDgsNS4wOCwwLDAsMS0uNTctLjQ1LDEuOSwxLjksMCwwLDEsLjc1LjIxLjcxLjcxLDAsMCwxLC4xOC4xNGMuMDcuMDcuMDkuMTMuMDguMThhLjExLjExLDAsMCwxLS4xMi4wN2wtLjExLDBMNyw3Ljc5WiIvPjwvZz48L2c+PC9zdmc+);
  background-repeat: no-repeat;
  display: block;
  width: 13px;
  height: 14px;
  vertical-align: middle;
  position: absolute;
  right: -25px;
  top: calc(50% - 6px)
}

.svg-popup {
  width: 15px;
  height: 12px;
  fill: #fff;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 0
}

.lead {
  font-size: 16px;
  letter-spacing: .2em;
  line-height: 1.625
}

.lead:not(:first-child) {
  margin-top: 40px
}

.lead:not(:last-child) {
  margin-bottom: 40px
}

@media screen and (max-width:640px) {
  .lead {
    font-size: 15px;
    line-height: 1.5
  }
}

.link {
  position: relative;
  text-decoration: none;
  color: #092033;
  font-weight: 500;
  display: inline-block
}

.link:after {
  content: "";
  height: 5px;
  width: 100%;
  position: absolute;
  z-index: -1;
  bottom: 1px;
  left: 0;
  background: #ccc
}

.link:hover:after {
  width: 0;
  -webkit-animation: link-underline .3s ease-out 0s forwards;
  animation: link-underline .3s ease-out 0s forwards
}

.link--window:before {
  content: "●"
}

.list:not(:first-child) {
  margin-top: 20px
}

.list:not(:last-child) {
  margin-bottom: 20px
}

.list__item:not(:first-child) {
  margin-top: 15px
}

.list__item:not(:last-child) {
  margin-bottom: 15px
}

.list--default>.list__item {
  list-style-type: none;
  padding-left: 2em;
  position: relative
}

.list--default>.list__item:before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #092033;
  display: block;
  position: absolute;
  top: 12px;
  left: 0
}

.list--none>.list__item:not(:first-child) {
  margin-top: 10px
}

.list--none>.list__item:not(:last-child) {
  margin-bottom: 10px
}

.list--float>.list__item {
  float: left
}

.list--float>.list__item:not(:first-child) {
  margin-top: 0;
  margin-left: 20px
}

.list--float>.list__item:not(:last-child) {
  margin-bottom: 0
}

.list--checkbox>.list__item {
  position: relative
}

.list--checkbox>.list__item:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 4px;
  left: -3px;
  width: 20px;
  height: 16px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNi40NCAyOS41Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzA5MjAzMztzdHJva2U6IzAwMDtzdHJva2UtbWl0ZXJsaW1pdDoxMDtzdHJva2Utd2lkdGg6MC41cHg7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT7jgqLjgrvjg4Pjg4ggNDwvdGl0bGU+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBvbHlnb24gY2xhc3M9ImNscy0xIiBwb2ludHM9IjI4LjI1IDI4LjI1IDEuMjUgMjguMjUgMS4yNSAxLjI1IDI4LjI1IDEuMjUgMjguMjUgNy44MyAxNS43OSAxOS4wNCA5LjEzIDExLjQyIDguMzcgMTIuMDggMTUuNzEgMjAuNDYgMjguMjUgOS4xNyAyOC4yNSAyOC4yNSIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTM2LjA4LDIuMTJsLS42Ni0uNzRMMjkuMjUsNi45M1YuMjVILjI1djI5aDI5di0yMVpNMjguMjUsMjguMjVoLTI3di0yN2gyN1Y3LjgzTDE1Ljc5LDE5LDkuMTMsMTEuNDJsLS43Ni42Niw3LjM0LDguMzhMMjguMjUsOS4xN1oiLz48L2c+PC9nPjwvc3ZnPg==)
}

.list--strong>.list:not(:first-child) {
  margin-top: 20px
}

.list--strong>.list:not(:last-child) {
  margin-bottom: 20px
}

.list--strong>.list__item {
  font-size: 18px;
  font-weight: bolder
}

@media screen and (max-width:641px) {
  .list--strong>.list__item {
    font-size: 16px
  }
}

.list--strong>.list__item:not(:first-child) {
  margin-top: 10px
}

.list--strong>.list__item:not(:last-child) {
  margin-bottom: 10px
}

.list--child {
  margin-left: 20px
}

.list--child:not(:first-child) {
  margin-top: 10px
}

.list--child:not(:last-child) {
  margin-bottom: 20px
}

.list--child>.list__item {
  font-size: 15px;
  font-weight: 300
}

@media screen and (max-width:641px) {
  .list--child>.list__item {
    font-size: 13px
  }
}

.list--child>.list__item:not(:first-child) {
  margin-top: 10px
}

.list--child>.list__item:not(:last-child) {
  margin-bottom: 10px
}

.list--fill-arrow:not(:first-child) {
  margin-top: 0
}

.list--fill-arrow>.list__item {
  position: relative;
  display: block;
  padding-left: 15px
}

.list--fill-arrow>.list__item a:before {
  content: "";
  left: 0;
  top: 50%;
  margin-top: -6px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #ef4e1c;
  -webkit-transition: .2s;
  transition: .2s
}

.list--fill-arrow>.list__item a:hover:before {
  left: 5px
}

.repair-parts-index .list--checkbox {
  padding: 15px 30px;
  background: #f3f6f9
}

@media screen and (max-width:641px) {
  .repair-parts-index .list--checkbox {
    padding: 15px 20px
  }
}

.repair-parts-index .list--checkbox>.list__item {
  letter-spacing: .05em;
  font-weight: bolder;
  float: none
}

.repair-parts-index .list--checkbox>.list__item:not(:first-child) {
  margin-left: 0
}

.map {
  width: 100%;
  height: 500px
}

@media screen and (max-width:640px) {
  .map {
    height: 300px
  }
}

.movie {
  position: relative;
  display: block
}

.movie:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjUgMTI1Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmljb19tb3ZpZV9wbGF5PC90aXRsZT48ZyBpZD0i44Os44Kk44Ok44O8XzIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiPjxnIGlkPSJjb250ZW50Ij48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik02Mi41LDFBNjEuNSw2MS41LDAsMSwxLDEsNjIuNSw2MS41Nyw2MS41NywwLDAsMSw2Mi41LDFtMC0xQTYyLjUsNjIuNSwwLDEsMCwxMjUsNjIuNSw2Mi41LDYyLjUsMCwwLDAsNjIuNSwwWiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI4NS41NyA2Mi41IDQ5LjQzIDQxLjY0IDQ5LjQzIDgzLjM2IDg1LjU3IDYyLjUiLz48L2c+PC9nPjwvc3ZnPg==);
  background-repeat: no-repeat;
  width: 126px;
  height: 126px
}

@media screen and (max-width:640px) {
  .movie:before {
    width: 50px;
    height: 50px
  }
}

.movie:after {
  content: "PLAY";
  display: block;
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 15px;
  top: calc(50% + 100px);
  font-family: Oswald, sans-serif;
  font-size: 42px;
  font-weight: 100;
  letter-spacing: .6em;
  color: #fff;
  text-align: center;
  line-height: 100%
}

.movie:hover:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMjUgMTI1Ij48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2FmMDAwMDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmljb19tb3ZpZV9wbGF5X2hvdmVyPC90aXRsZT48ZyBpZD0i44Os44Kk44Ok44O8XzIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDIiPjxnIGlkPSJjb250ZW50Ij48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik02Mi41LDFBNjEuNSw2MS41LDAsMSwxLDEsNjIuNSw2MS41Nyw2MS41NywwLDAsMSw2Mi41LDFtMC0xQTYyLjUsNjIuNSwwLDEsMCwxMjUsNjIuNSw2Mi41LDYyLjUsMCwwLDAsNjIuNSwwWiIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI4NS41NyA2Mi41IDQ5LjQzIDQxLjY0IDQ5LjQzIDgzLjM2IDg1LjU3IDYyLjUiLz48L2c+PC9nPjwvc3ZnPg==)
}

.movie:hover:after {
  color: #af0000
}

.paragraph {
  font-size: 15px;
  letter-spacing: .0705em;
  line-height: 1.8
}

.paragraph:not(:first-child) {
  margin-top: 20px
}

.paragraph:not(:last-child) {
  margin-bottom: 20px
}

@media screen and (max-width:640px) {
  .paragraph {
    font-size: 13px;
    line-height: 1.5
  }
}

.paragraph--agency {
  font-size: 13px
}

.paragraph--agency:not(:first-child) {
  margin-top: 10px
}

@media screen and (max-width:640px) {
  .paragraph--agency {
    font-size: 12px
  }
  .paragraph--agency:not(:first-child) {
    margin-top: 10px
  }
}

.paragraph--small {
  font-size: 13px
}

@media screen and (max-width:640px) {
  .paragraph--small {
    font-size: 12px
  }
}

.paragraph--white {
  color: #fff
}

@media screen and (max-width:641px) {
  .section {
    min-width: 320px
  }
}

.section:not(:first-child) {
  margin-top: 60px
}

@media screen and (max-width:640px) {
  .section:not(:first-child) {
    margin-top: 30px
  }
}

.section:not(:last-child) {
  margin-top: 60px
}

@media screen and (max-width:641px) {
  .section:not(:last-child) {
    margin-top: 40px
  }
}

.section--split {
  border-top: 1px solid #ccc;
  padding-top: 100px
}

@media screen and (max-width:640px) {
  .section--split {
    padding-top: 50px
  }
}

.section--joint:not(:first-child) {
  margin-top: 0
}

@media screen and (max-width:641px) {
  .section--joint:not(:first-child) {
    margin-top: 0
  }
}

.section--joint:not(:last-child) {
  margin-top: 0
}

@media screen and (max-width:641px) {
  .section--joint:not(:last-child) {
    margin-top: 0
  }
}

.section:last-child {
  margin-bottom: 100px
}

.section--breadcrumb-nav {
  margin-top: 0;
  border-bottom: 1px solid #092033
}

.section--breadcrumb-nav:not(:last-child) {
  margin-top: 0
}

.section--breadcrumb-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media screen and (max-width:641px) {
  .section--breadcrumb-nav__list {
    display: block;
    margin-left: 10px;
    background-color: #fff
  }
}

.section--breadcrumb-nav__list__item {
  padding: 11px;
  position: relative;
  margin-left: 20px;
  font-weight: bolder
}

.section--breadcrumb-nav__list__item:nth-child(1) {
  margin-left: 0;
  padding-right: 40px;
  background-color: #fff
}

.section--breadcrumb-nav__list__item:nth-child(2) {
  background: #f2f6f9;
  margin-left: 0
}

.section--breadcrumb-nav__list__item:nth-child(2):before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 45px;
  position: absolute;
  top: 1px;
  left: -21px;
  background-image: url(/service/assets/images/common/img_breadcrumb_item-second_before.png)
}

.section--breadcrumb-nav__list__item:nth-child(2):after {
  content: "";
  display: inline-block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  background: #f3f6f9
}

@media screen and (max-width:641px) {
  .section--breadcrumb-nav__list__item:nth-child(2) {
    background-color: #f2f6f9;
    margin-left: 25px
  }
  .section--breadcrumb-nav__list__item:nth-child(2):after {
    content: normal
  }
}

.section--breadcrumb-nav__list__item:nth-child(3) {
  background-color: #e2ebf2;
  color: rgba(9, 32, 51, .8)
}

.section--breadcrumb-nav__list__item:nth-child(3):before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 45px;
  position: absolute;
  top: 1px;
  left: -21px;
  background-image: url(/service/assets/images/common/img_breadcrumb_item-third_before.jpg)
}

.section--breadcrumb-nav__list__item:nth-child(3):after {
  content: "";
  display: inline-block;
  width: 21px;
  height: 45px;
  position: absolute;
  top: 1px;
  right: -21px;
  background-image: url(/service/assets/images/common/img_breadcrumb_item-third_after.png)
}

@media screen and (max-width:640px) {
  .section--breadcrumb-nav__list__item:nth-child(3):after {
    content: none
  }
}

@media screen and (max-width:641px) {
  .section--breadcrumb-nav__list__item:nth-child(3) {
    background-color: #e2ebf2;
    margin-left: 50px
  }
}

.section--breadcrumb-nav__list__item:nth-child(3) * {
  color: rgba(9, 32, 51, .8)
}

@media screen and (max-width:641px) {
  .section--breadcrumb-nav__list__item a {
    letter-spacing: .05em
  }
}

@media screen and (max-width:641px) {
  .section .staff-list {
    margin-left: -20px;
    margin-right: -20px
  }
}

.section .staff-list__text {
  display: inline-block;
  margin-left: -125px;
  padding: 40px 60px 40px 80px;
  background-image: url(/service/assets/images/common/bg_banner_extra-banners_bg_pc.png)
}

@media screen and (max-width:641px) {
  .section .staff-list__text {
    margin-left: 0;
    padding: 40px 15px
  }
}

@media screen and (max-width:641px) {
  .section .staff-list__text__inner {
    text-align: center
  }
}

.section .staff-list__text__inner .heading-3 {
  padding-bottom: 0;
  line-height: 1.5em
}

@media screen and (max-width:641px) {
  .section .staff-list__text__inner .heading-3 {
    text-align-last: left;
    margin-bottom: 40px
  }
}

.section .staff-list__image {
  position: relative;
  z-index: -1;
  margin-top: -120px;
  margin-right: -110px
}

@media screen and (max-width:641px) {
  .section .staff-list__image {
    margin-top: 0;
    margin-right: 0
  }
}

@media screen and (max-width:641px) {
  .section .staff-list__image .figure {
    margin-top: -45px
  }
}

.section .columns--numbered {
  margin-top: 30px
}

.section .columns--numbered .columns--numbered__paragraph {
  font-size: 16px;
  font-weight: 700
}

@media screen and (max-width:641px) {
  .section .columns--numbered .columns--numbered__paragraph {
    font-size: 15px;
    margin-top: 35px;
    padding-top: 15px;
    position: relative
  }
  .section .columns--numbered .columns--numbered__paragraph:before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ef4e1c
  }
}

.section .table {
  border-top: none;
  border-left: none;
  border-bottom: 1px solid #bbb
}

.repair-index .section .table .thead {
  background: #a6afb5;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s
}

.repair-index .section .table .thead:hover {
  -webkit-transition: .3s;
  transition: .3s;
  background: #bac6ce
}

.repair-index .section .table .thead tr th {
  padding: 15px 30px;
  color: #fff;
  position: relative
}

.repair-index .section .table .thead tr th .button {
  border: 1px solid #fff;
  border-radius: 13px;
  position: absolute;
  width: 22px;
  height: 22px;
  right: 30px;
  top: 50%;
  margin-top: -11px
}

.repair-index .section .table .thead tr th .button:before,
.repair-index .section .table .thead tr th .button:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -6px;
  width: 12px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-transition: all .4s;
  transition: all .4s
}

.repair-index .section .table .thead tr th .button:before {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(0);
  transform: rotate(0)
}

.repair-index .section .table .thead tr th .button:after {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.repair-index .section .table .thead tr th .button.-close:before {
  display: none
}

.repair-index .section .table .thead tr th .button.-close:after {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.repair-index .section .table .tbody {
  display: none
}

.repair-index .section .table .tbody .tr__item {
  border-top: 1px solid #fff;
  background: rgba(161, 172, 182, .4)
}

.repair-index .section .table .tbody .tr__item th {
  text-align: center;
  font-weight: bolder
}

.repair-index .section .table .tbody .tr__item th:not(:first-child) {
  position: relative
}

.repair-index .section .table .tbody .tr__item th:not(:first-child):before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 13px;
  background: #fff
}

.repair-index .section .table .tbody .tr__description th {
  padding-left: 30px
}

.repair-index .section .table .tbody .tr__description th:not(:first-child) {
  position: relative
}

.repair-index .section .table .tbody .tr__description th:not(:first-child):before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 13px;
  background: #a6afb5
}

.repair-index .section .table .tbody .tr th {
  padding-top: 15px;
  padding-bottom: 15px
}

.section--agency {
  background: -webkit-linear-gradient(left, #fff, #fff 225px, #f3f6f9 225px, #f3f6f9 100%);
  background: linear-gradient(to right, #fff, #fff 225px, #f3f6f9 225px, #f3f6f9 100%)
}

@media screen and (max-width:641px) {
  .section--agency {
    background: #fff
  }
}

.section .list.main-clients {
  margin-bottom: 100px
}

@media screen and (max-width:641px) {
  .section .list.main-clients {
    margin-bottom: 60px
  }
}

.section .list.main-clients .list__item {
  position: relative;
  font-weight: bolder
}

.section .list.main-clients .list__item:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  position: relative;
  top: 3px;
  left: -8px;
  background: #092033
}

.section .list.main-clients .list__item:last-child:after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  position: relative;
  top: 3px;
  right: -8px;
  background: #092033
}

.section .interview-client .box {
  margin-top: 55px;
  text-align: center
}

.section .interview-client .box .button {
  display: inline-block;
  margin-top: 0;
  padding: 13px 50px 13px 30px;
  border: 1px solid #ef4e1c;
  font-weight: bolder;
  color: #ef4e1c;
  -webkit-transition: .3s;
  transition: .3s
}

.section .interview-client .box .button:hover {
  color: #fff;
  background: #ef4e1c
}

.section .interview-client__columns__column:first-child .figure {
  overflow: visible;
  position: relative
}

.section .interview-client__columns__column:first-child .figure:before {
  content: "株式会社名古屋山尚様";
  display: inline-block;
  width: 164px;
  height: auto;
  padding-left: 20px;
  position: absolute;
  padding-top: 3px;
  padding-bottom: 3px;
  bottom: -15px;
  left: 0;
  color: #fff;
  background: rgba(234, 76, 28, .9)
}

.section .interview-client__columns__column:first-child .figure:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  left: 184px;
  color: #fff;
  background-image: url(/service/assets/images/common/img_label-after_figure_pc.png)
}

.section .interview-client__columns__column:last-child .figure {
  overflow: visible;
  position: relative
}

.section .interview-client__columns__column:last-child .figure:before {
  content: "第一建設株式会社様";
  display: inline-block;
  width: 164px;
  height: auto;
  padding-left: 20px;
  position: absolute;
  padding-top: 3px;
  padding-bottom: 3px;
  bottom: -15px;
  left: 0;
  color: #fff;
  background: rgba(234, 76, 28, .9)
}

.section .interview-client__columns__column:last-child .figure:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 30px;
  position: absolute;
  bottom: -15px;
  left: 184px;
  color: #fff;
  background-image: url(/service/assets/images/common/img_label-after_figure_pc.png)
}

.section .interview-client__columns__column__columns__column {
  padding-left: 0;
  padding-right: 0
}

.section .interview-client__columns__column__columns__column:first-child {
  width: 200px
}

@media screen and (max-width:641px) {
  .section .interview-client__columns__column__columns__column:first-child {
    width: 100%
  }
}

.section .interview-client__columns__column__columns__column:last-child {
  width: 310px;
  padding: 30px;
  background: #f3f6f9
}

.section .interview-client__columns__column__columns__column .button {
  display: inline-block;
  margin-top: 0;
  padding: 13px 50px 13px 30px;
  border: 1px solid #ef4e1c;
  font-weight: bolder;
  color: #ef4e1c;
  -webkit-transition: .3s;
  transition: .3s
}

.section .interview-client__columns__column__columns__column .button:hover {
  color: #fff;
  background: #ef4e1c
}

@media screen and (max-width:641px) {
  .section .interview-client__columns__column__columns__column .button {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
  }
}

.section .list--strong>.list .oswald {
  font-weight: 300;
  font-family: Oswald, sans-serif
}

.section .heading-ruby span {
  display: block;
  font-family: Oswald, sans-serif;
  font-weight: 300;
  color: #ef4e1c;
  line-height: 1
}

.section .heading-ruby span.first {
  font-size: 63px;
  letter-spacing: .05em
}

@media screen and (max-width:640px) {
  .section .heading-ruby span.first {
    font-size: 50px
  }
}

.section .heading-ruby span.second {
  font-size: 39px
}

@media screen and (max-width:640px) {
  .section .heading-ruby span.second {
    font-size: 30px
  }
}

.strong {
  color: #ef4e1c;
  font-weight: 400
}

.tab {
  position: relative
}

.tab:not(:first-child) {
  margin-top: 20px
}

.tab:not(:last-child) {
  margin-bottom: 40px
}

.tab__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px solid #ccc
}

@media screen and (max-width:640px) {
  .tab__list {
    display: block
  }
}

.tab__list__item {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc
}

@media screen and (max-width:640px) {
  .tab__list__item {
    border-bottom: none
  }
}

@media screen and (max-width:640px) {
  .tab__list__item:last-child {
    border-bottom: 1px solid #ccc
  }
}

.tab__list__item__content {
  height: 100%
}

.tab__list__item__content__term {
  height: 100%
}

.tab__list__item__content__term__button {
  background-color: transparent;
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
  padding: 20px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative
}

@media screen and (max-width:640px) {
  .tab__list__item__content__term__button {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 20px
  }
}

.is-active .tab__list__item__content__term__button {
  background-color: #ccc;
  color: #fff
}

.is-active .tab__list__item__content__term__button:after {
  left: 50%;
  bottom: -11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10.5px 0;
  border-color: #ccc transparent transparent
}

.tab__list__item__content__term__button:after {
  content: "";
  position: absolute
}

@media screen and (max-width:640px) {
  .tab__list__item__content__term__button:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiA2LjUiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojMWYyYjJiO308L3N0eWxlPjwvZGVmcz48dGl0bGU+aWNvX2Fycm93X2Rvd248L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMi0yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMi0yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAxLTIiPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSI2IDYuNSAxMiAwLjUgMTEuNSAwIDYgNS41IDAuNSAwIDAgMC41IDYgNi41Ii8+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    top: 50%;
    right: 20px;
    width: 12px;
    height: 6px
  }
}

@media screen and (max-width:640px) {
  .is-active .tab__list__item__content__term__button:after {
    content: normal
  }
}

.tab__list__item__content__data {
  position: absolute;
  top: 60px;
  left: 0;
  display: none;
  opacity: 0
}

.is-initialize .tab__list__item__content__data {
  opacity: 1
}

@media screen and (max-width:640px) {
  .tab__list__item__content__data {
    position: static;
    padding: 20px
  }
}

.is-active .tab__list__item__content__data {
  display: block
}

.table {
  width: 100%;
  border-left: 1px dotted #ccc;
  border-top: 1px dotted #ccc
}

.table:not(:first-child) {
  margin-top: 20px
}

.table:not(:last-child) {
  margin-bottom: 40px
}

.table__head__row__header {
  padding: 18px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px dotted #fff;
  border-bottom: 1px dotted #ccc;
  background-color: #aaa;
  color: #fff;
  font-weight: 400
}

.table__head__row__header:last-of-type {
  border-right: 1px dotted #ccc
}

.table__head__row__header--none {
  background-color: transparent
}

.table__body__row__header {
  width: 200px;
  padding: 18px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px dotted #ccc;
  border-bottom: 1px dotted #fff;
  background-color: #ccc;
  color: #fff;
  font-weight: 400
}

@media screen and (max-width:640px) {
  .table__body__row__header {
    width: 150px
  }
}

@media screen and (max-width:640px) {
  .table__body__row__header {
    width: 120px
  }
}

.table__body__row__data {
  padding: 18px 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc
}

.table__body__row:last-of-type .table__body__row__header {
  border-bottom: 1px dotted #ccc
}

@media screen and (max-width:640px) {
  .table-scroll {
    position: relative;
    overflow-x: scroll
  }
  .table-scroll>.table {
    width: 650px
  }
  .table-scroll:before,
  .table-scroll:after {
    content: ""
  }
  .table-scroll:before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    content: "SWIPE";
    background-color: rgba(51, 51, 51, .6);
    border-radius: 10px;
    color: #fff;
    font-family: Oswald, sans-serif;
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    line-height: 60px;
    letter-spacing: .2em
  }
  .table-scroll:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MS4zMiA1NC45NyI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5pY29fc3dpcGU8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTUxLjEyLDQzLjU4bC01Ljg4LTcuOTFjLjMxLTEuNzcsMS4zMS04LjMtLjI1LTExLjU0LTEuNDQtMy04LjI2LTE0LjM4LTkuODktMTUuNTVhNC40OSw0LjQ5LDAsMCwwLTQuNTItLjI4LDMuMjEsMy4yMSwwLDAsMC0xLjE5LDEuMjEsMy41NywzLjU3LDAsMCwwLTIuNjUtMS4zNCwzLjU1LDMuNTUsMCwwLDAtMy42NiwyLjA4LDIuOTIsMi45MiwwLDAsMC0uMjEuNTUsNC42Nyw0LjY3LDAsMCwwLTEuNzktMSw0LjkxLDQuOTEsMCwwLDAtNS44LDIuMTVjLTEuOS0zLjE3LTQuODUtOC01LjcyLTkuMjRDOCwuNDYsNS0uOTIsMi4zOC43MS0uNTQsMi41NS0uNSw2LjA5LDEsOC42NGMuNDkuOCwzLDQuNjcsNiw5LjE1LDMuMzMsNSw3Ljg4LDExLjk0LDguMTksMTIuNTRhMi43NiwyLjc2LDAsMCwxLC4zMS45Mmgwcy0uMzkuMjUtMS44LDBjLS45MS0uMTQtMS45LS4zNi0yLjg0LS41Ny0zLS42Ni02LjA4LTEuMzQtOC4xMy4wNUE0LjE5LDQuMTksMCwwLDAsMSwzNGE1LDUsMCwwLDAsMS40OSw0YzEuNTQsMS4zOSw1Ljg1LDIuMDgsMTAuMTQsMi42NmwuMzEsMGMyLjU5LjM1LDQuNzksMi41Miw2LjEsMy44MWwuMzcuMzZhMTguNjUsMTguNjUsMCwwLDAsOS44OCw0LjQ2bDMuMzYsNS4xNmExLDEsMCwwLDAsMS4zNC4zMkw1MC44Myw0NWExLDEsMCwwLDAsLjMtMS40NlptLTE3LjI2LDktMy4xMi00Ljc5YTEsMSwwLDAsMC0uODMtLjQ1Yy0zLjU0LDAtNy43MS0yLjYxLTkuMDYtMy45MWwtLjM2LS4zNWMtMS40OS0xLjQ3LTQtMy45My03LjI0LTQuMzdsLS4zMSwwYy0yLjM1LS4zMi03Ljg2LTEuMDctOS4wNy0yLjE3QTMuMDgsMy4wOCwwLDAsMSwzLDM0LjE0YTIuMjQsMi4yNCwwLDAsMSwuODUtMS43MiwzLjUyLDMuNTIsMCwwLDEsMi0uNDcsMjMuNDMsMjMuNDMsMCwwLDEsNC41OS43MmMxLC4yMiwyLC40NCwzLC41OSwxLjIuMTksMi44OC4zMSwzLjctLjhzLjEyLTIuNTItLjEtM1MxMy43LDI0LjI2LDguNywxNi42OWMtMi44Mi00LjI4LTUuNDktOC4zMS02LTkuMDgtLjc4LTEuMjgtMS41LTMuODIuNjktNS4yQzUuMzEsMS4yMyw3LjIxLDIuODMsOCwzLjg0YzEuMjMsMS42OCw3LjIyLDExLjc3LDcuMjgsMTEuODdhMSwxLDAsMCwwLDEuOC0uODQsMy4xMiwzLjEyLDAsMCwxLDAtMS45NCwyLjg5LDIuODksMCwwLDEsMy41LTEuMjZjMS4zNS40MSwyLjI1LDIuMTksMi40OCwyLjg0QTEsMSwwLDAsMCwyNC45MSwxNGE2LjI3LDYuMjcsMCwwLDEsMC0yLjgzYy40OS0xLDEtMSwxLjg3LTFzMS45MywxLjcsMi4yMiwyLjUyYTEsMSwwLDAsMCwxLjk0LS40M2MtLjEyLTEuMTUuMTEtMS45LjY4LTIuMjNhMi41NSwyLjU1LDAsMCwxLDIuMzUuMThDMzUsMTEsNDEuMzksMjEuMjYsNDMuMTksMjVjMS4yNCwyLjU3LjQyLDguNjEsMCwxMC43M2ExLDEsMCwwLDAsLjE4Ljc5bDUuNDgsNy4zNloiLz48L2c+PC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    width: 39px;
    height: 42px;
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 30px);
    -webkit-animation: table-swipe 1s ease 0s infinite;
    animation: table-swipe 1s ease 0s infinite
  }
  .table-scroll.is-checked:before,
  .table-scroll.is-checked:after {
    content: normal
  }
}

.rich-columns {
  background: url(/service/assets/images/common/bg_banner_extra-banners_bg_pc.png)
}

.rich-columns--index {
  max-width: 1180px
}

.rich-columns--index .rich-columns__columns {
  margin-left: 0;
  margin-right: 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

@media screen and (max-width:641px) {
  .rich-columns--index .rich-columns__columns {
    display: block;
    margin-left: 0;
    margin-right: 0
  }
}

.rich-columns--index .rich-columns__columns__column {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0
}

@media screen and (max-width:640px) {
  .rich-columns--index .rich-columns__columns__column {
    padding-left: 0;
    padding-right: 0
  }
}

.rich-columns--index .rich-columns__columns__column:nth-child(1) {
  max-width: 485px;
  padding: 0 80px
}

@media screen and (max-width:640px) {
  .rich-columns--index .rich-columns__columns__column:nth-child(1) {
    width: 100%;
    max-width: inherit;
    padding: 0
  }
}

.rich-columns--index .rich-columns__columns__column:nth-child(2) {
  max-width: 690px;
  padding-left: 0
}

@media screen and (max-width:640px) {
  .rich-columns--index .rich-columns__columns__column:nth-child(2) {
    width: 100%;
    max-width: inherit
  }
}

@media screen and (max-width:640px) {
  .rich-columns--index .rich-columns__columns__column__text-contents {
    width: 100%;
    padding: 35px
  }
}

.rich-columns--index .rich-columns__columns__column__text-contents__heading-ruby {
  font-size: 22px;
  font-family: Oswald, sans-serif;
  color: #ef4e1c;
  font-weight: 400
}

@media screen and (max-width:641px) {
  .rich-columns--index .rich-columns__columns__column__columns {
    display: block
  }
}

.rich-columns--index--reverse {
  margin-left: auto
}

.rich-columns--index--reverse .rich-columns__columns {
  -webkit-box-pack: inherit;
  -ms-flex-pack: inherit;
  justify-content: inherit
}

.rich-columns--index--reverse .rich-columns__columns__column:nth-child(1) {
  padding-right: 0
}

@media screen and (max-width:641px) {
  .rich-columns--index--reverse .rich-columns__columns__column:nth-child(1) {
    width: 100%
  }
}

.rich-columns--index--reverse .rich-columns__columns__column:nth-child(2) {
  padding-left: 0
}

@media screen and (max-width:641px) {
  .rich-columns--index--reverse .rich-columns__columns__column:nth-child(2) {
    width: 100%
  }
}

@media screen and (max-width:640px) {
  .view--is-desktop {
    display: none
  }
}

@media screen and (max-width:640px) {
  .view--is-desktop {
    display: none
  }
}

.view--is-desktop-lower {
  display: none
}

@media screen and (max-width:640px) {
  .view--is-desktop-lower {
    display: block
  }
}

@media screen and (min-width:641px) {
  .view--is-not-desktop {
    display: none
  }
}

.view--is-laptop {
  display: none
}

@media screen and (max-width:640px) {
  .view--is-laptop {
    display: block
  }
}

@media screen and (max-width:640px) {
  .view--is-laptop {
    display: none
  }
}

.view--is-laptop-lower {
  display: none
}

@media screen and (max-width:640px) {
  .view--is-laptop-lower {
    display: block
  }
}

.view--is-palmtop {
  display: none
}

@media screen and (max-width:640px) {
  .view--is-palmtop {
    display: block
  }
}

.view--is-not-palmtop {
  display: none
}

@media(min-width:641px) {
  .view--is-not-palmtop {
    display: block
  }
}

@media screen and (min-width:641px) {
  .site-width--standard {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto
  }
}

/*****************************************/
/* style for hubspot */
/*****************************************/

.main-nav__navigation__list__item--home.view--is-not-palmtop img {
  height:17px;
}
#dMain {
  padding-bottom:100px;
}
.landing .section {
  padding-top:100px;
}
.landing img {
  width:100%;
}
.landing .paragraph--lead {
  margin-bottom:50px;
}
.landing .paragraph {
  margin-top:30px;
}
.landing .colored {
 color:#ef4e1c;
}
.landing .paragraph__window {
  padding-right: 20px;
  color:#ef4e1c; 
  text-decoration: underline;
  position:relative;
}
.landing .paragraph__window>span {
  display:inline-block;
  position:relative;
}
.landing .paragraph__window>span:after {
 content:'';
  display:inline-block;
  width:15px;
  height:12px;
  background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNSAxMiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNlZjRlMWM7ZmlsbC1ydWxlOmV2ZW5vZGQ7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT7jgqLjgrvjg4Pjg4ggMTwvdGl0bGU+PGcgaWQ9IuODrOOCpOODpOODvF8yIiBkYXRhLW5hbWU9IuODrOOCpOODpOODvCAyIj48ZyBpZD0i44Os44Kk44Ok44O8XzEtMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTIsM1YwSDBWOUgzdjNIMTVWM1pNMSw4VjNIMTFWOEgxWm0xMywzSDRWOWg4VjZoMloiLz48L2c+PC9nPjwvc3ZnPg==);
background-repeat:no-repeat;
  position:absolute;
  top:-10px;
  left:5px;
}
.landing .form {
  margin-top:30px;
}
/*****************************************/
/* Start your style declarations here    */
/*****************************************/



