/*
Theme Name: HEVバッテリーベース
Author: 株式会社GRACE ビジネスコンサルティング事業部
Author URI: https://gr1.jp/
Description: This theme is created by GRACE,Inc.
Version: 1.0
*/
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

html,
body {
  overflow-x: hidden;
}

:root {
  --sidebar-width: 360px;
}
@media screen and (max-width:1250px) {
  :root {
    --sidebar-width: 280px;
  }
}

body {
  color: #333;
  background-color: var(--background-color);
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  height: 100vh;
}

html.overflow {
  overflow: hidden;
}

a {
  color: #333;
}

a:hover {
  opacity: .8;
}

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

form {
  margin-bottom: 100px;
}

.robot {
  font-family: "Roboto", sans-serif;
}

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

input[value="確認する"],
input[value="戻る"],
input[value="送信する"] {
  font-size: 18px;
  font-weight: bold;
  padding: 10px 30px;
  border-radius: 10px;
  border: solid 2px #ddd;
  box-shadow: #ddd 0px 5px 0px;
}

input[value="戻る"] {
  background-color: #909090;
  color: #fff;
}

input[value="確認する"],
input[value="送信する"] {
  background-color: var(--accent-color);
  color: #fff;
}

.hd_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 10px 3%;
}

.hdcarlist {
  background-color: var(--accent-color);
  color: #fff;
  padding: 5px 0;
}

.hdcarlist marquee {
  font-weight: normal;
  font-size: 10px;
  display: block;
  width: 100%;
}

.logo a {
  font-size: 34px;
  font-size: clamp(0px, 2.83vw, 34px);
  color: var(--accent-color);
  font-weight: 900;
}

.logo a span {
  font-size: 12px;
  font-weight: normal;
  display: block;
  color: #000;
  margin-top: 5px;
}

.hd_main_links {
  display: flex;
  align-items: center;
}

.hd_main_links a {
  font-size: 12px;
  text-align: center;
  margin-left: 15px;
}

.hd_main_links a.telbtn,
.hd_main_links a.contactbtn {
  font-size: 12px;
  display: block;
  background-color: var(--grad1-color);
  color: #fff;
  padding: 10px 30px;
}

.hd_main_links a.telbtn span,
.hd_main_links a.contactbtn span {
  font-size: 14px;
  font-weight: bold;

}

.hd_main_links a.telbtn b,
.hd_main_links a.contactbtn b {
  font-size: 28px;
  display: flex;
  font-weight: bold;
  padding: 5px 0 0;
  align-items: center;
  justify-content: center;
}

.hd_main_links a.telbtn b ion-icon,
.hd_main_links a.contactbtn b ion-icon {
  font-size: 24px;
}

.hd_menu {
  display: flex;
  align-items: center;
  padding: 15px 3%;
  background-color: #f8f8f8;
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
  .hd_menu {
    display: grid;
    grid-template-columns: max-content;
    justify-content: center;
    gap: 1vw;
  }

  .hd_menu_links {
    display: flex;
    justify-content: center;
  }


}

.hd_menu h2 {
  font-size: 14px;
  display: block;
  transform: skewX(-10deg);
}

.hd_menu_links a {
  color: var(--accent-color);
  font-weight: 700;
  padding: 0 20px;
  font-size: 14px;
}

@media screen and (max-width: 1200px) {

  .hd_menu_links a+a {
    border-left: var(--accent-color) 1px solid;

  }
}

.hd_news {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--main-color);
}

.hd_news h3 {
  display: block;
  width: 220px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  background-color: var(--accent-color);
  padding: 16px 0;
}

.hd_news_cont {
  width: calc(100% - 220px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3%;
}

.hd_news_cont a:not(.news_list_view) {
  color: #fff;
  flex-grow: 1;
}

.hd_news_cont a.news_list_view {
  background-color: #ffffff;
  color: var(--main-color);
  font-size: 12px;
  padding: 10px 20px;
  border-radius: 7px;
  font-weight: 600;
}

.hd_news_cont a span {
  font-size: 12px;
  margin-right: 5px;
}

.hd_news_cont a b {
  text-decoration: underline;
  display: inline-block;
}

#mv {
  position: relative;
}

#mv h4 {
  position: absolute;
  top: .5em;
  right: .4em;
  color: #2c0ba1;
  font-style: italic;
  font-size: 3.6vw;
  font-weight: 900;
  transform: rotate(2deg);
  paint-order: stroke;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: .2em;
}

#area {
  display: flex;
  align-items: center;
  background-color: #F5F8FD;
  max-width: 1000px;
  margin: 30px auto 70px;
}

#area h3 {
  width: 20%;
  text-align: center;
  background-color: var(--accent-color);
  color: #fff;
  padding: 40px 0;
  font-size: 22px;
}

#area h3 span {
  display: block;
  margin-bottom: 5px;
  color: #9FBAEC;
  font-size: 12px;
}

#area p {
  font-size: 13px;
  width: 80%;
  display: block;
  padding: 0 3%;
  line-height: 18px;
}

.inner {
  padding: 50px 0;
  max-width: 1000px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.bottom_inner+.bottom_inner {
  margin-top: 64px;
}

.large_ttl {
  text-align: center;
  display: block;
}

.large_ttl text {
  font-size: 28px;
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  padding: 0 20px;
  line-height: 1.2;
}

.large_ttl text:before,
.large_ttl text:after {
  position: absolute;
  content: "";
  height: 40px;
  width: 3px;
  background-color: var(--main-color);
  bottom: -5px;
}

.large_ttl text:before {
  left: 0;
  transform: rotate(-20deg);
}

.large_ttl text:after {
  right: 0;
  transform: rotate(20deg);
}

.large_ttl text span {
  font-size: 32px;
  color: var(--grad1-color);
  display: block;
}

.large_ttl b {
  display: inline-block;
  font-size: 40px;
  background-color: var(--main-color);
  padding: 26px 50px;
  min-width: 700px;
  color: #fff;
  transform: skewX(-7deg);
  font-weight: 900;
}

#worklogos .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 50px;
}

#worklogos .inner img {
  display: block;
  width: 23%;
  margin: 0 1%;
}

.worklogos-ttl {
  text-align: center;
  font-size: 26px;
  line-height: 40px;
}

.worklogos-ttl b {
  display: block;
  font-size: 50px;
  font-style: italic;
  margin-bottom: 50px;
}

.worklogos-ttl b text {
  font-style: italic;
  font-size: 220%;
  margin: 0 0 0 10px;
  color: var(--grad1-color);
  display: inline-block;
}

.worklogos-ttl b i {
  font-size: 120%;
  color: var(--main-color);
}

@media screen and (max-width: 768px) {
  .worklogos-ttl b {
    font-size: 38px;
    margin-bottom: 20px;
    line-height: 1;
  }
}

.worklogos-ttl span {
  color: var(--main-color);
  font-size: 38px;
  margin-right: 5px;
  display: inline-block;
  transform: skewX(-10deg);
  font-weight: 900;
}

#service-price {
  background: linear-gradient(180deg, #fff 0%, #fff 170px, #f6f6f6 170px, #f6f6f6 75%, var(--main-color) 75%, var(--main-color) 100%);
}

.service_price_subttl {
  margin: 30px 0;
  text-align: center;
  position: relative
}

.service_price_subttl:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #ddd;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

.service_price_subttl span {
  background-color: #fff;
  border: solid 1px #b4b4b4;
  padding: 16px 30px;
  border-radius: 10000px;
  color: var(--main-color);
  position: relative;
  z-index: 2;
  width: 80%;
  display: inline-block;
  font-size: 24px;
}

main.bottom .pricelist {
  margin-bottom: 50px;
}

main.bottom .service_price_subttl span {
  font-size: clamp(0px, 1.8vw, 24px);
}

main.bottom .b_list li.b_rebuilt h6 {
  font-size: 1.8vw;
}

main.bottom .b_list li h6 {
  font-size: 1.2vw;
}

main.bottom .b_list li b {
  font-size: clamp(0px, 5vw, 68px);
}

main.bottom .b_list li.b_rebuilt b {
  font-size: clamp(0px, 8vw, 108px);
}

main.bottom .b_list li p {
  font-size: clamp(0px, 1.5vw, 20px);
}

main.bottom .b_list li.b_rebuilt b:before {
  font-size: clamp(0px, 1.2vw, 16.3px);
  width: clamp(0px, 6vw, 82px);
  height: clamp(0px, 6vw, 82px);
}

.pricelist {
  text-align: center;
  border-radius: 40px;
  border: solid 2px #d1d1d1;
  overflow: hidden;
  background-color: #fff;
  box-shadow: #d1d1d1 0px 8px 0px;
}

.pricelist h5 {
  font-size: 20px;
  padding: 30px 0;
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}

.b_list {
  display: flex;
  align-items: center;
}

.b_list li {
  width: 38%;
  padding: 0 2%;
}

.b_list li.b_rebuilt {
  width: 60%;
}

.b_list li:nth-child(2) {
  border-left: solid 2px #d5d5d5;
}

.b_list li h6 {
  font-size: 16px;
  background-color: #ddd;
  padding: 10px 0;
  border-radius: 1000px;
  color: #fff;
}

.b_list li.b_rebuilt h6 {
  background-color: #dc1313;
  font-size: 22px;
  padding: 14px 0;
}

