@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
{
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:#000;

}

a{
	text-decoration:none!important;
}

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

}


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


/*住所斜体初期化*/
address{
	font-style:normal !important;
}

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

/*
基本カラー情報
color:#fcfcfc;//白
color:#26282b;//黒
color:#6ac9c4;//メインカラー
*/


/*パンくずリスト*/
.breadcrumb{
color:#6ac9c4!important;
}

.breadcrumb a{
color:#6ac9c4!important;
}

/*スペーサー*/
.spacer{
	padding-bottom:20px;
}
/*スマホの時だけ改行させるクラス*/
.br-sp {
    display: none;
}
/************************************
** モバイル対応画像(PC)
*************************************/
.responsive_img_pc{
	display:block;
}

.responsive_img_mobile{
	display:none;
}

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

/************************************
ヘッダーイメージ
************************************/
.head_img{
display:block;
}

.head_up{

}

/************************************
** 宅配住所カード
*************************************/
.card-wrap{
	width:100%;
	margin:0 auto 20px auto;
}


  /* 全体の枠組み */
  .info-card {
	margin:0 auto;
    max-width: 350px;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    background-color: #f9f9f9;
    font-family: sans-serif;
  }

	.info-card textarea{
		scrollbar-width: none;
	}
	.info-card textarea::-webkit-scrollbar{
		display:none;
	}


  label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    color: #333;
  }

  /* テキストエリアの装飾 */
  #addressInput {
    width: 100%;
    height: 150px; /* 住所の長さに合わせて調整 */
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #fff;
    font-size: 14px;
    line-height: 1.5;
    resize: none; /* ユーザーが大きさを変えられないように固定 */
    box-sizing: border-box;
    margin-bottom: 15px;
    color: #555;
  }

  /* ボタンの装飾 */
  #copyBtn {
    width: 100%;
    padding: 12px;
    background-color: #4A90E2;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.2s ease;
  }

  #copyBtn:hover {
    background-color: #357ABD;
  }

  /* コピー成功時のスタイル */
  #copyBtn.success {
    background-color: #2ecc71;
  }

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

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

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

/*サイドバー*/
.sidebar h3 {
text-align:center;
background: #6ac9c4;
color: #fff;
font-size:0.8em;
border-radius: 0.5em;/*角丸*/
}
.sidebar a {
font-size:0.8em;
}
.side_pivacy a{
	color: #6ac9c4;
}

h3.side_pivacy {
	background: #fcfcfc!important;
	border:dashed #6ac9c4;
	border-radius: 0.5em;/*角丸*/
}


/*理由h2*/
.reason {
font-size: 22px;
padding: 16px;
background-color: #ffc766 !important;
border-radius:10px;
color:#fcfcfc;
text-align:center;
margin-bottom:20px;
}

/*おまとめh2*/
.omatome {
font-size: 22px;
padding: 16px;
background-color: #ffb7c9 !important;
border-radius:10px;
color:#fcfcfc;
text-align:center;
margin-bottom:20px;
}
/*おまとめh3*/
.omatome2 {
border: solid 3px #ffb7c9 !important;;/*線色*/
background-color: #fcfcfc !important;
color:#ffb7c9 !important;
text-align: center;
}
/*about h2*/
.about {
font-size: 22px;
padding: 16px;
background-color: #6aa0cf !important;
border-radius:10px;
color:#fcfcfc;
text-align:center;
margin-bottom:20px;
}

/*強化中 h2*/
.reinforcement {
font-size: 22px;
padding: 16px;
background-color: #62bae6 !important;
border-radius:10px;
color:#fcfcfc;
text-align:center;
margin-bottom:20px;
}

/*中学や高校の学生服の高価買取 h2*/
.buy_sc_uniform{
font-size: 22px;
padding: 16px;
background-color: #6ac9c4;
border-radius:10px;
color:#fcfcfc;
text-align:center;
margin-bottom:20px;
}

/*宅配 h2*/
.delivery_japan {
font-size: 22px;
padding: 16px;
background-color: #ff8500 !important;
border-radius:10px;
color:#fcfcfc;
text-align:center;
margin-bottom:20px;
}


/************************************
本文共通
************************************/
.txt_contents{
	padding:10px;
	line-height:1.774;
	color:#26282b;/*黒*/
	font-size:16px;
}

