@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;
}
.bx-wrapper {
margin: 0 auto 60px!important;
}
/*box-sliderの中央Fix*/
.bx-wrapper ul li{
	margin: 0!important;
}

.logo-menu-button{
	font-size:0.9em;
}

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

/*全体を白に調整*/
.header-container, 
.main, 
.sidebar, 
.footer {
	background-color: #fcfcfc;
}
#footer {
padding-bottom: 80px;
}
.footer-bottom {
margin-top: 0px;
}
section{
	margin-bottom:10px;
}
/*ヘッダーを非表示*/
.header-in{
	display:none!important;
}

#main {
	width: 85%;
	margin:0 auto;
}
/* モバイル対応 */
@media (max-width: 480px) {
#main {
	width: 100%;
	margin:0 auto;
	padding: 0px 16px;
}
}

/************************************
** 基本情報
*************************************/
/*
基本カラー情報
color:#fcfcfc;//白
color:#26282b;//黒
color:#052563;//メインカラー
color:#ee6a22//ボタンカラー/アクティブカラー
*/
/************************************
** 共通
*************************************/
/* 固定ページのタイトルを全ページ一括で非表示にする */
/*Googleのペナルティは「デザイン上の理由」であれば実害はありません*/
.page .entry-title {
  display: none;
}
/*ヘッダーの両端に色を指定*/
.header-container{
	background:#052563;
}


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

/*h2(画像を囲む用)*/
h2.img_pack {
	padding: 0px!important;
	background-color: transparent!important;
}

/*h3(画像を囲む用)*/
h3.img_pack {
	padding: 0px!important;
	background-color: transparent!important;
	border:none!important;
}


/*本文共通*/
.txt_contents{
	padding:10px;
	line-height:1.774;
	font-weight:400;
	letter-spacing:0em;
	word-break: break-word;
	font-size:0.9em;
}
/************************************
** video
*************************************/
.video_center{
	width:560px;
	margin:0 auto;
	display:block;
}
video{
	margin-bottom:0px !important;
}

.txt_video{
	padding:10px;
	line-height:1.774;
	font-weight:400;
	letter-spacing:0em;
	word-break: break-word;
	font-size:0.9em;
	text-align:center;
}

/************************************
** 見出し
*************************************/
/*標準h2*/
.article h2 {
	font-size: 20px;
	padding: 16px;
	background-color: #052563;
	border-radius:10px;
	color:#fcfcfc;
	margin-bottom:20px;
	text-align:center;
}

/*基本H3*/
.article h3 {
	font-size: 19px;
	color: #052563;/*文字色*/
	border: solid 3px #052563;/*線色*/
	padding: 0.5em;/*文字周りの余白*/
	border-radius: 0.5em;/*角丸*/
	background:#fcfcfc;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}

/************************************
** サイド固定お問い合わせボタン
*************************************/

.side-contact-btn{
  position: fixed;
  top: 40%;
  right: 0;
  transform: translateY(-50%);
  z-index: 9999;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;

  width: 58px;
  min-height: 150px;
  padding: 14px 10px;

  background: #ffbb6b;
  color: #fff;
  text-decoration: none;
  border-radius: 10px 0 0 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.18);
}

.side-contact-btn:hover{
  background: #052563;
  color: #fff;
  text-decoration: none;
}

.side-contact-btn__icon{
  font-size: 18px;
  line-height: 1;
}

.side-contact-btn__text{
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
/* スマホ調整 */
@media (max-width: 768px){
 .side-contact-btn{
    display:none;
  }
}
/************************************
** 共通(要モバイル対応)
*************************************/
/*モバイル時に見出しを任意に改行*/
.br-sp {
	display: none;
}

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

/************************************
** LINE買取
************************************/
.box_frame{
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #ee6a22;
    border-radius: 8px;
}
.box_frame .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #FFF;
    color: #ee6a22;
    font-weight: bold;
}
.box_frame p {
   margin: 0;
   padding: 10px;
}

.box_frame_info{
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    padding: 0.2em 0.5em;
    color: #454545;
	font-size:0.8em;
}
.box_frame_info:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.box_frame_info p {
   margin: 0; 
   padding: 10px;
}
.step-block h3{
	font-size:0.9em;
}
/************************************
買取強化商品
************************************/
.list_block{
	margin:20px auto;
}


.list_block h2{
	text-align:center;
	padding: 16px!important;
}


.list_block_wrapper{
	padding:10px;
	background:#fff9f0;
}

.list_block .box_frame{
    border:none;
}
.list_block .box_frame .box-title {
    background:#fff9f0;
}


/*リストボタン3カラム*/
.list_2col_btn ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	list-style-type:none!important;
	padding-left:0px!important;
}

.list_2col_btn li a{
	text-align: center;
	display: block;
	color: #26282b;
	font-size: 0.7em;
	font-weight:800;
	background-color: #fff;
	position: relative;
	z-index: 0;
	padding: 10px 10px;
	text-decoration: none;
	border: 1px solid #aaa;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.2);
}
.list_2col_btn li a:hover{
	border: 1px solid #052563;
	color: #fcfcfc;
	background-color: #052563;
}

/*リストボタン2カラムスマホの場合は1カラム*/
.list_2col_btn1 ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	list-style-type:none!important;
	padding-left:0px!important;
}

.list_2col_btn1 li a{
	text-align: center;
	display: block;
	color: #26282b;
	font-size: 0.7em;
	font-weight:800;
	background-color: #fff;
	position: relative;
	z-index: 0;
	padding: 10px 10px;
	text-decoration: none;
	border: 1px solid #aaa;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.2);
}
.list_2col_btn1 li a:hover{
	border: 1px solid #052563;
	color: #fcfcfc;
	background-color: #052563;
}
/*リストボタン4カラムスマホの場合は2カラム*/
.list_2col_btn4 ul{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	list-style-type:none!important;
	padding-left:0px!important;
}

.list_2col_btn4 li a{
	text-align: center;
	display: block;
	color: #26282b;
	font-size: 0.7em;
	font-weight:800;
	background-color: #fff;
	position: relative;
	z-index: 0;
	padding: 10px 10px;
	text-decoration: none;
	border: 1px solid #aaa;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.2);
}
.list_2col_btn4 li a:hover{
	border: 1px solid #052563;
	color: #fcfcfc;
	background-color: #052563;
}

/************************************
フッタバナー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:#052563;
}

.footer_pc{
	display:block;
}

.footer_mobile{
	display:none;
}

.footer_pc_wrapper{
	height:80px;
	margin:0 auto;
	background-color:#052563;
}
.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;
}

/************************************
プライバシーポリシー
************************************/
.privacy_info{
	color:#fcfcfc;/*黒*/
	width:80%;
	margin:0 auto;
}

.privacy_info h2{
	font-size:1.1em;
	padding:8px 8px 8px 8px;
	background-color: #052563;
	color:#fcfcfc;
	border-radius:10px;
	margin-bottom:10px;
}

.privacy_info p{
	font-size:0.8em;
	line-height:1.774;
	color:#26282b;/*グレー*/
	padding:8px;
}

.privacy_info ul{
	padding-left:32px;
	margin-bottom: 50px;
}

.privacy_info li{
	font-size:0.8em;
	line-height:1.774;
	color:#26282b;/*グレー*/
	padding:4px;
	list-style-type: disc!important;
}

@media screen and (max-width: 834px){
.privacy_info h2{
	font-size:0.8em;
}
}
	
/************************************
会社概要
************************************/
.company-info h2{
	text-align:center;
}



.company-profile {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  border: 1px solid #ccc; /* 全体の囲み枠 */
  border-top: none; /* 重なり防止 */
}

.company-profile dt,
.company-profile dd {
  padding: 15px;
  border-top: 1px solid #ccc; /* 項目ごとの上線 */
  box-sizing: border-box;
}

