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

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

/************************************
** 基本情報
*************************************/
/*
基本カラー情報
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;
}


/************************************
** 見出し
*************************************/
/*標準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; /* 縦線を消す */
    padding-top: 5px; /* 上下の余白調整 */
  }
}
/************************************
お問い合わせ
************************************/
.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
}


/************************************
買取事例スライダー(四式)
*************************************/

.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{
	width:98%;
	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.8em!important;
	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;
}
.delivery-purchase p{
	color:#7b7b80!important;
	font-size:0.8em!important;
	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.8em!important;
	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: 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: 20px;
	background:#fff;
	box-shadow: 0 12px 30px rgba(17, 24, 39, 0.08);
}

.product-row {
  display: flex;
  flex-direction: column; /* モバイルは縦並び */
  margin-bottom: 40px;
  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: #163a99;
	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;     /* 枠からはみ出た画像を隠す */
}
	

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

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

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

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

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

.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: 15px;
  line-height: 1.9;
  color: #374151;
  padding: 0 13px;
}

@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-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: "－";
}

.route-steps {
  padding: 20px;
}






/*************************************
店舗一覧
************************************/


:root {
    --bg: #f7f7f7;
    --card: #ffffff;
    --text: #222;
    --sub: #666;
    --line: #e5e5e5;
    --accent: #111;
    --accent-2: #0a7a43;
    --radius: 18px;
    --shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  }

  .shop-page * {
    box-sizing: border-box;
  }

  .shop-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px 16px 80px;
    color: var(--text);
  }

  .shop-page a {
    text-decoration: none;
  }

  .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-left:10px;
	  margin-bottom:0!important;
  }

  .shop-layout {
    display: grid;
    grid-template-columns: 380px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
  }

  .shop-list {
    display: grid;
    gap: 16px;
    position: sticky;
    top: 20px;
  }

  .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:hover {
    transform: translateY(-2px);
  }

  .shop-card.active {
    border-color: #052563;
  }

  .shop-card__head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
  }

  .shop-card__name {
  box-shadow: none;
  color: #072563;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 700;
}

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

  .shop-meta {
    display: grid;
    gap: 8px;
    margin: 0 0 16px;
    font-size: 14px;
  }

  .shop-meta div {
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 10px;
  }

  .shop-meta dt {
    font-weight: 700;
  }

  .shop-meta dd {
    margin: 0;
    color: var(--sub);
  }

  .card-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border-radius: 12px;
    border: 1px solid var(--accent);
    background: #fff;
    padding: 0 14px;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
  }

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

  .btn--tel {
	border-color: #01871c;
	background-color: #01871c;
    color: #fff;  
  }
  .btn--tel:hover {
	background-color: #fff;
    border-color: #01871c;
    color: #01871c;
	opacity:1!important;
  }

  .btn--full {
    width: 100%;
  }

  .shop-detail {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: var(--shadow);
    overflow: hidden;
  }

  .detail-hero {
    padding: 28px;
    border-bottom: 1px solid var(--line);
    background: linear-gradient(180deg, #fff 0%, #fafafa 100%);
  }

  .detail-top {
	  margin-bottom: 18px;
  }

  .detail-title {
    margin: 0 0 8px;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.35;
  }

  .detail-sub {
    margin: 0;
    color: var(--sub);
	  font-size: 14px;
	  text-align:center;
  }

  .detail-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .info-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .info-box {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 14px;
    padding: 14px;
  }

  .info-box__label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: var(--sub);
    margin-bottom: 4px;
  }

  .info-box__value {
    margin: 0;
	font-size: 15px;
	font-weight:600;
  }

  .detail-section {
    padding: 0 28px 20px;
    border-bottom: 1px solid var(--line);
  }

  .detail-section:last-child {
    border-bottom: none;
  }

  .section-title {
    margin: 0 0 16px;
    font-size: 22px;
    line-height: 1.4;
  }
