@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** 初期化
*************************************/
/* リセット */
.article h2,
.article h3,
.article h4,
.article h5,
.article h6,
.article ul,
.article li,
.article ol
{
padding: 0;
margin: 0;
background:none;
border-collapse: separate;
border-spacing: 0;
border-top: none;
border-right: none;
border-bottom: none;
border-left: none;
line-height: normal;
position:relative;
color:#26282b;
}

/* リンクの下線 */
a{
	text-decoration:none!important;
}
/* リンクのカーソルロールオーバー時 */
a:hover{
	cursor: pointer;
}
/*住所斜体初期化*/
address{
	font-style:normal !important;
}

/*全体を白に調整*/
.header-container, 
.main, 
.sidebar, 
.footer {
	background-color: #fcfcfc;
}

/*ヘッダーを非表示*/
.header-in{
	display:none!important;
}
/*ナビゲーション*/
.navi{
	/*background-color:#ccc!important;*/
}
.navi-in a {
	font-size: 0.7em!important;
}

/*メインを100%表示*/
#main {
	width: 100%;
	margin:0 auto;
}
.main{
	padding:0px!important;
	border:none!important;
}

/*コンテンツの位置を調整する*/
.content{
	margin-top:-18px!important;
}
.wrap{
	width: 100%!important;
}
/*記事タイトルを非表示(h1)*/
.entry-title {
	display: none;
}
.entry-content {
	margin-top:0px!important;
}

/************************************
** 基本情報
*************************************/
/*
基本カラー情報
color:#fcfcfc;//白
color:#26282b;//黒
color:#e71230;//メインカラー
color:#ff521f;//ホーバーカラー
*/

/*スペーサー*/
.spacer{
	padding-bottom:20px;
}

/*モバイル時に見出しを任意に改行*/
.br-sp {
	display: none;
}

/*フォントサイズの強制変更*/
.font12{
	font-size:1.2em!important;
}
.font11{
	font-size:1.1em!important;
}
.font10{
	font-size:1.0em!important;
}
.font09{
	font-size:0.9em!important;
}
.font08{
	font-size:0.8em!important;
}
.font07{
	font-size:0.7em!important;
}
.font06{
	font-size:0.6em!important;
}
.font05{
	font-size:0.5em!important;
}

/*本文共通*/
.txt_contents{
	padding:10px;
	line-height: 1.477;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:400;
	letter-spacing:0em;
	word-break: break-word;
	font-size:1.0em;
}

/************************************
レスポンシブルイメージ
************************************/
/*PC向け*/
.img_pc{
	display:block;
}
/*モバイル向け*/
.img_mobile{
	display:none;
}

/************************************
ヘッダー画像
************************************/
.header_image{
	width:100%;
	background-color:#ecebf1;
	background-image: linear-gradient(180deg, rgba(203, 230, 245, 1), rgba(237, 243, 248, 1));
	min-height:600px;
}
.header_image_in{
	width:85%;
	margin:0 auto;
	position: relative;
}

.header_image figure{
	padding-top:50px;
}

.header_image h1{
	text-align:center;
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:1.2em;
	color:#fcfcfc;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
}

.header_image p{
	margin:0 auto;
	padding:10px;
	line-height: 1.774!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:500;
	letter-spacing:0em;
	word-break: break-word;
	font-size:0.8em;
	color:#fcfcfc;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
}

.header_copy_wapper{
	background:#ccc;
	display:block;
	width:50%;
	margin:0 auto;
	position: absolute;
	top: 200px;
	left: 50%;
	transform: translateX(-50%);
	padding:30px;
	background-color: rgba(0, 0, 0, 0.1); /* 背景色 */
	border: 2px solid rgba(255, 255, 255, 0.6); /* ボーダー */
	border-right-color: rgba(255, 255, 255, 0.2);
	border-bottom-color: rgba(255, 255, 255, 0.2);
	border-radius: 15px;
	-webkit-backdrop-filter: blur(5px); /* ぼかしエフェクト */
	backdrop-filter: blur(5px);
}


/************************************
ヘッダー横並び(LINEと出張)
************************************/
.c2tl{
	width:100%;
	/*background:#ecebf1;*/
	margin-bottom:0px!important;
}
.c2tl-in{
	width:85%;
	margin:0 auto;
}
.c2tl_row{
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}

.c2tl-left{
	border-radius:10px;
	width:calc(50% - 40px);
	margin:20px;
	display:flex;
	align-items:start;
	box-sizing: border-box; /* paddingとborderをwidthに含める */
}

.c2tl-left-in{
	display:block;
	margin:0 auto;
	width:100%;
	aspect-ratio: 400 / 600;
	height: auto;
	position: relative; /* 子要素の絶対配置の基準にする */
	padding: 20px; /* テキストの余白 */
	border-radius: 15px; /* 四隅を丸くする */
	overflow: hidden; /* 角丸からはみ出る部分を隠す */
	
}
/* 背景画像の設定 */
.c2tl-left-in::before {
  content: "";
  position: absolute; /* 親要素（image-bg）を基準に配置 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://minicar.aichi-kaitori.jp/wp-content/uploads/2025/08/c2_left.png'); /* ここに画像のパスを指定 */
  background-size: cover; /* コンテナいっぱいに画像を拡大 */
  background-position: center; /* 画像を中央に配置 */
  z-index: -1; /* テキストの背面に配置 */
}

.c2tl-right{
	border-radius:10px;
	width:calc(50% - 40px);
	margin:20px;
	display:flex;
	align-items:start;
	box-sizing: border-box; /* paddingとborderをwidthに含める */
}

.c2tl-right-in{
	display:block;
	margin:0 auto;
	width:100%;
	aspect-ratio: 400 / 600;
	height: auto;
	position: relative; /* 子要素の絶対配置の基準にする */
	padding: 20px; /* テキストの余白 */
	border-radius: 15px; /* 四隅を丸くする */
	overflow: hidden; /* 角丸からはみ出る部分を隠す */

}

/* 背景画像の設定 */
.c2tl-right-in::before {
  content: "";
  position: absolute; /* 親要素（image-bg）を基準に配置 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://minicar.aichi-kaitori.jp/wp-content/uploads/2025/08/c2_right.png'); /* ここに画像のパスを指定 */
  background-size: cover; /* コンテナいっぱいに画像を拡大 */
  background-position: center; /* 画像を中央に配置 */
  z-index: -1; /* テキストの背面に配置 */
}


