@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/************************************
** 初期化
*************************************/
/* リセット */
.article h2,
.article h3,
.article h4,
.article h5,
.article h6,
.article ul,
.article li,
.article ol
{
padding: 0;
margin: 0;
background:none;
border-collapse: separate;
border-spacing: 0;
border-top: none;
border-right: none;
border-bottom: none;
border-left: none;
line-height: normal;
position:relative;
color:#26282b;
}

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

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

/************************************
** 基本情報
*************************************/
/*
基本カラー情報
color:#fcfcfc;//白
color:#26282b;//黒
color:#fcbe39;//メインカラー
*/
/************************************
** 共通
*************************************/
/*スペーサー*/
.spacer{
	padding-bottom:20px;
}

/*モバイル時に見出しを任意に改行*/
.br-sp {
	display: none;
}
/*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:16px;
}
.an{
	padding:10px;
	line-height:1.774;
	font-weight:400;
	letter-spacing:0em;
	word-break: break-word;
	font-size:12px;
	/*text-align:left;*/
}

p{
	font-size:16px;
}

/*警告*/
.buy_caution{
	color: #eb2a2a;
	font-size: 1.3em!important;
	line-height: 1.774;
	font-weight: 400;
	letter-spacing: 0em;
	word-break: break-word;
}

/*非表示のentry-title分上に*/
.head_up{

}

/************************************
ビデオ
************************************/
.video_center{
	width:560px;
	margin:0 auto;
	display:block;
}

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

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

.area_map_trip li a{
	cursor:pointer;
	text-align: center;
	margin-top: 10px;
	display: block;
	color: #26282b;
	text-shadow:
    1px 1px 0 #fcfcfc,
    -1px 1px 0 #fcfcfc,
    -1px -1px 0 #fcfcfc,
    1px -1px 0 #fcfcfc;
	
	font-size: 0.6em;
	font-weight:800;
	text-decoration: none;
}

.br-sp{
	display:none;
}

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

}

.map_btn1{
	background-color: rgba(255, 100, 96, 0.3);
	position: relative;
	z-index: 0;
	padding: 10px 10px;
	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);
}
.map_btn2{
	background-color: rgba(97, 159, 235, 0.3);
	position: relative;
	z-index: 0;
	padding: 10px 10px;
	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);
}

/*コンテンツリスト*/
ul.area_contents_list{
margin-left: 0px;
margin-bottom: 40px;
padding:20px;
}

ul.area_contents_list li{
margin-left: 20px;
}

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

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

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

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

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

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

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

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




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

.footer_pc{
	display:block;
}

.footer_mobile{
	display:none;
}

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


/************************************
video
*************************************/
video{
	margin-bottom:0px !important;
}
/************************************
宅配
************************************/
.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{
	font-size:1.0em!important;
	line-height: 1.774;
	font-weight: 800;
	letter-spacing: 0em;
}

.buy_method h3 a{
	color:#fcfcfc;
	text-decoration:underline!important;
}
.normal_li{
	padding-left:32px!important;
	font-size:0.8em!important;
}
/************************************
レスポンシブルイメージ
************************************/
/*PC向け*/
.img_pc{
	display:block;
}
/*モバイル向け*/
.img_mobile{
	display:none;
}
/************************************
買取事例
************************************/
.pe_container{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
    -webkit-align-items: center;
	align-items: center;
}

.pe_item{
	width:50%;
	margin:10px;
	padding:10px;
}

.pe_item_img{
	width:400px;
}

.purchase_example{
	max-width:400px;
	margin:0 auto;
	padding:4px;
	font-size:0.8em;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fcbe39;
	text-align: center;
	color: #fcfcfc;
	font-weight: 600;
	border-radius:0 0 0.5em 0.5em;
	min-height:4.0em;
}

/************************************
買取を利用したお客様の声
************************************/
.buy_user_voice h2{
	font-size:1.4em;
	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:2.1em;
	color:#b82223;
	line-height:1.2;
}

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

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

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

.voice_address{
	font-size:0.8em;
}

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

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

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

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


/************************************
** 出張買取地域
************************************/
.travel_buy h2{
	position: relative;
	padding: 0.6em;
	background: #f5742d;
	color: #fcfcfc;
	border-radius: 10px;
}

