@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.grecaptcha-badge {
  z-index: 999;
}

.gnav_not_found {
  margin-top: 20px;
}
.gnav_not_found p {
  color: #fff;
}

body .form_container .section .telnum_box .telnum .number {
  font-size: 60px;
}

#mentenance.mnt2 .mentenance_pagetitle {
  min-height: 280px !important;
}
#mentenance.mnt2 .maintenance_subpagetitle {
  background: #3880b0;
  height: 572px;
}
#mentenance.mnt2 .maintenance_subpagetitle .inner {
  padding-top: 30px;
  max-width: 900px;
  height: 540px;
  position: relative;
  margin: 0 auto;
  width: 90%;
}
#mentenance.mnt2 .maintenance_subpagetitle .inner .mente_lp_img_01 {
  z-index: 2;
}
@media screen and (min-width: 920px) {
  #mentenance.mnt2 .maintenance_subpagetitle .inner .mente_lp_img_01 {
    width: 540px;
    position: absolute;
  }
}
#mentenance.mnt2 .maintenance_subpagetitle .inner .mente_lp_img_02 {
  width: 493px;
  position: absolute;
  bottom: 10%;
  right: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 919px) {
  #mentenance.mnt2 .maintenance_subpagetitle .inner .mente_lp_img_02 {
    display: none;
  }
}
#mentenance.mnt4 .mentenance_pagetitle {
  min-height: 280px !important;
}
#mentenance.mnt4 .mentenance_pagetitle .inner .mente_lp_img_01 {
  z-index: 2;
}
@media screen and (min-width: 920px) {
  #mentenance.mnt4 .mentenance_pagetitle .inner .mente_lp_img_01 {
    width: 600px;
    position: absolute;
  }
}
#mentenance.mnt4 .mentenance_pagetitle .inner .mente_lp_img_04 {
  padding-top: 1000px;
  width: 1000px !important;
  position: absolute;
  bottom: -23%;
  right: -10%;
  margin-bottom: 0;
}
@media screen and (max-width: 919px) {
  #mentenance.mnt4 .mentenance_pagetitle .inner .mente_lp_img_04 {
    display: none;
  }
}
#mentenance.mnt4 .maintenance_subpagetitle {
  background: #3880b0;
  height: 572px;
}
#mentenance .new_maint_containter section::not(.s01) * {
  font-size: 20px;
  color: #333;
}
#mentenance .new_maint_containter section::not(.s01) * strong {
  font-weight: 700;
  display: inline-block;
  position: relative; /* 擬似要素を相対配置 */
  padding: 0 5px;
}
#mentenance .new_maint_containter section::not(.s01) * strong::before {
  content: "";
  position: absolute;
  z-index: -1; /* テキストの背面に配置 */
  left: 0; /* 左端から */
  right: 0; /* 右端まで */
  /* 下半分だけ覆う高さを指定。
  行の高さやフォントに合わせて調整してね */
  bottom: 5px;
  height: 40%; /* 大体テキストの下半分 */
  background-color: yellow; /* 蛍光ペンっぽい色に変更してね */
  /* お好みで、わずかに透過させるなどもできる:
  opacity: 0.8; */
}
#mentenance .new_maint_containter section p {
  line-height: 1.8em;
}
#mentenance .new_maint_containter section .memo {
  display: none;
}
#mentenance .new_maint_containter section.default {
  padding: 0 20px;
}
#mentenance .new_maint_containter section.default .inner {
  max-width: 900px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media only screen and (max-width: 659px) {
  #mentenance .new_maint_containter section.default .inner {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 659px) {
  #mentenance .new_maint_containter section.default {
    margin: 0 auto;
    padding-bottom: 0;
  }
}
#mentenance .new_maint_containter section.default h2 {
  text-align: center;
  font-size: 38px;
  padding: 80px 0;
}
#mentenance .new_maint_containter section.default h2 span {
  display: block;
  font-size: 26px;
}
@media only screen and (max-width: 659px) {
  #mentenance .new_maint_containter section.default h2 {
    font-size: 20px;
    padding: 20px 0;
    line-height: 1.3em;
  }
  #mentenance .new_maint_containter section.default h2 span {
    font-size: 14px;
  }
}
#mentenance .new_maint_containter section.default div.button p {
  text-align: center;
  font-size: 16px;
  line-height: 1em;
}
#mentenance .new_maint_containter section.default div.button p a {
  font-size: 16px;
  display: inline-block;
  padding: 10px 50px 15px;
  color: #fff;
  background: #d59022;
  text-decoration: none;
  border-radius: 30px;
}
@media only screen and (max-width: 659px) {
  #mentenance .new_maint_containter section.default div.button p a {
    font-size: 16px;
    padding: 5px 50px 10px;
    margin-top: 10px;
  }
}
#mentenance .new_maint_containter section.default .imagetext {
  display: flex;
  align-items: center;
  gap: 50px;
}
#mentenance .new_maint_containter section.default .imagetext.topspace {
  margin-top: 80px;
}
#mentenance .new_maint_containter section.default .imagetext.no_slide {
  margin-right: 10%;
}
#mentenance .new_maint_containter section.default .imagetext.slide {
  margin-left: 10%;
  margin-right: 0;
}
#mentenance .new_maint_containter section.default .imagetext.reverse {
  flex-direction: row-reverse;
}
#mentenance .new_maint_containter section.default .imagetext .image {
  width: 30%;
}
#mentenance .new_maint_containter section.default .imagetext .text {
  flex: 1;
}
#mentenance .new_maint_containter section.default .imagetext .text h3 {
  text-decoration: underline;
  font-size: 20px;
  margin-bottom: 5px;
}
#mentenance .new_maint_containter section.default .imagetext .text p {
  line-height: 1.8em;
  text-align: left;
}
@media only screen and (max-width: 659px) {
  #mentenance .new_maint_containter section.default .imagetext {
    display: block;
  }
  #mentenance .new_maint_containter section.default .imagetext .image {
    margin-top: 30px;
    width: 60%;
    margin: 20px auto 0;
  }
  #mentenance .new_maint_containter section.default .imagetext .image:nth-of-type(1) {
    margin-top: 0;
  }
  #mentenance .new_maint_containter section.default .imagetext .image img {
    display: block;
    width: 100%;
  }
  #mentenance .new_maint_containter section.default .imagetext .text {
    margin-top: 30px;
  }
  #mentenance .new_maint_containter section.default .imagetext .text:nth-of-type(1) {
    margin-top: 0;
  }
  #mentenance .new_maint_containter section.default .imagetext .text p {
    font-size: 14px;
    line-height: 1.5em;
  }
}
#mentenance .new_maint_containter section.default .floatitems {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px 30px;
}
@media only screen and (max-width: 659px) {
  #mentenance .new_maint_containter section.default .floatitems {
    display: block;
  }
  #mentenance .new_maint_containter section.default .floatitems li {
    margin-bottom: 20px;
  }
  #mentenance .new_maint_containter section.default .floatitems li p img {
    width: 50%;
  }
}
#mentenance .new_maint_containter section.default .floatitems li {
  display: block;
  width: calc(30% - 30px);
  padding: 20px;
  background: #ffffff;
}
@media only screen and (max-width: 659px) {
  #mentenance .new_maint_containter section.default .floatitems li {
    padding: 10px;
    width: auto;
  }
  #mentenance .new_maint_containter section.default .floatitems li p {
    display: flex;
    gap: 15px;
  }
  #mentenance .new_maint_containter section.default .floatitems li p img {
    width: 30px !important;
  }
  #mentenance .new_maint_containter section.default .floatitems li p span {
    flex: 1;
    text-align: left !important;
  }
}
#mentenance .new_maint_containter section.default .floatitems li p img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
#mentenance .new_maint_containter section.default .floatitems li p span {
  display: block;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