.c2tl h2{
	text-align:center;
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:1.2em;
	color:#fcfcfc;
}

.c2tl p{
	padding:10px;
	line-height: 1.774!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:500;
	letter-spacing:0em;
	word-break: break-word;
	font-size:0.8em;
	color:#fcfcfc;
	display:block;
	min-height:170px;

}




/************************************
ヘッダー横並び
************************************/

.column:first-child{
	display:flex;
	align-items:center;
}

.column:last-child{
	display:flex;
	align-items:flex-end;
}

/************************************
横並び
************************************/
.row{
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}

/************************************
簡単まとめて買取
************************************/
.summarize_img{
	width:100%;
	background:#ecebf1;
	margin-bottom:0px;
}

.summarize-simply{
	
}
.summarize-simply-in{
	width:85%;
	margin:0 auto;
}
.summarize-simply h2{
	text-align:center;
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:1.2em;
}
.summarize-simply p{
	width:80%;
	margin:0 auto;
}
/************************************
電話によるお問い合わせ
************************************/
.inquiries-telephone{
	
}
.inquiries-telephone-in{
	width:60%;
	margin:0 auto;
}

.inq-dd-left{
	width:50%;
	padding:10px;
}

.inq-dd-right{
	width:50%;
	padding:10px;
}

.inquiries-telephone h2{
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:1.2em;
}


.inquiries-telephone p{
	padding:10px;
	line-height: 1.774!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:500;
	letter-spacing:0em;
	word-break: break-word;
	font-size:0.8em;
	color:#7b7b80;
}

/************************************
** フリーダイヤル
*************************************/
.telephone_btn a {
	color: #fcfcfc;
	background-color:#e71230;
    border-radius: 20px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 50%;
	min-width:300px;
    padding: 0px 15px;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size:0.9em;
}
.telephone_btn a:hover {
	background-color:#ff521f;
}

.telephone_layout{
	display:flex;
	flex-flow: column;
	justify-content: center;

}
.telephone_btn_number {
	display: block;
    font-weight: 500;
	font-size:1.4em;
    padding: 0px 5px;
    display: block;
    margin: 0 auto;
}

/************************************
こんな時にはおすすめ
************************************/
.recommendation{
	
}

.recommendation-in{
	width:85%;
	margin:0 auto;
}

.recommendation h2{
	text-align:center;
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:1.2em;
}

.recommendation p{
	color:#1e1e1f!important;
	font-size:0.8em!important;
	text-align:center!important;
	color:#6b6b6c!important;
	font-weight:600;
}

.recommendation_row{
	display: flex;
	flex-flow: row wrap;
	flex-direction: row; 
}

.r-card{
	background-color:#f3f3f6;
	border-radius:10px;
	width:calc(33.333% - 40px);
	display:flex;
	margin:20px;
	align-items:start;
}

.r-card-in{
	width: 85%;
	margin:0 auto;
}

/************************************
メールでのお問い合わせ
************************************/
.mail_inq{
	background-color:#f3f3f6;
	padding:20px 10px;
}
.mail_inq-in{
	width:85%;
	margin:0 auto;
}

.mail_inq h2{
	text-align:center;
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:1.2em;
}

.mail_inq p{
	color:#1e1e1f!important;
	font-size:0.8em!important;
	text-align:center!important;
	color: #7b7b80!important;
}

.mail_btn a {
	color: #fcfcfc;
	background-color:#e71230;
    border-radius: 30px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 30%;
	min-width:300px;
    padding: 10px 10px;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size:0.9em;
}
.mail_btn a:hover {
	background-color:#ff521f;
}

/************************************
出張買取方法
************************************/
.trip-purchase{
	
}
.trip-purchase-in{
	width:85%;
	margin:0 auto;
}

.trip-purchase h2{
	text-align:center;
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:1.2em;
	color:#1b1b1c;
}

.trip-purchase h2 span{
	font-size:3.1em;
	color:#e71230;
}


.trip-purchase h3{
	color:#1e1e1f!important;
	font-size:0.8em!important;
	text-align:center!important;
	margin-top:20px;
}
.trip-purchase p{
	color:#7b7b80!important;
	font-size:0.7em!important;
	text-align:left!important;
	
}

/************************************
宅配買取方法
************************************/
.delivery-purchase{
	
}
.delivery-purchase-in{
	width:85%;
	margin:0 auto;
}

.delivery-purchase h2{
	text-align:center;
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:1.2em;
	color:#1b1b1c;
}

.delivery-purchase h2 span{
	font-size:3.1em;
	color:#e71230;
}


.delivery-purchase h3{
	color:#1e1e1f!important;
	font-size:0.8em!important;
	text-align:center!important;
	margin-top:20px;
}
.delivery-purchase p{
	color:#7b7b80!important;
	font-size:0.7em!important;
	text-align:left!important;
}







/************************************
出張買取方法/宅配買取方法
************************************/

.col3-row{
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}

.dr_attention{
	font-size:1.0em!important;
	color:#ff0000;
	padding-bottom:1px;
	border-bottom: 2px solid #ff0000;
	line-height: 1.774;
	font-weight: 400;
	letter-spacing: 0em;
}

.dr_info{
	color:#ff0000;
	font-size:1.0em!important;
	line-height: 1.774;
	font-weight: 800;
	letter-spacing: 0em;
}

.c3-card{
	background-color:#f3f3f6;
	border-radius:10px;
	width:calc(33.333% - 40px);
	display:flex;
	margin:20px;
	align-items:start;
}

.c3-card-in{
	width: 85%;
	margin:0 auto;
	padding:10px;
}




/************************************
お客様にご用意いただくもの
************************************/
.need2prepare{
	
}
.need2prepare-in{
	width:60%;
	margin:0 auto;
}

.need2prepare-row{
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}

.need2prepare h2{
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:1.2em;
	text-align:center;
}

.n2p-dd-left{
	width:50%;
	padding:10px;
}

.n2p-dd-right{
	width:50%;
	padding:10px;
}

.n2p_info{

	font-weight:600;
}

.need2prepare p{
	padding:10px;
	line-height: 1.774!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:500;
	letter-spacing:0em;
	word-break: break-word;
	font-size:0.8em;
	color:#7b7b80;
}

