@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/
:root {
    --wp--style--global--content-size: 1000px;
    --wp--style--global--wide-size: 1200px;
}
.sp-none{
	display:block;
	}
.pc-none{
	display:none;
}
@media screen and (max-width: 800px){
.sp-none{
	display:none;
}
.pc-none{
	display:block;
}
}
.mitsumori_ttl{
	font-size:60px!important;
	text-align:center;
	color:#e60012!important;
}
.mitsumori_ttl span{
	font-size:38px!important;
	display:block;
	line-height:18px;
	color:#222222!important;
}
.mitsumori_ttl span.ex{
	font-size:60px!important;
	display:inline;
	color:#e60012!important;
	font-style:oblique;
}
.mitsumori_ttl::before{
content: '';
  position: absolute;
	left: 50%;
	transform: translateX(-50%);
  bottom: 16px;
	width: 420px;
  height: 32px;
  background-color: #f2c400;
	display:inline;
	z-index:-10;
}
.lp-fv{
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.lp-page .lp-inner{
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 16px;
}
.lp-page .lp-band{
  width: 100%;
}
.lp-page .lp-band{
  padding: 56px 0;
}
.lp-page .lp-fv{
  padding: 0;
}

.lp-page h2{
	font-size:40px;
	letter-spacing:1px;
	position:relative;
}
.lp-page h2.h2-wh{
	color:#ffffff;
	margin-bottom:1.2em;
}
.lp-page h2.h2-wh::after {
  content: '';
  position: absolute;
	left: 50%;
	transform: translateX(-50%);
  bottom: -16px;
  width: 200px;
  height: 16px;
  background-color: #fff;
}
.lp-page h2.h2-bk{
	color:#222222;
	margin-bottom:1.2em;
}
.lp-page h2.h2-bk::after {
  content: '';
  position: absolute;
	left: 50%;
	transform: translateX(-50%);
  bottom: -16px;
  width: 200px;
  height: 16px;
  background-image: linear-gradient(90deg, #2f5690 0%, #2f5690 50%, #a6bdde 50%, #a6bdde 100%);
  display: flex;
}
.b-shadow{
	 box-shadow: 0px 6px 0px 0px #2f5690;
}
.lp-page h3.h3-ex{
	font-size:22px;
	letter-spacing:1px;
	padding:.2em;
	width:90%;
	max-width:350px;
	background:#ffffff;
	margin:0 auto -1.5em;
	position:relative;
	z-index:10;
	line-break:1;
}
h2.speechBubble {
	font-size:22px;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
	margin-left:auto;
	margin-right:auto;
	padding: .5em 3em;
  border-radius: 9999px;
  background-color: #ea0000;
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
	max-width:900px;
}

h2.speechBubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 20px 10px 0 10px;
  border-color: #ea0000 transparent transparent;
  translate: -50% 100%;
}
.sb_wrap{
	width:100%;
	text-align:center;
}
.ex_txt{
	font-size:32px;
	text-align:center;
	color:#ffffff;
	letter-spacing:1px;
}
.ex_txt span{
	font-size:1.7em;
	font-weight:bold;
}

/*まずは見積り相談の箇所*/
/* 見積りブロック */
.lp-page .lp-title--red{
  color:#d70000;
}
.lp-page .lp-estimate{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 0px;
  align-items: start;
  margin-top: 18px;
}
@media (max-width: 900px){
  .lp-page .lp-estimate{
    grid-template-columns: 1fr;
  }
}
.lp-page .lp-check{
  list-style:none;
  padding:0;
  margin:0 0 14px;
	display:flex;
	margin-bottom:0!important;
}
.lp-page .lp-check li{
	border-radius:3px;
	background:#2f5690;
  position:relative;
  margin: 10px 0 0;
  font-weight: 700;
	flex-wrap:wrap;
	margin-right:10px;
	font-size:1.5vw;
	color:#fff;
	padding:6px .5em 4px;
	white-space: nowrap;
	letter-spacing:1px;
	line-height:1;
}
.lp-page .lp-estimate__image-ttl{
	margin:20px 0;
	
}
.lp-page .lp-estimate__image img{
  width:100%;
  height:auto;
  display:block;
  border-radius: 12px;
}
/* 補足 */
.lp-page .lp-note{
  font-size: 12px;
  opacity: .8;
  margin: 10px 2px 0;
}
.bg_nv{
	  background-image: linear-gradient(90deg, #1c3871, #23437c);
	margin-bottom:0!important;
}
.bg_yel{
	background-color:#ffcc00;
	padding:50px 16px;
	margin-bottom:0!important;
}
.section_bg_talk{
	margin-bottom:0!important;
	padding-bottom:0!important;
}
.bg_talk{
	background-image:url(https://autogallery-kaitori.com/wp-content/uploads/2026/02/back.webp);
	max-width:100vw!important;
	margin-bottom:0!important;
}
.talk_rigtht{
	margin:0 0 0 auto;
	position:relative;
	width:100%;
	display:flex;
	justify-content:flex-end;
}
.bg_voice{
	background-color:#fffce8;
	margin-bottom:0!important;
}

/*CTA*/
.lp-sticky-cta{
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 9999;
  display: none;
  gap: 10px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background: rgba(255,255,255,.96);
  border-top: 1px solid #e5e5e5;
}
.lp-sticky-cta a{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
}
.lp-sticky-cta__line{ background:#19c15f; color:#fff; }
.lp-sticky-cta__tel { background:#ff6a00; color:#fff; }

@media screen and (max-width: 834px){
  .lp-sticky-cta{ display: flex; }
  body{ padding-bottom: 78px; } /* CTA分の下余白 */
}
.reason_ttl{
	margin-bottom:-5px!important;
}
.reason_ttl .reason_num img{
	height:100px;
}
.reason_ttl h3{
	font-size:26px!important;
	line-height:1.2;
}
.reason_img{
	height:300px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.flow_box{
	 box-shadow: 0px 5px 0px 0px #2f5690;
	position:relative;
}
.flow_box h3{
	font-size:18px!important;
	text-align:center;
}
.flow_box_img{
	height:150px;
	display:flex;
	justify-content:center;
	align-items:center;
	margin-bottom:10px!important;
}
.flow_box{
	 box-shadow: 0px 5px 0px 0px #2f5690;
}
.flow_box p{
	line-height:1.2;
}
.triangle_flow{
	position:absolute;
	bottom:50%;
	left:-12px;
}
/* ===== FAQ (Screenshot style) ===== */
.lp-faq{
  background:#1b3f6f;              /* 紺背景 */
  padding: 40px 16px;
}

.lp-faq__inner{
  max-width: 1000px;
  margin: 0 auto;
}

.faq-item{
  border: 0;
  margin: 0 0 18px;
}

/* summaryのデフォ矢印を消す */
.faq-q{
  list-style: none;
}
.faq-q::-webkit-details-marker{
  display:none;
}

.faq-q{
  display:flex;
  align-items:center;
  gap: 16px;
  background:#fff;
  border: 3px solid #f4c300;       /* 黄色枠 */
  border-radius: 12px;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  position: relative;
	box-shadow: 5px 5px 0px 0px #fff;
}

/* 左の黄色ブロックっぽさ（必要なら） */
.faq-q::before{
  content:"";
  position:absolute;
  left:0;
  top:0;
  bottom:0;
  width: 84px;                     /* 黄色帯の幅 */
  background:#f4c300;
  border-radius: 10px 0 0 10px;
  z-index:0;
}

/* 左のQ丸 */
.faq-q__icon{
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background:#f4c300;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-weight: 900;
  font-size: 44px;
  flex: 0 0 auto;
  position: relative;
  z-index:1;
}

.faq-q__text{
  font-weight: 800;
  line-height: 1.5;
  flex: 1 1 auto;
  position: relative;
  z-index:1;
	padding-left:1em;
}

/* 右の▼ */
.faq-q__chev{
  width: 14px;
  height: 14px;
  border-right: 3px solid #222;
  border-bottom: 3px solid #222;
  transform: rotate(45deg);
  transition: transform .2s ease;
  flex: 0 0 auto;
  position: relative;
  z-index:1;
}

/* 開いたら矢印上向き */
.faq-item[open] .faq-q__chev{
  transform: rotate(-135deg);
}

/* 回答部分 */
.faq-a{
  background:#fff;
  border: 3px solid #ffffff;
  border-top: 0;
  border-radius: 0 0 12px 12px;
  padding: 16px 20px 18px;
  margin-top: -10px;
	margin-left:5px;
	width:calc(100% - 5px);
}

.faq-a p{
  margin:0;
  line-height: 1.7;
}

/* SP微調整 */
@media (max-width: 600px){
  .faq-q{
    padding: 14px 14px;
    gap: 12px;
  }
  .faq-q::before{
    width: 68px;
  }
  .faq-q__icon{
    width: 38px;
    height: 38px;
    font-size: 20px;
  }
}
/* ===== FAQ width fix for Cocoon ===== */
.lp-faq__inner,
.faq-item,
.faq-q,
.faq-a{
  width: 100%;
  box-sizing: border-box;
}

.faq-item{
  display: block;
}

.faq-q{
  display: flex;         /* Cocoonのsummaryスタイル上書き */
}

.faq-q__text{
  min-width: 0;          /* 文字が長いときの折返し安定 */
}
/* ===== layout ===== */
.lp-sec{ padding: 56px 0; }
.lp-inner{ max-width:1000px; margin:0 auto; padding:0 16px; }
.lp-band--white{ background:#fff; }
.lp-band--yellow{ background:#f4c300; }

.lp-sec-title{
  text-align:center;
  font-size: 28px;
  font-weight: 900;
  margin: 0 0 10px;
}
.lp-sec-lead{
  text-align:center;
  margin: 0 auto 26px;
  max-width: 780px;
  line-height: 1.8;
  opacity: .9;
}

/* ===== swiper common ===== */
.lp-swiper{ position: relative; margin-top: 12px; }
.lp-swiper .swiper{
	padding:6px 50px 60px 43px;
}
.lp-swiper .swiper-button-prev,
.lp-swiper .swiper-button-next{
  width: 44px; height: 44px;
  border-radius: 999px;
  background: rgba(0,0,0,.35);
  color: #fff;
}
.lp-swiper .swiper-button-prev{left: 0px;}
.lp-swiper .swiper-button-next{right: 0px;}

.lp-swiper .swiper-button-prev::after,
.lp-swiper .swiper-button-next::after{
  font-size: 18px;
  font-weight: 900;
}
.lp-swiper .swiper-pagination-bullet{
  width: 10px; height: 10px; opacity: .35;
}
.lp-swiper .swiper-pagination-bullet-active{ opacity: 1; }
@media (max-width: 700px){
  .lp-swiper .swiper{ padding: 6px 20px 60px; }
.lp-swiper .swiper-button-prev,
.lp-swiper .swiper-button-next{
	width: 28px;
	height: 28px;
}
.lp-swiper .swiper-button-prev::after,
.lp-swiper .swiper-button-next::after{
  font-size: 12px;
}
}

/* ===== Case cards ===== */
.case-card{
  background:#fff;
  border-radius: 12px;
  border: 2px solid #1b2c55;
  box-shadow: 6px 6px 0 #1b2c55;
  overflow:hidden;
}
.case-img img{ width:100%; height:auto; display:block; padding:14px 14px 0; }
.case-price{
  display:flex; align-items: baseline; gap: 8px;
  padding: 14px 18px;
}
.case-price .yen{
  font-size: 54px; font-weight: 900; color:#d70000; line-height:1;
  background: linear-gradient(transparent 60%, #f4c300 60%);
}
.case-price .buy{ font-size: 22px; font-weight: 900; color:#d70000; }

.case-meta{ padding: 0 18px 18px; margin: 0; }
.case-meta div{
  display:grid; grid-template-columns: 110px 1fr; gap: 10px;
  padding: 8px 0; border-top: 1px solid #eee;
}
.case-meta dt{
	width:120px;
  background:#777; color:#fff; border-radius: 8px; padding: 6px 10px;
  font-weight: 800; text-align:center;
	display: flex;
    justify-content: center;
    align-items: center;
    max-height: 120px;
}
.case-meta dd{ margin:0 0 0 1em; font-weight: 700; }

@media (max-width: 700px){
.case-price .yen{ font-size: 40px;}
.case-price .buy{ font-size: 18px;}
.case-meta dt{
	width:90px;
    max-height: 90px;
	font-size:14px;
}
.case-meta dd{font-size:14px;}
}

/* ===== Voice cards ===== */
.voice-card{
  position: relative;
  background:#fff;
  border: 2px solid #222;
  border-radius: 22px;
  padding: 26px 28px 26px 120px;
  min-height: 160px;
}
.voice-card::before{
  content:"";
  position:absolute;
  left: 48px;
  bottom:-18px;
  width: 0; height: 0;
  border: 18px solid transparent;
  border-top-color:#fff;
  filter: drop-shadow(0 -2px 0 #222);
}
.voice-avatar{
  position:absolute;
  left: 28px; top: 24px;
  width: 78px; height: 78px;
  border-radius: 999px;
  overflow:hidden;
  background:#fff;
}
.voice-avatar img{ width:100%; height:100%; object-fit:cover; display:block; }
.voice-name{ margin: 0 0 8px; font-weight: 900; color:#ff7a00; }
.voice-text{ margin:0; line-height:1.8; }
.voice-em{ color:#d70000; font-weight: 900; }

@media (max-width: 700px){
  .voice-card{ padding-left: 20px; padding-top: 120px; }
  .voice-avatar{ left: 20px; top: 20px; }
  .voice-card::before{ left: 44px; }
}

/* ===== latest list & CTA ===== */
.latest-list{ list-style:none; padding:0; margin: 0 0 18px; }
.latest-list li{
  display:flex; gap: 12px; align-items:center;
  padding: 8px 0; border-bottom: 1px dashed #ddd;
}
.latest-list .date{
  display:inline-block;
  background:#f4c300;
  font-weight: 900;
  padding: 4px 10px;
  border-radius: 999px;
  white-space: nowrap;
}
.latest-list .txt{ flex:1; }

.center{ text-align:center; }
.lp-btn{
  display:inline-flex; align-items:center; justify-content:center;
  min-height:48px; padding: 0 18px;
  border-radius: 12px; font-weight: 900; text-decoration:none;
}
.lp-btn--yellow{ background:#f4c300; color:#111; }

.cta-box{
  background:#fff;
  border-radius: 16px;
  padding: 20px 18px;
  max-width: 760px;
  margin: 0 auto;
  box-shadow: 0 8px 20px rgba(0,0,0,.12);
}
.cta-lead{
  text-align:center;
  font-weight: 900;
  margin: 0 0 12px;
}
.cta-actions{
  display:flex; gap: 12px; justify-content:center; flex-wrap:wrap;
}
.lp-btn--green{ background:#19c15f; color:#fff; }
.lp-btn--orange{ background:#ff6a00; color:#fff; }
/* ===== Voice section bg ===== */
.lp-band--voice{
  background:#f6f0d8; /* クリーム背景 */
}

/* swiper全体の左右余白（矢印スペース） */
.lp-swiper--voice2 .swiper{
  padding: 10px 60px 60px 58px;
	width:80%;
}
@media (max-width: 700px){
  .lp-swiper--voice2 .swiper{
    padding: 10px 0px 54px;
	  width:100%;
  }
}

/* 縦2枚 */
.voice-stack{
  display:flex;
  flex-direction:column;
  gap: 28px;
}

/* ===== Bubble ===== */
.voice-bubble{
  position: relative;
  background:#fff;
  border: 3px solid #111;
  border-radius: 34px;
  padding: 28px 34px 28px 150px;
  min-height: 150px;
	margin-bottom:40px;
}

/* アイコン（左） */
.voice-avatar{
  position:absolute;
  left: 44px;
  top: 26px;
  width: 88px;
  height: 88px;
  border-radius: 999px;
  border: 5px solid #ff7a00;
  overflow:hidden;
  background:#fff;
}
.voice-avatar img{
  width:120%;
  height:120%;
  object-fit:cover;
  display:block;
}

/* 見出し（オレンジ＋縦バー） */
.voice-head{
  margin: 0 0 10px;
  font-weight: 900;
  color:#ff7a00;
  display:flex;
  align-items:center;
  gap: 10px;
  font-size: 18px;
}
.voice-bar{
  width: 5px;
  height: 20px;
  background:#ff7a00;
  display:inline-block;
  border-radius: 2px;
}

/* 本文 */
.voice-text{
  margin:0;
  line-height: 1.9;
  font-weight: 600;
}
.voice-em{ color:#d70000; font-weight: 900; }
.voice_tail{
	position:absolute;
	bottom:-42px;
	left:0;
}

/* ===== Arrows：グレー丸 ===== */
.lp-swiper--voice2 .swiper-button-prev,
.lp-swiper--voice2 .swiper-button-next{
  width: 56px;
  height: 56px;
  border-radius: 999px;
  background: #8a8a8a;
}
.lp-swiper--voice2 .swiper-button-prev::after,
.lp-swiper--voice2 .swiper-button-next::after{
  font-size: 22px;
  font-weight: 900;
  color:#fff;
}

/* ===== Dots：下中央 ===== */
.lp-swiper--voice2 .swiper-pagination{
  bottom: 18px !important;
}
.lp-swiper--voice2 .swiper-pagination-bullet{
  width: 14px;
  height: 14px;
  border: 2px solid #111;
  background: transparent;
  opacity: 1;
}
.lp-swiper--voice2 .swiper-pagination-bullet-active{
  background: #111;
}
/* voiceスライダーのチラ見え対策：スライドを100%固定 */
.lp-swiper--voice2 .swiper-slide{
  width: 100% !important;
}
.lp-swiper--voice2{ position: relative; }

.lp-swiper--voice2 .voice2-prev,
.lp-swiper--voice2 .voice2-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.info-wrap{
	width:100%;
	max-width:900px;
	margin:0 auto;
}
.info-wrap ul{
	list-style:none;
}
.info-wrap ul li{
	display:block;
	margin-bottom:0.5em;
}
.info-days{
	padding:3px 1em;
	background-color:#ffcc00;
	border-radius:999px;
}
/* ===== AG Footer ===== */
.ag-footer{
  background:#000;
  color:#fff;
  padding: 64px 16px 56px;
}

.ag-footer__inner{
  max-width: 980px;
  margin: 0 auto;
}

.ag-footer__block{
  margin-bottom: 44px;
}

.ag-footer__title{
  font-size: 18px;
  font-weight: 900;
  margin: 0 0 10px;
}

.ag-footer__line{
  height: 2px;
  background:#fff;
  opacity: .9;
  margin-bottom: 14px;
}

/* Links */
.ag-footer__links{
  list-style:none;
  padding:0;
  margin:0;
}

.ag-footer__links a{
  color:#fff;
  text-decoration:none;
  font-weight: 700;
}

.ag-footer__links a:hover{
  text-decoration: underline;
}

/* コンテンツ：2行×4列っぽく */
.ag-footer__links--grid{
  display:grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px 22px;
}

.ag-footer__links--row{
  display:flex;
  flex-wrap: wrap;
  gap: 16px 28px;
}

/* Company area */
.ag-footer__company{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px 40px;
  align-items: start;
}

.ag-dl{
  margin:0;
}
.ag-dl__row{
  display:grid;
  gap: 8px;
  padding: 10px 0;
grid-template-columns: 1fr;
}

.ag-dl__row dt{
	font-size:14px;
	opacity: .85;
	display:inline;
}
.ag-dl__row dt span{
	border-bottom:2px solid #ffffff;
}

.ag-dl__row dd{
  margin:0;
  font-size: 16px;
  font-weight: 700;
}
.ag-footer__site{
  margin: 18px 0 0;
}
.ag-footer__site a{
  color:#fff;
  font-weight: 800;
  text-decoration: none;
}
.ag-footer__site a:hover{
  text-decoration: underline;
}

/* Logo */
.ag-footer__logo{
  display:flex;
  justify-content:center;
  margin-top: 38px;
}

.ag-footer__logo img{
  width: 120px;
  height: auto;
}

/* ===== responsive ===== */
@media (max-width: 900px){
  .ag-footer__links--grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px){
  .ag-footer{
    padding: 52px 16px 44px;
  }
  .ag-footer__company{
    grid-template-columns: 1fr;
  }
  .ag-dl__row{
    grid-template-columns: 110px 1fr;
  }
}
.copy-wrap{
	width:100%;
	background:#2f5690;
	padding:1em;
	text-align:center;
}
.copy-wrap a{
	color:#fff;
	text-decoration:none;
	font-size:13px;
}

/* ===== AG Header ===== */
.ag-header{
  background:#fff;
  border-bottom: 1px solid #eee;
}

.ag-header__inner{
  max-width: 1920px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
	position:relative;
}

/* 左側 */
.ag-header__left{
  display: flex;
  align-items: center;
	flex-direction:column;
	justify-content:center;
  gap: 16px;
}

.ag-header__logo img{
  height: 62px;
  width: auto;
  display: block;
}

.ag-header__catch{
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
  white-space: nowrap;
}

/* 右側 */
.ag-header__right{
  text-align: right;
	position:absolute;
	right:20px;
}

.ag-header__tel{
	font-family:arial,sans-serif;
	font-size: 40px;
  font-weight: 900;
  color: #e4007f; /* ピンク */
  line-height: 1;
}

.ag-header__note{
  margin-top: 6px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
}

.ag-header__badge{
  background: #ff7a2f; /* オレンジ */
  color: #fff;
  padding: 3px 8px;
  border-radius: 3px;
  font-size: 16px;
	line-height:1;
}

.ag-header__time{
  color: #000;
}

/* ===== responsive ===== */
@media (max-width: 900px){
  .ag-header__inner{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .ag-header__left{
    flex-direction: column;
    gap: 6px;
  }

  .ag-header__catch{
    white-space: normal;
    font-size: 13px;
  }

  .ag-header__right{
    text-align: center;
  }

  .ag-header__note{
    justify-content: center;
  }
}
.navi-in > ul li{
	border-right:2px solid #fff;
	height:46px;
}
.navi-in > ul li:first-child{
	border-left:2px solid #fff;
}
/* ===== AG Contact Form (CF7) ===== */
.ag-form-card{
  max-width: 420px;
  margin: 0 auto;
  background: #fff;
  border: 3px solid #111;
  border-radius: 14px;
  box-shadow: 10px 10px 0 rgba(0,0,0,.25);
  overflow: hidden;
  font-family: inherit;
}

/* header */
.ag-form-head{
  background: #f2c400;
  text-align: center;
  padding: 8px 12px 4px;
  font-weight: 900;
  line-height: 1;
}
.ag-form-head__small{ font-size: 16px;}
.ag-form-head__big{ font-size: 40px; color:#e60012; padding: 0; display:inline-block; }
.ag-form-head__title{ font-size: 28px; }

/* section title */
.ag-form-section{ padding: 8px 16px 4px; }
.ag-form-section__title{
  background:#e9e9e9;
  padding: 0;
  font-weight: 900;
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 8px;
  margin-bottom: 10px;
}

/* tiny icons (CSS only) */
.ag-icon{
  width: 18px;
  height: 18px;
  display:inline-block;
  position: relative;
}
.ag-icon--car::before{
  content:"";
  position:absolute; inset:0;
  background:#333;
  border-radius: 4px 4px 6px 6px;
  clip-path: polygon(10% 60%, 25% 40%, 55% 40%, 70% 60%, 90% 60%, 90% 85%, 10% 85%);
}
.ag-icon--user::before{
  content:"";
  position:absolute; left:50%; top:20%;
  width: 10px; height: 10px;
  background:#333; border-radius: 999px;
  transform: translateX(-50%);
}
.ag-icon--user::after{
  content:"";
  position:absolute; left:50%; bottom: 10%;
  width: 16px; height: 10px;
  background:#333; border-radius: 12px 12px 4px 4px;
  transform: translateX(-50%);
}

/* grid rows */
.ag-form-grid{ margin-bottom: 8px; }
.ag-form-row{
  display:grid;
  grid-template-columns: 90px 1fr;
  align-items:center;
  gap: 10px;
  margin: 10px 0;
}
.ag-form-label{
  font-weight: 900;
  font-size: 13px;
  display:flex;
  align-items:center;
  gap: 8px;
}

/* required badge */
.ag-req{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#e60012;
  color:#fff;
  font-size: 11px;
  font-weight: 900;
  padding: 2px 6px;
  border-radius: 3px;
  line-height: 1;
}

/* inputs */
.ag-form-card input[type="text"],
.ag-form-card input[type="email"],
.ag-form-card input[type="tel"],
.ag-form-card select{
  width: 100%;
  height: 36px;
  border: 1px solid #111;
  border-radius: 4px;
  padding: 6px 12px;
  font-size: 14px;
  box-sizing: border-box;
  background: #fff;
}

/* select: red ▼ */
.ag-form-card select{
  appearance:none;
  -webkit-appearance:none;
  -moz-appearance:none;
  padding-right: 36px;
  background-image:
    linear-gradient(45deg, transparent 50%, #e60012 50%),
    linear-gradient(135deg, #e60012 50%, transparent 50%);
  background-position:
    right 14px center,
    right 8px center;
  background-size: 8px 8px, 8px 8px;
  background-repeat: no-repeat;
}
.ag-form-privacy{
  text-align:center;
  font-size: 10px;
  margin: 10px 0 0;
  padding: 0 16px 6px;
}
.ag-form-privacy a{
  color:#1a73e8;
  text-decoration: underline;
}

/* submit */
.ag-form-submit{
  padding: 0px 16px 4px;
}
.ag-form-submit p{
	margin-bottom:0!important;
	height:70px;
}
.ag-form-card .ag-submit,
.ag-form-card input[type="submit"]{
  width: 90%;
  height: 60px;
  border: 2px solid #fff;
  border-radius: 10px;
  background: #ff7a2f;
  color:#fff;
  font-size: 18px;
  font-weight: 700;
  cursor:pointer;
  box-shadow: 4px 4px 4px rgba(0,0,0,.25);
	max-width:400px;
	margin:0 auto;
	display:block;
}
.ag-form-card .ag-submit:hover,
.ag-form-card input[type="submit"]:hover{
  filter: brightness(0.98);
}
.br-none br{
	display:none;
}
.bg_why{
	background-position:center 100px;
	background-image:url(https://autogallery-kaitori.com/wp-content/uploads/2026/02/why_bg.webp);
	background-repeat:no-repeat;
	background-size:300px;
}
.bg_yen{
	background-position:center 100px;
	background-image:url(https://autogallery-kaitori.com/wp-content/uploads/2026/02/yen_bg.webp);
	background-repeat:no-repeat;
	background-size:350px;
}
@media screen and (max-width: 1023px){
}
@media screen and (max-width: 834px){
	.ag-header{display:none;}
	.pd_side{padding-left:16px!important; padding-right:16px!important;}
	
	.mitsumori_ttl{
	font-size:40px!important;
	}
.mitsumori_ttl span{
	font-size:20px!important;
}
.mitsumori_ttl span.ex{
	font-size:40px!important;
}
.mitsumori_ttl::before{
	width: 90%;
	height: 20px;
}
.lp-page .lp-band {
	padding:28px 16px;
	}
	
.lp-page h2{
	font-size:21px;
	padding: 0;
}
.lp-page h2.h2-wh::after {
  bottom: -12px;
  width: 100px;
  height: 8px;
}
.lp-page h2.h2-bk{
	color:#222222;
	margin-bottom:1.2em;
}
.lp-page h2.h2-bk::after {
  bottom: -12px;
  width: 100px;
  height: 8px;
}
.lp-page .lp-check{
  margin:0 0 5px;
	justify-content:center;
}
.lp-page .lp-check li{
	font-size:20px;
	padding:6px .5em 4px;
	gap:5px;
	margin-right:5px;
}
.lp-page .lp-estimate__image-ttl{
	margin:20px 0;
	
}
.lp-page .lp-estimate__image img{
  width:100%;
  height:auto;
  display:block;
  border-radius: 12px;
}
/* 補足 */
.lp-page .lp-note{
  font-size: 12px;
  opacity: .8;
  margin: 10px 2px 0;
}
.ag-form-head__small{ font-size: 16px; margin-left:-4px; }
.ag-form-head__big{ font-size: 28px; color:#e60012; padding: 0 6px; display:inline-block; }
.ag-form-head__title{ font-size: 20px; }

/* section title */
.ag-form-section{ padding: 8px 16px 4px; }
.ag-form-section__title{
  background:#e9e9e9;
  padding: 0;
  font-weight: 900;
  display:flex;
  align-items:center;
  justify-content:center;
  gap: 8px;
  margin-bottom: 10px;
}
.bg_nv{
	padding:32px 16px!important;
}
.bg_yel{
	padding:32px 16px!important;
}
h2.speechBubble {
    font-size: 17px;
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    padding: .5em 3em;
    border-radius: 9999px;
    background-color: #ea0000;
    text-align: left;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff;
    max-width: 900px;
}
	.contact_wrap{
		padding:16px!important;
	}
	.b-shadow{padding:24px!important;}
	.b-shadow p{font-size:14px; line-height:1.65;}
.lp-page h3.h3-ex {
    font-size: 14px;
    max-width: 350px;
}
.ex_txt {
    font-size: 20px;
}
.reason_ttl h3 {
    font-size: 19px!important;
}
.reason_ttl .reason_num img {
    height: 60px;
}
.info-wrap ul {
	padding-left:0;
	}
.info-wrap ul li{
	font-size:14px;
	margin-bottom:1em;
	}
/* ===== Bubble ===== */
.voice-bubble{
  border: 2px solid #111;
  padding: 18px;
  min-height: 150px;
	margin-bottom:40px;
}

/* アイコン（左） */
.voice-avatar{
  position:absolute;
  left: 44px;
  top: 26px;
  width: 88px;
  height: 88px;
  border-radius: 999px;
  border: 4px solid #ff7a00;
  overflow:hidden;
  background:#fff;
}
.voice-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* 見出し（オレンジ＋縦バー） */
.voice-head{
  margin: 120px 0 10px;
  font-size: 16px;
}
.voice-bar{
  width: 5px;
  height: 20px;
  background:#ff7a00;
  display:inline-block;
  border-radius: 2px;
}

/* 本文 */
.voice-text{
	font-size:14px;
  margin:0;
  line-height: 1.9;
  font-weight: 600;
}
.voice-em{ color:#d70000; font-weight: 900; }
.voice_tail{
	position:absolute;
	bottom:-42px;
	left:0;
}

/* ===== Arrows：グレー丸 ===== */
.lp-swiper--voice2 .swiper-button-prev,
.lp-swiper--voice2 .swiper-button-next{
  width: 26px;
  height: 26px;
}
.lp-swiper--voice2 .swiper-button-prev::after,
.lp-swiper--voice2 .swiper-button-next::after{
  font-size: 12px;
}

/* ===== Dots：下中央 ===== */
.lp-swiper--voice2 .swiper-pagination{
  bottom: 18px !important;
}
.lp-swiper--voice2 .swiper-pagination-bullet{
  width: 14px;
  height: 14px;
  border: 2px solid #111;
  background: transparent;
  opacity: 1;
}
.lp-swiper--voice2 .swiper-pagination-bullet-active{
  background: #111;
}
/* voiceスライダーのチラ見え対策：スライドを100%固定 */
.lp-swiper--voice2 .swiper-slide{
  width: 100% !important;
}
.lp-swiper--voice2{ position: relative; }
.lp-swiper--voice2 .voice2-prev,
.lp-swiper--voice2 .voice2-next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}
.info-wrap{
	width:100%;
	max-width:900px;
	margin:0 auto;
}
.info-wrap ul{
	list-style:none;
}
.info-wrap ul li{
	display:block;
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:1px dotted #222222;
}
.info-days{
	padding:1px 1em;
	display:block;
	width:115px;
	margin-bottom:0.5em;
}
.reason_img {
    width: 200px;
	height:auto;
	padding-top:20px;
}
	.reason_img img{
    width: 100%;
}
.triangle_flow {
	display:none;
}
}
@media screen and (max-width: 480px){
}
.form_flex{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.form_flex dt {
        width: 130px;
        height: auto;
        display: block;
        float: left;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.4em;
        padding: 5px;
	text-align:center;
	line-height:1;
    }
.form_flex dd {
        width: calc(100% - 130px);
        height: auto;
        display: block;
        font-size: 14px;
        font-weight: normal;
        line-height: 1.4em;
        padding: 5px 5px 5px 0;
    }
.form_flex dt span{
        padding: 2px 1em;
	font-size:10px;
	color:#fff;
	background:#e60012;
	line-height:1;
	margin-top:-2px;
	margin-right:5px;
	display:inline-block;
    }