/************************************
カラムコンテンツ
************************************/
/*中央揃え*/
.col_container{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;

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

/*上揃え*/
.col_container_voice{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: flex-start;

}

.col_item_20{
	width:20%;
	margin:10px;
	padding:10px;
	  position: relative;
}

.col_item_80{
	width:80%;
	margin:10px;
	padding:10px;
}
/************************************
ページ内フレーム
*************************************/
.in_frame_sc{
	height:250px;
	margin:0 auto;
	display:block;
	overflow-y: auto;
	border: 1px solid #aaa;
	padding:10px;
}

/************************************
全国制服買取強化中の学校
*************************************/
.box_frame{
    position: relative;
    margin: 2em 0;
    padding: 1em;
    border: solid 3px #ffb7c9;
    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: #ffb7c9;
    font-weight: bold;
}
/************************************
買取事例スライダー
*************************************/
.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;
}

.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:70%;
	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;
}

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

.c2_list li{
font-size:0.9em;
line-height:1.774;
}
/************************************
カラムリスト3列
************************************/
.c3_list{
	column-count:3;
}
.c3_list ul{
	padding-left:20px;
}
.c3_list li{
font-size:0.8em;
line-height:1.47;
}

/*チェックリスト*/
.check_list ul li {
position: relative;
list-style-type: none;
}

.check_list ul li::after {
  display: block;
  content: '';
  position: absolute;
  top: .5em;
  left: -1em;
  width: 8px;
  height: 3px;
  border-left: 2px solid #3498db;
  border-bottom: 2px solid #3498db;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/************************************
会社情報フレーム
************************************/

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;
	padding: 10px !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	background:#efefef;
	vertical-align: middle;
}

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


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

}




/*H2 強化中見だし*/
.strengthening h2 {
margin: 60px 0 30px;
padding: 0px 24px;
color: #26282b;/*黒*/
font-size: 1.75em;
background: #fff;
box-shadow:none !important;
border-bottom:solid 4px #ff9141 !important;
}
.strengthening p {
padding: 0px 18px;
}



.mud10 {
margin: 10px 0px;
}


.strengthening dl{
display:flex; /*横並び*/
  flex-wrap: wrap; /*折り返し*/
  width: 100%;
}
.strengthening dt {
background:#f7cb53;
color:#26282b;/*黒*/
width: 30%;
padding:0.4em;
margin-bottom:0.1em;
}

.strengthening dd {
background:#fbe8b3;
color:#444;
margin-left: 0; /*初期値リセット*/
width: 70%;
padding:0.4em;
margin-bottom:0.1em;
}

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

.list_col2_li li{
      float: left;
      width: calc(50% - 10px);
}
.list_col2_li ul {
      padding: 0;
margin-left: 40px;
}

/************************************
表組み
************************************/
div.price-list{
	padding:8px;
	margin-bottom:10px;
}

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

div.price-list thead th {
background-color: #6ac9c4;
color: #fcfcfc;
text-align: center;
font-size:0.8em;
}

div.price-list .item-title{
background-color: #fcfcfc;
}

div.price-list tbody tr:nth-child(odd) {
background-color: #fcfcfc;
font-size:0.7em;
text-align: center;
padding:4px;
color: #6ac9c4;
line-height:1.774;
}

div.price-list tbody tr:nth-child(even) {
background-color: #eee;
	font-size:0.7em;
	text-align: center;
	padding:4px;
	color: #6ac9c4;
	line-height:1.774;
}

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

/************************************
都道府県リンク
************************************/
.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 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: " ";
}