.trip_btn a{
	color: #fcfcfc;
	background-color:#e71230;
    border-radius: 30px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 30%;
	min-width:300px;
    padding: 10px 10px;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size:0.9em;
}

.trip_btn a:hover {
	background-color:#ff521f;
}
/************************************
** モーダルウィンドウエリア
************************************/
.modalwindow{
	
}

.modalwindow-in{
	width:85%;
	margin:0 auto;
}


.modalwindow h2{
	text-align:center;
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:1.2em;
}

.modalwindow h3{
	text-align:center;
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:0.9em;
}



/************************************
** モーダルウィンドウ
************************************/
.area_map_trip{
	padding:8px 8px 24px 8px;
	margin-bottom:20px;
}

.area_map_trip ul{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-auto-rows: 50px;/*70*/
	list-style-type:none!important;
	padding-left:0px!important;
}

.area_map_trip ul{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-auto-rows: 50px;/*70*/
	list-style-type:none!important;
	padding-left:0px!important;
}
.area_map_trip li a{
	display:block;
	cursor:pointer;
	text-align: center;
	margin: 4px;
	display: block;
	color: #fcfcfc;
	font-size: 0.6em;
	font-weight:800;
	text-decoration: none;
}

.area_map_trip li a:hover{
	background-color:#ff521f;
}

@media screen and (max-width: 480px){
.font05{
	font-size: 0.5em!important;
	padding: 11px 11px!important;
}
.font02{
	font-size: 0.2em!important;
	padding: 11px 11px!important;
}
.font03{
	font-size: 0.4em!important;
	padding: 9px 9px!important;
}
}

.map_btn1{
	background-color:#e71230;
	position: relative;
	z-index: 0;
	padding: 10px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

/*モーダルクローズボタン*/
.cross_btn{
display: inline-block;
font-size: 0.9em;
margin-right: 0px;
margin-top: 10px !important;
color:#fcfcfc!important;
}

.close_btn{
position: absolute;
right: 3vw;
top: 5vh;
text-align: center;
z-index: 29999!important;
}

/*モーダルウィンドウ*/
.modal_window{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 19999 !important;
}

/*モーダルシャドウ*/
.windowBg{
cursor:pointer;
background-color: rgba(20,20,20,0.9);
width: 100%;
height: 100%;
}

/*モーダルコンテンツ*/
.window_contents{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
width: 95%;
max-width: 800px;
padding: 10px 30px;
background: #fcfcfc;
overflow-y: scroll;
height: 50%;
max-height: 90%;
width: 93%;
padding: 10px 2%;
border-radius: 5px;
display:block;
}
.window_contents ul{
padding:8px;
}

.window_contents h2{
position: relative;
display: inline-block;
padding: 0 10px!important;
background:transparent!important;
color:#26282b!important;
border-radius:0px!important;
border-bottom: solid 1px black!important;
}

.area_list ul{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-auto-rows: 50px;
	list-style-type:none!important;
	padding-left:0px!important;

}

.area_list span{
	text-align: center;
	margin-top: 10px;
	display: block;
	color: #26282b;
	font-size: 0.5em;
	font-weight:800;
	background-color: #fff;
	padding: 8px 8px;
	border: 1px solid #aaa;
	border-radius:8px;
}







/************************************
セクションカラー
************************************/
.section_bgcolor{
	background-color: #f3f3f6;
	
}



/************************************
買取方法
************************************/

.purchase_method_item{
	width:100%;
}

.purchase_method_item_in{
	width:85%;
	margin:0 auto;
}


.purchase_method_item h2{
	text-align:center;
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:1.2em;
}


.pmi-row{
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}

/*買取方法ボタンベース*/
.pmi-card{
	border-radius:10px;
	width:calc(33.333% - 40px);
	display:flex;
	margin:20px;
	align-items:start;
	padding:10px;
}

.pmi-card-in{
	width: 85%;
	margin:0 auto;
	padding:10px;
}
/************************************
おまかせください
************************************/
.leave_us{
	width:100%;
}
.leave_us_in{
	width:85%;
	margin:0px auto;
}
.lu-row{
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}

.lu-card-dd-left{
	width:50%;
	padding:10px;
}



.lu-card-dd-left h2{
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:1.2em;
}

.lu-card-dd-left p{
	padding:10px;
	line-height: 1.774!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:500;
	letter-spacing:0em;
	word-break: break-word;
	font-size:0.8em;
	color:#7b7b80;
}
/************************************
LINE登録
************************************/

.line_btn a{
	color: #fcfcfc;
	background-color:#e71230;
    border-radius: 30px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 30%;
	min-width:300px;
    padding: 10px 10px;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size:0.9em;
}

.line_btn a:hover {
	background-color:#ff521f;
}


.lu-card-dd-right{
	border-radius:10px;
	width:calc(50% - 40px);
	display:flex;
	margin:20px;
	align-items:start;
	box-sizing: border-box; /* paddingとborderをwidthに含める */
}

.line_purchase{
	display:block;
	margin:0 auto;
	width:100%;
	aspect-ratio: 600 / 660;
	height: auto;
	position: relative; /* 子要素の絶対配置の基準にする */
	padding: 20px; /* テキストの余白 */
	border-radius: 15px; /* 四隅を丸くする */
	overflow: hidden; /* 角丸からはみ出る部分を隠す */
}

.line_purchase h2{
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:1.4em;
}

.line_purchase span{
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:1.6em;
}


/* 背景画像の設定 */
.line_purchase::before {
  content: "";
  position: absolute; /* 親要素（image-bg）を基準に配置 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://minicar.aichi-kaitori.jp/wp-content/uploads/2025/08/line_rect.jpg'); /* ここに画像のパスを指定 */
  background-size: cover; /* コンテナいっぱいに画像を拡大 */
  background-position: center; /* 画像を中央に配置 */
  z-index: -1; /* テキストの背面に配置 */
}


.line_purchase p{
text-align:center;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:0.8em;
}


/************************************
こんな商品を高価買取します
************************************/

.at_high_prices{
	margin-top:20px;
	width:100%;
	background:#f1f1f4;
}
.at_high_prices_in{
	width:85%;
	margin:0 auto;
	padding:10px;
}
.at_high_prices h2{
	text-align:center;
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:1.2em;
}
.at_high_prices p{
	width:80%;
	margin:0 auto;
	color:#7b7b80;
}

/************************************
買取強化中(5選)
************************************/
.accepting_purchases{
	
}
.accepting_purchases_in{
	width:85%;
	margin:0 auto;
}

.accepting_purchases h2{
	text-align:center;
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:1.2em;

}



.accepting_row{
	display: flex;
	flex-flow: row wrap;
	flex-direction: row;


}

.ap-card{
	border-radius:10px;
	width:calc(33.333% - 40px);
	display:flex;
	margin:20px;
	align-items:start;
	min-height:220px;
	box-sizing: border-box; /* paddingとborderをwidthに含める */
}

.ap-card-in{
  position: relative; /* 子要素の絶対配置の基準にする */
  padding: 20px; /* テキストの余白 */
  border-radius: 15px; /* 四隅を丸くする */
  overflow: hidden; /* 角丸からはみ出る部分を隠す */
  height:386px;
}


.glass {
  width: 95%;
  max-width: 600px;
  margin:0 auto;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1); /* 背景色 */
  border: 1px solid rgba(255, 255, 255, 0.4); /* ボーダー */
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  -webkit-backdrop-filter: blur(20px); /* ぼかしエフェクト */
  backdrop-filter: blur(20px);
  height:346px;
}


