@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Template:   cocoon-master
Version:    1.1.0
*/




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

a{
	text-decoration:none;
}

hr{
	margin-bottom:0.5em;
}
.entry-title{


}

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

/* スペーサー */
.spacer{
	margin-bottom:30px;
}

.appeal-in {
display: flex;
min-height: 0px;
padding: 0px;
}

/************************************
買取事例スライダー
*************************************/
.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;
}
.buy_user_voice h2 span{
	font-size:2.1em;
	color:#b82223;
	line-height:1.2;
}

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

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

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

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

.score{
	font-weight:800;
}

.review-slider-info{
	display:block;
	width:100%;
	box-shadow: 0 0 5px #ccc;
	border: 5px solid #fff;
	background: #fff;
	margin-bottom:10px;
	text-align:center;
}
.review-slider-info h2 {
	background-color:transparent!important;
	color:#26282b;
}


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



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

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


/************************************
** モーダルウィンドウ
************************************/
.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: 13px 10px!important;
}
.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;
}



/************************************
サイドバー
************************************/
.sidebar h3 {
background-color: #364e96;
color:#fff;
font-size: 0.9em;
padding: 14px;
text-align:center;
}

.sidebar a {
font-size:0.8em;
}
.side_pivacy a{
	color: #364e96;
}

h3.side_pivacy {
	background: #fcfcfc!important;
	border:dashed #364e96;
	border-radius: 0.5em;/*角丸*/
	text-align:center;
}

/*投稿日・更新日を消す場合*/
.page .date-tags {
    display: none;
}

/*著者情報を消す場合*/
.page .author-info {
    display: none;
}

/*まとめて消す場合*/
.page .date-tags,
.page .author-info {
    display: none;
} 

/*投稿日のみを消す場合*/
 .page .post-date {
    display: none;
}

/*基本H2*/
.article h2 {
color: #fff;/*文字色*/
padding: 13px;/*文字周りの余白*/
background:#364e96;
font-size:20px;
}

/*基本H3*/
.article h3 {
color: #364e96;/*文字色*/
border: solid 3px #364e96;/*線色*/
padding: 0.5em;/*文字周りの余白*/
border-radius: 0.5em;/*角丸*/
background:#fff;
font-size:20px;
}
p{
	font-size:16px;
}
.article a{
color: #364e96;/*文字色*/
text-decoration: none;
}


/*基本H4*/
.article h4 {
color: #364e96;/*文字色*/
border-top: 2px solid #364e96;
border-bottom: 2px solid #364e96;
}


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

/*中央配置*/
.c_contetnts{
text-align:center;
margin: 0 auto!important;
width: 100%;
}

/*フォント小*/
.small_font{
font-size:0.8em;
}

.pd10_all{
padding:10px;
}

/************************************
宅配
************************************/
.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;
}


/************************************
ヘッダーイメージ
************************************/
/*PC向け*/
.head_img_pc{
	display:block;
}
/*モバイル向け*/
.head_img_mobile{
	display:none;
}
.head_img{
	display:block;
}

/************************************
** モバイル対応画像
*************************************/
.responsive_img_pc{
	display:block;
}

.responsive_img_mobile{
	display:none;
}

.line_banner p{
	color:#19bb05;
	margin:8px;
	text-align:center;
	font-size:0.7em;
}

/************************************
身分証明画像
************************************/
.img_proof{
	width:35%;
	margin:0 auto;
	display:block;
}

.need_document .col2{
	float:left;
	width:50%;
}

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


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

.privacy_info h2{
	font-size:1.1em;
	padding:8px 8px 8px 16px;
	background-color: #364e96;
	color:#fff;
	border-radius:4px;
	margin-bottom:10px;
}

.privacy_info h3{
	font-size:1.0em;
	color:#e9ae9e;
	margin-bottom:10px;
	padding:8px;
	border-bottom:2px solid #e9ae9e;
}

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

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

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




/*店舗情報*/
div.info-shop {
	background-color: #fff;
	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 !important;
	font-weight: 700 !important;
	width: 15% !important;
	vertical-align: middle;

	-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: center !important;
	font-size: 13px !important;
	word-break: break-all !important;
	padding:10px;
}

/*買取事例*/
div.purchase-line {
	margin-bottom:40px;
}

