/*
Theme Name: HEVバッテリーベース バージョン2
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;
  background-color: var(--background-color);
}

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;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.hd_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(180deg, black, transparent);
  padding-left: 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: 20px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 600;
}

.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;
  gap: 15px;
}
.hd_menu a {
  color: #fff;
  font-size: 14px;
  font-family: serif;
}
.hd_menu a.hd_menu_contact { 
  display: flex;
  align-items: center;
  font-size: 24px;
  background-color: var(--main-color);
  color: #fff;
  width: 250px;
  justify-content: center;
  gap: 5px;
  padding: 20px 0;
}

.hd_main .logo {
  max-width: 300px;
}
.logo h2 {
  font-size: 10px;
  display: block;
  color: #fff;
  font-weight: 400;
  margin-top: 5px;
  line-height: 1.2;
}

.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;
  padding: 15vh 5vw 7vh;
  background-size: cover;
  background-position: 100% 100%;
}
#mv .inner {
  padding: 0;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}
.mvcatch__main {
  color: #fff;
  font-weight: 900;
  line-height: 3em;
  position: relative;
}
.mvcatch__main span {
  font-style: italic;
  line-height: 1;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: .2em;
  margin-right: -.2em;
}
span.grad {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: .2em;
  margin-right: -.2em;
}
.silver {
  background: linear-gradient(180deg, #fdfdfd 0%,#fff 50%,#B4BAC7 100%);
}
.gold {
  background: linear-gradient(40deg, #B07515 0%,#E0BA5F 9%,#F5D77F 14%,#FFFFD7 25%,#F5D77F 36%,#B07515 49%,#E0BA5F 57%,#F5D77F 61%,#FFFFD7 74%,#F5D77F 85%,#B07515 100%);
}
.blue {
  background: linear-gradient(-20deg, #064CD4 0%,#65A9F3 65%,#0036B9 100%);
}
.mvcatch__main span.size1 {
  font-size: 7em;
}
.mvcatch__main span.size2 {
  font-size: 6em;
}
.mvcatch__main span.size3 {
  font-size: 5em;
}
.mvcatch__main span.size4 {
  font-size: 4em;
}
.mvcatch__main span.size5 {
  font-size: 1.8em;
  display: block;
  margin-bottom: 10px;
}
.mvcatch__main span.abso {
  position: absolute;
  top: 0.5em;
  left: .5em;
}

.mvcatch__labels li {
  display: inline-flex;
  gap: 1.2em;
  align-items: center;
  border: solid 2px;
  border-image: linear-gradient(-28deg, #B07515 0%, #E0BA5F 9%, #F5D77F 14%, #FFFFD7 25%, #F5D77F 36%, #B07515 49%, #E0BA5F 57%, #F5D77F 61%, #FFFFD7 74%, #F5D77F 85%, #B07515 100%) 2;
  padding: 15px 20px;
  margin-top: 15px;
  transform: skewX(-15deg);
  background: linear-gradient(45deg, #051223, #080E19);
}
.mvcatch__labels li figure{
  transform: skewX(15deg);
}
.mvcatch__labels li:first-child figure{
  width: 50px;
}
.mvcatch__labels li:last-child figure{
  width: 40px;
}
.mvcatch__labels li p {
  font-weight: 700;
  font-size: 2em;
  letter-spacing: 2px;
}
.mvcatch__labels li p span.gold {
  font-size: 120%;
}


.mvcatch__ornament {
  display: grid;
  grid-template-columns: 290px 270px 280px;
  gap: 20px;
  margin-top: 20px;
  max-width: 800px;
}
.mvcatch__ornament li {
  text-align: center;
}
.mvcatch__ornament li:before {
  content: "";
  width: 47px;
  height: 40px;
  background-image: url(./images/ornament-crown.png);
  display: block;
  background-size: cover;
  margin: 0 auto 10px;
}
.mvcatch__ornament li p {
  line-height: 1.2;
  background: url(./images/ornament-left.png) 0%, url(./images/ornament-right.png) 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.mvcatch__ornament li p span {
  background: linear-gradient(180deg, #fdfdfd 0%,#fff 50%,#B4BAC7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.mvcatch__ornament li p span.gold {
  background: linear-gradient(40deg, #B07515 0%,#E0BA5F 9%,#F5D77F 14%,#FFFFD7 25%,#F5D77F 36%,#B07515 49%,#E0BA5F 57%,#F5D77F 61%,#FFFFD7 74%,#F5D77F 85%,#B07515 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mvcatch__ornament li p span.size1 {
  font-size: 54px;
  font-family: serif;
  font-weight: 900;
  font-style: italic;
  margin-right: -.1em;
}
.mvcatch__ornament li p span.size2 {
  font-size: 30px;
  font-family: serif;
}
.mvcatch__ornament li p span.size3 {
  font-size: 22px;
  display: block;
}
.mvcatch__ornament li p span.size4 {
  font-size: 22px;
}
.mvcatch__ornament li p span.size5 {
  font-size: 18px;
  display: block;
}




@media screen and (max-width:1020px) {
.hd_menu a.hd_menu_contact {
    font-size: 18px;
    width: 180px;
}
.hd_menu a {
    font-size: 12px;
}
.mvcatch__main span.size1 {
    font-size: 5em;
}
.mvcatch__main span.size2 {
    font-size: 4em;
}
.mvcatch__main span.size3 {
    font-size: 3em;
}
.mvcatch__main span.size4 {
    font-size: 2.7em;
}
.mvcatch__labels li {
    display: inline-flex;
    gap: .7em;
}
.mvcatch__labels li p {
    font-size: 1.4em;
    letter-spacing: 1px;
}
.mvcatch__labels li:first-child figure {
    width: 40px;
}
.mvcatch__labels li:last-child figure {
    width: 30px;
}
.mvcatch__ornament {
    grid-template-columns: 220px 210px 200px;
    gap: 10px;
}
.mvcatch__ornament li p span.size1 {
    font-size: 40px;
}
.mvcatch__ornament li p span.size2 {
    font-size: 22px;
}
.mvcatch__ornament li p span.size3 {
    font-size: 16px;
}
.mvcatch__ornament li p span.size4 {
    font-size: 14px;
}
.mvcatch__ornament li p span.size5 {
    font-size: 14px;
    display: block;
}
}


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

#mv {
  background-position: 70% 100%;
}
.mvcatch__main span.size1 {
    font-size: 3.6em;
}
.mvcatch__main span.size2 {
    font-size: 3em;
}
.mvcatch__main span.size3 {
    font-size: 2.2em;
}
.mvcatch__main span.size4 {
    font-size: 1.7em;
}
.mvcatch__main span.size5 {
    font-size: 1.4em;
    text-indent: -16px;
    padding-left: 10px;
    line-height: 1.4;
    margin-bottom: 3px;
}
.mvcatch__main span.abso {
    top: 0.8em;
    left: 0;
}
.mvcatch__labels li {
    padding: 10px 15px;
    gap: 7px;
    margin-top: 5px;
}
.mvcatch__labels li p {
    font-size: 15px;
    letter-spacing: 0px;
}
.mvcatch__labels li:first-child figure {
    width: 25px;
}
.mvcatch__labels li:last-child figure {
    width: 20px;
}
.mvcatch__ornament {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
}

.mvcatch__ornament li p span.size1 {
    font-size: 30px;
}
.mvcatch__ornament li p span.size2 {
    font-size: 18px;
}
.mvcatch__ornament li p span.size3 {
    font-size: 13px;
}
.mvcatch__ornament li p span.size4 {
    font-size: 12px;
}
.mvcatch__ornament li p span.size5 {
    font-size: 11px;
    display: block;
}
.mvcatch__ornament li:before {
    width: 37px;
    height: 30px;
}
}

@media screen and (max-width:480px) {
.mvcatch__ornament {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.mvcatch__ornament li {
  width: 49%;
}
}



.inner,
.bottom_inner {
  padding: 100px 0;
  max-width: 1000px;
  width: calc(100% - 30px);
  margin: 0 auto;
}
.cta_btns {
  border-top: solid 1px #ddd;
  padding: 0 3%;
}
.cta_btns_inner {
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.cta_btns_inner a {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
}
.cta_btns_inner a.tel ion-icon {
  font-size: 56px;
}
.cta_btns_inner a.tel p span.roboto {
  font-family: 'Roboto';
  font-size: 3em;
  display: block;
  font-weight: 700;
  margin-top: 3px;
}
.cta_btns_inner a.contact {
  background: linear-gradient(40deg, #E0BA5F 0%, #F5D77F 14%, #FFFFD7 25%, #F5D77F 36%, #eed390 57%, #F5D77F 61%, #FFFFD7 74%, #F5D77F 100%);
  padding: 15px 30px;
  border-radius: 10px;
  color: #031424;
  font-size: 18px;
  font-weight: 700;
}
.cta_btns_inner a.contact ion-icon {
  font-size: 26px;
}
#payment {
  background: linear-gradient(80deg, #fdfdfd 0%, #DFE2EA 20%, #fff 50%);
  padding: 0 3%;
}
.payment_inner {
  display: grid;
  grid-template-columns: 1fr 30%;
  gap: 20px;
  align-items: center;
  padding: 25px 0;
  max-width: 1000px;
  margin: 0 auto;
}
.payment_inner p {
  color: #082B4B;
  font-size: 18px;
  font-weight: 700;
}
.payment_inner p b {
  display: block;
  font-size: 14px;
  color: #8B8B8B;
  margin-bottom: 10px;
  font-weight: 700;
}
#reason {
  padding: 25px 3%;
}
.reason_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
}
.reason_list li {
  border: solid 2px;
  border-image: linear-gradient(40deg, #7E7E7E 0%,#D2D2D2 9%,#F7F7F7 14%,#FFFFFF 25%,#F7F7F7 36%,#7E7E7E 49%,#D2D2D2 57%,#F7F7F7 61%,#FFFFD7 74%,#FFFFFF 85%,#7E7E7E 100%) 2;
  padding: 30px 0;
}
.reason_list_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.reason_list_ttl img {
  width: 50px;
}
.reason_list_ttl p {
  font-family: serif;
}
.reason_list_ttl p span {
  font-weight: 700;
}
.reason_list_ttl p span.silver {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  letter-spacing: 2px;
}
.reason_list_ttl p span.gold {
  font-size: 24px;
}
.reason_list_txt {
  text-align: center;
  color: #fff;
  margin-top: 10px;
  line-height: 1.4;
  font-size: 14px;
}
#area {
  padding: 0 3%;
}
.area_inner {
  max-width: 1200px;
  margin: 0 auto;
  background: linear-gradient(0deg, #fdfdfd 0%, #DFE2EA 50%, #fff 80%);
  padding: 40px 3%;
  display: grid;
  grid-template-columns: 200px 1fr;
  align-items: center;
}
.area_inner h3 {
  font-size: 14px;
  color: #8B8B8B;
}
.area_inner h3 b {
  display: block;
  font-weight: 700;
  font-size: 40px;
  color: #082B4B;
  letter-spacing: 5px;
  margin-top: 5px;
}
.area_inner p {
  font-weight: 700;
  line-height: 1.8;
  color: #333;
}


#worklogos {
  padding: 0 3%;
  background-color: #01030b;
  background-image: url(./images/worklogo-bk.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.worklogos_inner {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 50px 0;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}
.worklogos_ornament {
  background: url(./images/ornament-left.png) 0%, url(./images/ornament-right.png) 100%;
  background-size: contain;
  background-repeat: no-repeat;
  text-align: center;
  width: 370px;
  padding: 20px 0;
}
.worklogos_ornament span {
  background: linear-gradient(180deg, #fdfdfd 0%,#fff 50%,#B4BAC7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
.worklogos_ornament span.size1 {
  font-size: 70px;
  font-family: serif;
  font-weight: 900;
  font-style: italic;
  margin-right: -.1em;
}
.worklogos_ornament span.size2 {
  font-size: 30px;
  font-family: serif;
}
.worklogos_ornament span.size3 {
  font-size: 18px;
  display: block;
  margin-bottom: 10px;
}
.worklogos_ornament span.size4 {
  font-size: 22px;
}
.worklogos_ornament span.gold {
  background: linear-gradient(40deg, #B07515 0%,#E0BA5F 9%,#F5D77F 14%,#FFFFD7 25%,#F5D77F 36%,#B07515 49%,#E0BA5F 57%,#F5D77F 61%,#FFFFD7 74%,#F5D77F 85%,#B07515 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.worklogos_logos {
  display: grid;
  grid-template-columns: 50px 62px 50px 65px;
  align-items: center;
  gap: 10px;
  filter: invert(1) brightness(10000);
  margin-top: 10px;
}
.worklogos_info p {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}
.worklogos_info p span {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  font-weight: 400;
}




@media screen and (max-width:1100px) {
.reason_list {
    grid-template-columns: 1fr 1fr;
}
#worklogos {
    padding: 0 3% 20%;
    background-position: right bottom;
}
}

@media screen and (max-width:910px) {
.worklogos_inner {
    gap: 20px;
    justify-content: center;
}
.worklogos_info {
  text-align: center;
}
.worklogos_logos {
    width: 256px;
    margin: 10px auto 0;
}
}

@media screen and (max-width:768px) {
.cta_btns_inner {
  display: block;
}
.cta_btns_inner a {
  justify-content: center;
}
.hummenu_cont .cta_btns_inner a {
  color: #000;
}
.cta_btns_inner a.tel ion-icon {
  font-size: 42px;
}
.cta_btns_inner a.tel p {
  font-size: 12px;
}
.cta_btns_inner a.tel p span.roboto {
  font-size: 36px;
}
.cta_btns_inner a.contact {
  padding: 15px 0;
  margin-top: 10px;
}
.cta_btns_inner a.contact p {
  font-size: 16px;
}
#payment {
    background: linear-gradient(179deg, #fdfdfd 0%, #e8ebf1 35%, #fff 60%);
}
.payment_inner {
    grid-template-columns: 1fr;
    gap: 10px;
}
.payment_inner p {
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
}
.payment_inner p b {
    font-size: 12px;
    font-weight: 500;
}
.payment_inner img {
  max-width: 250px;
  display: block;
  margin: 0 auto;
}
.area_inner {
  grid-template-columns: 1fr;
}
.area_inner h3 {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end;
  gap: 10px;
  border-bottom: solid 1px #ddd;
  padding-bottom: 3%;
}
.area_inner h3 b {
  font-size: 30px;
  letter-spacing: 3px;
}
}

@media screen and (max-width:550px) {
.reason_list {
    grid-template-columns: 1fr;
    gap: 5px;
}
.reason_list li {
    display: grid;
    padding: 20px 10px;
    grid-template-columns: 160px 1fr;
}
.reason_list_ttl {
    gap: 10px;
    justify-content: flex-start;
}
.reason_list_ttl img {
    width: 30px;
}
.reason_list_ttl p span.silver {
    font-size: 11px;
}
.reason_list_ttl p span.gold {
    font-size: 16px;
}
.reason_list_txt {
    margin: 0;
    font-size: 10px;
    text-align: left;
}
}

@media screen and (max-width:480px) {
.worklogos_info p {
    font-size: 18px;
}
}




#checklamp {
  background-image: url(./images/checklamp-bk.jpg);
  color: #fff;
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
}

#checklamp h4 {
  font-size: 1.8em;
  text-align: center;
  line-height: 1.8em;
  font-family: serif;
}
#checklamp h4 span {
  color: #FFE100;
  display: block;
  font-size: 160%;
  line-height: 1.4;
}

#checklamp ul {
  max-width: 650px;
  margin: 50px 0;
}

#checklamp ul li {
  border: solid 2px;
  border-image: linear-gradient(40deg, #7E7E7E 0%, #D2D2D2 9%, #F7F7F7 14%, #FFFFFF 25%, #F7F7F7 36%, #7E7E7E 49%, #D2D2D2 57%, #F7F7F7 61%, #FFFFD7 74%, #FFFFFF 85%, #7E7E7E 100%) 2;
  display: grid;
  grid-template-columns: 150px 1fr;
  padding: 30px 20px;
  align-items: center;
  gap: 20px;
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, .8);
}

#checklamp ul li h5 {
  font-size: 18px;
}

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

#checklamp .picktext {
  font-family: serif;
  font-weight: 900;
  font-size: 2em;
  line-height: 1.4;
}

#checklamp .picktext span {
  font-size: 150%;
  font-style: italic;
}

@media screen and (max-width:1200px) {
#checklamp {
    background-size: contain;
    background-position: bottom;
    background-color: #000;
}
}

@media screen and (max-width:700px) {
#checklamp h4 {
    font-size: 3.4vw;
}
#checklamp ul {
    margin: 30px 0;
}
#checklamp ul li h5 span {
    font-size: 4.2vw;
    font-weight: 700;
}
#checklamp ul li h5 {
    font-size: 2.4vw;
    font-weight: 500;
}
#checklamp ul li {
    grid-template-columns: 15vw 1fr;
}
#checklamp .picktext {
    font-size: 3.6vw;
}
}



#trouble {
  background: linear-gradient(0deg, #fdfdfd 0%, #DFE2EA 50%, #fff 80%);
  position: relative;
}
.trouble_ttl p {
  font-size: 22px;
  color: #8B8B8B;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 10px;
}
.trouble_ttl h4 {
  color: #031424;
  font-size: 3em;
  font-weight: 900;
  font-style: italic;
  line-height: 1.2;
}
.trouble_ttl h4 span {
  color: #D50000;
  font-size: 140%;
  margin: 0 10px;
}

.trouble_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 30px 0;
}
.trouble_list li {
  border: solid 2px;
  border-image: linear-gradient(40deg, #7E7E7E 0%, #D2D2D2 9%, #F7F7F7 14%, #FFFFFF 25%, #F7F7F7 36%, #7E7E7E 49%, #D2D2D2 57%, #F7F7F7 61%, #FFFFD7 74%, #FFFFFF 85%, #7E7E7E 100%) 2;
  background-color: #fff;
  padding: 50px 30px;
  display: grid;
  align-items: center;
  grid-template-columns: 130px 1fr;
  gap: 20px;
}
.trouble_list_cont h5 {
  font-size: 1.4em;
  font-weight: 800;
  margin-bottom: 10px;
}
.trouble_list_cont p {
  font-size: 14px;
  line-height: 1.4;
}
.trouble_othertxt {
  font-weight: 700;
  line-height: 1.4;
}
.trouble_othertxt span {
  color: #D50000;
}
.trouble_acccont {
  border: solid 2px;
  border-image: linear-gradient(-28deg, #B07515 0%, #E0BA5F 9%, #F5D77F 14%, #FFFFD7 25%, #F5D77F 36%, #B07515 49%, #E0BA5F 57%, #F5D77F 61%, #FFFFD7 74%, #F5D77F 85%, #B07515 100%) 2;
  background: linear-gradient(45deg, #051223, #080E19);
  display: grid;
  grid-template-columns: 250px 1fr;
  gap: 20px;
  align-items: center;
  color: #fff;
  padding: 3%;
  margin-top: 30px;
}
.trouble_acccont p {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 1.4;
}
.trouble_acccont p span.gold {
  font-size: 120%;
}

@media screen and (max-width:1000px) {
.trouble_acccont {
    grid-template-columns: 15vw 1fr;
}
.trouble_acccont p {
    font-size: 2.2vw;
}
}

@media screen and (max-width:970px) {
.trouble_list {
    grid-template-columns: 1fr;
    gap: 10px;
}
.trouble_list li {
    padding: 30px;
    grid-template-columns: 15vw 1fr;
    gap: 20px;
}
.trouble_list_cont h5 {
    font-size: 4vw;
}
.trouble_ttl h4 {
    font-size: 5vw;
}
.trouble_ttl p {
    font-size: 4vw;
}
}

@media screen and (max-width:480px) {
.trouble_list_cont p {
    font-size: 12px;
}
.trouble_acccont {
    grid-template-columns: 1fr;
    padding: 30px;
}
.trouble_acccont img {
  width: 100px;
  margin: 0 auto;
  display: block;
}
.trouble_acccont p {
    font-size: 14px;
}

}


#appeal {
  color: #fff;
}
.appeal_ttl {
  font-size: 2em;
  text-align: center;
  line-height: 1.4;
  font-family: serif;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 30px;
}
.appeal_ttl span.red {
  color: #D50000;
  font-size: 140%;
}

.appeal_list li {
  border: solid 2px;
  border-image: linear-gradient(-28deg, #B07515 0%, #E0BA5F 9%, #F5D77F 14%, #FFFFD7 25%, #F5D77F 36%, #B07515 49%, #E0BA5F 57%, #F5D77F 61%, #FFFFD7 74%, #F5D77F 85%, #B07515 100%) 2;
  padding: 5%;
  background: linear-gradient(45deg, #051223, #080E19);
}
#bottom_service .appeal_list li {
  border: none;
}
.appeal_list li:first-child {
  margin-bottom: 20px;
}
.appeal_list_toptxt {
  text-align: center;
  display: block;
  font-size: 22px;
  line-height: 1.4;
}
.appeal_list_toptxt span{ 
  color: #FFE100;
}
.appeal_list li h3 {
  display: block;
  text-align: center;
  font-size: 2.2em;
  font-family: serif;
  font-style: italic;
  padding: 30px 0;
}

.appeal_items {
  display: grid;
  grid-template-columns: 1fr 20px 1fr 20px 1fr;
  align-items: center;
}
.appeal_items .plus {
  transform: scale(2);
}
.appeal_items_child h4 {
  margin-top: 5px;
  text-align: center;
}

.appeal_list_info {
  display: grid;
  grid-template-columns: 260px 1fr;
  padding: 30px 0;
  gap: 20px;
  align-items: center;
}
.appeal_list_ornament {
  text-align: center;
  background: url(./images/ornament-left.png) 0%, url(./images/ornament-right.png) 100%;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 10px 0;
}
.appeal_list_ornament .silver{
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
}
.appeal_list_ornament .gold{
  display: block;
  text-align: center;
  font-size: 3em;
  font-family: serif;
  font-weight: 900;
  font-style: italic;
}
.appeal_list_price span {
  font-family: serif;
  font-style: italic;
}
.appeal_list_price span.size1 {
  font-size: 6em;
  font-weight: 900;
}
.appeal_list_price span.size2 {
  font-size: 3em;
  font-weight: 900;
}
.appeal_list_price span.size3 {
  font-size: 2em;
  font-weight: 900;
}
.appeal_list_price p {
  font-size: 20px;
  font-family: serif;
  font-weight: bold;
  font-style: italic;
  margin-top: 10px;
}
.appeal_list_othertxt {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width:980px) {
#appeal h2 {
  font-size: 3.4vw;
}
#appeal h2 span {
  font-size: 150%;
}


.appeal_ttl {
    font-size: 3.6vw;
}
.appeal_list_info {
    display: flex;
    flex-wrap: wrap;
}
.appeal_list_ornament {
    width: 260px;
    margin: 0 auto;
}
.appeal_list_price {
  width: 100%;
  text-align: center;
}
.appeal_list_toptxt {
    font-size: 2.8vw;
    line-height: 1.6;
}
.appeal_list li h3 {
    font-size: 4.2vw;
    padding: 20px 0;
}
.appeal_items_child h4 {
    margin-top: 8px;
    text-align: center;
    font-size: 2vw;
}
.appeal_items .plus {
    transform: scale(1.5);
}
.appeal_list_price span.size1 {
    font-size: 14vw;
}
.appeal_list_price span.size2 {
    font-size: 6vw;
}
.appeal_list_price span.size3 {
    font-size: 4vw;
}
.appeal_list_price p {
    font-size: 4vw;
}


}



#otherservice {
  color: #fff;
  background: url(./images/otherservice-bk.png) 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
}

#otherservice h4,
#voice h4,
#works h4,
#faq h4,
#news h4,
#carlist h4 {
  font-size: 3.4em;
  text-align: center;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 50px;
  font-style: italic;
}

#otherservice h4 span.min,
#voice h4 span.min,
#works h4 span.min,
#faq h4 span.min,
#news h4 span.min,
#carlist h4 span.min {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
}
#otherservice h4 span.orange,
#voice h4 span.orange,
#works h4 span.orange,
#faq h4 span.orange,
#news h4 span.orange,
#carlist h4 span.orange {
  color: var(--main-color);
}

#otherservice ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  gap: 15px;
}

#otherservice ul li {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 20px;
}

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

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

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

@media screen and (max-width:700px) {
#otherservice h4,
#voice h4,
#works h4,
#faq h4,
#news h4,
#carlist h4 {
    font-size: 7vw;
}
#otherservice h4 span.min,
#voice h4 span.min,
#works h4 span.min,
#faq h4 span.min,
#news h4 span.min,
#carlist h4 span.min {
    font-size: 3.2vw;
    margin-bottom: 10px;
}
#otherservice ul {
    grid-template-columns: 1fr;
}


}



#voice {
  background: linear-gradient(0deg, #fdfdfd 0%, #DFE2EA 50%, #fff 80%);
}
.voice_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
.voice_list li {
  border: solid 2px;
  border-image: linear-gradient(-28deg, #B07515 0%, #E0BA5F 9%, #F5D77F 14%, #FFFFD7 25%, #F5D77F 36%, #B07515 49%, #E0BA5F 57%, #F5D77F 61%, #FFFFD7 74%, #F5D77F 85%, #B07515 100%) 2;
  padding: 15px 20px;
  background: #fff;
}
.voice_list li .upper {
  display: grid;
  grid-template-columns: 50px 1fr;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
}
.voice_list li .upper p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.voice_list li .middle {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 10px 0;
}
.voice_list li .middle dl {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 10px;
}
.voice_list li .middle dl:not(:last-child) {
  margin-bottom: 5px;
}
.voice_list li .middle dl dt {
  color: #fff;
  background-color: #031424;
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
}
.voice_list li .lower p {
  font-size: 14px;
  padding: 10px 0;
  line-height: 1.4;
}


#works,
#faq,
#news {
  color: #fff;
}
.works_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
.works_list a {
  border: solid 2px;
  border-image: linear-gradient(-28deg, #B07515 0%, #E0BA5F 9%, #F5D77F 14%, #FFFFD7 25%, #F5D77F 36%, #B07515 49%, #E0BA5F 57%, #F5D77F 61%, #FFFFD7 74%, #F5D77F 85%, #B07515 100%) 2;
  padding: 15px 20px;
  background: #fff;
}
.works_list a .upper p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.works_list a .middle {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  padding: 10px 0;
}
.works_list a dl {
  display: grid;
  grid-template-columns: 70px 1fr;
  align-items: center;
  gap: 10px;
}
.works_list a dl:not(:last-child) {
  margin-bottom: 5px;
}
.works_list a dl dt {
  color: #fff;
  background-color: #031424;
  font-size: 14px;
  text-align: center;
  padding: 5px 0;
}
.works_list a dl dd span.robot{
  font-size: 24px;
  font-weight: 700;
  color: var(--main-color);
}
.works_list a .lower {
  padding: 20px 0;
}

@media screen and (max-width:768px) {
.voice_list,
.works_list {
    grid-template-columns: 1fr 1fr;
}
}
@media screen and (max-width:480px) {
.voice_list,
.works_list {
    grid-template-columns: 1fr;
}

}


#faq label {
  border-radius: 15px;
  padding: 30px 50px 30px 30px;
  display: block;
  margin-bottom: 20px;
  width: 100%;
  border: solid 1px #f1f1f1;
  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;
  font-weight: 600;
}

#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: flex;
  line-height: 1.8;
  white-space: pre-wrap;
}

#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;
}



#news a.news_list_child {
  background-color: #fff;
  display: block;
  padding: 3%;
}
#news a.news_list_child b {
  display: block;
  padding: 20px 0;
  font-size: 24px;
  font-weight: 800;
}
#news a.news_list_child .category {
  display: inline-block;
  background-color: var(--main-color);
  color: #ffff;
  padding: 5px 10px;
  font-size: 16px;
  margin-left: 5px;
}



















.bottom_layout {
  color: #fff;
}





.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;
}

#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;
  justify-content: 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 {
  font-size: 16px;
  background-color: var(--main-color);
  color: #fff;
  padding: 25px 20px;
  display: inline-block;
  border-radius: 10000px;
}

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

.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);
}

.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;
}







.small_ttl2 {
  font-size: 18px;
  text-align: center;
  padding: 30px 0 60px;
}
#accessmap .large_ttl {
  margin-bottom: 50px;
}

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





#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: 40vh;
  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: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 1;
      font-family: serif;
    font-style: italic;
}

.pankuzu {
  display: flex;
  align-items: center;
  background: linear-gradient(-80deg, #fdfdfd 0%, #DFE2EA 50%, #fff 80%);
  padding: 15px 3%;
}

.pankuzu a {
  text-decoration: underline;
}

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

.pankuzu text {
  margin: 0 5px;
}

.midium_ttl {
  font-size: 28px;
  color: #fff;
  border-bottom: solid 3px #e7e7e7;
  line-height: 28px;
      padding: 0 0 30px 5px;
    margin-bottom: 30px;
    font-weight: 800;
    font-family: serif;
      border-image: linear-gradient(-28deg, #B07515 0%, #E0BA5F 9%, #F5D77F 14%, #FFFFD7 25%, #F5D77F 36%, #B07515 49%, #E0BA5F 57%, #F5D77F 61%, #FFFFD7 74%, #F5D77F 85%, #B07515 100%) 2;
}

.midium_ttl.rebuild {
  color: #dc1313;
}

.midium_ttl.new {
  color: #f55a00;
}

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

.midium_ttl span {
  color: #b2b2b2;
  font-size: 16px;
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}

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

.bottom_txt__cont p b,
.flex_images_cont p b {
  display: block;
  font-size: 20px;
  border-left: solid 4px;
  padding-left: 15px;
  margin-bottom: 20px;
  border-image: linear-gradient(-28deg, #B07515 0%, #E0BA5F 9%, #F5D77F 14%, #FFFFD7 25%, #F5D77F 36%, #B07515 49%, #E0BA5F 57%, #F5D77F 61%, #FFFFD7 74%, #F5D77F 85%, #B07515 100%) 2;
}

.bottom_txt__cont p span,
.flex_images_cont p span {
  display: inline;
  color: var(--main-color);
}

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

.flex_images_cont p {
  line-height: 2.2;
}

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

.flex_images_cont img {
  width: 260px;
}

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

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

.flow_item {
  margin-bottom: 30px;
}

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

.flow_cont {
    display: grid;
    grid-template-columns: 25vw 1fr;
    justify-content: space-between;
    align-items: stretch;
    gap: 30px;
    line-height: 1.6;
}
.flow_cont img {
  object-fit: cover;
}

.flow_cont p {
  font-size: 14px;
}
.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;
  }
  #news a.news_list_child b {
    padding: 10px 0;
    font-size: 16px;
}
#news a.news_list_child span {
  font-size: 11px;
}
#news a.news_list_child p {
    font-size: 12px;
    line-height: 1.4;
}
#news a.news_list_child .category {
    font-size: 10px;
}
}

#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;
}
.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,
.caselist__term-rebuilt {
  background-color: #dc1313;
}

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

.caselist a.case_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: 35vw 1fr;
  gap: 20px;
  align-items: flex-start;
  justify-content: space-between;
}

.case_single_img {
  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 {
  margin-top: 30px;
}
.case_single_price span {
  font-family: serif;
  font-weight: 700;
  font-size: 6vw;
  font-style: italic;
}
.case_single_price text {
  font-family: serif;
  font-weight: 700;
  font-size: 3vw;
  font-style: italic;
}

.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;
      color: #ffffff;
}

#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;
  border-image: linear-gradient(-28deg, #B07515 0%, #E0BA5F 9%, #F5D77F 14%, #FFFFD7 25%, #F5D77F 36%, #B07515 49%, #E0BA5F 57%, #F5D77F 61%, #FFFFD7 74%, #F5D77F 85%, #B07515 100%) 2;
  background-color: #fff;
  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: 16px;
  padding: 5px 20px;
  margin-bottom: 13px;
  font-weight: 700;
}

.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: 40px;
}

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

.secPolicy h2.secPolicy__heading {
  font-size: 18px;
  border-bottom: solid 2px #777;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #fff;
}

.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;
}
.ta-center.check-privacy a {
  color: #fff;
}

.hummenu_cont,
.hummenu {
  display: none;
}



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

.carlist__maker-wrapper {
  padding: 0 20px;
}

.carlist__grid-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 0;
  justify-content: space-between;
  font-size: 13px;
}

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

.carlist__name--jp{
  text-align: left;
}

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

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

.carlist__item {
  font-weight: 700;
  color: #333;
  line-height: 18px;
}

.carlist__maker-wrapper+.carlist__maker-wrapper {
  margin-top: 30px;
}

.carlist__head-title {
  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;
}




.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;
  }

  .carlist {
    padding: 50px 20px;
  }

  .carlist__head-title {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .carlist__grid-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    padding: 0 0;
  }

  .carlist__maker-wrapper {
    padding: 0;
  }

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

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


}


.pconly {
  display: block;
}

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

  .hummenu {
    display: grid;
    justify-content: center;
    gap: 5px;
    position: fixed;
    top: 25px;
    right: 3vw;
    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: 80%;
    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;
  }
  input[type="checkbox"]#hummenu:checked~.hummenu .hummenu__bar {
    background: #000;
  }
  input[type="checkbox"]#hummenu:checked~.hummenu .hummenu__text {
    color: #000;
  }

  .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 {
    display: none;
  }

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

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

  .sponly {
    display: block;
  }
.inner, .bottom_inner {
    padding: 30px 0;
}
.small_link a {
    padding: 18px 0;
    width: 80%;
}
  p {
    font-size: 14px;
  }
  .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;
  }

  .inner {
    padding: 70px 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;
  }
.case_single_price span {
    font-size: 11vw;
}
.case_single_price text {
    font-size: 5vw;
}
  .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;
  }


  .small_ttl2 {
    font-size: 12px;
    padding: 20px 0 30px;
  }
  #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;
    top: 65%;
  }

  #bottommv img {
    height: 40vh;
  }

  .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;
  }

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

  .midium_ttl span {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .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;
  }

  .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);
  }

  .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 {
    grid-template-columns: 1fr;
  }

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

  .case_single_img {
    width: 100%;
  }

  .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;
  }
  .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;
  }

  .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;
}


/*==================================
====================================
　2025/07/31〜　フッターGoogleレビューセクション
====================================
===================================*/