#mentenance .new_maint_containter section.default .cautiontext {
  margin-top: 50px;
  font-size: 24px;
  text-align: center;
}
#mentenance .new_maint_containter section.default .imageitems {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media only screen and (max-width: 659px) {
  #mentenance .new_maint_containter section.default .imageitems {
    margin: 0 auto;
    padding: 0 20px;
    display: block;
  }
}
#mentenance .new_maint_containter section.default .imageitems .item {
  position: relative;
  width: calc(50% - 50px);
  background: #fff;
  box-shadow: 2px 2px 5px #999;
}
@media only screen and (max-width: 659px) {
  #mentenance .new_maint_containter section.default .imageitems .item {
    width: 100%;
    margin-bottom: 50px;
  }
}
#mentenance .new_maint_containter section.default .imageitems .item .image {
  display: block;
}
#mentenance .new_maint_containter section.default .imageitems .item .image img {
  display: block;
  width: 100%;
}
#mentenance .new_maint_containter section.default .imageitems .item .number {
  font-family: "Big Shoulders Stencil", sans-serif;
  font-weight: 800;
  text-align: center;
  font-size: 24px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 3px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: 0 auto;
  background: #186eaa;
  color: #fff;
}
#mentenance .new_maint_containter section.default .imageitems .item .title {
  font-size: 24px;
  text-align: center;
  margin: 10px 0;
}
#mentenance .new_maint_containter section.default .imageitems .item .desc {
  font-size: 16px;
  padding: 0 20px 20px;
  line-height: 1.5em;
}
#mentenance .new_maint_containter section.default .flows {
  display: block;
}
#mentenance .new_maint_containter section.default .flows .flow {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  gap: 20px;
}
@media only screen and (max-width: 659px) {
  #mentenance .new_maint_containter section.default .flows .flow {
    gap: 10px;
  }
}
#mentenance .new_maint_containter section.default .flows .flow .number {
  margin: 0;
  padding: 5px;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #186eaa;
}
@media only screen and (max-width: 659px) {
  #mentenance .new_maint_containter section.default .flows .flow .number {
    width: 40px;
    height: 40px;
  }
  #mentenance .new_maint_containter section.default .flows .flow .number span {
    font-size: 10px;
  }
  #mentenance .new_maint_containter section.default .flows .flow .number em {
    font-size: 12px;
  }
}
#mentenance .new_maint_containter section.default .flows .flow .number span {
  display: block;
  font-family: "Big Shoulders Stencil", sans-serif;
  font-weight: 800;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 659px) {
  #mentenance .new_maint_containter section.default .flows .flow .number span {
    line-height: 1.5em;
    font-size: 12px;
  }
}
#mentenance .new_maint_containter section.default .flows .flow .number em {
  display: block;
  font-family: "Big Shoulders Stencil", sans-serif;
  font-weight: 800;
  font-size: 32px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 659px) {
  #mentenance .new_maint_containter section.default .flows .flow .number em {
    line-height: 1em;
    font-size: 20px;
  }
}
#mentenance .new_maint_containter section.default .flows .flow .image {
  width: 150px;
}
@media only screen and (max-width: 659px) {
  #mentenance .new_maint_containter section.default .flows .flow .image {
    width: 80px;
  }
}
#mentenance .new_maint_containter section.default .flows .flow .desc {
  flex: 1;
  font-size: 24px;
  line-height: 1.3em;
}
@media only screen and (max-width: 659px) {
  #mentenance .new_maint_containter section.default .flows .flow .desc {
    font-size: 16px;
  }
}
#mentenance .new_maint_containter section.default .flows .arrow {
  display: block;
  width: 80px;
  height: 20px;
  margin: 20px auto;
  background: #f8b573;
  /* 下三角形に“くり抜く” */
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%); /* Safari対策用 */
}
@media only screen and (max-width: 659px) {
  #mentenance .new_maint_containter section.default .flows .arrow {
    width: 60px;
    height: 15px;
    margin: 10px auto;
  }
}
#mentenance .new_maint_containter section.default.topic2 {
  background: #f0f0ff;
}
#mentenance .new_maint_containter section.default.topic4 {
  background: #f0f0f0;
}
#mentenance .new_maint_containter section.default.cta {
  background: #186eaa;
}
#mentenance .new_maint_containter section.default.cta .inner {
  padding-bottom: 40px;
}
@media only screen and (max-width: 659px) {
  #mentenance .new_maint_containter section.default.cta .inner {
    padding-bottom: 30px;
  }
}
#mentenance .new_maint_containter section.default.cta .inner h2 {
  color: #fff;
  padding: 30px 0 20px;
}
@media only screen and (max-width: 659px) {
  #mentenance .new_maint_containter section.default.cta .inner h2 {
    padding: 20px 0 10px;
  }
}
#mentenance .fee_tabs ul {
  gap: 5px;
}
#mentenance .fee_tabs ul li.tab small {
  font-size: 1rem;
}
#mentenance .fee_outer_box .fee_content .fee_main {
  justify-content: center !important;
  gap: 10px;
}
#mentenance .fee_outer_box .fee_content .fee_main .fee_menu_list dl.subitem {
  margin-top: 20px !important;
  flex-wrap: wrap;
}
#mentenance .fee_outer_box .fee_content .fee_main .fee_menu_list dl.subitem dt {
  flex: none;
  width: 100%;
  text-decoration: underline;
}
#mentenance .fee_outer_box .fee_content .fee_main .fee_menu_list dl.subitem dd {
  flex: none;
  width: 100%;
  padding-left: 1em;
}
#mentenance .fee_outer_box .fee_content .fee_main .fee_menu_list dl.subitem dd span {
  font-size: 12px;
  display: inline-block;
  margin-left: 16px;
}
#mentenance .fee_outer_box .fee_content .fee_main .fee_text_01 p span {
  font-size: 0.8rem;
}