.company-profile dt {
  background-color: #f4f4f4; /* 項目名の背景色 */
  font-weight: bold;
  width: 30%; /* 項目名の幅 */
  float: left; /* 横並び用（Flexboxを使わない場合の予備） */
  clear: left;
  font-size:0.8em;
}

.company-profile dd {
  width: 70%;
  margin-left: 30%; /* dtの幅分空ける */
  border-left: 1px solid #ccc; /* 縦の区切り線 */
  font-size:0.8em;
}

/* Flexboxが使える環境（モダンブラウザ）向けの調整 */
@supports (display: flex) {
  .company-profile {
    display: flex;
    flex-wrap: wrap;
  }
  .company-profile dt {
    float: none;
    width: 30%;
  }
  .company-profile dd {
    float: none;
    width: 70%;
    margin-left: 0;
  }
}

/* スマホ対応：画面が狭いときは縦並びにする */
@media (max-width: 600px) {
  .company-profile dt,
  .company-profile dd {
    width: 100%;
  }
  .company-profile dd {
    border-left: none; /* 縦線を消す */
  }
}
/************************************
お問い合わせ
************************************/
.wpcf7 {
	width:80%;
	margin: 0 auto;
	display:block;
	color:#26282b;
}
/*ボタン*/
.wpcf7-submit{
	background-color: #ee6a22!important;
	font-size:1.1em!important;
	color:#fcfcfc!important;
	width:100%!important;
	display:block!important;
	margin: 0 auto!important;
	padding:10px!important;
	border-radius:8px;
}
/*警告*/
.caution{
	font-size:0.8em;
	padding: 2px 6px;
	background: #eb2a2a;
	color: #fcfcfc;
	margin: 4px 6px;
	display:inline-block;
	border-radius:8px;
}
/************************************
** 求人
************************************/
.recruitment{
	
}
.recruitment h3{
	text-align:left!important;
	margin-top:20px;
}
.recruitment ul{
	list-style-type: disc;
	margin-left: 24px;
}
.recruitment li{
	font-size: 0.8em;
}

/************************************
LINE買取
************************************/
/* 親コンテナ：ここにだけクラスを付与 */
.step-flow {
    padding-left: 20px;
    margin: 2em 0;
}

/* 各ステップのブロック */
.step-block {
    position: relative;
    padding-left: 45px;      /* 数字と線のスペース */
    padding-bottom: 30px;    /* 下のステップとの間隔 */
}

/* 垂直な線 */
.step-block:not(:last-child)::before {
    content: '';
    position: absolute;
    left: 17px;              /* 数字の円の中央 */
    top: 35px;               /* 数字の下から開始 */
    bottom: 5px;             /* 次の矢印の手前まで */
    width: 2px;
    background: #ee6a22;     /* 線の色 */
}

/* 下向き矢印（線の先端） */
.step-block:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 11px;              /* 線の中央に合わせる (17px - 6px) */
    bottom: -5px;            /* 次のブロックの少し手前 */
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 7px 0 7px;
    border-color: #ee6a22 transparent transparent transparent;
}

/* ステップ番号（円） */
.step-number {
    position: absolute;
    left: 0;
	top:6px;
    width: 34px;
    height: 34px;
    background: #ee6a22;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    z-index: 2;
    box-shadow: 0 0 0 4px #fff; 
}

/* 縦線の開始位置も、円の中央に合わせて調整 */
.step-block:not(:last-child)::before {
    content: '';
    position: absolute;
    left: 17px;
    top: 45px; /* 円の top + 円の高さの半分 くらいからスタート */
    bottom: 10px;
    width: 2px;
    background: #ee6a22;
}


/* モバイル対応 */
@media (max-width: 480px) {
    .step-flow {
        padding-left: 10px;
    }
    .step-block {
        padding-left: 40px;
    }
}



/************************************
** フッタリンク
*************************************/
.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:#fcfcfc!important;
}
.footer_link li:last-child:after{
  content: " ";
}

.fsz07{
	font-size: 0.7em;
}	




/************************************
** フリーダイヤル
*************************************/
.telephone_btn a {
	color: #fcfcfc;
	background: rgb(105,246,136);
	background: linear-gradient(180deg, rgba(105,246,136,1) 0%, rgba(51,208,81,1) 50%, rgba(9,177,38,1) 100%);
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 50%;
	min-width:360px;
    padding: 5px 25px;
    transition: 0.3s ease-in-out;
    font-weight: 500;
	font-size:1.6em;
}
.telephone_btn a:hover {
	background: rgb(246,105,105);
	background: linear-gradient(180deg, rgba(246,105,105,1) 0%, rgba(209,53,53,1) 35%, rgba(177,9,9,1) 100%);
}

.telephone_btn a:hover .telephone_btn_time{
  background:#b10909;
}

.telephone_layout{
	display:flex;
	flex-flow: column;
}

.telephone_btn_time {
	border-radius: 5px;
	background:#09b126;
	font-size:0.5em;
    padding: 2px 80px;
    display: block;
    margin: 0 auto;
	min-width:50%;
}

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

.telephone_btn_message{
	display: block;
	font-size:0.4em;
	margin: 0 auto;
	min-width:50%;
}



/************************************
** お問い合わせボタン
*************************************/
.inquiry_btn{
 margin-bottom:20px;	
}

.inquiry_btn a {
	color: #fcfcfc;
	background: #ffbb6b;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width:50%;
	min-width:360px;
    padding: 20px 25px;
    transition: 0.3s ease-in-out;
    font-weight: 800;
}
.inquiry_btn a:after {
	content: "";
	position: absolute;
	top: 50%;
	bottom: 0;
	right: 2rem;
	font-size: 90%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: right 0.3s;
	width: 6px;
	height: 6px;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor;
	transform: translateY(-50%) rotate(45deg);
}
.inquiry_btn a:hover {
	color: #fcfcfc;
	background:#052563;
}
.inquiry_btn a:hover:after {
	right: 1.4rem;
}


/************************************
** よくある質問：展開型
*************************************/
.faqs_bg{
	padding:15px 15px;
	background-color:#f0f0f0;
}

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

.deploy_faqs h2{
	text-align:center;
	font-size:1.4em;
}

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

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


/************************************
買取事例スライダー(四式)
*************************************/
.buy_user_voice h2{
	font-size:1.2em;
	color:#26282b!important;
	text-align:center;
	background: transparent!important;
	line-height:1.4447;
	padding-bottom:0!important;
	margin-bottom:-10px!important;
}
.buy_user_voice h2 span{
	font-size:1.8em;
	color:#b82223;
	line-height:1.2;
}

.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:100%;
	box-shadow: 0 0 5px #ccc;
	border: 5px solid #fff;
	background: #fff;
	margin-bottom:10px;
	text-align:center;
}
.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 h3{
	display:block;
	border-radius:0px!important;
	border: none!important;
	text-align:center;
	background-color: #fff;
	padding-bottom:0;
	margin-bottom: 0;
	padding-top:0;
	margin:10px auto 0;
	width:75%;
}
.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;
}

.item_txt_left{
	text-align:left!important;
	width:75%!important;
}


.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:#26282b!important;
	text-align:center;
	background:#fffadf;
	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;
}
.multi-voice p{
	margin-bottom:0;
}

@media screen and (max-width: 834px){
.slider-voice h3{
	font-size:0.9em!important;
}
.slider_contents{
	font-size:0.7em!important;
	width: 75%!important;
}	
.slider_item_contents {
	width: 65%;
}	
	
}


/************************************
クリック展開型コンテンツ(買取強化中5選)
************************************/

/*非表示->表示コンテンツ*/
.hidden_box {
	margin: 1em 0;/*前後の余白*/
	padding: 0;
}