div.pp {
display: block;
margin: 0px 8px;
float: left;
width: calc(50% - 16px);
}

div.pp p {
text-align: left;
padding: 0px 10px;
color: #333;
font-size: 0.7em !important;
line-height: 1.4446;
}

div.purchase-line::after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

div.purchase-line {
	margin-bottom:40px;
}

div.p-type02 h3 {
margin-top: 0px;
display: block;
height: 36px;
background: #7bcfde;
text-align: center;
font-size: 16px;
color: #fff;
font-weight: 600;
border:none;
border-radius:0;
}

div.p-type01 h3 {
margin-top: 0px;
display: block;
height: 36px;
background: #a7dc7e;
text-align: center;
font-size: 16px;
color: #fff;
font-weight: 600;
border:none;
border-radius:0;
}

div.pp p {
text-align: left;
padding: 0px 10px;
color: #333;
font-size: 12px;
line-height: 1.4446;
}

div.purchase-line h3::after {
z-index: 2;
background-color:transparent!important;
}

div.purchase-line::after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.img-fix{
width:100%;
}


/*買取に必要な書類*/
.need_document h2 {

}

.need_document .col2{
float:left;
width:50%;
}

.need_document p{
font-weight:bold;
font-size:0.8em;
padding:20px;
}

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


/*丸みのあるフレーム*/
.r_frame{
border-radius:5px;
padding: 10px;
color: #333;
font-size:0.8em;
line-height: 1.4446;
background: #efefef;
border: solid 1px #ccc;/*線色*/
margin:20px;
}

/*お客様の声*/
.voice{
padding:10px;
}

.voice h2{

}

.voice h3{
border:none;
border-bottom: 2px solid #364e96;
border-radius:0;
}

.voice .float_left_img{
margin-left:10px;
margin-bottom:10px;
float:left;
}

.voice .voice_float_left{
float:left;
display:block;
font-weight:bold;
width:calc(100% - 140px);
}

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

.voice_line{
border-bottom: 2px dotted #364e96;
}
/************************************
お客様の声new
************************************/
.customer{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-align-items: top;
    align-items: top;
	margin-bottom:0;
}
.customer_col1{
	width:128px;
	margin:5px;
	padding:5px;
}
.customer_col2{
	width:auto;
	margin:5px;
	padding:5px;
	max-width:70%;
}
.customer_address{
	font-size:0.8em;
}
.customer_word{
  position: relative;
  display: inline-block;
  margin: 0.5em 0 0 5px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e9944e;
  border-radius:8px;
}
.customer_word:before {
content: "";
position: absolute;
top: 40%;
left:0px;
transform: translateX(-12px);
border: 5px solid transparent;
border-right: 8px solid #e9944e;   /* 好みで色を変えてください */
}
.customer_word p {
  margin: 0;
  padding: 0;
  font-size:0.8em;
  color:#fcfcfc;
}
.customer_txt_contents{
	position: relative;
	padding:18px;
	line-height:1.447;
	background:#f2f2f2;
	font-size:0.8em;
	border-radius:8px;
}
.customer_txt_contents::before{
content: "“";
display: block;
font-size: 200%;
color: #e9944e;
position: absolute;
top: 0px;
left: 5px;
}
.customer_txt_contents::after {
content: "”";
display: block;
font-size: 200%;
color: #e9944e;
position: absolute;
bottom: 0px;
right: 5px;
}
.slider_info{
	margin-top:36px;
	font-size:0.6em;
	color:#26282b!important;
	text-align:center;
	line-height:1.774;
}
/*カテゴリリスト一覧*/
.category_list_block{
	
}

.category_list_block ul{
list-style-type: none;
padding:0px;
}

.category_list_block li{
float:left;
margin: 0.4em !important;
}

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

/************************************
カラムリスト
************************************/
.c2_list{
/*リストを2カラムに設定*/
	column-count:2;
	padding-left:32px;
}

.c2_list li{
font-size:0.9em;
line-height:1.774;
}

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

.list_2col_btn li a{
	text-align: center;
	margin-top: 10px;
	display: block;
	color: #26282b;
	font-size: 0.8em;
	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 #364e96;
	background-color: #364e96;
	color:#fff;
}

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