body#sell .pagetitle::before {
  height: 100dvh;
  background: url("../img/used/pagetitle_bg.jpg") 50% 50%/cover no-repeat;
}
body#sell .container {
  background: #f2f4f3;
  width: 100%;
  /* #sell ここから */
  /* ここまで */
}
body#sell .container *:not(i) {
  font-family: "noto-sans", sans-serif;
}
body#sell .container .inner {
  width: 100%;
}
body#sell .container span.bold {
  font-weight: bold;
  text-decoration: underline;
}
body#sell .container span.orange {
  color: #e53f5b;
}
body#sell .container h3 {
  padding-top: 120px;
  font-size: 48px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
body#sell .container .fix_link {
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: 20px;
}
body#sell .container .fix_link p {
  width: 100px;
  height: 100px;
}
body#sell .container .fix_link p a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 25px;
  border-radius: 50%;
  text-align: center;
  background: #239c44;
  color: #fff;
  text-decoration: none;
  border: 2px solid #fff;
}
body#sell .container .nayami {
  max-width: 1024px;
  margin: 0 auto 120px;
}
body#sell .container .nayami ul {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 0 1em;
  padding: 1em;
  background: rgb(224, 224, 224);
}
body#sell .container .nayami ul li {
  width: calc(50% - 2em);
  margin-bottom: 15px;
  font-size: 28px;
  text-indent: -0.5em; /* 全体をネガティブインデント */
  padding-left: 1.5em; /* 全体のインデントを指定 */
  line-height: 1.2em;
}
body#sell .container .nayami ul li i {
  font-size: 24px;
  display: inline-block;
  margin-right: 1em;
}
body#sell .container .kaiketu {
  padding: 80px 0;
  background: #239c44;
}
body#sell .container .kaiketu div {
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}
body#sell .container .kaiketu div p {
  font-size: 48px;
  color: #fff;
  font-weight: bold;
}
body#sell .container .kaiketu div p span {
  font-size: inherit;
  font-weight: inherit;
  color: #ff9;
}
body#sell .container .jisseki {
  padding-bottom: 120px;
}
body#sell .container .jisseki ul {
  max-width: 1024px;
  margin: 80px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