/*ボタン装飾*/
.hidden_box label {
	font-size:0.7em;
	display:block;
	padding: 15px;
	font-weight: bold;
	border: solid 2px #052563;
	cursor :pointer;
	color:#052563;
	margin-bottom:40px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

/*ボタンホバー時*/
.hidden_box label:hover {
	background: #efefef;
}

/*チェックは見えなくする*/
.hidden_box input {
	display: none;
}

/*中身を非表示にしておく*/
.hidden_box .hidden_show {
	height: 0;
	overflow: hidden;
	opacity: 0;
	transition: 0.6s;
	margin-top:-50px;
}

/*クリックで中身表示*/
.hidden_box input:checked ~ .hidden_show {
	padding: 10px 0;
	height: auto;
	opacity: 1;
}

/*クリックで表示テキスト*/
.cif{
	font-size:0.8em;
	color:#052563;
	float: right;

}

.cif:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.hidden_box input:checked + label .cif {
    display: none; 
}
.hidden_box input:checked + label:after {
	font-size:0.8em;
    content: "▲";
    float: right;
    color: #052563;
}

/*************************************
買取価格表
************************************/
.price-list h2{
	text-align:center;
}

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

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

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

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

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

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

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

td.price{
	text-align: center;
}

/*************************************
買取カテゴリ(展開+スクロール)
************************************/
.catlab{
		text-align:center!important;
}

.list_block h3{
	border:none!important;
}

.list_block_wrapper{
	padding:10px;
	background:#fff9f0;
	flex-wrap: wrap;
}
.list_block > * {
  flex: 1 1 auto;    /* 要素が縮んで収まるようにする */
  min-width: 0;      /* はみ出し防止のため必須 */
}

.list_title{
	font-size:1.2em;
	background-color:#26282b;
	color:#fcfcfc;
	padding:8px;
	border-radius:0.5em;
	font-weight: 600;
}


.list_2col_btn_img ul{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	list-style-type:none!important;
	padding-left:0px!important;
	margin-bottom:0px;
}

.nolink-inner {
  text-align: center;
  margin: 10px;
  font-size: 0.7em;
  font-weight: 800;
  padding: 10px 10px;
  border-radius: 10px;
	box-shadow: 0px 2px 2px rgba(0,0,0,0.2);
	background-color: #eee;
  color: #888;
  border: 1px dashed #ccc;
}

.list_2col_btn_img li a{
	text-align: center;
	margin: 10px;
	display: block;
	color: #26282b;
	font-size: 0.7em;
	font-weight:800;
	background-color: #fcfcfc;
	position: relative;
	z-index: 1;
	text-decoration: none;
	border: 1px solid #aaa;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3), inset 0px -3px 6px -2px rgba(0, 0, 0, 0.2);
	position: relative;
	transition: .3s;
}

.list_2col_btn_img li a:hover {
  transform: translateY(-5px);
}
.list_2col_btn_img img {
	border-radius:0.5em;
}

.fsz08{
	font-size:0.9em;
}

@media screen and (max-width: 834px){
/****************************************
      リストボタン(モバイル)
*****************************************/
.list_title{
	font-size:1.2em!important;
}
.list_2col_btn_img p{
	font-size:0.8em;
}
.list_2col_btn_img ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 250px;
	list-style-type:none!important;
	padding-left:0px!important;
}
.list_2col_btn_img li a{
	margin:3px;
}

.list_btn{
	width:130px;
}
}
/************************************
** タブ型価格表
*************************************/
.price-info-sec{
	margin:0 auto;
}
.price-info-sec h2{
	text-align:center;
	padding:16px;
	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;
}

.price-info-sec h3{
	color:#fcfcfc;
	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.0em;
	border:none;
	background-color: #052563;
}

.price-info-tab {
display: grid;
    /* 強制的に4列（等幅）にする */
    grid-template-columns: repeat(4, 1fr); 
    gap: 10px 10px; /* 元の指定を維持 */
    max-width: 100%;
    margin: 0 auto;
    align-items: stretch; /* 高さを揃える（2行のタブがあっても他が揃う） */
}
.price-info-tab > label {
/* Gridの子要素になるため flex: 1 1 は不要 */
    order: -1;
    opacity: .5;
    padding: .6em .4em; /* 左右を少し詰め、文字が入るスペースを確保 */
    border-radius: 5px;
    background-color: #052563;
    color: #fcfcfc!important;
    text-align: center;
    cursor: pointer;
    font-size: 0.6em; /* 元の指定を維持 */
    line-height:1.447;
    /* 文字が2行になっても中央配置を維持する設定 */
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 3em; /* 2行になってもある程度の高さを確保 */
}

/* ラベル内の文字：サイズを最適化 */
.price-info-tab > label h3 {
margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important; /* 背景はlabelに任せる */
    color: inherit !important;
    font-size: 1.0em !important; /* labelのfont-sizeに対する比率 */
    line-height: 1.2 !important; /* 2行になった時の行間 */
    word-break: break-all; /* 長い単語でも強制改行 */
}


.price-info-tab > label:hover {
    opacity: .8;
}

.price-info-tab input {
    display: none;
}

.price-info-tab > div {
display: none;
    /* 4列のグリッドを無視して全幅表示にする */
    grid-column: 1 / 5; 
    width: 100%;
    padding: 1.5em 0;
    font-size: 0.8em;
}

.price-info-tab label:has(:checked) {
    opacity: 1;
}

.price-info-tab label:has(:checked) + div {
    display: block;
}

.price-info-tab .price-list-sc{
	width:100%;
	height: 400px;
	margin:0 auto;
	padding:0px;
	overflow: scroll;
	overflow-x:hidden;
	display:block;/**/

}

.price-info-tab .price-list-sc .maker{
	width:33%;
}

.price-info-tab .price-list-sc .maker-sub{
	width:33%;
}

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

.price-info-tab .price-list-sc .item-title{
	background-color: #fcfcfc;
	font-size:0.8em!important;
}

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

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

td.price{
	text-align:center;
}

@media screen and (max-width: 834px){
.price-info-sec{
	width:95%;
	margin:0 auto;
}
.price-info-sec h2{
	font-size:0.8em;
}
	
.price-info-sec h3{
	font-size:0.8em;
}



}


/************************************
買取価格例(スラーダー+画像+タイトル+価格)
************************************/
.purchase_price_ex{
	
}

.purchase_price_ex-in{
	margin:0 auto;
}

.purchase_price_ex h2{
	text-align:center;
	padding:16px;
	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-card{
	margin:15px;
	align-items:center;
}

.ppe-card-in{
  padding: 20px; /* テキストの余白 */
  border-radius: 15px; /* 四隅を丸くする */
  overflow: hidden; /* 角丸からはみ出る部分を隠す */
  height:386px;
  background:#f3f3f6;
}


.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:#6b6b6c;
	border:none!important;
	background:transparent!important;
	text-align:left;
}

.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.8em;
	position: relative; /* テキストを前面に表示 */
	color:#6b6b6c;
	display:block;
}


@media screen and (max-width: 834px){
	.purchase_price_ex h2{
		font-size:0.9em;
	}
}


/************************************
買取価格例(スラーダー+画像)
************************************/

/* --- 買取価格例 スライダー全体の調整 --- */


.purchase_items h2 {
	text-align:center;
	padding:16px;
	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;
}


/* --- カードのデザイン --- */
.pits-card {
    padding: 15px 10px; /* 左右の余白を少し広めに */
    box-sizing: border-box;

}

.pits-card-in {
    background: #fff;
    border: 2px solid transparent; /* ホバー時の準備 */
    border-radius: 15px; /* 少し丸みを強めて親しみやすく */
    overflow: hidden;
    box-shadow: 0 6px 15px rgba(252, 166, 81, 0.15); /* メインカラーを混ぜた影 */
    transition: all 0.3s ease;
    text-align: center;
      height:256px;
    display: flex;
    flex-direction: column;
	font-size:0.8em;
	border-color: #eee;
}



