@-webkit-keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  letter-spacing: 0.04em;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

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

input {
  line-height: normal;
}

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

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

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

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

body {
  background: #fff;
}

blockquote,
q {
  quotes: "" "";
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
}

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

a:visited {
  color: inherit;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

a:hover {
  opacity: 0.8;
}

input[type=text] {
  border-radius: 0;
  -webkit-appearance: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #000;
  color: #fff;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
  font-size: 16px;
  color: #666;
  border: none;
  padding: 0 10px;
  height: 40px;
  border: 2px solid #e3e3e3;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
  color: #111;
}

textarea {
  height: 200px;
  padding: 5px 10px;
}

input:-internal-autofill-selected {
  background-color: #fff;
}

input.min {
  width: 5em;
}

input[type=checkbox] {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

input[type=checkbox]+span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox]+span:before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.3em;
  color: #c2c2c2;
  font-size: 20px;
}

input[type=checkbox]:checked+span:before {
  content: "\f058";
  font-weight: 900;
  color: #ff9d3b;
  font-size: 20px;
}

select {
  -webkit-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

.select-wrap {
  position: relative;
}

.select-wrap::before {
  border-bottom: 4.5px solid #c2c2c2;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  content: "";
  position: absolute;
  right: 9px;
  top: 12px;
  width: 0;
}

.select-wrap::after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4.5px solid #c2c2c2;
  content: "";
  position: absolute;
  right: 9px;
  top: 23px;
  width: 0;
}

body,
button,
input,
select,
textarea {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

p {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

.area {
  background-color: #d0e8cb;
  padding: 56px 0px 70px;
}

.area__title {
  text-align: center;
}

.area__wrap {
  background-color: #fff;
  width: 1030px;
  margin: 35px auto 0;
  padding: 30px 0 20px;
}

.area__inner {
  border: 8px solid #d0e8cb;
  width: 880px;
  margin: 0 auto;
  padding: 16px 0 30px;
}

.area__title02 {
  font-size: 24px;
  text-align: center;
  color: #41bd29;
  font-weight: bold;
}

.area__detail {
  text-align: center;
  font-size: 16px;
  margin-top: 25px;
  font-weight: bold;
}

.area__cc {
  font-size: 30px;
  text-align: center;
  color: #41bd29;
  font-weight: bold;
  margin-top: 20px;
}

.c-breadcrumb {
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}

.c-breadcrumb__arrow {
  padding: 0.3em;
}

.c-breadcrumb a {
  text-decoration: none;
}

.c-btn {
  text-align: center;
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  border-radius: 50px;
}

.c-btn--red {
  color: #fff !important;
  background-color: #e63c3c;
}

.c-btn--orange {
  color: #fff !important;
  background-color: #ff9d3b;
}

.c-btn--gray {
  color: #fff !important;
  background-color: #c1c1c1;
}

.c-btn--border {
  border: 5px solid #fff;
}

.c-btn--warrow {
  position: relative;
}

.c-btn--warrow::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  font-weight: bold;
}

.c-btn--line {
  border: 4px solid #ff9228;
  color: #ff9228 !important;
  width: 320px;
  padding: 15px 0;
}

.c-btn--line-min {
  border: 2px solid #ff9228;
  color: #ff9228 !important;
  width: 200px;
  padding: 10px 0;
}

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

.c-btn--mid {
  width: 300px;
}

.c-btn--400 {
  width: 400px;
  padding: 20px 5px;
  font-size: 24px;
}

.c-btn--auto {
  padding: 20px 55px;
}

.c-btn-wrap--center {
  text-align: center;
}

.new-case {
  background-color: #fdf6ee;
  padding: 90px 0 120px;
}

.new-case .c-case {
  margin-top: 65px;
}

.new-case__btn {
  margin-top: 45px;
}

.new-case__btn a {
  font-size: 20px;
}

.c-case {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.c-case__item {
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 16px;
}

.c-case__img {
  margin-bottom: 15px;
  width: 100%;
}

.c-case .c-tag {
  margin-left: 10px;
  margin-bottom: 20px;
}

.c-case__title {
  font-size: 16px;
  margin-bottom: 20px;
  padding: 0 10px;
}

.c-case__detail {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
  padding: 0 10px;
}

.c-case__btn {
  margin-top: auto;
  width: 100%;
}

.c-case .c-btn {
  font-size: 14px;
}

.c-case img {
  width: 100%;
}

.c-case a {
  text-decoration: none;
}

.c-tag {
  display: inline-block;
  background-color: #ff9d3b;
  color: #fff;
  font-weight: bold;
  padding: 1px 12px;
}

.column-3 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding-left: 0;
}

.column-3__item {
  width: calc(33.3333% - 40px / 3);
}

.column-3__item--30p {
  width: calc(33.3333% - 60px / 3);
}

.column-3__item--70p {
  width: calc(33.3333% - 140px / 3);
}

.column-3:after {
  content: "";
  display: block;
  width: calc(33.3333% - 40px / 3);
  height: 0;
}

.column-2 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.column-2__item {
  width: calc(50% - 64px / 2);
}

.column-4 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.column-4__item {
  width: calc(25% - 90px / 4);
}

.column-4:after {
  content: "";
  display: block;
  width: calc(25% - 90px / 4);
  height: 0;
}

.column-4:before {
  content: "";
  display: block;
  width: calc(25% - 90px / 4);
  height: 0;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.cv {
  background-color: #fab168;
  padding: 64px 0;
}

.cv__box {
  background-color: #ec7e39;
  padding: 0 10px 12px;
  margin-bottom: 18px;
}

.cv__title {
  padding: 20px 40px;
}

.cv__title02 img {
  position: relative;
  top: -4px;
}

.cv__inner {
  background-color: #fff;
  position: relative;
  padding: 28px 0 30px 24px;
}

.cv__inner p {
  font-size: 22px;
  font-weight: bold;
  padding-left: 20px;
}

.cv__deco {
  position: absolute;
  bottom: 0;
  right: 0;
}

.cv__colum {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 5;
  margin-top: 18px;
}

.cv__tel {
  margin-right: 60px;
  padding-left: 10px;
}

.cv__form .c-btn {
  width: 470px;
  padding: 30px 0;
  font-size: 22px;
}

.cv__whitebox {
  margin: 0;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 35px;
}

.cv__whitebox dt {
  font-size: 22px;
  font-weight: bold;
}

.cv__whitebox dt span {
  display: block;
}

.cv__whitebox dd {
  margin-left: 60px;
}

.cv__spbox {
  border: 5px solid #ff6c0f;
  background-color: #fff;
  padding: 20px 15px;
  margin-bottom: 20px;
}

.cv__sptitle {
  background-color: #ff6c0f;
  padding: 5px 10px;
}

.cv__spbtn {
  text-align: center;
}

.cv__spbtn a {
  max-width: 400px;
  margin: 15px auto 0;
  display: block;
  padding: 15px 0;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background-color: #e63c3c;
  box-shadow: 2px 2px #a02121;
}

.cv__spbtn img {
  width: 42px;
}

.faq {
  padding: 50px 0 150px;
}

.c-faq {
  margin: 0;
  font-weight: 600;
  padding: 32px 40px;
  margin-top: 60px;
  background-image: linear-gradient(180deg, #fed 0%, rgba(255,255,255,0) 100%);
}

.c-faq__q {
  position: relative;
  font-size: 20px;
  padding-left: 90px;
}

.c-faq__q::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  content: "Q.";
  background-color: #ec7e39;
  color: #fff;
  font-size: 30px;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
}

.c-faq__a {
  padding-left: 90px;
  position: relative;
  margin-left: 0;
  margin-top: 45px;
}

.c-faq__a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  content: "A.";
  color: #ec7e39;
  font-size: 30px;
  background-color: transparent;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
}

.c-faq:first-of-type {
  margin-top: 100px;
}

.flow {
  padding: 110px 0 60px;
}

.flow__box {
  background-color: #fdf6ee;
  margin-left: calc(50% - 50vw);
  padding: 60px calc(50vw - 50%);
  padding-right: 0;
}

.flow__box--rev {
  margin-right: calc(50% - 50vw);
  margin-left: initial;
  padding: 60px calc(50vw - 50%);
  padding-left: 0;
}

.flow__box--rev .flow__inner {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 50px;
}

.flow__box--rev .flow__txt {
  padding-right: 0;
  padding-left: 56px;
}

.flow__box:first-of-type {
  margin-top: 116px;
}

.flow__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 50px;
}

.flow__pic {
  width: 314px;
}

.flow__txt {
  width: calc(100% - 370px);
  padding-right: 56px;
}