.footer-voice {
  background-color: #e5f0ff;
  border-top: 10px solid var(--main-color);
  border-bottom: 10px solid var(--main-color);
}

.footer-voice__description {
  margin-top: 2em;
  margin-bottom: 1em;
  text-align: center;
  line-height: 1.6;
}


/* ============================================================================================
  フッターバナー（buvjapan.com）　追加
============================================================================================= */
.footer__buv-baner {
  background: #fff;
  width: 100%;
}

.footer__buv-baner__link {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}

.footer__buv-baner__link:hover {
  opacity: 0.6;
}

/*------------------------------------------------------
    2026/01/16改修：共通サービスバナー用スタイル　ここから
-------------------------------------------------------*/
.service-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px 20px;
  margin: 10px auto 0;
  justify-content: center;
}

.service-banner__link {
  display: block;
  width: 100%;
}

.service-banner__img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .service-banner {
    margin: 24px auto 0;
  }

  .service-banner__link {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width:480px) {
.appeal_list_othertxt {
    font-size: 14px;
    line-height: 1.6;
}
.trouble_list li {
    grid-template-columns: 1fr;
}
.trouble_list li img {
  width: 150px;
    margin: 0 auto;
}
.trouble_list_cont h5 {
    font-size: 5vw;
}
#otherservice ul li p b {
    font-size: 18px;
}
}
/*------------------------------------------------------
    2026/01/16改修：共通サービスバナー用スタイル　ここまで
-------------------------------------------------------*/