/* --- 商品写真の調整 --- */
.pits-card-in img {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1; /* 正方形を維持 */
    object-fit: contain;
    background-color: #fff;
    padding: 25px;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
}



.pits-card-in h3 {
    padding: 10px 15px 0;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
    font-size: 0.8em;
    color: #6b6b6c;
    line-height: 1.5;
    font-weight: 600;
	border:none!important;
	text-align:left;
	background: transparent!important;
	height: 50px;
}

/************************************
こんな時にはおすすめ
************************************/
.recommendation{
	width:100%;
	margin-bottom:10px;
}

.recommendation-in{
	margin:0 auto;
}

.recommendation h2{
	text-align:center;
	padding:16px;
	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;
	margin-bottom:0!important;
}


.r-card{
	background-color:#f3f3f6;
	border-radius:10px;
	margin:20px;
	align-items:start;
}

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

@media screen and (max-width: 834px){
	.recommendation h2{
		font-size:0.8em;
	}
}

/************************************
** 高価買取
*************************************/
.kouka-Katori{
	width:100%;
	margin-bottom:10px;
}
.kouka-Katori-in{
	margin:0 auto;
}

.kouka-Katori h2{
	font-size: 20px;
	padding: 16px;
	background-color: #052563;
	border-radius:10px;
	color:#fcfcfc;
	margin-bottom:20px;
	text-align:center;
}

.kouka-Katori h3{
	font-size: 19px;
	color: #052563;/*文字色*/
	border: solid 3px #052563;/*線色*/
	padding: 0.5em;/*文字周りの余白*/
	border-radius: 0.5em;/*角丸*/
	background:#fcfcfc;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}





/************************************
** ダブルクォート付きコメント形式
*************************************/

.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: #052563;/* 好みで色を変えてください */
	position: absolute;
	top: 0px;
	left: 5px;
}

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

/************************************
出張買取方法/宅配買取方法/店頭買取方法 共通使用
************************************/

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

@media screen and (max-width: 834px){
.col3-row{
	display: block;
}

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

/************************************
出張買取方法
************************************/
.trip-purchase{
	
}
.trip-purchase-in{
	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:#26282b;
	background-color:transparent !important;
}

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


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


/************************************
宅配買取方法
************************************/
.delivery-purchase{
	
}
.delivery-purchase-in{
	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;
	background-color:transparent !important;
	margin-bottom:0;
}

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


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


/************************************
店頭買取方法
************************************/
.shop-purchase{
	
}
.shop-purchase-in{
	margin:0 auto;
}

.shop-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:#26282b;
	background-color:transparent !important;
}

.shop-purchase h2 span{
	font-size:3.1em;
	color:#052563;
}


.shop-purchase h3{
	color:#1e1e1f!important;
	font-size:0.9em!important;
	text-align:center!important;
	margin-top:20px;
	background-color:transparent !important;
	border: solid 2px #7b7b80!important;
}
.shop-purchase p{
	color:#7b7b80!important;
	font-size:0.7em;
	text-align:left!important;
	
}






/************************************
** タブ型コンテンツ
*************************************/
.method-info-sec{
	margin:0 auto;
}
.method-info-sec h2{
	text-align:center;
	padding:16px;
	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;
}

.method-info-sec h3{
	color:#fcfcfc;
	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.0em;
	border:none;
	background-color: #052563;
}

.method-info-tab {
display: grid;
    /* 確実に2列を50%ずつにする */
    grid-template-columns: 1fr 1fr; 
    gap: 10px; 
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.method-info-tab > label {
/* order: -1; により、すべてのlabelが上部に並びます */
    order: -1;
    opacity: .5;
    padding: .6em .4em;
    border-radius: 5px;
    background-color: #052563;
    color: #fcfcfc!important;
    text-align: center;
    cursor: pointer;
    font-size: 0.8em; /* 少し調整 */
    line-height: 1.447;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 3em;
    box-sizing: border-box; /* パディングを含めて計算 */
}

/* ラベル内の文字：サイズを最適化 */
.method-info-tab > label h3 {
margin: 0 !important;
    padding: 0 !important;
    background-color: transparent !important; /* 背景はlabelに任せる */
    color: inherit !important;
    font-size: 1.0em !important; /* labelのfont-sizeに対する比率 */
    line-height: 1.2 !important; /* 2行になった時の行間 */
    word-break: break-all; /* 長い単語でも強制改行 */
}


.method-info-tab > label:hover {
    opacity: .8;
}

.method-info-tab input {
    display: none;
}

.method-info-tab > div {
display: none;
    /* 2列なので、1番目の線から3番目の線まで（全幅）を指定 */
    grid-column: 1 / 3; 
    width: 100%;
    padding: 1.5em 0;
    font-size: 0.8em;
    box-sizing: border-box;
}

.method-info-tab label:has(:checked) {
    opacity: 1;
}

.method-info-tab label:has(:checked) + div {
    display: block;
}

.method-info-tab .method-list-sc{
	width:100%;
	height: auto;
	margin:0 auto;
	padding:0px;
	/*overflow: scroll;
	overflow-x:hidden;*/
	display:block;/**/

}

.method-info-tab .method-list-sc .maker{
	width:33%;
}

.method-info-tab .method-list-sc .maker-sub{
	width:33%;
}

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

.method-info-tab .method-list-sc .item-title{
	background-color: #fcfcfc;
	font-size:0.7em!important;
}

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

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

td.method{
	text-align:center;
}

@media screen and (max-width: 834px){
.method-info-sec{
	width:95%;
	margin:0 auto;
}

	
.method-info-sec h3{
	font-size:0.8em;
}



}
/************************************
** 買取方法メニュー
************************************/

.purchase_method ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 170px;
	list-style-type:none!important;
	padding-left:0px!important;
	min-width:360px;
	margin:0px auto;
	width:95%;
}

.purchase_method li {
	text-align: center;
	margin:8px;
	display: block;
	position: relative;
}



@media screen and (max-width: 834px){
.purchase_method ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 160px;
	list-style-type:none!important;
	padding-left:0px!important;
	min-width:280px;
	margin:0px auto;
	width:95%;
}

.purchase_method li {
	text-align: center;
	margin:8px;
	display: block;
	position: relative;
}

}


/************************************
**法人買取
************************************/
.corporation-attention{
margin-left: auto;
margin-right: auto;
width: 100%;
padding: 0 20px 20px;
border: 1px solid #26282b;
border-radius: 10px;
-webkit-border-radius: 10px;
}

.corporation-attention h2{
font-size: 1.2em;
background:transparent!important;
border-radius:0px!important;
color: #26282b!important;
padding-bottom: 10px;
border-bottom: 1px solid #26282b;
margin-bottom: 20px;
}

.corporation-attention h3{
font-size: 1.0em;
background:transparent!important;
border-radius:0px!important;
border:none!important;
text-align:left;
color: #26282b;
}

.corporation-attention ul{
list-style-type: disc;
margin-left: 24px;
}

.corporation-attention li{
font-size: 0.8em;
}


.disc-list ul{
list-style-type: disc;
margin-left: 24px;
}

.disc-list li{
font-size: 0.8em;
}