.flow__txt dl {
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flow__txt dl dd {
  margin-left: 0;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.3;
  margin-left: 10px;
}

.flow__txt dl dd span {
  color: #ff6f2a;
  display: block;
  font-size: 20px;
}

.flow__txt p {
  font-weight: 600;
  line-height: 1.8;
  margin-top: 20px;
}

.flow__arrow {
  text-align: center;
  color: #ff6f2a;
  font-size: 70px;
  margin: 20px 0;
}

.c-line-title {
  display: inline-block;
  background: linear-gradient(transparent 70%, #ffe84d 30%);
}

.c-dot-title {
  color: #ff9228;
  text-align: center;
  position: relative;
  font-size: 40px;
}

.c-dot-title::after {
  position: absolute;
  content: "";
  background-image: url(../images/common/dot@2x.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 53px;
  height: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -20px;
}

.c-dot-title--mg {
  margin-top: 100px;
  margin-bottom: 90px;
}

.maker {
  background-color: #ffeedd;
  padding: 50px 0 90px;
}

.maker ul {
  list-style: none;
  margin-bottom: 0;
}

.maker__title {
  color: #ec7e39;
  font-size: 30px;
  text-align: center;
}

.maker__logo {
  margin-top: 30px;
  background-color: #fff;
  padding: 30px 70px;
}

.footer-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 35px;
  font-weight: 600;
  margin-top: 90px;
}

.footer-info__item {
  width: 50%;
}

.footer-info__item h3 {
  font-size: 30px;
  margin-bottom: 24px;
}

.footer-info__nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.footer-info__inner {
  width: 134px;
}

.footer-info__inner a {
  text-decoration: none;
  display: block;
}

.c-page-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 160px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-page-header--privacy {
  background-image: url(../images/privacy/header@2x.jpg);
}

.c-page-header--contact,
.c-page-header--tel-pc {
  background-image: url(../images/contact/header@2x.jpg);
}

.c-page-header--case {
  background-image: url(../images/case/header@2x.jpg);
}

.c-page-header--company {
  background-image: url(../images/company/header@2x.jpg);
}

.c-page-header--refrigerator {
  background-image: url(../images/refrigerator/header@2x.jpg);
}

.c-page-header--washing-machine {
  background-image: url(../images/washing-machine/header@2x.jpg);
}

.c-page-header--air-conditioner {
  background-image: url(../images/air-conditioner/header@2x.jpg);
}

.c-page-header--television {
  background-image: url(../images/television/header@2x.jpg);
}

.c-page-header--other {
  background-image: url(../images/other/header@2x.jpg);
}

.c-page-header__title {
  font-size: 30px;
}

.c-pagenation {
  text-align: center;
  margin-top: 60px;
  width: 1160px;
}

.c-pagenation .wp-pagenavi a,
.c-pagenation .wp-pagenavi span {
  border-color: #000;
  background-color: #fff;
  margin: 0 10px;
  padding: 10px;
}

.c-pagenation .wp-pagenavi span.pages {
  border: none;
  margin-right: 20px;
  background-color: transparent;
  padding: 10px 0;
}

.c-pagenation .wp-pagenavi span.extend {
  border: none;
  background-color: transparent;
  padding: 10px 0;
  margin: 0 3px;
}

.c-pagenation .wp-pagenavi a.last,
.c-pagenation .wp-pagenavi a.first {
  padding: 10px 14px;
}

.c-pagenation .wp-pagenavi span.current,
.c-pagenation .wp-pagenavi a:hover {
  border-color: #ec7e39;
  background-color: #ec7e39;
  color: #fff;
  font-weight: 600;
}

.c-pager {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 58px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-pager__item {
  margin-bottom: 18px;
}

.c-pager__item:last-child {
  margin-bottom: 0;
}

.c-pager__item a {
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  text-align: center;
  margin: auto;
  transition: all 0.2s ease;
}

.c-pager__item a.c-pager__archive {
  border-radius: 50px;
  border: 1px solid #000;
  font-size: 17px;
  width: 85%;
  max-width: 300px;
  height: 40px;
  line-height: 40px;
}

.c-pager__item a.c-pager__prev {
  position: relative;
}

.c-pager__item a.c-pager__prev:before {
  display: inline-block;
  padding-right: 3px;
  font-weight: bold;
  content: "\f100";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
}

.c-pager__item a.c-pager__back {
  position: relative;
}

.c-pager__item a.c-pager__back:after {
  display: inline-block;
  padding-left: 3px;
  font-weight: bold;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-size: 14px;
}

.reception {
  background-color: #fff7f7;
  padding: 75px 0;
}

.reception__title {
  text-align: center;
  color: #eb7373;
  font-size: 40px;
}

.reception__title span {
  display: block;
  font-size: 26px;
}

.reception__txt {
  text-align: center;
  font-weight: 600;
  line-height: 1.6;
  margin-top: 45px;
}

.reception__box {
  background-color: #fff;
  border: 3px solid #eb7373;
  width: 765px;
  margin: 65px auto 0;
  padding-bottom: 45px;
}

.reception__box p {
  text-align: center;
  line-height: 1.6;
  font-weight: bold;
}

.reception__title02 {
  text-align: center;
  position: relative;
  top: -35px;
}

.reception__title02 span {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  background-color: #eb7373;
  padding: 18px 60px;
}

.rental {
  background-image: url(../images/rental/rental_bg@2x.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0 68px;
}

.rental__wrap {
  margin: 60px auto 0;
  width: 1030px;
  background-color: #fff;
  border-radius: 4px;
  padding: 4px;
}

.rental__inner {
  border: 4px solid #ff9228;
  border-radius: 4px;
  padding: 0 0 50px;
}

.rental__title {
  margin-top: -40px;
  text-align: center;
}

.rental__price {
  text-align: center;
  margin-top: 10px;
}

.rental__detail {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 20px;
}

.rental__note {
  text-align: center;
  list-style: none;
  margin: 16px 0 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.6;
  padding-left: 0;
}

.balloon {
  width: 340px;
  text-align: center;
  color: #ff9228;
  font-weight: bold;
  font-size: 26px;
  margin: 0 auto;
  display: table;
  padding: 10px 0;
  position: relative;
  background-color: #fff;
  border: 3px solid #ff9228;
  border-radius: 30px;
}

.balloon::before,
.balloon::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -.6em;
  border-top: 0.6em solid #ff9228;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
}

.balloon::after {
  bottom: calc( 6px - .6em);
  border-top: solid 0.6em #fff;
}

.step {
  background-image: url(../images/step/step_bg@2x.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0 80px;
}

.step__title {
  text-align: center;
}

.step__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}

.step__pic {
  width: 352px;
}

.step__txt {
  font-size: 30px;
  margin-top: 5px;
  color: #eb7373;
  padding-left: 1.5em;
  font-weight: bold;
  text-align: center;
}

.step__arrow {
  margin-left: 55px;
}

.c-tel-link {
  line-height: 1;
}

.c-tel-link__no {
  font-family: "Roboto",sans-serif;
  color: #e63c3c;
  text-decoration: none;
  font-weight: bold;
  font-size: 60px;
  letter-spacing: 0;
}

.c-tel-link__no::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f2a0";
  color: #e63c3c;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 50px;
  margin-right: 10px;
  vertical-align: top;
}

.c-tel-link__arrow {
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  margin-bottom: 8px;
}

.c-tel-link__arrow::before {
  content: "▼▼";
  font-size: 12px;
}

.c-tel-link__arrow::after {
  content: "▼▼";
  font-size: 12px;
}

.c-tel-link__info {
  display: block;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
  margin-top: 8px;
}

.voice {
  background-image: url(../images/voice/voice_bg@2x.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 85px 0 130px;
}

.voice__title {
  text-align: center;
  color: #ec7e39;
  font-size: 38px;
}

.voice__title span {
  font-size: 46px;
}

.voice__title i {
  position: relative;
  margin-left: 10px;
  top: -8px;
}

.voice__box {
  background-color: #ffeedd;
  margin-top: 60px;
  padding: 40px 70px;
  position: relative;
}

.voice__box::before,
.voice__box::after {
  color: #ff6c0f;
  font-size: 100px;
  line-height: 1;
  position: absolute;
}

.voice__box::before {
  content: "“";
  left: 10px;
  top: -20px;
}

.voice__box::after {
  content: "“";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 10px;
  bottom: -20px;
}

.voice__inner {
  background-color: #fff;
  padding: 35px 30px 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.voice__pic {
  width: 300px;
}

.voice__txt {
  width: calc(100% - 325px);
  padding-left: 25px;
}

.voice__txt h3 {
  font-size: 20px;
  color: #ff6c0f;
}

.voice__txt h3 span {
  font-size: 16px;
}

.voice__txt h4 {
  font-size: 20px;
  margin-top: 10px;
}

.voice__txt p {
  font-weight: 600;
  margin-top: 15px;
}

.footer-copy {
  background-color: #000;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  padding: 5px 0;
}

.l-footer {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  min-width: 1160px;
  background-color: #ec7e39;
  z-index: 998;
}

.l-footer__inner {
  padding: 10px 40px 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-footer__tel {
  color: #fff;
  width: calc(100% - 420px);
}

.l-footer__telwrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.l-footer__teltxt {
  font-weight: 600;
  font-size: 22px;
}

.l-footer__teltxt span {
  display: block;
  font-size: 20px;
  background-color: #fff;
  color: #ec7e39;
  border-radius: 50px;
  text-align: center;
  width: 7em;
  padding: 3px 0;
  margin: auto;
}

.l-footer__telno {
  font-weight: 600;
  font-size: 18px;
}

.l-footer__telno span {
  display: block;
  text-align: center;
  line-height: 1;
}

.l-footer__telno a {
  text-decoration: none;
  color: #fff;
  font-family: "Roboto",sans-serif;
  font-size: 58px;
  letter-spacing: 0;
  line-height: 1;
}

.l-footer__form {
  color: #fff;
  font-weight: 600;
}

.l-footer__form span {
  font-size: 18px;
  text-align: center;
  display: block;
}

.l-footer__form .c-btn {
  padding: 12px 5px;
  font-size: 26px;
  width: 396px;
}

.l-footer__sp {
  display: none;
}

.l-footer__sp p {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  color: #fff;
}

.l-footer__sp ul {
  margin: 10px 0 0;
  padding-left: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.l-footer__sp ul li {
  width: 49%;
  text-align: center;
}

.l-footer__sp ul a {
  text-decoration: none;
  font-weight: bold;
  display: block;
  border-radius: 50px;
  letter-spacing: .001em;
  padding: 10px 0;
}

.l-footer__sp ul a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
  font-size: 18px;
}

.l-footer__sptel a {
  color: #e63c3c;
  background-color: #fff;
  box-shadow: 2px 2px #e63c3c;
}

.l-footer__sptel a::before {
  content: "\f2a0";
  color: #e63c3c;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.l-footer__spform a {
  color: #fff;
  background-color: #e63c3c;
  box-shadow: 2px 2px #a02121;
}

.l-footer__spform a::before {
  content: "\f0e0";
  color: #fff;
  margin-right: 8px;
  vertical-align: middle;
}

.g-nav__icons {
  width: 196px;
  margin-right: 15px;
}

.g-nav__tel {
  margin-right: 10px;
}

.g-nav__tel .c-tel-link {
  color: #ff7511;
}

.g-nav__tel .c-tel-link__no {
  font-size: 30px;
  font-family: "Roboto",sans-serif;
  color: #ff7511;
  line-height: 1;
}

.g-nav__tel .c-tel-link__no::before {
  font-size: 26px;
  color: #ff7511;
}

.g-nav__tel .c-tel-link__arrow {
  line-height: 1;
  font-size: 12px;
  margin-bottom: 3px;
  letter-spacing: .1em;
}

.g-nav__tel .c-tel-link__arrow::before,
.g-nav__tel .c-tel-link__arrow::after {
  display: none;
}

.g-nav__tel .c-tel-link__info {
  font-size: 12px;
  line-height: 1;
  margin-top: 3px;
}

.g-nav__btn {
  color: #fff !important;
  background-color: #e63c3c;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  height: 70px;
  width: 260px;
  border-radius: 50px;
  padding-top: 6px;
  position: relative;
}

.g-nav__btn::after {
  font-family: "Font Awesome 5 Free";
  content: '\f105';
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  font-size: 23px;
}

.g-nav__btn span {
  font-size: 12px;
}

.g-nav__menu {
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 1160px;
  margin: 10px auto 0;
  padding: 18px 0;
}

.g-nav__item {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}

.g-nav__link {
  text-decoration: none;
  position: relative;
  transition: all .3s;
  color: #fff;
}

.l-header__nav-inner {
  background-color: #ff7511;
}

.l-header__logo {
  width: 290px;
  display: block;
}

.l-header__top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1160px;
  margin: 20px auto 0;
}

.l-header__meta {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

html,
body {
  min-width: 1160px;
}

.l-wrapper {
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 156px;
}

.l-container {
  margin: 0 auto;
  padding: 0 15px;
}

.l-container:after {
  content: "";
  clear: both;
  display: block;
}

.l-page-content {
  padding: 50px 0 180px;
}

.l-page-content--bg {
  background-color: #fdf5ed;
}

.l-page-content--orange {
  background-color: #faddbf;
}

.l-page-content--repair {
  padding: 0;
}

.l-main-wrap {
  width: 860px;
  float: left;
}

.l-sidebar {
  width: 250px;
  float: right;
}

.nav-btn {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 57px;
  height: 57px;
  background-color: #ff7511;
}

.nav-btn__line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 31px;
  height: 2px;
  background-color: #fff;
  transition: all .3s;
}

.nav-btn__line:nth-of-type(1) {
  top: 10px;
}

.nav-btn__line:nth-of-type(2) {
  top: 20px;
}

.nav-btn__line:nth-of-type(3) {
  top: 30px;
}

.nav-btn__txt {
  position: absolute;
  left: 7px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  top: 36px;
  width: 100%;
}

.nav-btn.is-close .nav-btn__line:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  top: 20px;
}

.nav-btn.is-close .nav-btn__line:nth-of-type(2) {
  width: 0;
}

.nav-btn.is-close .nav-btn__line:nth-of-type(3) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  top: 20px;
}

.tel-btn {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 62px;
  cursor: pointer;
  width: 62px;
  height: 60px;
  background-color: #FAFAFA;
}

.tel-btn__link {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-decoration: none;
  color: #ec7e39;
  font-size: 24px;
}

.tel-btn__link:hover,
.tel-btn__link:active {
  color: #ec7e39;
}

.case-archive__title {
  font-size: 24px;
}

.case-archive .c-case {
  margin-top: 20px;
}

.case-archive .c-case__item {
  margin-top: 23px;
}

.search__title {
  font-size: 20px;
  color: #fff;
  background-color: #ff9d3b;
  text-align: center;
  padding: 12px 0;
}

.search__list {
  background-color: #fff;
  font-weight: 600;
  margin: 0;
  padding: 17px 0px 40px 25px;
}

.search__list dt {
  font-size: 20px;
}

.search__list dd {
  margin-left: 0;
}

.search__list dd a {
  margin-top: 22px;
  display: block;
  text-decoration: none;
  position: relative;
  font-size: 18px;
}

.search__list dd a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f058";
  font-weight: 900;
  display: inline-block;
  margin-right: 0.3em;
  color: #c2c2c2;
  font-size: 20px;
}

.search__list dd a:hover,
.search__list dd a:active,
.search__list dd a.current {
  opacity: 1;
}

.search__list dd a:hover::before,
.search__list dd a:active::before,
.search__list dd a.current::before {
  content: "\f058";
  font-weight: 900;
  color: #ff9d3b;
}

.company .l-page-content {
  padding: 86px 0 100px;
}

.c-table {
  margin: 0;
}

.c-table__wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #434343;
  font-size: 18px;
  font-weight: 600;
}