.list_2col_btn2 li a{
	text-align: center;
	margin-top: 10px;
	display: block;
	color: #26282b;
	font-size: 0.8em;
	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_btn2 li a:hover{
	border: 1px solid #364e96;
	background-color: #364e96;
	color:#fff;
}
/************************************
買取体験談
************************************/
.buy_user_experiece{
	margin-bottom:2em;
}
.buy_user_experiece h2{
	padding:4px;
	font-size:1.2em;
	font-weight: 600;
	color: #364e96;
	background-color:transparent!important;
	padding:10px!important;
	border-radius:0px!important;
	border-bottom: 2px solid #364e96;
	display:block!important;
	margin-bottom:0!important;
}
.buy_user_experiece .txt_contents{
	padding:0 10px 20px;
	font-size:0.9em
}
span.opinion{
	display:inline-block!important;
	color: #888!important;
	font-size:0.6em;!important;
	font-weight: 400!important;
}

.buy_user_experiece_inf{
    background: #fef7e8;
    padding: 16px;
    color: #26282b;
	margin:16px 8px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: start;
	justify-content: start;
    -webkit-align-items: center;
	align-items: center;
}

.experiece_usr{
	display:inline-block!important;
	font-size:2.5em!important;
	padding:8px;
}

.experiece_info{
	font-size:0.8em!important;
	margin-left:20px;
}

.strong_txt{
	font-size:1.0em!important;
	font-weight:700!important;
	color: #26282b!important;
}

.buy_user_experiece_title{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: start;
	justify-content: start;
    -webkit-align-items: center;
	align-items: center;
}

.buy_user_experiece h3{
	position: relative;
	border-radius:8px!important;
	border:0px!important;
	background-color:#888!important;
	color:#fcfcfc!important;
	padding:10px!important;
	font-size:0.9em;
	width:100%;
}

.buy_user_experiece h3:before {
	content: " ";
	position: absolute;
	top: 25%;
	left:0px;
	transform: translateX(-18px);
	border: 10px solid transparent;
	border-right: 10px solid #888; /* 好みで色を変えてください */
	
}

.experiece_voice{
	display:inline-block!important;
	font-size:2.5em!important;
	padding:8px;
	margin: -28px 0 0 0;
}
/************************************
買取強商品
************************************/
.box-sale {
  margin: 20px auto 20px 20px;
  padding: 20px;
  border: 3px dotted #364e96;
}
.box-sale h3 {
	background-color:#364e96;
	color:#fff;
	border-radius:0;
}
.box-sale-ttl {
  position: relative;
  left: -40px;
  background-color: #364e96;
  color: #fff;
  padding: 0.5em 1em;
  margin: 0;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
}
.box-sale p{
	font-size:0.8em;
}
.box-sale h4{
margin-bottom:10px;
border:none;
padding:0;
}


/*価格表*/

div.price-list{
	font-size:0.8em;
}

div.price-list .price{
text-align:center;
}



div.price-list h2{

background-color:#364e96;
color:#fff;
padding: 18px!important;
font-size: 1.2em;
}

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


div.price-list thead th {
background-color: #364e96;
color: #fff;
text-align: center;
font-size:0.9em!important;
}

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

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

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



/*よくある質問*/


.qa-info-block{
border:none;

border-radius: 0px 0px 5px 5px;
margin-bottom:20px;
}

.qa-info-block li{
margin-left:10px;
padding:5px 10px;
font-size:0.9em !important;
font-weight:600;
line-height:1.447 !important;
}

.faqs{
padding:20px;
}
.faqs dt{
font-size: 0.8em;
line-height: 1.4446;
color: #333;
font-weight:600;
word-wrap: break-word;
padding-bottom: 20px;
counter-increment: question;
}

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

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

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








/*高価買取の理由1*/

.reason h2 {
background:transparent;
padding: .5em;
border-bottom: 2px solid #364e96;
color: #364e96; 
}
.reason h2:first-letter {
margin-right: .1em;
font-size: 1.4em;
color:#364e96;
}

.reason h3 {
position: relative; 
padding: .75em .5em; 
border: 1px solid #364e96;
color: #364e96; 
line-height:1.477;
}
.reason h3:after{ 
content: "POINT"; 
position: absolute; 
top: -.6em; 
left: 10px; 
background: #fff; 
font-size: .75em; 
color: #364e96; 
padding: 0 10px;
}

.reason p{
padding:0.2em 0.7em;
}

 1カラムは、フッタリンク
 2カラムは、フッタバナーPC
/************************************
**法人買取
************************************/
.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;
}