/************************************
** 背景タイルパターン
************************************/
.tile_pattarn{
display: flex;           /* 子要素を整列対象にする */
align-items: center;     /* 上下の中央に配置 */
justify-content: center; /* 左右の中央に配置 */
background-image: linear-gradient(to right, #ccc 1px, transparent 1px),linear-gradient(to bottom, #ccc 1px, transparent 1px);
/* グリッド1マスのサイズ */
background-size: 20px 20px;
padding:5px;
min-height: 200px; /* 任意：親に高さがないと中央に見えないため */
	
}

.round_contents{
margin-top: 30px;
border: 1px solid #aaa;
border-radius: 10px;
-webkit-border-radius: 10px;
background:#fcfcfc;
width:90%;
height:auto;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}


@media screen and (max-width: 834px){
.round_contents{
margin-top: 30px;
}
}

/************************************
** おもちゃピックアップカテゴリ
************************************/

/* 基本スタイル（モバイルファースト） */
.product-container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px 0;
	background:#fff;
	box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
}

.product-row {
  display: flex;
  flex-direction: column; /* モバイルは縦並び */
  margin-bottom: 20px;
  gap: 20px;
}

.product-image img {
  width: 100%;
  height: auto;
  display: block;
}

.product-container h3{
padding: 0.5em 0.5em 0.5em 0.5em;
	background:#fff;
	border:none;
border-radius:0px;
  border-bottom: 3px dashed #052563; /* 点線でおしゃれな工作感を演出 */
  color: #052563;
  position: relative;
}
.product-text {
  flex: 0 0 54%;
  text-align: center;   /* 追加 */
}

.product-text .txt_contents {
  text-align: left;     /* 文章だけ左寄せに戻す */
  margin-bottom: 30px;
}
.product-btn {
  display: inline-block;
  background: #052563;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 32px;
  border-radius: 999px;
  transition: 0.3s;
	margin:0 auto;
	display: inline-block;
}

.product-btn:hover {
	color:#fff;
	background: #ff8a00;
	transform: translateY(-2px);
}

/* PC用スタイル（768px以上） */
@media (min-width: 768px) {
  .product-row {
    flex-direction: row; /* 横並びにする */
    /*align-items: center;*/
	  
	align-items: flex-start; /* 上揃えにする */
    gap: 40px; /* PCでは少し広めに隙間をあけると見やすいです */
  }

  .product-image, .product-text {
    flex: 1; /* 2カラム（50%ずつ） */
  }

  /* 解説Bと解説Dの行だけ左右を反転させる */
  .product-row.reverse {
    flex-direction: row-reverse;
  }
}


/************************************
** 身分証明証
************************************/
/* 全体の設定 */
.id_card_container {
  display: flex;
  flex-wrap: wrap; /* 子要素が入り切らない場合に折り返す */
  gap: 10px;       /* カラム間の隙間 */
  padding: 10px;
}

/* 各カラムの基本設定 */
.id_card_column {
  flex: 1 1 300px; /* 伸びる / 縮む / 基準の幅(300px) */
  padding: 10px;
  background-color: #fcfcfc;
}

/* モバイル対応：画面幅が600px以下の時 */
@media (max-width: 600px) {
  .column {
    flex: 1 1 100%; /* 幅を100%にして強制的に縦並びにする */
  }
}


/*************************************
大量買取(会社概要)
************************************/
	
/* 親要素：横並びの設定 */
.together-image-container {
  display: flex;         /* 横並びにする */
  gap: 10px;            /* 画像同士の隙間（適宜調整） */
  width: 100%;          /* 全体の幅 */
}

/* 子要素：各画像の枠 */
.image-item {
  flex: 1;              /* 均等に幅を分ける（これで2列固定） */
  aspect-ratio: 1 / 1;  /* 正方形を維持する魔法のプロパティ */
  overflow: hidden;     /* 枠からはみ出た画像を隠す */
}
	



/************************************
** 店舗一覧new
************************************/
  .page-header {
    margin-bottom: 28px;
  }

  .page-title {
    margin: 0 0 10px;
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.3;
  }

  .page-desc {
	  margin: 0;
	  color: var(--sub);
	  font-size: 0.9em;
	  line-height: 1.8;
	  padding:0 10px;
	  margin-bottom:0!important;
  }

.store-section {
  max-width: 1000px;
  margin: 40px auto;
  font-family: sans-serif;
}
.shop-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom:0px;
}
.store-title {
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
}

.store-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  align-items: start;
}
  .shop-card {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 18px;
    box-shadow: var(--shadow);
    transition: transform 0.2s ease, border-color 0.2s ease;
  }
  .shop-card__badge {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f1f1f1;
    font-size: 12px;
    font-weight: 700;
  }
.store-info{
	padding:0 5px;
}
.store-info h3{
	border:none;
	text-align:left;
	background-color:#fff;
	margin: 0;
	font-size: 22px;
	padding:0;
}
.store-card {
  border: 1px solid #ddd;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  transition: 0.2s;
}

.store-card:hover {
  box-shadow: 0 4px 15px rgba(0,0,0,0.12);
}
.store-card--simple:hover {
  transform: none;
  box-shadow: none;
}
.store-main {
  display: block;
	padding:20px 20px 15px;
}

.store-main > img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 14px;
  margin-bottom: 18px;
}

.store-info p {
  margin: 5px 0;
  font-size: 14px;
  line-height: 1.6;
	color: #374151;
}

.access {
  font-weight: bold;
}

.store-detail {
  display: none;
  border-top: 1px solid #eee;
  padding: 20px;
  background: #fafafa;
  max-width: 720px;
  margin: 0 auto;
}

.store-card.active .store-detail {
  display: block;
}

.detail-map img {
  width: 100%;
  border-radius: 12px;
  margin: 15px 0 20px;
}

.detail-text {
  line-height: 1.8;
  font-size: 15px;
}

.store-buttons {
  display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
margin-top: 20px;
margin-bottom: 10px;
}

.store-buttons a {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 8px;
  text-decoration: none;
	text-align:center;
	font-size:14px;
	font-weight: 500;
}

.route-btn {
	border:1px solid rgb(5, 37, 99);
	background-color: rgb(5, 37, 99);
	color:#fff;
  }
.route-btn:hover {
	background-color: #fff;
	border:1px solid rgb(5, 37, 99);
    color: rgb(5, 37, 99);
	opacity:1!important;
  }

.tel-btn {
	border:1px solid #01871c;
	background-color: #01871c;
	color:#fff;
  }
.tel-btn:hover {
	background-color: #fff;
	border:1px solid #01871c;
    color: #01871c;
	opacity:1!important;
  }
.store-note{
  font-size: 13px!important;
  color: #c0392b!important;
  margin: 10px 0!important;
  line-height: 1.6;
  font-weight: 600;
  background: #fff5f5;
  border: 1px solid #f1c0c0;
  padding:10px 14px;
  border-radius: 10px;
}
.detail-toggle{
  margin-top: 16px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #0c2d73;
  cursor: pointer;
  margin-bottom:0!important;
}

.detail-toggle span{
  display:inline-block;
  margin-left:6px;
  transition:0.3s;
}

@media (max-width: 768px) {

  .store-list {
    grid-template-columns: 1fr;
  }

  .store-main {
    flex-direction: column;
	  gap: 20px;
  }

  .store-main img {
    width: 100%;
    height: auto;
  }
	.store-info h3{
		font-size:1.2em!important;
	}
}

/************************************
** 道順案内
************************************/
.route-guide {
	padding:40px 20px;
  background: #f3f3f6;
}

.route-guide__inner {
  max-width: 1100px;
  margin: 0 auto;
}

.route-guide__head {
  text-align: center;
  margin-bottom: 20px;
}

.route-guide__label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 12px;
  background: #111827;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  border-radius: 999px;
}


.route-guide__lead {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #4b5563;
  text-align:left;
	margin-bottom:0!important;
	padding:0 10px;
}

.route-steps {
	display: grid;
	gap: 28px;
	padding:0 0 30px;
}

.route-step {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 28px;
  align-items: center;
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
  border: 1px solid #e5e7eb;
}