.c-table__dt {
  width: 310px;
  background-color: #e4e4e4;
  padding: 20px 0 20px 105px;
}

.c-table__dd {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  background-color: #fff;
  margin-left: 0;
  padding: 20px 0 20px 50px;
}

.error404__txt {
  text-align: center;
}

.error404__txt .error404__title {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 23px;
}

.contact .primary {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
}

.contact .contact-box {
  width: 500px;
  margin: 30px auto 0;
  border: 2px solid #ff7511;
  text-align: center;
}

.contact .contact-box__tel {
  color: #ff7511;
  font-weight: 600;
  font-size: 44px;
  font-family: "Roboto",sans-serif;
  line-height: 1.1;
  letter-spacing: .1em;
  padding: 15px 0;
}

.contact .contact-box__tel span {
  display: block;
  font-size: 24px;
  font-family: "ヒラギノ角ゴ Pro W3","HiraKakuProN-W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic","メイリオ",sans-serif;
}

.form-wrap {
  width: 1050px;
  margin: 40px auto 0;
}

.form-wrap .intro {
  font-weight: 600;
}

.form-wrap .intro--confirm {
  width: 820px;
  margin: 54px auto 0;
}

.form-wrap .confirm-txt {
  color: #f97415;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
}

.form {
  margin-top: 40px;
}

.form__tag {
  background-color: #f97415;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  padding: 6px 8px;
}

.form dl {
  margin: 0;
  padding: 25px;
  border-bottom: 1px solid #c2c2c2;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form dl dt {
  width: 260px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  padding-top: 8px;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
}

.form dl dd {
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  margin-left: 65px;
}

.form button {
  background-color: #37ae38;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  padding: 10px 8px;
}

.form button:focus-visible {
  outline: none;
}

.form .privacy-check {
  text-align: center;
  color: #242424;
  letter-spacing: .1em;
  margin-top: 40px;
}

.form .privacy-link {
  text-align: center;
  color: #242424;
  font-size: 13px;
  margin-top: 30px;
}

.form .submitbtn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 820px;
  margin: 54px auto 0;
}

.form .submitbtn .btn {
  font-size: 24px;
  color: #fff;
  background-color: #f97415;
  font-weight: 600;
  border-radius: 50px;
  text-align: center;
  padding: 20px 0;
  width: 400px;
}

.form .submitbtn .btn.btn-back {
  background-color: #c1c1c1;
  width: 260px;
  padding: 10px 0;
  margin-right: 100px;
}

.thanks-primary {
  font-size: 34px;
  color: #f97415;
  font-weight: 600;
  text-align: center;
}

.thanks-wrap {
  width: 740px;
  margin: 45px auto 0;
  font-weight: 600;
  letter-spacing: .08em;
  line-height: 1.6;
}

.thanks-wrap .c-btn {
  margin-top: 70px;
}

.confirm .form .privacy-check,
.confirm .form .privacy-link,
.confirm .form .zip-button {
  display: none;
}

.mv {
  background-image: url(../images/top/mv@2x.jpg);
  background-size: cover;
  width: 100%;
  height: 669px;
  background-position: center;
}

.mv img {
  display: none;
}

.guarantee {
  padding: 135px 0 110px;
}