.b_list li.b_new h6 {
  background-color: #11316C;
}

.b_list li b {
  font-size: 60px;
  font-weight: 900;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.b_list li.b_rebuilt b {
  color: #dc1313;
  font-size: 90px;
  align-items: center;
}

.b_list li.b_rebuilt b:before {
  content: "大人気!";
  font-family: 'Noto Sans JP';
  font-size: 14px;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffd900;
  border: solid 2px #fff;
  box-shadow: #ffd900 0px 0px 0px 2px;
  color: #055f1a;
  border-radius: 10000px;
  margin-right: 0px;
  transform: rotate(-8deg);
  font-style: italic;
  aspect-ratio: 1/1;
}

.b_list li.b_new b {
  color: #11316C;
}

.b_list li b span {
  font-family: 'Noto Sans JP';
  font-size: 24px;
  text-align: left;
  padding: 0 0 10px 2px;
  color: #333;
}

.b_list li.b_rebuilt b span {
  font-size: 30px;
}

.b_list li b span text {
  font-size: 10px;
  position: relative;
}

.b_list li b span text:after {
  content: "※";
  position: absolute;
  display: inline-block;
  color: #e20303;
  top: 0;
  right: -14px;
  font-size: 14px;
}

.b_list li p {
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
  color: #333;
  padding: 10px 0 5px;
}

.b_list li p span {
  font-size: 200%;
  line-height: 1;
  margin: 0 1px;
  text-decoration: line-through red;
}

.att_txt {
  padding: 20px 0;
  background-color: #e20303;
  color: #fff;
  margin-top: 30px;
  font-weight: 700;
  font-size: 20px;
}

.small_link {
  padding: 20px 0;
  text-align: center;
}

.small_link a {
  text-decoration: underline;
}

#service-price .small_link a {
  color: #fff;
}

.top #cta {
  background-color: var(--main-color);
}

.top #cta .inner {
  padding: 0 0 50px;
}

.cta_links {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.cta_links a {
  width: 48%;
}

.cta__info-nowrap {
  white-space: nowrap;
}

.hd_main .cta_links a.cta_tel {
  width: max-content;
  margin: 0;
}

.hd_main .cta_links a.cta_tel h6 {
  font-size: 1.16vw;
  font-size: clamp(0px, 1.16vw, 14px);
  background-color: var(--main-color);
  padding: .5em;
  color: #fff;
  margin-bottom: 5px;
}

.hd_main .cta_links a.cta_tel b {
  color: #000000;
  font-size: 30px;
  font-size: clamp(0px, 2.5vw, 30px);
  padding: 0;
}

.hd_main .cta_links a.cta_tel p {
  color: #000000;
  font-size: clamp(10px, 1.2vw, 14px);
}

.hd_main .cta_links a.cta_form {
  width: max-content;
  border-radius: 10px;
  padding: 15px;
  margin-left: 10px;
}

.hd_main .cta_links a.cta_form:before {
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 8px;
}

.hd_main .cta_links a.cta_form h6 {
  font-size: 1.83vw;
  font-size: clamp(0px, 1.83vw, 22px);
}

.hd_main .cta_links a.cta_form h6 span {
  font-size: 1vw;
  font-size: clamp(0px, 1vw, 12px);
  margin-top: 5px;
}

.hd_main .cta_links a.cta_form ion-icon {
  width: clamp(0px, 4vw, 48px);
  font-size: clamp(0px, 4vw, 48px);
}


.sidebar .cta_links {
  padding: 25px 0;
  flex-wrap: wrap;
}

.sidebar .cta_links a {
  width: 49%;
  width: 100%;
}

.sidebar .cta_tel {
  margin-bottom: 20px;
}

.sidebar .cta_tel h6 {
  background-color: var(--main-color);
  color: #fff;
  font-size: 14px;
}

.sidebar .cta_tel b {
  color: #000;
  font-size: 30px;
  padding: .2em 0;
}

.sidebar .cta_tel b:before {
  filter: brightness(0);
  width: 23px;
  height: 23px;
}

.sidebar .cta_tel p {
  color: var(--main-color);
  font-size: 12px;
}

.sidebar a.cta_form {
  padding: 1em .8em;
  border-radius: 12px;
}

.sidebar a.cta_form:before {
  border: solid 1px #fff;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border-radius: 9px;
}

.sidebar a.cta_form h6 {
  font-size: 18px;
}

.sidebar a.cta_form h6 span {
  font-size: 8px;
  font-weight: 600;
  margin-top: 5px;
}

.sidebar a.cta_form ion-icon {
  width: 2.5vw;
  font-size: 2.5vw;
}

.cta_tel h6 {
  font-size: 22px;
  background-color: #fff;
  padding: .5em 0;
  border-radius: 1000px;
  color: #fff;
  text-align: center;
  color: var(--main-color);
  font-weight: 800;
}

.cta_tel b {
  color: var(--tel1-color);
  font-size: 56px;
  font-size: clamp(0px, 5.6vw, 56px);
  text-align: center;
  display: flex;
  padding: 10px 0;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.cta_tel p {
  text-align: center;
  color: #fff;
}

a.cta_form {
  background: linear-gradient(120deg, var(--grad1-color), var(--grad2-color));
  border-radius: 20px;
  padding: 3%;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

a.cta_form ion-icon {
  width: 5vw;
  font-size: 5vw;
}

a.cta_form:before {
  content: "";
  display: block;
  position: absolute;
  border: solid 2px #fff;
  top: 7px;
  left: 7px;
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  border-radius: 17px;
}

a.cta_form h6 {
  font-size: clamp(0px, 3.4vw, 34px);
  display: block;
  width: calc(100% - 35px);
}

a.cta_form h6 span {
  font-size: .5em;
  display: block;
  margin-top: 10px;
}

main.bottom .cta_links {
  padding: 50px 0;
}

main.bottom .cta_links a {
  width: 49%;
}


@media screen and (max-width: 1200px) {
  main.bottom .cta_links {
    flex-wrap: wrap;
    gap: 40px;
  }

  main.bottom .cta_links a {
    width: 100%;
  }
}


main.bottom .cta_tel h6 {
  background-color: var(--main-color);
  color: #fff;
  font-size: 1.76vw;
  font-size: clamp(0px, 1.76vw, 24px)
}

main.bottom .cta_tel b {
  color: #000;
  font-size: 4vw;
  font-size: clamp(0px, 4vw, 54px);
}

@media screen and (max-width: 1200px) {

  main.bottom .cta_tel b {
    font-size: 6vw;
  }
}

main.bottom .cta_tel b:before {
  filter: brightness(0);
  width: 3vw;
  height: 3vw;
}

main.bottom .cta_tel p {
  color: #000;
}

main.bottom a.cta_form h6 {
  font-size: clamp(0px, 2.35vw, 32px);
}

main.bottom a.cta_form h6 span {
  font-size: .5em;
}

.payment {
  text-align: center;
  border-radius: 40px;
  border: solid 2px #d1d1d1;
  overflow: hidden;
  background-color: #fff;
  box-shadow: #d1d1d1 0px 8px 0px;
  margin-top: 30px;
  padding: 40px 30px 30px;
}

.sidebar .payment {
  border-radius: 0;
  border: none;
  background-color: #fff;
  box-shadow: none;
  margin-top: 0;
  padding: 0;
  margin-bottom: 30px;
}

.sidebar .payment img {
  margin: 10px auto 0;
}

.payment h4 span {
  font-size: 20px;
  color: #333;
  margin: 20px 0;
  display: block;
}

.payment img {
  display: block;
  max-width: 620px;
  margin: 20px auto 0;
}

#trouble {
  background: linear-gradient(115deg, var(--accent-color) 0%, var(--accent-color) 15%, var(--accentsub-color) 15%, var(--accentsub-color) 21%, var(--accent-color) 21%, var(--accent-color) 23%, var(--accentsub-color) 23%, var(--accentsub-color) 36%, var(--accent-color) 36%, var(--accent-color) 80%, var(--accentsub-color) 80%, var(--accentsub-color) 87%, var(--accent-color) 87%, var(--accent-color) 100%);
  position: relative;
  color: #fff;
}

#trouble:after {
  content: "";
  width: 100%;
  height: 90px;
  border-style: solid;
  border-width: 60px 50vw 0 50vw;
  border-color: rgba(0, 0, 0, 0) #f5d702 transparent #f5d702;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}

#trouble .inner {
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.trouble_left {
  padding: 50px 3% 120px 0;
  width: 65%;
}

.trouble_left h6 {
  background-color: #fff;
  color: #000;
  font-size: clamp(0px, 2.4vw, 24px);
  font-weight: 800;
  text-align: center;
  padding: 25px 0;
  border-radius: 10000px;
  position: relative;
}

.trouble_left h6:after {
  content: "";
  position: absolute;
  background: #ffffff;
  height: 20px;
  width: 30px;
  clip-path: polygon(23% 0, 0% 100%, 100% 0%);
  bottom: -19px;
  right: 13%;
}

.trouble_left h6 text {
  font-size: 110%;
  color: #E70315;
}

.trouble_left h4 {
  font-size: clamp(0px, 4vw, 40px);
  font-weight: 800;
  margin: 30px 0;
}

.trouble_left h4 span {
  display: inline-block;
  font-size: 150%;
  padding-top: 30px;
  margin-right: 5px;
}

.trouble_left h4 span i {
  display: inline-block;
  position: relative;
}

.trouble_left h4 span i:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 1000px;
  background-color: #F5D701;
  top: -15px;
  left: 50%;
  position: absolute;
}

.trouble_left ul li {
  margin-bottom: 20px;
}

.trouble_left ul li b {
  display: block;
  font-size: 30px;
  font-weight: 800;
  color: #F5D701;
  margin-bottom: 10px;
}

.trouble_left ul li b span {
  font-size: 22px;
  margin-right: 10px;
}

.trouble_left ul li p {
  font-weight: 700;
}

.trouble_left_txt {
  font-size: 14px;
  line-height: 24px;
}

.trouble_left_txt span {
  display: inline;
  background-color: #f6d905;
  color: var(--main-color);
  font-weight: bold;
  font-size: 110%;
  padding: 0 3px;
}

.trouble_right {
  padding: 0 10px;
  background-color: #fff;
  width: 35%;
}

.trouble_right img {
  height: 100%;
  display: block;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  #mv h4 {
    top: 1em;
    left: .5em;
    right: inherit;
    color: #2c0ba1;
    font-size: 7vw;
    transform: rotate(-4deg);
    -webkit-text-stroke-width: .2em;
  }

  #trouble .inner {
    display: block;
    padding: 30px 0;
  }

  .trouble_left {
    padding: 0;
    width: 100%;
  }

  .trouble_left h6 {
    font-size: 20px;
    line-height: 24px;
    padding: 20px 0;
  }

  .trouble_left h4 {
    font-size: 24px;
    margin: 25px 0;
    text-align: center;
  }

  .trouble_left h4 span {
    padding-top: 20px;
    font-size: 160%;
  }

  .trouble_left h4 span i:before {
    width: 7px;
    height: 7px;
    top: -10px;
    left: 52%;
  }

  .trouble_left ul li {
    margin-bottom: 20px;
    border: solid 2px #f5d702;
    padding: 20px 15px;
  }

  .trouble_left ul li b {
    font-size: 22px;
    font-weight: 800;
    border-bottom: solid 1px;
    padding-bottom: 10px;
  }

  .trouble_left ul li b span {
    font-size: 14px;
    margin-right: 5px;
  }

  .trouble_left ul li p {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
  }

  .trouble_right {
    background-color: rgba(0, 0, 0, 0);
    width: 100%;
    padding: 20px 0 40px;
  }

  .trouble_right img.pconly {
    display: none;
  }

}