body#sell .container .jisseki ul li {
  display: block;
  width: calc(33% - 60px);
  background: #fff;
  padding: 20px;
  min-width: 250px;
}
body#sell .container .jisseki ul li p.title {
  margin-top: 10px;
  font-size: 18px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
body#sell .container .jisseki ul li p.price {
  text-align: right;
  line-height: 1em;
}
body#sell .container .jisseki ul li p.price em {
  text-align: left;
  display: block;
  font-size: 12px;
  text-decoration: underline;
  margin-bottom: 5px;
}
body#sell .container .jisseki ul li p.price span {
  display: inline-block;
  margin-right: 5px;
  font-size: 38px;
  line-height: 1em;
  font-weight: bold;
}
body#sell .container .jisseki ul li p.price span:after {
  display: block;
  width: 100%;
  height: 10px;
  background: #cc0;
  content: " ";
}
body#sell .container .jisseki ul li p.bikou {
  background: #f0f0f0;
  padding: 10px;
  margin-top: 10px;
}
body#sell .container .points .point {
  padding: 80px 0;
}
body#sell .container .points .point:nth-of-type(2n + 1) {
  background: #d0f0d0;
}
body#sell .container .points .point:nth-of-type(2n + 1) .details {
  flex-direction: row-reverse;
}
body#sell .container .points .point h4 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}
body#sell .container .points .point h4 span {
  display: block;
}
body#sell .container .points .point h4 span em {
  line-height: 1em;
  font-size: 12px;
  display: inline-block;
  padding: 5px 10px;
  background: #ff9;
  border-radius: 12px;
  margin-bottom: 5px;
}
body#sell .container .points .point .details {
  max-width: 1024px;
  margin: 0 auto;
  margin-top: 80px;
  display: flex;
  gap: 0 2em;
}
body#sell .container .points .point .details .image {
  flex: 1;
}
body#sell .container .points .point .details .detail {
  flex: 1;
  padding: 0 10px;
}
body#sell .container .points .point .details .detail p {
  line-height: 2em;
}
body#sell .container .merit .table_wrap {
  margin: 80px auto 0;
  max-width: 1024px;
}
body#sell .container .merit .table_wrap table {
  width: 100%;
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  table-layout: fixed;
}
body#sell .container .merit .table_wrap table tr:last-of-type td:nth-of-type(3n + 2) {
  border-bottom: 4px solid #f33;
}
body#sell .container .merit .table_wrap table tr th {
  border-top: 1px solid #666;
  background: #666;
  color: #fff;
}
body#sell .container .merit .table_wrap table tr th:nth-of-type(3n + 2) {
  font-size: 24px;
  border-top: 1px solid #f33;
  background: #f33;
  color: #fff !important;
}
body#sell .container .merit .table_wrap table tr th,
body#sell .container .merit .table_wrap table tr td {
  line-height: 1.5em;
  width: 33%;
  font-size: 18px;
  padding: 15px 20px;
  border-bottom: 1px solid #666;
  text-align: center;
  vertical-align: middle;
}
body#sell .container .merit .table_wrap table tr th:nth-of-type(3n + 2),
body#sell .container .merit .table_wrap table tr td:nth-of-type(3n + 2) {
  color: #f33;
  border-left: 4px solid #f33;
  border-right: 4px solid #f33;
}
body#sell .container .merit .table_wrap table tr th span,
body#sell .container .merit .table_wrap table tr td span {
  color: inherit;
  font-size: 24px;
  display: block;
}
body#sell .container .flow {
  margin-top: 120px;
  background: #00678d;
}
body#sell .container .flow h3 {
  color: #fff;
}
body#sell .container .flow ul {
  display: block;
  margin: 80px auto 0;
  max-width: 1024px;
  padding-bottom: 120px;
}
body#sell .container .flow ul li {
  display: flex;
  border: 3px solid #fff;
  margin-bottom: 30px;
  background: #fff;
}
body#sell .container .flow ul li .image {
  width: 250px;
}
body#sell .container .flow ul li .text {
  padding: 20px;
  flex: 1;
  color: inherit;
}
body#sell .container .flow ul li .text .about {
  font-size: 24px;
  color: inherit;
  padding: 0 10px 10px;
}
body#sell .container .flow ul li .text .desc {
  padding: 0 10px 10px;
  font-size: 18px;
  color: inherit;
}
body#sell .container .faq {
  padding-bottom: 120px;
}
body#sell .container .faq h3 {
  padding-bottom: 80px;
}
body#sell .container .faq dl {
  max-width: 1024px;
  margin: 0 auto 40px;
}
body#sell .container .faq dl dt,
body#sell .container .faq dl dd {
  font-size: 18px;
  display: flex;
}
body#sell .container .faq dl dt span,
body#sell .container .faq dl dd span {
  font-size: 24px;
  padding: 15px 0;
  margin-right: 20px;
  color: #fff;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