/* 背景画像の設定 */
.ap-card-in::before {
  content: "";
  position: absolute; /* 親要素（image-bg）を基準に配置 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://minicar.aichi-kaitori.jp/wp-content/uploads/2025/08/pi_base.png'); /* ここに画像のパスを指定 */
  background-size: cover; /* コンテナいっぱいに画像を拡大 */
  background-position: center; /* 画像を中央に配置 */
  z-index: -1; /* テキストの背面に配置 */
}

.accepting_purchases h3{
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:0.8em;
	position: relative; /* テキストを前面に表示 */
	color:#fcfcfc;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
}

.accepting_purchases p{
	padding:10px;
	line-height: 1.774;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:400;
	letter-spacing:0em;
	word-break: break-word;
	font-size:0.7em;
	position: relative; /* テキストを前面に表示 */
	color:#fcfcfc;
	display:block;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
}


/************************************
買取価格例
************************************/
.price-list{
	
}

.price-list-in{
	width:85%;
	margin:0 auto;
}

.price-list h2{
	text-align:center;
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:1.2em;
}

div.price-list-sc{
	width:98%;
	height: 400px;
	margin:0 auto;
	padding:10px;
	overflow: scroll;
	overflow-x:hidden;
}

div.price-list .maker{
	width:33%;
}

div.price-list .maker-sub{
	width:33%;
}

div.price-list thead th {
	background-color: #7e899f;
	color: #fcfcfc;
	text-align: center;
	font-size:0.7em!important;
}

div.price-list .item-title{
	background-color: #fcfcfc;
	font-size:0.7em!important;
}

div.price-list tbody tr:nth-child(odd) {
	background-color: #fcfcfc;
	font-size:0.7em!important;
}

div.price-list tbody tr:nth-child(even) {
	background-color: #eee;
	font-size:0.7em!important;
}

td.price{
	text-align:center;
}
/************************************
選ばれる理由
************************************/
.reason{
	
}

.reason-in{
	width:85%;
	margin:0 auto;
}

.reason h2{
	text-align:center;
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:1.2em;
}

.reason-row{
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}


.reason h3{
	text-align:center;
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:0.8em;
}

.reason-card{
	background-color:#f3f3f6;
	border-radius:10px;
	width:calc(33.333% - 40px);
	display:flex;
	margin:20px;
	align-items:start;
}


.reason-card-in{
	width: 85%;
	margin:0 auto;
	padding:10px;
}



/************************************
カラーグラデーション
************************************/
.cg-bg1{
	background-image: linear-gradient(150deg, rgba(210, 232, 245, 1), rgba(241, 246, 249, 1));
}
.cg-bg2{
	background-image: linear-gradient(150deg, rgba(232, 252, 233, 1), rgba(251, 253, 251, 1));
}
.cg-bg3{
	background-image: linear-gradient(150deg, rgba(249, 238, 220, 1), rgba(254, 251, 249, 1));
}

/************************************
買取強化商品(5選)
************************************/
.purchase_items{

}

.purchase_items_in{
	width:85%;
	margin:0 auto;
}

.purchase_items h2{
	text-align:center;
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:1.2em;

}

.purchase_items_row{
	display: flex;
	flex-flow: row wrap;
	flex-direction: row; 
}

.pi-card{
	/*background-color:#f3f3f6;*/
	border-radius:10px;
	width:calc(33.333% - 40px);
	display:flex;
	margin:20px;
	align-items:start;
}

.pi-card-in{
	width: 85%;
	margin:0 auto;
}
.purchase_items ul{
	list-style-type:none;
	padding-left:0px!important;
}
.purchase_items li a{
	display:block;
	text-align:center;
	margin:10px;
	padding: 10px 10px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background-color:#e71230;
	color:#fcfcfc;
	font-size:0.7em;
}
.purchase_items li a:hover{
	background-color:#ff521f;
}




/************************************
買取強化メーカー
************************************/
.purchase_maker{

}

.purchase_maker_in{
	width:85%;
	margin:0 auto;
}


.purchase_maker h2{
	text-align:center;
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:1.2em;
}


.purchase_maker_row{
	display: flex;
	flex-flow: row wrap;
	flex-direction: row; 
}

.pm-card{
	/*background-color:#f3f3f6;*/
	border-radius:10px;
	width:calc(33.333% - 40px);
	display:flex;
	margin:20px;
	align-items:start;
}

.pm-card-in{
	width: 85%;
	margin:0 auto;
}
.purchase_maker ul{
	list-style-type:none;
	padding-left:0px!important;
}
.purchase_maker li a{
	display:block;
	text-align:center;
	margin:10px;
	padding: 10px 10px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background-color:#e71230;
	color:#fcfcfc;
	font-size:0.7em;
}
.purchase_maker li a:hover{
	background-color:#ff521f;
}





/************************************
お約束
************************************/
.promise{
	
}

.promise-in{
	width:85%;
	margin:0 auto;
}


.promise-row{
	display: flex;
	flex-flow: row wrap;
	width: 100%;
}