#appeal .inner {
  padding: 100px 0;
}

#works {
  background-color: #f4f4f4;
}

#appeal {
  background: linear-gradient(168deg, #f5d702 0%, #f5d702 50%, #fde85b 50%, #fde85b 70%, #f5d702 70%, #f5d702 100%);
  position: relative;
}

#appeal:after {
  content: "";
  width: 100%;
  height: 90px;
  border-style: solid;
  border-width: 60px 50vw 0 50vw;
  border-color: rgba(0, 0, 0, 0) #fff transparent #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}

#appeal h2 {
  color: #000;
  text-align: center;
  font-size: clamp(0px, 4.4vw, 44px);
  line-height: 1.8em;
  transform: skewX(-10deg);
  paint-order: stroke;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: .2em;
}

#appeal h2 span {
  color: #ee0b0b;
  display: block;
  font-size: 2em;
  margin-top: 10px;
  font-weight: 900;
}

#appeal h2 text {
  font-size: 1.6em;
  color: var(--main-color);
  font-weight: 900;
}

.appeal_cont {
  display: flex;
  padding: 50px 0;
  justify-content: space-between;
}

.appeal_cont .appeal_cont_price {
  width: calc(60% - 30px);
}

.appeal_cont p span {
  display: block;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 20px;
  font-size: clamp(0px, 2.6vw, 26px);
  font-weight: bold;
  line-height: 36px;
  transform: skewX(-7deg);
}

.appeal_cont p span text {
  font-size: 1.23em;
  color: #ee0b0a;
  background: linear-gradient(0deg, #fde85b 0%, #fde85b 20px, transparent 20px);
}

.appeal_cont p span:not(:first-child) {
  text-align: center;
}

.appeal_cont_graf {
  width: 40%;
}

.appeal_cont_graf p {
  text-align: center;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 800;
}

.appeal_cont_price_info h6 {
  background-color: var(--main-color);
  color: #fff;
  font-size: clamp(0px, 3vw, 30px);
  font-weight: 800;
  text-align: center;
  padding: 18px 0;
  border-radius: 10000px;
}

.appeal_cont_price_info b {
  font-size: clamp(0px, 4.2vw, 42px);
  font-weight: 900;
  padding: 10px 0;
  display: block;
}

.appeal_cont_price_info b text {
  color: var(--main-color);
  font-style: italic;
  font-size: 120%;
  margin-right: 5px;
  display: inline-block;
}

.appeal_cont_price_info b span {
  font-size: clamp(0px, 1.8vw, 18px);
  display: block;
  margin-top: 5px;
}

.appeal_cont_price_info b span:before,
.appeal_cont_price_info b text:after {
  content: "※";
  color: red;
}

.appeal_cont_price_info b text:after {
  font-size: 14px;
  vertical-align: top;
}

.appeal_cont_price_info h5 {
  font-size: clamp(0px, 5.8vw, 58px);
  margin-bottom: 10px;
  font-weight: 900;
  color: #EE0B0A;
  paint-order: stroke;
  -webkit-text-stroke-color: #fff;
  -webkit-text-stroke-width: .22em;
  white-space: nowrap;
}

.appeal_cont_price_info h5 span {
  font-size: 210%;
  font-style: italic;
  position: relative;
}

.appeal_cont_price_info h5 span:before {
  position: absolute;
  content: "";
  display: block;
  background-image: url(./images/mitsumoriarrow.png);
  width: 140px;
  height: 100px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: -140px;
  top: 80px;
}

@media screen and (max-width: 768px) {
  .appeal_cont .appeal_cont_price {
    width: 100%;
  }

  .appeal_cont_graf {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    position: relative;
  }

  .appeal_cont_graf p {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .appeal_cont_price_info h6 {
    font-size: 18px;
    padding: 1em 0;
  }

  .appeal_cont_price_info b {
    font-size: clamp(0px, 5.86vw, 24px);
    text-align: center;
  }

  .appeal_cont_price_info b text {
    font-size: 165%;
    margin-right: 0;
  }

  .appeal_cont_price_info b span {
    font-size: 11px;
    margin-top: 10px;
  }

  .appeal_cont_price_info h5 span:before {
    display: none;
  }

  .appeal_cont_graf:before {
    position: absolute;
    content: "";
    display: block;
    background-image: url(./images/mitsumoriarrow.png);
    width: 140px;
    height: 100px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    left: -10px;
    bottom: 30px;
    transform: rotate(101deg);
  }

  .appeal_cont_price_info h5 {
    font-size: 30px;
    text-align: center;
  }

  .appeal_cont_price_info h5 span {
    font-size: 235%;
  }
}




.small_ttl2 {
  font-size: 18px;
  text-align: center;
  padding: 30px 0 60px;
}

.works_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.works_list a {
  width: 31.33%;
  margin: 0 1% 1%;
  border: solid 2px #d1d1d1;
  background-color: #fff;
  box-shadow: #d1d1d1 0px 8px 0px;
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  position: relative;
}

.works_list a h5 {
  font-size: 20px;
  font-weight: 800;
  padding: 15px 0;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.works_list a h6 {
  position: absolute;
  top: -20px;
  left: 10%;
  width: 80%;
  text-align: center;
  font-size: 16px;
  font-weight: 800;
  padding: 10px 0;
  border-radius: 10000px;
  color: #fff;
}


.works_list a.b_noset h6 {
  background-color: #ccc;
}

.works_list a.b_rebuilt h6 {
  background-color: #dc1313;
}

.works_list a.b_new h6 {
  background-color: #F55A00;
}

.works_list a.b_repair h6 {
  background-color: #11316C;
}

.works_list a p {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  font-size: 10px;
  white-space: nowrap;
}

.works_list a p span {
  font-size: clamp(0px, 4vw, 40px);
  font-weight: 900;
  min-width: 50%;
  text-align: right;
}

.works_list a.b_rebuilt p span {
  color: #dc1313;
}

.works_list a.b_new p span {
  color: #F55A00;
}

.works_list a.b_repair p span {
  color: #11316C;
}

.works_list a p text {
  font-size: 10px;
}

.works_list a p text small {
  font-size: 16px;
  color: #333;
  font-weight: 800;
  margin-bottom: 2px;
}

#faq {
  background-color: var(--sub-color);
}

.bottom_layout #faq {
  background-color: rgba(0, 0, 0, 0);
}

#faq .large_ttl,
#accessmap .large_ttl {
  margin-bottom: 50px;
}

#accessmap .inner {
  max-width: 100%;
}

#faq label {
  border: solid 2px #d1d1d1;
  background-color: #fff;
  box-shadow: #d1d1d1 0px 8px 0px;
  border-radius: 20px;
  padding: 30px 50px 30px 30px;
  display: block;
  margin-bottom: 20px;
  width: 100%;
  position: relative;
}

#faq label p.question ion-icon {
  position: absolute;
  top: calc(50% - 9px);
  right: -30px;
  font-size: 18px;
}