body#sell .container .faq dl dt p,
body#sell .container .faq dl dd p {
  flex: 1;
  padding: 20px;
}
body#sell .container .faq dl dt {
  background: #f0e0e0;
  margin-bottom: 10px;
}
body#sell .container .faq dl dt span {
  background: #f33;
}
body#sell .container .faq dl dd {
  background: #d0f0d0;
}
body#sell .container .faq dl dd span {
  background: #239c44;
}
body#sell .container .entry_form {
  padding-bottom: 120px;
  background: #1ca0d0;
}
body#sell .container .entry_form h3 {
  padding-bottom: 80px;
  color: #fff;
}
body#sell .container .entry_form .result_text {
  width: 100%;
  background: #fff;
  padding: 120px 0;
}
body#sell .container .entry_form .result_text p {
  max-width: 1024px;
  line-height: 1.5em;
  margin: 0 auto;
}
body#sell .container .entry_form form {
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 300px;
  padding: 30px;
}
body#sell .container .entry_form form dl {
  display: flex;
  gap: 0 10px;
  margin-bottom: 5px;
}
body#sell .container .entry_form form dl dt,
body#sell .container .entry_form form dl dd {
  font-size: 18px;
  padding: 20px 0;
  line-height: 1em;
}
body#sell .container .entry_form form dl dt {
  width: 30%;
  text-align: center;
  background: #d3f3ff;
}
body#sell .container .entry_form form dl dt.no_bg {
  background: none;
}
body#sell .container .entry_form form dl dt span {
  line-height: 1em;
  font-size: 10px;
  display: inline-block;
  padding: 4px 6px;
  background: #f00;
  color: #fff;
  margin-left: 5px;
}
body#sell .container .entry_form form dl dt span.free {
  color: #333;
  background: #d0d0d0;
}
body#sell .container .entry_form form dl dd {
  flex: 1;
  font-size: 16px;
}
body#sell .container .entry_form form dl dd * {
  font-size: inherit;
}
body#sell .container .entry_form form dl dd textarea {
  height: 8em;
}
body#sell .container .entry_form form dl dd label {
  display: block;
  margin-bottom: 10px;
}
body#rental {
  padding-top: 100dvh;
}
body#rental .pagetitle {
  height: 100dvh;
}
body#rental .pagetitle::before {
  height: 100dvh;
  background: url("../img/rental/pagetitle_bg.jpg") 50% 50%/cover no-repeat;
}
body#rental .pagetitle .desc {
  margin-top: 20px;
}
body#rental .pagetitle .desc p {
  color: #fff;
  font-size: 16px;
}
body#rental .pagetitle .arrow_down_wrap {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100px;
  height: 100px;
}
body#rental .pagetitle .arrow_down_wrap .arrow_down_circle {
  display: block;
  box-sizing: border-box;
  padding-top: 40px;
  border-radius: 50%;
  background: rgba(80, 80, 80, 0.5);
  width: 100%;
  height: 100%;
  text-decoration: none;
}
body#rental .pagetitle .arrow_down_wrap .arrow_down_circle .arrow_down {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 30px solid #d0d0d0;
}
body#rental div.container {
  padding: 120px 0;
}
body#rental div.container .inner {
  max-width: 1200px;
  width: auto;
}
body#rental div.container.s2, body#rental div.container.s4 {
  background: #f0f0f0;
}
body#rental div.container h2 {
  font-size: 48px;
  text-align: center;
  margin: 0 0 50px;
}
@media screen and (max-width: 782px) {
  body#rental div.container h2 {
    font-size: 32px;
  }
}
body#rental div.container .item_3 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
}
body#rental div.container .item_3 .item {
  width: calc(33.3333333333% - 14px);
  background: #fff;
}
@media screen and (max-width: 782px) {
  body#rental div.container .item_3 .item {
    width: 80%;
    margin: 0 auto;
  }
}
body#rental div.container .item_3 .item .image img {
  display: block;
  width: 100%;
}
body#rental div.container .item_3 .item .text_wrap {
  padding: 20px;
}
body#rental div.container .item_3 .item .text_wrap h3 {
  font-size: 24px;
  line-height: 1.5em;
}
body#rental div.container .item_3 .item .text_wrap .text {
  margin-top: 30px;
  line-height: 1.8em;
}
body#rental div.container .flow {
  display: block;
  margin-top: 40px;
}
body#rental div.container .flow li {
  display: block;
  margin: 0 auto 20px;
  width: 80%;
}
body#rental div.container .flow li.item {
  padding: 20px;
  background: #f0f0f0;
}
body#rental div.container .flow li.item span {
  display: block;
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
}
body#rental div.container .flow li.item p {
  text-align: center;
  text-align: 1.8em;
  font-size: 18px;
}
body#rental div.container .flow li.arrow_down {
  margin-left: auto;
  margin-right: auto;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 20px solid #999;
}
body#rental div.container .price_wrap {
  display: block;
  width: 100%;
  overflow-x: scroll;
}
body#rental div.container .price_wrap .price_table {
  display: flex;
  min-width: 1024px;
  width: 100%;
  flex-wrap: wrap;
  gap: 10px;
}
body#rental div.container .price_wrap .price_table li {
  display: block;
  flex: 2;
  background: #fff;
}
body#rental div.container .price_wrap .price_table li.midashi {
  flex: 1;
}
body#rental div.container .price_wrap .price_table li.midashi .price {
  font-size: 20px;
}
body#rental div.container .price_wrap .price_table li.midashi .option {
  margin-top: 5px;
  font-size: 16px;
}
body#rental div.container .price_wrap .price_table li .title {
  text-align: center;
  font-size: 24px;
  padding: 60px 0 80px;
}
body#rental div.container .price_wrap .price_table li .title p {
  margin-top: 10px;
  font-size: 14px;
}
body#rental div.container .price_wrap .price_table li .price {
  text-align: center;
  font-size: 24px;
  padding-bottom: 30px;
}
body#rental div.container .price_wrap .price_table li .price span {
  font-weight: bold;
  font-size: 36px;
}
body#rental div.container .price_wrap .price_table li .option {
  text-align: center;
  padding: 30px 0;
  font-size: 20px;
}
body#rental div.container .price_wrap .price_table li .option span {
  font-weight: bold;
  font-size: inherit;
}
body#rental div.container .image_wrap {
  margin-bottom: 50px;
}
body#rental div.container .normaltext {
  text-align: center;
}
body#rental div.container .normaltext p {
  font-size: 24px;
  line-height: 1.8em;
}
@media screen and (max-width: 782px) {
  body#rental div.container .normaltext p {
    font-size: 18px;
  }
}
body#rental div.container .mw_wp_form.mw_wp_form_input {
  padding: 0 20px;
}