.route-step:nth-child(even) {
  grid-template-columns: 0.85fr 1.15fr;
}

.route-step:nth-child(even) .route-step__image {
  order: 2;
}

.route-step:nth-child(even) .route-step__content {
  order: 1;
}

.route-step__image {
  position: relative;
}

.route-step__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.route-step__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 88px;
  height: 36px;
  padding: 2px 14px 0;
  background: #e00000;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 999px;
  box-shadow: 0 8px 20px rgba(220, 38, 38, 0.25);
  backdrop-filter: blur(4px);
}

.route-step__content h3 {
  margin: 0 0 14px;
  font-size: 1.3em;
  line-height: 1.4;
  color: #052563;
	border:none!important;
	background-color:#fff;
	text-align: left;
}

.route-step__content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.9;
  color: #374151;
  padding: 0;
}
.route-step__content h4 {
	margin: 0 0 14px;
	font-size: 1.1em;
	line-height: 1.4;
	color: #052563!important;
	border:none!important;
	background-color:#fff;
}
.shop-page .route-step__content p {
  padding: 0;
	font-size: 0.8em;
}

@media (max-width: 900px) {
  .route-step,
  .route-step:nth-child(even) {
    grid-template-columns: 1fr;
  }

  .route-step:nth-child(even) .route-step__image,
  .route-step:nth-child(even) .route-step__content {
    order: initial;
  }
}

@media (max-width: 640px) {
  .route-guide {
    padding: 20px 16px;
  }

  .route-guide__head {
    margin-bottom: 32px;
  }

  .route-step {
    padding: 16px;
    gap: 18px;
    border-radius: 18px;
  }

  .route-step__image img {
    border-radius: 14px;
  }

  .route-step__badge {
    top: 10px;
    left: 10px;
    min-width: 78px;
    height: 32px;
    font-size: 12px;
  }

  .route-step__content h3 {
    margin-bottom: 10px;
  }

  .route-step__content p {
    font-size: 14px;
    line-height: 1.8;
  }
	.route-step__content h4 {
text-align: center;
}
}

.route-guide__toggle {
  margin-top: 24px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.route-guide__summary {
  position: relative;
  padding: 18px 48px 18px 20px;
  cursor: pointer;
  font-weight: 700;
  font-size: 16px;
  list-style: none;
  background: #f7f7f7;
}

.route-guide__summary::-webkit-details-marker {
  display: none;
}

.route-guide__summary::after {
  content: "＋";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 22px;
  line-height: 1;
}

.route-guide__toggle[open] .route-guide__summary::after {
  content: "－";
}


/************************************
** 店舗一覧内の地図モーダル
************************************/
.detail-map img {
  cursor: pointer;
  transition: 0.3s;
}

.detail-map img:hover {
  opacity: 0.9;
}

/* モーダル全体 */
.img-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 120px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.9);
}

/* 拡大画像 */
.modal-content {
  display: block;
  margin: auto;
  max-width: 90%;
  max-height: 90vh;
}

/* 閉じるボタン */
.close {
  position: absolute;
  top: 70px;
  right: 30px;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
  .modal-content {
    max-width: 95%;
  }

  .close {
    font-size: 32px;
    right: 20px;
  }
}

/************************************
** 店長の一言
*************************************/
.manager-comment {
  margin: 40px auto;
  padding: 28px;
  background: #fff;
  border: 2px solid #f0d7a1;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  position: relative;
}
.manager-comment h2{
	border:none;
	background-color:#fff;
	color:#d99a2b;
	font-size:1.4em;
	padding:0;
	margin-bottom:0;
	color:#d99a2b;
}
.manager-comment__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 18px;
}

.manager-comment__icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #d99a2b;
  color: #fff;
  font-weight: 700;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

.manager-comment__label {
  margin: 0!important;
  color: #b0771f;
  font-size: 14px;
  font-weight: 700;
}

.manager-comment__title {
  margin: 0;
  font-size: 24px;
  line-height: 1.4;
  color: #2b2b2b;
}

.manager-comment__body {
  background: #fff8ea;
  border-radius: 14px;
  padding: 20px;
}

.manager-comment__body p {
  margin: 0;
  color: #444;
  font-size: 16px;
  line-height: 1.9;
}
.manager-comment__icon i {
	font-size:33px;
}
@media (max-width: 600px) {
  .manager-comment {
    padding: 22px;
    margin: 28px 0px;
  }
  .manager-comment h2{
    font-size:1.2em!important;
  }
  .manager-comment__title {
    font-size: 20px;
  }

  .manager-comment__icon {
    width: 56px;
    height: 56px;
    font-size: 14px;
  }
	.manager-comment__body p{
		font-size: 0.9em;
	}
}

/************************************
** 親カテゴリへの回遊導線
************************************/
.page-bottom-nav{
	text-align: center;
  margin: 32px 0;
}
.back-category-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  width: 100%;
  max-width: 420px;   /* ← 横長のコントロールここ */
	min-height:60px;/* ← 少し高さアップ */

  padding: 16px 24px; /* ← 横に広げる */
  border-radius: 14px;

  background: linear-gradient(180deg, #ffb238 0%, #f59a00 100%);
  border: 1px solid #d98400;

  box-shadow:
    0 4px 0 #c97800,
    0 8px 20px rgba(245, 154, 0, 0.28);

  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;

  margin: 20px auto; /* ← 中央寄せ */

  transition: all 0.2s ease;
}

.back-category-button:hover {
  transform: translateY(-2px);
  background: linear-gradient(180deg, #ffbb4d 0%, #ffa200 100%);
  box-shadow:
    0 6px 0 #c97800,
    0 12px 24px rgba(245, 154, 0, 0.32);
	color:#fff;
}

.back-category-button:active {
  transform: translateY(3px);
  box-shadow:
    0 2px 0 #c97800,
    0 4px 10px rgba(245, 154, 0, 0.22);
}

.back-category-button:focus-visible {
  outline: 3px solid rgba(255, 178, 56, 0.35);
  outline-offset: 3px;
}

.back-category-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.22);
  font-size: 14px;
  flex-shrink: 0;
}

.back-category-button__text {
  white-space: nowrap;
}

@media (max-width: 767px) {	
.back-category-button {
min-height: 85px;
font-size: 16px;
}
}


/************************************
** リストリンクデザインnew
************************************/

.goods-grid-bg{
	background-color:#f2f2f2;
	padding:20px;
}

/* =========================
   4列レイアウト
========================= */

.goods-grid.col-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px 18px;
}