#faq label p {
  font-size: 20px;
  line-height: 24px;
  display: flex;
  align-items: flex-start;
  position: relative;
}

#faq label p:before {
  display: inline-block;
  margin-right: 5px;
  font-family: "Roboto", serif;
  font-size: 30px;
}

#faq label p.answer {
  display: none;
  margin-top: 30px;
  padding-top: 30px;
  border-top: solid 2px #d1d1d1;
}

#faq label input:checked~.answer {
  display: block;
}

#faq label input:checked~.question ion-icon {
  transform: rotate(180deg);
}

#faq label p.question:before {
  content: "Q.";
  color: var(--main-color);
}

#faq label p.answer:before {
  content: "A.";
  color: #F55A00;
}

#footer {
  background-color: var(--main-color);
}

#footer .inner {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

#footer .ftcont_left {
  width: calc(100% - 330px);
}

#footer .ftcont_right {
  width: 330px;
  display: flex;
  flex-wrap: wrap;
}

#footer .ftcont_right a {
  color: #fff;
  font-size: 14px;
  display: block;
  width: 49%;
}

#footer .ftcont_right a:nth-child(odd) {
  margin: 0 2% 20px 0;
}

#footer .logo a {
  font-size: 28px;
  color: #fff;
  display: inline-block;
}

#footer .logo a span {
  font-size: 14px;
  font-weight: normal;
  display: block;
  color: #fff;
}

#footer .logo a text {
  display: block;
  font-size: 16px;
  margin-top: 15px;
}

#footer .cta_links {
  display: block;
}


#footer .cta_links a {
  width: auto;
  max-width: 350px;
  margin-top: 20px;
}

#footer a.cta_tel {
  display: block;
}

#footer a.cta_tel h6 {
  font-size: 16px;
}

#footer a.cta_tel b {
  font-size: 34px;
  padding: 10px 0 5px;
}

#footer a.cta_form h6 {
  font-size: 22px;
}

#footer a.cta_form h6 span {
  font-size: 12px;
  margin-top: 5px;
}

#footer a.cta_form ion-icon {
  width: 4vw;
  font-size: 4vw;
}

.nowrap {
  white-space: nowrap;
}

.snsblock {
  display: flex;
  margin-top: 20px;
}

.snsblock a {
  width: 40px;
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  border: solid 2px #fff;
  margin-right: 10px;
  border-radius: 10px;
}

.snsblock a svg {
  height: 20px;
  width: auto;
}

.copy {
  display: block;
  text-align: center;
  background-color: var(--accent-color);
  color: #fff;
  padding: 10px 0;
  font-size: 10px;
  font-weight: 400;
}

.ftcont_area {
  background-color: var(--accent-color);
  margin-top: 30px;
  color: #ffffff;
  padding: 20px 30px;
  line-height: 22px;
}

.ftcont_area p {
  font-size: 12px;
  font-weight: normal;
}

.ftcont_area span {
  display: block;
  font-weight: bold;
  border-bottom: solid 2px #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}


#bottommv {
  position: relative;
  background-color: #000;
}

#bottommv img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  opacity: .5;
}

#bottommv h1 {
  position: relative;
}

#bottommv p {
  font-size: 40px;
  text-align: center;
  color: #fff;
  font-weight: 900;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
}

.pankuzu {
  display: flex;
  align-items: center;
  background-color: #f1f1f1;
  padding: 10px 3%;
}

.pankuzu a {
  text-decoration: underline;
}

.pankuzu a,
.pankuzu p {
  font-size: 14px;
}

.pankuzu text {
  margin: 0 5px;
}

main.bottom {
  width: calc(100% - 360px);
  max-width: 1000px;
}

.sidebar,
main.bottom {
  padding: 30px;
}

.bottom_layout {
  display: flex;
  justify-content: center;
  background: linear-gradient(to right, #fcfcfc calc((100vw - 1360px)/2), white calc((100vw - 1360px)/2));
}

.sidebar {
  min-height: 100vh;
  width: var(--sidebar-width);
  background-color: #fcfcfc;
}

.sidebar_cont {
  top: 30px;
  left: 0;
  border: solid 2px #d1d1d1;
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 10px;
}

.sidebar_ttl {
  font-size: 16px;
  border-bottom: solid 2px var(--main-color);
  padding: 0px 10px 10px;
  color: var(--main-color);
  margin-bottom: 10px;
  text-align: left;
}

.sidebar_link {
  flex-grow: 1;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 0;
}

.sidebar__case-item {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #dcdcdc;
}

.sidebar__case-item:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  aspect-ratio: 1/1;
  background-color: var(--main-color);
  border-radius: 1000px;
  margin: 0 10px;
}

.sidebar__case-info {
  display: flex;
  gap: .5em;
  align-items: center;
  font-size: .8em;
}

.sidebar__case-date {
  font-weight: 400;
}

.sidebar__case-cat {
  color: #fff;
  padding: .2em .8em;
  border-radius: 100px;
  order: -1;
}

.noset .sidebar__case-cat {
  background: #ccc;
}

.rebuilt .sidebar__case-cat {
  background: #dc1313;
}

.new .sidebar__case-cat {
  background: #f55a00;
}

.repair .sidebar__case-cat {
  background: #11316c;
}

.sidebar__case-title {
  line-height: 1.6;
}

.sidebar_area p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5;
}

.sidebar_payment-list {
  text-align: left;
  font-size: 12px;
  line-height: 1.5;
}

.midium_ttl {
  font-size: 28px;
  color: #11316c;
  border-bottom: solid 3px #e7e7e7;
  line-height: 28px;
  padding: 0 0 20px 10px;
  margin-bottom: 30px;
  font-weight: 800;
}

.midium_ttl.rebuild {
  color: #dc1313;
}

.midium_ttl.new {
  color: #f55a00;
}

.midium_ttl.repair {
  color: #11316c;
}

.midium_ttl span {
  color: #333;
  font-size: 16px;
  display: block;
  font-weight: 700;
}

.bottom_txt__cont {
  margin-bottom: 10px;
  line-height: 32px;
}

.bottom_txt__cont p b,
.flex_images_cont p b {
  display: block;
  font-size: 20px;
  color: var(--main-color);
  border-left: solid 4px;
  padding-left: 15px;
  margin-bottom: 20px;
}

.bottom_txt__cont p span,
.flex_images_cont p span {
  display: inline;
  background-color: #f6d905;
  color: var(--main-color);
  font-weight: bold;
  font-size: 110%;
  padding: 0 3px;
}

.flex_images_cont {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
  line-height: 32px;
}

.flex_images_cont p {
  width: calc(100%);
  line-height: 32px;
}

.flex_images_cont.graf p {
  width: calc(100% - 420px);
}

.flex_images_cont img {
  width: 260px;
}

.flex_images_cont.graf .appeal_cont_graf_left,
.flex_images_cont.graf .appeal_cont_graf_right {
  height: 300px;
}

.news_cont_text {
  max-height: 75px;
  overflow: hidden;
}

.flow_item {
  border: solid 2px #d1d1d1;
  background-color: #fff;
  box-shadow: #d1d1d1 0px 8px 0px;
  border-radius: 20px;
  padding: 30px;
}

main.bottom .flow_item .cta_links {
  padding: 0;
  margin-top: 40px;
}

.flow_cont {
  display: flex;
  justify-content: space-between;
}

.flow_cont img {
  width: 230px;
}

.flow_cont p {
  width: calc(100% - 250px);
  padding-left: 20px;
  line-height: 24px;
  border-left: solid 2px #d1d1d1;
}


@media screen and (max-width: 1200px) {
  .flow_cont {
    display: grid;
    gap: 10px;
  }

  .flow_cont p {
    width: 100%;
    border-left: none;
    padding: 0;
  }

  .flow_cont img {
    width: 100%;
    aspect-ratio: 2/1;
    object-fit: cover;
  }
}

.flow_cont p b {
  color: var(--main-color);
  font-size: 24px;
  margin-bottom: 5px;
  display: block;
}

.flowarrow {
  display: block;
}

.flowarrow img {
  display: block;
  width: 10%;
  max-width: 63px;
  margin: 30px auto 20px;
}

.ankerlinks {
  display: flex;
  border: solid 2px var(--main-color);
  border-radius: 20px;
  margin-bottom: 30px;
}

.ankerlinks a {
  width: 33.33%;
  text-align: center;
  padding: 20px 0;
}

.ankerlinks a span {
  font-size: 10px;
  vertical-align: middle;
  margin-left: 7px;
  height: 16px;
  display: inline-block;
}

.ankerlinks a:nth-child(2) {
  border-left: solid 2px var(--main-color);
  border-right: solid 2px var(--main-color);
}

.ankerlinks a:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.ankerlinks a.anker_rebuild:before {
  background-image: url(./images/ankerrebuild.png);
}

.ankerlinks a.anker_new:before {
  background-image: url(./images/ankernew.png);
}

.ankerlinks a.anker_repair:before {
  background-image: url(./images/ankerrepair.png);
}


#serviceprice .pricelist {
  border-radius: 0px;
  border: none;
  overflow: inherit;
  background-color: #fff;
  box-shadow: none
}

#serviceprice .pricelist h5 {
  font-size: 28px;
  color: #11316c;
  border-bottom: solid 3px #e7e7e7;
  line-height: 1.4;
  padding: 0 0 20px 10px;
  margin-bottom: 30px;
  text-align: left;
}