.promise h2{
	text-align:center;
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:1.2em;
}

.promise h3{
	text-align:center;
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:0.8em;
}
.promise p{
	padding:10px;
	line-height: 1.774;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:400;
	letter-spacing:0em;
	word-break: break-word;
	font-size:0.7em;
  position: relative; /* テキストを前面に表示 */
	display:block;
}


.promise-card{
	background-color:#f3f3f6;
	border-radius:10px;
	width:calc(33.333% - 40px);
	display:flex;
	margin:20px;
	align-items:start;
}

.promise-card-in{
	width: 85%;
	margin:0 auto;
	padding:10px;

}



/************************************
お客様の声
************************************/
.customer_voice{
	
}
.customer_voice_in{
	width:85%;
	margin:0 auto;
}

.customer_voice h2{
	text-align:center;
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:1.2em;
}
/************************************
お客様の声 Photo
************************************/
.customer_vc{
	
}
.customer_vc_in{
	width:85%;
	margin:0 auto;
}

.buy_user_voice h2{
	text-align:center;
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:1.2em;
}

.customer_voice_block{
	width:50%;
	margin:20px auto 20px auto;
}

.voice{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-align-items: top;
    align-items: top;
	margin-bottom:5px;
}

.voice_col1{
	width:128px;
	margin:5px;
	padding:5px;
	max-width:70%;
}
.voice_col1 img{
	padding-top:0!important;
}
.voice_col2{
	width:auto;
	margin:5px;
	padding:5px;
	max-width:70%;
}

.voice_address{
	font-size:0.8em;
}

.voice_word{
	position: relative;
	display: inline-block;
	margin: 0.5em 0 0 5px;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #fcfcfc;
	font-size: 16px;
	background: #f59a40;/* 好みで色を変えてください */
	border-radius:8px;
}

.voice_word:before {
	content: "";
	position: absolute;
	top: 40%;
	left:0px;
	transform: translateX(-12px);
	border: 5px solid transparent;
	border-right: 8px solid #f59a40;   /* 好みで色を変えてください */
}

.voice_word p {
	margin: 0;
	padding: 0;
	font-size:0.8em;
	color:#fcfcfc;
}
.voice_txt_contents{
	position: relative;
	padding:18px;
	line-height:1.447;
	background:#f2f2f2;
	font-size:0.8em;
	border-radius:8px;
}
.voice_txt_contents::before{
	content: "“";
	display: block;
	font-size: 200%;
	color: #f59a40;/* 好みで色を変えてください */
	position: absolute;
	top: 0px;
	left: 5px;
}

.voice_txt_contents::after {
	content: "”";
	display: block;
	font-size: 200%;
	color: #f59a40;/* 好みで色を変えてください */
	position: absolute;
	bottom: 0px;
	right: 5px;
}


	

/************************************
買取事例スライダー
*************************************/

.star5_rating{
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
    /*font-size: 30px; フォントサイズ 自由に設定化 */
}

.star5_rating:before, .star5_rating:after{
    content: '★★★★★';
}

.star5_rating:after{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #ffcf32; /* イエローカラー 自由に設定化 */
}

.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.9"]:after{ width: 98%; } /* 星4.9 */
.star5_rating[data-rate="4.8"]:after{ width: 96%; } /* 星4.8 */
.star5_rating[data-rate="4.7"]:after{ width: 94%; } /* 星4.7 */
.star5_rating[data-rate="4.6"]:after{ width: 92%; } /* 星4.6 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4.4"]:after{ width: 88%; } /* 星4.4 */
.star5_rating[data-rate="4.3"]:after{ width: 86%; } /* 星4.3 */
.star5_rating[data-rate="4.2"]:after{ width: 84%; } /* 星4.2 */
.star5_rating[data-rate="4.1"]:after{ width: 82%; } /* 星4.1 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

.score{
	font-weight:800;
}

.review-slider-info{
	display:block;
	width:85%;
	margin:0 auto;
	background: #f3f3f6;
	margin-bottom:10px;
	text-align:center;
	border-radius:15px;
	padding:10px;
}
.review-slider-info h2 {
	background-color:transparent!important;
	color:#26282b;
}


.review-slider-info p{
	padding:10px;
	line-height:1.774;
	font-weight:400;
	letter-spacing:0em;
	word-break: break-word;
	font-size:0.8em;
	color:#26282b!important;
}



.bx-viewport{
	height:auto!important;/*表示領域*/
}
.bx-viewport img{
	padding-top:10px;
}

.slider-voice hr{
	width:70%;
	margin:0 auto;
}

.slider-voice{
	background-color: #f3f3f6;
	border-radius: 10px;
	width: 85%;
	margin:0 auto;
	display: block;
	padding:20px;
}

.slider-voice h3{
	display:block;
	border-radius:0px!important;
	border: none!important;
	text-align:center;
	padding-bottom:0;
	margin-bottom: 0;
	padding-top:0;
	margin-top:0;
}
.slider_contents{
	display:block;
	padding:10px;
	line-height:1.774;
	font-weight:400;
	letter-spacing:0em;
	word-break: break-word;
	font-size:0.8em;
	color:#26282b!important;
	text-align:center;
	width:60%;
	margin:0 auto;
	line-height:1.774;
}

.slider_item_contents{
	display:block;
	padding:10px;
	line-height:1.774;
	font-weight:400;
	letter-spacing:0em;
	word-break: break-word;
	font-size:0.8em;
	color:#f1f1f4!important;
	text-align:center;
	background:#7c7c7c;
	border-radius:8px;
	width:55%;
	margin:0 auto;
	line-height:1.774;
}

.slider_info{
	margin-top:36px;
	font-size:0.6em;
	color:#26282b!important;
	text-align:center;
	line-height:1.774;
}


/************************************
** よくある質問：展開型
*************************************/
.faqs_bg{
	padding:15px 15px;
	background-color: #f3f3f6;
	width:85%;
	margin:0 auto;
	border-radius:10px;
}

.deploy_faqs dl{
	padding: 10px 10px 0;
	margin-bottom:5px;
}

.deploy_faqs h2{
	text-align:center;
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:1.2em;
}