/************************************
フッタ
************************************/
/*フッタ左*/
.footer-left ul{
	list-style:none;
	padding-left:0px!important;
}

.widget-footer-left-title{
	font-size:0.8em;
	color:#fcfcfc;
	font-weight:600;
	
}
.footer-left a{
	font-size:0.7em;
	color:#fcfcfc!important;
}

/*フッタ中央*/
.footer-center ul{
	list-style:none;
	padding-left:0px!important;
}

.widget-footer-center-title{
	font-size:0.8em;
	color:#fcfcfc;
	font-weight:600;
}
.footer-center a{
	font-size:0.7em;
	color:#fcfcfc!important;
	font-weight:500;
}

/*フッタ右*/
.footer-right ul{
	list-style:none;
	padding-left:0px!important;
}

.widget-footer-right-title{
	font-size:0.8em;
	color:#fcfcfc;
	font-weight:600;
}
.footer-right a{
	font-size:0.7em;
	color:#fcfcfc!important;
}



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






/*高価買取の理由2*/
@media (min-width: 481px) {
.reason2{
background:#792837;
padding:0px 20px;

}

.reason2 h2 {
background:transparent;
padding: .5em;
border-bottom: 2px solid #fff;
color: #fff; 
}
.reason2 h2:first-letter {
margin-right: .1em;
font-size: 1.4em;
color:#fff;
}

.reason2 h3 {
position: relative; 
padding: .75em .5em; 
border: 1px solid #fff;
line-height:1.477;
color:#fff;
}
.reason2 h3:after{ 
content: "POINT"; 
position: absolute; 
top: -.6em; 
left: 10px; 
background: #fff; 
font-size: .75em; 
color: #792837; 
padding: 0 10px;
}

.reason2 p{
padding:1.0em 0.7em;
color:#fff;
}
}
@media (max-width: 481px) {

.reason2 h2 {
background:transparent;
padding: .5em;
border-bottom: 2px solid #792837;
color: #792837; 
}
.reason2 h2:first-letter {
margin-right: .1em;
font-size: 1.4em;
color:#792837;
}

.reason2 h3 {
position: relative; 
padding: .75em .5em; 
border: 1px solid #792837;
color: #792837; 
line-height:1.477;
}
.reason2 h3:after{ 
content: "POINT"; 
position: absolute; 
top: -.6em; 
left: 10px; 
background: #fff; 
font-size: .75em; 
color: #792837; 
padding: 0 10px;
}

.reason2 p{
padding:0.2em 0.7em;
}

}

/*リスト背景*/
.list_bg_frame{
background: #eaeaea;
border-radius: 8px;
margin-left: 10px;/*はみ出ないように調整*/
margin-right: 10px;/*はみ出ないように調整*/
padding: 10px;
}

.list_bg_frame ul{
margin:0px !important;
}

.list_bg_frame li{
margin: 0.2em 0.6em !important;
line-height: 1.5;
color:#333;
float:left;
width:calc(50% - 25px);
}
.list_bg_frame:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}



/*出張買取*/
.travel_buy{
	
}

.travel_buy h2{
position: relative;
padding: 0.6em;
background: #364e96;
color: #fff;
border-radius: 10px;
}

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

.box_frame{
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #95ccff;
    border-radius: 8px;
}
.box_frame .box-title {
    display: inline-block;
    top: -17px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 1.0em;
    background: #FFF;
    color: #95ccff;
    font-weight: bold;
}

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

.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;
	margin:10px 10px 30px;
}

.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;
	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:#ff0000;
	padding-bottom:8px;
	font-weight:800;
}

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


/*店頭買取*/
.buy_storefront{
	
}

.buy_storefront h2{
position: relative;
padding: 0.6em;
background: #364e96;
color: #fff;
border-radius: 10px;
}

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

.buy_storefront .box_frame{
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 3px #364e96;
    border-radius: 8px;
}
.buy_storefront .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 19px;
    background: #fff;
    color: #364e96;
    font-weight: bold;
}

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