@media screen and (max-width: 1200px) {
  .pricelist .b_list {
    flex-wrap: wrap;
    gap: 24px;
  }

  .pricelist .b_list li:nth-child(2) {
    border-left: none;
  }

  .b_list li.b_rebuilt,
  .b_list li {
    width: 100%;
  }

  main.bottom .b_list li h6 {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .pricelist .b_list {
    gap: 15px;
  }
}

#servicelist .att_txt {
  padding: 0;
  background-color: #fff;
  color: #e20303;
  margin-top: 10px;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  text-align: center;
}

.caselist {
  display: flex;
  flex-wrap: wrap;
}

.caselist a {
  width: 49%;
  gap: 10px;
  border: solid 2px #d1d1d1;
  background-color: #fff;
  box-shadow: #d1d1d1 0px 8px 0px;
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  position: relative;
  display: grid;
  grid-template-columns: 3fr 4fr;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2%;
}


@media screen and (max-width: 1200px) {
  .caselist a {
    grid-template-columns: 1fr;
  }
}

.postlist__thumbnail {
  aspect-ratio: 3/2;
  object-fit: cover;
  overflow: hidden;
  display: block;
}

@media screen and (max-width: 1200px) {
  .postlist__thumbnail {
    aspect-ratio: 2/1;
  }
}

.postlist__thumbnail-wrp {
  width: 100%;
}

.pagination__info {
  margin-bottom: 20px;
}

.postlist__pagination {
  margin-top: 40px;
  padding: 0 5em;
  position: relative;
  display: flex;
  gap: .5em 1em;
  justify-content: center;
  flex-wrap: wrap;
}

.postlist__pagination .page-numbers {
  text-decoration: underline;
  font-weight: 400;
}

.postlist__pagination .page-numbers:hover {
  text-decoration: none;
}

.postlist__pagination .page-numbers.current {
  color: var(--main-color);
  text-decoration: none;
  font-weight: 700;
}

.postlist__pagination .prev,
.postlist__pagination .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.postlist__pagination .prev {
  left: 0;
}

.postlist__pagination .next {
  right: 0;
}

.postlist__noposts {
  text-align: center;
  display: block;
  margin: 2em auto;
}

.sidebar .postlist__noposts {
  font-size: 14px;
}


.caselist a:nth-child(odd) {
  margin-right: 2%;
}

.caselist a img {
  width: 100%;
}

.caselist a .txt,
.caselist__txt {
  display: grid;
  gap: 10px;
}

.caselist a h5 {
  font-size: 20px;
  font-weight: 800;
  padding: 5px 0;
  text-align: left;
}


@media screen and (max-width: 1200px) {


  .caselist a h5 {
    width: 100%;
    font-size: 16px;
    white-space: nowrap;
    overflow-x: hidden;
    text-overflow: ellipsis;
  }
}

.caselist a h6,
.caselist__term-name {
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 800;
  padding: 7px 0;
  border-radius: 10000px;
  color: #fff;
}

.caselist__term-noset {
  background-color: #ccc;

}

.caselist a.case_rebuildbattery h6,
.works_list a.b_rebuiltbattery h6,
.caselist__term-rebuilt {
  background-color: #dc1313;
}

.caselist a.case_newbattery h6,
.works_list a.b_newbattery h6,
.caselist__term-new {
  background-color: #F55A00;
}

.caselist a.case_repairbattery h6,
.works_list a.b_repairbattery h6,
.caselist__term-repair {
  background-color: #11316C;
}

.caselist a p {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: left;
  font-size: 13px;
}

.caselist a p span {
  font-size: 32px;
  font-weight: 900;
}

.caselist a.case_rebuildbattery p span {
  color: #dc1313;
}

.caselist a.case_newbattery p span {
  color: #F55A00;
}

.caselist a.case_repairbattery p span {
  color: #11316C;
}

.caselist a p text {
  font-size: 10px;
}

.caselist a p text small {
  font-size: 16px;
  color: #333;
  font-weight: 800;
  margin-bottom: 2px;
}

.case_single {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
}

.case_single_img {
  width: 380px;
  display: flex;
  flex-wrap: wrap;
}

.case_single_img img {
  width: 31.33%;
  margin: 0 1%;
}

.case_single_img img:not(:first-child):hover {
  opacity: .8;
}


.case_single_img img:first-child {
  width: 100%;
}


.case_single_img:has(img:nth-child(n+2)) img:first-child {
  margin: 0 0 20px;

}

.case_single_info {
  padding-left: 20px;
}


.case_single_price {
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  border: solid 2px var(--main-color);
  background-color: #fff;
  box-shadow: var(--main-color) 0px 8px 0px;
  border-radius: 20px;
  padding: 0px 30px 20px;
  grid-column: 1/3;
  margin-bottom: 20px;
}

@media screen and (max-width:1080px) {
  .case_single {
    grid-template-columns: 1fr;
  }

  .case_single_img {
    max-width: 480px;
    margin-right: auto;
    margin-left: auto;
  }

  .case_single_price {
    grid-column: 1/2;
  }
}

.case_single_yen {
  display: inline-block;
}

.case_single_price h6 {
  display: block;
  width: 100px;
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding: 7px 0 10px;
  line-height: 1;
  margin: 0 auto 20px;
}

.case_single_price p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  border-bottom: solid 2px #ddd;
  color: #696969;
}

.case_single_price p span {
  font-size: 24px;
}

.case_single_price p span text {
  font-size: 14px;
  font-family: 'Noto Sans JP';
}

.case_single_price b {
  display: block;
  text-align: center;
  font-weight: 800;
}

.case_single_price b span {
  font-size: 40px;
  color: var(--grad1-color);
  margin-left: 5px;
}

.case_single_price b span text {
  color: #333;
  font-size: 14px;
  font-family: 'Noto Sans JP';
}

.bottom_table {
  text-align: left;
  width: 100%;
  margin-bottom: 30px;
}

.bottom_table tr {
  border-bottom: solid 1px #ddd;
}

.bottom_table tr:first-child th,
.bottom_table tr:first-child td {
  padding: 0 10px 25px;
}

.bottom_table th,
.bottom_table td {
  padding: 25px 10px;
  border-bottom: solid 1px #ddd;
}

#sitemap .bottom_table th {
  width: 200px;
}

#sitemap .bottom_table th a {
  text-decoration: underline;
}

#sitemap .bottom_table td {
  font-size: 14px;
}

.company_imgs {
  display: flex;
  align-items: center;
}

.company_imgs img {
  width: 31%;
  margin-right: 2.33%;
  height: 200px;
  object-fit: cover;
}

.company_imgs img:last-child {
  margin-right: 0;
}



.news_cont {
  display: flex;
  justify-content: space-between;
  border: solid 2px #d1d1d1;
  background-color: #fff;
  box-shadow: #d1d1d1 0px 8px 0px;
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 20px;
  align-items: center;
}

.news__category-list {
  margin-top: 10px;
  display: flex;
  gap: 5px;
}

.news__category-item {
  color: #fff;
  background: var(--main-color);
  font-size: 12px;
  padding: .1em 1em;
  border-radius: 100px;
}

.news_cont img {
  width: 230px;
}

.news_cont .news_cont_info {
  width: calc(100% - 250px);
  padding-left: 20px;
  line-height: 24px;
  border-left: solid 2px #d1d1d1;
}

.news_cont .news_cont_info text {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 14px;
  color: #888888;
}

.news_cont .news_cont_info b {
  color: var(--main-color);
  font-size: 24px;
  padding: 10px 0 15px;
  display: block;
}

.news_cont .news_cont_info p {
  font-size: 14px;
  line-height: 24px;
  max-height: 100px;
  overflow: hidden;
}

.news-detail__thumbnail,
.post-detail__content img {
  max-width: 720px;
  max-height: 480px;
  display: block;
  margin: auto;
  object-fit: contain;
}

table.contact_table {
  text-align: left;
}

table.contact_table th {
  width: 150px;
}

table.contact_table th span {
  color: red;
  font-size: 12px;
}

table.contact_table td {
  width: calc(100% - 150px);
  padding: 10px;
}

input[type="text"],
input[type="text"],
input[type="tel"],
select,
textarea {
  padding: 10px 20px;
  border-radius: 7px;
  border: solid 2px #D1D1D1;
  box-shadow: #D1D1D1 0px 2px 0px;
  font-size: 16px;
  box-sizing: border-box;
  width: 100%;
}

.secPolicy p {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 20px;
}

.secPolicy p.secPolicy__intro {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 30px;
}

.secPolicy h2.secPolicy__heading {
  font-size: 18px;
  border-bottom: solid 2px #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: var(--accent-color);
}

.secPolicy__list {
  margin-bottom: 20px;
}

.secPolicy__list li {
  display: block;
  padding: 10px 0;
  font-size: 14px;
  line-height: 1.5;
}

.ta-center.check-privacy {
  display: flex;
  justify-content: center;
  padding: 15px 0;
  margin: 20px 0;
  background-color: #f1f1f1;
}

.hummenu_cont,
.hummenu {
  display: none;
}


#checklamp {
  background-image: url(./images/checklamp-bk.jpg);
  padding-top: 30px;
}