.deploy_faqs dt{
	background:#ebebeb;
	font-size: 0.8em;
	line-height: 1.4446;
	color: #333;
	font-weight:600;
	word-wrap: break-word;
	padding-bottom: 5px;
	counter-increment: question;
	border: 1px solid #d4d4d4;
	padding:8px;
	border-radius:10px;
}

.deploy_faqs dt:first-letter{
	font-size: 1.2em;
	color: #3081e4;
	font-weight:600;
}

.deploy_faqs dd{
	margin-left:0 !important;
	font-size: 0.8em;
	line-height: 1.4446;
	color: #333;
	word-wrap: break-word;
	padding-bottom: 0px;
	counter-increment: answer;
	padding:8px;
}

.deploy_faqs dd:{
	font-size: 1.2em;
	color: #e5004f;
	font-weight:600;
	padding-left:0px!important
}

.deploy_faqs dd:first-letter{
	font-size: 1.2em;
	color: #e5004f;
	font-weight:600;
	padding-left:0px!important
}
/************************************
** フッタリンク
*************************************/
.footer_link{
	width:100%;
}
.footer_link ul{
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
}
.footer_link li {
    padding: 4px 8px!important;
	margin:2px;
}
.footer_link a{
	font-size: 0.7em;
}
.footer_link li::after{
    content:" /";
	font-size:0.7em;
	color:#888!important;
}
.footer_link li:last-child:after{
  content: " ";
}


/************************************
フッタバナーPC
************************************/
/*アンカー広告CSS*/
#footerFloatingMenu{
	display: block;
	width: 100%;
	height:80px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 9999;
	text-align: center;
	padding: 0px;
	background-color:#e71230;
}

.footer_pc{
	display:block;
}

.footer_mobile{
	display:none;
}

.footer_pc_wrapper{
	width:85%;
	height:80px;
	margin:0 auto;
	background-color:#e71230;
}
.footer_pc ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 12px;
	list-style-type:none!important;
	padding-left:0px!important;
}
.footer_pc img{
	max-height:60px;
}

.footer_pc ul>li{
  margin-top:40px;
  display:flex;
  align-items: center;
  justify-content: center;
}

.footer_pc a{
	width:100%;
	display:block;
	font-size:0.6em;
	margin:0 auto;
}


/************************************
買取価格例
************************************/
.purchase_price_ex{
	
}

.purchase_price_ex-in{
	width:85%;
	margin:0 auto;
}

.purchase_price_ex h2{
	text-align:center;
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:1.2em;
}


.ppe_glass{
  width: 95%;
  max-width: 600px;
  margin:15px auto;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1); /* 背景色 */
  border: 1px solid rgba(255, 255, 255, 0.4); /* ボーダー */
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  -webkit-backdrop-filter: blur(20px); /* ぼかしエフェクト */
  backdrop-filter: blur(20px);
  height:120px;
}


.ppe_row{
	display: flex;
	flex-flow: row wrap;
	flex-direction: row; 
}

.ppe-card{
	border-radius:10px;
	width:calc(33.333% - 40px);
	display:flex;
	margin:20px;
	align-items:center;
}

.ppe-card-in{
  position: relative; /* 子要素の絶対配置の基準にする */
  padding: 20px; /* テキストの余白 */
  border-radius: 15px; /* 四隅を丸くする */
  overflow: hidden; /* 角丸からはみ出る部分を隠す */
  height:386px;
}

.ppe-card-in::before {
  content: "";
  position: absolute; /* 親要素（image-bg）を基準に配置 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://minicar.aichi-kaitori.jp/wp-content/uploads/2025/08/ppe_base.png'); /* ここに画像のパスを指定 */
  background-size: cover; /* コンテナいっぱいに画像を拡大 */
  background-position: center; /* 画像を中央に配置 */
  z-index: -1; /* テキストの背面に配置 */
}



.ppe-card h3{
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:0.7em;
	position: relative; /* テキストを前面に表示 */
	color:#fcfcfc;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
}

.ppe-card p{
	text-align:center;
	padding:10px;
	line-height: 1.774;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:400;
	letter-spacing:0em;
	word-break: break-word;
	font-size:0.6em;
	position: relative; /* テキストを前面に表示 */
	color:#fcfcfc;
	display:block;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
}

/************************************
買取事例
************************************/
.purchase_examples{
	
}

.purchase_examples_in{
	width:85%;
	margin:0 auto;
}

.purchase_examples h2{
	text-align:center;
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:1.2em;
}


.pe_glass{
  width: 95%;
  max-width: 600px;
  margin:15px auto;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.1); /* 背景色 */
  border: 1px solid rgba(255, 255, 255, 0.4); /* ボーダー */
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  -webkit-backdrop-filter: blur(20px); /* ぼかしエフェクト */
  backdrop-filter: blur(20px);
  height:120px;
}


.pe_row{
	display: flex;
	flex-flow: row wrap;
	flex-direction: row; 
}

.pe-card{
	border-radius:10px;
	width:calc(33.333% - 40px);
	display:block;
	margin:20px;
	align-items:center;
}

.pe-card-in{
  position: relative; /* 子要素の絶対配置の基準にする */
  padding: 20px; /* テキストの余白 */
  border-radius: 15px; /* 四隅を丸くする */
  overflow: hidden; /* 角丸からはみ出る部分を隠す */
  height:386px;
}

.pe-card-in::before {
  content: "";
  position: absolute; /* 親要素（image-bg）を基準に配置 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('https://minicar.aichi-kaitori.jp/wp-content/uploads/2025/08/pe_base.png'); /* ここに画像のパスを指定 */
  background-size: cover; /* コンテナいっぱいに画像を拡大 */
  background-position: center; /* 画像を中央に配置 */
  z-index: -1; /* テキストの背面に配置 */
}



.pe-card h3{
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:0.7em;
	position: relative; /* テキストを前面に表示 */
	color:#fcfcfc;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
}

.pe-card p{
	text-align:center;
	padding:10px;
	line-height: 1.774;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:400;
	letter-spacing:0em;
	word-break: break-word;
	font-size:0.6em;
	position: relative; /* テキストを前面に表示 */
	color:#fcfcfc;
	display:block;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4);
}


/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
	
/************************************
** LINE登録
************************************/
.lu-row{
	display: block;
}
.lu-card-dd-left{
	width:100%;
}
.lu-card-dd-right{
	width:100%;
}

/************************************
出張買取方法/宅配買取方法
************************************/
.col3-row{
	display: block;
}