.travel_buy h2:after{
	position: absolute;
	content: '';
	top: 100%;
	left: 30px;
	border: 15px solid transparent;
	border-top: 15px solid #fcbe39;
	width: 0;
	height: 0;
}

.box_frame{
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #fcbe39;
    border-radius: 8px;
}

.box_frame .box-title {
    position: absolute;
    display: inline-block;
    top: -17px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 0.8em;
    background:#fcfcfc;
    color: #fcbe39;
    font-weight: bold;
}

.box_frame h3 {
	margin-top:10px!important;
	border: none;
	margin-bottom: 0;
}

.box_frame p {
	margin: 0;
	padding: 10px;
	font-size: 0.8em;
}

.box_frame_info{
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    padding: 0.2em 0.5em;
    color: #454545;
}

.box_frame_info:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fcfcfc #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.box_frame_info p {
    margin: 0; 
	padding: 10px;
	font-size:0.8em!important;
	line-height:1.774;
	font-weight:400;
	letter-spacing:0em;
	word-break: break-word;
}

.box_frame_info .red_words{
	font-size:1.0em;
	color:#fcfcfc;
	padding-bottom:8px;
	font-weight:800;
}

.box_frame_info .black_words{
	font-size:1.0em;
	color:#26282b;
	padding-bottom:8px;
	font-weight:800;
}

.box_frame_disk ul{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-auto-rows: 24px;
	list-style-type:disc!important;
	padding-left:24px!important;
}
.box_frame_disk li{
	text-align: left;
	font-size: 0.8em;
}




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

.privacy_info h2{
	font-size:1.1em;
	padding:8px 8px 8px 16px;
	background-color: #004595;
	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;
}


/************************************
買取価格表スクロール型
************************************/

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

td.price{
	text-align:center;
}

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

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

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

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

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

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


/************************************
会社情報フレーム
************************************/
div.info-shop {
	background-color: #fcfcfc;
	width: calc(100% - 2px);
	border-left: 1px solid #888;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
}

div.info-shop dl {
	display: table;
	width: 100%;
	border-top: 1px solid #888;
	margin-bottom: 0px;
	margin-top: 0px;
}

div.info-shop dt {
	border-right: 1px solid #888;
	padding: 10px !important;
	color: #4c4c4c !important;
	display: table-cell !important;
	font-size: 13px;
	font-weight: 700 !important;
	width: 20% !important;
	padding: 10px !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

div.info-shop dd {
	display: table-cell !important;
	vertical-align: top !important;
	font-size:14px !important;
	word-break: break-all !important;
	padding:10px;
}

dd.number {
	padding:0px !important;
}


.red_attention{
	font-size:1.0em;
	color:#ff0000;
	padding-bottom:4px;
	border-bottom: 2px solid #ff0000;
}


/************************************
実際の買取価格例
*************************************/
.eapp ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 350px;/*画像の隙間はここで調整*/
	list-style-type:none!important;
	padding-left:0px!important;
}
.eapp_item_name{
	display:block;
	width:200px;
	margin:0 auto;
	background:#fcbe39;
	font-weight:600;
	color:#fcfcfc;
	padding:0.8em;
	font-size:0.7em;
	line-height:1.774;
	text-align:center;
	height:60px;
}

.eapp_comments{
	display:block;
	width:200px;
	margin:0 auto;
	background:#f8f8f8;
	color:#26282b;
	padding:0.8em;
	font-size:0.8em;
	line-height:1.774;
	text-align:center;
	height:50px;
	box-shadow: 0px 4px 4px 0px rgba(6, 51, 77, 0.2);
}



/************************************
買取強化商品
************************************/
.list_block h2{
	text-align:center;
}


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

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


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

.list_2col_btn li a{
	text-align: center;
	margin-top: 10px;
	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 #ff9f25;
	color: #fcfcfc;
	background-color: #ff9f25;
}
/*リストボタン2カラムスマホの場合は1カラム*/
.list_2col_btn1 ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 50px;
	list-style-type:none!important;
	padding-left:0px!important;
	margin-bottom:20px;
}

.list_2col_btn1 li a{
	text-align: center;
	margin-top: 10px;
	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 #ff9f25;
	color: #fcfcfc;
	background-color: #ff9f25;
}


/************************************
** 見出し
*************************************/
/*h1タイトル非表示*/
.page .entry-title{

}

.article h1{
	text-align:center;
	font-size:0.8em;
}

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

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