/* ノートPC・タブレット */
@media (max-width: 1100px) {
  .goods-grid.col-4 {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* タブレット */
@media (max-width: 900px) {
  .goods-grid.col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* スマホ */
@media (max-width: 600px) {
  .goods-grid.col-4 {
    grid-template-columns: 1fr;
  }
}
/* =========================
   3列レイアウト
========================= */

.goods-grid.col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px 18px;
}
/* タブレット */
@media (max-width: 900px) {
  .goods-grid.col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* スマホ */
@media (max-width: 600px) {
  .goods-grid.col-3 {
    grid-template-columns: 1fr;
  }
}
/* =========================
   2列レイアウト
========================= */

.goods-grid.col-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 18px;
}

/* スマホ */
@media (max-width: 600px) {
  .goods-grid.col-2 {
    grid-template-columns: 1fr;
  }
}

.goods-card {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 88px;
  padding: 14px 22px 14px 96px;
  border: 2px solid #052563;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.95), rgba(255,255,255,.72)),
    repeating-linear-gradient(
      -35deg,
      rgba(255,255,255,.2) 0,
      rgba(255,255,255,.2) 3px,
      transparent 3px,
      transparent 7px
    );
  color: #052563;
  text-decoration: none;
  box-shadow: 0 3px 8px rgba(0,0,0,.12);
  overflow: hidden;
	transition:
    transform .25s ease,
    box-shadow .25s ease,
    background-color .25s ease;
}

.goods-card::before,
.goods-card::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 54px;
  background:
    repeating-linear-gradient(
      -45deg,
      currentColor 0 4px,
      transparent 4px 8px
    );
  opacity: .7;
}

.goods-card::before {
  top: -6px;
  left: -6px;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}

.goods-card::after {
  right: 0;
  bottom: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.goods-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0,0,0,.18);
}
.goods-card,
.goods-card:hover {
  color: var(--card-color, #052563) !important;
}
.goods-card:hover .thumb {
  transform: scale(1.08);
}
.thumb {
  position: absolute;
  left: 20px;
  width: 58px;
  height: 58px;
  border: 1.5px dashed currentColor;
  border-radius: 50%;
  background: #fff;
	transition: transform .25s ease;
	overflow: hidden;
}
.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.title {
  color: #111;
  font-weight: 700;
	font-size:0.9em;
}
.goods-card:hover .title {
  color: #052563;
}

/*************************************
選ばれる理由
************************************/
.reasons__inner {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
	padding-bottom: 40px;
}
.reasons__lead {
	padding: 10px;
	line-height: 1.774;
	font-weight: 400;
	letter-spacing: 0em;
	word-break: break-word;
	font-size: 0.9em;
	text-align:left!important;
	margin-bottom:15px!important;
}
.reasons__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.reason-card {
  position: relative;
  padding: 18px 24px;
  background: #fff;
  border: 3px solid #052563;
  border-radius: 22px;
  box-shadow: 8px 8px 0 #ffbb6b;
  text-align: left;
	text-align: center;
}

.reason-card__num {
  width: 56px;
  height: 56px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: #ff8a00;
  color: #fff;
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 18px;
}

.reason-card h3 {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.5;
	border:none;
	background-color:#fff;
	padding:0;
	min-height:50px;
}

.reason-card p {
	font-size:0.8em;
	margin: 0;
	line-height: 1.8;
	text-align:left;
}

@media (max-width: 900px) {
  .reasons__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 560px) {

  .reasons__grid {
    grid-template-columns: 1fr;
	  padding:0 16px;
  }

  .reason-card {
    box-shadow: 6px 6px 0 #ffcf5a;
	  padding: 15px;
  }
	.reason-card h3{
		margin-bottom:0;
		font-size:1.2em!important;
	}
}

/*************************************
買取実績ブログ
************************************/

/* 最新記事表示用 */
.top-buy-blog {
  max-width: 1100px;
  padding:24px 20px;
  align-items: center;     /* 上下の中央に配置 */
justify-content: center; /* 左右の中央に配置 */
background-image: linear-gradient(to right, #ccc 1px, transparent 1px),linear-gradient(to bottom, #ccc 1px, transparent 1px);
/* グリッド1マスのサイズ */
background-size: 20px 20px;
min-height: 200px; /* 任意：親に高さがないと中央に見えないため */

}

.top-buy-blog__head {
  text-align: center;
  margin-bottom: 36px;
}

.top-buy-blog__label {
  display: inline-block;
  padding: 6px 16px;
  border-radius: 999px;
  background: #ffddb5;
  color: #ff8a00;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}

.top-buy-blog__head h2 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.4;
}

.top-buy-blog__head p:last-child {
  margin: 0;
  color: #494949;
  line-height: 1.8;
	font-size: 0.9em;
    padding: 0 7px;
}

.top-buy-blog__list {
  margin-top: 32px;
}

/* Cocoonの新着リストをカード風に */
.top-buy-blog .a-wrap,
.top-buy-blog .a-wrap:hover {
  background: transparent !important;
}
.top-buy-blog .new-entry-card {
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  transition:
    transform .25s ease,
    box-shadow .25s ease;
  box-shadow: 8px 8px 0 #ffbb6b;
}
.top-buy-blog .new-entry-card:hover {
  transform: translate(-6px, -6px);
  box-shadow: 16px 16px 0 #ffbb6b;
}
.card-title{
  margin: 0;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 700;
  color: #333;
}
.top-buy-blog .new-entry-card-date {
  color: #999;
  font-size: 13px;
}
.widget-entry-card-thumb{
	margin-top:0!important;
}
/* PC：3列 */
.top-buy-blog .new-entry-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
	gap:32px;
	margin-bottom: 0;
}

/* カード高さ揃え */
.top-buy-blog .new-entry-card {
  height: 100%;
}
@media (max-width: 768px) {
  .top-buy-blog {
    margin: 48px auto;
    padding: 36px 18px 0;
  }

  .top-buy-blog__head h2 {
    font-size: 26px;
  }
	.top-buy-blog .new-entry-cards {
    grid-template-columns: 1fr;
    gap: 18px;
  }

}

/* テーブル */
.kaitori-table{
    width:100%;
    border-collapse:collapse;
    margin-bottom:25px!important;
    overflow:hidden;
}

.kaitori-table th{
    width:30%;
    background:#f7f7f7;
    padding:16px;
    text-align:left;
    border-bottom:1px solid #e5e5e5!important;
    font-weight:bold;
	font-size: 1.0em;
}

.kaitori-table td{
    padding:16px;
    border-bottom:1px solid #e5e5e5!important;
    background:#fff;
	font-size: 0.9em;
}

.kaitori-table tr:last-child th,
.kaitori-table tr:last-child td{
    border-bottom:none;
}

.kaitori-table .price{
    color:#ea5506;
    font-size:28px;
    font-weight:bold;
	text-align:left;
}
.buy-blog {
  max-width: 1100px;
  margin: 0 auto;
  padding: 32px 16px;
  color: #333;
}
.buy-blog p{
	font-size:0.9em;
	padding: 0 10px;
}
.buy-hero,
.buy-section,
.buy-side .buy-card,
.buy-flow {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 4px 16px rgba(0,0,0,.04);
}

.buy-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: center;
  margin-bottom: 24px;
}

.buy-label {
  display: inline-block;
  background: #ffeacf;
  color: #ff8a00;
  padding: 6px 14px!important;
  border-radius: 999px;
  font-weight: bold;
	font-size: 0.8em!important;
}

.buy-section h2,
.buy-flow h2 {
  margin-top: 0;
  line-height: 1.5;
}

.buy-hero__image img,
.buy-grid img {
  width: 100%;
  border-radius: 14px;
  object-fit: cover;
}

.buy-tags span {
  display: inline-block;
  background: #f7f7f7;
  padding: 6px 12px;
  border-radius: 999px;
  margin: 6px 6px 0 0;
  font-size: 14px;
}

.buy-section {
  margin-bottom: 24px;
}

.buy-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 20px;
}

.buy-grid p {
  text-align: center;
  font-weight: bold;
  margin: 8px 0 0;
}

.buy-layout {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
	align-items: stretch;
}
.buy-section,
.buy-side {
  height: 100%;
}
.buy-table {
  width: 100%;
  border-collapse: collapse;
}

.buy-table th,
.buy-table td {
  border: 1px solid #e5e5e5;
  padding: 14px;
}

.buy-table th {
  background: #fafafa;
}

.buy-table td:last-child {
  text-align: right;
  font-weight: bold;
  color: #e85b91;
}

.buy-note {
  font-size: 0.8em!important;
  color: #777;
	text-align:center;
	padding:0!important;
}

.buy-side {
  display: grid;
  gap: 20px;
}

.buy-card h3 {
  margin-top: 0;
	font-size:16px;
	background:#052563;
	color:#fff;
}