#checklamp h4 {
  text-align: center;
  font-size: clamp(0px, 4vw, 40px);
  line-height: 2em;
  color: #fff;
  font-weight: 900;
  position: relative;
}

#checklamp h4 img {
  position: absolute;
  width: 10%;
  left: 70px;
  bottom: 40px;
}

#checklamp h4 span {
  font-size: 1.25em;
  transform: skewX(-15deg);
  display: inline-block;
}

#checklamp h4 span.text01 {
  color: #E70515;
}

#checklamp h4 span.text02 {
  color: #F5D702;
}

#checklamp h4 text {
  font-size: 60px;
  display: inline-block;
  position: relative;
}

#checklamp h4 text:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background-color: #F5D702;
  top: -5px;
  left: calc(50% - 5px);
}

#checklamp ul {
  padding: 30px 0;
}

#checklamp ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}

#checklamp ul li:first-child {
  margin-bottom: 30px;
}

#checklamp ul li img {
  width: 145px;
}

#checklamp ul li h5 {
  color: #fff;
  font-size: 20px;
  padding: 0 10px;
}

#checklamp ul li h5 span {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 900;
  color: #F5D702;
}

#checklamp .picktext {
  text-align: center;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  background-color: #E70515;
  border: solid 2px #fff;
  box-shadow: #E70514 0px 0px 0px 7px;
  padding: 30px 0;
  margin: 30px 0;
}

#checklamp .picktext span {
  color: #F5D702;
  font-size: 34px;
}

#checklamp .checklamp_link {
  text-align: center;
}

#checklamp .checklamp_link a {
  color: #fff;
  text-decoration: underline;
}

#checklamp .small_link a {
  color: #fff;
}

.carlist {
  background-color: #fff;
  padding: 100px calc((100% - 1000px)/2);
}

.carlist ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 13px;
  padding: 0 20px;
}

.carlist ul li {
  width: 24%;
}

.carlist ul li.ttl {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 900;
}

.carlist ul li.ttl bar {
  display: block;
  width: calc(100% - 50px - 120px);
  height: 1px;
  background-color: #333;
}

.carlist ul li.ttl img {
  width: 50px;
}

.carlist ul li p {
  margin-bottom: 12px;
  font-weight: 700;
  color: #333;
  line-height: 18px;
}

.carlist h4 {
  font-size: 22px;
  text-align: center;
  display: block;
  margin-bottom: 50px;
  color: var(--main-color);
  font-weight: 900;
}

#guarantee {
  padding: 140px 0 50px;
  margin-top: -90px;
}

#guarantee h2 {
  text-align: left;
  font-size: clamp(0px, 4.8vw, 48px);
  font-weight: 800;
  margin-bottom: 50px;
  position: relative;
  letter-spacing: -3px;
  line-height: 1.66;
}

#guarantee h2 span {
  font-size: 180%;
  display: inline-block;
  font-style: italic;
  color: var(--grad1-color);
  font-weight: 900;
  margin-right: 10px;
}

#guarantee h2 text {
  font-size: 130%;
  color: var(--main-color);
  font-weight: 900;
  display: inline-block;
  font-style: italic;
  margin: 0 10px;
}

#guarantee h2 img {
  position: absolute;
  top: -30px;
  right: clamp(0px, 18vw, 180px);
  width: clamp(0px, 15vw, 150px);
  z-index: -1;
}

#guarantee p {
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

#guarantee p b {
  display: block;
  font-size: clamp(0px, 4.2vw, 42px);
  font-style: italic;
  margin: 40px 0;
  color: #EE0B0A;
}

#otherservice {
  background-color: var(--main-color);
  color: #fff;
}

#otherservice h4 {
  font-size: 40px;
  text-align: center;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 50px;
}

#otherservice h4 span {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
}

#otherservice ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 3%;
}

#otherservice ul li {
  width: 31%;
  display: flex;
  margin-bottom: 2%;
  align-items: center;
}

#otherservice ul li img {
  width: 100px;
  position: relative;
  border-radius: 10px;
  aspect-ratio: 1/1;
  object-fit: cover;
}

#otherservice ul li p {
  font-size: 11px;
  padding-left: 15px;
  line-height: 1.4;
}

#otherservice ul li p b {
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
  color: var(--tel1-color);
  font-weight: 800;
}


#voice {
  background-color: #e5f0ff;
}

#voice h4 {
  font-size: 40px;
  text-align: center;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 50px;
  color: var(--main-color);
}

#voice h4 span {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
}

#voice ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#voice ul li {
  width: 48%;
  display: flex;
  margin-bottom: 2%;
  align-items: center;
}

#voice ul li img {
  width: 150px;
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 1000px;
}

#voice ul li p {
  font-size: 13px;
  padding-left: 15px;
  line-height: 1.2;
}

#voice ul li p b {
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
  color: #222;
  font-weight: 800;
}

#voice ul li p text {
  display: block;
  font-size: 12px;
  text-align: right;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  #guarantee {
    padding: 160px 0 0;
  }

  #guarantee h2 {
    text-align: center;
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 44px;
    margin-bottom: 20px;
  }

  #guarantee h2 span {
    font-size: 180%;
  }

  #guarantee h2 text {
    font-size: 160%;
    margin: 0 5px 0 0;
  }

  #guarantee p {
    font-size: 14px;
    line-height: 22px;
  }

  #guarantee p b {
    font-size: 26px;
    line-height: 1.2;
    margin: 20px 0;
  }

  #guarantee h2 img {
    top: -80px;
    right: calc(50% - 35px);
    width: 70px;
    z-index: -1;
  }

  #otherservice h4 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 30px;
  }

  #otherservice h4 span {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 800;
  }

  #otherservice ul li {
    width: 100%;
    margin-bottom: 20px;
    align-items: center;
  }

  #otherservice ul li p {
    font-size: 12px;
    line-height: 1.4;
  }

  #voice h4 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 30px;
  }

  #voice h4 span {
    display: block;
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
    font-weight: 800;
  }

  #voice ul li {
    width: 100%;
    margin-bottom: 20px;
    align-items: center;
  }

  #voice ul li img {
    width: 100px;
  }

  #voice ul li p {
    font-size: 10px;
    line-height: 1.4;
  }

  #voice ul li p b {
    font-size: 15px;
  }
}




.secThanks__ttl {
  text-align: center;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 800;
}

.secThanks__btn {
  display: block;
  width: 140px;
  background-color: #ffffff;
  text-align: center;
  padding: 10px 0;
  margin: 30px auto 0;
  border: solid 2px var(--main-color);
  color: var(--main-color);
  border-radius: 10000px;
}

.secThanks__btn:hover {
  background-color: var(--main-color);
  color: #fff;
}

.secThanks__description {
  width: 80%;
  margin: 40px auto;
  line-height: 1.6;
}

.googlemap {
  border: 0;
  display: block;
  width: 100%;
  height: 300px;
}

@media screen and (max-width:768px) {
  .googlemap {
    height: 150px;
  }

  .secThanks__ttl {
    font-size: 30px;
  }

  #checklamp {
    padding-top: 20px;
  }

  #checklamp h4 {
    font-size: 20px;
    line-height: 40px;
  }

  #checklamp h4 span {
    font-size: 32px;
    margin: 0 3px;
  }

  #checklamp h4 text {
    font-size: 32px;
  }

  #checklamp h4 text:before {
    width: 7px;
    height: 7px;
    top: -4px;
    left: calc(50% - 3.5px);
  }

  #checklamp h4 img {
    width: 57px;
    left: 0px;
    bottom: 62px;
  }

  #checklamp ul li:first-child {
    margin-bottom: 20px;
  }

  #checklamp ul li img {
    width: 75px;
  }

  #checklamp ul li h5 {
    font-size: 12px;
    padding: 0 5px;
  }

  #checklamp ul li h5 span {
    font-size: 18px;
    margin-bottom: 10px;
  }

  #checklamp .picktext {
    font-size: 16px;
    line-height: 28px;
    padding: 15px 0;
    width: 95%;
    margin: 0 auto;
  }

  #checklamp .picktext span {
    font-size: 18px;
    display: block;
    font-weight: 900;
  }

  #checklamp .small_link a {
    font-size: 14px;
  }

  .carlist {
    padding: 50px 20px;
  }

  .carlist h4 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .carlist ul {
    padding: 0 0;
  }

  .carlist ul:not(:last-child) {
    margin-bottom: 30px;
  }

  .carlist ul li {
    width: 49%;
  }

  .carlist ul li.ttl {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
  }

  .carlist ul li p {
    margin-bottom: 0px;
    line-height: 20px;
    font-size: 12px;
  }


}



@media screen and (max-width:1250px) {
  main.bottom {
    width: calc(100% - 280px);
    padding: 30px 15px;
  }

  .sidebar {
    padding: 30px 15px;
  }

  .sidebar .cta_tel b {
    font-size: 28px;
  }

  .sidebar a.cta_form h6 {
    font-size: 17px;
  }

  .sidebar a.cta_form h6 span {
    margin-top: 5px;
  }
}


.pconly {
  display: block;
}

.sponly {
  display: none;
}