/*------------------------------------------------------
    施工事例ページネーション　ここから
-------------------------------------------------------*/
.pagination {
  margin-top: 50px;
}
.pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.pagination ul li a,
.pagination ul li span {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  border-radius: 10000px;
  font-weight: 500;
  font-family: 'Roboto';
  padding: 0;
  border: none;
  text-decoration: none;
}
.pagination ul li a {
  background-color: #f1f1f1;
}
.pagination ul li span {
  background-color: var(--main-color);
  color: #fff;
}
.pagination ul li a.prev,
.pagination ul li a.next {
  width: auto;
  height: auto;
  color: #fff;
  border-radius: 0px;
  font-weight: 900;
  background-color: rgba(0, 0, 0, 0);
}
.pagination ul li a.prev:hover,
.pagination ul li a.next:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 0px;
  }
  .pagination ul {
    gap: 5px;
  }
  .pagination ul li a,
  .pagination ul li span {
    width: 30px;
    height: 30px;
  }
}

/*------------------------------------------------------
    フォームカラー　ここから
-------------------------------------------------------*/

table.contact_table th span.required {
  color: var(--main-color);
}

.mw_wp_form .error {
  color: var(--main-color);
  margin-top: 10px;
}

.mw_wp_form .check-privacy .error {
  margin-top: 0;
}

.secThanks .secThanks__inner {
  color: #fff;
}

.breadcrumbArea {
  display: flex;
  align-items: center;
  background: linear-gradient(-80deg, #fdfdfd 0%, #DFE2EA 50%, #fff 80%);
  padding: 15px 3%;
  margin-top: 90px;
}
.breadcrumbArea .breadcrumbArea__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: none;
  width: 100%;
  padding: 0;
  margin: 0;
}
.breadcrumbArea a { text-decoration: underline; }
.breadcrumbArea a,
.breadcrumbArea span[property="name"],
.breadcrumbArea .separator { font-size: 14px; }
.breadcrumbArea .separator { margin: 0 5px; }

@media screen and (max-width:768px) {
  .breadcrumbArea {
    padding: 6px 10px;
    margin-top: 96px;
  }
  .breadcrumbArea a,
  .breadcrumbArea span[property="name"],
  .breadcrumbArea .separator { font-size: 12px; }
}