/* ==========================================================================
* ヘッダー
========================================================================== */
.header.repair *, .header.repair *::before, .header.repair *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.header.repair .dropdown-item.blank:after{
  margin-left:8px;width:9px;height:9px;border:none;background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209%209%22%3E%3Cpath%20d%3D%22M0%209V1h1v7h7v1zm2-2V0h7v7z%22%20fill%3D%22%231085d4%22%2F%3E%3C%2Fsvg%3E");background-size:contain;background-repeat:no-repeat;background-position:0 0;-webkit-transform:none;-ms-transform:none;transform:none;
}
.header.repair header, .header.repair nav {
  display: block;
}
.header.repair ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.header.repair a {
  color: #1085d4;
  text-decoration: none;
  background-color: transparent;
}
.header.repair a:hover {
  color: #0b588d;
  text-decoration: underline;
}
.header.repair img {
  vertical-align: middle;
  border-style: none;
}
.header.repair button {
  border-radius: 0;
}
.header.repair button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.header.repair button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.header.repair button {
  overflow: visible;
}
.header.repair button {
  text-transform: none;
}
.header.repair button, .header.repair [type="button"] {
  -webkit-appearance: button;
}
.header.repair button::-moz-focus-inner, .header.repair [type="button"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.header.repair .btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.6875rem 0.75rem;
  /* font-size: 1rem; */
  line-height: 1.5;
  /* border-radius: 0.25rem; */
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .header.repair .btn {
    -webkit-transition: none;
    transition: none;
  }
}
.header.repair .btn:hover {
  color: #212529;
  text-decoration: none;
}
.header.repair .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(16, 133, 212, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(16, 133, 212, 0.25);
}
.header.repair .btn:disabled {
  opacity: 0.65;
}