.c3-card{
	background-color:#f3f3f6;
	border-radius:10px;
	width:100%;
	display:block;
	margin:10px 0px;
	align-items:center;
}
.pmi-card {
	width: 100%;
	display:block;
}

/************************************
LINE買取/出張買取
************************************/
.c2tl_row{
	display: block;
}

.c2tl-left{
	width:100%;
	display: block;
}
	
.c2tl-right{
	width:100%;
	display: block;
}

.c2tl-left-in{
	width:100%;
	aspect-ratio: 600 / 600;
	height: auto;
	min-width:initial;/*初期化*/
	min-height:initial;/*初期化*/

}
.c2tl-right-in{
	width:100%;
	aspect-ratio: 600 / 600;
	height: auto;
	min-width:initial;/*初期化*/
	min-height:initial;/*初期化*/
}
	
/************************************
買取方法
************************************/
.pmi-card{
	width:100%;
}
	
	
	
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
	
/************************************
初期化
************************************/
/*コンテンツの位置を調整する*/
.content{
	margin-top:0px!important;
}
/************************************
共通
************************************/
.br-sp{
	display:block;
}
/************************************
レスポンシブルイメージ
************************************/
/*PC向け*/
.img_pc{
	display:none;
}
/*モバイル向け*/
.img_mobile{
	display:block;
}

/************************************
ヘッダー画像横並びから縦並び
************************************/
.row{
	display:block;	
}
/************************************
簡単まとめて買取
************************************/
.summarize-simply{
	
}
.summarize-simply-in{
	width:85%;
	margin:0 auto;
}
.summarize-simply h2{
	text-align:center;
}
.summarize-simply p{
	width:100%;
	margin:0 auto;
}
/************************************
電話によるお問い合わせ
************************************/
.inquiries-telephone{
	
}
.inquiries-telephone-in{
	width:85%;
	margin:0 auto;
}

.inq-dd-left{
	width:100%;
	padding:5px;
}

.inq-dd-right{
	width:100%;
	padding:5px;
}
.inquiries-telephone h2{
	text-align:center;
}
/************************************
こんな時にはおすすめ
************************************/
.recommendation{
	
}

.recommendation-in{
	width:85%;
	margin:0 auto;
}

.recommendation h2{
	text-align:center;
	padding:10px;
	line-height: 1.447!important;
	letter-spacing: 0!important;
	font-family: "SF Pro JP","SF Pro Display","SF Pro Icons","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight:600;
	letter-spacing:0em;
	word-break: break-word;
	font-size:1.2em;
}

.recommendation p{
	color:#1e1e1f!important;
	font-size:0.8em!important;
	text-align:center!important;
}

.recommendation_row{
	display: block;
}

.r-card{
	background-color:#f3f3f6;
	border-radius:10px;
	width:100%;
	display:flex;
	margin: 10px 0px;
	align-items:center;
}

.r-card-in{
	width: 100%;
	margin:0 auto;

}


	
	
/************************************
出張買取方法/宅配買取方法
************************************/
.col3-row{
	display: block;
}

.c3-card{
	background-color:#f3f3f6;
	border-radius:10px;
	width:100%;
	display:block;
	margin:10px 0px;
	align-items:center;
}
/************************************
お客様にご用意いただくもの
************************************/
.need2prepare-in{
	width:85%;
	margin:0 auto;
}
.need2prepare-row{
	display: block;
}
.n2p-dd-left{
	width:100%;
	padding:10px;
}

.n2p-dd-right{
	width:100%;
	padding:10px;
}
	
/************************************
お客様にご用意いただくもの
************************************/
.purchase_method_in{
	width:100%;
}
	
.pm-row{
	display: block;
}
	
/************************************
** モーダルウィンドウエリア
************************************/
.modalwindow{
	
}

.modalwindow-in{
	width:100%;
}


/************************************
買取方法
************************************/
.purchase_method_item_in{
	width:100%;
}
	
.pmi-row{
	display: block;
}
.pmi-card{
	width:85%;
}

.pmi-card-in{

}
	
/************************************
おまかせください(LINE登録)
************************************/
.lu-row{
	display: block;
}

.lu-card-dd-left{
	width:100%;
	padding:10px;
}

.lu-card-dd-right{
	width:100%;
	padding:10px;
}

/************************************
買取強化中
************************************/
.accepting_row{
	display: block;
}
	
.ap-card{

	border-radius:10px;
	width:100%;
	display:block;
	margin:10px 0px;
	align-items:center;
}

.ap-card-in{
  position: relative; /* 子要素の絶対配置の基準にする */
  padding: 20px; /* テキストの余白 */
  border-radius: 15px; /* 四隅を丸くする */
  overflow: hidden; /* 角丸からはみ出る部分を隠す */
  height:250px;
}
.glass {
  height:210px;
}
	
	
/************************************
買取価格例
************************************/
.price-list-in{
	width:100%;
}
/************************************
選ばれる理由
************************************/
.reason-row{
	display: block;
}

.reason-card{
	background-color:#f3f3f6;
	border-radius:10px;
	width:100%;
	display:block;
	margin:10px 0px;
	align-items:center;
}
	
/************************************
買取強化商品
************************************/
.purchase_items_row{
	display: block;
}
.pi-card{
	/*background-color:#f3f3f6;*/
	border-radius:10px;
	width:100%;
	display:flex;
	margin: 0px 0px;
	align-items:center;
}

.pi-card-in{
	width: 100%;
	margin:0 auto;
}
	
.purchase_items li a{
	margin:0px;
}
	
	
/************************************
買取強化メーカー
************************************/
.purchase_maker_row{
	display: block;
}
.pm-card{
	/*background-color:#f3f3f6;*/
	border-radius:10px;
	width:100%;
	display:flex;
	margin: 0px 0px;
	align-items:center;
}

.pm-card-in{
	width: 100%;
	margin:0 auto;

}
	
.purchase_maker li a{
	margin:0px;
}
	
	

/************************************
弊社からのお約束
************************************/
.promise-row{
	display: block;
}
.promise-card{
	background-color:#f3f3f6;
	border-radius:10px;
	width:100%;
	display:block;
	margin:10px 0px;
	align-items:center;
}



/************************************
お客様の声
************************************/

.slider-voice{
	width: 100%;
}