/************************************
お客様の声
************************************/
.voice{
	display: -webkit-flex;
    display: flex;
    -webkit-justify-content: left;
    justify-content: left;
    -webkit-align-items: top;
    align-items: top;
	margin-bottom: 0;
}
.voice_col1{
	width:128px;
	margin:5px;
	padding:5px;
}
.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: #555;
  font-size: 16px;
  background: #6ac9c4;
  border-radius:8px;
}
.voice_word:before {
content: "";
position: absolute;
top: 40%;
left:0px;
transform: translateX(-12px);
border: 5px solid transparent;
border-right: 8px solid #6ac9c4;   /* 好みで色を変えてください */
}
.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: #6ac9c4;
position: absolute;
top: 0px;
left: 5px;
}
.voice_txt_contents::after {
content: "”";
display: block;
font-size: 200%;
color: #6ac9c4;
position: absolute;
bottom: 0px;
right: 5px;
}
/************************************
Q&A
************************************/
.qa-info-block{
border:none;

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

.qa-info-block h3{
border:none;
margin-bottom:0px !important;
}


.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: #26282b;/*黒*/
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: #26282b;/*黒*/
word-wrap: break-word;
padding-bottom: 30px;
counter-increment: answer;
}

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

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

/************************************
買取体験談
************************************/
.buy_user_experiece{
	margin-bottom:2em;
}
.buy_user_experiece h2{
	padding:4px;
	font-size:1.2em;
	font-weight: 600;
	color: #6ac9c4;
	background-color:transparent!important;
	padding:10px!important;
	border-radius:0px!important;
	border-bottom: 2px solid #6ac9c4;
	display:block!important;
	margin-bottom:0!important;
	text-align:left;
}
.buy_user_experiece .txt_contents{
	padding:0 10px 20px;
	font-size:0.8em
}
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:#ffc766!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 #ffc766;   /* 好みで色を変えてください */
	
}

.experiece_voice{
	display:inline-block!important;
	font-size:2.5em!important;
	padding:8px;
	margin: -28px 0 0 0;
}

/************************************
買取可能なエリア
************************************/
.activ_area{
	background-color:#6ac9c4;
	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;
}

.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:#393c41;
	padding:10px!important;
	background-color:#c7f9f6;
	line-height:1.774;
	font-weight:400;
	letter-spacing:0em;
	word-break: break-word;
	font-size:16px;
	border-radius:8px!important;
}

/*リストボタン2カラム*/
.list_2col_btn ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 55px;
	list-style-type:none!important;
	padding-left: 0;
}
.list_2col_btn li a{
	text-align: center;
	margin: 4px;
	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{
	background-color: #6ac9c4;
	color:#fff;
	border: 1px solid #6ac9c4;
}
/*リストボタン3カラム*/
.list_2col_btn2 ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-auto-rows: 55px;
	list-style-type:none!important;
	padding-left: 0;
	margin-bottom: 0;
}
.list_2col_btn2 li a{
	text-align: center;
	margin: 4px;
	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_btn2 li a:hover{
	background-color: #ffb7c9;
	color:#fff;
	border: 1px solid #ffb7c9;
}
/************************************
宅配全国地図
************************************/
.delivery_japan_map{
  position: relative;
  width: 100%;
}
.delivery_japan_map_mobile{
/*モバイル画像は非表示*/
display:none !important;
}
.delivery_japan_area{
position: absolute;
top:140px;
left: 20px;
color: #26282b;/*黒*/
width: 300px;
padding: 10px 0;
font-size:0.6em;
font-weight:600;
line-height:1.774;
}


/*買取事例*/
.purchase_example{
padding:4px;
font-size:0.8em;
display: flex;
justify-content: center;
align-items: center;
background: #6ac9c4;
text-align: center;
color: #fcfcfc;
font-weight: 600;
border-radius:0 0 0.5em 0.5em;
min-height:4.0em;
}



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

.inner_block_contents{
	padding:0 20px ;
}

.red_attention{
	color:#ff0000;
	padding-bottom:4px;
	border-bottom: 2px solid #ff0000;
}
.txt_center{
	text-align:center;
}

.attention_mini{
	font-size:0.8em;
}

.top_spacer{
	margin-top:20px;
}
.bottom_spacer{
	padding-bottom:10px;
}

.side_s{
	font-size:0.7em;
	text-align:center;
	display:block;
}
/************************************
プライバシーポリシー
************************************/
.privacy_info{
	color:#26282b;/*黒*/
	width:90%;
	margin:0 auto;
}

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

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

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

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

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

/************************************
お問い合わせ
************************************/

.wpcf7 {
width:80%;
margin: 0 auto;
display:block;
color:#26282b;
}

.wpcf7-submit{
background-color: #6ac9c4!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:.8em;
padding: 2px 6px;
background: #eb2a2a;
color: #fcfcfc;
margin: 4px 6px;
display:inline-block;
border-radius:8px;
}

/************************************
フッタ
************************************/
/*フッタ左*/
.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;
}