@media screen and (max-width:768px) {
  .pconly {
    display: none;
  }

  .sponly {
    display: block;
  }

  p {
    font-size: 14px;
  }

  .hummenu {
    display: grid;
    justify-content: center;
    gap: 5px;
    position: fixed;
    top: 25px;
    right: 3vw;
    background-color: var(--main-color);
    color: #fff;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    z-index: 4;
    grid-template-rows: max-content;
    align-content: center;
  }

  .hummenu__icon {
    position: relative;
    width: 70%;
    margin: auto;
    aspect-ratio: 3/2;
  }

  .hummenu__bar {
    display: block;
    background: #fff;
    border-radius: 100px;
    height: 3px;
    right: 0;
    left: 0;
    position: absolute;
    transition: all .5s;
  }


  .hummenu__bar-top {
    top: 0;
  }

  .hummenu__bar-mid {
    top: 50%;
    transform: translateY(-50%);
  }

  .hummenu__bar-btm {
    bottom: 0;
  }

  html.overflow .hummenu__bar-mid {
    opacity: 0;
  }

  html.overflow .hummenu__bar-top {
    top: 50%;
    transform: translateY(-50%) rotate(135deg);
  }

  html.overflow .hummenu__bar-btm {
    top: 50%;
    transform: translateY(-50%) rotate(225deg);
    bottom: auto;
  }

  .hummenu ion-icon {
    display: block;
    width: 7vw;
    font-size: 7vw;
    margin: 0 auto;
  }

  .hummenu span {
    font-size: 10px;
    display: block;
    text-align: center;
  }

  .hummenu_cont {
    display: block;
    height: 0vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .95);
    z-index: 3;
    overflow: hidden;
    transition: .5s;
  }

  input[type="checkbox"]#hummenu:checked~.hummenu_cont {
    height: 100vh;
    width: 100%;
    padding: 50px 20px 20px;
  }

  .hummenu_cont_links a {
    display: block;
    font-size: 14px;
    color: var(--accent-color);
    padding: 12px 10px;
    border-bottom: solid 1px var(--accent-color);
  }

  .hd_main {
    padding: 10px;
  }

  .hd_main_links,
  .hd_menu_links,
  .hd_news h3 {
    display: none;
  }

  .logo a {
    font-size: 22px;
    display: block;
  }

  .logo a span {
    font-size: 10px;
    margin-top: 5px;
  }

  .hd_menu {
    padding: 6px 10px;
    justify-content: flex-start;
  }

  .hd_menu h2 {
    font-size: 11px;
    font-weight: normal;
  }

  .hd_news_cont {
    width: 100%;
    padding: 5px 10px;
  }

  .hd_news_cont a {
    align-items: center;
    display: flex;
  }

  .hd_news_cont a span {
    font-size: 10px;
    margin-right: 5px;
  }

  .hd_news_cont a b {
    font-size: 12px;
    width: 60%;
  }

  .hd_news_cont a.news_list_view {
    font-size: 10px;
    padding: 7px 7px;
    border-radius: 5px;
  }

  #area {
    flex-wrap: wrap;
    margin: 0px;
  }

  #area h3 {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }

  #area h3 span {
    margin-bottom: 0px;
    color: #9FBAEC;
    font-size: 10px;
    margin-right: 5px;
  }

  #area p {
    font-size: 10px;
    width: 100%;
    padding: 20px 15px;
    line-height: 15px;
  }

  .inner {
    padding: 30px 0;
  }

  .large_ttl text {
    font-size: 14px;
  }

  .large_ttl text span {
    font-size: 24px;
    display: block;
    font-weight: 900;
  }

  .large_ttl b {
    font-size: 24px;
    padding: 15px 30px;
    min-width: 250px;
    transform: skewX(-10deg);
  }

  .service_price_subttl span {
    padding: 10px 0;
    color: var(--main-color);
    width: calc(100% - 10px);
    display: inline-block;
    font-size: 16px;
  }

  main.bottom .service_price_subttl span {
    font-size: 12px;
  }

  .pricelist {
    border-radius: 20px;
  }

  .b_list {
    flex-wrap: wrap;
  }

  .b_list li.b_rebuilt {
    width: 100%;
    padding: 0 10px;
  }

  .b_list li {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }

  .b_list li:nth-child(2) {
    border-left: none;
  }

  .pricelist h5 {
    font-size: 14px;
    padding: 30px 10px 10px;
  }

  .caselist a p {
    font-size: 10px;
  }

  .b_list li h6,
  main.bottom .b_list li h6 {
    font-size: 14px;
    width: 100%;
  }

  .b_list li b,
  main.bottom .b_list li b {
    font-size: 50px;
  }

  .b_list li b span,
  main.bottom .b_list li b span {
    font-size: 14px;
    padding: 0 0 0px 2px;
  }

  .b_list li p,
  main.bottom .b_list li p {
    font-size: 14px;
    line-height: 14px;
  }

  .b_list li.b_rebuilt h6,
  main.bottom .b_list li.b_rebuilt h6 {
    font-size: 16px;
    padding: 10px 0;
  }

  .b_list li.b_rebuilt b,
  main.bottom .b_list li.b_rebuilt b {
    font-size: 56px;
  }

  .b_list li.b_rebuilt b span,
  main.bottom .b_list li.b_rebuilt b span {
    font-size: 22px;
  }

  .b_list li.b_rebuilt b:before,
  main.bottom .b_list li.b_rebuilt b:before {
    font-size: 11px;
    width: 50px;
    height: 50px;
  }

  .att_txt {
    padding: 15px 10px;
    margin-top: 20px;
    font-size: 12px;
  }

  #service-price {
    background: linear-gradient(180deg, #fff 0%, #fff 100px, #f6f6f6 100px, #f6f6f6 75%, var(--main-color) 75%, var(--main-color) 100%);
  }

  #service-price .small_link a {
    font-size: 14px;
  }

  .service_price_subttl {
    margin: 20px 0 15px;
  }

  .cta_links {
    flex-wrap: wrap;
  }

  .hd_main .cta_links {
    display: none;
  }

  .cta_links a {
    width: 100%;
  }

  .cta_tel {
    margin-bottom: 20px;
  }

  .cta_tel h6 {
    font-size: 18px;
  }

  .cta_tel b {
    color: var(--tel1-color);
    font-size: 38px;
    padding: 10px 0 5px;
  }

  .cta_tel b ion-icon {
    font-size: 32px;
  }

  .cta_tel b:before {
    width: 30px;
    height: 30px;
  }

  .payment {
    border-radius: 20px;
    margin-top: 20px;
    padding: 20px;
  }

  .payment h4 {
    font-size: 16px;
  }

  .payment h4 span {
    font-size: 12px;
    line-height: 16px;
    margin-left: 0;
    margin-top: 10px;
    display: block;
    margin-bottom: 10px;
  }

  .payment img {
    margin: 10px auto 0;
  }


  .small_ttl2 {
    font-size: 12px;
    padding: 20px 0 30px;
  }

  .works_list li {
    width: 48%;
    margin: 0 1% 1%;
    border-radius: 15px;
    padding: 20px 10px;
  }

  #accessmap .inner {
    max-width: 100%;
    padding: 30px 0;
  }

  #faq .large_ttl {
    margin-bottom: 30px;
  }

  #accessmap .large_ttl {
    margin-bottom: 15px;
  }

  #faq label {
    border: solid 2px #d1d1d1;
    box-shadow: #d1d1d1 0px 3px 0px;
    border-radius: 10px;
    padding: 14px 20px;
    display: block;
    margin-bottom: 10px;
  }

  #faq label p {
    font-size: 14px;
    line-height: 24px;
  }

  #faq label p.answer {
    margin-top: 15px;
    padding-top: 15px;
  }

  #faq label p:before {
    font-size: 20px;
  }

  #footer .inner {
    display: block;
  }

  #footer .ftcont_left {
    margin-bottom: 30px;
  }

  #footer .ftcont_left,
  #footer .ftcont_right {
    width: 100%;
  }

  #footer .ftcont_right {
    max-width: 300px;
    margin: 0 auto;
  }

  #footer .logo {
    text-align: center;
  }

  #footer .logo a {
    font-size: 20px;
    text-align: center;
  }

  #footer .logo a span {
    font-size: 10px;
  }

  #footer .logo a text {
    display: block;
    font-size: 12px;
    margin-top: 15px;
  }

  #footer .cta_links {
    display: grid;
    grid-template-columns: 53fr 47fr;
    gap: 1vw;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    padding: 5px;
    background-color: rgba(255, 255, 255);
    align-items: stretch;
  }

  #footer .cta_links a {
    margin: 0;
    max-width: none;
  }

  #footer a.cta_tel {
    display: block;
    background-color: var(--main-color);
    padding: 8px 10px;
    border-radius: 10px;
  }

  #footer a.cta_tel h6 {
    font-size: 10px;
    padding: 5px 0;
  }

  #footer a.cta_tel b {
    font-size: 22px;
    padding: 5px 0;
  }

  #footer a.cta_tel b ion-icon {
    display: none;
  }

  #footer a.cta_tel p {
    font-size: 10px;
  }

  #footer a.cta_form {
    padding: 10px;
  }

  #footer a.cta_form h6 {
    width: 100%;
    font-size: 15px;
  }

  #footer a.cta_form h6 span {
    font-size: 10px;
  }

  #footer a.cta_form ion-icon {
    display: none;
  }

  #footer a.cta_form:before {
    border: solid 1px #fff;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    border-radius: 9px;
  }

  #bottommv p {
    font-size: 22px;
  }

  #bottommv img {
    height: 100px;
  }

  .pankuzu {
    padding: 6px 10px;
  }

  .pankuzu a,
  .pankuzu p {
    font-size: 12px;
  }

  .pankuzu p {
    max-width: 210px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .bottom_layout {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }

  .sidebar,
  main.bottom {
    width: 100%;
    padding: 30px 10px;
    height: auto;
  }

  .midium_ttl,
  #serviceprice .pricelist h5 {
    font-size: 20px;
    line-height: 1.2;
    padding: 0 0 10px 5px;
    margin-bottom: 15px;
    text-align: left;
  }

  .midium_ttl span {
    color: #333;
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
  }

  .news-detail__thumbnail,
  .post-detail__content img {
    max-width: 560px;
    max-height: 400px;
  }

  .news_cont {
    display: block;
    padding: 20px;
    margin-bottom: 18px;
  }

  .news_cont .news_cont_info {
    width: 100%;
    padding-left: 0;
    line-height: 24px;
    border-left: none;
  }

  .news_cont img {
    width: 100%;
    height: 150px;
    object-fit: cover;
  }

  .news_cont .news_cont_info b {
    font-size: 16px;
    padding: 0 0 10px;
  }

  .news_cont .news_cont_info p {
    font-size: 12px;
    line-height: 18px;
    max-height: 55px;
  }

  .news_cont .news_cont_info text {
    font-size: 12px;
    color: #373737;
    margin-top: 5px;
  }

  #servicelist .att_txt {
    margin-top: 10px;
    font-weight: bold;
    font-size: 12px;
  }

  main.bottom .cta_links {
    display: none;
  }

  .flex_images_cont {
    display: block;
  }

  .flex_images_cont p {
    width: 100%;
    line-height: 26px;
  }

  .flex_images_cont.graf p {
    width: 100%;
    margin-bottom: 20px;
  }

  .flex_images_cont img {
    width: 100%;
    max-width: 250px;
    margin: 20px auto;
    display: block;
  }

  .flow_cont {
    display: block;
    padding: 20px;
  }

  .flow_cont img {
    width: 100%;
    margin-bottom: 15px;
  }

  .flow_cont p {
    width: 100%;
    padding-left: 0;
    line-height: 24px;
    border-left: none;
  }

  .flow_cont p b {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .bottom_txt__cont p {
    line-height: 26px;
  }

  .bottom_txt__cont p b,
  .flex_images_cont p b {
    font-size: 16px;
    line-height: 20px;
  }

  .flowarrow img {
    width: 50%;
    max-width: 50px;
    margin: 18px auto 10px;
  }

  .sidebar .cta_tel b {
    font-size: 40px;
  }

  .sidebar .cta_tel p {
    font-size: 16px;
  }

  .hummenu_cont_links {
    margin-bottom: 30px;
  }

  .humpayment {
    margin-bottom: 10px;
  }

  .hummenu_cont .cta_tel h6 {
    background-color: var(--main-color);
    color: #fff;
    font-size: 14px;
  }

  .hummenu_cont .cta_tel b {
    font-size: 40px;
    color: #000;
  }

  .hummenu_cont .cta_tel p {
    color: var(--main-color);
  }

  a.cta_form,
  .sidebar a.cta_form {
    padding: 20px;
    border-radius: 12px;
  }

  a.cta_form:before,
  .sidebar a.cta_form:before {
    border-radius: 9px;
  }

  a.cta_form h6,
  .sidebar a.cta_form h6 {
    font-size: 24px;
  }

  a.cta_form h6 span,
  .sidebar a.cta_form h6 span {
    margin-top: 5px;
  }

  a.cta_form ion-icon,
  .sidebar a.cta_form ion-icon {
    width: 40px;
    font-size: 40px;
  }

  .works_list a {
    width: 100%;
    max-width: 400px;
    margin: 0 0 40px;
    padding: 30px 20px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .works_list a:last-child {
    margin: 0;
  }

  .works_list a img {
    width: 100px;
  }

  .works_list a h5 {
    font-size: 16px;
    padding: 5px 0;
    text-align: left;
  }

  .works_list a p {
    justify-content: end;
  }

  .works_list a p span {
    font-size: 32px;
  }

  .caselist {
    gap: 0 15px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }


  .caselist a:nth-child(odd) {
    margin-right: 0;
  }

  .caselist a {
    width: 300px;
    margin-bottom: 5%;
  }


  .caselist a p span {
    font-size: 32px;
  }

  .caselist a h5 {
    font-size: 18px;
  }

  .caselist a img {
    /*width: calc(100% - 210px);*/
  }

  .caselist a .txt {
    /*width: 200px;*/
    padding-left: 0px;
  }

  .caselist__txt {
    flex-grow: 1;
    margin-left: 15px;
  }

  .case_single {
    flex-wrap: wrap;
  }

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

  .case_single_img {
    width: 100%;
  }

  .case_single_price {
    border-radius: 20px;
    padding: 0px 20px 20px;
  }

  .case_single_price h6 {
    font-size: 15px;
    padding: 7px 0 10px;
    margin: 0 auto 10px;
  }

  .case_single_price p span {
    font-size: 20px;
  }

  .case_single_price p span text {
    font-size: 10px;
  }

  .copy {
    padding-bottom: 120px;
  }

  table.contact_table th,
  table.contact_table td {
    display: block;
    width: 100%;
    padding: 0;
  }

  table.contact_table th {
    margin-bottom: 5px;
    font-size: 14px;
  }

  table.contact_table td {
    margin-bottom: 20px;
  }

  form {
    margin-bottom: 0px;
  }

  .bottom_table th {
    padding: 15px 5px;
    font-size: 12px;
  }

  .bottom_table td {
    padding: 15px 5px;
    font-size: 14px;
  }

  .bottom_table tr:first-child th,
  .bottom_table tr:first-child td {
    padding: 0 5px 15px;
  }

  #sitemap .bottom_table th {
    width: 180px;
    font-size: 16px;
  }

  #sitemap .bottom_table td {
    font-size: 12px;
    line-height: 18px;
  }

  #faq label p.question ion-icon {
    position: absolute;
    top: calc(50% - 6px);
    right: -10px;
    font-size: 12px;
  }

  .worklogos-ttl {
    font-size: 12px;
    line-height: 20px;
  }

  .worklogos-ttl span {
    font-size: 20px;
  }

  #worklogos {
    padding: 30px 10px;
  }

  #worklogos .inner {
    padding: 10px 0 0px;
    width: 300px;
  }

  #appeal:after,
  #trouble:after {
    height: 40px;
    border-width: 40px 50vw 0 50vw;
  }

  #appeal h2 {
    font-size: 22px;
    line-height: 38px;
    transform: skewX(0deg);
  }

  #appeal h2 text {
    font-size: 28px;
    display: block;
  }

  #appeal h2 span {
    font-size: clamp(0px, 8.53vw, 36px);
    margin-top: 5px;
    transform: skewX(-7deg);
  }

  .appeal_cont {
    padding: 30px 0;
    flex-wrap: wrap;
  }

  .appeal_cont img {
    width: 100%;
    margin-bottom: 30px;
  }

  .appeal_cont p span {
    padding: 15px;
    font-size: 14px;
    line-height: 22px;
    transform: skewX(-10deg);
    width: 95%;
    margin: 0 auto 10px;
  }

  .appeal_cont p span text {
    font-size: 22px;
    font-weight: 900;
  }

  .appeal_cont p {
    width: 100%;
  }

  .company_imgs img {
    height: 70px;
  }

  .ftcont_area {
    padding: 20px;
    width: 90%;
    margin: 10px auto 0;
  }

  .ftcont_area p {
    font-size: 10px;
    line-height: 18px;
  }

  .ftcont_area span {
    font-size: 12px;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }

  #appeal .inner {
    padding: 30px 0px;
  }

  .snsblock {
    justify-content: center;
  }


}