.slider-voice hr{
	width:90%;
}
	
.slider_contents{
	width:90%;
}

.slider_item_contents{
	width:80%;
}

/************************************
お客様の声 Photo
************************************/
.customer_voice_block{
	width:80%;
	margin:20px auto 20px auto;
}

.voice{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-align-items: top;
    align-items: top;
	margin-bottom:5px;
}

.voice_col1{
	width:128px;
	margin:5px;
	padding:5px;
	max-width:70%;
}
.voice_col1 img{
	padding-top:0!important;
}
.voice_col2{
	width:auto;
	margin:5px;
	padding:5px;
	max-width:70%;
}

.voice_address{
	font-size:0.8em;
}

.voice_word{
	position: relative;
	display: inline-block;
	margin: 0.5em 0 0 5px;
	padding: 7px 10px;
	min-width: 120px;
	max-width: 100%;
	color: #fcfcfc;
	font-size: 16px;
	background: #f59a40;/* 好みで色を変えてください */
	border-radius:8px;
}

.voice_word:before {
	content: "";
	position: absolute;
	top: 40%;
	left:0px;
	transform: translateX(-12px);
	border: 5px solid transparent;
	border-right: 8px solid #f59a40;   /* 好みで色を変えてください */
}

.voice_word p {
	margin: 0;
	padding: 0;
	font-size:0.8em;
	color:#fcfcfc;
}
.voice_txt_contents{
	position: relative;
	padding:18px;
	line-height:1.447;
	background:#f2f2f2;
	font-size:0.8em;
	border-radius:8px;
}
.voice_txt_contents::before{
	content: "“";
	display: block;
	font-size: 200%;
	color: #f59a40;/* 好みで色を変えてください */
	position: absolute;
	top: 0px;
	left: 5px;
}

.voice_txt_contents::after {
	content: "”";
	display: block;
	font-size: 200%;
	color: #f59a40;/* 好みで色を変えてください */
	position: absolute;
	bottom: 0px;
	right: 5px;
}
	
/************************************
よくあるご質問
************************************/
.faqs dd {
	padding-bottom: 10px!important;
}

/************************************
フッタバナーモバイル
************************************/
#footerFloatingMenu img {
    max-width: 99%;
}

#footerFloatingMenu{
	/*display: none;*/
	display: block;
	width: 100%;
	height:80px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 9999;
	text-align: center;
	padding: 0px;
	background-color:#fcfcfc;
}
.footer_pc{
	display:none;
}

.footer_mobile{
	display:block;
}

.footer_mobile_wrapper{
	width:100%;
	height:80px;
	background-color:#fcfcfc;
}
.footer_mobile ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 12px;
	list-style-type:none!important;
	padding-left:0px!important;
	margin-top:0px;
}

.footer_mobile li:not(:last-child) {
    border-right: solid 1px #e71230;
	height:80px;
}

.footer_mobile a{
    width:100%;
    display:block;
    font-size:0.6em;
    background:#e71230;
    margin:0 auto;
}
	
/************************************
** LINE登録
************************************/
.lu-card-dd-right{
	border-radius:10px;
	width:100%;
	display:flex;
	margin:0px;
	align-items:start;

	box-sizing: border-box; /* paddingとborderをwidthに含める */
}
.line_purchase{
	width:100%;
	aspect-ratio: 600 / 660;
	height: auto;
	min-width:initial;/*初期化*/
	min-height:initial;/*初期化*/
	margin:0 auto;
	position: relative; /* 子要素の絶対配置の基準にする */
	padding: 8px; /* テキストの余白 */
	border-radius: 15px; /* 四隅を丸くする */
	overflow: hidden; /* 角丸からはみ出る部分を隠す */

}
.line_purchase h2{
	font-size:0.8em;
}

.line_purchase span{
	font-size:1.4em;
}
/************************************
買取価格例
************************************/
.ppe_row{
	display: block;
}
	
.ppe-card{
	border-radius:10px;
	width:100%;
	display:block;
	margin:10px 0px;
	align-items:center;
}

.ppe-card-in{
  position: relative; /* 子要素の絶対配置の基準にする */
  padding: 20px; /* テキストの余白 */
  border-radius: 15px; /* 四隅を丸くする */
  overflow: hidden; /* 角丸からはみ出る部分を隠す */
  height:380px;
}

/************************************
買取事例
************************************/
.pe_row{
	display: block;
}
	
.pe-card{
	border-radius:10px;
	width:100%;
	display:block;
	margin:10px 0px;
	align-items:center;
}

.pe-card-in{
  position: relative; /* 子要素の絶対配置の基準にする */
  padding: 20px; /* テキストの余白 */
  border-radius: 15px; /* 四隅を丸くする */
  overflow: hidden; /* 角丸からはみ出る部分を隠す */
  height:380px;
}

	
/************************************
ヘッダー横並び(LINEと出張)
************************************/
.c2tl-in{
	width:100%;

}
.c2tl-left{
	width:initial;

}
.c2tl-right{
	width:initial;
}

.c2tl-left-in{
	width:100%;
	aspect-ratio: 600 / 600;
	height: auto;
	min-width:initial;/*初期化*/
	min-height:initial;/*初期化*/

}
.c2tl-right-in{
	width:100%;
	aspect-ratio: 600 / 600;
	height: auto;
	min-width:initial;/*初期化*/
	min-height:initial;/*初期化*/
}
	
	
	
.c2tl h2{
	font-size:0.9em;
}

.c2tl p{
	font-size:0.6em;
	min-height:100px;
	margin-bottom:0px;
}
	
/************************************
ヘッダー
************************************/
	
.header_image{
	min-height:450px;
}
	
.header_image p{
	width:100%;
}
	
.header_copy_wapper{
	background:#ccc;
	display:block;
	width:100%;
	margin:0 auto;
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
	padding:30px;
	background-color: rgba(0, 0, 0, 0.1); /* 背景色 */
	border: 2px solid rgba(255, 255, 255, 0.6); /* ボーダー */
	border-right-color: rgba(255, 255, 255, 0.2);
	border-bottom-color: rgba(255, 255, 255, 0.2);
	border-radius: 15px;
	-webkit-backdrop-filter: blur(5px); /* ぼかしエフェクト */
	backdrop-filter: blur(5px);
}
	
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