.news_content .news_title {
  font-size: 32px;
  margin-bottom: 10px;
}
.news_content .news_body:before {
  display: block;
  width: 50px;
  height: 2px;
  margin-bottom: 40px;
  content: " ";
  background: #0092e5;
}

.used_not_found {
  margin: 40px 20px;
  border: 5px solid #d0d0d0;
  padding: 20px;
}
.used_not_found p {
  text-align: center;
  font-size: 1.5rem;
  color: #909090;
}

.maint_text {
  margin-top: 20px;
  padding: 30px;
  background: #fff0f0;
  border-radius: 10px;
}
.maint_text h3 {
  border-left: 5px solid #ff9090;
  padding-left: 10px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 30px;
}
.maint_text .text {
  line-height: 2rem;
}

.used_maint_set {
  margin: 30px;
  padding: 20px;
  background: #239c44;
  color: #fff;
  border-radius: 3px;
  box-shadow: 5px 5px #ccc;
}
.used_maint_set h4 {
  color: inherit;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  text-decoration: underline;
  line-height: 1em;
}
.used_maint_set span {
  color: #ff4;
  font-weight: bold;
}
.used_maint_set p {
  font-size: 18px;
  color: inherit;
  text-align: center;
}
.used_maint_set p a {
  color: inherit;
}