/*横並び 「/」で区切り*/
.slash_flex_list{
	width:100%;
	display: flex!important;
	list-style: none;
	flex-wrap: wrap;
}
.slash_flex_list li {
    padding: 4px 8px!important;
	margin:2px;
}

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


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




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

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
.list_2col_btn2 ul {
grid-template-columns: repeat(2, 1fr);
}
	
}

/*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;
}
/************************************
about h2
************************************/
h2.about {
font-size: 0.7em!important;
}
	
/************************************
カラムコンテンツ
************************************/
.col_container{
	font-size:0.7em;
}
.col_item{
	width:95%;
	margin:10px auto !important;
}
.col_container_voice{
	display: block;
}
.col_item_20{
	width:95%;
	margin:10px;
	padding:10px;
}

.col_item_80{
	width:95%;
	margin:10px;
	padding:10px;
}
	

	
/************************************
カラムリスト2列→1列
************************************/
.c2_list{
	column-count:1;
}
.c2_list li{
font-size:0.8em;
line-height:1.47;
}
/************************************
カラムリスト3列→2列
************************************/
.c3_list{
	column-count:2;
}
.c3_list li{
	font-size:0.7em;
}
/************************************
宅配全国地図
************************************/
.delivery_japan_map_pc{
display:none !important;
}
.delivery_japan_map_mobile{
display:block !important;
}
.delivery_japan_area{
position: absolute;
top:110px;
left: 40px;
color: #26282b;/*黒*/
width: 300px;
padding: 10px 0;
font-size:0.6em;
font-weight:600;
line-height:1.774;
}
/*スマホの時だけ改行させるクラス*/
.br-sp {
    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;
}


/************************************
本文共通
************************************/
.txt_contents{
	font-size:0.8em !important;
	padding:10px;
	line-height:1.774;
}
	
/*リストボタン2カラム*/
.list_2col_btn ul{
	padding-left: 0px!important;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 55px;
	list-style-type:none!important;
}
/*リストボタン3カラム*/
.list_2col_btn2 ul{
	padding-left: 0px!important;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 50px;
	list-style-type:none!important;
}
.list_2col_btn2 li a {
margin: 1px;
font-size: 0.6em;
}

.ft06{
	font-size:0.8em;
}
.ft07{
	font-size:0.7em;
}
/************************************
お客様の声
************************************/
.voice_word {
	margin: 0 0 1em 0;
}
/************************************
買取体験談
************************************/
.buy_user_experiece h3{
	font-size:0.7em;
}
/************************************
買取可能エリア
************************************/
.activ_area h2{
	font-size:0.9em;
}
.activ_area h3{
	text-align:left;
}
/************************************
買取事例スライダー
*************************************/

.slider-voice h3{
	display:block;
	margin:0.8em auto;
	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:75%;
	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:75%;
	margin:0 auto;
	line-height:1.774;
}

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

/************************************
会社情報フレーム
************************************/
.company_info{
	width:95%;
}
div.info-shop dt {
	font-size: 0.8em !important;
	width: 30% !important;
}

div.info-shop dd {
	font-size:0.8em !important;
}
/************************************
お問い合わせ
************************************/
.wpcf7 {
width:95%;
}
/************************************
表組み
************************************/
div.price-list thead th {
font-size:0.6em!important;
}

div.price-list tbody tr:nth-child(odd) {
font-size:0.8em;
}

div.price-list tbody tr:nth-child(even) {
font-size:0.8em;
}
/************************************
** モバイル対応画像(モバイル)
*************************************/
.responsive_img_pc{
	display:none;
}

.responsive_img_mobile{
	display:block;
}

/************************************
モバイルテキストサイズ
************************************/
.f09{
font-size:0.9em!important;
}
.f08{
font-size:0.8em!important;
}
.f07{
font-size:0.7em!important;
}
.f06{
font-size:0.6em!important;
}
/************************************
モバイルフッタ
************************************/
	.footer-left{
		width:100%!important;
	}
	.footer-center{
		width:100%!important;
	}
	.footer-right{
		width:100%!important;
	}
	
}