.guarantee__box {
  background-image: url(../images/top/dot_bg@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding: 0 90px 55px;
}

.guarantee__title {
  text-align: center;
  position: relative;
  top: -45px;
}

.guarantee__title span {
  font-size: 32px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  background-color: #eb7373;
  border-radius: 50px;
  padding: 20px 65px;
}

.guarantee__title02 {
  text-align: center;
  font-size: 26px;
  margin-top: -10px;
}

.guarantee__title02 span {
  color: #eb7373;
  font-size: 30px;
}

.guarantee p {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
}

.worry {
  background-image: url(../images/top/worry_bg@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0 85px;
}

.worry__wrap {
  background-color: rgba(255,255,255,0.8);
  padding: 76px 40px 100px;
  position: relative;
}

.worry__wrap::after {
  content: "";
  position: absolute;
  background-image: url(../images/top/grad_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 483px;
  height: 105px;
  bottom: -50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

.worry__title {
  text-align: center;
  font-size: 40px;
}

.worry__title span {
  color: #ff9228;
  font-size: 62px;
}

.worry__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
}

.worry__list {
  background-color: #fff;
  list-style: none;
  font-weight: bold;
  border-radius: 30px;
  margin: 0;
  position: relative;
  padding-left: 30px;
  padding-bottom: 27px;
  font-size: 18px;
  width: calc(100% - 365px);
}

.worry__list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  border: 25px solid transparent;
  border-left: 35px solid #fff;
}

.worry__list li {
  position: relative;
  padding-left: 2em;
  margin-top: 27px;
}

.worry__list li::before {
  content: "";
  position: absolute;
  background-image: url(../images/top/checkbox.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.worry__pic {
  width: 365px;
}

.illust-area {
  background-color: #fab168;
  padding: 70px 0;
}

.illust-area__wrap {
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 50px 4px 0;
}

.illust-area__sec {
  width: calc(100% - 420px);
}

.illust-area__sec p {
  text-align: center;
  letter-spacing: .01em;
  font-weight: bold;
  margin-top: 27px;
  font-size: 16px;
}

.illust-area__title {
  color: #e63c3c;
  text-align: center;
  font-size: 36px;
}

.illust-area__title--p2 {
  font-size: 35px;
  color: #ff9228;
  letter-spacing: .001em;
}

.illust-area__title02 {
  color: #ff9228;
  text-align: center;
  font-size: 26px;
}

.illust-area__img {
  width: 210px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.solution {
  background-image: url(../images/top/sky@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
}

.solution__cc {
  text-align: center;
}

.solution__cc p {
  font-weight: bold;
  display: inline-block;
  position: relative;
  font-size: 32px;
}

.solution__cc p::after {
  content: "";
  position: absolute;
  background-image: url(../images/top/light.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 53px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -1.8em;
}

.solution__title {
  text-align: center;
  margin-top: 20px;
}

.solution__list {
  list-style: none;
  margin-top: 80px;
  margin-bottom: 0;
}

.solution__list li {
  background-color: #fff;
  padding-bottom: 50px;
}

.solution__list h3 {
  color: #ff9228;
  text-align: center;
  font-size: 26px;
  margin-top: 1em;
}

.solution__list p {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 37px;
  padding: 0 30px;
}

.service {
  background-image: url(../images/top/service_bg@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0 100px;
}

.service__note {
  text-align: right;
  font-size: 14px;
  padding-right: 50px;
}

.service__wrap {
  margin-top: 35px;
}

.service__list {
  list-style: none;
  padding-left: 0;
  margin: 80px 0 0;
}

.service__list.column-2 {
  padding: 0 50px;
  margin-top: 20px;
}

.service__list>li {
  background-color: #fff;
}

.service__list figure img {
  width: 100%;
}

.service__list h3 {
  color: #fff;
  background-color: #ff7511;
  text-align: center;
  font-size: 30px;
  padding: 10px 0;
}

.service__inner {
  padding: 30px;
}

.service__ex p {
  font-size: 18px;
  letter-spacing: .01em;
}

.service__ex--sm p {
  font-size: 14px;
}

.service__price {
  text-align: right;
  margin: 15px 0 20px;
}

.service__price dt {
  font-weight: bold;
  display: inline-block;
  font-size: 20px;
}

.service__price dd {
  display: inline-block;
  margin-left: 0;
  font-weight: bold;
  color: #e63c3c;
  font-size: 36px;
}

.service__price dd span {
  font-size: 22px;
}

.service__price--sm dt {
  font-size: 16px;
}

.service__price--sm dd {
  font-size: 28px;
}

.service__price--sm dd span {
  font-size: 18px;
}

.pay {
  background-color: #d0e8cb;
}

.pay__title {
  color: #fff;
  background-color: #41bd29;
  text-align: center;
  font-size: 50px;
}

.pay__title i {
  width: 83px;
  margin-left: 30px;
}

.pay__wrap {
  width: 980px;
  margin: auto;
  padding: 70px 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pay__figure {
  width: 356px;
}

.pay__txt {
  width: calc(100% - 396px);
}

.pay__txt p {
  font-size: 26px;
  font-weight: bold;
  margin: 10px 0;
}

.pay__title02 {
  font-size: 26px;
}

.pay__price {
  color: #41bd29;
  font-family: "Roboto",sans-serif;
  font-size: 36px;
}

.pay__price--min {
  font-size: 26px;
}

.self {
  background-image: url(../images/top/self_bg@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0 120px;
  position: relative;
}

.self__title {
  text-align: center;
  color: #13263f;
  font-size: 32px;
  line-height: 2;
}

.self__title span {
  font-size: 40px;
  line-height: 1.5;
}

.self__box {
  width: 760px;
  margin: 45px auto 0;
  position: relative;
  border: 4px solid #13263f;
  background-color: #fff;
  padding: 45px 0;
}

.self__box p {
  text-align: center;
  font-weight: bold;
  color: #13263f;
  font-size: 32px;
}

.self__box p span {
  color: #ff7016;
  border-bottom: 4px solid #ffe84d;
  padding-bottom: 1px;
}

.self__box::after {
  position: absolute;
  content: "";
  background-image: url(../images/top/self_deco@2x.png);
  background-size: contain;
  width: 102px;
  height: 110px;
  top: -20px;
  right: -20px;
}

.self__list {
  list-style: none;
  margin: 45px auto 0;
  padding-left: 0;
  width: 960px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.self__list>li {
  width: 351px;
}

.self__list>li figcaption {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
}

.self__more {
  text-align: center;
  margin-top: 60px;
  font-weight: bold;
  font-size: 32px;
}

.self::after {
  content: "";
  position: absolute;
  background-image: url(../images/top/grad_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 483px;
  height: 105px;
  bottom: -50px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

.fail {
  background-color: #f3f3f3;
  padding: 100px 0 110px;
}

.fail__title {
  text-align: center;
  position: relative;
  font-size: 40px;
}

.fail__title span {
  color: #41bd29;
  font-size: 48px;
}

.fail__title::after {
  content: "";
  position: absolute;
  background-image: url(../images/top/border.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 717px;
  height: 31px;
  bottom: -25px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
}

.fail__wrap {
  background-color: #fff;
  margin-top: 70px;
  padding: 65px 30px 80px;
}

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

.fail__list h3 {
  text-align: center;
  font-size: 30px;
}

.fail__list h3 span {
  color: #41bd29;
  font-size: 33px;
}

.fail__box {
  border: 2px solid #41bd29;
  text-align: center;
  padding: 20px 0 30px;
  margin-top: 10px;
}

.fail__box figcaption {
  margin-top: 20px;
}

.fail__box svg {
  margin-top: 15px;
}

.fail__box h4 {
  color: #e63c3c;
  font-size: 24px;
  margin-top: 5px;
}

.fail__box p {
  margin-top: 15px;
}

.fail__arrow {
  margin: 30px auto 0;
  width: 483px;
}

.fail__more {
  text-align: center;
  margin-top: 25px;
  font-size: 34px;
}

.fail__more .red {
  color: #e63c3c;
  font-size: 38px;
}

.fail__more .green {
  color: #41bd29;
  font-size: 38px;
}

.promise {
  width: 1000px;
  margin: 0 auto;
}

.promise__box {
  background-color: #faddbf;
  margin-top: 44px;
  padding: 26px 20px 36px;
}

.promise__box dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding-bottom: 26px;
}

.promise__box dl dt {
  background-color: #ff7511;
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 22px;
  line-height: 1.2;
  padding: 10px;
}

.promise__box dl dd {
  font-weight: bold;
  color: #ff6c0f;
  font-size: 30px;
  margin-left: 25px;
}

.promise__inner {
  background-color: #fff;
  padding: 35px 30px 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.promise__pic {
  width: 270px;
}

.promise__txt {
  width: calc(100% - 310px);
  padding-left: 40px;
}

.promise__txt h4 {
  font-size: 18px;
  color: #ff6c0f;
  letter-spacing: .001em;
}

.promise__txt p {
  font-size: 14px;
  font-weight: 600;
  margin-top: 10px;
}

.reason {
  padding-bottom: 130px;
}

.reason__title {
  background-color: #ff7511;
  text-align: center;
  color: #fff;
  font-size: 40px;
  padding: 20px 0;
  position: relative;
}

.reason__title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -25px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #ff7511 transparent transparent transparent;
  border-width: 25px 35px 0 35px;
}

.reason__title span {
  font-size: 48px;
}

.reason__title i {
  position: relative;
  top: -20px;
}

.reason__title i img {
  width: 22px;
}

.reason__list {
  list-style: none;
  padding-left: 0;
  margin: 120px 0 0;
}

.reason__list>li {
  background-image: linear-gradient(0deg, #fed 0%, rgba(255,255,255,0) 100%);
  box-shadow: 23px 0px 0px -20px #fff,0px 23px 0px -20px #fff,0px -23px 0px -20px #fff,-23px 0px 0px -20px #fff,0 0 0 2px #ff6c0f;
  text-align: center;
  padding-bottom: 35px;
  margin-bottom: 75px;
}

.reason__list>li h3 {
  font-size: 30px;
}

.reason__list>li h3 span {
  display: block;
  color: #ff6c0f;
}

.reason__list>li p {
  margin-top: 15px;
}

.reason__list>li figure.fig01 {
  width: 216px;
  margin: 55px auto 65px;
}

.reason__list>li figure.fig02 {
  width: 156px;
  margin: 35px auto 30px;
}

.reason__list>li figure.fig03 {
  width: 174px;
  margin: 39px auto 35px;
}

.reason__list>li figure.fig04 {
  width: 181px;
  margin: 23px auto 40px;
}

.reason__list>li figure.fig05 {
  width: 132px;
  margin: 30px auto 50px;
}

.reason__list>li figure.fig06 {
  width: 226px;
  margin: 60px auto 15px;
}

.reason__more {
  font-weight: bold;
  color: #ff6c0f;
  text-align: center;
  font-size: 36px;
  margin-top: 15px;
}

.privacy .l-page-content {
  width: 830px;
  margin: 0 auto;
}

.privacy .primary {
  line-height: 1.8;
}

.privacy .privacy-content h2 {
  font-size: 31px;
  margin-top: 50px;
}

.privacy .privacy-content p {
  margin-top: 23px;
  line-height: 1.8;
  padding-left: 10px;
}

.privacy .privacy-content ul {
  list-style: none;
  padding-left: 10px;
  margin-top: 40px;
  margin-bottom: 0;
}

.privacy .privacy-content ul>li {
  line-height: 1.8;
}

.privacy .privacy-content ul>li::before {
  content: "-";
  display: inline-block;
  padding-right: .5em;
}

.repair .repair-worry {
  background-image: url(../images/common/bg@2x.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 60px 0 90px;
}

.repair .repair-worry__wrap {
  background-color: #fff;
  padding: 50px 0 80px;
}

.repair .repair-worry__wrap--more {
  margin-top: 70px;
}

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

.repair .repair-worry__title span {
  color: #ff7511;
}

.repair .repair-worry__balloon {
  position: relative;
  display: inline-block;
  border-bottom: solid 2px #ff7511;
  padding: 16px;
  min-width: 240px;
  max-width: 100%;
  text-align: center;
  font-size: 30px;
}

.repair .repair-worry__balloon:before,
.repair .repair-worry__balloon:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.repair .repair-worry__balloon:before {
  border: solid 12px transparent;
  border-top: solid 12px #ff7511;
}

.repair .repair-worry__balloon:after {
  border: solid 14px transparent;
  border-top: solid 14px #fff;
  margin-top: -5px;
}

.repair .worry-list {
  margin: 0;
  margin-top: 55px;
  padding-left: 0;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.repair .worry-list>li {
  width: 250px;
  background-color: #faddbf;
  margin: 20px 13px 0;
  padding: 0 15px 15px;
}

.repair .worry-list>li h3 {
  color: #f87513;
  font-size: 18px;
  height: 90px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.repair .worry-list__inner {
  background-color: #fff;
  padding: 12px 15px;
  height: 250px;
}

.repair .worry-list__inner figure img {
  width: 100% !important;
}

.repair .worry-list__inner p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.7;
}

.repair .worry-list--3col>li h3 {
  height: 68px;
}

.repair .worry-list--3col .worry-list__inner {
  height: 280px;
}

.repair .repair-clean {
  padding: 78px 0;
}

.repair .repair-clean__wrap {
  background-color: #fcf1e6;
  padding: 50px 15px;
}

.repair .repair-clean__wrap h2 {
  color: #fc8423;
  font-size: 34px;
  text-align: center;
}

.repair .repair-clean__txt {
  width: 770px;
  margin: 30px auto 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}

.repair .repair-clean__bottom {
  width: 900px;
  margin: 40px auto 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.repair .repair-clean__deco01 {
  width: 147px;
}

.repair .repair-clean__deco02 {
  width: 216px;
}

.repair .repair-clean__txtimg {
  width: 421px;
}

.worry-next .reason__title {
  font-size: 34px;
}

.worry-next .reason__title span {
  font-size: 40px;
}

.worry-next__box {
  margin: 80px 0;
  border: 10px solid #faddbf;
}

.worry-next__box .illust-area__wrap {
  padding: 50px 50px 40px;
}

.worry-next__box .illust-area__sec p {
  font-size: 20px;
  line-height: 1.6;
}

.worry-next__title {
  text-align: center;
  font-size: 30px;
}

.repair-service.service {
  background-image: url(../images/common/bg02.jpg);
  background-position: top center;
  padding: 130px 0 230px;
}

.repair-service .service__note {
  padding-right: 0;
}

.repair-service .service__list {
  margin-top: 15px;
}

.repair-service .service__list--center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.repair-service .service__list--center::after {
  display: none;
}

.repair-service .service__list--center li+li {
  margin-left: 20px;
}

.repair-service .service__list--mt {
  margin-top: 50px;
}

.repair-note .pay__title {
  font-size: 34px;
  padding: 15px 0;
}

.repair-note__wrap {
  background-color: #eef8ed;
  padding: 70px 0 100px;
}

.repair-note__box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 990px;
  margin: 0 auto;
}

.repair-note__box--rev {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: 15px;
}

.repair-note__box--rev .repair-note__pic {
  margin-right: 0;
  margin-left: 38px;
}

.repair-note__pic {
  width: 300px;
  margin-right: 38px;
}

.repair-note__txt {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.repair-note__txt h3 {
  font-size: 26px;
  color: #41bd29;
}

.repair-note__txt p {
  margin-top: 10px;
  font-weight: 600;
  line-height: 1.6;
}

.repair-note__txt p+p {
  margin-top: 30px;
}

.repair-note .clean-title {
  color: #41bd29;
  text-align: center;
  font-size: 26px;
  margin-bottom: 45px;
}

.repair-note .clean-title span {
  display: inline-block;
  position: relative;
}

.repair-note .clean-title span::before,
.repair-note .clean-title span::after {
  position: absolute;
  top: 0;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 47px;
  height: 58px;
}

.repair-note .clean-title span::before {
  background-image: url(../images/washing-machine/deco_left.png);
  left: -40px;
}

.repair-note .clean-title span::after {
  background-image: url(../images/washing-machine/deco_right.png);
  right: -40px;
}

.television .repair .worry-list>li h3 {
  height: 70px;
}

.washing-machine .repair .worry-next__title {
  font-size: 28px;
}

.air-conditioner .repair .worry-list>li .worry-list__inner {
  height: 300px;
}

.air-conditioner .repair .service__list+.service__list {
  margin-top: 38px;
}

.air-conditioner .repair .repair-note__wrap {
  padding-top: 1px;
}

.air-conditioner .repair .repair-note__box {
  margin-top: 40px;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.air-conditioner .repair .repair-note__txt h3 {
  font-size: 22px;
}

.other .repair .worry-list>li .worry-list__inner {
  height: 340px;
}

.other .repair .service-title {
  margin-top: 90px;
  margin-bottom: 50px;
}

.other .repair .service-titles {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.other .repair .service-titles__01 {
  width: 66%;
}

.other .repair .service-titles__02 {
  width: 33%;
}

.other .repair .service-titles__03 {
  display: none;
}

.article {
  background-color: #fff;
  padding: 60px 0 70px;
}

.article__title {
  font-size: 31px;
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
}

.article__meta {
  width: 1010px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 600;
  margin-top: 40px;
}

.article__cat a {
  text-decoration: none;
}

.article-content {
  margin-bottom: 60px;
  margin-top: 50px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.article-content img {
  width: 100%;
  margin-bottom: 20px;
}

.article-content p {
  font-size: 16px;
  margin-bottom: 40px;
  line-height: 1.8;
  color: #242424;
}

.article-content h2,
.article-content h3,
.article-content h4 {
  margin-bottom: 1em;
}

.article-field {
  margin-top: 75px;
  border-top: 1px solid #c1c1c1;
}

.article-field__box {
  width: 870px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 65px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.article-field__pic {
  width: 400px;
}

.article-field__pic img {
  width: 100% !important;
}

.article-field__txt {
  width: calc(100% - 440px);
  padding-left: 40px;
}

.article-field__title {
  font-size: 31px;
}

.article-field__detail {
  color: #333;
  line-height: 1.8;
  margin-top: 10px;
}

.tel-pc .primary {
  text-align: center;
  font-weight: 600;
  font-size: 24px;
}

.tel-pc .box {
  width: 930px;
  margin: 80px auto 0;
  border: 4px solid #ff7511;
  border-radius: 25px;
  text-align: center;
}

.tel-pc .box__title {
  color: #41bd29;
  display: inline-block;
  text-align: center;
  background-color: #fff;
  margin-top: -30px;
  padding: 0 40px;
}

.tel-pc .box__inner {
  text-align: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 44px 30px;
}

.tel-pc .box__inner p {
  font-size: 18px;
}

.tel-pc .box__inner .c-tel-link {
  margin-left: 45px;
}

.tel-pc .box__inner .c-tel-link__no {
  color: #ff7511;
  font-size: 70px;
}

.tel-pc .box__inner .c-tel-link__no::before {
  color: #ff7511;
  font-size: 70px;
  position: relative;
  top: 15px;
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
  margin-right: 20px;
}

.tel-pc .box__inner .c-tel-link__info {
  color: #ff7511;
  font-size: 30px;
  margin-top: 0;
  text-align: left;
  padding-left: 75px;
}

.tel-pc .illust-info {
  width: 1000px;
  margin: 50px auto 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tel-pc .illust-info__img {
  width: 188px;
}

.tel-pc .illust-info__txt {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bold;
  font-size: 48px;
}

.tel-pc .illust-info__txt span.min {
  font-size: 36px;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.u-bc-white {
  background-color: #fff;
}

.u-bdr-t {
  border-top: 1px solid !important;
}

.u-bdr-b {
  border-bottom: 1px solid !important;
}

.u-bdr-l {
  border-left: 1px solid !important;
}

.u-bdr-r {
  border-right: 1px solid !important;
}

.u-bdr-n {
  border: none !important;
}

.u-c-black {
  color: #000 !important;
}

.u-c-white {
  color: white !important;
}

.u-c-red {
  color: #e63c3c !important;
}

.u-c-green {
  color: #41bd29 !important;
}

.u-cs-a {
  cursor: auto;
}

.u-cs-p {
  cursor: pointer;
}

.u-pc-hide {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

.u-fs-8 {
  font-size: 8px !important;
}

.u-fs-9 {
  font-size: 9px !important;
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-21 {
  font-size: 21px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}

.u-fs-31 {
  font-size: 31px !important;
}

.u-fs-32 {
  font-size: 32px !important;
}

.u-fs-33 {
  font-size: 33px !important;
}

.u-fs-34 {
  font-size: 34px !important;
}

.u-fs-35 {
  font-size: 35px !important;
}

.u-fs-36 {
  font-size: 36px !important;
}

.u-fs-37 {
  font-size: 37px !important;
}

.u-fs-38 {
  font-size: 38px !important;
}

.u-fs-39 {
  font-size: 39px !important;
}

.u-fs-40 {
  font-size: 40px !important;
}

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

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

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

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-25 {
  margin-top: 25px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-35 {
  margin-top: 35px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-45 {
  margin-top: 45px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-0 {
  margin-bottom: 0px !important;
}

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

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

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-25 {
  margin-bottom: 25px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-35 {
  margin-bottom: 35px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-45 {
  margin-bottom: 45px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

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

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

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

.u-pt-15 {
  padding-top: 15px !important;
}

.u-pt-20 {
  padding-top: 20px !important;
}

.u-pt-25 {
  padding-top: 25px !important;
}

.u-pt-30 {
  padding-top: 30px !important;
}

.u-pt-35 {
  padding-top: 35px !important;
}

.u-pt-40 {
  padding-top: 40px !important;
}

.u-pt-45 {
  padding-top: 45px !important;
}

.u-pt-50 {
  padding-top: 50px !important;
}

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

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

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

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

.u-pb-15 {
  padding-bottom: 15px !important;
}

.u-pb-20 {
  padding-bottom: 20px !important;
}

.u-pb-25 {
  padding-bottom: 25px !important;
}

.u-pb-30 {
  padding-bottom: 30px !important;
}

.u-pb-35 {
  padding-bottom: 35px !important;
}

.u-pb-40 {
  padding-bottom: 40px !important;
}

.u-pb-45 {
  padding-bottom: 45px !important;
}

.u-pb-50 {
  padding-bottom: 50px !important;
}

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

@media screen and (min-width: 768px) {
  img {
    width: auto;
  }

  body,
  button,
  input,
  select,
  textarea {
    font-size: 16px;
  }

  .l-container {
    padding: 0 15px;
    width: 1160px;
  }

  .nav-btn {
    display: none;
  }

  .tel-btn {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .c-pager__item {
    margin-right: 90px;
    margin-bottom: 0;
  }

  .c-pager__item:last-child {
    margin-right: 0;
  }

  .c-pager__item a {
    font-size: 16px;
    margin: 0;
  }

  .c-pager__item a.c-pager__archive {
    font-size: 20px;
    width: 300px;
    height: 50px;
    line-height: 50px;
  }

  .c-pager__item a.c-pager__prev:before {
    font-size: 15px;
  }

  .c-pager__item a.c-pager__back:after {
    font-size: 15px;
  }
}

@media screen and (max-width: 1000px) {
  .c-pager {
    display: block;
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  input[type="text"],
  input[type="email"],
  input[type="url"],
  input[type="password"],
  input[type="search"],
  input[type="number"],
  input[type="tel"],
  input[type="range"],
  input[type="date"],
  input[type="month"],
  input[type="week"],
  input[type="time"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="color"],
  select,
  textarea {
    font-size: 16px;
  }

  .area {
    padding: 20px 0;
  }

  .area__wrap {
    width: 100%;
    margin-top: 15px;
    padding: 20px 15px;
  }

  .area__inner {
    border: 4px solid #d0e8cb;
    width: 100%;
    margin: 0;
    padding: 15px;
  }

  .area__title02 {
    font-size: 20px;
  }

  .area__detail {
    text-align: left;
    margin-top: 10px;
  }

  .area__cc {
    font-size: 20px;
    margin-top: 10px;
  }

  .c-breadcrumb {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .c-btn--line-min {
    max-width: 200px;
    width: 100%;
  }

  .c-btn--400 {
    padding: 15px 5px;
    max-width: 400px;
    width: 100%;
    font-size: 18px;
  }

  .c-btn--auto {
    padding: 14px 40px 14px 30px;
  }

  .new-case {
    padding: 45px 0 60px;
  }

  .new-case .c-case {
    margin-top: 40px;
  }

  .new-case__btn {
    margin-top: 30px;
  }

  .new-case__btn a {
    font-size: 17px;
  }

  .c-case__img {
    margin-bottom: 10px;
  }

  .c-case .c-tag {
    margin-bottom: 10px;
  }

  .c-case__title {
    margin-bottom: 10px;
  }

  .c-case__detail {
    margin-bottom: 10px;
  }

  .c-case__btn {
    padding: 0 5px;
  }

  .column-3__item {
    width: 100%;
  }

  .column-3__item:not(:first-child) {
    margin-top: 20px;
  }

  .column-3__item--70p {
    width: calc(50% - 30px / 2);
  }

  .column-3__item--70p:not(:first-child) {
    margin-top: 0px;
  }

  .column-3__item--sp2col {
    width: calc(50% - 15px / 2);
  }

  .column-3__item--sp2col:not(:first-child) {
    margin-top: 0;
  }

  .column-3:after {
    display: none;
  }

  .column-2__item {
    width: 100%;
  }

  .column-2__item:not(:first-child) {
    margin-top: 20px;
  }

  .column-4__item {
    width: calc(50% - 15px / 2);
  }

  .column-4:after {
    display: none;
  }

  .column-4:before {
    display: none;
  }

  .cv {
    padding: 40px 0;
  }

  .cv__box {
    background-color: #ff6c0f;
  }

  .cv__title {
    padding: 15px;
  }

  .cv__inner {
    padding: 10px 15px;
  }

  .cv__inner p {
    padding-left: 0;
    font-size: 14px;
  }

  .cv__tel {
    margin-right: 0;
    padding-left: 0;
    text-align: center;
    margin-top: 15px;
  }

  .cv__whitebox {
    display: block;
    padding: 15px 30px;
  }

  .cv__whitebox dt {
    text-align: center;
    font-size: 18px;
  }

  .cv__whitebox dd {
    margin-left: 0;
  }

  .faq {
    padding: 25px 0 70px;
  }

  .c-faq {
    padding: 16px 20px;
    margin-top: 30px;
  }

  .c-faq__q {
    font-size: 17px;
    padding-left: 60px;
  }

  .c-faq__q::before {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .c-faq__a {
    padding-left: 60px;
    margin-top: 25px;
  }

  .c-faq__a::before {
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .c-faq:first-of-type {
    margin-top: 50px;
  }

  .flow {
    padding: 60px 0 40px;
  }

  .flow__box {
    margin: 0;
    padding: 30px 15px 15px;
  }

  .flow__box--rev {
    margin: 0;
    padding: 30px 15px 15px;
  }

  .flow__box--rev .flow__inner {
    padding-right: 0;
  }

  .flow__box--rev .flow__txt {
    padding-left: 0;
  }

  .flow__box:first-of-type {
    margin-top: 50px;
  }

  .flow__inner {
    display: block;
    padding-left: 0;
  }

  .flow__pic {
    max-width: 314px;
    width: 100%;
    margin: 15px auto 0;
  }

  .flow__txt {
    width: 100%;
    padding-right: 0;
  }

  .flow__txt dl {
    text-align: center;
    display: block;
  }

  .flow__txt dl dt {
    display: block;
    width: 100px;
    margin: 0 auto 10px;
  }

  .flow__txt dl dd {
    display: block;
    font-size: 20px;
    margin-left: 0;
  }

  .flow__txt dl dd span {
    font-size: 16px;
  }

  .flow__txt p {
    margin-top: 15px;
  }

  .flow__arrow {
    font-size: 50px;
    margin: 0;
  }

  .c-line-title {
    display: inline;
  }

  .c-dot-title {
    font-size: 25px;
  }

  .c-dot-title::after {
    width: 40px;
    height: 14px;
    bottom: -18px;
  }

  .c-dot-title--mg {
    margin-top: 50px;
    margin-bottom: 45px;
  }

  .maker {
    padding: 30px 0 45px;
  }

  .maker__title {
    font-size: 22px;
  }

  .maker__logo {
    margin-top: 20px;
    padding: 20px 35px;
  }

  .footer-info {
    padding: 0;
    display: block;
    margin-top: 45px;
  }

  .footer-info__item {
    width: 100%;
    margin-top: 45px;
  }

  .footer-info__item h3 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .footer-info__inner {
    width: 38%;
  }

  .c-page-header {
    height: 90px;
  }

  .c-page-header__title {
    font-size: 20px;
  }

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

  .c-pagenation .wp-pagenavi a,
  .c-pagenation .wp-pagenavi span {
    padding: 8px;
    margin: 0 4px;
  }

  .c-pagenation .wp-pagenavi span.pages {
    margin-right: 10px;
    padding: 8px 0;
  }

  .c-pagenation .wp-pagenavi span.extend {
    margin: 0;
    padding: 8px 0;
  }

  .c-pagenation .wp-pagenavi a.last,
  .c-pagenation .wp-pagenavi a.first {
    padding: 8px 10px;
  }

  .reception {
    padding: 35px 0;
  }

  .reception__title {
    font-size: 26px;
  }

  .reception__title span {
    font-size: 18px;
  }

  .reception__txt {
    margin-top: 25px;
  }

  .reception__box {
    width: 100%;
    margin-top: 40px;
    padding: 0 15px 20px;
  }

  .reception__box p {
    text-align: left;
  }

  .reception__title02 {
    top: -25px;
  }

  .reception__title02 span {
    font-size: 17px;
    padding: 10px 20px;
  }

  .rental {
    padding: 30px 0 34px;
  }

  .rental__wrap {
    width: 100%;
    padding: 2px;
    margin-top: 30px;
  }

  .rental__inner {
    border: 2px solid #ff9228;
    padding: 0 0 22px;
  }

  .rental__title {
    margin-top: -25px;
  }

  .rental__price {
    padding: 0 50px;
  }

  .rental__detail {
    text-align: left;
    margin-top: 15px;
    padding: 0 15px;
  }

  .rental__note {
    text-align: left;
    margin-top: 15px;
    padding: 0 15px;
  }

  .balloon {
    font-size: 18px;
    padding: 5px 0;
    width: 220px;
  }

  .step {
    padding: 32px 0 45px;
  }

  .step__wrap {
    display: block;
    margin-top: 25px;
  }

  .step__inner {
    margin-left: -10%;
  }

  .step__pic {
    max-width: 100%;
    width: 300px;
    margin: 0 auto;
  }

  .step__txt {
    font-size: 22px;
  }

  .step__arrow {
    margin: 0 auto -29px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 45px;
  }

  .c-tel-link__no {
    color: #000;
    font-size: 37px;
  }

  .c-tel-link__no::before {
    font-size: 30px;
  }

  .c-tel-link__info {
    font-size: 16px;
    margin-top: 0;
    display: inline-block;
    background-color: #fff154;
    padding: 2px;
  }

  .voice {
    padding: 40px 0 65px;
  }

  .voice__title {
    font-size: 24px;
  }

  .voice__title span {
    font-size: 30px;
  }

  .voice__title i {
    margin-left: 5px;
    top: -4px;
  }

  .voice__title i img {
    width: 40px;
  }

  .voice__box {
    margin-top: 25px;
    padding: 20px;
  }

  .voice__box::before,
  .voice__box::after {
    font-size: 80px;
  }

  .voice__inner {
    padding: 20px 15px;
    display: block;
  }

  .voice__pic {
    width: 100%;
  }

  .voice__txt {
    width: 100%;
    padding-left: 0;
  }

  .voice__txt h3 {
    font-size: 18px;
    margin-top: 8px;
  }

  .voice__txt h4 {
    font-size: 18px;
    margin-top: 6px;
  }

  .voice__txt p {
    margin-top: 10px;
  }

  .l-footer {
    min-width: initial;
  }

  .l-footer__inner {
    display: none;
  }

  .l-footer__sp {
    display: block;
    padding: 10px 0;
  }

  .g-nav {
    transition: all .2s;
    z-index: -1;
    opacity: 0;
    width: 100%;
    position: fixed;
  }

  .g-nav.is-menu {
    opacity: 1;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .g-nav__menu {
    display: block;
    width: 100%;
    margin: 0px 0 0;
    padding: 20px 15px;
  }

  .g-nav__item {
    font-size: 16px;
    padding: 15px;
  }

  .g-nav__item:not(:last-child) {
    border-bottom: 1px solid #fab168;
  }

  .l-header {
    height: 57px;
  }

  .l-header__nav-inner {
    display: block;
  }

  .l-header__logo-area {
    padding: 5px 0 5px 15px;
  }

  .l-header__logo {
    width: 210px;
  }

  .l-header__top {
    margin-top: 0;
    display: block;
    width: 100%;
  }

  .l-header__meta {
    display: none;
  }

  .is-menu-open .l-header {
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 999;
  }

  html,
  body {
    min-width: initial;
  }

  .l-wrapper {
    padding-bottom: 96px;
  }

  .l-page-content {
    padding: 20px 0 90px;
  }

  .l-page-content--repair {
    padding: 0;
  }

  .l-main-wrap {
    float: none;
    width: 100%;
  }

  .l-sidebar {
    float: none;
    width: 100%;
    margin-top: 80px;
  }

  .case-archive__title {
    font-size: 18px;
  }

  .case-archive .c-case {
    margin-top: 0;
  }

  .case-archive .c-case__item {
    margin-top: 20px;
  }

  .search__title {
    font-size: 17px;
    padding: 8px 0;
  }

  .search__list {
    padding: 13px 0 20px 20px;
  }

  .search__list dt {
    font-size: 17px;
  }

  .search__list dd a {
    margin-top: 15px;
    font-size: 16px;
  }

  .search__list dd a::before {
    font-size: 18px;
  }

  .company .l-page-content {
    padding: 40px 0 50px;
  }

  .c-table__wrap {
    font-size: 16px;
    display: block;
  }

  .c-table__dt {
    width: 100%;
    padding: 15px 0 15px 20px;
  }

  .c-table__dd {
    padding: 15px 0 15px 20px;
  }

  .contact .primary {
    font-size: 18px;
  }

  .contact .contact-box {
    width: 100%;
    margin-top: 15px;
  }

  .contact .contact-box__tel {
    font-size: 26px;
    padding: 10px 5px;
  }

  .contact .contact-box__tel span {
    font-size: 16px;
  }

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

  .form-wrap .intro--confirm {
    width: 100%;
    margin-top: 25px;
  }

  .form-wrap .confirm-txt {
    font-size: 16px;
  }

  .form {
    margin-top: 20px;
  }

  .form__tag {
    margin-left: 15px;
  }

  .form dl {
    padding: 15px 8px;
    display: block;
  }

  .form dl dt {
    padding-top: 0;
    width: 100%;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .form dl dd {
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    margin-left: 0;
    margin-top: 10px;
  }

  .form .privacy-check {
    margin-top: 20px;
  }

  .form .privacy-link {
    margin-top: 15px;
    font-size: 13px;
  }

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

  .form .submitbtn .btn {
    width: 65%;
    font-size: 18px;
    padding: 15px 0;
  }

  .form .submitbtn .btn.btn-back {
    width: 30%;
    margin-right: 5%;
    padding: 8px 0;
  }

  .thanks-primary {
    font-size: 22px;
  }

  .thanks-wrap {
    margin-top: 22px;
    width: 100%;
  }

  .thanks-wrap .c-btn {
    margin-top: 35px;
  }

  .mv {
    background-image: none;
    height: auto;
  }

  .mv img {
    display: block;
  }

  .guarantee {
    padding: 64px 0 55px;
  }

  .guarantee__box {
    background-image: none;
    background-color: #fde7e7;
    border-radius: 30px;
    border: 3px solid #eb7373;
    padding: 0 30px 20px;
  }

  .guarantee__title {
    top: -20px;
  }

  .guarantee__title span {
    font-size: 18px;
    padding: 10px 30px;
  }

  .guarantee__title02 {
    font-size: 17px;
  }

  .guarantee__title02 span {
    font-size: 19px;
  }

  .guarantee p {
    font-size: 15px;
    margin-top: 15px;
  }

  .worry {
    padding: 35px 0 45px;
  }

  .worry__wrap {
    padding: 40px 20px 50px;
  }

  .worry__wrap::after {
    width: 220px;
    height: 48px;
    bottom: -20px;
  }

  .worry__title {
    font-size: 20px;
  }

  .worry__title span {
    font-size: 30px;
  }

  .worry__inner {
    display: block;
    margin-top: 20px;
  }

  .worry__list {
    width: 100%;
    padding: 15px 15px 23px;
  }

  .worry__list::before {
    display: none;
  }

  .worry__list li {
    margin-top: 14px;
    font-size: 16px;
    padding-left: 1.5em;
  }

  .worry__pic {
    width: 100%;
    max-width: 365px;
    margin: 20px auto 0;
  }

  .illust-area {
    padding: 35px 0;
  }

  .illust-area__wrap {
    padding: 25px 20px 0;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .illust-area__sec {
    width: 100%;
  }

  .illust-area__sec p {
    margin-top: 18px;
    line-height: 1.6;
    font-size: 14px;
  }

  .illust-area__title {
    font-size: 21px;
  }

  .illust-area__title--p2 {
    font-size: 20px;
  }

  .illust-area__title02 {
    font-size: 18px;
  }

  .illust-area__img {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 46%;
    margin-top: 15px;
  }

  .solution {
    padding: 50px 0;
  }

  .solution__cc p {
    font-size: 18px;
  }

  .solution__cc p::after {
    width: 25px;
    height: 30px;
  }

  .solution__title {
    margin: 10px auto 0;
    max-width: 100%;
    width: 250px;
  }

  .solution__list {
    margin-top: 40px;
  }

  .solution__list li {
    padding-bottom: 25px;
  }

  .solution__list h3 {
    font-size: 20px;
  }

  .solution__list p {
    font-size: 15px;
    margin-top: 18px;
    padding: 0 20px;
  }

  .service {
    padding: 35px 0 50px;
  }

  .service__note {
    padding-right: 0;
    font-size: 12px;
  }

  .service__wrap {
    margin-top: 30px;
  }

  .service__list {
    margin: 20px 0 0;
  }

  .service__list.column-2 {
    padding: 0;
  }

  .service__list h3 {
    font-size: 18px;
  }

  .service__inner {
    padding: 20px 15px;
  }

  .service__inner .c-btn {
    max-width: 300px;
    width: 90%;
  }

  .service__ex p {
    font-size: 16px;
  }

  .service__price {
    margin: 10px 0;
  }

  .service__price dt {
    font-size: 16px;
  }

  .service__price dd {
    font-size: 22px;
  }

  .service__price dd span {
    font-size: 17px;
  }

  .pay__title {
    font-size: 30px;
    padding: 10px 0 0 0;
  }

  .pay__title i {
    width: 40px;
    margin-left: 15px;
    position: relative;
    top: -5px;
  }

  .pay__title i img {
    width: 40px;
  }

  .pay__wrap {
    width: 100%;
    display: block;
    padding: 30px 0;
  }

  .pay__figure {
    width: 100%;
    max-width: 356px;
    margin: 0 auto;
  }

  .pay__txt {
    width: 100%;
  }

  .pay__txt p {
    font-size: 16px;
  }

  .pay__title02 {
    font-size: 18px;
  }

  .pay__price {
    font-size: 24px;
  }

  .pay__price--min {
    font-size: 18px;
  }

  .self {
    padding: 50px 0 60px;
  }

  .self__title {
    font-size: 20px;
  }

  .self__title span {
    font-size: 22px;
  }

  .self__box {
    width: 100%;
    margin: 20px auto 0;
    padding: 22px 0;
  }

  .self__box p {
    font-size: 20px;
  }

  .self__box::after {
    width: 51px;
    height: 55px;
  }

  .self__list {
    width: 100%;
  }

  .self__list>li {
    width: 49%;
  }

  .self__list>li figcaption {
    font-size: 16px;
  }

  .self__more {
    font-size: 18px;
    margin-top: 30px;
  }

  .self::after {
    width: 220px;
    height: 48px;
    bottom: -20px;
  }

  .fail {
    padding: 50px 0 55px;
  }

  .fail__title {
    font-size: 24px;
  }

  .fail__title span {
    font-size: 28px;
  }

  .fail__title::after {
    width: 350px;
    height: 16px;
  }

  .fail__wrap {
    margin-top: 40px;
    padding: 33px 15px 40px;
  }

  .fail__list h3 {
    font-size: 18px;
  }

  .fail__list h3 span {
    font-size: 23px;
  }

  .fail__box {
    padding: 0 0 15px;
  }

  .fail__box figcaption {
    margin-top: 10px;
  }

  .fail__box h4 {
    font-size: 18px;
  }

  .fail__arrow {
    width: 220px;
    margin: 15px auto 0;
  }

  .fail__more {
    margin-top: 15px;
    font-size: 20px;
  }

  .fail__more .red {
    font-size: 24px;
  }

  .fail__more .green {
    font-size: 24px;
  }

  .promise {
    width: 100%;
  }

  .promise__box {
    margin-top: 22px;
    padding: 15px 10px 18px;
  }

  .promise__box dl {
    padding-bottom: 18px;
  }

  .promise__box dl dt {
    font-size: 16px;
    padding: 8px;
  }

  .promise__box dl dd {
    font-size: 20px;
    margin-left: 15px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .promise__inner {
    padding: 20px 15px 20px;
    display: block;
  }

  .promise__pic {
    width: 100%;
  }

  .promise__txt {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }

  .reason {
    padding-bottom: 75px;
  }

  .reason__title {
    font-size: 26px;
    padding: 15px 0;
  }

  .reason__title span {
    font-size: 32px;
  }

  .reason__title i img {
    width: 16px;
  }

  .reason__list {
    margin: 60px 0 0;
  }

  .reason__list>li {
    padding-bottom: 20px;
    margin-bottom: 35px;
  }

  .reason__list>li h3 {
    font-size: 20px;
  }

  .reason__list>li p {
    margin-top: 10px;
  }

  .reason__list>li figure.fig01 {
    width: 100%;
    margin: 30px auto 33px;
    padding: 0 10px 0 20px;
  }

  .reason__list>li figure.fig02 {
    width: 100%;
    margin: 18px auto 15px;
    padding: 0 40px 0 40px;
  }

  .reason__list>li figure.fig03 {
    width: 100%;
    margin: 20px auto 15px;
    padding: 0 38px 0 38px;
  }

  .reason__list>li figure.fig04 {
    width: 100%;
    margin: 10px auto 15px;
    padding: 0 30px 0 30px;
  }

  .reason__list>li figure.fig05 {
    width: 100%;
    margin: 18px auto 15px;
    padding: 0 40px 0 40px;
  }

  .reason__list>li figure.fig06 {
    width: 100%;
    margin: 20px auto 10px;
    padding: 0 15px 0 15px;
  }

  .reason__more {
    font-size: 21px;
    line-height: 1.8;
    margin-top: 10px;
  }

  .privacy .l-page-content {
    width: 100%;
  }

  .privacy .privacy-content h2 {
    font-size: 20px;
    margin-top: 25px;
  }

  .privacy .privacy-content p {
    margin-top: 12px;
    padding-left: 5;
  }

  .privacy .privacy-content ul {
    margin-top: 20px;
    padding-left: 5;
  }

  .repair .repair-worry {
    padding: 30px 0 45px;
  }

  .repair .repair-worry__wrap {
    padding: 25px 15px 40px;
  }

  .repair .repair-worry__wrap--more {
    margin-top: 35px;
  }

  .repair .repair-worry__balloon {
    font-size: 22px;
  }

  .repair .worry-list {
    margin-top: 10px;
  }

  .repair .worry-list>li {
    width: 100%;
    margin: 15px 0 0;
    padding: 0 8px 8px;
  }

  .repair .worry-list>li h3 {
    font-size: 16px;
    height: auto !important;
    padding: 10px 0;
  }

  .repair .worry-list__inner {
    padding: 8px 10px;
    height: auto !important;
  }

  .repair .worry-list__inner p {
    margin-top: 8px;
  }

  .repair .repair-clean {
    padding: 35px 0;
  }

  .repair .repair-clean__wrap {
    padding: 30px 15px;
  }

  .repair .repair-clean__wrap h2 {
    font-size: 22px;
  }

  .repair .repair-clean__txt {
    width: 100%;
    font-size: 16px;
    margin-top: 15px;
  }

  .repair .repair-clean__bottom {
    width: 100%;
    max-width: 421px;
    margin-top: 20px;
  }

  .repair .repair-clean__deco01 {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    width: 30%;
    max-width: 147px;
    margin-top: 20px;
  }

  .repair .repair-clean__deco02 {
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 40%;
    max-width: 216px;
    margin-top: 20px;
  }

  .repair .repair-clean__txtimg {
    width: 100%;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .worry-next .reason__title {
    font-size: 24px;
  }

  .worry-next .reason__title span {
    font-size: 30px;
  }

  .worry-next__box {
    margin: 40px 0;
  }

  .worry-next__box .illust-area__wrap {
    padding: 25px 25px 20px;
  }

  .worry-next__box .illust-area__sec p {
    font-size: 17px;
  }

  .worry-next__title {
    font-size: 22px;
  }

  .repair-service.service {
    padding: 45px 0 80px;
  }

  .repair-service .service__list--center li+li {
    margin-left: 0;
  }

  .repair-service .service__list--mt {
    margin-top: 15px;
  }

  .repair-note .pay__title {
    font-size: 20px;
    padding: 8px 0;
  }

  .repair-note__wrap {
    padding: 10px 0 50px;
  }

  .repair-note__box {
    width: 100%;
    display: block;
    margin-top: 30px;
  }

  .repair-note__box--rev .repair-note__pic {
    margin-left: 0;
  }

  .repair-note__pic {
    width: 100%;
    margin-right: 0;
  }

  .repair-note__txt h3 {
    font-size: 18px;
    margin-top: 15px;
  }

  .repair-note__txt p {
    margin-top: 8px;
  }

  .repair-note__txt p+p {
    margin-top: 15px;
  }

  .repair-note .clean-title {
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 20px;
  }

  .repair-note .clean-title span::before,
  .repair-note .clean-title span::after {
    width: 23px;
    height: 29px;
    top: -10px;
  }

  .repair-note .clean-title span::before {
    left: 0;
  }

  .repair-note .clean-title span::after {
    right: 0;
  }

  .washing-machine .repair .worry-next__title {
    font-size: 22px;
  }

  .air-conditioner .repair .service__list+.service__list {
    margin-top: 20px;
  }

  .air-conditioner .repair .repair-note__box {
    margin-top: 30px;
  }

  .air-conditioner .repair .repair-note__txt h3 {
    font-size: 18px;
  }

  .other .repair .service-title {
    margin-top: 45px;
    margin-bottom: 35px;
  }

  .other .repair .service-titles {
    display: block;
  }

  .other .repair .service-titles__01 {
    width: auto;
  }

  .other .repair .service-titles__02 {
    display: none;
  }

  .other .repair .service-titles__03 {
    display: block;
    width: 100%;
    margin-top: 45px;
    margin-bottom: 15px;
  }

  .article {
    padding: 30px 0 35px;
  }

  .article__title {
    width: 100%;
    padding: 0 15px;
    font-size: 22px;
  }

  .article__meta {
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
  }

  .article-content {
    width: 100%;
    padding: 0 15px;
    margin-top: 25px;
    margin-bottom: 30px;
  }

  .article-content img {
    width: 100%;
    margin-bottom: 15px;
  }

  .article-content p {
    font-size: 15px;
    margin-bottom: 25px;
  }

  .article-field {
    margin-top: 30px;
  }

  .article-field__box {
    width: 100%;
    padding: 0 15px;
    display: block;
    margin-top: 35px;
  }

  .article-field__pic {
    width: 100%;
  }

  .article-field__txt {
    padding-left: 0;
    width: 100%;
    margin-top: 8px;
  }

  .article-field__title {
    font-size: 21px;
  }

  .article-field__detail {
    font-size: 15px;
    margin-top: 8px;
  }

  .u-sp-hide {
    display: none !important;
  }

  .u-pc-hide {
    display: block !important;
  }
}

@media screen and (max-width: 400px) {
  .l-footer__sp ul a {
    font-size: 13px;
  }
}