@charset "UTF-8";
/* 共通 */
html {
  font-size: 100%;
}
body {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #333;
  font-size: 16px;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.1em;
  line-height: 1.9;
  overflow: auto;
}
.hamopen {
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
a {
  text-decoration: none;
  transition: .4s;
}
a:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
button:focus-visible {
  outline: 3px solid blue !important;
  outline-offset: -1px;
  box-shadow: 0 0 0 3px white;
}
ul, ol {
  list-style: none;
  padding: 0;
}
/*main section*/
main {
  display: block;
  position: relative;
  overflow: hidden;
}
main section {
  padding: 90px 0 105px;
  position: relative;
}
main section.stb {
  padding: 90px 0;
}
@media (max-width: 750px) {
  main section, main section.stb {
    padding: 50px 0 60px;
  }
}
.pdb {
  padding-bottom: 55px !important;
}
.pdb15 {
  padding-bottom: 15px !important;
}
@media (max-width: 750px) {
  .pdb {
    padding-bottom: 5px !important;
  }
}
/*img*/
img {
  line-height: 1;
  vertical-align: top;
  max-width: 100%;
  transition: .4s;
}
/*text*/
p {
  margin-bottom: 10px;
}
.marker {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fff9a1;
  text-underline-offset: -0.3em;
  text-decoration-skip-ink: none;
}
.ib {
  display: inline-block;
}
/*中央寄せ*/
.center {
  text-align: center;
}
@media (max-width:750px) {
  .spcenter {
    text-align: center !important;
  }
}
.fitc {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
/* 見出し */
/*01*/
.maintitle {
  margin-bottom: 50px;
  position: relative;
  line-height: 1.4;
  font-size: clamp(1.6rem, 1.18rem + 1.4933vw, 2.3rem);
  text-align: center;
  font-weight: 700;
}
.txtmgb {
  margin-bottom: 27px !important;
}
.maintitle.mtleft {
  text-align: left;
}
@media (max-width:750px) {
  .sptxtmgb {
    margin-bottom: 27px !important;
  }
}
@media (max-width: 550px) {
  .maintitle {
    margin-bottom: 35px;
  }
}
/*02*/
.mtitle {
  font-weight: 700;
  line-height: 1.35;
  font-size: clamp(1.5rem, 1.26rem + 0.8533vw, 1.9rem);
  margin-bottom: 13px;
}
/*03*/
.stitle {
  font-weight: 700;
  position: relative;
  font-size: clamp(1.25rem, 1.1rem + 0.5333vw, 1.5rem);
  padding-left: 2px;
  line-height: 1.45;
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 1px solid #2b2b2b;
}
/* ボタン */
.mainbtn a {
  position: relative;
  margin: 0 auto;
  padding: 22px;
  display: inline-block;
  width: fit-content;
  min-width: 230px;
  text-align: center;
  overflow: hidden;
  background: #2b2b2b;
  border: 2px solid #2b2b2b;
  color: #fff;
  border-radius: 100px;
}
section .mainbtn a {
  min-width: 140px;
  padding: 9px 6px;
}
.mainbtn a:hover {
  color: #2b2b2b;
  background: #fff;
}
.mainbtn a.white {
  color: #2b2b2b;
  background: #fff;
}
.mainbtn a.white:hover {
  background: #2b2b2b;
  color: #fff;
}
.right {
  text-align: right;
}
/**/
.tbtn {
  margin-top: 23px;
}
.btnflex a {
  margin: 2px 8px;
  display: inline-block;
}
@media (max-width: 550px) {
  .mainbtn a {
    padding: 18px;
    min-width: 230px;
    max-width: fit-content;
    width: 100%;
  }
  .btnflex {
    max-width: 255px;
    margin-left: auto;
    margin-right: auto;
  }
  section .btnflex a, .btnflex a {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    margin: 10px auto;
    display: block;
    padding-right: 0;
    padding-left: 0;
  }
}
/* flex要素 */
.flexbox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aic {
  align-items: center;
}
.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  .flexbox {
    display: block;
  }
  .flexbox img {
    width: 100%;
  }
  .flexbox div {
    width: 100%;
  }
  .spmgb {
    margin-bottom: 27px;
  }
}
/* 幅 */
.inner {
  width: 88%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 2000px) {
  .inner02 {
    max-width: 1500px;
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 1999px) {
  .inner02 {
    max-width: 100%;
    width: 100%;
  }
  .mauto {
    margin-left: auto;
    margin-right: auto;
  }
  .mauto.w47 {
    width: 42%;
  }
  .mauto.w43 {
    width: 37%;
  }
}
@media (max-width: 750px) {
  .inner02 {
    width: 88%;
    margin: 0 auto;
  }
  .mauto {
    width: 100% !important;
  }
}
.w63 {
  width: 63%;
}
.w50 {
  width: 50%;
}
.w48 {
  width: 48%;
}
.w47 {
  width: 46.8%;
}
.w43 {
  width: 43%;
}
.w32 {
  width: 32%;
}
/* background */
.bg_gray {
  position: relative;
}
.bg_gray::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #f7f7f7;
  z-index: -100;
}
/* アニメーション ============*/
/* flowup */
.flowup {
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 1.3s, transform 1.3s;
  transition-delay: 0.35s;
}
.flowup.inview {
  opacity: 1;
  transform: translateY(0);
}
/*=== 共通部分ここまで ===*/
/* header ===============================================*/
.header_sticky {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  padding: 17px 15px 16px;
  background: #fff;
  border-bottom: 1px solid transparent;
  transition: .6s all;
}
.change {
  border-bottom: 1px solid #333;
}
/*logo*/
.header_title h1 {
  line-height: 0;
}
.header_title a {
  display: block;
  width: 205px;
}
.logo {
  display: block;
  position: relative;
}
/*menu*/
.hnav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hnav ul {
  display: flex;
  text-align: center;
  margin-left: auto;
}
.hnav ul li {
  width: fit-content;
  position: relative;
  font-size: 1.09rem;
}
.hnav ul li:last-child {
  margin-right: 0;
}
.hnav ul li a {
  padding: 0 14px;
  display: block;
  position: relative;
  top: 0;
  line-height: 1.25;
  color: #333;
}
.hnav ul li:first-of-type a {
  padding-left: 0;
}
.hnav ul li:last-of-type a {
  padding-right: 0;
}
.hnav ul li a span {
  display: block;
  font-size: 90%;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  color: #2b2b2b;
}
.hnav ul li a:hover {
  opacity: 0.6;
}
/**/
.header_item {
  display: flex;
  align-items: center;
}
.header_item .btnflex {
  font-size: 0.8rem;
  margin-left: 20px;
  display: flex;
}
.header_item .btnflex a {
  min-width: 155px;
  width: fit-content;
  padding: 10px;
  text-align: center;
}
.header_item .btnflex a {
  margin: 0 4.5px;
}
/* ドロップダウンメニュー =====*/
.menu-item-has-children {
  position: relative;
}
.menu-item-has-children a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f107";
  font-weight: bold;
  font-size: 85%;
  color: #2b2b2b;
  margin-left: 4px;
}
.sub-menu a::after {
  content: none;
}
.sub-menu {
  position: absolute;
  top: 35px; /**/
  left: 50%;
  transform: translateX(-50%);
  width: 165px;
  opacity: 0;
  visibility: hidden;
  transition: .1s;
  z-index: 4;
  flex-direction: column;
}
.sub-menu::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}
.sub-menu li {
  border: none !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
  width: 100% !important;
  position: relative;
  text-align: left !important;
}
.sub-menu li:last-child {
  border-bottom: none;
}
.sub-menu li::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #2b2b2b;
  z-index: -2;
  transition: .3s all;
}
.sub-menu li::before {
  content: '';
  width: 90%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px dotted #fff;
  z-index: -1;
}
.sub-menu li:last-of-type::before {
  content: none;
}
.sub-menu a {
  position: relative;
  display: block;
  opacity: 1 !important;
  color: #fff !important;
  font-size: 85% !important;
  padding: 15px !important;
}
.sub-menu a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 12px;
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  line-height: 1;
  font-size: 0.65rem;
  padding-top: 0.1em;
  border-radius: 50%;
  width: 23px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s all;
  z-index: 2;
  pointer-events: none;
  color: #fff;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.75);
}
.sub-menu li a:hover::before {
  color: #2b2b2b;
  background: #fff;
  right: 8px;
  width: 32px;
}
/* ホバー＆フォーカスで子メニュー表示 */
.menu-item-has-children ul {
  transition: .4s all;
  transform: scale(1, 0) translateX(-50%);
  transform-origin: top;
}
.menu-item-has-children:hover ul, .menu-item-has-children ul.focused {
  opacity: 1;
  visibility: visible;
  transform: scale(1) translateX(-50%);
}
/* hamburger ============================*/
.header__inner {
  display: none;
}
.hamburger {
  position: relative;
  display: block;
  z-index: 9999;
  width: 50px;
  aspect-ratio: 1/1;
  border: none;
  background-color: transparent;
}
.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  transition: 0.4s;
}
.hamburger__line:before, .hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  transition: inherit;
}
.hamburger__line, .hamburger__line:before, .hamburger__line:after {
  background: #2b2b2b;
}
.hamburger.-active .hamburger__line {
  background-color: transparent;
}
.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}
.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}
.hamburger__line:before {
  top: -10.5px;
}
.hamburger__line:after {
  top: 10.5px;
}
/*
.hamburger__text {
	position: absolute;
	bottom: -8px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
}
.hamburger.-active .hamburger__text::before {
	content: 'close';
}
.hamburger__text::before {
	content: "menu";
	text-align: center;
	font-size: 19px;
	letter-spacing: 0.14em;
	text-transform: capitalize;
}
*/
.hamopen .header_sticky {
  position: fixed;
}
.header__nav-area {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  background: #fff;
  opacity: 0;
  transition: 0.4s;
  overflow-y: scroll;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}