/************************************
お問い合わせ
************************************/
.wpcf7 {
	width:80%;
	margin: 0 auto;
	display:block;
	color:#26282b;
}
/*ボタン*/
.wpcf7-submit{
	background-color: #fcbe39!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;
}


/************************************
** お問い合わせボタン
*************************************/
.inquiry_btn a {
	color: #fcfcfc;
	background: #6bb6ff;
    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:#ffbb6b;
}
.inquiry_btn a:hover:after {
	right: 1.4rem;
}
/************************************
** フリーダイヤル
*************************************/
.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%;
}








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



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


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

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

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

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

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

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

/************************************
** 3ブロック
*************************************/
.block3_layout{
	
}

.block3_layout h2{
	text-align:center;
}



.block3_flex_container{
  display: flex;
  justify-content: center;
  align-items: start;
  padding: 20px;
  border: 1px solid #d4d4d4;
  margin-bottom: 20px;
  border-radius: 4px;
  margin: 0 10px 20px 10px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.block3_flex_item{
  padding:20px;
  flex-basis: 30%;

}


.block3_flex_item h3{
	color:#fcfcfc;
	background-color: #fcbe39;
	font-size:0.7em;
	text-align:center;
	border-radius:10px;
	margin-bottom:0px;
}


.block3_flex_item p{
	padding:10px;
	line-height:1.774;
	font-weight:400;
	letter-spacing:0em;
	word-break: break-word;
	font-size:0.7em;
}




/************************************
** 買取事例商品スライダー
*************************************/
.case_study h2{
	text-align:center;
}

.case_study_bg{

}


.case_study_card{
	background:#fff!important;
	padding:10px;
	width:98%;
	margin:10px;
}

.case_study_card img{
	width:30%;
	height:auto;
	margin:0 auto;
}

.case_study_card h3{
	width:30%;
	margin:0 auto;
	border-radius:0px;
	border:none;
	background:#fcbe39;
	color:#fcfcfc;
	text-align:center;
	font-size:0.6em;
	min-height:48px;
}


/************************************
** 買取方法
*************************************/
.buy_method{
	background:#fff9f0;
	padding:20px;
}

.buy_method h2{
	background:transparent;
	color:#26282b;
	text-align:center;
	font-size:1.5em;
}

.buy_method span{
	color:#e5004f;
	font-size:3.1em;
}

.buy_method section{
	width:90%;
	display:block;
	margin:0 auto;
}

.flex-container{
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex-item{
  padding:20px;
  flex-basis: 30%;
}

.flex-item dt{
  font-weight:800;
  color:#26282b;
  font-size:1.1em;
}

.flex-item dd{
  margin-left:0px;
  color:#26282b;
  font-size:0.7em;
}

.step_txt{
  display: block;
  text-align:center;
  font-weight:800;
  font-size:0.8em;
}

.step_circle{
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background:#e5004f;
  text-align:center;
  line-height: 80px;
  color:#fcfcfc;
  font-weight:800;
  margin:0 auto;
}

.buy_method h3{
	margin-top:10px;
	background:#e5004f;
	color:#fcfcfc;
	text-align:center;
	font-size:1.3em;
	border:none;
}

.buy_method p{
	color:#26282b;
	text-align:center;
	font-size:0.8em;
	padding:10px;
	line-height:1.774;
	font-weight:400;
	letter-spacing:0em;
	word-break: break-word;
}

/************************************
サービス比較
************************************/
.service_comparison h2{
	text-align:center;
}


.service_comparison .service{
	width:25%;
}

.service_comparison .shop{
	width:25%;
}

.service_comparison thead th {
	background-color: #ff8914;
	color: #fcfcfc;
	text-align: center;
	font-size:0.6em!important;
	border: 1px solid #fcfcfc!important;
	border-radius: 10px 10px 0 0;
}

.h_spacer{
	background-color:#fcfcfc!important;
	color: #fcfcfc;
	text-align: center;
	font-size:0.7em!important;
}

.h_others{
	background-color:#666!important;
	color: #fcfcfc;
	text-align: center;
	font-size:0.7em!important;
}

.h_titles{
	font-weight:800;
	background-color:#fcfcfc!important;
}

.service_comparison  tbody tr {
	background-color: #eee;
	font-size:0.7em!important;
}

.service_comparison  td {
	border: 1px solid #fcfcfc!important;
	text-align:center;
}

/************************************
** よくある質問：展開型
*************************************/
.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-top:0;
}
.slider_contents{
	display:block;
	padding:10px;
	line-height:1.774;
	font-weight:400;
	letter-spacing:0em;
	word-break: break-word;
	font-size:0.8em;
	color:#26282b!important;
	text-align:center;
	width:70%;
	margin:0 auto;
	line-height:1.774;
}

.slider_item_contents{
	display:block;
	padding:10px;
	line-height:1.774;
	font-weight:400;
	letter-spacing:0em;
	word-break: break-word;
	font-size:0.8em;
	color:#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;
}

/************************************
** 出張買取エリア
*************************************/
.trips_possible h2{
	text-align:center;
	margin-bottom:10px;
}

.trips_area{
	padding:20px;
	border: 1px solid #d4d4d4;
	margin-bottom:20px;
	border-radius:4px;
	margin-bottom:20px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
}

.trips_area h3{
	font-size: 1.2em;
	padding: 8px;
	background-color: #fcbe39;
	border-radius:10px;
	color:#fcfcfc;
	margin-bottom:10px!important;
}

.trips_area ul{
	padding: 10px;
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	margin-bottom:10px;
}

.trips_area li {
    padding: 4px 8px!important;
	margin:2px;
	font-size:0.8em;
}

.trips_area li::after{
    content:" /";
	font-size:0.7em;
	color:#888!important;
}
.trips_area li:last-child:after{
  content: " ";
}

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

.trips_reason li {
	text-align: center;
	margin:8px;
	display: block;
	color: #fcfcfc;
	font-size: 0.8em;
	font-weight:800;
	background-color: #aaa;
	position: relative;
	z-index: 0;
	padding: 10px 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.trips_reason p{
	text-align:center;
	color: #26282b;
	font-size: 1.4em;
	margin-top:5px;
	font-weight:800;
}

/************************************
** 買取に関するお申し込み
*************************************/
.buy_application{
	background-color: #cbefff;
	padding:40px;
}

.buy_application h2{
	border-radius:0px;
	padding:0px;
	background: linear-gradient(transparent 70%, #a7d6ff 70%);
	color: #26282b;
	font-size: 1.4em;
	width:50%;
	margin:10px auto;
}

.buy_application p{
	width:80%;
	margin:10px  auto;
	text-align:center;
	padding:10px;
	font-size: 0.8em;
}

.buy_application dl{
	border-bottom: 1px solid #d4d4d4;
	width:50%;
	margin:10px auto;
	display: flex;
	flex-wrap: wrap;
}

.buy_application dt {
	width:50%;
	font-weight:800;
	font-size: 1.1em;
	text-align:right;
}

.buy_application dd {
	width:35%;
	font-weight:800;
	font-size: 1.1em;
	text-align:left;
}

/************************************
**法人買取
************************************/
.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;
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;
}


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





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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
#main {
	width: 100%;
}
.trips_reason li {
	font-size: 0.5em;
}
/*お客様の声*/
.customer_voice_block {
	width: 80%;
	margin: 60px auto 0 auto;
}
/*お問い合わせ*/
.buy_application dl {
	width: 100%;
	font-size: 0.9em;
}
.buy_application h2 {
	font-size: 1.2em;
	width: 80%;
}
/*買取事例*/
.purchase_example {
	width: 100%;
}
/*スライダー買取事例*/
.case_study_card img{
	width:80%;
}
.case_study_card h3{
	width:80%;
}
.bx-viewport img {
	padding-top: 0px;
}
.block3_flex_container {
	display: block;
	margin-bottom:0;
}
.block3_flex_item {
	padding: 0px;
}
.block3_flex_item p {
	height: auto;
}
/*スライダーお客様の声*/	
.slider_contents {
	width: 80%;
}
/*リストボタン2カラム*/
.list_2col_btn ul{
	grid-template-columns: repeat(3, 1fr);
}
.fsz06{
	font-size: 0.6em!important;
}
.fsz07{
	font-size: 0.7em!important;
}	
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
	
#main {
	width: 100%;
}
/************************************
** 共通
*************************************/
/*モバイル時に見出しを任意に改行*/
.br-sp {
	display: block;
}
/*本文共通*/
.txt_contents{
	font-size:0.8em !important;
	padding:10px;
	line-height:1.774;
}
/*標準h2*/
.article h2 {
	font-size: 0.9em;
}