/*買取業者紹介*/
h3.vendor{
	background-color:#7d1e1e;
	border: 3px double !important;
	border-radius:0.5em!important;
	color:#fff;
}

.table_design07 {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  font-size: 0.8em;
}
.table_design07 th, .table_design07 td {
  border: 2px solid #fff;
  background-color: #f0f0f0;
  border-radius: 0 15px 15px 0;
  padding: 1em 1.5em;

}
.table_design07 th {
  background-color: #364e96;/*好きな色*/
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 15px 0 0 15px;
  width: 22%;
  min-width: 4em;
  position: relative;
}
.table_design07 th::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 10px solid #364e96;/*好きな色*/
  z-index: 2;
}
.table_design07 th::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 2px);
  transform: translateY(-50%);
  border: 12px solid transparent;
  border-left: 12px solid #fff;
  z-index: 1;
}
/************************************
買取可能なエリア
************************************/
.activ_area{
	background-color:#364e96;
	padding:20px;
	border-radius:8px!important;
}

.activ_area h2{
	color:#fcfcfc;
	border-bottom: 2px solid #fcfcfc!important;
	border-radius:0px!important;
	background-color:transparent!important;
	font-size:1.0em;
	text-align:center;
	border-left:none!important;
}

.activ_area h3{
	color:#fcfcfc;
	background-color:transparent!important;
	border:none!important;
	margin:0!important;
	font-size:0.9em;
	padding:0px!important;
}

.activ_area .area_info{
	font-size:0.7em!important;
	color:#fcfcfc;
	padding:0px!important;
	margin:0!important;
	line-height:1.774;
	font-weight:400;
	letter-spacing:0em;
	word-break: break-word;
	font-size:16px;
}

.activ_area .activ_area_info{
	font-size:0.8em!important;
	color:#26282b;
	padding:10px!important;
	background-color:#fcfcfc;
	line-height:1.774;
	font-weight:400;
	letter-spacing:0em;
	word-break: break-word;
	font-size:16px;
	border-radius:8px!important;
}

/*引用*/
blockquote {
	background-color:#e9eff3!important;
	border:none!important;
	padding: 1.4em 1.8em;
	position: relative;
}

blockquote::before, blockquote::after {
	color: #d9dddf!important;
}

cite a{
	display:inline!important;
}

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

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

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

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
/*標準h2*/
.article h2 {
text-align:center;
font-size:0.8em;
}
/*標準h3*/
.article h3 {
text-align:center;
font-size:0.8em;
}
p{
	font-size:0.8em;
}

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

/************************************
お客様の声new
************************************/
.customer_word{
	margin:0;
}
	
/************************************
買取強商品
************************************/
.box-sale h3 {
	text-align:left;
}
.box-sale h4{
	font-size:0.8em;
}   

/*カテゴリリスト一覧*/
.category_list_block li{
text-align:center;
margin: 0 auto!important;
width: 100%;
}

/************************************
買取可能なエリア
************************************/
.activ_area h3{
	text-align:left;
}

.list_bg_frame li{
margin: 0.2em 0.6em !important;
line-height: 1.5;
color:#333;
width: 100%;
clear: both;
}
.table_design07 th {
  width: 26%;
}
	
/************************************
身分証明画像
************************************/
.img_proof{
	width:35%;
	margin:0 auto;
	display:block;
}

.need_document .col2{
	display: block !important;
	width:100%;
}
	
	
/************************************
ヘッダーイメージ
************************************/
/*PC向け*/
.head_img_pc{
	display:none;
}

/*モバイル向け*/
.head_img_mobile{
	display:block;

}


/************************************
** モバイル対応画像
*************************************/
.responsive_img_pc{
	display:none;
}

.responsive_img_mobile{
	display:block;
}

	

/************************************
モバイルフッタ
************************************/
	.footer-left{
		width:100%!important;
	}
	.footer-center{
		width:100%!important;
	}
	.footer-right{
		width:100%!important;
	}
	
/************************************
フッタバナーモバイル
************************************/
#footerFloatingMenu img {
    max-width: 99%;
}

#footerFloatingMenu{
	/*display: none;*/
	display: block;
	width: 100%;
	height:80px;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 9999;
	text-align: center;
	padding: 0px;
	background-color:#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;
}


}