.header__nav-area.-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.global-navigation {
  margin: auto;
  height: fit-content;
  width: 85%;
  max-width: 588px;
  padding: 65px 0 120px;
}
.global-navigation__list {
  margin-bottom: 35px;
}
.global-navigation__list > li {
  margin: 3px 0;
  display: block;
  padding: 18px 5px;
  border-bottom: 1px solid #333;
  font-size: 1.13rem;
}
.global-navigation__list > li a, .global-navigation__list li button {
  display: inline-block;
  width: 100%;
  color: #333;
  line-height: 1.55;
}
.global-navigation__list > li a span, .global-navigation__list li button span {
  display: block;
  color: #2b2b2b;
  font-size: 90%;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
/*accordion menu*/
.accordion__list {
  line-height: 1.6;
}
.accordion__list li a {
  font-size: 88%;
  padding-bottom: 2px;
}
.accordion__list li a::before {
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  font-weight: bold;
  margin-right: 4px;
  font-size: 75%;
  transform: translateY(-2px);
  color: #2b2b2b;
}
.accordion {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.4s;
}
.accordion.-active {
  height: auto;
  padding-top: 5px;
  visibility: visible;
}
.global-navigation__link.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
  text-align: left;
  letter-spacing: 0.1em;
}
.global-navigation__link.-accordion::after {
  content: '';
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 2px;
  transform: translateY(-50%);
  transition: transform 0.4s;
}
.global-navigation__link.-accordion::before {
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  transform: translateY(-50%);
}
.global-navigation__link.-accordion::after, .global-navigation__link.-accordion::before {
  background-color: #2b2b2b;
}
.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}
/*btn*/
.header__nav-area .btnflex {
  font-size: 1rem;
}
@media (max-width: 1095px) {
  .header_sticky {
    padding: 17px 20px;
  }
  .header_title a {
    width: 180px;
  }
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header__inner {
    display: block;
  }
  .hnav ul, .header_item {
    display: none;
  }
}
@media (max-width: 550px) {
  .header_sticky {
    padding: 11px 8px;
  }
  .header_title a {
    width: 160px;
  }
  .global-navigation__list > li {
    padding: 13px 5px;
    font-size: 1.07rem;
  }
  .header__nav-area .btnflex {
    font-size: 0.93rem;
  }
  .header__nav-area .btnflex a {
    padding: 16px 0;
    max-width: 200px;
  }
}
/* footer ===============================================*/
/* お問い合わせリンク */
.footer_contact {
  position: relative;
  padding: 50px 0;
  color: #fff;
}
.footer_contact::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/footer.webp);
  background-size: cover;
  background-position: 70% 40%;
  filter: brightness(40%);
  z-index: -1;
}
.footer_contact .maintitle {
  margin-bottom: 25px;
}
.footer_contact .maintitle .mf {
  color: #fff;
}
.footer_contact .btnflex a {
  min-width: 294px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  color: #fff;
  background: transparent;
  font-weight: 700;
  font-size: clamp(1rem, 0.91rem + 0.32vw, 1.15rem);
}
.footer_contact .btnflex a:hover {
  border: 2px solid rgba(255, 255, 255, 0.85);
  background: rgba(255, 255, 255, 0.15);
}
@media (max-width: 550px) {
  .footer_contact {
    padding: 30px 0;
  }
  .footer_contact .btnflex a {
    min-width: auto;
  }
}
/* ロゴ・住所 */
.footer_bottom .inner {
  width: 94%;
}
.footer_bottom {
  padding-top: 45px;
  background: #2b2b2b;
  color: #fff;
  text-align: center;
}
.flogo {
  display: block;
  margin: 0 auto 7px;
  width: 170px;
  filter: brightness(0) invert(1);
  line-height: 1;
}
.copyright {
  text-align: center;
  margin-top: 20px;
  padding-bottom: 40px;
  opacity: 0.7;
}
@media (max-width: 750px) {
  .footer_bottom {
    padding-top: 35px;
  }
  .flogo {
    width: 140px;
  }
  .copyright {
    padding-bottom: 30px;
  }
}
/* ページ上に戻るボタン */
.go_top {
  display: block;
  width: 73px;
  height: 73px;
  background: #fff;
  border: 2px solid #2b2b2b;
  position: fixed;
  bottom: 20px;
  right: 30px;
  border-radius: 50px;
}
.go_top::before {
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  color: #2b2b2b;
  font-size: clamp(0.85rem, 0.76rem + 0.32vw, 1rem);
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.go_top:hover {
  opacity: 0.6;
}
.tfade {
  position: relative;
  z-index: 9;
}
@media(max-width:550px) {
  .go_top {
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 8px;
  }
}
/* スライド =============================================*/
.topslide {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: calc(100vh - 89px);
  min-height: 580px;
}
.swiper-slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper {
  position: absolute;
  width: 45%;
}
#swiper1 {
  top: 0;
  left: 0;
  height: calc(100% - 20%);
}
#swiper2 {
  bottom: 0;
  right: 0;
  height: calc(100% - 30%);
}
/* catchcopy */
.catchcopy {
  position: absolute;
  z-index: 1;
  top: 5%;
  right: 3%;
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 1.4;
  text-align: right;
  white-space: nowrap;
}
@media(max-width:1500px) {
  .catchcopy {
    right: 0.5%;
  }
}
@media (max-width: 1095px) {
  .topslide {
    height: 70vw;
    min-height: auto;
  }
  #swiper1 {
    width: 38%;
  }
  #swiper2 {
    width: 52%;
  }
  .catchcopy {
    top: 4%;
    right: 2%;
    font-size: 4vw;
  }
}
@media (max-width: 750px) {
  .topslide {
    height: 135vw;
  }
  .swiper {
    width: 44% !important;
    height: 67% !important;
  }
  #swiper1 {
    top: auto;
    bottom: 5%;
  }
  .catchcopy {
    top: 5%;
    right: auto;
    left: 53%;
    transform: translateX(-50%);
    font-size: 6.5vw;
    text-align: center;
    line-height: 1.6;
  }
}
/* ごあいさつ ===========================================*/
.welcome .inner {
  max-width: 1260px;
}
/* 谷口自動車が選ばれる理由 =============================*/
.reasons .inner {
  width: 100%;
  max-width: 1446px;
}
.rea_items {
  display: flex;
  counter-reset: number 0;
}
.rea_items > div {
  width: calc(100% / 3);
  counter-increment: number 1;
  padding: 20px 40px;
  border-right: 1px solid #333;
}
.rea_items > div:last-of-type {
  border-right: none;
}
.rea_items > div .imgbg {
  background: #fff;
  width: fit-content;
  padding: 7%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
}
.rea_items > div .imgbg img {
  object-fit: contain;
  width: auto;
  height: 90px;
}
.rea_items > div h3 {
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.4;
  text-align: center;
  font-size: clamp(1.3rem, 1.21rem + 0.32vw, 1.45rem);
  white-space: nowrap;
}
.rea_items > div h3::before {
  content: "point0"counter(number);
  display: block;
  width: fit-content;
  margin: 0 auto 2px;
  font-size: 90%;
  color: #2b2b2b;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
}
.rea_items > div p:last-of-type {
  margin-bottom: 0;
}
@media(max-width:1055px) {
  .reasons .inner {
    width: 88%;
  }
  .rea_items {
    display: block;
  }
  .rea_items > div {
    width: 100%;
    border-right: none;
    padding: 40px 0;
    border-bottom: 1px solid #333;
  }
  .rea_items > div:first-of-type {
    padding-top: 0;
  }
  .rea_items > div:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
  }
}
@media(max-width:550px) {
  .rea_items > div .imgbg img {
    height: 80px;
  }
}
/* サービス内容 =========================================*/
.services {
  padding-bottom: 20px;
}
.services .inner {
  max-width: 1050px;
}
.services .maintitle {
  margin-bottom: 30px;
}
.services .flexbox {
  position: relative;
  padding: 55px 0;
}
.services .flexbox::after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  z-index: -99;
}
.services .flexbox:first-of-type::before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  z-index: -99;
}
@media (max-width: 750px) {
  .services {
    padding-bottom: 5px;
  }
  .services .flexbox::after, .services .flexbox:first-of-type::before {
    width: 116%;
  }
  .services .flexbox {
    padding: 30px 0 45px;
  }
}
/* メニュー =============================================*/
.contents .inner {
  width: 95%;
  max-width: 1350px;
}
.contents .maintitle {
  margin-bottom: 35px;
}
.links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.links > div {
  width: 31.7%;
  margin: 0 0.8% 0;
}
.links a {
  display: block;
  position: relative;
  overflow: hidden;
}
.links a img {
  filter: brightness(65%);
  transition: .6s all;
}
.links a img:hover {
  transform: scale(1.07);
  filter: brightness(70%) blur(5px);
}
.links a h3 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 5.2%;
  transform: translateY(-50%);
  z-index: 2;
  font-size: clamp(1.35rem, 1.11rem + 0.8533vw, 1.75rem);
  line-height: 1.3;
  white-space: nowrap;
  font-weight: 700;
  pointer-events: none;
  text-shadow: 0px 2.5px 3px rgb(0 0 0 / 10%), 0px -2.5px 3px rgb(0 0 0 / 5%);
}
.links a h3 span {
  font-size: 80%;
  display: block;
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}
.links a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 3.7%;
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  line-height: 1;
  font-size: 0.9rem;
  color: #fff;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  width: 55px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .4s all;
  z-index: 2;
  pointer-events: none;
}
.links a:hover::before {
  transform: translateY(-50%) rotate(45deg) scale(1.1);
  background: rgba(255, 255, 255, 0.3);
}
@media(max-width:1150px) {
  .contents .inner {
    width: 88%;
  }
  .links > div {
    width: 48%;
    margin: 0 1% 20px;
  }
  .links > div:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 750px) {
  .links {
    display: block;
  }
  .links > div {
    width: 100%;
    margin-bottom: 13px;
  }
}
@media (max-width: 550px) {
  .contents .maintitle {
    margin-bottom: 25px;
  }
  .links > div {
    margin-bottom: 10px;
  }
  .links a::before {
    font-size: 0.85rem;
    width: 45px;
  }
}
/* 下層ページトップ ===========================================================================================================*/
.fv {
  padding: 90px 0 75px;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.fv .inner {
  width: 97%;
}
.fv::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/fv.webp);
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: 50% 50%;
  z-index: -1;
}
.fv::before {
  position: absolute;
  display: block;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #111;
  opacity: 0.6;
  z-index: 1;
}
.fv h2 {
  text-align: center;
  margin-bottom: 13px !important;
  font-size: clamp(1.8rem, 1.32rem + 1.7067vw, 2.6rem);
  line-height: 1.5;
  z-index: 1;
  position: relative;
  color: #fff;
  font-weight: 700;
}
@media(max-width:1075px) {
  .fv {
    padding: 70px 0 65px;
  }
}
@media(max-width:550px) {
  .fv {
    padding: 40px 0 33px;
  }
}
/* breadcrumb */
.binner {
  font-weight: 700;
  line-height: 1.4;
  width: 97%;
  font-size: clamp(0.85rem, 0.79rem + 0.2133vw, 0.95rem);
  position: relative;
  color: #fff;
}
.breadcrumb {
  z-index: 1;
  background: transparent;
  position: relative;
  top: -11px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb li:after {
  content: '>';
  position: relative;
}
.breadcrumb li:last-child:after {
  content: none;
}
.breadcrumb li a {
  text-decoration: none;
  color: #fff;
}
.breadcrumb li:first-child a::before {
  font-family: "Font Awesome 6 Free";
  content: '\f015';
  font-weight: bold;
  font-size: 90%;
  position: relative;
  top: -0.05em;
}
/* 自動車販売ページ ===========================================================================================================*/
/* ご購入の流れ */
.process .inner {
  max-width: 1091px;
}
.process .maintitle {
  margin-bottom: 25px;
}
.process .fitc {
  max-width: 832px;
  margin-bottom: 38px;
}
.flows {
  position: relative;
  counter-reset: number 0;
}
.flows::before {
  content: "";
  width: 3px;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.flows > div {
  margin-left: 40px;
  padding: 25px;
  background: #f7f7f7;
  margin-bottom: 20px;
  position: relative;
  counter-increment: number 1;
}
.bg_gray .flows > div {
  background: #fff;
}
.flows > div::after, .flows > div::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
}
.flows > div::before {
  width: 11px;
  aspect-ratio: 1/1;
  margin-top: -5px;
  background: #2b2b2b;
  border-radius: 50%;
  top: 57px;
  left: -44px;
}
.flows > div::after {
  width: 40px;
  border-bottom: 1px solid #2b2b2b;
  position: absolute;
  top: 56px;
  left: -41px;
}
.flows > div:last-of-type {
  margin-bottom: 0 !important;
}
.flows > div .stitle {
  padding-left: 0;
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: clamp(1.2rem, 1.02rem + 0.64vw, 1.5rem);
}
.flows > div .stitle::after {
  content: none;
}
.flows > div .stitle::before {
  content: "step0"counter(number);
  font-family: "Kanit", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
  background: #2b2b2b;
  padding: 0.8% 10px 1%;
  margin-right: 12px;
  font-size: 65%;
  position: relative;
  top: -0.2em;
}
@media (max-width:930px) {
  .flows .flexbox {
    display: block;
  }
  .flows .flexbox > div {
    width: 100%;
  }
  .flows .flexbox > div img {
    object-fit: cover;
    width: 100%;
    height: 40vw;
  }
  .flows .spmgb {
    margin-bottom: 18px;
  }
  .flows > div {
    margin-left: 0;
    padding: 15px;
  }
  .flows::before, .flows > div::before, .flows > div::after {
    content: none;
  }
}
@media (max-width:550px) {
  .process .fitc {
    margin-bottom: 25px;
  }
  .flows > div {
    margin-bottom: 17px;
  }
  .flows .flexbox > div img {
    height: auto;
  }
  .flows > div .stitle {
    margin-bottom: 10px;
  }
  .flows > div .btnflex.mainbtn {
    max-width: 225px;
    font-size: 93%;
  }
  .flows > div .mainbtn a {
    padding: 14px 0;
  }
}
/* 車検・整備ページ ===========================================================================================================*/
/* 車検について 車検の際にお持ちいただくもの */
.inspection .inner {
  max-width: 1121px;
}
.inspection .flexbox {
  padding: 55px 0;
  border-bottom: 1px solid #333;
}
.inspection .flexbox:first-of-type {
  padding-top: 0 !important;
}
.inspection .mtitle {
  font-size: clamp(1.4rem, 1.28rem + 0.4267vw, 1.6rem);
  margin-bottom: 20px;
}
@media (max-width:750px) {
  .inspection .flexbox {
    padding: 35px 0;
  }
  .inspection .mtitle {
    margin-bottom: 23px;
  }
}
/*list*/
.acheck li {
  padding-left: 22px;
  position: relative;
  border-bottom: 1px dotted #333;
  padding-bottom: 7px;
  margin-bottom: 7px;
}
.noborder li {
  border-bottom: none;
  padding-bottom: 1px;
  margin-bottom: 1px;
}
.acheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #2b2b2b;
  font-size: 95%;
  position: absolute;
  left: 0;
  top: 0.12em;
}
.dots.acheck li {
  padding-left: 13px;
}
.dots.acheck li::before {
  content: "\f111";
  font-size: .3em;
  top: 2.25em;
}
/* 料金表 */
.fee .inner {
  max-width: 1110px;
}
.feenotetext {
  margin-top: 27px;
}
.feenote_flex {
  display: flex;
  justify-content: center;
  margin-top: 27px;
}
.feenote_flex h3 {
  font-size: 115%;
  font-weight: 700;
  margin-left: -0.5em;
  margin-bottom: 5px;
}
.feenote {
  width: fit-content;
}
.discount {
  margin-right: 50px;
  padding-right: 50px;
  border-right: 1px dotted #333;
}
.discount > div {
  display: flex;
  flex-wrap: wrap;
  width: 555px;
}
.discount p {
  margin-bottom: 0;
  white-space: nowrap;
  margin-right: 45px;
}
.discount p:nth-child(3) {
  margin-right: 0;
}
.discount p:last-of-type {
  width: 100%;
  text-align: right;
  margin-right: 0;
}
@media (max-width:1325px) {
  .fee .inner {
    max-width: 1080px;
  }
  .discount {
    margin-right: 35px;
    padding-right: 35px;
  }
}
@media (max-width:1235px) {
  .feenote_flex {
    display: block;
  }
  .feenote_flex > div {
    width: 100%;
    border-bottom: 1px dotted #333;
    padding: 20px 0 23px;
  }
  .feenote_flex > div:first-of-type {
    border-top: 1px dotted #333;
  }
  .discount {
    border-right: none;
    margin-right: 0;
    padding-right: 0;
  }
}
@media (max-width:850px) {
  .feenotetext {
    margin-top: 25px;
  }
  .feenote_flex, .feenotetext {
    font-size: 90%;
  }
  .discount > div {
    width: 513px;
  }
}
@media (max-width:630px) {
  .discount > div {
    width: 100%;
    display: block;
  }
  .feenote_flex h3 {
    font-size: 110%;
  }
  .discount p {
    margin-bottom: 10px;
    white-space: normal;
    margin-right: 0;
  }
  .discount p:last-of-type {
    margin-bottom: 0;
    text-align: left;
  }
}
/*table*/
.fee_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.fee_table tr {
  border: 2px solid #e8e8e8;
}
.fee_table th, .fee_table td {
  padding: 19px 5px;
  text-align: center;
}
.fee_table th {
  background: #2b2b2b;
  color: #fff;
  width: 30%;
  border-right: 2px solid #e8e8e8;
  font-weight: 700;
}
.fee_table td {
  padding-left: 2px;
  padding-right: 2px;
  background: #fff;
  width: 70%;
  border-right: 2px solid #e8e8e8;
  border-left: 2px solid #e8e8e8;
}
.wide {
  width: 70% !important;
}
/*table sp*/
.spsctext {
  display: none;
  font-size: 93%;
  margin-bottom: 25px;
}
@media (max-width:1165px) {
  .fee .maintitle {
    margin-bottom: 20px !important;
  }
  .spsctext {
    display: block;
  }
  .ct_wrap .fee_table {
    width: 1265px;
  }
  .ct_wrap {
    padding-bottom: 5px;
    overflow-x: scroll;
  }
  .spnone {
    display: none;
  }
}
@media (max-width:850px) {
  .ct_wrap .fee_table {
    font-size: 90%;
  }
  .ct_wrap .fee_table {
    width: 960px;
  }
}
@media (max-width:550px) {
  .fee .maintitle {
    margin-bottom: 17px !important;
  }
  .spsctext {
    margin-bottom: 20px;
  }
  .wide {
    width: 46% !important;
  }
  .ct_wrap .fee_table {
    width: 820px;
  }
}
/* 整備について */
.fleximg {
  display: flex;
}
.fleximg img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
/* サービス一例 */
.example .inner {
  width: 98%;
  max-width: 1130px;
}
.examflex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.examflex > div {
  width: 22.8%;
  margin: 0 1.1% 22px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
.examflex > div img {
  object-fit: contain;
  width: 100%;
  height: 100px;
  margin: 0 auto 10px;
}
.examflex > div h3 {
  font-weight: 700;
  font-size: 100%;
  text-align: center;
  line-height: 1.5;
  white-space: nowrap;
}
.nvdr {
  display: none;
}
@media (max-width:1095px) {
  .example .inner {
    max-width: 850px;
  }
  .examflex > div {
    width: 31.1%;
  }
}
@media (max-width:875px) {
  .example .inner {
    max-width: 608px;
  }
  .examflex > div {
    width: 46.4%;
    margin: 0 1.8% 20px;
  }
}
@media (max-width:550px) {
  .examflex > div {
    margin-bottom: 13px;
  }
  .examflex > div img {
    height: 19vw;
    margin-bottom: 7px;
  }
  .examflex > div h3 {
    font-size: 3.5vw;
  }
  .nvdr {
    display: block;
  }
}
/* よくある質問ページ =========================================================================================================*/
.faqbtns {
  padding: 70px 0;
  border-bottom: 1px solid #333;
}
.faqbtns a::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(135deg);
  right: 15px;
  font-family: "Font Awesome 6 Free";
  content: "\f124";
  font-weight: bold;
  line-height: 1;
  font-size: 0.65rem;
  padding-top: 0.1em;
  border-radius: 50%;
  width: 23px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s all;
  z-index: 2;
  pointer-events: none;
  border: 2px solid rgba(255, 255, 255, 0.75);
  color: #2b2b2b;
  background: #fff;
}
.faqbtns a:hover::before {
  border: 2px solid transparent;
  color: #fff;
  background: #2b2b2b;
  right: 8px;
  width: 32px;
}
@media (max-width: 750px) {
  .faqbtns {
    padding: 45px 0;
  }
}
/**/
.faqflex {
  display: flex;
  justify-content: space-between;
}
.imgarea {
  width: 650px;
  margin-right: 55px;
  display: flex;
}
.imgarea img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.faqflex .faq {
  width: 100%;
}
.faqsection section:nth-child(2n) .faqflex {
  flex-direction: row-reverse;
}
.faqsection section:nth-child(2n) .imgarea {
  margin-right: 0;
  margin-left: 55px;
}
.faq > div {
  padding: 25px 0;
  border-bottom: 1px dotted #333;
}
.faq > div:first-of-type {
  border-top: 1px dotted #333;
}
.faq > div h2 {
  font-weight: 700;
  font-size: clamp(1.1rem, 0.95rem + 0.5333vw, 1.35rem);
  line-height: 1.6;
  margin-bottom: 10px;
}
.faq > div h2, .answer {
  position: relative;
  padding-left: 30px;
}
.answer p:last-of-type {
  margin-bottom: 0;
}
.faq > div h2::before, .answer::before {
  position: absolute;
  font-size: clamp(1.2rem, 1.11rem + 0.32vw, 1.35rem);
  font-family: "Kanit", sans-serif;
  font-weight: 500;
}
.faq > div h2::before {
  content: "Q.";
  top: -0.05em;
  left: 0;
  opacity: 0.6;
}
.answer::before {
  content: "A.";
  top: -0.23em;
  left: 0.5px;
  color: #2b2b2b;
}
.textlink {
  color: #2b2b2b;
}
.textlink:hover {
  opacity: 0.6;
}
@media (min-width: 1340px) {
  .faqsection section .inner {
    max-width: 1215px;
    width: 92%;
    margin: 0 auto;
  }
}
@media (max-width: 1339px) {
  .faqsection section .inner {
    max-width: 100%;
    width: 100%;
  }
  .faqflex .faq {
    margin-right: 3.5%;
  }
  .faqsection section:nth-child(2n) .faqflex .faq {
    margin-right: 0;
    margin-left: 3.5%;
  }
}
@media (max-width: 900px) {
  .faqsection section .inner {
    width: 88%;
    margin: 0 auto;
  }
  .faqflex {
    display: block;
  }
  .imgarea {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .imgarea img {
    height: 45vw;
  }
  .faqflex .faq {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .faq > div:first-of-type {
    border-top: none;
  }
}
@media (max-width: 550px) {
  .faqsection section .maintitle {
    margin-bottom: 27px;
  }
  .faq > div {
    padding: 20px 0;
  }
  .answer::before {
    top: -0.15em;
  }
}
/* 概要ページ =================================================================================================================*/
/* 代表あいさつ */
.greeting .inner {
  max-width: 1296px;
}
.glast {
  margin-top: 20px;
  text-align: right;
}
.imgflex {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.imgflex > img {
  width: 47.7%;
}
.imgflex > img:last-of-type {
  margin-top: 20px;
}
@media (max-width: 750px) {
  .imgflex {
    margin-top: 17px;
  }
  .imgflex > img {
    width: 47%;
  }
  .imgflex > img:last-of-type {
    margin-top: 15px;
  }
}
/* 概要 */
.overview .inner {
  max-width: 1020px;
}
.overview .maintitle {
  margin-bottom: 23px;
}
/* table */
.info_table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
.info_table tr {
  border-bottom: 1px solid #333;
}
.tblue.info_table tr {
  border-bottom: 1px solid #333;
}
.info_table th {
  background: transparent;
  width: 30%;
}
.info_table th, .info_table td {
  font-weight: 500;
  padding: 27px 0;
}
.info_table tr:first-of-type th, .info_table tr:first-of-type td {
  padding-top: 5px;
}
.info_table td {
  padding-left: 10px;
  padding-right: 10px;
  width: 70%;
  background: transparent;
}
@media(max-width: 550px) {
  .overview .maintitle {
    margin-bottom: 10px;
  }
  .info_table tr {
    border-bottom: none;
  }
  .info_table td {
    border-bottom: 1px solid #333;
    margin-bottom: 0;
  }
  .tblue.info_table td {
    border-bottom: 1px solid #333;
  }
  .info_table td, .info_table th {
    width: 100%;
    padding: 7px 0 20px;
    display: block;
  }
  .info_table th {
    font-weight: 700;
    text-align: left;
    padding-bottom: 0;
    padding-top: 13px;
  }
}
/* アクセス */
.map .inner {
  max-width: 1020px;
}
.map .maintitle {
  margin-bottom: 30px;
}
.map iframe {
  width: 100%;
  height: 450px;
}
@media(max-width: 550px) {
  .map .maintitle {
    margin-bottom: 25px;
  }
  .map iframe {
    height: 200px;
  }
}
/* お問い合わせページ =========================================================================================================*/
.contact_sec {
  position: relative;
}
.contact_sec .inner {
  max-width: 935px;
}
.contop {
  margin-bottom: 45px;
}
@media (max-width: 550px) {
  .contop {
    margin-bottom: 27px;
  }
}
/* 電話・FAX */
.tels .inner > div {
  padding: 25px;
  background: #fff;
}
.tels .inner > div:not(:last-of-type) {
  margin-bottom: 25px;
}
.telboxwrap i {
  color: #2b2b2b;
}
@media (max-width: 550px) {
  .tels .inner > div {
    padding: 15px;
  }
}
/* 番号 */
.telbox a {
  font-weight: 700;
  white-space: nowrap;
  font-size: clamp(1.55rem, 1.4rem + 0.5333vw, 1.8rem);
  color: #333;
}
.telbox a:hover {
  opacity: 0.6;
}
.telwrap {
  margin-top: 0 !important;
}
.telwrap p {
  margin-top: 5px;
  margin-bottom: 0;
}
/*fax*/
.fax {
  pointer-events: none;
}
.telboxwrap .telbox a {
  margin-right: 40px;
}
.telboxwrap .telbox p {
  margin-bottom: 4px;
}
.telboxwrap .telbox {
  display: flex;
  align-items: center;
}
.fcheck {
  display: flex;
}
.fcheck li {
  padding-left: 18px;
  margin-right: 20px;
  position: relative;
}
.fcheck li:last-child {
  margin-right: 0;
}
.fcheck li::before {
  font-family: "Font Awesome 6 Free";
  content: "\f14a";
  font-weight: bold;
  display: inline-block;
  color: #2b2b2b;
  font-size: .9em;
  position: absolute;
  top: 0.2em;
  left: 0;
}
@media (max-width: 1070px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox a {
    margin-right: 0;
  }
}
@media (max-width: 550px) {
  .telboxwrap .telbox {
    display: block;
  }
  .telboxwrap .telbox p, .fcheck li {
    font-size: 90%;
  }
  .telboxwrap .telbox p {
    margin-bottom: 7px;
  }
  .fcheck {
    display: block;
  }
  .fcheck li {
    margin-right: 0;
  }
}
/* メールフォーム =======================*/
.mailform {
  margin: 0 auto;
}
.mailform .row {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
}
.mailform .row:not(.last) {
  border-bottom: 1px dotted #bfbfbf;
}
.mailform .row > div:nth-child(1) {
  width: 28%;
  letter-spacing: 0.08em;
}
.mailform .row > div:nth-child(2) {
  width: 70%;
  line-height: 1.5;
}
.mailform .row div:first-of-type span {
  padding: 5px;
  margin-right: 5px;
  font-size: 80%;
}
.mailform .row span.hissu {
  color: #fff;
  background: #2b2b2b;
}
.mailform .row span.ninni {
  background: #ebebeb;
}
.autofill {
  font-size: clamp(0.7rem, 0.58rem + 0.4267vw, 0.9rem);
  margin-bottom: 6px;
}
.mailform .row small {
  display: block;
  margin-top: 3px;
}
.mailform .box, .mailform textarea {
  border: 1px solid #ddd;
  padding: 5px;
  width: 100% !important;
  border-radius: 0;
  -webkit-appearance: none;
  margin-bottom: 5px;
  background: #fff;
}
.mailform .box.mini {
  width: 120px !important;
}
.mailform .postal_btn {
  padding: 2px 10px;
  background: #f4f4f4;
  border-radius: 2px;
  margin-left: 5px;
  border: 1px solid #ccc;
}
.mailform .postal_btn:hover {
  opacity: 0.7;
}
/* チェックボックス・ラジオボタン */
.check_label {
  display: inline-block;
  cursor: pointer;
  margin: 3px 15px 3px 0;
}
/* btn */
.mailform button {
  position: relative;
  margin: 0 auto;
  padding: 19px 0;
  display: block;
  width: fit-content;
  min-width: 230px;
  text-align: center;
  overflow: hidden;
  background: #2b2b2b;
  border: 2px solid #2b2b2b;
  color: #fff;
  border-radius: 100px;
  transition: .4s;
}
.mailform button:hover {
  background: #fff;
  color: #2b2b2b;
}
.mailform button::before {
  font-family: "Font Awesome 6 Free";
  content: "\f0e0";
  font-weight: 700;
  margin-right: 10px;
}
@media (max-width: 850px) {
  .mailform .row:first-of-type {
    padding-top: 10px !important;
  }
  .contact .maintitle {
    margin-bottom: 0;
  }
  .mailform .row {
    padding: 20px 0;
    flex-direction: column;
  }
  .mailform .row div:nth-child(1) {
    width: 100%;
    margin-bottom: 20px;
  }
  .mailform .row div:nth-child(2) {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .check_label {
    display: block;
    margin: 0 0 7px;
  }
}
@media (max-width: 550px) {
  .mailform button {
    padding: 15px 0;
    min-width: 210px;
    max-width: fit-content;
    width: 100%;
  }
}
/* 個人情報の取り扱いについて */
.mnote {
  margin-top: 40px;
  max-width: 866px;
}
.privacywrap {
  margin: 15px 0 23px;
}
.accordion-title {
  text-align: center;
  cursor: pointer;
  width: fit-content;
  margin: 0 auto;
  text-decoration: underline;
  font-size: 0.95rem;
  font-weight: 500;
}
.accordion-title:hover {
  text-decoration: none;
}
.accordion-text {
  display: none; /*はじめは非表示*/
  margin-top: 5px;
  padding: 13px;
  background: #f7f7f7;
  font-size: 0.9rem;
}
.accordion-text > div {
  height: 265px;
  overflow-y: scroll;
}
.accordion-text p {
  padding: 0 14px;
}
.accordion-text span::before {
  content: "■";
  display: inline-block;
  font-size: 90%;
  margin-right: 2px;
  color: #2b2b2b;
}
@media (max-width: 550px) {
  .mnote {
    font-size: 0.9rem;
  }
  .accordion-text {
    padding: 10px 7px;
  }
  .accordion-text > div {
    height: 230px;
  }
  .accordion-text p {
    padding: 0 7px;
  }
}