.point-card {
  background: linear-gradient(180deg,#ffffff 0%,#faf7ff 100%);
  border: 1px solid #ece7ff;
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 8px 24px rgba(115,87,200,.08);
}

.point-card__head {
  display: flex;
  align-items: center;
  gap: 5px;
}

.point-card__head h3 {
	margin:0;
	font-size:22px!important;
	border:none;
	background-color:#fff;
	color:#052563;
}

.point-card__icon {
  width: 42px;
  height: 42px;
  background: #052563;
  color: #fff;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-weight: bold;
  font-size: 18px;
}

.point-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.point-list li {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px dashed #ddd;
}

.point-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.point-num {
  min-width: 52px;
  height: 52px;
  border-radius: 16px;
  background: #ffddb5;
  color: #ff8a00;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .05em;
}

.point-list strong {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
  color: #333;
}

.point-list p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #666;
	padding:0;
}

.buy-cta a {
  display: block;
  text-align: center;
  background: #ffbb6b;
  color: #fff;
  text-decoration: none;
  padding: 14px;
  border-radius: 999px;
  font-weight: bold;
  margin-top: 16px;
  transition: 0.3s ease-in-out;
}
.buy-cta a:hover {
  background: #052563;
}

/* 買取の流れ */
.buy-flow {
  margin-top: 40px;
  padding: 40px 32px;
  background: linear-gradient(180deg,#ffffff 0%,#fafafa 100%);
  border: 1px solid #eee;
  border-radius: 24px;
  box-shadow: 0 8px 24px rgba(0,0,0,.04);
}

.buy-flow h2 {
  margin: 0 0 28px;
  text-align: center;
  font-size: 30px;
  line-height: 1.4;
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 24px;
  position: relative;
}

.flow-grid > div {
  position: relative;
  background: #fff;
  border-radius: 20px;
  padding: 32px 24px;
  text-align: center;
  border: 1px solid #eee;
  transition: .25s;
}

.flow-grid > div::after {
  content: "→";
  position: absolute;
  right: -18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 28px;
  color: #bbb;
}

.flow-grid > div:last-child::after {
  display: none;
}

.flow-grid span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #ff8a00;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
}

.flow-grid h3 {
  margin: 0 0 12px;
  font-size: 20px;
  color: #333;
	background:#fff;
	border:none;
}

.flow-grid p {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}
/* SP */
@media(max-width:768px){

.buy-blog {
padding: 0;
}
	
.kaitori-table th,
.kaitori-table td{
    display:block;
    width:100%;
}

.kaitori-table th{
    border-bottom:none;
}

.price{
    font-size:13px;
}
  .buy-hero,
  .buy-layout,
  .buy-grid, div {
    grid-template-columns: 1fr;
  }

  .buy-hero {
    padding: 22px;
  }
  .buy-flow {
    padding: 28px 20px;
  }

  .buy-flow h2 {
    font-size: 24px;
  }

  .flow-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .flow-grid > div::after {
    content: "↓";
    right: 50%;
    top: auto;
    bottom: -22px;
    transform: translateX(50%);
  }

  .flow-grid > div:last-child::after {
    display: none;
  }
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
/************************************
フォントサイズ調整
************************************/
.fsz05{
	font-size: 0.5em!important;
}
.fsz06{
	font-size: 0.6em!important;
}
.fsz07{
	font-size: 0.7em!important;
}	
.fsz08{
	font-size: 0.9em;
}
	
/************************************
モバイル時に見出しを任意に改行
************************************/
.br-sp {
	display: block;
}
/************************************
レスポンシブルイメージ
************************************/
/*PC向け*/
.img_pc{
	display:none;
}

/*モバイル向け*/
.img_mobile{
	display:block;
}
	
/************************************
フッタバナーモバイル
************************************/
#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 #052563;
	height:80px;
}

.footer_mobile a{
    width:100%;
    display:block;
    font-size:0.6em;
    background:#052563;
    margin:0 auto;
}

/************************************
よくあるご質問
************************************/
.faqs_title h2{
	font-size:0.9em;	
}
	
	
.faqs dd {
	padding-bottom: 10px!important;
}

/************************************
** フリーダイヤル
*************************************/
.telephone_btn a {
	color: #fcfcfc;
	background: rgb(105,246,136);
	background: linear-gradient(180deg, rgba(105,246,136,1) 0%, rgba(51,208,81,1) 50%, rgba(9,177,38,1) 100%);
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 90%;
	min-width:50%;
    padding: 5px 25px;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

.telephone_layout{
	display:flex;
	flex-flow: column;
}

.telephone_btn_time {
	border-radius: 5px;
	background:#09b126;
	font-size:0.5em;
    padding: 2px 10px;
    display: block;
    margin: 0 auto;
	font-size:0.4em;
	min-width:90%;
	text-align:center;
}
.telephone_btn_number {
	display: block;
    font-weight: 500;
	font-size:1.0em;
    padding: 2px 5px;
    display: block;
    margin: 0 auto;
}
.telephone_btn_message{
	display: block;
	font-size:0.4em;
	margin: 0 auto;
	text-align:center;
}
/************************************
** video-mobile
*************************************/
.video_center{
	width:100%;
	margin:0 auto;
	display:block;
}

.txt_video{
	padding:10px;
	line-height:1.774;
	font-weight:400;
	letter-spacing:0em;
	word-break: break-word;
	font-size:0.9em;
	text-align:left;
}

/************************************
** お問い合わせボタン
*************************************/
.inquiry_btn a {
   color: #fcfcfc;
   background: #ffbb6b;
   border-radius: 10px;
   position: relative;
   display: flex;
   justify-content: space-around;
   align-items: center;
   margin: 0 auto;
   min-width: 90%;
   max-width: 90%;
   padding: 20px 25px;
   transition: 0.3s ease-in-out;
   font-weight: 800;
   font-size:0.9em;
}
.inquiry_btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.inquiry_btn a:hover {
  color: #fcfcfc;
  background:#052563;
}
.inquiry_btn a:hover:after {
  right: 1.4rem;
}
	
/************************************
買取事例スライダー(四式)
*************************************/
.buy_user_voice h2{
	font-size:0.9em;
}
	
.parts_title h2{
	font-size:0.9em;
}
/*************************************
買取価格表
************************************/
.price-list h2{
	font-size:0.9em;
}


.list_2col_btn ul{
	grid-template-columns: repeat(2, 1fr);
}	
.list_2col_btn4 ul{
	grid-template-columns: repeat(2, 1fr);
}	
	
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
.article h2{
	font-size:1.0em;
}
.article h3{
	font-size:1.0em;
}
.purchase_method ul {
grid-template-columns: repeat(1, 1fr);
grid-auto-rows: 207px;
}
.list_2col_btn_img ul {
grid-auto-rows: 146px;
}
.pits-card-in h3 {
height: 68px;
}
.ppe-card h3 {
font-size:0.8em;
}
.ppe-card p {
font-size: 0.9em;
}
.footer_link ul {
padding: 0 20px;
}
.list_2col_btn ul{
	grid-template-columns: repeat(1, 1fr);
}
.list_2col_btn li a{
	font-size:0.9em;
	padding:18px 10px;
}
.list_2col_btn1 ul{
	grid-template-columns: repeat(1, 1fr);
}
.list_2col_btn1 li a{
	font-size:0.9em;
	padding:18px 10px;
}
.list_2col_btn4 ul{
	grid-template-columns: repeat(2, 1fr);
}
.list_2col_btn4 li a{
	font-size:0.9em;
	padding:18px 10px;
}
div.price-list-sc2{
	height: 500px;
	margin:0 auto;
	padding:10px;
	overflow: scroll;
	overflow-x:hidden;
}
.product-btn {
    width: 85%;
    text-align: center;
    box-sizing: border-box;
}
.product-row {
	gap: 0px;
	margin-bottom: 50px;
}
.product-container h3 {
	margin-top: 0;
}

}