/*基本H3*/
.article h3 {
	font-size: 0.8em;
}

/************************************
** お問い合わせボタン
*************************************/
.inquiry_btn a {
   color: #fcfcfc;
   background: #6bb6ff;
   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;
}
.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:#ffbb6b;
}
.inquiry_btn a:hover:after {
  right: 1.4rem;
}
/************************************
** フリーダイヤル
*************************************/
.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;
}
/************************************
買取事例スライダー
*************************************/
.bx-viewport{
	height:auto!important;/*表示領域*/
}
.bx-viewport img{
	padding-top:10px;
}
.slider-voice h3{
	display:block;
	margin:0;
	border-radius:0px!important;
	border: none!important;
	text-align:center;
}
.slider_contents{
	display:block;
	padding:10px;
	line-height:1.774;
	font-weight:400;
	letter-spacing:0em;
	word-break: break-word;
	font-size:0.6em;
	color:#26282b!important;
	text-align:center;
	width:80%;
	margin:0 auto;
	line-height:1.774;
}

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

.slider_info{
	margin-top:36px;
	font-size:0.5em;
	color:#26282b!important;
	text-align:center;
	line-height:1.774;
}
	
/************************************
出張エリア
*************************************/
.trips_reason ul{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-auto-rows: 50px;
	list-style-type:none!important;
	padding-left:0px!important;
	min-width:320px;
}