.detail-section h3{
	font-size: 19px;
	color: #052563;
	border: none;
	background: #fff!important;
}
  .map-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 280px;
    gap: 18px;
  }

  .placeholder {
    min-height: 280px;
    border-radius: 18px;
    border: 1px solid #d8d8d8;
    background: linear-gradient(135deg, #ececec, #dcdcdc);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 20px;
    color: #666;
    font-weight: 700;
  }

  .side-panel {
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 16px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .route-list {
    display: grid;
    gap: 14px;
  }

  .route-item {
    display: grid;
    grid-template-columns: 64px minmax(0, 1fr) 180px;
    gap: 14px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 14px;
    background: #fff;
  }

  .route-num {
    width: 48px;
    height: 48px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--accent);
    color: #fff;
    font-weight: 800;
    font-size: 18px;
  }

  .route-title {
    margin: 0 0 4px;
    font-size: 16px;
  }

  .route-text {
    margin: 0;
    color: var(--sub);
    font-size: 14px;
  }

  .route-photo {
    min-height: 110px;
    border-radius: 14px;
    border: 1px solid #d8d8d8;
    background: linear-gradient(135deg, #ececec, #dcdcdc);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #666;
    font-size: 13px;
    font-weight: 700;
    padding: 10px;
  }

  .photo-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .photo-card {
    min-height: 180px;
    border-radius: 16px;
    border: 1px solid #d8d8d8;
    background: linear-gradient(135deg, #ececec, #dcdcdc);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #666;
    font-weight: 700;
    padding: 14px;
  }

  .cta-area {
    display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-bottom: 20px;
  }

  .shop-panel {
    display: none;
  }

  .shop-panel.active {
    display: block;
  }
.shop-panel .route-guide{
	background-color:#fff!important;
	padding: 0px;
}
.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;
}
.shop-page .route-guide__head {
	margin-bottom:10px;
}
.shop-note {
  font-size: 13px;
  color: #c0392b;
  margin: 10px 0 12px;
  line-height: 1.6;
  font-weight: 600;
}
.detail-note {
  background: #fff5f5;
  border: 1px solid #f1c0c0;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 16px;
}

  @media (max-width: 1024px) {
    .shop-layout {
      grid-template-columns: 1fr;
    }

    .shop-list {
      position: static;
    }

    .map-grid,
    .route-item,
    .photo-grid,
    .info-grid {
      grid-template-columns: 1fr;
    }

    .route-photo,
    .photo-card,
    .placeholder {
      min-height: 180px;
    }
  }

  @media (max-width: 767px) {
	.page-header {
		margin-bottom: 0px;
	}
    .shop-page {
      padding: 20px 12px 40px;
    }

    .shop-card,
    .detail-hero {
      padding: 20px 15px;
    }

    .detail-top {
      display: block;
    }

	  .detail-section h3{
		font-size:1.3em!important;
		  margin-top:10px;
		  margin-bottom:10px;
	  }

    .detail-buttons {
      margin-top: 14px;
      justify-content: flex-start;
    }

    .shop-meta div {
      grid-template-columns: 78px 1fr;
    }

    .card-actions,
    .cta-area {
      grid-template-columns: 1fr;
      display: grid;
    }

	  .shop-panel .route-guide {
		padding: 0px;
	}
	  .detail-section {
		padding: 0 10px 20px;
	}
	  .shop-panel .route-steps {
		padding: 20px 10px!important;
	}
	  .route-step__content h4 {
		text-align:center;  
	}
	  .route-guide__lead {
		padding:0 10px;
	  }
  }





/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*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;
}
	
/************************************
** お問い合わせボタン
*************************************/
.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{
	width:98%;
	height: 500px;
	margin:0 auto;
	padding:10px;
	overflow: scroll;
	overflow-x:hidden;
}
.product-btn {
    width: 80%;
    text-align: center;
    box-sizing: border-box;
  }
}