.maint_imagetext {
  display: flex;
  flex-wrap: wrap;
}
.maint_imagetext h3 {
  width: 100%;
}
@media screen and (min-width: 783px) {
  .maint_imagetext.rightimage p.img {
    margin-right: 0;
    margin-left: 30px;
  }
}
@media screen and (min-width: 783px) {
  .maint_imagetext.largeimage p.img {
    width: 45%;
  }
}
@media screen and (max-width: 782px) {
  .maint_imagetext p.img {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 783px) {
  .maint_imagetext p.img {
    width: 30%;
    margin-right: 30px;
  }
}
.maint_imagetext p.img img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 782px) {
  .maint_imagetext p.text {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 783px) {
  .maint_imagetext p.text {
    flex: 1;
    line-height: 2rem;
  }
}
.maint_imagetext p.text span {
  font-weight: bold;
  color: #f00;
}
.maint_imagetext p.text span.large {
  display: inline-block;
  margin: 10px auto;
  font-size: 2rem;
  text-align: center;
  padding: 0 10px;
}
.maint_imagetext p.text span.large:after {
  content: "";
  display: block;
  height: 10px;
  width: calc(100% + 2rem);
  margin: -5px 0 0 -1rem;
  background-color: #ff0;
}
.maint_imagetext p.cf {
  font-size: 0.8rem;
  width: 100%;
  margin-top: 20px;
  color: #909090;
}/*# sourceMappingURL=append.css.map */