.trips_reason li {
	text-align: center;
	margin: 5px!important;
	display: block;
	color: #26282b;
	font-size: 0.7em;
	font-weight:800;
	background-color: #fcfcfc;
	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;
}

.trips_reason p{
	text-align:center;
	color: #26282b;
	font-size: 0.9em;
	margin-top:5px;
	font-weight:800;
}
/************************************
** 買取に関するお申し込み
*************************************/
.buy_application{
	background-color: #cbefff;
	padding:10px;
}

.buy_application h2{
	border-radius:0px;
	padding:0px;
	background: linear-gradient(transparent 70%, #a7d6ff 70%);
	color: #26282b;
	font-size: 0.9em;
	width:90%;
	margin:10px auto;
}

.buy_application p{
	width:100%;
	margin:10px  auto;
	text-align:center;
	padding:10px;
	font-size: 0.8em;
}

.buy_application dl{
	border-bottom: 1px solid #d4d4d4;
	width:100%;
	margin:10px auto;
	display: flex;
	flex-wrap: wrap;
}

.buy_application dt {
	width:45%;
	font-weight:800;
	font-size: 0.7em;
	text-align:right;
}

.buy_application dd {
	width:40%;
	font-weight:800;
	font-size: 0.7em;
	text-align:left;
}
/************************************
** 買取方法
*************************************/
.buy_method{
	background:#fff9f0;
	padding:20px;
}

.buy_method h2{
	background:transparent;
	color:#26282b;
	text-align:center;
	font-size:1.2em;
	margin-bottom: 0;
}

.buy_method span{
	color:#e5004f;
	font-size:3.1em;
}

.buy_method section{
	width:90%;
	display:block;
	margin:0 auto;
}

.flex-container{
  display: block;
}

.flex-item{
  padding:0px;
  flex-basis: 30%;
}

.flex-item dt{
  font-weight:800;
  color:#26282b;
  font-size:1.1em;
}

.flex-item dd{
  margin-left:0px;
  color:#26282b;
  font-size:0.7em;
}

.step_txt{
  display: block;
  text-align:center;
  font-weight:800;
  font-size:0.8em;
}

.step_circle{
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background:#e5004f;
  text-align:center;
  line-height: 80px;
  color:#fcfcfc;
  font-weight:800;
  margin:0 auto;
}

.buy_method h3{
	margin-top:10px;
	background:#e5004f;
	color:#fcfcfc;
	text-align:center;
	font-size:1.1em;
	border:none;
}

.buy_method p{
	color:#26282b;
	text-align:center;
	font-size:0.7em;
	padding:10px;
	line-height:1.774;
	font-weight:400;
	letter-spacing:0em;
	word-break: break-word;
}

/************************************
買取価格表
************************************/
div.price-list-sc{
	width:100%;
	height: 250px;
	margin:0 auto;
	padding:0px;
	overflow: scroll;
	overflow-x:hidden;
}


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

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

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

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

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

div.price-list tbody tr:nth-child(even) {
	background-color: #eee;
	font-size:0.7em!important;
}
/************************************
** 3ブロック
*************************************/
.block3_layout{
	
}
.block3_flex_item p{
	height:auto;
}
.block3_flex_item{
  padding:0px;
}
	
.block3_flex_container{
  display: block;
}
/************************************
買取価格表スクロール型
************************************/
div.price-list-sc{
	width:100%;
	height: 250px;
	margin:0 auto;
	padding:0px;
	overflow: scroll;
	overflow-x:hidden;
}

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

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

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

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

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

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

/************************************
** 買取事例商品スライダー
*************************************/
.case_study h2{
	text-align:center;
}


.case_study_card{
	background:#fff!important;
	padding:10px;
	width:98%;
	margin:10px;
	position:relative;
	left:-10px;
}

.case_study_card img{
	width:100%;
	height:auto;
	margin:0 auto;
}

.case_study_card h3{
	width:100%;
	margin:0 auto;
	border-radius:0px;
	border:none;
	background:#e5004f;
	color:#fcfcfc;
	text-align:center;
	font-size:0.6em;
	min-height:48px;
}
	




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

/*モバイル向け*/
.img_mobile{
	display:block;
}
/************************************
お問い合わせ
************************************/
.wpcf7 {
	width:95%;
}

	
/*リストボタン2カラム*/
.list_2col_btn ul{
	grid-template-columns: repeat(2, 1fr);
}
/*リストボタン1カラム*/
.list_2col_btn1 ul{
	grid-template-columns: repeat(1, 1fr);
}	
	

/************************************
お客様の声
************************************/
.customer_voice_block{
	width:100%;
	margin:0 auto 0 auto;
}

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

.voice_col1{
	width:128px;
	margin:5px;
	padding:5px;
}
.voice_col2{
	width:auto;
	margin:5px;
	padding:5px;
}

.voice_address{
	font-size:0.8em;
}

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

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

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

.voice_txt_contents::after {
	content: "”";
	display: block;
	font-size: 200%;
	color: #f59a40;/* 好みで色を変えてください */
	position: absolute;
	bottom: 0px;
	right: 5px;
}
/************************************
買取事例
************************************/
.pe_container{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
    -webkit-align-items: center;
	align-items: center;
	margin-bottom: 0;
}

.pe_item{
	width:50%;
	margin:10px;
	padding:10px;
}

.pe_item_img{
	width:128px;
}


.purchase_example{
	width:128px;
	margin:0 auto;
	padding:4px;
	font-size:0.5em;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #de2d80;
	text-align: center;
	color: #fcfcfc;
	font-weight: 600;
	border-radius:0 0 0.5em 0.5em;
	min-height:4.0em;
}
/************************************
実際の買取価格例
*************************************/
.eapp img{
	width:100px;
}
	
.eapp ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 250px;/*画像の隙間はここで調整*/
	list-style-type:none!important;
	padding-left:0px!important;
}
.eapp_item_name{
	display:block;
	width:100px;
	margin:0 auto;
	background:#fcbe39;
	font-weight:600;
	color:#fcfcfc;
	padding:0.8em;
	font-size:0.6em;
	line-height:1.4;
	text-align:center;
	height:60px;
}

.eapp_comments{
	display:block;
	width:100px;
	margin:0 auto;
	background:#f8f8f8;
	color:#26282b;
	padding:0.8em;
	font-size:0.7em;
	line-height:1.774;
	text-align:center;
	height:40px;
	box-shadow: 0px 4px 4px 0px rgba(6, 51, 77, 0.2);
}

/************************************
フォントサイズ調整
************************************/
.fsz05{
	font-size: 0.5em!important;
}
.fsz06{
	font-size: 0.6em!important;
}
.fsz07{
	font-size: 0.7em!important;
}	
.fsz08{
	font-size: 0.8em!important;
}
/************************************
ビデオ
************************************/
.video_center{
	width:100%;
	margin:0 auto;
	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:#f85e85;
}
.footer_pc{
	display:none;
}

.footer_mobile{
	display:block;
}

.footer_mobile_wrapper{
	width:100%;
	height:80px;
	background-color:#ec2e73;
}
.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 #aa1148;
	height:80px;
}

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


	
}