.header.repair .dropdown {
  position: relative;
}
.header.repair .dropdown-toggle {
  white-space: nowrap;
}
.header.repair .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.header.repair .dropdown-toggle:empty::after {
  margin-left: 0;
}
.header.repair .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  /* font-size: 1rem; */
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(51, 51, 51, 0.15);
  border-radius: 0.25rem;
}
.header.repair .dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.header.repair .dropdown-item:hover, .header.repair .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.header.repair .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #1085d4;
}
.header.repair .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}
.header.repair .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.header.repair .nav-link:hover, .header.repair .nav-link:focus {
  text-decoration: none;
}
.header.repair .navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 10px;
}
.header.repair .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-right: 0;
  padding-left: 0;
  margin-right: 10px;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.header.repair .navbar-brand:hover, .header.repair .navbar-brand:focus {
  text-decoration: none;
}
.header.repair .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  float: none;
  margin-right: 0;
  margin-left: 0;
}
.header.repair .navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.header.repair .navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.header.repair .navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 0;
  padding-left: 0;
}
.header.repair .navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.header.repair .navbar-toggler:hover, .header.repair .navbar-toggler:focus {
  text-decoration: none;
}
.header.repair .navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}
@media (min-width: 992px) {
  .header.repair .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .header.repair .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .header.repair .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .header.repair .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5em;
    padding-left: 0.5em;
  }
  .header.repair .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-right: 0;
  }
  .header.repair .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (min-width: 992px) {
  .header.repair .d-lg-none {
    display: none !important;
  }
}
.header.repair .mr-auto {
  margin-right: auto !important;
}
@media (min-width: 992px) {
  .header.repair .ml-lg-2 {
    margin-left: 20px !important;
  }
}
@media print {
  .header.repair {
    /*! CSS Used from: https://sns.userlocal.jp/common/css/app.css */
  }
  .header.repair *, .header.repair *::before, .header.repair *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .header.repair a:not(.btn) {
    text-decoration: underline;
  }
  .header.repair img {
    page-break-inside: avoid;
  }
  .header.repair .navbar {
    display: none;
  }
}
.header.repair a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 61.99875em) {
  .header.repair .navbar {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media only screen and (min-width: 62em) {
  .header.repair .navbar {
    max-width: 1400px;
    padding-top: 12px;
    padding-right: 40px;
    padding-bottom: 11px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 61.99875em) {
  .header.repair .navbar-brand {
    height: 20px;
    padding: 0;
  }
  .header.repair .collapse:not(.in) {
    display: none!important;
  }
}
@media only screen and (min-width: 62em) {
  .header.repair .navbar-brand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 75em) {
  .header.repair .navbar-brand {
    margin-right: 40px;
  }
}
.header.repair .navbar-brand > img {
  vertical-align: top;
  max-height: 100%;
}
@media only screen and (min-width: 62em) {
  .header.repair .navbar-brand > img {
    width: 13.25vw;
  }
}
@media only screen and (min-width: 87.5em) {
  .header.repair .navbar-brand > img {
    /* width: 212px; */
  }
}
@media only screen and (min-width: 62em) {
  .header.repair .navbar-expand-lg .navbar-nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.header.repair .navbar-expand-lg .navbar-nav .nav-item .nav-link {
  /* font-size: 0.875rem; */
}
@media only screen and (min-width: 62em) {
  .header.repair .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    /* font-size: 0.75rem; */
  }
}
@media only screen and (min-width: 75em) {
  .header.repair .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    /* font-size: 0.8125rem; */
  }
}
@media only screen and (min-width: 87.5em) {
  .header.repair .navbar-expand-lg .navbar-nav .nav-item .nav-link {
    /* font-size: 0.875rem; */
  }
}
@media only screen and (max-width: 61.99875em) {
  .header.repair .navbar-toggler {
    position: absolute;
    z-index: 50000;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    border-radius: 0;
    background-color: #1085d4;
  }
}
@media only screen and (max-width: 61.99875em) {
  .header.repair .navbar-toggler-icon {
    position: relative;
    width: 20px;
    height: 18px;
  }
}
@media only screen and (max-width: 61.99875em) {
  .header.repair .navbar-toggler-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background: #fff;
    -webkit-transform: translate(0px, 8px) rotate(45deg);
    -ms-transform: translate(0px, 8px) rotate(45deg);
    transform: translate(0px, 8px) rotate(45deg);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
}
@media only screen and (max-width: 61.99875em) {
  .header.repair .navbar-toggler-icon:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background: #fff;
    -webkit-transform: translate(0px, -8px) rotate(-45deg);
    -ms-transform: translate(0px, -8px) rotate(-45deg);
    transform: translate(0px, -8px) rotate(-45deg);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
}
@media only screen and (max-width: 61.99875em) {
  .header.repair .navbar-toggler-icon > span {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
}
@media only screen and (max-width: 61.99875em) {
  .header.repair .navbar-toggler.collapsed .navbar-toggler-icon:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background: #fff;
    -webkit-transform: translate(0px, 0) rotate(0);
    -ms-transform: translate(0px, 0) rotate(0);
    transform: translate(0px, 0) rotate(0);
  }
}
@media only screen and (max-width: 61.99875em) {
  .header.repair .navbar-toggler.collapsed .navbar-toggler-icon:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background: #fff;
    -webkit-transform: translate(0px, 0) rotate(0);
    -ms-transform: translate(0px, 0) rotate(0);
    transform: translate(0px, 0) rotate(0);
  }
}
@media only screen and (max-width: 61.99875em) {
  .header.repair .navbar-toggler.collapsed .navbar-toggler-icon > span {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #fff;
    opacity: 1;
  }
}
@media only screen and (max-width: 61.99875em) {
  .header.repair .navbar-collapse {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100% !important;
    background-color: #1085d4;
    overflow: auto;
    display: block !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (max-width: 61.99875em) {
  .header.repair .navbar-collapse-inner {
    overflow: auto;
    height: 100%;
    padding: 40px 20px 40px 20px;
  }
}
@media only screen and (min-width: 62em) {
  .header.repair .navbar-collapse-inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}
@media only screen and (max-width: 61.99875em) {
  .header.repair .navbar-nav .nav-link {
    color: #fff;
  }
}
@media only screen and (max-width: 61.99875em) {
  .header.repair .navbar-nav.sub {
    float: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 20px;
    border-top: 1px solid #fff;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 61.99875em) {
  .header.repair .navbar-nav.sub .nav-item {
    display: inline-block;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 61.99875em) {
  .header.repair .navbar-nav.sub .nav-item > a {
    white-space: nowrap;
    padding-top: 0;
    padding-bottom: 0;
    /* font-size: 0.75rem; */
    font-weight: normal;
    opacity: 0.8;
  }
}
@media only screen and (max-width: 61.99875em) {
  .header.repair .nav-item-btn {
    width: 100%;
    margin: 28px 0 0 0 !important;
  }
}
@media only screen and (max-width: 61.99875em) {
  .header.repair .nav-item-btn > a {
    width: 100%;
    opacity: 1 !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
}
.header.repair .nav-link {
  color: #333;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-weight: bold;
}
@media only screen and (max-width: 47.99875em) {
  .header.repair .nav-link {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}
@media only screen and (min-width: 48em) {
  .header.repair .nav-link {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}
@media only screen and (max-width: 61.99875em) {
  .header.repair .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 62em) {
  .header.repair .nav-link:hover, .header.repair .nav-link.current {
    color: #1085d4;
  }
}
.header.repair .dropdown-toggle::after {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media only screen and (min-width: 62em) {
  .header.repair .dropdown-toggle::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    top: -0.1em;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    margin-left: 2px;
    border-color: #333;
    -webkit-transform: translate(0, 0) rotate(45deg);
    -ms-transform: translate(0, 0) rotate(45deg);
    transform: translate(0, 0) rotate(45deg);
    -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: "";
    top: 0.1em;
    margin-left: 8px;
  }
}
@media only screen and (max-width: 61.99875em) {
  .header.repair .dropdown-toggle::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    top: -0.1em;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    margin-left: 2px;
    border-color: #fff;
    -webkit-transform: translate(0, 0) rotate(45deg);
    -ms-transform: translate(0, 0) rotate(45deg);
    transform: translate(0, 0) rotate(45deg);
    -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: "";
    top: 0.1em;
    margin-left: 8px;
  }
}
@media only screen and (min-width: 62em) {
  .header.repair .dropdown:hover .dropdown-toggle::after {
    -webkit-transform: translateY(2px) rotate(225deg);
    -ms-transform: translateY(2px) rotate(225deg);
    transform: translateY(2px) rotate(225deg);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
}
@media only screen and (min-width: 62em) {
  .header.repair .dropdown-toggle:hover::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    top: -0.1em;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    margin-left: 2px;
    border-color: #1085d4;
    -webkit-transform: translate(0, 0) rotate(45deg);
    -ms-transform: translate(0, 0) rotate(45deg);
    transform: translate(0, 0) rotate(45deg);
    -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    content: "";
    top: 0.1em;
    margin-left: 8px;
  }
}
.header.repair .navbar-nav .dropdown-menu {
  border: none;
  -webkit-transform: translate3d(0, 20px, 0) scale(1);
  transform: translate3d(0, 20px, 0) scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: block;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  /* z-index: 0; */
}
@media only screen and (max-width: 61.99875em) {
  .header.repair .navbar-nav .dropdown-menu {
    position: absolute;
    top: 100%;
    width: 100%;
    margin-bottom: 40px;
  }
  .header.repair .navbar-nav .open .dropdown-menu {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0 3px 9px 1px rgba(61,99,120,0.16);
    box-shadow: 0 3px 9px 1px rgba(61,99,120,0.16);
    z-index: 1;
  }
  .dropdown.open .dropdown-toggle::after {
    -webkit-transform: translateY(2px) rotate(225deg);
    -ms-transform: translateY(2px) rotate(225deg);
    transform: translateY(2px) rotate(225deg);
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  }
}
@media only screen and (min-width: 62em) {
  .header.repair .navbar-nav .dropdown-menu {
    min-width: 300px;
  }
}
@media only screen and (min-width: 62em) {
  .header.repair .navbar-nav .dropdown:hover .dropdown-menu {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-box-shadow: 0 3px 9px 1px rgba(61, 99, 120, 0.16);
    box-shadow: 0 3px 9px 1px rgba(61, 99, 120, 0.16);
    z-index: 1;
  }
}
.header.repair .dropdown-item {
  padding-top: 15px;
  padding-bottom: 15px;
  color: #1085d4;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-weight: bold;
  white-space: normal;
}
@media only screen and (max-width: 47.99875em) {
  .header.repair .dropdown-item {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}
@media only screen and (min-width: 48em) {
  .header.repair .dropdown-item {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}
.header.repair .dropdown-item:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  margin-left: 2px;
  border-color: #1085d4;
  -webkit-transform: translate(0, 0) rotate(45deg);
  -ms-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
  -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
  margin-left: 8px;
}
.header.repair .dropdown-item:not(:first-child) {
  border-top: 1px solid #e6f3fb;
}
@media only screen and (max-width: 61.99875em) {
  .header.repair .dropdown-item:hover {
    color: #1085d4;
    text-decoration: none;
    background: #fff;
  }
}
@media only screen and (min-width: 62em) {
  .header.repair .dropdown-item:hover {
    color: #1085d4;
    background-color: #e6f3fb;
  }
}
.header.repair .btn {
  position: relative;
}
@media only screen and (max-width: 47.99875em) {
  .header.repair .btn {
    width: 100%;
  }
}
@media only screen and (min-width: 48em) {
  .header.repair .btn {
    min-width: 300px;
  }
}
/* .header.repair .btn:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  margin-left: 2px;
  border-color: #fff;
  -webkit-transform: translate(0, 0) rotate(45deg);
  -ms-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
  -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
} */
.header.repair .btn-header {
  min-width: auto;
  padding: 7px 20px;
}
.header.repair .btn-cta {
  background-color: #8cc152;
  color: #fff;
}
/* .header.repair .btn-cta:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: -0.1em;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  margin-left: 2px;
  border-color: #fff;
  -webkit-transform: translate(0, 0) rotate(45deg);
  -ms-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
  -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
} */
.header.repair .btn-cta:hover {
  color: #fff;
  background-color: #a2d56a;
}
.header.repair .blank-link:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 9px;
  height: 9px;
  border: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209%209%22%20width%3D%229%22%20height%3D%229%22%3E%3Cpath%20d%3D%22M0%209V1h1v7h7v1zm2-2V0h7v7z%22%20fill%3D%22%231085d4%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.header.repair .blank-link-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209%209%22%20width%3D%229%22%20height%3D%229%22%3E%3Cpath%20d%3D%22M0%209V1h1v7h7v1zm2-2V0h7v7z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
@media only screen and (min-width: 62em) {
  .header.repair .blank-link-header:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209%209%22%20width%3D%229%22%20height%3D%229%22%3E%3Cpath%20d%3D%22M0%209V1h1v7h7v1zm2-2V0h7v7z%22%20fill%3D%22%23333%22%2F%3E%3C%2Fsvg%3E");
  }
}
@media only screen and (max-width: 61.99875em) {
  .header.repair .blank-link-header:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209%209%22%20width%3D%229%22%20height%3D%229%22%3E%3Cpath%20d%3D%22M0%209V1h1v7h7v1zm2-2V0h7v7z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
  }
}
@media only screen and (min-width: 62em) {
  .header.repair .blank-link-header:hover:after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209%209%22%20width%3D%229%22%20height%3D%229%22%3E%3Cpath%20d%3D%22M0%209V1h1v7h7v1zm2-2V0h7v7z%22%20fill%3D%22%2338a3eb%22%2F%3E%3C%2Fsvg%3E");
  }
}
.header.repair .blank-link-cta:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209%209%22%20width%3D%229%22%20height%3D%229%22%3E%3Cpath%20d%3D%22M0%209V1h1v7h7v1zm2-2V0h7v7z%22%20fill%3D%22%238cc152%22%2F%3E%3C%2Fsvg%3E");
}
@media only screen and (max-width: 61.99875em) {
  .header.repair .to-form {
    position: absolute;
    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;
    top: 0;
    right: 60px;
    height: 100%;
    padding-right: 10px;
    /* font-size: 0.8125rem; */
    font-size: 13px;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-weight: bold;
    line-height: 1;
    color: #8cc152;
  }
  .header.repair .to-form:hover {
    color: #8cc152;
  }
}
@media only screen and (max-width: 61.99875em) and (max-width: 47.99875em) {
  .header.repair .to-form {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}
@media only screen and (max-width: 61.99875em) and (min-width: 48em) {
  .header.repair .to-form {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}
@media only screen and (min-width: 62em) {
  .header.repair .to-form {
    display: none;
  }
}
@media only screen and (min-width: 62em) {
  .header.repair .to-form:hover {
    color: #8cc152;
  }
}
.header.repair {
  z-index: 60000;
}
@media only screen and (max-width: 61.99875em) {
  .header.repair {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 9px 1px rgba(61, 99, 120, 0.16);
    box-shadow: 0 3px 9px 1px rgba(61, 99, 120, 0.16);
  }
}
@media only screen and (min-width: 62em) {
  .header.repair {
    position: relative;
  }
}
@media only screen and (max-width: 74.99875em) {
  .header.repair > .navbar {
    border: none;
    padding-right: 20px;
    padding-left: 20px;
  }
  .header.repair > .navbar:before {
    display: none;
  }
}
@media only screen and (max-width: 61.99875em) {
  .header.repair {
    text-align: initial;
  }
  .header.repair + * {
    padding-top: 60px;
  }
  
  .header.repair .navbar-toggler:not(.collapsed) + .navbar-collapse {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (min-width: 62em) {
  .header.repair .navbar-nav .dropdown-menu.dropdown-menu-func {
    min-width: 600px;
    overflow: hidden;
  }
  .header.repair .navbar-nav .dropdown-menu.dropdown-menu-func .dropdown-item {
    width: 50%;
    float: left;clear: none;
  }
  .header.repair .navbar-nav .dropdown-menu.dropdown-menu-func .dropdown-item:nth-child(2) {
    border-top: none;
  }
}

/* ==========================================================================
* フッター
========================================================================== */
.footer.repair {
  /*! CSS Used from: https://www.userlocal.jp/common/css/app.css */
  /*! CSS Used fontfaces */
}
/* .footer.repair *, .footer.repair *::before, .footer.repair *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
} */
.footer.repair {
  display: block;
}
.footer.repair ul {
  margin-top: 0;
  margin-bottom: 1rem;
}
.footer.repair ul ul {
  margin-bottom: 0;
}
.footer.repair small {
  font-size: 75%;
}
.footer.repair a {
  color: #1085d4;
  text-decoration: none;
  background-color: transparent;
}
.footer.repair a:hover {
  color: #0b588d;
  text-decoration: underline;
}
.footer.repair img {
  vertical-align: middle;
  border-style: none;
}
.footer.repair small {
  font-size: 75%;
  font-weight: 400;
}
.footer.repair .container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .footer.repair .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .footer.repair .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .footer.repair .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .footer.repair .container {
    max-width: 1400px;
  }
}
.footer.repair .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-left: -20px;
}
.footer.repair .col-6, .footer.repair .col-md-4, .footer.repair .col-md-8, .footer.repair .col-lg-3, footer.repair .col-12, footer.repair .col-lg-6 {
  position: relative;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
}
.footer.repair .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
@media (min-width: 768px) {
  .footer.repair .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .footer.repair .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
}
@media (min-width: 992px) {
  .footer.repair .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) {
  .footer.repair .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media print {
  .footer.repair *, .footer.repair *::before, .footer.repair *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .footer.repair a:not(.btn) {
    text-decoration: underline;
  }
  .footer.repair img {
    page-break-inside: avoid;
  }
  .footer.repair .container {
    min-width: 992px !important;
  }
}
.footer.repair a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 61.99875em) {
  .footer.repair .container {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media only screen and (min-width: 62em) {
  .footer.repair .container {
    max-width: 1400px;
    padding-right: 100px;
    padding-left: 100px;
  }
}
.footer.repair .container > *:first-child {
  margin-top: 0;
}
.footer.repair .container > *:last-child {
  margin-bottom: 0;
}
.footer.repair {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #333;
}
@media only screen and (max-width: 47.99875em) {
  .footer.repair {
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 47.99875em) {
  .footer.repair .col-md-4 {
    position: static;
  }
}
@media only screen and (max-width: 47.99875em) {
  .footer.repair .copyright {
    position: absolute;
    bottom: 60px;
  }
}
.footer.repair .blank-link:after {
  content: "";
  display: inline-block;
  margin-left: 8px;
  width: 9px;
  height: 9px;
  border: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209%209%22%3E%3Cpath%20d%3D%22M0%209V1h1v7h7v1zm2-2V0h7v7z%22%20fill%3D%22%231085d4%22%2F%3E%3C%2Fsvg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.footer.repair .blank-link-white:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209%209%22%3E%3Cpath%20d%3D%22M0%209V1h1v7h7v1zm2-2V0h7v7z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}
.footer.repair .footer-company {
  color: #fff;
}
@media only screen and (max-width: 47.99875em) {
  .footer.repair .footer-company {
    margin-bottom: 40px;
  }
}
.footer.repair .footer-company__brand {
  display: block;
  margin-bottom: 30px;
}
.footer.repair .footer-company__brand > img {
  vertical-align: top;
  max-width: 100%;
}
.footer.repair .footer-company__name {
  margin-bottom: 15px;
  font-weight: bold;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
}
@media only screen and (max-width: 47.99875em) {
  .footer.repair .footer-company__name {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 16px;
  }
}
@media only screen and (min-width: 48em) {
  .footer.repair .footer-company__name {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
    font-size: 16px;
  }
}
.footer.repair .footer-sitemap {
  list-style: none;
  padding-left: 0;
}
.footer.repair .footer-sitemap a {
  display: block;
  color: #fff;
}
.footer.repair .footer-sitemap.lv1 {
  margin-bottom: 40px;
}
.footer.repair .footer-sitemap.lv1 > li + li {
  margin-top: 20px;
}
.footer.repair .footer-sitemap.lv1 > li > a {
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-weight: bold;
  font-size: 16px;
}
@media only screen and (max-width: 47.99875em) {
  .footer.repair .footer-sitemap.lv1 > li > a {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  }
}
@media only screen and (min-width: 48em) {
  .footer.repair .footer-sitemap.lv1 > li > a {
    font-family: "游ゴシック", "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo";
  }
}
@media only screen and (max-width: 35.99875em) {
  .footer.repair .footer-sitemap.lv1 > li > a {
    /* font-size: 0.75rem; */
  font-size: 12px;
  }
}
.footer.repair .footer-sitemap.lv2 {
  margin-top: 20px;
}
@media only screen and (max-width: 35.99875em) {
  .footer.repair .footer-sitemap.lv2 > li {
    margin-top: 13px;
  }
}
@media only screen and (min-width: 36em) {
  .footer.repair .footer-sitemap.lv2 > li + li {
    margin-top: 8px;
  }
}
.footer.repair .footer-sitemap.lv2 > li > a {
  line-height: 1.7;
  opacity: 0.8;
}
@media only screen and (max-width: 35.99875em) {
  .footer.repair .footer-sitemap.lv2 > li > a {
    /* font-size: 0.625rem; */
    font-size: 10px;
  }
}
@media only screen and (min-width: 36em) {
  .footer.repair .footer-sitemap.lv2 > li > a {
    /* font-size: 0.875rem; */
    font-size: 14px;
  }
}
@media only screen and (min-width: 48em) {
  .footer.repair .footer-sitemap.lv2 > li > a:hover {
    opacity: 1;
  }
}
.footer.repair .footer-sitemap.lv3 > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 35.99875em) {
  .footer.repair .footer-sitemap.lv3 > li {
    margin-top: 13px;
  }
}
.footer.repair .footer-sitemap.lv3 > li > a {
  line-height: 1.7;
  opacity: 0.8;
}
@media only screen and (max-width: 35.99875em) {
  .footer.repair .footer-sitemap.lv3 > li > a {
    font-size: 0.625rem;
  }
}
@media only screen and (min-width: 36em) {
  .footer.repair .footer-sitemap.lv3 > li > a {
    /* font-size: 0.875rem; */
  }
}
@media only screen and (min-width: 48em) {
  .footer.repair .footer-sitemap.lv3 > li > a:hover {
    opacity: 1;
  }
}
.footer.repair .footer-sitemap.lv3 > li > a:before {
  display: inline-block;
  content: "-";
  margin-right: 4px;
  margin-left: 3px;
}
.footer.repair .footer-sitemap-group {
  margin-bottom: -40px;
}
.footer.repair .copyright {
  color: #fff;
  opacity: 0.8;
  font-family: "Roboto", sans-serif;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  /* font-size: 0.75rem; */
  font-size: 12px;
}
.footer.repair .footer-sitemap.type-functions {
  margin-bottom: 0;
  font-size: 16px;
  opacity: 1;
  font-weight: bold;
}
@media only screen and (max-width: 35.99875em) {
  .footer.repair .footer-sitemap.type-functions {
    font-size: 12px;
  }
}


/* @font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url("https://www.userlocal.jp/common/font/Roboto/roboto-latin-regular.woff2") format("woff2"), url("https://www.userlocal.jp/common/font/Roboto/roboto-latin-regular.woff") format("woff");
}
@font-face {
    font-family: "Roboto";
    font-style: bold;
    font-weight: 700;
    src: local("Roboto-Bold"), url("https://www.userlocal.jp/common/font/Roboto/roboto-latin-bold.woff2") format("woff2"), url("https://www.userlocal.jp/common/font/Roboto/roboto-latin-bold.woff") format("woff");
} */

/* ==========================================================================
* メインビジュアル
========================================================================== */

.mainvisual {
  overflow: hidden;
  background-color: #0085CE;
  background: transparent linear-gradient(124deg, #0085CE 0%, #2CC9E6 100%) 0% 0% no-repeat padding-box;
}

.mainvisual-content {
  position: relative;
  max-width: 1230px;
  padding: 60px 15px 60px 15px;
  margin-right: auto;
  margin-left: auto;
  color: #FFFFFF;
}

.mainvisual-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.375;
  font-size: calc(32 / 1400 * 100vw); 
  /* font: Bold 32px/44px YuGothic; */
}

.mainvisual-description {
  /* font: Medium 18px/30px YuGothic; */
  margin-bottom: 28px;
  font-size: 18px;
  line-height: 1.67;
}


.mainvisual-estimate > dt {
  margin-bottom: 16px;
}

.mainvisual-label {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}

.estimate-url {
  width: 100%;
  /* height: 48px; */
  background: #FFFFFF 0% 0% no-repeat padding-box;
  /* border: 1px solid #E6F3FB; */
  /* border-radius: 4px; */
  font-size: 16px;
}

.estimate-submit {
  min-width: 200px;
  width: 200px;
  /* height: 48px; */
  padding-right: 10px;
  padding-left: 10px;
  /* background: #E3BB11 0% 0% no-repeat padding-box; */
  /* border-radius: 6px; */
}

.estimate-submit span {
  position: relative;
  /* font: Bold 16px/29px YuGothic; */
  font-weight: bold;
  font-size: 16px;
}

/* .estimate-submit span:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  top: -0.15em;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-width: 2px 2px 0 0;
  margin-left: 2px;
  border-color: #fff;
  -webkit-transform: translate(0, 0) rotate(45deg);
  -ms-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
  -webkit-transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s,-webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s,-webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s,border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s,border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s,-webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  content: "";
} */

.mainvisual-image {
  /* position: absolute; */
  /* right: calc(-300 / 1400 * 100vw); */
  /* bottom: calc(-33 / 1400 * 100vw); */
}

.mainvisual-image img {
  width: calc(825 / 1400 * 100vw);
}

@media (max-width: 767px) {
  
  .mainvisual-image img {
    width: 100%;
  }

  .mainvisual-description {
    font-size: 14px;
  }

  .mainvisual-heading {
    text-align: center;
    /* font-size: 26px; */
    font-size: calc(22 / 375 * 100vw);
    /* padding-bottom: 49vw; */
  }
  .mainvisual-content {
    padding: 30px 15px 30px 15px;
  }

  .estimate-submit span:after {
    
  }

  .mainvisual-image {
    margin-bottom: 20px;
    text-align: center;
  }

  .estimate-submit {
    max-width: none;
    width: 100%;
  }

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

@media (min-width: 768px) {
  .mainvisual-description {
    width: 60%;
  }

  .mainvisual-heading br {
    display: none;
  }
  .mainvisual-image {
    position: absolute;
    right: calc(-300 / 1400 * 100vw);
    bottom: calc(-33 / 1400 * 100vw);
  }
  
  .mainvisual-estimate {
    margin-right: calc(600 / 1400 * 100vw);
  }
}
@media (min-width: 980px) {
  .mainvisual-description {
    width: auto;
  }

  .mainvisual-heading br {
    display: inline;
  }
  
  .mainvisual-content {
    padding: 60px calc(600 / 1400 * 100vw + 15px) 60px 15px;
  }

  .mainvisual-estimate {
    margin-right: 0;
  }
}

@media (min-width: 1400px) {
  .mainvisual-heading {
    font-size: 32px;
  }
  .mainvisual-content {
    padding: 60px 615px 60px 15px;
  }

  .mainvisual-image {
    right: -300px;
    bottom: -33px;
  }

  .mainvisual-image img {
    width: 825px;
  }
}

@media (min-width: 768px) {
  .u-hide-md {
    display: none;
  }
}