/*投稿本文・ビジュアルエディタ用スタイル*/
.post-detail__content {
  display: grid;
  gap: 1em;
}

.post-detail__content h1,
.post-detail__content h2 {
  border-bottom: solid 2px #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: var(--accent-color);
}


.post-detail__content h1 {
  font-size: 32px;
}

.post-detail__content h2 {
  font-size: 28px;
}

.post-detail__content h3 {
  font-size: 24px;
}

.post-detail__content h4 {
  font-size: 20px;
}

.post-detail__content h5 {
  font-size: 18px;
}

.post-detail__content h6 {
  font-size: 16px;
}

.post-detail__content h1:not(:first-child),
.post-detail__content h2:not(:first-child),
.post-detail__content h3:not(:first-child),
.post-detail__content h4:not(:first-child),
.post-detail__content h5:not(:first-child),
.post-detail__content h6:not(:first-child) {
  margin-top: 2em;
}

.post-detail__content ul,
.post-detail__content ol {
  position: relative;
  left: 2em;
}

.post-detail__content ul li {
  list-style-type: disc;
}

.post-detail__content ol li {
  list-style-type: decimal;
}

.post-detail__content blockquote {
  padding-top: .2em;
  padding-bottom: .2em;
  padding-left: 10px;
  border-left: #666 4px solid;
  color: #666;
}

.post-detail__content p {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}

.post-detail__content a {
  text-decoration: underline;
  color: var(--main-color);
}

.post-detail__content a:hover {
  text-decoration: none;
}